/******************************/
/*&&&&& Fonts &&&&&&&&*/
/******************************/
@font-face {
    font-family: 'Tajawal';
    src: url('../fonts/tajawal/Tajawal-Regular.eot');
    src: url('../fonts/tajawal/Tajawal-Regular.eot?#iefix') format('embedded-opentype'),
    url('../fonts/tajawal/Tajawal-Regular.woff2') format('woff2'),
    url('../fonts/tajawal/Tajawal-Regular.woff') format('woff'),
    url('../fonts/tajawal/Tajawal-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@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: 'almarai';
    src: url('../fonts/almarai/Almarai-Regular.woff');
url('../fonts/almarai/Almarai-Bold.woff') format('woff'),
url('../fonts/almarai/Almarai-Light.woff') format('woff'),
url('../fonts/almarai/Almarai-ExtraBold.woff') format('woff'),
url('../fonts/almarai/Almarai-Regular.woff') format('woff'), font-weight: normal;
    font-style: normal;
    font-display: swap;
}

/******************************/
/*&&&&& Color &&&&&&&&*/
/******************************/
:root {
    --main: #C81E46;
    --sec: #7C123E;
    --third: rgba(200, 30, 70, .24);
    --grey: #ACACAB;
    --tit: #22368B;
    --black: #000000;
    --white: #ffffff;
}

::-webkit-scrollbar {
    width: 10px;
}

::-webkit-scrollbar-track {
    background: var(--grey);
    border-radius: 10px;
}

::-webkit-scrollbar-thumb {
    background: var(--main);
    border-radius: 10px;
    transition: background 0.3s ease;
}
 
::-webkit-scrollbar-thumb:hover {
    background: var(--sec);
}

/******************************/
/*&&&&& Main Stule &&&&&&&&*/
/******************************/
* {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
}

.wrap {
    overflow: hidden;
}
.lang{
        display: flex;
    align-items: center;
    gap: 5px;
    color: #000;
}
body {
    font-family: 'almarai', serif !important;
    color: var(--black);
    background: var(--white) !important;
    font-size: 16px;
}

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

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

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

h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
    font-weight: bold;
}

.container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: unset !important;
    padding: 0 5% !important;
}


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

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

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

.form-group, form {
    direction: rtl;
    text-align: right;
}

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

html[dir="ltr"] .fa-arrow-left-long:before, .fa-long-arrow-left:before {
    content: "\f178";
}

.form-control {
    direction: rtl;
    text-align: right;
    height: 50px;
    border-radius: 35px;
    border: 1px solid #F0F3F7;
    background: #F0F3F7;

}

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

.form-control:focus {
    border-color: var(--main);
}

.main-btn .main-btn__text {
    width: 160px;
    height: 40px;
    line-height: 40px;
    padding-inline-start: 10px;
    text-align: center;
    border-radius: 35px;
    color: var(--white);
    background: var(--main);
    border: 1px solid var(--main);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
    transition: all .35s ease-in-out;
}

.main-btn:hover .main-btn__text {
    color: var(--white);
    background: var(--sec);
    border: 1px solid var(--sec);
    transition: all linear .35s;
}


.main-btn .main-btn__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 900;
    font-size: 16px;
    color: var(--white);
    width: 40px;
    height: 40px;
    line-height: 40px;
    background: var(--main);
    transform: rotate(45deg);
    border-radius: 50%;
}
html[dir="ltr"] .main-btn .main-btn__icon{
    transform: rotate(-30deg);
}

.main-btn:hover .main-btn__icon {
    color: var(--white);
    background: var(--sec);

    transition: all linear .35s;
}

.main-tit {
    font-weight: bold;
    font-size: 42px;
    color: var(--main);
    position: relative;
}

@media (max-width: 768px) {
    .main-btn .main-btn__text {
        width: 140px;
        height: 36px;
        line-height: 36px;
        font-size: 14px;
        border-radius: 30px;
        padding-inline-start: 8px;
    }

    .main-btn .main-btn__icon {
        width: 36px;
        height: 36px;
        line-height: 36px;
        font-size: 14px;
    }

    .main-tit {
        font-size: 38px;
    }
}

