@font-face {
  font-family: "Rebond-Grotesque-Light";
  src: url("./assets/fonts/Rebond Grotesque Light.otf");
}

@font-face {
  font-family: "Rebond-Grotesque-Regular";
  src: url("./assets/fonts/Rebond Grotesque Regular.otf");
}

@font-face {
  font-family: "Rebond-Grotesque-Medium";
  src: url("./assets/fonts/Rebond Grotesque Medium.otf");
}

@font-face {
  font-family: "Rebond-Grotesque-Semibold";
  src: url("./assets/fonts/Rebond Grotesque Semibold.otf");
}

@font-face {
  font-family: "Rebond-Grotesque-Bold";
  src: url("./assets/fonts/Rebond Grotesque Bold.otf");
}

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

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

.text-mini {
  font-size: 12px;
}

.text-large {
  font-size: 18px;
}

.text-x-large {
  font-size: 20px;
}

.no-decoration {
  text-decoration: none;
}

.w-fit-content {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.decoration-underline {
  text-decoration: underline;
}

.min-h-100vh {
  min-height: 100vh;
}

.no-list-style {
  list-style-type: none;
}

.box-shadow {
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}

.negative-horizontal-margin {
  margin-left: -15px;
  margin-right: -15px;
}

.rounded-large {
  border-radius: 10px;
}

.section-padding {
  padding: 50px 0;
}

.overflow-hidden {
  overflow: hidden;
}

.table-layout-fixed {
  table-layout: fixed;
}

.container-medium {
  max-width: 767px;
  width: 100%;
  padding-left: 16px;
  padding-right: 16px;
  margin-left: auto;
  margin-right: auto;
}

.container-small {
  max-width: 576px;
  width: 100%;
  padding-left: 16px;
  padding-right: 16px;
  margin-left: auto;
  margin-right: auto;
}

.nf-badge {
  color: #fff;
  padding: 7px 24px;
  border-radius: 30px;
  font-size: 14px;
  display: inline-block;
}

@media only screen and (max-width: 1599px) {
  .nf-badge {
    padding: 3px 18px;
  }
}

.cursor-pointer {
  cursor: pointer;
}

.line-clamp1 {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.no-bullets {
  list-style-type: none;
}

.bulleted-list li {
  position: relative;
  padding-left: 30px;
  list-style-type: none;
  margin-bottom: 16px;
}

.bulleted-list li:before {
  content: "";
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #202337;
  position: absolute;
  top: 5px;
  left: 0;
  border: 4px solid #E9E9E9;
  outline: #202337 solid 1px;
}

.stylish-heading {
  position: relative;
  padding-bottom: 8px;
  margin-bottom: 16px;
}

.stylish-heading:after {
  content: "";
  width: 30px;
  height: 1px;
  background-color: #338eee;
  position: absolute;
  bottom: 0;
  left: 0;
}

.stylish-heading.text-center:after {
  content: "";
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.stylish-heading.text-white:after {
  content: "";
  background-color: #fff;
}

.section-padding {
  padding: 50px 0;
}

.block-height-250 {
  width: 100%;
  height: 250px;
}

.block-height-250 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

/***************************************
    TEXT COLORS
***************************************/
.text-primary {
  color: #202337 !important;
}

.text-secondary {
  color: #338eee !important;
}

.text-grey {
  color: #5D5367 !important;
}

.text-lightgrey {
  color: #E9E9E9 !important;
}

.text-lightgrey2 {
  color: #F5F3F6 !important;
}

.text-universal {
  color: #acacac !important;
}

.text-sky {
  color: #C9F0F2 !important;
}

.text-orange {
  color: #EE6307 !important;
}

.text-success {
  color: #1E9B00 !important;
}

.text-danger {
  color: #BB2020 !important;
}

/***************************************
    BACKGROUND COLORS
***************************************/
.bg-primary {
  background-color: #202337 !important;
}

.bg-secondary {
  background-color: #338eee !important;
}

.bg-grey {
  background-color: #5D5367 !important;
}

.bg-lightgrey {
  background-color: #E9E9E9 !important;
}

.bg-lightgrey2 {
  background-color: #F5F3F6 !important;
}

.bg-universal {
  background-color: #acacac !important;
}

.bg-sky {
  background-color: #C9F0F2 !important;
}

.bg-orange {
  background-color: #EE6307 !important;
}

.bg-success {
  background-color: #1E9B00 !important;
}

.bg-danger {
  background-color: #BB2020 !important;
}

html {
  scroll-behavior: smooth;
}

body {
  color: #202337;
  margin: 0;
  padding: 0;
  font-size: 16px;
  font-family: "Rebond-Grotesque-Regular";
  min-height: 100vh;
}

h1 {
  font-size: 48px;
}

@media only screen and (max-width: 1440px) {
  h1 {
    font-size: 42px;
  }
}

@media only screen and (max-width: 1200px) {
  h1 {
    font-size: 36px;
  }
}

@media only screen and (max-width: 767px) {
  h1 {
    font-size: 32px;
  }
}

h2 {
  font-size: 40px;
}

@media only screen and (max-width: 1440px) {
  h2 {
    font-size: 32px;
  }
}

@media only screen and (max-width: 1200px) {
  h2 {
    font-size: 28px;
  }
}

h3 {
  font-size: 32px;
}

@media only screen and (max-width: 1440px) {
  h3 {
    font-size: 26px;
  }
}

@media only screen and (max-width: 1200px) {
  h3 {
    font-size: 24px;
  }
}

h4 {
  font-size: 26px;
}

@media only screen and (max-width: 1440px) {
  h4 {
    font-size: 22px;
  }
}

@media only screen and (max-width: 1200px) {
  h4 {
    font-size: 20px;
  }
}

h5 {
  font-size: 22px;
}

@media only screen and (max-width: 1440px) {
  h5 {
    font-size: 20px;
  }
}

@media only screen and (max-width: 1200px) {
  h5 {
    font-size: 18px;
  }
}

h6 {
  font-size: 18px;
}

@media only screen and (max-width: 1200px) {
  h6 {
    font-size: 16px;
  }
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Rebond-Grotesque-bold";
}

ul,
ol {
  padding: 0;
  margin: 0;
}

img {
  max-width: 100%;
}

span {
  display: inline-block;
}

/*************************************
    FORM CONTROL FIELD
*************************************/
@media only screen and (min-width: 1600px) {
  .container {
    min-width: 1530px;
  }
}

.form-control {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transition-timing-function: ease-in;
          transition-timing-function: ease-in;
  /* Chrome, Safari, Edge, Opera */
  /* Firefox */
}

.form-control:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 1px solid #202337;
}

.form-control::-webkit-outer-spin-button, .form-control::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

.form-control[type=number] {
  -moz-appearance: textfield;
}

.form-floating > label {
  padding: 0.25rem .75rem;
  font-size: 16px;
  color: #999999;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  height: unset;
  top: 13px;
}

@media only screen and (max-width: 1599px) {
  .form-floating > label {
    font-size: 12px;
    top: 9px;
  }
}

.form-floating > .form-select {
  padding-top: 1.425rem;
  padding-bottom: .425rem;
  cursor: pointer;
}

.form-control,
.form-select {
  background-color: #E9E9E9;
  border-radius: 0;
  height: calc(4rem - 4px) !important;
  font-size: 14px;
  border-color: #E9E9E9;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transition-timing-function: ease-in;
          transition-timing-function: ease-in;
}

.form-control:focus,
.form-select:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 1px solid #202337;
}

@media only screen and (max-width: 1599px) {
  .form-control,
  .form-select {
    height: 44px !important;
    font-size: 12px;
  }
}

.form-floating .form-control,
.form-floating .form-select {
  padding: 1.25rem .75rem .5rem !important;
}

@media only screen and (max-width: 1599px) {
  .form-floating .form-control,
  .form-floating .form-select {
    padding: 1.25rem .75rem .5rem !important;
  }
}

textarea.form-control {
  height: unset !important;
}

.form-control {
  padding: .5rem .75rem !important;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transition-timing-function: ease-in;
          transition-timing-function: ease-in;
}

.form-control:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 1px solid #202337;
}

