@font-face {
    font-family: 'Bahij-Janna';
    src: url('../fonts/bahij/BahijJanna.eot');
    src: url('../fonts/bahij/BahijJanna.eot?#iefix') format('embedded-opentype'),
    url('../fonts/bahij/BahijJanna.woff2') format('woff2'),
    url('../fonts/bahij/BahijJanna.woff') format('woff'),
    url('../fonts/bahij/BahijJanna.ttf') format('truetype'),
    url('../fonts/bahij/BahijJanna.svg#BahijJanna') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Bahij-Janna-bold';
    src: url('../fonts/bahij/BahijJanna-Bold.eot');
    src: url('../fonts/bahij/BahijJanna-Bold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/bahij/BahijJanna-Bold.woff2') format('woff2'),
    url('../fonts/bahij/BahijJanna-Bold.woff') format('woff'),
    url('../fonts/bahij/BahijJanna-Bold.ttf') format('truetype'),
    url('../fonts/bahij/BahijJanna-Bold.svg#BahijJanna-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

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

}

/******************************/
/******************************/
:root {
    --primary: #027d51;
    --secondary: #b47603;
    --gray: #737373;
    --black: #000;
    --white: #ffffff;
}

* {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
}

.wrap {
    overflow: hidden;
}

html[dir="ltr"] body {
    direction: ltr;
    text-align: left;
}

html[dir="rtl"] body {
    direction: rtl;
    text-align: right;
}

body {
    font-family: 'Bahij-Janna', serif;
    color: var(--black);
    background: var(--white);
    font-size: 16px;
}

p:last-of-type {
    margin-bottom: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    font-weight: bold;
    color: var(--white);
}

button,
li,
a {
    transition: all 0.5s ease-in-out;
}

a {
    display: inline-block;
}

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

ul,
ol {
    margin-bottom: 0;
}

button:focus {
    outline: 0;
}

li,
input[type="submit"],
a {
    transition: all 0.5s linear;
}

img,
iframe,
video {
    max-width: 100%;
}

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

ul li {
}

.no-padding {
    padding: 0 !important;
}

.form-control {
    border-radius: 0;
    direction: rtl;
    text-align: right;
}

html[dir="ltr"] .form-control {
    direction: ltr;
    text-align: left;
}

textarea.form-control {
    height: 100px;
}

.form-control:focus {
    box-shadow: none;
    outline: none;
    color: var(--primary);
    border-bottom: 1px solid var(--primary)
}

/******************************/
/* && main-btn + main-title &&*/
/******************************/
.main-btn {
    position: relative;
    cursor: pointer;
    min-width: 160px;
    width: fit-content;
    background: var(--primary);
    text-transform: uppercase;
    font-size: 16px;
    color: #FFF;
    box-shadow: 0 15px 40px -10px rgba(0, 0, 0, 0.3);
    border: 0;
    padding: 8px 16px;
    border-radius: 50px;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    overflow: hidden;
    transition: .8s;
}

.main-btn span {
    position: relative;
    z-index: 1;
}

.main-btn:before, .main-btn:after {
    content: "";
    position: absolute;
    width: 0;
    height: 100%;
    top: 0;
    transition: all 0.4s ease;
    background: var(--secondary);
}

.main-btn:before {
    content: "\f177";
    font-family: 'Font Awesome 6 Free';
    color: #FFF;
    font-weight: bold;
    position: absolute;
    margin-top: -60px;
    left: 20px;
    transition: .8s;
    transition-timing-function: ease;
    transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}
html[dir="ltr"] .main-btn:before{
    content: "\f178";
}
.main-btn:before {
    left: 35px;
    top: 19%;
}
html[dir="ltr"] .main-btn:before{
    left: unset;
    right: 35px;
}
.main-btn:after {
    content: '';
    position: absolute;
    top: 0;
    height: 100%;
    width: 0;
    right: 0;
    background: var(--secondary);
    visibility: visible;
    opacity: 1;
    transition: .8s;
    transition-timing-function: ease;
    transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}
html[dir="ltr"] .main-btn:after{
    right: unset;
    left: 0;
}
.main-btn:after {
    right: 0;
}
html[dir="ltr"] .main-btn:after {
    left: 0;
}
.main-btn i {
    position: relative;
    top: 19%;
    transition: .8s;
    transition-timing-function: ease;
    transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}
html[dir="ltr"] .fa-arrow-left-long:before, html[dir="ltr"] .fa-long-arrow-left:before
{
    content: "\f178";

}
.main-btn:hover i {
    transition: .8s;
    transition-timing-function: ease;
    transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
    margin-bottom: -60px;
}

.main-btn:hover {
    letter-spacing: 2px;
    color: white;
    transition: .8s;
    transition-timing-function: ease;
    transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
    background: transparent;
    border: unset;
    box-shadow: 0 0 13px rgb(0 0 0 / 16%);
}

.main-btn:hover:before {
    margin-top: 2px;
    transition: .8s;
    transition-timing-function: ease;
    transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

.main-btn:hover:before, .main-button:hover:after {
    width: 0;
}

.main-btn:hover:after {
    transition: .8s;
    transition-timing-function: ease;
    transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
    width: 100%;
    visibility: visible;
    opacity: 1;
    z-index: -1;
}

.main-title {
    position: relative;
    color: var(--black);
    font-size: 48px;
    text-align: center;
    font-weight: bold;
    display: table;
    margin: 0 auto;
}

@media (max-width: 768px) {

}

@media (max-width: 500px) {
    .main-btn {
        font-size: 14px;
        width: 120px;
        height: 35px;
        line-height: 35px;
    }

    .main-title {
        font-size: 28px;

    }
}

/******************************/
/* && search &&*/
/******************************/
#header-search {
    display: inline-block;
}

#search-header.open {
    background: rgba(0, 0, 0, 0.8);
}

