/* Mixins */
/* fonts */
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;600&display=swap");
/*Main Css */
::selection {
  background: #678C9F;
  color: #fff;
  text-shadow: none;
}

::-webkit-scrollbar {
  width: 10px;
  background-color: #f5f5f5;
}

::-webkit-scrollbar-button:start:decrement,
::-webkit-scrollbar-button:end:increment {
  display: none;
}

::-webkit-scrollbar-track-piece {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #fff;
}

::-webkit-scrollbar-thumb:vertical {
  border-radius: 10px;
  background-color: #678C9F;
}

/* Contact Form 7*/
.wpcf7-form br {
  display: none;
}

.wpcf7-not-valid {
  border: 1px solid #dc3232 !important;
}

.wpcf7-form-control-wrap {
  position: relative;
  display: block;
  margin-bottom: 10px;
}

.wpcf7 form .wpcf7-response-output {
  margin: 15px 0;
}

span.wpcf7-form-control-wrap input,
span.wpcf7-form-control-wrap textarea {
  margin-bottom: 0 !important;
}

span.wpcf7-not-valid-tip {
  font-size: 80%;
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
}

/* Woo Commerce */
.woocommerce-checkout h3#order_review_heading {
  padding-left: 40px;
  display: inline-block;
}

.checkout.woocommerce-checkout .col2-set {
  display: flex;
  flex-direction: column;
  width: 50%;
  float: left;
}

.checkout.woocommerce-checkout .col2-set > div {
  width: 100%;
  float: none;
}

.woocommerce-additional-fields {
  margin: 30px 0;
}

.woocommerce-checkout-review-order {
  width: 50%;
  float: right;
  padding-left: 40px;
}

.woocommerce form .form-row textarea {
  height: 150px;
}

.woocommerce table.shop_table {
  margin-top: 34px;
}

.checkout_coupon.woocommerce-form-coupon {
  display: flex;
  flex-wrap: wrap;
}

.checkout_coupon.woocommerce-form-coupon p:first-child {
  flex: 0 0 auto;
  width: 100%;
  margin: 0 0 15px 0;
}

.checkout_coupon.woocommerce-form-coupon p {
  flex: 1;
}

.checkout_coupon.woocommerce-form-coupon button {
  height: 100%;
  border-radius: 0;
}

/* Tabbing CSS */
[class^=box-] {
  display: none;
}

[class^=box-].showfirst {
  display: block;
}

/* Accordion CSS */
.myaccordion li .faq-opt {
  display: none;
}

.myaccordion li.active .faq-opt {
  display: block;
}

.myaccordion li.active .faq-ang h4:before {
  content: "\f077";
}

body {
  font-family: "Poppins", sans-serif;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  font-size: 16px;
  line-height: 1.8;
  color: #727272;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  margin-bottom: 20px;
  color: #333333;
}

strong,
b {
  font-weight: 600;
}

p {
  margin-bottom: 20px;
}
p:last-child {
  margin-bottom: 0;
}

.theme-btn {
  background: #678C9F;
  padding: 14px 50px;
  display: inline-block;
  color: #fff;
  position: relative;
  text-decoration: none;
  border: 1px double transparent;
}
.theme-btn:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: inline;
  border: 1px solid transparent;
  transition: 0.25s ease-in-out;
}
.theme-btn:hover {
  color: #fff;
  box-shadow: 0 20px 20px rgba(0, 0, 0, 0.15);
}
.theme-btn:hover::before {
  top: 4px;
  left: 4px;
  right: 4px;
  bottom: 4px;
  border-color: #fff;
}

@-webkit-keyframes upscale {
  50% {
    transform: scale(1.5);
  }
}
@keyframes upscale {
  50% {
    transform: scale(1.5);
  }
}
.theme-btn span.upscale {
  -webkit-animation: upscale 0.25s 1;
  animation: upscale 0.25s 1;
  display: inline-block;
}

*:hover,
*:focus,
* {
  outline: none !important;
}

a,
input[type=submit] {
  -webkit-transition: all 0.4s ease-In-out;
  -moz-transition: all 0.4s ease-In-out;
  -o-transition: all 0.4s ease-In-out;
  transition: all 0.4s ease-In-out;
  display: inline-block;
  cursor: pointer;
  text-decoration: none;
}

