.text-justify {
  text-align: justify;
}

.text-left {
  text-align: left;
}

.partners-img img {
  width: 100%;
}

.partners-container {
  padding: 0.75rem;
}

.whatweoffer-area {
  padding: 0.75rem;
}

.our-team-image {
  width: 125px;
  height: 125px;
  border-radius: 50%;
  filter: sepia(1) hue-rotate(170deg) saturate(4);
}

.blog-content h3 {
  font-size: 16px;
}


.single-teams {
  box-shadow: 0px 0px 12px 0px #5988db;
  border: 1px solid #5988db40;
  border-radius: 5px;
  background: white;
  /* background: #dae9f9; */
}

.place-content-center {
  place-content: center;
}

.map-area iframe {
  height: 480px;
}

.main-contact-area .contact-info {
  padding: 30px;
  padding-bottom: 45px;
  box-shadow: 0px 0px 2px 0px #5988db;
}

.main-contact-area .contact-info .address .location i {
  top: 0;
}

.blog-area {
  /* background-color: #f9fafb; */
  background-color: #dae9f9;
}

.get-in-touch-area {
  background-color: white;
}

.bxs-bullseye,
.primary-color {
  color: #5988db;
}

.services-sidebar .services-category ul li.active a {
  color: #ffffff;
  background-color: #5988db;
}

.services-content p {
  margin: 0;
}

/* .logo,
.logo-dark,
.logo-light {
  background-color: white;
} */

.text-right {
  text-align: right;
  ;
}

.nav-link.active {
  color: #5988db !important;
}

.text-color {
  color: #4b5280;
}

.svg-icon {
  zoom: 0.4;
}

.svg-icon path {
  fill: #5988db;
}

.single-challenges:hover .svg-icon path {
  fill: white !important;
}

.service-description {
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.5;
  height: calc(1.5em * 3);
}

.location a {
  font-size: 16px;
}

.navbar-area {
  background-color: white;
  /* opacity: 0.8; */
  box-shadow: 0px 0px 15px 0px #5988db;
}

.navbar-area.is-sticky {
  background-color: white;
  opacity: 1;
  box-shadow: 0px 0px 15px 0px #5988db;
}

.navbar-area .main-nav nav .navbar-nav .nav-item a {
  color: black;
}


.banner-area {
  margin-top: 0;
}

.mean-container .mean-bar {
  background-color: white;
  height: 100px;
  border-top: none;
}

.meanmenu-reveal {
  padding: 35px 25px 0 0 !important;
}

.meanmenu-reveal span {
  background-color: black !important;
}

.mean-container .mean-nav {
  margin-top: 100px !important;
}

.meanmenu-reveal.meanclose {
  color: black !important;
}

.navbar-area.is-sticky .mean-container .mean-bar {
  background-color: white !important;
}

.navbar-area .main-nav nav .navbar-nav .nav-item a:hover {
  color: #5988db;
}

.page-title-area.page-title-style-two {
  padding-top: 260px;
}

.top-header .header-left-content li {
  margin-bottom: 10px;
}

.get-in-touch-area .section-title .default-btn span {
  margin-bottom: 0;
  color: white;
}

.nav-item a,
.section-title h2,
.protect-title h2,
.protect-title span,
.solution-title h2,
.single-footer-widget h3,
.contact-title h2,
.contact-info h3,
.page-title-content h2,
.about-title>span,
.tab li {
  text-transform: uppercase !important;
}

.text-right-mobile-center {
  text-align: center;
}

.single-footer-widget .logo {
  filter: drop-shadow(0px 0px 1px #5988db) drop-shadow(0px 0px 0px #5988db)
}

.footer-area {
  background-image: none;
}

.mobile-nav nav .navbar-nav {
  height: fit-content;
}

.help-block.with-errors {
  color: #dc3545;
  font-size: 14px;
  margin-top: 10px;
}







@media only screen and (min-width: 991px) {

  .single-feature {
    min-height: 280px;
  }

  .single-partners {
    min-height: 320px;
  }

  .partners-img img {
    width: 85%;
  }

  .partners-container {
    padding: 3rem;
  }

  .whatweoffer-area {
    padding: 0rem;
    padding-left: 3rem;
  }

  .map-area iframe {
    height: 100%;
  }

  .map-area {
    height: 100%;
  }

  .banner-area {
    margin-top: 95.5px;
  }

  .top-header .header-left-content li {
    margin-bottom: 0;
  }

  .text-right-mobile-center {
    text-align: right;
  }


}