@charset "UTF-8";
@font-face {
  font-family: "Proxima Nova";
  src: url("../fonts/ProximaNova-Regular.eot");
  src: url("../fonts/ProximaNova-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/ProximaNova-Regular.woff2") format("woff2"), url("../fonts/ProximaNova-Regular.woff") format("woff"), url("../fonts/ProximaNova-Regular.ttf") format("truetype"), url("../fonts/ProximaNova-Regular.svg#ProximaNova-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Proxima Nova";
  src: url("../fonts/ProximaNova-Bold.eot");
  src: url("../fonts/ProximaNova-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/ProximaNova-Bold.woff2") format("woff2"), url("../fonts/ProximaNova-Bold.woff") format("woff"), url("../fonts/ProximaNova-Bold.ttf") format("truetype"), url("../fonts/ProximaNova-Bold.svg#ProximaNova-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
body {
  font-family: "Proxima Nova";
  font-weight: 400;
  font-size: 20px;
  line-height: 175%;
  position: relative;
  overflow-x: hidden;
  color: #070707;
  margin: 96px 0 0;
}
body .container {
  max-width: 1424px;
  width: 100%;
  margin: 0 auto;
}
body h1 {
  font-family: "Proxima Nova";
  font-weight: 700;
  font-size: 42px;
  line-height: 150%;
}
body h2 {
  font-family: "Proxima Nova";
  font-weight: 700;
  font-size: 32px;
  line-height: 150%;
}
body h3 {
  font-family: "Proxima Nova";
  font-weight: 700;
  font-size: 28px;
  line-height: 150%;
}
body h4 {
  font-family: "Proxima Nova";
  font-weight: 700;
  font-size: 22px;
  line-height: 150%;
}
body h5 {
  font-family: "Proxima Nova";
  font-weight: 700;
  font-size: 18px;
  line-height: 150%;
}
body h6 {
  font-family: "Proxima Nova";
  font-weight: 700;
  font-size: 16px;
  line-height: 150%;
}
body a {
  transition: 0.5s all linear;
}
body a:focus {
  outline: none;
}
body .social ul {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin: 0;
  padding: 0;
}
body .social ul li {
  list-style-type: none;
  margin: 0 5px;
}
body .btn_primary, body .btn_secondary {
  padding: 9px 53px 9px 30px;
  border-radius: 50px;
  background: #F58F1F;
  color: #fff;
  font-family: "Proxima Nova";
  font-weight: 700;
  font-size: 18px;
  line-height: 150%;
  text-decoration: none;
  text-transform: capitalize;
  display: inline-block;
  position: relative;
  transition: 0.5s all linear;
}
body .btn_primary:after, body .btn_secondary:after {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  background-image: url("data:image/svg+xml,%3Csvg width='15' height='15' viewBox='0 0 15 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.00049 7.5L14.1426 7.5ZM14.1426 7.5L7.83438 13.8082ZM14.1426 7.5L7.83437 1.1918Z' fill='white'/%3E%3Cpath d='M1.00049 7.5L14.1426 7.5M14.1426 7.5L7.83438 13.8082M14.1426 7.5L7.83437 1.1918' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotateZ(-45deg);
  right: 30px;
  transition: 0.3s all linear;
}
body .btn_primary:hover:after, body .btn_secondary:hover:after {
  width: 15px;
  height: 15px;
  background-image: url("data:image/svg+xml,%3Csvg width='15' height='15' viewBox='0 0 15 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.00049 7.5L14.1426 7.5ZM14.1426 7.5L7.83438 13.8082ZM14.1426 7.5L7.83437 1.1918Z' fill='white'/%3E%3Cpath d='M1.00049 7.5L14.1426 7.5M14.1426 7.5L7.83438 13.8082M14.1426 7.5L7.83437 1.1918' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  transform: translateY(-50%) rotateZ(0);
}
body .btn_secondary {
  background: #fff;
  border: 1px solid #F58F1F;
  color: #F58F1F;
  text-transform: none;
  padding: 8px 63px 8px 40px;
}
body .btn_secondary:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='13' viewBox='0 0 12 13' fill='none'%3E%3Cpath d='M1 11.5L11 1.5L1 11.5ZM11 1.5V11.1V1.5ZM11 1.5H1.4H11Z' fill='%23F58F1F'/%3E%3Cpath d='M1 11.5L11 1.5M11 1.5V11.1M11 1.5H1.4' stroke='%23F58F1F' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  transform: translateY(-50%) rotateZ(0);
}
body .btn_secondary:hover {
  background: #F58F1F;
  color: #fff;
}
body .btn_secondary:hover:after {
  width: 12px;
  height: 12px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='13' viewBox='0 0 12 13' fill='none'%3E%3Cpath d='M1 11.5L11 1.5L1 11.5ZM11 1.5V11.1V1.5ZM11 1.5H1.4H11Z' fill='%23F58F1F'/%3E%3Cpath d='M1 11.5L11 1.5M11 1.5V11.1M11 1.5H1.4' stroke='%23F58F1F' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  transform: translateY(-50%) rotateZ(45deg);
  filter: brightness(0) invert(1);
}
body .btn_tertiary {
  background: #02407F;
  color: #fff;
  border-radius: 0px 2px 2px 0px;
  padding: 5px 20px;
  display: inline-block;
  text-decoration: none;
  font-size: 16px;
  line-height: 175%;
}
body .btn_tertiary:hover {
  background: #F58F1F;
}
body .m-100 {
  margin: 100px 0;
}
body .bg_lBlue {
  background: #E6ECF3;
  padding: 30px 0 50px;
}
body .slick-arrow {
  transition: 0.5s all linear;
}
body .slick-arrow:hover svg circle {
  fill: #02407F;
  stroke: #02407F;
  transition: 0.5s all linear;
}
body .slick-arrow:hover svg path {
  stroke: #fff;
}
body .slick-prev:before, body .slick-next:before {
  display: none;
}
body .ms_breadcrumb {
  display: none;
}

@media (max-width: 1600px) {
  body {
    margin: 77px 0 0;
  }
  body .bg_lBlue {
    padding: 30px 0 50px;
  }
}
@media (max-width: 1440px) {
  body {
    margin: 74px 0 0;
  }
  body .container {
    padding: 0 30px;
  }
  body .btn_primary, body .btn_secondary {
    padding: 7px 45px 9px 20px;
    font-size: 14px;
  }
  body .btn_primary:after, body .btn_secondary:after {
    right: 20px;
  }
}
@media (max-width: 1366px) {
  body {
    margin: 62px 0 0;
  }
}
@media (max-width: 1199px) {
  body {
    margin: 64px 0 0;
  }
}
@media (max-width: 991px) {
  body .container {
    max-width: 718px;
    padding: 0;
  }
  body .m-100 {
    margin: 70px 0;
  }
}
@media (max-width: 768px) {
  body {
    font-size: 18px;
  }
  body .container {
    padding: 0 20px;
  }
}
@media (max-width: 767px) {
  body .container {
    padding: 0 30px;
  }
  body h2 {
    font-size: 28px;
  }
  body h3 {
    font-size: 24px;
  }
  body h4 {
    font-size: 20px;
  }
  body h5 {
    font-size: 16px;
  }
  body .bg_lBlue {
    padding: 30px 0 40px;
  }
  body .m-100 {
    margin: 40px 0;
  }
}
@media (max-width: 575px) {
  body {
    margin: 62px 0 0;
  }
}
@media (max-width: 375px) {
  body .container {
    max-width: 319px;
    padding: 0;
  }
  body .bg_lBlue {
    padding: 30px 0 40px;
  }
}
@media (max-width: 320px) {
  body .container {
    padding: 0 10px;
  }
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("../img/ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url("../fonts/slick.eot");
  src: url("../fonts/slick.eot?#iefix") format("embedded-opentype"), url("../fonts/slick.woff") format("woff"), url("../fonts/slick.ttf") format("truetype"), url("../fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}
[dir=rtl] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "←";
}
[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}
[dir=rtl] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
[dir=rtl] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

/*! Lity - v2.4.1 - 2020-04-26
* http://sorgalla.com/lity/
* Copyright (c) 2015-2020 Jan Sorgalla; Licensed MIT */
.lity {
  z-index: 9990;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  white-space: nowrap;
  background: #0b0b0b;
  background: rgba(0, 0, 0, 0.9);
  outline: none !important;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.lity.lity-opened {
  opacity: 1;
}

.lity.lity-closed {
  opacity: 0;
}

.lity * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.lity-wrap {
  z-index: 9990;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: center;
  outline: none !important;
}

.lity-wrap:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em;
}

.lity-loader {
  z-index: 9991;
  color: #fff;
  position: absolute;
  top: 50%;
  margin-top: -0.8em;
  width: 100%;
  text-align: center;
  font-size: 14px;
  font-family: Arial, Helvetica, sans-serif;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.lity-loading .lity-loader {
  opacity: 1;
}

.lity-container {
  z-index: 9992;
  position: relative;
  text-align: left;
  vertical-align: middle;
  display: inline-block;
  white-space: normal;
  max-width: 100%;
  max-height: 100%;
  outline: none !important;
}

.lity-content {
  z-index: 9993;
  width: 100%;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  -o-transition: -o-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease, -o-transform 0.3s ease;
}

.lity-loading .lity-content,
.lity-closed .lity-content {
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
}

.lity-content:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
}

.lity-close {
  z-index: 9994;
  width: 35px;
  height: 35px;
  position: fixed;
  right: 0;
  top: 0;
  -webkit-appearance: none;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  padding: 0;
  color: #fff;
  font-style: normal;
  font-size: 35px;
  font-family: Arial, Baskerville, monospace;
  line-height: 35px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  border: 0;
  background: none;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.lity-close::-moz-focus-inner {
  border: 0;
  padding: 0;
}

.lity-close:hover,
.lity-close:focus,
.lity-close:active,
.lity-close:visited {
  text-decoration: none;
  text-align: center;
  padding: 0;
  color: #fff;
  font-style: normal;
  font-size: 35px;
  font-family: Arial, Baskerville, monospace;
  line-height: 35px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  border: 0;
  background: none;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.lity-close:active {
  top: 1px;
}

/* Image */
.lity-image img {
  max-width: 100%;
  display: block;
  line-height: 0;
  border: 0;
}

/* iFrame */
.lity-iframe .lity-container,
.lity-youtube .lity-container,
.lity-vimeo .lity-container,
.lity-facebookvideo .lity-container,
.lity-googlemaps .lity-container {
  width: 100%;
  max-width: 964px;
}

.lity-iframe-container {
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  overflow: auto;
  pointer-events: auto;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-overflow-scrolling: touch;
}

.lity-iframe-container iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

.lity-hide {
  display: none;
}

.only-mobile {
  display: none;
}

.top_header {
  background: #07192A;
  box-shadow: 0px 5px 15px 0px rgba(7, 7, 7, 0.15);
  padding: 0 100px;
  color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9;
}
.top_header .nav_wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  max-width: 1920px;
  width: 100%;
  margin: 0 auto;
}
.top_header .nav_wrapper .dropdown:hover .dropdown-menu {
  display: block;
}
.top_header .nav_wrapper .dropdown:hover .dropdown-toggle {
  background: #F58F1F;
}
.top_header .nav_wrapper .navbar {
  padding: 0;
}
.top_header .nav_wrapper .navbar .navbar-brand {
  padding: 0;
}
.top_header .nav_wrapper .navbar .navbar-brand img {
  max-width: 207px;
}
.top_header .nav_wrapper .navbar .navbar-nav {
  margin: 0 0 0 50px;
}
.top_header .nav_wrapper .navbar .navbar-nav li a {
  font-family: "Proxima Nova";
  font-weight: 700;
  font-size: 18px;
  line-height: 150%;
  color: #fff;
  padding: 35px 20px 34px;
  display: inline-block;
}
.top_header .nav_wrapper .navbar .navbar-nav li a:hover {
  background: #F58F1F;
  color: #fff;
}
.top_header .nav_wrapper .navbar .navbar-nav li a.dropdown-toggle {
  padding-right: 40px;
}
.top_header .nav_wrapper .navbar .navbar-nav li a.dropdown-toggle:after {
  width: 10px;
  height: 6px;
  border: 0;
  background-image: url("data:image/svg+xml,%3Csvg width='9' height='5' viewBox='0 0 9 5' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.73389 4.99999C4.63822 4.99999 4.54543 4.9809 4.4555 4.94274C4.36558 4.90457 4.29096 4.85368 4.23164 4.79006L0.931196 1.27862C0.799656 1.13867 0.733887 0.960557 0.733887 0.744273C0.733887 0.527988 0.799656 0.349872 0.931196 0.209923C1.06274 0.0699741 1.23015 0 1.43344 0C1.63673 0 1.80414 0.0699741 1.93568 0.209923L4.73389 3.18702L7.53209 0.209923C7.66363 0.0699741 7.83105 0 8.03434 0C8.23762 0 8.40504 0.0699741 8.53658 0.209923C8.66812 0.349872 8.73389 0.527988 8.73389 0.744273C8.73389 0.960557 8.66812 1.13867 8.53658 1.27862L5.23613 4.79006C5.16438 4.8664 5.08665 4.9206 5.00294 4.95266C4.91924 4.98472 4.82955 5.0005 4.73389 4.99999Z' fill='%2302407F'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
}
.top_header .nav_wrapper .navbar .navbar-nav li .dropdown-menu {
  top: 96px;
  background: #07192A;
  border-radius: 0;
  padding: 0;
}
.top_header .nav_wrapper .navbar .navbar-nav li .dropdown-menu li a {
  padding: 15px 30px;
}
.top_header .nav_wrapper .navbar .navbar-nav li .dropdown-menu li a:hover {
  background: #F58F1F;
  color: #fff;
}
.top_header .nav_wrapper .navbar .top_search {
  position: relative;
  margin: 0 0 0 104px;
}
.top_header .nav_wrapper .navbar .top_search input {
  width: 301px;
  padding: 11px 38px 11px 20px;
  position: relative;
  margin: 0;
  border-radius: 6px;
  background: #F5F6F8;
}
.top_header .nav_wrapper .navbar .top_search input:focus {
  outline: none;
  box-shadow: none;
}
.top_header .nav_wrapper .navbar .top_search input::placeholder {
  color: #070707;
}
.top_header .nav_wrapper .navbar .top_search .btn {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  border: 0;
}
.top_header .nav_wrapper .navbar .top_search .btn:focus {
  outline: none;
}
.top_header .nav_wrapper .navbar .social ul {
  margin: 0 0 0 30px;
}
.top_header .nav_wrapper .top_right {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-wrap: wrap;
}
.top_header .nav_wrapper .top_contact {
  margin: 0 0 0 20px;
}
.top_header .nav_wrapper .top_cart {
  position: relative;
  margin: 0 0 0 17px;
}
.top_header .nav_wrapper .top_cart .cart_count {
  width: 18px;
  height: 18px;
  background: #F58F1F;
  border-radius: 50%;
  font-family: "Proxima Nova";
  font-weight: 400;
  font-size: 14px;
  line-height: 175%;
  position: absolute;
  top: -7px;
  right: -15px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.top_header .nav_wrapper .top_cart .cart_count {
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

body.logged-in .top_header {
  top: 30px;
}

@media (max-width: 1200px) {
  .top_header .nav_wrapper .navbar .show .navbar-collapse {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    display: block;
    height: 100%;
  }
  .top_header .nav_wrapper .navbar .top_search {
    margin-top: 15px;
  }
}
@media (max-width: 1900px) {
  .top_header .nav_wrapper {
    justify-content: space-between;
  }
  .top_header .nav_wrapper .navbar .navbar-nav {
    margin: 0;
  }
  .top_header .nav_wrapper .navbar .top_search {
    margin: 0 0 0 30px;
  }
}
@media (max-width: 1800px) {
  .top_header {
    padding: 0 50px;
  }
}
@media (max-width: 1700px) {
  .top_header .nav_wrapper {
    justify-content: space-between;
  }
  .top_header .nav_wrapper .navbar .top_search input {
    width: 224px;
  }
}
@media (max-width: 1600px) {
  .top_header {
    padding: 0 30px;
  }
  .top_header .nav_wrapper {
    justify-content: space-between;
  }
  .top_header .nav_wrapper .navbar .navbar-brand img {
    width: 80%;
  }
  .top_header .nav_wrapper .navbar .navbar-nav li a {
    padding: 26px 12px;
  }
  .top_header .nav_wrapper .navbar .navbar-nav li .dropdown-menu {
    top: 77px;
  }
  .top_header .nav_wrapper .navbar .social ul {
    margin: 0 0 0 15px;
  }
  .top_header .nav_wrapper .top_contact {
    margin: 0 0 0 10px;
  }
  .top_header .nav_wrapper .top_cart {
    margin: 0 0 0 10px;
  }
}
@media (max-width: 1440px) {
  .top_header .nav_wrapper .navbar .navbar-nav li a {
    font-size: 16px;
  }
  .top_header .nav_wrapper .navbar .navbar-nav li a .dropdown-toggle {
    padding-right: 30px;
  }
  .top_header .nav_wrapper .navbar .navbar-nav li a:after {
    right: 10px;
  }
  .top_header .nav_wrapper .navbar .navbar-nav li .dropdown-menu {
    top: 74px;
  }
  .top_header .nav_wrapper .navbar .top_search input {
    padding: 9px 35px 9px 10px;
  }
}
@media (max-width: 1366px) {
  .top_header .nav_wrapper .navbar .navbar-brand {
    margin: 0;
  }
  .top_header .nav_wrapper .navbar .navbar-nav li a {
    font-size: 15px;
    padding: 20px 10px;
  }
  .top_header .nav_wrapper .navbar .navbar-nav li .dropdown-menu {
    top: 62px;
  }
  .top_header .nav_wrapper .navbar .top_search {
    margin: 0 0 0 10px;
  }
}
@media (max-width: 1280px) {
  .top_header .nav_wrapper .navbar .top_search input {
    width: 148px;
  }
}
@media (max-width: 1199px) {
  .top_header {
    padding: 10px 30px 10px 20px;
  }
  .top_header .nav_wrapper {
    align-items: center;
  }
  .top_header .nav_wrapper .navbar {
    flex-direction: row-reverse;
  }
  .top_header .nav_wrapper .navbar .navbar-brand {
    margin: 0 0 0 30px;
  }
  .top_header .nav_wrapper .navbar .navbar-toggler {
    display: block;
    width: 24px;
    height: 18px;
    position: relative;
    transform: rotate(0deg);
    transition: 0.5s ease-in-out;
    cursor: pointer;
    border: 0;
  }
  .top_header .nav_wrapper .navbar .navbar-toggler:hover, .top_header .nav_wrapper .navbar .navbar-toggler:focus {
    outline: none;
    border: 0;
    box-shadow: none;
  }
  .top_header .nav_wrapper .navbar .navbar-toggler span {
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    background: #02407F;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    transform: rotate(0deg);
    transition: 0.25s ease-in-out;
    transform-origin: left center;
  }
  .top_header .nav_wrapper .navbar .navbar-toggler span:nth-child(1) {
    top: 0px;
  }
  .top_header .nav_wrapper .navbar .navbar-toggler span:nth-child(2) {
    top: 8px;
  }
  .top_header .nav_wrapper .navbar .navbar-toggler span:nth-child(3) {
    top: 16px;
  }
  .top_header .nav_wrapper .navbar .navbar-toggler.close_toggle span:nth-child(1) {
    transform: rotate(45deg);
    top: -3px;
    left: 3px;
  }
  .top_header .nav_wrapper .navbar .navbar-toggler.close_toggle span:nth-child(2) {
    width: 0%;
    opacity: 0;
  }
  .top_header .nav_wrapper .navbar .navbar-toggler.close_toggle span:nth-child(3) {
    transform: rotate(-45deg);
    top: 14px;
    left: 3px;
  }
  .top_header .nav_wrapper .navbar .navbar-collapse {
    position: absolute;
    top: 62px;
    left: 0px;
    width: calc(100vw - 80px);
  }
  .top_header .nav_wrapper .navbar .navbar-collapse .navbar-nav li a {
    padding: 20px 0;
    display: block;
  }
  .top_header .nav_wrapper .navbar .navbar-collapse .navbar-nav li a:hover {
    background: transparent;
    color: #F58F1F;
  }
  .top_header .nav_wrapper .navbar .navbar-collapse .navbar-nav li a.dropdown-toggle:after {
    top: 28px;
    transform: none;
  }
  .top_header .nav_wrapper .navbar .navbar-collapse .navbar-nav li .dropdown-menu a:hover {
    background: transparent;
    color: #F58F1F;
  }
  .top_header .nav_wrapper .navbar .top_search {
    margin: 0 0 30px;
  }
  .top_header .nav_wrapper .navbar .top_search input {
    max-width: 100%;
    width: 100%;
  }
  .top_header .nav_wrapper .navbar .top_search .btn {
    left: 0;
    right: auto !important;
  }
  .top_header .nav_wrapper .navbar .social ul {
    margin: 0;
  }
  body.body_fix {
    overflow: hidden;
  }
  body.body_fix .top_header {
    height: 100vh;
    overflow-y: scroll;
  }
}
@media (max-width: 991px) {
  .top_header .nav_wrapper .navbar .navbar-collapse .navbar-nav li a.dropdown-toggle:after {
    top: 20px;
  }
  [data-toggle=dropdown] + .dropdown-menu {
    display: none !important;
  }
  [data-toggle=dropdown].isVisible + .dropdown-menu {
    display: block !important;
  }
  .top_header .nav_wrapper .navbar .navbar-collapse .navbar-nav li a.dropdown-toggle.isVisible:after {
    transform: rotate(180deg);
  }
}
@media (max-width: 768px) {
  body.logged-in .top_header {
    top: 45px;
  }
}
@media (max-width: 767px) {
  .top_header .nav_wrapper .navbar .navbar-collapse .navbar-nav li a {
    padding: 10px 0;
  }
}
@media (max-width: 600px) {
  body.logged-in .top_header {
    top: 0px;
  }
}
@media (max-width: 575px) {
  .only-mobile {
    display: block;
    margin-bottom: 20px;
    margin-top: 10px;
  }
  .top_header .nav_wrapper .navbar .navbar-brand {
    margin: 0 0 0 10px;
  }
  .top_header .nav_wrapper .navbar .navbar-brand img {
    max-width: 120px !important;
    width: 100%;
  }
  .top_header .nav_wrapper .top_right .top_contact {
    display: none;
  }
}
.hero_carousel.slick-slider {
  position: relative;
  margin: 0;
}
.hero_carousel.slick-slider .slick-dots {
  position: absolute;
  bottom: 30px;
}
.hero_carousel.slick-slider .slick-dots li {
  width: 10px;
  height: 10px;
}
.hero_carousel.slick-slider .slick-dots li button {
  padding: 0;
  margin: 0;
  width: 10px;
  height: 10px;
}
.hero_carousel.slick-slider .slick-dots li button:before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #FDE9D2;
  font-size: 0;
  opacity: 1;
}
.hero_carousel.slick-slider .slick-dots li.slick-active button:before {
  background: #F58F1F;
}
.hero_carousel-item {
  height: 550px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.hero_carousel-item.slick-slide {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: relative;
}
.hero_carousel-item.slick-slide:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(7, 7, 7, 0.35);
  position: absolute;
  top: 0;
  left: 0;
}
.hero_carousel-item .hero_caption {
  color: #fff;
  max-width: 700px;
  width: 100%;
  z-index: 2;
  position: relative;
}
.hero_carousel-item .hero_caption h1 {
  font-size: 55px;
  line-height: 150%;
  margin: 0 0 20px;
}
.hero_carousel-item .hero_caption p {
  margin: 20px 0 0;
}
.hero_carousel-item .hero_caption .btn_primary, .hero_carousel-item .hero_caption body .btn_secondary, body .hero_carousel-item .hero_caption .btn_secondary {
  margin: 40px 0 0;
  padding: 9px 63px 9px 40px;
}

.inner_banner {
  height: 220px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.inner_banner-caption {
  text-align: center;
  color: #fff;
}
.inner_banner .ms_breadcrumb {
  position: absolute;
  bottom: 20px;
}

@media (max-width: 768px) {
  .hero_carousel-item {
    height: 400px;
  }
  .hero_carousel-item .hero_caption h1 {
    font-size: 50px;
  }
}
@media (max-width: 767px) {
  .hero_carousel-item {
    height: 350px;
  }
  .hero_carousel-item .hero_caption h1 {
    font-size: 44px;
    margin: 0 0 10px;
  }
  .hero_carousel-item .hero_caption p {
    margin: 10px 0 0;
  }
  .hero_carousel-item .hero_caption .btn_primary, .hero_carousel-item .hero_caption body .btn_secondary, body .hero_carousel-item .hero_caption .btn_secondary {
    margin: 30px 0 0;
  }
  .hero_carousel.slick-slider .slick-dots {
    bottom: 10px;
  }
}
@media (max-width: 575px) {
  .hero_carousel-item .hero_caption h1 {
    font-size: 38px;
    line-height: 100%;
  }
  .hero_carousel-item .hero_caption .btn_primary, .hero_carousel-item .hero_caption body .btn_secondary, body .hero_carousel-item .hero_caption .btn_secondary {
    margin: 20px 0 0;
  }
  .inner_banner {
    height: 200px;
  }
}
.two_colContent .row [class*=col-]:first-child .two_colContent-block {
  padding-right: 120px;
  justify-content: flex-end;
}
.two_colContent .row [class*=col-]:last-child .two_colContent-block {
  padding-left: 75px;
  justify-content: flex-start;
}
.two_colContent-block {
  position: relative;
  padding: 75px 0;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
.two_colContent-block.block-lBlue {
  background: #E6ECF3;
}
.two_colContent-block.block-oWhite {
  background: #FEF4E9;
}
.two_colContent-block .content {
  max-width: 576px;
  width: 100%;
}
.two_colContent-block h2 {
  color: #02407F;
  margin: 0 0 30px;
}
.two_colContent-block p {
  margin: 0 0 30px;
}
.two_colContent-block .media {
  max-width: 566px;
  width: 100%;
  position: relative;
  margin: 40px 0 0;
}
.two_colContent-block .media img {
  max-width: 100%;
}
.two_colContent-block .media .video_thumbImg {
  display: block;
  position: relative;
}
.two_colContent-block .media .video_playIcon {
  width: max-content;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: 0 auto;
  transition: 0.25s all linear;
}
.two_colContent-block .media .video_playIcon svg {
  transition: 0.25s all linear;
}
.two_colContent-block .media .video_playIcon svg g path {
  transition: 0.25s all linear;
}
.two_colContent-block .media .video_playIcon svg:hover g path:last-child {
  stroke: #FED205;
  stroke-opacity: 1;
}

@media (max-width: 1440px) {
  .two_colContent-block {
    padding: 75px;
  }
}
@media (max-width: 991px) {
  .two_colContent .row [class*=col-]:first-child .two_colContent-block {
    padding-right: 30px;
    justify-content: flex-start;
  }
  .two_colContent-block .content {
    max-width: 718px;
    margin: 0 auto;
  }
}
@media (max-width: 768px) {
  .two_colContent-block {
    padding: 40px 30px;
  }
  .two_colContent-block h2 {
    margin: 0 0 15px;
  }
  .two_colContent-block p {
    margin: 0 0 15px;
  }
  .two_colContent-block .media {
    margin: 25px 0 0;
  }
  .two_colContent .row [class*=col-]:last-child .two_colContent-block {
    padding: 40px 30px;
  }
}
.featured_slider {
  padding: 120px 0 100px;
  text-align: center;
}
.featured_slider h2 {
  color: #02407F;
  margin: 0 0 50px;
}
.featured_slider .featured_carousel-item {
  text-align: center;
  background: #F5F5F7;
  padding: 40px 40px 30px;
  border-radius: 10px;
  transition: 0.3s all linear;
}
.featured_slider .featured_carousel-item h4 a {
  color: #02407F;
  text-decoration: none;
}
.featured_slider .featured_carousel-item img {
  margin: 50px auto 0;
  height: 130px;
  object-fit: contain;
}
.featured_slider .featured_carousel-item .btn_primary, .featured_slider .featured_carousel-item body .btn_secondary, body .featured_slider .featured_carousel-item .btn_secondary {
  margin: 50px 0 0;
}
.featured_slider .featured_carousel-item:hover {
  background: #07192A;
}
.featured_slider .featured_carousel-item:hover h4 {
  color: #fff;
}
.featured_slider .featured_carousel-item:hover img {
  filter: brightness(0) invert(1);
}
.featured_slider .featured_carousel .slick-prev {
  left: -75px;
}
.featured_slider .featured_carousel .slick-next {
  right: -65px;
}
.featured_slider .featured_carousel .slick-list {
  margin: 0 -25px;
}
.featured_slider .featured_carousel .slick-list .slick-slide {
  margin: 0 25px;
}
.featured_slider .featured_carousel .slick-list .slick-slide:focus {
  outline: none;
}

@media (max-width: 1600px) {
  .featured_slider {
    padding: 120px 85px 100px;
  }
}
@media (max-width: 1440px) {
  .featured_slider .featured_carousel .slick-prev {
    left: -55px;
  }
  .featured_slider .featured_carousel .slick-next {
    right: -45px;
  }
  .featured_slider .featured_carousel .slick-list {
    margin: 0 -10px;
  }
  .featured_slider .featured_carousel .slick-list .slick-slide {
    margin: 0 10px;
  }
}
@media (max-width: 1199px) {
  .featured_slider {
    padding: 80px 50px;
  }
  .featured_slider h2 {
    margin: 0 0 30px;
  }
  .featured_slider .slick-prev {
    left: -55px;
  }
  .featured_slider .featured_carousel-item {
    padding: 25px;
  }
}
@media (max-width: 767px) {
  .featured_slider {
    padding: 40px 50px;
  }
  .featured_slider h2 {
    margin: 0 0 20px;
  }
  .featured_slider .featured_carousel-item img {
    margin: 30px auto 0;
  }
  .featured_slider .featured_carousel-item .btn_primary, .featured_slider .featured_carousel-item body .btn_secondary, body .featured_slider .featured_carousel-item .btn_secondary {
    margin: 30px 0 0;
  }
}
@media (min-width: 769px) and (max-width: 850px) {
  .featured_slider .featured_carousel .slick-next {
    right: -25px;
  }
  .featured_slider .featured_carousel .slick-prev {
    left: -40px;
    z-index: 999;
  }
}
@media (max-width: 375px) {
  .featured_slider .featured_carousel .slick-prev {
    left: -45px;
  }
  .featured_slider .featured_carousel .slick-next {
    right: -30px;
  }
}
.featured_promotion-slider .featured_carousel-item:hover img {
  filter: none;
}

.news {
  background: #E6ECF3;
  padding: 100px 0;
}
.news h2 {
  text-align: center;
  color: #02407F;
  margin: 0 0 50px;
}
.news .row {
  margin: 0 -20px;
}
.news .row [class*=col-] {
  padding: 0 20px;
}
.news_block .news_img img {
  display: block;
  border-radius: 5px;
  width: 100%;
  height: 178px;
  object-fit: cover;
}
.news_block .news_cat {
  margin: 20px 0 0;
}
.news_block .news_cat a {
  background: #D8E4F3;
  display: inline-block;
  padding: 1px 8px;
  margin: 0 10px 10px 0;
  color: #4079CA;
  font-size: 12px;
  font-weight: 400;
  line-height: 175%;
  text-decoration: none;
  border-radius: 2px;
}
.news_block .news_cat a:hover {
  background: #02407F;
  color: #fff;
}
.news_block .news_title a {
  text-decoration: none;
}
.news_block .news_title a h5 {
  font-size: 20px;
  font-weight: 700;
  line-height: 150%;
  color: #151515;
}
.news_block .news_title a:hover h5 {
  color: #02407F;
}
.news_block .place_date {
  font-size: 16px;
  line-height: 175%;
}

@media (max-width: 1440px) {
  .news .row {
    margin: 0 -10px;
  }
  .news .row [class*=col-] {
    padding: 0 10px;
  }
}
@media (max-width: 1199px) {
  .news {
    padding: 80px 0;
  }
  .news h2 {
    margin: 0 0 30px;
  }
}
@media (max-width: 991px) {
  .news h2 {
    margin: 0 0 10px;
  }
  .news_block {
    margin: 20px 0 0;
  }
  .news .row {
    margin: 0 -15px;
  }
  .news .row [class*=col-] {
    padding: 0 15px;
  }
}
@media (max-width: 767px) {
  .news {
    padding: 40px 0;
  }
  .news h2 {
    margin: 0 0 10px;
  }
}
.events {
  padding: 90px 0 120px;
  background: #07192A;
  position: relative;
}
.events:after {
  content: "";
  display: block;
  width: 260px;
  height: 100%;
  background: linear-gradient(270deg, #07192A 0%, rgba(7, 25, 42, 0) 100%);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}
.events h2 {
  text-align: center;
  color: #fff;
  margin: 0 0 50px;
}
.events_carousel {
  margin-left: 260px;
  margin-right: 120px;
  position: relative;
}
.events_carousel .slick-list {
  overflow: visible;
  margin: 0 -25px;
}
.events_carousel .slick-list .slick-slide {
  margin: 0 25px;
}
.events_carousel .slick-list .slick-slide:focus {
  outline: none;
}
.events_carousel .slick-list .slick-slide img {
  width: 100%;
}
.events_carousel .slick-prev {
  z-index: 2;
  left: -75px;
  top: 42%;
}
.events_carousel .slick-next {
  z-index: 2;
  right: 85px;
  top: 42%;
}
.events_carousel-item .event_img img {
  border-radius: 8px;
}
.events_carousel-item .event_title {
  margin: 30px 0 0;
}
.events_carousel-item .event_title a {
  text-decoration: none;
}
.events_carousel-item .event_title a h4 {
  color: #fff;
  text-decoration: none;
}
.events_carousel-item .event_title a:hover h4 {
  color: #F58F1F;
}

@media (max-width: 1440px) {
  .events_carousel {
    margin-left: 40px;
    margin-right: 40px;
  }
  .events_carousel .slick-prev {
    left: 50px;
  }
  .events_carousel .slick-next {
    right: 90px;
  }
  .events_carousel .slick-list {
    margin: 0 -10px;
  }
  .events_carousel .slick-list .slick-slide {
    margin: 0 10px;
  }
}
@media (max-width: 1199px) {
  .events {
    padding: 80px 0;
  }
  .events h2 {
    margin: 0 0 30px;
  }
  .events_carousel .slick-prev {
    left: 30px;
  }
  .events_carousel .slick-next {
    right: 0px;
  }
}
@media (max-width: 991px) {
  .events_carousel {
    margin-left: 125px;
    margin-right: 125px;
  }
}
@media (max-width: 768px) {
  .events_carousel {
    margin-left: 40px;
    margin-right: 40px;
  }
  .events_carousel .slick-prev {
    left: -10px;
  }
}
@media (max-width: 767px) {
  .events {
    padding: 40px 0;
  }
  .events h2 {
    margin: 0 0 20px;
  }
}
@media (max-width: 991px) {
  body .events_carousel {
    margin-left: 15px;
    margin-right: 40px;
  }
  .events_carousel .slick-prev {
    left: 12px;
  }
}
.twitter_posts {
  padding: 120px 0;
}
.twitter_posts-title {
  text-align: center;
  padding-right: 260px;
  position: relative;
}
.twitter_posts-title h2 {
  color: #02407F;
}
.twitter_posts-title .btn_secondary {
  position: absolute;
  top: 0;
  right: 0;
}
.twitter_posts-content {
  margin: 50px 0 0;
}

@media (max-width: 1199px) {
  .twitter_posts {
    padding: 80px 0;
  }
  .twitter_posts h2 {
    margin: 0 0 30px;
  }
}
@media (max-width: 767px) {
  .twitter_posts {
    padding: 40px 0;
  }
  .twitter_posts h2 {
    margin: 0 0 20px;
  }
  .twitter_posts-title {
    padding-right: 0;
  }
  .twitter_posts-title .btn_secondary {
    position: relative;
  }
}
.cta {
  padding: 31px 0;
  background: #FEF4E9;
}
.cta .container {
  max-width: 950px;
}
.cta_content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.cta_content .cta_title h2 {
  margin: 0;
  color: #02407F;
}

@media (max-width: 991px) {
  .cta .container {
    max-width: 718px;
  }
}
@media (max-width: 575px) {
  .cta .cta_btn {
    margin: 20px 0 0;
  }
}
@media (max-width: 375px) {
  .cta {
    padding: 30px;
  }
}
.ms_breadcrumb #breadcrumbs {
  margin: 0;
}
.ms_breadcrumb #breadcrumbs span {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
}
.ms_breadcrumb #breadcrumbs span span {
  list-style-type: none;
  color: #070707;
  font-size: 16px;
  line-height: 175%;
}
.ms_breadcrumb #breadcrumbs span span a {
  color: #02407F;
  text-decoration: none;
  position: relative;
  padding: 0 25px 0 0;
  display: inline-block;
}
.ms_breadcrumb #breadcrumbs span span a::after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  background-image: url("../img/caret-right-blue.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
}
.ms_breadcrumb #breadcrumbs span span a:hover {
  text-decoration: underline;
}

.search-breadcrumb {
  background: #FEF4E9;
  padding: 20px 0 0;
  display: none;
}

.search-banner {
  padding: 20px 0;
  background: #FEF4E9;
  transition: 0.5s all ease;
}
.search-banner.search_fix {
  position: fixed;
  width: 100%;
  top: 96px;
  left: 0;
  transform: translateY(0);
  z-index: 2;
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.05);
}
.search-banner .section_searchheading h1 {
  font-size: 32px;
  line-height: 150%;
  color: #02407F;
  margin: 0 0 20px;
}
.search-banner .section_searchbox .ais-SearchBox .ais-SearchBox-form {
  position: relative;
  max-width: 600px;
  width: 100%;
}
.search-banner .section_searchbox .ais-SearchBox .ais-SearchBox-form .ais-SearchBox-input {
  max-width: 600px;
  width: 100%;
  padding: 11px 48px 11px 20px;
  position: relative;
  margin: 0;
  border-radius: 6px;
  background: #fff;
  font-size: 16px;
  line-height: 175%;
  border: 0;
}
.search-banner .section_searchbox .ais-SearchBox .ais-SearchBox-form .ais-SearchBox-input:focus {
  outline: none;
  box-shadow: none;
}
.search-banner .section_searchbox .ais-SearchBox .ais-SearchBox-form .ais-SearchBox-input::placeholder {
  color: #070707;
}
.search-banner .section_searchbox .ais-SearchBox .ais-SearchBox-form .ais-SearchBox-submit {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  border: 0;
  background: transparent;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 16px;
}
.search-banner .section_searchbox .ais-SearchBox .ais-SearchBox-form .ais-SearchBox-submit:focus {
  outline: none;
}
.search-banner .section_searchbox .ais-SearchBox .ais-SearchBox-form .ais-SearchBox-submit svg {
  width: 19px;
  height: 19px;
}
.search-banner .section_searchbox .ais-SearchBox .ais-SearchBox-form .ais-SearchBox-reset {
  display: none;
}
.search-banner .section_searchbox .cart-btn {
  text-align: right;
}

@media (max-width: 1600px) {
  .search-banner.search_fix {
    top: 77px;
  }
}
@media (max-width: 1440px) {
  .search-banner {
    padding: 20px 0;
  }
  .search-banner.search_fix {
    top: 74px;
  }
  .search-banner .section_searchheading h1 {
    margin: 0 0 10px;
  }
}
@media (max-width: 1366px) {
  .search-banner.search_fix {
    top: 62px;
  }
}
@media (max-width: 1199px) {
  .search-banner.search_fix {
    top: 64px;
  }
}
@media (max-width: 767px) {
  .search-banner .section_searchheading h1 {
    font-size: 28px;
  }
  .search-banner .section_searchbox .cart-btn {
    display: none;
  }
}
@media (max-width: 575px) {
  .search-banner.search_fix {
    top: 75px;
  }
}
.section_searchresult {
  padding: 50px 0;
}
.section_searchresult h2 {
  font-size: 22px;
  line-height: 150%;
  color: #02407F;
  margin: 0 0 35px;
  text-transform: uppercase;
}
.section_searchresult .ais-Hits .ais-Hits-list {
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.section_searchresult .ais-Hits .ais-Hits-list .ais-Hits-item {
  list-style-type: none;
}
.section_searchresult .ais-Hits .ais-Hits-list .ais-Hits-item .product-search_card .product-search_image {
  text-align: center;
  background: #F5F5F7;
  padding: 10px;
}
.section_searchresult .ais-Hits .ais-Hits-list .ais-Hits-item .product-search_card .product-search_image img {
  max-width: 100%;
  height: 116px;
  object-fit: contain;
  margin: 0 auto;
}
.section_searchresult .ais-Hits .ais-Hits-list .ais-Hits-item .product-search_card .product-search_desc {
  margin: 20px 0 0;
}
.section_searchresult .ais-Hits .ais-Hits-list .ais-Hits-item .product-search_card .product-search_desc h2 {
  font-size: 16px;
  line-height: 150%;
  margin: 0 0 20px;
}
.section_searchresult .ais-Hits .ais-Hits-list .ais-Hits-item .product-search_card .product-search_desc p {
  font-size: 16px;
  line-height: 175%;
  margin: 0;
}
.section_searchresult .ais-Hits .ais-Hits-list .ais-Hits-item .product-search_card .product-search_desc .variation-select {
  margin: 10px 0 0;
}
.section_searchresult .ais-Hits .ais-Hits-list .ais-Hits-item .product-search_card .product-search_desc .variation-select select {
  padding: 5px 44px 5px 15px;
  font-size: 14px;
  font-weight: 400;
  line-height: 175%;
  color: #070707;
  border: 1px solid rgba(7, 7, 7, 0.3);
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='5' viewBox='0 0 8 5' fill='none'%3E%3Cpath d='M4 4.99999C3.90433 4.99999 3.81154 4.9809 3.72161 4.94274C3.63169 4.90457 3.55707 4.85368 3.49776 4.79006L0.197309 1.27862C0.0657695 1.13867 0 0.960557 0 0.744273C0 0.527988 0.0657695 0.349872 0.197309 0.209923C0.328849 0.0699741 0.496263 0 0.699551 0C0.90284 0 1.07025 0.0699741 1.20179 0.209923L4 3.18702L6.79821 0.209923C6.92975 0.0699741 7.09716 0 7.30045 0C7.50374 0 7.67115 0.0699741 7.80269 0.209923C7.93423 0.349872 8 0.527988 8 0.744273C8 0.960557 7.93423 1.13867 7.80269 1.27862L4.50224 4.79006C4.43049 4.8664 4.35277 4.9206 4.26906 4.95266C4.18535 4.98472 4.09566 5.0005 4 4.99999Z' fill='%23070707'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: 94% center;
  width: 100%;
}
.section_searchresult .ais-Hits .ais-Hits-list .ais-Hits-item .product-search_card .product-search_desc .variation-select select:focus {
  outline: none;
}
.section_searchresult .ais-Hits .ais-Hits-list .ais-Hits-item .product-search_card .product-search_desc .quantity-add-cart {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  margin: 20px 0 0;
}
.section_searchresult .ais-Hits .ais-Hits-list .ais-Hits-item .product-search_card .product-search_desc .quantity-add-cart .quantity-button {
  width: 94px;
  color: #070707;
  border: 1px solid rgba(7, 7, 7, 0.3);
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-align: center;
  overflow: hidden;
  border-radius: 2px;
}
.section_searchresult .ais-Hits .ais-Hits-list .ais-Hits-item .product-search_card .product-search_desc .quantity-add-cart .quantity-button button {
  background: transparent;
  flex-basis: 30px;
  padding: 0 12px;
  border: 0;
  color: #070707;
  border: 0;
  display: inline-block;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
.section_searchresult .ais-Hits .ais-Hits-list .ais-Hits-item .product-search_card .product-search_desc .quantity-add-cart .quantity-button input {
  display: inline-block;
  padding: 4px 0;
  border: 0;
  color: #070707;
  font-size: 16px;
  font-weight: 400;
  line-height: 175%;
  width: 100%;
  text-align: center !important;
  -webkit-appearance: none;
  appearance: none;
}
.section_searchresult .ais-Hits .ais-Hits-list .ais-Hits-item .product-search_card .product-search_desc .quantity-add-cart .quantity-button input:focus {
  outline: none;
}
.section_searchresult .ais-Hits .ais-Hits-list .ais-Hits-item .product-search_card .product-search_desc .quantity-add-cart .quantity-button input[type=number]::-webkit-inner-spin-button, .section_searchresult .ais-Hits .ais-Hits-list .ais-Hits-item .product-search_card .product-search_desc .quantity-add-cart .quantity-button input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
}
.section_searchresult .ais-Hits .ais-Hits-list .ais-Hits-item .product-search_card .product-search_desc .quantity-add-cart .product {
  margin: 0 0 0 10px;
}
.section_searchresult .ais-Hits .ais-Hits-list .ais-Hits-item .product-search_card .product-search_desc .quantity-add-cart .product button {
  background: #02407F;
  color: #fff;
  padding: 5px 15px;
  font-size: 16px;
  font-weight: 400;
  line-height: 175%;
  transition: 0.3s all ease;
  border: 0;
  border-radius: 2px;
}
.section_searchresult .ais-Hits .ais-Hits-list .ais-Hits-item .product-search_card .product-search_desc .quantity-add-cart .product button:hover {
  background: #07192A;
}
.section_searchresult .ais-Hits .ais-Hits-list .ais-Hits-item .product-search_card .product-search_desc .quantity-add-cart .product .added_to_cart {
  font-size: 16px;
  line-height: 175%;
  margin-left: 10px;
  color: #02407F;
  border-bottom: 1px solid #02407F;
  transition: 0.3s all ease;
  text-decoration: none;
}
.section_searchresult .ais-Hits .ais-Hits-list .ais-Hits-item .product-search_card .product-search_desc .quantity-add-cart .product .added_to_cart:hover {
  color: #F58F1F;
  border-bottom: 1px solid #F58F1F;
}
.section_searchresult .per-page {
  margin: 0 0 20px;
}
.section_searchresult .per-page .ais-HitsPerPage {
  text-align: right;
}
.section_searchresult .per-page .ais-HitsPerPage .ais-HitsPerPage-select {
  padding: 5px 44px 5px 10px;
  font-size: 14px;
  font-weight: 400;
  line-height: 175%;
  color: #070707;
  border: 1px solid rgba(7, 7, 7, 0.3);
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='5' viewBox='0 0 8 5' fill='none'%3E%3Cpath d='M4 4.99999C3.90433 4.99999 3.81154 4.9809 3.72161 4.94274C3.63169 4.90457 3.55707 4.85368 3.49776 4.79006L0.197309 1.27862C0.0657695 1.13867 0 0.960557 0 0.744273C0 0.527988 0.0657695 0.349872 0.197309 0.209923C0.328849 0.0699741 0.496263 0 0.699551 0C0.90284 0 1.07025 0.0699741 1.20179 0.209923L4 3.18702L6.79821 0.209923C6.92975 0.0699741 7.09716 0 7.30045 0C7.50374 0 7.67115 0.0699741 7.80269 0.209923C7.93423 0.349872 8 0.527988 8 0.744273C8 0.960557 7.93423 1.13867 7.80269 1.27862L4.50224 4.79006C4.43049 4.8664 4.35277 4.9206 4.26906 4.95266C4.18535 4.98472 4.09566 5.0005 4 4.99999Z' fill='%23070707'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: 94% center;
}
.section_searchresult .per-page .ais-HitsPerPage .ais-HitsPerPage-select:focus {
  outline: none;
}
.section_searchresult .section_searchpagination {
  margin: 30px 0 0;
}
.section_searchresult .section_searchpagination .ais-Pagination .ais-Pagination-list {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
}
.section_searchresult .section_searchpagination .ais-Pagination .ais-Pagination-list li {
  list-style-type: none;
  line-height: 0;
}
.section_searchresult .section_searchpagination .ais-Pagination .ais-Pagination-list li .ais-Pagination-link {
  color: #070707;
  font-size: 16px;
  font-weight: 400;
  line-height: 175%;
  text-decoration: none;
  margin: 0 5px;
  display: inline-block;
  width: 30px;
  height: 30px;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.section_searchresult .section_searchpagination .ais-Pagination .ais-Pagination-list li .ais-Pagination-link:hover {
  background: #02407F;
  color: #fff;
}
.section_searchresult .section_searchpagination .ais-Pagination .ais-Pagination-list li.ais-Pagination-item--firstPage, .section_searchresult .section_searchpagination .ais-Pagination .ais-Pagination-list li.ais-Pagination-item--lastPage {
  display: none;
}
.section_searchresult .section_searchpagination .ais-Pagination .ais-Pagination-list li.ais-Pagination-item--selected .ais-Pagination-link {
  background: #02407F;
  color: #fff;
}
.section_searchresult .section_searchpagination .ais-Pagination .ais-Pagination-list li.ais-Pagination-item--previousPage .ais-Pagination-link {
  font-size: 0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30' fill='none'%3E%3Crect width='30' height='30' rx='5' fill='white'/%3E%3Cpath d='M20.5 15H9.5' stroke='%23070707' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M14 10.5L9.5 15L14 19.5' stroke='%23070707' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
}
.section_searchresult .section_searchpagination .ais-Pagination .ais-Pagination-list li.ais-Pagination-item--previousPage .ais-Pagination-link:hover {
  background-color: transparent;
}
.section_searchresult .section_searchpagination .ais-Pagination .ais-Pagination-list li.ais-Pagination-item--nextPage .ais-Pagination-link {
  font-size: 0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30' fill='none'%3E%3Crect width='30' height='30' rx='5' transform='matrix(-1 0 0 1 30 0)' fill='white'/%3E%3Cpath d='M9.5 15H20.5' stroke='%23070707' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M16 10.5L20.5 15L16 19.5' stroke='%23070707' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
}
.section_searchresult .section_searchpagination .ais-Pagination .ais-Pagination-list li.ais-Pagination-item--nextPage .ais-Pagination-link:hover {
  background-color: transparent;
}

@media (max-width: 767px) {
  .section_searchresult {
    padding: 40px 0;
  }
  .section_searchresult h2 {
    margin: 0 0 20px;
  }
  .section_searchresult .filter-attributes {
    max-width: 100%;
  }
  .section_searchresult .ais-Hits {
    padding-left: 0;
  }
  .section_searchresult .per-page {
    margin: 20px 0;
  }
  .section_searchresult .section_searchpagination {
    margin: 10px 0 0;
  }
}
.filter-attributes {
  max-width: 264px;
}
.filter-attributes h5 {
  color: #07192A;
  font-size: 16px;
  font-weight: 700;
  line-height: 150%;
  margin: 0;
  position: relative;
  cursor: pointer;
}
.filter-attributes h5::after {
  content: "";
  display: block;
  width: 20px;
  height: 14px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 14 14' fill='none'%3E%3Cpath d='M7 1V13M1 7H13' stroke='%23070707' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -25px;
  background-size: contain;
}
@media (max-width: 1100px) {
  .filter-attributes h5::after {
    left: -20px;
  }
}
.filter-attributes h5.toggled-head {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='2' viewBox='0 0 14 2' fill='none'%3E%3Cpath d='M1 1H13' stroke='%23070707' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}
.filter-attributes:first-of-type {
  padding-top: 0;
}
.filter-attributes .accordion-content {
  transition: 0.5s all ease;
}
.filter-attributes .ais-RefinementList .ais-RefinementList-list {
  margin: 0;
  padding: 0;
}
.filter-attributes .ais-RefinementList .ais-RefinementList-list li {
  list-style-type: none;
}
.filter-attributes .ais-RefinementList .ais-RefinementList-list li .ais-RefinementList-label {
  font-size: 14px;
  font-weight: 400;
  line-height: 175%;
  padding-left: 28px;
  position: relative;
}
.filter-attributes .ais-RefinementList .ais-RefinementList-list li .ais-RefinementList-label::before {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  border: 1px solid #02407F;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  border-radius: 5px;
}
.filter-attributes .ais-RefinementList .ais-RefinementList-list li .ais-RefinementList-label .ais-RefinementList-count {
  position: relative;
  padding: 0 10px;
}
.filter-attributes .ais-RefinementList .ais-RefinementList-list li .ais-RefinementList-label .ais-RefinementList-count:before {
  content: "(";
  display: block;
  position: absolute;
  top: 49%;
  transform: translateY(-50%);
  left: 4px;
}
.filter-attributes .ais-RefinementList .ais-RefinementList-list li .ais-RefinementList-label .ais-RefinementList-count:after {
  content: ")";
  display: block;
  position: absolute;
  top: 49%;
  transform: translateY(-50%);
  right: 4px;
}
.filter-attributes .ais-RefinementList .ais-RefinementList-list li input {
  display: none;
}
.filter-attributes .ais-RefinementList .ais-RefinementList-list li.ais-RefinementList-item--selected label:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 14 14' fill='none'%3E%3Cpath d='M11.5 3.625L5.3125 9.8125L2.5 7' stroke='%23555555' stroke-width='1.6666' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.filter-attributes.open h5:after {
  height: 3px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='2' viewBox='0 0 14 2' fill='none'%3E%3Cpath d='M1 1H13' stroke='%23070707' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.refresh-filter .ais-ClearRefinements .ais-ClearRefinements-button {
  background: transparent;
  border: 0;
  padding: 0;
  margin: 35px 0 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 175%;
  text-transform: uppercase;
  color: #070707;
}

@media (max-width: 1366px) {
  .filter-attributes:first-of-type {
    padding-top: 0;
  }
}
@media (max-width: 767px) {
  .refresh-filter .ais-ClearRefinements .ais-ClearRefinements-button {
    margin: 20px 0 0;
  }
}
.featured_supplier {
  margin: 42px 0 0;
}
.featured_supplier h2 {
  color: #02407F;
  margin: 0 0 30px;
}
.featured_supplier .supplier_carousel .slick-prev {
  left: -75px;
}
.featured_supplier .supplier_carousel .slick-next {
  right: -65px;
}
.featured_supplier .supplier_carousel .slick-list {
  margin: 0 -25px;
}
.featured_supplier .supplier_carousel .slick-list .slick-slide {
  margin: 0 25px;
}
.featured_supplier .supplier_carousel .slick-list .slick-slide:focus {
  outline: none;
}
.featured_supplier .supplier_carousel-item .supplier_img {
  background: #F5F5F7;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 35px 26px;
  border-radius: 10px;
}
.featured_supplier .supplier_carousel-item .supplier_content {
  padding-top: 20px;
  font-size: 16px;
  font-weight: 400;
  line-height: 175%;
}
.featured_supplier .supplier_carousel-item .supplier_content h6 {
  font-size: 18px;
  font-weight: 700;
  line-height: 150%;
  margin: 0 0 10px;
}
.featured_supplier .supplier_carousel-item .supplier_content p {
  font-size: 16px;
  font-weight: 400;
  line-height: 175%;
  margin: 0;
}
.featured_supplier .supplier_carousel-item .supplier_content .btn_primary, .featured_supplier .supplier_carousel-item .supplier_content body .btn_secondary, body .featured_supplier .supplier_carousel-item .supplier_content .btn_secondary {
  margin: 20px 0 0;
}

.all_suppliers {
  padding: 120px 0 90px;
}
.all_suppliers h2 {
  color: #02407F;
  margin: 0 0 20px;
}
.all_suppliers .supplier_wrap {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin: 0 -15px;
}
.all_suppliers .supplier_wrap .supplier_col {
  flex-basis: calc(20% - 30px);
  margin: 0 15px;
}
.all_suppliers .supplier_wrap .supplier_col .supplier_block {
  margin: 30px 0;
}
.all_suppliers .supplier_wrap .supplier_col .supplier_block .supplier_img {
  background: #F5F5F7;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 35px 26px;
  border-radius: 10px;
}
.all_suppliers .supplier_wrap .supplier_col .supplier_block .supplier_content {
  padding-top: 20px;
}
.all_suppliers .supplier_wrap .supplier_col .supplier_block .supplier_content h6 {
  font-size: 18px;
  font-weight: 700;
  line-height: 150%;
  margin: 0 0 10px;
}
.all_suppliers .supplier_wrap .supplier_col .supplier_block .supplier_content p {
  font-size: 16px;
  font-weight: 400;
  line-height: 175%;
  margin: 0 0 20px;
}
@media (max-width: 1600px) {
  .featured_supplier .supplier_carousel {
    padding: 0 55px;
  }
  .featured_supplier .supplier_carousel .slick-prev {
    left: -10px;
  }
  .featured_supplier .supplier_carousel .slick-next {
    right: 5px;
  }
}
@media (max-width: 1440px) {
  .featured_supplier .supplier_carousel .slick-list {
    margin: 0 -10px;
  }
  .featured_supplier .supplier_carousel .slick-list .slick-slide {
    margin: 0 10px;
  }
  .all_suppliers .supplier_wrap {
    margin: 0 -10px;
  }
  .all_suppliers .supplier_wrap .supplier_col {
    flex-basis: calc(25% - 20px);
    margin: 0 10px;
  }
}
@media (max-width: 1199px) {
  .featured_supplier {
    margin: 15px 0 0;
  }
  .featured_supplier h2 {
    margin: 0 0 20px;
  }
  .all_suppliers {
    padding: 80px 0 60px;
  }
  .all_suppliers .supplier_wrap .supplier_col {
    flex-basis: calc(33.33% - 20px);
  }
  .all_suppliers .supplier_wrap .supplier_col .supplier_block {
    margin: 20px 0;
  }
}
@media (max-width: 991px) {
  .all_suppliers .supplier_wrap .supplier_col {
    flex-basis: calc(50% - 20px);
  }
}
@media (max-width: 767px) {
  .featured_supplier .supplier_carousel {
    padding: 0 45px;
  }
  .all_suppliers {
    padding: 40px 0 20px;
  }
}
@media (max-width: 575px) {
  .featured_supplier .supplier_carousel {
    padding: 0 35px;
  }
  .all_suppliers .supplier_wrap .supplier_col {
    flex-basis: calc(100% - 20px);
  }
}
.supplier_breadcrumb {
  padding-top: 30px;
}

.supplier_banner {
  text-align: center;
  color: #fff;
  margin: 10px 0 0;
}
.supplier_banner-left {
  background: #07192A;
  padding: 60px 110px;
}
.supplier_banner-left h2 {
  margin: 0 0 15px;
}
.supplier_banner-left p {
  font-size: 18px;
  line-height: 175%;
  margin: 0;
}
.supplier_banner-left .btn_primary, .supplier_banner-left body .btn_secondary, body .supplier_banner-left .btn_secondary {
  margin: 30px 0 0;
}
.supplier_banner-right {
  background: #F5F5F7;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.supplier_banner-right .btn_primary, .supplier_banner-right body .btn_secondary, body .supplier_banner-right .btn_secondary {
  margin: 30px 0 0;
}

@media (max-width: 1366px) {
  .supplier_banner-left {
    padding: 60px 80px;
  }
}
@media (max-width: 1199px) {
  .supplier_breadcrumb {
    padding-top: 20px;
  }
  .supplier_banner-left {
    padding: 50px;
  }
}
@media (max-width: 992px) {
  .supplier_banner-right {
    padding: 50px;
  }
}
@media (max-width: 767px) {
  .supplier_banner-left, .supplier_banner-right {
    padding: 30px;
  }
}
.product_block {
  text-align: center;
  background: #F5F5F7;
  padding: 40px 40px 30px;
  border-radius: 10px;
  transition: 0.3s all linear;
}
.product_block img {
  margin: 50px auto 0;
  display: block;
}
.product_block .btn_primary, .product_block body .btn_secondary, body .product_block .btn_secondary {
  margin: 50px 0 0;
}
.product_block:hover {
  background: #07192A;
}
.product_block:hover h4 {
  color: #fff;
}
.product_block:hover img {
  filter: brightness(0) invert(1);
}

.supplier_detail {
  padding: 100px 0;
  position: relative;
}
.supplier_detail-left {
  padding-right: 75px;
}
.supplier_detail-left .progress_wrap {
  margin: 0 0 100px;
  font-size: 18px;
  line-height: 175%;
}
.supplier_detail-left .progress_wrap:last-child {
  margin: 0;
}
.supplier_detail-left .progress_wrap h2 {
  margin: 0 0 32px;
}
.supplier_detail-left .progress_wrap h4 {
  margin: 0 0 30px;
}
.supplier_detail-left .progress_wrap h6 {
  margin: 0 0 30px;
}
.supplier_detail-left .progress_wrap p {
  margin: 0 0 50px;
}
.supplier_detail-left .progress_wrap p a {
  color: #02407F;
}
.supplier_detail-left .progress_wrap img {
  max-width: 100%;
  border-radius: 5px;
}
.supplier_detail-left .progress_wrap .btn_primary, .supplier_detail-left .progress_wrap body .btn_secondary, body .supplier_detail-left .progress_wrap .btn_secondary {
  margin: 0 0 50px;
}
.supplier_detail-left .progress_wrap .btn_primary:last-child, .supplier_detail-left .progress_wrap body .btn_secondary:last-child, body .supplier_detail-left .progress_wrap .btn_secondary:last-child {
  margin: 0;
}
.supplier_detail-left .progress_wrap ul {
  margin: 0 0 50px;
  padding: 0;
}
.supplier_detail-left .progress_wrap ul li {
  list-style-type: none;
  position: relative;
  padding-left: 40px;
  line-height: 250%;
  margin: 0 0 10px;
}
.supplier_detail-left .progress_wrap ul li:before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='21' height='18' viewBox='0 0 21 18' fill='none'%3E%3Cpath d='M7.74922 18.0004C12.029 18.0004 15.4984 14.531 15.4984 10.2512C15.4984 5.9714 12.029 2.50195 7.74922 2.50195C3.46945 2.50195 0 5.9714 0 10.2512C0 14.531 3.46945 18.0004 7.74922 18.0004Z' fill='%23FEF4E9'/%3E%3Cpath d='M7.83882 16.2403L7.74081 16.073C6.23916 13.5148 2.24945 8.08642 2.20989 8.03157L2.15234 7.95334L3.51191 6.60995L7.81454 9.61415C9.85325 6.93905 12.1603 4.47955 14.6996 2.27406C15.6382 1.4483 16.637 0.693585 17.6877 0.0161868L17.7146 0H20.0202L19.7999 0.196026C14.135 5.24138 7.99618 15.9642 7.93054 16.0721L7.83882 16.2403Z' fill='%23F58F1F'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  top: 12px;
  left: 0;
}
.supplier_detail-left .progress_wrap ul li:last-child {
  margin: 0;
}
.supplier_detail-left .progress_wrap ol {
  margin: 0 0 50px;
  padding-left: 25px;
}
.supplier_detail-left .progress_wrap ol li {
  margin: 0 0 10px;
}
.supplier_detail-left .progress_wrap .img_fullwidth {
  margin: 0 0 50px;
}
.supplier_detail-left .progress_wrap .place_date {
  margin: 20px 0 30px;
}
.supplier_detail-left .progress_wrap .video_wrap {
  margin: 0 0 50px;
}
.supplier_detail-left .progress_wrap .video_wrap .row {
  margin: 0 -15px;
}
.supplier_detail-left .progress_wrap .video_wrap .row [class*=col-] {
  padding: 0 15px;
}
.supplier_detail-left .progress_wrap .video_wrap .video_block a {
  position: relative;
}
.supplier_detail-left .progress_wrap .video_wrap .video_block img {
  width: 100%;
}
.supplier_detail-left .progress_wrap .video_wrap .video_block .video_thumbImg {
  display: block;
  position: relative;
}
.supplier_detail-left .progress_wrap .video_wrap .video_block .video_playIcon {
  width: max-content;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: 0 auto;
  transition: 0.25s all linear;
}
.supplier_detail-left .progress_wrap .video_wrap .video_block .video_playIcon svg {
  transition: 0.25s all linear;
}
.supplier_detail-left .progress_wrap .video_wrap .video_block .video_playIcon svg g path {
  transition: 0.25s all linear;
}
.supplier_detail-left .progress_wrap .video_wrap .video_block .video_playIcon svg:hover g path:last-child {
  stroke: #FED205;
  stroke-opacity: 1;
}
.supplier_detail-left .progress_wrap .video_wrap .video_block p {
  font-size: 18px;
  line-height: 150%;
  margin: 20px 0 0;
}
.supplier_detail-left .progress_wrap .download_wrap {
  margin: 0 0 75px;
}
.supplier_detail-left .progress_wrap .download_wrap .row {
  margin: 0 -15px;
}
.supplier_detail-left .progress_wrap .download_wrap .row [class*=col-] {
  padding: 0 15px;
}
.supplier_detail-left .progress_wrap .download_wrap .download_block a {
  text-decoration: none;
}
.supplier_detail-left .progress_wrap .download_wrap .download_block span {
  background: #E6ECF3;
  padding: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
}
.supplier_detail-left .progress_wrap .download_wrap .download_block p {
  font-size: 18px;
  line-height: 150%;
  color: #070707;
  margin: 20px 0 0;
}
.supplier_detail-left .progress_wrap .logos .row {
  margin: 0 -15px;
}
.supplier_detail-left .progress_wrap .logos .row [class*=col-] {
  padding: 0 15px;
}
.supplier_detail-left .progress_wrap .logos .logo_block {
  margin: 0 0 50px;
  background: #F5F5F7;
  padding: 33px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.supplier_detail-left .progress_wrap .row {
  margin: 0 -15px;
}
.supplier_detail-left .progress_wrap .row [class*=col-] {
  padding: 0 15px;
}
.supplier_detail-left .progress_wrap .row [class*=col-] img {
  max-width: 100%;
}
.supplier_detail-left .progress_wrap blockquote {
  background: #FEF4E9;
  padding: 30px 100px 30px 50px;
  border-left: 10px solid #F58F1F;
  border-radius: 12px;
  margin: 0 0 50px;
}
.supplier_detail-left .progress_wrap .team_wrapper {
  margin: 50px 0 0;
}
.supplier_detail-left .progress_wrap .media {
  max-width: 1043px;
  width: 100%;
  position: relative;
  margin: 40px 0 0;
}
.supplier_detail-left .progress_wrap .media img {
  width: 100%;
}
.supplier_detail-left .progress_wrap .media .video_thumbImg {
  display: block;
  position: relative;
}
.supplier_detail-left .progress_wrap .media .video_playIcon {
  width: max-content;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: 0 auto;
  transition: 0.25s all linear;
}
.supplier_detail-left .progress_wrap .media .video_playIcon svg {
  transition: 0.25s all linear;
}
.supplier_detail-left .progress_wrap .media .video_playIcon svg g path {
  transition: 0.25s all linear;
}
.supplier_detail-left .progress_wrap .media .video_playIcon svg:hover g path:last-child {
  stroke: #FED205;
  stroke-opacity: 1;
}
.supplier_detail-right {
  max-width: 238px;
  margin: 0 0 0 auto;
}

.gen_products h2 {
  margin: 0 0 50px;
}
.gen_products .gen_wrap {
  padding: 50px 0 120px;
  border-top: 1px solid rgba(7, 7, 7, 0.3);
}
.gen_products .gen_wrap .row {
  margin: 0 -25px;
}
.gen_products .gen_wrap .row [class*=col-] {
  padding: 0 25px;
}

@media (max-width: 1440px) {
  .gen_products .gen_wrap .row {
    margin: 0 -15px;
  }
  .gen_products .gen_wrap .row [class*=col-] {
    padding: 0 15px;
  }
}
@media (max-width: 1199px) {
  .supplier_detail {
    padding: 60px 0;
  }
  .supplier_detail-left {
    padding-right: 55px;
  }
  .supplier_detail-left .progress_wrap {
    margin: 0 0 80px;
  }
  .supplier_detail-left .progress_wrap h2 {
    margin: 0 0 15px;
  }
  .supplier_detail-left .progress_wrap .row {
    margin: 25px -8px;
  }
  .supplier_detail-left .progress_wrap .row [class*=col-] {
    padding: 0 8px;
  }
  .gen_products .gen_wrap {
    padding: 50px 0 80px;
  }
}
@media (max-width: 991px) {
  .supplier_detail-left .progress_wrap h6 {
    margin: 0 0 20px;
  }
  .supplier_detail-left .progress_wrap p {
    margin: 0 0 40px;
  }
  .supplier_detail-left .progress_wrap blockquote {
    margin: 0 0 40px;
  }
  .supplier_detail-left .progress_wrap .btn_primary, .supplier_detail-left .progress_wrap body .btn_secondary, body .supplier_detail-left .progress_wrap .btn_secondary {
    margin: 0 0 40px;
  }
  .supplier_detail-left .progress_wrap .btn_primary:last-child, .supplier_detail-left .progress_wrap body .btn_secondary:last-child, body .supplier_detail-left .progress_wrap .btn_secondary:last-child {
    margin: 0;
  }
  .supplier_detail-left .progress_wrap .img_fullwidth {
    margin: 0 0 40px;
  }
  .supplier_detail-left .progress_wrap .video_wrap {
    margin: 0 0 25px;
  }
  .supplier_detail-left .progress_wrap .video_wrap .video_block {
    margin: 15px 0;
  }
  .supplier_detail-left .progress_wrap .download_wrap {
    margin: 0 0 40px;
  }
  .supplier_detail-left .progress_wrap .download_wrap .download_block {
    margin: 15px 0;
  }
  .supplier_detail-left .progress_wrap .logos .logo_block {
    margin: 0 0 20px;
  }
  .supplier_detail-left .progress_wrap .team_wrapper {
    margin: 30px 0 0;
  }
  .gen_products h2 {
    margin: 0 0 20px;
  }
  .gen_products .product_block {
    margin: 10px 0;
  }
}
@media (max-width: 767px) {
  .product_block {
    margin: 10px 0;
    padding: 30px;
  }
  .product_block img {
    margin: 20px auto 0;
  }
  .product_block .btn_primary, .product_block body .btn_secondary, body .product_block .btn_secondary {
    margin: 25px 0 0;
  }
  .supplier_detail {
    padding: 40px 0;
  }
  .supplier_detail .row {
    flex-direction: column-reverse;
  }
  .supplier_detail-left {
    padding-right: 0;
  }
  .supplier_detail-left .progress_wrap {
    margin: 0 0 20px;
  }
  .supplier_detail-left .progress_wrap p {
    margin: 0 0 25px;
  }
  .supplier_detail-left .progress_wrap ul {
    margin: 0 0 25px;
  }
  .supplier_detail-left .progress_wrap ul li {
    line-height: 200%;
  }
  .supplier_detail-left .progress_wrap ol {
    margin: 0 0 25px;
  }
  .supplier_detail-left .progress_wrap .row [class*=col-] {
    margin-bottom: 20px;
  }
  .supplier_detail-left .progress_wrap blockquote {
    margin: 0 0 25px;
  }
  .supplier_detail-left .progress_wrap .media .video_playIcon svg {
    width: 90px;
  }
  .supplier_detail-right {
    max-width: 100%;
    margin: 0 0 30px;
  }
  .gen_products .gen_wrap {
    padding: 40px 0;
  }
}
@media (max-width: 575px) {
  .supplier_detail-left .progress_wrap blockquote {
    margin: 0 0 25px;
    padding: 20px 30px;
  }
}
.supplier_progress {
  background: #FEF4E9;
  border-radius: 8px;
  padding: 30px 35px 50px 35px;
}
.supplier_progress.scroll-to-fixed-fixed {
  top: 140px !important;
}
.supplier_progress h4 {
  margin: 0;
}
.supplier_progress ul {
  margin: 20px 0 0;
  padding: 0;
}
.supplier_progress ul li {
  list-style-type: none;
  margin: 0 0 10px;
  line-height: 1;
}
.supplier_progress ul li a {
  font-size: 16px;
  line-height: 175%;
  color: #070707;
  text-decoration: none;
  padding-left: 25px;
  position: relative;
}
.supplier_progress ul li a:before {
  content: "";
  display: block;
  width: 10px;
  height: 2px;
  background: #070707;
  position: absolute;
  top: 9px;
  left: 0;
}
.supplier_progress ul li a.active {
  color: #F58F1F;
}
.supplier_progress ul li a.active:before {
  background: #F58F1F;
}
.supplier_progress ul li:last-child {
  margin: 0;
}

@media (max-width: 767px) {
  .supplier_progress {
    padding: 30px;
  }
}
.product_breadcrumb {
  padding-top: 30px;
}

.product_banner {
  margin: 10px 0 0;
}
.product_banner-wrap {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
.product_banner-wrap .product_banner-left {
  flex-basis: calc(100% - 357px);
  background: #07192A;
  color: #fff;
  text-align: center;
}
.product_banner-wrap .product_banner-left .product_caption {
  padding: 66px;
}
.product_banner-wrap .product_banner-left .product_caption h1 {
  font-size: 32px;
  line-height: 150%;
  margin: 0 0 15px;
}
.product_banner-wrap .product_banner-left .product_caption p {
  font-size: 18px;
  font-weight: 400;
  line-height: 175%;
  margin: 0;
}
.product_banner-wrap .product_banner-right {
  flex-basis: 357px;
  background: #E6ECF3;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.product_banner-wrap .product_banner-right .product_img {
  padding: 50px;
}

@media (max-width: 1199px) {
  .product_breadcrumb {
    padding-top: 20px;
  }
  .product_banner-wrap .product_banner-left .product_caption {
    padding: 40px;
  }
  .product_banner-wrap .product_banner-left .product_caption h1 {
    margin: 0 0 10px;
  }
  .product_banner-wrap .product_banner-right .product_img {
    padding: 40px;
  }
}
@media (max-width: 767px) {
  .product_banner-wrap {
    flex-direction: column-reverse;
  }
  .product_banner-wrap .product_banner-left {
    flex-basis: 100%;
    width: 100%;
  }
  .product_banner-wrap .product_banner-right {
    flex-basis: 100%;
    width: 100%;
  }
  .product_banner-wrap .product_banner-right .product_img {
    width: 100%;
  }
}
blockquote {
  background: #FEF4E9;
  padding: 30px 100px 30px 50px;
  border-left: 10px solid #F58F1F;
  border-radius: 12px;
}

.single-product .entry-content {
  margin: 0;
}

.product_detail {
  margin: 20px 0 0;
}
.product_detail h4 {
  color: #02407F;
  margin: 0 0 20px;
}
.product_detail p {
  font-size: 16px;
  font-weight: 400;
  line-height: 175%;
}
.product_detail-overview {
  background: #FEF4E9;
  padding: 50px;
}
.product_detail-content {
  background: #E6ECF3;
  padding: 50px;
}
.product_detail .row {
  margin: 0 -10px;
}
.product_detail .row [class*=col-] {
  padding: 0 10px;
}

.product_quantity-cart .cart {
  margin: 50px 0;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
.product_quantity-cart .cart .quantity {
  margin: 0 0 0 20px;
  font-size: 16px;
  font-weight: 400;
  line-height: 175%;
  position: relative;
  border: 1px solid rgba(7, 7, 7, 0.3);
  border-radius: 2px;
  width: 114px;
  display: flex;
}
.product_quantity-cart .cart .quantity input {
  border: 0;
  appearance: none;
  text-align: center;
  width: 100%;
  padding: 5px;
  color: #070707;
}
.product_quantity-cart .cart .quantity input[type=number]::-webkit-inner-spin-button, .product_quantity-cart .cart .quantity input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
}
.product_quantity-cart .cart .quantity input:focus {
  outline: none;
}
.product_quantity-cart .cart .quantity button {
  padding: 0 15px;
  background: transparent;
  border: 0;
}
.product_quantity-cart .cart .single_add_to_cart_button {
  padding: 5.5px 20px;
  border-radius: 50px;
  background-color: #F58F1F !important;
  color: #fff;
  font-family: "Proxima Nova";
  font-weight: 700;
  font-size: 18px;
  line-height: 150%;
  text-decoration: none;
  text-transform: capitalize;
  display: inline-block;
  position: relative;
  transition: 0.5s all linear;
}
.product_quantity-cart .cart .single_add_to_cart_button:after {
  display: none;
}

.product_content {
  margin: 30px 0 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 175%;
}
.product_content h2 {
  color: #02407F;
  margin: 0 0 50px;
}
.product_content h4 {
  margin: 0 0 30px;
}
.product_content p {
  margin: 0 0 30px;
}
.product_content p:last-child {
  margin: 0;
}
.product_content ul {
  margin: 0 0 50px 15px !important;
  padding: 0;
}
.product_content ul li {
  list-style-type: disc;
  position: relative;
  line-height: 150%;
  margin: 0;
}
.product_content ul li:last-child {
  margin: 0;
}
.product_content blockquote {
  max-width: 1043px;
  margin: 20px 12px 50px;
}

.products .add_to_cart_button {
  margin: 20px 0 0 !important;
  padding: 9px 53px 9px 30px !important;
  border-radius: 50px !important;
  background-color: #F58F1F !important;
  color: #fff !important;
  font-family: "Proxima Nova";
  font-weight: 700 !important;
  font-size: 18px !important;
  line-height: 150% !important;
  text-decoration: none !important;
  text-transform: capitalize;
  display: inline-block !important;
  position: relative !important;
  transition: 0.5s all linear;
}
.products .add_to_cart_button:after {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  background-image: url("data:image/svg+xml,%3Csvg width='15' height='15' viewBox='0 0 15 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.00049 7.5L14.1426 7.5ZM14.1426 7.5L7.83438 13.8082ZM14.1426 7.5L7.83437 1.1918Z' fill='white'/%3E%3Cpath d='M1.00049 7.5L14.1426 7.5M14.1426 7.5L7.83438 13.8082M14.1426 7.5L7.83437 1.1918' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotateZ(-45deg);
  right: 30px;
  transition: 0.3s all linear;
}
.products .add_to_cart_button:hover:after {
  width: 15px;
  height: 15px;
  background-image: url("data:image/svg+xml,%3Csvg width='15' height='15' viewBox='0 0 15 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.00049 7.5L14.1426 7.5ZM14.1426 7.5L7.83438 13.8082ZM14.1426 7.5L7.83437 1.1918Z' fill='white'/%3E%3Cpath d='M1.00049 7.5L14.1426 7.5M14.1426 7.5L7.83438 13.8082M14.1426 7.5L7.83437 1.1918' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  transform: translateY(-50%) rotateZ(0);
}

@media (max-width: 1440px) {
  .products .add_to_cart_button {
    padding: 7px 40px 9px 20px !important;
    font-size: 14px !important;
  }
  .products .add_to_cart_button::after {
    right: 20px;
  }
}
@media (max-width: 1199px) {
  .product_detail-overview, .product_detail-content {
    padding: 40px;
  }
  .product_detail .product_quantity-cart {
    margin: 30px 0;
  }
  .product_content h2 {
    margin: 0 0 25px;
  }
  .product_content h4, .product_content p, .product_content ul {
    margin: 0 0 20px;
  }
  .product_content blockquote {
    margin: 25px 12px;
  }
  .products .add_to_cart_button {
    margin: 15px 0 0 !important;
  }
}
@media (max-width: 575px) {
  .product_content blockquote {
    margin: 0 0 25px;
    padding: 20px 30px;
  }
}
.intro_block-content h2 {
  margin: 0 0 30px;
}
.intro_block-content p {
  font-size: 18px;
  line-height: 175%;
  margin: 0 0 30px;
}
.intro_block-content .logos {
  margin: 50px 0 0;
}
.intro_block-content .logos img {
  max-width: 100%;
}

@media (max-width: 991px) {
  .intro_block-content h2 {
    margin: 0 0 20px;
  }
  .intro_block-content p {
    font-size: 18px;
    line-height: 175%;
    margin: 0 0 20px;
  }
  .intro_block-content .logos {
    margin: 30px 0 0;
  }
}
@media (max-width: 768px) {
  .intro_block-content p {
    font-size: 16px;
  }
}
.team_wrapper h2 {
  text-align: center;
  color: #02407F;
  margin: 0 0 50px;
}
.team_wrapper .team_list {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin: 0 -50px;
}
.team_wrapper .team_list .team_member {
  flex-basis: calc(25% - 100px);
  margin: 20px 50px;
  text-align: center;
}
.team_wrapper .team_list .team_member .img {
  border-radius: 50%;
  position: relative;
}
.team_wrapper .team_list .team_member .img .arrow {
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #F58F1F;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: 0 auto;
  transition: 0.3s all linear;
}
.team_wrapper .team_list .team_member .img .arrow:hover {
  transform: translateY(-50%) rotateZ(45deg);
}
.team_wrapper .team_list .team_member .img:hover {
  cursor: pointer;
}
.team_wrapper .team_list .team_member .img:hover img {
  filter: brightness(0.5);
}
.team_wrapper .team_list .team_member .img:hover .arrow {
  display: flex;
}
.team_wrapper .team_list .team_member .name {
  margin: 20px 0 0;
  font-size: 22px;
  font-weight: 700;
  line-height: 150%;
  text-transform: uppercase;
}
.team_wrapper .team_list .team_member .designation {
  margin: 5px 0 0;
  font-size: 16px;
  line-height: 175%;
}
.team_wrapper .team_list .modal .modal-dialog {
  transform: translateX(100%) !important;
  margin: 0;
  max-width: 445px;
  position: fixed;
  right: 0;
  height: 100%;
}
.team_wrapper .team_list .modal .modal-dialog .modal-content {
  padding: 50px;
  text-align: left;
  overflow-y: auto;
  height: 100%;
  border-radius: 0;
  border: 0;
}
.team_wrapper .team_list .modal .modal-dialog .modal-content [data-bs-dismiss=modal] {
  position: fixed;
  top: 0;
  right: 0;
  cursor: pointer;
}
.team_wrapper .team_list .modal .modal-dialog .modal-content .name {
  margin: 20px 0 0;
  font-size: 22px;
  font-weight: 700;
  line-height: 150%;
  text-transform: uppercase;
}
.team_wrapper .team_list .modal .modal-dialog .modal-content .designation {
  margin: 5px 0 0;
  font-size: 16px;
  line-height: 175%;
}
.team_wrapper .team_list .modal .modal-dialog .modal-content .content {
  margin: 30px 0 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 175%;
}
.team_wrapper .team_list .modal.right.show .modal-dialog {
  transform: translateX(0) !important;
  transition: transform 0.3s ease-out !important;
  margin: 0;
}

@media (max-width: 1440px) {
  .team_wrapper .team_list {
    margin: 0 20px;
  }
  .team_wrapper .team_list .team_member {
    flex-basis: calc(25% - 40px);
    margin: 20px;
  }
}
@media (max-width: 1280px) {
  .team_wrapper .team_list .team_member {
    flex-basis: calc(33.33% - 40px);
  }
}
@media (max-width: 991px) {
  .team_wrapper h2 {
    margin: 0 0 30px;
  }
  .team_wrapper .team_list .team_member {
    flex-basis: calc(50% - 40px);
  }
}
@media (max-width: 575px) {
  .team_wrapper h2 {
    margin: 0 0 10px;
  }
  .team_wrapper .team_list {
    margin: 0;
  }
  .team_wrapper .team_list .team_member {
    flex-basis: 100%;
    margin: 20px 0;
  }
}
.enquiry .enquiry_box {
  max-width: 685px;
  width: 100%;
  margin: 0 auto;
}
.enquiry .enquiry_box h4 {
  margin: 0 0 30px;
}
.enquiry .enquiry_box .gform_wrapper.gravity-theme .gform_validation_errors {
  display: none;
}
.enquiry .enquiry_box .gform_wrapper.gravity-theme .gform_fields {
  grid-column-gap: 15px;
  grid-row-gap: 20px;
}
.enquiry .enquiry_box .gform_wrapper.gravity-theme .gfield_label {
  font-size: 16px;
  font-weight: 400;
  line-height: 175%;
  margin: 0 0 5px;
}
.enquiry .enquiry_box .gform_wrapper.gravity-theme .gfield input {
  border: 1px solid rgba(7, 7, 7, 0.3);
  border-radius: 2px;
  height: 45px;
}
.enquiry .enquiry_box .gform_wrapper.gravity-theme .gfield input:focus {
  outline: none;
}
.enquiry .enquiry_box .gform_wrapper.gravity-theme .gfield textarea {
  border: 1px solid rgba(7, 7, 7, 0.3);
  border-radius: 2px;
  height: 120px;
}
.enquiry .enquiry_box .gform_wrapper.gravity-theme .gfield .gfield_validation_message {
  margin: 0;
  padding: 0 5px;
  border: 0;
  background: transparent;
  font-size: 14px;
}
.enquiry .enquiry_box .gform_wrapper.gravity-theme .gfield.spacer {
  display: none;
}
.enquiry .enquiry_box .gform_wrapper.gravity-theme .gform_footer {
  margin: 20px 0 0 0;
  padding: 0;
}
.enquiry .enquiry_box .gform_wrapper.gravity-theme .gform_footer .gform_button {
  padding: 9px 53px 9px 30px;
  border-radius: 50px;
  background-color: #F58F1F;
  color: #fff;
  font-family: "Proxima Nova";
  font-weight: 700;
  font-size: 18px;
  line-height: 150%;
  text-decoration: none;
  text-transform: capitalize;
  display: inline-block;
  position: relative;
  transition: 0.5s all linear;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='13' viewBox='0 0 12 13' fill='none'%3E%3Cpath d='M1 11.5L11 1.5L1 11.5ZM11 1.5V11.1V1.5ZM11 1.5H1.4H11Z' fill='white'/%3E%3Cpath d='M1 11.5L11 1.5M11 1.5V11.1M11 1.5H1.4' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: 12px;
  background-position: 80% center;
  border: 0;
  margin: 0;
}
.enquiry .enquiry_box .gform_wrapper.gravity-theme .gform_footer .gform_button:hover {
  background-image: url("data:image/svg+xml,%3Csvg width='15' height='15' viewBox='0 0 15 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.00049 7.5L14.1426 7.5ZM14.1426 7.5L7.83438 13.8082ZM14.1426 7.5L7.83437 1.1918Z' fill='white'/%3E%3Cpath d='M1.00049 7.5L14.1426 7.5M14.1426 7.5L7.83438 13.8082M14.1426 7.5L7.83437 1.1918' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  transform: none;
  background-size: 15px;
}

@media (max-width: 1440px) {
  .enquiry .enquiry_box .gform_wrapper.gravity-theme .gform_footer .gform_button {
    padding: 7px 45px 9px 20px;
    font-size: 14px;
    background-size: 9px;
  }
}
.video_block .video_media {
  position: relative;
}
.video_block .video_media img {
  width: 100%;
}
.video_block .video_media .video_thumbImg {
  display: block;
  position: relative;
}
.video_block .video_media .video_playIcon {
  width: max-content;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: 0 auto;
  transition: 0.25s all linear;
}
.video_block .video_media .video_playIcon svg {
  transition: 0.25s all linear;
}
.video_block .video_media .video_playIcon svg g path {
  transition: 0.25s all linear;
}
.video_block .video_media .video_playIcon svg:hover g path:last-child {
  stroke: #FED205;
  stroke-opacity: 1;
}

.affiliated_companies {
  padding: 100px 0;
  background: #E6ECF3;
  text-align: center;
}
.affiliated_companies .company_intro h2 {
  color: #02407F;
  margin: 0 0 30px;
}
.affiliated_companies .company_intro p {
  font-size: 18px;
  line-height: 175%;
  margin: 0;
}
.affiliated_companies .other_companies {
  margin: 50px 0 0;
}
.affiliated_companies .other_companies .company_block {
  margin: 50px 0 0;
}
.affiliated_companies .other_companies .company_block .img {
  display: flex;
  justify-content: center;
  align-items: center;
}
.affiliated_companies .other_companies .company_block p {
  margin: 30px 0 0;
  font-size: 16px;
  line-height: 175%;
}
.affiliated_companies .other_companies .company_block p a {
  font-size: 14px;
  font-weight: 400;
  line-height: 175%;
  color: #02407F;
  text-decoration: none;
}
.affiliated_companies .other_companies .company_block p a:hover {
  color: #F58F1F;
}

@media (max-width: 991px) {
  .video_block .video_media .video_playIcon svg {
    width: 90px;
    height: 90px;
  }
  .affiliated_companies {
    padding: 70px 0;
  }
  .affiliated_companies .company_intro h2 {
    margin: 0 0 20px;
  }
  .affiliated_companies .other_companies {
    margin: 30px 0 0;
  }
  .affiliated_companies .other_companies .company_block {
    margin: 30px 0 0;
  }
}
@media (max-width: 768px) {
  .affiliated_companies {
    padding: 40px 0;
  }
  .affiliated_companies .company_intro p {
    font-size: 16px;
  }
}
.pagination .page-numbers {
  color: #070707;
  font-size: 16px;
  font-weight: 400;
  line-height: 175%;
  text-decoration: none;
  margin: 0 5px;
  display: inline-block;
  width: 30px;
  height: 30px;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.pagination .page-numbers:hover, .pagination .page-numbers.current {
  background: #02407F;
  color: #fff;
}
.pagination .page-numbers.prev {
  font-size: 0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30' fill='none'%3E%3Crect width='30' height='30' rx='5' fill='white'/%3E%3Cpath d='M20.5 15H9.5' stroke='%23070707' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M14 10.5L9.5 15L14 19.5' stroke='%23070707' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
}
.pagination .page-numbers.prev:hover {
  background-color: transparent;
}
.pagination .page-numbers.next {
  font-size: 0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30' fill='none'%3E%3Crect width='30' height='30' rx='5' transform='matrix(-1 0 0 1 30 0)' fill='white'/%3E%3Cpath d='M9.5 15H20.5' stroke='%23070707' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M16 10.5L20.5 15L16 19.5' stroke='%23070707' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
}
.pagination .page-numbers.next:hover {
  background-color: transparent;
}

.blog_filter {
  margin: 75px 0;
}
.blog_filter .container {
  max-width: 963px;
}
.blog_filter .filter_wrap {
  margin: 0 -7.5px;
}
.blog_filter .filter_wrap .search_box {
  position: relative;
  margin: 0 7.5px;
}
.blog_filter .filter_wrap .search_box input {
  padding: 10px 38px 10px 20px;
  position: relative;
  margin: 0;
  border-radius: 6px;
  background: #F5F6F8;
  border: 1px solid rgba(7, 7, 7, 0.3);
  width: 100%;
  font-size: 16px;
  line-height: 175%;
  color: #070707;
}
.blog_filter .filter_wrap .search_box input:focus {
  outline: none;
  box-shadow: none;
}
.blog_filter .filter_wrap .search_box input::placeholder {
  color: #070707;
}
.blog_filter .filter_wrap .search_box .btn {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  border: 0;
}
.blog_filter .filter_wrap .search_box .btn:focus {
  outline: none;
}
.blog_filter .filter_wrap .drop_box {
  margin: 0 7.5px;
}
.blog_filter .filter_wrap .drop_box select {
  padding: 10px 44px 10px 20px;
  font-size: 14px;
  font-weight: 400;
  line-height: 175%;
  color: #070707;
  border: 1px solid rgba(7, 7, 7, 0.3);
  border-radius: 6px;
  appearance: none;
  background-color: #F5F6F8;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='5' viewBox='0 0 8 5' fill='none'%3E%3Cpath d='M4 4.99999C3.90433 4.99999 3.81154 4.9809 3.72161 4.94274C3.63169 4.90457 3.55707 4.85368 3.49776 4.79006L0.197309 1.27862C0.0657695 1.13867 0 0.960557 0 0.744273C0 0.527988 0.0657695 0.349872 0.197309 0.209923C0.328849 0.0699741 0.496263 0 0.699551 0C0.90284 0 1.07025 0.0699741 1.20179 0.209923L4 3.18702L6.79821 0.209923C6.92975 0.0699741 7.09716 0 7.30045 0C7.50374 0 7.67115 0.0699741 7.80269 0.209923C7.93423 0.349872 8 0.527988 8 0.744273C8 0.960557 7.93423 1.13867 7.80269 1.27862L4.50224 4.79006C4.43049 4.8664 4.35277 4.9206 4.26906 4.95266C4.18535 4.98472 4.09566 5.0005 4 4.99999Z' fill='%23070707'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: 94% center;
  width: 100%;
  font-size: 16px;
  line-height: 175%;
  color: #070707;
}
.blog_filter .filter_wrap .drop_box select:focus {
  outline: none;
}

.news_blog {
  margin: 75px 0 120px;
  background: #fff;
  padding: 0;
}
.news_blog .news_block {
  margin: 0 0 50px;
}
.news_blog .pagination {
  margin: 25px 0 0;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.news_blog .pagination ul {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
}
.news_blog .pagination ul li {
  list-style-type: none;
  line-height: 0;
}
.news_blog .pagination ul li .page_link {
  color: #070707;
  font-size: 16px;
  font-weight: 400;
  line-height: 175%;
  text-decoration: none;
  margin: 0 5px;
  display: inline-block;
  width: 30px;
  height: 30px;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.news_blog .pagination ul li .page_link:hover {
  background: #02407F;
  color: #fff;
}
.news_blog .pagination ul li.currentPage .page_link {
  background: #02407F;
  color: #fff;
}
.news_blog .pagination ul li.item_firstPage .page_link {
  font-size: 0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30' fill='none'%3E%3Crect width='30' height='30' rx='5' fill='white'/%3E%3Cpath d='M20.5 15H9.5' stroke='%23070707' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M14 10.5L9.5 15L14 19.5' stroke='%23070707' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
}
.news_blog .pagination ul li.item_firstPage .page_link:hover {
  background-color: transparent;
}
.news_blog .pagination ul li.item_lastPage .page_link {
  font-size: 0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30' fill='none'%3E%3Crect width='30' height='30' rx='5' transform='matrix(-1 0 0 1 30 0)' fill='white'/%3E%3Cpath d='M9.5 15H20.5' stroke='%23070707' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M16 10.5L20.5 15L16 19.5' stroke='%23070707' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
}
.news_blog .pagination ul li.item_lastPage .page_link:hover {
  background-color: transparent;
}

@media (max-width: 991px) {
  .blog_filter {
    margin: 50px 0;
  }
  .blog_filter .container {
    max-width: 718px;
  }
  .news_blog {
    margin: 50px 0 70px;
  }
}
@media (max-width: 767px) {
  .blog_filter {
    margin: 40px 0;
  }
  .blog_filter .filter_wrap {
    margin: 0;
  }
  .blog_filter .filter_wrap .search_box {
    margin: 0;
  }
  .blog_filter .filter_wrap .search_box input {
    padding: 7px 35px 7px 10px;
    font-size: 14px;
  }
  .blog_filter .filter_wrap .drop_box {
    margin: 10px 0 0;
  }
  .blog_filter .filter_wrap .drop_box select {
    padding: 7px 35px 7px 10px;
    font-size: 14px;
  }
  .news_blog {
    margin: 40px 0;
  }
}
@media (max-width: 375px) {
  .blog_filter .container {
    max-width: 319px;
  }
}
.blog_breadrcumb {
  padding-top: 30px;
}

.supplier_detail .category {
  margin: 0 0 24px;
}
.supplier_detail .category a {
  background: #D8E4F3;
  display: inline-block;
  padding: 1px 8px;
  margin: 0 10px 10px 0;
  color: #4079CA;
  font-size: 12px;
  font-weight: 400;
  line-height: 175%;
  text-decoration: none;
  border-radius: 2px;
}
.supplier_detail .category a:hover {
  background: #02407F;
  color: #fff;
}

.social_share {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  margin: 0 0 30px;
  font-size: 16px;
  line-height: 175%;
}
.social_share span {
  margin-right: 15px;
}
.social_share a {
  display: inline-block;
  margin-right: 10px;
}

.blog_detail {
  padding-top: 75px;
}
.blog_detail .supplier_detail-left .progress_wrap {
  margin: 0 0 50px;
}
.blog_detail .supplier_detail-left .progress_wrap:last-child {
  margin: 0;
}
.blog_detail .supplier_detail-left .progress_wrap h2 {
  margin: 0 0 12px;
}
.blog_detail .supplier_detail-left .progress_wrap .media {
  margin: 50px 0;
}

@media (max-width: 1199px) {
  .blog_detail {
    padding-top: 60px;
  }
}
@media (max-width: 991px) {
  .blog_detail .supplier_detail-left .progress_wrap {
    margin: 0 0 40px;
  }
  .blog_detail .supplier_detail-left .progress_wrap .media {
    margin: 40px 0;
  }
}
@media (max-width: 767px) {
  .blog_detail {
    padding-top: 40px;
  }
}
.woocommerce-cart .page {
  max-width: 1424px;
  width: 100%;
  margin: 0 auto;
}
.woocommerce-cart .entry-content {
  padding: 30px 0;
}
.woocommerce-cart .entry-content .woocommerce-info {
  border-top-color: #070707;
  margin-top: 80px;
}
.woocommerce-cart .entry-content .woocommerce-info:before {
  color: #070707;
}
@media (max-width: 1440px) {
  .woocommerce-cart .page {
    padding: 0 30px;
  }
}
@media (max-width: 991px) {
  .woocommerce-cart .page {
    max-width: 718px;
    padding: 0;
  }
}
@media (max-width: 768px) {
  .woocommerce-cart .page {
    padding: 0 20px;
  }
}
@media (max-width: 767px) {
  .woocommerce-cart .page {
    padding: 0 30px;
  }
}
@media (max-width: 375px) {
  .woocommerce-cart .page {
    max-width: 319px;
    padding: 0;
  }
}
@media (max-width: 320px) {
  .woocommerce-cart .page {
    padding: 0 10px;
  }
}
.promotions_intro.m-100 {
  margin-bottom: 50px;
}

.promotions_list {
  background: #fff;
  padding-top: 0;
}
.promotions_list h4 {
  margin: 0;
}
.promotions_list .news_block {
  margin: 50px 0 0;
}
.promotions_list .news_block .news_title {
  margin: 20px 0 0;
}
.promotions_list .news_block .news_cat {
  margin: 0;
}
.promotions_list .news_block .news_cat a {
  margin-bottom: 0;
}
.promotions_list .news_block .btn_primary, .promotions_list .news_block body .btn_secondary, body .promotions_list .news_block .btn_secondary {
  margin: 32px 0 0;
}

.promotion_detail {
  padding-top: 75px;
}
.promotion_detail .supplier_detail-left .progress_wrap ul li {
  line-height: 200%;
}
.promotion_detail .supplier_detail-left .progress_wrap ul li:before {
  height: 18px;
  top: 11px;
}
.promotion_detail .supplier_detail-left .progress_wrap .media {
  margin: 50px 0;
}
.promotion_detail .supplier_detail-left .progress_wrap .cat_wrap {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  margin: 0 0 80px;
}
.promotion_detail .supplier_detail-left .progress_wrap .cat_wrap span {
  background: #D8E4F3;
  color: #4079CA;
  padding: 5px 20px;
  border-radius: 2px 0px 0px 2px;
  font-size: 16px;
  line-height: 175%;
  text-transform: uppercase;
}

@media (max-width: 1199px) {
  .promotion_detail {
    padding-top: 60px;
  }
  .promotion_detail .supplier_detail-left .progress_wrap .cat_wrap {
    margin: 0 0 60px;
  }
}
@media (max-width: 767px) {
  .promotion_detail {
    padding-top: 40px;
  }
  .promotion_detail .supplier_detail-left .progress_wrap .cat_wrap {
    margin: 0 0 40px;
  }
}
.events_intro.m-100 {
  margin-bottom: 25px;
}
.events_intro h2 {
  margin: 0;
}

.events_detail {
  padding-top: 75px;
}
.events_detail .progress_wrap {
  margin: 0 0 50px;
}
.events_detail .progress_wrap .team_wrapper {
  margin: 30px 0;
}
.events_detail .progress_wrap .team_wrapper .team_list .team_member {
  flex-basis: calc(30% - 100px);
}
.events_detail .progress_wrap table {
  border-radius: 5px;
  color: #070707;
  margin: 0 0 50px;
}
.events_detail .progress_wrap table tr.row_highlight td {
  background: #F58F1F;
}
.events_detail .progress_wrap table tr td {
  background: #FEF4E9;
  padding: 28px 22px;
  border-color: rgba(7, 7, 7, 0.3);
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
}
.events_detail .progress_wrap table tr td:first-child {
  width: 30%;
}
.events_detail .progress_wrap table tr td:nth-child(2) {
  width: 35%;
}
.events_detail .progress_wrap table tr td:last-child {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  border-left: 0;
}
.events_detail .progress_wrap table tr td .speaker_img {
  flex-basis: 100px;
}
.events_detail .progress_wrap table tr td .speaker_img img {
  width: 100px;
  height: 100px;
  object-fit: cover;
  border-radius: 50%;
}
.events_detail .progress_wrap table tr td .speaker_info {
  flex-basis: calc(100% - 100px);
  padding-left: 20px;
}
.events_detail .progress_wrap table tr td .speaker_info h5 {
  text-transform: uppercase;
  margin: 0 0 5px;
}
.events_detail .progress_wrap table tr td .speaker_info p {
  font-size: 14px;
  font-weight: 400;
  line-height: 175%;
  margin: 0;
}
.events_detail .events_wrap {
  margin: 0 0 50px;
}
.events_detail .events_wrap .row {
  margin: 0 -15px;
}
.events_detail .events_wrap .row [class*=col-] {
  padding: 0 15px;
}
.events_detail .events_wrap .events_block {
  background: #E6ECF3;
  border-radius: 10px;
  margin: 0 0 25px;
}
.events_detail .events_wrap .events_block .event_day {
  background: #02407F;
  border-radius: 10px 10px 0px 0px;
  padding: 20px 30px 10px;
  color: #fff;
}
.events_detail .events_wrap .events_block .event_day h4 {
  margin: 0;
}
.events_detail .events_wrap .events_block .event_details {
  padding: 30px;
  font-size: 16px;
  font-weight: 700;
  line-height: 150%;
}
.events_detail .events_wrap .events_block .event_details .event_date {
  padding-left: 50px;
  position: relative;
  margin: 0 0 23px;
}
.events_detail .events_wrap .events_block .event_details .event_date:before {
  content: "";
  display: block;
  width: 23px;
  height: 22px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M7.02381 1C7.23219 1 7.43204 1.08278 7.57939 1.23013C7.72674 1.37748 7.80952 1.57733 7.80952 1.78571V2.58505C8.50305 2.57143 9.26676 2.57143 10.108 2.57143H14.4158C15.257 2.57143 16.0208 2.57143 16.7143 2.58505V1.78571C16.7143 1.57733 16.7971 1.37748 16.9444 1.23013C17.0918 1.08278 17.2916 1 17.5 1C17.7084 1 17.9082 1.08278 18.0556 1.23013C18.2029 1.37748 18.2857 1.57733 18.2857 1.78571V2.6521C18.5581 2.67305 18.8158 2.69924 19.0599 2.73171C20.2877 2.89724 21.2819 3.24505 22.0666 4.02867C22.8502 4.81333 23.198 5.80752 23.3635 7.03533C23.4159 7.42819 23.4515 7.85667 23.4756 8.32391C23.5328 8.47844 23.5398 8.64709 23.4955 8.80581C23.5238 9.64495 23.5238 10.5993 23.5238 11.6794V13.892C23.5238 15.8175 23.5238 17.3429 23.3635 18.5361C23.198 19.7639 22.8502 20.7581 22.0666 21.5428C21.2819 22.3264 20.2877 22.6742 19.0599 22.8397C17.8656 23 16.3413 23 14.4158 23H10.108C8.18248 23 6.65714 23 5.46391 22.8397C4.2361 22.6742 3.2419 22.3264 2.45724 21.5428C1.67362 20.7581 1.32581 19.7639 1.16029 18.5361C1 17.3418 1 15.8175 1 13.892V11.6794C1 10.5993 1 9.64495 1.02829 8.80476C0.984569 8.6459 0.991899 8.47732 1.04924 8.32286C1.07229 7.85667 1.1079 7.42819 1.16029 7.03533C1.32581 5.80752 1.67362 4.81333 2.45724 4.02867C3.2419 3.24505 4.2361 2.89724 5.46391 2.73171C5.708 2.69924 5.96676 2.67305 6.2381 2.6521V1.78571C6.2381 1.57733 6.32088 1.37748 6.46823 1.23013C6.61558 1.08278 6.81543 1 7.02381 1ZM2.58505 9.38095C2.57143 10.065 2.57143 10.8434 2.57143 11.7381V13.8333C2.57143 15.8311 2.57352 17.2507 2.7181 18.3276C2.85952 19.3805 3.12562 19.9881 3.56876 20.4312C4.0119 20.8744 4.61952 21.1405 5.67343 21.2819C6.75038 21.4265 8.16886 21.4286 10.1667 21.4286H14.3571C16.355 21.4286 17.7745 21.4265 18.8514 21.2819C19.9043 21.1405 20.5119 20.8744 20.955 20.4312C21.3982 19.9881 21.6643 19.3805 21.8057 18.3266C21.9503 17.2507 21.9524 15.8311 21.9524 13.8333V11.7381C21.9524 10.8434 21.9524 10.065 21.9388 9.38095H2.58505ZM21.8665 7.80952H2.65733C2.6741 7.61048 2.694 7.42295 2.7181 7.24381C2.85952 6.19095 3.12562 5.58333 3.56876 5.14019C4.0119 4.69705 4.61952 4.43095 5.67343 4.28952C6.75038 4.14495 8.16886 4.14286 10.1667 4.14286H14.3571C16.355 4.14286 17.7745 4.14495 18.8514 4.28952C19.9043 4.43095 20.5119 4.69705 20.955 5.14019C21.3982 5.58333 21.6643 6.19095 21.8057 7.24486C21.8298 7.42295 21.8497 7.61152 21.8665 7.80952Z' fill='black' stroke='%23070707' stroke-width='0.5'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  left: 0;
}
.events_detail .events_wrap .events_block .event_details .event_time {
  padding-left: 50px;
  position: relative;
  margin: 0 0 17px;
}
.events_detail .events_wrap .events_block .event_details .event_time:before {
  content: "";
  display: block;
  width: 23px;
  height: 22px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='22' viewBox='0 0 22 22' fill='none'%3E%3Cpath d='M11 0C17.0753 0 22 4.9247 22 11C22 17.0753 17.0753 22 11 22C4.9247 22 0 17.0753 0 11C0 4.9247 4.9247 0 11 0ZM11 2.2C8.66609 2.2 6.42778 3.12714 4.77746 4.77746C3.12714 6.42778 2.2 8.66609 2.2 11C2.2 13.3339 3.12714 15.5722 4.77746 17.2225C6.42778 18.8729 8.66609 19.8 11 19.8C13.3339 19.8 15.5722 18.8729 17.2225 17.2225C18.8729 15.5722 19.8 13.3339 19.8 11C19.8 8.66609 18.8729 6.42778 17.2225 4.77746C15.5722 3.12714 13.3339 2.2 11 2.2ZM11 4.4C11.2694 4.40004 11.5295 4.49895 11.7308 4.67799C11.9321 4.85702 12.0608 5.10372 12.0923 5.3713L12.1 5.5V10.5446L15.0777 13.5223C15.275 13.7203 15.3895 13.9859 15.3981 14.2652C15.4066 14.5446 15.3085 14.8167 15.1236 15.0263C14.9388 15.2359 14.6811 15.3673 14.4029 15.3938C14.1247 15.4203 13.8468 15.34 13.6257 15.169L13.5223 15.0777L10.2223 11.7777C10.0513 11.6066 9.94154 11.3839 9.9099 11.1441L9.9 11V5.5C9.9 5.20826 10.0159 4.92847 10.2222 4.72218C10.4285 4.51589 10.7083 4.4 11 4.4Z' fill='black'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  left: 0;
}
.events_detail .events_wrap .events_block .event_details .event_location {
  padding-left: 50px;
  position: relative;
}
.events_detail .events_wrap .events_block .event_details .event_location:before {
  content: "";
  display: block;
  width: 23px;
  height: 22px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='24' viewBox='0 0 20 24' fill='none'%3E%3Cpath d='M9.8 13.1C11.6225 13.1 13.1 11.6225 13.1 9.8C13.1 7.97746 11.6225 6.5 9.8 6.5C7.97746 6.5 6.5 7.97746 6.5 9.8C6.5 11.6225 7.97746 13.1 9.8 13.1Z' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M9.8 1C7.46609 1 5.22778 1.92714 3.57746 3.57746C1.92714 5.22778 1 7.46609 1 9.8C1 11.8812 1.4422 13.243 2.65 14.75L9.8 23L16.95 14.75C18.1578 13.243 18.6 11.8812 18.6 9.8C18.6 7.46609 17.6729 5.22778 16.0225 3.57746C14.3722 1.92714 12.1339 1 9.8 1Z' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  left: 0;
}

@media (max-width: 1440px) {
  .events_intro.m-100 {
    margin-bottom: 0;
  }
  .events_detail .progress_wrap .team_wrapper .team_list .team_member {
    flex-basis: calc(33.33% - 100px);
  }
}
@media (max-width: 1199px) {
  .events_detail {
    padding-top: 70px;
  }
  .events_detail .progress_wrap {
    margin: 0 0 40px;
  }
  .events_detail .progress_wrap .team_wrapper .team_list .team_member {
    flex-basis: calc(50% - 100px);
  }
  .events_detail .progress_wrap table {
    margin: 0 0 40px;
  }
  .events_detail .events_wrap {
    margin: 0 0 40px;
  }
}
@media (max-width: 991px) {
  .events_detail .progress_wrap {
    margin: 0 0 20px;
  }
  .events_detail .progress_wrap .team_wrapper .team_list .team_member {
    flex-basis: 100%;
    margin: 25px 0;
  }
  .events_detail .progress_wrap table {
    margin: 0 0 30px;
  }
  .events_detail .progress_wrap table tr td {
    padding: 20px;
    font-size: 16px;
  }
  .events_detail .progress_wrap table tr td:last-child {
    display: table-cell;
  }
  .events_detail .progress_wrap table tr td .speaker_img {
    flex-basis: 100%;
  }
  .events_detail .progress_wrap table tr td .speaker_img img {
    width: 50px;
    height: 50px;
  }
  .events_detail .progress_wrap table tr td .speaker_info {
    flex-basis: 100%;
    padding-top: 10px;
    padding-left: 0;
  }
  .events_detail .progress_wrap table tr td .speaker_info h5 {
    font-size: 16px;
  }
  .events_detail .events_wrap {
    margin: 0 0 30px;
  }
}
@media (max-width: 767px) {
  .events_detail {
    padding-top: 40px;
  }
}
.contact_main .contact_details {
  max-width: 542px;
  width: 100%;
  padding: 0 30px 75px 0;
}
.contact_main .contact_details .ms_breadcrumb {
  margin: 30px 0 0;
}
.contact_main .contact_details h2 {
  margin: 75px 0 30px;
}
.contact_main .contact_details p {
  font-size: 18px;
  line-height: 200%;
}
.contact_main .contact_details .mail_address {
  margin: 30px 0 0;
}
.contact_main .contact_details .mail_address p {
  margin: 0;
  font-weight: 700;
}
.contact_main .contact_details .mail_address p a {
  text-decoration: none;
  color: #02407F;
  font-weight: 400;
}
.contact_main .contact_details .mail_address p a:hover {
  color: #F58F1F;
}
.contact_main .contact_details .social_share {
  margin: 50px 0 0;
}
.contact_main .contact_details .social_share span {
  font-size: 18px;
  font-weight: 700;
  line-height: 200%;
}
.contact_main .contact_form {
  background: #E6ECF3;
  padding: 80px 70px 75px;
  position: relative;
  height: 100%;
}
.contact_main .contact_form:after {
  content: "";
  display: block;
  width: 5000px;
  height: 100%;
  background: #E6ECF3;
  position: absolute;
  top: 0;
  right: -5000px;
}
.contact_main .contact_form h4 {
  margin: 0 0 30px;
}
.contact_main .contact_form .gform_wrapper.gravity-theme .gform_validation_errors {
  display: none;
}
.contact_main .contact_form .gform_wrapper.gravity-theme .gform_fields {
  grid-column-gap: 15px;
  grid-row-gap: 20px;
}
.contact_main .contact_form .gform_wrapper.gravity-theme .gfield_label {
  font-size: 16px;
  font-weight: 400;
  line-height: 175%;
  margin: 0 0 5px;
}
.contact_main .contact_form .gform_wrapper.gravity-theme .gfield input {
  border: 1px solid rgba(7, 7, 7, 0.3);
  border-radius: 2px;
  height: 45px;
}
.contact_main .contact_form .gform_wrapper.gravity-theme .gfield input:focus {
  outline: none;
}
.contact_main .contact_form .gform_wrapper.gravity-theme .gfield textarea {
  border: 1px solid rgba(7, 7, 7, 0.3);
  border-radius: 2px;
  height: 120px;
}
.contact_main .contact_form .gform_wrapper.gravity-theme .gfield .gfield_validation_message {
  margin: 0;
  padding: 0 5px;
  border: 0;
  background: transparent;
  font-size: 14px;
}
.contact_main .contact_form .gform_wrapper.gravity-theme .gfield.spacer {
  display: none;
}
.contact_main .contact_form .gform_wrapper.gravity-theme .gform_footer {
  margin: 20px 0 0 0;
  padding: 0;
}
.contact_main .contact_form .gform_wrapper.gravity-theme .gform_footer .gform_button {
  padding: 9px 53px 9px 30px;
  border-radius: 50px;
  background-color: #F58F1F;
  color: #fff;
  font-family: "Proxima Nova";
  font-weight: 700;
  font-size: 18px;
  line-height: 150%;
  text-decoration: none;
  text-transform: capitalize;
  display: inline-block;
  position: relative;
  transition: 0.5s all linear;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='13' viewBox='0 0 12 13' fill='none'%3E%3Cpath d='M1 11.5L11 1.5L1 11.5ZM11 1.5V11.1V1.5ZM11 1.5H1.4H11Z' fill='white'/%3E%3Cpath d='M1 11.5L11 1.5M11 1.5V11.1M11 1.5H1.4' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: 12px;
  background-position: 80% center;
  border: 0;
  margin: 0;
}
.contact_main .contact_form .gform_wrapper.gravity-theme .gform_footer .gform_button:hover {
  background-image: url("data:image/svg+xml,%3Csvg width='15' height='15' viewBox='0 0 15 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.00049 7.5L14.1426 7.5ZM14.1426 7.5L7.83438 13.8082ZM14.1426 7.5L7.83437 1.1918Z' fill='white'/%3E%3Cpath d='M1.00049 7.5L14.1426 7.5M14.1426 7.5L7.83438 13.8082M14.1426 7.5L7.83437 1.1918' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  transform: none;
  background-size: 15px;
}

.contact_locations {
  background: #FEF4E9;
  padding: 75px 0;
}
.contact_locations .container {
  max-width: 1340px;
}
.contact_locations .row [class*=col-]:last-child .location_block {
  border-right: 0;
}
.contact_locations .location_block {
  position: relative;
  padding: 0 70px;
  border-right: 1px solid rgba(7, 7, 7, 0.3);
}
.contact_locations .location_block h4 {
  color: #02407F;
  margin: 0 0 30px;
}
.contact_locations .location_block p {
  margin: 0;
  font-size: 18px;
  line-height: 175%;
}
.contact_locations .location_block p a {
  text-decoration: none;
  color: #070707;
}
.contact_locations .location_block p a:hover {
  color: #F58F1F;
}

@media (max-width: 1440px) {
  .contact_main .contact_form {
    padding: 133px 30px 75px;
  }
  .contact_main .contact_form .gform_wrapper.gravity-theme .gform_footer .gform_button {
    padding: 7px 45px 9px 20px;
    font-size: 14px;
    background-size: 9px;
  }
}
@media (max-width: 1100px) {
  .contact_locations .location_block {
    padding: 0 15px;
  }
}
@media (max-width: 991px) {
  .contact_main {
    margin: 0 0 50px;
  }
  .contact_main .contact_details {
    padding: 0 0 50px;
  }
  .contact_main .contact_details h2 {
    margin: 50px 0 20px;
  }
  .contact_main .contact_details .mail_address {
    margin: 20px 0 0;
  }
  .contact_main .contact_details .social_share {
    margin: 20px 0 0;
  }
  .contact_main .contact_form {
    padding: 50px 30px;
  }
  .contact_main .contact_form:after {
    display: none;
  }
  .contact_main .contact_form h4 {
    margin: 0 0 20px;
  }
  .contact_locations {
    padding: 25px 0;
  }
  .contact_locations .container {
    max-width: 718px;
  }
  .contact_locations .location_block {
    padding: 30px 0;
    border-right: 0;
    border-bottom: 1px solid rgba(7, 7, 7, 0.3);
  }
  .contact_locations .location_block h4 {
    margin: 0 0 20px;
  }
  .contact_locations .row [class*=col-]:last-child .location_block {
    border-bottom: 0;
  }
}
@media (max-width: 767px) {
  .contact_main {
    margin: 0 0 40px;
  }
  .contact_main .contact_details h2 {
    margin: 40px 0 20px;
  }
  .contact_main .contact_form {
    padding: 40px 30px;
  }
  .contact_locations {
    padding: 10px 0;
  }
}
@media (max-width: 375px) {
  .contact_locations .container {
    max-width: 319px;
  }
}
@media (min-width: 1300px) {
  #gated-landing .col-lg-9 {
    width: 62%;
  }
  #gated-landing .supplier_detail-left {
    max-width: 850px;
  }
  #gated-landing .col-lg-3 {
    width: 38%;
  }
  #gated-landing .contact_form.contact_block {
    max-width: 450px;
    margin-left: 70px;
  }
}
#gated-landing .contact_form.contact_block {
  background: #E6ECF3;
  padding: 50px;
}
#gated-landing span.gfield_required.gfield_required_text {
  display: none !important;
}
#gated-landing .gform_wrapper.gravity-theme .gfield_label {
  color: var(--070707, #070707);
  font-family: Proxima Nova;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 175%; /* 28px */
  margin-bottom: 5px;
}
#gated-landing .gform_wrapper.gravity-theme .gform_fields {
  row-gap: 20px;
}
#gated-landing .gform_wrapper.gravity-theme .gfield input.large {
  border-radius: 2px;
  border: 1px solid rgba(7, 7, 7, 0.39);
  background: var(--ffffff, #FFF);
  height: 45px;
}
#gated-landing .gform_wrapper.gravity-theme .gfield select.large {
  border-radius: 2px;
  border: 1px solid rgba(7, 7, 7, 0.39);
  background: var(--ffffff, #FFF);
  height: 45px;
}
#gated-landing .gfield_checkbox {
  color: var(--070707, #070707);
  font-family: Proxima Nova;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 175%; /* 24.5px */
}
#gated-landing .gform_wrapper.gravity-theme .gfield-choice-input + label {
  position: relative;
  padding-left: 28px;
}
#gated-landing .gform_wrapper.gravity-theme .gfield-choice-input + label:before {
  content: "";
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTgiIGhlaWdodD0iMTgiIHZpZXdCb3g9IjAgMCAxOCAxOCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHJlY3QgeD0iMC41IiB5PSIwLjUiIHdpZHRoPSIxNyIgaGVpZ2h0PSIxNyIgcng9IjguNSIgZmlsbD0iI0VBRUFFQSIvPgo8cGF0aCBkPSJNMTMuNSA1LjYyNUw3LjMxMjUgMTEuODEyNUw0LjUgOSIgc3Ryb2tlPSIjNTU1NTU1IiBzdHJva2Utd2lkdGg9IjEuNjY2NiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+CjxyZWN0IHg9IjAuNSIgeT0iMC41IiB3aWR0aD0iMTciIGhlaWdodD0iMTciIHJ4PSI4LjUiIHN0cm9rZT0iIzU1NTU1NSIvPgo8L3N2Zz4K);
  position: absolute;
  left: 0;
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-size: contain;
  top: 1px;
}
#gated-landing .gfield_checkbox input {
  display: none;
}
#gated-landing .gform_wrapper.gravity-theme .gfield-choice-input:checked + label:before {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHJlY3QgeD0iMC41IiB5PSIwLjUiIHdpZHRoPSIxNSIgaGVpZ2h0PSIxNSIgcng9IjcuNSIgZmlsbD0iIzMzMzMzMyIvPgo8cGF0aCBkPSJNMTEuMzMzMyA1LjVMNi43NTAwMSAxMC4wODMzTDQuNjY2NjcgOCIgc3Ryb2tlPSJ3aGl0ZSIgc3Ryb2tlLXdpZHRoPSIxLjY2NjY3IiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPHJlY3QgeD0iMC41IiB5PSIwLjUiIHdpZHRoPSIxNSIgaGVpZ2h0PSIxNSIgcng9IjcuNSIgc3Ryb2tlPSIjMzMzMzMzIi8+Cjwvc3ZnPgo=);
}
#gated-landing .gform_wrapper.gravity-theme .gform_validation_errors {
  display: none;
}
#gated-landing .gform_wrapper.gravity-theme .gform_fields {
  grid-column-gap: 15px;
  grid-row-gap: 20px;
}
#gated-landing .gform_wrapper.gravity-theme .gfield_label {
  font-size: 16px;
  font-weight: 400;
  line-height: 175%;
  margin: 0 0 5px;
}
#gated-landing .gform_wrapper.gravity-theme .gfield input {
  border: 1px solid rgba(7, 7, 7, 0.3);
  border-radius: 2px;
  height: 45px;
}
#gated-landing .gform_wrapper.gravity-theme .gfield input:focus {
  outline: none;
}
#gated-landing .gform_wrapper.gravity-theme .gfield textarea {
  border: 1px solid rgba(7, 7, 7, 0.3);
  border-radius: 2px;
  height: 120px;
}
#gated-landing .gform_wrapper.gravity-theme .gfield .gfield_validation_message {
  margin: 0;
  padding: 0 5px;
  border: 0;
  background: transparent;
  font-size: 14px;
}
#gated-landing .gform_wrapper.gravity-theme .gfield.spacer {
  display: none;
}
#gated-landing .gform_wrapper.gravity-theme .gform_footer {
  margin: 20px 0 0 0;
  padding: 0;
}
#gated-landing .gform_wrapper.gravity-theme .gform_footer .gform_button {
  padding: 9px 53px 9px 30px;
  border-radius: 50px;
  background-color: #F58F1F;
  color: #fff;
  font-family: "Proxima Nova";
  font-weight: 700;
  font-size: 18px;
  line-height: 150%;
  text-decoration: none;
  text-transform: capitalize;
  display: inline-block;
  position: relative;
  transition: 0.5s all linear;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='13' viewBox='0 0 12 13' fill='none'%3E%3Cpath d='M1 11.5L11 1.5L1 11.5ZM11 1.5V11.1V1.5ZM11 1.5H1.4H11Z' fill='white'/%3E%3Cpath d='M1 11.5L11 1.5M11 1.5V11.1M11 1.5H1.4' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: 12px;
  background-position: 80% center;
  border: 0;
  margin: 0;
}
#gated-landing .gform_wrapper.gravity-theme .gform_footer .gform_button:hover {
  background-image: url("data:image/svg+xml,%3Csvg width='15' height='15' viewBox='0 0 15 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.00049 7.5L14.1426 7.5ZM14.1426 7.5L7.83438 13.8082ZM14.1426 7.5L7.83437 1.1918Z' fill='white'/%3E%3Cpath d='M1.00049 7.5L14.1426 7.5M14.1426 7.5L7.83438 13.8082M14.1426 7.5L7.83437 1.1918' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  transform: none;
  background-size: 15px;
}

