:root {
    --main-color: #465459;
    --sec-color: #1A7A4A;
    --bg-color: #002714;

}


@font-face {
    font-family: 'ar-font';
    src: url('../fonts/Cairo-Regular.ttf');
}




@font-face {
    font-family: 'open-sans';
    src: url('../fonts/OpenSans-Regular.ttf');
}

@font-face {
    font-family: 'OpenSans-SemiBold';
    src: url('../fonts/OpenSans-SemiBold.ttf');
}


body {
    direction: ltr;
    text-align: start;
    font-family: "Rubik", sans-serif;
    overflow-x: hidden;
}

form {
    direction: ltr;
}


/* nice select */
.nice-select {
    width: 100%;
    margin-bottom: 20px;
    text-align: start;
    padding-left: 12px;
    padding-right: 30px;
    border-radius: 0;
    border: 1px solid #DBD5D5;
}

.nice-select::after {
    right: 12px;
    left: auto;
}

.nice-select .option {
    text-align: right;
    padding-left: 29px;
    padding-right: 18px;
}

.nice-select .list {
    width: 100%;
}

.nice-select:after {
    width: 8px;
    height: 8px;
}


.owl-carousel {
    direction: ltr;
}

.carousel-info button {
    border: none;
    outline: none;
    background: none;
}

button:focus,
button {
    border: none;
    outline: none;
}

.mynav button {
    background: none;
}

input:focus {
    outline: none;
}

ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

a,
a:hover {
    text-decoration: none;
}

/* top bar */
/* -------------------------------------------------   */
header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
}

.mynavbar,
.mynavbar ul.nav-items {
    display: flex;
    align-items: center;
    justify-content: space-between;
}


.lang-search,
.right-header {
    display: flex;
    align-items: center;

}

.right-header {
    justify-content: space-between;
}

.btnSearch i:hover,
.lang-search a:hover {
    color: var(--sec-color);
}

.mynavbar .logo {
    height: 70px;
    position: relative;
    padding-inline-end: 16px;
}

.mynavbar .logo::after {
    position: absolute;
    content: '';
    width: 32px;
    height: 118px;
    top: -15px;
    right: -19px;
    background-image: url('../images/shape.png');
    background-size: cover;
}

.logo img {
    max-width: 100%;
    max-height: 100%;
}

span.mob-num {
    display: inline-block;
    direction: ltr;
}

/* Start header */
.mynav {
    position: relative;
}

.mynav .row {
    align-items: center;
    border-bottom: 0.5px solid #FFFFFF;
}

.mynavbar ul,
.mynavbar {
    display: flex;
    align-items: center;
}

.mynavbar {
    padding: 16px 0;
}


.mynavbar ul li {
    margin-inline-end: 21px;
}

.mynavbar li a {
    position: relative;
    padding: 0;
    color: #fff;
    transition: all 0.3s;
    text-transform: capitalize;
    font-size: 16px;
    font-weight: 400;
    display: inline-block;
}


.mynavbar li a:hover,
.mynavbar li.current-menu-item a {
    font-weight: 700;
}

.my-btn a,
.my-btn button {
    display: inline-block;
    min-width: 171px;
    text-align: center;
    background: var(--sec-color);
    color: #fff;
    padding: 14px 10px;
    font-size: 16px;
    position: relative;
    overflow: hidden;
    z-index: 2;
    transition: all 0.3s;
    font-weight: 500;
    text-transform: capitalize;
    box-shadow: 0px 15px 16px 0px #1A7A4A63;
    border-radius: 16px;
}

.my-btn a::before,
.my-btn button::before {
    background: var(--bg-color);
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: -1;
    width: 100%;
    height: 0%;
    transform: translate(-50%, -50%) rotate(45deg);
    transition: all 0.6s ease;
    border-radius: 16px;
}

.my-btn a:hover::before,
.my-btn button:hover::before {
    height: 780%;
}

header .my-btn a {
    color: #fff;
    border-radius: 8px;
}

