:root {
    --main-color: #1A1A29;
    --bg-color: #660B0D;
    --sec-color: #A31D22;
    --font-body: 'Bahij';
    --font-bold: 'BahijBold';
}

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

@font-face {
    font-family: 'Bahij';
    src: url('../fonts/Bahij-Helvetica-Neue-Roman.ttf');
}

@font-face {
    font-family: 'BahijBold';
    src: url('../fonts/Bahij-Helvetica-Neue-Bold.ttf');
}
@font-face {
    
    src: url('../fonts/ArbFONTS-GE-Dinar-One-Light.otf');
}
@font-face {
    font-family: 'GUMELAARABIC';
    src: url('../fonts/GUMELA.TTF');
}
@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-Arabic-Regular.ttf');
}
@font-face {
    font-family: '29LTAZER';
    src: url('../fonts/29LTAZER-REGULAR.OTF');
}

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

body {
    direction: rtl;
    text-align: start;
    overflow-x:hidden;
    font-family: var(--font-body);
}

.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: end;

    gap: 21px;
    padding-bottom: 26px;
}

span.btnSearch {
    color: #fff;
    cursor: pointer;
    font-size: 18px;
    transform: scaleX(-1);
}

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

/* nice select */
.nice-select {
    width: 100%;
    margin-bottom: 15px;
    text-align: start !important;
    padding-left: 30px;
    padding-right: 18px;
    border: 1px solid rgba(218, 218, 218, 1);
    border-radius: 0px;
    box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.0784);

}

.nice-select::after {
    left: 12px;
    right: auto;
    border-bottom: 2px solid rgba(40, 39, 39, 1);
    border-right: 2px solid rgba(40, 39, 39, 1);
}

.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 */
header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9;
    padding-top: 32px;
}

.mynav .navbar-menu li a {
    color: #fff;
    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); */
    border-bottom: 1px solid;
    padding-bottom: 8px;
}

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

ul.sub-menu {
    display: block;
    opacity: 0;
    height: 0;
    position: absolute;
    top: 100%;
    right: 0;
    border-radius: 0;
    padding: 0px;
    background: #D9D9D9;
    z-index: 9;
    transform: translateY(-20px);
    transition: all 0.4s;
    visibility: hidden;
    padding: 12px 18px 18px 20px;
    min-width: 173px;
}

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

.mynav .navbar-menu li {
    margin-inline-start: 24px;
}

.mynav .navbar-menu ul.sub-menu li {
    margin-inline-start: 0;
}

.mynav .navbar-menu li .sub-menu a {
    color: #202020;
    font-size: 16px;
    padding: 8px 0px;
    display: inline-block;
    width: 100%;
}

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: 0px;
    left: -15px;
    color: #fff;
    transition: all 0.4s;
}

li.menu-item-has-children:hover>a::after {
    transform: rotate(180deg);
}

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

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

.mynav .navbar-menu li .sub-menu a {
    position: relative;
    padding-inline-start: 12px;
}

.mynav .navbar-menu li .sub-menu a::before {
    position: absolute;
    content: '\f104';
    font-family: 'font awesome 5 pro';
    top: 13px;
    right: 0px;
    color: #202020;
    font-weight: 900;
    font-size: 12.5px;
    transition: all 0.4s;
}

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

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

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

.lang a {
    text-transform: capitalize;
    color: #fff;
    /*font-family: 'inter';*/
}

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

.mynav .nav-link {
    position: relative;
}

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

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

.read-more a::after,
.read-more button::after,
.read-more span::after {
    position: absolute;
    content: '';
    width: 0%;
    height: 100%;
    border-radius: 140px;
    top: 0;
    right: 0;
    background: var(--bg-color);
    transition: all 0.3s;
    z-index: -1;
}

.about-info .read-more a::after {
    background: var(--sec-color);
}

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

.responsive-menu {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 9;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 24px 12px;
}

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

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

.responsive-menu span.btnSearch {
    padding: 0 10px;
}

.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(--sec-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(--sec-color);
    padding: 0;
}

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

}

