﻿

@font-face {
    font-family: "IRANSansWeb_FaNum";
    src: url("../Fonts/IRANSansWeb(FaNum).eot"); /* IE9 Compat Modes */
    src: url("../Fonts/IRANSansWeb(FaNum).eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
    url("../Fonts/IRANSansWeb(FaNum).ttf") format("truetype"), /* Safari, Android, iOS */
    url("../Fonts/IRANSansWeb(FaNum).woff") format("woff"), /* Modern Browsers */
    url("../Fonts/IRANSansWeb(FaNum).woff2") format("woff2"); /* Modern Browsers */
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "IRANSansWeb_FaNum_Light";
    src: url("../Fonts/IRANSansWeb(FaNum)_Light.eot"); /* IE9 Compat Modes */
    src: url("../Fonts/IRANSansWeb(FaNum)_Light.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
    url("../Fonts/IRANSansWeb(FaNum)_Light.ttf") format("truetype"), /* Safari, Android, iOS */
    url("../Fonts/IRANSansWeb(FaNum)_Light.woff") format("woff"), /* Modern Browsers */
    url("../Fonts/IRANSansWeb(FaNum)_Light.woff2") format("woff2"); /* Modern Browsers */
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "IRANSansWeb_FaNum_Medium";
    src: url("../Fonts/IRANSansWeb(FaNum)_Medium.eot"); /* IE9 Compat Modes */
    src: url("../Fonts/IRANSansWeb(FaNum)_Medium.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
    url("../Fonts/IRANSansWeb(FaNum)_Medium.ttf") format("truetype"), /* Safari, Android, iOS */
    url("../Fonts/IRANSansWeb(FaNum)_Medium.woff") format("woff"), /* Modern Browsers */
    url("../Fonts/IRANSansWeb(FaNum)_Medium.woff2") format("woff2"); /* Modern Browsers */
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "IRANSansWeb_FaNum_Bold";
    src: url("../Fonts/IRANSansWeb(FaNum)_Bold.eot"); /* IE9 Compat Modes */
    src: url("../Fonts/IRANSansWeb(FaNum)_Bold.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
    url("../Fonts/IRANSansWeb(FaNum)_Bold.ttf") format("truetype"), /* Safari, Android, iOS */
    url("../Fonts/IRANSansWeb(FaNum)_Bold.woff") format("woff"), /* Modern Browsers */
    url("../Fonts/IRANSansWeb(FaNum)_Bold.woff2") format("woff2"); /* Modern Browsers */
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "CocoBiker";
    src: url("../Fonts/CocoBiker.eot"); /* IE9 Compat Modes */
    src: url("../Fonts/CocoBiker.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
    url("../Fonts/CocoBiker.otf") format("opentype"), /* Open Type Font */
    url("../Fonts/CocoBiker.svg") format("svg"), /* Legacy iOS */
    url("../Fonts/CocoBiker.ttf") format("truetype"), /* Safari, Android, iOS */
    url("../Fonts/CocoBiker.woff") format("woff"), /* Modern Browsers */
    url("../Fonts/CocoBiker.woff2") format("woff2"); /* Modern Browsers */
    font-weight: normal;
    font-style: normal;
}


* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    font-family: IRANSansWeb_FaNum_Light;
    font-size: 13px !important;
    font-weight: normal !important;
    font-style: normal !important;
    line-height: 2em !important;
    color: #222426 !important;
    overflow-x: hidden !important;
    background-color: #f8fafd;
}

span {
    font-size: 13px;
}

.IRANSansWeb {
    font-family: IRANSansWeb_FaNum !important;
}

.IRANSansWeb_Light {
    font-family: IRANSansWeb_FaNum_Light !important;
}

.IRANSansWeb_Bold {
    font-family: IRANSansWeb_FaNum_Bold !important;
}

.IRANSansWeb_Medium {
    font-family: IRANSansWeb_FaNum_Medium !important;
}

.fal {
    font-family: "Font Awesome 5 Pro";
    font-weight: 300;
}

.fa {
    font-family: "Font Awesome 5 Pro";
    font-weight: 300;
}

.fas {
    font-family: "Font Awesome 5 Pro";
    font-weight: 300;
}

a, input {
    -webkit-transition: all 0.2s ease-out 0s;
    -moz-transition: all 0.2s ease-out 0s;
    -ms-transition: all 0.2s ease-out 0s;
    -o-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s;
    outline: none !important;
}

    a, a:focus, a:hover {
        text-decoration: none !important;
    }

ul {
    list-style-type: none;
    padding: 0px;
}

a {
    color: #222426 !important;
}

.container-header {
    padding: 12px 12px 12px 15px;
    background-color: #fff;
    z-index: 999;
}


#owl-slider img {
    width: 900px;
    height: auto;
    border-radius: 15px !important;
}

.caption {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    background-color: rgba(44, 76, 104, 0.7);
    color: #fff;
    padding-top: 5px;
    text-align: center;
    font-family: IRANSansWeb_FaNum_Medium;
    -webkit-border-bottom-left-radius: 15px !important;
    border-bottom-left-radius: 15px !important;
    -webkit-border-bottom-right-radius: 15px !important;
    border-bottom-right-radius: 15px !important;
}

.owl-prev {
    left: -0.6rem;
}

.owl-next {
    right: -0.6rem;
}

.owl-prev, .owl-next {
    position: absolute;
    font-size: 35px;
    background-color: #ffffff;
    color: #000000;
    padding: 8px 15px;
    font-family: CocoBiker;
    top: 36%;
    border-radius: 50%;
    -ms-box-shadow: 0 7px 13px 0 rgba(0,0,0,.11);
    -moz-box-shadow: 0 7px 13px 0 rgba(0,0,0,.11);
    -webkit-box-shadow: 0 7px 13px 0 rgba(0,0,0,.11);
    box-shadow: 0 7px 13px 0 rgba(0,0,0,.11);
}



#owl-slider .owl-prev, #owl-slider .owl-next {
    background-color: transparent !important;
    color: #fff !important;
    -ms-box-shadow: unset !important;
    -moz-box-shadow: unset !important;
    -webkit-box-shadow: unset !important;
    box-shadow: unset !important;
}




#owl-Service img, #Service img {
    position: absolute;
    top: -17px;
    right: 35%;
    width: 75px;
    height: 75px;
    border: 2px solid #fff;
    box-shadow: 0 3px 4px 0 rgb(176, 198, 195);
}



#owl-Service h6, #Service h6 {
    font-family: IRANSansWeb_FaNum_Medium;
    margin-top: 3rem;
    margin-bottom: 0rem !important;
    padding-top: .25rem;
}





#owl-topnews .card:hover, #blog .card:hover {
    -webkit-box-shadow: 0 1px 6px 0 rgba(12, 187, 144, 0.8) !important;
    -moz-box-shadow: 0 1px 6px 0 rgba(12, 187, 144, 0.8) !important;
    box-shadow: 0 1px 6px 0 rgba(12, 187, 144, 0.8) !important;
}



.covernews {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 16px;
    background-color: rgba(65, 76, 77, 0.6);
    -webkit-border-bottom-right-radius: 12px !important;
    border-bottom-right-radius: 12px !important;
    -moz-border-bottom-right-radius: 12px !important;
    -webkit-border-bottom-left-radius: 12px !important;
    border-bottom-left-radius: 12px !important;
    -moz-border-bottom-left-radius: 12px !important;
}

    .covernews span {
        color: #c5c5c5 !important;
        font-size: 11px !important;
    }



footer .form-control input {
    color: #fff !important;
}

/*#region social*/

#fixed-social {
    position: fixed;
    top: 40%;
    left: 3px;
    z-index: 2000;
}


    #fixed-social a {
        color: #fff !important;
        display: block;
        position: relative;
        text-align: center;
        line-height: 40px;
        width: 30px;
        z-index: 2;
        font-size: 18px;
    }


a.fixed-linkedin {
    margin-left: 0px;
    width: 30px;
}

    a.fixed-linkedin:hover {
        background-color: #b7223e;
    }

.fixed-linkedin a:hover {
    background-color: #00AF54;
}

.fixed-linkedin a:hover {
    background-color: #000;
}

.fixed-sorosh {
    background-color: #368DA8;
}

    .fixed-sorosh a:hover {
        background-color: #1A617A;
    }

.fixed-telgram {
    background-color: #2FA7DD;
}

    .fixed-telgram a:hover {
        background-color: #059BE7;
    }

.fixed-eita {
    background-color: #F07C01;
}

    .fixed-eita a:hover {
        background-color: #F27B00;
    }

.fixed-rubika {
    background-color: #6BB700;
}

    .fixed-rubika a:hover {
        background-color: #6BB700;
    }

.fixed-bale {
    background-color: #49DBAD;
}

    .fixed-bale a:hover {
        background-color: #397A8E;
    }

.fixed-igap {
    background-color: #BFD737;
}

    .fixed-igap a:hover {
        background-color: #6BC044;
    }

.fixed-rss {
    background-color: #F79838;
}

    .fixed-rss a:hover {
        background-color: #EE8433;
    }

.bordertoprl {
    border-top-right-radius: 15px;
    border-top-left-radius: 15px;
}

.fixed-linkedin {
    background-color: #d22b4a;
}



.fixed-twitter {
    background-color: #0c8a9f;
}

    .fixed-twitter:hover {
        background-color: #0fb1cc;
    }

.fixed-gplus {
    background-color: #056084;
}


.fixed-facebook {
    background-color: #056084;
}

    .fixed-facebook:hover {
        background-color: #074b66;
    }

.fixed-instagrem {
    background-color: #b40b58 !important;
}

    .fixed-instagrem:hover {
        background-color: #aa0250 !important;
    }

.fixed-whatsapp {
    background-color: #0a7916;
}

.borderbr {
    border-bottom-right-radius: 15px;
}

.fixed-whatsapp:hover {
    background-color: #09a41a;
}


/*#endregion social*/

.consultation-bullet {
    display: inline-block;
    width: 9px;
    height: 9px;
    background-color: #2cae53;
    margin: 0 0 0 10px;
    position: relative;
    top: 1px;
    z-index: 9;
    -moz-animation: status-indicator-pulse-positive 2s ease-in-out .5s infinite;
    -o-animation: status-indicator-pulse-positive 2s ease-in-out .5s infinite;
    -webkit-animation: status-indicator-pulse-positive 2s ease-in-out .5s infinite;
    animation: status-indicator-pulse-positive 2s ease-in-out .5s infinite;
}

.user-box-nav {
    position: relative;
    margin: 0;
}

.user-box {
    margin: 6px 0 0 0;
}


header {
    background-color: #fff;
}

.mymain-menu ul li {
    display: inline-block;
    padding: 15px;
}


.above-page-img {
    border-bottom-right-radius: 100px;
    -moz-border-bottom-right-radius: 100px;
    -o-border-bottom-right-radius: 100px;
    -webkit-border-bottom-right-radius: 100px;
    border-bottom-left-radius: 100px;
    -moz-border-bottom-left-radius: 100px;
    -o-border-bottom-left-radius: 100px;
    -webkit-border-bottom-left-radius: 100px;
    min-height: 350px;
    max-height: 350px;
    background-image: -moz-linear-gradient(131deg,#065482,#00c395);
    background-image: -ms-linear-gradient(131deg,#065482,#00c395);
    background-image: -webkit-linear-gradient(131deg,#065482,#00c395);
    background-image: linear-gradient(131deg,#065482,#00c395);
    position: absolute;
    max-width: 100%;
    right: 0;
    left: 0;
    overflow: hidden;
}



    .above-page-img > img {
        top: -120px !important;
        max-width: 105%;
    }

    .above-page-img > img {
        position: relative;
        opacity: .15;
        min-height: 430px;
    }


.above-page-content {
    z-index: 99;
    padding: 32px 7px 32px 7px;
    max-width: 100%;
    width: 750px;
}

.above-page-tagline {
    padding: 0 16px;
}

.main-tagline {
    font-size: 23px;
    font-weight: 700;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.69;
    letter-spacing: normal;
    text-align: center;
    color: #fff;
}

.explaine-tagline {
    font-size: 16px;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: 30px;
    letter-spacing: normal;
    text-align: center;
    color: #fff;
    position: relative;
}

    .explaine-tagline span, .explaine-tagline span.rw-words.rw-words-1 > span {
        font-size: 16px;
        font-weight: 300;
        font-style: normal;
        font-stretch: normal;
        line-height: 1.88;
    }

.rw-words {
    display: inline-block;
    position: relative;
    width: 35px;
    height: 18px;
}

.rw-words-1 span {
    position: absolute;
    opacity: 0;
    overflow: hidden;
    color: #fff;
    -webkit-animation: rotateWord 18s linear infinite 0s;
    -ms-animation: rotateWord 18s linear infinite 0s;
    animation: rotateWord 18s linear infinite 0s;
    right: 0;
    text-align: right;
}

    .rw-words-1 span:nth-child(2) {
        -webkit-animation-delay: 3s;
        -ms-animation-delay: 3s;
        animation-delay: 3s;
        color: #fff;
    }

    .rw-words-1 span:nth-child(3) {
        -webkit-animation-delay: 6s;
        -ms-animation-delay: 6s;
        animation-delay: 6s;
        color: #fff;
    }

    .rw-words-1 span:nth-child(4) {
        -webkit-animation-delay: 9s;
        -ms-animation-delay: 9s;
        animation-delay: 9s;
        color: #fff;
    }

    .rw-words-1 span:nth-child(5) {
        -webkit-animation-delay: 12s;
        -ms-animation-delay: 12s;
        animation-delay: 12s;
        color: #fff;
    }

    .rw-words-1 span:nth-child(6) {
        -webkit-animation-delay: 15s;
        -ms-animation-delay: 15s;
        animation-delay: 15s;
        color: #fff;
    }


@keyframes rotateWord {
    0% {
        opacity: 0;
    }

    2% {
        opacity: 0;
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px);
    }

    5% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    17% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    20% {
        opacity: 0;
        -webkit-transform: translateY(30px);
        transform: translateY(30px);
    }

    80% {
        opacity: 0;
    }

    100% {
        opacity: 0;
    }
}



.above-page-search {
    text-align: center;
    margin: 24px auto 0 auto;
    width: calc(100% - 20px);
    max-width: 660px;
    position: relative;
}

.srch-input {
    border-radius: 8px;
    -ms-border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border: none;
    width: 100%;
    padding: 15px;
    height: 60px;
}

.search-icon {
    display: block;
    width: 48px;
    position: absolute;
    left: 5px;
    top: 5px;
    padding: 12px 0 0 0;
}

.last-question-time {
    color: #fff;
    text-align: center;
    padding: 3px 10px;
    margin: 24px auto 0 auto;
    width: 100%;
}

    .last-question-time > .last-question-time-detail {
        display: inline-block;
        clear: both;
        justify-content: center;
        align-items: center;
        background-color: rgba(29,145,145,.41);
        border: 1px dashed #fff;
        padding: 6px 10px;
        min-height: 42px;
        /*max-height:auto;*/
        margin: 0 0 8px 8px;
        -ms-border-radius: 50px;
        -moz-border-radius: 50px;
        -o-border-radius: 50px;
        -webkit-border-radius: 50px;
        border-radius: 50px;
        border-top-left-radius: 50px;
        border-bottom-left-radius: 50px;
        -ms-border-bottom-left-radius: 0;
        -moz-border-bottom-left-radius: 0;
        -webkit-border-bottom-left-radius: 0;
        -o-border-bottom-left-radius: 0;
        border-bottom-left-radius: 0;
    }

.value-body {
    background-color: #fff;
    -o-box-shadow: 0 10px 20px 0 rgba(0,0,0,.09);
    -moz-box-shadow: 0 10px 20px 0 rgba(0,0,0,.09);
    -webkit-box-shadow: 0 10px 20px 0 rgba(0,0,0,.09);
    box-shadow: 0 10px 20px 0 rgba(0,0,0,.09);
    -o-border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    padding: 20px;
    position: relative;
}


.Consulation-list {
}

    .Consulation-list li {
        display: inline-block;
        position: relative;
        width: 55px;
        height: 55px;
        margin: 0 -12px 0 0;
    }

    .Consulation-list img {
        box-shadow: 0 7px 10px #00000020;
        border: 2px solid #fff;
    }



.box-transform {
    -moz-transition: all .25s ease;
    -webkit-transition: all .25s ease;
    transition: all .25s ease;
    -o-transition: all .25s ease;
}

    .box-transform:hover {
        transform: translateY(-5px);
        -moz-transform: translateY(-5px);
        -o-transform: translateY(-5px);
        -webkit-transform: translateY(-5px);
    }

.extension-nav span {
    font-size: 13px !important;
}

#loginbtn img {
    width: 20px;
    height: 20px;
}

.Consulation-list li i {
    display: block;
    width: 10px;
    height: 10px;
    border: solid 1px #fff;
    position: absolute;
    top: 2px;
    right: 2px;
    -o-border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: #0dd15b;
}



.card {
    -ms-border-radius: 30px;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    border-radius: 30px;
    -ms-box-shadow: 0 8px 20px 0 rgba(0,0,0,.09);
    -moz-box-shadow: 0 8px 20px 0 rgba(0,0,0,.09);
    -webkit-box-shadow: 0 8px 20px 0 rgba(0,0,0,.09);
    box-shadow: 0 8px 20px 0 rgba(0,0,0,.09);
    background-color: #fff;
    position: relative;
    margin: 20px 10px;
    border: none;
}

#owl-Comments span {
    font-size: 13px;
}




.rounded-btn {
    -o-border-radius: 50px;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    border-radius: 50px;
}

.support-phone {
    background-color: #064468;
    font-size: 15px;
    font-weight: 500;
    text-align: center;
    color: #fff;
    height: 40px;
    /*display: block;*/
    padding: 7px 45px;
    position: relative;
}



#foottop span {
    font-size: 18px;
}


