﻿:root {
    --av-body-color: #666565;
    --av-color1: #ff8c00;
    --av-color2: #1f8efa;
}

html[dir=rtl] body {
    font-family: PersianFont !important;
    background-color: #ffffff;
    color: var(--av-body-color);
}
html[dir=ltr] body {
    background-color: #ffffff;
    color: var(--av-body-color);
}

::-ms-clear {
    display: none;
}


/* -------: Brand Colors - START :------- */

.bg-c1 {
    background: #ff8c00;
}

.bg-c2 {
    background: #1f8efa;
}

.bg-c3 {
    background: #666565;
}

.brand-color1 {
    color: var(--av-color1) !important;
}

.brand-bgcolor1 {
    background-color: var(--av-color1) !important;
}

.brand-bgcolor1-light {
    background-color: #ff8c000c !important;
}

.brand-color2 {
    color: var(--av-color2) !important;
}

.brand-bgcolor2 {
    background-color: var(--av-color2);
}

.brand-color-set1 {
    background-color: var(--av-color2);
    color: #fff;
}

.bg-brand-glass10 {
    background-color: rgba(20,20,43,.1)
}

.bg-brand-glass20 {
    background-color: rgba(20,20,43,.2)
}

.bg-brand-glass30 {
    background-color: rgba(20,20,43,.3)
}

.bg-brand-glass40 {
    background-color: rgba(20,20,43,.4)
}

.bg-brand-glass50 {
    background-color: rgba(20,20,43,.5)
}

.bg-brand-glass60 {
    background-color: rgba(20,20,43,.6)
}

.bg-brand-glass70 {
    background-color: rgba(20,20,43,.7)
}

.bg-brand-glass80 {
    background-color: rgba(20,20,43,.8)
}

.bg-brand-glass90 {
    background-color: rgba(20,20,43,.9)
}

.bg-c1-o10 {
    background-color: rgba(255,140,0,.1)
}

.bg-c1-o20 {
    background-color: rgba(255,140,0,.2)
}

.bg-c1-o30 {
    background-color: rgba(255,140,0,.3)
}

.bg-c1-o40 {
    background-color: rgba(255,140,0,.4)
}

.bg-c1-o50 {
    background-color: rgba(255,140,0,.5)
}

.bg-c1-o60 {
    background-color: rgba(255,140,0,.6)
}

.bg-c1-o70 {
    background-color: rgba(255,140,0,.7)
}

.bg-c1-o80 {
    background-color: rgba(255,140,0,.8)
}

.bg-c1-o90 {
    background-color: rgba(255,140,0,.9)
}

.bg-c2-o10 {
    background-color: rgba(112,112,112,.1)
}

.bg-c2-o20 {
    background-color: rgba(112,112,112,.2)
}

.bg-c2-o30 {
    background-color: rgba(112,112,112,.3)
}

.bg-c2-o40 {
    background-color: rgba(112,112,112,.4)
}

.bg-c2-o50 {
    background-color: rgba(112,112,112,.5)
}

.bg-c2-o60 {
    background-color: rgba(112,112,112,.6)
}

.bg-c2-o70 {
    background-color: rgba(112,112,112,.7)
}

.bg-c2-o80 {
    background-color: rgba(112,112,112,.8)
}

.bg-c2-o90 {
    background-color: rgba(112,112,112,.9)
}

.bg-effect1 {
    background-image: linear-gradient(to bottom, #ffffff, #f7f7f7, #eeeeee, #e6e6e6, #dedede, #dedede, #dedede, #dedede, #e6e6e6, #eeeeee, #f7f7f7, #ffffff);
}
/* -------: Brand Colors - END :------- */



/* Padding High Y */
.phy-1 {
    padding-top: 4rem;
    padding-bottom: 4rem;
}

.phy-2 {
    padding-top: 5rem;
    padding-bottom: 5rem;
}

.phy-3 {
    padding-top: 6rem;
    padding-bottom: 6rem;
}

.phy-4 {
    padding-top: 7rem;
    padding-bottom: 7rem;
}

.phy-5 {
    padding-top: 8rem;
    padding-bottom: 8rem;
}

/* -------: Reboot Class :------- */
input[type="text"], input[type=checkbox], input[type="password"], select, option, textarea {
    padding-bottom: 0 !important; /*need for dropdown and text same height*/
    font-family: PersianFont;
    /*border: 0px !important;*/ /*overwrite bootstrap*/
    /*border-bottom: 3px solid #eee !important;*/
    /*border-radius: 0px !important;*/ /*overwrite bootstrap*/
    transition: 500ms;
    /*background-color: #fbfbfb !important;*/
}

    input[type="text"]:focus, input[type=checkbox]:focus, input[type="password"]:focus, select:focus, option:focus, textarea:not(.cke_source):focus,
    input[type="text"]:focus:hover, input[type=checkbox]:focus:hover, input[type="password"]:focus:hover, select:focus:hover, option:focus:hover, textarea:not(.cke_source):focus:hover {
        /*box-shadow: 0px 1px 3px 1px rgba(0, 0, 0, 0.4);
        border-bottom: 3px solid #1f8efa !important;*/
        font-family: PersianFont;
        /*background-color: #fcf8a7 !important;*/
        transition: 100ms;
    }

    input[type="password"]:focus {
        transition: 100ms;
    }

input[type="tel"]:focus, input[type="email"]:focus {
    background-color: #fcf8a7 !important;
    transition: 100ms;
}

/* remove spin button of text box on chrome when type of text box is number */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type="number"] {
    -moz-appearance: textfield;
}

