@charset "utf-8";
/* CSS Document */
body{ 
  width:100%;
  padding:0; 
  margin:0; 
  background:#fff; 
  overflow-x:hidden;
  color:#fff; 
  font-family: 'Poppins', 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;
}

ul,li{ 
  padding:0; 
  margin:0; 
  list-style:none; 
}

button:focus{
  outline:none;
}

img{
  max-width:100%;
  height:auto;
}

/* ===== common css ====== */
.btn1{
  font-size:16px;
  color:#fff;
  line-height:18px;
  font-weight:500;
  letter-spacing:.02em;
  background:#014588;
  border-radius:0 15px;
  padding:14px 25px;
}

.btn1:hover{
  background:#04929d;
  color:#fff;
}

.btn2{
  font-size:16px;
  color:#fff;
  line-height:18px;
  font-weight:500;
  letter-spacing:.02em;
  background:#04929d;
  border-radius:0 15px;
  padding:14px 25px;
}

.btn2:hover{
  background:#014588;
  color:#fff;
}

.common_paragraph{
  font-size:16px;
  color:#050505;
  line-height:26px;
  letter-spacing:.03em;
  margin-bottom:20px;
}

.radious-img{
	border-radius: 100px 0px 0px 100px;
	border-left: 5px solid #036e75;
}

.img-box{
	border-radius: 30px;
	min-height: 550px;
	color: #fff;
	background-color: #C8E8EA;
}
.img-box img{
	border-radius: 30px 30px 0px 0px;
	border-bottom: solid 4px #014588;
}
.img-box-sm{
	border-radius: 30px;
	min-height: 300px;
	color: #fff;
	background-color: #014588;
}

@media (max-width: 991.98px) {
  .img-box, .img-box-sm{
    min-height: auto;
	padding: 20px;
  }
	.contact-main {
    font-size: 13px;    
	}
	.contact-title {
    font-size: 20px;   
	}
}




/* ===== Header Starts ====== */
.navbar-default{ 
  background:#fff; 
  border:none;
  box-shadow:0 4px 6px rgba(0,0,0,.15);
  margin:0;
  padding:15px 0; 
  transition:all 500ms ease-in-out; 
}

.navbar-default:after{
  content:"";
  position:absolute;
  width:25%;
  height:66px;
  background:#c8e8ea;
  right:0;
  top:0;
  bottom:0;
  margin:auto 0;
}

.header_logo{
  width:200px;
  transition:all 500ms ease-in-out; 
}

.header_right{
  background:#c8e8ea;
  border-radius:50px 0 0 50px;
  padding:10px 0 10px 35px;
  z-index:999;
}

@media screen and (min-width:992px){
  .navbar-default.navbar-fixed{
    padding:12px 0;
  }

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

}

.home_banner{
  margin-top:116px;
}

#img-container{
  display:flex;
  flex-wrap:wrap;
  width:102%;
  overflow:hidden;
}

.h_banner_item{
  width:25%;
  margin-right:-2.5px;
  margin-left:-2.5px;
  padding-right:0px;
  padding-left:0px;
  position:relative;
  overflow:hidden;
}

.h_banner_item:before{
	content:"";
	position:absolute;
	width:100%;
	height:100%;
	background:rgba(0,0,0,.4);
	left:0;
	top:0;
	opacity:0;
	visibility:hidden;
}

.h_banner_item:hover:before,
.h_banner_item:hover .banner_big_title{
	opacity:1;
	visibility:visible;
}

.img-expand{
	height:600px;
	object-fit:cover;
}

.banner_big_title{
	position:absolute;
	width:420px;
	left:0;
	right:0;
	bottom:10%;
	background:#fff;
	border-radius:20px;
	font-family: "DM Serif Display", serif;
	font-size:47px;
	color:#020202;
	line-height:54px;
	margin:0 auto;
	padding:15px;
	opacity:0;
	visibility:hidden;
}

.h_banner_title{
	font-family: "DM Serif Display", serif;
	font-size:30px;
	color:#020202;
	line-height:36px;
	border-radius:15px;
	text-align:center;
	position:absolute;
	background:#fff;
	width:90%;
	left:0;
	right:0;
	bottom:10%;
	margin:0 auto;
	padding:15px;
}

.h_form_sec{
  background:url(../images/h-form-bg.jpg) no-repeat center center;
  background-size:cover;
  padding:35px 0;
}

.about_sec{
  padding:60px 0;
}

.about_big_title,
.service_bg_title,
.stage_big_title,
.test_big_title,
.choose_big_title,
.blog_big_title{
  font-family: "DM Serif Display", serif;
  font-size:46px;
  color:#040404;
  line-height:54px;
  margin-bottom:25px;
  padding-bottom:20px;
}

