@import url(../Dashboard/General/GeneralStyle.css);

html {
    scroll-behavior: smooth !important;
}

body {
    overflow-x: hidden !important;
}

.F-Header {
    width: 100%;
    height: 100%;
    /* background: linear-gradient(188deg, var(--badge-ppl), var(--company-color)); */
    background: linear-gradient(188deg, #000, #000);
    /* padding-top: 10px; */
    position: relative;
}

.preloader {
    display: none !important;
}
/* ---------- (Start) Mobile Menu ---------- */
.Header__Navbar--MobileMenu-Btn {
    display: none;
    z-index: 99;
    padding: 10px;
}

    .Header__Navbar--MobileMenu-Btn .Burger-Menu {
        width: min-content;
        display: inline-block;
        color: var(--company-color);
        cursor: pointer;
    }

        .Header__Navbar--MobileMenu-Btn .Burger-Menu i {
            font-size: 25px;
        }

body .BodyBlurBackgound {
    display: none;
    background: #00000042;
    width: 100vw;
    height: 100vh;
    z-index: 9999;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    backdrop-filter: blur(4px);
    transition: .3s all ease-in-out;
}

body.NotScroll {
    overflow: hidden !important;
}

.F-MobileMenu-Container {
    display: none;
    width: 300px;
    height: 100vh;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    background: white;
    z-index: 9999;
    border-left: 2px solid var(--company-color);
}

    .F-MobileMenu-Container a {
        color: var(--text-color);
        transition: .2s all ease-in-out;
    }

        .F-MobileMenu-Container a:hover {
            color: var(--company-color);
            transition: .2s all ease-in-out;
        }

    .F-MobileMenu-Container.Show {
        display: block;
        transition: .2s all ease-in-out;
    }

.F-MobileMenu--Header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row-reverse;
    padding: 7px 10px;
    box-shadow: var(--shadow-light);
}

    .F-MobileMenu--Header .CloseMenu {
        padding: 0 9px;
        font-size: 24px;
        color: #6c6c6c;
        cursor: pointer;
    }




    .F-MobileMenu--Header .F-MobileMenu--Header__AccountLink {
    }

        .F-MobileMenu--Header .F-MobileMenu--Header__AccountLink > a {
            background-color: var(--badge-ppl);
            color: white;
            padding: 2px 13px 3px;
            display: inline-block;
            border-radius: var(--l-radius);
        }



.F-MobileMenu--Main {
    margin-right: 15px;
    margin-left: 15px;
    height: calc(100vh - 60px);
    overflow-x: auto;
    padding-top: 10px;
}


.F-MobileMenu--Navigation .NavigationLink {
    line-height: 2;
    font-size: 15px;
    display: block;
    cursor: pointer;
}

.F-MobileMenu--Navigation .F-MobileMenu--Navigation__Childs {
    display: none;
    transition: .2s all ease-in-out;
}




.F-MobileMenu--Navigation .F-MobileMenu--Navigation__Childs {
    display: none;
    margin-right: 0;
    background-color: #ededed;
    padding: 10px 15px;
    border-radius: 8px;
    margin-left: 0;
}

    .F-MobileMenu--Navigation .F-MobileMenu--Navigation__Childs.Show {
        display: block !important;
        transition: .2s all ease-in-out;
    }

.F-MobileMenu--Main > ul > .F-MobileMenu--Navigation::after {
    content: '';
    width: 0%;
    height: 3px;
    background-color: #ecc606;
    display: block;
    transition: 200ms ease-in;
}

.F-MobileMenu--Main > ul > .F-MobileMenu--Navigation:hover:after {
    width: 100%;
}


.F-MobileMenu--Navigation__Childs .F-MobileMenu--Navigation__Nav-Item {
    position: relative;
    transition: 200ms ease-in;
}

    .F-MobileMenu--Navigation__Childs .F-MobileMenu--Navigation__Nav-Item:hover {
        margin-right: 3px;
    }

    .F-MobileMenu--Navigation__Childs .F-MobileMenu--Navigation__Nav-Item > ul {
        display: none !important;
        border-right: 2px solid #f29f05;
        padding-right: 19px;
        border-top-right-radius: 0;
    }


        .F-MobileMenu--Navigation__Childs .F-MobileMenu--Navigation__Nav-Item > ul > li::before {
            content: '';
            display: inline-block;
            position: absolute;
            top: 14px;
            right: -14px;
            background-color: #a3a3a3;
            width: 7px;
            height: 2px;
        }

.MobileMenu.Show > .F-MobileMenu--Main > ul,
.MobileMenu.Show > .F-MobileMenu--Main > ul > .F-MobileMenu--Navigation {
    transition: all 400ms ease-in;
}

    .MobileMenu.Show > .F-MobileMenu--Main > ul > .F-MobileMenu--Navigation:nth-child(1) {
        transition-delay: 0.6s;
    }

    .MobileMenu.Show > .F-MobileMenu--Main > ul > .F-MobileMenu--Navigation:nth-child(2) {
    }

    .MobileMenu.Show > .F-MobileMenu--Main > ul > .F-MobileMenu--Navigation:nth-child(3) {
    }

    .MobileMenu.Show > .F-MobileMenu--Main > ul > .F-MobileMenu--Navigation:nth-child(4) {
    }

