/*--------------------------Header CSS ----------------------------*/

header {
    position: absolute;
    top: 0;
    width: 100%;
}
 a:hover{
     cursor: pointer;
 }

.header-full {
    position: relative;
    z-index: 999;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding:0px;
}

.navbar-fixed .header-full {
    padding: 10px 0;
}

.header-left {
/*     width:50%; */
	width: 100%;
	display: flex;
    flex-flow: row wrap;
	align-items: center;
	justify-content: center;
}
.header-left .touch {
	position: absolute;
    top: 50%;
    right: 0px;
	    z-index: 9;
	transform: translateY(-50%);
}
.header-left .touch a {margin-right: 0;}
.navbar-fixed .header-left .touch {display: none;}
.header-right {
    width:48%;
    display: flex;
    justify-content:flex-end;
    align-items: center;
	display: none;
}
.header-logo {text-align: center; }
.header-logo img {
    height: 100px !important;
    width: auto;
    margin: 15px 0;
}
.home header:not(.navbar-fixed) .header-logo img:not(.mobile-logo) {height: 140px !important; margin-top: 40px;}
.touch a {
    padding:10px 30px;
    color: var(--white);
    border:solid 2px var(--white);
    font-size:var( --fontSize18px);
    min-height: 47px;
    padding:2px 10px;
    width:170px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 40px;
    margin-right: 40px;
    position: relative;
    overflow: hidden;
}
 
.touch a:hover{
background:var(--bgwhite);
color: var(--sitebluenew);
}
 
 
.t-menu{
    width: 45px;
    height: 30px;
    justify-content:flex-end;
    align-items: baseline;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    cursor: pointer;
}
.t-menu .nav-m{
    height: 2px;
    width:50%;
    background:var(--bgwhite);
    transition-duration: 0.2s;
}
.t-menu:hover .nav-m{
    width:80%;
    transition-duration: 0.2s;

}
.t-menu .nav-t{
    height: 2px;
    width:100%;
    background:var(--bgwhite);
}

.side-menu{
    position: fixed;
    width: 100%;
    background:rgb(0, 0, 0,0.8);
    right:-100%;
    top:0;
    transition-duration:0.3s;
}
.side-menu.open{
    transition-duration:0.3s;
    right:0;
}
/* .side-menu ul.main-menu{
    max-width: 350px;
    background: var(--white);
    margin-right: 0;
    margin-left: auto;
    height: 100vh;
    padding:100px 30px 30px;
} */
.side-menu ul.main-menu {
    max-width: 350px;
    background: var(--sitebluenew);
    margin-right: 0;
    opacity: 1;
    margin-left: auto;
    height: 100vh;
    padding: 100px 30px 30px 50px;
    display: flex;
    justify-content: flex-start;
    text-align: left;
    flex-direction: column;
    /* align-items: center; */
	overflow:auto;
}
.menu-item-has-children>.sub-menu li:first-child {
    padding-top: 5px;
    padding-bottom: 0px !important;
}
.close {
    position: absolute;
    top: 10px;
    right: 15px;
    /* width: 30px; */
    cursor: pointer;
    transition-duration: 0.2s;
    z-index: 99;
}
.toggle-menu .close img{
    width:20px;
}
.close:hover {
    transition-duration:0.2s;
    transform: rotate(90deg);
}
.side-menu ul.main-menu li a {
    letter-spacing: 0.2px;
/*     color: var(--sitebluenew); */
	color:#8FABD5;
    padding-bottom: 0;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 20px;
}
.side-menu ul.main-menu li a:hover {
     color:#fff;
}
.side-menu ul.main-menu li{
    padding-bottom:20px;
	text-align:left;
}
.work-full h4{
    text-transform: uppercase;
}
.side-menu ul.main-menu li:last-child{
    padding-bottom:0px;
}
.slide-bg {
    height: 600px;
    position: relative;
}
/* .overlay{
    width: 100%;
    height:100%;
    padding-top:225px;
    padding-bottom: 100px;
    background-color: rgb(0, 0, 0,0.5);

} */

