@import url("../fonts/stylesheet.css");
*,
::before,
::after {
  box-sizing: border-box;
}

html {
  cursor: default;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
a,
p,
span,
em,
small,
strong,
sub,
sup,
mark,
del,
ins,
strike,
abbr,
dfn,
blockquote,
q,
cite,
code,
pre,
ol,
ul,
li,
dl,
dt,
dd,
div,
section,
article,
main,
aside,
nav,
header,
hgroup,
footer,
img,
figure,
figcaption,
address,
time,
audio,
video,
canvas,
iframe,
details,
summary,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

ol,
ul {
  list-style: none;
}

img,
video {
  max-width: 100%;
}

img {
  border-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:after,
blockquote:before,
q:after,
q:before {
  content: "";
  content: none;
}

[hidden] {
  display: none !important;
}

[disabled] {
  cursor: not-allowed;
}

:focus:not(:focus-visible) {
  outline: none;
}

a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
  /* Remove the gray background on active links in IE 10. */
  -webkit-text-decoration-skip: objects;
  /* Remove gaps in links underline in iOS 8+ and Safari 8+. */
}

a:hover {
  color: #0056b3;
  text-decoration: underline;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  /* Remove the margin in Firefox and Safari */
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible;
  /* Show the overflow in Edge */
}

button,
select {
  text-transform: none;
  /* Remove the inheritance of text transform in Firefox */
}

button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

input[type=radio],
input[type=checkbox] {
  box-sizing: border-box;
  /* 1. Add the correct box sizing in IE 10- */
  padding: 0;
  /* 2. Remove the padding in IE 10- */
}

input[type=date],
input[type=time],
input[type=datetime-local],
input[type=month] {
  -webkit-appearance: listbox;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

/* -------------------------------------------------------------------------- */
/* HTML elements that should remain in the document, but should be visually 
hidden. */
/* -------------------------------------------------------------------------- */
.sr-only {
  position: absolute;
  clip: rect(1px, 1px, 1px, 1px);
  left: -9999px;
  top: -9999px;
}

/* -------------------------------------------------------------------------- */
/*                             splide-core.min.css                            */
/* -------------------------------------------------------------------------- */
@keyframes splide-loading {
  0% {
    transform: rotate(0);
  }
  to {
    transform: rotate(1turn);
  }
}
.splide__track--draggable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
       user-select: none;
}

.splide__track--fade > .splide__list > .splide__slide {
  margin: 0 !important;
  opacity: 0;
  z-index: 0;
}

.splide__track--fade > .splide__list > .splide__slide.is-active {
  opacity: 1;
  z-index: 1;
}

.splide--rtl {
  direction: rtl;
}

.splide__track--ttb > .splide__list {
  display: block;
}

.splide__container {
  box-sizing: border-box;
  position: relative;
}

.splide__list {
  backface-visibility: hidden;
  display: flex;
  height: 100%;
  margin: 0 !important;
  padding: 0 !important;
}

.splide.is-initialized:not(.is-active) .splide__list {
  display: block;
}

.splide__pagination {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  pointer-events: none;
}

.splide__pagination li {
  display: inline-block;
  line-height: 1;
  list-style-type: none;
  margin: 0;
  pointer-events: auto;
}

.splide:not(.is-overflow) .splide__pagination {
  display: none;
}

.splide__progress__bar {
  width: 0;
}

.splide {
  position: relative;
  visibility: hidden;
}

.splide.is-initialized,
.splide.is-rendered {
  visibility: visible;
}

.splide__slide {
  backface-visibility: hidden;
  box-sizing: border-box;
  flex-shrink: 0;
  list-style-type: none !important;
  margin: 0;
  position: relative;
}

.splide__slide img {
  vertical-align: bottom;
}

.splide__spinner {
  animation: splide-loading 1s linear infinite;
  border: 2px solid #999;
  border-left-color: transparent;
  border-radius: 50%;
  bottom: 0;
  contain: strict;
  display: inline-block;
  height: 20px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
}

.splide__sr {
  clip: rect(0 0 0 0);
  border: 0;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.splide__toggle.is-active .splide__toggle__play,
.splide__toggle__pause {
  display: none;
}

.splide__toggle.is-active .splide__toggle__pause {
  display: inline;
}

.splide__track {
  overflow: hidden;
  position: relative;
  z-index: 0;
}

/* ------------------------------- TYPOGRAPHY ------------------------------- */
body {
  line-height: 1.5;
  font-family: "Red Hat Display";
  font-weight: 500;
  color: #32303A;
  font-size: 16px;
}

h1 {
  font-size: 48px;
  line-height: 1.1;
  font-weight: 600;
  color: #07003B;
}

h2 {
  font-size: 42px;
  line-height: 1.2;
  color: #07003B;
}

h3 {
  font-size: 27px;
  line-height: 1.3;
}

h4,
.h4 {
  font-size: 24px;
  font-weight: 500;
}

.text-semi {
  font-weight: 600;
}

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

.text-black {
  color: #32303A;
}

.text-white {
  color: #ffffff;
}

.text-sm {
  font-size: 16px;
}

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

.text-lg {
  font-size: 20px;
}

.text-xl {
  font-size: 22px;
}

/* -------------------------------- LAYOUTING ------------------------------- */
.mob-only,
.tab-only,
.hidden {
  display: none;
}

.p-0 {
  padding: 0px !important;
}

.pb-0 {
  padding-bottom: 0px !important;
}

.py-80 {
  padding-top: 80px;
  padding-bottom: 80px;
}

.mt-4 {
  margin-top: 4px;
}

.mt-8 {
  margin-top: 8px;
}

.mt-12 {
  margin-top: 12px;
}

.mt-16 {
  margin-top: 16px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-24 {
  margin-top: 24px;
}

.mt-28 {
  margin-top: 28px;
}

.mt-32 {
  margin-top: 32px;
}

.mt-36 {
  margin-top: 36px;
}

.mt-40 {
  margin-top: 40px;
}

.mt-48 {
  margin-top: 48px;
}

.mt-54 {
  margin-top: 54px;
}

.mt-60 {
  margin-top: 60px;
}

.mt-80 {
  margin-top: 80px;
}

.mb-0 {
  margin-bottom: 0px;
}

.ml-12 {
  margin-left: 12px;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.text-center {
  text-align: center;
}

.relative {
  position: relative;
}

.flex {
  display: flex;
}
.flex.equal > * {
  flex: 1;
}

.flex-1 {
  flex: 1;
}

.container {
  max-width: 1220px;
  margin-left: auto;
  margin-right: auto;
  padding: 0px 40px;
  position: relative;
}

.w-tight {
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
}

.z-1 {
  position: relative;
  z-index: 1;
}

.full {
  width: 100%;
}

/* ------------------------------- COMPONENTS ------------------------------- */
.hidden {
  display: none !important;
}

.icon {
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.icon.icon-24 {
  width: 24px;
  height: 24px;
  display: inline-block;
  vertical-align: middle;
}
.icon.icon-16 {
  width: 16px;
  height: 16px;
}
.icon.icon-footer-gps {
  background-image: url("../img/icons/footer-gps.svg");
}
.icon.icon-footer-phone {
  background-image: url("../img/icons/footer-phone.svg");
}
.icon.icon-footer-time {
  background-image: url("../img/icons/footer-time.svg");
}
.icon.icon-sc-fb {
  background-image: url("../img/icons/sc-fb.svg");
}
.icon.icon-sc-ig {
  background-image: url("../img/icons/sc-ig.svg");
}

a {
  color: inherit;
}
a:hover {
  text-decoration: none;
  color: inherit;
}

p {
  font-size: 18px;
  font-weight: normal;
}

button {
  border: none;
  cursor: pointer;
  background-color: inherit;
}

.btn {
  padding: 0px 32px;
  height: 50px;
  border-radius: 99px;
  min-width: 140px;
  font-weight: bold;
  color: #204289;
  border: 1px solid #204289;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: background 0.25s, color 0.25s;
}
.btn.btn-outline-w {
  background-color: #ffffff;
  border: 1px solid rgba(32, 66, 137, 0.3);
}
.btn:hover {
  color: #ffffff;
  background-color: #204289;
}
.btn:hover .pre-icon.phone {
  background-image: url("../img/icons/btn-phone-w.svg");
}
.btn .pre-icon {
  width: 36px;
  height: 36px;
  margin-right: 12px;
  border-radius: 50%;
  margin-left: -26px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  flex: none;
}
.btn .pre-icon.phone {
  background-image: url("../img/icons/btn-phone.svg");
}
.btn.min-0 {
  min-width: 0px;
}
.btn.btn-primary {
  color: #ffffff;
  background-color: #204289;
}
.btn.btn-primary:hover {
  color: #204289;
  background-color: #ffffff;
}
.btn.btn-primary:hover .pre-icon.video {
  background-image: url("../img/icons/btn-video.svg");
}
.btn.btn-primary .pre-icon.video {
  background-image: url("../img/icons/btn-video-w.svg");
}
.btn.btn-dark {
  color: #ffffff;
  background-color: #07003B;
}
.btn.btn-dark:hover {
  background-color: #204289;
  border-color: #ffffff;
}

.btn-group .btn:not(:first-child) {
  margin-left: 12px;
}

.input {
  padding: 16px 28px;
  transition: border-color 0.25s;
  border: 1px solid rgba(32, 66, 137, 0.3);
  border-radius: 24px;
  display: flex;
}
.input::-moz-placeholder {
  color: rgba(0, 0, 0, 0.5);
}
.input::placeholder {
  color: rgba(0, 0, 0, 0.5);
}

.input-row label {
  margin-bottom: 8px;
}
.input-row .input {
  width: 100%;
}

select.input {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-size: 16px;
  background-position: right 24px center;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.input-group {
  display: flex;
  flex-wrap: wrap;
}
.input-group .input {
  flex: 1 1 240px;
}
.input-group.nowrap {
  flex-wrap: nowrap;
}

.logo {
  width: 220px;
  height: 38px;
  background-image: url("../img/brand/logo-dark.png");
  flex: none;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.logo.logo-w {
  background-image: url("../img/brand/logo-white.png");
}

.nav {
  position: absolute;
  width: 100%;
  z-index: 2;
}
.nav .container {
  max-width: 1400px;
}
.nav .nav-wrapper {
  display: flex;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(32, 66, 137, 0.3);
}
.nav .nav-menus {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-left: 44px;
  color: #07003B;
}
.nav .nav-menus li:not(:first-child) {
  margin-left: 28px;
}
.nav .nav-menu {
  display: flex;
  align-items: center;
}
.nav .menu-btn {
  display: none;
}

.rounded-img {
  position: relative;
  width: 100%;
  padding-top: 100%;
  background: url("../img/illustrations/bg-1.svg") no-repeat center;
  background-size: contain;
}
.rounded-img img {
  height: calc(100% - 32px);
  width: calc(100% - 32px);
  display: block;
  position: absolute;
  top: 16px;
  left: 16px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-radius: 50%;
  box-shadow: -12px 17px 24px rgba(3, 0, 21, 0.23);
}

.content-row {
  display: flex;
  align-items: center;
}
.content-row.fluid {
  align-items: stretch;
}
.content-row .content-media {
  flex: 1;
  display: flex;
  justify-content: center;
}
.content-row .content-media img.img-width {
  max-width: 420px;
  width: 100%;
}
.content-row .content-media.block {
  display: block;
}
.content-row .content-text {
  margin-left: 80px;
  flex: 1;
}
.content-row.reversed {
  flex-direction: row-reverse;
}
.content-row.reversed .content-text {
  margin-left: 0px;
  margin-right: 80px;
}
.content-row + .content-row {
  margin-top: 160px;
}

.section-hero {
  height: 800px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding-top: 92px;
}
.section-hero .container {
  height: 100%;
  display: flex;
}
.section-hero .text-wrapper {
  height: 100%;
  flex: 1;
  display: flex;
  flex-direction: column;
}
.section-hero .text-wrapper .primary {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.section-hero .text-wrapper .secondary {
  display: flex;
  padding: 40px 0px;
}
.section-hero .stat {
  position: relative;
  padding-top: 24px;
}
.section-hero .stat:not(:first-child) {
  margin-left: 40px;
}
.section-hero .stat::before {
  content: "";
  width: 40px;
  height: 4px;
  background-color: #204289;
  position: absolute;
  display: block;
  top: 0px;
  left: 0px;
}
.section-hero .stat-value {
  font-size: 36px;
  font-weight: bold;
  display: flex;
  line-height: 1;
}
.section-hero .stat-value.plus::after {
  content: "+";
  font-size: 22px;
}
.section-hero .stat-label {
  margin-top: 8px;
}
.section-hero .hero-caption {
  font-size: 18px;
}
.section-hero .img-wrapper {
  flex: 1;
  padding-top: 40px;
}
.section-hero .img-wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center bottom;
     object-position: center bottom;
}
.section-hero .hero-scroll {
  position: absolute;
  right: 40px;
  bottom: 40px;
  background-color: rgba(0, 0, 0, 0);
  padding: 0px;
  transition: 0.25s;
}
.section-hero .hero-scroll .text {
  writing-mode: vertical-lr;
  transform: rotate(180deg);
  margin: auto;
  color: #204289;
  font-weight: bold;
}
.section-hero .hero-scroll .svg {
  margin-top: 12px;
  background-image: url("../img/illustrations/learn-more-btn.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 60px;
  height: 80px;
}
.section-hero .hero-scroll:hover {
  transform: translateY(20px);
}

.section {
  padding-top: 100px;
  padding-bottom: 140px;
}
.section.bg-2 {
  background: url("../img/illustrations/bg-2.png") right bottom no-repeat;
  background-size: 700px;
}
.section.bg-3 {
  background: url("../img/illustrations/bg-3.jpg") center no-repeat;
  background-size: cover;
}

.slider-team-wrapper {
  padding-left: calc(50vw - 620px);
  overflow: hidden;
  margin-bottom: -200px;
}
.slider-team-wrapper .container {
  max-width: none;
}
.slider-team-wrapper .splide__track {
  overflow: visible;
}

.slider-review .splide__track .splide__list.review-wrapper {
  display: flex;
  width: 100%;
}
.slider-review li {
  height: 400px;
  border-radius: 12px;
  flex: 1;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding: 24px;
}
.slider-review li:not(:first-child) {
  margin-left: 40px;
}

.slider-team .splide__track {
  padding-top: 16px;
  padding-bottom: 16px;
}
.slider-team .card {
  border-radius: 12px;
  box-shadow: 4px 4px 16px rgba(0, 0, 0, 0.075);
  height: 100%;
  background-color: #ffffff;
  overflow: hidden;
}
.slider-team .card-img {
  height: 300px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.slider-team .card-body {
  padding: 32px;
}
.slider-team .card .role {
  text-transform: uppercase;
  color: #204289;
  font-weight: bold;
  margin-top: 8px;
}
.slider-team .card p {
  margin-top: 20px;
}

.slider-team-prev,
.slider-team-next {
  width: 50px;
  height: 50px;
  padding: 0px;
  background-size: 24px;
  background-position: center;
  background-repeat: no-repeat;
  min-width: auto;
}

.slider-team-prev {
  background-image: url("../img/icons/arrow.svg");
}
.slider-team-prev:hover {
  background-image: url("../img/icons/arrow-w.svg");
}

.slider-team-next {
  background-image: url("../img/icons/arrow-w.svg");
  transform: rotate(180deg);
}
.slider-team-next:hover {
  background-image: url("../img/icons/arrow.svg");
}

.heading-1 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.appointment {
  margin-top: 80px;
}
.appointment h2 {
  color: #ffffff;
}
.appointment .appointment-wrapper {
  text-align: center;
  border-radius: 24px;
  padding: 72px;
  background: url("../img/illustrations/bg-4.jpg") center no-repeat;
  background-size: cover;
}
.appointment .appointment-wrapper .form-wrapper {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.footer {
  background-color: #040025;
  color: #ffffff;
}
.footer .footer-top {
  padding: 80px 0px;
  display: flex;
}
.footer .footer-top .left-wrapper {
  width: 320px;
}
.footer .footer-top .right-wrapper {
  display: flex;
  flex: 1;
}
.footer .footer-top .footer-group {
  flex: 1;
}
.footer .footer-top .footer-group:not(:first-child) {
  margin-left: 24px;
}
.footer .footer-top .title {
  text-transform: uppercase;
  font-weight: bold;
}
.footer .footer-top .content {
  margin-top: 20px;
  display: flex;
  color: #A3AAB4;
}
.footer .footer-top .content .icon {
  width: 24px;
  height: 24px;
  flex: none;
  margin-right: 8px;
}
.footer .footer-top .content .text-bold {
  color: #D4DCE7;
  font-weight: bold;
}
.footer .footer-top .item:not(:first-child) {
  margin-top: 8px;
}
.footer .footer-top .social {
  display: flex;
}
.footer .footer-top .social .icon {
  width: 40px;
  height: 40px;
  background-size: 24px;
  border: 1px solid #A3AAB4;
  border-radius: 50%;
}
.footer .footer-top .social .icon:not(:first-child) {
  margin-left: 12px;
}
.footer .footer-top .social .icon:hover {
  background-color: rgba(255, 255, 255, 0.15);
}
.footer .footer-bottom {
  color: #A3AAB4;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 28px 0px;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
}
.footer .footer-bottom .text-link:not(:first-child) {
  margin-left: 20px;
}
.modal.is-open {
  display: block;
  z-index: 99;
  position: relative;
}
.modal .modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, .75);
  display: flex;
  justify-content: center;
  align-items: flex-start;
  padding: 40px;
  overflow-y: auto
}

.modal .modal-content {
  background-color: #fff;
  padding: 20px;
  max-width: 800px;
  border-radius: 4px
}

.modal .modal-video {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center
}

.modal .modal-header {
  display: flex;
  justify-content: space-between;
  align-items: center
}

.modal .circle-x-btn {
  width: 50px;
  height: 50px;
  background: url("../img/icons/close-w.svg") center/24px no-repeat;
  border-radius: 50%;
  border: 3px solid rgba(255, 255, 255, 1);
  z-index: 1000;
}

.modal .circle-x-btn:hover {
  opacity: .5
}

@keyframes mmfadeIn {
  from {
      opacity: 0
  }
  to {
      opacity: 1
  }
}

@keyframes mmScale {
  from {
      transform: scale(.9)
  }
  to {
      transform: scale(1)
  }
}

.modal.is-open .modal-overlay {
  animation: .3s mmfadeIn
}

.modal.is-open .modal-video {
  transform: translateY(0);
  animation: .3s mmScale
}
.modal {
	display: none;
	position: fixed;
	z-index: 1000;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	background-color: rgb(0,0,0);
	background-color: rgba(0,0,0,0.5);
}
.modal-header {
	padding: 2px 16px;
	background: #FFFFFF;
	position: relative;
}
.modal-header .title {
	text-align: center;
	margin-bottom: 10px;
}
.modal-header .close {
	position: absolute;
	right: 0;
	font-size: 24px;
	cursor: pointer;
}
.modal-body {
	padding: 2px 16px;
	text-align: center;
}
.modal-body #status-icon img {
	height: 70px;
	margin: 25px 0px;
}
.modal-body #status-icon .success {
	color: #4F8A10;
}
.modal-body #status-icon .error {
	color: #D8000C;
}
.modal-content {
	background-color: #fefefe;
	margin: auto;
	border: 1px solid #888;
	width: 50%;
	min-width: 300px;
	max-height: calc(100vh - 200px);
	box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	padding: 50px; 
	overflow-y: auto;
	animation: fadeIn .5s;
	-webkit-animation: fadeIn .5s;
	-moz-animation: fadeIn .5s;
	-o-animation: fadeIn .5s;
	-ms-animation: fadeIn .5s;
}
#message-modal {
	z-index: 10000;
}
@keyframes fadeIn {
	0% {opacity:0;}
	100% {opacity:1;}
}
@-moz-keyframes fadeIn {
	0% {opacity:0;}
	100% {opacity:1;}
}
@-webkit-keyframes fadeIn {
	0% {opacity:0;}
	100% {opacity:1;}
}
@-o-keyframes fadeIn {
	0% {opacity:0;}
	100% {opacity:1;}
}
@-ms-keyframes fadeIn {
	0% {opacity:0;}
	100% {opacity:1;}
}
.input-error {
	border: 2px solid #D8000C !important;
}
.loading {
	display: none;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	right: 0;
	z-index: 1000;
	bottom: 0;
	left: 0;
	background-color: rgba(0,0,0,.3);
}
.spinner {
	height: 100px;
	width: 100px;
	margin: 0px auto;
	-webkit-animation: rotation .6s infinite linear;
	-moz-animation: rotation .6s infinite linear;
	-o-animation: rotation .6s infinite linear;
	animation: rotation .6s infinite linear;
	border: 6px solid rgba(230, 246, 255,1);
	border-top: 6px solid #2B79BE;
	border-radius: 100%;
}
@-webkit-keyframes rotation {
	from {-webkit-transform: rotate(0deg);}
	to {-webkit-transform: rotate(359deg);}
}
@-moz-keyframes rotation {
	from {-moz-transform: rotate(0deg);}
	to {-moz-transform: rotate(359deg);}
}
@-o-keyframes rotation {
	from {-o-transform: rotate(0deg);}
	to {-o-transform: rotate(359deg);}
}
@keyframes rotation {
	from {transform: rotate(0deg);}
	to {transform: rotate(359deg);}
}
@media only screen and (max-width: 1200px) {
  .nav .nav-menus {
    margin-left: 0px;
    position: absolute;
    top: 80px;
    right: 40px;
    background-color: #ffffff;
    display: block;
    width: calc(100% - 20px);
    max-width: 400px;
    z-index: -1;
    opacity: 0;
    transition: all 0.25s;
    transform-origin: top center;
    transform: scale(0.95);
    visibility: hidden;
    padding: 32px;
    border-radius: 12px;
    box-shadow: 4px 4px 16px rgba(0, 0, 0, 0.075);
    border: 1px solid rgba(32, 66, 137, 0.1);
  }
  .nav .nav-menus li:not(:first-child) {
    margin-left: 0px;
    margin-top: 20px;
  }
  .nav .nav-menu {
    display: block;
  }
  .nav .nav-menu.right {
    margin-top: 20px;
  }
  .nav .text-link {
    font-size: 22px;
  }
  .nav .btn-wrapper {
    padding-top: 24px;
    border-top: 1px solid rgba(32, 66, 137, 0.1);
  }
  .nav .btn-wrapper .btn {
    width: 100%;
  }
  .nav .nav-wrapper {
    justify-content: space-between;
  }
  .nav .menu-btn {
    display: flex;
    min-width: auto;
  }
  .nav .menu-btn .text {
    margin-right: 12px;
  }
  .nav .menu-btn:hover .navicon::before,
  .nav .menu-btn:hover .navicon::after,
  .nav .menu-btn:hover .navicon {
    background: #ffffff;
  }
  .nav .navicon {
    background: #204289;
    display: block;
    height: 2px;
    position: relative;
    transition: background 0.2s ease-out;
    width: 24px;
  }
  .nav .navicon::before {
    top: 7px;
  }
  .nav .navicon::after {
    top: -7px;
  }
  .nav .navicon::before, .nav .navicon::after {
    background: #204289;
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    transition: all 0.2s ease-out;
    width: 100%;
  }
  .nav.menu-show .nav-menus {
    z-index: 99;
    visibility: visible;
    opacity: 1;
    transform: scale(1);
  }
  .nav.menu-show .menu-btn .navicon {
    background: rgba(0, 0, 0, 0);
  }
  .nav.menu-show .menu-btn .navicon::before, .nav.menu-show .menu-btn .navicon::after {
    top: 0px;
  }
  .nav.menu-show .menu-btn .navicon::before {
    transform: rotate(-45deg);
  }
  .nav.menu-show .menu-btn .navicon::after {
    transform: rotate(45deg);
  }
}
@media only screen and (max-width: 1024px) {
  .section-hero .btn-group {
    display: block;
  }
  .section-hero .btn-group .btn {
    margin-left: 0px;
    width: 100%;
    max-width: 320px;
  }
  .section-hero .btn-group .btn:not(:first-child) {
    margin-top: 12px;
  }
  .section-hero .text-wrapper {
    margin-right: 40px;
  }
  .section-hero .text-wrapper .secondary {
    padding: 20px 0px;
  }
  .section-hero .stat:not(:first-child) {
    margin-left: 28px;
  }
  .section-hero .img-wrapper {
    margin-right: -40px;
  }
  .section-hero .img-wrapper img {
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: top left;
       object-position: top left;
  }
  .section-hero .hero-scroll {
    display: none;
  }
  .slider-review {
    margin-left: -40px;
    margin-right: -40px;
  }
  .slider-review li {
    flex: none;
    border: 1px solid #D4DCE7;
  }
  .slider-review li:not(:first-child) {
    margin-left: inherit;
  }
  .footer .footer-top {
    display: block;
  }
  .footer .footer-top .left-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    margin-bottom: 40px;
    padding-bottom: 40px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  }
}
@media only screen and (max-width: 768px) {
  h1 {
    font-size: 44px;
  }
  h2 {
    font-size: 32px;
  }
  h3 {
    font-size: 24px;
  }
  .mob-only {
    display: block;
  }
  .hide-mob {
    display: none !important;
  }
  .container {
    padding: 0px 20px;
  }
  .logo {
    width: 180px;
    height: 34px;
  }
  .btn-group {
    max-width: 320px;
    margin-left: auto;
    margin-right: auto;
  }
  .btn-group .btn {
    width: 100%;
  }
  .btn-group .btn:not(:first-child) {
    margin-left: 0px;
    margin-top: 12px;
  }
  .content-row {
    flex-direction: column;
  }
  .content-row .content-text {
    margin-left: 0px;
    margin-top: 40px;
  }
  .content-row.reversed {
    flex-direction: column;
  }
  .content-row.reversed .content-text {
    margin-right: 0px;
  }
  .content-row.mob-reversed {
    flex-direction: column-reverse;
  }
  .content-row.mob-reversed .content-text {
    margin-top: 0px;
    margin-bottom: 40px;
  }
  .nav .nav-wrapper {
    padding-top: 16px;
    padding-bottom: 12px;
  }
  .nav .nav-menus {
    top: 70px;
    right: 10px;
  }
  .nav .menu-btn {
    width: 50px;
    padding: 0px;
    border-radius: 12px;
    border: none;
    background-color: rgba(0, 0, 0, 0);
  }
  .nav .menu-btn .text {
    display: none;
  }
  .nav .menu-btn:hover .navicon::before,
  .nav .menu-btn:hover .navicon::after,
  .nav .menu-btn:hover .navicon {
    background: #204289;
  }
  .nav.menu-show .menu-btn .navicon {
    background: rgba(0, 0, 0, 0);
  }
  .section-hero {
    height: auto;
  }
  .section-hero .container {
    display: block;
  }
  .section-hero .text-wrapper {
    margin-right: 0px;
    text-align: center;
  }
  .section-hero .primary {
    padding: 40px 0px;
  }
  .section-hero .secondary .stat {
    padding-top: 20px;
    text-align: center;
    flex: 1;
  }
  .section-hero .secondary .stat::before {
    width: 100%;
    height: 2px;
    background-color: rgba(32, 66, 137, 0.3);
  }
  .section-hero .secondary .stat-value {
    justify-content: center;
    margin-right: -12px;
    font-size: 27px;
  }
  .section-hero .secondary .stat:not(:first-child) {
    margin-left: 20px;
  }
  .section-hero .img-wrapper {
    padding-top: 20px;
    margin-left: auto;
    margin-right: auto;
    height: 320px;
    max-width: 400px;
  }
  .section {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .office-overview {
    width: 100%;
  }
  .slider-review {
    margin-left: -20px;
    margin-right: -20px;
  }
  .slider-btn {
    display: none;
  }
  .slider-team .card-body {
    padding: 24px;
  }
  .slider-team .slider-team-wrapper {
    padding-left: 0px;
  }
  .appointment {
    margin-top: 120px;
  }
  .appointment .appointment-wrapper {
    padding: 50px 20px;
  }
  .footer .footer-top {
    padding: 60px 0px;
  }
  .footer .footer-top .right-wrapper {
    display: block;
  }
  .footer .footer-top .footer-group:not(:first-child) {
    margin-left: 0px;
    margin-top: 40px;
  }
  .footer .footer-bottom {
    display: block;
    text-align: center;
  }
  .footer .footer-bottom .links {
    margin-bottom: 20px;
  }
}/*# sourceMappingURL=style.css.map */