.searchForm .btnSearch {
    box-shadow: none !important;
    margin: 0 11px;
    background-color: #151515;
    padding: 0;
    text-align: center;
    line-height: 30px;
    border: none !important;
    font-size: 20px;
    border-radius: 50%;
    cursor: pointer;
    width: 42px;
    height: 43px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.searchForm .btnSearch i {
    transition: all 0.6s;
    color: #fff;
}

.site-search-close {
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
}


/* End Search */

/* Sidebar */
.sidebar button {
    outline: none;
    border: none;
}

.sidebar .logo {
    background-color: var(--sec-color);
    /* margin-top: 56px; */
    padding: 14px;
    width: 100%;
    /* margin-inline-start: 20px; */
    text-align: center;
    height: 170px;
    line-height: 62px;
    align-content: center;
}

.search-sidebar {
    margin: 56px 20px 10px;
    width: 88%;
}

.search-sidebar input {
    border: none;
    padding: 6px 10px;
    width: 100%;
}

.search-sidebar button {
    /*width: 36px;*/
    /*height: 36px;*/
    /*color: #fff;*/
    color: var(--sec-color);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-inline-start: 12px;
}

.search-sidebar button i {
    font-weight: 700;
}

.responsive-menu .lang {
    margin-inline-end: 12px;
}

.search-sidebar .form-group {
    position: relative;
}

.search-sidebar .form-group button {
    position: absolute;
    top: 10px;
    z-index: 2;
    left: 13px;
    background: transparent;
}



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

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

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


.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: var(--main-color);
    display: flex;
    padding: 7px 20px;
    position: relative;
    transition: all 0.6s;
    font-size: 20px;
    border-bottom: 1px #eee solid;
}

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

.mynav {
    margin-top: 0;
}

/* Start home slider */
.slider.home-slider {
    position: relative;
}

.home-slider .know-more {
    position: absolute;
    bottom: 100px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 9;
    text-align: center;
}

.home-slider .know-more a {
    color: #fff;
    font-size: 16px;
    font-weight: 300;
    display: inline-block;
}
.home-slider .know-more a i{
    animation: moveupdown 5s ease-in-out infinite;
}

.know-more span {
    display: block;
}

.home-slider .know-more a i {
    font-size: 14px;
    margin-top: 2px;
    font-weight: 900;
}

@keyframes moveupdown {

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

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

.home-slider,
.home-slider .item,
.home-slider .item .container,
.home-slider .item .container .row {
    /*min-height: 768px;*/
        min-height: 100vh;
    direction: rtl;
}


.slider-home .item {
    position: relative;
    overflow: hidden;
}

.home-slider .row {
    align-items: center;
}

.slider-home .slider-img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;

}

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

.slider-home .slider-img::after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.3404) 0%, rgba(0, 0, 0, 0.74) 100%);
}

.carousel-info {
    position: relative;
    z-index: 2;
    color: #fff;
    transition: all 0.5s ease-in;

}

.slider .owl-item.active .carousel-info {
    opacity: 1;
}

.carousel-info h2 {
    font-size: 60px;
    line-height: 80px;
    font-weight: 500;
    font-family: var(--font-bold);
}

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

}

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

.slider-home .owl-item .slider-img img ,.slider-home .owl-item .slider-img video{
    height: 100%;
    object-fit: cover;
        width: 100%;
}

.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: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: transparent;
    color: #fff;
    width: 69px;
    height: 66px;
    transition: all 0.3s;
    font-size: 57px;
}

.home-slider .owl-theme .owl-nav .owl-prev {
    left: 10px;
    bottom: 50px;
}



.home-slider .owl-theme .owl-nav .owl-next {
    right: 10px;
    bottom: 50px;
}

.card-slider.owl-theme .owl-nav .owl-prev,
.gallery-slider.owl-theme .owl-nav .owl-prev {
    left: -64px;
    transform: scaleX(-1) translateY(-50%);
}

.card-slider.owl-theme .owl-nav .owl-next,
.gallery-slider.owl-theme .owl-nav .owl-next {
    right: -64px;
}

.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: #006691;
    color: #fff;
}

.read-more a,
.read-more button,
.read-more span {
    display: inline-block;
    padding: 12px 12px;
    min-width: 152px;
    color: #fff;
    transition: all 0.3s;
    text-align: center;
    background: var(--sec-color);
    border-radius: 140px;
    font-weight: 500;
    border: none;
    outline: none;
    position: relative;
    z-index: 2;
    overflow: hidden;
    font-size: 16px;
    box-shadow: 0px 8px 8px 0px #C9182A14;

}

.read-more span {
    background: var(--sec-color);
    color: #fff;
}

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

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

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

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


/* ----------------  project section ---------------------   */
section.projects {
    /* padding: 63px 0 80px; */
    position: relative;
}



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

.project-item {
    position: relative;
    height: 349px;
    direction: rtl;
}

.project-item .project-details {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    z-index: 2;
    align-items: center;
    justify-content: start;
    display: none;
    width: 100%;
    padding-inline-start: 177px;

}

.owl-item.active .project-item .project-details {
    display: flex;

}

.project-item a {
    height: 100%;
    display: inline-block;
    width: 100%;
    position: relative;
}

.project-item .img {
    height: 349px;
}

.project-item .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.project-item a::after {
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    width: 100%;
    height: 100%;
    background: #00000080;
}

.section-title h4 {
    font-size: 40px;
    font-weight: 500;
    text-align: center;
    margin-bottom: 33px;
    color: #141414;
    font-family: var(--font-bold);
}

.container-fluid {
    padding: 0;
}

.project-info h4 {
    font-size: 27px;
    margin-bottom: 15px;
    font-weight: bold;
    color: #fff;
}

