<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/**
* Template Name: OnePage - v4.6.0
* Template URL: https://bootstrapmade.com/onepage-multipurpose-bootstrap-template/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  font-family: "DM Sans", sans-serif;
  color: #444444;
}

a {
  color: #2487ce;
  text-decoration: none;
}

a:hover {
  color: #469fdf;
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "DM Sans", sans-serif;
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 10px;
  bottom: 10px;
  z-index: 996;
  background: #FFD602;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  border: 2px solid #05D172;
  transition: all 0.4s;
}
.back-to-top i {
  font-size: 28px;
  color: #fff;
  line-height: 0;
}
.back-to-top:hover {
  color: #fff;
  border: 2px solid #FFD602;
}
.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background: #fff;
}

#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid #2487ce;
  border-top-color: #fff;
  border-bottom-color: #fff;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  -webkit-animation: animate-preloader 1s linear infinite;
  animation: animate-preloader 1s linear infinite;
}

@-webkit-keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}
/*--------------------------------------------------------------
# Top Bar
--------------------------------------------------------------*/
#topbar {
  background: #4D73CB;
  height: 40px;
  font-size: 14px;
  transition: all 0.5s;
  color: #fff;
  padding: 0;
}
#topbar .contact-info i {
  font-style: normal;
  color: #fff;
}
#topbar .contact-info i a, #topbar .contact-info i span {
  padding-left: 5px;
  color: #fff;
}
#topbar .contact-info i a {
  line-height: 0;
  transition: 0.3s;
  transition: 0.3s;
}
#topbar .contact-info i a:hover {
  color: #fff;
  text-decoration: underline;
}
#topbar .social-links a {
  color: rgba(255, 255, 255, 0.7);
  line-height: 0;
  transition: 0.3s;
  margin-left: 20px;
}
#topbar .social-links a:hover {
  color: white;
}
/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  transition: all 0.5s;
  background: #fff;
  z-index: 997;
  padding: 15px 0;
  border-bottom: 1px solid #e6f2fb;
}
#header.header-scrolled {
  border-color: #fff;
  box-shadow: 0px 2px 15px rgba(18, 66, 101, 0.08);
}
#header .logo {
  font-size: 28px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 300;
  letter-spacing: 0.5px;
  font-family: "Poppins", sans-serif;
}
#header .logo a {
  color: #16507b;
}
#header .logo img {
  max-height: 40px;
}
@media (max-width: 992px) {
  #header .logo {
    font-size: 28px;
  }
}
.nav-sub-menu {
  margin-top: 19px !important;
  left: -640px !important;
  width: 1352px;
  border-bottom-left-radius: 16px;
  border-bottom-right-radius: 16px;
  border-bottom: 0px !important;
  border-left: 0px !important;
  border-right: 0px !important;
  padding-left: 76px;
  padding-right: 76px;
  padding-top: 64px;
  padding-bottom: 64px;
  box-shadow: 0px 4px 6px -2px #10182808;
  box-shadow: 0px 12px 16px -4px #10182814;
}
.nav-sub-menu .submenu {
  cursor: pointer;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
.navbar {
  padding: 0;
}
.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}
.navbar li {
  position: relative;
}
.navbar a, .navbar a:focus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0 10px 30px;
  font-size: 16px;
  font-weight: 400;
  color: #66646F;
  white-space: nowrap;
  transition: 0.3s;
}
.navbar a i, .navbar a:focus i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}
.navbar a:hover, .navbar li:hover &gt; a {
  color: #A46904;
}
.navbar .active, .navbar .active:focus {
  color: #010529;
  font-weight: 500;
}
.navbar .getstarted, .navbar .getstarted:focus {
  background: #FFF;
  padding: 14px 18px;
  margin-left: 30px;
  border-radius: 30px;
  font-size: 12px;
  font-weight: 700;
  color: #000;
  background: #FFD602;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
  cursor: pointer;
}
.navbar .getstarted:hover, .navbar .getstarted:focus:hover {
  background: #A46904;
  color: #fff;
  text-decoration: none;
}
.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 14px;
  top: calc(100% + 30px);
  margin: 0;
  padding: 10px 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
  border-radius: 4px;
}
.navbar .dropdown ul li {
  min-width: 200px;
}
.navbar .dropdown ul a {
  padding: 10px 20px;
  text-transform: none;
}
.navbar .dropdown ul a i {
  font-size: 12px;
}
.navbar .dropdown ul a:hover, .navbar .dropdown ul .active:hover, .navbar .dropdown ul li:hover &gt; a {
  color: #2487ce;
}
.navbar .dropdown:hover &gt; ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}
.navbar .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
}
.navbar .dropdown .dropdown:hover &gt; ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
}
@media (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }
  .navbar .dropdown .dropdown:hover &gt; ul {
    left: -100%;
  }
}

/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
  color: #124265;
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}
.mobile-nav-toggle.bi-x {
  color: #fff;
}

@media (max-width: 991px) {
  .mobile-nav-toggle {
    display: block;
  }

  .navbar ul {
    display: none;
  }
}
.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(10, 38, 58, 0.9);
  transition: 0.3s;
  z-index: 999;
}
.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
}
.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  padding: 10px 0;
  background-color: #fff;
  overflow-y: auto;
  transition: 0.3s;
}
.navbar-mobile a, .navbar-mobile a:focus {
  padding: 10px 20px;
  font-size: 15px;
  color: #124265;
}
.navbar-mobile a:hover, .navbar-mobile .active, .navbar-mobile li:hover &gt; a {
  color: #2487ce;
}
.navbar-mobile .getstarted, .navbar-mobile .getstarted:focus {
  margin: 15px;
}
.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 10px 20px;
  padding: 10px 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}
.navbar-mobile .dropdown ul li {
  min-width: 200px;
}
.navbar-mobile .dropdown ul a {
  padding: 10px 20px;
}
.navbar-mobile .dropdown ul a i {
  font-size: 12px;
}
.navbar-mobile .dropdown ul a:hover, .navbar-mobile .dropdown ul .active:hover, .navbar-mobile .dropdown ul li:hover &gt; a {
  color: #2487ce;
}
.navbar-mobile .dropdown &gt; .dropdown-active {
  display: block;
}

/*--------------------------------------------------------------
# Banner Section
--------------------------------------------------------------*/
#banner {
  width: 100%;
  position: relative;
  padding: 0;
}