#search-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: all 0.3s ease-in-out;
    transform: translate(0px, 0px) scale(0.7, 0.7);
    opacity: 0;
    visibility: hidden;
    z-index: 999999;
}

#search-header.open {
    transform: translate(0px, 0px) scale(1, 1);
    opacity: 1;
    visibility: visible;
}

#search-header .search-form {
    background: rgba(0, 0, 0, 0);
    position: absolute;
    top: 50%;
    width: 100%;
    margin: 0 auto;
    padding-left: 30px;
    padding-right: 30px;
    text-align: center;
}

.open-search {
    color: var(--primary) !important;
    background-color: transparent;
    font-weight: bold;
    padding: 0;
    font-size: 18px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    border: 1px solid var(--primary);
    text-align: center;
    transition: all .35s ease-in-out;
}

.open-search:hover {
    color: var(--white) !important;
    background-color: var(--secondary);
    border: 1px solid var(--secondary);
}

#search-header input[type="search"] {
    font-size: 44px;
    color: #fff;
    font-weight: 300;
    border: 0;
    outline: none;
    width: 70%;
    height: 90px;
    line-height: normal;
    border-bottom: 1px solid;
}

#search-header .search-submit {
    z-index: 10;
    border: none !important;
}

#search-header .search-submit,
.search-icon {
    background: none;
    border: none;
    height: 70px;
    width: 70px;
    position: absolute;
    top: 20px;
}

.search-icon:before {
    font-family: 'Font Awesome 5 Brands';
    content: "\f3eb";
    display: inline-block;
    width: 70px;
    height: 70px;
    font-size: 24px;
    padding-top: 20px;
    color: #fff;
}

#search-header .close {
    background: none;
    border: none;
    position: fixed;
    top: 45px;
    right: 45px;
    opacity: 1;
    cursor: pointer;
    color: #fff;
    text-align: center;
    transition: all 0.2s ease-out;
}

#search-header .close:hover {
    opacity: 0.8;
}

#search-header .close i {
    display: none;
}

#search-header .close:after {
    font-family: 'Font Awesome 5 Free';
    content: "\f057";
    display: inline-block;
    font-size: 16px;
    color: #fff;
    text-align: center;
    line-height: 29px;
    left: 0;
}

#search-header button.close {
    border: 2px solid #fff;
    height: 37px;
    width: 37px;
    border-radius: 200em;
}

#search-header input[type="search"] {
    background: rgba(0, 0, 0, 0);
    border-color: #5f5f5f;
}

#search-header .search-submit {
    color: transparent;
}

#search-header input[type="search"] {
    color: #fff;
}

/******************************/
/* && header &&*/
/******************************/
header {

    padding: 20px 0;
    background: rgba(255, 255, 255, 1);
}

.header-icon {
    display: flex;
    align-items: center;
}
.head-logo{
    position: relative;
    z-index: 2;
}

.language {
    margin-inline-start: 10px;
}

.language .lang {
    color: var(--primary) !important;
    background-color: transparent;
    font-weight: bold;
    padding: 0;
    font-size: 18px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    border: 1px solid var(--primary);
    text-align: center;
    transition: all .35s ease-in-out;
}

.language .lang:hover {
    color: var(--white) !important;
    background-color: var(--secondary);
    border: 1px solid var(--secondary);
}

