﻿:root {
    --OneColor: #00642e;
    --TwoColor: #3face1;
    --TreeColor: rgba(0, 0, 0, 0.05);
    --FourColor: black;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    direction: rtl;
    font-family: 'IRANSansWeb';
}

body {
    background-color: white;
    color: black;
    text-align: right;
}

.page {
    padding: 0;
    display: block !important;
}

a {
    text-decoration: none !important;
    outline: hidden;
}

    a:hover {
        color: var(--TwoColor);
    }

.header .bg-warp {
    background: var(--OneColor) !important;
    padding: 0.5em;
    position: relative;
    z-index: 0;
    color: white;
}

.header a {
    color: #fff;
    padding: 1em;
}

.bg-warp-befor {
    position: absolute;
    top: 0;
    right: -39px;
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 40px 40px 0 0;
    border-color: var(--OneColor) transparent transparent transparent;
    z-index: -1;
}

.bg-warp-after {
    position: absolute;
    top: 0;
    left: -39px;
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 40px 40px;
    border-color: transparent transparent var(--OneColor) transparent;
    z-index: -1;
}


.LtrDiv {
    direction: ltr !important;
    text-align: left;
}

.NavTopLogo {
    text-align: center;
}

    .NavTopLogo img {
        width: 100%;
    }

.NavTopLogo-brand {
    color: var(--FourColor);
    font-weight: bold;
    font-size: 4em;
    font-family: 'Times New Roman';
}

.NavTop ul {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    margin: auto !important;
    display: flex;
    list-style: none;
}

.NavTop li {
}

    .NavTop li a {
        padding-top: 2.3rem;
        padding-bottom: 2.3rem;
        padding-left: 18px;
        padding-right: 18px;
        font-weight: 700;
        color: var(--FourColor);
        position: relative;
        text-transform: uppercase;
        opacity: 1 !important;
        display: block;
    }

.NavTop .NavTopActive {
    color: var(--OneColor);
}

.NavTop a:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    bottom: 0px;
    left: 0;
    background-color: var(--OneColor);
    visibility: hidden;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
    z-index: -1;
}

.NavTop li a:hover {
    color: var(--OneColor) !important;
}

    .NavTop li a:hover:before {
        visibility: visible;
        background-color: var(--OneColor);
        -webkit-transform: scaleX(1);
        -ms-transform: scaleX(1);
        transform: scaleX(1);
    }

.NavTop .NavTopActive:before {
    visibility: visible;
    background-color: var(--OneColor);
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
}

.Slider {
    width: 100%;
    height: 20em;
    position: relative;
    overflow: hidden;
}

.SliderBox {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

    .SliderBox h3 {
        text-align: center;
        color: var(--OneColor);
        font-weight: bold;
        font-size: 1.5em;
    }

    .SliderBox p {
        text-align: center;
        color: white;
        font-weight: bold;
        font-size: 1.5em;
    }

    .SliderBox div {
        background-color: rgba(0, 0, 0, 0.5);
        padding: 0.5em;
        bottom: 0;
        position: absolute;
        left: 0;
        right: 0;
    }

.d-Info {
    position: relative;
    padding: 2em 0;
}

    .d-Info img {
        width: 100%;
    }

    .d-Info small {
        display: block;
        font-weight: bold;
        color: var(--OneColor);
        font-size: 1em;
        padding: 1em 0;
    }

    .d-Info strong {
        display: block;
        font-weight: bold;
        color: var(--FourColor);
        font-size: 1.3em;
        line-height: 1.8em;
        padding-bottom: 1em;
        text-align: justify;
    }

    .d-Info p {
        line-height: 1.8em;
        text-align: justify;
        font-size: 1.1em;
    }

    .d-Info h4 {
        background-color: var(--OneColor);
        padding: 1em;
        border-radius: 2em;
        color: white;
        font-weight: bold;
    }

    .d-Info .InfoTwoPic {
        -webkit-box-shadow: -20px 25px 56px -22px rgba(0, 0, 0, 0.38);
        -moz-box-shadow: -20px 25px 56px -22px rgba(0, 0, 0, 0.38);
        box-shadow: -20px 25px 56px -22px rgba(0, 0, 0, 0.38);
        width: 80%;
    }

#InfoTwoPic2 {
    position: absolute;
    top: 15em;
    left: 2em;
    width: 80%;
    z-index: -1;
}