footer h5 {
    font-weight: 500;
    text-align: right;
    color: #fff;
}

footer ul li {
    line-height: 1.8em;
    padding: 7px 0;
}

    footer ul li a {
        font-size: 14px;
        color: #fff !important;
        transition: all .2s ease-in-out;
        -moz-transition: all .2s ease-in-out;
        -o-transition: all .2s ease-in-out;
        -webkit-transition: all .2s ease-in-out;
        position: relative;
        /*top: 2px;*/
        right: 0;
    }

        footer ul li a:hover {
            right: 5px;
            color: #476171;
            border-bottom: 2px solid #00c395;
        }


.fa-2x {
    font-size: 1.5em !important;
}


.rel-footer {
    position: relative;
    padding-bottom: 60px;
}

#footer-content {
    -moz-box-shadow: 0 -7px 20px 0 rgba(0,0,0,.05);
    -o-box-shadow: 0 -7px 20px 0 rgba(0,0,0,.05);
    -webkit-box-shadow: 0 -7px 20px 0 rgba(0,0,0,.05);
    box-shadow: 0 -7px 20px 0 rgba(0,0,0,.05);
    -moz-border-bottom-right-radius: 50px;
    -o-border-bottom-right-radius: 50px;
    -webkit-border-bottom-right-radius: 50px;
    border-bottom-right-radius: 50px;
    -o-border-bottom-left-radius: 50px;
    -moz-border-bottom-left-radius: 50px;
    -webkit-border-bottom-left-radius: 50px;
    border-bottom-left-radius: 50px;
    position: relative;
    z-index: 9;
    color: #fff;
    padding-top: 10px;
    background: #154358 url('../image/option/pttern2.png') repeat-x top;
}


#footer-copyright {
    width: 100%;
    height: 120px;
    padding: 70px 20px 18px 20px;
 
    background: #063048 url('../image/option/pttern.png') repeat-x center;
    font-size: 13px;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 0;
    overflow: hidden;
}


.br-top {
    border-top: 3px solid #00c395;
}

.box {
    background-color: #fff;
    -o-box-shadow: 0 10px 20px 0 rgba(0,0,0,.09);
    -moz-box-shadow: 0 10px 20px 0 rgba(0,0,0,.09);
    -webkit-box-shadow: 0 10px 20px 0 rgba(0,0,0,.09);
    box-shadow: 0 10px 20px 0 rgba(148, 179, 206, 0.57);
    border-radius: 20px;
}


.main-bg {
    background-image: linear-gradient(119deg,#00c395,#065482);
    background-position: center -30px;
    background-repeat: no-repeat;
    background-size: auto;
}

.text-grad {
    color: #2a536f !important;
}

.grad-bg {
    background-image: linear-gradient(160deg,#2a536f,#0c706b);
}

.btn-grad {
    background-color: none !important;
    border-color: none !important;
    background-image: linear-gradient(160deg,#099f7c,#074366);
}

    .btn-grad:not(:disabled):not(.disabled).active, .btn-grad:not(:disabled):not(.disabled):active {
        background-image: linear-gradient(160deg,#099f7c,#074366);
    }

.btn-outline-grad {
    color: #3b4246 !important;
    background-color: transparent;
    background-image: none;
    border-color: #099f7c;
}

.danger-bg {
    background-image: -moz-linear-gradient(131deg,#eea052,#ff4e4e);
    background-image: -ms-linear-gradient(131deg,#eea052,#ff4e4e);
    background-image: -webkit-linear-gradient(131deg,#eea052,#ff4e4e);
    background-image: linear-gradient(131deg,#eea052,#ff4e4e);
}

.border2 {
    border: 2px solid #f0ecec;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    line-height: 1.9 !important;
}


.form-control {
    border-radius: 20px;
    padding: 1.2rem .75rem !important;
    font-size: 0.73rem !important;
    border: 1px solid #d3d4d7 !important;
    margin-bottom: 10px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    height: 30px !important;
    line-height: 2 !important;
}


.btn {
    font-size: unset !important;
    border-radius: 8px !important;
}


#login {
    max-width: 400px;
    margin: 0 auto;
}

.btn-danger {
    background-color: #ed1846 !important;
    border: 1px solid #ed1846 !important;
}

#sect_72 img {
    width: 200px;
    height: auto;
}

.area {
    height: 120px !important;
}

#sect_72 box {
    height: auto;
}


.cstm_hr {
    height: 1px;
    background-color: #45d3a6;
}

.text-lightgreen {
    color: #0c9568;
}

.intro-section {
    background-image: linear-gradient(131deg,#00c395,#065482);
    padding: 0;
}


#online h5 {
    font-size: 1.1rem !important;
}

.bt-color {
}

h5 {
    font-size: 1.20rem !important;
}

    h5.bt-color:after {
        content: '';
        width: 80px;
        height: 2px;
        background-color: #45d3a6;
        display: block;
        margin-top: .3em !important;
    }


#blog h5.bt-color:after, #home h5.bt-color:after {
    margin: 0 auto;
}



.rad50 {
    -moz-border-radius: 50px !important;
    -webkit-border-radius: 50px !important;
    border-radius: 50px !important;
}

.rad25 {
    -moz-border-radius: 25px !important;
    -webkit-border-radius: 25px !important;
    border-radius: 25px !important;
}


.rad12 {
    -webkit-border-radius: 12px !important;
    border-radius: 12px !important;
    -moz-border-radius: 12px !important;
}



.socialsize {
    width: 30px;
    height: auto;
}

.bg-darkblue {
    background-color: #126b97;
}

#blog .above-page-img {
    min-height: 250px !important;
    max-height: 250px !important;
}

.bigpic {
    position: relative;
    z-index: 2;
}

.blogdiv {
    position: absolute;
    z-index: 5;
    bottom: 5px;
    right: 30px;
}

.text-shadow {
    text-shadow: 0 3px 6px rgba(19, 16, 16, 0.9);
}

.pic55 {
    width: 55px;
    height: 55px;
    border: 2px solid #fff;
}

.pic70 {
    width: 75px;
    height: 75px;
    border: 2px solid #fff;
    box-shadow: 0 3px 4px 0 rgba(202, 201, 204, 0.9);
}

.pic90 {
    width: 90px;
    height: auto;
}

.pic160 {
    width: 160px;
    height: 160px;
    border: 4px solid #fff;
}

.bottom_p {
    margin-bottom: 0rem !important;
}

.card-img-top {
    width: 100%;
    border-top-left-radius: 25px !important;
    border-top-right-radius: 25px !important;
}

.card-footer {
    background-color: unset !important;
    border-top: unset !important;
}

.relative {
    position: relative;
}

.absolute {
    position: absolute;
}

ul.box img {
    width: 95px;
    height: 75px;
}


.blog-item-title .fa-2x {
    font-size: 1.3em;
}

.blog-item-title {
    font-size: 13px;
    line-height: 1.8;
}

.blogpost ul li {
    border-bottom: 1px solid #c6ddd7;
    padding: 8px 15px;
}


    .blogpost ul li:hover img {
        opacity: .6;
        transform: scale(1.10);
        overflow: hidden;
        width: 95px;
        height: 75px;
    }

    .blogpost ul li img {
        transform: scale(1);
        width: 95px;
        height: 75px;
    }

.gray11 {
    color: #5e7582;
    font-size: 11px !important;
}

.bg-red {
    background-color: #ed1846;
    width: 95px;
    height: 75px;
}


.dash {
    border: 1px dashed #94c5e1;
}

.dash-g {
    border: 1px dashed #10ae82;
}


ul.inline li {
    display: inline-block;
}

.btn-link, .btn-link:hover {
    background-color: transparent;
}

    .btn-link.focus, .btn-link:focus, .btn-link:hover {
        text-decoration: underline;
        border-color: transparent;
    }

.btn-link {
    color: #007bff;
}

    .btn-link:hover {
        color: #0056b3;
    }

    .btn-link.focus, .btn-link:focus {
        box-shadow: none;
    }

    .btn-link.disabled, .btn-link:disabled {
        color: #6c757d;
        pointer-events: none;
    }

.btn-warning {
    color: #212529;
    background-color: #fb0 !important;
    border-color: #fb0 !important;
}

.question-box {
    box-shadow: 0 3px 11px 0 rgba(0, 195, 149, 0.48);
    background-image: linear-gradient(60deg, #065482, #00c395);
    -moz-box-shadow: 0 3px 11px 0 rgba(0, 195, 149, 0.48);
    -webkit-box-shadow: 0 3px 11px 0 rgba(0, 195, 149, 0.48);
    background-image: -moz-linear-gradient(60deg, #065482, #00c395);
    background-image: -webkit-linear-gradient(60deg, #065482, #00c395);
    padding: 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    position: relative;
    top: -30px;
}

    .question-box:after {
        content: "";
        display: block;
        position: absolute;
        width: 0;
        height: 0;
        border-left: 20px solid transparent;
        border-right: 20px solid transparent;
        border-top: 20px solid #03878b;
        border-radius: 50%;
        transform: rotate(-134deg);
        bottom: -16px;
        z-index: 0;
    }

    .question-box:after {
        right: -20px;
        bottom: 45px;
        transform: rotate(55deg);
        -moz-transform: rotate(55deg);
        -webkit-transform: rotate(55deg);
        -o-transform: rotate(55deg);
        border-radius: 9%;
        -moz-border-radius: 9%;
        -webkit-border-radius: 9%;
        -o-border-radius: 9%;
        border-top: 20px solid #02ad92;
    }

.key-word {
    font-size: 12px;
    font-weight: 300;
    text-align: center;
    color: #5e7582;
    border-radius: 25px;
    background-color: #ECEEF0;
    padding: 4px 12px;
    height: 30px;
}

.map {
    width: 100%;
    height: 200px;
    border-radius: 20px;
}

.mx-wh {
    max-width: 750px;
    /*margin: 0 auto;*/
}

/*.mx-wh {
    max-width: 1100px;
    margin: 0 auto;
}*/
.bg-half {
    background: linear-gradient(#00a4a4 7.2rem,#fff 0);
}

.bg-light {
    background-color: #e5ebf2 !important;
}

.online {
    width: 10px;
    height: 10px;
    display: inline-block;
    background-color: #0dd15b;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -moz-animation: status-indicator-pulse-positive 2s ease-in-out .5s infinite;
    -o-animation: status-indicator-pulse-positive 2s ease-in-out .5s infinite;
    -webkit-animation: status-indicator-pulse-positive 2s ease-in-out .5s infinite;
    animation: status-indicator-pulse-positive 2s ease-in-out .5s infinite;
}

#Chat .fa-2x, #Call .fa-2x {
    font-size: 1.3em !important;
}

#online.owl-prev, #online.owl-next {
    position: absolute !important;
    font-size: 25px !important;
    color: #0a91c6 !important;
    padding: 0 10px !important;
    font-family: CocoBiker !important;
    top: 45% !important;
    transform: translateY(-50%) !important;
}

#online.owl-prev {
    right: -0.3rem !important;
}

#online.owl-next {
    left: -0.5rem !important;
}

.comment img {
    width: 33px;
    height: 33px;
}




.card-like {
    margin-bottom: 50px;
    color: white;
    background-image: linear-gradient(119deg,#00c395,#065482);
    border-radius: 6px;
    padding: 30px 50px;
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}

.wizard {
    overflow: hidden;
}

    .wizard .wizard-header {
        margin-bottom: 30px;
    }

        .wizard .wizard-header h5 {
            margin-top: 0;
            margin-bottom: 20px;
        }

        .wizard .wizard-header hr {
            border-color: #0fe3a7;
            border-top-width: 2px;
        }

        .wizard .wizard-header .steps {
            height: 15px;
        }

            .wizard .wizard-header .steps .wizard-step {
                background: #00d3ff;
                width: 15px;
                height: 15px;
                display: inline-block;
                margin: 0 10px;
                opacity: 0.4;
                border-radius: 50%;
                transition: all 0.8s;
            }

                .wizard .wizard-header .steps .wizard-step.active {
                    opacity: 1;
                }

    .wizard .wizard-body {
        position: relative;
        transition: all 0.3s cubic-bezier(0.68, -0.3, 0.37, 0.6);
    }

        .wizard .wizard-body .step {
            transition: all 0.3s ease-in-out;
            position: absolute;
            width: 100%;
            top: 0;
            right: -100%;
            opacity: 0;
        }

            .wizard .wizard-body .step.initial {
                position: relative;
            }

            .wizard .wizard-body .step.off {
                opacity: 0 !important;
                right: 100% !important;
            }

            .wizard .wizard-body .step.active {
                right: 0;
                margin-left: 0;
                margin-top: 0;
                opacity: 1;
                transition: all 0.4s linear;
                transition-delay: 0.1s;
            }

    .wizard .wizard-footer {
        margin-top: 30px;
    }



@media (min-width:1300px) {
    .container {
        max-width: 1220px;
    }
}

@media (max-width:991px) {
    .container {
        max-width: 95% !important;
    }
}

@media screen and (min-width:768px) {

    .above-page-content {
        padding: 48px 7px 32px 7px;
    }
}

@media screen and (max-width:768px) {

    .above-page-search {
        width: 100%;
    }

    .srch-input {
        font-size: 12px;
    }

    .above-page-img {
        border-bottom-right-radius: 50px;
        -moz-border-bottom-right-radius: 50px;
        -o-border-bottom-right-radius: 50px;
        -webkit-border-bottom-right-radius: 50px;
        border-bottom-left-radius: 50px;
        -moz-border-bottom-left-radius: 50px;
        -o-border-bottom-left-radius: 50px;
        -webkit-border-bottom-left-radius: 50px;
    }

    .Consulation-list li {
        width: 45px;
        height: 45px;
    }

    /*footer, footer h5 {
        text-align: center;
    }*/


    #footer-copyright a {
        font-size: 11px;
        line-height: 1.7;
    }

    .b-dark {
        color: #222426 !important;
    }

    #blog_details h5 {
        font-size: 1rem !important
    }
}

.badge-secondary {
    color: #fff;
    background-color: #0ec8ae !important;
}

#skill ul li {
    margin: 10px 0;
}

    #skill ul li a {
        color: #fff !important;
        font-weight: bold;
    }