.header-bg {
  width: 100%;
  height: 286px;
  position: relative;
  background: url("../img/header.png") top center;
  background-size: cover;
  position: relative;
}
.header-bg .title {
  padding-left: 80px;
  font-family: "DM Sans";
  font-style: normal;
  font-weight: bold;
  font-size: 48px;
  line-height: 56px;
  align-items: center;
  color: #FFFFFF;
}
#header-tab .nav-item {
  background: #FCFCFD;
}
#header-tab .nav-item .nav-link {
  padding: 10px 104px 10px 104px;
  font-family: "DM Sans";
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 28px;
  display: flex;
  align-items: center;
  text-align: center;
  background: #FCFCFD;
  color: #BDBDBD;
  border-radius: 0;
}
#header-tab.small .nav-item .nav-link {
  padding: 10px 40px 10px 40px;
  font-size: 16px;
}
#header-tab .nav-item .nav-link.active {
  border-top: 8px solid #F5BF00;
  color: #000000;
}
#header-tab .nav-item .nav-link:hover {
  border-top: 8px solid #F5BF00;
  color: #000000;
}

.divider {
  border-top: 2px solid #E0E0E0;
}
.divider-thin {
  border-top: 1px solid #E0E0E0;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  /*height: calc(100vh - 80px);*/
  /*background: url("../img/bg-hero.svg");*/
  background-size: cover;
}
.full-width {
  width: 100%;
}
#hero .container {
  padding-top: 272px;
  padding-left: 108px;
}
@media (max-width: 768px) {
  #hero .container {
    padding-top: 140px;
    padding-left: 20px;
  }
}
#hero .scroll {
  padding-top: 110px;
  padding-bottom: 108px;
  gap: 49px;
  display: flex;
  flex-direction: row;
  overflow-x: auto;
  /* Hide scrollbar for IE, Edge and Firefox */
  -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;  /* Firefox */
}
/* Hide scrollbar for Chrome, Safari and Opera */
.hero .scroll::-webkit-scrollbar {
  display: none;
}
#hero .card {
  width: 360px;
  height: 500px;
  border-radius: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-basis: 50%;
  flex-shrink: 0;
}
/*--------------------------------------------------------------
# Summary
--------------------------------------------------------------*/
.summary {
  padding: 60px 0;
  background-color: #345AB2;
}
.summary .count-box {
  width: 100%;
  text-align: center;
}
.summary .count-box .title {
  padding: 2px 0 0 0;
  font-family: "DM Sans", sans-serif;
  font-weight: 600;
  font-size: 16px;
  color: #FFFFFF;
  line-height: 24px;
}
.summary .count-box .subtitle {
  padding: 2px 0 0 0;
  font-family: "DM Sans", sans-serif;
  font-weight: bold;
  font-size: 48px;
  line-height: 56px;
  color: #FFD503;
}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section.section {
  padding: 108px 0;
  overflow: hidden;
}
@media (max-width: 768px) {
  section.section {
    padding: 40px 0;
    overflow: hidden;
  }
}
section.section-compact {
  padding: 32px 0;
  overflow: hidden;
}

.section-bg {
  background-color: #f8fbfe;
}

.section-title {
  text-align: center;
  padding-bottom: 30px;
  margin: auto;
}
@media (min-width: 768px) {
  .section-title {
    text-align: center;
    padding-bottom: 30px;
    width: 613.67px;
    margin: auto;
  }
}
.section-title.small h2 {
  font-family: "DM Sans";
  font-style: normal;
  text-transform: none;
  font-weight: 500;
  font-size: 24px;
  line-height: 28px;
  color: #111831;
}
.section-title h2 {
  font-size: 32px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 20px;
  padding-bottom: 0;
  color: #4F4F4F;
}
.section-title p {
  margin-bottom: 0;
  font-size: 14px;
  color: #919191;
}

/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
.about-us {
  padding: 108px 80px 0 80px;
}
@media (max-width: 768px) {
  .about-us {
    padding: 40px 40px 0 40px;
  }
}
.about-us-container {
  height: 620px;
}
.about {
  background-color: #FFFFFF;
}
.about .content {
  margin-bottom: 16px;
}
.about .content h3 {
  font-weight: 600;
  font-size: 26px;
}
.about .content ul {
  list-style: none;
  padding: 0;
}
.about .content ul li {
  padding-left: 28px;
  position: relative;
}
.about .content ul li + li {
  margin-top: 10px;
}
.about .content ul i {
  position: absolute;
  left: 0;
  top: 2px;
  font-size: 20px;
  color: #2487ce;
  line-height: 1;
}
.about .content p:last-child {
  margin-bottom: 0;
}
.about .content .btn-learn-more {
  font-family: "DM Sans", sans-serif;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 12px 32px;
  border-radius: 5px;
  transition: 0.3s;
  line-height: 1;
  color: #2487ce;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
  margin-top: 6px;
  border: 2px solid #2487ce;
}
.about .content .btn-learn-more:hover {
  background: #2487ce;
  color: #fff;
  text-decoration: none;
}
.about .content .card-item {
  background: #FFFFFF;
  border-radius: 24px;
  padding: 40px 32px 40px 32px;
  text-align: center;
  border: 1px solid #B7B7C2;
}
.about .content .card-item:hover {
  cursor: pointer;
  opacity: 0.8;
}
.about .content img {
  margin-bottom: 16px;
}
.about .content .card-item p.title {
  color: #4D73CB;
  font-family: "DM Sans";
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 28px;
}
.about .content .card-item p.subtitle {
  color: #4F4F4F;
  font-family: "DM Sans";
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 22px;
}


/*--------------------------------------------------------------
# Counts
--------------------------------------------------------------*/
.counts {
  padding: 60px 0;
}
.counts .count-box {
  width: 100%;
  text-align: center;
}
.counts .count-box span {
  font-size: 48px;
  line-height: 48px;
  display: block;
  font-weight: 700;
  color: #124265;
  margin-left: 80px;
  margin: auto;
}
.counts .count-box p {
  padding: 8px 0 0 0;
  font-family: "DM Sans", sans-serif;
  font-weight: 600;
  font-size: 14px;
  color: #1e6ca6;
}

