body {
  padding: 0px;
  margin: 0px;
  font-family: 'Montserrat';
}
img {
  max-width: 100%;
  height: 0 auto;
}
a:focus {
  outline: none;
  outline: 0px auto -webkit-focus-ring-color;
  outline-offset: 0px
}
.btn.active.focus, .btn.active:focus, .btn.focus, .btn.focus:active, .btn:active:focus, .btn:focus {
  outline: none;
  outline-offset: 0px;
}
a:focus, a:hover {
  text-decoration: none !important;
}
a {
  text-decoration: none !important;
}
.container, .container-lg, .container-md, .container-sm, .container-xl {
  max-width: 1140px;
}


@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Regular.eot');
  src: url('../fonts/Montserrat-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/Montserrat-Regular.woff2') format('woff2'), url('../fonts/Montserrat-Regular.woff') format('woff'), url('../fonts/Montserrat-Regular.ttf') format('truetype'), url('../fonts/Montserrat-Regular.svg#Montserrat-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Medium.eot');
  src: url('../fonts/Montserrat-Medium.eot?#iefix') format('embedded-opentype'), url('../fonts/Montserrat-Medium.woff2') format('woff2'), url('../fonts/Montserrat-Medium.woff') format('woff'), url('../fonts/Montserrat-Medium.ttf') format('truetype'), url('../fonts/Montserrat-Medium.svg#Montserrat-Medium') format('svg');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-SemiBold.eot');
  src: url('../fonts/Montserrat-SemiBold.eot?#iefix') format('embedded-opentype'), url('../fonts/Montserrat-SemiBold.woff2') format('woff2'), url('../fonts/Montserrat-SemiBold.woff') format('woff'), url('../fonts/Montserrat-SemiBold.ttf') format('truetype'), url('../fonts/Montserrat-SemiBold.svg#Montserrat-SemiBold') format('svg');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Bold.eot');
  src: url('../fonts/Montserrat-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/Montserrat-Bold.woff2') format('woff2'), url('../fonts/Montserrat-Bold.woff') format('woff'), url('../fonts/Montserrat-Bold.ttf') format('truetype'), url('../fonts/Montserrat-Bold.svg#Montserrat-Bold') format('svg');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-ExtraBold.eot');
  src: url('../fonts/Montserrat-ExtraBold.eot?#iefix') format('embedded-opentype'), url('../fonts/Montserrat-ExtraBold.woff2') format('woff2'), url('../fonts/Montserrat-ExtraBold.woff') format('woff'), url('../fonts/Montserrat-ExtraBold.ttf') format('truetype'), url('../fonts/Montserrat-ExtraBold.svg#Montserrat-ExtraBold') format('svg');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