@media (max-width: 767px) {
  #gated-landing .contact_form.contact_block {
    margin-bottom: 50px;
  }
}
@media (min-width: 991px) and (max-width: 1200px) {
  #gated-landing .col-lg-9 {
    width: 50%;
  }
  #gated-landing .col-lg-3 {
    width: 50%;
  }
}
.footer_main {
  background: #07192A;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 175%;
}
.footer_main a {
  color: #fff;
  text-decoration: none;
  display: inline-block;
}
.footer_main a:hover {
  color: #F58F1F;
}
.footer_main ul {
  margin: 0;
  padding: 0;
}
.footer_main ul li {
  list-style-type: none;
}
.footer_main .footer_mail {
  padding: 75px 0 75px;
}
.footer_main .footer_mail-form {
  max-width: 339px;
  width: 100%;
  margin: 0 0 0 auto;
}
.footer_main .footer_mail-form .form-group {
  position: relative;
  width: 100%;
}
.footer_main .footer_mail-form input {
  position: relative;
  width: 100%;
  font-size: 16px;
  font-weight: 400;
  line-height: 175%;
  padding: 9px 38px 8px 20px;
}
.footer_main .footer_mail-form .btn {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
}
.footer_main .footer_mail-form span {
  font-size: 12px;
  font-weight: 400;
  line-height: 175%;
  color: #FF8100;
  display: inline-block;
  margin: 10px 0 0;
}
.footer_main .footer_mail label.gfield_label.gform-field-label {
  display: none;
}
.footer_main .footer_mail .gform_wrapper.gravity-theme .gfield input.large {
  position: relative;
  width: 100%;
  font-size: 16px;
  font-weight: 400;
  line-height: 175%;
  padding: 9px 38px 8px 20px;
}
.footer_main .footer_mail .gform_wrapper.gravity-theme .gform_footer input {
  background-image: url("data:image/svg+xml,%3Csvg width='10' height='10' viewBox='0 0 10 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 9L9 1L1 9ZM9 1V8.68V1ZM9 1H1.32H9Z' fill='%23F58F1F'/%3E%3Cpath d='M1 9L9 1M9 1V8.68M9 1H1.32' stroke='%23F58F1F' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position-x: calc(100% - 20px);
  background-position-y: center;
  font-size: 0;
  position: absolute;
  right: 0;
  margin: 0;
  padding: 0;
  height: 45px;
  padding-right: 20px;
  width: 15%;
  background-color: transparent;
  border: 0;
  top: 0;
}
.footer_main .footer_mail .gform_wrapper.gravity-theme .gform_footer {
  margin: 0;
  padding: 0;
}
.footer_main .footer_mail .gform_wrapper form {
  position: relative;
}
.footer_main .footer_mail .gform_wrapper.gravity-theme .description, .footer_main .footer_mail .gform_wrapper.gravity-theme .gfield_description, .footer_main .footer_mail .gform_wrapper.gravity-theme .gsection_description, .footer_main .footer_mail .gform_wrapper.gravity-theme .instruction {
  font-size: 12px;
  font-weight: 400;
  line-height: 175%;
  color: #FF8100;
  display: inline-block;
  margin: 10px 0 0;
  background: transparent;
  border: 0;
  padding: 0;
  margin: 0;
}
.footer_main .footer_mail .gform_validation_errors {
  display: none;
}
.footer_main .footer_body {
  padding: 80px 0 75px;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
}
.footer_main .footer_body .footer_block .footer_logo a {
  display: block;
}
.footer_main .footer_body .footer_block .footer_logo a img {
  width: 264px;
}
.footer_main .footer_body .footer_block .footer_abn {
  margin: 50px 0 0;
}
.footer_main .footer_body .footer_block .social {
  margin: 20px 0 0;
}
.footer_main .footer_body .footer_block .social ul li a img {
  width: 32px;
  height: 32px;
}
.footer_main .footer_body .footer_block .copyright {
  margin: 35px 0 0;
}
.footer_main .footer_body .footer_block .footer_nav.footer_nav-bold li {
  margin-bottom: 20px;
}
.footer_main .footer_body .footer_block .footer_nav.footer_nav-bold a {
  font-size: 18px;
  font-weight: 700;
  line-height: 150%;
  margin: 0 0 20px;
  display: inline-block;
}
.footer_main .footer_body .footer_block .footer_nav ul li a {
  margin: 10px 0 0;
}
.footer_main .footer_body .footer_block .footer_address {
  padding-left: 150px;
  margin: 0 0 55px;
}
.footer_main .footer_body .footer_block .footer_address h6 {
  margin: 0 0 15px;
}
.footer_main .footer_body .footer_block .footer_address:last-child {
  margin: 0;
}
.footer_main .footer_body .footer_block .row [class*=col-]:nth-child(2) .footer_nav {
  padding-left: 50px;
}
.footer_main .footer_body .footer_block .row [class*=col-]:nth-child(2) .footer_nav ul li a {
  margin: 0;
}
.footer_main .footer_terms {
  padding: 25px 0 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
}
.footer_main .footer_terms #terms_nav ul {
  display: flex;
}
.footer_main .footer_terms #terms_nav ul li a {
  padding: 0 25px !important;
  position: relative;
  display: inline-block;
}
.footer_main .footer_terms #terms_nav ul li a:before {
  content: "";
  display: block;
  width: 1px;
  height: 18px;
  background: rgba(255, 255, 255, 0.3);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}
