@charset "utf-8";
/* CSS Document */
body{ 
  width:100%;
  padding:0; 
  margin:0; 
  background:#fff; 
  color:#fff; 
  font-family: 'Poppins', sans-serif;
}

a{ 
  display:inline-block;
  text-decoration:none;
  padding:0; 
  margin:0; 
  transition:all 500ms ease-in-out;
}

a:focus, a:hover{ 
  outline:none; 
  text-decoration:none; 
}

h1, h2, h3, h4, h5, h6{
  margin:0;
  padding:0;
}

p{
  margin-bottom:0;
}

ul,li{ 
  padding:0; 
  margin:0; 
  list-style:none; 
}

button:focus{
  outline:none;
}

img{
  max-width:100%;
  height:auto;
}

/* ===== common css ====== */
.common_btn{
  font-size:16px;
  color:#020202;
  line-height:18px;
  font-weight:500;
  background:#00ffd9;
  border:3px solid #02ece9;
  border-radius:30px;
  padding:15px 30px;
}

.common_btn:hover{
  background:#02ece9;
  border-color:#00ffd9;
  color:#020202;
}

.common_btn2{
  font-size:16px;
  color:#fff;
  line-height:18px;
  font-weight:500;
  background:#01b79c;
  border:3px solid #00ffd9;
  border-radius:30px;
  padding:15px 30px;
}

.common_btn2:hover{
  background:#02ece9;
  border-color:#01b79c;
  color:#020202;
}

.text-common{
  font-size:16px;
  color:#000;
  line-height:26px;
  padding-bottom:20px;
}

/* ===== Header Starts ====== */
.navbar-default{ 
  background:none; 
  border:none;
  padding:0;
  margin:0; 
  transition:all 600ms ease-in-out; 
}

.header-top{
  background:#01b79c;
  padding:10px 0;
  transition:all 600ms ease-in-out;
}

.hd-contact span{
  margin-right:6px;
}

.hd-contact a{
  font-size:16px;
  color:#fff;
  line-height:18px;
  font-weight:500;
}

.hd-contact a:hover{
  color:#000;
}

.header-bottom{
  background:#fff;
  padding:20px 0;
  transition:all 600ms ease-in-out;
}

.header-bottom .container{
  position:relative;
}

.hd-logo{
  position:absolute;
  width:175px;
  left:12px;
  top:-20px;
  transition:all 600ms ease-in-out;
}

@media screen and (min-width:992px){
  .navbar-default.navbar-fixed .header-top{
    margin-top:-50px;
  }

  .navbar-default.navbar-fixed .header-bottom{
    box-shadow:0 4px 6px rgba(0,0,0,.1);
  }

  .navbar-default.navbar-fixed .hd-logo{
    width:130px;
  }

}

.home-banner{
  margin-top:138px;
}

.home-banner .desc{
  left:0;
  bottom:22%;
}

.banner-bg-title{
  font-size:60px;
  color:#00ffd9;
  line-height:70px;
  padding-bottom:25px;
}

.about-panel{
  background:url(../images/about-bg.png) no-repeat right top;
}

.about-panel,
.step-panel,
.choose-panel{
  padding:60px 0;
}

.about-sm-title{
  font-size:22px;
  color:#0c0c0c;
  font-weight:24px;
  font-weight:600;
  text-transform:uppercase;
  padding-bottom:10px;
}

.about-bg-title,
.service-bg-title,
.step-bg-title,
.choose-bg-title,
.gallery-bg-title{
  font-size:50px;
  color:#02e0be;
  line-height:58px;
  padding-bottom:25px;
}

.about-bg-title span{
  color:#080808;
  font-weight:500;
}

.h-service-box{
  background:url(../images/service-bg.jpg) no-repeat center center;
  background-size:cover;
  padding:50px 40px;
}

.service-box a:before{
  content:"";
  position:absolute;
  width:100%;
  height:100%;
  background:linear-gradient(rgba(255,255,255,.0), rgba(0,0,0,.75));
  left:0;
  bottom:0;
}

.service-content{
  position:absolute;
  width:100%;
  left:0;
  bottom:0;
  padding:0 20px 25px;
}

.service-content .icon{
  display:inline-block;
  width:60px;
  height:60px;
  line-height:60px;
  background:#00ffd9;
  text-align:center;
  border-radius:50%;
}

