@charset "utf-8";
/* CSS Document */
body{ 
  width:100%;
  padding:0; 
  margin:0; 
  background:#fff;
  overflow-x:hidden;
  color:#fff; 
  font-family: "Exo 2", 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-family: 'Poppins', sans-serif;
  font-size:16px;
  color:#fff;
  line-height:18px;
  background:#e24c0a;
  padding:15px 30px;
}

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

.common_btn2{
  font-family: 'Poppins', sans-serif;
  font-size:16px;
  color:#fff;
  line-height:18px;
  background:#662828;
  padding:15px 30px;
}

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

.text-common{
  font-family: 'Poppins', sans-serif;
  font-size:16px;
  color:#000;
  line-height:26px;
  margin-bottom:0;
  padding-bottom:20px;
}

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

.hd-logo{
  width:114px;
  padding:10px 0;
  transition:all 600ms ease-in-out; 
}

.hd-contact{
  border:1px solid #f5a54a;
  border-radius:40px;
  margin-top:45px;
  padding:12px 25px;
  transition:all 600ms ease-in-out; 
}

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

.hd-contact li a{
  font-family: 'Poppins', sans-serif;
  font-size:16px;
  color:#060000;
  line-height:18px;
  font-weight:500;
}

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

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

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

  .navbar-default.navbar-fixed .hd-link ul li a{
    padding-top:50px;
  }
	
  .navbar-default.navbar-fixed .hd-link ul li li a{
	padding-top:0;
  }

  .navbar-default.navbar-fixed .hd-contact{
    margin-top:24px;
  }

}

.home-banner{
  margin-top:230px;
  padding-bottom:50px;

}

.banner-sm-title{
  font-size:24px;
  color:#ab4f30;
  line-height:26px;
  font-weight:600;
  padding-bottom:10px;
}

.banner-bg-title{
  font-size:48px;
  color:#6e3c3c;
  line-height:56px;
  font-weight:800;
  padding-bottom:20px;
}

.or-text{
  position:absolute;
  width:48px;
  height:48px;
  font-size:22px;
  color:#000;
  line-height:38px;
  font-weight:600;
  background:#bd5834;
  border:3px solid #c4b1b1;
  text-align:center;
  border-radius:50%;
  left:90px;
  top:0;
}

.about-panel,
.service-panel,
.choose-panel,
.testimonial-panel{
  background:#f7f7f7;
  padding:60px 0;
}

.about-img img{
  border-radius:180px 0;
}

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

.about-bg-title,
.service-bg-title,
.choose-bg-title,
.h-form-title,
.get-bg-title,
.testimonial-bg-title,
.faq-bg-title{
  font-size:45px;
  color:#d45920;
  line-height:54px;
  font-weight:800;
  padding-bottom:20px;
}

.about-md-title{
  font-size:28px;
  color:#662828;
  line-height:30px;
  font-weight:700;
  padding-bottom:12px;
}

.about-btn{
  font-family: 'Poppins', sans-serif;
  font-size:16px;
  color:#101010;
  line-height:18px;
  font-weight:500;
  border:2px solid #e24c0a;
  border-radius:0 0 20px 0;
  padding:12px 25px;
}

.about-btn:hover{
  background:#e24c0a;
  color:#fff;
  border-radius:20px 0;
}

.service-panel{
  background:#fff;
}

.service-bg-title,
.faq-bg-title{
  color:#3d1818;
  padding-bottom:35px;
}

.service-box .top{
  background:#fde5d7;
  border-radius:0 130px 0 0;
}

.service-box img{
  border-radius:0 130px;
  border:2px dotted #e24c0a;
  box-shadow:0 4px 8px rgba(0,0,0,.4);
}

.service-title{
  font-size:22px;
  color:#000;
  line-height:28px;
  font-weight:700;
  padding:25px 15px;
}

.service-btn{
  font-family: 'Poppins', sans-serif;
  font-size:16px;
  color:#fff !important;
  line-height:18px;
  font-weight:500;
  background:#e8723e;
  padding:14px 35px;
}

.service-btn:hover{
  background:#662828;
}

