@charset "UTF-8";
/******************************************************************
Theme Name:     Proglobal.
Theme URI:
Description:    This site was built by Gorilla Agency.
Author:         Gorilla Agency
Author URI:     https://www.gorillaagency.com/
Text Domain:    ga
Version: 1.0.1
Tags: fluid-layout, responsive-layout, accessibility-ready, translation-ready, microformats, rtl-language-support

*******************************************************************/
@font-face {
  font-family: 'Gotham';
  src: url("../fonts/Gotham-Bold.woff2") format("woff2"), url("../fonts/Gotham-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Gotham';
  src: url("../fonts/Gotham-Medium.woff2") format("woff2"), url("../fonts/Gotham-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Gotham';
  src: url("../fonts/Gotham-Book.woff2") format("woff2"), url("../fonts/Gotham-Book.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

:root {
  --black: #000000;
  --white: #ffffff;
  --off-white: #FBFBFB;
  --black-text: #323232;
  --orange: #FF6514;
  --brown: #807144;
  --primary-font-family: Gotham, sans-serif;
  --secondary-font-family: Gotham, sans-serif;
}

::-moz-selection {
  background: rgba(255, 101, 20, 0.4);
  color: #fff;
  text-shadow: none;
}

::selection {
  background: rgba(255, 101, 20, 0.4);
  color: #fff;
  text-shadow: none;
}

*, ::after, ::before {
  text-rendering: optimizeLegibility;
  outline: 0;
}

/* USAGE: @include transition(all 0.2s ease-in-out); */
/* USAGE: @include css-gradient(#dfdfdf,#f8f8f8); */
/* USAGE: @include transform($transforms); */
/* usage: @include box-shadow; or @include box-shadow(0, 2px, 2px, #333); */
/*----------------------------------------*/
/*  02. MIXIN CSS START
/*----------------------------------------*/
@-webkit-keyframes stickySlideDown {
  from {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes stickySlideDown {
  from {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

body {
  font-family: var(--primary-font-family);
  font-weight: 300;
  font-size: -webkit-calc(14px + (18 - 14) * ((100vw - 380px) / (1920 - 380)));
  font-size: calc(14px + (18 - 14) * ((100vw - 380px) / (1920 - 380)));
  color: var(--white);
  background-color: var(--black);
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  line-height: 1.7;
}
.ContactForm .form-control {
  background-color: var(--white);
  -webkit-border-radius: 2px;
  border-radius: 2px;
  border: 1px solid #CACACA;
  padding: 17px 20px !important;
  font-size: -webkit-calc(14px + (16 - 14) * ((100vw - 380px) / (1980 - 380)));
  font-size: calc(14px + (16 - 14) * ((100vw - 380px) / (1980 - 380)));
  font-weight: 400;
  color: var(--black);
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  height: 54px;
}
.ContactForm textarea.form-control{
  height: auto;
}

@media screen and (min-width: 1980px) {
  body {
    font-size: 18px;
  }
}

body.admin-bar {
  position: relative;
}

body.overflow-hide {
  overflow: hidden;
  height: 100vh;
}

.gform_ajax_spinner {
  display: none !important;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  font-family: var(--secondary-font-family);
  font-weight: bold;
  line-height: 1.2;
  text-transform: uppercase;
}

a {
  color: #FF6514;
  text-decoration: none;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

a:hover {
  color: #ff762e;
  text-decoration: none;
}

p {
  line-height: 1.7;
  font-size: -webkit-calc(15px + (18 - 15) * ((100vw - 380px) / (1980 - 380)));
  font-size: calc(15px + (18 - 15) * ((100vw - 380px) / (1980 - 380)));
}

@media screen and (min-width: 1980px) {
  p {
    font-size: 18px;
  }
}

img {
  max-width: 100%;
}

.container {
  width: 96%;
  max-width: 1700px;
}

@media (max-width: 1340px) {
  .container {
    width: 95%;
    min-width: auto;
  }
}

@media (max-width: 767px) {
  .container {
    width: 98%;
  }
}

@media (max-width: 480px) {
  .container {
    min-width: 98%;
  }
}

.main-content {
  min-height: -webkit-calc(100vh - 500px);
  min-height: calc(100vh - 500px);
  position: relative;
  padding-top: 120px;
}

@media (max-width: 1240px) {
  .main-content {
    padding-top: 100px;
  }
}

@media (max-width: 1150px) {
  .main-content {
    padding-top: 85px;
  }
}

@media (max-width: 991px) {
  .main-content {
    padding-top: 85px;
  }
}

@media (max-width: 767px) {
  .main-content {
    padding-top: 75px;
  }
}

h1.title, h1 {
  font-size: -webkit-calc(32px + (80 - 32) * ((100vw - 380px) / (1980 - 380)));
  font-size: calc(32px + (80 - 32) * ((100vw - 380px) / (1980 - 380)));
  font-family: var(--primary-font-family);
}

@media screen and (min-width: 1980px) {
  h1.title, h1 {
    font-size: 80px;
  }
}

h2.title, h2 {
  font-size: -webkit-calc(24px + (55 - 24) * ((100vw - 320px) / (1980 - 320)));
  font-size: calc(24px + (55 - 24) * ((100vw - 320px) / (1980 - 320)));
}

@media screen and (min-width: 1980px) {
  h2.title, h2 {
    font-size: 55px;
  }
}

h2.title span, h2 span {
  color: var(--orange);
}

h3 {
  font-size: -webkit-calc(20px + (35 - 20) * ((100vw - 320px) / (1980 - 320)));
  font-size: calc(20px + (35 - 20) * ((100vw - 320px) / (1980 - 320)));
  margin-bottom: 20px;
}

@media screen and (min-width: 1980px) {
  h3 {
    font-size: 35px;
  }
}

h4 {
  font-size: -webkit-calc(18px + (26 - 18) * ((100vw - 320px) / (1980 - 320)));
  font-size: calc(18px + (26 - 18) * ((100vw - 320px) / (1980 - 320)));
  margin-bottom: 10px;
  font-weight: 500;
}

@media screen and (min-width: 1980px) {
  h4 {
    font-size: 26px;
  }
}

h5 {
  font-size: -webkit-calc(16px + (24 - 16) * ((100vw - 320px) / (1980 - 320)));
  font-size: calc(16px + (24 - 16) * ((100vw - 320px) / (1980 - 320)));
  font-weight: 500;
  text-transform: capitalize;
}

@media screen and (min-width: 1980px) {
  h5 {
    font-size: 24px;
  }
}

.page-template-default .content-page {
  padding: 60px 0 100px;
  max-width: 1160px;
  min-width: auto;
}

@media screen and (max-width: 1280px) {
  .page-template-default .content-page {
    max-width: 90%;
  }
}

@media (max-width: 767px) {
  .page-template-default .content-page {
    padding: 60px 0;
  }
}

.text-content ul {
  list-style: none;
  padding: 0;
}

.text-content ul li {
  position: relative;
  margin-bottom: 10px;
  padding-left: 30px;
}

@media (max-width: 767px) {
  .text-content ul li {
    padding-left: 25px;
  }
}

.text-content p {
  margin-bottom: 15px;
}

.text-content strong, .text-content b {
  font-weight: 700;
}

.content-wrap {
  padding: 60px 0 100px;
}

@media (max-width: 991px) {
  .content-wrap {
    padding: 40px 0 50px;
  }
}

.content-wrap hr {
  margin: 50px 0;
}

@media screen and (max-width: 570px) {
  .content-wrap hr {
    margin: 35px 0;
  }
}

.content-wrap p {
  margin-bottom: 25px;
}

.content-wrap h4 {
  font-family: var(--primary-font-family);
  font-style: italic;
  font-size: 22px;
  text-decoration: underline;
  font-weight: 600;
  margin-bottom: 25px;
}

.content-wrap ul li {
  line-height: 2;
}

.btn-group {
  margin-top: 50px;
  gap: 20px;
  width: 100%;
}

@media (max-width: 767px) {
  .btn-group {
    -ms-flex-direction: column;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -webkit-flex-direction: column;
        flex-direction: column;
    gap: 15px;
    margin: 20px 0 30px;
  }
}

.btn-group .btn {
  max-width: 240px;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
          -webkit-box-align: center;
          -webkit-align-items: center;
      align-items: center;
  -ms-flex-pack: center;
          -webkit-box-pack: center;
          -webkit-justify-content: center;
      justify-content: center;
  padding: 18px 25px;
  text-align: center;
}

@media (max-width: 767px) {
  .btn-group .btn {
    min-width: 200px;
    margin: 0 auto !important;
  }
}

i {
  display: inline-block;
}

i.icon-phone {
  background: url(../images/icon-phone.svg) center no-repeat;
  background-size: contain;
  height: 24px;
  width: 24px;
}

i.icon-email {
  background: url(../images/icon-email.svg) center no-repeat;
  background-size: contain;
  height: 24px;
  width: 24px;
}

@media (max-width: 991px) {
  .md-hide {
    display: none !important;
  }
}

@media (max-width: 991px) {
  .md-show {
    display: block !important;
  }
}

@media (max-width: 767px) {
  .sm-hide {
    display: none !important;
  }
}

@media (max-width: 767px) {
  .sm-show {
    display: block !important;
  }
}

section .name {
  color: var(--white);
  font-size: -webkit-calc(40px + (130 - 40) * ((100vw - 380px) / (1980 - 380)));
  font-size: calc(40px + (130 - 40) * ((100vw - 380px) / (1980 - 380)));
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.37)), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.37) 0%, rgba(255, 255, 255, 0) 100%);
  background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: bold;
  text-transform: uppercase;
  opacity: 0.6;
  line-height: 1;
  position: relative;
  z-index: 0;
  text-align: center;
  margin-bottom: 15px;
}

section .name.white {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.37)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.37) 0%, rgba(0, 0, 0, 0) 100%);
  background-clip: text;
  -webkit-text-fill-color: transparent;
  opacity: 0.3;
}

@media screen and (min-width: 1980px) {
  section .name {
    font-size: 130px;
  }
}

i.icon {
  display: inline-block;
  background-size: contain;
  height: 20px;
  width: 20px;
}

i.icon.icon-phone {
  background: url(../images/icon-phone.svg) center no-repeat;
  background-size: contain;
  height: 24px;
  width: 24px;
}

i.icon.icon-email {
  background: url(../images/icon-email.svg) center no-repeat;
  background-size: contain;
  height: 24px;
  width: 24px;
}

i.icon.icon-mark {
  background: url(../images/icon-marker.svg) center no-repeat;
  background-size: contain;
  height: 24px;
  width: 24px;
}

.has-animation {
  /* opacity: 0; */
  -ms-transform: translateY(60px);
      transform: translateY(60px);
  -webkit-transform: translateY(60px);
}

section#page-hero {
  height: 335px;
  position: relative;
}

@media (max-width: 991px) {
  section#page-hero {
    height: 280px;
  }
}

@media (max-width: 767px) {
  section#page-hero {
    height: 200px;
  }
}

section#page-hero #parallax-background {
  background-position: center !important;
  background-attachment: fixed;
  height: 335px;
}

@media (max-width: 991px) {
  section#page-hero #parallax-background {
    height: 280px;
  }
}

@media (max-width: 767px) {
  section#page-hero #parallax-background {
    height: 200px;
  }
}

@supports (-webkit-touch-callout: inherit) {
  section#page-hero #parallax-background {
    background-attachment: scroll;
  }
}

.mfp-iframe-holder {
  padding: 70px;
}

.mfp-iframe-holder .mfp-content {
  max-width: 1340px;
}

.separator {
  position: relative;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -ms-flex-pack: center;
          -webkit-box-pack: center;
          -webkit-justify-content: center;
      justify-content: center;
  -ms-flex-align: center;
          -webkit-box-align: center;
          -webkit-align-items: center;
      align-items: center;
  font-weight: 500;
  text-align: center;
}

.separator span.separator {
  display: inline-block;
  height: 5px;
  width: 150px;
  background-color: var(--orange);
  margin-right: 40px;
}

@media (max-width: 991px) {
  .separator span.separator {
    width: 100px;
    height: 4px;
  }
}

@media (max-width: 767px) {
  .separator span.separator {
    width: 50px;
    height: 3px;
  }
}

@media (max-width: 480px) {
  .separator span.separator {
    margin-right: 0;
  }
}

.separator span.separator:last-child {
  margin-left: 40px;
  margin-right: 0;
}

@media (max-width: 480px) {
  .separator span.separator:last-child {
    margin-left: 0;
  }
}

section#hero {
  position: relative;
  padding: 150px 0 130px;
}

@media (max-width: 1240px) {
  section#hero {
    padding-top: 100px;
  }
}

@media (max-width: 1150px) {
  section#hero {
    padding-top: 85px;
    padding-bottom: 100px;
  }
}

@media (max-width: 991px) {
  section#hero {
    padding-top: 85px;
    padding-bottom: 100px;
  }
}

@media (max-width: 767px) {
  section#hero {
    padding-top: 75px;
    padding-bottom: 80px;
  }
}

section#hero .name {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.45)), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.45) 0%, rgba(255, 255, 255, 0) 100%);
  background-clip: text;
  -webkit-text-fill-color: transparent;
  opacity: 0.9;
  font-size: -webkit-calc(40px + (90 - 40) * ((100vw - 380px) / (1980 - 380)));
  font-size: calc(40px + (90 - 40) * ((100vw - 380px) / (1980 - 380)));
}

@media screen and (min-width: 1980px) {
  section#hero .name {
    font-size: 90px;
  }
}

section#hero .image {
  position: absolute;
  left: 50%;
  top: 80%;
  -webkit-transform: translateX(-50%) translateY(-50%);
      -ms-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  z-index: 2;
}

section#hero .image img {
  max-height: 300px;
}

@media (max-width: 991px) {
  section#hero .image img {
    max-height: 220px;
  }
}

section#hero .subtitle {
  margin-top: 25px;
}

section#hero .wave {
  background: url(../images/section-top.svg) bottom center no-repeat;
  background-size: cover;
  height: 145px;
  z-index: 2;
  position: absolute;
  bottom: -130px;
  width: 100%;
}

.page-template-contact-template .main-content {
  min-height: auto;
}

section#page-info {
  position: relative;
  padding: 70px 0;
}

section#page-info .content {
  text-align: center;
  max-width: 1400px;
  margin: 0 auto;
}

section#page-info h2 {
  margin-bottom: 16px;
}

section#page-info h5 {
  margin-bottom: 24px;
}

section#page-info .wave {
  background: url(../images/section-top.svg) bottom center no-repeat;
  background-size: cover;
  height: 145px;
  z-index: 2;
  position: absolute;
  bottom: -130px;
  width: 100%;
}

.gradient-box {
  position: relative;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  color: var(--white);
  background: var(--black);
  background-clip: padding-box;
  /* !importanté */
  border: solid 1px transparent;
  /* !importanté */
  -webkit-border-radius: 20px;
          border-radius: 20px;
}

.gradient-box:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  margin: -1px;
  /* !importanté */
  -webkit-border-radius: inherit;
          border-radius: inherit;
  /* !importanté */
  background: linear-gradient(135deg, white 0%, rgba(255, 255, 255, 0.94) 1%, rgba(255, 255, 255, 0) 18%, rgba(255, 101, 20, 0) 88%, #ff6514 100%);
}

.slick-slider {
  -webkit-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  user-select: text;
}