html[dir=rtl] h1, html[dir=rtl] h2, html[dir=rtl] h3, html[dir=rtl] h4, html[dir=rtl] h5, html[dir=rtl] h6,
html[dir=rtl] .h1, html[dir=rtl] .h2, html[dir=rtl] .h3, html[dir=rtl] .h4, html[dir=rtl] .h5, html[dir=rtl] .h6 {
    font-family: HeadingFont !important;
}

h1, .h1 {
    font-size: 2.0rem;
    line-height: 2.5rem;
    font-weight: 400;
}

h2, .h2 {
    font-size: 1.8rem;
    line-height: 2.3rem;
    font-weight: 500;
}

h3, .h3 {
    font-size: 1.6rem;
    line-height: 2.1rem;
    font-weight: 600;
}

h4, .h4 {
    font-size: 1.4rem;
    line-height: 1.9rem;
    font-weight: 700;
}

h5, .h5 {
    font-size: 1.2rem;
    line-height: 1.7rem;
    font-weight: 800;
}

h6, .h6 {
    font-size: 1.0rem;
    line-height: 1.5rem;
    font-weight: 900;
}

ol {
    list-style: inside;
}
/* -------: Reboot Class :------- */


/* -------: Required Class :------- */
.required, .data-has-error {
    border-right: 3px solid #dc3545;
    background-color: #fdf5f6;
}

    .required:focus {
        border-right: 3px solid #dc3545;
    }

.required-filled, .data-has-sccuess {
    border-right: 3px solid #28a745;
    background-color: #f4fbf6;
}

    .required-filled:focus {
        border-right: 3px solid #28a745;
    }

.data-has-warning {
    border-right: 3px solid #ffc107;
    background-color: #fbfbf4;
}
/* -------: Required Class :------- */


/* -------: Top Menu - START :------- */
.av-top-menu {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9999;
    transition: 500ms;
    /*padding: 0.4rem;*/
    background-color: #fff2;
    backdrop-filter: blur(20px);
    box-shadow: 0 0 4px 0 rgba(0,0,0,.25);
}
/* -------: Top Menu - END :------- */


/* -------: MasterPage Footer - START :------- */
.mainFooter {
    /*background: #292b30 url(../../Asset/img/portal/background/footer.svg) no-repeat center;*/
    background: #292b30;
    clear: both;
    color: #fff;
    overflow: hidden;
}

    .mainFooter > div > a {
        color: #ddd !important;
    }

    .mainFooter h2 {
        padding-bottom: 1rem;
    }

    .mainFooter > nav {
        padding: 5px 20px;
        font-size: 1.1em;
        box-sizing: border-box;
    }

    .mainFooter a {
        text-decoration: none;
    }

    .mainFooter .menuitem {
        list-style: none;
        margin: 0 !important;
    }

        .mainFooter .menuitem li a {
            display: block;
            color: #ddd;
            border-radius: 5px;
            transition-duration: 600ms;
        }

            .mainFooter .menuitem li a:hover {
                background-color: #1f8efa;
                color: #ddd;
                padding-right: 10px;
                transition-duration: 300ms;
            }

            .mainFooter .menuitem li a img {
                width: 32px;
                margin-left: 0.5rem;
                border-radius: 3px;
                border: 1px solid #fff;
                box-shadow: 0 0 5px 1px rgba(0,0,0,0.4);
                margin-bottom: 5px;
            }

@media (max-width: 575.98px) {
    .mainFooter {
        padding-bottom: 4rem;
    }
}
/* -------: MasterPage Footer - END :------- */


/* -------: GridView - START :------- */
/*remove gridview default select button*/
.table-nofirstcol > tbody > tr:not(.gvrow-pager) > td:first-child, .table-nofirstcol > tbody > tr > th:first-child {
    width: 0px;
    display: none;
}

.table-pointer {
    cursor: pointer;
}

.gvrow-header {
    font-weight: bold;
    border-bottom: #14142b 2px solid;
    padding-top: 4px;
    padding-bottom: 4px;
    height: 35px;
    text-align: right;
    cursor: default !important;
}

    .gvrow-header:hover {
        background-color: transparent !important;
    }

    .gvrow-header th {
        text-align: right;
        padding: 0.4rem 0.5rem;
    }

