﻿@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;*/
    font-family: IRANSansWeb_FaNum_Light;
    font-size: 14px !important;
    font-weight: normal !important;
    font-style: normal !important;
    /*line-height: 30px !important;*/
    line-height: 2em !important;
    color: #515558 !important;
    overflow-x: hidden !important;
    background-color: #f8fafd !important;
}

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;
}

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: #5f676c !important;
}

.container-header {
    padding: 12px 12px 12px 15px;
    background-color: #fff;
    z-index: 999;
}

.main-logo > img {
    max-width: 160px;
}

.main-menu {
    margin: 5px 0 0 0;
}

.main-menu {
    white-space: nowrap;
}

.main-menu > li {
    display: inline-block;
    padding: 10px 1px;
    margin: 0 20px;
    position: relative;
    text-align: center;
}

.main-menu > li.selected > a {
    color: #ed1846;
}

.title-font-size {
    font-size: 1.4vw !important;
}

.main-menu > li > a {
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    color: #333;
    display: block;
}

.main-menu > li.selected > a::before {
    content: "";
    display: block;
    width: 100%;
    height: 5px;
    background-color: #ed1846;
    position: absolute;
    top: -17px;
    -o-border-bottom-right-radius: 8px;
    -moz-border-bottom-right-radius: 8px;
    -webkit-border-bottom-right-radius: 8px;
    border-bottom-right-radius: 8px;
    -o-border-bottom-left-radius: 8px;
    -moz-border-bottom-left-radius: 8px;
    -webkit-border-bottom-left-radius: 8px;
    border-bottom-left-radius: 8px;
}

.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 0.5s infinite;
    -o-animation: status-indicator-pulse-positive 2s ease-in-out 0.5s infinite;
    -webkit-animation: status-indicator-pulse-positive 2s ease-in-out 0.5s
        infinite;
    animation: status-indicator-pulse-positive 2s ease-in-out 0.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: 0.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, 0.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, 0.09);
    -moz-box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.09);
    -webkit-box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.09);
    box-shadow: 0 10px 20px 0 rgba(0, 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 0.25s ease;
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
    -o-transition: all 0.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: auto;
}

.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, 0.09);
    -moz-box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.09);
    -webkit-box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.09);
    box-shadow: 0 8px 15px 0 rgba(0, 0, 0, 0.09);
    background-color: #fff;
    position: relative;
    white-space: normal;
    margin: 20px 10px;
    border: none;
}

#owl-Comments span {
    font-size: 13px;
}

.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: 40%;
    border-radius: 50%;
    /*transform: translateY(-50%);*/
    -ms-box-shadow: 0 7px 13px 0 rgba(0, 0, 0, 0.11);
    -moz-box-shadow: 0 7px 13px 0 rgba(0, 0, 0, 0.11);
    -webkit-box-shadow: 0 7px 13px 0 rgba(0, 0, 0, 0.11);
    box-shadow: 0 7px 13px 0 rgba(0, 0, 0, 0.11);
}

.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;
}

.support-phone:before {
    content: "";
    position: absolute;
    right: -9px;
    top: calc(50% - 6px);
    bottom: calc(50% - 6px);
    display: block;
    width: 0;
    height: 0;
    border-top: 6px solid transparent;
    border-left: 11px solid #064468;
    border-bottom: 6px solid transparent;
}

@media (min-width: 1200px) {
    .intro-section > object {
        width: calc(100% + 12px);
        margin-right: -5px;
        margin-bottom: -2px;
    }
}

#foottop span {
    font-size: 18px;
}

footer89 {
    position: relative;
}

#footer-content256 {
    -moz-box-shadow: 0 -7px 20px 0 rgba(0, 0, 0, 0.05);
    -o-box-shadow: 0 -7px 20px 0 rgba(0, 0, 0, 0.05);
    -webkit-box-shadow: 0 -7px 20px 0 rgba(0, 0, 0, 0.05);
    box-shadow: 0 -7px 20px 0 rgba(0, 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;
    padding-bottom: 45px;
    background-color: #fff;
    position: relative;
    z-index: 9;
}

footer h5 {
    /*font-size: 14px;*/
    font-weight: 500;
    text-align: right;
    color: #5e7582;
}