.footer_main .footer_terms #terms_nav ul li:first-child a:before {
  display: none;
}
.footer_main .footer_terms #terms_nav ul li:first-child a {
  padding-left: 0 !important;
}
.footer_main .footer_terms .designby {
  text-align: right;
}

#footer_main .col-lg-4.col-md-6 * {
  margin-bottom: 0;
}

.footer_mail .row {
  align-items: center;
}

.footer_nav h6 {
  font-size: 18px;
  margin-bottom: 20px;
}

.footer_mail-title h2 {
  margin-bottom: 0;
}

.footer_mail .row {
  align-items: self-end;
}

.gform_wrapper .gform_footer input {
  transition: 0.3s all linear;
}

.gform_wrapper .gform_footer input:hover {
  transform: rotate(40deg);
  transition: 0.3s all linear;
}

@media (max-width: 1440px) {
  .footer_main .footer_body .footer_block .footer_address {
    padding-left: 30px;
  }
}
@media (max-width: 991px) {
  .footer_main .footer_body {
    padding: 40px 0;
  }
  .footer_main .footer_body .footer_block {
    margin: 20px 0;
  }
  .footer_main .footer_body .footer_block .footer_address {
    padding-left: 0;
  }
  .footer_main .footer_terms .terms_nav a {
    padding: 0 15px;
  }
  .footer_main .footer_terms .designby {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .footer_main .footer_terms .terms_nav a {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .footer_main .footer_mail {
    padding: 40px 0 30px;
  }
  .footer_main .footer_mail-form {
    margin: 10px auto 0 0;
  }
  .footer_main .footer_body {
    padding: 20px 0;
  }
  .footer_main .footer_body .footer_block .footer_nav h6 {
    font-size: 18px;
    margin: 0 0 10px;
    margin-bottom: 18px;
  }
  .footer_main .footer_body .footer_block .row [class*=col-]:nth-child(2) .footer_nav {
    margin-top: 20px;
    padding-left: 0;
  }
  .footer_main .footer_body .footer_block .footer_address {
    margin: 0 0 30px;
  }
  .footer_main .footer_terms {
    padding: 15px 0;
  }
  .footer_main .footer_terms #terms_nav ul {
    flex-wrap: wrap;
    flex-direction: column;
  }
  .footer_main .footer_terms #terms_nav ul li a:before {
    display: none;
  }
  .footer_main .footer_terms #terms_nav ul li a {
    padding: 0 !important;
  }
  #terms_nav {
    margin-bottom: 20px;
  }
  .footer_main .footer_terms .designby {
    text-align: left;
  }
}
@media (max-width: 575px) {
  .footer_main .footer_terms {
    padding: 15px 0;
  }
  .footer_main .footer_terms .terms_nav a {
    padding-left: 0;
  }
  .footer_main .footer_terms .terms_nav a:after {
    display: none;
  }
  .footer_main .footer_terms .designby {
    text-align: left;
  }
}
.product-search_desc h2 a {
  color: #02407F;
  text-decoration: none;
}

