@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-size: 14px !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;
}

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

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


#owl-slider img {
    width: 100%;
    height: 452px;
    object-fit: cover;
    border-radius: 15px !important;
}

.Qcol {
    background-color: #0b2f62;
    border-radius: 15px;
}

/*
.Qlink img{
    width: 100%;
    height: 82px;
    object-fit: cover;
}*/

.caption {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    background-color: #2A08A4C9;
    color: #fff;
    padding-top: 15px;
    padding-right: 30px;
    text-align: right;
    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;
}

.SlideCategori {
    top: -17px;
    right: 25px;
    font-size: 0.75rem;
    border-radius: 15px;
    background-color: #416cc2;
}

.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 6px 0 rgba(24, 62, 81, 0.39);
}



#owl-Service h6,
#Service h6 {
    font-family: IRANSansWeb_FaNum_Medium;
    margin-top: 3rem;
    margin-bottom: 0rem !important;
    padding-top: .25rem;
}




#owl-province img {
    width: auto !important;
    height: 90px !important;
    margin: 15px 0 !important;
}

#owl-province p {
    font-size: 13px !important;
}


#owl-province .card:hover {
    /*border: 1px solid #4ec0b0;*/
    -ms-box-shadow: 0 5px 5px 0 #a5e5dc;
    -moz-box-shadow: 0 5px 5px 0 #a5e5dc;
    -webkit-box-shadow: 0 5px 5px 0 #a5e5dc;
    box-shadow: 0 5px 5px 0 #a5e5dc;
}



#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: #2A08A4C9;
    -webkit-border-radius: 15px !important;
    border-radius: 15px !important;
    -moz-border-radius: 15px !important;
}

.covernews span {
    color: #dedcdc !important;
    font-size: 11px !important;
}



footer .form-control input {
    color: #fff !important;
}

/*
#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-linkedin {
    border-top-right-radius: 15px;
    border-top-left-radius: 15px;
    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;
    border-bottom-right-radius: 15px;
}

    .fixed-whatsapp:hover {
        background-color: #09a41a;
    }
*/

.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: 15px;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    border-radius: 15px;
    -ms-box-shadow: 0 8px 20px 0 rgba(40, 39, 39, 0.18);
    -moz-box-shadow: 0 8px 20px 0 rgba(40, 39, 39, 0.18);
    -webkit-box-shadow: 0 8px 20px 0 rgba(40, 39, 39, 0.18);
    box-shadow: 0 8px 20px 0 rgba(40, 39, 39, 0.18);
    background-color: #fff;
    position: relative;
    /*margin: 20px 5px;*/
    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: #0b6194;
    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: 6px 0;
}

footer ul li a {
    font-size: 13px;
    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.2em !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: #0b2e62 url('../images/pttern2.png') repeat-x top;
}


#footer-copyright {
    width: 100%;
    /*height: 120px;*/
    padding: 20px;
    background: #092855 url("../images/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(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;
}

.text-grad {
    color: #00108d !important;
}

.grad-bg {
    /*background-image:linear-gradient(160deg,#2a536f,#0c706b);*/
    background-color: #0c286e;
}

.btn-grad {
    background-color: none !important;
    border-color: none !important;
    background-image: linear-gradient(160deg, #091d39, #00108d);
}

.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: 15px;
    padding: 1.2rem .75rem !important;
    font-size: 0.73rem !important;
    border: 1px solid #b3b3b4 !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: #1c3470;
}

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


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

.bt-color {

}

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

h5.bt-color:after {

}


#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;
    height: 200px;
width: 100%;
object-fit: cover;
}

.blogdiv {
    position: absolute;
    z-index: 5;
    bottom: 5px;
    padding:0 20px;
}

.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: 20px !important;
    border-top-right-radius: 20px !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-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;
    }

    .flag {
        width: 80px !important;
      }
}


    @media screen and (max-width:1025px) {
        .sina-nav .sina-menu > li > a {
            padding: 8px 4px!important;
           }
       }
    



@media screen and (min-width:768px) {

    .above-page-content {
        padding: 48px 7px 32px 7px;
    }
}

@media screen and (max-width:768px) {


    #blog_details img.w-75 {
        width: 100% !important;
    }

    .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:768px) {

    .bx-nws ul li img {
        width: 100%;
        height: auto !important;
    }
  }

