@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");

body {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  color: #000;
  line-height: 36px;
}
.custom-navbar {
  background-color: #fff;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
  padding: 0;
}
.navbar-brand {
  padding: 0;
  height: 60px;
}
.brand-logo {
  height: 58px;
  padding: 10px 0;
}
.navbar-toggler {
  outline: none;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 30px;
}
.toggle-bar {
  border: 1px solid #333;
  height: 1px;
}
.nav-item {
  margin-left: 15px;
  margin-right: 15px;
}
.nav-link {
  background-color: #fff;
  color: #182659 !important;
  height: 90px;
  display: flex;
  align-items: center;
  padding-left: 1.5rem !important;
  padding-right: 1.5rem !important;
}
.nav-link.active {
  background-color: #f3f3f3;
  color: #e1b061 !important;
  height: 90px;
  display: flex;
  align-items: center;
}

.hero-section {
  background-image: url(./../images/hero-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  height: 80vh;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  color: #fff;
}
.hero-section .btn-primary {
  border-width: 2px !important;
  border-color: #d8b66f;
  border-radius: 0px;
  letter-spacing: 2px;
  font-size: 18px;
  font-family: "Nunito Sans", Helvetica, Arial, Lucida, sans-serif !important;
  background-color: #323a7d;
  color: #fff;
}
.hero-section .btn-primary:hover {
  border-width: 2px !important;
  border-color: #d8b66f;
  border-radius: 0px;
  letter-spacing: 2px;
  font-size: 18px;
  font-family: "Nunito Sans", Helvetica, Arial, Lucida, sans-serif !important;
  background-color: #d8b66f;
  color: #323a7d;
}
.hero-section .btn-outline-secondary {
  border-width: 2px !important;
  border-color: #fff;
  border-radius: 0px;
  letter-spacing: 2px;
  font-size: 18px;
  font-family: "Nunito Sans", Helvetica, Arial, Lucida, sans-serif !important;
  background-color: #323a7d;
  color: #fff;
}
.hero-section .btn-outline-secondary:hover {
  border-width: 2px !important;
  border-color: #fff;
  border-radius: 0px;
  letter-spacing: 2px;
  font-size: 18px;
  font-family: "Nunito Sans", Helvetica, Arial, Lucida, sans-serif !important;
  background-color: #fff;
  color: #323a7d;
}

.hero-section-inner-page {
  background-image: url(./../images/hero-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  height: 200px;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  color: #fff;
}

.section-wrapper {
  position: relative;
}

.section-btn-wrapper {
  margin-top: 20px;
}

.btn-primary {
  border-width: 2px !important;
  border-color: #d8b66f;
  border-radius: 0px;
  letter-spacing: 2px;
  font-size: 18px;
  font-family: "Nunito Sans", Helvetica, Arial, Lucida, sans-serif !important;
  background-color: #323a7d;
  color: #fff;
  width: 200px;
}
.btn-primary:hover {
  border-width: 2px !important;
  border-color: #d8b66f;
  border-radius: 0px;
  letter-spacing: 2px;
  font-size: 18px;
  font-family: "Nunito Sans", Helvetica, Arial, Lucida, sans-serif !important;
  background-color: #fff;
  color: #323a7d;
  width: 200px;
}
.btn-outline-secondary {
  border-width: 2px !important;
  border-color: #fff;
  border-radius: 0px;
  letter-spacing: 2px;
  font-size: 18px;
  font-family: "Nunito Sans", Helvetica, Arial, Lucida, sans-serif !important;
  background-color: #323a7d;
  color: #fff;
  width: 200px;
}
.btn-outline-secondary:hover {
  border-width: 2px !important;
  border-color: #fff;
  border-radius: 0px;
  letter-spacing: 2px;
  font-size: 18px;
  font-family: "Nunito Sans", Helvetica, Arial, Lucida, sans-serif !important;
  background-color: #fff;
  color: #323a7d;
  width: 200px;
}

.section-heading {
  font-size: 42px;
  font-weight: 400;
  letter-spacing: 2px;
  position: relative;
  padding-top: 15px;
  margin-bottom: 20px;
  color: #323a7d;
}
.section-heading span {
  color: #d8b66f;
}
@media (max-width: 576px) {
  .section-heading {
    margin-top: 40px;
  }
}

/* .section-heading {
  font-size: 42px;
  font-weight: 400;
  letter-spacing: 2px;
  position: relative;
  padding-top: 15px;
  margin-bottom: 20px;
}
@media (max-width: 576px) {
  .section-heading {
    margin-top: 40px;
  }
}
.section-heading:before {
  content: "";
  width: 20%;
  height: 3px;
  background-color: #d9b975;
  top: 0px;
  left: 0px;
  position: absolute;
}

.section-heading.border-center:before {
  content: "";
  width: 20%;
  height: 3px;
  background-color: #d9b975;
  top: 0px;
  left: auto;
  right: auto;
  position: absolute;
} */

.secondary-heading {
  font-size: 32px;
  font-weight: 500;
  letter-spacing: 2px;
  position: relative;
  padding-top: 15px;
  padding-left: 15px;
  margin-bottom: 10px;
  color: #d8b66f;
}
.secondary-heading span {
  color: #323a7d;
}
@media (max-width: 576px) {
  .section-heading {
    margin-top: 40px;
  }
}

/* home hero carousel start */
.carousel-hero-slider {
  height: calc(100vh - 280px);
}
.carousel-inner {
  height: 100%;
}
.carousel-item-hero-slider {
  /* background-image: url(./../images/hero-bg.png); */
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
}

/* Add custom animation */
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(30px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Apply animation to carousel text */
.carousel-caption h5,
.carousel-caption p {
  opacity: 0;
  animation: fadeInUp 1s forwards; /* 1s duration, forwards keeps it in the final state */
  animation-delay: 0.5s; /* Add delay if needed */
}

.carousel-item.active .carousel-caption h5 {
  animation-delay: 0.5s; /* Different delay for each text */
}

.carousel-item.active .carousel-caption p {
  animation-delay: 1s;
}
/* home hero carousel end */

/* testimonials start */
.carousel-testimonials {
  padding: 100px 50px;
}
.carousel-item-testimonials {
  display: flex;
  align-items: center;
  width: 70%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 50px;
  padding-bottom: 50px;
}
.carousel-item-testimonials .carousel-caption h5 {
  color: #182659;
  text-align: left;
}
.carousel-item-testimonials .carousel-caption p {
  color: #333333;
  text-align: left;
}
.carousel-item-testimonials .carousel-caption p.signature {
  color: #333333;
  text-align: right;
  display: flex;
  flex-direction: column;
  line-height: 22px;
}
.carousel-testimonial-photo-wrapper {
  width: 50%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.carousel-testimonial-photo {
  width: 200px;
  height: 200px;
  border-radius: 50%;
  box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.2);
}
/* testimonials end */

/* css client carousel start */
/* https://codepen.io/gvzq/pen/OJVvzJz */
.container-client-logos {
  overflow: hidden;
}
.container-client-logos .slider {
  animation: slidein 60s linear infinite;
  white-space: nowrap;
  display: flex;
  padding-top: 20px;
  padding-bottom: 20px;
}
.container-client-logos .slider .logos {
  /* width: 100%; */
  margin: 0px 0;
  display: flex;
}
.container-client-logos .slider .logos .logo {
  border: 0px solid #ccc;
  width: 220px;
  height: 120px;
  margin-left: 20px;
  margin-right: 20px;
  text-align: center;
  animation: fade-in 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955) forwards;
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  padding: 5px;
}
.container-client-logos .slider .logos .logo img {
  max-height: 100%;
}

@keyframes slidein {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.carousel-dark .carousel-control-next-icon,
.carousel-dark .carousel-control-prev-icon {
  filter: unset;
}
.carousel-item-next,
.carousel-item-prev,
.carousel-item.active {
  display: flex;
  align-items: center;
  justify-content: center;
}
.carousel-caption {
  position: unset;
  text-align: left;
}
.carousel-caption h5 {
  color: #333333;
  font-size: 60px;
  font-weight: 200;
  text-transform: uppercase;
}
.carousel-caption h5 span {
  color: #182659;
  font-weight: 500;
}
.carousel-caption p {
  color: #666666;
  font-size: 24px;
  font-weight: 300;
}
.carousel-caption p span {
  font-weight: 500;
  color: #182659;
}
.carousel-image img {
  width: 100%;
}
/* css client carousel end */

/* timeline styles start */
.timeline {
  position: relative;
}

/*Line*/
.timeline > li::before {
  content: "";
  position: absolute;
  width: 1px;
  background-color: #e7e7e7;
  top: 0;
  bottom: 0;
  left: -19px;
}

/*Circle*/
.timeline > li::after {
  text-align: center;
  padding-top: 10px;
  z-index: 10;
  content: counter(item);
  position: absolute;
  width: 50px;
  height: 50px;
  border: 3px solid white;
  background-color: #e7e7e7;
  border-radius: 50%;
  top: 0;
  left: -43px;
}

/*Content*/
.timeline > li {
  counter-increment: item;
  padding: 10px 10px;
  margin-left: 0px;
  min-height: 70px;
  position: relative;
  background-color: white;
  list-style: none;
}
.timeline > li:nth-last-child(1)::before {
  width: 0px;
}
/* timeline styles end */

.inner-section-heading {
  font-size: 26px;
  font-weight: 600;
  color: #1a2e6e;
}

.mede-section-home-page {
  background-color: #f4f4f4;
  margin-top: 180px;
}
.history-section-inner-page {
  background-color: #dff5fc;
  margin-top: 180px;
}
.primary-section-inner-page {
  background-color: #2e367a;
  margin-top: 180px;
  color: #fff;
}
.google-map-section {
  background-color: #dff5fc;
  margin-top: 20px;
}
.client-logo-wrapper {
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
}

.over-view-points-blue-left {
  background-color: #2e367a;
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
  padding: 5px 25px;
  color: #fff;
  margin-bottom: 10px;
  line-height: 24px;
}
.over-view-points-gold-left {
  background-color: #e09900;
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
  padding: 5px 25px;
  color: #fff;
  margin-bottom: 10px;
  line-height: 24px;
}
.over-view-points-blue-right {
  background-color: #2e367a;
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
  padding: 5px 25px;
  color: #fff;
  margin-bottom: 10px;
  line-height: 24px;
}
.over-view-points-gold-right {
  background-color: #e09900;
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
  padding: 5px 25px;
  color: #fff;
  margin-bottom: 10px;
  line-height: 24px;
}

.mede-card-table {
  border-collapse: collapse;
}
.mede-card-table td,
.mede-card-table th {
  border: 1px solid #ccc;
  padding: 5px;
}
.mede-card-table th {
  background-color: #efefef;
  text-align: center;
}
.mede-card-table tr td:first-child {
  background-color: #dbdbdb;
  text-align: center;
}

.cards-wrapper {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.cards-wrapper .card {
  width: 30%;
  line-height: 24px;
  margin-bottom: 30px;
  border: none;
  box-shadow: 0px 12px 18px -6px rgba(0, 0, 0, 0.2);
  min-height: 280px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
}
.cards-wrapper .card.top-blue-border {
  border-top: 5px solid #2e367a;
}
.cards-wrapper .card.top-gold-border {
  border-top: 5px solid #d9b975;
}

.contact-section-wrapper {
  box-shadow: 0px 0px 18px rgba(0, 0, 0, 0.2);
  border-radius: 20px;
  margin-top: 80px;
  margin-bottom: 80px;
}
.addess-on-right {
  background-color: #2e367a;
  color: #fff;
  padding: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
}
.contact-right-address-wrapper {
  margin-top: 120px;
  color: #d9b975;
}
.contact-form-wrapper {
  padding: 20px;
}

.blogs-wrapper {
  display: flex;
  flex-wrap: wrap;
  margin-top: 100px;
  margin-bottom: 100px;
}
.blog-card {
  background-color: #fff;
  box-shadow: 0px 0px 18px rgba(0, 0, 0, 0.2);
  width: 30%;
  margin-bottom: 50px;
  margin-right: 3%;
}
.blog-card-title {
  line-height: 36px;
  min-height: 140px;
}
.blog-card-link {
  color: #1a2e6e;
  text-decoration: none;
  margin-left: auto;
  display: table;
  text-align: right;
  font-weight: 700;
}
.blog-card-link:hover {
  color: #d9b975;
  text-decoration: none;
}

.footer {
  background-color: #e5edef;
}
.footer-colum-heading {
  color: #2e367a;
}
.footer-logo {
  height: 80px;
}
.address-in-footer {
  color: #2e367a;
  display: flex;
  flex-direction: column;
  line-height: 24px;
}
.footer-links-wrapper {
  color: #1a2e6e;
  display: flex;
  flex-direction: column;
  line-height: 24px;
  padding-top: 24px;
}
.footer-links-wrapper a {
  color: #1a2e6e;
  text-decoration: none;
  font-weight: 500;
}
.footer-links-wrapper a:hover {
  color: #d9b975;
  text-decoration: none;
}
.copyright-info {
  background-color: #e5edef;
  border-top: 1px solid #1a2e6e;
  color: #1a2e6e;
  font-size: 14px;
}

.bg-royal-purple-100 {
  background-color: #1a2e6e;
  border-radius: 20px;
}
