/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track, .slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
body, p {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1rem;
  color: #002C76;
  font-weight: 400;
  line-height: 1.8;
}
@media (min-width: 1200px) {
  .text-large p, .text-large li {
    font-size: 1.125rem;
  }
}
.text-small p {
  font-size: 0.875rem;
}
a {
  text-decoration: none;
  color: #FB8F1F;
}
a:hover {
  color: #09B3CD;
}
.text-primary {
  color: #002C76 !important;
}
.text-black {
  color: #1C292D !important;
}
ul li::marker {
  color: #002C76;
  font-size: 1.5rem;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 1rem;
}
h1, .h1 {
  font-size: 2rem;
  line-height: 1.2;
  color: #002C76;
}
@media (min-width: 768px) {
  h1, .h1 {
    font-size: 2.625rem;
  }
}
@media (min-width: 992px) {
  h1, .h1 {
    font-size: 3.25rem;
  }
}
@media (min-width: 1400px) {
  h1, .h1 {
    font-size: 4.625rem;
  }
}
h2, .h2 {
  font-size: 1.75rem;
  line-height: 1.3;
}
@media (min-width: 768px) {
  h2, .h2 {
    font-size: 1.875rem;
  }
}
@media (min-width: 992px) {
  h2, .h2 {
    font-size: 2.25rem;
  }
}
@media (min-width: 1400px) {
  h2, .h2 {
    font-size: 3rem;
  }
}
h3, .h3 {
  font-size: 1.625rem;
  line-height: 1.2;
}
@media (min-width: 768px) {
  h3, .h3 {
    font-size: 1.75rem;
  }
}
@media (min-width: 992px) {
  h3, .h3 {
    font-size: 2rem;
  }
}
@media (min-width: 1400px) {
  h3, .h3 {
    font-size: 2.5rem;
  }
}
h4, .h4 {
  font-size: 1.375rem;
  line-height: 1.5;
}
@media (min-width: 768px) {
  h4, .h4 {
    font-size: 1.625rem;
  }
}
@media (min-width: 1400px) {
  h4, .h4 {
    font-size: 2rem;
  }
}
h5, .h5 {
  font-size: 1.125rem;
}
@media (min-width: 1400px) {
  h5, .h5 {
    font-size: 1.375rem;
    line-height: 30px;
  }
}
h6, .h6 {
  font-size: 1.125rem;
}
.subtitle {
  font-family: Arial, Helvetica, sans-serif;
  text-transform: uppercase;
}
.btn {
  min-width: 200px;
  max-width: 275px;
  height: 50px;
  border-radius: 0;
  border-width: 2px;
  border-style: solid;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.64px;
  text-transform: uppercase;
  line-height: 46px;
  text-align: center;
  transition: all 0.5s ease !important;
  padding: 0 1rem;
  margin: 0;
  position: relative;
}
.btn svg {
  position: absolute;
  right: 1rem;
  top: 50%;
  transform: translateY(-50%);
}
.btn-primary {
  border-color: #FB8F1F;
  color: #FB8F1F;
  background: transparent;
}
.btn-primary:hover {
  background: #FB8F1F;
  border-color: #FB8F1F;
  color: #ffffff;
}
.btn-primary:hover svg path {
  fill: #ffffff;
}
.btn-secondary {
  border-color: #ffffff;
  background: transparent;
  color: #ffffff;
}
.btn-secondary:hover {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #002C76;
}
.btn-secondary:hover svg path {
  fill: #002C76;
}
.btn-link {
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.64px;
  text-transform: uppercase;
  color: #FB8F1F;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 1.25rem;
}
.btn-link:hover {
  color: #002C76;
}
.btn-link:hover svg path {
  fill: #002C76;
}
img {
  max-width: 100%;
  height: auto;
}
.subtitle {
  color: #C2D3DF;
  letter-spacing: 1.6px;
}
.main {
  overflow: hidden;
  padding-top: 5rem;
}
@media (min-width: 1400px) {
  .main {
    padding-top: 5.625rem;
  }
}
.spinner-wrapper {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 9999999999;
}
.spinner-wrapper .spinner {
  width: 100%;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ffffff;
  margin: 0;
}
.spinner-wrapper .spinner img {
  width: 200px;
}
.block {
  width: 100%;
  display: block;
  margin: 0;
  padding: 2rem 0;
  position: relative;
}
@media (min-width: 768px) {
  .block {
    padding: 2.5rem 0;
  }
}
@media (min-width: 1200px) {
  .block {
    padding: 6rem 0;
  }
}
.bg-image {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.bg-primary {
  background: linear-gradient(97deg, #174C9D 0%, #0C1D5B 100%);
}
.bg-primary * {
  color: #ffffff;
}
.bg-primary .btn-primary {
  color: #FB8F1F;
}
.bg-primary .btn-primary svg path {
  fill: #FB8F1F;
}
.bg-primary .btn-primary:hover {
  color: #ffffff;
}
.bg-primary .btn-primary:hover svg path {
  fill: #ffffff;
}
.bg-primary .style-list ul li::before {
  background: url("../../images/vector-icon-white.png") no-repeat left center !important;
}
.bg-secondary {
  background: linear-gradient(137deg, #09B3CD 0%, #002C76 46%, #002C76 60%, #09B3CD 100%) !important;
}
.bg-lightgrey {
  background-color: #F3F6F9;
}
.bg-accent {
  background-color: #FB8F1F;
}
.bg-light-accent {
  background-color: #F3F6F9;
}
.border-rounded {
  border-radius: 1.25rem;
}
.text-white p {
  color: #ffffff;
}
.highlight-text {
  color: #FB8F1F;
}
.slick-arrow {
  width: 39px;
  height: 39px;
  background-color: transparent;
  border-radius: 100%;
  border: 2px solid #002C76;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
  transition: all 0.3s ease;
  padding: 0;
  position: absolute;
}
.slick-arrow:hover {
  background-color: #002C76;
}
.slick-arrow:hover svg path {
  fill: #ffffff;
}
.slick-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
@media (min-width: 576px) {
  .slick-dots {
    gap: 15px;
  }
}
.slick-dots li {
  display: flex;
  align-items: center;
  justify-content: center;
}
.slick-dots li button {
  width: 16px;
  height: 5px;
  background-color: transparent;
  border: 1px solid #002C76;
  font-size: 0;
  border-radius: 0;
}
@media (min-width: 576px) {
  .slick-dots li button {
    width: 22px;
  }
}
.slick-dots li:hover button, .slick-dots li.slick-active button {
  background-color: #002C76;
}
.slick-dots > li:only-child {
  display: none;
}
.title-with-border {
  position: relative;
  align-items: center;
  z-index: 0;
}
.title-with-border h2 {
  background-color: #ffffff;
  padding-right: 1rem;
}
.title-with-border h2::after {
  content: "";
  width: calc(100% - 270px);
  height: 1px;
  max-width: initial;
  border: 0;
  background: linear-gradient(90deg, #002C76 0%, #05BEE6 58.19%, #0052DC 100%);
  display: inline-block;
  position: absolute;
  left: calc(var(--bs-gutter-x) * .5);
  bottom: 10px;
  z-index: -1;
}
.bg-lightgrey .title-with-border h2 {
  background-color: #F3F6F9;
}
.icon-listing {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.icon-listing li {
  display: flex;
  align-items: center;
  padding: 1.25rem 1rem;
  gap: 0.75rem;
  font-size: 1.125rem;
}
@media (min-width: 768px) {
  .icon-listing li {
    font-size: 1.375rem;
  }
}
.icon-listing li .icon {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.icon-listing li + li {
  border-top: 1px solid #C2D3DF;
}
.icon-listing li a {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  font-size: 1.125rem;
  color: #002C76;
}
.opportunities-listing .icon-listing li {
  cursor: pointer;
  font-weight: 700;
  padding: 1rem 0.5rem;
}
@media (min-width: 576px) {
  .opportunities-listing .icon-listing li {
    padding: 1.25rem 2rem;
  }
}
.opportunities-listing .icon-listing li:last-child {
  border-bottom: 1px solid #C2D3DF;
}
.opportunities-listing .icon-listing li:hover {
  background: var(--linear, linear-gradient(97deg, #174C9D 0%, #0C1D5B 100%));
  color: #ffffff;
}
.opportunities-listing .icon-listing li:hover a {
  color: #ffffff;
}
.opportunities-listing .grid-box-items .grid-box-inner {
  background-color: #ffffff;
}
.opportunities-listing .grid-box-items .grid-box-inner .grid-content {
  background-color: #ffffff;
}
.full-heigh-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.contact-info li a {
  color: #002C76;
}
.contact-info li a:hover {
  color: #FB8F1F;
}
#fader {
  width: 100%;
  height: 100%;
  background-color: #FFFFFF;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999;
  pointer-events: none;
  animation-duration: 1500ms;
  animation-timing-function: ease-in-out;
}
#fader:before {
  content: "fade";
}
#fader.fade-out {
  opacity: 0;
  animation-name: fade-out;
}
#fader.fade-in {
  opacity: 1;
  animation-name: fade-in;
}
@keyframes fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.image-gallery .gallery-slider .slick-slide {
  padding: 0 0.5rem;
}
.image-gallery .gallery-slider .slick-slide img {
  width: 100%;
  aspect-ratio: 1.3333333333;
  object-fit: cover;
  object-position: center center;
}
.header {
  width: 100%;
  height: 80px;
  background-color: #ffffff;
  margin: 0;
  padding: 0 8px;
  transition: all 0.5s ease;
  display: flex;
  align-items: center;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999;
}
@media (min-width: 992px) {
  .header {
    padding: 0;
  }
}
@media (min-width: 1400px) {
  .header {
    height: 90px;
  }
}
.header.sticky-header {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  background-color: #ffffff;
}
.header .navbar {
  width: 100%;
}
.header .navbar-brand {
  width: 150px;
}
.menu-toggle {
  width: 42px;
  height: 42px;
  background-color: transparent;
  padding: 0;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
  border: 0;
  z-index: 99;
  transition: all 0.5s ease;
}
@media (min-width: 1200px) {
  .menu-toggle {
    display: none;
  }
}
.menu-toggle svg rect {
  fill: #002C76;
}
.menu-toggle:hover svg rect {
  fill: #FB8F1F;
}
.navbar-menu {
  width: 100%;
  height: 100vh;
  background-color: #ffffff;
  position: fixed;
  right: 0;
  top: 0;
  transform: translateY(-100%);
  transition: transform 0.4s, background-color 0.4s;
  padding: 5rem 0 1rem;
  z-index: 1;
}
@media (min-width: 576px) {
  .navbar-menu {
    width: 300px;
  }
}
@media (min-width: 1200px) {
  .navbar-menu {
    width: auto;
    height: auto;
    position: relative;
    transform: initial;
    padding: 0;
    background-color: transparent;
  }
}
.navbar-menu ul.menu {
  list-style-type: none;
  margin: 0;
  padding: 0;
  text-align: center;
}
@media (min-width: 576px) {
  .navbar-menu ul.menu {
    text-align: left;
  }
}
@media (min-width: 1200px) {
  .navbar-menu ul.menu {
    display: flex;
    align-items: center;
  }
}
.navbar-menu ul.menu > li {
  line-height: normal;
  margin: 0;
  padding: 0;
  position: relative;
}
@media (min-width: 1200px) {
  .navbar-menu ul.menu > li {
    margin: 0.625rem 0rem;
  }
}
.navbar-menu ul.menu > li > a {
  text-decoration: none;
  color: #002C76;
  font-size: 1rem;
  font-weight: 700;
  line-height: normal;
  display: block;
  padding: 1rem 1.5rem;
}
@media (min-width: 1200px) {
  .navbar-menu ul.menu > li > a {
    padding: 2.25rem 1rem;
    display: inline-block;
  }
}
.navbar-menu ul.menu > li > a svg {
  display: none;
}
@media (min-width: 1200px) {
  .navbar-menu ul.menu > li > a svg {
    margin-left: 0.5rem;
    display: inline-block;
  }
}
.navbar-menu ul.menu > li:hover a, .navbar-menu ul.menu > li.current-menu-item a, .navbar-menu ul.menu > li.current-menu-ancestor a {
  color: rgba(0, 44, 118, 0.6);
  text-decoration: none;
}
.navbar-menu ul.menu > li span {
  position: absolute;
  width: 50px;
  height: 50px;
  right: 0;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
}
@media (min-width: 1200px) {
  .navbar-menu ul.menu > li span {
    display: none;
  }
}
.navbar-menu ul.menu > li ul.sub-menu {
  width: 100%;
  position: static;
  left: 0;
  top: 100%;
  background: linear-gradient(97deg, #174C9D 0%, #0C1D5B 100%);
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: none;
}
@media (min-width: 576px) {
  .navbar-menu ul.menu > li ul.sub-menu {
    width: 300px;
  }
}
@media (min-width: 1200px) {
  .navbar-menu ul.menu > li ul.sub-menu {
    position: absolute;
    opacity: 0;
    visibility: hidden;
    display: inline-block;
    transition: all 0.5s ease;
  }
}
.navbar-menu ul.menu > li ul.sub-menu li {
  line-height: normal;
}
.navbar-menu ul.menu > li ul.sub-menu li a {
  display: block;
  font-size: 0.9rem;
  font-weight: 300;
  text-decoration: none;
  color: #ffffff;
  line-height: normal;
  padding: 1rem 1.5rem;
}
@media (min-width: 1200px) {
  .navbar-menu ul.menu > li ul.sub-menu li a {
    font-size: 1rem;
    padding: 1rem;
  }
}
.navbar-menu ul.menu > li ul.sub-menu li:hover a, .navbar-menu ul.menu > li ul.sub-menu li.current-menu-item a {
  background-color: #FB8F1F;
  color: #ffffff;
}
.navbar-menu ul.menu > li + .btn-header {
  margin-left: 0;
}
@media (min-width: 576px) {
  .navbar-menu ul.menu > li + .btn-header {
    margin-left: 1.5rem;
  }
}
@media (min-width: 1200px) {
  .navbar-menu ul.menu > li + .btn-header {
    margin-left: 2rem;
  }
}
.navbar-menu ul.menu > li + .btn-header a {
  width: 200px;
  border-radius: 2px;
  background-image: linear-gradient(to right, #002C76 0%, #09B3CD 51%, #17328F 100%);
  background-size: 200% auto;
  padding: 1rem 1.25rem;
  color: #ffffff;
  text-transform: uppercase;
  position: relative;
  transition: 0.5s;
  margin: 1rem auto 0 auto;
  text-align: center;
}
@media (min-width: 576px) {
  .navbar-menu ul.menu > li + .btn-header a {
    margin: 0;
  }
}
.navbar-menu ul.menu > li + .btn-header:hover a {
  text-decoration: none;
  background-position: right center;
}
.navbar-menu ul.menu > li:hover ul.sub-menu {
  opacity: 1;
  visibility: visible;
}
.navbar-menu .menu-main-menu-container {
  height: calc(100% - 80px);
  overflow-y: auto;
}
@media (min-width: 1200px) {
  .navbar-menu .menu-main-menu-container {
    height: auto;
    overflow: initial;
  }
}
.open-menu {
  overflow: hidden;
}
.open-menu .navbar-menu {
  transform: translateY(0);
}
.open-menu .menu-toggle svg rect.rect1 {
  opacity: 1;
  transform: rotate(45deg) translate(2px, -5px);
}
.open-menu .menu-toggle svg rect.rect2 {
  opacity: 0;
  transform: rotate(0deg) scale(0.2, 0.2);
}
.open-menu .menu-toggle svg rect.rect3 {
  opacity: 1;
  transform: rotate(-45deg) translate(-11px, 7px);
}
.home .breadcrumbs {
  display: none;
}
.breadcrumbs {
  width: 100%;
  display: inline-block;
}
.breadcrumbs span span {
  padding-right: 0.625rem;
}
.breadcrumbs span span + span {
  background: url("../../images/right-arrow.png") no-repeat left center;
  padding-left: 1.563rem;
}
footer {
  width: 100%;
  display: inline-block;
  background-color: #002C76;
  color: #ffffff;
  padding-top: 4.375rem;
}
footer a {
  color: #ffffff;
  font-size: 1rem;
}
footer a:hover {
  color: #FB8F1F;
}
footer p {
  color: #ffffff;
  font-size: 1rem;
}
footer h6 {
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2.7px;
  margin-bottom: 1.5rem;
}
footer .footer-logo {
  width: 150px;
}
footer ul.menu {
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
}
footer ul.menu li {
  font-size: 1rem;
  font-weight: 400;
  font-family: Arial, Helvetica, sans-serif;
  line-height: 24px;
  padding: 4px 0;
  margin-bottom: 5px;
}
footer ul.menu li:first-child {
  padding-top: 0;
}
footer ul.contact-info li a {
  color: #ffffff;
}
ul.contact-info {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
ul.contact-info li {
  display: flex;
  gap: 1rem;
}
ul.contact-info li span {
  width: 25px;
  text-align: center;
}
ul.contact-info li + li {
  padding-top: 1.625rem;
}
.social-icons {
  list-style-type: none;
  margin: 0 -0.5rem;
  padding: 0;
}
.social-icons li {
  display: inline-block;
  padding: 0.5rem;
}
.social-icons li a {
  height: 30px;
  width: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0;
  transition: all 0.5s ease;
}
.social-icons li a svg {
  width: 28px;
  height: 28px;
}
.social-icons li a:hover {
  background-image: url("../../images/graphic-element-accent.svg");
}
.contact-info-block .contact-info {
  width: 100%;
  background: rgba(194, 211, 223, 0.2);
  position: relative;
  padding: 1rem;
}
@media (min-width: 1200px) {
  .contact-info-block .contact-info {
    padding: 1.875rem;
  }
}
.contact-info-block .contact-info .contact-info-listing {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.contact-info-block .contact-info .contact-info-listing li {
  display: flex;
  align-items: center;
  font-size: 1.125rem;
}
.contact-info-block .contact-info .contact-info-listing li strong {
  min-width: 80px;
  font-size: 1rem;
}
.contact-info-block .contact-info .contact-info-listing li + li {
  padding-top: 1rem;
}
.contact-info-block .contact-info .contact-info-listing li:first-child {
  align-items: flex-start;
}
@media (min-width: 1200px) {
  .contact-info-block .contact-info .social-icons {
    text-align: right;
  }
}
.contact-info-block .contact-info .social-icons li {
  padding: 0.4rem;
}
.contact-info-block .contact-info .social-icons li svg path {
  fill: #002C76;
}
.video-box {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.video-box .videobg-width {
  position: absolute;
  width: 100%;
  height: 100%;
  left: -9999px;
  right: -9999px;
  margin: auto;
}
.video-box .videobg-width .videobg-aspect {
  position: absolute;
  width: 100%;
  height: 0;
  top: -9999px;
  bottom: -9999px;
  margin: auto;
  padding-bottom: 56.25%;
  /* 16:9 ratio */
  overflow: hidden;
}
.video-box .videobg-width .videobg-aspect .videobg-make-height {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.video-box .videobg-width .videobg-aspect .videobg-make-height iframe, .video-box .videobg-width .videobg-aspect .videobg-make-height video {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border: 0;
}
.hero-slider .slide-item {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 0;
}
.hero-slider .slide-item::before {
  width: 100%;
  height: 100%;
  background-color: #002C76;
  opacity: 0.8;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
@media (min-width: 992px) {
  .hero-slider .slide-item::before {
    width: 58.33333333%;
  }
}
@media (min-width: 1200px) {
  .hero-slider .slide-item::before {
    width: 52%;
  }
}
.hero-slider .slide-item .hero-banner-media {
  width: 100%;
  height: 550px;
  position: relative;
}
@media (min-width: 992px) {
  .hero-slider .slide-item .hero-banner-media {
    height: 650px;
  }
}
@media (min-width: 1200px) {
  .hero-slider .slide-item .hero-banner-media {
    height: 800px;
  }
}
.hero-slider .slide-item .hero-banner-media .hero-image {
  width: 100%;
  height: 100%;
}
.hero-slider .slide-item .hero-banner-media .hero-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.hero-slider .slide-item .hero-banner-content {
  width: 100%;
  position: absolute;
  z-index: 1;
}
.hero-banner-block {
  position: relative;
}
.hero-banner-block .slider-nav {
  position: absolute;
  left: 1rem;
  bottom: 3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2rem;
}
@media (min-width: 576px) {
  .hero-banner-block .slider-nav {
    left: 3rem;
  }
}
@media (min-width: 1200px) {
  .hero-banner-block .slider-nav {
    margin-left: calc((100% - 1296px) / 2);
    gap: 10rem;
    left: 0;
    bottom: 5rem;
  }
}
.hero-banner-block .slider-nav .slick-arrow {
  position: relative;
  border-color: #ffffff;
}
.hero-banner-block .slider-nav .slick-arrow svg path {
  fill: #ffffff;
}
.hero-banner-block .slider-nav .slick-arrow:hover {
  border-color: #002C76;
}
.hero-banner-block .slider-nav .slick-dots li button {
  border-color: #ffffff;
}
.hero-banner-block .slider-nav .slick-dots li:hover button, .hero-banner-block .slider-nav .slick-dots li.slick-active button {
  background-color: #ffffff;
}
.inner-banner {
  width: 100%;
  height: auto;
  min-height: 450px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 0;
  padding: 2rem 0;
}
@media (min-width: 576px) {
  .inner-banner {
    min-height: 550px;
  }
}
@media (min-width: 1200px) {
  .inner-banner {
    min-height: 750px;
  }
}
.inner-banner .btn {
  min-width: 175px;
}
.inner-banner .btn svg path {
  fill: #FB8F1F;
}
.inner-banner .btn:hover svg path {
  fill: #ffffff;
}
.inner-banner:before {
  width: 100%;
  height: 100%;
  background: linear-gradient(270deg, rgba(0, 44, 118, 0) 0%, rgba(0, 44, 118, 0.9) 61.5%);
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
.feature-project-items .project-item .project-pic img {
  width: 100%;
  height: 300px;
  object-fit: cover;
  object-position: center center;
}
@media (min-width: 768px) {
  .feature-project-items .project-item .project-pic img {
    height: 400px;
  }
}
.feature-project-items .project-item .project-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.feature-project-items .project-item .project-info .project-sector {
  text-transform: uppercase;
  color: #C2D3DF;
  font-weight: 700;
  letter-spacing: 1.6px;
  font-size: 1rem;
}
.feature-project-items .project-item .project-info h4 {
  font-size: 1.75rem;
}
.project-items .project-item {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.project-items .project-item .project-item-inner {
  width: 100%;
  height: 100%;
  background-color: #F3F6F9;
  position: relative;
}
.project-items .project-item .project-item-inner .project-pic {
  position: relative;
}
.project-items .project-item .project-item-inner .project-pic::before {
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.8) 0%, rgba(138, 147, 161, 0) 63.33%);
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
}
.project-items .project-item .project-item-inner .project-pic img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  object-position: center center;
}
.project-items .project-item .project-item-inner .project-pic .project-sector {
  position: absolute;
  left: 1.5rem;
  bottom: 1.5rem;
  color: #ffffff;
}
@media (min-width: 1200px) {
  .project-items .project-item .project-item-inner .project-pic .project-sector {
    left: 1.875rem;
    bottom: 1.875rem;
  }
}
.project-items .project-item .project-item-inner .project-content {
  padding: 1.5rem;
}
@media (min-width: 1200px) {
  .project-items .project-item .project-item-inner .project-content {
    padding: 1.875rem;
  }
}
.project-items .project-item .project-item-inner::before {
  background-color: #002C76;
  content: "";
  position: absolute;
  top: -6px;
  right: -6px;
  bottom: -6px;
  left: -6px;
  z-index: -1;
  opacity: 0;
  transition: all 0.5s ease;
}
.project-items .project-item .project-item-inner:hover::before {
  opacity: 1;
}
.project-items .project-item .project-item-inner a {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
}
.project-filter .col-12 {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  justify-content: center;
}
@media (min-width: 576px) {
  .project-filter .col-12 {
    flex-wrap: nowrap;
  }
}
.project-filter .filter-dropdown {
  width: 100%;
  flex: 0 0 auto;
  border: 1px solid #C2D3DF;
  border-radius: 2px;
  padding: 0.375rem 0.75rem;
}
@media (min-width: 576px) {
  .project-filter .filter-dropdown {
    width: 50%;
  }
}
.project-filter .filter-dropdown label {
  color: #C2D3DF;
  font-size: 0.875rem;
}
.project-filter .filter-dropdown .form-control {
  height: 40px;
  border: 0;
  padding: 0;
}
@media (min-width: 1200px) {
  .project-details .row {
    margin-right: calc((100% - 1320px) / 2);
  }
}
.project-details .project-gallery-slider {
  height: 100%;
}
.project-details .project-gallery-slider .slick-list, .project-details .project-gallery-slider .slick-track {
  height: 100% !important;
}
.project-details .project-gallery-slider .gallery-item img {
  width: 100%;
  height: 400px;
  object-fit: cover;
  object-position: center center;
}
@media (min-width: 992px) {
  .project-details .project-gallery-slider .gallery-item img {
    height: 550px;
  }
}
@media (min-width: 1200px) {
  .project-details .project-gallery-slider .gallery-item img {
    height: 100%;
  }
}
.project-details .project-info {
  display: flex;
  font-size: 1.125rem;
  padding: 0.5rem 0;
}
.project-details .project-info strong {
  min-width: 100px;
}
.project-details .slider-nav {
  position: absolute;
  left: 50%;
  bottom: 3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translateX(-50%);
  gap: 2rem;
}
.project-details .slider-nav .slick-arrow {
  position: relative;
  border-color: #ffffff;
}
.project-details .slider-nav .slick-arrow svg path {
  fill: #ffffff;
}
.project-details .slider-nav .slick-arrow:hover {
  border-color: #002C76;
}
.project-details .slider-nav .slick-dots li button {
  border-color: #ffffff;
}
.project-details .slider-nav .slick-dots li:hover button, .project-details .slider-nav .slick-dots li.slick-active button {
  background-color: #ffffff;
}
.two-column-block {
  margin-top: 6rem;
  margin-bottom: 6rem;
}
.two-column-block h3 {
  margin-top: 1rem;
  display: inline-block;
}
.two-column-block ul {
  width: 100%;
  display: inline-block;
  list-style-type: none;
  padding: 0;
  margin-top: 1rem;
}
.two-column-block ul li {
  line-height: 1.5;
}
.two-column-block ul li::before {
  width: 12px;
  height: 12px;
  background-color: #FB8F1F;
  content: "";
  display: inline-block;
  border-radius: 100px;
  margin-right: 0.75rem;
}
.two-column-block ul li + li {
  margin-top: 1.5rem;
}
.two-column-block .style-list ul li {
  position: relative;
  padding-left: 1.5rem;
}
.two-column-block .style-list ul li::before {
  background: url("../../images/vector-icon.png") no-repeat left center;
  width: 15px;
  height: 17px;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 3px;
}
.two-column-block .style-list ul li strong {
  color: #FB8F1F;
}
.two-column-block .two-column-pic {
  position: relative;
}
.two-column-block .two-column-pic.image-shadow {
  margin-right: 1.5rem;
}
.two-column-block .two-column-pic.image-shadow::after {
  width: 75%;
  height: 75%;
  background-color: var(--image-shadow-color);
  content: "";
  position: absolute;
  left: -1.5rem;
  bottom: -1.5rem;
  z-index: -1;
}
.two-column-block .two-column-pic.image-full-height {
  height: 100%;
}
.two-column-block .two-column-pic.image-full-height img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.two-column-block blockquote {
  border-left: 3px solid #002C76;
  padding-left: 1rem;
}
.two-column-block blockquote strong {
  color: #FB8F1F;
}
.two-column-block .flex-row-reverse .two-column-pic.image-shadow::after {
  right: -1.5rem;
  left: auto;
}
.two-column-block .right-content .two-column-pic.image-shadow {
  margin-left: 1.5rem;
  margin-right: 0;
}
.two-column-block .two-column-inner {
  width: 100%;
  height: 100%;
  border: 1px solid #fb8f1f;
  padding: 1.5rem;
}
.two-column-block .two-column-inner img {
  width: 75px;
}
hr {
  max-width: 40px;
  border-top: 6px solid #002C76;
  opacity: 1;
  margin: 2.5rem 0;
}
.bg-primary hr {
  border-top-color: #ffffff;
}
.two-column-video {
  width: 100%;
  position: relative;
}
#breadcrumbs span {
  color: #ffffff;
}
#breadcrumbs span a {
  color: #ffffff;
}
#breadcrumbs span a:hover {
  color: #FB8F1F;
}
#breadcrumbs span + span {
  padding-left: 1.825rem;
  margin-left: 0.5rem;
  background: url("../../images/arrow-right.svg") no-repeat left center;
}
.title-bar {
  height: 300px;
  padding: 1rem 0;
  z-index: 0;
}
@media (min-width: 576px) {
  .title-bar {
    height: 350px;
  }
}
@media (min-width: 992px) {
  .title-bar {
    height: 400px;
  }
}
@media (min-width: 1200px) {
  .title-bar {
    height: 450px;
  }
}
.title-bar::before {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 44, 118, 0.6);
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
.title-bar .title-bar-content {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.single-post .title-bar {
  height: 600px;
}
.single-post .title-bar .date {
  color: #ffffff;
  font-weight: 700;
  font-size: 1.125rem;
}
.call-to-action img {
  width: 100%;
  height: 400px;
  object-fit: cover;
  object-position: center center;
}
@media (min-width: 1200px) {
  .call-to-action .row {
    margin-right: calc((100% - 1320px) / 2);
  }
}
.wpcf7-form-control-wrap {
  margin-bottom: 1.5rem;
  display: block;
}
.form-control {
  height: 50px;
  background-color: transparent;
  border: 1px solid #002C76;
  border-radius: 2px;
  color: #002C76;
}
.form-control:focus {
  box-shadow: none;
  border: 1px solid #FB8F1F;
  background-color: transparent;
}
.form-control.wpcf7-textarea {
  height: 120px;
}
.form-control::-webkit-input-placeholder {
  color: #002C76;
}
.form-control::-moz-placeholder {
  color: #002C76;
}
.form-control:-ms-input-placeholder {
  color: #002C76;
}
.form-control:-moz-placeholder {
  color: #002C76;
}
.btn.wpcf7-submit {
  width: 100%;
  background: #C2D3DF;
  border-radius: 2px;
  text-align: center;
  color: #002C76;
}
.btn.wpcf7-submit:hover {
  background-color: #002C76;
  color: #ffffff;
}
.btn-submit {
  max-width: 200px;
  display: block;
  position: relative;
}
.btn-submit svg {
  position: absolute;
  right: 20px;
  top: 19px;
}
.btn-submit .wpcf7-spinner {
  position: absolute;
  right: 0;
  bottom: -45px;
}
.btn-submit:hover svg path {
  fill: #ffffff;
}
._form ._form-content {
  display: flex;
  flex-wrap: wrap;
}
._form ._form-content ._full_width {
  width: 33.3333%;
  flex: 0 0 auto;
  padding: 1rem;
}
._form ._form-content ._full_width:nth-child(4) {
  width: 66.6667% !important;
}
._form ._form-content ._full_width:nth-child(4) ._form-fieldset {
  display: flex;
  flex-wrap: wrap;
}
._form ._form-content ._full_width:nth-child(4) ._form-fieldset > ._row {
  display: none;
}
._form ._form-content ._full_width:nth-child(4) ._form-fieldset ._checkbox-radio {
  width: 50%;
  flex: 0 0 auto;
  display: flex;
  align-items: flex-start;
  gap: 0.625rem;
}
._form ._form-content ._full_width:nth-child(4) ._form-fieldset ._checkbox-radio label {
  line-height: 1.2;
}
._form ._form-content ._full_width ._field-wrapper input {
  width: 100%;
  height: 50px;
  border-radius: 0;
  border: 1px solid #002C76;
  padding: 0 1rem;
}
._form ._form-content ._full_width._button-wrapper {
  width: 100%;
  text-align: center;
}
._form ._form-content ._full_width._button-wrapper ._submit {
  min-width: 200px;
  height: 50px;
  background: #C2D3DF;
  border: 0;
  border-radius: 2px;
  text-align: left;
  text-transform: uppercase;
  font-weight: 700;
  color: #002C76;
  position: relative;
  padding: 0 1rem;
}
._form ._form-content ._full_width._button-wrapper ._submit:after {
  width: 20px;
  height: 12px;
  content: "";
  background: url("../../images/arrow-right-dark.svg") no-repeat center center;
  position: absolute;
  right: 1rem;
  top: 50%;
  transform: translatey(-50%);
}
._form ._form-content ._full_width._button-wrapper ._submit:hover {
  background-color: #002C76;
  color: #ffffff;
}
._form ._form-content ._full_width._button-wrapper ._submit:hover:after {
  background: url("../../images/arrow-right.svg") no-repeat center center;
}
.logos-slider {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.logos-slider li {
  margin: 0 1.5rem;
  text-align: center;
}
.logos-slider li img {
  width: auto;
  max-width: initial;
  height: 50px;
  display: inline-block;
}
@media (min-width: 768px) {
  .logos-slider li img {
    height: 65px;
  }
}
@media (min-width: 1200px) {
  .logos-slider li img {
    height: 80px;
  }
}
.logos-listing {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  border-top: 1px solid #C2D3DF;
  border-right: 1px solid #C2D3DF;
  justify-content: center;
}
@media (min-width: 576px) {
  .logos-listing {
    border-right: none;
  }
}
.logos-listing li {
  width: 50%;
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem;
}
@media (min-width: 576px) {
  .logos-listing li {
    width: 20%;
  }
}
.logos-listing li + li {
  border-left: 1px solid #C2D3DF;
  border-bottom: 1px solid #C2D3DF;
}
.logos-listing li:first-child {
  border-bottom: 1px solid #C2D3DF;
  border-left: 1px solid #C2D3DF;
}
@media (min-width: 576px) {
  .logos-listing li:last-child, .logos-listing li:nth-child(5), .logos-listing li:nth-child(10) {
    border-right: 1px solid #C2D3DF;
  }
}
.logos-listing li:last-child {
  margin-left: 1px;
}
.team-items .slick-list {
  padding: 0 1rem;
}
@media (min-width: 768px) {
  .team-items .slick-list {
    padding: 0 10rem;
  }
}
@media (min-width: 1200px) {
  .team-items .slick-list {
    padding: 0 12rem;
  }
}
.team-items .team-item .team-item-inner {
  padding: 0 1.5rem;
}
.team-items .team-item .team-item-inner .team-pic img {
  filter: gray;
  /* IE6-9 */
  -webkit-filter: grayscale(1);
  /* Google Chrome, Safari 6+ & Opera 15+ */
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  transition: all 0.5s ease;
}
.team-items .team-item .team-item-inner .team-info h4 {
  font-size: 1.375rem;
}
@media (min-width: 1200px) {
  .team-items .team-item .team-item-inner .team-info h4 {
    font-size: 1.75rem;
  }
}
.team-items .team-item .team-item-inner .team-info span {
  color: #C2D3DF;
  display: block;
  margin: 1rem 0;
}
.team-items .team-item .team-item-inner .team-info .social-icons li svg path {
  fill: #002C76;
}
.team-items .team-item .team-item-inner .team-info .social-icons li:hover svg path {
  fill: #FB8F1F;
}
.team-items .team-item .team-item-inner:hover .team-pic img {
  filter: none;
  -webkit-filter: grayscale(0);
}
.team-items .slick-arrow {
  width: 75px;
  height: 75px;
  position: absolute;
  top: 7rem;
}
@media (min-width: 1200px) {
  .team-items .slick-arrow {
    width: 100px;
    height: 100px;
  }
}
.team-items .slick-arrow svg {
  width: 45px;
  height: 32px;
}
.team-items .slick-arrow.prev-arrow {
  left: 1rem;
}
@media (min-width: 576px) {
  .team-items .slick-arrow.prev-arrow {
    left: 2rem;
  }
}
@media (min-width: 1200px) {
  .team-items .slick-arrow.prev-arrow {
    left: 9rem;
  }
}
.team-items .slick-arrow.next-arrow {
  right: 1rem;
}
@media (min-width: 576px) {
  .team-items .slick-arrow.next-arrow {
    right: 2rem;
  }
}
@media (min-width: 1200px) {
  .team-items .slick-arrow.next-arrow {
    right: 9rem;
  }
}
.testimonial-items {
  padding: 0 1rem;
}
@media (min-width: 992px) {
  .testimonial-items {
    padding: 0 3rem;
  }
}
.testimonial-items .slick-list, .testimonial-items .slick-track {
  display: flex;
}
.testimonial-items .testimonial-item .testimonial-item-inner {
  width: calc(100% - 20px);
  height: 100%;
  background-color: #F3F6F9;
  padding: 1.5rem;
  margin: 0.625rem;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media (min-width: 1200px) {
  .testimonial-items .testimonial-item .testimonial-item-inner {
    padding: 2rem;
  }
}
.testimonial-items .testimonial-item .testimonial-item-inner .testimonial-info {
  display: flex;
  align-items: center;
}
.testimonial-items .testimonial-item .testimonial-item-inner .testimonial-info span img {
  width: 100px;
  height: 100px;
  object-fit: cover;
  object-position: center;
  border-radius: 100%;
}
.testimonial-items .testimonial-item .testimonial-item-inner .testimonial-info .testimonial-meta {
  padding-left: 1rem;
}
.testimonial-items .testimonial-item .testimonial-item-inner .testimonial-info .testimonial-meta h6 {
  font-size: 1rem;
  margin: 0;
}
.testimonial-items .testimonial-item .testimonial-item-inner .testimonial-info .testimonial-meta span {
  font-size: 0.875rem;
}
.testimonial-items .slick-arrow {
  top: 50%;
  transform: translateY(-50%);
}
.testimonial-items .slick-arrow.prev-arrow {
  left: -8px;
}
@media (min-width: 768px) {
  .testimonial-items .slick-arrow.prev-arrow {
    left: -20px;
  }
}
@media (min-width: 992px) {
  .testimonial-items .slick-arrow.prev-arrow {
    left: 0;
  }
}
.testimonial-items .slick-arrow.next-arrow {
  right: -8px;
}
@media (min-width: 768px) {
  .testimonial-items .slick-arrow.next-arrow {
    right: -20px;
  }
}
@media (min-width: 992px) {
  .testimonial-items .slick-arrow.next-arrow {
    right: 0;
  }
}
.testimonial-items .slick-dots {
  margin-top: 1.5rem;
}
.testimonial-pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.content-box-items .content-box-inner {
  height: 100%;
  background-color: #002C76;
  transition: all 0.5s ease-in-out;
  position: relative;
  padding-bottom: 3.5rem;
}
.content-box-items .content-box-inner .box-pic {
  overflow: hidden;
}
.content-box-items .content-box-inner .box-pic img {
  width: 100%;
  aspect-ratio: 2;
  object-fit: cover;
  object-position: center;
  transition: all 0.5s ease-in-out;
}
.content-box-items .content-box-inner .box-content {
  display: flex;
  flex-direction: column;
  padding: 1.5rem;
}
@media (min-width: 1200px) {
  .content-box-items .content-box-inner .box-content {
    padding: 2rem;
  }
}
.content-box-items .content-box-inner .box-content h5, .content-box-items .content-box-inner .box-content p {
  color: #ffffff;
}
.content-box-items .content-box-inner .box-content span {
  width: 40px;
  height: 40px;
  background-color: transparent;
  border: 2px solid #ffffff;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.5s ease;
  position: absolute;
  left: 2rem;
  bottom: 2rem;
  padding: 0;
}
.content-box-items .content-box-inner .box-content span small {
  display: none;
}
.content-box-items .content-box-inner .box-content span svg {
  display: block;
}
.content-box-items .content-box-inner .box-content span svg path {
  fill: #ffffff;
}
.content-box-items .content-box-inner:hover .box-pic img {
  transform: scale(1.1);
}
.content-box-items .content-box-inner:hover .box-content h5 {
  color: #FB8F1F;
}
.content-box-items .content-box-inner:hover .box-content span {
  margin-right: 10px;
  background-color: #ffffff;
}
.content-box-items .content-box-inner:hover .box-content span svg path {
  fill: #FB8F1F;
}
.content-box-items .content-box-inner a {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.home .content-box-items .content-box-inner .box-content span {
  width: 40px;
  height: 40px;
  background-color: transparent;
  border: 2px solid #ffffff;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.5s ease;
  position: absolute;
  left: 2rem;
  bottom: 2rem;
  padding: 0;
}
.home .content-box-items .content-box-inner .box-content span svg {
  display: block;
}
.home .content-box-items .content-box-inner .box-content span svg path {
  fill: #ffffff;
}
.home .content-box-items .content-box-inner:hover .box-content span {
  margin-right: 10px;
  background-color: #ffffff;
}
.home .content-box-items .content-box-inner:hover .box-content span svg path {
  fill: #002C76;
}
.grid-box-items {
  justify-content: center;
}
.grid-box-items .grid-box-inner {
  width: 100%;
  height: 100%;
  background-color: #F3F6F9;
  position: relative;
  z-index: 0;
}
.grid-box-items .grid-box-inner .grid-pic img {
  width: 100%;
  aspect-ratio: 1.3333333333;
  object-fit: cover;
  object-position: center center;
}
.grid-box-items .grid-box-inner .grid-content {
  background-color: #F3F6F9;
  padding: 1rem;
}
@media (min-width: 1200px) {
  .grid-box-items .grid-box-inner .grid-content {
    padding: 2rem;
  }
}
.grid-box-items .grid-box-inner a {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.grid-box-items .grid-box-inner::before {
  border: 6px solid #002C76;
  content: "";
  position: absolute;
  top: -6px;
  right: -6px;
  bottom: -6px;
  left: -6px;
  z-index: -1;
  opacity: 0;
  transition: all 0.5s ease;
}
.grid-box-items .grid-box-inner:hover::before {
  opacity: 1;
}
.content-box-listing {
  margin-top: -6rem;
}
.content-box-listing .content-box-inner {
  position: relative;
}
.content-box-listing .content-box-inner .box-pic img {
  width: 100%;
  height: 284px;
  object-fit: cover;
  object-position: center center;
}
.content-box-listing .content-box-inner h5 {
  width: 100%;
  min-height: 75px;
  background: rgba(0, 44, 118, 0.11);
  backdrop-filter: blur(6.8000001907px);
  color: #ffffff;
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 1.5rem;
  margin: 0;
}
.content-box-listing .content-box-inner a {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.icon-box-items .icon-box-item .icon-box-inner {
  padding-right: 0;
  text-align: center;
}
@media (min-width: 768px) {
  .icon-box-items .icon-box-item .icon-box-inner {
    text-align: left;
    padding-right: 0;
  }
}
@media (min-width: 1200px) {
  .icon-box-items .icon-box-item .icon-box-inner {
    text-align: left;
    padding-right: 1.875rem;
  }
}
.icon-box-items .icon-box-item .icon-box-inner .box-icon {
  margin-bottom: 1.25rem;
}
.icon-box-items .icon-box-item .icon-box-inner .box-icon img {
  width: 60px;
}
.icon-box-items .icon-box-item .icon-box-inner .box-content h4 {
  font-size: 1.375rem;
}
@media (min-width: 768px) {
  .icon-box-items .icon-box-item.col-md-2 {
    width: 33.3333%;
  }
}
@media (min-width: 992px) {
  .icon-box-items .icon-box-item.col-md-2 {
    width: 25%;
  }
}
@media (min-width: 1200px) {
  .icon-box-items .icon-box-item.col-md-2 {
    width: 20%;
  }
}
.content-box-shadow .icon-box-item .icon-box-inner {
  width: 100%;
  height: 100%;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  padding: 1rem;
}
.latest-post-items .latest-post-item .post-pic {
  position: relative;
  margin-right: 1.5rem;
  margin-bottom: 1.5rem;
  box-shadow: 0px 0px 41.773px 0px rgba(0, 0, 0, 0.1);
}
.latest-post-items .latest-post-item .post-pic img {
  width: 100%;
  height: 390px;
  object-fit: cover;
  object-position: center center;
}
.latest-post-items .latest-post-item .post-pic .post-title {
  position: absolute;
  left: 0;
  bottom: 0;
}
.latest-post-items .latest-post-item .post-pic::after {
  width: 275px;
  height: 205px;
  background-color: #002C76;
  content: "";
  position: absolute;
  right: -1.5rem;
  bottom: -1.5rem;
  z-index: -1;
}
.latest-post-items .latest-post-item .post-pic::before {
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.8) 0%, rgba(138, 147, 161, 0) 63.33%);
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
}
.latest-post-items .latest-post-item .post-pic .post-title {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.5rem;
}
@media (min-width: 1200px) {
  .latest-post-items .latest-post-item .post-pic .post-title {
    padding: 2rem;
  }
}
.latest-post-items .latest-post-item .post-pic .post-title h5 {
  width: calc(100% - 40px);
  color: #ffffff;
}
.latest-post-items .latest-post-item .post-pic .post-title span {
  width: 40px;
  height: 40px;
  background-color: transparent;
  border: 2px solid #ffffff;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.5s ease;
}
.latest-post-items .latest-post-item .post-pic .post-title span svg path {
  fill: #ffffff;
}
.latest-post-items .latest-post-item .post-pic a {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
.latest-post-items .latest-post-item .post-pic:hover .post-title span {
  background-color: #FB8F1F;
  border-color: #FB8F1F;
}
.latest-post-items .latest-post-item .post-pic:hover .post-title span svg path {
  fill: #ffffff;
}
.latest-post-items .latest-post-item .post-content .post-category {
  display: block;
  font-size: 0.875rem;
}
@media (min-width: 1200px) {
  .latest-post-items .latest-post-item .post-content .post-category {
    font-size: 1rem;
  }
}
.latest-post-items .latest-post-item .post-content .post-category a {
  text-transform: uppercase;
  color: #C2D3DF;
  font-weight: 700;
  letter-spacing: 1.6px;
}
.latest-post-items .latest-post-item .post-content .post-category a:hover {
  color: #FB8F1F;
}
.latest-post-items .latest-post-item .post-content .post-category a + a {
  margin-left: 0.625rem;
}
.latest-post-items .latest-post-item .post-content .date {
  font-weight: 700;
  letter-spacing: 1.6px;
}
.latest-post-items .latest-post-item:nth-child(odd) .post-pic::after {
  background-color: #002C76;
}
.latest-post-items .latest-post-item:nth-child(even) .post-pic::after {
  background-color: #FB8F1F;
}
.post-items .post-item {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.post-items .post-item .post-item-inner {
  width: 100%;
  height: 100%;
  background-color: #F3F6F9;
  position: relative;
}
.post-items .post-item .post-item-inner .post-pic img {
  width: 100%;
  height: 250px;
  object-fit: cover;
  object-position: center center;
}
.post-items .post-item .post-item-inner .post-content {
  padding: 1.5rem;
  padding-bottom: 4rem;
}
@media (min-width: 1200px) {
  .post-items .post-item .post-item-inner .post-content {
    padding: 1.875rem;
    padding-bottom: 4rem;
  }
}
.post-items .post-item .post-item-inner .post-content .date {
  color: #9E9E9E;
  display: block;
  margin-bottom: 0.5rem;
}
.post-items .post-item .post-item-inner .post-content h4 a {
  color: #002C76;
}
.post-items .post-item .post-item-inner .post-content h4 a:hover {
  color: #FB8F1F;
}
.post-items .post-item .post-item-inner .post-content .btn-link {
  position: absolute;
  left: 1.875rem;
  bottom: 1.875rem;
}
.post-items .post-item .post-item-inner::before {
  background-color: #002C76;
  content: "";
  position: absolute;
  top: -6px;
  right: -6px;
  bottom: -6px;
  left: -6px;
  z-index: -1;
  opacity: 0;
  transition: all 0.5s ease;
}
.post-items .post-item .post-item-inner:hover::before {
  opacity: 1;
}
.featured-post-items .post-item .post-item-inner {
  width: 100%;
  position: relative;
}
.featured-post-items .post-item .post-item-inner .post-pic {
  position: relative;
}
.featured-post-items .post-item .post-item-inner .post-pic:before {
  width: 100%;
  height: 100%;
  content: "";
  background: linear-gradient(247deg, rgba(0, 44, 118, 0) 1.88%, rgba(0, 44, 118, 0.58) 48.59%);
  position: absolute;
  left: 0;
  bottom: 0;
}
.featured-post-items .post-item .post-item-inner .post-pic img {
  width: 100%;
  height: 400px;
  object-fit: cover;
  object-position: center center;
}
@media (min-width: 992px) {
  .featured-post-items .post-item .post-item-inner .post-pic img {
    height: 500px;
  }
}
@media (min-width: 1200px) {
  .featured-post-items .post-item .post-item-inner .post-pic img {
    height: 600px;
  }
}
.featured-post-items .post-item .post-item-inner .post-content {
  width: 66.6667%;
  position: absolute;
  left: 1.5rem;
  bottom: 1.5rem;
}
@media (min-width: 768px) {
  .featured-post-items .post-item .post-item-inner .post-content {
    left: 3rem;
    bottom: 3rem;
  }
}
@media (min-width: 1200px) {
  .featured-post-items .post-item .post-item-inner .post-content {
    left: 6rem;
    bottom: 6rem;
    width: 55%;
  }
}
.featured-post-items .post-item .post-item-inner .post-content h2 {
  text-transform: capitalize;
}
.featured-post-items .post-item .post-item-inner .post-content a {
  color: #ffffff;
}
.featured-post-items .post-item .post-item-inner .post-content .btn-primary {
  min-width: 170px;
  background-color: #FB8F1F;
}
.featured-post-items .post-item .post-item-inner .post-content .btn-primary svg path {
  fill: #ffffff;
}
.featured-post-items .post-item .post-item-inner .post-content .btn-primary:hover {
  background-color: #ffffff;
  color: #FB8F1F;
  border-color: #ffffff;
}
.featured-post-items .post-item .post-item-inner .post-content .btn-primary:hover svg path {
  fill: #FB8F1F;
}
.about-author {
  width: 100%;
  display: flex;
  flex-direction: column;
  border-radius: 16px;
  border: 2px solid #FB8F1F;
  padding: 2rem;
  gap: 1.5rem;
}
@media (min-width: 768px) {
  .about-author {
    flex-direction: initial;
  }
}
.about-author .author-pic {
  width: 100px;
}
@media (min-width: 768px) {
  .about-author .author-pic {
    width: 150px;
  }
}
.about-author .author-pic img {
  width: 100%;
  border-radius: 100%;
  border: 2px solid #002C76;
}
.about-author .author-content h4 {
  line-height: 1;
}
.guides-block-slider {
  position: relative;
}
.guides-block-slider .guides-items .slick-list, .guides-block-slider .guides-items .slick-track {
  display: flex;
}
.guides-block-slider .guides-items .guides-item {
  padding: 0 0.625rem;
}
@media (min-width: 1200px) {
  .guides-block-slider .guides-items .guides-item {
    padding: 0 1rem;
  }
}
.guides-block-slider .guides-items .guides-item .guides-pic {
  border: 5px solid #002C76;
  height: 100%;
}
@media (min-width: 1200px) {
  .guides-block-slider .guides-items .guides-item .guides-pic {
    border: 10px solid #002C76;
  }
}
.guides-block-slider .guides-items .guides-item .guides-pic img {
  width: 100%;
  height: auto;
  object-fit: cover;
  object-position: center center;
}
.guides-block-slider .guides-slider-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
}
@media (min-width: 992px) {
  .guides-block-slider .guides-slider-nav {
    gap: 2rem;
  }
}
.guides-block-slider .guides-slider-nav .slick-arrow {
  position: relative;
}
.guides-block-slider .guides-slider-nav .guides-slider-dots .slick-dots {
  gap: 10px;
}
@media (min-width: 992px) {
  .guides-block-slider .guides-slider-nav .guides-slider-dots .slick-dots {
    gap: 15px;
  }
}
.guides-block .guides-items .guides-item {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.guides-block .guides-items .guides-item .guides-item-inner {
  width: 100%;
  height: 100%;
  background-color: #F3F6F9;
  position: relative;
}
.guides-block .guides-items .guides-item .guides-item-inner .guides-pic {
  position: relative;
}
.guides-block .guides-items .guides-item .guides-item-inner .guides-pic::before {
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.8) 0%, rgba(138, 147, 161, 0) 63.33%);
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
}
.guides-block .guides-items .guides-item .guides-item-inner .guides-pic img {
  width: 100%;
  height: auto;
  object-fit: cover;
  object-position: center center;
}
@media (min-width: 1200px) {
  .guides-block .guides-items .guides-item .guides-item-inner .guides-pic img {
    height: 575px;
  }
}
.guides-block .guides-items .guides-item .guides-item-inner .guides-content {
  padding: 1.5rem;
}
@media (min-width: 1200px) {
  .guides-block .guides-items .guides-item .guides-item-inner .guides-content {
    padding: 1.875rem;
  }
}
.guides-block .guides-items .guides-item .guides-item-inner::before {
  background-color: #002C76;
  content: "";
  position: absolute;
  top: -6px;
  right: -6px;
  bottom: -6px;
  left: -6px;
  z-index: -1;
  opacity: 0;
  transition: all 0.5s ease;
}
.guides-block .guides-items .guides-item .guides-item-inner:hover::before {
  opacity: 1;
}
.guides-block .guides-items .guides-item .guides-item-inner a {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
}
.single-management-guides .two-column-block .col-12 {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.single-management-guides .two-column-pic {
  border-radius: 21px;
  border: 10px solid #002C76;
}
.single-management-guides .two-column-pic img {
  border-radius: 10px;
}
.tab-block .nav-tabs {
  border: 0;
  border-bottom: 2px solid #002C76;
  justify-content: center;
}
.tab-block .nav-tabs .nav-item {
  margin: 0 0.5rem;
}
.tab-block .nav-tabs .nav-item .nav-link {
  background-color: transparent;
  border: 0;
  border-radius: 0;
  line-height: 1;
  font-weight: 700;
  font-size: 1rem;
  color: #002C76;
  padding: 0.75rem;
}
@media (min-width: 768px) {
  .tab-block .nav-tabs .nav-item .nav-link {
    font-size: 1.25rem;
  }
}
.tab-block .nav-tabs .nav-item .nav-link:hover, .tab-block .nav-tabs .nav-item .nav-link.active {
  color: #09B3CD;
}
.tab-block .tab-content {
  margin-top: 2.5rem;
}
.tab-block .tab-content .tab-pane .grid-box-items .grid-box-inner .grid-content {
  padding: 1rem;
}
