.static-banner .banner-caption input[type="text"],.static-banner .banner-caption input[type="email"],.static-banner .banner-caption input[type="tel"],.static-banner .banner-caption select {
	height: 50px;
	line-height: 50px;
	padding: 0 15px;
}
.static-banner .banner-caption textarea{
	height: 100px;
	line-height: 20px;
	padding: 10px 15px;
}
.static-banner .banner-caption input[type="submit"] {
	color: var(--white);
	font-size: 17px;
	padding: 5px 40px;
	background: var(--light-blue);
	border-radius: 30px;
	text-decoration: none;
	border: 1px solid var(--light-blue);
}
.static-banner .banner-caption input[type="submit"]:hover {
	background: var(--dark-blue);
	color: var(--light-blue);
}
.custom-description {
	max-width: 460px;
	margin: 0 auto;
	line-height: 1.5;
}

.custom-toggle {
	cursor: pointer;
	color: #268bd2;
}

.custom-modal-wrapper {
	position: fixed;
	bottom: 0;
	right: 0;
	width: 300px; /* Adjust width to fit the popup */
	z-index: -1;
	opacity: 0;
	-webkit-transition: opacity 0.2s ease-in;
	-moz-transition: opacity 0.2s ease-in;
	transition: opacity 0.2s ease-in;
	pointer-events: none; /* Initially disable pointer events */
}

.custom-modal-wrapper.active {
	pointer-events: auto; /* Enable pointer events when active */
}