.ltrtext .gvrow-header th {
    text-align: left !important;
}

.gvcell-button {
    width: 24px;
    padding: 1px;
    background-color: #34489E;
    text-align: center;
    vertical-align: middle;
}

.gvrow-selected {
    background-color: #aaccee;
    color: #000;
}

.gvrow-edit {
    background-color: #dda;
}

.gvrow-empty {
    color: #34489E;
    background-color: #ffc;
    min-height: 2rem;
    border: #14142b 2px solid;
}

    .gvrow-empty td {
        width: 100% !important;
        display: block !important;
    }

.gvrow-footer {
    background-color: #14142b;
    color: #fff;
    font-weight: bold;
    font-size: 1.1em;
}

.gvrow-command {
    background-color: #14142b;
}

.gvrow-pager {
    background-color: #14142b;
    color: #fff;
    text-align: center;
    font-size: 1.1em;
}

    .gvrow-pager a {
        color: #fff !important;
        text-decoration: underline;
    }

    .gvrow-pager span {
        color: #aaa !important;
    }

    .gvrow-pager:hover {
        background-color: #14142b !important;
        cursor: default !important;
    }
/*.gvrow-pager>td{width:100% !important;display:block !important;}*/

.gvrow-odd {
    background-color: #f4f3ef;
}

.gvrow-even {
    background-color: #fff;
}

.gvrow-odd:hover {
    background-color: #4B5B7C;
    color: #fff;
}

.gvrow-even:hover {
    background-color: #4B5B7C;
    color: #fff;
}
/* -------: GridView - END :------- */


/* -------: TextArea - START :------- */
.autosize-textarea {
    max-height: 250px;
}

.autosize-textarea-tall {
    max-height: 300px;
    min-height: 200px;
}
/* -------: TextArea - END :------- */


/* -------: grid view (Master - Master-Details Layout) - START :------- */
.av-data-list {
    box-shadow: 0 5px 7px 1px rgba(0,0,0,0.2);
    border: 2px solid #fff;
}

    .av-data-list > div > div.row {
        padding: 0.25rem;
        box-sizing: border-box;
        vertical-align: bottom;
    }

        .av-data-list > div > div.row > div:first-child {
            padding-top: 0.25rem;
        }

        .av-data-list > div > div.row > div:not(:first-child):not(:last-child) {
            padding-left: 0.15rem;
            padding-right: 0.15rem;
        }

        .av-data-list > div > div.row > div:last-child:not(:first-child) {
            padding-right: 0.15rem;
        }
/* -------: grid view (Master - Master-Details Layout) - END :------- */


/* -------: form view (Details - Master-Details Layout) - START :------- */
.av-data-item {
    margin-bottom: 1rem;
    box-shadow: 0 5px 7px 1px rgba(0,0,0,0.2);
}
/* -------: form view (Details - Master-Details Layout) - END :------- */

/* -------: Page Cover - START :------- */
.cover-default, .cover-aboutus {
    height: 120px;
    background-size: cover;
    position: relative;
    background-position: center center;
}

.cover-default {
    background-image: url("../../Asset/img/portal/deco/celebration1.svg");
}

.pattern {
    height: 60rem !important;
    background-size: cover;
    position: relative;
    background-position: center center;
}

@media (max-width: 575.98px) {
    .pattern {
        height: 130rem !important;
        width: 100%;
    }
}

.pattern1 {
    background-image: url("../../Asset/img/portal/background/pattern6.jpg");
}

.pattern2 {
    background-image: url("../../Asset/img/portal/background/pattern4.jpg");
    background-position: center;
    background-size: cover;
    position: relative;
}
/*.cover-aboutus  {background-image: url("../../Asset/img/portal/pagecover/bg3.jpg");}*/
/* -------: Page Cover - END :------- */

/* :-------:-------: Special Class Style :: START :-------:-------: */
/*used for admin content top margin*/
.float-opposite-dir {
    float: left;
}

.content-top-margin {
    margin-top: 7rem; /* calculate based on navbar height */
}

.kbd-en, .en {
    font-family: Arial, Tahoma, Verdana !important;
}

.page-title {
    margin-top: 3rem;
}

    .page-title > i {
        color: #1f8efa;
    }

    .page-title > h2 {
        display: inline-block;
    }

    .page-title > p {
        display: block;
        padding-right: 1rem;
    }

.photo-thumbnail {
    border: 1px solid #fff;
    box-shadow: 0 0 1px 2px #333;
    border-radius: 3px;
    max-width: 100%;
    max-height: 20rem;
}

.section-default {
    margin: 4rem 0;
}


.fixed-bg {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    opacity: 0.75;
    z-index: -1;
}

.bg-1 {
    background: #fff url(../../Asset/img/portal/background/bg1.jpg) no-repeat content-box;
    background-position: center;
    background-size: cover;
    min-height: 400px;
}