.navbar-fixed {
    /* animation: transY 1.6s linear; */
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    z-index: 99999;
    -webkit-transform-origin: top;
    transform-origin: top;
    box-shadow: 0 8px 26px -6px rgb(0 0 0 / 35%);
    -webkit-animation: navtrans 0.3s ease-in;
    /* animation: navtrans 1s ease-in; */
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
       background: var(--stickyheader_color);

    animation: transY .6s linear;
}
@keyframes transY {
    0% {
        opacity: 0;
        transform: translateY(-150px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}
@-webkit-keyframes navtrans {
	0% {
		-webkit-transform: translateY(-100%);
	}
	100% {
		-webkit-transform: translateY(0%);
	}
}
@-webkit-keyframes navtrans1 {
    100%{transform: translateY(0%);}
    0%{transform: translateY(100%);}
}

.slide-content h1, .slide-content p{
color: var(--white);
}

footer {
    padding:80px 0px 0;
    background-position: center;
}
.footer-full {
    display: flex;
    flex-wrap: wrap;
    width:100%;
    justify-content: space-between;
    margin-bottom:20px;
}
.footer-one{
    width:50%;
}
.footer-one.one>p {
    margin-right:50px;
}
.footer-one:nth-child(2){
    width: 33%;
	display: none;
}
.footer-one:nth-child(3){
    width: 50%;
}
 
.footer-one:first-child p {
    margin-bottom: 35px;
    padding-bottom:0;
}
.social p {
    text-transform: uppercase;
    margin-bottom: 0 !important;
}
.footer-one:first-child img{
	max-height: 90px;
    margin-bottom: 0px;
}
.footer-one h5{
    color: var(--white);
    text-transform: uppercase;
}
.footer-one p{
    color: var(--white);
	/* font-family: "Work Sans"; */
	font-size:21px;
}
.footer-one.three h5 {display: none;}

.social{
    display: flex;
    flex-wrap:wrap;
}

.social ul{
    display: flex;
    padding-bottom: 0;
}
.social ul li a {
    color: var(--hblue);
    width: 30px;
    display:inline-block;
    height: 30px;
    background-color:var(--bgwhite);
    display: flex;
    justify-content: center;
    align-items: center;
    font-size:15px;
    border-radius:50%;
    margin: 0 5px;
}

.quick-links{
    column-count:2;
    padding-left:0;
}
.quick-links li a {
    color: var(--white);
}
.quick-links li a:hover{
    color: #2896bf;
}
.quick-links li {
    position: relative;
    padding-left: 30px;
    padding-bottom:10px;
}
.quick-links li::after {
    content: "";
    position: absolute;
    top:13px;
    left: 1px;
    width: 13px;
    height: 1px;
    background: #fff;
transition-duration:0.5s;
    transition: all .5s linear;
}
.quick-links li a::before, .quick-links li a::after {
    content: "";
    position: absolute;
    width: 10px;
    height: 1px;
    background: var(--white);
    left: 7px;
    transition: all .5s linear;
transition-duration:0.5s;

}

.quick-links li:hover:after {
transition-duration:0.5s;
left:5px;
}
.quick-links li:hover a:after, .quick-links li:hover a:before {
transition-duration:0.5s;
left: 12px;
}

.quick-links li a::before {
    transform: rotate(45deg);
    top: 11px;
}
.quick-links li a::after {
    transform: rotate(-45deg);
    top: 17px;
}
.email img {
    position: absolute;
    left:0;
    top: 5px;;
}
.email{
    position: relative;
    padding-left: 38px;
}
.footer-one h6{
    font-weight: 500;
    text-transform: uppercase;
    color:var(--white);
    padding-bottom:10px;
	font-size: 20px;
   
    font-weight: 600;
    /* font-family: "Work Sans"; */

}
.email a {
    color: #fff;
	 
    font-size: 21px;
    /* line-height: 43px; */
    /* color: #333333; */
    font-weight: 400;
    /* font-family: "Work Sans"; */
}


.footer-bottom{
text-align: center;
padding:25px 0;
border-top:solid 1px #727272;
}
.footer-bottom p {
    font-size: var(--fontSize20px);
    color: var(--bgwhite);
}

.gotop.top-class{
    position: fixed;
    right: 30px;
    bottom: 80px;
    background:var(--sitebluenew);
    cursor: pointer;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
	z-index: 9;
}
.gotop.top-class i{
    color: var(--white);
    font-size: 15px;
}



.home-slider .slick-dots li button:hover:before, .home-slider .slick-dots li button:focus:before{
    display: none;
}
.home-slider .slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 100%;
    background-color: var(--white);
    height: 0px;
    padding: 1.5px;
    cursor: pointer;
    color:var(--white);
    border: 0;
    outline: none;
    opacity: 0.5;
    /* background: transparent; */
}
.home-slider .slick-dots li button:hover{
    opacity: 1;
}

.home-slider .slick-dots li.slick-active button {
opacity: 1;
}
.home-slider .slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 4px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}
.home-slider .slick-dots {
    bottom: 34px;
}






/* about section start */
.wp-block-columns{
    margin-bottom: 0;
}
.site-heading h2{
    position: relative;
}
.site-heading h2 span:before {
    content: "";
    display: inline-block;
    width: 73px;
    margin: 0;
    position: absolute;
    top: 4%;
    left: 0;
    border-color: var(--sitebluenew);
    border-style: solid;
    border-width: 1px 0 0;
}
span.top-head{
    font-size: 15px;
    margin-bottom:20px;
    color:var(--sitebluenew);
    margin-left:5rem;
}
.site-heading h2 span{
    display: block;
}
.about-full {
    display: flex;
    align-items: center !important;
    flex-wrap: wrap;
}
.about-full .about-one:nth-child(1) {
    margin-right: 100px;
/*     flex: 1 0 calc(50% - 0px); */
    max-width: calc(50% - 0px);
}
.about-full .about-one:nth-child(2) {
    margin-right: 0px;
    margin-left: 50px!important;
    flex: 1 0 calc(50% - 50px);
    max-width: calc(50% - 50px);
}
.main-head{
    font-size:60px;
}
.about-full img{
    height: 500px;
    object-fit: cover;
    object-position: center;
}
.about-one p{
    width: 435px;
}
.common-section .site-button{
    
    margin-top: 20px;

}
.wp-block-button__link:visited {
     color: var(--sitebluenew);
}
.site-button a {
    padding: 10px 30px;
    color: var(--sitebluenew);
    border: solid 2px var(--sitebluenew);
    background-color: transparent;
    font-size: var( --fontSize18px);
    min-height: 47px;
    padding: 2px 10px;
    width: 170px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 40px;
    margin-right: 40px;
    position: relative;
    overflow: hidden;
    font-weight: 500;
}
.site-button a:hover {
    background: var(--sitebluenew);
    color: #fff;
}
/* about section end */
/* banner tab start */
/* .tabs {
	width:100%;
	display:inline-block;
}

	
	.tab-links:after {
		display:block;
		clear:both;
		content:'';
	}

	.tab-links li {
		margin:0px 5px;
		float:left;
		list-style:none;
	}

		.tab-links a {
			padding:9px 15px;
			display:inline-block;
			border-radius:3px 3px 0px 0px;
			background:#7FB5DA;
			font-size:16px;
			font-weight:600;
			color:#4c4c4c;
			transition:all linear 0.15s;
		}

		.tab-links a:hover {
			background:#a7cce5;
			text-decoration:none;
		}

        .tab-links li.active a, .tab-links li.active a:hover {
		background:#fff;
		color:#4c4c4c;
	}


	.tab-content {
		padding:15px;
		border-radius:3px;
		box-shadow:-1px 1px 1px rgba(0,0,0,0.15);
		background:#fff;
	}

		.tab {
			display:none;
		}

		.tab.active {
			display:block;
		} */

/* banner tab end */

