:root {
    --main-color: #1A1A29;
    --bg-color: #0F213F;
    --sec-color: #AFEAD8;

}

@import url('https://fonts.googleapis.com/css2?family=Afacad+Flux:wght@100..1000&family=IBM+Plex+Sans+Arabic:wght@100;200;300;400;500;600;700&display=swap');
@font-face {
    font-family: 'Dubai';
    src: url('../fonts/Dubai-Regular.ttf');
}

@font-face {
    font-family: 'etab';
    src: url('../fonts/alfont_com_AlFont_com_etab.otf');
}
@font-face {
    font-family: 'AraEtabAlMonie_ee-Bold';
    src: url('../fonts/alfont_com_AlFont_com_AraEtabAlMonie_ee-Bold.otf');
}
@font-face {
    font-family: 'Cairo';
    src: url('../fonts/Cairo-Regular.ttf');
}

body {
    direction: rtl;
    text-align: start;
    overflow-x: hidden;
    /*font-family: "IBM Plex Sans Arabic", sans-serif;*/
   font-family: 'etab';
}

.owl-carousel {
    direction: ltr;
}

button:focus {
    border: none;
    outline: none;
}

input:focus {
    outline: none;
}

ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

a,
a:hover {
    text-decoration: none;
}

.left-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 41px;
}

.logo img {
    max-height: 95px;
}

/* nice select */
.nice-select {
    width: 100%;
    margin-bottom: 15px;
    text-align: start !important;
    padding-left: 30px;
    padding-right: 18px;
    border: 1px solid #DEDEDE;
    border-radius: 5px;
}

.nice-select::after {
    left: 12px;
    right: auto;
    border-bottom: 2px solid #2A378F;
    border-right: 2px solid #2A378F;
}

.nice-select .option {
    text-align: start;
    padding-left: 29px;
    padding-right: 18px;
}

.nice-select .list {
    width: 100%;
}

.nice-select:after {
    width: 8px;
    height: 8px;
}

/* Start header */
.navbar {
    justify-content: center;
}

.mynav .navbar-menu li a {
    color: #0F0F0F;
    transition: all 0.3s;
    padding: 0;
    font-size: 16px;
    padding: 30px 0;
    font-weight: 400;
}

.mynav .navbar-menu li a:hover,.mynav .navbar-menu li.current_page_item a {
    color: #234179;
}

li.menu-item-has-children {
    position: relative;
    margin-inline-end: 10px;
}

ul.sub-menu {
    display: block;
    opacity: 0;
    height: 0;
    position: absolute;
    top: 120%;
    right: 0;
    background: #fff;
    z-index: 9;
    transform: translateY(-20px);
    transition: .3s ease-out;
    visibility: hidden;
    padding: 0;
    min-width: max-content;
    min-width: 183px;
    box-shadow: 0px 9.51px 18.16px 0px rgba(174, 174, 174, 0.25);
    border: 1px solid #E1ECFF;
    border-radius: 5.19px;
    clip-path: polygon(0 0, 100% 0%, 100% 0%, 0 0);
}

li.menu-item-has-children:hover .sub-menu {
    opacity: 1;
    height: auto;
    transform: translateY(0);
    visibility: visible;
clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}

.mynav .navbar-menu li {
    padding-inline-end: 32px;
}

.mynav .navbar-menu ul.sub-menu li {
    padding-inline-end: 0;

}

.mynav .navbar-menu li .sub-menu a {
    color: #242626;
    font-size: 16px;
    padding: 12px 8px;
    display: inline-block;
    width: 100%;
       transition: all 0.3s;
    border-bottom: 1px solid #E1ECFF;
}

.mynav .navbar-menu li .sub-menu li:hover a {
    color: #4991BF;
}

.mynav .navbar-menu ul.sub-menu li:last-of-type a {
    border-bottom: none;
}


li.menu-item-has-children a {
    position: relative;
}

li.menu-item-has-children>a::after {
    position: absolute;
    content: '\f107';
    font-family: 'font awesome 5 pro';
    top: 33px;
    left: -14px;
    color: #000;
    font-size: 16px;
}

.sidebar li.menu-item-has-children>a::after {
    top: 13px;
    left: 1px;
    color: #fff;
}

ul.sub-menu li {
    margin-inline-end: 0;
}

.sidebar .sub-menu {
    display: none;
    opacity: 1;
    visibility: visible;
    height: auto;
    position: relative;
    min-width: unset;
    width: 100%;
    border-radius: 0;
    padding: 0px;
    margin-top: 0px;
    background: #fff;
    transition: all 0s;
}

.sidebar .side-content ul .sub-menu li a {
    color: var(--main-color);
}



.lang a {
    text-transform: capitalize;
    color: #0F0F0F;
    font-weight: 700;
      font-family: 'AraEtabAlMonie_ee-Bold';
    font-size: 16px;
}

.lang a img {
    max-width: 44px;
}

.mynav .row {
    align-items: center;
    padding: 21px 0 0 0;
}

.search-btn i {
    transition: all 0.7s;
    font-size: 22px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.mynav a {
    position: relative;
}

.navbar-menu {
    display: flex;
    padding: 0;
}

.btnSearch i {
    color: #0A0A0A;
    cursor: pointer;
}

.sidebar .read-more {
    margin-top: 14px;
    margin-inline-start: 12px;
}

/* ---------------------------------- */
.navbar-toggler i {
    color: #fff;
    font-size: 25px;
}

.responsive-menu {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 28px 12px;
}

.responsive-menu .left-menu {
    display: flex;
    align-items: center;
}

.responsive-menu .lang {
    text-transform: capitalize;
}

.left-menu .btnSearch {
    margin: 0 16px;
}

.navbar-toggler,
.responsive-menu .searchForm .btnSearch {
    padding: 0;
    width: 34px;
    height: 34px;
    background-color: var(--bg-color);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 3px;
}

.sidebar .logo {
    /*margin-top: 68px;*/
    margin-inline-start: 14px;
    max-height: 100px;
    /*background: #fff;*/
    max-width: 90%;
    padding: 12px;
    text-align:center;
}

.sidebar .logo img {
    max-height: 70px;
}

/* Sidebar */

.sidebar {
    position: fixed;
    top: 0px;
    right: -550px;
    height: 100%;
    width: 350px;
    background-color: var(--bg-color);
    z-index: 999;
    padding: 20px 0;
    transition: all 0.5s;
    box-shadow: 0px 0px 20px #00000029;
    padding: 20px 0;
    overflow: scroll;
    clip-path: circle(65px at calc(100% - 45px) 45px);

}

.sidebar-width {
    right: 0px;
    clip-path: circle(75%);

}

.sidebar .close-side i {
    position: absolute;
    top: 24px;
    left: 22px;
    cursor: pointer;
    width: 38px;
    height: 38px;
    color: #fff;
    font-size: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
       border: 1px solid #fff;
    border-radius: 50%;
}

.sidebar .side-content {
    padding-top: 25px;
    margin-top: 5px;
}

.close-overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: var(--bg-color);
    opacity: 0.6;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9;
    display: none;
}

.close-overlay.open-overlay {
    display: block;
}

.sidebar .side-content ul li {
    position: relative;
    width: 100%;
    transition: all .5s;
    border-bottom: 1px solid #ffffff63;
}

.sidebar .side-content ul li a {
    color: #fff;
    display: inline-block;
    padding: 12px 20px;
    position: relative;
    transition: all 0.6s;
}

.sidebar .side-content ul li a:hover {
    /*color: #fff;*/
}

.sidebar .contact-buttons {
    justify-content: center;
    margin-top: 60px;
}

.mynav {
    margin-top: 0;
}

/* ------------------  Start hero section ---------------------------   */
section.hero {
    position: relative;
    padding-top: 56px;
}

.hero_Images {
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 10px;
    height: 487px;
    overflow: hidden;
}

section.hero .row {
    align-items: center;
}

section.hero::before {
    position: absolute;
    content: '';
    max-width: 621px;
    display: none;
}

.hero .container-fluid {
    padding: 0;
}