.bg-2 {
    background: #fff url(../../Asset/img/portal/background/bg2.jpg) no-repeat content-box;
    background-position: center;
    background-size: cover;
    min-height: 400px;
    background-position-y: top;
}

/* Page Style */
.readable {
    line-height: 2;
    text-align: justify;
    text-justify: kashida;
}

.reading-col {
    text-align: justify;
    text-justify: kashida;
}

    .reading-col:nth-child(odd) {
        padding: 1rem 2rem 1rem 1rem;
    }

    .reading-col:nth-child(even) {
        padding: 1rem 1rem 1rem 2rem;
    }

    .reading-col > h2, .post-text > h2 {
        color: var(--av-color1);
    }

        .reading-col > h2:before, .post-text > h2:before {
            color: var(--av-color1);
            content: "\f10c";
            font-family: FontAwesome;
            margin-left: 0.7rem;
            font-size: 0.6em;
        }

    .reading-col > h3, .post-text > h3 {
        color: var(--av-color1);
    }

        .reading-col > h3:before, .post-text > h3:before {
            color: var(--av-color1);
            content: "\f111";
            font-family: FontAwesome;
            margin-left: 0.6rem;
            font-size: 0.7em;
            vertical-align: bottom;
        }

@media (max-width: 575px) {
    .reading-col {
        padding: 1rem 2rem !important;
    }
}

.img-deco {
    width: 100%;
    margin: 2rem 0.2rem;
    border: 0.1rem solid #fff;
    border-radius: 5px;
    box-shadow: 0 5px 7px 1px rgba(0,0,0,0.2);
}

.img-deco2 {
    width: 100%;
    height: inherit;
    border-radius: 15px 15px 0px 0px;
}

.img-deco-effect1 {
    max-width: 100%;
    border: 0.1rem solid rgba(67, 103, 203,0.2);
    border-radius: 5px;
    box-shadow: 0 0 10px 1px rgba(0,0,0,0.1);
}

.img-deco-effect2 {
    filter: grayscale(90%);
}

    .img-deco-effect2:hover {
        transition: 1.5s;
        filter: grayscale(20%);
    }

/* POST STYLE */
/* some class are equal with reading-col, check before change */
.post-header {
    padding: 0.2rem 2rem;
    color: #707070;
}

.post-content {
    margin-top: 1rem;
}

.post-text {
    text-align: justify;
}

    .post-text ul {
        list-style-position: inside;
        margin-right: 1rem;
    }

.post-photo {
    border-radius: 5px;
    margin-top: 1rem;
    border: 3px solid #fff;
    box-shadow: 0 5px 7px 1px rgba(0,0,0,0.2);
}

.post-file {
    border-radius: 5px;
    margin-top: 1rem;
}

.post-footer {
    /*background-color: #14142b;*/
    padding: 0.2rem 2rem;
    margin-top: 1rem;
    color: #1f8efa;
}


/* End : Page Style */


/* public link, inline link */
.p-link, .i-link {
    transition: 400ms;
}

    .p-link:hover {
        text-decoration: none;
        color: #1f8efa;
        transition: 400ms;
    }

    .i-link:hover {
        color: #1f8efa;
        transition: 400ms;
    }

    .p-link:before {
        content: '\f0a8';
        font-family: FontAwesome;
        margin-left: 0.35rem;
        vertical-align: bottom;
    }

/*  Pseudo Button */
.pseudobtn {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.25rem;
}

.pseudobtn-outline-brand {
    color: #edf2f9;
    border-color: #edf2f9;
}

.pseudobtn-outline-primary {
    color: #007bff;
    border-color: #007bff;
}

.pseudobtn-outline-secondary {
    color: #6c757d;
    border-color: #6c757d;
}

.pseudobtn-outline-success {
    color: #28a745;
    border-color: #28a745;
}

.pseudobtn-outline-danger {
    color: #dc3545;
    border-color: #dc3545;
}

.pseudobtn-outline-warning {
    color: #ffc107;
    border-color: #ffc107;
}

.pseudobtn-outline-info {
    color: #17a2b8;
    border-color: #17a2b8;
}

.pseudobtn-outline-light {
    color: #f8f9fa;
    border-color: #f8f9fa;
}

.pseudobtn-outline-dark {
    color: #343a40;
    border-color: #343a40;
}
/* ------------------------------------------------------------------------------------------------------------- */
/* Header Element Class - SPECIAL FOR ITTs                                                                  */
/* Relative font size for headers (h1, h2, ...)                                                                  */
/* ------------------------------------------------------------------------------------------------------------- */