/* Banner -- START */
.head-ser-bannner {
    position: relative;
    -webkit-clip-path: inset(0);
    clip-path: inset(0);
    transition: all .5s ease-in-out;
    overflow: hidden;
    margin: 0 0 50px;
    z-index: 1;
}
.head-ser-bannner-innr {
    display: flex;
    align-items: center;
    height: 350px;
    margin: 0 auto !important;
}
.head-ser-bannner-innr h1 {
    position: relative;
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    padding: 0 0 0 60px;
}
.head-ser-bannner-innr h1::before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 50px;
    height: 3px;
    background: #fff;
    border-radius: 5px;
}
.head-ser-bannner-innr figure {
    position: fixed;
    top: 0;
    left: 0;
    object-fit: cover;
    width: 100%;
    height: 100%;
    z-index: -1;
}
.head-ser-bannner-innr figure img {
    width: 100vw;
    height: 100%;
    object-fit: cover;
}
/* Banner -- END */

/* Title Block -- START */
.title-block {
    margin: 0 0 25px;
}
.title-block .wp-block-columns {

}
.title-block .wp-block-columns .wp-block-column {

}
.title-block .wp-block-columns .wp-block-column h3 {
    text-transform: uppercase;
    padding: 0 0 0;
}
.title-block .wp-block-columns .wp-block-column h3 span {
    display: block;
    color: var(--sitebluenew);
    font-weight: 300;
    margin: 0 0 5px;
}
/* Title Block -- END */

/* Service Block Page -- START */
.service-block {

}
.service-block:last-child,
.service-block:only-child {

}
/* .service-block .wp-block-column {
    position: relative;
    padding: 25px;
    background: #f5f5f5;
    box-shadow: 5px 7px 7px -4px rgb(0 0 0 / 15%);
    margin: 0 0 2em;
    transition: all .5s linear;
} */
.service-block .wp-block-column {
    position: relative;
    padding: 25px;
    background: #000;
    box-shadow: 5px 7px 7px -4px rgb(0 0 0 / 15%);
    margin: 0 0 3em;
    transition: all .5s linear;
	padding:45px;
}
.service-block .wp-block-column figure img {
    WIDTH: auto;
    object-fit: contain;
    /* height: 60px; */
    margin-bottom: 46px;
/*     filter: invert(1); */
}
.service-block .wp-block-column figure {
    text-align: right;
}
.service-block h4{
	color:#fff
}
.service-block p{
	color:#fff;
}
.service-block p:nth-child(1){
	color:#fff;
	    margin-bottom: 30px;
}
.ser-link{
	margin-top:20px
}
.service-block .ser-link a{
	color:#fff
}
/* .home .inner-page-spacing{
	padding:0
} */
.about-section{
	padding-top:30px
}
.service-block .wp-block-column:hover {
    box-shadow: 5px 7px 7px -4px rgb(0 0 0 / 20%);
}   
.service-block .wp-block-column.column-dark {
    background: var(--sitebluenew);
	padding:45px;
}
.service-block .wp-block-column figure {

}
.service-block .wp-block-column figure img {

}
.service-block .wp-block-column h4 {
    position: relative;
    padding: 0 0 15px;
    margin: 0 0 30px;
    font-size: var(--fontSize36px);
}
.service-block .wp-block-column h4::after {
    content: "";
    position: absolute;
    bottom: 7px;
    left: 0;
    width: 60px;
    height: 2px;
    background: var(--white);
}
.service-block .wp-block-column.column-dark h4::after {
    background: #fff;
}
.service-block .wp-block-column p {
    font-size: var(--fontSize24px);
}
.service-block .wp-block-column.column-dark figure img {
/*     filter: invert(1); */
}
.service-block .wp-block-column.column-dark h4 {
    color: #fff;
}
.service-block .wp-block-column.column-dark p {
    color: #fff;
/* 	margin-bottom: 30px; */
}
/* Service Block Page -- END */

/* Section Banner -- START */
.section-banner {
    position: relative;
    -webkit-clip-path: inset(0);
    clip-path: inset(0);
    overflow: hidden;
}
.section-banner .wp-block-column {
    padding: 100px 60px;
}
.section-banner .wp-block-column h3.wrapper {
    color: #fff;
}
.section-banner .wp-block-column p.wrapper {
    color: #fff;
    margin: 15px auto; 0;
}
.service-block .wp-block-column p.ser-link a {
    position: relative;
    font-size: 18px;
    font-weight: 500;
}
.service-block .wp-block-column p.ser-link a::after {
    content: "";
}
.service-block .wp-block-column.column-dark p.ser-link a {
    color: #fff;
}
.service-block .wp-block-column p.ser-link a::after {
    content: "";
    position: absolute;
    bottom: -3px;
    left: 0;
    width: 0%;
    height: 2px;
    background: #fff;
    transition: all .5s linear;
}
.service-block .wp-block-column.column-dark p.ser-link a::after {
    background: #fff;
}
.service-block .wp-block-column p.ser-link a:hover::after {
    width: 100%;
}
.section-banner .wp-block-column figure {
    position: fixed;
    top: 0;
    left: 0;
    object-fit: cover;
    width: 100%;
    height: 100%;
    z-index: -1;
}
.section-banner .wp-block-column figure::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 35%);
}
.section-banner .wp-block-column figure img {
    width: 100vw;
    height: 100%;
    object-fit: cover;
}
/* Section Banner -- END */

/*****contact page design***/
.contact-detail {
    background-color: var(--sitebluenew);
    padding: 20px;
}
.contact-detail p {
    color: #fff;
    padding-left: 30px;
    position: relative;
}
.contact-detail p a{
    color: #fff;
}
.contact-detail p a:hover {
    color: #000;
}
.address:before {
    content: '\f041';
    font-family: 'Font Awesome 5 Free';
    position: absolute;
    left: 4px;
    top: 0;
    font-size: 20px;
}
.mobile:before {
    content: '\f10b' !important;
    font-family: 'Font Awesome 5 Free';
    position: absolute;
    left: 4px;
    top: 0;
    font-size: 20px;
}
.mail-field:before {
    content: '\f0e0' !important;
    font-family: 'Font Awesome 5 Free';
    position: absolute;
    left: 0;
    top: 0;
    font-size: 20px;
}
.wpcf7-form-control-wrap input, .wpcf7-form-control-wrap select, .wpcf7-form-control-wrap textarea  {
    width: 100%;
    padding: 10px 18px;
    margin-bottom: 20px;
    font-size: 18px;
    border: solid 1px #cbcbcb;
	font-family: 'MADE Evolve Sans';
}
.map {
    margin-bottom: 50px;
}
.wpcf7-form-control-wrap select {
    color: #888284;
}
.wpcf7-form.invalid .wpcf7-response-output {
    border: none;
}
.wpcf7-form-control-wrap textarea {
    resize: none;
    height: 151px;
}
/* .site-button {
    padding: 10px 30px;
    color: var(--white);
    border: solid 2px var(--sitebluenew);
    background-color: var(--sitebluenew);
    font-size: var( --fontSize18px);
    min-height: 47px;
    padding: 2px 10px;
    width: 170px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 40px;
    margin-right: 40px;
    position: relative;
    overflow: hidden;
}
.site-button:hover {
    background: var(--bgwhite);
    color: var(--sitebluenew);
} */

