@charset "utf-8";
/* CSS Document */
body{ 
  width:100%;
  padding:0; 
  margin:0; 
  background:#fff;
  overflow:hidden;
  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,
.common_btn2{
  font-size:16px;
  color:#fff;
  line-height:18px;
  background:#6d2c62;
  border-radius:30px;
  padding:15px 30px;
  position:relative;
  overflow:hidden;
  z-index:999;
}

.common_btn:before,
.common_btn2:before{
  content:"";
  position:absolute;
  width:0;
  height:0;
  background:#314415;
  left:0;
  right:0;
  top:0;
  bottom:0;
  margin:auto;
  z-index:-1;
  transition:all 500ms ease-in-out;
}

.common_btn:hover:before,
.common_btn2:hover:before{
  width:100%;
  height:100%;
}

.common_btn:hover,
.common_btn2:hover{
  color:#fff;
}

.common_btn2{
  background:#314415;
}

.common_btn2:before{
  background:#6d2c62;;
}

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

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

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

.header_contact li a{
  color:#fff;
}

.header_contact li a:hover{
  color:#89b93f;
}

.header_bottom{
  background:#89b93f;
}

.header_bottom:before{
  content:"";
  position:absolute;
  width:18%;
  height:100%;
  background:#fff;
  left:0;
  top:0;
}

.header_logo{
  background:#fff;
  padding:10px 0;
}

.header_logo img{
  width:238px;
  transition:all 600ms ease-in-out; 
}

.header_link ul li a{
  background:url(../images/nav-icon01.png) no-repeat left center;
}

.header_link ul li:nth-child(2) a{
  background:url(../images/nav-icon02.png) no-repeat left center;
}

.header_link ul li:nth-child(3) a{
  background:url(../images/nav-icon03.png) no-repeat left center;
}

.header_link ul li:nth-child(4) a{
  background:url(../images/nav-icon04.png) no-repeat left center;
}

.header_link ul li:nth-child(5) a{
  background:url(../images/nav-icon05.png) no-repeat left center;
}

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

  .navbar-default.navbar-fixed .header_bottom{
    box-shadow:0 4px 5px rgba(0,0,0,.15);
  }

  .navbar-default.navbar-fixed .header_logo img{
    width:180px;
  }

}

.home_banner{
  margin-top:188px;
}

.home_banner:after{
  content:"";
  position:absolute;
  width:74%;
  height:20px;
  background:#89b93f;
  right:0;
  bottom:-20px;
}

.home_banner .desc{
  left:0;
  bottom:20%;
}

.banner_content{
  width:700px;
  max-width:100%;
}

.banner_sm_title{
  font-size:20px;
  line-height:22px;
  font-weight:500;
  padding-bottom:12px;
}

.banner_bg_title{
  font-size:52px;
  line-height:60px;
  padding-bottom:25px;
}

.about_panel{
  padding:80px 0 100px;
}

.about_img{
  z-index:999;
}

.about_img:after{
  content:"";
  position:absolute;
  width:258px;
  height:380px;
  background:url(../images/dott-img01.png) no-repeat left top;
  background-size:cover;
  right:-35px;
  top:50px;
  z-index:-1;
}

.about_sm_img{
  position:absolute;
  width:280px;
  border:3px solid #fff;
  box-shadow:0 4px 12px rgba(0,0,0,.3);
  right:-35px;
  bottom:-40px;
}

.about_sm_title,
.service_sm_title,
.choose_sm_title,
.testimonial_sm_title,
.form_sm_title{
  font-size:22px;
  color:#6d2c62;
  line-height:24px;
  font-weight:500;
  margin-bottom:12px;
  padding-bottom:10px;
}

.about_sm_title:after{
  content:"";
  position:absolute;
  width:60px;
  height:1px;
  background:#6d2c62;
  left:0;
  bottom:0;
}

.about_bg_title,
.service_bg_title,
.choose_bg_title,
.testimonial_bg_title,
.form_bg_title{
  font-size:48px;
  color:#8ab940;
  line-height:56px;
  padding-bottom:20px;
}

.about_bg_title span{
  display:block;
  font-size:40px;
  color:#060506;
  line-height:48px;
}

.about_md_title{
  font-size:32px;
  color:#060506;
  line-height:40px;
  font-weight:600;
  padding-bottom:25px;
}

.about_md_title span{
  font-size:45px;
  color:#723266;
  line-height:42px;
  font-weight:700;
}

.mission_panel{
  padding-bottom:60px;
}

.mission_box{
  background:url(../images/mission-box-bg.png) no-repeat right top, #8ab940;
  height:100%;
  box-shadow:0 7px 7px rgba(0,0,0,.4);
  padding:30px;
}

.mission_panel .col-lg-4:nth-child(2) .mission_box{
  background-color:#6d2c62;
}

.mission_title{
  font-size:32px;
  line-height:38px;
  padding-bottom:20px;
}