.hero .col-lg-5 {
    padding-inline-end: 0;
}

.hero-details {width: 94%;
/*padding-inline-start: 9%;*/
    
}

.hero-details h6 {
    background-color: #EFFFF1;
    display: inline-block;
    font-size: 26px;
    font-weight: 400;
    padding: 2px 8px;
    border-radius: 8px;
    color: #438D4D;
    margin-bottom:16px;
}

.hero-details h2 {
    font-size: 32px;
    font-weight: 700;
      font-family: 'AraEtabAlMonie_ee-Bold';
    margin-bottom: 32px;
    color: #0F0F0F;
    line-height: 42px;
    /*max-width: 76%;*/
}

.hero-details h4 {
    font-size: 34px;
    line-height: 41.6px;
    color: rgba(36, 38, 38, 1);
    margin-bottom: 32px;
    font-weight: 400;
}

.hero-img {
    position: relative;
    height: 487px;
    text-align: center;
}

section.about .hero-img {
    position: relative;
    height: 421px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: end;
}

section.hero::after,
section.about::after {
    position: absolute;
    content: '';
    left: 0;
    display: none;
}

/* .hero-img::before {
    position: absolute;
    content: '';
    width: 41px;
    height: 315px;
    bottom: 0;
    left: 80px;
    background-image: url('../images/arrows_img.svg');
    background-size: cover;
} */

.hero-img img {
    max-width: 100%;
    max-height: 100%;
    object-fit: cover;
}

section.hero .read-more a {
    min-width: 100%;
    margin-inline-end: 14px;
}

/* ----------------------------------  equipment section------------------------------------ */
section.equipment .section-title {
    margin-bottom: 51px;
}
section.equipment .item {
    margin: 1px;
}
.equip-item {
    padding-bottom: 20px;
    overflow: hidden;
    min-height: 400px;
    border-radius: 16px;

}

.equip-img {
    height: 280px;
    border-radius: 16px 16px 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
    /* border: 1px solid #4991BF33; */
    /* border-bottom: none; */
    background: #fff;
}

.equip-img img {
    max-width: 100%;
    /*width: auto !important;*/
    height: 100%;
    border-radius: 16px 16px 0 0;
    /*object-fit: cover;*/
}

.equip-item-details {
    border: 1px solid #4991BF33;
    border-radius: 0 0 16px 16px;
    text-align: center;
    padding: 24px 0;
    width: 100%;
    position: relative;
}

.equip-item-details::after {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -webkit-mask-box-image: url('../images/equip-mask.png');
    /* mask-image: url('../images/equip-mask.png'); */
    -webkit-mask-size: cover;
    mask-size: cover;
    background-size: cover;
    background: #AFEAD8;
    z-index: -1;
    transition: all 0.3s;
    height: 0;
    box-shadow: 0px 24px 20px 0px #0000000A;
    background: #fff;
}

.equip-item:hover .equip-item-details::after {
    height: 126px;
}

.equip-item:hover .equip-item-details {
    /*background-image: url(../images/f.png);*/
    background-size: cover;
    background-position: bottom;
    border: none;
    padding-bottom: 30px;
}

.equip-item-details .item-name h4 {
    text-align: center;
    font-size: 18px;
    font-weight: 700;
      font-family: 'AraEtabAlMonie_ee-Bold';
    color: #0F0F0F;
    transition: all 0.3s;
    margin-bottom: 0;
}
.equip-item.new_item .equip-item-details .item-name h4{
    min-height:56px;
    line-height:30px;
}
.equip-item.new_item.service_item .equip-item-details .item-name h4{
    min-height:unset;
}
.equip-item-details p {
    color: #242626;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 0;
    margin-top: 24px;
    transition: all 0.3s;
}

.equip-item .more {
    transition: all 0.4s;
    opacity: 0;
    height: 0;
    transform: translateY(40px) rotate(-90deg);
}

.equip-item .more span {
    width: 58px;
    height: 58px;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background-color: var(--bg-color);
    color: #fff;
    font-weight: 700;
      font-family: 'AraEtabAlMonie_ee-Bold';
}

.equip-item:hover .more {
    opacity: 1;
    height: auto;
    transform: translateY(0) rotate(0deg) translateX(1px);
}

.equip-item:hover .more span {
    transform: translateY(0);
}

.equip-item:hover .item-name h4 {
    padding-bottom: 10px;
}

.card-slider {
    min-height: 432px;
}

section.equipment {
    padding-bottom: 0;
}

/* --------------------------------------------------------------------------- */
.part-slider .owl-nav button.owl-next,
.part-slider .owl-nav button.owl-prev,
.gallery-slider.owl-theme .owl-nav .owl-prev,
.gallery-slider.owl-theme .owl-nav .owl-next,
.card-slider.owl-theme .owl-nav .owl-prev,
.card-slider.owl-theme .owl-nav .owl-next {
    margin-top: 0;
    position: absolute;
    font-size: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    border: 2px solid #273D62;
    border-radius: 50%;
    color: #273D62;
    width: 58px;
    height: 58px;
    transition: all 0.3s;
}


.card-slider .owl-nav button.owl-next,
.card-slider .owl-nav button.owl-prev {
    top: -24%;
}
section.equipment.news .card-slider .owl-nav button.owl-next,
section.equipment.news .card-slider .owl-nav button.owl-prev {
    top: -20.2%;
}
.owl-theme .owl-nav button.owl-next:hover,
.owl-theme .owl-nav button.owl-prev:hover {
    background-color: #fff;
    color: #273D62;
    opacity: 30%;
}

.card-slider .owl-nav button.owl-prev {
    left: 0px;
    /*opacity: 30%;*/
}

.card-slider .owl-nav button.owl-next {
    left: 70px;
}

.part-slider .owl-nav button.owl-next,
.part-slider .owl-nav button.owl-prev {
    color: #fff;
    font-size: 22px;

}

.part-slider.owl-theme .owl-nav {
    min-width: 1126px;
    position: relative;
    margin-top: 0;
}

.part-slider.owl-theme .owl-nav .owl-prev {
    right: 70px;
    bottom: 20px;
}

.part-slider.owl-theme .owl-nav .owl-next {
    right: 0;
    bottom: 20px;
}

.owl-theme .owl-nav .owl-prev {
    background-color: #fff !important;
    color: #273D62!important;
}

/* -------------------------------------------------- */

.coffee-prod_content {
    position: relative;
    border: 1px solid #D7FFF3;
    box-shadow: 0px 24px 20px 0px #0000000A;
    padding: 89px 71px 89px 250px;
    border-radius: 32px;
}

.coffee-prod_content .row {
    align-items: center;
}

.coffee-prod_content::before {
    position: absolute;
    content: '';
    width: 242px;
    height: 200px;
    background-image: url('../images/prod_after.svg');
    background-size: cover;
    bottom: 0;
    left: 0;
}

.coffee-product-img {
    height: 300px;
    width: 100%;
    border: 1px solid #AFDCC8;
    border-radius: 24px;
    padding: 16px;
}

.coffee-product-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.coffee-prod-details {
    padding-inline-start: 26px;
}

.coffee-prod-details h4 {
    font-size: 40px;
    font-weight: 700;
      font-family: 'AraEtabAlMonie_ee-Bold';
}

.coffee-prod-details h6 {
    font-size: 24px;
    font-weight: 400;
    color: #242626;
    margin: 21px 0 38px;
    line-height: 31.2px;
}

.coffee-prod_content .read-more a {
    min-width: 269px;
}

@media (min-width: 1200px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1240px;
    }
}


.section-title h4 {
    color: #001715;
    margin-bottom: 0;
    font-size: 40px;
    font-weight: 700;
      font-family: 'AraEtabAlMonie_ee-Bold';
}


/* ---------------- Start why-choose-us section ---------------------   */
.why-choose-us_content {
    background-color: #F4F8FF;
    padding: 78px 74px;
    border-radius: 32px;
}

.choose_Us_Item {
    background-color: #fff;
    text-align: center;
    padding: 21px 12px 24px;
    border-radius: 12.9px;
    margin-bottom: 14.8px;
    transition: all 0.5s;
    position: relative;
    border: 3px solid #fff;
}

