@media (min-width: 1500px) {}

@media (max-width: 1200px) {}

@media (max-width: 1024px) {}

@media (max-width: 991px) {

    .col,
    .col-1,
    .col-10,
    .col-11,
    .col-12,
    .col-2,
    .col-3,
    .col-4,
    .col-5,
    .col-6,
    .col-7,
    .col-8,
    .col-9,
    .col-auto,
    .col-lg,
    .col-lg-1,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9,
    .col-lg-auto,
    .col-md,
    .col-md-1,
    .col-md-10,
    .col-md-11,
    .col-md-12,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9,
    .col-md-auto,
    .col-sm,
    .col-sm-1,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9,
    .col-sm-auto,
    .col-xl,
    .col-xl-1,
    .col-xl-10,
    .col-xl-11,
    .col-xl-12,
    .col-xl-2,
    .col-xl-3,
    .col-xl-4,
    .col-xl-5,
    .col-xl-6,
    .col-xl-7,
    .col-xl-8,
    .col-xl-9,
    .col-xl-auto {
        width: 100%;
        max-width: 100%;
        flex: auto;
    }

    .nav-head {
        display: none;
    }

    .res-menu {
        display: block;
        margin-inline-start: 14px;
    }

    .mobile-nav-toggler {
        width: 36px;
        height: 36px;
        position: relative;
        background: var(--main-color);
        color: #fff;
        border-radius: 5px;
        font-size: 20px;
    }

    .mobile-nav-toggler i {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
    }

    .menu-top-right .lang {
        font-size: 15px;
    }

    .menu-top-right .my-account {
        font-size: 14px;
    }

    .header-top .col-md-6 {
        max-width: 50%;
    }

    .menu-left ul li a span {
        display: none;
    }

    .menu-left ul li {
        margin-inline-end: 20px;
    }

    .banner-h .slider-block .row {
        min-height: 350px;
        padding: 50px 0;
        align-items: center;
        -webkit-align-items: center;
    }

    .slider-block .text-banner h1 {
        font-size: 26px;
        margin: 0 0 20px;
        line-height: 32px;
    }

    .text-banner .btn {
        min-width: 130px;
        min-height: 40px;
        padding: 11px;
        font-size: 14px;
    }

    main.main-content {
        overflow: hidden;
    }

    .s-h span {
        display: none;
    }

    .header-top {
        padding: 12px 0;
        display: none;
    }

    .header-top .container::after {
        margin-bottom: -12px;
    }

    header .btn {
        display: none;
    }

    .head-top .logo {
        width: 150px;
    }

    .header-bottom {
        padding: 20px 0;
    }

    .banner-h {
        /* padding: 30px 0 60px; */
    }

    .text-banner {
        padding: 0;
        margin: 0 0 30px;
    }

    .text-banner p {
        margin: 15px 0;
        font-size: 15px;
    }

    .mobile-menu .menu-box .btn-side {
        text-align: center;
        margin: 30px 0 0;
    }

    .img-banner .img {
        height: 350px;
    }

    .img-banner .exp-years {
        width: 90px;
        height: 90px;
        margin-inline-start: 30px;
        bottom: -20px;
    }

    .img-banner .exp-years .exp-inner h3 {
        font-size: 24px;
        line-height: 30px;
    }

    .img-banner .exp-years .exp-inner h4 {
        font-size: 14px;
    }

    .img-banner .exp-years .exp-inner {
        padding: 20px 10px;
    }

    .projects-h {
        padding: 40px 0 0;
    }

    .title h1 {
        font-size: 26px;
        line-height: 40px;
    }

    .title {
        margin: 0 0 30px;
        flex-direction: initial;
        text-align: start;
        justify-content: start;
    }

    .nav.nav-tabs .nav-item .nav-link {
        /* margin: 5px; */
        font-size: 15px;
    }

    .nav.nav-tabs {
        margin: 0 0 15px !important;
        white-space: nowrap;
        overflow: hidden;
        overflow-x: auto;
        display: block !important;
    }

    .btn-center .btn {
        min-width: 150px;
        min-height: 40px;
        padding: 12px 20px;
        font-size: 14px;
    }

    .btn-center .btn::before {
        width: 75%;
    }

    .projects-h .btn-center {
        margin: 0;
    }

    .map-h {
        padding: 40px 0;
    }

    .details-map .item .circel {
        width: 15px;
        height: 15px;
        margin-top: 2px;
    }

    .details-map .item h3 {
        width: calc(100% - 15px);
        font-size: 14px;
        line-height: normal;
    }

    .details-map .item {
        margin: 0 10px;
    }

    .inter-h {
        padding: 40px 0;
    }

    .inter-inner.row {
        padding: 20px 5px;
    }

    .inter-inner .text-inter h3 {
        font-size: 24px;
    }

    .inter-inner .text-inter p {
        font-size: 13px;
        line-height: 24px;
        margin: 15px 0;
    }

    .text-inter {
        margin: 0 0 30px;
    }

    .inter-inner .text-inter .btn {
        min-width: 140px;
        min-height: 40px;
        font-weight: 700;
        font-size: 13px;
        line-height: 18px;
        padding: 12px;
    }

    .inter-inner .img-inter {
        height: 300px;
    }

    .img-order {
        margin: 0 0 30px;
        padding: 10px;
        height: 300px;
    }

    .order-h {
        padding: 40px 0;
    }



    .text-order h3 {
        font-size: 25px;
        line-height: 1.5;
    }

    .text-order p {
        font-size: 14px;
        margin: 15px 0;
    }

    .btn.btn-white,
    .btn {
        min-width: 150px;
        min-height: 40px;
        font-size: 14px;
        padding: 12px;
    }

    .counter-h {
        padding: 40px 0;
    }

    .count-block {
        width: 160px;
        height: 160px;
        padding: 44px 15px;
    }

    .count-block .counter-item {
        font-size: 30px;
        line-height: 36px;
    }

    .count-block h4 {
        font-size: 17px;
        margin: 5px 0 0;
    }

    .footer-top {
        padding: 40px 0;
    }

    .logo-f {
        max-width: 150px;
    }

    .foot-block p {
        font-size: 14px;
        margin: 15px 0 0;
    }

    .foot-block h3 {
        font-size: 18px;
        margin: 20px 0;
    }

    .copyRight {
        margin: 0 0 15px;
    }

    .copyRight p {
        font-size: 14px;
    }

    .footer-bottom {
        text-align: center;
    }

    .logo-elryad {
        margin: 0 auto;
        display: flex;
        justify-content: center;
    }

    .owl-nav {
        display: none;
    }

    .slider-home .owl-dots {
        bottom: 20px;
    }

    .title h1,
    .title h3 {
        transform: none;
        font-size: 20px;
        line-height: 30px;
    }

    .title .line {
        margin: 0 14px;
        height: 0;
        width: 66px;
    }

    .about-h {
        padding: 50px 0;
    }

    .title .num {
        font-size: 18.5px;
        line-height: 38px;
    }

    .about-inner .about-block h3 {
        font-size: 20px;
        line-height: 30px;
        margin: 0 0 12px;
    }

    .about-inner .about-block p {
        font-size: 14px;
        line-height: 24px;
    }

    .about-inner .about-block {
        margin: 15px 0 !important;
    }

    .top-flex {
        display: block;
    }


    .nav.nav-tabs .nav-item {
        display: inline-block;
    }

    .btn-top .btn {
        min-width: 150px;
        min-height: 40px;
        font-size: 13px;
        margin: 20px 0 0;
        padding: 7px 10px;
    }

    .projects-slider .pro-block {
        height: 300px;
    }

    .projects-slider .pro-block .details {
        padding: 32px 12px 74px;
        padding-inline-end: 12px;
    }

    .projects-slider .pro-block .details .name {
        font-size: 20px;
        line-height: 26px;
        text-align: center;
    }

    .projects-slider .pro-block .btn {
        border-width: 10px;
        min-width: 170px;
        min-height: 50px;
        font-size: 14px;
    }

    .projects-slider .pro-block .img-block::before {
        height: 60%;
    }

    .projects-h .row {
        flex-direction: column-reverse;
    }

    .projects-h .title {
        margin: 0 0 40px;
        justify-content: center;
    }

    .map-inner {
        padding: 20px;
    }

    .title {
        flex-wrap: wrap;
    }

    .map-inner .map-inner-h .mapH {
        height: 300px;
    }

    .partners-h {
        padding: 40px 0;
    }

    .foot-block h1 {
        font-size: 27px;
    }

    .breadcrumb {
        padding: 35px 0;
    }

    .text-bread ul li a,
    .text-bread ul li span {
        font-size: 16px;
        line-height: 30px;
    }

    .body-inner {
        padding: 40px 0;
    }

    .about-img {
        margin: 0 0 30px;
    }

    .about-text h3 {
        font-size: 20px;
        line-height: 30px;
        margin: 0 0 10px;
    }

    .about-text h4 {
        font-size: 14px;
        line-height: 24px;
        margin: 0 0 15px;
    }

    .about-text p {
        font-size: 14px;
        line-height: 24px;
    }

    .orderNow .modal-body {
        padding: 40px 30px 30px;
    }

    .modal .title h3 {
        font-size: 26px;
    }

    .title.title-center {
        margin: 0 0 20px;
    }

    .orderNow .form-group {
        margin: 20px 0;
    }

    .orderNow button.btn-close {
        width: 25px;
        height: 25px;
        margin: 10px;
        background-size: 10px;
    }

    .title.title-dark h3 {
        font-size: 24px;
        line-height: 34px;
    }

    .title.title-dark {
        margin: 0 0 20px;
    }

    .pro-block-count .num-count .counter-item {
        font-size: 32.5px;
        line-height: 64px;
    }

    .pro-block-count .details h4 {
        font-size: 16px;
    }

    .pro-block-count {
        margin: 10px 0;
    }

    .all-projects {
        margin: 40px 0 0;
        padding: 50px 0;
    }

    .breadcrumb.breadcrumb-single {
        padding: 40px 0;
    }

    .breadcrumb-single .text-bread i {
        font-size: 44px;
        margin: 0 0 17px;
    }

    .breadcrumb-single .text-bread h3 {
        font-size: 20px;
        line-height: 35px;
    }

    .single-counter .row .item .count-item-in h4 {
        font-size: 15px;
        line-height: 25px;
    }

    .single-counter .row .item .count-item-in h3 {
        font-size: 26px;
        line-height: 34px;
    }

    .single-page.body-inner {
        padding: 50px 0;
    }

    .text-single h3 {
        font-size: 20px;
        line-height: 35px;
        margin: 0 0 15px;
    }

    .text-single p {
        font-size: 14px;
        line-height: 24px;
    }

    .img-single {
        margin: 30px 0 0;
    }

    .single-gallery {
        padding: 40px 0;
    }

    .title.title-single h3 {
        font-size: 28px;
        line-height: 38px;
    }

    .title.title-single {
        margin: 0 0 30px;
    }

    .single-gallery-slider .item {
        padding: 0;
        padding-inline-end: 20px;
    }

    .gallery-block a {
        height: 300px;
    }

    .single-map {
        padding: 40px 0 25px;
    }

    .single-map .single-map-inner {
        padding: 30px 20px;
    }

    .single-map .single-map-inner .title.title-center h3 {
        font-size: 24px;
        line-height: 44px;
    }

    .single-map .single-map-inner .title.title-center {
        margin: 0 0 20px;
    }

    .single-map .single-map-inner .map-in {
        height: 300px;
    }

    .contact-h {
        padding: 70px 0 50px;
    }

    .title.title-contact.title-center h3 {
        font-size: 28px;
        line-height: 42px;
    }

    .title.title-contact.title-center {
        margin: 0 auto 30px;
        text-align: center;
        /* display: block; */
        /* max-width: 100%; */
    }

    .title.title-contact.title-center h3 {
        text-align: center;
    }

    .contact-form {
        padding: 25px 25px;
    }

    .contact-form .form-group label {
        font-size: 14px;
        line-height: 24px;
        margin: 0 0 10px;
    }

    .contact-form .form-group {
        margin: 0 0 20px;
    }

    .contact-form .form-group .form-control {
        font-size: 13px;
        height: 40px;
    }

    .partners-page .col-md-3 {
        max-width: 50%;
        flex: 0 0 50%;
    }

    .part-block img {
        max-width: 85%;
    }

    .partners-page .part-block {
        margin: 5px 0;
    }

    .partners-page .col-md-3:nth-child(odd) {
        padding-inline-end: 5px;
    }

    .partners-page .col-md-3:nth-child(even) {
        padding-inline-start: 5px;
    }

    .contact-page .contact-form {
        padding: 25px;
    }

    .contact-page .title h3 {
        font-size: 26px;
    }

    .contact-page .title.title-sec {
        margin: 0 0 20px;
    }

    .contact-page .title.title-sec.title-center {
        margin: 0 0 20px;
    }

    button.btn.btn-form {
        min-width: 125px;
        font-size: 15px;
        min-height: 44px;
    }

    .contact-map {
        margin: 30px 0 0;
    }

    .contact-map .map-in {
        height: 300px;
    }
    
    .contact-map {
        padding-inline-start: 0;
    }
    
    .breadcrumb + .partners-h .part-block {
        margin: 10px 0;
    }
    
    .projects-h .btn-top {
    display: none;
}

.btn-center.btn-res {
    display: block;
    margin: 30px 0 0;
}

.about-text {
    padding: 0;
}
}

@media (max-width: 768px) {}

@media (max-width: 767px) {}

@media (max-width: 600px) {
    .container {
        max-width: 100%;
    }
}

@media (max-width: 480px) {}

@media (max-width: 390px) {}

@media (max-width: 360px) {}