.form-control[type=password] {
  padding-right: 2.5rem !important;
}

.form-control ~ .input-group-addon {
  position: absolute;
  right: 15px;
  top: 15px;
}

.form-control ~ .input-group-addon i {
  color: #5F6368;
}

.form-select {
  cursor: pointer;
}

.form-floating > .form-control:focus ~ label,
.form-floating > .form-control:not(:placeholder-shown) ~ label,
.form-floating > .form-select ~ label {
  opacity: 1;
}

.form-floating > .form-control:not(:placeholder-shown),
.form-floating > .form-select:not(:placeholder-shown) {
  background-color: #fff;
  border-color: #202337;
}

.form-check {
  text-align: left;
}

.form-check label {
  font-size: 14px;
}

@media only screen and (max-width: 1599px) {
  .form-check label {
    font-size: 12px;
  }
}

.form-check .form-check-input:checked {
  background-color: #202337;
}

.form-check .form-check-input:checked {
  background-color: #338eee;
  border-color: #338eee;
}

.input-group .input-group-text {
  background-color: #338eee;
  color: #fff;
  font-size: 14px;
  border-color: #338eee;
}

/**************************************
    BUTTONS
**************************************/
.nf-btn {
  padding: 12px 24px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  overflow: hidden;
  text-align: center;
  min-width: 120px;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transition-timing-function: ease-in;
          transition-timing-function: ease-in;
}