a:hover {
  color: #727272;
}

textarea,
select,
input[type],
textarea,
select,
button {
  background: transparent;
  border: none;
  border-radius: 0px;
}

.select_arrow {
  position: relative;
  background: #fff;
}
.select_arrow select {
  appearance: none;
  -webkit-appearance: none;
  position: relative;
  z-index: 1;
  background: transparent;
  margin: 0;
  width: 100%;
}
.select_arrow:after {
  content: "\f078";
  font-family: "Font Awesome 5 Pro";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 22px;
  color: #000;
}

::-webkit-input-placeholder {
  color: #a3a3a3;
  font-weight: 400;
}

::-moz-placeholder {
  color: #a3a3a3;
  font-weight: 400;
}

:-ms-input-placeholder {
  color: #a3a3a3;
  font-weight: 400;
}

:-moz-placeholder {
  color: #a3a3a3;
  font-weight: 400;
}

::-moz-placeholder {
  opacity: 1;
}

/* Padding Classes */
.spad {
  padding: 5rem 0;
}

.pad-zero {
  padding: 0px;
}

.pad-l-zero {
  padding-left: 0px;
}

.pad-r-zero {
  padding-right: 0px;
}

.ovr-hiddn {
  overflow: hidden;
}

.overlay:after {
  content: "";
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 1;
}

.overlay {
  display: none;
}

.overlay.active {
  display: block;
}

/* Custom Slick Css */
.slick-slide {
  margin: 0 15px;
}

.slick-list {
  margin: 0 -15px;
}

.slick-dots {
  position: relative;
  padding: 0;
  text-align: center;
}

.slick-dots li {
  margin: 0 20px 0 0px;
  width: auto;
  display: inline-block;
  vertical-align: middle;
  overflow: hidden;
  padding: 0px;
  border: none;
}

.slick-dots li button:before,
.slick-dots li button:after {
  color: #fff;
  opacity: 1;
  font-size: 0;
}

.slick-dots li button {
  height: 16px;
  width: 16px;
  border-radius: 50%;
  padding: 0px;
  box-shadow: 0 0 0 0 #678C9F;
  border: none;
  cursor: pointer;
  font-size: 0px;
  padding: 0px;
  transition: all 0.4s ease-In-out;
  box-sizing: border-box;
  position: relative;
  margin: 2px;
  border: 0;
}
.slick-dots li button:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 100%;
  transform: translate(-50%, -50%);
  width: 5px;
  height: 5px;
  display: inline-block;
  background: #678C9F;
  border: 0;
}

.slick-dots li.slick-active button {
  box-shadow: 0 0 0 2px #678C9F;
}

/* Hamburger Menu */
.menu-Bar {
  position: relative;
  cursor: pointer;
  width: 32px;
  height: 20px;
  z-index: 22;
  display: none;
}

.menu-Bar span {
  display: block;
  height: 3px;
  width: 32px;
  background: #678C9F;
  position: relative;
  transition: 0.6s all;
  border-radius: 100px;
}

.menu-Bar span:nth-child(1) {
  top: 0;
}

.menu-Bar span:nth-child(2) {
  top: 5px;
  transform-origin: left;
}

.menu-Bar span:nth-child(3) {
  top: 10px;
}

.menu-Bar.open span {
  background: #678C9F;
}

.menu-Bar.open span:nth-child(1) {
  transform: rotate(45deg);
  top: 5px;
  transform-origin: right-center;
}

.menu-Bar.open span:nth-child(2) {
  width: 0;
  opacity: 0;
}

.menu-Bar.open span:nth-child(3) {
  transform: rotate(-45deg);
  top: 0;
  transform-origin: right-center;
}

/* Menu Css */
.menuWrap {
  display: flex;
  justify-content: flex-end;
}

.menu {
  display: inline-block;
  vertical-align: middle;
  margin: 0 -15px;
  padding: 0;
}

.menu li {
  display: inline-block;
  vertical-align: middle;
  text-transform: capitalize;
}

.menu > li > a {
  display: block;
  color: #fff;
  padding: 10px 15px;
}

.menu > li.active > a {
  position: relative;
}
.menu > li.active > a::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 15px;
  right: 15px;
  bottom: 0;
  height: 1px;
  background: #699188;
}