.slick-list.draggable {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

@-webkit-keyframes iconMove {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  30% {
    opacity: 0;
  }
  31% {
    -webkit-transform: translateY(-1.25rem);
            transform: translateY(-1.25rem);
  }
  32% {
    -webkit-transform: translateY(1.25rem);
            transform: translateY(1.25rem);
  }
  84% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes iconMove {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  30% {
    opacity: 0;
  }
  31% {
    -webkit-transform: translateY(-1.25rem);
            transform: translateY(-1.25rem);
  }
  32% {
    -webkit-transform: translateY(1.25rem);
            transform: translateY(1.25rem);
  }
  84% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

.btn, .btn-white, .btn-ghost, .btn-orange {
  display: inline-block;
  position: relative;
  border: 0;
  font-size: -webkit-calc(12px + (16 - 12) * ((100vw - 320px) / (1980 - 320)));
  font-size: calc(12px + (16 - 12) * ((100vw - 320px) / (1980 - 320)));
  padding: 20px 42px;
  line-height: 1.25;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  font-weight: 500;
  color: var(--white);
  -webkit-border-radius: 7px;
          border-radius: 7px;
  background: var(--orange);
  -webkit-transition: -webkit-transform 0.14s ease-in-out;
  transition: -webkit-transform 0.14s ease-in-out;
  transition: transform 0.14s ease-in-out;
  transition: transform 0.14s ease-in-out, -webkit-transform 0.14s ease-in-out;
  text-align: center;
  text-transform: uppercase;
}

@media screen and (min-width: 1980px) {
  .btn, .btn-white, .btn-ghost, .btn-orange {
    font-size: 16px;
  }
}

@media screen and (max-width: 1280px) {
  .btn, .btn-white, .btn-ghost, .btn-orange {
    padding: 17px 20px;
  }
}

.btn:focus, .btn-white:focus, .btn-ghost:focus, .btn-orange:focus, .btn:active, .btn-white:active, .btn-ghost:active, .btn-orange:active {
  text-decoration: none;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: var(--white) !important;
  background: var(--orange) !important;
}

.btn:hover, .btn-white:hover, .btn-ghost:hover, .btn-orange:hover {
  text-decoration: none;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: var(--white);
  background: var(--black);
}

.btn:hover i, .btn-white:hover i, .btn-ghost:hover i, .btn-orange:hover i {
  -webkit-animation: iconMove ease-out .35s;
          animation: iconMove ease-out .35s;
}

@media (max-width: 991px) {
  .btn, .btn-white, .btn-ghost, .btn-orange {
    padding: 15px 28px !important;
  }
}

.btn {
  min-width: 240px;
  text-align: center;
}

.btn span {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -ms-flex-pack: center;
          -webkit-box-pack: center;
          -webkit-justify-content: center;
      justify-content: center;
  -ms-flex-align: center;
          -webkit-box-align: center;
          -webkit-align-items: center;
      align-items: center;
}

.btn span i {
  width: 16px;
  height: 16px;
  margin-left: 13px;
  background: url(../images/btn-arrow.svg) center center no-repeat;
  background-size: contain;
}

@media (max-width: 767px) {
  .btn span i {
    width: 12px;
    height: 12px;
  }
}

@media (max-width: 560px) {
  .btn span i {
    width: 10px;
    height: 10px;
  }
}

.btn-white {
  border: 0;
  color: var(--orange);
  background-color: var(--white);
}

.btn-white:hover, .btn-white:focus, .btn-white:active {
  background: var(--orange) !important;
  color: var(--white) !important;
}

.btn-ghost {
  background-color: transparent;
  border: 1px solid var(--orange);
  color: var(--orange);
}

.btn-ghost span i {
  -webkit-filter: brightness(0) saturate(100%) invert(49%) sepia(78%) saturate(2620%) hue-rotate(349deg) brightness(99%) contrast(106%);
          filter: brightness(0) saturate(100%) invert(49%) sepia(78%) saturate(2620%) hue-rotate(349deg) brightness(99%) contrast(106%);
}

.btn-ghost:hover, .btn-ghost:focus, .btn-ghost:active {
  background: var(--orange) !important;
  color: var(--white) !important;
}

.btn-ghost:hover span i, .btn-ghost:focus span i, .btn-ghost:active span i {
  -webkit-filter: none;
          filter: none;
}

.btn-orange {
  background-color: var(--orange);
  color: var(--white);
  padding: 20px 40px;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  border: 0;
}

.btn-orange:hover, .btn-orange:focus, .btn-orange:active {
  color: var(--white);
  background: var(--orange);
}

.gform_confirmation_wrapper {
  margin-top: 0;
}

.gform_confirmation_wrapper .gform_confirmation_message {
  font-size: -webkit-calc(16px + (28 - 16) * ((100vw - 320px) / (1980 - 320))) !important;
  font-size: calc(16px + (28 - 16) * ((100vw - 320px) / (1980 - 320))) !important;
  font-weight: 500;
  position: relative;
  z-index: 1;
  line-height: 1;
  text-align: center;
}

@media screen and (min-width: 1980px) {
  .gform_confirmation_wrapper .gform_confirmation_message {
    font-size: 32px !important;
  }
}

.gform_confirmation_wrapper .gform_confirmation_message br {
  display: none;
}

.gform_confirmation_wrapper .gform_confirmation_message h2 {
  text-transform: uppercase;
  font-size: -webkit-calc(20px + (55 - 20) * ((100vw - 320px) / (1980 - 320))) !important;
  font-size: calc(20px + (55 - 20) * ((100vw - 320px) / (1980 - 320))) !important;
  margin-bottom: 0;
  color: #000 !important;
}

@media screen and (min-width: 1980px) {
  .gform_confirmation_wrapper .gform_confirmation_message h2 {
    font-size: 55px !important;
  }
}

@media (max-width: 480px) {
  .gform-theme.gform-theme--framework.gform_wrapper {
    width: 95%;
    margin: 0 auto;
  }
}

.gform-theme.gform-theme--framework.gform_wrapper .gform_validation_errors {
  display: none !important;
}

.gform-theme.gform-theme--framework.gform_wrapper .gform_validation_errors h2.gform_submission_error {
  font-size: 13.2px !important;
  margin-bottom: 0 !important;
  letter-spacing: 0 !important;
}

.gform-theme.gform-theme--framework.gform_wrapper .gf_progressbar_wrapper {
  display: none;
}

.gform-theme.gform-theme--framework.gform_wrapper .gform_heading {
  display: none;
}

.gform-theme.gform-theme--framework.gform_wrapper form .gform_fields {
  -webkit-column-gap: 26px;
     -moz-column-gap: 26px;
          column-gap: 26px;
  grid-row-gap: 24px;
}

@media (max-width: 991px) {
  .gform-theme.gform-theme--framework.gform_wrapper form .gform_fields {
    -webkit-column-gap: 22px;
       -moz-column-gap: 22px;
            column-gap: 22px;
    grid-row-gap: 20px;
  }
}

@media (max-width: 767px) {
  .gform-theme.gform-theme--framework.gform_wrapper form .gform_fields {
    -webkit-column-gap: 15px;
       -moz-column-gap: 15px;
            column-gap: 15px;
    grid-row-gap: 16px;
  }
}

.gform-theme.gform-theme--framework.gform_wrapper form .gf_invisible, .gform-theme.gform-theme--framework.gform_wrapper form .gfield_visibility_hidden {
  position: relative;
  visibility: visible;
  inset-inline-start: auto;
}

.gform-theme.gform-theme--framework.gform_wrapper form .gf_invisible .admin-hidden-markup, .gform-theme.gform-theme--framework.gform_wrapper form .gfield_visibility_hidden .admin-hidden-markup {
  display: none;
}

.gform-theme.gform-theme--framework.gform_wrapper form .gfield .gfield_validation_message {
  border: 0;
  background: transparent;
  padding: 0;
}

.gform-theme.gform-theme--framework.gform_wrapper form .gfield .gfield_description.instruction {
  display: none;
}

.gform-theme.gform-theme--framework.gform_wrapper form .gfield input[type=color], .gform-theme.gform-theme--framework.gform_wrapper form .gfield input[type=date], .gform-theme.gform-theme--framework.gform_wrapper form .gfield input[type=email], .gform-theme.gform-theme--framework.gform_wrapper form .gfield input[type=month], .gform-theme.gform-theme--framework.gform_wrapper form .gfield input[type=number], .gform-theme.gform-theme--framework.gform_wrapper form .gfield input[type=password], .gform-theme.gform-theme--framework.gform_wrapper form .gfield input[type=search], .gform-theme.gform-theme--framework.gform_wrapper form .gfield input[type=tel], .gform-theme.gform-theme--framework.gform_wrapper form .gfield input[type=text], .gform-theme.gform-theme--framework.gform_wrapper form .gfield input[type=time], .gform-theme.gform-theme--framework.gform_wrapper form .gfield input[type=url], .gform-theme.gform-theme--framework.gform_wrapper form .gfield input[type=week], .gform-theme.gform-theme--framework.gform_wrapper form .gfield select, .gform-theme.gform-theme--framework.gform_wrapper form .gfield textarea {
  background-color: var(--white);
  -webkit-border-radius: 2px;
          border-radius: 2px;
  border: 1px solid #CACACA;
  padding: 17px 20px !important;
  font-size: -webkit-calc(14px + (16 - 14) * ((100vw - 380px) / (1980 - 380)));
  font-size: calc(14px + (16 - 14) * ((100vw - 380px) / (1980 - 380)));
  font-weight: 400;
  color: var(--black);
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  height: 54px;
}

@media screen and (min-width: 1980px) {
  .gform-theme.gform-theme--framework.gform_wrapper form .gfield input[type=color], .gform-theme.gform-theme--framework.gform_wrapper form .gfield input[type=date], .gform-theme.gform-theme--framework.gform_wrapper form .gfield input[type=email], .gform-theme.gform-theme--framework.gform_wrapper form .gfield input[type=month], .gform-theme.gform-theme--framework.gform_wrapper form .gfield input[type=number], .gform-theme.gform-theme--framework.gform_wrapper form .gfield input[type=password], .gform-theme.gform-theme--framework.gform_wrapper form .gfield input[type=search], .gform-theme.gform-theme--framework.gform_wrapper form .gfield input[type=tel], .gform-theme.gform-theme--framework.gform_wrapper form .gfield input[type=text], .gform-theme.gform-theme--framework.gform_wrapper form .gfield input[type=time], .gform-theme.gform-theme--framework.gform_wrapper form .gfield input[type=url], .gform-theme.gform-theme--framework.gform_wrapper form .gfield input[type=week], .gform-theme.gform-theme--framework.gform_wrapper form .gfield select, .gform-theme.gform-theme--framework.gform_wrapper form .gfield textarea {
    font-size: 16px;
  }
}

@media screen and (max-width: 767px) {
  .gform-theme.gform-theme--framework.gform_wrapper form .gfield input[type=color], .gform-theme.gform-theme--framework.gform_wrapper form .gfield input[type=date], .gform-theme.gform-theme--framework.gform_wrapper form .gfield input[type=email], .gform-theme.gform-theme--framework.gform_wrapper form .gfield input[type=month], .gform-theme.gform-theme--framework.gform_wrapper form .gfield input[type=number], .gform-theme.gform-theme--framework.gform_wrapper form .gfield input[type=password], .gform-theme.gform-theme--framework.gform_wrapper form .gfield input[type=search], .gform-theme.gform-theme--framework.gform_wrapper form .gfield input[type=tel], .gform-theme.gform-theme--framework.gform_wrapper form .gfield input[type=text], .gform-theme.gform-theme--framework.gform_wrapper form .gfield input[type=time], .gform-theme.gform-theme--framework.gform_wrapper form .gfield input[type=url], .gform-theme.gform-theme--framework.gform_wrapper form .gfield input[type=week], .gform-theme.gform-theme--framework.gform_wrapper form .gfield select, .gform-theme.gform-theme--framework.gform_wrapper form .gfield textarea {
    padding: 12px 15px !important;
    min-height: auto !important;
    line-height: 1 !important;
  }
}

@media screen and (max-width: 480px) {
  .gform-theme.gform-theme--framework.gform_wrapper form .gfield input[type=color], .gform-theme.gform-theme--framework.gform_wrapper form .gfield input[type=date], .gform-theme.gform-theme--framework.gform_wrapper form .gfield input[type=email], .gform-theme.gform-theme--framework.gform_wrapper form .gfield input[type=month], .gform-theme.gform-theme--framework.gform_wrapper form .gfield input[type=number], .gform-theme.gform-theme--framework.gform_wrapper form .gfield input[type=password], .gform-theme.gform-theme--framework.gform_wrapper form .gfield input[type=search], .gform-theme.gform-theme--framework.gform_wrapper form .gfield input[type=tel], .gform-theme.gform-theme--framework.gform_wrapper form .gfield input[type=text], .gform-theme.gform-theme--framework.gform_wrapper form .gfield input[type=time], .gform-theme.gform-theme--framework.gform_wrapper form .gfield input[type=url], .gform-theme.gform-theme--framework.gform_wrapper form .gfield input[type=week], .gform-theme.gform-theme--framework.gform_wrapper form .gfield select, .gform-theme.gform-theme--framework.gform_wrapper form .gfield textarea {
    padding: 10px 12px !important;
    height: 50px;
  }
}

.gform-theme.gform-theme--framework.gform_wrapper form .gfield input[type=color]:-ms-input-placeholder, .gform-theme.gform-theme--framework.gform_wrapper form .gfield input[type=date]:-ms-input-placeholder, .gform-theme.gform-theme--framework.gform_wrapper form .gfield input[type=email]:-ms-input-placeholder, .gform-theme.gform-theme--framework.gform_wrapper form .gfield input[type=month]:-ms-input-placeholder, .gform-theme.gform-theme--framework.gform_wrapper form .gfield input[type=number]:-ms-input-placeholder, .gform-theme.gform-theme--framework.gform_wrapper form .gfield input[type=password]:-ms-input-placeholder, .gform-theme.gform-theme--framework.gform_wrapper form .gfield input[type=search]:-ms-input-placeholder, .gform-theme.gform-theme--framework.gform_wrapper form .gfield input[type=tel]:-ms-input-placeholder, .gform-theme.gform-theme--framework.gform_wrapper form .gfield input[type=text]:-ms-input-placeholder, .gform-theme.gform-theme--framework.gform_wrapper form .gfield input[type=time]:-ms-input-placeholder, .gform-theme.gform-theme--framework.gform_wrapper form .gfield input[type=url]:-ms-input-placeholder, .gform-theme.gform-theme--framework.gform_wrapper form .gfield input[type=week]:-ms-input-placeholder, .gform-theme.gform-theme--framework.gform_wrapper form .gfield select:-ms-input-placeholder, .gform-theme.gform-theme--framework.gform_wrapper form .gfield textarea:-ms-input-placeholder {
  color: #B4B4B4;
  opacity: 1;
}

.gform-theme.gform-theme--framework.gform_wrapper form .gfield input[type=color]::-webkit-input-placeholder, .gform-theme.gform-theme--framework.gform_wrapper form .gfield input[type=date]::-webkit-input-placeholder, .gform-theme.gform-theme--framework.gform_wrapper form .gfield input[type=email]::-webkit-input-placeholder, .gform-theme.gform-theme--framework.gform_wrapper form .gfield input[type=month]::-webkit-input-placeholder, .gform-theme.gform-theme--framework.gform_wrapper form .gfield input[type=number]::-webkit-input-placeholder, .gform-theme.gform-theme--framework.gform_wrapper form .gfield input[type=password]::-webkit-input-placeholder, .gform-theme.gform-theme--framework.gform_wrapper form .gfield input[type=search]::-webkit-input-placeholder, .gform-theme.gform-theme--framework.gform_wrapper form .gfield input[type=tel]::-webkit-input-placeholder, .gform-theme.gform-theme--framework.gform_wrapper form .gfield input[type=text]::-webkit-input-placeholder, .gform-theme.gform-theme--framework.gform_wrapper form .gfield input[type=time]::-webkit-input-placeholder, .gform-theme.gform-theme--framework.gform_wrapper form .gfield input[type=url]::-webkit-input-placeholder, .gform-theme.gform-theme--framework.gform_wrapper form .gfield input[type=week]::-webkit-input-placeholder, .gform-theme.gform-theme--framework.gform_wrapper form .gfield select::-webkit-input-placeholder, .gform-theme.gform-theme--framework.gform_wrapper form .gfield textarea::-webkit-input-placeholder {
  color: #B4B4B4;
  opacity: 1;
}

.gform-theme.gform-theme--framework.gform_wrapper form .gfield input[type=color]::-moz-placeholder, .gform-theme.gform-theme--framework.gform_wrapper form .gfield input[type=date]::-moz-placeholder, .gform-theme.gform-theme--framework.gform_wrapper form .gfield input[type=email]::-moz-placeholder, .gform-theme.gform-theme--framework.gform_wrapper form .gfield input[type=month]::-moz-placeholder, .gform-theme.gform-theme--framework.gform_wrapper form .gfield input[type=number]::-moz-placeholder, .gform-theme.gform-theme--framework.gform_wrapper form .gfield input[type=password]::-moz-placeholder, .gform-theme.gform-theme--framework.gform_wrapper form .gfield input[type=search]::-moz-placeholder, .gform-theme.gform-theme--framework.gform_wrapper form .gfield input[type=tel]::-moz-placeholder, .gform-theme.gform-theme--framework.gform_wrapper form .gfield input[type=text]::-moz-placeholder, .gform-theme.gform-theme--framework.gform_wrapper form .gfield input[type=time]::-moz-placeholder, .gform-theme.gform-theme--framework.gform_wrapper form .gfield input[type=url]::-moz-placeholder, .gform-theme.gform-theme--framework.gform_wrapper form .gfield input[type=week]::-moz-placeholder, .gform-theme.gform-theme--framework.gform_wrapper form .gfield select::-moz-placeholder, .gform-theme.gform-theme--framework.gform_wrapper form .gfield textarea::-moz-placeholder {
  color: #B4B4B4;
  opacity: 1;
}

.gform-theme.gform-theme--framework.gform_wrapper form .gfield input[type=color]::placeholder, .gform-theme.gform-theme--framework.gform_wrapper form .gfield input[type=date]::placeholder, .gform-theme.gform-theme--framework.gform_wrapper form .gfield input[type=email]::placeholder, .gform-theme.gform-theme--framework.gform_wrapper form .gfield input[type=month]::placeholder, .gform-theme.gform-theme--framework.gform_wrapper form .gfield input[type=number]::placeholder, .gform-theme.gform-theme--framework.gform_wrapper form .gfield input[type=password]::placeholder, .gform-theme.gform-theme--framework.gform_wrapper form .gfield input[type=search]::placeholder, .gform-theme.gform-theme--framework.gform_wrapper form .gfield input[type=tel]::placeholder, .gform-theme.gform-theme--framework.gform_wrapper form .gfield input[type=text]::placeholder, .gform-theme.gform-theme--framework.gform_wrapper form .gfield input[type=time]::placeholder, .gform-theme.gform-theme--framework.gform_wrapper form .gfield input[type=url]::placeholder, .gform-theme.gform-theme--framework.gform_wrapper form .gfield input[type=week]::placeholder, .gform-theme.gform-theme--framework.gform_wrapper form .gfield select::placeholder, .gform-theme.gform-theme--framework.gform_wrapper form .gfield textarea::placeholder {
  color: #B4B4B4;
  opacity: 1;
}

.gform-theme.gform-theme--framework.gform_wrapper form .gfield textarea.large, .gform-theme.gform-theme--framework.gform_wrapper form .gfield textarea.small {
  resize: none;
  height: 120px;
  min-block-size: none;
  overflow-wrap: anywhere;
}

.gform-theme.gform-theme--framework.gform_wrapper form .gfield textarea.large.large, .gform-theme.gform-theme--framework.gform_wrapper form .gfield textarea.small.large {
  height: 190px !important;
}

.gform-theme.gform-theme--framework.gform_wrapper form .gfield .ginput_container.gform-grid-row {
  -ms-flex-pack: justify;
          -webkit-box-pack: justify;
          -webkit-justify-content: space-between;
      justify-content: space-between;
}

.gform-theme.gform-theme--framework.gform_wrapper form .gfield select {
  color: var(--black);
  -webkit-appearance: none;
  background-position-x: -webkit-calc(100% - 15px);
  background-position-x: calc(100% - 15px);
  background-position-y: center;
  padding: 7px 40px 8px 25px !important;
  background-image: url(../images/icon-dropdown.svg);
}

@media screen and (max-width: 480px) {
  .gform-theme.gform-theme--framework.gform_wrapper form .gfield select {
    background-size: 14px;
  }
}

@media (max-width: 767px) {
  .gform-theme.gform-theme--framework.gform_wrapper form .gfield select {
    padding: 17px 40px 16px 25px !important;
  }
}

.gform-theme.gform-theme--framework.gform_wrapper form .gfield select:invalid option {
  color: rgba(34, 34, 34, 0.45);
}

.gform-theme.gform-theme--framework.gform_wrapper form .gfield select:-ms-input-placeholder {
  color: var(--black);
}

.gform-theme.gform-theme--framework.gform_wrapper form .gfield select::-webkit-input-placeholder {
  color: var(--black);
}

.gform-theme.gform-theme--framework.gform_wrapper form .gfield select::-moz-placeholder {
  color: var(--black);
}

.gform-theme.gform-theme--framework.gform_wrapper form .gfield select::placeholder {
  color: var(--black);
}

.gform-theme.gform-theme--framework.gform_wrapper form .gfield select option {
  font-weight: 200;
  color: var(--black);
  padding: 7px 5px;
}

.gform-theme.gform-theme--framework.gform_wrapper form .chosen-container a.chosen-single {
  background: #EFEFEF;
  -webkit-border-radius: 16px;
          border-radius: 16px;
  border: 0;
  padding: 14px 30px;
  font-size: -webkit-calc(16px + (20 - 16) * ((100vw - 320px) / (1980 - 320)));
  font-size: calc(16px + (20 - 16) * ((100vw - 320px) / (1980 - 320)));
  font-weight: 200;
}

@media screen and (min-width: 1980px) {
  .gform-theme.gform-theme--framework.gform_wrapper form .chosen-container a.chosen-single {
    font-size: 20px;
  }
}

.gform-theme.gform-theme--framework.gform_wrapper form .gform_footer {
  padding-bottom: 0;
  padding-top: 30px;
}

.gform-theme.gform-theme--framework.gform_wrapper form .gform_footer [type=submit] {
  font-size: -webkit-calc(12px + (16 - 12) * ((100vw - 320px) / (1980 - 320))) !important;
  font-size: calc(12px + (16 - 12) * ((100vw - 320px) / (1980 - 320))) !important;
  border: 0 !important;
  -webkit-border-radius: 7px !important;
          border-radius: 7px !important;
  padding: 20px 50px 20px 32px !important;
  line-height: 1;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  color: #fff;
  text-transform: uppercase !important;
  width: auto;
  position: relative;
  background: var(--orange) url(../images/btn-arrow.svg) no-repeat !important;
  background-size: 12px !important;
  background-position: 85% 50% !important;
  min-width: 24px;
}

@media screen and (min-width: 1980px) {
  .gform-theme.gform-theme--framework.gform_wrapper form .gform_footer [type=submit] {
    font-size: 16px;
  }
}

.gform-theme.gform-theme--framework.gform_wrapper form .gform_footer [type=submit]:hover {
  background-color: var(--black) !important;
}

@media screen and (max-width: 767px) {
  .gform-theme.gform-theme--framework.gform_wrapper form .gform_footer [type=submit] {
    padding: 15px 40px 15px 25px !important;
    background-size: 10px !important;
  }
}

@media screen and (max-width: 520px) {
  .gform-theme.gform-theme--framework.gform_wrapper form .gform_footer [type=submit] {
    min-width: auto;
    width: 100%;
    padding: 15px 40px 15px 25px !important;
  }
}

.gform-theme--framework.ui-datepicker {
  margin-top: -30px !important;
}

.gform-theme--framework.ui-datepicker table .ui-datepicker-current-day a, .gform-theme--framework.ui-datepicker table .ui-datepicker-current-day span {
  background-color: var(--orange);
}

header#header {
  position: absolute;
  padding: 0;
  z-index: 10;
  -ms-flex-wrap: wrap;
          -webkit-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  background-color: var(--white);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  width: 100%;
}

@media (max-width: 991px) {
  header#header {
    padding: 0;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
}

@media (max-width: 1150px) {
  header#header .container {
    width: 98%;
  }
}

header#header.sticky {
  position: fixed;
  width: 100%;
  -webkit-animation: stickySlideDown 0.65s cubic-bezier(0.23, 1, 0.32, 1) both;
          animation: stickySlideDown 0.65s cubic-bezier(0.23, 1, 0.32, 1) both;
  z-index: 99;
  padding: 0;
  background: rgba(255, 255, 255, 0.75);
  -webkit-box-shadow: 0px 4px 40px 10px rgba(68, 63, 63, 0.08);
          box-shadow: 0px 4px 40px 10px rgba(68, 63, 63, 0.08);
  top: 0;
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
}

header#header.sticky:after {
  display: none;
}

@media (max-width: 767px) {
  header#header.sticky {
    padding: 1px 0;
  }
}

header#header.sticky a.navbar-brand {
  opacity: 1;
}

header#header.sticky a.navbar-brand img {
  height: 60px;
  width: auto;
  position: static;
}

@media (max-width: 1240px) {
  header#header.sticky a.navbar-brand img {
    height: 55px;
  }
}

@media (max-width: 1150px) {
  header#header.sticky a.navbar-brand img {
    height: 45px;
  }
}

@media (max-width: 991px) {
  header#header.sticky a.navbar-brand img {
    height: 50px;
  }
}

header#header.sticky .top-button:after {
  display: none;
}

header#header.sticky .top-button .btn {
  padding: 10px;
  font-size: 16px;
}

@media (max-width: 991px) {
  header#header.on {
    overflow: visible;
  }
}

header#header .container {
  position: relative;
}

@media (max-width: 991px) {
  header#header .container {
    -ms-flex-pack: center;
            -webkit-box-pack: center;
            -webkit-justify-content: center;
        justify-content: center;
    overflow: hidden;
  }
}

@media (max-width: 991px) {
  header#header .container > .d-flex {
    overflow: hidden;
  }
}

header#header a.navbar-brand {
  padding: 15px 0;
  -webkit-transition: none;
  transition: none;
  opacity: 1;
  margin: 0;
  text-align: center;
  display: block;
}

header#header a.navbar-brand img {
  height: 90px;
}

@media (max-width: 1240px) {
  header#header a.navbar-brand img {
    height: 70px;
  }
}

@media (max-width: 1150px) {
  header#header a.navbar-brand img {
    height: 55px;
  }
}

@media (max-width: 767px) {
  header#header a.navbar-brand img {
    height: 45px;
  }
}

header#header .navbar-toggler {
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
  padding: 0;
  position: absolute;
  right: 0;
  top: -webkit-calc(50% - 28px);
  top: calc(50% - 28px);
  display: none;
  border: none;
}

@media (max-width: 991px) {
  header#header .navbar-toggler {
    display: block;
    padding: 10px 0;
    z-index: 1;
  }
  header#header .navbar-toggler svg {
    width: 28px;
    height: 28px;
  }
}

@media (max-width: 480px) {
  header#header .navbar-toggler {
    padding: 13px 0;
  }
  header#header .navbar-toggler svg {
    width: 22px;
    height: 22px;
  }
}

header#header nav {
  padding: 10px 0;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
          -webkit-box-align: center;
          -webkit-align-items: center;
      align-items: center;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

@media (max-width: 991px) {
  header#header nav {
    display: none;
  }
}

header#header nav ul.top-nav {
  width: 100%;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -ms-flex-pack: justify;
          -webkit-box-pack: justify;
          -webkit-justify-content: space-between;
      justify-content: space-between;
}

@media (max-width: 991px) {
  header#header nav ul.top-nav {
    display: block;
    width: 90%;
  }
}

header#header nav ul.top-nav li {
  margin: 0;
  padding: 15px 16px;
  position: relative;
}

/* @media (max-width: 1370px) {
  header#header nav ul.top-nav li {
    padding: 15px 16px;
  }
} */

/* @media (max-width: 1150px) {
  header#header nav ul.top-nav li {
    padding: 15px 8px;
  }
} */

@media (max-width: 991px) {
  header#header nav ul.top-nav li {
    margin: 20px 0;
  }
}

header#header nav ul.top-nav li.current-menu-item > a, header#header nav ul.top-nav li.current-menu-parent > a, header#header nav ul.top-nav li.current_page_parent > a {
  color: var(--orange);
}

header#header nav ul.top-nav li.current-menu-item > a:after, header#header nav ul.top-nav li.current-menu-parent > a:after, header#header nav ul.top-nav li.current_page_parent > a:after {
  -webkit-filter: brightness(0) saturate(100%) invert(49%) sepia(84%) saturate(2078%) hue-rotate(335deg) brightness(101%) contrast(101%);
          filter: brightness(0) saturate(100%) invert(49%) sepia(84%) saturate(2078%) hue-rotate(335deg) brightness(101%) contrast(101%);
}

header#header nav ul.top-nav li.menu-item-has-children > a {
  padding-right: 16px;
  position: relative;
}

@media (max-width: 1370px) {
  header#header nav ul.top-nav li.menu-item-has-children > a {
    padding-right: 8px;
  }
}

header#header nav ul.top-nav li.menu-item-has-children > a:after {
  content: "";
  background: url(../images/icon-menu-down.svg) no-repeat;
  background-position: center;
  background-size: contain;
  height: 6px;
  width: 10px;
  position: absolute;
  right: -5px;
  top: -webkit-calc(50% - 3px);
  top: calc(50% - 3px);
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

header#header nav ul.top-nav li a {
  padding: 15px 0px 15px;
  color: var(--black-text);
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  line-height: 1.1;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 15px;
}

@media (max-width: 1370px) {
  header#header nav ul.top-nav li a {
    font-size: 14px;
  }
}

@media (max-width: 1370px) {
  header#header nav ul.top-nav li a {
    font-size: 13px;
  }
}

@media (max-width: 991px) {
  header#header nav ul.top-nav li a {
    padding: 5px 15px;
    font-size: 18px;
    width: 100%;
    display: block;
  }
}

header#header nav ul.top-nav li a:hover {
  color: var(--orange);
}

header#header nav ul.top-nav li:hover > a:after {
  -webkit-transform: rotate(-180deg);
      -ms-transform: rotate(-180deg);
          transform: rotate(-180deg);
}

header#header nav ul.top-nav li:hover ul.sub-menu {
  top: 55px;
  opacity: 1;
  pointer-events: all;
  left: 0;
}

header#header nav ul.top-nav li.resources ul.sub-menu {
  width: 220px;
}

@media (max-width: 1280px) {
  header#header nav ul.top-nav li.resources ul.sub-menu {
    width: 180px;
  }
}

header#header nav ul.top-nav li ul.sub-menu {
  background-color: var(--white);
  width: 360px;
  padding: 16px 0;
  position: absolute;
  left: 0;
  top: 80px;
  opacity: 0;
  pointer-events: none;
  z-index: 10;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  list-style: none;
  display: block;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.09);
          box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.09);
}

@media screen and (max-width: 1380px) {
  header#header nav ul.top-nav li ul.sub-menu {
    width: 320px;
  }
}

header#header nav ul.top-nav li ul.sub-menu li {
  margin: 0;
  padding: 16px 32px;
}

@media screen and (max-width: 1380px) {
  header#header nav ul.top-nav li ul.sub-menu li {
    padding: 12px 20px;
  }
}

header#header nav ul.top-nav li ul.sub-menu li.current_page_item a {
  color: var(--orange);
}

header#header nav ul.top-nav li ul.sub-menu li a {
  display: block;
  text-align: left;
  font-size: 15px;
  padding: 0;
  padding-left: 10px;
  border-left: 2px solid var(--orange);
}

@media screen and (max-width: 1380px) {
  header#header nav ul.top-nav li ul.sub-menu li a {
    font-size: 13px;
  }
}

header#header nav ul.top-nav li ul.sub-menu li a:hover {
  color: var(--orange);
}

header#header nav a.close {
  display: none;
}

@media (max-width: 991px) {
  header#header nav a.close {
    display: inline-block;
    position: absolute;
    font-size: 30px;
    right: 30px;
    color: var(--black);
    font-weight: 900;
  }
}

header#header .mobile-close {
  display: inline-block;
  position: absolute;
  right: 26px;
  font-size: 22px;
  top: 25px;
}

@media (max-width: 991px) {
  header#header .mobile-close {
    display: inline-block !important;
  }
}

.top-header {
  background: var(--orange);
  padding: 6px 0;
}