.project-section .project-listing {
    
    padding: 30px 0px 0;
}
.home-team-sec .team-sec {
    padding: 80px 0px 80px;
}

.tab {
    overflow: hidden;
    border: 0;
    background-color: #fff;
    order: 2;
    width: 7%;
}
  .tab button {
    background-color: inherit;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 16px;
    transition: 0.3s;
    font-size: 17px;
  }
  .tab button:hover {
    background-color: #ddd;
  }
  
  .tab button.active {
    background-color: #ccc;
  }
  
  .tabcontent {
    display: none;
    padding: 6px 12px;
    border: 0;
    border-top: none;
    width: 93%;
    padding-right: 0;
}
.home-blog-full li{
    list-style-type: none;
}
.home-blog-full li.active {
    list-style-type: none;
    width: 90px;
    height: 90px;
    background-color: #004f7e;
    text-align: center;
    margin-right: 0px;
    color: #fff;
}
.home-blog-full li {
    list-style-type: none;
    width: 90px;
    height: 90px;
    background-color: #fff;
    text-align: center;
    font-size: 30px;
    letter-spacing: 0px;
    line-height: 34px;
    color: #000;
    display: flex;
    font-weight: bold;
    /* font-family: "S FPro Display"; */
    text-align: center;
    margin-right: 0px;
    align-items: center;
    justify-content: center;
	padding-bottom:0;
}
.home-blog-full {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    align-items: center;
}

.home-blog-full h6{
    font-size: 24px;
    letter-spacing: 0px;
    /* line-height: 42px; */
    color: #004f7e;
    padding-bottom: 10px;
}
.home-blog-full h3{
    font-size: 34px;
    letter-spacing: 0px;
    /* line-height: 42px; */
    text-transform: uppercase;
    margin-bottom: 25px;
}
.home-blog-full h5{
    width: 395px;
    /* height: 61px; */
    font-size: var(--fontSize36px);
    letter-spacing: 0px;
    line-height: 40px;
    text-transform: capitalize;
    color: #000000;
    font-weight: bold;

}
.home-blog-full p {
    width: 380px;
    /* height: 157px; */
    font-size: var(--fontSize24px);
    line-height: 32px;
    color: #000000;
}
.bg-full {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.blog-one {
    width: 40%;
}
.blog-one:nth-child(2) {
    width: 55%;
}
.blog-one img{
    width: 100%;
    height: 600px;
    object-fit: cover;
    object-position: center;
}
.tab {
    overflow: hidden;
    border: 0;
    background-color: #fff;
    order: 2;
    width: 7%;
}
.blog-btn{
    margin-top: 30px;
}
.blog-btn.site-button a {
    background:transparent;
    color: var(--sitebluenew);
}
.blog-btn.site-button a:hover {
    background: var(--sitebluenew);
    color: var(--bgwhite);
}
.team-des .team-full {
	padding-bottom:30px
}

.home-testi-full {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}
.testi-one:nth-child(1){
    width: 30%;
}
.testi-one:nth-child(2){
    width: 70%;
}
.testi-content{
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.testi-content img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    margin-bottom: 30px !important;
    margin: 0 auto;
	 object-fit: cover;
}
.testi-one:nth-child(1) img {
    height: auto;
    object-fit: cover;
    object-position: center;
    width: 100%;
}
.home-testi .testi-one:nth-child(1) img {
	height: 600px;
}
.page-id-372 .home-testi .testi-one:nth-child(1) img {
	height: 60px;
}
.testi-one:nth-child(2){
    padding: 65px;
}
.home-testi-full h2 {
    margin-bottom: 15px;
    font-size: 36px;
    text-align: center;
}
.testi-content .description p{
    position: relative;
    margin-top: 50px;
    margin-bottom: 40px;
    max-width: 90%;
    margin: 0 auto;
}
.testi-content .description p:before {
    content: "";
    position: absolute;
    color: #fff;
    left: -40px;
    top: -23px;
    width: 26px;
    height: 26px;
    background-size: contain;
    background: url(../images/right-arrow.webp);
    background-size: contain;
    background-repeat: no-repeat;
}
.testi-content .description p::after {
    content: "";
    position: relative;
    display: inline-block;
    color: #fff;
    right: -20px;
    bottom: -23px;
    width: 26px;
    height: 26px;
    background-size: contain;
    background: url(../images/left-arrow.webp);
    background-size: contain;
    background-repeat: no-repeat;
}

.prj-title h2 {
    padding-bottom: 5px;
    font-size: 36px;
}
.prj-details .prj-img img {
	height: auto;
}
.authoe-name {
    font-size: 18px;
    padding-bottom: 0px;
    color: #000;
    font-weight: 600;
    font-style: italic;
	margin-top:30px;
}
.ltst:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: solid 0px #666;
}
.designiation{
    font-size: 18px;
    padding-bottom: 5px;
    color: var(--sitebluenew);
    font-weight: 600;
    font-style: italic;
}
.home-testi-full .slick-dots li.slick-active button{
    opacity: 1;
    
}
.home-testi-full .slick-dots li button:before {
   display: none;
}
.home-testi-full .slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 27px;
    height: 0px;
    padding: 2px;
    cursor: pointer;
    color: transparent;
    opacity: 0.5;
    border: 0;
    outline: none;
    background: var(--sitebluenew);
}
.home-testi-full .slick-dots {
    position: absolute;
    bottom: -60px;
}
.testi-inner-content .testi-one{
    width: 100%;
}
.testi-inner-content .testi-content img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    margin-bottom: 10px !important;
    margin: 0 auto;
}
.author-content {
    display: flex;
    align-items: center;
    margin-top: 30px;
}
.author-content-full .designiation{
    display: block;
}