#reservation.text-info {
    color: #1784b9 !important;
}

.leftcol h5 {
    font-size: 1rem !important;
}

#searcbtn.btn-success {
    color: #fff;
    background-color: #03c887;
    border-color: #218838;
}

.quickico {
    max-width: 1000px !important;
    color: #343d42 !important;
}

    .quickico img {
        width: 45px;
        height: auto;
        padding-bottom: 3px;
    }

    .quickico .value-body {
        padding: 20px 40px 0 40px !important;
    }

@media screen and (max-width:575px) {

    #bio .bt-color::after {
        margin: 0 auto !important;
    }
}

@media screen and (max-width:480px) {
    .sina-nav .sina-brand {
        height: auto !important;
        max-width: 180px !important;
    }

    .support-phone {
        font-size: 12px !important;
    }

    aside {
        width: 200px;
        left: -200px;
    }

    /*#loginbtn {
        display: none;
    }*/
    #fontlogo {
        font-size: 10px !important;
    }
    #Call .dash-g, #Chat .dash-g {
        display: none;
        border: none;
    }

    .caption p {
        font-size: 12px !important;
        margin-bottom: 0.5rem !important;
    }
}


button:focus {
    outline: none;
}

aside {
    background: #f8fafd;
    width: 300px;
    height: 100vh;
    position: fixed;
    transition: .3s;
    left: -350px;
    top: 0;
    z-index: 2000;
    transition-timing-function: cubic-bezier(0.9,0,1,1);
    /*-webkit-transform: translateX(0);
    -moz-box-shadow: 4px 0 9px 0 rgba(0,0,0,.2);
    -o-box-shadow: 4px 0 9px 0 rgba(0,0,0,.2);
    -webkit-box-shadow: 4px 0 9px 0 rgba(0,0,0,.2);*/
    opacity: 1 !important;
    padding: 30px;
}

    aside.close {
        left: 0;
        transition: .4s;
        transition-timing-function: cubic-bezier(0.9,0,1,1);
    }


    aside button {
        border: none;
        background: none;
        position: absolute;
        right: -40px;
        top: 7px;
        font-size: 30px;
        transform: rotate(90deg);
        display: inline-block;
        cursor: pointer;
    }

    aside.close {
        font-size: 14px !important;
        font-weight: unset !important;
        line-height: 1.9 !important;
        color: #000;
        text-shadow: unset;
        opacity: .5;
    }

        aside.close:not(:disabled):not(.disabled) {
            cursor: unset !important;
        }



.dark-blue {
    background-color: #125687 !important;
}


#tophead .input-group {
    border: 1px solid #8dc3cc !important;
    border-radius: 10px;
    height: 30px;
}

#tophead .form-control {
    border: none !important;
    background-color: transparent !important;
    height: 25px !important;
    padding: 6px !important;
    color: #fff !important;
}

    /*#tophead .input-group-text {
    background-color: transparent !important;
}*/

    #tophead .form-control::placeholder { /* Chrome,  Opera, Safari 10.1+ */
        color: #f9f9f9;
        opacity: 1; /* Firefox */
    }

    #tophead .form-control::-ms-input-placeholder { /* Internet Explorer 10-11 */
        color: #f9f9f9;
    }

#tophead .btn-success {
    background-color: transparent;
    border-color: transparent;
    height: 25px;
}

footer .form-control {
    color: #fff !important;
    background-color: transparent;
}

    footer .form-control::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
        color: #f9f9f9;
    }

    footer .form-control::-ms-input-placeholder { /* Internet Explorer 10-11 */
        color: #f9f9f9;
    }





/*#tophead {
    background:url("../image/option/pttern.png") repeat-x center;
}*/


#navbar-menu {
    font-family: IRANSansWeb_FaNum;
}

    #navbar-menu .fa-chevron-down {
        padding-top: 0px !important;
        font-size: 12px;
    }


.btn-teal {
    font-size: 12px !important;
    background-color: #0c7c82 !important;
    border-color: #0c7c82 !important;
    color: #fff;
}

@media (max-width:991px) {
    .sina-nav .extension-nav {
        margin: 20px 20px 0 0 !important;
    }
    /*.sina-nav .navbar-toggle {
        padding: 15px 10px!important;
    }*/
}











#category ul.prof li {
    border-bottom: 1px dashed rgba(0,0,0,.09);
    padding: 0.3rem 0.8rem !important;
}

#prof li p {
    margin-bottom: 0rem !important;
}

#prof span {
    font-size: 12px;
}






#article .card {
    border-radius: 20px !important;
    margin: 0px !important;
}

#article .card-body {
    padding: 0.7rem !important;
}

    #article .card-body:hover .read_more {
        border-top-right-radius: 5px;
        -webkit-transition: all 0.2s ease-out 0s;
        -moz-transition: all 0.2s ease-out 0s;
        -ms-transition: all 0.2s ease-out 0s;
        -o-transition: all 0.2s ease-out 0s;
        transition: all 0.2s ease-out 0s;
    }

#article .h6, h6 {
    font-size: 0.85rem !important;
}

/*#article img:hover {
    background-color: #ff4e4e;
}*/

/*#region Paging*/

.pagination {
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
}

.page-link, .popover-body, .popover-header {
    padding: .5rem .75rem;
}

.page-link {
    display: block;
    margin-left: -1px;
    line-height: 1.25;
    color: #007bff;
    background-color: #fff;
    border: 1px solid #dee2e6;
}

    .page-link:hover {
        z-index: 2;
        color: #0056b3;
        text-decoration: none;
        background-color: #e9ecef;
        border-color: #dee2e6;
    }

    .page-link:focus {
        z-index: 2;
        outline: 0;
        box-shadow: 0 0 0 .2rem rgba(0,123,255,.25);
    }

.page-item:first-child .page-link {
    margin-right: 0;
    border-top-right-radius: .65rem;
    border-bottom-right-radius: .65rem;
}

.page-item:last-child .page-link {
    border-top-left-radius: .65rem;
    border-bottom-left-radius: .65rem;
}

.page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
}

.page-item.disabled .page-link {
    color: #6c757d;
    pointer-events: none;
    cursor: auto;
    background-color: #fff;
    border-color: #dee2e6;
}

.pagination-lg .page-link {
    padding: .75rem 1.5rem;
    font-size: 1.25rem;
    line-height: 1.5;
}

.pagination-lg .page-item:first-child .page-link {
    border-top-left-radius: .3rem;
    border-bottom-left-radius: .3rem;
}

.pagination-lg .page-item:last-child .page-link {
    border-top-right-radius: .3rem;
    border-bottom-right-radius: .3rem;
}

.pagination-sm .page-link {
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
}

.pagination-sm .page-item:first-child .page-link {
    border-top-left-radius: .2rem;
    border-bottom-left-radius: .2rem;
}

.pagination-sm .page-item:last-child .page-link {
    border-top-right-radius: .2rem;
    border-bottom-right-radius: .2rem;
}

/*#endregion*/

#faq .card-body {
}


.tab-content .accordion-head {
    padding: 8px;
    border-radius: 0;
    background-color: #fff;
    border-bottom: 1px solid #e1f0ed;
}


.error404 img {
    width: 300px;
    height: auto;
    margin: 0 auto !important;
}



ul.breadcrumb {
    padding: 10px 16px;
    list-style: none;
    background-color: #eee;
}


    ul.breadcrumb li {
        display: inline;
    }


        ul.breadcrumb li + li:before {
            padding: 8px;
            color: black;
            content: "»\00a0";
        }


        ul.breadcrumb li a {
            color: #0275d8;
            text-decoration: none;
        }


            ul.breadcrumb li a:hover {
                color: #01447e;
                text-decoration: underline;
            }


.feabox a {
    display: block;
    border-radius: 10px;
    -webkit-box-shadow: 0 5px 10px 0 rgba(191, 230, 220, 0.8) !important;
    box-shadow: 0 5px 10px 0 rgba(191, 230, 220, 0.8) !important;
    padding: 18px;
    font-size: 14px;
    margin: 10px;
}


    .feabox a:hover, .active25 {
        color: #fff !important;
        background-color: #0fa17f;
    }

.feabox p {
    margin-bottom: 0rem !important;
}

.xlf h1 {
    font-size: 40px;
    margin-bottom: 0rem !important;
    line-height: 1.2 !important;
}



#ourteam .card {
    height: auto;
    overflow: hidden;
    position: relative;
}

    #ourteam .card img {
        width: 100%;
        min-height: 100%;
        transition: all 0.9s;
    }

    #ourteam .card:hover img {
        transform: scale(1.2,1.2);
    }

.data {
    position: absolute;
    bottom: 5%;
    background: #fff;
    text-align: center;
    width: 90%;
    height: 65px;
    overflow: hidden;
    left: 0;
    right: 0;
    margin: 0 auto;
    padding: 5px;
    box-sizing: border-box;
    opacity: 0.8;
    transition: all 0.6s;
    border-radius: 15px;
}

    .data h6 {
        margin-bottom: 0rem !important;
        color: #088a6b;
    }

.card:hover .data {
    /*width: 100%;*/
    height: 100%;
    bottom: 0;
    opacity: 0.9;
    padding: 90px 10%;
    cursor: pointer;
}

.data p, .data span {
    font-family: IRANSansWeb_FaNum_Medium;
}

.data hr {
    border-top: 1px solid rgb(32, 155, 141) !important;
}

.data a:hover, .card:hover h2 {
    color: #38c;
}


/* follow me @nodws */
.btn-twtr {
    color: #ddd;
    border: 2px solid;
    border-radius: 3px;
    text-decoration: none;
    display: inline-block;
    padding: 5px 10px;
    font-family: sans-serif;
    font-weight: 600;
    margin-top: 100px;
    opacity: 0.8;
}


.shadow {
    -o-box-shadow: 0 5px 10px 0 rgb(12, 142, 128) !important;
    -moz-box-shadow: 0 5px 10px 0 rgb(12, 142, 128) !important;
    -webkit-box-shadow: 0 5px 10px 0 rgb(12, 142, 128) !important;
    box-shadow: 0 5px 10px 0 rgb(12, 142, 128) !important;
}

#register .form-control, #login .form-control {
    background-color: #f8fafd !important;
    border-radius: 10px !important;
}

.sina-nav .menu-item-has-mega-menu.dropdown .mega-menu-col a:hover {
    color: #fff !important;
}


.card-header {
    border-bottom: 2px solid #eee !important;
    background-color: #fff;
    border-top-right-radius: 20px !important;
    border-top-left-radius: 20px !important;
}

    .card-header h2 {
        font-size: .85rem;
        font-weight: bold;
    }

.nav-tabs .nav-link {
    color: #fff !important;
}

    .nav-tabs .nav-link.active {
        color: #000 !important;
    }

.nav-pills .nav-link.active {
    background-color: #2f6a7a !important;
    color: #fff !important;
}

.nav-pills .nav-link {
    color: #fff !important;
}

.nav-tabs .nav-link {
    color: #fff !important;
    background-color: #2f6a7a;
    border-color: none !important;
}

.nav-tabs .nav-item.show .nav-link {
    color: #fff !important;
    background-color: #e9f1f9 !important;
    border-color: #e9f1f9;
}

.nav-tabs .nav-link:hover {
    border-color: none !important;
}

.nav-tabs .nav-item {
    margin-bottom: 3px;
}

#Service img {
    right: 55px !important;
}

.modal-body {
    padding: 0.5rem !important;
}

.flag {
    width: 80px;
    height: auto;
}

.map {
    width: 90%;
    height: 250px;
    border: 3px solid aliceblue;
}


#tophead span {
    font-size: 12px !important
}

.brlb {
    border-bottom-left-radius: 0 !important;
}

.brr {
    border-right: 2px solid #b7d4d3 !important;
}


#component .card {
    border-radius: 20px !important
}


#component .card-header {
    border-top-right-radius: 10px !important;
    border-top-left-radius: 10px !important;
}

#component .list-group-item {
    border: none !important;
    padding: .55rem 1.25rem !important;
}



.bg_dblue {
    background-color: #2a536f;
}


.dropdown-toggle .fa-chevron-left {
    font-size: 11px !important
}


.dropdown .drop {
    margin-top: 5px !important
}




#cstm_collapsible .collapsible {
    background-color: #fff;
    color: #444;
    cursor: pointer;
    padding: 8px;
    width: 100%;
    text-align: right;
    border: none;
    outline: none;
    transition: 0.4s;
    border-bottom: 1px solid #e1f0ed;
}



    #cstm_collapsible .collapsible:after {
        content: '\002B';
        color: #17997b;
        font-size: 14px;
        float: right;
        margin-left: 5px;
        transition: all 0.4s;
        font-weight: bold
    }

#cstm_collapsible .active:after {
    content: "\2212";
    transform: rotate(180deg);
    transition: all 0.4s;
}

#cstm_collapsible .content {
    padding: 0 18px;
    background-color: #fff;
    overflow: hidden;
    max-height: 0;
    transition: max-height 0.2s ease-out;
}

/*#region Custom*/

.dirtextltr {
    text-align: left;
    direction: ltr;
}

.dirltr {
    direction: ltr;
}

.dirrtl {
    direction: rtl;
}
/*#endregion Custom*/

/*#region Login*/
.field-icon {
    float: left;
    margin-right: -25px;
    margin-top: -30px;
    position: relative;
    z-index: 2;
}

.p-viewer {
    float: right;
    margin-top: -40px;
    position: relative;
    z-index: 1;
    padding-right: 41px;
    display: flex;
    align-items: center;
    color: #aa52c4;
    bottom: 0;
    left: 0;
    transition: all;
    padding-top: 10px;
}

.btn-zoheirsoftware {
    color: #fff;
    background-color: #ab17b8;
    border-color: #ab17b8;
}
/*#endregion Login*/


/*#region loaderweb*/


.loader-wrapper {
    height: 100%;
    width: 100%;
    display: block;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: fixed;
    background-color: #eeeeeec9;
    z-index: 1001;
    top: 0
}

    .loader-wrapper .loader {
        position: absolute;
        top: 50%;
        left: 0;
        text-align: center;
        right: 0;
        margin: 0 auto
    }

        .loader-wrapper .loader h4 {
            margin-top: 50px;
            margin-bottom: 0
        }

            .loader-wrapper .loader h4 span {
                font-size: 34px;
                color: #FFC107
            }

