@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Sans+Arabic:wght@100;200;300;400;500;600;700&display=swap');

:root {
    --main-color: #1A1A29;
    --bg-color: #28283E;
    --sec-color: #64B953;

}

@font-face {
    font-family: 'Araboto';
    src: url('../fonts/alfont_com_AlFont_com_Araboto-Medium.ttf');
}


@font-face {
    font-family: 'en-font';
    src: url('../fonts/Cairo-Regular.ttf');
}

body {
    direction: rtl;
    text-align: start;
    font-family: "IBM Plex Sans Arabic", sans-serif;
    font-weight: 400;
}

.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;
}

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

/* nice select */
.nice-select {
    width: 100%;
    margin-bottom: 15px;
    text-align: right !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 #0052B4;
    border-right: 2px solid #0052B4;
}

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

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

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

/* Start header */

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

.mynav .navbar-menu li a:hover,
.mynav .navbar-menu li.current-menu-item a {
    color: var(--sec-color);
}

.left-tobheader {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.lang a {
    text-transform: capitalize;
    color: #000;
    font-family: 'Araboto';
    font-size: 15px;
}

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

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


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

.navbar {
    padding: 0;
    justify-content: center;
}

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

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

.sidebar .lang a {
    color: #fff;
    padding-inline-start: 18px;
}

.sidebar .logo {
    padding-inline-start: 10px;
}

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

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

.responsive-menu .lang {
    margin-inline-end: 6px;
    color: var(--bg-color);
    text-transform: capitalize;
}

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

.responsive-menu .searchForm .btnSearch i {
    color: #fff;
}

/* 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);

}

.searchBtn .btnSearch {
    box-shadow: none !important;
    color: #101010;
    padding: 0;
    text-align: center;
    line-height: 30px;
    border: none !important;
    font-size: 20px;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    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;
}


/* End Search */
/* Sidebar */

.sidebar {
    position: fixed;
    top: 0px;
    /* bottom: 0; */
    right: -350px;
    height: 100%;
    width: 350px;
    background-color: var(--sec-color);
    z-index: 999;
    padding: 20px 0;
    transition: all 0.7s;
    box-shadow: 0px 0px 20px #00000029;
    padding: 20px 0;
    overflow: scroll;
}

.sidebar-width {
    right: 0px;
}

.sidebar .close-side i {
    position: absolute;
    top: 20px;
    left: 20px;
    cursor: pointer;
    width: 38px;
    height: 38px;
    color: #fff;
    font-size: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 60px;
}

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

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

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

.sidebar .side-content ul li {
    position: relative;
    width: 100%;
    transition: all .5s;
}

.sidebar .side-content ul li a {
    color: #fff;
    display: inline-block;
    padding: 7px 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 home slider */
.slider-home {
    position: relative;
}

.slider-home::before {
    position: absolute;
    content: '';
    width: 145px;
    height: 510px;
    top: -137px;
    right: 0;
    background-image: url('../images/bg-slider.png');
    background-size: cover;
}

.slider-home .slider-img,
.home-slider .item {
    position: relative;
}

.slider-home .slider-img::after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-image: url('../images/Ellipse.png');
    background-size: cover;
    animation: move 3s infinite ease;
}

@keyframes move {

    0% {
        transform: rotate(-15deg);
    }

    25% {
        transform: none;
    }

    50% {
        transform: rotate(30deg);
    }

    100% {
        transform: rotate(-3deg);
    }

}


.slider-home .slider-img::before {
    position: absolute;
    content: '';
    bottom: 49px;
    left: 50%;
    transform: translateX(-50%);
    width: 297px;
    height: 297px;
    background-color: var(--sec-color);
    border-radius: 50%;
}

.carousel-info {
    max-width: 78%;
}

.carousel-info h2 {
    font-size: 55px;
    line-height: 80px;
    font-weight: 600;
}

.home-slider .owl-item.active .carousel-info h2 {
    animation: 1s fadeInUp;

}

.slider .item .row {
    direction: rtl;
    align-items: center;
    height: 560px;
    padding-top: 16px;
}

.carousel-info h2 span {
    color: #64B953;
}

.carousel-info h6 {
    display: inline-block;
    background: #E7222A;
    padding: 7px 12px;
    color: #fff;
    font-size: 14px;
    border-radius: 30px;
    min-width: 70px;
    text-align: center;
    margin-bottom: 21px;
}

.carousel-info p {
    color: #2B2B2B;
    line-height: 27px;
    margin: 16px 0 27px;
}

.home-slider .owl-carousel,
.sponser-slider {
    direction: ltr;
}

.slider-home .owl-item .slider-img {
    height: 463px;
    width: 463px;
    border-radius: 50%;
    display: flex;
    align-items: end;
    justify-content: center;
    padding-bottom: 46px;
    margin-inline-start: auto;
}

.slider-home .owl-item .slider-img img {
    height: 399px;
    width: 391px;
    position: relative;
    z-index: 2;
    object-fit: contain;
}

.product_name {
    background-color: #fff;
    box-shadow: 0px 4.04px 14.13px 0px #0000001F;
    min-width: 175px;
    border-radius: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    padding: 4px 8px;
}

.product_name .img1 {
    width: 45px;
    height: 45px;
    background-color: var(--sec-color);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    padding: 5px;
}

.product_name .img1 img {
    max-width: 100%;
    max-height: 100%;
}

.product_name h6 {
    font-weight: 450;
    margin-bottom: 0;
}

.product_type1 {
    position: absolute;
    bottom: 40%;
    right: -51px;
    z-index: 3;
    animation: p_move1 3s infinite ease;
}

@keyframes p_move1 {

    0% {
        transform: translateY(-15px);
    }

    25% {
        transform: none;
    }

    50% {
        transform: translate(30px, 48px);
    }

    100% {
        transform: translate(15px);
    }

}

.product_type2 {
    position: absolute;
    bottom: 16%;
    left: 0;
    z-index: 3;
    animation: p_move2 3s infinite ease;
}

@keyframes p_move2 {

    0% {
        transform: translateY(15px);
    }

    25% {
        transform: none;
    }

    50% {
        transform: translate(-30px, -48px);
    }

    100% {
        transform: translate(-15px);
    }

}

.home-slider .owl-theme .owl-nav .owl-prev,
.home-slider .owl-theme .owl-nav .owl-next,
.card-slider.owl-theme .owl-nav .owl-next,
.card-slider.owl-theme .owl-nav .owl-prev,
.gallery-slider.owl-theme .owl-nav .owl-prev,
.gallery-slider.owl-theme .owl-nav .owl-next {
    margin-top: 0;
    position: absolute;
    font-size: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: transparent;
    color: #fff;
    transition: all 0.3s;
}


.card-slider.owl-theme .owl-nav .owl-prev,
.card-slider.owl-theme .owl-nav .owl-next,
.gallery-slider.owl-theme .owl-nav .owl-prev,
.gallery-slider.owl-theme .owl-nav .owl-next {
    top: 56%;
    background: #fff;
    color: #000;
}

.card-slider.owl-theme .owl-nav .owl-prev:hover,
.card-slider.owl-theme .owl-nav .owl-next:hover,
.gallery-slider.owl-theme .owl-nav .owl-prev:hover,
.gallery-slider.owl-theme .owl-nav .owl-next:hover {
    background: var(--hover-color);
}

.read-more a,
.read-more button {
    color: #fff;
    transition: all 0.3s;
    text-align: center;
    font-weight: 700;
    border: none;
    outline: none;
    position: relative;
    z-index: 2;
    font-size: 14px;
    width: 128px;
    height: 56px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: transparent;
}

.read-more a::after,
.read-more button::after {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 4px;
    left: 0;
    background-color: var(--sec-color);
    transition: all 0.3s;
    z-index: -1;
    object-fit: cover;
    -webkit-mask-box-image: url('../images/btn-shap.png');
    mask-image: url('../images/btn-shap.png');
    -webkit-mask-size: cover;
    mask-size: cover;
}

.left-header .read-more a {
    width: 154.5px;
    height: 62px;
}

.read-more a:hover:after,
.read-more button:hover:after {
    background-color: #E7222A;
}

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

/* -------------------------  about section --------------------------------  */
@media (min-width: 1200px) {

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

.section-title h4 {
    color: #1B1B1B;
    font-size: 39px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 60px;
}

section.about_sec {
    /* background: rgb(100 185 83 / 13%); */
    position: relative;
}

section.about_sec::after {
    position: absolute;
    content: '';
    width: 100%;
    height: 30%;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(180deg, #FFFFFF 0%, #EBF6E9 100%);
    transform: scaleY(-1);
}

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

.about_imgs .col-6 {
    padding: 0;
}

.container {
    position: relative;
    z-index: 2;
}

.img.img1 {
    height: 245px;
    display: flex;
    align-items: end;
    justify-content: end;
}

.img.img1 img {
    max-height: 183px;
}

.img.img2 {
    height: 245px;
}

.about_imgs .col-lg-4,
.about_imgs .col-lg-8 {
    padding: 0 10px;
}

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

.about_imgs .img3 img,
.about_imgs .img4 img {
    border-radius: 0;
}

.img.img3 {
    height: 121px;
    display: flex;
    align-items: end;
    justify-content: end;
}

.img.img4 {
    height: 183px;
}

.about_imgs .img {
    margin-bottom: 20px;
}

.about-info h6 {
    font-size: 16px;
    font-weight: 600;
}

.about-info h4 {
    font-size: 55px;
    margin-bottom: 24px;
    font-weight: 600;
}

.about-info p {
    line-height: 27px;
    color: #2B2B2B;
    margin-bottom: 14px;
}

.col-md-3.col-6:last-of-type .count-block {
    border: none;
}

section.about_sec .about_imgs .row {
    align-items: start;
}

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

/* Start statistics section */
section {
    padding: 70px 0;
    overflow: hidden;
}

section.statistics {
    position: relative;
}

.statistics .section-title h4 {
    text-align: center;
    margin-bottom: 42px;
}

/* *******   counter     *********** */
.counter-item {
    direction: ltr;
    color: #111111;
    font-size: 30px;
    line-height: 100%;
    margin: 0px 0 10px;
    text-align: center;
    font-weight: 700;
}

.count-block {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    transition: all 0.3s;
    border-inline-end: 1px solid #E4E4E4;
    margin-bottom:14px;
}

.count-block .details {
    text-align: center;
    display: flex;
}

.count-block .details h6 {
    font-size: 23px;
    color: #111111;
    text-align: center;
    line-height: 27px;
    font-weight: 300;
}


/* end about section */
/* ------------------------------------------------------- */
/* product sections */
.product_item {
    direction: rtl;
    border: 1px solid #DADADA;
    border-radius: 20px;
    padding: 32px 20px 21px;
}

.product_img {
    width: 93px;
    height: 93px;
    border-radius: 50%;
    background: #EBF6E9;
    display: flex;
    align-items: center;
    justify-content: center;
}

.product_img img {
    max-height: 50px;
    object-fit: contain;
}

.sub_prod.product_item .product_img {
    width: auto;
    height: 170px;
    border-radius: 0;
    background: transparent;
    max-width: 100%;
    max-height: 100%;
}

.sub_prod.product_item .product_img img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.product_item p {
    height: 78px;
    overflow: hidden;
    color: #2B2B2B;
    line-height: 27px;
    margin-bottom:0;
}

.product_item h5 {
    font-size: 22px;
    font-weight: 600;
    color: #414141;
    margin: 10px 0 20px;
}

.card-slider.owl-theme .owl-nav .owl-prev {
    left: -66px;
}


.card-slider.owl-theme .owl-nav .owl-next {
    right: -66px;
}

.product_page .sub_prod.product_item {
    margin-bottom: 32px;
}

/* -----------------------  services section -----------------   */
.service_img {
    height: 357px;
}

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

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

section.services_sec .row {
    border-radius: 15px;
    background: #F0F9EE;
    padding: 14px 0;
    margin-bottom:31px;
}

.services_info {
    padding: 0 34px;
}

.services_info h4 {
    font-size: 37px;
    margin-bottom: 15px;
    font-weight: 700;
}

.services_info p {
    margin-bottom: 24px;
    color: #2B2B2B;
    font-size: 15px;
    line-height: 25px;
}

/* .services_sec .row:last-child {
    direction: ltr;
    margin-top: 31px;
}

.services_sec .row:last-child .services_info {
    direction: rtl;
} */

/* -------------------------  single product page --------------------------   */

/* -------------------------------------  single projects  ----------------------    */
.single-prod-page {
    padding-top: 100px;
}

.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: 541px;
    background: #D9D9D9;
    border-radius: 18.5px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#big_image .single-img img {
    max-height: 100%;
    object-fit: contain;
    border-radius: 18.5px;
    max-width: 100%;
}

#thumbs_gallary .img {
    height: 96px;
    width: 100%;
    position: relative;
    cursor: pointer;
    margin: 17px 4px 10px;
    background: #D9D9D9;
    border-radius: 3px;
}

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

.single-prod-info h5 {
    font-size: 38px;
    line-height: 48px;
    text-transform: capitalize;
    font-weight: 700;
    margin-bottom: 25px;
}

.single-prod-info p {
    font-size: 20px;
    line-height: 44px;
    color: rgb(0 0 0 / 70%);
}

.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;
}



