﻿html {
  scroll-behavior: smooth;
}
@media only screen and (max-width: 1699px) {
  html {
    font-size: 0.9rem;
  }
}
@media only screen and (max-width: 1399px) {
  html {
    font-size: 0.8rem;
  }
}
@media only screen and (max-width: 1200px) {
  html {
    font-size: 0.75rem;
  }
}

body {
  overflow-x: hidden;
  font-family: "Quicksand", sans-serif;
  color: #333;
}

::selection {
  background-color: #0055FF;
  color: #fff;
}

.container-fluid {
  padding: 0 85px;
}

@media only screen and (min-width: 1920px) {
  .container {
    max-width: 1750px !important;
  }
}
@media (min-width: 1700px) and (max-width: 1919px) {
  .container {
    max-width: 1650px;
  }
}
@media (min-width: 1400px) and (max-width: 1699px) {
  .container {
    max-width: 1390px;
  }
}
@media only screen and (max-width: 991px) {
  .container {
    padding: 0 30px;
  }
}
button {
  border-radius: 12px !important;
  overflow-x: hidden;
}

.jarallax, .jarallax-custom {
  position: relative;
  z-index: 0;
  width: 100%;
  height: 100%;
}
.jarallax video, .jarallax-custom video {
  object-fit: cover;
  object-position: center;
}
.jarallax .jarallax-img, .jarallax-custom .jarallax-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.jarallax .opacity-0, .jarallax-custom .opacity-0 {
  opacity: 0;
}

.overflow-hidden {
  overflow: hidden;
}

.video-mobile {
  display: none;
}

.grt-cookie p, .grt-cookie p a {
  font-size: 16px;
  font-weight: 600;
}

.grt-cookie-button {
  font-size: 18px;
  font-weight: 600;
  padding: 8px 22px;
  border-radius: 12px;
}
@media only screen and (max-width: 767px) {
  .grt-cookie-button {
    width: 100%;
    text-align: center;
  }
}

.loading-screen {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  transition: opacity ease 0.3s;
  -webkit-transition: opacity ease 0.3s;
  -moz-transition: opacity ease 0.3s;
}

section:not(.hero-slider) {
  padding: 100px 0;
}

section.dark {
  background-color: rgb(45, 42, 38);
}
section.dark .section-header h1, section.dark .section-header p {
  color: #fff;
}
section.blue {
  background-color: #0055FF;
}
section.blue .section-header h3, section.blue .section-header h1, section.blue .section-header p {
  color: #fff;
}
section.gray {
  background-color: #eee;
}
section .section-header {
  margin-bottom: 50px;
}
section .section-header h3 {
  font-size: 1.75rem;
  line-height: 1.75rem;
  text-transform: uppercase;
  margin-bottom: 26px;
  font-weight: 700;
  color: #0055FF;
  letter-spacing: 0.2rem;
}
section .section-header h1 {
  font-size: 3.75rem;
  line-height: 3.75rem;
  font-weight: 700;
  margin-bottom: 30px;
}
@media only screen and (max-width: 991px) {
  section .section-header h1 {
    font-size: 2.5rem;
    line-height: 3rem;
  }
}
section .section-header p {
  font-size: 1.5rem;
  font-weight: 600;
  max-width: 1220px;
}
@media only screen and (max-width: 1399px) {
  section .section-header p {
    max-width: 992px;
  }
}
@media only screen and (max-width: 991px) {
  section .section-header p {
    max-width: none;
  }
}
section .section-header.text-center p {
  margin-left: auto;
  margin-right: auto;
}

/*.custom-form {

    .form-group > .form-group {
        margin-bottom: 30px;
    }

    input,
    select,
    textarea,
    .select2-selection {
        box-shadow: none !important;
        border-top: none !important;
        border-right: none !important;
        border-left: none !important;
        border-radius: 0 !important;
        border-bottom-width: 2px !important;
        border-bottom-color: #ced4da !important;
        padding-left: 0 !important;
        font-weight: 600 !important;
        color: #333 !important;
    }

    textarea {
        resize: none;
    }

    .select2-container {
        width: 100% !important;
    }

    .select2, .select2 * {
        font-family: 'Quicksand', sans-serif !important;
    }

    .select2 .select2-search__field {
        font-weight: 600 !important;
        color: #333 !important;
        padding-left: 0 !important;
        margin-left: 0 !important;
        margin-top: 0 !important;
    }

    .select2-selection {
        padding: 0.375rem 0 !important;
        -webkit-transition: border-color .15s ease-in-out;
        -moz-transition: border-color .15s ease-in-out;
        transition: border-color .15s ease-in-out;
        background-image: url(/img/caret-down-gray.svg);
        background-repeat: no-repeat;
        background-position-x: right;
        background-position-y: center;
        background-size: 17px;
    }

    .select2-dropdown {
        border-radius: 12px !important;
        border-width: 2px !important;
        overflow: hidden;
        top: 8px;
        border-color: #ced4da !important
    }

    .select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
        background-color: #0055FF;
    }

    .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
        //border-radius: 0 !important;
        padding: 0 7px;
        font-size: 1.05em !important;
        top: 0;
    }

    .select2-container--default .select2-selection--multiple .select2-selection__choice {
        background-color: #e3e3e3;
        border: none !important
    }

    .select2-container--default .select2-selection--multiple .select2-selection__choice__display {
        padding-left: 9px;
        padding-right: 9px;
        font-size: 15px;
        font-weight: 700;
        color: #5a5c5e;
        line-height: 26px;
    }

    .select2-container--default .select2-selection--single .select2-selection__rendered {
        line-height: 1.5;
        padding-left: 0;
    }

    .select2-container .select2-selection--single {
        height: 31px !important;
    }

    input:focus,
    select:focus,
    select:active,
    input.active,
    textarea,
    .select2-selection.active {
        border-bottom-color: #0055FF !important
    }

    select {
        display: block;
        width: 100%;
        outline: none !important;
        background-image: url(../../../website-assets/img/caret-down-gray.svg);
        background-repeat: no-repeat;
        background-position-x: right;
        background-position-y: center;
        background-size: 17px;
    }

    label {
        -webkit-transform: translateY(25px) !important;
        -moz-transform: translateY(25px) !important;
        transform: translateY(25px) !important;
        -webkit-transition: ease transform .2s, ease color .2s !important;
        -moz-transition: ease transform .2s, ease color .2s !important;
        transition: ease transform .2s, ease color .2s !important;
        font-weight: 500;
        transform-origin: left;
        cursor: text;
        position: relative;
        z-index: 50;
        color: #9f9f9f;
    }

    .form-check-label {
        -webkit-transform: translateY(0) !important;
        -moz-transform: translateY(0) !important;
        transform: translateY(0) !important;
        line-height: 30px;
        padding-left: 6px;
        cursor: default;
    }

    .custom-file-label {
        -webkit-transform: translateY(0) !important;
        -moz-transform: translateY(0) !important;
        transform: translateY(0) !important;
    }

    .form-check-input {
        filter: brightness(90%);
        width: 1.4em;
        height: 1.4em;
        border-radius: 555px !important;
        border-bottom: 0;
    }

    .form-check-input:active {
        filter: brightness(80%)
    }

    .select2-label {
        -webkit-transform: translateY(20px) !important;
        -moz-transform: translateY(20px) !important;
        transform: translateY(20px) !important;
        line-height: 19px !important;
    }

    .select2-selection__arrow {
        display: none;
    }


    label.active {
        transform: translateY(0) !important;
        transform: scale(.90) !important;
        color: #0055FF;
    }

    .form-section {
        margin-bottom: 200px;
    }



    input::-webkit-datetime-edit {
        color: transparent;
    }

    input:focus::-webkit-datetime-edit {
        color: rgba(255, 255, 255, .46) !important;
    }
}*/
.text {
  font-size: 1.4rem;
  color: #333;
}

