@import url("https://fonts.googleapis.com/css?family=Lato:300,400,700,900&display=swap");
@font-face {
  font-family: 'Gilroy-Light';
  src: url("../fonts/Gilroy-Light.ttf");
}
@font-face {
  font-family: 'Gilroy-Medium';
  src: url("../fonts/Gilroy-Medium.ttf");
}
@font-face {
  font-family: 'Gilroy-Bold';
  src: url("../fonts/Gilroy-Bold.ttf");
}
@font-face {
  font-family: 'Gilroy-Heavy';
  src: url("../fonts/Gilroy-Heavy.ttf");
}
/* line 1, ../scss/components/_borders.scss */
.addborders, .select-styled, .select-options, .services_list li a {
  border: solid 1px #e6e6e6;
}

/* line 4, ../scss/components/_borders.scss */
.add_border_bottom, .dropdown-menu .dropdown-item, .select-options li {
  border-bottom: solid 1px #e6e6e6;
}

/* line 7, ../scss/components/_borders.scss */
.add_border_top, .mission_vission .accordion .card .collapse.show {
  border-top: solid 1px #e6e6e6;
}

/* line 10, ../scss/components/_borders.scss */
.add_border_left, .current_openings .job_description {
  border-left: solid 1px #e6e6e6;
}

/* line 13, ../scss/components/_borders.scss */
.add_border_right {
  border-right: solid 1px #e6e6e6;
}

/* line 1, ../scss/components/_spacing.scss */
.mt_10 {
  margin-top: 10px;
}