/* ----------- (End) Mobile Menu ----------- */
.F-Header__TopNavbar {
    background-color: white;
}

.F-Header__NavbarLayout {
    border-bottom: 2px solid #ffffff1f;
    z-index: 999 !important;
    /* position: relative; */
}

    .F-Header__NavbarLayout .row {
        align-items: center;
    }

.company-logo {
    display: inline-block;
}

    .company-logo > img {
        width: 170px;
    }

/* ---------- (Start) Desktop Navbar ---------- */
.F-Header__NavbarLayout-Group {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

    .F-Header__NavbarLayout-Group > ul {
        display: flex;
        justify-content: center;
        align-items: flex-start;
        margin: 0;
    }

        .F-Header__NavbarLayout-Group > ul > li {
            margin: 3px 7px;
        }

.F-Header__NavbarLayout-Group--Nav-Item--Child a {
    line-height: 2;
    color: var(--text-color) !important;
    transition: .2s all ease-in-out;
}

    .F-Header__NavbarLayout-Group--Nav-Item--Child a:hover {
        color: var(--company-color) !important;
    }


.F-Header__NavbarLayout-Group--Nav-Item--Child > li {
    padding: 3px 0;
}

.F-Header__NavbarLayout-Group ul .F-Header__NavbarLayout-Group--Nav-Item {
    position: relative;
}

    .F-Header__NavbarLayout-Group ul .F-Header__NavbarLayout-Group--Nav-Item > a {
        color: rgb(51, 51, 51);
        padding: 9px 5px;
        transition: .2s all ease-in-out;
    }

        .F-Header__NavbarLayout-Group ul .F-Header__NavbarLayout-Group--Nav-Item > a:hover {
            color: #ddbd0d;
            transition: .2s all ease-in-out;
        }





.F-Header__NavbarLayout-Group--Nav-Item--Child {
    display: none;
    position: absolute;
    z-index: 99999;
    top: 32px;
    right: 0;
    width: max-content;
    background: white;
    padding: 15px 13px;
    border-radius: 8px;
    box-shadow: var(--shadow-light);
    border-top: 2px solid var(--company-color);
    transition: 1s ease-in-out;
}

    .F-Header__NavbarLayout-Group--Nav-Item--Child li .Dropdown_Menu_Items {
        top: 0;
        right: 198px;
        display: none !important;
    }

.F-Header__NavbarLayout-Group--Nav-Item:hover .Dropdown_Menu_Items {
    display: block;
    transition: 1s ease-in-out;
}

.F-Header__NavbarLayout-Group--Nav-Item--Child li:hover .Dropdown_Menu_Items {
    display: block !important;
    transition: 1s ease-in-out;
}

.F-Header__NavbarLayout-Group--Nav-Item--Child li .Dropdown_Menu_Items li a {
    color: rgb(51, 51, 51);
}



.F-Header__NavbarLayout-Group--Nav-Item--Child > li > a {
    padding: 0px 10px !important;
    width: 100%;
}



.F-Header__NavbarLayout--LeftSection {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 10px;
}

.F-Header__NavbarLayout--AccountLink {
    margin-right: 5px;
    margin-left: 20px;
    text-align: left;
    display: inline-block;
}

    .F-Header__NavbarLayout--AccountLink > a {
        background: #f29f05;
        padding: 5px 15px;
        border-radius: var(--l-radius);
        display: inline-block;
        color: white;
    }


.F-Header__NavbarLayout--LeftSection > .Account_Icon {
    background: transparent;
    color: #959595;
    font-size: 30px;
    display: none;
    position: absolute;
    left: 17px;
    z-index: 999;
}

/* ---------- (End) Desktop Navbar ---------- */

/* .F-Header__Slider {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
} */




.F-Main-Section .F-Main-Section__Title {
    width: 100%;
    text-align: center;
    margin: 25px auto 15px;
}

    .F-Main-Section .F-Main-Section__Title h3 {
        font-family: inherit;
        font-size: 17px;
        font-weight: 600;
        /* border-bottom: 2px solid blue; */
        width: fit-content;
        margin: auto;
        padding-bottom: 3px;
        color: #565656;
        position: relative;
    }

        .F-Main-Section .F-Main-Section__Title h3::before {
            content: '';
            background: #f29f05;
            width: 50px;
            height: 3px;
            display: block;
            position: absolute;
            top: 9px;
            right: -60px;
        }

        .F-Main-Section .F-Main-Section__Title h3::after {
            content: '';
            background: #f29f05;
            width: 50px;
            height: 3px;
            display: block;
            position: absolute;
            top: 9px;
            left: -60px;
        }

.F-Main-Section__Title .AboutFartak__Content--Title {
}



.owl-carousel-Statues .owl-item img {
    width: 90px !important;
}

.owl-carousel-Statues .owl-item .item h4 {
    display: inline-block;
}



/* ---------- Main Section ---------- */

.F-Main-Section--AboutFartak__Content {
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 20px;
}

    .F-Main-Section--AboutFartak__Content .AboutFartak__Text {
        max-width: 60%;
        position: relative;
    }

        .F-Main-Section--AboutFartak__Content .AboutFartak__Text > .Shape {
            position: absolute;
            width: 400px;
            height: 50px;
            transform: rotate(144deg);
            border-radius: 5px;
            z-index: -1;
            background: var(--company-color);
        }

            .F-Main-Section--AboutFartak__Content .AboutFartak__Text > .Shape:nth-child(1) {
                transform: rotate(144deg);
                top: 70px;
                right: -88px;
                opacity: 0.1;
            }

            .F-Main-Section--AboutFartak__Content .AboutFartak__Text > .Shape:nth-child(2) {
                transform: rotate(144deg);
                top: 70px;
                left: 210px;
                opacity: 0.12;
            }


        .F-Main-Section--AboutFartak__Content .AboutFartak__Text > p {
            text-align: right !important;
        }

.F-Main-Section--AboutFartak__Image {
    border-radius: 8px;
    overflow: hidden;
    margin-right: 20px;
    max-width: 410px;
}



.F-Main-Section--Phases__Wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    color: white;
    text-shadow: var(--t-shadow-m1);
    margin-bottom: 25px;
}

    .F-Main-Section--Phases__Wrapper a {
        color: unset;
    }

    .F-Main-Section--Phases__Wrapper .Phases__Box {
        display: inline-block;
        padding: 10px;
        border-radius: 8px;
        box-shadow: var(--shadow-light);
        text-align: center;
        width: 170px;
        height: 107px;
        margin: 10px;
        transition: .2s all ease-in-out;
    }

        .F-Main-Section--Phases__Wrapper .Phases__Box:hover {
            transform: scale(1.03);
        }

        .F-Main-Section--Phases__Wrapper .Phases__Box[data-type="Club"] {
            background-color: #4b58f1;
        }

        .F-Main-Section--Phases__Wrapper .Phases__Box[data-type="OnlineShop"] {
            background-color: #f7dc3d;
        }

        .F-Main-Section--Phases__Wrapper .Phases__Box[data-type="Insurance"] {
            background-color: #3a7de1;
        }

        .F-Main-Section--Phases__Wrapper .Phases__Box[data-type="MedicalAdvice"] {
            background-color: #1ed3a0;
        }

        .F-Main-Section--Phases__Wrapper .Phases__Box[data-type="PaymentOfAssistance"] {
            background-color: #f9b334;
        }

        .F-Main-Section--Phases__Wrapper .Phases__Box .Phases__Box--Icon {
            font-size: 38px;
        }

        .F-Main-Section--Phases__Wrapper .Phases__Box .Phases__Box--Title {
            font-size: 14px;
        }