/* Menu Dropdown CSS */
.menu li.dropdown-nav {
  position: relative;
  display: inline-flex;
}
.menu li.dropdown-nav > a:after {
  content: "\f078";
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
  font-size: 14px;
  padding-left: 10px;
}

.menu ul.dropdown,
ul.sub-menu {
  position: absolute;
  min-width: 100%;
  width: 200px;
  left: 0;
  background: #fff;
  padding: 20px;
  opacity: 0;
  visibility: hidden;
  top: 150%;
  transition: 0.25s top;
  z-index: 999;
}
.menu ul.dropdown li,
ul.sub-menu li {
  padding: 0;
}
.menu ul.dropdown li a,
ul.sub-menu li a {
  color: #333333;
  padding: 10px 0;
  border-bottom: 1px solid #eee;
  display: block;
  text-transform: capitalize;
}
.menu ul.dropdown li a:hover,
ul.sub-menu li a:hover {
  color: #678C9F;
}
.menu ul.dropdown li:last-child a,
ul.sub-menu li:last-child a {
  border-bottom: 0;
}

ul.dropdown li {
  width: 100%;
  display: inline-block;
  vertical-align: middle;
}

ul.dropdown li a {
  background: transparent;
}

ul.dropdown li.last a {
  margin-bottom: 0px;
}

ul.dropdown li a:hover {
  color: #000;
}

.dropdown-nav:hover ul.dropdown {
  top: 100%;
  opacity: 1;
  visibility: visible;
}

.main-header {
  padding: 15px 0;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 999;
  transition: 0.35s ease-out;
}
.main-header a.logo img {
  width: 190px;
  transition: 0.35s ease-out;
}
.main-header.sticky {
  padding: 10px 0;
}
.main-header.sticky a.logo img {
  width: 120px;
}

.call_btn {
  display: flex;
  align-items: center;
  line-height: 1.2;
  color: #fff;
  margin-left: 40px;
}
.call_btn:hover {
  color: #fff;
}
.call_btn i {
  color: #699188;
  transform: scaleX(-1);
  font-size: 125%;
  margin-right: 12px;
}
.call_btn span {
  display: block;
  font-size: 85%;
  text-transform: capitalize;
}

ul.social {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
}
ul.social a {
  width: 30px;
  height: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #333;
  margin-right: 12px;
  background: #fff;
  border-radius: 100%;
}
ul.social a:hover {
  background: #699188;
  color: #fff;
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 15%, 0);
    transform: translate3d(0, 15%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 15%, 0);
    transform: translate3d(0, 15%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
.animate__zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  animation-fill-mode: both;
}

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.backdrop {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 9;
}