.testi-inner-content .testi-content{
    width: 100%;
    position: relative;
    padding: 30px;
    box-shadow: 0px 0px 15px rgb(0 0 0 / 10%);
    margin-bottom: 25px;
    opacity: 0.8;
    background-color: #fff;
}
.testi-inner-content .testi-content .description {
    position: relative;
    margin-top: 50px;
    margin-bottom: 40px;
    max-width: 90%;
    margin: 0 auto;
    font-style: italic;
    font-weight: 400;
}
a.page-numbers {
    background-color: var(--sitebluenew);
	border:2px solid var(--sitebluenew);
    width: 50px;
    height: 50px;
    padding: 10px 20px;
    color: #fff;
}
.page-numbers:hover{
	background-color:#fff;
	color:var(--sitebluenew);
}
span.page-numbers.current{
	background-color:#fff;
	color:var(--sitebluenew);
	border:2px solid var(--sitebluenew);
    width: 50px;
    height: 50px;
    padding: 10px 20px;
}
.pagination {
    margin-top: 50px;
    text-align: center;
}
nav.pagination:empty {display: none;}

/* blog section start */


/* blog section start */
.blog .blog-d {
    margin-bottom: 30px;
    overflow: hidden;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}
}
.blog .blog-d .part-img img {
    width: 100%;
    height: 300px;
    object-fit: cover;
}
.part-img img{
	 width: 100%;
    height: 300px;
    object-fit: cover;
}
.blog .blog-d .part-txt {
    padding: 45px;
    position: relative;
    display: flex;
    flex-direction: column;
    height: 100%;
}
.blog-d .site-button{
    margin-top: auto;
}
.blog .blog-d .part-txt .date {
position: absolute;
    bottom: 100%;
    left: 15px;
    text-align: center;
    color: var(--bgwhite);
    background: var(--sitebluenew);
    font-size: 15px;
    text-transform: uppercase;
    margin-bottom: 10px;
    z-index: 2;
    padding: 5px 15px !important;
}
.blog .blog-d .blog-inner:hover .part-txt .date:after {
    background: var(--bgwhite);
    border-color: var(--siteblue);
    -webkit-animation: 5s spin linear infinite;
    animation: 5s spin linear infinite;
}

 

.blog .blog-d .part-txt h2 {
   
    font-size: 22px;
    line-height: 32px;
    font-weight: 700;
    text-transform: capitalize;
    color: var(--siteblue);
    margin-bottom: 0px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 2;
    -webkit-box-orient: vertical;
	padding-bottom:15px;
}
.blog .blog-d .part-txt h2 a{
    
    font-size: 25px;
    line-height: 32px;
    font-weight: 700;
    text-transform: capitalize;
    color: var(--siteblue);
    margin-bottom: 15px;
}
.blog .blog-d .part-txt h2 a:hover{
	color:#004f7e
}

.blog .blog-d .part-txt p {
   
    margin-bottom: 14px;
    margin-top: auto;
}
.blog-details-one .part-txt .date:after{
	display:none;
}
.recent-post h4{
	display:none
}
.pagination {
    width: 100%;
    text-align: center;
}
.page-numbers.current {
    background-color: var(--sitebluenew);
    border:2px solid var(--sitebluenew);
    width: 20px;
    height: 13px;
    line-height: 20px;
    padding: 10px 15px;
    color: #fff;
}
.page-numbers:hover {
    background-color: var(--bgwhite);
    border:2px solid var(--sitebluenew);
/*     width: 20px;
    height: 20px;
    line-height: 20px;
    padding: 10px 15px; */
    color:var(--sitebluenew);
}
.page-numbers {
    background-color: transparent;
    border:2px solid var(--sitebluenew);
    width: 20px;
    height: 13px;
    line-height: 20px;
    padding: 10px 15px;
    color: var(--sitebluenew);
}
.blog .blog-d:hover {
    -webkit-box-shadow: 0px 4px 10px 2px rgb(0 0 0 / 10%);
    box-shadow: 0px 4px 10px 2px rgb(0 0 0 / 10%);
}

