:root {
  scroll-behavior: smooth;
}

body {
  font-family: "Open Sans", sans-serif;
  color: #444444;
}

@font-face {
  font-display: block;
  font-family: AvenirNextLTPro;
  font-weight: 600;
  src: url(../../Assets/Fonts/CustomizedFont/3694B0_0_0.woff2) format("woff2");
}
@font-face {
  font-display: block;
  font-family: AvenirNextLTPro;
  font-weight: 500;
  src: url(../../Assets/Fonts/CustomizedFont/3694B0_2_0.woff2) format("woff2");
}
@font-face {
  font-display: block;
  font-family: AvenirNextLTPro;
  font-weight: 400;
  src: url(../../Assets/Fonts/avenir-next-lt-pro/AvenirNextLTPro-Regular.woff2) format("woff2");
}
@font-face {
  font-display: block;
  font-family: IO;
  font-weight: 100 1000;
  src: url(../../Assets/Fonts/CustomizedFont/IOVF.woff2) format("woff2");
}
@font-face {
  font-display: block;
  font-family: NeueMontrealRegular;
  font-weight: 400;
  src: url(../../Assets/Fonts/CustomizedFont/NeueMontreal-Regular.woff2) format("woff2");
}
@font-face {
  font-display: block;
  font-family: NeueMontrealBook;
  font-weight: 400;
  src: url(../../Assets/Fonts/CustomizedFont/NeueMontreal-Book.woff2) format("woff2");
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

a {
  text-decoration: none !important;
  color: inherit;
}

.highlited-text {
  font-weight: bold !important;
}

.header {
  transition: all 0.5s;
  z-index: 100 !important;
  background-color: rgba(211, 214, 233, 0.7);
}
.header .header-scrolled {
  background: #fff;
  padding: 15px 0;
  box-shadow: 0px 2px 20px rgba(1, 41, 112, 0.1);
}
.header .logo {
  line-height: 0;
  position: relative;
  z-index: 100;
}
.header .logo img {
  max-height: 35px;
  margin-right: 6px;
}
.header .logo span {
  font-size: 24px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  line-height: 23px;
  color: #1f1f30;
  font-family: NeueMontrealRegular, Arial, sans-serif;
}

@supports ((-webkit-backdrop-filter: blur(10px)) or (backdrop-filter: blur(10px))) {
  .styles__blur_ad82m {
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
  }
  .styles__blur_ad82m {
    height: 100%;
    position: absolute;
    width: 100%;
    z-index: -100;
  }
}
.drop-down-additional-css {
  box-shadow: 0 10px 24px rgba(65, 65, 90, 0.12) !important;
  background-color: #fff !important;
  border-radius: 8px !important;
  left: -50%;
  margin-top: 10px !important;
  max-height: calc(100vh - 200px) !important;
  padding: 35px !important;
  overflow-x: hidden;
  overflow-y: auto;
  display: flex;
  flex-flow: column nowrap !important;
  flex-wrap: wrap;
}

.navbar {
  padding: 0;
}
.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}
.navbar li {
  position: relative;
}
.navbar li a {
  color: #1f1f30 !important;
}

.navbar a,
.navbar a:focus {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: space-between;
  padding: 25px 10px;
  font-family: NeueMontrealRegular, Arial, sans-serif;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: -0.02em;
  line-height: 19px;
  color: #013289;
  white-space: nowrap;
  transition: 0.3s;
}

.navbar {
  padding: 0 !important;
}
.navbar a .svg-inline--fa {
  margin-left: 8px;
  margin-right: 4px;
}

.navbar a i,
.navbar a:focus i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}

.navbar a:hover,
.navbar .active,
.navbar .active:focus,
.navbar li:hover > a {
  color: #4154f1;
}

.navbar .getstarted,
.navbar .getstarted:focus {
  background: #4154f1;
  padding: 8px 20px;
  margin-left: 30px;
  border-radius: 4px;
  color: #fff;
}

.navbar .getstarted:hover,
.navbar .getstarted:focus:hover {
  color: #fff;
  background: #5969f3;
}

.navbar .dropdown ul li {
  min-width: 200px;
}

.navbar .dropdown ul a {
  padding: 10px 20px;
  font-size: 15px;
  text-transform: none;
  font-weight: 600;
}