@media (max-width: 500px) {
    .home .container, .home .container-lg, .home .container-md, .home .container-sm, .home .container-xl {
        max-width: unset !important;
        padding: 0 7% !important;
    }

    .main-btn .main-btn__text {
        width: 100px;
        height: 30px;
        line-height: 30px;
        font-size: 12px;
        border-radius: 35px;
        padding-inline-start: 6px;
    }

    .main-btn .main-btn__icon {
        width: 30px;
        height: 30px;
        line-height: 30px;
        font-size: 12px;
    }

    .main-tit {
        font-size: 30px;
    }
}


@media (max-width: 768px) {
    .main-tit {
        font-size: 38px;
    }
}

@media (max-width: 500px) {
    .main-tit {
        font-size: 28px;
    }


}

/******************************/
/*&&&&& header &&&&&&&&*/
/******************************/
header {
    padding: 15px 0;
}

.head-home {
    position: relative;
}

.head-home::before {
    content: "";
    position: absolute;
    width: 20px;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 2;
    background: #EC1A23;
}

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

.main-logo {
    position: relative;
    z-index: 2;
}

@media (max-width: 768px) {
    .main-logo img {
        max-width: 120px;
    }
}

@media (max-width: 500px) {

}

/******************************/
/*&&&&& nav &&&&&&&&*/
/******************************/

@media (min-width: 992px) {
    .main-nav-with-order {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
    }

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

    .nav-list {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        margin-bottom: 0;
        position: relative;
    }

    .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 > a {
        display: block;
        color: var(--black);
        font-size: 18px;
        position: relative;
        text-align: start;
        padding: 10px 12px;
        transition: all 0.5s ease-in-out;
    }

    /*.nav-list > .menu-item > a:before, .nav-list > .menu-item.active a:before {*/
    /*    content: '';*/
    /*    width: 0;*/
    /*    height: 3px;*/
    /*    background-color: var(--main);*/
    /*    position: absolute;*/
    /*    bottom: 0;*/
    /*    right: 0;*/
    /*    left: 0;*/
    /*    opacity: 0;*/
    /*    visibility: hidden;*/
    /*    transform: scale(0);*/
    /*    transition: all .5s ease-in-out;*/
    /*}*/
    /*.nav-list > .menu-item:hover > a:before, .nav-list > .menu-item.active a:before {*/
    /*    opacity: 1;*/
    /*    width: 100%;*/
    /*    visibility: visible;*/
    /*    transform: scale(1);*/
    /*}*/
    .nav-list > .menu-item-has-children > a:after {
        display: inline-block;
        content: "\f0d7";
        font-family: "Font Awesome 6 Free", serif;
        font-weight: 900;
        margin-inline-start: 10px;
        color: var(--main);
        background: transparent;
        transition: all .35s ease-in-out;
    }

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

    .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(--black);
    }

    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: 350px;
        background-color: rgba(220, 220, 220, 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(--black);
        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";
        font-weight: 900;
        color: var(--black);
        position: absolute;
        transition: all 0.5s ease-in-out;
    }

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

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

    .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: "\f100";
    }

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

    .nav-list > .menu-item-has-children > .sub-menu a:before {
        font-family: "Font Awesome 6 Free";
        font-weight: 900;
        display: inline-block;
        margin-inline-start: 10px;
        color: var(--black);
        font-size: 14px;
        transition: all .35s ease-in-out;
    }

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

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

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

@media (max-width: 992px) {
    .nav-list {
        display: none;
    }

    .dd-trigger {
        display: 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";
        font-weight: 900;
        color: var(--white);
        position: absolute;
        transition: all 0.5s ease-in-out;
    }

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

    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: 999;
        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(--main);
    }

    .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(--main);
    }

    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(--main);
    }

    .sub-menu {
        list-style: none;
        background-color: var(--main);
    }

    .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) {

}

@media (max-width: 500px) {

}

/******************************/
/*&&&&& intro &&&&&&&&*/
/******************************/
.intro {
    position: relative;
}

.intro::before {
    content: "";
    position: absolute;
    width: 20px;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 2;
    background: #EC1A23;
}