.F-Main-Section--Phases .F-Main-Section__PhasesTitle {
}


/* ---------- News Section ---------- */
.F-Main-Section--News .owl-carousel {
    margin: 20px auto;
}

.F-Main-Section--News .owl-item {
    box-shadow: 2px 2px 10px 2px #00000021;
    box-shadow: var(--t-shadow-m2);
    margin: 10px 0;
    border-radius: 10px;
}

.F-Main-Section--News-Container {
    padding: 5px;
    position: relative;
}

    .F-Main-Section--News-Container .News-Image {
        border-radius: 8px;
        overflow: hidden;
        height: 140px;
    }

        .F-Main-Section--News-Container .News-Image::before {
            content: '';
        }

        .F-Main-Section--News-Container .News-Image img {
            display: block;
            width: 100%;
            border-radius: 10px;
            object-fit: cover;
            width: 100%;
            height: 100%;
        }

    .F-Main-Section--News-Container .News-Footer {
        margin: 5px;
    }

.News-Footer .News-Footer__Title {
    margin: 0;
    margin-top: 10px;
    padding: 0;
    font-size: 13.5px;
    font-family: inherit;
    font-weight: 700;
    color: var(--text-color);
    text-align: center;
    /* position: absolute;
    top: 30px;
    right: 0;
    left: 0; */
}

/* .News-Footer .News-Footer__Content {
    font-size: 13px;
    margin-top: 8px;
    margin-bottom: 5px;
} */

.News-Footer .News-Footer__Read-More {
    display: block;
    text-align: left;
    padding-left: 8px;
}

    .News-Footer .News-Footer__Read-More .Read-More-link {
        font-size: 12px;
        color: white;
        transition: .25s all ease-in-out;
        background-color: #6363e9;
        padding: 3px 7px;
        border-radius: var(--l-radius);
        display: inline-block;
        position: relative;
        top: 22px;
        left: 20px;
    }