.navbar .dropdown ul a i {
  font-size: 12px;
}

.navbar .dropdown ul a:hover,
.navbar .dropdown ul .active:hover,
.navbar .dropdown ul li:hover > a {
  color: #4154f1;
}

.navbar .dropdown:hover > ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.navbar .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
}

.navbar .dropdown .dropdown:hover > ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
}

@media (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }
  .navbar .dropdown .dropdown:hover > ul {
    left: -100%;
  }
}
/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.footer {
  background: #f6f9ff;
  padding: 0 0 30px 0;
  font-size: 14px;
  position: relative;
}
.footer .footer-newsletter {
  padding: 50px 0;
  background: #f6f9ff;
  border-top: 1px solid #e1ecff;
}
.footer .footer-newsletter h4 {
  font-size: 24px;
  margin: 0 0 10px 0;
  padding: 0;
  line-height: 1;
  font-weight: 700;
  color: #012970;
}
.footer .footer-newsletter form {
  margin-top: 20px;
  background: #fff;
  position: relative;
  border-radius: 4px;
}
.footer .footer-newsletter form input[type=email] {
  border: 0;
  padding: 8px;
  width: calc(100% - 140px);
}
.footer .footer-newsletter form input[type=submit] {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 30px;
  margin: 3px;
  background: #4154f1;
  color: #fff;
  transition: 0.3s;
  border-radius: 4px;
}
.footer .footer-newsletter form .text-btn:hover {
  background: #5969f3;
}
.footer .footer-top {
  background: white url(../../Assets/Image/footer-bg.png) no-repeat right top;
  background-size: contain;
  border-top: 1px solid #e1ecff;
  border-bottom: 1px solid #e1ecff;
  padding: 60px 0 30px 0;
}
.footer .footer-top .footer-info {
  margin-bottom: 30px;
}
.footer .footer-top .footer-info .logo {
  line-height: 0;
  margin-bottom: 20px;
}
.footer .footer-top .footer-info .logo img {
  max-height: 40px;
  margin-right: 6px;
}
.footer .footer-top .footer-info .logo span {
  font-size: 24px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  line-height: 23px;
  color: #1f1f30;
  font-family: NeueMontrealRegular, Arial, sans-serif;
}
.footer .footer-top .footer-info p {
  font-size: 14.5px;
  line-height: 24px;
  margin-bottom: 0;
  font-family: NeueMontrealRegular, Arial, sans-serif;
}
.footer .footer-top .social-links a {
  font-size: 20px;
  display: inline-block;
  color: rgba(1, 41, 112, 0.5);
  line-height: 0;
  margin-right: 10px;
  transition: 0.3s;
}
.footer .footer-top .social-links a:hover {
  color: #012970;
}
.footer .footer-top h4 {
  font-size: 16px;
  font-weight: bold;
  color: #1f1f30;
  font-family: NeueMontrealRegular, Arial, sans-serif;
  letter-spacing: 0.06em;
  line-height: 19px;
  margin-bottom: 20px;
  padding-bottom: 0;
  text-transform: uppercase;
  white-space: nowrap;
  position: relative;
}
.footer .footer-top .footer-links {
  margin-bottom: 30px;
}
.footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer .footer-top .footer-links ul i {
  padding-right: 2px;
  color: #d0d4fc;
  font-size: 12px;
  line-height: 0;
}
.footer .footer-top .footer-links ul li {
  padding: 10px 0;
  display: flex;
  align-items: center;
}
.footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}
.footer .footer-top .footer-links ul li a {
  font-size: 15px !important;
  color: #4d5373 !important;
}
.footer .footer-top .footer-links ul a {
  color: #013289;
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
}
.footer .footer-top .footer-links ul a:hover {
  color: #4154f1;
}
.footer .footer-top .footer-contact p {
  line-height: 26px;
  font-family: NeueMontrealRegular, Arial, sans-serif;
  font-size: 15px;
}
.footer .footer-top .footer-contact p .phone-content {
  font-family: inherit;
  color: inherit;
  font-size: inherit;
}
.footer .footer-top .footer-contact p strong {
  text-transform: uppercase;
}
.footer .copyright {
  text-align: center;
  padding-top: 30px;
  color: #1f1f30;
  font-family: NeueMontrealRegular, Arial, sans-serif;
  font-size: 15px;
  letter-spacing: 0.5px;
  word-spacing: 1px;
}
.footer .credits {
  padding-top: 10px;
  text-align: center;
  font-size: 13px;
  color: #012970;
}

