* {
  transition: all 0.5s linear;
}

html,
body {
  scroll-behavior: smooth;
  background: #0c2f53;
  font-size: 16px;
}

@font-face {
  font-family: "MavenPro-Bold";
  src: url(../fonts/MavenPro-Bold.ttf);
}

@font-face {
  font-family: "MavenPro-Medium";
  src: url(../fonts/MavenPro-Medium.ttf);
}

@font-face {
  font-family: "MavenPro-Regular";
  src: url(../fonts/MavenPro-Regular.ttf);
}

.navbar {
  background: #fff;
}

.navbar-nav .nav-link {
  text-transform: uppercase;
  letter-spacing: 0px;
  color: #144963;
  font-family: "MavenPro-Medium";
  text-align: center;
}

.navbar-logo {
  width: 130px;
}

.navbar-nav .nav-link.navbar-contactus-btn {
  background: #0c2f53;
  color: #fff;
  border-radius: 6px;
  padding-left: 15px;
  padding-right: 15px;
}

.navbar-nav .nav-link.navbar-contactus-btn:hover {
  box-shadow: 0 0 8px #0c2f53;
}

@media (max-width: 767.98px) {
  .navbar-nav .nav-link.navbar-contactus-btn {
    width: 150px;
    margin: auto;
  }
}

.navbar-toggler {
  color: #0c2f53;
  font-size: 25px;
  outline: 0 !important;
}

.hero-area {
  padding: 5rem 0 3rem;
}

.hero-area .title {
  font-family: "MavenPro-Regular";
  font-weight: 500;
  font-size: 22px;
  letter-spacing: 3.5px;
  color: #fdfdfd;
}

.hero-area .text {
  letter-spacing: 3px;
  color: #fdfdfd;
  padding: 1rem 0;
  font-family: "MavenPro-Regular";
  font-size: 16px;
}

@media (max-width: 576.98px) {
  .hero-area .title {
    font-size: 20px;
    letter-spacing: 2px;
  }

  .hero-area .text {
    letter-spacing: 3px;
    color: #fdfdfd;
    padding: 0.5rem 0;
    font-size: 14px;
  }
}

.call-to-action {
  position: relative;
}

.call-to-action .text {
  letter-spacing: 4px;
  color: #fdfdfd;
  font-family: "MavenPro-Regular";
  font-size: 25px;
  width: 550px;
  margin-left: auto;
}

.call-to-action .container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.call-to-action .action-btn {
  letter-spacing: 6.12px;
  color: #0c2f53;
  font-family: "MavenPro-Bold";
  font-size: 17px;
  background: #fff;
  padding: 10px 15px;
  border-radius: 8px;
}

.call-to-action .action-btn:hover {
  text-decoration: none;
  box-shadow: 0 0 8px #fff;
}

@media (max-width: 991.98px) {
  .call-to-action .text {
    letter-spacing: 2px;
    font-size: 20px;
    width: 100%;
  }

  .call-to-action .action-btn {
    letter-spacing: 2px;
    font-size: 14px;
    padding: 6px 10px;
    border-radius: 5px;
  }
}

@media (max-width: 576.98px) {
  .call-to-action .text {
    letter-spacing: 0px;
    font-size: 14px;
  }

  .call-to-action .action-btn {
    letter-spacing: 0px;
    font-size: 12px;
    padding: 3px 5px;
  }
}

.our-solutions {
  padding: 5rem 0 7rem;
}

.heading-title {
  font-family: "MavenPro-Bold";
  font-size: 22px;
  position: relative;
}

.heading-title::after {
  content: "";
  width: 190px;
  height: 4px;
  position: absolute;
  bottom: -7px;
  left: 0;
  border-radius: 2px;
}

.heading-title.white {
  color: #fff;
}

.heading-title.white::after {
  background-color: #fff;
}

.heading-title.blue {
  color: #0c2f53;
}

.heading-title.blue::after {
  background-color: #0c2f53;
}

.our-solutions .solution-wrap {
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 3px solid #fff;
}

.our-solutions .solution-wrap:hover {
  text-decoration: none;
  transform: scale(1.05);
}

.our-solutions .solution-wrap span {
  letter-spacing: 2px;
  color: #fdfdfd;
  font-family: "MavenPro-Bold";
  font-size: 15px;
  text-align: center;
}

@media (max-width: 425.98px) {
  .our-solutions .solution-wrap span {
    font-size: 12px;
  }
}