.F-Main-Section--News-Container:hover .News-Footer .News-Footer__Read-More .Read-More-link {
    transition: .2s all ease-in-out;
    left: 0;
}

.News-Footer .News-Footer__Read-More .Read-More-link .text {
    z-index: 9;
    position: relative;
}

.News-Footer .News-Footer__Read-More .Read-More-link .shape {
    background: #6363e9;
    width: 35px;
    height: 35px;
    display: block;
    position: absolute;
    bottom: -5px;
    left: 0px;
    border-radius: 7px;
    transform: rotate(45deg);
    z-index: 1;
}

/* .News-Footer .News-Footer__Read-More .Read-More-link:hover,
.News-Footer .News-Footer__Read-More .Read-More-link:focus {
    color: #4343da;
    background-color: transparent;
    transition: .25s all ease-in-out;
} */


.owl-carousel .owl-stage-outer {
    padding-bottom: 20px;
}





.center {
    text-align: center;
}

p a {
    color: white;
    text-decoration: none;
    border-bottom: 1px solid white;
    transition: border 0.3s;
}

    p a:hover {
        border-bottom: 1px solid rgba(255, 255, 255, 0);
    }

.slick-slide {
    margin: 0px 20px;
}

    .slick-slide img {
        width: 100%;
    }

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    user-select: none;
    /*-khtml-user-select: none;*/
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

    .slick-list:focus {
        outline: none;
    }

    .slick-list.dragging {
        cursor: pointer;
    }

.slick-slider .slick-track {
    margin: auto;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
}

    .slick-track:before,
    .slick-track:after {
        display: table;
        content: "";
    }

    .slick-track:after {
        clear: both;
    }

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}

[dir=rtl] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

.client-slider {
    padding-top: 20px;
    padding-bottom: 20px;
}






/* ---------- Timeline ---------- */
.F-Main-Section--Timeline {
    padding: 0 30px 30px 30px;
}

.Timeline-Container {
    width: 100%;
    margin: 0 auto;
    position: relative;
    text-align: center;
}

    .Timeline-Container::before {
        position: absolute;
        left: 50%;
        content: '';
        width: 5px;
        height: 91%;
        background-color: rgb(231, 230, 230);
        border-radius: 5px;
    }

.entry {
    margin: 50px 10px;
    position: relative;
}

.indicator {
    position: absolute;
    top: -5px;
    left: calc(50% - 5px);
    width: 15px;
    height: 15px;
    background-color: #710d803b;
    border-radius: 50%;
}

    .indicator span {
        position: relative;
        top: -4px;
        width: 7px;
        height: 7px;
        display: inline-block;
        background-color: var(--badge-ppl);
        border-radius: 50%;
    }

.content {
    width: 50%;
    margin: 0 auto;
    transform: translate(-58%, -9px);
    font-size: 14px;
    text-align: right;
}

    .content .content_title {
        font-weight: 600;
    }

    .content .content_text {
        color: gray;
    }

.entry:nth-child(odd) .content {
    text-align: left;
    transform: translate(60%, -9px);
}

.content span {
    font-weight: 500;
    font-size: 16px;
    display: block;
    color: var(--badge-ppl);
}

.entry .icon {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-130%, -48%);
    font-size: 23px;
    padding: 10px 11px 0;
    border-radius: 25px;
    background-color: var(--badge-ppl);
    box-shadow: 0 3px 6px 0 #710d8070;
    color: white;
    display: inline-block;
    transition: .2s all ease-in-out;
}

.entry .icon {
}

.entry:nth-child(even) .icon {
    transform: translate(40%, -48%);
}



.entry:nth-child(even) .baner {
    display: inline-block;
    position: absolute;
    top: 10px;
    right: 0px;
    width: 48%;
    z-index: -1;
}

.entry:nth-child(odd) .baner {
    display: inline-block;
    position: absolute;
    top: 10px;
    left: 0px !important;
    width: 48%;
    z-index: -1;
}

.entry .baner .baner__image {
    border-radius: 8px;
}



@media only screen and (max-width: 600px) {
    .Timeline-Container {
        margin: 0;
    }

    .entry:nth-child(even) .content,
    .entry:nth-child(odd) .content {
        text-align: right;
        transform: translate(20%, -9px);
    }

    .entry:nth-child(even) .icon,
    .entry:nth-child(odd) .icon {
        transform: translate(40%, -48%);
        right: -17px;
        left: unset;
    }

    .indicator {
        /* left: calc(79% - 206px); */
        right: 17px;
    }

    .Timeline-Container::before {
        /* left: 11%; */
        right: 32px;
    }

    .entry .icon {
        /* left: 10%; */
        right: 10px;
    }

    .Timeline-Container .entry {
        margin-left: 0;
    }

    .content {
        width: 90%;
        padding-right: 105px;
    }

    .entry .baner .baner__image {
        display: none;
    }
}