.top-header .contact {
  margin-right: 24px;
}

.top-header .contact a.link {
  color: var(--white);
  font-size: 15px;
  position: relative;
  padding: 0 7px;
  line-height: 1.7;
  display: inline-block;
}

.top-header .contact a.link:first-child {
  padding-left: 0;
}

.top-header .contact a.link i {
  display: inline-block;
  margin-right: 2px;
  vertical-align: middle;
  height: 14px;
  width: 16px;
  -webkit-filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(5168%) hue-rotate(360deg) brightness(108%) contrast(100%);
          filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(5168%) hue-rotate(360deg) brightness(108%) contrast(100%);
}

.top-header .contact a.link span {
  display: inline-block;
  vertical-align: middle;
}

.top-header .social-links ul {
  margin: 0;
}

.top-header .social-links ul li.list-inline-item:not(:last-child) {
  margin-right: 20px;
}

@media (max-width: 1440px) {
  .top-header .social-links ul li.list-inline-item:not(:last-child) {
    margin-right: 10px;
  }
}

.top-header .social-links ul li a img {
  height: 21px;
  width: 21px;
  -webkit-filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(5168%) hue-rotate(360deg) brightness(108%) contrast(100%);
          filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(5168%) hue-rotate(360deg) brightness(108%) contrast(100%);
}

.header-bottom-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  overflow: hidden;
  z-index: 11;
  opacity: 0;
  background: rgba(0, 0, 0, 0.65);
  cursor: pointer;
}

.header-bottom-overlay.show {
  display: block;
  z-index: 10;
  opacity: 1;
}

.admin-bar header#header.sticky {
  top: 30px;
}

.drawer {
  display: none;
}

@media (max-width: 991px) {
  .drawer {
    display: block;
    position: fixed;
    width: 440px;
    margin-top: 0;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    height: 100vh;
    background: var(--orange);
    top: 0;
    z-index: 99;
    overflow-x: hidden;
    overflow-y: auto;
    right: -440px;
    -ms-flex-align: start;
            -webkit-box-align: start;
            -webkit-align-items: flex-start;
        align-items: flex-start;
    -ms-flex-direction: column;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -webkit-flex-direction: column;
        flex-direction: column;
    -ms-flex-pack: justify;
            -webkit-box-pack: justify;
            -webkit-justify-content: space-between;
        justify-content: space-between;
    padding: 50px;
    -webkit-transition: -webkit-transform .3s ease;
    transition: -webkit-transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease, -webkit-transform .3s ease;
  }
}

@media (max-width: 767px) {
  .drawer {
    height: 100vh;
    padding-bottom: 30px;
  }
}

@media (max-width: 480px) {
  .drawer {
    width: 100%;
    right: -100%;
    padding: 25px 20px 80px;
  }
}

.drawer .content {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -ms-flex-direction: column;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -webkit-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: justify;
          -webkit-box-pack: justify;
          -webkit-justify-content: space-between;
      justify-content: space-between;
  height: 100%;
}

.drawer .close {
  display: inline-block;
  position: absolute;
  right: 26px;
  font-size: 22px;
  top: 25px;
  color: var(--white);
}

.drawer ul.top-nav {
  display: block;
  width: 95%;
}

.drawer ul.top-nav li {
  margin: 20px 0;
  position: relative;
}

.drawer ul.top-nav li.current-menu-item > a, .drawer ul.top-nav li.current-menu-parent > a, .drawer ul.top-nav li.current_page_parent > a {
  font-weight: 600;
}

.drawer ul.top-nav li.btn-wrap a {
  color: var(--white);
  padding: 17px 28px;
  font-weight: 500;
}

.drawer ul.top-nav li.menu-item-has-children > a {
  position: relative;
}

.drawer ul.top-nav li a {
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
  line-height: 1.1;
  font-weight: 200;
  text-transform: uppercase;
  color: var(--white);
  padding: 5px 0;
  font-size: 16px;
  width: 100%;
  display: block;
}

.drawer ul.top-nav li a:hover {
  font-weight: 600;
}

.drawer ul.top-nav li i.dropdown {
  position: absolute;
  right: 0;
  background: #fff;
  top: 5px;
  background: url(../images/icon-menu-down.svg) no-repeat;
  background-position: center;
  background-size: contain;
  -webkit-filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(247deg) brightness(102%) contrast(101%);
          filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(247deg) brightness(102%) contrast(101%);
  height: 14px;
  width: 14px;
  cursor: pointer;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.drawer ul.top-nav li i.dropdown.on {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.drawer ul.top-nav li .sub-menu {
  display: none;
  list-style: none;
  padding-left: 30px;
}

.drawer ul.top-nav li .sub-menu li {
  margin: 10px 0;
}

.drawer ul.top-nav li .sub-menu li a {
  font-size: 14px;
}

.drawer.on {
  -webkit-transform: translate3d(-100%, 0, 0);
          transform: translate3d(-100%, 0, 0);
  -webkit-box-shadow: 0 0 13px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 13px rgba(0, 0, 0, 0.3);
}

.drawer .btn-white {
  margin-bottom: 25px;
}

.drawer .contact-wrap .contact {
  margin-bottom: 25px;
}

.drawer .contact-wrap .contact a {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
          -webkit-box-align: center;
          -webkit-align-items: center;
      align-items: center;
  -ms-flex-wrap: wrap;
          -webkit-flex-wrap: wrap;
      flex-wrap: wrap;
  color: var(--white);
  margin: 15px 0;
  font-size: 14px;
  overflow-wrap: anywhere;
}

.drawer .contact-wrap .contact a span {
  width: -webkit-calc(100% - 30px);
  width: calc(100% - 30px);
}

.drawer .contact-wrap .contact a i {
  -webkit-filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(247deg) brightness(102%) contrast(101%);
          filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(247deg) brightness(102%) contrast(101%);
  margin-right: 10px;
  height: 14px;
  width: 14px;
}

.drawer .social-links li a img {
  width: 20px;
  height: 20px;
  object-fit: contain;
  -webkit-filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(247deg) brightness(102%) contrast(101%);
          filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(247deg) brightness(102%) contrast(101%);
}

footer#footer {
  position: relative;
  padding: 0;
  background-position: bottom right;
}

footer#footer .newsletter {
  position: relative;
  z-index: 2;
  background: var(--orange);
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  padding: 54px 72px;
  -webkit-border-radius: 7px;
          border-radius: 7px;
}

@media screen and (max-width: 1170px) {
  footer#footer .newsletter {
    padding: 40px;
  }
}

@media (max-width: 767px) {
  footer#footer .newsletter {
    padding: 30px 20px 60px;
  }
}

@media (max-width: 560px) {
  footer#footer .newsletter {
    padding: 30px 20px 50px;
  }
}

@media (max-width: 991px) {
  footer#footer .newsletter .row > div:first-of-type {
    text-align: center;
    margin-bottom: 20px;
  }
}

footer#footer .newsletter h4 {
  margin-bottom: 5px;
  text-transform: capitalize;
}

footer#footer .newsletter .text-content {
  font-size: -webkit-calc(16px + (18 - 16) * ((100vw - 320px) / (1980 - 320)));
  font-size: calc(16px + (18 - 16) * ((100vw - 320px) / (1980 - 320)));
}

@media screen and (min-width: 1980px) {
  footer#footer .newsletter .text-content {
    font-size: 18px;
  }
}

footer#footer .newsletter .gform-theme {
  padding-left: 100px;
}

@media screen and (max-width: 1380px) {
  footer#footer .newsletter .gform-theme {
    padding-left: 0;
  }
}

footer#footer .newsletter .gform-theme form {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
          -webkit-box-align: center;
          -webkit-align-items: center;
      align-items: center;
}

@media (max-width: 560px) {
  footer#footer .newsletter .gform-theme form {
    -ms-flex-wrap: wrap;
            -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

footer#footer .newsletter .gform-theme form .gform-body {
  width: -webkit-calc(100% - 240px);
  width: calc(100% - 240px);
}

@media screen and (max-width: 1140px) {
  footer#footer .newsletter .gform-theme form .gform-body {
    width: -webkit-calc(100% - 190px);
    width: calc(100% - 190px);
  }
}

@media (max-width: 560px) {
  footer#footer .newsletter .gform-theme form .gform-body {
    width: 100%;
  }
}

footer#footer .newsletter .gform-theme form .gform-body .gfield input[type=email] {
  background: transparent;
  color: var(--white);
  -webkit-border-radius: 7px;
          border-radius: 7px;
  border-color: var(--white);
  height: 56px;
  width: 105%;
  max-width: none;
  font-size: -webkit-calc(14px + (16 - 14) * ((100vw - 380px) / (1920 - 380)));
  font-size: calc(14px + (16 - 14) * ((100vw - 380px) / (1920 - 380)));
}

@media screen and (min-width: 1980px) {
  footer#footer .newsletter .gform-theme form .gform-body .gfield input[type=email] {
    font-size: 16px;
  }
}

@media (max-width: 560px) {
  footer#footer .newsletter .gform-theme form .gform-body .gfield input[type=email] {
    width: 100%;
    margin-bottom: 20px;
  }
}

footer#footer .newsletter .gform-theme form .gform-body .gfield input[type=email]:-ms-input-placeholder {
  color: #fff;
}

footer#footer .newsletter .gform-theme form .gform-body .gfield input[type=email]::-webkit-input-placeholder {
  color: #fff;
}

footer#footer .newsletter .gform-theme form .gform-body .gfield input[type=email]::-moz-placeholder {
  color: #fff;
}

footer#footer .newsletter .gform-theme form .gform-body .gfield input[type=email]::placeholder {
  color: #fff;
}

footer#footer .newsletter .gform-theme form .gform-body .gfield .gfield_validation_message {
  position: absolute;
  color: var(--white);
}

@media (max-width: 560px) {
  footer#footer .newsletter .gform-theme form .gform-body .gfield .gfield_validation_message {
    position: static;
    margin-top: -10px;
  }
}

footer#footer .newsletter .gform-theme form .gform_footer {
  padding: 0;
  margin: 0;
  width: 240px;
}

@media screen and (max-width: 1140px) {
  footer#footer .newsletter .gform-theme form .gform_footer {
    width: 190px;
  }
}

@media (max-width: 560px) {
  footer#footer .newsletter .gform-theme form .gform_footer {
    width: 100%;
    text-align: center;
    -ms-flex-pack: center;
            -webkit-box-pack: center;
            -webkit-justify-content: center;
        justify-content: center;
  }
}

footer#footer .newsletter .gform-theme form .gform_footer .gform_button {
  padding: 21px 50px 21px 32px !important;
  text-align: center;
  width: 240px;
  position: relative;
  background-color: var(--black) !important;
  background-position: 82% 50% !important;
}

@media screen and (min-width: 1980px) {
  footer#footer .newsletter .gform-theme form .gform_footer .gform_button {
    font-size: 16px;
  }
}

@media screen and (max-width: 1140px) {
  footer#footer .newsletter .gform-theme form .gform_footer .gform_button {
    width: 190px;
    padding: 21px 40px 21px 20px !important;
    background-position: 87% 50% !important;
  }
}

footer#footer .top {
  padding: 0 0 70px;
}

@media (max-width: 1300px) {
  footer#footer .top {
    font-size: 16px;
  }
}

@media (max-width: 991px) {
  footer#footer .top {
    padding: 0 0 40px;
    margin-top: -50px;
  }
}

@media (max-width: 767px) {
  footer#footer .top {
    padding: 0 0 20px;
  }
}

@media (max-width: 560px) {
  footer#footer .top {
    font-size: 14px;
    overflow: hidden;
    margin-top: -100px;
  }
}

footer#footer .top #menu-footer-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -ms-flex-pack: center;
          -webkit-box-pack: center;
          -webkit-justify-content: center;
      justify-content: center;
  -ms-flex-align: center;
          -webkit-box-align: center;
          -webkit-align-items: center;
      align-items: center;
}

@media (max-width: 991px) {
  footer#footer .top #menu-footer-menu {
    -ms-flex-wrap: wrap;
            -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

footer#footer .top #menu-footer-menu li {
  padding: 10px 24px;
}

@media screen and (max-width: 1380px) {
  footer#footer .top #menu-footer-menu li {
    padding: 10px 16px;
  }
}

@media (max-width: 991px) {
  footer#footer .top #menu-footer-menu li {
    -ms-flex-order: 2;
            -webkit-box-ordinal-group: 3;
            -webkit-order: 2;
        order: 2;
    width: 100%;
    text-align: center;
  }
}

@media (max-width: 767px) {
  footer#footer .top #menu-footer-menu li {
    padding: 3px 10px;
  }
}

@media (max-width: 991px) {
  footer#footer .top #menu-footer-menu li.logo {
    -ms-flex-order: 1;
            -webkit-box-ordinal-group: 2;
            -webkit-order: 1;
        order: 1;
  }
}

footer#footer .top #menu-footer-menu li.logo a {
  overflow: hidden;
  text-indent: -9999px;
  position: relative;
  height: 148px;
  width: 148px;
}

@media (max-width: 991px) {
  footer#footer .top #menu-footer-menu li.logo a {
    margin: 0 auto;
  }
}

footer#footer .top #menu-footer-menu li.logo a:before {
  content: "";
  background: url(../images/badge-logo.svg) no-repeat;
  background-size: contain;
  position: absolute;
  left: 0;
  width: 148px;
  height: 148px;
}

footer#footer .top #menu-footer-menu li a {
  display: block;
  color: #676767;
  text-transform: uppercase;
  font-size: 15px;
}

@media screen and (max-width: 1380px) {
  footer#footer .top #menu-footer-menu li a {
    font-size: 13px;
  }
}

footer#footer .top #menu-footer-menu li a:hover {
  color: #ffffff;
}

footer#footer .bottom {
  padding: 25px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  font-size: 15px;
  text-align: center;
  color: #37373A;
  text-transform: uppercase;
}

@media screen and (max-width: 1380px) {
  footer#footer .bottom {
    font-size: 13px;
  }
}

@media (max-width: 991px) {
  footer#footer .bottom {
    font-size: 12px;
  }
}

@media (max-width: 480px) {
  footer#footer .bottom {
    font-size: 11px;
  }
}

@media (max-width: 767px) {
  footer#footer .bottom > .d-flex {
    display: block !important;
  }
}

footer#footer .bottom a {
  color: #787878;
}

footer#footer .bottom a:hover {
  color: #fff;
}

footer#footer .bottom .links {
  list-style: none;
  margin: 0;
  padding: 0;
}

footer#footer .bottom .links li {
  display: inline-block;
  padding: 0 15px;
  border-right: 1px solid #4E4E4E;
  line-height: 1;
}

footer#footer .bottom .links li:last-child {
  border-right: 0;
}

footer#footer .bottom .links li a {
  color: #4E4E4E;
}

footer#footer .bottom .links li a:hover {
  color: #fff;
}

section#contact {
  position: relative;
  background: #FFF url(../images/contact-bg.webp) left center no-repeat;
  background-size: cover;
  padding: 360px 0 200px;
  color: var(--black);
}

@media screen and (max-width: 1370px) {
  section#contact {
    padding: 320px 0 140px;
  }
}

@media (max-width: 991px) {
  section#contact {
    padding: 260px 0 140px;
  }
}

@media (max-width: 767px) {
  section#contact {
    padding: 260px 0 200px;
  }
}

section#contact .content {
  max-width: 700px;
}

section#contact .content h3 {
  text-transform: uppercase;
  margin-bottom: 15px;
}

section#contact .content h3 span {
  display: block;
  color: var(--orange);
}

section#contact .content p {
  color: #333333;
}

section#contact .contact-info {
  margin-top: 32px;
}

section#contact .contact-info > div {
  margin-bottom: 15px;
}

section#contact .contact-info a {
  color: #333333;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
          -webkit-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: center;
          -webkit-box-align: center;
          -webkit-align-items: center;
      align-items: center;
  overflow-wrap: anywhere;
}

section#contact .contact-info a i {
  height: 14px;
  margin-right: 12px;
}

section#contact .contact-info a span {
  width: -webkit-calc(100% - 40px);
  width: calc(100% - 40px);
}

section#contact .social {
  margin-top: 48px;
}

section#contact .social h6 {
  margin-bottom: 24px;
}

section#contact .social ul li {
  margin-right: 24px;
}

@media (max-width: 991px) {
  section#contact .social ul li img {
    width: 26px;
  }
}

@media (max-width: 560px) {
  section#contact .social ul li img {
    width: 18px;
  }
}

.page-template-contact-template section#hero {
  margin-bottom: -90px;
  z-index: 2;
  background: #000;
}

#policy-content {
  position: relative;
  padding: 0 0 120px;
  margin-bottom: -90px;
  z-index: 2;
  background: #000;
}

#policy-content .wave {
  background: url(../images/section-top.svg) bottom center no-repeat;
  background-size: cover;
  height: 145px;
  z-index: 2;
  position: absolute;
  bottom: -130px;
  width: 100%;
}

#policy-content .content .box {
  padding: 80px 100px;
  background-color: #14141480;
  -webkit-border-radius: 20px;
          border-radius: 20px;
}

@media screen and (max-width: 1440px) {
  #policy-content .content .box {
    padding: 50px 60px;
  }
}

@media screen and (max-width: 1240px) {
  #policy-content .content .box {
    padding: 25px 50px;
  }
}

@media (max-width: 991px) {
  #policy-content .content .box {
    padding: 25px 40px;
  }
}

@media (max-width: 767px) {
  #policy-content .content .box {
    padding: 15px 30px;
  }
}

#policy-content .content .box .list {
  padding: 48px 44px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

@media (max-width: 991px) {
  #policy-content .content .box .list {
    padding: 30px 35px;
  }
}

@media (max-width: 767px) {
  #policy-content .content .box .list {
    padding: 15px 20px;
  }
}

#policy-content .content .box .list:last-child {
  border-bottom: 0;
}

#policy-content .content .box .list h5 {
  text-transform: uppercase;
  margin-bottom: 16px;
  position: relative;
}

#policy-content .content .box .list h5::before {
  content: "";
  position: absolute;
  background: url(../images/icon-bullet-shield.svg) no-repeat;
  background-size: contain;
  height: 32px;
  width: 32px;
  left: -45px;
  top: -3px;
}

@media (max-width: 991px) {
  #policy-content .content .box .list h5::before {
    height: 26px;
    width: 26px;
  }
}

@media (max-width: 767px) {
  #policy-content .content .box .list h5::before {
    height: 20px;
    width: 20px;
    top: 0;
    left: -30px;
  }
}

#policy-content .content .box .list .content-body a {
  border-bottom: 1px solid var(--orange);
  line-height: 1.1;
  display: inline-block;
}

#policy-content .content .box .list .content-body p {
  margin-bottom: 16px;
}

#policy-content .content .box .list .content-body ul {
  list-style-type: square;
}

#policy-content .content .box .list .content-body ul li {
  margin-bottom: 16px;
}

#policy-content .content .box .list .content-body ul li::marker {
  color: var(--orange);
}

.error404 .main-content, .page-template-thankyou-template .main-content {
  background-size: 100%;
  min-height: auto;
  border-bottom: 2px solid var(--white);
}

.error404 .main-content .container, .page-template-thankyou-template .main-content .container {
  max-width: 900px;
  padding: 120px 0;
  position: relative;
  text-align: center;
}

.error404 .main-content .container:before, .page-template-thankyou-template .main-content .container:before {
  content: "";
  background: url(../images/page-bg.html) no-repeat;
  background-position: -5% bottom;
  background-size: contain;
  position: absolute;
  width: 50%;
  height: 100%;
  z-index: -1;
  top: 0;
  left: -135px;
}

@media (max-width: 991px) {
  .error404 .main-content .container:before, .page-template-thankyou-template .main-content .container:before {
    left: 0;
    width: 100%;
  }
}

@media (max-width: 767px) {
  .error404 .main-content .container, .page-template-thankyou-template .main-content .container {
    padding: 90px 0;
  }
}

@media (max-width: 560px) {
  .error404 .main-content .container, .page-template-thankyou-template .main-content .container {
    padding: 70px 0;
  }
}

.error404 .main-content .container h1, .page-template-thankyou-template .main-content .container h1 {
  font-weight: 600;
  color: var(--orange);
  font-size: -webkit-calc(110px + (340 - 110) * ((100vw - 380px) / (1980 - 380)));
  font-size: calc(110px + (340 - 110) * ((100vw - 380px) / (1980 - 380)));
  letter-spacing: -1px;
  margin-bottom: 60px;
  line-height: 0.7;
}

.error404 .main-content .container h1 span, .page-template-thankyou-template .main-content .container h1 span {
  color: var(--white);
}

@media screen and (min-width: 1980px) {
  .error404 .main-content .container h1, .page-template-thankyou-template .main-content .container h1 {
    font-size: 340px;
  }
}

.error404 .main-content .container #thankyou h1, .page-template-thankyou-template .main-content .container #thankyou h1 {
  font-size: -webkit-calc(35px + (100 - 35) * ((100vw - 380px) / (1980 - 380)));
  font-size: calc(35px + (100 - 35) * ((100vw - 380px) / (1980 - 380)));
  margin-bottom: 30px;
  line-height: 1;
}

.error404 .main-content .container #thankyou h1 span, .page-template-thankyou-template .main-content .container #thankyou h1 span {
  color: var(--white);
}

@media screen and (min-width: 1980px) {
  .error404 .main-content .container #thankyou h1, .page-template-thankyou-template .main-content .container #thankyou h1 {
    font-size: 100px;
    letter-spacing: 1.45px;
  }
}

.error404 .main-content .container h3, .page-template-thankyou-template .main-content .container h3 {
  color: var(--white);
  font-weight: 500;
  margin-bottom: 18px;
  font-family: var(--primary-font-family);
  text-decoration: none;
}

.error404 .main-content .container .text-content, .page-template-thankyou-template .main-content .container .text-content {
  margin-bottom: 60px;
  font-size: -webkit-calc(14px + (20 - 14) * ((100vw - 380px) / (1980 - 380)));
  font-size: calc(14px + (20 - 14) * ((100vw - 380px) / (1980 - 380)));
}

@media screen and (min-width: 1980px) {
  .error404 .main-content .container .text-content, .page-template-thankyou-template .main-content .container .text-content {
    font-size: 20px;
  }
}

.error404 .main-content .wave, .page-template-thankyou-template .main-content .wave {
  background: url(../images/section-top.svg) bottom center no-repeat;
  background-size: cover;
  height: 145px;
  z-index: 2;
  position: absolute;
  bottom: -135px;
  width: 100%;
}

.home section#home-hero {
  position: relative;
  padding: 180px 0 80px;
  overflow: hidden;
}

@media (max-width: 1440px) {
  .home section#home-hero {
    padding: 110px 0 60px;
  }
}

@media (max-width: 1140px) {
  .home section#home-hero {
    padding: 100px 0 40px;
  }
}

@media (max-width: 991px) {
  .home section#home-hero {
    padding: 80px 0 20px;
  }
}

@media (max-width: 767px) {
  .home section#home-hero {
    padding: 50px 0;
  }
}

@media (max-width: 767px) {
  .home section#home-hero .head {
    text-align: center;
  }
}

.home section#home-hero h1 {
  margin-bottom: 21px;
  opacity: 0;
  text-transform: uppercase;
  line-height: 1;
}

.home section#home-hero h1 span {
  color: var(--orange);
}

.home section#home-hero .text__hero {
  margin-bottom: 50px;
  position: relative;
  opacity: 0;
  font-size: -webkit-calc(18px + (32 - 18) * ((100vw - 380px) / (1980 - 380)));
  font-size: calc(18px + (32 - 18) * ((100vw - 380px) / (1980 - 380)));
  line-height: 1.4;
}

@media screen and (min-width: 1980px) {
  .home section#home-hero .text__hero {
    font-size: 32px;
  }
}

.home section#home-hero .image {
  text-align: right;
}

@media (max-width: 991px) {
  .home section#home-hero .image {
    text-align: center;
  }
}

.home section#problem {
  padding: 45px 0 0;
}

