@import 'fontello.css';
* {
  outline: none !important;
}
html,
body {
  height: 100%;
}
body {
  font-family: 'Plus Jakarta Sans', serif;
  color: #18233e;
  font-size: 15px;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
::-moz-selection {
  background-color: #18233e;
  color: #fff;
}
::selection {
  background-color: #18233e;
  color: #fff;
}
img {
  max-width: 100%;
  height: auto;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Frank Ruhl Libre', serif;
  margin: 0;
}
h1,
.h1 {
  font-size: 38px;
}
h2,
.h2 {
  font-size: 32px;
}
h3,
.h3 {
  font-size: 26px;
}
h4,
.h4 {
  font-size: 20px;
}
h5,
.h5 {
  font-size: 16px;
}
h6,
.h6 {
  font-size: 14px;
  font-weight: 600;
}
a {
  color: #18233e;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
a:hover {
  color: #084783;
  text-decoration: none;
}
a:focus {
  color: #18233e;
  text-decoration: none;
}
p {
  color: #18233e;
  line-height: 1.6;
  margin: 0;
}
.form-group:last-child {
  margin-bottom: 0;
}
.form-control {
  padding: 20px;
  height: 55px;
  border-radius: 0;
  background-color: #fff;
  font-size: 14px;
  box-shadow: none;
  border: none;
  border-bottom: 2px solid #fff;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.form-select {
  border: 1px solid #e7e7e7;
  position: relative;
}
.form-select:after {
  content: '\e64b';
  font-family: 'themify';
  position: absolute;
  top: 50%;
  right: 12px;
  margin-top: -9px;
  font-size: 13px;
}
.form-select select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  height: 53px;
}
section {
  padding: 100px 0;
  position: relative;
  overflow: hidden;
  z-index: 10;
  background-color: #fff;
}
.title-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 50px;
  margin-bottom: 30px;
}
.title-grid .title {
  margin-bottom: 0;
}
.title {
  margin: 0 0 30px 0;
  position: relative;
  z-index: 10;
}
.title.right {
  text-align: right;
}
.title.center {
  text-align: center;
}
.title h1 {
  margin: 0;
  font-weight: 600;
  font-size: 58px;
}
.title h2 {
  margin: 0;
  font-weight: 600;
  font-size: 48px;
}
.title h3 {
  margin: 0;
  font-weight: 600;
  font-size: 38px;
}
.title h4 {
  font-family: 'Plus Jakarta Sans', serif;
  color: #084783;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 1px;
  margin: 0 0 20px 0;
}
.title .tag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 12px;
  background-color: rgba(8, 72, 131, 0.4);
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 18px;
  letter-spacing: 1px;
  padding: 8px 16px;
  border-radius: 25px;
}
.title p {
  font-size: 18px;
  margin: 25px 0 0 0;
  font-weight: 400;
}
#loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 20000;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
}
#mask {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  height: 100%;
  margin: 0 auto;
}
#mask img {
  width: 240px;
}
.loader-1 {
  margin-top: 40px;
  height: 50px;
  width: 50px;
  -webkit-animation: loader-1-1 4.8s linear infinite;
  animation: loader-1-1 4.8s linear infinite;
}
.loader-1 span {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  height: 50px;
  width: 50px;
  clip: rect(0, 50px, 50px, 25px);
  -webkit-animation: loader-1-2 1.2s linear infinite;
  animation: loader-1-2 1.2s linear infinite;
}
@-webkit-keyframes loader-1-2 {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(220deg);
  }
}
@keyframes loader-1-2 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(220deg);
  }
}
.loader-1 span::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  height: 50px;
  width: 50px;
  clip: rect(0, 50px, 50px, 25px);
  border: 3px solid #18233e;
  border-radius: 50%;
  -webkit-animation: loader-1-3 1.2s cubic-bezier(0.77, 0, 0.175, 1) infinite;
  animation: loader-1-3 1.2s cubic-bezier(0.77, 0, 0.175, 1) infinite;
}
@-webkit-keyframes loader-1-3 {
  0% {
    -webkit-transform: rotate(-140deg);
  }
  50% {
    -webkit-transform: rotate(-160deg);
  }
  100% {
    -webkit-transform: rotate(140deg);
  }
}
@keyframes loader-1-3 {
  0% {
    transform: rotate(-140deg);
  }
  50% {
    transform: rotate(-160deg);
  }
  100% {
    transform: rotate(140deg);
  }
}
@-webkit-keyframes loader-1-1 {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes loader-1-1 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
#topnav {
  position: fixed;
  right: 0;
  left: 0;
  top: 0;
  z-index: 200;
  background-color: transparent;
  border: 0;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
#topnav.scroll {
  background-color: #fff;
  -webkit-box-shadow: 0 1.8vw 4vw -0.7vw rgb(0 0 0 / 20%);
  box-shadow: 0 1.8vw 4vw -0.7vw rgb(0 0 0 / 20%);
}
#topnav .container {
  position: relative;
  display: flex;
  align-items: center;
}
#topnav #navigation {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  left: 0;
  right: 0;
  margin: 0;
  height: 100%;
}
#topnav .navbar-toggle.open span {
  position: relative;
}
#topnav .navbar-toggle.open span:first-child {
  top: 4px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#topnav .navbar-toggle.open span:nth-child(2) {
  display: none;
}
#topnav .navbar-toggle.open span:last-child {
  width: 100%;
  top: -3px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#topnav .navbar-toggle span {
  height: 2px;
  width: 100%;
  background-color: #fff;
  display: block;
  margin-bottom: 6px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