.choose_Us_Item::after {
    position: absolute;
    /* content: ''; */
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;

    background-size: cover;
    opacity: 0;
}

.choose_Us_Item:hover {border: 3px solid #4991BF;}

.choose_Us_Item .ch-img {
    height: 49px;
    margin-bottom: 12px;
}

.choose_Us_Item .ch-img img {
    max-height: 100%;
    object-fit: cover;
    transition: all 0.3s;
}

.choose_Us_Item:hover .ch-img img {
    /**/
}

.choose_Us_Item h6 {
    font-size: 16px;
    font-weight: 700;
    color: #242626;
    margin-bottom: 0;
    transition: all 0.5s;
      font-family: 'AraEtabAlMonie_ee-Bold';
}

.choose_Us_Item:hover h6 {color: #0F213F;transform: translateY(-6px);}

.why-choose-us_content .row {
    align-items: center;
}

.why-choose-us-details h4 {
    font-size: 40px;
    font-weight: 700;
      font-family: 'AraEtabAlMonie_ee-Bold';
    color: #001715;
    margin-bottom: 40px;
}

.why-choose-us-details h6 {
    font-size: 24px;
    color: #242626;
    font-weight: 400;
    line-height: 34px;
    margin-bottom: 0;
}

.why-choose-us_content .col-lg-8 .col-lg-4 {
    padding: 0 7px;
}

/* end .why-choose-us section */
/* ------------------------------------------------------- */
.coffee-products {
    padding-top: 42px;
}

.news .card-slider {
    min-height: 476px;
}

.equip-item.new_item {
    margin: 3px;
    min-height: 476px;
}

.equip-item.new_item.service_item {
    min-height: 460px;
}

.equip-item.new_item.service_item:hover .equip-item-details .item-name {
    padding-bottom: 14px;
}

.equip-item.new_item.service_item.equip-item-details {
    padding: 27px 12px 28px;
}

.equip-item.new_item.service_item:hover .equip-item-details {
    padding-top: 20px;
}

.equip-item.new_item.service_item:hover .item-name h4 {
    transform: translateY(-10px);
}

.equip-item.new_item .equip-item-details::after {
    display: none;
}

.equip-item.new_item .equip-item-details {
    transition: all 0.3s;
    background-size: 0;
    background-position: top;
}

.equip-item.new_item:hover .equip-item-details {
    /*background-image: url('../images/Rectangle 140.png');*/
    background-size: cover;
    background-position: bottom;
    border: none;
    padding-bottom: 30px;
}

.equip-item.new_item .equip-img {
    /* padding: 12px 12px 0; */
}

.equip-item.new_item .equip-img img {
    border-radius: 16px 16px 0 0;
}

.equip-item.new_item .equip-item-details {
    border-top: none;
    padding: 24px 26px 25.7px;
}

.equip-item.new_item:hover .equip-item-details {
    /* padding-top: 6px; */
}

.equip-item.new_item:hover .equip-item-details p {
    margin-top: 8px;
    margin-bottom: 16px;
}

.equip-item.new_item:hover .item-name h4 {
    padding-bottom: 0px;
}

section.equipment.news .read-more {
    text-align: center;
}

section.equipment.news .read-more a {
    min-width: 275px;
    background-color: #004440;
    color: #fff;
}

section.equipment.news .read-more a:hover {
    color: var(--bg-color);
}

.equipment.news .read-more a::after,
.equipment.news .read-more a span::after,
.equipment.news .read-more a::before,
.equipment.news .read-more a span::before {
    background-color:#0F213F;
}

/* ------------------------------- */
/* Start partner section */
.part-item .img {
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #FFFFFF;
    transition: all 0.3s;
    margin: 0px 8px 22px;
    padding: 0 5px;
    border: 1px solid #E3FCF4;
    border-radius: 8.9px;
}


.part-section .item .img a,
.part-item .img a {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    transition: all 0.3s;
}

.part-item .img img {
    max-height: 100%;
    width: auto;
    transition: all 0.3s;
    object-fit: contain;
    max-width: 100%;
}

.part-item .img a:hover img {
    transform: translateY(-6px);
}

.partner_content {
    box-shadow: 0px 24px 20px 0px #0000000A;
    padding: 44px;
    border: 1px solid #D7FFF3;
    border-radius: 32px;
}

.partner-details h4 {
    font-size: 40px;
    margin-bottom: 38px;
    color: #001715;
    font-weight: 700;
    margin-top: 10px;
      font-family: 'AraEtabAlMonie_ee-Bold';
}

.partner-details h6 {
    font-size: 24px;
    font-weight: 400;
    line-height: 31.2px;
    color: #242626;
    margin-bottom: 0;
}

/* ---------------------------  subscribe ---------------------------   */
.subscribe .subscribe-content {
    position: relative;
}

.right-arrows {
    position: absolute;
    top: 38px;
    right: 37px;
}

.left-arrows {
    position: absolute;
    bottom: 38px;
    left: 37px;
}

.coffee-prod,
.coffee-prod2 {
    position: absolute;
}

.coffee-prod {
    right: 121px;
    bottom: -65px;
}

.coffee-prod2 {
    right: 156px;
    bottom: -40px;
}

.hero-arrows {
    position: relative;
    top: 53px;
    left: unset;
    right: unset;
}

.arrow-imgs img,
.hero-arrows img,
.down-imgs img {
    max-width: 42px;
}

.coffee-prod_content .arrow-imgs img,
.about-arrow_Up img {
    max-width: 32px;
}

.arrow-imgs .img1 img,
.hero-arrows img,
.about-arrow_Up .img1 img,
.goTo-left-arrows .img1 img {
    animation-delay: 0.5s;
}

.arrow-imgs .img2 img,
.hero-arrows img,
.about-arrow_Up .img2 img,
.goTo-left-arrows .img2 img {
    animation-delay: 1s;
}

.arrow-imgs .img3 img,
.hero-arrows img,
.about-arrow_Up .img3 img,
.goTo-left-arrows .img3 img {
    animation-delay: 1.5s;
}

.arrow-imgs .img4 img,
.hero-arrows img,
.about-arrow_Up .img4 img,
.goTo-left-arrows .img4 img {
    animation-delay: 2s;
}

.arrow-imgs .img5 img,
.hero-arrows img,
.about-arrow_Up .img5 img,
.goTo-left-arrows .img5 img {
    animation-delay: 2.5s;
}

.arrow-imgs .img6 img,
.hero-arrows img,
.about-arrow_Up .img6 img,
.goTo-left-arrows .img6 img {
    animation-delay: 3s;
}

.arrow-imgs .img7 img,
.hero-arrows img,
.about-arrow_Up .img7 img,
.goTo-left-arrows .img7 img {
    animation-delay: 3.5s;
}

.arrow-imgs .img8 img,
.hero-arrows img,
.about-arrow_Up .img8 img,
.goTo-left-arrows .img8 img {
    animation-delay: 4s;
}

.arrow-imgs .img9 img,
.hero-arrows img,
.about-arrow_Up .img9 img,
.goTo-left-arrows .img9 img {
    animation-delay: 4.5s;
}

.arrow-imgs .img10 img,
.hero-arrows img,
.about-arrow_Up .img10 img,
.goTo-left-arrows .img10 img {
    animation-delay: 5s;
}

.arrow-imgs .img11 img,
.hero-arrows img,
.about-arrow_Up .img11 img,
.goTo-left-arrows .img11 img {
    animation-delay: 5.5s;
}

.arrow-imgs img {
    display: block;
    opacity: 0;
    animation: upToDown 3s infinite ease-in-out;
}

@keyframes upToDown {
    0% {
        transform: translateY(-10px);
        opacity: 0%;
    }

    50% {
        transform: translateY(0px);
        opacity: 20%;
    }

    100% {
        transform: translateY(10px);
        opacity: 0%;
    }
}

.hero-arrows img,
.about-arrow_Up img {
    display: block;
    opacity: 0;
    animation: DownToUp 3s infinite ease-in-out;
}

@keyframes DownToUp {
    0% {
        transform: translateY(10px);
        opacity: 0%;
    }

    50% {
        transform: translateY(0px);
        opacity: 100%;
    }

    100% {
        transform: translateY(-10px);
        opacity: 0%;
    }
}

.subscribe-content {
    background-color: #AFEAD8;
    border-radius: 24px;
    text-align: center;
    padding: 96px 32px;
}

.subscribe-content .row {
    justify-content: center;
}

.subscirb-details h4 {
    font-size: 40px;
    line-height: 52px;
    font-weight: 700;
      font-family: 'AraEtabAlMonie_ee-Bold';
    color: #001715;
    margin-bottom: 22px;
}

.subscirb-details h6 {
    font-size: 24px;
    margin-bottom: 51px;
    font-weight: 400;
    line-height: 32px;
    color: #242626;
}

.subscirb-details .form-group input {
    border-radius: 16px;
    border: none;
    outline: none;
    text-align: center;
    padding: 3px;
    max-width: 406px;
    margin:0px 14px;
    color: var(--bg-color);
    height: 48px;
}

.subscirb-details .form-group input::placeholder {
    color: #A0A0A0;
}

.subscirb-details .form-group button {
    min-width: 119px;
    border-radius: 16px;
    padding: 5px;
    background-color: var(--bg-color);
    color: #fff;
    height: 48px;
}

.subscirb-details .form-group {
    display: flex;
    /*align-items: center;*/
    justify-content: center;
}

/* ----------------------------- */
/* -----------  Start footer section  -------------------- */
.fixed-icone {
  position: fixed;
  bottom:30px;
  right: 16px;
  z-index: 99;
  animation: updown-i 4s infinite ease-in-out;
}

@keyframes updown-i {

  0%,
  100% {
    transform: translateY(-12px);
  }

  50% {
    transform: translateY(12px);
  }
}

.fixed-icone a {

  width: 47px;

  height: 47px;

  display: flex;

  align-items: center;

  justify-content: center;

  margin-bottom: 9px;

  color: #fff;

  font-size: 22px;

  background: linear-gradient(180deg, #61FD7D 0%, #2BB826 100%);
border: 0.81px solid #FFFFFF33;

  border-radius: 10px;
}

.fixed-icone a.phone_link {
  color: #fff;
  font-size: 16px;
  border: none;
  border: 0.85px solid #073579;
  background: #073579;
  box-shadow: none;
}

.fa-brands,
.fab {
  font-weight: 400;
  font-family: 'Font Awesome 6 Brands';
  font-style: normal;
}


footer {
    background-color: #273D62;
    padding: 75px 0px 0;
    border-radius: 32px 32px 0 0;
}

.footer-links h4,
.right-footer h4 {
    color: #fff;
    font-size: 24px;
    font-weight: 700;
      font-family: 'AraEtabAlMonie_ee-Bold';
    margin-bottom: 41px;
}

.footer-logo img {
    max-height: 100%;
}

footer .footer-menu ul li {
    margin-bottom: 14px;
}

.footer-logo {
    height: 165px;
    margin-bottom: 30px;
}

footer .footer-menu ul {
    display: inline-block;
}

footer .footer-menu ul a {
    color: #B6CAEA;
    text-transform: capitalize;
    font-size: 16px;
    transition: all 0.3s;
    font-weight: 400;
}

.footer-soch a {
    color: #fff;
    transition: all 0.3s;
    display: flex;
    align-items: center;
    background-color: #0F213F;
    border-radius: 9px;
    margin-bottom: 11px;
    padding: 10px;
    border: 2px solid #0F213F;
    justify-content: center;
    gap: 14px;
    max-width:170px;
}

.footer-soch a span {
    /*padding-inline-start: 34px;*/
}

 .contact-list a {
    display: flex;
    color: #B6CAEA;
    font-weight: 300;
}

 .contact-list li i {
    position: relative;
    top: 5px;
    padding-inline-end: 8px;
    color: #fff;
}

 .contact-list li {
    margin-bottom: 15px;
}

 .contact-list li p {
    margin-bottom: 0px;
    line-height: 29px;
}

span.mob-num {
    display: block;
    direction: ltr;
}

.tax-number {
    background-color: #AFEAD8;
    border-radius: 16px;
    padding: 19px 12px 9px;
    margin-top: 30px;
}

.tax-number h6 {
    margin-bottom: 10px;
}

.left-footer p {
    color: #fff;
    line-height: 28px;
    font-weight: 700;
      font-family: 'AraEtabAlMonie_ee-Bold';
    font-size: 18px;
    margin-bottom:0;
}

.left-footer {
    /*padding-inline-end: 20px;*/
}

.footer-links.footer-menu {
    padding-inline-start: 90px;
}
.right-footer {
    padding-inline-start: 90px;
}
.footer-links {
    padding-inline-start: 70px;
}
/* bottom footer */
.copy-right {
    /*text-align: center;*/
    padding: 20px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    margin-top: 44px;
}

.ryad-logo {
    height: 60px;
    margin-top: -32px;
    position: relative;
    top: 5px;
    margin-left: -20px;
}

.copy-right .row {
    align-items: center;
}

.comp-rights {
    text-align: end;
}

.copy-right p {
    margin-bottom: 0;
    color: #fff;
}

.copy-right p span {
    color: #fff;
}

.footer .col-md-2 {
    padding-inline-start: 24px;
}

/*----------------------------------   Start about page ----------------------------------*/
section {
    padding: 60px 0;
}

section.about {
    position: relative;
    padding-top: 36px;
}

.breadcrumb-section {
    padding: 19px 0 0;
    margin-top: 20px;
    z-index: 2;
    position: relative;
    background: #fff;
    border-radius: 16px;
}

.breadcrumb-info h2 {
    font-size: 32px;
    margin-bottom: 0px;
    color: #0F0F0F;
    font-weight: 700;
      font-family: 'AraEtabAlMonie_ee-Bold';
}

.breadcrumb-section a {
    color: #001715;
    font-size: 18px;
    font-weight: 500;
}

.breadcrumb {
    display: flex;
    align-items: center;
    justify-content: start;
    background-color: transparent;
    padding: 0;
    margin-bottom: 0;
}

.breadcrumb-item+.breadcrumb-item {
    padding-left: 0;
    color: #fff;
    font-weight: 700;
      font-family: 'AraEtabAlMonie_ee-Bold';
    font-size: 20px;
}

.breadcrumb-item.active {
    color: #001715;
    font-size: 18px;
    font-weight: 500;
}

.breadcrumb-item+.breadcrumb-item::before {
    padding-left: 6px;
    content: "/";
    color: #001715;
    padding-right: 6px;
    font-size: 18px;
}


.about-page .hero-img .img {
    height: 421px;
}
.about-page .hero-img .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 32px;
    border: 1px solid #E8F1FF;
    box-shadow: 0px 24px 20px 0px #0000000A;
}
.about-info {
    padding-inline-end: 30px;
}

.about-info h4 {
    font-size: 32px;
    color: #001715;
    font-weight: 700;
      font-family: 'AraEtabAlMonie_ee-Bold';
    margin-bottom: 24px;
}

.about-info h5 {
    font-size: 18px;
    line-height: 30px;
    color: #0F0F0F;
    font-weight: 500;
}

.suggest-title h4 {
    font-size: 51px;
    line-height: 89.6px;
    color: #001715;
    font-weight: 700;
      font-family: 'AraEtabAlMonie_ee-Bold';
}

.suggest-disc p {
    font-size: 34px;
    line-height: 41.6px;
    font-weight: 400;
    color: #242626;
}

.suggest-sec {
    padding-top: 0px;
}

.suggest-disc {
    width: 80%;
}

.suggest_Title_Image {
    position: relative;
}

.suggest-sec .hero-arrows.arrow-imgs {
    transform: rotate(-90deg);
    top: 41px;
    left: 195px;
    position: relative;
}

section.about::after {
    bottom: 63px;
    height: 392px;
    width: 39%;
}

.suggest-title h4 span {
    color: #CB9731;
}

.suggest-sec .row,
section.about.about-page .row {
    align-items: center;
}

section.about.about-page .hero-arrows {
    top: 263px;
    left: 22px;
}

.suggest-title {
    display: flex;
    align-items: center;
}

.read-more a::after,
.read-more a span::after,
.read-more a::before,
.read-more a span::before,
.read-more button::after,
.read-more button span::after,
.read-more button::before,
.read-more button span::before {
    content: "";
    position: absolute;
    top: 0;
    width: 25.25%;
    height: 0;
    background-color: #0F213F;
    z-index: -1;
    transition: 0.5s;
}

.read-more a::before,
.read-more button::before {
    left: 0;
}

.read-more a::after,
.read-more button::after {
    left: 50%;
}
.read-more a span::after,
.read-more a span::before,
.read-more button span::after,
.read-more button span::before {
    top: auto;
    bottom: 0;
}

.read-more a span::before,
.read-more button span::before {
    left: 25%;
}

.read-more a span::after,
.read-more button span::after {
    left: 75%;
}

.read-more a:hover::after,
.read-more a:hover span::after,
.read-more a:hover::before,
.read-more a:hover span::before,
.project-item:hover .read-more a::after,
.project-item:hover .read-more a::before,
.project-item:hover .read-more a span::after,
.project-item:hover .read-more a span::before,
.read-more button:hover::after,
.read-more button:hover span::after,
.read-more button:hover::before,
.read-more button:hover span::before {
    /*height: 48px;*/
     height: 100%;
}


.read-more a,
.read-more button {
    display: inline-block;
    padding: 8px 12px;
    min-width: 159px;
    /*height: 48px;*/
    color: #fff;
    transition: all 0.3s;
    text-align: center;
    background: #273D62;
    font-weight: 700;
      font-family: 'AraEtabAlMonie_ee-Bold';
    outline: none;
    position: relative;
    z-index: 2;
    overflow: hidden;
    font-size: 16px;
    border-radius: 16px;
    line-height: 24px;
    border: 3px solid #4991BF;
}

.read-more a:hover,
.read-more button:hover {
    color: #fff;
}

/* --------------------------------  automatic machines ----------------------   */
section.about.automatic-mach .hero-img {
    height: 363px;
    mix-blend-mode: darken;
}

section.about.automatic-mach::after {
    bottom: 105px;
    height: 293px;
    width: 33%;
}

.contact-sec-form .contact-form {
    box-shadow: 0px 24px 20px 0px #0000000A;
  border: 1px solid #E8F1FF;
    padding: 70px 65px;
    border-radius: 32px;
}

.contact-sec-form .contact-form h5 {
    font-size: 32px;
    margin-bottom: 20px;
    color: #041601;
    font-weight: 500;
    text-align: center;
}

.contact-sec {
    padding-bottom: 116px;
    padding-top: 46px;
}

.contact-sec .row {
    align-items: center;
}

.contact-info h5 {
    font-size: 40px;
    line-height: 51px;
    font-weight: 700;
     font-family: 'AraEtabAlMonie_ee-Bold';
    color: #001715;
    margin-bottom: 26px;
}



.goTo-left-arrows .img {
    display: inline-flex;
    max-height: 46px;
}

.goTo-left-arrows img {
    max-width: 100%;
    max-height: 100%;
    object-fit: cover;
    animation: moveLeft 5s infinite ease-in-out;
}

@keyframes moveLeft {
    0% {

        transform: translateX(10px);
        opacity: 0%;
    }

    50% {
        transform: translateX(0px);
        opacity: 100%;
    }

    100% {
        transform: translateX(-10px);
        opacity: 0%;
    }


}

/* ------------------------------------------------------------------- */
section.about.automatic-mach.mach-and-equip::after {
    bottom: 79px;
    height: 319px;
    width: 40%;
}

section.about.automatic-mach.traning::after {
    bottom: 133px;
    height: 356px;
    width: 39%;
}

.about.automatic-mach.traning .row {
    align-items: center;
}

.about.automatic-mach.mach-and-equip .about-info {
    width: 79%;
}

.about.automatic-mach.traning .about-info {
    width: 83%;
}

section.about.automatic-mach.self-seling .hero-img {
    height: 391px;
}

/* ------------------------------------  single news page ----------------  */
.single-img {
    height: 426px;
}

.single-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 8px;
}

.single-ness-details .row,
.career-page .row,
.faq-page .row {
    justify-content: center;
}

.new-details h4 {
    font-size: 32px;
    margin: 32px 0 20px;
    color: #001715;
    font-weight: 500;
}

.new-details p,
.new-details ul li {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #242626;
}

.new-details ul {
    margin-top: 20px;
    list-style: disc;
    padding-inline-start: 20px;
}

.new-details ul li {
    margin-bottom: 12px;
}

section.single-news-page {
    padding: 95px 0 83px;
}

.new-details p {
    width: 76%;
}

/* ---------------------------  maintanance ------------------   */
section.about.automatic-mach.maintanance .hero-img {
    height: 400px;
}

section.about.automatic-mach.maintanance::after {
    bottom: 103px;
    height: 293px;
    width: 41%;
}

/* ------------------------- career page  ------------------------------------ */
.input-group.upload {
    margin-bottom: 26px;
    position: relative;
}

.form-control:disabled,
.form-control[readonly] {
    background-color: #F4F8FF;
    opacity: 1;
    padding: 12px 10px;
    height: 47px;
    border-radius: 8px !important;
    border-color: transparent;
}

.input-group.upload span.uplod {
    position: absolute;
    left: 10px;
    top: -15px;
    font-size: 16px;
    width: 100%;
    text-align: end;
    display: inline-block;
    z-index: 2;
    background-color: transparent;
    border-color: #DEDEDE;
    /*height: 100%;*/
    border-radius: 5px;
}

.input-group.upload span.uplod i {
    height: 48px;
    width: 43px;
  /*background-color: #AFDCC8; */
    color: #009CFF;
    display: flex;
    align-items: center;
    margin: 5px;
    justify-content: center;
    margin-inline-start: auto;
    font-size: 28px;
    border-radius: 8px 0 0 8px;
}

label.input-group-btn {
    background-color: #F4F7F9;
    margin-bottom: 0;
    height: 0;
}

.input-group.upload label {
    display: block;
    width: 100%;
}

span.btn {
    padding: 0;
}

/* -------------------------  contact page --------------------    */
.contact-form {
    background: #FFF;
    height: 100%;
    padding-inline-end: 17px;
}

.contact-form form input,
.contact-form form textarea,
.nice-select,
.contact-form form select {
    width: 100%;
    padding: 12px 10px;
    background: #F4F8FF;
    color: #4E4E4E;
    font-size: 16px;
    border: none;
    font-weight: 400;
    height: auto;
    line-height: unset;
    border-radius: 8px;
}

select {
    -moz-appearance: none;
    /* Firefox */
    -webkit-appearance: none;
    /* Safari and Chrome */
    appearance: none;
}

.select {
    position: relative;
    z-index:1;
}

.select::after {
    position: absolute;
    content: '\f107';
    font-family: 'font awesome 5 pro';
    top: 6px;
    left: 17px;
    color: #009CFF;
    font-size: 25px;
        z-index:10;
}

.contact-form form select:focus-within {
    outline: none;
}

.btn.focus,
.btn:focus {
    box-shadow: none;
}

.contact-form h3,
.contact-map h4 {
    font-size: 41px;
    margin-bottom: 32px;
    color: #060606;
    font-weight: 400;
}

.contact-form .read-more {
    margin-top: 28px;
}

.contact-form textarea {
    height: 97px !important;
}

.form-group textarea:focus {
    outline: none;
}

.form-group.mobil {
    position: relative;
}

.form-group.mobil .mob-numb {
    position: absolute;
    top: 8px;
    left: 12px;
    z-index: 1;
    display: flex;
    align-items: center;
    gap: 6px;
}

.form-group.mobil .mob-numb span.mob-num {
    display: inline-block;
    direction: ltr;
    font-weight: 700;
      font-family: 'AraEtabAlMonie_ee-Bold';
    font-size: 20px;
    color: #1E1E1E;
}

section.contact-page .contact-sec-form {
    padding: 66px 44px 56px;
    border: 1px solid #E8F1FF;
    border-radius: 32px;
    box-shadow: 0px 24px 20px 0px #0000000A;

}


.contact-form .read-more button {
    min-width: 100%;
}

.form-group.mobil .mob-numb img {
    height: 24px;
}

.modal-dialog .modal-header .close {
    position: absolute;
    top: 36px;
    left: 16px;
    width: 26px;
    height: 26px;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 1;
    border-radius: 50%;
    color: #4991BF;
    z-index: 2;
    border: 1px solid #4991BF;
}

.modal-dialog .modal-header .close span {
    font-size: 34px;
    font-weight: 100;
}

.modal-dialog .modal-header .close:hover {
    opacity: 1;
}

.modal-dialog .modal-header {
    border-bottom: none;
}

/* ------------------------------------------------------------- */

/* Pagination */
.pagination-list {
    border: 0.92px solid #F3F3F3;
    box-shadow: 0px 14.641509056091309px 29.283018112182617px 0px #0000000F;
    padding: 2px 0;
    width: 194px;
    margin: 48px auto 0;
}

.pagination {
    justify-content: center;

}

.page-item .page-link {
    color: rgb(0 0 0 / 40%);
    font-size: 18px;
    font-weight: 700;
      font-family: 'AraEtabAlMonie_ee-Bold';
    transition: all 0.3s;
    background: transparent;
    border: none;
    padding: 6px 5px;
    margin: 0;
    line-height: 31px;
}

.page-item:last-child .page-link,
.page-item:first-child .page-link {
    border-radius: 0;
    margin-inline: 6px;
    border-color: transparent;
    background-color: var(--sec-color);
    color: #fff;
    font-size: 20px;
    line-height: 18px;
    width: 31px;
    height: 31px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 6px 14px 0;
}

.page-item:last-child .page-link:hover,
.page-item:first-child .page-link:hover {
    color: #fff;
    background-color: rgb(42 55 143 / 30%);
}

.page-item.active .page-link,
.page-link:hover {
    z-index: 3;
    color: #fff;
    background-color: #fff;
    border-color: #fff;
    color: var(--sec-color);
}

li.page-item {
    margin-inline: 0;
}

.page-link:focus {
    box-shadow: none;
}

.modal-body .contact-form h5 {
    font-size: 32px;
    margin-bottom: 39px;
    font-weight: 700;
      font-family: 'AraEtabAlMonie_ee-Bold';
    text-align: center;
    color: #273D62;
}

.modal-body {
    padding: 0;
}

.modal-dialog .contact-form {
    padding-inline-end: 0;
    padding: 35px 34px;
}

.contact-form label {
    /*position: absolute;*/
    /*top: 10px;*/
    /*right: 14px;*/
    /*transition: all 0.3s;*/
    /*color: #625F5F;*/
}

.contact-form input:focus+label,
.contact-form input.has-value+label,
.contact-form textarea:focus+label,
.contact-form textarea.has-value+label {
    font-size: 12px;
    top: 0px;
}

.form-group {
    margin-bottom: 16px;
    position: relative;
}

.form-group.speacial-f {
    position: unset;
}

.career-page {
    padding: 71px 0 126px;
}

section.contact-page .row .contact-sec-form .contact-form {
    box-shadow: none;
    border: none;
    padding: 0;
    margin-inline-end: 14px;
}

.contact_img {
    height: 557px;
    position: relative;
}

.contact_img img {
    max-width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 24px;
}

.contact_img:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border-radius: 32px;
    background-color: rgb(0 68 64 / 50%);
}

