/* ============== About Us page Media Queries CSS last updated on 03-12-2022 [14:20 Hours] ============= */

@media only screen and (min-width: 321px) and (max-width: 768px) {
  .banner-section .banner-wrapper {
    height: 478px;
  }

  .banner-section .banner-wrapper .banner-content .caption-logo-text h1 {
    margin-top: 0;
    font-size: 29px;
    line-height: 1.35;
    letter-spacing: 1px;
  }

  .banner-section .banner-wrapper .banner-content .caption-logo-text h2 {
    letter-spacing: 1.1px;
    font-size: 20px;
    line-height: 1.35;
  }

  .banner-section .banner-content img.banner-icon {
    height: auto !important;
  }
}

@media only screen and (min-width: 321px) and (max-width: 384px) {
  .banner-section .banner-content {
    position: relative;
    top: 166px;
  }

  .banner-section .banner-content img.banner-icon {
    margin-top: 110px;
  }
}

@media only screen and (min-width: 384px) and (max-width: 489px) {
  .banner-section .banner-content {
    position: relative;
    top: 163px;
  }

  .banner-section .banner-content img.banner-icon {
    margin-top: 85px;
  }
}

@media only screen and (min-width: 489px) and (max-width: 494px) {
  .banner-section .banner-content img.banner-icon {
    margin-top: 80px;
  }
}

