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

body.home{
  background:#fdf6e9;
}

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

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

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

/* ===== common css ====== */
.common_btn{
  font-size:16px;
  color:#fff;
  line-height:18px;
  background:#04a89f;
  border-radius:30px;
  padding:15px 30px;
}

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

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

.common_btn2:hover{
  background:#04a89f;
  color:#fff;
}

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

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

.home .navbar-default{
  background:none;
}

.navbar-default:after{
  content:"";
  position:absolute;
  width:25%;
  height:73px;
  background:#fff;
  border-bottom:1px solid #04a89f;
  right:0;
  top:0;
  transition:all 600ms ease-in-out;
}

.header_logo{
  width:320px;
  padding:15px 0;
  transition:all 600ms ease-in-out; 
}

.header_top{
  border-bottom:1px solid #04a89f;
  padding:12px 0;
  z-index:999;
  transition:all 600ms ease-in-out; 
}

.header_top:before{
  content:"";
  position:absolute;
  width:0px;
  height:0px;
  border-style:solid;
  border-width:0 50px 72px 0;
  border-color:transparent #fff transparent transparent;
  transform:rotate(0deg);
  left:-50px;
  top:0;
}

.header_location{
  font-size:18px;
  color:#02605b;
  line-height:24px;
  font-weight:500;
}

.header_link{
  padding-top:20px;
  transition:all 600ms ease-in-out; 
}

.header_link ul li{
  display:inline-block;
  margin-right:20px;
}

.header_link ul li:last-child{
  margin-right:0;
}

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

.header_link ul li.active a,
.header_link ul li a:hover{
  color:#fbad1b;
}

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

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

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

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

  .navbar-default.navbar-fixed .header_link{
    padding-top:36px;
  }

}

.home_banner{
  margin-top:72px;
  padding-bottom:60px;
}

.banner_content{
  padding-top:80px;
}

.banner_bg_title{
  font-family: 'Calendula';
  font-size:60px;
  color:#fbb024;
  line-height:68px;
  padding-bottom:25px;
}

.banner_bg_title span{
  font-family: 'Calendula Demi';
  font-size:48px;
  color:#010101;
  line-height:50px;
}

.serve_panel{
  background:#b6ec92;
  margin:27px 0;
  padding:60px 0;
}

.serve_panel:before,
.serve_panel:after{
  content:"";
  position:absolute;
  width:100%;
  height:27px;
  background:url(../images/serv-top-design.png) no-repeat center top;
  background-size:cover !important;
  left:0;
  right:0;
  top:-27px;
  margin:0 auto;
}

.serve_panel:after{
  background:url(../images/serv-btm-design.png) no-repeat center top;
  top:auto;
  bottom:-27px;
}

.serve_bg_title,
.about_bg_title,
.service_bg_title,
.cta_bg_title,
.choose_bg_title,
.testimonial_bg_title,
.h_form_title{
  font-family: 'Calendula';
  font-size:52px;
  color:#176635;
  line-height:60px;
  margin-bottom:30px;
  padding-bottom:16px;
}

.serve_bg_title:after{
  content:"";
  position:absolute;
  width:92px;
  height:3px;
  background:#fbad1b;
  left:0;
  right:0;
  bottom:0;
  margin:0 auto;
}

.serve_title{
  font-family: 'Calendula Demi';
  font-size:28px;
  color:#0487a8;
  line-height:36px;
  margin-bottom:18px;
  padding-bottom:12px;
}

.serve_title:after{
  content:"";
  position:absolute;
  width:80px;
  height:1px;
  background:#176635;
  left:0;
  bottom:0;
}

.about_panel,
.choose_panel{
  padding:60px 0;
}

.about_sm_title,
.service_sm_title,
.cta_sm_title,
.choose_sm_title,
.testimonial_sm_title{
  font-family: 'Calendula Demi';
  font-size:26px;
  color:#fbad1b;
  line-height:28px;
  padding-bottom:10px;
}

.about_bg_title,
.service_bg_title,
.cta_bg_title,
.choose_bg_title,
.testimonial_bg_title,
.h_form_title{
  color:#525252;
}

.service_panel,
.testimonial_panel{
  padding-bottom:60px;
}

.serve_img{
  padding:0 20px 20px 0;
  z-index:999;
}

.serve_img:before{
  content:"";
  position:absolute;
  width:92%;
  height:92%;
  background:#1698b9;
  border-radius:80px 0;
  right:0;
  bottom:0;
  z-index:-1;
}