.blog-full{
    display: flex;
    flex-flow:wrap;
    justify-content: center;
    width: 100%;
	margin-bottom: -30px;
}
.blog-d{
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    max-width: 30.333%;
    margin: 0 10px 0;
   
}
.blog-d .blog-inner{

    display: flex;
    flex-direction: column;
    background: #f2f2f2;
    margin: 0 0px 0;
    height: 100%;
    overflow: hidden;
    
}
.blog-details-full{
    display: flex;
    flex-flow:wrap;
    justify-content: space-between;
    width: 100%;
}
.blog-details-one{
    margin-right: 30px;
    flex: 1 0 calc(70% - 30px);
    max-width: calc(70% - 30px);
    text-align: left;
    background-color: var(--bgwhite);
}
.blog-details-one:nth-child(2){
    margin-right: 0px;
    flex: 1 0 calc(30% - 0px);
    max-width: calc(30% - 0px);
    
    background-color: var(--bgwhite);
}
.blog-details-one .part-img img {
    width: 100%;
	    height: auto;
}
.blog-details-one .part-txt {
    padding: 0px;
    position: relative;
}
.single-cpt-case-studies .blog-details-one .part-img img {
    width: 100%;
    height: auto;
}
.blog-details-one .part-txt .date {
    position: absolute;
    bottom: 100%;
    left: 35px;
    text-align: center;
    width: 82px;
    height: 51px;
    line-height: 50px;
    border-radius: 0;
    color: var(--bgwhite);
    font-size: 15px;
    text-transform: uppercase;
    padding: 0px 0;
    margin-bottom: 20px;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    z-index: 2;
    background-color: var(--sitebluenew);
}
.blog-details-one .part-txt .date:hover{
	color:#fff;
}
.blod-details-content h2 {
    font-size: 30px;
    text-transform: capitalize;
    margin-top: 30px;
	line-height:36px;
}
.blog-details-one .blog-inner:hover .part-txt .date:after {
    background: var(--bgwhite);
    border-color: var(--siteblue);
    -webkit-animation: 5s spin linear infinite;
    animation: 5s spin linear infinite;
}
.cpt-case-studies-template-default .blog-details-one:nth-child(2) ul {
    padding-bottom: 35px;
}
.cpt-case-studies-template-default .sidebar .side-blog{
	margin-bottom:0px
}
.blog-details-one .part-txt .date:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background:var(--sitebluenew);
    border: 1px dashed var(--bgwhite);
    border-radius: 50%;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    z-index: -1;
}
.blog-details-one:hover .part-txt .date {
    color: #fff;
}
.tags a {
    height: 40px;
    line-height: 38px;
    padding: 0 20px;
    border: 1px solid var(--colorblack);
    border-radius: 0px;
    font-size: 18px !important;
    font-weight: 500;
    text-transform: capitalize;
    color: var(--colorblack);
    margin-bottom: 11px;
    margin-right: 0px;
}
.navbar-fixed .header-logo img {
    height: 64px !important;
    width: auto;
    margin: 0px 0;
}
.tags a:hover {
    background-color: var(--sitebluenew);
    color: #fff;
    border: 1px solid var(--sitebluenew);
}
 .sidebar .category {
    border-radius: 5px;
    -webkit-box-shadow: 0px 4px 10px 2px rgb(0 0 0 / 10%);
    box-shadow: 0px 4px 10px 2px rgb(0 0 0 / 10%);
    padding-top: 25px;
    margin-bottom: 30px;
	 padding-bottom:25px;
}
.sidebar .category h3 {
    font-size: 28px;
    font-weight: 700;
    text-transform: capitalize;
    color: var(--siteblue);
    padding: 0 40px 25px;
    margin-bottom: 0;
}
.sidebar .category ul {
    padding: 0 40px;
    margin: 0;
}
.sidebar .category ul li {
    list-style: none;
    margin-bottom: 0;
    display: flex;
}
.sidebar .category ul li span{
    padding: 15px 0 15px 0px;
    width:5%;
}
.sidebar .category ul li a {
    display: block;
    font-size: 20px;
    width: 95%;
    font-weight: 500;
    text-transform: capitalize;
    color: #000;
    padding: 15px 0 15px 0px;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    position: relative;
}
.sidebar .category ul li{
	padding-bottom:0px;
}
.sidebar .side-blog {
    border-radius: 5px;
    -webkit-box-shadow: 0px 4px 10px 2px rgb(0 0 0 / 10%);
    box-shadow: 0px 4px 10px 2px rgb(0 0 0 / 10%);
    padding-top: 30px;
    margin-bottom: 30px;
	padding-bottom:40px;
}
.sidebar .side-blog h3 {
    font-size: 28px;
    font-weight: 700;
    text-transform: capitalize;
    color: var(--siteblue);
    padding: 0 40px 25px;
    margin-bottom: 0;
}
.sidebar .side-blog ul {
    padding: 0 40px;
    margin: 0;
}
.sidebar .side-blog ul li {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 20px 0;
    margin-bottom: 0;
    /* padding: 20px 0; */
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.sidebar .side-blog ul li img {
    width: 50px;
    height: 50px;
    margin-right: 10px;
    object-fit: cover;
}
 .sidebar .side-blog ul li a {
    font-size: 20px;
    font-weight: 500;
    text-transform: capitalize;
    color: #000;
}
.sidebar .tags {
    border-radius: 5px;
    -webkit-box-shadow: 0px 4px 10px 2px rgb(0 0 0 / 10%);
    box-shadow: 0px 4px 10px 2px rgb(0 0 0 / 10%);
    padding: 40px;
    margin-bottom: 30px;
}
.sidebar .tags h3 {
    font-size: 28px;
    font-weight: 700;
    text-transform: capitalize;
    color: var(--siteblue);
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    margin-bottom: 20px;
}
.sidebar .tags ul {
    display: flex;
    flex-wrap: wrap;
}
.sidebar .tags ul li {
    height: 40px;
    line-height: 38px;
    padding: 0 20px;
    border: 1px solid var(--siteblue);
    border-radius: 10px;
    font-size: 16px;
    font-weight: 600;
    text-transform: capitalize;
    color: var(--siteblue);
    margin-bottom: 20px;
    margin-right:15px
}
.sidebar .tags ul li a {
   
    font-weight: 600;
    text-transform: capitalize;
    color: var(--siteblue);
    
}
.sidebar .tags ul li:hover {
    color: var(--bgwhite);
    background: var(--siteblue);
}
.sidebar .tags ul li:hover a {
    color: var(--bgwhite);
}
 


 .home-testi.common-section{
    padding-bottom:0px;
    padding-top:0px;
 }
 #tab-01{
    display: block;
 }
 .home-blog-full .tabcontent{
    padding:0;
 }
.ser-link{
	display:none;
}
.gotop a{
	font-size:15px;
	color: #fff;
}
.gotop.top-class:hover{
	background-color:#000;
}
.social ul li a:hover {
   
	background-color: var(--sitebluenew);
	color:#fff;
	
}
.social ul li a:hover i, .social ul li a:hover svg{
	color:#fff;
}
.email a:hover{
	color: #2896bf;
}
.team-des .team-sec {
    padding: 0px 0px 0px;
}
.team-text h4:hover{
	color: var(--sitebluenew);
}
.home-blog-full li{
	padding:0;
}
.blog-btn.site-button.project-button{
	    width: 100%;
    text-align: center;
    display: flex;
    justify-content: center;
}
.team-sec h2{
	font-size:36px
}
.home-testi .blog-btn.site-button a{
	margin-right:0px;
	margin-top: 10px;
}
.home-testi-full .slick-dots {
    position: absolute;
    bottom: -35px;
}
.page-id-372 .home-testi-full{
	padding:70px 0;
}
.page-id-30 .team-sec {
    padding: 70px 0px 70px;
}
/* .mobile-menu li.menu-item-has-children.down>.sub-menu {
    max-height: 1000px;
    transition-duration: 0.5s;
}

.mobile-menu li.menu-item-has-children .sub-menu {
    max-height: 0px;
    overflow: hidden;
    transition-duration: 0.5s;
    transform-origin: top;
    margin-left: 10px;
}
.mobile-menu li.menu-item-has-children.down> .fa-angle-right {
    transform: rotate(90deg);
    transition-duration: 0.5;
}
li.menu-item-has-children .fa-angle-right {
    position: absolute;
    top: 5px;
    right: 5px;
    color: #2da2a6;
    cursor: pointer;
    transition-duration: 0.0;
    font-weight: 600;
} */

