/** Global **/
html {
  box-sizing: border-box;
}

body {
  font-size: 17px !important;
  line-height: 26px;
  color: #212529;
  font-weight: 400;
  overflow-x: hidden;
  font-family: "Roboto", sans-serif !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body a {
  color: #232529;
}

body a:hover {
  text-decoration: none;
}

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

h1 {
  font-size: 36px;
}

h2 {
  font-size: 32px;
}

h3 {
  font-size: 28px;
}

h4 {
  font-size: 24px;
}

h5 {
  font-size: 20px;
}

h6 {
  font-size: 18px;
}

@media (max-width: 992px) {
  h1 {
    font-size: 32px !important;
  }
}

.arrow-right {
  width: 0;
  height: 0;
  display: inline-block;
  vertical-align: middle;
  border-style: solid;
  border-width: 6px 0 6px 6px;
  border-color: transparent transparent transparent white;
  margin-bottom: 2px;
}

/** Header **/
.nav-classic .header-nav-toggle {
  display: none;
  width: 35px;
  margin: 6px 0;
  float: right;
  cursor: pointer;
  background: transparent;
  padding: 0;
}

.header-icon {
  fill: #0131bd;
  margin-right: 0.5em;
}

.custom-logo-link,
.custom-logo-link img {
  max-width: 150px;
  height: auto;
}

.nav-classic .header-nav-toggle div {
  width: 100%;
  height: 4px;
  background-color: #0131bd;
  margin: 8px 0;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
}

.nav-classic .box-header-nav {
  background: #0131bd !important;
}

.nav-classic .header-middle-inner {
  display: flex;
  width: 100%;
  justify-content: space-between;
}

.nav-classic .nav-menu {
  position: relative;
  z-index: 99;
}

.nav-classic .header-middle-inner > *:not(:last-child) {
  padding-right: 15px;
}

.box-header-nav .main-menu ul {
  padding: 0;
  margin: 0;
}

.box-header-nav .main-menu {
  margin: 0 10px;
  padding: 0;
}

.box-header-nav .main-menu .menu-item,
.box-header-nav .main-menu .menu-item a {
  position: relative;
  text-decoration: none;
}

.box-header-nav .main-menu > .menu-item {
  display: inline-block;
}

.box-header-nav .main-menu > .menu-item > a {
  display: inline-block;
  padding: 10px 20px;
  margin: 5px 0;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.2px;
  color: #ffffff;
}

.box-header-nav .main-menu > .menu-item.menu-item-has-children > a::after {
  content: "";
  width: 0;
  height: 0;
  display: inline-block;
  vertical-align: middle;
  border-style: solid;
  margin-left: 5px;
  margin-top: -3px;
  border-width: 5px 5px 0 5px;
  border-color: white transparent transparent transparent;
}

.box-header-nav .main-menu .menu-item:hover > .sub-menu,
.box-header-nav .main-menu .menu-item.focus > .sub-menu {
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  opacity: 1;
  visibility: visible;
}

.box-header-nav .main-menu .sub-menu {
  list-style: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: 225px;
  background-color: #fff;
  color: #666;
  box-shadow: 0 -1px #eee inset, 1px 0 #eee inset, -1px 0 #eee inset;
  padding: 0;
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translateY(20px);
  -moz-transform: translateY(20px);
  -ms-transform: translateY(20px);
  -o-transform: translateY(20px);
  transform: translateY(20px);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 10;
  text-align: left;
}

.box-header-nav .main-menu .sub-menu > .menu-item > a {
  display: block;
  padding: 10px 20px;
  font-weight: 700;
  margin: 0;
  color: #212529;
}

.box-header-nav .main-menu .sub-menu li:not(:first-child)::before {
  content: "";
  display: block;
  border-top: 1px dashed #f1f1f1;
}

.box-header-nav .main-menu .sub-menu > .menu-item:hover > a,
.box-header-nav .main-menu .sub-menu > .menu-item.focus > a {
  background-color: #0131bd;
  color: #fff;
  font-weight: 700;
}

.box-header-nav .main-menu .sub-menu > .menu-item.current-menu-item > a {
  background: #0131bd;
  color: #fff;
}

.box-header-nav .main-menu .sub-menu .sub-menu {
  top: 0;
  left: 100%;
  -webkit-transform: translateX(20px);
  -moz-transform: translateX(20px);
  -ms-transform: translateX(20px);
  -o-transform: translateX(20px);
  transform: translateX(20px);
  box-shadow: 0 -1px #eee inset, 1px 0 #eee inset, 0 1px #eee inset;
}

@media (max-width: 992px) {
  .container {
    max-width: 100%;
  }

  .nav-classic .nav-menu {
    position: static;
  }
  .nav-classic .header-middle-inner .contact-info {
    justify-content: center;
  }

  .site-branding {
    display: flex;
    justify-content: space-between;
  }

  .nav-classic .header-nav-toggle,
  .nav-classic-wrap .header-nav-toggle {
    display: block;
  }

  .nav-classic .box-header-nav,
  .nav-classic-wrap .box-header-nav {
    display: none;
    position: absolute;
    z-index: 9;
    background-color: #f9f9f9;
    left: 0;
    right: 0;
  }

  .nav-classic .nav-wrap {
    padding: 0;
    position: relative;
  }

  .box-header-nav > .main-menu {
    padding: 0;
    margin: 0;
    max-height: 350px;
    overflow: scroll;
  }

  .box-header-nav .main-menu > .menu-item > a {
    padding: 12px 10px;
    width: 100%;
    margin: 0;
  }

  .box-header-nav .main-menu .sub-menu {
    opacity: 1;
    visibility: visible;
    width: 100%;
    position: relative;
    left: 0;
    box-shadow: none;
    padding-left: 10px;
    display: none;
    transform: none;
  }

  .box-header-nav .main-menu .sub-menu > .menu-item > a {
    padding: 12px 10px;
  }
}

@media (max-width: 992px) {
  .nav-classic .header-middle-inner {
    display: block;
    margin: 0;
    text-align: center;
  }

  .nav-classic .header-middle-inner > *:not(:last-child) {
    padding-right: 15px;
    margin: 15px 0;
  }

  .nav-classic .header-middle-inner .contact-info {
    width: 100%;
    text-align: center;
    margin: 20px 0;
  }
}

/** Mobile Menu **/
.showing-menu-modal::after {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 400;
  background-color: rgba(0, 0, 0, 0.7);
  cursor: pointer;
}

.menu-modal {
  position: fixed;
  top: 0;
  bottom: 0;
  z-index: 500;
  overflow: hidden;
  overflow-y: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  width: 300px;
  transition: transform 0.25s ease, -webkit-transform 0.25s ease;
  background-color: #ffffff;
}

.menu-modal {
  display: flex;
  right: auto;
  left: 0;
  -webkit-transform: translate3d(-350px, 0, 0);
  transform: translate3d(-350px, 0, 0);
}
.menu-modal.active {
  left: 0;
  right: 0;
  -webkit-transform: none;
  transform: none;
  z-index: 9999;
}
.menu-modal-inner.modal-inner {
  width: 100%;
}

button.close-nav-toggle {
  width: 100%;
  padding: 10px 15px;
  display: flex;
  justify-content: end;
  background: rgba(0, 0, 0, 0.05);
}

.modal-menu {
  padding: 20px;
}

.modal-menu li {
  display: flex;
  flex-wrap: wrap;
}

.modal-menu li a {
  display: flex;
  align-items: center;
  padding-left: 20px;
  letter-spacing: 0.4px;
  font-weight: 500;
  padding: 5px 0;
}

.sub-menu-toggle {
  background: transparent;
  border: none;
  padding-left: 15px;
}

.modal-menu .sub-menu {
  position: static;
  padding-left: 15px;
  width: auto;
  background: 0 0;
  box-shadow: none;
  -webkit-transform: none;
  transform: none;
  pointer-events: unset;
  visibility: hidden;
  opacity: 0;
  height: 0;
  font-size: 15px;
  flex-basis: 100%;
}

.modal-menu .sub-menu.active {
  opacity: 1;
  visibility: visible;
  height: auto;
}

.box-header-nav .sub-menu-toggle,
button.mobile-nav-toggle {
  display: none;
  background-color: transparent;
  padding: 0;
  font-weight: normal;
}

/** Swiper Slider **/
#home-slider .swiper,
#home-slider .swiper-slide {
  height: 500px;
}