.project-info p {
    font-size: 18px;
    color: #fff;
    font-weight: 300;
    line-height: 26px;
}

.project-info {
    max-width: 42%;
    margin-inline-end: 110px;
}

.project-slider.owl-carousel .owl-stage-outer,
.partner .owl-carousel .owl-stage-outer {
    overflow: visible;
}

.owl-theme .owl-dots .owl-dot.active span {
    background: #680001;
}

.owl-theme .owl-dots .owl-dot span {
    width: 58px;
    height: 7.4px;
    background: rgb(104 0 1 / 30%);
}

.owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 40px;
}

/* .project-slider .owl-item.active,
.owl-item.cloned.active {
    width: 569.5px !important;
}
.project-slider .owl-item.active.center {
    width: 769.5px !important;
} */
/* ------------------------------------------------------- */

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

section.statistics {
    /* padding: 77px 0 98px; */
    background-image: url('../images/bg-stat.png');
    background-size: cover;
    /* background-attachment: fixed; */
    position: relative;
}

section.statistics::after {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(180deg, rgba(104, 0, 1, 0.7) -9.17%, rgba(186, 151, 93, 0.7) 100%);
        background: linear-gradient(180deg, 
color-mix(in srgb, var(--bg-color) 70%, transparent) -9.17%, 
color-mix(in srgb, var(--sec-color) 20%, transparent) 100%);

}

/* *******   counter     *********** */
.counter-item {
    direction: ltr;
    color: #fff;
    font-size: 42px;
    line-height: 80px;
    margin: 0px 0 10px;
    text-align: center;
    font-weight: 700;
    /*font-family: "Inter", sans-serif;*/
    height: 80px;
}

.count-block {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 25px 10px;
    transition: all 0.3s;
}

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

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

/* -------------------------------------- */
/* -----------------------------------  about section ------------------------  */
section.about .row {
    align-items: center;
}

.about-image {
    height: 458px;
    position: relative;

}

.about-image img {
    width: 100%;
    height: 100%;
    border-radius: 24px;
    object-fit: cover;
    position: relative;
    z-index: -1;
}

.years-num {
    position: absolute;
    bottom: -44px;
    right: 30%;
    width: 128px;
    height: 128px;
    border-radius: 50%;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.years-num::after {
    position: absolute;
    content: '';
    width: 71px;
    height: 74px;
    background-image: url('../images/Ellipse.png');
    background-size: contain;
    bottom: -10px;
    left: -11px;
    box-shadow: 11.979900360107422px 5.989950180053711px 112.61106872558594px 0px #68000130;
    z-index: -1;
}

.years-num span {
    font-size: 12.5px;
    font-weight: 500;
}

span.y-numer {
    font-size: 49px;
    line-height: 49px;
    color: #680001;
    font-weight: 700;
    /*font-family: 'OpenSans';*/
}

.about-info h4 {
    font-size: 40px;
    color: #141414;
    margin-bottom: 17px;
    font-weight: 500;
    font-family: var(--font-bold);
}

.about-info p {
    height: 208px;
    overflow: hidden;
    font-size: 18px;
    line-height: 29px;
    font-weight: 300;
}

.about-info .read-more a {
    background-color: #680001;
}

section.about {
    padding: 100px 0;
}

/* -------------------------------------------- */
/* ------------------------  services section ---------------  */
.services {
    /*padding: 90px 0;*/
    background-color: #F8F8F8;
}
.services .section-title h4 {
    margin-bottom: 13px;
}
.service-item {
    background-color: #fff;
    padding: 6px;
    border-radius: 10px;
    box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.05);
    margin:20px 3px;
}

.service-item .img {
    height: 175px;
    overflow: hidden;
    border-radius: 7px;
}

.service-item .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 7px;
    transition: all 0.5s;
}

.service-item .service-details {
    padding: 20px 12px 22px;
    text-align: center;
}

.service-item .service-details h4 {
    color: #141414;
    font-size: 25px;
    margin-bottom: 20px;
    font-weight: 300;
    
}

.service-item .service-details p {
    line-height: 25.6px;
    color: #000;
    font-weight: 300;
    
    margin-bottom: 0;
}

/* --------------  news section --------------   */
.news {
    /* padding: 63px 0 150px; */
    position: relative;
}



.news .project-info h4 {
    font-size: 28px;
}

/* ------------------------------------------- */
.partner {
    background-color: #F8F8F8;
    /* padding: 50px 0 90px; */
}

.partner .section-title h4 {
    margin-bottom: 47.6px;
}

.part-item .img {
    height: 113px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #FFFFFF;
    border: 1px solid #EAEAEA;
    transition: all 0.3s;
    border-radius: 10px;
    margin: 0 5px;
    padding: 0 8px;
}