.custom-modal-wrapper > div {
	width: 300px; /* Adjusted width */
	height: 150px; /* Adjusted height */
	position: absolute;
	bottom: 10px; /* Position at the bottom with a small margin */
	right: 10px; /* Position it to the right */
	margin: 0;
	padding: 15px;
	border-radius: 6px;
	z-index: 1;
	background: url("../images/our-services-bg.jpg") 0 0 no-repeat;
	background-size: cover;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.custom-modal-wrapper p {
	color: #fff;
	font-size: 16px; /* Adjusted font size */
	text-align: center;
}

.custom-modal-wrapper p i {
	display: block;
	height: 40px; /* Adjusted size */
	width: 40px; /* Adjusted size */
	background-color: #00a9ed;
	border-radius: 50%;
	text-align: center;
	font-size: 18px; /* Adjusted font size */
	line-height: 40px;
	margin: 5px auto;
}

.popup-call-btn {
	color: var(--white);
	font-size: 16px; /* Adjusted font size */
	padding: 5px 15px; /* Adjusted padding */
	background: var(--light-blue);
	border-radius: 30px;
	text-decoration: none;
	border: 1px solid var(--light-blue);
	transition: all ease-in-out 0.3s;
	display: table;
	margin: 10px auto;
}

.popup-call-btn:hover {
	background: #fff;
	color: var(--light-blue);
}

.custom-close {
	background: #00a9ed;
	color: #ffffff;
	line-height: 25px;
	position: absolute;
	left: -12px; /* Adjusted to position on the right */
	text-align: center;
	top: -10px;
	width: 24px;
	text-decoration: none;
	font-weight: bold;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	z-index: 2; /* Ensure it's above other content */
}

.custom-close:hover {
	background: #00a9ed;
}


/*---airduct---*/
.ShowDesktop{ 
	display: block;
}
.ShowMobile{ 
	display: none;
}
.text-center {
	text-align: center;
	width: 100%;
  }  
.close {
	position: absolute;
	right: 10px;
	border: none;
	background: none;
  }
  .modal-title {
    text-align: center;
  }
:root{
    --dark-blue:#0a2033;
    --white:#ffffff;
    --light-blue:#00a9ed;
    --black:#000000;
}


body{
	margin:0;
	padding:0;
	font-family: "Jost", sans-serif;
}
h1,
h2,
h3,
h4,
h5,h6{
	font-family: "Jost", sans-serif;
}
.navbar .collapse.navbar-collapse{
	flex-grow:0;
}
.nav-top{
	background:var(--dark-blue);
	height: 41px;
}
.navbar.navbar-expand-md{
	padding-top:0;
}
.navbar .navbar-brand{
	margin-top:-48px;
}
.phmail a{
	text-decoration:none;
	color:var(--white);
	font-size:14px;
}
.phmail a:hover{
	color:var(--light-blue);
}
.phmail{
	padding-top:5px;
}
.phmail span{
	display:inline;
	color:var(--white);
	font-size:18px;
	margin: 0 20px;
}
.phmail img{
	margin-right:8px;
	height:14px;
}
.topsm{
	text-align:right;
	padding-top: 8px;
}
.topsm .smi{
	color:var(--white);
	margin-right:15px;
}
.getQuote{
	color:var(--white);
	font-size:14px;
	padding:14px 20px;
	background:var(--light-blue);
	border-radius:30px;
	text-decoration:none;
	border:1px solid var(--light-blue);
	transition:all ease-in-out 0.3s;
}
.getQuote:hover{
	background:var(--dark-blue);
	color:var(--light-blue);
}
.blog-view-info .getQuote{
	padding: 12px 25px;
	width: 15%;
	margin:0 auto;
	font-size: 19px;
}
.static-banner img{
	max-width:100%;
}
.topsearch{
	display:none;
    position: absolute;
    right: 0;
    top: 73px;
    left: 0;
	z-index: 9;
    padding: 2% 25%;
    background: var(--light-blue);
	transition:all ease-in-out 0.3s;
}
.topsearch.src-open{
	display:block;
}
.topsearch .form-control{
	height:50px;
	border-radius:25px 0 0 25px;
	width: 85%;
    display: inline-block;
	border:1px solid var(--dark-blue);
}
.topsearch .btn-src{
	background: var(--dark-blue);
	color:var(--white);
	height:50px;
	width:15%;
	border-radius:0 25px 25px 0;
	margin-left: -5px;
	border:1px solid var(--dark-blue);
	transition:all ease-in-out 0.3s;
}
.topsearch .btn-src:hover{
	background: var(--light-blue);
	color:var(--dark-blue);
}
.navbar-nav .nav-item .nav-link{
	font-size:16px;
	color:var(--dark-blue)
}
.navbar-nav .nav-item .nav-link:hover{
	color:var(--light-blue);
}
.static-banner{
	position:relative;
}
.static-banner .banner-caption{
	position:absolute;
	left: 7%;
    top: 25px;
    right: 0;
	margin-right: 0;
}
.static-banner .banner-caption .float-img{
	text-align:right;
	padding-right:0;
	padding-top: 15px;
}
.static-banner .banner-caption .float-content{
	padding-top:70px;
}
.static-banner .banner-caption h1{
	font-size:48px;
	color:var(--white);
	font-weight:400;
}
.static-banner .banner-caption h1 strong{
	font-size:140px;
	text-transform:uppercase;
	color:var(--light-blue);
	font-weight:400;
}
.static-banner .banner-caption p{
	font-size:16px;
	color:var(--white);
}
.static-banner .banner-caption a{
	color: var(--white);
    font-size: 14px;
    padding: 5px 8px;
    background: var(--light-blue);
    border-radius: 30px;
    text-decoration: none;
    border: 1px solid var(--light-blue);
    transition: all ease-in-out 0.3s;
}
.static-banner .banner-caption a:hover{
	background:var(--dark-blue);
	color:var(--light-blue);
}
.welecom-section{
	/*margin:125px 0;*/
	margin: 75px 0;
}
.wel-imgblock{
	position:relative;
	padding-left: 30px;
}
.wel-imgblock img {
	border-radius: 25px;
	z-index: 1;
	position: relative;
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.wel-imgblock .circle-img {
	position: absolute;
	bottom: -70px;
	right: 10px;
	width: 240px;
}
.wel-imgblock .circle-img img {
	border-radius: 50%;
	border: 10px solid var(--light-blue);
	position: relative;
	transition: all ease-in-out 0.3s;
	height: 100%;
	width: 100%;
}
.wel-imgblock .circle-img img:hover{
	transform: scale(1.1);
}
.wel-imgblock:before{
	content:'';
	position:absolute;
	left:0;
	bottom:-25px;
	display:block;
	width:168px;
	height:168px;
	background:var(--light-blue);
	border-radius:25px;
}
.welcome-content h2{
	font-size:40px;
	color:var(--light-blue);
}
.welcome-content .midtext{
	position:relative;
	padding: 40px 0 40px 50px;
}
.welcome-content .midtext:before{
	content:'';
	position:absolute;
	left:0;
	top:15px;
	display:block;
	width:14px;
	height:102px;
	background:var(--dark-blue);
	border-radius:15px;
}
.action-center .cta{
	display:inline-block;
	margin-left: 15px;
    padding-left: 15px;
	border-left:1px solid #a3a3a3;
}
.welcome-content p{
	margin-bottom:40px;
}
.welcome-content .midtext p{
	margin-bottom:30px;
}
.action-center .cta span{
	display:block;
	color:#a3a3a3;
	font-size:14px;
}
.action-center .getQuote{
	vertical-align:super;
}
.action-center .cta a{
	font-weight:600;
	color:var(--dark-blue);
	text-decoration:none;
}
.services-area{
	background:url("../images/our-services-bg.jpg") 0 0 no-repeat;
	background-size:cover;
	padding:90px 0 30px;
}
.services-area1{
	background:#f5f5f5;
	background-size:cover;
	padding:60px 0 90px;
}
.landing-page-service{
	background:url("../images/our-services-bg.jpg") 0 0 no-repeat;
	background-size:cover;
	padding:60px 0 90px;
}
.services-area h3{
	color:var(--light-blue);
	font-size: 40px;
}
.services-area1 h4{
	font-size:40px;
	text-align:center;
	font-weight:600;
	color:#00a9ed;
	margin-bottom:50px;
}
.landing-page-service h4{
	font-size:40px;
	text-align:center;
	font-weight:600;
	color:#00a9ed;
	margin-bottom:50px;
}
.services-area small{
	color:var(--white);
}
.services-area p{
	font-size:14px;
	color:var(--white);
}
.services-area1 p{
	font-size:14px;
	color:var(--white);
}
.landing-page-service p{
	font-size:14px;
	color:var(--white);
}
.services-area a.getQuote{
	font-size:24px;
	font-weight:600;
	color:var(--white);
	text-decoration:none;
}
.services-area1 a.getQuote{
	font-size:24px;
	font-weight:600;
	color:var(--white);
	text-decoration:none;
}
.service-grid1 a {
	text-decoration: none;
}
.landing-page-service a.getQuote{
	font-size:24px;
	font-weight:600;
	color:var(--white);
	text-decoration:none;
}
.services-area a.getQuote:hover{
	color:var(--light-blue);
}
.services-area1 a.getQuote:hover{
	color:var(--light-blue);
}
.landing-page-service a.getQuote:hover{
	color:var(--light-blue);
}
.service-grid{
	background:var(--white);
	border-radius:25px;
	margin-top:45px;
}
.service-grid1{
	background:var(--white);
	border-radius:25px;
	margin-bottom: 30px;
}
.service-grid img{
	width:100%;
	border-radius:25px 25px 0 0;
}
.service-grid1 img{
	width:100%;
	border-radius:25px 25px 0 0;
}
.services-area .service-grid .srv-info a.getQuote{
	font-size:14px;
	font-weight:400;
	float: none;
	margin: 0px auto;
}
.services-area1 .service-grid1 .srv-info a.getQuote{
	font-size:14px;
	font-weight:400;
	float: none;
	margin: 0px auto;
}
.landing-page-service .service-grid1 .srv-info a.getQuote{
	font-size:14px;
	font-weight:400;
	float: none;
	margin: 0px auto;
}
.services-area .service-grid .srv-info{
	padding:30px 15px;
	text-align: center;
}
.services-area1 .service-grid1 .srv-info{
	padding:30px 15px;
	text-align: center;
}
.landing-page-service .service-grid1 .srv-info{
	padding:30px 15px;
	text-align: center;
} 
.services-area .service-grid .srv-info strong{
	font-size:24px;
	font-weight:500;
	color:var(--dark-blue);
	text-align: center;
	display: block;
	margin-bottom: 15px;
}
.services-area1 .service-grid1 .srv-info strong{
	font-size:24px;
	font-weight:500;
	color:var(--dark-blue);
	text-align: center;
	display: block;
	margin-bottom: 15px;
}
.landing-page-service .service-grid1 .srv-info strong{
	font-size:24px;
	font-weight:500;
	color:var(--dark-blue);
	text-align: center;
	display: block;
	margin-bottom: 15px;
} 
.work-process{
	margin:70px 0 80px;
}
.work-process .title-part{
	text-align:center;
}
.work-process .title-part h3{
	font-size:40px;
	font-weight:600;
	color:var(--light-blue);
}
.work-process .step-3{
	padding:0;
	text-align:center;
	margin-top: 50px;
}
.work-process .step-3 li{
	list-style:none;
	display:inline-block;	
}
.work-process .step-3 li p{
	font-size:24px;
	color:var(--dark-blue);
	font-weight:500;
	margin-top: 30px;
    padding-right: 35px;
}
.step-3 .circle-st{
	position:relative;
}
.step-3 .circle-st .main-img{
	position:absolute;
	left: 28px;
    top: 26px;
    border-radius: 50%;
}
.circle-st .stp-no{
	width:85px;
	height:85px;
	background:var(--light-blue);
	border-radius:50%;
	border:8px solid var(--white);
	display: block;
	position: absolute;
	z-index:99;
	font-size: 30px;
    font-weight: 700;
    color: #fff;
	text-align:center;
	padding-top: 10px;
}
.circle-st.step-01 .stp-no{
	right: 62px;    
    top: 5px;
}
.circle-st.step-02 .stp-no{
	right: 62px;    
    top: 5px;
}
.circle-st.step-03 .stp-no{
	right: 0;    
    top: 5px;
}

.why-chooseus h4{
	font-size:40px;
	color:var(--light-blue);
	margin-top: 10px;
}
.why-chooseus .trusted-point{
	padding-left:0;
	margin-top:50px;
}
.why-chooseus .trusted-point li{
	list-style:none;
	margin-bottom:40px;
}
.trusted-point .icon-sets{
	display:inline-block;
	width:80px;
	vertical-align: top;
    margin-top: 25px;
}
.trusted-point .content-sets{
	display:inline-block;
	width:80%;
}
.trusted-point .icon-sets span{
	background:var(--light-blue);
	padding: 15px 8px 20px;
    border-radius: 12px;
}
.wcu-img img{
	border-radius:25px;
}
.certified-lines{
	margin:50px 0;
}
.certified-lines ul{
	padding-left:0;
	text-align:center;
}
.certified-lines ul li{
	display:inline-block;
	list-style:none;
	width:18%;
}
.befor-after{
	background:url("../images/before-after-bg.jpg") 0 0 no-repeat;
	background-size:cover;
	padding:40px 0;
}
.befor-content h4{
	font-size:40px;
	color:var(--dark-blue);
}
.befor-content p{
	font-size:14px;
	margin:30px 0;
	color:var(--white);
}
.action-center .btn-call{
	padding:15px 30px;
	color:var(--white);
	font-size:14px;
	border-radius:25px;
	background:var(--dark-blue);
	text-decoration:none;
	margin-right:25px;
	transition:all ease-in-out 0.3s;
}
.action-center .btn-call:hover{
	background:var(--white);
	color:var(--dark-blue);
}
.action-center .btn-call img{
	height:18px;
	margin-right:10px;
}
.action-center .btn-getQuote{
	padding:15px 30px;
	color:var(--black);
	font-size:14px;
	border-radius:25px;
	background:var(--white);
	text-decoration:none;
	transition:all ease-in-out 0.3s;
}
.action-center .btn-getQuote:hover{
	background:var(--dark-blue);
	color:var(--white);
}
.action-center .btn-getQuote img{
	margin-left:10px;
	
}
.befor-content{
	margin-top:40px;
}
.home-page-blog{
	margin:100px 0 0;
	padding-bottom:150px;
	background:url("../images/blog-bg.jpg") 0 100% no-repeat;
}
.home-page-blog h4{
	font-size:40px;
	text-align:center;
	font-weight:600;
	color:var(--light-blue);
	margin-bottom:50px;
}
.blog-item .blog-img img{
	border-radius:25px;
	width:100%;
}
.home-page-blog .blog-item{
	position:relative;
	height: 350px;
}
.home-page-blog .blog-item .blog-short-content{
	position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
	padding:25px;
	padding-top: 150px;
	border-radius: 0 0 25px 25px;
	transition:all ease-in-out 0.3s;
	background: rgb(15,44,66);
	background: linear-gradient(0deg, rgba(15,44,66,1) 0%, rgba(15,44,63,1) 48%, rgba(0,0,0,0.0) 100%);
}
.home-page-blog .blog-item:hover .blog-short-content{
	background: rgb(7,174,239);
	background: linear-gradient(0deg, rgba(7,174,239,1) 0%, rgba(7,174,239,1) 48%, rgba(0,0,0,0.0) 100%);
}
.blog-item .blog-short-content h5{
	color:var(--white);
}
.blog-item:hover .blog-short-content h5{
	color:var(--dark-blue);
}
.blog-item .blog-short-content p{
	color:var(--white);
	font-size: 14px;
}
.blog-item .blog-short-content .blog-action a{
	color: var(--white);
    font-size: 14px;
    padding: 10px 20px;
	border-radius:30px;
    background: var(--light-blue);
    text-decoration: none;
    border: 1px solid var(--light-blue);
    transition: all ease-in-out 0.3s;
}
.blog-item .blog-short-content .blog-action a:hover{
	background: var(--dark-blue);
    color: var(--light-blue);
}
.blog-item:hover .blog-short-content .blog-action a{
	background: var(--dark-blue);
    color: var(--light-blue);
}
.blog-item .blog-short-content .blog-action span{
	float:right;
	color:var(--white);
	font-size:14px;
}
.blog-item .blog-short-content .blog-action span span{
	color:var(--light-blue);
	padding-left:6px;
}
.blog-item:hover .blog-short-content .blog-action span span{
	color:var(--dark-blue);
}
.divon{
	background:url("../images/contact-panel-bg.jpg") 0 0 no-repeat;
	background-size:cover;
	padding:25px 30px;
	border-radius:25px;
	margin-top: -60px;
    margin-bottom: 50px;
}
.divon .labelpart{
	display:inline-block;
	width:49%;
}
.divon .contactnumber{
	display:inline-block;
	width:49%;
	vertical-align: text-bottom;
}
.contact-n-review{
	background:url("../images/review-bg.jpg") 0 0 no-repeat;
	background-size:cover;
	padding-bottom:40px;
	margin-top: 105px;
}
.ttitle-testimonial small{
	color:var(--white);
	font-size:24px;
}
.ttitle-testimonial h4{
	font-size:40px;
	font-weight:400;
	color:var(--light-blue);
}
.home-contact small{
	font-size:24px;
}
.review-carousel .item{
	background:url("../images/review-box-bg.png") 0 0 no-repeat;
	width:370px;
	height:412px;
	padding:90px 50px 50px;
}
.review-carousel .item .client-info span img{
	width:90px;
	height:90px;
}
.review-carousel .item .stars{
	text-align:right;
}
.review-carousel .item .stars .fa{
	color:#fec400;
}
.review-carousel .item p{
	font-size:14px;
	text-align: justify;
	margin: 20px 0;
}
.client-info span{
	display:inline-block;
	vertical-align:middle;
}
.client-info span strong{
	display:block;
	line-height:22px;
	padding-left:15px;
}
.client-info span small{
	display:block;
	line-height:15px;
	padding-left:15px;
}
.contact-n-review .review-carousel{
	margin-top:50px;
}
.review-carousel .owl-nav.disabled{
	display:block;
	position: absolute;
    top: -75px;
    right:65px;
}
.review-carousel .owl-nav.disabled button{
	color:var(--white);
}
.review-carousel .owl-nav.disabled button span{
	font-size:0;
}
.review-carousel .owl-nav.disabled button.owl-prev{
	background:#ffffff url("../images/prev.png") 50% 50% no-repeat;
	width:90px;
	height:32px;
	border-radius: 25px;
	margin-right: 10px;
}
.review-carousel .owl-nav.disabled button.owl-next{
	background:#ffffff url("../images/nxt.png") 50% 50% no-repeat;
	width:90px;
	height:32px;
	border-radius: 25px;
}
.review-carousel .owl-nav.disabled button:hover{
	background-color:var(--light-blue);
}
.labelpart strong{
	font-size:40px;
	color:var(--white);
	font-weight:500;
}
.labelpart p{
	color:var(--white);
}
.contactnumber .circle-icon{
	background:var(--dark-blue);
	border-radius:50%;
	padding:15px;
	width:74px;
	height:74px;
	display:inline-block;
}
.contactnumber a.phn{
	font-size:35px;
	color:var(--white);
	font-weight:500;
	text-decoration:none;
	display: inline-block;
	padding-left: 25px;
	vertical-align: middle;
}
.contactnumber a.phn span{
	font-size:14px;
	display: block;
}
.home-contact{
	background: url("../images/home-contact-bg.jpg") 0 0 no-repeat;
	padding:50px 0;
}
.transbg{
	background:rgba(255,255,255, 0.6);
	border-radius:25px;
	padding:30px;
}
.transbg h4{
	font-size:40px;
	color:var(--light-blue);
	margin-bottom:20px;
}
.contact-form .form-group .form-control{
	border:1px solid var(--dark-blue);
	border-radius:30px;
	font-size:14px;
}
.contact-form .form-group{
	margin-bottom:25px;
}
.contact-form .form-group input.form-control,
.contact-form .form-group select.form-control{
	height:60px;
}
.contact-form .form-group textarea.form-control{
	height:100px;
}
.contact-Info{
	background:var(--light-blue);
	border-radius:25px;
	padding:25px;
	margin-top: 90px;
}
.contact-Info strong{
	font-size:40px;
	color:var(--dark-blue);
	font-weight:500;
}
.contact-Info .cnt-line {
	margin-top: 30px;
	display: inline-block;
	width: 100%;
}
.contact-Info .cnt-line img {
	float: left;
	margin-right: 0px;
	width: 55px;
	display: block;
}
.contact-Info .cnt-line p {
	display: block;
	float: left;
	width: calc(100% - 55px);
	padding-left: 10px;
}
.contact-Info .cnt-line span {
	font-weight: 700;
	display: block;
}
.contact-Info .cnt-line a{
	color:var(--white);
	text-decoration:none;
}
.btn-groups .getQuote{
	padding:12px 25px;
}
.main-footer{
	background: url("../images/footer-bg.jpg") 0 0 no-repeat;
	background-size: cover;
	padding:50px 0px 0px;
}
.main-footer p{
	font-size:16px;
	color:var(--white);
}
.main-footer .footer-about{
	text-align:center;
}
.main-footer .footer-about img{
	margin-bottom:30px;
}
.main-footer .other-links ul{
	padding-left:0;
}
.main-footer .other-links ul li{
	list-style:none;
	padding-bottom: 12px;
}
.main-footer .other-links.store-locations li {
	display: inline-block;
	width: 48%;
}
.main-footer .other-links ul li a{
	color:var(--white);
	font-size:16px;
	text-decoration:none;
}
.main-footer .other-links ul li a:hover{
	color:var(--light-blue);
}
.main-footer h4{
	color:var(--white);
	font-size:24px;
}
.main-footer .other-links{
	padding-top:15px;
	padding-left:15px;
	position:relative;
}
.main-footer .other-links:after{
	content:'';
	position:absolute;
	right: -82px;
    top: -50px;
    display: none;
    width: 15px;
    height: 360px;
    background: var(--light-blue);
    transform: skew(-22deg, 0deg);
}
.main-footer .newsletter{
	/*padding-left:150px;*/
	padding-left:45px;
	position:relative;
}
.main-footer .newsletter:before{
	content:'';
	position:absolute;
	left: 61px;
    top: -93px;
    display: none;
    width: 15px;
    height: 430px;
    background: var(--white);
    transform: skew(-22deg, 0deg);
}
.newsletter-field .form-group .form-control{
	float: left;
	width:75%;
	height:50px;
	border:1px solid var(--white);
	border-radius:30px 0 0 30px;
}
.newsletter-field .form-group .btn-subscribe{
	padding:8px 20px;
	background:var(--light-blue);
	height:50px;
	border:1px solid var(--white);
	border-radius:0 30px 30px 0;
	margin-left: -5px;
	transition:all ease-in-out 0.3s;
}
.newsletter-field .form-group .btn-subscribe:hover{
	background:var(--dark-blue);
}
.footer-sm{
	margin-top:30px;
}
.footer-sm .smi{
	margin-right:25px;
	transition:all ease-in-out 0.3s;
}
.footer-sm .smi:hover img{
	transform:scale(1.1);
}
.copyrght{
	padding:0;
	text-align:center;
}
.copyrght p{
	font-size:14px;
	margin-bottom:0;
	background:var(--light-blue);
	padding:20px;
}
.srv-banner{
	position:relative;
}
.srv-banner img{
	width:100%;
}
.srv-banner .srv-banner-cap{
	position:absolute;
	top:70px;
	right: 32%;
    left: 7%;
}
.srv-banner-cap h1{
	color:var(--white);
}
.srv-banner-cap h1 span{
	color:var(--light-blue);
}
.srv-banner-cap p{
	font-size:16px;
	color:var(--white);
}
.srv-banner-cap strong{
	font-size:24px;
	color:var(--light-blue);
	font-weight:600;
}
.action-s a{
	color: var(--white);
    font-size: 20px;
    padding: 5px 40px;
	margin-top: 20px;
	margin-right: 25px;
    background: var(--light-blue);
    border-radius: 30px;
	display: inline-block;
    text-decoration: none;
    border: 1px solid var(--light-blue);
    transition: all ease-in-out 0.3s;
}
.action-s a:hover{
	background: var(--dark-blue);
    color: var(--light-blue);
}
.separetor{
	position:relative;
	margin: 50px 0 0;
    height: 90px;
}
.ocean {
  height: 80px; /* change the height of the waves here */
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  overflow-x: hidden;
}

.wave {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 800 88.7'%3E%3Cpath d='M800 56.9c-155.5 0-204.9-50-405.5-49.9-200 0-250 49.9-394.5 49.9v31.8h800v-.2-31.6z' fill='%23003F7C'/%3E%3C/svg%3E");
  position: absolute;
  width: 200%;
  height: 100%;
  animation: wave 10s -3s linear infinite;
  transform: translate3d(0, 0, 0);
  opacity: 0.8;
}

.wave:nth-of-type(2) {
  bottom: 0;
  animation: wave 18s linear reverse infinite;
  opacity: 0.5;
}

.wave:nth-of-type(3) {
  bottom: 0;
  animation: wave 20s -1s linear infinite;
  opacity: 0.5;
}

@keyframes wave {
    0% {transform: translateX(0);}
    50% {transform: translateX(-25%);}
    100% {transform: translateX(-50%);}
}
.welcome-section{
	margin:50px 0;
	text-align:center;
}
.welcome-section h2{
	font-size:36px;
	font-weight:700;
	color:var(--dark-blue);
}
.welcome-section h3{
	font-size:30px;
	color:var(--light-blue);
}
.srv-2col{
	background:url("../images/services-body.jpg") 0 0 no-repeat;
	background-size:cover;
	padding:60px 0;
	color:var(--white);
}
.srv-2col h3{
	font-size:36px;
	color:var(--light-blue);
}
.srv-2col p{
	font-size:16px;
}
.srv-2col ul{
	padding-left:0;
}
.srv-2col ul li{
	font-size:18px;	
	margin-bottom:20px;
}
.srv-2col ul li span{
	color:var(--light-blue);
	font-weight:700;
}
.srv-2col img{
	border-radius:15px;
}
.whychoose-airduct{
	margin:50px 0;
}
.whychoose-airduct h3{
	font-size:36px;
	font-weight:700;
	text-align:center;
	margin-bottom:35px;
	color:var(--dark-blue);
}
.why-chooseus p small{
	font-size:24px;
}
.services-area small{
	font-size:24px;
}
.title-part small{
	font-size:24px;
}
.whychoose-airduct h3 span{
	color:var(--light-blue);
}
.whychoose-airduct ul{
	padding-left:0;
}
.whychoose-airduct li{
	font-size:16px;
	margin-bottom:20px;
	position:relative;
	list-style:none;
	padding-left:40px;
}
.whychoose-airduct li:before{
	content:'\f00c';
	position:absolute;
	left:0;
	top:0;
	font-family:"FontAwesome";
	font-size:24px;
	display:block;
	color:var(--light-blue);
}
.cleaning-process h3{
	font-size:36px;
	font-weight:700;
	text-align:center;
	margin-bottom:60px;
	color:var(--dark-blue);
}
.cleaning-process h3 span{
	color:var(--light-blue);
}
.cleaning-process{
	background:#f5f5f5;
	padding:30px 0;
	margin:50px 0;
}
.cleaning-process .schedule-cleaning{
	text-align:center;
}
.cleaning-process ul li{
	list-style:none;
	display: inline-block;
    width: 24%;
    vertical-align: top;
    text-align: center;
	padding: 0 15px;
}
.cleaning-process ul li span{
	width: 70px;
    height: 70px;
    display: inline-block;
    background: var(--dark-blue);
    color: var(--white);
    font-size: 36px;
    border-radius: 50%;
    font-weight: 600;
    text-align: center;
    padding-top: 9px;
	margin-bottom:20px;
	transition:all ease-in-out 0.3s;
}
.cleaning-process ul li:hover span{
	background:var(--light-blue);
}
.cleaning-process strong{
	color:var(--light-blue);
	font-size:20px;
	display:block;
	font-weight:600;
}
.cleaning-process .schedule-cleaning a{
	color: var(--white);
    font-size: 18px;
    padding: 5px 30px;
    background: var(--light-blue);
    border-radius: 30px;
    text-decoration: none;
    border: 1px solid var(--light-blue);
    transition: all ease-in-out 0.3s;
}
.cleaning-process .schedule-cleaning a:hover{
	background: var(--dark-blue);
    color: var(--light-blue);
}
.schedule-cleaning{
	margin-top:30px;
	display:inline-block;
}
.reasons{
	margin:50px 0;
}
.reasons h3{
	font-size:36px;
	font-weight:700;
	color:var(--dark-blue);
	padding:0;
	margin-bottom:30px;
}
.reasons h3 span{
	color:var(--light-blue);
}
.reasons ul{
	padding-left:0;
}
.reasons ul li{
	list-style:none;
	margin-bottom:20px;
}
.reasons ul li strong{
	font-size:24px;
	color:var(--dark-blue);
}
.reasons ul li p{
	font-size:16px;
}
.innerpagess{
	padding-top:40px;
}
.context1{
	margin:50px 0;
}
.context1 h2{
	font-size:36px;
	margin-bottom:30px;
}
.context1 h2  span{
	color:var(--light-blue);
}
.context1 p{
	font-size:16px;
	line-height:26px;
}
.context2{
	margin:50px 0;
}
.context2 p,
.context3 p{
	font-size:16px;
	line-height:26px;
}
.context2 h3,
.context3 h3{
	font-size:36px;
	margin-bottom:30px;
	color:var(--dark-blue);
}
.context2 img{
	border-radius:35px;
	border:10px solid var(--light-blue);
	max-width:100%;
}
.action-m a{
	color: var(--white);
    font-size: 18px;
    padding: 5px 30px;
	margin-right:30px;
    background: var(--light-blue);
    border-radius: 30px;
    text-decoration: none;
    border: 1px solid var(--light-blue);
    transition: all ease-in-out 0.3s;
}
.action-m a:hover{
	background: var(--dark-blue);
    color: var(--light-blue);
}
.context3{
	background:#f5f5f5;
	padding:40px 0;
	margin:50px 0;
}
.context3 img{
	border-radius:35px;
	border:10px solid var(--dark-blue);
	max-width:100%;
}
.home-contact .form-group .wpcf7-not-valid-tip{
	font-size:13px;
}
.projects-row{
	margin-bottom:40px;
	margin-top:40px;
	padding-bottom:40px;
}
.projects-row .before{
	padding:0 40px;
	position:relative;
}
.projects-row .before h4{
	text-align:center;
	background:var(--light-blue);
	color:var(--white);
	margin-bottom:0;
	padding:12px;
	border-radius:20px 20px 0 0;
}
.projects-row .before img{
	width:100%;
	border-radius:0 0 20px 20px;
	border:4px solid var(--light-blue);
}
.projects-row .after{
	padding:0 40px;
}
.projects-row .after h4{
	text-align:center;
	background:var(--light-blue);
	color:var(--white);
	margin-bottom:0;
	padding:12px;
	border-radius:20px 20px 0 0;
}
.projects-row .after img{
	width:100%;
	border-radius:0 0 20px 20px;
	border:4px solid var(--light-blue);
}
.before-after{
	margin-top:50px;
	margin-bottom:50px;
}
.before-after h3{
	text-align: center;
	margin-bottom: 15px;
}
.pro-contents{
	text-align:center;
}
.projects-row .before:after{
	content:'\f054';
	position:absolute;
	right:-25px;
	top:45%;
	font-family:"FontAwesome";
	display:block;
	font-size:40px;
	color:var(--dark-blue);
}
.form-control,
select{
	 -webkit-appearance: auto;
    -moz-appearance: auto;
    appearance: auto;
}
.modal-body .wpcf7 .wpcf7-form .form-group .wpcf7-submit{
	color: var(--white);
    font-size: 14px;
    padding: 5px 8px;
	width:120px;
    background: var(--light-blue);
    border-radius: 30px;
    text-decoration: none;
    border: 1px solid var(--light-blue);
    transition: all ease-in-out 0.3s;
}
.modal-body .wpcf7 .wpcf7-form .form-group .wpcf7-submit:hover{
	background:var(--dark-blue);
}
.modal-body .wpcf7 .wpcf7-form .form-group{
	margin-bottom:15px;
}
.mob-bottom-fixed{display: none;}
.static-banner .banner-caption form {
	margin-top: 10%;
	width: 70%;
	margin: 10% auto 0px;
}
.skill-highlighter-sec {
	margin-top: 50px;
	display: block;
	width: 80%;
	margin: 50px auto 0px;
}
.skill-highlighter-sec ul {
	padding: 0;
	margin: 0;
	text-align: center;
}
.skill-highlighter-sec ul li {
	list-style-type: none;
	display: inline-block;
	width: 24%;
	padding: 0 15px;
	text-align: center;
}
.skill-highlighter-sec ul li img {
	width: 200px;
	height: 200px;
	display: block;
	margin: 15px auto;
}
.context2.home_content {
	display: block;
	margin-top: 135px;
}
.context2.home_content .left-cont-sec {
	margin-top: 70px;
}
 .accordion {
	display: flex;
	flex-direction: column;
	width: 100%;
}
.accordion-item {
	margin-bottom: 8px;
}
.accordion-title {
	cursor: pointer;
	padding: 10px;
	background-color: #0a2033;
	display: flex;
	justify-content: space-between;
	align-items: center;
	color: #fff;
	font-size: 20px;
}
.accordion-content {
	display: none;
	padding: 10px;
	border: 1px solid #ddd;
}
.accordion-title .indicator {
	margin-left: 10px;
	font-weight: bold;
}
.nav-top .getQuote {
	padding: 5px 15px;
}
.services-area .service-grid .srv-info a,.services-area .service-grid .srv-info a:hover {
	text-decoration: none;
}
.blog-item .blog-short-content h5 a,.blog-item .blog-short-content h5 a:hover {
	text-decoration: none;
}
.ShowDesktop{
	display: block;
}
.ShowMobile{
	display: none;
}
.action-center p {
	display: inline-block;
}


/*-----Responsive------*/

@media (min-width: 768px) {
.navbar-expand-md .navbar-nav .nav-link{
	padding: 5px 30px;
}
.ShowDesktop{
	display: block;
}
.ShowMobile{
	display: none;
}	
}
@media (min-width:768px) and (max-width:991px) {
.static-banner .banner-caption .float-content {
    padding-top: 0;
}
.static-banner .banner-caption h1 {
    font-size: 30px;
    color: var(--white);
    font-weight: 400;
}
.static-banner .banner-caption h1 strong {
    font-size: 30px;
    text-transform: uppercase;
    color: var(--light-blue);
    font-weight: 400;
}	
.static-banner .banner-caption {
    position: absolute;
    left: 5%;
    top: 25px;
    margin-right: 0;
    right: 5%;
}
.float-img .img-responsive{
	max-height: 230px;
	border-radius:20px;
}
.static-banner .banner-caption .float-img {
    text-align: right;
    padding-right: 0;
    padding-top: 0;
}
.wel-imgblock {
    position: relative;
    padding-left: 0;
}
.wel-imgblock img{
	width:100%;
}
.welecom-section {
    margin: 50px 0;
}
.welcome-content h2 {
    font-size: 30px;
    color: var(--light-blue);
}
.welcome-content .midtext {
    position: relative;
    padding: 0;
}
.welcome-content .midtext:before{
	display:none;
}
.welcome-content .midtext p {
    margin-bottom: 15px;
}
.wel-imgblock .circle-img {
    position: absolute;
    bottom: -65px;
    right: 90px;
}
.wel-imgblock .circle-img img {
    border-radius: 50%;
    border: 6px solid var(--light-blue);
    position: relative;
    transition: all ease-in-out 0.3s;
    width: 150px;
    height: 150px;
}
.services-area h3 {
    color: var(--light-blue);
    font-size: 30px;
}
.services-area{
	padding: 40px 0 30px;
}
.service-grid {
    background: var(--white);
    border-radius: 25px;
    margin-top: 40px;
}
.services-area .service-grid .srv-info {
    padding: 10px;
}
.services-area .service-grid .srv-info strong {
    font-size: 16px;
    font-weight: 500;
    color: var(--dark-blue);
    display: block;
    text-align: center;
	margin-bottom: 15px;
	min-height:48px;
}
.services-area .service-grid .srv-info a.getQuote {
    font-size: 14px;
    font-weight: 400;
    float: none;
}
.services-area .srv-info p{
	text-align:center;
}
.work-process {
    margin: 40px 0;
}
.work-process .step-3 li {
    list-style: none;
    display: inline-block;
    width: 32%;
}
.circle-st img{
	width:100%;
}
.step-3 .circle-st .main-img{
	max-width:100%;
	width:100%;
	left: 14px;
    top: 14px;
}
.circle-st.step-01 .stp-no {
    right: 20px;
    top: 5px;
}
.circle-st .stp-no {
    width: 72px;
    height: 72px;
    background: var(--light-blue);
    border-radius: 50%;
    border: 5px solid var(--white);
    display: block;
    position: absolute;
    z-index: 99;
    font-size: 24px;
    font-weight: 600;
    color: #fff;
    text-align: center;
    padding-top: 12px;
}
.work-process .step-3 li p {
    font-size: 18px;
    color: var(--dark-blue);
    font-weight: 500;
    margin-top: 20px;
    padding-right: 0;
}
.wcu-img img {
    border-radius: 25px;
    width: 100%;
}
.work-process .title-part h3 {
    font-size: 30px;
    font-weight: 600;
    color: var(--light-blue);
}
.why-chooseus h4 {
    font-size: 30px;
    color: var(--light-blue);
    margin-top: 10px;
}
.why-chooseus .trusted-point li {
    list-style: none;
    margin-bottom: 0px;
}
.trusted-point .icon-sets {
    display: inline-block;
    width: 70px;
    vertical-align: top;
    margin-top: 15px;
}
.trusted-point .content-sets {
    display: inline-block;
    width: 75%;
}
.befor-content {
    margin-top: 0;
}
.befor-content h4 {
    font-size: 30px;
    color: var(--dark-blue);
}
.befor-after .img-responsive{
	max-width:100%;
}
.action-center .btn-call {
    padding: 8px 15px;
    color: var(--white);
    font-size: 14px;
    border-radius: 25px;
    background: var(--dark-blue);
    text-decoration: none;
    margin-right: 7px;
    transition: all ease-in-out 0.3s;
}
.action-center .btn-getQuote {
    padding: 8px 15px;
    color: var(--black);
    font-size: 14px;
    border-radius: 25px;
    background: var(--white);
    text-decoration: none;
    transition: all ease-in-out 0.3s;
    display: inline-block;
    margin-top: 25px;
}
.home-page-blog .blog-item .blog-short-content{
	padding-top:0 15px 15px;
}
.blog-item .blog-short-content p {
    color: var(--white);
    font-size: 14px;
    line-height: 20px;
}
.divon .labelpart {
    display: inline-block;
    width: 100%;
}
.divon .contactnumber {
    display: inline-block;
    width: 100%;
    vertical-align: text-bottom;
}
.transbg {
    background: rgba(255,255,255, 0.6);
    border-radius: 25px;
    padding: 10px;
}
.contact-Info strong {
    font-size: 30px;
    color: var(--dark-blue);
    font-weight: 500;
    display: block;
}
.main-footer .newsletter:before{
	display:none;
}
.main-footer .other-links:after{
	display:none;
}
.main-footer .newsletter {
    padding-left: 0;
    position: relative;
}
.main-footer .other-links.store-locations li {
	display: block;
	width: 100%;
}
}

@media (max-width:767px) {
.main-footer {
	padding: 50px 0px 64px;
}
.ShowDesktop{display: none;}
.ShowMobile{display: block;}
.projects-row .before{
	padding:0;
}
.srv-banner img{
	height:450px;
}
.srv-banner .srv-banner-cap {
    position: absolute;
    top: inherit;
    right: 5%;
    left: 5%;
    text-align: center;
    bottom: 0;
}
.srv-banner-cap h1 {
    font-size: 20px;
    color: var(--white);
}
.srv-banner-cap p {
    font-size: 14px;
    color: var(--white);
}
.srv-banner-cap strong {
    font-size: 18px;
    color: var(--light-blue);
    font-weight: 600;
    line-height: 16px;
}
.action-s a {
    color: var(--white);
    font-size: 16px;
    padding: 5px 40px;
    margin-top: 12px;
    background: var(--light-blue);
    border-radius: 30px;
    display: inline-block;
    text-decoration: none;
    border: 1px solid var(--light-blue);
    transition: all ease-in-out 0.3s;
}
.before-after {
    margin-top: 20px;
    margin-bottom: 20px;
}
.projects-row .after {
    padding: 0;
}
.pro-contents h2{
	font-size:20px;
}
.pro-contents p{
	font-size:14px;
}
.projects-row .before h4,
.projects-row .after h4 {
    text-align: center;
    background: var(--light-blue);
    color: var(--white);
    margin-bottom: 0;
    padding: 5px;
    border-radius: 12px 12px 0 0;
    font-size: 18px;
}
.projects-row .before:after {
    content: '\f054';
    position: absolute;
    right: -20px;
    top: 45%;
    font-family: "FontAwesome";
    display: block;
    font-size: 20px;
    color: var(--dark-blue);
}
.main-footer .newsletter:before{
	display:none;
}
.main-footer .other-links:after{
	display:none;
}
.main-footer .newsletter {
    padding-left: 0;
    position: relative;
}
.nav-top .col-md-2{
	display:none;
}
.getQuote {
	float: right;
	top: -3px;
	position: relative;
}
.action-center .getQuote {
	float: right;
	top: 9px;
	position: relative;
}
.srv-2col ul {
	padding-left: 15px;
}
.navbar .navbar-brand {
    margin-top: 0;
}
.navbar .navbar-brand img{
	height:70px;
}
.phmail a{
	font-size:0;
}
.phmail span{
	display:none;
}
.topsm{
	text-align:left;
	padding-left:0;
}
.topsm .smi img{
	height:14px;
}
.navbar-collapse{
	background:#f5f5f5;
	padding-left:15px;
}
.getQuote {
    color: var(--white);
    font-size: 13px;
    padding: 5px 6px;
    background: var(--light-blue);
    border-radius: 30px;
    text-decoration: none;
    border: 1px solid var(--light-blue);
    transition: all ease-in-out 0.3s;
}
.topsm .smi {
    color: var(--white);
    margin-right: 12px;
}
.projects-row {
    margin-bottom: 20px;
    margin-top: 20px;
}
.context1 {
    margin: 20px 0;
}
.context1 h2 {
    font-size: 20px;
    margin-bottom: 20px;
}
.context1 p {
    font-size: 14px;
    line-height: 22px;
}
.context2 {
    margin: 20px 0;
}
.context2 h3, .context3 h3 {
    font-size: 20px;
    margin-bottom: 20px;
    color: var(--dark-blue);
    margin-top: 15px;
}
.context2 p, .context3 p {
    font-size: 14px;
    line-height: 22px;
}
.action-m a {
    color: var(--white);
    font-size: 14px;
    padding: 5px 27px;
    margin-right: 12px;
    background: var(--light-blue);
    border-radius: 30px;
    text-decoration: none;
    border: 1px solid var(--light-blue);
    transition: all ease-in-out 0.3s;
}
.context3 {
    background: #f5f5f5;
    padding: 20px 0;
    margin: 30px 0;
}
.context3 .action-m{
	margin-bottom:30px;
}
.ttitle-testimonial h4 {
    font-size: 24px;
    font-weight: 400;
    color: var(--light-blue);
}
.transbg h4 {
    font-size: 24px;
    color: var(--light-blue);
    margin-bottom: 20px;
}
.contact-form .form-group input.form-control, .contact-form .form-group select.form-control {
    height: 48px;
}
.contact-Info {
    background: var(--light-blue);
    border-radius: 25px;
    padding: 15px;
    margin-top: 30px;
}
.contact-Info strong {
    font-size: 24px;
    color: var(--dark-blue);
    font-weight: 500;
}
.contact-Info .cnt-line img {
    float: left;
    margin-right: 10px;
    width: 34px;
}
.wpcf7 .form-group p{
	margin-bottom:0;
}
.srv-2col img {
    border-radius: 15px;
    max-width: 100%;
}
.welcome-section h2 {
    font-size: 24px;
    font-weight: 700;
    color: var(--dark-blue);
}
.welcome-section h3 {
    font-size: 20px;
    color: var(--light-blue);
}
.srv-2col h3 {
    font-size: 24px;
    color: var(--light-blue);
}
.srv-2col{
	padding: 30px 0;
}
.whychoose-airduct h3 {
    font-size: 24px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 30px;
    color: var(--dark-blue);
}
.whychoose-airduct li:before {
    content: '\f00c';
    position: absolute;
    left: 10px;
    top: 0;
    font-family: "FontAwesome";
    font-size: 18px;
    display: block;
    color: var(--light-blue);
}
.whychoose-airduct {
    margin: 30px 0;
}
.cleaning-process {
    background: #f5f5f5;
    padding: 20px 0;
    margin: 20px 0;
}
.cleaning-process h3 {
    font-size: 24px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 20px;
    color: var(--dark-blue);
}
.cleaning-process strong {
    color: var(--light-blue);
    font-size: 20px;
}
.cleaning-process p{
	font-size:14px;
}
.cleaning-process .schedule-cleaning a {
    color: var(--white);
    font-size: 16px;
    padding: 5px 25px;
}
.reasons h3{
	font-size:24px;
	padding-left:15px;
}
.reasons ul{
	padding-left:15px;
}
.reasons ul li strong {
    font-size: 20px;
    color: var(--dark-blue);
}
.wcu-img img{
	width:100%;
}
.static-banner .banner-caption {
    position: relative;
    left: 0;
    top: 25px;
    right: 0;
    margin-right: 0;
}
.static-banner .banner-caption .float-content {
    padding-top: 0;
}
.static-banner .banner-caption h1 {
    font-size: 24px;
    color: var(--dark-blue);
    font-weight: 400;
}
.static-banner .banner-caption h1 strong {
    font-size: 24px;
    text-transform: uppercase;
    color: var(--light-blue);
    font-weight: 400;
}
.static-banner .banner-caption p{
	font-size:14px;
	color:var(--dark-blue);
}
.static-banner .float-img img {
    max-width: 100%;
    border-radius: 20px;
}
.welecom-section {
    margin: 50px 0;
}
.wel-imgblock {
    position: relative;
    padding-left: 0;
}
.wel-imgblock img {
    border-radius: 25px;
    z-index: 1;
    position: relative;
    width: 100%;
}
.wel-imgblock .circle-img img {
    border-radius: 50%;
    border: 5px solid var(--light-blue);
    position: relative;
    transition: all ease-in-out 0.3s;
    height: 170px;
}
.wel-imgblock .circle-img {
    position: absolute;
    bottom: -80px;
    right: 88px;
}
.welcome-content h2 {
    font-size: 24px;
    color: var(--light-blue);
}
.welcome-content .midtext:before{
	display:none;
}
.welcome-content .midtext {
    position: relative;
    padding: 10px 0 0px 0px;
}
.welcome-content .midtext p {
    margin-bottom: 15px;
}
.welcome-content p {
    margin-bottom: 25px;
}
.action-center .cta {
    display: inline-block;
    margin-left: 0;
    padding-left: 0;
    border-left: 0px solid #a3a3a3;
}
.services-area{
	padding: 30px 0 30px;
}
.services-area h3 {
    color: var(--light-blue);
    font-size: 24px;
}
.services-area a {
    font-size: 18px;
    font-weight: 600;
   /* color: var(--white);*/
    text-decoration: none;
}
.service-grid {
    background: var(--white);
    border-radius: 25px;
    margin-top: 30px;
}
.services-area .service-grid .srv-info strong {
    font-size: 18px;
    font-weight: 500;
    color: var(--dark-blue);
}
.work-process .title-part h3 {
    font-size: 24px;
    font-weight: 600;
    color: var(--light-blue);
}
.work-process {
    margin: 40px 0 0px;
}
.step-3 .circle-st {
    position: relative;
    transform: rotate(90deg);
}
.circle-st .stp-no{
	transform: rotate(-90deg);
}
.step-3 .circle-st .main-img{
	transform: rotate(-90deg);
}
.work-process .step-3 li {
    list-style: none;
    display: inline-block;
    margin-bottom: 35px;
}
.why-chooseus h4 {
    font-size: 24px;
    color: var(--light-blue);
    margin-top: 10px;
}
.trusted-point .content-sets {
    display: inline-block;
    width: 78%;
    margin-top: 0;
}
.trusted-point .icon-sets {
    display: inline-block;
    width: 70px;
    vertical-align: top;
    margin-top: 15px;
}
.why-chooseus .trusted-point li {
    list-style: none;
    margin-bottom: 10px;
}
.certified-lines ul li {
    display: inline-block;
    list-style: none;
    width: 30%;
}
.certified-lines ul li img{
	width:100%;
}
.befor-after img{
	width:100%;
}
.befor-content {
    margin-top: 0;
}
.befor-content h4 {
    font-size: 24px;
    color: var(--dark-blue);
}
.befor-content p {
    font-size: 14px;
    margin: 20px 0;
    color: var(--white);
}
.action-center .btn-call img {
    height: 18px;
    margin-right: 10px;
    width: auto;
}
.action-center .btn-call{
	margin-right: 0;
	margin-bottom: 20px;
	display:inline-block;
}
.action-center .btn-getQuote img {
    margin-left: 10px;
    width: auto;
}
.action-center .btn-getQuote{
	display:inline-block;
	margin-bottom: 25px;
}
.home-page-blog {
    margin: 40px 0 0;
    padding-bottom: 100px;
    background: url("../images/blog-bg.jpg") 0 100% no-repeat;
}
.home-page-blog .blog-item {
    position: relative;
    margin-bottom: 20px;
}
.divon {
    background: url("../images/contact-panel-bg.jpg") 0 0 no-repeat;
    background-size: cover;
    padding: 20px;
    border-radius: 25px;
    margin-top: -60px;
    margin-bottom: 40px;
}
.divon .labelpart {
    display: inline-block;
    width: 100%;
}
.labelpart strong {
    font-size: 24px;
    color: var(--white);
    font-weight: 500;
}
.divon .contactnumber {
    display: inline-block;
    width: 100%;
    vertical-align: text-bottom;
}
.contactnumber .circle-icon {
    background: var(--dark-blue);
    border-radius: 50%;
    padding: 15px;
    width: 60px;
    height: 60px;
    display: inline-block;
}
.contactnumber .circle-icon img{
	width:100%;
}
.contactnumber a.phn{
	font-size: 24px;
	padding-left: 15px;
}
.modal-body .wpcf7 .wpcf7-form .form-group{
	margin-bottom:15px;
}
.cleaning-process ul li{
	width: 100%;
	margin-bottom: 18px;
}
#exampleModal .modal-dialog {
	top: 13%;
}

}
@media (max-width:375px) {
.trusted-point .content-sets {
    display: inline-block;
    width: 75%;
    margin-top: 0;
}
.transbg{
	padding: 0;
}
.main-footer {
	padding: 50px 0px 64px;
}
#exampleModal .modal-dialog {
	top: 13%;
}

	
}
@media screen and (max-width: 998px){
   .ShowDesktop{
	    display: none;
	}
   .ShowMobile{
	   display: block;
    }
	.custom-modal-wrapper > div {
		width: 90%; /* Adjust width for mobile */
		height: auto; /* Adjust height for mobile */
		padding: 10px; /* Adjust padding for mobile */
	}

	.custom-modal-wrapper p {
		font-size: 14px; /* Adjust font size for mobile */
	}

	.custom-modal-wrapper p i {
		height: 30px; /* Adjust size for mobile */
		width: 30px; /* Adjust size for mobile */
		font-size: 16px; /* Adjust font size for mobile */
	}

	.popup-call-btn {
		font-size: 14px; /* Adjust font size for mobile */
		padding: 5px 10px; /* Adjust padding for mobile */
	}

	.custom-close {
		left: 10px; /* Adjust position for mobile */
		top: 10px; /* Adjust position for mobile */
		width: 20px; /* Adjust width for mobile */
		line-height: 20px; /* Adjust line-height for mobile */
	}
	.mob-bottom-fixed {
		background: #0d2231;
		display: block;
		position: fixed;
		z-index: 99;
		left: 0;
		bottom: 0;
		width: 100%;
		height: 60px;
		box-shadow: 0 0 5px #454545;
		padding: 0;
		margin: 0;
	}
	.mob-bottom-fixed > div {
		width: 50%;
		display: block;
		float: left;
		text-align: center;
		padding: 0;
	}
	.mob-bottom-fixed .getQuote {
		display: block;
		width: 100%;
		border-radius: 0;
		height: auto;
		margin: 0;
		font-size: 15px;
		text-transform: uppercase;
		font-weight: bold;
		letter-spacing: 0;
		line-height: 58px;
		padding: 0;
		position: relative;
		top: 0;
	}
	.mob-bottom-fixed .call-us-sec p {
		margin: 0;
		font-size: 16px;
		text-transform: uppercase;
		font-weight: bold;
		padding: 10px 0px;
		line-height: 22px;
		color: #fff;
	}
	.mob-bottom-fixed .call-us-sec p a {
		display: block;
	}
	.main-footer {
		padding: 50px 0px 64px;
	}
	#exampleModal .modal-dialog {
		top: 13%;
	}
	.skill-highlighter-sec ul li img {
		width: 140px;
		height: 140px;
		display: block;
		margin: 15px auto;
	}
	.static-banner img {
		max-width: 100%;
		width: 100%;
		height: 340px;
	}
	.static-banner .banner-caption form {
		margin-top: 10%;
		width: 90%;
		margin: 0% auto 0px;
	}
	.static-banner .banner-caption input[type="text"], .static-banner .banner-caption input[type="email"], .static-banner .banner-caption input[type="tel"], .static-banner .banner-caption select {
		height: 35px;
		line-height: 35px;
		padding: 0 15px;
	}
	.static-banner .banner-caption textarea {
		height: 20px;
		line-height: 20px;
		padding: 10px 15px;
	}
}
@media screen and (max-width: 480px){
	.ShowDesktop{
		display: none;
	}
	.ShowMobile{
		display: block;
	}
	.custom-modal-wrapper > div {
		width: 90%; /* Adjust width for mobile */
		height: auto; /* Adjust height for mobile */
		padding: 10px; /* Adjust padding for mobile */
	}

	.custom-modal-wrapper p {
		font-size: 14px; /* Adjust font size for mobile */
	}

	.custom-modal-wrapper p i {
		height: 30px; /* Adjust size for mobile */
		width: 30px; /* Adjust size for mobile */
		font-size: 16px; /* Adjust font size for mobile */
	}

	.popup-call-btn {
		font-size: 14px; /* Adjust font size for mobile */
		padding: 5px 10px; /* Adjust padding for mobile */
	}

	.custom-close {
		left: 10px; /* Adjust position for mobile */
		top: 10px; /* Adjust position for mobile */
		width: 20px; /* Adjust width for mobile */
		line-height: 20px; /* Adjust line-height for mobile */
	}
	.mob-bottom-fixed {
		background: #0d2231;
		display: block;
		position: fixed;
		z-index: 99;
		left: 0;
		bottom: 0;
		width: 100%;
		height: 60px;
		box-shadow: 0 0 5px #454545;
		padding: 0;
		margin: 0;
	}
	.mob-bottom-fixed > div {
		width: 50%;
		display: block;
		float: left;
		text-align: center;
		padding: 0;
	}
	.mob-bottom-fixed .getQuote {
		display: block;
		width: 100%;
		border-radius: 0;
		height: auto;
		margin: 0;
		font-size: 15px;
		text-transform: uppercase;
		font-weight: bold;
		letter-spacing: 0;
		line-height: 58px;
		padding: 0;
		position: relative;
		top: 0;
	}
	.mob-bottom-fixed .call-us-sec p {
		margin: 0;
		font-size: 16px;
		text-transform: uppercase;
		font-weight: bold;
		padding: 10px 0px;
		line-height: 22px;
		color: #fff;
	}
	.mob-bottom-fixed .call-us-sec p a {
		display: block;
	}
	.main-footer {
		padding: 50px 0px 64px;
	}
	#exampleModal .modal-dialog {
		top: 13%;
	}
}
@media screen and (max-width: 480px){
	.showDesktop{display: none;}
	.showMobile{display: block;}
	.static-banner .banner-caption {
		position: absolute;
		top: 120px;
		padding: 0 15px;
	}
	.static-banner .banner-caption .float-img {
		display: none;
	}
	.static-banner .banner-caption h1 {
		color: #fff;
		font-size: 22px;
	}
	.static-banner .banner-caption p {
		font-size: 16px;
		color: #fff;
	}
	.static-banner .banner-caption a{
		padding: 6px 12px;
		font-size: 18px;
	}
	.static-banner .banner-caption form{display: none;}
	.skill-highlighter-sec ul li {
		width: 49%;
	}
	.skill-highlighter-sec ul li img {
		width: 140px;
		height: 140px;
		display: block;
		margin: 15px auto;
	}
	.context2.home_content .left-cont-sec {
		margin-top: 20px;
	}
	.context2.home_content {
		display: block;
		margin-top: 50px;
	}
	.welecom-section {
		margin: 50px 0 0px;
	}
	.transbg {
		padding: 30px 15px;
	}
	
}