@media only screen and (min-width: 494px) and (max-width: 503px) {
  .banner-section .banner-content img.banner-icon {
    margin-top: 55px;
  }

  .banner-section .banner-content {
    position: relative;
    top: 220px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1184px) {
  .banner-section .banner-content {
    position: relative;
    top: 160px
  }

  .banner-section .banner-content img.banner-icon {
    margin-top: 90px;
    height: 140px;
  }
}

@media only screen and (min-width: 1184px) and (max-width: 1200px) {
  .banner-section .banner-content {
    position: relative;
    top: 200px
  }

  .banner-section .banner-content img.banner-icon {
    margin-top: 40px;
    height: 140px;
  }
}

@media only screen and (min-width: 1201px) and (max-width: 1290px) {
  .banner-section .banner-content {
    position: relative;
    top: 170px;
  }

  .banner-section .banner-content img.banner-icon {
    margin-top: 45px;
    height: 170px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .banner-section .banner-wrapper {
    height: 550px;
  }

  .banner-section .banner-wrapper .banner-content .caption-logo-text h1 {
    font-size: 48px;
    letter-spacing: 0.5px;
  }

  .banner-section .banner-wrapper .banner-content .caption-logo-text h2 {
    line-height: 1.3;
    letter-spacing: 1.2px;
  }
}

@media only screen and (min-width: 503px) and (max-width: 768px) {
  .banner-section .banner-content {
    position: relative;
    top: 220px;
  }
}

@media only screen and (min-width: 503px) and (max-width: 600px) {
  .banner-section .banner-content img.banner-icon {
    margin-top: 45px;
  }
}

@media only screen and (min-width: 610px) and (max-width: 680px) {
  .banner-section .banner-content img.banner-icon {
    margin-top: 25px;
  }
}

@media only screen and (min-width: 681px) and (max-width: 720px) {
  .banner-section .banner-content img.banner-icon {
    margin-top: 15px;
  }
}

@media only screen and (min-width: 720px) and (max-width: 740px) {
  .banner-section .banner-content img.banner-icon {
    margin-top: 10px;
  }
}

@media only screen and (min-width: 740px) and (max-width: 768px) {
  .banner-section .banner-content img.banner-icon {
    margin-top: 5px;
  }
}

@media only screen and (min-width: 321px) and (max-width: 992px) {
  .company-values-section .section-head {
    margin-bottom: 40px;
    margin-top: 40px;
  }

  .company-values-section .container-fluid {
    padding: 0px 25px 0 25px;
  }

  .company-values-section .aim-vision-wrapper {
    padding: 20px 15px 20px 15px;
    margin-bottom: 30px;
  }

  .company-values-section .aim-vision-wrapper .icon-background {
    width: 51px;
    padding: 8px;
    border-radius: 10px;
  }

  .why-choose-us .container-fluid {
    padding: 0px 25px 0 25px;
  }

  .partners-section .partner-logo-cards img.slider-images {
    padding: 20px;
    margin-top: 15px;
  }

  .company-values-section {
    padding-bottom: 50px;
  }

  .why-choose-us .benefits-wrapper .icon-background {
    border-radius: 8px;
    margin-bottom: 25px;
    padding: 6px;
    width: 52px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .company-values-section .aim-vision-wrapper {
    padding: 15px;
    height: 320px;
  }

  .company-values-section .aim-vision-wrapper .icon-background {
    width: 50px;
    padding: 6px;
    border-radius: 6px !important;
    margin-bottom: 10px;
  }

  .company-values-section .aim-vision-wrapper h3 {
    font-size: 19px;
  }

  .why-choose-us .benefits-wrapper {
    padding: 20px;
    height: 350px;
  }

  .why-choose-us .benefits-wrapper .icon-background {
    width: 54px;
    padding: 7px;
    border-radius: 8px !important;
    margin-bottom: 25px;
  }

  .why-choose-us .benefits-wrapper h4 {
    font-size: 20px;
  }

  .why-choose-us .benefits-wrapper p {
    font-size: 15px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1193px) {
  .about-us-summary .bg-img-block {
    height: 855px;
  }
}

@media only screen and (min-width: 321px) and (max-width: 520px) {

  .company-values-section .aim-vision-wrapper .icon-custom {
    height: 35px !important;
  }

  .company-values-section .aim-vision-wrapper h3 {
    font-weight: 600;
    margin-bottom: 15px;
    text-align: left;
    text-transform: uppercase;
    letter-spacing: 0.7px;
    color: #7a63ab;
    font-size: 20px;
  }

  .company-values-section .aim-vision-wrapper p {
    font-size: 13.5px;
    letter-spacing: 0.3px;
  }

  .about-us-summary .bg-img-block {
    height: 350px;
  }

  .about-us-summary .text-block {
    padding: 25px;
  }

  .about-us-summary .text-block h3 {
    font-size: 25px;
    letter-spacing: 0.8px;
  }

  .about-us-summary .text-block p {
    text-align: left;
    letter-spacing: 0.35px;
    line-height: 1.7;
    font-size: 14px;
  }

  .why-choose-us {
    background-color: #fafafa;
    padding: 30px 0 50px 0;
  }

  .why-choose-us .section-head h3 {
    font-size: 25px;
    letter-spacing: 0.3px;
  }

  .why-choose-us .section-head p {
    font-size: 14px;
    line-height: 1.6;
    letter-spacing: 0.3px;
  }

  .why-choose-us .benefits-wrapper {
    padding: 20px 15px 20px 15px;
    margin-bottom: 30px;
  }

  .why-choose-us .benefits-wrapper:hover>.icon-background {
    border-radius: 4px;
  }

  .why-choose-us .benefits-wrapper .benefits-icon {
    height: 40px !important;
  }

  .why-choose-us .benefits-wrapper h4 {
    font-size: 20px;
    letter-spacing: 0.3px;
  }

  .why-choose-us .benefits-wrapper p {
    font-size: 14px;
    letter-spacing: 0.3px;
  }
}

@media only screen and (min-width: 321px) and (max-width: 420px) {
  .company-values-section .section-head h3 {
    font-size: 24px;
    letter-spacing: 0.4px;
  }

  .company-values-section .section-head p {
    font-size: 14px;
    letter-spacing: 0.3px;
  }

  .company-values-section .section-head p.para-one {
    margin-top: 40px;
    margin-bottom: 30px;
  }
}

@media only screen and (min-width: 521px) and (max-width: 1200px) {
  .company-values-section .aim-vision-wrapper .icon-custom {
    height: 35px !important;
  }

  .why-choose-us .benefits-wrapper {
    margin-bottom: 40px;
  }

  .why-choose-us .benefits-wrapper .benefits-icon {
    height: 40px !important;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .company-values-section .aim-vision-wrapper .icon-custom {
    height: 40px !important;
  }

  .why-choose-us .benefits-wrapper .benefits-icon {
    height: 40px !important;
  }

  .why-choose-us .benefits-wrapper {
    padding: 25px;
    height: 330px;
  }

  .why-choose-us .benefits-wrapper .icon-background {
    width: 56px;
    padding: 8px;
    border-radius: 8px !important;
    margin-bottom: 35px;
  }

  .company-values-section .aim-vision-wrapper {
    padding: 25px 20px 0 20px;
    height: 310px;
  }

  .company-values-section .aim-vision-wrapper .icon-background {
    width: 60px;
    padding: 10px;
    border-radius: 6px !important;
    margin-bottom: 25px;
  }
}