.loader .line {
    -webkit-animation: expand 1s ease-in-out infinite;
    animation: expand 1s ease-in-out infinite;
    border-radius: 10px;
    display: inline-block;
    -webkit-transform-origin: center center;
    transform-origin: center center;
    margin: 0 3px;
    width: 1px;
    height: 25px
}

    .loader .line:nth-child(1) {
        background: #22af47
    }

    .loader .line:nth-child(2) {
        -webkit-animation-delay: 180ms;
        animation-delay: 180ms;
        background: #4466f2
    }

    .loader .line:nth-child(3) {
        -webkit-animation-delay: 360ms;
        animation-delay: 360ms;
        background: #ff5370
    }

    .loader .line:nth-child(4) {
        -webkit-animation-delay: 540ms;
        animation-delay: 540ms;
        background: #007bff
    }

body.dark-only .loader-wrapper {
    background-color: #293240
}

    body.dark-only .loader-wrapper .loader {
        background-color: #293240 !important
    }

body.dark-body-only .loader-wrapper {
    background-color: #293240
}

    body.dark-body-only .loader-wrapper .loader {
        background-color: #293240 !important
    }

body.bg-white {
    background-color: #2f3c4e !important
}

@-webkit-keyframes whirly-loader {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes whirly-loader {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

.whirly-loader:not(:required) {
    overflow: hidden;
    position: relative;
    text-indent: -9999px;
    display: inline-block;
    width: 8px;
    height: 8px;
    background: #eeeeeec9;
    border-radius: 100%;
    -webkit-box-shadow: #4466f2 0px 26px 0 6px, #4466f2 0.90971px 26.05079px 0 5.93333px, #4466f2 1.82297px 26.06967px 0 5.86667px, #4466f2 2.73865px 26.05647px 0 5.8px, #4466f2 3.65561px 26.01104px 0 5.73333px, #4466f2 4.57274px 25.93327px 0 5.66667px, #4466f2 5.48887px 25.8231px 0 5.6px, #4466f2 6.40287px 25.68049px 0 5.53333px, #4466f2 7.31358px 25.50548px 0 5.46667px, #4466f2 8.21985px 25.2981px 0 5.4px, #4466f2 9.12054px 25.05847px 0 5.33333px, #4466f2 10.01448px 24.78672px 0 5.26667px, #4466f2 10.90054px 24.48302px 0 5.2px, #4466f2 11.77757px 24.1476px 0 5.13333px, #4466f2 12.64443px 23.78072px 0 5.06667px, #4466f2 13.5px 23.38269px 0 5px, #4466f2 14.34315px 22.95384px 0 4.93333px, #4466f2 15.17277px 22.49455px 0 4.86667px, #4466f2 15.98776px 22.00526px 0 4.8px, #4466f2 16.78704px 21.48643px 0 4.73333px, #4466f2 17.56953px 20.93855px 0 4.66667px, #4466f2 18.33418px 20.36217px 0 4.6px, #4466f2 19.07995px 19.75787px 0 4.53333px, #4466f2 19.80582px 19.12626px 0 4.46667px, #4466f2 20.5108px 18.468px 0 4.4px, #4466f2 21.1939px 17.78379px 0 4.33333px, #4466f2 21.85416px 17.07434px 0 4.26667px, #4466f2 22.49067px 16.34043px 0 4.2px, #4466f2 23.10251px 15.58284px 0 4.13333px, #4466f2 23.68881px 14.80241px 0 4.06667px, #4466f2 24.24871px 14px 0 4px, #4466f2 24.7814px 13.1765px 0 3.93333px, #4466f2 25.28607px 12.33284px 0 3.86667px, #4466f2 25.76198px 11.46997px 0 3.8px, #4466f2 26.2084px 10.58888px 0 3.73333px, #4466f2 26.62462px 9.69057px 0 3.66667px, #4466f2 27.01001px 8.77608px 0 3.6px, #4466f2 27.36392px 7.84648px 0 3.53333px, #4466f2 27.68577px 6.90284px 0 3.46667px, #4466f2 27.97502px 5.94627px 0 3.4px, #4466f2 28.23116px 4.97791px 0 3.33333px, #4466f2 28.4537px 3.99891px 0 3.26667px, #4466f2 28.64223px 3.01042px 0 3.2px, #4466f2 28.79635px 2.01364px 0 3.13333px, #4466f2 28.91571px 1.00976px 0 3.06667px, #4466f2 29px 0px 0 3px, #4466f2 29.04896px -1.01441px 0 2.93333px, #4466f2 29.06237px -2.03224px 0 2.86667px, #4466f2 29.04004px -3.05223px 0 2.8px, #4466f2 28.98185px -4.07313px 0 2.73333px, #4466f2 28.88769px -5.09368px 0 2.66667px, #4466f2 28.75754px -6.1126px 0 2.6px, #4466f2 28.59138px -7.12863px 0 2.53333px, #4466f2 28.38926px -8.14049px 0 2.46667px, #4466f2 28.15127px -9.1469px 0 2.4px, #4466f2 27.87755px -10.1466px 0 2.33333px, #4466f2 27.56827px -11.1383px 0 2.26667px, #4466f2 27.22365px -12.12075px 0 2.2px, #4466f2 26.84398px -13.09268px 0 2.13333px, #4466f2 26.42956px -14.05285px 0 2.06667px, #4466f2 25.98076px -15px 0 2px, #4466f2 25.49798px -15.93291px 0 1.93333px, #4466f2 24.98167px -16.85035px 0 1.86667px, #4466f2 24.43231px -17.75111px 0 1.8px, #4466f2 23.85046px -18.63402px 0 1.73333px, #4466f2 23.23668px -19.49789px 0 1.66667px, #4466f2 22.5916px -20.34157px 0 1.6px, #4466f2 21.91589px -21.16393px 0 1.53333px, #4466f2 21.21024px -21.96384px 0 1.46667px, #4466f2 20.4754px -22.74023px 0 1.4px, #4466f2 19.71215px -23.49203px 0 1.33333px, #4466f2 18.92133px -24.2182px 0 1.26667px, #4466f2 18.10379px -24.91772px 0 1.2px, #4466f2 17.26042px -25.58963px 0 1.13333px, #4466f2 16.39217px -26.23295px 0 1.06667px, #4466f2 15.5px -26.84679px 0 1px, #4466f2 14.58492px -27.43024px 0 0.93333px, #4466f2 13.64796px -27.98245px 0 0.86667px, #4466f2 12.69018px -28.50262px 0 0.8px, #4466f2 11.7127px -28.98995px 0 0.73333px, #4466f2 10.71663px -29.4437px 0 0.66667px, #4466f2 9.70313px -29.86317px 0 0.6px, #4466f2 8.67339px -30.2477px 0 0.53333px, #4466f2 7.6286px -30.59666px 0 0.46667px, #4466f2 6.57001px -30.90946px 0 0.4px, #4466f2 5.49886px -31.18558px 0 0.33333px, #4466f2 4.41643px -31.42451px 0 0.26667px, #4466f2 3.32401px -31.6258px 0 0.2px, #4466f2 2.22291px -31.78904px 0 0.13333px, #4466f2 1.11446px -31.91388px 0 0.06667px, #4466f2 0px -32px 0 0px, #4466f2 -1.11911px -32.04713px 0 -0.06667px, #4466f2 -2.24151px -32.05506px 0 -0.13333px, #4466f2 -3.36582px -32.02361px 0 -0.2px, #4466f2 -4.49065px -31.95265px 0 -0.26667px, #4466f2 -5.61462px -31.84212px 0 -0.33333px, #4466f2 -6.73634px -31.69198px 0 -0.4px, #4466f2 -7.8544px -31.50227px 0 -0.46667px, #4466f2 -8.9674px -31.27305px 0 -0.53333px, #4466f2 -10.07395px -31.00444px 0 -0.6px, #4466f2 -11.17266px -30.69663px 0 -0.66667px, #4466f2 -12.26212px -30.34982px 0 -0.73333px, #4466f2 -13.34096px -29.96429px 0 -0.8px, #4466f2 -14.4078px -29.54036px 0 -0.86667px, #4466f2 -15.46126px -29.07841px 0 -0.93333px, #4466f2 -16.5px -28.57884px 0 -1px, #4466f2 -17.52266px -28.04212px 0 -1.06667px, #4466f2 -18.52792px -27.46878px 0 -1.13333px, #4466f2 -19.51447px -26.85936px 0 -1.2px, #4466f2 -20.48101px -26.21449px 0 -1.26667px, #4466f2 -21.42625px -25.53481px 0 -1.33333px, #4466f2 -22.34896px -24.82104px 0 -1.4px, #4466f2 -23.2479px -24.07391px 0 -1.46667px, #4466f2 -24.12186px -23.29421px 0 -1.53333px, #4466f2 -24.96967px -22.48279px 0 -1.6px, #4466f2 -25.79016px -21.64052px 0 -1.66667px, #4466f2 -26.58223px -20.76831px 0 -1.73333px, #4466f2 -27.34477px -19.86714px 0 -1.8px, #4466f2 -28.07674px -18.938px 0 -1.86667px, #4466f2 -28.7771px -17.98193px 0 -1.93333px, #4466f2 -29.44486px -17px 0 -2px, #4466f2 -30.07908px -15.99333px 0 -2.06667px, #4466f2 -30.67884px -14.96307px 0 -2.13333px, #4466f2 -31.24325px -13.91039px 0 -2.2px, #4466f2 -31.7715px -12.83652px 0 -2.26667px, #4466f2 -32.26278px -11.74269px 0 -2.33333px, #4466f2 -32.71634px -10.63018px 0 -2.4px, #4466f2 -33.13149px -9.5003px 0 -2.46667px, #4466f2 -33.50755px -8.35437px 0 -2.53333px, #4466f2 -33.84391px -7.19374px 0 -2.6px, #4466f2 -34.14px -6.0198px 0 -2.66667px, #4466f2 -34.39531px -4.83395px 0 -2.73333px, #4466f2 -34.60936px -3.63759px 0 -2.8px, #4466f2 -34.78173px -2.43218px 0 -2.86667px, #4466f2 -34.91205px -1.21916px 0 -2.93333px, #4466f2 -35px 0px 0 -3px, #4466f2 -35.04531px 1.22381px 0 -3.06667px, #4466f2 -35.04775px 2.45078px 0 -3.13333px, #4466f2 -35.00717px 3.6794px 0 -3.2px, #4466f2 -34.92345px 4.90817px 0 -3.26667px, #4466f2 -34.79654px 6.13557px 0 -3.33333px, #4466f2 -34.62643px 7.36007px 0 -3.4px, #4466f2 -34.41316px 8.58016px 0 -3.46667px, #4466f2 -34.15683px 9.79431px 0 -3.53333px, #4466f2 -33.85761px 11.001px 0 -3.6px, #4466f2 -33.5157px 12.19872px 0 -3.66667px, #4466f2 -33.13137px 13.38594px 0 -3.73333px, #4466f2 -32.70493px 14.56117px 0 -3.8px, #4466f2 -32.23675px 15.72291px 0 -3.86667px, #4466f2 -31.72725px 16.86968px 0 -3.93333px, #4466f2 -31.17691px 18px 0 -4px, #4466f2 -30.58627px 19.11242px 0 -4.06667px, #4466f2 -29.95589px 20.2055px 0 -4.13333px, #4466f2 -29.28642px 21.27783px 0 -4.2px, #4466f2 -28.57852px 22.32799px 0 -4.26667px, #4466f2 -27.83295px 23.35462px 0 -4.33333px, #4466f2 -27.05047px 24.35635px 0 -4.4px, #4466f2 -26.23192px 25.33188px 0 -4.46667px, #4466f2 -25.37819px 26.27988px 0 -4.53333px, #4466f2 -24.49018px 27.1991px 0 -4.6px, #4466f2 -23.56888px 28.0883px 0 -4.66667px, #4466f2 -22.6153px 28.94626px 0 -4.73333px, #4466f2 -21.6305px 29.77183px 0 -4.8px, #4466f2 -20.61558px 30.56385px 0 -4.86667px, #4466f2 -19.57168px 31.32124px 0 -4.93333px, #4466f2 -18.5px 32.04294px 0 -5px, #4466f2 -17.40175px 32.72792px 0 -5.06667px, #4466f2 -16.27818px 33.37522px 0 -5.13333px, #4466f2 -15.1306px 33.98389px 0 -5.2px, #4466f2 -13.96034px 34.55305px 0 -5.26667px, #4466f2 -12.76875px 35.08186px 0 -5.33333px, #4466f2 -11.55724px 35.56951px 0 -5.4px, #4466f2 -10.32721px 36.01527px 0 -5.46667px, #4466f2 -9.08014px 36.41843px 0 -5.53333px, #4466f2 -7.81748px 36.77835px 0 -5.6px, #4466f2 -6.54075px 37.09443px 0 -5.66667px, #4466f2 -5.25147px 37.36612px 0 -5.73333px, #4466f2 -3.95118px 37.59293px 0 -5.8px, #4466f2 -2.64145px 37.77443px 0 -5.86667px, #4466f2 -1.32385px 37.91023px 0 -5.93333px;
    box-shadow: #4466f2 0px 26px 0 6px, #4466f2 0.90971px 26.05079px 0 5.93333px, #4466f2 1.82297px 26.06967px 0 5.86667px, #4466f2 2.73865px 26.05647px 0 5.8px, #4466f2 3.65561px 26.01104px 0 5.73333px, #4466f2 4.57274px 25.93327px 0 5.66667px, #4466f2 5.48887px 25.8231px 0 5.6px, #4466f2 6.40287px 25.68049px 0 5.53333px, #4466f2 7.31358px 25.50548px 0 5.46667px, #4466f2 8.21985px 25.2981px 0 5.4px, #4466f2 9.12054px 25.05847px 0 5.33333px, #4466f2 10.01448px 24.78672px 0 5.26667px, #4466f2 10.90054px 24.48302px 0 5.2px, #4466f2 11.77757px 24.1476px 0 5.13333px, #4466f2 12.64443px 23.78072px 0 5.06667px, #4466f2 13.5px 23.38269px 0 5px, #4466f2 14.34315px 22.95384px 0 4.93333px, #4466f2 15.17277px 22.49455px 0 4.86667px, #4466f2 15.98776px 22.00526px 0 4.8px, #4466f2 16.78704px 21.48643px 0 4.73333px, #4466f2 17.56953px 20.93855px 0 4.66667px, #4466f2 18.33418px 20.36217px 0 4.6px, #4466f2 19.07995px 19.75787px 0 4.53333px, #4466f2 19.80582px 19.12626px 0 4.46667px, #4466f2 20.5108px 18.468px 0 4.4px, #4466f2 21.1939px 17.78379px 0 4.33333px, #4466f2 21.85416px 17.07434px 0 4.26667px, #4466f2 22.49067px 16.34043px 0 4.2px, #4466f2 23.10251px 15.58284px 0 4.13333px, #4466f2 23.68881px 14.80241px 0 4.06667px, #4466f2 24.24871px 14px 0 4px, #4466f2 24.7814px 13.1765px 0 3.93333px, #4466f2 25.28607px 12.33284px 0 3.86667px, #4466f2 25.76198px 11.46997px 0 3.8px, #4466f2 26.2084px 10.58888px 0 3.73333px, #4466f2 26.62462px 9.69057px 0 3.66667px, #4466f2 27.01001px 8.77608px 0 3.6px, #4466f2 27.36392px 7.84648px 0 3.53333px, #4466f2 27.68577px 6.90284px 0 3.46667px, #4466f2 27.97502px 5.94627px 0 3.4px, #4466f2 28.23116px 4.97791px 0 3.33333px, #4466f2 28.4537px 3.99891px 0 3.26667px, #4466f2 28.64223px 3.01042px 0 3.2px, #4466f2 28.79635px 2.01364px 0 3.13333px, #4466f2 28.91571px 1.00976px 0 3.06667px, #4466f2 29px 0px 0 3px, #4466f2 29.04896px -1.01441px 0 2.93333px, #4466f2 29.06237px -2.03224px 0 2.86667px, #4466f2 29.04004px -3.05223px 0 2.8px, #4466f2 28.98185px -4.07313px 0 2.73333px, #4466f2 28.88769px -5.09368px 0 2.66667px, #4466f2 28.75754px -6.1126px 0 2.6px, #4466f2 28.59138px -7.12863px 0 2.53333px, #4466f2 28.38926px -8.14049px 0 2.46667px, #4466f2 28.15127px -9.1469px 0 2.4px, #4466f2 27.87755px -10.1466px 0 2.33333px, #4466f2 27.56827px -11.1383px 0 2.26667px, #4466f2 27.22365px -12.12075px 0 2.2px, #4466f2 26.84398px -13.09268px 0 2.13333px, #4466f2 26.42956px -14.05285px 0 2.06667px, #4466f2 25.98076px -15px 0 2px, #4466f2 25.49798px -15.93291px 0 1.93333px, #4466f2 24.98167px -16.85035px 0 1.86667px, #4466f2 24.43231px -17.75111px 0 1.8px, #4466f2 23.85046px -18.63402px 0 1.73333px, #4466f2 23.23668px -19.49789px 0 1.66667px, #4466f2 22.5916px -20.34157px 0 1.6px, #4466f2 21.91589px -21.16393px 0 1.53333px, #4466f2 21.21024px -21.96384px 0 1.46667px, #4466f2 20.4754px -22.74023px 0 1.4px, #4466f2 19.71215px -23.49203px 0 1.33333px, #4466f2 18.92133px -24.2182px 0 1.26667px, #4466f2 18.10379px -24.91772px 0 1.2px, #4466f2 17.26042px -25.58963px 0 1.13333px, #4466f2 16.39217px -26.23295px 0 1.06667px, #4466f2 15.5px -26.84679px 0 1px, #4466f2 14.58492px -27.43024px 0 0.93333px, #4466f2 13.64796px -27.98245px 0 0.86667px, #4466f2 12.69018px -28.50262px 0 0.8px, #4466f2 11.7127px -28.98995px 0 0.73333px, #4466f2 10.71663px -29.4437px 0 0.66667px, #4466f2 9.70313px -29.86317px 0 0.6px, #4466f2 8.67339px -30.2477px 0 0.53333px, #4466f2 7.6286px -30.59666px 0 0.46667px, #4466f2 6.57001px -30.90946px 0 0.4px, #4466f2 5.49886px -31.18558px 0 0.33333px, #4466f2 4.41643px -31.42451px 0 0.26667px, #4466f2 3.32401px -31.6258px 0 0.2px, #4466f2 2.22291px -31.78904px 0 0.13333px, #4466f2 1.11446px -31.91388px 0 0.06667px, #4466f2 0px -32px 0 0px, #4466f2 -1.11911px -32.04713px 0 -0.06667px, #4466f2 -2.24151px -32.05506px 0 -0.13333px, #4466f2 -3.36582px -32.02361px 0 -0.2px, #4466f2 -4.49065px -31.95265px 0 -0.26667px, #4466f2 -5.61462px -31.84212px 0 -0.33333px, #4466f2 -6.73634px -31.69198px 0 -0.4px, #4466f2 -7.8544px -31.50227px 0 -0.46667px, #4466f2 -8.9674px -31.27305px 0 -0.53333px, #4466f2 -10.07395px -31.00444px 0 -0.6px, #4466f2 -11.17266px -30.69663px 0 -0.66667px, #4466f2 -12.26212px -30.34982px 0 -0.73333px, #4466f2 -13.34096px -29.96429px 0 -0.8px, #4466f2 -14.4078px -29.54036px 0 -0.86667px, #4466f2 -15.46126px -29.07841px 0 -0.93333px, #4466f2 -16.5px -28.57884px 0 -1px, #4466f2 -17.52266px -28.04212px 0 -1.06667px, #4466f2 -18.52792px -27.46878px 0 -1.13333px, #4466f2 -19.51447px -26.85936px 0 -1.2px, #4466f2 -20.48101px -26.21449px 0 -1.26667px, #4466f2 -21.42625px -25.53481px 0 -1.33333px, #4466f2 -22.34896px -24.82104px 0 -1.4px, #4466f2 -23.2479px -24.07391px 0 -1.46667px, #4466f2 -24.12186px -23.29421px 0 -1.53333px, #4466f2 -24.96967px -22.48279px 0 -1.6px, #4466f2 -25.79016px -21.64052px 0 -1.66667px, #4466f2 -26.58223px -20.76831px 0 -1.73333px, #4466f2 -27.34477px -19.86714px 0 -1.8px, #4466f2 -28.07674px -18.938px 0 -1.86667px, #4466f2 -28.7771px -17.98193px 0 -1.93333px, #4466f2 -29.44486px -17px 0 -2px, #4466f2 -30.07908px -15.99333px 0 -2.06667px, #4466f2 -30.67884px -14.96307px 0 -2.13333px, #4466f2 -31.24325px -13.91039px 0 -2.2px, #4466f2 -31.7715px -12.83652px 0 -2.26667px, #4466f2 -32.26278px -11.74269px 0 -2.33333px, #4466f2 -32.71634px -10.63018px 0 -2.4px, #4466f2 -33.13149px -9.5003px 0 -2.46667px, #4466f2 -33.50755px -8.35437px 0 -2.53333px, #4466f2 -33.84391px -7.19374px 0 -2.6px, #4466f2 -34.14px -6.0198px 0 -2.66667px, #4466f2 -34.39531px -4.83395px 0 -2.73333px, #4466f2 -34.60936px -3.63759px 0 -2.8px, #4466f2 -34.78173px -2.43218px 0 -2.86667px, #4466f2 -34.91205px -1.21916px 0 -2.93333px, #4466f2 -35px 0px 0 -3px, #4466f2 -35.04531px 1.22381px 0 -3.06667px, #4466f2 -35.04775px 2.45078px 0 -3.13333px, #4466f2 -35.00717px 3.6794px 0 -3.2px, #4466f2 -34.92345px 4.90817px 0 -3.26667px, #4466f2 -34.79654px 6.13557px 0 -3.33333px, #4466f2 -34.62643px 7.36007px 0 -3.4px, #4466f2 -34.41316px 8.58016px 0 -3.46667px, #4466f2 -34.15683px 9.79431px 0 -3.53333px, #4466f2 -33.85761px 11.001px 0 -3.6px, #4466f2 -33.5157px 12.19872px 0 -3.66667px, #4466f2 -33.13137px 13.38594px 0 -3.73333px, #4466f2 -32.70493px 14.56117px 0 -3.8px, #4466f2 -32.23675px 15.72291px 0 -3.86667px, #4466f2 -31.72725px 16.86968px 0 -3.93333px, #4466f2 -31.17691px 18px 0 -4px, #4466f2 -30.58627px 19.11242px 0 -4.06667px, #4466f2 -29.95589px 20.2055px 0 -4.13333px, #4466f2 -29.28642px 21.27783px 0 -4.2px, #4466f2 -28.57852px 22.32799px 0 -4.26667px, #4466f2 -27.83295px 23.35462px 0 -4.33333px, #4466f2 -27.05047px 24.35635px 0 -4.4px, #4466f2 -26.23192px 25.33188px 0 -4.46667px, #4466f2 -25.37819px 26.27988px 0 -4.53333px, #4466f2 -24.49018px 27.1991px 0 -4.6px, #4466f2 -23.56888px 28.0883px 0 -4.66667px, #4466f2 -22.6153px 28.94626px 0 -4.73333px, #4466f2 -21.6305px 29.77183px 0 -4.8px, #4466f2 -20.61558px 30.56385px 0 -4.86667px, #4466f2 -19.57168px 31.32124px 0 -4.93333px, #4466f2 -18.5px 32.04294px 0 -5px, #4466f2 -17.40175px 32.72792px 0 -5.06667px, #4466f2 -16.27818px 33.37522px 0 -5.13333px, #4466f2 -15.1306px 33.98389px 0 -5.2px, #4466f2 -13.96034px 34.55305px 0 -5.26667px, #4466f2 -12.76875px 35.08186px 0 -5.33333px, #4466f2 -11.55724px 35.56951px 0 -5.4px, #4466f2 -10.32721px 36.01527px 0 -5.46667px, #4466f2 -9.08014px 36.41843px 0 -5.53333px, #4466f2 -7.81748px 36.77835px 0 -5.6px, #4466f2 -6.54075px 37.09443px 0 -5.66667px, #4466f2 -5.25147px 37.36612px 0 -5.73333px, #4466f2 -3.95118px 37.59293px 0 -5.8px, #4466f2 -2.64145px 37.77443px 0 -5.86667px, #4466f2 -1.32385px 37.91023px 0 -5.93333px;
    -webkit-animation: whirly-loader 1.25s infinite linear;
    animation: whirly-loader 1.25s infinite linear;
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%
}

.Cardblog {
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    border: 1px solid rgba(0, 0, 0, .05);
    border-radius: .375rem;
    background-color: #fff;
    background-clip: border-box;
    transition: all 0.5s;
}

.Serviceimage {
    margin: 5px auto;
}

h2.swal2-title {
    font-size: 17px;
}
/*#endregion*/

/*#region Cart*/
.size span {
    font-size: 11px
}

.color span {
    font-size: 11px
}

.product-deta {
    margin-right: 70px
}

.gift-card:focus {
    box-shadow: none
}

.pay-button {
    color: #fff
}

    .pay-button:hover {
        color: #fff
    }

    .pay-button:focus {
        color: #fff;
        box-shadow: none
    }

.text-grey {
    color: #a39f9f
}

.qty i {
    font-size: 11px
}





.summary h3 {
    text-align: center;
    font-size: 1.3em;
    font-weight: 600;
    padding-top: 20px;
    padding-bottom: 20px;
}

.summary .summary-item:not(:last-of-type) {
    padding-bottom: 10px;
    padding-top: 10px;
    border-bottom: 1px dashed rgba(0, 0, 0, 0.1);
}

.summary .text {
    font-size: 1em;
    font-weight: 600;
}

.summary .price {
    font-size: 1em;
    float: left;
}

.summary button {
    margin-top: 20px;
}

.ColorblueDiscount {
    color: #2b99bd;
}

.whauto {
    width: auto;
    height: auto;
}

.imageradius {
    padding: .25rem;
    background-color: #fff;
    border: 1px solid #9317cc;
    border-radius: 7.25rem;
    transition: all .2s ease-in-out;
    max-width: 100%;
    height: auto;
}

.single-f-news:last-child {
    margin: 0;
}

.single-f-news {
    position: relative;
    background: transparent;
    margin-bottom: 20px;
    box-shadow: none;
}

.box-shadow {
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    box-shadow: 0 0 7px 0 #eaeff4;
    -moz-box-shadow: 0 0 7px 0 #eaeff4;
    -webkit-box-shadow: 0 0 7px 0 #eaeff4;
    position: relative;
    border: 1px solid #ecf0f4;
    background-color: #fff;
}
/*#endregion */


/*#region Cart*/
.color-yellow {
    color: #fdc220;
}

.font13 {
    font-size: 12px;
}

.font15 {
    font-size: 15px !important;
}

.font18 {
    font-size: 18px !important;
}

.font20 {
    font-size: 20px !important;
}

.prl-0 {
    padding-right: 0px;
    padding-left: 0px;
}


/*#endregion*/
/*#region Table*/
table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 1rem;
    background-color: transparent;
    border-collapse: collapse;
    border: 1px solid #dee2e6;
}

    table thead {
        color: #495057;
        background-color: #e9ecef;
        border-color: #dee2e6;
    }


        table thead td, table thead th {
            border-bottom-width: 2px;
        }


    table td, table th {
        padding: .75rem;
        vertical-align: top;
        border-top: 1px solid #dee2e6;
    }

    table thead th {
        vertical-align: bottom;
        border-bottom: 2px solid #dee2e6;
        border-bottom-width: 2px;
    }

    table td, table th {
        border: 1px solid #dee2e6;
        border-bottom-color: rgb(222, 226, 230);
        border-bottom-style: solid;
        border-bottom-width: 1px;
    }
/*#endregion*/
/*#region PayOrderVerify*/

.cardheaderPayorder {
    padding-left: 12px !important;
    overflow: hidden;
    padding: 0.75rem 1.25rem;
    background-color: rgba(0, 0, 0, 0.03);
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

    .cardheaderPayorder h3 {
        float: right;
        font-size: 14px;
        color: #fff;
        background: rgba(106, 18, 166, 0.7);
        padding-top: 4px;
        padding-right: 16px;
        padding-bottom: 8px;
        padding-left: 16px;
        text-align: right;
        border-radius: 0 40px 0 64px;
        min-width: 122px;
        margin: 0;
        font-weight: 400;
    }

.was-validated {
    display: block;
}

.beh-card .change-languge {
    display: block;
    background: rgba(230, 19, 44, 0.4);
    position: absolute;
    right: 0;
    top: 0;
    padding: 4px 12px;
    font-weight: 700;
    border-bottom-left-radius: 10px;
    color: #fff;
    z-index: 10000;
}

.beh-card .header-center-mellat-bill {
    text-align: center;
}

.beh-card .header-center {
    text-align: center;
    padding-bottom: 4rem !important;
    background-size: 100%;
}

    .beh-card .header-center span {
        line-height: 50px;
        font-size: 12px;
        font-weight: bold;
        color: #3d13d2;
    }

    .beh-card .header-center a {
        display: none;
        color: #fff;
        font-size: 12px;
        line-height: 16px;
        outline: none;
    }

.beh-card .shaparaklogo,
.beh-card .behpardakhtlogo {
    float: left;
    display: block;
    margin: 4px;
}

    .beh-card .behpardakhtlogo img {
        float: left;
    }

    .beh-card .shaparaklogo img,
    .beh-card .behpardakhtlogo img {
        max-width: 120px;
    }

.beh-card {
    width: 100%;
    position: relative;
    background: #fff;
    margin-bottom: 8px;
    border-radius: 4px;
    box-shadow: 0 5px 5px rgba(115, 146, 174, 0.31);
}

    .beh-card img {
        width: 100%;
    }

    .beh-card .beh-card {
        border-radius: 0 0 4px 4px;
    }

.main-wrapper.payment [class*="col-"]:first-child .beh-card {
    border-radius: 4px 4px 4px 32px;
}

.main-wrapper.payment [class*="col-"]:last-child .beh-card {
    border-radius: 4px;
}

.background-overflow {
    position: absolute;
    overflow: hidden;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
}

.result .carddetail {
    overflow: hidden;
    min-height: 150px;
}

.background-overflow:before {
    content: "";
    position: absolute;
    left: -200px;
    top: -40px;
    transform: rotate(45deg);
    border-radius: 120px;
    width: 360px;
    height: 360px;
    background-color: rgba(0, 0, 0, 0.05);
}

.sucsses-result.carddetail:before,
.failed-result.carddetail:before {
    position: absolute;
    content: "";
    transform: rotate(45deg);
    left: -80px;
    top: 20px;
    border-radius: 36px;
    width: 120px;
    height: 120px;
    background-color: #18ce9b;
}

.failed-result.carddetail:before {
    background-color: #e6132c;
}

.shape:before {
    content: "";
    position: absolute;
    right: 20px;
    top: -360px;
    transform: rotate(-45deg);
    width: 260px;
    height: 854px;
    background-color: rgba(0, 0, 0, 0.05);
}

.shape:after {
    content: "";
    position: absolute;
    right: -200px;
    bottom: -160px;
    transform: rotate(135deg);
    width: 600px;
    height: 200px;
    background-color: rgba(0, 0, 0, 0.05);
}

.sucsses-result .shape:before,
.failed-result .shape:before {
    right: -51px;
    top: -300px;
    transform: rotate(-45deg);
    width: 80px;
    height: 780px;
    background-color: #18ce9b;
}

.failed-result .shape::before {
    background-color: #E6132C;
}

.sucsses-result .shape:after {
    right: -200px;
    bottom: -100px;
    transform: rotate(135deg);
    width: 320px;
    height: 200px;
    background: -moz-linear-gradient(left, rgba(80, 221, 81, 0.95) 0%, rgba(24, 206, 155, 0.95) 100%);
    background: -webkit-linear-gradient(left, rgba(80, 221, 81, 0.95) 0%, rgba(24, 206, 155, 0.95) 100%);
    background: linear-gradient(to right, rgba(80, 221, 81, 0.95) 0%, rgba(24, 206, 155, 0.95) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f250dd51',endColorstr='#f218ce9b',GradientType=1);
}

.failed-result .shape:after {
    background: -moz-linear-gradient(left, rgba(241, 96, 0, 0.95) 0%, rgba(230, 34, 85, 0.95) 100%);
    background: -webkit-linear-gradient(left, rgba(241, 96, 0, 0.95) 0%, rgba(230, 34, 85, 0.95) 100%);
    background: linear-gradient(to right, rgba(241, 96, 0, 0.95) 0%, rgba(230, 34, 85, 0.95) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f2f16000',endColorstr='#f2e62255',GradientType=1);
}

.trasaction-result {
    color: #3d3d3d;
}

    .trasaction-result dt {
        text-align: center;
    }

    .trasaction-result dd {
        text-align: center;
        margin: 0;
        margin-bottom: 10px;
    }

.result-brif {
    text-align: center !important;
}

    .result-brif b {
        display: block;
        margin: 20px auto;
    }

.sucsses-result .result-brif b {
    color: #18ce9b;
}

.result-brif .result-message {
    font-size: 16px;
}

.sucsses-result:after {
    content: "";
    position: absolute;
    right: 15px;
    top: 15px;
    width: 60px;
    height: 60px;
    background: url('../image/option/ipg-sucsess-ico.svg') no-repeat;
}

.failed-result:after {
    content: "";
    position: absolute;
    right: 15px;
    top: 15px;
    width: 60px;
    height: 60px;
    background: url('../image/option/ipg-failed-ico.svg');
}

.btn-perches {
    color: #fff;
    background: #18ce9b;
    background: -moz-linear-gradient(left, rgba(24, 206, 155, 1) 0%, rgba(80, 221, 81, 1) 100%);
    background: -webkit-linear-gradient(left, rgba(24, 206, 155, 1) 0%, rgba(80, 221, 81, 1) 100%);
    background: linear-gradient(to right, rgba(24, 206, 155, 1) 0%, rgba(80, 221, 81, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#18ce9b',endColorstr='#50dd51',GradientType=1);
    min-width: 150px;
    box-shadow: 0 0 10px rgba(80, 221, 81, 0.5);
    margin: 8px 0;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    font-size: 18px;
}

    .btn-perches:hover {
        color: #fff;
        font-weight: 500;
        text-decoration: none;
    }

@media (min-width: 360px) {
    #header .shaparaklogo, #header .behpardakhtlogo {
        margin: 8px;
    }
}

@media (min-width: 576px) {
    #header .shaparaklogo, #header .behpardakhtlogo {
        margin: 16px;
    }

    .beh-card {
        margin-bottom: 16px;
    }

    .cardheaderPayorder {
        padding-left: 16px;
        height: 40px;
    }

    #remaining-time {
        font-size: 16px;
    }

    #header .header-center span {
        font-size: 16px;
    }

    .cardheaderPayorder h3 {
        font-size: 16px;
        padding: 10px 20px;
        border-radius: 0 4px 0 15px;
        min-width: 120px;
        margin-bottom: 16px;
    }

    .card-errorbox {
        font-size: 16px;
        height: 40px;
        padding: 8px;
    }

    .trasaction-result dt {
        text-align: left;
    }

    .trasaction-result dd {
        text-align: right;
        margin-bottom: 0;
    }
}

@media (min-width: 768px) {

    .carddetail:before {
        left: -270px;
        top: -50px;
        transform: rotate(45deg);
        border-radius: 120px;
        width: 400px;
        height: 400px;
    }

    .shape:before {
        right: 20px;
        top: -300px;
        transform: rotate(-45deg);
        width: 200px;
        height: 854px;
    }

    .shape:after {
        right: -200px;
        bottom: -100px;
        transform: rotate(135deg);
        width: 600px;
        height: 200px;
    }

    .sucsses-result.carddetail:before, .failed-result.carddetail:before, .unknown-result.carddetail:before {
        left: -80px;
        top: -29px;
        border-radius: 66px;
        width: 200px;
        height: 200px;
    }

    .sucsses-result .shape:before, .failed-result .shape:before, .unknown-result .shape:before {
        right: -51px;
        top: -300px;
        transform: rotate(-45deg);
        width: 151px;
        height: 780px;
    }

    .sucsses-result .shape:after, .failed-result .shape:after, .unknown-result .shape:after {
        right: -200px;
        bottom: -100px;
        transform: rotate(135deg);
        width: 600px;
        height: 200px;
    }

    .sucsses-result:after {
        right: 25px;
        top: 25px;
        width: 100px;
        height: 100px;
    }

    .failed-result:after {
        right: 25px;
        top: 25px;
        width: 100px;
        height: 100px;
    }
}

/*#endregion*/
/*#region ticket*/

.ticket-number {
    line-height: 0;
    font-size: 1.2em;
    font-style: italic;
    color: #2a9fbb;
}

.floatleft {
    float: left !important;
}

.card .card-header .name {
    font-size: .9em;
    padding-top: 6px;
    margin-right: 6px;
}

.card .card-header .type {
    font-weight: 700;
    font-size: .8em;
    padding-right: 5px;
    color: #8713e1;
}

.card .card-header i {
    font-size: 2.2em;
}

.userheader {
    padding: 0;
    background-color: #f8f8f8;
}

.card .card-header .date {
    float: left;
    font-size: 13px;
    padding: 8px 10px;
}

.card .card-header .user {
    padding-top: 5px;
    padding-right: 10px;
    padding-bottom: 5px;
}

    .card .card-header .user i {
        font-size: 2.2em;
        padding-top: 2px;
        padding-right: 15px;
        padding-bottom: 2px;
        padding-left: 5px;
    }

.requestor-badge {
    font-size: 85%;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 5px;
    padding-left: 10px;
}

.requestor-type-operator {
    background-color: #5bc0de;
    border-radius: 9px;
    color: #fff;
}

.requestor-type-owner {
    background-color: #5cb85c;
    border-radius: 9px;
    color: #fff;
}

.attachments {
    margin: 0;
    border-top: 1px dashed #ddd;
    font-size: 80%;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 20px
}

    .attachments .attachment-list {
        list-style: none;
        margin: 10px 0 -10px 0;
        padding: 0
    }

        .attachments .attachment-list li {
            display: inline-block;
            width: 190px;
            vertical-align: top
        }

            .attachments .attachment-list li a {
                display: block;
                padding: 5px 5px 10px 5px;
                margin-bottom: 10px;
                border: 1px solid #ddd;
                border-radius: 3px
            }

                .attachments .attachment-list li a figure {
                    margin: 0 0 5px 0;
                    background-color: #f6f6f6;
                    line-height: 100px;
                    text-align: center;
                    font-size: 4em
                }

                .attachments .attachment-list li a .caption {
                    padding: 9px 5px;
                    background: #f7f7f7;
                    text-align: left
                }

            .attachments .attachment-list li #answer {
                display: block;
                padding: 5px 5px 10px 5px;
                margin-bottom: 10px;
                border: 1px solid #ddd;
                border-radius: 3px;
            }

                .attachments .attachment-list li #answer figure {
                    margin: 0 0 5px 0;
                    background-color: #f6f6f6;
                    line-height: 100px;
                    text-align: center;
                    font-size: 4em;
                }

                .attachments .attachment-list li #answer .caption {
                    padding: 9px 5px;
                    background: #f7f7f7;
                    text-align: left;
                }

            .attachments .attachment-list li #edite {
                display: block;
                padding: 5px 5px 10px 5px;
                margin-bottom: 10px;
                border: 1px solid #ddd;
                border-radius: 3px;
            }

                .attachments .attachment-list li #edite figure {
                    margin: 0 0 5px 0;
                    background-color: #f6f6f6;
                    line-height: 100px;
                    text-align: center;
                    font-size: 4em;
                }

                .attachments .attachment-list li #edite .caption {
                    padding-right: 5px;
                    padding-bottom: 23px;
                    padding-left: 5px;
                    background: #f7f7f7;
                    margin-right: -2px;
                    margin-left: -2px;
                    font-size: 15px;
                }
 

