/* .about-img2 {
  background-image: url(../images/about/about-02.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
} */

@media (min-width: 1400px) {
    .about-img2,.about-img1 {
        min-height: 100vh;
    }
}

@media (min-width: 1200px) and (max-width: 1399.98px) {
    .about-img2,.about-img1 {
        min-height: 90vh;
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .about-img2,.about-img1 {
        min-height: 80vh;
    }
    /* .had-icon-clr{
        fill: #ffffff !important;
    } */
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .about-img2,.about-img1 {
        min-height: 70vh;
    }
    .had-icon-clr{
        fill: #ffffff !important;
    }
}

@media (min-width: 576px) and (max-width: 767.98px) {
    .about-img2,.about-img1 {
        min-height: 60vh;
    }
    .top-mobile-dis{
        display: none !important;
    }
    .had-icon-clr{
        fill: #ffffff !important;
    }
}

@media (max-width: 575.98px) {
    .about-img2,.about-img1 {
        min-height: 50vh;
    }
    .top-mobile-dis{
        display: none !important;
    }
    .had-icon-clr{
        fill: #ffffff !important;
    }
    /* home page aveve logo on slider code  */
    .rev_slider img, .tp-simpleresponsive img {
    margin-bottom: 145px !important;
    max-width: none !important;
    transition: none;
    margin: 0;
    padding: 0;
    border: none;
}
.t1-b-1 {
    font-family: Roboto-Bold;
    font-size: 16px !important;
    line-height: 1.2;
    letter-spacing: 1px;
}
}