.contact_img .img {
    width: 100%;
    height: 100%;
}

.contact_img .about-arrow_Up {
    position: absolute;
    bottom: 20px;
    left: 20px;
    z-index: 2;
}

.contact-img-logo {
    position: absolute;
    bottom: 20px;
    right: 30px;
    height: 159px;
}

.contact-img-logo img {
    width: 100%;
    height: 100%;
}

.partner-page .part-item .img {
    margin: 0px 0px 20px;
}

.contact-page {
    padding: 95px 0 114px;
}

.contact-sec-form .contact-form h6 {
    font-size: 20px;
    text-align: center;
    margin-bottom: 32px;
    font-weight: 400;
}

/* --------------------------------------  faq page -----------------------------   */
.card-header {
    background: #FBFBFB;
    border: none;
    padding: 0;
    border-radius: 8px 8px 0 0px !important;
}

.card {
    border: none;
    margin-bottom: 31px;
    border-radius: 8px;
    border: none;
}

.text-faq .card.active {
    box-shadow: 0px 8px 52px rgba(0, 0, 0, 0.07);
}

.card-header .btn {
    display: flex;
    padding: 15px 28px 15px;
    width: 100%;
    padding-inline-end: 40px;
    position: relative;
    font-size: 18px;
    border-radius: 8px;
    overflow: hidden;
    text-decoration: none;
    color: #242626;
    font-weight: 700;
      font-family: 'AraEtabAlMonie_ee-Bold';
    /* border: 1px solid #CFCFCF; */
    background: #DEFFF5;
}