.search_bar {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #fff;
  z-index: 99;
  padding: 3rem 15px;
  visibility: hidden;
  opacity: 0;
  transition: 0.25s ease-in-out;
  transform: translateY(-100px);
}
.search_bar.active {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.search_bar .searchbar_i {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 600px;
  max-width: 100%;
  margin: 0 auto;
}
.search_bar .searchbar_i button {
  -webkit-appearance: none;
  appearance: none;
  padding: 12px 0 12px 20px;
}
.search_bar .searchbar_i button i {
  margin: 0;
}
.search_bar .input_group {
  border: 1px solid #333;
  display: flex;
  width: 100%;
}
.search_bar .input_group input {
  flex: 1;
  padding: 12px 20px;
}
.search_bar .input_group input[type=submit] {
  flex: 0 0 auto;
}

.has_bg {
  background: #f6f6f6;
}

.has_mt {
  margin-top: 40px;
}

.has_mb {
  margin-bottom: 40px;
}

.img_wrap img {
  width: 100%;
}

.text_wrap_r {
  padding-left: 50px;
}

.text_wrap_l {
  padding-right: 50px;
}

ul.custom_list {
  list-style: none;
  padding: 0;
  margin: 0;
  line-height: 1.5;
}
ul.custom_list li {
  display: flex;
  align-items: baseline;
  margin-bottom: 15px;
}
ul.custom_list li::before {
  content: "\f058";
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
  margin-right: 15px;
}

.custom_checkbox {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
  position: relative;
}
.custom_checkbox li {
  display: inline-flex;
  align-items: baseline;
}
.custom_checkbox input {
  width: 0;
  height: 0;
  position: absolute;
}
.custom_checkbox input:checked + label::before {
  box-shadow: 0 0 0 4px #fff inset, 0 0 0 12px #678C9F inset;
}
.custom_checkbox label {
  margin: 0;
  display: inline-flex;
  cursor: pointer;
}
.custom_checkbox label::before {
  content: "";
  display: inline-block;
  margin-right: 12px;
  background: #FFFFFF;
  border: 1px solid #D8D5D5;
  width: 25px;
  height: 25px;
  transition: 0.15s ease-out;
}

.form_style label {
  display: block;
  color: #333333;
}
.form_style input,
.form_style textarea,
.form_style .select_arrow {
  width: 100%;
}
.form_style input,
.form_style textarea,
.form_style select {
  background: #fff;
  padding: 10px 0;
  border-bottom: 1px solid #999;
  color: #444;
}
.form_style input::placeholder,
.form_style textarea::placeholder,
.form_style select::placeholder {
  color: #444;
  text-transform: capitalize;
}
.form_style textarea {
  height: 100px;
  margin-bottom: 20px;
}
.form_style input[type=submit] {
  background: #678C9F;
  width: auto;
  color: #fff;
  padding: 14px 50px;
  text-transform: capitalize;
}
.form_style .input_group {
  position: relative;
  z-index: 1;
}
.form_style .input_group label {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  padding: 10px 15px;
  transition: 0.2s ease-out;
}
.form_style .input_group label.has_value {
  transform: translateY(-20px);
  font-size: 12px;
}
.form_style .input_group input {
  background: transparent;
  width: 100%;
  border-bottom: 1px solid #ddd;
  padding: 10px 15px;
}
.form_style .input_group input:focus + label {
  transform: translateY(-20px);
  font-size: 12px;
}

/* Main Banner CSS */
.mainBanner {
  background-size: cover !important;
  background-position: center top !important;
  background-attachment: fixed !important;
  padding: 22rem 0;
  position: relative;
  z-index: 0;
}
.mainBanner video#video {
        position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    object-fit: cover;
}
.mainBanner:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 30%);
    top: 0;
    left: 0;
    z-index: -1;
}
.mainBanner .mb_1 {
  padding: 0 20%;
  color: #fff;
}
.mainBanner .mb_1 h1 {
  font-size: 55px;
  text-transform: capitalize;
  color: #fff;
}
.mainBanner .mb_1 p {
  padding: 0 5%;
  margin-bottom: 30px;
}

.section_head {
  text-transform: capitalize;
}
.section_head span {
  display: flex;
  align-items: center;
  margin-bottom: 5px;
  font-weight: bold;
  font-size: 24px;
  color: #699188;
  text-transform: uppercase;
}
.section_head span::before {
  content: "";
  width: 42px;
  height: 3px;
  background: #699188;
  margin-right: 12px;
  margin-bottom: 2px;
}
.section_head h2 {
  font-size: 55px;
  line-height: 1.15;
}
.section_head.text-center span {
  justify-content: center;
}

.s2 {
  background: rgba(105, 145, 136, 0.1);
}

.ser_col {
  background: #FFFFFF;
  box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.1);
  height: 100%;
  text-align: center;
  display: flex;
  flex-direction: column;
}
.ser_col .ser_img {
  overflow: hidden;
}
.ser_col .ser_img img {
  width: 100%;
  height: 350px;
  object-fit: cover;
  transition: 0.35s ease-out;
}
.ser_col .ser_txt {
  padding: 25px;
  flex: 1;
}
.ser_col .ser_txt h3 {
  font-size: 24px;
  margin-bottom: 12px;
  text-transform: capitalize;
}
.ser_col .ser_txt p {
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  width: 340px;
  max-width: 100%;
  margin: 0 auto;
}
.ser_col a.theme-btn {
  background: #699188;
  display: block;
}
.ser_col:hover .ser_img img {
  transform: scale(1.1);
}