.mobile-menu li.menu-item-has-children .sub-menu {
/*    max-height: 0px;*/
    overflow: hidden;
/*    transition-duration: 0.5s;*/
    transform-origin: top;
    margin-left: 10px;
	padding:0px
}
.menu-item-has-children.menuselected .sub-menu {
display: block !important;
	vertical-align: middle;
	}
	.menu-item-has-children>.sub-menu li a {
    border-bottom: none;
/*     text-transform: uppercase; */
}
	.menu-item-has-children>.sub-menu li {
    width: 100%;
    padding-bottom: 0px !important;
}
.menu-item-has-children>.sub-menu li {
   
		width: 100%;
	}
.control-label{
		cursor:pointer;
	}
	.control-label:after{
		position:absolute;
		font-size:25px;
		content:'\f105';
		right:3px;
		top:-2px;
		color:#fff;
		    font-family: 'FontAwesome';
			transition-duration:0.5s;
	}
	.menuselected>.control-label:after{
		transform:rotate(90deg);
			transition-duration:0.5s;
	}
	.menu-item-has-children>.sub-menu>li.menu-item-has-children .sub-menu{
	left: 0;
    position: relative;
     padding-top:0;
		max-height:0;
		overflow:hidden;
		transition-duration:0.5s;
	}
/* 	.menu-item-has-children>.sub-menu li{
		width:100%;
	} */
	.menu-item-has-children>.sub-menu li a{
		border-bottom:none;
		font-size:16px !important;
		position:relative;
/* 		color:#03304A !important; */
		margin-left:18px;
	}
.menu-item-has-children>.sub-menu li a:before {
    content: '';
    position: absolute;
    top: 8px;
    left: -23px;
    display: inline-block;
    font-size: 12px;
    width: 17px;
    border-bottom: 1px solid #8FABD5;
}
.menu-item-has-children>.sub-menu li a.arrow-nav:before {display: none;}
	
		.menu-item-has-children.menuselected .sub-menu{
		min-height:auto;
		height:auto;
		max-height:1000px;
		transition-duration:0.5s;
			
	}
	
		.menu-item-has-children>ul.sub-menu:before{
		display:none;
	}
.mobile-menu li.menu-item-has-children.down> .fa-angle-right {
/*     transform: rotate(90deg); */
	    transform: rotate(270deg);
    transition-duration: 0.5;
}
.mobile-menu li.menu-item-has-children.down>.sub-menu {
/*    max-height: 1000px;*/
/*    transition-duration: 0.5s;*/
}
.mobile-menu li.menu-item-has-children {
    position: relative;
}
li.menu-item-has-children .fa-angle-right {
    position: absolute;
    top: 0px;
    left: 259px;
    /* color: var(--sitebluenew); */
    color: #8FABD5;
    cursor: pointer;
    font-size: 25px;
    transition-duration: 0.0;
    font-weight: 600;
    transform: rotate(90deg);
}
.mobile-menu li.menu-item-has-children .sub-menu {
/*    max-height: 0px;*/
    overflow: hidden;
/*    transition-duration: 0.5s;*/
    transform-origin: top;
    margin-left: 0px;
    /* margin-top: 10px; */
}
.side-menu ul.main-menu li.current_page_ancestor>a{
	    color: #fff;
	font-weight:500;
}
.side-menu ul.main-menu li.current_page_item>a{
	 color: #fff;
	font-weight:500;
}
.inner-page-spacing h3{
	font-size:30px;
	text-transform:uppercase;
}
.wpcf7-form-control-wrap textarea::-webkit-input-placeholder {
    font-size: 20px;
    font-family: 'MADE Evolve Sans';
	color: #000;
}

.wpcf7-form-control-wrap textarea:-moz-placeholder { /* Firefox 18- */
    font-size: 20px;
    font-family: 'MADE Evolve Sans';
	color: #000;
}

