@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: 186px;
    }

    .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; */
        overflow-y: scroll;
    }

    .mobile-menu .menu-box .navigation li,
    .mobile-menu .menu-box .navigation li:last-child {
        margin: 0 0 20px;
    }

    .navbar-collapse .navigation {
        width: 100%;
    }

    .home-slider {
        position: relative;
        width: 100%;
        margin-top:28px;
        margin-bottom: 30px;
        height: auto;
    }

    .banner-h .row {
        height: auto;
        flex-direction: column-reverse;
        padding: 100px 0 50px;
        z-index: 3;
        position: relative;
    }

    .img-banner {
        height: 250px;
    }

    .text-banner h1,
    .text-banner h2 {
        font-size: 30px;
        line-height: 40px;
        margin-bottom: 12px;
    }

    .text-banner h2:nth-child(2),
    .text-banner h1:nth-child(2) {
        padding-inline-start: 0px;
    }

    .text-banner h2 {
         display: block; 
          font-size: 24px;
    }

    .breakingNews {
        /* margin: 20px 0; */
    }

    .breakingNews>ul>li>a {
        font-size: 16px;
        line-height: 26px;
    }

    .nav-slider {
        bottom: 56px;
    }

    .img-about {
        height: auto;
        border-radius: 20px;
        margin-bottom: 30px;
    }

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

    .readMore {
        gap: 15px;
        display: inline-flex;
        flex-direction: row;
        align-items: center;
        -webkit-align-items: center;
        height: auto;
        padding: 0;
        margin-top: 30px;
    }

    .readMore span {
        font-size: 18px;
        line-height: 28px;
        min-height: auto;
    }

    .readMore .icon {
        width: 40px;
        height: 40px;
        line-height: 40px;
        font-size: 15px;
    }

    .readMore:hover .icon,
    .serv-block:hover .btn-more i {
        transform: rotate(0);
    }

    .readMore:hover span {
        opacity: 1;
    }

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

    .about-h {}

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

    .title h3 {
        font-size: 40px;
        line-height: 50px;
    }

    .title {
        margin-bottom: 40px;
    }

    .all-what .col-h {
        width: 50%;
    }

    .what-block {
        padding: 20px;
        margin-bottom: 20px;
    }

    .what-block .num {
        font-size: 45px;
        line-height: 55px;
        margin-bottom: 20px;
    }

    .what-block .details p {
        font-size: 14px;
        line-height: 24px;
        overflow-wrap: anywhere;
    }

    .all-what .col-h:nth-child(even) {
        padding-top: 33px;
    }

    .all-what.row {
        justify-content: center;
    }

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

    .serv-block {
        display: block;
        padding: 30px 20px;
    }

    .serv-block .details {
        width: 100%;
        margin-bottom: 20px;
    }

    .serv-block .details h3 {
        font-size: 20px;
        line-height: 30px;
    }

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

    .btn-more i, .serv-block .btn-more i {
        width: 40px;
        height: 40px;
        line-height: 40px;
        font-size: 17px;
    }

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

    .title-flex {
        display: block;
    }

    .title-flex .showMore {
        display: none;
    }

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

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

    .block-news .img-block img {
        opacity: 1;
    }

    .block-news .details h3 {
        font-size: 20px;
        line-height: 30px;
    }

    .read-more {
        display: inline-flex;
        font-size: 16px;
        gap: 19px;
    }

    .read-more .icon {
        width: 35px;
        height: 35px;
        line-height: 35px;
    }

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

    .counter-h .col-md-3 {
        width: 50%;
    }

    .counter-block h5 {
        font-size: 18px;
        line-height: 28px;
        margin-bottom: 10px;
    }

    .counter-block .counter-item {
        font-size: 48px;
        line-height: 58px;
    }

    .counter-block {
        margin: 10px 0;
    }

    .footer-top .row {
        padding: 40px 16px;
    }

    .logo-f {
        max-width: 220px;
        margin: unset;
    }

    .col-md-5 .foot-block {
        padding: 0;
    }

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

    .breadcrumb-h {
        padding: 130px 0 30px;
    }

    .text-bread h1 {
        font-size: 27px;
        line-height: 37px;
    }

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

    .text-about-page h3 {
        font-size: 23px;
        line-height: 33px;
        margin-bottom: 20px;
    }

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

    .count-about-page {
        width: 200px;
        height: 200px;
        margin: 0 auto 50px;
    }

    .count-about-page .counter-item {
        font-size: 60.26px;
        font-weight: 500;
        line-height: 89.24px;
        margin-bottom: 0;
        height: 90px;
    }

    .count-about-page h5 {
        font-size: 16px;
        line-height: 26px;
    }

    .about-bottom .img-about {
        margin: 0;
        height: 250px;
    }

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

    .value-block .icon {
        margin-bottom: 20px;
    }

    .value-block .details h3 {
        font-size: 22px;
        line-height: 33px;
        margin-bottom: 10px;
    }

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

    .value-block {
        padding: 25px;
    }

    .all-history .swiper.history-slider {
        transform: none !important;
        width: 100%;
    }

    .history-nav-slider {
        display: none;
    }

    .history-block .details h2 {
        font-size: 50px;
        line-height: 60px;
        width: 120px;
    }

    .history-block .details h3 {
        width: calc(100% - 120px);
        padding-inline-start: 8px;
        font-size: 15px;
        line-height: 25px;
    }

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

    .all-pages .pagination {
        padding: 10px;
    }

    .all-pages .pagination .page-item.prev-page .page-link,
    .all-pages .pagination .page-item.next-page .page-link {
        font-size: 15px;
        /*min-width: 70px;*/
    }

    .title-single h2 {
        font-size: 26px;
        line-height: 36px;
    }
    
    .title-single {
        margin-bottom: 30px;
    }
    
    .img-serv {
        height: 300px;
        margin-bottom: 30px;
    }
    .img-serv img {
    height: 100%;
}
    .img-h::after {
        opacity: 0 !important;
    }
    
    .img-h img {
        opacity: 1 !important;
    }
    
    .text-single p {
        font-size: 15px;
    }
    
    .text-single ul li {
        font-size: 14px;
        line-height: 24px;
    }

    .tabs-h .nav.nav-tabs {
        padding: 12px;
        gap: 10px;
    }
    
    .tabs-inner .item {
        width: 50% !important;
    }
    
    .media-block {
        height: 250px;
    }

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

    .block-career form {
        padding: 40px 20px;
        margin-bottom: 50px;
        height: auto;
    }
    
    .title-career h3 {
        font-size: 28px;
        line-height: 38px;
    }
    
    .all-jobs .accordion-item .accordion-header .accordion-button {
        padding: 20px;
        font-size: 15px;
        line-height: 25px;
    }
    
    .all-jobs .accordion-item .accordion-header .accordion-button::after {
        width: 35px;
        height: 35px;
        line-height: 35px;
    }
    
    .title-career {
        margin-bottom: 25px;
    }

    .info-contact .info-f ul li {
        width: 100%;
    }
    
    .contact-block {
        padding: 40px 20px;
    }
    
    .slick-dots {
        filter: brightness(0) invert(1);
        bottom: -50px;
    }
    
    .nav-slider .home-nav, .history-nav-slider .history-nav {
        /*border: none;*/
        /*height: auto;*/
        background: transparent !important;
        transform: none !important;
    }
    section.banner-h {
    padding-bottom: 38px;
}
    .footer-bottom {
        text-align: center;
        padding: 20px 0;
    }
    
    .ryad-logo {
        float: none;
    }
    
    .block-news .details {
        padding: 20px;
    }
    
    .block-news {
        height: 350px;
    }
    
    .title h3 * {
        transform: none !important;
    }
    
    .what-block:hover {
        background: linear-gradient(180deg, rgba(21, 21, 21, 0.8) 0%, rgba(12, 12, 12, 0.8) 72.61%);
    }
    
    .what-block:hover .num {
        padding: 0;
        color: var(--main-color);
        opacity: 0.2;
    }
    
    .what-block:hover .details p {
        transform: none;
    }
    
    .serv-block:hover {
        border-color:  #343131;
    }
    
    .readMore:hover .icon, .serv-block:hover .btn-more i {
        transform: rotate(-45deg);
        background: transparent;
        border-color: #fff;
        color: var(--main-color);
        -webkit-text-stroke: inherit;
    }
    
    .block-news::before {
        opacity: 0;
    }
    
    .block-news::after {
        opacity: 0;
    }
    
    .block-news .details .read-more {
        opacity: 1;
    }
    
    .read-more .icon {
        transform: none;
    }
    .services-slider .slick-list [data-slick-index="1"] .what-block,