@media screen and (max-width:576px) {

    #bio .bt-color::after {
        margin: 0 auto !important;
    }

 
      #owl-slider img {
        height: 340px!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;
    }

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

    .caption p {
        font-size: 12px !important;
        margin-bottom: 0.5rem !important;
    }
    #loginbtn span {
        display: none;
      }
}

select.form-control {
    padding: 0.175rem 0.75rem !important; 
    font-size: 1rem !important;
    line-height: 1.5 !important; 
    border: 1px solid #ced4da !important; 
    border-radius: 0.25rem !important; 
	border-radius: 15px !important;
	border: 1px solid #b3b3b4 !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-bottom: 1px solid #49818d !important;
    border-radius: 15px;
    height: 30px;
    padding: 0 5px;
}

#tophead .form-control {
    border: none !important;
    background-color: transparent !important;
    height: 25px !important;
    padding: 6px !important;
    color: #fff !important;
    box-shadow: none !important;
}

/*#tophead .input-group-text {
    background-color: transparent !important;
}*/

#tophead .form-control::placeholder {
    /* Chrome,  Opera, Safari 10.1+ */
    color: #79b0bb;
    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("../images/HeaderBackground.png") no-repeat center;
    background-size: cover;
}


#navbar-menu {
    font-family: IRANSansWeb_FaNum;
}

#navbar-menu .fa-chevron-down {
    padding-top: 0px !important;
    font-size: 1.3em;
}


#blog_details h1 {
    font-size: 1rem !important;
  }

.btn-teal {
    font-size: 12px !important;
    background-color: #0c5682  !important;
    border-color: #0c5682  !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;
    }*/

    #navbar-menu .fa-chevron-down {
        float: left !important;
    }

    #navbar-menu .dropdown-menu li {
        padding-right: 15px !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 {
    font-size: 0.96rem !important;
    color: #00108d;
}

h6 {
    font-size: 0.96rem !important;
}

#article img:hover {
    background-color: #ff4e4e;
}

/*.article_item_info {
    display: block;
    height: 31px;
    background-color: #f7f7f7;
    margin: 10px 0 12px 0;
    padding: 0px 0;
    border-radius: 32px 40px 40px 10px;
}

.read_more {
    width: 30px;
    height: 30px;
    background-color: #087171;
    color: white;
    border-radius: 20px;
    text-align: center;
    font-size: 17px;
    line-height: 35px;
    float: right;
}


.p_more {
    display: block;
    text-align: left;
    line-height: 29px;
    padding-left: 10px;
    font-size: 11px !important;
    color: #9a9a9a;
    margin: 0 0 0 0px;
}*/



.pagination>li>a {
    border-radius: 30px !important;
    margin: 2px !important;
    padding: 8px 13px 8px;
}

.page-item.active .page-link {
    color: #fff !important;
    background-color: #087171 !important;
    border-color: #087171 !important;
}

.page-link {
    border: none !important;
}



#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: #1e3a85;
}

.feabox p {
    margin-bottom: 0rem !important;
}

.xlf h1 {
    font-size: 30px;
    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;
  
}

.data h6 {
    margin-bottom: 0rem !important;
    color: #193fa5;
}

.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 {
    padding: .55rem 1.25rem;
    background-color: #10317f;
    color: #fff;
}

.nav-tabs .nav-link {
    color: #fff !important;
}

.nav-tabs .nav-link.active {
    color: #000 !important;
}

.nav-pills .nav-link.active {
    background-color: #2c4e9c !important;
    color: #fff !important;
}

.nav-pills .nav-link {
    color: #fff !important;
}

.nav-tabs .nav-link {
    color: #fff !important;
    background-color: #2c4e9c;
    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: 2px;
}

#Service img {
    right: 55px !important;
}

.modal-body {
    padding: 0.5rem !important;
}

.flag {
    width: 100px;
    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 #4569c3  !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: .3rem 1.25rem !important;
}



.bg_dblue {
    background-color: #0d3772;

}


.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: #125a98;
    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;
}


.extension-nav ul li {
    display: inline;
}

.bx-nws ul li {
    display: inline;
}

.bx-nws ul li {
    margin-bottom: 4px;
}

.bx-nws img {
    width: 100%;
    height: 100px;
    object-fit: cover;
    border-radius: 15px;
    margin-left: 10px;
    margin-bottom: 6px;
}

