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

@font-face {
    font-family: 'Cambria';
    src: url('../fonts/Cambria-Bold.eot');
    src: url('../fonts/Cambria-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Cambria-Bold.woff2') format('woff2'),
        url('../fonts/Cambria-Bold.woff') format('woff'),
        url('../fonts/Cambria-Bold.ttf') format('truetype'),
        url('../fonts/Cambria-Bold.svg#Cambria-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:#008dc3;
  border-radius:30px;
  padding:15px 30px;
}

.common_btn:hover{
  background:#94e02e;
  color:#fff;
}

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

.common_btn2:hover{
  background:#008dc3;
  color:#fff;
}

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

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

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

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

.header_ph a{
  font-size:16px;
  color:#fff;
  line-height:18px;
  font-weight:500;
}

.header_btn .common_btn,
.header_btn .common_btn2:hover,
.h_cta_comtent .common_btn,
.h_cta_comtent .common_btn2:hover{
  background:#a63db2;
}

.header_btn .common_btn:hover,
.h_cta_comtent .common_btn:hover{
  background:#94e02e;
}

.header_link{
  transition:all 600ms ease-in-out;
}

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

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

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

.header_link li.active a,
.header_link li a:hover{
  color:#94e02e;
}

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

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

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

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

}

.home_banner{
  margin-top:120px;
}

.home_banner .desc{
  left:0;
  bottom:25%;
}

.banner_bg_title{
  font-family: 'Cambria';
  font-size:52px;
  line-height:60px;
  padding-bottom:20px;
}

.service_panel{
  background:url(../images/service-bg.png) no-repeat left 0 top 80px, linear-gradient(to right, #e8f3f7, #fff);
  background-size:contain, auto;
  padding:60px 0;
}

.service_bg_title,
.about_bg_title,
.choose_bg_title,
.testimonial_bg_title{
  font-family: 'Cambria';
  font-size:48px;
  color:#008dc3;
  line-height:56px;
  padding-bottom:30px;
}

.service_bg_title span,
.testimonial_bg_title span{
  font-size:40px;
  color:#252525;
  line-height:48px;
}

.service_box{
  border-radius:15px;
  box-shadow:0 4px 15px rgba(0,0,0,.1);
  padding:30px;
}

.service_title,
.choose_title{
  font-family: 'Cambria';
  font-size:22px;
  color:#090909;
  line-height:28px;
  padding:20px 0 15px;
}

.service_title{
  min-height:91px;
}

.service_box .text-common{
  min-height:176px;
}

.about_panel,
.testimonial_panel{
  padding-top:50px;
}

.service_box a{
  padding:12px 20px;
}

.about_sm_title,
.choose_sm_title{
  font-size:22px;
  color:#090909;
  line-height:24px;
  font-weight:500;
  padding-bottom:10px;
}

.about_bg_title,
.choose_bg_title{
  margin-bottom:30px;
}

.about_bg_title:after,
.choose_bg_title:after{
  content:"";
  position:absolute;
  width:85px;
  height:4px;
  background:#a63db2;
  left:0;
  bottom:0;
}

.mission_title{
  font-family: 'Cambria';
  font-size:30px;
  color:#7da14c;
  line-height:38px;
  padding-bottom:20px;
}

.about_img img{
  border-radius:100px 0 0;
}

.h_form_box{
  border-radius:15px;
  box-shadow:0 4px 15px rgba(0,0,0,.1);
}

.h_cta_panel{
  background:url(../images/h-contact-bg.jpg) no-repeat right bottom;
  background-size:cover;
  padding-top:30px;
}

.h_cta_img{
  margin-bottom:-80px;
  position:relative;
  z-index:999;
}

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

.cta_sm_title{
  font-size:24px;
  line-height:26px;
  font-weight:600;
  margin-bottom:10px;
  padding-right:80px;
}

.cta_sm_title:after{
  content:"";
  position:absolute;
  width:65px;
  height:2px;
  background:#fff;
  right:0;
  top:0;
  bottom:0;
  margin:auto 0;
}

.cta_bg_title{
  font-size:35px;
  line-height:44px;
  padding-bottom:25px;
}

.choose_panel{
  background:url(../images/choose-bg.png) no-repeat left top, linear-gradient(to right, #e8f3f7, #fff);
  padding:140px 0 60px;
}

.choose_panel:before{
  content:"";
  position:absolute;
  width:100%;
  height:130px;
  background:url(../images/contact-btm-design.png) no-repeat right top;
  right:0;
  top:0;
}

.choose_icon{
  display:inline-block;
  width:100px;
  height:100px;
  line-height:90px;
  background:#008dc3;
  border:5px solid #fff;
  box-shadow:0 4px 10px rgba(0,0,0,.1);
  border-radius:50%;
  text-align:center;
}

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

.testimonial_box .sp-testimonial-free{
  background:#e3eef7 !important;
  box-shadow:0 4px 6px rgba(0,0,0,.15) !important;
  padding:25px;
}

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

.testimonial_box .sp-testimonial-client-name{
  font-size:26px !important;
  color:#060606 !important;
  line-height:28px !important;
  font-style:italic !important;
  text-align:left !important;
}

.testimonial_box .sp-testimonial-client-rating{
  display:block !important;
  text-align:right !important;
  margin-top:-32px !important;
}

#footer{
  background:#1293c5;
  padding:50px 0 25px;
}

.footer_top{
  padding-bottom:40px;
}

.footer_title{
  font-family: 'Cambria';
  font-size:26px;
  line-height:28px;
  margin-bottom:20px;
  padding-bottom:16px;
}

.footer_title:after{
  content:"";
  position:absolute;
  width:60px;
  height:2px;
  background:#fff;
  left:0;
  bottom:0;
}

.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:#94e02e;
}

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