.nf-btn:hover, .nf-btn:focus {
  text-decoration: none;
}

@media only screen and (max-width: 1440px) {
  .nf-btn {
    padding: 8px 16px;
  }
}

.nf-btn.nf-btn-large {
  padding: 14px 24px;
  min-width: 200px;
  font-size: 20px;
}

.nf-btn-primary {
  background-color: #202337;
  color: #fff;
  border: 1px solid #202337;
}

.nf-btn-secondary {
  background-color: #338eee;
  color: #fff;
  border: 1px solid #338eee;
}

.nf-btn-primary:after,
.nf-btn-secondary:after {
  background: #fff;
  content: "";
  height: 155px;
  left: -75px;
  opacity: .2;
  position: absolute;
  top: -50px;
  -webkit-transform: rotate(35deg);
          transform: rotate(35deg);
  -webkit-transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
  width: 50px;
}

.nf-btn-primary:hover,
.nf-btn-secondary:hover {
  color: #fff;
}

.nf-btn-primary:hover:after,
.nf-btn-secondary:hover:after {
  left: 120%;
  -webkit-transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
}

.nf-btn-outline-primary {
  border: 1px solid #202337;
  background-color: rgba(0, 0, 0, 0);
  color: #202337;
}

.nf-btn-outline-primary:hover {
  background-color: #202337;
  color: #fff;
}

.nf-btn-outline-white {
  border: 1px solid #fff;
  background-color: rgba(0, 0, 0, 0);
  color: #fff;
}

.nf-btn-outline-white:hover {
  background-color: #fff;
  color: #202337;
}

