@charset "utf-8";
/* CSS Document */
body{ 
  width:100%;
  padding:0; 
  margin:0; 
  background:#fff; 
  overflow-x: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;
}

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

button:focus{
  outline:none;
}

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

@font-face {
  font-family: 'Belugia';
  src: url('../fonts/Belugia.eot');
  src: url('../fonts/Belugia.eot?#iefix') format('embedded-opentype'),
      url('../fonts/Belugia.woff2') format('woff2'),
      url('../fonts/Belugia.woff') format('woff'),
      url('../fonts/Belugia.ttf') format('truetype'),
      url('../fonts/Belugia.svg#Belugia') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

/* ===== common css ====== */
.btn1{
  font-size:16px;
  color:#fff;
  line-height:18px;
  letter-spacing:.03em;
  background:#e98a01;
  border-radius:0 30px 30px 30px;
  padding:15px 30px;
}

.btn1:hover{
  background:#183965;
  color:#fff;
}

.btn2{
  font-size:16px;
  color:#fff;
  line-height:18px;
  letter-spacing:.03em;
  background:#183965;
  border-radius:30px 0 30px 30px;
  padding:15px 30px;
}

.btn2:hover{
  background:#e98a01;
  color:#fff;
}

.common_paragraph{
  font-size:16px;
  color:#050505;
  line-height:26px;
  letter-spacing:.03px;
  margin-bottom:20px;
}

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

.head_top{
  padding:15px 0;
  transition:all 500ms ease-in-out; 
}

.head_logo{
  width:140px;
  transition:all 500ms ease-in-out; 
}

.head_contact li a{
  font-size:17px;
  color:#020202;
  line-height:20px;
  font-weight:500;
  letter-spacing:.03em;
}

.head_contact li a:hover{
  color:#e98a01;
}

.head_bottom{
  background:#e98a01;
  padding:18px 0;
  transition:all 500ms ease-in-out;
}

.head_language select{
  background:url(../images/down-arrow002.png) no-repeat right 20px center, #6a965e;
  border:none;
  border-radius:30px;
  font-size:16px;
  color:#fff;
  line-height:18px;
  font-weight:500;
  -webkit-appearance:none;
  -moz-appearance:none;
  appearance:none;
  padding:12px 20px;
}

@media screen and (min-width:992px){
  .navbar-default.navbar-fixed .head_top{
    box-shadow:0 4px 6px rgba(0,0,0,.15);
    padding:12px 0;
  }

  .navbar-default.navbar-fixed .head_logo{
    width:110px;
  }

  .navbar-default.navbar-fixed .head_bottom{
    opacity:0;
    visibility:hidden;
  }

}

.home_banner{
  background:url(../images/banner-bg.jpg) no-repeat center top;
  background-size:cover;
  margin-top:210px;
  padding:60px 0;
}

.home_banner:before,
.page .entry-header:before,
.error404 .page-header:before{
  content:"";
  position:absolute;
  width:100%;
  height:100%;
  background:linear-gradient(to right, rgba(122,152,53,.85) , rgba(242,245,234,.85));
  left:0;
  top:0;
}

.banner_sm_heading{
  font-size:22px;
  line-height:30px;
  font-weight:500;
  letter-spacing:.03em;
  text-shadow:2px 2px 2px rgba(0,0,0,.6);
  margin-bottom:10px;
}

.banner_big_heading{
  font-family: 'Belugia';
  font-size:47px;
  line-height:52px;
  text-shadow:2px 2px 2px rgba(0,0,0,.6);
  margin-bottom:20px;
}

.banner_img img{
  border-radius:50%;
  box-shadow:2px 2px 4px 2px rgba(0,0,0,.3);
}

.who_serv_sec,
.h_form_block,
.about_sec,
.choose_panel,
.gallery_block{
  padding:60px 0;
}

.whoserv_bg_heading{
  font-family: 'Belugia';
  font-size:34px;
  color:#183965;
  line-height:42px;
  margin-bottom:20px;
}

.about_big_heading,
.serv_big_heading,
.h_cta_heading,
.choose_big_heading,
.gallery_big_heading{
  font-family: 'Belugia';
  font-size:46px;
  color:#183965;
  line-height:52px;
  margin-bottom:20px;
}

.who_serv_box{
  background:#ffdaa5;
  border:4px solid #fff;
  box-shadow:1px 1px 4px 1px rgba(0,0,0,.15);
  border-radius:25px 0 25px 25px;
  padding:25px 15px;
}

.who_serv_sec .rt_side .col-lg-3:nth-child(2n) .who_serv_box{
  background:#e6f4ca;
}

.who_serv_box .icon{
  width:70px;
  height:70px;
  line-height:64px;
  background:#fff;
  border:2px solid #e98a01;
  border-radius:50%;
  text-align:center;
  margin:0 auto;
}

.who_serv_sec .rt_side .col-lg-3:nth-child(2n) .who_serv_box .icon{
  border-color:#709127;
}

.whoserv_heading{
  font-size:20px;
  color:#010101;
  line-height:28px;
  font-weight:600;
  margin-top:16px;
}

.h_form_block{
  background:url(../images/h-form-bg.png) no-repeat center center, linear-gradient(to right, #eb910e , #febe62);
  background-size:cover, auto;
}

.about_image{
  background:url(../images/leaf-img01.png) no-repeat right 50px top, url(../images/leaf-img02.png) no-repeat left 65px bottom;
  background-size:60px, 60px;
}

.about_image img{
  border-radius:0 200px;
}

.about_sm_heading{
  font-size:22px;
  color:#060606;
  line-height:24px;
  font-weight:500;
  letter-spacing:.04em;
  margin-bottom:10px;
}

.about_big_heading{
  color:#040404;
}

.about_big_heading span,
.choose_big_heading span,
.gallery_big_heading{
  color:#e98a01;
}

.about_big_heading span.green{
  color:#6a965e;
}

.about_big_heading span.blue{
  color:#183965;
}

.serv_block{
  padding-bottom:60px;
}

.serv_top{
  margin-bottom:35px;
}

.serv_big_heading span{
  color:#464646;
}

.service_box{
  background:#e98a01;
  border-radius:210px 210px 0 0;
  padding:10px 10px 25px 10px;
}

.serv_bottom .col-lg-4:nth-child(2n) .service_box{
  background:#6a965e;
}

.serv_bottom .col-lg-4:nth-child(3n) .service_box{
  background:#183965;
}

.serv_img img{
  border-radius:50%;
}

.serv_title,
.choose_title{
  font-size:22px;
  line-height:28px;
  font-weight:600;
  letter-spacing:.02em;
  margin:20px 0 15px;
}

.h_cta_sec{
  background:url(../images/h-cta-bg.png) no-repeat center center, linear-gradient(to right, #71a065 , #a7e297);
  padding:40px 0;
}

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

.choose_image{
  background:url(../images/leaf-img03.png) no-repeat left 65% top, url(../images/leaf-img04.png) no-repeat left 45% bottom;
  background-size:60px, 60px;
}

.choose_list .thumb{
  background:url(../images/right-arrow01.png) no-repeat left 5px;
  margin-bottom:15px;
  padding-left:35px;
}

.choose_list .thumb:last-child{
  margin-bottom:0;
}

.choose_title{
  margin:0 0 8px;
}

.h_cta_block{
	background:#f7f7f7;
}

.footer_top{
  background:linear-gradient(to bottom, #e98a01, #ea8b02);
  padding:50px 0 45px;
}

.abn_text{
  font-size:20px;
  line-height:22px;
  font-weight:600;
  letter-spacing:.02em;
}

.gallery_block .rl-gallery-item{
	border:2px solid #6a965e;
	border-radius:100px 0;
}

.footer_title{
  font-size:26px;
  line-height:28px;
  font-weight:600;
  letter-spacing:.02em;
  margin-bottom:20px;
}

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

.footer_link li a{
  font-size:17px;
  color:#fff;
  line-height:20px;
  letter-spacing:.03em;
}

.footer_link li a:hover,
.footer_contact li .text a:hover{
  color:#183965;
}

.footer_contact li .icon{
  display:inline-block;
  background:#183965;
  width:35px;
  height:35px;
  line-height:32px;
  text-align:center;
  border-radius:0 20px;
}

.footer_contact li .text{
  font-size:18px;
  color:#fff;
  line-height:24px;
  font-weight:500;
  letter-spacing:.03em;
}

.footer_contact li .text a{
  color:#fff;
}

.footer_bottom{
  padding:35px 0;
}

.footer_bottom .common_paragraph span,
.footer_bottom .common_paragraph a{
  color:#6a965e;
  font-weight:600;
}

.footer_bottom .common_paragraph a{
  color:#183965;
}

#back-button {
  display:inline-block;
  background-color:#183965;
  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-bg.jpg) no-repeat center top;
  background-size:cover;
  margin-top:210px !important;
  padding:130px 0 120px !important;
  position:relative;
}

.page .entry-header .entry-title,
.error404 .page-header .page-title{
  font-family: 'Belugia';
  font-size:50px;
  color:#fff;
  line-height:58px;
  letter-spacing:.02em;
  text-shadow:2px 2px 2px rgba(0,0,0,.6);
  position:relative;
}

.inner_cont_sec .section .icon{
  width:75px;
  height:75px;
  background:#183965;
  line-height:75px;
  border-radius:20px 0 20px 20px;
  text-align:center;
}

.inner_cont_sec .section .text{
  width: 75%;
}

.contact-title{
  font-size:24px;
  color:#030303;
  line-height:30px;
  font-weight:600;
  letter-spacing:.03em;
}

.contact-main{
  font-size:16px;
  color:#020202;
  line-height:22px;
}

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

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

.inner_cont_sec .form_block{
  background:linear-gradient(to right, #eb910e , #febe62);
}

.contact_form .block{
  margin-bottom:15px;
}

.contact_form .block p{
  margin-bottom:0;
}

.contact_form .block label{
  font-size:16px;
  color:#010101;
  line-height:22px;
  font-weight:500;
  margin-bottom:10px;
}

.contact_form .block .form-control{
  height:52px;
  border-radius:12px;
  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:130px;
  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:18px;
  color:#fff;
  line-height:20px;
  font-weight:500;
  letter-spacing:.03em;
  text-transform:inherit;
  background:#183965;
  border:none;
  border-radius:0 30px 30px;
  text-align:center;
  padding:14px 30px;
}

.contact_form .block .btn:hover{
  background:#6a965e;
  color:#fff;
}

.contact_form .block .wpcf7-spinner,
.van_booking_form .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:#010101;
  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_bg_title{
  font-family: 'Belugia';
  font-size:48px;
  color:#0f1540;
  line-height:56px;
  letter-spacing:.02em;
}

.inner_bg_title strong,
.cta_bg_title strong{
  color:#E98A01;
}

.inner_sm_title{
  font-family: 'Belugia';
  font-size:26px;
  color:#020202;
  line-height:34px;
  letter-spacing:.03em;
}

.inner_list li{
  font-size:16px;
  color:#050505;
  line-height:26px;
  font-weight:500;
  letter-spacing:.03em;
  background:url(../images/tick-icon001.png) no-repeat left 5px;
  margin-bottom:10px;
  padding-left:28px;
}

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

.sec_bg_color{
  background:#f5f5f5;
}

.cta_bg_title{
  font-family: 'Belugia';
  font-size:46px;
  color:#0f1540;
  line-height:54px;
  letter-spacing:.02em;
}

.cta_bg_title:after{
  content:"";
  position:absolute;
  width:61px;
  height:2px;
  background:#e98a01;
  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;
  letter-spacing:.02em;
  background:#183965;
  padding:15px 20px;
}

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

.accordion-item{
	border:1px solid rgba(0,0,0,.15) !important;
	margin-bottom:10px;
}

.accordion-item:last-child{
	margin-bottom:0;
}

.accordion-button{
	font-size:18px;
	color:#1c1c1c;
	line-height:25px;
	font-weight:500;
	letter-spacing:.03em;
	text-transform:inherit;
	padding:14px 20px;
}

.accordion-button:focus{
	box-shadow:none;
}

.accordion-button[aria-expanded="true"],
.accordion-button:hover{
	background:#183965;
	color:#fff;
}

.accordion-button[aria-expanded="true"]:after,
.accordion-button:hover:after{
	filter:invert(100%) sepia(0%) saturate(1%) hue-rotate(306deg) brightness(200%) contrast(101%);
}

.accordion-item:first-of-type,
.accordion-item:first-of-type .accordion-button{
	border-top-left-radius:0;
  	border-top-right-radius:0;
}

.accordion-item:last-of-type,
.accordion-item:last-of-type .accordion-button.collapsed{
	border-bottom-right-radius:0;
  	border-bottom-left-radius:0;
}

.serv_inner_title{
	font-size:22px;
	color:#020202;
	line-height:28px;
	font-weight:600;
	letter-spacing:.02em;
}

.serv_icon_box{
	min-height:375px;
}

.inner_serv_block .serv_title{
	min-height:56px;
}

#rmp-menu-wrap-53 .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){
	.serv_icon_box{
		min-height:400px;
	}


}

@media screen and (max-width:991px){
  .head_top{
    box-shadow:0 4px 6px rgba(0,0,0,.15);
    padding:12px 0;
  }

  .head_logo{
    width:90px;
  }

  .head_language{
    padding-right:60px;
  }

  .home_banner{
    margin-top:105px;
  }

  .footer_bottom{
    padding-bottom:70px;
  }

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

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

  
}

@media screen and (max-width:767px){
  .home_banner{
    padding:30px 0;
  }

  .banner_sm_heading{
    font-size:18px;
    line-height:25px;
  }

  .banner_big_heading,
  .page .entry-header .entry-title, 
  .error404 .page-header .page-title{
    font-size:30px;
    line-height:35px;
    margin-bottom:12px;
  }

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

  .banner_content .common_paragraph{
    text-shadow:2px 2px 2px rgba(0,0,0,.6);
  }

  .btn1,
  .btn2,
  .contact_form .block .btn{
    font-size:14px;
    line-height:16px;
    padding:12px 20px;
  }

  .who_serv_sec, 
  .h_form_block, 
  .about_sec, 
  .choose_panel, 
  .gallery_block,
  .h_cta_sec{
    padding:30px 0;
  }

  .whoserv_bg_heading, 
  .about_big_heading, 
  .serv_big_heading, 
  .h_cta_heading, 
  .choose_big_heading, 
  .gallery_big_heading,
  .inner_bg_title,
  .cta_bg_title{
    font-size:28px;
    line-height:32px;
    margin-bottom:16px;
  }

  .whoserv_heading{
    font-size:18px;
    line-height:26px;
  }

  .contact_form .block .form-control{
    height:44px;
    font-size:15px;
  }

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

  .about_image{
    background-position:right 10px top, 20px bottom;
  }

  .about_image img{
    border-radius:0 120px;
  }

  .about_sm_heading,
  .abn_text{
    font-size:18px;
    line-height:20px;
  }

  .serv_block{
    padding-bottom:30px;
  }

  .serv_top{
    margin-bottom:22px;
  }

  .service_box{
    border-radius:280px 280px 0 0;
  }

  .serv_title, 
  .choose_title{
    font-size:20px;
    line-height:28px;
  }

  .footer_top{
    padding:30px 0;
  }

  .footer_logo{
    width:130px;
  }

  .footer_title{
    font-size:20px;
    line-height:22px;
    margin-bottom:16px;
  }

  .footer_link li a{
    font-size:15px;
    line-height:18px;
  }

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

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

  .footer_contact li .text{
    font-size:16px;
    line-height:22px;
  }

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

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

  .thankyou_section img,
  .error404 .page-content img{
    width:200px;
  }
	
	.inner_cont_sec .section .icon{
		width:62px;
		height:62px;
		line-height:62px;
	}
	
	.contact-title{
		font-size:20px;
		line-height:26px;
	}
	
	.contact-main{
		font-size:15px;
		word-break:break-all;
	}
	
	.inner_sm_title{
		font-size:22px;
		line-height:28px;
	}
	
	.inner_list li{
		font-size:14px;
		line-height:22px;
	}
	
	.gallery_block .rl-gallery-item{
		border-radius:20px 0;
	}
	
	.accordion-button{
		font-size:16px;
		line-height:24px;
	}
	
	.serv_icon_box,
	.inner_serv_block .serv_title{
		min-height:auto;
	}
	
	.serv_inner_title{
		font-size:20px;
		line-height:26px;
	}
  
}

@media screen and (max-width:575px){


  
}