.bx-nws .h2,
h2 {
    font-size: .9rem !important;
    font-family: IRANSansWeb_FaNum_Medium;
    padding-right: 3px;
    color: #00108d;
    margin-bottom: .2rem;
}

.bx-nws a h2:hover {
    color: #970a18 !important;
}


.bx-nws .col-lg-9 p {
    margin-bottom: 0rem !important;
}

.bx-nws .col-lg-9 a {
    color: #01447e !important;
    font-family: IRANSansWeb_FaNum_Medium;
}

#owl-topnews .card,#article .card {
    padding: .7rem;
}

#owl-topnews h2 {
    font-size: .84rem !important;
    font-family: IRANSansWeb_FaNum_Medium;
}

#owl-topnews p,#article p  {
    padding: 0 7px;
}

#owl-topnews img ,#article img{
    height: 180px;
    width: 100%;
    object-fit: cover;
}


.Lnews ul li {
    overflow: hidden;
    width: 100%;
    float: right;
    padding: 4px 9px 4px 3px;
    background: #f9f9f9;
    border-right: 1px solid #FFB400;
}

.Lnews ul li:nth-child(2n) {
    background: #fff;
    border-right-color: #e3e4e8;
}

.Lnews ul li>a:hover {
    color: #970a18  !important;
}

.Lnews ul h2::before {
    content: "";
    width: 10px !important;
    height: 10px;
    background: #33609f;
    display: inline-block;
    margin-left: 8px;
}

.Lnews h3 {
    display: inline-block;
    /*border-bottom: 30px solid tomato;*/
    border-bottom: 30px solid #00108d;
    border-left: 30px solid transparent;
    padding-right: 10px;
    color: white !important;
    height: 0;
    font-size: .9rem;
    padding-left: 10px;
    margin-top: 15px;
}

/*
.Nlist h1 {
    display: inline-block;
    border-bottom: 30px solid #184b95;
    border-left: 30px solid transparent;
    padding-right: 15px;
    color: white !important;
    height: 0;
    font-size: .9rem;
    padding-left: 10px;
    padding-top: 5px;
}*/


.widget-title {
    background: #fff;
    width: 100%;
    height: 40px;
    display: block;
  }

.wt_box h1{
    position: relative;
    height: 48px;
    background-color: #00108d;
    color: #fff;
    float: right;
    border-radius: 10px 15px 0 0;
    line-height: 20px;
    right: 0;
    top: -12px;
    font-size: 13px;
    font-weight: 400;
    padding: 5px 25px;
    display: inline-block;
  }



.wt_box h1::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 15px;
    border-radius: 0 30px 0 0;
    display: block;
    background-color: #fff;
    bottom: 0;
    left: 0;
}



.tttt a {
    border-bottom: 1px dotted #717175;
    padding-bottom: 5px;
    color: #970a18 !important;
}

.bg-page {
    background-image: url('../images/eslimibkg2.png');
    background-position: left top;
    background-size: 250px;
    background-repeat: no-repeat;
}

.Nlist ul {
    max-height: 455px;
    overflow-y: scroll;
    scrollbar-color: #00108d #e0e0e0;
    scrollbar-width: thin;
    padding:0 15px;
    margin-left: 10px;
}

.Nlist ul::-webkit-scrollbar {
    width: 5px;
}

.Nlist ul::-webkit-scrollbar-track {
    background-color: #00108d;
}

.Nlist ul::-webkit-scrollbar-thumb {
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}


footer p {
    line-height: 2 !important;
}

.dd {
    background-image: url('../images/header-back.png');
    background-size: auto;
}

.tGallery img{
    width: 100%;
    height: 199px;
    object-fit: cover;
}

/*
      .df{
        background-image: url('../images/manage-bg.jpg') no-repeat center ;
        background-size: cover;
       
      }*/

      #owl-secondevent h6{
        font-size: .9rem!important;
      }

      .prof li a:hover{
        color: #0f3874;
      }

      #component h3{
        font-size: 1.3rem;
        margin-bottom:15px;
        font-family:IRANSansWeb_FaNum_Medium ;
      }

      #component h5{
        font-size: 1rem!important;
      }

      .comp-section .crdimg img{
        height: 177px;
        width: 100%;
      }

      .table td, .table th {
        padding: .5rem .75rem!important;
    }

    .table-bordered td, .table-bordered th {
        border: unset!important;
      }


      .nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
        border-color:transparent!important;
      }     
	  .color_a{
        color:#fff;
      }