.main-header {
  font-weight: 700;
  margin: 0;
  font-size: 2.75rem;
  padding: 20px 0;
}
@media only screen and (max-width: 1699px) {
  .main-header {
    font-size: 2.5rem;
  }
}
@media only screen and (max-width: 1399px) {
  .main-header {
    font-size: 2.2rem;
  }
}
@media only screen and (max-width: 1200px) {
  .main-header {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 991px) {
  .main-header {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 767px) {
  .main-header {
    font-size: 2rem;
  }
}

.main-subHeader {
  color: #979797;
  text-transform: uppercase;
  font-size: 1.75rem;
  line-height: 1.75rem;
  margin-bottom: 26px !important;
  font-weight: 700;
  letter-spacing: 0.2rem;
}
@media only screen and (max-width: 991px) {
  .main-subHeader {
    font-size: 1.5rem;
  }
}

.image-wrapper {
  width: 85%;
  aspect-ratio: 1/1;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  object-fit: cover;
  border-radius: 16px;
}

.header {
  display: none;
  position: fixed;
  z-index: 1001;
  width: 100%;
  transform: translateZ(1000px);
}
@media only screen and (min-width: 992px) {
  .header {
    display: block;
  }
}
.header * {
  text-transform: uppercase;
}
.header .container-fluid,
.header .container,
.header .navbar-collapse,
.header .navbar-nav {
  height: 100%;
}
.header .navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.85);
}
.header .navbar {
  padding: 0;
  height: 200px;
  transition: height ease 0.2s;
}
@media only screen and (max-width: 1699px) {
  .header .navbar {
    height: 150px;
  }
}
.header .navbar.scroll {
  height: 100px;
}
.header .navbar.scroll.expanded {
  height: 200px;
}
@media only screen and (max-width: 1699px) {
  .header .navbar.scroll.expanded {
    height: 150px;
  }
}
.header .navbar.scroll.expanded .navbar-bg {
  height: 450px;
}
@media only screen and (max-width: 1699px) {
  .header .navbar.scroll.expanded .navbar-bg {
    height: 350px;
  }
}
@media only screen and (max-width: 1699px) {
  .header .navbar.scroll {
    height: 80px;
  }
}
.header .navbar.scroll .navbar-bg {
  background: rgba(0, 85, 255, 0.93);
  height: 100px;
}
@supports (-moz-appearance: none) {
  .header .navbar.scroll .navbar-bg {
    background-color: rgb(0, 85, 255) !important;
  }
}
@media only screen and (max-width: 1699px) {
  .header .navbar.scroll .navbar-bg {
    height: 80px;
  }
}
.header .navbar.expanded .navbar-bg {
  background: rgba(0, 85, 255, 0.93) !important;
}
@supports (-moz-appearance: none) {
  .header .navbar.expanded .navbar-bg {
    background-color: rgb(0, 85, 255) !important;
  }
}
.header .navbar.expanded .navbar-collapse {
  overflow-y: visible;
}
.header .navbar .navbar-collapse {
  overflow-y: hidden;
}
@media only screen and (max-width: 991px) {
  .header .navbar .navbar-collapse {
    overflow-y: auto;
  }
}
.header .container-fluid,
.header .container,
.header .navbar {
  position: relative;
}
.header .navbar-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 200px;
  position: absolute;
  z-index: 3;
  background: rgb(0, 85, 255);
  background: linear-gradient(180deg, rgb(0, 85, 255) 0%, rgba(0, 85, 255, 0) 100%);
  transition: height ease 0.2s;
}
.header .navbar-bg.expanded {
  height: 450px;
}
@media only screen and (max-width: 1699px) {
  .header .navbar-bg.expanded {
    height: 350px;
  }
}
.header .container-fluid,
.header .container {
  z-index: 4;
}
.header .navbar-brand {
  height: 50px;
  padding: 0;
}
@media only screen and (max-width: 1699px) {
  .header .navbar-brand {
    height: 44px;
  }
}
@media only screen and (max-width: 1399px) {
  .header .navbar-brand {
    height: 37px;
  }
}
.header .navbar-brand img {
  height: 100%;
}
.header .nav-item {
  position: relative;
  display: flex;
  align-items: center;
}
.header .nav-item .hidden-text-inline {
  opacity: 0;
  transition: opacity ease 0.15s, transform ease 0.15s;
  padding-left: 12px;
  transform: translateX(-15px);
}
.header .nav-item .hidden-text-inline.single-letter {
  padding-left: 0 !important;
}
.header .nav-item > .hidden-text {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  z-index: 3;
  transition: opacity ease 0.15s;
  opacity: 0;
}
.header .nav-item > .hidden-text > * {
  width: 100%;
  display: flex;
  align-items: center;
  transition: transform ease 0.15s;
}
.header .nav-item > .hidden-text > *:nth-child(1) {
  transform: translateY(30px);
}
@media only screen and (max-width: 1699px) {
  .header .nav-item > .hidden-text > *:nth-child(1) {
    transform: translateY(20px);
  }
}
.header .nav-item > .hidden-text > *:nth-last-child(1) {
  transform: translateY(-30px);
}
@media only screen and (max-width: 1699px) {
  .header .nav-item > .hidden-text > *:nth-last-child(1) {
    transform: translateY(-20px);
  }
}
.header .nav-item:hover .first-visible {
  opacity: 0;
}
.header .nav-item:hover .first-visible ~ .hidden-text-inline {
  transform: translateX(-58px);
}
@media only screen and (max-width: 1699px) {
  .header .nav-item:hover .first-visible ~ .hidden-text-inline {
    transform: translateX(-51px);
  }
}
@media only screen and (max-width: 1200px) {
  .header .nav-item:hover .first-visible ~ .hidden-text-inline {
    transform: translateX(-43px);
  }
}
.header .nav-item:hover .hidden-text-inline {
  opacity: 1;
  transform: translateX(0);
}
.header .nav-item:hover > .hidden-text {
  opacity: 1;
}
.header .nav-item:hover > .hidden-text > *:nth-child(1) {
  transform: translateY(0px);
}
.header .nav-item:hover > .hidden-text > *:nth-last-child(1) {
  transform: translateY(-1px);
}
.header .nav-item:hover .submenu {
  opacity: 1;
  transform: translateY(0);
}
.header .nav-item:hover .submenu .seperator-cross {
  width: 80px;
  height: 80px;
}
@media only screen and (max-width: 1699px) {
  .header .nav-item:hover .submenu .seperator-cross {
    width: 60px;
    height: 60px;
  }
}
.header .nav-item:nth-last-child(2) .nav-link {
  padding-right: 180px !important;
}
@media only screen and (max-width: 1699px) {
  .header .nav-item:nth-last-child(2) .nav-link {
    padding-right: 150px !important;
  }
}
@media only screen and (max-width: 1200px) {
  .header .nav-item:nth-last-child(2) .nav-link {
    padding-right: 90px !important;
  }
}
.header .nav-item .submenu {
  transition: opacity 0.2s ease, transform 0.2s cubic-bezier(0.25, 1, 0.5, 1);
  opacity: 0;
  transform: translateY(-30px);
  padding-top: 170px;
  position: absolute;
  width: 100%;
  left: 0;
  top: 18px;
  /*&.block {

      &,
      > * {
          display: block;
      }

      .submenu-item {
          font-size: $submenu-item-large-font-size;
          @include respond(laptop-lg) {
              font-size: $submenu-item-large-font-size-laptop-lg;
          }
          &:after {
              content: "" !important;
          }
          padding-bottom: 15px;
      }
  }*/
}
@media only screen and (max-width: 1699px) {
  .header .nav-item .submenu {
    padding-top: 120px;
    line-height: 18px;
  }
}
.header .nav-item .submenu .seperator-cross {
  position: absolute;
  width: 0;
  height: 0;
  top: 120px;
  left: -69px;
  transition: width ease 0.2s, height ease 0.2s;
}
@media only screen and (max-width: 1699px) {
  .header .nav-item .submenu .seperator-cross {
    top: 82px;
    left: -47px;
  }
}
.header .nav-item .submenu .seperator-cross > * {
  position: absolute;
  background-color: rgba(255, 255, 255, 0.4);
}
.header .nav-item .submenu .seperator-cross > *:nth-child(1) {
  top: 39px;
  left: 0;
  width: 100%;
  height: 2px;
}
@media only screen and (max-width: 1699px) {
  .header .nav-item .submenu .seperator-cross > *:nth-child(1) {
    top: 30px;
  }
}
.header .nav-item .submenu .seperator-cross > *:nth-child(2) {
  top: 0;
  left: 39px;
  width: 2px;
  height: 100%;
}
@media only screen and (max-width: 1699px) {
  .header .nav-item .submenu .seperator-cross > *:nth-child(2) {
    left: 30px;
  }
}
.header .nav-item .submenu .submenu-item {
  color: #fff;
  font-weight: 700;
  text-decoration: none;
  font-size: 17px;
  letter-spacing: 0.5px;
  opacity: 0.6;
  -webkit-transition: opacity ease 0.2s;
  -moz-transition: opacity ease 0.2s;
  transition: opacity ease 0.2s;
}
.header .nav-item .submenu .submenu-item:not(:nth-last-child(1))::after {
  content: ",";
}
@media only screen and (max-width: 1699px) {
  .header .nav-item .submenu .submenu-item {
    font-size: 14px;
  }
}
.header .nav-item .submenu .submenu-item:hover {
  opacity: 1;
}
.header .nav-item .submenu .submenu-item.active {
  opacity: 1;
  color: #ffe641 !important;
}
.header .nav-link {
  position: relative;
  z-index: 9999;
  padding-right: 140px !important;
  padding-left: 0 !important;
}
.header .nav-link > .hidden-text-inline {
  position: absolute;
}
.header .nav-link,
.header .nav-link ~ .hidden-text {
  color: #fff;
  font-size: 36px;
  font-weight: 700;
}
@media only screen and (max-width: 1699px) {
  .header .nav-link,
  .header .nav-link ~ .hidden-text {
    font-size: 30px;
  }
}
@media only screen and (max-width: 1200px) {
  .header .nav-link,
  .header .nav-link ~ .hidden-text {
    font-size: 24px;
  }
}
@media only screen and (max-width: 1699px) {
  .header .nav-link {
    padding-right: 115px !important;
  }
}
@media only screen and (max-width: 1200px) {
  .header .nav-link {
    padding-right: 90px !important;
  }
}
.header .nav-link.active {
  color: #ffe641 !important;
}
.header .language-switch-wrapper {
  display: flex;
  align-items: center;
  padding: 0;
}
.header .language-switch {
  width: 30px;
  height: auto;
  display: flex;
  text-align: center;
  flex-wrap: wrap;
  font-size: 18px;
  font-weight: 700;
}
@media only screen and (max-width: 1699px) {
  .header .language-switch {
    font-size: 14px;
  }
}
.header .language-switch .tr {
  background-color: #DB0000;
}
.header .language-switch .en {
  background-color: #0055FF;
}
.header .language-switch > * {
  border: 1px solid #fff;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  width: 100%;
  height: 20px;
  -webkit-transition: opacity ease 0.2s;
  -moz-transition: opacity ease 0.2s;
  transition: opacity ease 0.2s;
}
.header .language-switch > *:nth-child(1) {
  margin-bottom: 6px;
}
.header .language-switch > *.active {
  opacity: 0.4;
}
.header .language-switch > *:hover {
  opacity: 1;
}

