@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;600;700&display=swap");

:root {
  --blue: #31a7eb;
  --dark-blue: #214d90;
  --white: #ffffff;
  --black: #000000;
  --brown: #232323;
  --grey-dark: #bebebe;
}
body {
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  color: var(--dark);
}
a {
  text-decoration: none;
}
.btn-primary {
  background-color: #31a7eb;
  border-color: #31a7eb;
}

.blue {
  color: var(--blue);
}
.dark-blue {
  color: var(--dark-blue);
}
.black {
  color: var(--black);
}
.white {
  color: var(--white);
}
.dark-grey {
  color: var(--grey-dark);
}

.bg-dark {
  background-color: var(--dark-blue);
}
.bg-brown {
  background-color: var(--brown);
}
.bg-black {
  background-color: var(--black);
}

.bg-dotted {
  background-image: url("../images/bg-horizontal-repeat.png");
  background-repeat: repeat;
}
.seperator-line {
  border-bottom: 1px solid #313131;
}

.fs-14 {
  font-size: 14px;
}

.fs-20 {
  font-size: 20px;
}

.fs-30 {
  font-size: 30px;
  line-height: 40px;
}
.fs-3vw {
  font-size: 40px;
  line-height: 50px;
}

.fs-4vw {
  font-size: 50px;
  line-height: 60px;
}

.z-index-1 {
  z-index: 1;
}

.blue-link {
  background-color: var(--blue);
  color: var(--white);
  border: 1px solid var(--blue);
  padding: 10px 25px;
  display: inline-block;
}

.blue-link:hover {
  background-color: transparent;
  color: var(--blue);
}

.menu-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: var(--white);
  z-index: 99;
  box-shadow: 1px 0 15px rgb(0 0 0 / 10%);
}

.navbar-brand img {
  max-height: 100px;
}

.dropdown:hover .dropdown-menu {
  display: block;
}

.dropdown-menu {
  border-radius: 0;
  padding: 0 10px;
  border: 1px solid #f2f2f2;
}
.dropdown-menu li {
  border-bottom: 1px solid #f2f2f2;
}
.dropdown-item {
  color: rgba(0, 0, 0, 0.55);
  padding: 10px 0;
}

.dropdown-item:focus,
.dropdown-item:hover {
  color: var(--black);
  background-color: transparent;
}

.dropdown-item.active,
.dropdown-item:active {
  color: var(--black);
  text-decoration: none;
  background-color: transparent;
}

.navbar-nav .nav-link,
.dropdown-item {
  color: rgba(0, 0, 0, 0.55);
}

.menu-container .nav-item {
  margin-left: 10px;
}

.banner-container {
  margin-top: 110px;
}

.carousel-control-next,
.carousel-control-prev {
  width: auto;
}
.carousel-control-prev-icon,
.carousel-control-next-icon {
  background-color: #214d90;
}

.carousel li {
  margin-bottom: 20px;
  padding-left: 20px;
  position: relative;
}

.carousel li::before {
  content: "";
  top: 8px;
  left: 5px;
  position: absolute;
  width: 8px;
  height: 8px;
  background-color: var(--dark-blue);
}

.clients {
  background-color: var(--dark-blue);
}
.clients img {
  max-height: 80px;
  max-width: 100%;
  background: #fff;
  padding: 10px;
  box-shadow: 0px 0px 5px rgb(0 0 0);
}

.clients li {
  background-color: #ffffff;
  margin: 15px;
}

.carousel-indicators [data-bs-target] {
  width: 10px;
  height: 10px;
  background-color: var(--blue);
}

.carousel-indicators {
  margin-bottom: -3rem;
  margin-left: 15%;
  list-style: none;
}

.carousel2 img {
  max-height: 250px;
  margin: auto;
  display: block;
}

.seo-list {
  padding: 0;
  margin: 0;
}

.seo-list li {
  padding-left: 20px;
  margin: 20px 0;
  position: relative;
  list-style: none;
}

.seo-list li::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 3px;
  width: 5px;
  height: 5px;
  background-color: var(--blue);
}

.seo-list li::after {
  content: "";
  position: absolute;
  top: 7px;
  left: 0px;
  width: 11px;
  height: 11px;
  border: 1px solid var(--blue);
}

.seo-list2 li {
  margin: 10px 0;
}
.seo-list2 li a {
  color: var(--brown);
  font-size: 14px;
}

.seo-list2 li::before {
  background-color: var(--brown);
}
.seo-list2 li::after {
  border-color: var(--brown);
}

.footer-menu li a {
  color: var(--grey-dark);
}

.footer-menu li::before {
  background-color: var(--grey-dark);
}

.footer-menu li::after {
  border-color: var(--grey-dark);
}

.inner-banner {
  background-size: cover;
  height: 400px;
  margin-top: 110px;
  position: relative;
  background-position: center center;
}

.inner-banner::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}

.breadcrumb li {
  margin-right: 10px;
  padding-right: 20px;
  position: relative;
}

.breadcrumb li::after {
  position: absolute;
  right: 0;
  content: "/";
  top: 0;
}

.breadcrumb li:last-child:after {
  content: "";
}

.breadcrumb li a {
  color: var(--white);
}

.breadcrumb li:last-child a {
  cursor: none;
}

.breadcrumb li a:hover {
  color: var(--dark-blue);
}

.management-list li {
  border: 1px solid var(--grey-dark);
  height: 220px;
  width: 220px;
  border-radius: 50%;
  text-align: center;
  padding: 10px;
  margin: 30px;
}

.clients-logos img {
  max-height: 80px;
}

.form-label {
  margin-bottom: 0;
  font-size: 14px;
}

.form-control,
.form-select {
  border-radius: 0;
  font-size: 14px;
}

sup {
  color: red;
}

.equal-height {
  min-height: 120px;
}

.over-effect li {
  padding: 10px 30px;
  margin: 10px 0;
}

.over-effect li {
  transition: 0.5s ease-in-out;
}

.over-effect li:hover {
  transform: scale(1.05);
  background-color: var(--white);
  transition: 0.2s ease-in-out;
}

.over-effect li::after {
  top: 16px;
  left: 10px;
}

.over-effect li::before {
  top: 19px;
  left: 13px;
}
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .show > .nav-link,
.dropdown-item.active,
.dropdown-item:active {
  color: var(--blue);
}

.contact-link {
  color: var(--grey-dark);
}
.contact-link:hover,
.contact-link:hover,
.footer-menu li:hover a {
  color: var(--blue);
}

.footer-menu li a {
  color: var(--grey-dark);
}

.footer-menu li:hover::before {
  background-color: var(--blue);
}

.footer-menu li:hover::after {
  border-color: var(--blue);
}

@media (min-width: 991px) and (max-width: 1190px) {
  .navbar-brand img {
    max-height: 80px;
  }
  .menu-container .nav-item {
    margin-left: 0px;
  }
}

@media (max-width: 765px) {
  .clients img {
    max-height: 60px;
  }

  .navbar-brand img {
    max-height: 60px;
  }

  .banner-container {
    margin-top: 65px;
  }

  .inner-banner {
    margin-top: 70px;
    height: 220px;
  }
}
