

.about-us-banner {
  color: #ffffff;
  position: relative;
}

.about-us-banner:after {
  content: "";
  position: absolute;
  background: rgba(0, 0, 0, 0.25);
  border-radius: 5px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
}

.about-us-banner .banner-slider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.about-us-banner .banner-slider img {
  width: 100%;
  height: 295px;
  -o-object-fit: cover;
  object-fit: cover;
}

.about-us-banner .container {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 9;
}

.about-us-banner .banner-content-box {
  display: block;
}

.about-us-banner .heading {
  font-size: 45px;
  font-weight: 600;
}

.about-us-banner ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 5px;
}

.about-us-banner ul li {
  font-size: 15px;
}

.about-us-banner ul li::after {
  content: "/";
  display: inline-block;
  font-size: 15px;
  color: #ffffff;
  padding: 0 8px;
}

.about-us-banner ul li:last-child::after {
  display: none;
}

.about-us-banner ul a {
  font-size: 15px;
  color: #ffffff;
  display: inline-block;
}

.aboutus-content-root {
  padding: 30px 0;
  background: #ffffff;
}

.aboutus-content-root .heading {
  font-size: 22px;
  font-weight: 500;
  color: #000;
  padding-bottom: 10px;
  margin-bottom: 25px;
  position: relative;
}

.aboutus-content-root .heading::before {
  content: "";
  position: absolute;
  left: 10px;
  bottom: -3px;
  z-index: 99;
  border-bottom: 7px solid #D32F2F;
  width: 30px;
}

.aboutus-content-root .heading::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  border-bottom: 1px solid #ddd;
  width: 84px;
}

.aboutus-content-root p {
  font-size: 16px;
  line-height: 32px;
  margin-bottom: 20px;
}

.aboutus-content-root .subheading {
  font-size: 20px;
  margin-bottom: 10px;
}

.aboutus-content-root ul {
  list-style: disc;
  margin-left: 20px;
  margin-bottom: 25px;
}

.aboutus-content-root ul li {
  position: relative;
  font-size: 15px;
  line-height: 32px;
  padding-left: 5px;
}

.abouts-section {
  padding: 60px 0;
}

.abouts-section .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.abouts-section figure {
  width: 44%;
  line-height: 0;
  text-align: center;
}

.abouts-section .right-content {
  width: 55%;
}

.abouts-section .heading {
  font-size: 45px;
  font-weight: 700;
  margin-bottom: 20px;
}

.abouts-section p {
  font-size: 14px;
  line-height: 28px;
  margin-bottom: 20px;
}
.abouts-section p strong {
  display: block;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 0x;
}

.abouts-section a {
  display: inline-block;
  border-radius: 2px;
  padding: 10px 20px;
  background: #D32F2F;
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
}

.contact-us-section {
  background: url(../images/home/bg.jpg) no-repeat;
  background-size: cover;
  padding: 70px 0;
  position: relative;
  z-index: 999;
}

.contact-us-section::before {
  background: #fff;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.93;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

.contact-us-section .heading {
  font-size: 40px;
  font-weight: 700;
  text-align: center;
}

.contact-us-section .text {
  font-size: 17px;
  font-weight: 500;
  width: 70%;
  margin: 0 auto;
  padding: 15px 0;
  text-align: center;
}

.contact-us-section ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding: 35px 0;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 20px;
}

.contact-us-section ul li {
  width: 31%;
  text-align: left;
}

.contact-us-section span {
  display: block;
  padding-top: 5px;
}

.contact-us-section i {
  font-size: 13px;
  color: #ffffff;
  width: 25px;
  height: 25px;
  line-height: 25px;
  margin-right: 8px;
  text-align: center;
  background: #D32F2F;
  border-radius: 100px;
}

.contact-us-section .title {
  font-size: 22px;
  font-weight: 600;
  padding: 12px 0 10px;
}

.contact-us-section p {
  font-size: 15px;
  padding-bottom: 10px;
  padding-right: 90px;
}

.content-form-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 30px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.content-form-box figure {
  width: 50%;
  text-align: center;
  line-height: 0;
}

.content-form-box .right-form {
  width: 50%;
}

.content-form-box .inner-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.content-form-box input, .content-form-box textarea {
  background: #FAFAFA;
  border: 1px solid #e6e6e6;
  padding: 16px;
  font-size: 15px;
  margin-bottom: 35px;
  width: 47%;
}

.content-form-box textarea {
  width: 100%;
  height: 120px;
}

.content-form-box button {
  display: inline-block;
  padding: 12px 20px;
  background: #D32F2F;
  font-size: 16px;
  color: #ffffff;
  letter-spacing: 1px;
}

@media (max-width: 767px) {
  .contact-us-section .text {
    width: 100%;
  }
  .contact-us-section ul {
    display: block;
    padding-bottom: 0;
  }
  .contact-us-section ul li {
    width: 100%;
    margin-bottom: 30px;
  }
}