.product-search_desc h2 a:hover {
  color: #196cc0;
}

body.single {
  margin: 96px 0 0;
}

.woocommerce table.shop_table td.product-quantity .quantity .qty {
  width: 70px;
  padding: 10px;
}

.woocommerce-checkout .woocommerce-customer-details {
  display: none;
}

.cart_item .remove {
  cursor: pointer;
}

/** june 4-2024 **/
.supplier_banner {
  margin: 10px 0 50px;
}

.supplier_detail-right {
  max-width: 100%;
}

li.ais-RefinementList-item.hide-filter {
  display: none;
}

.woocommerce-checkout .hbspt-form select {
  word-wrap: normal;
  height: 45px;
  border: 1px solid rgba(7, 7, 7, 0.3);
  padding: 0 15px;
  width: 100%;
  font-size: 13px;
  color: #070707;
  border-radius: 15px;
}

.woocommerce-checkout .hbspt-form label.hs-error-msg.hs-main-font-element {
  color: red !important;
  font-size: 12px !important;
}

.woocommerce-checkout .hbspt-form ul.no-list.hs-error-msgs.inputs-list {
  margin: 0;
  padding: 0;
}

.woocommerce-checkout .hbspt-form ul.no-list.hs-error-msgs.inputs-list li {
  list-style: none;
}