.service-title{
  display:inline-block;
  width:80%;
  font-size:18px;
  color:#fff;
  line-height:25px;
  font-weight:500;
  vertical-align:middle;
  padding-left:12px;
}

.step-bg-title,
.choose-bg-title{
  color:#0c0c0c;
}

.step-number{
  width:45px;
  height:45px;
  background:#fff;
  box-shadow:0 4px 12px rgba(0,0,0,.5);
  border-radius:50%;
  font-size:20px;
  color:#101010;
  line-height:45px;
  font-weight:600;
  margin:0 auto -22px;
  position:relative;
}

.step-box img{
  border-radius:20px;
}

.step-title{
  font-size:24px;
  color:#101010;
  line-height:30px;
  font-weight:600;
  text-transform:uppercase;
  padding:20px 0 12px;
}

.choose-panel{
  background:#14ffdc;
}

.choose-content .block{
  background:url(../images/tick-icon01.png) no-repeat left 6px;
  margin-bottom:15px;
  padding-left:30px;
}

.choose-content .block:last-child{
  margin-bottom:0;
}

.choose-title{
  font-size:20px;
  color:#2b2a2a;
  line-height:28px;
  font-weight:600;
  padding-bottom:10px;
}

.home_form,
.gallery-panel{
  padding-bottom:60px;
}

.h-form-box{
  background:url(../images/form-bg.jpg) no-repeat center center;
  background-size:cover;
  margin:0 10%;
  padding:50px 40px;
}

.footer-top{
  background:#020202;
  padding:50px 0 40px;
}

.footer-title{
  font-size:24px;
  color:#02d985;
  line-height:26px;
  font-weight:600;
  text-transform:uppercase;
  padding-bottom:22px;
}

.footer-top .box .section{
  margin-bottom:15px;
}

.footer-top .box .section:last-child{
  margin-bottom:0;
}

.footer-top .box .section .icon{
  display:inline-block;
  width:38px;
  height:38px;
  line-height:36px;
  background:#1b576c;
  text-align:center;
  border-radius:50%;
}

.footer-top .box .section .text{
  display:inline-block;
  width:80%;
  vertical-align:middle;
  padding-left:10px;
}

.footer-top .box .section .text a{
  color:#fff;
}

.footer-top .box .section .text a:hover,
.ft-link li a:hover,
.footer-bottom .text-common a{
  color:#02e0be;
}

.ft-link li{
  line-height:0;
  margin-bottom:10px;
}

.ft-link li a{
  font-size:16px;
  color:#fff;
  line-height:20px;
}

.ft-map iframe{
  width:100%;
  height:180px;
  margin-bottom:0;
}

.footer-bottom{
  padding:20px 0;
}

#back-button {
  display:inline-block;
  background-color:#01b79c;
  width:50px;
  height:50px;
  line-height:50px;
  text-align:center;
  border-radius:50%;
  position:fixed;
  bottom:25px;
  right:25px;
  opacity:0;
  visibility:hidden;
  z-index:1000;
  cursor:pointer;
  box-shadow:0 6px 16px rgba(0,0,0,.4);
}

#back-button.show {
  opacity:1;
  visibility:visible;
}

.page .entry-header,
.error404 .page-header{
  background:url(../images/banner-img01.jpg) no-repeat right top;
  background-size:cover;
  margin-top:140px !important;
  padding:160px 0 100px !important;
}

.page .entry-header .entry-title,
.error404 .page-header .page-title{
  font-size:40px;
  color:#fff;
  line-height:42px;
  font-weight:700;
  text-align:center;
}

.thumb-conatct .section .icon{
  width:80px;
  height:80px;
  background:#01B79C;
  line-height:80px;
  border-radius:50%;
  text-align:center;
}

.thumb-conatct .section .text{
  width:75%;
}

.contact-title{
  font-size:24px;
  color:#00FFD9;
  line-height:26px;
  font-weight:600;
}

.contact-main{
  font-size:17px;
  color:#000;
  line-height:24px;
}

.contact-main a{
  color:#1c1c1c;
  font-weight:500;
}

.contact-main a:hover{
  color:#004aa9;
}

.thumb-conatct .form-box{
  background:#01B79C;
  box-shadow:0 4px 15px rgba(0,0,0,.1);
  border-radius: 20px;
}

