@media screen and (max-width: 1400px) and (min-width: 1200px) {
  .w-e-about {
    /* max-width: 763px; */
    height: 400px;
    overflow: hidden;
  }
}
@media screen and (min-width: 1200px) {
  .abt-us-2nd-sec {
    width: 100%;
    height: 380px;
  }
}
@media screen and (max-width: 1200px) and (min-width: 991px) {
  .e_mail a,
  .phone_call a,
  .hr_career a {
    font-size: 12px;
  }
  .w-e-about {
    /* max-width: 763px; */
    height: 500px;
    overflow: hidden;
  }
  .fvv .fvv-box {
    padding: 40px 25px;
    background: var(--bg-color);
    color: #fff;
    height: 390px;
  }
  .fvv .img-box {
    height: 390px;
  }
}
@media screen and (min-width: 991px) {
  .pt-lg-75 {
    padding-top: 75px !important;
  }
}
@media screen and (max-width: 991px) {
  .logo_holder {
    display: none;
  }
  .logo {
/*    border-radius: 41px;*/
    background: white;
    padding: 0px;
  }
  .menu_bar .logo img {
    max-height: 65px;
    /* min-height: 65px; */
    display: block;
    padding: 5px;
  }
    .menu_bar.nav-sticky .logo img {max-height: 65px;padding: 5px;}
    nav.navbar { padding: 0px; }
}

@media screen and (max-width: 991px) and (min-width: 768px) {
  .service_img {
    height: 400px;
  }
  .abt-us-2nd-sec {
    width: 100%;
    height: 427px;
  }
}
@media screen and (max-width: 767px) {
  .abt-us-2nd-sec {
    height: 300px;
    padding-bottom: 25px;
  }
}
@media screen and (min-width: 991px) {
  .p-csr {
    padding: 24px 0 24px 24px;
  }
  .outline-btn,
  nav.navbar .nav-link.outline-btn {
    border: 1px solid #fff;
    padding: 10px 20px;
    transition: all 0.3s linear;
  }
}
@media screen and (max-width: 991px) {
  .hero-banner {
    /* height: 60vh; */
    width: 100%;
  }
  .strength-list li {
    width: 49%;
  }
  .pb-lg-0 {
    padding-bottom: 0 !important;
  }
  .navbar-toggler-icon {
    background-color: #014c9c !important;
  }
}
@media screen and (max-width: 991px) and (min-width: 567px) {
  .menu_bar {
    background-color: #014c9c;
  }
}

@media screen and (max-width: 567px) {
  .pb-sm-200 {
    padding-bottom: 200px !important;
  }
  .vision.text-start {
    padding: 18px;
    background: var(--theme-dblue);
    margin-right: 19px;
    position: absolute;
    bottom: -171px;
    left: 19px;
    color: #fff;
    border-right: 5px solid #00cdff;
    border-bottom: 5px solid #00cdff;
  }
  .service_img {
    height: 300px;
    background: var(--bg-img) no-repeat center / cover;
    width: 100%;
    display: block;
    border-radius: 0 50em 50em 0;
  }
  .sector-content.text-start.text-white {
    padding: 20px;
  }
  .sec_padding {
    padding: 30px 0;
  }
  .bread_crumbs .bread_heading {
    width: 60%;
  }
  .transformation .col-md-5 {
    padding-right: 12px;
  }
  .business-strategy-img {
    height: 250px;
  }
  .business-strategy-img img {
    height: 100%;
    object-fit: cover;
    padding-bottom: 15px;
  }
  .pt-sm-30 {
    padding-top: 30px !important;
  }
  .contact-form {
    padding: 20px;
  }
  .plr-sm-20 {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
  .quote-section {
    padding-left: 0px;
  }
  .quote-section h4 {
    font-size: 20px;
  }
  .q-n-s-img {
    height: 250px;
  }
  .pr-sm-0 {
    padding-right: 0 !important;
  }
  .pb-sm-30 {
    padding-bottom: 30px !important;
  }
  .pt-sm-30 {
    padding-top: 30px !important;
  }
  .footer-logo img {
    max-width: 120px;
  }
  .info_content p {
    margin-right: 0;
  }
}