header .my-btn a:hover {
    color: #fff;
}
.mynavbar {
    justify-content: start;
    gap: 70px;
}
/* responsive menu */
.responsive-menu {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 18px 12px;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
}

.navbar-toggler {
    background-color: #fff;
    border-radius: 1px;
    color: var(--sec-color);
    width: 38px;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.lang-search {
    display: flex;
    align-items: center;
    gap: 31px;
}

.sidebar .my-btn {
    margin-top: 22px;
    margin-inline-start: 12px;
}

.navbar-toggler i {
    font-size: 23px;
}

/* Sidebar */

.sidebar {
    position: fixed;
    top: 0px;
    bottom: 0;
    left: -350px;
    height: 100%;
    width: 350px;
    background-color: var(--sec-color);
    z-index: 9;
    padding: 20px 0;
    transition: all 0.7s;
    box-shadow: 0px 0px 20px #00000029;
    padding: 20px 0;
    clip-path: circle(25px at calc(100% - 45px) 45px);
}

.sidebar-width {
    left: 0px;
    clip-path: circle(75%);
}

.sidebar .close-side i {
    position: absolute;
    top: 20px;
    right: 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: 10px;
    margin-top: 30px;
}

.side-content a i {
    margin: 0 8px;
}

.side-content a {
    text-transform: capitalize;
}

.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: 2;
    display: none;
}

.close-overlay.open-overlay {
    display: block;
}

.sidebar .side-content ul li {
    position: relative;
    width: 100%;
    transition: all .5s;
    border-bottom: 1px solid rgb(255 255 255 / 30%);
    ;
}


.sidebar .side-content ul li a {
    color: #fff;
    display: inline-block;
    padding: 10px 12px;
    position: relative;
    transition: all 0.6s;
}

.side-content ul li.has-child a {
    padding-inline-end: 20px;
}
.sidebar .my-btn a{
    background-color: #fff;
    color: var(--sec-color);
}

.search-menu {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

/* Start home slider */
.home-slider,
.home-slider .item,
.home-slider .item .container,
.home-slider .item .container .row {
    min-height: 768px;
    direction: ltr;
}

.home-slider .owl-item,
.home-slider .item {
    overflow: hidden;
    position: relative;
}


.slider-home .slider-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 768px;

}

.slider-home .slider-img::after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: linear-gradient(180deg, #001108 0%, rgba(0, 0, 0, 0) 100%);
    object-fit: cover;
    -webkit-mask-box-image: url('../images/mask-img.png');
    /* mask-image: url('../images/mask-img.png'); */
    -webkit-mask-size: cover;
    mask-size: cover;
}

.home-slider {
    width: 100%;
    z-index: 1;
    position: relative;
}


.owl-item.active .slider-info h2 {
    animation: 1s fadeInDown;
}

.home-slider .row {
    align-items: center;
}

