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

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

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

.btn1:hover{
  background:#4d8f11;
  color:#fff;
}

.btn2{
  font-size:16px;
  color:#fff;
  line-height:18px;
  font-weight:500;
  letter-spacing:.03em;
  background:#4d8f11;
  border-radius:30px 30px 0 30px;
  padding:15px 30px;
}

.btn2:hover{
  background:#0856a8;
  color:#fff;
}

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

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

.header_top{
  background:#4d8f11;
  padding:12px 0;
  transition:all 500ms ease-in-out;
}

.head_ph a,
.head_get_btn a{
  font-size:18px;
  color:#fff;
  line-height:20px;
  font-weight:500;
  letter-spacing:.03em;
}

.head_get_btn a{
  text-decoration:underline;
}

.head_ph a:hover,
.head_get_btn a:hover{
  color:#0144a6;
}

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

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

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

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

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

}

.home_banner{
  background:url(../images/banner-bg.jpg) no-repeat center center;
  background-size:cover;
  margin-top:182px;
  padding:50px 0;
}

.banner_big_heading{
  font-family: 'Oscine Trial XBold';
  font-size:50px;
  color:#0856a8;
  line-height:58px;
  text-shadow:2px 2px 2px rgba(0,0,0,.7);
  margin-bottom:20px;
}

.banner_btn1,
.banner_btn2{
  border:1px solid #0856a8;
  border-radius:0 30px 30px;
  padding:6px;
}

.banner_btn2{
  border-color:#4d8f11;
  border-radius:30px 30px 0;
}

.banner_btn1 span,
.banner_btn2 span{
  display:inline-block;
  font-size:16px;
  color:#fff;
  line-height:18px;
  font-weight:500;
  letter-spacing:.03em;
  background:#4d8f11;
  border-radius:0 30px 30px;
  padding:14px 20px;
}

.banner_btn1:hover span{
  background:#0856a8;
}

.banner_btn2 span{
  background:#6e2979;
  border-radius:30px 30px 0;
}

.banner_btn2:hover span{
  background:#4d8f11;
}

.service_block{
  background:#6e2979;
  padding:60px 0 80px;
}

.service_block .top_panel,
.blog_section .upper_sec{
  margin-bottom:35px;
}

.service_big_heading,
.about_big_heading,
.h_cta_heading,
.h_location_title,
.blog_big_heading,
.journey_big_heading{
  font-family: 'Oscine Trial XBold';
  font-size:48px;
  color:#0856a8;
  line-height:54px;
  letter-spacing:.02em;
  margin-bottom:20px;
}

.service_box{
  background:#a6c818;
  border-radius:200px 200px 0 0;
  padding:10px 10px 0 10px;
}
.service_box_alt{
  background:#0856A8;
  border-radius:200px 200px 0 0;
  padding:10px 10px 0 10px;
}

.service_block .col-lg-3:nth-child(2n) .service_box{
  background:#2492db;
}

.serv_img img.big{
  border-radius:50%;
}

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

.serv_content{
  min-height:200px;
}

.service_heading{
  font-size:22px;
  color:#030303;
  line-height:30px;
  font-weight:600;
  letter-spacing:.02em;
  margin:16px 0 12px;
}

.serv_btn a{
  font-size:15px;
  color:#030303;
  line-height:18px;
  letter-spacing:.03em;
  background:#fff;
  border:1px solid #4d8f11;
  border-radius:30px;
  margin-bottom:-10px;
  padding:12px 20px;
}

.serv_btn a:hover{
  background:#4d8f11;
  color:#fff;
}

.service_block .col-lg-3:nth-child(2n) .serv_btn a{
  border-color:#0856a8;
}

.service_block .col-lg-3:nth-child(2n) .serv_btn a:hover{
  background:#0856a8;
}

.about_section,
.blog_section{
  background:#6e2979;
  padding-bottom:60px;
}

.about_big_heading span{
  color:#a6c818;
}

.about_big_heading span.blue{
  color:#2492db;
}

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

.h_cta_section:before{
  content:"";
  position:absolute;
  width:100%;
  height:46px;
  background:url(../images/h-cta-design.png) no-repeat center bottom;
  background-size:cover;
  left:0;
  top:0;
}