@media (max-width: 991px) {
  .home section#problem {
    padding: 20px 0 0;
  }
}

.home section#problem .head h3 {
  margin-bottom: 24px;
}

.home section#problem .head .text {
  font-size: -webkit-calc(16px + (26 - 16) * ((100vw - 380px) / (1980 - 380)));
  font-size: calc(16px + (26 - 16) * ((100vw - 380px) / (1980 - 380)));
  text-transform: capitalize;
}

@media screen and (min-width: 1980px) {
  .home section#problem .head .text {
    font-size: 26px;
  }
}

.home section#problem .box-content {
  padding: 70px 0 30px;
  position: relative;
  background: url(../images/badge-logo-white.svg) center center no-repeat;
  background-size: 30%;
  background-position: 50% 45%;
}

@media (max-width: 991px) {
  .home section#problem .box-content {
    padding: 30px 0 30px;
    background-position: top center;
    background-size: 25%;
  }
}

@media (max-width: 767px) {
  .home section#problem .box-content {
    background-size: 40%;
  }
}

.home section#problem .box-content .content-title {
  width: 30%;
  top: 50%;
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
  margin-top: -50px;
}

@media (max-width: 991px) {
  .home section#problem .box-content .content-title {
    position: static;
    -webkit-transform: translate(0);
        -ms-transform: translate(0);
            transform: translate(0);
    width: 85%;
    margin: 0 auto 40px;
  }
}

@media (max-width: 767px) {
  .home section#problem .box-content .content-title {
    width: 100%;
  }
}

.home section#problem .box-content .content-title h3 {
  width: 92%;
  margin: 0 auto;
}

.home section#problem .box-content .content-title h3 span {
  display: block;
  font-size: -webkit-calc(34px + (140 - 34) * ((100vw - 380px) / (1980 - 380)));
  font-size: calc(34px + (140 - 34) * ((100vw - 380px) / (1980 - 380)));
  color: var(--orange);
}

@media screen and (min-width: 1980px) {
  .home section#problem .box-content .content-title h3 span {
    font-size: 140px;
  }
}

.home section#problem .box-content .row {
  -ms-flex-pack: justify;
          -webkit-box-pack: justify;
          -webkit-justify-content: space-between;
      justify-content: space-between;
  -ms-flex-align: top;
          -webkit-box-align: top;
          -webkit-align-items: top;
      align-items: top;
}

.home section#problem .box-content .row:nth-child(2), .home section#problem .box-content .row:last-of-type {
  -ms-flex-pack: center;
          -webkit-box-pack: center;
          -webkit-justify-content: center;
      justify-content: center;
}

.home section#problem .box-content .row:nth-child(3) {
  margin-top: -110px;
}

@media (max-width: 991px) {
  .home section#problem .box-content .row:nth-child(3) {
    margin-top: 0;
  }
}

.home section#problem .box-content .row:last-of-type {
  margin-top: -150px;
}

@media (max-width: 991px) {
  .home section#problem .box-content .row:last-of-type {
    margin-top: 0;
  }
}

.home section#problem .box-content .row .col-lg-4 {
  margin-bottom: 50px;
}

@media (max-width: 991px) {
  .home section#problem .box-content .row .col-lg-4 {
    margin-bottom: 10px;
  }
}

.home section#problem .box-content .box {
  background-color: linear-gradient(to bottom, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0) 100%);
  background: url(../images/box-bg.svg) top center no-repeat;
  background-size: 100%;
  padding: 50px 40px 40px;
  cursor: pointer;
  -webkit-transition: all 0.1s ease;
  transition: all 0.1s ease;
  height: 100%;
}

.home section#problem .box-content .box:hover {
  background: url(../images/box-bg-hover.svg) top center no-repeat;
  background-size: 100%;
}

.home section#problem .box-content .box:hover h4 {
  color: var(--white);
}

@media (max-width: 991px) {
  .home section#problem .box-content .box {
    padding: 40px 20px 30px;
  }
}

@media (max-width: 767px) {
  .home section#problem .box-content .box {
    max-width: 400px;
    margin: 0 auto;
    padding: 30px 20px 20px;
  }
}

.home section#problem .box-content .box h4 {
  color: var(--orange);
}

.home section#solved {
  padding: 250px 0 300px;
  background-color: var(--white);
  position: relative;
  z-index: 2;
  color: var(--black);
}

@media (max-width: 991px) {
  .home section#solved {
    padding: 180px 0 220px;
  }
}

@media (max-width: 767px) {
  .home section#solved {
    padding: 110px 0 220px;
  }
}

.home section#solved .wave {
  background: url(../images/separator-bg.svg) bottom center no-repeat;
  position: absolute;
  top: -2px;
  width: 100%;
  height: 214px;
  background-size: cover;
}

@media (max-width: 991px) {
  .home section#solved .wave {
    height: 114px;
  }
}

@media (max-width: 767px) {
  .home section#solved .wave {
    height: 84px;
  }
}

.home section#solved .name {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.37)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.37) 0%, rgba(0, 0, 0, 0) 100%);
  background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 10px;
}

.home section#solved .head {
  max-width: 1380px;
  margin: 0 auto;
}

.home section#solved .head h3 {
  margin-bottom: 24px;
  font-weight: 600;
}

.home section#solved .head h5 {
  margin-bottom: 24px;
}

.home section#discover {
  padding: 240px 0 115px;
  background: url(../images/discover-bg.webp) top center no-repeat;
  background-size: 100%;
  margin-top: -240px;
  position: relative;
  z-index: 2;
}

@media (max-width: 991px) {
  .home section#discover {
    padding: 140px 0 75px;
  }
}

@media (max-width: 767px) {
  .home section#discover {
    background-size: cover;
    padding: 120px 0 30px;
  }
}

.home section#discover h3 {
  margin-bottom: 60px;
}

.home section#discover .video-wrap {
  position: relative;
}

.home section#discover .video-wrap .popup-video {
  display: block;
}

.home section#discover .video-wrap .popup-video:hover .play-icon {
  height: 72px;
  width: 72px;
}

.home section#discover .video-wrap .play-icon {
  position: absolute;
  height: 67px;
  width: 67px;
  top: 50%;
  left: 50%;
  -webkit-transform: scale(1) translate(-50%, -50%);
      -ms-transform: scale(1) translate(-50%, -50%);
          transform: scale(1) translate(-50%, -50%);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.home section#difference {
  position: relative;
  padding: 250px 0 250px;
  background-color: var(--white);
  color: var(--black);
}

@media (max-width: 991px) {
  .home section#difference {
    padding: 120px 0 80px;
  }
}

@media (max-width: 767px) {
  .home section#difference {
    padding: 120px 0 50px;
  }
}

.home section#difference .wave {
  background: url(../images/separator-bg.svg) bottom center no-repeat;
  position: absolute;
  top: -2px;
  width: 100%;
  height: 214px;
  background-size: cover;
}

@media (max-width: 991px) {
  .home section#difference .wave {
    height: 140px;
  }
}

.home section#difference .wave-bottom {
  background: url(../images/wave-bottom.webp) bottom center no-repeat;
  position: absolute;
  bottom: -2px;
  width: 100%;
  height: 240px;
  background-size: 100%;
}

@media (max-width: 991px) {
  .home section#difference .wave-bottom {
    height: 140px;
  }
}

@media (max-width: 767px) {
  .home section#difference .wave-bottom {
    height: 90px;
  }
}

.home section#difference .name {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.37)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.37) 0%, rgba(0, 0, 0, 0) 100%);
  background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 10px;
}

.home section#difference .head {
  max-width: 1200px;
  margin: 0 auto;
}

.home section#difference .head h3 {
  margin-bottom: 24px;
}

.home section#difference .head h5 {
  margin-bottom: 30px;
}

.home #application {
  position: relative;
  padding: 65px 0;
}

@media (max-width: 991px) {
  .home #application {
    padding: 35px 0 20px;
    text-align: center;
  }
}

@media (max-width: 991px) {
  .home #application .image {
    text-align: center;
    margin-bottom: 20px;
  }
}

@media (max-width: 991px) {
  .home #application .image img {
    max-width: 520px;
    width: 100%;
  }
}

.home #application h3 {
  margin-bottom: 50px;
  text-align: left;
}

@media (max-width: 991px) {
  .home #application h3 span.separator {
    display: none;
  }
}

.home #application h4 {
  font-weight: 500;
  margin-bottom: 15px;
}

.home #application h4 span {
  color: var(--orange);
  margin-bottom: 16px;
}

@media (max-width: 991px) {
  .home #application .btn-group {
    -ms-flex-pack: center;
            -webkit-box-pack: center;
            -webkit-justify-content: center;
        justify-content: center;
  }
}

.home #cta {
  position: relative;
  padding: 100px 0 240px;
  background: url(../images/CTA-bg.svg) bottom center no-repeat;
  background-size: 100%;
  margin-bottom: -240px;
  z-index: 2;
}

@media (max-width: 1440px) {
  .home #cta {
    padding: 100px 0 180px;
  }
}

@media (max-width: 991px) {
  .home #cta {
    padding: 100px 0 180px;
    background-size: cover;
  }
}

@media (max-width: 767px) {
  .home #cta {
    padding: 100px 0 120px;
  }
}

.home #cta .head {
  max-width: 1400px;
  margin: 0 auto 50px;
}

.home #cta .head h2 {
  margin-bottom: 24px;
}

.home #cta .head h5 {
  font-weight: 400;
  text-transform: uppercase;
}

.home #cta .head h5 strong {
  font-weight: 400;
  color: var(--orange);
}

.home #cta .head p {
  margin-bottom: 24px;
}

.home #cta .signature .btn-group {
  -ms-flex-pack: center;
          -webkit-box-pack: center;
          -webkit-justify-content: center;
      justify-content: center;
}

.home #cta .signature .btn-group .btn {
  max-width: 300px;
}

.tile-boxes {
  padding: 100px 0 50px;
}

@media (max-width: 991px) {
  .tile-boxes {
    padding: 60px 0 50px;
  }
}

@media (max-width: 767px) {
  .tile-boxes {
    padding: 40px 0 50px;
  }
}

.tile-boxes > div {
  margin-bottom: 35px;
}

.tile-boxes .box {
  height: 100%;
  background-color: var(--white);
  -webkit-box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.25);
          box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.25);
  min-height: 320px;
}

@media (max-width: 767px) {
  .tile-boxes .box {
    max-width: 400px;
    margin: 0 auto;
    min-height: auto;
  }
}

.tile-boxes .box.box-image {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.tile-boxes .box.box-image .image {
  height: 100%;
}

.tile-boxes .box.box-image .image img {
  width: 100%;
  height: 100%;
  min-height: 320px;
  object-fit: cover;
}

.tile-boxes .box.black {
  background-color: var(--black);
  -webkit-box-shadow: 0 5px 25px 0 rgba(0, 0, 0, 0.9);
          box-shadow: 0 5px 25px 0 rgba(0, 0, 0, 0.9);
}

.tile-boxes .box.black h5 {
  color: var(--white);
}

.tile-boxes .box.black .text {
  color: var(--white);
}

.tile-boxes .box .content {
  padding: 35px;
}

@media (max-width: 767px) {
  .tile-boxes .box .content {
    padding: 30px;
  }
}

@media (max-width: 560px) {
  .tile-boxes .box .content {
    padding: 20px;
  }
}

.tile-boxes .box h5 {
  color: var(--black);
  font-weight: 500;
  text-transform: uppercase;
  font-size: 20px;
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 12px;
}

.tile-boxes .box h5:after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 250px;
  height: 1.5px;
  background-color: var(--orange);
  left: 0;
}

@media (max-width: 480px) {
  .tile-boxes .box h5:after {
    width: 100%;
  }
}

.tile-boxes .box div.text {
  color: var(--black);
}

.solved-slider, .changer-slider {
  margin: 60px 0;
}

@media (max-width: 991px) {
  .solved-slider, .changer-slider {
    text-align: center;
  }
}

.solved-slider .slick-track, .changer-slider .slick-track {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
}

.solved-slider .slick-track .slick-slide > div, .changer-slider .slick-track .slick-slide > div {
  height: 100%;
}

.solved-slider .slick-track .slick-slide > div .item, .changer-slider .slick-track .slick-slide > div .item {
  display: block !important;
}

@media (max-width: 1280px) {
  .solved-slider .slick-track .slick-slide > div .item, .changer-slider .slick-track .slick-slide > div .item {
    padding: 60px 0;
  }
}

@media (max-width: 991px) {
  .solved-slider .slick-track .slick-slide > div .item, .changer-slider .slick-track .slick-slide > div .item {
    padding: 30px 0;
    height: 100%;
  }
}

@media (max-width: 767px) {
  .solved-slider .slick-track .slick-slide > div .item, .changer-slider .slick-track .slick-slide > div .item {
    padding: 25px 0;
  }
}

@media (max-width: 1300px) {
  .solved-slider .slick-track .slick-slide > div .item .btn-wrap .btn, .changer-slider .slick-track .slick-slide > div .item .btn-wrap .btn {
    min-width: auto;
  }
}

@media (max-width: 767px) {
  .solved-slider .slick-track .slick-slide > div .item .btn-wrap .btn, .changer-slider .slick-track .slick-slide > div .item .btn-wrap .btn {
    margin: 0 0 10px !important;
  }
}

@media (max-width: 991px) {
  .solved-slider .slick-track .slick-slide > div .item .image, .changer-slider .slick-track .slick-slide > div .item .image {
    margin-bottom: 20px;
  }
}

@media (max-width: 991px) {
  .solved-slider .slick-track .slick-slide > div .item .image img, .changer-slider .slick-track .slick-slide > div .item .image img {
    margin: 0 auto;
  }
}

.solved-slider .slick-track .slick-slide > div .item h2, .changer-slider .slick-track .slick-slide > div .item h2 {
  margin-bottom: 15px;
}

.solved-slider .slick-track .slick-slide > div .item .text, .changer-slider .slick-track .slick-slide > div .item .text {
  margin-bottom: 48px;
}

@media (max-width: 1480px) {
  .solved-slider .slick-track .slick-slide > div .item .text, .changer-slider .slick-track .slick-slide > div .item .text {
    margin-bottom: 28px;
  }
}

.solved-slider .slick-track .slick-slide > div .item .btn-wrap .btn, .changer-slider .slick-track .slick-slide > div .item .btn-wrap .btn {
  margin-right: 24px;
}

.solved-slider .arrow-next, .solved-slider .arrow-prev, .changer-slider .arrow-next, .changer-slider .arrow-prev {
  top: auto;
  bottom: 20px;
  width: 24px;
  position: absolute;
  height: 18px;
  cursor: pointer;
}

@media (max-width: 1480px) {
  .solved-slider .arrow-next, .solved-slider .arrow-prev, .changer-slider .arrow-next, .changer-slider .arrow-prev {
    bottom: 0;
  }
}

@media (max-width: 1280px) {
  .solved-slider .arrow-next, .solved-slider .arrow-prev, .changer-slider .arrow-next, .changer-slider .arrow-prev {
    bottom: 0px;
  }
}

@media (max-width: 767px) {
  .solved-slider .arrow-next, .solved-slider .arrow-prev, .changer-slider .arrow-next, .changer-slider .arrow-prev {
    width: 20px;
  }
}

.solved-slider .arrow-next.slick-disabled, .solved-slider .arrow-prev.slick-disabled, .changer-slider .arrow-next.slick-disabled, .changer-slider .arrow-prev.slick-disabled {
  opacity: 0.25;
  cursor: default;
}

.solved-slider .arrow-next:before, .solved-slider .arrow-prev:before, .changer-slider .arrow-next:before, .changer-slider .arrow-prev:before {
  display: none;
}

.solved-slider .arrow-next, .changer-slider .arrow-next {
  left: -webkit-calc(38% + 50px);
  left: calc(38% + 50px);
  z-index: 5;
  background: url(../images/icon-next.svg) no-repeat;
  background-size: contain;
}

@media (max-width: 1280px) {
  .solved-slider .arrow-next, .changer-slider .arrow-next {
    left: -webkit-calc(39% + 50px);
    left: calc(39% + 50px);
  }
}

@media (max-width: 991px) {
  .solved-slider .arrow-next, .changer-slider .arrow-next {
    left: -webkit-calc(50% + 26px);
    left: calc(50% + 26px);
  }
}

@media (max-width: 767px) {
  .solved-slider .arrow-next, .changer-slider .arrow-next {
    left: -webkit-calc(50% + 10px);
    left: calc(50% + 10px);
  }
}

.solved-slider .arrow-prev, .changer-slider .arrow-prev {
  left: 38%;
  z-index: 5;
  background: url(../images/icon-prev.svg) no-repeat;
  background-size: contain;
}

@media (max-width: 1180px) {
  .solved-slider .arrow-prev, .changer-slider .arrow-prev {
    left: 39%;
  }
}

@media (max-width: 991px) {
  .solved-slider .arrow-prev, .changer-slider .arrow-prev {
    left: -webkit-calc(50% - 24px);
    left: calc(50% - 24px);
  }
}

@media (max-width: 767px) {
  .solved-slider .arrow-prev, .changer-slider .arrow-prev {
    left: -webkit-calc(50% - 36px);
    left: calc(50% - 36px);
  }
}

.solved-slider .slick-dots, .changer-slider .slick-dots {
  bottom: auto;
  height: 100%;
  top: 0;
  right: 0;
  z-index: 4;
  width: 30px;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
          -webkit-box-align: center;
          -webkit-align-items: center;
      align-items: center;
  -ms-flex-wrap: wrap;
          -webkit-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: center;
          -webkit-box-pack: center;
          -webkit-justify-content: center;
      justify-content: center;
  -ms-flex-direction: column;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -webkit-flex-direction: column;
      flex-direction: column;
  margin-bottom: 0;
}

@media (max-width: 991px) {
  .solved-slider .slick-dots, .changer-slider .slick-dots {
    display: none !important;
  }
}

.solved-slider .slick-dots li, .changer-slider .slick-dots li {
  display: block;
  width: 100%;
  margin-bottom: 15px;
}

.solved-slider .slick-dots li.slick-active button, .changer-slider .slick-dots li.slick-active button {
  opacity: 1;
  font-size: 16px;
}

.solved-slider .slick-dots li.slick-active button:before, .changer-slider .slick-dots li.slick-active button:before {
  border: 1px solid var(--orange);
  color: var(--orange);
  background-color: transparent;
}

.solved-slider .slick-dots li button, .changer-slider .slick-dots li button {
  text-indent: -70px;
  color: var(--black);
  -webkit-transition: all 0.1s ease;
  transition: all 0.1s ease;
  padding: 0;
  margin-top: -5px;
}

.solved-slider .slick-dots li button:before, .changer-slider .slick-dots li button:before {
  opacity: 1;
  text-indent: 0;
  color: var(--black);
  font-size: 8px;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -ms-flex-pack: center;
          -webkit-box-pack: center;
          -webkit-justify-content: center;
      justify-content: center;
  -ms-flex-align: center;
          -webkit-box-align: center;
          -webkit-align-items: center;
      align-items: center;
  background-color: #000;
  height: 14px;
  width: 14px;
  border: 3px solid #FFFFFF;
}

.page-template-about-template #hero {
  padding-bottom: 280px;
}

.page-template-about-template #hero .name {
  z-index: 2;
  font-size: -webkit-calc(40px + (130 - 40) * ((100vw - 380px) / (1980 - 380)));
  font-size: calc(40px + (130 - 40) * ((100vw - 380px) / (1980 - 380)));
}

@media screen and (min-width: 1980px) {
  .page-template-about-template #hero .name {
    font-size: 130px;
  }
}

.page-template-about-template #hero .image {
  z-index: 1;
  top: 190px;
  width: 840px;
  max-width: 100%;
}

.page-template-about-template #hero .image img {
  max-height: none;
}

.page-template-about-template #page-info {
  margin-top: 50px;
}

.page-template-about-template #mission {
  position: relative;
  padding: 40px 0 110px;
  z-index: 2;
  background: #000;
}

.page-template-about-template #mission .head {
  max-width: 1400px;
  margin: 0 auto 40px;
}

.page-template-about-template #mission .head h2 {
  margin-bottom: 24px;
}

.page-template-about-template #mission .mission > div:nth-child(2) h5 {
  color: var(--orange);
}

.page-template-about-template #mission .mission .box {
  padding: 30px 40px;
}

@media (max-width: 991px) {
  .page-template-about-template #mission .mission .box {
    padding: 20px 40px;
  }
}

@media (max-width: 767px) {
  .page-template-about-template #mission .mission .box {
    padding: 10px 20px;
  }
}

.page-template-about-template #mission .mission .box h5 {
  margin-bottom: 16px;
  height: 90px;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -ms-flex-pack: center;
          -webkit-box-pack: center;
          -webkit-justify-content: center;
      justify-content: center;
  -ms-flex-align: center;
          -webkit-box-align: center;
          -webkit-align-items: center;
      align-items: center;
}

@media (max-width: 991px) {
  .page-template-about-template #mission .mission .box h5 {
    height: auto;
  }
}

.page-template-about-template #cta {
  position: relative;
  padding: 180px 0 240px;
  background: url(../images/join-us-bg.webp) top center no-repeat;
  background-size: cover;
  margin-top: -40px;
  z-index: 2;
  color: var(--black);
}

@media (max-width: 1380px) {
  .page-template-about-template #cta {
    padding: 140px 0 180px;
  }
}

@media (max-width: 991px) {
  .page-template-about-template #cta {
    padding: 90px 0 140px;
  }
}

.page-template-about-template #cta .head {
  max-width: 1400px;
  margin: 0 auto 30px;
}

.page-template-about-template #cta .head h2 {
  margin-bottom: 24px;
}

.page-template-about-template #cta .head h5 {
  font-weight: 400;
  text-transform: uppercase;
}

.page-template-about-template #cta .head h5 strong {
  font-weight: 400;
  color: var(--orange);
}

.page-template-about-template #cta .head p {
  margin-bottom: 24px;
}

.page-template-about-template #cta .btn-group {
  -ms-flex-pack: center;
          -webkit-box-pack: center;
          -webkit-justify-content: center;
      justify-content: center;
}

.page-template-about-template #cta .btn-group .btn {
  max-width: 300px;
}

.page-template-about-template #weare {
  padding: 45px 0 0;
  overflow: hidden;
}

.page-template-about-template #weare .box-content {
  padding: 70px 0 0;
  position: relative;
  background: url(../images/badge-logo-white.svg) center center no-repeat;
  background-size: 30%;
  background-position: 50% 45%;
}

@media (max-width: 991px) {
  .page-template-about-template #weare .box-content {
    background-position: 50% -5%;
  }
}

.page-template-about-template #weare .box-content .content-title {
  width: 30%;
  top: 50%;
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
  margin-top: -50px;
}

@media (max-width: 991px) {
  .page-template-about-template #weare .box-content .content-title {
    position: static;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    text-align: center;
    width: 100%;
    margin-bottom: 50px;
  }
}

.page-template-about-template #weare .box-content .content-title div.you {
  display: none;
}

.page-template-about-template #weare .box-content .content-title h3 {
  width: 92%;
  margin: 0 auto;
}

.page-template-about-template #weare .box-content .content-title h3 span {
  display: block;
  font-size: -webkit-calc(34px + (140 - 34) * ((100vw - 380px) / (1980 - 380)));
  font-size: calc(34px + (140 - 34) * ((100vw - 380px) / (1980 - 380)));
  color: var(--orange);
}

@media screen and (min-width: 1980px) {
  .page-template-about-template #weare .box-content .content-title h3 span {
    font-size: 140px;
  }
}

.page-template-about-template #weare .box-content .content-title .btn-wrap {
  height: 100px;
}

.page-template-about-template #weare .box-content .content-title a {
  margin-top: 32px;
}

.page-template-about-template #weare .box-content .content-title a.you {
  display: none;
}

.page-template-about-template #weare .box-content .row {
  -ms-flex-pack: justify;
          -webkit-box-pack: justify;
          -webkit-justify-content: space-between;
      justify-content: space-between;
  -ms-flex-align: start;
          -webkit-box-align: start;
          -webkit-align-items: flex-start;
      align-items: flex-start;
}