/*--------------------------------------------------------------
# About Video
--------------------------------------------------------------*/
.about-video .content {
  font-size: 15px;
}
.about-video .content h3 {
  font-weight: 700;
  font-size: 24px;
  color: #124265;
}
.about-video .content ul {
  list-style: none;
  padding: 0;
}
.about-video .content ul li {
  padding-bottom: 10px;
  padding-left: 28px;
  position: relative;
}
.about-video .content ul i {
  font-size: 24px;
  color: #2487ce;
  position: absolute;
  left: 0;
  top: -2px;
}
.about-video .content p:last-child {
  margin-bottom: 0;
}
.about-video .play-btn {
  width: 94px;
  height: 94px;
  background: radial-gradient(#2487ce 50%, rgba(36, 135, 206, 0.4) 52%);
  border-radius: 50%;
  display: block;
  position: absolute;
  left: calc(50% - 47px);
  top: calc(50% - 47px);
  overflow: hidden;
}
.about-video .play-btn::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 100;
  transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.about-video .play-btn::before {
  content: "";
  position: absolute;
  width: 120px;
  height: 120px;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation: pulsate-btn 2s;
  animation: pulsate-btn 2s;
  -webkit-animation-direction: forwards;
  animation-direction: forwards;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: steps;
  animation-timing-function: steps;
  opacity: 1;
  border-radius: 50%;
  border: 5px solid rgba(36, 135, 206, 0.7);
  top: -15%;
  left: -15%;
  background: rgba(198, 16, 0, 0);
}
.about-video .play-btn:hover::after {
  border-left: 15px solid #2487ce;
  transform: scale(20);
}
.about-video .play-btn:hover::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border: none;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 200;
  -webkit-animation: none;
  animation: none;
  border-radius: 0;
}

@-webkit-keyframes pulsate-btn {
  0% {
    transform: scale(0.6, 0.6);
    opacity: 1;
  }
  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}

@keyframes pulsate-btn {
  0% {
    transform: scale(0.6, 0.6);
    opacity: 1;
  }
  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}

.horizontal-scroll {
  display: flex;
  flex-direction: row;
  overflow-x: auto;
  /* Hide scrollbar for IE, Edge and Firefox */
  -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;  /* Firefox */
}

/* Hide scrollbar for Chrome, Safari and Opera */
.horizontal-scroll::-webkit-scrollbar {
  display: none;
}

.horizontal-scroll div {
  flex-shrink: 0;
}

/*--------------------------------------------------------------
# Clients
--------------------------------------------------------------*/
.clients {
  padding: 15px 0;
  text-align: center;
}
.clients img {
  max-width: 45%;
  transition: all 0.4s ease-in-out;
  display: inline-block;
  padding: 15px 0;
  filter: grayscale(100);
}
.clients img:hover {
  filter: none;
  transform: scale(1.15);
}
@media (max-width: 768px) {
  .clients img {
    max-width: 40%;
  }
}

/*--------------------------------------------------------------
# LOGIN
--------------------------------------------------------------*/
.login {
  padding: 80px 20px;
  background: url("../img/login-bg.png") no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
}

/*--------------------------------------------------------------
# Testimonials
--------------------------------------------------------------*/
.testimonials .testimonials-carousel, .testimonials .testimonials-slider {
  overflow: hidden;
}
.testimonials .testimonial-item {
  box-sizing: content-box;
  text-align: center;
  min-height: 320px;
}
.testimonials .testimonial-item .testimonial-img {
  width: 90px;
  border-radius: 50%;
  margin: 0 auto;
}
.testimonials .testimonial-item h3 {
  font-size: 18px;
  font-weight: bold;
  margin: 10px 0 5px 0;
  color: #111;
}
.testimonials .testimonial-item h4 {
  font-size: 14px;
  color: #999;
  margin: 0;
}
.testimonials .testimonial-item .quote-icon-left, .testimonials .testimonial-item .quote-icon-right {
  color: #c9e3f5;
  font-size: 26px;
}
.testimonials .testimonial-item .quote-icon-left {
  display: inline-block;
  left: -5px;
  position: relative;
}
.testimonials .testimonial-item .quote-icon-right {
  display: inline-block;
  right: -5px;
  position: relative;
  top: 10px;
}
.testimonials .testimonial-item p {
  font-style: italic;
  margin: 0 15px 15px 15px;
  padding: 20px;
  background: #f3f9fd;
  position: relative;
  margin-bottom: 35px;
  border-radius: 6px;
}
.testimonials .testimonial-item p::after {
  content: "";
  width: 0;
  height: 0;
  border-top: 20px solid #f3f9fd;
  border-right: 20px solid transparent;
  border-left: 20px solid transparent;
  position: absolute;
  bottom: -20px;
  left: calc(50% - 20px);
}
.testimonials .swiper-pagination {
  margin-top: 20px;
  position: relative;
}
.testimonials .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #2487ce;
}
.testimonials .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #2487ce;
}

.card-img-top {
  width: 100%;
  height: 134px;
  object-fit: cover;
}
.img-curved {
  border-radius: 8px;
}
.card-hovered:hover img {
  opacity: 0.8;
}
.card-hovered:hover p {
  color: #4D73CB !important;
}
.btn-circle {
  width: 30px;
  height: 30px;
  border-radius: 15px;
}

/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.services .icon-box {
  text-align: center;
  padding: 70px 20px 80px 20px;
  transition: all ease-in-out 0.3s;
  background: #fff;
  box-shadow: 0px 5px 90px 0px rgba(110, 123, 131, 0.05);
}
.services .icon-box .icon {
  margin: 0 auto;
  width: 100px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: ease-in-out 0.3s;
  position: relative;
}
.services .icon-box .icon i {
  font-size: 36px;
  transition: 0.5s;
  position: relative;
}
.services .icon-box .icon svg {
  position: absolute;
  top: 0;
  left: 0;
}
.services .icon-box .icon svg path {
  transition: 0.5s;
  fill: #f5f5f5;
}
.services .icon-box h4 {
  font-weight: 600;
  margin: 10px 0 15px 0;
  font-size: 22px;
}
.services .icon-box h4 a {
  color: #124265;
  transition: ease-in-out 0.3s;
}
.services .icon-box p {
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}
.services .icon-box:hover {
  border-color: #fff;
  box-shadow: 0px 0 35px 0 rgba(0, 0, 0, 0.08);
}
.services .iconbox-blue i {
  color: #47aeff;
}
.services .iconbox-blue:hover .icon i {
  color: #fff;
}
.services .iconbox-blue:hover .icon path {
  fill: #47aeff;
}
.services .iconbox-orange i {
  color: #ffa76e;
}
.services .iconbox-orange:hover .icon i {
  color: #fff;
}
.services .iconbox-orange:hover .icon path {
  fill: #ffa76e;
}
.services .iconbox-pink i {
  color: #e80368;
}
.services .iconbox-pink:hover .icon i {
  color: #fff;
}
.services .iconbox-pink:hover .icon path {
  fill: #e80368;
}
.services .iconbox-yellow i {
  color: #ffbb2c;
}
.services .iconbox-yellow:hover .icon i {
  color: #fff;
}
.services .iconbox-yellow:hover .icon path {
  fill: #ffbb2c;
}
.services .iconbox-red i {
  color: #ff5828;
}
.services .iconbox-red:hover .icon i {
  color: #fff;
}
.services .iconbox-red:hover .icon path {
  fill: #ff5828;
}
.services .iconbox-teal i {
  color: #11dbcf;
}
.services .iconbox-teal:hover .icon i {
  color: #fff;
}
.services .iconbox-teal:hover .icon path {
  fill: #11dbcf;
}