.header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  background-size: contain;
  -moz-transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.darkHeader {
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.4);
}
.header_top {
  background: #fec726;
  height: 48px;
  overflow: hidden;
  -moz-transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.darkHeader .header_top {
  height: 0;
}
.header_social {
  text-align: right;
}
.header_social_inner {
  background: #028d6c;
  display: inline-block;
  position: relative;
  padding: 9px 0 10px 10px;
}
.header_social_inner:before {
  background: #028d6c;
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  width: 20px;
  left: -20px;
  -webkit-clip-path: polygon(100% 0%, 0% 100%, 100% 100%);
  clip-path: polygon(100% 0%, 0% 100%, 100% 100%);
}
.header_social_inner:after {
  background: #028d6c;
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  width: 2000px;
  right: -2000px;
}
.header_social_inner a {
  margin-left: 4px;
}
.header_top_left span {
  display: inline-flex;
  align-items: center;
  color: #222;
  font-weight: 500;
  font-size: 15px;
  margin: 11px 10px 0 0;
}
.header_top_left span a {
  color: #222;
}
.header_top_left span img {
  margin-right: 5px;
}
.header_bottom {
  background: #fff;
}
.logo {
  margin-top: 7px;
}
.logo img {
  width: 220px;
}
.header_right {
  text-align: right;
}
.header_menu {
  display: inline-block;
  vertical-align: top;
}
.header_menu ul li a:before {
  position: absolute;
  content: "";
  top: 15px;
  left: 50%;
  background: #0776bd;
  width: 6px;
  height: 6px;
  opacity: 0;
  transform: translate(-50%, 0);
  -moz-transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.header_menu ul li a:hover:before, .header_menu ul li.active a:before {
  opacity: 1;
}
.header_btn {
  display: inline-block;
  vertical-align: top;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  background: #0e73b2;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  color: #fff;
  text-transform: uppercase;
  padding: 10px 25px 12px;
  font-weight: 600;
  margin-top: 18px;
  font-size: 16px;
  border-radius: 35px;
  overflow: hidden;
}
.header_btn:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #028d6c;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.header_btn:hover, .header_btn:focus, .header_btn:active {
  color: #fff;
}
.header_btn:hover:before, .header_btn:focus:before, .header_btn:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
.home_banner_section {
	background: url("../images/banner.jpg") #eee no-repeat center;
	background-size: cover;
	position: relative;
	padding: 250px 0 150px;
}
.banner_subheading {
  font-weight: 500;
  color: #222;
  font-size: 16px;
}
.banner_heading {
  font-weight: bold;
  color: #1e1e1e;
  text-transform: uppercase;
  font-size: 33px;
  line-height: 40px;
  position: relative;
  padding-bottom: 12px;
  margin-top: 5px;
}
.banner_heading:before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 25px;
  height: 4px;
  background: #1e1e1e;
}
.banner_heading strong {
  color: #0776bd;
}
.banner_text {
  font-size: 16px;
  color: #101010;
  margin-top: 20px;
}
.common_btn {
  display: inline-block;
  vertical-align: top;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  background: #0e73b2;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  color: #fff;
  text-transform: uppercase;
  padding: 10px 22px 12px;
  font-weight: 600;
  font-size: 16px;
  border-radius: 35px;
  overflow: hidden;
}
.common_btn:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #009964;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.common_btn:hover, .common_btn:focus, .common_btn:active {
  color: #fff;
}
.common_btn:hover:before, .common_btn:focus:before, .common_btn:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
.home_service_section {
  padding: 60px 0 75px;
}
.home_service_section_heading {
  color: #1c1b1b;
  text-transform: uppercase;
  font-size: 30px;
  font-weight: bold;
}
.home_service_section_heading strong {
  color: #0e73b2;
}
.home_service_block {
  margin-top: 35px;
}
.home_service_block_inner {
  position: relative;
  overflow: hidden;
	border-radius: 10px;
}
.home_service_block_inner img {
  width: 100%;
}
.home_service_block_text {
  position: absolute;
  bottom: 0;
  background: rgba(0, 0, 0, 0.7);
  font-weight: 600;
  font-size: 20px;
  padding: 15px 55px 15px 15px;
  color: #fff;
  left: 0;
  width: 100%;
}
.home_service_btn {
  position: absolute;
  background: url("../images/right_arrew.png") #0e73b2 no-repeat center;
  width: 38px;
  height: 38px;
  bottom: 10px;
  right: 10px;
  border-radius: 50%;
  -moz-transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.home_service_btn:hover {
  background-color: #009964;
}
.home_choose_section {
  background: url("../images/choose_bg.jpg") #0e73b2 no-repeat center top;
  background-size: cover;
  background-attachment: fixed;
  padding: 60px 0;
  text-align: center;
  position: relative;
}
.home_choose_section:before {
  background: rgba(14, 115, 178, 0.9);
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.home_choose_section .container {
  position: relative;
  z-index: 9;
}
.home_choose_subheading {
  color: #fec726;
  font-weight: 500;
  font-size: 17px;
}
.home_choose_heading {
  font-weight: bold;
  font-size: 25px;
  color: #fff;
}
.home_choose_block {
  margin-top: 45px;
  position: relative;
}
.home_choose_block img {
  width: 140px;
}
.home_choose_block:before {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  right: 0;
  width: 1px;
  opacity: 0.3;
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0.2) 100%);
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0.2) 100%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0.2) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#33ffffff', GradientType=0);
}
.home_choose_block:last-child:before {
  display: none;
}
.home_choose_block_heading {
  color: #fec726;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 20px;
  line-height: 26px;
  margin-top: 25px;
}
.home_choose_block_text {
  font-size: 15px;
  color: #fff;
  margin-top: 10px;
}
.home_about_section {
  padding: 60px 0 70px;
}
.home_about_heading {
  font-weight: bold;
  color: #1e1e1e;
  font-size: 32px;
  line-height: 38px;
  position: relative;
  padding-bottom: 12px;
  margin-top: 5px;
}
.home_about_heading:before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 30px;
  height: 4px;
  background: #0e73b2;
}
.home_about_heading strong {
  color: #0e73b2;
}
.home_about_text {
  margin-top: 25px;
  color: #555;
}
.home_client_section {
  padding: 0 0 60px;
}
.home_client_heading {
  border-right: 1px solid #ccc;
  font-size: 28px;
  color: #0e0e0e;
  font-weight: bold;
  line-height: 36px;
}
.home_client_heading strong {
  color: #0e73b2;
}
.home_client_icons {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.home_quote_section {
  background: url("../images/quote_bg.jpg") #0e73b2 no-repeat center top;
  background-size: cover;
  background-attachment: fixed;
  padding: 60px 0;
  text-align: center;
  position: relative;
}
.home_quote_section::before {
  background: rgba(14, 115, 178, 0.9);
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.home_quote_section .container {
  position: relative;
  z-index: 9;
}
.home_quote_section_heading {
  color: #fff;
  font-size: 30px;
  font-weight: 600;
  position: relative;
  padding-bottom: 15px;
}
.home_quote_section_heading:before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
  width: 40px;
  height: 3px;
  background: #fff;
}
.home_quote_section_text {
  color: #fff;
  margin-top: 20px;
}
.quote_btn1 {
  display: inline-block;
  vertical-align: top;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  color: #fff;
  text-transform: uppercase;
  padding: 12px 25px;
  background: #000;
  font-weight: 600;
  font-size: 16px;
  border-radius: 35px;
  margin-top: 25px;
  overflow: hidden;
}
.quote_btn1:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #fff;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.quote_btn1:hover, .quote_btn1:focus, .quote_btn1:active {
  color: #222;
}
.quote_btn1:hover:before, .quote_btn1:focus:before, .quote_btn1:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
.quote_btn2 {
  display: inline-block;
  vertical-align: top;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  color: #000;
  text-transform: uppercase;
  padding: 12px 25px;
  background: #fff;
  font-weight: 600;
  font-size: 16px;
  border-radius: 35px;
  margin-top: 25px;
  overflow: hidden;
}
.quote_btn2:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #009964;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.quote_btn2:hover, .quote_btn2:focus, .quote_btn2:active {
  color: #fff;
}
.quote_btn2:hover:before, .quote_btn2:focus:before, .quote_btn2:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
.home_testimonial_section {
  padding: 60px 0;
}
.home_testimonial_heading {
  color: #222;
  font-size: 30px;
  font-weight: bold;
}
.testimonial_box {
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1);
  border-radius: 20px;
  padding: 30px 20px;
}
.testimonial_box_text {
  background: url("../images/star.png") no-repeat;
  color: #555;
  padding-top: 25px;
}
.testimonial_box_name {
  background: url("../images/quote_icon.png") no-repeat center left;
  height: 54px;
  color: #333;
  display: flex;
  align-items: center;
  font-weight: 600;
  font-size: 18px;
  padding-left: 62px;
  margin-top: 20px;
}
.testimonial_slide .item {
  padding: 5px 5px 10px;
}
.testimonial_slide {
  margin-top: 35px;
}
.owl-theme .owl-dots .owl-dot span {
  width: 14px !important;
  height: 14px !important;
  background: #363636 !important;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: #0e73b2 !important;
}
.testimonial_right_img {
  margin-top: 20px;
}
.footer_top {
  padding: 35px 0;
  border-top: 1px solid #ddd;
}
.home_page_main .footer_top {
  margin-top: -40px;
}
.footer_top_heading {
  font-weight: 600;
  font-size: 20px;
  text-transform: uppercase;
  color: #0e73b2;
}
.footer_top_block {
  border-left: 1px solid #ccc;
  padding-left: 30px;
}
.footer_top_block:first-child {
  border-left: none;
  padding-left: 12px;
}
.footer_menu ul {
  list-style-type: none;
  padding: 0;
  margin: 15px 0 0;
}
.footer_menu ul li {
  position: relative;
  margin: 3px 0 0;
}
.footer_menu ul li a {
  color: #555;
  font-style: normal;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  position: relative;
  z-index: 99;
  -moz-transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.footer_menu ul li a:hover, .footer_menu ul li.active a {
  color: #009964;
  padding-left: 2px;
}
.footer_contact_info ul {
  padding: 0;
  margin: 10px 0 0;
}
.footer_contact_info ul li {
  color: #555;
  font-weight: 500;
  font-size: 15px;
  margin-top: 10px;
  list-style: none;
  padding-left: 22px;
  position: relative;
}
.footer_contact_info ul li img {
  position: absolute;
  top: 5px;
  left: 0;
}
.footer_contact_info a {
  color: #555;
}
.footer_social {
  margin-top: 5px;
}
.footer_social a {
  margin-right: 2px;
}
.footer_area_text {
  color: #555;
  font-size: 16px;
  font-weight: 500;
  margin-top: 15px;
}
.footer_bottom {
  text-align: center;
  padding: 15px 0;
  color: #fff;
  font-size: 15px;
  background: #000;
}
.footer_bottom a {
  color: #fff;
}
#back-to-top {
  width: 40px;
  background: #0e73b2;
  position: fixed;
  bottom: 15px;
  right: 15px;
  z-index: 999;
  cursor: pointer;
  border: 0;
  border-radius: 2px;
  text-decoration: none;
  transition: opacity 0.2s ease-out;
  opacity: 0;
  color:#fff;
}
#back-to-top.show {
  opacity: 1;
}
.inner_page_banner {
  background: #0e73b2;
  text-align: center;
  padding: 180px 0 80px;
}
.inner_banner_heading {
  font-size: 30px;
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
}
.breadcrumb {
  justify-content: center;
  color: #fff;
}
.breadcrumb-item.active, .breadcrumb-item a, .breadcrumb-item + .breadcrumb-item::before {
  color: #fec726;
}
.contact_page_container {
  padding: 60px 0;
}
.inner_page_heading {
  color: #222;
  font-weight: bold;
  font-size: 26px;
  position: relative;
  padding-bottom: 10px;
  line-height: 32px;
}
.inner_page_heading:before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 30px;
  border-bottom: 4px solid #0e73b2;
}
.inner_page_heading strong {
  color: #0e73b2;
  font-weight: bold;
}
.contact_page_info {
  position: relative;
  padding-left: 45px;
  color: #484848;
  margin-top: 24px;
}
.contact_page_info a {
  color: #484848;
}
.contact_page_info strong {
  color: #0e73b2;
  font-size: 18px;
  font-weight: 600;
}
.contact_page_info img {
  position: absolute;
  top: 7px;
  left: 0;
  width: 35px;
}
.contact_form {
  margin-top: 15px;
}
.contact_form .form-control {
  margin-top: 15px;
  box-shadow: none !important;
  min-height: 45px;
  resize: none;
}
.contact_page_btn {
  background: #0e73b2;
  border: none;
  margin-top: 15px;
  border-radius: 30px;
  padding: 10px 30px;
  font-weight: 600;
  color:#fff;
}
.thankyou_text {
  margin-top: 20px;
}
.thankyou_btn {
  display: inline-block;
  background: #0e73b2;
  border: none;
  margin-top: 20px;
  border-radius: 30px;
  padding: 10px 25px;
  font-weight: 500;
  color: #fff !important;
  -moz-transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.thankyou_btn:hover {
  background: #028d6c;
  color: #fff !important;
}
.error_page_container {
  display: flex;
  align-items: center;
  min-height: 100vh;
  text-align: center;
  padding: 20px 0;
}
.booking_container {
  padding: 0 0 60px;
  margin-top: -35px;
}
#msform {
	text-align: center;
	position: relative;
}
#msform fieldset {
	background: url("../images/testimonial_bg.png") #ecf5fb no-repeat left bottom 10px;
	background-size: 200px;
    border: 1px solid #e5f3fd;
    border-radius: 3px;
    padding: 40px 30px;
    box-sizing: border-box;
    width: 100%;
    margin: 0;
}
#msform fieldset:not(:first-of-type) {
	display: none;
}
#msform .action-button {
	width: 100px;
	background: #27AE60;
	font-weight: bold;
	color: white;
	border: 0 none;
	border-radius: 1px;
	cursor: pointer;
	padding: 10px 5px;
	margin: 10px 5px;
}
#msform .action-button:hover, #msform .action-button:focus {
	box-shadow: 0 0 0 2px white, 0 0 0 3px #27AE60;
}
.fs-title {
	font-size: 15px;
	text-transform: uppercase;
	color: #2C3E50;
	margin-bottom: 10px;
}
.fs-subtitle {
	font-weight: normal;
	font-size: 13px;
	color: #666;
	margin-bottom: 20px;
}
#progressbar {
	margin: 0 0 30px;
	padding: 0;
	overflow: hidden;
	counter-reset: step;
}
#progressbar li {
    list-style-type: none;
    color: #0e73b2;
    font-size: 18px;
    width: 16.5%;
    float: left;
    position: relative;
}
.contact_progress li {
	width: 50% !important;
}
#progressbar li.active {
	color: #0e73b2;
}
#progressbar li img {
  width: 70px;
  height: 70px;
  border: 2px solid #fff;
  margin: 0 auto 6px;
  display: block;
  background: #0e73b2;
  border-radius: 50%;
  padding: 6px;
}
#progressbar li.active img {
	background: #028d6c;
	border-color: #fec726;
}
#progressbar li:after {
	content: '';
	width: 100%;
	height: 3px;
	background: #fec726;
	position: absolute;
	left: -50%;
	top: 34px;
	z-index: -1;
}
#progressbar li:first-child:after {
	content: none;
}
#progressbar li.active:after {
	background: #fec726;
}
.booking_form_heading {
    color: #0e73b2;
    text-align: center;
    font-weight: bold;
    font-size: 25px;
	text-transform: capitalize;
	margin-top: 40px;
}
.booking_form_subheading {
    color: #666;
    font-size: 16px;
	margin-bottom: 15px;
}
.booking_form_subheading strong {
    color: #333;
    font-size: 18px;
}
.booking_form_label {
    margin-top: 25px;
    font-size: 15px;
    color: #333;
	text-align: left;
}
#msform fieldset .form-control {
    box-shadow: none !important;
    border: 1px solid #ccc !important;
    min-height: 50px;
    margin-top: 5px;
    border-radius: 4px;
    padding: 5px 15px 7px;
    resize: none;
}
#msform fieldset select {
    background: url("../images/dropdown.png") #fff no-repeat center right 14px;
    padding: 10px 30px 5px 15px !important;
}
.van_radio {
    position: relative;
    margin-bottom: 0;
    cursor: pointer;
    font-size: 20px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin-top: 20px;
}
.van_radio input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.van_radio .checkmark {
    height: 110px;
    width: 110px;
    background-color: #eee;
    display: block;
    margin: 10px auto 0;
    position: relative;
    border-radius: 50%;
    padding: 10px;
}
.van_radio:hover input ~ .checkmark {
  background-color: #ccc;
}
.van_radio input:checked ~ .checkmark {
    background-color: #028d6c;
}
.van_radio .checkmark::before {
    display: none;
    width: 30px;
    height: 30px;
    background: #0e73b2;
    position: absolute;
    content: "";
    top: 4px;
    left: 2px;
    border-radius: 50%;
}
.van_radio .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.van_radio input:checked ~ .checkmark:before, .van_radio input:checked ~ .checkmark:after {
  display: block;
}
.van_radio .checkmark:after {
    left: 13px;
	top: 10px;
	width: 8px;
	height: 13px;
	border: solid #fec726;
	border-width: 0 3px 3px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
.booking_form_subtext {
    color: #909090;
    font-size: 14px;
    margin-top: 10px;
}
.timetable {
    background: #fff;
	margin-top: 10px;
}
.timetable tr td:last-child {
    text-align: right;
}
.result_table {
  margin-top: 30px;
  border: 1px solid #ddd;
}
.loading_tab {
	text-align: center;
}
.loading_tab .nav-pills {
    display: block;
}
.loading_tab .nav-pills .nav-link {
    background: #0e73b2;
    border-radius: 5px 5px 0 0;
    position: relative;
	color: #fff;
    font-size: 16px;
    text-transform: none;
    display: inline-block;
    padding: 9px 12px 11px;
}
.loading_tab .nav-pills .nav-link.active {
    background-color: #000;
	color: #fff;
}
.loading_tab .tab-content {
	padding: 20px 0 30px;
}
.loading_tab_block {
	margin-top: 20px;
}
.loading_tab_block_inner {
	min-height: 100%;
	padding: 20px 10px;
	border: 1px solid #ddd;
}
.loading_tab_block .form-control {
    margin: 0 10px !important;
    min-height: 30px !important;
    border-radius: 5px !important;
    text-align: center;
    padding: 0 !important;
    font-size: 13px;
}
.loading_tab_block .input-group {
	margin-top: 20px;
}
.loading_tab_block .input-group .btn {
    height: 30px;
    background: #0e73b2;
    width: 30px;
    color: #fff !important;
    box-shadow: none !important;
    font-size: 20px;
    padding: 0;
    border-radius: 50%;
    line-height: 22px;
}
.loading_tab_block_name {
    margin-top: 12px;
    line-height: 18px;
}
.prev_btn {
	background: #000;
	color: #fff !important;
	text-transform: uppercase;
	padding: 10px 25px 12px;
	font-weight: 600;
	margin-top: 18px;
	font-size: 16px;
	border-radius: 35px;
	border: none;
}
.next_btn {
	background: #0e73b2;
	color: #fff !important;
	text-transform: uppercase;
	padding: 10px 25px 12px;
	font-weight: 600;
	margin-top: 18px;
	font-size: 16px;
	border-radius: 35px;
	border: none;
}

.omsc-toggle {
    margin-bottom: 12px !important;
}
.omsc-expanded {
	border-color: #0e73b2 !important;
}
.omsc-toggle-title {
	border: 1px solid #e1e1e1 !important;
}
.omsc-toggle-title:hover, .omsc-toggle.omsc-expanded .omsc-toggle-title {
    background: #0e73b2 !important;
	border-color: #0e73b2 !important;
	color: #0e73b2;
}
.omsc-accordion {
    border-top: none !important;
    margin-top: 35px !important;
}
.van_radio_time {
    position: relative;
    margin-bottom: 0;
    cursor: pointer;
    font-size: 20px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin-top: 20px;
}
.van_radio_time input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.van_radio_time .checkmark2 {
    width: 186px;
    background-color: #eee;
    display: block;
    margin: 10px auto 0;
    position: relative;
    padding: 10px;
}
.van_radio_time:hover input ~ .checkmark2 {
  background-color: #ccc;
}
.van_radio_time input:checked ~ .checkmark2 {
    background-color: #0e73b2;
}
.van_radio_time .checkmark2::before {
    display: none;
    width: 30px;
    height: 30px;
    background: #0e73b2;
    position: absolute;
    content: "";
    top: 4px;
    left: 2px;
    border-radius: 50%;
}
.van_radio_time .checkmark2:after {
  content: "";
  position: absolute;
  display: none;
}
.van_radio_time input:checked ~ .checkmark2:before, .van_radio_time input:checked ~ .checkmark2:after {
  display: block;
}
.van_radio_time .checkmark2:after {
    left: 13px;
	top: 10px;
	width: 8px;
	height: 13px;
	border: solid #0e73b2;
	border-width: 0 3px 3px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
.confirmation_message {
  background: #0e73b2;
  color: #fff;
  font-size: 13px;
  padding: 20px;
  margin-top: 30px;
  border-radius: 4px;
}
.result_table tr td:first-child {
	text-align: left;
	font-size: 15px;
}
#msform .form-control {
  box-shadow: none !important;
  border: 1px solid #ccc !important;
  min-height: 50px;
  margin-top: 5px;
  border-radius: 4px;
  padding: 5px 15px 7px;
  resize: none;
}
.payment_box {
	border: 1px solid #ddd;
	border-radius: 4px;
	background: #fff;
	padding: 10px 25px 30px;
}
.form_radio {
    display: inline-block;
    vertical-align: top;
    position: relative;
    padding-left: 27px;
    margin: 12px 10px 0 0;
    cursor: pointer;
    font-size: 15px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.form_radio input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.form_radio .checkmark {
    position: absolute;
    top: 2px;
    left: 0;
    height: 20px;
    width: 20px;
	border-radius: 50%;
    background-color: #e8e8e8;
}
.form_radio:hover input ~ .checkmark {
  background-color: #028d6c;
}
.form_radio input:checked ~ .checkmark {
  background-color: #028d6c;
}
.form_radio .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.form_radio input:checked ~ .checkmark:after {
  display: block;
}
.form_radio .checkmark:after {
  left: 8px;
  top: 5px;
  width: 5px;
  height: 9px;
  border: solid white;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.contact_page_mid_section {
	background: url("../images/choose_bg.jpg") #0e73b2 no-repeat center top;
	background-size: cover;
	background-attachment: fixed;
	padding: 60px 0;
	position: relative;
}
.contact_page_mid_section:before {
	background: rgba(14, 115, 178, 0.9);
	position: absolute;
	content: "";
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}
.contact_page_mid_section .container {
	position: relative;
	z-index: 9;
}
.inner_page_text2 {
	margin-top: 20px;
	color: #fff;
}
.inner_page_heading2 {
	color: #fff;
	font-weight: bold;
	font-size: 26px;
	position: relative;
	padding-bottom: 10px;
	line-height: 32px;
}
.inner_page_heading2::before {
	position: absolute;
	content: "";
	bottom: 0;
	left: 0;
	width: 30px;
	border-bottom: 4px solid #fff;
}
.inner_page_heading2 strong {
  color: #fff;
  font-weight: bold;
}
.inner_page_list ul {
	padding: 0;
	margin: 0;
}
.inner_page_list ul li {
	list-style: none;
	position: relative;
	color: #666;
	padding-left: 25px;
	margin-top: 2px;
}
.inner_page_list ul li:before {
	background: url("../images/bullet.png") no-repeat;
	position: absolute;
	content: "";
	top: 4px;
	left: 0;
	width: 17px;
	height: 17px;
	background-size: 100%;
}
.inner_mid_box {
	background: #0e73b2;
	padding: 30px;
	margin-bottom: 23px;
	text-align: center;
  color:#fff;
}
.inner_mid_box_heading {
	color: #fff;
	font-weight: bold;
	font-size: 26px;
	position: relative;
	padding-bottom: 10px;
	line-height: 32px;
}
.inner_mid_box_heading strong {
	color: #0e73b2;
	font-weight: bold;
}
.inner_mid_box_heading:before {
	position: absolute;
	content: "";
	bottom: 0;
	left: 50%;
	width: 30px;
	border-bottom: 4px solid #0e73b2;
	transform: translate(-50%, 0);
}
.inner_mid_box_text {
  margin-top: 20px;
}
.inner_page_text {
  margin-top: 20px;
  color: #666;
}
.terms_page_heading {
  font-weight: bold;
  font-size: 20px;
  margin-top: 30px;
  color: #0e73b2;
}
.footer_fixed_buttons {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  z-index: 99;
}
.footer_btn1 {
  background: #000;
  color: #fff !important;
  width: 50%;
  float: left;
  padding: 10px 0;
}
.footer_btn2 {
  background: #0e73b2;
  color: #fff !important;
  width: 50%;
  float: left;
  padding: 10px 0;
}

/*========*/

.job_radio {
    position: relative;
    cursor: pointer;
    font-size: 18px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin-bottom: 20px;
}
.job_radio input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.job_radio .checkmark {
    height: 110px;
    width: 110px;
    background-color: #eee;
    display: block;
    margin: 10px auto 0;
    position: relative;
    border-radius: 50%;
    padding: 10px;
}
.job_radio:hover input ~ .checkmark {
  background-color: #ccc;
}
.job_radio input:checked ~ .checkmark {
    background-color: #028d6c;
}
.job_radio .checkmark::before {
    display: none;
    width: 30px;
    height: 30px;
    background: #0e73b2;
    position: absolute;
    content: "";
    top: 4px;
    left: 2px;
    border-radius: 50%;
}
.job_radio .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.job_radio input:checked ~ .checkmark:before, .job_radio input:checked ~ .checkmark:after {
  display: block;
}
.job_radio .checkmark:after {
    left: 13px;
	top: 10px;
	width: 8px;
	height: 13px;
	border: solid #fec726;
	border-width: 0 3px 3px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
.joblist {
	padding: 0;
	margin: 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.joblist li {
	list-style: none;
	width: 25%;
}
.menu_new {
	display: inline-block;
	vertical-align: top;
	text-align: left;
}
.menu_btn {
  background: #0e73b2;
  color: #fff !important;
  padding: 10px 16px !important;
  border-radius: 5px;
	margin-top: 20px !important;
}
.menu_client_img {
	margin-top: 20px;
}
.menu_client_img img {
  height: 35px !important;
  margin: 15px 7px 0 0;
}
.menu_qa {
  margin-top: 18px;
  color: #666;
  font-size: 14px;
}
.menu_qa strong {
	display: block;
	font-weight: 600;
	color: #555;
}
#menu_testimonial_slide .owl-dots {
	display: none;
}
.fixed_whatsapp {
  position: fixed;
  bottom: 80px;
  right: 10px;
  background: #009964;
  color: #fff !important;
  font-weight: 500;
  padding: 7px 15px 7px;
  border-radius: 30px;
}
.fixed_whatsapp img {
	margin-top: -2px;
	width: 25px;
}



/*========== Responsive ==========*/

@media only screen and (min-width : 300px) and (max-width : 1023px) {
.header_btn, .header_menu ul li a::before, .home_choose_block::before, #progressbar li::after {
  display: none;
}
.fixed_whatsapp {
  bottom: 110px;
}
.home_client_icons {
  display: block;
}
.logo {
  margin-top: 10px;
  margin-bottom: 10px;
}
.logo img {
  width: 145px;
}
.menu_new {
  display: block !important;
}
.menu-mobile {
  margin-top: -44px !important;
}
.menu > ul > li > ul {
  width: 100% !important;
  left: 0 !important;
  box-shadow: none !important;
}
.menu .show-on-mobile {
  max-height: 85vh;
  overflow: auto;
}
.banner_heading, .home_service_section_heading, .home_choose_heading, .home_about_heading, .home_quote_section_heading, .home_testimonial_heading, .inner_banner_heading, .inner_page_heading, .inner_page_heading2, .inner_mid_box_heading {
  font-size: 25px;
  line-height: 30px;
}
.home_banner_section {
  padding: 150px 0 60px;
	background-position: center right;
}
.common_btn {
  font-size: 15px;
}
.home_service_block_text {
  font-size: 18px;
}
.home_service_section, .home_choose_section, .home_about_section, .home_quote_section, .home_testimonial_section, .contact_page_container, .contact_page_mid_section {
  padding: 40px 0;
}
.home_abt_img {
  margin-bottom: 25px;
}
.home_client_icons img {
  height: 35px;
  margin: 15px 5px 0 0;
}
.home_client_section {
  padding: 0 0 40px;
}
.quote_btn1 .quote_btn2 {
	font-size: 15px;
}
.footer_top_heading {
  margin-top: 30px;
}
.footer_top_block {
  border-left: none;
  padding-left: 12px;
}
.footer_top {
  padding: 5px 0 35px;
}
.footer_bottom {
  padding: 15px 0 60px;
}
#back-to-top {
  bottom: 55px;
}
.inner_page_banner {
  padding: 140px 0 60px;
}
.inner_page_img {
  margin-bottom: 25px;
}
.inner_mid_box {
  margin-bottom: 40px;
}
.contact_right {
  margin-top: 35px;
}
#progressbar li {
  font-size: 16px;
  width: 33%;
  margin-bottom: 10px;
}
.joblist li {
  width: 50%;
}
.job_radio .checkmark {
  height: 85px;
  width: 85px;
}
.job_radio {
  font-size: 16px;
}
#msform fieldset {
  padding: 30px 20px;
}
.booking_form_heading {
  font-size: 22px;
}
.loading_tab .nav-pills {
  display: flex;
}
.loading_tab .nav-pills .nav-link {
  width: 50%;
  border-radius: 0;
  margin: 2px 0;
}
.loading_tab_block {
  width: 50%;
}
}