@media all and (max-width: 487px) {
    .content {
        padding-right: 110px;
    }
}

@media all and (max-width: 400px) {
    .content {
        padding-right: 75px;
    }
}



.F-Main-Section--Statues {
    background-color: #e7e9ea;
}



/* ---------- At A Glance ---------- */
.F-Main-Section--At-a-glance {
    background-color: #c48b00;
    padding-bottom: 20px;
}

    .F-Main-Section--At-a-glance .At-a-glance__Title {
        display: inline-block;
    }

        .F-Main-Section--At-a-glance .At-a-glance__Title h3 {
            color: #505050;
            text-shadow: var(--t-shadow-m2);
            /* border-bottom: 2px solid #0000001f; */
        }

    .F-Main-Section--At-a-glance .At-a-glance__Container {
        display: flex;
        justify-content: center;
        align-items: center;
    }

        .F-Main-Section--At-a-glance .At-a-glance__Container .At-a-glance__Item {
            width: 250px;
            min-width: 100%;
            max-width: 100%;
            background: white;
            height: 120px;
            border-radius: 8px;
            box-shadow: var(--shadow-light);
            display: flex;
            margin: 15px 0;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            font-family: initial;
        }

            .F-Main-Section--At-a-glance .At-a-glance__Container .At-a-glance__Item h3 {
                margin: 0;
                margin-bottom: 10px;
                font-family: 'iranianSans';
                font-size: 19px;
                font-weight: normal;
            }




.F-Main-Section--ChooseFartak .section-title {
    margin-bottom: 30px;
}

    .F-Main-Section--ChooseFartak .section-title h2 {
        font-size: 17px;
    }

.F-Main-Section--ChooseFartak .tab {
    -webkit-box-shadow: 2px 2px 15px 0px #0000002b !important;
    box-shadow: 2px 2px 15px 0px #0000002b !important;
}

    .F-Main-Section--ChooseFartak .tab .tabs li i svg {
        fill: #fb846d;
        width: 30px;
    }

    .F-Main-Section--ChooseFartak .tab .tabs li.current i svg, .F-Main-Section--ChooseFartak .tab .tabs li a:hover i svg {
        fill: white;
    }

.F-Main-Section--ChooseFartak .ChooseFartak-Container {
    display: flex;
    flex-wrap: wrap;
}

    .F-Main-Section--ChooseFartak .ChooseFartak-Container .ChooseFartak-Content-Item {
        width: 48%;
        height: 220px;
        display: inline-block;
        border-radius: 8px;
        background: #efefef;
        padding: 0 18px;
        margin: 5px;
    }

        .F-Main-Section--ChooseFartak .ChooseFartak-Container .ChooseFartak-Content-Item .Back-Filter {
        }

        .F-Main-Section--ChooseFartak .ChooseFartak-Container .ChooseFartak-Content-Item.Content-Item-Medium {
            width: 28% !important;
        }

        .F-Main-Section--ChooseFartak .ChooseFartak-Container .ChooseFartak-Content-Item.Content-Item-Large {
            width: 68% !important;
        }

        .F-Main-Section--ChooseFartak .ChooseFartak-Container .ChooseFartak-Content-Item .Content-Item-Icon {
            width: 73px;
            margin-bottom: 5px;
        }

        .F-Main-Section--ChooseFartak .ChooseFartak-Container .ChooseFartak-Content-Item .Content-Item-Title {
            font-size: 16px;
            font-weight: 600;
        }

        .F-Main-Section--ChooseFartak .ChooseFartak-Container .ChooseFartak-Content-Item .Content-Item-Description {
            font-size: 14px;
            line-height: 2;
        }


.F-Main-Section--LicenseLogo .LicenseLogo-Container {
    text-align: center;
    background: #a6a4a77a;
    margin: 10px auto 45px;
    padding: 5px;
    border-radius: 8px;
    width: 95%;
}


.LicenseLogo-Container .LicenseLogo-Wrapper {
    width: 100px;
    height: 100px;
    display: flex;
    margin: 0 auto 22px;
    align-items: center;
    justify-content: center;
}

    .LicenseLogo-Container .LicenseLogo-Wrapper.white-bg .LicenseLogo-Link .LicenseLogo-Image {
        border-radius: 8px;
    }

    .LicenseLogo-Container .LicenseLogo-Wrapper .LicenseLogo-Link .LicenseLogo-Image {
        width: auto;
        height: 100%;
        max-height: max-content !important;
    }


/* ---------- (Start) Footer ---------- */
.F-Footer .F-Footer-Container {
    background-color: #ededed;
}

    .F-Footer .F-Footer-Container .F-Footer-Section {
        padding: 20px 25px;
    }