.page-template-about-template #weare .box-content .row .you {
  display: none;
}

.page-template-about-template #weare .box-content .row .col-lg-4 {
  margin-bottom: 30px;
}

.page-template-about-template #weare .box-content .row .col-lg-4.right .box {
  text-align: right;
  background: url(../images/box-bg-right.svg) top center no-repeat;
  background-size: 100%;
}

.page-template-about-template #weare .box-content .box {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.05)), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0) 100%);
  background: url(../images/box-bg.svg) top center no-repeat;
  background-size: 100%;
  padding: 50px 40px 40px;
  cursor: pointer;
  -webkit-transition: all 0.1s ease;
  transition: all 0.1s ease;
  height: 100%;
  /*&:hover {
                    background: url(../images/box-bg-hover.svg) top center no-repeat;
                    background-size: 100%;
                    h4 {
                        color: var(--white);
                    }
                }*/
}

@media (max-width: 767px) {
  .page-template-about-template #weare .box-content .box {
    max-width: 480px;
    margin: 0 auto;
  }
}

.page-template-about-template #weare .box-content .box h4 {
  color: var(--orange);
}

.page-template-about-template #weare .separator {
  height: 200px;
  width: 100%;
  background: url("../images/we-are-separator.svg") no-repeat;
  background-size: 100%;
  background-position: center bottom;
  margin-bottom: -2px;
}

@media (max-width: 1440px) {
  .page-template-about-template #weare .separator {
    height: 140px;
  }
}

@media (max-width: 1260px) {
  .page-template-about-template #weare .separator {
    height: 120px;
  }
}

@media (max-width: 991px) {
  .page-template-about-template #weare .separator {
    height: 90px;
  }
}

.page-template-about-template section#sr {
  position: relative;
  padding: 110px 0 240px;
  background: #FFFFFF;
  color: var(--black);
  margin-bottom: -100px;
}

@media (max-width: 1440px) {
  .page-template-about-template section#sr {
    padding: 100px 0 180px;
  }
}

@media (max-width: 991px) {
  .page-template-about-template section#sr {
    padding: 90px 0 190px;
  }
}

@media (max-width: 767px) {
  .page-template-about-template section#sr {
    padding: 50px 0 150px;
  }
}

.page-template-about-template section#sr h2 {
  margin-bottom: 24px;
}

.page-template-about-template section#sr .image {
  text-align: center;
}

@media (max-width: 991px) {
  .page-template-about-template section#sr .image {
    margin-top: 50px;
  }
}

.page-template-about-template section#sr .image img {
  max-width: 480px;
  width: 100%;
}

.page-template-about-template section#sr .about {
  padding: 85px 0 30px;
}

@media (max-width: 991px) {
  .page-template-about-template section#sr .about {
    padding: 30px 0 20px;
  }
}

@media (max-width: 767px) {
  .page-template-about-template section#sr .about {
    padding: 25px 0 20px;
  }
}

.page-template-about-template section#sr .about .col-md-4 {
  padding: 25px;
}

@media (max-width: 767px) {
  .page-template-about-template section#sr .about .col-md-4 {
    padding: 10px;
    margin-bottom: 5px;
  }
}

.page-template-about-template section#sr .about .gradient-box {
  -webkit-box-shadow: 0 0 25px rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 25px rgba(0, 0, 0, 0.15);
  height: 100%;
  -webkit-border-radius: 20px;
          border-radius: 20px;
  position: relative;
  background: transparent;
}

@media (max-width: 767px) {
  .page-template-about-template section#sr .about .gradient-box {
    max-width: 340px;
    margin: 0 auto;
  }
}

.page-template-about-template section#sr .about .gradient-box:before {
  background: linear-gradient(135deg, white 0%, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 18%, rgba(255, 101, 20, 0) 88%, #ff6514 100%);
  z-index: 0;
}

.page-template-about-template section#sr .about .gradient-box .box {
  -webkit-border-radius: 20px;
          border-radius: 20px;
  color: var(--black);
  height: 100%;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -ms-flex-pack: center;
          -webkit-box-pack: center;
          -webkit-justify-content: center;
      justify-content: center;
  -ms-flex-align: center;
          -webkit-box-align: center;
          -webkit-align-items: center;
      align-items: center;
  text-align: center;
  padding: 45px;
  line-height: 1.2;
  font-weight: 500;
  z-index: 1;
  position: relative;
  background: #FFFFFF;
}

@media (max-width: 991px) {
  .page-template-about-template section#sr .about .gradient-box .box {
    padding: 30px;
  }
}

@media (max-width: 767px) {
  .page-template-about-template section#sr .about .gradient-box .box {
    padding: 25px;
  }
}

.page-template-about-template section#contact {
  padding: 190px 0 200px;
}

@media (max-width: 991px) {
  .page-template-about-template section#contact {
    padding: 100px 0 200px;
  }
}

@media (max-width: 767px) {
  .page-template-about-template section#contact {
    padding: 80px 0 200px;
  }
}

.page-template-about-sr-template #hero {
  padding-bottom: 220px;
}

@media (max-width: 1340px) {
  .page-template-about-sr-template #hero {
    padding-bottom: 240px;
  }
}

@media (max-width: 991px) {
  .page-template-about-sr-template #hero {
    padding-bottom: 200px;
  }
}

@media (max-width: 991px) {
  .page-template-about-sr-template #hero {
    padding-bottom: 140px;
  }
}

@media (max-width: 480px) {
  .page-template-about-sr-template #hero {
    padding-bottom: 70px;
  }
}

.page-template-about-sr-template #hero .name {
  z-index: 2;
  font-size: -webkit-calc(40px + (130 - 40) * ((100vw - 380px) / (1980 - 380)));
  font-size: calc(40px + (130 - 40) * ((100vw - 380px) / (1980 - 380)));
}

@media screen and (min-width: 1980px) {
  .page-template-about-sr-template #hero .name {
    font-size: 130px;
  }
}

.page-template-about-sr-template #hero .image {
  top: 230px;
}

@media screen and (max-width: 1380px) {
  .page-template-about-sr-template #hero .image {
    top: 220px;
  }
}

@media (max-width: 991px) {
  .page-template-about-sr-template #hero .image {
    top: 150px;
  }
}

@media (max-width: 640px) {
  .page-template-about-sr-template #hero .image {
    top: 95px;
  }
}

.page-template-about-sr-template #hero .image img {
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
  opacity: 0.85;
  max-height: 315px;
}

@media (max-width: 991px) {
  .page-template-about-sr-template #hero .image img {
    max-height: 210px;
  }
}

@media (max-width: 640px) {
  .page-template-about-sr-template #hero .image img {
    max-height: 140px;
  }
}

.page-template-about-sr-template #page-info .info_box {
  margin: 60px auto;
}

@media (max-width: 1340px) {
  .page-template-about-sr-template #page-info .info_box {
    margin: 40px auto;
  }
}

@media (max-width: 767px) {
  .page-template-about-sr-template #page-info .info_box {
    margin: 20px auto;
  }
}

.page-template-about-sr-template #page-info .info_box .col-lg-4 {
  padding: 20px;
}

.page-template-about-sr-template #page-info .info_box .col-lg-4:nth-child(even) .gradient-box:before {
  background: linear-gradient(175deg, #ff6514 0%, rgba(255, 101, 20, 0.94) 1%, rgba(255, 101, 20, 0) 18%, rgba(255, 255, 255, 0) 88%, white 100%);
}

.page-template-about-sr-template #page-info .info_box .col-lg-4:nth-child(even) .gradient-box .box h4 {
  color: var(--orange);
}

.page-template-about-sr-template #page-info .info_box .gradient-box {
  height: 100%;
}

.page-template-about-sr-template #page-info .info_box .gradient-box:before {
  background: linear-gradient(175deg, white 0%, rgba(255, 255, 255, 0.94) 1%, rgba(255, 255, 255, 0) 18%, rgba(255, 101, 20, 0) 88%, #ff6514 100%);
}

.page-template-about-sr-template #page-info .info_box .gradient-box .box {
  height: 100%;
  padding: 50px;
  text-align: center;
}

@media (max-width: 1340px) {
  .page-template-about-sr-template #page-info .info_box .gradient-box .box {
    padding: 35px;
  }
}

@media (max-width: 991px) {
  .page-template-about-sr-template #page-info .info_box .gradient-box .box {
    padding: 25px;
  }
}

@media (max-width: 767px) {
  .page-template-about-sr-template #page-info .info_box .gradient-box .box {
    padding: 20px;
  }
}

.page-template-about-sr-template #page-info .wave {
  background: url("../images/blog-curved.webp") bottom center no-repeat;
  background-size: 100%;
  bottom: -1px;
  height: 100px;
  position: absolute;
  width: 100%;
}

@media (max-width: 1340px) {
  .page-template-about-sr-template #page-info .wave {
    height: 70px;
  }
}

@media (max-width: 991px) {
  .page-template-about-sr-template #page-info .wave {
    height: 50px;
  }
}

@media (max-width: 767px) {
  .page-template-about-sr-template #page-info .wave {
    height: 40px;
  }
}

.page-template-about-sr-template #misconceptions {
  background: #FFFFFF;
  padding: 150px 0 110px;
  color: var(--black);
  overflow: hidden;
}

@media (max-width: 1360px) {
  .page-template-about-sr-template #misconceptions {
    padding: 100px 0 80px;
  }
}

@media (max-width: 991px) {
  .page-template-about-sr-template #misconceptions {
    padding: 50px 0 50px;
  }
}

@media (max-width: 991px) {
  .page-template-about-sr-template #misconceptions {
    padding: 50px 0 40px;
  }
}

.page-template-about-sr-template #misconceptions .head {
  max-width: 1380px;
  margin: 0 auto 80px;
}

@media (max-width: 991px) {
  .page-template-about-sr-template section#video {
    padding: 110px 0 90px;
  }
}

@media (max-width: 767px) {
  .page-template-about-sr-template section#video {
    padding: 90px 0 70px;
  }
}

.page-template-about-sr-template section#contact {
  padding: 180px 0 200px;
}

@media (max-width: 991px) {
  .page-template-about-sr-template section#contact {
    padding: 120px 0 200px;
  }
}

@media (max-width: 767px) {
  .page-template-about-sr-template section#contact {
    padding: 80px 0 200px;
  }
}

.page-template-about-difference #hero {
  padding-bottom: 300px;
}

.page-template-about-difference #hero .name {
  z-index: 2;
  font-size: -webkit-calc(40px + (130 - 40) * ((100vw - 380px) / (1980 - 380)));
  font-size: calc(40px + (130 - 40) * ((100vw - 380px) / (1980 - 380)));
}

@media screen and (min-width: 1980px) {
  .page-template-about-difference #hero .name {
    font-size: 130px;
  }
}

.page-template-about-difference #hero .image {
  top: 180px;
  z-index: 3;
}

@media (max-width: 1440px) {
  .page-template-about-difference #hero .image {
    top: 160px;
  }
}

.page-template-about-difference #hero .image img {
  max-height: none;
}

@media (max-width: 1360px) {
  .page-template-about-difference #hero .image img {
    max-width: 360px;
    width: 100%;
  }
}

@media (max-width: 991px) {
  .page-template-about-difference section#page-info {
    padding: 40px 0;
  }
}

@media (max-width: 767px) {
  .page-template-about-difference section#page-info {
    padding: 40px 0 10px;
  }
}

.page-template-about-difference section#weare {
  position: relative;
  padding: 40px 0 120px;
}

@media (max-width: 1380px) {
  .page-template-about-difference section#weare {
    padding: 40px 0 30px;
  }
}

@media (max-width: 991px) {
  .page-template-about-difference section#weare {
    text-align: center;
    padding: 40px 0 40px;
  }
}

@media (max-width: 767px) {
  .page-template-about-difference section#weare {
    padding: 40px 0 0;
  }
}

.page-template-about-difference section#weare h3 {
  text-align: center;
}

.page-template-about-difference section#weare .name {
  margin-bottom: 15px;
}

.page-template-about-difference section#wedo {
  position: relative;
  background: url("../images/we-do-bg.webp") no-repeat;
  padding: 150px 0 90px;
  background-size: cover;
  margin-top: -40px;
  z-index: 2;
  color: var(--black);
}

@media (max-width: 1380px) {
  .page-template-about-difference section#wedo {
    padding: 120px 0 50px;
  }
}

.page-template-about-difference section#wedo .lists {
  padding: 70px 0;
}

@media (max-width: 767px) {
  .page-template-about-difference section#wedo .lists .col-md-4 {
    margin-bottom: 20px;
  }
}

.page-template-about-difference section#wedo .lists .box {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -ms-flex-pack: center;
          -webkit-box-pack: center;
          -webkit-justify-content: center;
      justify-content: center;
  -ms-flex-direction: column;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -webkit-flex-direction: column;
      flex-direction: column;
  padding: 63px 72px 72px;
  height: 100%;
  background: #FFFFFF;
  -webkit-box-shadow: 6px 6px 40px rgba(0, 0, 0, 0.15);
          box-shadow: 6px 6px 40px rgba(0, 0, 0, 0.15);
}

@media (max-width: 1380px) {
  .page-template-about-difference section#wedo .lists .box {
    padding: 45px;
  }
}

@media (max-width: 991px) {
  .page-template-about-difference section#wedo .lists .box {
    padding: 30px;
  }
}

@media (max-width: 767px) {
  .page-template-about-difference section#wedo .lists .box {
    padding: 20px;
    max-width: 400px;
    width: 100%;
    margin: 0 auto;
  }
}

.page-template-about-difference section#wedo .lists .box h4 {
  margin-bottom: 16px;
}

.page-template-about-difference section#wedo .impact {
  padding: 90px 0 50px;
}

@media (max-width: 1440px) {
  .page-template-about-difference section#wedo .impact {
    padding: 40px 0 50px;
  }
}

@media (max-width: 991px) {
  .page-template-about-difference section#wedo .impact {
    padding: 20px 0 50px;
  }
}

@media (max-width: 767px) {
  .page-template-about-difference section#wedo .impact {
    padding: 10px 0 50px;
  }
}

.page-template-about-difference section#commitment {
  position: relative;
  padding: 120px 0;
}

@media (max-width: 1440px) {
  .page-template-about-difference section#commitment {
    padding: 90px 0;
  }
}

@media (max-width: 991px) {
  .page-template-about-difference section#commitment {
    padding: 70px 0;
  }
}

@media (max-width: 767px) {
  .page-template-about-difference section#commitment {
    padding: 35px 0;
  }
}

.page-template-about-difference section#join {
  position: relative;
  padding: 180px 0 200px;
  background: url("../images/join-bg.webp") top center no-repeat;
  background-size: cover;
  color: var(--black);
}

@media (max-width: 1440px) {
  .page-template-about-difference section#join {
    padding: 120px 0 140px;
  }
}

@media (max-width: 991px) {
  .page-template-about-difference section#join {
    padding: 90px 0 100px;
  }
}

.page-template-about-difference section#cta {
  position: relative;
  padding: 250px 0 300px;
  background: url("../images/CTA-bg-2.webp") top center no-repeat;
  background-size: cover;
  margin-bottom: -100px;
  z-index: 2;
  margin-top: -200px;
}

@media (max-width: 1440px) {
  .page-template-about-difference section#cta {
    padding: 200px 0 200px;
  }
}

@media (max-width: 991px) {
  .page-template-about-difference section#cta {
    padding: 180px 0 180px;
  }
}

@media (max-width: 767px) {
  .page-template-about-difference section#cta {
    padding: 150px 0 100px;
  }
}

.page-template-about-difference section#cta h2 {
  margin-bottom: 16px;
}

.page-template-about-difference section#cta .text-content {
  max-width: 1450px;
  margin: 0 auto;
}

.page-template-about-difference section#cta .btn-group {
  -ms-flex-pack: center;
          -webkit-box-pack: center;
          -webkit-justify-content: center;
      justify-content: center;
}

.page-template-about-difference section#cta .btn-group .btn {
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
}

.page-template-about-difference section#contact {
  padding: 200px 0 200px;
}

@media (max-width: 991px) {
  .page-template-about-difference section#contact {
    padding: 160px 0 200px;
  }
}

@media (max-width: 767px) {
  .page-template-about-difference section#contact {
    padding: 150px 0 200px;
  }
}

.icon-box {
  max-width: 1400px;
  margin: 70px auto 60px;
}

@media (max-width: 767px) {
  .icon-box {
    margin: 40px auto 30px;
  }
}

.icon-box .box {
  text-align: center;
}

@media (max-width: 767px) {
  .icon-box .box {
    margin-bottom: 30px;
  }
}

.icon-box .box .icon {
  margin-bottom: 24px;
}

.icon-box .box h4 {
  margin-bottom: 16px;
}

.icon-box .box .text-content {
  max-width: 95%;
  margin: 0 auto;
}

section#video {
  padding: 260px 0 215px;
  background: url(../images/video-bg.svg) top center no-repeat;
  background-size: 101%;
  position: relative;
  z-index: 2;
}

@media (max-width: 1440px) {
  section#video {
    padding: 200px 0 175px;
  }
}

@media (max-width: 991px) {
  section#video {
    padding: 160px 0 115px;
  }
}

section#video .top-separator {
  background: url("../images/bottom-separator-2.svg") top center no-repeat;
  background-size: 100%;
  height: 180px;
  position: absolute;
  width: 100%;
  top: -2px;
}

section#video .hexagon-separator {
  background: url("../images/hexagon-bg.svg") bottom center no-repeat;
  background-size: 100%;
  height: 100px;
  position: absolute;
  width: 100%;
  bottom: -42px;
  max-width: 1560px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

@media (max-width: 1340px) {
  section#video .hexagon-separator {
    bottom: -38px;
  }
}

@media (max-width: 1240px) {
  section#video .hexagon-separator {
    bottom: -32px;
  }
}

@media (max-width: 991px) {
  section#video .hexagon-separator {
    bottom: -25px;
  }
}

@media (max-width: 767px) {
  section#video .hexagon-separator {
    bottom: -20px;
  }
}

@media (max-width: 480px) {
  section#video .hexagon-separator {
    bottom: -10px;
  }
}

section#video h3 {
  margin-bottom: 16px;
}

section#video .text-content {
  margin-bottom: 60px;
  text-transform: capitalize;
}

section#video .video-wrap {
  position: relative;
}

section#video .video-wrap .popup-video {
  display: block;
}

section#video .video-wrap .popup-video img.poster {
  border: 2px solid #FFFFFF;
}

section#video .video-wrap .popup-video:hover .play-icon {
  height: 72px;
  width: 72px;
}

section#video .video-wrap .play-icon {
  position: absolute;
  height: 67px;
  width: 67px;
  top: 50%;
  left: 50%;
  -webkit-transform: scale(1) translate(-50%, -50%);
      -ms-transform: scale(1) translate(-50%, -50%);
          transform: scale(1) translate(-50%, -50%);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.tiles-boxes {
  padding: 0;
  -webkit-column-count: 3;
     -moz-column-count: 3;
          column-count: 3;
  -webkit-column-gap: 40px;
     -moz-column-gap: 40px;
          column-gap: 40px;
  -webkit-column-break-inside: avoid;
          break-inside: avoid;
  page-break-inside: avoid;
}

@media (max-width: 991px) {
  .tiles-boxes {
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
  }
}

@media (max-width: 767px) {
  .tiles-boxes {
    -webkit-column-count: 1;
       -moz-column-count: 1;
            column-count: 1;
  }
}

.tiles-boxes > div {
  margin-bottom: 35px;
  -webkit-column-break-inside: avoid;
          break-inside: avoid;
  page-break-inside: avoid;
}

.tiles-boxes .box {
  height: 100%;
  background-color: var(--white);
  -webkit-box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.25);
          box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.25);
  min-height: 320px;
  overflow: hidden;
}

@media (max-width: 767px) {
  .tiles-boxes .box {
    max-width: 400px;
    width: 100%;
    margin: 0 auto;
  }
}

.tiles-boxes .box.box-image {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.tiles-boxes .box.box-image .image img {
  width: 100%;
  min-height: 320px;
  object-fit: cover;
}

.tiles-boxes .box.black {
  background-color: var(--black);
  -webkit-box-shadow: 0 5px 25px 0 rgba(0, 0, 0, 0.9);
          box-shadow: 0 5px 25px 0 rgba(0, 0, 0, 0.9);
}

.tiles-boxes .box.black h5 {
  color: var(--white);
}

.tiles-boxes .box.black .text {
  color: var(--white);
}

.tiles-boxes .box .content {
  padding: 63px 75px 70px;
}

@media (max-width: 1440px) {
  .tiles-boxes .box .content {
    padding: 35px;
  }
}

@media (max-width: 991px) {
  .tiles-boxes .box .content {
    padding: 30px;
  }
}

@media (max-width: 767px) {
  .tiles-boxes .box .content {
    padding: 30px;
  }
}

@media (max-width: 560px) {
  .tiles-boxes .box .content {
    padding: 20px;
  }
}

.tiles-boxes .box h5 {
  color: var(--black);
  font-weight: 500;
  text-transform: uppercase;
  font-size: 20px;
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 12px;
}

.tiles-boxes .box h5:after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 250px;
  height: 1.5px;
  background-color: var(--orange);
  left: 0;
}

.tiles-boxes .box div.text {
  color: var(--black);
}

.page-template-faq-template section#hero .name {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.9)), to(rgba(255, 255, 255, 0.35)));
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0.35) 100%);
  opacity: 0.5;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.page-template-faq-template section#faq {
  position: relative;
  padding: 0 0 40px;
}

.page-template-faq-template section#faq .head {
  max-width: 1200px;
  margin: 0 auto 80px;
}

.page-template-faq-template section#faq .faq .box {
  padding: 45px 100px;
  background-color: #14141480;
  -webkit-border-radius: 20px;
          border-radius: 20px;
}

@media (max-width: 1440px) {
  .page-template-faq-template section#faq .faq .box {
    padding: 35px 50px;
  }
}

@media (max-width: 991px) {
  .page-template-faq-template section#faq .faq .box {
    padding: 30px 20px;
  }
}

.page-template-faq-template section#faq .faq .accordion {
  background: transparent;
  border: 0;
}

.page-template-faq-template section#faq .faq .accordion-item {
  background: transparent;
  border: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  -webkit-border-radius: 0;
          border-radius: 0;
  padding: 35px 44px;
}

@media (max-width: 991px) {
  .page-template-faq-template section#faq .faq .accordion-item {
    padding: 25px;
  }
}

@media (max-width: 767px) {
  .page-template-faq-template section#faq .faq .accordion-item {
    padding: 20px 15px;
  }
}

@media (max-width: 640px) {
  .page-template-faq-template section#faq .faq .accordion-item {
    padding: 14px 0;
  }
}

.page-template-faq-template section#faq .faq .accordion-item:last-child {
  border-bottom: 0;
}

.page-template-faq-template section#faq .faq .accordion-item .accordion-button {
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: transparent;
  font-size: -webkit-calc(16px + (18 - 16) * ((100vw - 320px) / (1980 - 320)));
  font-size: calc(16px + (18 - 16) * ((100vw - 320px) / (1980 - 320)));
  font-weight: 500;
  color: var(--white);
  padding: 22px 0 22px 45px;
}

@media screen and (min-width: 1980px) {
  .page-template-faq-template section#faq .faq .accordion-item .accordion-button {
    font-size: 22px;
  }
}

@media (max-width: 767px) {
  .page-template-faq-template section#faq .faq .accordion-item .accordion-button {
    padding: 15px 0 15px 30px;
  }
}

.page-template-faq-template section#faq .faq .accordion-item .accordion-button:after {
  position: absolute;
  left: 0;
  background: url(../images/icon-open.svg) no-repeat;
  background-size: contain;
  height: 24px;
  width: 24px;
}

@media (max-width: 767px) {
  .page-template-faq-template section#faq .faq .accordion-item .accordion-button:after {
    height: 14px;
    width: 14px;
  }
}

