@media only screen and (min-width: 2500px) {}

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

@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-inner {
        display: none;
    }

    .logo-h {
        max-width: 180px;
    }

    .item.res-menu {
        display: block;
    }

    .head-inner .menu-left {
        gap: 20px;
    }

    header .btn {
        display: none;
    }

    .search-box-btn.search-box-outer {
        display: none;
    }

    .side-header {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .side-header .logo-h {
        max-width: 180px;
    }

    .search-mobile {
        margin: 30px 0px 20px;
    }

    .search-mobile .form-group {
        display: flex;
        justify-content: space-between;
        border-width: 1px;
        border-style: solid;
        border-color: rgb(221, 221, 221);
        border-image: initial;
        border-radius: 0;
    }

    .search-mobile .form-group input {
        width: calc(100% - 56px);
        height: 50px;
        border: none !important;
        padding: 0 10px;
        border-radius: 0px;
        color: #333;
        border-radius: 0;
    }

    .search-mobile .form-group button {
        width: 50px;
        height: 50px;
        background: #fff;
        color: var(--main-color);
        font-weight: 900;
        font-size: 20px;
        border: none;
        border-radius: 8px;
        line-height: 53px;
    }

    .mobile-menu .menu-box .navigation li.menu-item-has-children>a::after {
        content: "\f107";
        font-family: 'Font Awesome 6 Pro';
    }

    .mobile-menu .menu-box .navigation li.menu-item-has-children>a {
        display: flex;
        justify-content: space-between;
        align-items: center;
        -webkit-align-items: center;
    }

    .mobile-menu .menu-box .navigation li .sub-menu {
        padding: 0 20px;
    }

    .sidebar-btn {
        margin-top: 30px;
    }

    .banner-text {
        padding-bottom: 80px;
    }

    .banner-text h1 {
        font-size: 50px;
        line-height: 60px;
    }

    .about-h .row {
        padding-block: 50px;
    }

    .about-h .row::before {
        opacity: 0;
    }

    .about-text p {
        margin-top: 20px;
        font-size: 16px;
        line-height: 29px;
    }

    .about-text h3 {
        font-size: 32px;
        line-height: 42px;
    }

    .about-text span {
        font-size: 15px;
        line-height: 25px;
    }

    .counter-block {
        padding: 30px 0;
        text-align: center;
    }

    .counter-block::after {
        right: 0;
        left: 0;
        border: none;
        height: 0;
        border-bottom: 2px solid #5C6B7E;
        bottom: 0;
    }

    .counter-block .counter-title h3 {
        /* font-size: 45.17px; */
        /* line-height: 59.49px; */
        height: 44px;
    }

    .counter-block h4 {
        font-size: 15px;
        line-height: 25px;
        margin: 0 auto;
    }

    .counter-h {
        padding-block: 20px 50px;
    }

    .projects-text {
        justify-content: center;
        text-align: center;
        align-items: center;
        -webkit-align-items: center;
    }

    .projects-text p {
        order: 2;
    }

    .projects-text .btn {
        order: 3;
        margin-top: 30px;
    }

    .img-h::before {
        display: none;
    }

    .project-block .img img {
        opacity: 1 !important;
        transform: none !important;
    }

    .project-block .img {
        height: 350px;
    }

    .project-block.with-hover .img {
        /* height: 462.66px; */
    }

    .project-block.with-hover .details-hover {
        opacity: 1;
        padding: 30px 20px;
    }

    .project-block.with-hover {
        height: 430px;
    }

    .project-block .details,
    .project-block.with-hover .details-hover {
        flex-direction: column;
        align-items: start;
        -webkit-align-items: start;
        gap: 10px;
    }

    .projects-h {
        padding-bottom: 30px;
    }

    .services-h {
        padding-block: 30px .50px;
    }

    .services-h .shapes-h2 {
        top: 25px;
        display: none;
    }

    .shapes-h2 svg {
        width: 20px;
    }

    .services-text {
        margin-bottom: 40px;
    }

    .serv-block {
        flex-direction: column-reverse;
    }

    .serv-block .img {
        width: 100%;
    }

    .serv-block .details,
    .projects-page .serv-block .details {
        width: 100%;
        padding: 30px 0 0;
    }

    .serv-block .details .btn-readMore {
        margin-top: 30px;
    }

    .contact-block {
        margin-bottom: 20px;
    }

    footer .shapes-h::before {
        margin-inline-start: -20px;
    }

    footer .shapes-h::after {
        margin-inline-end: -20px;
    }

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

    .s-h span {
        width: 100%;
    }

    .s-h a {
        width: 42px;
        height: 42px;
    }

    .footer-bottom {
        text-align: center;
        padding: 20px 0 0;
    }

    .ryad-logo {
        float: none;
    }

    .fixed-icons {
        margin: 15px;
    }

    header.sticky {
        padding-block: 20px;
        background: linear-gradient(180deg, #FFFFFF 43%, rgba(255, 255, 255, 0) 87%);
    }

    .breadcrumb-h {
        padding-block: 127px 50px;
    }

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

    .breadcrumb-h .overlay-img::after {
        height: 314px;
        background-size: 380px;
    }

    .about-page {
        padding-block: 50px;
    }

    .about-more {
        margin-top: 30px;
    }

    .about-block {
        padding: 20px;
    }

    .about-block h3 {
        font-size: 30px;
        line-height: 40px;
        margin-bottom: 15px;
    }

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

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

    .about-video {
        position: relative;
        width: 100%;
        height: 300px;
    }

    .msg-h::before {
        width: 100%;
    }

    .msg-h .row {
        padding: 40px 0;
    }

    .msg-h .about-block {
        margin-bottom: 40px;
    }

    .team-h {
        padding-block: 50px;
    }

    .title.title-sec h3 {
        font-size: 37px;
    }

    .title .sub-title {
        font-size: 14px;
    }

    .title.title-sec {
        margin-bottom: 25px;
    }

    .team-block .img {
        height: 330px;
    }

    .team-block .details {
        padding-block: 40px;
    }

    .team-block .details h3 {
        font-size: 22px;
        line-height: 32px;
    }

    .team-block .details>span {
        font-size: 14px;
    }

    .team-block .details p {
        font-size: 14px;
    }

    .team-more {
        padding-block: 80px 150px;
    }

    .team-more .shapes-h2 {
        top: 25px;
    }

    .all-team .team-block .img {
        height: 300px;
    }

    .all-team .team-block .details {
        padding-block: 20px;
    }

    .team-block .details .position-style-1 {
        font-size: 12px;
    }

    .slick-prev,
    .slick-next {
        width: 50px;
        height: 50px;
        bottom: -104px;
    }

    [dir='rtl'] .slick-next {
        right: auto;
        left: 32%;
    }

    [dir='rtl'] .slick-prev {
        left: auto;
        right: 32%;
    }

    .slick-next {
        right: 32%;
    }

    .slick-prev {
        left: 32%;
    }

    .body-inner {
        padding-block: 60px;
    }

    .head-inner .menu-left .lang-h {
        display: none;
    }

    .mobile-menu .lang-h {
        /* margin-block: 30px; */
    }

    .mobile-menu .lang-h a {
        display: flex;
        text-transform: capitalize;
        font-weight: 500;
        line-height: 27px;
        text-align: start;
        text-transform: capitalize;
        display: block;
        padding: 12px;
        position: relative;
        font-size: 20px;
        transition: all 0.6s;
        border-bottom: 1px #00000029 solid;
        color: #333;
    }

    .projects-page .serv-block {
        flex-direction: column;
    }

    .services-page.single-service.body-inner {
        padding-top: 150px;
    }

    .sidebar-single .bread-text {
        margin-bottom: 30px;
    }

    .sidebar-single-inner {
        margin-bottom: 30px;
    }

    .services-innwe>.img {
        width: 100%;
        right: 0;
        height: 240px;
    }

    .services-innwe>.img::after {
        height: 133%;
        background-size: 180px auto;
    }

    .services-innwe {
        padding-top: 200.84px;
    }

    .breadcrumb-single-project {
        min-height: 420px;
        padding-block: 135px 100px;
    }

    .breadcrumb-single-project .bread-details h1 {
        font-size: 32px;
        margin-bottom: 24px;
        line-height: 42px;
        margin: 0;
    }

    .breadcrumb-single-project .single-top-details-card {
        width: 100%;
        /* flex-direction: column; */
        padding: 4px 0;
        margin-top: 20px;
    }

    .breadcrumb-single-project .single-top-details .item {
        width: 50%;
        padding: 16px 24px;
        min-width: 0;
    }

    .breadcrumb-single-project .single-top-details .item:not(:last-child)::after {
        top: auto;
        bottom: 0;
        inset-inline-end: 24px;
        inset-inline-start: 24px;
        transform: none;
        width: auto;
        height: 1px;
    }

    .breadcrumb-single-project .single-top-details .item h4 {
        font-size: 18px;
    }

    .single-project.body-inner {
        padding: 40px 0 60px;
        margin-top: -90px;
    }

    .similar-projects {
        padding: 48px 0 56px;
    }

    .similar-projects-head {
        margin-bottom: 28px;
    }

    .similar-projects-head h3 {
        font-size: 22px;
        line-height: 32px;
    }

    .similar-projects-slider {
        margin-bottom: 32px;
    }

    .similar-projects .similar-project-block .img {
        height: 300px;
    }

    .similar-projects .similar-details {
        flex-direction: column;
        align-items: flex-start;
    }

    .similar-projects .similar-details h3 {
        font-size: 18px;
        line-height: 28px;
        min-width: 0;
    }

    .similar-projects .similar-details .location-block span {
        white-space: normal;
    }

    .contact-page.body-inner {
        padding: 48px 0 60px;
    }

    .contact-form-box {
        height: auto;
        padding: 28px 20px;
        margin-bottom: 32px;
    }

    .contact-form-head h3 {
        font-size: 24px;
        line-height: 34px;
    }

    .contact-methods-inner {
        flex-direction: column;
        padding: 0;
    }

    .contact-support-card {
        height: 340px;
    }

    .project-main-slider .slick-slide img {
        height: 280px;
    }

    .project-thumbs .slick-slide,
    .project-thumbs .slick-slide img {
        height: 72px;
    }

    .project-description h3 {
        font-size: 22px;
        line-height: 32px;
    }

    .project-sidebar-card {
        position: static;
        margin-bottom: 32px;
    }

    .project-sidebar-card h2 {
        font-size: 22px;
        line-height: 32px;
    }

    .privacy-page.body-inner {
        padding: 48px 0 60px;
    }

    .privacy-toc {
        position: static;
        margin-bottom: 8px;
    }

    .privacy-block {
        padding: 22px 20px;
        scroll-margin-top: 90px;
    }

    .privacy-block-head h3 {
        font-size: 18px;
        line-height: 28px;
    }

    .services-inner-content h3 {
        font-size: 30px;
        line-height: 40px;
    }

    .services-inner-content p {
        font-size: 15px;
        line-height: 25px;
    }

    .sidebar-single-inner ul li a {
        margin-bottom: 16px;
    }

    header.sticky.header-single-project {
        padding: 10px 0;
    }

    .single-project.body-inner .row {
        flex-direction: column-reverse;
    }

    .project-gallery {
        margin-bottom: 20px;
    }

    .project-description {
        padding: 25px 25px 10px;
    }

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

    .part-block {
        height: 100px;
        line-height: 100px;
    }

    .part-block img {
        max-height: 80px;
        max-width: 90%;
    }

    .contact-methods-block {
        padding: 20px;
    }

    .contact-social-links a {
        width: 35px;
        height: 35px;
        border-radius: 5px;
        font-size: 14px;
    }

    .news-block .text-h {
        padding: 20px;
    }

    .news-block .text-h h3 {
        font-size: 18px;
        line-height: 28px;
    }

    .single-news-inner .img {
        height: 200px;
        margin-bottom: 35px;
    }

    .single-news-inner .img::after {
        height: 137%;
        background-size: 162px auto;
    }

    .single-news-inner .single-content h3 {
        font-size: 25px;
        line-height: 35px;
        margin-bottom: 18px;
    }

    .single-news-inner .single-content p {
        font-size: 15px;
        line-height: 25px;
    }

    .mobile-menu .menu-box .navigation li.current-menu-item a {
        color: var(--sec-color);
        /* background: rgb(0 0 0 / 55%); */
    }

    .sidebar-btn .btn {
        width: 100%;
    }

    .gallery-block {
        flex-direction: column !important;
    }

    .gallery-block .video-img {
        width: 100%;
        height: 200px;
    }

    .gallery-block .video-img .link-block::after {
        width: 60px;
        height: 60px;
        font-size: 30px;
    }

    .gallery-block .video-details {
        width: 100%;
        padding: 30px 0 0;
    }

    .gallery-block .video-details h3 {
        font-size: 25px;
        line-height: 35px;
        margin-bottom: 12px;
    }

    .gallery-block .video-details p {
        font-size: 14px;
        line-height: 24px;
    }

    .all-pages {
        margin-top: 30px;
    }

    .all-pages .pagination2 {
        padding: 10px;
    }
    
    .btn:hover {
        color: #111111;
    }
    
    .single-team-page .team-block {
        margin-top: 30px;
    }
    
    .about-text {
        padding: 12px 42px 0;
    }
    
    header.sticky.active {
        position: absolute;
    }
    
    .title h3 br {display: none;}
    
    .serv-block .details p {
        max-width: fit-content;
    }
    
    .banner-h .overlay-img {
        position: absolute;
        z-index: 0;
    }
    
    .clients-slider .slick-dots {
        margin-top: 36px;
    }
    
    .services-page .shapes-h3 {
        display: none;
    }
    
    .single-news-inner .img.vid {
        height: auto !important;
    }
    
    body.mobile-menu-visible .menu-backdrop {
        opacity: 1;
        z-index: 99;
    }
    
    .project-block .img::before {
        display: block;
        background: linear-gradient(180deg, rgba(33, 33, 33, 0) 46%, rgb(255 255 255 / 79%) 100%);
    }


}

@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) {}