@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;
}

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:#fff;
  line-height:18px;
  background:#ec8481;
  background-size:200%;
  border-radius:30px;
  padding:15px 30px;
}

.common_btn:hover{
  background:#1d999a;
  color:#fff;
}

.common_btn2{
  font-size:16px;
  color:#fff;
  line-height:18px;
  background:#1d999a;
  background-size:200%;
  border-radius:30px;
  padding:15px 30px;
}

.common_btn2:hover{
	background:#ec8481;
	color:#fff;
}

.text-common{
  font-size:16px;
  color:#000202;
  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:#f6a042;
  padding:12px 0;
  transition:all 600ms ease-in-out;
}

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

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

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

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

.hd-logo{
  width:104px;
  transition:all 600ms ease-in-out;
}

.hd-link ul li{
  display:inline-block;
  margin-right:15px;
}

.hd-link ul li:last-child{
  margin-right:0;
}

.hd-link ul li a{
  font-size:15px;
  color:#1c1c1c;
  line-height:18px;
  font-weight:500;
}

.hd-link ul li.active a,
.hd-link ul li a:hover{
  color:#f6a042;
}

.header-bottom .common_btn,
.header-bottom .common_btn2{
	padding:15px 20px;
}

@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);
    padding:10px 0;
  }

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

}

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

.home-banner .ms-slide-info{
	position:absolute !important;
  left:0;
  bottom:15%;
}

.banner-content{
  width:460px;
}

.banner-sm-title{
  font-size:18px;
  color:#fff;
  line-height:20px;
  font-weight:500;
  padding-bottom:10px;
}

.banner-bg-title{
  font-size:45px;
  line-height:52px;
  padding-bottom:20px;
}

.banner-bg-title strong{
  color:#d6e79c;
}

.about-panel{
  padding:60px 0 70px;
}

.about-img{
  position:absolute;
  width:49%;
  left:0;
}

.about-bg-title,
.service-bg-title,
.home-form-title,
.form-title,
.testimonial-bg-title{
  font-size:42px;
  color:#35bba0;
  line-height:50px;
  padding-bottom:25px;
}

.about-bg-title strong{
  color:#f6a042;
}

.about-content ul li,
.inner-list li{
  display:inline-block;
  width:49%;
  font-size:16px;
  color:#000202;
  line-height:24px;
  background:url(../images/right-arrow01.png) no-repeat left 5px;
  vertical-align:top;
  margin-bottom:10px;
  padding:0 10px 0 30px;
}

.inner-list li{
	display:block;
	width:100%;
}

.trusted-panel{
  padding-bottom:60px;
}

.trusted-panel .thumb-box{
  background:#35bba0;
  border-radius:25px;
  box-shadow:0 4px 15px rgba(0,0,0,.5);
  padding:40px 30px;
}

.trusted-title{
  font-size:20px;
  line-height:26px;
  font-weight:600;
  padding-top:20px;
}

.service-panel,
.choose-panel,
.home-form,
.testimonial-panel{
  background:#fbf5e5;
  padding:60px 0;
}

.service-bg-title{
  background:url(../images/icon-img05.png) no-repeat center top;
  padding-top:65px;
  padding-bottom:15px;
}

.service-title{
	margin-top:-65px;
	padding:0 12%;
}

.service-title a{
  font-size:20px;
  color:#fff;
  line-height:25px;
  font-weight:600;
}

.service-title a:hover{
  color:#f6a042;
}

.choose-sm-title{
	font-size:22px;
	color:#f6a042;
	line-height:24px;
	font-weight:500;
	text-transform:uppercase;
	padding-right:80px;
}

.choose-sm-title:after{
	content:"";
	position:absolute;
	width:65px;
	height:2px;
	background:#f6a042;
	right:0;
	top:0;
	bottom:0;
	margin:auto 0;
}

.choose-bg-title{
  	background:#35bba0;
	font-size:36px;
	line-height:46px;
	border-radius:0 30px 30px 0;
	margin:15px 0 30px;
  	padding:15px;
}