@media only screen and (max-width : 320px) {
.contact_page_info a {
  font-size: 13px;
}
.footer_contact_info a {
  font-size: 14px;
}
.loading_tab_block {
  width: 100%;
}
}

@media only screen and (min-width : 321px) and (max-width : 480px) {

}

@media only screen and (min-width : 481px) and (max-width : 767px) {
.home_service_block, .home_choose_block {
  width: 50%;
}
.stellarnav.mobile.dark ul {
  max-height: 280px;
  overflow: auto;
}
}

@media only screen and (min-width : 768px) and (max-width : 1024px) and (orientation : portrait) {
.container, .container-md, .container-sm {
  max-width: 720px;
}
.contact_right {
  margin-top: 0;
}
.home_service_block.mt-2 {
  width: 48%;
  display: inline-block;
}
.loading_tab .nav-pills .nav-link {
  width: 25%;
}
.loading_tab_block {
  width: 33.3%;
}
}

@media only screen and (min-width : 768px) and (max-width : 1024px) and (orientation : landscape) {
.container, .container-lg, .container-md, .container-sm {
  max-width: 960px;
}
.menu > ul > li > ul {
  width: 936px !important;
  left: -293px !important;
}
.banner_heading {
  font-size: 28px;
  line-height: 35px;
}
.home_banner_section {
  padding: 190px 0 125px;
}
.home_service_block_text {
  font-size: 18px;
}
.home_client_icons img {
  height: 45px;
}
.footer_top_block {
  padding-left: 20px;
}
.footer_contact_info a {
  font-size: 13px;
}
}