.s3 {
  background-size: cover !important;
  background-position: center !important;
  padding: 7rem 0 0 0;
  margin-bottom: 80px;
}
.s3 .section_head h2 {
  color: #fff;
  padding: 0 15%;
}
.s3 .s3_1 {
  margin-top: 8rem;
}
.s3 .s3_1 p {
  background: #fff;
  padding: 25px 40px;
  text-align: center;
  color: #699188;
  line-height: 1.5;
  margin-bottom: -80px;
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.15);
}
.s3 .s3_1 p strong {
  display: block;
  color: #333333;
  font-size: 55px;
}

.s4_slider .slick-prev,
.s4_slider .slick-next {
  top: 30%;
}

.s4_1 {
  text-align: center;
}
.s4_1 img {
  width: 100%;
  height: 232px;
  object-fit: cover;
  margin-bottom: 30px;
}
.s4_1 h3 {
  font-size: 18px;
  text-transform: capitalize;
}
.s4_1 a {
  color: #699188;
  text-transform: capitalize;
  display: inline-flex;
  align-items: center;
}
.s4_1 a i {
  margin-left: 10px;
  font-size: 80%;
  transition: 0.35s ease-out;
}
.s4_1 a:hover i {
  transform: translateX(15px);
}

.slick-prev,
.slick-next {
  transition: 0.35s ease-out;
}

.slick-next {
  right: -40px;
}

.slick-prev {
  left: -40px;
}

.slick-prev:before,
.slick-next:before {
  color: #699188;
  font-weight: bold;
  font-size: 24px;
}

.slick-disabled {
  opacity: 0.25;
  pointer-events: none;
}

.s5 {
  background: rgba(105, 145, 136, 0.1);
}

.s5_slider .slick-track {
  display: flex !important;
}
.s5_slider .slick-slide {
  height: inherit !important;
}
.s5_slider .slick-list {
  margin: 0;
}
.s5_slider .slick-slide {
  margin-right: 12px;
}

.s5_1 {
  display: flex;
  background: #699188;
  padding: 30px;
  color: #fff;
  /*height: 100%;*/
}
.s5_1 .s5_img img {
  width: 218px;
  height: 284px;
  object-fit: cover;
  margin-right: 15px;
}
.s5_1 .rating {
  margin-bottom: 10px;
}
.s5_1 .rating i {
  margin-right: 2px;
}
.s5_1 p {
  width: 235px;
      width: 100%;
  max-width: 100%;
  margin-bottom: 10px;
}
.s5_1 .author {
  display: flex;
  align-items: center;
  padding-top: 10px;
}
.s5_1 .author img {
  width: 40px;
  height: 40px;
  border-radius: 100%;
  object-fit: cover;
  margin-right: 12px;
}
.s5_1 .author p {
  margin-bottom: 0;
  line-height: 1.3;
}
.s5_1 .author p strong {
      display: inline-block;
    vertical-align: middle;
}
.s5_1 .author p span {
    display: inline-block;
    vertical-align: middle;
    width: 70px;
    height: 70px;
    background: #fff;
    color: #222;
    text-align: center;
    line-height: 70px;
    border-radius: 50%;
    font-size: 24px;
    font-weight: 700;
    margin-right: 20px;
}

.s5_slider .slick-slide {
    height: auto !important;
}
.s5_slider .slick-track {
    display: block !important;
}

.s6 {
  position: relative;
}
.s6::before {
  content: "";
  background: #333 url(../images/form-bg.jpg);
  background-size: cover;
  background-position: center top;
  position: absolute;
  top: 0;
  width: 100%;
  height: 65%;
  z-index: -1;
}
.s6 .section_head {
  padding: 0 15%;
}
.s6 .section_head span {
  color: #fff;
}
.s6 .section_head span::before {
  display: none;
}
.s6 .section_head h2 {
  color: #fff;
}

.s6_0 {
  background: #fff;
  background: #FFFFFF;
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
}

.s6_1 {
  background: #F8F8F8;
  padding: 40px;
      height: 100%;
}
.s6_1 h3 {
  font-size: 44px;
}
.s6_1 p {
  width: 90%;
}
.s6_1 ul {
  list-style: none;
  padding: 0;
  margin: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.25);
  padding-top: 40px;
}
.s6_1 ul li {
  display: flex;
  align-items: center;
  margin-bottom: 40px;
}
.s6_1 ul li:last-child {
  margin-bottom: 0;
}
.s6_1 ul li img {
  margin-right: 15px;
}
.s6_1 ul li p {
  margin-bottom: 0;
  color: #333;
}
.s6_1 ul li p span {
  display: block;
  color: #727272;
  font-size: 18px;
  text-transform: capitalize;
}
.s6_1 ul li p a {
  color: inherit;
}