.slider-home .owl-item .slider-img img {
    width: 100%;
    object-fit: cover;
    height: 768px;
    object-fit: cover;
    -webkit-mask-box-image: url('../images/mask-img.png');
    /* mask-image: url('../images/mask-img.png'); */
    -webkit-mask-size: cover;
    mask-size: cover;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.slider-info {
    position: relative;
    z-index: 3;
    color: #fff;
    padding-top: 25px;
}

.slider-info h2 {
    font-size: 40px;
    line-height: 52px;
    font-weight: 500;
    margin-bottom: 32px;
    text-transform: capitalize;
    text-align: center;
}

.slider-info p {

    font-size: 18px;

    line-height: 27px;

    margin: 14px 0 28px;
}

.home-slider .owl-carousel,
.sponser-slider {
    direction: ltr;
}

.owl-theme .owl-dots {
    display: flex;
    align-items: center;
    justify-content: center;
}

.slider-home.owl-theme .owl-dots {
    position: absolute;
    z-index: 5;
    right: 0;
    left: 0;
    bottom: 55px;
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 1140px;
    margin: auto;
    padding: 0 15px;
}

.owl-theme .owl-dots .owl-dot span {
    margin: 0;
    margin-inline-end: 16px;
}

.home-slider .owl-theme .owl-nav {
    position: absolute;
    z-index: 5;
    right: 0;
    left: 0;
    display: flex;
    justify-content: end;
    align-items: center;
    max-width: 1140px;
    margin: auto;
    padding: 0 15px;
    bottom: 0px;
    height: 60px;
}

.home-slider .owl-theme .owl-nav .owl-prev,
.home-slider .owl-theme .owl-nav .owl-next,
.project-slider.owl-theme .owl-nav .owl-prev,
.project-slider.owl-theme .owl-nav .owl-next {
    margin-top: 0;
    position: absolute;
    top: 37%;
    transform: translateY(-50%);
    width: 35px;
    height: 35px;
    font-size: 38px;
    border-radius: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: transparent;
    border: none;
    color: #fff;
}

.home-slider .owl-theme .owl-nav .owl-prev:hover,
.home-slider .owl-theme .owl-nav .owl-next:hover,
.sponser-slider.owl-theme .owl-nav .owl-prev:hover,
.sponser-slider.owl-theme .owl-nav .owl-next:hover,
.gallary-slider.owl-theme .owl-nav .owl-prev:hover,
.gallary-slider.owl-theme .owl-nav .owl-next:hover {
    opacity: 1;
}

.home-slider .owl-theme .owl-nav .owl-prev {
    left: 222px;
    -webkit-mask-box-image: url('../images/mask-next.png');
    /* mask-image: url('../images/Rectangle\ 28.png'); */
    -webkit-mask-size: cover;
    mask-size: cover;
    background-size: cover;
}

.home-slider .owl-theme .owl-nav .owl-next {
    right: 223px;
    -webkit-mask-box-image: url('../images/mask-prev.png');
    /* mask-image: url('../images/Rectangle\ 28.png'); */
    -webkit-mask-size: cover;
    mask-size: cover;
    background-size: cover;
}


.home-slider .owl-theme .owl-nav .owl-prev,
.home-slider .owl-theme .owl-nav .owl-next {
    width: 138px;
    height: 68px;
    background-color: var(--sec-color);
    border-radius: 8px;

}

.home-slider .owl-theme .owl-nav .owl-prev:hover,
.home-slider .owl-theme .owl-nav .owl-next:hover {
    background-color: rgba(26, 122, 74, 50%);

}

.owl-theme .owl-dots .owl-dot.active,
.owl-theme .owl-dots .owl-dot:hover {
    background: #fff;
    width: 24px;
    height: 24px;
}

.sponser-slider.owl-theme .owl-nav .owl-prev,
.sponser-slider.owl-theme .owl-nav .owl-next {
    margin: 9px;
    background: var(--sec-color);
    color: #fff;
    font-size: 32px;
    width: 92px;
    height: 45px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
}
.sponser-slider.owl-theme .owl-nav .owl-next{
    -webkit-mask-box-image: url('../images/mask-next.png');
    /* mask-image: url('../images/Rectangle\ 28.png'); */
    -webkit-mask-size: cover;
    mask-size: cover;
    background-size: cover;
}
.sponser-slider.owl-theme .owl-nav .owl-prev{
    -webkit-mask-box-image: url('../images/mask-prev.png');
    /* mask-image: url('../images/mask-prev.png'); */
    -webkit-mask-size: cover;
    mask-size: cover;
    background-size: cover;
}
.sponser-slider.owl-theme .owl-nav .owl-prev:hover,
.sponser-slider.owl-theme .owl-nav .owl-next:hover {
    background-color: rgb(26 122 74 / 50%);
}

.owl-theme .owl-dots .owl-dot span {
    width: 14px;
    height: 14px;
    border: none;
    background: rgb(217 217 217 / 50%);
    transition: all 0.3s;
    border-radius: 50%;
    margin: auto;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #fff;
    border-color: #fff;
    width: 24px;
    height: 24px;
}

.owl-theme .owl-dots .owl-dot {
    padding: 0;
    margin: 0 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s;
    border-radius: 50%;
}

/* ------------------------        about section   --------------------------------- */
section.about {
    padding-top: 136px;
}

section.about .row {
    box-shadow: 0px 24px 24px 0px rgba(135, 135, 135, 0.08);
    border: 1px solid rgba(237, 237, 237, 1);
    border-radius: 24px;
    padding: 71px 60px;
}

.about-img {
    position: relative;
}

.about-img h4 {
    position: absolute;
    top: 18px;
    right: 0;
    z-index: 3;
    color: #002714;
    font-size: 48px;
    font-weight: 500;
    text-transform: uppercase;
}

.about-img img {
    height: 279px;
    width: 100%;
    object-fit: cover;
    -webkit-mask-box-image: url('../images/about-mask.png');
    /* mask-image: url('../images/about-mask.png'); */
    -webkit-mask-size: cover;
    mask-size: cover;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.about-details p {
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
    color: #000000;
    height: 236px;
    overflow: hidden;
}

.read-more a {
    color: var(--sec-color);
    text-transform: capitalize;
    font-size: 20px;
    font-weight: 400;
    display: flex;
    align-items: center;
}

.read-more a span {
    border-bottom: 1px solid var(--sec-color);
}

.read-more a i {
    width: 26px;
    height: 26px;
    background-color: var(--sec-color);
    border-radius: 50%;
    color: #fff;
    font-size: 18px;
    text-align: center;
    margin-inline-start: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media (min-width: 1200px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1240px;
    }
}

/* -------------------------------------------------------------- */
/* Start services section */


section.services .section-title {
    text-align: center;
}
section.services .section-title p {
    font-weight: 300;
    width: 50%;
    margin: 0 auto 0;
}

section.services .section-title h4 {
    margin-bottom: 8px;
}
section {
    padding: 80px 0;
    overflow: hidden;
}

.service-item p {
    font-weight: 300;
    color: #3F3F3F;
    max-height: 53px;
    overflow: hidden;
}

.service-item {
    padding: 19px 80px 19px 22px;
    margin-bottom: 20px;
    position: relative;
    height: 206px;
    width: 100%;
    border-radius: 16px;
    /* overflow: hidden; */
    transition: all 0.3s;
}
.service-item:hover{
    box-shadow: 0px 20px 20px 0px #1A7A4A0A;

}
.service-item .more a {
    position: absolute;
    top: 0;
    right: 0;
    border: 1px solid #DFF3E9;
    border-radius: 16px;
    display: inline-flex;
    width: 72px;
    height: 72px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
    font-size: 30px;
    font-weight: 700;
    transition: all 0.7s;
    background: #fff;
}

.service-item:hover .more a {
    transform: rotate(90deg);
    background: var(--sec-color);
    box-shadow: 20px 0px 20px 0px #1A7A4A0F;

}

.service-item .more i {
    color: var(--sec-color);

}

.service-item:hover .more i {
    color: #fff;
    transform: rotate(-135deg) translateX(16px);
}

.service-item::after {
    position: absolute;
    content: '';
    width: 100%;
    height: 206px;
    top: 0;
    left: 0;
    background-image: url('../images/shape-ser.svg');
    background-size: cover;
    z-index: -1;
    border-radius: 16px;
}

.service-item:hover::after{
    background-image: none;
}
.service-item .icone {
    height: 46px;
    margin-bottom: 36px;
    position: relative;
    z-index: 2;
    transition: all 0.3s;
}
.service-item:hover .icone{
transform: translateY(10px);
}
.service-item .icone img {
    max-height: 100%;
    transition: all 0.3s;
}

.service-item:hover .icone img {
    filter: invert(36%) sepia(15%) saturate(2482%) hue-rotate(99deg) brightness(94%) contrast(80%);
}

.service-item h5 {
    font-size: 20px;
    font-weight: 500;
    color: #1F1F1F;
    margin-bottom: 10px;
    transition: all 0.4s;
    position: relative;
    z-index: 2;
}


.all-serv a {
    width: 100%;
    box-shadow: 0px 12px 44px 0px #00FF8029;
    border-radius: 16px;
    height: 206px;
    background-color: var(--sec-color);
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.all-serv a h2 {
    font-size: 48px;
    text-transform: capitalize;
    font-weight: 500;
    border-bottom: 1px solid #fff;
    transition: all 0.5s;
    transform: translateY(30px);
}

.all-serv:hover a h2 {
    transform: translateY(0);
}

.all-serv a i {
    width: 72px;
    height: 72px;
    background-color: #fff;
    border-radius: 50%;
    color: var(--sec-color);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    font-weight: 700;
    transition: all 0.5s;
    opacity: 0;
    visibility: hidden;
    transform: translate(-30px, -30px);
}

.all-serv:hover a i {
    transform: translate(0px, 0px);
    opacity: 1;
    visibility: visible;
    /* animation: 1s zoomIn; */
}

.section-title {
    margin-bottom: 48px;
}

.section-title h4 {
    font-size: 48px;
    color: #002714;
    margin-bottom: 0;
    font-weight: 500;
    text-transform: capitalize;
}

/* ---------------------------------------------------- */
section.projects .section-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

section.projects .section-title h4 {
    margin-bottom: 0;
}

section.projects .section-title .my-btn a {
    min-width: 218px;
}

/* Start projects section */
.projects{
    padding-bottom: 136px;
}
.project-item {
    position: relative;
   width: 33%;
    transition: all 0.6s;
}

.project-item:hover {
   width: 50.7%;
}

.project-item a {
    position: relative;
    display: inline-block;
    width: 100%;
    height: 100%;
}

.all-project-item {
    display: flex;
    gap: 20px;
    justify-content: space-between;
}

.project-item .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.6s;
    border-radius: 31px;
}

.project-item .img {
    height: 420px;
    transition: all 0.3s;
}

.project-item .project-details {
    padding: 24px 22px;
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
    border: 1px solid #FFFFFF29;
    width: 90%;
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.16);
    backdrop-filter: blur(14.5px);
    border-radius: 24px;

}

.project-item .project-details h4 {
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 0;
    transition: all 0.4s;
    text-align: center;
    text-transform: capitalize;
}


.project-item .project-details span {
    background: var(--sec-color);
    font-weight: 500;
    text-transform: capitalize;
    font-size: 20px;
    transition: all 0.3s;
    border-radius: 16px;
    color: #fff;
    padding: 10px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%) translateX(-40px);
    right: 10px;
    opacity: 0;
}

