body {
  font-family: "Jost", sans-serif;
  padding: 0;
  margin: 0;
  color: #444;
  background-color: #f9f9ff;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

a {
  text-decoration: none;
  color: inherit;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "HeleneHess";
  color: #1f58a1;
}

.container-fluid {
  padding: 0 48px;
}
@media screen and (max-width: 768px) {
  .container-fluid {
    padding: 0 0.75rem;
  }
}

#smooth-content {
  will-change: transform;
}

h2 {
  font-size: 52px;
  line-height: 1.44;
}
@media screen and (max-width: 768px) {
  h2 {
    font-size: 40px;
  }
}
@media screen and (max-width: 400px) {
  h2 {
    font-size: 32px;
  }
}

h3.heading {
  font-size: 44px;
  line-height: 1.28;
  color: #1f58a1;
  margin-bottom: 64px;
}
@media screen and (max-width: 768px) {
  h3.heading {
    font-size: 36px;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 400px) {
  h3.heading {
    font-size: 30px;
  }
}

.cta {
  margin-top: 48px;
}
.cta a {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.275em;
  letter-spacing: 2px;
  letter-spacing: 0.125rem;
  min-height: 50px;
  padding: 18px 10px 0 30px;
  text-transform: uppercase;
  transform: translateX(-10px);
  transition: all 0.3s cubic-bezier(0.77, 0, 0.175, 1);
  color: #fff;
  position: relative;
  margin-top: 48px;
}
.cta a::before {
  background: #111;
  border-radius: 100%;
  content: "";
  opacity: 0.05;
  top: 0;
  left: -10px;
  position: absolute;
  width: 50px;
  height: 50px;
  transition: all 0.3s cubic-bezier(0.77, 0, 0.175, 1);
  z-index: -2;
  background: #fff;
}
.cta a::after {
  opacity: 1;
  top: 24px;
  right: auto;
  bottom: auto;
  left: 10px;
  transition: all 0.3s cubic-bezier(0.77, 0, 0.175, 1);
  width: 10px;
  height: 2px;
  background: #111;
  content: "";
  margin: auto 0;
  position: absolute;
  z-index: -1;
  background: #fff;
}
.cta a:hover {
  padding-right: 20px;
  padding-left: 20px;
}
.cta a:hover::before {
  opacity: 0;
  top: 24px;
  left: -10px;
  width: 4px;
  height: 4px;
}
.cta a:hover::after {
  width: 0;
}
@media screen and (max-width: 560px) {
  .cta {
    margin-left: 10px;
  }
}

.tag {
  font-size: 20px;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 1.12;
  margin-bottom: 20px;
  color: #1f58a1;
}
@media screen and (max-width: 768px) {
  .tag {
    font-size: 17px;
    margin-bottom: 8px;
  }
}

.lightboxwrap {
  position: relative;
  width: 100%;
  height: 320px;
  margin-bottom: 24px;
  overflow: hidden;
}
.lightboxwrap .lightoverlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: white;
  transition: 0.3s ease-out opacity;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(51, 51, 51, 0.7490196078);
  opacity: 0;
  visibility: hidden;
}
.lightboxwrap .lightoverlay svg {
  width: 24px;
}
.lightboxwrap .lightoverlay i {
  font-size: 24px;
}
.lightboxwrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transform: scale(1);
  transition: 0.4s ease-in-out all;
}
.lightboxwrap:hover .lightoverlay {
  opacity: 1;
  visibility: visible;
}
.lightboxwrap:hover img {
  transform: scale(1.2);
}

nav.navbar > * {
  padding-top: 16px;
  padding-bottom: 16px;
}
nav .navbar-brand {
  color: #fff;
}
nav .navbar-brand:hover {
  color: #fff;
}
nav .navbar-collapse {
  justify-content: center;
  position: relative;
}
nav .navbar-collapse .navbar-nav {
  gap: 40px;
}
nav .navbar-collapse .navbar-nav .nav-link {
  color: #fff;
}
nav .navbar-toggler [aria-expanded=true] {
  background-color: #42DCA3;
  position: relative;
}
nav .navbar-toggler .navbar-toggler-icon {
  background-image: url("../images/menu.svg");
  width: 26px;
  height: 26px;
}
@media screen and (max-width: 768px) {
  nav .navbar-collapse .navbar-nav {
    padding: 40px 0;
  }
}
@media screen and (max-width: 560px) {
  nav .navbar-toggler .navbar-toggler-icon {
    width: 24px;
    height: 26px;
  }
}