.choose-panel{
  background:url(../images/choose-bg.jpg) no-repeat center center;
  background-size:cover;
  padding-bottom:120px;
}

.choose-sm-title{
  color:#ff5400;
}

.choose-btn a{
  font-family: 'Poppins', sans-serif;
  font-size:18px;
  color:#fff !important;
  line-height:20px;
  font-weight:500;
  background:#66282a;
  border:2px solid #e8723e;
  border-radius:30px;
  padding:16px 35px;
}

.choose-btn a:hover{
  background:#e8723e;
}

.choose-panel .lower-panel .col-lg-3{
  border-right:1px solid #fff;
}

.choose-panel .lower-panel .col-lg-3:last-child{
  border-right:none;
}

.choose-icon{
  display:inline-block;
}

.choose-title{
  display:inline-block;
  vertical-align:middle;
  width:71%;
  font-size:19px;
  line-height:25px;
  font-weight:500;
  padding-left:12px;
}

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

.h-form-box{
  background:#fde5d7;
  border-radius:40px;
  padding:40px;
}

.h-form-title span{
  color:#000;
  font-weight:700;
}

.form-rt-box{
  background:url(../images/form-rt-img01.png) no-repeat right bottom, url(../images/form-rt-bg.jpg) no-repeat center left;
  background-size:auto, cover;
  border-radius:40px;
  height:100%;
  overflow:hidden;
  padding:40px;
}

.testimonial-panel{
  background:#66282a;
}

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

.testimonial-box .sp-testimonial-content p{
  font-size:20px !important;
  color:#fff;
  line-height:28px !important;
  font-weight:500 !important;
}

.testimonial-box .sp-testimonial-client-name{
  display:inline-block;
  font-size:26px !important;
  color:#fff !important;
  line-height:28px !important;
  font-weight:700 !important;
  position:relative;
  margin-bottom:0 !important;
  padding-left:40px !important;
}

.testimonial-box .sp-testimonial-client-name:before{
  content:"";
  position:absolute;
  width:30px;
  height:2px;
  background:#fff;
  left:0;
  top:0;
  bottom:0;
  margin:auto 0;
}

.faq-panel{
  background:url(../images/tes-btm-bg.png) no-repeat center top;
  padding:100px 0 60px;
}

.faq-panel .accordion-item{
  border:1px solid #f6bc5c;
  margin-bottom:10px;
}

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

.faq-panel .accordion-item button{
  font-size:18px;
  color:#040404;
  line-height:25px;
  font-weight:600;
  box-shadow:none;
  width:100%;
  padding:14px 20px;
}

.faq-panel .accordion-item button[aria-expanded="true"],
.faq-panel .accordion-item button:hover{
  background:#f6bc5c;
}

.faq-panel .accordion-item button:focus{
  box-shadow:none;
  background-color:transparent;
}

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

.faq-panel .accordion-item button[aria-expanded="true"]:after,
.faq-panel .accordion-item button:hover:after{
  filter: invert(99%) sepia(6%) saturate(0%) hue-rotate(284deg) brightness(200%) contrast(100%);
}

.footer-top{
  background:url(../images/footer-bg.jpg) no-repeat center top;
  background-size:cover;
  padding:50px 0 35px;
}

.footer-title{
  font-size:24px;
  line-height:26px;
  font-weight:700;
  padding-bottom:22px;
}

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

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

.ft-link li a,
.ft-contact-main{
  font-family: 'Poppins', sans-serif;
  font-size:16px;
  color:#fff;
  line-height:18px;
}

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

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

.ft-contact .section .icon{
  display:inline-block;
  width:20px;
}

.ft-contact .section .text{
  display:inline-block;
  width:85%;
  vertical-align:top;
  padding-left:10px;
}

.ft-contact-title{
  font-size:18px;
  color:#fff;
  line-height:20px;
  font-weight:700;
  padding-bottom:6px;
}

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

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

#back-button {
  display:inline-block;
  background-color:#e24c0a;
  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/inner-banner01.jpg) no-repeat left top;
  background-size:cover;
  margin-top:168px !important;
  padding:160px 0 120px !important;
}

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