.project-item:hover .project-details span {
    transform: translateY(-50%) translateX(0px);
    opacity: 1;
}

.project-item:hover .project-details h4 {
   text-align: start;
}



/* --------------------------------------------------------- */
/* Start sponser slider */
.partner .section-title {
    text-align: center;
    margin-bottom: 64px;
}
section.partner {
    padding-top: 0;
    padding-bottom: 136px;
}
section.partner .section-content {
    box-shadow: 0px 24px 24px 0px #87878714;
    border: 1px solid #EDEDED;
    padding: 87px 80px;
    border-radius: 24px;
}
.sponser-img {
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #EDF5F1;
    background: #FFF;
    border-radius: 14px;
    margin-bottom: 30px;
    transition: all 0.3s;
}

.sponser-img img {
    max-height: 100%;
    max-width: 100%;
    object-fit: contain;
    transition: all 0.3s;
    width: auto !important;
    margin: 0 auto;
}



.sponser-img:hover {
    box-shadow: 0px 10.487961769104004px 10.487961769104004px 0px #2929290F;
border-color: var(--sec-color);
}

section.client-page.partner .col-md-3.col-6 {
    padding: 0 9px;
}

/* End sponser slider */
 /* Start contact section  */
.form-group {
    margin-bottom: 16px;
}
.contact-form {
    background-color: #fff;
    width: 96%;
}
.contact-form form input,
.contact-form form textarea,
.contact-form form select {
    width: 100%;
    padding: 10px;
    background: #F7F6F9;
    border-color: transparent;
    color: #404040;
    font-size: 16px;
    border-radius: 8px;
    font-weight: 300;
}

