

/* Page controls */

/* fonts  */

@font-face {
    font-family: 'Bahij';
    src: url('../webfonts/fonts_design/bahij_bold/BahijJanna-Bold.eot');
    src: url('../webfonts/fonts_design/bahij_bold/BahijJanna-Bold.eot?#iefix') format('embedded-opentype'),
    url('../webfonts/fonts_design/bahij_bold/BahijJanna-Bold.woff2') format('woff2'),
    url('../webfonts/fonts_design/bahij_bold/BahijJanna-Bold.woff') format('woff'),
    url('../webfonts/fonts_design/bahij_bold/BahijJanna-Bold.ttf') format('truetype');

    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Bahij';
    src: url('../webfonts/fonts_design/bahij/BahijJanna.eot');
    src: url('../webfonts/fonts_design/bahij/BahijJanna.eot?#iefix') format('embedded-opentype'),
    url('../webfonts/fonts_design/bahij/BahijJanna.woff2') format('woff2'),
    url('../webfonts/fonts_design/bahij/BahijJanna.woff') format('woff'),
    url('../webfonts/fonts_design/bahij/BahijJanna.ttf') format('truetype');

    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'shekari';
    src: url('../webfonts/fonts_design/shekari/BShekari.eot');
    src: url('../webfonts/fonts_design/shekari/BShekari.eot?#iefix') format('embedded-opentype'),
    url('../webfonts/fonts_design/shekari/BShekari.woff2') format('woff2'),
    url('../webfonts/fonts_design/shekari/BShekari.woff') format('woff'),
    url('../webfonts/fonts_design/shekari/BShekari.ttf') format('truetype');

    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'cervanttis';
    src: url('../webfonts/fonts_design/cervanttis/CervanttisRegular.eot');
    src: url('../webfonts/fonts_design/cervanttis/CervanttisRegular.eot?#iefix') format('embedded-opentype'),
    url('../webfonts/fonts_design/cervanttis/CervanttisRegular.woff2') format('woff2'),
    url('../webfonts/fonts_design/cervanttis/CervanttisRegular.woff') format('woff'),
    url('../webfonts/fonts_design/cervanttis/CervanttisRegular.ttf') format('truetype');

    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    text-decoration: none !important;
    outline: none !important;
    border: none;
    list-style: none;
}

.slide-head {
        min-height: 60px;
    color: var(--main);
}

.font-ar {
    font-family: 'shekari' !important;
    font-size: 50px;
}

.font-en{
    font-family: 'cervanttis' !important;
}

p, h1, h2, h3, h4, h5, h6, ul, ol {
    margin-bottom: 0;
}

button, li, a {
    transition: all 0.5s ease-in-out;
}

body {
    font-family: 'Bahij';
}

#wrap {
    position: relative;
    overflow: hidden;
}

/* Main Scroll Bar */

body::-webkit-scrollbar {
    width: 10px;
}

body::-webkit-scrollbar-track {
    background-color: #fff;
}

body::-webkit-scrollbar-thumb {
    background-color: var(--main);
    border-radius: 20px;
}

/* Colors */

:root {
    --main: #d9c86c;
    --p: #535353;
}

/* Main head */
.main-head {
    position: relative;
    font-weight: bold;
    font-size: 3.5rem;
    margin-bottom: 30px;
    color: #000;
}

/* main btn */
.main-btn {
    padding: 8px 16px;
    border-radius: 20px;
    width: 150px;
    color: #FFF;
    z-index: 2;
    background-color: #222323;
    position: relative;
    display: inline-flex;
    align-items: center;
    font-size: 14px;
    justify-content: space-between;
    overflow: hidden;
    transition: .8s;
}

.main-btn:hover {
    transition: .8s;
    transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
    color: #000;
    background-color: transparent;
    border: unset;
    box-shadow: 0 0 13px rgb(0 0 0 / 16%);
}