.card-header .btn::after {
    width: 42px;
    height: 42px;
    content: "\f067";
    position: absolute;
    left: 20px;
    font-family: 'font awesome 5 pro';
    top: 7px;
    bottom: 0;
    display: flex;
    align-items: center;
    font-size: 22px;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.card-header .btn:not(.collapsed) {
    background: var(--main-color);
    color: #fff;
}

.card-header .btn:not(.collapsed)::after {
    color: #fff;
}

.card-body {
    padding: 10px 32px;
    border-radius: 0 0 8px 8px;
    border-top: none;
    /* border: 1px solid #E3E3E3; */
    background: #DEFFF5;
    border-top-color: transparent;
}

.card-header .btn:not(.collapsed)::after {
    content: "\f068";
}

.text-rotate {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.text-rotate h3 {
    margin: 0;
    writing-mode: vertical-rl;
    transform: scale(-1);
    color: #E4DEFF;
    font-size: 127px;
    line-height: 127px;
}


.card-header .btn:not(.collapsed) {
    background: #DEFFF5;
    color: #242626;
    border-bottom: none;
    font-weight: 700;
      font-family: 'AraEtabAlMonie_ee-Bold';
}

.card-header .btn:not(.collapsed)::after {
    content: "\f068";
}

.card-header .btn:not(.collapsed)::after {
    color: #004440;
}

.card-body p {
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    color: #242626;
}

.input-group>.form-control {
    /*flex: unset;*/
}
.footer-soch a i {
    font-style: normal;
}
.wpcf7 input[type="url"], .wpcf7 input[type="email"], .wpcf7 input[type="tel"] {
    direction: rtl !important;
}
.mynav .navbar-menu li a,.read-more a,
.read-more button,.section-title h4,h2,h3,h4,h5,h6,
.breadcrumb-item.active,.breadcrumb-section a{
    /*text-transform: capitalize;*/
}
.news-page .equip-item-details p {
    min-height: 48px;
}
.wpcf7 form .wpcf7-response-output {
    margin: 2em 0em 1em;
}
.card-body {
    background: #AFEAD8;

}
.card-header .btn:not(.collapsed) {
    background: #AFEAD8;
        border-radius:8px 8px 0px 0px;
}
@media (min-width: 576px) {
    .modal-dialog {
        max-width: 577px;
        margin: 1.75rem auto;
     border: 1px solid #E8F1FF;
       border-radius:32px;
    }
}
@media (max-width: 576px) {
    .modal-dialog .modal-header .close {
    left: 5px;
}
}
@media (max-width: 576px) {
.card-header .btn::after {
    left: 8px;
}
    .card-slider .owl-nav button.owl-next {
        left: 55px;
    }

}

@media (min-width: 992px) {
    .col {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
        padding: 0 10px;
    }
}
 .form-group > label {
    position: absolute;
     top: 10px;
     right: 14px;
     color: #4E4E4E;
     transition: all 0.3s;
     text-transform: capitalize;
 }
 
 .form-group > label.move {
     font-size: 12px;
     top: 0px;
 } 
 .sidebar .logo img {
    max-height: 70px;
}
 
 
section.equipment.news  .card-slider {
    min-height: 530px;
}
section.equipment.news .equip-item.new_item {
    margin: 3px;

}

.lang a img {
    max-width: 44px;
    height: 28px;
    object-fit: contain;
}


.hero-details h4 {
    font-size: 34px;
    line-height: 41.6px;
    color: rgba(36, 38, 38, 1);
    margin-bottom: 32px;
    font-weight: 400;
}

section.news-page.news .equip-item.new_item {
    margin: 3px;
    /*min-height: 556px;*/
}
/*---------------------------------------------------------------------------*/
/* Start Search */

.site-search {
    display: table;
    width: 100%;
    height: 100%;
    background: #fff;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
    opacity: 0;
    padding: 12px;
    transition: opacity .5s ease 0.25s, z-index 0s ease 0.75s;
    -webkit-transition: opacity .5s ease 0.25s, z-index 0s ease 0.75s;
}

.site-search .close-side i {
    position: absolute;
    width: 30px;
    height: 30px;
    border: 1px solid #000;
    border-radius: 50%;
    color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    top: 20px;
    left: 20px;
}

.site-search.open {
    z-index: 99999999;
    opacity: 1;
    transition: opacity .5s, z-index 0s;
    -webkit-transition: opacity .5s, z-index 0s;
}

.site-search.open .woocommerce-product-search,
.site-search.open .search-form {
    margin-top: -40px;
    opacity: 1;
    transition: margin-top .5s, opacity .5s;
    -webkit-transition: margin-top .5s, opacity .5s;
}

.site-search .widget_product_search,
.site-search .widget_search {
    position: relative;
    padding-top: 0;
}

.site-search .woocommerce-product-search,
.site-search .widget_search .search-form {
    border: none;
    width: 50%;
    margin-top: 300px;
    position: fixed;
    top: 50%;
    left: 50%;
    display: block;
    padding-top: 0;
    opacity: 0;
    transition: margin-top .5s, opacity .5s;
    -webkit-transition: margin-top .5s, opacity .5s;
    transform: translateX(-50%);
    z-index: 9;
}

.site-search .woocommerce-product-search label,
.site-search .widget_search .search-form label {
    display: none;
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important;
    transform: translateX(10%);
}

.site-search .woocommerce-product-search .search-field,
.site-search .widget_search .search-form .search-field {
    color: var(--main-color);
    background: none;
    border: none;
    border-bottom: 3px solid var(--main-color);
    font-size: 20px;
    padding: 15px 0;
    height: auto;
    margin: 0;
    outline: none !important;
    display: block;
    width: 100%;
    box-sizing: border-box;
    transition: all 0.15s linear;
    /* -webkit-appearance: none; */
    border-radius: 0px;
    box-shadow: inset 0 0 0 transparent;
    color: var(--main-color);
    padding-inline-end: 50px;
}

.site-search .woocommerce-product-search input[type="submit"],
.site-search .widget_search .search-form input[type="submit"] {
    top: 10px;
    right: 15px;
    padding-top: 0 !important;
    background: none !important;
    font-size: 0;
    min-width: 0;
    padding: 0 !important;
    z-index: 4;
    position: absolute;
    font-weight: normal;
    text-transform: uppercase;
    text-align: center;
    width: 40px;
    height: 40px;
    line-height: 40px;
    overflow: hidden;
    cursor: pointer;
    color: #000;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.site-search .woocommerce-product-search button {
    position: absolute;
    left: 0;
    top: 15px;
    font-size: 20px;
    background: none !important;
    border: none !important;
    box-shadow: none !important;
    color: var(--main-color);
    padding: 0;
}

.site-search .woocommerce-product-search .search-field::placeholder {
    color: var(--main-color);
}

.searchForm .btnSearch {
    box-shadow: none !important;
    margin: 0 25px;
    color: #101010;
    padding: 0;
    text-align: center;
    line-height: 30px;
    border: none !important;
    font-size: 20px;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    background: #fff;
    cursor: pointer;
}

.searchForm .btnSearch i {
    transition: all 0.6s;
    color: var(--main-color);
}

.searchForm .btnSearch i:hover {
    transform: rotate(360deg);
    color: var(--hover-color);
}

.site-search-close {
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
}
span.btnSearch img {
    cursor: pointer;
    max-height: 26px;
}
/* End Search */
/*---------------------------------------------------------------*/
.slider-img,.heroImge{
    height:521px;
    padding: 14px 0;
    border-radius: 32px;
}

.slider-img img,.heroImge img{
   width:100%;
   height:100%;
   border: 1px solid #E8F1FF;
   border-radius: 32px;
   object-fit: cover;
   box-shadow: 0px 24px 20px 0px rgba(0, 0, 0, 0.04);
}




.owl-carousel.slider-home  .owl-item.active ~ .owl-item.active img{
    opacity:20%;
}
.owl-carousel.slider-home .owl-stage-outer .owl-item.active img{
    opacity:100%;
}



.owl-theme.slider-home .owl-dots .owl-dot span {
    width: 20px;
    height: 8px;
    margin: 5px 5px;
    background: rgb(67 141 77 / 20%);
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px;
    transition: all 0.4s;
}
.owl-theme.slider-home .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #438D4D;
    width: 45px;
}
.owl-theme.slider-home .owl-nav.disabled+.owl-dots {
    margin-top: 10px;
    border: 1px solid rgb(67 141 77 / 20%);
    border-radius: 32px;
    max-width: max-content;
    margin: 12px auto;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 6px;
}

footer .footer-menu ul a:hover {
    color: #fff;
}

footer .contact-list a:hover {
    color: #fff;
}

.footer-soch a:hover {
    border: 2px solid #F4F8FF;
}


.vission-item {
    border-radius: 32px;
    background: #F4F8FF;
    padding: 30px;
    margin-bottom:15px;
}

.item_title {
    background: #fff;
    text-align: center;
    border-radius: 16px;
    width: 100%;
    height: 145px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.item_title h4 {
    font-size: 32px;
    color: #001715;
    font-weight: 700;
      font-family: 'AraEtabAlMonie_ee-Bold';
}

.item-disc ul {
    display: flex;
    flex-wrap: wrap;
}

.item-disc ul li {
    width: 50%;
    margin-bottom:15px;
    position: relative;
    padding-inline-start: 23px;
    color: #0F0F0F;
    font-size: 18px;
    font-weight: 500;
}

.item-disc ul li::before {
    position: absolute;
    content: "\f00c";
    font-family: 'font awesome 5 pro';
    top: 0px;
    right: 0;
    color: #438D4D;
    font-size: 16px;
}

.vission-item .row {
    align-items: center;
}

.item-disc p {
    color: #4E4E4E;
    font-size: 24px;
    line-height: 34px;
    max-width: 80%;
}

.breadcrumb {
    display: none;
}



/* -------------------------------------  single products  ----------------------    */

.single_project-slider.owl-theme .owl-nav [class*=owl-] {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 3;
  width: 47px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--sec-color);
  color: #fff;
  font-weight: 300;
  font-size: 26px;
  transition: all 0.3s;
  display:none;
}

.single_project-slider.owl-theme .owl-nav .owl-prev {
  left: 10px;
}

.single_project-slider.owl-theme .owl-nav .owl-next {
  right: 10px;
}



#big_image .owl-stage-outer {
  position: relative;
  z-index: 3;
}