/* iPhone X/XS */
@media only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {
.container, .container-md, .container-sm {
  max-width: 720px;
}
.contact_right {
  margin-top: 0;
}
.home_service_block.mt-2 {
  width: 48%;
  display: inline-block;
}
.loading_tab .nav-pills .nav-link {
  width: 25%;
}
.loading_tab_block {
  width: 33.3%;
}
.contact_page_info a {
  font-size: 15px;
}
.menu > ul > li > ul {
  width: 100% !important;
  left: 0 !important;
}
}

/* iPhone XR */
@media only screen and (min-device-width: 414px) and (max-device-width: 896px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
.container, .container-md, .container-sm {
  max-width: 720px;
}
.contact_right {
  margin-top: 0;
}
.home_service_block.mt-2 {
  width: 48%;
  display: inline-block;
}
.loading_tab .nav-pills .nav-link {
  width: 25%;
}
.loading_tab_block {
  width: 33.3%;
}
.contact_page_info a {
  font-size: 15px;
}
.menu > ul > li > ul {
  width: 100% !important;
  left: 0 !important;
}
}

/* iPhone XS Max */
@media only screen and (min-device-width: 414px) and (max-device-width: 896px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {
.container, .container-md, .container-sm {
  max-width: 720px;
}
.contact_right {
  margin-top: 0;
}
.home_service_block.mt-2 {
  width: 48%;
  display: inline-block;
}
.loading_tab .nav-pills .nav-link {
  width: 25%;
}
.loading_tab_block {
  width: 33.3%;
}
.contact_page_info a {
  font-size: 15px;
}
.menu > ul > li > ul {
  width: 100% !important;
  left: 0 !important;
}
}

/* iPad Pro 10.5 inch */
@media only screen and (min-device-width: 1112px) and (max-device-width: 1112px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {

}

/* iPad Pro 12.9 inch */
@media only screen and (min-device-width: 1024px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {

}

@media screen and (min-width: 1424px) {

}

@media screen and (min-width: 1624px) {

}

@media screen and (min-width: 1920px) {
	
}

@media screen and (min-width: 2048px) {

}

@media screen and (min-width: 2550px) {

}
