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

@font-face {
  font-family: 'Axiforma';
  src: url("../fonts/Axiforma-BlackItalic.woff2") format("woff2"), url("../fonts/Axiforma-BlackItalic.woff") format("woff");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}

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

@font-face {
  font-family: 'Axiforma';
  src: url("../fonts/Axiforma-BoldItalic.woff2") format("woff2"), url("../fonts/Axiforma-BoldItalic.woff") format("woff");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}

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

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

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

@font-face {
  font-family: 'Axiforma';
  src: url("../fonts/Axiforma-ExtraBoldItalic.woff2") format("woff2"), url("../fonts/Axiforma-ExtraBoldItalic.woff") format("woff");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}

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

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

@font-face {
  font-family: 'Axiforma';
  src: url("../fonts/Axiforma-HeavyItalic.woff2") format("woff2"), url("../fonts/Axiforma-HeavyItalic.woff") format("woff");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}

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

@font-face {
  font-family: 'Axiforma';
  src: url("../fonts/Axiforma-LightItalic.woff2") format("woff2"), url("../fonts/Axiforma-LightItalic.woff") format("woff");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

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

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

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

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

@font-face {
  font-family: 'Axiforma';
  src: url("../fonts/Axiforma-SemiBoldItalic.woff2") format("woff2"), url("../fonts/Axiforma-SemiBoldItalic.woff") format("woff");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Axiforma';
  src: url("../fonts/Axiforma-ThinItalic.woff2") format("woff2"), url("../fonts/Axiforma-ThinItalic.woff") format("woff");
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}

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

.bg-overlay {
  background: url(../materials/overlay.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position-y: top;
}

body {
  font-family: "Axiforma";
}

body h1, body h2, body h3, body h4, body h5 {
  color: #fff;
  font-family: "Axiforma";
}

body h1 {
  font-weight: 900;
}

body p {
  font-size: 21px;
  color: #fff;
  padding: 0 0.5em;
}

body a {
  color: #fff;
  text-decoration: none;
}

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

body span {
  color: #fff;
}

body label {
  color: #fff;
}

body img {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-user-drag: none;
}

body .left {
  max-width: 75%;
  width: 100%;
}

body .right {
  max-width: 25%;
  width: 100%;
  position: fixed;
  right: 0;
  height: 100%;
  z-index: 999;
  top: 0;
  background: #2d68ce;
  background: -webkit-gradient(linear, left top, left bottom, from(#2d68ce), to(#2e48ac));
  background: linear-gradient(180deg, #2d68ce 0%, #2e48ac 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#2d68ce",endColorstr="#2e48ac",GradientType=1);
}

body .right input {
  background: rgba(255, 255, 255, 0.2);
  border-radius: 2px;
  border: solid 1px #9FDDFF;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  outline: none !important;
  color: #fff;
}

body .right input:focus {
  background: rgba(255, 255, 255, 0.2);
  border-radius: 2px;
  border: solid 1px #9FDDFF;
  color: #fff;
}

body .right input::-webkit-input-placeholder {
  color: #BEDFFF;
}

body .right input:-ms-input-placeholder {
  color: #BEDFFF;
}

body .right input::-ms-input-placeholder {
  color: #BEDFFF;
}

body .right input::placeholder {
  color: #BEDFFF;
}

body .right .btn-white {
  width: 100%;
  height: 40px;
  border-radius: 3px;
  border: none;
  background: white;
  background: -webkit-gradient(linear, left top, right top, from(white), to(#e3e3e3));
  background: linear-gradient(90deg, white 0%, #e3e3e3 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#e3e3e3",GradientType=1);
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.15);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

body .right .btn-white:hover {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  background: #25b3ff;
  color: #fff;
}

body .secOne {
  background: url(../materials/secOneBG.svg);
  background-size: cover;
  background-repeat: no-repeat;
}

body .secOne img:nth-child(even) {
  width: 80%;
}

body .secOne .c-orgin {
  position: relative;
  z-index: 999;
  top: 100px;
}

body .secTwo h1, body .secTwo p {
  color: #1F52AA;
}

body .secTwo img {
  width: 50%;
}

body .secTwo .col-3 {
  position: relative;
}

body .secTwo .col-3 img {
  position: relative;
  margin-bottom: -20px;
  width: 100px;
}

body .secThree {
  background: url(../materials/secThreeBG.svg);
  background-size: cover;
  background-repeat: no-repeat;
}

body .secThree img {
  position: relative;
  top: 20px;
  width: 50%;
  mix-blend-mode: color-dodge;
}

body .secThree .col-3 {
  position: relative;
}

body .secThree .col-3 img {
  position: relative;
  margin-bottom: -20px;
  width: 100px;
}

body .secFour {
  background: url(../materials/secFourBG.svg);
  background-size: cover;
  background-repeat: no-repeat;
}

body .secFour h1, body .secFour p {
  color: #1F52AA;
}

body .secFour img {
  width: 50%;
}

body .secFour .col-3 {
  position: relative;
}

body .secFour .col-3 img {
  position: relative;
  margin-bottom: -20px;
  width: 100px;
}

body .secFive {
  background: url(../materials/secFiveBG.svg);
  background-size: cover;
  background-repeat: no-repeat;
}

body .secFive ul {
  padding: 0;
}

body .secFive li {
  list-style: none;
  padding: 0;
  margin: 0;
}

body .secFive img {
  image-rendering: crisp-edges;
  width: 70%;
}

body .secFive .row ul {
  color: #fff;
}

body .secFive .col-3 {
  position: relative;
}

body .secFive .col-3 img {
  position: relative;
  margin-bottom: -20px;
  width: 100px;
}

body .modal-dialog {
  max-width: 991px !important;
}

body .modal-content {
  border-radius: 0px;
}

body .modal h5 {
  color: black;
}

body .modal a {
  color: blue;
}

body .swiper-button-next, body .swiper-rtl .swiper-button-prev {
  color: #fff;
  right: 10px;
}

body .swiper-button-prev, body .swiper-rtl .swiper-button-next {
  color: #fff;
  left: 20px;
}

.thank-you {
  background: #2d68ce;
  background: -webkit-gradient(linear, left top, left bottom, from(#2d68ce), to(#2e48ac));
  background: linear-gradient(180deg, #2d68ce 0%, #2e48ac 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#2d68ce",endColorstr="#2e48ac",GradientType=1);
}

@media only screen and (max-width: 1200px) {
  .left, .right {
    max-width: 100% !important;
  }
  .right {
    position: relative !important;
    padding: 4em 0;
  }
  .right img {
    width: 250px !important;
    text-align: center !important;
    margin: auto;
  }
}

@media only screen and (max-width: 768px) {
  p {
    font-size: 18px !important;
  }
  .secOne img:nth-child(even) {
    max-width: 100% !important;
    width: 100% !important;
  }
  .secOne .c-orgin {
    position: relative;
    z-index: 999;
    top: -10px !important;
  }
  .secTwo img {
    width: 100% !important;
  }
  .secThree img {
    width: 100% !important;
  }
  .secFour img {
    width: 100% !important;
  }
}
/*# sourceMappingURL=main.css.map */