.mission_list li{
  font-size:16px;
  color:#fff;
  line-height:24px;
  background:url(../images/tick-icon01.png) no-repeat left 5px;
  margin-bottom:10px;
  padding-left:28px;
}

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

.service_panel,
.choose_panel,
.testimonial_panel,
.home_form{
  background:url(../images/service-bg.jpg) no-repeat center center;
  background-size:cover;
  padding:60px 0;
}

.service_bg_title,
.testimonial_bg_title{
  color:#314415;
  padding-bottom:35px;
}

.service_box{
  background:#fff;
  border-radius:20px;
  padding:20px;
  transition:all 300ms ease-in-out;
}

.service_box:hover{
  transform:translateY(-15px);
  box-shadow:0 4px 12px rgba(0,0,0,.2);
}

.service_box img{
  border-radius:0 0 20px 20px;
}

.service_content{
  min-height:350px;
}

.service_title{
  font-size:22px;
  color:#090908;
  line-height:28px;
  font-weight:600;
  padding:25px 0 15px;
}

.service_box .common_btn2{
  padding:12px 20px;
}

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

.choose_sm_title{
  color:#729d31;
}

.choose_bg_title{
  color:#79356c;
}

.choose_bg_title span{
  font-size:60px;
  color:#4c1f44;
  line-height:68px;
}

.choose_content .section{
  border-bottom:1px solid #729d31;
  background:url(../images/tick-icon02.png) no-repeat left 5px;
  margin-bottom:20px;
  padding-bottom:20px;
  padding-left:40px;
}

.choose_content .section:last-child{
  border-bottom:none;
  margin-bottom:0;
  padding-bottom:0;
}

.choose_title{
  font-size:22px;
  color:#323232;
  line-height:30px;
  font-weight:600;
  padding-bottom:10px;
}

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

.testimonial_box .sp-testimonial-free{
  background:#f2f2f2 !important;
  padding:30px;
}

.testimonial_box .sp-testimonial-content p{
  font-size:18px !important;
  color:#010101;
  line-height:26px !important;
  padding:0 !important;
}

.testimonial_box .sp-testimonial-client-name{
  font-size:25px !important;
  color:#6d2c62 !important;
  line-height:28px !important;
  font-weight:700 !important;
  font-style:italic !important;
}

.home_form{
  background:url(../images/h-form-bg.png) no-repeat left center, #f2f2f2;
  background-size:contain;
}

.h_map_box{
  line-height:0;
}

.h_map_box iframe{
  width:100%;
  height:430px;
  margin-bottom:0;
}

#footer{
  background:#f7f6f6;
  padding:50px 0 25px;
}

.footer_top{
  border-bottom:1px solid #86b640;
  margin-bottom:25px;
  padding-bottom:40px;
}

.footer_title{
  font-size:24px;
  color:#5a204f;
  line-height:26px;
  font-weight:700;
  padding-bottom:22px;
}

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

.footer_link li:last-child,
.footer_contact li:last-child{
  margin-bottom:0;
}

.footer_link li a,
.footer_contact li{
  font-size:16px;
  color:#020202;
  line-height:18px;
  font-weight:500;
}

.footer_link li a:hover,
.footer_contact li a:hover,
.footer_bottom .text-common a{
  color:#6a8e32;
}

.footer_contact li{
  margin-bottom:15px;
}

.footer_contact li .icon{
  display:inline-block;
  width:20px;
  text-align:center;
  margin-right:10px;
}

.footer_contact li .text{
	display:inline-block;
	width:90%;
	vertical-align:middle;
}

.footer_contact li a{
  color:#020202;
}

.abn_text{
  font-size:22px;
  color:#020202;
  line-height:24px;
  font-weight:600;
  padding-top:30px;
}

.footer_bottom .text-common span{
  color:#6d2c64;
  font-weight:600;
}

#back-button {
  display:inline-block;
  background-color:#6d2c62;
  width:50px;
  height:50px;
  line-height:50px;
  text-align:center;
  border-radius:10px;
  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:188px !important;
  padding:160px 0 120px !important;
}

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

.thumb-conatct .section .icon{
  width:80px;
  height:80px;
  background:#6d2c62;
  line-height:80px;
  border-radius:10px;
  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:#020202;
  font-weight:500;
}

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

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

.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:0;
  border:none;
  background:#fff;
  font-size:16px;
  color:#020202;
  line-height:20px;
  padding:10px 20px;
}

.contact_form .block .form-control::placeholder{
  color:#020202;
  opacity:1;
}

.contact_form .block .form-control::-ms-input-placeholder{
  color:#020202;
}

.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-arrow02.png) no-repeat 95% 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:500;
  text-transform:inherit;
  background:#813a75;
  border-radius:30px;
  padding:13px 30px;
}

.contact_form .block .btn:hover{
  background:#314415;
  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;
}

.contact_map{
  line-height:0;
}

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