@media (min-width: 992px) {
    #close-menu {
        display: none;
    }

    .main-nav {
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%;
    }

    .nav-list {
        display: flex;
        justify-content: space-between;
        width: 90%;


    }

    .nav-list > .menu-item {
        position: relative;

    }

    html[dir="ltr"] .nav-list > .menu-item:not(:last-of-type) {
        margin-inline-end: 5px;
    }

    html[dir="rtl"] .nav-list > .menu-item:not(:last-of-type) {
        margin-inline-start: 5px;
    }

    .nav-list > .menu-item.home i {
        font-size: 26px;
        color: var(--white);

    }

    .nav-list > .menu-item > a {
        display: flex;
        color: var(--gray);
        font-weight: bold;
        font-size: 16px;
        position: relative;
        padding: 10px 10px;
        transition: all 0.35s ease-in-out;
        text-align: center;
    }

    .nav-list > .menu-item > a:before,
    .nav-list > .menu-item > a:after {
        content: " ";
        background: var(--primary);
        width: 0;
        height: 2px;
        position: absolute;
        transition: all 0.35s ease-in-out;
    }

    .nav-list > .menu-item > a:before {
        top: 0;
        right: 0;
    }

    .nav-list > .menu-item > a:after {
        bottom: 0;
        left: 0;

    }

    .nav-list > .menu-item:hover > a:before,
    .nav-list > .menu-item.active > a:after,
    .nav-list > .menu-item:hover > a:after,
    .nav-list > .menu-item.active > a:before {
        width: 100%;
    }

    html[dir="ltr"] .nav-list > .menu-item > a {
        padding: 15px 10px;
    }

    .nav-list > .menu-item-has-children > a:after {
        display: inline-block;
        content: "\f0d7";
        font-family: "Font Awesome 6 Free", serif;
        font-weight: 900;
        color: var(--white);
        transition: all .35s ease-in-out;
    }

    .nav-list .menu-item:hover > a,
    .nav-list > .menu-item.active a {
        color: var(--primary);
    }

    .nav-list > .menu-item:hover > a:before,
    .nav-list > .menu-item.active a:before {
        opacity: 1;
        visibility: visible;
        transform: scale(1);
    }

    .nav-list > .menu-item-has-children:hover a:after {
        transform: rotateX(-180deg);
        color: var(--white);
    }

    html[dir="rtl"].sub-menu {
        left: 0;
    }

    html[dir="ltr"].sub-menu {
        right: 0;
    }

    .sub-menu {
        position: absolute;
        top: 100%;
        z-index: 4;
        min-width: 250px;
        background-color: rgba(255, 255, 255, 1);
        padding: 20px 0;
        opacity: 0;
        visibility: hidden;
        transform-origin: 0 0 0;
        transform: scaleY(0);
        box-shadow: 0 3px 6px rgba(0, 0, 0, .1);
        transition: all 0.2s ease-in-out;
    }

    .sub-menu li {
        position: relative;
        padding: 0 20px;
    }

    .sub-menu li:not(:last-of-type) a {
        margin-bottom: 10px;
    }

    .sub-menu li a {
        display: block;
        width: 100%;
        position: relative;
        color: var(--gray);
        padding-bottom: 10px;
        transition: all 0.5s ease-in-out;
    }


    html[dir="rtl"] .nav-list .sub-menu > li.menu-item-has-children > a:after {
        left: 0;
        content: "\f324";
    }

    html[dir="ltr"] .nav-list .sub-menu > li.menu-item-has-children > a:after {
        right: 0;
        content: "\f323";
    }

    .nav-list .sub-menu > li.menu-item-has-children > a:after {
        font-family: "Font Awesome 6 Free", serif;
        font-weight: 900;
        color: var(--gray);
        position: absolute;
        transition: all 0.5s ease-in-out;
    }

    .sub-menu li a:hover {
        color: var(--gray);

    }

    .nav-list .sub-menu > li.menu-item-has-children:hover > a:after {
        color: var(--gray);

    }

    .menu-item-has-children:hover > .sub-menu {
        opacity: 1;
        visibility: visible;
        top: 100%;
        transform: scaleY(1);
    }

    html[dir="rtl"] .sub-menu .menu-item-has-children .sub-menu {
        right: 100%;
    }

    html[dir="ltr"] .sub-menu .menu-item-has-children .sub-menu {
        left: 100%;
    }

    .sub-menu .menu-item-has-children .sub-menu {
        top: 0 !important;
    }

    html[dir="rtl"] .sub-menu .menu-item-has-children:hover > .sub-menu {
        right: 100%;
    }

    html[dir="ltr"] .sub-menu .menu-item-has-children:hover > .sub-menu {
        left: 100%;
    }


    html[dir="rtl"] .nav-list > .menu-item-has-children > .sub-menu a:before {
        content: "\f060";
    }

    html[dir="ltr"] .nav-list > .menu-item-has-children > .sub-menu a:before {
        content: "\f061";
    }

    .nav-list > .menu-item-has-children > .sub-menu a:before {
        font-family: "Font Awesome 6 Free", serif;
        font-weight: 900;
        display: inline-block;
        margin-inline-end: 10px;
        width: 20px;
        height: 20px;
        line-height: 20px;
        text-align: center;
        border-radius: 50%;
         color: var(--gray);
        font-size: 14px;
        transition: all .35s ease-in-out;
    }

    .nav-list > .menu-item-has-children > .sub-menu a:hover:before {
         color: var(--secondary);
    }

    .nav-btn,
    .mobile-nav-list,
    .dd-trigger {
        display: none;
    }
}