@media (max-width: 380.98px) {
  .our-solutions .solution-wrap span {
    font-size: 10px;
  }
}

.about-area {
  padding: 8rem 0 9rem;
  background: #fff;
  position: relative;
}

.about-area::before,
.about-area::after {
  content: "";
  width: 100%;
  height: 100px;
  background: url(../img/about-section-curve.png);
  background-size: 100% 100%;
  position: absolute;
  left: 0;
  z-index: 5;
}

.about-area::before {
  top: -50px;
}

.about-area::after {
  bottom: -50px;
}

.about-area .text {
  letter-spacing: 3px;
  color: #0c2f53;
  font-family: "MavenPro-Regular";
}

.about-area .started-btn {
  letter-spacing: 3px;
  color: #ffffff;
  font-family: "MavenPro-Regular";
  font-size: 17px;
  background-color: #0c2f53;
  padding: 10px 25px;
  border-radius: 8px;
}

.about-area .started-btn:hover {
  text-decoration: none;
  box-shadow: 0 0 8px #0c2f53;
}

#accordion button {
  display: block;
  width: 100%;
  background: #122d48;
  border: 1px solid #000000;
  border-radius: 10px;
  letter-spacing: 5.44px;
  color: #ffffff;
  text-align: left;
  cursor: pointer;
  font-family: "MavenPro-Regular";
  font-size: 17px;
  padding: 10px 20px;
  margin-top: 1rem;
  margin-bottom: 0;
  outline: 0 !important;
  position: relative;
}

#accordion button::after {
  content: "\203A";
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%) rotate(90deg);
  font-size: 30px;
}

#accordion button.accordion-clicked {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

#accordion button.accordion-clicked::after {
  top: 33%;
  right: 20px;
  transform: translateY(-40%) rotate(-90deg);
}

#accordion .collapse {
  padding: 0.75rem;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  border: 2px solid #0c2f53;
}

.case-studies {
  padding: 5rem 0;
}

.case-study-wrap {
  position: relative;
}

.case-study-wrap div {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 5;
  width: calc(100% - 32px);
  height: calc(100% - 2px);
  padding: 30% 0;
  color: #0c2f53;
  font-family: "MavenPro-Bold";
  text-shadow: 1px 1px #fff, -1px -1px #fff;
  font-size: 20px;
  border-radius: 20px;
}

.case-study-wrap div:hover {
  background: rgba(255, 255, 255, 0.5);
}

.testemonials {
  padding: 4rem 0;
  background: url(../img/testemonials-bg.png) no-repeat;
  background-size: 100% 100%;
}

.testemonials .container {
  overflow: hidden;
}

.testemonial {
  background: #ffffff;
  border: 1px solid #ffffff;
  letter-spacing: 2px;
  color: #122d48;
  font-family: "MavenPro-Regular";
  font-size: 16px;
  padding: 1rem;
}

.swiper-wrapper {
  overflow: hidden;
}

.mySwiper {
  position: relative;
  padding: 0 25px;
}

.mySwiper .prev,
.mySwiper .next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 5;
  cursor: pointer;
}

.mySwiper .prev {
  left: 0;
}

.mySwiper .next {
  right: 0;
}

.contact-form {
  padding: 4rem 0;
}

.form-control {
  letter-spacing: 5.76px;
  color: #0c2f53;
  font-family: "MavenPro-Regular";
  font-size: 17px;
}

button {
  cursor: pointer;
}

button[type="submit"] {
  width: 250px;
}

.footer {
  background: #fff;
  padding: 3rem 0 2rem;
}

.footer-logo {
  width: 120px;
}

.footer .text {
  letter-spacing: 2.5px;
  color: #0c2f53;
  font-family: "MavenPro-Regular";
  font-size: 14px;
}

.footer-title {
  letter-spacing: 4px;
  color: #0c2f53;
  font-family: "MavenPro-Bold";
  font-size: 20px;
}

.footer-links {
  display: block;
  letter-spacing: 2px;
  color: #0c2f53;
  font-family: "MavenPro-Regular";
  font-size: 16px;
}

.social-links a:hover {
  text-decoration: none;
}

.copyright-text {
  text-align: center;
  letter-spacing: 3px;
  color: #ffffff;
  font-family: "MavenPro-Regular";
  font-size: 17px;
  padding: 1rem 0;
}

iframe {
  display: block;
  width: 100%;
}