.hero {
  height: 500px;
  position: relative;
}

#home-slider .slide-inner {
  height: 100%;
}

.swiper-slide__image,
.hero__image {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: top;
  z-index: -1;
}

.hero__inner-content {
  max-width: 800px;
  background: rgba(1, 49, 189, 0.5);
}

#home-slider.swiper .inner-content,
.hero__overlay {
  z-index: 1;
  background: rgba(0, 0, 0, 0.4);
  box-sizing: border-box;
}

.hero-content {
  font-size: 1.1em;
}

.hero__content a,
.hero__content a:hover {
  color: white;
  text-decoration: underline;
}

.swiper .swiper-pagination-bullet {
  height: 12px;
  width: 12px;
  background: white;
}

.swiper .swiper-pagination-bullet-active {
  background: white !important;
}

/** Multi Col / Blog Post Section **/
#blog-posts {
  background: rgba(117, 100, 83, 0.05);
}

.box-shadow {
  box-shadow: 0 0 0 0 #fff, 0 2px 6px 4px #1c1b1b1c;
}

.column-head,
.column-head img {
  max-height: 280px;
}

.column-head img {
  width: 100%;
  object-fit: cover;
  object-position: bottom;
}

/** Video Section **/
.video-playback {
  height: 400px;
  position: relative;
}