.F-Footer-Section.F-Footer-Section--Top-Footer {
    background: var(--company-color);
    /*margin: 10px;*/
    border-radius: 8px;
    position: relative;
    top: -18px;
    width: 95%;
    margin: auto;
}

    .F-Footer-Section.F-Footer-Section--Top-Footer .Logo-Image {
        width: 204px;
    }


    .F-Footer-Section.F-Footer-Section--Top-Footer .Top-Footer-Content {
        color: white;
        margin: 0;
        font-size: 14px;
    }



.F-Footer-Section--Nav-Item ul {
    margin-left: 0;
}

.F-Footer-Section--Nav-Item .Nav-Item-Title {
    margin-bottom: 9px;
    font-weight: 600;
}


.F-Footer-Section--Nav-Item .Nav-Item-Nav-Links li {
    margin-bottom: 3px;
}

    .F-Footer-Section--Nav-Item .Nav-Item-Nav-Links li a {
        color: #6e6e6e;
        transition: .15s all ease-in-out;
        font-size: 14px;
    }

        .F-Footer-Section--Nav-Item .Nav-Item-Nav-Links li a:hover {
            color: var(--company-color);
            transition: .2s all ease-in-out;
        }


.F-Footer-Section--Statues .F-Footer-Section--Statues-Title {
    border-bottom: 2px solid #f6d500;
    padding-bottom: 4px;
}

.F-Footer-Section--Statues .F-Footer-Section--Statues-Images {
    display: flex;
    justify-content: space-evenly;
}

    .F-Footer-Section--Statues .F-Footer-Section--Statues-Images img {
        width: 50px;
        margin: 12px;
    }


.F-Footer-Section--CommunicationWithFartak {
    display: flex;
    justify-content: space-around;
    background-color: #7111800a;
    width: 85%;
    margin: 0 auto 16px;
    padding: 10px 5px !important;
    border-radius: var(--l-radius);
}

    .F-Footer-Section--CommunicationWithFartak .CommunicationWithFartak__Wrapper {
        margin: 0;
        font-size: 14px;
        position: relative;
    }

        .F-Footer-Section--CommunicationWithFartak .CommunicationWithFartak__Wrapper b {
            color: #212529;
        }

        .F-Footer-Section--CommunicationWithFartak .CommunicationWithFartak__Wrapper.PhoneNumber span {
            direction: ltr;
            display: inline-block;
        }

            .F-Footer-Section--CommunicationWithFartak .CommunicationWithFartak__Wrapper.PhoneNumber span a {
                color: #818992;
            }

/* ---------- (Start) MapContainer ---------- */
.CommunicationWithFartak__Wrapper #OpenCompanyMap {
    cursor: pointer;
}

.CommunicationWithFartak__Wrapper .CompanyGoogleMap {
    display: none;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    margin-bottom: 33px;
}

    .CommunicationWithFartak__Wrapper .CompanyGoogleMap #map {
        height: 300px !important;
        background-color: white;
        padding: 15px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        box-shadow: var(--t-shadow-m2);
        border-radius: 8px;
    }

        .CommunicationWithFartak__Wrapper .CompanyGoogleMap #map .btn-show-map {
            padding: 15px 15px;
            text-align: center;
            margin-top: 7px;
            background-color: var(--gold-color);
            border-radius: 8px;
            cursor: pointer;
            transition: .9s all ease-in-out;
        }

            .CommunicationWithFartak__Wrapper .CompanyGoogleMap #map .btn-show-map:hover {
                background-color: #E7C716;
                transition: .7s all ease-in-out;
                -webkit-transform: translateY(-5px);
                transform: translateY(-5px);
            }


        .CommunicationWithFartak__Wrapper .CompanyGoogleMap #map .Route_mapPopped {
            z-index: 99999;
            position: absolute;
            top: 15px;
            right: 15px;
            padding: 10px 14px;
            font-size: 15px;
        }

        .CommunicationWithFartak__Wrapper .CompanyGoogleMap #map .leaflet-pane {
            z-index: unset;
        }
/* ---------- (End) MapContainer ---------- */
.F-Main-Section--AboutFartak {
    margin-top: 30px;
}

.Kartiam-SocialMedias {
    margin-top: 10px;
}

    .Kartiam-SocialMedias a {
        display: inline-block;
        color: #6a6a6a;
        transition: .2s all ease-in-out;
        font-size: 19px;
        margin: auto 4px;
    }

        .Kartiam-SocialMedias a:hover {
            transition: .18s all ease-in-out;
            color: #e3be00;
        }


.F-Footer-Container .F-Footer-Section--CopyRight {
    background: #dbdbdb;
    text-align: center;
    padding: 10px;
}

    .F-Footer-Container .F-Footer-Section--CopyRight p {
        margin: 0;
        font-size: 14px;
        text-align: center;
    }

/* ----------- (End) Footer ----------- */

.slider__slide-subheading {
    letter-spacing: unset;
    max-width: 80%;
}


@media all and (min-width: 991px) {
    .F-Footer .F-Footer-Container .container-fluid {
        width: 88%;
    }
}