/* --------------------------------------------------------------- */
.card-body {
    border: none;
    border-radius: 0px;
    border-top: 0;
    padding-top: 6px;
    background: #fff;
    color: #1565C0;
    font-size: 16px;
    line-height: 24px;
    padding-inline-start: 50px;
}

.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)::after {
    content: "\f068";
    color: #1A1A29;
    top: 9px;
}

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

.part-item .col-6 {
    padding: 0px;
}

.part-item .img {
    height: 177px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #FFFFFF;
    transition: all 0.3s;
    margin: 0 15px 26px;
}


.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.5s;
    object-fit: contain;
    max-width: 100%;
}

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

.partner-s {
    padding-inline-start: 20px;
}

.part-slider .owl-nav button.owl-next,
.part-slider .owl-nav button.owl-prev {
    color: #000;
    font-size: 22px;
    margin: 0 8px;
}

.part-slider .owl-nav [class*=owl-]:hover {
    background: transparent;
    color: #000;
}

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


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

@keyframes updown-i {

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

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

.fixed-icone a {

    width: 53px;

    height: 53px;

    display: flex;

    align-items: center;

    justify-content: center;

    margin-bottom: 9px;

    color: #fff;

    font-size: 24px;

    border-radius: 50%;

    background: #4A9844;
}

.fixed-icone a.phone_link {
    color: #fff;
    font-size: 16px;
    background: #BB282D;
}

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

footer {
    /* background-color: rgb(100 185 83 / 13%); */
    padding-top: 110px;
}

.left-footer p {
    color: #2B2B2B;
    font-size: 15px;
    margin-top: 28px;
}

.footer-links h4,
.footer-map h5 {
    color: #000000;
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 44px;
}

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

footer .footer-menu ul li {
    width: 49%;
    display: inline-block;
    margin-bottom: 14px;
}

.footer-logo {
    height: 88px;
}

footer .footer-menu ul {
      display: inline-flex;
    flex-wrap: wrap;
}

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

footer .footer-menu ul a:hover {
    color: var(--sec-color);
}

.comp-rights p {
    color: #fff;
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 300;
}

.bottom-footer .row {
    align-items: center;
}

.copy-right {
    padding: 16px 0 16px;
    margin-top: 51px;
}

.bottom-footer .col-sm-6 {
    padding: 0;
}

.footer-soch a {
    color: #565656;
    margin-inline-end: 18px;
    transition: all 0.3s;
    font-size: 15px;
}


footer .contact-list a {
    display: flex;
    color: #000000;
    font-size: 18px;
}

footer .contact-list li i {
    position: relative;
    top: 5px;
    padding-inline-end: 8px;
    color: var(--sec-color);
}

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

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

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

.footer-map .map {
    height: 197px;
}

/* bottom footer */
.copy-right {text-align: start;border-top: 1px solid rgb(172 172 172 / 30%);background: rgb(100 185 83 / 13%);}

.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: #000;
    font-weight:700;
}

