/* FONTS
 ========================================================================== */
@font-face {
  font-family: "Poppins";
  font-weight: 900;
  font-style: normal;
  src: url("../fonts/Poppins-Black.woff") format('woff'), url("../fonts/Poppins-Black.woff2") format('woff2');
}
@font-face {
  font-family: "Poppins";
  font-weight: 800;
  font-style: normal;
  src: url("../fonts/Poppins-ExtraBold.woff") format('woff'), url("../fonts/Poppins-ExtraBold.woff2") format('woff2');
}
@font-face {
  font-family: "Poppins";
  font-weight: 700;
  font-style: normal;
  src: url("../fonts/Poppins-Bold.woff") format('woff'), url("../fonts/Poppins-Bold.woff2") format('woff2');
}
@font-face {
  font-family: "Poppins";
  font-weight: 600;
  font-style: normal;
  src: url("../fonts/Poppins-SemiBold.woff") format('woff'), url("../fonts/Poppins-SemiBold.woff2") format('woff2');
}
@font-face {
  font-family: "Poppins";
  font-weight: 500;
  font-style: normal;
  src: url("../fonts/Poppins-Medium.woff") format('woff'), url("../fonts/Poppins-Medium.woff2") format('woff2');
}
@font-face {
  font-family: "Poppins";
  font-weight: 400;
  font-style: normal;
  src: url("../fonts/Poppins-Regular.woff") format('woff'), url("../fonts/Poppins-Regular.woff2") format('woff2');
}
@font-face {
  font-family: "Poppins";
  font-weight: 300;
  font-style: normal;
  src: url("../fonts/Poppins-Light.woff") format('woff'), url("../fonts/Poppins-Light.woff2") format('woff2');
}
/* MAIN  FILES
 ========================================================================== */
.grid-2, .grid-3, .grid-4, .grid-5 {
  display: grid;
}
.row1560, .row1480, .row1440, .row1270, .row1200, .row1170, .row {
  margin: 0 auto;
  max-width: 94%;
  position: relative;
}
.gap-1 {
  gap: 5px;
}
.gap-2 {
  gap: 10px;
}
.gap-3 {
  gap: 15px;
}
.gap-4 {
  gap: 20px;
}
.gap-5 {
  gap: 25px;
}
.gap-6 {
  gap: 30px;
}
.gap-7 {
  gap: 35px;
}
.gap-8 {
  gap: 40px;
}
.gap-9 {
  gap: 45px;
}
.gap-10 {
  gap: 50px;
}
.gap-11 {
  gap: 55px;
}
.gap-12 {
  gap: 60px;
}
.gap-13 {
  gap: 65px;
}
.gap-14 {
  gap: 70px;
}
.gap-15 {
  gap: 75px;
}
.gap-16 {
  gap: 80px;
}
.gap-17 {
  gap: 85px;
}
.gap-18 {
  gap: 90px;
}
.gap-19 {
  gap: 95px;
}
.gap-20 {
  gap: 100px;
}
.gap-21 {
  gap: 105px;
}
.gap-22 {
  gap: 110px;
}
.gap-23 {
  gap: 115px;
}
.gap-24 {
  gap: 120px;
}
.gap-25 {
  gap: 125px;
}
.grid-2 {
  grid-template-columns: repeat(2, 1fr);
}
.grid-3 {
  grid-template-columns: repeat(3, 1fr);
}
.grid-4 {
  grid-template-columns: repeat(4, 1fr);
}
.grid-5 {
  grid-template-columns: repeat(5, 1fr);
}
.row1560 {
  width: 1560px;
}
.row1480 {
  width: 1480px;
}
.row1440 {
  width: 1440px;
}
.row1270 {
  width: 1270px;
}
.row1200 {
  width: 1200px;
}
.row1170 {
  width: 1170px;
}
.row {
  width: 1140px;
}
.m-space-sm {
  margin: 20px 0;
}
.m-space {
  margin: 40px 0;
}
.m-space-md {
  margin: 60px 0;
}
@media (max-width: 576px) {
  .m-space-md {
    margin: 40px 0;
  }
}
.m-space-xl {
  margin: 80px 0;
}
@media (max-width: 768px) {
  .m-space-xl {
    margin: 60px 0;
  }
}
@media (max-width: 576px) {
  .m-space-xl {
    margin: 40px 0;
  }
}
.m-space-lg {
  margin: 100px 0;
}
@media (max-width: 1024px) {
  .m-space-lg {
    margin: 80px 0;
  }
}
@media (max-width: 768px) {
  .m-space-lg {
    margin: 60px 0;
  }
}
@media (max-width: 576px) {
  .m-space-lg {
    margin: 40px 0;
  }
}
.p-space-sm {
  padding: 20px 0;
}
.p-space {
  padding: 40px 0;
}
.p-space-md {
  padding: 60px 0;
}
@media (max-width: 576px) {
  .p-space-md {
    padding: 40px 0;
  }
}
.p-space-xl {
  padding: 80px 0;
}
@media (max-width: 768px) {
  .p-space-xl {
    padding: 60px 0;
  }
}
@media (max-width: 576px) {
  .p-space-xl {
    padding: 40px 0;
  }
}
.p-space-lg {
  padding: 100px 0;
}
@media (max-width: 1024px) {
  .p-space-lg {
    padding: 80px 0;
  }
}
@media (max-width: 768px) {
  .p-space-lg {
    padding: 60px 0;
  }
}
@media (max-width: 576px) {
  .p-space-lg {
    padding: 40px 0;
  }
}
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
html {
  height: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-overflow-scrolling: touch;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
body {
  color: #333;
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  height: auto;
  min-height: 100vh;
  position: relative;
  background-color: #202022;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
}
body ::-moz-selection {
  background: #f41e26;
  color: #fff;
}
body ::selection {
  background: #f41e26;
  color: #fff;
}
#wrap {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
  -moz-box-flex: 1;
  -moz-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}
mark {
  background: none;
}
/* ==========================================================================
 FORMS & TABLE & NAVIGATION
 ========================================================================== */
