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

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

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

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

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

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

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

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

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

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

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

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

:root {
  --text--3xs: 15px;
  --text--2xs: 20px;
  --text--xs: 22px;
  --text--s: 26px;
  --text--sm: 32px;
  --text--m: 40px;
  --text--l: 56px;
  --text--xl: 72px;
}

@media (max-width: 991.98px) {
  :root {
    --text--3xs: 15px;
  }
}

@media (max-width: 991.98px) {
  :root {
    --text--2xs: 20px;
  }
}

@media (max-width: 991.98px) {
  :root {
    --text--xs: 22px;
  }
}

@media (max-width: 991.98px) {
  :root {
    --text--s: 26px;
  }
}

@media (max-width: 991.98px) {
  :root {
    --text--sm: 32px;
  }
}

@media (max-width: 991.98px) {
  :root {
    --text--m: 38px;
  }
}

@media (max-width: 991.98px) {
  :root {
    --text--l: 50px;
  }
}

@media (max-width: 991.98px) {
  :root {
    --text--xl: 65px;
  }
}

@media (max-width: 767.98px) {
  :root {
    --text--3xs: 14px;
  }
}

@media (max-width: 767.98px) {
  :root {
    --text--2xs: 16px;
  }
}

@media (max-width: 767.98px) {
  :root {
    --text--xs: 18px;
  }
}

@media (max-width: 767.98px) {
  :root {
    --text--s: 22px;
  }
}

@media (max-width: 767.98px) {
  :root {
    --text--sm: 26px;
  }
}

@media (max-width: 767.98px) {
  :root {
    --text--m: 30px;
  }
}

@media (max-width: 767.98px) {
  :root {
    --text--l: 36px;
  }
}

@media (max-width: 767.98px) {
  :root {
    --text--xl: 46px;
  }
}

:root {
  --container: 100%;
}

@media (min-width: 576px) {
  :root {
    --container: 540px;
  }
}

@media (min-width: 768px) {
  :root {
    --container: 720px;
  }
}

@media (min-width: 992px) {
  :root {
    --container: 960px;
  }
}

@media (min-width: 1200px) {
  :root {
    --container: 1140px;
  }
}

@media (min-width: 1400px) {
  :root {
    --container: 1320px;
  }
}

@media (min-width: 1560px) {
  :root {
    --container: 1560px;
  }
}

* {
  box-sizing: border-box;
  border: none;
  outline: none;
}

html {
  box-sizing: border-box;
  font-size: var(--text--3xs);
}

body {
  box-sizing: border-box;
  font-family: "Comfortaa";
  font-weight: normal;
  color: #ffffff;
  line-height: 26px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -webkit-hyphens: auto;
  hyphens: auto;
  -moz-hyphens: auto;
}

html,
body {
  width: 100%;
}

h1,
h2,
h3,
h4,
h6 {
  font-family: "Figtree";
  font-weight: bold;
  color: #ffffff;
}

h5 {
  font-family: "Comfortaa";
  font-weight: bold;
  color: #ffffff;
}

p {
  margin: 0;
  letter-spacing: 0;
}

ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

a {
  font-size: inherit;
  text-decoration: none;
  color: inherit;
  transition: all 0.3s ease-in-out;
}

a:hover {
  color: inherit;
}

img {
  max-width: 100%;
  height: auto;
}

figure {
  margin: 0;
}

figure img {
  max-width: 100%;
  width: 100%;
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
  appearance: none;
}

.btn-check:focus+.btn,
.btn:focus {
  outline: 0;
  box-shadow: 0 0 0 0 rgba(13, 110, 253, 0);
}

h1 {
  font-size: var(--text--xl);
  line-height: 1.1em;
  margin-bottom: 15px;
}

h2 {
  font-size: var(--text--l);
  line-height: 1.1;
  margin-bottom: 25px;
}

h3 {
  font-size: var(--text--m);
  line-height: 1.3;
  margin-bottom: 25px;
}

h4 {
  font-size: var(--text--sm);
  line-height: 1.2;
  margin-bottom: 30px;
}

h5 {
  font-size: var(--text--s);
  line-height: 1.6;
  letter-spacing: 0.5px;
}

h6 {
  font-size: var(--text--xs);
}

p {
  font-size: var(--text--3xs);
  line-height: 26px;
  margin-bottom: 15px;
  letter-spacing: 0.15px;
}

/*****************************
 Standart Text Css Start
*****************************/
.standard_text ul {
  padding-left: 20px;
  padding-top: 12px;
}

.standard_text ul li {
  line-height: 1.3;
  margin: 0 0 28px;
  list-style: outside;
  position: relative;
  padding-left: 7px;
}

.standard_text ul li::marker {
  color: #ffffff;
  width: 6px;
  height: 6px;
}

.standard_text ul li a {
  line-height: 1.3;
  text-decoration: underline;
}

.standard_text ul li:last-child {
  margin-bottom: 0;
}

.standard_text ol {
  padding-left: 20px;
  margin-bottom: 1.5rem;
  list-style-type: decimal;
  margin-bottom: 1.5rem;
  line-height: 1.3;
  margin: 0 0 5px;
}

.standard_text ol li {
  line-height: 1.3;
  margin: 0 0 15px;
  position: relative;
  padding-left: 7px;
}

.standard_text ol li a {
  line-height: 1.3;
  text-decoration: underline;
  color: inherit;
}

.standard_text ol li:last-child {
  margin-bottom: 0;
}

.standard_text ol:last-child {
  margin-bottom: 0;
}

.standard_text p {
  margin-bottom: 25px;
}

.standard_text p:last-child {
  margin-bottom: 0;
}

.standard_text p a:hover {
  color: #EC6229;
}

.standard_text:last-child {
  margin-bottom: 0;
}

.standard_text *:last-child {
  margin-bottom: 0;
}

.standard_text a:hover {
  color: #EC6229;
}

.standard_text h6 {
  margin-bottom: 15px;
  line-height: 1.5;
  letter-spacing: 0.15px;
  color: #A5CEDE;
  font-family: "Comfortaa";
}

.standard_text-2 h3 {
  font-size: 30px;
  margin-bottom: 20px;
}

.standard_text-2 h4 {
  text-transform: uppercase;
  letter-spacing: 8px;
  font-weight: 700;
}

.standard_text-2 h5 {
  font-size: var(--text--xs);
  font-weight: 500;
  margin-bottom: 70px;
}

.standard_text-2 p {
  font-size: var(--text--xs);
  line-height: 1.5;
  margin-bottom: 15px;
  letter-spacing: 0.15px;
  color: #A5CEDE;
}

.standard_text-2 p:last-child {
  margin-bottom: 0;
}

.standard_text-2:last-child {
  margin-bottom: 0;
}

.standard_text-2 .sub_heading_lighter-blue h5 {
  color: #A5CEDE;
}

.standard_text-3 h3 {
  font-size: 30px;
  margin-bottom: 20px;
}

.standard_text-3 h4 {
  text-transform: uppercase;
  letter-spacing: 8px;
  font-weight: 700;
}

.standard_text-3 h5 {
  font-size: var(--text--xs);
  font-weight: 500;
  margin-bottom: 50px;
}

.standard_text-3 p {
  font-size: var(--text--xs);
  line-height: 1.5;
  margin-bottom: 15px;
  letter-spacing: 0.15px;
  color: #ffffff;
}

.standard_text-3 p:last-child {
  margin-bottom: 0;
}

.standard_text-3:last-child {
  margin-bottom: 0;
}

.standard_text-3 .sub_heading_lighter-blue h5 {
  color: #A5CEDE;
}

.btn-wrapper {
  display: flex;
  flex-flow: row wrap;
  row-gap: 10px;
  -moz-column-gap: 10px;
  column-gap: 10px;
  margin-top: 50px;
}

@media (max-width: 991.98px) {
  .btn-wrapper {
    margin-top: 30px;
  }
}