.userfooter {
    padding-top: 0px;
    padding-bottom: 0px;
    background-color: #f8f8f8;
    padding-right: 1.25rem;
    padding-left: 1.25rem;
}

.useManger {
    padding: 0;
    background-color: #f2f9ff;
}

.userfooterManger {
    padding-top: 0px;
    padding-bottom: 0px;
    background-color: #f2f9ff;
    padding-right: 1.25rem;
    padding-left: 1.25rem;
}

.account-card {
    height: 300px;
    border-radius: 3px;
    margin-bottom: 30px;
    padding: 0px 30px 30px;
    background: var(--white);
    -webkit-box-shadow: var(--primary-bshadow);
    box-shadow: var(--primary-bshadow)
}

.account-title {
    padding: 18px 0px;
    margin-bottom: 25px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-bottom: 1px solid var(--border)
}

    .account-title::before {
        position: absolute;
        content: "";
        bottom: -2px;
        right: 0px;
        width: 50px;
        height: 2px;
        background: var(--primary)
    }

    .account-title h3 {
        font-size: 20px
    }

    .account-title a {
        width: 50px;
        height: 30px;
        font-size: 15px;
        font-weight: 500;
        line-height: 30px;
        text-align: center;
        border-radius: 5px;
        text-transform: capitalize;
        color: var(--primary);
        background: var(--gray)
    }

        .account-title a:hover {
            color: var(--white);
            background: var(--primary)
        }