/* End Brand Button Pezhvak */
.card-effect1 {
    margin: 30px auto;
    width: 93%;
    height: 90%;
    border-radius: 15px;
    /*box-shadow: 3px 3px 10px 30px rgba(0,0,0,0.05);*/
    cursor: pointer;
    transition: 0.5s;
    background-color: #fff !important;
    border: 0.3px solid #e4e4e4;
}

    .card-effect1:hover {
        transform: scale(0.92, 0.92);
        box-shadow: 1px 1px 25px 5px rgba(0,0,0,0.1);
        border-bottom: 5px solid #FF8C0088 !important;
    }

        .card-effect1:hover hr {
            transition: 0.8s;
            border-bottom: 2px solid #0000008b !important;
            transition: 1.5s;
        }

        .card-effect1:hover .img-deco-effect2 image {
            transition: 1.5s !important;
            -webkit-filter: grayscale(100%) !important; /* Safari 6.0 - 9.0 */
            filter: grayscale(100%) !important;
        }

.hrbr {
    transition: 0.6s;
    border-bottom: 3px solid #FF8C00 !important;
}

.video-player video {
    width: 100%;
    max-width: 100%;
    border-radius: 15px;
}

.box-brand1 {
    position: relative;
    display: block;
    background-color: #fafafa;
    padding: 25px 25px 25px 25px;
    margin-top: 0px;
    z-index: 2;
    border-radius: 15px;
    border: 0.3px solid #e4e4e4;
}

.box-brand2 {
    box-shadow: inset -5px -5px 9px #ffffff55, inset 5px 5px 9px #00000033;
    background: #fff;
    border-radius: 20px;
    padding: 2rem;
    margin: 0px;
    border: 1px solid #e2e2e2;
}

.box-brand3 {
    box-shadow: inset -5px -5px 9px #ffffff55, inset 5px 5px 9px #00000033;
    background: #292B30;
    border-radius: 20px;
    padding: 2rem;
    margin: 0px;
    border: 1px solid #e2e2e2;
}


/* ------------------------------- Social Media Footer :: START ------------------------------- */
.social-btns {
    height: 90px;
    margin: auto;
    font-size: 0;
    text-align: center;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

    .social-btns .btn {
        display: inline-block;
        width: 70px;
        height: 70px;
        line-height: 70px;
        margin: 0 10px;
        text-align: center;
        position: relative;
        overflow: hidden;
        border-radius: 28%;
        opacity: 0.99;
    }

        .social-btns .btn:before {
            content: '';
            width: 120%;
            height: 120%;
            position: absolute;
            transform: rotate(45deg);
        }

        .social-btns .btn,
        .social-btns .btn:before,
        .social-btns .btn .fa {
            transition: all 0.35s;
            transition-timing-function: cubic-bezier(0.31, -0.105, 0.43, 1.59);
        }

            .social-btns .btn:before {
                top: 90%;
                left: -110%;
            }

            .social-btns .btn .fa {
                font-size: 50px;
                transform: scale(0.8);
                padding-top: 5px;
                color: #fff;
            }

            .social-btns .btn.instagram:before {
                background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%);
            }

            .social-btns .btn.twitter:before {
                background-color: #3cf;
            }

            .social-btns .btn.linkedin:before {
                background-color: #0A66C2;
            }

            .social-btns .btn.telegram:before {
                background-color: #2AABEE;
            }

            .social-btns .btn.whatsapp:before {
                background-color: #25d165;
            }

            .social-btns .btn:focus:before,
            .social-btns .btn:hover:before {
                top: -10%;
                left: -10%;
            }

            .social-btns .btn:focus .fa,
            .social-btns .btn:hover .fa {
                color: #fff;
                transform: scale(1);
            }
/* ------------------------------- Social Media Footer ::  END  ------------------------------- */


/* ------------------------------- BUTTONS :: START ------------------------------- */
.btn-brand {
    color: #fff;
    background-color: #000;
    border-radius: 5rem;
    padding-left: 3rem;
    padding-right: 3rem;
    padding-bottom: 0.5rem !important;
    padding-top: 0.5rem !important;
    transition: background-image 1.5s ease-in-out !important;
    font-weight: 700;
    font-size: 18px;
}

    .btn-brand:hover {
        color: #fff;
        background-color: #7a7a7a;
    }

    .btn-brand:focus, .btn-brand.focus {
        box-shadow: 0 0 0 0.2rem #7a7a7a77;
    }

    .btn-brand.disabled, .btn-brand:disabled {
        color: #fff;
        background-color: #30bced;
        border-color: #30bced;
    }

    .btn-brand:not(:disabled):not(.disabled):active,
    .btn-brand:not(:disabled):not(.disabled).active,
    .show > .btn-brand.dropdown-toggle {
        color: #fff;
        background-color: #7a7a7a;
        border-color: #7a7a7a;
    }

        .btn-brand:not(:disabled):not(.disabled):active:focus,
        .btn-brand:not(:disabled):not(.disabled).active:focus,
        .show > .btn-brand.dropdown-toggle:focus {
            box-shadow: 0 0 0 0.2rem #7a7a7a77;
        }

