﻿* {
    box-sizing: border-box;
    padding: 0;
    font-family: 'iranianSans' !important;
    /*line-height: 1.5;*/
    font-weight: normal;
}

.fr {
    float: right;
}

.fl {
    float: left;
}

.fc {
    clear: both;
}


.singlePage_MainContainer {
    backdrop-filter: brightness(0.5);
}

.singlePage_header {
    height: 280px;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    /*margin-top: 40px;*/
}

/*.singlePage_header::before {
        content: '';
        background-image: url('/img/SinglePages/Backgrand2.jpg');
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        background-color: black;
        opacity: 0.5;
        backdrop-filter: blur(25px);
        width: 100%;
        height: 100%;
        position: fixed;
        z-index: -1;
        top: 0;
    }*/

.singlePage_BodyContainer {
    background-color: #f5f5f5;
    padding: 20px 0;
}


.singlePage_BodyContainer--title h2 {
    margin: 12px;
    padding-bottom: 8px;
    font-size: 18px;
    font-weight: 600;
    display: inline-block;
}

    .singlePage_BodyContainer--title h2:after {
        content: '';
        background-color: #f29f05;
        margin-top: 10px;
        height: 2.5px;
        width: 110px;
        border-radius: 50px;
        display: block;
    }

.singlePage_BodyContainer--box {
    width: 90%;
    background: white;
    border-radius: 8px;
    padding: 10px;
    margin: 0px auto 65px;
    box-shadow: 0 0 10px rgb(0 0 0 / 26%);
}

.TripleRow:first-child {
    border-left: 3.255px solid #801580;
}

.singlePage_BodyContainer--box--col .TripleRow_header {
    text-align: center;
}

    .singlePage_BodyContainer--box--col .TripleRow_header i {
        font-size: 60px;
        color: #f29f05;
    }

.singlePage_BodyContainer--box--col .c-badge {
    background: #ebebeb;
    padding: 6px 10px;
    margin: 0 3px;
    border-radius: 8px;
}

.singlePage_BodyContainer--box--col .Cta_btn {
    margin: auto;
    text-align: center;
    background: #e96653;
    display: flex;
    padding: 2px 15px;
    border-radius: 8px;
    box-shadow: 0 0 10px rgb(0 0 0 / 26%);
    width: max-content;
    align-items: center;
    margin-bottom: 15px;
    margin-top: 15px;
}

    .singlePage_BodyContainer--box--col .Cta_btn a {
        color: white;
    }

    .singlePage_BodyContainer--box--col .Cta_btn i {
        color: white;
        font-size: 25px;
        margin-right: 8px;
    }

/* ====================================== NAV ============================================= */
.singlePage_navbar {
    background-color: #f29f05;
}

    .singlePage_navbar .crake-nav {
        top: 0 !important
    }

#LogoTop {
    width: 110px;
}

#ToggleHandler {
    font-size: 20px;
    color: white;
    cursor: pointer;
}

#SmallNav {
    display: none;
    z-index: 50;
}

#TopNav {
    background-color: rgba(112,72,149,.7 );
    position: sticky;
    top: 0;
    height: 60px;
    width: 100%;
    z-index: 50;
}

#InnerNav {
    padding: 10px 25px 0 35px;
}

#LogoTopMain {
    width: 160px;
}

#InnerSide {
    display: none;
}

#Navul {
    text-align: left;
    padding-top: 8px;
}

    #Navul > li {
        display: inline;
        margin-left: 20px;
        color: white;
    }

.NavLink {
    color: white;
    text-decoration: none;
}

    .NavLink:hover {
        color: white;
        text-decoration: none;
    }

/*.dropdown_menu {
    background-color: white;
    border-radius: 5px;
    display: none;
    position: absolute;
    top: 20px;
    right: 10px;
    width: 250px;
    text-align: right;
    padding: 15px;
    list-style-type: none;
    box-shadow: -3px 3px 10px black;
}

    .dropdown_menu li {
        marker: none;
        margin-bottom: 8px;
    }

        .dropdown_menu li > a {
            font-size: 15px;
        }*/

.hoverMoveUp {
    position: relative;
}

    /*.TopMenu*/
    .hoverMoveUp:hover > .dropdown_menu {
        display: inline-block;
    }





#Sideul > li {
    margin-bottom: 10px;
    list-style-type: none;
}

.SideLink {
    color: white;
    text-decoration: none;
}

    .SideLink:hover {
        color: white;
        text-decoration: none;
    }

.dropdown_menu-Side {
    display: block;
    text-align: right;
    padding: 0 15px;
    list-style-type: none;
    height: 0;
    overflow: hidden;
    transition-duration: .5s
}

    .dropdown_menu-Side > li {
        margin-bottom: 3px
    }

        .dropdown_menu-Side > li > a {
            font-size: 12px;
            color: white;
        }