.loading {
    font-size: 16px;
    color: #555;
    text-align: center;
}
.alert_e {
  display: none;
}
.alert_s {
  display: none;
}
.card2 {
	background-color: rgba(255, 255, 255, 0.9);
	margin:3px;
    border: none;
    border-radius: 15px;
    overflow: hidden;
    cursor: pointer;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.2s;
}
.card2:hover {
                transform: translateY(-10px);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}
 .card2-body {
    padding: 20px;
    text-align: center;
}
    .card2-title {
    font-size: 7px;
    font-weight: bold;
    color: #333;
}
.card2-text {
    font-size: 1rem;
    color: #555;
}
.error_v{
    color: red;
}	  
a.disabled {
    pointer-events: none;
    color: gray;
    text-decoration: none;
    cursor: not-allowed;
}
#birth_date[readonly] {
  background-color: white;
  color: black;
  border-color: #ccc;

}
#suggestedDate[readonly] {
  background-color: white;
  color: black;
  border-color: #ccc;

}
.contact-card {
    background: #fff;
    padding: 20px;
    border-radius: 10px;
}
.contact-card h2 {
    margin-bottom: 20px;
    color: #333;
}
.contact-item {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 10px 0;
    font-size: 18px;
    color: #555;
}
.contact-item i {
    font-size: 20px;
    color: #007bff;
}
.skeleton {
    background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);
    background-size: 200% 100%;
    animation: loading 1.5s infinite;
}

@keyframes loading {
    0% {
        background-position: 200% 0;
    }
    100% {
        background-position: -200% 0;
    }
}
.gallery {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: start; 
}
.gallery a {
    flex: 0 1 auto;
    width: 150px;
    max-width: 100%; 
}
.gallery img {
    width: 100%; 
    height: 100%;
    transition: transform 0.3s;
    cursor: pointer;
}

.gallery img:hover {
    transform: scale(1.05);
}
@media (max-width: 768px) {
    .gallery a {
        flex: 1 1 calc(50% - 10px);
        max-width: calc(50% - 10px);
    }
}
@media (max-width: 480px) {
    .gallery a {
        flex: 1 1 100%; 
        max-width: 100%;
    }
}
.header {
    background-color: #00108D;
    display: flex;
    align-items: center;
    justify-content: space-between; 
    padding: 5px 20px;
    color: white;
}

.logo {
    margin-left: 20px;
    flex: 0 0 auto; 
}
.center-menu {
    flex: 1;   
    display: flex;
    justify-content: center;
	align-items: center; 
}

.menu {
    display: flex;
    gap: 5px;
    list-style: none;
    margin: 0;
    padding: 0;
	 align-items: center;  
}

.menu li {
    position: relative;
}

.menu a {
    color: white;
    text-decoration: none;
    font-weight: bold;
    padding: 4px;
    position: relative;
    transition: color 0.3s ease;
}


.menu a::after {
    content: "";
    position: absolute;
    bottom: 5px; 
    right: 0;
    width: 0;
    height: 2px;
    transition: width 0.3s ease;
}


.menu a:hover {
    color: #eea80b;
}

.menu a:hover::after {
    width: 100%;
    right: 0;    
}

.menu li:hover > ul {
    display: block;
}

menu li ul {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 100%;
    right: 0;
    background-color: #fff;
    border-radius: 16px;
    transform: translateY(10px);
    transition: all 0.25s ease;
    z-index: 200;
    padding: 5px 0;
    border: 1px solid #ccc;
    box-shadow: none;  
    list-style: none;
    margin: 0;
	text-align: right;
}