.email-one h3{
	font-size:25px
}
.email-one a {color: var(--font-color);}
.email-one a:hover {color: var(--sitebluenew);}
.wpcf7-form-control-wrap textarea:-ms-input-placeholder {
    font-size: 18px; 
    font-family: 'MADE Evolve Sans';
	color: #000;
}
.wpcf7-form-control-wrap input::-webkit-input-placeholder
{
    font-size: 18px; 
    font-family: 'MADE Evolve Sans';
	color: #000;
}
.wpcf7-form-control-wrap input:-moz-placeholder
{
    font-size: 18px; 
    font-family: 'MADE Evolve Sans';
	color: #000;
}
.wpcf7-form-control-wrap input::-moz-placeholder
{
    font-size: 18px; 
    font-family: 'MADE Evolve Sans';
	color: #000;
}
.wpcf7-form-control-wrap select
{
    font-size: 18px; 
    font-family: 'MADE Evolve Sans';
}
.email-one .wp-block-image {
	border: 1px dashed var(--hcolor) !important;
}
.email-one:nth-child(3) .wp-block-image img{
	position:relative;
	top:-3px;
}
.social p{
	font-weight:600;
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-linkedin:before {
  content: "\f0e1";
}
select{
	-webkit-appearance: menulist;
	background: transparent;
	border-radius:0px
}
input,
option
 {
   -webkit-appearance: none;
  
   background: transparent;
	 border-radius:0px
}
.about-team .blog-btn.site-button a{
	margin-right:0px;
}
.wpcf7-form-control-wrap input, .wpcf7-form-control-wrap select, .wpcf7-form-control-wrap textarea{
	appearance:none;
}
.wpcf7-form-control-wrap select{
	position:relative;
/* 	background: url(http://cdn1.iconfinder.com/data/icons/cc_mono_icon_set/blacks/16x16/br_down.png) no-repeat right; */
	 -webkit-appearance: none;
  -moz-appearance: none;
  background: transparent;
  background-image: url("data:image/svg+xml;utf8,<svg fill='black' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>");
  background-repeat: no-repeat;
  background-position-x: 100%;
  background-position-y: 5px;
	cursor:pointer;
}
.blog-btn.site-button a{
	margin-right:0px
}
.team-img figure:after{
	display:none;
}
.case h2:hover{
	color: var(--sitebluenew);
}
.inner-ban-image:before{
content:'';
position:absolute;
	top:0;
	left:0;
	display:inline-block;
	width:100%;
	height:100%;
	    background: rgb(16, 62, 89,0.55);
}
.in-ban-content .wrapper {
    position: absolute;
    top: 50%;
    max-width: 1920px;
    width: 100%;
}
.inner-ban-image img{
	width:100%;
	height:350px;
	object-fit:cover
}
.in-ban-content{
	padding:0 !important
}
.pj-content h2{
    text-transform: capitalize;
}
.pj-content h2 a{
    font-size: var(--fontSize26px);
}
.minus.title{
    font-size: 36px;
}
.home-blog-full h3{
    display: none;
}
.pop-ff h3{
	text-transform: none !important;
}

.privacy-policy .inner-page-spacing h3 {
    font-size: 30px;
    text-transform: capitalize;
	margin-top:30px;
}
strong.privacy-policy-tutorial {
    font-weight: 400;
}
.privacy-policy p{
	padding-bottom: 25px;
	max-width:80%

}
.privacy-policy .inner-page-spacing h3 p strong{
	font-weight:500;
}
.privacy-policy .in-ban-content  p  {
    max-width: 100%;
}

.slide-bg::before{
	content:'';
	display:inline-block;
	position:absolute;
	top:0;
	left:0;
	    width: 100%;
    height: 100%;
    padding-top: 225px;
    padding-bottom: 100px;
    background-color: rgb(0, 0, 0,0.2);
}
.banner-bg{
	height:600px;
	width:100%;
	object-fit:cover;
}
.overlay{
	position: absolute;
    top: 40%;
    max-width: 1920px;
    width: 100%;
}
.service-block .wp-block-column:hover{
	background-color:var(--sitebluenew)
}
.service-block .wp-block-column.column-dark:hover {
    background: #000;
}
.header-bottom{
	    position: absolute;
    bottom: 20px;
    right: 165px;
    /* width: 30px; */
    cursor: pointer;
    transition-duration: 0.2s;
    z-index: 99;
}
.header-bottom .social {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
    width: 100%;
    text-align: center;
}
.header-bottom .social ul {
    display: flex;
    padding-bottom: 0;
    padding-left: 14px;
    padding-left: 0;
    position: relative;
    left: 6px;
}
/* .header-bottom .social ul li a{
	background-color:#000;
} */
.header-bottom .social ul li a:hover{
	background-color:transparent;
}
.header-bottom .social p {
    font-weight: 600;
    color: #8FABD5;
}
.header-bottom .social ul li a {
    color: #8FABD5;
    width: auto;
    display: inline-block;
    height: auto;
    background-color: transparent;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 19px;
    border-radius: 50%;
    margin: 0 10px;
}
.prj-detail-full .latest-post {
    padding: 40px 45px;
    background: #e7e7e7;
}
.max-para-80{
	max-width:70%;
	margin:0 auto;
}

.ht-ctc.ht-ctc-chat {z-index: 9 !important;} 

/* MLS Properties theme overwritten code */
.our-property-home .mls-list-filter {
    display: none;
}
.our-property-home .mls-parent-wrapper{padding-bottom:0;}


/*----------Fly Btn--------*/

.clark-fly-btn 
{
    position: fixed;
    right: 80px;
    bottom: 30px;
    z-index: 9;
}

.clark-fly-btn a 
{
    color: var(--white);
    border: solid 2px var(--sitebluenew);
    background-color: var(--sitebluenew);
    font-size: 16px;
    min-height: 40px;
    padding: 2px 10px;
    width: 160px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 40px;
    position: relative;
    overflow: hidden;
    font-weight: 500;
}
.clark-fly-btn a:hover 
{
    background: var(--white);
    color: var(--sitebluenew);
    border: solid 2px var(--white);
}

.scrolling_down .clark-fly-btn {opacity: 0; visibility: hidden; transition: opacity 0.2s linear;}
.scrolling_up .clark-fly-btn {opacity: 1; visibility: visible; transition: opacity 0.2s linear;}

/*----------------*/

.home-slider {position: relative; z-index: 9;}
.slide-content p {display: none;}
.slide-bg {height: auto !important;}
.banner-bg {height: auto; min-height: 100vh !important;}
.overlay {top: 65% !important; transform: translatey(-50%); height: auto !important;}
.main-slider .slick-list {overflow: inherit;}
.slide-content h1 {text-align: center; font-size: 30px; padding-bottom: 15px !important;}

.slide-content .filter-form-wrapper {margin: 0 !important;}
.slide-content .mls-container {padding: 0;}
.slide-content .filter-form-wrapper h4 {line-height: 1.2;}

.project-section .mls-container {padding: 0;}
.project-section .mls-pagination {display: none;}

.footer-up-sec .about-full .about-one:nth-child(1) {margin-right: 0 !important;}
.project-section .site-heading h2 span:before {display: none;}

@media (max-width: 1100px)
{
	.home .inner-page-spacing {padding: 40px 0 0 !important;}
	.home header:not(.navbar-fixed) .header-logo img:not(.mobile-logo) {height: 110px !important; margin-top: 20px;}
}

@media (max-width: 991px)
{
	.slide-content h1 {font-size: 24px;}
}

.mobile-logo {display: none;}

@media (max-width: 767px)
{
	.slide-content h1 {font-size: 20px;}
	.banner-bg {min-height: 900px !important;}
	.slide-content .filter-form-wrapper {padding: 20px;}
	.slide-content .filter-form-wrapper h4 {margin: 0 0 10px;}
	.desktop-logo {display: none;}
	.mobile-logo {display: inline-block;}
	.overlay {top: 45% !important;}
}

@media (max-width: 480px)
{
	.overlay {top: 57% !important;}
}