.services-section .heading-section {
  background-color: var(--red-color);
  height: 90px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 767px) {
  .services-section .heading-section {
    height: 50px;
  }
}
@media (max-width: 576px) {
  .services-section .heading-section {
    height: 40px;
  }
}
.services-section .heading-section .heading-title {
  font-family: var(--main-r);
  font-size: 50px;
  color: var(--white-color);
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .services-section .heading-section .heading-title {
    font-size: 25px;
  }
}
@media (max-width: 576px) {
  .services-section .heading-section .heading-title {
    font-size: 20px;
  }
}
.services-section .section-banner {
  height: 75vh;
  position: relative;
  margin-bottom: 50px;
}
@media (max-width: 576px) {
  .services-section .section-banner {
    height: 35vh;
    margin-bottom: 15px;
  }
}
.services-section .banner-title {
  font-family: var(--main-r);
  font-size: 70px;
  color: var(--white-color);
  text-transform: capitalize;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 1200px) {
  .services-section .banner-title {
    font-size: 50px;
  }
}
@media (max-width: 991px) {
  .services-section .banner-title {
    font-size: 40px;
  }
}
@media (max-width: 767px) {
  .services-section .banner-title {
    font-size: 30px;
  }
}
@media (max-width: 576px) {
  .services-section .banner-title {
    font-size: 20px;
    top: 38%;
  }
}
.services-section .section-title {
  font-family: var(--main-r);
  font-size: 55px;
  text-align: center;
  color: var(--gray-color-50);
  margin-bottom: 30px;
}
@media (max-width: 1200px) {
  .services-section .section-title {
    font-size: 40px;
  }
}
@media (max-width: 767px) {
  .services-section .section-title {
    font-size: 30px;
    line-height: 30px;
    margin-bottom: 0;
  }
}
@media (max-width: 576px) {
  .services-section .section-title {
    font-size: 23px;
  }
}
.services-section .sub-title {
  font-size: 18px;
  letter-spacing: 1px;
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .services-section .sub-title {
    font-size: 16px;
    padding: 10px;
    margin-bottom: 0;
  }
}
@media (max-width: 576px) {
  .services-section .sub-title {
    font-size: 14px;
  }
}
.services-section .content {
  padding: 20px;
}
@media (max-width: 767px) {
  .services-section .content {
    padding-bottom: 5px;
  }
}
@media (max-width: 576px) {
  .services-section .content {
    font-size: 14px;
  }
}
.services-section .content .content-title {
  font-family: var(--main-r);
  font-size: 45px;
  margin-bottom: 20px;
  line-height: 55px;
}
@media (max-width: 1200px) {
  .services-section .content .content-title {
    font-size: 40px;
  }
}
@media (max-width: 767px) {
  .services-section .content .content-title {
    font-size: 30px;
    line-height: 32px;
  }
}
@media (max-width: 576px) {
  .services-section .content .content-title {
    text-align: center;
    font-size: 25px;
  }
}
.services-section .content p {
  font-size: 18px;
  letter-spacing: 1px;
}
@media (max-width: 767px) {
  .services-section .content p {
    font-size: 17px;
  }
}
@media (max-width: 550px) {
  .services-section .content p {
    font-size: 14px;
  }
}
.services-section .one {
  order: 1;
}
.services-section .sec {
  order: 2;
}

.contact-banner {
  position: relative;
  z-index: 2;
  margin-bottom: 60px;
}
@media (max-width: 576px) {
  .contact-banner {
    margin-bottom: 20px;
  }
}
.contact-banner .row {
  background-color: #555050;
  border-radius: 10px;
}
@media (max-width: 767px) {
  .contact-banner .row {
    background-color: var(--white-color);
  }
}
.contact-banner .row .cb-box {
  text-align: center;
  padding: 60px;
}
@media (max-width: 991px) {
  .contact-banner .row .cb-box {
    padding: 5px;
  }
}
@media (max-width: 991px) {
  .contact-banner .row .cb-box .box {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
  }
}
.contact-banner .row .cb-box a {
  color: var(--white-color);
}
@media (max-width: 767px) {
  .contact-banner .row .cb-box a {
    color: var(--gray-color-50);
  }
}
.contact-banner .row .cb-box a svg {
  width: 50px;
  height: 50px;
  fill: var(--red-color);
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .contact-banner .row .cb-box a svg {
    width: 30px;
    height: 30px;
    margin-bottom: 0;
    fill: var(--gray-color-50);
  }
}
.contact-banner .row .cb-box a p {
  margin-left: 15px;
  font-size: 20px;
}
