@charset "utf-8";
/* CSS Document */
body{ 
  width:100%;
  padding:0; 
  margin:0; 
  background:#fff; 
  color:#fff; 
  font-family: 'Poppins', sans-serif;
  overflow-x:hidden;
}

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:#e95b1c;
  border-radius:10px;
  padding:15px 30px;
}

.common_btn:hover{
  background:#f2bd33;
  color:#020202;
}

.common_btn2{
  font-size:16px;
  color:#020202;
  line-height:18px;
  background:#f2bd33;
  border-radius:10px;
  padding:15px 30px;
}

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

.text-common{
  font-size:16px;
  color:#000;
  line-height:26px;
  padding-bottom:20px;
}

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

.navbar-default:after{
  content:"";
  position:absolute;
  width:30%;
  height:48px;
  background:#088f8f;
  right:0;
  top:0;
  transition:all 600ms ease-in-out; 
}

.header_logo{
  width:195px;
  margin-bottom:-50px;
  padding-top:15px;
  transition:all 600ms ease-in-out; 
}

.header_top{
  background:#088f8f;
  transition:all 600ms ease-in-out; 
  z-index:999;
}

.header_top:before{
  content:"";
  position:absolute;
  width:0px;
  height:0px;
  border-style:solid;
  border-width:0 35px 48px 0;
  border-color:transparent #088f8f transparent transparent;
  transform:rotate(0deg);
  left:-35px;
  top:0;
  transition:all 600ms ease-in-out; 
}

.header_contact li{
  font-size:16px;
  color:#fff;
  line-height:18px;
  font-weight:500;
  border-right:1px solid #fff;
  margin-right:20px;
  padding:15px 0;
  padding-right:20px;
}

.header_contact li:last-child{
  border-right:none;
  margin-right:0;
  padding-right:0;
}

.header_contact li span{
  text-transform:uppercase;
  font-weight:600;
}

.header_contact li a{
  color:#fff;
}

.header_contact li a:hover{
  color:#ea5d27;
}

.header_bottom .upper{
  padding:25px 0;
}

.header_social li a{
  width:35px;
  height:35px;
  line-height:32px;
  border:1px solid #f25923;
  border-radius:50%;
  text-align:center;
}

.header_social li a:hover{
  background:#f25923;
}

.header_social li a:hover img{
  filter:invert(100%) sepia(5%) saturate(2146%) hue-rotate(246deg) brightness(200%) contrast(104%);
}

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

  .navbar-default.navbar-fixed:after{
    top:-48px;
  }

  .navbar-default.navbar-fixed .header_top{
    margin-top:-48px;
  }

  .navbar-default.navbar-fixed .header_logo{
    width:140px;
    margin-bottom:-30px;
  }

}

.home_banner{
  margin-top:195px;
}

.home_banner:after{
  content:"";
  position:absolute;
  width:100%;
  height:100%;
  background:linear-gradient(to right, rgba(255,255,255,.0) , #088f8f);
  right:0;
  top:0;
}

.home_banner .desc{
  left:0;
  bottom:25%;
  z-index:999;
}

.banner_sm_title{
  font-size:24px;
  line-height:26px;
  font-weight:600;
  padding-bottom:12px;
}

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

.banner_md_title{
  font-size:24px;
  line-height:32px;
  padding-bottom:20px;
}

.service_panel,
.testimonial_panel,
.faq_panel{
  padding:60px 0;
}

.service_bg_title,
.pricing_bg_title,
.testimonial_bg_title,
.choice_bg_title,
.faq_bg_title{
  font-size:48px;
  color:#e85a24;
  line-height:56px;
  letter-spacing:.06em;
  padding-bottom:25px;
}

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

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

.service_img img{
  border-radius:10px;
}

.service_title{
  font-size:25px;
  color:#020202;
  line-height:32px;
  font-weight:600;
  padding:16px 0 12px;
}

.h_cta_panel,
.pricing_panel{
  padding-bottom:60px;
}

.h_cta_title{
  font-size:38px;
  color:#282830;
  line-height:45px;
  padding-bottom:15px;
}

.h_cta_btn a{
  font-size:40px;
  color:#020202;
  line-height:46px;
  font-weight:600;
}

.h_cta_btn a:hover{
  color:#e85a24;
}

.pricing_bg_title,
.testimonial_bg_title{
  margin-bottom:30px;
  padding-bottom:15px;
}

.pricing_bg_title:after,
.testimonial_bg_title:after{
  content:"";
  position:absolute;
  width:160px;
  height:1px;
  background:#088f8f;
  left:0;
  right:0;
  bottom:0;
  margin:0 auto;
}

.price_box{
  border:2px solid #e85a24;
}

.price_icon{
  background:#fff7e3;
  padding:20px 10px;
}

.price_title{
  font-size:20px;
  color:#e55824;
  line-height:28px;
  font-weight:500;
  padding:20px 15px;
}

.testimonial_panel{
  background:#f6e7c1;
}

.testimonial_bg_title{
  color:#023535;
}

.testimonial_box .sp-testimonial-content p{
  font-size:18px !important;
  color:#020202;
  line-height:28px !important;
}

.testimonial_box .sp-testimonial-client-name{
  font-size:24px !important;
  color:#e95b1c !important;
  line-height:26px !important;
  font-weight:600 !important;
  font-style:italic !important;
}

.choice_panel{
  background:#22a9a9;
}

.choice_content{
  width:630px;
}

.choice_bg_title span{
  display:block;
  font-size:35px;
  line-height:42px;
  text-transform:initial;
}

.choice_list li{
  font-size:18px;
  color:#fff;
  line-height:28px;
  font-weight:500;
  background:url(../images/choice-list-icon.png) no-repeat left center;
  background-size:35px;
  margin-bottom:15px;
  padding:4px 0 4px 50px;
}

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

.faq_panel{
  background:#f3f2f2;
}

.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;
  text-transform:inherit;
  padding:14px 20px;
}

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