header {
  background-color: #161616;
  position: relative;
  z-index: 99;
}
header.scrolled .navbar > * {
  padding-top: 12px;
  padding-bottom: 12px;
}
header .social {
  display: flex;
  gap: 24px;
  color: #fff;
}
header .social i {
  font-size: 18px;
}
@media screen and (max-width: 560px) {
  header .social {
    gap: 16px;
  }
  header .social i {
    font-size: 14px;
  }
}

.banner {
  background-color: #161616;
  padding-top: 88px;
}

.main {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: auto;
  max-width: 1168px;
  min-height: 760px;
  padding: 4vh 0 0;
  position: relative;
  z-index: 2;
  background-color: #161616;
}
.main h1 {
  font-size: 96px;
  line-height: 1.14;
  font-weight: 600;
  margin-bottom: 0;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  color: #fff;
  z-index: 0;
}
.main h1 span {
  color: #1f58a1;
  display: block;
}
.main h1 em {
  color: #1f58a1;
  display: block;
}
.main .banner_images {
  opacity: 0.6;
  width: 100%;
  z-index: -1;
}
.main .banner_images .left {
  top: 80px;
  right: 600px;
  position: absolute;
  transform: rotate(-0.9999deg);
}
.main .banner_images .right {
  top: 140px;
  left: 520px;
  position: absolute;
  transform: rotate(0.9999deg);
}
.main .banner_images .bottom {
  top: 360px;
  left: 49%;
  position: absolute;
  transform: rotate(2deg) translateX(-49%);
  z-index: 1;
}
.main .banner_images .bottom img {
  width: 360px;
  height: 400px;
}
.main .banner_images img {
  width: 434px;
  height: 504px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 1024px) {
  .main .banner_images .left {
    right: 50vw;
  }
  .main .banner_images .right {
    left: 42vw;
  }
}
@media screen and (max-width: 768px) {
  .main h1 {
    font-size: 80px;
    top: 30vh;
    transform: translate(-50%, 0%);
  }
}
@media screen and (max-width: 560px) {
  .main {
    max-width: 100%;
  }
  .main h1 {
    font-size: 48px;
    top: 10vh;
  }
  .main .banner_images .left {
    bottom: 240px;
    top: auto;
    right: auto;
    left: 0;
  }
  .main .banner_images .right {
    bottom: 160px;
    top: auto;
    left: auto;
    right: 0;
  }
  .main .banner_images .bottom {
    bottom: 40px;
    top: auto;
    left: 50%;
  }
  .main .banner_images .bottom img {
    width: 64vw;
    height: 260px;
  }
  .main .banner_images img {
    width: 44vw;
    height: 280px;
  }
}
@media screen and (max-width: 400px) {
  .main .banner_images .bottom img {
    width: 64vw;
    height: 200px;
  }
  .main .banner_images img {
    height: 160px;
  }
}

.label {
  color: #828282;
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: 500;
  letter-spacing: 1.56px;
  letter-spacing: 0.0975rem;
  line-height: 16px;
  line-height: 1rem;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 42px;
}

.lead__in {
  padding: 240px 0 150px;
  background-color: #161616;
}
.lead__in h2 {
  color: #f8f8f8;
  text-align: center;
  width: 960px;
  max-width: 100%;
  margin: auto;
  position: relative;
}
.lead__in a {
  position: relative;
  z-index: 1;
}
.lead__in a::before {
  content: "";
  background: #1f58a1;
  position: absolute;
  left: 0;
  bottom: 5px;
  width: 100%;
  height: 35%;
  z-index: -1;
  transition: 0.35s cubic-bezier(0.25, 0.1, 0, 2.05);
}
.lead__in a:hover:before {
  left: 0;
  bottom: -2px;
  width: 100%;
  height: 100%;
}
.lead__in span {
  color: #1f58a1;
}
.lead__in em {
  color: #1f58a1;
}
@media screen and (max-width: 768px) {
  .lead__in {
    padding: 160px 0 120px;
  }
}