.main-btn:before {
    /*content: "\f177";*/
    font-family: 'Font Awesome 6 Free';
    color: #FFF;
    font-weight: bold;
    position: absolute;
    margin-top: -60px;
    /*left: 15px;*/
    transition: .8s;
    transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

.main-btn:hover:before {
    margin-top: 2px;
    color: #000;
    transition: .8s;
    transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

.main-btn:after {
    content: '';
    position: absolute;
    top: 0;
    height: 100%;
    width: 0;
    right: 0;
    background: var(--main);
    visibility: visible;
    opacity: 1;
    transition: .8s;
    transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

.main-btn:hover:after {
    transition: .8s;
    transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
    width: 100%;
    visibility: visible;
    opacity: 1;
    z-index: -1;
}

.main-btn i {
    transition: .8s;
    transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

.main-btn:hover i {
    transition: .8s;
    transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
    margin-bottom: -60px;
}

/* header */
header {
    padding: 20px 0;
}

.head-home {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 3;
}

.head-inside {
    background-color: #252523;
}

.lang {
    margin-inline-start: 10px;
}


.search-lang a {
    position: relative;
    overflow: hidden;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    border-radius: 100%;
    display: inline-block;
    filter: drop-shadow(0 0 3px rgba(0, 0, 0, .3));
    transition: all .5s ease-in-out;
}

.search-lang a:before {
    background: #fff;
    content: "";
    height: 155px;
    opacity: 0;
    position: absolute;
    top: -50px;
    transform: rotate(35deg);
    width: 50px;
    transition: all 3000ms cubic-bezier(0.19, 1, 0.22, 1);
    left: -50%;
}

.search-lang a:after {
    background: #fff;
    content: "";
    height: 15rem;
    opacity: 0;
    position: absolute;
    top: -50px;
    transform: rotate(35deg);
    transition: all 3000ms cubic-bezier(0.19, 1, 0.22, 1);
    width: 8rem;
    left: -100%;
}

.search-lang a::before {
    left: 120%;
    opacity: 0.6;
}

.search-lang a:hover::after {
    left: 200%;
    opacity: 0.6;
}

.search-lang i {
    color: #FFF;
}

.search-lang {
    display: flex;
    align-items: center;
}

.search-lang .main-search {
    background-color: #222323;
}

.search-lang .lang {
    background-color: var(--main);
    color: #000;
    font-weight: bold;
}

/* /header */

/*===== search input ======*/
#search {
    align-items: center;
    background: rgba(0, 0, 0, 0.975);
    height: 0;
    display: flex;
    justify-content: center;
    opacity: 0;
    position: fixed;
    transition: all 0.5s;
    width: 100vw;
    will-change: transform, opacity;
    z-index: -1;
}


.close-btn {
    display: block;
    transition: all 0.3s ease-in-out;
}

.close-btn em:hover {
    color: var(--main);

}


#searchbox {
    border: solid var(--main);
    border-width: 0 0px 1px 0;
    color: #fff;
    flex: 1 0 auto;
    font-size: 2rem;
    max-width: 50%;
    outline: 0;
    padding: 1rem;
}

#searchbox input {
    background: transparent;
    height: 2rem;
    color: #FFF;
}

#searchbox input::placeholder {
    color: var(--main);
}

.close-btn {
    display: block;
    color: #fff;
    font-size: 2rem;
    position: absolute;
    top: 0.5rem;
    right: 2rem;
}





/* slider */

.main-slider {
    position: relative;
    overflow: hidden;
}

.slider {
    position: relative;
}

.slider-head {
    position: absolute;
    height: 100%;
    width: 100%;
    inset: 0;
}

.slider-head .row {
    justify-content: flex-end;
}

.slider-head .slide-lang-ar {
    direction: rtl;
    /*margin-bottom: 15px;*/
     margin-bottom: 45px;
    text-align: right;
}

.slider-head .slide-lang-en {
    direction: ltr;
    text-align: left;
}

.mainItem {
    width: 100%;
    position: relative;
    overflow: hidden;
}

.main-slider .owl-dots {
    position: absolute;
    display: flex;
    align-items: center;
}

.main-slider .owl-dots .owl-dot {
    width: 30px;
    height: 30px;
    background-color: transparent;
    border: 1px solid #FFF;
    border-radius: 50px;
    transition: all .5s ease-in-out;
    display: flex;
    justify-content: center;
    align-items: center;
}

.main-slider .owl-dots .owl-dot.active {
    border: 1px solid var(--main);

}

.main-slider .owl-dot span {
    width: 18px;
    height: 18px;
    border-radius: 20px;
    transition: all 0.5s ease-in-out;

}

