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

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-size:16px;
  color:#020202;
  line-height:18px;
  background:#c2e4ec;
  border:2px solid #1d88dc;
  border-radius:15px;
  padding:14px 30px;
}

.common_btn:hover{
  background:#1d88dc;
  color:#fff;
}

.common_btn2{
  font-size:16px;
  color:#8728de;
  line-height:18px;
  border:2px solid #8728de;
  border-radius:15px;
  padding:14px 30px;
}

.common_btn2:hover{
  background:#8728de;
  color:#fff;
}

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

.header_contact li{
  border-right:1px solid #2aa4c9;
  line-height:0;
  margin-right:12px;
  padding-right:12px;
}

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

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

.header_contact li a:hover{
  color:#8728de;
}

.header_contact li span{
  padding-left:8px;
}

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

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

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

  .navbar-default.navbar-fixed .header_bottom{
    box-shadow:0 4px 6px rgba(0,0,0,.1);
    padding:10px 0;
  }

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

.home_banner{
  margin-top:185px;
  padding:40px 0 60px;
}

.banner_bg_title{
  font-family: "Baloo 2", sans-serif;
  font-size:52px;
  color:#050505;
  line-height:60px;
  padding-bottom:30px;
}

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

.service_img{
  z-index:999;
}

.service_img:before{
  content:"";
  position:absolute;
  width:75px;
  height:59px;
  background:url(../images/service-bg01.png) no-repeat right top;
  right:-25px;
  top:-20px;
  z-index:-1;
}

.service_panel .col-lg-4:nth-child(2n) .service_img:before{
  width:58px;
  height:65px;
  background:url(../images/service-bg02.png) no-repeat right top;
  right:auto;
  left:-25px;
  top:auto;
  bottom:-10px;
}

.service_panel .col-lg-4:nth-child(3n) .service_img:before{
  width:74px;
  height:85px;
  background:url(../images/service-bg03.png) no-repeat right top;
  right:-15px;
  top:auto;
  bottom:-8px;
}

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

.service_title{
  font-family: "Baloo 2", sans-serif;
  font-size:24px;
  color:#0c0c0c;
  line-height:30px;
  font-weight:600;
  padding:20px 0 12px;
}

.service_box a{
  font-size:17px;
  color:#6a2a76;
  line-height:20px;
  font-weight:600;
  text-decoration:underline;
}

.service_box a:hover{
  color:#1f8bda;
}

.service_bg_title,
.about_bg_title,
.h_cta_title,
.choose_bg_title,
.testimonial_bg_title,
.h_form_title{
  font-family: "Baloo 2", sans-serif;
  font-size:50px;
  color:#0c0c0c;
  line-height:58px;
  padding-bottom:25px;
}

.h_cta_panel,
.choose_panel{
  background:url(../images/h-cta-bg.jpg) no-repeat center center;
  background-size:cover;
  padding:60px 0;
}

.h_cta_panel .common_btn2{
  background:#fff;
}

.h_cta_panel .common_btn2:hover{
  background:#8728de;
}

.choose_panel{
  background:#fff;
}

.choose_panel:before{
  content:"";
  position:absolute;
  width:25%;
  height:90px;
  background:#7441b7;
  left:0;
  top:60px;
  z-index:9;
}

.choose_panel:after{
  content:"";
  position:absolute;
  width:25%;
  height:90px;
  background:#1c84df;
  left:0;
  top:72px;
}

.choose_bg_title{
  background:#7441b7;
  border-radius:0 60px 60px 0;
  margin-bottom:60px;
  padding:16px 30px 16px 0;
  position:relative;
  z-index:999;
}

.choose_title{
  font-family: "Baloo 2", sans-serif;
  font-size:24px;
  color:#101010;
  line-height:30px;
  font-weight:600;
  min-height:60px;
  margin:16px 0 12px;
}

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

.testimonial_box .sp-testimonial-content{
  display:block !important;
  background:#fff !important;
  box-shadow:0 4px 10px rgba(0,0,0,.1) !important;
  margin-left:10px !important;
  padding:25px !important;
}

.testimonial_box .sp-testimonial-content p{
  color:#020202;
  text-align:left !important;
  padding:0 !important;
}

.testimonial_box .sp-testimonial-client-name{
  font-family: "Baloo 2", sans-serif !important;
  font-size:26px !important;
  color:#1d88dc !important;
  line-height:28px !important;
  font-weight:700 !important;
  font-style:italic !important;
  text-align:left !important;
  margin-left:10px !important;
}

.testimonial_box .sp-testimonial-client-rating{
  display:block !important;
  text-align:left !important;
  margin-left:10px !important;
}