.about_big_title span,
.service_bg_title span,
.stage_big_title span,
.test_big_title span,
.blog_big_title span{
  color:#0397a0;
}

.about_big_title:after,
.service_bg_title:after,
.stage_big_title:after,
.test_big_title:after,
.choose_big_title:after,
.blog_big_title:after{
  content:"";
  position:absolute;
  width:120px;
  height:1px;
  background:#0397a0;
  left:0;
  bottom:0;
}

.ab_read_more{
  font-size:18px;
  color:#123c59 !important;
  line-height:20px;
  font-weight:500;
  letter-spacing:.03em;
  text-decoration:underline !important;
  background:url(../images/right-arrow01.png) no-repeat 96% center;
  padding-right:28px;
}

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

.ab_phone{
  font-size:16px;
  color:#090909;
  line-height:18px;
  font-weight:500;
  letter-spacing:.02em;
  border:1px solid #004587;
  border-radius:30px;
  padding-right:20px;
}

.ab_phone:hover{
  color:#004587;
}

.service_sec,
.stage_sec,
.test_sec,
.choose_sec,
.blog_sec{
  padding-bottom:60px;
}

.service_bg_title:after,
.test_big_title:after,
.blog_big_title:after{
  right:0;
  margin:0 auto;
}

.h_care_bg_title,
.n_care_bg_title{
  font-size:26px;
  color:#007279;
  line-height:32px;
  font-weight:600;
  letter-spacing:.03em;
  margin-bottom:25px;
}

.h_care_box{
  padding:25px 20px;
  z-index:999;
}

.h_care_box:before,
.h_care_box:after{
  content:"";
  position:absolute;
  width:100%;
  height:100%;
  background:#036e75;
  border-radius:15px;
  left:0;
  top:0;
  z-index:-1;
  transition:all 400ms ease-in-out;
}

.h_care_box:hover:before{
  transform:skewX(4deg);
}

.h_care_box:after{
  background:#0397a0;
}

.h_care_box:hover:after{
  transform:skewX(-4deg);
}

.h_care_icon{
  width:65px;
  height:65px;
  line-height:65px;
  background:#fff;
  border-radius:50%;
  text-align:center;
  margin:0 auto;
}

.h_care_cont{
  min-height:215px;
}

.h_care_title{
  font-size:20px;
  line-height:26px;
  font-weight:600;
  letter-spacing:.03em;
  min-height:52px;
  margin:16px 0 12px;
}

.n_care_serv{
  background:#edf2f7;
  border-radius:25px;
  padding:30px;
}

.n_care_bg_title{
  color:#004587;
}

.n_care_title{
  font-size:18px;
  color:#004587;
  line-height:25px;
  font-weight:600;
  letter-spacing:.03em;
  border:1px solid #004587;
  border-radius:50px;
  min-height:98px;
  padding:10px 20px;
}

.n_care_box:hover .n_care_title{
  background:#004587;
  color:#fff;
}

.n_care_img img{
  border-radius:50%;
  border:10px solid transparent;
}

.n_care_box:hover .n_care_img img{
  border-color:#0397a0;
}

.stage_left{
  border-radius:0 500px 500px 0;
  overflow:hidden;
}

.stage_box:after{
  content:"";
  position:absolute;
  width:35px;
  height:105px;
  background:url(../images/down-arrow01.png) no-repeat right bottom;
  background-size:100%;
  right:30%;
  bottom:-55px;
  z-index:999;
}

.stage_box:last-child:after{
  display:none;
}

.stage_title{
  font-size:18px;
  line-height:25px;
  font-weight:600;
  letter-spacing:.03em;
  position:absolute;
  width:500px;
  right:0;
  top:35%;
}

.stage_right{
  width:640px;
}

.stage_sm_title{
  font-size:22px;
  color:#090909;
  line-height:26px;
  font-weight:600;
  letter-spacing:.03em;
  margin-bottom:20px;
}

.stage_right img{
  border-radius:20px;
}

.test_content{
  display:none;
  width:600px;
  position:relative;
  left:-200px;
}

.test_sec .owl-item.center .text_box{
  margin-top:30px;
}

.test_sec .owl-item.center .test_content{
  display:block;
}

.client_name{
  display:inline-block;
  font-size:22px;
  color:#fff;
  line-height:24px;
  font-weight:600;
  letter-spacing:.02em;
  background:#0397a0;
  border-radius:30px;
  padding:12px 25px;
}

.choose_sec{
  background:url(../images/logo-icon01.png) no-repeat right -80px center;
  background-size:220px;
}

.choose_list li{
  font-size:17px;
  color:#080808;
  line-height:25px;
  font-weight:500;
  letter-spacing:.02em;
  background:url(../images/love-icon01.png) no-repeat left 5px;
  margin-bottom:12px;
  padding-left:32px;
}

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