/* Start about page */
.breadcrumb-section {
    padding: 80px 0 10px;
    z-index: 2;
    position: relative;
}

.breadcrumb-info h2 {
    font-size: 39px;
    margin-bottom: 0;
    color: #000;
    font-weight: 600;
    text-align: center;
}

.breadcrumb-section a {
    color: #fff;
    font-size: 16px;
}

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

.breadcrumb-item+.breadcrumb-item {
    padding-left: 0;
}

.breadcrumb-item.active {
    color: #fff;
    font-size: 16px;
}

.breadcrumb-item+.breadcrumb-item::before {
    padding-left: 6px;
    content: "-";
    color: #fff;
    padding-right: 6px;
    font-size: 18px;
    position: relative;
    top: 0px;
}


.breadcrumb-section::after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #64B953;
    opacity: 13%;
    z-index: -1;
}

.page-content {
    position: relative;
    padding-top: 100px;
}

.page-content::after {
    position: absolute;
    content: '';
    width: 100%;
    height: 255px;
    top: 0;
    left: 0;
    right: 0;
    background: linear-gradient(180deg, #FFFFFF 0%, #EBF6E9 100%);
    transform: scaleY(-1);
}

section.about_sec.page-content {
    background: #fff;
    padding-top: 160px;
}

section.vission_sec {
    padding-bottom: 0;
    position: relative;
    padding-top: 200px;
}

.vission-item {
    border-radius: 13px;
    background: #FBFBFB;
    padding: 33px 27px;
    min-height: 347px;
}

.viss-img {
    height: 44px;
    margin-bottom: 14px;
}

.vission-item h5 {
    font-size: 29px;
    margin-bottom: 12px;
    font-weight: 700;
}

.vission-item p {
    line-height: 35px;
    margin-bottom:0;
}

.vission-item ul {
    list-style: disc;
    padding-inline-start: 20px;
}

.vission-item ul li {
    margin-bottom: 8px;
}

.statistics.about_Page {
    position: relative;
    padding: 90px 0;
}

.statistics.about_Page::after {
    position: absolute;
    content: '';
    width: 100%;
    height: 180px;
    top: 0;
    left: 0;
    right: 0;
    background: linear-gradient(180deg, #FFFFFF 0%, #EBF6E9 100%);
    transform: scaleY(-1);
}

section.vission_sec::after {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    /* background: rgb(100 185 83 / 13%); */
}

.product_page .product_item {
    margin-bottom: 60px;

}

.product_page .col-lg-3 {
    padding: 0 9px;
}

.product_page {
    padding-bottom: 20px;
}

/* ---------------------------------------------------------------- */
/* Pagination */
.pagination-list {
    padding: 22px 0;
    width: 425px;
    margin: 28px auto 0;
    border-radius: 20px;
    border: 1px solid rgb(103 103 103 / 40%);
}

.pagination {
    justify-content: center;
align-items:center;
}

.page-item .page-link {
    color: rgb(44 44 44 / 20%);
    font-size: 17px;
    font-weight: 700;
    transition: all 0.3s;
    background: transparent;
    border: none;
    padding: 6px 5px;
    margin: 0 2px;
    line-height: 31px;
    width: 32px;
    height: 32px;
    background: #fff;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.page-item:last-child .page-link,
.page-item:first-child .page-link {
    border-radius: 0;
    margin-inline: 3px;
    color: var(--sec-color);
    font-size: 16px;
    line-height: 18px;
    width: 94px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--sec-color);
    border-radius: 8px;
    font-weight: 400;
}

.page-item:last-child .page-link:hover,
.page-item:first-child .page-link:hover {
    color: #fff;
    background-color: var(--sec-color);
}

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

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

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

.page-item:last-child .page-link {
    opacity: 100%;
}

.page-item:last-child .page-link i,
.page-item:first-child .page-link i {
    position: relative;
    top: 2px;
}

.other_product .section-title h4 {
    text-align: start;
    color: #000000;
    font-size: 32.5px;
    border-bottom: 1px solid #DADADA;
    padding-bottom: 25px;
    margin-bottom: 42px;
}

/* --------------------------  contact page  ----------------------    */
.contact-sec .row {
    justify-content: center;
}

.contact-form form input::placeholder,
.contact-form form textarea::placeholder {
    color: #3D3D3D;
}

.form-group {
    margin-bottom: 26px;
}

textarea:focus {
    outline: none;
}

.contact-form h5 {
    font-size: 24px;
    margin-bottom: 41px;
    color: var(--sec-color);
    text-align: center;
    font-weight: 700;
}

/* ------------------------------------------------- */
/* Start career page */
.contact-form .title h5 {
    font-weight: 700;
    font-size: 34.24px;
    line-height: 44px;
    margin-bottom: 29px;
    color: #423D69;
}

.card-header {
    background: #FBFBFB;
    border: none;
    padding: 0;
    border-radius: 10px !important;
}

.card {
    border: none;
    margin-bottom: 31px;
    background-color: transparent;
    border-radius: 10px;
}

.text-faq .card.active {
    box-shadow: 0px 8px 52px 0px #00000017;
}

.card-header .btn {
    display: flex;
    padding: 15px 28px 15px;
    width: 100%;
    padding-inline-end: 40px;
    position: relative;
    background: #EBF6E9;
    font-size: 18px;
    border-radius: 10px;
    overflow: hidden;
    text-decoration: none;
    color: var(--main-color);
    font-weight: 700;
    border: 0.74px solid #EBF6E9;
}

.card-header .btn::after {
    color: var(--sec-color);
    content: "\f067";
    position: absolute;
    left: 20px;
    font-family: 'font awesome 5 pro';
    top: 15px;
    font-size: 18px;
}

.card-body {
    padding: 10px 32px;
    border-radius: 0 0 10px 10px;
    border-top: none;
    background: #fff;
    border: 1px solid #64B953;
    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: #EBF6E9;
    color: #353535;
    border-bottom: none;
    font-size: 18px;
    border-radius: 10px 10px 0 0;
}

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

.card-header .btn:not(.collapsed)::after {
    color: var(--sec-color);
}

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

.input-group>.form-control {
    flex: unset;
}


.form-group input,
.form-group select,
.form-group textarea {
    border-radius: 190px;
    box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.08);
    width: 100%;
    background: #F6F6F6;
    border: none;
    outline: none;
    padding: 12px;
    color: rgb(0 0 0 / 50%);
    font-size: 16px;
}

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


.contact-form label {
    color: #151515;
    font-size: 16px;
    margin-bottom: 19px;
    font-weight: 700;
    width: 100%;
}

.contact-form input::placeholder,
.contact-form textarea::placeholder {
    color: rgb(0 0 0 / 50%);

}


.input-group.upload span.uplod {
    position: absolute;
    left: 16px;
    top: 10px;
    font-size: 16px;
    width: 100%;
    z-index: 9;
    color: #232323;
    display: inline-block;
    text-align: end;
    font-weight: 600;
}

.input-group.upload {
    position: relative;
}

.form-group.name input {
    width: 100%;
    padding: 7px 0;
}

.form-control:disabled,
.form-control[readonly] {
    width: 100%;
    padding: 12px;
    border-radius: 190px !important;
    box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.08);
    width: 100%;
    background: #F6F6F6;
    height: 48px !important;
    border: none;
}