/*#endregion */
/*#region Dasboard*/

.backthead {
    background-color: #6c7ae0;
    color: #fff;
}

.Dashbord ul li {
    line-height: 30px;
    padding-right: 20px;
    position: relative;
    border-bottom: 1px dashed rgba(0, 0, 0, 0.1);
    padding-top: 6px;
    padding-bottom: 6px;
}

    .Dashbord ul li::before {
        content: "";
        position: absolute;
        right: 0;
        top: 50%;
        width: 8px;
        height: 8px;
        background: #F3A712;
        border-radius: 100%;
        margin-top: -4px;
    }

    .Dashbord ul li a {
        margin-right: 14px;
    }

.menuuserprofile {
    padding: 20px;
}

.headerDashbord {
    border-bottom: 1px solid #eff2f5;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    position: relative;
}

.imageradius {
    padding: .25rem;
    border-radius: 9.25rem;
    transition: all .2s ease-in-out;
    max-width: 100%;
    height: 150px;
}

.card-counter {
    box-shadow: 2px 2px 10px #DADADA;
    margin: 5px;
    padding: 20px 10px;
    background-color: #fff;
    height: 100px;
    border-radius: 5px;
    transition: .3s linear all;
}

    .card-counter:hover {
        box-shadow: 4px 4px 20px #DADADA;
        transition: .3s linear all;
    }

    .card-counter.primary {
        background-color: #007bff;
        color: #FFF;
    }

    .card-counter.danger {
        background-color: #ef5350;
        color: #FFF;
    }

    .card-counter.success {
        background-color: #66bb6a;
        color: #FFF;
    }

    .card-counter.info {
        background-color: #26c6da;
        color: #FFF;
    }

    .card-counter i {
        font-size: 5em;
        opacity: 0.2;
    }

    .card-counter .count-numbers {
        position: absolute;
        right: 35px;
        top: 20px;
        font-size: 32px;
        display: block;
    }

    .card-counter .count-name {
        position: absolute;
        right: 35px;
        top: 65px;
        font-style: italic;
        text-transform: capitalize;
        opacity: 0.5;
        display: block;
        font-size: 18px;
    }
/*#endregion*/
/*#region header-style2*/

.header-style2 ul.header-social li a {
    color: #787878;
}

    .header-style2 ul.header-social li a:hover {
        background-color: #f1f1f1;
    }

.header-style2 .main-menu-area .ne-main-menu {
    text-align: right;
}

    .header-style2 .main-menu-area .ne-main-menu nav ul li a {
        padding: 15px 5px 20px;
        color: #111111;
    }

        .header-style2 .main-menu-area .ne-main-menu nav ul li a:hover {
            color: #e53935;
        }

    .header-style2 .main-menu-area .ne-main-menu nav ul li ul.ne-dropdown-menu {
        background-color: #fff;
        border-radius: 13px;
        right: -15px;
    }

        .header-style2 .main-menu-area .ne-main-menu nav ul li ul.ne-dropdown-menu > li a {
            padding: 10px 10px 10px 15px;
            color: black;
        }

            .header-style2 .main-menu-area .ne-main-menu nav ul li ul.ne-dropdown-menu > li a:focus {
                color: #e53935;
                background: #f8f8f8;
            }

    .header-style2 .main-menu-area .ne-main-menu nav ul li:first-child a {
        padding-right: 0;
    }

    .header-style2 .main-menu-area .ne-main-menu nav ul .active a {
        color: #e53935;
    }

    .header-style2 .main-menu-area .ne-main-menu nav ul .active ul.ne-dropdown-menu .active a {
        background-color: #111111;
    }

.header-style2 .stick {
    background-color: rgba(255, 255, 255, 0.95);
}

    .header-style2 .stick .ne-main-menu nav ul li a {
        padding: 5px;
    }

    .header-style2 .stick .ne-main-menu nav ul li:first-child a {
        padding-right: 0;
    }

@media only screen and (min-width: 992px) {
    .header-style2 .header-action-item ul li {
        border-left: 1px solid #dcdcdc;
    }

        .header-style2 .header-action-item ul li:last-child {
            border-left: 0;
        }

        .header-style2 .header-action-item ul li .search-button i {
            color: #111111;
        }
}

.header-style2 .offcanvas-menu-btn a.menu-bar {
    right: -30px;
    top: -7px;
}

    .header-style2 .offcanvas-menu-btn a.menu-bar span {
        background-color: #111111;
    }

.header-style2 .offcanvas-menu-btn a.menu-times {
    right: -30px;
    top: -7px;
}

    .header-style2 .offcanvas-menu-btn a.menu-times span {
        background-color: #111111;
    }

.top-bar-top.box-layout {
    border-left: 0;
    border-right: 0;
}

.bg-primarytextcolor {
    background-color: #8d10c6db;
}

    .bg-primarytextcolor p {
        color: #FFFFFF;
    }

ul.news-info-list {
    padding: 3px 0 4px;
    margin-bottom: 0rem;
}

    ul.news-info-list li {
        font-size: 13px;
        margin: 3px 0 3px 30px;
        display: inline-block;
        color: #444444;
    }