#topnav .navbar-toggle span:last-child {
  width: 75%;
  margin-bottom: 0;
}
#topnav .navbar-toggle:hover {
  background-color: transparent;
}
#topnav .navbar-toggle:hover span {
  background-color: #fff;
}
#topnav .navbar-toggle:focus {
  background-color: transparent;
}
#topnav .navigation-menu {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  height: 100%;
  width: 100%;
  justify-content: flex-end;
}
#topnav .navigation-menu > li {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
#topnav .navigation-menu > li:before {
  content: '';
  opacity: 0;
  width: 0;
  height: 2px;
  border-radius: 4px;
  background-color: #fff;
  position: absolute;
  bottom: 20px;
  margin: auto;
  z-index: -1;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
#topnav.scroll .navigation-menu > li:before {
  background-color: #18233e;
}
#topnav .navigation-menu > li:hover:before {
  width: 70%;
  opacity: 1;
}
#topnav .navigation-menu > li > a {
  display: inline-flex;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 0 20px;
  height: 100%;
  align-items: center;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#topnav .navigation-menu > li > a:hover,
#topnav .navigation-menu > li > a:focus {
  opacity: 0.7;
}
#topnav.scroll .navigation-menu > li > a {
  color: #18233e;
}
#topnav .logo {
  opacity: 1;
  position: relative;
  z-index: 20;
  padding: 18px 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#topnav.scroll .logo {
  padding: 16px 0;
}
#topnav .logo:hover {
  opacity: 0.7;
}
#topnav .logo img {
  height: 45px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#topnav .logo .logo-light {
  display: block;
}
#topnav .logo .logo-dark {
  display: none;
}
#topnav.scroll .logo .logo-light {
  display: none;
}
#topnav.scroll .logo .logo-dark {
  display: block;
}
#topnav.scroll .logo img {
  height: 45px;
}
#topnav .btn-lang {
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  width: 2.5vw;
  height: 2.5vw;
  border-radius: 4px;
  position: absolute;
  right: 0;
}
#topnav .btn-lang:hover {
  background-color: #4c8fcc;
  color: #fff;
}
#video-bg {
  position: fixed;
  z-index: -1;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#home {
  padding: 0;
  height: 100%;
  border: 0;
}
#home .centrize {
  z-index: 100;
}
#home-slider {
  border: 0;
  margin: 0;
  height: 100%;
}
#home-slider .slides {
  height: 100%;
}
#home-slider .slides > li {
  height: 100%;
}
#home-slider.kenburn .slide-image {
  transition: transform 6s ease 0s;
  -webkit-transition: -webkit-transform 6s ease 0s;
  -moz-transition: -moz-transform 6s ease 0s;
  -moz-transform-origin: center center;
}
#home-slider .flex-direction-nav > li {
  position: absolute;
  top: 50%;
  margin-top: -20px;
  z-index: 2000;
}
#home-slider .flex-direction-nav > li.flex-nav-prev {
  left: 0;
}
#home-slider .flex-direction-nav > li.flex-nav-next {
  right: 0;
}
#home-slider .flex-direction-nav > li > a {
  display: block;
  color: #fff;
  width: 40px;
  height: 40px;
  text-align: center;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#home-slider .flex-direction-nav > li > a:hover {
  text-shadow: 0 0 5px rgba(255, 255, 255, 0.8);
}
.slide-image {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.slide-image.ff-fix {
  position: absolute;
}
.slide-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
  position: relative;
  background: rgb(0, 0, 0);
  background: linear-gradient(
    0deg,
    rgba(0, 0, 0, 0.2) 0%,
    rgba(0, 0, 0, 0.8) 100%
  );
  z-index: 200;
}
.slide-content {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: relative;
  z-index: 10;
  color: #fff;
  text-align: center;
  width: 100%;
  height: 100%;
}
.slide-content h1 {
  font-weight: 500;
  font-size: 64px;
  margin: 0 auto;
  margin-bottom: 30px;
  width: 100%;
  max-width: 991px;
}
.slide-content p {
  font-weight: 500;
  font-size: 20px;
  width: 100%;
  max-width: 991px;
  margin: 0 auto;
}
.slide-content .btn-mid {
  margin-top: 40px;
}
.flexslider .cover-bg {
  transform: scale(1);
  -webkit-transform: scale(1);
  transition: all 5s cubic-bezier(0.85, 0, 0.3, 1);
  -webkit-transition: all 5s cubic-bezier(0.85, 0, 0.3, 1);
}
.flex-active-slide .cover-bg {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
}
.flex-control-nav {
  display: none;
  position: absolute;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
  bottom: 20px;
  z-index: 100;
}
.flex-control-nav > li {
  width: 25px;
  text-align: center;
  margin-bottom: 15px;
  display: inline-block;
}
.flex-control-paging > li > a {
  width: 12px;
  height: 12px;
  text-indent: -9999px;
  display: block;
  margin: auto;
  z-index: 1000;
  border: 1px solid rgba(255, 255, 255, 0.65);
  cursor: pointer;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.flex-control-paging > li > a.flex-active:before {
  content: '';
  position: absolute;
  left: 2px;
  top: 2px;
  right: 2px;
  bottom: 2px;
  background-color: #fff;
}
footer {
  position: relative;
  z-index: 20;
}
.footer-top {
  padding: 100px 0;
  background-color: #18233e;
}
.footer-grid {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr;
  grid-gap: 80px;
}
.footer-logo img {
  height: 45px;
  margin: 0 0 30px 0;
}
.footer-logo p {
  font-size: 20px;
  font-weight: 700;
  color: #fff;
}
.footer-title {
  font-weight: 700;
  margin: 0 0 20px 0;
  color: #fff;
  font-size: 20px;
}
.footer-column a {
  opacity: 1;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1px;
  display: block;
  margin: 0 0 15px 0;
  color: #fff;
}
.footer-column a:hover {
  opacity: 0.6;
}
.footer-group a {
  margin: 0;
}
.footer-group a {
  text-transform: initial;
  letter-spacing: 0px;
}
.footer-row {
  display: grid;
  grid-template-columns: 50px 1fr;
  grid-gap: 15px;
  align-items: center;
  margin-bottom: 10px;
}
.footer-row:last-child {
  margin-bottom: 0;
}
.footer-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  background-color: #084783;
  font-weight: 700;
  color: #fff;
}
.footer-bottom {
  padding: 30px 0;
  background-color: #151b2c;
}
.footer-bottom p {
  text-align: center;
  color: #fff;
  font-size: 15px;
}
.footer-bottom a {
  opacity: 1;
  font-weight: 700;
  color: #fff;
}
.footer-bottom a:hover {
  opacity: 0.6;
}
.scroll-btn {
  opacity: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  margin: auto;
  bottom: 80px;
  width: 40px;
  z-index: 100;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.scroll-btn:hover {
  opacity: 0.7;
}
.scroll-btn > *:hover,
.scroll-btn > *:focus,
.scroll-btn > *.active {
  color: #ffffff;
}
.scroll-btn > *:hover,
.scroll-btn > *:focus,
.scroll-btn > *:active,
.scroll-btn > *.active {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.scroll-btn .mouse {
  position: relative;
  display: block;
  width: 40px;
  height: 60px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 2px solid white;
  border-radius: 20px;
}
.scroll-btn .mouse > * {
  position: absolute;
  display: block;
  top: 29%;
  left: 50%;
  width: 8px;
  height: 8px;
  margin: -4px 0 0 -4px;
  background: white;
  border-radius: 50%;
  -webkit-animation: ani-mouse 2.5s linear infinite;
  -moz-animation: ani-mouse 2.5s linear infinite;
  animation: ani-mouse 2.5s linear infinite;
}
@-webkit-keyframes ani-mouse {
  0% {
    opacity: 1;
    top: 29%;
  }
  15% {
    opacity: 1;
    top: 50%;
  }
  50% {
    opacity: 0;
    top: 50%;
  }
  100% {
    opacity: 0;
    top: 29%;
  }
}
@-moz-keyframes ani-mouse {
  0% {
    opacity: 1;
    top: 29%;
  }
  15% {
    opacity: 1;
    top: 50%;
  }
  50% {
    opacity: 0;
    top: 50%;
  }
  100% {
    opacity: 0;
    top: 29%;
  }
}
@keyframes ani-mouse {
  0% {
    opacity: 1;
    top: 29%;
  }
  15% {
    opacity: 1;
    top: 50%;
  }
  50% {
    opacity: 0;
    top: 50%;
  }
  100% {
    opacity: 0;
    top: 29%;
  }
}
.alert {
  border-radius: 0;
  font-size: 16px;
  background-color: transparent;
}
.alert.alert-danger {
  border-color: #e74c3c;
  color: #e74c3c;
}
.alert.alert-success {
  border-color: #2ecc71;
  color: #2ecc71;
}
.centrize {
  display: table;
  table-layout: fixed;
  height: 100%;
  width: 100%;
  position: relative;
}
.upper {
  text-transform: uppercase;
}
.ov-v {
  overflow: visible;
}
.ov-h {
  overflow: hidden;
}
.b-0 {
  border: 0 !important;
}
.bt-0 {
  border-top: 0 !important;
}
.br-0 {
  border-right: 0 !important;
}
.bb-0 {
  border-bottom: 0 !important;
}
.bl-0 {
  border-left: 0 !important;
}
.border-top {
  border-top: 1px solid #e7e7e7;
}
.border-right {
  border-right: 1px solid #e7e7e7;
}
.border-bottom {
  border-bottom: 1px solid #e7e7e7;
}
.border-left {
  border-left: 1px solid #e7e7e7;
}
.m-0 {
  margin: 0 !important;
}
.mb-0 {
  margin-bottom: 0 !important;
}
.mt-0 {
  margin-top: 0 !important;
}
.mr-0 {
  margin-right: 0 !important;
}
.ml-0 {
  margin-left: 0 !important;
}
.mb-10 {
  margin-bottom: 10px !important;
}
.mr-10 {
  margin-right: 10px !important;
}
.ml-10 {
  margin-left: 10px !important;
}
.mt-10 {
  margin-top: 10px !important;
}
.mb-15 {
  margin-bottom: 15px !important;
}
.mr-15 {
  margin-right: 15px !important;
}
.ml-15 {
  margin-left: 15px !important;
}
.mt-15 {
  margin-top: 15px !important;
}
.mb-25 {
  margin-bottom: 25px !important;
}
.mr-25 {
  margin-right: 25px !important;
}
.ml-25 {
  margin-left: 25px !important;
}
.mt-25 {
  margin-top: 25px !important;
}
.mb-50 {
  margin-bottom: 50px !important;
}
.mr-50 {
  margin-right: 50px !important;
}
.ml-50 {
  margin-left: 50px !important;
}
.mt-50 {
  margin-top: 50px !important;
}
.p-0 {
  padding: 0 !important;
}
.pb-0 {
  padding-bottom: 0 !important;
}
.pt-0 {
  padding-top: 0 !important;
}
.pr-0 {
  padding-right: 0 !important;
}
.pl-0 {
  padding-left: 0 !important;
}
.pb-15 {
  padding-bottom: 15px;
}
.pr-15 {
  padding-right: 15px;
}
.pl-15 {
  padding-left: 15px;
}
.pt-15 {
  padding-top: 15px;
}
.pb-25 {
  padding-bottom: 25px;
}
.pr-25 {
  padding-right: 25px;
}
.pl-25 {
  padding-left: 25px;
}
.pt-25 {
  padding-top: 25px;
}
.pb-50 {
  padding-bottom: 50px;
}
.pr-50 {
  padding-right: 50px;
}
.pl-50 {
  padding-left: 50px;
}
.pt-50 {
  padding-top: 50px;
}
.white {
  color: #fff;
}
.cover-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 12;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background: rgb(0, 0, 0);
  background: linear-gradient(
    0deg,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.8) 100%
  );
}
.gradient-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 12;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background: rgb(0, 0, 0);
  background: rgb(0, 0, 0);
  background: linear-gradient(
    0deg,
    rgba(0, 0, 0, 0.8) 0%,
    rgba(0, 0, 0, 0.2) 100%
  );
}
.btn-mid {
  position: relative;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  outline: none;
  border: none;
  padding: 8px 8px 8px 36px;
  min-width: 150px;
  background-color: #084783;
  border-radius: 40px;
  color: #fff;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.btn-mid span {
  text-transform: uppercase;
  font-weight: 800;
  font-size: 15px;
  letter-spacing: 1px;
}
.btn-mid i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 12px;
  background-color: #fff;
  color: #084783;
  width: 45px;
  height: 45px;
  border-radius: 100%;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.btn-mid:hover {
  background-color: #18233e;
  color: #fff;
}
.btn-mid:hover i {
  background-color: #18233e;
  color: #fff;
}
.btn-more {
  position: relative;
  cursor: pointer;
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: transparent !important;
  border-bottom: 2px solid #084783;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.btn-more:after {
  content: attr(data-on);
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #084783;
  text-align: center;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.btn-more:hover {
  color: #18233e;
  border-color: transparent;
}
.btn-more:hover:after {
  color: #18233e;
  border-color: transparent;
}
.areas-grid.active .btn-more:after {
  content: attr(data-off);
}
.areas-grid.active .btn-more {
  letter-spacing: 4px;
}
.btn-center {
  display: block;
  margin-top: 50px;
  text-align: center;
}
.about-main {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 80px;
  align-items: center;
}
.about-main p {
  margin-bottom: 20px;
  font-size: 16px;
  opacity: 0.9;
}
.about-main p:last-child {
  margin-bottom: 0;
}
.about-main .btn-mid {
  margin-top: 30px;
}
.about-img {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  border-radius: 12px;
  overflow: hidden;
}
.about-img img {
  width: 100%;
}
.about-text {
  display: block;
  padding: 60px 0;
}
.banner {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  height: 700px;
}
.banner .cover-bg {
  background-attachment: fixed;
}
.banner-title {
  padding: 0 20px;
  text-align: center;
  z-index: 20;
}
.banner-title .btn-mid {
  margin-top: 40px;
}
.items-slider {
  margin-top: 140px;
}
.items-box {
  height: 500px;
  position: relative;
  overflow: hidden;
  display: inline-flex !important;
  margin-right: 20px;
  align-items: flex-end;
  cursor: pointer;
  border-radius: 12px;
}
.items-info {
  padding: 50px;
  position: relative;
  z-index: 20;
}
.items-info h3 {
  margin: 0;
  font-weight: 500;
  font-size: 30px;
  text-align: left;
  color: #fff;
}
.items-info p {
  color: #fff;
  font-weight: 500;
  text-align: center;
}
.items-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  padding: 10px;
  background-color: #084783;
  font-weight: 700;
  font-size: 20px;
  margin: 0 auto;
  margin-bottom: 30px;
  color: #fff;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.items-box:hover .items-icon {
  background-color: #18233e;
}
.items-tag {
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
  margin-bottom: 20px;
}
.tag-sub {
  position: relative;
  top: 0;
  opacity: 1;
  border-radius: 20px;
  padding: 8px 24px;
  background-color: #084783;
  color: #fff;
  font-weight: 700;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
.tag-btn {
  position: absolute;
  border-radius: 20px;
  padding: 8px 24px;
  background-color: #18233e;
  color: #fff;
  font-weight: 700;
  font-size: 12px;
  bottom: -40px;
  text-transform: uppercase;
  letter-spacing: 1px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.items-box:hover .tag-sub {
  opacity: 0;
  top: -5px;
}
.items-box:hover .tag-btn {
  bottom: 0;
}
.items-icon img {
  display: block;
  width: 100%;
}
.items-box:hover .cover-bg {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
}
.items-box .gradient-overlay {
  opacity: 1;
}
.items-box:hover .gradient-overlay {
  opacity: 0;
}
.slick-list {
  padding: 0;
  margin-right: -20px;
}
.slick-arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background-color: #084783;
  font-size: 0;
  width: 60px;
  height: 60px;
  border-radius: 100%;
  border: none;
  text-align: center;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.slick-arrow:hover {
  background-color: #18233e;
}
.slick-prev {
  position: absolute;
  top: -80px;
  right: 70px;
}
.slick-prev:before {
  content: '\e927';
  font-family: 'fontello';
  font-size: 15px;
  position: absolute;
}
.slick-next {
  position: absolute;
  top: -80px;
  right: 0;
}
.slick-next:before {
  content: '\e928';
  font-family: 'fontello';
  font-size: 15px;
  position: absolute;
}
.top-section {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 70%;
  min-height: 600px;
}
.top-section .container {
  margin-top: 80px;
  position: relative;
  z-index: 20;
}
.top-info {
  width: 100%;
  max-width: 768px;
}
.top-section .cover-bg {
  background-attachment: fixed;
}
.top-section .overlay {
  background-color: rgba(0, 0, 0, 0.4);
}
.top-section .scroll-btn {
  position: relative;
  bottom: inherit;
  margin: 50px 0 0 0;
}
#kbh {
  overflow: visible;
  z-index: 10;
}
.kbh-grid {
  display: block;
}
.kbh-text p {
  margin: 0 0 30px 0;
  line-height: 1.6;
}
.kbh-text p:last-child {
  margin-bottom: 0;
}
.kbh-img {
  display: flex;
  position: relative;
  width: 100%;
  height: 600px;
  margin-top: 60px;
  border-radius: 12px;
  overflow: hidden;
}
.team-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 20px;
  margin-top: 50px;
}
.team-img {
  cursor: pointer;
  position: relative;
  background-color: #e7e7e7;
  border-radius: 8px;
  overflow: hidden;
}
.team-img img {
  width: 100%;
  max-width: inherit;
  opacity: 1;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.team-img:hover img {
  opacity: 0.8;
}
.team-info {
  display: block;
}
.team-title h3 {
  font-size: 26px;
}
.team-title h2 {
  font-size: 34px;
}
.team-title span {
  font-size: 18px;
  color: #084783;
  font-weight: 600;
}
.team-box {
  padding: 12px;
  background-color: #f8f8f8;
  border-radius: 12px;
}
.team-title {
  padding: 16px;
}
.team-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  position: absolute;
  top: 12px;
  right: 12px;
  background-color: #084783;
  color: #fff;
  border-radius: 6px;
}
.team-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
  z-index: 2000;
  opacity: 0;
  pointer-events: none;
  background-color: rgba(0, 0, 0, 0.6);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.team-modal.active {
  opacity: 1;
  pointer-events: visible;
}
.modal-close {
  position: absolute;
  top: 30px;
  right: 30px;
  width: 60px;
  height: 60px;
  border-radius: 100%;
  background-color: #084783;
  color: #fff;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 20;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.modal-close:hover {
  background-color: #18233e;
}
.cv-container {
  opacity: 0;
  background-color: #fff;
  border-radius: 12px;
  padding: 50px;
  max-width: 768px;
  position: absolute;
  margin-bottom: -300px;
  pointer-events: none;
  transition: all 0.5s cubic-bezier(0.86, 0, 0.07, 1);
  -webkit-transition: all 0.5s cubic-bezier(0.86, 0, 0.07, 1);
}
.cv-container.active {
  opacity: 1;
  margin-bottom: 0;
  pointer-events: visible;
}
.cv-container .team-title {
  padding: 0;
  margin-bottom: 30px;
}
.full-container {
  display: block;
  width: 100%;
}
.areas-text {
  width: 100%;
  display: inline-block;
  padding: 60px 40px;
  position: relative;
  transition: all 0.5s cubic-bezier(0.86, 0, 0.07, 1);
  -webkit-transition: all 0.5s cubic-bezier(0.86, 0, 0.07, 1);
}
.areas-text p {
  margin-bottom: 30px;
}
.areas-text p:last-child {
  margin-bottom: 0;
}
.areas-action {
  position: relative;
  z-index: 200;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.accordion-arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  border-radius: 100%;
  background-color: #084783;
  color: #fff;
  transition: all 0.5s cubic-bezier(0.86, 0, 0.07, 1);
  -webkit-transition: all 0.5s cubic-bezier(0.86, 0, 0.07, 1);
}
.accordion-title {
  height: 350px;
  border-radius: 12px;
  overflow: hidden;
  position: relative;
  display: flex;
  align-items: flex-end;
  padding: 40px;
  cursor: pointer;
}
.accordion-title:hover .gradient-overlay {
  opacity: 0.5;
}
.accordion li.active .accordion-arrow {
  transform: rotate(540deg);
}
.accordion li {
  margin-bottom: 50px;
}
.form-container form {
  position: relative;
}
.form-container {
  padding: 50px;
  background-color: #18233e;
  position: relative;
  border-radius: 12px;
}
.form-full {
  grid-column: span 2;
}
.form-2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 15px;
}
.form-half {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 15px;
}
.form-right {
  text-align: right;
}
textarea.form-control {
  height: 150px;
}
.form-control::-webkit-input-placeholder {
  color: #18233e;
  opacity: 1;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.form-control::-moz-placeholder {
  color: #18233e;
  opacity: 1;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.form-control:-ms-input-placeholder {
  color: #18233e;
  opacity: 1;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.form-control::placeholder {
  color: #18233e;
  opacity: 1;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.contact-grid {
  display: grid;
  grid-template-columns: 350px 1fr;
  grid-gap: 60px;
}
.contact-info {
  display: block;
}
.contact-box {
  display: grid;
  grid-template-columns: 60px 1fr;
  grid-gap: 16px;
  align-items: center;
  margin-bottom: 40px;
}
.contact-box h3 {
  margin: 0 0 4px 0;
}
.contact-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  border-radius: 100%;
  color: #fff;
  background-color: #084783;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.contact-icon:hover {
  background-color: #18233e;
  color: #fff;
}