@media (max-width: 992px) {
    #close-menu {
        display: inline-block;
        position: absolute;
        right: 300px;
        top: 45%;
        z-index: 9999;
        width: 50px;
        height: 120px;
        border-radius: 1.1rem;
        background-color: var(--primary);
    }

    .menu-item-has-children {
        display: inline-block;
        width: 100%;
        align-items: center;

    }

    .nav-list {
        display: none;
    }

    .dd-trigger {
        display: inline-block;
    }

    .main-nav {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-between;
    }

    .head-logo {
        display: flex;
        align-items: center;
    }

    .menu-icons a:not(:last-of-type) {
        margin-inline-end: 10px;
    }

    .nav-list > li.menu-item-has-children > a:after {
        font-family: "Font Awesome 6 Free", serif;
        font-weight: 900;
        color: var(--white);
        position: absolute;
        transition: all 0.5s ease-in-out;
    }

    .nav-btn {
        width: 40px;
        height: 40px;
        border-radius: 100%;
        color: var(--white);
        background-color: var(--primary);
        margin-inline-end: 10px;
        display: flex;
        justify-content: center;
        align-items: center;
        transition: all 0.5s ease-in-out;
    }

    html[dir="rtl"] .nav-btn {
        margin-inline-end: 10px;
    }

    html[dir="ltr"] .nav-btn {
        margin-inline-start: 10px;
    }

    html[dir="ltr"] .mobile-nav-list {
        left: 0;
        transform: translateX(-100%);
    }

    html[dir="rtl"] .mobile-nav-list {
        transform: translateX(100%);
        right: 0;
    }

    .mobile-nav-list {
        width: 300px;
        height: 100%;
        padding: 15px;
        background-color: rgba(255, 255, 255, 1);
        display: flex;
        flex-direction: column;
        position: fixed;
        top: 0;
        z-index: 99;
        box-shadow: 0 0 5px rgba(0, 0, 0, .2);
        overflow-y: scroll;
        transition: all .5s linear;
    }

    .mobile-nav-list .menu-item {
        position: relative;
        border-bottom: 1px solid var(--primary);
    }

    .mobile-nav-list .menu-item:not(:last-of-type) a {
    }

    .mobile-nav-list .menu-item > a {
        display: block;
        color: var(--black);
        padding: 15px;
    }

    .mobile-nav-list .menu-item.menu-item-has-children > a {
        width: calc(100% - 34px);
        display: inline-block;
    }

    .mobile-nav-list .menu-item > a:hover,
    .mobile-nav-list .menu-item.active > a {
        color: var(--primary);
    }

    html[dir="ltr"] .mobile-nav-list .menu-item.menu-item-has-children i {
        border-left: 1px solid var(--black);
    }

    html[dir="rtl"] .mobile-nav-list .menu-item.menu-item-has-children i {
        border-right: 1px solid var(--black);
    }

    .mobile-nav-list .menu-item.menu-item-has-children i {
        color: var(--black);
        width: 30px;
        height: 30px;
        line-height: 30px;
        text-align: center;
        transform-origin: center;
        transition: all .3s linear;
    }

    .mobile-nav-list .menu-item i.open {
        color: var(--gray);
    }

    .sub-menu {
        list-style: none;
        width: 100%;
        background-color: var(--gray);
    }

    .sub-menu.open {
    }

    .sub-menu li {
    }

    .mobile-nav-list .sub-menu a {
        display: block;
        padding: 15px 25px;
        color: var(--white);
        transition: all .3s linear;
    }

    .mobile-nav-list .sub-menu a:hover {
        color: #393839;
    }

    .trans-none {
        transform: none !important;
    }

    html[dir="ltr"] .nav-overlay {
        right: 0;
        transform: translateX(100%);
    }

    html[dir="rtl"] .nav-overlay {
        left: 0;
        transform: translateX(-100%);
    }

    .nav-overlay {
        display: block;
        position: fixed;
        top: 0;
        z-index: 5;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, .4);
        transition: all .35s ease-in-out;
    }
}

@media (max-width: 768px) {
.top-header{
    padding-top: 75px;
    justify-content: flex-end;
}
    .header-icon a{
        margin-inline-start: 10px;
    }
}

@media (max-width: 500px) {

}