.menu li:hover > ul {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.menu li ul a {
    color: black; 
	font-size:12px;
    text-decoration: none;
    display: inline-block;
    padding: 10px 20px;    
    white-space: nowrap;    
}




.menu li ul a {
    color: black; 
    text-decoration: none;
    display: block;
    padding: 10px 20px;
    white-space: nowrap;
}

.center-menu {
    flex: 1;  
    display: flex;
    justify-content: center;
    align-items: center;
}

.contact {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 20px;
    flex: 0 0 auto;
    margin-right: 165px;
}

.contact img {
    height: 35px;
    vertical-align: middle;
}

.contact-phone {
    display: flex;
    align-items: center;
    gap: 8px;
}

.contact-info {
    display: flex;
    flex-direction: column;
    line-height: 1.2;
    text-align: right;
}


.contact-info .number {
    color: #fff;
    font-weight: bold;
    font-size: 16px;
}

.contact-info .desc {
    font-size: 12px;
}


.contact-phone {
    display: flex;
    align-items: center;
    gap: 10px; 
    font-size: 14px;
}

.contact-phone .number {
    color: red;
    font-weight: bold;
    font-size: 16px;
}

.contact-info {
    display: flex;
    flex-direction: column;
    line-height: 1.2;
    text-align: right;
}

.contact-info .number {
    color: red;
    font-weight: bold;
    font-size: 16px;
}

.contact-info .desc {
    font-size: 12px;
}


.left-content {
    display: flex;
    align-items: center;
    gap: 20px;
}
.custom-navbar {
    background-color: #00108D;
}



.logo_h{
    height: 50px;
}
.tel_c{
    color: #fff;;
}

.navbar-toggler {
  border-color: rgba(255,255,255,0.7);
}

.navbar-toggler-icon {
      background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255,1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
      display: inline-block;
      width: 1.5em;
      height: 1.5em;
      background-size: 100% 100%;
      background-repeat: no-repeat;
      background-position: center;
}
.footer {
  background-color: #001489;
  color: white;
  padding: 40px 20px;
  font-family: IRANSansWeb_FaNum;
}

.footer-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 1200px;
  margin: 0 auto;
  direction: rtl;
}

.footer-bio {
  flex: 2;
  min-width: 280px;
  margin-bottom: 20px;
}

.footer-logo {
  margin-bottom: 15px;
}

.footer-text {
  line-height: 2;
}

.footer-column {
  flex: 1;
  min-width: 180px;
  margin-bottom: 20px;
}

.footer-title {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.footer-title-line {
  display: inline-block;
  width: 15px;
  height: 3px;
  background-color: #FFB400;
  margin-left: 8px;
}

.footer-title h3 {
  color: #FFB400;
  font-size: 16px;
  margin: 0;
}

.footer-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-contact-box {
  background: white;
  color: #001489;
  border-radius: 12px;
  padding: 15px 20px;
  text-align: center;
  margin: 20px auto 0;
  max-width: 900px;
}

.footer-contact {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 15px;
  color:#222425;
}
.footer-contact a,
.footer-contact a:visited,
.footer-contact a:link {
  color: #222425;
  text-decoration: none;
}
.footer-badge {
  background: #ffa54b;
  color: white;
  padding: 2px 8px;
  border-radius: 5px;
}

.footer-contact a {
  color: #001489;
  text-decoration: none;
}

.footer-copy {
  text-align: center;
  margin-top: 20px;
  font-size: 14px;
}

.footer-backtop {
  text-align: left;
  margin-top: 10px;
}
.footer_title_w{
	color:#fff;
}
   .member-card {
      border: none;
      border-radius: 20px;
      overflow: hidden;
      box-shadow: 0 4px 20px rgba(0,0,0,0.1);
      transition: transform 0.3s ease, box-shadow 0.3s ease;
      background: white;
      position: relative;
      text-align: center;
    }

    .member-card img {
      width: 100%;
      height: 220px;
      object-fit: cover;
      transition: 0.4s ease-in-out;
      display: block;
    }

    .overlay-text {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      background: #2A08A4C9;
      color: #fff;
      font-size: 16px;
      display: flex;
      justify-content: center;
      align-items: center;
      opacity: 0;
      transition: 0.4s ease-in-out;
      border-radius: 20px;
    }

    .member-card:hover img {
      transform: scale(1.05);
      filter: brightness(0.8);
    }

    .member-card:hover .overlay-text {
      opacity: 1;
    }

    .member-card .card-body {
      padding: 15px 10px;
    }

    .member-card .card-title {
      font-size: 18px;
      font-weight: 600;
      margin-top: 10px;
      margin-bottom: 0;
      color: #333;
      position: relative;
    }

    .member-card .card-title::after {
      content: "";
      display: block;
      width: 30px;
      height: 3px;
      background: #FFB400;
      margin: 8px auto 0;
      border-radius: 10px;
    }

    .member-card:hover {
      transform: translateY(-5px);
      box-shadow: 0 8px 30px rgba(0,0,0,0.15);
    }
.latest-titles {
    background: rgba(255, 255, 255, 0.05);
    padding: 20px 25px;
    border-radius: 16px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
    backdrop-filter: blur(5px);
}

.latest-titles li {
    list-style: none;
    margin-bottom: 15px;
    position: relative;
    padding-right: 25px;
}

.latest-titles li::before {
    content: "📰";
    position: absolute;
    right: 0;
    top: 0;
    font-size: 16px;
    opacity: 0.7;
}

.latest-titles a {
    display: inline-block;
    text-decoration: none;
    color: #ffffff;
    font-size: 15px;
    transition: all 0.3s ease;
}

.latest-titles a:hover {
    color: #ffcc00;
    transform: translateX(-5px);
}


.latest-image-box {
    overflow: hidden;
    border-radius: 12px;
    position: relative;
}

.latest-image-box img {
    width: 100%;
    border-radius: 12px;
    display: block;
    transition: transform 0.3s ease;
}

.latest-image-box:hover img {
    transform: scale(1.05);
}

.image-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 0;
    background: rgba(0,0,0,0.7);
    overflow: hidden;
    transition: height 0.3s ease;
    border-radius: 0 0 12px 12px;
}