.part-item .img img {
    /*max-height: 100%;*/
    /*width: auto;*/
    transition: all 0.5s;
    object-fit: contain;
    /*max-width: 100%;*/
    height: 148px;
transition: all 0.5s;
max-width: 60%;
width: 80%;
margin:auto;
}

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


/* -----------  Start footer section  -------------------- */
.fa-brands,
.fab {
    font-weight: 400;
    font-family: 'Font Awesome 6 Brands';
}

.fixed-icone {
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 999;
    animation: updown-i 4s infinite ease-in-out;
}

@keyframes updown-i {

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

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

.fixed-icone a {

    width: 58px;
    height: 58px;
    background: #72D070;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.fixed-icone a i {
    color: #fff;
    font-size: 28px;
    font-weight: 400;
}

footer {
    padding-top: 50px;
    position: relative;
}

footer .row {
    /*align-items: center;*/
}

footer .footer-menu {
    display: flex;
    align-items: center;
    /*justify-content: end;*/
    /* padding-inline-end: 10px; */
}

footer .footer_contact-list {
    padding-inline-start: 30px;
}

.footer-links h4 {
    color: var(--sec-color);
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 32px;
}

.footer-logo img {
    height: 100%;
    object-fit: cover;
}

footer .footer-links ul li {
    margin-bottom: 20px;
    min-width: 80px;
}

.footer-logo {
    height: 270px;
/*     text-align: end; */
}


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

.comp-rights p {

    margin-bottom: 0;
    font-size: 16px;
    font-weight: 300;
    
}

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

.copy-right {
    padding: 27px 0 20px;
}

footer .contact-list a {
    display: flex;
    color: #1B1B1B;
}

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

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

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

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

footer .footer-links ul.contact-list li {
    width: 100%;
}

footer .footer-links ul.contact-list li a {
    /*font-family: "Inter", sans-serif;*/
}

footer .footer-links ul.contact-list li a p {
    margin-bottom: 0;
}



/* bottom footer */
.copy-right {

    text-align: start;

    border-top: 1px solid rgba(223, 223, 223, 1);

    margin-top: 18px;
}

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

.compny-right p {
    margin-bottom: 0;
    color: #5E5D5D;
    font-weight: 300;
    
}

.compny-right p span {
    color: #5E5D5D;
    font-weight: 700;
    /*font-family: "Inter", sans-serif;*/
}

.compny-right p span.name {
    color: #680001;
    font-weight: 500;
    padding: 0 4px;
}

/* Start about page */
.breadcrumb-section {
    padding: 240px 0 76px;
    z-index: 2;
    position: relative;
    background-size: cover;
}
.breadcrumb {
    
    margin-bottom: 215px !important;
}
.breadcrumb-info h2 {
    font-size: 24px;
    margin-bottom: 29px;
    color: #fff;
    font-weight: 700;
}

.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: 60px;
    font-weight: 500;
}

.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%;
    z-index: -1;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.3404) 0%, rgba(0, 0, 0, 0.74) 100%);
}

.about-page-items {
    width: 100%;
    margin: auto;
    box-shadow: 0px 0px 38px 0px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    padding: 105px 214px;
}

.about-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 123px;
}

.about-page-items .about-item:last-of-type {
    margin-bottom: 0;
}

.about-page-items .about-item:nth-child(even) {
    direction: ltr;
}

.item-name {
    width: 51%;
    text-align: center;
}

.item-disc {
    /* width: 60%; */
    direction: rtl;
}

.item-name .icone {
    height: 48px;
    margin-bottom: 12px;
}

.item-name .icone img {
    max-height: 100%;
}

.item-name h5 {
    font-size: 40px;
    color: #680001;
    font-weight: 500;
}

.item-disc p {
    font-size: 30px;
    line-height: 47px;
    /*height: 100px;*/
    /*display: -webkit-box;*/
    /*-webkit-line-clamp: 2;*/
    /*-webkit-box-orient: vertical;*/
    /*overflow: hidden;*/
    /*text-overflow: ellipsis;*/
}

.about-page-items .about-item:first-of-type .item-disc p {
    /*height: 140px;*/
    /*-webkit-line-clamp: 3;*/
}

.about_page {
    padding-top: 99px;
}

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

.contact-page .contact-data h3,
.contact-form h3 {
    color: #000;
    font-size: 30px;
    margin-bottom: 32px;
    font-weight: 500;
}

.contact-form h3 {
    color: rgba(40, 39, 39, 1);
}

.contact-page .contact-data .contact-list {

    border-radius: 13px;

    background: rgba(246, 246, 246, 1);

    padding: 47px 36px 4px;

    margin-bottom: 39px;
}

.contact-page .contact-data ul li p {
    color: #000;
    font-size: 16px;
    margin-bottom: 0;
}

.contact-page .contact-data ul li i {
    color: var(--sec-color);
    width: 20px;
    margin-inline-end: 12px;
    font-size: 18px;
}