.main-slider .owl-dot.active span {
    background: var(--main);
}

.mainItem img.slider-img {
    width: 100%;
    height: 100vh;
    position: relative;
    transition: all 25s ease;
    transform-style: preserve-3d;
}

.main-slider .active img.slider-img {
    /*transform: scale(1.3);*/
}

.slider-body {
    position: relative;
}

/** slider btn **/

.slider-url {
    position: relative;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 0;
    padding: 20px;
    font-size: 14px;
    overflow: hidden;
    color: #0b2e13;
    z-index: 2;
    transition: 0.8s;
    border-radius: 20px;
    margin-top: 50px;
    background-color: #222323;
}

.slider-url:hover {
    width: 160px;
    transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
    box-shadow: 0 0 13px rgb(0 0 0 / 16%);
}

.slider-url span {
    position: absolute;
    transition: 0.5s;
    right: 0;
    opacity: 0;
}

.slider-url:hover span {
    right: 0;
    transform: none;
    color: #fff;
    padding: 0 20px;
    opacity: 1;
}

.slider-url i {
    position: absolute;
    font-size: 16px;
    transition: 0.8s;
    color: #000;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    left: 0;
    background: var(--main);
    border-radius: 20px;
    z-index: 9;
    transform: none;
    filter: drop-shadow(0 0 3px rgba(0, 0, 0, .3));
}

/* /slider */

/* us section */

.us {
    position: relative;
    background-image: url('../img/who-us-cover.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.manager-content {
    font-size: 17px;
    text-align: center;
    color: var(--p);
}

.manager-head {
    font-size: 2.5rem;
    font-weight: bold;
    margin-bottom: 20px;
}

.us-images {
    position: relative;
}

.us-img {
    position: relative;
}

.us-img:before,
.us-img:after {
    position: absolute;
    content: '';
    border-radius: 10px;
    visibility: hidden;
    opacity: 0;
    width: 0;
    height: 0;
    transition: all .5s ease-in-out;
}

.us-img:before {
    top: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.40);
}

.us-img:after {
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.40);
}

.us-img:hover:before, .us-img:hover:after {
    visibility: visible;
    opacity: 1;
    width: 100%;
    height: 100%;
    border-radius: 10px;
}


.us-img {
    max-width: 85%;
    margin: 0 auto;

}


.us-img2 {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.us-img2:before,
.us-img2:after {
    position: absolute;
    content: '';
    border-radius: 10px;
    visibility: hidden;
    opacity: 0;
    width: 0;
    height: 0;
    transition: all .5s ease-in-out;
}

.us-img2:before {
    top: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.40);
}

.us-img2:after {
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.40);
}

.us-img2:hover:before, .us-img2:hover:after {
    visibility: visible;
    opacity: 1;
    width: 100%;
    height: 100%;
    border-radius: 10px;
}

.us-head {
    font-weight: bold;
    font-size: 1.7rem;
    color: var(--main);
}

.us-contain {
    text-align: justify;
    color: var(--p);
}

/* /us section*/


/* solutions */

.solutions {
    position: relative;
    background-image: url('../img/our-solutions-cover.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    /*padding: 20px 0 70px;*/
     padding: 70px 0 ;
    /*overflow: hidden;*/
}

.solutions:before {
    position: absolute;
    content: '';
    inset: 0;
    background-color: rgba(0, 0, 0, 1);
}

.solutions .main-head {
    color: #FFF;
}

.sol-item {
    position: relative;
}

.hidden_solution_btn {
    position: absolute;
    visibility: hidden;
    opacity: 0;
    bottom: -19px;
    left: 50%;
    transform: translate(-50%, 100%);
    transition: 0.8s;
}

.owl-item {
    padding-bottom: 20px;
}

.sol-item:hover .hidden_solution_btn {
    transform: translate(-50%, 0);
    visibility: visible;
    opacity: 1;
}

.solutions-contain {
    position: absolute;
    font-weight: bold;
    font-size: 1.5rem;
    width: 100%;
    bottom: 25px;
    left: 50%;
    transform: translate(-50%, 0);
    transition: 0.8s;
}

.sol-item:hover .solutions-contain {
    bottom: 18px;
}

.sol-item:hover .solutions-contain {
    transform: translate(-50%, -20px);
    color: #FFF;
}

.sol-img {
    position: relative;
}

.sol-img:before,
.sol-img:after {
    position: absolute;
    content: '';
    border-radius: 10px;
    visibility: hidden;
    opacity: 0;
    width: 0;
    height: 0;
    transition: all .5s ease-in-out;
}

.sol-img:before {
    top: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.40);
}