.accordion-button[aria-expanded="true"],
.accordion-button:hover{
  background:#023535;
  box-shadow:none;
  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;
}

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

.footer_title{
  font-size:24px;
  color:#fff;
  line-height:26px;
  font-weight:600;
  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:#fff;
  line-height:18px;
}

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

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

.footer_contact li span{
  font-weight:700;
}

.footer_contact li a{
  color:#fff;
}

.footer_logo img{
  width:200px;
}

.footer_social li span{
  margin-right:6px;
}

.footer_social li a{
  font-size:16px;
  color:#020202;
  line-height:18px;
  font-weight:500;
  background:#fff;
  border:1px solid #0bb3b0;
  border-radius:30px;
  padding:8px 15px;
}

.footer_bottom{
  padding:25px 0;
}

.footer_bottom .text-common span{
  color:#22a9a9;
  font-weight:600;
}

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

.page .entry-header .entry-title,
.error404 .page-header .page-title{
  font-size:50px;
  color:#fff;
  line-height:58px;
  font-weight:700;
  text-shadow:0 4px 6px rgba(0,0,0,.5);
  text-align:center;
}

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

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

.contact-title{
  font-family: "Signika", sans-serif;
  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;
}

.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:48px;
  border-radius:0;
  border:1px solid #020202;
  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:#3eb64e;
  border-radius:10px;
  padding:13px 30px;
}

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

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

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

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

.bg-color{
  background:#f4f4f4;
}

.bg-ylo{
	background:#F2BD33;
}

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

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

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

.sp-testimonial-free-section .testimonial-nav-arrow{
  top:75% !important;
}


.content-box{
	padding:20px;
	min-height:214px;
	border: 2px solid #F2BD33;
	border-radius:10px;
}

.content-box:hover{
	box-shadow: 2px 1px 5px 0px rgba(0,0,0,0.75);
   -webkit-box-shadow: 2px 1px 5px 0px rgba(0,0,0,0.75);
   -moz-box-shadow: 2px 1px 5px 0px rgba(0,0,0,0.75);
}

.content-box01{
	padding:20px;
	border: 2px solid #F2BD33;
	border-radius:10px;
}

.content-box01:hover{
	box-shadow: 2px 1px 5px 0px rgba(0,0,0,0.75);
   -webkit-box-shadow: 2px 1px 5px 0px rgba(0,0,0,0.75);
   -moz-box-shadow: 2px 1px 5px 0px rgba(0,0,0,0.75);
}

.content-box02{
	padding:20px;
	min-height:185px;
	border: 2px solid #F2BD33;
	border-radius:10px;
}

.content-box02:hover{
	box-shadow: 2px 1px 5px 0px rgba(0,0,0,0.75);
   -webkit-box-shadow: 2px 1px 5px 0px rgba(0,0,0,0.75);
   -moz-box-shadow: 2px 1px 5px 0px rgba(0,0,0,0.75);
}


.content-box03{
	padding:20px;
	min-height:200px;
	border: 2px solid #F2BD33;
	border-radius:10px;
}