#big_image .single-img {
  height: 339px;
  border-radius:32px;
}
#big_image .single-img a{
   position: relative;
}
#big_image .single-img a::after{
position: absolute;
    width: 48px;
    height: 48px;
    top: 14px;
    right: 14px;
    background: #009CFF;
    border-radius: 12px;
    color: #fff;
    box-shadow: 0px 5px 8px 0px #00000014;
    content: "\f00e";
    font-family: 'Font Awesome 5 Pro';
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
   
}
#big_image .single-img img {
  height: 100%;
  object-fit: cover;
   border-radius:32px;

}

#thumbs_gallary .img {
  height: 72px;
  width: 100%;
  position: relative;
  cursor: pointer;
 border-radius:16px;
  /*margin: 10px 14px 40px;*/
}

#thumbs_gallary .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
   border-radius:16px;

}

.project-slider.owl-theme .owl-nav .owl-next:hover,
.project-slider.owl-theme .owl-nav .owl-prev:hover {
  background: rgba(0, 0, 0, 0.50);
  color: #fff;
}

.project-slider.owl-theme .owl-nav [class*=owl-] i {
  font-weight: 300;
}

#thumbs_gallary .img::after {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #273D62B2;
   border-radius:16px;

}

#thumbs_gallary .owl-item.active.current .img::after,
#thumbs_gallary .owl-item .img:hover::after {
  opacity: 0;

}

