:root {
  --white-color: #ffffff;
  --primary-color: #20ade4;
  --secondary-color: #0d6efd;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  font-family: "Poppins", sans-serif;
}

a,
a:hover {
  text-decoration: none !important;
  color: var(--primary-color);
}

.c-primary {
  background-color: var(--primary-color);
}

.c-white {
  background-color: var(--white-color);
}

.txt-primary {
  color: var(--primary-color);
}

.txt-white {
  color: var(--white-color);
}

.Unbounded,
.secondary-font {
  font-family: "Unbounded", cursive;
}

.fw-100 {
  font-weight: 100;
}

.fw-300 {
  font-weight: 300;
}

.fw-400 {
  font-weight: 400;
}

.fw-700 {
  font-weight: 700;
}

.fw-900 {
  font-weight: 900;
}

/* Home */
#reviews,
#why-choose-us,
#what-we-do {
  padding-top: 100px;
  padding-bottom: 100px;
}

#reviews h6,
#why-choose-us h6,
#what-we-do h6 {
  font-size: 20px;
}

#reviews h2 {
  font-size: 36px;
}

/* Map */
.home-map {
  width: 100%;
  position: relative;
  top: 7px;
  height: 60vh;
  max-height: 400px;
}

/* Map */

/* What we do */
#what-we-do .do-item {
  background-color: rgba(32, 173, 228, 0.05);
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}

#what-we-do .do-item img {
  width: 100%;
  overflow: hidden;
}

#what-we-do .do-item .down-content {
  padding: 30px;
}

#what-we-do .do-item .down-content h4 {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.25px;
  margin-bottom: 15px;
  color: var(--primary-color);
}

#what-we-do .do-item .down-content p {
  margin-bottom: 20px;
  color: #000;
}

/* Why Choose Us */
.why-choose-us .features-item {
  border-radius: 5px;
  padding: 60px 30px;
  text-align: center;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}

.why-choose-us .features-item h2 {
  z-index: 9;
  position: absolute;
  top: 15px;
  left: 45px;
  font-size: 100px;
  font-weight: 600;
  color: rgba(32, 173, 228, 0.1);
}

.why-choose-us .features-item svg {
  z-index: 10;
  position: relative;
  max-width: 100%;
  margin-bottom: 30px;
}

.why-choose-us .features-item h4 {
  margin-top: 0px;
  font-size: 22px;
  color: var(--primary-color);
  margin-bottom: 25px;
  font-weight: 700;
}

.why-choose-us p {
  font-size: 15px;
  line-height: 25px;
  color: #000;
}

@media (max-width: 992px) {
  .why-choose-us .features-item {
    margin-bottom: 45px;
  }
}

/* Why Choose Us End */

/* Review */
#reviews .review-block {
  background-image: url(../assets/review.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border-radius: 20px;
  position: relative;
  overflow: hidden;
}

#reviews .review-block .review-block-image-wrap {
  background-color: rgba(32, 173, 228, 0.85);
  border-radius: 0 0 20px 20px;
  position: relative;
  z-index: 2;
  overflow: hidden;
  margin: auto;
  padding: 25px 45px;
}

#reviews .avatar-image {
  border: 4px solid var(--white-color);
  border-radius: 100px;
  width: 60px;
  height: 60px;
  object-fit: cover;
}

#reviews .review-block .avatar-image {
  min-width: 60px;
  margin: auto;
  left: 0;
}

#reviews .review-block .review-block-info {
  position: relative;
  z-index: 2;
  padding: 30px;
}

#reviews .avatar-group,
#reviews .reviews-group {
  position: relative;
  z-index: 22;
}

#reviews .reviews-group {
  display: inline-block;
  vertical-align: top;
}

#reviews .reviews-group strong {
  font-size: var(--h3-font-size);
  margin-right: 10px;
}

#reviews .review-block-info strong,
#reviews .review-block-info p {
  color: var(--white-color);
}

#reviews .review-block-info p {
  color: rgba(255, 255, 255, 0.9);
  line-height: 1.8;
}

#reviews .review-block .reviews-group strong {
  font-size: 28px;
  margin-right: 10px;
}

#reviews .review-block::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  pointer-events: none;
  background-color: rgba(0, 0, 0, 0.45);
}

/* Review End */
@media screen and (max-width: 767px) {
  .why-choose-us .features-item {
    padding-bottom: 0px;
  }
}

@media screen and (max-width: 991px) {
  #reviews,
  #why-choose-us,
  #what-we-do {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  #reviews h6,
  #why-choose-us h6,
  #what-we-do h6 {
    font-size: 18px;
  }

  #reviews h2 {
    font-size: 28px;
  }
}

/* Home End*/

/* Banner Page */
.main-banner {
  background-image: url(../assets/Banner.png);
  border-radius: 0px 0px 0 0;
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 100px 0px;
  margin-top: 70px;
}

.main-banner .caption h6 {
  font-size: 22px;
  text-transform: uppercase;
  color: var(--white-color);
  font-weight: 500;
  letter-spacing: 0.5px;
}

.main-banner .caption h2 {
  font-size: 48px;
  color: var(--primary-color);
  margin: 10px 0;
  position: relative;
  padding-bottom: 5px;
  font-weight: 700;
  letter-spacing: 4px;
}

.main-banner .caption p {
  color: var(--white-color);
  margin-bottom: 0;
}

@media (max-width: 992px) {
  .main-banner .caption {
    margin-bottom: 0;
    text-align: center;
  }

  .main-banner .caption h2 {
    font-size: 40px;
    letter-spacing: 2px;
  }
}

/* Other Banner Page Service */
.about-us-banner,
.contact-us-banner,
.our-service-banner {
  padding-top: 70px;
}

.other-page-banner {
  text-align: center;
  background-image: url(../assets/background-service.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  min-height: 500px;
  display: grid;
  place-items: center;
}

.other-page-banner h1 {
  text-transform: capitalize;
  font-size: 36px;
  font-weight: 700;
  letter-spacing: 1px;
  margin-bottom: 18px;
  color: var(--primary-color);
}

.other-page-banner span {
  font-size: 15px;
  text-transform: capitalize;
  color: #fff;
  display: block;
}

@media (max-width: 768px) {
  .other-page-banner {
    min-height: 300px;
  }
}

/* About Us */
/* We Do */
.what-we-do-section img {
  max-height: 75px;
  max-width: 75px;
}

.what-we-do-section p {
  padding-top: 10px;
  font-size: 14px;
  margin-bottom: 0;
}

@media (max-width: 576px) {
  .what-we-do-section img {
    max-height: 50px;
    max-width: 50px;
  }
}

/* We Do End */

/*Our Service*/
.minHeightRequired .c-white {
  min-height: 200px;
  display: flex;
  align-items: center;
  flex-direction: column;
  padding: 0 !important;
  justify-content: center;
}
/*Our Service End*/

/* Background Border */
.bg-border {
  background-color: rgba(32, 173, 228, 0.05);
  border: 1px solid rgba(32, 173, 228, 0.15);
}

.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.05) !important;
}

.team-section img {
  height: 100px;
  width: 100px;
   min-width: 100px;
  object-fit: cover;
}

.team-section .card-body h5 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  min-height: calc(1.25em * 2);
}

/*  */
.cursor-default {
  cursor: default;
}