/*--------------------------------------------------------------
# Cta
--------------------------------------------------------------*/
.cta {
  background: #2487ce;
  background-size: cover;
  padding: 60px 0;
}
.cta h3 {
  color: #fff;
  font-size: 28px;
  font-weight: 700;
}
.cta p {
  color: #fff;
}
.cta .cta-btn {
  font-family: "DM Sans", sans-serif;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 35px;
  border-radius: 5px;
  transition: 0.5s;
  margin-top: 10px;
  border: 2px solid #fff;
  color: #fff;
}
.cta .cta-btn:hover {
  background: #fff;
  color: #2487ce;
}

/*--------------------------------------------------------------
# Portfolio
--------------------------------------------------------------*/
.portfolio .portfolio-item {
  margin-bottom: 30px;
}
.portfolio #portfolio-flters {
  padding: 0;
  margin: 0 auto 35px auto;
  list-style: none;
  text-align: center;
  border-radius: 50px;
  padding: 2px 15px;
}
.portfolio #portfolio-flters li {
  cursor: pointer;
  display: inline-block;
  padding: 10px 15px 8px 15px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
  color: #444444;
  margin-bottom: 5px;
  transition: all 0.3s ease-in-out;
}
.portfolio #portfolio-flters li:hover, .portfolio #portfolio-flters li.filter-active {
  color: #2487ce;
}
.portfolio #portfolio-flters li:last-child {
  margin-right: 0;
}
.portfolio .portfolio-wrap {
  transition: 0.3s;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.portfolio .portfolio-wrap::before {
  content: "";
  background: rgba(36, 135, 206, 0.6);
  position: absolute;
  left: 30px;
  right: 30px;
  top: 30px;
  bottom: 30px;
  transition: all ease-in-out 0.3s;
  z-index: 2;
  opacity: 0;
}
.portfolio .portfolio-wrap .portfolio-info {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  z-index: 3;
  transition: all ease-in-out 0.3s;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.portfolio .portfolio-wrap .portfolio-info::before {
  display: block;
  content: "";
  width: 48px;
  height: 48px;
  position: absolute;
  top: 35px;
  left: 35px;
  border-top: 3px solid #fff;
  border-left: 3px solid #fff;
  transition: all 0.5s ease 0s;
  z-index: 9994;
}
.portfolio .portfolio-wrap .portfolio-info::after {
  display: block;
  content: "";
  width: 48px;
  height: 48px;
  position: absolute;
  bottom: 35px;
  right: 35px;
  border-bottom: 3px solid #fff;
  border-right: 3px solid #fff;
  transition: all 0.5s ease 0s;
  z-index: 9994;
}
.portfolio .portfolio-wrap .portfolio-info h4 {
  font-size: 20px;
  color: #fff;
  font-weight: 600;
}
.portfolio .portfolio-wrap .portfolio-info p {
  color: #ffffff;
  font-size: 14px;
  text-transform: uppercase;
  padding: 0;
  margin: 0;
}
.portfolio .portfolio-wrap .portfolio-links {
  text-align: center;
  z-index: 4;
}
.portfolio .portfolio-wrap .portfolio-links a {
  color: rgba(255, 255, 255, 0.6);
  margin: 0 2px;
  font-size: 28px;
  display: inline-block;
  transition: 0.3s;
}
.portfolio .portfolio-wrap .portfolio-links a:hover {
  color: #fff;
}
.portfolio .portfolio-wrap:hover::before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 1;
}
.portfolio .portfolio-wrap:hover .portfolio-info {
  opacity: 1;
}
.portfolio .portfolio-wrap:hover .portfolio-info::before {
  top: 15px;
  left: 15px;
}
.portfolio .portfolio-wrap:hover .portfolio-info::after {
  bottom: 15px;
  right: 15px;
}

/*--------------------------------------------------------------
# Portfolio Details
--------------------------------------------------------------*/
.portfolio-details {
  padding-top: 40px;
}
.portfolio-details .portfolio-details-slider img {
  width: 100%;
}
.portfolio-details .portfolio-details-slider .swiper-pagination {
  margin-top: 20px;
  position: relative;
}
.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #2487ce;
}
.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #2487ce;
}
.portfolio-details .portfolio-info {
  padding: 30px;
  box-shadow: 0px 0 30px rgba(18, 66, 101, 0.08);
}
.portfolio-details .portfolio-info h3 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
}
.portfolio-details .portfolio-info ul {
  list-style: none;
  padding: 0;
  font-size: 15px;
}
.portfolio-details .portfolio-info ul li + li {
  margin-top: 10px;
}
.portfolio-details .portfolio-description {
  padding-top: 30px;
}
.portfolio-details .portfolio-description h2 {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 20px;
}
.portfolio-details .portfolio-description p {
  padding: 0;
}