.intro {
  padding: 240px 0;
  background-color: #fff;
  position: relative;
}
.intro::before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0;
  width: 50%;
  height: 100%;
  background-color: #1f58a1;
  z-index: 0;
}
.intro .intro__flex {
  display: flex;
  gap: 320px;
}
.intro .intro__flex > * {
  width: 50%;
}
@media screen and (max-width: 1024px) {
  .intro {
    padding: 120px 0;
  }
  .intro .intro__flex {
    gap: 48px;
  }
}
@media screen and (max-width: 768px) {
  .intro::before {
    content: none;
  }
  .intro .intro__flex {
    gap: 32px;
    flex-direction: column;
  }
  .intro .intro__flex > * {
    width: 100%;
  }
}

.intro__about {
  position: relative;
}
.intro__about .label {
  text-align: left;
  color: #f0f6fd;
}
.intro__about h3 {
  color: #f9f9f9;
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .intro__about .label {
    color: #161616;
  }
  .intro__about h3 {
    color: #001f47;
  }
  .intro__about .cta a {
    color: #161616;
  }
  .intro__about .cta a::before, .intro__about .cta a::after {
    background: #111;
  }
}

.accordion {
  --bs-accordion-bg: #fff0;
  --bs-accordion-btn-icon-width: 0.9rem;
}
.accordion p {
  margin-bottom: 15px;
  font-size: 16px;
}
.accordion strong {
  font-weight: 500;
  margin-right: 10px;
}
.accordion .accordion-title {
  font-size: 52px;
  font-size: 3.25rem;
}
.accordion .accordion-item {
  color: #333;
  border: 0;
  border-bottom: 1px solid #d8e5d8;
  border-radius: 0;
}
.accordion .accordion-item .cta {
  margin-top: 32px;
  margin-bottom: 16px;
}
.accordion .accordion-item .cta a {
  color: #111;
}
.accordion .accordion-item .cta a::before, .accordion .accordion-item .cta a::after {
  background: #111;
}
.accordion .accordion-item img {
  margin-right: 16px;
  width: 32px;
  height: 32px;
}
.accordion .accordion-collapse {
  transition-delay: 0.4s;
  transition: all 1s cubic-bezier(0.77, 0, 0.175, 1);
}
.accordion .accordion-button:not(.collapsed), .accordion .accordion-button {
  background-color: transparent;
  color: #111;
  font-size: 52px;
  font-size: 3.25rem;
  padding-top: 24px;
  box-shadow: none;
}
.accordion .accordion-button:not(.collapsed):focus, .accordion .accordion-button:focus {
  border-color: transparent;
  box-shadow: none;
}
.accordion .accordion-button:not(.collapsed)::after {
  background-image: url("../images/close.svg");
}
.accordion .accordion-button::after {
  background-image: url("../images/open.svg");
}
@media screen and (max-width: 768px) {
  .accordion {
    --bs-accordion-btn-padding-x: 0;
    --bs-accordion-body-padding-x: 0;
  }
  .accordion .accordion-button:not(.collapsed), .accordion .accordion-button {
    font-size: 40px;
  }
}
@media screen and (max-width: 400px) {
  .accordion .accordion-button:not(.collapsed), .accordion .accordion-button {
    font-size: 36px;
  }
  .accordion .accordion-button:not(.collapsed) img, .accordion .accordion-button img {
    width: 28px;
    height: 28px;
  }
}

.key__points {
  padding: 48px 0;
}
.key__points .row {
  justify-content: center;
}
.key__points .point img {
  width: 48px;
  margin: auto;
  display: block;
}
.key__points .point p {
  margin-top: 16px;
  text-align: center;
  text-transform: uppercase;
  font-size: 13px;
  margin-bottom: 0;
}
.key__points .row {
  justify-content: center;
}
@media screen and (max-width: 992px) {
  .key__points {
    padding-bottom: 24px;
  }
  .key__points .point {
    margin-bottom: 24px;
  }
}