.thumb-conatct .section .icon{
  width:80px;
  height:80px;
  background:#e24c0a;
  line-height:80px;
  border-radius:15px 0;
  text-align:center;
}

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

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

.contact-main{
  font-family: 'Poppins', sans-serif;
  font-size:17px;
  color:#000;
  line-height:24px;
}

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

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

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

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

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

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

.contact-form .block .form-control{
  font-family: 'Poppins', sans-serif;
  height:46px;
  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: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-family: 'Poppins', sans-serif;
  font-size:16px;
  color:#fff;
  line-height:18px;
  font-weight:500;
  text-transform:inherit;
  background:#e24c0a;
  border-radius:0;
  padding:13px 30px;
}

.contact-form .block .btn:hover{
  background:#662828;
  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:36px;
  color:#040105;
  line-height:44px;
  font-weight:700;
}

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

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

.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:28px;
}

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

.about-inner-box{
  min-height:250px;
}

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

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

.accommodation-service .serv-inner-box{
  min-height:245px;
}

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

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

[data-aos][data-aos][data-aos-duration="400"], 
body[data-aos-duration="400"] [data-aos]{
	transition-duration:.8s !important;
}

@media screen and (max-width:1366px){
.support-box{
	min-height:300px;
}
	
	
}

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

  .hd-logo{
    width:80px;
  }

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

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

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

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



}

@media screen and (max-width:767px){
  .home-banner{
	margin-top:124px;
    padding-bottom:35px;
  }

  .banner-sm-title{
    font-size:18px;
    line-height:20px;
  }

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

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

  .common_btn,
  .common_btn2{
    font-size:14px;
    line-height:16px;
    padding:12px 28px;
  }

  .or-text{
    width:40px;
    height:40px;
    font-size:16px;
    line-height:33px;
    left:84px;
  }

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

  .about-sm-title,
  .service-sm-title,
  .choose-sm-title, 
  .get-sm-title{
    font-size:18px;
    line-height:24px;
  }

  .about-bg-title, 
  .service-bg-title, 
  .choose-bg-title, 
  .h-form-title, 
  .get-bg-title, 
  .testimonial-bg-title, 
  .faq-bg-title,
  .inner-title,
  .cta-title{
    font-size:26px;
    line-height:32px;
    padding-bottom:18px;
  }

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

  .about-md-title{
    font-size:22px;
    line-height:24px;
  }

  .about-btn,
  .service-btn{
    font-size:14px;
    line-height:16px;
    padding:11px 20px;
  }

  .service-title{
    font-size:18px;
    line-height:24px;
    padding:20px 15px;
  }

  .service-btn{
    padding:12px 25px;
  }

  .choose-panel{
    padding-bottom:100px;
  }

  .choose-btn a{
    font-size:16px;
    line-height:18px;
    padding:12px 25px;
  }

  .choose-icon{
    width:50px;
  }

  .choose-title{
    width:69%;
    font-size:16px;
    line-height:22px;
  }

  .choose-panel .lower-panel .col-lg-3:nth-child(2){
    border-right:none;
  }

  .h-form-box,
  .form-rt-box{
    padding:28px;
  }

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

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

  .contact-form .block .btn{
    padding:11px 20px;
  }

  .form-rt-box{
    height:360px;
  }

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

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

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

  .faq-panel{
    padding:55px 0 35px;
  }

  .faq-panel .accordion-item button{
    font-size:15px;
    line-height:22px;
  }

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

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

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

  .page .entry-header, 
  .error404 .page-header{
    padding:100px 0 80px !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;
  }

  .thankyou-sec img,
  .error404 .page-content img{
    width:220px;
  }
	
	.serv-inner-box{
		min-height:auto;
	}
	
	.contact-map iframe{
		height:260px;
	}

  
}

@media screen and (max-width:575px){
  .about-img img{
    border-radius:100px 0;
  }

  .service-box img{
    border-radius:0 80px;
  }

  .choose-panel .lower-panel .col-lg-3{
    border-right:none;
  }

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


  
}