.woocommerce-checkout .hbspt-form .input input, .input textarea {
  width: 100% !important;
  border-radius: 15px;
}

.woocommerce-checkout .hbspt-form .hs-richtext.hs-main-font-element {
  font-size: 14px;
  line-height: 1;
}

.woocommerce-checkout .hbspt-form .hs_submit.hs-submit {
  margin: 20px auto;
}

.hs-quote_items {
  display: none;
}

.woocommerce-checkout .hbspt-form .hs_submit.hs-submit {
  margin-top: 30px;
  padding: 0px 10px 0px 10px;
  border-radius: 15px;
  background: #F58F1F;
  color: #fff;
  text-decoration: none;
  text-transform: capitalize;
  display: inline-block;
  transition: 0.5s all linear;
  text-align: left;
}

.woocommerce-checkout .hbspt-form .hs_submit.hs-submit .actions input {
  border: none;
  background: none;
  font-size: 13px;
  color: #fff;
  border-radius: 15px;
  font-weight: 700;
}

.page-template .submitted-message.hs-main-font-element {
  font-size: 13px;
}

.woocommerce-checkout .hbspt-form label {
  font-size: 13px !important;
}

textarea#message-fc86f306-033d-4139-b2a3-0280cd661c50 {
  min-height: 100px;
}