footer ul li {
    line-height: 1.8em;
    padding: 7px 0;
}

footer ul li a {
    font-size: 14px;
    color: #476171 !important;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    position: relative;
    /*top: 2px;*/
    right: 0;
}

footer ul li a:hover {
    right: 5px;
    color: #476171;
    border-bottom: 2px solid #00c395;
}

#footer-allright85 {
    overflow: hidden;
    padding: 65px 20px 18px 20px;
    background-image: -o-linear-gradient(119deg, #065482, #00c395);
    background-image: -moz-linear-gradient(119deg, #065482, #00c395);
    background-image: -webkit-linear-gradient(119deg, #065482, #00c395);
    background-image: linear-gradient(119deg, #065482, #00c395);
    position: absolute;
    z-index: 0;
    height: 115px;
    bottom: 0;
    width: 100%;
    right: 0;
    left: 0;
}

footer52 {
    position: relative;
}

.test2 {
    border-bottom-right-radius: 50px;
    border-bottom-left-radius: 50px;
    position: relative;
    z-index: 1;
}

.test3 {
    position: absolute;
    bottom: -15px;
    z-index: 0;
    height: 115px;
    width: 100%;
    right: 0;
    left: 0;
    overflow: hidden;
    padding: 65px 20px 18px 20px;
    background-image: -o-linear-gradient(119deg, #065482, #00c395);
    background-image: -moz-linear-gradient(119deg, #065482, #00c395);
    background-image: -webkit-linear-gradient(119deg, #065482, #00c395);
    background-image: linear-gradient(119deg, #065482, #00c395);
}

.container-footer {
    position: relative;
    padding-bottom: 10px;
}

#footer-content {
    -moz-box-shadow: 0 -7px 20px 0 rgba(0, 0, 0, 0.05);
    -o-box-shadow: 0 -7px 20px 0 rgba(0, 0, 0, 0.05);
    -webkit-box-shadow: 0 -7px 20px 0 rgba(0, 0, 0, 0.05);
    box-shadow: 0 -7px 20px 0 rgba(0, 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;
    padding-bottom: 45px;
    background-color: #fff;
    position: relative;
    z-index: 9;
}

.accompanist {
    width: 100%;
    clear: both;
    float: right;
}

.footer-link {
    clear: both;
}

#footer-allright {
    overflow: hidden;
    padding: 65px 20px 18px 20px;
    background-image: -o-linear-gradient(119deg, #065482, #00c395);
    background-image: -moz-linear-gradient(119deg, #065482, #00c395);
    background-image: -webkit-linear-gradient(119deg, #065482, #00c395);
    background-image: linear-gradient(119deg, #065482, #00c395);
    position: absolute;
    z-index: 0;
    height: 115px;
    bottom: 0;
    width: 100%;
    right: 0;
    left: 0;
}

.br-top {
    border-top: 3px solid #00c395;
}

.box {
    background-color: #fff;
    -o-box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.09);
    -moz-box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.09);
    -webkit-box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.09);
    box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.09);
    border-radius: 20px;
}

.main-bg {
    background-image: linear-gradient(119deg, #00c395, #065482);
    background-position: center -30px;
    background-repeat: no-repeat;
    background-size: auto;
}

.grad-bg {
    background-image: linear-gradient(119deg, #065482, #00c395);
}

.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: 10px;
    padding: 1.2rem 0.75rem !important;
    font-size: 0.79rem !important;
    border: 1px solid #ccc !important;
    margin-bottom: 10px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out 0.15s,
        -webkit-box-shadow ease-in-out 0.15s;
    -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    height: 40px !important;
    line-height: 2 !important;
}

.btn {
    font-size: unset !important;
    border-radius: 8px !important;
}

.svg-inline--fa.fa-w-16 {
    width: unset !important;
}

#login {
    max-width: 400px;
    margin: 0 auto;
}

.btn-danger {
    background-color: #ed1846 !important;
    border: 1px solid #ed1846 !important;
}

#login .form-control {
    height: 48px !important;
}

#sect_72 img {
    width: 200px;
    height: auto;
}

#sect_72 box {
    height: auto;
}

.bt-color {
}

.cstm_hr {
    height: 1px;
    background-color: #45d3a6;
}

.text-lightgreen {
    color: #0db37d;
}

.intro-section {
    background-image: linear-gradient(131deg, #00c395, #065482);
    padding: 0;
}

#online h5 {
    font-size: 1.1rem !important;
}

h5 {
    font-size: 1.2rem !important;
}

h5.bt-color:after {
    content: "";
    /* width: 80px; */
    height: 2px;
    background-color: #45d3a6;
    display: block;
    /*text-align: center;*/
    /*margin: 0 auto;*/
    margin-top: 0.6em;
}

#blog h5.bt-color:after,
#home h5.bt-color::after {
    /*text-align: center;*/
    margin: 0 auto;
    margin-top: 0.6em;
}

.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-top-right-radius: 12px !important;
    border-top-right-radius: 12px !important;
    -webkit-border-top-left-radius: 12px !important;
    border-top-left-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: 0px;
    right: 8px;
}

.text-shadow {
    text-shadow: 0 3px 6px rgba(19, 16, 16, 0.9);
}

.pic55 {
    width: 55px;
    height: 55px;
    border: 2px solid #fff;
}

.pic70 {
    width: 70px;
    height: 70px;
    border: 2px solid #fff;
}

.pic90 {
    width: 90px;
    height: 90px;
    border: 4px solid #fff;
}

.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: 0.6;
    /*-webkit-transform: translate3d(0,10%,0) scale(1.12);
    -o-traansform: translate3d(0,10%,0) scale(1.12);
    -moz-transform: translate3d(0,10%,0) scale(1.12);*/
    transform: scale(1.1);
    overflow: hidden;
    width: 95px;
    height: 75px;
}