/*Brand Button Outline */
.btn-outline-brand {
    color: #30bced;
    border-color: #30bced;
    border-radius: 5rem;
    padding-left: 3rem;
    padding-right: 3rem;
    padding-bottom: 0.5rem !important;
    padding-top: 0.5rem !important;
}

    .btn-outline-brand:hover {
        color: #fff;
        background-image: linear-gradient(80deg, rgb(134,217,245),rgb(48,188,237));
        border-color: #30bced;
    }

    .btn-outline-brand:focus, .btn-outline-primary.focus {
        box-shadow: 0 0 0 0.2rem #1f8efa77;
    }

    .btn-outline-brand.disabled, .btn-outline-primary:disabled {
        color: #4AA4FA;
        background-color: transparent;
    }

    .btn-outline-brand:not(:disabled):not(.disabled):active,
    .btn-outline-primary:not(:disabled):not(.disabled).active,
    .show > .btn-outline-primary.dropdown-toggle {
        color: #fff;
        background-color: #30bced;
        border-color: #30bced;
    }

        .btn-outline-brand:not(:disabled):not(.disabled):active:focus,
        .btn-outline-primary:not(:disabled):not(.disabled).active:focus,
        .show > .btn-outline-primary.dropdown-toggle:focus {
            box-shadow: 0 0 0 0.2rem #1f8efa77;
        }

/* Brand Button Pezhvak */
.btn-pezhvak {
    color: #fff !important;
    background-color: #FF8C00;
    border-radius: 2rem;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    padding-bottom: 0.5rem !important;
    padding-top: 0.5rem !important;
    font-size: 1rem !important;
    font-weight: 900;
}

    .btn-pezhvak:hover {
        transition: 800ms;
        color: #fff !important;
        background-image: linear-gradient(80deg, rgb(223,160,2),rgb(223,119,2));
    }

    .btn-pezhvak :focus, .btn-brand.focus {
        box-shadow: 0 0 0 0.2rem #ffbf71;
    }

    .btn-pezhvak .disabled, .btn-brand:disabled {
        color: #fff;
        background-color: #FF8C00;
        border-color: #FF8C00;
    }

    .btn-pezhvak:not(:disabled):not(.disabled):active, .btn-brand:not(:disabled):not(.disabled).active,
    .show > .btn-brand.dropdown-toggle {
        color: #fff;
        background-color: #e67e00;
        border-color: #e67e00;
    }

        .btn-pezhvak:not(:disabled):not(.disabled):active:focus, .btn-brand:not(:disabled):not(.disabled).active:focus,
        .show > .btn-brand.dropdown-toggle:focus {
            box-shadow: 0 0 0 0.2rem #e67e0077;
        }

/* Start Brand Button Pezhvak OutLine */
.btn-outline-pezhvak {
    color: #FF8C00;
    border-color: #FF8C00;
    background-color: #fff;
    border-radius: 5rem;
    padding-left: 2rem;
    padding-right: 2rem;
    padding-bottom: 0rem !important;
    padding-top: 0rem !important;
    font-family: PersianFont;
}

    .btn-outline-pezhvak:hover {
        color: #fff !important;
        background-image: linear-gradient(80deg, rgb(255,183,3),rgb(251,133,0));
        border-color: #FF8C00;
    }

    .btn-outline-pezhvak:focus, .btn-outline-primary.focus {
        box-shadow: 0 0 0 0.2rem #FF8C0077;
    }

    .btn-outline-pezhvak.disabled, .btn-outline-primary:disabled {
        color: #faab4c;
        background-color: transparent;
    }

    .btn-outline-pezhvak:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active,
    .show > .btn-outline-primary.dropdown-toggle {
        color: #fff;
        background-color: #FF8C00;
        border-color: #FF8C00;
    }

        .btn-outline-pezhvak:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus,
        .show > .btn-outline-primary.dropdown-toggle:focus {
            box-shadow: 0 0 0 0.2rem #FF8C0077;
        }

/* Radius */
.btn-pezhvak-rr {
    border-top-right-radius: 2rem;
    border-bottom-right-radius: 2rem;
}

.btn-pezhvak-lr {
    border-top-left-radius: 2rem;
    border-bottom-left-radius: 2rem;
}
/* ------------------------------- BUTTONS ::  END  ------------------------------- */


/* ------------------------------- CLASS USED MEDIA QUERY :: START ------------------------------- */
.font-size-rsp {
    font-size: 0.8em;
    color: #666565;
    font-weight: 400;
    font-size: 0.9rem;
    text-align: justify;
    line-height: 1.8;
}

.font-size-header {
    color: #707070;
}

.p-size-header {
    font-size: 0.8em !important;
    color: #909090;
    font-weight: 600 !important;
    font-size: 0.9rem !important;
    line-height: 1.8 !important;
}

.font-size-d {
    color: #8d8d8d;
    font-weight: 400;
    font-size: 0.9rem;
    text-align: justify;
    line-height: 1.8;
}

.font-size-h {
    font-size: 1em;
    color: #707070;
}

.font-size-h2 {
    font-size: 0.9em;
    font: bold;
    line-height: 1.5rem;
    color: #707070;
}