.intro::after {
    content: "";
    position: absolute;
    height: 20px;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 1;
    background: #AB191C;
}

.intro .for-line {
    position: absolute;
    width: 20px;
    height: 20px;
    overflow: hidden;
    right: 0;
    bottom: 0;
    z-index: 3;
    background-image: url('../images/nn.png');
    filter: brightness(0) saturate(100%) invert(100%) sepia(6%) saturate(4865%) hue-rotate(141deg) brightness(115%) contrast(105%);
    background-size: 100% 100%;
    transform: rotate(180deg);
}

.intro .for-line3 {
    left: 0 !important;
    right: auto;
    transform: none;
}

.intro-content-items {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    position: relative;
}

html[dir="ltr"] .intro-content-items {
    margin: 0 2px;
}

.intro-content-items .intro-content {
    position: absolute;
    z-index: 2;
    top: 10%;
    right: 0;
}

html[dir="ltr"] .intro-content-items .intro-content {

    right: unset;
    left: 0;
}

.intro-content-items .intro-slider {
    flex: 0 0 65%;
    max-width: 65%;
    align-items: flex-end;
}

.intro .intro-content-items:before {
    content: "";
    background-image: url("../images/slider-bg.png");
    background-repeat: no-repeat;
    background-size: contain;
    width: 656px;
    height: 375px;
    position: absolute;
    right: 5%;
    bottom: 36%;
    z-index: -1;
}

html[dir="ltr"] .intro .intro-content-items:before {
    left: 5%;
    right: unset;
}

.intro .intro-content .description {
    width: 40%;
    margin-bottom: 50px;
}

.intro .intro-content .title {
    font-size: 100px;
    font-weight: bold;
    color: var(--main);
}

.main-slider {
    padding-bottom: 50px;
}

.main-slider .owl-dots {
    position: absolute;
    bottom: 75px;
    left: 30%;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translate(-50%, -50%);
}

.main-slider .owl-dots .owl-dot {
    background: #FFFFFF;
    opacity: .5;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    margin: 0 5px;
    transition: all .35s ease-in-out;
}

.main-slider .owl-dots .owl-dot.active {
    background: #FFFFFF;
    opacity: 1;
    width: 30px;
    border-radius: 10px;
}

.years-experience {
    position: relative;
    right: 0;
    width: 100%;
    height: 100%;
    padding: 50px 0 170px;
}

.years-experience:before {
    content: "";
    background: #F6F3EC;
    width: 100%;
    height: 100%;
    position: absolute;
    inset: 0;
    z-index: -1;
}

.years-experience .years-experience-items {
    display: flex;
    align-items: center;
    position: relative;
    z-index: 2;
}

.years-experience .years-experience-items .years-experience-number {
    position: relative;
}

.years-experience .years-experience-items .years-experience-number:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    background-color: var(--third);
    width: 75px;
    height: 75px;
    border-radius: 50%;
}

html[dir="ltr"] .years-experience .years-experience-items .years-experience-number:before {
    left: 0;
    right: unset;
}

.years-experience .years-experience-items .years-experience-number span {
    font-size: 48px;
    font-weight: bold;
    color: var(--black);
    margin-inline-start: 40px;
    margin-inline-end: 10px;
    padding-inline-end: 10px;
    border-inline-end: 1px solid var(--grey);
}

.years-experience .years-experience-items .years-experience-text {
    font-size: 34px;
    font-weight: bold;
    color: var(--black);
}

@media (min-width: 1024px) {
    .years-experience {
        top: -340px;
        margin-bottom: -330px;
    }
}

@media (min-width: 992px) {
    .years-experience {
        top: -240px;
        margin-bottom: -240px;
        padding: 50px 0 85px;
    }
}

@media (max-width: 992px) {
    .intro .intro-content-items:before {
        width: 500px;
        height: 270px;
        right: -6%;
        bottom: 36%;

    }
}

