@charset "UTF-8";
/*
Theme Name: Flying Ravens
Author: Adim Subedi
Author URI: https://www.itsadim.com/
Description: 
Version: 1.0
Tags: Responsive, 
Text Domain: itsadimonly
*/
@media (max-width: 575px) {
  .col-xs {
    flex: 1 0 100%;
    max-width: 100%;
  }
  .col-xs-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xs-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-xs-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xs-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xs-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-xs-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-xs-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xs-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-xs-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-xs-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xs-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-xs-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-xs-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .offset-xs-0 {
    margin-left: 0%;
  }
  .offset-xs-1 {
    margin-left: 8.3333333333%;
  }
  .offset-xs-2 {
    margin-left: 16.6666666667%;
  }
  .offset-xs-3 {
    margin-left: 25%;
  }
  .offset-xs-4 {
    margin-left: 33.3333333333%;
  }
  .offset-xs-5 {
    margin-left: 41.6666666667%;
  }
  .offset-xs-6 {
    margin-left: 50%;
  }
  .offset-xs-7 {
    margin-left: 58.3333333333%;
  }
  .offset-xs-8 {
    margin-left: 66.6666666667%;
  }
  .offset-xs-9 {
    margin-left: 75%;
  }
  .offset-xs-10 {
    margin-left: 83.3333333333%;
  }
  .offset-xs-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 576px) {
  .col-sm {
    flex: 1 0 0%;
    max-width: 100%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-sm-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-sm-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-sm-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-sm-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-sm-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .offset-sm-0 {
    margin-left: 0%;
  }
  .offset-sm-1 {
    margin-left: 8.3333333333%;
  }
  .offset-sm-2 {
    margin-left: 16.6666666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.3333333333%;
  }
  .offset-sm-5 {
    margin-left: 41.6666666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.3333333333%;
  }
  .offset-sm-8 {
    margin-left: 66.6666666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.3333333333%;
  }
  .offset-sm-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex: 1 0 0%;
    max-width: 100%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-md-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-md-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-md-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-md-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-md-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .offset-md-0 {
    margin-left: 0%;
  }
  .offset-md-1 {
    margin-left: 8.3333333333%;
  }
  .offset-md-2 {
    margin-left: 16.6666666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.3333333333%;
  }
  .offset-md-5 {
    margin-left: 41.6666666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.3333333333%;
  }
  .offset-md-8 {
    margin-left: 66.6666666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.3333333333%;
  }
  .offset-md-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1024px) {
  .col-lg {
    flex: 1 0 0%;
    max-width: 100%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-lg-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-lg-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-lg-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-lg-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-lg-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .offset-lg-0 {
    margin-left: 0%;
  }
  .offset-lg-1 {
    margin-left: 8.3333333333%;
  }
  .offset-lg-2 {
    margin-left: 16.6666666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.3333333333%;
  }
  .offset-lg-5 {
    margin-left: 41.6666666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.3333333333%;
  }
  .offset-lg-8 {
    margin-left: 66.6666666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.3333333333%;
  }
  .offset-lg-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1366px) {
  .col-xl {
    flex: 1 0 0%;
    max-width: 100%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-xl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-xl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-xl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-xl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .offset-xl-0 {
    margin-left: 0%;
  }
  .offset-xl-1 {
    margin-left: 8.3333333333%;
  }
  .offset-xl-2 {
    margin-left: 16.6666666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.3333333333%;
  }
  .offset-xl-5 {
    margin-left: 41.6666666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.3333333333%;
  }
  .offset-xl-8 {
    margin-left: 66.6666666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.3333333333%;
  }
  .offset-xl-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1440px) {
  .col-xxl {
    flex: 1 0 0%;
    max-width: 100%;
  }
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xxl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-xxl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xxl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xxl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-xxl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-xxl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xxl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-xxl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-xxl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xxl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-xxl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-xxl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .offset-xxl-0 {
    margin-left: 0%;
  }
  .offset-xxl-1 {
    margin-left: 8.3333333333%;
  }
  .offset-xxl-2 {
    margin-left: 16.6666666667%;
  }
  .offset-xxl-3 {
    margin-left: 25%;
  }
  .offset-xxl-4 {
    margin-left: 33.3333333333%;
  }
  .offset-xxl-5 {
    margin-left: 41.6666666667%;
  }
  .offset-xxl-6 {
    margin-left: 50%;
  }
  .offset-xxl-7 {
    margin-left: 58.3333333333%;
  }
  .offset-xxl-8 {
    margin-left: 66.6666666667%;
  }
  .offset-xxl-9 {
    margin-left: 75%;
  }
  .offset-xxl-10 {
    margin-left: 83.3333333333%;
  }
  .offset-xxl-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1536px) {
  .col-xxxl {
    flex: 1 0 0%;
    max-width: 100%;
  }
  .col-xxxl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xxxl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-xxxl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xxxl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xxxl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-xxxl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-xxxl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xxxl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-xxxl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-xxxl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xxxl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-xxxl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-xxxl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .offset-xxxl-0 {
    margin-left: 0%;
  }
  .offset-xxxl-1 {
    margin-left: 8.3333333333%;
  }
  .offset-xxxl-2 {
    margin-left: 16.6666666667%;
  }
  .offset-xxxl-3 {
    margin-left: 25%;
  }
  .offset-xxxl-4 {
    margin-left: 33.3333333333%;
  }
  .offset-xxxl-5 {
    margin-left: 41.6666666667%;
  }
  .offset-xxxl-6 {
    margin-left: 50%;
  }
  .offset-xxxl-7 {
    margin-left: 58.3333333333%;
  }
  .offset-xxxl-8 {
    margin-left: 66.6666666667%;
  }
  .offset-xxxl-9 {
    margin-left: 75%;
  }
  .offset-xxxl-10 {
    margin-left: 83.3333333333%;
  }
  .offset-xxxl-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 0) {
  .show-above {
    display: block !important;
  }
  .hide-above {
    display: none !important;
  }
}
@media (max-width: -1) {
  .show-below {
    display: block !important;
  }
  .hide-below {
    display: none !important;
  }
}
@media (min-width: 576px) {
  .show-above-sm {
    display: block !important;
  }
  .hide-above-sm {
    display: none !important;
  }
}
@media (max-width: 575px) {
  .show-below-sm {
    display: block !important;
  }
  .hide-below-sm {
    display: none !important;
  }
}
@media (min-width: 768px) {
  .show-above-md {
    display: block !important;
  }
  .hide-above-md {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .show-below-md {
    display: block !important;
  }
  .hide-below-md {
    display: none !important;
  }
}
@media (min-width: 1024px) {
  .show-above-lg {
    display: block !important;
  }
  .hide-above-lg {
    display: none !important;
  }
}
@media (max-width: 1023px) {
  .show-below-lg {
    display: block !important;
  }
  .hide-below-lg {
    display: none !important;
  }
}
@media (min-width: 1366px) {
  .show-above-xl {
    display: block !important;
  }
  .hide-above-xl {
    display: none !important;
  }
}
@media (max-width: 1365px) {
  .show-below-xl {
    display: block !important;
  }
  .hide-below-xl {
    display: none !important;
  }
}
@media (min-width: 1440px) {
  .show-above-xxl {
    display: block !important;
  }
  .hide-above-xxl {
    display: none !important;
  }
}
@media (max-width: 1439px) {
  .show-below-xxl {
    display: block !important;
  }
  .hide-below-xxl {
    display: none !important;
  }
}
@media (min-width: 1536px) {
  .show-above-xxxl {
    display: block !important;
  }
  .hide-above-xxxl {
    display: none !important;
  }
}
@media (max-width: 1535px) {
  .show-below-xxxl {
    display: block !important;
  }
  .hide-below-xxxl {
    display: none !important;
  }
}
.show-below-xs {
  display: block !important;
}

.hide-below-xs {
  display: none !important;
}

.show-above-xs,
.show-below-xs {
  display: block !important;
}

h1 {
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 120%;
  margin-bottom: 0.5em;
}

h2 {
  font-size: 2rem;
  font-weight: 500;
  line-height: 120%;
  margin-bottom: 0.5em;
}

h3 {
  font-size: 1.75rem;
  font-weight: 500;
  line-height: 120%;
  margin-bottom: 0.5em;
}

h4 {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 120%;
  margin-bottom: 0.5em;
}

h5 {
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 120%;
  margin-bottom: 0.5em;
}

h6 {
  font-size: 1rem;
  font-weight: 500;
  line-height: 120%;
  margin-bottom: 0.5em;
}

.fw-100 {
  font-weight: 100 !important;
}

.fw-200 {
  font-weight: 200 !important;
}

.fw-300 {
  font-weight: 300 !important;
}

.fw-400 {
  font-weight: 400 !important;
}

.fw-500 {
  font-weight: 500 !important;
}

.fw-600 {
  font-weight: 600 !important;
}

.fw-700 {
  font-weight: 700 !important;
}

.fw-800 {
  font-weight: 800 !important;
}

.fw-900 {
  font-weight: 900 !important;
}

html,
body {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  line-height: 1.5;
  color: #000;
  background-color: #fff;
  margin: 0;
  padding: 0;
  font-weight: 400;
}

body {
  line-height: 140%;
}

p {
  font-size: 1rem;
  margin-bottom: 1em;
  line-height: 140%;
}

ol,
ul {
  margin-left: 1.5em;
  padding-left: 0;
}

li {
  margin-bottom: 0.5em;
  line-height: inherit;
}

ol {
  list-style-type: decimal;
}

ul {
  list-style-type: disc;
}

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

img {
  max-width: 100%;
  height: auto;
}

.font-medium {
  font-weight: 500;
}

.line-height_24 {
  line-height: 24px;
}

.btn {
  padding: 14px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  color: rgb(255, 255, 255);
  font-family: "Jost", sans-serif;
  border: none;
  position: relative;
  overflow: hidden;
  border-radius: 0px;
}
.btn:after {
  content: "";
  background: rgb(0, 48, 104);
  width: 150%;
  padding-top: 175%;
  transition: 0.5s ease-in-out;
  transform: translate(-50%, -50%);
  position: absolute;
  left: 50%;
  top: 100%;
  border-radius: 999px;
}
.btn span {
  position: relative;
  z-index: 2;
  font-weight: 400;
}
.btn:hover {
  background: rgb(0, 48, 104);
}
.btn:hover:after {
  top: 500%;
}
.btn-primary {
  background: rgb(0, 48, 104);
}
.btn-primary:hover {
  background: rgb(0, 85, 65);
}
.btn-transparent {
  border: 1px solid rgba(47, 43, 67, 0.1);
}
.btn-white {
  background: rgb(255, 255, 255);
  color: #000;
}
.btn-white:after {
  content: "";
  background: rgb(255, 255, 255);
}
.btn-white:hover, .btn-white:focus {
  background: rgb(0, 48, 104);
  color: #fff;
}
.btn-offcanvas {
  float: right;
  border-radius: 0;
  line-height: 28px;
  padding: 10px 20px;
}

.customize-input {
  background: rgb(0, 48, 104);
  padding: 14px 20px;
  line-height: 24px;
  font-weight: 500;
  color: rgb(255, 255, 255);
  font-family: "Jost", sans-serif;
  border: none;
  position: relative;
  overflow: hidden;
  border-radius: 0;
}
.customize-input:after {
  content: "";
  background: rgb(0, 48, 104);
  width: 150%;
  padding-top: 175%;
  transition: 0.5s ease-in-out;
  transform: translate(-50%, -50%);
  position: absolute;
  left: 50%;
  top: 100%;
  border-radius: 999px;
}
.customize-input span {
  position: relative;
  z-index: 2;
  font-weight: 500;
}
.customize-input:hover {
  background: rgb(0, 85, 65);
}
.customize-input:hover:after {
  top: 500%;
}
.customize-input input {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 3;
  padding: 0;
  margin: 0;
  width: 100%;
  height: 100%;
  border: none;
  opacity: 0;
}

.block-video-section {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
@media (min-width: 768px) {
  .block-video-section {
    position: absolute;
    height: 100vh;
  }
}
@media (min-width: 768px) {
  .block-video-section:after {
    content: "";
    background: rgba(0, 0, 0, 0.2);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
}
.block-header_pattern {
  position: relative;
  z-index: 0;
}
.block-header_logo a {
  display: block;
}
.block-header_cta {
  text-align: right;
  position: relative;
  z-index: 1;
}
.block-header_cta .btn {
  display: inline-block;
  margin-left: 15px;
}
@media (min-width: 1200px) {
  .block-header_cta .btn {
    padding: 9px 15px;
  }
}
.block-header_cta.alternate .btn {
  color: #fff;
}
.block-hero-section {
  text-align: center;
  padding: 50px 0;
}
@media (min-width: 768px) {
  .block-hero-section {
    position: absolute;
    transform: translateY(-50%);
    top: 50%;
    left: 0;
    right: 0;
    z-index: 2;
    padding: 0;
  }
}
@media (min-width: 1200px) {
  .block-hero-section {
    text-align: inherit;
    top: 60%;
    transform: translateY(-60%);
  }
}
.block-hero_title {
  margin-bottom: 25px;
}
.block-hero_title h1 {
  line-height: 1.1;
  color: rgb(255, 255, 255);
  font-size: 40px;
  margin-bottom: 0;
  font-weight: 400;
}
@media (min-width: 768px) {
  .block-hero_title h1 {
    font-size: 60px;
    letter-spacing: 2px;
  }
}
.block-hero_title h1 b {
  font-size: 30px;
  display: block;
  font-weight: 400;
}
@media (min-width: 768px) {
  .block-hero_title h1 b {
    font-size: 40px;
  }
}
.block-hero_title h1 strong {
  background: linear-gradient(87deg, #5abd99 -3.87%, #57a5ff 86.22%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  position: relative;
  letter-spacing: 2px;
  font-weight: 700;
}
.block-hero_title h1 strong::after {
  background: linear-gradient(87deg, #5abd99 -3.87%, #57a5ff 86.22%);
  content: "";
  width: 97%;
  height: 7px;
  position: absolute;
  left: 2px;
}
@media (min-width: 768px) {
  .block-hero_title h1 strong::after {
    left: 8px;
  }
}
.block-hero_title h1 strong:first-child {
  display: inline-block;
  clear: both;
  margin-bottom: 0px;
}
.block-hero_title h1 strong:last-child::after {
  bottom: 0;
}
@media (min-width: 768px) {
  .block-hero_title h1 strong:last-child::after {
    bottom: 5px;
  }
}
@media (min-width: 768px) {
  .block-hero--video {
    height: 100vh;
  }
}
.block-hero--video video {
  height: 280px;
  object-fit: cover;
  object-position: right center;
}
@media (min-width: 768px) {
  .block-hero--video video {
    height: 100%;
  }
}
.block-hero_form {
  position: relative;
  z-index: 9;
  width: 100%;
  padding-top: 30px;
}
@media (min-width: 768px) {
  .block-hero_form {
    width: 500px;
    padding-top: 0;
  }
}
.block-hero_form p {
  color: rgb(255, 255, 255);
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 300;
  margin-bottom: 10px;
}
.block-hero_form .wpcf7 form.sent .wpcf7-response-output {
  position: absolute;
  bottom: -44px;
  right: 0;
  width: 100%;
  left: 0px;
  border: none;
  margin: 0;
  line-height: 24px;
  padding: 10px 25px;
  color: white;
  background: rgb(105, 189, 76);
}
.block-hero_form form {
  background: rgba(255, 255, 255, 0.3);
  padding: 10px 15px;
}
@media (min-width: 768px) {
  .block-hero_form form {
    display: flex;
    justify-content: space-between;
  }
}
.block-hero_form form input[type=email] {
  width: 100%;
  border: none;
  height: 52px;
  padding: 0 10px;
}
.block-hero_form form input[type=email]:focus {
  outline: none;
}
.block-hero_form form .customize-input {
  width: 100%;
  text-transform: capitalize;
  margin-top: 15px;
}
@media (min-width: 768px) {
  .block-hero_form form .customize-input {
    width: 150px;
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  .block-hero_form form {
    max-width: 100%;
  }
}
.block-hero_form--mobile {
  position: relative;
  border: 1px solid rgb(255, 255, 255);
  background: rgb(255, 255, 255);
  border: 1px solid rgb(0, 48, 104);
  padding-bottom: 10px;
  text-align: center;
  max-width: calc(100% - 30px);
  margin: 15px auto;
}
@media (min-width: 768px) {
  .block-hero_form--mobile {
    max-width: 90%;
    margin: 0;
    bottom: -110px;
  }
}
.block-hero_form--mobile p {
  margin-bottom: 0;
  padding: 5px 0;
  font-weight: 400;
  color: rgb(0, 48, 104);
}
.block-hero_form--mobile form {
  padding: 0;
}
.block-hero_form--mobile form input[type=email] {
  border: 1px solid rgb(0, 48, 104);
}
.block-hero_rating {
  width: 50%;
  position: relative;
  top: 0px;
  left: 0;
  width: 200px;
  padding: 20px 0;
  z-index: 9;
  margin: 0 auto;
}
@media (min-width: 769px) {
  .block-hero_rating {
    padding: 40px 0 20px 0;
  }
}
@media (min-width: 1200px) {
  .block-hero_rating {
    top: -50px;
    left: 50px;
    padding: 45px 0;
  }
}
.block-hero_rating:before {
  content: url("assets/img/icon-1.png");
  width: 30px;
  height: 30px;
  position: absolute;
  top: 0;
  right: 0;
}
.block-hero_rating:after {
  content: url("assets/img/icon-2.png");
  position: absolute;
  left: -75px;
  bottom: -50px;
  display: none;
}
@media (min-width: 1200px) {
  .block-hero_rating:after {
    display: block;
  }
}
.block-hero_rating--stars {
  text-align: center;
  margin-bottom: 20px;
}
@media (max-width: 1023px) {
  .block-hero_rating--stars img {
    max-width: 20px;
  }
}
.block-hero_rating--content {
  color: rgb(255, 255, 255);
  font-size: 48px;
  font-size: 3rem;
}
.block-hero_rating--content strong {
  margin-top: 30px;
  width: 100%;
  font-size: 20px;
  font-size: 1.25rem;
}
@media (min-width: 768px) {
  .block-hero_rating--content strong {
    display: block;
  }
}
@media (max-width: 1399px) {
  .block-hero_rating--content {
    line-height: 0.3;
  }
}
@media (max-width: 1023px) {
  .block-hero_rating--content {
    line-height: 0;
    font-size: 36px;
    font-size: 2.25rem;
  }
}
@media (max-width: 991px) {
  .block-hero_rating--content {
    font-size: 28px;
    font-size: 1.75rem;
  }
}
@media (max-width: 576px) {
  .block-hero_rating--content {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
.block-hero_ratings {
  z-index: 9;
  margin: 0 auto;
  margin-bottom: 25px;
  width: 120px;
}
@media (min-width: 1200px) {
  .block-hero_ratings {
    margin: 0 0 25px 0;
  }
}
.block-hero_ratings--stars {
  margin-bottom: 10px;
}
.block-hero_ratings--stars .img-fluid {
  width: 20px;
}
.block-hero_ratings--content {
  color: rgb(255, 255, 255);
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 1.2;
  font-weight: 400;
  position: relative;
}
.block-hero_ratings--content:before {
  content: url("assets/img/icon-1.png");
  width: 30px;
  height: 30px;
  position: absolute;
  top: -55px;
  left: -30px;
  transform: rotate(-90deg);
}
.block-hero_ratings--content strong {
  font-weight: 400;
}
.block-title {
  margin-bottom: 20px;
}
.block-title.video-section {
  margin-bottom: 30px;
}
.block-title.video-section h2,
.block-title.video-section p {
  color: white;
}
.block-title.video-section h2 {
  margin-bottom: 10px;
}
.block-title.section h2 {
  color: #000;
  font-size: 36px;
  font-size: 2.25rem;
}
.block-title.section.dark {
  padding: 0 10%;
}
@media (min-width: 992px) {
  .block-title.section.dark {
    padding: 0 30%;
  }
}
.block-title.section.dark h2 {
  color: #000;
}
.block-title.section.dark p strong {
  font-weight: 500;
  font-size: 18px;
  line-height: 160%;
}
.block-title.section.light {
  padding: 0 30%;
  color: #fff;
}
.block-title.section.light h2 {
  color: #fff;
}
.block-title.section.light p strong {
  font-weight: 500;
  font-size: 18px;
  line-height: 160%;
}
.block-title.page h1 {
  color: #212629;
  font-size: 36px;
  font-weight: 700;
  line-height: 140%;
}
.block-help {
  justify-content: center;
  align-items: center;
  margin-top: 25px;
}
@media (min-width: 768px) {
  .block-help {
    margin-top: 50px;
  }
}
.block-help .help-card {
  margin-bottom: 25px;
}
.block-help a {
  text-decoration: none;
}
.block-help-box {
  background: rgb(0, 48, 104);
  position: relative;
  padding: 20px;
  min-height: 280px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
@media (min-width: 768px) {
  .block-help-box {
    min-height: 320px;
  }
}
@media (min-width: 1200px) {
  .block-help-box {
    min-height: 400px;
  }
}
.block-help-box:hover {
  background: linear-gradient(75deg, #003068 7.94%, #005541 91.21%);
}
.block-help-box:hover .link-arrow {
  opacity: 1;
  transition: all 0.3s ease-in-out;
}
.block-help-box:hover .link-arrow .arrow {
  left: 0px;
}
.block-help-box span {
  color: #dfdfdf;
  font-size: 20px;
  font-weight: 400;
  text-transform: uppercase;
}
.block-help-box h3 {
  font-size: 24px;
  line-height: 32px;
  font-weight: 500;
  color: white;
  text-align: center;
}
@media (min-width: 1200px) {
  .block-help-box h3 {
    font-size: 30px;
    line-height: 38px;
  }
}
.block-help-box .link-arrow {
  transition: opacity 0.3s transform 0.3s;
  transition-delay: 0.2s;
  display: flex;
  opacity: 0;
}
.block-help-box .link-arrow .arrow {
  width: 12px;
  height: 12px;
  border-top: 2px solid rgb(255, 255, 255);
  border-left: 2px solid rgb(255, 255, 255);
  transform: rotate(135deg) translateY(-50%);
  position: relative;
  top: 0;
  left: -10px;
  right: 0;
  margin: 0 auto;
  transition: all 0.3s ease-in-out;
}
.block-help-box .link-arrow .arrow:after {
  content: "";
  display: block;
  width: 2px;
  height: 15px;
  background-color: rgb(255, 255, 255);
  transform: rotate(-45deg) translate(4.5px, 1px);
  left: 0;
  top: 0;
}
.block-content.video-section p {
  color: white;
}
.block-content p {
  font-size: 16px;
  font-weight: 400;
  line-height: 164%;
}
.block-content p strong {
  font-weight: 500;
  font-size: 18px;
  line-height: 160%;
  font-family: "Jost", sans-serif;
}
.block-content a {
  text-decoration: none;
  color: #003068;
  font-weight: 600;
}
.block-content.light p {
  color: #fff;
}
.block-content.light p strong {
  font-weight: 500;
  font-size: 18px;
  line-height: 160%;
}
.block-content.light a {
  display: block;
  margin-top: 25px;
  text-decoration: none;
  color: #fff;
  font-weight: 600;
}
.block-services {
  margin-bottom: 24px;
  position: relative;
  height: 100%;
}
.block-services.img-cover {
  position: relative;
  background: #003068;
  border: 5px solid #ade5fe;
  padding: 5px;
  border-radius: 0;
}
.block-services.img-cover:hover {
  box-shadow: 0 5px 30px rgba(0, 0, 0, 0.2);
}
.block-services.img-cover:after {
  content: "";
  width: 100%;
  height: 100%;
  background: url(./assets/img/pattern.png) no-repeat center bottom;
  background-size: cover;
  position: absolute;
  bottom: 0;
  left: 0;
  opacity: 0;
  border-radius: 0;
}
.block-services:hover:after {
  mix-blend-mode: multiply;
  opacity: 1;
}
.block-services a {
  color: rgb(255, 255, 255);
  text-decoration: none;
  display: flex;
  align-items: center;
  padding: 20% 15%;
  position: relative;
  top: 0;
  z-index: 9;
  height: 100%;
}
@media (max-width: 1399px) {
  .block-services a {
    padding: 15% 10%;
  }
}
@media (max-width: 991px) {
  .block-services a {
    padding: 10% 10%;
  }
}
@media (max-width: 767px) {
  .block-services a {
    min-height: 160px;
  }
}
.block-services .bg-image {
  width: 100%;
}
.block-services .bg-image img {
  width: 100%;
  height: 100%;
}
.block-services_title {
  width: 100%;
  position: relative;
  z-index: 9999;
  margin: 0 auto;
  text-align: center;
}
.block-services_title h2 {
  font-size: 32px;
  font-size: 2rem;
  margin-bottom: 0;
  line-height: 40px;
}
@media (max-width: 1399px) {
  .block-services_title h2 {
    font-size: 26px;
    font-size: 1.625rem;
    line-height: 1.3;
  }
}
@media (max-width: 991px) {
  .block-services_title h2 {
    font-size: 24px;
    font-size: 1.5rem;
  }
}
@media (max-width: 767px) {
  .block-services_title h2 {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
.block-offer {
  box-shadow: 0px 38.519px 25.481px 0px rgba(0, 0, 0, 0.01), 0px 20px 13px 0px rgba(0, 0, 0, 0.01);
  border: 1px solid #edf5fa;
  padding: 25px 20px;
  text-align: center;
  height: 100%;
  display: flex;
  overflow: hidden;
  background-color: white;
  transition: background-color 0.4s ease-in-out;
}
@media (min-width: 1200px) {
  .block-offer {
    min-height: 360px;
  }
}
.block-offer_icon {
  background: white;
  text-align: center;
  width: 100px;
  height: 100px;
  margin: 0 auto;
  border-radius: 100%;
}
@media (min-width: 768px) {
  .block-offer_icon {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
  }
}
.block-offer a {
  width: 100%;
  color: #1e1d4c;
  text-decoration: none;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 15px;
}
@media (min-width: 1200px) {
  .block-offer a {
    gap: 0;
  }
}
.block-offer a:hover {
  color: rgb(43, 147, 209);
}
.block-offer_title h2 {
  color: #000;
  font-size: 20px;
  margin-bottom: 15px;
  margin-top: 0;
}
@media (min-width: 768px) {
  .block-offer_title h2 {
    font-size: 24px;
  }
}
.block-offer_title h2 a {
  color: #1e1d4c;
  text-decoration: none;
}
.block-offer_title h2 a:hover {
  color: rgb(43, 147, 209);
}
.block-offer_content p {
  color: #696969;
  font-size: 16px;
  line-height: 26px;
}
.block-offer .content {
  transition: all 0.5s ease-in-out;
}
@media (min-width: 768px) {
  .block-offer .content {
    padding: 100px 0 0 0;
  }
}
.block-offer .dummy-link {
  display: block;
  transition: opacity 0.3s, transform 0.3s;
  transition-delay: 0.2s;
  display: flex;
}
@media (min-width: 1200px) {
  .block-offer .dummy-link {
    color: white;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -100px;
    transform: translateY(50%);
    opacity: 0;
  }
}
.block-offer .dummy-link .arrow {
  width: 12px;
  height: 12px;
  border-top: 2px solid #000;
  border-left: 2px solid #000;
  transform: rotate(135deg) translateY(-50%);
  position: relative;
  top: 2px;
  left: 5px;
  transition: all 0.3s ease-in-out;
}
@media (min-width: 1200px) {
  .block-offer .dummy-link .arrow {
    border-top: 2px solid white;
    border-left: 2px solid white;
  }
}
.block-offer .dummy-link .arrow:after {
  content: "";
  display: block;
  width: 2px;
  height: 15px;
  background-color: #000;
  transform: rotate(-45deg) translate(4.5px, 1px);
  left: 0;
  top: 0;
}
@media (min-width: 1200px) {
  .block-offer .dummy-link .arrow:after {
    background-color: white;
  }
}
.block-offer .dummy-link:hover {
  transition: all 0.3s ease-in-out;
}
.block-offer .dummy-link:hover .arrow {
  left: 10px;
}
@media (min-width: 1200px) {
  .block-offer:hover {
    background-color: rgb(0, 85, 65);
  }
}
.block-offer:hover .content {
  transition: all 0.3s ease-in-out;
}
@media (min-width: 1200px) {
  .block-offer:hover .content {
    padding: 90px 0 0 0;
  }
}
@media (min-width: 1200px) {
  .block-offer:hover .block-offer_icon {
    width: 80px;
    height: 80px;
  }
}
@media (min-width: 1200px) {
  .block-offer:hover h2,
  .block-offer:hover p {
    color: white;
  }
}
.block-offer:hover .dummy-link {
  position: relative;
  bottom: 0;
  transform: translateY(0%);
  opacity: 1;
  transition: opacity 0.6s, transform 0.6s;
  transition-delay: 0.3s;
  color: rgb(0, 85, 65);
}
@media (min-width: 1200px) {
  .block-offer:hover .dummy-link {
    color: white;
  }
}
.block-offer:hover .dummy-link .arrow {
  border-color: rgb(0, 85, 65);
}
@media (min-width: 1200px) {
  .block-offer:hover .dummy-link .arrow {
    border-color: white;
  }
}
.block-offer:hover .dummy-link .arrow:after {
  content: "";
  background-color: rgb(0, 85, 65);
}
@media (min-width: 1200px) {
  .block-offer:hover .dummy-link .arrow:after {
    background-color: white;
  }
}
@media (max-width: 1199px) {
  .block-offer:hover:focus .dummy-link {
    color: white;
  }
}
.block-video {
  position: relative;
  width: 100%;
  margin-bottom: 50px;
  background: white;
  display: block;
}
@media (min-width: 768px) {
  .block-video-flexbox {
    column-count: 2;
    column-gap: 2em;
    padding: 0 50px;
  }
}
@media (min-width: 1200px) {
  .block-video-flexbox {
    padding: 0 150px;
  }
}
@media (min-width: 768px) {
  .block-video:nth-child(2) .block-video_thumbnail iframe, .block-video:nth-child(3) .block-video_thumbnail iframe {
    height: 300px;
  }
}
@media (max-width: 991px) {
  .block-video {
    margin-bottom: 30px;
  }
}
.block-video_thumbnail {
  position: relative;
}
.block-video_thumbnail .linkedin-video-wrapper iframe {
  width: 100%;
}
.block-video_thumbnail a {
  display: block;
}
.block-video_thumbnail span {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 50px;
  height: 50px;
}
.block-video_cat {
  font-size: 17px;
}
.block-video_cat a {
  color: #212629;
  display: block;
  text-decoration: none;
}
.block-video_title a {
  color: white;
  display: block;
  text-decoration: none;
}
.block-video_title a:hover {
  color: rgb(0, 96, 156);
}
.block-video_title h3 {
  margin: 0px;
  font-size: 18px;
  color: #000;
  font-weight: 400;
  line-height: 140%;
  padding: 10px 20px 20px 20px;
}
@media (min-width: 1200px) {
  .block-video_title h3 {
    font-size: 24px;
  }
}
.block-approach {
  position: relative;
  overflow: hidden;
  margin: 0 15px;
  border: 5px solid rgb(0, 48, 104);
  border-radius: 0;
}
.block-approach_img {
  height: 400px;
  overflow: hidden;
}
@media (min-width: 768px) {
  .block-approach_img {
    height: 500px;
  }
}
.block-approach_img img {
  width: 100%;
  max-width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
  transition: all 0.3s ease-in-out;
}
.block-approach_content {
  background: rgba(0, 48, 104, 0.7);
  backdrop-filter: blur(5px);
  position: absolute;
  left: 15px;
  right: 15px;
  bottom: 15px;
  z-index: 2;
  text-align: center;
  padding: 15px;
}
@media (min-width: 1200px) {
  .block-approach_content {
    padding: 20px 15px;
  }
}
.block-approach_content .icon {
  position: relative;
  padding-left: 30px;
  display: inline-block;
}
.block-approach_content .icon:before {
  content: "";
  background-color: rgba(255, 255, 255, 0.8);
  background-size: 14px;
  background-repeat: no-repeat;
  background-position: center;
  width: 20px;
  height: 20px;
  border-radius: 20px;
  position: absolute;
  left: 0;
  top: 0;
}
.block-approach_content .icon.email {
  margin-bottom: 5px;
}
.block-approach_content .icon.email:before {
  content: "";
  background-image: url("assets/img/email.svg");
}
.block-approach_content .icon.phone:before {
  content: "";
  background-image: url("assets/img/phone.svg");
}
.block-approach_content .icon p {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.9);
  margin-bottom: 0;
}
.block-approach_content .info {
  margin-bottom: 10px;
}
.block-approach_content .title p {
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 1px;
  color: white;
  position: relative;
  margin: 0;
  padding: 0;
  transition: all 0.3s ease-in-out;
}
@media (min-width: 768px) {
  .block-approach_content .title p {
    font-size: 26px;
  }
}
.block-approach_content .subtitle {
  display: block;
  margin-bottom: 5px;
  font-size: 18px;
  font-weight: 300;
  color: white;
}
@media (min-width: 768px) {
  .block-approach_content .subtitle {
    font-size: 20px;
  }
}
.block-approach:hover img {
  transform: scale(1.05);
}
.block-bank-logo {
  position: relative;
  overflow: hidden;
  margin: 0 15px;
  border-radius: 0;
}
@media (min-width: 1200px) {
  .block-bank-logo {
    margin: 0 30px;
  }
}
.block-bank-logo img {
  max-width: 200px;
  object-fit: contain;
  object-position: center center;
  transition: all 0.3s ease-in-out;
}
.block-bank-logo .image {
  height: 150px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
.block-case {
  background: rgb(255, 255, 255);
}
.block-case_meta {
  padding: 24px 32px 16px 32px;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  font-family: "Jost", sans-serif;
}
.block-case_meta a {
  color: #000;
  text-decoration: none;
}
.block-case_title {
  padding: 0 32px 34px 32px;
}
.block-case_title h3 {
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
  margin-bottom: 0;
}
.block-case_title h3 a {
  color: #000;
  text-decoration: none;
}
.block-case.left {
  background: transparent;
  padding-right: 39px;
}
.block-case.left .block-case {
  margin-bottom: 78px;
}
@media (max-width: 1023px) {
  .block-case.left .block-case {
    margin-bottom: 60px;
  }
}
@media (max-width: 1023px) {
  .block-case.left {
    padding-right: 0;
  }
}
.block-case.right {
  padding-left: 39px;
  background: transparent;
}
@media (max-width: 1023px) {
  .block-case.right {
    padding-left: 0;
  }
}
.block-case.right .block-case {
  margin-bottom: 60px;
}
.block-testimonial {
  width: 20%;
}
@media (max-width: 991px) {
  .block-testimonial {
    width: 33.33%;
  }
}
.block-testimonial_wrapper {
  display: flex;
  justify-content: space-between;
}
.block-testimonial_img {
  margin-bottom: 24px;
}
.block-testimonial_content p {
  line-height: 164%;
}
.block-testimonial.slider {
  padding: 30px 25px;
  margin-top: 22px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 50px;
  flex-direction: column;
}
@media (min-width: 1200px) {
  .block-testimonial.slider {
    height: 280px;
    margin-right: 30px;
    flex-direction: row;
  }
}
.block-testimonial.slider .block-testimonial_summary a {
  text-decoration: none;
}
.block-testimonial.slider .block-testimonial_summary a:hover p {
  color: rgb(43, 147, 209);
}
.block-testimonial.slider .block-testimonial_summary p {
  color: rgb(0, 48, 104);
  font-size: 24px;
  line-height: 32px;
  margin-bottom: 25px;
}
@media (min-width: 1200px) {
  .block-testimonial.slider .block-testimonial_summary p {
    font-size: 28px;
    line-height: 40px;
  }
}
.block-testimonial.slider .block-testimonial_meta {
  background: #f1f1f1;
  width: 100%;
  max-width: 400px;
  height: 120px;
  display: flex;
  align-items: center;
  padding: 20px;
  border-radius: 0;
  position: relative;
}
.block-testimonial.slider .block-testimonial_meta:before {
  content: "";
  background: url(assets/img/pattern-small.png) repeat-x center bottom;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  right: 0;
  opacity: 0.4;
}
@media (min-width: 1200px) {
  .block-testimonial.slider .block-testimonial_meta {
    height: 280px;
  }
}
.block-testimonial.slider .block-testimonial_meta--img {
  padding-right: 15px;
}
.block-testimonial.slider .block-testimonial_meta--img img {
  max-width: 60px;
}
.block-testimonial.slider .block-testimonial_meta--details h4 {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 0;
  font-family: "Inter", sans-serif;
}
.block-testimonial.slider .block-testimonial_meta--details p {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.7);
  margin-bottom: 0;
}
.block-brands {
  margin-bottom: 50px;
}
.block-brands ul {
  margin: 20px 0 0 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.block-brands li {
  width: 20%;
  text-align: center;
  padding: 20px;
  height: 200px;
  list-style: none;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.block-brands li.border {
  border-bottom: 1px solid #edf5fa;
}
.block-brands li img {
  max-height: 100px;
}
.block-brands li:nth-child(n+6) {
  border-top: 1px solid #ebebeb;
}
.block-brands li:not(:nth-child(1)):not(:nth-child(6)):not(:nth-child(11)) {
  border-left: 1px solid #ebebeb;
}
@media (max-width: 991px) {
  .block-brands li {
    height: 150px;
  }
}
@media (max-width: 640px) {
  .block-brands li {
    width: 33.33%;
    border: none;
  }
  .block-brands li:not(:nth-child(1)):not(:nth-child(6)):not(:nth-child(11)) {
    border-left: none;
  }
  .block-brands li:nth-child(n+4) {
    border-top: 1px solid #ebebeb;
  }
  .block-brands li:nth-child(3n+2) {
    border-left: 1px solid #ebebeb !important;
    border-right: 1px solid #ebebeb;
  }
}
.block-brands_filter select {
  background: rgb(0, 48, 104);
  color: #fff;
  padding: 10px 20px;
  float: right;
  border: none;
  border-right: 10px solid rgb(0, 48, 104);
}
.block-article {
  border: 1px solid #cdd2d6;
  padding: 24px;
  background-color: #fff;
  margin-top: 48px;
  height: 100%;
}
@media (max-width: 767px) {
  .block-article {
    height: auto;
  }
}
.block-article_img {
  margin-bottom: 24px;
}
.block-article_meta {
  margin-bottom: 24px;
}
.block-article_meta span {
  color: #212629;
  font-size: 14px;
  line-height: 18px;
  display: inline-block;
}
.block-article_meta span.space {
  position: relative;
  padding: 0 15px;
  margin: 0 10px;
}
.block-article_meta span.space:before {
  content: "";
  background: #e1e4ed;
  width: 100%;
  height: 2px;
  position: absolute;
  left: 0;
  top: -5px;
  right: 0;
  bottom: 0;
  margin: auto;
}
.block-article_title h2 {
  margin-bottom: 24px;
  line-height: 33px;
}
.block-article_title h2 a {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 33px;
  color: #212629;
  text-decoration: none;
  display: block;
}
.block-article_link a {
  color: #003068;
  font-size: 16px;
  font-size: 1rem;
  line-height: 22px;
  text-decoration: none;
  font-weight: 600;
}
.block-subscribe {
  background: linear-gradient(75deg, #003068 7.94%, #005541 91.21%);
  position: relative;
  padding: 50px 25px;
  border-radius: 0;
}
@media (min-width: 992px) {
  .block-subscribe {
    padding: 50px 0;
  }
}
.block-subscribe:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("assets/img/pattern-newsletter.png");
  background-repeat: no-repeat;
  background-position: bottom center;
  opacity: 0.2;
}
@media (max-width: 767px) {
  .block-subscribe:before {
    background-size: contain;
  }
}
.block-subscribe_form {
  position: relative;
  width: 60%;
  margin: auto;
  text-align: center;
  z-index: 9;
}
@media (max-width: 1024px) {
  .block-subscribe_form {
    width: 100%;
  }
}
.block-subscribe_form h3 {
  color: #fff;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 40px;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .block-subscribe_form h3 {
    font-size: 40px;
    line-height: 48px;
  }
}
.block-subscribe_form p {
  font-size: 16px;
  color: #fff;
  font-style: normal;
  font-weight: 300;
  line-height: 24px; /* 150% */
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .block-subscribe_form p {
    font-size: 18px;
    line-height: 26px;
  }
}
.block-subscribe_form form {
  background: rgb(255, 255, 255);
  padding: 10px 15px;
  width: 100%;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  border-radius: 0;
  justify-content: space-between;
}
@media (min-width: 1024px) {
  .block-subscribe_form form {
    width: 80%;
  }
}
.block-subscribe_form form input[type=email] {
  width: 100%;
  border: none;
  padding-left: 10px;
  height: 52px;
}
@media (min-width: 768px) {
  .block-subscribe_form form input[type=email] {
    width: 70%;
  }
}
.block-subscribe_form form input[type=email]:focus {
  outline: none;
  background: rgba(0, 0, 0, 0.05);
}
.block-subscribe_form form .btn {
  border-radius: 0;
  width: 25%;
  text-transform: capitalize;
}
@media (max-width: 767px) {
  .block-subscribe_form form .btn {
    font-size: 13px;
  }
}
.block-subscribe_form .wpcf7 form .wpcf7-response-output {
  position: absolute;
  bottom: -40px;
  left: 0;
  right: 0;
  left: 0;
  background: rgb(105, 189, 76);
  color: white;
  margin: 0;
  border-radius: 0;
  border: none;
  padding: 5px;
}
@media (min-width: 1024px) {
  .block-subscribe_form .wpcf7 form .wpcf7-response-output {
    margin: 0 100px;
  }
}
.block-page_intro {
  background: #fff;
  padding: 0;
  position: relative;
  z-index: 9999;
}
.block-page_intro .half-content-image {
  border-radius: 0;
  overflow: hidden;
  min-height: 420px;
}
@media (min-width: 1200px) {
  .block-page_intro .half-content-image {
    min-height: 600px;
  }
}
.block-page_intro .content {
  background: rgb(0, 48, 104);
  height: 100%;
  padding: 25px 20px;
  text-align: left;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
}
.block-page_intro .content:before {
  content: "";
  background: url("assets/img/pattern.png") no-repeat left bottom;
  background-size: contain;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0.1;
}
@media (min-width: 992px) {
  .block-page_intro .content {
    padding: 30px 20px;
  }
}
@media (min-width: 1200px) {
  .block-page_intro .content {
    padding: 50px;
  }
}
.block-page_intro .content .block-page_intro--title {
  text-align: left;
  color: white;
  background: rgb(0, 83.3076923077, 180.5);
  padding: 5px 20px;
  border-radius: 0;
  display: inline-block;
}
.block-page_intro .content .block-page_intro--pagetitle h2 {
  color: white;
}
.block-page_intro .content .block-page_intro--summary p {
  color: white;
}
@media (min-width: 1200px) {
  .block-page_intro .content .block-page_intro--summary p {
    font-size: 18px;
  }
}
.block-page_intro .image img {
  height: 420px;
  object-fit: cover;
}
@media (min-width: 1200px) {
  .block-page_intro .image img {
    min-height: 600px;
  }
}
.block-page_intro--title {
  text-align: center;
  color: #006468;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 164%;
}
.block-page_intro--pagetitle {
  margin-bottom: 24px;
}
.block-page_intro--pagetitle h2 {
  color: #212629;
  font-size: 36px;
  font-style: normal;
  line-height: 140%;
  margin-bottom: 0;
}
.block-page_intro--summary h3 {
  font-size: 20px;
}
@media (min-width: 1200px) {
  .block-page_intro--summary h3 {
    font-size: 24px;
  }
}
.block-page_intro--summary p {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 164%;
}
.block-page_mission-image {
  height: 400px;
  border-radius: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media (min-width: 1024px) {
  .block-page_mission-image {
    height: 100%;
  }
}
.block-page_mission {
  background: #edf5fa;
  padding: 15px;
  height: 100%;
  border-radius: 0;
}
@media (min-width: 768px) {
  .block-page_mission {
    padding: 50px 20px;
  }
}
.block-page_mission h3 {
  font-size: 24px;
  font-weight: 500;
  line-height: 140%;
  margin: 0 0 10px 0;
}
.block-page_mission p {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}
.block-page_contact {
  background: #fff;
  padding: 50px 0px;
  position: relative;
  z-index: 9999;
}
@media (min-width: 1200px) {
  .block-page_contact {
    padding: 50px 30px;
  }
}
@media (min-width: 1200px) {
  .block-page_contact {
    padding: 50px 60px;
  }
}
.block-page_contact h2 {
  margin-top: 5px;
}
.block-page_contact--details ul {
  margin: 48px 0 0 0;
  padding: 0;
}
@media (min-width: 768px) {
  .block-page_contact--details ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
.block-page_contact--details li {
  width: 100%;
  list-style: none;
  padding-left: 60px;
  margin-bottom: 25px;
  position: relative;
}
@media (min-width: 768px) {
  .block-page_contact--details li {
    width: 33.333%;
    margin-bottom: 0;
  }
}
.block-page_contact--details li span {
  display: block;
  text-align: left;
}
.block-page_contact--details li span.title {
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
  margin-bottom: 5px;
}
.block-page_contact--details li span.content {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}
.block-page_contact--details li span a {
  color: #212629;
  text-decoration: none;
}
.block-page_contact--details li span a:hover {
  color: rgb(0, 48, 104);
}
.block-page_contact--details li.email:before {
  content: "";
  background: url("assets/img/email.svg") no-repeat center;
  background-color: rgba(0, 48, 104, 0.1);
  background-size: 30px;
  border: 1px solid rgba(0, 48, 104, 0.3);
  width: 50px;
  height: 50px;
  border-radius: 0;
  position: absolute;
  left: 0;
  top: 0;
}
.block-page_contact--details li.phone:before {
  content: "";
  background: url("assets/img/phone.svg") no-repeat center;
  background-color: rgba(0, 48, 104, 0.1);
  background-size: 30px;
  border: 1px solid rgba(0, 48, 104, 0.3);
  width: 50px;
  height: 50px;
  border-radius: 0;
  position: absolute;
  left: 0;
  top: 0;
}
.block-page_contact--details li.address:before {
  content: "";
  background: url("assets/img/location.svg") no-repeat center;
  background-color: rgba(0, 48, 104, 0.1);
  background-size: 30px;
  border: 1px solid rgba(0, 48, 104, 0.3);
  width: 50px;
  height: 50px;
  border-radius: 0;
  position: absolute;
  left: 0;
  top: 0;
}
.block-page_banner--title h2 {
  font-size: 36px;
  font-weight: 500;
  line-height: 140%;
}
.block-page_banner--title p {
  font-size: 20px;
  font-weight: 400;
  line-height: 1.2;
}
.block-stat {
  padding: 0;
  position: relative;
  z-index: 9;
  justify-content: space-between;
  align-items: center;
}
@media (min-width: 992px) {
  .block-stat {
    display: flex;
    flex-wrap: nowrap;
  }
}
.block-stat_left {
  display: none;
  width: 100%;
  text-align: center;
}
@media (min-width: 992px) {
  .block-stat_left {
    width: 40%;
    text-align: left;
  }
}
.block-stat_left h3 {
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
}
.block-stat_left p {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 164%;
}
.block-stat_right {
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding-top: 30px;
}
@media (min-width: 992px) {
  .block-stat_right {
    padding-top: 0;
  }
}
.block-stat_right ul {
  margin: 0;
  padding: 0;
  width: 100%;
  display: flex;
}
@media (max-width: 768px) {
  .block-stat_right ul {
    flex-wrap: wrap;
  }
}
.block-stat_right ul li {
  width: 50%;
  margin-bottom: 0;
  border-right: 1px solid #e1e4ed;
}
.block-stat_right ul li:last-child {
  border: none;
}
@media (max-width: 767px) {
  .block-stat_right ul li:nth-child(2) {
    border: none;
  }
}
.block-stat_right li {
  list-style: none;
}
.block-stat_right--box {
  padding: 15px;
  text-align: center;
}
.block-stat_right--box h3 {
  font-size: 50px;
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 10px;
}
.block-stat_right--box h4 {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.2;
}
.block-stat_right--box p {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.2;
  margin-bottom: 0;
  color: rgb(127.5, 127.5, 127.5);
}
.block-history_review {
  background: rgb(0, 12.6923076923, 27.5);
  gap: 0;
  border-radius: 0;
  overflow: hidden;
}
@media (min-width: 992px) {
  .block-history_review {
    display: flex;
  }
}
.block-history_review--left {
  width: 100%;
  height: 420px;
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (min-width: 992px) {
  .block-history_review--left {
    height: inherit;
    background-position: center;
  }
}
.block-history_review--left .sub-title {
  background: rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(10px);
  position: absolute;
  bottom: 0;
  padding: 20px;
  margin: 20px;
  font-size: 20px;
  line-height: 28px;
  border-radius: 0;
}
@media (min-width: 1200px) {
  .block-history_review--left {
    width: 30%;
    padding-bottom: 0;
  }
}
.block-history_review--left img {
  width: 100%;
  border-radius: 0;
}
.block-history_review--left img:first-child {
  position: relative;
}
.block-history_review--right {
  width: 100%;
  border-radius: 0;
  padding: 20px;
  position: relative;
}
@media (min-width: 1200px) {
  .block-history_review--right {
    width: 70%;
    padding: 50px 40px;
  }
}
.block-history_review--right:before {
  content: "";
  background: url("assets/img/pattern.png") no-repeat left bottom;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0.1;
}
.block-history_review--right h4 {
  font-size: 24px;
  font-weight: 400;
  line-height: 1.3;
  color: rgba(255, 255, 255, 0.8);
}
.block-history_review--right p {
  color: rgba(255, 255, 255, 0.8);
  font-size: 16px;
  font-weight: 400;
  line-height: 164%;
}
.block-timeline {
  padding-bottom: 150px;
  position: relative;
  gap: 20px;
}
@media (min-width: 992px) {
  .block-timeline {
    gap: 0;
  }
}
.block-timeline:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0%;
  height: 100%;
  margin: auto;
  width: 1px;
  background: #cdd2d6;
  z-index: 0;
}
.block-timeline_start {
  text-align: center;
  padding-bottom: 100px;
  display: flex;
  flex-direction: column;
  gap: 0;
  position: relative;
}
.block-timeline_start:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0%;
  height: 100%;
  margin: auto;
  width: 1px;
  background: #cdd2d6;
  z-index: -1;
}
.block-timeline_start h2 {
  background: white;
  padding: 10px;
}
.block-timeline_content {
  padding: 25px 10px;
  text-align: center;
  background: white;
}
.block-timeline_content h2 {
  font-size: 36px;
  line-height: 140%;
}
.block-timeline_content p {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  margin: 0;
}
@media (min-width: 768px) {
  .block-timeline_content p {
    font-size: 18px;
    line-height: 26px;
  }
}
.block-timeline_img {
  background: white;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  overflow: hidden;
  padding: 20px;
  margin: 20px;
}
@media (min-width: 992px) {
  .block-timeline_img {
    height: 250px;
    margin: 0;
  }
}
.block-timeline_img img {
  border-radius: 0;
  object-fit: contain;
  height: 100%;
}
.block-timeline_year {
  display: flex;
  align-items: center;
  justify-content: center;
}
.block-timeline_year span {
  width: 100px;
  height: 100px;
  display: inline-block;
  border-radius: 0;
  color: #fff;
  font-size: 24px;
  background: rgb(0, 48, 104);
  border: 5px solid rgb(0, 83.3076923077, 180.5);
  padding: 10px;
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0 20px 0 rgba(43, 147, 209, 0.8);
}
.block-timeline.full {
  padding: 50px 0;
  gap: 25px;
}
.block-timeline.full:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0%;
  right: 0;
  height: 200px;
  margin: auto;
  width: 1px;
  background: #cdd2d6;
  z-index: 0;
}
@media (min-width: 768px) {
  .block-timeline.full:before {
    height: 70%;
  }
}
.block-timeline.last {
  padding-bottom: 100px;
}
.block-awards {
  margin-bottom: 24px;
  padding: 20px 20px 20px 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  border-top: 1px solid rgb(191.25, 191.25, 191.25);
}
.block-awards .image {
  width: 60px;
  height: 60px;
  padding: 10px;
  background: rgb(0, 48, 104);
  border-radius: 0;
  margin-right: 10px;
  position: absolute;
  left: 0;
}
.block-awards h2 {
  font-size: 20px;
  color: rgb(0, 48, 104);
  line-height: 140%;
  margin-bottom: 0;
  position: relative;
  z-index: 99999;
}
.block-awards a {
  color: #fff;
  text-decoration: none;
}
@media (min-width: 1200px) {
  .block-team {
    padding: 50px;
  }
}
.block-team.more {
  padding: 0;
}
.block-team_img {
  position: relative;
}
.block-team_img .image {
  width: 100%;
  height: 500px;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 10px;
  border: 5px solid rgb(0, 57, 116);
  border-radius: 0;
  position: relative;
}
.block-team_img .image::after {
  content: "";
  background: #003068;
  background: linear-gradient(0deg, rgba(0, 48, 104, 0.9) 12%, rgba(255, 255, 255, 0) 50%);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  transition: all 0.3s ease-in-out;
}
.block-team_img--details {
  position: absolute;
  z-index: 1;
  left: 0;
  width: 100%;
  bottom: 10px;
  height: 15%;
  padding: 0 20px;
  text-align: center;
}
.block-team_img--details span {
  display: block;
  color: white;
}
.block-team_img--details span.name {
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}
.block-team_img--details span.designation {
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 160%;
}
.block-team .block-content {
  padding: 20px 0 0 0;
}
.block-join_img {
  border-radius: 0;
  overflow: hidden;
}
.block-join_content {
  padding: 20px;
  background: rgb(0, 85, 65);
  height: 100%;
  border-radius: 0;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (min-width: 992px) {
  .block-join_content {
    padding: 30px;
  }
}
.block-join_content:before {
  content: "";
  background: url("assets/img/pattern.png") no-repeat left bottom;
  background-size: contain;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0.1;
}
.block-join_content h3 {
  font-size: 36px;
  font-weight: 400;
  line-height: 40px;
  margin-bottom: 24px;
  color: white;
}
.block-join_content p {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  color: white;
}
.block-contact_pitch {
  background: #edf5fa;
  position: relative;
}
.block-contact_pitch:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.9;
  background: url("assets/img/pattern-small.png");
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 0;
  background-position: bottom center;
}
.block-contact_pitch h2 {
  font-size: 24px;
  line-height: 140%;
  margin-bottom: 24px;
  position: relative;
}
.block-contact_pitch p {
  font-size: 16px;
  font-weight: 400;
  line-height: 164%;
  position: relative;
}
.block-contact_form {
  padding: 40px 0;
}
@media (min-width: 1024px) {
  .block-contact_form {
    padding: 40px 30px;
  }
}
.block-contact_form h2 {
  font-size: 36px;
  line-height: 140%;
}
.block-contact_form form label {
  margin-bottom: 12px;
}
.block-contact_form form .form-control {
  border: 1px solid #f1f3f7;
  box-shadow: 0px 1px 4px 0px rgba(25, 33, 61, 0.08);
  margin-bottom: 24px;
  padding: 10px 16px;
}
.block-contact_form form textarea {
  height: 100px;
  resize: none;
}
.block-service {
  position: relative;
  margin-bottom: 25px;
  border-radius: 0;
  overflow: hidden;
  height: 450px;
}
.block-service a:hover .hover-content {
  opacity: 1;
  max-height: 100px;
}
.block-service_img {
  position: relative;
}
.block-service_img img {
  object-fit: cover;
  height: 450px;
}
.block-service_img:after {
  content: "";
  width: 100%;
  height: 100%;
  background: #000000;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.7) 20%, rgba(0, 0, 0, 0) 75%);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.block-service_content {
  margin: 0 auto;
  padding: 20px;
  background: #fff;
  position: relative;
  background: transparent;
  position: absolute;
  bottom: 0;
}
@media (min-width: 1200px) {
  .block-service_content {
    padding: 20px 20px 30px 20px;
  }
}
.block-service_content .hover-content {
  transition: max-height 0.3s ease, opacity 0.3s ease;
}
@media (min-width: 1200px) {
  .block-service_content .hover-content {
    max-height: 0;
    opacity: 0;
  }
}
.block-service_content h3 {
  font-size: 24px;
  font-weight: 400;
  line-height: 140%;
  color: white;
}
@media (min-width: 1200px) {
  .block-service_content h3 {
    font-size: 28px;
  }
}
.block-service_content p {
  font-size: 16px;
  font-weight: 400;
  line-height: 164%;
  margin: 0;
  color: rgba(255, 255, 255, 0.8);
}
.block-service_summary {
  margin: 10px 0;
}
.block-service_link .dummy-link {
  color: white;
  font-size: 16px;
  text-decoration: none;
  line-height: 22px;
  display: flex;
  position: relative;
}
.block-service_link .dummy-link .arrow {
  width: 12px;
  height: 12px;
  border-top: 2px solid white;
  border-left: 2px solid white;
  transform: rotate(135deg) translateY(-50%);
  position: relative;
  top: 2px;
  left: 5px;
  transition: left 0.3s ease-in-out;
}
.block-service_link .dummy-link .arrow:after {
  content: "";
  display: block;
  width: 2px;
  height: 15px;
  background-color: white;
  transform: rotate(-45deg) translate(4.5px, 1px);
  left: 0;
  top: 0;
}
.block-service_link .dummy-link:hover .arrow {
  left: 15px;
}
@media (max-width: 991px) {
  .block-archive_img {
    margin-bottom: 30px;
  }
}
.block-archive_details--meta span.date {
  position: relative;
}
.block-archive_details--meta span.divider {
  position: relative;
  padding: 0 22px;
  margin: 0 10px;
}
.block-archive_details--meta span.divider:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 100%;
  height: 1px;
  background: #e1e4ed;
}
.block-archive_details--meta span.tag a {
  color: #212629;
  text-decoration: none;
}
.block-archive_details--title {
  margin-top: 20px;
}
.block-archive_details--title h2 {
  color: #212629;
  font-size: 36px;
  font-style: normal;
  line-height: 140%;
  margin-bottom: 30px;
}
@media (max-width: 1199px) {
  .block-archive_details--title h2 {
    line-height: 100%;
    font-size: 28px;
  }
}
.block-archive_details--summary p {
  font-size: 16px;
  font-weight: 400;
  line-height: 164%;
}
.block-archive_details--link a {
  color: #003068;
  font-size: 16px;
  text-decoration: none;
  font-weight: 600;
  line-height: 22px;
}
.block-archive.case {
  margin-bottom: 100px;
}
@media (max-width: 991px) {
  .block-archive.case {
    margin-bottom: 0;
  }
}
@media (max-width: 991px) {
  .block-archive.case.alt {
    flex-direction: column-reverse;
  }
}
.block-archive.small {
  padding: 24px 24px 40px 24px;
  border: 1px solid #cdd2d6;
  height: 100%;
}
.block-archive.small .block-archive_img {
  margin-bottom: 24px;
}
.block-archive.small .block-archive_details--title h2 {
  font-size: 24px;
  line-height: 140%;
}
.block-archive.related {
  padding: 24px 24px 40px 24px;
  border: 1px solid #cdd2d6;
  height: 100%;
}
@media (max-width: 991px) {
  .block-archive.related {
    margin-bottom: 30px;
    height: auto;
  }
}
.block-archive.related .block-archive_img {
  margin-bottom: 24px;
}
.block-archive.related .block-archive_details--title h2 {
  font-size: 24px;
  line-height: 140%;
}
.block-single_details--meta span.date {
  position: relative;
}
.block-single_details--meta span.divider {
  position: relative;
  padding: 0 22px;
  margin: 0 10px;
}
.block-single_details--meta span.divider:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 100%;
  height: 1px;
  background: #e1e4ed;
}
.block-single_details--meta span.tag a {
  color: #212629;
  text-decoration: none;
}
.block-single_details--title {
  margin-top: 20px;
}
.block-single_details--title h2 {
  color: #212629;
  font-size: 36px;
  font-style: normal;
  line-height: 140%;
  margin-bottom: 30px;
}
.block-single_details--link a {
  color: #003068;
  font-size: 16px;
  text-decoration: none;
  font-weight: 600;
  line-height: 22px;
}
.block-single_featuredimg {
  margin-top: 24px;
  margin-bottom: 100px;
}
.block-single_featuredimg.page {
  margin-bottom: 30px;
}
.block-single_content li strong {
  font-size: 20px;
  font-weight: 500;
  line-height: 140%;
}
.block-single_content p {
  font-size: 16px;
  font-weight: 400;
  line-height: 164%;
  margin-bottom: 48px;
}
.block-single_content img {
  margin: 40px 0;
}
.block-single_content--summary {
  padding: 37px 51px;
  background: #edf5fa;
  border-left: 18px solid #00b4bb;
}
.block-single_content--summary h3 {
  color: #212629;
  font-size: 24px;
  font-weight: 600;
  line-height: 140%;
  margin-bottom: 20px;
}
.block-single_content--summary p {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}
.block-single_sidebar {
  border: 1px solid #cdd2d6;
}
@media (max-width: 991px) {
  .block-single_sidebar {
    margin-top: 30px;
  }
}
.block-single_sidebar--details {
  padding: 22px;
}
.block-single_sidebar--details span {
  display: block;
  clear: both;
}
.block-single_sidebar--details span.name {
  font-family: "Jost", sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 140%;
}
.block-single_sidebar--details span.designation {
  font-family: "Jost", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 160%;
}
.block-single_sidebar--contact {
  padding: 0 22px;
}
.block-single_sidebar--contact ul {
  margin: 0;
  padding: 0;
}
.block-single_sidebar--contact li {
  list-style: none;
  margin-bottom: 20px;
}
.block-single_sidebar--contact li span {
  display: block;
  clear: both;
}
.block-single_sidebar--contact li span svg {
  margin-right: 15px;
}
.block-single_sidebar--contact li span.contact {
  padding-left: 45px;
}
.block-single_sidebar--contact li span.contact a {
  color: #212629;
  text-decoration: none;
}
.block-single_shareit {
  margin-top: 48px;
}
.block-single_shareit h4 {
  font-size: 20px;
  font-weight: 500;
  line-height: 140%;
}
.block-single_shareit ul {
  margin: 0;
  padding: 0;
}
.block-single_shareit li {
  list-style: none;
  display: inline-block;
  margin-right: 20px;
}
.block-single_shareit li a {
  display: block;
}
.block-single_case--menu {
  padding: 48px;
  background: #edf5fa;
}
.block-single_case--menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.block-single_case--menu li {
  line-height: 40px;
}
.block-single_case--menu li a {
  color: #212629;
  font-family: "Jost", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 160%;
  display: block;
  padding: 15px 0;
  text-decoration: none;
}
.block-single_case--menu li a.active {
  color: #003068;
  border-left: 4px solid #003068;
  background: #fff;
  padding-left: 15px;
}
.block-single_case--menu li a:hover, .block-single_case--menu li a:focus {
  color: #003068;
  background: #fff;
  border-left: 4px solid #003068;
  padding-left: 15px;
}
.block-guidance_nav .nav-item {
  margin: 0;
  border-bottom: 1px solid #d8d8d8;
}
.block-guidance_nav .nav-item:hover .nav-link {
  padding-left: 20px;
}
.block-guidance_nav .nav-wrapper {
  margin: 0;
  padding: 0;
  border-radius: 0;
  list-style: none;
}
.block-guidance_nav .nav-link {
  width: 100%;
  padding: 20px 10px;
  text-align: left;
  border-radius: 0;
  transition: padding-left 0.3s ease-in-out;
}
.block-guidance_nav .nav-link .summary {
  font-size: 14px;
  color: #636363;
  margin: 0;
}
.block-guidance_nav .nav-link .active-arrow {
  display: none;
  margin: 0 auto;
  width: 12px;
  height: 12px;
  border-top: 2px solid white;
  border-left: 2px solid white;
  transform: rotate(135deg) translateY(-50%);
  position: absolute;
  top: 50%;
  right: 7px;
  margin-top: -10px;
}
.block-guidance_nav .nav-link .active-arrow::after {
  content: "";
  display: block;
  width: 2px;
  height: 15px;
  background-color: white;
  transform: rotate(-45deg) translate(4.5px, 1px);
  left: 0;
  top: 0;
}
.block-guidance_nav .nav-link:hover {
  background: #f5faff;
}
.block-guidance_nav .nav-link:hover .active-arrow {
  display: block;
  border-color: #000;
}
.block-guidance_nav .nav-link:hover .active-arrow::after {
  background-color: #000;
}
.block-guidance_nav .nav-link.active {
  background: rgba(0, 48, 104, 0.1);
  color: rgb(0, 48, 104);
}
.block-guidance_nav .nav-link.active .active-arrow {
  display: block;
  border-color: rgb(0, 48, 104);
}
.block-guidance_nav .nav-link.active .active-arrow::after {
  background-color: rgb(0, 48, 104);
}
.block-guidance_nav .nav-link.active .title {
  color: rgb(0, 48, 104);
}
.block-guidance_nav .nav-link.active:hover .active-arrow {
  display: block;
  border-color: rgb(0, 48, 104);
}
.block-guidance_nav .nav-link.active:hover .active-arrow::after {
  background-color: rgb(0, 48, 104);
}
.block-guidance_nav .nav-link span {
  display: block;
  width: 100%;
}
.block-guidance_nav .nav-link span.title {
  font-family: "Jost", sans-serif;
  font-size: 18px;
  color: #333;
  font-weight: 400;
  line-height: 1.2;
  position: relative;
  padding-right: 25px;
}
.block-guidance_nav .nav-link span.summary {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 164%;
  margin: 0 0;
}
.block-guidance_nav .nav-link span a {
  margin-right: 5px;
  display: inline-block;
  color: #fff;
  background: rgba(0, 0, 0, 0.5);
  border: 0.5px solid rgba(0, 0, 0, 0.1);
  padding: 2px 7px;
  text-decoration: none;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  border-radius: 0;
}
.block-guidance_nav .nav-link span a:hover {
  background: #000;
}
@media (min-width: 992px) {
  .block-guidance_content .tab-pane {
    padding-left: 15px;
  }
}
.block-guidance_content p {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 164%;
}
.block-benefit {
  margin-top: 55px;
}
.block-benefit h3 {
  font-family: "Jost", sans-serif;
  font-size: 20px;
  font-weight: 500;
  margin-top: 22px;
}
.block-benefit p {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 164%;
  margin-bottom: 15px;
}
.block-benefit h4 {
  font-size: 24px;
  font-weight: 600;
  line-height: 140%;
}
.block-teaser_content {
  color: #fff;
  position: relative;
  z-index: 999;
}
@media (max-width: 1023px) {
  .block-teaser_content {
    text-align: center;
    margin-top: 20px;
  }
}
.block-teaser_content h3 {
  font-size: 26px;
  font-weight: 500;
  line-height: 140%;
  margin-bottom: 10px;
}
.block-teaser_content p {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 10px;
}
.block-teaser_content--img {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 350px;
  border-radius: 0;
}
.block-slider {
  padding-top: 48px;
}
.block-slider_content--img {
  background-color: #f1f1f1;
  height: 300px;
}
.block-slider_content--img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.block-slider_content--tag {
  font-family: "Jost", sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 140%;
  padding: 16px 0;
}
.block-slider_content--title h3 {
  font-family: "Jost", sans-serif;
  font-size: 24px;
  line-height: 140%;
}
.block-slider_content--title h3 a {
  color: #000;
  text-decoration: none;
}
.block-slider_content.alternate {
  padding: 0 15px;
}
.block-slider_content.alternate .block-slider_content--title {
  padding: 20px;
  background: #fff;
  margin: 0 auto 0 auto;
  position: relative;
  z-index: 9999;
}
.block-slider_content.alternate .block-slider_content--title h3 a:hover {
  color: rgb(0, 48, 104);
}
.block-slider_content.alternate .block-slider_content--title p {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 164%;
}
.block-slider_content.alternate .block-slider_content--title a {
  text-decoration: none;
}
.block-slider_content.alternate .block-slider_content--title .dummy-link {
  display: block;
  color: #000;
  transition: opacity 0.3s, transform 0.3s;
  transition-delay: 0.2s;
  display: flex;
}
.block-slider_content.alternate .block-slider_content--title .dummy-link .arrow {
  width: 12px;
  height: 12px;
  border-top: 2px solid #000;
  border-left: 2px solid #000;
  transform: rotate(135deg) translateY(-50%);
  position: relative;
  top: 2px;
  left: 5px;
  transition: all 0.3s ease-in-out;
}
.block-slider_content.alternate .block-slider_content--title .dummy-link .arrow:after {
  content: "";
  display: block;
  width: 2px;
  height: 15px;
  background-color: #000;
  transform: rotate(-45deg) translate(4.5px, 1px);
  left: 0;
  top: 0;
}
.block-slider_content.alternate .block-slider_content--title .dummy-link:hover {
  transition: all 0.3s ease-in-out;
  color: rgb(0, 48, 104);
}
.block-slider_content.alternate .block-slider_content--title .dummy-link:hover .arrow {
  border-color: rgb(0, 48, 104);
  left: 10px;
}
.block-slider_content.alternate .block-slider_content--title .dummy-link:hover .arrow:after {
  background-color: rgb(0, 48, 104);
}
.block-footer {
  color: #fff;
  position: relative;
  z-index: 999999;
}
.block-footer.wrapper {
  display: flex;
  column-gap: 0px;
  flex-wrap: wrap;
  gap: 15px;
  padding: 48px 0;
  margin-top: 40px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
@media (min-width: 768px) {
  .block-footer.wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr; /* Defines three equal-width columns */
    grid-gap: 10px; /* Adds space between grid items */
  }
}
.block-footer_logo img {
  width: 220px;
  margin-bottom: 17px;
}
.block-footer_logo p {
  color: #fff;
  font-size: 16px;
  line-height: 164%;
}
.block-footer_social ul {
  margin: 0;
  padding: 0;
  text-align: center;
  list-style: none;
}
.block-footer_social li {
  display: inline-block;
  margin: 0 10px;
}
.block-footer_social li a {
  display: block;
}
@media (max-width: 1023px) {
  .block-footer_menu {
    width: 48%;
    margin-bottom: 30px;
  }
}
.block-footer_menu h4 {
  font-size: 16px;
  color: #fff;
  font-weight: 400;
  line-height: 164%;
  opacity: 0.6;
}
.block-footer_menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.block-footer_menu li {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  margin-bottom: 15px;
}
.block-footer_menu li a {
  display: block;
  color: #fff;
  text-decoration: none;
}
.block-footer_menu li a:hover {
  opacity: 0.8;
}
.block-footer_address h4 {
  font-size: 16px;
  color: #fff;
  font-weight: 400;
  line-height: 164%;
  opacity: 0.6;
}
.block-footer_address ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.block-footer_address li {
  padding-left: 45px;
}
.block-footer_address li span {
  display: block;
}
.block-footer_address li span.title {
  font-size: 16px;
  color: #fff;
  font-weight: 400;
  line-height: 164%;
  opacity: 0.6;
}
.block-footer_address li span.content {
  font-size: 16px;
  color: #fff;
  font-weight: 400;
  line-height: 164%;
}
.block-footer_address li.email {
  background: url("assets/img/icon-message.png");
  background-repeat: no-repeat;
  background-position: 0 0;
}
.block-footer_address li.phone {
  background: url("assets/img/icon-call.png");
  background-repeat: no-repeat;
  background-position: 0 0;
}
.block-footer_address li.address {
  background: url("assets/img/icon-location.png");
  background-repeat: no-repeat;
  background-position: 0 0;
}
.block-footer_address li a {
  text-decoration: none;
  color: #fff;
}
@media (max-width: 1023px) {
  .block-footer_address {
    width: 100%;
    margin-bottom: 30px;
  }
}
.block-footer_affiliate {
  padding-top: 48px;
}
.block-footer_affiliate ul {
  margin: 0;
  padding: 0;
  text-align: center;
}
.block-footer_affiliate li {
  list-style: none;
  display: inline-block;
  margin: 0 10px;
}
.block-footer_copyright {
  padding-top: 33px;
}
.block-footer_copyright p {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 164%; /* 26.24px */
}
.block-footer_copyright a {
  text-decoration: none;
  color: #fff;
}
.block-footer_powered p {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 164%; /* 26.24px */
}
.block-footer_powered a {
  text-decoration: none;
  color: #fff;
  font-weight: 700;
  text-decoration: underline;
}
.block-footer_powered a:hover {
  color: rgb(43, 147, 209);
}
.block-cta-wrapper {
  width: 100%;
  margin: 20px 0;
}
.block-cta-wrapper .cta-title {
  font-weight: 500;
  font-size: 20px;
}
.block-cta-wrapper .block-content {
  background: rgb(0, 48, 104);
}
.block-cta-wrapper .block-content a.btn:hover {
  background: rgb(0, 85, 65);
}
.block-cta-wrapper .block-info {
  display: flex;
  gap: 10px;
  flex-direction: column;
}
.block-cta-wrapper .block-info h4 {
  color: white;
  font-weight: 400;
  font-size: 20px;
  margin-bottom: 0;
}
.block-cta-wrapper .block-info p {
  color: white;
}
.block-cta-wrapper .block-info .block-teaser_content {
  text-align: left;
  margin-top: 0;
}
.block-cta-wrapper .block-img {
  width: 100%;
}
@media (min-width: 768px) {
  .block-cta-wrapper .block-img {
    width: 300px;
  }
}
.block-infobar {
  margin-top: 25px;
  background: #f5faff;
}
.block-infobar .image {
  height: 280px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.block-infobar .info {
  padding: 20px;
}
.block-infobar .top {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgb(127.5, 127.5, 127.5);
}
.block-infobar .title {
  font-size: 24px;
  font-weight: 500;
  display: block;
  margin-bottom: 10px;
}
.block-infobar .sub-title {
  font-size: 18px;
  color: #666666;
}
.block-infobar p {
  margin-bottom: 5px;
}
.block-infobar p span {
  font-size: 16px;
}
.block-infobar p a {
  color: #000;
  text-decoration: none;
}
.block-infobar p a:hover {
  color: rgb(0, 48, 104);
}

/* ============================================
   TEAM MEMBERS - COMPLETE STYLING
   ============================================ */
.team-page {
  padding: 60px 0;
  background: #f8f9fa;
}

.page-title {
  font-size: 36px;
  font-weight: 600;
  color: #1a1a2e;
  margin-bottom: 10px;
}

.page-description {
  margin: 0 auto;
  max-width: 600px;
  font-size: 18px;
  color: #6c757d;
  margin-bottom: 40px;
}

.team-member-item {
  margin-bottom: 30px;
}

.team-member-card {
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
  transition: all 0.3s ease;
  height: 100%;
}

.team-member-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
}

.member-image {
  height: 280px;
  overflow: hidden;
  background: #e9ecef;
  position: relative;
}

.member-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
  transition: transform 0.5s ease;
}

.team-member-card:hover .member-image img {
  transform: scale(1.05);
}

.member-image.no-image {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 60px;
  color: #adb5bd;
  background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
}

.member-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.team-member-card:hover .member-overlay {
  opacity: 1;
}

.view-btn {
  padding: 10px 25px;
  background: #fff;
  color: #1a1a2e;
  border-radius: 50px;
  text-decoration: none;
  font-weight: 600;
  transition: all 0.3s ease;
}

.view-btn:hover {
  background: rgb(0, 48, 104);
  color: #fff;
}

.member-info {
  padding: 20px 20px 25px;
}

.member-name a {
  font-size: 24px;
  font-weight: 500px;
  color: #1a1a2e;
  text-decoration: none;
  transition: color 0.3s;
}

.member-name a:hover {
  color: rgb(0, 48, 104);
}

.member-designation {
  color: #6c757d;
  font-size: 14px;
  margin-bottom: 15px;
}

.learn-more {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
  font-weight: 500;
  color: #000;
  font-size: 14px;
  transition: all 0.3s ease;
}

.learn-more:hover {
  color: rgb(0, 48, 104);
  gap: 12px;
}

@media (max-width: 768px) {
  .member-image {
    height: 220px;
  }
}
.team-member-single {
  padding: 60px 0;
  background: #fff;
}

.back-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 10px 20px;
  background: #fff;
  border-radius: 8px;
  color: #1a1a2e;
  text-decoration: none;
  transition: all 0.3s ease;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  font-weight: 400;
  margin-bottom: 30px;
}

.back-btn:hover {
  color: rgb(0, 48, 104);
  transform: translateX(-5px);
  box-shadow: 0 4px 15px rgba(102, 126, 234, 0.1);
}

/* Profile Card */
.member-profile-card {
  background: #f8f9fa;
  border-radius: 16px;
  padding: 20px;
  text-align: center;
}

.profile-image-wrapper {
  width: 100%;
  position: relative;
  display: inline-block;
  margin-bottom: 40px;
}
.profile-image-wrapper .image {
  width: 100%;
  height: 360px;
  overflow: hidden;
  border: 5px solid #fff;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  margin-bottom: 20px;
  border-radius: 5px;
}
.profile-image-wrapper .no-image {
  width: 100%;
  height: 360px;
  overflow: hidden;
  border: 5px solid #fff;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  margin-bottom: 20px;
  border-radius: 5px;
}

.profile-image {
  width: 100%;
  object-fit: cover;
}

.member-badge {
  padding: 5px 15px;
  font-size: 16px;
}

.member-quick-info {
  margin-bottom: 25px;
}

.member-name {
  font-size: 28px;
  font-weight: 600;
  color: #1a1a2e;
  margin-bottom: 5px;
}

/* Contact Info */
.contact-info {
  text-align: left;
}

.section-title-sm {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 15px;
  padding-bottom: 10px;
  border-bottom: 2px solid #e9ecef;
}

.contact-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.contact-list li {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 8px 0;
  font-size: 16px;
}

.contact-list li i {
  font-size: 20px;
  width: 20px;
  color: rgb(0, 48, 104);
}

.contact-list a {
  color: #495057;
  text-decoration: none;
  transition: color 0.3s ease;
}

/* Member Details */
.member-details {
  padding-left: 30px;
}

.detail-section {
  margin-bottom: 40px;
}

.section-title {
  font-size: 24px;
  font-weight: 500;
  color: #1a1a2e;
  margin-bottom: 20px;
  position: relative;
  padding-bottom: 10px;
}

.bio-content {
  color: #495057;
  line-height: 1.8;
}

.bio-content p {
  margin-bottom: 15px;
}

/* Expertise Tags */
.expertise-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.expertise-tag {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 16px;
  background: linear-gradient(135deg, #f0f2f5 0%, #e9ecef 100%);
  border-radius: 8px;
  font-size: 14px;
  color: #1a1a2e;
}

.expertise-tag i {
  color: rgb(0, 85, 65);
  font-size: 16px;
}

/* Strengths Grid */
.strengths-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}

.strength-item {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 16px;
  background: #f8f9fa;
  border-radius: 8px;
  transition: all 0.3s ease;
}

.strength-item:hover {
  background: #e9ecef;
  transform: translateX(5px);
}

.strength-icon {
  border-radius: 50%;
  color: rgb(0, 48, 104);
  font-size: 14px;
}

/* Timeline */
.timeline {
  position: relative;
  padding-left: 30px;
}

.timeline:before {
  content: "";
  position: absolute;
  left: 8px;
  top: 0;
  bottom: 0;
  width: 2px;
  background: #e9ecef;
}

.timeline-item {
  position: relative;
  padding: 15px 20px;
  background: #f8f9fa;
  border-radius: 8px;
  margin-bottom: 15px;
  transition: all 0.3s ease;
}

.timeline-item:hover {
  background: #e9ecef;
  transform: translateX(5px);
}

.timeline-dot {
  position: absolute;
  left: -26px;
  top: 20px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: rgb(0, 48, 104);
  border: 2px solid #fff;
  box-shadow: 0 0 0 3px rgb(0, 48, 104);
}

.timeline-content p {
  margin: 0;
  color: #495057;
}

/* ---------- RESPONSIVE ---------- */
@media (max-width: 992px) {
  .member-details {
    padding-left: 0;
    margin-top: 30px;
  }
}
@media (max-width: 768px) {
  .team-member-single {
    padding: 30px 0;
  }
  .profile-image {
    width: 150px;
    height: 150px;
  }
  .strengths-grid {
    grid-template-columns: 1fr;
  }
  .member-badge {
    font-size: 10px;
    padding: 3px 12px;
  }
}
@media (max-width: 576px) {
  .card-image {
    height: 200px;
  }
  .member-name {
    font-size: 22px;
  }
  .section-title {
    font-size: 20px;
  }
}
.service-card {
  transition: all 0.3s ease;
  height: 100%;
  display: flex;
  flex-direction: column;
  margin-bottom: 10px;
}

.service-title {
  font-size: 18px;
  font-weight: 500;
}

.service-title a {
  color: #1a1a2e;
  text-decoration: none;
  transition: color 0.3s;
  display: flex;
  align-content: center;
  gap: 12px;
}
.service-title a i {
  font-weight: normal;
  font-size: 14px;
  line-height: 1.3;
  transition: color 0.3s ease;
}
.service-title a:hover {
  color: rgb(0, 48, 104);
}
.service-title a:hover i {
  transform: translateX(5px);
}

@media (max-width: 992px) {
  .services-section {
    padding: 60px 0;
  }
  .section-title {
    font-size: 32px;
  }
}
@media (max-width: 768px) {
  .services-section {
    padding: 40px 0;
  }
  .section-title {
    font-size: 28px;
  }
  .service-image-wrapper {
    height: 180px;
  }
}
/* -------- MODERN HEADER ---------- */
.roadmap-header-alt {
  background: #ffffff;
  padding: 1.2rem 2rem;
}

.header-left h2 {
  text-align: center;
}

/* -------- TIMELINE / ROADMAP FLOW ---------- */
.flow-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
  position: relative;
}
@media (min-width: 1200px) {
  .flow-grid {
    grid-template-columns: repeat(auto-fit, minmax(20%, 1fr));
  }
}

/* card – modern glass‑morphism */
.flow-card {
  background: rgba(255, 255, 255, 0.75);
  backdrop-filter: blur(2px);
  border-radius: 0.5rem;
  padding: 1.6rem 1.4rem 1.8rem;
  box-shadow: 0 12px 28px -10px rgba(0, 20, 40, 0.08), 0 4px 12px rgba(0, 0, 0, 0.02);
  border: 1px solid rgba(255, 255, 255, 0.8);
  transition: all 0.25s ease;
  position: relative;
  display: flex;
  flex-direction: column;
}
@media (min-width: 1200px) {
  .flow-card {
    border-radius: 0;
  }
}

.card-head {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-bottom: 1rem;
  border-bottom: 2px solid rgba(0, 0, 0, 0.03);
  padding-bottom: 0.75rem;
}
.card-head .profile-image {
  object-position: top;
}

.card-head .segment-name {
  font-weight: 600;
  font-size: 1rem;
  color: #102b3d;
  line-height: 1.3;
}
@media (min-width: 1400px) {
  .card-head .segment-name {
    font-size: 1.1rem;
  }
}

.card-head .segment-name small {
  font-weight: 400;
  font-size: 0.7rem;
  display: block;
  color: #4e738b;
  margin-top: 0.05rem;
}

.team-label {
  display: inline-block;
  background: #e9f0f8;
  padding: 0.2rem 1rem;
  border-radius: 30px;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.03em;
  margin-bottom: 1rem;
  align-self: flex-start;
}

.team-label i {
  margin-right: 0.4rem;
  font-size: 0.7rem;
}

/* member chips */
.member-chips {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin: 0.25rem 0 0.8rem 0;
  flex: 1;
}

.chip a {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  background: #f5f9fe;
  padding: 0.35rem 0.8rem 0.35rem 0.6rem;
  border-radius: 40px;
  font-size: 0.85rem;
  font-weight: 450;
  color: #1b3d55;
  border: 1px solid transparent;
  transition: all 0.1s;
  color: #1b3d55;
  text-decoration: none;
}
.chip a:hover {
  background: rgb(0, 48, 104);
  color: white;
}

.chip i {
  width: 1.4rem;
  text-align: center;
  font-size: 0.8rem;
  color: #3d6b8a;
}

.chip .chip-role {
  margin-left: auto;
  background: #dce6f0;
  font-size: 0.55rem;
  font-weight: 700;
  padding: 0.1rem 0.8rem;
  border-radius: 30px;
  color: #153b53;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.chip.lead-chip {
  background: #dcebf9;
  border-left: 4px solid #1f6e9e;
  font-weight: 550;
}

.chip.lead-chip i {
  color: #1a5f85;
}

/* responsive */
@media (max-width: 680px) {
  .roadmap-header-alt {
    padding: 1rem 1.2rem;
  }
  .header-actions {
    width: 100%;
    justify-content: flex-start;
  }
  .flow-card {
    padding: 1.4rem 1rem;
  }
}
.flow-chart_input {
  display: none;
}

@keyframes spin {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(720deg);
  }
}
@keyframes scale {
  0% {
    transform: scale(0);
    opacity: 0;
  }
  90% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes textOpacity {
  0% {
    visibility: none;
    opacity: 0;
  }
  100% {
    visibility: visible;
    opacity: 1;
  }
}
.flow-chart {
  opacity: 0;
  position: relative;
  transition: all 200ms ease;
  animation: 750ms ease-out 300ms scale;
  animation-fill-mode: forwards;
}

.flow-chart-svg {
  animation: 1400ms ease-out 400ms spin;
  animation-fill-mode: forwards;
}
.flow-chart-svg text {
  fill: white;
  font-size: 14px;
  font-weight: 300;
  opacity: 0;
  animation: 1400ms ease-out 2500ms textOpacity;
  animation-fill-mode: forwards;
}
.flow-chart-svg text.flow-chart-title {
  fill: black;
  opacity: 0;
  font-size: 24px;
  animation: 1400ms ease-out 1900ms textOpacity;
  animation-fill-mode: forwards;
}
.flow-chart-svg text a {
  color: white;
  text-decoration: none;
}

.flow-svg-inner-circle {
  fill: white;
}

.flow-svg-outer-circle {
  fill: transparent;
}

.flow-chart-group {
  cursor: pointer;
}
.flow-chart-group:hover .flow-chart-group_shape {
  fill: rgb(43, 147, 209);
}
.flow-chart-group:hover text {
  fill: white;
}

.flow-chart-group_shape {
  fill: rgb(0, 48, 104);
}

.flow-chart-group2_shape {
  fill: rgb(0, 96, 156);
}
.flow-chart-group3_shape {
  fill: rgb(43, 147, 209);
}
.flow-chart-group4_shape {
  fill: rgb(0, 83.3076923077, 180.5);
}
.flow-chart-group5_shape {
  fill: rgb(0, 85, 65);
}
.flow-chart-content {
  display: none;
}

@media screen and (min-width: 550px) {
  .flow-chart-content {
    display: flex;
    flex-wrap: wrap;
    position: absolute;
    justify-content: space-between;
    align-items: center;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .flow-chart_description_group1 {
    order: 2;
    width: 50%;
    padding-left: 30%;
    margin-top: 50px;
    opacity: 0;
    animation: 1400ms ease-out 2900ms textOpacity;
    animation-fill-mode: forwards;
  }
  .flow-chart_description_group1 p {
    border-bottom: 1px solid #000;
    padding-bottom: 5px;
  }
  .flow-chart_description_group2 {
    order: 4;
    width: 50%;
    padding-left: 30%;
    margin-top: -150px;
    opacity: 0;
    animation: 1400ms ease-out 2900ms textOpacity;
    animation-fill-mode: forwards;
  }
  .flow-chart_description_group2 p {
    border-bottom: 1px solid #000;
    padding-bottom: 5px;
  }
  .flow-chart_description_group3 {
    order: 3;
    width: 50%;
    padding-right: 30%;
    text-align: right;
    margin-top: -150px;
    opacity: 0;
    animation: 1400ms ease-out 2900ms textOpacity;
    animation-fill-mode: forwards;
  }
  .flow-chart_description_group3 p {
    border-bottom: 1px solid #000;
    padding-bottom: 5px;
  }
  .flow-chart_description_group4 {
    order: 1;
    width: 50%;
    padding-right: 30%;
    text-align: right;
    margin-top: 60px;
    opacity: 0;
    animation: 1400ms ease-out 2900ms textOpacity;
    animation-fill-mode: forwards;
  }
  .flow-chart_description_group4 p {
    border-bottom: 1px solid #000;
    padding-bottom: 5px;
  }
}
section.image-section {
  position: relative;
  margin-top: -100px;
  margin-bottom: 50px;
}
@media (min-width: 768px) {
  section.image-section {
    margin-top: -200px;
  }
}
section.image-section .block-page_img {
  height: 300px;
}
@media (min-width: 768px) {
  section.image-section .block-page_img {
    height: 400px;
  }
}
section.image-section .block-page_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
section.intro {
  padding: 100px 0 50px 0;
  background: #edf5fa;
  position: relative;
}
section.intro:before {
  content: "";
  background: url(assets/img/pattern-small.png) repeat-x center bottom;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  transform: rotate(-180deg);
  opacity: 0.5;
}
section.intro.inside {
  background: transparent;
  position: relative;
  padding-top: 143px;
}
section.intro.inside:before {
  display: none;
}
@media (max-width: 991px) {
  section.intro {
    padding-top: 50px;
  }
}
section.banner {
  background: #f5faff;
  padding: 150px 0 100px 0;
  position: relative;
  margin-bottom: 50px;
}
@media (min-width: 768px) {
  section.banner {
    padding: 150px 0 180px 0;
  }
}
section.banner:before {
  content: "";
  background: url("assets/img/pattern.png") no-repeat center bottom;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0.3;
}
section.banner:after {
  content: "";
  background: #003068;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgba(245, 250, 255, 0.8) 70%);
  width: 100%;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
}
section.banner .container {
  position: relative;
  z-index: 1;
}
section.wings {
  background: #edf5fa;
  padding: 56px 0;
}
section.wehelp {
  padding: 100px 0;
}
section.wehelp.is-duplicate {
  background: #edf5fa;
}
@media (min-width: 1200px) {
  section.wehelp.is-duplicate .row-gap-4 {
    justify-content: center;
  }
}
@media (min-width: 1200px) {
  section.wehelp.is-duplicate .block-offer {
    height: 360px;
  }
}
section.wehelp.is-duplicate .block-offer .content {
  padding: 0;
}
section.wehelp.is-duplicate .block-offer_content {
  display: none;
}
section.wehelp.is-duplicate .block-offer_icon {
  position: inherit;
}
section.wehelp.is-duplicate .block-offer:hover .content {
  padding: 0;
}
section.wehelp.is-duplicate .block-offer:hover h2 {
  font-size: 202x;
  line-height: 1;
}
section.wehelp.is-duplicate .block-offer:hover .block-offer_content {
  display: block;
}
section.wehelp.is-duplicate .block-offer:hover .block-offer_icon {
  display: none;
}
section.videos {
  padding: 90px 0;
  background: linear-gradient(75deg, #003068 7.94%, #005541 91.21%);
  position: relative;
}
section.videos:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("assets/img/pattern.png");
  background-repeat: repeat-x;
  background-position: bottom center;
  background-size: contain;
  background-size: 100%;
  opacity: 0.2;
}
section.approach {
  background-color: #edf5fa;
  padding: 50px 0 150px;
  position: relative;
}
@media (min-width: 1920px) {
  section.approach .container-fluid {
    max-width: 1900px;
  }
}
section.approach .teamslider {
  margin-top: 30px;
}
section.approach .slick-arrow {
  position: absolute;
  bottom: -86px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 50px;
  height: 50px;
  border: none;
  background-color: transparent;
  font-size: 16px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  font-size: 0;
  opacity: 0.5;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 50px;
  padding: 0;
}
section.approach .slick-arrow:hover {
  opacity: 1;
}
section.approach .slick-arrow.slick-next {
  right: -80px;
  background-image: url("assets/img/arrow-right.svg");
}
section.approach .slick-arrow.slick-prev {
  left: -80px;
  background-image: url("assets/img/arrow-left.svg");
}
section.brands {
  padding: 50px 0;
}
section.casestudies {
  position: relative;
  padding: 100px 0;
  background: linear-gradient(39deg, #003068 -17.06%, #005541 116.61%);
}
section.casestudies:before {
  content: "";
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center bottom;
  background-image: url("assets/img/pattern.png");
  opacity: 0.15;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
@media (max-width: 1920px) {
  section.casestudies:before {
    background-size: contain;
  }
}
section.casestudies .container {
  position: relative;
  z-index: 999;
}
section.bank-logo-slider {
  padding: 25px 0;
}
section.testimonial {
  border-top: 1px solid #e6e6e6;
  padding-top: 100px;
  margin-bottom: 100px;
}
section.articles {
  background-color: #edf5fa;
  padding: 50px 0;
}
section.newsletter {
  margin: 50px 0 150px 0;
}
section.mission {
  padding: 50px 0;
}
section.mission .row .col-lg-6:first-child .block-page_mission {
  background: rgb(105, 189, 76);
  color: white;
}
section.stats {
  position: relative;
  padding: 20px 0 0;
}
section.stats:before {
  content: "";
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center bottom;
  opacity: 0.15;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
section.history {
  padding: 50px 0;
}
section.timeline {
  padding: 50px 0;
}
section.awards {
  margin-top: 60px;
  padding: 100px 0;
  background-color: #edf5fa;
}
section.team {
  padding: 50px 0;
}
section.join {
  padding: 50px 0;
}
section.map {
  padding: 50px 0;
}
section.article {
  padding: 150px 0 50px 0;
}
section.article .col-lg-5 {
  margin: 0 auto;
}
section.article .block-title h1 {
  text-align: center;
  font-weight: 500;
}
section.article .block-single_featuredimg {
  height: 500px;
}
section.article .block-single_featuredimg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
section.services {
  padding: 0 0 100px 0;
}
section.relatedpost {
  padding: 100px 0;
}
section.keybenefits {
  padding: 100px 0;
}
section.teaser {
  background: #008b90;
  padding: 60px 0;
  position: relative;
  overflow: hidden;
}
section.teaser > span {
  text-align: center;
  color: rgba(255, 255, 255, 0.1);
  font-family: "Jost", sans-serif;
  font-size: 152px;
  font-weight: 700;
  line-height: 140%;
  position: absolute;
  bottom: -47px;
  left: 0;
  width: 100%;
  height: 50%;
}
@media (max-width: 1800px) {
  section.teaser > span {
    font-size: 130px;
    bottom: -72px;
  }
}
@media (max-width: 1574px) {
  section.teaser > span {
    font-size: 110px;
    bottom: -92px;
  }
}
@media (max-width: 1332px) {
  section.teaser > span {
    font-size: 100px;
    bottom: -102px;
  }
}
@media (max-width: 1211px) {
  section.teaser > span {
    font-size: 90px;
    bottom: -115px;
  }
}
@media (max-width: 1090px) {
  section.teaser > span {
    font-size: 80px;
    bottom: -115px;
  }
}
@media (max-width: 991px) {
  section.teaser > span {
    font-size: 70px;
    bottom: 0;
    height: 84px;
  }
}
@media (max-width: 847px) {
  section.teaser > span {
    font-size: 60px;
    bottom: 0;
    height: 64px;
  }
}
@media (max-width: 726px) {
  section.teaser > span {
    font-size: 50px;
    bottom: 0;
    height: 50px;
  }
}
@media (max-width: 605px) {
  section.teaser > span {
    font-size: 40px;
    bottom: 0;
    height: 40px;
  }
}
@media (max-width: 605px) {
  section.teaser > span {
    font-size: 30px;
    bottom: 0;
    height: 40px;
  }
}
section.postslider {
  position: relative;
  padding: 100px 0;
}
section.servicesslider {
  position: relative;
  padding: 100px 0;
}
section.post-content {
  padding: 25px 0;
}
section.post-content h2,
section.post-content h3,
section.post-content h4 {
  font-weight: 400;
  line-height: 1.4;
  margin-bottom: 20px;
}
section.post-content p {
  color: rgb(127.5, 127.5, 127.5);
}
section .block-page_intro--title {
  background: rgb(206, 228.6153846154, 255);
  padding: 5px 20px;
  border-radius: 100px;
  color: rgb(0, 48, 104);
  text-align: left;
  display: inline-block;
  margin-bottom: 10px;
}
@media (min-width: 1024px) {
  section.contactdetails .wrapper .row {
    margin: 0;
    background: #edf5fa;
    overflow: hidden;
    border-radius: 0;
  }
  section.contactdetails .wrapper .row .col-lg-6 {
    padding: 0;
  }
}
section.contactdetails .wrapper .image {
  height: 400px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media (min-width: 1024px) {
  section.contactdetails .wrapper .image {
    height: 100%;
  }
}

.mb-0 {
  margin-bottom: 0;
}
.mb-10 {
  margin-bottom: 80px;
}
@media (max-width: 767px) {
  .mb-10 {
    margin-bottom: 30px;
  }
}
.mb-50 {
  display: block;
  margin-bottom: 50px;
}
.mb-100 {
  margin-bottom: 100px;
}

.img-cover {
  background-size: cover;
  background-repeat: no-repeat;
}

.col-gap-1 {
  column-gap: 12px;
}
.col-gap-2 {
  column-gap: 24px;
}
.col-gap-3 {
  column-gap: 36px;
}
.col-gap-4 {
  column-gap: 48px;
}
.col-gap-5 {
  column-gap: 60px;
}

#slidertestimonial .slick-list.draggable {
  margin-bottom: 48px;
}
#slidertestimonial .slick-dots {
  width: 100%;
  margin: 0;
  padding: 0;
  text-align: center;
}
#slidertestimonial .slick-dots li {
  list-style: none;
  margin: 0 6px;
  display: inline-block;
}
#slidertestimonial .slick-dots li.slick-active button {
  background: #003068;
  font-size: 0;
  padding: 6px;
  height: 6px;
  border-radius: 50%;
}
#slidertestimonial .slick-dots li button {
  border: none;
  background: #e7edf3;
  font-size: 0;
  padding: 6px;
  height: 6px;
  border-radius: 50%;
}

img.alignright {
  float: right;
  margin: 0 0 1em 1em;
}

img.alignleft {
  float: left;
  margin: 0 1em 1em 0;
}

img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

a img.alignright {
  float: right;
  margin: 0 0 1em 1em;
}

a img.alignleft {
  float: left;
  margin: 0 1em 1em 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

#postsslider {
  padding: 15px;
  display: flex;
  column-gap: 30px;
}
@media (min-width: 768px) {
  #postsslider {
    padding: 25px 50px;
  }
}
#postsslider .slick-prev {
  border: none;
  background: #edf5fa;
  text-align: center;
  display: inline-block;
  padding: 0px 12px;
  line-height: 0;
  font-size: 24px;
  height: 32px;
  top: -55px;
  left: 35%;
  position: absolute;
}
@media (max-width: 1199px) {
  #postsslider .slick-prev {
    left: 25%;
  }
}
#postsslider .slick-next {
  border: none;
  background: #edf5fa;
  text-align: center;
  display: inline-block;
  padding: 0px 12px;
  line-height: 0;
  font-size: 24px;
  height: 32px;
  top: -55px;
  right: 35%;
  position: absolute;
}
@media (max-width: 1199px) {
  #postsslider .slick-next {
    right: 25%;
  }
}
#postsslider .block-slider_content {
  padding: 0 15px;
}

#servicesslider {
  padding: 15px;
  display: flex;
  column-gap: 30px;
}
@media (min-width: 768px) {
  #servicesslider {
    padding: 25px 50px;
  }
}
#servicesslider .slick-prev {
  border: none;
  background: #edf5fa;
  text-align: center;
  display: inline-block;
  padding: 0px 12px;
  line-height: 0;
  font-size: 24px;
  height: 32px;
  top: -55px;
  left: 35%;
  position: absolute;
}
@media (max-width: 1199px) {
  #servicesslider .slick-prev {
    left: 25%;
  }
}
#servicesslider .slick-next {
  border: none;
  background: #edf5fa;
  text-align: center;
  display: inline-block;
  padding: 0px 12px;
  line-height: 0;
  font-size: 24px;
  height: 32px;
  top: -55px;
  right: 35%;
  position: absolute;
}
@media (max-width: 1199px) {
  #servicesslider .slick-next {
    right: 25%;
  }
}
.page-title span {
  background: rgb(206, 228.6153846154, 255);
  padding: 5px 20px;
  border-radius: 100px;
  color: rgb(0, 57, 116);
  text-align: left;
  display: inline-block;
}