.services-slider .slick-list [data-slick-index="3"] .what-block,
.services-slider .slick-list [data-slick-index="5"] .what-block{
   margin-top:0px;
   
  }
  .services-page .col {
        flex: 0 0 auto;
        width: 50%;
    }

.services-page .col .what-block{
    margin-bottom:24px;
}
    .about-bottom .img-about {
        margin: 0 15px;
    }
    .about-h .about-bottom.row {
    margin-top: 0;
}
.text-banner {
    margin: 0 15px;
}

.what-block:hover .num {
    padding-inline-start: 0;
}
.what-block .details p {
    min-height: unset;
    font-size: 17px;
    margin-bottom: 16px;
}
.text-bread.single-service-page h1 {
    font-size: 26px;
    line-height: 36px;
}
.single-page.single-news {
    padding-top: 0;
padding-bottom: 32px;
}
.single-page {
    padding: 0 0 32px;
}
.body-inner {
    padding: 32px 0;
}
.single-news .img-serv {
    margin-bottom: 32px;
}
.text-banner h2 {
    padding-inline-end: 0px;
}
.navbar-collapse {
    display: unset;
}
    .what-block .details p {
        min-height: 49px;
        font-size: 16px;
        margin-bottom: 16px;
    }
        .readMore {
        z-index: 2;
        padding: 10px 10px;
        }
        .readMore span {
    padding: 0 10px;
}
.readMore:hover .icon i {
    display: flex;

}
.readMore:hover .hover_img {
    display: none;
}
.text-banner h2 ul, .breakingNews>ul {
    direction: unset;
}
.text-banner h2 ul, .breakingNews>ul {
     padding: 0px; 
}
.img-h img {
    height: 195px;
    border-radius: 24px;
    /*object-fit: contain;*/
}

}

@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
 {
.text-banner h1 {
    font-size:40px;
}
}

@media (max-width: 768px) {
    .showMore333{display:flex;margin:60px auto 0;max-width:225px;}
     .slick-dots li button:hover {
    background: transparent;
}
.owl-theme .owl-dots .owl-dot:hover span{
      /*background: transparent;*/   
}
}

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

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

@media (max-width: 480px) {    
    
    .tabs-inner .item {
        width: 100% !important;
    }
      .services-page .col {
        flex: 0 0 auto;
        width: 100%;
    }
}

@media (max-width: 360px) {.all-pages .pagination .page-item {
    margin: 0 3px;
}}

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