.team {
  padding: 120px 0;
  background-color: #fff;
}
.team .label {
  text-align: left;
}
.team img {
  width: 400px;
  max-width: 100%;
  height: 420px;
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: 24px;
}
.team .desg {
  font-size: 14px;
  margin-bottom: 8px;
}
.team .bi {
  margin-right: 8px;
}
@media screen and (max-width: 1024px) {
  .team {
    padding: 80px 0;
  }
  .team img {
    height: 320px;
  }
  .team .member {
    margin-top: 40px;
  }
}

.clients {
  padding: 80px 0;
  background-color: #111;
}
.clients .image {
  max-width: 240px;
  margin: 48px auto;
}
.clients img {
  width: 100%;
  height: 64px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 560px) {
  .clients .image {
    margin: 24px auto;
  }
}

.testimonial {
  padding: 80px 0;
}
.testimonial .label {
  color: #444;
  margin-bottom: 24px;
}
.testimonial h3 {
  text-align: center;
}
.testimonial .testimonialSlider {
  margin: 0 -16px;
}
.testimonial .review-slide {
  margin: 0 16px;
  cursor: pointer;
  position: relative;
  transition: 0.4s cubic-bezier(0.77, 0, 0.175, 1);
}
.testimonial .review-slide:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(130, 173, 202, 0.137254902);
  transition: height 0.4s cubic-bezier(0.77, 0, 0.175, 1);
  opacity: 1;
  visibility: visible;
}
.testimonial .review-slide .image {
  padding: 16px;
  background-color: #fff;
  opacity: 0.6;
}
.testimonial .review-slide .image img {
  width: 100%;
  height: 400px;
}
.testimonial .review-slide .rev__desc {
  padding: 16px;
}
.testimonial .review-slide .rev__desc .subtitle {
  font-size: 15px;
  height: 42px;
  line-height: 20px;
  overflow: hidden;
}
.testimonial .review-slide a {
  position: absolute;
  left: 0;
  height: 100%;
  top: 0%;
  width: 100%;
  background-color: rgba(100, 147, 206, 0.7019607843);
  opacity: 0;
  visibility: hidden;
  transition: 0.4s cubic-bezier(0.77, 0, 0.175, 1);
}
.testimonial .review-slide a svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%);
  color: #fff;
  width: 16px;
  transform: scale(1);
  transition: 0.8s;
}
.testimonial .review-slide:hover::after {
  height: 60%;
  opacity: 0;
  visibility: hidden;
}
.testimonial .review-slide:hover a {
  opacity: 1;
  visibility: visible;
}
.testimonial .review-slide:hover a svg {
  transform: scale(1.4);
}
.testimonial .slick-dots {
  display: flex;
  gap: 12px;
  margin-top: 64px;
  margin-left: 16px;
}
.testimonial .slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 48px;
  height: 4px;
  cursor: pointer;
  background-color: #1f58a1;
  border: 0;
  border-radius: 50px;
  outline: none;
  opacity: 0.35;
}
.testimonial .slick-dots li.slick-active button {
  opacity: 0.75;
}
.testimonial .slick-dots li:hover button {
  opacity: 1;
}
.testimonial .slick-arrow {
  font-size: 0;
  line-height: 0;
  position: absolute;
  bottom: 0;
  right: 16px;
  width: 20px;
  cursor: pointer;
  border: none;
}
.testimonial .slick-arrow::after {
  position: absolute;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 16px;
  color: #1f58a1;
}
.testimonial .slick-prev {
  right: 72px;
}
.testimonial .slick-prev::after {
  content: "\f053";
}
.testimonial .slick-next::after {
  content: "\f054";
}
@media screen and (max-width: 1024px) {
  .testimonial .review-slide {
    margin: 0 10px;
  }
}
@media screen and (max-width: 768px) {
  .testimonial .review-slide .image img {
    height: 280px;
  }
}
@media screen and (max-width: 560px) {
  .testimonial .slick-dots {
    gap: 6px;
  }
  .testimonial .slick-dots li button {
    width: 32px;
  }
}