/*--------------------------------------------------------------
# Team
--------------------------------------------------------------*/
.team .member {
  margin-bottom: 20px;
  overflow: hidden;
  text-align: center;
  border-radius: 4px;
  background: #fff;
  box-shadow: 0px 2px 15px rgba(18, 66, 101, 0.08);
}
.team .member .member-img {
  position: relative;
  overflow: hidden;
}
.team .member .social {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  height: 40px;
  opacity: 0;
  transition: ease-in-out 0.3s;
  text-align: center;
  background: rgba(255, 255, 255, 0.85);
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.team .member .social a {
  transition: color 0.3s;
  color: #124265;
  margin: 0 10px;
  display: inline-block;
}
.team .member .social a:hover {
  color: #2487ce;
}
.team .member .social i {
  font-size: 18px;
  margin: 0 2px;
  line-height: 0;
}
.team .member .member-info {
  padding: 25px 15px;
}
.team .member .member-info h4 {
  font-weight: 700;
  margin-bottom: 5px;
  font-size: 18px;
  color: #124265;
}
.team .member .member-info span {
  display: block;
  font-size: 13px;
  font-weight: 400;
  color: #aaaaaa;
}
.team .member .member-info p {
  font-style: italic;
  font-size: 14px;
  line-height: 26px;
  color: #777777;
}
.team .member:hover .social {
  opacity: 1;
}

/*--------------------------------------------------------------
# Pricing
--------------------------------------------------------------*/
.pricing .box {
  padding: 40px 20px;
  text-align: center;
  border-radius: 8px;
  position: relative;
  overflow: hidden;
  background: #fefefe;
  box-shadow: 0px 5px 90px 0px rgba(110, 123, 131, 0.1);
}
.pricing .box h3 {
  font-weight: 400;
  padding: 15px;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 600;
  color: #124265;
}
.pricing .box h4 {
  font-size: 42px;
  color: #2487ce;
  font-weight: 500;
  font-family: "Open Sans", sans-serif;
  margin-bottom: 20px;
}
.pricing .box h4 sup {
  font-size: 20px;
  top: -15px;
  left: -3px;
}
.pricing .box h4 span {
  color: #bababa;
  font-size: 16px;
  font-weight: 300;
}
.pricing .box ul {
  padding: 0;
  list-style: none;
  color: #124265;
  text-align: center;
  line-height: 20px;
  font-size: 14px;
}
.pricing .box ul li {
  padding-bottom: 16px;
}
.pricing .box ul .na {
  color: #ccc;
  text-decoration: line-through;
}
.pricing .box .btn-wrap {
  padding: 15px;
  text-align: center;
}
.pricing .box .btn-buy {
  display: inline-block;
  padding: 10px 40px;
  border-radius: 4px;
  color: #2487ce;
  transition: none;
  font-size: 14px;
  font-weight: 400;
  font-family: "DM Sans", sans-serif;
  font-weight: 600;
  transition: 0.3s;
  border: 2px solid #2487ce;
}
.pricing .box .btn-buy:hover {
  background: #2487ce;
  color: #fff;
}
.pricing .featured {
  background: #2487ce;
}
.pricing .featured h3, .pricing .featured h4, .pricing .featured h4 span, .pricing .featured ul, .pricing .featured ul .na {
  color: #fff;
}
.pricing .featured .btn-wrap {
  padding: 15px;
  text-align: center;
}
.pricing .featured .btn-buy {
  color: #fff;
  border: 2px solid #fff;
}
.pricing .featured .btn-buy:hover {
  background: #fff;
  color: #2487ce;
}

/*--------------------------------------------------------------
# Frequently Asked Questions
--------------------------------------------------------------*/
.faq .faq-list {
  padding: 0 100px;
}
.faq .faq-list ul {
  padding: 0;
  list-style: none;
}
.faq .faq-list li + li {
  margin-top: 15px;
}
.faq .faq-list li {
  padding: 20px;
  background: #fff;
  border-radius: 4px;
  position: relative;
}
.faq .faq-list a {
  display: block;
  position: relative;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  padding: 0 30px;
  outline: none;
  cursor: pointer;
}
.faq .faq-list .icon-help {
  font-size: 24px;
  position: absolute;
  right: 0;
  left: 20px;
  color: #87c1ea;
}
.faq .faq-list .icon-show, .faq .faq-list .icon-close {
  font-size: 24px;
  position: absolute;
  right: 0;
  top: 0;
}
.faq .faq-list p {
  margin-bottom: 0;
  padding: 10px 0 0 0;
}
.faq .faq-list .icon-show {
  display: none;
}
.faq .faq-list a.collapsed {
  color: #343a40;
}
.faq .faq-list a.collapsed:hover {
  color: #2487ce;
}
.faq .faq-list a.collapsed .icon-show {
  display: inline-block;
}
.faq .faq-list a.collapsed .icon-close {
  display: none;
}
@media (max-width: 1200px) {
  .faq .faq-list {
    padding: 0;
  }
}

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact .info {
  width: 100%;
  background: #fff;
}
.contact .info i {
  font-size: 20px;
  color: #2487ce;
  float: left;
  width: 44px;
  height: 44px;
  background: #e3f0fa;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  transition: all 0.3s ease-in-out;
}
.contact .info h4 {
  padding: 0 0 0 60px;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 5px;
  color: #124265;
}
.contact .info p {
  padding: 0 0 0 60px;
  margin-bottom: 0;
  font-size: 14px;
  color: #217bbc;
}
.contact .info .email, .contact .info .phone {
  margin-top: 40px;
}
.contact .info .email:hover i, .contact .info .address:hover i, .contact .info .phone:hover i {
  background: #2487ce;
  color: #fff;
}
.contact .php-email-form {
  width: 100%;
  background: #fff;
}
.contact .php-email-form .form-group {
  padding-bottom: 8px;
}
.contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}
.contact .php-email-form .error-message br + br {
  margin-top: 25px;
}
.contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}
.contact .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}
.contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}
.contact .php-email-form input, .contact .php-email-form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
  border-radius: 4px;
}
.contact .php-email-form input:focus, .contact .php-email-form textarea:focus {
  border-color: #2487ce;
}
.contact .php-email-form input {
  height: 44px;
}
.contact .php-email-form textarea {
  padding: 10px 12px;
}
.contact .php-email-form button[type=submit] {
  background: #2487ce;
  border: 0;
  padding: 10px 30px;
  color: #fff;
  transition: 0.4s;
  border-radius: 4px;
}
.contact .php-email-form button[type=submit]:hover {
  background: #3194db;
}
@-webkit-keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
  padding: 15px 0;
  background: #f8fbfe;
  min-height: 40px;
  margin-top: 72px;
}
@media (max-width: 992px) {
  .breadcrumbs {
    margin-top: 58px;
  }
}
.breadcrumbs h2 {
  font-size: 24px;
  font-weight: 300;
}
.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 14px;
}
.breadcrumbs ol li + li {
  padding-left: 10px;
}
.breadcrumbs ol li + li::before {
  display: inline-block;
  padding-right: 10px;
  color: #1a5e90;
  content: "/";
}
@media (max-width: 768px) {
  .breadcrumbs .d-flex {
    display: block !important;
  }
  .breadcrumbs ol {
    display: block;
  }
  .breadcrumbs ol li {
    display: inline-block;
  }
}

