@media screen and (max-width: 1200px) {

}

@media screen and (max-width: 992px) {
    .bg-shape-poly .padding-2x{
        padding: 0 !important;
    }
    .top-navbar .navbar-brand{
        position: relative;
        top: -7px;
    }

}

@media (min-width: 768px) {
    .hero-bg-wrap .bg-shape-poly {
        padding: 80px 0 100px 0;
    }
}

@media screen and (max-width: 767px) {

}

@media screen and (max-width: 400px) {

}

@media screen and (max-width: 320px) {


}

@media (max-device-width: 42mm)
and (min-device-width: 38mm) {

}