.contact-page .contact-data ul li {
    margin-bottom: 17px;
}

.contact-page .contact-data .map {
    height: 197px;
}

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

section.contact-page .contact-form {
    padding: 50px 0 0 0;
    width: 90%;
}

.contact-page .contact-form label {
    font-size: 20px;
    color: rgba(40, 39, 39, 1);
    margin-bottom: 7px;
}

.contact-form form input,
.contact-form form textarea {
    width: 100%;
    padding: 12px 10px;
    color: #000;
    font-size: 16px;
    border-radius: 0;
    border: 1px solid rgba(218, 218, 218, 1);
    background: #FFF;
    box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.0784);
}

.contact-form form input::placeholder,
.contact-form form textarea::placeholder {
    color: rgba(18, 49, 62, 1);
    opacity: 54%;
}

section.contact-page .form-group {
    margin-bottom: 17px;
}

.contact-page .contact-form textarea {
    height: 126px;
}

.contact-data ul li a {
    color: #000;
    display: flex;
    align-items: center;
}

.contact-page .contact-data ul li a.con-soch span {
    display: inline-block;
    direction: ltr;

}

.form-group input:focus,
.form-group textarea:focus,
.nice-select:focus {
    border: 1px solid var(--sec-color);
    box-shadow: 0px 1px 4px 0px var(--sec-color);

}

.contact-page {
    padding: 90px 0 104px;
}

.contact-list ul li span.mob-num {
    /*font-family: 'GUMELAARABIC';*/
}

.contact-form .read-more button {
    background-color: rgba(104, 0, 1, 1);
    box-shadow: 0px 8px 8px 0px rgba(201, 24, 42, 0.08);

}
textarea:focus{
    outline:none;
}
/* ------------------------------------------------- */
/* 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: 6px !important;
}

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

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

.card-header .btn {
    display: flex;
    padding: 9px 28px 11px;
    width: 100%;
    padding-inline-end: 40px;
    position: relative;
    background: #EBF1FF;
    font-size: 22px;
    border-radius: 0;
    overflow: hidden;
    text-decoration: none;
    color: rgba(40, 39, 39, 1);
    font-weight: 500;
    border: 1px solid #CFCFCF;
    border: 1.08px solid rgba(207, 207, 207, 1);
    background: #FFF;
}

.card-header .btn::after {
    color: #000;
    content: "\f067";
    position: absolute;
    left: 20px;
    font-family: 'font awesome 5 pro';
    /* font-weight: bold; */
    top: 0;
    bottom: 0;
    height: 100%;
    display: flex;
    align-items: center;
    font-size: 24px;
}

.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;
    border-top: none;
    border: 1px solid #E3E3E3;
    background: #B69B71;
    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: #B69B71;
    color: #fff;
    border-bottom: none;
    font-size: 25px;
}

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

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

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

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

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

.input-group.upload span.uplod {
    position: absolute;
    left: 16px;
    top: 10px;
    font-size: 16px;
    width: 100%;
    z-index: 3;
    color: #000;
    width: 123px;
    padding: 3px;
    background: rgba(217, 217, 217, 1);
    display: inline-block;
    text-align: center;
    font-weight: 460;
    /*font-family: '29LTAZER';*/
}

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

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

.form-control:disabled,
.form-control[readonly] {
    background-color: #fff;
    width: 100%;
    padding-block: 24px;
}

label.input-group-btn {
    margin-bottom: 0;
    height: 0;
}

/* --------------------  managment  team page ---------------- */
.mang_image {
    height: 561px;
    position: relative;
}

.mang_image img {
    width: 100%;
    height: 100%;
    border-radius: 22.46px;
    max-width: 540px;
    object-fit: cover;
}

.mang_image .manag_name {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -9px;
    z-index: 0;
    width: 140px;
    height: 138px;
    border-radius: 50%;
    background-color: #fff;
    align-items: center;
    justify-content: center;
    font-size: 28px;
     font-weight: 500;
    color: rgba(104, 0, 1, 1);
    display: flex;
    text-align: center;
}

.mang_image .manag_name::after {
    position: absolute;
    content: '';
    width: 71px;
    height: 74px;
    background-image: url('../images/Ellipse.png');
    background-size: contain;
    bottom: -10px;
    right: -8px;
    box-shadow: 11.979900360107422px 5.989950180053711px 112.61106872558594px 0px #1897E573;
    z-index: -1;
    transform: scaleX(-1);
}

.mang_image .manag_name span {
    z-index: 2;
    position: relative;
    background: #fff;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.manag-info h2 {
    color: rgba(20, 20, 20, 1);
    font-weight: 500;
    font-size: 30px;
    line-height: 80px;
    margin-bottom: 16px;
}

.manag-info p {
    line-height: 28px;
    color: rgba(0, 0, 0, 1);
    font-weight: 300;
    
}