label.input-group-btn {
    margin-bottom: 0;
    /*height: 0;*/
}
.wpcf7-not-valid-tip {
    text-align: start;
}
.contact-form form select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.form-group.select-field {
    position: relative;
}

.form-group.select-field::before {
    content: "\f107";
    font-family: 'Font Awesome 5 Pro';
    top: 42px;
    position: absolute;
    margin: 8px;
    left: 14px;
    font-size: 22px;
    color: #353535;
    z-index: 1;
    pointer-events: none;
}

/* -----------------------  contact-page  -----------------   */

.contact-data ul li {
    margin-bottom: 38px;
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
}

.contact-data ul li a {
    color: #2D2D2D;
    display: flex;
    align-items: center;
    font-size: 15px;
}

.contact-data li .icone {
    font-size: 25px;
    width: 60px;
    height: 61px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--sec-color);
    background: #F8FBFF;
}

.contact-data li span.key {
    color: #000;
    font-size: 18px;
    font-weight: 450;
    margin-inline-start: 20px;
    display: inline-block;
    min-width: 128px;
}

.contact-data ul .data {
    display: flex;
    align-items: center;
}

.contact-data li p {
    margin-bottom: 0;
    color: #2D2D2D;
    font-size: 15px;
}

.contact-data ul .data span.mob-num {
    color: #656565;
    font-size: 15px;
}