.footer_contact li .icon{
  display:inline-block;
  width:21px;
  text-align:center;
  margin-right:10px;
}

.footer_contact li a{
  color:#fff;
}

.footer_bottom .text-common a{
  color:#fff;
}

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

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

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

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

.contact-title{
  font-family: 'Cambria';
  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 #008dc3;
  background:#deeaee;
  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:#008dc3;
  border-radius:30px;
  padding:13px 30px;
}

.contact_form .block .btn:hover{
  background:#94e02e;
  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: 'Cambria';
  font-size:36px;
  color:#040105;
  line-height:44px;
  font-weight:700;
}

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

.inner-sm-title strong{
	font-size:20px;
	line-height:24px;
	color:#008DC3;
}

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

.ceo_content_box{
	margin-right:-70px;
	z-index:999;
}

.ceo_content_box .inner-sm-title{
	color:#008dc3;
}

.bg-color{
  background:#f4f4f4;
}

.bg-prpl{
   background:#A63DB2;
}

.cta-title{
  font-family: 'Cambria';
  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:#008dc3;
  padding:15px 20px;
}

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

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

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

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

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

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

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


.inner-img{
	border-radius: 52px 0px 49px 0px;
   -webkit-border-radius: 52px 0px 49px 0px;
   -moz-border-radius: 52px 0px 49px 0px;
   border: 3px solid #008dc3;
}


.inner-img:hover{
	border-radius: 0px 45px 0px 44px;
   -webkit-border-radius: 0px 45px 0px 44px;
   -moz-border-radius: 0px 45px 0px 44px;
    border: 3px solid #008dc3;
	transition:0.5s;
}


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

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

.accordion-button[aria-expanded="true"],
.accordion-button:hover{
	background:#008DC3;
	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_box .text-common{
    min-height:202px;
  }

  .testimonial_box .sp-testimonial-free{
    min-height:215px;
  }



}

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

  .header_logo{
    width:230px;
  }

  .home_banner{
    margin-top:84px;
  }

  .home_banner .desc{
    bottom:12%;
  }

  .service_title{
    min-height:120px;
  }

  .service_box .text-common{
    min-height:385px;
  }

  .testimonial_box .sp-testimonial-free{
    min-height:295px;
  }

 #footer{
    padding-bottom:70px;
  }

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

  .page .entry-header, 
  .error404 .page-header{
    margin-top:84px !important;
  }
	
	.thumb-conatct .section .text{
		width:72%;
	}
  
}

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

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

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

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

  .service_panel{
    padding:35px 0;
  }

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

  .service_bg_title span, 
  .testimonial_bg_title span{
    font-size:22px;
    line-height:24px;
  }

  .service_box{
    padding:22px;
  }

  .service_title, 
  .choose_title,
  .cta_sm_title{
    font-size:18px;
    line-height:26px;
  }

  .service_title,
  .service_box .text-common,
  .testimonial_box .sp-testimonial-free{
    min-height:auto;
  }

  .about_panel, 
  .testimonial_panel{
    padding-top:30px;
  }

  .about_sm_title, 
  .choose_sm_title{
    font-size:18px;
    line-height:20px;
  }

  .about_bg_title, 
  .choose_bg_title{
    margin-bottom:20px;
  }

  .mission_title{
    font-size:22px;
    line-height:28px;
    padding-bottom:12px;
  }

  .h_form_logo,
  .footer_logo{
    width:230px;
  }

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

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

  .choose_panel{
    padding:60px 0 35px;
  }

  .choose_panel:before{
    height:42px;
    background-size:contain;
  }

  .choose_title{
    padding:12px 0 10px;
  }

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

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

  #footer{
    padding-top:30px;
  }

  .footer_top{
    padding-bottom:26px;
  }

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

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

  .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;
  }
	
	.thumb-conatct .section .icon{
		width:65px;
		height:65px;
		line-height:65px;
	}
	
	.contact-title{
		font-size:20px;
		line-height:22px;
	}
	
	.contact-main{
		font-size:15px;
	}
	
	.contact_map iframe{
		height:260px;
	}
	
  .accordion-button {
    font-size: 14px;
    line-height: 20px;
  }
	
  .inner-disc .row{
	display:block;
  }
	
.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;
}
	
	.ceo_content_box{
		margin-right:0;
	}
  
}

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

  .h_cta_img{
    margin-bottom:0;
  }


  
}