.s6_2 {
  padding: 60px 30px;
}

.site-footer {
  background: #F5F5F5;
  padding-top: 3rem;
}
.site-footer a.logo {
  margin-bottom: 20px;
}
.site-footer .sf_1_1 p {
  font-weight: 600;
  color: #333;
  margin-bottom: 10px;
}
.site-footer .sf_2 {
  padding-top: 4rem;
}
.site-footer .sf_2 h3 {
  font-size: 18px;
  text-transform: capitalize;
}
.site-footer .sf_2 ul {
  list-style: none;
  padding: 0;
  margin: 0;
  text-transform: capitalize;
}
.site-footer .sf_2 ul li {
  margin-bottom: 12px;
  display: flex;
  align-items: baseline;
}
.site-footer .sf_2 ul li p {
  margin-bottom: 10px;
}
.site-footer .sf_2 ul li i {
  margin-right: 12px;
  color: #333;
}
.site-footer .sf_2 ul a {
  color: inherit;
}
.site-footer .input_group input {
  background: #D9D9D9;
  width: 100%;
  margin-bottom: 15px;
  padding: 15px;
}
.site-footer .input_group input[type=submit] {
  background: #678C9F;
  color: #fff;
}
.site-footer .ftr_btm {
  margin-top: 2rem;
  text-align: center;
  padding: 12px 0;
  border-top: 1px solid rgba(0, 0, 0, 0.25);
}
.site-footer .ftr_btm p {
  margin: 0;
}

/* About */
.innerBanner {
  padding: 16rem 0 10rem 0;
  background-attachment: scroll !important;
  background-position: center !important;
}
.innerBanner .breadcrumb {
  justify-content: center;
  text-transform: capitalize;
}
.innerBanner .breadcrumb a,
.innerBanner .breadcrumb .breadcrumb-item.active,
.innerBanner .breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  color: #fff;
}

/* Insurance */
.insurance_sec .img_wrap {
  position: relative;
  margin-right: 30px;
}
.insurance_sec .img_wrap span {
  width: 115px;
  height: 115px;
  border-radius: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #699188;
  position: absolute;
  top: 0;
  right: -20px;
  top: -20px;
}
.insurance_sec .img_wrap span img {
  width: 53px;
}
.insurance_sec .text_wrap p {
  margin-bottom: 8px;
}
.insurance_sec .text_wrap ul.custom_list {
  padding-left: 4px;
}
.insurance_sec .text_wrap ul.custom_list li {
  margin-bottom: 7px;
}
.insurance_sec .text_wrap ul.custom_list li::before {
  content: "\f111";
  font-weight: bold;
  color: #000;
  font-size: 0.4em;
  position: relative;
  top: -2px;
}

/* Contact Us */
.cont_1 {
  color: #333333;
}
.cont_1 p {
  text-align: center;
  margin-bottom: 40px;
}
.cont_1 p i {
  color: #333333;
  transform: scaleX(-1);
  font-size: 32px;
  display: block;
  margin-bottom: 15px;
}
.cont_1 p strong {
  display: block;
  text-transform: capitalize;
  color: #333;
  font-family: "Poppins", sans-serif;
  font-size: 24px;
}
.cont_1 p a {
  color: inherit;
}

.cont_2 {
  padding-right: 40px;
}
.cont_2 h2 {
  text-transform: capitalize;
  margin-bottom: 20px;
}
.cont_2 .form_style input,
.cont_2 .form_style textarea,
.cont_2 .form_style select {
  background: #F8F8F8;
  padding: 15px 20px;
  border: 0;
}
.cont_2 .form_style input[type=submit] {
  background: #678C9F;
  width: 100%;
}
.cont_2 .form_style textarea {
  height: 120px;
  margin-bottom: 0;
}

/* Service Detail */
.detail_sec figure {
  margin-bottom: 30px;
}
.detail_sec h3 {
  font-size: 24px;
}
.detail_sec p + h3,
.detail_sec ul + h3 {
  margin-top: 50px;
}
.detail_sec ul.custom_list li::before {
  content: "\f111";
  color: #699188;
  font-weight: bold;
  font-size: 12px;
}
.detail_sec ul.custom_list li strong {
  margin-right: 15px;
}

