@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:15px;
  color:#1c1c1c;
  line-height:18px;
  background:#fdc900;
  border-radius:15px;
  padding:15px 25px;
}

.common_btn:hover{
  background:#008441;
  color:#fff;
}

.common_btn2{
  font-size:15px;
  color:#fff;
  line-height:18px;
  background:#008441;
  border-radius:15px;
  padding:15px 30px;
}

.common_btn2:hover{
  background:#fdc900;
  color:#1c1c1c;
}

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

.welcome-title{
  font-size:16px;
  color:#fff;
  line-height:18px;
  font-weight:500;
}

.welcome-title img{
	width:95px;
}
 
.hd-logo{
  width:200px;
  transition:all 600ms ease-in-out; 
}

.header-mid .block{
  border-right:1px solid rgba(0,0,0,.15);
  padding:20px 0;
}

.header-mid .block .icon{
  display:inline-block;
  width:50px;
  height:50px;
  line-height:50px;
  background:#008440;
  border-radius:50%;
  text-align:center;
}

.header-mid .block .text{
  display:inline-block;
  width:78%;
  vertical-align:top;
  padding-left:10px;
}

.hd-contact-title{
  font-size:16px;
  color:#000;
  line-height:18px;
  text-transform:uppercase;
  font-weight:600;
  padding-bottom:5px;
}

.hd-contact-main{
  font-size:16px;
  color:#1c1c1c;
  line-height:18px;
  font-weight:500;
}

.hd-contact-main a{
  color:#1c1c1c;
}

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

.header-bottom .hd-box{
  background:#652470;
  padding:15px 30px;
}

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

}

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

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

.banner-bg-title{
  font-size:46px;
  line-height:54px;
  padding-bottom:25px;
}

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

.about-sm-title,
.choose-sm-title,
.service-sm-title,
.form-sm-title{
  font-size:22px;
  color:#008440;
  line-height:24px;
  font-weight:500;
  padding-bottom:10px;
}

/* .about-sm-title span{
  color:#042111;
  font-weight:600;
} */

.about-sm-title img{
	width:125px;
}

.about-bg-title,
.service-bg-title,
.form-bg-title{
  font-size:42px;
  color:#01180b;
  line-height:50px;
  padding-bottom:20px;
}

.text-common img{
	width:95px;
}

.choose-panel{
  background:#fdf8e2;
}

.choose-bg-title{
  font-size:32px;
  color:#01180b;
  line-height:40px;
  padding-bottom:20px;
}

.choose-icon{
  display:inline-block;
  width:55px;
  height:55px;
  line-height:55px;
  background:#317d53;
  text-align:center;
  border-radius:50%;
}

.choose-text{
  display:inline-block;
  width:76%;
  vertical-align:top;
  padding-left:10px;
}

.choose-title{
  font-size:18px;
  color:#000502;
  line-height:20px;
  font-weight:600;
  padding-bottom:5px;
}

.service-panel{
  background:#e5f4ec;
}

.service-img img{
  border-radius:20px;
}

.service-content{
  position:absolute;
  width:90%;
  left:0;
  right:0;
  bottom:35px;
  background:#fff;
  border-radius:15px;
  margin:0 auto;
  padding:15px 20px;
}

.service-title{
  font-size:20px;
  color:#a89704;
  line-height:26px;
  font-weight:600;
  min-height:52px;
  margin-bottom:12px;
}

.service-content a{
  font-size:16px;
  color:#1c1c1c;
  line-height:18p;
  font-weight:500;
  background:url(../images/right-arrow01.png) no-repeat 96% center;
  padding-right:20px;
}

.service-content a:hover{
  background-position:100% center;
}

.home-form{
  padding-bottom:60px;
}

.h-form-top{
  background:url(../images/form-bg.jpg) no-repeat center top;
  background-size:cover;
  padding:60px 0 280px;
}

.form-sm-title{
  color:#4e1075;
}

.h-form-bottom{
  margin-top:-240px;
}

.h-form-bottom .h-form-box{
  background:#f5f3f3;
  border-radius:20px;
  overflow:hidden;
}

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

#footer{
  background-color: #a35abc;
  padding:50px 0 20px;
}

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

.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:#fdc900;
}

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

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

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

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

#back-button {
  display:inline-block;
  background-color:#008440;
  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:192px !important;
  padding:150px 0 120px !important;
}

.page .entry-header .entry-title,
.error404 .page-header .page-title{
  display:inline-block;
  font-size:40px;
  color:#fff;
  line-height:42px;
  font-weight:700;
  margin-bottom:0;
  padding:0;
}

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

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

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

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

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

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

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

.contact-form .block .form-control{
  height:50px;
  border-radius:0;
  border:none;
  background:rgba(255,255,255,.7);
  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-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:#008440;
  border-radius:15px;
  padding:13px 30px;
}

.contact-form .block .btn:hover{
  background:#fdc900;
  color:#1c1c1c;
}

.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-title{
  font-size:40px;
  color:#000;
  line-height:48px;
  font-weight:700;
}

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

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

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

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

.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:#f4c358;
  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:#008440;
  padding:15px 20px;
}

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

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

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

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

  #footer{
    padding-bottom:70px;
  }

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

  .page .entry-header, 
  .error404 .page-header{
    margin-top:82px !important;
  }
	
	.thumb-conatct .section .text{
		width:72%;
	}



}

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

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

  .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, 
  .choose-panel, 
  .service-panel{
    padding:35px 0;
  }

  .about-sm-title, 
  .choose-sm-title, 
  .service-sm-title, 
  .form-sm-title{
    font-size:16px;
    line-height:18px;
  }
	
	.about-sm-title img{
		width:90px;
	}

  .about-bg-title, 
  .service-bg-title, 
  .form-bg-title,
  .inner-title,
  .cta-title{
    font-size:25px;
    line-height:32px;
    padding-bottom:15px;
  }

  .choose-bg-title{
    font-size:22px;
    line-height:30px;
  }

  .choose-text{
    width:75%;
  }

  .choose-title{
    font-size:16px;
  }

  .service-title{
    font-size:18px;
    line-height:24px;
    min-height:auto;
  }

  .service-content a{
    font-size:14px;
    line-height:16px;
  }

  .h-form-top{
    padding:35px 0 260px;
  }

  .h-form-box .contact-form{
    padding:20px;
  }

  .home-form{
    padding-bottom:35px;
  }
	
	.contact-form .block label{
		font-size:14px;
		line-height:16px;
	}
	
	.contact-form .block .form-control{
		height:42px;
		font-size:14px;
	}
	
	.contact-form .block textarea.form-control{
		height:85px;
	}

  #footer{
    padding-top:30px;
  }

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

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

  .footer-mid{
    padding-top:25px;
  }
	
	.page .entry-header, 
	.error404 .page-header{
		padding:80px 0 60px !important;
	}
	
	.thumb-conatct .section .icon{
		width:65px;
		height:65px;
		line-height:65px;
	}
	
	.contact-title{
		font-size:18px;
		line-height:20px;
	}
	
	.contact-main{
		font-size:15px;
	}
	
	.inner-list li{
		font-size:14px;
	}
	
	.text-common img{
		width:75px;
	}
	
	.cta-title img,
	.inner-title img{
		width:140px;
	}
	
	.thankyou-sec img,
	.error404 .page-content img{
		width:200px;
	}


}

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

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



}
 