.blogpost ul li img {
    /*-webkit-transform: translate3d(0,15%,0) scale(1);
    -o-transfom: translate3d(0,15%,0) scale(1);
    -moz-transform: translate3d(0,15%,0) scale(1);*/
    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-warning {
    color: #212529;
    background-color: #fb0 !important;
    border-color: #fb0 !important;
}

#prof span {
    font-size: 12px;
}

.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;
}

.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 0.5s infinite;
    -o-animation: status-indicator-pulse-positive 2s ease-in-out 0.5s infinite;
    -webkit-animation: status-indicator-pulse-positive 2s ease-in-out 0.5s
        infinite;
    animation: status-indicator-pulse-positive 2s ease-in-out 0.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;
}

.sencom img {
    width: 33px;
    height: 33px;
}

.caption {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    background-color: rgba(3, 181, 131, 0.6);
    /*#00c3a8a1*/
    color: #fff;
    padding-top: 5px;
    text-align: center;
    -webkit-border-bottom-left-radius: 25px !important;
    border-bottom-left-radius: 25px !important;
    -webkit-border-bottom-right-radius: 25px !important;
    border-bottom-right-radius: 25px !important;
}

.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;
}

#footer-allright a {
    font-size: 12px !important;
}

@media (min-width: 1300px) {
    .container {
        max-width: 1220px;
    }
}

@media (max-width: 991px) {
    .container {
        max-width: 95% !important;
    }

    .art-single-img {
        max-width: 100% !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%;
    }

    .title-font-size {
        font-size: 3vw !important;
    }

    .block-on-mobile {
        display: block;
    }

    .black-on-mobile,
    .black-on-mobile > a,
    .black-on-mobile * {
        color: black !important;
    }

    .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-allright p {
        font-size: 12px;
        line-height: 1.7;
    }
}

.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: 11px !important;
    }

    aside {
        width: 200px;
        left: -200px;
    }

    #Call .dash-g,
    #Chat .dash-g {
        display: none;
        border: none;
    }
}

button:focus {
    outline: none;
}

aside {
    background: #f8fafd;
    width: 300px;
    height: 100vh;
    position: fixed;
    transition: 0.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: 0.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: 0.5;
}

aside.close:not(:disabled):not(.disabled) {
    cursor: unset !important;
}

.display-none {
    display: none;
}

.display-block {
    display: block;
}

.width-110 {
    width: 110%;
}

.chart-loader {
    position: fixed;
    z-index: 1000;
    left: 0px;
    top: 0px;
    background: rgba(255, 255, 255, 0.4);
    height: 100%;
    width: 100%;
    border: none;
    display: none;
}