/******************************/
/* && slider &&*/
/******************************/
.slider {
    position: relative;
    top: -100px
}

.main-slider .mainItem {
    width: 100%;
    position: relative;
    overflow: hidden;
    z-index: 999;
}

.mainItem .slider-img img {
    width: 100%;

}

.main-slider .slid-tit {
    position: absolute;
    top: 52%;
    left: -20%;
    transform: translate(-50%, -50%);
    background: rgba(0, 0, 0, .5);
    z-index: 11;
    padding: 20px;
    border-radius: 15px;

}

html[dir="ltr"] .main-slider .slid-tit {
    left: unset;
    right: -20%;
    transform: translate(50%, -50%);
}

.main-slider .slid-tit .url {
    margin: 20px 0;
}

.main-slider .slid-tit .tit {
    font-size: 30px;
    color: var(--white);
    font-weight: bold;
}
html[dir="ltr"] .main-slider .slid-tit .tit{
    font-size: 24px;
}
.main-slider .owl-dots {
    position: absolute;
    bottom: 2rem;
    right: 15%;
    display: flex;
    align-items: center;
    transform: translate(40%, -50%);
}

.main-slider .owl-dot {
    width: 20px;
    height: 20px;
    background-color: transparent;
    border-radius: 50%;
    margin: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--primary);
    transition: all .35s ease-in-out;
}

.main-slider .owl-dots .owl-dot span {
    width: 10px;
    border-radius: 50%;
    height: 10px;
    transition: all .35s ease-in-out;
}

.main-slider .owl-dots .owl-dot.active {
    border: 1px solid var(--secondary);
    transition: all .35s ease-in-out;
}

.main-slider .owl-dots .owl-dot.active span {
    background: var(--secondary);
    transition: all .35s ease-in-out;
}

@media (max-width: 768px) {
    .main-slider .slid-tit{
        left: 50%;
        top: 50%;
        transform: translate(-50%, 25%);
        width: 80%;
        text-align: center;

    }
    .slider{
         top: 0;
        margin-bottom: 30px;

    }
}

@media (max-width: 500px) {
    .main-slider .slid-tit .tit {
        font-size: 18px;
        line-height: 34px;
        margin-bottom: 0;
    }

    .main-slider .slid-tit {
        top: 50%;
    }
}

/******************************/
/* && counters &&*/
/******************************/
.counters {
    padding: 0 0 50px;
}

#counter .item {
    padding-inline-end: 30px;
    border-inline-end: 1px solid var(--primary);
}

#counter .col-md-6:last-of-type .item {
    border-inline-end: 1px solid transparent;
}

#counter .item .icon {
    float: left;
}

#counter .item .content {
    padding-top: 75px;
}

#counter .item .content .count {
    color: var(--primary);
    font-size: 36px;
    font-weight: bold;
}

#counter .item .content .text {
    color: var(--black);
    font-size: 24px;
    font-weight: bold;
}
html[dir="ltr"] #counter .item .content .text{
    font-size: 20px;
}
@media (max-width: 768px) {
    #counter .item{
        padding-inline-end: 0;
        border-inline-end: none;
    }
}
/******************************/
/* && about &&*/
/******************************/
.about {
    padding: 50px 0;
    position: relative;
}

.about-content-main .about-tit {
    color: var(--secondary);
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 20px;
}

.about-collapse {
    margin-top: 50px;
    padding: 15px;
    border-radius: 15px;
    box-shadow: 0 0 29px rgba(0, 0, 0, .23);
}

.brief-url-btn.collapsed {
    color: var(--primary);
    border: 1px solid var(--primary);
    background: transparent;
    transition: all .35s ease-in-out;
}

.brief-url-btn {
    width: 200px;
    height: 50px;
    font-size: 24px;
    font-weight: bold;
    line-height: 50px;
    text-align: center;
    margin-bottom: 10px;
    border-radius: 35px;
    color: var(--white);
    border: 1px solid var(--secondary);
    background: var(--secondary);
}

.brief-content .brief-body {
    font-size: 16px;
    font-weight: 400;
    color: var(--black);
}


@media (max-width: 768px) {
    .about-icon-items .description {
        margin: 20px auto 20px;
    }
    .brief-url-btn{
        width: 130px;
        height: 40px;
        line-height: 40px;
        font-size: 16px;
    }
    .v-imag{
        margin: 0 auto;
        display: table;
    }
}

@media (max-width: 500px) {
    .about-content-main .about-tit{
        font-size: 24px;
    }
    .about-description{
        margin-bottom: 20px;
    }
    .brief-content{
        text-align: center;
    }
}

/******************************/
/* && service &&*/
/******************************/
.service {
    padding: 50px 0;
    background-image: url("../images/s-bg.png");
    background-repeat: no-repeat;
    background-size: cover;

}