.contact-data .map {
    height: 424px;
}

.contact-data .map iframe,
.map iframe {
    border-radius: 2px;
    width: 100%;
    height: 100%;
}

.contact-form {
    border-radius: 20px;
    background: #FFF;
    padding: 45px 60px;
    box-shadow: 0px 0px 52px 0px #0000001A;
    width: 96%;
    height: 100%;
}

.contact-form h3 {
    font-size: 34px;
    margin-bottom: 29px;
    color: #090909;
    font-weight: 700;
}

.contact-form textarea {
    height: 144px;
    border-radius: 20px;
}

.iti__country-list {
    left: 0;
}

.iti {
    width: 100%;
    display:flex;
}

input#phone {
    padding-left: 107px !important;
}

.iti--allow-dropdown .iti__flag-container:hover .iti__selected-flag,
.iti--separate-dial-code .iti__selected-flag {
    background-color: transparent;
}

.iti__arrow {
    border-top: none;
}

.iti__arrow {
    position: relative;
}

.iti__arrow::after {
    position: absolute;
    content: '\f107';
    font-family: 'font awesome 5 pro';
    width: 1px;
    height: 42px;
    color: #353535;
    top: -11px;
    left: 0;
    font-size: 18px;
}

.iti--separate-dial-code .iti__selected-dial-code {
    margin: 0 5px;
    margin-left: 0;
    direction: ltr;
    font-size: 20px;
    color: #525252;
}