p.discontinued {
  color: red;
  font-weight: bold;
}

.top_header {
  background: #9CBFD5;
  color: #02407F;
}
.top_header .nav_wrapper .navbar .navbar-nav li a {
  color: #02407F;
}
.top_header .nav_wrapper .navbar .navbar-nav li .dropdown-menu {
  background: #9CBFD5;
}
.top_header .nav_wrapper .navbar .social li {
  line-height: 0;
}
.top_header .nav_wrapper .navbar .social li a img {
  max-width: 20px;
  width: 100%;
}
.top_header .nav_wrapper .navbar .social li:last-child a img {
  max-width: 23px;
}
.top_header .nav_wrapper .search-container {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.top_header .nav_wrapper .search-container .search-input {
  max-width: 240px;
  width: 100%;
  padding: 8px 40px 8px 20px;
  border: 2px solid #ccc;
  border-radius: 20px;
  outline: none;
  transition: border-color 0.3s;
  font-family: "Proxima Nova";
  font-weight: 700;
  font-size: 18px;
  line-height: 150%;
}
.top_header .nav_wrapper .search-container .search-input:focus {
  border-color: #666;
}
@media (max-width: 1200px) {
  .top_header .nav_wrapper .search-container .search-input {
    max-width: 140px;
    font-size: 16px;
  }
}
@media (max-width: 575px) {
  .top_header .nav_wrapper .search-container .search-input {
    max-width: 120px;
    font-size: 14px;
  }
}
.top_header .nav_wrapper .search-container .search-button {
  background: none;
  border: none;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 8px;
}
.top_header .nav_wrapper .top_cart .cart_icon img {
  width: 23px;
}

.product_banner_section {
  padding-top: 50px;
}
.product_banner_section .product_banner_name h1 {
  color: #02407F;
}
@media (max-width: 767px) {
  .product_banner_section .product_banner_name h1 {
    font-size: 32px;
    line-height: 125%;
  }
}
.product_banner_section .product_banner_name .supplier_name {
  display: flex;
  justify-content: flex-start;
}
.product_banner_section .product_banner_name .supplier_name p {
  margin-left: 5px;
}

.product_banner-inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  margin-top: 20px;
}
.product_banner-inner .product_banner-left {
  flex: 0 0 25%; /* 25% width */
  text-align: center;
  background-color: #F5F6F8;
  padding: 20px;
}
@media (max-width: 767px) {
  .product_banner-inner .product_banner-left {
    flex: 100%;
  }
}
.product_banner-inner .product_banner-middle {
  flex: 0 0 50%; /* 25% width */
  text-align: left;
  background-color: #ffffff;
  padding: 0 30px;
}
@media (max-width: 991px) {
  .product_banner-inner .product_banner-middle {
    padding: 0 15px;
  }
}
@media (max-width: 767px) {
  .product_banner-inner .product_banner-middle {
    flex: 100%;
    margin-top: 20px;
    padding: 0;
  }
}
.product_banner-inner .product_banner-middle .product_caption p {
  font-size: 18px;
  line-height: 32px;
  text-align: justify;
}
.product_banner-inner .product_banner-right {
  flex: 0 0 25%; /* 25% width */
  text-align: left;
  background-color: #FEF4E9;
  border: 1px solid #F58F1F;
  padding: 20px 30px;
  border-radius: 30px;
}
@media (max-width: 991px) {
  .product_banner-inner .product_banner-right {
    padding: 15px 20px;
  }
}
@media (max-width: 767px) {
  .product_banner-inner .product_banner-right {
    flex: 100%;
  }
}
.product_banner-inner .product_banner-right h4 {
  color: #02407F;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .product_banner-inner .product_banner-right h4 {
    font-size: 18px;
    line-height: 1.15;
  }
}
.product_banner-inner .product_banner-right p {
  margin-bottom: 10px;
}
@media (max-width: 991px) {
  .product_banner-inner .product_banner-right p {
    font-size: 16px;
    line-height: 1.5;
  }
}
.product_banner-inner .product_banner-right .product_quantity-cart form {
  margin: 0;
}
@media (max-width: 1100px) {
  .product_banner-inner .product_banner-right .product_quantity-cart .cart .quantity {
    margin: 5px 0 0;
  }
}
@media (max-width: 767px) {
  .product_banner-inner .product_banner-right .product_quantity-cart .cart .quantity {
    margin: 0 0 0 20px;
  }
}
.product_banner-inner .product_banner-right .product_quantity-cart .cart .quantity button {
  background: #fff;
}
@media (max-width: 767px) {
  .product_banner-inner .product_banner-right .product_quantity-cart .cart .product-btn-wrp {
    display: block;
    width: 100%;
  }
}