.new-sec .footer-newsletter form {
  margin-top: 20px;
  background: transparent;
  padding: 6px 10px;
  position: relative;
  border-radius: 4px;
}
.new-sec .footer-newsletter form input[type=text] {
  padding: 50px 0;
  background: #fff;
  border-top: 1px solid #e1ecff;
  border: 0;
  padding: 8px;
  width: calc(100% - 140px);
}

@media (max-width: 992px) {
  .footer .footer-top {
    background-position: center bottom;
  }
}
@media (max-width: 900px) {
  .visibility-content-sidebar {
    display: none !important;
  }
}
@media (min-width: 900px) {
  .sidebar-content {
    display: none !important;
  }
  .mobile-nav {
    display: none !important;
  }
}
/* Menu Icon */
.hamb {
  cursor: pointer;
  float: right;
  padding: 30px 20px;
}

/* Style label tag */
.hamb-line {
  background: #1f1f30;
  display: block;
  height: 2px;
  position: relative;
  width: 24px;
}

/* Style span tag */
.hamb-line::before,
.hamb-line::after {
  background: #1f1f30;
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  transition: all 0.2s ease-out;
  width: 100%;
}

.hamb-line::before {
  top: 5px;
}

.hamb-line::after {
  top: -5px;
}

.side-menu {
  display: none;
}

/* Hide checkbox */
/* Toggle menu icon */
.side-menu:checked ~ nav {
  max-height: 100%;
}

.side-menu:checked ~ .hamb .hamb-line {
  background: transparent;
}

.side-menu:checked ~ .hamb .hamb-line::before {
  transform: rotate(-45deg);
  top: 0;
}

.side-menu:checked ~ .hamb .hamb-line::after {
  transform: rotate(45deg);
  top: 0;
}

.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 99999;
  background: #4154f1;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  transition: all 0.4s;
}

.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

/* width */
/* Track */
::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 5px;
  background-color: #f5f5f5;
}

/* Handle */
::-webkit-scrollbar-thumb {
  border-radius: 7px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #1f1f30;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.nav-but-wrap {
  position: relative;
  display: inline-block;
  float: right;
  padding-left: 15px;
  padding-top: 15px;
  margin: 8px;
  transition: all 0.3s ease-out;
}

.menu-icon {
  height: 30px;
  width: 30px;
  position: relative;
  z-index: 1001;
  cursor: pointer;
  display: block;
}

.menu-icon__line {
  height: 1.5px;
  width: 30px;
  display: block;
  background-color: #1f1f30;
  margin-bottom: 7px;
  cursor: pointer;
  transition: transform 0.2s ease, background-color 0.5s ease;
}

.menu-icon__line-left {
  width: 16.5px;
  transition: all 200ms linear;
}

.menu-icon__line-right {
  width: 16.5px;
  float: right;
  transition: all 200ms linear;
}

.menu-icon:hover .menu-icon__line-left,
.menu-icon:hover .menu-icon__line-right {
  width: 30px;
}

body.nav-active .menu-icon__line {
  background-color: #1f1f30;
  transform: translate(0px, 0px) rotate(-45deg);
}

body.nav-active .menu-icon__line-left {
  width: 15px;
  transform: translate(2px, 4px) rotate(45deg);
}

body.nav-active .menu-icon__line-right {
  width: 15px;
  float: right;
  transform: translate(-3px, -3.5px) rotate(45deg);
}

body.nav-active .menu-icon:hover .menu-icon__line-left,
body.nav-active .menu-icon:hover .menu-icon__line-right {
  width: 15px;
}

.nav__list-item.dropdown-added ul {
  visibility: visible;
}

.nav__list-item ul {
  visibility: hidden;
}