.contact-form form textarea {
    height: 123px;
}

.contact-form input::placeholder,
.contact-form textarea::placeholder {
    color: #404040;
}

textarea:focus {
    outline: none;
}
.contact-form input:focus,
.contact-form textarea:focus {
    outline: none;
}
section.contact .row {
    padding: 61px 64px;
    box-shadow: 0px 44px 84px 0px #AEAEAE40;
    border: 1px solid #EDEAEA;
    border-radius: 24px;
    align-items: end;
}

section.contact {
    padding-top: 0;
}

section.contact .title h3 {
    font-size: 32px;
    margin-bottom: 36px;
    font-weight: 500;
    text-transform: capitalize;
}

.contact-image {
    height: 407px;
}

.contact-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 18.6px;
    border: 0.78px solid #BAB8C0;
}
/* -------------------  Start footer section ---------------------- */
.fa-brands, .fab {
    font-weight: 400;
    font-family: 'Font Awesome 6 Brands';
    font-style: normal;
}
footer {
    overflow: hidden;
    padding: 84px 0 0;
    background: #012F17;
    position: relative;
    border-radius: 114px 114px 0px 0px;
}

.footer-links a {
    color: #fff;
    transition: all 0.3s;
    font-size: 16px;
    font-weight: 300;
    display: flex;
}