.product_content .pdf-link {
  text-align: justify;
}
.product_content .pdf-link strong {
  display: block;
  width: 100%;
  margin-top: 50px;
}
.product_content .pdf-link ul li strong {
  display: inline;
  width: auto;
  margin-top: 0;
}

.section_searchresult_heading {
  background: #9CBFD5;
  color: #02407F;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  font-weight: 700;
  padding: 10px;
}
@media (max-width: 575px) {
  .section_searchresult_heading {
    display: none;
  }
}
.section_searchresult_heading .images_heading {
  flex-basis: 25%;
  padding: 0 10px;
}
@media (max-width: 991px) {
  .section_searchresult_heading .images_heading {
    flex-basis: 33.33%;
  }
}
.section_searchresult_heading .name_heading {
  flex-basis: 25%;
  padding: 0 15px;
}
@media (max-width: 991px) {
  .section_searchresult_heading .name_heading {
    flex-basis: 33.33%;
  }
}
.section_searchresult_heading .supplier_heading {
  flex-basis: 15%;
  padding: 0 10px;
}
@media (max-width: 991px) {
  .section_searchresult_heading .supplier_heading {
    flex-basis: 33.33%;
  }
}
.section_searchresult_heading .size_heading {
  flex-basis: 15%;
  padding: 0 10px;
}
@media (max-width: 991px) {
  .section_searchresult_heading .size_heading {
    display: none;
  }
}
.section_searchresult_heading .quantity_heading {
  flex-basis: 10%;
  padding: 0 10px;
}
.section_searchresult_heading .add_cart_heading {
  flex-basis: 10%;
  padding: 0 10px;
}