@media only screen and (max-width: 991px) {
    /*.F-Header__NavbarLayout--AccountLink > a {
        margin-left: 18px;
    }*/

    .slider__slide-heading {
        font-size: 40px !important;
    }
}

@media only screen and (max-width: 800px) {
    .F-Footer-Section--CommunicationWithFartak {
        width: 95%;
    }

    .F-Main-Section--AboutFartak__Content {
        flex-direction: column-reverse;
    }

        .F-Main-Section--AboutFartak__Content .AboutFartak__Text {
            margin-top: 20px;
            max-width: 100%;
        }

    .F-Main-Section--AboutFartak__Image {
        max-width: 270px;
    }
}

@media only screen and (min-width: 768px) {
    .F-MobileMenu-Container {
        display: none;
    }
}

@media only screen and (max-width: 768px) {
    .F-Footer-Section--Nav-Item {
        text-align: center;
    }

    .F-Footer-Container .container {
        max-width: 1000px;
    }

    .F-Footer-Section.F-Footer-Section--Top-Footer {
        text-align: center;
    }

        .F-Footer-Section.F-Footer-Section--Top-Footer .Top-Footer-Content {
            font-size: 15px;
            margin-top: 14px;
        }

    .F-Header__NavbarLayout--AccountLink,
    .F-Header__NavbarLayout-Group {
        display: none;
    }

    .F-Header__NavbarLayout--LeftSection > .Account_Icon {
        display: inline;
    }

    .Header__Navbar--MobileMenu-Btn {
        display: inline-block;
        position: absolute;
    }

    .F-Header__NavbarLayout--LeftSection {
        justify-content: center;
    }

    .F-Footer-Section--CommunicationWithFartak {
        width: 90%;
        align-items: center;
        flex-direction: column;
        background-color: transparent;
    }

        .F-Footer-Section--CommunicationWithFartak .CommunicationWithFartak__Wrapper {
            margin-top: 8px;
        }
}

@media only screen and (min-width: 576px) {
    .F-Footer-Container .container {
        max-width: 700px;
    }
}

@media only screen and (max-width: 576px) {
    .slider__slide-heading {
        font-size: 30px !important;
    }
}

@media all and (max-width: 400px) {
    .F-MobileMenu-Container {
        width: 100%;
    }
}







/* (Start) Accompanies that work with us */
.F-Main-Section--Companies {
    background-color: white;
    padding: 40px;
    margin-top: 25px;
}

    .F-Main-Section--Companies .F-Main-Section__Title-Companies {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
    }

        .F-Main-Section--Companies .F-Main-Section__Title-Companies h3 {
            text-align: center;
            font-size: 20px;
            margin: 0px auto 40px;
            display: inline-block;
            width: 100%;
            position: relative;
            width: fit-content;
        }

.F-Main-Section .F-Main-Section__Title-Companies h3::before {
    content: '';
    background: #f29f05;
    width: 50px;
    height: 3px;
    display: block;
    position: absolute;
    top: 9px;
    left: 70px;
}

.F-Main-Section .F-Main-Section__Title-Companies h3::after {
    content: '';
    background: #f29f05;
    width: 50px;
    height: 3px;
    display: block;
    position: absolute;
    top: 9px;
    right: 70px;
}