.video-playback__play-container {
  background: rgba(0, 0, 0, 0.45);
}

.video-playback__play-container svg {
  fill: #0131bd;
  width: 80px;
  transition: all 0.2s ease;
  cursor: pointer;
  border: 2px solid rgba(255, 255, 255, 0.75);
  border-radius: 50%;
}

.video-playback__play-container svg:hover {
  fill: white;
  transform: scale(1.15);
}

.video-playback .background-video {
  object-fit: cover;
  z-index: -1;
}

/** CTA Section **/
#cta .cta__background-image {
  object-fit: cover;
  z-index: -1;
}

#cta .cta__overlay {
  width: fit-content;
  margin: 0 auto;
  background: rgba(1, 49, 189, 0.45);
  min-height: 300px;
}

/** Testimonial Section **/
.testimonial__quote-icon {
  width: 30px;
  min-width: 30px;
  fill: rgba(1, 49, 189, 0.5);
}

#home-testimonials .swiper-pagination-bullet,
#home_testimonials .swiper-pagination-bullet-active {
  background: #0131bd !important;
}

.home-logos__image {
  object-fit: contain;
  height: 75px;
  width: auto;
}

@media (max-width: 576px) {
  .home-logos__image {
    height: 50px;
  }
}

/** Main Content / Helpers **/
@media (min-width: 992px) {
  #content {
    margin-top: -20px;
  }
}