.result-hits .ais-Hits-list .ais-Hits-item {
  width: 100%;
}
.result-hits .ais-Hits-list .ais-Hits-item .product-search_card {
  background: #eaf0f6;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  padding: 10px;
}
.result-hits .ais-Hits-list .ais-Hits-item .product-search_card p {
  font-size: 15px;
  line-height: 135%;
  margin: 0;
  word-break: break-all;
}
.result-hits .ais-Hits-list .ais-Hits-item .product-search_card .product-search_image {
  flex-basis: 25%;
}
@media (max-width: 991px) {
  .result-hits .ais-Hits-list .ais-Hits-item .product-search_card .product-search_image {
    flex-basis: 33.33%;
  }
}
@media (max-width: 575px) {
  .result-hits .ais-Hits-list .ais-Hits-item .product-search_card .product-search_image {
    flex-basis: 100%;
  }
}
.result-hits .ais-Hits-list .ais-Hits-item .product-search_card .product-search_name_code {
  flex-basis: 25%;
  padding: 0 15px;
}
@media (max-width: 991px) {
  .result-hits .ais-Hits-list .ais-Hits-item .product-search_card .product-search_name_code {
    flex-basis: 33.33%;
  }
}
@media (max-width: 575px) {
  .result-hits .ais-Hits-list .ais-Hits-item .product-search_card .product-search_name_code {
    flex-basis: 100%;
    margin-top: 10px;
  }
}
.result-hits .ais-Hits-list .ais-Hits-item .product-search_card .product-search_name_code h2 {
  font-size: 18px;
  margin: 0;
  text-transform: none;
}
.result-hits .ais-Hits-list .ais-Hits-item .product-search_card .product-search_name_code h2 a {
  color: #4079CA;
  text-decoration: none;
}
.result-hits .ais-Hits-list .ais-Hits-item .product-search_card .product-search_name_code p {
  font-size: 14px;
}
.result-hits .ais-Hits-list .ais-Hits-item .product-search_card .product-search_supplier {
  flex-basis: 15%;
  padding: 0 10px;
}
@media (max-width: 991px) {
  .result-hits .ais-Hits-list .ais-Hits-item .product-search_card .product-search_supplier {
    flex-basis: 33.33%;
  }
}
@media (max-width: 768px) {
  .result-hits .ais-Hits-list .ais-Hits-item .product-search_card .product-search_supplier {
    flex-basis: 32.33%;
  }
}
@media (max-width: 575px) {
  .result-hits .ais-Hits-list .ais-Hits-item .product-search_card .product-search_supplier {
    flex-basis: 100%;
    margin-top: 10px;
  }
}
.result-hits .ais-Hits-list .ais-Hits-item .product-search_card .product-search_size {
  flex-basis: 15%;
  padding: 0 10px;
}
@media (max-width: 991px) {
  .result-hits .ais-Hits-list .ais-Hits-item .product-search_card .product-search_size {
    flex-basis: 50%;
  }
}
@media (max-width: 575px) {
  .result-hits .ais-Hits-list .ais-Hits-item .product-search_card .product-search_size {
    flex-basis: 100%;
    margin-top: 10px;
  }
}
.result-hits .ais-Hits-list .ais-Hits-item .product-search_card .product-search_size .variation-select select {
  font-size: 14px;
  font-weight: 400;
  line-height: 175%;
  position: relative;
  background: transparent;
  border: 1px solid rgba(7, 7, 7, 0.3);
  border-radius: 2px;
  padding: 6px;
  width: 91%;
}
.result-hits .ais-Hits-list .ais-Hits-item .product-search_card .quantity-add-cart {
  flex-basis: 20%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media (max-width: 1100px) {
  .result-hits .ais-Hits-list .ais-Hits-item .product-search_card .quantity-add-cart {
    flex-direction: column;
  }
}
@media (max-width: 991px) {
  .result-hits .ais-Hits-list .ais-Hits-item .product-search_card .quantity-add-cart {
    flex-basis: 50%;
    justify-content: flex-end;
    align-items: flex-end;
  }
}
@media (max-width: 575px) {
  .result-hits .ais-Hits-list .ais-Hits-item .product-search_card .quantity-add-cart {
    flex-basis: 100%;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 10px;
  }
}
.result-hits .ais-Hits-list .ais-Hits-item .product-search_card .quantity-add-cart .quantity-button {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  background: transparent;
  font-size: 16px;
  font-weight: 400;
  line-height: 175%;
  position: relative;
  border: 1px solid rgba(7, 7, 7, 0.3);
  border-radius: 2px;
  width: 90px;
}
.result-hits .ais-Hits-list .ais-Hits-item .product-search_card .quantity-add-cart .quantity-button input {
  background: transparent;
  border: 0;
  appearance: none;
  text-align: center;
  width: 100%;
  padding: 5px;
  color: #070707;
  line-height: 1.35;
}
.result-hits .ais-Hits-list .ais-Hits-item .product-search_card .quantity-add-cart .quantity-button input[type=number]::-webkit-inner-spin-button, .result-hits .ais-Hits-list .ais-Hits-item .product-search_card .quantity-add-cart .quantity-button input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
}
.result-hits .ais-Hits-list .ais-Hits-item .product-search_card .quantity-add-cart .quantity-button input:focus {
  outline: none;
}
.result-hits .ais-Hits-list .ais-Hits-item .product-search_card .quantity-add-cart .quantity-button button {
  padding: 0 15px;
  background: transparent;
  border: 0;
}
.result-hits .ais-Hits-list .ais-Hits-item .product-search_card .quantity-add-cart .product-btn-wrp {
  margin-left: 10px;
}
@media (max-width: 1100px) {
  .result-hits .ais-Hits-list .ais-Hits-item .product-search_card .quantity-add-cart .product-btn-wrp {
    margin-left: 0;
    margin-top: 10px;
  }
}
.result-hits .ais-Hits-list .ais-Hits-item .product-search_card .quantity-add-cart .product-btn-wrp .product {
  line-height: 1;
}
.result-hits .ais-Hits-list .ais-Hits-item .product-search_card .quantity-add-cart .product-btn-wrp button {
  font-size: 14px;
  line-height: 125%;
  background: #02407F;
  border: 0;
  color: #fff;
  padding: 8px 10px;
  border-radius: 2px;
  transition: 0.5s all ease-in;
}
.result-hits .ais-Hits-list .ais-Hits-item .product-search_card .quantity-add-cart .product-btn-wrp button:hover {
  background: #F58F1F;
}
.result-hits .ais-Hits-list .ais-Hits-item:nth-child(even) .product-search_card {
  background: #fff;
}

.section_searchresult .filter-wrap {
  background: #eaf0f6;
  border: 2px solid #02407F;
  border-radius: 30px;
  padding: 20px 40px;
  margin-right: 20px;
}
@media (max-width: 1100px) {
  .section_searchresult .filter-wrap {
    margin-right: 0;
    padding: 15px 30px;
  }
}
.section_searchresult .filter-wrap .filter-attributes {
  margin: 0 0 15px;
}
.section_searchresult .filter-wrap .filter-attributes h5 {
  color: #02407F;
}
.section_searchresult .refresh-filter {
  margin: 15px 0 0;
}
.section_searchresult .refresh-filter button {
  font-size: 14px;
  line-height: 125%;
  background: #02407F;
  border: 0;
  color: #fff;
  padding: 8px 10px;
  border-radius: 2px;
  transition: 0.5s all ease-in;
  cursor: pointer;
}
.section_searchresult .refresh-filter button:hover {
  background: #F58F1F;
}

.section_searchresult .section_searchresult_heading.search_fix {
  top: 185px;
}
@media (max-width: 1600px) {
  .section_searchresult .section_searchresult_heading.search_fix {
    top: 163px;
  }
}
@media (max-width: 1366px) {
  .section_searchresult .section_searchresult_heading.search_fix {
    top: 151px;
  }
}

@media (max-width: 1200px) {
  .section_searchresult_heading.search_fix {
    max-width: inherit !important;
    width: inherit !important;
  }
}
@media (max-width: 991px) {
  .section_searchresult_heading.search_fix {
    max-width: 470px !important;
    width: 100% !important;
  }
}
@media (max-width: 767px) {
  .section_searchresult_heading.search_fix {
    max-width: 658px !important;
  }
}

.footer_main {
  background: #9CBFD5;
  color: #02407F;
}
.footer_main a {
  color: #02407F;
}
.footer_main .footer_body {
  border-top: 1px solid rgba(2, 64, 127, 0.3);
}
.footer_main .footer_body .footer_block .social ul li a {
  border: 1px solid #02407F;
  border-radius: 50%;
  padding: 7px;
  width: 32px;
  height: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.footer_main .footer_body .footer_block .social ul li a img {
  width: auto;
  height: auto;
}
.footer_main .footer_terms {
  border-top: 1px solid rgba(2, 64, 127, 0.3);
}

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