.btn {
  border: 0;
  height: auto;
  display: inline-block;
  transition: all 0.3s ease-in-out;
  margin: 0 0;
  width: -moz-max-content;
  width: max-content;
  position: relative;
  line-height: 1.1;
  font-size: var(--text--3xs);
  font-weight: bold;
  text-align: center;
  border-radius: 12px;
  padding: 16px 37px;
}

@media (max-width: 575.98px) {
  .btn {
    padding: 15px 25px;
  }
}

.btn:focus {
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
}

.btn-border {
  border: 1px solid #EC6229;
  color: #ffffff;
  min-width: 200px;
}

.btn-border:hover {
  border-color: #EC6229;
  background-color: #EC6229;
  color: #ffffff !important;
}

.btn-light-gray {
  background-color: #083140;
  color: #EC6229;
}

.btn-light-gray:hover {
  background-color: #EC6229;
  color: #ffffff;
}

.btn-orange {
  background-color: #EC6229;
  color: #ffffff;
}

.btn-orange:hover {
  background-color: #FEE9D8;
  color: #EC6229;
}

.bg-orange .btn-light-gray {
  background-color: #083140;
  color: #EC6229;
}

.bg-orange .btn-light-gray:hover {
  background-color: #FEE9D8;
  color: #EC6229;
}

/*****************************
Padding
*****************************/
.pv-25 {
  padding-top: 25px;
  padding-bottom: 25px;
}

.pt-25 {
  padding-top: 25px;
}

.pb-25 {
  padding-bottom: 25px;
}

.pv-50 {
  padding-top: 50px;
  padding-bottom: 50px;
}

.pt-50 {
  padding-top: 50px;
}

.pb-50 {
  padding-bottom: 50px;
}

.pv-75 {
  padding-top: 75px;
  padding-bottom: 75px;
}

@media (max-width: 991.98px) {
  .pv-75 {
    padding-top: 55px;
    padding-bottom: 55px;
  }
}

.pt-75 {
  padding-top: 75px;
}

@media (max-width: 991.98px) {
  .pt-75 {
    padding-top: 55px;
  }
}

.pb-75 {
  padding-bottom: 75px;
}

@media (max-width: 991.98px) {
  .pb-75 {
    padding-bottom: 55px;
  }
}

.pv-100 {
  padding-top: 100px;
  padding-bottom: 100px;
}