.latest-image-box:hover .image-overlay {
    height: 40%;
}
.consult-section {
  background-color: #f8f9fa;
  padding: 3rem 1rem;
}
.consult-img {
  position: relative;
}
.consult-img img {
  border-radius: 10px;
  max-width: 100%;
}
.badge-custom {
  position: absolute;
  padding: 0.5rem 1rem;
  border-radius: 20px;
  font-size: 0.9rem;
  color: white;
}
.badge-top {
  top: 20px;
  right: 20px;
  background-color: #0049b7;
}
.badge-middle {
  top: 70px;
  right: 60px;
  background-color: #00c2c2;
}
.badge-bottom {
  bottom: 20px;
  right: 0;
  background-color: #0049b7;
}
.btn-call{
	background-color: #B5E7F6;
	font-size: 15px !important;
	line-height: 1 !important;
}	
.btn-call2{
	background-color: #00108D;
	color:#fff !important;
	font-size: 15px !important;
	line-height: 1 !important;
}
.custom-video-wrapper {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
  transition: transform 0.3s ease;
}

.custom-video-wrapper:hover {
  transform: scale(1.01);
}

.custom-video-wrapper video {
  display: block;
  width: 100%;
  height: auto;
}
.iransans *,
.iransans *::before,
.iransans *::after {
    font-family: IRANSansWeb_FaNum !important;
    font-size: 15px;
}
  .profile-card {
      background: #fff;
      border-radius: 15px;
      box-shadow: 0 4px 15px rgba(0,0,0,0.1);
      padding: 30px;
      max-width: 900px;
      margin: 50px auto;
    }
    .profile-img {
      width: 150px;
      height: 150px;
      object-fit: cover;
      border-radius: 50%;
      border: 5px solid #fff;
      box-shadow: 0 2px 10px rgba(0,0,0,0.15);
    }
    .profile-info h2 {
      font-weight: 700;
      margin-bottom: 5px;
    }
    .profile-info p {
      color: #6c757d;
    }
    .social-icons a {
      color: #495057;
      margin-right: 10px;
      font-size: 20px;
      transition: 0.3s;
    }
    .social-icons a:hover {
      color: #0d6efd;
    }
	 .profile-card {
      border-radius: 20px;
      box-shadow: 0 8px 16px rgba(0, 0, 0, 0.05);
      transition: transform 0.3s ease;
      background-color: #fff;
    }

    .profile-card:hover {
      transform: translateY(-4px);
    }

    .profile-img {
      width: 100px;
      height: 100px;
      object-fit: cover;
      border-radius: 50%;
      border: 2px solid #fff;
    }

    .info-item {
      font-size: 14px;
      margin-bottom: 4px;
      color: #444;
    }

    .btn-profile {
      background: linear-gradient(to left, #0d6efd, #6ea8fe);
      border: none;
      color: white;
      padding: 6px 16px;
      border-radius: 30px;
      font-size: 14px;
      transition: background 0.3s ease;
    }

    .btn-profile:hover {
      background: linear-gradient(to left, #0b5ed7, #5b9eff);
      color: #fff;
    }

    .card-body {
      padding: 1rem;
    }
@media print {
  body * {
    visibility: hidden;
  }
  #profile-section, #profile-section * {
    visibility: visible;
  }
  #profile-section {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
  }
}