.sol-img:after {
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.40);
}


.sol-item:hover .sol-img:before,
.sol-item:hover .sol-img:after {
    visibility: visible;
    opacity: 1;
    width: 100%;
    height: 100%;
    border-radius: 10px;
}

.sol-img img {
    border-radius: 0;
    transition: all .5s ease-in-out;
}

.sol-item:hover .sol-img img {
    border-radius: 10px;
}

/* /solutions */


/* clients */
.clients {
    margin: 40px 0 100px;
}


.clients-img {
    height: 185px;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
    transition: all .5s ease-in-out;
}

.clients-img:hover {
    box-shadow: 0 0 3px rgb(0 0 0 / 30%);
    transform: translateY(-5px);
}

.clients-img img {
    max-height: 100%;
}

/* /clients */


/* footer */
footer {
    position: relative;
    background-image: url('../img/footer-cover.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding: 70px 0 20px;
    overflow: hidden;
}

footer .slide-lang-ar {
    direction: rtl;
    text-align: center;
}

footer .slider-body {
    margin: 50px 0;
}

footer .slide-lang-en {
    direction: ltr;
    text-align: center;
    margin-bottom: 30px;

}

#footer-head {
    color: #FFF;
    font-weight: bold;
    font-size: 2rem;
}

.contacts-head {
    color: var(--main);
    font-weight: bold;
    font-size: 1.4rem;
}

.contacts-item {
    color: #FFF;
    font-size: 19px;
}

.calls-contacts {
    display: flex;
    align-items: center;
    color: #FFF;
}

.calls-contacts:hover {
    color: #FFF;
}

.calls-contacts:last-of-type {
    /*cursor: default;*/
}

.footer-contact:before {
    display: block;
    border-top: 2px solid #FFF;
    content: '';
    margin: 30px 0;
}

.footer-contact:after {
    display: block;
    border-top: 2px solid #FFF;
    content: '';
    margin: 30px 0;
}

.for-footer-icons {
    height: 40px;
    width: 40px;
    border: 1px solid transparent;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
    background-color: var(--main)
}

.for-footer-icons:before {
    content: "";
    border: 1px dashed var(--main);
    border-radius: 100%;
    width: 55px;
    height: 55px;
    position: absolute;
}