#thumbs_gallary .owl-item.active.current .img img,
#thumbs_gallary .owl-item .img:hover img {
border: 2px solid #009CFF
}
.single-product-arrow {
    width: 79px;
    height: 79px;
    margin: 28px 22px 0;
}

.single-product-arrow img {
    max-width: 100%;
    max-height: 100%;
}

.contact-page-detials {
    background: #273D62;
    border-radius: 32px;
    padding: 77px 74px;
}

.contact-page-detials .footer-soch a {
    /*max-width: max-content;*/
    width: 50%;
    margin-inline-end: 12px;
}

.contact-page-detials h4 {
    font-size: 32px;
    margin-bottom: 32px;
    color: #fff;
    font-weight: 700;
      font-family: 'AraEtabAlMonie_ee-Bold';
}

footer.contact_page_footer .footer{
    display:none;
}
footer.contact_page_footer {
    background: #fff;
    padding: 0;
}

footer.contact_page_footer .copy-right p, footer.contact_page_footer .copy-right p span {
    color: #4E4E4E;
}

footer.contact_page_footer .copy-right {
    margin: 0;
}
.contact-page {
    padding: 80px 0 30px;
}

.contact-page-detials .footer-soch {
    display: flex;
    flex-wrap: wrap;
    margin-top:52px;
}