.iti__flag.iti__sa {
    border-radius: 20px;
    height:15px;
}

.iti__selected-flag {
    padding: 0 10px;
}

.iti__selected-flag {
    display: flex;
    flex-direction: row-reverse;
    gap: 4px;
}

.iti__flag-box {
    display: inline-block;
    width: 33px;
}

.iti__country-list {
    text-align: start;
}

/* ------------------------------------------------------------------------ */
.contact-data {
    height: 100%;
}

.contact-data .contact-list {
    margin-bottom: 36px;
    border-radius: 2px;
    padding: 31px;
    background: #fff;
    box-shadow: 6px 3px 26px 0px #0000000D;
}

.contact_page .contact-form {
    width: 100%;
}

.request-page .row {
    justify-content: center;
}

.read-more button {
    width: 156px;
    height: 63px;
}

.left-header .read-more a {
    width: 156px;
    height: 63px;
}

.single_services .services_info h4 {
    margin-bottom: 25px;
}

.single_services .services_info {
    padding: 72px 0 0 0;
}

.single_services .services_info p {
    color: rgb(0 0 0 / 70%);
    font-size: 20px;
    line-height: 44px;
}

.single_services .service_img {
    height: 541px;
}

.new_item .new-img {
    height: 211px;
}

.new_item .new-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 14px 14px 0 0;
}