.chart-loader > span {
    height: 40px;
    width: 40px;
    display: inline-block;
    border-radius: 100%;
    animation: ChartLoaderAnimation;
    animation-duration: 1s;
    animation-iteration-count: infinite;
    animation-timing-function: ease;
    animation-play-state: running;
}

@keyframes ChartLoaderAnimation {
    0% {
        transform: rotate(0deg);
        height: 40px;
        width: 40px;
        background: #3c8dbc;
    }

    50% {
        transform: rotate(360deg);
        border: 3px solid;
        border-color: #3c8dbc;
        height: 60px;
        width: 60px;
        border-top: none;
        border-bottom: none;
        background: transparent;
    }

    100% {
        transform: rotate(720deg);
        height: 40px;
        width: 40px;
        background: #3c8dbc;
    }
}

.vs__dropdown-toggle {
    background-color: white !important;
}

.new-question-textarea {
    height: 200px !important;
}

.cats-list {
    text-align: center;
}

.cats-list > a {
    display: inline-block;
    margin-bottom: 20px;
    padding: 20px;
    font-weight: bold;
    font-size: 18px;
    border: 2px solid #666;
    background: white;
    margin: 4px;
    white-space: nowrap;
}

.cats-list > a:hover {
    color: #0a91c6 !important;
}

.f-page-title {
    text-align: center;
    padding-top: 10px;
    color: #064468;
}

.margin-b-300 {
    margin-bottom: 300px !important;
}

.block-block {
    left: 0px;
    top: 0px;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.4);
    color: white;
    font-size: 20px;
}

.multiselect__option--selected.multiselect__option--highlight:after {
    background: initial !important;
}

.width-100 {
    width: 100% !important;
}

.width-60per {
    width: 60% !important;
}

.width-30per {
    width: 30% !important;
}

.text-center {
    text-align: center;
}

.dropdown-menu {
    margin-top: -20px !important;
}

.dropdown:hover > .dropdown-menu {
    display: block;
}

.dropdown:hover > a {
    color: #fff !important;
    background-color: #00c3a8;
    border-radius: 5px;
}

.dropdown-menu > li:hover {
    background: rgba(0, 0, 0, 0.05);
}

.display-inline {
    display: inline-block;
}

.mcenter {
    margin-left: auto;
    margin-right: auto;
}

.height-100 {
    height: 100px !important;
}

.overflow-none {
    overflow: visible;
}

.pagination-center {
    text-align: center;
}

.pagination-center > nav {
    display: inline-block;
}

.dropdown-menu.sub {
    margin-top: -5px !important;
}

@media (min-width: 960px) {
    .show-profile-button {
        position: absolute;
        bottom: 0px;
        left: 0px;
    }
}

.art-tags {
    text-align: right;
}

.art-tags > a {
    padding: 10px 20px;
    margin: 2px;
    background: rgb(0, 164, 164);
    color: white !important;
    display: inline-block;
    transition: 100ms all;
}

.art-tags > a:hover {
    background: rgb(0, 189, 148);
}

.text-center {
    text-align: center;
}

.mlrauto {
    margin-right: auto;
    margin-left: auto;
}

.text-white > a {
    color: white;
}

.borderr-b-none {
    border-bottom-right-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
}

.ltr {
    direction: ltr;
}

.title-nowrap {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.height-140 {
    height: 140px;
}

.avatar-border {
    border: 8px solid white !important;
}

.front-menu-active {
    background: #00c3a8 !important;
    color: white;
}

.front-menu-active > a {
    background: #00c3a8;
    color: white !important;
}

.art-list-show-btn {
    display: block;
    margin-right: auto;
    margin-left: auto;
}

.text-orange {
    color: orange !important;
}

.orange-license * {
    font-size: 14px !important;
    letter-spacing: 4px;
}

.orange-license > span:first-of-type {
    text-shadow: 10px 20px 3px gray;
}

.orange-license > span:nth-of-type(2) {
    text-shadow: 10px 20px 2px orange;
}

#neshan-meli {
    height: 136px;
    width: 120px;
}

.height-200 {
    height: 200px !important;
}

.font-16 {
    font-size: 16px;
}

.ui-autocomplete * {
    font-family: "IRANSansWeb_FaNum";
}