.service .main-title {
    color: var(--white);
    margin-bottom: 50px;
}

.service .service-items {
       width: 100%;
    height: 100%;
    border-radius: 15px;
    min-height: 530px;
    background-color: #f7f7f7;
}

.service .service-items .img img {
       width: 100%;
    height: 250px;
    border-radius: 15px 15px 0 0;
    object-fit: cover;
}

.service .service-items .service-content:before {
    content: " ";
    background-image: url("../images/rec.png");
    background-repeat: no-repeat;
    width: 100%;
    height: 2px;
    position: absolute;
    top: 0;
    right: 0;

}

.service .service-items .service-content {
    position: relative;
    width: 100%;
    background: #f7f7f7;
    text-align: center;
    padding: 30px;
    border-radius: 0 0 15px 15px;

}

.service .service-items .service-content .tit {
    color: var(--black);
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 10px;
    transition: all .35s ease-in-out;

}

.service .service-items:hover .service-content .tit {
    color: var(--secondary);
    transition: all .35s ease-in-out;

}

.service .service-items .url {
    margin-top: 20px;
}
.news-item {
     margin-bottom: 20px;
}
.news-item img{
        height: 350px;
    object-fit: cover;
}
.news-item-body{
        display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 10px 0 0;
}
.news-item-body h3{
        margin-bottom: 0;
}
.events-content p , .events-content h3{
    margin-bottom: 10px;
}
@media (max-width: 768px) {
.service-items{
    margin-bottom: 20px;
}
}

@media (max-width: 500px) {

}

/******************************/
/* && media &&*/
/******************************/
.medias {
    padding: 50px 0;
}

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

.medias .main-title {
    display: inline-block;
}

.tabs li a {
    width: 150px;
    height: 40px;
    font-size: 18px;
    font-weight: bold;
    line-height: 40px;
    text-align: center;
    margin-bottom: 10px;
    border-radius: 35px;
    color: var(--primary);
    border: 1px solid var(--primary);
    background: transparent;
    margin-inline-start: 10px;
}

.tabs li.active a {
    color: var(--white);
    border: 1px solid var(--secondary);
    background: var(--secondary);
    transition: all .35s ease-in-out;
}

.tabs_item {
    display: none;
}

.tabs_item.active {
    display: block;
}

.tab_content {
    margin-top: 50px;
}

.tab_content .studio-item .studio-item-thumb a {
    display: block;
    width: 100%;
}

.tab_content .studio-item .studio-item-thumb a img {
    width: 100%;
    border-radius: 20px;
}

@media (max-width: 768px) {

}

@media (max-width: 500px) {
    .medias .main-title{
        display: table;
        margin: 0 auto 30px
    }
    .tabs{
        justify-content: center;
    }
}

/******************************/
/* && events &&*/
/******************************/
.events {
    padding: 0 0 50px;
}

.events .main-title {
    margin-bottom: 30px;
}

.events-items {
    position: relative;
}

.events-content {

    padding: 10px;
    z-index: 1;
}

.events-content .tit {
    font-size: 22px;
    font-weight: bold;
    color: #000;
    margin-bottom: 10px;
}

.events-items .img img {
       width: 100%;
    height: 350px;
    border-radius: 15px;
    object-fit: cover;
}

.events-items .url .main-btn {
    background: transparent;
    box-shadow: none;
    color: var(--secondary);
}

.events-items:hover .url .main-btn {
    color: var(--white);
}@media (max-width: 500px) {
    .events-items{
        margin-bottom: 20px;
    }
}

/******************************/
/* && articles &&*/
/******************************/
.articles {
    padding: 50px 0;
    background-image: url("../images/s-bg.png");
    background-repeat: no-repeat;
    background-size: cover;
}

.articles-items {
    position: relative;
}

.articles-image img {
    border-radius: 20px;

}

.articles .main-title {
    margin-bottom: 30px;
    color: var(--white);
}

.articles-items .articles-image {
    position: relative;

}

.articles-items .articles-image:before {
    content: " ";
    background: rgba(0, 0, 0, .40);
    position: absolute;
    z-index: 0;
    top: 0;
    right: 0;
    width: 0;
    height: 100%;
    border-radius: 20px;
    transition: all .35s ease-in-out;
}

.articles-items:hover .articles-image:before {
    width: 100%;
}

.articles-items-fir {
    position: relative;
}