.modal-title {
  font-family: "DM Sans";
  font-style: normal;
  font-weight: bold;
  font-size: 34px;
  line-height: 40px;
  color: #4D73CB;
}
.modal-body p {
  font-family: "DM Sans";
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 32px;
  color: #4F4F4F;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  color: #F2F2F2;
  font-size: 14px;
  background: #313135;

  box-shadow: 0px 2px 15px rgba(18, 66, 101, 0.08);
}
#footer .footer-top {
  padding: 60px 0 30px 0;
  background: #313135;
}
#footer .footer-top .footer-contact {
  margin-bottom: 30px;
}
#footer .footer-top .footer-contact img {
  margin-bottom: 32px;
}
#footer .footer-top .footer-contact h3 {
  font-size: 26px;
  margin: 0 0 10px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 300;
}
#footer .footer-top .footer-contact p.description {
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 32px;
  font-family: "DM Sans", sans-serif;
  color: #CDCDD4;
}
#footer .footer-top .footer-contact p.copyright {
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 32px;
  font-family: "DM Sans", sans-serif;
  color: #7C7A88;
}
#footer .footer-top h4 {
  font-size: 18px;
  font-weight: bold;
  color: #EFBF03;
  position: relative;
  padding-bottom: 24px;
}
#footer .footer-top h5 {
  font-size: 14px;
  color: #CDCDD4;
  position: relative;
  padding-bottom: 24px;
}
#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: #EFBF03;
  font-size: 16px;
  line-height: 1;
}
#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 a {
  color: #F2F2F2;
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
}
#footer .footer-top .footer-links ul a:hover {
  text-decoration: none;
  color: #CE9400;
}
#footer .footer-newsletter {
  font-size: 15px;
}
#footer .footer-newsletter h4 {
  font-size: 16px;
  font-weight: bold;
  color: #444444;
  position: relative;
  padding-bottom: 12px;
}
#footer .footer-newsletter form {
  margin-top: 30px;
  background: #fff;
  padding: 6px 10px;
  position: relative;
  border-radius: 5px;
  text-align: left;
  border: 1px solid #cde5f6;
}
#footer .footer-newsletter form input[type=email] {
  border: 0;
  padding: 4px 8px;
  width: calc(100% - 100px);
}
#footer .footer-newsletter form input[type=submit] {
  position: absolute;
  top: -1px;
  right: -2px;
  bottom: -1px;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 20px 2px 20px;
  background: #2487ce;
  color: #fff;
  transition: 0.3s;
  border-radius: 0 5px 5px 0;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}
#footer .footer-newsletter form input[type=submit]:hover {
  background: #3194db;
}
#footer .credits {
  padding-top: 5px;
  font-size: 13px;
  color: #444444;
}
#footer .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #2487ce;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 5px;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}
#footer .social-links a:hover {
  background: #3194db;
  color: #fff;
  text-decoration: none;
}

#history-description {
  padding: 60px 0;
}
#history-description .title {
  font-family: "DM Sans";
  font-style: normal;
  font-weight: bold;
  font-size: 34px;
  line-height: 40px;
  color: #4D73CB;
  margin-bottom: 32px;
}
#history-description .description p{
  font-family: "DM Sans";
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.005em;
  color: #4F4F4F;
}
#history-description #vimis .title {
  font-family: "DM Sans";
  font-style: normal;
  font-weight: bold;
  font-size: 34px;
  line-height: 40px;
  display: flex;
  align-items: center;
  letter-spacing: 0.0025em;
  color: #111831;
}
#history-description #vimis .description {
  font-family: "DM Sans";
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  line-height: 40px;
  color: #4F4F4F;
}
#history-description #vimis .description-small {
  font-family: "DM Sans";
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 32px;
  letter-spacing: 0.0015em;
  color: #4F4F4F;
}
.card-display {
  padding: 32px;
  text-align: center;
}
.card-display-bio {
  padding: 32px;
  text-align: left;
}
#news-content .card {
  box-sizing: border-box;
  box-shadow: 0px 25px 30px -15px rgba(0, 0, 0, 0.16), 0px 7px 6px -3px rgba(0, 0, 0, 0.2);
}

/*--------------------------------------------------------------
# TABLE
--------------------------------------------------------------*/
#table-custom .table-striped&gt;tbody&gt;tr:nth-of-type(odd)&gt;* {
  --bs-table-accent-bg: #F7FAFD;
}
#table-custom .table&gt;:not(caption)&gt;*&gt;* {
  padding: 16px;
}
#table-custom .table-bordered&gt;:not(caption)&gt;* {
  border-width: 0px;
}
#table-custom .table&gt;:not(:first-child) {
  border-top: 4px solid #FAFAFA;
}
#table-simple .table&gt;:not(caption)&gt;*&gt;* {
  padding: 16px;
}

/*--------------------------------------------------------------
# SIDEBAR
--------------------------------------------------------------*/
#sidebar .nav-item {
  width: 100%;
}
#sidebar .nav-item.active {
  background-color: #F7FAFD;
  border-left: 8px solid #344995;
}
#sidebar .nav-item.active a{
  color: #345AB2;
}
#sidebar .nav-item:hover {
  background-color: #F7FAFD;
  border-left: 8px solid #344995;
  color: #345AB2;
}

/*--------------------------------------------------------------
# GENERAL
--------------------------------------------------------------*/
.info-bar {
  background: #F7FAFD;
  border: 1px solid #ADCCEB;
  box-sizing: border-box;
  border-radius: 8px;
  padding: 24px;
}
.border-bottom-primary {
  border-bottom: 2px solid #4D73CB;
}
.ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2; /* number of lines to show */
  -webkit-box-orient: vertical;
}
#order-list {
  height: 100vh;
  overflow: scroll;
}
#order-list .card {
  cursor: pointer;
  background-color: #FFFFFF;
}
#order-list .card.active {
  background-color: #F7FAFD;
}
#order-list .card:hover {
  background-color: #F7FAFD;
}