.footer-links a:hover,
.footer-links li:hover,
.footer-links p:hover {
    color: var(--sec-color);
}

.footer-links ul li {
    margin-bottom: 16px;
}

.footer-links .contact-list li {
    width: 100%;
    display: block;
}

.footer-links .contact-list li p {
    margin-bottom: 0;
}

.left-footer p {
    color: #fff;
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
    margin-bottom: 0;
}

.footer-links.footer-menu {
    padding-inline-start: 60px;
}

.copy-right p a {
    color: var(--sec-color);
    text-transform: uppercase;
    font-weight: 700;
}

.footer-soch {
    color: #fff;
    display: flex;
}

.footer-soch span {
    padding-inline-end: 10px;
    text-transform: capitalize;
}

.footer-soch  a {
    color: #fff;
    padding-inline-end: 18px;
}

.map iframe {
    border: 0.78px solid #BAB8C0;
    width: 100%;
    height: 219px;
    border-radius: 18.64px;
}
.footer-links.contact-info,.footer-soch{
    margin-inline-start: -55px;
}
.left-footer{
    margin-inline-end: -25px;
}
.footer-links .contact-list li{
    background-color: #01361A;
    border-radius: 8px;
    padding: 16px 33px 16px 16px;
    margin-bottom: 0;
}
.footer-links .contact-list li:first-of-type{
    margin-bottom: 8px;
}
.footer-links .contact-list li:last-of-type{
    border-radius:8px 8px 0 0 ;
    padding: 16px 10px 16px 16px;
}
.footer-links .contact-list li:last-of-type a{
    margin-bottom: 8px;
}
.footer-soch{
    background-color: rgb(26 122 74 / 20%);
    border-radius: 0 0 8px 8px;
    padding: 9px 31px 9px 16px;
}
.copy-right {
    text-align: center;
    padding: 14px 0;
    margin-top: 42px;
    border-top: 1px solid #A9F2CD17;
}

.copy-right p {
    color: #fff;
    margin-bottom: 0;
    text-align: start;
    font-size: 16px;
    text-transform: capitalize;
    font-weight: 300;
}

.footer-logo {
    height: 67.7px;
    margin-bottom: 19px;
}

.footer-logo img {
    height: 100%;
    object-fit: contain;
}

.footer-links a i,
.footer-links li i {
    padding-inline-end: 12px;
    margin-top: 4px;
    color: #fff;
    font-size: 17px;
}