.sidebar-nav {
  background-color: #fff;
  display: flex;
  flex-flow: column nowrap;
  font-family: NeueMontrealRegular, Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  height: 100vh;
  left: 0;
  letter-spacing: -0.01em;
  line-height: 19px;
  overflow-x: hidden;
  overflow-y: auto;
  padding-bottom: 100px;
  position: absolute;
  top: 0;
  transform: translateX(0);
  visibility: visible;
  width: 100%;
  z-index: 1000;
}
@media (max-width: 900px) {
  .sidebar-nav {
    transition: transform 0.25s, visibility 0.75s;
  }
}

@media (max-width: 900px) {
  .sidebar-nav:not(.nav-active .sidebar-nav) {
    transform: translateX(-100vw);
    transition: transform 0.25s, visibility 0.75s;
    visibility: hidden;
  }
}
.nav-sidebar-heading {
  margin-top: 20px;
  margin-bottom: 30px;
}
.nav-sidebar-heading h3 {
  font-family: NeueMontrealRegular, Arial, sans-serif;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 22px;
}

.sidebar-custom-content {
  color: #1f1f30;
}
.sidebar-custom-content:hover {
  color: #1f1f30;
}
@media (max-width: 900px) {
  .sidebar-custom-content {
    display: block;
    font-family: NeueMontrealRegular, Arial, sans-serif;
    font-size: 20px;
    font-weight: 400;
    letter-spacing: -0.01em;
    line-height: 23px;
    padding: 12px 16px;
    cursor: pointer;
  }
}
@media (max-width: 539.98px) {
  .sidebar-custom-content {
    padding: 12px 16px;
  }
}
.sidebar-custom-content .styles__headerMenuArrow_AjMfB {
  margin-left: 8px;
  margin-right: 4px;
  transition: transform 0.35s, color 0.15s;
  -webkit-user-select: none;
  -moz-user-select: none;
       user-select: none;
  will-change: transform, color;
}

.svg-inline--fa {
  display: inline-block;
  height: 1em;
  overflow: visible;
  vertical-align: -0.125em;
}

.sidebar-custom-content[aria-expanded=true] .styles__headerMenuArrow_AjMfB {
  transform: rotate(-180deg);
}

@media (max-width: 900px) {
  .custom-details {
    background-color: #fafaff;
  }
}

@media (max-width: 539.98px) {
  .level2-details-sidebar {
    padding: 20px 16px;
  }
}

@media (max-width: 900px) {
  .level-2-content {
    align-content: flex-start;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-right: 0;
  }
}

.level-2-heading-text {
  color: #71718e;
  font-family: NeueMontrealRegular, Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 20px;
  padding-bottom: 20px;
  white-space: nowrap;
}

@media (max-width: 900px) {
  .level-2-text-container {
    align-items: flex-start;
    display: flex;
    flex-basis: 50%;
    flex-direction: column;
    justify-content: flex-start;
    padding-top: 0;
  }
}

@media (max-width: 900px) {
  .level-3-sidebar-details:not(:last-child) {
    padding-bottom: 15px;
  }
  .level-3-sidebar-details {
    border-radius: 8px;
    display: block;
    text-align: left;
    color: #1f1f30 !important;
    text-decoration: none;
    cursor: pointer;
  }
}
.dropdown-lv-1 {
  position: relative;
}
.dropdown-lv-1 a svg {
  transition: transform 0.2s ease;
}

.header-menu-level-container {
  display: none;
  position: absolute;
  top: 50px;
}

.dropdown-active a {
  color: #71718e !important;
}
.dropdown-active .header-menu-level-container {
  display: flex;
  flex-direction: row !important;
}
.dropdown-active svg {
  transform: rotate(-180deg);
}

