label {
  font-size: 15px;
  margin: 0; }

.form-control {
  border-radius: 0;
  font-size: 14px;
  font-family: "Titillium Web", sans-serif;
  padding-left: 0;
  padding-right: 0;
  border-left-color: transparent;
  border-top-color: transparent;
  border-right-color: transparent;
  border-bottom-color: #E3E3E3; }
  .form-control:focus {
    border-left-color: transparent;
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: #12233D;
    box-shadow: none; }

.form-select {
  border-radius: 20px;
  font-family: "Titillium Web", sans-serif;
  border-color: #E3E3E3; }
  .form-select:focus {
    border-color: #12233D;
    box-shadow: none; }

input#session-date {
  position: relative; }

input[type="date"]::-webkit-calendar-picker-indicator {
  background: transparent;
  bottom: 0;
  color: transparent;
  cursor: pointer;
  height: auto;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: auto; }

.form-control[type=file] {
  border-color: #e3e3e3;
  border-radius: 30px;
  padding: .375rem .75rem; }

.btn {
  border-radius: 30px;
  font-weight: 700;
  padding: .6rem 2rem;
  font-family: "Titillium Web", sans-serif;
  font-size: 14px; }

.btn-xs {
  font-weight: normal;
  font-size: 12px;
  padding: .3rem .6rem; }

.btn-primary {
  background: #051C3C;
  border-color: #051C3C; }
  .btn-primary:hover {
    background: #031124;
    border-color: #031124; }
  .btn-primary:disabled {
    background: #051C3C;
    border-color: #051C3C; }

.btn-secondary {
  background: #439DE6;
  border-color: #439DE6; }
  .btn-secondary:hover {
    background: #2c91e3;
    border-color: #2c91e3; }
  .btn-secondary:disabled {
    background: #439DE6;
    border-color: #439DE6; }

.btn-outline-primary {
  border-color: #051C3C;
  color: #051C3C; }
  .btn-outline-primary:hover {
    background: #051C3C;
    border-color: #051C3C;
    color: #fff; }

.btn-outline-secondary {
  border-color: #439DE6;
  color: #439DE6; }
  .btn-outline-secondary:hover {
    background: #439DE6;
    border-color: #439DE6;
    color: #fff; }

.btn-outline-primary-light {
  border-color: #E3E3E3;
  color: #355289; }
  .btn-outline-primary-light:hover {
    background: transparent;
    border-color: #355289;
    color: #355289; }

.btn-outline-dark {
  border-color: #12233D;
  color: #12233D; }
  .btn-outline-dark:hover {
    background: #12233D;
    border-color: #12233D;
    color: #fff; }
  .btn-outline-dark:focus {
    box-shadow: none !important; }

.btn-outline-light {
  border-color: #f1f1f1;
  color: #f1f1f1; }
  .btn-outline-light:hover {
    background: #f1f1f1;
    border-color: #f1f1f1;
    color: #051C3C; }

.btn-share {
  background: #efefef;
  border-color: #efefef;
  color: #12233D; }
  .btn-share.btn-sm {
    padding-left: 0;
    padding-right: 0;
    width: 26px; }
  .btn-share:hover {
    background: #12233D;
    border-color: #12233D;
    color: #fff; }

.screen-reader-response {
  display: none; }

.wpcf7-not-valid-tip {
  color: red;
  font-size: 12px;
  text-align: left; }

.wpcf7 form .wpcf7-response-output {
  text-align: center;
  padding: 15px;
  background: #439DE6;
  margin: 10px 0;
  color: #12233D;
  font-weight: bold;
  border: none; }

.wpcf7-display-none {
  display: none; }

span.wpcf7-list-item {
  margin-left: 0; }

/*.wpcf7-list-item + .wpcf7-list-item {
    margin-left: 10px;
}*/
.wpcf7-list-item-label {
  margin-left: 0;
  margin-right: 10px; }

.checkbox .wpcf7-list-item-label {
  position: relative;
  line-height: 20px;
  padding: 0 0 0 30px;
  display: block;
  margin-left: 0; }
.checkbox .wpcf7-list-item-label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
  border: 1px solid #12233D;
  border-radius: 50%;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease; }
.checkbox .wpcf7-list-item-label:after {
  content: "\f00c";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  width: 20px;
  line-height: 20px;
  position: absolute;
  left: 0;
  top: 0;
  text-align: center;
  color: #12233D;
  opacity: 0;
  font-size: 14px;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease; }
.checkbox input[type="checkbox"] {
  display: none; }
.checkbox input[type="checkbox"]:checked + .wpcf7-list-item-label:after {
  opacity: 1; }
.checkbox.block .wpcf7-list-item {
  display: block;
  margin-left: 0; }
.checkbox a {
  text-decoration: underline; }

.radio .wpcf7-list-item-label {
  position: relative;
  line-height: 20px;
  padding: 0 0 0 30px;
  display: block;
  margin-left: 0; }
.radio .wpcf7-list-item-label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
  border: 1px solid #12233D;
  border-radius: 50%;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease; }
.radio .wpcf7-list-item-label:after {
  content: "\f00c";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  width: 20px;
  line-height: 20px;
  position: absolute;
  left: 0;
  top: 0;
  text-align: center;
  color: #fff;
  opacity: 0;
  font-size: 14px;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease; }
.radio input[type="radio"] {
  display: none; }
.radio input[type="radio"]:checked + .wpcf7-list-item-label:before {
  border-color: #439DE6;
  background: #439DE6; }
.radio input[type="radio"]:checked + .wpcf7-list-item-label:after {
  opacity: 1; }
.radio.block .wpcf7-list-item {
  display: block;
  margin-left: 0; }

.slick-slider .slick-slide:focus {
  outline: none; }

.slick-prev,
.slick-next,
.slick-prev:hover,
.slick-next:hover,
.slick-prev:focus,
.slick-next:focus {
  width: 30px;
  height: 40px;
  z-index: 100;
  opacity: 1; }

.slick-prev, .slick-prev:hover, .slick-prev:focus {
  left: -30px;
  border-radius: 0;
  background: transparent url("../images/slick-prev.svg") no-repeat center center/22px 22px; }

.slick-next, .slick-next:hover, .slick-next:focus {
  right: -30px;
  border-radius: 0;
  background: transparent url("../images/slick-next.svg") no-repeat center center/22px 22px; }

.slick-prev:before, .slick-next:before {
  display: none; }

.slick-dots {
  position: absolute;
  text-align: center;
  margin: 0 0 -3rem;
  bottom: 0px; }
  .slick-dots li {
    margin: 0 7px;
    width: 50px;
    height: 10px; }
    .slick-dots li button {
      width: 50px;
      height: 2px;
      padding: 0;
      background: #D2D2D2;
      border-radius: 0;
      border: none;
      opacity: 1; }
    .slick-dots li button:before {
      display: none; }
  .slick-dots li.slick-active button {
    opacity: 1;
    background: #439DE6; }

.alignleft {
  float: left;
  margin: 5px 20px 30px 0;
  display: inline-block;
  max-width: 50%; }
  .alignleft img {
    border-radius: 10px; }

.alignright {
  float: right;
  margin: 5px 0 30px 20px;
  display: inline-block;
  max-width: 50%; }
  .alignright img {
    border-radius: 10px; }

.aligncenter {
  margin: 20px auto;
  display: block; }
  .aligncenter img {
    border-radius: 10px; }

.wp-caption-text {
  font-size: 12px;
  color: #adadad;
  margin: 5px 0; }

.gallery-item {
  position: relative;
  margin: 0 0 30px !important; }
  .gallery-item .gallery-icon a {
    display: block;
    overflow: hidden;
    position: relative;
    color: #12233D; }
    .gallery-item .gallery-icon a img {
      width: 100%;
      -webkit-transition: 1s ease;
      -moz-transition: 1s ease;
      -o-transition: 1s ease;
      transition: 1s ease; }
    .gallery-item .gallery-icon a:before {
      content: "";
      position: absolute;
      left: 0;
      top: 0;
      right: 0;
      bottom: 0;
      background: rgba(18, 35, 61, 0);
      -webkit-transition: 0.3s ease;
      -moz-transition: 0.3s ease;
      -o-transition: 0.3s ease;
      transition: 0.3s ease;
      z-index: 1; }
    .gallery-item .gallery-icon a:after {
      content: "\f002";
      font-family: "Font Awesome 5 Free";
      font-weight: 900;
      font-size: 36px;
      position: absolute;
      left: 50%;
      top: 50%;
      margin-left: -25px;
      margin-top: -25px;
      line-height: 50px;
      height: 50px;
      z-index: 2;
      opacity: 0;
      -webkit-transition: 0.3s ease;
      -moz-transition: 0.3s ease;
      -o-transition: 0.3s ease;
      transition: 0.3s ease; }
    .gallery-item .gallery-icon a:hover:before {
      background: rgba(5, 28, 60, 0.75); }
    .gallery-item .gallery-icon a:hover:after {
      opacity: 1; }
  .gallery-item .gallery-caption,
  .gallery-item .wp-caption-text {
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    padding: 5px 0; }

.bg-primary {
  background-color: #051C3C !important; }

.bg-secondary {
  background-color: #439DE6 !important; }

.bg-light {
  background-color: #F8F8F8 !important; }

.text-dark {
  color: #12233D !important; }

.text-heading {
  color: #355289; }

.text-primary {
  color: #051C3C !important; }

.text-secondary {
  color: #439DE6 !important; }

@media (min-width: 1200px) {
  .pb-xl-10 {
    padding-bottom: 6rem !important; } }
.py-10 {
  padding-top: 6rem !important;
  padding-bottom: 6rem !important; }

.py-20 {
  padding-top: 12rem !important;
  padding-bottom: 12rem !important; }

.text-white a {
  color: #fff; }
  .text-white a:hover {
    color: #439DE6; }

.accordion .accordion-item {
  border: none;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 0 58px 30px rgba(0, 0, 0, 0.03); }
  .accordion .accordion-item .accordion-button {
    font-size: 24px;
    border-radius: 10px;
    box-shadow: 0 0 58px 30px rgba(0, 0, 0, 0.03);
    padding-right: 60px; }
    .accordion .accordion-item .accordion-button span {
      display: block; }
    .accordion .accordion-item .accordion-button .location {
      font-size: 16px; }
    .accordion .accordion-item .accordion-button:before {
      content: '';
      width: 2px;
      height: 24px;
      background: #439DE6;
      border-radius: 2px;
      position: absolute;
      right: 31px;
      top: 50%;
      margin-top: -12px;
      opacity: 0;
      -webkit-transition: 0.2s ease;
      -moz-transition: 0.2s ease;
      -o-transition: 0.2s ease;
      transition: 0.2s ease; }
    .accordion .accordion-item .accordion-button:after {
      content: '';
      width: 24px;
      height: 2px;
      background: #439DE6;
      border-radius: 2px;
      position: absolute;
      right: 20px;
      top: 50%;
      margin-top: -1px; }
    .accordion .accordion-item .accordion-button.collapsed:before {
      opacity: 1; }
    .accordion .accordion-item .accordion-button:not(.collapsed) {
      color: #12233D;
      background: transparent;
      box-shadow: 0 0 58px 30px rgba(0, 0, 0, 0.03); }

html {
  font-family: "Poppins", sans-serif;
  background: #ffffff;
  scroll-behavior: auto !important; }

body {
  overflow-y: scroll;
  background: #ffffff;
  font-family: "Poppins", sans-serif;
  color: #12233D;
  font-size: 16px;
  font-weight: normal;
  scroll-behavior: auto !important; }

.wrapper {
  overflow: hidden;
  position: relative;
  min-height: 100vh;
  background: #fff; }

h1,
.h1 {
  font-family: "Titillium Web", sans-serif;
  font-size: 64px;
  font-weight: 700; }

h2,
.h2 {
  font-family: "Titillium Web", sans-serif;
  font-size: 32px;
  font-weight: 700; }

h3,
.h3 {
  font-family: "Titillium Web", sans-serif;
  font-size: 24px;
  font-weight: 700; }

h4,
.h4 {
  font-family: "Titillium Web", sans-serif;
  font-size: 20px;
  font-weight: 700; }

h5,
.h5 {
  font-family: "Titillium Web", sans-serif;
  font-size: 18px;
  font-weight: 700; }

.paragraph {
  font-size: 15px;
  font-weight: normal; }

b,
strong {
  font-weight: 700; }

a {
  color: #051C3C;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease; }
  a:hover {
    color: black;
    text-decoration: none; }

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

iframe {
  width: 100%;
  display: block; }

hr {
  margin-top: 30px;
  margin-bottom: 30px;
  border-top-color: #12233D; }

.hr {
  text-align: center;
  margin: 30px 0; }
  .hr img {
    width: 150px; }

.mb-10 {
  margin-bottom: 100px; }

@media (min-width: 1200px) {
  .container-fluid {
    padding-left: 30px;
    padding-right: 30px; } }
@media (min-width: 991px) {
  .text-md-justify {
    text-align: justify !important; } }
.header {
  font-family: "Titillium Web", sans-serif;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  z-index: 10;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease; }
  .header .nav > ul {
    margin: 0;
    padding: 0;
    display: block; }
    .header .nav > ul > li {
      display: inline-block;
      list-style: none;
      margin: 0 25px; }
      .header .nav > ul > li:first-child {
        margin-left: 0; }
      .header .nav > ul > li:last-child {
        margin-right: 0; }
      .header .nav > ul > li a {
        display: inline-block;
        color: #fff;
        line-height: 30px; }
      .header .nav > ul > li:not(.menu-item-has-children) > a {
        position: relative; }
        .header .nav > ul > li:not(.menu-item-has-children) > a:before {
          content: '';
          height: 2px;
          width: 100%;
          background: #439DE6;
          opacity: 0;
          position: absolute;
          left: 0;
          bottom: 0;
          -webkit-transition: 0.3s ease;
          -moz-transition: 0.3s ease;
          -o-transition: 0.3s ease;
          transition: 0.3s ease; }
        .header .nav > ul > li:not(.menu-item-has-children) > a:hover:before {
          opacity: 1; }
      .header .nav > ul > li:not(.menu-item-has-children).button a {
        background: #439DE6;
        padding: 10px 20px;
        line-height: inherit;
        border-radius: 30px; }
        .header .nav > ul > li:not(.menu-item-has-children).button a:before {
          display: none; }
        .header .nav > ul > li:not(.menu-item-has-children).button a:hover {
          background: #2782CC; }
      .header .nav > ul > li.menu-item-has-children {
        position: relative; }
        .header .nav > ul > li.menu-item-has-children > a {
          display: inline-flex;
          align-items: center; }
          .header .nav > ul > li.menu-item-has-children > a:after {
            content: '';
            display: inline-block;
            margin-left: 8px;
            width: 12px;
            height: 7px;
            background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iNyIgdmlld0JveD0iMCAwIDEyIDciIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik02LjA3OTI2IDQuMTUwMzhMMS43MTQyOSAtMi4wNDQyN2UtMDhMMS4wNDM0M2UtMDggMC44NzQ5OTlMNiA3TDEyIDAuODc0OTk5TDEwLjI4NTcgLTEuMjI2NTZlLTA3TDYuMDc5MjYgNC4xNTAzOFoiIGZpbGw9IndoaXRlIi8+Cjwvc3ZnPgo="); }
        .header .nav > ul > li.menu-item-has-children ul {
          margin: 0;
          padding: 0;
          position: absolute;
          left: 0;
          top: 100%;
          border-radius: 10px;
          border: 1px solid rgba(67, 157, 230, 0.3);
          overflow: hidden;
          -webkit-transition: 0.3s ease;
          -moz-transition: 0.3s ease;
          -o-transition: 0.3s ease;
          transition: 0.3s ease;
          opacity: 0;
          visibility: hidden;
          width: 300px;
          background: rgba(5, 28, 60, 0.8);
          -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px); }
          .header .nav > ul > li.menu-item-has-children ul li {
            margin: 0;
            list-style: none; }
            .header .nav > ul > li.menu-item-has-children ul li a {
              padding: 0 15px;
              display: block;
              text-align: left;
              line-height: 40px; }
            .header .nav > ul > li.menu-item-has-children ul li.current-lang a, .header .nav > ul > li.menu-item-has-children ul li.current-menu-item a,
            .header .nav > ul > li.menu-item-has-children ul li a:hover {
              background: rgba(67, 157, 230, 0.3); }
        .header .nav > ul > li.menu-item-has-children:hover ul {
          opacity: 1;
          visibility: visible; }
        .header .nav > ul > li.menu-item-has-children.pll-parent-menu-item ul {
          width: auto; }
          .header .nav > ul > li.menu-item-has-children.pll-parent-menu-item ul li a {
            text-align: center; }
  .header .bars {
    display: inline-block;
    position: relative;
    width: 36px;
    height: 36px; }
    .header .bars span {
      display: block;
      background: #fff;
      height: 4px;
      position: absolute;
      left: 0;
      right: 0;
      border-radius: 2px; }
      .header .bars span:first-child {
        top: 5px; }
      .header .bars span:nth-child(2) {
        top: calc(50% - 2px); }
      .header .bars span:last-child {
        bottom: 5px; }
  .header.sticky {
    background: #051C3C; }

.footer {
  font-size: 14px;
  font-family: "Titillium Web", sans-serif; }
  .footer .logo {
    width: 150px; }
  .footer .nav ul {
    margin: 0;
    padding: 0; }
    .footer .nav ul li {
      list-style: none;
      display: inline-block;
      margin: 0 30px; }
      .footer .nav ul li:first-child {
        margin-left: 0; }
      .footer .nav ul li:last-child {
        margin-right: 0; }
      .footer .nav ul li a {
        color: #fff;
        position: relative;
        text-transform: uppercase; }
        .footer .nav ul li a:before {
          content: '';
          height: 1px;
          width: 100%;
          background: #fff;
          opacity: 0;
          position: absolute;
          left: 0;
          bottom: 0;
          -webkit-transition: 0.3s ease;
          -moz-transition: 0.3s ease;
          -o-transition: 0.3s ease;
          transition: 0.3s ease; }
        .footer .nav ul li a:hover:before {
          opacity: 1; }
  .footer .nav-2 ul {
    margin: 0;
    padding: 0; }
    .footer .nav-2 ul li {
      list-style: none;
      display: inline-block;
      margin: 0 15px; }
      .footer .nav-2 ul li:first-child {
        margin-left: 0; }
      .footer .nav-2 ul li:last-child {
        margin-right: 0; }
      .footer .nav-2 ul li a {
        color: #fff;
        position: relative; }
        .footer .nav-2 ul li a:before {
          content: '';
          height: 1px;
          width: 100%;
          background: #fff;
          opacity: 0;
          position: absolute;
          left: 0;
          bottom: 0;
          -webkit-transition: 0.3s ease;
          -moz-transition: 0.3s ease;
          -o-transition: 0.3s ease;
          transition: 0.3s ease; }
        .footer .nav-2 ul li a:hover:before {
          opacity: 1; }
  .footer .social {
    font-size: 16px; }
    .footer .social a {
      color: #fff;
      margin-left: 30px; }
      .footer .social a:first-child {
        margin-left: 0; }
  .footer hr {
    opacity: 1;
    border-top-color: rgba(227, 227, 234, 0.5); }
  .footer .copyright {
    font-size: 12px; }

.scroll-top {
  display: inline-block;
  position: fixed;
  right: 15px;
  bottom: 15px;
  width: 40px;
  line-height: 40px;
  background: #439DE6;
  color: #fff;
  border-radius: 50%;
  font-size: 18px;
  text-align: center;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease; }
  .scroll-top.sticky {
    visibility: visible;
    opacity: 1; }

body .cc-compliance > .cc-btn {
  border-radius: 40px;
  font-weight: bold;
  font-family: "Titillium Web", sans-serif; }
  body .cc-compliance > .cc-btn:hover {
    background: #031124;
    border-color: #031124; }

body .cc-revoke,
body .cc-window {
  font-family: "Poppins", sans-serif; }

.container.lg-half {
  	/*@media (min-width: 576px) {
  		max-width: calc(540px / 2);
  	}
  
  	@media (min-width: 768px) {
  		max-width: calc(720px / 2);
  	}*/ }
  @media (min-width: 992px) {
    .container.lg-half {
      max-width: calc(960px / 2); } }
  @media (min-width: 1200px) {
    .container.lg-half {
      max-width: calc(1140px / 2); } }
  @media (min-width: 1400px) {
    .container.lg-half {
      max-width: calc(1320px / 2); } }

.hero {
  background: #051C3C;
  position: relative;
  color: #fff;
  font-family: "Titillium Web", sans-serif; }
  @media (min-width: 1200px) {
    .hero {
      min-height: 100vh; } }
  .hero .hph {
    height: 100px; }
  .hero .content {
    position: relative; }
  .hero.hero-sm {
    min-height: auto; }

.bg-video {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  clip: rect(0, auto, auto, 0); }
  .bg-video video {
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    height: 100%;
    width: 177.77777778vh;
    min-width: 100%;
    min-height: 56.25vw; }

.bg-blur {
  background: #fff url("../images/bg-blur.jpg") no-repeat right top; }

.bg-blur-2 {
  background: #fff url("../images/bg-blur-2.jpg") no-repeat left bottom; }

.bg-blur-3 {
  background: #fff url("../images/bg-blur-2.jpg") no-repeat left bottom;
  position: relative; }
  .bg-blur-3:before {
    content: '';
    width: 520px;
    height: 500px;
    background: #fff url("../images/bg-blur.jpg") no-repeat right top;
    position: absolute;
    right: 0;
    top: 0; }

.bg-light-blur {
  background: #f8f8f8 url("../images/bg-light-blur.jpg") no-repeat left bottom; }

.bg-numbers {
  background: #051C3C url("../images/bg-numbers.jpg") no-repeat center center/cover; }

.logo-box {
  height: 80px;
  padding: 20px;
  border-radius: 10px;
  border: 1px solid #E3E3E3;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff; }
  .logo-box img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto; }
  .logo-box.award {
    padding: 10px; }

.testimonial-slider .slick-track {
  display: flex !important; }
.testimonial-slider .slick-slide {
  height: inherit !important; }

.testimonial-box {
  border-radius: 10px;
  background: #fff;
  font-size: 18px; }
  .testimonial-box .content {
    position: relative;
    padding: 30px 0; }
    .testimonial-box .content p {
      margin: 0; }
    .testimonial-box .content:before, .testimonial-box .content:after {
      content: '';
      display: block;
      width: 40px;
      height: 30px;
      background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzAiIGhlaWdodD0iMTkiIHZpZXdCb3g9IjAgMCAzMCAxOSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEwLjg3MzEgMTguNDA5M0gwLjM4NjA2N0w4LjAzODc5IDAuNTUyOTc1SDE0LjkxMjFMMTAuODczMSAxOC40MDkzWk0yNS4xODY1IDE4LjQwOTNIMTQuNjk5NUwyMi4zNTIyIDAuNTUyOTc1SDI5LjIyNTVMMjUuMTg2NSAxOC40MDkzWiIgZmlsbD0iIzQzOURFNiIvPgo8L3N2Zz4K") no-repeat center center;
      position: absolute; }
    .testimonial-box .content:before {
      left: 0;
      top: 0; }
    .testimonial-box .content:after {
      right: 0;
      bottom: 0;
      transform: rotate(180deg); }
  .testimonial-box .profile img {
    border-radius: 50%; }
  .testimonial-box .profile .name {
    font-weight: 500;
    color: #5e5e5e; }
  .testimonial-box .profile .title {
    font-size: 15px;
    color: #a3a3a3; }

.number-box {
  text-align: center; }
  .number-box.divider:before {
    content: '';
    width: 1px;
    height: 100%;
    background: rgba(255, 255, 255, 0.4);
    position: absolute;
    left: 0;
    top: 0; }
  .number-box b {
    font-size: 55px;
    line-height: 64px;
    font-family: "Titillium Web", sans-serif; }

.bg-blur .number-box.divider:before {
  background: rgba(53, 82, 137, 0.4); }

.contact-box {
  background: #fff;
  border-radius: 10px;
  border: 1px solid #E3E3E3;
  box-shadow: 0 0 58px 30px rgba(0, 0, 0, 0.03);
  overflow: hidden;
  font-size: 15px; }
  .contact-box .social {
    font-size: 14px; }
    .contact-box .social a {
      color: #fff;
      margin-right: 15px;
      display: inline-block;
      line-height: 26px;
      width: 30px;
      border-radius: 50%;
      border: 2px solid #fff;
      text-align: center; }
      .contact-box .social a:last-child {
        margin-right: 0; }

.hero-slider {
  border-radius: 10px;
  overflow: hidden;
  z-index: 2; }

.input-box {
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 0 58px 30px rgba(0, 0, 0, 0.03); }

.blur-input-box {
  background: rgba(0, 0, 0, 0.4);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 10px;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(15px);
  box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.25), 0px 0px 4px 0px rgba(0, 0, 0, 0.25); }
  .blur-input-box form {
    position: relative; }
  .blur-input-box input[type="text"].form-control,
  .blur-input-box input[type="email"].form-control,
  .blur-input-box input[type="tel"].form-control {
    background: transparent;
    color: #fff;
    border-bottom-color: rgba(255, 255, 255, 0.5); }
    .blur-input-box input[type="text"].form-control:focus, .blur-input-box input[type="text"].form-control:focus-visible,
    .blur-input-box input[type="email"].form-control:focus,
    .blur-input-box input[type="email"].form-control:focus-visible,
    .blur-input-box input[type="tel"].form-control:focus,
    .blur-input-box input[type="tel"].form-control:focus-visible {
      border-color: transparent !important;
      border-bottom-color: #fff !important; }
  .blur-input-box textarea.form-control {
    background: transparent;
    color: #fff;
    border-color: rgba(255, 255, 255, 0.5);
    border-radius: 2px;
    padding-left: 5px;
    padding-right: 5px; }
    .blur-input-box textarea.form-control:focus, .blur-input-box textarea.form-control:focus-visible {
      border-color: #fff !important; }
  .blur-input-box .checkbox .wpcf7-list-item-label:before {
    border-color: #fff; }
  .blur-input-box .checkbox .wpcf7-list-item-label:after {
    color: #fff; }
  .blur-input-box .btn {
    width: 100%; }
  .blur-input-box .wpcf7-spinner {
    position: absolute;
    right: 0;
    bottom: 9px; }

.home-slider > .home-slider-item {
  display: none; }
  .home-slider > .home-slider-item:first-child {
    display: block; }

.home-slider-image {
  display: block;
  position: relative;
  /*&:before {
  	content: '';
  	background: radial-gradient(ellipse at center, rgba(67,157,230,0.75) 0%,rgba(67,157,230,0) 75%,rgba(67,157,230,0) 100%);
  	position: absolute;
  	left: 0;
  	top: 0;
  	right: 0;
  	bottom: 0;
  	opacity: 0;
  	@include transition(0.6s);
  }*/ }
  .home-slider-image img {
    position: relative; }
  .home-slider-image .button-container {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
    opacity: 0; }
  .home-slider-image:hover {
    /*&:before {
    	opacity: 1;
    }*/ }
    .home-slider-image:hover .button-container {
      opacity: 1; }

.slider-nav-container {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0; }

.home-slider-nav .slider-nav-item {
  font-size: 18px;
  font-family: "Titillium Web", sans-serif;
  border: 1px solid rgba(67, 157, 230, 0.8);
  background: rgba(5, 28, 60, 0.75);
  height: 90px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  padding: 5px 10px; }
  .home-slider-nav .slider-nav-item:hover {
    border-color: rgba(67, 157, 230, 0.75); }
  .home-slider-nav .slider-nav-item.active {
    border-color: #439DE6;
    background: rgba(67, 157, 230, 0.5); }
.home-slider-nav .row div:first-child .slider-nav-item {
  border-top-left-radius: 30px; }
.home-slider-nav .row div:last-child .slider-nav-item {
  border-top-right-radius: 30px; }

.service-box {
  display: block;
  border-radius: 20px;
  background: #fff;
  border: 1px solid transparent;
  position: relative;
  box-shadow: 0 0 58px 30px rgba(0, 0, 0, 0.03); }
  .service-box:after {
    content: '';
    display: block;
    width: 48px;
    height: 48px;
    background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIHZpZXdCb3g9IjAgMCAyMCAyMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTAuNTQ1NDEgMC41NDU0NTZMMTkuNDU0NSAxOS40NTQ1TTE5LjQ1NDUgMTkuNDU0NVYxLjMwMTgyTTE5LjQ1NDUgMTkuNDU0NUgxLjMwMTc3IiBzdHJva2U9IiM0MzlERTYiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgo8L3N2Zz4K") no-repeat center center;
    position: absolute;
    right: 10px;
    bottom: 10px;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
    opacity: 0; }
  .service-box:hover {
    border-color: #439DE6;
    color: #439DE6; }
    .service-box:hover:after {
      opacity: 1;
      right: 0;
      bottom: 0; }

.tech-box {
  height: 80px;
  padding: 20px;
  border-radius: 10px;
  border: 1px solid #E3E3E3;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #fff;
  font-family: "Titillium Web", sans-serif;
  font-size: 18px;
  font-weight: 600; }
  .tech-box img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto; }

.service-video {
  width: 100%;
  height: auto; }

.feature-box {
  border-radius: 10px;
  background: #fff;
  padding: 30px;
  box-shadow: 0 0 58px 30px rgba(0, 0, 0, 0.03);
  position: relative; }
  .feature-box .nr {
    width: 48px;
    line-height: 48px;
    text-align: center;
    background: #439DE6;
    color: #fff;
    border-radius: 50%;
    display: inline-block;
    margin-right: 5px; }
  .feature-box.small-icon {
    padding: 30px 60px; }
    .feature-box.small-icon img {
      position: absolute;
      left: 20px;
      top: 30px; }

a.feature-box {
  display: block; }
  a.feature-box:after {
    content: '';
    display: block;
    width: 48px;
    height: 48px;
    background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIHZpZXdCb3g9IjAgMCAyMCAyMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTAuNTQ1NDEgMC41NDU0NTZMMTkuNDU0NSAxOS40NTQ1TTE5LjQ1NDUgMTkuNDU0NVYxLjMwMTgyTTE5LjQ1NDUgMTkuNDU0NUgxLjMwMTc3IiBzdHJva2U9IiM0MzlERTYiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgo8L3N2Zz4K") no-repeat center center;
    position: absolute;
    right: 10px;
    bottom: 10px;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
    opacity: 0; }
  a.feature-box:hover {
    border-color: #439DE6;
    color: #439DE6; }
    a.feature-box:hover:after {
      opacity: 1;
      right: 0;
      bottom: 0; }

.post-box {
  display: block;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 0 58px 30px rgba(0, 0, 0, 0.03);
  border: 1px solid #E3E3E3;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease; }
  .post-box .image {
    display: block;
    overflow: hidden;
    border-radius: 10px 10px 0 0; }
    .post-box .image img {
      position: relative;
      z-index: 1;
      -webkit-transition: 0.6s ease;
      -moz-transition: 0.6s ease;
      -o-transition: 0.6s ease;
      transition: 0.6s ease; }
  .post-box .cats a {
    color: #439DE6;
    font-family: "Titillium Web", sans-serif; }
  .post-box:hover {
    border-color: #439DE6; }
    .post-box:hover .image img {
      -webkit-transform: scale(1.1);
      -moz-transform: scale(1.1);
      -ms-transform: scale(1.1);
      -o-transform: scale(1.1);
      transform: scale(1.1); }
    .post-box:hover a {
      color: #439DE6; }

.blog-pagination .page-numbers {
  display: inline-block;
  width: 40px;
  line-height: 38px;
  border-radius: 50%;
  border: 1px solid #E3E3E3;
  text-align: center;
  margin: 0 5px; }
  .blog-pagination .page-numbers.current, .blog-pagination .page-numbers:hover {
    color: #439DE6;
    border-color: #439DE6; }

.post-tags a {
  color: #439DE6;
  margin-right: 10px; }
  .post-tags a:before {
    content: '#'; }

.blog-post-content a {
  color: #439DE6; }
  .blog-post-content a:hover {
    color: #051C3C;
    text-decoration: underline; }

.about-services .service-box h2 {
  margin-left: 35px;
  margin-right: 35px; }

/*.team-box {
	display: block;
	border-radius: 10px;
	background: #fff;
	box-shadow: 0 0 58px 30px rgba(#000,.03);

	.image {
		display: inline-block;
		border-radius: 50%;
		overflow: hidden;
	}

	.bio {
		max-height: 0;
		overflow: hidden;
		@include transition(0.6s);
		opacity: 0;
	}

	.social {
		display: inline-block;
		width: 30px;
		line-height: 26px;
		color: $secondary-color;
		border: 2px solid $secondary-color;
		border-radius: 50%;

		&:hover {
			background: $secondary-color;
			color: #fff;
		}
	}

	&:hover {

		.bio {
			max-height: 250px;
			opacity: 1;
		}
	}
}*/
.team-box {
  height: 300px;
  display: block;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 0 58px 30px rgba(0, 0, 0, 0.03); }
  .team-box .image {
    display: inline-block;
    border-radius: 50%;
    overflow: hidden;
    opacity: 1;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
    margin-bottom: 15px; }
  .team-box .name {
    margin-top: 0;
    -webkit-transition: 0.6s ease;
    -moz-transition: 0.6s ease;
    -o-transition: 0.6s ease;
    transition: 0.6s ease; }
  .team-box .bio {
    max-height: 0;
    overflow: hidden;
    -webkit-transition: 0.6s ease;
    -moz-transition: 0.6s ease;
    -o-transition: 0.6s ease;
    transition: 0.6s ease;
    opacity: 0;
    font-size: 12px; }
  .team-box .social {
    display: inline-block;
    width: 30px;
    line-height: 26px;
    color: #439DE6;
    border: 2px solid #439DE6;
    border-radius: 50%; }
    .team-box .social:hover {
      background: #439DE6;
      color: #fff; }
  .team-box:hover .image {
    opacity: 0;
    margin-bottom: -130px; }
  .team-box:hover .name {
    margin-top: -30px; }
  .team-box:hover .bio {
    max-height: 500px;
    opacity: 1; }

/*.phase-box {
	display: block;
	border-radius: 10px;
	background: #fff;
	box-shadow: 0 0 58px 30px rgba(#000,.03);
	position: relative;

	.icon {
		opacity: 1;
		@include transition(0.3s);
		margin-bottom: 15px;
	}

	.nr {
		display: inline-block;
		width: 30px;
		line-height: 26px;
		color: $secondary-color;
		border: 2px solid $secondary-color;
		border-radius: 50%;
	}

	&:hover {

		.icon {
			opacity: 0;
			margin-bottom: -50px;
		}
	}
}*/
.phase-box {
  height: 230px;
  display: block;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 0 58px 30px rgba(0, 0, 0, 0.03);
  position: relative; }
  .phase-box.sm {
    height: 150px; }
  .phase-box .icon {
    opacity: 1;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
    margin-bottom: 15px; }
  .phase-box .description {
    max-height: 0;
    overflow: hidden;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
    opacity: 0;
    font-size: 12px; }
  .phase-box .nr {
    display: inline-block;
    width: 30px;
    line-height: 26px;
    color: #439DE6;
    border: 2px solid #439DE6;
    border-radius: 50%; }
  @media (min-width: 1200px) {
    .phase-box:hover .icon {
      opacity: 0;
      margin-bottom: -55px; }
    .phase-box:hover .description {
      max-height: 140px;
      opacity: 1; } }

.phase-1 h3,
.phase-2 h3,
.phase-3 h3 {
  line-height: 30px;
  margin-bottom: 15px; }

.phase-1 {
  padding-bottom: 50px;
  border-bottom: 3px solid #355289; }
  .phase-1 .phase-box {
    		/*&.last {
    
    			&:after {
    				display: none;
    			}
    
    			&:before {
    				content: '';
    				width: 100%;
    				height: 53px;
    				background: #f8f8f8;
    				border-left: 3px solid #355289;
    				position: absolute;
    				left: 50%;
    				top: 100%;
    			}
    		}*/ }
    .phase-1 .phase-box:after {
      content: '';
      display: block;
      width: 50px;
      height: 3px;
      background: #355289;
      position: absolute;
      left: 100%;
      top: 50%; }
  .phase-1 .row > div:last-child .phase-box:after {
    display: none; }
  .phase-1 .row > div:last-child .phase-box:before {
    content: '';
    width: 100vw;
    height: 53px;
    background: #f8f8f8;
    border-left: 3px solid #355289;
    position: absolute;
    left: 50%;
    top: 100%; }

.phase-2 {
  padding-top: 20px;
  padding-bottom: 50px;
  border-bottom: 3px solid #355289;
  position: relative; }
  .phase-2:before {
    content: '';
    width: 15px;
    height: 15px;
    border-bottom: 3px solid #355289;
    border-right: 3px solid #355289;
    position: absolute;
    left: var(--phase-2-arrow-spacing, 50%);
    bottom: -50px;
    margin-left: -9px;
    z-index: 1;
    transform: rotate(45deg); }
  .phase-2:after {
    content: '';
    background: #f8f8f8;
    border-right: 3px solid #355289;
    position: absolute;
    left: 0;
    top: 100%;
    width: var(--phase-2-arrow-spacing, 50%);
    height: 50px; }
  .phase-2 .phase-box:after {
    content: '';
    display: block;
    width: 50px;
    height: 3px;
    background: #355289;
    position: absolute;
    left: 100%;
    top: 50%; }
  .phase-2 .phase-box.first:before {
    content: '';
    width: 100%;
    height: 68px;
    background: #f8f8f8;
    border-right: 3px solid #355289;
    position: absolute;
    right: 50%;
    bottom: 100%; }
  .phase-2 .phase-box.last:after {
    display: none; }
  .phase-2 .phase-box.last:before {
    content: '';
    width: 100%;
    height: 53px;
    background: #f8f8f8;
    border-left: 3px solid #355289;
    position: absolute;
    left: 50%;
    top: 100%; }
  .phase-2 .row > div:first-child .phase-box:not(.beforeless):before {
    content: '';
    width: 100vw;
    height: 68px;
    background: #f8f8f8;
    border-right: 3px solid #355289;
    position: absolute;
    right: 50%;
    bottom: 100%; }
  .phase-2 .row > div:last-child .phase-box:after {
    display: none; }
  .phase-2 .row > div:last-child .phase-box:before {
    content: '';
    width: 100vw;
    height: 53px;
    background: #f8f8f8;
    border-left: 3px solid #355289;
    position: absolute;
    left: 50%;
    top: 100%; }

.phase-3 {
  padding-top: 65px; }

.uacf7-step.step-content button.uacf7-next {
  float: none; }

.steps-form {
  max-width: 250px;
  margin: 0 auto 30px; }
  .steps-form .steps-row:before {
    height: 3px;
    background: #355289;
    top: calc(50% - 1px); }
  .steps-form .steps-row .steps-step:first-child {
    text-align: left; }
  .steps-form .steps-row .steps-step:last-child {
    text-align: right; }
  .steps-form .steps-row .steps-step .btn-circle {
    padding: 0;
    width: 30px;
    height: 30px;
    border: 3px solid #355289;
    background: #fff !important;
    color: transparent;
    cursor: default;
    pointer-events: none; }
    .steps-form .steps-row .steps-step .btn-circle:hover {
      box-shadow: none; }
    .steps-form .steps-row .steps-step .btn-circle.completed {
      border-color: #439DE6;
      background: #439DE6 !important;
      color: #439DE6; }
      .steps-form .steps-row .steps-step .btn-circle.completed:before {
        content: "\f00c";
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        color: #fff;
        position: absolute;
        text-align: center;
        left: 0;
        right: 0;
        top: 0;
        line-height: 24px;
        font-size: 18px; }
    .steps-form .steps-row .steps-step .btn-circle.uacf7-btn-active {
      background: #fff !important;
      color: transparent;
      position: relative;
      box-shadow: none;
      -webkit-transform: scale(1);
      -moz-transform: scale(1);
      -ms-transform: scale(1);
      -o-transform: scale(1);
      transform: scale(1); }
      .steps-form .steps-row .steps-step .btn-circle.uacf7-btn-active:before {
        content: '';
        display: block;
        width: 16px;
        height: 16px;
        background: #439DE6;
        border-radius: 50%;
        position: absolute;
        left: 4px;
        top: 4px; }

.wpcf7-spinner {
  position: absolute; }

.cs-box {
  display: block;
  border-radius: 20px;
  background: #fff;
  border: 1px solid #E3E3E3;
  position: relative;
  box-shadow: 0 0 58px 30px rgba(0, 0, 0, 0.03); }
  .cs-box .image {
    position: relative; }
    .cs-box .image:after {
      content: '';
      background: rgba(5, 28, 60, 0.02);
      position: absolute;
      left: 0;
      top: 0;
      right: 0;
      bottom: 0; }
  .cs-box:after {
    content: '';
    display: block;
    width: 48px;
    height: 48px;
    background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIHZpZXdCb3g9IjAgMCAyMCAyMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTAuNTQ1NDEgMC41NDU0NTZMMTkuNDU0NSAxOS40NTQ1TTE5LjQ1NDUgMTkuNDU0NVYxLjMwMTgyTTE5LjQ1NDUgMTkuNDU0NUgxLjMwMTc3IiBzdHJva2U9IiM0MzlERTYiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgo8L3N2Zz4K") no-repeat center center;
    position: absolute;
    right: 10px;
    bottom: 10px;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
    opacity: 0; }
  .cs-box:hover {
    border-color: #439DE6;
    color: #439DE6; }
    .cs-box:hover:after {
      opacity: 1;
      right: 0;
      bottom: 0; }

.datepicker {
  background-image: url("../images/icon-calendar.png");
  background-repeat: no-repeat;
  background-position: right center; }

.ui-widget.ui-widget-content {
  border-color: transparent;
  border-radius: 10px;
  box-shadow: 0 0 30px 15px rgba(0, 0, 0, 0.03);
  padding: 5px; }

.ui-datepicker .ui-datepicker-header {
  background: #051C3C;
  color: #fff;
  padding: 5px;
  border-radius: 8px;
  border-color: transparent; }

.ui-datepicker .ui-datepicker-next,
.ui-datepicker .ui-datepicker-prev {
  background: #fff;
  border-radius: 50%;
  top: 5px;
  border-color: transparent !important; }

.ui-datepicker .ui-datepicker-next {
  right: 5px; }

.ui-datepicker .ui-datepicker-prev {
  left: 5px; }

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
  background: #051C3C;
  border-color: #051C3C; }

.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  background: #439DE6;
  border-color: #439DE6;
  color: #fff; }

@media (max-width: 1400px) {
  .header .nav > ul > li {
    margin: 0 10px; }

  .about-services .service-box h2 {
    margin-left: 15px;
    margin-right: 15px; } }
@media (max-width: 1199px) {
  h1,
  .h1 {
    font-size: 36px; }

  h2,
  .h2 {
    font-size: 30px; }

  h3,
  .h3 {
    font-size: 24px; }

  h4,
  .h4 {
    font-size: 18px; }

  .bg-video {
    background: url("../images/video-placeholder.jpg") no-repeat center center/cover; }
    .bg-video video {
      display: none; }

  .footer .nav ul li {
    margin: 0 20px; }

  .slider-nav-container {
    position: relative; }

  .about-services .service-box h2 {
    margin-left: 0;
    margin-right: 0; }

  .slick-prev, .slick-prev:hover, .slick-prev:focus {
    left: -20px; }

  .slick-next, .slick-next:hover, .slick-next:focus {
    right: -20px; } }
@media (max-width: 991px) {
  h1,
  .h1 {
    font-size: 30px; }

  h2,
  .h2 {
    font-size: 24px; }

  h3,
  .h3 {
    font-size: 20px; }

  h4,
  .h4 {
    font-size: 18px; }

  .phase-box h4 {
    font-size: 16px; } }
@media (max-width: 767px) {
  .hero .hph {
    height: 60px; }

  .number-box.divider:before {
    display: none; }

  .phase-1,
  .phase-2 {
    border-bottom: none; }
    .phase-1 .phase-box:after,
    .phase-1 .row > div:last-child .phase-box:after,
    .phase-2 .phase-box:after,
    .phase-2 .row > div:last-child .phase-box:after {
      display: block;
      width: 3px;
      height: 50px;
      left: 50%;
      top: 100%; }
    .phase-1 .row > div:last-child .phase-box:before,
    .phase-2 .row > div:last-child .phase-box:before {
      content: '';
      width: 15px;
      height: 15px;
      border-bottom: 3px solid #355289;
      border-right: 3px solid #355289;
      border-left: none;
      position: absolute;
      left: 50%;
      bottom: -50px;
      top: auto;
      background: transparent;
      margin-left: -6px;
      z-index: 1;
      transform: rotate(45deg); }

  .phase-2 {
    padding-top: 0; }
    .phase-2:before, .phase-2:after {
      display: none; }
    .phase-2 .row > div:first-child .phase-box:before {
      display: none; }

  .phase-3 {
    padding-top: 0; }

  .steps-form {
    text-align: center; } }
@media (min-width: 768px) {
  .max-view-height-container {
    height: 100vh;
  }
}

.checkmark-list {
  list-style: none;
  position: relative;
  background: #fff;
  border: 1px solid #e6eaf2;
  border-radius: 22px;
  padding: 10px 0;
  box-shadow: 0 14px 30px rgba(14, 30, 62, 0.08);
  margin-left: 80px;
}

.checkmark-list li {
  position: relative;
  color: #14224a;
  font-size: 1rem;
  line-height: 1.62;
  display: flex;
  gap: 16px;
  align-items: flex-start;
  padding: 18px 16px 18px 64px;
}

.checkmark-list li:not(:last-child)::after {
  content: "";
  position: absolute;
  left: 28px;
  right: 20px;
  bottom: 0;
  height: 1px;
  background: #e9edf5;
}

.checkmark-list li::before {
  position: absolute;
  content: "";
  background: url('/wp-content/themes/rabit/images/checkbox-circle-fill.svg') no-repeat center/contain;
  width: 24px;
  height: 24px;
  top: 19px;
  left: 22px;
}

@media (max-width: 575.98px) {
  .checkmark-list {
    margin-left: 0;
  }

  .checkmark-list li {
    padding-left: 58px;
    padding-right: 16px;
  }
  
  .checkmark-list li::before {
    left: 16px;
  }
}

.big-blue-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 3.25rem;
  padding: 0.8rem 1.25rem;
  border: 1px solid transparent;
  border-radius: 999px;
  font-weight: 600;
  border-color: rgba(94, 157, 214, 0.24);
  background: linear-gradient(180deg, #1f5f9a, #144d84);
  color: #fff;
  box-shadow: 0 16px 34px rgba(5, 28, 60, 0.16);
}

.big-blue-button:hover {
  color: #fff;
  border-color: rgba(136, 193, 246, 0.34);
  background: linear-gradient(180deg, #266ba9, #195790);
  box-shadow: 0 20px 38px rgba(5, 28, 60, 0.22);
  transform: translateY(-1px);
}

.arrow-items-container {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  column-gap: 16px;
  width: 100%;
  justify-items: center;
  margin-bottom: 10px;
}

.arrow-card {
  width: 100%;
  min-height: 72px;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  padding: 14px 18px;
  border: 1px solid transparent;
  box-sizing: border-box;
  background: #f1f6fd;
  border-color: #d6e8f8;
}

.arrow-card h4 {
  font-size: 18px;
  font-weight: 600;
  color: #16325c;
  margin: 0;
  flex: 1;
}

.arrow-circle {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
}

.arrow-section-headings {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  column-gap: 16px;
  align-items: center;
  width: 100%;
  margin-bottom: 24px;
}

.arrow-section-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 10px 20px;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  background: #fff;
  border: 1px solid transparent;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
  justify-self: center;
  text-align: center;
}

.arrow-section-badge-left {
  color: #e45b5b;
  border-color: #f1c9c9;
}

.arrow-section-badge-right {
  color: #2493ff;
  border-color: #b7d9fb;
}

.hero-list {
  list-style: none;
  padding-left: 0;
}

.hero-list li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-family: "Titillium Web", sans-serif;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 30px;
}

.hero-list li .arrow {
  color: #439DE6;
}

.hero-list li .text {
  flex: 1;
}

.uk-map-text-box-container {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 1rem;
}

.uk-map-text-box {
  max-width: 10.625rem;
  border-radius: 1.5rem;
  background-color: #20285b;
  color: #fff;
}

.uk-image {
  height: 30rem;
  width: auto;
}

.uk-map-title {
  font-size: 22px;
}

@media (min-width: 768px) {
  .uk-map-text-box-container {
    position: absolute;
    bottom: 0;
    right: -8rem;
    justify-content: flex-end;
    align-items: flex-end;
    margin-bottom: 0;
    margin-top: 8rem;
  }
}

@media (min-width: 1000px) {
  .uk-map-text-box-container {
    margin: 0;
    right: -6rem;
  }
}

@media (min-width: 1200px) {
  .uk-map-title {
    font-size: 30px;
  }

  .uk-map-text-box-container {
    right: -6rem;
  }
}

@media (min-width: 1400px) {
  .uk-map-text-box-container {
    right: -8rem;
  }
}

.phase-3 .phase-box:after {
  content: '';
  display: block;
  width: 50px;
  height: 3px;
  background: #355289;
  position: absolute;
  left: 100%;
  top: 50%; 
}

.phase-3 .row > div:last-child .phase-box:after {
  display: none; 
}

.summary-subtitle {
  max-width: 760px;
  margin: 0 auto 0;
  font-size: 16px;
  line-height: 1.6;
  color: #6d7887;
  text-align: center;
}

.summary-cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 28px;
  margin-top: 60px;
}

.summary-card {
  box-sizing: border-box;
  flex: 0 1 calc((100% - 56px) / 3);
  max-width: 360px;
  min-width: 280px;

  background: #ffffff;
  border-radius: 24px;
  padding: 48px 32px 40px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
  min-height: 320px;

  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}

.summary-card h3 {
  margin: 0 0 22px;
  font-size: 22px;
  line-height: 1.35;
  font-weight: 800;
  color: #355289;
}

.summary-card p {
  margin: 0;
  font-size: 18px;
  line-height: 1.8;
  color: #6d7887;
}

.summary-card.summary-card-wide {
  flex: 0 1 calc((100% - 56px) / 3);
  max-width: 420px;
  min-width: 320px;
  min-height: 240px;
  padding: 32px 28px;
}

@media (max-width: 992px) {
  .summary-title {
    font-size: 40px;
  }

  .summary-subtitle {
    font-size: 18px;
  }

  .summary-card {
    flex: 0 1 calc((100% - 28px) / 2);
  }

  .summary-card-wide {
    flex: 0 1 calc((100% - 28px) / 2);
    max-width: 420px;
    min-width: 280px;
    min-height: 220px;
  }
}

@media (max-width: 640px) {
  .summary-cards {
    gap: 20px;
  }

  .summary-card {
    flex: 0 1 100%;
    max-width: 420px;
    min-height: auto;
  }

  .summary-card-wide {
    flex: 0 1 100%;
    max-width: 420px;
    min-width: unset;
    min-height: auto;
  }
}

@media (max-width: 576px) {
  .summary-section {
    padding: 50px 16px 70px;
  }

  .summary-title {
    font-size: 32px;
  }

  .summary-subtitle {
    font-size: 16px;
  }

  .summary-card {
    padding: 32px 24px;
    border-radius: 18px;
  }

  .summary-card h3 {
    font-size: 20px;
  }

  .summary-card p {
    font-size: 16px;
  }
}

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