.text-white {
  color: white !important;
}
.max-400 {
  max-width: 400px !important;
}

.about-contact-area {
  position: relative;
  z-index: 1;
}
.about-contact-area-inner {
  padding-top: 270px;
}

.image-border-20 {
  border-radius: 20px !important;
}
.home-vision-img,
.service-why-img {
  min-height: 475px;
  background-image: url(../imgs/bgs/home-vision.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 20px;
}

.logo-icon-header {
  max-height: 40px;
}

.shape-bracket-flip {
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
  max-height: 100px;
}

.spacing-bt-100 {
  padding-bottom: 100px;
}

/* About page */
.about-satisfied {
  max-width: 150px;
}

.about2-bg {
  background-image: url(../imgs/bgs/about2.png);
  background-size: cover;
  background-repeat: no-repeat;
  width: 350px;
  border-radius: 20px;
}

.bracket-about-bottom {
  position: absolute;
  inset-inline-end: -15%;
  top: -5%;
  z-index: -1;
  width: 440px;
}

.bracket-about-bottom img {
  height: 250px;
}

@media (max-width: 575px) {
  .bracket-small {
    max-width: 160px !important;
  }
}

/* Blog */
.blog-area {
  padding-top: 217px;
}

@media only screen and (max-width: 1919px) {
  .blog-area {
    padding-top: 147px;
    padding-bottom: 73px;
  }
}
@media only screen and (max-width: 1199px) {
  .blog-area {
    padding-top: 127px;
    padding-bottom: 53px;
  }
}
@media only screen and (max-width: 991px) {
  .blog-area {
    padding-top: 127px;
  }
}
.featured-area .section-title {
  max-width: 550px;
}
@media only screen and (max-width: 1399px) {
  .featured-area .section-title {
    max-width: 450px;
  }
}
.featured-area .section-content {
  display: grid;
  gap: 20px 60px;
  grid-template-columns: 1fr auto;
}
@media (max-width: 575px) {
  .featured-area .section-content {
    grid-template-columns: 1fr;
  }
}

/* contact css */
@media only screen and (max-width: 1399px) {
  .about-contact-area-inner {
    padding-top: 170px;
  }
}
@media only screen and (max-width: 1199px) {
  .about-contact-area-inner {
    padding-top: 120px;
  }
}
.about-contact-area .area-bg {
  position: absolute;
  width: 100%;
  height: calc(100% - 100px);
  top: 0;
  inset-inline-start: 0;
  z-index: -1;
}
@media only screen and (max-width: 1199px) {
  .about-contact-area .area-bg {
    height: calc(100% - 60px);
  }
}
.about-contact-area .area-bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.about-contact-area .section-content {
  width: 410px;
  background-color: var(--white);
  margin-inline-start: auto;
}
.dark .about-contact-area .section-content {
  background-color: var(--black);
}
@media (max-width: 575px) {
  .about-contact-area .section-content {
    width: 100%;
  }
}
.about-contact-area .section-content .content-first {
  padding: 54px 45px 54px;
}
@media only screen and (max-width: 1199px) {
  .about-contact-area .section-content .content-first {
    padding: 34px 25px 34px;
  }
}
.about-contact-area .section-content .wc-btn-normal {
  padding: 0 45px;
  color: var(--white);
  height: 100px;
  background-color: var(--black);
  display: flex;
  justify-content: center;
  text-transform: uppercase;
}
.dark .about-contact-area .section-content .wc-btn-normal {
  background-color: var(--white);
  color: var(--black);
}
@media only screen and (max-width: 1199px) {
  .about-contact-area .section-content .wc-btn-normal {
    padding: 0 35px;
    height: 60px;
  }
}
.about-contact-area .job-meta li:not(:first-child) {
  margin-top: 23px;
}
.about-contact-area .job-meta li .title {
  font-size: 16px;
  line-height: 1;
  display: block;
}
.about-contact-area .job-meta li .text {
  font-size: 18px;
  font-weight: 500;
  color: var(--primary);
  line-height: 1.33;
  margin-top: 9px;
  display: block;
}