.page-template-faq-template section#faq .faq .accordion-item .accordion-button:not(.collapsed)::after {
  -webkit-transform: rotate(135deg);
      -ms-transform: rotate(135deg);
          transform: rotate(135deg);
}

.page-template-faq-template section#faq .faq .accordion-item .accordion-body {
  color: var(--white);
  font-weight: 300;
  padding-left: 45px;
}

@media (max-width: 767px) {
  .page-template-faq-template section#faq .faq .accordion-item .accordion-body {
    padding-left: 30px;
  }
}

.page-template-faq-template section#faq .faq .accordion-item .accordion-body p {
  font-weight: 300;
}

.page-template-faq-template section#faq .faq .accordion-item .accordion-body p strong {
  font-weight: 600;
}

.page-template-faq-template #cta {
  position: relative;
  padding: 50px 0 100px;
  margin-bottom: -90px;
  z-index: 2;
  background: #000;
}

@media (max-width: 1300px) {
  .page-template-faq-template #cta {
    padding: 50px 0 50px;
  }
}

@media (max-width: 991px) {
  .page-template-faq-template #cta {
    padding: 50px 0 0;
  }
}

.page-template-faq-template #cta .text-content {
  max-width: 1345px;
  margin: 0 auto 50px;
}

.page-template-faq-template #cta .text-content h2 {
  margin-bottom: 16px;
}

.page-template-faq-template #cta .text-content h5 {
  font-weight: 500;
  text-transform: uppercase;
}

.page-template-faq-template #cta .text-content h5 strong {
  font-weight: 700;
  color: var(--orange);
}

.page-template-faq-template #cta .text-content p {
  margin-bottom: 24px;
}

.page-template-faq-template #cta .btn-group {
  -ms-flex-pack: center;
          -webkit-box-pack: center;
          -webkit-justify-content: center;
      justify-content: center;
  margin-top: 34px;
}

.page-template-faq-template #cta .wave {
  background: url(../images/section-top.svg) bottom center no-repeat;
  background-size: cover;
  height: 145px;
  z-index: 2;
  position: absolute;
  bottom: -130px;
  width: 100%;
}

@media (max-width: 560px) {
  .page-template-faq-template #cta .wave {
    height: 85px;
    bottom: -70px;
  }
}

.page-template-testimonials-template section#hero {
  padding: 150px 0 180px;
}

@media (max-width: 1150px) {
  .page-template-testimonials-template section#hero {
    padding: 80px 0 100px;
  }
}

@media (max-width: 991px) {
  .page-template-testimonials-template section#hero {
    padding: 70px 0 80px;
  }
}

.page-template-testimonials-template section#hero .name {
  position: relative;
  z-index: 1;
}

.page-template-testimonials-template section#hero .image {
  z-index: -1;
  top: 160%;
  width: 50%;
}

@media (max-width: 991px) {
  .page-template-testimonials-template section#hero .image {
    width: 80%;
    top: 130px;
  }
}

@media (max-width: 767px) {
  .page-template-testimonials-template section#hero .image {
    width: 100%;
    top: 100px;
  }
}

@media (max-width: 480px) {
  .page-template-testimonials-template section#hero .image {
    top: 60px;
  }
}

.page-template-testimonials-template section#testimonialSlider {
  position: relative;
  padding: 120px 0 40px;
}

@media (max-width: 1440px) {
  .page-template-testimonials-template section#testimonialSlider {
    padding: 100px 0 40px;
  }
}

@media (max-width: 991px) {
  .page-template-testimonials-template section#testimonialSlider {
    padding: 100px 0 40px;
  }
}

@media (max-width: 480px) {
  .page-template-testimonials-template section#testimonialSlider {
    padding: 50px 0 40px;
  }
}

.page-template-testimonials-template section#testimonialSlider .container-fluid {
  max-width: 1980px;
  width: 96%;
}

@media (max-width: 991px) {
  .page-template-testimonials-template section#testimonialSlider .col-lg-3 {
    text-align: center;
    margin-bottom: 20px;
  }
}

.page-template-testimonials-template section#testimonialSlider h2 {
  margin-bottom: 32px;
}

.page-template-testimonials-template section#testimonialSlider h2 span {
  color: var(--orange);
}

.page-template-testimonials-template section#testimonialSlider .arrow-prev {
  margin-right: 20px;
}

.page-template-testimonials-template section#testimonialSlider .arrow-prev.slick-disabled {
  opacity: 0.2;
}

.page-template-testimonials-template section#testimonialSlider .arrow-prev i {
  display: inline-block;
  background: url(../images/icon-arrow-prev.svg) no-repeat;
  background-size: contain;
  height: 48px;
  width: 48px;
}

@media (max-width: 1420px) {
  .page-template-testimonials-template section#testimonialSlider .arrow-prev i {
    height: 38px;
    width: 38px;
  }
}

@media (max-width: 767px) {
  .page-template-testimonials-template section#testimonialSlider .arrow-prev i {
    height: 28px;
    width: 28px;
  }
}

.page-template-testimonials-template section#testimonialSlider .arrow-next.slick-disabled {
  opacity: 0.2;
}

.page-template-testimonials-template section#testimonialSlider .arrow-next i {
  display: inline-block;
  background: url(../images/icon-arrow-next.svg) no-repeat;
  background-size: contain;
  height: 48px;
  width: 48px;
}

@media (max-width: 1420px) {
  .page-template-testimonials-template section#testimonialSlider .arrow-next i {
    height: 38px;
    width: 38px;
  }
}

@media (max-width: 767px) {
  .page-template-testimonials-template section#testimonialSlider .arrow-next i {
    height: 28px;
    width: 28px;
  }
}

.page-template-testimonials-template section#testimonialSlider .testimonial-slider {
  position: relative;
}

.page-template-testimonials-template section#testimonialSlider .testimonial-slider .slick-list {
  position: relative;
}

.page-template-testimonials-template section#testimonialSlider .testimonial-slider .slick-list:after {
  content: "";
  position: absolute;
  right: -1px;
  top: 0;
  width: 320px;
  background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0)), to(black));
  background: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, black 100%);
  height: 100%;
}

@media (max-width: 767px) {
  .page-template-testimonials-template section#testimonialSlider .testimonial-slider .slick-list:after {
    display: none;
  }
}

.page-template-testimonials-template section#testimonialSlider .testimonial-slider .slick-slide {
  margin: 0 10px;
  -webkit-transform: scale(0.85);
      -ms-transform: scale(0.85);
          transform: scale(0.85);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

@media (max-width: 991px) {
  .page-template-testimonials-template section#testimonialSlider .testimonial-slider .slick-slide {
    margin: 0;
    -webkit-transform: scale(0.9);
        -ms-transform: scale(0.9);
            transform: scale(0.9);
  }
}

.page-template-testimonials-template section#testimonialSlider .testimonial-slider .slick-slide.slick-current {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

.page-template-testimonials-template section#testimonialSlider .testimonial-slider .slick-slide.slick-current .gradient-box {
  opacity: 1;
}

.page-template-testimonials-template section#testimonialSlider .testimonial-slider .gradient-box {
  opacity: 0.5;
}

.page-template-testimonials-template section#testimonialSlider .testimonial-slider .box {
  -webkit-border-radius: 20px;
          border-radius: 20px;
  padding: 48px;
  background-color: #141414;
}

@media (max-width: 991px) {
  .page-template-testimonials-template section#testimonialSlider .testimonial-slider .box {
    padding: 32px;
  }
}

@media (max-width: 767px) {
  .page-template-testimonials-template section#testimonialSlider .testimonial-slider .box {
    padding: 22px;
  }
}

.page-template-testimonials-template section#testimonialSlider .testimonial-slider .box .info {
  margin-top: 24px;
}

.page-template-testimonials-template section#testimonialSlider .testimonial-slider .box .info h5 {
  color: var(--orange);
  margin-bottom: 3px;
}

.page-template-testimonials-template section#testimoniaVideos {
  position: relative;
  padding: 120px 0 100px;
  margin-bottom: -90px;
  z-index: 2;
  background: #000 url(../images/video-bg.webp) top center no-repeat;
  background-size: 100%;
}

@media (max-width: 767px) {
  .page-template-testimonials-template section#testimoniaVideos {
    padding: 120px 0 0px;
  }
}

.page-template-testimonials-template section#testimoniaVideos .wave {
  background: url(../images/section-top.svg) bottom center no-repeat;
  background-size: cover;
  height: 145px;
  z-index: 2;
  position: absolute;
  bottom: -130px;
  width: 100%;
}

.page-template-testimonials-template section#testimoniaVideos .video-wrap {
  position: relative;
}

.page-template-testimonials-template section#testimoniaVideos .video-wrap .popup-video {
  display: block;
  -webkit-border-radius: 15px;
          border-radius: 15px;
  position: relative;
  text-align: center;
}

.page-template-testimonials-template section#testimoniaVideos .video-wrap .popup-video:hover .play-icon {
  height: 72px;
  width: 72px;
}

.page-template-testimonials-template section#testimoniaVideos .video-wrap .popup-video .poster {
  width: 100%;
}

.page-template-testimonials-template section#testimoniaVideos .video-wrap .play-icon {
  position: absolute;
  height: 67px;
  width: 67px;
  top: 50%;
  left: 50%;
  -webkit-transform: scale(1) translate(-50%, -50%);
      -ms-transform: scale(1) translate(-50%, -50%);
          transform: scale(1) translate(-50%, -50%);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.page-template-testimonials-template section#testimoniaVideos .video-wrap .info {
  margin-top: 24px;
}

.page-template-testimonials-template section#testimoniaVideos .video-wrap .info h5 {
  color: var(--orange);
  margin-bottom: 2px;
}

.page-template-testimonials-template section#testimoniaVideos .videos {
  padding: 70px 0 0;
  position: relative;
}

.page-template-testimonials-template section#testimoniaVideos .videos .video-wrap {
  position: relative;
}

.page-template-testimonials-template section#testimoniaVideos .videos .video-wrap .popup-video:hover .play-icon {
  height: 55px;
  width: 55px;
}

.page-template-testimonials-template section#testimoniaVideos .videos .video-wrap .play-icon {
  position: absolute;
  height: 42px;
  width: 42px;
  top: 50%;
  left: 50%;
  -webkit-transform: scale(1) translate(-50%, -50%);
      -ms-transform: scale(1) translate(-50%, -50%);
          transform: scale(1) translate(-50%, -50%);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.page-template-blog-template section#hero, body.archive section#hero, .search-results section#hero {
  padding-bottom: 150px;
}

.page-template-blog-template section#hero .name, body.archive section#hero .name, .search-results section#hero .name {
  font-size: -webkit-calc(45px + (130 - 45) * ((100vw - 380px) / (1980 - 380)));
  font-size: calc(45px + (130 - 45) * ((100vw - 380px) / (1980 - 380)));
}

@media screen and (min-width: 1980px) {
  .page-template-blog-template section#hero .name, body.archive section#hero .name, .search-results section#hero .name {
    font-size: 130px;
  }
}

.page-template-blog-template section#hero .image, body.archive section#hero .image, .search-results section#hero .image {
  top: 180px;
}

@media (max-width: 991px) {
  .page-template-blog-template section#hero .image, body.archive section#hero .image, .search-results section#hero .image {
    top: 130px;
  }
}

.page-template-blog-template section#contact, body.archive section#contact, .search-results section#contact {
  padding-top: 210px;
  margin-top: -5px;
}

@media (max-width: 991px) {
  .page-template-blog-template section#contact, body.archive section#contact, .search-results section#contact {
    padding-top: 100px;
  }
}

@media (max-width: 767px) {
  .page-template-blog-template section#contact, body.archive section#contact, .search-results section#contact {
    padding-top: 60px;
  }
}

.page-template-blog-template section#page-info, body.archive section#page-info, .search-results section#page-info {
  padding-bottom: 160px;
}

@media (max-width: 991px) {
  .page-template-blog-template section#page-info, body.archive section#page-info, .search-results section#page-info {
    padding-bottom: 90px;
  }
}

.page-template-blog-template section#page-info .wave, body.archive section#page-info .wave, .search-results section#page-info .wave {
  background: url("../images/blog-curved.webp") bottom center no-repeat;
  background-size: 100%;
  bottom: -1px;
  height: 100px;
}

.page-template-blog-template section#blog, body.archive section#blog, .search-results section#blog {
  background-color: var(--white);
  color: var(--black);
  padding: 80px 0 10px;
}

.page-template-blog-template section#blog #filters, body.archive section#blog #filters, .search-results section#blog #filters {
  margin: 0 0 35px;
  padding: 35px 65px;
  border: 1px solid var(--black);
}

@media (max-width: 991px) {
  .page-template-blog-template section#blog #filters, body.archive section#blog #filters, .search-results section#blog #filters {
    padding: 20px;
  }
}

.page-template-blog-template section#blog #filters a, body.archive section#blog #filters a, .search-results section#blog #filters a {
  padding: 18px 45px;
  font-weight: 600;
  background: #EEEEEE;
  -webkit-border-radius: 0;
          border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  margin-right: 16px;
  margin-bottom: 10px;
  color: #9C9C9C;
  font-size: 14px;
  min-width: auto;
  display: inline-block;
}

@media (max-width: 991px) {
  .page-template-blog-template section#blog #filters a, body.archive section#blog #filters a, .search-results section#blog #filters a {
    padding: 10px 25px;
    font-size: 12px;
  }
}

.page-template-blog-template section#blog #filters a.mixitup-control-active, .page-template-blog-template section#blog #filters a.active, body.archive section#blog #filters a.mixitup-control-active, body.archive section#blog #filters a.active, .search-results section#blog #filters a.mixitup-control-active, .search-results section#blog #filters a.active {
  background: var(--orange);
  color: var(--white);
}

.page-template-blog-template section#blog #post-search, body.archive section#blog #post-search, .search-results section#blog #post-search {
  position: relative;
  z-index: 12;
  margin-bottom: 42px;
}

.page-template-blog-template section#blog #post-search .search_bar, body.archive section#blog #post-search .search_bar, .search-results section#blog #post-search .search_bar {
  position: relative;
  background-color: #F6F6F6;
  padding: 48px 20px;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -ms-flex-pack: center;
          -webkit-box-pack: center;
          -webkit-justify-content: center;
      justify-content: center;
  -ms-flex-align: center;
          -webkit-box-align: center;
          -webkit-align-items: center;
      align-items: center;
}

@media (max-width: 991px) {
  .page-template-blog-template section#blog #post-search .search_bar, body.archive section#blog #post-search .search_bar, .search-results section#blog #post-search .search_bar {
    padding: 20px;
  }
}

@media (max-width: 767px) {
  .page-template-blog-template section#blog #post-search .search_bar, body.archive section#blog #post-search .search_bar, .search-results section#blog #post-search .search_bar {
    -ms-flex-wrap: wrap;
            -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.page-template-blog-template section#blog #post-search .search_bar h5, body.archive section#blog #post-search .search_bar h5, .search-results section#blog #post-search .search_bar h5 {
  margin-right: 44px;
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .page-template-blog-template section#blog #post-search .search_bar h5, body.archive section#blog #post-search .search_bar h5, .search-results section#blog #post-search .search_bar h5 {
    margin-right: 0;
    margin-bottom: 20px;
  }
}

.page-template-blog-template section#blog #post-search .search_bar form, body.archive section#blog #post-search .search_bar form, .search-results section#blog #post-search .search_bar form {
  width: 85%;
  position: relative;
}

@media (max-width: 767px) {
  .page-template-blog-template section#blog #post-search .search_bar form, body.archive section#blog #post-search .search_bar form, .search-results section#blog #post-search .search_bar form {
    width: 95%;
  }
}

@media (max-width: 480px) {
  .page-template-blog-template section#blog #post-search .search_bar form, body.archive section#blog #post-search .search_bar form, .search-results section#blog #post-search .search_bar form {
    width: 100%;
  }
}

.page-template-blog-template section#blog #post-search .search_bar input, body.archive section#blog #post-search .search_bar input, .search-results section#blog #post-search .search_bar input {
  width: 100%;
  background: var(--white);
  padding: 16px 70px 16px 22px;
  color: var(--black);
  border: 0;
}

@media (max-width: 991px) {
  .page-template-blog-template section#blog #post-search .search_bar input, body.archive section#blog #post-search .search_bar input, .search-results section#blog #post-search .search_bar input {
    height: 48px;
  }
}

.page-template-blog-template section#blog #post-search .search_bar .searchBtn, body.archive section#blog #post-search .search_bar .searchBtn, .search-results section#blog #post-search .search_bar .searchBtn {
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
  height: 100%;
  background: var(--orange);
  line-height: 3.3;
  width: 63px;
  text-align: center;
}

@media (max-width: 991px) {
  .page-template-blog-template section#blog #post-search .search_bar .searchBtn, body.archive section#blog #post-search .search_bar .searchBtn, .search-results section#blog #post-search .search_bar .searchBtn {
    width: 50px;
    line-height: 3;
  }
}

.page-template-blog-template section#blog #post-search .search_bar .searchBtn img, body.archive section#blog #post-search .search_bar .searchBtn img, .search-results section#blog #post-search .search_bar .searchBtn img {
  width: 20px;
}

.page-template-blog-template section#blog #post-search .search_bar .searchBtn.opened img, body.archive section#blog #post-search .search_bar .searchBtn.opened img, .search-results section#blog #post-search .search_bar .searchBtn.opened img {
  -webkit-filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(31deg) brightness(101%) contrast(101%);
          filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(31deg) brightness(101%) contrast(101%);
  height: 26px;
}

.page-template-blog-template section#blog #post-search #datafetch, body.archive section#blog #post-search #datafetch, .search-results section#blog #post-search #datafetch {
  display: none;
  position: absolute;
  width: 100%;
  background: var(--white);
  z-index: 3;
  -webkit-box-shadow: 0 0 110px rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 110px rgba(0, 0, 0, 0.15);
  color: var(--black);
  padding: 45px 50px;
  max-height: 430px;
  overflow-y: auto;
  overflow-x: hidden;
}

@media (max-width: 991px) {
  .page-template-blog-template section#blog #post-search #datafetch, body.archive section#blog #post-search #datafetch, .search-results section#blog #post-search #datafetch {
    padding: 25px 30px;
  }
}

.page-template-blog-template section#blog #post-search #datafetch p, body.archive section#blog #post-search #datafetch p, .search-results section#blog #post-search #datafetch p {
  color: var(--black);
}

.page-template-blog-template section#blog #post-search #datafetch h4.search-title, body.archive section#blog #post-search #datafetch h4.search-title, .search-results section#blog #post-search #datafetch h4.search-title {
  color: var(--orange);
  margin-bottom: 30px;
}

.page-template-blog-template section#blog #post-search #datafetch ul, body.archive section#blog #post-search #datafetch ul, .search-results section#blog #post-search #datafetch ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.page-template-blog-template section#blog #post-search #datafetch ul li, body.archive section#blog #post-search #datafetch ul li, .search-results section#blog #post-search #datafetch ul li {
  display: block;
  margin: 20px 0;
}

.page-template-blog-template section#blog #post-search #datafetch ul li a, body.archive section#blog #post-search #datafetch ul li a, .search-results section#blog #post-search #datafetch ul li a {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
          -webkit-box-align: center;
          -webkit-align-items: center;
      align-items: center;
  color: var(--black);
}

.page-template-blog-template section#blog #post-search #datafetch ul li a img, body.archive section#blog #post-search #datafetch ul li a img, .search-results section#blog #post-search #datafetch ul li a img {
  width: 160px;
  margin-right: 55px;
}

@media (max-width: 767px) {
  .page-template-blog-template section#blog #post-search #datafetch ul li a img, body.archive section#blog #post-search #datafetch ul li a img, .search-results section#blog #post-search #datafetch ul li a img {
    width: 120px;
    margin-right: 25px;
  }
}

@media (max-width: 1360px) {
  .page-template-blog-template section#blog .col-lg-4, body.archive section#blog .col-lg-4, .search-results section#blog .col-lg-4 {
    width: 50%;
  }
}

@media (max-width: 767px) {
  .page-template-blog-template section#blog .col-lg-4, body.archive section#blog .col-lg-4, .search-results section#blog .col-lg-4 {
    width: 100%;
  }
}

.page-template-blog-template section#blog article.post, body.archive section#blog article.post, .search-results section#blog article.post {
  position: relative;
  margin: 30px 0 180px;
}

@media (max-width: 480px) {
  .page-template-blog-template section#blog article.post, body.archive section#blog article.post, .search-results section#blog article.post {
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.14);
            box-shadow: 0 0 20px rgba(0, 0, 0, 0.14);
    margin: 30px 0 30px;
  }
}

.page-template-blog-template section#blog article.post .category, body.archive section#blog article.post .category, .search-results section#blog article.post .category {
  position: absolute;
  background: var(--orange);
  padding: 5px 17px;
  left: -10px;
  top: 24px;
}

.page-template-blog-template section#blog article.post .category a, body.archive section#blog article.post .category a, .search-results section#blog article.post .category a {
  color: var(--white);
}

.page-template-blog-template section#blog article.post .category:before, body.archive section#blog article.post .category:before, .search-results section#blog article.post .category:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  left: 0;
  top: 100%;
  border-style: solid;
  border-width: 0 10px 19px 0;
  border-color: transparent #E74E00 transparent transparent;
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
}

.page-template-blog-template section#blog article.post .image img, body.archive section#blog article.post .image img, .search-results section#blog article.post .image img {
  height: auto;
}

@media (max-width: 767px) {
  .page-template-blog-template section#blog article.post .image img, body.archive section#blog article.post .image img, .search-results section#blog article.post .image img {
    width: 100%;
  }
}

.page-template-blog-template section#blog article.post .post-content, body.archive section#blog article.post .post-content, .search-results section#blog article.post .post-content {
  position: absolute;
  margin-top: 0;
  width: -webkit-calc(100% - 39px);
  width: calc(100% - 39px);
  background: #FFFFFF;
  margin-left: 41px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  padding: 21px 24px 50px;
}

@media (max-width: 480px) {
  .page-template-blog-template section#blog article.post .post-content, body.archive section#blog article.post .post-content, .search-results section#blog article.post .post-content {
    position: static;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
    width: 100%;
    margin-left: 0;
  }
}

.page-template-blog-template section#blog article.post .post-content ul, body.archive section#blog article.post .post-content ul, .search-results section#blog article.post .post-content ul {
  list-style: none;
  padding: 0;
  margin-bottom: 13px;
}

.page-template-blog-template section#blog article.post .post-content ul li, body.archive section#blog article.post .post-content ul li, .search-results section#blog article.post .post-content ul li {
  display: inline-block;
  color: var(--black);
  font-size: 14px;
  padding: 0 14px;
  border-right: 1px solid #CDCDCD;
}

.page-template-blog-template section#blog article.post .post-content ul li:first-child, body.archive section#blog article.post .post-content ul li:first-child, .search-results section#blog article.post .post-content ul li:first-child {
  padding-left: 0;
  padding-right: 20px;
}

.page-template-blog-template section#blog article.post .post-content ul li:last-child, body.archive section#blog article.post .post-content ul li:last-child, .search-results section#blog article.post .post-content ul li:last-child {
  margin-right: 0;
  border-right: none;
}

.page-template-blog-template section#blog article.post .post-content ul li i, body.archive section#blog article.post .post-content ul li i, .search-results section#blog article.post .post-content ul li i {
  margin-right: 9px;
  height: 14px;
  width: 14px;
  display: inline-block;
}

.page-template-blog-template section#blog article.post .post-content ul li i.icon-date, body.archive section#blog article.post .post-content ul li i.icon-date, .search-results section#blog article.post .post-content ul li i.icon-date {
  background: url(../images/icon-date.svg) no-repeat;
}

.page-template-blog-template section#blog article.post .post-content ul li i.icon-author, body.archive section#blog article.post .post-content ul li i.icon-author, .search-results section#blog article.post .post-content ul li i.icon-author {
  background: url(../images/icon-author.svg) no-repeat;
}

.page-template-blog-template section#blog article.post .post-content h4, body.archive section#blog article.post .post-content h4, .search-results section#blog article.post .post-content h4 {
  text-transform: none;
}