.managment-team .row:nth-child(2) {
    direction: ltr;
}

.managment-team.even {
    padding: 90px 0;
    background-color: rgba(245, 245, 245, 1);
}

.managment-team.even .mang_image .manag_name {
    right: -11px;
    left: auto;
}

.managment-team.even .mang_image .manag_name::after {
    right: auto;
    left: -8px;
    transform: scaleX(1);
}

.managment-team.even .mang_image {
    text-align: end;
}
.managment-team:last-of-type .mang_image .manag_name{
    font-size: 24px;
}
/* ------------------   news page ---------------   */
.all-news-item {
    width: 74%;
    margin: auto;
}

.new-item a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #000;
}

.new-item {
    border: 1px solid rgba(212, 212, 212, 1);
    padding: 24px 20px;
    border-radius: 20px;
    margin-bottom: 16px;
}

.new-item .new-img {
    width: 255px;
    height: 158px;
    position: relative;
}
.new-item .new-img::after,.single-new-img::after{
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
  left: 0;
  border-radius: 20px;
  background-color: rgba(0, 0, 0, 0.5);
}
.new-item .new-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px;
}

.new-details {
    width: calc(100% - 284px);
}
.new-details .title span{
    /*font-family: "Inter", sans-serif;*/
}
.new-details h3 {
    font-size: 27px;
    font-weight: 500;
    margin: 15px 0 17px;
}

.new-details p {
    font-size: 18px;
    font-weight: 300;
    
    height: 58px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 0;
}
.new-details .title {
    display: flex;
    align-items: center;
}

.new-details .title h6 {
    margin-bottom: 0;
    width: 123px;
    text-align: center;
    background-color: rgba(186, 151, 93, 1);
    color: #fff;
    border-radius: 50px;
    margin-inline-start: 17px;
    font-size: 19px;
    font-weight: 300;
    
    padding: 1px;
}

/* Pagination */
.pagination {
    justify-content: center;
    margin-top: 80px;
}

.page-item .page-link,.page-item .page-numbers {
    color: #fff;
    font-size: 14px;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 400;
    transition: all 0.3s;
    background: transparent;
}

.page-item .page-link,.page-item .page-numbers,
.page-item:last-child .page-link,.page-item:last-child .page-numbers,
.page-item:first-child .page-link,.page-item:first-child .page-numbers {
    border-radius: 0;
    margin-inline: 4px;
    color: rgba(29, 29, 29, 1);
    border: 0.43px solid rgba(203, 203, 203, 1);
    /*font-family: 'Montserrat';*/
}


.page-item:last-child .page-link {
    border-radius: 0;
}

.page-item:first-child .page-link {
    border-radius: 0;
}

.page-item.active .page-link,.page-item .page-numbers.current {
    z-index: 3;
    border-color: var(--sec-color);
    color: rgb(0 0 0 / 80%) !important;
 background-color: #fff;
}

li.page-item {
    margin-inline: 0;
}
/* -----------------  single new ----------------------------   */
.single-new-img{
    position: relative;
    height: 349px;
}
.single-new-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px;
}
.single-details{

width: 90%;

margin: auto;
}
.single-details h2,.single-service-detils .title h2,.more-services h2,.single-proj_details h2{
    
margin-bottom: 34px;
    
text-align: center;
    
font-size: 40px;
    
color: var(--sec-color);
    
font-weight: 500;
}
.single-details .details{

width: 73%;

margin: 60px auto 0;
}
.single-details .details .catog span{

font-size: 19px;

margin-bottom: 36px;

background: rgba(66, 27, 18, 1);

color: #fff;

border-radius: 50px;

padding: 1px 20px;

font-weight: 300;

display: inline-block;
}
.single-details .details h6{

line-height: 30px;

font-weight: 500;

color: rgba(4, 4, 4, 1);

margin-bottom: 16px;
}
.single-details .details p{

font-weight: 300;

color: rgba(4, 4, 4, 1);

line-height: 30px;
}
.single-details .details h5{
    font-size: 30px;
    margin: 32px 0 16px;
    color: rgba(43, 42, 50, 1);
}
/* ------------------------------  services page ------------------   */
.all-services-item {
    box-shadow: 0px 0px 38px 0px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    padding: 125px 100px;
}
.all-services-item .service_item:nth-child(even),
.all-Project-item .Project_item:nth-child(even){
    direction: ltr;
}
.service_item a {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.service_item  .service-img {
    width: 243px;
    margin: 0 auto 18px;
}

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

.service_item  .service-details {
    width: calc(100% - 519px);
    direction: rtl;
}

.service_item  .service-title h4 {
    color: rgba(66, 27, 18, 1);
    font-size: 40px;
    font-weight: 500;
    text-align: center;
}

.service_item  .service-details p ,.Project_item .Project_details p{
    font-size: 30px;
    color: rgba(0, 0, 0, 1);
    
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 15px;
}
.Project_item .Project_details p{
    font-size: 18px;
    margin-bottom: 19px;
}
.service_item  .service-details .more {
    display: flex;
    align-items: center;
    color: var(--sec-color);
    font-size: 30px;
    
}
.service-details .more i{
    position: relative;
    top: 3px;
    padding-inline-start: 6px;
}
.service_item {
    margin-bottom: 132px;
}
.single-service_page .project-item a,.single-proj_img a{
    position: relative;
    display: inline-block;
    width: 100%;
    height: 100%;
}
.single-service_page .project-item a::after,.single-proj_img a::after{
    position: absolute;
    content: "\f002";
    font-family: 'Font Awesome 5 Pro';
    width: 58px;
    height: 58px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 80%);
    color: #000;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  display: flex;
  align-items: center;
  justify-content: center;
}
.single-proj_img a::before{
    border-radius: 20px;
}
.more-services,.single-proj_details {
    width: 78%;
    margin: 80px auto 0;
    text-align: right;
}