@media only screen and (max-width: 1199px) {
    ul.news-info-list li {
        margin-left: 12px;
    }
}

ul.news-info-list li:last-child {
    margin-left: 0;
}

ul.news-info-list li i {
    color: #FFFFFF;
    font-size: 16px;
    margin-left: 5px;
}

.Product-courses {
    position: relative;
    padding: 40px 0px;
}

    .Product-courses:after {
        position: absolute;
        left: -10px;
        top: 150px;
        width: 120px;
        height: 155px;
        background: url('../image/option/course-lt-bg.svg') no-repeat top left;
    }

    .Product-courses:before {
        position: relative;
        padding: 40px;
    }

.check-list {
    margin: 0;
    padding-right: 1.2rem;
}

    .check-list li {
        position: relative;
        list-style-type: none;
        padding-right: 1rem;
        margin-bottom: 0.5rem;
    }

        .check-list li:before {
            content: '';
            display: block;
            position: absolute;
            right: 0;
            top: -2px;
            width: 5px;
            height: 11px;
            border-width: 0 2px 2px 0;
            border-style: solid;
            border-color: #00a8a8;
            transform-origin: bottom left;
            transform: rotate(45deg);
        }



/*#endregion  */

/*#region  style*/
.font12 {
    font-size: 12px !important;
}

.rounded {
    border-radius: .25rem !important;
}

.rounded-circle {
    border-radius: 50% !important;
}

.rounded-0 {
    border-radius: 0 !important;
}

.radius10 {
    border-radius: 10px !important;
}

.radius15 {
    border-radius: 15px !important;
}

.radius20 {
    border-radius: 20px;
}

.radius25 {
    border-radius: 55px;
}


.whatNeed .form-control {
    font-size: 10px !important;
}



/*-------what need---------*/

.whatNeed {
    border: 1px solid #ddd;
    font-size: 12px !important;
}


    .whatNeed label {
        margin: 0 6px 6px 0;
    }

    .whatNeed .form-control {
        box-shadow: 1px 1px 3px 1px #f4f3f3 !important;
        border-radius: 12px !important;
        padding: .55rem .75rem !important;
    }

    .whatNeed .fa-filter {
        font-size: 20px !important;
    }

ul.prof li img {
    width: 40px;
    height: 40px;
    border-radius: 100%;
}

.pcolor ul li {
    display: inline-block;
    padding: 3px 10px;
    margin: 4px;
    background-color: #e4ebf0;
    border-radius: 15px;
    font-size: 12px !important;
}

.bright {
    border-right: 3px solid #F4C413;
}


.bright_lblue {
    border-right: 3px solid #26F1E8;
}

#blog_details h2 {
    font-size: .85rem;
}

.Fontsixeh3 {
    font-size: .85rem;
}
/*#endregion  */

/*#region PayGabz*/

/*--بخش پرداخت قبض----*/
@font-face {
    font-family: Iransans;
    font-weight: 400;
    font-display: swap;
    src: url('../fonts/iransansweb(fanum).eot') format('embedded-opentype'), url('../fonts/iransansweb(fanum).ttf') format('truetype'), url('../fonts/iransansweb(fanum).woff') format('woff'), url('../fonts/iransansweb(fanum).woff2') format('woff2');
}


.gz__content-wrapper {
    position: relative;
    padding-left: 16px;
    padding-right: 16px;
}

.gz__products__tab-body {
    background: #fff;
    border-bottom-left-radius: 0.5em;
    border-bottom-right-radius: 0.5em;
    border-top-left-radius: 0.18125em;
    border-top-right-radius: 0.18125em;
    padding: 0;
    position: relative;
    margin-top: 3rem !important;
}

@keyframes placeHolderShimmer {
    0% {
        background-position: -468px 0;
    }

    100% {
        background-position: 468px 0;
    }
}

.gz__form__label {
    color: #333;
    display: block;
    font-family: Iransans;
    font-size: 0.875em;
    font-weight: 700;
    margin-bottom: 0.5em;
    text-align: inherit;
    text-align: center;
}

.gz__form__input-wrapper {
    position: relative;
    margin: 0.5em auto;
}

.gz__form__input {
    background: #fff;
    border: 0.0625em solid #434343;
    border-radius: 2.85714em;
    display: block;
    font-family: Iransans;
    font-size: 0.875em;
    height: 3.42857em;
    line-height: 3.42857em;
    outline: 0 !important;
    padding: 0 2.5em;
    position: relative;
    width: 100%;
    -webkit-appearance: none;
}

.gz__form__input--ltr {
    direction: ltr;
    text-align: center;
}

    .gz__form__input--ltr::placeholder {
        direction: rtl;
        text-align: right;
    }


.gz__form__btn {
    background: #30ce55;
    border-color: #828282;
    border-style: solid;
    border-radius: 4.16667em;
    border-width: 0.0625em;
    box-shadow: 0 0 0.375em rgba(0, 0, 0, 0.36);
    cursor: pointer;
    display: block;
    font-family: Iransans;
    font-size: 0.75em;
    font-weight: 700;
    height: 3.66667em;
    margin: 0.66667em auto;
    outline: 0;
    position: relative;
    text-align: center;
    transition: all ease-in-out 0.2s;
    width: 100%;
}

    .gz__form__btn:hover {
        animation: none;
        background: #4527a0;
        color: #fff;
        box-shadow: 0 0.1875em 0.375em rgba(0, 0, 0, 0.26);
        border-color: #4527a0;
    }

    .gz__form__btn:after {
        animation: btn-loading-anim 1s infinite linear;
        border-radius: 50%;
        content: "";
        display: none;
        font-size: 5px;
        height: 5px;
        left: 50%;
        margin: 0 auto;
        position: absolute;
        width: 5px;
        text-indent: -9999em;
        top: 4.4em;
        transform: translateZ(0);
    }


    .gz__form__btn:disabled,
    .gz__form__btn[disabled] {
        background: #d3d3d3 !important;
        border-color: #434343 !important;
        box-shadow: none !important;
        color: #434343 !important;
        cursor: not-allowed !important;
        opacity: 0.6 !important;
    }

@keyframes btn-loading-anim {
    0%, 100% {
        box-shadow: 0 -2.6em 0 0 #fff, 1.8em -1.8em 0 0 rgba(255, 255, 255, 0.2), 2.5em 0 0 0 rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0 rgba(255, 255, 255, 0.2), 0 2.5em 0 0 rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0 rgba(255, 255, 255, 0.2), -2.6em 0 0 0 rgba(255, 255, 255, 0.5), -1.8em -1.8em 0 0 rgba(255, 255, 255, 0.7);
    }

    12.5% {
        box-shadow: 0 -2.6em 0 0 rgba(255, 255, 255, 0.7), 1.8em -1.8em 0 0 #fff, 2.5em 0 0 0 rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0 rgba(255, 255, 255, 0.2), 0 2.5em 0 0 rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0 rgba(255, 255, 255, 0.2), -2.6em 0 0 0 rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0 rgba(255, 255, 255, 0.5);
    }

    25% {
        box-shadow: 0 -2.6em 0 0 rgba(255, 255, 255, 0.5), 1.8em -1.8em 0 0 rgba(255, 255, 255, 0.7), 2.5em 0 0 0 #fff, 1.75em 1.75em 0 0 rgba(255, 255, 255, 0.2), 0 2.5em 0 0 rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0 rgba(255, 255, 255, 0.2), -2.6em 0 0 0 rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0 rgba(255, 255, 255, 0.2);
    }

    37.5% {
        box-shadow: 0 -2.6em 0 0 rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0 rgba(255, 255, 255, 0.5), 2.5em 0 0 0 rgba(255, 255, 255, 0.7), 1.75em 1.75em 0 0 #fff, 0 2.5em 0 0 rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0 rgba(255, 255, 255, 0.2), -2.6em 0 0 0 rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0 rgba(255, 255, 255, 0.2);
    }

    50% {
        box-shadow: 0 -2.6em 0 0 rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0 rgba(255, 255, 255, 0.2), 2.5em 0 0 0 rgba(255, 255, 255, 0.5), 1.75em 1.75em 0 0 rgba(255, 255, 255, 0.7), 0 2.5em 0 0 #fff, -1.8em 1.8em 0 0 rgba(255, 255, 255, 0.2), -2.6em 0 0 0 rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0 rgba(255, 255, 255, 0.2);
    }

    62.5% {
        box-shadow: 0 -2.6em 0 0 rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0 rgba(255, 255, 255, 0.2), 2.5em 0 0 0 rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0 rgba(255, 255, 255, 0.5), 0 2.5em 0 0 rgba(255, 255, 255, 0.7), -1.8em 1.8em 0 0 #fff, -2.6em 0 0 0 rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0 rgba(255, 255, 255, 0.2);
    }

    75% {
        box-shadow: 0 -2.6em 0 0 rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0 rgba(255, 255, 255, 0.2), 2.5em 0 0 0 rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0 rgba(255, 255, 255, 0.2), 0 2.5em 0 0 rgba(255, 255, 255, 0.5), -1.8em 1.8em 0 0 rgba(255, 255, 255, 0.7), -2.6em 0 0 0 #fff, -1.8em -1.8em 0 0 rgba(255, 255, 255, 0.2);
    }

    87.5% {
        box-shadow: 0 -2.6em 0 0 rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0 rgba(255, 255, 255, 0.2), 2.5em 0 0 0 rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0 rgba(255, 255, 255, 0.2), 0 2.5em 0 0 rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0 rgba(255, 255, 255, 0.5), -2.6em 0 0 0 rgba(255, 255, 255, 0.7), -1.8em -1.8em 0 0 #fff;
    }
}

@keyframes action-btn-anim {
    0% {
        box-shadow: 0 0 0.1875em rgba(0, 0, 0, 0.16);
    }

    100% {
        box-shadow: 0 0 0.75em rgba(0, 0, 0, 0.56);
    }
}



.gz__products {
    background-color: #fff;
    position: relative;
    padding-top: 52px;
}

.gz__products__content {
    position: relative;
    z-index: 3;
}

.gz__products__title {
    color: #000;
    font-size: 1.375em;
    font-weight: 700;
    margin-bottom: 0px;
    padding: 0;
    text-align: center;
}

.gz__products__sub-title {
    display: none;
}

.gz__form__item {
    margin: 0 auto 0.5em auto;
}


.gz__products__search-form {
    background: #f8f7fd;
    padding: 1.25em 0.9375em;
    border: 1px solid #d3d3d3;
}

.gz__products__search-form__input {
    padding-left: 3.4375em;
}

.gz__products__search-image {
    margin: 3em auto 0 auto;
    display: block;
    max-width: 90%;
}

.gz__products__search-btn {
    margin-top: 1em !important;
    font-size: 0.875em;
}



@media (min-width: 768px) {
    .gz__products__search-btn {
        font-size: 0.75em;
    }

    .gz__form__label {
        font-size: .8125em;
        text-align: right;
    }

    #Dashboard {
        color: white !important;
    }
}

@media (min-width: 960px) {
    .gz__content-wrapper {
        line-height: inherit;
        margin-left: auto;
        margin-right: auto;
        max-width: 80em;
    }

    #Dashboard {
        color: white !important;
    }

    .gz__form__input {
        font-size: 12px;
        height: 3.33333em;
        line-height: 3.16667em;
    }

    #Dashboard {
        color: white !important;
    }


    .gz__form__btn {
        border-radius: 2.14286em;
        font-size: 14px;
        height: 3.28571em;
        line-height: 3.14286em;
    }

        .gz__form__btn:after {
            top: 3.6em;
        }


    .gz__products {
        background-color: #000;
        display: block;
        height: auto;
        min-height: 100%;
        padding: 50px 0;
    }

        .gz__products:after {
            background-position: center;
            background-repeat: no-repeat;
            background-size: cover;
            content: "";
            background-image: url('../image/option/back_tollbills.jpg');
            display: block;
            height: 100%;
            opacity: 0.3;
            position: absolute;
            right: 0;
            top: 0;
            width: 100%;
            z-index: 1;
        }

    .gz__products__title {
        color: #fff;
        font-size: 2.5em;
    }

    .gz__products__sub-title {
        color: #fff;
        display: block;
        font-size: 0.875em;
        margin: 0 auto;
        max-width: 60em;
        opacity: 0.6;
        padding: 0 15%;
        text-align: center;
    }


    .gz__products__search-form {
        background: 0 0;
        border: none;
        display: inline-block;
        vertical-align: middle;
        width: 60%;
    }

    .gz__products__search-image {
        display: inline-block;
        margin: 1em auto 0 auto;
        vertical-align: middle;
        width: 35%;
    }
}

@media (min-width: 1200px) {
    .gz__content-wrapper {
        padding-left: 0;
        padding-right: 0;
    }
}
/*#endregion*/
/*#region Avarez*/
/*-------بخش پرداخت عوارض--------*/
.container_wrapper {
    max-width: 530px;
    margin: 10px auto 10px;
    padding: 0 30px;
    position: relative;
}

.container_pay {
    padding: 30px 20px;
    width: auto;
    background: url("../image/option/verify_back_1_main.png") repeat-x;
    background-size: auto 100%;
    height: 100%;
}

#border_left {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 30px;
    background: url("../image/option/verify_back_1_left.png") no-repeat;
    background-size: 100% 100%;
}

#border_right {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 30px;
    background: url("../image/option/verify_back_1_right.png") no-repeat;
    background-size: 100% 100%;
}

#title_container {
}

    #title_container #logo {
        width: 50px;
        float: right;
        margin-left: 10px;
    }

    #title_container #title {
        font-weight: bold;
        font-size: 20px;
        float: left;
        margin-top: 12px;
    }

        #title_container #title img {
            width: 30px;
            margin-left: 5px;
        }

#details {
    padding-top: 20px;
}

    #details .item {
        background: #F6F7FC url("../image/option/verify_item_back.png") no-repeat top right;
        background-size: auto 30px;
        border-radius: 15px;
        padding: 5px;
        min-height: 30px;
        margin-bottom: 10px;
        position: relative;
    }

        #details .item .title {
            color: white;
            text-align: center;
            display: inline-block;
            position: absolute;
            top: 0px;
            right: 6px;
            width: auto;
            font-size: 14px;
        }

        #details .item .content {
            display: inline-block;
            width: 100%;
            padding-right: 120px;
            padding-left: 10px;
            text-align: center;
            font-weight: bold
        }

@media (max-width: 450px) {
    .container_pay {
        padding: 10px 0 20px;
    }

    #Dashboard {
        color: white !important;
    }

    #title_container {
        text-align: center;
    }

        #title_container #logo {
            width: 40px !important;
            float: none;
            margin: 0;
        }

        #title_container #title {
            font-size: 13px !important;
            float: none;
        }

            #title_container #title img {
                width: 20px;
            }

    p {
        margin-bottom: 30px;
    }

    #details .item {
        padding: 3px;
        margin-bottom: 15px;
    }

        #details .item .title {
            font-size: 11px;
        }

        #details .item .content {
            font-size: 11px;
        }
}

.btn-md, .btn-sm {
    font-size: 14px;
    height: 36px;
    line-height: 24px;
    min-width: 100px;
    max-width: 240px;
    font-weight: bold;
    padding: 4px 10px 6px 10px !important;
}