/* .choose-box:before{
  content:"";
  position:absolute;
  width:100%;
  height:100%;
  background:rgba(0,0,0,.7);
  left:0;
  top:0;
}

.choose-content{
  left:0;
  top:25%;
  padding:0 30px;
} */

.choose-box{
	background:#f6a042;
	min-height:326px;
	padding:30px 25px;
}

.choose-title{
  font-size:20px;
  color:#000;
  line-height:25px;
  font-weight:600;
  padding:15px 0 10px;
}

.home-form{
  background:#d9d9d8;
}

.form-lt-img img{
  border-radius:0 0 200px 0;
  box-shadow: 0 4px 15px #35bba0;
}

.form-title{
  color:#080808;
}

.testimonial-panel{
  background:url(../images/testimonial-bg.jpg) no-repeat center center;
  background-size:cover;
}

.testimonial-sm-title{
  display:inline-block;
  font-size:20px;
  color:#35bba0;
  line-height:22px;
  font-weight:500;
  border-bottom:2px solid #35bba0;
  margin-bottom:15px;
  padding-bottom:5px;
}

.home-form-title,
.testimonial-bg-title{
  color:#f6a042;
}

.testimonial-box .sp-testimonial-free-section{
  margin:0 !important;
}

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

#footer{
  background:#011d1d;
  padding:50px 0 20px;
}

.footer-top{
  border-bottom:1px solid rgba(255,255,255,.2);
  margin-bottom:20px;
  padding-bottom:35px;
}

.footer-title{
  font-size:24px;
  color:#fff;
  line-height:26px;
  font-weight:600;
  border-bottom:2px solid #fff;
  margin-bottom:22px;
  padding-bottom:4px;
}

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

.ft-link li:last-child,
.ft-contact li:last-child{
  margin-bottom:0;
}

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

.ft-link li a:hover,
.ft-contact li a:hover,
.footer-bottom .text-common a{
  color:#f6a042;
}

.ft-contact li{
  margin-bottom:15px;
}

.ft-contact li span{
  display:inline-block;
  width:22px;
  margin-right:8px;
}

.ft-contact li a{
  color:#fff;
}

.team-member-img{
	margin-right:-12px;
}

.team-member-img.left{
	margin-right:0;
	margin-left:-12px;
}

.member-img{
	width:300px;
	margin-bottom:-250px;
	position:relative;
}

#back-button {
  display:inline-block;
  background:#35bba0;
  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 center top;
  background-size:cover;
  margin-top:195px !important;
  padding:180px 0 150px !important;
}

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

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

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

.contact-title{
  font-size:24px;
  color:#f6a042;
  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:#35bba0;
}

.thumb-conatct .form-box{
  background:#d9d9d8;
}

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

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

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

.contact-form .block .form-control{
  height:50px;
  border-radius:0;
  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:110px;
  resize:none;
}

.contact-form .block select{
  background:url(../images/down-arrow01.png) no-repeat 96% 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:18px;
  color:#fff;
  line-height:20px;
  font-weight:600;
  text-transform:inherit;
  background:#f6a042;
  border-radius:30px;
  padding:13px 30px;
}

.contact-form .block .btn:hover{
  background:#35bba0;
  color:#fff;
}

.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;
}

.inner-sec.testimonial-box .sp-testimonial-client-rating{
  left:40px;
}

.inner-title{
  font-size:40px;
  color:#000;
  line-height:48px;
  font-weight:700;
}

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

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

.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:#35bba0;
  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;
  text-transform:uppercase;
  background:#35bba0;
  padding:15px 20px;
}

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

.wpb_row .master-slider-parent *, 
.master-slider-parent *{
	box-sizing:inherit !important;
}

.inner-srv-box{
	background:#fff;
}

.inner-srv-text{
	min-height:265px;
	padding:20px 20px 30px;
}

.inner-srv-title{
	font-size:20px;
	color:#35bba0;
	line-height:25px;
	font-weight:600;
	padding-bottom:15px;
}

.inner-srv-text a{
	font-size:17px;
	color:#ec8481 !important;
	line-height:19px;
	font-weight:500;
	background:url(../images/right-arrow0101.png) no-repeat 96% center;
	padding-right:26px;
}