.page-template-blog-template section#blog article.post .post-content h4 a, body.archive section#blog article.post .post-content h4 a, .search-results section#blog article.post .post-content h4 a {
  color: var(--black-text);
}

.page-template-blog-template section#blog article.post .post-content .more, body.archive section#blog article.post .post-content .more, .search-results section#blog article.post .post-content .more {
  display: inline-block;
  text-transform: uppercase;
  margin-top: 12px;
  font-weight: 600;
}

.page-template-blog-template section#blog article.post .post-content .more i, body.archive section#blog article.post .post-content .more i, .search-results section#blog article.post .post-content .more i {
  background: url("../images/more-arrow.svg") no-repeat;
  background-size: contain;
  width: 19px;
  height: 12px;
  display: inline-block;
  margin-left: 10px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.page-template-blog-template section#blog article.post .post-content .more:hover i, body.archive section#blog article.post .post-content .more:hover i, .search-results section#blog article.post .post-content .more:hover i {
  margin-left: 20px;
}

.page-template-blog-template section#blog .pagination, body.archive section#blog .pagination, .search-results section#blog .pagination {
  margin: 40px 0 10px;
  -ms-flex-pack: center;
          -webkit-box-pack: center;
          -webkit-justify-content: center;
      justify-content: center;
}

.page-template-blog-template section#blog .pagination .page-numbers, body.archive section#blog .pagination .page-numbers, .search-results section#blog .pagination .page-numbers {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
          -webkit-box-align: center;
          -webkit-align-items: center;
      align-items: center;
}

.page-template-blog-template section#blog .pagination .page-numbers span.current, body.archive section#blog .pagination .page-numbers span.current, .search-results section#blog .pagination .page-numbers span.current {
  background: var(--orange);
  color: var(--white);
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  height: 42px;
  width: 42px;
  -ms-flex-pack: center;
          -webkit-box-pack: center;
          -webkit-justify-content: center;
      justify-content: center;
  -ms-flex-align: center;
          -webkit-box-align: center;
          -webkit-align-items: center;
      align-items: center;
  font-size: 18px;
  font-weight: 600;
  margin: 0 6px;
}

.page-template-blog-template section#blog .pagination .page-numbers a, body.archive section#blog .pagination .page-numbers a, .search-results section#blog .pagination .page-numbers a {
  margin: 0 6px;
  color: #9C9C9C;
  font-size: 18px;
  background: #EEEEEE;
  height: 42px;
  width: 42px;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -ms-flex-pack: center;
          -webkit-box-pack: center;
          -webkit-justify-content: center;
      justify-content: center;
  -ms-flex-align: center;
          -webkit-box-align: center;
          -webkit-align-items: center;
      align-items: center;
}

.page-template-blog-template section#blog .pagination .page-numbers a.next, body.archive section#blog .pagination .page-numbers a.next, .search-results section#blog .pagination .page-numbers a.next {
  position: relative;
  background: none;
  height: auto;
  width: auto;
  text-indent: -999999px;
  margin-left: 24px;
}

.page-template-blog-template section#blog .pagination .page-numbers a.next:after, body.archive section#blog .pagination .page-numbers a.next:after, .search-results section#blog .pagination .page-numbers a.next:after {
  content: "";
  background: url(../images/p-next.svg) no-repeat;
  background-size: contain;
  width: 15px;
  height: 15px;
  position: absolute;
  top: 6px;
  right: -10px;
}

.page-template-blog-template section#blog .pagination .page-numbers a.prev, body.archive section#blog .pagination .page-numbers a.prev, .search-results section#blog .pagination .page-numbers a.prev {
  position: relative;
  background: none;
  height: auto;
  width: auto;
  text-indent: -999999px;
  margin-right: 28px;
}

.page-template-blog-template section#blog .pagination .page-numbers a.prev:after, body.archive section#blog .pagination .page-numbers a.prev:after, .search-results section#blog .pagination .page-numbers a.prev:after {
  content: "";
  background: url(../images/p-prev.svg) no-repeat;
  background-size: contain;
  width: 15px;
  height: 15px;
  position: absolute;
  top: 8px;
  right: -10px;
}

.single-post #page-hero {
  height: 500px;
  position: relative;
}

@media (max-width: 1380px) {
  .single-post #page-hero {
    height: 430px;
  }
}

@media (max-width: 991px) {
  .single-post #page-hero {
    height: 340px;
  }
}

@media (max-width: 767px) {
  .single-post #page-hero {
    height: 280px;
  }
}

.single-post #page-hero:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(black));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, black 100%);
  opacity: 0.5;
}

.single-post #page-hero .container {
  height: 100%;
  position: relative;
  z-index: 2;
}

.single-post #page-hero .container .head {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  height: 100%;
  -ms-flex-pack: center;
          -webkit-box-pack: center;
          -webkit-justify-content: center;
      justify-content: center;
  -ms-flex-align: center;
          -webkit-box-align: center;
          -webkit-align-items: center;
      align-items: center;
  text-align: center;
}

.single-post #page-hero .container .head h1 {
  font-size: -webkit-calc(26px + (55 - 26) * ((100vw - 320px) / (1980 - 320)));
  font-size: calc(26px + (55 - 26) * ((100vw - 320px) / (1980 - 320)));
}

@media screen and (min-width: 1980px) {
  .single-post #page-hero .container .head h1 {
    font-size: 55px;
  }
}

.single-post #page-hero .curved {
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
}

.single-post #page-hero .curved img {
  width: 100%;
  vertical-align: bottom;
}

.single-post .blog-content {
  position: relative;
  background-color: var(--white);
  color: var(--black-text);
  padding: 150px 0 200px;
}

@media (max-width: 1380px) {
  .single-post .blog-content {
    padding: 100px 0 170px;
  }
}

@media (max-width: 991px) {
  .single-post .blog-content {
    padding: 70px 0 170px;
  }
}

.single-post .blog-content .post-content .wrap {
  border: 1px solid #DADADA;
  border-bottom: 0;
  padding: 35px 47px 0;
}

@media (max-width: 1300px) {
  .single-post .blog-content .post-content .wrap {
    padding: 25px 25px 0;
  }
}

@media (max-width: 767px) {
  .single-post .blog-content .post-content .wrap {
    padding: 25px 15px 0;
  }
}

.single-post .blog-content .post-content .wrap ul.info {
  list-style: none;
  padding: 0;
  margin-bottom: 24px;
}

.single-post .blog-content .post-content .wrap ul.info li {
  display: inline-block;
  color: var(--black);
  font-size: 14px;
  padding: 0 14px;
  border-right: 1px solid #CDCDCD;
}

.single-post .blog-content .post-content .wrap ul.info li:first-child {
  padding-left: 0;
  padding-right: 20px;
}

.single-post .blog-content .post-content .wrap ul.info li:last-child {
  margin-right: 0;
  border-right: none;
}

.single-post .blog-content .post-content .wrap ul.info li i {
  margin-right: 9px;
  height: 14px;
  width: 14px;
  display: inline-block;
}

.single-post .blog-content .post-content .wrap ul.info li i.icon-date {
  background: url(../images/icon-date.svg) no-repeat;
}

.single-post .blog-content .post-content .wrap ul.info li i.icon-author {
  background: url(../images/icon-author.svg) no-repeat;
}

.single-post .blog-content .post-content .wrap .text-content h3 {
  margin: 33px 0 24px;
}

.single-post .blog-content .post-content .wrap .text-content h5 {
  margin-bottom: 12px;
}

.single-post .blog-content .post-content .wrap .text-content p {
  margin-bottom: 16px;
}

.single-post .blog-content .post-content .wrap .text-content ul {
  list-style-type: square;
  list-style-position: inside;
  padding: 0;
  margin: 0;
}

.single-post .blog-content .post-content .wrap .text-content ul li {
  padding-left: 5px;
  margin-bottom: 0;
}

.single-post .blog-content .post-content .wrap .text-content ul li::marker {
  color: var(--orange);
}

.single-post .blog-content .post-content .wrap .text-content img.size-full {
  margin: 20px 0 35px;
}

@media (max-width: 991px) {
  .single-post .blog-content .post-content .wrap .text-content img.size-full {
    margin: 20px 0;
  }
}

.single-post .blog-content .post-content .wrap .text-content blockquote {
  color: var(--white);
  padding: 47px 60px;
  background: #000 url("../images/quote.svg") no-repeat;
  background-position: 95% 90%;
  margin: 45px 0 80px;
}

@media (max-width: 991px) {
  .single-post .blog-content .post-content .wrap .text-content blockquote {
    padding: 24px 25px 46px;
    background-size: 38px;
    margin: 20px 0 40px;
  }
}

.single-post .blog-content .post-content .wrap .text-content blockquote p + p {
  position: relative;
  padding-left: 30px;
  font-weight: 700;
  font-size: 20px;
}

.single-post .blog-content .post-content .wrap .text-content blockquote p + p:before {
  content: "";
  left: 0;
  top: 15px;
  position: absolute;
  width: 19px;
  height: 3px;
  background-color: var(--orange);
}

.single-post .blog-content .post-data {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -ms-flex-pack: justify;
          -webkit-box-pack: justify;
          -webkit-justify-content: space-between;
      justify-content: space-between;
  -ms-flex-align: center;
          -webkit-box-align: center;
          -webkit-align-items: center;
      align-items: center;
  border-top: 1px solid #DADADA;
  border-bottom: 1px solid #DADADA;
  margin: 86px 0 50px;
  padding: 47px 0;
  -ms-flex-wrap: wrap;
          -webkit-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media (max-width: 1320px) {
  .single-post .blog-content .post-data {
    padding: 27px 0;
  }
}

@media (max-width: 991px) {
  .single-post .blog-content .post-data .share {
    width: 100%;
    margin-top: 40px;
  }
}

.single-post .blog-content .post-data .share h5 {
  display: inline-block;
  margin-right: 35px;
}

.single-post .blog-content .post-data .share .social-share {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
          -webkit-box-align: center;
          -webkit-align-items: center;
      align-items: center;
}

.single-post .blog-content .post-data .share .social-share > div {
  background-color: #F6F6F6;
  margin-right: 10px;
  height: 42px;
  width: 42px;
}

@media (max-width: 991px) {
  .single-post .blog-content .post-data .share .social-share > div {
    height: 36px;
    width: 36px;
  }
}

.single-post .blog-content .post-data .share .social-share > div a {
  display: block;
  height: 42px;
  width: 42px;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  text-align: center;
  -ms-flex-pack: center;
          -webkit-box-pack: center;
          -webkit-justify-content: center;
      justify-content: center;
  -ms-flex-align: center;
          -webkit-box-align: center;
          -webkit-align-items: center;
      align-items: center;
}

@media (max-width: 991px) {
  .single-post .blog-content .post-data .share .social-share > div a {
    height: 36px;
    width: 36px;
  }
}

.single-post .blog-content .post-data .share .social-share > div a i {
  height: 20px;
  width: 20px;
  display: inline-block;
}

.single-post .blog-content .post-data .share .social-share > div a i.fa-facebook {
  background: url(../images/share-facebook.svg) no-repeat;
  background-size: contain;
  height: 26px;
  width: 26px;
}

.single-post .blog-content .post-data .share .social-share > div a i.fa-twitter {
  background: url(../images/share-x.svg) no-repeat;
  background-size: contain;
}

.single-post .blog-content .post-data .share .social-share > div a i.fa-linkedin {
  background: url(../images/share-linkedin.svg) no-repeat;
  background-size: contain;
  height: 24px;
  width: 24px;
}

@media (max-width: 991px) {
  .single-post .blog-content .post-data .share .social-share > div a i {
    height: 16px !important;
    width: 16px !important;
  }
}

.single-post .blog-content .post-data .tag h5 {
  display: inline-block;
  margin-right: 35px;
}

.single-post .blog-content .post-data .tag a {
  background-color: #F6F6F6;
  padding: 8px 22px;
  color: var(--black);
  display: inline-block;
  margin-right: 10px;
}

@media (max-width: 991px) {
  .single-post .blog-content .post-data .tag a {
    padding: 5px 16px;
  }
}

.single-post .blog-content .ga-posts-nav {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
          -webkit-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: justify;
          -webkit-box-pack: justify;
          -webkit-justify-content: space-between;
      justify-content: space-between;
  -ms-flex-align: start;
          -webkit-box-align: start;
          -webkit-align-items: start;
      align-items: start;
}

.single-post .blog-content .ga-posts-nav > div {
  width: 36%;
  text-align: left;
}

@media (max-width: 1440px) {
  .single-post .blog-content .ga-posts-nav > div {
    width: 49%;
  }
}

.single-post .blog-content .ga-posts-nav > div:last-of-type {
  text-align: right;
}

.single-post .blog-content .ga-posts-nav > div:last-of-type .wpb-posts-nav__thumbnail {
  margin-left: 24px;
  margin-right: 0;
}

.single-post .blog-content .ga-posts-nav > div a {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
          -webkit-flex-wrap: wrap;
      flex-wrap: wrap;
  color: var(--black);
}

.single-post .blog-content .ga-posts-nav > div a .wpb-posts-nav__thumbnail {
  margin-right: 24px;
  width: 100px;
}

@media (max-width: 767px) {
  .single-post .blog-content .ga-posts-nav > div a .wpb-posts-nav__thumbnail {
    display: none;
  }
}

.single-post .blog-content .ga-posts-nav > div a .text-content {
  width: -webkit-calc(100% - 124px);
  width: calc(100% - 124px);
}

@media (max-width: 767px) {
  .single-post .blog-content .ga-posts-nav > div a .text-content {
    width: 100%;
  }
}

.single-post .blog-content .ga-posts-nav > div a .text-content h6 {
  margin-top: 8px;
  text-transform: none;
}

@media (max-width: 767px) {
  .single-post .blog-content .ga-posts-nav > div a .text-content h6 {
    display: none;
  }
}

.single-post .widget-wrap {
  padding-left: 30px;
}

@media (max-width: 1440px) {
  .single-post .widget-wrap {
    padding-left: -webkit-calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
  }
}

@media (max-width: 991px) {
  .single-post .widget-wrap {
    margin-top: 50px;
  }
}

.single-post .widget-wrap .widget {
  background: #F6F6F6;
  padding: 48px 45px;
  margin-bottom: 30px;
}

@media (max-width: 1440px) {
  .single-post .widget-wrap .widget {
    padding: 35px 30px;
  }
}

@media (max-width: 991px) {
  .single-post .widget-wrap .widget {
    padding: 25px 20px;
  }
}

.single-post .widget-wrap .widget h5 {
  text-transform: uppercase;
  font-weight: 600;
  border-bottom: 1px solid #DADADA;
  padding-bottom: 14px;
  position: relative;
  margin-bottom: 16px;
}

.single-post .widget-wrap .widget h5:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 75px;
  border-bottom: 3px solid var(--orange);
}

.single-post .widget-wrap .widget ul.category {
  list-style: none;
  padding: 0;
}

.single-post .widget-wrap .widget ul.category li {
  padding: 14px 0;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  border-bottom: 1px solid #DADADA;
  -ms-flex-pack: justify;
          -webkit-box-pack: justify;
          -webkit-justify-content: space-between;
      justify-content: space-between;
}

.single-post .widget-wrap .widget ul.category li a {
  color: var(--black);
}

.single-post .widget-wrap .widget ul.category li:last-of-type {
  border-bottom: 0;
}

.single-post .widget-wrap .widget .search-form {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
}

.single-post .widget-wrap .widget .search-form label {
  width: 100%;
}

.single-post .widget-wrap .widget .search-form input.search-field {
  width: 100%;
  max-width: none;
  min-width: 0;
  height: 62px;
  border: 0;
  background-color: #FFFFFF;
  padding: 16px 21px;
}

.single-post .widget-wrap .widget .search-form input.search-field:-ms-input-placeholder {
  color: #B4B4B4;
}

.single-post .widget-wrap .widget .search-form input.search-field::-webkit-input-placeholder {
  color: #B4B4B4;
}

.single-post .widget-wrap .widget .search-form input.search-field::-moz-placeholder {
  color: #B4B4B4;
}

.single-post .widget-wrap .widget .search-form input.search-field::placeholder {
  color: #B4B4B4;
}

.single-post .widget-wrap .widget .search-form .search-submit {
  text-indent: -99999px;
  height: 62px;
  width: 62px;
  border: 0;
  position: relative;
  background: var(--orange) url("../images/icon-search.svg") center no-repeat;
  background-size: 24px;
}

.single-post .widget-wrap .widget .tags {
  margin-top: 35px;
}

.single-post .widget-wrap .widget .tags a {
  display: inline-block;
  font-size: 14px !important;
  color: var(--black);
  padding: 8px 22px;
  background: #FFFFFF;
  margin: 5px;
}

@media (max-width: 991px) {
  .single-post .widget-wrap .widget .tags a {
    font-size: 13px !important;
  }
}

@media (max-width: 767px) {
  .single-post .widget-wrap .widget .tags a {
    font-size: 11px !important;
    padding: 4px 16px;
    margin: 3px;
  }
}

.single-post .widget-wrap .widget .related-post {
  padding: 0;
  list-style-type: none;
  margin-top: 44px;
}

.single-post .widget-wrap .widget .related-post li {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
          -webkit-box-align: center;
          -webkit-align-items: center;
      align-items: center;
  margin-bottom: 22px;
}

.single-post .widget-wrap .widget .related-post li .image {
  width: 120px;
}

.single-post .widget-wrap .widget .related-post li .post-content {
  width: -webkit-calc(100% - 120px);
  width: calc(100% - 120px);
}

.single-post .widget-wrap .widget .related-post li .post-content .info {
  font-size: 14px;
  color: #656565;
  margin-bottom: 7px;
}

@media (max-width: 767px) {
  .single-post .widget-wrap .widget .related-post li .post-content .info {
    font-size: 11px;
  }
}

.single-post .widget-wrap .widget .related-post li .post-content .info i {
  margin-right: 4px;
  height: 14px;
  width: 14px;
  display: inline-block;
  vertical-align: middle;
}

@media (max-width: 767px) {
  .single-post .widget-wrap .widget .related-post li .post-content .info i {
    height: 10px;
    width: 10px;
  }
}

.single-post .widget-wrap .widget .related-post li .post-content .info i.icon-date {
  background: url(../images/icon-date.svg) center center no-repeat;
  background-size: contain;
}

.single-post .widget-wrap .widget .related-post li .post-content h6 {
  text-transform: capitalize;
}

.single-post .widget-wrap .widget .related-post li .post-content h6 a {
  color: var(--black);
}

@media (max-width: 767px) {
  .single-post .widget-wrap .widget .related-post li .post-content h6 {
    font-size: 13px;
  }
}

section#partners {
  position: relative;
  padding: 0 0 110px;
  margin-bottom: -90px;
  z-index: 2;
  background: #000;
}

section#partners .wave {
  background: url(../images/section-top.svg) bottom center no-repeat;
  background-size: cover;
  height: 145px;
  z-index: 2;
  position: absolute;
  bottom: -130px;
  width: 100%;
}

section#partners .team {
  position: relative;
}

section#partners .team .gradient-box {
  margin: 30px 15px;
}

@media (max-width: 1440px) {
  section#partners .team .gradient-box {
    margin: 30px 0;
  }
}

@media (max-width: 991px) {
  section#partners .team .gradient-box {
    margin: 20px auto;
    max-width: 360px;
  }
}

@media (max-width: 767px) {
  section#partners .team .gradient-box {
    margin: 15px auto;
  }
}

section#partners .team .gradient-box .box {
  padding: 36px;
  -webkit-border-radius: 20px;
          border-radius: 20px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(20, 20, 20, 0.7)), to(#141414));
  background: linear-gradient(to bottom, rgba(20, 20, 20, 0.7) 0%, #141414 100%);
}

@media (max-width: 991px) {
  section#partners .team .gradient-box .box {
    padding: 24px;
  }
}

section#partners .team .gradient-box .box .image {
  margin-bottom: 27px;
}

@media (max-width: 991px) {
  section#partners .team .gradient-box .box .image {
    text-align: center;
  }
}

section#partners .team .gradient-box .box .image img {
  -webkit-border-radius: 17px;
          border-radius: 17px;
  height: 215px;
  width: 100%;
  object-fit: cover;
  object-position: top center;
}

section#partners .team .gradient-box .box h4 {
  text-transform: capitalize;
  margin-bottom: 12px;
}

section#partners .team .gradient-box .box .position {
  color: var(--orange);
}

section#partners .team .gradient-box .box a.more {
  color: #B3B3B3;
}

section#partners .team .gradient-box .box a.more i {
  display: inline-block;
  background: url("../images/icon-more.svg") left center no-repeat;
  background-size: contain;
  height: 10px;
  width: 13px;
}

.modal-dialog {
  max-width: 1400px;
  padding: 30px;
}

@media (max-width: 991px) {
  .modal-dialog {
    padding: 20px;
  }
}

@media (max-width: 767px) {
  .modal-dialog {
    padding: 10px;
  }
}

.modal-dialog .modal-content {
  background: transparent;
  border: 0;
}

.modal-dialog .modal-content .gradient-box {
  background: rgba(0, 0, 0, 0.75);
}

.modal-dialog .modal-content .box {
  position: relative;
  -webkit-border-radius: 20px;
          border-radius: 20px;
  padding: 48px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(20, 20, 20, 0.7)), to(rgba(20, 20, 20, 0.9)));
  background: linear-gradient(to bottom, rgba(20, 20, 20, 0.7) 0%, rgba(20, 20, 20, 0.9) 100%);
}

@media (max-width: 1380px) {
  .modal-dialog .modal-content .box {
    padding: 38px;
  }
}

@media (max-width: 991px) {
  .modal-dialog .modal-content .box {
    padding: 28px;
  }
}

@media (max-width: 767px) {
  .modal-dialog .modal-content .box {
    padding: 20px 15ppx;
  }
}

.modal-dialog .modal-content .box .btn-close {
  background: url("../images/popup-close.svg") center no-repeat;
  background-size: contain;
  position: absolute;
  right: 48px;
  top: 48px;
}

@media (max-width: 991px) {
  .modal-dialog .modal-content .box .btn-close {
    right: 28px;
    top: 28px;
  }
}

.modal-dialog .modal-content .box .image {
  margin-bottom: 32px;
  text-align: center;
}

.modal-dialog .modal-content .box .image img {
  width: 100%;
  max-width: 360px;
  -webkit-border-radius: 16px;
          border-radius: 16px;
}

.modal-dialog .modal-content .box .follow {
  margin-bottom: 32px;
}

.modal-dialog .modal-content .box .follow h5 {
  margin-bottom: 16px;
}

@media (max-width: 1380px) {
  .modal-dialog .modal-content .box .follow img {
    width: 20px;
  }
}

.modal-dialog .modal-content .box .contact a {
  color: #FFFFFF;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  margin-bottom: 16px;
  -ms-flex-align: center;
          -webkit-box-align: center;
          -webkit-align-items: center;
      align-items: center;
}

.modal-dialog .modal-content .box .contact a i {
  margin-right: 14px;
}

@media (max-width: 1380px) {
  .modal-dialog .modal-content .box .contact a i {
    width: 18px;
  }
}

.modal-dialog .modal-content .box .content {
  padding-left: 40px;
}

@media (max-width: 1380px) {
  .modal-dialog .modal-content .box .content {
    padding-left: 0;
  }
}

@media (max-width: 767px) {
  .modal-dialog .modal-content .box .content {
    margin-top: 40px;
  }
}

.modal-dialog .modal-content .box .content .position {
  color: var(--orange);
  margin-bottom: 15px;
}

.page-template-business-template section#hero {
  padding-bottom: 260px;
}

@media (max-width: 991px) {
  .page-template-business-template section#hero {
    padding-bottom: 210px;
  }
}

@media (max-width: 767px) {
  .page-template-business-template section#hero {
    padding-bottom: 120px;
  }
}

@media (max-width: 480px) {
  .page-template-business-template section#hero {
    padding-bottom: 80px;
  }
}