footer {
  background-color: #111;
  color: #d8e5d8;
  padding: 40px 0;
}
footer .footer__top {
  padding-top: 80px;
  padding-bottom: 48px;
}
footer .footer__top li {
  margin-bottom: 12px;
}
footer .footer__top .footer__nav {
  margin-bottom: 32px;
}
footer .footer__top .footer__nav a {
  font-size: 24px;
  color: #595959;
  padding: 4px 0;
  transition: color 0.2s cubic-bezier(0.77, 0, 0.175, 1);
}
footer .footer__top .footer__nav a:hover {
  color: #d8e5d8;
}
footer .footer__top .footer__contact {
  margin-bottom: 32px;
}
footer .footer__top .footer__contact a {
  position: relative;
}
footer .footer__top .footer__contact a::after {
  position: absolute;
  content: "";
  bottom: -4px;
  background-color: #1f58a1;
  width: 0;
  left: 0;
  height: 1px;
}
footer .footer__top .footer__contact a:hover::after {
  transition: width 0.7s cubic-bezier(0.77, 0, 0.175, 1) 0s, opacity 0.4s ease-in-out 0s;
  width: 100%;
}
footer .footer__bottom {
  font-weight: 300;
  font-size: 14px;
}
footer .footer__bottom .socials {
  display: flex;
  gap: 28px;
  align-items: flex-end;
}
footer .footer__bottom .socials i::before {
  transition: 0.4s;
  transform: scale(1.3);
}
footer .footer__bottom .socials i:hover::before {
  transform: scale(1);
}
footer .footer__bottom ul {
  margin-bottom: 16px;
}
footer .footer__bottom a.by {
  position: relative;
}
footer .footer__bottom a.by::after {
  position: absolute;
  content: "";
  bottom: -4px;
  background-color: #1f58a1;
  width: 0;
  left: 0;
  height: 1px;
}
footer .footer__bottom a.by:hover::after {
  transition: width 0.7s cubic-bezier(0.77, 0, 0.175, 1) 0s, opacity 0.4s ease-in-out 0s;
  width: 100%;
}
.inner__banner {
  position: relative;
  height: 88vh;
}
.inner__banner.smaller {
  height: 72vh;
}
.inner__banner .banner__text {
  position: absolute;
  content: "";
  left: 50%;
  top: 40%;
  transform: translateX(-50%);
  width: 1024px;
  max-width: 94%;
  margin: auto;
  height: 50%;
}
.inner__banner .banner__text h1 {
  font-size: 80px;
  line-height: 1.14;
  font-weight: 600;
  color: #333;
  text-align: center;
  margin-bottom: 0;
}
.inner__banner .banner__text h1 span {
  color: #1f58a1;
}
.inner__banner .banner__text h1 em {
  color: #1f58a1;
}
@media screen and (max-width: 768px) {
  .inner__banner .banner__text {
    top: 40%;
    height: 60%;
  }
  .inner__banner .banner__text h1 {
    font-size: 72px;
  }
}
@media screen and (max-width: 560px) {
  .inner__banner .banner__text h1 {
    font-size: 48px;
  }
  .inner__banner.smaller {
    height: 64vh;
  }
}

.ibanner__image {
  position: relative;
  height: 92vh;
  overflow: hidden;
}
.ibanner__image::before {
  position: absolute;
  content: "";
  left: 0;
  top: 60%;
  height: 40%;
  width: 100%;
  background-color: #161616;
  z-index: -1;
}
.ibanner__image img {
  width: 100%;
  height: 92vh;
  -o-object-fit: cover;
     object-fit: cover;
}