.h_form_panel{
  background:#6e2979;
  padding:60px 0;
}

.h_location_title{
  padding-bottom:15px;
}

.h_location_title:after{
  content:"";
  position:absolute;
  width:60%;
  height:2px;
  background:#fff;
  left:0;
  right:0;
  bottom:0;
  margin:0 auto;
}

.h_location_list li{
  display:inline-block;
  margin:5px;
}

.h_location_list li a{
  font-size:16px;
  color:#fff;
  line-height:18px;
  letter-spacing:.03em;
  background:#2492db;
  border:2px dashed #0856a8;
  border-radius:30px;
  padding:12px 20px;
}

.h_location_list li a:hover{
  background:#fff;
  color:#030303;
}

.home_map{
  line-height:0;
}

.home_map iframe{
  width:100%;
  height:220px;
  margin-bottom:0;
}

.h_contact_box{
  background:url(../images/h-form-bg.jpg) no-repeat center top;
  background-size:cover;
  padding:40px;
}

.blog_boxs .block{
  background:#a6c818;
  padding:5px;
}

.blog_boxs .block:nth-child(2n){
  background:#2492db;
}

.blog_sm_heading{
  font-size:20px;
  color:#5a92c2;
  line-height:22px;
  letter-spacing:.04em;
  background:#fff;
  border-radius:30px;
  margin-bottom:10px;
  padding:6px 20px;
}

.blog_heading{
  font-size:20px;
  line-height:28px;
  font-weight:600;
  letter-spacing:.02em;
  margin-bottom:12px;
}

.blog_post_date{
  font-size:16px;
  color:#fff;
  line-height:22px;
  font-weight:500;
  letter-spacing:.02em;
  background:url(../images/calender-icon01.png) no-repeat left center;
  padding-left:30px;
}

.journey_section{
  background:url(../images/journey-bg.jpg) no-repeat center center;
  background-size:cover;
}

.journey_section:after{
  content:"";
  position:absolute;
  width:100%;
  height:51px;
  background:url(../images/journey-btm-design.png) no-repeat center top;
  background-size:cover;
  left:0;
  bottom:0;
}

.journey_content{
  width:640px;
}

.footer_top{
  background:#4d8f11;
  padding:40px 0;
}

.abn_title{
  font-size:22px;
  line-height:28px;
  font-weight:600;
  letter-spacing:.02em;
  margin-bottom:30px;
}

.footer_heading{
  font-size:26px;
  line-height:28px;
  font-weight:600;
  letter-spacing:.03em;
  margin-bottom:20px;
}

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

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

.ft_link li a,
.footer_contact li{
  font-size:16px;
  color:#fff;
  line-height:18px;
  letter-spacing:.02em;
}

.ft_link li a:hover,
.footer_contact li a:hover{
  color:#010101;
}

.footer_contact li{
  display:inline-block;
  margin-right:25px;
}

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

.footer_contact li a{
  color:#fff;
}

.footer_logo{
	width:230px;
}

.footer_bottom{
  background:#6e2979;
  padding:30px 0;
}

.footer_bottom p span,
.footer_bottom p a{
  color:#8cd1ff;
  font-weight:600;
}

.footer_bottom p a{
  color:#abdf7b;
}

#back-button {
  display:inline-block;
  background-color:#0856a8;
  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/banner-bg.jpg) no-repeat center top;
  background-size:cover;
  margin-top:182px !important;
  padding:130px 0 120px !important;
}

.page .entry-header .entry-title,
.error404 .page-header .page-title{
  font-family: 'Oscine Trial XBold';
  font-size:50px;
  color:#0856a8;
  line-height:58px;
  letter-spacing:.02em;
  text-shadow:2px 2px 2px rgba(0,0,0,.7);
  text-align:center;
}

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

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

.contact-title{
  font-family: 'Oscine Trial XBold';
  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:#4d8f11;
}

.inner_cont_sec .form_block{
  background:#3b546b;
  border-radius:15px;
}

.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:60px;
  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;
}

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

.contact_form .block select{
  background:url(../images/down-arrow02.png) no-repeat right 20px center !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:#4d8f11;
  border:none;
  border-radius:10px;
  text-align:center;
  padding:16px 30px;
}