.abtVideo {
    position: relative;
    padding-top: 70px;
}

.abtVideo video#video {
    width: 100%;
    height: 100%;
}

@media (min-width: 1200px) {
  .dropdown-nav:hover ul.dropdown {
    top: 100%;
    opacity: 1;
    visibility: visible;
    display: block !important;
  }
  span.toggle_submenu {
    display: none;
  }
}
@media (min-width: 1400px) {
  .container {
    max-width: 1214px;
  }
}
@media (max-width: 1599px) {
  .mainBanner {
    padding: 14rem 0;
  }
  .innerBanner {
    padding: 12rem 0 6rem 0;
  }
  .section_head h2 {
    font-size: 48px;
  }
  .s3 {
    padding: 5rem 0 0 0;
  }
  .s3 .s3_1 {
    margin-top: 5rem;
  }
}
@media (max-width: 1199px) {
  span.toggle_submenu {
    position: absolute;
    top: 0px;
    right: 0;
    width: 60px;
    height: 56px;
    background: #1a222a;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 135%;
    z-index: 1;
  }
  span.toggle_submenu i {
    transition: 0.35s ease-in;
  }
  span.toggle_submenu.active i {
    transform: rotate(45deg);
  }
  .menu-Bar {
    display: inline-block;
    top: 0px;
  }
  .menu-Bar.open {
    position: fixed;
    top: 30px;
    right: 20px;
  }
  .menu {
    display: block;
    padding: 40px 30px;
    width: 320px;
    max-width: 100%;
    margin: auto;
  }
  .menu-header-menu-container {
    margin: auto;
  }
  .menuWrap.open {
    left: 0px;
  }
  .menuWrap.open ul.menu li {
    animation-name: fadeInUp;
    animation-duration: 1.25s;
    animation-fill-mode: both;
  }
  .menuWrap {
    position: fixed;
    width: 100%;
    height: 100vh;
    top: 0;
    left: -100%;
    margin: auto;
    background: #0f4c97;
    overflow-y: auto;
    transition: 0.5s all ease-out;
  }
  ul.dropdown {
    position: relative;
    display: none;
    opacity: 1;
    visibility: visible;
    top: 0;
  }
  ul.menu li {
    display: block;
  }
  ul.menu li a {
    padding: 10px;
    display: block;
    text-align: center;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  ul.menu li:first-child a {
    border: 0;
  }
  header .main-header ul.menu > li {
    display: block;
    margin: 0px;
    padding: 0;
  }
  header .main-header ul.menu > li a {
    color: #fff;
  }
  header .main-header ul.menu > li a:before {
    display: none;
  }
  .menu li.dropdown-nav > a:after {
    display: none;
  }
}
@media (max-width: 768px) {
  .woocommerce-cart .woocommerce table.shop_table th,
body.woocommerce-cart table.cart td {
    border-color: #555 !important;
  }
  body .woocommerce table.cart td.actions .coupon {
    width: 100%;
  }
  body.woocommerce-cart table.cart td.actions .coupon .input-text {
    margin-bottom: 10px;
    width: 100%;
  }
  .woocommerce table.cart td.actions .coupon .input-text + .button,
.woocommerce-page table.cart td.actions .coupon .input-text + .button {
    float: none;
    margin: auto;
  }
  section.woopagestemp {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .woocommerce-cart .woocommerce .cart-collaterals {
    width: 70%;
    float: right;
  }
  body .woocommerce table.shop_table td {
    width: 100%;
  }
  .woocommerce-checkout .woocommerce .col2-set {
    width: 100%;
    float: none;
    margin-right: 0;
  }
  .woocommerce-checkout #order_review {
    background: transparent;
    width: 100%;
    float: none;
    margin-right: 0;
  }
  .woocommerce-checkout .woocommerce .col2-set .col-1 {
    margin-bottom: 0;
  }
  .woocommerce-checkout #order_review,
.woocommerce-checkout h3#order_review_heading {
    padding-left: 0;
  }
  .woocommerce table.shop_table {
    margin-top: 0;
  }
}

/*# sourceMappingURL=style.css.map */