.more-services p ,.single-proj_details p,.mocab-details p{
    line-height: 28px;
    font-weight: 300;
    
}
/* ------------------------  projects page ------------------   */
.Project_item {
    background-color: rgba(243, 243, 243, 1);
    border-radius: 20px;
    height: 349px;
    margin-bottom: 64px;
}

.Project_item .row {
    align-items: center;
}

.Project_details {
    padding-inline-start: 30px;
    padding-inline-end: 60px;
    direction: rtl;
}

.Project_img ,.single-proj_img{
    height: 349px;
}

.Project_img img,.single-proj_img img {
    width: 100%;
    height: 100%;
    border-radius: 0 20px 20px 0;
    object-fit: cover;
}
.single-proj_img img{
    border-radius: 20px;
}
.Project_details h4 {
    font-size: 27px;
    font-weight: 500;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid rgba(175, 175, 175, 1);
}
.all-Project-item .Project_item:nth-child(even) img{
    border-radius: 20px 0 0 20px;
}
.single-service_page .project-item a::before,.single-proj_img a::before{
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgb(0 0 0 / 50%);
}
.single-proj_details {
    margin-top: 47px;
}
.single-proj_details h2{
    margin-bottom: 16px;text-align:right;
}
.Proj_IMage {
    height: 526px;
    margin: 64px 0 74px;
}