.pink-button-green {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #00BD9D), to(#0C9A82));
    background: linear-gradient(180deg, #004ABD 0, #0C0E9AC2 100%);
    border-color: #380C9A;
    -webkit-box-shadow: 0 5px 6px 0 rgba(0, 0, 0, .16);
    box-shadow: 0 5px 6px 0 rgba(0, 0, 0, .16);
    color: #fff;
}

.pink-button-red {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #00BD9D), to(#0C9A82));
    background: linear-gradient(180deg, #BD0000 0, #9A0C0CC2 100%);
    background-color: rgba(0, 0, 0, 0);
    border-color: #9A0C0C;
    -webkit-box-shadow: 0 5px 6px 0 rgba(0, 0, 0, .16);
    box-shadow: 0 5px 6px 0 rgba(0, 0, 0, .16);
    color: #fff;
}

.btn {
    border-radius: 50px;
    outline: 0 !important;
    padding-top: 4px !important;
}

    .btn .pink-button-green:hover, .pink-button-green:hover {
        background-color: #3800ff;
    }

    .btn .pink-button-red:hover, .pink-button-red:hover {
        background-color: orangered;
    }

.alert-primery {
    background-color: #1c0cd5;
}

.alert-danger {
    background-color: #e53935 !important;
}

.was-validated {
    display: block
}


.mrl-0 {
    margin-right: 0px !important;
    margin-left: 0px !important;
}


.online-help {
    background-image: linear-gradient(to right, #d62d57 0%, #9d2c48 50%,#d62d57 51%) !important;
    box-shadow: 0 4px 10px rgba(241,28,81,.2) !important;
    line-height: 34px !important;
    border-radius: 12px !important;
    background-size: 200% 100% !important;
    transition: .2s ease-in-out !important;
    border: none !important;
}

.onlinePay a:hover {
    color: white !important;
}

.online-help::before {
    display: inline-block !important;
}


/***borederradiues**/
.SearchBoxName {
    width: 400px;
    height: 30px;
    background: white;
    border: 1px solid gray;
    border-radius: 20px;
}

.borderSearchs {
    border: 1px solid #883402;
    border-radius: 69px;
    text-align: center;
    padding: 8px 10px 5px 0;
}

/**
/* کادر جستجو
/*
*/
.sbx-custom {
    display: inline-block;
    position: relative;
    width: 100%;
    height: 39px;
    white-space: nowrap;
    box-sizing: border-box;
    font-size: 14px;
}

.sbx-custom__wrapper {
    width: 100%;
    height: 100%;
}

.sbx-custom__input {
    display: inline-block;
    -webkit-transition: box-shadow .4s ease, background .4s ease;
    transition: box-shadow .4s ease, background .4s ease;
    border: 0;
    border-radius: 31px;
    box-shadow: inset 0 0 0 1px #333030;
    background: #FFFFFF;
    padding: 0;
    text-align: center;
    width: 100%;
    height: 39px;
    vertical-align: middle;
    white-space: normal;
    font-size: inherit;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

    .sbx-custom__input::-webkit-search-decoration, .sbx-custom__input::-webkit-search-cancel-button, .sbx-custom__input::-webkit-search-results-button, .sbx-custom__input::-webkit-search-results-decoration {
        display: none;
    }

    .sbx-custom__input:hover {
        box-shadow: inset 0 0 0 1px #e6e6e6;
    }

    .sbx-custom__input:focus, .sbx-custom__input:active {
        outline: 0;
        box-shadow: inset 0 0 0 1px #FFBF58;
        background: #FFFFFF;
    }

    .sbx-custom__input::-webkit-input-placeholder {
        color: #AAAAAA;
    }

    .sbx-custom__input::-moz-placeholder {
        color: #AAAAAA;
    }

    .sbx-custom__input:-ms-input-placeholder {
        color: #AAAAAA;
    }

    .sbx-custom__input::placeholder {
        color: #AAAAAA;
    }

.sbx-custom__submit {
    position: absolute;
    top: 0;
    left: 0;
    right: inherit;
    margin: 0;
    border: 0;
    border-radius: 30px 0px 0px 30px;
    background-color: #ffbf58;
    padding: 0;
    width: 47px;
    height: 100%;
    vertical-align: middle;
    text-align: center;
    font-size: inherit;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin-left: 7px;
}

    .sbx-custom__submit::before {
        display: inline-block;
        margin-right: -4px;
        height: 100%;
        vertical-align: middle;
        content: '';
    }

    .sbx-custom__submit:hover, .sbx-custom__submit:active {
        cursor: pointer;
    }

    .sbx-custom__submit:focus {
        outline: 0;
    }

    .sbx-custom__submit svg {
        width: 21px;
        height: 21px;
        vertical-align: middle;
        fill: #202F40;
    }

.sbx-custom__reset {
    display: none;
    position: absolute;
    top: 9px;
    right: 54px;
    margin: 0;
    border: 0;
    background: none;
    cursor: pointer;
    padding: 0;
    font-size: inherit;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    fill: rgba(0, 0, 0, 0.5);
}

    .sbx-custom__reset:focus {
        outline: 0;
    }

    .sbx-custom__reset svg {
        display: block;
        margin: 4px;
        width: 13px;
        height: 13px;
    }

.sbx-custom__input:valid ~ .sbx-custom__reset {
    display: block;
    -webkit-animation-name: sbx-reset-in;
    animation-name: sbx-reset-in;
    -webkit-animation-duration: .15s;
    animation-duration: .15s;
}

@-webkit-keyframes sbx-reset-in {
    0% {
        -webkit-transform: translate3d(-20%, 0, 0);
        transform: translate3d(-20%, 0, 0);
        opacity: 0;
    }

    100% {
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

@keyframes sbx-reset-in {
    0% {
        -webkit-transform: translate3d(-20%, 0, 0);
        transform: translate3d(-20%, 0, 0);
        opacity: 0;
    }

    100% {
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

#myTable {
    font-size: 14px !important;
}

.panel {
    margin-bottom: 20px;
    background-color: #ffffff;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}


#wallet h2 {
    font-weight: 600;
    font-size: 18px;
    /*padding-top:30px;*/
    /*color: #0090d0;*/
    color: rgb(0,55,130);
}



#wallet .org-title {
    font-size: 15px;
    font-weight: 600;
    margin-top: 10px;
    /*color: #006c9d;*/
    color: rgb(0,55,130);
}

#wallet a {
    text-decoration: none;
}

#wallet img {
    max-width: 100%;
}

.Color_hr {
    margin-bottom: 1rem;
    border: 0;
    border-top-color: currentcolor;
    border-top-style: none;
    border-top-width: 0px;
    border-top: 1px dashed rgba(52, 26, 176, 0.75);
}

.prl10 {
    padding: 0 10px 0 10px !important
}

/*#endregion*/

/*#region Organization*/
.bg-hedarsazman {
    background-color: #4c4ab5 !important;
}

.borderpmrow {
    border-bottom: 1px dashed #9cc7e1;
    padding-bottom: 1pc;
    margin-bottom: 10px;
}

.deyarie {
    padding-top: 20px;
    text-align: center;
}

.backgroun_img {
    background-image: url('../image/option/img_back_map_2.svg');
    background-repeat: no-repeat;
    background-size: cover;
}

.row.no-gutters {
    margin-left: 0;
    margin-right: 0;
}

.imgshakes {
    width: 100% !important;
}

.dirtextltr {
    text-align: left;
    direction: ltr;
}

.dirltr {
    direction: ltr;
}
/*#endregion*/
@media(max-width:578px) {
    .imagepay {
        width: 22px
    }
}

/*#region highcharts*/
/*سفارشی سازی نمودار */
.highcharts-contextmenu {
    direction: rtl !important;
    text-align: right !important;
}

.highcharts-figure, .highcharts-data-table table {
    min-width: 310px;
    max-width: 800px;
    margin: 1em auto;
}

#container {
    height: 400px;
}

.highcharts-data-table table {
    border-collapse: collapse;
    border: 1px solid #EBEBEB;
    margin: 10px auto;
    text-align: center;
    width: 100%;
    max-width: 500px;
}

.highcharts-data-table caption {
    padding: 1em 0;
    font-size: 1.2em;
    color: #555;
    text-align: center;
    caption-side: top;
    border: 1px solid #883402;
    border-top-right-radius: 69px;
    border-bottom-left-radius: 69px;
    margin-bottom: 6px;
}

.highcharts-data-table th {
    font-weight: 600;
    padding: 0.5em;
}

.highcharts-data-table td, .highcharts-data-table th, .highcharts-data-table caption {
    padding: 0.5em;
}

.highcharts-data-table thead tr, .highcharts-data-table thead tr:hover {
    background: #6f42c1 !important;
    color: white !important;
}

.highcharts-data-table tr:nth-child(even) {
    background: #f8f8f8;
}

.highcharts-data-table tr:hover {
    background: #f1f7ff;
}

@media screen and (max-width:1100px) {

    .highcharts-data-table {
        width: 100% !important;
    }

    #container {
        width: 100% !important;
    }
}
/*#endregion*/
img {
    border: none;
    text-decoration: none;
    outline: 0;
    max-width: 100%;
    height: auto;
}

.imgeradius {
    border-radius: 15px !important;
}

.input-group-prepend {
    margin-right: -1px;
}

/*#region Product*/

/*بخش توضیحات محصول
*/
.course-details-layer {
    /*padding: 10px 25px 25px 25px;
    margin-bottom: 30px;*/
}

    .course-details-layer .course-price {
        display: block;
        width: 100%;
        line-height: 35px;
        font-size: 12px;
        padding: 8px 0 18px;
        border-bottom: 1px solid #edf1f4;
        color: #1e2f38;
    }

        .course-details-layer .course-price .fa-money {
            font-size: 19px;
            position: relative;
            margin-left: 5px;
            top: 3px;
            color: #6fc341;
        }

        .course-details-layer .course-price span {
            color: #6fc341;
            font-size: 14px;
            font-weight: bold;
        }

            .course-details-layer .course-price span i {
                font-style: normal;
                font-size: 20px;
                font-weight: bold;
            }

    .course-details-layer ul li span.blue-lbl {
        color: #00b3e9;
    }

    .course-details-layer ul {
        padding: 15px 0;
    }

        .course-details-layer ul li {
            position: relative;
            line-height: 25px;
            font-size: 14px;
            margin: 10px 0 !important;
            color: #686e71;
        }

            .course-details-layer ul li i.fa-user {
                right: 2px;
            }

            .course-details-layer ul li i {
                width: 25px;
                text-align: right;
                font-size: 17px;
                color: #b0b9be;
                position: relative;
                top: 2px;
            }

            .course-details-layer ul li span {
                position: relative;
                line-height: 25px;
                font-size: 14px;
                color: #1e2f38;
            }

    .course-details-layer .registration {
        width: 100%;
        height: 45px;
        font-size: 16px;
        margin-top: 2px;
    }


.colortextservice {
    color: #154358 !important;
}

.mr30 {
    margin-right: 30px;
}

.dashsub {
    border: 1px dashed #dfd425;
}

.registration {
    width: 100%;
    height: 45px;
    font-size: 16px;
    margin-top: 2px
}
.mt5 {
    margin-top: -6px;
}
/*#endregion*/
/*#region PerofileUser*/

.PerofileUser {
    float: left;
    margin-top: 10px;
    font-size: 12px;
}

.PerofileUserMobile {
    float: left;
    font-size: 12px;
}


    .PerofileUserMobile ul:hover #PerofileUserMenu {
        opacity: 1;
        visibility: visible;
        z-index: 1;
        display: block !important;
    }


ul.list-unstyled li img {
    width: 40px;
    height: 40px;
    border-radius: 100%;
}

.of-drop-down ul li.has_sub:hover .second {
    visibility: visible;
    opacity: 1;
    top: 100%
}

.of-drop-down .second {
    margin: 0;
    top: 120%;
    position: absolute;
    display: block;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all .35s ease-in-out;
    -moz-transition: all .35s ease-in-out;
    -ms-transition: all .35s ease-in-out;
    -o-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out;
    border-bottom-right-radius: 25px;
    border-bottom-left-radius: 25px;
    -webkit-box-shadow: 0 8px 10px -6px #e3e3e3;
    -moz-box-shadow: 0 8px 10px -6px #e3e3e3;
    box-shadow: 0 8px 10px -6px #e3e3e3;
}

    .of-drop-down .second .inner {
        position: relative;
        padding: 0;
        display: block;
        z-index: 997;
    }

.of-drop-down ul li {
    position: relative;
}

.of-drop-down .narrow .second i {
    display: inline-block;
    vertical-align: middle;
    color: inherit
}

.of-drop-down .second .inner > ul,
.of-drop-down li.narrow .second .inner ul {
    display: inline-block;
    position: relative;
    background-color: #fff;
    padding: 10px 0;
    box-sizing: border-box;
    -webkit-box-shadow: 0 1px 4px 1px rgba(24, 24, 24, .05);
    -moz-box-shadow: 0 1px 4px 1px rgba(24, 24, 24, .05);
    box-shadow: 0 1px 4px 1px rgba(24, 24, 24, .05);
    border-top: 2px solid #FFC107;
    line-height: 25px;
    border-radius: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}

.of-drop-down .second .inner ul li {
    display: block;
    /*padding: 5px 15px;*/
    position: relative;
    float: none;
    height: auto;
    background: 0;
    overflow: visible;
    min-width: 180px;
    transition: background-color .15s ease-out;
    -webkit-transition: background-color 0.15s ease-out;
    -moz-transition: background-color 0.15s ease-out;
    -ms-transition: background-color 0.15s ease-out;
    -o-transition: background-color 0.15s ease-out
}

li.narrow .second .inner ul li:last-child {
    border-bottom: none
}

.of-drop-down .wide.left_position .second ul li,
.of-drop-down .wide.right_position .second ul li {
    line-height: 18px
}

.of-drop-down .narrow .second .inner ul li {
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: background-color 0.2s ease;
    -moz-transition: background-color 0.2s ease;
    transition: background-color 0.2s ease
}

.of-drop-down .second .inner ul li a {
    display: block;
    color: #312f2f;
    height: auto;
    /*font-size: 12px;*/
    padding: 5px 15px;
    position: relative;
    -webkit-transition: color 0.2s ease;
    -moz-transition: color 0.2s ease;
    transition: color 0.2s ease
}

.of-drop-down .second .inner ul li.current-menu-item > a,
.of-drop-down .second .inner > ul > li:hover > a,
.of-drop-down .second .inner ul li.sub ul li:hover > a,
.of-drop-down .second .inner ul li ul li:hover > a {
    color: #fdc220
}

.of-drop-down .second .inner ul li a {
    display: block;
    margin: 0;
    overflow: hidden;
    /*padding: 0 15px 0 0;*/
    position: relative;
    transition: padding 0.2s ease 0s;
}

.of-drop-down .narrow .second .inner ul li ul {
    position: absolute;
    right: 100%;
    top: -10px;
    height: auto;
    opacity: 0;
    transition: opacity 0.4s;
    transition: opacity 0.4s;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    visibility: hidden;
    border-bottom-right-radius: 25px;
    border-bottom-left-radius: 25px;
    -webkit-box-shadow: 0 8px 10px -6px #e3e3e3;
    -moz-box-shadow: 0 8px 10px -6px #e3e3e3;
    box-shadow: 0 8px 10px -6px #e3e3e3;
    margin-right: 3px
}

.of-drop-down .second .inner ul.right li ul {
    margin-left: -2px
}

.of-drop-down .second .inner ul li:hover > ul {
    opacity: 1;
    visibility: visible;
    z-index: 1
}

.of-drop-down .second .inner ul li ul li:hover ul {
    z-index: 20;
    opacity: 1 !important;
    display: block !important;
    visibility: visible !important
}



/*#endregion  */