.contact-form .block{
  margin-bottom:15px;
}

.contact-form .block p{
  margin-bottom:0;
}

.contact-form .block label{
  font-size:16px;
  color:#fff;
  line-height:18px;
  font-weight:500;
  margin-bottom:10px;
}

.contact-form .block .form-control{
  height:50px;
  border-radius:8px;
  border:none;
  background:#fff;
  font-size:16px;
  color:#494848;
  line-height:20px;
  font-weight:500;
  padding:10px 20px;
}

.contact-form .block .form-control::placeholder{
  color:#494848;
  opacity:1;
}

.contact-form .block .form-control::-ms-input-placeholder{
  color:#494848
}

.contact-form .block .form-control:focus,
.contact-form .block .btn:focus{
  box-shadow:none;
}

.contact-form .block textarea.form-control{
  height:105px;
  resize:none;
}

.contact-form .block select{
  background:url(../images/down-arrow02.png) no-repeat right 20px center, #fff !important;
}

.contact-form .block select option{
  color:#000;
}

.contact-form .block .wpcf7-list-item{
  display:block;
  margin-left:0;
}

.contact-form .block .btn{
  font-size:16px;
  color:#020202;
  line-height:18px;
  font-weight:600;
  text-transform:inherit;
  background:#00ffd9;
  border:3px solid #02ece9;
  border-radius:30px;
  padding:13px 30px;
}

.contact-form .block .btn:hover{
  background:#02ece9;
  border-color:#00ffd9;
  color:#020202;
}

.contact-form .block .wpcf7-spinner{
  display:none;
}

.contact-form .block .wpcf7-not-valid-tip{
  font-size:14px;
  margin-top:5px;
}

.contact-form .wpcf7-response-output{
  font-size:14px;
  color:#fff;
  border:none !important;
  margin:0 !important;
  padding:0 !important;
}

.contact-map{
  line-height:0;
}

.contact-map iframe{
  width:100%;
  height:420px;
  margin-bottom:0;
}

.inner-title{
  font-size:36px;
  color:#040105;
  line-height:44px;
  font-weight:700;
}

.inner-title strong,
.cta-title strong{
  color:#01B79C;
}

.inner-sm-title{
  font-size:24px;
  color:#1c1c1c;
  line-height:28px;
  font-weight:600;
}

.about-inner-title{
	font-size: 16px;
	line-height: 18px;
	color:#1c1c1c;
	font-weight:500;
}

 .inner-list li{
  font-size:16px;
  color:#242424;
  line-height:24px;
  font-weight:500;
  background:url(../images/tick-icon001.png) no-repeat left 5px;
  margin-bottom:10px;
  padding-left:32px;
  padding-top:6px;
} 

.inner-list li:last-child{
  margin-bottom:0;
}

.inner-sec .testimonial-box{
  border-bottom:none;
  padding-bottom:0;
}

.inner-sec .sp-testimonial-client-image{
  bottom:65px;
}

.banner-search form{
  width:400px;
  max-width:90%;
  background:#fff;
  border:3px solid #15ffdc;
  border-radius:30px;
  margin:0 auto;
}

.banner-search form input{
  height:50px !important;
  background:none !important;
  border:none !important;
}

.banner-search form button{
  position:relative;
  right:8px;
}

.banner-search form .is-search-icon{
  background:none;
  border:none;
}

.testimonial-box .sp-testimonial-free{
	border:1px solid #00ffd9 !important;
	border-radius:10px !important;
	padding:30px;
}

.testimonial-box .sp-testimonial-content p{
	padding:0 !important;
}

.testimonial-box .sp-testimonial-client-name{
	font-size:24px !important;
	color:#01b79c !important;
	line-height:26px !important;
	font-weight:600 !important;
	font-style:italic !important;
}

.rl-gallery-item img{
	width:100%;
}

.bg-color{
  background:#f7f7f7;
}

.cta-title{
  font-size:30px;
  color:#1c1c1c;
  line-height:35px;
}

.cta-title:after{
  content:"";
  position:absolute;
  width:61px;
  height:2px;
  background:#00ffd9;
  left:0;
  right:0;
  bottom:0;
  margin:0 auto;
}

.cta-btn{
  left:0;
  bottom:0;
  z-index:999;
}