pre {
    font-family: "IRANSansWeb_FaNum";
    font-size: 16px;
}

.margin-top-60 {
    margin-top: 60px;
}

.art-title {
    font-size: 16px;
    font-weight: bold;
}

.front-dictionary {
    max-width: 400px;
    margin-right: auto;
    margin-left: auto;
}

.text-bold {
    font-weight: bold;
}

.index-dsearch {
    background: white;
    padding: 20px;
}

.art-single-img {
    max-width: 600px;
}

.index-special-article-img {
    width: 579px;
    height: 414px;
    border: 1px solid #00c3a8;
}

.index-speical-user-img {
    width: 150px;
    height: 150px;
}

#bottomToTop {
    display: inline-block;
    background-color: teal;
    width: 50px;
    /* height: 50px; */
    text-align: center;
    border-radius: 4px;
    position: fixed;
    bottom: 0px;
    left: 30px;
    transition: background-color 0.3s, opacity 0.5s, visibility 0.5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
}
#bottomToTop::after {
    /* content: "\f078"; */
    /* font-family: "Font Awesome 5 Free"; */
    font-weight: normal;
    font-style: normal;
    font-size: 2em;
    line-height: 50px;
    color: #fff;
}
#bottomToTop:hover {
    cursor: pointer;
    background-color: #333;
}
#bottomToTop:active {
    background-color: #555;
}
#bottomToTop.show {
    opacity: 1;
    visibility: visible;
}

.text-very-dark,
.text-very-dark * {
    color: black !important;
}

.dont-fade-in-this,
.dont-fade-in-this * {
    opacity: 1 !important;
}

.no-enter {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.overflow-auto {
    overflow: auto;
}

.bg-white {
    background: white;
}

.my-text-green {
    color: #0f0;
    font-weight: bold;
}

.hidden {
    display: none;
}

.font-size-16 {
    font-size: 16px;
}

.width-100px {
    width: 100px !important;
}

.margin-center {
    margin-left: auto;
    margin-right: auto;
}

.single-content img {
    width: 70%;
    border-radius: 15px;
}

.single-content figure.image {
    text-align: center;
}

.menu-shadow {
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    z-index: 100;
    position: fixed;
    left: 0px;
    top: 0px;
    display: none;
}

.profile-table {
    color: white;
    padding: 20px;
    border-radius: 20px;
    background: linear-gradient(#00a4a4);
}
.profile-table > div {
    padding: 10px;
    border-bottom: 1px solid white;
}

.profile-table .label {
    margin-left: 8px;
}

.profile-table .value {
    font-weight: bold;
    font-size: 16px;
}

.profile-table .value a {
    color: white !important;
}

.profile-table .name {
    font-size: 22px;
}

.profile-social {
    display: flex;
    justify-content: center; /* وسط‌چین کردن */
    align-items: center;
    gap: 1rem; /* فاصله بین آیکون‌ها */
    background: white;
    padding: 10px;
    border-radius: 10px;
}

.profile-social a {
    flex: 1; /* همه آیتم‌ها اندازه مساوی بگیرن */
    text-align: center;
    max-width: 100px; /* اگه خواستی اندازه نهایی محدود شه */
}

.profile-social i {
    font-size: 3rem; /* اندازه دلخواه آیکون */
    transition: transform 0.2s ease;
}

.profile-social a:hover i {
    transform: scale(1.1);
}

.profile-social .blue {
    color: rgb(44, 161, 233);
}

.profile-social .green {
    color: rgb(30, 198, 30);
}

.profile-social .red {
    color: rgb(255, 0, 0);
}

.profile-icons p {
    font-size: 13px;
}

#profile-qr2 img {
    width: 160px !important;
    margin-right: 20px;
    border: 2px solid white;
}

.profile-bio {
    text-align: justify;
    font-size: 18px;
    color: black;
    line-height: 38px;
}

.profile-bio p {
    text-align: justify;
    color: black;
}

.back-shadow {
    background: rgba(0, 0, 0, 0.5);
    border-radius: 25px 0px 25px 0px;
}

@media (max-width: 761px) {
    .single-content img {
        width: 100%;
    }

    .hide-on-mobile {
        display: none !important;
    }
}