nav .menu {
  margin: 0;
  padding: 0;
  justify-content: center;
}
@media (min-width: 992px) {
  nav .menu {
    display: flex;
  }
}
nav .menu li {
  list-style: none;
  position: relative;
}
@media (min-width: 1024px) {
  nav .menu li {
    margin: 0 15px 0 15px;
  }
}
@media (min-width: 1024px) {
  nav .menu li:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    background-color: #ff962d;
    width: 0%;
    height: 2px;
    transition: all 0.5s;
  }
}
nav .menu li.menu-item-has-children > a {
  padding: 10px 25px 10px 0;
}
@media (min-width: 1024px) {
  nav .menu li.menu-item-has-children > a::after {
    content: "";
    width: 25px;
    height: 32px;
    background: transparent;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
  }
}
@media (min-width: 1024px) {
  nav .menu li:hover:after {
    width: 100%;
  }
}
@media (min-width: 1024px) {
  nav .menu li:hover .sub-menu {
    opacity: 1;
    top: 42px;
    visibility: visible;
  }
}
nav .menu li:hover .submenu-toggle:before {
  border-color: rgb(0, 48, 104);
}
@media (min-width: 1024px) {
  nav .menu li:hover .submenu-toggle:before {
    border-color: rgb(255, 255, 255);
  }
}
nav .menu li:hover a {
  color: rgb(0, 48, 104);
}
@media (min-width: 1024px) {
  nav .menu li:hover a {
    color: rgb(255, 255, 255);
  }
}
nav .menu li a {
  color: #000;
  padding: 10px 0;
  text-decoration: none;
  display: block;
  border-radius: 0px;
}
@media (min-width: 992px) {
  nav .menu li a {
    color: white;
    display: inline-block;
  }
}
nav .menu li.submenu-open .sub-menu {
  display: block;
}
nav .menu li .sub-menu {
  width: 100%;
  background: #f5faff;
  margin: 10px 0;
  border-radius: 0px;
}
@media (max-width: 1023px) {
  nav .menu li .sub-menu {
    display: none;
  }
}
@media (min-width: 1024px) {
  nav .menu li .sub-menu {
    width: 280px;
    position: absolute;
    top: 50px;
    opacity: 0;
    margin: 0;
    z-index: 1;
    visibility: hidden;
    transition: top 0.3s, opacity 0.3s;
  }
}
nav .menu li .sub-menu {
  /*level 2*/
}
nav .menu li .sub-menu li {
  margin: 0;
  border-bottom: 1px solid rgba(0, 48, 104, 0.2);
}
nav .menu li .sub-menu li:last-child {
  border-bottom: none;
}
@media (min-width: 1024px) {
  nav .menu li .sub-menu li:hover .submenu-toggle:before {
    top: 10px;
    transform: rotate(132deg);
  }
}
nav .menu li .sub-menu li.menu-item-has-children > a {
  padding: 10px 40px 10px 20px;
}
@media (min-width: 1024px) {
  nav .menu li .sub-menu li.menu-item-has-children > a {
    padding: 10px 25px 10px 20px;
  }
}
@media (min-width: 1024px) {
  nav .menu li .sub-menu li.menu-item-has-children > a::after {
    content: "";
    width: 25px;
    height: 32px;
    background: transparent;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
  }
}
nav .menu li .sub-menu li a {
  color: black;
  display: block;
  padding: 10px 20px;
  position: relative;
  border-radius: 0;
}
nav .menu li .sub-menu li .submenu-toggle::before {
  content: "";
  width: 10px;
  height: 10px;
  position: absolute;
  top: 13px;
  left: 0;
  right: 0;
  margin: 0 auto;
  border-top: 1px solid #000;
  border-left: 1px solid #000;
  transform: rotate(224deg);
  transition: transform 0.3s, top 0.3s;
  z-index: 1;
}
@media (min-width: 1024px) {
  nav .menu li .sub-menu li .submenu-toggle::before {
    top: 9px;
  }
}
nav .menu li .sub-menu li.submenu-open .sub-menu {
  display: block;
}
nav .menu li .sub-menu li .sub-menu {
  width: 100%;
  background: #f1f1f1;
  display: none;
  margin: 0;
}
@media (min-width: 1024px) {
  nav .menu li .sub-menu li .sub-menu {
    position: relative;
  }
}
@media (min-width: 1024px) {
  nav .menu li .sub-menu li:hover .sub-menu {
    display: block;
    position: absolute;
    top: 0;
    left: 100%;
  }
}
nav .menu li .submenu-toggle {
  width: 40px;
  height: 240px;
  background: transparent;
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
}
@media (min-width: 1024px) {
  nav .menu li .submenu-toggle {
    width: 25px;
    height: 22px;
    top: 10px;
  }
}
nav .menu li .submenu-toggle::before {
  content: "";
  width: 10px;
  height: 10px;
  position: absolute;
  top: 4px;
  left: 0;
  right: 0;
  margin: 0 auto;
  border-top: 1px solid black;
  border-left: 1px solid black;
  transform: rotate(224deg);
  z-index: 1;
}
@media (min-width: 1024px) {
  nav .menu li .submenu-toggle::before {
    content: "";
    border-top: 1px solid white;
    border-left: 1px solid white;
    z-index: inherit;
  }
}
@media (min-width: 992px) {
  nav .menu.alternate li a {
    color: #000;
  }
}
nav .menu.alternate li .submenu-toggle::before {
  content: "";
}
@media (min-width: 1024px) {
  nav .menu.alternate li .submenu-toggle::before {
    content: "";
    border-top: 1px solid #000;
    border-left: 1px solid #000;
    z-index: inherit;
  }
}
nav .menu.alternate li:hover .submenu-toggle {
  border-color: rgb(0, 48, 104);
}
nav .menu.alternate li:hover .submenu-toggle::before {
  content: "";
}
@media (min-width: 1024px) {
  nav .menu.alternate li:hover .submenu-toggle::before {
    content: "";
    border-top: 1px solid rgb(0, 48, 104);
    border-left: 1px solid rgb(0, 48, 104);
    z-index: inherit;
  }
}
nav .menu.alternate li:hover a {
  color: rgb(0, 48, 104);
}