@media (max-width: 991.98px) {
  .pv-100 {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

@media (max-width: 767.98px) {
  .pv-100 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

.pt-100 {
  padding-top: 100px;
}

@media (max-width: 991.98px) {
  .pt-100 {
    padding-top: 80px;
  }
}

@media (max-width: 767.98px) {
  .pt-100 {
    padding-top: 50px;
  }
}

.pb-100 {
  padding-bottom: 100px;
}

@media (max-width: 991.98px) {
  .pb-100 {
    padding-bottom: 80px;
  }
}

@media (max-width: 767.98px) {
  .pb-100 {
    padding-bottom: 50px;
  }
}

.pv-125 {
  padding-top: 125px;
  padding-bottom: 125px;
}

@media (max-width: 991.98px) {
  .pv-125 {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}

.pt-125 {
  padding-top: 125px;
}

@media (max-width: 991.98px) {
  .pt-125 {
    padding-top: 100px;
  }
}

.pb-125 {
  padding-bottom: 125px;
}

@media (max-width: 991.98px) {
  .pb-125 {
    padding-bottom: 100px;
  }
}

.pv-150 {
  padding-top: 150px;
  padding-bottom: 150px;
}

@media (max-width: 767.98px) {
  .pv-150 {
    padding-top: 130px;
    padding-bottom: 130px;
  }
}

@media (max-width: 575.98px) {
  .pv-150 {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}

.pt-150 {
  padding-top: 150px;
}

@media (max-width: 991.98px) {
  .pt-150 {
    padding-top: 130px;
  }
}

@media (max-width: 575.98px) {
  .pt-150 {
    padding-top: 100px;
  }
}

.pb-150 {
  padding-bottom: 150px;
}

@media (max-width: 991.98px) {
  .pb-150 {
    padding-bottom: 130px;
  }
}

@media (max-width: 575.98px) {
  .pb-150 {
    padding-bottom: 100px;
  }
}

.pv-200 {
  padding-top: 200px;
  padding-bottom: 200px;
}

@media (max-width: 767.98px) {
  .pv-200 {
    padding-top: 150px;
    padding-bottom: 150px;
  }
}

@media (max-width: 575.98px) {
  .pv-200 {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}

.pt-200 {
  padding-top: 200px;
}

@media (max-width: 991.98px) {
  .pt-200 {
    padding-top: 150px;
  }
}

@media (max-width: 575.98px) {
  .pt-200 {
    padding-top: 120px;
  }
}

.pb-200 {
  padding-bottom: 200px;
}

@media (max-width: 991.98px) {
  .pb-200 {
    padding-bottom: 150px;
  }
}

@media (max-width: 575.98px) {
  .pb-200 {
    padding-bottom: 120px;
  }
}

/*****************************
Margin
*****************************/
.mt-25 {
  margin-top: 25px;
}

.mb-25 {
  margin-bottom: 25px;
}

.mt-50 {
  margin-top: 50px;
}

.mb-50 {
  margin-bottom: 50px;
}

.mt-75 {
  margin-top: 75px;
}

@media (max-width: 991.98px) {
  .mt-75 {
    margin-top: 55px;
  }
}

.mb-75 {
  margin-bottom: 75px;
}

@media (max-width: 991.98px) {
  .mb-75 {
    margin-bottom: 55px;
  }
}

.mt-80 {
  margin-top: 80px;
}

.mb-80 {
  margin-bottom: 80px;
}

.mt-100 {
  margin-top: 100px;
}

@media (max-width: 991.98px) {
  .mt-100 {
    margin-top: 80px;
  }
}

.mb-100 {
  margin-bottom: 100px;
}

@media (max-width: 991.98px) {
  .mb-100 {
    margin-bottom: 80px;
  }
}

.mt-125 {
  margin-top: 125px;
}

@media (max-width: 991.98px) {
  .mt-125 {
    margin-top: 100px;
  }
}

.mb-125 {
  margin-bottom: 125px;
}

@media (max-width: 991.98px) {
  .mb-125 {
    margin-bottom: 100px;
  }
}

.mt-150 {
  margin-top: 150px;
}

@media (max-width: 991.98px) {
  .mt-150 {
    margin-top: 130px;
  }
}

@media (max-width: 575.98px) {
  .mt-150 {
    margin-top: 100px;
  }
}

.mb-150 {
  margin-bottom: 150px;
}

@media (max-width: 991.98px) {
  .mb-150 {
    margin-bottom: 130px;
  }
}

@media (max-width: 575.98px) {
  .mb-150 {
    margin-bottom: 100px;
  }
}

.mt-200 {
  margin-top: 200px;
}

@media (max-width: 991.98px) {
  .mt-200 {
    margin-top: 170px;
  }
}

@media (max-width: 575.98px) {
  .mt-200 {
    margin-top: 140px;
  }
}

.mb-200 {
  margin-bottom: 200px;
}

@media (max-width: 991.98px) {
  .mb-200 {
    margin-bottom: 170px;
  }
}

@media (max-width: 575.98px) {
  .mb-200 {
    margin-bottom: 140px;
  }
}

/*****************************
background Colors
*****************************/
.bg-white {
  background-color: #ffffff;
}

.bg-black {
  background-color: #000000;
}

.bg-petrol {
  background-color: #041C25;
}

.bg-blue {
  background-color: #005D9A;
}

.bg-turkis {
  background-color: #47B9B1;
}

.bg-orange {
  background-color: #EC6229;
}

.bg-creme {
  background-color: #FEE9D8;
}

.bg-light-gray {
  background-color: #083140;
}

.bg-gunmetal {
  background-color: #062733;
}

.bg-gradient-gunmetal-petrol {
  background: linear-gradient(to bottom, rgb(6, 39, 51) 0%, rgb(4, 28, 37) 100%);
}

.row-gap30 {
  row-gap: 30px;
}

.row-gap40 {
  row-gap: 40px;
}

.row-gap50 {
  row-gap: 50px;
}

.row-gap90 {
  row-gap: 90px;
}

@media (max-width: 991.98px) {
  .row-gap90 {
    row-gap: 50px;
  }
}

@media (max-width: 767.98px) {
  .row-gap90 {
    row-gap: 30px;
  }
}

.bg-img {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom center;
}

.broder-radius-12 img {
  border-radius: 12px;
}

.text_black h1 {
  color: #000000;
}

.text_black h2 {
  color: #000000;
}

.text_black h3 {
  color: #000000;
}

.text_black h4 {
  color: #000000;
}

.text_black h6 {
  color: #000000;
}

.text_black p {
  color: #000000;
}

.text_black ul li {
  color: #000000;
}

.text_lighter-blue p {
  color: #A5CEDE;
}

.text_steal-blue p {
  color: #395d69;
}

.heading_turkis h1 {
  color: #47B9B1;
}

.heading_turkis h2 {
  color: #47B9B1;
}

.heading_turkis h3 {
  color: #47B9B1;
}

.heading_turkis h4 {
  color: #47B9B1;
}

.heading_steal-blue h1 {
  color: #395d69;
}

.heading_steal-blue h2 {
  color: #395d69;
}

.heading_steal-blue h3 {
  color: #395d69;
}

.heading_steal-blue h4 {
  color: #395d69;
}

.heading_orange h1 {
  color: #EC6229;
}

.heading_orange h2 {
  color: #EC6229;
}

.heading_orange h3 {
  color: #EC6229;
}

.heading_orange h4 {
  color: #EC6229;
}

.heading_lighter-blue h1 {
  color: #A5CEDE;
}

.heading_lighter-blue h2 {
  color: #A5CEDE;
}

.heading_lighter-blue h3 {
  color: #A5CEDE;
}

.heading_lighter-blue h4 {
  color: #A5CEDE;
}

.heading_teal-blue h1 {
  color: #438AA3;
}

.heading_teal-blue h2 {
  color: #438AA3;
}

.heading_teal-blue h3 {
  color: #438AA3;
}

.heading_teal-blue h4 {
  color: #438AA3;
}

.heading_teal-blue h5 {
  color: #438AA3;
}

.heading_teal-blue h6 {
  color: #438AA3;
}

body._js-overflow-hidden {
  overflow: hidden;
}

main section:first-child {
  padding-top: 178px;
}

@media (max-width: 991.98px) {
  main section:first-child {
    padding-top: 130px;
  }
}

.font-18 p {
  font-size: 18px;
  line-height: 1.8;
}

@media (max-width: 767.98px) {
  .font-18 p {
    font-size: var(--text--3xs);
  }
}

@media (min-width: 1560px) {

  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1524px;
  }
}

.header {
  width: 100%;
  z-index: 999;
  top: 0;
  padding: 30px 60px;
  transition: all 0.3s ease-in-out;
}

@media (max-width: 1399.98px) {
  .header {
    padding: 30px 15px;
  }
}

@media (max-width: 575.98px) {
  .header {
    padding: 30px 0px;
  }
}

.header.sticky {
  background-color: #041C25;
  padding: 15px 60px;
}

@media (max-width: 1399.98px) {
  .header.sticky {
    padding: 15px 15px;
  }
}

@media (max-width: 575.98px) {
  .header.sticky {
    padding: 15px 0px;
  }
}

.header .header_logo {
  display: flex;
  align-items: center;
  position: relative;
  z-index: 123;
  padding-top: 30px;
}

@media (max-width: 991.98px) {
  .header .header_logo {
    padding-top: 0px;
  }
}

.header .header_logo img {
  max-width: 250px;
}

@media (max-width: 991.98px) {
  .header .header_logo img {
    width: 100%;
  }
}

.header .header_menu_block {
  display: flex;
  justify-content: space-between;
  align-content: center;
  align-items: center;
  flex-wrap: wrap;
}

@media (max-width: 991.98px) {
  .header .header_menu_block {
    flex-wrap: nowrap;
  }
}

.header .header_menu_block .top_menu {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  margin-bottom: 30px;
  position: relative;
  z-index: 123;
}

@media (max-width: 991.98px) {
  .header .header_menu_block .top_menu {
    margin-bottom: 0px;
    display: none;
  }
}

@media (max-width: 575.98px) {
  .header .header_menu_block .top_menu {
    display: none;
  }
}

.header .header_menu_block .top_menu ul {
  width: 100%;
  display: flex;
  -moz-column-gap: 40px;
  column-gap: 40px;
  justify-content: flex-end;
}

@media (max-width: 991.98px) {
  .header .header_menu_block .top_menu ul {
    -moz-column-gap: 20px;
    column-gap: 20px;
  }
}

.header .header_menu_block .top_menu ul li {
  align-content: center;
  align-items: center;
  display: flex;
}

.header .header_menu_block .top_menu ul li a {
  font-size: 13px;
  font-weight: normal;
}

.header .header_menu_block .top_menu ul li a img {
  margin-right: 6px;
}

.header .header_menu_block .top_menu ul li a:hover {
  color: #EC6229;
}

.header .header_menu_block .menu-trigger {
  display: none;
  position: relative;
  width: 40px;
  height: 40px;
  background: none;
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  z-index: 40;
  margin-left: 0;
  border-radius: 50%;
}

.header .header_menu_block .menu-trigger span {
  display: inline-block;
  transition: all 0.3s ease-in-out;
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #ffffff;
  border-radius: 6px;
}

.header .header_menu_block .menu-trigger span:nth-of-type(1) {
  top: 0;
}

.header .header_menu_block .menu-trigger span:nth-of-type(2) {
  top: 8px;
}

.header .header_menu_block .menu-trigger span:nth-of-type(3) {
  bottom: 0;
}

.header .header_menu_block .header_menu {
  width: 100%;
}

.header .header_menu_block .header_menu .mobile_ctc_info {
  display: none;
}

@media (max-width: 991.98px) {
  .header .header_menu_block .header_menu .mobile_ctc_info {
    display: block;
    margin-top: 50px;
  }
}

.header .header_menu_block .header_menu .mobile_ctc_info ul {
  justify-content: flex-start;
  flex-wrap: wrap;
  row-gap: 27px;
}

.header .header_menu_block .header_menu .mobile_ctc_info ul li {
  width: 100%;
}

.header .header_menu_block .header_menu .navbar {
  margin: 0;
  padding: 0;
}

.header .header_menu_block .header_menu .navbar ul {
  width: 100%;
  display: flex;
  -moz-column-gap: 56px;
  column-gap: 56px;
  justify-content: flex-end;
}

.header .header_menu_block .header_menu .navbar ul li {
  position: relative;
  display: flex;
  justify-content: center;
  padding-bottom: 6px;
  padding-top: 6px;
}

.header .header_menu_block .header_menu .navbar ul li a {
  font-size: 18px;
  font-weight: bold;
  color: #ffffff;
  padding-bottom: 12px;
  padding-top: 12px;
  transition: all 0.3s ease-in-out;
  font-family: "Comfortaa";
  position: relative;
  z-index: 12;
  cursor: pointer;
}

@media (max-width: 991.98px) {
  .header .header_menu_block .header_menu .navbar ul li a {
    transition: none;
  }
}

.header .header_menu_block .header_menu .navbar ul li a:hover {
  color: #EC6229;
}

.header .header_menu_block .header_menu .navbar ul li:after {
  content: "";
  width: 0%;
  height: 1.5px;
  background-color: #EC6229;
  border-radius: 3px;
  position: absolute;
  top: 50px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
}

.header .header_menu_block .header_menu .navbar ul li:hover:after {
  width: 100%;
  opacity: 1;
  visibility: visible;
}

.header .header_menu_block .header_menu .navbar ul li.active a {
  color: #EC6229;
}

.header .header_menu_block .header_menu .navbar ul li.active:after {
  width: 100%;
  opacity: 1;
  visibility: visible;
}

.header .header_menu_block .header_menu .navbar ul li._js-open a {
  color: #EC6229;
}

.header .header_menu_block .header_menu .navbar ul li._js-open:after {
  width: 100%;
  opacity: 1;
  visibility: visible;
}

.header .header_menu_block .header_menu .navbar ul li .dropdown-menu {
  position: fixed;
  border: none;
  border-radius: 0;
  top: 0px;
  text-align: left;
  transition: all 0.3s ease-in-out;
  padding: 0;
  z-index: 0;
  width: 100%;
}

@media (min-width: 992px) {
  .header .header_menu_block .header_menu .navbar ul li .dropdown-menu {
    display: block !important;
    position: fixed;
    transform: translateX(110%);
    height: 100% !important;
    overflow: visible !important;
    right: 0;
  }
}

@media (max-width: 991.98px) {
  .header .header_menu_block .header_menu .navbar ul li .dropdown-menu {
    overflow: hidden;
  }
}

.header .header_menu_block .header_menu .navbar ul li .dropdown-menu .menu_img {
  height: 100%;
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: center;
  padding: 20px;
}

@media (max-width: 991.98px) {
  .header .header_menu_block .header_menu .navbar ul li .dropdown-menu .menu_img {
    display: none;
  }
}

.header .header_menu_block .header_menu .navbar ul li .dropdown-menu .menu_img h2 {
  margin: 0;
  font-size: var(--text--xl);
  font-weight: bold;
  text-transform: uppercase;
}

@media (max-width: 1399.98px) {
  .header .header_menu_block .header_menu .navbar ul li .dropdown-menu .menu_img h2 {
    font-size: var(--text--l);
  }
}

.header .header_menu_block .header_menu .navbar ul li .dropdown-menu .menu_links {
  padding: 250px 20px 90px 140px;
}

@media (max-width: 1399.98px) {
  .header .header_menu_block .header_menu .navbar ul li .dropdown-menu .menu_links {
    padding: 250px 20px 90px 30px;
  }
}

@media (max-width: 991.98px) {
  .header .header_menu_block .header_menu .navbar ul li .dropdown-menu .menu_links {
    padding: 10px 15px 50px 35px;
  }
}

.header .header_menu_block .header_menu .navbar ul li .dropdown-menu .menu_links ul {
  flex-wrap: wrap;
  justify-content: flex-start;
  -moz-column-gap: 0;
  column-gap: 0;
  row-gap: 40px;
}

@media (max-width: 1399.98px) {
  .header .header_menu_block .header_menu .navbar ul li .dropdown-menu .menu_links ul {
    row-gap: 20px;
  }
}

@media (max-width: 991.98px) {
  .header .header_menu_block .header_menu .navbar ul li .dropdown-menu .menu_links ul {
    row-gap: 28px;
  }
}

.header .header_menu_block .header_menu .navbar ul li .dropdown-menu .menu_links ul li {
  width: 100%;
  justify-content: start;
  padding: 0;
  border: none;
}

.header .header_menu_block .header_menu .navbar ul li .dropdown-menu .menu_links ul li a {
  font-size: var(--text--sm);
  font-family: "Figtree";
  font-weight: 700;
  color: #ffffff;
  padding: 0;
  text-transform: none;
}

@media (max-width: 1399.98px) {
  .header .header_menu_block .header_menu .navbar ul li .dropdown-menu .menu_links ul li a {
    font-size: var(--text--s);
  }
}

@media (max-width: 991.98px) {
  .header .header_menu_block .header_menu .navbar ul li .dropdown-menu .menu_links ul li a {
    font-size: var(--text--2xs);
    font-weight: 500;
  }
}

.header .header_menu_block .header_menu .navbar ul li .dropdown-menu .menu_links ul li::after {
  display: none;
}

.header .header_menu_block .header_menu .navbar ul li .dropdown-menu .menu_links ul li:hover a {
  color: #EC6229;
}

.header .header_menu_block .header_menu .navbar ul li .dropdown-menu .menu_links ul li.active a {
  color: #EC6229;
}

@media (min-width: 992px) {
  .header .header_menu_block .header_menu .navbar ul li._js-open .dropdown-menu {
    transform: translateX(0px);
  }
}

.menu-trigger._js-active span:nth-of-type(1) {
  transform: translateY(8px) rotate(-45deg);
}

.menu-trigger._js-active span:nth-of-type(2) {
  opacity: 0;
}

.menu-trigger._js-active span:nth-of-type(3) {
  transform: translateY(-8px) rotate(45deg);
}

@media (max-width: 1199.98px) {
  .header .header__logo {
    padding-right: 0;
  }
}

@media (max-width: 991.98px) {
  .header .header_menu_block {
    justify-content: flex-end;
  }

  .header .header_menu_block .menu-trigger {
    display: block;
    order: 2;
    background-color: #083140;
  }

  .header .header_menu_block .menu-trigger .toggle_icon_cross {
    display: none;
  }

  .header .header_menu_block .menu-trigger._js-active .toggle_icon {
    display: none;
  }

  .header .header_menu_block .menu-trigger._js-active .toggle_icon_cross {
    display: inline-flex;
  }

  .header .header_menu_block .header_menu {
    position: fixed;
    display: flex;
    flex-direction: column;
    align-content: flex-start;
    justify-content: flex-start;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transform: translateX(100%);
    row-gap: 40px;
    background: #041C25;
    padding: 140px 35px 20px;
    z-index: 12;
    transition: all 0.3s ease-in-out;
  }

  .header .header_menu_block .header_menu._js-open {
    transform: translateX(0);
  }

  .header .header_menu_block .header_menu .header_menu_wrapper {
    height: 100%;
    overflow: auto;
  }

  .header .header_menu_block .header_menu .navbar {
    overflow-y: unset;
    overflow-x: hidden;
    align-items: flex-start;
  }

  .header .header_menu_block .header_menu .navbar ul {
    -moz-column-gap: 0;
    column-gap: 0;
    flex-wrap: wrap;
  }

  .header .header_menu_block .header_menu .navbar ul li {
    justify-content: flex-start;
    width: 100%;
    padding: 0;
    cursor: pointer;
    border-bottom: 1px solid #083140;
  }

  .header .header_menu_block .header_menu .navbar ul li a {
    padding: 24px 0px;
    font-weight: 600;
    text-transform: uppercase;
    font-family: "Figtree";
    font-size: var(--text--sm);
  }

  .header .header_menu_block .header_menu .navbar ul li.active:after {
    top: 21px;
    left: 15px;
    width: 10px;
  }

  .header .header_menu_block .header_menu .navbar ul li:hover:after {
    top: 21px;
    left: 15px;
    width: 7px;
  }

  .header .header_menu_block .header_menu .navbar ul li:after {
    top: 22px;
    left: 15px;
    width: 7px;
    display: none;
  }

  .header .header_menu_block .header_menu .navbar ul li._js-open::after {
    width: 7px;
  }

  .header .header_menu_block .header_menu .navbar ul li.dropdown {
    flex-wrap: wrap;
  }

  .header .header_menu_block .header_menu .navbar ul li.dropdown:before {
    content: "";
    background-image: url(../img/dropdown-arrow.svg);
    position: absolute;
    right: 0px;
    top: 22px;
    width: 25px;
    height: 30px;
    transition: all 0.3s ease-in-out;
    background-size: 15px;
    background-repeat: no-repeat;
    background-position: center;
  }

  .header .header_menu_block .header_menu .navbar ul li.dropdown._js-open:before {
    transform: rotate(270deg);
  }

  .header .header_menu_block .header_menu .navbar ul li .dropdown-menu {
    position: relative;
    left: auto;
    top: auto;
    display: none;
    width: 100% !important;
    padding-top: 0;
    box-shadow: none;
    transition: none !important;
  }

  .header .header_menu_block .header_menu .navbar ul li .dropdown-menu li {
    padding: 5px 45px;
  }

  .header .header_menu_block .header_menu .navbar ul li .dropdown-menu li:last-child {
    border: none;
  }
}

@media (max-width: 575.98px) {
  .header .header_menu_block .header_menu {
    padding: 140px 15px 20px;
  }
}

.hero {
  min-height: 716px;
}

@media (max-width: 1199.98px) {
  .hero .hero_text {
    padding-top: 5px;
  }
}

.hero .hero_text h1 {
  margin-bottom: 40px;
  text-transform: uppercase;
}

@media (max-width: 1199.98px) {
  .hero .hero_text h1 {
    font-size: var(--text--l);
  }
}

@media (max-width: 1199.98px) {
  .hero .hero_text h1 {
    margin-bottom: 20px;
  }
}

.hero .hero_text hr {
  max-width: 80px;
  width: 100%;
  height: 2px;
  background-color: #EC6229;
  opacity: 1;
  margin: 0 0 35px;
}

@media (max-width: 1199.98px) {
  .hero .hero_text hr {
    margin: 0 0 20px;
  }
}

.hero .hero_text p {
  font-size: var(--text--xs);
  line-height: 1.6;
  color: #A5CEDE;
}

@media (max-width: 1199.98px) {
  .hero .hero_text p {
    font-size: var(--text--2xs);
  }
}

.hero .hero_text {
  max-width: 100%;
}

@media (min-width: 992px) {
  .hero .hero_text {
    max-width: calc((100% - var(--container)) / 2 + var(--container) / 12 * 5);
    padding-left: calc((100% - var(--container)) / 2 + 12px);
  }
}

@media (min-width: 1560px) {
  .hero .hero_text {
    padding-left: calc((100% - var(--container)) / 2 + 29px);
  }
}

@media (max-width: 991.98px) {
  .hero .hero_text {
    max-width: calc((100% - var(--container)) / 1 + var(--container) / 12 * 12);
    padding-left: calc((100% - var(--container)) / 2 + 12px);
    padding-right: calc((100% - var(--container)) / 2 + 12px);
    order: 2;
  }
}

.hero .hero_img {
  padding-right: 0;
}

@media (min-width: 992px) {
  .hero .hero_img {
    max-width: calc((100% - var(--container)) / 2 + var(--container) / 12 * 6);
  }
}

@media (max-width: 991.98px) {
  .hero .hero_img {
    max-width: calc((100% - var(--container)) / 1 + var(--container) / 12 * 12);
    padding-left: calc((100% - var(--container)) / 2 + 70px);
  }
}

@media (max-width: 767.98px) {
  .hero .hero_img {
    padding-left: calc((100% - var(--container)) / 2 + 55px);
  }
}

@media (max-width: 475.98px) {
  .hero .hero_img {
    padding-left: calc((100% - var(--container)) / 2 + 40px);
  }
}

.hero .hero_img figure {
  height: 100%;
  width: 100%;
}

.hero .hero_img figure img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  height: 100%;
}

.hero-reverse .hero_img {
  padding-left: 0;
}

@media (min-width: 992px) {
  .hero-reverse .hero_img {
    max-width: calc((100% - var(--container)) / 2 + var(--container) / 12 * 6);
  }
}

@media (max-width: 991.98px) {
  .hero-reverse .hero_img {
    max-width: calc((100% - var(--container)) / 1 + var(--container) / 12 * 12);
  }
}

.hero-reverse .hero_img figure {
  height: 100%;
  width: 100%;
}

.hero-reverse .hero_img figure img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  height: 100%;
}

.hero-reverse .hero_text {
  max-width: 100%;
}

@media (min-width: 992px) {
  .hero-reverse .hero_text {
    max-width: calc((100% - var(--container)) / 2 + var(--container) / 12 * 6);
    padding-right: calc((100% - var(--container)) / 6 + 12px);
  }
}

@media (min-width: 1560px) {
  .hero-reverse .hero_text {
    padding-right: calc((100% - var(--container)) / 6 + 29px);
    padding-left: calc((100% - var(--container)) / 6 + 29px);
  }
}

@media (max-width: 991.98px) {
  .hero-reverse .hero_text {
    max-width: calc((100% - var(--container)) / 1 + var(--container) / 12 * 12);
    padding-right: calc((100% - var(--container)) / 6 + 12px);
  }
}

.sub_hero {
  background-size: 100%;
  background-position: top center;
}

@media (max-width: 991.98px) {
  .sub_hero .sub_hero_text {
    padding-top: 10px;
    order: 2;
  }
}

.sub_hero .sub_hero_text .sub_hero_text-bg {
  background-image: url("../img/hero-text-bg.svg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 24px;
  padding: 50px 110px 80px 80px;
}

@media (max-width: 1199.98px) {
  .sub_hero .sub_hero_text .sub_hero_text-bg {
    padding: 50px 40px 80px 40px;
  }
}

@media (max-width: 991.98px) {
  .sub_hero .sub_hero_text .sub_hero_text-bg {
    background-image: none;
    padding: 0px 0px 0px 0px;
  }
}

.sub_hero .sub_hero_text h1 {
  margin-bottom: 40px;
  text-transform: uppercase;
}

@media (max-width: 1199.98px) {
  .sub_hero .sub_hero_text h1 {
    font-size: var(--text--l);
  }
}

@media (max-width: 1199.98px) {
  .sub_hero .sub_hero_text h1 {
    margin-bottom: 20px;
  }
}

.sub_hero .sub_hero_text hr {
  max-width: 80px;
  width: 100%;
  height: 2px;
  background-color: #EC6229;
  opacity: 1;
  margin: 0 0 35px;
}

@media (max-width: 1199.98px) {
  .sub_hero .sub_hero_text hr {
    margin: 0 0 20px;
  }
}

.sub_hero .sub_hero_text p {
  font-size: var(--text--xs);
  line-height: 1.6;
  color: #A5CEDE;
}

@media (max-width: 1199.98px) {
  .sub_hero .sub_hero_text p {
    font-size: var(--text--2xs);
  }
}

.sub_hero .sub_hero_text {
  position: relative;
  z-index: 12;
}

@media (min-width: 992px) {
  .sub_hero .sub_hero_text {
    max-width: calc((100% - var(--container)) / 2 + var(--container) / 12 * 7);
    padding-left: calc((100% - var(--container)) / 2 + 12px);
  }
}

@media (min-width: 1560px) {
  .sub_hero .sub_hero_text {
    padding-left: calc((100% - var(--container)) / 2 + 0px);
    left: -50px;
  }
}

@media (max-width: 991.98px) {
  .sub_hero .sub_hero_text {
    max-width: calc((100% - var(--container)) / 1 + var(--container) / 12 * 12);
    padding-left: calc((100% - var(--container)) / 2 + 12px);
    padding-right: calc((100% - var(--container)) / 2 + 12px);
  }
}

.sub_hero .sub_hero_img {
  position: absolute;
  right: 0;
  padding-right: 70px;
  max-height: 585px;
  height: 100%;
}

@media (max-width: 1399.98px) {
  .sub_hero .sub_hero_img {
    padding-right: 25px;
  }
}

@media (min-width: 992px) {
  .sub_hero .sub_hero_img {
    max-width: calc((100% - var(--container)) / 2 + var(--container) / 12 * 7);
  }
}

@media (max-width: 1199.98px) {
  .sub_hero .sub_hero_img {
    max-height: 520px;
  }
}

@media (max-width: 991.98px) {
  .sub_hero .sub_hero_img {
    max-width: calc((100% - var(--container)) / 1 + var(--container) / 12 * 12);
    position: relative;
    height: 100%;
    padding-right: 0px;
    padding-left: calc((100% - var(--container)) / 2 + 70px);
  }
}

@media (max-width: 767.98px) {
  .sub_hero .sub_hero_img {
    padding-left: calc((100% - var(--container)) / 2 + 55px);
  }
}

@media (max-width: 475.98px) {
  .sub_hero .sub_hero_img {
    padding-left: calc((100% - var(--container)) / 2 + 40px);
  }
}

.sub_hero .sub_hero_img figure {
  height: 100%;
  width: 100%;
  border-radius: 12px;
  overflow: hidden;
}

.sub_hero .sub_hero_img figure img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  height: 100%;
}

.icon_text_card {
  padding: 0 20px;
}

.icon_text_card .icon_icon {
  max-width: 128px;
  margin: 0 auto 15px;
}

.bow_bottom_shape {
  width: 100%;
  display: flex;
  align-content: flex-start;
}

.bow_bottom_shape img {
  width: 100%;
}

.bow_top_shape {
  width: 100%;
  display: flex;
  align-content: flex-end;
}

.bow_top_shape img {
  width: 100%;
}

@media (max-width: 991.98px) {
  .icon_text .icon_icon {
    text-align: center;
  }
}

.icon_text .icon_text_text h4 {
  font-weight: 500;
}

.icon_text .icon_text_text p {
  font-size: 18px;
  line-height: 1.8;
}

@media (max-width: 991.98px) {
  .icon_text .icon_text_text p {
    font-size: var(--text--3xs);
  }
}

@media (max-width: 991.98px) {
  .icon_text .icon_text_text {
    text-align: center;
  }
}

.section_title h4 {
  text-transform: uppercase;
  letter-spacing: 8px;
  font-weight: 700;
  margin-bottom: 40px;
}

@media (max-width: 767.98px) {
  .section_title h4 {
    letter-spacing: 3px;
  }
}

.section_title h5 {
  font-size: 30px;
  font-weight: 500;
  line-height: 1.5;
}

@media (max-width: 1199.98px) {
  .section_title h5 {
    font-size: var(--text--xs);
  }
}

.section_title.sub-heading-orange h4 {
  color: #EC6229;
}

.section_title.sub-heading-turkis h4 {
  color: #47B9B1;
}

.section_title-2 h4 {
  text-transform: uppercase;
  letter-spacing: 8px;
  font-weight: 700;
  margin-bottom: 40px;
}

@media (max-width: 767.98px) {
  .section_title-2 h4 {
    letter-spacing: 3px;
  }
}

.section_title-2 h5 {
  font-size: 30px;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 40px;
}

@media (max-width: 1199.98px) {
  .section_title-2 h5 {
    font-size: var(--text--s);
  }
}

.section_title-2 p {
  color: #A5CEDE;
  font-size: var(--text--xs);
  line-height: 1.5;
}

.img_text_text h4 {
  font-weight: 600;
  line-height: 1.4;
  font-family: "Comfortaa";
}

.img_text_img figure {
  border-radius: 12px;
  overflow: hidden;
}

.title_uppercase h3 {
  text-transform: uppercase;
  letter-spacing: 8px;
  font-weight: 700;
}

.title_uppercase h4 {
  text-transform: uppercase;
  letter-spacing: 8px;
  font-weight: 700;
}

.title_uppercase h5 {
  text-transform: uppercase;
  letter-spacing: 8px;
  font-weight: 700;
}

.heading_text_btn h4 {
  text-transform: uppercase;
  letter-spacing: 8px;
  font-weight: 700;
}

.heading_text_btn h5 {
  font-size: var(--text--xs);
  font-weight: 500;
  margin-bottom: 50px;
}

.heading_text_btn.sub_heading_lighter-blue h5 {
  color: #A5CEDE;
}

.services_box {
  position: relative;
  overflow: hidden;
  border-radius: 12px;
  cursor: pointer;
}

.services_box .services_img img {
  width: 100%;
}

.services_box .services_text {
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
  padding: 30px 80px 30px 40px;
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap;
  min-height: 191px;
  background: linear-gradient(to bottom, rgba(4, 27, 36, 0) 0%, rgba(4, 27, 36, 0.8) 100%);
}

@media (max-width: 991.98px) {
  .services_box .services_text {
    padding: 20px 80px 20px 15px;
  }
}

.services_box .services_text h4 {
  margin: 0;
  font-weight: 600;
  word-break: break-word;
}

.services_box .services_text .services_link {
  position: absolute;
  right: 30px;
}

.services_box .services_text .services_link .icon-hover {
  display: none;
}

.services_box:hover .services_text h4 {
  color: #EC6229;
}

.services_box:hover .services_text .services_link .icon-hover {
  display: inline-block;
}

.services_box:hover .services_text .services_link .icon-normal {
  display: none;
}

.benifits_box {
  padding: 50px;
  height: 100%;
}

.benifits_box .benifits_icon {
  max-width: 64px;
  margin-bottom: 38px;
}

.benifits_box .benifits_text h4 {
  font-weight: 500;
  margin-bottom: 25px;
  color: #A5CEDE;
}

.counter_box .counter_icon {
  max-width: 128px;
  margin: 0 auto 25px;
}

.counter_box .counter-number {
  font-size: 122px;
  font-family: "Figtree";
  font-weight: bold;
  line-height: 1.1;
}

@media (max-width: 1399.98px) {
  .counter_box .counter-number {
    font-size: 100px;
  }
}

@media (max-width: 991.98px) {
  .counter_box .counter-number {
    font-size: 80px;
  }
}

.counter_box .counter-number.ms-animated span {
  display: none;
}

.bg-layer {
  background-image: url("../img/testmonial-bg.svg");
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
}

.testimonial-slider {
  display: flex;
  align-content: center;
  align-items: center;
}

@media (max-width: 991.98px) {
  .testimonial-slider {
    padding-left: 50px;
    padding-right: 50px;
  }
}

.testimonial-slider .item {
  padding: 0 0px;
}

.testimonial-slider .item .testimonial-text {
  padding: 0;
  position: relative;
  overflow: hidden;
}

.testimonial-slider .item .testimonial-text .testimonial-logo {
  max-width: 200px;
  margin: 0 auto 20px;
}

.testimonial-slider .item .testimonial-text p {
  text-align: center;
  font-size: var(--text--xs);
  line-height: 1.5;
  color: #A5CEDE;
}

.testimonial-slider .item .testimonial-text .testimonial-img {
  max-width: 114px;
  height: 114px;
  border-radius: 50%;
  overflow: hidden;
  margin: 15px auto 22px;
}

.testimonial-slider .item .testimonial-text h6 {
  font-weight: normal;
  font-size: var(--text--3xs);
  margin-bottom: 0;
  text-align: center;
}

ul.slick-dots {
  padding: 0;
  bottom: 0px;
}

ul.slick-dots li {
  margin: 0 6px;
  padding: 0;
  width: auto;
  height: auto;
}

ul.slick-dots li button {
  padding: 0;
  width: 12px;
  height: 12px;
  background: transparent;
  border-radius: 50%;
  border: 1px solid #EC6229;
}

ul.slick-dots li button:before {
  display: none;
}

ul.slick-dots li.slick-active button {
  background: #EC6229;
}

.slider-arrow {
  width: 47px;
  height: 47px;
  border-radius: 50%;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 11;
}

.slider-arrow .icon-hover {
  display: none;
}

.slider-arrow.prev {
  left: -255px;
  transform: rotate(180deg);
}

@media (max-width: 1399.98px) {
  .slider-arrow.prev {
    left: -185px;
  }
}

@media (max-width: 1199.98px) {
  .slider-arrow.prev {
    left: -75px;
  }
}

@media (max-width: 991.98px) {
  .slider-arrow.prev {
    left: 0;
  }
}

.slider-arrow.next {
  right: -255px;
}

@media (max-width: 1399.98px) {
  .slider-arrow.next {
    right: -185px;
  }
}

@media (max-width: 1199.98px) {
  .slider-arrow.next {
    right: -75px;
  }
}

@media (max-width: 991.98px) {
  .slider-arrow.next {
    right: 0;
  }
}

.slider-arrow:hover .icon-hover {
  display: block;
}

.slider-arrow:hover .icon-normal {
  display: none;
}

.cta_text_btn {
  border-radius: 12px;
  padding: 40px 90px 40px 120px;
  display: flex;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
  justify-content: space-between;
}

@media (max-width: 991.98px) {
  .cta_text_btn {
    padding: 40px 50px;
    text-align: center;
    justify-content: center;
  }
}

@media (max-width: 767.98px) {
  .cta_text_btn {
    padding: 40px 20px;
  }
}

.cta_text_btn .cta_text_text h6 {
  font-size: 18px;
  font-family: "Comfortaa";
  letter-spacing: 1px;
  margin-bottom: 25px;
  color: #ffffff;
}

.cta_text_btn .cta_text_text h3 {
  font-size: 48px;
  line-height: 1.2;
  margin-bottom: 0px;
}

@media (max-width: 991.98px) {
  .cta_text_btn .cta_text_text h3 {
    font-size: var(--text--m);
  }
}

.cta_text_btn .cta_text_text .btn-wrapper {
  margin-top: 25px;
}

@media (max-width: 991.98px) {
  .cta_text_btn .cta_text_text .btn-wrapper {
    justify-content: center;
  }
}

.map_iframe {
  position: relative;
  padding-bottom: 30%;
}

@media (max-width: 991.98px) {
  .map_iframe {
    padding-bottom: 70%;
  }
}

@media (max-width: 575.98px) {
  .map_iframe {
    padding-bottom: 100%;
  }
}

.map_iframe iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

@media (max-width: 991.98px) {
  .cta_icon {
    margin-bottom: 30px;
    max-width: 150px;
  }
}

.review_icon_text .review_icon {
  margin-bottom: 60px;
}

.footer .social_links ul {
  display: flex;
  justify-content: center;
  -moz-column-gap: 24px;
  column-gap: 24px;
  flex-wrap: wrap;
}

.footer .social_links ul li a .icon-hover {
  display: none;
}

.footer .social_links ul li a:hover .icon-hover {
  display: block;
}

.footer .social_links ul li a:hover .icon-normal {
  display: none;
}

.footer .footer-address p {
  margin-bottom: 40px;
}

@media (max-width: 767.98px) {
  .footer .footer-address p {
    margin-bottom: 10px;
  }
}

.footer .footer-address p:last-child {
  margin-bottom: 0;
}

.footer *:last-child {
  margin-bottom: 0;
}

.footer_links ul {
  display: flex;
  justify-content: flex-start;
  row-gap: 25px;
  flex-wrap: wrap;
}

.footer_links ul li {
  width: 100%;
}

.footer_links ul li a {
  color: #EC6229;
  text-decoration: none;
  font-weight: bold;
}

.footer_links ul li a:hover {
  color: #ffffff;
}

.copy-right p {
  font-size: 13px;
  letter-spacing: 0;
  color: #395d69;
}

.footer_links-bottom ul {
  display: flex;
  justify-content: flex-start;
  row-gap: 25px;
  -moz-column-gap: 40px;
  column-gap: 40px;
  flex-wrap: wrap;
}

@media (max-width: 767.98px) {
  .footer_links-bottom ul {
    -moz-column-gap: 20px;
    column-gap: 20px;
  }
}

.footer_links-bottom ul li a {
  font-size: 13px;
  letter-spacing: 0;
  color: #395d69;
  text-decoration: none;
  font-weight: bold;
}

.footer_links-bottom ul li a:hover {
  color: #EC6229;
}

@media (max-width: 1199.98px) {
  .footer_links ul {
    -moz-column-gap: 0px;
    column-gap: 0px;
    row-gap: 10px;
  }
}

@media (max-width: 991.98px) {
  .footer-logo {
    text-align: left;
  }
}

.sticky_icons {
  position: fixed;
  right: 40px;
  top: 45%;
  z-index: 123;
}

@media (max-width: 991.98px) {
  .sticky_icons {
    right: 10px;
  }
}

.sticky_icons ul {
  display: flex;
  flex-direction: column;
  row-gap: 10px;
}

.sticky_icons ul li a img {
  box-shadow: 0 5px 10px rgba(4, 28, 37, 0.8);
  border-radius: 50%;
}

.text_card .card_img {
  width: 100%;
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 40px;
}

@media (max-width: 991.98px) {
  .text_card .card_img {
    margin-bottom: 20px;
  }
}

.text_card .card_img img {
  width: 100%;
}

.text_card h4 {
  font-size: 30px;
  color: #A5CEDE;
  font-weight: 500;
  font-family: "Comfortaa";
}

.text_card p {
  max-width: 690px;
}

.steps_block {
  overflow: hidden;
}

.steps_block .step_slider {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.steps_block .item {
  padding: 0 20px;
}

@media (max-width: 1199.98px) {
  .steps_block .item {
    margin-bottom: 10px;
  }
}

.steps_block .step_logo_text {
  padding: 50px;
  height: 100%;
}

@media (max-width: 1199.98px) {
  .steps_block .step_logo_text {
    padding: 40px 20px;
  }
}

.steps_block .step_logo_text .step_logo {
  max-width: 64px;
  margin-bottom: 38px;
}

.steps_block .step_logo_text h4 {
  font-weight: 500;
  margin-bottom: 25px;
  color: #A5CEDE;
}

.steps_block .slider-arrow {
  position: relative;
}

.steps_block .slider-arrow.prev {
  left: -15px;
  order: 2;
  margin-left: 0px;
}

.steps_block .slider-arrow.next {
  right: auto;
  left: 15px;
  order: 3;
  margin-left: 0;
}

.accordion {
  background-color: #062733;
  padding: 25px 30px;
  border-radius: 12px;
  margin-bottom: 15px;
}

.accordion:last-child {
  margin-bottom: 0px;
}

@media (max-width: 767.98px) {
  .accordion {
    padding: 20px 20px;
  }
}

.accordion .accordion-header {
  border: none;
  padding: 0 40px 0 0;
  cursor: pointer;
  position: relative;
  width: 100%;
  display: flex;
  border-radius: 0;
  position: relative;
  z-index: 12;
  overflow: hidden;
  align-content: center;
  align-items: center;
}

.accordion .accordion-header::after {
  content: "";
  position: absolute;
  right: 0;
  width: 28px;
  height: 28px;
  transition: all 0.3s ease-in-out;
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: url("../img/arrow-orange.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 16px;
}

.accordion .accordion-header h6 {
  font-weight: 500;
  font-size: 18px;
  font-family: "Comfortaa";
}

.accordion .accordion-header.show::after {
  background-image: url("../img/arrow-gray.svg");
  transform: rotate(270deg);
}

.accordion .card-body {
  padding: 35px 75px 35px 30px;
  position: relative;
}

@media (max-width: 767.98px) {
  .accordion .card-body {
    padding: 25px 25px 15px 20px;
  }
}

.team_img img {
  max-width: 280px;
}

.team_img h5 {
  color: #A5CEDE;
  margin-top: 30px;
}

.contact-form-wrapper .nf-field-container {
  margin-bottom: 20px;
}

.contact-form-wrapper .nf-before-form-content .nf-form-fields-required {
  color: #ffffff;
  margin-bottom: 10px;
  text-align: left;
  display: none;
}

.contact-form-wrapper .list-radio-wrap .nf-field-element ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  justify-content: flex-start;
  row-gap: 15px;
  -moz-column-gap: 25px;
  column-gap: 25px;
}

.contact-form-wrapper .list-radio-wrap .nf-field-element ul li {
  margin: 0;
  display: flex;
  align-items: center;
  align-content: center;
  width: auto;
}

.contact-form-wrapper .list-radio-wrap .nf-field-element ul li input[type=radio] {
  position: absolute;
  opacity: 0;
}

.contact-form-wrapper .list-radio-wrap .nf-field-element ul li input[type=radio]:focus+label::after {
  box-shadow: none;
}

.contact-form-wrapper .list-radio-wrap .nf-field-element ul li label {
  padding-left: 25px;
  margin-left: 0 !important;
  font-weight: 500;
  font-size: var(--fs-14);
  line-height: 21px;
}

.contact-form-wrapper .list-radio-wrap .nf-field-element ul li label:before {
  top: 6px !important;
  background: #EC6229 !important;
  width: 9px !important;
  height: 9px !important;
  left: 3px !important;
}

.contact-form-wrapper .list-radio-wrap .nf-field-element ul li label::after {
  background: #041C25;
  border: 1px solid #438AA3;
  width: 15px;
  height: 15px;
  left: 0 !important;
  top: 3px;
}

.contact-form-wrapper .nf-form-content label {
  color: #ffffff;
  font-size: var(--text--3xs);
  margin-bottom: 0px;
  line-height: initial;
}

.contact-form-wrapper .nf-form-content label strong {
  font-weight: 600;
}

.contact-form-wrapper .nf-form-content .nf-field-element:after {
  display: none;
}

.contact-form-wrapper .nf-form-content input:not([type=button]) {
  background: #062733 !important;
  color: #ffffff;
  border: none;
  border-radius: 12px;
  height: 54px;
  padding: 6px 20px;
  font-size: var(--fs-13);
  font-weight: 500;
  letter-spacing: 1.15px;
  color: #ffffff;
}

.contact-form-wrapper .nf-form-content input:not([type=button]):focus {
  background: #062733 !important;
  box-shadow: 0 0 0 0rem rgba(13, 110, 253, 0);
}

.contact-form-wrapper .nf-form-content input.ninja-forms-field::-webkit-input-placeholder {
  color: #ffffff;
  opacity: 1;
}

.contact-form-wrapper .nf-form-content input.ninja-forms-field::-moz-placeholder {
  color: #ffffff;
  opacity: 1;
}

.contact-form-wrapper .nf-form-content input.ninja-forms-field:-ms-input-placeholder {
  color: #ffffff;
  opacity: 1;
}

.contact-form-wrapper .nf-form-content input.ninja-forms-field:-moz-placeholder {
  color: #ffffff;
  opacity: 1;
}

.contact-form-wrapper .nf-form-content .list-container .listselect-wrap select.ninja-forms-field {
  background: #062733 !important;
  border: none;
  border-radius: 12px;
  height: 54px;
  padding: 6px 20px;
  font-weight: 500;
  letter-spacing: 1.15px;
  color: #ffffff;
}

.contact-form-wrapper .nf-form-content .list-container .listselect-wrap select.ninja-forms-field:focus {
  background: #062733 !important;
  border-color: transparent;
  box-shadow: 0 0 0 0rem rgba(13, 110, 253, 0);
}

.contact-form-wrapper .nf-form-content .list-container .listselect-wrap .nf-field-element>div {
  border-width: 0;
  border-color: transparent;
  border-radius: 12px;
  background: #062733;
  padding: 5px 0 5px;
  font-weight: 500;
  border-style: solid;
  background: transparent !important;
  width: 40px;
  right: 0;
  left: auto;
  position: absolute;
  z-index: 123;
}

.contact-form-wrapper .nf-form-content .list-container .listselect-wrap .nf-field-element>div:focus {
  border-width: 0;
  border-color: #EC6229;
  border-radius: 12px;
  background: #062733;
  box-shadow: 0 0 0 0rem rgba(13, 110, 253, 0);
}

.contact-form-wrapper .nf-form-content .list-container .listselect-wrap .nf-field-element>div::after {
  color: #EC6229;
}

.contact-form-wrapper .nf-form-content textarea {
  background: #062733 !important;
  border: none;
  padding: 6px 20px;
  font-weight: 500;
  letter-spacing: 1.15px;
  height: 200px;
  resize: none;
  border-radius: 12px;
}

.contact-form-wrapper .nf-form-content textarea:focus {
  background: #062733 !important;
  box-shadow: 0 0 0 0rem rgba(13, 110, 253, 0);
}

.contact-form-wrapper .nf-form-content textarea::-webkit-input-placeholder {
  color: #ffffff;
  opacity: 1;
}

.contact-form-wrapper .nf-form-content textarea::-moz-placeholder {
  color: #ffffff;
  opacity: 1;
}

.contact-form-wrapper .nf-form-content textarea:-ms-input-placeholder {
  color: #ffffff;
  opacity: 1;
}

.contact-form-wrapper .nf-form-content textarea:-moz-placeholder {
  color: #ffffff;
  opacity: 1;
}

.contact-form-wrapper .nf-form-content .checkbox-container.label-right .field-wrap {
  flex-wrap: wrap;
}

.contact-form-wrapper .nf-form-content .checkbox-container.label-right .nf-field-label {
  display: flex;
  align-content: center;
  align-items: center;
  flex-wrap: wrap;
  height: 100%;
  margin-bottom: 20px;
}

.contact-form-wrapper .nf-form-content .checkbox-container .checkbox-wrap .nf-field-element {
  width: auto;
}

.contact-form-wrapper .nf-form-content .checkbox-container .checkbox-wrap label {
  padding-left: 40px;
  padding-top: 10px;
  margin-left: 0 !important;
  font-weight: 500;
  line-height: 21px;
  cursor: pointer;
}

.contact-form-wrapper .nf-form-content .checkbox-container .checkbox-wrap label a {
  color: #EC6229;
  text-decoration: underline;
}

.contact-form-wrapper .nf-form-content .checkbox-container .checkbox-wrap label:after {
  top: 7px !important;
  background: #041C25 !important;
  border: 1px solid #438AA3;
  width: 25px !important;
  height: 25px !important;
  left: 3px !important;
  font-size: 0 !important;
  border-radius: 6px;
}

.contact-form-wrapper .nf-form-content .checkbox-container .checkbox-wrap label::before {
  background: #EC6229;
  border-width: 0px;
  width: 15px;
  height: 15px;
  left: 8px !important;
  top: 12px;
  border-radius: 2px;
  content: "";
}

.contact-form-wrapper .nf-form-content .checkbox-container .checkbox-wrap .nf-field-description {
  margin-right: 0;
  max-width: 290px;
}

.contact-form-wrapper .nf-form-content .checkbox-container .checkbox-wrap .nf-field-description p {
  line-height: 26px;
  text-align: left;
}

.contact-form-wrapper .nf-form-content .submit-wrap .nf-field-element {
  text-align: center;
}

.contact-form-wrapper .nf-form-content .nf-form-content button,
.contact-form-wrapper .nf-form-content input[type=button],
.contact-form-wrapper .nf-form-content input[type=submit] {
  height: auto;
  display: inline-block;
  transition: all 0.3s ease-in-out;
  margin: 0 0;
  margin-bottom: 0px;
  color: #ffffff;
  background: #EC6229 !important;
  width: -moz-max-content;
  width: max-content;
  position: relative;
  line-height: 1.1;
  font-weight: 600;
  text-align: center;
  border-radius: 22px;
  padding: 14px 35px;
  letter-spacing: 0;
  text-transform: none;
  min-width: 250px;
}

@media (max-width: 767.98px) {

  .contact-form-wrapper .nf-form-content .nf-form-content button,
  .contact-form-wrapper .nf-form-content input[type=button],
  .contact-form-wrapper .nf-form-content input[type=submit] {
    padding: 10px 25px;
  }
}

.contact-form-wrapper .nf-form-content .nf-form-content button:hover,
.contact-form-wrapper .nf-form-content input[type=button]:hover,
.contact-form-wrapper .nf-form-content input[type=submit]:hover {
  background-color: #47B9B1 !important;
  color: #000000;
}

.contact-form-wrapper .nf-form-content .nf-form-content button:focus,
.contact-form-wrapper .nf-form-content input[type=button]:focus,
.contact-form-wrapper .nf-form-content input[type=submit]:focus {
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
}

.contact-form-wrapper .nf-form-content .nf-error .nf-error-msg,
.contact-form-wrapper .nf-form-content .nf-error-msg,
.contact-form-wrapper .nf-form-content .ninja-forms-req-symbol {
  line-height: 1.2;
}

.contact-form-wrapper .nf-form-content .contact__note {
  margin-top: 30px;
  text-align: left;
}

.fixed_icon {
  position: fixed;
  right: 50px;
  width: 100px;
  display: flex;
  height: 100px;
  background: #5e5c5d;
  bottom: 50px;
}

@media (max-width: 991.98px) {
  .fixed_icon {
    right: 10px;
    height: 80px;
    width: 80px;
  }
}