.service_panel .col-lg-4:nth-child(2n) .serve_img:before{
  background:#fee23b;
}

.service_panel .col-lg-4:nth-child(3n) .serve_img:before{
  background:#2c8d45;
}

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

.service_title,
.choose_title{
  font-family: 'Calendula Demi';
  font-size:26px;
  color:#020202;
  line-height:32px;
  padding:18px 0 12px;
}

.service_box a{
  font-size:16px;
  color:#020202;
  line-height:18px;
  font-weight:600;
  text-transform:uppercase;
  background:url(../images/right-arrow01.png) no-repeat 96% center;
  padding-right:32px;
}

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

.h_cta_panel{
  background:url(../images/h-cta-bg.jpg) no-repeat center center;
  background-size:cover;
  transform:skewY(3deg);
  padding:50px 0;
}

.h_cta_box{
  transform:skewY(-3deg);
}

.cta_sm_title{
  text-shadow:0 4px 12px rgba(0,0,0,.3);
}

.choose_sm_title{
  color:#0487a8;
}

.choose_box{
  background:url(../images/choose-bg01.jpg) no-repeat center center;
  background-size:cover !important;
  border-radius:15px;
  min-height:210px;
  padding:30px;
}

.choose_panel .col-lg-4:nth-child(2) .choose_box{
  background:url(../images/choose-bg02.jpg) no-repeat center center;
}

.choose_panel .col-lg-4:nth-child(3) .choose_box{
  background:url(../images/choose-bg03.jpg) no-repeat center center;
}

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

.testimonial_box .sp-testimonial-free{
  padding-left:150px !important;
}

.testimonial_box .sp-testimonial-client-image{
  position:absolute;
  left:0;
  top:0;
}

.testimonial_box .sp-testimonial-client-testimonial{
  margin-bottom:0 !important;
}

.testimonial_box .sp-testimonial-client-image img{
  border-radius:0 !important;
}

.testimonial_box .sp-testimonial-content p{
  background:#fff !important;
  text-align:left !important;
  color:#020202;
  margin-bottom:0 !important;
  padding:15px 20px !important;
}

.testimonial_box .sp-testimonial-client-name{
  background:#fff !important;
  font-family: 'Calendula Demi' !important;
  font-size:24px !important;
  color:#04a89f !important;
  line-height:26px !important;
  font-style:italic !important;
  text-align:left !important;
  padding:0 20px 15px !important;
}

.testimonial_box .sp-testimonial-client-rating{
  display:block !important;
  text-align:right !important;
  position:relative;
  top:-44px;
  right:20px;
}

.h_form_box{
  background:url(../images/h-form-bg.jpg) no-repeat center top;
  background-size:cover;
  border-radius:20px 20px 0 0;
  padding:30px;
}

#footer{
  background:#176635;
  padding:50px 0 30px;
}

.footer_top,
.footer_middle{
  padding-bottom:30px;
}

.foote_title{
  font-family: 'Calendula Demi';
  font-size:26px;
  line-height:28px;
  padding-bottom:20px;
}

.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{
  color:#fbad1b;
}

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

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

.footer_contact li a{
  color:#fff;
}

.ft_abn_number{
  font-size:22px;
  line-height:26px;
  font-weight:600;
}

.footer_bottom .text-common span,
.footer_bottom .text-common a{
  color:#fbad1b;
  font-weight:600;
}

#back-button {
  display:inline-block;
  background-color:#04a89f;
  width:50px;
  height:50px;
  line-height:50px;
  text-align:center;
  border-radius:50px;
  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 right top;
  background-size:cover;
  margin-top:135px !important;
  padding:160px 0 120px !important;
}

.page .entry-header .entry-title,
.error404 .page-header .page-title{
  font-family: 'Calendula';
  font-size:52px;
  color:#fff;
  line-height:60px;
  font-weight:700;
  text-align:center;
}

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

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

.contact-title{
  font-family: 'Calendula Demi';
  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:52px;
  border-radius:0;
  border:1px solid #fbad1b;
  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;
}

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

.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{
  display:block;
  width:100%;
  font-size:18px;
  color:#fff;
  line-height:20px;
  font-weight:500;
  text-transform:inherit;
  background:#fbad1b;
  border-radius:0;
  text-align:center;
  padding:16px 30px;
}