.offcanvas {
  z-index: 999999999;
}

.burger-menu .btn-white {
  background: transparent;
  padding: 0;
  color: white;
}
.burger-menu .btn-white::after {
  display: none;
}
.burger-menu .btn-white i {
  font-size: 24px;
}

.header {
  padding-top: 15px;
  position: relative;
  z-index: 99999;
}
.header.alternate {
  position: absolute;
  left: 0;
  right: 0;
}
.header .logo-wrapper,
.header .menu-wrapper {
  width: auto;
}
.header .wrapper .menu-with-button {
  display: flex;
  justify-content: end;
  align-items: center;
}
.header .block-logo a {
  display: block;
}
.header .block-logo a img {
  width: 160px;
}
@media (min-width: 768px) {
  .header .block-logo a img {
    width: 240px;
  }
}

.background.home {
  background: rgb(0, 48, 104);
}
@media (min-width: 768px) {
  .background.home {
    height: 100vh;
  }
}
.background.page {
  position: relative;
}
.background.page .header {
  background: #003068;
}
.background.page:before {
  content: "";
  padding: absolute;
  top: 0;
  left: 0;
  background: #003068;
  width: 100%;
  height: 350px;
}

.offcanvas-header .logo-white img {
  max-width: 180px;
}

.footer-top {
  padding: 90px 0;
  position: relative;
  margin-top: 70px;
}
.footer-top:before {
  content: "";
  background: url("assets/img/bg-footer.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 0 0;
  position: absolute;
  bottom: 50px;
  left: 0;
  width: 100%;
  height: 180px;
}
.footer-top:after {
  content: "";
  background: url("assets/img/bg-footer-blue.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 0 0;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 141px;
}
.footer-main {
  background: #003068;
  padding-bottom: 50px;
}

/*# sourceMappingURL=style.css.map */