.SideOpen {
    height: 270px !important;
}

@media only screen and (max-width: 768px) {
    #InnerNav {
        display: none;
    }

    #SmallNav {
        display: block;
        background-color: red;
        position: sticky;
        top: 0;
        height: 60px;
        width: 50%;
        padding: 10px 25px;
    }

    #SmallNav {
        display: block;
        background-color: rgba(71,48,70,.9);
        position: sticky;
        top: 0;
        height: 40px;
        width: 100%;
    }

    #TopNav {
        background-color: rgba(67,7,71,.9 );
        padding: 25px 10px;
        position: fixed;
        top: 40px;
        height: calc(100vh - 40px);
        width: 50%;
        left: 100%;
        transition-duration: .5s;
        overflow: auto;
    }

    #Sideul > li > a {
        font-size: 12px;
    }

    .dropdown_menu-Side > li > a {
        font-size: 10px;
    }

    #InnerSide {
        display: block;
    }

    .Navopen {
        left: 50% !important
    }
}








body {
    background-color: #f3f3f3;
}

#TopImg {
    width: 100vw;
    height: auto;
    position: fixed;
    top: 0;
    right: 0;
    z-index: -10;
}

.ImageText {
    text-align: center;
}

    .ImageText > h6 {
        color: white;
    }

    .ImageText > h5 {
        color: white;
    }

    .ImageText > h4 {
        color: white;
    }

    .ImageText > h3 {
        color: white;
    }

    .ImageText > h2 {
        color: white;
    }

    .ImageText > h1 {
        color: white;
    }

.GlowAnimateBorder-5s {
    padding: unset;
}

.MainContainer {
    background-color: white;
    border-radius: 3px;
    box-shadow: 0px 2px 20px 2px black;
    z-index: -1;
}

.InnerContainer {
    min-height: 400px;
}


@media only screen and (max-width: 768px) {
    #TopImg {
        width: 100vw;
        height: auto;
        position: fixed;
        top: 70px;
        right: 0;
        z-index: -10;
    }

    .singlePage_BodyContainer--box--col .c-badge {
        margin: 4px;
    }
}



#Footerlogo {
    width: 150px;
    display: block;
    margin: auto;
}

#InnerFooter {
    width: 100%;
    height: 150px;
    position: relative;
}

#FooterImg {
    z-index: 0;
    width: 100%;
    height: 100%;
    border-top: 2px solid #e73d03;
    position: absolute;
    top: 0;
    right: 0;
}

#FooterContent {
    z-index: 1;
    padding-top: 15px;
    min-height: calc(100% - 35px);
}

#CopyRight {
    z-index: 15;
    height: 35px;
}

.copyright {
    text-align: center;
    color: white;
    font-size: 13px;
}

#FooterContent * {
    color: white;
}

.LicenseLogo {
    width: 80px;
    height: 80px;
}


.DiscriptionIMG {
    display: flex;
    min-height: 250px;
}

    .DiscriptionIMG > img {
        width: 95%;
        height: auto;
        margin: auto
    }

.DiscriptionP {
    display: flex;
    text-align: center
}

    .DiscriptionP > div {
        text-align: center;
        margin: auto;
    }

        .DiscriptionP > div > h5 {
            text-align: center;
            margin-bottom: 25px;
            font-weight: bold;
            font-size: 25px;
        }

        .DiscriptionP > div > p {
            margin: auto;
            font-size: 16px;
            text-align: center;
            margin-bottom: 2px;
            color: black;
        }

        .DiscriptionP > div > table.FartakTable > tbody > tr > td {
            margin: auto;
            font-size: 14px;
            text-align: center;
            vertical-align: middle;
            font-weight: bold;
            padding: 0 5px !important;
        }


.verybigBTN {
    width: 90%;
    margin: auto;
    height: 100px;
    border-radius: 8px;
    border: 2px solid #f29f05;
    cursor: pointer;
    box-shadow: #00000063 3px 7px 20px 0px;
}

    .verybigBTN:hover i {
        font-size: 65px;
        display: block;
        transform: rotateY(360deg)
    }

    .verybigBTN:hover label {
        font-size: 24px;
        display: block;
        transform: rotateY(360deg);
        color: black;
    }

    .verybigBTN * {
        cursor: pointer;
    }

.verybigBTN-1 {
    width: 70%;
    height: 100%;
    display: flex;
}

    .verybigBTN-1 > label {
        margin: auto;
        font-size: 22px;
        font-weight: bold;
        transition-duration: .5s
    }