.absolute-fill {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.bg-light-grey {
  background: rgba(115, 113, 110, 0.1);
}

.bg-light-blue {
  background: rgba(1, 49, 189, 0.025);
}

.text-blue {
  color: #0131bd;
}

/** Global Elements **/

.btn.btn-primary,
.wp-block-button__link {
  background-color: #0131bd !important;
  color: #ffffff !important;
  border: none;
  padding: 10px 25px !important;
  border-radius: 5px !important;
  font-weight: 600;
  transition: background 0.25s ease;
}

.btn.btn-primary:hover,
.wp-block-button__link:hover {
  background-color: #222222 !important;
  color: #fff !important;
  border-color: #222222;
}

a:hover,
a:focus,
a:active {
  text-decoration: none;
  outline: none;
  color: rgb(1, 49, 189);
}

.btn.btn-primary--inverse {
  background: #fff !important;
  color: #0131bd !important;
}

.btn.btn-primary--inverse .arrow-right {
  border-color: transparent transparent transparent #0131bd;
}

/** Site Footer **/

.site-footer {
  background: #191818;
  color: #fff;
}

.site-footer .footer-list {
  list-style: none;
}

.site-footer .widget {
  margin: 2em 0;
}

.footer-logo {
  max-width: 200px;
  height: auto;
}

.site-footer .list-title {
  width: 100%;
  margin-top: 0;
  text-transform: uppercase;
  display: inline-block;
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 1.5px;
  line-height: 1.6;
  border-bottom: 2px solid #313131;
  padding-bottom: 5px;
  position: relative;
  margin-bottom: 20px;
}

.site-footer .widget ul {
  list-style: none;
}

.site-footer .widget_recent_entries ul {
  padding: 0;
}

.site-footer .widget ul li {
  color: white;
}

.site-footer .widget_recent_entries ul li {
  margin-bottom: 8px;
}

.site-footer .widget a {
  color: white;
}

.social-medias__image {
  height: 35px;
  width: auto;
}

/** Page/Post Section **/
body.page .site-content {
  background: rgba(0, 0, 0, 0.01);
}

.page__header {
  background: rgba(0, 0, 0, 0.2);
  min-height: 300px;
}

.page__header--content-container {
  background: rgba(1, 49, 189, 0.7);
}

.page__featured-img {
  object-fit: cover;
  z-index: -1;
}

.page__entry-content {
  max-width: 850px;
  font-size: 17px;
}

.page__entry-content.full-width {
  max-width: 100%;
}

.page__entry-content .wp-block-list .wp-block-list {
  padding-left: 40px;
  margin-top: 5px;
}

.page__entry-content .wp-block-list li {
  padding: 10px 0;
  font-size: 1.05rem;
}

.page__entry-content .wp-block-list img.emoji {
  margin-right: 10px !important;
}

.page__entry-content h2.wp-block-heading {
  color: rgb(1, 49, 189);
  margin: 10px 0 20px 0;
}

.page .wp-block-group {
  padding: 30px;
}

.page .wp-block-group:nth-child(odd) {
  background: rgba(1, 49, 189, 0.025);
}

.page .wp-block-group.cta {
  background: rgb(1, 49, 189, 0.95);
  color: white;
  border-radius: 35px;
  margin: 2em 0;
}

.page .wp-block-group.cta .wp-block-heading {
  color: white;
}

.wp-block-group .cta__button {
  margin-top: 50px;
}

.wp-block-group .cta__button a {
  background: white;
  color: #222222;
  padding: 15px 40px;
  border-radius: 50px;
}

.blurb__bg {
  background: rgb(115 113 110 / 0.03);
}
/* Blurb section */
/* @media (min-width: 992px) {
.home-blurb__content {
max-width: 80
}
} */

/** Projects grid **/
.projects-grid__photos {
  column-count: 3;
  column-gap: 1rem;
}

@media (max-width: 992px) {
  .projects-grid__photos {
    column-count: 2;
  }
}

@media (max-width: 576px) {
  .projects-grid__photos {
    column-count: 1;
  }
}

.projects-grid__photos > .projects-grid__photo-container {
  break-inside: avoid;
  margin-bottom: 1rem;
}

.projects-grid__title {
  background: rgb(1, 49, 189);
  width: fit-content;
}