input, textarea, select {
  outline: 0 none;
  padding: 0 10px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
input[type='text'], input[type='number'], input[type='email'], input[type='password'], input[type='search'], input[type='tel'], textarea {
  border: 1px solid #e1e1e1;
  background: #fff;
  color: #222;
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  height: 40px;
  padding: 0 5px 0 10px;
  width: 100%;
}
input[type='text']::-webkit-input-placeholder, input[type='number']::-webkit-input-placeholder, input[type='email']::-webkit-input-placeholder, input[type='password']::-webkit-input-placeholder, input[type='search']::-webkit-input-placeholder, input[type='tel']::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #4c4c4c;
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  opacity: 1;
}
input[type='text']::-moz-placeholder, input[type='number']::-moz-placeholder, input[type='email']::-moz-placeholder, input[type='password']::-moz-placeholder, input[type='search']::-moz-placeholder, input[type='tel']::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1;
  color: #4c4c4c;
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  opacity: 1;
}
input[type='text']:-ms-input-placeholder, input[type='number']:-ms-input-placeholder, input[type='email']:-ms-input-placeholder, input[type='password']:-ms-input-placeholder, input[type='search']:-ms-input-placeholder, input[type='tel']:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #4c4c4c;
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  opacity: 1;
}
input[type='text']:focus, input[type='number']:focus, input[type='email']:focus, input[type='password']:focus, input[type='search']:focus, input[type='tel']:focus, textarea:focus {
  border-color: #f41e26;
}
textarea {
  resize: none;
  height: 100px;
  padding: 10px;
}
button[disabled], html input[disabled] {
  cursor: default;
}
input[type='search'], input[type='search']::-webkit-search-decoration, input[type='search']::-webkit-search-cancel-button {
  -webkit-appearance: none !important;
}
input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
input[type='number'] {
  -moz-appearance: textfield;
}
button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
}
ul {
  list-style: none;
}
ol {
  list-style: decimal;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* ==========================================================================
 TYPOGRAPHY
 ========================================================================== */
h1, h2, h3, h4, h5, h6 {
  font-weight: 400;
}
h1 {
  font-size: 70px;
}
@media (max-width: 1024px) {
  h1 {
    font-size: 50px;
  }
}
@media (max-width: 768px) {
  h1 {
    font-size: 38px;
  }
}
@media (max-width: 576px) {
  h1 {
    font-size: 34px;
  }
}
h2 {
  font-size: 50px;
  color: #f41e26;
  font-weight: 300;
}
@media (max-width: 1024px) {
  h2 {
    font-size: 40px;
  }
}
@media (max-width: 768px) {
  h2 {
    font-size: 34px;
  }
}
@media (max-width: 576px) {
  h2 {
    font-size: 30px;
  }
}
h3 {
  font-size: 36px;
}
@media (max-width: 1024px) {
  h3 {
    font-size: 32px;
  }
}
@media (max-width: 768px) {
  h3 {
    font-size: 30px;
  }
}
@media (max-width: 576px) {
  h3 {
    font-size: 26px;
  }
}
h4 {
  font-size: 24px;
}
@media (max-width: 768px) {
  h4 {
    font-size: 22px;
  }
}
@media (max-width: 576px) {
  h4 {
    font-size: 20px;
  }
}
p {
  padding-bottom: 20px;
  line-height: 1.5;
  font-size: 18px;
  color: #fff;
}
p:last-child {
  padding-bottom: 0;
}
@media (max-width: 768px) {
  p {
    font-size: 16px;
  }
}
a {
  color: #f41e26;
  outline: 0;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
a:hover {
  outline: 0;
  text-decoration: underline;
}
img {
  border: 0;
  height: auto;
  max-width: 100%;
  vertical-align: top;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}
strong, b {
  font-weight: 700;
}
i {
  font-style: normal;
}
@media screen and (min-width: 1140px) {
  ::-webkit-scrollbar {
    width: 7px;
  }
  ::-webkit-scrollbar-track {
    background-color: #eaeaea;
    border-left: 1px solid #ccc;
  }
  ::-webkit-scrollbar-thumb {
    background-color: #f41e26;
  }
  ::-webkit-scrollbar-thumb:hover {
    background: #ed0c14;
  }
}
.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
}
.flex.h_center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
.flex.v-center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.flex.vh-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
/* ==========================================================================
 HELPERS
 ========================================================================== */
#content {
  padding: 40px 0;
}
@media (max-width: 1140px) {
  #content {
    padding: 20px 0;
  }
}
#wrap {
  position: relative;
  width: 100%;
  min-height: 100%;
  max-width: 1980px;
  margin: 0 auto;
  overflow-x: clip;
}
.absl {
  position: absolute;
}
.mb-0 {
  margin-bottom: 0;
}
.col-fluid {
  grid-column-start: 1;
  grid-column-end: -1;
}
.ratio-image {
  position: relative;
  width: 100%;
}
.ratio-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.c {
  font-size: 0;
  line-height: 0;
  display: block;
  clear: both;
  overflow: hidden;
}
.cfx:after, .cfx:before {
  display: table;
  clear: both;
  content: ' ';
}
.bg-center {
  background-position: center center;
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
}
.no-select {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.underline {
  position: relative;
  display: inline-block;
}
.underline:after {
  display: block;
  width: 0;
  height: 1px;
  margin: auto;
  content: '';
  transition: width 0.5s ease, background-color 0.5s ease;
  background: transparent;
}
.underline:hover:after {
  width: 100%;
  background: #f41e26;
}
.hover-underline-animation {
  display: inline-block;
  position: relative;
  color: #0087ca;
}
.hover-underline-animation::after {
  content: '';
  position: absolute;
  width: 100%;
  transform: scaleX(0);
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: #0087ca;
  transform-origin: bottom right;
  transition: transform 0.25s ease-out;
}
.hover-underline-animation:hover::after {
  transform: scaleX(1);
  transform-origin: bottom left;
}
.btn {
  font-size: 16px;
  font-weight: normal;
  line-height: 1;
  position: relative;
  -webkit-appearance: none;
  -moz-appearance: none;
  display: inline-block;
  padding: 15px 20px;
  cursor: pointer;
  text-align: center;
  text-decoration: none !important;
  text-transform: capitalize;
  color: #fff;
  border: none;
  outline: 0;
  background: #f41e26;
  appearance: none;
  border: 1px solid transparent;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.btn:hover {
  background: #de0b13;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}
.btn:active {
  background: #bc0910;
}
.btn.white {
  background-color: #fff;
  color: #333;
}
.btn.white:hover {
  background-color: #f41e26;
  color: #fff;
}
.btn.transparent {
  background-color: transparent !important;
  border-color: #fff;
}
.btn.transparent:hover {
  background-color: #f41e26 !important;
  border-color: transparent;
}
/* ==========================================================================
 WORDPRESS DEFAULT CLASSES
 ========================================================================== */
.aligncenter {
  display: block;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}
.alignleft {
  float: left;
}
.alignright {
  float: right;
}
.wp-caption {
  margin: 10px;
  padding-top: 4px;
  text-align: center;
  border: 1px solid #ddd;
  border-radius: 3px;
  background-color: #f3f3f3;
}
.wp-caption img {
  margin: 0;
  padding: 0;
  border: 0 none;
}
.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}
/* ==========================================================================
 WYSIWYG
 ========================================================================== */
.wys {
  max-width: 100%;
}
.wys ul {
  margin-left: 30px;
  padding-bottom: 20px;
}
.wys ul li {
  line-height: 1.4;
  position: relative;
  padding-left: 15px;
}
.wys ul li:after {
  content: '';
  position: absolute;
  left: 0;
  top: 8px;
  border-radius: 50%;
  background-color: #f41e26;
  width: 6px;
  height: 6px;
}
/* ==========================================================================
 FULL FRAME
 ========================================================================== */
.fullframe {
  height: 0;
  margin: 0;
  overflow: hidden;
  padding-bottom: 56.5%;
  position: relative;
  z-index: 0;
}
.fullframe iframe, .fullframe object, .fullframe embed {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}
/* ==========================================================================
 CONTACT FORM 7
 ========================================================================== */
.wpcf7 {
  width: 100%;
}
.wpcf7 .screen-reader-response {
  display: none;
}
.wpcf7 .wpcf7-form.invalid .wpcf7-response-output {
  display: block;
}
.wpcf7 .wpcf7-form.sent .wpcf7-response-output {
  display: block;
  background: #16a085;
}
.wpcf7 .wpcf7-not-valid-tip {
  font: 500 16px/1 'Poppins', sans-serif;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #ff5f5f;
  background: #eee;
}
.wpcf7 .wpcf7-response-output {
  display: none;
  width: 100%;
  max-width: 300px;
  margin: 20px auto;
  padding: 15px 20px;
  cursor: pointer;
  text-align: center;
  color: white;
  background: #ff5f5f;
}
.wpcf7 .wpcf7-response-output.wpcf7-mail-sent-ng {
  background: #1091ae;
}
.wpcf7 .wpcf7-response-output.wpcf7-mail-sent-ok {
  background: #16a085;
}
.wpcf7 .wpcf7-form-control-wrap {
  position: relative;
  display: block !important;
}
div.wpcf7 .wpcf7-spinner {
  visibility: hidden;
  display: inline-block;
  background-image: url(../img/ajax-loader.gif);
  width: 16px;
  height: 16px;
  border: none;
  margin: 0 0 0 4px;
  vertical-align: middle;
  background-color: #fff;
  padding: 5px;
  border-radius: 50%;
  margin-left: 10px;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
div.wpcf7 form.submitting .wpcf7-spinner {
  visibility: visible;
}
/* ==========================================================================
 SOCIAL LINK
 ========================================================================== */
.some .fa {
  font: var(--fa-font-brands);
  cursor: pointer;
  text-align: center;
  text-decoration: none;
}
.s-link {
  font-size: 0;
  display: inline-block;
  width: auto;
  cursor: pointer;
  text-align: center;
}
.s-link a {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 40px;
  margin: 0 2px;
  color: #fff;
  border-radius: 50%;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  -moz-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  -ms-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
}
.s-link a:before {
  font-size: 18px;
  color: #0080ff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.s-link a.fa-facebook:hover:before {
  color: #3b5993 !important;
}
.s-link a.fa-twitter:hover:before {
  color: #55acee !important;
}
.s-link a.fa-instagram:hover:before {
  color: #181818 !important;
}
.s-link a.fa-linkedin:hover:before {
  color: #0177b5 !important;
}
.s-link a.fa-youtube:hover:before {
  color: #f80000 !important;
}
.s-link a.fa-youtube-play:hover:before {
  color: #f80000 !important;
}
.s-link a.fa-pinterest:hover:before {
  color: #bd081c !important;
}
.s-link a.fa-vimeo:hover:before {
  color: #1bb7ea !important;
}
.s-link a.fa-yelp:hover:before {
  color: #d32323 !important;
}
.s-link a.fa-google-plus:hover:before {
  color: #dd4c39 !important;
}
/* ==========================================================================
 index-style
 ========================================================================== */
.index-style .post-item {
  margin-bottom: 20px;
}
.index-style .post-title {
  font-size: 18px;
  display: block;
  padding-bottom: 15px;
}
.index-style .post-title:hover {
  color: #0080ff;
}
.index-style .post-thumbnail {
  will-change: opacity;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}
.index-style .post-thumbnail:hover {
  opacity: 0.9;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}
.wp-pagenavi {
  font-size: 0;
  margin-top: 20px;
  padding-top: 20px;
  text-align: center;
  border-top: 1px solid #ccc;
}
.wp-pagenavi a, .wp-pagenavi span {
  font-size: 14px;
  margin: 0 3px;
  padding: 3px 5px;
}
.wp-pagenavi a {
  border: 1px solid #ccc;
}
.wp-pagenavi .current, .wp-pagenavi a:hover {
  color: #fff;
  border-color: #f41e26;
  background: #f41e26;
}
#top {
  min-height: 500px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 140px 0 20px;
  position: relative;
}
@media (max-width: 1024px) {
  #top {
    padding: 90px 0 20px;
  }
}
@media (max-width: 768px) {
  #top {
    min-height: 350px;
  }
}
@media (max-width: 576px) {
  #top {
    min-height: 250px;
  }
}
#top:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(32, 32, 34, 1) 0%, rgba(0, 0, 0, 0) 50%);
  z-index: 1;
}
#top .top-wrapper {
  position: relative;
  z-index: 3;
}
#top .top-wrapper * {
  color: #fff;
}
#top .top-wrapper .title h1 {
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 4px;
}
#top .banner-logo {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  max-width: 470px;
  margin: 0 auto -70px;
  z-index: 2;
}
@media (max-width: 1024px) {
  #top .banner-logo {
    margin: 0 auto -40px;
  }
}
@media (max-width: 850px) {
  #top .banner-logo {
    margin: 0 auto;
  }
}
@media (max-width: 768px) {
  #top .banner-logo {
    display: none;
  }
}
#top .banner-logo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#top.no-bg {
  min-height: 250px;
  aspect-ratio: auto;
}
#top.no-bg .banner-logo {
  display: none;
}
#top + section {
  position: relative;
  z-index: 5;
}
.menu-burger {
  display: none;
  width: 30px;
  height: 30px;
  position: relative;
  z-index: 101;
  cursor: pointer;
  border-radius: 4px;
}
@media (max-width: 1140px) {
  .menu-burger {
    display: block;
  }
}
.menu-burger:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: calc(100% - 10px);
  height: 2px;
  background: #fff;
  -webkit-box-shadow: 0 7px 0 0 #fff, 0 -7px 0 0 #fff;
  box-shadow: 0 7px 0 0 #fff, 0 -7px 0 0 #fff;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.menu-burger:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: calc(100% - 10px);
  height: 2px;
  background: #fff;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.menu-burger.open:before {
  -webkit-transform: translate(-50%, -50%) rotateZ(-45deg);
  -moz-transform: translate(-50%, -50%) rotateZ(-45deg);
  -ms-transform: translate(-50%, -50%) rotateZ(-45deg);
  transform: translate(-50%, -50%) rotateZ(-45deg);
  box-shadow: none;
  background: #fff;
}
.menu-burger.open:after {
  -webkit-transform: translate(-50%, -50%) rotateZ(45deg);
  -moz-transform: translate(-50%, -50%) rotateZ(45deg);
  -ms-transform: translate(-50%, -50%) rotateZ(45deg);
  transform: translate(-50%, -50%) rotateZ(45deg);
  background: #fff;
}
.mobile-main-menu {
  position: fixed;
  top: 0;
  right: 0;
  width: 80%;
  max-width: 480px;
  height: 100vh;
  background: #f41e26;
  z-index: 100;
  padding: 50px 0 0;
  overflow: auto;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  display: none;
}
@media (max-width: 1140px) {
  .mobile-main-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
  }
}
@media (max-width: 768px) {
  .mobile-main-menu {
    width: 100%;
    max-width: 100%;
  }
}
.mobile-main-menu .desktop-hide {
  display: none;
}
@media (max-width: 600px) {
  .mobile-main-menu .desktop-hide {
    display: block;
  }
}
.mobile-main-menu .menu-btn-wrapper {
  padding: 10px;
}
.mobile-main-menu .menu-btn-wrapper .btn {
  font-size: 14px;
  margin-right: 10px;
}
.mobile-main-menu .menu-btn-wrapper .btn:last-child {
  margin-right: 0;
}
.mobile-main-menu li a {
  display: inline-block;
  padding: 5px 15px;
  color: #fff;
}
.mobile-main-menu li a:hover {
  text-decoration: none;
}
.mobile-main-menu .sub-anchor {
  cursor: pointer;
  color: #fff;
}
.mobile-main-menu .sub-menu {
  display: none;
  padding-left: 20px;
}
.mobile-main-menu span {
  display: inline-block;
  padding: 5px;
  color: #fff;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.mobile-main-menu .arrow {
  display: inline-block;
  height: 18px;
  width: 18px;
  vertical-align: middle;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.mobile-main-menu .arrow path {
  color: #fff;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.mobile-main-menu .arrow.active {
  -webkit-transform: rotateZ(90deg);
  -moz-transform: rotateZ(90deg);
  -ms-transform: rotateZ(90deg);
  transform: rotateZ(90deg);
}
.mobile-main-menu.open {
  -webkit-transform: translateX(0%);
  -moz-transform: translateX(0%);
  -ms-transform: translateX(0%);
  transform: translateX(0%);
}
.mobile_menu_active {
  overflow: hidden;
}
.desctop_hide {
  display: none;
}
@media (max-width: 1140px) {
  .mobile_hide {
    display: none;
  }
  .desctop_hide {
    display: block;
  }
}
.alignleft {
  float: left;
  margin: 0 30px 10px 0;
}
.alignright {
  float: right;
  margin: 0 0 10px 30px;
}
.aligncenter {
  margin: 0 auto 20px;
}
.alignnone {
  margin: 0 0 20px;
}
.block-center {
  text-align: center;
  position: relative;
}
@media (max-width: 1024px) {
  .alignleft, .aligncenter, .alignright {
    float: none;
    margin: 0 auto 20px;
  }
  .alignnone {
    margin: 0 0 20px;
  }
}
.numbered_pagination {
  position: relative;
  text-align: center;
  grid-column-start: 1;
  grid-column-end: -1;
}
.numbered_pagination a, .numbered_pagination span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  text-decoration: none;
  border-radius: 5px;
  font-size: 18px;
  color: #1d1d1d;
}
.numbered_pagination a svg path, .numbered_pagination span svg path {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.numbered_pagination a.current, .numbered_pagination span.current {
  background-color: #f41e26;
  color: #fff;
}
.numbered_pagination a:hover, .numbered_pagination span:hover {
  background-color: #f41e26;
  color: #fff;
}
.numbered_pagination a:hover.next svg path, .numbered_pagination span:hover.next svg path, .numbered_pagination a:hover.prev svg path, .numbered_pagination span:hover.prev svg path {
  fill: #fff;
}
.numbered_pagination a.dots, .numbered_pagination span.dots, .numbered_pagination a.next, .numbered_pagination span.next, .numbered_pagination a.prev, .numbered_pagination span.prev {
  color: #1d1d1d;
  border-bottom: 1px solid transparent;
}
/* ==========================================================================
 HEADER
 ========================================================================== */
header {
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 100;
  padding: 20px 0;
  will-change: transform, opacity;
}
@media (max-width: 1024px) {
  header {
    padding: 10px 0;
  }
}
header #logo {
  opacity: 1;
  color: #181818;
  -webkit-flex-basis: 260px;
  -moz-flex-basis: 260px;
  -ms-flex-basis: 260px;
  flex-basis: 260px;
  max-width: 260px;
}
@media (max-width: 1180px) {
  header #logo {
    -webkit-flex-basis: 180px;
    -moz-flex-basis: 180px;
    -ms-flex-basis: 180px;
    flex-basis: 180px;
    max-width: 180px;
  }
}
header #logo img, header #logo svg {
  max-width: 100%;
}
header #logo:hover {
  opacity: 0.8;
}
header.active {
  background-color: rgba(0, 0, 0, 0.6);
}
header.active #logo {
  -webkit-flex-basis: 200px;
  -moz-flex-basis: 200px;
  -ms-flex-basis: 200px;
  flex-basis: 200px;
  max-width: 200px;
}
@media (max-width: 1180px) {
  header.active #logo {
    -webkit-flex-basis: 180px;
    -moz-flex-basis: 180px;
    -ms-flex-basis: 180px;
    flex-basis: 180px;
    max-width: 180px;
  }
}
header .right-header {
  position: relative;
  gap: 90px;
}
@media (max-width: 1380px) {
  header .right-header {
    gap: 40px;
  }
}
@media (max-width: 1024px) {
  header .right-header {
    gap: 20px;
  }
}
header .right-header .search-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-direction: row;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  margin-left: auto;
}
header .right-header .search-box .search-form {
  position: absolute;
  left: 0;
  bottom: -10px;
  width: 100%;
  background-color: #202022;
  border: 1px solid #fff;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  overflow: hidden;
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
  opacity: 0;
  padding: 0;
  visibility: hidden;
  z-index: -1;
}
header .right-header .search-box .search-form.active {
  opacity: 1;
  visibility: visible;
  z-index: 10;
}
header .right-header .search-box .search-form input {
  padding: 0 20px;
  height: 48px;
  border: 1px solid #a9b2c2;
  color: #fff;
  border-radius: 5px;
  background-color: #202022;
}
header .right-header .search-box .search-form input::placeholder {
  color: #fff;
}
header .right-header .search-box .search-icon {
  position: relative;
  z-index: 11;
  cursor: pointer;
  border-radius: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-direction: row;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (max-width: 1140px) {
  header .right-header .search-box .search-icon {
    width: auto;
    height: auto;
    border: none;
  }
}
header .right-header .search-box .search-icon.close svg, header .right-header .search-box .search-icon.close img {
  opacity: 0;
}
header .right-header .search-box .search-icon.close svg path {
  fill: #fff;
}
header .right-header .search-box .search-icon.close:after, header .right-header .search-box .search-icon.close:before {
  opacity: 1;
  background-color: #fff;
}
header .right-header .search-box .search-icon.close:after {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
header .right-header .search-box .search-icon.close:before {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
header .right-header .search-box .search-icon svg {
  width: 100%;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
header .right-header .search-box .search-icon svg path {
  fill: #fff;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
header .right-header .search-box .search-icon:after, header .right-header .search-box .search-icon:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  content: '';
  left: 3px;
  width: 18px;
  height: 2px;
  background-color: #333;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 0;
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
}
@media (max-width: 1140px) {
  header .right-header .search-box .search-icon:after, header .right-header .search-box .search-icon:before {
    left: 0;
  }
}
/* ==========================================================================
 Main Navigation
 ========================================================================== */
.main_nav {
  font-size: 0;
}
.main_nav * {
  line-height: 1;
}
.main_nav a {
  display: block;
}
.main_nav a:hover {
  text-decoration: none;
}
.main_nav .level_a {
  position: relative;
  gap: 90px;
}
@media (max-width: 1380px) {
  .main_nav .level_a {
    gap: 40px;
  }
}
@media (max-width: 1024px) {
  .main_nav .level_a {
    gap: 20px;
  }
}
.main_nav .level_a li {
  position: relative;
  z-index: 0;
  display: inline-block;
}
.main_nav .level_a > li > a {
  font-size: 16px;
  padding: 5px 0;
  color: #fff;
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
}
@media (max-width: 1180px) {
  .main_nav .level_a > li > a {
    font-size: 14px;
  }
}
.main_nav .level_a > li:hover > a {
  color: #f41e26;
}
.main_nav .level_a > li.menu-item-has-children:before {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 52px;
  content: '';
}
.main_nav .level_a > li.menu-item-has-children:hover > .sub-menu {
  display: block;
}
.main_nav .level_a > li > .sub-menu {
  position: absolute;
  z-index: 100;
  display: none;
  width: 220px;
  margin-top: 27px;
  padding: 10px 0;
  border-top: 3px solid #f64f55;
  border-bottom: 3px solid #f64f55;
  background: #f41e26;
}
.main_nav .level_a > li > .sub-menu .sub-menu {
  display: block;
  padding-left: 10px;
}
.main_nav .level_a > li > .sub-menu li {
  display: block;
  list-style-type: none;
}
.main_nav .level_a > li > .sub-menu a {
  font-size: 13px;
  line-height: 1.3;
  padding: 3px 15px;
  color: #fff;
}
.main_nav .level_a > li > .sub-menu a:hover {
  text-decoration: none;
  background: #f97f84;
}
/* ==========================================================================
 FOOTER
 ========================================================================== */
footer {
  padding: 30px 0 60px;
  background: #393939;
  color: #fff;
}
@media (max-width: 768px) {
  footer {
    padding: 20px 0;
  }
}
footer .top-footer {
  margin-bottom: 45px;
}
footer .top-footer #f_logo {
  -webkit-flex-basis: 220px;
  -moz-flex-basis: 220px;
  -ms-flex-basis: 220px;
  flex-basis: 220px;
  max-width: 220px;
}
@media (max-width: 768px) {
  footer .top-footer #f_logo {
    margin: 0 auto 20px;
  }
}
@media (max-width: 768px) {
  footer .top-footer .footer_nav {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
}
footer .top-footer .footer_nav .level_a {
  gap: 60px;
}
@media (max-width: 1024px) {
  footer .top-footer .footer_nav .level_a {
    gap: 20px;
  }
}
@media (max-width: 768px) {
  footer .top-footer .footer_nav .level_a {
    flex-direction: column;
  }
}
footer .top-footer .footer_nav .level_a li a {
  color: #fff;
  text-decoration: none;
}
footer .top-footer .footer_nav .level_a li a:hover {
  color: #f41e26;
}
@media (max-width: 768px) {
  footer .bottom-footer {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
}
footer .bottom-footer .footer-links {
  gap: 15px;
}
footer .bottom-footer .footer-links a {
  color: #fff;
  font-size: 14px;
  display: inline-block;
  position: relative;
  text-decoration: none;
}
footer .bottom-footer .footer-links a:hover {
  color: #f41e26;
}
footer .bottom-footer .footer-links a:after {
  content: '|';
  margin-left: 15px;
  color: #fff;
}
footer .bottom-footer .footer-links a:last-child:after {
  display: none;
}
footer .bottom-footer .copyright {
  font-size: 14px;
  color: #fff;
}
.red-text {
  color: #f41e26 !important;
}
.some a {
  background-color: #fff;
  border-radius: 50%;
  color: #393939;
  width: 40px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  flex-direction: row;
  font-size: 18px;
}
.some a:hover {
  background-color: #f41e26;
}
.get-in-touch--section {
  padding: 120px 0 100px;
  position: relative;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.get-in-touch--section:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(57, 57, 57, 1) 0%, rgba(57, 57, 57, 0) 20%);
  z-index: 2;
}
.get-in-touch--section:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, rgba(57, 57, 57, 1) 30%, rgba(30, 30, 30, 0.39) 80%);
  z-index: 1;
}
@media (max-width: 1024px) {
  .get-in-touch--section {
    padding: 80px 0;
  }
}
@media (max-width: 768px) {
  .get-in-touch--section {
    padding: 60px 0;
  }
}
@media (max-width: 576px) {
  .get-in-touch--section {
    padding: 40px 0;
  }
}
.get-in-touch--wrapper {
  position: relative;
  z-index: 3;
}
@media (max-width: 768px) {
  .get-in-touch--wrapper {
    gap: 20px;
  }
}
.get-in-touch--wrapper * {
  color: #fff;
}
.get-in-touch--wrapper .left {
  -webkit-flex-basis: 38%;
  -moz-flex-basis: 38%;
  -ms-flex-basis: 38%;
  flex-basis: 38%;
  max-width: 38%;
}
@media (max-width: 1240px) {
  .get-in-touch--wrapper .left {
    -webkit-flex-basis: 43%;
    -moz-flex-basis: 43%;
    -ms-flex-basis: 43%;
    flex-basis: 43%;
    max-width: 43%;
  }
}
@media (max-width: 768px) {
  .get-in-touch--wrapper .left {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
}
.get-in-touch--wrapper .left h2 {
  font-size: 75px;
}
@media (max-width: 1240px) {
  .get-in-touch--wrapper .left h2 {
    font-size: 50px;
  }
}
@media (max-width: 1024px) {
  .get-in-touch--wrapper .left h2 {
    font-size: 45px;
  }
}
@media (max-width: 768px) {
  .get-in-touch--wrapper .left h2 {
    font-size: 36px;
  }
}
@media (max-width: 576px) {
  .get-in-touch--wrapper .left h2 {
    font-size: 30px;
  }
}
.get-in-touch--wrapper .left p {
  font-size: 20px;
}
@media (max-width: 1024px) {
  .get-in-touch--wrapper .left p {
    font-size: 18px;
  }
}
@media (max-width: 576px) {
  .get-in-touch--wrapper .left p {
    font-size: 16px;
  }
}
.get-in-touch--wrapper .left form {
  margin-top: 30px;
}
.get-in-touch--wrapper .left form label input[type='text'], .get-in-touch--wrapper .left form label input[type='number'], .get-in-touch--wrapper .left form label input[type='email'], .get-in-touch--wrapper .left form label input[type='password'], .get-in-touch--wrapper .left form label input[type='search'], .get-in-touch--wrapper .left form label input[type='tel'], .get-in-touch--wrapper .left form label textarea {
  background-color: transparent;
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.78);
  font-size: 14px;
  font-weight: 300;
  margin-bottom: 15px;
  color: #fff;
}
.get-in-touch--wrapper .left form label input[type='text']::placeholder, .get-in-touch--wrapper .left form label input[type='number']::placeholder, .get-in-touch--wrapper .left form label input[type='email']::placeholder, .get-in-touch--wrapper .left form label input[type='password']::placeholder, .get-in-touch--wrapper .left form label input[type='search']::placeholder, .get-in-touch--wrapper .left form label input[type='tel']::placeholder, .get-in-touch--wrapper .left form label textarea::placeholder {
  font-size: 14px;
  font-weight: 300;
  color: #fff;
}
.get-in-touch--wrapper .left form .submit-wrapper {
  position: relative;
}
.get-in-touch--wrapper .left form .submit-wrapper .btn {
  width: 100%;
}
.get-in-touch--wrapper .right {
  -webkit-flex-basis: 45%;
  -moz-flex-basis: 45%;
  -ms-flex-basis: 45%;
  flex-basis: 45%;
  max-width: 45%;
}
@media (max-width: 768px) {
  .get-in-touch--wrapper .right {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
}
.get-in-touch--wrapper .right .some {
  margin: 30px 0;
  gap: 10px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  flex-direction: row;
}
.hp-top-banner--section {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 140px 0 60px;
  position: relative;
  aspect-ratio: 3;
}
@media (max-width: 1024px) {
  .hp-top-banner--section {
    padding: 90px 0 20px;
  }
}
.hp-top-banner--section:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(32, 32, 34, 1) 0%, rgba(0, 0, 0, 0) 50%);
  z-index: 1;
}
.hp-top-banner--wrapper {
  position: relative;
  z-index: 2;
}
.hp-top-banner--wrapper .banner-logo {
  position: relative;
  max-width: 40%;
  margin: 0 auto;
}
@media (max-width: 1024px) {
  .hp-top-banner--wrapper .banner-logo {
    max-width: 50%;
  }
}
.hp-top-banner--wrapper .banner-logo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.contact-info--section {
  padding: 40px 0;
}
@media (max-width: 768px) {
  .contact-info--section {
    padding: 25px 0;
  }
}
@media (max-width: 768px) {
  .contact-info--wrapper {
    gap: 20px;
  }
}
@media (max-width: 768px) {
  .contact-info--wrapper > div {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    flex-basis: 100%;
    max-width: 100%;
    justify-content: center;
  }
}
.contact-info--wrapper .left .buttons {
  gap: 20px;
}
@media (max-width: 768px) {
  .contact-info--wrapper .left .buttons {
    justify-content: center;
  }
}
@media (max-width: 576px) {
  .contact-info--wrapper .left .buttons {
    flex-direction: column;
  }
}
.contact-info--wrapper .left .buttons .btn {
  padding: 15px 22px;
  background-color: #393939;
  color: #fff;
}
.contact-info--wrapper .left .buttons .btn:hover {
  background-color: #f41e26;
}
.contact-info--wrapper .right {
  gap: 80px;
}
@media (max-width: 1024px) {
  .contact-info--wrapper .right {
    gap: 20px;
  }
}
@media (max-width: 576px) {
  .contact-info--wrapper .right {
    flex-direction: column;
  }
}
.contact-info--wrapper .right > a {
  color: #fff;
  font-size: 16px;
  display: inline-flex;
  align-items: center;
  font-weight: 300;
  gap: 10px;
  text-decoration: none;
}
.contact-info--wrapper .right > a span {
  color: #fff;
  font-size: 16px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.contact-info--wrapper .right > a i {
  color: #f41e26;
}
.contact-info--wrapper .right > a:hover span {
  color: #f41e26;
}
.contact-map--section figure {
  position: relative;
  aspect-ratio: 4;
}
@media (max-width: 768px) {
  .contact-map--section figure {
    aspect-ratio: 3;
  }
}
@media (max-width: 576px) {
  .contact-map--section figure {
    aspect-ratio: 1.5;
  }
}
.contact-map--section figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.career-opp--section {
  background-color: #000;
}
.career-opp--title {
  margin-bottom: 40px;
}
.career-opp--title h1, .career-opp--title h2, .career-opp--title h3, .career-opp--title h4, .career-opp--title h5, .career-opp--title h6 {
  color: #f41e26;
  font-weight: 300;
}
.career-opp--items {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
@media (max-width: 768px) {
  .career-opp--items {
    grid-template-columns: repeat(1, 1fr);
  }
}
.career-opp--items .col .acc-title {
  margin-bottom: 40px;
}
.career-opp--items .col .acc-title * {
  color: #fff;
}
.career-opp--items .col .acc-title a {
  color: #f41e26;
  text-decoration: underline;
}
.career-opp--items .col .acc {
  background-color: #202022;
  padding: 20px 30px;
}
.career-opp--items .col .acc h3 {
  font-size: 20px;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  cursor: pointer;
}
.career-opp--items .col .acc h3 span {
  width: 21px;
  height: 21px;
  position: relative;
}
.career-opp--items .col .acc h3 span:before, .career-opp--items .col .acc h3 span:after {
  content: '';
  background-color: #f41e26;
  width: 21px;
  height: 1px;
  position: absolute;
  right: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.career-opp--items .col .acc h3 span:before {
  right: 50%;
  top: 50%;
  -webkit-transform: rotate(0) translate(50%, 50%);
  -moz-transform: rotate(0) translate(50%, 50%);
  -ms-transform: rotate(0) translate(50%, 50%);
  transform: rotate(0) translate(50%, 50%);
}
.career-opp--items .col .acc h3 span:after {
  top: 50%;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.career-opp--items .col .acc h3.active {
  margin-bottom: 30px;
}
.career-opp--items .col .acc h3.active span:after {
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}
.career-opp--items .col .acc * {
  color: #fff;
}
.career-opp--items .col .acc .info {
  display: none;
}
.team--section {
  margin: 20px 0 80px;
}
@media (max-width: 1024px) {
  .team--section {
    margin: 20px 0 40px;
  }
}
.team--wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
}
@media (max-width: 1024px) {
  .team--wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 576px) {
  .team--wrapper {
    grid-template-columns: repeat(1, 1fr);
  }
}
.team--wrapper .teammate {
  cursor: pointer;
  display: grid;
  grid-template-rows: auto 1fr;
  gap: 0;
}
.team--wrapper .teammate figure {
  position: relative;
  aspect-ratio: 1;
}
.team--wrapper .teammate figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.team--wrapper .name-pos {
  background-color: #000;
  padding: 20px 40px;
  color: #fff;
}
@media (max-width: 1024px) {
  .team--wrapper .name-pos {
    padding: 20px;
  }
}
.team--wrapper .name-pos span {
  display: block;
}
.team--wrapper .name-pos span.name {
  font-size: 25px;
  font-weight: 300;
  margin-bottom: 10px;
}
@media (max-width: 1024px) {
  .team--wrapper .name-pos span.name {
    font-size: 20px;
  }
}
.team--wrapper .name-pos span.position {
  font-size: 16px;
  color: #a3a3a3;
}
.team-popup {
  max-width: 1000px;
  background-color: #383838;
  color: #fff;
}
@media (max-width: 576px) {
  .team-popup {
    padding: 20px;
  }
}
.team-popup--wrapper {
  display: grid;
  grid-template-columns: 360px 1fr;
  gap: 30px;
}
@media (max-width: 768px) {
  .team-popup--wrapper {
    grid-template-columns: 1fr;
  }
}
.team-popup--wrapper .left figure {
  position: relative;
  aspect-ratio: 1;
}
@media (max-width: 768px) {
  .team-popup--wrapper .left figure {
    max-width: 400px;
    margin: 0 auto;
  }
}
.team-popup--wrapper .left figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.team-popup--wrapper .right .top {
  padding-bottom: 15px;
  border-bottom: 3px solid #f41e26;
  margin-bottom: 15px;
}
.team-popup--wrapper .right .bottom p, .team-popup--wrapper .right .bottom li {
  font-size: 16px;
  line-height: 1.6;
}
.team-popup .is-close {
  color: #f41e26 !important;
}
.team-bottom-banner--section {
  margin-top: 80px;
  padding-bottom: 80px;
  background: linear-gradient(180deg, rgba(30, 30, 30, 0) 50%, rgba(0, 0, 0, 1) 50%);
}
@media (max-width: 768px) {
  .team-bottom-banner--section {
    margin-top: 40px;
    padding-bottom: 40px;
  }
}
.team-bottom-banner--image {
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
.team-bottom-banner--image figure {
  position: relative;
  aspect-ratio: 2;
}
.team-bottom-banner--image figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.team-bottom-banner--image:hover .team-bottom-banner--hover-block {
  transform: translateY(0);
  display: grid;
}
.team-bottom-banner--hover-block {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  background-color: rgba(0, 0, 0, 0.8);
  transform: translateY(-100%);
  transition: all 0.3s ease-in-out;
  padding: 40px;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  justify-content: center;
  align-items: flex-start;
  gap: 10px 30px;
}
@media (max-width: 1180px) {
  .team-bottom-banner--hover-block {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 1024px) {
  .team-bottom-banner--hover-block {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 768px) {
  .team-bottom-banner--hover-block {
    position: relative;
    transform: translateY(0);
    display: none;
  }
}
@media (max-width: 576px) {
  .team-bottom-banner--hover-block {
    padding: 20px;
  }
}
.team-bottom-banner--hover-block * {
  color: #fff;
}
.team-bottom-banner--hover-block .teammate .name-pos span {
  display: block;
  text-transform: uppercase;
}
.team-bottom-banner--hover-block .teammate .name-pos span.name {
  font-size: 20px;
}
@media (max-width: 768px) {
  .team-bottom-banner--hover-block .teammate .name-pos span.name {
    font-size: 16px;
  }
}
.team-bottom-banner--hover-block .teammate .name-pos span.position {
  font-size: 16px;
}
@media (max-width: 768px) {
  .team-bottom-banner--hover-block .teammate .name-pos span.position {
    font-size: 14px;
  }
}
.project-cards--section {
  margin: 40px 0 80px;
}
@media (max-width: 768px) {
  .project-cards--section {
    margin: 40px 0;
  }
}
.project-cards--wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 70px 15px;
}
@media (max-width: 1024px) {
  .project-cards--wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 576px) {
  .project-cards--wrapper {
    grid-template-columns: repeat(1, 1fr);
  }
}
.project-cards--title {
  padding-bottom: 20px;
  border-bottom: 2px solid #393939;
}
.project-cards--top-text * {
  color: #a3a3a3;
}
.project-card--inner {
  cursor: pointer;
}
.project-card--inner .thumbnail {
  position: relative;
  aspect-ratio: 1.3;
}
.project-card--inner .thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.project-card--inner .info {
  background: #000;
  padding: 20px 40px 60px;
  position: relative;
}
.project-card--inner .info:before {
  content: '';
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  height: 17px;
  max-width: 70%;
  background: #202022;
  bottom: 0;
  width: 100%;
}
.project-card--inner .info h4 {
  color: #fff;
  text-align: center;
}
@media (max-width: 1180px) {
  .project-card--inner .info h4 {
    font-size: 20px;
  }
}
.project-card--inner .info .btn {
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  bottom: -30px;
  max-width: 250px;
  width: 100%;
  color: #fff;
  padding: 21px 40px;
}
.project-card-popup {
  max-width: 1000px;
}
[class*='col-'] {
  width: 100%;
}
.col-1 {
  -webkit-flex-basis: 5.5833333333%;
  -moz-flex-basis: 5.5833333333%;
  -ms-flex-basis: 5.5833333333%;
  flex-basis: 5.5833333333%;
}
.col-2 {
  -webkit-flex-basis: 14.1666666667%;
  -moz-flex-basis: 14.1666666667%;
  -ms-flex-basis: 14.1666666667%;
  flex-basis: 14.1666666667%;
}
.col-3 {
  -webkit-flex-basis: 22.75%;
  -moz-flex-basis: 22.75%;
  -ms-flex-basis: 22.75%;
  flex-basis: 22.75%;
}
.col-4 {
  -webkit-flex-basis: 31.3333333333%;
  -moz-flex-basis: 31.3333333333%;
  -ms-flex-basis: 31.3333333333%;
  flex-basis: 31.3333333333%;
}
.col-5 {
  -webkit-flex-basis: 39.9166666667%;
  -moz-flex-basis: 39.9166666667%;
  -ms-flex-basis: 39.9166666667%;
  flex-basis: 39.9166666667%;
}
.col-6 {
  -webkit-flex-basis: 48.5%;
  -moz-flex-basis: 48.5%;
  -ms-flex-basis: 48.5%;
  flex-basis: 48.5%;
}
.col-7 {
  -webkit-flex-basis: 57.0833333333%;
  -moz-flex-basis: 57.0833333333%;
  -ms-flex-basis: 57.0833333333%;
  flex-basis: 57.0833333333%;
}
.col-8 {
  -webkit-flex-basis: 65.6666666667%;
  -moz-flex-basis: 65.6666666667%;
  -ms-flex-basis: 65.6666666667%;
  flex-basis: 65.6666666667%;
}
.col-9 {
  -webkit-flex-basis: 74.25%;
  -moz-flex-basis: 74.25%;
  -ms-flex-basis: 74.25%;
  flex-basis: 74.25%;
}
.col-10 {
  -webkit-flex-basis: 82.8333333333%;
  -moz-flex-basis: 82.8333333333%;
  -ms-flex-basis: 82.8333333333%;
  flex-basis: 82.8333333333%;
}
.col-11 {
  -webkit-flex-basis: 91.4166666667%;
  -moz-flex-basis: 91.4166666667%;
  -ms-flex-basis: 91.4166666667%;
  flex-basis: 91.4166666667%;
}
.col-12 {
  -webkit-flex-basis: 100%;
  -moz-flex-basis: 100%;
  -ms-flex-basis: 100%;
  flex-basis: 100%;
}
.col-50 {
  -webkit-flex-basis: 50%;
  -moz-flex-basis: 50%;
  -ms-flex-basis: 50%;
  flex-basis: 50%;
}
@media (max-width: 1024px) {
  .md-1 {
    -webkit-flex-basis: 5.5833333333%;
    -moz-flex-basis: 5.5833333333%;
    -ms-flex-basis: 5.5833333333%;
    flex-basis: 5.5833333333%;
  }
  .md-2 {
    -webkit-flex-basis: 14.1666666667%;
    -moz-flex-basis: 14.1666666667%;
    -ms-flex-basis: 14.1666666667%;
    flex-basis: 14.1666666667%;
  }
  .md-3 {
    -webkit-flex-basis: 22.75%;
    -moz-flex-basis: 22.75%;
    -ms-flex-basis: 22.75%;
    flex-basis: 22.75%;
  }
  .md-4 {
    -webkit-flex-basis: 31.3333333333%;
    -moz-flex-basis: 31.3333333333%;
    -ms-flex-basis: 31.3333333333%;
    flex-basis: 31.3333333333%;
  }
  .md-5 {
    -webkit-flex-basis: 39.9166666667%;
    -moz-flex-basis: 39.9166666667%;
    -ms-flex-basis: 39.9166666667%;
    flex-basis: 39.9166666667%;
  }
  .md-6 {
    -webkit-flex-basis: 48.5%;
    -moz-flex-basis: 48.5%;
    -ms-flex-basis: 48.5%;
    flex-basis: 48.5%;
  }
  .md-7 {
    -webkit-flex-basis: 57.0833333333%;
    -moz-flex-basis: 57.0833333333%;
    -ms-flex-basis: 57.0833333333%;
    flex-basis: 57.0833333333%;
  }
  .md-8 {
    -webkit-flex-basis: 65.6666666667%;
    -moz-flex-basis: 65.6666666667%;
    -ms-flex-basis: 65.6666666667%;
    flex-basis: 65.6666666667%;
  }
  .md-9 {
    -webkit-flex-basis: 74.25%;
    -moz-flex-basis: 74.25%;
    -ms-flex-basis: 74.25%;
    flex-basis: 74.25%;
  }
  .md-10 {
    -webkit-flex-basis: 82.8333333333%;
    -moz-flex-basis: 82.8333333333%;
    -ms-flex-basis: 82.8333333333%;
    flex-basis: 82.8333333333%;
  }
  .md-11 {
    -webkit-flex-basis: 91.4166666667%;
    -moz-flex-basis: 91.4166666667%;
    -ms-flex-basis: 91.4166666667%;
    flex-basis: 91.4166666667%;
  }
  .md-12 {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    flex-basis: 100%;
  }
  .md-bottom {
    margin-bottom: 30px;
  }
}
@media (max-width: 768px) {
  .sm-1 {
    -webkit-flex-basis: 5.5833333333%;
    -moz-flex-basis: 5.5833333333%;
    -ms-flex-basis: 5.5833333333%;
    flex-basis: 5.5833333333%;
  }
  .sm-2 {
    -webkit-flex-basis: 14.1666666667%;
    -moz-flex-basis: 14.1666666667%;
    -ms-flex-basis: 14.1666666667%;
    flex-basis: 14.1666666667%;
  }
  .sm-3 {
    -webkit-flex-basis: 22.75%;
    -moz-flex-basis: 22.75%;
    -ms-flex-basis: 22.75%;
    flex-basis: 22.75%;
  }
  .sm-4 {
    -webkit-flex-basis: 31.3333333333%;
    -moz-flex-basis: 31.3333333333%;
    -ms-flex-basis: 31.3333333333%;
    flex-basis: 31.3333333333%;
  }
  .sm-5 {
    -webkit-flex-basis: 39.9166666667%;
    -moz-flex-basis: 39.9166666667%;
    -ms-flex-basis: 39.9166666667%;
    flex-basis: 39.9166666667%;
  }
  .sm-6 {
    -webkit-flex-basis: 48.5%;
    -moz-flex-basis: 48.5%;
    -ms-flex-basis: 48.5%;
    flex-basis: 48.5%;
  }
  .sm-7 {
    -webkit-flex-basis: 57.0833333333%;
    -moz-flex-basis: 57.0833333333%;
    -ms-flex-basis: 57.0833333333%;
    flex-basis: 57.0833333333%;
  }
  .sm-8 {
    -webkit-flex-basis: 65.6666666667%;
    -moz-flex-basis: 65.6666666667%;
    -ms-flex-basis: 65.6666666667%;
    flex-basis: 65.6666666667%;
  }
  .sm-9 {
    -webkit-flex-basis: 74.25%;
    -moz-flex-basis: 74.25%;
    -ms-flex-basis: 74.25%;
    flex-basis: 74.25%;
  }
  .sm-10 {
    -webkit-flex-basis: 82.8333333333%;
    -moz-flex-basis: 82.8333333333%;
    -ms-flex-basis: 82.8333333333%;
    flex-basis: 82.8333333333%;
  }
  .sm-11 {
    -webkit-flex-basis: 91.4166666667%;
    -moz-flex-basis: 91.4166666667%;
    -ms-flex-basis: 91.4166666667%;
    flex-basis: 91.4166666667%;
  }
  .sm-12 {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    flex-basis: 100%;
  }
  .sm-bottom {
    margin-bottom: 30px;
  }
}
@media (max-width: 480px) {
  .xs-1 {
    -webkit-flex-basis: 5.5833333333%;
    -moz-flex-basis: 5.5833333333%;
    -ms-flex-basis: 5.5833333333%;
    flex-basis: 5.5833333333%;
  }
  .xs-2 {
    -webkit-flex-basis: 14.1666666667%;
    -moz-flex-basis: 14.1666666667%;
    -ms-flex-basis: 14.1666666667%;
    flex-basis: 14.1666666667%;
  }
  .xs-3 {
    -webkit-flex-basis: 22.75%;
    -moz-flex-basis: 22.75%;
    -ms-flex-basis: 22.75%;
    flex-basis: 22.75%;
  }
  .xs-4 {
    -webkit-flex-basis: 31.3333333333%;
    -moz-flex-basis: 31.3333333333%;
    -ms-flex-basis: 31.3333333333%;
    flex-basis: 31.3333333333%;
  }
  .xs-5 {
    -webkit-flex-basis: 39.9166666667%;
    -moz-flex-basis: 39.9166666667%;
    -ms-flex-basis: 39.9166666667%;
    flex-basis: 39.9166666667%;
  }
  .xs-6 {
    -webkit-flex-basis: 48.5%;
    -moz-flex-basis: 48.5%;
    -ms-flex-basis: 48.5%;
    flex-basis: 48.5%;
  }
  .xs-7 {
    -webkit-flex-basis: 57.0833333333%;
    -moz-flex-basis: 57.0833333333%;
    -ms-flex-basis: 57.0833333333%;
    flex-basis: 57.0833333333%;
  }
  .xs-8 {
    -webkit-flex-basis: 65.6666666667%;
    -moz-flex-basis: 65.6666666667%;
    -ms-flex-basis: 65.6666666667%;
    flex-basis: 65.6666666667%;
  }
  .xs-9 {
    -webkit-flex-basis: 74.25%;
    -moz-flex-basis: 74.25%;
    -ms-flex-basis: 74.25%;
    flex-basis: 74.25%;
  }
  .xs-10 {
    -webkit-flex-basis: 82.8333333333%;
    -moz-flex-basis: 82.8333333333%;
    -ms-flex-basis: 82.8333333333%;
    flex-basis: 82.8333333333%;
  }
  .xs-11 {
    -webkit-flex-basis: 91.4166666667%;
    -moz-flex-basis: 91.4166666667%;
    -ms-flex-basis: 91.4166666667%;
    flex-basis: 91.4166666667%;
  }
  .xs-12 {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    flex-basis: 100%;
  }
  .xs-bottom {
    margin-bottom: 15px;
  }
}
.quality-counts h2 {
  padding-bottom: 25px;
  margin-bottom: 30px;
  position: relative;
}
@media (max-width: 1024px) {
  .quality-counts h2 {
    padding-bottom: 15px;
    margin-bottom: 15px;
  }
}
.quality-counts h2:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  height: 2px;
  background: rgba(56, 56, 56, 1);
  bottom: 0;
}
.quality-counts .btn {
  color: #fff;
}
.quality-counts .text.p-bottom {
  padding-bottom: 165px;
}
@media (max-width: 1024px) {
  .quality-counts .text.p-bottom {
    padding-bottom: 0;
  }
}
@media (max-width: 1024px) {
  .quality-counts .image img {
    aspect-ratio: 3;
    object-fit: cover;
    width: 100%;
  }
}
.experience-and-insight {
  margin-top: -70px;
}
@media (max-width: 1024px) {
  .experience-and-insight {
    margin-top: 0;
  }
}
.experience-and-insight .flex {
  -webkit-box-align: end;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  align-items: flex-end;
}
.experience-and-insight .image {
  margin-top: -70px;
}
@media (max-width: 1024px) {
  .experience-and-insight .image {
    margin-top: 0;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -moz-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }
}
@media (max-width: 1024px) {
  .experience-and-insight .image img {
    aspect-ratio: 3;
    object-fit: cover;
    width: 100%;
  }
}
.experience-and-insight .text {
  margin-bottom: 150px;
}
@media (max-width: 1440px) {
  .experience-and-insight .text {
    margin-bottom: 45px;
  }
}
@media (max-width: 1024px) {
  .experience-and-insight .text {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -moz-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
}
.experience-and-insight h2 {
  padding-bottom: 25px;
  margin-bottom: 30px;
  position: relative;
}
@media (max-width: 1024px) {
  .experience-and-insight h2 {
    padding-bottom: 15px;
    margin-bottom: 15px;
  }
}
.experience-and-insight h2:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  height: 2px;
  background: rgba(56, 56, 56, 1);
  bottom: 0;
}
.experience-and-insight-section .title {
  text-align: center;
  margin-bottom: 60px;
}
.experience-and-insight-section .items {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-flow: wrap;
  -moz-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -1%;
  width: 102%;
}
.experience-and-insight-section .items > * {
  width: 31.3333333333%;
  margin: 0 1% 1.3333333333em;
}
@media (max-width: 1024px) {
  .experience-and-insight-section .items {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -0.5%;
    width: 101%;
  }
  .experience-and-insight-section .items > * {
    width: 49%;
    margin: 0 0.5% 0.75em;
  }
}
@media (max-width: 768px) {
  .experience-and-insight-section .items {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -0.5%;
    width: 101%;
  }
  .experience-and-insight-section .items > * {
    width: 99%;
    margin: 0 0.5% 1em;
  }
}
@media (max-width: 1024px) {
  .experience-and-insight-section .items .item {
    margin-bottom: 50px;
  }
}
.experience-and-insight-section .items .item .image img {
  aspect-ratio: 1.3;
  object-fit: cover;
  width: 100%;
}
@media (max-width: 768px) {
  .experience-and-insight-section .items .item .image img {
    aspect-ratio: 2;
  }
}
.experience-and-insight-section .items .item .info {
  background: #000;
  padding: 20px 40px 50px;
  position: relative;
}
@media (max-width: 768px) {
  .experience-and-insight-section .items .item .info {
    padding: 15px 25px 50px;
  }
}
.experience-and-insight-section .items .item .info:before {
  content: '';
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  height: 17px;
  max-width: 70%;
  background: #202022;
  bottom: 0;
  width: 100%;
}
.experience-and-insight-section .items .item .info h4 {
  color: #fff;
  margin-bottom: 15px;
}
.experience-and-insight-section .items .item .info p {
  color: #a3a3a3;
}
.experience-and-insight-section .items .item .info .link {
  position: absolute;
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  bottom: -30px;
  max-width: 250px;
  width: 100%;
  color: #fff;
}
.experience-and-insight-section .items .item .info .btn {
  padding: 21px 40px;
}
.banner-section {
  min-height: 627px;
  text-align: center;
  padding: 35px 0;
}
@media (max-width: 1024px) {
  .banner-section {
    min-height: 450px;
  }
}
@media (max-width: 768px) {
  .banner-section {
    min-height: 350px;
  }
}
@media (max-width: 480px) {
  .banner-section {
    min-height: 300px;
  }
}
.banner-section h1, .banner-section p {
  color: #fff;
}
.banner-section p {
  font-size: 30px;
}
@media (max-width: 768px) {
  .banner-section p {
    font-size: 26px;
  }
}
.career-opportunities .navigation .btn {
  background: #393939;
  padding: 20px 50px;
  color: #fff;
  max-width: 350px;
  width: 100%;
}
.career-opportunities .navigation .btn:hover {
  background: #f41e26;
}
.career-opportunities .navigation .border {
  height: 1px;
  background: #383838;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin: 0 35px;
}
@media (max-width: 1024px) {
  .career-opportunities .navigation .border {
    display: none;
  }
}
.career-opportunities .navigation .btnGroup {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}
.career-opportunities .navigation .btnGroup .swiper-button {
  width: 65px;
  height: 65px;
  position: relative;
  cursor: pointer;
  border: 1px solid #383838;
  z-index: 9;
  margin-right: 22px;
}
.career-opportunities .navigation .btnGroup .swiper-button i {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #f41e26;
  font-size: 36px;
}
.career-opportunities .swiper-wrapper {
  padding-bottom: 70px;
}
@media (max-width: 768px) {
  .career-opportunities .swiper-wrapper {
    padding-bottom: 35px;
  }
}
.career-opportunities h2 {
  color: #f41e26;
  text-align: center;
  margin-bottom: 30px;
}
.career-opportunities .swiper-slide h4 {
  color: #fff;
  margin-bottom: 24px;
}
.career-opportunities .swiper-slide p {
  color: #a3a3a3;
}
.career-opportunities .swiper-slide .info {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.career-opportunities .swiper-slide .image {
  -webkit-flex-basis: 224px;
  -moz-flex-basis: 224px;
  -ms-flex-basis: 224px;
  flex-basis: 224px;
  margin-right: 20px;
}
@media (max-width: 480px) {
  .career-opportunities .swiper-slide .image {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    flex-basis: 100%;
    margin-bottom: 20px;
    margin-right: 0;
  }
}
.career-opportunities .swiper-slide .image img {
  aspect-ratio: 0.8;
  object-fit: cover;
}
.project-card-popup {
  background: #383838;
  padding: 23px !important;
  color: #fff;
  width: 100%;
}
.project-card-popup .gallery {
  margin-bottom: 24px;
}
.project-card-popup .info-row:nth-child(odd) .info-col:first-child {
  background: linear-gradient(90deg, #515151 0%, #383838 88.5%);
}
@media (max-width: 768px) {
  .project-card-popup .info-row:nth-child(even) .info-col:first-child {
    background: linear-gradient(90deg, #515151 0%, #383838 88.5%);
  }
}
.project-card-popup .info-row .info-col {
  padding: 6px 0 6px 30px;
}
@media (max-width: 480px) {
  .project-card-popup .info-row .info-col {
    padding: 6px 0 6px 20px;
  }
}
.project-card-popup .swiper-button-next, .project-card-popup .swiper-button-prev {
  color: #f41e26;
}
.types {
  margin-bottom: 40px;
  position: relative;
  z-index: 9;
  text-align: center;
}
.types a {
  color: #fff;
  font-size: 16px;
  padding: 9px 20px;
  border: 1px solid #fff;
  display: inline-block;
  margin: 0 15px;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .types a {
    padding: 7px 15px;
    margin: 5px 10px;
  }
}
.types a.active, .types a:hover {
  text-decoration: none;
  background: #383838;
  border: 1px solid transparent;
}