.blog_post_date{
  font-size:15px;
  color:#fff;
  line-height:18px;
  font-weight:500;
  letter-spacing:.02em;
  background:#0397a0;
  padding:10px 15px;
  position:absolute;
  right:0;
  bottom:0;
}

.blog_content{
  background:#edf2f7;
  padding:20px 20px 20px 55px;
}

.blog_content:before{
  content:"";
  position:absolute;
  width:35px;
  height:120px;
  background:#0397a0;
  left:0;
  bottom:0;
}

.blog_content:after{
  content:"";
  position:absolute;
  width:35px;
  height:20px;
  background:#004587;
  left:0;
  bottom:100px;
  opacity:0;
  visibility:hidden;
}

.blog_box:hover .blog_content:after{
  opacity:1;
  visibility:visible;
}

.blog_title{
  font-size:20px;
  color:#060606;
  line-height:26px;
  font-weight:600;
  letter-spacing:.02em;
  margin-bottom:12px;
}

.blog_content a{
  font-size:17px;
  color:#004587;
  line-height:20px;
  font-weight:500;
  letter-spacing:.02em;
  text-decoration:underline;
}

.blog_content a:hover{
  color:#0397a0;
}

#footer{
  background:linear-gradient(to top right, #004587, #0397a0);
  padding-bottom:30px;
}

.footer_big_title{
  font-family: "DM Serif Display", serif;
  font-size:40px;
  line-height:48px;
  letter-spacing:.02em;
  margin-bottom:15px;
}

.footer_sm_title{
  font-size:20px;
  line-height:26px;
  font-weight:500;
  letter-spacing:.02em;
  margin-bottom:20px;
}

.ft_enquire_btn{
  font-size:16px;
  color:#fff;
  line-height:18px;
  font-weight:500;
  letter-spacing:.02em;
  background:#063351;
  border-radius:30px;
  padding:5px 20px 5px 5px;
}

.ft_enquire_btn:hover{
  background:#0397a0;
  color:#fff;
}

.footer_img img{
  width:190px;
  margin-top:-20px;
}

.footer_mid{
  padding:30px;
}

.footer_mid:before{
  content:"";
  position:absolute;
  width:300px;
  height:135px;
  background:url(../images/logo.png) no-repeat center center;
  background-size:100%;
  left:0;
  right:0;
  top:0;
  bottom:0;
  margin:auto;
  opacity:.09;
}

.footer_title{
  font-size:24px;
  color:#030303;
  line-height:30px;
  font-weight:600;
  letter-spacing:.02em;
  margin-bottom:20px;
  padding-bottom:15px;
}

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

.ft_contact .block{
  margin-bottom:15px;
}

.ft_contact .block:last-child{
  margin-bottom:0;
}

.ft_contact .block.Working_hour{
  background:#c4e7e9;
  border-radius:10px;
  padding:12px;
}

.ft_contact_title{
  font-size:17px;
  color:#020202;
  line-height:20px;
  font-weight:500;
  margin-bottom:6px;
}

.ft_contact_main{
  font-size:16px;
  color:#080808;
  line-height:22px;
  letter-spacing:.02em;
}

.ft_contact_main span{
  font-weight:500;
}

.ft_contact_main a{
  color:#080808;
}

.ft_contact_main a:hover,
.footer_link li a:hover{
  color:#0397a0;
}

.ft_serv_title{
  font-size:18px;
  color:#050505;
  line-height:24px;
  font-weight:600;
  letter-spacing:.02em;
  margin-bottom:15px;
}

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

.footer_link li:last-child,
.ft_social li:last-child{
  margin-bottom:0;
}

.footer_link li a,
.ft_social li a{
  font-size:16px;
  color:#060606;
  line-height:18px;
  letter-spacing:.02em;
}

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

.ft_social li a{
  font-weight:600;
}

.ft_abn_text{
  font-size:22px;
  color:#050505;
  line-height:24px;
  letter-spacing:.02em;
}

.ft_abn_text span{
  font-weight:600;
}

.footer_mid .contact_form .block .form-control{
  border:1px solid #0397a0;
}

.footer_btm{
  padding-top:30px;
}

.footer_btm .common_paragraph span,
.footer_btm .common_paragraph a{
  color:#fff;
  font-weight:600;
}

#back-button {
  display:inline-block;
  background-color:#014588;
  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 center center;
  background-size:cover;
  margin-top:116px !important;
  padding:130px 0 120px !important;
  position:relative;
}

.page .entry-header .entry-title,
.error404 .page-header .page-title{
  font-family: "DM Serif Display", serif;
  font-size:50px;
  color:#fff;
  line-height:58px;
  letter-spacing:.02em;
}