/*--------------------------------------------------------------
# TEXT
--------------------------------------------------------------*/
.label-24 {
  font-family: "DM Sans";
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 28px;
  letter-spacing: 0.0015em;
}
.label-20 {
  font-family: "DM Sans";
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 23px;
  letter-spacing: 0.0015em;
}
.title-34 {
  font-family: "DM Sans";
  font-style: normal;
  font-weight: bold;
  font-size: 34px;
  line-height: 40px;
  letter-spacing: 0.0025em;
}
.title-48 {
  font-family: "DM Sans";
  font-style: normal;
  font-weight: bold;
  font-size: 48px;
  line-height: 56px;
}
.subtitle-14 {
  font-family: "DM Sans";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 0.001em;
}
.subtitle-16 {
  font-family: "DM Sans";
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 19px;
  letter-spacing: 0.0015em;
}
.subtitle-16-24 {
  font-family: "DM Sans";
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.005em;
}
.subtitle-16-28 {
  font-family: "DM Sans";
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 0.005em;
}
.subtitle-18 {
  font-family: "DM Sans";
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 34px;
  letter-spacing: 0.005em;
}
.body-14 {
  font-family: "DM Sans";
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 22px;
}
.body-16 {
  font-family: "DM Sans";
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.005em;
}
.caption-12 {
  font-family: "DM Sans";
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 14px;
  letter-spacing: 0.004em;
}
/*--------------------------------------------------------------
# COLOR
--------------------------------------------------------------*/
.primary-50 {
  color: #FEFDE8 !important;
}
.primary-100 {
  color: #FFFCC2 !important;
}
.primary-200 {
  color: #FFF787 !important;
}
.primary-300 {
  color: #FFEA43 !important;
}
.primary-400 {
  color: #FFD602 !important;
}
.primary-500 {
  color: #EFBF03 !important;
}
.primary-600 {
  color: #CE9400 !important;
}
.primary-700 {
  color: #A46904 !important;
}
.primary-800 {
  color: #88520B !important;
}
.primary-900 {
  color: #734310 !important;
}
.primary-950 {
  color: #432205 !important;
}
.secondary-50 {
  color: #FDF4F3 !important;
}
.secondary-100 {
  color: #FBE6E5 !important;
}
.secondary-200 {
  color: #F9D2CF !important;
}
.secondary-300 {
  color: #F3B3AE !important;
}
.secondary-400 {
  color: #EB857E !important;
}
.secondary-500 {
  color: #DE5E55 !important;
}
.secondary-600 {
  color: #BB3B32 !important;
}
.secondary-700 {
  color: #A9342C !important;
}
.secondary-800 {
  color: #8C2F28 !important;
}
.secondary-900 {
  color: #752C27 !important;
}
.secondary-950 {
  color: #3F1310 !important;
}
.text-black {
  color: #010529 !important;
}
.text-white {
  color: #FFFFFF !important;
}
.grayscale-50 {
  color: #F6F6F7 !important;
}
.grayscale-100 {
  color: #EEEFF1 !important;
}
.grayscale-200 {
  color: #E0E1E5 !important;
}
.grayscale-300 {
  color: #CDCDD4 !important;
}
.grayscale-400 {
  color: #B7B7C2 !important;
}
.grayscale-500 {
  color: #A5A4B0 !important;
}
.grayscale-600 {
  color: #9492A0 !important;
}
.grayscale-700 {
  color: #7C7A88 !important;
}
.grayscale-800 {
  color: #66646F !important;
}
.grayscale-900 {
  color: #55545B !important;
}
.grayscale-950 {
  color: #313135 !important;
}
/*--------------------------------------------------------------
# BACKGROUND
--------------------------------------------------------------*/
.bg-primary-50 {
  background: #FEFDE8 !important;
}
.bg-primary-100 {
  background: #FFFCC2 !important;
}
.bg-primary-200 {
  background: #FFF787 !important;
}
.bg-primary-300 {
  background: #FFEA43 !important;
}
.bg-primary-400 {
  background: #FFD602 !important;
}
.bg-primary-500 {
  background: #EFBF03 !important;
}
.bg-primary-600 {
  background: #CE9400 !important;
}
.bg-primary-700 {
  background: #A46904 !important;
}
.bg-primary-800 {
  background: #88520B !important;
}
.bg-primary-900 {
  background: #734310 !important;
}
.bg-primary-950 {
  background: #432205 !important;
}
.bg-secondary-50 {
  background: #FDF4F3 !important;
}
.bg-secondary-100 {
  background: #FBE6E5 !important;
}
.bg-secondary-200 {
  background: #F9D2CF !important;
}
.bg-secondary-300 {
  background: #F3B3AE !important;
}
.bg-secondary-400 {
  background: #EB857E !important;
}
.bg-secondary-500 {
  background: #DE5E55 !important;
}
.bg-secondary-600 {
  background: #BB3B32 !important;
}
.bg-secondary-700 {
  background: #A9342C !important;
}
.bg-secondary-800 {
  background: #8C2F28 !important;
}
.bg-secondary-900 {
  background: #752C27 !important;
}
.bg-secondary-950 {
  background: #3F1310 !important;
}
.bg-black {
  background: #010529 !important;
}
.bg-white {
  background: #FFFFFF !important;
}
.bg-grayscale-50 {
  background: #F6F6F7 !important;
}
.bg-grayscale-100 {
  background: #EEEFF1 !important;
}
.bg-grayscale-200 {
  background: #E0E1E5 !important;
}
.bg-grayscale-300 {
  background: #CDCDD4 !important;
}
.bg-grayscale-400 {
  background: #B7B7C2 !important;
}
.bg-grayscale-500 {
  background: #A5A4B0 !important;
}
.bg-grayscale-600 {
  background: #9492A0 !important;
}
.bg-grayscale-700 {
  background: #7C7A88 !important;
}
.bg-grayscale-800 {
  background: #66646F !important;
}
.bg-grayscale-900 {
  background: #55545B !important;
}
.bg-grayscale-950 {
  background: #313135 !important;
}
/*--------------------------------------------------------------
# BUTTON
--------------------------------------------------------------*/
.btn-primary-blue {
  background-color: #4D73CB;
}
.btn-primary-blue:hover {
  background-color: #3d5da7;
}
.btn-outline-primary-blue {
  color: #4D73CB;
  border-color: #4D73CB;
}
.btn-outline-primary-blue:hover {
  background-color: #3d5da7;
}
.btn-text-primary-blue {
  color: #4D73CB;
}
.btn-text-primary-blue:hover {
  color: #3d5da7;
}