.cta-btn li a{
  display:block;
  font-size:15px;
  color:#fff;
  line-height:17px;
  font-weight:500;
  text-transform:uppercase;
  background:#01b79c;
  padding:15px 20px;
}

.cta-btn li:last-child a{
  background:#000;
}

.serv-inner-box {
	min-height:300px;
}

.phone .awesome{
	font-size:16px;
	line-height:18px;
	font-weight:600;
	-webkit-animation: colorchange 1.2s infinite alternate;
}

@-webkit-keyframes colorchange {
  0% {
	color:#01b79c;
  }

  25% {
	color:#000;
  }

  50% {
	color:#01b79c;
  }

  100% {
	color:#000;
  }
}

@media screen and (max-width:1366px){
  .service-title{
    width:75%;
  }

  

}

@media screen and (max-width:991px){
  .header-bottom{
    box-shadow:0 4px 6px rgba(0,0,0,.1);
    padding:10px 0;
  }

  .hd-logo{
    position:inherit;
    width:100px;
  }

  .home-banner{
    margin-top:120px;
  }

  .footer-bottom{
    padding-bottom:70px;
  }

  #back-button{
    right:20px;
    bottom:35px;
  }

  .page .entry-header, 
  .error404 .page-header{
    margin-top:120px !important;
  }


}

@media screen and (max-width:767px){
  .home-banner .desc{
    bottom:12%;
  }

  .banner-bg-title,
  .page .entry-header .entry-title, 
  .error404 .page-header .page-title{
    font-size:28px;
    line-height:36px;
    padding-bottom:15px;
  }

  .banner-search form input{
    height:40px !important;
  }

  .common_btn,
  .common_btn2,
  .contact-form .block .btn{
    font-size:14px;
    line-height:16px;
    padding:12px 20px;
  }

  .about-panel, 
  .step-panel, 
  .choose-panel{
    padding:35px 0;
  }

  .about-sm-title{
    font-size:16px;
    line-height:18px;
  }

  .about-bg-title, 
  .service-bg-title, 
  .step-bg-title, 
  .choose-bg-title,
  .gallery-bg-title,
  .inner-title,
  .cta-title{
    font-size:26px;
    line-height:34px;
    padding-bottom:18px;
  }
	
	.inner-sm-title{
		font-size:18px;
		line-height:25px;
	}
	
	.inner-list li{
		font-size:14px;
		line-height:20px;
		background-size:18px;
	}

  .text-common{
    font-size:14px;
    line-height:22px;
  }

  .h-service-box{
    padding:30px 25px;
  }

  .service-content{
    padding:0 15px 20px;
  }

  .service-title{
    font-size:15px;
    line-height:20px;
    width:65%;
    padding-left:10px;
  }

  .step-title{
    font-size:20px;
    line-height:22px;
  }

  .choose-title{
    font-size:17px;
    line-height:24px;
  }

  .h-form-box{
    margin:0;
    padding:30px;
  }

  .contact-form .block .form-control{
    height:42px;
    font-size:14px;
  }

  .contact-form .block textarea.form-control{
    height:85px;
  }

  .home_form,
  .gallery-panel{
    padding-bottom:35px;
  }

  .footer-top{
    padding:30px 0 25px;
  }

  .footer-title{
    font-size:20px;
    line-height:22px;
    padding-bottom:18px;
  }

  .ft-link li a{
    font-size:14px;
  }

  .ft-logo{
    width:130px;
  }

  .page .entry-header, 
  .error404 .page-header{
    padding:80px 0 60px !important;
  }

  .page .entry-header .entry-title, 
  .error404 .page-header .page-title{
    padding-bottom:0;
  }
	
	.testimonial-box .sp-testimonial-free{
		padding:22px;
	}
	
	.testimonial-box .sp-testimonial-content p{
		font-size:14px !important;
		line-height:22px !important;
	}
	
	.testimonial-box .sp-testimonial-client-name{
		font-size:20px !important;
		line-height:22px !important;
	}

  
}

@media screen and (max-width:575px){
  .home-banner .ms-view,
  .home-banner .ms-slide,
  .home-banner .ms-slide-bgcont{
    height:260px !important;
  }
	
	.home-banner .ms-view img{
		object-fit:cover;
	}

  .service-title{
    width:72%;
  }
  
}