.inner-srv-text a:hover{
	background-position:100% center;
}

#rmp-menu-wrap-54 .rmp-menu-item-link{
	padding-right:0 !important;
}

@media screen and (max-width:991px){
  .navbar-default{
    position:inherit;
  }

  .header-bottom{
    padding:10px 0;
  }

  .hd-logo{
    width:65px;
  }

  .home-banner{
    margin-top:0;
  }

  .home-banner .desc{
    bottom:5%;
  }

  .choose-content{
    top:6%;
    padding:0 10px;
  }

  .choose-content .text-common{
    font-size:14px;
    line-height:20px;
  }

  #footer{
    padding-bottom:70px;
  }

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

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

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



}

@media screen and (max-width:767px){
  .home-banner .ms-view,
  .home-banner .ms-slide,
  .home-banner .ms-slide-bgcont{
    height:350px !important;
  }
	
	.home-banner .ms-view img{
		object-fit:cover;
	}
	
	.home-banner .ms-slide-info{
		bottom:10%;
	}

  .banner-content{
    width:300px;
  }

  .banner-sm-title{
    font-size:14px;
  }

  .banner-bg-title,
  .page .entry-header .entry-title, 
  .error404 .page-header .page-title{
    font-size:26px;
    line-height:32px;
    padding-bottom:10px;
  }

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

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

  .about-panel,
  .service-panel, 
  .choose-panel, 
  .home-form, 
  .testimonial-panel{
    padding:35px 0;
  }

  .about-img{
    position:inherit;
    width:100%;
  }

  .about-bg-title, 
  .service-bg-title, 
  .choose-bg-title, 
  .home-form-title, 
  .form-title, 
  .testimonial-bg-title,
  .inner-title,
  .cta-title{
    font-size:25px;
    line-height:30px;
    padding-bottom:16px;
  }

  .inner-sm-title{
    font-size:18px;
    line-height:24px;
  }

  .about-content ul li{
    font-size:14px;
    line-height:20px;
  }

  .trusted-panel{
    padding-bottom:35px;
  }

  .trusted-panel .thumb-box{
    padding:25px 20px;
  }

  .trusted-title{
    font-size:16px;
    line-height:22px;
  }
	
	.service-title{
		margin-top:-60px;
		padding:0 16%;
	}
	
	.service-title a{
		font-size:17px;
		line-height:22px;
	}

  .choose-title,
  .testimonial-sm-title{
    font-size:16px;
    line-height:22px;
  }

/*   .choose-content{
    top:25%;
    padding:0 30px;
  } */
	
	.choose-sm-title{
		font-size:18px;
		line-height:20px;
	}

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

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

  .testimonial-box .sp-testimonial-content p{
    font-size:14px !important;
    line-height:22px !important;
  }

  .testimonial-box .sp-testimonial-client-name{
    font-size:18px !important;
    line-height:20px !important;
  }

  #footer{
    padding-top:35px;
  }

  .footer-top{
    padding-bottom:25px;
  }

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

  .ft-link li a, 
  .ft-contact li{
    font-size:14px;
    line-height:16px;
  }

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

  .page .entry-header .entry-title, 
  .error404 .page-header .page-title{
    padding-bottom:0;
  }

  .thumb-conatct .section .icon{
    width:65px;
    height:65px;
    line-height:65px;
  }

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

  .contact-main{
    font-size:15px;
    line-height:17px;
  }

  .thankyou-sec img,
  .error404 .page-content img{
    width:200px;
  }


  
}


@media screen and (max-width:575px){
	.home-banner .ms-slide-info{
		bottom:5%;
	}
	
  .banner-content{
	  width:100%;
    background:rgba(0,0,0,.5);
    padding:15px;
  }

  .about-content ul li{
    display:block;
    width:100%;
  }

  .trusted-box img{
    width:60px;
  }

  .trusted-title{
    font-size:12px;
    line-height:16px;
  }
	
	.choose-box{
		min-height:auto;
	}
	
	.inner-srv-text{
		min-height:auto;
	}


  
}