.calls-contacts:hover .for-footer-icons:before {
    animation-name: rotate;
    animation-duration: 12s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

.for-footer-icons {
    margin-inline-end: 22px;
}

.copywrite {
    color: #FFF;
    text-align: center;
}

.copywrite a {
    color: var(--main);
}

/* /footer */


/*key frames*/

@keyframes rotate {
    from {
        transform: rotate(-360deg);
    }
    to {
        transform: rotate(360deg);
    }
}
    .logo img {
        /*max-height: 65px;*/
           max-height: 100px;
    }

/* media Query */

@media (min-width: 992px) {
    /* header */
    #nav-icon {
        display: none;
    }

    nav, ul:not(.sub-menu) {
        display: flex;
        align-items: center;
    }

    .nav-list > .linkMenu {
        position: relative;
        display: flex;
        align-items: center;
    }

    .nav-list > .linkMenu:not(:last-of-type) {
        margin-inline-end: 16px;
    }

    .menu-item-has-children {
        position: relative;
    }

    .menu-item-has-children i {
        display: none;
    }

    /*.search-lang {*/
    /*    margin-inline-start: 100px;*/
    /*}*/

    nav > .nav-list > .linkMenu > a {
        position: relative;
        font-weight: bold;
        padding: 10px 20px;
        font-size: 15px;
        color: #fff;
        transition: color .5s ease-in-out;
        display: flex;
        align-items: center;
    }

    nav > .nav-list > .linkMenu > a:hover,
    nav > .nav-list > .linkMenu > a:hover:after {
        color: var(--main);
    }


    nav .linkMenu.active a,
    nav .linkMenu.active:hover a {
        background: var(--main);
        border-radius: 20px;
        color: #000;
    }


    .menu-item-has-children a:not(.sub-menu a):after {
        display: inline-block;
        content: "\f078";
        font-family: "FontAwesome";
        font-weight: 900;
        margin-inline-start: 5px;
        color: #FFF;
        transition: all .5s ease-in-out;
    }

    .sub-menu {
        position: absolute;
        top: 100%;
        z-index: 9;
        min-width: 200px;
        background: rgb(0 0 0 / 50%);
        border-radius: 0 0 10px 10px;
        padding: 20px;
        opacity: 0;
        visibility: hidden;
        transform-origin: 0 0 0;
        transform: scaleY(0);
        box-shadow: 0 3px 6px rgb(0 0 0 / 10%);
        transition: all 0.6s ease;
    }

    .sub-menu a {
        display: flex;
        align-items: center;
        color: #FFF;
    }

    .sub-menu a:hover,
    .sub-menu a:hover:before {
        color: var(--main);
    }


    .sub-menu a:before {
        display: inline-block;
        font-family: "FontAwesome";
        font-weight: 900;
        margin-inline-end: 10px;
        color: #FFF;
        transition: all .5s ease-in-out;
    }

    .sub-menu li:not(:last-of-type) {
        margin-bottom: 10px;
    }

    .menu-item-has-children:hover .sub-menu {
        opacity: 1;
        visibility: visible;
        top: 100%;
        transform: scaleY(1);
    }

    /* slider */
    .main-slider .owl-dots {
        top: 50%;
        transform: translateY(-50%);
        /*left: 70px;*/
        flex-direction: column;
    }

    .main-slider .owl-dots .owl-dot:not(:last-of-type) {
        margin-bottom: 10px;
    }

    .main-slider .owl-dots .owl-dot {
        margin: auto;
    }

    /* /slider */
    /* us section */
    .us {
        margin: 60px 0;
    }

    .manager-content {
        font-size: 18px;
        text-align: center;
        margin: 0 160px;
    }

    .us-contain-p {
        margin: 30px 0 50px;
    }

    .hold-us-all-contains {
        position: relative;
        top: 50%;
        transform: translateY(-50%);
    }

    .nav-icon {
        display: none;
    }

    .mobile-nav-list {
        display: none;
    }



}


@media (max-width: 992px) {


    nav > ul {
        display: none;
    }

    .main-slider .owl-dots {
        bottom: 30px;
        width: 100%;
        justify-content: center;
    }

    .main-slider .owl-dots .owl-dot {
        margin: 0 5px;
    }

    .mainItem img.slider-img {
        height: 500px;
    }

    /* side menu  */
    #nav-icon {
        width: 60px;
        height: 30px;
        display: flex;
        justify-content: center;
        position: relative;
        right: 0;
        transform: rotate(0deg);
        transition: .5s ease-in-out;
        cursor: pointer;
    }

    #nav-icon span {
        display: block;
        position: absolute;
        height: 4px;
        width: 60%;
        background-color: var(--main);
        border-radius: 9px;
        opacity: 1;
        transform: rotate(0deg);
        transition: .25s ease-in-out;
    }

    #nav-icon span:nth-child(2) {
        top: 12px;
        transition: 0.4s ease-in-out;
    }

    #nav-icon span:nth-child(3) {
        top: 24px;
    }

    #nav-icon.open span:nth-child(1) {
        top: 13px;
        transform: rotate(135deg);
        background-color: var(--main);
    }

    #nav-icon.open span:nth-child(2) {
        transform: translateX(-100%);
        opacity: 0;
        transition: 0.4s ease-in-out;
    }

    #nav-icon.open span:nth-child(3) {
        top: 13px;
        transform: rotate(-135deg);
        background-color: var(--main);
    }

    /*side menu */



    .mobile-nav-list {
        width: 280px;
        height: 100%;
        padding: 20px;
        background-color: #000;
        display: flex;
        flex-direction: column;
        /*transform: translateX(100%);*/
        position: fixed;
        top: 0;
        /*right: 0;*/
        z-index: 9999;
        box-shadow: 0 0 5px rgb(0 0 0 / 30%);
        overflow-y: hidden;
        transition: all .5s linear;
    }

    .mobile-nav-list.active {
        /*right: 0;*/
        z-index: 999999;
        transform: none !important;
    }

    .mobile-nav-list .menu-item a {
        position: relative;
        width: calc(100% - 34px);
        display: inline-block;
        padding: 15px;
        color: #FFF;
        font-weight: bold;
    }

    .mobile-nav-list .menu-item-has-children.menu-item a {
        width: calc(100% - 34px);
        display: inline-block;
    }

    .mobile-nav-list .sub-menu {
        display: none;
    }

    .mobile-nav-list .sub-menu a {
        display: inline-block;
        padding: 15px 25px;
        color: #FFF;
        transition: all .3s linear;
        font-weight: lighter;
    }

    .mobile-list {
        padding-top: 20px;
    }

    .mobile-nav-list .menu-item {
        position: relative;
        border-bottom: 1px solid #FFF;
        transition: all .5s linear;
    }

    .menu-overlay {
        display: block;
        position: fixed;
        width: 100%;
        height: 100%;
        top: 0;
        background: rgba(51, 51, 51, 0.7);
        z-index: 999;
        overflow: hidden;
        opacity: 0;
        transition: all .5s ease-in-out;
        /*transform: translateX(-100%);*/
    }

    .menu-overlay.active {
        display: block;
        opacity: 1;
        transition: all .5s ease-in-out;
        transform: none !important;
        z-index: 99999;
    }

    .hold-main-footer-head {
        margin-bottom: 30px;
    }

    /* End side menu  */


    .calls-contacts,
    .hold-us-all-contains,
    .us-contain {
        margin-bottom: 30px;
    }
}