.footer-links h4,.footer-map h5 {
    font-size: 20px;
    color: #fff;
    margin-bottom: 24px;
    position: relative;
    text-transform: uppercase;
    font-weight: 500;
}

.copy-right .row,
.bottom-footer .row {
    align-items: center;
}

.ryad-logo {
    height: 65px;
    margin-top: -32px;
    position: relative;
    top: 5px;
    margin-left: -20px;
}

.comp-rights {
    text-align: end;
}

.comp-rights p {
    color: #000;
}

/* ************************************************ */
/* Start about page */
.breadcrumb-section {
    color: #fff;
    position: relative;
    z-index: 2;
    height: 400px;
    display: flex;
    align-items: end;
    justify-content: center;
}
.breadcrumb-img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.breadcrumb-img img{
    height: 400px;
    width: 100%;
    object-fit: cover;
    -webkit-mask-box-image: url('../images/bread-mask.png');
    /* mask-image: url('../images/bread-mask.png'); */
    -webkit-mask-size: cover;
    mask-size: cover;
    background-size: cover;
}

.breadcrumb-section::after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, #001108 0%, rgba(0, 0, 0, 0) 192%);
    -webkit-mask-box-image: url(../images/bread-mask.png);
}

.breadcrumb-item+.breadcrumb-item {
    padding: 0;
}

.breadcrumb-info {
    text-align: center;
    position: relative;
    z-index: 2;
    padding-bottom: 12px;
}

.breadcrumb-info h2 {
    font-size: 40px;
    font-weight: 500;
    text-transform: capitalize;
    margin-bottom: 8px;
}

.breadcrumb-section a {
    font-size: 24px;
    color: rgba(215, 215, 215, 1);
    text-transform: capitalize;
}

.breadcrumb {
    display: flex;
    /* align-items: center; */
    justify-content: center;
    background-color: transparent;
    padding: 0;
    margin-bottom: 0;
}

.breadcrumb-item.active {
    color: rgba(215, 215, 215, 1);
    font-size: 24px;
    text-transform: capitalize;
    padding: 0;
}

.breadcrumb-item+.breadcrumb-item::before {
    padding: 0 6px;
    content: "-";
    color: #fff;
    font-size: 21px;
    display: inline-flex;
    top: 2px;
    position: relative;
}

section.about.about-page .row{
    border: none;
    padding: 0;
    box-shadow: none;
}
section.about.about-page {
    padding-top: 96px;
    padding-bottom: 136px;
}
.vission-item {
    background-color: #fff;
    padding: 25px 28px;
    transition: all 0.3s;
    position: relative;
    margin-top: 64px;
    position: relative;
    border: 1px solid rgba(42, 55, 143, 1);
    border-radius: 24px;
}

.vission-item:hover{
    border-color: rgba(26, 122, 74, 1);
}

.vission-title {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 12px;
}
.vission-title .icone {
    max-height: 29px;
}

.vission-title .icone img {
    max-height: 100%;
}

.vission-item h5 {
    font-size: 32px;
    font-weight: 500;
    margin-bottom: 0px;
    color: rgba(0, 39, 20, 1);
    text-transform: capitalize;
}

.vission-item p {
    color: rgba(0, 0, 0, 1);
    line-height: 24px;
    font-weight: 300;
    /* height: 76px; */
    /* overflow: hidden; */
    margin-bottom: 0;
}
/* ------------------------------------------------------ */
/* Pagination */
.pagination-list {
    padding: 12px 0;
    width: 280px;
    margin: 28px auto 0;
    border: 1px solid rgba(237, 237, 237, 1);
    box-shadow: 0px 24px 24px 0px rgba(135, 135, 135, 0.08);
    border-radius: 24px;
}