.nf-btn-secondary-hover-primary {
  background-color: #338eee;
  color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.nf-btn-secondary-hover-primary:hover {
  background-color: #202337;
  color: #fff;
}

/*******************************
    HAMBURGER
*******************************/
.hamburger {
  width: 40px;
  position: relative;
  height: 21px;
}

.hamburger .line {
  position: absolute;
  right: 0;
  height: 2px;
  background-color: #fff;
  -webkit-transition: .3s;
  transition: .3s;
}

.hamburger .line1 {
  width: 100%;
  top: 0;
}

.hamburger .line2 {
  width: 50%;
  top: 9px;
  opacity: 1;
  visibility: visible;
}

.hamburger .line3 {
  width: 75%;
  top: 18px;
}

body.menu-btn-clicked {
  overflow: hidden;
}

body.menu-btn-clicked .hamburger .line1 {
  top: 9px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

body.menu-btn-clicked .hamburger .line2 {
  -webkit-transform: translateX(50px);
          transform: translateX(50px);
  opacity: 0;
  visibility: hidden;
  top: 9px;
}

body.menu-btn-clicked .hamburger .line3 {
  top: 9px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  width: 100%;
}

/**************************************
    MOVING AREA
**************************************/
.area {
  position: relative;
  height: 97%;
  margin-bottom: 2rem;
}

@media only screen and (max-width: 991px) {
  .area {
    height: unset;
    margin-bottom: 0;
  }
}

.square3 {
  position: absolute;
  -webkit-transition: .2s;
  transition: .2s;
}

@media only screen and (max-width: 991px) {
  .square3 {
    position: static;
  }
}

.square {
  z-index: 1;
}

/**************************************
    BREADCRUMB
**************************************/
.nf-breadcrumb li {
  color: #202337;
}

.nf-breadcrumb li a {
  font-weight: bold;
  text-decoration: none;
  color: #202337;
  font-size: 18px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.nf-breadcrumb li a:hover {
  color: #338eee;
}

@media only screen and (max-width: 1599px) {
  .nf-breadcrumb li a {
    font-size: 14px;
  }
}

.nf-breadcrumb .breadcrumb-item + .breadcrumb-item {
  padding-left: 1.25rem;
  font-size: 18px;
  color: #338eee;
}

@media only screen and (max-width: 1599px) {
  .nf-breadcrumb .breadcrumb-item + .breadcrumb-item {
    font-size: 14px;
  }
}

@media only screen and (max-width: 480px) {
  .nf-breadcrumb .breadcrumb-item + .breadcrumb-item {
    padding-left: .75rem;
  }
}

.nf-breadcrumb .breadcrumb-item + .breadcrumb-item:before {
  content: "\f105";
  font-family: 'FontAwesome';
  font-weight: bold;
  padding-right: 1.25rem;
}

@media only screen and (max-width: 480px) {
  .nf-breadcrumb .breadcrumb-item + .breadcrumb-item:before {
    padding-right: .75rem;
  }
}

/**************************************
    CARDS
**************************************/
.nf-simple-card {
  text-align: center;
  padding: 16px;
  background-color: #fff;
  border-radius: 4px;
  -webkit-box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.1);
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.nf-simple-card .card-icon {
  width: 80px;
  height: 80px;
  margin: 0 auto 24px;
}

.nf-simple-card .card-icon img {
  max-width: 100%;
  max-height: 100%;
}

.nf-simple-card:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}

.nf-transparent-card {
  padding: 16px 32px;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.nf-transparent-card .card-icon {
  width: 80px;
  height: 80px;
  margin: 0 0 24px;
}

.nf-transparent-card .card-icon img {
  max-width: 100%;
  max-height: 100%;
}

/**************************************
    TABLES
**************************************/
.nf-table tr th,
.nf-table tr td {
  padding: 24px;
  border-color: #dee2e6;
  vertical-align: middle;
}

@media only screen and (max-width: 1599px) {
  .nf-table tr th,
  .nf-table tr td {
    padding: 16px;
  }
}

.nf-table tr th {
  color: #338eee;
  border-bottom-width: 1px;
}

.nf-table tr:last-child td {
  border-bottom: 0;
}

/**************************************
    TABLE SCROLLER
**************************************/
.table-box {
  overflow-y: auto;
}

@media only screen and (max-width: 1599px) {
  .scroll-from-x-large-laptop table {
    width: 1599px;
  }
}

@media only screen and (max-width: 1440px) {
  .scroll-from-large-laptop table {
    width: 1440px;
  }
}

@media only screen and (max-width: 1366px) {
  .scroll-from-laptop table {
    width: 1366px;
  }
}

@media only screen and (max-width: 1200px) {
  .scroll-from-small-laptop table {
    width: 1199px;
  }
}

@media only screen and (max-width: 991px) {
  .scroll-from-ipad table {
    width: 991px;
  }
}

@media only screen and (max-width: 767px) {
  .scroll-from-tab table {
    width: 767px;
  }
}

@media only screen and (max-width: 575px) {
  .scroll-from-small-tab table {
    width: 575px;
  }
}

@media only screen and (max-width: 480px) {
  .scroll-from-mobile table {
    width: 480px;
  }
}

@media only screen and (max-width: 360px) {
  .scroll-from-small-mobile table {
    width: 365px;
  }
}

/**************************************
    SOCIAL ICONS
**************************************/
.social-icons-list .footer-social-icon {
  font-size: 15px;
  height: 34px;
  width: 34px;
  line-height: 34px;
  border-radius: 3px;
  text-align: center;
  display: inline-block;
}

.social-icons-list .fa-facebook {
  background-color: #4e71a8;
  color: #ffffff;
}

.social-icons-list .fa-twitter {
  background-color: #55acee;
  color: #ffffff;
}

.social-icons-list .fa-google {
  background-color: #d6492f;
  color: #ffffff;
}

.social-icons-list .fa-apple {
  background-color: #424041;
  color: #ffffff;
}

/**************************************
    Flip Card
**************************************/
.nf-flip-card {
  position: relative;
  -webkit-backface-visibility: hidden;
  max-width: 550px;
  width: 100%;
  cursor: pointer;
}

.flip-box {
  transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  perspective: 1000px;
  -webkit-perspective: 1000px;
}

.flip-box-front,
.flip-box-back {
  background-size: cover;
  background-position: center;
  border-radius: 8px;
  min-height: 250px;
  -webkit-transition: -webkit-transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
  transition: -webkit-transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
  transition: transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
  transition: transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1), -webkit-transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
  -webkit-transition: transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  color: #fff;
}

@media only screen and (max-width: 1440px) {
  .flip-box-front,
  .flip-box-back {
    min-height: 220px;
  }
}

.flip-box-front {
  -webkit-transform: rotateY(0deg);
  transform: rotateY(0deg);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.flip-box.do-flip .flip-box-front {
  -webkit-transform: rotateY(-180deg);
  transform: rotateY(-180deg);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.flip-box-back {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.flip-box.do-flip .flip-box-back {
  -webkit-transform: rotateY(0deg);
  transform: rotateY(0deg);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.flip-box .inner {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  padding: 24px;
  outline: 1px solid transparent;
  -webkit-perspective: inherit;
  perspective: inherit;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-line-pack: justify;
      align-content: space-between;
  transform: translateZ(60px) scale(0.94);
  -webkit-transform: translateZ(60px) scale(0.94);
  -ms-transform: translateZ(60px) scale(0.94);
}

.flip-box .inner > * {
  width: 100%;
}

.flip-card-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 16px;
  font-size: 14px;
}

.flip-card-body {
  margin-bottom: 16px;
}

.flip-card-footer {
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

/**************************************
    STYLISH SCROLL
**************************************/
.stylish-scroll, body {
  /* width */
  /* Track */
  /* Handle */
  /* Handle on hover */
}

.stylish-scroll::-webkit-scrollbar, body::-webkit-scrollbar {
  width: 10px;
}

.stylish-scroll::-webkit-scrollbar-track, body::-webkit-scrollbar-track {
  background: #f1f1f1;
}

.stylish-scroll::-webkit-scrollbar-thumb, body::-webkit-scrollbar-thumb {
  background: #888;
}

.stylish-scroll::-webkit-scrollbar-thumb:hover, body::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.stylish-scroll-thin {
  /* width */
  /* Track */
  /* Handle */
  /* Handle on hover */
}

.stylish-scroll-thin::-webkit-scrollbar {
  width: 5px;
}

.stylish-scroll-thin::-webkit-scrollbar-track {
  background: #f1f1f1;
}

.stylish-scroll-thin::-webkit-scrollbar-thumb {
  background: #202337;
}

/**************************************
    PAGE PROGRESSBAR
**************************************/
.progress-container {
  background-color: rgba(150, 150, 150, 0.2);
  height: 10px;
  width: 100%;
  position: fixed;
  top: 87px;
  left: 0;
  right: 0;
  z-index: 9;
}

@media only screen and (max-width: 1440px) {
  .progress-container {
    top: 65px;
  }
}

.progress-container .progress-bar {
  background-color: #338eee;
  height: 10px;
  width: 0%;
}

/**************************************
    PAGE LOADER
**************************************/
.page-loader {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #338eee;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  padding: 50px;
  color: #fff;
  z-index: 999;
}

.page-loader .loader-content {
  -webkit-animation-name: blurAnimation;
          animation-name: blurAnimation;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-duration: 5s;
          animation-duration: 5s;
}

@-webkit-keyframes blurAnimation {
  0% {
    -webkit-filter: blur(3px);
            filter: blur(3px);
  }
  80% {
    -webkit-filter: blur(0px);
            filter: blur(0px);
  }
  100% {
    -webkit-filter: blur(0px);
            filter: blur(0px);
  }
}

@keyframes blurAnimation {
  0% {
    -webkit-filter: blur(3px);
            filter: blur(3px);
  }
  80% {
    -webkit-filter: blur(0px);
            filter: blur(0px);
  }
  100% {
    -webkit-filter: blur(0px);
            filter: blur(0px);
  }
}

/***************************************
    HEADER
***************************************/
header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9;
  background-color: #202337;
}

@media (min-width: 1920px) {
  header .container-fluid {
    max-width: 1920px;
  }
}

header .header-inner {
  margin-left: -15px;
  margin-right: -15px;
  padding: 12px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

header .header-inner .logo-box {
  display: block;
  width: 50px;
}

header .header-inner .header-menu {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  -webkit-transition: .3s;
  transition: .3s;
}

@media only screen and (max-width: 991px) {
  header .header-inner .header-menu {
    position: fixed;
    top: 74px;
    left: 0;
    bottom: 0;
    width: 400px;
    z-index: 9;
    background-color: #202337;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}

@media only screen and (max-width: 480px) {
  header .header-inner .header-menu {
    width: 100%;
  }
}

@media only screen and (max-width: 991px) {
  header .header-inner nav {
    padding: 16px 0;
    height: 100%;
  }
}

header .header-inner nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 16px 32px;
  list-style: none;
}

@media only screen and (max-width: 991px) {
  header .header-inner nav ul {
    height: 100%;
    overflow: auto;
  }
}

@media only screen and (max-width: 991px) {
  header .header-inner nav ul li {
    width: 100%;
  }
}

header .header-inner nav ul li a {
  text-decoration: none;
  color: #fff;
  font-size: 14px;
  position: relative;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding-bottom: 2px;
}

@media only screen and (max-width: 991px) {
  header .header-inner nav ul li a {
    font-size: 24px;
    font-weight: bold;
    margin: auto;
  }
}

header .header-inner nav ul li a:after {
  content: "";
  position: absolute;
  bottom: 2px;
  left: 0;
  width: 0px;
  height: 1px;
  background-color: #338eee;
  opacity: 0;
  -webkit-transition: .2s;
  transition: .2s;
}

header .header-inner nav ul li a.active:after, header .header-inner nav ul li a:hover:after {
  opacity: 1;
  width: 30px;
}

header .header-inner .header-left,
header .header-inner .header-right {
  padding: 0 16px;
}

header .header-inner .header-left {
  width: 200px;
}

header .header-inner .header-right {
  width: calc(100% - 200px);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media only screen and (max-width: 991px) {
  body.menu-btn-clicked header .header-inner .header-menu {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

/***************************************
    MAIN CSS
***************************************/
.site-main-content {
  padding-top: 74px;
}

.banner-section {
  position: relative;
}

.banner-section .bg-video-wrap {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  width: 100%;
  background: url(https://designsupply-web.com/samplecontent/vender/codepen/20181014.png) no-repeat center center/cover;
}

.banner-section .bg-video-wrap video {
  min-width: 100%;
  width: 100%;
  z-index: 1;
}

@media only screen and (max-width: 767px) {
  .banner-section .bg-video-wrap video {
    min-width: unset;
    width: unset;
    height: 100%;
  }
}

.banner-section .bg-video-wrap .overlay {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: linear-gradient(45deg, rgba(51, 142, 238, 0.1) 50%, rgba(51, 142, 238, 0.2) 50%);
  background-size: 3px 3px;
  z-index: 2;
}

.banner-section .container {
  min-height: calc(100vh - 74px);
  position: relative;
  z-index: 8;
}

.services-section .container .row [class*="col-"] {
  border-right: 1px solid #ffffff70;
  border-bottom: 1px solid #ffffff70;
}

@media only screen and (max-width: 767px) {
  .services-section .container .row [class*="col-"] {
    border-right: 0;
  }
}

.services-section .container .row [class*="col-"]:nth-child(3) {
  border-right: 0;
}

.services-section .container .row:last-child [class*="col-"] {
  border-bottom: 0;
}

@media only screen and (max-width: 767px) {
  .services-section .container .row:last-child [class*="col-"] {
    border-bottom: 1px solid #ffffff70;
  }
}

.inner-page-banner-section {
  position: relative;
  color: #fff;
}

.inner-page-banner-section .layer {
  background-color: rgba(0, 0, 0, 0.8);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.inner-page-banner-section .container {
  position: relative;
}

.team-section .subtitle {
  line-height: 24px;
  font-size: 13px;
}

.team-section ul {
  margin-top: 30px;
}

.team-section ul li a {
  color: #8d97ad;
  padding-right: 15px;
  -webkit-transition: 0.1s ease-in;
  transition: 0.1s ease-in;
}

.team-section ul li a:hover {
  -webkit-transform: translate3d(0px, -5px, 0px);
  transform: translate3d(0px, -5px, 0px);
  color: #316ce8;
}

.team-section .title {
  margin: 30px 0 0 0;
}

.team-section .subtitle {
  margin: 0 0 20px 0;
  font-size: 13px;
}

.wrapper {
  width: 100%;
  -webkit-box-shadow: 0px 21px 41px -13px rgba(0, 0, 0, 0.18);
  box-shadow: 0px 21px 41px -13px rgba(0, 0, 0, 0.18);
}

.contact-wrap {
  background: #fff;
}

.info-wrap h3 {
  color: #fff;
}

.info-wrap .dbox {
  width: 100%;
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 25px;
}

.info-wrap .dbox:last-child {
  margin-bottom: 0;
}

.info-wrap .dbox p {
  margin-bottom: 0;
}

.info-wrap .dbox p span {
  font-weight: 600;
  color: #fff;
}

.info-wrap .dbox p a {
  color: #fff;
}

.info-wrap .dbox .icon {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
}

.info-wrap .dbox .icon span {
  font-size: 20px;
  color: #fff;
}

.info-wrap .dbox .text {
  width: calc(100% - 50px);
}

@media (min-width: 992px) {
  .info-wrap {
    margin-top: -20px;
    margin-bottom: -20px;
    border-radius: 5px;
  }
}

#contactForm .error {
  color: red;
  font-size: 12px;
}

#contactForm .form-control {
  font-size: 16px;
}

#message {
  resize: vertical;
}

#form-message-warning, #form-message-success {
  display: none;
}

#form-message-warning {
  color: red;
}

#form-message-success {
  color: #28a745;
  font-size: 18px;
  font-weight: bold;
}

.submitting {
  float: left;
  width: 100%;
  padding: 10px 0;
  display: none;
  font-size: 16px;
  font-weight: bold;
}

.advantages-rows-box > .row {
  margin-bottom: 48px;
}

.advantages-rows-box > .row:last-child {
  margin-bottom: 0;
}

.advantages-rows-box > .row:nth-child(odd) > [class*="col-"]:nth-child(even) .advantages-row-content-block {
  margin-left: auto;
}

.advantages-row-content-block {
  max-width: 90%;
}

@media only screen and (max-width: 767px) {
  .advantages-row-content-block {
    max-width: 100%;
  }
}

.advantages-row-content-block p {
  line-height: 30px;
}

.advantages-row-content-block.line-height-inherit p {
  line-height: inherit;
}

/***************************************
    FOOTER
***************************************/
.bg-footer {
  background-color: #202337;
  padding: 50px 0 30px;
}

.bg-footer .footer-link li {
  margin-bottom: 8px;
}

.bg-footer .footer-link a {
  color: #fff;
  font-size: 14px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  text-decoration: none;
}

.bg-footer .footer-link a:hover {
  color: #338eee;
}

.bg-footer .contact-info {
  color: #fff;
  font-size: 14px;
}

.bg-footer .footer-alt {
  color: #fff;
}

.bg-footer .footer-heading {
  position: relative;
  padding-bottom: 8px;
}

.bg-footer .footer-heading:after {
  content: '';
  width: 30px;
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  border-bottom: 1px solid #338eee;
}
/*# sourceMappingURL=style.css.map */