@media only screen and (min-width: 1366px) and (max-width: 1920px) {}

@media only screen and (min-width: 1200px) and (max-width: 1365px) {}

@media only screen and (min-width: 992px) and (max-width: 1199px) {}

@media only screen and (min-width: 768px) and (max-width: 991px) {}

@media only screen and (min-width: 520px) and (max-width: 767px) {}

@media only screen and (min-width: 300px) and (max-width: 519px) {
.menuSec img {
    margin: 0;
    margin-top: 0;
    width: 100%;
    height: auto;
    object-fit: contain;
    position: relative;
    top: 0;
}

.banner_text h1 {
    font-size: 40px;
    line-height: 50px;
}

.main_slider img.img-fluid {
    /* height: 800px; */
    /* object-fit: cover; */
    /* object-position: -190px; */
}

.main_slider .carousel-item.active img {
    height: 780px;
    object-fit: cover;
    object-position: -190px;
}

.main_slider .carousel-item.active {
    position: relative;
}

.main_slider .carousel-item.active:before {
    content: '';
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    background: #00000063;
}

.banner_text .theme_btn span {
    font-size: 12px;
}

.abt-txt.wow.slideInRight {
    padding-top: 60px;
    padding-bottom: 70px;
}

.abt-txt p {
    width: 100% !important;
}

section.services {
    padding: 15% 0;
}

section.ayah {
    height: auto;
    padding: 70px 0;
}

.ayah-head h3 {
    font-size: 40px;
}

.techrs-left img {
    width: 100%;
    object-fit: cover;
}

.haith-txt.wow.slideInRight {
    position: relative;
}

section.haith {
    height: 750px;
}
.haith-txt h4 {
    font-size: 31px;
    padding-left: 0;
}
.fot-abt p {
    width: 100% !important;
}
html, body {
    overflow-x: hidden;
}
.fot-top-2 h3 {
    font-size: 25px;
}
section.who img {
    width: 100%;
}
section.salam-people {
    padding: 80px 0;
}
.main_slider .carousel-item.active img {}

section.main_slider.inr  .carousel-item.active img {
    height: 600px;
    object-position: 0;
}

.banner_text.inr h2 {
    font-size: 45px;
}

.carousel-caption.inr {
    top: 10%;
}
section.contact-pg:after {
    display: none;
}
section.contact-pg {
    position: relative;
    padding: 70px 0;
}
.cntct-pg-txt p {
    width: 100%;
}


}

@media only screen and (min-width: 0px) and (max-width: 299px) {}