@charset "utf-8";

/* CSS Document */
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  outline: none !important;
  box-shadow: none !important;
  text-decoration: none !important;
}

:root {
  --primary: #e8703c !important;
  --secondary: #1b447a !important;
  --white: #ffffff !important;
  --black: #666666 !important;
  --font-title: "Exo", sans-serif !important;
  --fonts: "Roboto", sans-serif !important;
}

.about-us-bg {
  background-image: url(../images/key-features-bg.png);
  background-position: 0 top;
  background-repeat: no-repeat;
  background-size: 100%;
  overflow-x: hidden;
}

.about-us-color {
  background-color: #f5f5f5;
}

.text-18 {
  font-size: 18px;
  line-height: 28px;
}

.about-info-img {
  width: 100%;
  border-radius: 10px;
}

.about-info-text-1 {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  padding-right: 30px;
}

.about-info-text-1 h4 {
  font-family: var(--font-title);
  font-size: 28px;
  line-height: 38px;
  color: var(--black);
  font-weight: 600;
  margin-bottom: 30px;
}

.about-info-text-1 p {
  font-size: 16px;
  text-align: left;
  margin-bottom: 0;
  line-height: 24px;
}

.about-info-text-2 {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  padding-left: 30px;
}

.about-info-text-2 h4 {
  font-family: var(--font-title);
  font-size: 28px;
  line-height: 38px;
  color: var(--black);
  font-weight: 600;
  margin-bottom: 30px;
}

.about-info-text-2 p {
  font-size: 16px;
  text-align: left;
  margin-bottom: 0;
  line-height: 24px;
}

.counter {
  text-align: center;
  margin-top: 50px;
  /* margin-bottom: 50px; */
  width: 100%;
}

.counter h3 {
  color: var(--primary);
  font-size: 78px;
  font-weight: 700;
  font-family: var(--font-title);
  text-align: center;
  margin-bottom: 10px;
  line-height: 92px;
}

.counter h3 span {
  margin-bottom: 10px !important;
}

.counter p {
  color: var(--black);
  text-align: center;
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 0;
  width: 100%;
}

.icon-box {
  width: 100%;
  text-align: center;
  background-color: rgba(255, 255, 255, 1);
  height: 100%;
  border-radius: 10px;
  text-align: center;
  padding: 29px;
  font-size: 20px;
  font-weight: 600;
  color: var(--black) !important;
  min-height: 220px;
  border: 1px solid #d9d9d9 !important;
}

.icon-box img {
  margin-bottom: 25px;
}

.mail-link {
  text-align: center;
  margin-bottom: 15px;
  color: var(--black);
}

.mail-link a {
  color: var(--primary);
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
}

.team {
  font-size: 20px;
  margin-bottom: 20px;
  color: var(--black);
}

/* responsive */
@media only screen and (max-width: 1400px) {
}

@media only screen and (max-width: 1200px) {
}

@media only screen and (max-width: 1100px) {
  .abt-main-title {
    font-size: 24px;
    line-height: 32px !important;
  }

  .text-18 {
    font-size: 16px;
    line-height: 25px;
  }

  .about-info-text-1,
  .about-info-text-2 {
    position: relative;
    transition: none !important;
    padding: 0;
  }

  .about-info-text-1 h4,
  .about-info-text-2 h4 {
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 15px;
  }

  .about-info-text-1 p,
  .about-info-text-2 p {
    font-size: 15px;
    line-height: 22px;
    margin-bottom: 15px;
  }

  .order1 {
    order: 1;
  }

  .order2 {
    order: 2;
  }

  .order3 {
    order: 3;
  }

  .order4 {
    order: 4;
  }

  .order5 {
    order: 5;
  }

  .order6 {
    order: 6;
  }

  .counter h3 {
    font-size: 36px;
    line-height: 36px;
    margin-top: 30px;
  }

  .counter p {
    font-size: 16px;
    /* margin-bottom: 30px; */
  }
}

@media only screen and (max-width: 992px) {
}

@media only screen and (max-width: 767px) {
}

@media only screen and (max-width: 640px) {
}

@media only screen and (max-width: 600px) {
}

@media only screen and (max-width: 568px) {
}

@media only screen and (max-width: 480px) {
}

@media only screen and (max-width: 360px) {
}
