.our-services-section .our-services-card {
  background: white;
  -webkit-box-shadow: 0px 0px 8px #80808080;
          box-shadow: 0px 0px 8px #80808080;
  border-radius: 15px;
  width: 95%;
  margin: 15px auto;
  padding: 25px 40px;
  text-align: center;
  -webkit-transition: 0.5s ease all;
  transition: 0.5s ease all;
  cursor: pointer;
}

.our-services-section .our-services-card img {
  width: 70px;
  height: 70px;
  margin: auto;
  padding: 10px;
  background: #204c82;
  border-radius: 50%;
  border: 5px solid #204c82;
  -webkit-transition: 0.5s ease all;
  transition: 0.5s ease all;
}

.our-services-section .our-services-card h3 {
  color: #222222;
  font-size: 18px;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  -webkit-transition: 0.5s ease all;
  transition: 0.5s ease all;
  cursor: pointer;
}

.our-services-section .our-services-card h3 a {
  color: #222222;
  text-decoration: none;
}

.our-services-section .our-services-card p {
  color: #666666;
  font-family: 'Roboto', sans-serif;
  -webkit-transition: 0.5s ease all;
  transition: 0.5s ease all;
}

.our-services-section .our-services-card:hover {
  background: #204c82;
}

.our-services-section .our-services-card:hover img {
  border: 5px solid white;
  -webkit-transform: rotate(360deg);
          transform: rotate(360deg);
  background: black;
}

.our-services-section .our-services-card:hover h3, .our-services-section .our-services-card:hover p {
  color: #fff;
}

.our-services-section .our-services-card:hover h3 a, .our-services-section .our-services-card:hover p a {
  color: #fff;
  text-decoration: none;
}

.custom-page-banner {
  height: 400px;
  margin-top: 175px;
  background-image: url("/images/banner/banner-about.png");
  background-size: cover;
  background-repeat: no-repeat;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.custom-page-banner .banner-page-title {
  font-size: 3.5rem;
  color: black;
  font-weight: bold;
}

.services-post-card {
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
}

.services-post-card img {
  border-radius: 15px;
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
}

.content-section {
  padding: 25px 0;
}

.content-section .page-title {
  font-size: 3rem;
  font-weight: bold;
}

.content-section .page-content {
  font-size: 1.5rem;
  margin-top: 25px;
  margin-bottom: 50px;
}

.content-section .single-service-card {
  background: white;
  padding: 10px 10px;
  -webkit-box-shadow: 0px 0px 8px #00000021;
          box-shadow: 0px 0px 8px #00000021;
  margin: 15px auto;
  border-radius: 5px;
}

.content-section .single-service-card img {
  width: 100%;
}


.cleint_card {
  width: 100%;
  height: 150px;
  box-shadow: 0px 0px 7px lightgrey;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  border-radius: 8px;
  padding: 0px 35px;
  flex-direction: column;
}

.cleint_card h1{
  font-size: 17px;
  text-align: center;
  margin-bottom: 0;
  margin-top: 0;
}

.cleint_card .border{
width: 50px;
height: 3px;
background-color: #054D86;
margin-top: 10px;
}

@media only screen and (max-width: 600px) {
  .title-section.alt-title h1 {
    font-size: 18px;
    text-align: center !important;
}
  .title-section.alt-title h1:after {
    left: 47% !important;
    /* margin-left: 0 !important; */
    height: 2px;
}
.title-section h1:after {
  position: absolute;
  content: '';
  width: 30px;
  height: 3px;
  bottom: -1px;
  left: 4.5% !important;
  margin-left: -15px;
  background: #204c82;
}
}
/*# sourceMappingURL=customstyle.css.map */