.large__cta {
  height: 72vh;
  position: relative;
}
.large__cta .largecta__text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 820px;
}
.large__cta h2 {
  color: #f8f8f8;
  text-align: center;
  color: #111;
}
.large__cta h2 span {
  color: #1f58a1;
  text-transform: uppercase;
  font-weight: 600;
  position: relative;
}
.large__cta h2 em {
  color: #1f58a1;
  text-transform: uppercase;
  font-weight: 600;
  position: relative;
}
.large__cta .reach_out {
  display: flex;
  width: 180px;
  margin: auto;
  margin-top: 32px;
  height: 48px;
  border: 1px solid #444;
  border-radius: 50px;
  align-items: center;
  justify-content: space-between;
}
.large__cta .reach_out .reachmail {
  color: #444;
  background-color: #f9f9ff;
  border: 1px solid #444;
  border-radius: 50%;
  display: flex;
  width: 60px;
  height: 60px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.large__cta .reach_out p {
  font-size: 15px;
  margin-bottom: 0;
  line-height: 1;
  margin-left: 18px;
}
.large__cta .reach_out svg {
  color: #1f58a1;
}
@media screen and (max-width: 800px) {
  .large__cta {
    height: 640px;
  }
  .large__cta .largecta__text {
    max-width: 94%;
  }
}
@media screen and (max-width: 560px) {
  .large__cta .largecta__text {
    width: 94%;
  }
  .large__cta .largecta__text h4 {
    font-size: 32px;
  }
}
@media screen and (max-width: 480px) {
  .large__cta .large__cta {
    height: 590px;
  }
}

.page__content {
  padding: 120px 0;
  background-color: #fff;
}
.page__content .flex__content {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.page__content .flex__content > * {
  width: 50%;
}
.page__content .flex__content .page__desc p:last-child {
  margin-bottom: 0;
}
.page__content .flex__content .label {
  text-align: left;
  margin-bottom: 24px;
}
.page__content .flex__content .image {
  text-align: right;
}
.page__content .flex__content .image img {
  height: 100vh;
  max-height: 680px;
  width: 80%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 16px;
}
@media screen and (max-width: 768px) {
  .page__content .flex__content {
    gap: 48px;
    flex-direction: column;
  }
  .page__content .flex__content > * {
    width: 100%;
  }
  .page__content .flex__content .image img {
    width: 100%;
    max-height: 400px;
    border-radius: 0;
  }
}

.whyus {
  padding: 80px 0;
}
.whyus .row {
  margin: 0 -20px;
}
.whyus .whyitem {
  padding: 24px 20px;
}
.whyus .whyitem .icon {
  margin-bottom: 32px;
}
.whyus .whyitem .icon img {
  width: 56px;
}

.services__page {
  background-color: #161616;
  padding-bottom: 48px;
}
.services__page .col-md-4:nth-last-child(2n) {
  margin-top: 92px;
}
.services__page h3 {
  font-size: 40px;
  margin: 16px 0;
  color: #d8e5d8;
}
.services__page .image {
  width: 100%;
  height: 420px;
}
.services__page .image img {
  width: 100%;
  height: 420px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 16px;
}
.services__page h3 {
  font-size: 32px;
}
.services__page .cta {
  margin-top: 28px;
  margin-bottom: 48px;
}
@media screen and (max-width: 560px) {
  .services__page .col-md-4:nth-last-child(2n) {
    margin-top: 0px;
  }
}

.contact__page {
  position: relative;
}
.contact__page::before {
  position: absolute;
  content: "";
  left: 0;
  top: 60%;
  height: 40%;
  width: 100%;
  background-color: #161616;
  z-index: -1;
}
.contact__page .contact__content {
  background-color: #fff;
}
.contact__page .tag {
  font-size: 18px;
}

form {
  padding: 52px;
  padding-right: 16px;
  background-color: #fff;
  margin-bottom: 16px;
}
form .fa-envelope-open {
  color: #1f58a1;
}
form input {
  width: 96%;
  font-size: 16px;
  height: 56px;
  margin-bottom: 28px;
  border-width: 1px;
  border-color: transparent transparent rgba(16, 74, 82, 0.2117647059);
  font-family: inherit;
  font-weight: 300;
}
form input::-moz-placeholder {
  font-weight: 300;
  color: #161616;
  text-transform: uppercase;
  font-size: 14px;
}
form input::placeholder {
  font-weight: 300;
  color: #161616;
  text-transform: uppercase;
  font-size: 14px;
}
form input::-webkit-outer-spin-button, form input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
form input:focus-visible {
  border-bottom-color: #595959;
  outline: 0;
}
form input:focus-visible::-moz-placeholder {
  color: transparent !important;
}
form input:focus-visible::placeholder {
  color: transparent !important;
}
form textarea {
  width: 96%;
  font-size: 16px;
  margin-bottom: 0;
  border-width: 1px;
  border-color: transparent transparent rgba(16, 74, 82, 0.2117647059);
  font-family: inherit;
  font-weight: 300;
}
form textarea::-moz-placeholder {
  font-weight: 300;
  color: #161616;
  text-transform: uppercase;
  font-size: 14px;
}
form textarea::placeholder {
  font-weight: 300;
  color: #161616;
  text-transform: uppercase;
  font-size: 14px;
}
form textarea:focus-visible {
  border-bottom-color: #595959;
  outline: 0;
}
form textarea:focus-visible::-moz-placeholder {
  color: transparent !important;
}
form textarea:focus-visible::placeholder {
  color: transparent !important;
}
form textarea::-webkit-resizer {
  display: none;
}
form .nice-select {
  height: 56px;
  width: calc(96% + 0px);
  padding: 8px 0px;
  border: 0;
  font-size: 14px;
  border-bottom: 1px solid rgba(16, 74, 82, 0.2117647059);
  font-weight: 300;
  text-transform: uppercase;
  border-radius: 0;
  margin-bottom: 28px;
}
form .nice-select .list {
  width: 100%;
}
form .nice-select .option {
  font-weight: 300;
  font-size: 16px;
  text-transform: none;
}
form .nice-select .option.selected {
  font-weight: 400;
}
form .nice-select:focus {
  box-shadow: none;
}
form .nice-select::after {
  border-bottom: 0;
  border-right: 0;
}
@media screen and (max-width: 480px) {
  form .nice-select {
    width: 96%;
  }
}
form .submitbutton {
  width: 100%;
  position: relative;
  border: 0;
  background-color: transparent;
}
form .submitbutton svg {
  border-radius: 50px;
  width: 16px;
  background-color: #1f58a1;
  position: absolute;
  top: -32px;
  right: 4%;
  color: #fff;
  padding: 16px;
}
@media screen and (max-width: 768px) {
  form {
    padding: 40px;
    padding-right: 40px;
  }
  form .fa-envelope-open {
    margin-left: -20px;
  }
}
@media screen and (max-width: 560px) {
  form {
    padding: 32px;
    padding-right: 16px;
  }
  form .fa-envelope-open {
    margin-left: -20px;
  }
}
@media screen and (max-width: 400px) {
  form {
    padding: 16px;
    padding-right: 0;
  }
  form .col-1 {
    padding: 0;
  }
}

.contact__details {
  background-color: #001f47;
  height: 100%;
  padding: 52px;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.contact__details .tag {
  color: #fff;
  margin-bottom: 40px;
}
.contact__details .contact__list li {
  margin-bottom: 16px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 16px;
}
.contact__details .contact__list li svg {
  color: #f9f9ff;
}
.contact__details .socials {
  display: flex;
  align-items: flex-end;
  gap: 32px;
  margin-bottom: 16px;
}
@media screen and (max-width: 560px) {
  .contact__details {
    padding: 32px;
  }
}

.gallery__section {
  padding-bottom: 120px;
}
@media screen and (max-width: 768px) {
  .gallery__section .lightboxwrap {
    height: 260px;
    margin-bottom: 12px;
  }
}

.review__page {
  padding-bottom: 120px;
}
.review__page img {
  margin-top: 40px;
  width: 100%;
}
.review__page p {
  font-size: 18px;
}
@media screen and (max-width: 560px) {
  .review__page p {
    font-size: 16px;
  }
}/*# sourceMappingURL=style.css.map */