.bi-check2-all{
  color: #16b3c7;
}

/* header and footer Start Here */
.top-spaces {
  margin-top: 95px;
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  font-size: 16px;
  font-weight: 600;
}
/* header and footer End Here */

/* Home page start here */
/* .about .box{
    font-weight: 600;
    color: #16b2c6;
    font-size: 20px;
} */

.about .button a {
  background-color: #075e8d;
  border-color: #075e8d;
}
/* Home page end here */

/* breadcrumb start here */

.ad-breadcrumb-outer {
  background-color: #075e8d;
  padding: 25px 0;
}

.ad-breadcrumb {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.ad-breadcrumb h3 {
  color: white;
  font-weight: bold;
  margin: 0;
}

.ad-breadcrumb ol {
  margin: 0;
}

.ad-breadcrumb ol li {
  color: white;
  font-size: 18px;
}

.ad-breadcrumb ol li a {
  color: white;
  font-size: 18px;
}

.ad-breadcrumb ol li a:hover {
  color: #47b2e4;
}

.breadcrumb-item + .breadcrumb-item::before {
  color: rgb(255 255 255);
}

.services-page .icon-boxes h4 {
  font-size: 18px;
  color: #075e8d;
  margin-bottom: 15px;
}

.services-page .icon-boxes h3 {
  font-size: 28px;
  font-weight: 700;
  color: #2c4964;
  margin-bottom: 15px;
}

.services-page .icon-box {
  margin-top: 20px;
}

.services-page .icon-box .icon {
  float: left;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  border: 2px solid #8dc2f1;
  border-radius: 50px;
  transition: 0.5s;
}

.services-page .icon-box .icon i {
  color: #075e8d;
  font-size: 32px;
}

.services-page .icon-box:hover .icon {
  background: #075e8d;
  border-color: #075e8d;
}

.services-page .icon-box:hover .icon i {
  color: #fff;
}

.services-page .icon-box .title {
  font-weight: 700;
  margin-bottom: 10px;
  font-size: 24px;
}

.services-page .icon-box .title a {
  color: #343a40;
  transition: 0.3s;
}

.services-page .icon-box .title a:hover {
  color: #075e8d;
}

.services-page .icon-box .description {
  line-height: 24px;
  font-size: 17px;
  color: black;
  font-weight: 500;
}

/* breadcrumb end here */

/* All Media Queries Start here */
@media screen and (max-width: 767px) {
  .ad-breadcrumb {
    flex-direction: column;
    align-items: start;
  }

  .ad-breadcrumb h3 {
    margin-bottom: 10px;
  }
  .ad-breadcrumb-outer {
    padding: 25px 0;
  }
}
@media screen and (max-width: 600px) {
  .about .icon-box .description {
    font-size: 15px;
  }
  .about .icon-box .title {
    font-size: 21px;
  }
  .about .button a {
    font-size: 14px;
  }
  .services-page .icon-box .description {
    font-size: 15px;
  }
  .services-page .icon-box .title {
    font-size: 21px;
  }
  .services-page .button a {
    font-size: 14px;
  }
}
/* All Media Queries End here */