.home_form{
  background:linear-gradient(to bottom right, #8ae3d2, #d28ede);;
}

.form_rt_img{
  margin-top:-60px;
}

.footer_top{
  border-bottom:1px solid rgba(0,0,0,.5);
  padding:50px 0 30px;
}

.footer_title{
  font-family: "Baloo 2", sans-serif;
  font-size:26px;
  color:#020202;
  line-height:28px;
  font-weight:700;
  padding-bottom:22px;
}

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

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

.footer_link li a,
.ft_contact_main{
  font-size:16px;
  color:#131313;
  line-height:18px;
}

.footer_link li a:hover,
.abn_list li span,
.ft_contact_main a:hover,
.footer_bottom .text-common a{
  color:#8728de;
}

.abn_list li{
  font-size:18px;
  color:#1c1c1c;
  line-height:20px;
  font-weight:500;
  margin-bottom:12px;
}

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

.ft_contact_title{
  font-size:18px;
  color:#1d1d1d;
  line-height:20px;
  font-weight:600;
  padding-bottom:8px;
}

.ft_contact_main a{
  color:#131313;
}

.footer_bottom{
  padding:25px 0;
}

.footer_bottom .text-common span{
  color:#208dd9;
  font-weight:600;
}

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

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

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

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

.contact-title{
  font-family: "Baloo 2", 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:#1c1c1c;
  line-height:18px;
  font-weight:500;
  margin-bottom:10px;
}

.contact_form .block .form-control{
  height:52px;
  border-radius:30px;
  border:1px solid rgba(0,0,0,.5);
  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:#2e89e5;
  border-radius:15px;
  padding:13px 30px;
}

.contact_form .block .btn:hover{
  background:#8728de;
  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: "Baloo 2", sans-serif;
  font-size:36px;
  color:#040105;
  line-height:44px;
  font-weight:700;
}

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

.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-icon01.png) no-repeat left 5px;
  margin-bottom:10px;
  padding-left:28px;
}

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

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

.bg-color{
  background:#f4f4f4;
}

.bg-prpl{
  background: #8FDDD3;
  background: linear-gradient(144deg, rgba(143, 221, 211, 1) 0%, rgba(194, 161, 219, 1) 100%);
}

.cta-title{
  font-family: "Baloo 2", sans-serif;
  font-size:40px;
  color:#1c1c1c;
  line-height:38px;
}

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

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

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

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

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

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

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

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

.inner-img{
	border-radius: 33px 2px 31px 0px;
	-webkit-border-radius: 33px 2px 31px 0px;
	-moz-border-radius: 33px 2px 31px 0px;
	border: 2px solid #8728DE;
}

.inner-img:hover{
	border-radius: 0px 32px 0px 30px;
   -webkit-border-radius: 0px 32px 0px 30px;
   -moz-border-radius: 0px 32px 0px 30px;
	border: 2px solid #8728DE;
	transition:0.05s;
}

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

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

.accordion-button[aria-expanded="true"],
.accordion-button:hover{
	background:#1D88DC;
	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){
  .header_bottom{
    box-shadow:0 4px 6px rgba(0,0,0,.1);
    padding:10px 0;
  }

  .header_logo{
    width:220px;
  }

  .home_banner{
    margin-top:80px;
    padding:40px 0;
  }

  .service_bg_title, 
  .about_bg_title, 
  .h_cta_title, 
  .choose_bg_title, 
  .testimonial_bg_title, 
  .h_form_title{
    font-size:44px;
    line-height:52px;
  }

  .choose_panel:before{
    height:84px;
  }

  .footer_bottom{
    padding-bottom:70px;
  }

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

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



}

@media screen and (max-width:767px){
  .banner_bg_title,
  .page .entry-header .entry-title, 
  .error404 .page-header .page-title{
    font-size:28px;
    line-height:36px;
    padding-bottom:15px;
  }

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

  .service_bg_title, 
  .about_bg_title, 
  .h_cta_title, 
  .choose_bg_title, 
  .testimonial_bg_title, 
  .h_form_title{
    font-size:26px;
    line-height:35px;
    padding-bottom:18px;
  }

  .service_title,
  .choose_title{
    font-size:20px;
    line-height:25px;
  }

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

  .service_box a{
    font-size:15px;
    line-height:17px;
  }

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

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

  .choose_panel:before{
    height:69px;
    top:35px;
  }

  .choose_panel:after{
    height:80px;
    top:40px;
  }

  .choose_bg_title{
    margin-bottom:40px;
  }

  .choose_title{
    min-height:auto;
  }

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

  .home_form .contact_form{
    padding:30px 0 15px;
  }

  .form_rt_img{
    margin-top:0;
  }

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

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

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

  .footer_logo{
    width:220px;
  }

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

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

  .ft_contact_title,
  .abn_list li{
    font-size:16px;
  }

  .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;
	}
	
	
.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;
}
	
	.accordion-button{
		font-size:14px;
	}
	
	.inner-value .row{
		display:block;
	}
	
	.inner_title{
		font-size:32px;
		line-height:36px;
	} 
	
	.inner-sm-title{
       font-size:20px;
	   line-height:24px;
	}
  
}

@media screen and (max-width:575px){
  .service_img:before,
  .service_panel .col-lg-4:nth-child(3n) .service_img:before{
    right:-10px;
  }

  .service_panel .col-lg-4:nth-child(2n) .service_img:before{
    left:-10px;
  }


  
}
