
@font-face {
    font-family: Vazirmatn;
    src: url('/Assets/font/vazirmatn/Vazirmatn-Thin.woff2') format('woff2');
    font-weight: 100;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: Vazirmatn;
    src: url('/Assets/font/vazirmatn/Vazirmatn-ExtraLight.woff2') format('woff2');
    font-weight: 200;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: Vazirmatn;
    src: url('/Assets/font/vazirmatn/Vazirmatn-Light.woff2') format('woff2');
    font-weight: 300;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: Vazirmatn;
    src: url('/Assets/font/vazirmatn/Vazirmatn-Regular.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: Vazirmatn;
    src: url('/Assets/font/vazirmatn/Vazirmatn-Medium.woff2') format('woff2');
    font-weight: 500;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: Vazirmatn;
    src: url('/Assets/font/vazirmatn/Vazirmatn-SemiBold.woff2') format('woff2');
    font-weight: 600;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: Vazirmatn;
    src: url('/Assets/font/vazirmatn/Vazirmatn-Bold.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: Vazirmatn;
    src: url('/Assets/font/vazirmatn/Vazirmatn-ExtraBold.woff2') format('woff2');
    font-weight: 800;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: Vazirmatn;
    src: url('/Assets/font/vazirmatn/Vazirmatn-Black.woff2') format('woff2');
    font-weight: 900;
    font-style: normal;
    font-display: swap
}




* {
    font-family: Vazirmatn;
}
body {
    font-family: Vazirmatn;
    font-size: .875rem;
}
.bodyBg {
            background-image: url('https://sardaran.fatehweb.ir/Assets/template/SardaranTemplate/img/bg-sardaran.jpg') !important;
            background-size: contain;
        }
.header {
    background: #6E6E6E url(./../img/img03.jpg) top left no-repeat;
}

.header-top {
    border: solid 1px #7E7E7E;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    min-height: 100px;
}

.navbarTheme {
    background: #209D9D repeat-x top left;
    border-top: solid 1px #5AD7D7;
    border-bottom: solid 1px #1C7575;

}

    .navbarTheme .nav-link {
        color: #f8f9fa;
        text-shadow: 0 1px 1px #209d9d;
        font-size: 0.965rem;
    }
.navbarTheme .nav-link:hover {
    font-weight: bold;
}

    footer {
        background: #6E6E6E url(./../img/img03.jpg) top left no-repeat;
        border: solid 1px #7E7E7E;
        color: #DCDCDC;
        border-bottom-left-radius: 5px;
        border-bottom-right-radius: 5px;
        text-shadow: 0 1px 1px #444444;
    }

.social-icon {
    color: #d9d9d9;
    padding-right: 0.5rem;
    font-size: 1.4rem;
}
    .social-icon:hover {
        color: #1C7575;
    }

.trusts>a>img {
    width: 50px;
}

.list-group-item-bg-custom-light {
    background-color: #f8f9fa;
}