.d-Settings {
    position: relative;
    padding: 4em 0 2em 0;
    background-color: var(--TreeColor);
}

    .d-Settings img {
        width: 100%;
    }

    .d-Settings small {
        display: block;
        font-weight: bold;
        color: var(--OneColor);
        font-size: 1.5em;
        padding: 1em 0 0.5em 0;
    }

    .d-Settings strong {
        display: block;
        font-weight: bold;
        color: var(--FourColor);
        font-size: 1.3em;
        line-height: 1.8em;
        padding-bottom: 1em;
        text-align: justify;
    }

    .d-Settings p {
        line-height: 1.8em;
        text-align: justify;
        font-size: 1.1em;
    }

    .d-Settings .icon {
        top: -30px;
        right: -30px;
        line-height: 1.3;
        position: absolute;
        z-index: -1;
        border-radius: 50%;
    }

        .d-Settings .icon span {
            font-size: 80px;
            color: #e6e6e6;
        }

.d-talk {
    position: relative;
    padding: 2em 0;
    background-color: var(--TwoColor);
    text-align: center;
}

    .d-talk p {
        color: white;
        font-size: 1.5em;
        text-align: center;
        font-weight: bold;
    }


.d-blog {
    position: relative;
    padding: 20em 0 2em 0;
}

    .d-blog img {
        width: 100%;
    }

    .d-blog p {
        text-align: center;
        font-size: 1.2em;
    }

    .d-blog b {
        text-align: center;
        display: block;
        color: var(--OneColor);
        font-weight: bold;
        font-size: 1.5em;
    }

    .d-blog .col-md-4 {
        padding: 2em 0.5em;
    }

    .d-blog small {
        color: silver;
        display: block;
        padding: 0.5em;
    }

    .d-blog strong {
        color: var(--FourColor);
        display: block;
    }

.footer {
    background-color: var(--OneColor);
    color: white;
    margin-bottom: -1em;
}

    .footer p {
        text-align: center;
        padding: 0 1em 2em 1em;
    }

    .footer ul {
        list-style: none;
        padding: 1em;
        width: 100%;
        text-align: center;
    }

    .footer li {
        display: inline;
        padding: 1em;
    }

    .footer a {
        display: inline-block;
        color: white;
        padding-top: 2em;
    }

.PubHeader {
    background-image: url('header.jpg');
    height: 400px;
    position: relative;
}

.overlys {
    position: absolute;
    background-color: var(--OneColor);
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    opacity: 0.6;
    z-index: 0;
}

.PubHeader ul {
    display: flex;
    list-style: none;
    padding: 15em 2em 0 0;
}

.PubHeader li {
    padding: 0 0.5em;
    color: white;
    position: relative;
    z-index: 9;
}

.PubHeader a {
    color: white;
}

.PubHeader h3 {
    color: white;
    z-index: 99999;
    position: relative;
    padding: 0 1.3em;
    font-size: 2em;
    font-weight: bold;
}

.info-wrap {
    color: white;
    padding: 2em;
    background-color: var(--OneColor);
}

    .info-wrap .dbox .icon span {
        font-size: 20px;
        color: #fff;
    }

    .info-wrap .dbox .icon {
        width: 50px;
        height: 50px;
        border-radius: 50%;
        border: 2px solid rgba(255, 255, 255, 0.2);
    }

    .info-wrap a {
        color: white;
    }

    .info-wrap .dbox {
        width: 100%;
        color: rgba(255, 255, 255, 0.8);
        margin-bottom: 25px;
    }

        .info-wrap .dbox .text {
            width: calc(100% - 50px);
        }

        .info-wrap .dbox p {
            margin-bottom: 0;
            margin-right: 0.5em;
        }

            .info-wrap .dbox p span {
                font-weight: 500;
                color: #fff;
            }

.BaseTop {
    width: 100%;
    max-width: 100%;
    overflow: hidden;
}

.TopFaq {
    padding: 0.5em;
}

    .TopFaq h3 {
        text-align: center;
        background-color: var(--TreeColor);
        padding: 0.3em;
        color: var(--OneColor);
        -moz-border-radius: 1em 1em 0 0;
        -webkit-border-radius: 1em 1em 0 0;
        border-radius: 1em 1em 0 0;
        font-weight: bold;
        font-size: 1.5em;
    }

    .TopFaq .d-blog {
        max-height: 20em;
        overflow-y: scroll;
        padding: 0;
    }

    .TopFaq dt {
        font-weight: 700;
        padding: 0.5em 0;
        cursor: pointer;
        border-bottom: 1px solid var(--TreeColor);
    }

    /* width */
    .TopFaq .d-blog::-webkit-scrollbar {
        width: 5px;
    }

    /* Track */
    .TopFaq .d-blog::-webkit-scrollbar-track {
        background: #f1f1f1;
    }

    /* Handle */
    .TopFaq .d-blog::-webkit-scrollbar-thumb {
        background: var(--TreeColor);
    }

        /* Handle on hover */
        .TopFaq .d-blog::-webkit-scrollbar-thumb:hover {
            background: white;
        }

.modal-title {
    color: var(--OneColor);
    font-weight: bold;
}