.inner_cont_sec .section .icon{
  width:75px;
  height:75px;
  background:#533925;
  line-height:75px;
  border-radius:20px 0 20px 20px;
  text-align:center;
}

.inner_cont_sec .section .text{
  width: 75%;
}

.contact-title{
  font-family: "DM Serif Display", serif;
  font-size:24px;
  color:#030303;
  line-height:30px;
  letter-spacing:.03em;
}

.contact-main{
  font-size:16px;
  color:#020202;
  line-height:22px;
}

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

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

.inner_cont_sec .form_block{
  background:#a38153;
  border-radius:20px;
}

.contact_form .block{
  margin-bottom:15px;
}

.contact_form .block p{
  margin-bottom:0;
}

.contact_form .block label{
  font-size:16px;
  color:#010101;
  line-height:18px;
  font-weight:500;
  margin-bottom:10px;
}

.contact_form .block .form-control{
  height:50px;
  border-radius:10px;
  border:none;
  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:130px;
  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{
  width:100%;
  font-size:18px;
  color:#fff;
  line-height:20px;
  font-weight:500;
  letter-spacing:.03em;
  text-transform:inherit;
  background:#004587;
  border:none;
  border-radius:10px;
  text-align:center;
  padding:15px 30px;
}

.contact_form .block .btn:hover{
  background:#002c57;
  color:#fff;
}

.contact_form .block .wpcf7-spinner,
.van_booking_form .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:#010101;
  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_bg_title{
  font-family: "DM Serif Display", serif;
  font-size:48px;
  color:#030303;
  line-height:56px;
  letter-spacing:.02em;
}

.inner_bg_title strong,
.cta_bg_title strong{
  color:#0397a0;
}

.inner_sm_title{
  font-family: "DM Serif Display", serif;
  font-size:26px;
  color:#020202;
  line-height:34px;
  letter-spacing:.03em;
}

.inner_list li{
  font-size:16px;
  color:#050505;
  line-height:26px;
  font-weight:500;
  letter-spacing:.03em;
  background:url(../images/tick-icon001.png) no-repeat left 5px;
  margin-bottom:10px;
  padding-left:28px;
}

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

.sec_bg_color{
  background:#f5f5f5;
}

.cta_bg_title{
  font-family: "DM Serif Display", serif;
  font-size:46px;
  color:#030303;
  line-height:54px;
  letter-spacing:.02em;
}

.cta_bg_title:after{
  content:"";
  position:absolute;
  width:61px;
  height:2px;
  background:#014588;
  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;
  letter-spacing:.02em;
  background:#014588;
  padding:15px 20px;
}

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

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

  .stage_right{
    width:550px;
  }


}

@media screen and (max-width:991px){
  .navbar-default{
    padding:12px 0;
  }

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

  .header_logo{
    width:140px;
  }

  .home_banner{
    margin-top:85px;
  }

  #footer{
    padding-bottom:70px;
  }

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

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


}

@media screen and (max-width:767px){
  .h_form_sec{
    padding:25px 0;
  }
	
	.h_form_sec .row{
		display:block;
	}

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

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

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

  .about_sec{
    padding:35px 0;
  }

  .about_big_title, 
  .service_bg_title, 
  .stage_big_title, 
  .test_big_title, 
  .choose_big_title, 
  .blog_big_title{
    font-size:28px;
    line-height:35px;
    margin-bottom:20px;
  }

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

  .ab_read_more{
    font-size:16px;
    line-height:18px;
  }

  .h_care_cont{
    min-height:200px;
  }

  .service_sec, 
  .stage_sec, 
  .test_sec, 
  .choose_sec, 
  .blog_sec{
    padding-bottom:35px
  }

  .n_care_serv{
    padding:22px
  }

  .test_content{
    left:-222px;
  }

  .client_name{
    font-size:18px;
    line-height:20px;
    padding:10px 20px
  }

  .choose_list li{
    font-size:15px;
    line-height:23px;
  }

  .blog_content a{
    font-size:15px;
    line-height:18px;
  }

  #footer{
    padding-top:35px;
  }

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

  .footer_sm_title{
    font-size:16px;
    line-height:22px;
  }

  .footer_img img{
    margin-top:0;
  }

  .footer_mid{
    padding:22px;
  }

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

  .ft_serv_title{
    font-size:16px;
    line-height:18px;
  }

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

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

  .ft_contact_title{
    font-size:15px;
    line-height:18px;
  }

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

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

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

  
}

@media screen and (max-width:575px){
  .h_care_cont,
  .h_care_title,
  .n_care_title{
    min-height:auto;
  }

  .stage_title{
    width:320px;
    top:22%;
  }

  .stage_box:after{
    width:25px;
    height:76px;
    bottom:-45px;
  }

  .stage_right{
    width:100%;
  }

  .test_content{
    width:100%;
    left:0;
  }

  
}
