h1 {
  font-family: "Poppins", sans-serif;
  font-size: 63px;
  font-weight: 900;
  color: #FFFFFF;
}
@media (max-width: 768px) {
  h1 {
    font-size: 34px;
  }
}

h2 {
  font-family: "Poppins", sans-serif;
  font-size: 46px;
  font-weight: 700;
  color: #022442;
}
@media (max-width: 991.98px) {
  h2 {
    font-size: 30px;
  }
}

h3 {
  font-family: "Poppins", sans-serif;
  font-size: 40px;
  font-weight: 700;
  color: #022442;
}
@media (max-width: 991.98px) {
  h3 {
    font-size: 25px;
  }
}

p {
  font-family: "Poppins", sans-serif;
  color: #3F3F3F;
}

a {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
}

.text-shadow {
  text-shadow: 0px 0px 40px black;
}

.nav-transparent {
  background-color: transparent;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
@media (max-width: 991.98px) {
  .nav-transparent {
    background-color: #022442;
  }
}

.nav-solid {
  background-color: #022442;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.navbar a.nav-link {
  font-family: "Poppins", sans-serif;
  color: #FFFFFF !important;
  font-weight: 500;
  -webkit-transition: 0.7s;
  -o-transition: 0.7s;
  transition: 0.7s;
}
.navbar a.nav-link:hover {
  color: #D29400 !important;
}

.navbar-fixed-top.scrolled {
  background-color: #fff !important;
  -webkit-transition: background-color 200ms linear;
  -o-transition: background-color 200ms linear;
  transition: background-color 200ms linear;
}

.btn-main {
  background-color: #D29400;
  padding: 10px 25px;
  font-family: "Poppins", sans-serif;
  color: white;
  -webkit-transition: 0.7s;
  -o-transition: 0.7s;
  transition: 0.7s;
  border-radius: 30px;
  font-weight: 500;
}
.btn-main:hover {
  background-color: #022442;
  color: #FFFFFF;
}

.btn-light {
  background-color: #FFFFFF;
  padding: 10px 25px;
  font-family: "Poppins", sans-serif;
  color: #D29400;
  -webkit-transition: 0.7s;
  -o-transition: 0.7s;
  transition: 0.7s;
  border-radius: 30px;
  font-weight: 500;
  border: none;
}
.btn-light:hover {
  background-color: #022442;
  color: #FFFFFF;
  border: none;
}

.btn-secondary {
  background-color: transparent;
  padding: 10px 25px;
  font-family: "Poppins", sans-serif;
  color: white;
  -webkit-transition: 0.7s;
  -o-transition: 0.7s;
  transition: 0.7s;
  border-radius: 30px;
  font-weight: 500;
  border: 2px solid #FFFFFF;
}
.btn-secondary:hover {
  background-color: #022442;
  color: #FFFFFF;
  border: 2px solid #022442;
}

span.gold-text {
  color: #D29400;
}

.hero {
  height: 105vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 100px 0;
  background-color: #242832;
  background-image: url(../img/hero-3.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
@media (max-width: 991.98px) {
  .hero {
    text-align: center;
    padding: 70px 10px;
    margin-top: 30px;
    height: auto;
  }
}
.hero p {
  font-size: 24px;
  font-weight: 500;
}
@media (max-width: 991.98px) {
  .hero p {
    font-size: 20px;
  }
}

.fold-2 {
  background-color: #ECF2F7;
  z-index: 2;
}
@media (max-width: 991.98px) {
  .fold-2 h2 {
    font-size: 26px;
  }
}
.fold-2 .video {
  background-color: #FFFFFF;
  margin-top: -110px;
  border-radius: 25px;
  width: 1000px;
  display: block;
  margin: -90px auto 70px auto;
}
@media (max-width: 1024px) {
  .fold-2 .video {
    width: 800px;
  }
}
@media (max-width: 991.98px) {
  .fold-2 .video {
    width: 100%;
    border-radius: 15px;
    margin: 20px auto;
  }
}
.fold-2 .video img {
  display: block;
  margin: auto;
  width: 100%;
}
@media (max-width: 991.98px) {
  .fold-2 .video img {
    width: 100%;
  }
}

.fold-3 {
  padding: 100px 0;
  background: #D29400;
}
@media (max-width: 991.98px) {
  .fold-3 {
    padding: 70px 10px;
  }
}
.fold-3 img {
  display: block;
  margin: 15px auto;
  width: 200px;
}
@media (max-width: 991.98px) {
  .fold-3 img {
    width: 120px;
  }
}

.fold-4 {
  padding: 100px 0;
  background: #ECF2F7;
}
@media (max-width: 991.98px) {
  .fold-4 {
    padding: 70px 10px;
  }
}
.fold-4 .box {
  background-color: #FFFFFF;
  border-radius: 25px;
}
.fold-4 .box img.corner-1 {
  width: 400px;
  display: block;
  border-radius: 0px 25px 25px 0px;
  margin-right: 0;
  margin-left: auto;
}
@media (max-width: 425px) {
  .fold-4 .box img.corner-1 {
    width: 100%;
    margin: auto;
    display: block;
    border-radius: 25px;
  }
}
@media (max-width: 1024px) {
  .fold-4 .box img.corner-1 {
    width: 100%;
  }
}
.fold-4 .box img.corner-2 {
  width: 400px;
  border-radius: 25px 0px 0px 25px;
}
@media (max-width: 425px) {
  .fold-4 .box img.corner-2 {
    width: 100%;
    margin: auto;
    display: block;
    border-radius: 25px;
  }
}
@media (max-width: 1024px) {
  .fold-4 .box img.corner-2 {
    width: 100%;
  }
}

.fold-5 {
  padding: 100px 0;
  background: #022442;
}
@media (max-width: 991.98px) {
  .fold-5 {
    padding: 70px 10px;
  }
}
.fold-5 .rating {
  color: #FBC731;
  font-size: 13px;
  margin-right: 3px;
}
.fold-5 .swiper .swiper-pagination-bullet-active {
  background-color: #D29400 !important;
  border: none !important;
}
.fold-5 .swiper .swiper-pagination-bullet {
  background-color: transparent;
  border: 1.5px solid #FFFFFF;
}
.fold-5 .swiper .swiper-slide {
  background-color: #FFFFFF;
  border-radius: 20px;
}
.fold-5 .swiper img.testimonial-user {
  width: 100px;
}
.fold-5 .swiper .swiper-pagination {
  position: relative;
}

.fold-6, .faq {
  padding: 100px 0;
  background: #ECF2F7;
}
@media (max-width: 991.98px) {
  .fold-6, .faq {
    padding: 70px 10px;
  }
}
.fold-6 .accordion .accordion-item, .faq .accordion .accordion-item {
  background-color: #fff;
  border: transparent;
  border-radius: 30px;
}
.fold-6 .accordion .accordion-body, .faq .accordion .accordion-body {
  font-family: "Poppins", sans-serif;
  color: #3F3F3F;
  border: transparent !important;
}
@media (max-width: 991.98px) {
  .fold-6 .accordion .accordion-body, .faq .accordion .accordion-body {
    font-size: 14px;
  }
}
.fold-6 .accordion .accordion-button.collapsed, .faq .accordion .accordion-button.collapsed {
  color: #022442;
  border-radius: 30px;
  border: transparent !important;
  padding: 25px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
@media (max-width: 991.98px) {
  .fold-6 .accordion .accordion-button.collapsed, .faq .accordion .accordion-button.collapsed {
    padding: 15px;
  }
}
.fold-6 .accordion .accordion-button:not(.collapsed), .faq .accordion .accordion-button:not(.collapsed) {
  font-weight: 500;
  color: #022442;
  font-weight: bold;
  background-color: #FFFFFF;
  border-radius: 30px;
  border: transparent !important;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.fold-6 .accordion .accordion-header, .faq .accordion .accordion-header {
  border: transparent !important;
}
.fold-6 .accordion .accordion-button::after, .faq .accordion .accordion-button::after {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 1.25rem;
  height: 1.25rem;
  margin-left: auto;
  content: "";
  background-image: url(../img/acc.svg);
  background-repeat: no-repeat;
  background-size: 1.25rem;
  -webkit-transition: -webkit-transform 0.2s ease-in-out;
  transition: -webkit-transform 0.2s ease-in-out;
  -o-transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
}
.fold-6 .search-bar, .faq .search-bar {
  width: 500px;
  display: block;
  margin: 35px auto;
}
@media (max-width: 768px) {
  .fold-6 .search-bar, .faq .search-bar {
    width: auto;
  }
}

.cta {
  background-color: #D29400;
  border-radius: 25px;
  padding: 100px 0;
}
@media (max-width: 991.98px) {
  .cta {
    padding: 70px 10px;
  }
}
@media (max-width: 991.98px) {
  .cta .cta-logo {
    width: 70%;
    padding: 0 35px;
  }
}

section.bg-light {
  padding: 60px 0;
}

footer {
  padding: 60px 0;
  background-color: #212121;
  font-size: 14px;
}
footer p, footer a.contact {
  color: #D29400 !important;
  margin-bottom: 2px;
}
footer span.gold {
  color: #D29400 !important;
}
footer .socials img {
  width: 16px;
  margin-right: 8px;
}
footer hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc !important;
  margin: 2em 0;
  padding: 0;
}
footer a.privacy {
  font-family: "Poppins", sans-serif;
  text-decoration: none;
  line-height: 1.8rem;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  color: #D29400;
}
footer a.privacy:hover {
  color: #FFFFFF !important;
}
footer .sitemap a {
  font-family: "Poppins", sans-serif;
  text-decoration: none;
  line-height: 1.8rem;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
footer .sitemap a:hover {
  color: #D29400 !important;
}

.inner-hero {
  height: 40vh;
  background-color: #022442;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.inner-hero h1 {
  font-weight: 700;
}
@media (max-width: 768px) {
  .inner-hero {
    height: 25vh;
    padding-top: 30px;
  }
}

.faq {
  padding: 100px 0;
  background: #ECF2F7;
}
@media (max-width: 991.98px) {
  .faq {
    padding: 70px 10px;
  }
}

.blue-box {
  background-color: #022442;
  border-radius: 25px;
  padding: 100px 50px;
  color: white;
}
@media (max-width: 991.98px) {
  .blue-box {
    padding: 70px 20px;
  }
}
.blue-box h4 {
  font-size: 28px;
  font-family: "Poppins", sans-serif;
  font-weight: 900;
  line-height: 3rem;
}
@media (max-width: 768px) {
  .blue-box h4 {
    font-size: 22px;
    line-height: 2rem;
  }
}

.about {
  background-color: #ECF2F7;
  padding: 60px 0;
}
@media (max-width: 991.98px) {
  .about {
    padding: 70px 10px;
  }
}
.about .desc {
  background-color: white;
  border-radius: 25px;
  padding: 70px 50px;
}
.about .desc p.title {
  color: #3F3F3F;
  font-weight: 500;
}
.about .desc h4 {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  color: #3F3F3F;
}
.about .desc a.email {
  color: #D29400;
  text-decoration: none;
  font-weight: 400;
}
.about .desc .walsh {
  width: 300px;
}
@media (max-width: 1024px) {
  .about .desc .walsh {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .about .desc .walsh {
    width: 200px;
  }
}

.areas .loc {
  padding: 12px;
  margin: 5px 0;
  background-color: #F2F4F5;
  border-radius: 8px;
}
.areas .loc p {
  margin: 0;
}
.areas .loc-title {
  padding: 12px;
  margin: 5px 0;
  background-color: #022442;
  border-radius: 8px;
}
.areas .loc-title p {
  margin: 0;
}

.contact-sec {
  background-color: #ECF2F7;
  padding: 60px 0;
}
.contact-sec .box {
  background-color: white;
  border-radius: 30px;
  padding: 60px 50px;
}
@media (max-width: 991.98px) {
  .contact-sec .box {
    padding: 50px;
  }
}
@media (max-width: 425px) {
  .contact-sec .box {
    padding: 30px;
  }
}
.contact-sec .box-2 {
  background-color: white;
  border-radius: 30px;
  padding: 0px;
}
.contact-sec .box-2 img.img-contact {
  border-radius: 30px;
}
.contact-sec .box-2 .info {
  padding: 60px 50px;
}
@media (max-width: 991.98px) {
  .contact-sec .box-2 .info {
    padding: 50px;
  }
}
@media (max-width: 425px) {
  .contact-sec .box-2 .info {
    padding: 30px;
  }
}
.contact-sec .box-2 .info p {
  color: #D29400;
}
.contact-sec .box-2 .info i {
  width: 18px;
}

.form .form-control {
  font-family: "Poppins", sans-serif;
  border: 1px #3F3F3F solid;
  border-radius: 10px;
  padding: 8px 15px;
}

.contact-fold-3 {
  background: #D29400;
  padding: 100px 0;
}
@media (max-width: 991.98px) {
  .contact-fold-3 {
    padding: 70px 10px;
  }
}
.contact-fold-3 h4, .contact-fold-3 p, .contact-fold-3 li {
  color: white;
}
.contact-fold-3 h4 {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
}
.contact-fold-3 img {
  width: 65px;
  margin: 15px 0;
}

section.wwd {
  padding: 100px 0;
  background: #ECF2F7;
}
@media (max-width: 991.98px) {
  section.wwd {
    padding: 70px 10px;
  }
}

.navbar-toggler {
  background-color: transparent;
  border-radius: 0px;
  border: none !important;
  height: 30px;
  width: 46px;
  padding: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.navbar-toggler:focus {
  color: transparent !important;
}
.navbar-toggler .line-b {
  width: 16px;
  height: 3px;
  background: #FFFFFF;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.navbar-toggler:before, .navbar-toggler:after {
  content: "";
  position: absolute;
  width: 24px;
  height: 3px;
  background: #FFFFFF;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  border-radius: 4px;
}
.navbar-toggler:before {
  -webkit-transform: translateY(-8px);
      -ms-transform: translateY(-8px);
          transform: translateY(-8px);
}
.navbar-toggler:after {
  -webkit-transform: translateY(8px);
      -ms-transform: translateY(8px);
          transform: translateY(8px);
}

.navbar-toggler.active .line-b {
  background: transparent;
  -webkit-transform: translateX(-10px);
      -ms-transform: translateX(-10px);
          transform: translateX(-10px);
}
.navbar-toggler.active:before {
  -webkit-transform: translateX(0px) rotate(45deg);
      -ms-transform: translateX(0px) rotate(45deg);
          transform: translateX(0px) rotate(45deg);
}
.navbar-toggler.active:after {
  -webkit-transform: translateX(0px) rotate(-45deg);
      -ms-transform: translateX(0px) rotate(-45deg);
          transform: translateX(0px) rotate(-45deg);
}