.margin-header {
}

.section-title {
    flex-grow: 1;
    border-top: 3px solid #FF8C0055;
    margin-bottom: -16px;
    margin-top: -31px;
    margin-right: 140px;
    margin-left: 180px;
}


.img-series1 {
    margin-top: -4rem !important;
    border-radius: 12px !important;
    width: 100%;
}

.img-series2 {
    margin-top: -4rem !important;
    border-radius: 12px !important;
    width: 100%;
}

.section-brand {
    margin-top: 10rem !important;
}

.av-container {
    width: calc(100% - 30px);
    padding-right: calc(1.5rem * 0.5);
    padding-left: calc(1.5rem * 0.5);
    margin-right: 15px;
    margin-left: 15px;
}
/* ------------------------------- CLASS USED MEDIA QUERY ::  END  ------------------------------- */


/* ------------------------------- MEDIA QUERY :: START ------------------------------- */
/* Mobile: Very Small screen */
@media (max-width: 575.98px) {
    .h1-rel {
        font-size: 2.6rem;
        font-weight: 700;
    }

    .h2-rel {
        font-size: 2.5rem;
        font-weight: 700;
    }

    .font-size-rsp {
        font-size: 0.8rem;
    }

    .p-size-header {
        font-size: 1.4rem !important;
    }

    .font-size-d {
        font-size: 0.9rem;
    }

    .font-size-h {
        font-size: 1.0rem;
        font: bold;
        font-weight: 800;
    }

    .font-size-h2 {
        font-size: 1.0rem;
        font-weight: 900;
    }

    .font-size-header {
        font-size: 2.2rem;
        font: bold;
        font-weight: 800;
        line-height: 4rem;
        margin-top: 2rem;
    }

    .margin-header {
        margin-top: 2rem;
        margin-bottom: 3rem;
    }

    .section-title {
        flex-grow: 1;
        border-top: 3px solid #FF8C0099;
        margin-bottom: -45px;
        margin-top: 0px;
        margin-right: 0px;
        margin-left: 0px;
    }

    .img-series1 {
        margin-top: -4rem !important;
        border-radius: 12px !important;
        width: 90%;
    }

    .img-series2 {
        margin-top: 1rem !important;
        padding-bottom: 18rem;
        border-radius: 12px !important;
        width: 90%;
    }

    .img-series1-p {
        margin-top: 31rem !important;
        margin-bottom: -3rem !important;
    }

    .img-series2-p {
        margin-top: 28rem !important;
        margin-bottom: -3rem !important;
    }

    .section-brand {
        margin-top: 5rem !important;
    }
}

/* Phablet: Small Screen */
@media (min-width: 576px) and (max-width: 767.98px) {
    .h1-rel {
        font-size: 2.7rem;
        font-weight: 800;
    }

    .h2-rel {
        font-size: 2.5rem;
        font-weight: 800;
    }

    .font-size-rsp {
        font-size: 0.8rem;
    }

    .p-size-header {
        font-size: 1.4rem !important;
    }

    .font-size-d {
        font-size: 0.9rem;
    }

    .font-size-h {
        font-size: 1.2rem;
        font: bold;
        font-weight: 500;
    }

    .font-size-h2 {
        font-size: 0.95rem;
        font-weight: 800;
    }

    .font-size-header {
        font-size: 3rem;
        font: bold;
        font-weight: 800;
        line-height: 5rem;
    }

    .margin-header {
        margin-top: 3rem;
        margin-bottom: 5rem;
    }

    .section-title {
        flex-grow: 1;
        border-top: 3px solid #FF8C0055;
        margin-bottom: -18px;
        margin-top: -30px;
        margin-right: 210px;
        margin-left: 180px;
    }

    .img-series1 {
        margin-top: -4rem !important;
        border-radius: 12px !important;
        width: 90%;
    }

    .img-series2 {
        margin-top: 1rem !important;
        padding-bottom: 10rem !important;
        width: 80%;
    }

    .img-series1-p {
        margin-top: 33rem !important;
        margin-bottom: -5rem !important;
    }

    .img-series2-p {
        margin-top: 33rem !important;
        margin-bottom: -5rem !important;
    }

    .section-brand {
        margin-top: 5rem !important;
    }
}

/* Tablet: Medium  Screen */
@media (min-width: 768px) and (max-width: 991.98px) {
    .h1-rel {
        font-size: 2.8rem;
        font-weight: 800;
    }

    .h2-rel {
        font-size: 2.6rem;
        font-weight: 800;
    }

    .font-size-rsp {
        font-size: 0.9rem;
    }

    .p-size-header {
        font-size: 1.4rem !important;
    }

    .font-size-d {
        font-size: 1.0rem;
    }

    .font-size-h {
        font-size: 1.5rem;
        font: bold;
        font-weight: 600;
    }

    .font-size-h2 {
        font-size: 0.91rem;
        font-weight: 800;
    }

    .img-series1 {
        margin-top: -3rem !important;
        border-radius: 12px !important;
        width: 100%;
    }

    .img-series2 {
        margin-top: 0rem !important;
        width: 60%;
    }

    .img-series1-p {
        margin-top: 2rem !important;
        margin-bottom: 0rem !important;
    }

    .img-series2-p {
        margin-top: -4rem !important;
        margin-bottom: -4rem !important;
        padding-right: 2rem !important;
    }

    .section-brand {
        margin-top: 7rem !important;
    }
}

