@charset "utf-8";
/* CSS Document */
.clear{
    clear: both;
}

*, html, body { 
	padding:0; 
	margin:0; 
}
*, ::after, ::before {
    box-sizing: border-box;
}
@font-face {
    font-family: 'Open Sans';
    src: url('OpenSans-ExtraBold.woff2') format('woff2'),
        url('OpenSans-ExtraBold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Open Sans';
    src: url('OpenSans-Light.woff2') format('woff2'),
        url('OpenSans-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Open Sans';
    src: url('OpenSans-Bold.woff2') format('woff2'),
        url('OpenSans-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Open Sans';
    src: url('OpenSans-Medium.woff2') format('woff2'),
        url('OpenSans-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Open Sans';
    src: url('OpenSans-Regular.woff2') format('woff2'),
        url('OpenSans-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Open Sans';
    src: url('OpenSans-SemiBold.woff2') format('woff2'),
        url('OpenSans-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}


body{ 
	/* font-family: 'Open Sans', sans-serif;  */
	 font-family: 'Open Sans';
	color:#2c2d2d;
}
a{
	cursor:pointer !important;
}
ul{ 
	list-style-type:none; 
	padding-left: 34px;
}
p{ 
	margin: 0 0 15px 0;
    font-size: 15px;
    line-height: 1.5em;
    color: #2c2a29;
    font-weight: 400;
}
h1, h2, h3, h4, h5, h6{ 
	margin:0; 
	color: #262634;
 	margin-bottom: 15px;
}
h1{
	font-size: 44px;
}
h2{
	font-size: 36px;
    line-height: 1.2em;
	text-transform:capitalize;
}
h3{
	font-size: 28px;
    line-height: 1.2em;
    margin-bottom: 20px;
	text-transform:capitalize;
}
h2 span, h3 span{ color: #28b355; }
h4{
	font-size: 24px;
	color: #2c2a29;
}
h5{ 
	font-size: 18px;
	color: #2c2a29;
}

.hhh5{
	font-size: 18px;
    color: #2c2a29;
}
@media (min-width:768px) {
.header .logo{ 
    background-color: #F8F8F8 !important;
}
}
@media (min-width:1px) and (max-width:767px){
	.logo img{
		width:75% !important;
		height:auto !important;
	}
}

i.fa-solid.fa-bars{
    content: url(https://www.searchnavigators.com/wp-content/themes/searchnavigators/images/menu-icon.jpg);
}

.misc-margin{
	margin-top:5px;
}


i.fa-brands.fa-facebook-f {
    content: url(https://www.searchnavigators.com/wp-content/themes/searchnavigators/images/facebook.jpg);
     
}

i.fa-brands.fa-twitter {
	content: url(https://www.searchnavigators.com/wp-content/themes/searchnavigators/images/twitter.jpg);
}

i.fa-brands.fa-youtube{
	content: url(https://www.searchnavigators.com/wp-content/themes/searchnavigators/images/youtube.jpg);
}

i.fa-brands.fa-linkedin{
	content: url(https://www.searchnavigators.com/wp-content/themes/searchnavigators/images/linkedin.jpg);
}

i.fa-solid.fa-phone{
	content: url(https://www.searchnavigators.com/wp-content/themes/searchnavigators/images/call.jpg);
	height:12px;
	
}

i.fa-solid.fa-envelope{
	content: url(https://www.searchnavigators.com/wp-content/themes/searchnavigators/images/email.jpg);
		height:12px;
	
}

/* li.current_page_item a{color: #171C2F;} */
/*ul.menu a{
    font-size: 18px;
    font-family: Helvetica, sans-serif;
    font-weight: 400;
    text-decoration: none;
    color: #3a3a3a;
    display:block;
    line-height:46px;
    text-decoration:none;
    letter-spacing: 0;
    font-style: normal; 
    text-transform:uppercase; 
    padding-right:25px; 
}*/
/*ul.menu li a:hover{ border-bottom-color: #3e748b;}
ul.menu, ul.menu li, ul.menu ul{list-style:none;margin:0px;padding:0px;}*/
ul.menu li{vertical-align:middle;zoom:1;}
ul.menu li.hover, ul.menu li:hover{position:relative;z-index:599;cursor:default;color: #fff;}
ul.menu ul{visibility:hidden;position:absolute;top:100%;left:0;z-index:9999 !important;width:300px;  padding-left:0px; padding-top: 48px;}
ul.menu ul li{float:none;  background-color:#000; border-bottom: 2px solid #fff;}
ul.menu ul li:hover{color: #fff;}
ul.menu ul li a{color: #fff;display:block;line-height:46px;padding:0 16px;text-decoration:none;font-size:14px;text-align:left;}
ul.menu ul li a:hover{color: #fff;border-top:none !important;}
ul.menu ul ul{top:0px;left:100%;}
ul.menu li:hover > ul{visibility:visible}
#call-us-button a{
        width:200px;
        border:none;
        color: #fff;
        display:block;
        cursor:pointer;
        text-align: center;
        font-weight: bold;
        letter-spacing: 0;
        text-transform: uppercase;
        padding-top: 10px;
        padding-bottom: 10px;
        line-height: 16px;
        font-size: 14px;
        -webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;
        text-decoration: none;
        margin-top: 5px;
       background-color: #3e748b;
        font-family: Helvetica, sans-serif;
}
input{ 
	background:#eee;
	border-radius:0; 
	box-shadow: none;
	border:0;
	height:45px;
}
.form-control:focus, textarea:focus {
    box-shadow: none;
	border:0;
	outline: 0;
}
textarea {
	background:#eee;
    border:0;
    border-radius: 0;
    color: #888;
    min-height: 120px;
    width: 100%;
	padding:10px;
	margin-bottom:10px;
	border-radius:3px;
}
.btn { 
    display: inline-block;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    text-align: center;
    background: #28b355;
    padding: 15px 30px;
    border-radius: 50px;
    text-decoration: none;
    margin-right: 20px;
    margin-bottom: 15px;
}
.btn:hover{
	text-decoration:none !important; 
}

.blog-sec .blog-item .blog-thumbnil img {
	height: auto;
}

.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
.container { max-width: 1170px; }
.container-fluid {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
.container-fluid {
    padding: 0 44px;
}
.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12{
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.testimonial-sec{
	background-image: url(/wp-content/uploads/2024/07/Continuous-Optimization-And-Reporting.jpg);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
	background-attachment: fixed;
}
.testimonial-bk{background-color:rgba(0, 0, 0, 0.80); padding: 80px 0;}
@media (min-width: 767px) {
	
	.col-1 {
    	-ms-flex: 0 0 8.33333%;
    	flex: 0 0 8.33333%;
    	max-width: 8.33333%;
	}
	.col-2 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 16.666667%;
		flex: 0 0 16.666667%;
		max-width: 16.666667%;
	}
	.col-3 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}
	.col-4 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 33.333333%;
		flex: 0 0 33.333333%;
		max-width: 33.333333%;
	}
	.col-5 {
    	-ms-flex: 0 0 41.66667%;
    	flex: 0 0 41.66667%;
    	max-width: 35.66667%;
		margin-left: auto;
	}
	.col-6 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	.col-7 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 58.333333%;
		flex: 0 0 58.333333%;
		max-width: 58.333333%;
	}
	.col-8 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 66.666667%;
		flex: 0 0 66.666667%;
		max-width: 66.666667%;
	}
	.col-12 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}

	.roww{
		display: -webkit-box;
    	display: -ms-flexbox;
    	display: flex;
		/*background-color:#28b355;*/   
	}
	.roww > div.col-50{	width:50%; }
	
}

.d-flex {
    display: flex!important;
}
.justify-content-start {
    justify-content: flex-start!important;
}
.justify-content-end {
    justify-content: flex-end!important;
}
.justify-content-center {
    justify-content: center!important;
}
.align-items-center {
    align-items: center!important;
}

.flex-column {
    flex-direction: column!important;
}
.img-fluid {
    max-width: 100%;
    height: auto;
}
.text-center{ text-align:center; }
.black-bg{ background:#000; }
.green-bg{ background:#28b355; }
.gray-bg{ background:#f4f4f4; }

.white-text, .white-text p{ color:#fff; }
.green-text{ color:#28b355; }
.black--text{ color:#000000; }
@media (min-width:1024px){
.bottomtext ul{
    float:left;
    margin-right: 10px;
    font-size: 15px;
    margin-top: 20px;
    margin-bottom: 20px;
}
}
ol {
    list-style-position: inside;
    margin-top: 20px;
    margin-bottom: 20px;
}
ol li{
	margin-bottom: 15px;
    line-height: 1.6;
}
ul.list, .bottomtext ul{ padding: 5px 0 10px 5px; }
ul.list li, .bottomtext ul li{
    position:relative;
    margin-bottom: 15px;
    padding-left: 40px;
}   
.singlePostPage h2{
	margin-top: 30px;
    margin-bottom: 30px;
}
.singlePostPage ul{
	padding-left:0px;
	margin-top: 30px;
    margin-bottom: 30px;
} 
ul.list li, .bottomtext ul li, .singlePostPage ul li {
 	background-image: url('https://www.searchnavigators.com/wp-content/uploads/2024/08/2-1.png');
    margin-bottom: 15px;
    background-position: center left;
    background-repeat: no-repeat;
    padding-left: 37px;
    min-height: 22px;
  /*  font-weight: bold;
    color: #28b355;
    font-size: 25px;*/
}

.m-t-1{ margin-top:10px; }
.m-t-2{ margin-top:20px; }
.m-t-3{ margin-top:30px; }
.m-t-4{ margin-top:40px; }
.m-t-5{ margin-top:50px; }

.m-b{ margin-bottom:0; }
.m-b-1{ margin-bottom:10px; }
.m-b-2{ margin-bottom:20px; }
.m-b-3{ margin-bottom:30px; }
.m-b-4{ margin-bottom:40px; }
.m-b-5{ margin-bottom:50px; }

.p-dsk{ padding:80px 0; }

.p-t{ margin-top:0; }
.p-t-1{ padding-top:10px; }
.p-t-2{ padding-top:20px; }
.p-t-3{ padding-top:30px; }
.p-t-4{ padding-top:40px; }
.p-t-5{ padding-top:50px; }
.p-t-8{ padding-top:80px; }
.p-t-9{ padding-top:90px; }
.p-t-10{ padding-top:100px; }

.p-b{ margin-bottom:0; }
.p-b-1{ padding-bottom:10px; }
.p-b-2{ padding-bottom:20px; }
.p-b-3{ padding-bottom:30px; }
.p-b-4{ padding-bottom:40px; }
.p-b-5{ padding-bottom:50px; }
.p-b-8{ padding-bottom:80px; }
.p-b-9{ padding-bottom:90px; }
.p-b-10{ padding-bottom:100px; }


.header{
    background-color: #fff;
    box-shadow: 0px 4px 10px 0px rgba(0,0,0,0.35);
	position:relative;
}
.header .row{ margin:0; }
.header .logo{ 
	width: 22%;
	display: flex;
    justify-content: center;
    align-items: center;
    	
}
@media (min-width:915px){
.header .logo img{ 
	width: 95%;
    height: auto;
	margin-left:5px;
}
}
@media (min-width:768px) and (max-width:914px){
.header .logo img{ 
	width: 95%;
    height: auto;
	margin-left:5px;
}
}
.header .nav{ 
	position: relative; 
    width: 46%;
    background: #28b355;
}
.header .nav:before{
/*	content: '';
    border-bottom: 117px solid #28b355;
    border-left: 90px solid #fff; */
}
.header .nav button{ display:none; }
.header .nav .menu{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1vw;
	padding:0;
	padding-left:35px;
}
.menu li a{
	color: #fff;
    text-decoration: none;
    font-size: 1vw;
}

.header .contact-sec{
    background: #28b355;
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding: 0 2.5vw;
    gap: 6px;
    width: 20%;
}
.header .contact-sec a{
    display: block;
    color: #fff;
    text-decoration: none;
    font-size: .95vw;
}
.header .contact-sec a i{ padding-right:5px; }
.header .social-sec{ 
    background: #000;
    width: 12%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1vw;
}
.header .social-sec a{
    color: #FFFFFFDB;
    font-size: 1.2vw;
}



.banner{
	/* background-position: right 0px center;
    background-image: linear-gradient(12deg,rgba(33,2,82,0) 20%,rgba(33,2,82,0.3) 66%),url(../images/homepage-wave1200x800.webp)!important;
    background-repeat: no-repeat;
    background-size: cover; */
	background-color: #f4f4f4;
    padding: 80px 0 150px;
    background-image: url('https://www.searchnavigators.com/wp-content/uploads/2024/08/home-banner-image.jpg');
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
}
@media (min-width:1px) and (max-width:767px){
    .service-areas-animation{
        font-size: 36px;  
    }
}
@media (min-width:768px){
    .service-areas-animation{
        font-size: 44px;  
    }
}
.service-areas-animation{
    display: block;
    text-decoration: none;
    color: #28b355;
    text-shadow: 0em 0.08em 0.1em rgba(12, 0, 61, 0.38);
    font-weight:bold;
}
.service-areas-animation a{
     color: #28b355; text-decoration:none;
     font-weight:bold;
}

.banner h1 a{
	display:block;
	text-decoration:none;
	color:#28b355;
	text-shadow:0em 0.08em 0.1em rgba(12,0,61,0.38);
}
.banner ul{ margin: 15px 0 30px; }
.banner ul li{
    color: #000;
    margin-bottom: 12px;
    font-size: 18px;
    font-weight: 600;	
}
.banner .btn{ max-width:160px; }
.heroForm{
    background: #fff;
    box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.1);
    border-radius: 9px;
    overflow: hidden;
}
.heroForm h4, .heroForm-h4{
    background: #000;
    color: #fff;
    text-align: center;
    padding: 12px;	
	font-size: 18px;
    font-weight: 500;
	display: block;
    margin-bottom: 15px;
}

.heroForm form .wpcf7-checkbox{ 
	display:flex; 

    gap: 13px;
}
.heroForm form .wpcf7-checkbox .wpcf7-list-item label{ 
	display:flex; 
    gap: 5px;
}
.heroForm form h5, .heroForm form .h5f p{ 
	font-size: 15px; 
	margin-bottom:3px;
	    color: #2c2a29;
		font-weight: 700;
    margin-bottom: 5px;
}
.heroForm form .wpcf7-checkbox .wpcf7-list-item label span{ font-size:13px; }
.heroForm form{ padding:5px 20px 20px; }
.heroForm form p{ margin-bottom:0; }
.heroForm form input{

    margin-bottom: 10px;
    padding: 15px;
    border-radius: 3px;
}
.heroForm form .wpcf7-checkbox input{
	height: 23px;
}
.heroForm form textarea{ height: 120px; }
.heroForm form .checkBox-row{ padding:0 0 5px; }
.heroForm form .checkBox-row p{ margin-bottom:5px; }
.heroForm form .checkBox-row input{
    width: auto;
    height: auto;
}
.heroForm form .checkBox-row label{
	font-size: 13px;
    position: relative;
    top: -2px;
}
.heroForm form .checkBox-row .chebkes{ 
	display:flex; 
    gap: 15px;
}
.heroForm form input[type=submit]{
	display: inline-block;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    text-align: center;
    background: #28b355;
    padding: 15px 30px;
    border-radius: 3px;
    text-decoration: none;
    cursor: pointer;
}


.cta-sec{ margin-top: -80px; }
.cta-sec .container{
	background:#000000;
    box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.1);
    border-radius: 7px;
    padding: 0px 15px;
	overflow: hidden;
}
.cta-sec .container h2, .cta-sec .container p{ 
	color:#fff;
}
.cta-sec h2{
	font-size:30px;
}
.cta-sec a.btn{
    margin: 0 auto 10px;
    font-size: 18px;
    border-radius: 6px;
    padding: 0.7vw 1.1vw;
	min-width:215px;
}
.cta-logo{ 
	background:#fff; 
	padding:10px 0 5px;
	text-align:center;
}
.cta-logo img{ width: 140px; }
.cta-sec .cta-text{ 
	position:relative; 
	padding:0;
}
.cta-sec .cta-text:before {
    content: '';
    border-bottom: 165px solid #000;
    border-left: 50px solid #fff;
	position:absolute;
}
.cta-sec .cta-text .innerText{
    position: relative;
    padding:40px 0 0 65px;
}
.cta-btn{ 
	padding:23px 0 0; 
    text-align: center;
}

.about-sec{ padding:35px 0; }
.about-sec .dule-btn{ padding-top:20px; }
.about-sec .dule-btn a, .dme .dule-btn a { 
		margin-top: 20px;
    margin-right: 20px;
 }

.feature-sec{
	/*background-image: linear-gradient(180deg,rgba(10,4,0,0.85) 24%,#0c3419 100%),url(../images/featured-bg.jpg)!important;
	background-position: 50%;
    background-size: cover;
	background-repeat: no-repeat;*/
	padding:175px 0 80px;
	position:relative;
	/*background-color: rgb(0, 0, 0, 0.8);
	background-color: #f4f4f4; */
	background-image: url(../images/home-banner-2.jpg);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
	}
.corve-divider{
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDBweCIgdmlld0JveD0iMCAwIDEyODAgMTQwIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxnIGZpbGw9IiNmZmZmZmYiPjxwYXRoIGQ9Ik0wIDB2NjBzNTczLjA5IDgwIDEyODAgODBWMHoiIGZpbGwtb3BhY2l0eT0iLjMiLz48cGF0aCBkPSJNMCAwdjMwczU3My4wOSAxMTAgMTI4MCAxMTBWMHoiIGZpbGwtb3BhY2l0eT0iLjUiLz48cGF0aCBkPSJNMCAwczU3My4wOSAxNDAgMTI4MCAxNDBWMHoiLz48L2c+PC9zdmc+);
    background-size: 100% 100px;
    top: 0;
    height: 100px;
    z-index: 1;
    transform: scale(-1,1);
    position: absolute;
    pointer-events: none;
    width: 100%;
    left: 0;
    right: 0;
}
.feature-sec .feature-item { 
	text-align: center;
    background-color: #28b355;
    padding: 20px;
    border-radius: 5px;	
	min-height: 390px;
}
.feature-sec .feature-item-2{
	text-align: center;
     background-color: #000;
    padding: 20px;
    border-radius: 5px;	
	 border:2px solid #fff;
}
.feature-sec .feature-item a{ text-decoration:none; }
.feature-sec .feature-item a img{ border-radius:10px; }
.feature-sec .feature-item a h5, .feature-sec .feature-item a h3{ 
	color:#fff; 
	font-weight:500;
	margin:10px 0;
	font-size:18px;
}
.feature-sec .feature-item a p{ color:#fff; }

.location-sec .col-2{
   flex: 0 0 33.33%;
    max-width: 33.33%;
    padding: 0 10px;
    margin-bottom: 35px;
}
.location-sec .loction-item{ text-align:center; }
.location-sec .loction-item a{ text-decoration:none; }
.location-sec .loction-item a iframe{ border-radius:0 10px 0 10px; height:200px; }
.location-sec .loction-item a h5{ 
	color:#262634; 
	font-weight:500;
	margin:10px 0;
}





.bk-1{
	background-image: url(../images/5.jpg);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
	background-position: 50% 50%;
}

.bk-2{
	background-image: url(../images/7.jpg);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
	background-position: 50% 50%;
}

.bk-3{
	background-image: url(../images/8.jpg);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
	background-position: 50% 50%;
}

.bk-4{
	background-image: url(../images/4.jpg);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
	background-position: 50% 50%;
}

.top-bottom{
	margin-top: -30px;
    margin-bottom: 80px
}

.location-sec{
	padding-top:75px;
	background-image: url(../images/home-banner-2.jpg);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
}

.content-padding{padding:5%;}

.testimonail-item .testimonail-img img{ border-radius: 10px; }
.testimonail-item .textimonail-content{
    color: #fff;	
    padding-left: 50px;
}
.testimonail-item .textimonail-content .testimonial-text{
    color: #fff;
    font-size: 24px;
    font-weight: 300;
    font-style: italic;
}
.testimonail-item .textimonail-content p{ color:#fff; }
.testimonail-item .textimonail-content .testimonial-name{
    color: #28b355;
    font-size: 30px;
    font-weight: 600;
    font-style: normal;
}

.faq-sec .faq-toggle{}
.faq-sec .faq-toggle .faq-toggle-item{
	border-radius:10px;
    overflow: hidden;
    margin-bottom: 20px;
}
.faq-sec .faq-toggle .faq-toggle-item .faq-tab-title{
    background: #fff;
    padding: 25px 35px;
    cursor: pointer;
}
.faq-sec .faq-toggle .faq-toggle-item.active .faq-tab-title{ padding: 25px 35px 10px; }
.faq-sec .faq-toggle .faq-toggle-item .faq-tab-title a{ 
	color:#000; 
	text-decoration:none;
}
.faq-sec .faq-toggle .faq-toggle-item .faq-tab-title h4{ position:relative; }
.faq-sec .faq-toggle .faq-toggle-item .faq-tab-title h4{ margin-bottom:0; }
.faq-sec .faq-toggle .faq-toggle-item .faq-tab-title h4 i{
    color: #28b355;
    position: absolute;
    right: 0;
    font-size: 30px;
	-webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.faq-sec .faq-toggle .faq-toggle-item.active .faq-tab-title h4 i{
	-webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}
.faq-sec .faq-toggle .faq-toggle-item .faq-tab-content{ 
	display:none; 
    background: #fff;
    padding: 0 35px 20px;
}
.faq-sec .faq-toggle .faq-toggle-item.active .faq-tab-content{ display:block; }

.faq-sec.faq-sec-b .faq-toggle { padding: 0 20px; }
.faq-sec.faq-sec-b .faq-toggle .faq-toggle-item .faq-tab-title{
	padding: 15px 30px; 
	position:relative;
	background-color: #28b355;
    margin-bottom: 10px;
}
.faq-sec.faq-sec-b .faq-toggle .faq-toggle-item .faq-tab-title:before {
    content: url(https://www.searchnavigators.com/wp-content/themes/searchnavigators/images/plus.jpg);
    float: right;
    color: beige;
}
.faq-sec.faq-sec-b .faq-toggle .faq-toggle-item .faq-tab-title h3 { font-size: 16px; margin-bottom: 0px; }
.faq-sec.faq-sec-b .faq-toggle .faq-toggle-item { margin-bottom: 0px; }
.faq-sec.faq-sec-b .faq-toggle .faq-toggle-item .faq-tab-content {
    padding: 15px 30px 20px;
    border-top: 1px solid;
}

.team-sec{ padding-bottom:100px;
background-image: url(../images/home-banner-2.jpg);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
 }
.team-sec .team-item{
	box-shadow: 0 0 10px 0 rgba(0,0,0,.15);
    background-color: #fff;
    border-radius: 3px;
    overflow: hidden;
}
.team-sec .team-item .team-thumbnil{ position:relative; }
.team-sec .team-item .team-thumbnil .social-team{
    display: none;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: auto;
    align-items: center;
    justify-content: center;
    /*background: rgb(40 179 85 / 79%);*/
	gap: 15px;
    font-size: 20px;
}
.team-sec .team-item .team-thumbnil .social-team a{ color:#fff; }
.team-sec .team-item:hover .team-thumbnil .social-team{ display: flex; }
.team-sec .team-item .team-thumbnil img{ 
	width:100%; 
    margin-bottom: -5px;
    min-height:400px;
    max-height: 500px;
    object-fit: cover;
    object-position: top;
}
.team-sec .team-item .team-thumbnil a.team-img{ 
	position:relative; 
	display:block;
}
.team-sec .team-item .team-thumbnil a.team-img:before{
    display: block;
    content: "";
    background: hsl(0deg 0% 0% / 15%);
    background-repeat: no-repeat;
    height: 100%;
    width: 100%;
    position: absolute;
    bottom: 0;
    opacity: 1;
    transition: all .3s ease-out;
}
.team-sec .team-item .team-text{ padding:30px 25px 15px; }
#about-template .team-sec .team-item .team-text{
    min-height:400px;
}
.team-sec .team-item .team-text h3{
	color:#000;
	text-decoration:none;
	margin-bottom:5px;
	font-size:24px;
}

.blog-sec{ padding-bottom:100px; }
.blog-sec .blog-item{
	box-shadow: 0 0 10px 0 rgba(0,0,0,.15);
    background-color: #fff;
    border-radius: 3px;
    overflow: hidden;
}
.blog-sec .blog-item .blog-thumbnil{ position:relative; }
.blog-sec .blog-item .blog-thumbnil img{ 
	width:100%; 
    margin-bottom: -5px;
    height: 230px;
}
.blog-sec .blog-item .blog-thumbnil a{ 
	position:relative; 
	display:block;
}
.blog-sec .blog-item .blog-thumbnil a:before{
    display: block;
    content: "";
    background: hsl(0deg 0% 0% / 15%);
    background-repeat: no-repeat;
    height: 100%;
    width: 100%;
    position: absolute;
    bottom: 0;
    opacity: 1;
    transition: all .3s ease-out;
}
.blog-sec .blog-item .blog-text{ padding:30px 25px 15px; }
.blog-sec .blog-item .blog-text h5 a{
	color:#000;
	text-decoration:none;
	margin-bottom:5px;
}
.blog-sec .blog-item .blog-text a.redMore {
    color: #28b355;
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
}


.footer{ padding:70px 0 15px; }
.footer{
  /*  background-image: url(../images/footer-background.jpg);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover; */
}
.footer-cta-box{ margin: -90px 0 80px; }
.footer-cta-box .cta-item{
    padding: 40px 40px 20px;
    border-radius: 3px;
    overflow: hidden;
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
    height: 230px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}
.footer-cta-box .cta-1{
	background-image: linear-gradient(180deg,rgba(0,0,0,0) 42%,#000000 100%),url(/wp-content/uploads/2024/07/17-1.png);
    background-color: #f76200;
}
.footer-cta-box .cta-2{
	background-image: linear-gradient(180deg,rgba(0,0,0,0) 42%,#000000 100%),url(/wp-content/uploads/2024/07/7-2.png);
    background-color: #ffffff;
}
.footer-cta-box .cta-3{
    background-position: center top;
    background-image: linear-gradient(180deg,rgba(0,0,0,0) 42%,#000000 100%),url(/wp-content/uploads/2024/07/16.png);
    background-color: #ffffff;
}
.footer-cta-box .cta-item p{ margin-bottom:0; }
.footer-cta-box .cta-item .cta-h4{ font-size: 22px; margin-bottom:15px; color: #fff; font-weight: 700;  }
.footer-cta-box .cta-item a {   text-decoration: none; }
.footer-top-left{ padding-right:80px; }
.footer .f-logo{ 
	display:block; 
    margin-bottom: 20px;
}
.footer .f-logo img{ width: 285px; border: 2px solid #28b355; padding-right:10px; background-color:#fff;     max-width: 100%;
    height: auto; }
.footer p{ color:#fff; } 
.footer .social-media a{ color:#fff; }
.footer .social-media{
	display: flex;
    gap: 20px;
	padding: 10px 0 10px;
}
.footer .address-sec{ padding-top:25px; }
.footer .address-sec .address-row .hh5{ 
	color:#fff; 
    margin: 0 0 5px;
    font-size: 16px;
}
.footer .address-sec .address-row a{ 
	color:#28b355; 
	text-decoration:none;
    font-weight: 600;
	margin-top:10px;
}
.footer div.get-heading{ color:#28b355; font-weight:bold; }
.footer div.sr-h5{ color:#28b355; margin-bottom:20px; font-weight:bold; }
.footer .address-sec .address-row{     
	justify-content: space-between; 
    padding: 15px 0 40px;
}
.footer .address-sec a{ 
	color:#fff; 
	display: block;
}
.footer .menu-footer ul{ padding:0; }
.footer .menu-footer ul li{     margin-bottom: 8px; }
.footer .menu-footer ul li a{
	color: #fff;
    text-decoration: none;
    font-size: 14px;
}
.footer .footer-menu-row{ 
	gap:40px; 
    margin-bottom: 25px;
}
.footer .footer-menu-row h5{
    border-bottom: 1px solid rgb(255 255 255 / 24%);
    padding-bottom: 15px;
    margin-bottom: 17px;
}
.footer-compny-logo{
    gap: 100px;
    padding: 0 30px;
}
.footer-compny-logo .logo-1 img{ border: 1px solid rgb(255 255 255 / 24%); }
.footer-address{ padding:50px 0 0 0; } 
.footer-address .address-item p{ padding-top:15px; }
.footer-bottom{ padding: 0px 0 0; }
.footer-bottom .container{ 
	position:relative; 
    padding-top: 20px;
}
.footer-bottom .container:before{
    content: "";
    border-top: 1px solid rgb(238 238 238 / 29%);
    position: absolute;
    width: 100%;
	top:0;
}
.footer-bottom a{ 
	color:#fff; 
	text-decoration:none;
}


/****************innerpage css****************/

.inner-banner img{
   /* height: 100%;
    object-fit: cover; */
}
.digital-sec{
    background: no-repeat;
    padding:50px 0 50px;
}
.digital-sec .col-3{
    max-width: 33%;
    flex: 0 0 33%;
    padding: 0 0.5%;
    margin-bottom: 1%;
}
.digital-sec .feature-item{ 
	height:100%; 
    border: 0;
}
.what-business-sec .dule-btn { padding-top: 20px; }
.what-business-sec .dule-btn a{ margin: 0 1vw; }
.bg-image{
	background-image: url(../images/home-banner-2.jpg);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
}
.how-our-sec{
	background-color: #28b355;
	padding-bottom: 50px;
}
.how-our-sec .slick-slide{ 
	margin: 0 10px; 
	opacity: 1;
}
.how-our-sec .slick-slide img{
	height: 475px;
    object-fit: cover;
    border-radius: 9px;
}
.award-winning-sec{
	background-color: #28b355;
}
.award-winning-sec .slick-slide{ 
	margin: 0 8px; 
    opacity: 1;
}
.award-winning-sec .slick-slide img{
	height:220px;
    object-fit: cover;
    border-radius: 9px;
}
.award-winning-sec .slider { margin: 35px auto 0; }
.award-winning-sec .slick-arrow:before, .how-our-sec .slick-arrow:before{ color:#ffffff; }

.digital-form-sec{ margin-top: -107px; }
.digital-sec-left{
	display:flex;
	flex-wrap: wrap;
}
.digital-sec .col-5 {
	/*flex: 0 0 40%;
	max-width: 40%;*/
}
.levelUp-sec{ 
	background-image:none; 
	background-color:#28b355;
	
}
.levelUp-sec h2{ 
	text-transform:uppercase; 
	font-size: 65px;
    font-weight: 800;
}
.levelUp-sec h2{ 
	text-transform:uppercase; 
	font-size:36px;
	color:#fff;
}
.pfeaturees ul{ padding-left:0; }
.pfeaturees ul li {
    position: relative;
    margin-bottom: 15px;
    padding-left: 40px;
}
.pfeaturees ul li {
   background-image: url('https://www.searchnavigators.com/wp-content/uploads/2024/08/2-1.png');
    margin-bottom: 15px;
    background-position: center left;
    background-repeat: no-repeat;
    padding-left: 37px;
    min-height: 22px;
}
 .feature-sec .feature-item { min-height: 195px; }
 #home-template .feature-sec .feature-item { min-height: 390px; }
#location-template .feature-sec .feature-item { min-height: 390px; }
#home-template .col-4 .feature-item { min-height: 350px; }
.seoDigitel-sec .content-padding{ 
	min-height: 475px; 
    display: flex;
    justify-content: center;
    flex-direction: column;
}
.banner.inner-banner .digital-sec { padding: 50px 0 0; }



/*! responsive style !*//* box resize*/
/********** Media Qyery **********/

@media (min-width: 1025px) and (max-width: 1200px) {

	.header .logo {
		width: 14%;
		padding: 0 10px;
		
	}
	.header .logo img { 
		width: 100%; 
	    height: auto;
	}
	.header .nav { width: 54%; }
	.header .nav:before {
    	border-bottom: 75px solid #28b355;
    	border-left: 50px solid #fff;
	}
	.menu li a { font-size: 1.17vw; }
	.header .contact-sec {
    	padding: 0 2vw;
    }

}

@media (min-width: 768px) and (max-width: 1024px) {
	
	.col-md-4 {
    	-ms-flex: 0 0 33.33333%;
    	flex: 0 0 33.33333%;
    	max-width: 33.33333%;
	}
	.col-md-6 {
    	-ms-flex: 0 0 50%;
    	flex: 0 0 50%;
    	max-width: 50%;
	}
	.col-md-8 {
    	-ms-flex: 0 0 66.66667%;
    	flex: 0 0 66.66667%;
    	max-width: 66.66667%;
	}
	.col-md-12 {
    	-ms-flex: 0 0 100%;
    	flex: 0 0 100%;
    	max-width: 100%;
	}
	html, body{ overflow-x: hidden; }
	.address-item iframe{ width:100%; }
	.header .nav .menu {	
		display: none; 
		position: absolute;
		top: 112px;
		right: 0;
		width: 100%;
		background: #28b355;
		padding: 32px;
		z-index: 9999;
	}
	.header .nav .menu li{ margin-bottom:10px; }
	.header .nav .menu li a { font-size: 16px; }
	.rightheader{ display:none !important; }
	.header .nav{
	    position: relative;
    	width: 65%;
	}
	.header .nav button {
		display: block;
		position: absolute;
		right: 30px;
		top: 39px;
		background: transparent;
		border: 0;
		color: #fff;
		font-size: 30px;
		cursor: pointer;
	}
	.banner {
    	padding: 45px 0 180px;
		 background-image: url(../images/home-banner.jpg)!important;
	}
	h1 {
    	font-size: 36px;
    	line-height: 1.1em;
	}
	h2 { font-size: 28px; text-transform:capitalize; }
  	h3 { font-size: 24px; text-transform:capitalize;}
	.p-dsk, .testimonial-bk { padding: 50px 0; }
	
	.p-b-8 { padding-bottom: 50px; }
	.m-b-5 { margin-bottom: 30px; }
	.m-b-3 { margin-bottom: 10px; }
	
	.banner ul { margin: 15px 0 15px; }
	.cta-sec {
    	margin-top: 0;
    	padding: 0 15px;
	}
	.cta-sec a.btn {
    	font-size: 13px;
    	padding: 10px 10px;
    	min-width: 152px;
	}
	.cta-btn {
    	padding:35px 0 0;
    }
	.cta-sec .cta-text .innerText {
    	padding: 20px 0 5px 65px;
	}
	.cta-phn{ font-size:12px; }
	.about-sec .row{  }
	.about-sec .row .col-6 {
    	flex: 0 0 100%;
    	max-width: 100%;
	}
	.slider { margin: 30px auto 0; }
	.testimonail-item .testimonail-img img {
    	width: 75%;
    	margin: auto;
	}
	.testimonail-item .textimonail-content {
    	padding: 15px 0 0;
	}
	.testimonail-item .textimonail-content .testimonial-text { font-size: 15px; }
	.testimonail-item .textimonail-content .testimonial-name { font-size: 24px; }
	.testimonial-sec .slick-prev, .testimonial-sec .slick-next{ display:none !important; }
	.testimonial-sec .slider { margin: 25px auto 0; }
	
	.team-sec .team-item .team-text, .blog-sec .blog-item .blog-text { padding: 15px; }
	
	.faq-sec .faq-toggle .faq-toggle-item .faq-tab-title h4 { font-size: 16px; }
	.faq-sec.faq-sec-b .faq-toggle .faq-toggle-item .faq-tab-title { padding: 20px 26px 20px; }
	.faq-sec .faq-toggle .faq-toggle-item .faq-tab-title h4 i { font-size: 20px; }
	.faq-sec .faq-toggle .faq-toggle-item .faq-tab-content { padding: 0 20px 20px; }
	.faq-sec .faq-toggle .faq-toggle-item.active .faq-tab-title { padding: 25px 20px 10px; }
	
	.team-sec .team-item { margin-bottom: 15px; }
	.footer-cta-box .cta-item {	
		margin-bottom: 10px; 
	    height: 170px;
	    padding: 35px 15px 4px;
	}
	.footer-cta-box .cta-item .cta-h4 { font-size: 24px; margin-bottom:15px; color: #fff; font-weight: 700; }
	.footer-cta-box .cta-item a {   text-decoration: none; }
	.footer-cta-box { margin: -90px 0 30px; }
	.footer .address-sec .address-row { 
		padding:0; 
		display: block !important;
	}
	.footer-top-left { padding: 0 15px 35px; }
	.footer-compny-logo {
    	gap: 40px;
    	padding: 0;
	}
	.footer .address-sec { padding-top: 5px; }
	.header .logo{ 
		width:35%; 
		justify-content: flex-start;
			
	}
	.header .contact-sec, .header .social-sec{ display:none; }
	.header .nav:before{     margin-left: -1px; }
	.location-sec .loction-item p{
	    font-size: 12px;
    	line-height: 1.3em;
	}
	.heroForm { margin-top: 20px; }
	.feature-sec .col-3, .feature-sec .col-4{    padding: 0 5px;  }
	.location-sec .col-2 { padding: 0 5px; }
	.container-fluid { padding: 0 15px; }
	.faq-sec.faq-sec-b .faq-toggle .faq-toggle-item .faq-tab-title:before { right:10px; }
	.feature-sec { padding: 110px 0 80px; }
	
	.seoDigitel-sec{ padding:40px 0; }
	.bk-1, .bk-2, .bk-3, .bk-4{  height:300px;}
	.seoDigitel-sec .roww{ display:grid; }
	.bk-2, .bk-4{ order: 2; }
	
	.location-sec.p-b-8{ padding-bottom:0; }
	
	.faq-sec.faq-sec-b .faq-toggle { padding: 0; }
	.roww > div.col-50 { width: 100%; }
	
	/****************innerpage css****************/
	.p-b-10 { padding-bottom: 50px; }	
	.p-t-10 { padding-top: 50px; }
	.inner-banner { padding: 50px 0; }
	.how-our-sec .slick-slide img { height: 375px; }
	.what-business-sec .col-6 { 
		max-width:100%; 
	    flex: 0 0 100%;
	}
	.digital-sec .col-3 {
    	max-width: 50%;
    	flex: 0 0 50%;
    }
	.digital-sec{ padding: 40px 0; }
	.digital-form-sec { margin-top: -15px; }
	.levelUp-sec{ padding: 75px 0 80px; }
	.levelUp-sec .col-7, .levelUp-sec .col-5{
		flex: 0 0 100%;
    	max-width: 100%;	
	}
	.inner-banner .digital-sec{ padding: 0; }
	.seoDigitel-sec .content-padding { min-height: inherit; }
	.feature-sec.digital-sec{ padding: 50px 10px 0; }
	
}

@media (max-width: 767px) {
	
	html, body{ overflow-x: hidden; }
	.d-flex { flex-direction: column; }
	.address-item iframe{ width:100%; }
	.header .nav .menu {	
		display: none; 
		padding:10px;
	}
	.header .container-fluid { padding: 0 10px; }
	.header .nav{
	    position: relative;
    	width: 100%;
	}
	.header .nav button {
		display: block;
		position: absolute;
		right: 45px;
    	top: -76px;
		background: transparent;
		border: 0;
		color: #fff;
		font-size: 30px;
		cursor: pointer;
		margin-top: 10px;
	}
	.banner {
    	padding: 45px 0 180px;
		 background-image: none !important;
		background-color:#f7f7f7 !important;
	}
	h1 {
    	font-size: 36px;
    	line-height: 1.1em;
	}
	h2 { font-size: 28px; }
  	h3 { font-size: 24px; }
	.p-dsk { padding: 50px 0; }
	.p-b-8 { padding-bottom: 50px; }
	.m-b-5 { margin-bottom: 30px; }
	.m-b-3 { margin-bottom: 10px; }
	
	.banner ul { margin: 15px 0 15px; }
	.cta-sec {
    	margin-top: -30px;
    	text-align: center;
    	padding: 0 15px;
	}
	.slider { margin: 30px auto 0; }
	.testimonail-item .testimonail-img img {
    	width: 50%;
    	margin: auto;
	}
	.testimonail-item .textimonail-content {
    	padding: 15px 0 0;
    	text-align: center;
	}
	.testimonail-item .textimonail-content .testimonial-text { font-size: 15px; }
	.testimonail-item .textimonail-content .testimonial-name { font-size: 24px; }
	.testimonial-sec .slick-prev, .testimonial-sec .slick-next{ display:none !important; }
	.testimonial-sec .slider { margin: 25px auto 0; }
	
	.faq-sec .faq-toggle .faq-toggle-item .faq-tab-title h4 { font-size: 16px; }
	.faq-sec .faq-toggle .faq-toggle-item .faq-tab-title { padding: 20px; }
	.faq-sec .faq-toggle .faq-toggle-item .faq-tab-title h4 i { font-size: 20px; }
	.faq-sec .faq-toggle .faq-toggle-item .faq-tab-content { padding: 0 20px 20px; }
	.faq-sec .faq-toggle .faq-toggle-item.active .faq-tab-title { padding: 25px 20px 10px; }
	
	.team-sec .team-item { margin-bottom: 15px; }
	
	.footer-cta-box .cta-item {	margin-bottom: 10px; }
	.footer-cta-box { margin: -90px 0 30px; }
	.footer .address-sec .address-row { padding: 15px 0 0; }
	.footer-top-left { padding: 0 15px 35px; }
	.footer-compny-logo {
    	gap: 10px;
    	padding: 0;
	}
	.menu li{ margin-bottom:10px; }
	.menu li a { font-size: 16px; }
	.header .logo{ 
		width:100%; 
		justify-content: flex-start;
	}
	.header .contact-sec, .header .social-sec{ display:none; }
	.header { background-color: #28b355; }
	.header .nav:before{ display:none; }
	
	.location-sec .col-2 {
    	flex: 0 0 100%;
    	max-width: 100%;
    }
	.location-sec iframe{ height: 175px; }
	.heroForm { margin-top: 20px; }
	.heroForm form { padding: 0px 13px 5px; }
	.heroForm form input {
    	margin-bottom: 7px;
    	padding: 14px 15px;
    	height: auto;
    	font-size: 12px;
	}
	.cta-sec .cta-text:before{ display:none; }
	.cta-sec .cta-text .innerText { padding: 40px 20px 0; }
	.cta-btn { padding: 0 0 20px; }
	.cta-sec a.btn {
    	padding: 2vw 1.1vw;
    	min-width: 225px;
	}
	.feature-sec { padding: 140px 0 50px; }
	
	.feature-sec .feature-item, .feature-sec .feature-item-2 {
	    margin: 0 0 10px;
    	border: 0;
	    min-height: inherit;
	}
	.container-fluid { padding: 0 10px; }
	.faq-sec.faq-sec-b .faq-toggle .faq-toggle-item .faq-tab-title { padding: 15px 25px 15px 15px; }
	.faq-sec.faq-sec-b .faq-toggle .faq-toggle-item .faq-tab-title:before {
    	top: 20px;
    	padding-right: 0;
		right:10px;
    }
	.faq-sec.faq-sec-b .faq-toggle .faq-toggle-item .faq-tab-content { padding: 15px 0px 20px; }
	.blog-sec .blog-item { margin-bottom: 15px; }
	.about-sec { padding: 35px 0 0; }
	
	.seoDigitel-sec{ padding:0 0 40px 0; }
	.bk-1, .bk-2, .bk-3, .bk-4{  height:300px;}
	.seoDigitel-sec .roww{ display:grid; }
	.bk-2, .bk-4{ order: 2; }
	
	.location-sec.p-b-8{ padding-bottom:0; }
	
	.faq-sec.faq-sec-b .faq-toggle { padding: 0; }
	
	
	/****************innerpage css****************/
	.p-b-10 { padding-bottom: 50px; }	
	.p-t-10 { padding-top: 50px; }
	.inner-banner { padding: 50px 0; }
	.digital-sec {	padding: 50px 10px; }
	.digital-sec .col-3 {
    	max-width: 100%;
        flex: 0 0 100%;
		margin-bottom: 10px;
	}
	.how-our-sec .slick-slide img { height: 350px; }
	.digital-form-sec { margin-top: 0; }
	.digital-sec .col-5 {
    	/*flex: 0 0 40%;
    	max-width: 40%;*/
    }
	
	.levelUp-sec{ padding: 50px 0; }
	.levelUp-sec h2 {
    	font-size: 36px;
    	margin-bottom: 5px;
	}
	.levelUp-sec h2 {
    	font-size: 20px;
    	margin-bottom: 10px;
	}
	.inner-banner .digital-sec{ padding: 0; }
	.seoDigitel-sec .content-padding { min-height: inherit; }
	.feature-sec.digital-sec{ padding: 50px 10px 0; }

}
@media (min-width: 767px){
	.digital-sec .col-5 {
		-ms-flex: 0 0 41.66667%;
		flex: 0 0 41.66667%;
		max-width: 100%;
		margin-left: auto;
	}
}
/*
.feature-sec{
    background-image: url(../images/green.jpg);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover; 
}*/

.bm-1{
	margin-bottom:40px;
}




/*contact page css*/
.innerPagetitel{ 
	background:url(https://www.searchnavigators.com/wp-content/uploads/2024/07/On-Page-SEO.webp) no-repeat; 
    background-size: cover;
    padding: 6% 0;
    margin-bottom: 30px;
	position:relative;
    background-position: center;
}
.contactPagesec{ padding-bottom:100px; }
.innerPagetitel:before{
    content: "";
    background: rgb(0 0 0 / 65%);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
}
.innerPagetitel h1{ 
	color:#fff; 
    z-index: 99;
}
.contactPagesec .letsGetsec{
    width: 100%;
    background: #000;
    border-radius: 10px;
    padding: 45px;	
	margin:0 15px 20px;
}
.contactPagesec h2{ 
	color:#fff; 
    text-align: center;
    margin-bottom: 8px;
}
.contactPagesec p{ 
	color:#fff; 
	text-align: center;
}
.cAddress-row{ 
	display: flex; 
	margin-top:40px;
}
.cAddress-row .cAddress-item{ 
	width:33%; 
    display: flex;
	align-items: center;
    gap: 15px;
}
.cAddress-row .cAddress-item .cIcon{
    background: #fff;
    height: 65px;
    width: 65px;
    border-radius: 100px;
    text-align: center;
    color: #28b355;
    font-size: 23px;
	display: flex;
    align-items: center;
    justify-content: center;
}
.cAddress-row .cAddress-item .cText{     width: 75%; }
.cAddress-row .cAddress-item .cText h3{
	font-size:18px;
	color:#fff;
	text-transform:uppercase;
    margin-bottom: 0;
}
.cAddress-row .cAddress-item .cText p{
	font-size:16px;
	text-align: left;
}
.mapSec iframe{	border-radius: 10px; }
.mapSec{ height:100%; }
.formSec{
    background: #EDEDED;
    border-radius: 10px;
    padding: 25px 35px;
}
.formSec h2, .formSec-h2{ 
	color:#000; 
    font-size: 28px;
    padding-bottom: 5px;
	text-align: center;
    margin-bottom: 8px;
	line-height: 1.2em;
    text-transform: capitalize;
	font-weight: bold;
}
.formSec input {
    background: #fff;
    box-shadow: none;
    border: 0;
    height: 45px;
    width: 100%;
    margin-bottom: 10px;
    padding: 15px;
    border-radius: 3px;
}
.formSec form h5 {
    font-size: 15px;
    margin-bottom: 3px;
}
.formSec form .wpcf7-checkbox {
    display: flex;
    gap: 13px;
}
.formSec form .wpcf7-checkbox .wpcf7-list-item label {
    display: flex;
    gap: 5px;
}
.formSec form .wpcf7-checkbox input { height: 23px; }
.formSec form .wpcf7-checkbox .wpcf7-list-item label span {
    font-size: 13px;
	color: #000;
}
.formSec form textarea {
    background: #fff;
    border: 0;
    border-radius: 0;
    color: #888;
    min-height: 120px;
    width: 100%;
    padding: 10px;
    margin-bottom: 10px;
    border-radius: 3px;
	height: 120px;
}
.formSec form p{ margin-bottom:3px; }
.formSec form input[type=submit] {
    display: inline-block;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    text-align: center;
    background: #28b355;
    padding: 15px 30px;
    border-radius: 3px;
    text-decoration: none;
    cursor: pointer;
}
.letsGetsec .social-sec{ 
    display: flex;
    gap: 20px;
    margin-top: 35px;
    align-items: center;
    justify-content: center;
}
.letsGetsec .social-sec i{
    color: #fff;
    font-size: 28px;
}

/*blog page css*/

.blogPageSec .minePost .post{
    display: flex;
    /*align-items: center;*/
    justify-content: center;
	gap: 30px;
}
.blogPageSec .minePost .post .post-thumbnail{
	width:50%
}
.blogPageSec .post .post-thumbnail img{ width:100%; }
.blogPageSec .minePost .post .post-text{
	width:50%
}
.blogPageSec .minePost .post .post-text h2{ font-size:28px; }
.blogPageSec .post .post-text a{
	font-size:20px;
	font-weight:700;
    color: #28b355;
    text-decoration: none;
    line-height: 1.3;
}

.blogTopPost{
	display: flex;
  	justify-content: center;	
    gap: 25px;
}
.blogTopPost .post .post-text{ padding-top:5px; }
.blogTopPost .post .post-text .post-titel{
    font-size: 18px;
	color: #262634;
    font-weight: 700;
    line-height: 1.2em;
    margin-bottom: 20px;
    text-transform: capitalize;
}
.blogAllPost .post{
	display: flex;
  	align-items: center;
  	justify-content: center;
    flex-direction: row-reverse;
    border-bottom: 1px solid #A3A3A3;
    padding-bottom: 15px;
    margin-bottom: 20px;
}
.blogAllPost .post .post-thumbnail{ width:25%; }
.blogAllPost .post .post-thumbnail img{ width:100%; }
.blogAllPost .post .post-text{ 
	width:75% ;
    padding-right: 3%;
}
.blogAllPost .post .post-text h3{
    font-size: 20px;
}
.blogPageSec h2, .blogPageSec-h2{
	display: block;
    width: 100%;
    text-align: center;
    margin: 50px 0 25px;
	font-size:32px;
	margin-bottom:20px;
}
.blogPageSec{ padding-bottom:100px; }

.singlePost-thumbnail{
	margin-bottom:20px; margin-top:20px;
}

.singlePostPage .innerPagetitel:before {
    background: rgb(0 0 0 / 85%);
}
.singlePostPage .innerPagetitel h1{ font-size:36px; }
#breadcrumbs{
    z-index: 99;
    color: #fff;
    font-size: 14px;
}
#breadcrumbs span{ color:#fff; }
#breadcrumbs span a{ 
	color: #28b355; 
	text-decoration:none;
}
.singlePost{
    margin-top: -120px;
    position: relative;
}
.singlePost .singlePost-thumbnail img{
	width: 100%;
    height: 500px;
    object-fit: cover;
    object-position: top;
}
.singlePost .formSec h2 {  font-size: 22px; }
.singlePost .col-5 {
	max-width: 39.66667%;
}
.site-content h1{ display:none; }
.site-content .singlePostPage h1, .contactPageWrap h1, .blogPageWrap h1{ display:block; }



@media (min-width: 768px) and (max-width: 1024px) {
	
	.contactPagesec { padding-bottom: 50px; }
	.contactPagesec .letsGetsec { padding: 40px; }
	.cAddress-row { display: block; }
	.cAddress-row .cAddress-item {
    	width: 100%;
    	margin-bottom: 30px;
	    display: block;
        text-align: center;
		border-bottom: 1px solid rgb(255 255 255 / 23%);
		padding-bottom: 30px;
	}
	.cAddress-row .cAddress-item .cIcon { 
		width: 70px; 
	    margin: 0 auto 10px;
	}
	.cAddress-row .cAddress-item .cText p { 
		margin-bottom: 0; 
		text-align:center;
	}
	.cAddress-row { margin-top: 20px; }
	.formSec { 
	    padding: 20px;
	}
	.cAddress-row .cAddress-item .cText { width: 100%; }
	.innerPagetitel h1 { padding: 0 15px; }
	.formSec h2 {
    	font-size: 22px;
    	padding-bottom: 0;
	}
	.blogPageSec {
    	padding: 0 15px 100px;
	}
	.blogAllPost .post .post-text h3 {
    	margin-bottom: 7px;
	}
	.singlePostPage .innerPagetitel h1 {
    	font-size: 28px;
    	line-height: 1.25em;
	}
	#breadcrumbs { padding: 0 15px; }
	.singlePost { margin-top: -56px; }
	.singlePost .singlePost-thumbnail img { height: 325px; }
	.singlePost .col-5 { max-width: 100%; }

	
}

@media (max-width: 767px) {
	
	.contactPagesec { padding-bottom: 50px; }
	.contactPagesec .letsGetsec { padding: 20px; }
	.cAddress-row { display: block; }
	.cAddress-row .cAddress-item {
    	width: 100%;
    	margin-bottom: 30px;
	    display: block;
        text-align: center;
		border-bottom: 1px solid rgb(255 255 255 / 23%);
		padding-bottom: 30px;
	}
	.cAddress-row .cAddress-item .cIcon { 
		width: 70px; 
	    margin: 0 auto 10px;
	}
	.cAddress-row .cAddress-item .cText p { 
		margin-bottom: 0; 
		text-align:center;
	}
	.cAddress-row { margin-top: 20px; }
	.contactPagesec .letsGetsec { margin: 0 15px 0px; }
	.formSec { 
		margin-top: 15px; 
	    padding: 20px;
	}
	.cAddress-row .cAddress-item .cText { width: 100%; }
	.innerPagetitel h1 { padding: 0 15px; }
	.blogPageSec .minePost .post { display: block; }
	.blogPageSec .minePost .post .post-thumbnail { width: 100%; }
	.blogPageSec .minePost .post .post-text { width: 100%; }
	.minePost{ padding: 0 15px; }
	.blogTopPost {
    	display: block;
    	padding: 0 15px;
	}
	.blogTopPost .post .post-text .post-titel {	margin-bottom: 5px; }
	.blogPageSec .post .post-text a {
    	font-size: 13px;
    	margin-bottom: 25px;
    	display: block;
	}
	.blogAllPost{ padding:0 15px; }
	.blogAllPost .post { 
		display: block; 
	    padding-bottom: 0;
	}
	.blogAllPost .post .post-thumbnail { width: 100%; }
	.blogAllPost .post .post-text {
    	width: 100%;
    	padding-right: 0;
	}
	.blogAllPost .post .post-text h3 { margin-bottom: 5px; }
	.blogPageSec { padding-bottom: 60px; }
	.singlePostPage .innerPagetitel h1 {
    	font-size: 20px;
    	line-height: 1.25em;
	}
	#breadcrumbs { padding: 0 15px; }
	.singlePost { margin-top: -56px; }
	.singlePost .singlePost-thumbnail img { height: 200px; }
	.singlePost .col-5 { max-width: 100%; }
	
}
.footer-badges{
	display: table;
    margin: 0px auto;
	margin-top:20px;
	margin-left:20px;
}
@media (min-width:1170px){
.footer-badges img{
	margin-right:35px;
	margin-bottom:15px;
	max-width: 100%; height:auto;
	vertical-align:middle;
}
}
@media (min-width:1px) and (max-width:1023px){
	.footer-badges img{
		
		margin-bottom:35px;
		
	}
}

@media (min-width:1px) and (max-width:1169px){
	.footer-badges img {
		margin-bottom: 15px;
		max-width: 100%;
		height: auto;
		vertical-align: middle;
		width: 23%;
		margin-left: 1%;
		margin-right: 1%;
	}
}
@media (min-width:1px) and (max-width:767px){
.mapSec{margin-top:30px; min-height: 400px;}
    .formSec {
	margin-top: 65px;
	}
}

@media (min-width:1px) and (max-width:767px){
	.dn{
		display:none;
	}
	.dnr{
		display:block;
	}
}

@media (min-width:768px){
	.dn{
		display:block;
	}
	.dnr{
		display:none;
	}
}
@media (min-width:768px){
    #blog-section .post{
        width:33.33%;
    }
}
.blogPageSec .post .post-thumbnail img {
    width: 100%;
    height: auto;
}
.post-h3 a{
    font-size: 20px;
    font-weight: 700;
    color: #28b355;
    text-decoration: none;
    line-height: 1.3;
}

#blog-section .post-meta, .post-meta a {
    margin-bottom: 10px;
    font-weight: 600 !important;
    font-size: 14px !important;
    color: #2c2d2d !important;
}

.blogPageSec.service-posts{
	 padding-bottom: 75px;
    margin-top: 30px;
}

.blogPageSec.service-posts .blogPageSec-h2{
	    margin-bottom: 50px;
}

.breadcrumb-nav {
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: #28b355;
    padding-left: 10%;
    color: #fff;
}

.breadcrumb-nav p, .breadcrumb-nav p a{
    color: #fff; font-weight:bold;
}

p.business-phone  a{
    color:#fff; text-decoration:none;
}


@media (min-width:1px) and (max-width:767px){
.brand-h2-style{
     font-size: 28px;
}
}
.brand-h2-style{
    font-weight:bold;
    line-height: 1.2em;
    text-transform: capitalize;
     margin: 0px;
    margin-bottom: 15px;
}
@media (min-width:768px) {
.brand-h2-style{
     font-size: 36px;
}
}