.inner_title{
  font-size:46px;
  color:#020202;
  line-height:54px;
  font-weight:700;
}

.inner_title strong,
.cta-title strong{
  color:#6d2c62;
}

.inner-sm-title{
  font-size:26px;
  color:#010101;
  line-height:34px;
  font-weight:600;
}

.inner_list li{
  font-size:16px;
  color:#242424;
  line-height:24px;
  font-weight:500;
  background:url(../images/tick-icon02.png) no-repeat left 5px;
  background-size:17px;
  margin-bottom:10px;
  padding-left:28px;
}

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

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

.about-inner-title{
	font-size:22px;
	color:#010101;
	line-height:28px;
	font-weight:600;
}

.bg-color{
  background:#f4f4f4;
}

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

.cta-title:after{
  content:"";
  position:absolute;
  width:61px;
  height:2px;
  background:#89b93f;
  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:#6d2c62;
  padding:15px 20px;
}

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

#rmp-menu-wrap-40 .rmp-submenu-depth-1 .rmp-menu-item-link{
    height:auto !important;
    line-height:20px !important;
    margin:10px 0 !important;
    padding-bottom:10px;
}

@media screen and (max-width:1366px){
  .service_content{
    min-height:375px;
  }

  .testimonial_box .sp-testimonial-free{
    min-height:365px;
  }

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

}

@media screen and (max-width:991px){
  .header_bottom{
    background:#fff;
    box-shadow:0 4px 6px rgba(0,0,0,.1);
  }

  .header_logo img{
    width:160px;
  }

  .home_banner{
    margin-top:97px;
  }

  #footer{
    padding-bottom:70px;
  }

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

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

  
}

@media screen and (max-width:767px){
  .home_banner:after{
    height:10px;
    bottom:-10px;
  }

  .home_banner img.big{
    height:360px;
    object-fit:cover;
  }

  .home_banner .desc{
    bottom:7%;
  }

  .banner_sm_title{
    font-size:18px;
    line-height:24px;
  }

  .banner_bg_title,
  .page .entry-header .entry-title, 
  .error404 .page-header .page-title{
    font-size:30px;
    line-height:38px;
    padding-bottom:16px;
  }

  .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{
    padding:45px 0 35px;
  }

  .about_sm_title, 
  .service_sm_title, 
  .choose_sm_title, 
  .testimonial_sm_title, 
  .form_sm_title{
    font-size:20px;
    line-height:22px;
  }

  .about_bg_title, 
  .service_bg_title, 
  .choose_bg_title, 
  .testimonial_bg_title, 
  .form_bg_title,
  .inner_title,
  .cta-title{
    font-size:28px;
    line-height:35px;
    padding-bottom:15px;
  }
	
	.inner-sm-title,
	.about-inner-title{
		font-size:20px;
		line-height:28px;
	}
	
	.inner_list li{
		font-size:14px;
		line-height:22px;
	}

  .about_bg_title span{
    font-size:22px;
    line-height:30px;
  }

  .about_md_title{
    font-size:22px;
    line-height:30px;
  }

  .about_md_title span{
    font-size:30px;
    line-height:35px;
  }

  .mission_panel{
    padding-bottom:35px;
  }

  .mission_box{
    height:auto;
    padding:25px;
  }

  .mission_title{
    font-size:24px;
    line-height:26px;
    padding-bottom:15px;
  }

  .service_panel, 
  .choose_panel, 
  .testimonial_panel, 
  .home_form{
    padding:35px 0;
  }

  .service_content{
    min-height:auto;
  }

  .service_title{
    font-size:20px;
    line-height:26px;
  }

  .choose_bg_title span{
    font-size:34px;
    line-height:38px;
  }

  .choose_title{
    font-size:18px;
    line-height:24px;
  }

  .testimonial_box .sp-testimonial-free{
    padding:20px;
  }

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

  .testimonial_box .sp-testimonial-client-name{
    font-size:22px !important;
    line-height:24px !important;
  }

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

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

  .h_map_box iframe{
    height:260px;
  }

  #footer{
    padding-top:30px;
  }

  .footer_top{
    padding-bottom:25px;
  }

  .footer_logo{
    width:160px;
  }

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

  .footer_link li a, 
  .footer_contact li{
    font-size:14px;
  }

  .abn_text{
    font-size:18px;
    line-height:20px;
    padding-top:20px;
  }

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

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

  .thankyou-sec img,
  .error404 .page-content img{
    width:220px;
  }
	
	.serv-inner-box{
		min-height:auto;
	}
	
	.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:22px;
	}

  
}

@media screen and (max-width:575px){
  .home_banner img.big{
    height:430px;
  }

  .home_banner .desc{
    bottom:4%;
  }

  .about_sm_img{
    width:160px;
  }

  .about_img:after{
    width:160px;
    height:200px;
  }

  .testimonial_box .sp-testimonial-free{
    min-height:auto;
  }
	
	.footer_contact li .text{
		width:88%;
	}


  
}
