.ast-logo-title-inline .site-logo-img {
    padding-top: 0;
    padding-right: 0;
}
.site-header-primary-section-right {
    justify-content: center;
}
.SMBTeam_Logo {
    max-width: 120px;float: right;
}
.home .hero-section{
  background-image: url(/wp-content/uploads/2023/07/sm-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position:top;
  padding-top: 10em;
  padding-bottom: 12em;
}
.hero-section{
  background-image: url(/wp-content/uploads/2023/07/inner-banner.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position:center;
  padding-top: 3em;
  padding-bottom: 3em;
}
.hero-text{
  background:rgba(255, 255, 255, 0.89);
  border-radius: 10px;
  max-width: 1000px;
  margin: 0 auto;
  padding: 2em 1em; 
}
.hero-heading, .hero-subheading {
  font-family: var(--ff-sans-3);
  font-size:var(--fs-75);
  line-height:1.2;
  font-weight: var(--fw-800);
  color: var(--clr-primary);
  text-transform:uppercase;
}
.hero-subheading{
  font-size:50px;
  color:var(--clr-success);  
}
.mid-heading{font-size:var(--fs-55);}
.home-button{display:none;}
.home .home-button{display:block;}
.hero-section .btn-primary {
    font-size: 26px;
	background: #0505b5;
	border-left: 8px solid #3e3e69;
}
.hero-section .btn-primary:hover {
	background: #0505f7;
	border-left: 8px solid #3e3e69;
}
.review-section{margin-top:-10em;}
.review-info{
  background-color:var(--clr-black);
  padding:2em;
  height:260px;
}
.service-title a:hover{
	color: #fff !important;
}
.review-desc, .review-author{
  color: var(--clr-white);
  font-family: var(--ff-sans-2);
  font-size: var(--fs-18);
  font-style: italic;
  font-weight: var(--fw-500);
}
.review-author{
  font-weight: var(--fw-700);
  font-style:normal;
}
.content-section{
  background-color:var(--clr-primary);
  border-radius:10px;
  padding-bottom:15em;
}
.video-section{
  margin-top: -18em;
  border:8px solid var(--clr-primary);
}
.video-image {
	width:100%;
	object-fit:cover;
}
.video-image iframe{
	height:375px;
}
/*Arrow Button*/
.owl-nav span{display: none;}
.owl-theme .owl-nav [class*=owl-]:hover {
  background: transparent;
  text-decoration: none;
  background-repeat: no-repeat;
} 
.owl-prev {
  background: url(/wp-content/uploads/2023/06/left-arrow.png) no-repeat center !important;
  background-size: 100% 100%!important;
  height: 58px;
  width: 58px;
  position:absolute;
  right:auto;
  left:-5em;
  top:0;
  bottom:0;
  margin:auto !important;
}
.owl-next {
  background: url(/wp-content/uploads/2023/06/right-arw.png) no-repeat center !important;
  background-size: 100% 100%!important;
  height: 58px;
  width: 58px;
  position:absolute;
  left:auto;
  right:-5em;
  top:0;
  bottom:0;
  margin:auto !important;
}
.testimonials-section .owl-prev {
  background: url(/wp-content/uploads/2023/06/white-l-arw.png) no-repeat center !important; 
  background-size: 100% 100%!important;
}
.testimonials-section .owl-next {
  background: url(/wp-content/uploads/2023/06/white-r-arw.png) no-repeat center !important;  
  background-size: 100% 100%!important;
}
/*About Us  */
.about-card {
background: #fff;
    text-align: center;
    padding: 3em;
    position: relative;
    height: 130px;
    border: 1px solid var(--clr-primary);
}
.about-card.inner-bl.inner-bb {
    border-right: 0;
    border-bottom: 0;
}
.about-card.inner-br.inner-bb {
    border-bottom: 0;
}
.about-title{
  font-family: var(--ff-sans-1);
  font-weight: var(--fw-700);
  font-size: var(--fs-24);
  line-height: 22px;
  color:var(--clr-primary);
}
.about-card::before{
    width: 100%;
    height: 100%;
    content: "";
    position: absolute;
    background: var(--clr-success);
    top:-15px;
    left: -15px;
    right: auto;
    bottom: auto;
    z-index: -1;
}
/*Service-section*/
.services-section{
  background-image:url(/wp-content/uploads/2023/07/service-bg.png);
  background-repeat: no-repeat;
   background-size: cover;
}
.service-card {
  background:var(--clr-primary);
  text-align: center;
  padding: 3em;
  position:relative;
  margin:20px;
  height:335px;
}
.service-card::before{
    width: 100%;
    height: 100%;
    content: "";
    position: absolute;
    background: var(--clr-success);
    top:-15px;
    left: -15px;
    right: auto;
    bottom: auto;
    z-index: -1;
}
.service-icon{
  text-align: center;
  height: 120px;
  width: 120px;
  background: var(--clr-white);
  border-radius: 50%;
  margin:0 auto;
  padding:15px;
}
.service-title{
  font-family: var(--ff-sans-1);
  font-weight: var(--fw-700);
  font-size: var(--fs-30);
  line-height: 30px;
  text-transform: uppercase;
  color:var(--clr-white);
}
.service-title a{
	color:var(--clr-white);
}
.services-section a{text-decoration:none !important;}
.services-section .owl-carousel .owl-item img {width: unset;margin: 0 auto;}

.team-section, .blog-section{background-color:#F5F5F5;}
.arw-btn{width:40px;}

/*Testimonials Section */
.testimonials-section{
   background-image:url(/wp-content/uploads/2023/07/why.png);
   background-repeat: no-repeat;
   background-size: cover;  
}
#testimonials-slider{
  max-width:1000px;
  margin:0 auto;
}
.testi-desc-inner{
  background-color:var(--clr-white);
  padding: 3em;
  text-align:center;
  position:relative;
  margin:20px;
}
.testi-desc-inner::before {
    width: 100%;
    height: 100%;
    content: "";
    position: absolute;
    background: rgba(255, 255, 255, 0.16);
    top: -5px;
    left: -5px;
    right: auto;
    bottom: auto;
    z-index: -1;
}
.testi-desc-inner::after{
  position: absolute;
    content: '';
    background-image: url(/wp-content/uploads/2023/06/right-q.png);
    background-repeat: no-repeat;
    left: auto;
    right: 20px;
    top: auto;
    bottom: 20px;
    width: 71px;
    height: 52px;
}
.testi-desc{
  font-size: var(--fs-18);
  font-weight: var(--fw-400);
  font-family: var(--ff-sans-2);
  color: var(--clr-black);
}
.author{
  font-size:28px;
  font-weight: var(--fw-700);
  font-family: var(--ff-sans-2);
  color: var(--clr-black);
}

.testimonials-section .owl-carousel .owl-item img {width:unset;margin: 0 auto;}  
/*Team Section  */
.team-inner{
  background: white;
  border-left: 8px solid var(--clr-success);
  border-right: 8px solid var(--clr-success);
  font-size: 24px;
  padding: 10px;
  color:var(--clr-black) !important;
  font-weight:var(--fw-700);
  font-family:var(--ff-sans-1);
}

/*Before & After*/
.line{position:relative;}
.line::before {
  position: absolute;
  content: '';
  height: 6px;
  width: 130px;
  background-image: url(/wp-content/uploads/2023/06/line.png);
  background-repeat: no-repeat;
  left: 0;
  right: 0;
  bottom: -20px;
  top: auto;
  display: block;
  margin: auto;
}
.line.line2::before{background-image:url(/wp-content/uploads/2023/07/red-line.png); height:8px;}
.left-border{
  position:relative;
  margin-right: 25px;
  padding-right: 50px;
}
.left-border::before{
  position: absolute;
  content: '';
  left: auto;
  right: 0;
  margin: auto;
  height: 103px;
  width: 1px;
  top: 0;
  bottom: 0;
  background-color: var(--clr-white);
}
/*Team Section*/
.section-intro-image {
    width: 48%;
    float: right;
    margin: 0 30px 25px 0;
    line-height: 0;
    padding: 5px;
}
/*Blog Section */
.blog-sec-inner{
  background-color:var(--clr-white);
  height: 300px;
  position: relative;
  box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.15);
}
.rpc_info{display:flex;}
.rpc_title {
  font-size: var(--fs-24);
  font-weight: var(--fw-700);
  color:var(--clr-secondary);
  font-family: var(--ff-sans-1);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.rpc_desc{
  font-size: var(--fs-18);
  font-weight: var(--fw-400);
  color:var(--clr-secondary);
  font-family: var(--ff-sans-2);  
}
.rpc_author{
color: var(--clr-secondary);
font-family: var(--ff-sans-2);
font-weight: var(--fw-400);
font-size:var(--fs-14);
}
.rpc_date{
  background:var(--clr-white);
  padding: 12px;
  border: 2px solid var(--clr-success);
  margin-top:-3em;
}
.day, .month{
  font-size: var(--fs-40);
  font-weight: var(--fw-700);
  color:var(--clr-success);
  font-family: var(--ff-sans-1);
  line-height:1;
}
.month{font-size: var(--fs-24);}

.blog-btn1 a{
  font-size: var(--fs-16);
  font-weight: var(--fw-700);
  color: var(--clr-white);
  font-family: var(--ff-sans-1);
  position: absolute;
  bottom: 0;
  right:0;
  background: var(--clr-success);
  padding: 10px 17px;
  text-transform: uppercase;
}
.blog-btn1 a:hover{color:var(--clr-white) !important;}
.latest-image {position: relative;height: 300px;}
.latest-image img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
}
.blog-section .owl-nav.disabled{display:block !important;}
.sidebar-main .widget {margin-bottom: margin: 0 0 2.8em 0 !important;}


/*Faq's Section */
.faq-section{
  background-image:url(/wp-content/uploads/2023/07/faq-bg.png);
  background-size:cover;
  background-repeat:no-repeat;
  height:600px;
}
.faq-inner {
    background-color: var(--clr-primary);
    padding: 3em 1em;
    margin: -25em auto 0;
    max-width: 850px;
	width: 100%;
}
details {
    padding: 0px 15px 0px 15px;
    margin-top: 20px;
    background:transparent;
    margin-bottom: 35px;
}
details[open] {
  color: var(--clr-white);
  background: #FFFFFF;
}
summary {
  margin: -.75em -0.75em 0;
  padding: 0.75em; 
  padding-bottom: 0px;
}
.accordian-text{
  font-weight: var(--fw-400);
  color: var(--clr-black);
  font-size: var(--fs-18);
  padding: 0 0 20px 0;
  font-family: var(--ff-sans-2);
  margin-bottom: 20px;
}
.accordian-title::marker {content: "";}
.accordian-title{
  background: transparent;
  font-weight: var(--fw-700);
  font-family: var(--ff-sans-1);
  color: var(--clr-white);
  font-size: var(--fs-22);
  cursor: pointer;
  position: relative;
  padding-bottom: 15px;
  border-bottom: 1px solid var(--clr-success);
}
details[open] summary.accordian-title {
  background-color:var(--clr-white);
  color: var(--clr-black);
  border-bottom: none;
}
summary.accordian-title::after {
  content: '\002B';
  float: right;
  right: 1%;
  top: 10px;
  bottom: 0;
  position: absolute;
  margin: auto;
  left: auto;
  font-size: 22px;
  font-weight: var(--fw-500);
  color: var(--clr-white);
}
details[open] summary.accordian-title::after {
    content: '\2212';
    color: var(--clr-black);
}
.req-form{
  border-radius: 1.25rem;
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.45);
  background: var(--clr-white);
  max-width: 1280px;
  margin: 0 auto;
  padding: 3em;
  position: relative;
  margin-bottom:-20em;
  z-index:9;
}
/*Home Contact Form*/
.side-heading, .sub-heading{
  font-family: var(--ff-sans-1);
  font-weight: var(--fw-700);
  color:var(--clr-secondary);
}
.side-heading{ font-size: var(--fs-36);}
.sub-heading{ font-size: var(--fs-20); font-weight: var(--fw-400);}
.border-line{position:relative;}
.border-line::before {
    content: "";
    position: absolute;
    width: 40px;
    height: 2px;
    background-color: var(--clr-success);
    left: -57px;
    right: auto;
    margin: auto;
    top: 0;
    bottom: 0;
}
.border-line::after {
    content: "";
    position: absolute;
    width: 40px;
    height: 2px;
    background-color: var(--clr-success);
    left: auto;
    right: -57px;
    margin: auto;
    top: 0;
    bottom: 0;
}
.homepage-form .input-container {
  width: 100%;
  margin-bottom: 15px !important;
  position: relative;
}
.homepage-form .icon {
    padding: 10px;
    color: var(--clr-black);
    min-width: 50px;
    text-align: center;
    position: absolute;
    left: -8px;
    top: 6px;
    padding: 9px 31px;
    transition: 0.3s;
}
.homepage-form .input-field {
    width: 100% !important;
    padding: 10px 10px 10px 35px !important;
    outline: none;
    background: var(--clr-white);
    border: 1px solid var(--clr-black);
    box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.11);
    font-size: var(--fs-16) !important;
    font-weight: var(--fw-400);
    font-family: var(--ff-sans-4);
}
.homepage-form .mob-icon{
  top: 1px !important;
  font-size:var(--fs-30) !important;
}
.homepage-form .wpcf7-form {padding: 0 2em 0 2em;}
.homepage-form .input-field:focus {color: var(--clr-black); }
.homepage-form .input-field::placeholder {color:var(--clr-black);}
.homepage-form .textarea {height: 140px;}
.homepage-form .wpcf7 p {margin: 0;}
.homepage-form .wpcf7 form>div{margin-bottom:0;}
.homepage-form input[type=submit] {
    font-family: var(--ff-sans-1);
    font-size: var(--fs-18) !important;
    font-weight: var(--fw-700);
    text-transform: uppercase;
    line-height: 30px;
    border-radius: 2px;
    padding: 10px 25px;
    background-color: var(--clr-success);
    color: var(--clr-white);
    border-left: 8px solid var(--clr-primary);
    letter-spacing: 1px;
    white-space: nowrap;
    width: 100%;
    cursor: pointer;
}
.homepage-form input[type=submit]:hover{
  background-color: var(--clr-primary);
  color: var(--clr-white);
  border-left: 8px solid var(--clr-success);
}
i.fa.fa-comment.icon.i-com {
    padding: 9px 8px;
}
.homepage-form .wpcf7-not-valid-tip {color: #dc3232;font-size: var(--fs-12);}
.homepage-form .wpcf7 form.sent .wpcf7-response-output {border: 2px solid #46b450;color: #46b450;}
.homepage-form .wpcf7 form.invalid .wpcf7-response-output {
  border-color: #FFB900;
  border-color: #f00 !important;
  color: #f00 !important;
}
/*  Why Choose*/
.why-choose{
  background-image: url(/wp-content/uploads/2023/07/why.png) !important;
  background-repeat: no-repeat;
  background-size: cover;
}
/*Footer Section*/
.footer-section{
  background-image: url(/wp-content/uploads/2023/07/footer.png) !important;
  background-repeat: no-repeat;
  background-size: cover;
  position:relative;

}
.home .footer-top{padding-top: 24em;}
.footer-top{padding-top:0;}
.social-media i {
    background: var(--clr-primary);
    width: 40px;
    height: 40px;
    margin: 5px;
    color: var(--clr-white)!important;
    padding-top: 10px;
    text-align: center;
    font-size: 20px;
}
.footer-section.border-top{border-top:1px solid var(--clr-success);}
.mob-icon{font-size:var(--fs-30) !important;}
.border-right{position:relative;}
.border-right{
	border-right: 1px solid var(--clr-success);
}
.border-right::before {
    position: absolute;
    left: auto;
    right: 3em;
    top: 0;
    bottom: 0;
    background: var(--clr-success);
    height: 208px;
    width: 1px;
}
.padding-f-wrap {
    padding: 10px 10px 20px 50px;
}
.padding-f-wrap.first-f-wrap {
    padding-left: 10px;
}
p.serve-sub-head-inner {
    font-size: 22px;
    font-weight: 800;
}
.btn-new {
    background-color: var(--clr-white);
    color: var(--clr-primary);
    border: 2px solid var(--clr-primary);
    border-radius: 50px;
	padding: 20px 20px;
}
.btn-new:hover {
    background-color: var(--clr-primary);
    color: var(--clr-white) !important;
    border: 2px solid var(--clr-primary);
    border-radius: 50px;
}
.inner-service-wrap {
    padding: 30px 5px;
}
.service-br {
    border-right: 1px solid #000;
}
.service-bb {
    border-bottom: 1px solid #000;
}
.service-bl{
	 border-left: 1px solid #000;
}
.service-bt{
	 border-top: 1px solid #000;
}
@media only screen and (max-width: 1580px) and (min-width: 1024px){ 
.owl-prev, .owl-next {position:unset; margin: 8px !important;}
.blog-section .owl-nav {margin-top: 40px !important;}
}
@media only screen and (max-width: 1400px) and (min-width: 1024px){ 
.testi-desc-inner {padding: 1em; height:400px;}
.border-right::before {right: 1em;}
}

@media (min-width:1024px){
div#testimonials-slider {
    max-height: 550px !important;
}		
}
@media (max-width:1023px){
	  .site-header {
        position: relative;
    }
	.service-br {
    border-right: 0px solid #000;
}
.service-bb {
    border-bottom: 1px solid #000;
}
.service-bl{
	 border-left: 0px solid #000;
}
.service-bt{
	 border-right: 0px solid #000;
}
	.padding-f-wrap {
    padding: 10px 10px 20px 10px;
}
	.footer-section .border-right {
    border-right: 0px solid var(--clr-success);
}
	.about-card.inner-bl.inner-bb {
    border-right: 1px solid var(--clr-primary);
}
.video-image iframe {height: 208px;}
.hero-section{margin-top:0px;}
.hero-heading {font-size: 46px;}
.mid-heading {font-size: 34px;}
.hero-section .btn-primary {font-size: 18px;}
.hero-subheading {font-size: 30px;}
.owl-prev, .owl-next {position:unset; margin: 8px !important;}
.border-right::before {position: unset;}
.req-form {max-width: 550px;}
.footer-section .border-bottom {border-bottom: 1px solid var(--clr-success);}
.hero-section {padding-top: 12em;}
.faq-inner {margin-top: -33em;}
.testi-desc-inner { height: 450px;}
.review-info {height: 340px;}
.content-section {padding-bottom:10em;}
.video-section { margin-top: -12em;}
.SMBTeam_Logo {float:unset;}	
	
	
}
@media(max-width: 767px){
.hero-heading { font-size: 39px;}
.mid-heading {font-size: 29px;}
.hero-subheading {font-size: 26px;}
.hero-section .btn-primary {font-size:var(--fs-14);height: 60px;}
.video-image iframe {height: 172px;}
}
@media(max-width: 480px){
.hero-section{background-image: url(/wp-content/uploads/2023/07/mobile-banner.png) !important;}
.home .home-button .btn.btn-primary{font-size:12px; padding:12px;height: 48px;}
.hero-heading {font-size: 27px;}
.mid-heading {font-size: 20px;}
.hero-subheading {font-size: 17px;}
header .custom-logo-link img {max-width: 210px;}
.team-inner {font-size: 18px;}
.content-section {padding-bottom: 7em;}
.video-section {margin-top: -8em;}
.testi-desc-inner {padding: 1em;margin: 20px 0 0 0; height: 405px;}
.testi-desc {font-size: 16px;}
.author {font-size: 20px;}
.req-form {padding: 2em 0; }
.homepage-form .wpcf7-form {padding:0 10px;}
.sub-heading {font-size: 16px;}
.sub-heading.side {font-size: 14px;}
.service-title {font-size: 24px;}
.sidebar-main .rpc_date {width: 80px;}
.sidebar-main .rpc_info{display:inherit;}
.ast-logo-title-inline .site-logo-img {padding-top: 10px;}  
.video-image iframe {height: 116px; }
.att-name {font-size: 24px !important;}
}
::-webkit-details-marker {   display:none; }