.Proj_IMage img,.mocab-img img {
    max-width: 100%;
    max-height: 100%;
    border-radius: 17px;
    object-fit: cover;
}
.mocab_IMAge{
    height: 349px;
}
.mocab-img{
  height: 86px;
  margin-bottom: 45px;
}
.mocab_IMAge img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
}
.certificate-item .img{
    border: 0.9px solid rgba(234, 234, 234, 1);
    border-radius: 9px;
    margin-bottom: 31px;
    height: 377px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.certificate-item .img img{
    max-height: 314px;
}
.certificates_page .col-lg-3{
  padding: 0 10px;
}
@media (min-width: 992px){
.col {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    padding: 0 7px;
}
}
.clients_page .part-item .img {
    height: 100px;
    margin: 0;
    padding: 0;
    margin-bottom: 32px;
    border: 0.9px solid rgba(234, 234, 234, 1);
}






/* ------------------------------------- */
/*************************************************/
.wpcf7 p {
  margin: 0;
  display: block;
  width: 100%;
}

.wpcf7 br {
  display: none;
}

.wpcf7-file {
  display: none;
}

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


.service-item .service-details p {
    height: 100px;
      overflow: hidden;
}

.service-item .service-details h4 {
    font-size: 24px;
}
.part-item .img ,.clients_page .part-item .img{
    overflow: hidden;
    padding:10px;
    text-align:center;

}
.clients_page .part-item .img{

    height:120px;
}
.part-item .img img {
    /*padding: 8px;*/
    /*height: 100%;*/
}

.footer-menu ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.certificate-item .img img {
    width: 100%;
    padding: 8px;
}
.all-services-item {
    padding-bottom: 1px;
}

.lang a {
    border-bottom: 1px solid #fff;
}

.vission-img {
    height: 38px;
    overflow: hidden;
}
.vission-img img {
    height: 100%;
}

.single-details h2, .single-service-detils .title h2,
.more-services h2, .single-proj_details h2,
.Project_details h4{
    font-weight: 600;
}

.owl-theme.card-slider .owl-nav.disabled+.owl-dots {
    margin-top: 28px;
}

.sidebar  button {
    outline: none;
    border: none;
}

.search-sidebar {

    margin: 20px;
    width: 88%;
}

.search-sidebar input {
    border: none;
    padding: 6px 10px;
    width: 100%;
    border: 1px #b2b2b2 solid;
}

.search-sidebar button {
    /*width: 36px;*/
    /*height: 36px;*/
    /*color: #fff;*/
    color: var(--sec-color);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-inline-start: 12px;
}

.search-sidebar button i{
      font-weight: 700;  
}

.search-sidebar .form-group {
    position: relative;
}

.search-sidebar .form-group button {
    position: absolute;
    top: 10px;
    z-index: 2;
    left: 13px;
    background: transparent;
}

.wpcf7 input[type="url"], .wpcf7 input[type="email"], .wpcf7 input[type="tel"] {
    direction: rtl !important;
}

.about-item{
    position:relative;
}
.read {
    text-align: center;
    /*margin: 30px 0;*/
    position: absolute;
    bottom: -28px;
    left: 50%;
    transform: translateX(-50%);
    transition: all 1s;
    outline: none;
    border: none;
background: var(--sec-color);
    color: #fff;
    padding: 6px 24px;
    border-radius: 30px;
}

.about-item  .item-disc.active  p {
    height: auto !important;
    -webkit-line-clamp: inherit !important;
}



section.statistics {
    /* padding: 77px 0 77px; */
}
.left-header {
    padding-bottom: 0;
}
.mynav {
    margin-top: 0;
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    justify-content: space-between;
}
header .row {
    align-items: center;
}

.mynav .navbar-menu li {
    margin-inline-start: 34px;
}

.footer-logo {
    height: 236px;
}

.left-header .read-more {
    height: 48px;
}

.card-slider .owl-stage {
    display: flex;
}

.card-slider .owl-stage .owl-item {
    height: auto;
}

.card-slider .owl-stage .owl-item .item {
    height: 100%;
}

.card-slider .owl-stage .owl-item .item .service-item {
    height: calc(100% - 40px);
}

.logo a {
    display: block;
}

.logo a img {
    max-width: 100%;
}

.footer-logo a {
    display: block;
}

.footer-logo a img {
    max-width: 350px;
}







@media (min-width: 991px){
.contact-data ul li a:hover {
    color: var(--sec-color);
}

.contact-form .read-more button:hover {
    background: #7d1317;
}

.contact-form .read-more button::after {
    background: #7d1317;
}


.read-more a:hover::after,
.read-more button:hover::after,
.read-more span:hover:after {
    width: 100%;
}

.searchForm .btnSearch:hover {
    background-color: #fff;
}

.searchForm .btnSearch:hover i {
    color: #151515;
}

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

.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:hover,
.read-more button:hover {
    background: var(--sec-color);
    color: #fff;
}


.owl-theme .owl-dots .owl-dot:hover span {
    background: #680001;
}

.service-item:hover .img img {
    transform: scale(1.2);
}

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

.page-link:hover {
    z-index: 2;
    text-decoration: none;
    background-color: transparent;
    border-color: var(--sec-color);
}

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


header .read-more a {
    background: #fff;
    color: #000;
}

.nav.nav-tabs {
    justify-content: center;
    border: none;
    margin-bottom: 50px;
    gap: 20px;
}

.nav.nav-tabs .nav-item {
    margin: 0;
}

.nav.nav-tabs .nav-item .nav-link {
    background: var(--sec-color);
    font-size: 18px;
    color: #fff;
    border-radius: 0 !important;
    min-width: 150px;
    opacity: .7;
}

.nav.nav-tabs .nav-item .nav-link.active {
    opacity: 1;
}

.slider-home.owl-theme .owl-nav {
    position: absolute;
    top: 50%;
    bottom: auto;
    right: 0;
    left: 0;
    z-index: 3;
    display: flex;
    justify-content: space-between;
}

.home-slider .owl-theme .owl-nav .owl-prev, .home-slider .owl-theme .owl-nav .owl-next {
    background: #ffffff12;
    position: relative;
}

.slider-home .owl-dots {
    position: absolute;
    bottom: 20px;
    z-index: 5;
    right: 0;
    left: 0;
}

.slider-home.owl-theme .owl-dots .owl-dot span {
    background: #fff;
    opacity: .5;
}

.slider-home.owl-theme .owl-dots .owl-dot.active span {
    opacity: 1;
}

.about-image .years-num img {
    position: relative;
    z-index: 6;
    object-fit: contain;
    max-width: 50%;
    margin: 0 auto;
}

.sidebar .side-content ul li.menu-item-has-children>a {
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: space-between;
}

.sidebar .side-content ul li.menu-item-has-children>a::after {
    content: "";
    width: 10px;
    height: 10px;
    border-left: 1px #555 solid;
    border-bottom: 1px #555 solid;
    transform: rotate(-45deg);
    margin-inline-end: 15px;
    position: relative;
    display: block;
    top: 0;
    left: 0;
}

.sidebar .side-content ul li {
    margin: 0;
}

.sidebar .side-content ul .sub-menu {
    padding: 0px 20px;
}

.sidebar .side-content ul .sub-menu li a {
    font-size: 18px;
    line-height: 28px;
}