@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-menu {
        display: none;
    }

    .header-med .head-inner .logo a {
        max-width: 56px;
    }

    .menu-right .link-h,
    .menu-right .btn {
        display: none;
    }

    .lang-h {
        /* font-size: 4vw; */
    }

    .item.res-menu {
        display: block;
    }

    .sidebar-btns {
        display: flex;
        gap: 22px;
    }

    .menu-right .mobile-nav-toggler .lines {
        width: 40px;
    }

    .menu-right .mobile-nav-toggler .lines i {
        height: 2px;
        margin: 5.5px 0;
        width: 40px;
    }

    .menu-right .mobile-nav-toggler .lines i:nth-child(1),
    .menu-right .mobile-nav-toggler .lines i:nth-child(3) {
        width: 15px;
    }

    .menu-right .mobile-nav-toggler .lines ::after,
    .menu-right .mobile-nav-toggler .lines ::before {
        height: 2px;
    }

    .menu-right {
        gap: 20px;
    }

    .mobile-menu .menu-box .navigation li a {
        font-size: 25px;
        line-height: 44px;
    }

    .mobile-menu {
        padding: 20px;
    }

    .navbar-collapse {
        justify-content: center;
        text-align: center;
        height: auto;
    }

    .mobile-menu .menu-box .navigation li,
    .mobile-menu .menu-box .navigation li:last-child {
        margin: 0 0 20px;
    }

    .navbar-collapse .navigation {
        width: 100%;
    }

    .header-top .col-md-4:nth-child(1),
    .header-top .col-md-4:nth-child(3) {
        width: 25%;
    }

    .header-top .col-md-4:nth-child(2) {
        width: 50%;
    }

    .callNow span {
        display: none;
    }


    .mobile-nav-toggler .lines {
        display: block;
        width: 35px;
        overflow: hidden;
    }

    .mobile-nav-toggler .lines i {
        display: block;
        width: 53px;
        height: 4px;
        margin: 6.5px 0;
        transition: all .5s;
        position: relative;
        overflow: hidden;
    }

    .mobile-nav-toggler .lines ::after,
    .mobile-nav-toggler .lines ::before {
        content: "";
        position: absolute;
        width: 100%;
        height: 2px;
        background: var(--main-color);
        transition: all .5s;
        top: 0;
    }

    .mobile-nav-toggler .lines ::after {
        transform: translateX(-50px);
        transition: all .3s;
    }

    .mobile-nav-toggler:hover .lines ::after {
        transform: none;
    }

    .mobile-nav-toggler:hover .lines ::before {
        transform: translateX(50px);
    }

    .mobile-nav-toggler .lines .line2::after {
        transition: all .5s;
    }

    .mobile-nav-toggler .lines .line3::after {
        transition: all .7s;
    }

    .mobile-nav-toggler .lines i:nth-child(1),
    .mobile-nav-toggler .lines i:nth-child(3) {
        width: 25px;
    }

    .mobile-nav-toggler .lines i:nth-child(1) {
        margin-inline-start: auto;
    }

    header .flex-h {
        margin-top: 0;
        gap: 10px;
        justify-content: end;
    }

    .header-top .col-md-4:nth-child(3) {
        display: none;
    }

    .header-top .row {
        flex-direction: row-reverse;
        align-items: center;
        -webkit-align-items: center;
    }

    .logo a img {
        max-height: 100px;
    }

    .logo a {
        text-align: start;
    }

    .header-med {
        display: none;
    }

    .banner-h .row {
        height: auto;
        min-height: 450px;
        padding: 150px 0 50px;
    }

    .text-banner h1 {
        font-size: 30px;
        line-height: 45px;
        margin-bottom: 20px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        line-clamp: 2;
        -webkit-box-orient: vertical;
    }

    .text-banner p {
        font-size: 15px;
        line-height: 25px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        line-clamp: 3;
        -webkit-box-orient: vertical;
    }

    .btn {
        min-width: 150px;
        min-height: 45px;
        font-size: 15px;
    }

    .btn::before,
    .btn::after {
        border-width: 3px;
        margin: -1.5px;
    }

    .banner-h {
        height: 465px;
    }

    .goSection {
        width: 45.09px;
        height: 31.28px;
        font-size: 14px;
    }

    .about-h {
        padding: 50px 0;
    }

    .img-about .img {
        margin: 0 auto;
        height: 400px;
    }

    .text-about {
        padding-top: 30px;
    }

    .text-about h3 {
        font-size: 25px;
        line-height: 35px;
        margin-bottom: 20px;
    }

    .text-about p {
        font-size: 14px;
        line-height: 24px;
        -webkit-line-clamp: 3;
        line-clamp: 3;
    }

    .text-about ul {
        margin-top: 25px;
    }

    .text-about ul li {
        padding-inline-start: 22px;
        margin-bottom: 15px;
        font-size: 14px;
        line-height: 24px;
    }

    .text-about .btn {
        margin-top: 20px;
    }

    .services-h {
        padding: 50px 0;
    }

    .title.title-center h3 {
        font-size: 32px;
        line-height: 45px;
    }

    .title.title-center h3::before,
    .title.title-center h3::after {
        width: 12px;
        height: 12px;
        margin: auto 15px;
    }

    .serv-block {
        margin: 8px 0;
        height: calc(100% - 16px);
    }

    .serv-block .inner-block .icon {
        font-size: 40.47px;
        line-height: 38.18px;
        width: 40px;
    }

    .serv-block .inner-block .details {
        width: calc(100% - 40px);
        padding-inline-start: 15px;
    }

    .serv-block .inner-block .details h3 {
        font-size: 18px;
        line-height: 28px;
    }

    .serv-block .inner-block .details p {
        font-size: 14px;
        line-height: 24px;
    }

    .btn-center {
        margin-top: 20px;
    }

    .partners-h {
        padding: 50px 0;
    }

    .title h3 {
        font-size: 30px;
        line-height: 40px;
    }

    .title {
        margin-bottom: 20px;
    }

    .title h3::before,
    .title h3::after {
        opacity: 0;
    }

    .text-part p {
        font-size: 14px;
        line-height: 24px;
    }

    .text-part .btn {
        margin-top: 24px;
    }

    .text-part {
        text-align: center;
        margin: 0 auto 30px;
    }

    .all-partners {
        height: 130px;
    }

    .part-block {
        height: 100px;
        margin: 15px 0;
    }

    .all-partners::before,
    .all-partners::after {
        opacity: 0;
    }

    .part-block .img img {
        max-width: 70%;
        max-height: 60%;
    }

    .footer-top {
        padding: 50px 0 30px;
    }

    .logo-f img {
        max-width: 180px;
    }

    .logo-f {
        margin-bottom: 20px;
    }

    .footer-top p {
        font-size: 13px;
        line-height: 23px;
    }

    .foot-block h3 {
        margin: 20px 0;
        font-size: 18px;
        line-height: 28px;
    }

    .copy-right p {
        font-size: 14px;
        line-height: 24px;
    }

    .upPage {
        margin: 20px;
    }

    .sticky.header-pages {
        padding: 12px 0;
    }

    .text-bread {
        flex-direction: column;
    }

    .text-bread h1 {
        font-size: 24px;
        line-height: 34px;
        margin-bottom: 5px;
    }

    .text-bread ul li a,
    .text-bread ul li span {
        font-size: 14px;
        line-height: 24px;
    }

    .about-h.about-page {
        padding: 50px 0 40px;
    }

    .about-block::after {
        right: 0 !important;
        left: 0 !important;
        width: 100%;
    }

    .about-block {
        margin: 15px 0;
        padding: 25px;
    }

    .about-block .title-block {
        margin-bottom: 15px;
    }

    .about-block .title-block .icon {
        width: 28px;
        font-size: 27.33px;
        line-height: 40px;
    }

    .about-block .title-block h3 {
        width: calc(100% - 28px);
        padding-inline-start: 12.55px;
        font-size: 24px;
        line-height: 34px;
    }

    .about-block p {
        font-size: 13px;
        line-height: 23px;
    }

    .why-choose {
        padding: 20px 0 0;
    }

    .why-choose .title {
        margin-bottom: 43px;
    }

    .text-why .item {
        padding-inline-start: 15px;
        padding-bottom: 30px;
    }

    .text-why .item .icon {
        width: 35px;
        height: 35px;
        line-height: 35px;
        font-size: 18px;
    }

    .text-why .item .details {
        width: calc(100% - 35px);
        padding-inline-start: 15px;
    }

    .text-why .item .details h3 {
        font-size: 20px;
        line-height: 30px;
        margin-bottom: 10px;
    }

    .text-why .item .details p {
        font-size: 13px;
        line-height: 23px;
    }

    .img-why {
        width: 100%;
        margin: 30px 0 0;
    }

    .body-inner {
        padding: 50px 0;
    }
    
    .serv-block .inner-block {
        padding: 20px 6px;
    }
    
    .all-pages {
        margin-top: 20px;
    }

    .team-block {
        height: 400px;
    }
    
    .all-teams .slick-prev, .all-teams .slick-next {
        display: none !important;
    }
    
    .all-teams .slick-dots {
        margin-top: 20px;
    }
    
    .all-teams .slick-dots li button {
        width: 40px;
    }
    
    .team-block .details p {
        font-size: 14px;
        line-height: 24px;
    }
    
    .know-h {
        padding: 50px 0;
    }
    
    .text-know .title h3 {
        font-size: 27.93px;
        line-height: 30.85px;
    }
    
    .text-know .title h3 span {
        font-size: 32.93px;
        line-height: 32.85px;
    }
    
    .text-know .title {
        margin-bottom: 20px;
    }
    
    .text-know {
        margin-bottom: 30px;
    }
    
    .text-know p {
        font-size: 13px;
        line-height: 23px;
    }
    
    .know-block {
        height: 237px;
        border-end-end-radius: 70px;
    }
    
    .know-block .details {
        padding: 14px;
    }
    
    .team-know {
        gap: 16px;
    }
    
    .team-know .item {
        width: calc(50% - 6px);
    }
    
    .know-block .details h3 {
        font-size: 15px;
        line-height: 22px;
        margin-bottom: 5px;
    }
    
    .know-block .details p {
        font-size: 12px;
        line-height: 22px;
        -webkit-line-clamp: 1;
        line-clamp: 1;
    }

    .career-inner .form-group label {
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 10px;
    }
    
    .career-inner .form-group .form-control {
        height: 50px;
        line-height: 50px;
        font-size: 13px;
    }
    
    .career-inner .form-group textarea.form-control {
        height: 100px;
    }
    
    .form-group.btn-form {
        margin-top: 30px;
    }

    .map-contact .row {
        min-height: 400px;
    }
    
    .contact-info {
        padding: 40px 20px;
    }
    
    .contact-info .item .details {
        flex-direction: column;
        align-items: start;
        -webkit-align-items: start;
    }
    
    .contact-info .item .details a {
        padding: 5px 0 0;
    }

    .breadcrumb-h.breadcrumb-single .text-bread li a, .breadcrumb-h.breadcrumb-single .text-bread li span {
        font-size: 13px;
        line-height: 23px;
    }
    
    .breadcrumb-h.breadcrumb-single .text-bread {
        text-align: center;
    }
    
    .text-bread ul {
        justify-content: center;
    }
    
    .single-page.single-project {
        padding-top: 40px;
    }
    
    .imgs-single .img-big {
        height: 300px;
    }
    
    .imgs-single .slider-single-for {
        margin-bottom: 15px;
    }
    
    .imgs-single .slider-single-nav .item {
        padding: 0 3px;
    }
    
    .imgs-single .slick-list {
        margin-right: -3px;
        margin-left: -3px;
    }
    
    .imgs-single .img-small {
        height: 50px;
    }
    
    .taxt-single {
        margin: 40px auto 0;
    }
    
    .taxt-single h3 {
        font-size: 25px;
        line-height: 35px;
        margin-bottom: 15px;
    }
    
    .taxt-single p {
        font-size: 14px;
        line-height: 24px;
    }

    .partners-page .col-md-2 {
        width: 50%;
    }
    
    .partners-page .part-block {
        margin-bottom: 10px;
    }

    .manger-h .know-block .details {
        padding: 20px;
    }
    
    .manger-h .know-block {
        height: 500px;
        margin-bottom: 40px;
    }
    
    .manger-h .know-block .details h3 {
        font-size: 25px;
    }
    
    .manger-h .know-block .details p {
        font-size: 18px;
        line-height: 28px;
        -webkit-line-clamp: 2;
        line-clamp: 2;
    }

    .des-page {
        border-width: 5px;
    }
    
    .des-page p {
        font-size: 15px;
        line-height: 26px;
    }

}

@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) {}