.articles-items-fir .articles-content {
    position: absolute;
    bottom: 30px;
    right: 0;
    padding: 0 30px;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.articles-items-fir img {
    width: 100%;
    max-height: 300px;
}

.articles-tit a {
    color: var(--white);
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 10px;
    transition: all .35s ease-in-out;

}

.articles-items:hover .articles-tit a {
    color: var(--secondary);
}

.articles-desc {
    color: var(--white);
    font-size: 16px;
    margin-bottom: 10px;
}

.articles-items-sec {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}

.articles-items-sec .articles-content {
    margin-inline-start: 10px;
}

.fir-url-btn {
    color: var(--black);
    width: 40px;
    height: 40px;
    border-radius: 50%;
    line-height: 40px;
    background: transparent;
    transition: all .35s ease-in-out;
    text-align: center;
}

.articles-items:hover .fir-url-btn {
    color: var(--white);
    background: var(--secondary);
}

.sec-url-btn {
    color: var(--black);
    width: 140px;
    height: 40px;
    line-height: 40px;
    display: flex;
    align-items: center;
    justify-content: space-around;
    background: transparent;
}

.articles-items:hover .sec-url-btn {
    color: var(--white);
    background: var(--secondary);
    transition: all .35s ease-in-out;
}

html[dir="ltr"] .sec-url-btn .fa-arrow-left:before {
    content: "\f061";
}

html[dir="ltr"] .fir-url-btn .fa-chevron-left:before {
    content: "\f054";

}

@media (max-width: 500px) {
    .articles-items-fir {
        margin-bottom: 20px;
    }
}

/******************************/
/* && contact-us &&*/
/******************************/
.contact-us {
    padding: 100px 0;
}

.form-group input {
    border: 1px solid var(--gray);
    width: 100%;
    height: 50px;
    padding: 5px 10px;
    direction: rtl;
    text-align: right;
    border-radius: 20px;

}
html[dir="ltr"] .form-group input ,html[dir="ltr"]  .form-group textarea {
    direction: ltr;
    text-align: left;
}
.form-group textarea {
    height: 120px;
    border: 1px solid var(--gray);
    width: 100%;
    padding: 5px 10px;
    direction: rtl;
    text-align: right;
    border-radius: 20px;
}

input[type="file"]::file-selector-button {
    display: none;
}

input[type="file"] {
    color: transparent;
}

input[type="file"]:after {
    content: 'المرفقات'; /* النص الذي تريده */
    color: #999; /* لون النص */
    display: inline-block;
    background: none;
    border: none;
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
}
html[dir="ltr"] input[type="file"]:after{
    content: 'file  '; /* النص الذي تريده */
}
#your-file-wrapper {
    position: relative;
    width: 100%;
    height: 50px;
    border: 1px solid #ccc;
    border-radius: 25px;
    overflow: hidden;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    background-color: #fff;
}

#your-file::before {
    content: "\f1c6"; /* FontAwesome icon with text */
    font-family: "FontAwesome";
    font-size: 16px;
    color: #999;
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
}

.footer-bg {
    background: var(--white);
    padding: 15px;
    border-radius: 15px;
}

.contact-us .main-title {
    margin-bottom: 50px;
}

.contact-us .form-control {
    border: none;
    border-bottom: 1px solid var(--gray);
}

.map iframe {
    width: 100%;
    height: 300px;
}

/******************************/
/* && footer &&*/
/******************************/
footer {
    padding: 100px 0 30px;
    position: relative;
    background-image: url("../images/footer-bg.png");
    background-size: cover;
    border-top: 4px solid var(--secondary);

}

.place-time {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    margin: 50px 0;
}
.foot-tit{
    font-size: 32px;
    margin-bottom: 25px;
}
.footer-list ul {
    display: inline-block;
    padding-bottom: 50px;

}


.footer-list li {
    width: 50%;
    float: right;
    margin-bottom: 20px;
}
.footer-list li a {
    color: var(--black) !important;
    font-size: 18px;
    font-weight: bold;
}
html[dir="ltr"] .footer-list li a{
    font-size: 16px;

}
.footer-list li:before {
    content: "\f060";
    font-family: "Font Awesome 5 free";
    font-weight: 900;
    font-size: 14px;
    margin-inline-end: 10px;
    text-align: center;
    display: inline-block;
    color: var(--black);
    border-radius: 50%;
    transition: all .35s ease-in-out;
}
html[dir="ltr"] .footer-list li:before{
    content: "\f061";

}
.info-footer {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    margin-top: 50px;
}

.info {
    margin-bottom: 15px;
}

.info .icon {
    font-size: 24px;

    line-height: 50px;
    text-align: center;
    background: transparent;
    margin-inline-end: 10px;
    color: var(--secondary);
    transform: translateY(0);
    transition: all .35s ease-in-out;
}

.info .info-content .kay {
    color: var(--secondary);
    font-size: 18px;
    font-weight: bold;
}

.info .info-content .value {
    display: block;
    color: var(--white);
}

.powerd-content {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    margin-top: 30px;
    padding: 15px;
    text-align: center;
    border-radius: 35px;
    background: rgba(7, 85, 57, .7);

}