.content-box03:hover{
	box-shadow: 2px 1px 5px 0px rgba(0,0,0,0.75);
   -webkit-box-shadow: 2px 1px 5px 0px rgba(0,0,0,0.75);
   -moz-box-shadow: 2px 1px 5px 0px rgba(0,0,0,0.75);
}

.content-box04{
	padding:20px;
	min-height:160px;
	border: 2px solid #F2BD33;
	border-radius:10px;
}


.content-box04:hover{
	box-shadow: 2px 1px 5px 0px rgba(0,0,0,0.75);
   -webkit-box-shadow: 2px 1px 5px 0px rgba(0,0,0,0.75);
   -moz-box-shadow: 2px 1px 5px 0px rgba(0,0,0,0.75);
}



.inner-img{
	border-radius: 0px 44px 0px 40px;
   -webkit-border-radius: 0px 44px 0px 40px;
   -moz-border-radius: 0px 44px 0px 40px;
    border: 2px solid #ff6550;
}

.img-box .inner-img:hover{
	border-radius: 36px 0px 34px 0px;
   -webkit-border-radius: 36px 0px 34px 0px;
   -moz-border-radius: 36px 0px 34px 0px;
	transition: 0.3s;
    border: 2px solid #ff6550;
}

.inner-sm-title strong{
	color:#E95B1C;
}

.footer-cta li{
	font-size:16px;
	line-height:26px;
	color:#1c1c1c;
}

.footer-cta li a{
	color:#E95B1C;
	font-weight:500;
}

.footer-cta li a:hover{
	color:#F2BD33;
}

/* Accordian-start */
.accommodation-service .serv-inner-box{
  min-height:245px;
}

.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:#fff;
	line-height:25px;
	font-weight:500;
	text-transform:inherit;
	padding:14px 20px;
	background:#E95B1C;
}

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

.accordion-button[aria-expanded="true"],
.accordion-button:hover{
	background:#E95B1C;
	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;
}

.accordion-button::after {
     filter: invert(100%) sepia(0%) saturate(1%) hue-rotate(306deg) brightness(200%) contrast(101%);
}


/* Accordian-End */


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

	.content-box02{
       min-height:212px;
	}
	
	.content-box{
		min-height:238px;
	}

}

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

  .navbar-default:after{
    display:none;
  }

  .header_logo{
    width:100px;
    margin-bottom:-20px;
  }

  .home_banner{
    margin-top:112px;
  }

  .footer_bottom{
    padding-bottom:70px;
  }

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

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


}

@media screen and (max-width:767px){
  .home_banner .desc{
    bottom:12%;
  }

  .banner_sm_title,
  .banner_md_title{
    font-size:16px;
    line-height:18px;
  }

  .banner_bg_title,
  .page .entry-header .entry-title, 
  .error404 .page-header .page-title{
    font-size:28px;
    line-height:36px;
  }

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

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

  .service_bg_title, 
  .pricing_bg_title, 
  .testimonial_bg_title, 
  .choice_bg_title, 
  .faq_bg_title,
  .h_cta_title,
	.inner_title,
	.cta_title{
    font-size:26px;
    line-height:34px;
    padding-bottom:18px;
  }
	
	.inner-sm-title{
		font-size:18px;
		line-height:25px;
	}

  .service_content{
    min-height:auto;
  }

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

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

  .h_cta_panel, 
  .pricing_panel{
    padding-bottom:35px;
  }

  .h_cta_title{
    padding-bottom:12px;
  }

  .h_cta_btn a{
    font-size:24px;
    line-height:26px;
  }

  .price_title{
    font-size:16px;
    line-height:22px;
    padding:16px 15px;
  }

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

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

  .choice_content{
    width:97%;
  }

  .choice_bg_title span{
    font-size:22px;
    line-height:28px;
  }

  .choice_list li{
    font-size:16px;
    line-height:24px;
    margin-bottom:12px;
    padding:6px 0 6px 50px;
  }

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

  .footer_top{
    padding:30px 0 25px;
  }

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

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

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

  .footer_logo img{
    width:120px;
  }

  .footer_social li a{
    font-size:14px;
  }

  .page .entry-header, 
  .error404 .page-header{
    padding:80px 0 60px !important;
  }
	
  .content-box02{
		min-height:218px;
   }
	
  .thumb-conatct .section .text {
       width: 70%;
  }
	
	
  .content-box{
	min-height:260px;
  }


}

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

  .footer_social li span{
    display:block;
    text-align:center;
    margin-right:0;
    margin-bottom:5px;
  }
	
	.inner-sec .row{
		display:block;
	}
	
	.content-box,
	.content-box02,
	.content-box04,
	.content-box03{
		min-height:auto;
	}


}