.contact_form .block .btn:hover{
  background:#c34398;
  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-family: 'Calendula';
  font-size:45px;
  color:#040105;
  line-height:50px;
  font-weight:700;
}

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

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

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

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

.bg-color{
  background:#f4f4f4;
}

.bg-pink{
	background:#04A89F;
}

.cta-title{
  font-family: 'Calendula';
  font-size:40px;
  color:#1c1c1c;
  line-height:48px;
}

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

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

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

.content-box{
	padding:20px;
	min-height:336px;
} 

.content-box01{
	padding:20px;
	min-height:188px;
}

.content-box02{
	padding:20px;
	min-height:210px;
} 

.content-box03{
	padding:20px;
	min-height:275px;
}


.content-box04{
	padding:20px;
	min-height:240px;
}

.inner-img{
	border-radius: 0px 39px 0px 0px;
   -webkit-border-radius: 0px 39px 0px 0px;
   -moz-border-radius: 0px 39px 0px 0px;
    border: 3px solid #C34398;
}


/* 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:#C34398;
}

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

.accordion-button[aria-expanded="true"],
.accordion-button:hover{
	background:#C34398;
	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:991px){
  .navbar-default{
    background:#fff !important;
    box-shadow:0 4px 6px rgba(0,0,0,.1);
  }

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

  .header_logo{
    width:180px;
  }

  .home_banner{
    margin-top:85px;
  }

  #footer{
    padding-bottom:70px;
  }

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

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


}

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

  .banner_content{
    padding-top:0;
  }

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

  .banner_bg_title span{
    font-size:26px;
    line-height:32px;
  }

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

  .serve_panel{
    padding:25px 0;
  }

  .serve_bg_title, 
  .about_bg_title, 
  .service_bg_title, 
  .cta_bg_title, 
  .choose_bg_title, 
  .testimonial_bg_title, 
  .h_form_title,
  .inner_title,
  .cta-title{
    font-size:28px;
    line-height:35px;
    margin-bottom:20px;
  }
	
	.inner_title,
	.cta-title{
		margin-bottom:0;
	}

  .serve_title,
  .about_sm_title, 
  .service_sm_title, 
  .cta_sm_title, 
  .choose_sm_title, 
  .testimonial_sm_title,
  .service_title, 
  .choose_title,
  .foote_title{
    font-size:22px;
    line-height:26px;
  }
	
	.inner-sm-title{
		font-size:18px;
		line-height:25px;
	}
	
	.inner_list li{
		font-size:14px;
		line-height:22px;
		background-size:16px;
	}

  .about_panel, 
  .choose_panel{
    padding:35px 0;
  }

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

  .service_box a{
    font-size:14px;
  }

  .service_panel, 
  .testimonial_panel{
    padding-bottom:35px;
  }

  .h_cta_panel{
    padding:30px 0;
  }

  .choose_box{
    min-height:auto;
  }

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

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

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

  #footer{
    padding-top:30px;
  }

  .foote_title{
    padding-bottom:18px;
  }

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

  .footer_logo{
    width:200px;
  }

  .ft_abn_number{
    font-size:18px;
    line-height:20px;
  }

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

  .thankyou-sec img,
  .error404 .page-content img{
    width:220px;
  }

  .thumb-conatct .section .text {
    width: 70%;
  }
	
.content-box{
	min-height:0;
} 

.content-box01{
	min-height:0;
}

.content-box02{
	min-height:0;
} 

.content-box03{
	min-height:0;
}

.content-box04{
	min-height:0;
}
	
.inner-desc .row{
	display:block;
}
	
	.accordion-button{
		font-size:14px;
		line-height:20px;
	}
	
  #rmp-menu-wrap-46 .rmp-submenu .rmp-menu-item-link{
    height:auto !important;
    line-height:20px !important;
    margin:10px 0 !important;
    padding-bottom:10px;
  } 
	
	.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;
	}
	
	.contact_map iframe{
		height:260px;
	}
	
}

@media screen and (max-width:575px){
  .testimonial_box .sp-testimonial-free{
    padding-left:100px !important;
  }

  .testimonial_box .sp-testimonial-client-image{
    width:100px;
  }

  .testimonial_box .sp-testimonial-client-name{
    margin-bottom:0 !important;
  }

  .testimonial_box .sp-testimonial-client-rating{
    position:inherit;
    text-align:left !important;
    background:#fff !important;
    padding:0 20px 15px !important;
  }

  
}