/* Monitor: Larg Screen */
@media (min-width: 992px) and (max-width: 1199.98px) {
    .h1-rel {
        font-size: 2.9rem;
        font-weight: 900;
    }

    .h2-rel {
        font-size: 2.7rem;
        font-weight: 900;
    }

    .font-size-rsp {
        font-size: 1.0rem;
    }

    .p-size-header {
        font-size: 1.8rem !important;
    }

    .font-size-d {
        font-size: 0.9rem;
    }

    .font-size-h {
        font-size: 1.3rem;
        font: bold;
        font-weight: 700;
    }

    .font-size-h2 {
        font-size: 0.95rem;
        font-weight: 800;
    }

    .font-size-header {
        font-size: 3rem;
        font-weight: 900;
        line-height: 5rem;
    }

    .margin-header {
        margin-top: 12rem;
        margin-bottom: 7rem;
    }

    .img-series1 {
        margin-top: -5rem !important;
        border-radius: 12px !important;
        width: 75%;
    }

    .img-series2 {
        margin-top: 2rem !important;
        width: 75%;
    }

    .img-series1-p {
        margin-top: -2rem !important;
        margin-bottom: 0rem !important;
    }

    .img-series2-p {
        margin-top: -2rem !important;
        margin-bottom: -3rem !important;
        padding-right: 2rem !important;
    }

    .section-brand {
        margin-top: 10rem !important;
    }
}

/* Monitor: Very Larg Screen */
@media (min-width: 1200px) {
    .h1-rel {
        font-size: 3.0rem;
        font-weight: 900;
    }

    .h2-rel {
        font-size: 2.8rem;
        font-weight: 900;
    }

    .font-size-rsp {
        font-size: 1.0rem;
    }

    .p-size-header {
        font-size: 2.0rem !important;
    }

    .font-size-d {
        font-size: 1.0rem;
    }

    .font-size-h {
        font-size: 1.4rem;
        font: bold;
        font-weight: 800;
    }

    .font-size-h2 {
        font-size: 0.93rem;
        font-weight: 900;
    }

    .font-size-header {
        font-size: 3.2rem;
        font-weight: 900;
        line-height: 5rem;
    }

    .margin-header {
        margin-top: 14rem;
        margin-bottom: 7rem;
    }

    .img-series1 {
        margin-top: -5rem !important;
        border-radius: 12px !important;
        width: 75%;
    }

    .img-series2 {
        margin-top: 0rem !important;
        width: 75%;
    }

    .img-series1-p {
        margin-top: 3rem !important;
        margin-bottom: 0rem !important;
    }

    .img-series2-p {
        margin-top: -1rem !important;
        margin-bottom: 0rem !important;
        padding-right: 3rem !important;
    }

    .section-brand {
        margin-top: 12rem !important;
    }
}

@media (min-width: 1400px) {
    .av-container {
        width: calc(90% - 5rem);
        margin-right: calc(5% + 2.5rem);
        margin-left: calc(5% + 2.5rem);
    }
}
/* ------------------------------- MEDIA QUERY ::  END  ------------------------------- */


/* margin-top-bottom Menu */
.margin-top-bottom {
    margin-top: 10rem !important;
}

@media(min-width:330px) {
    .margin-top-bottom {
        margin-top: 5rem !important;
    }
}

@media(min-width:576px) {
    .margin-top-bottom {
        margin-top: 5rem !important;
    }
}

@media(min-width:768px) {
    .margin-top-bottom {
        margin-top: 7rem !important;
    }
}

@media(min-width:992px) {
    .margin-top-bottom {
        margin-top: 10rem !important;
    }
}

@media(min-width:1200px) {
    .margin-top-bottom {
        margin-top: 12rem !important;
    }
}


@media(min-width:1400px) {
    .margin-top-bottom {
        margin-top: 12rem !important;
    }
}

.radiusbrand {
    border-radius: 15px !important;
}
/* margin-top-bottom end */

/* boxbrand Menu */
.boxbrand {
    padding: 10px 10px 30px 10px;
    border-radius: 20px;
    background-color: #0000;
    backdrop-filter: blur(25px);
}

.acard {
    color: #fff;
}

    .acard:hover {
        color: #1F8EFA;
    }
/* boxbrand end */

/* fontsize menu Start */
.menufont {
    font-family: HeadingFont;
    font-size: 1rem !important;
    font-weight: 900 !important;
    color: #666565 !important;
}
/* fontsize menu end */