.new_item {
    border: 1px solid #EBEBEB;
    border-radius: 14px;
    margin-bottom: 14px;
    transition: all 0.3s;
}

.new_item:hover {
    border-color: var(--sec-color);
}

.new_title {
    padding: 28px 27px;
}

.new_title h4 {
    font-size: 24px;
    line-height: 35px;
    color: #162318;
    font-weight: 700;
}

.news_page .col-lg-4 {
    padding: 0 8px;
}
.single-new-img {
    height: 350px;
    margin-bottom: 40px;
}

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

.single-new-details {
    width: 78%;
    margin: auto;
}
.single-new-details ul{
	list-style: inside;
}
.single-new-details h3{
	margin-top:2rem;
}

.date span {
    color: #636363;
}

.date i {
    color: var(--sec-color);
}

.date {
    margin-bottom: 22px;
}

.single-new-details p {
    line-height: 26px;
    color: #353535;
}
.single_new_page.page-content{
    padding-top: 80px;
}
.product_item h5 {
       min-height: 96px;
    line-height: 32px;
}
.card-slider .product_item h5 {
    min-height: 24px;

}

form.wpcf7-form.init label.input-group-btn {
    height: 0;
}


form.wpcf7-form.invalid label.input-group-btn,
form.wpcf7-form.valid label.input-group-btn {
    height: auto;
}