.verybigBTN-2 {
    width: 30%;
    height: 100%;
    background-color: #f29f05;
    display: flex;
}

    .verybigBTN-2 > i {
        font-size: 50px;
        color: white;
        margin: auto;
        transition-duration: .5s
    }



@media only screen and (max-width: 992px) {
    /*.singlePage_header {
        margin-top: 80px;
    }*/
}

@media only screen and (max-width: 575px) {
    #FooterText {
        width: 90%;
        margin: auto;
        margin-bottom: 10px;
        border-bottom: 1px solid white;
    }

        #FooterText > div > p {
            font-size: 13px;
        }

    #Footerlogo {
        width: 140px;
        margin-bottom: 10px;
    }

    #InnerFooter {
        height: 250px;
    }

    #FooterContent {
        min-height: calc(100% - 45px);
    }

    #CopyRight {
        height: 45px;
    }

    #FooterContent * {
        color: white;
    }

    .LicenseLogo {
        width: 93px;
        height: 93px;
    }
}



@media only screen and (max-width: 992px) {
    .TripleRow:first-child {
        border-left: 0;
        border-bottom: 3.255px solid #801580;
        margin-bottom: 20px;
        padding-bottom: 20px;
    }
}




/* ==================== Fartakiha ==================== */
.Fartakiha-title {
    display: flex;
    align-items: center;
}

    .Fartakiha-title i {
        font-size: 25px;
        margin-left: 12px;
    }

        .Fartakiha-title i::before {
            padding: 1px 7px;
            background: #8d10a1;
            border-radius: 8px;
            color: white;
        }

    .Fartakiha-title span {
        font-size: 20px;
    }

.Fartakiha-about {
    margin-top: 10px;
}

.singlePage_BodyContainer--box--PersonnelList {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 25px;
}

.PersonnelList_item {
    display: inline-block;
    max-width: 170px;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 2px 3px 12px rgb(0 0 0 / 24%);
    cursor: pointer;
    transition: .2s all cubic-bezier(0.57, 0.15, 0.8, 0.95);
    height: 240px;
    margin: 30px;
}

    .PersonnelList_item:hover {
        box-shadow: 2px 3px 12px rgb(0 0 0 / 30%);
        transform: translateY(-6px);
        transition: .25s all cubic-bezier(0.57, 0.15, 0.8, 0.95);
    }

    .PersonnelList_item p {
        padding: 10px;
    }

    .PersonnelList_item b {
        color: #787878;
        display: block;
        font-size: 14px;
        text-shadow: -1px 2px 8px #00000061;
    }

    .PersonnelList_item span {
        font-size: 14px;
        letter-spacing: inherit;
    }



.aboutFartakPersonnel_bg-color {
    z-index: 1;
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.4);
}
.singlePage_BodyContainer--box--aboutFartakPersonnel {
    position: relative;
    background-image: url('/img/SinglePages/personel paeen.jpg');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    /*background: #14021f;*/
    /*filter:;*/
    text-align: center;
    color: white;
    padding: 30px;
    margin: 0;
    margin-bottom: -20px;
}


.overall-Personnel-Details {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}

    .overall-Personnel-Details .overall-Personnel-Details__item {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

        .overall-Personnel-Details .overall-Personnel-Details__item i {
            display: grid;
            font-size: 50px;
            /*color: white;*/ /* #edd31e */
            margin-bottom: 15px;
        }

        .overall-Personnel-Details .overall-Personnel-Details__item span {
            color: #f7e61d;
        }

        .overall-Personnel-Details .overall-Personnel-Details__item p {
            color: white;
        }

.aboutFartakPersonnel__header {
    margin-bottom: 30px;
}
@media only screen and (max-width: 600px) {
    .overall-Personnel-Details {
        display: flex;
        flex-direction: column;
        justify-content: space-evenly;
    }

        .overall-Personnel-Details .overall-Personnel-Details__item {
            margin: 15px;
        }

    .PersonnelList_item {
        margin: 10px
    }
    .singlePage_BodyContainer--box {
        width: 99%;
    }
}


@media only screen and (max-width: 400px) {
    .PersonnelList_item {
        max-width: 141px;
    }
    .PersonnelList_item {
        margin: 5px;
    }
}




.ScrollToTop {
    position: fixed;
    bottom: 25px;
    left: 25px;
    background: rgb(3 78 162 / 70%);
    cursor: pointer;
    color: white;
    z-index: 9999999999;
    padding: 6px 12px;
    border-radius: 50px;
    box-shadow: 0 0 10px rgb(0 0 0 / 26%);
    display: none;
}

    .ScrollToTop:hover {
        background: rgb(3 78 162 / 100%);
    }

    .ScrollToTop i {
        font-size: 18px;
    }