@media (max-width: 768px) {

    .years-experience::before {
        content: "";
        position: absolute;
        width: 20px;
        left: 0;
        top: 0;
        bottom: 0;
        z-index: 2;
        background: #EC1A23;
    }

    .intro {
        padding: 20px 0;
    }

    .years-experience {
        padding: 20px 0 20px;
    }

    .intro .intro-content .title {
        font-size: 58px;
    }

    .intro-content-items .intro-slider {
        flex: 0 0 60%;
        max-width: 60%;
    }

    .main-slider {
        padding-bottom: 30px;
    }
}

@media (max-width: 500px) {
    .intro-content-items .intro-content {
        top: 5%;
    }

    .years-experience {
        padding: 0;
    }

    .years-experience::before {
        inset: unset;
        left: 0;
    }

    .years-experience .years-experience-items {
        padding-top: 10px;
    }

    .main-slider {
        padding-bottom: 10px;
    }

    .intro .intro-content .title {
        font-size: 24px;
    }

    .intro .intro-content .description {
        font-size: 8px;
        width: 46%;
        margin-bottom: 10px;
    }

    .intro-content-items .intro-content {
        right: 8px;
    }

    .intro-content-items .intro-slider {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .years-experience .years-experience-items .years-experience-number:before {

        width: 50px;
        height: 50px;
        border-radius: 50%;
    }

    .years-experience .years-experience-items .years-experience-number span {
        font-size: 24px;
    }

    .years-experience .years-experience-items .years-experience-text {
        font-size: 18px;
    }
}

/******************************/
/*&&&&& about &&&&&&&&*/
/******************************/

.about {
    padding: 50px 0;
    position: relative;
}

.about-home::before {
    content: "";
    position: absolute;
    width: 20px;
    left: 0;
    top: 0;
    bottom: 0;
    z-index: 2;
    background: #EC1A23;
}

.about-home::after {
    content: "";
    position: absolute;
    height: 20px;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 1;
    background: #AB191C;
}

.about-home .for-line {
    position: absolute;
    width: 20px;
    height: 20px;
    overflow: hidden;
    left: 0;
    bottom: 0;
    z-index: 3;
    background-image: url('../images/nn.png');
    filter: brightness(0) saturate(100%) invert(100%) sepia(6%) saturate(4865%) hue-rotate(141deg) brightness(115%) contrast(105%);
    background-size: 100% 100%;
    transform: rotate(180deg);
}

.about-home .for-line1 {
    left: 0 !important;
    right: auto;
    top: -20px !important;
    transform: rotatex(360deg) !important;
}

.about-home .for-line2 {
    bottom: 0;
    transform: rotatez(-90deg) !important;
}

.about .main-tit {
    margin-bottom: 20px;
}

.about-main-part {
    margin-top: -100px;
}

.about-top-part .about-description {
    font-size: 18px;

}

.about-main-part-content .about-description {
    margin-bottom: 30px;
}

.about-main-part-content {
    margin-top: 160px;
}

@media (max-width: 992px) {
    .about-main-part {
        margin-top: 30px;
    }

    .about-main-part-content {
        margin-top: 0;
    }
}

@media (max-width: 768px) {
    .about .for-line1 {
        opacity: 0;
    }
}

@media (max-width: 500px) {
    .about {
        padding: 20px 0 30px;
    }

    .about-top-part .row {
        flex-direction: column-reverse;
    }

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

/******************************/
/*&&&&& companies &&&&&&&&*/
/******************************/
.companies {
    background: #FCFCFC;
    padding: 50px 0 100px;
    position: relative;
}

.companies-home::before {
    content: "";
    position: absolute;
    width: 20px;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 2;
    background: #EC1A23;
}

.companies-home::after {
    content: "";
    position: absolute;
    height: 20px;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 1;
    background: #AB191C;
}

.companies-home .for-line {
    position: absolute;
    width: 20px;
    height: 20px;
    overflow: hidden;
    right: 0;
    bottom: 0;
    z-index: 3;
    background-image: url('../images/nn.png');
    filter: brightness(0) saturate(100%) invert(100%) sepia(6%) saturate(4865%) hue-rotate(141deg) brightness(115%) contrast(105%);
    background-size: 100% 100%;
    transform: rotate(180deg);
}

.companies-home .for-line3 {
    left: 0 !important;
    right: auto;
    transform: none;
}

.companies-home .for-line4 {
    right: 0 !important;
    top: -20px;
    transform: rotate(90deg);
}

.companies .item {
    margin: 10px 0;
}

.companies .slider-image {
    background: var(--white);
    padding: 20px;
    border-radius: 10px;
    text-align: center;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.companies .slider-image img {
    width: 100%;
    max-width: 150px;
}

.companies-slider .owl-dots {
    position: absolute;
    bottom: -30%;
    left: 50%;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
}

.companies-slider .owl-dots .owl-dot {
    background: var(--gray);
    opacity: .5;
    width: 4px;
    height: 10px;
    border-radius: 15px;
    margin: 0 5px;
    transition: all .35s ease-in-out;
}

.companies-slider .owl-dots .owl-dot.active {
    background: var(--black);
    opacity: 1;
    height: 25px;
    border-radius: 10px;
}

@media (max-width: 768px) {
    .companies-slider .owl-dots {
        bottom: -75%;
    }
}

@media (max-width: 500px) {
    .companies {
        padding: 50px 0 50px;
    }
}

/******************************/
/*&&&&& services &&&&&&&&*/
/******************************/
.services {
    padding: 50px 0;
    position: relative;
}

.services::before {
    content: "";
    position: absolute;
    width: 20px;
    left: 0;
    top: 0;
    bottom: 0;
    z-index: 2;
    background: #EC1A23;
}

.services::after {
    content: "";
    position: absolute;
    height: 20px;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 1;
    background: #AB191C;
}

.services .for-line {
    position: absolute;
    width: 20px;
    height: 20px;
    overflow: hidden;
    left: 0;
    bottom: 0;
    z-index: 3;
    background-image: url('../images/nn.png');
    filter: brightness(0) saturate(100%) invert(100%) sepia(6%) saturate(4865%) hue-rotate(141deg) brightness(115%) contrast(105%);
    background-size: 100% 100%;
    transform: rotate(180deg);
}

.services .for-line1 {
    left: 0 !important;
    right: auto;
    top: -20px !important;
    transform: rotatex(360deg) !important;
}

.services .for-line2 {
    bottom: 0;
    transform: rotatez(-90deg) !important;
}

.services-slide {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px 10px;
    width: 100%;
    margin: 20px;
}

.service-card {
    padding: 10px;
    border-radius: 15px;
    overflow: hidden;
    transition: all .35s ease-in-out;
}

.service-icon img {
    margin-bottom: 15px;
    transition: all .35s ease-in-out;

}

.service-card:hover .service-icon img {
    transition: all .35s ease-in-out;
    transform: scale(1.05) translateY(-5px);
}

.service-card h3 {
    color: var(--black);
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 10px;
}

.service-card p {
    color: var(--black);
}

.services-slider .owl-nav {
    position: absolute;
    top: 70%;
    right: -35%;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

html[dir="ltr"] .services-slider .owl-nav {
    flex-direction: row-reverse;
    left: -35%;
    right: unset;
}

.services-slider .owl-nav button {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: var(--grey);
    color: #fff;
    border-radius: 50%;
    margin: 0 5px;
    transition: all .35s ease-in-out;
}

.services-slider .owl-nav button:hover {
    background: var(--sec);
    transition: all .35s ease-in-out;
}

@media (max-width: 768px) {
    .services-container-text {
        margin-bottom: 30px;
    }
}

@media (max-width: 500px) {
    .service-card p {
        font-size: 12px;
    }
}

/******************************/
/*&&&&& investments &&&&&&&&*/
/******************************/
.investments {
    padding: 50px 0;
    background: #FCFCFC;
    position: relative;
}

.investments::before {
    content: "";
    position: absolute;
    width: 20px;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 2;
    background: #EC1A23;
}

.investments::after {
    content: "";
    position: absolute;
    height: 20px;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 1;
    background: #AB191C;
}

.investments .for-line {
    position: absolute;
    width: 20px;
    height: 20px;
    overflow: hidden;
    right: 0;
    bottom: 0;
    z-index: 3;
    background-image: url('../images/nn.png');
    filter: brightness(0) saturate(100%) invert(100%) sepia(6%) saturate(4865%) hue-rotate(141deg) brightness(115%) contrast(105%);
    background-size: 100% 100%;
    transform: rotate(180deg);
}

.investments .for-line3 {
    left: 0 !important;
    right: auto;
    transform: none;
}

.investments .for-line4 {
    right: 0 !important;
    top: -20px;
    transform: rotate(90deg);
}

.investments-container-text {
    margin-top: 100px;
}

.investments-card {
    position: relative;
    margin-bottom: 20px;
    overflow: hidden;
    border-radius: 20px;
}

.investments-card:before {
    content: "";
    background-image: url("../images/inv-bg.png");
    width: 162px;
    height: 121px;
    position: absolute;
    left: -10px;
    top: -20px;
    z-index: 1;

}

html[dir="ltr"] .investments-card:before {
    left: unset;
    transform: rotateY(180deg);
    right: -10px;
}

html[dir="ltr"] .investments-card .url-arrow {
    left: unset;
    right: 15px;
}

.investments-card .url-arrow {
    position: absolute;
    top: 0;
    left: 15px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 50%;
    text-align: center;
    z-index: 2;
    background: var(--sec);
     color: var(--white);
    transform: rotate(30deg) !important;
}

html[dir="ltr"] .investments-card .url-arrow {
    transform: rotate(-30deg) !important;
}

.investments-card-content {
    position: absolute;
    bottom: 5px;
    padding: 5px;
    display: table;
    width: 95%;
    right: 50%;
    transform: translateX(50%);
    background: var(--white);
    color: var(--black);
    z-index: 1;
    border-radius: 20px;
}



.investments-card .investments-card-image img {
    width: 100%;
    border-radius: 20px;
    height: 350px;
    transition: all .35s ease-in-out;

}
.investments-card:hover .investments-card-image img {
    transition: all .35s ease-in-out;
    border-radius: 20px;
    transform: scale(1.05);
}
.investments-more-col {
    height: 350px;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    /*border: 1px solid var(--gray);*/
    background: var(--white);
    padding: 10px;
    border-radius: 20px;
    box-shadow: 0 0 10px rgba(0, 0, 0, .20);
}

.investments-card-content .url a {
    color: var(--grey);
}

@media (max-width: 768px) {
    .investments-container-text {
        margin-top: 0;
        margin-bottom: 30px;
    }

    .investments-more-col {
        align-items: center;
    }
}

@media (max-width: 500px) {
}

/******************************/
/*&&&&& counter-section &&&&&&&&*/
/******************************/
.counter-section-home {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 100px 0 30px;
    position: relative;
}

.counter-section-home::before {
    content: "";
    position: absolute;
    width: 20px;
    left: 0;
    top: 0;
    bottom: 0;
    z-index: 2;
    background: #EC1A23;
}

.counter-section-home::after {
    content: "";
    position: absolute;
    height: 20px;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 1;
    background: #AB191C;
}

.counter-section-home .for-line {
    position: absolute;
    width: 20px;
    height: 20px;
    overflow: hidden;
    left: 0;
    bottom: 0;
    z-index: 3;
    background-image: url('../images/nn.png');
    filter: brightness(0) saturate(100%) invert(100%) sepia(6%) saturate(4865%) hue-rotate(141deg) brightness(115%) contrast(105%);
    background-size: 100% 100%;
    transform: rotate(180deg);
}

.counter-section-home .for-line1 {
    left: 0 !important;
    right: auto;
    top: -20px !important;
    transform: rotatex(360deg) !important;
}

.counter-section-home .for-line2 {
    bottom: 0;
    transform: rotatez(-90deg) !important;
}

.counter-item.counter-item--big {
    margin-bottom: 20px;
}

.counter-item {
    width: 170px;
    height: 160px;
    border-radius: 10px;
    padding: 10px;
    background: var(--white);
}

.counter-icon {
    text-align: end;
}

.counter-icon img {
    max-width: 60px;
}

.counter-bottom .counter-item {
    margin-inline-start: 20px;
}

.counter-number {
    color: var(--black);
    font-size: 34px;
    line-height: 45px;
    font-weight: bold;
}

.counter-text {
    color: var(--gray);
    font-size: 16px;
}

.counter-wrapper {
    display: flex;
    align-items: flex-end;
    flex-direction: column;
}

.counter-bottom {
    display: flex;
    align-items: center;
}

.counter-section .counter-main-head {
    margin-top: 70px;
}

.counter-section .counter-main-head .counter-main-title {
    font-size: 34px;
    color: var(--white);
}

.counter-section .counter-main-head .counter-main-text {
    font-size: 18px;
    color: var(--white);
}


@media (max-width: 768px) {
}

@media (max-width: 500px) {
    .counter-section .counter-main-head {
        margin-top: 0;
    }
    .counter-section .counter-main-head .counter-main-title{
        font-size: 24px;
        margin-bottom: 10px;
    }
    .counter-section .counter-main-head .counter-main-text{
        font-size: 16px;
        margin-bottom: 10px;
    }
    .counter-bottom{
        flex-direction: column;
    }
    .counter-bottom .counter-item{
        margin-bottom: 20px;
    }
}

/******************************/
/*&&&&& media-center &&&&&&&&*/
/******************************/
.media-center {
    padding: 50px 0;
    position: relative;
}

.media-center::before {
    content: "";
    position: absolute;
    width: 20px;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 2;
    background: #EC1A23;
}

.media-center::after {
    content: "";
    position: absolute;
    height: 20px;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 1;
    background: #AB191C;
}

.media-center .for-line {
    position: absolute;
    width: 20px;
    height: 20px;
    overflow: hidden;
    right: 0;
    bottom: 0;
    z-index: 3;
    background-image: url('../images/nn.png');
    filter: brightness(0) saturate(100%) invert(100%) sepia(6%) saturate(4865%) hue-rotate(141deg) brightness(115%) contrast(105%);
    background-size: 100% 100%;
    transform: rotate(180deg);
}

.media-center .for-line3 {
    left: 0 !important;
    right: auto;
    transform: none;
}

.media-center .for-line4 {
    right: 0 !important;
    top: -20px;
    transform: rotate(90deg);
}

.media-card {
    box-shadow: 0 0 10px rgba(0, 0, 0, .20);
    border-radius: 30px;
}

.media-card .media-card-image {
    margin-bottom: 20px;
}

.media-card .media-card-image img {
    border-radius: 30px;
}

.media-card-content {
    padding: 10px;
}

.media-card-content .title {
    color: var(--black);
    font-size: 18px;
    margin-bottom: 20px;
}

.media-card-content .desc {
    color: var(--grey);
}

.media-center .all-media {
    margin: 50px auto 20px;
    display: table;
}

@media (max-width: 768px) {
    .media-card-image img {
        width: 100%;
    }

    .media-card {
        margin-bottom: 30px;
    }
}

@media (max-width: 500px) {
    .media-center .all-media {
        margin: 20px auto 20px;
    }
}

/******************************/
/*&&&&& footer &&&&&&&&*/
/******************************/
footer {
    background: #565656;
    padding: 100px 0 0;
    position: relative;
}

.footer-home::before {
    content: "";
    position: absolute;
    width: 20px;
    left: 0;
    top: 0;
    bottom: 0;
    z-index: 2;
    background: #EC1A23;
}

.footer-home .for-line {
    position: absolute;
    width: 20px;
    height: 20px;
    overflow: hidden;
    left: 0;
    bottom: 0;
    z-index: 3;
    background-image: url('../images/nn.png');
    filter: brightness(0) saturate(100%) invert(100%) sepia(6%) saturate(4865%) hue-rotate(141deg) brightness(115%) contrast(105%);
    background-size: 100% 100%;
    transform: rotate(180deg);
}

.footer-home .for-line1 {
    left: 0 !important;
    right: auto;
    top: -20px !important;
    transform: rotatex(360deg) !important;
}

.footer-home .for-line2 {
    bottom: 0;
    transform: rotatez(-90deg) !important;
}

.footer-title {
    position: relative;
    padding-inline-start: 15px;
    margin-bottom: 50px;
}

.footer-title:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    background-image: url("../images/Mask.png");
    background-repeat: no-repeat;
    background-size: contain;
    height: 32px;
    width: 42px;
    z-index: 0;

}
html[dir="ltr"] .footer-title:before{
    left: 0;
    right: unset;
}
footer .row .col-f{
    border-inline-end: 1px solid rgba(255,255,255,.2);
}
footer .row .col-f:last-of-type{
    border-inline-end: 1px solid transparent;
}
.footer-title h4 {
    color: var(--white);
    font-size: 20px;
    font-weight: bold;
    position: relative;
    z-index: 3;
}

.contact-us-information .info-content {
    color: var(--white);
}

.contact-us-information .info-content .value,
.contact-us-information .info-content .value a {
    color: var(--white);
    margin-inline-start: 10px;
}

.social-media-footer {
    margin-top: 30px;
}

.social-item {
    color: var(--white);
    font-size: 24px;
    margin-inline-end: 10px;
    transition: all .35s ease-in-out;
}

.social-item:hover {
    color: var(--sec);
}

.footer-list li {
    padding-bottom: 15px;
    width: 50%;
    float: inline-start;
}

.footer-list li:before {
    content: " ";
    margin-inline-end: 10px;
    width: 8px;
    height: 3px;
    display: inline-flex;
    background: var(--white);
    margin-top: -10px;
}

.footer-list li a {
    color: var(--white);
}

.footer-map iframe {
    height: 200px;
    border-radius: 10px;
}

.footer-form .form-control {
    height: 40px;
    background: transparent;
    color: var(--white);
    border-radius: 15px;
    border: 1px solid rgba(255, 255, 255, .10);
}

.footer-form .form-group {
    margin-bottom: 10px;
}

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

.footer-form .main-btn {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 50%;
    background: var(--white);
    color: var(--black);
    float: left;
}

.end-footer {
    padding: 70px 0 30px;
    text-align: center;
}

.end-footer .copy-write {
    border-top: 1px solid rgba(255,255,255,.2);
    padding-top: 30px;
    color: var(--white);
}

.end-footer .copy-write a {
    color: var(--main);
}

@media (max-width: 768px) {
    footer .col-md-6 {
        margin-bottom: 30px;
    }
}

@media (max-width: 500px) {
}

.page-main-form .main-btn {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 50%;
    background: var(--main);
    color: var(--white);
    float: left;
}

.page-main-form .contact-us-information .info-content {
    color: var(--main);
}

.page-main-form .contact-us-information .info-content .value,
.page-main-form .contact-us-information .info-content .value a {
    color: var(--main);
}

.page-main-form .social-item {
    color: var(--main);

}

.page-main-form .social-media-footer {
    margin-top: 0;
    text-align: center;
}

.page-main-form .contact-us-information {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.companies_contact-rep {
    color: var(--main);
    font-size: 24px;
    display: flex;
    align-items: center;
    margin-top: 20px;
}

.companies_contact-rep i {
    margin-inline-end: 10px;
}

.breadcrumb-area {
    background: var(--sec);
    padding: 50px 0;
    margin: 10px 0;
    text-align: center;
    color: var(--white);
}

.breadcrumb-area a {
    color: var(--grey);
}
#scrollTopBtn {
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 999;
    background: var(--sec); 
    color: #fff;
    border: none;
    border-radius: 50%;
    width: 45px;
    height: 45px;
    font-size: 22px;
    cursor: pointer;
    display: none;
    transition: opacity 0.3s, transform 0.3s;
}

#scrollTopBtn:hover {
    transform: translateY(-5px);
}
#backBtn {
 
    z-index: 999;
    background: var(--main); 
    color: #fff;
    float : inline-start;
    border: none;
    border-radius: 8px;
    padding: 10px 16px;
    font-size: 14px;
    cursor: pointer;
    transition: all 0.3s ease;
}

#backBtn:hover {
    transform: translateY(-3px);
}
@media (max-width: 500px) {
    .half-image-item img{
        margin-bottom: 20px;
    }
}