.btn-primary-dark {
  color: #EFBF03;
  background-color: #313135;
  border: 1px solid #313135;
  border-radius: 40px;
  padding: 18px 24px 18px 24px;
  font-size: 16px;
  font-weight: 700;
}
.btn-primary-dark:hover {
  color: #A46904;
  background-color: #010529;
  opacity: 0.8;
  cursor: pointer;
}
.btn-primary {
  color: #010529;
  background-color: #FFD602;
  border: 1px solid #FFD602;
  border-radius: 40px;
  padding: 18px 24px 18px 24px;
  font-size: 16px;
  font-weight: 700;
}
.btn-primary:hover {
  color: #FEFDE8;
  background-color: #A46904;
  border: 1px solid #A46904;
  opacity: 0.8;
  cursor: pointer;
}
.btn-outline-secondary {
  color: #010529;
  border: 1px solid #313135;
  background-color: #FFFFFF;
  border-radius: 40px;
  padding: 18px 24px 18px 24px;
  font-size: 16px;
  font-weight: 700;
}
.btn-outline-secondary-small {
  color: #010529;
  border: 1px solid #313135;
  background-color: #FFFFFF;
  border-radius: 40px;
  padding: 12px 16px 12px 16px;
  font-size: 12px;
  font-weight: 700;
}
.btn-outline-secondary:hover,
.btn-outline-secondary-small:hover {
  background-color: #FFEA43;
  border: 1px solid #EFBF03;
  color: #88520B;
  opacity: 0.8;
  cursor: pointer;
}

/*--------------------------------------------------------------
# TYPOGRAPHY
--------------------------------------------------------------*/
.weight-medium {
  font-weight: 500 !important;
}
.weight-bold {
  font-weight: 700 !important;
}
.display-128 {
  font-size: 128px !important;
  line-height: 153.6px;
  font-weight: 400;
  color: #010529;
}
.display-96 {
  font-size: 96px !important;
  line-height: 115.2px;
  font-weight: 400;
  color: #010529;
}
.display-72 {
  font-size: 72px !important;
  line-height: 86.4px;
  font-weight: 400;
  color: #010529;
}
.heading-60 {
  font-size: 60px !important;
  line-height: 72px;
  font-weight: 400;
  color: #010529;
}
.heading-48 {
  font-size: 48px !important;
  line-height: 57.6px;
  font-weight: 400;
  color: #010529;
}
.heading-36 {
  font-size: 36px !important;
  line-height: 40px;
  font-weight: 400;
  color: #010529;
}
.subheading-30 {
  font-size: 30px !important;
  line-height: 36px;
  font-weight: 400;
  color: #010529;
}
.subheading-24 {
  font-size: 24px !important;
  line-height: 32px;
  font-weight: 400;
  color: #010529;
}
.subheading-20 {
  font-size: 20px !important;
  line-height: 0px;
  font-weight: 400;
  color: #010529;
}
.body-18 {
  font-size: 18px !important;
  line-height: 28px;
  font-weight: 400;
  color: #010529;
}
.body-16 {
  font-size: 16px !important;
  line-height: 24px;
  font-weight: 400;
  color: #010529;
}
.caption-14 {
  font-size: 14px !important;
  line-height: 20px;
  font-weight: 400;
  color: #010529;
}
.caption-14 {
  font-size: 12px !important;
  line-height: 16px;
  font-weight: 400;
  color: #010529;
}
/*--------------------------------------------------------------
# BORDER
--------------------------------------------------------------*/
.border-radius-24 {
  border-radius: 24px;
}
.border-radius-top-24 {
  border-radius: 24px 24px 0px 0px;
}
.overlay {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background-color: #EFBF03;
  overflow: hidden;
  width: 100%;
  height: 0;
  transition: .2s ease;
}
.card-item {
  position: relative;
}
.card-item:hover .overlay {
  opacity: 0.84;
  top: 0;
  height: 100%;
}
.card-item a {
  opacity: 1;
  background: transparent;
}
.card-item a:hover {
  opacity: 1;
  background-color: #FFEA43;
  border-color: #FFEA43;
}
#tab-custom .nav-link {
  color: #7C7A88;
}
#tab-custom .nav-link:hover {
  color: #FFD602;
  border: 1px solid #FFD602;
  cursor: pointer;
}
#tab-custom.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
  background-color: #FFD602;
  color: #010529 !important;
}
#tab-custom.nav-tabs {
  border-bottom: 1px solid #FFD602;
}
#carouselExampleCaptions .btn-circle {
  background-color: #F6F6F7;
  width: 50px;
  height: 50px;
  border-radius: 50%;
}
#carouselExampleCaptions .btn-circle i {
  color: #5D5A88;
  font-size: 20px;
}
#carouselExampleCaptions .carousel-indicators button {
  color: #F6F6F7;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  margin-left: 8px;
  margin-right: 8px;
  margin-top: 2px;
}

#carouselExampleCaptions .carousel-indicators button.active {
  color: #FFFFFF;
  width: 14px;
  height: 14px;
  margin-top: 0px;
}
.highlight-first-letter::first-letter {
  color: #CE9400;
}
#pricing-table {
  border-collapse: separate !important;
  border-spacing: 0 !important;
}
#pricing-table tr th {
  border-right: 0px;
  border-left: 0px;
  border-bottom: 1px solid #dee2e6 !important;
  border-top: 1px solid #dee2e6 !important;
}
#pricing-table tr td {
  border: 0.5px solid #dee2e6 !important;
  border-bottom: 1px solid #dee2e6 !important;
}
#pricing-table tr:first-child th:first-child {
  border-top-left-radius: 1.25rem !important;
  border-left: 1px solid #dee2e6 !important;
}
#pricing-table tr:first-child th:last-child {
  border-top-right-radius: 1.25rem !important;
  border-right: 1px solid #dee2e6 !important;
}
#promo-card:hover {
  border: 1px solid #EFBF03;
  box-shadow: 0px 14px 13.4px 0px #0000001A;
}
#img-location:hover {
  cursor: pointer;
}
#img-location:hover #overlay-location {
  display: initial;
}
#overlay-location {
  display: none;
  transition: .2s ease;
}
</pre></body></html>