.header-mobile {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1012;
  transition: height ease 0.5s, background ease 0.2s;
  height: 70px;
  overflow: hidden;
  background: rgb(0, 85, 255);
  background: linear-gradient(180deg, rgb(0, 85, 255) 0%, rgba(0, 85, 255, 0) 100%);
}
.header-mobile .container, .header-mobile .row, .header-mobile .col-12, .header-mobile .navbar-mobile, .header-mobile .navbar-mobile-nav {
  height: 100%;
}
@media only screen and (max-width: 991px) {
  .header-mobile {
    display: block;
  }
}
.header-mobile.scroll, .header-mobile.expanded {
  background: rgba(0, 85, 255, 0.8) !important;
  backdrop-filter: saturate(180%) blur(20px);
}
.header-mobile.expanded {
  height: 100vh;
}
.header-mobile .navbar-mobile-head {
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header-mobile .navbar-mobile-head .navbar-mobile-toggle {
  background-color: transparent;
  border: 0;
  margin: 0;
  padding: 0;
  transition: transform ease 0.2s;
}
.header-mobile .navbar-mobile-head .navbar-mobile-toggle span {
  width: 36px;
  height: 3px;
  margin-bottom: 7px;
  border-radius: 4px;
  background-color: #fff;
  display: block;
  transition: transform ease 0.2s, opacity ease 0.2s;
}
.header-mobile .navbar-mobile-head .navbar-mobile-toggle span:nth-last-child(1) {
  margin-bottom: 0;
}
.header-mobile .navbar-mobile-head .navbar-mobile-toggle.toggle-on {
  transform: translateX(15px);
}
.header-mobile .navbar-mobile-head .navbar-mobile-toggle.toggle-on span:nth-child(1) {
  transform: rotate(45deg) translateY(14px);
}
.header-mobile .navbar-mobile-head .navbar-mobile-toggle.toggle-on span:nth-last-child(1) {
  transform: rotate(-45deg) translateY(-15px);
}
.header-mobile .navbar-mobile-head .navbar-mobile-toggle.toggle-on span:nth-child(2) {
  opacity: 0;
}
.header-mobile .navbar-mobile-nav {
  list-style: none;
  margin-bottom: 0;
  padding: 15px 12px 24px 20px;
  overflow-y: auto;
}
.header-mobile .navbar-mobile-nav > li > a {
  color: #fff;
  font-weight: 700;
  text-decoration: none;
  font-size: 24px;
  line-height: 70px;
  display: block;
  position: relative;
}
.header-mobile .navbar-mobile-nav > li > a:hover {
  color: #fff;
}
.header-mobile .navbar-mobile-nav > li > a:before {
  content: "";
  width: 12px;
  height: 12px;
  background-image: url(/website/img/caret.svg);
  background-size: auto 100%;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  left: -24px;
  top: 30px;
}
.header-mobile .navbar-mobile-nav > li > .navbar-mobile-submenu {
  list-style: none;
  padding-left: 0;
}
.header-mobile .navbar-mobile-nav > li > .navbar-mobile-submenu > li > a {
  color: #fff;
  font-weight: 700;
  font-size: 18px;
  text-decoration: none;
  display: block;
  line-height: 32px;
}
.header-mobile .navbar-mobile-nav > li.language-switch > .language-switch-inner {
  margin-top: 15px;
}
.header-mobile .navbar-mobile-nav > li.language-switch > .language-switch-inner a {
  width: 30px;
  height: 22px;
  color: #fff;
  text-decoration: none;
  font-weight: 700;
  border: 1px solid #fff;
  display: inline-block;
  margin-right: 15px;
  font-size: 16px;
  text-align: center;
  line-height: 20px;
}
.header-mobile .navbar-mobile-nav > li.language-switch > .language-switch-inner a.tr {
  background-color: #DB0000;
}
.header-mobile .navbar-mobile-nav > li.language-switch > .language-switch-inner a.en {
  background-color: #0055FF;
}
.header-mobile .navbar-mobile-nav > li.language-switch > .language-switch-inner a.active {
  opacity: 0.4;
}

.hidden-item {
  opacity: 0;
}

.footer {
  background-color: rgb(45, 42, 38);
}
.footer .footer-body {
  padding: 100px 0 70px 0;
}
.footer .footer-body .logo-header {
  font-size: 1.15rem !important;
}
.footer .footer-body .social-media img {
  filter: brightness(13.5);
  object-fit: contain;
}
.footer * {
  color: #fff;
  -webkit-transition: ease 0.2s opacity;
  -moz-transition: ease 0.2s opacity;
  transition: ease 0.2s opacity;
}
.footer .columns-title {
  font-size: 1.5rem;
  line-height: 1.5rem;
  font-weight: 600;
  opacity: 1;
}
@media only screen and (max-width: 991px) {
  .footer .columns-title {
    margin-top: 70px;
  }
}
.footer .id {
  margin-bottom: 30px;
}
.footer .id .logo {
  height: 3.125rem;
  opacity: 1;
}
.footer .id h3 {
  margin-top: 15px;
  font-size: 1rem;
  opacity: 1;
  font-weight: 700;
}
.footer .id .social-media {
  margin-top: 30px;
  display: flex;
  align-items: center;
}
.footer .id .social-media a {
  opacity: 1;
}
.footer .id .social-media a:hover {
  opacity: 0.6;
}
.footer .id .social-media a:not(:nth-last-child(1)) {
  margin-right: 30px;
}
.footer .id .social-media a img {
  height: 2rem;
  width: 2rem;
}
.footer .site-map {
  padding-left: 2rem;
}
@media only screen and (max-width: 1200px) {
  .footer .site-map {
    padding-left: 3rem;
  }
}
@media only screen and (max-width: 991px) {
  .footer .site-map {
    padding-left: 0;
  }
}
.footer .site-map .columns {
  display: grid;
  align-items: start;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
@media only screen and (max-width: 1200px) {
  .footer .site-map .columns {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media only screen and (max-width: 767px) {
  .footer .site-map .columns {
    grid-template-columns: 1fr 1fr;
  }
}
@media only screen and (max-width: 575px) {
  .footer .site-map .columns {
    display: block;
  }
}
.footer .site-map .columns .column {
  padding-right: 2rem;
}
.footer .site-map .columns .column .column-title {
  letter-spacing: 0.1rem;
  font-weight: 700;
  margin-top: 30px;
  opacity: 0.5;
  display: flex;
  align-items: start;
  text-transform: uppercase;
  font-size: 0.9rem;
  min-height: 3rem;
}
@media only screen and (max-width: 991px) {
  .footer .site-map .columns .column .column-title {
    min-height: unset;
  }
}
.footer .site-map .columns .column .column-title:before {
  content: "";
  background-image: url(/website/img/circle-arrow-white.svg);
  background-position: center;
  background-repeat: no-repeat;
  display: block;
  width: 1rem;
  height: 1rem;
  margin-right: 1rem;
  flex: none;
}
.footer .site-map .columns .column .column-list {
  list-style: none;
  padding-left: 2rem;
  margin-top: 10px;
  margin-bottom: 0;
}
.footer .site-map .columns .column .column-list li a {
  display: block;
  padding: 5px 0;
  opacity: 1;
  text-decoration: none;
}
.footer .site-map .columns .column .column-list li a:hover {
  color: #fff;
  opacity: 0.7;
}
.footer .contact .contact-info-list {
  margin-top: 30px;
  list-style: none;
  padding-left: 0;
}
.footer .contact .contact-info-list li {
  opacity: 1;
  display: flex;
  align-items: start;
  padding: 10px 0;
}
.footer .contact .contact-info-list li:before {
  content: "";
  width: 1.5rem;
  height: 1.5rem;
  background-repeat: no-repeat;
  background-position: center;
  margin-right: 1rem;
}
.footer .contact .contact-info-list li.address:before {
  background-image: url(/website/img/address.svg);
}
.footer .contact .contact-info-list li.phone:before {
  background-image: url(/website/img/phone.svg);
}
.footer .contact .contact-info-list li.fax:before {
  background-image: url(/website/img/fax.svg);
}
.footer .contact .contact-info-list li a {
  text-decoration: none;
}
.footer .contact .contact-info-list li a:hover {
  color: #fff;
}
.footer .footer-bottom {
  padding: 30px 0;
  background-color: #1a1917;
}
.footer .footer-bottom .bottom-links-list {
  display: inline-flex;
  align-items: center;
  justify-content: start;
  padding-left: 0;
  margin-bottom: 10px;
}
@media only screen and (max-width: 767px) {
  .footer .footer-bottom .bottom-links-list {
    display: block;
    margin-bottom: 5px;
  }
}
.footer .footer-bottom .bottom-links-list li {
  opacity: 1;
  -webkit-transition: ease 0.2s opacity;
  -moz-transition: ease 0.2s opacity;
  transition: ease 0.2s opacity;
  font-size: 0.9rem;
}
@media only screen and (max-width: 767px) {
  .footer .footer-bottom .bottom-links-list li {
    padding: 5px 0;
    display: inline-block;
  }
}
.footer .footer-bottom .bottom-links-list li:nth-child(1) {
  list-style: none;
}
.footer .footer-bottom .bottom-links-list li:hover {
  opacity: 0.6;
}
.footer .footer-bottom .bottom-links-list li a {
  padding-right: 30px;
}
@media only screen and (max-width: 767px) {
  .footer .footer-bottom .bottom-links-list li a {
    padding-right: 15px;
  }
}
.footer .footer-bottom .bottom-links-list li a, .footer .footer-bottom .bottom-links-list li a:hover {
  color: #fff;
  text-decoration: none;
}
.footer .footer-bottom .credit, .footer .footer-bottom .vendor-link {
  font-size: 0.9rem;
  color: #fff;
  opacity: 0.4;
  margin-bottom: 0;
}
.footer .footer-bottom .vendor-wrap {
  display: flex;
  align-items: end;
  justify-content: end;
  width: 100%;
  height: 100%;
}
@media only screen and (max-width: 767px) {
  .footer .footer-bottom .vendor-wrap {
    display: block;
    margin-top: 20px;
  }
}
.footer .footer-bottom .vendor-wrap .vendor-link {
  text-decoration: none;
  -webkit-transition: ease 0.2s opacity;
  -moz-transition: ease 0.2s opacity;
  -webkit-transition: ease 0.2s opacity;
}
.footer .footer-bottom .vendor-wrap .vendor-link:hover {
  opacity: 0.6;
}

.icon-folder {
  display: none;
}

.icon-inactive {
  display: none;
}

.icon-active {
  display: block;
}

.icon-position {
  position: fixed;
  bottom: 40px;
  right: 10px;
  z-index: 20;
}
@media only screen and (max-width: 1200px) {
  .icon-position {
    right: 5px;
  }
}

.icon-style {
  font-size: 30px;
  color: #333;
  filter: brightness(120%);
  background-color: #fff;
  border-radius: 150%;
  border-style: none;
  cursor: pointer;
  animation: movebtn 3s ease-in-out infinite;
  transition: all 0.5s ease-in-out;
}

.icon-style:hover {
  animation: none;
  background-color: #333;
  color: #fff;
}

@keyframes movebtn {
  0% {
    transform: translateY(0px);
  }
  25% {
    transform: translateY(20px);
  }
  50% {
    transform: translateY(0px);
  }
  100% {
    transform: translateY(0px);
  }
}
.reveal,
.reveal-on-event,
.reveal-group,
.reveal-group-on-load,
.reveal-group-on-event,
[data-token] {
  opacity: 0;
  animation-duration: 0.7s;
}

.animate__zoomIn {
  -webkit-animation-duration: 0.5s !important;
  -moz-animation-duration: 0.5s !important;
  animation-duration: 0.5s !important;
}

.ad-8 {
  opacity: 1;
}

.sp-12 {
  animation-duration: 1.2s;
}

.scale-in-center {
  -webkit-animation: scale-in-center 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  animation: scale-in-center 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}

@-webkit-keyframes scale-in-center {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes scale-in-center {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
.flip-in-ver-right {
  -webkit-animation: flip-in-ver-right 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  animation: flip-in-ver-right 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}

@-webkit-keyframes flip-in-ver-right {
  0% {
    -webkit-transform: rotateY(-80deg);
    transform: rotateY(-80deg);
    opacity: 0;
  }
  100% {
    -webkit-transform: rotateY(0);
    transform: rotateY(0);
    opacity: 1;
  }
}
@keyframes flip-in-ver-right {
  0% {
    -webkit-transform: rotateY(-80deg);
    transform: rotateY(-80deg);
    opacity: 0;
  }
  100% {
    -webkit-transform: rotateY(0);
    transform: rotateY(0);
    opacity: 1;
  }
}
.fade-out {
  -webkit-animation: fade-out 1s ease-out forwards;
  animation: fade-out 1s ease-out forwards;
}

@-webkit-keyframes fade-out {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fade-out {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.fade-in {
  -webkit-animation: fade-in 1.2s cubic-bezier(0.39, 0.575, 0.565, 1) forwards;
  animation: fade-in 1.2s cubic-bezier(0.39, 0.575, 0.565, 1) forwards;
}

@-webkit-keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.slide-in-blurred-bottom {
  -webkit-animation: slide-in-blurred-bottom 0.6s cubic-bezier(0.23, 1, 0.32, 1) both;
  animation: slide-in-blurred-bottom 0.6s cubic-bezier(0.23, 1, 0.32, 1) both;
}

@-webkit-keyframes slide-in-blurred-bottom {
  0% {
    -webkit-transform: translateY(1000px) scaleY(2.5) scaleX(0.2);
    transform: translateY(1000px) scaleY(2.5) scaleX(0.2);
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    -webkit-filter: blur(40px);
    filter: blur(40px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0) scaleY(1) scaleX(1);
    transform: translateY(0) scaleY(1) scaleX(1);
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-filter: blur(0);
    filter: blur(0);
    opacity: 1;
  }
}
@keyframes slide-in-blurred-bottom {
  0% {
    -webkit-transform: translateY(1000px) scaleY(2.5) scaleX(0.2);
    transform: translateY(1000px) scaleY(2.5) scaleX(0.2);
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    -webkit-filter: blur(40px);
    filter: blur(40px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0) scaleY(1) scaleX(1);
    transform: translateY(0) scaleY(1) scaleX(1);
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-filter: blur(0);
    filter: blur(0);
    opacity: 1;
  }
}
.shockwave.is-active {
  animation: shockwaveJump 1s ease-out infinite;
}
.shockwave.is-active:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  border-radius: 50%;
  animation: shockwave 1s 0.65s ease-out infinite;
}
.shockwave.is-active:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  border-radius: 50%;
  animation: shockwave 1s 0.5s ease-out infinite;
}

@keyframes shockwaveJump {
  0% {
    transform: scale(1);
  }
  40% {
    transform: scale(1.08);
  }
  50% {
    transform: scale(0.98);
  }
  55% {
    transform: scale(1.02);
  }
  60% {
    transform: scale(0.98);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes shockwave {
  0% {
    transform: scale(1);
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.15), inset 0 0 1px rgba(0, 0, 0, 0.15);
  }
  95% {
    box-shadow: 0 0 50px rgba(0, 0, 0, 0), inset 0 0 30px rgba(0, 0, 0, 0);
  }
  100% {
    transform: scale(2.25);
  }
}
.sheen {
  position: relative;
  overflow: hidden;
}

.sheen:after {
  animation: sheen 1s 4s forwards;
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: linear-gradient(to bottom, transparent, rgba(255, 255, 255, 0.5) 50%, transparent);
  transform: rotateZ(60deg) translate(-1em, 4em);
}

@keyframes sheen {
  100% {
    transform: rotateZ(60deg) translate(0, -4em);
  }
}
.start-now, .start-now:after {
  animation-delay: 0;
}

.mid-button {
  border-radius: 16px;
  font-weight: 600;
  text-transform: uppercase;
}
.mid-button.blue {
  background-color: #0055FF;
}

.large-button {
  min-width: 150px;
  font-size: 1.5rem;
  font-weight: 700;
  border-radius: 20px;
  border: none;
  text-transform: uppercase;
  filter: brightness(100%) grayscale(10%);
  padding: 18px 32px;
  margin-top: 20px;
  color: #fff;
  -webkit-transition: filter 0.5s ease-in-out, transform 0.1s ease-in-out;
  -moz-transition: filter 0.5s ease-in-out, transform 0.1s ease-in-out;
  transition: filter 0.5s ease-in-out, transform 0.1s ease-in-out;
}
.large-button.green {
  background-color: #5cb85c;
}
.large-button.blue {
  background-color: #0055FF;
}
.large-button.white {
  background-color: #fff;
  color: #333;
}
.large-button.white.outline {
  background-color: transparent;
  color: #fff;
  -webkit-box-shadow: inset 0px 0px 0px 2px rgb(255, 255, 255);
  -moz-box-shadow: inset 0px 0px 0px 2px rgb(255, 255, 255);
  box-shadow: inset 0px 0px 0px 2px rgb(255, 255, 255);
}
.large-button:hover {
  filter: brightness(109%) grayscale(0%);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  transform: scale(1.1);
}
.large-button.large-button-icon > span {
  display: flex !important;
  align-items: center;
  text-align: left;
  line-height: 1.5rem;
}
.large-button.large-button-icon > span i {
  font-size: 2rem !important;
  margin-right: 15px;
}
.large-button.large-button-icon > span > span {
  display: block !important;
}
.large-button.particles-button {
  background: rgb(0, 85, 255);
  background: linear-gradient(45deg, rgb(0, 85, 255) 0%, rgb(19, 170, 255) 100%);
  position: relative;
  overflow: hidden;
}
.large-button.particles-button > span {
  position: relative;
  z-index: 3;
}
.large-button.particles-button .ts-particle {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0.5;
  background-color: transparent !important;
  z-index: 1;
}
.large-button.particles-button .ts-particle, .large-button.particles-button .ts-particle canvas {
  overflow: hidden;
  border-radius: 20px !important;
}

.arrow-button {
  background-color: #fff;
  font-size: 1.5rem;
  color: #0055FF;
  margin-top: 15px;
  margin-right: auto;
  margin-left: auto;
  display: table;
  border-radius: 555px;
  padding-top: 4px;
  padding-bottom: 4px;
  width: 100px;
  -webkit-transition: ease 0.2s background, ease 0.2s width;
  -moz-transition: ease 0.2s background, ease 0.2s width;
  transition: ease 0.2s background, ease 0.2s width;
  text-align: center;
}
.arrow-button:hover {
  width: 150px;
}

.invisible {
  opacity: 0;
}

.bg-transparent {
  background-color: transparent;
}

.page-head {
  height: 480px;
  width: 100%;
  position: relative;
}
@media only screen and (max-width: 1699px) {
  .page-head {
    height: 480px;
  }
}
@media only screen and (max-width: 1399px) {
  .page-head {
    height: 400px;
  }
}
@media only screen and (max-width: 991px) {
  .page-head {
    height: 300px;
  }
}
@media only screen and (max-width: 575px) {
  .page-head {
    height: 220px;
  }
}
.page-head .page-head-shade,
.page-head .page-head-content,
.page-head .page-head-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.page-head .page-head-content {
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: center;
}
.page-head .page-head-content .page-head-text-wrapper {
  /* width: 1200px;*/
  width: 100%;
}
@media only screen and (max-width: 1699px) {
  .page-head .page-head-content .page-head-text-wrapper {
    /*width: 1000px;*/
  }
}
@media only screen and (max-width: 1200px) {
  .page-head .page-head-content .page-head-text-wrapper {
    /* width: 800px;*/
    max-width: 960px;
    padding: 50px 10px;
  }
}
@media only screen and (max-width: 991px) {
  .page-head .page-head-content .page-head-text-wrapper {
    max-width: 720px;
    text-align: right !important;
    padding: 50px 30px;
  }
}
@media only screen and (max-width: 767px) {
  .page-head .page-head-content .page-head-text-wrapper {
    padding: 0 120px;
  }
}
@media only screen and (max-width: 575px) {
  .page-head .page-head-content .page-head-text-wrapper {
    padding: 0 35px;
  }
}
.page-head .page-head-content .page-head-text-wrapper .page-head-text {
  font-size: 43px;
  font-weight: 700;
  color: #FFCA1A;
  text-transform: uppercase;
  margin-top: 5%;
}
@media only screen and (max-width: 1699px) {
  .page-head .page-head-content .page-head-text-wrapper .page-head-text {
    font-size: 36px;
  }
}
@media only screen and (max-width: 1399px) {
  .page-head .page-head-content .page-head-text-wrapper .page-head-text {
    font-size: 28px;
  }
}
@media only screen and (max-width: 991px) {
  .page-head .page-head-content .page-head-text-wrapper .page-head-text {
    text-align: center;
  }
}
@media only screen and (max-width: 575px) {
  .page-head .page-head-content .page-head-text-wrapper .page-head-text {
    text-align: center !important;
    margin-top: 7%;
    font-size: 24px;
  }
}
.page-head .page-head-shade {
  z-index: 2;
  background-color: rgba(0, 85, 255, 0.3);
}
.page-head .page-head-shade .bottom-shade {
  position: absolute;
  width: 100%;
  height: 125px;
  bottom: 0;
  left: 0;
  background: rgb(0, 85, 255);
  background: linear-gradient(0deg, rgb(0, 85, 255) 0%, rgba(0, 85, 255, 0) 100%);
}
.page-head .page-head-shade .top-shade {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 125px;
  background: rgb(0, 85, 255);
  background: linear-gradient(180deg, rgb(0, 85, 255) 0%, rgba(0, 85, 255, 0) 100%);
}
.page-head .page-head-bg {
  z-index: 1;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.page-body h1, .page-body h2, .page-body h3, .page-body h4, .page-body h5, .page-body h6 {
  font-size: 32px !important;
  font-weight: 700;
  margin-bottom: 15px;
}
@media only screen and (max-width: 1399px) {
  .page-body h1, .page-body h2, .page-body h3, .page-body h4, .page-body h5, .page-body h6 {
    font-size: 28px;
  }
}
@media only screen and (max-width: 991px) {
  .page-body h1, .page-body h2, .page-body h3, .page-body h4, .page-body h5, .page-body h6 {
    font-size: 25px;
  }
}
@media only screen and (max-width: 575px) {
  .page-body h1, .page-body h2, .page-body h3, .page-body h4, .page-body h5, .page-body h6 {
    font-size: 22px;
  }
}
.page-body .container {
  padding: 0;
}
.page-body p {
  /*font-size: 14px;
          line-height: 18px;*/
  font-size: 18px;
  font-weight: 500;
  color: #686868;
}
@media only screen and (max-width: 1200px) {
  .page-body p {
    font-size: 16px;
  }
}
@media only screen and (max-width: 575px) {
  .page-body p {
    font-size: 14px;
  }
}

.accordion-container {
  display: block;
  width: 90%;
  float: right;
}
@media only screen and (max-width: 991px) {
  .accordion-container {
    width: 100%;
    float: left;
  }
}
.accordion-container .accordion-item:nth-child(1) {
  padding-top: 10px;
}
.accordion-container .accordion-item {
  color: #333;
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 1px solid #ebebeb;
  background-color: transparent;
  font-size: 1.125rem;
}
.accordion-container .accordion-item .service-list {
  float: none !important;
}
.accordion-container .accordion-item .accordion-header button {
  font-size: 1.5rem !important;
  font-weight: 700;
  color: #333;
  background-color: transparent;
}
@media only screen and (max-width: 1399px) {
  .accordion-container .accordion-item .accordion-header button {
    font-size: 1.4rem;
  }
}
@media only screen and (max-width: 991px) {
  .accordion-container .accordion-item .accordion-header button {
    font-size: 1.2rem;
  }
}
@media only screen and (max-width: 575px) {
  .accordion-container .accordion-item .accordion-header button {
    font-size: 1rem;
  }
}
.accordion-container .accordion-item .accordion-header .accordion-button {
  outline: none;
  box-shadow: none;
  font-weight: 600;
  border: none;
  transition: all 0.4s ease-in-out;
  color: #333;
  padding: 16px 0;
  font-weight: 700;
}
.accordion-container .accordion-item .accordion-header .accordion-button[aria-expanded=true]:after {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--! Font Awesome Pro 6.2.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2022 Fonticons, Inc. --><path d="M432 256c0 17.7-14.3 32-32 32L48 288c-17.7 0-32-14.3-32-32s14.3-32 32-32l352 0c17.7 0 32 14.3 32 32z"/></svg>');
}
.accordion-container .accordion-item .accordion-header .accordion-button[aria-expanded=false]:after {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--! Font Awesome Pro 6.2.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2022 Fonticons, Inc. --><path d="M256 80c0-17.7-14.3-32-32-32s-32 14.3-32 32V224H48c-17.7 0-32 14.3-32 32s14.3 32 32 32H192V432c0 17.7 14.3 32 32 32s32-14.3 32-32V288H400c17.7 0 32-14.3 32-32s-14.3-32-32-32H256V80z"/></svg>');
}
.accordion-container .accordion-item .accordion-header .collapsed {
  color: #333 !important;
}
.accordion-container .accordion-item .accordion-body {
  padding-bottom: 20px !important;
  padding-top: 0;
  padding-left: 0;
}
.accordion-container .accordion-item .accordion-button:not(.collapsed) {
  background-color: transparent !important;
}

.accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%2300000'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.custom-form .validation-message {
  visibility: hidden;
}
.custom-form .validation-message.active {
  visibility: visible;
}
.custom-form .form-group > .form-group {
  margin-bottom: 1.875rem;
}
.custom-form input, .custom-form .select2-selection, .custom-form .select2-selection, .custom-form textarea {
  box-shadow: none !important;
  /*border-top: none !important;
  border-right: none !important;
  border-left: none !important;
  border-radius: 0 !important;*/
  border-color: #ced4da !important;
  padding-left: 0 !important;
  font-weight: 600 !important;
  color: #333 !important;
  border-width: 2px;
  padding: 0.75rem !important;
  border-radius: 12px;
}
.custom-form input:focus, .custom-form .select2-selection:focus, .custom-form .select2-selection:focus, .custom-form textarea:focus {
  -webkit-box-shadow: inset 0px -1px 0px 0px #8b8b8b !important;
  -moz-box-shadow: inset 0px -1px 0px 0px #8b8b8b !important;
  box-shadow: inset 0px -1px 0px 0px #8b8b8b !important;
  border-color: #8b8b8b !important;
}
.custom-form input .select2-search__field, .custom-form .select2-selection .select2-search__field, .custom-form .select2-selection .select2-search__field, .custom-form textarea .select2-search__field {
  box-shadow: none !important;
}
.custom-form input:focus.filled, .custom-form .select2-selection:focus.filled, .custom-form .select2-selection:focus.filled, .custom-form textarea:focus.filled {
  -webkit-box-shadow: inset 0px -1px 0px 0px #0055FF !important;
  -moz-box-shadow: inset 0px -1px 0px 0px #0055FF !important;
  box-shadow: inset 0px -1px 0px 0px #0055FF !important;
}
.custom-form input.active.filled, .custom-form .select2-selection.active.filled, .custom-form .select2-selection.active.filled, .custom-form textarea.active.filled {
  border-color: #0055FF !important;
}
.custom-form select {
  box-shadow: none !important;
  border-top: none !important;
  border-right: none !important;
  border-left: none !important;
  border-radius: 0 !important;
  border-bottom-width: 2px !important;
  border-bottom-color: #ced4da !important;
  padding-left: 0 !important;
  font-weight: 600 !important;
  color: #333 !important;
  display: block;
  width: 100%;
  outline: none !important;
  background-image: url(../../../website-assets/sass/img/caret-down-gray.svg);
  background-repeat: no-repeat;
  background-position-x: right;
  background-position-y: center;
  background-size: 17px;
}
.custom-form select:focus, .custom-form select:active {
  border-bottom-color: #0055FF !important;
}
.custom-form .select2 {
  font-family: "Quicksand", sans-serif !important;
}
.custom-form .select2 * {
  font-family: "Quicksand", sans-serif !important;
}
.custom-form .select2 .select2-search__field {
  font-weight: 600 !important;
  color: #333 !important;
  padding-left: 0 !important;
  margin-left: 0 !important;
  margin-top: 0 !important;
}
.custom-form .select2-selection--single {
  height: 3.25rem !important;
}
.custom-form .select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #0055FF;
}
.custom-form .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  border-radius: 0 !important;
  padding: 0 7px;
  font-size: 1.05em !important;
  top: 0;
}
.custom-form .select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #e3e3e3;
  border: none !important;
}
.custom-form .select2-container--default .select2-selection--multiple .select2-selection__choice__display {
  padding-left: 9px;
  padding-right: 9px;
  font-size: 0.938rem;
  font-weight: 700;
  color: #5a5c5e;
  line-height: 26px;
}
.custom-form .select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 1.5;
  padding-left: 0;
}
.custom-form .select2-container {
  display: block;
}
.custom-form .select2-container .select2-selection--single {
  height: 39px;
}
.custom-form input.active {
  -webkit-box-shadow: inset 0px -2px 0px 0px rgb(0, 85, 255);
  -moz-box-shadow: inset 0px -2px 0px 0px rgb(0, 85, 255);
  box-shadow: inset 0px -2px 0px 0px rgb(0, 85, 255);
}
.custom-form .select2-selection.active {
  -webkit-box-shadow: inset 0px -2px 0px 0px rgb(0, 85, 255);
  -moz-box-shadow: inset 0px -2px 0px 0px rgb(0, 85, 255);
  box-shadow: inset 0px -2px 0px 0px rgb(0, 85, 255);
}
.custom-form label {
  -webkit-transform: translateY(2.313rem) translateX(0.75rem) !important;
  -moz-transform: translateY(2.313rem) translateX(0.75rem) !important;
  transform: translateY(2.313rem) translateX(0.75rem) !important;
  -webkit-transition: ease transform 0.2s, ease color 0.2s, ease opacity 0.2s !important;
  -moz-transition: ease transform 0.2s, ease color 0.2s, ease opacity 0.2s !important;
  transition: ease transform 0.2s, ease color 0.2s, ease opacity 0.2s !important;
  font-weight: 500;
  transform-origin: left;
  cursor: text;
  position: relative;
  z-index: 50;
  color: #9f9f9f;
  pointer-events: none;
}
@media only screen and (max-width: 1399px) {
  .custom-form label {
    /*-webkit-transform: translateY($labelYmd) translateX($input-gap) !important;
    -moz-transform: translateY($labelYmd) translateX($input-gap) !important;
    transform: translateY($labelYmd) translateX($input-gap) !important;*/
  }
}
.custom-form .form-check label {
  pointer-events: all;
}
.custom-form .form-check-label {
  -webkit-transform: translateY(0) !important;
  -moz-transform: translateY(0) !important;
  transform: translateY(0) !important;
  line-height: 30px;
  padding-left: 6px;
  cursor: default;
}
.custom-form .custom-file-label {
  -webkit-transform: translateY(0) !important;
  -moz-transform: translateY(0) !important;
  transform: translateY(0) !important;
}
.custom-form .form-check-input {
  filter: brightness(90%);
  width: 1.1em;
  height: 1.1em;
  border-radius: 555px !important;
}
.custom-form .form-check-input:active {
  filter: brightness(80%);
}
.custom-form .select2-selection__arrow {
  display: none;
}
.custom-form label.prepend-label {
  opacity: 0;
}
.custom-form label.active {
  -webkit-transform: translateY(0) translateX(0.75rem) scale(0.9) !important;
  -moz-transform: translateY(0) translateX(0.75rem) scale(0.9) !important;
  transform: translateY(0) translateX(0.75rem) scale(0.9) !important;
  color: #8b8b8b;
  opacity: 1;
}
.custom-form label.active.filled {
  color: #0055FF;
}
.custom-form .form-section {
  margin-bottom: 200px;
}

.select2-dropdown {
  border-radius: 12px !important;
  border-width: 2px !important;
  overflow: hidden !important;
  top: 8px;
  border-color: #ced4da !important;
  border-top: 2px solid #ced4da !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  margin: 3px !important;
}

.select2-container--default.select2-container--focus .select2-selection {
  -webkit-box-shadow: inset 0px -1px 0px 0px #8b8b8b !important;
  -moz-box-shadow: inset 0px -1px 0px 0px #8b8b8b !important;
  box-shadow: inset 0px -1px 0px 0px #8b8b8b !important;
  border-color: #8b8b8b !important;
  border-radius: 12px !important;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  border-radius: 8px !important;
}

.select2-selection.active, .select2-container--default.select2-container--focus .select2-selection.active {
  border-color: #0055FF !important;
}

/*.select2-container--default.select2-container--focus .select2-selection.active {
    padding-top: .5rem !important;
    padding-bottom: .5rem !important;
}*/
.input-group-prepend .input-group-text {
  border-top-left-radius: 12px;
  border-bottom-left-radius: 12px;
  padding: 0;
  border-width: 0;
}
.input-group-prepend .input-group-text .select2-container {
  max-width: 8.125rem !important;
}
.input-group-prepend .input-group-text .select2-selection {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
  background-color: transparent;
}
.input-group-prepend .input-group-text .select2-container--focus .select2-selection.active, .input-group-prepend .input-group-text .select2-selection {
  border-color: #ced4da !important;
  box-shadow: none !important;
}

.select2-selection--multiple.active {
  padding: 0.5rem !important;
}

.modal-content {
  padding: 30px;
}

.modal-body p {
  margin-bottom: 0;
  margin-top: 15px;
  font-size: 18px !important;
  color: rgba(51, 51, 51, 0.8);
  line-height: 1.4;
}

.modal-header h1 {
  font-size: 2rem;
  text-transform: uppercase;
}
@media only screen and (max-width: 991px) {
  .modal-header h1 {
    font-size: 1.9rem;
  }
}

.modal-body ul li, ol li {
  margin-bottom: 0;
  margin-top: 15px;
  font-size: 18px !important;
  color: rgba(51, 51, 51, 0.8);
  line-height: 1.4;
}

.modal .name {
  font-size: 22px !important;
  font-weight: 700;
  color: #333;
  text-align: left;
  margin-top: 0;
}

.modal .title {
  color: #333;
  text-align: left;
}

.modal-content {
  border: none;
  border-radius: 16px;
}

.modal-header {
  border-bottom-color: rgba(51, 51, 51, 0.3);
  position: relative;
}

.modal-header .btn-close {
  top: 0;
  right: 0;
  position: absolute;
}

.kvkk-modal-button {
  color: #0055FF;
  cursor: pointer;
}
.kvkk-modal-button:hover {
  text-decoration: underline;
}