.img-block .img {
    height: 280px;
    display: inline-block;
    width: 100%;
}

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

.dr-block {
    margin-bottom: 24px;
}
section.career-page .row {
    align-items: center;
}

.career-page .contact-info h5 {
    max-width: 65%;
    line-height: 60px;
}

.modal-dialog .modal-header .close span {
    font-size: 24px;
    font-weight: 100;
    line-height: normal;
    text-shadow: none;
    margin-bottom: 5px;
    margin-inline-end: 1px;
}
.modal-content {
    border: 1px solid #E8F1FF;
    border-radius: 32px;
}

footer.contact_page_footer .ryad-logo .lolo-co p,
footer.contact_page_footer .ryad-logo .lolo-co span,
footer.contact_page_footer .ryad-logo .lolo-co a {
    color: #000 !important;
}



/* Start Not-found */
.not-found .not-found-pro {
  max-width: 500px;
  margin: auto;
  text-align: center;
}
.not-found .not-found-pro img {
  max-height: 400px;
}
.not-found .not-found-pro h2 {
  font-size: 30px;
  color: var(--dark-color);
  font-weight: bold;
}
.not-found .not-found-pro h4 {
  margin: 15px 0;
  font-size: 20px;
  color: #777;
}
.not-found .not-found-pro p {
  margin: 25px 0 15px;
  font-size: 14px;
  color: #777;
  /* font-weight: bold; */
  position: relative;
}
.not-found .not-found-pro .btn.go-home {
  padding: 0;
  line-height: normal;
  min-height: auto;
  background: transparent;
  color: var(--sec-color);
  font-size: 20px;
  text-decoration: underline;
  margin: 0 auto;
}
.not-found .not-found-pro p::after {
  content: "";
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  border-bottom: 1px #F1F1F1 solid;
  margin: auto;
  width: 100%;
  bottom: 0;
  height: 1px;
  z-index: -2;
}
.not-found .not-found-pro p::before {
  content: "";
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  width: 30px;
  height: 30px;
  background: #fff;
  border-radius: 50%;
  margin: auto;
  z-index: -1;
  border: 1px #F1F1F1 solid;
}
.not-found.not-found-404 .not-found-pro h2 {
  margin: 20px 0;
}
/* End Not-found */




.equip-item.new_item:hover {
    background-image: url('../images/Rectangle 140.png');
  background-size: 105% 90%;
    background-position: center;
    background-repeat: no-repeat;
}


.details .name h3 {
    color: #001715;
    font-size: 32px;
    font-weight: 700;
      font-family: 'AraEtabAlMonie_ee-Bold';
    margin-bottom: 16px;
}


.left-header span.btnSearch {
    margin-inline-end: 24px;
}
.contact-page-detials .contact-list a {
    font-size: 20px;
}

.form-control:focus {
    box-shadow: none;
    background-color: #F4F8FF;
}


.slider-home {
    margin-inline-start: 62px;
}

.slider-img {
    max-width: 632px !important;
}

.sidebar .side-content ul.sub-menu  li {
    border-color: #e2d5d5;
}

.sidebar .side-content ul.sub-menu  li:last-of-type {
    margin-bottom: none;
}


.copy-right {
    margin-top: 24px;
}

.input-group.upload input::placeholder {
    color: #4E4E4E;
}


/* .form-group span.wpcf7-form-control-wrap[data-name="menu-800"] select {*/
/*    -webkit-appearance: none;*/
/*    position: relative;*/
/*    z-index: 2;*/
/*        width: 100% !important;*/
/*    box-sizing: border-box;*/
/*}*/
/*.form-group  span.wpcf7-form-control-wrap[data-name="menu-800"] {*/
/*    position: relative;*/
/*}*/

/*.form-group  span.wpcf7-form-control-wrap[data-name="menu-800"]::after {*/
/*    position: absolute;*/
/*    content: '\f107';*/
/*    font-family: 'font awesome 5 pro';*/
/*    top: 6px;*/
/*    left: 17px;*/
/*    color: #009CFF;*/
/*    font-size: 25px;*/
/*        z-index:1;*/
   
/*}*/


.input-group.upload span.uplod i {
    background-image: url('../images/Upload-File--Streamline-Core.svg.svg');
    background-size: auto;
    background-position: center;
    background-repeat: no-repeat;
}

.la-upload:before {
    display: none;
}
.contact-list li i, .contact-list li img {
    position: relative;
    top: 5px;
    padding-inline-end: 8px;
    color: #fff;
    max-height: 25px;
    width: 30px;
}




/*@media (max-width: 1440px) {*/
/*  .hero-details {*/
/*    padding-inline-start: 9%;*/
/*}*/
/*}*/

/*@media (max-width: 1350px) {*/
/*  .hero-details {*/
/*    padding-inline-start: 9%;*/
/*}*/
/*}*/

/*@media (min-width: 1500px) {*/
/*    .hero-details {*/
/*        padding-inline-start: 36%;*/
/*    }*/
/*}*/

.equip-item.new_item:hover {
background-size: 105% 100%;
    padding: 3px 3px 0;
}


.title-sec.title-center h3 {
    margin-bottom: 24px;
    font-weight: 700;
      font-family: 'AraEtabAlMonie_ee-Bold';
    font-size: 32px;
}


.read-more a, .read-more button,.mynav .navbar-menu li a
,.about-info h5,.item-disc ul li,.copy-right p{
    font-size:21px;
}
li.menu-item-has-children>a::after {
    top: 32px;
    font-size: 15px;
}

footer .footer-menu ul a,.contact-list li,.contact-list li a{
    font-size: 21px !important;
}



.contact-form .form-group > label,
.contact-form form input, .contact-form form textarea, .nice-select, .contact-form form select{
    font-size: 21px;
}
.lang a{
      /*font-family: 'Cairo'; */
      font-size:20px;
}
.mynav .navbar-menu li .sub-menu a {
    font-size: 19px;
}




 