.pagination {
    justify-content: center;

}
.page-item .page-link {
    color: rgba(88, 87, 87, 1);
    font-size: 18px;
    font-weight: 500;
    transition: all 0.3s;
    background: transparent;
    border: none;
    margin: 0 1px;
    width: 30px;
    height: 31px;
    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: 6px;
    border-color: transparent;
    background-color: var(--sec-color);
    color: #fff;
    font-size: 20px;
    line-height: 18px;
    width: 60px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.page-item:last-child .page-link{
    -webkit-mask-box-image: url('../images/mask-next.png');
    /* mask-image: url(../images/Rectangle\ 28.png); */
    -webkit-mask-size: cover;
    mask-size: cover;
    background-size: cover;
    margin-inline-start: 10px;
}
.page-item:first-child .page-link{
    -webkit-mask-box-image: url('../images/mask-prev.png');
    /* mask-image: url(../images/Rectangle\ 28.png); */
    -webkit-mask-size: cover;
    mask-size: cover;
    background-size: cover;
    margin-inline-end: 14px;
}
.page-item:last-child .page-link:hover,
.page-item:first-child .page-link:hover {
    color: #fff;
    background-color: rgba(26, 122, 74, 50%);
}

.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_content{
    padding: 96px 0;
}

/* -------------------------------------  single project  ----------------------    */

.project-slider.owl-theme .owl-nav [class*=owl-] {position: absolute;top: 50%;transform: translateY(-50%);z-index: 3;width: 92px;
    height: 45px;display: flex;align-items: center;justify-content: center;background-color: var(--sec-color);
    color: #fff;font-weight: 300;}
.project-slider.owl-theme .owl-nav .owl-prev{
    left: 14px;
    -webkit-mask-box-image: url('../images/mask-prev.png');
    /* mask-image: url(../images/Rectangle\ 28.png); */
    -webkit-mask-size: cover;
    mask-size: cover;
    background-size: cover;
}
.project-slider.owl-theme .owl-nav .owl-next{
    right: 14px;
    -webkit-mask-box-image: url('../images/mask-next.png');
    /* mask-image: url(../images/Rectangle\ 28.png); */
    -webkit-mask-size: cover;
    mask-size: cover;
    background-size: cover;
}

#big_image .owl-stage-outer {
    position: relative;
    z-index: 3;
}

#thumbs_gallary .owl-stage-outer {
    margin-inline: -3px;
}

#big_image .single-img {
    height: 416px;
}

#big_image .single-img img {
    height: 100%;
    object-fit: cover;
    border-radius: 16px;
}

#thumbs_gallary .img {
    height: 107px;
    width: 100%;
    margin-top: 8px;
    position: relative;
    cursor: pointer;
    border: 3px solid #fff;
    border-radius: 16px;
}

#thumbs_gallary .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 16px;
}

.project-slider.owl-theme .owl-nav .owl-next:hover,
.project-slider.owl-theme .owl-nav .owl-prev:hover {
    background-color: rgba(26, 122, 74, 50%);
    color: #fff;
}

.project-slider.owl-theme .owl-nav [class*=owl-] i {
    font-weight: 300;
}

#thumbs_gallary .img::after {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0.7;
    background: rgba(55, 55, 56, 1);
    border-radius: 16px;
}

#thumbs_gallary  .owl-item.active.current .img::after,
#thumbs_gallary  .owl-item .img:hover::after {
    opacity: 0;
    
}
#thumbs_gallary  .owl-item.active.current .img,
#thumbs_gallary  .owl-item .img:hover{
border: 3px solid var(--sec-color);
}


.single-project-info h5 {
    color: rgba(31, 31, 31, 1);
    font-size: 32px;
    font-weight: 500;
    margin-bottom: 41px;
}
.single-project-info p{
    color: rgba(63, 63, 63, 1);
    font-weight: 300;

}
.single-project-info ul{
    padding-inline-start: 16px;
    list-style: disc;
    margin-top: 21px;
}

.single-project-info ul li{
    margin-bottom: 8px;
    color: rgba(63, 63, 63, 1);
    font-weight: 300;
}
.single-project-info {
    padding-inline-start: 31px;
}

.project-page .project-item{
    margin-bottom: 20px;
}

section.contact.page_content {
    padding: 96px 0;
}
.contact-form .my-btn button{
    min-width: 100%;
    font-size: 20px;

}