.contact_form .block .btn:hover{
  background:#0856a8;
  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: 'Oscine Trial XBold';
  font-size:48px;
  color:#040404;
  line-height:56px;
  letter-spacing:.02em;
}

.inner_bg_title strong,
.cta_bg_title strong{
  color:#0856a8;
}

.inner_sm_title{
  font-family: 'Oscine Trial XBold';
  font-size:26px;
  color:#050505;
  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 3px;
  margin-bottom:10px;
  padding-left:28px;
}

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

.sec_bg_color{
  background:#f5f5f5;
}

.cta_bg_title{
  font-family: 'Oscine Trial XBold';
  font-size:46px;
  color:#040404;
  line-height:54px;
  letter-spacing:.02em;
}

.cta_bg_title:after{
  content:"";
  position:absolute;
  width:61px;
  height:2px;
  background:#4d8f11;
  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:#0856a8;
  padding:15px 20px;
}

.cta-btn li:last-child a{
  background:#a6c818;
  color:#020202;
}

.serv_inner_title{
	font-size:24px;
	color:#020202;
	line-height:26px;
	font-weight:600;
	letter-spacing:.03em;
}

@media screen and (max-width:1366px){
  .journey_content{
    width:550px;
  }
	
	.serv_content{
		min-height:230px;
	}

}

@media screen and (max-width:991px){
  .header_bottom{
    box-shadow:0 4px 6px rgba(0,0,0,.15);
    padding:12px 0;
  }

  .header_logo{
    width:70px;
  }

  .home_banner{
    margin-top:95px;
  }

  .journey_content{
    width:350px;
  }

  .footer_bottom{
    padding-bottom:70px;
  }

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

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


}

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

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

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

  .banner_btn1, 
  .banner_btn2{
    padding:3px;
  }

  .banner_btn1 span, 
  .banner_btn2 span,
  .btn1,
  .btn2,
  .h_location_list li a,
  .contact_form .block .btn{
    font-size:14px;
    line-height:16px;
    padding:12px 18px;
  }

  .service_block{
    padding:35px 0 45px;
  }

  .service_block .top_panel, 
  .blog_section .upper_sec{
    margin-bottom:22px;
  }

  .service_big_heading, 
  .about_big_heading, 
  .h_cta_heading, 
  .h_location_title, 
  .blog_big_heading, 
  .journey_big_heading,
  .inner_bg_title,
  .cta_bg_title{
    font-size:28px;
    line-height:35px;
    margin-bottom:18px;
  }

  .service_heading{
    font-size:20px;
    line-height:28px;
  }

  .about_section, 
  .blog_section{
    padding-bottom:30px;
  }

  .h_cta_section{
    padding:45px 0 35px;
  }

  .h_cta_section:before,
  .journey_section:after{
    height:20px;
  }

  .h_form_panel{
    padding:35px 0;
  }

  .h_location_list li a{
    padding:10px 18px;
  }

  .h_contact_box{
    padding:25px;
  }

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

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

  .blog_boxs .block{
    padding:20px;
  }

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

  .blog_heading{
    font-size:18px;
    line-height:25px;
  }

  .blog_post_date{
    font-size:14px;
    line-height:20px;
  }

  .journey_content{
    width:100%;
  }

  .journey_content,
  .footer_top{
    padding:30px 0;
  }

  .abn_title{
    font-size:18px;
    line-height:20px;
    margin-bottom:20px;
  }

  .footer_logo{
    width:130px;
  }

  .footer_heading{
    font-size:22px;
    line-height:24px;
    margin-bottom:16px;
  }

  .ft_link li a, 
  .footer_contact li,
  .contact-main{
    font-size:15px;
  }

  .footer_contact li{
    display:block;
    margin-right:0;
    margin-bottom:10px;
  }

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

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

  .page .entry-header .entry-title, 
  .error404 .page-header .page-title{
    margin-bottom:0;
  }

  .inner_cont_sec .section .icon{
    width:62px;
    height:62px;
    line-height:62px;
  }

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

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

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

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

@media screen and (max-width:575px){
  .serv_content{
    min-height:auto;
  }

  
}