.page-template-business-template section#hero .name {
  z-index: 2;
  font-size: -webkit-calc(40px + (130 - 40) * ((100vw - 380px) / (1980 - 380)));
  font-size: calc(40px + (130 - 40) * ((100vw - 380px) / (1980 - 380)));
}

@media screen and (min-width: 1980px) {
  .page-template-business-template section#hero .name {
    font-size: 130px;
  }
}

.page-template-business-template section#hero .image {
  top: 210px;
}

@media (max-width: 767px) {
  .page-template-business-template section#hero .image {
    top: 170%;
  }
}

@media (max-width: 767px) {
  .page-template-business-template section#page-info {
    padding: 70px 0 20px;
  }
}

.page-template-business-template section#challenge {
  padding: 60px 0 140px;
  background: url(../images/challenge-bg.webp) center center no-repeat;
  background-size: 100%;
}

@media (max-width: 991px) {
  .page-template-business-template section#challenge {
    text-align: center;
    padding: 60px 0 80px;
  }
}

@media (max-width: 767px) {
  .page-template-business-template section#challenge {
    padding: 60px 0 40px;
  }
}

.page-template-business-template section#challenge h3 span {
  color: var(--orange);
}

.page-template-business-template section#challenge .challenge {
  margin-top: 20px;
}

.page-template-business-template section#challenge .challenge .box {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
          -webkit-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: center;
          -webkit-box-align: center;
          -webkit-align-items: center;
      align-items: center;
  margin: 40px 40px 40px 0;
  position: relative;
  z-index: 1;
  cursor: pointer;
}

@media (max-width: 991px) {
  .page-template-business-template section#challenge .challenge .box {
    margin: 20px 0 20px;
  }
}

.page-template-business-template section#challenge .challenge .box:hover .icon:after {
  background: url(../images/polygon-orange.svg) left top no-repeat;
  background-size: contain;
}

.page-template-business-template section#challenge .challenge .box:hover .icon img {
  -webkit-filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7496%) hue-rotate(189deg) brightness(99%) contrast(101%);
          filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7496%) hue-rotate(189deg) brightness(99%) contrast(101%);
}

.page-template-business-template section#challenge .challenge .box .icon {
  width: 138px;
  height: 120px;
  margin-right: 32px;
  text-align: center;
  position: relative;
  z-index: 2;
}

@media (max-width: 991px) {
  .page-template-business-template section#challenge .challenge .box .icon {
    width: 100%;
    margin-right: 0;
  }
}

.page-template-business-template section#challenge .challenge .box .icon:after {
  content: "";
  position: absolute;
  background: url(../images/polygon-black.svg) left top no-repeat;
  background-size: contain;
  height: 120px;
  width: 139px;
  z-index: 0;
  top: -10px;
  left: 0;
}

@media (max-width: 991px) {
  .page-template-business-template section#challenge .challenge .box .icon:after {
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

.page-template-business-template section#challenge .challenge .box .icon img {
  position: relative;
  z-index: 2;
  width: 54px;
  margin-top: 20px;
}

.page-template-business-template section#challenge .challenge .box .text-content {
  width: -webkit-calc(100% - 170px);
  width: calc(100% - 170px);
}

@media (max-width: 991px) {
  .page-template-business-template section#challenge .challenge .box .text-content {
    width: 100%;
  }
}

.page-template-business-template section#learn {
  position: relative;
  padding: 90px 0 50px;
  background: #FFFFFF;
  color: var(--black);
}

@media (max-width: 991px) {
  .page-template-business-template section#learn {
    padding: 60px 0 20px;
  }
}

@media (max-width: 767px) {
  .page-template-business-template section#learn {
    padding: 50px 0 0px;
  }
}

.page-template-business-template section#learn .wave-top {
  background: url("../images/wave-2.webp") bottom center no-repeat;
  background-size: 100%;
  top: -90px;
  height: 100px;
  position: absolute;
  width: 100%;
}

.page-template-business-template section#learn .head {
  max-width: 1390px;
  margin: 0 auto;
}

.page-template-business-template section#learn .head h3 {
  font-weight: 500;
}

.page-template-business-template section#learn .head h5 {
  margin-bottom: 16px;
}

.page-template-business-template section#software {
  background: #fff;
  padding: 10px 0 0;
  position: relative;
  color: var(--black);
  margin-top: -2px;
}

.page-template-business-template section#software .slide-bg {
  background: url("../images/software-bg.webp") right top no-repeat;
  background-size: 65%;
}

@media (max-width: 991px) {
  .page-template-business-template section#software .solved-slider {
    margin: 0;
  }
}

.page-template-business-template section#software .solved-slider .arrow-next {
  left: -webkit-calc(44% + 50px);
  left: calc(44% + 50px);
}

@media (max-width: 991px) {
  .page-template-business-template section#software .solved-slider .arrow-next {
    left: -webkit-calc(50% + 20px);
    left: calc(50% + 20px);
  }
}

.page-template-business-template section#software .solved-slider .arrow-prev {
  left: 44%;
}

@media (max-width: 991px) {
  .page-template-business-template section#software .solved-slider .arrow-prev {
    left: -webkit-calc(50% - 20px);
    left: calc(50% - 20px);
  }
}

.page-template-business-template section#software .solved-slider .arrow-next, .page-template-business-template section#software .solved-slider .arrow-prev {
  bottom: 0;
}

@media (max-width: 1440px) {
  .page-template-business-template section#software .solved-slider .arrow-next, .page-template-business-template section#software .solved-slider .arrow-prev {
    bottom: 35px;
  }
}

@media (max-width: 991px) {
  .page-template-business-template section#software .solved-slider .arrow-next, .page-template-business-template section#software .solved-slider .arrow-prev {
    margin-bottom: -25px;
  }
}

@media (max-width: 991px) {
  .page-template-business-template section#software .solved-slider .slick-track .slick-slide > div .item .image img {
    max-width: 420px;
  }
}

.page-template-business-template section#software .wave-bottom {
  background: url("../images/wave-white.svg") top center no-repeat;
  background-size: 101%;
  bottom: -146px;
  height: 150px;
  position: absolute;
  width: 100%;
}

.page-template-business-template section#takes {
  padding: 160px 0 0;
  position: relative;
  background: url("../images/takes-bg.svg") bottom center no-repeat;
  background-size: contain;
}

@media (max-width: 991px) {
  .page-template-business-template section#takes {
    padding: 100px 0 0;
  }
}

@media (max-width: 767px) {
  .page-template-business-template section#takes {
    padding: 70px 0 0;
  }
}

.page-template-business-template section#takes .head {
  max-width: 1280px;
  margin: 10px auto 30px;
}

.page-template-business-template section#takes .lists {
  padding-bottom: 60px;
}

.page-template-business-template section#takes .lists .col-lg-4 {
  margin: 30px 0;
  padding-left: 30px;
  padding-right: 30px;
}

@media (max-width: 767px) {
  .page-template-business-template section#takes .lists .col-lg-4 {
    margin: 10px 0;
  }
}

.page-template-business-template section#takes .lists .gradient-box {
  height: 100%;
}

.page-template-business-template section#takes .lists .gradient-box:before {
  z-index: 0;
}

.page-template-business-template section#takes .lists .gradient-box .box {
  -webkit-border-radius: 20px;
          border-radius: 20px;
  background: black;
  padding: 77px 34px;
  z-index: 1;
  position: relative;
  height: 100%;
}

@media (max-width: 767px) {
  .page-template-business-template section#takes .lists .gradient-box .box {
    padding: 47px 24px;
  }
}

.page-template-business-template section#takes .lists .gradient-box .box h5 {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
          -webkit-box-align: center;
          -webkit-align-items: center;
      align-items: center;
}

.page-template-business-template section#takes .lists .gradient-box .box h5 span {
  font-size: -webkit-calc(22px + (48 - 22) * ((100vw - 320px) / (1980 - 320)));
  font-size: calc(22px + (48 - 22) * ((100vw - 320px) / (1980 - 320)));
  background: -webkit-linear-gradient(#FF6514, rgba(255, 101, 20, 0.4));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 900;
  margin-right: 15px;
}

@media screen and (min-width: 1980px) {
  .page-template-business-template section#takes .lists .gradient-box .box h5 span {
    font-size: 48px;
  }
}

.page-template-business-template section#testimonial {
  padding: 110px 0 240px;
  background: url("../images/testimonial-bg.svg") top center no-repeat;
  background-size: cover;
  color: var(--black);
}

.page-template-business-template section#testimonial .videos {
  padding: 30px 0;
}

.page-template-business-template section#testimonial .btn-group {
  -ms-flex-pack: center;
          -webkit-box-pack: center;
          -webkit-justify-content: center;
      justify-content: center;
  margin-top: 10px;
}

.page-template-business-template section#testimonial .video-wrap {
  position: relative;
}

@media (max-width: 991px) {
  .page-template-business-template section#testimonial .video-wrap {
    margin-bottom: 40px;
  }
}

.page-template-business-template section#testimonial .video-wrap .popup-video {
  display: block;
  -webkit-border-radius: 20px;
          border-radius: 20px;
  position: relative;
  text-align: center;
}

.page-template-business-template section#testimonial .video-wrap .popup-video:hover .play-icon {
  height: 72px;
  width: 72px;
}

.page-template-business-template section#testimonial .video-wrap .popup-video:hover .poster {
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
}

.page-template-business-template section#testimonial .video-wrap .popup-video .poster {
  width: 100%;
  -webkit-border-radius: 20px;
          border-radius: 20px;
  -webkit-filter: grayscale(0);
          filter: grayscale(0);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.page-template-business-template section#testimonial .video-wrap .play-icon {
  position: absolute;
  height: 67px;
  width: 67px;
  top: 50%;
  left: 50%;
  -webkit-transform: scale(1) translate(-50%, -50%);
      -ms-transform: scale(1) translate(-50%, -50%);
          transform: scale(1) translate(-50%, -50%);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.page-template-business-template section#testimonial .video-wrap .info {
  margin-top: 24px;
}

@media (max-width: 991px) {
  .page-template-business-template section#testimonial .video-wrap .info {
    margin-top: 13px;
  }
}

.page-template-business-template section#testimonial .video-wrap .info h5 {
  color: var(--orange);
  margin-bottom: 2px;
}

.page-template-business-template section#cta {
  background: url("../images/cta-bg-new.svg") no-repeat;
  padding: 340px 0 220px;
  background-size: cover;
  margin-top: -210px;
  margin-bottom: -200px;
  position: relative;
  z-index: 2;
}

@media (max-width: 1440px) {
  .page-template-business-template section#cta {
    padding: 260px 0 200px;
  }
}

@media (max-width: 991px) {
  .page-template-business-template section#cta {
    padding: 160px 0 150px;
  }
}

.page-template-business-template section#cta .container {
  max-width: 1300px;
}

.page-template-business-template section#cta .container .btn-group {
  -ms-flex-pack: center;
          -webkit-box-pack: center;
          -webkit-justify-content: center;
      justify-content: center;
}

.page-template-business-template section#cta .container .btn-group .btn {
  min-width: -webkit-fit-content;
  min-width: -moz-fit-content;
  min-width: fit-content;
}

.page-template-technology-template section#hero {
  padding-bottom: 100px;
}

@media (max-width: 991px) {
  .page-template-technology-template section#hero {
    padding-bottom: 120px;
  }
}

.page-template-technology-template section#hero .name {
  z-index: 2;
  font-size: -webkit-calc(40px + (130 - 40) * ((100vw - 380px) / (1980 - 380)));
  font-size: calc(40px + (130 - 40) * ((100vw - 380px) / (1980 - 380)));
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
}

@media (max-width: 991px) {
  .page-template-technology-template section#hero .name {
    display: block;
  }
}

@media screen and (min-width: 1980px) {
  .page-template-technology-template section#hero .name {
    font-size: 130px;
  }
}

.page-template-technology-template section#hero .name span {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.45)), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.45) 0%, rgba(255, 255, 255, 0) 100%);
  background-clip: text;
  -webkit-text-fill-color: transparent;
  opacity: 0.7;
}

.page-template-technology-template section#hero .name span + span {
  margin-top: 140px;
  margin-left: -20px;
}

@media (max-width: 991px) {
  .page-template-technology-template section#hero .name span + span {
    margin-left: 0;
  }
}

.page-template-technology-template section#hero .image {
  top: 180px;
}

@media (max-width: 480px) {
  .page-template-technology-template section#hero .image {
    top: 130px;
    width: 80%;
  }
}

.page-template-technology-template section#hero .image img {
  max-height: none;
}

@media (max-width: 767px) {
  .page-template-technology-template section#page-info {
    padding-bottom: 40px;
  }
}

.page-template-technology-template section#page-info .content {
  max-width: 1540px;
}

.page-template-technology-template section#game-changer {
  padding: 60px 0 0;
  position: relative;
  background: url("../images/the-game-changer-bg.webp") 0 85% no-repeat;
  background-size: 100%;
}

@media screen and (max-width: 1340px) {
  .page-template-technology-template section#game-changer {
    padding: 10px 0 0;
  }
}

@media (max-width: 991px) {
  .page-template-technology-template section#game-changer {
    padding: 0;
  }
}

@media (max-width: 767px) {
  .page-template-technology-template section#game-changer {
    background-size: 250%;
    background-position: center 90%;
  }
}

@media (max-width: 767px) {
  .page-template-technology-template section#game-changer .name {
    opacity: 0.8;
  }
}

.page-template-technology-template section#game-changer .head {
  max-width: 1240px;
  margin: 0 auto 10px;
}

.page-template-technology-template section#game-changer .head h3 {
  margin-bottom: 28px;
}

.page-template-technology-template section#game-changer .head h4 {
  margin-bottom: 24px;
}

.page-template-technology-template section#game-changer .slider-wrap {
  padding-bottom: 100px;
}

@media (max-width: 991px) {
  .page-template-technology-template section#game-changer .slider-wrap {
    padding-bottom: 0;
  }
}

.page-template-technology-template section#game-changer .slider-wrap .changer-slider {
  margin: 40px 0;
}

@media (max-width: 767px) {
  .page-template-technology-template section#game-changer .slider-wrap .changer-slider {
    margin: 40px 0 0;
  }
}

.page-template-technology-template section#game-changer .slider-wrap .changer-slider div > .item {
  padding: 0;
}

.page-template-technology-template section#game-changer .slider-wrap .changer-slider .image {
  position: relative;
  z-index: 2;
}

@media (max-width: 991px) {
  .page-template-technology-template section#game-changer .slider-wrap .changer-slider .image img {
    max-width: 520px;
    width: 100%;
  }
}

.page-template-technology-template section#game-changer .slider-wrap .changer-slider .box {
  position: relative;
  padding: 70px 76px 80px 88px;
  -webkit-border-radius: 20px;
          border-radius: 20px;
  background: rgba(0, 0, 0, 0.69);
  margin-left: -75px;
  margin-top: 60px;
  z-index: 1;
}

@media (max-width: 1480px) {
  .page-template-technology-template section#game-changer .slider-wrap .changer-slider .box {
    margin-top: 40px;
    padding: 30px 40px 60px 65px;
  }
}

@media (max-width: 991px) {
  .page-template-technology-template section#game-changer .slider-wrap .changer-slider .box {
    text-align: left;
    margin: -30px auto 0;
    max-width: 600px;
    width: 100%;
    padding: 30px 30px 60px;
  }
}

@media (max-width: 767px) {
  .page-template-technology-template section#game-changer .slider-wrap .changer-slider .box {
    padding: 30px 20px 60px;
  }
}

@media (max-width: 480px) {
  .page-template-technology-template section#game-changer .slider-wrap .changer-slider .box {
    padding: 30px 10px 60px;
  }
}

.page-template-technology-template section#game-changer .slider-wrap .changer-slider .box:before {
  content: "";
  position: absolute;
  z-index: -1;
  background: url("../images/box-bg-2.svg") bottom right no-repeat;
  height: 100%;
  width: 100%;
  right: 0;
  bottom: 0;
}

.page-template-technology-template section#game-changer .slider-wrap .changer-slider .box .text {
  margin-bottom: 0;
}

.page-template-technology-template section#game-changer .slider-wrap .changer-slider .box .text ul {
  padding-left: 17px;
}

.page-template-technology-template section#game-changer .slider-wrap .changer-slider .box .text ul li::marker {
  font-size: 12px;
  line-height: 3;
}

.page-template-technology-template section#game-changer .slider-wrap .changer-slider .box h3 {
  font-weight: 500;
}

.page-template-technology-template section#game-changer .slider-wrap .changer-slider .box h3 span {
  color: var(--orange);
}

.page-template-technology-template section#game-changer .slider-wrap .changer-slider .box span {
  color: var(--orange);
}

.page-template-technology-template section#game-changer .slider-wrap .changer-slider .box .arrows {
  position: absolute;
  bottom: 25px;
  left: 115px;
}

@media (max-width: 991px) {
  .page-template-technology-template section#game-changer .slider-wrap .changer-slider .box .arrows {
    left: 0;
    width: 100%;
  }
}

.page-template-technology-template section#game-changer .slider-wrap .changer-slider .box .arrow-next, .page-template-technology-template section#game-changer .slider-wrap .changer-slider .box .arrow-prev {
  bottom: 0;
}

.page-template-technology-template section#game-changer .slider-wrap .changer-slider .box .arrow-next {
  left: -webkit-calc(0px + 50px);
  left: calc(0px + 50px);
  background: url(../images/arrow-next-small.svg) no-repeat;
  background-size: contain;
}

@media (max-width: 991px) {
  .page-template-technology-template section#game-changer .slider-wrap .changer-slider .box .arrow-next {
    left: -webkit-calc(50% + 20px);
    left: calc(50% + 20px);
  }
}

.page-template-technology-template section#game-changer .slider-wrap .changer-slider .box .arrow-prev {
  left: 0;
  background: url(../images/arrow-prev-small.svg) no-repeat;
  background-size: contain;
  left: -webkit-calc(50% - 20px);
  left: calc(50% - 20px);
}

.page-template-technology-template section#game-changer .slider-content {
  max-width: 1400px;
  text-align: center;
  margin: 0 auto;
}

.page-template-technology-template section#game-changer .wave {
  background: url(../images/blog-curved.webp) bottom center no-repeat;
  background-size: 100%;
  bottom: -1px;
  height: 100px;
  position: relative;
}

@media (max-width: 991px) {
  .page-template-technology-template section#game-changer .wave {
    height: 60px;
  }
}

@media (max-width: 767px) {
  .page-template-technology-template section#game-changer .wave {
    height: 40px;
  }
}

.page-template-technology-template section#synergy {
  position: relative;
  background: #FFFFFF;
  padding: 100px 0 1px;
  color: var(--black);
  z-index: 3;
}

@media (max-width: 991px) {
  .page-template-technology-template section#synergy {
    padding: 70px 0 1px;
  }
}

@media (max-width: 767px) {
  .page-template-technology-template section#synergy {
    padding: 30px 0 1px;
  }
}

.page-template-technology-template section#synergy .head {
  max-width: 1400px;
  margin: 0 auto 30px;
}

.page-template-technology-template section#synergy .tile-boxes {
  padding: 30px 0 50px;
}

@media (max-width: 767px) {
  .page-template-technology-template section#synergy .tile-boxes {
    padding: 30px 0 15px;
  }
}

.page-template-technology-template section#synergy .tile-content {
  max-width: 1300px;
  margin: 0 auto 100px;
}

@media (max-width: 991px) {
  .page-template-technology-template section#synergy .tile-content {
    margin: 0 auto 60px;
  }
}

@media (max-width: 767px) {
  .page-template-technology-template section#synergy .tile-content {
    margin: 0 auto 30px;
  }
}

.page-template-technology-template section#synergy .wave-bottom {
  background: url(../images/wave-white.svg) top center no-repeat;
  background-size: 101%;
  bottom: -146px;
  height: 150px;
  position: absolute;
  width: 100%;
}

.page-template-technology-template section#foundation {
  background: var(--white);
  color: var(--black);
  position: relative;
  padding: 100px 0 240px;
}

.page-template-technology-template section#foundation .wave-top {
  background: url(../images/wave-2.webp) bottom center no-repeat;
  background-size: 100%;
  top: -90px;
  height: 100px;
  position: absolute;
  width: 100%;
}

.page-template-technology-template section#foundation .head {
  max-width: 1300px;
  margin: 0 auto;
}

.page-template-technology-template section#foundation .head h3 {
  margin-bottom: 16px;
  font-weight: 500;
}

.page-template-technology-template section#foundation .head h5 {
  margin-bottom: 16px;
}

.page-template-technology-template section#foundation .foundation {
  padding: 40px 0 55px;
  position: relative;
}

.page-template-technology-template section#foundation .foundation .box {
  text-align: center;
  padding: 25px 35px 20px;
}

.page-template-technology-template section#foundation .foundation .box:hover .icon .poly {
  background: url("../images/polygon-orange.svg") center no-repeat;
}

.page-template-technology-template section#foundation .foundation .box:hover .icon .poly img {
  -webkit-filter: brightness(0) saturate(100%) invert(99%) sepia(0%) saturate(7500%) hue-rotate(118deg) brightness(109%) contrast(99%);
          filter: brightness(0) saturate(100%) invert(99%) sepia(0%) saturate(7500%) hue-rotate(118deg) brightness(109%) contrast(99%);
}

.page-template-technology-template section#foundation .foundation .box .icon {
  margin-bottom: 10px;
  text-align: center;
}

.page-template-technology-template section#foundation .foundation .box .icon .poly {
  background: url("../images/polygon-white-bg.svg") -5px 0px no-repeat;
  height: 171px;
  width: 190px;
  margin: 0 auto;
}

.page-template-technology-template section#foundation .foundation .box .icon .poly img {
  margin-top: 60px;
  width: 54px;
}

.page-template-technology-template section#foundation .foundation .box h5 {
  margin-bottom: 14px;
}

.page-template-technology-template section#foundation .bottom-content {
  max-width: 1260px;
  margin: 0 auto 80px;
  text-align: center;
  color: #333;
}

.page-template-technology-template section#foundation .poly-wrap {
  -webkit-filter: drop-shadow(-4px -4px 20px rgba(0, 0, 0, 0.1));
          filter: drop-shadow(-4px -4px 20px rgba(0, 0, 0, 0.1));
}

.page-template-technology-template section#foundation .poly-wrap .poly {
  -webkit-clip-path: polygon(25% 10%, 75% 10%, 100% 50%, 74% 90%, 25% 90%, 0% 50%);
          clip-path: polygon(25% 10%, 75% 10%, 100% 50%, 74% 90%, 25% 90%, 0% 50%);
  background: #fff;
  height: 120px;
  width: 120px;
}

.page-template-technology-template section#video {
  padding: 210px 0 180px;
}

@media (max-width: 991px) {
  .page-template-technology-template section#video {
    padding: 110px 0 100px;
  }
}

@media (max-width: 767px) {
  .page-template-technology-template section#video {
    padding: 80px 0 100px;
  }
}

.page-template-technology-template section#cta {
  position: relative;
  padding: 250px 0 300px;
  background: url("../images/CTA-bg-2.webp") top center no-repeat;
  background-size: cover;
  margin-bottom: -100px;
  z-index: 1;
  margin-top: -200px;
}

@media (max-width: 1440px) {
  .page-template-technology-template section#cta {
    padding: 200px 0 240px;
  }
}

@media (max-width: 991px) {
  .page-template-technology-template section#cta {
    padding: 180px 0 180px;
  }
}

@media (max-width: 767px) {
  .page-template-technology-template section#cta {
    padding: 160px 0 120px;
  }
}

.page-template-technology-template section#cta h2 {
  margin-bottom: 16px;
}

.page-template-technology-template section#cta .text-content {
  max-width: 1450px;
  margin: 0 auto;
}

.page-template-technology-template section#cta .btn-group {
  -ms-flex-pack: center;
          -webkit-box-pack: center;
          -webkit-justify-content: center;
      justify-content: center;
}

.page-template-technology-template section#cta .btn-group .btn {
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
}

.page-template-technology-template section#contact {
  padding: 200px 0 200px;
}
.move_widget_section {
    display: none !important;
}