.F-Main-Section--Companies .companies-container {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

    .F-Main-Section--Companies .companies-container .company-item {
        display: flex;
        width: 45%;
        /*width: 60%;*/
        justify-content: space-evenly;
        align-items: flex-start;
        position: relative;
        height: 100%;
        margin: 25px auto;
    }

        .F-Main-Section--Companies .companies-container .company-item .company-content {
            display: inline-block;
            width: 50%;
            position: relative;
            top: -20px;
        }

        .F-Main-Section--Companies .companies-container .company-item .company-item__title {
            display: flex;
            align-items: center;
            margin-bottom: 10px;
        }

            .F-Main-Section--Companies .companies-container .company-item .company-item__title .company-logo {
                width: 26px;
                height: auto;
            }

            .F-Main-Section--Companies .companies-container .company-item .company-item__title h3 {
                font-size: 13px;
                margin-bottom: 0;
                margin-right: 7px;
                font-weight: 600;
                letter-spacing: 0.3px;
            }

        .F-Main-Section--Companies .companies-container .company-item .company-item__description {
        }

            .F-Main-Section--Companies .companies-container .company-item .company-item__description p {
                font-size: 14px;
                line-height: 1.8;
            }

        .F-Main-Section--Companies .companies-container .company-item .company-item__image {
            position: relative;
            width: fit-content;
            display: inline-block;
            margin-top: 25px;
        }

.company-item__image .line {
    position: absolute;
    background-color: #cdcdcd;
    width: 100px;
    height: 2px;
}

    .company-item__image .line:nth-child(1) {
        transform: rotate(135deg);
        top: -15px;
        left: 160px;
        width: 50px;
    }

    .company-item__image .line:nth-child(2) {
        transform: rotate(180deg);
        top: -33px;
        left: 202px;
        width: 200px;
    }

    .company-item__image .line.large:nth-child(2) {
        width: 60%;
    }

    .company-item__image .line.medium:nth-child(2) {
        /*width: 50%;*/
        width: 30%;
    }

    .company-item__image .line.small:nth-child(2) {
        width: 15%;
    }


.F-Main-Section--Companies .companies-container .company-item .company-item__image .shape {
    width: 30px;
    height: 30px;
    background-color: #f29f05;
    box-shadow: 0 0 0px 5px white;
    position: absolute;
    top: -4px;
    right: -4px;
    border-radius: 50px;
}

    .F-Main-Section--Companies .companies-container .company-item .company-item__image .shape::after {
        content: '';
        width: 50px;
        height: 50px;
        display: block;
        border-radius: 50px;
        border: 2px solid #ffffff00;
        position: absolute;
        top: -9px;
        right: -9px;
        border-left-color: #f29f05;
        transform: rotate(311deg);
    }

.F-Main-Section--Companies .companies-container .company-item .company-item__image .company-image {
    width: 170px;
    height: 170px;
    overflow: hidden;
    border-radius: 10px;
    box-shadow: 3px 2px 20px 0px rgb(0 0 0 / 32%);
}

    .F-Main-Section--Companies .companies-container .company-item .company-item__image .company-image img {
        object-fit: cover;
        height: 100% !important;
        width: 100%;
    }

.company-item__image .company-image .hidden-sm {
    display: block;
}

.company-item__image .company-image .show-sm {
    display: none;
}


@media all and (min-width: 1550px) {
    .company-item__image .line:nth-child(2) {
        width: 60% !important;
    }
}

@media all and (max-width: 1294px) {
    .company-item__image .line:nth-child(2) {
        width: 10%;
    }

    .company-item__image .line.large:nth-child(2) {
        width: 50%;
    }
}

@media all and (max-width: 1200px) {
    .companies-container .company-item {
        justify-content: space-between !important;
    }

    .F-Main-Section--Companies .companies-container .company-item .company-content {
        width: 60%;
    }
}

@media all and (max-width: 1100px) {
    .F-Main-Section--Companies .companies-container {
        flex-direction: column;
    }

        .F-Main-Section--Companies .companies-container .company-item {
            width: 55%;
        }
}

@media all and (max-width: 1100px) and (min-width: 710px) {
    .company-item__image .line.large:nth-child(2) {
        width: 90%;
    }

    .company-item__image .line.medium:nth-child(2) {
        width: 70%;
    }

    .company-item__image .line.small:nth-child(2) {
        width: 50%;
    }

    .F-Main-Section--Companies .companies-container .company-item:nth-child(2n+0) {
        flex-direction: row-reverse;
    }

    .company-item:nth-child(2n+0) .company-item__image .line:nth-child(2) {
        right: 45px;
    }

    .company-item:nth-child(2n+0) .company-item__image .line:nth-child(1) {
        transform: rotate(45deg);
        top: -15px;
        left: 117px;
        width: 50px;
    }
}

@media all and (max-width: 853px) and (min-width: 710px) {
    .company-item__image .line.large:nth-child(2) {
        width: 75%;
    }
}

@media all and (max-width: 992px) {
    .F-Main-Section--Timeline {
        padding: 0 30px 00px 30px;
    }

    .F-Main-Section--Companies {
        margin-top: 0;
    }
}

@media all and (max-width: 1000px) {
    .F-Main-Section--Companies .companies-container {
        justify-content: center;
        flex-wrap: wrap;
    }

        .F-Main-Section--Companies .companies-container .company-item {
            width: 80%;
            justify-content: space-around !important;
            align-items: flex-end;
        }
}

@media all and (max-width: 710px) {
    .F-Main-Section--Companies .companies-container .company-item .company-content {
        width: 100%;
    }

    .F-Main-Section--Companies .companies-container .company-item {
        flex-direction: column;
        align-items: center;
    }

    .company-item__image .line {
        /*display: none;*/
    }

        .company-item__image .line:nth-child(1) {
            top: -8px;
            right: -33px;
        }

        .company-item__image .line:nth-child(2) {
            transform: rotate(180deg);
            top: -144px;
            right: -26px;
            width: 2px !important;
            height: 120px;
        }

    .F-Main-Section--Companies .companies-container .company-item .company-item__image .shape {
        /*display: none;*/
    }

    .F-Main-Section--Companies .companies-container .company-item .company-item__image .company-image {
        width: 72vw;
    }

        .F-Main-Section--Companies .companies-container .company-item .company-item__image .company-image img {
            height: unset;
        }

        .F-Main-Section--Companies .companies-container .company-item .company-item__image .company-image .hidden-sm {
            display: none;
        }

        .F-Main-Section--Companies .companies-container .company-item .company-item__image .company-image .show-sm {
            display: block;
        }
}

/* (End) Accompanies that work with us */