@media (max-width: 768px) {

    .menu-item.active a {
        color: var(--main) !important;
        font-weight: bold;
    }
    
    .dd-trigger {
        color: #FFF;
    }

    .menu-item a:before:not(.sub-menu a:before) {
        transition: width .3s;
        position: absolute;
        top: 0;
        /*right: 0;*/
        content: '';
        display: block;
        background-color: #000;
        height: 100%;
        width: 0;
    }

    .menu-item.active a:before {
        position: absolute;
        top: 0;
        right: 0;
        content: '';
        display: block;
        background-color: var(--main);
        height: 100%;
        width: 0.55rem;
    }

    .menu-item:not(.menu-item.active) a:not(.sub-menu a):hover:before {
        transition: width .3s;
        position: absolute;
        top: 0;
        right: 0;
        content: '';
        display: block;
        background-color: #FFF;
        height: 100%;
        width: 0.55rem;
    }

    .hold-us-all-contains {
        margin: 30px 0;
    }

    .us .main-btn {
        margin-top: 30px;
    }

    .footer-img img {
        max-width: 100%;
    }

    .us-head {
        margin-bottom: 20px;
    }

    .us-img {
        max-width: 540px;
        margin: 0 auto;
    }

    .us-img img {
        width: 100%;
    }

    .us-img2 img {
        height: 300px;
    }

    .us-contain .row {
        flex-direction: column-reverse;
    }

}


@media (max-width: 576px) {
    .us-img {
        max-width: 90%;
    }

    .us-img2 img {
        max-height: 220px;
    }
}


@keyframes cursor-blink {
    0%, 50% {
        opacity: 1
    }
    51%, to {
        opacity: 0
    }
}