/* line 1, ../scss/components/_flex-grid.scss */
.flexbox {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
/* line 4, ../scss/components/_flex-grid.scss */
.flexbox .flex1 {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
/* line 7, ../scss/components/_flex-grid.scss */
.flexbox .flex2 {
  -webkit-box-flex: 2;
  -moz-box-flex: 2;
  -webkit-flex: 2;
  -ms-flex: 2;
  flex: 2;
}
/* line 10, ../scss/components/_flex-grid.scss */
.flexbox .flex3 {
  -webkit-box-flex: 3;
  -moz-box-flex: 3;
  -webkit-flex: 3;
  -ms-flex: 3;
  flex: 3;
}
/* line 13, ../scss/components/_flex-grid.scss */
.flexbox .flex4 {
  -webkit-box-flex: 4;
  -moz-box-flex: 4;
  -webkit-flex: 4;
  -ms-flex: 4;
  flex: 4;
}
/* line 16, ../scss/components/_flex-grid.scss */
.flexbox .flex5 {
  -webkit-box-flex: 5;
  -moz-box-flex: 5;
  -webkit-flex: 5;
  -ms-flex: 5;
  flex: 5;
}
/* line 19, ../scss/components/_flex-grid.scss */
.flexbox .flex6 {
  -webkit-box-flex: 6;
  -moz-box-flex: 6;
  -webkit-flex: 6;
  -ms-flex: 6;
  flex: 6;
}
/* line 22, ../scss/components/_flex-grid.scss */
.flexbox .flex7 {
  -webkit-box-flex: 7;
  -moz-box-flex: 7;
  -webkit-flex: 7;
  -ms-flex: 7;
  flex: 7;
}
/* line 25, ../scss/components/_flex-grid.scss */
.flexbox .flex8 {
  -webkit-box-flex: 8;
  -moz-box-flex: 8;
  -webkit-flex: 8;
  -ms-flex: 8;
  flex: 8;
}
/* line 28, ../scss/components/_flex-grid.scss */
.flexbox .flex9 {
  -webkit-box-flex: 9;
  -moz-box-flex: 9;
  -webkit-flex: 9;
  -ms-flex: 9;
  flex: 9;
}
/* line 31, ../scss/components/_flex-grid.scss */
.flexbox .flex10 {
  -webkit-box-flex: 10;
  -moz-box-flex: 10;
  -webkit-flex: 10;
  -ms-flex: 10;
  flex: 10;
}
/* line 34, ../scss/components/_flex-grid.scss */
.flexbox .flex11 {
  -webkit-box-flex: 11;
  -moz-box-flex: 11;
  -webkit-flex: 11;
  -ms-flex: 11;
  flex: 11;
}
/* line 37, ../scss/components/_flex-grid.scss */
.flexbox .flex12 {
  -webkit-box-flex: 12;
  -moz-box-flex: 12;
  -webkit-flex: 12;
  -ms-flex: 12;
  flex: 12;
}

/* line 1, ../scss/components/_button.scss */
.btn {
  font-size: 0.875rem;
  height: 50px;
  padding: 0 1.875rem;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
}
/* line 8, ../scss/components/_button.scss */
.btn.btn-primary {
  background: #00acc3;
  border-color: #00acc3;
}
/* line 12, ../scss/components/_button.scss */
.btn.btn-outline-primary {
  border-color: #00acc3;
  color: #00acc3;
}
/* line 16, ../scss/components/_button.scss */
.btn.btn-outline-primary:hover {
  background: #00acc3;
  color: #fff;
}
/* line 21, ../scss/components/_button.scss */
.btn.custom_btn {
  height: 70px;
  padding: 0 6.5625rem 0 2.1875rem;
  position: relative;
  /* fallback/image non-cover color */
  background-color: #00acc3;
  /* Firefox 3.6+ */
  background-image: -moz-linear-gradient(left, #00acc3 0%, #c7da2e 100%);
  /* Safari 4+, Chrome 1+ */
  background-image: -webkit-gradient(linear, left top, right top, color-stop(0%, #00acc3), color-stop(100%, #c7da2e));
  /* Safari 5.1+, Chrome 10+ */
  background-image: -webkit-linear-gradient(left, #00acc3 0%, #c7da2e 100%);
  /* Opera 11.10+ */
  background-image: -o-linear-gradient(left, #00acc3 0%, #c7da2e 100%);
  /* IE10+ */
  background: -ms-linear-gradient(left, #00acc3 0%, #c7da2e 100%);
  /* Standard */
  background: linear-gradient(to right, #00acc3 0%, #c7da2e 100%);
  /* IE6-9 */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$from', endColorstr='$to',GradientType=1 );
  color: #fff;
}
/* line 27, ../scss/components/_button.scss */
.btn.custom_btn span {
  position: absolute;
  right: 0;
  top: 0;
  width: 70px;
  height: 70px;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  background: #fff;
  color: #233d63;
}
/* line 38, ../scss/components/_button.scss */
.btn.custom_btn span svg {
  width: 25px;
}

/* line 1, ../scss/components/_forms.scss */
.form-group {
  margin-bottom: 1.25rem;
}

/* line 4, ../scss/components/_forms.scss */
.form-control {
  height: 60px;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-color: #e6e6e6;
  padding: 0 30px;
}
/* line 228, ../scss/components/_mixins.scss */
.form-control.placeholder {
  color: #B2B2B2;
  font-size: 0.875rem;
}
/* line 229, ../scss/components/_mixins.scss */
.form-control:-moz-placeholder {
  color: #B2B2B2;
  font-size: 0.875rem;
}
/* line 230, ../scss/components/_mixins.scss */
.form-control::-webkit-input-placeholder {
  color: #B2B2B2;
  font-size: 0.875rem;
}

/* line 18, ../scss/components/_forms.scss */
textarea.form-control {
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  resize: none;
  padding-top: 30px;
  height: auto;
}

@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon.eot?r1tcq7");
  src: url("../fonts/icomoon.eot?r1tcq7#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?r1tcq7") format("truetype"), url("../fonts/icomoon.woff?r1tcq7") format("woff"), url("../fonts/icomoon.svg?r1tcq7#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
/* line 13, ../scss/components/_icons.scss */
[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 28, ../scss/components/_icons.scss */
.icon-facebook:before {
  content: "\e902";
}

/* line 31, ../scss/components/_icons.scss */
.icon-instagram:before {
  content: "\e90f";
}

/* line 34, ../scss/components/_icons.scss */
.icon-linkedin:before {
  content: "\e910";
}

/* line 37, ../scss/components/_icons.scss */
.icon-pininterest:before {
  content: "\e911";
}

/* line 40, ../scss/components/_icons.scss */
.icon-twitter:before {
  content: "\e912";
}

/* line 43, ../scss/components/_icons.scss */
.icon-play-icon:before {
  content: "\e900";
}

/* line 46, ../scss/components/_icons.scss */
.icon-close:before {
  content: "\e901";
}

/* line 49, ../scss/components/_icons.scss */
.icon-phone:before {
  content: "\e903";
}

/* line 52, ../scss/components/_icons.scss */
.icon-creating-impact:before {
  content: "\e904";
}

/* line 55, ../scss/components/_icons.scss */
.icon-sustainable:before {
  content: "\e905";
}

/* line 58, ../scss/components/_icons.scss */
.icon-excellence:before {
  content: "\e906";
}

/* line 61, ../scss/components/_icons.scss */
.icon-empowering:before {
  content: "\e907";
}

/* line 64, ../scss/components/_icons.scss */
.icon-equal-opportunity:before {
  content: "\e908";
}

/* line 67, ../scss/components/_icons.scss */
.icon-star:before {
  content: "\e909";
}

/* line 70, ../scss/components/_icons.scss */
.icon-mail:before {
  content: "\e90a";
}

/* line 73, ../scss/components/_icons.scss */
.icon-location:before {
  content: "\e90b";
}

/* line 76, ../scss/components/_icons.scss */
.icon-locator:before {
  content: "\e90c";
}

/* line 79, ../scss/components/_icons.scss */
.icon-menu-bar:before {
  content: "\e90d";
}

/* line 82, ../scss/components/_icons.scss */
.icon-right-arrow:before {
  content: "\e90e";
}

/* line 85, ../scss/components/_icons.scss */
.icon-upload:before {
  content: "\ea3a";
}

/* line 1, ../scss/components/_tooltip.scss */
.tooltip-inner {
  background-color: rgba(0, 0, 0, 0.6);
  font-size: 0.875rem;
}

/* line 5, ../scss/components/_tooltip.scss */
.tooltip.bs-tooltip-right .arrow:before {
  border-right-color: rgba(0, 0, 0, 0.6) !important;
}

/* line 8, ../scss/components/_tooltip.scss */
.tooltip.bs-tooltip-left .arrow:before {
  border-left-color: rgba(0, 0, 0, 0.6) !important;
}

/* line 11, ../scss/components/_tooltip.scss */
.tooltip.bs-tooltip-bottom .arrow:before {
  border-bottom-color: rgba(0, 0, 0, 0.6) !important;
}

/* line 14, ../scss/components/_tooltip.scss */
.tooltip.bs-tooltip-top .arrow:before {
  border-top-color: rgba(0, 0, 0, 0.6) !important;
}

/* line 1, ../scss/components/_dropdown.scss */
.dropdown-menu {
  border-radius: 0;
  margin-top: 0;
  border: none;
  padding: 0;
  font-size: 0.875rem;
  box-shadow: 3px 8px 6px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 3px 8px 6px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 3px 8px 6px rgba(0, 0, 0, 0.1);
  min-width: 300px;
}
/* line 10, ../scss/components/_dropdown.scss */
.dropdown-menu .dropdown-item {
  padding: 0.9375rem 1.875rem;
}
/* line 14, ../scss/components/_dropdown.scss */
.dropdown-menu .dropdown-item:last-child {
  border: none;
}

/* line 1, ../scss/components/_circle-animation.scss */
.image_animation {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
  /*   .circle_2 {
    right  : auto;
    left   : -30%;
    top    : auto;
    bottom : 0;
  } */
}
/* line 7, ../scss/components/_circle-animation.scss */
.image_animation .circle_1,
.image_animation .trade_logo {
  position: absolute;
  right: -34%;
  top: -100px;
  -webkit-animation: zoominoutsinglefeatured 4s infinite;
  animation: zoominoutsinglefeatured 4s infinite;
}
/* line 22, ../scss/components/_circle-animation.scss */
.image_animation .trade_logo {
  left: 20%;
  top: auto;
  bottom: 10%;
}

@-webkit-keyframes zoominoutsinglefeatured {
  0% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  50% {
    -webkit-transform: scale(1.2, 1.2);
    transform: scale(1.2, 1.2);
  }
  100% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
@keyframes zoominoutsinglefeatured {
  0% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  50% {
    -webkit-transform: scale(1.2, 1.2);
    transform: scale(1.2, 1.2);
  }
  100% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
/* line 63, ../scss/components/_circle-animation.scss */
.circular_animation {
  position: absolute;
  right: 15rem;
  top: 1rem;
  z-index: -1;
}
/* line 69, ../scss/components/_circle-animation.scss */
.circular_animation img {
  -webkit-animation: rotation 10s infinite linear;
  animation: rotation 10s infinite linear;
}

@keyframes rotation {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
  }
}
/* line 1, ../scss/components/_card.scss */
.card {
  border: none;
  box-shadow: 0 35px 30px rgba(0, 172, 195, 0.1);
  -webkit-box-shadow: 0 35px 30px rgba(0, 172, 195, 0.1);
  -moz-box-shadow: 0 35px 30px rgba(0, 172, 195, 0.1);
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  overflow: hidden;
}
/* line 8, ../scss/components/_card.scss */
.card-body {
  text-align: center;
  padding: 1.875rem;
}
/* line 12, ../scss/components/_card.scss */
.card-body .link {
  text-transform: uppercase;
  text-decoration: underline;
  font-size: 0.625rem;
  color: #233d63;
}
/* line 20, ../scss/components/_card.scss */
.card:hover {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  background: #00acc3;
  color: #fff;
}
/* line 26, ../scss/components/_card.scss */
.card:hover h3,
.card:hover .link {
  color: #fff;
}
/* line 32, ../scss/components/_card.scss */
.card.career_block {
  margin-bottom: 3.75rem;
}
/* line 34, ../scss/components/_card.scss */
.card.career_block .card-body {
  text-align: left;
}
/* line 37, ../scss/components/_card.scss */
.card.career_block .card-body .block_icon {
  font-size: 4.375rem;
  margin-bottom: 1.25rem;
  color: #00acc3;
}
/* line 43, ../scss/components/_card.scss */
.card.career_block .card-body h3 {
  font-size: 1.5rem;
  text-transform: none;
  color: #233d63;
  margin-bottom: 1.25rem;
}
/* line 49, ../scss/components/_card.scss */
.card.career_block .card-body p {
  color: #B2B2B2;
}
/* line 54, ../scss/components/_card.scss */
.card.career_block .card-body:hover h3, .card.career_block .card-body:hover p, .card.career_block .card-body:hover .block_icon {
  color: #fff;
}

/* line 1, ../scss/components/_breadcrumb.scss */
.breadcrumb {
  background: none;
  padding: 0;
  margin: 0;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  font-size: 0.75rem;
}
/* line 9, ../scss/components/_breadcrumb.scss */
.breadcrumb-item a {
  color: #00acc3;
}
/* line 13, ../scss/components/_breadcrumb.scss */
.breadcrumb-item.active {
  color: #B2B2B2;
}

/* line 19, ../scss/components/_breadcrumb.scss */
.breadcrumb-item + .breadcrumb-item::before {
  content: '>';
  color: #e6e6e6;
}

/* line 2, ../scss/components/_modal.scss */
.modal-header {
  position: relative;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  background: #F1F1F1;
}
/* line 7, ../scss/components/_modal.scss */
.modal-header h3 {
  font-weight: 700;
}
/* line 10, ../scss/components/_modal.scss */
.modal-header .close {
  position: absolute;
  right: 20px;
}
/* line 16, ../scss/components/_modal.scss */
.modal-body .form-control {
  height: 60px;
  padding-left: 20px;
}
/* line 21, ../scss/components/_modal.scss */
.modal-body textarea.form-control {
  border-radius: 35px;
  -webkit-border-radius: 35px;
  -moz-border-radius: 35px;
  resize: none;
  padding-top: 15px;
  height: auto;
}
/* line 29, ../scss/components/_modal.scss */
.modal-footer {
  background: #F1F1F1;
}
/* line 31, ../scss/components/_modal.scss */
.modal-footer .btn {
  box-shadow: none;
}

/* @import "compass/css3";

@import "compass";
@import url("https://fonts.googleapis.com/css?family=Lato"); */
/* line 12, ../scss/components/_custom-select.scss */
.select-hidden {
  display: none;
  visibility: hidden;
  padding-right: 10px;
}

/* line 18, ../scss/components/_custom-select.scss */
.select {
  cursor: pointer;
  display: inline-block;
  position: relative;
  font-size: 16px;
  color: #233d63;
  width: 100%;
  height: 60px;
  font-size: 0.875rem;
}

/* line 29, ../scss/components/_custom-select.scss */
.select-styled {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  padding: 16px 30px;
  /* &:hover {
      background-color: darken($select-background, 2);
  } */
}
/* line 41, ../scss/components/_custom-select.scss */
.select-styled:after {
  content: "";
  width: 0;
  height: 0;
  border: 7px solid transparent;
  border-color: #233d63 transparent transparent transparent;
  position: absolute;
  top: 28px;
  right: 30px;
}
/* line 56, ../scss/components/_custom-select.scss */
.select-styled:active, .select-styled.active {
  background: #F1F1F1;
}
/* line 60, ../scss/components/_custom-select.scss */
.select-styled:active:after, .select-styled.active:after {
  top: 20px;
  right: 30px;
  border-color: transparent transparent #233d63 transparent;
}

/* line 68, ../scss/components/_custom-select.scss */
.select-options {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  z-index: 999;
  margin: 0;
  padding: 0;
  list-style: none;
  background: #fff;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
}
/* line 82, ../scss/components/_custom-select.scss */
.select-options li {
  margin: 0;
  height: 60px;
  background: #fff;
  padding: 12px 10px;
  text-indent: 15px;
}
/* line 91, ../scss/components/_custom-select.scss */
.select-options li:hover {
  color: #233d63;
  background: #F1F1F1;
}
/* line 96, ../scss/components/_custom-select.scss */
.select-options li[rel="hide"] {
  display: none;
}
/* line 100, ../scss/components/_custom-select.scss */
.select-options li:first-child {
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 30px;
  -webkit-border-top-right-radius: 30px;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -moz-border-radius-topleft: 30px;
  -moz-border-radius-topright: 30px;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
}
/* line 104, ../scss/components/_custom-select.scss */
.select-options li:last-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 30px;
  border-bottom-left-radius: 30px;
  -webkit-border-top-left-radius: 0;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 30px;
  -webkit-border-bottom-left-radius: 30px;
  -moz-border-radius-topleft: 0;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 30px;
  -moz-border-radius-bottomleft: 30px;
}

/* line 1, ../scss/components/_fileupload.scss */
.file-upload-wrapper {
  background: #F1F1F1;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  position: relative;
  width: 100%;
  height: 60px;
}
/* line 11, ../scss/components/_fileupload.scss */
.file-upload-wrapper:after {
  content: attr(data-text);
  font-size: 0.875rem;
  position: absolute;
  top: 0;
  left: 0;
  background: #F1F1F1;
  padding: 10px 30px;
  display: block;
  width: calc(100% - 40px);
  pointer-events: none;
  z-index: 3;
  height: 60px;
  line-height: 40px;
  color: #233d63;
  border-top-left-radius: 50px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 50px;
  -webkit-border-top-left-radius: 50px;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 50px;
  -moz-border-radius-topleft: 50px;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 50px;
  font-weight: 300;
}
/* line 30, ../scss/components/_fileupload.scss */
.file-upload-wrapper:before {
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\ea3a";
  position: absolute;
  width: 46px;
  height: 46px;
  top: 7px;
  right: 8px;
  background: #B2B2B2;
  color: #fff;
  z-index: 5;
  font-size: 0.875rem;
  line-height: 60px;
  text-transform: uppercase;
  pointer-events: none;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
}
/* line 60, ../scss/components/_fileupload.scss */
.file-upload-wrapper:hover:before {
  background: #3d8c63;
}
/* line 64, ../scss/components/_fileupload.scss */
.file-upload-wrapper input {
  opacity: 0;
  position: absolute;
  font-family: "Gilroy-Medium";
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 99;
  height: 60px;
  margin: 0;
  padding: 0;
  display: block;
  cursor: pointer;
  width: 100%;
}

/* line 2, ../scss/components/_list.scss */
.list-group-item {
  border: none;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  font-family: "Gilroy-Bold";
  font-size: 1rem;
  padding: 1rem 1.25rem;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  cursor: pointer;
  margin-bottom: 10px;
}
/* line 15, ../scss/components/_list.scss */
.list-group-item:last-child {
  margin-bottom: 0;
}
/* line 19, ../scss/components/_list.scss */
.list-group-item span {
  width: 24px;
  height: 24px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  font-size: 0.625rem;
  color: #00acc3;
}
/* line 30, ../scss/components/_list.scss */
.list-group-item:hover, .list-group-item.active {
  background: #00acc3;
  color: #fff;
}
/* line 36, ../scss/components/_list.scss */
.list-group-item:hover span, .list-group-item.active span {
  background: #fff;
}

/* line 1, ../scss/components/_scrollbar.scss */
::-webkit-scrollbar {
  width: 5px;
}

/* line 4, ../scss/components/_scrollbar.scss */
::-webkit-scrollbar:horizontal {
  height: 5px;
}

/* line 7, ../scss/components/_scrollbar.scss */
::-webkit-scrollbar-track,
::-webkit-scrollbar-track:horizontal {
  box-shadow: none;
}

/* line 12, ../scss/components/_scrollbar.scss */
::-webkit-scrollbar-thumb,
::-webkit-scrollbar-thumb:horizontal {
  background-color: #00acc3;
  outline: none;
}

/* line 2, ../scss/components/_checkbox.scss */
.form-check-input {
  width: 2.25rem;
  height: 2.25rem;
  border: none;
  background: #F1F1F1;
}
/* line 8, ../scss/components/_checkbox.scss */
.form-check-input[type=checkbox] {
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
}
/* line 12, ../scss/components/_checkbox.scss */
.form-check-inline {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
/* line 16, ../scss/components/_checkbox.scss */
.form-check-label {
  padding-left: 1rem;
}

/* line 1, ../scss/components/_scroll-effect.scss */
.parallax {
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  background-position-x: center;
}

/* line 7, ../scss/components/_scroll-effect.scss */
.animation {
  animation-duration: 0.5s;
  animation-timing-function: linear;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: forwards;
  animation-play-state: running;
}

@keyframes slide-up {
  from {
    opacity: 0;
    top: 100px;
  }
  to {
    opacity: 1;
    top: 0;
  }
}
/* line 26, ../scss/components/_scroll-effect.scss */
.animation_slide-up {
  animation-name: slide-up;
}

@keyframes slide-down {
  from {
    opacity: 0;
    bottom: 100px;
  }
  to {
    opacity: 1;
    bottom: 0;
  }
}
/* line 39, ../scss/components/_scroll-effect.scss */
.animation_slide-down {
  animation-name: slide-down;
}

@keyframes slide-left {
  from {
    opacity: 0;
    left: 100px;
  }
  to {
    opacity: 1;
    left: 0;
  }
}
/* line 52, ../scss/components/_scroll-effect.scss */
.animation_slide-left {
  animation-name: slide-left;
}

@keyframes slide-right {
  from {
    opacity: 0;
    right: 100px;
  }
  to {
    opacity: 1;
    right: 0;
  }
}
/* line 65, ../scss/components/_scroll-effect.scss */
.animation_slide-right {
  animation-name: slide-right;
}

@keyframes flip-x {
  from {
    opacity: 0;
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -180deg);
  }
  to {
    opacity: 1;
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
  }
}
/* line 78, ../scss/components/_scroll-effect.scss */
.animation_flip-x {
  backface-visibility: visible;
  animation-name: flip-x;
}

@keyframes flip-y {
  from {
    opacity: 0;
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
  }
  to {
    opacity: 1;
    transform: perspective(400px);
  }
}
/* line 92, ../scss/components/_scroll-effect.scss */
.animation_flip-y {
  backface-visibility: visible !important;
  animation-name: flip-y;
}

@keyframes zoom {
  from {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 1;
  }
}
/* line 105, ../scss/components/_scroll-effect.scss */
.animation_zoom {
  animation-name: zoom;
}

/* line 1, ../scss/modules/_layout.scss */
body {
  font-size: 0.875rem;
  font-family: "Gilroy-Medium";
  line-height: 24px;
  color: #233d63;
  font-weight: 400;
  letter-spacing: 1px;
}

/* line 9, ../scss/modules/_layout.scss */
a {
  text-decoration: none;
  color: #00acc3;
}
/* line 13, ../scss/modules/_layout.scss */
a.link {
  text-transform: uppercase;
  text-decoration: underline;
  font-size: 0.625rem;
  color: #233d63;
}

/* line 20, ../scss/modules/_layout.scss */
.text-muted {
  color: #B2B2B2 !important;
}

/* line 24, ../scss/modules/_layout.scss */
.overflow_hidden {
  overflow: hidden;
}

/* line 28, ../scss/modules/_layout.scss */
p span {
  color: #00acc3;
  font-family: "Gilroy-Bold";
}

/* line 33, ../scss/modules/_layout.scss */
section {
  padding: 4rem 0;
}

/* line 36, ../scss/modules/_layout.scss */
.container-fluid {
  padding: 0 3.125rem;
}

/* line 39, ../scss/modules/_layout.scss */
h2 {
  font-size: 2.5rem;
  line-height: 3.5rem;
  font-family: "Gilroy-Bold";
}

/* line 44, ../scss/modules/_layout.scss */
h3 {
  font-size: 1rem;
  line-height: 1.5rem;
  font-family: "Gilroy-Bold";
  color: #00acc3;
  text-transform: uppercase;
}

/* line 51, ../scss/modules/_layout.scss */
h4 {
  font-family: "Gilroy-Bold";
  font-size: 1.25rem;
  line-height: 1.25rem;
}

/* line 56, ../scss/modules/_layout.scss */
h5 {
  font-size: 1rem;
  line-height: 1.125rem;
}

/* line 60, ../scss/modules/_layout.scss */
.common_spacing {
  margin-top: 5rem;
}

/* line 63, ../scss/modules/_layout.scss */
.transition, .card, .card:hover, .select-styled, .select-options li, .list-group-item, .list-group-item span, .list-group-item:hover, .list-group-item.active, .list-group-item:hover span, .list-group-item.active span, header, header .navbar, header .navbar .navbar-brand, header .btn, header.fixed, header.fixed .navbar, header.fixed .navbar .navbar-brand, header.fixed .btn, .strength_block::after, .strength_block:hover::after, .current_openings .openings_list_items, .current_openings .openings_list_items:hover, .current_openings .openings_list_items.active, .services_list li a {
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
}

/* line 66, ../scss/modules/_layout.scss */
.middle_align, .btn.custom_btn span, .file-upload-wrapper:before, .list-group-item span, header .social_links li a, .video_wrapper, .video_wrapper .play_icon, .strength_block, .bottom_section .caption, .address_info_block span, .what_we_do .card_block_icon, .loader, footer .footer_links.social_links li a {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
}

/* line 73, ../scss/modules/_layout.scss */
video::-webkit-media-controls {
  display: none;
}

/* line 1, ../scss/modules/_header.scss */
header {
  height: 100px;
  background: #fff;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  position: fixed;
  z-index: 10;
  width: 100%;
  top: 0;
  left: 0;
}
/* line 13, ../scss/modules/_header.scss */
header .navbar {
  width: 100%;
  padding: 0 50px;
  font-weight: 600;
}
/* line 20, ../scss/modules/_header.scss */
header .navbar .navbar-brand {
  width: 130px;
}
/* line 24, ../scss/modules/_header.scss */
header .navbar .navbar-brand svg {
  width: 100%;
}
/* line 29, ../scss/modules/_header.scss */
header .navbar .navbar-nav {
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
/* line 32, ../scss/modules/_header.scss */
header .navbar .navbar-nav li:not(.nav-item) {
  margin-right: 10px;
}
/* line 36, ../scss/modules/_header.scss */
header .navbar .navbar-nav .nav-item:not(:last-child) {
  margin-right: 60px;
  /* &:last-child {
      margin-right: 0;
  } */
}
/* line 43, ../scss/modules/_header.scss */
header .navbar .navbar-nav .nav-item:not(:last-child) .nav-link {
  padding: 0;
  color: #233d63;
  height: 100px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
/* line 50, ../scss/modules/_header.scss */
header .navbar .navbar-nav .nav-item:not(:last-child) .nav-link a {
  color: #233d63;
  text-decoration: none;
}
/* line 58, ../scss/modules/_header.scss */
header .navbar .navbar-nav .nav-item.active .nav-link {
  color: #00acc3;
}
/* line 63, ../scss/modules/_header.scss */
header .navbar .navbar-nav .dropdown-menu {
  font-size: 1rem;
}
/* line 68, ../scss/modules/_header.scss */
header .navbar .navbar-toggler {
  outline: none;
  box-shadow: none;
}
/* line 73, ../scss/modules/_header.scss */
header .navbar .dropdown:hover > .dropdown-menu {
  display: block;
}
/* line 77, ../scss/modules/_header.scss */
header .navbar .dropdown > .dropdown-toggle:active {
  /*Without this, clicking will make it sticky*/
  pointer-events: none;
}
/* line 83, ../scss/modules/_header.scss */
header .btn {
  height: 40px;
}
/* line 88, ../scss/modules/_header.scss */
header .btn i {
  padding-right: 5px;
}
/* line 93, ../scss/modules/_header.scss */
header.fixed {
  top: 0;
  height: 70px;
  background: #fff;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  z-index: 10;
}
/* line 101, ../scss/modules/_header.scss */
header.fixed .navbar {
  font-size: 0.875rem;
}
/* line 104, ../scss/modules/_header.scss */
header.fixed .navbar .navbar-brand {
  width: 94px;
}
/* line 110, ../scss/modules/_header.scss */
header.fixed .navbar .navbar-nav .nav-link {
  height: 70px;
}
/* line 113, ../scss/modules/_header.scss */
header.fixed .navbar .navbar-nav .dropdown-menu {
  font-size: 0.875rem;
}
/* line 123, ../scss/modules/_header.scss */
header .social_links {
  list-style: none;
  padding-left: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
/* line 129, ../scss/modules/_header.scss */
header .social_links li a {
  color: #fff;
  background: #233d63;
  width: 20px;
  height: 20px;
  border-radius: 100px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  font-size: 10px;
}

/* line 1, ../scss/modules/_banner.scss */
.banner {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 100px;
  position: relative;
  /* &::after {
      content: '';
      width: 100%;
      background: url('../images/header-bg.png') repeat;
      position: absolute;
      top: 0;
      left: 0;
      height: 365px;
      z-index: 1;
  } */
}
/* line 22, ../scss/modules/_banner.scss */
.banner h1 {
  font-size: 3.125rem;
  font-weight: 600;
  color: #fff;
  line-height: 3.75rem;
}
/* line 28, ../scss/modules/_banner.scss */
.banner p {
  color: #fff;
  font-size: 1.375rem;
  line-height: 1.875rem;
  font-weight: 300;
  margin-top: 1.875rem;
  margin-bottom: 1.875rem;
}
/* line 36, ../scss/modules/_banner.scss */
.banner_caption {
  position: absolute;
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: end;
  -moz-align-items: end;
  -ms-align-items: end;
  -ms-flex-align: end;
  align-items: end;
  padding-left: 10rem;
  padding-bottom: 8rem;
  top: 0;
  height: 100%;
}
/* line 45, ../scss/modules/_banner.scss */
.banner_caption h1 {
  font-size: 50px;
  line-height: 55px;
  font-family: "Gilroy-Bold";
  position: relative;
  margin-bottom: 0;
}
/* line 51, ../scss/modules/_banner.scss */
.banner_caption h1 span {
  display: inline-block;
  padding: 10px;
  background: rgba(202, 68, 107, 0.7);
  margin-bottom: 5px;
}
/* line 59, ../scss/modules/_banner.scss */
.banner_caption::before {
  content: "";
  position: absolute;
  background: url(../images/header-bg-pattern.png) repeat;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
/* line 69, ../scss/modules/_banner.scss */
.banner .banner_image_mobile {
  display: none;
}
/* line 73, ../scss/modules/_banner.scss */
.banner .owl-carousel .item {
  padding: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
/* line 77, ../scss/modules/_banner.scss */
.banner .owl-carousel .item .caption_text {
  width: 46%;
  margin-left: 5rem;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: content;
  -moz-justify-content: content;
  -ms-justify-content: content;
  justify-content: content;
  -ms-flex-pack: content;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: start;
  -moz-align-items: start;
  -ms-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  position: absolute;
}
/* line 86, ../scss/modules/_banner.scss */
.banner .owl-carousel .item .caption_text .caption_heading {
  font-family: "Gilroy-Bold";
  font-size: 56px;
  line-height: 70px;
}
/* line 91, ../scss/modules/_banner.scss */
.banner .owl-carousel .item .caption_text .btn {
  margin-top: 50px;
}

/*
 *  Owl Carousel - Core
 */
/* line 4, ../scss/modules/_owl.carousel.scss */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}
/* line 12, ../scss/modules/_owl.carousel.scss */
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
  /* fix firefox animation glitch */
}
/* line 19, ../scss/modules/_owl.carousel.scss */
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
/* line 28, ../scss/modules/_owl.carousel.scss */
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}
/* line 35, ../scss/modules/_owl.carousel.scss */
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}
/* line 45, ../scss/modules/_owl.carousel.scss */
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}
/* line 53, ../scss/modules/_owl.carousel.scss */
.owl-carousel .owl-item h3 {
  margin-bottom: 30px;
}
/* line 56, ../scss/modules/_owl.carousel.scss */
.owl-carousel .owl-item h4 {
  margin-bottom: 20px;
}
/* line 60, ../scss/modules/_owl.carousel.scss */
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}
/* line 65, ../scss/modules/_owl.carousel.scss */
.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
  display: none;
}
/* line 70, ../scss/modules/_owl.carousel.scss */
.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
  cursor: pointer;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
/* line 81, ../scss/modules/_owl.carousel.scss */
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next,
.owl-carousel button.owl-dot {
  background: none;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
}
/* line 91, ../scss/modules/_owl.carousel.scss */
.owl-carousel.owl-loaded {
  display: block;
}
/* line 95, ../scss/modules/_owl.carousel.scss */
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
/* line 100, ../scss/modules/_owl.carousel.scss */
.owl-carousel.owl-hidden {
  opacity: 0;
}
/* line 104, ../scss/modules/_owl.carousel.scss */
.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}
/* line 108, ../scss/modules/_owl.carousel.scss */
.owl-carousel.owl-drag .owl-item {
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
/* line 116, ../scss/modules/_owl.carousel.scss */
.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}
/* line 121, ../scss/modules/_owl.carousel.scss */
.owl-carousel.owl-rtl {
  direction: rtl;
}
/* line 125, ../scss/modules/_owl.carousel.scss */
.owl-carousel.owl-rtl .owl-item {
  float: right;
}

/* No Js */
/* line 131, ../scss/modules/_owl.carousel.scss */
.no-js .owl-carousel {
  display: block;
}

/*
 *  Owl Carousel - Animate Plugin
 */
/* line 142, ../scss/modules/_owl.carousel.scss */
.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both;
}
/* line 146, ../scss/modules/_owl.carousel.scss */
.owl-carousel .owl-animated-in {
  z-index: 0;
}
/* line 149, ../scss/modules/_owl.carousel.scss */
.owl-carousel .owl-animated-out {
  z-index: 1;
}
/* line 152, ../scss/modules/_owl.carousel.scss */
.owl-carousel .fadeOut {
  animation-name: fadeOut;
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/*
 * 	Owl Carousel - Auto Height Plugin
 */
/* line 173, ../scss/modules/_owl.carousel.scss */
.owl-height {
  transition: height 500ms ease-in-out;
}

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
/* line 181, ../scss/modules/_owl.carousel.scss */
.owl-carousel .owl-item {
  /**
  	This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
  	calculation of the height of the owl-item that breaks page layouts
   */
}
/* line 182, ../scss/modules/_owl.carousel.scss */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease;
}
/* line 191, ../scss/modules/_owl.carousel.scss */
.owl-carousel .owl-item .owl-lazy[src^=""], .owl-carousel .owl-item .owl-lazy:not([src]) {
  max-height: 0;
}
/* line 195, ../scss/modules/_owl.carousel.scss */
.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}

/* line 204, ../scss/modules/_owl.carousel.scss */
.owl-carousel .item {
  padding: 1.875rem 1.875rem 2.8125rem;
}
/* line 207, ../scss/modules/_owl.carousel.scss */
.owl-carousel .owl-nav {
  width: 100%;
  top: 50%;
  position: absolute;
  margin-top: -25px;
}
/* line 214, ../scss/modules/_owl.carousel.scss */
.owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-next {
  outline: none;
  position: absolute;
  left: 0;
  width: 50px;
  height: 50px;
  background: rgba(0, 172, 195, 0.1);
}
/* line 223, ../scss/modules/_owl.carousel.scss */
.owl-carousel .owl-nav button.owl-prev svg, .owl-carousel .owl-nav button.owl-next svg {
  width: 20px;
  fill: #00acc3;
}
/* line 228, ../scss/modules/_owl.carousel.scss */
.owl-carousel .owl-nav button.owl-next {
  left: auto;
  right: 0;
}

/* line 1, ../scss/modules/_homepage.scss */
.header_video {
  padding: 0;
  position: relative;
}
/* line 5, ../scss/modules/_homepage.scss */
.header_video::before {
  content: '';
  position: absolute;
  background: url("../images/header-bg-pattern.png") repeat;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
/* line 14, ../scss/modules/_homepage.scss */
.header_video video {
  display: block;
}

/* line 18, ../scss/modules/_homepage.scss */
.single_product_video_wrapper {
  background: #c0d6d8;
  padding: 10px 0;
}
/* line 24, ../scss/modules/_homepage.scss */
.single_product_video_wrapper .single_product_video a {
  display: block;
}
/* line 27, ../scss/modules/_homepage.scss */
.single_product_video_wrapper .single_product_video a video {
  display: block;
}
/* line 32, ../scss/modules/_homepage.scss */
.single_product_video_wrapper .left_product_video {
  padding-left: 0;
  padding-right: 5px;
}
/* line 36, ../scss/modules/_homepage.scss */
.single_product_video_wrapper .right_product_video {
  padding-right: 0;
  padding-left: 5px;
}
/* line 40, ../scss/modules/_homepage.scss */
.single_product_video_wrapper .container-fluid {
  padding: 0 12px;
}

/* line 44, ../scss/modules/_homepage.scss */
.theripies_blocks {
  position: relative;
  overflow: hidden;
  /* &::before {
      content: "";
      position: absolute;
      top: 0;
      right: -50%;
      background: url("../images/curever-icon.svg") no-repeat;
      background-size: contain;
      width: 100%;
      height: 100%;
  } */
}
/* line 57, ../scss/modules/_homepage.scss */
.theripies_blocks .card {
  margin-bottom: 1rem;
}
/* line 60, ../scss/modules/_homepage.scss */
.theripies_blocks .owl-carousel {
  margin-top: 3.125rem;
}
/* line 64, ../scss/modules/_homepage.scss */
.theripies_blocks .owl-carousel .owl-nav {
  top: auto;
  margin-top: 0;
  bottom: 15px;
}
/* line 70, ../scss/modules/_homepage.scss */
.theripies_blocks .owl-carousel .owl-nav button.owl-next {
  left: 60px;
}

/* line 78, ../scss/modules/_homepage.scss */
.therapy_product {
  position: relative;
  overflow: hidden;
}
/* line 81, ../scss/modules/_homepage.scss */
.therapy_product::before {
  content: "";
  position: absolute;
  top: 0;
  left: -15%;
  background: url("../images/curever-icon.svg") no-repeat;
  background-size: contain;
  width: 100%;
  height: 100%;
}
/* line 93, ../scss/modules/_homepage.scss */
.therapy_product_list {
  padding: 6px;
  max-height: 400px;
  overflow-y: auto;
}
/* line 98, ../scss/modules/_homepage.scss */
.therapy_product .owl-carousel {
  margin-top: 100px;
}
/* line 101, ../scss/modules/_homepage.scss */
.therapy_product .owl-carousel .owl-nav {
  top: -65px;
  margin-top: 0;
}
/* line 105, ../scss/modules/_homepage.scss */
.therapy_product .owl-carousel .owl-nav .owl-prev {
  left: auto;
  right: 60px;
}

/* .video_image{
    position: relative;
    @extend .middle_align;

    .play_icon {
        position: absolute;
        width: 100%;
        height: 100%;
        @extend .middle_align;
        background: rgba(0, 0, 0, 0.3);
        color: $base-light-color;
        font-size: 100px;

        a {
            color: $base-light-color;
        }
    }
} */
/* line 132, ../scss/modules/_homepage.scss */
.video_wrapper {
  position: relative;
}
/* line 136, ../scss/modules/_homepage.scss */
.video_wrapper .play_icon {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  color: #fff;
  font-size: 100px;
}
/* line 145, ../scss/modules/_homepage.scss */
.video_wrapper .play_icon a {
  color: #fff;
}

/* line 152, ../scss/modules/_homepage.scss */
.who_are_we .video {
  position: relative;
}
/* line 155, ../scss/modules/_homepage.scss */
.who_are_we .video::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  top: 0;
  left: 0;
  z-index: 1;
}
/* line 167, ../scss/modules/_homepage.scss */
.who_are_we_content {
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  padding: 1.875rem;
  position: relative;
  background: #fff;
  z-index: 2;
  margin: -20% 100px 0;
  box-shadow: 0 10px 30px rgba(0, 172, 195, 0.1);
  -webkit-box-shadow: 0 10px 30px rgba(0, 172, 195, 0.1);
  -moz-box-shadow: 0 10px 30px rgba(0, 172, 195, 0.1);
}
/* line 177, ../scss/modules/_homepage.scss */
.who_are_we_homepage {
  overflow: hidden;
}

/* line 1, ../scss/modules/_inner-pages.scss */
.inner_banner {
  margin-top: 130px;
}

/* line 5, ../scss/modules/_inner-pages.scss */
.banner_first_content .who_are_we_content {
  margin-top: -10%;
}
/* line 8, ../scss/modules/_inner-pages.scss */
.banner_first_content .who_are_we_content h2 {
  margin-bottom: 0;
}
/* line 12, ../scss/modules/_inner-pages.scss */
.banner_first_content .who_are_we_content .breadcrumb {
  margin-bottom: 1.875rem;
}

/* line 19, ../scss/modules/_inner-pages.scss */
.about_video {
  margin-top: 3.125rem;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  overflow: hidden;
}

/* line 25, ../scss/modules/_inner-pages.scss */
.strength_block {
  overflow: hidden;
  -webkit-transform: skew(-20deg, 0deg);
  -moz-transform: skew(-20deg, 0deg);
  -ms-transform: skew(-20deg, 0deg);
  transform: skew(-20deg, 0deg);
  position: relative;
  margin-right: 10px;
  margin-bottom: 10px;
}
/* line 33, ../scss/modules/_inner-pages.scss */
.strength_block img {
  -webkit-transform: skew(20deg, 0deg) scale(1.22);
  -moz-transform: skew(20deg, 0deg) scale(1.22);
  -ms-transform: skew(20deg, 0deg) scale(1.22);
  transform: skew(20deg, 0deg) scale(1.22);
}
/* line 40, ../scss/modules/_inner-pages.scss */
.strength_block::after {
  content: "";
  left: 0;
  top: 0;
  width: 50%;
  height: 100%;
  position: absolute;
  background: rgba(0, 172, 195, 0.75);
}
/* line 52, ../scss/modules/_inner-pages.scss */
.strength_block:hover::after {
  content: "";
  width: 100%;
}
/* line 58, ../scss/modules/_inner-pages.scss */
.strength_block h2 {
  position: absolute;
  z-index: 2;
  -webkit-transform: skew(20deg, 0deg);
  -moz-transform: skew(20deg, 0deg);
  -ms-transform: skew(20deg, 0deg);
  transform: skew(20deg, 0deg);
  color: #fff;
  font-size: 1.5rem;
}
/* line 66, ../scss/modules/_inner-pages.scss */
.strength_block_outer {
  width: 49%;
}

/* line 71, ../scss/modules/_inner-pages.scss */
.recently-launched-carousel {
  position: relative;
}
/* line 74, ../scss/modules/_inner-pages.scss */
.recently-launched-carousel::after {
  height: 1px;
  background: #F1F1F1;
  content: "";
  width: 100%;
  position: absolute;
  top: 50%;
  z-index: -1;
}

/* line 90, ../scss/modules/_inner-pages.scss */
.product_list {
  padding: 5rem 0;
}
/* line 92, ../scss/modules/_inner-pages.scss */
.product_list_image {
  position: relative;
}
/* line 94, ../scss/modules/_inner-pages.scss */
.product_list_image::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 40%;
  margin-top: -225px;
  margin-left: -275px;
  background: url("../images/product-1-bg.svg") no-repeat;
  width: 550px;
  height: 550px;
  background-size: contain;
  z-index: -1;
}
/* line 109, ../scss/modules/_inner-pages.scss */
.product_list_image_2_row::before {
  content: "";
  background: url("../images/product-2-bg.svg") no-repeat;
  background-size: contain;
  margin-left: -245px;
}
/* line 116, ../scss/modules/_inner-pages.scss */
.product_list_content {
  box-shadow: 0 35px 30px rgba(0, 172, 195, 0.1);
  -webkit-box-shadow: 0 35px 30px rgba(0, 172, 195, 0.1);
  -moz-box-shadow: 0 35px 30px rgba(0, 172, 195, 0.1);
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  padding: 2.5rem;
}
/* line 120, ../scss/modules/_inner-pages.scss */
.product_list_content h3 {
  font-size: 1.5rem;
  color: #233d63;
  margin-bottom: 1.5625rem;
}

/* line 128, ../scss/modules/_inner-pages.scss */
.bottom_section {
  position: relative;
}
/* line 130, ../scss/modules/_inner-pages.scss */
.bottom_section .caption {
  background: #00acc3;
  font-family: "Gilroy-Light";
  width: 465px;
  height: 400px;
  position: absolute;
  z-index: 1;
  right: 5rem;
  top: 10rem;
  padding: 1.875rem;
  font-size: 1.875rem;
  color: #fff;
  line-height: 3.125rem;
  text-align: center;
}

/* line 150, ../scss/modules/_inner-pages.scss */
.product_detail {
  margin-top: 150px;
}
/* line 154, ../scss/modules/_inner-pages.scss */
.product_detail_content h2 {
  display: inline-block;
  margin-bottom: 0;
}
/* line 158, ../scss/modules/_inner-pages.scss */
.product_detail_content .badge {
  background: #F1F1F1;
  color: #233d63;
  font-weight: 400;
  margin-left: 0.9375rem;
}
/* line 164, ../scss/modules/_inner-pages.scss */
.product_detail_content h4 {
  font-size: 1.125rem;
  padding: 0.9375rem 0;
  margin-bottom: 0;
}
/* line 169, ../scss/modules/_inner-pages.scss */
.product_detail_content .list {
  padding-left: 20px;
}
/* line 172, ../scss/modules/_inner-pages.scss */
.product_detail_content .list li {
  padding: 0.1875rem 0;
}
/* line 178, ../scss/modules/_inner-pages.scss */
.product_detail_content .product_comp_detail tr th {
  width: 200px;
}
/* line 184, ../scss/modules/_inner-pages.scss */
.product_detail_desc {
  margin-top: 1.5625rem;
}
/* line 187, ../scss/modules/_inner-pages.scss */
.product_detail_desc h3 {
  background: #F1F1F1;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 20px;
  -webkit-border-top-right-radius: 20px;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -moz-border-radius-topleft: 20px;
  -moz-border-radius-topright: 20px;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  padding: 0.625rem 2rem;
  display: inline-block;
  margin-bottom: 0;
}
/* line 194, ../scss/modules/_inner-pages.scss */
.product_detail_desc_content {
  box-shadow: 0 35px 30px rgba(0, 172, 195, 0.1);
  -webkit-box-shadow: 0 35px 30px rgba(0, 172, 195, 0.1);
  -moz-box-shadow: 0 35px 30px rgba(0, 172, 195, 0.1);
  padding: 1.875rem;
}
/* line 198, ../scss/modules/_inner-pages.scss */
.product_detail_desc_content .list {
  padding-left: 20px;
  margin: 0;
}

/* line 209, ../scss/modules/_inner-pages.scss */
.trade_form {
  position: relative;
  overflow: hidden;
}

/* line 214, ../scss/modules/_inner-pages.scss */
.address_info_block {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
/* line 218, ../scss/modules/_inner-pages.scss */
.address_info_block span {
  width: 75px;
  height: 75px;
  background: rgba(0, 172, 195, 0.05);
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  color: #00acc3;
  font-size: 22px;
}
/* line 227, ../scss/modules/_inner-pages.scss */
.address_info_block .address_content {
  width: calc(100% - 75px);
  padding-left: 1rem;
}
/* line 231, ../scss/modules/_inner-pages.scss */
.address_info_block .address_content h3 {
  text-transform: none;
  color: #233d63;
}
/* line 235, ../scss/modules/_inner-pages.scss */
.address_info_block .address_content p {
  line-height: 18px;
}

/* line 246, ../scss/modules/_inner-pages.scss */
.life_curever_carousel .item {
  padding: 0;
}
/* line 250, ../scss/modules/_inner-pages.scss */
.life_curever_content {
  background: #F1F1F1;
  padding: 2.5rem;
  height: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
}
/* line 258, ../scss/modules/_inner-pages.scss */
.life_curever_content h3 {
  font-size: 1.5rem;
  text-transform: none;
  color: #233d63;
  margin-bottom: 1.5625rem;
}

/* line 1, ../scss/modules/_about.scss */
.founder {
  background: url("../images/why-entero-bg.png") no-repeat;
  background-size: contain;
  position: relative;
  background-position: 6% 0;
  padding: 8rem 0;
}
/* line 8, ../scss/modules/_about.scss */
.founder .founder_text {
  font-size: 7.5rem;
  line-height: 7.5rem;
  font-weight: 900;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
/* line 14, ../scss/modules/_about.scss */
.founder .founder_text h3 {
  font-size: 2rem;
  line-height: 2rem;
}
/* line 20, ../scss/modules/_about.scss */
.founder .card_block {
  padding-bottom: 40px;
}
/* line 23, ../scss/modules/_about.scss */
.founder .card_block_icon {
  width: 160px;
  height: 160px;
  border: none;
  box-shadow: 0 10px 13px rgba(0, 0, 0, 0.16);
  -webkit-box-shadow: 0 10px 13px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0 10px 13px rgba(0, 0, 0, 0.16);
}
/* line 29, ../scss/modules/_about.scss */
.founder .card_block_icon img {
  width: 100%;
}
/* line 34, ../scss/modules/_about.scss */
.founder .card_block h4 {
  margin-top: 30px;
  text-align: center;
}
/* line 39, ../scss/modules/_about.scss */
.founder .card_block p {
  padding: 0 2rem;
}
/* line 44, ../scss/modules/_about.scss */
.founder .image_animation .circle_1 {
  right: auto;
  left: 100px;
  top: -135px;
}
/* line 50, ../scss/modules/_about.scss */
.founder .circle_2 {
  left: 57%;
  bottom: 27%;
}

/* line 56, ../scss/modules/_about.scss */
.mission_vission {
  background: url("../images/our-mission-bg.jpg") no-repeat;
  background-attachment: fixed;
  background-size: cover;
  padding: 4.375rem 0;
  color: #fff;
}
/* line 64, ../scss/modules/_about.scss */
.mission_vission .accordion .card {
  background: none;
  border: none;
}
/* line 68, ../scss/modules/_about.scss */
.mission_vission .accordion .card .card-header {
  background: #fff;
  color: #233d63;
  margin-top: 10px;
  margin-bottom: 0;
  padding: 25px;
}
/* line 75, ../scss/modules/_about.scss */
.mission_vission .accordion .card .card-header h3 {
  font-size: 1rem;
  margin: 0;
  font-weight: 700;
}
/* line 81, ../scss/modules/_about.scss */
.mission_vission .accordion .card .card-header.active {
  /* fallback/image non-cover color */
  background-color: #c7da2e;
  /* Firefox 3.6+ */
  background-image: -moz-linear-gradient(left, #c7da2e 0%, #00acc3 100%);
  /* Safari 4+, Chrome 1+ */
  background-image: -webkit-gradient(linear, left top, right top, color-stop(0%, #c7da2e), color-stop(100%, #00acc3));
  /* Safari 5.1+, Chrome 10+ */
  background-image: -webkit-linear-gradient(left, #c7da2e 0%, #00acc3 100%);
  /* Opera 11.10+ */
  background-image: -o-linear-gradient(left, #c7da2e 0%, #00acc3 100%);
  /* IE10+ */
  background: -ms-linear-gradient(left, #c7da2e 0%, #00acc3 100%);
  /* Standard */
  background: linear-gradient(to right, #c7da2e 0%, #00acc3 100%);
  /* IE6-9 */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$from', endColorstr='$to',GradientType=1 );
  color: #fff;
}
/* line 88, ../scss/modules/_about.scss */
.mission_vission .accordion .card .collapse.show {
  /* fallback/image non-cover color */
  background-color: #c7da2e;
  /* Firefox 3.6+ */
  background-image: -moz-linear-gradient(left, #c7da2e 0%, #00acc3 100%);
  /* Safari 4+, Chrome 1+ */
  background-image: -webkit-gradient(linear, left top, right top, color-stop(0%, #c7da2e), color-stop(100%, #00acc3));
  /* Safari 5.1+, Chrome 10+ */
  background-image: -webkit-linear-gradient(left, #c7da2e 0%, #00acc3 100%);
  /* Opera 11.10+ */
  background-image: -o-linear-gradient(left, #c7da2e 0%, #00acc3 100%);
  /* IE10+ */
  background: -ms-linear-gradient(left, #c7da2e 0%, #00acc3 100%);
  /* Standard */
  background: linear-gradient(to right, #c7da2e 0%, #00acc3 100%);
  /* IE6-9 */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$from', endColorstr='$to',GradientType=1 );
}
/* line 94, ../scss/modules/_about.scss */
.mission_vission .accordion .card .card-body {
  padding: 25px;
}
/* line 99, ../scss/modules/_about.scss */
.mission_vission .accordion .card:first-child .card-header {
  margin-top: 0;
}

/* line 107, ../scss/modules/_about.scss */
.meet_the_team {
  padding: 5rem 0;
}
/* line 110, ../scss/modules/_about.scss */
.meet_the_team h2 {
  margin-bottom: 10px;
}
/* line 114, ../scss/modules/_about.scss */
.meet_the_team .team_member {
  text-align: center;
  padding: 0 6rem;
}
/* line 118, ../scss/modules/_about.scss */
.meet_the_team .team_member .member_photo {
  display: inline-block;
  width: 200px;
  height: 200px;
  border: solid 5px #00acc3;
  border-radius: 100px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  overflow: hidden;
}
/* line 126, ../scss/modules/_about.scss */
.meet_the_team .team_member .member_photo img {
  width: 100%;
}
/* line 131, ../scss/modules/_about.scss */
.meet_the_team .team_member h4 {
  color: #00acc3;
  padding: 10px 0;
}
/* line 136, ../scss/modules/_about.scss */
.meet_the_team .team_member p {
  margin-bottom: 0;
  margin-top: 10px;
}

/* line 1, ../scss/modules/_why-choose-us.scss */
.why_choose_us,
.career_cards {
  background: url("../images/why-choose-us-bg.png") no-repeat;
  background-size: auto;
  background-position: right center;
}
/* line 6, ../scss/modules/_why-choose-us.scss */
.why_choose_us .col-xl-3,
.career_cards .col-xl-3 {
  margin-bottom: 30px;
}
/* line 9, ../scss/modules/_why-choose-us.scss */
.why_choose_us .card_block,
.career_cards .card_block {
  -webkit-align-items: start;
  -moz-align-items: start;
  -ms-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  padding-bottom: 40px;
}
/* line 13, ../scss/modules/_why-choose-us.scss */
.why_choose_us .card_block_icon,
.career_cards .card_block_icon {
  width: auto;
  height: auto;
  border: none;
}
/* line 18, ../scss/modules/_why-choose-us.scss */
.why_choose_us .card_block_icon svg,
.career_cards .card_block_icon svg {
  height: 60px;
  fill: #00acc3;
}
/* line 24, ../scss/modules/_why-choose-us.scss */
.why_choose_us .card_block p,
.career_cards .card_block p {
  text-align: left;
}
/* line 30, ../scss/modules/_why-choose-us.scss */
.why_choose_us .card_block:hover .card_block_icon .service_hover_animation,
.career_cards .card_block:hover .card_block_icon .service_hover_animation {
  animation: none;
}

/* line 39, ../scss/modules/_why-choose-us.scss */
.what_is_hbg {
  /* fallback/image non-cover color */
  background-color: #00acc3;
  /* Firefox 3.6+ */
  background-image: -moz-linear-gradient(left, #00acc3 0%, #c7da2e 100%);
  /* Safari 4+, Chrome 1+ */
  background-image: -webkit-gradient(linear, left top, right top, color-stop(0%, #00acc3), color-stop(100%, #c7da2e));
  /* Safari 5.1+, Chrome 10+ */
  background-image: -webkit-linear-gradient(left, #00acc3 0%, #c7da2e 100%);
  /* Opera 11.10+ */
  background-image: -o-linear-gradient(left, #00acc3 0%, #c7da2e 100%);
  /* IE10+ */
  background: -ms-linear-gradient(left, #00acc3 0%, #c7da2e 100%);
  /* Standard */
  background: linear-gradient(to right, #00acc3 0%, #c7da2e 100%);
  /* IE6-9 */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$from', endColorstr='$to',GradientType=1 );
  padding: 2.125rem 0;
  color: #fff;
}
/* line 44, ../scss/modules/_why-choose-us.scss */
.what_is_hbg .col-xl-4 {
  margin-bottom: 30px;
}
/* line 48, ../scss/modules/_why-choose-us.scss */
.what_is_hbg .card_block {
  -webkit-align-items: start;
  -moz-align-items: start;
  -ms-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  padding-bottom: 40px;
}
/* line 52, ../scss/modules/_why-choose-us.scss */
.what_is_hbg .card_block_icon {
  width: auto;
  height: auto;
  border: none;
}
/* line 57, ../scss/modules/_why-choose-us.scss */
.what_is_hbg .card_block_icon svg {
  height: 60px;
  fill: #00acc3;
}
/* line 63, ../scss/modules/_why-choose-us.scss */
.what_is_hbg .card_block p {
  margin-top: 20px;
  text-align: left;
}
/* line 70, ../scss/modules/_why-choose-us.scss */
.what_is_hbg .card_block:hover .card_block_icon .service_hover_animation {
  animation: none;
}
/* line 77, ../scss/modules/_why-choose-us.scss */
.what_is_hbg .hbg_vector_bg {
  background: url("../images/graph-bg.png") no-repeat;
  background-size: auto;
  background-position: right top;
}
/* line 83, ../scss/modules/_why-choose-us.scss */
.what_is_hbg .image_animation .circle_1 {
  right: auto;
  left: 0;
  top: 64%;
}
/* line 88, ../scss/modules/_why-choose-us.scss */
.what_is_hbg .image_animation .circle_2 {
  right: 30%;
  left: auto;
  top: 75%;
}

/* line 97, ../scss/modules/_why-choose-us.scss */
.benefits_list {
  list-style: none;
  padding: 0;
}
/* line 100, ../scss/modules/_why-choose-us.scss */
.benefits_list li {
  margin-bottom: 30px;
  padding-left: 35px;
  position: relative;
}
/* line 104, ../scss/modules/_why-choose-us.scss */
.benefits_list li::before {
  width: 25px;
  height: 15px;
  position: absolute;
  left: 0;
  top: 3px;
  content: '';
  background: url("../images/logo-icon.svg") no-repeat;
}
/* line 113, ../scss/modules/_why-choose-us.scss */
.benefits_list li h5 {
  margin-bottom: 0.875rem;
  font-weight: 700;
  text-transform: none;
  color: #fff;
}

/* line 3, ../scss/modules/_services.scss */
.our_services .col-md-6 {
  margin-bottom: 70px;
}
/* line 7, ../scss/modules/_services.scss */
.our_services .circular_animation {
  opacity: 0.7;
  right: auto;
  top: 33rem;
  z-index: -1;
  left: -15%;
}

/* line 16, ../scss/modules/_services.scss */
.what_we_do {
  /* fallback/image non-cover color */
  background-color: #00acc3;
  /* Firefox 3.6+ */
  background-image: -moz-linear-gradient(left, #00acc3 0%, #c7da2e 100%);
  /* Safari 4+, Chrome 1+ */
  background-image: -webkit-gradient(linear, left top, right top, color-stop(0%, #00acc3), color-stop(100%, #c7da2e));
  /* Safari 5.1+, Chrome 10+ */
  background-image: -webkit-linear-gradient(left, #00acc3 0%, #c7da2e 100%);
  /* Opera 11.10+ */
  background-image: -o-linear-gradient(left, #00acc3 0%, #c7da2e 100%);
  /* IE10+ */
  background: -ms-linear-gradient(left, #00acc3 0%, #c7da2e 100%);
  /* Standard */
  background: linear-gradient(to right, #00acc3 0%, #c7da2e 100%);
  /* IE6-9 */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$from', endColorstr='$to',GradientType=1 );
  padding: 4.375rem 0;
  color: #fff;
  overflow: hidden;
  position: relative;
}
/* line 23, ../scss/modules/_services.scss */
.what_we_do_bg {
  width: 100%;
  position: absolute;
}
/* line 29, ../scss/modules/_services.scss */
.what_we_do .card_block:hover {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
/* line 33, ../scss/modules/_services.scss */
.what_we_do .card_block_icon {
  width: 150px;
  height: 150px;
  border: solid 1px #00acc3;
  margin-bottom: 20px;
}
/* line 41, ../scss/modules/_services.scss */
.what_we_do .card_block svg {
  height: 70px;
  fill: #00acc3;
}
/* line 45, ../scss/modules/_services.scss */
.what_we_do .card_block svg .st1 {
  fill: #fff;
}

/* line 1, ../scss/modules/_testimonial.scss */
.testimonial {
  padding: 3.125rem 0;
  position: relative;
  background: url("../images/world-map.png") no-repeat;
  background-size: contain;
  background-position: center;
}
/* line 8, ../scss/modules/_testimonial.scss */
.testimonial .testimonial_bg {
  position: absolute;
  width: 100%;
  opacity: 0.5;
}
/* line 14, ../scss/modules/_testimonial.scss */
.testimonial_image {
  width: 150px;
  height: 150px;
  border-radius: 100px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  overflow: hidden;
  margin-bottom: 30px;
}
/* line 21, ../scss/modules/_testimonial.scss */
.testimonial_image img {
  width: 100%;
}
/* line 26, ../scss/modules/_testimonial.scss */
.testimonial_content {
  position: relative;
}
/* line 28, ../scss/modules/_testimonial.scss */
.testimonial_content::before {
  content: '';
  position: absolute;
  left: 0;
  top: -20px;
  background: url("../images/comma.svg") no-repeat;
  width: 100px;
  height: 95px;
  background-size: 100%;
  opacity: 0.05;
}
/* line 40, ../scss/modules/_testimonial.scss */
.testimonial h4 {
  color: #00acc3;
}

/* line 2, ../scss/modules/_contact.scss */
.contact_form .btn {
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
}

/* line 7, ../scss/modules/_contact.scss */
.address_bar {
  /* fallback/image non-cover color */
  background-color: #00acc3;
  /* Firefox 3.6+ */
  background-image: -moz-linear-gradient(left, #00acc3 0%, #c7da2e 100%);
  /* Safari 4+, Chrome 1+ */
  background-image: -webkit-gradient(linear, left top, right top, color-stop(0%, #00acc3), color-stop(100%, #c7da2e));
  /* Safari 5.1+, Chrome 10+ */
  background-image: -webkit-linear-gradient(left, #00acc3 0%, #c7da2e 100%);
  /* Opera 11.10+ */
  background-image: -o-linear-gradient(left, #00acc3 0%, #c7da2e 100%);
  /* IE10+ */
  background: -ms-linear-gradient(left, #00acc3 0%, #c7da2e 100%);
  /* Standard */
  background: linear-gradient(to right, #00acc3 0%, #c7da2e 100%);
  /* IE6-9 */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$from', endColorstr='$to',GradientType=1 );
  padding: 50px 0;
  color: #fff;
}
/* line 12, ../scss/modules/_contact.scss */
.address_bar h3 {
  margin-bottom: 30px;
}

/* line 17, ../scss/modules/_contact.scss */
.address_card {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
/* line 21, ../scss/modules/_contact.scss */
.address_card_icon {
  width: 80px;
}
/* line 24, ../scss/modules/_contact.scss */
.address_card_icon svg {
  width: 100%;
}
/* line 28, ../scss/modules/_contact.scss */
.address_card_content {
  width: calc(100% - 80px);
  padding-left: 20px;
}
/* line 32, ../scss/modules/_contact.scss */
.address_card_content p {
  margin: 0;
}

/* line 1, ../scss/modules/_career.scss */
.current_openings {
  /* fallback/image non-cover color */
  background-color: #00acc3;
  /* Firefox 3.6+ */
  background-image: -moz-linear-gradient(left, #00acc3 0%, #c7da2e 100%);
  /* Safari 4+, Chrome 1+ */
  background-image: -webkit-gradient(linear, left top, right top, color-stop(0%, #00acc3), color-stop(100%, #c7da2e));
  /* Safari 5.1+, Chrome 10+ */
  background-image: -webkit-linear-gradient(left, #00acc3 0%, #c7da2e 100%);
  /* Opera 11.10+ */
  background-image: -o-linear-gradient(left, #00acc3 0%, #c7da2e 100%);
  /* IE10+ */
  background: -ms-linear-gradient(left, #00acc3 0%, #c7da2e 100%);
  /* Standard */
  background: linear-gradient(to right, #00acc3 0%, #c7da2e 100%);
  /* IE6-9 */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$from', endColorstr='$to',GradientType=1 );
  padding: 50px 0;
  color: #fff;
}
/* line 7, ../scss/modules/_career.scss */
.current_openings .openings_list_items {
  padding: 20px 15px;
  display: block;
  border-bottom: solid 1px rgba(255, 255, 255, 0.05);
  cursor: pointer;
}
/* line 14, ../scss/modules/_career.scss */
.current_openings .openings_list_items:hover, .current_openings .openings_list_items.active {
  /* fallback/image non-cover color */
  background-color: #c7da2e;
  /* Firefox 3.6+ */
  background-image: -moz-linear-gradient(left, #c7da2e 0%, #00acc3 100%);
  /* Safari 4+, Chrome 1+ */
  background-image: -webkit-gradient(linear, left top, right top, color-stop(0%, #c7da2e), color-stop(100%, #00acc3));
  /* Safari 5.1+, Chrome 10+ */
  background-image: -webkit-linear-gradient(left, #c7da2e 0%, #00acc3 100%);
  /* Opera 11.10+ */
  background-image: -o-linear-gradient(left, #c7da2e 0%, #00acc3 100%);
  /* IE10+ */
  background: -ms-linear-gradient(left, #c7da2e 0%, #00acc3 100%);
  /* Standard */
  background: linear-gradient(to right, #c7da2e 0%, #00acc3 100%);
  /* IE6-9 */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$from', endColorstr='$to',GradientType=1 );
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
/* line 26, ../scss/modules/_career.scss */
.current_openings .job_description h3,
.current_openings .job_description h4 {
  margin-bottom: 1rem;
}
/* line 31, ../scss/modules/_career.scss */
.current_openings .job_description h4 {
  margin-bottom: 2rem;
}
/* line 35, ../scss/modules/_career.scss */
.current_openings .job_description h5 {
  color: #fff;
}
/* line 39, ../scss/modules/_career.scss */
.current_openings .job_description_list {
  list-style: decimal;
}
/* line 42, ../scss/modules/_career.scss */
.current_openings .job_description_list li {
  padding-bottom: 10px;
}
/* line 48, ../scss/modules/_career.scss */
.current_openings .career_email {
  font-weight: 300;
  font-style: italic;
}
/* line 52, ../scss/modules/_career.scss */
.current_openings .career_email a {
  font-weight: 700;
  color: #fff;
}

/* line 60, ../scss/modules/_career.scss */
.join_team_form .btn {
  box-shadow: none;
}
/* line 63, ../scss/modules/_career.scss */
.join_team_form .btn-outline-primary {
  box-shadow: none;
  border: solid 1px #00acc3;
  height: 50px;
  font-size: 0.875rem;
}

/* line 1, ../scss/modules/_services-detail.scss */
.services_list {
  list-style: none;
  padding: 0;
}
/* line 5, ../scss/modules/_services-detail.scss */
.services_list li {
  display: block;
  margin-top: 0.625rem;
}
/* line 9, ../scss/modules/_services-detail.scss */
.services_list li a {
  display: block;
  padding: 1.25rem 0.9375rem;
  font-size: 1rem;
  color: #233d63;
}
/* line 17, ../scss/modules/_services-detail.scss */
.services_list li a.active, .services_list li a:hover {
  /* fallback/image non-cover color */
  background-color: #00acc3;
  /* Firefox 3.6+ */
  background-image: -moz-linear-gradient(left, #00acc3 0%, #c7da2e 100%);
  /* Safari 4+, Chrome 1+ */
  background-image: -webkit-gradient(linear, left top, right top, color-stop(0%, #00acc3), color-stop(100%, #c7da2e));
  /* Safari 5.1+, Chrome 10+ */
  background-image: -webkit-linear-gradient(left, #00acc3 0%, #c7da2e 100%);
  /* Opera 11.10+ */
  background-image: -o-linear-gradient(left, #00acc3 0%, #c7da2e 100%);
  /* IE10+ */
  background: -ms-linear-gradient(left, #00acc3 0%, #c7da2e 100%);
  /* Standard */
  background: linear-gradient(to right, #00acc3 0%, #c7da2e 100%);
  /* IE6-9 */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$from', endColorstr='$to',GradientType=1 );
  color: #fff;
  text-decoration: none;
}

/* .services_banner_image {
    img {
        
    }
} */
/* line 5, ../scss/modules/_loader.scss */
.loader {
  width: 100%;
  height: 100%;
  z-index: 3;
  overflow: hidden;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.9);
}

/* line 17, ../scss/modules/_loader.scss */
.boxes {
  --size: 32px;
  --duration: 800ms;
  height: calc(var(--size) * 2);
  width: calc(var(--size) * 3);
  position: relative;
  transform-style: preserve-3d;
  transform-origin: 50% 50%;
  margin-top: calc(var(--size) * 1.5 * -1);
  transform: rotateX(60deg) rotateZ(45deg) rotateY(0deg) translateZ(0px);
}
/* line 27, ../scss/modules/_loader.scss */
.boxes .box {
  width: var(--size);
  height: var(--size);
  top: 0;
  left: 0;
  position: absolute;
  transform-style: preserve-3d;
}
/* line 34, ../scss/modules/_loader.scss */
.boxes .box:nth-child(1) {
  transform: translate(100%, 0);
  animation: box1 var(--duration) linear infinite;
}
/* line 38, ../scss/modules/_loader.scss */
.boxes .box:nth-child(2) {
  transform: translate(0, 100%);
  animation: box2 var(--duration) linear infinite;
}
/* line 42, ../scss/modules/_loader.scss */
.boxes .box:nth-child(3) {
  transform: translate(100%, 100%);
  animation: box3 var(--duration) linear infinite;
}
/* line 46, ../scss/modules/_loader.scss */
.boxes .box:nth-child(4) {
  transform: translate(200%, 0);
  animation: box4 var(--duration) linear infinite;
}
/* line 50, ../scss/modules/_loader.scss */
.boxes .box > div {
  --background: #5C8DF6;
  --top: auto;
  --right: auto;
  --bottom: auto;
  --left: auto;
  --translateZ: calc(var(--size) / 2);
  --rotateY: 0deg;
  --rotateX: 0deg;
  position: absolute;
  width: 100%;
  height: 100%;
  background: var(--background);
  top: var(--top);
  right: var(--right);
  bottom: var(--bottom);
  left: var(--left);
  transform: rotateY(var(--rotateY)) rotateX(var(--rotateX)) translateZ(var(--translateZ));
}
/* line 68, ../scss/modules/_loader.scss */
.boxes .box > div:nth-child(1) {
  --top: 0;
  --left: 0;
}
/* line 72, ../scss/modules/_loader.scss */
.boxes .box > div:nth-child(2) {
  --background: #145af2;
  --right: 0;
  --rotateY: 90deg;
}
/* line 77, ../scss/modules/_loader.scss */
.boxes .box > div:nth-child(3) {
  --background: #447cf5;
  --rotateX: -90deg;
}
/* line 81, ../scss/modules/_loader.scss */
.boxes .box > div:nth-child(4) {
  --background: #DBE3F4;
  --top: 0;
  --left: 0;
  --translateZ: calc(var(--size) * 3 * -1);
}

@keyframes box1 {
  0%,
    50% {
    transform: translate(100%, 0);
  }
  100% {
    transform: translate(200%, 0);
  }
}
@keyframes box2 {
  0% {
    transform: translate(0, 100%);
  }
  50% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(100%, 0);
  }
}
@keyframes box3 {
  0%,
    50% {
    transform: translate(100%, 100%);
  }
  100% {
    transform: translate(0, 100%);
  }
}
@keyframes box4 {
  0% {
    transform: translate(200%, 0);
  }
  50% {
    transform: translate(200%, 100%);
  }
  100% {
    transform: translate(100%, 100%);
  }
}
/* line 1, ../scss/modules/_footer.scss */
footer {
  background: #F1F1F1;
  margin-top: 2.5rem;
  padding: 3.75rem 0;
}
/* line 6, ../scss/modules/_footer.scss */
footer h5 {
  margin-bottom: 2.5rem;
  position: relative;
}
/* line 10, ../scss/modules/_footer.scss */
footer h5::before {
  content: "";
  background: url("../images/sep.svg") no-repeat;
  position: absolute;
  width: 100%;
  bottom: -10px;
  height: 5px;
}
/* line 19, ../scss/modules/_footer.scss */
footer h5 a {
  color: #233d63;
}
/* line 21, ../scss/modules/_footer.scss */
footer h5 a:hover {
  color: #00acc3;
}
/* line 26, ../scss/modules/_footer.scss */
footer .footer_logo {
  width: 150px;
  display: inline-block;
}
/* line 30, ../scss/modules/_footer.scss */
footer .footer_links {
  list-style: none;
  margin: 0;
  padding: 0;
}
/* line 35, ../scss/modules/_footer.scss */
footer .footer_links li {
  padding-bottom: 0.625rem;
}
/* line 38, ../scss/modules/_footer.scss */
footer .footer_links li a {
  color: #808ea8;
}
/* line 41, ../scss/modules/_footer.scss */
footer .footer_links li a:hover {
  color: #00acc3;
}
/* line 46, ../scss/modules/_footer.scss */
footer .footer_links li:last-child {
  padding-bottom: 0;
}
/* line 51, ../scss/modules/_footer.scss */
footer .footer_links.social_links li {
  display: inline-block;
  /* .linkedin {
      color: #0a66c2;
  }
  .facebook {
      color: #2d88ff;
  }
  .instagram {
      color: #be3a99;
  } */
}
/* line 54, ../scss/modules/_footer.scss */
footer .footer_links.social_links li a {
  color: #fff;
  background: #808ea8;
  width: 20px;
  height: 20px;
  border-radius: 100px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  font-size: 10px;
}
/* line 76, ../scss/modules/_footer.scss */
footer .footer_end {
  border-top: solid 1px #e6e6e6;
  margin-top: 3.75rem;
  padding-top: 3.75rem;
  color: #808ea8;
}

/* line 1, ../scss/modules/_right-sidebar.scss */
.sidebar_bg_overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  top: 0;
  left: 0;
  z-index: 15;
}

/* line 11, ../scss/modules/_right-sidebar.scss */
.right_sidebar {
  width: 350px;
  position: fixed;
  height: 100%;
  background: #fff;
  right: 0;
  top: 0;
  z-index: 16;
  padding: 1.875rem;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
/* line 25, ../scss/modules/_right-sidebar.scss */
.right_sidebar h3 {
  color: #233d63;
}
/* line 29, ../scss/modules/_right-sidebar.scss */
.right_sidebar .close_sidebar {
  position: absolute;
  left: -36px;
  top: 20px;
  font-size: 26px;
  color: #fff;
}
/* line 37, ../scss/modules/_right-sidebar.scss */
.right_sidebar .sidebar_logo {
  width: 150px;
  display: inline-block;
  margin-bottom: 3.125rem;
}
/* line 42, ../scss/modules/_right-sidebar.scss */
.right_sidebar .contact_details {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin-bottom: 15px;
}
/* line 47, ../scss/modules/_right-sidebar.scss */
.right_sidebar .contact_details span i {
  color: #00acc3;
}
/* line 50, ../scss/modules/_right-sidebar.scss */
.right_sidebar .contact_details span:first-child {
  width: 20px;
  font-size: 1rem;
  padding-right: 35px;
}
/* line 55, ../scss/modules/_right-sidebar.scss */
.right_sidebar .contact_details span:last-child {
  width: calc(100% - 55px);
}

@media (max-width: 1199.98px) {
  /* line 2, ../scss/responsive/_max-width-1200.scss */
  section {
    padding: 2rem 0;
  }

  /* line 5, ../scss/responsive/_max-width-1200.scss */
  h2 {
    font-size: 2rem;
    line-height: 2.5rem;
  }

  /* line 10, ../scss/responsive/_max-width-1200.scss */
  header .navbar {
    padding: 0 30px;
  }
  /* line 12, ../scss/responsive/_max-width-1200.scss */
  header .navbar .navbar-brand {
    width: 120px;
  }
  /* line 16, ../scss/responsive/_max-width-1200.scss */
  header .navbar .navbar-nav .nav-item:not(:last-child) {
    margin-right: 1.125rem;
  }

  /* line 22, ../scss/responsive/_max-width-1200.scss */
  .banner .owl-carousel .item .caption_text .caption_heading {
    font-size: 40px;
    line-height: 50px;
  }

  /* line 27, ../scss/responsive/_max-width-1200.scss */
  .banner .owl-carousel .item .caption_text .btn {
    margin-top: 30px;
  }

  /* line 30, ../scss/responsive/_max-width-1200.scss */
  .banner_caption {
    padding-left: 2rem;
    padding-bottom: 2rem;
  }
  /* line 33, ../scss/responsive/_max-width-1200.scss */
  .banner_caption h1 {
    font-size: 34px;
    line-height: 34px;
  }

  /* line 38, ../scss/responsive/_max-width-1200.scss */
  .theripies_blocks .owl-carousel {
    margin-top: 0;
  }

  /* line 41, ../scss/responsive/_max-width-1200.scss */
  .theripies_blocks .card {
    margin-bottom: 0;
  }

  /* line 45, ../scss/responsive/_max-width-1200.scss */
  .product_list {
    margin-bottom: 9.375rem;
  }
  /* line 47, ../scss/responsive/_max-width-1200.scss */
  .product_list_image {
    position: relative;
  }
  /* line 49, ../scss/responsive/_max-width-1200.scss */
  .product_list_image::before {
    content: "";
    width: 400px;
    height: 400px;
    background-size: contain;
    left: 50%;
    top: 50%;
    margin-top: -200px;
    margin-left: -200px;
  }

  /* line 62, ../scss/responsive/_max-width-1200.scss */
  .bottom_section .caption {
    height: 350px;
    right: 2rem;
    top: 4rem;
  }
}
@media (max-width: 991.98px) {
  /* line 2, ../scss/responsive/_max-width-992.scss */
  .banner .owl-carousel .item .caption_text .caption_heading {
    font-size: 22px;
    line-height: 30px;
  }

  /* line 6, ../scss/responsive/_max-width-992.scss */
  .btn {
    height: 40px;
  }

  /* line 9, ../scss/responsive/_max-width-992.scss */
  h2 {
    font-size: 1.375rem;
    line-height: 2rem;
  }

  /* line 13, ../scss/responsive/_max-width-992.scss */
  header .navbar .navbar-nav {
    -webkit-align-items: start;
    -moz-align-items: start;
    -ms-align-items: start;
    -ms-flex-align: start;
    align-items: start;
  }

  /* line 16, ../scss/responsive/_max-width-992.scss */
  .navbar-collapse {
    background: #fff;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    padding-bottom: 20px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
    -webkit-border-top-left-radius: 0;
    -webkit-border-top-right-radius: 0;
    -webkit-border-bottom-right-radius: 20px;
    -webkit-border-bottom-left-radius: 20px;
    -moz-border-radius-topleft: 0;
    -moz-border-radius-topright: 0;
    -moz-border-radius-bottomright: 20px;
    -moz-border-radius-bottomleft: 20px;
  }

  /* line 22, ../scss/responsive/_max-width-992.scss */
  header .navbar .navbar-nav .nav-item {
    width: 100%;
  }

  /* line 25, ../scss/responsive/_max-width-992.scss */
  header .navbar .navbar-nav li:not(.nav-item):last-child {
    display: none;
  }

  /* line 28, ../scss/responsive/_max-width-992.scss */
  header .navbar .navbar-nav .nav-item:not(:last-child) .nav-link {
    height: auto;
    padding: 10px 20px;
  }

  /* line 32, ../scss/responsive/_max-width-992.scss */
  header .navbar .navbar-nav li:not(.nav-item) {
    margin-top: 10px;
    margin-left: 20px;
  }

  /* line 38, ../scss/responsive/_max-width-992.scss */
  .product_list_image {
    position: relative;
  }
  /* line 40, ../scss/responsive/_max-width-992.scss */
  .product_list_image::before {
    content: "";
    width: 500px;
    height: 500px;
    left: 50%;
    top: 50%;
    margin-top: -250px;
    margin-left: -250px;
  }

  /* line 51, ../scss/responsive/_max-width-992.scss */
  .product_list {
    margin-bottom: 0;
  }

  /* line 54, ../scss/responsive/_max-width-992.scss */
  .product_list_content {
    text-align: center;
  }

  /* line 57, ../scss/responsive/_max-width-992.scss */
  .product_list_content h3 {
    font-size: 1.25rem;
  }

  /* line 60, ../scss/responsive/_max-width-992.scss */
  .bottom_section .caption {
    height: 269px;
    width: 400px;
    font-size: 1.375rem;
    line-height: 2.5rem;
  }

  /* line 66, ../scss/responsive/_max-width-992.scss */
  .strength_block_outer {
    width: 100%;
  }

  /* line 69, ../scss/responsive/_max-width-992.scss */
  footer .footer_logo {
    width: 100%;
  }
}
@media (max-width: 767.98px) {
  /* line 2, ../scss/responsive/_max-width-768.scss */
  .container-fluid {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }

  /* line 6, ../scss/responsive/_max-width-768.scss */
  header {
    height: 90px;
  }

  /* line 9, ../scss/responsive/_max-width-768.scss */
  .banner {
    margin-top: 90px;
  }
  /* line 12, ../scss/responsive/_max-width-768.scss */
  .banner .banner_image_web {
    display: none;
  }
  /* line 15, ../scss/responsive/_max-width-768.scss */
  .banner .banner_image_mobile {
    display: block;
  }

  /* line 19, ../scss/responsive/_max-width-768.scss */
  .therapy_product_list {
    max-height: none;
    overflow: visible;
  }
  /* line 23, ../scss/responsive/_max-width-768.scss */
  .therapy_product_list .list-group {
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  /* line 27, ../scss/responsive/_max-width-768.scss */
  .therapy_product_list .list-group-item {
    padding: 0.5rem;
    margin-right: 0.9375rem;
    font-size: 0.75rem;
    min-width: 22%;
    text-align: center;
  }
  /* line 34, ../scss/responsive/_max-width-768.scss */
  .therapy_product_list .list-group-item span {
    display: none;
  }
  /* line 37, ../scss/responsive/_max-width-768.scss */
  .therapy_product_list .list-group-item:last-child {
    margin-bottom: 10px;
  }

  /* line 43, ../scss/responsive/_max-width-768.scss */
  .single_product_video_wrapper {
    padding: 1rem 0;
  }

  /* line 47, ../scss/responsive/_max-width-768.scss */
  .single_product_video_wrapper .left_product_video,
  .single_product_video_wrapper .right_product_video {
    padding: 0 1rem;
  }

  /* line 52, ../scss/responsive/_max-width-768.scss */
  .therapy_product .owl-carousel {
    margin-top: 25px;
  }

  /* line 55, ../scss/responsive/_max-width-768.scss */
  .therapy_product .owl-carousel .owl-nav {
    top: -30px;
  }

  /* line 58, ../scss/responsive/_max-width-768.scss */
  footer {
    padding: 1.875rem 0;
  }
  /* line 60, ../scss/responsive/_max-width-768.scss */
  footer .col-md-2,
  footer .col-md-3 {
    margin-bottom: 30px;
  }
  /* line 64, ../scss/responsive/_max-width-768.scss */
  footer .footer_end {
    margin-top: 1.875rem;
    padding-top: 1.875rem;
  }

  /* line 69, ../scss/responsive/_max-width-768.scss */
  .who_are_we_content {
    margin: -20% 0.9375rem 0;
  }
  /* line 72, ../scss/responsive/_max-width-768.scss */
  .who_are_we_content .col-md-4:not(:last-child) {
    margin-bottom: 40px;
  }

  /* line 77, ../scss/responsive/_max-width-768.scss */
  .inner_banner {
    margin-top: 90px;
  }

  /* line 80, ../scss/responsive/_max-width-768.scss */
  .banner_first_content .who_are_we_content {
    margin-top: -16%;
  }

  /* line 83, ../scss/responsive/_max-width-768.scss */
  .bottom_section .caption {
    height: 190px;
    width: 370px;
  }

  /* line 89, ../scss/responsive/_max-width-768.scss */
  .career_form .form-group,
  .trade_form .form-group {
    margin-bottom: 1rem;
  }
  /* line 91, ../scss/responsive/_max-width-768.scss */
  .career_form .form-group .col-md-6:not(:last-child),
  .trade_form .form-group .col-md-6:not(:last-child) {
    margin-bottom: 1rem;
  }

  /* line 96, ../scss/responsive/_max-width-768.scss */
  footer .footer_logo {
    width: 150px;
  }

  /* line 99, ../scss/responsive/_max-width-768.scss */
  .address_info_block {
    margin-bottom: 1rem;
  }
}
@media (max-width: 575.98px) {
  /* line 2, ../scss/responsive/_max-width-576.scss */
  .banner .owl-carousel .item .caption_text {
    top: 17%;
  }

  /* line 5, ../scss/responsive/_max-width-576.scss */
  .banner .owl-carousel .item .caption_text .caption_heading {
    font-size: 14px;
    line-height: 18px;
  }

  /* line 9, ../scss/responsive/_max-width-576.scss */
  .banner::after {
    display: none;
  }

  /* line 12, ../scss/responsive/_max-width-576.scss */
  .banner .owl-carousel .item .caption_text .btn {
    margin-top: 5px;
  }

  /* line 15, ../scss/responsive/_max-width-576.scss */
  .banner .owl-carousel .item .caption_text .btn {
    margin-top: 5px;
    font-size: 0.75rem;
    padding: 0 1rem;
    height: 30px;
  }

  /* line 21, ../scss/responsive/_max-width-576.scss */
  .banner_caption {
    padding-left: 1rem;
    padding-bottom: 1rem;
  }
  /* line 24, ../scss/responsive/_max-width-576.scss */
  .banner_caption h1 {
    font-size: 16px;
    line-height: 16px;
  }
  /* line 28, ../scss/responsive/_max-width-576.scss */
  .banner_caption h1 span {
    padding: 5px 10px;
  }

  /* line 33, ../scss/responsive/_max-width-576.scss */
  .product_list_image::before {
    content: "";
    width: 300px;
    height: 300px;
    left: 50%;
    top: 50%;
    margin-top: -150px;
    margin-left: -150px;
  }

  /* line 42, ../scss/responsive/_max-width-576.scss */
  .strength_block {
    width: 80%;
    margin-left: 10%;
  }

  /* line 46, ../scss/responsive/_max-width-576.scss */
  .bottom_section .caption {
    height: 125px;
    width: 225px;
    font-size: 0.875rem;
    line-height: 1.5rem;
    right: 0.5rem;
    top: 2.5rem;
  }
}