.powerd-content span {
    color: var(--white);
}

.powerd-content a {
    color: var(--secondary);
    margin: 0 5px;
}

.fly-icon {

    position: fixed;
    right: 10px;
    top: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;

}

.fly-icon a {
    width: 40px;
    height: 40px;
    line-height: 40px;
    background: var(--primary);
    color: var(--white);
    text-align: center;
    margin: 5px  0;
    border-radius: 5px;
    transition: all .35s ease-in-out;
}

.fly-icon a:hover {
    background: var(--secondary);
 }

.form-newsletter {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    max-width: 400px; /* Adjust the max-width as needed */
    margin: auto;
}

.input-newsletterEmail {
    flex: 1;
    padding: 10px 15px;
    border: 2px solid #ccc;
    border-radius: 5px;
    font-size: 16px;
    margin-right: 10px;
}
html[dir="ltr"] .input-newsletterEmail{
    margin-left: 10px;
    margin-right: 0;
}
.foot-tit {
    color: var(--secondary);
}

.iframe iframe {
    max-height: 300px;
    border-radius: 20px;
}

.input-newsletterSubmit {
    background-color: var(--primary); /* Change to your desired color */
    border: none;
    border-radius: 5px;
    padding: 10px 15px;
    color: #fff;
    cursor: pointer;
    margin-right: -20px;

    transition: background-color 0.3s ease;
}
html[dir="ltr"] .input-newsletterSubmit{
    margin-left: -20px;
    margin-right: 0;
}
.input-newsletterSubmit:hover {
    background-color: var(--secondary);
}

.input-newsletterSubmit i {
    font-size: 18px;
}


@media (max-width: 992px) {

}

@media (max-width: 768px) {
    .powerd-content {
        width: 100%;
    }

    footer {
        padding: 30px 0 0;

    }

    .col-footer {
        margin: 30px 0;
    }

}

@media (max-width: 500px) {
    .info-footer {
        flex-direction: column;
        align-items: flex-start;
    }

    .footer-list ul {
        flex-wrap: wrap;
    }

    .powerd-content {
        display: inline-block;
        text-align: center;
    }

    .main-footer .nav-list a {
        margin: 0 5px;
    }
}

@media (max-width: 768px) {
.footer-marg{
    margin: 30px 0;
}
    .powerd-content{
        font-size: 16px;
    }
}

@media (max-width: 500px) {


}

/******************************/
/* && inside &&*/
/******************************/

.inside-head {
    position: relative;
}

.wp-pagenavi {
    display: table;
    margin: 30px auto;
}

.wp-pagenavi a {
    color: var(--primary);

}

.page-editor {
    margin: 30px auto;
    text-align: center;
    display: table;
}

.content-inside {
    margin: 30px 0;
}

.content-inside .service-items {
    margin-bottom: 30px;
}

.content-inside .service-items .tit {
    color: var(--primary);
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 10px;
    margin-top: 10px;
}

.content-inside .service-items .desc {
    color: var(--gray);
    font-size: 18px;
    margin-bottom: 10px;
}

.content-inside .service-items .img img {
    width: 100%;
    height: 210px;
    object-fit: cover;
}

.content-inside .service-items .img {
    margin-bottom: 10px;
}

.content-inside .service-items {
    margin-bottom: 30px;
}

.page-thumb img {
    max-height: 500px;
    object-fit: contain;
    height: auto;
}
.inside-breadcrumb{
    padding: 50px 0;
    background-image: url("../images/s-bg.png");
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
}
.inside-breadcrumb span.post-page {
    color: var(--white);
    font-size: 24px;
}
.inside-breadcrumb span a span{
    color: var(--secondary);
    font-size: 24px;
}
.articles-inside{
    background-image: none;
}
.news-item-tit a{
    color: var(--primary) !important;
}
.form-checkbox input{
    width: 20px;
    height: 20px;
}
html[dir="ltr"] .form-checkbox input{
    float: left;
    margin-inline-end: 5px;

}
html[dir="ltr"]  .page-form form .row.no-padding{
    flex-direction: row-reverse;
}
html[dir="ltr"] input[type="file"]:after{
    right: -531px;
}
.twitter-tweet iframe{
        max-height: 300px;
    border-radius: 20px;
}
@media (max-width: 992px) {
    .page-form form .row.no-padding .col-lg-6:nth-of-type(2){
        order: -1;
        display: flex;
    }
}
@media (max-width: 768px) {
    .twitter-tweet iframe{
        max-height: 250px;
    border-radius: 20px;
}
    html[dir="ltr"] input[type="file"]:after {
        right: -450px;
    }
}
@media (max-width: 500px) {
    html[dir="ltr"] input[type="file"]:after {
        right: -30px;
    }
}