.header-menu-level-container {
  animation: fadeIn 0.5s ease-in-out;
  transition: 0.2s ease-in-out;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translate3d(0, -20%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.header-menu-level-3:not(:last-child) {
  margin-right: 60px;
}
.header-menu-level-3 h3 {
  font-family: NeueMontrealRegular, Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 20px;
  padding-bottom: 20px;
  white-space: nowrap;
  color: #71718e;
  margin: 0;
}
.header-menu-level-3 .header-menu-level-3-content {
  display: flex;
  flex-direction: column;
}
.header-menu-level-3 .header-menu-level-3-content a {
  align-items: flex-start;
  color: #41415a;
  cursor: pointer;
  display: inline-flex;
  flex-flow: column nowrap;
  font-family: NeueMontrealRegular, Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 20px;
  padding-bottom: 12px;
  text-decoration: none;
  white-space: nowrap;
  padding: 5px;
}

.Some-dynamic-button-primary {
  padding: 16px 24px;
  position: relative;
  z-index: 1;
  align-items: center;
  margin-top: 30px;
}
.Some-dynamic-button-primary span {
  margin-right: 11px;
}
@media (max-width: 768px) {
  .Some-dynamic-button-primary span {
    margin-right: 5px;
  }
}
@media (max-width: 768px) {
  .Some-dynamic-button-primary {
    padding: 13px 22px;
  }
}

@media (max-width: 768px) {
  .ui-slider.ui-main .swiper-pagination-fraction.top.botm {
    bottom: 9px !important;
  }
}

@media (max-width: 768px) {
  .ui-slider.ui-main .setone.setwo .next-ctrl {
    right: 15px !important;
  }
}

@media (max-width: 768px) {
  .ui-slider.ui-main .setone.setwo .prev-ctrl {
    left: 7px !important;
  }
}

@media (max-width: 576px) {
  .ui-slider.ui-main .setone .swiper-nav-ctrl {
    width: 40px;
    height: 40px;
  }
}

@media (min-width: 576px) and (max-width: 768px) {
  .caption {
    margin-left: 50px;
    margin-right: 50px;
  }
}
@media (max-width: 576px) {
  .caption {
    margin-left: 37px !important;
    margin-right: 37px !important;
  }
}

@media (max-width: 576px) {
  .ui-slider.ui-main .parallax-slider .swiper-slide-active .caption p {
    font-size: 13px !important;
  }
}

@media (max-width: 576px) {
  .ui-slider.ui-main .setone .swiper-nav-ctrl {
    width: 40px !important;
    height: 40px !important;
  }
}

@media (max-width: 576px) {
  .swiper-pagination-current {
    font-size: 45px !important;
  }
}
@media (max-width: 576px) {
  .swiper-pagination-current:after {
    margin: 0 5px !important;
  }
}

@media (max-width: 576px) {
  .swiper-pagination-total {
    font-size: 30px !important;
  }
}

.styles__liquidFillButton_UndLL {
  align-items: center;
  border: 1px solid #F0F0F0;
  border-radius: 48px;
  color: #F0F0F0;
  display: flex;
  font-family: NeueMontrealRegular, Arial, sans-serif;
  font-size: 20px;
  font-weight: 400;
  height: -moz-fit-content;
  height: fit-content;
  letter-spacing: 0;
  line-height: 29px;
  overflow: hidden;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  z-index: 10;
}
@media (min-width: 576px) and (max-width: 768px) {
  .styles__liquidFillButton_UndLL {
    font-size: 15px;
    line-height: 20px;
  }
}
@media (max-width: 576px) {
  .styles__liquidFillButton_UndLL {
    font-size: 14px;
    line-height: 22px;
  }
}
.styles__liquidFillButton_UndLL svg path {
  fill: #F0F0F0;
}
.styles__liquidFillButton_UndLL::before {
  background: rgba(252, 252, 252, 0.8352941176);
  border-radius: 40%;
  content: "";
  height: 200%;
  left: 0;
  position: absolute;
  right: 0;
  transform: translateX(-100%) rotate(0deg);
  transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  z-index: -1;
}
@supports (aspect-ratio: 1/1) {
  .styles__liquidFillButton_UndLL::before {
    aspect-ratio: 1.25/1;
    height: unset;
    min-height: 100%;
  }
}
.styles__liquidFillButton_UndLL:hover {
  border: 1px solid #2f3246;
  color: #2f3246;
}
.styles__liquidFillButton_UndLL:hover span {
  color: inherit;
}
.styles__liquidFillButton_UndLL:hover svg path {
  fill: #2f3246;
}
.styles__liquidFillButton_UndLL:hover i {
  color: #2f3246;
}
.styles__liquidFillButton_UndLL:hover::before {
  transform: translateX(0) rotate(-180deg);
}/*# sourceMappingURL=Main.css.map */