input.wpcf7-form-control.wpcf7-file.wpcf7-validates-as-required.custom-file-input.wpcf7-not-valid {
    padding: 0;
    height: 0;
}

.contact-form label {
    text-transform: capitalize;
}

.sidebar .side-content ul li.current-menu-item a {
    color: #E7222A;
}
input.wpcf7-form-control.wpcf7-file.wpcf7-validates-as-required.custom-file-input {
    display: none;
}

.product_page .product_item h5 {
    min-height: 31px;
}

section.services_sec .row {
    padding: 22px 7px;
}

.slider-home .owl-item .slider-img .img1 img {
    max-width: 30px;
    max-height: 30px;
    object-fit: contain;
    width: 100%;
    height: 100%;
}

section.services_sec.home_services {
    padding-top: 8px;
}

section.about_sec::after {
    height: 37%;
}

.homePageProdutcs.Product_sections {
    padding-top: 10px;
}

section.about_sec {
    padding-top: 110px;
}

.contact-data .map iframe {
    border-radius: 20px !important;
}

footer .footer-map .map iframe {
    border-radius: 12px !important; 
}

.breadcrumb-section::before {
    position: absolute;
    content: '';
    width: 160px;
    height: 505px;
    top: -310px;
    right: -21px;
    background-image: url('../images/bg-slider.png');
    background-size: cover;
}

section.about_sec::before,footer::before,section.vission_sec::before{
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  top: -68px;
  left: 0;
  background-image: url('../images/Vector 1.png');
      background-size: cover;
  /* opacity: 13%; */
}

section.about_sec{
  /*background-size: cover;*/
  /*  -webkit-mask-box-image: url('../images/Vector 1.png');*/
  /*  -webkit-mask-size: cover;*/
  /*  mask-size: cover;*/
  /*  background-size: cover;*/
}


footer {
    position: relative;
}

section.about_sec.page-content::before{
    display:none;
}

section.vission_sec::before {
    top: 0px;
}

.sidebar .read-more a::after,.sidebar .read-more button::after {
    background-color: #E7222A;
}

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

.page-item:last-child .page-link, .page-item:first-child .page-link {
    width: 33px;
}










