/*Media Query Start*/

@media only screen and (min-width: 1366px) and (max-width: 1400px) {
    .Down_arrow {
        position: absolute;
        bottom: -5px;
        z-index: 10015;
        left: 711px;
        right: 730px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1365px) {
    .Down_arrow {
        position: absolute;
        bottom: -5px;
        z-index: 10015;
        left: 730px;
        right: 730px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    ul#menu {
        gap: 70px;
    }
    .menuSec ul {
        gap: 10px;
    }
    .top-bar-left a {
        color: #7a7a87;
        font-size: 13px;
    }
    .banner_text h1 {
        line-height: 46px;
        font-size: 48px;
    }
    .banner_text h1 span {
        font-size: 35px;
        font-weight: 300;
    }
    .banner_text h4 {
        line-height: 17px;
        font-size: 14px;
    }
    .banner_img {
        bottom: -20px;
    }
    .banner_img img {
        height: 41vh !important;
        transform: rotate(7deg);
        width: 100% !important;
    }
    .carousel-item img {
        width: 100%;
        height: 44vh;
    }
    .banner_text p {
        padding: 4px 0;
        color: #555556;
    }
    .about_text p {
        padding-bottom: 9px;
        padding-right: 0;
        font-size: 10px;
    }
    .About_sec h2 {
        font-size: 31px;
    }
    .Our_mission {
        gap: 53px;
        height: 150px;
        width: 485px;
    }
}

@media only screen and (min-width: 520px) and (max-width: 767px) {
    ul#menu {
        gap: 70px;
    }
    .menuSec ul {
        gap: 10px;
    }
    .top-bar-left a {
        color: #7a7a87;
        font-size: 13px;
    }
    .banner_text h1 {
        line-height: 46px;
        font-size: 48px;
    }
    .banner_text h1 span {
        font-size: 35px;
        font-weight: 300;
    }
    .banner_text h4 {
        line-height: 17px;
        font-size: 14px;
    }
    .banner_img {
        bottom: -25px;
    }
    .banner_img img {
        height: 50vh;
        transform: rotate(10deg);
        object-fit: cover;
    }
    .carousel-item img {
        width: 100%;
        height: 54vh;
    }
    .banner_text p {
        padding: 4px 0;
        color: #555556;
    }
    .about_text p {
        padding-bottom: 9px;
        padding-right: 0;
        font-size: 10px;
    }
    .About_sec h2 {
        font-size: 31px;
    }
    .about_img img {
        height: 439px;
        object-fit: cover;
    }
    .Our_mission {
        gap: 53px;
        height: 150px;
        width: 485px;
    }
}

@media only screen and (min-width: 300px) and (max-width: 519px) {
    .banner_img img {
        height: 33vh;
    }
    .banner_text h1 {
        line-height: 27px;
        font-size: 27px;
    }
    .banner_text h1 span {
        font-size: 21px;
    }
    .banner_text h4 {
        line-height: 13px;
        font-size: 10px;
    }
    a.btn.btn_badam {
        height: 39px;
        width: 180px;
        font-size: 6px;
        gap: 26px;
    }
    a.btn.btn_badam:before {
        width: 150px;
        height: 30px;
    }
    .banner_text p {
        padding: 7px 0;
        font-size: 8px;
        line-height: 11px;
    }
    .carousel-item img {
        width: 100%;
        height: 30vh;
    }
    .banner_img {
        bottom: -19px;
    }
    .header-logo a img {
        width: 84px;
    }
    .top-bar-left a {
        color: #7a7a87;
        font-size: 12px;
    }
    .about_text h2 {
        font-size: 31px;
    }
    .about_text h4 {
        font-size: 18px;
    }
    .about_text p {
        font-size: 10px;
        padding: 5px 0;
    }
    .Our_mission {
        gap: 23px;
        left: -5px;
        border-radius: 20px 20px 20px 20px;
        height: 139px;
        width: 100%;
    }
    .about_img img {
        height: 300px;
    }
    .about_img::before {
        height: 300px;
    }
    .linkedin {
        right: -58px;
        transform: rotate(270deg);
        top: 136px;
        justify-content: space-around;
        gap: 104px;
    }
    .linkedin::before {
        position: absolute;
        content: '';
        width: 98px;
        height: 1px;
        left: 77px;
    }
    .linkedin h3 {
        font-size: 10px;
    }
    .Our_mission p {
        font-size: 9px;
        line-height: 18px;
    }
    .our_services h2 {
        font-size: 18px;
    }
    .our_services h4 {
        font-size: 14px;
    }
    .Turning_sec {
        padding: 30px 0;
    }
    .Turning_Experience h2 {
        font-size: 20px;
        padding-top: 4px;
    }
    .Turning_Experience p {
        font-size: 12px;
    }
    .Why_chuose_us_text h2 {
        font-size: 25px;
    }
    .Why_chuose_us_text p {
        font-size: 12px;
        padding-bottom: 12px;
    }
    .Why_chuose_us_text img {
        height: 228px;
        object-fit: cover;
        margin-bottom: 15px;
    }
    .Why_chuose_us_img img {
        width: 100%;
        height: 500px;
    }
    .Excellence img {
        width: 12px;
        height: 10px;
    }
    .Excellence {
        width: 212px;
        padding: 10px 15px;
        right: 0;
    }
    .Why_chuose_us {
        padding: 50px 0;
    }
    .services_sec {
        padding: 51px 0;
    }
    .About_sec {
        padding: 40px 0 131px;
    }
}


/*Media Query End*/