.typed-cursor {
    -webkit-animation-name: cursor-blink;
    animation-name: cursor-blink;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

/******************************/
    .footer-img img {
      max-height: 200px;
    }

/******************************/
.breadcrumb-area {
    padding: 15px 0;
    position: relative;
    background-color: #d9c86c;
}

.breadcrumb-area,
.breadcrumb-area a {
    color: #fff;
}

.sec-padding {
    padding: 70px 0;
}

.sec-bg:nth-child(odd) {
    background-color: #fff;
}

.sec-bg:nth-child(even) {
    color: #fff;
    background-color: #272725;
}

.content-block-item {
    position: relative;
    z-index: 1;
    padding: 30px;
    background-color: #fff;
    border: 1px solid #0000003D;
    box-shadow: 0 0 12px rgba(0, 0, 0, .24);
    display: flex;
    align-items: center;
    height: 100%;
    transition: all .3s ease-in-out;
}

.content-block-item:hover {
    background-color: var(--main);
}

.content-block-item:hover .content-block-item-exp {
    color:#FFF;
}

.content-block-item:hover .content-block-item-icon img {

   filter: brightness(0) invert(1);
   transform: rotate(360deg);
}

.content-block-item:hover .content-block-item-icon {
    border-color: #80753b;
}



.content-block-item-icon {
    width: 50px;
    height: 50px;
    padding: 10px;
    margin-inline-end: 15px;
    border: 1px solid #959595;
    border-radius: 100%;
    display: flex;
    align-content: center;
    align-items: center;
}

.content-block-item-icon img {
    max-height: 100%;
    margin: auto;
    transition: all .3s ease-in-out;
}

.content-block-item-body {
    width: calc(100% - 65px);
    color: #959595;
    font-weight: bold;
}

.timeline {
}

.timeline-item {
    position: relative;
}

.timeline-item:nth-of-type(even) .row {
    flex-direction: row-reverse;
}

.timeline-item:before {
    position: absolute;
    content: '';
    top: 5px;
    width: 15px;
    height: 15px;
    z-index: 2;
    background-color: #600433;
    border-radius: 50%;
    box-shadow: 0 0 0 2px #fff, 0 0 0 5px #600433;
}

.timeline-item:after {
    position: absolute;
    content: '';
    top: 30px;
    width: 1px;
    height: calc(100% - 30px);
    background: #fff;
}

@media all and  (min-width: 991px) {

    .timeline-item:before,
    .timeline-item:after {
        left: 50%;
        transform: translateX(-50%);
    }

}

.gallery-item-image img {
    height: 150px;
    width: 300px;
}

.timeline-item:after {
    border-left: 1px dotted #600433;
}

@media all and  (min-width: 991px) {
    .timeline-item:nth-of-type(odd) .timeline-inner {
        padding-inline-end: 40px;
    }

    .timeline-item:nth-of-type(even) .timeline-inner {
        padding-inline-start: 40px;
    }
}

@media all and  (max-width: 991px) {
    .timeline-item .timeline-inner {
        padding-inline-start: 25px;
    }

    html[dir="ltr"] .timeline-item:before {
        left: -5px;
    }

    html[dir="rtl"] .timeline-item:before {
        right: -5px;
    }
}

html[dir="ltr"] .timeline-item:after {
    border-right: 1px dotted #600433;
}

html[dir="rtl"] .timeline-item:after {
    border-left: 1px dotted #600433;
}


/******************************/
.newsItem {
    box-shadow: 0 0 9px rgba(0, 0, 0, .24);
    transition: all 0.3s ease;
}

.news-item-thumb {
    overflow: hidden;
}

.news-item-thumb img {
    width: 100%;
    height: 200px;
    transform-style: preserve-3d;
    transition: all 2500ms ease-in-out;
}

.news-item-body {
    padding: 35px 45px;
    background-color: #f1f1f1;
    transition: all 0.3s ease;
}

.news-item-tit {
    margin-bottom: 20px;
}

.news-item-tit a {
    color: #214021;
    transition: all 0.3s ease;
}

.news-item-des {
    margin-bottom: 15px;
}


.newsItem:hover {
}

.newsItem:hover .news-item-tit a {
    color: #000;
}

.newsItem:hover .news-item-thumb img {
    transform: scale(1.3) rotate(-3deg);
}

/******************************/
.accordion_main{
    margin-bottom: 30px;
    box-shadow: 0 0 3px rgb(0 0 0 / 30%);
}
.accordion_main .accordion_head {
    cursor: pointer;
    color: #0d0d0d;
    padding: 10px;
    position: relative;
    font-weight: bold;
    transition: all 0.2s ease-in-out;
}

.accordion_main .accordion_head:before {
    content: "\f078";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    color: #727272;
    position: absolute;
    top:10px;
    left: 10px;
    transition: all 0.2s ease-in-out;
}

.accordion_main .accordion_body {
    line-height: 24px;
    margin-bottom: 0;
    font-size: 14px;
    display: none;
    padding: 10px;
    color: #0d0d0d;

}

.accordion_main.active .accordion_head:before {
    content: "\f077";
    transition: all 0.2s ease-in-out;
}
.accordion_body-exp{
    margin-bottom: 20px;
}