@import url("font.css");

* {
    font-family: "Vazirmatn FD";
}

html, body {
    overflow-x: hidden;
    padding: 0px !important;
    margin: 0px !important;
}

body {
    position: relative;
    line-height: 1.6;
    font-family: "Vazirmatn FD";
    -webkit-font-smoothing: antialiased;
    font-size: 16px;
    /*
    color: #6f8ba4;
    */
    font-weight: 400;
    /*
    background-color: #223a66;
    background-image: url('../img/bg-main.jpg');    */
    background-repeat: no-repeat;
    background-attachment: fixed;

}

#overlay {
    position: fixed;
    z-index: 99999;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    transition: 1s 0.4s;
    /*
    background-image: url("../img/bg_splash.webp");
    */
    background-color: rgba(250, 250, 250, 0.98);

}

#progress {
    height: 2px;
    background: #223a66;
    position: absolute;
    width: 0;
    top: 50%;

}

#progstat {
    font-family: "Vazirmatn FD";
    font-size: 40px;
    letter-spacing: 0px;
    position: absolute;
    top: 60%;
    margin-top: -40px;
    width: 100%;
    text-align: center;
    color: #212121;
}

.hospital {
    font-family: "Vazirmatn FD";
    font-size: 32px;
    top: 20%;
    letter-spacing: 0px;
    position: absolute;
    width: 100%;
    text-align: center;
    color: #223a66;

}

.navbar-toggle .icon-bar {
    background: #223a66;
}

input[type="email"], input[type="password"], input[type="text"], input[type="tel"] {
    box-shadow: none;
    height: 45px;
    outline: none;
    font-size: 16px;

}

input[type="email"]:focus, input[type="password"]:focus, input[type="text"]:focus, input[type="tel"]:focus {
    box-shadow: none;
    border: 1px solid #223a66;
}

.search-form input[type="text"] {
    text-align: right !important;
    height: 50px;
    font-size: 17px;
}

#search .search-form input[type="text"], .a-search .search-form input[type="text"] {
    text-align: right !important;
    height: 64px;
    font-size: 20px;
}

#search .search-form input[type="radio"], .a-search .search-form input[type="radio"] {
    text-align: right !important;
    height: 18px;
    width: 18px;
}

#search .search-form label, .a-search .search-form label {
    font-size: 20px;
}

.search-btn {
    background-image: url("../img/search.png");
    background-repeat: no-repeat;
    background-color: #fafafa;
    height: 42px;
    width: 42px;
    padding: 8px;
    background-position: center;
    position: absolute;
    top: 4px;
    left: 4px;
    border: 1px solid #dedede;
}

#search .search-btn, .a-search .search-btn {
    background-image: url("../img/search.png");
    background-repeat: no-repeat;
    background-color: #fafafa;
    height: 56px;
    width: 56px;
    padding: 8px;
    background-position: center;
    position: absolute;
    top: 4px;
    left: 4px;
    border: 1px solid #dedede;
}

.search-btn:hover, #search .search-btn:hover, .a-search .search-btn:hover {
    border: 1px solid #e83e8c;

}


.form-control {
    box-shadow: none;
    border-radius: 0;
}

.form-control:focus {
    box-shadow: none;
    border: 1px solid #223a66;
}


.bg-gray {
    background: #eff0f3;
}

.bg-primary {
    background: #223a66;
}

.bg-primary-dark {
    background: #152440;
}

.bg-primary-darker {
    background: #090f1a;
}

.bg-dark {
    background: #222;
}

.bg-gradient {
    background-image: linear-gradient(145deg, rgba(19, 177, 205, 0.95) 0%, rgba(152, 119, 234, 0.95) 100%);
    background-repeat: repeat-x;
}

.section {
    padding: 48px 0;
}

.text-sm {
    font-size: 14px;
    direction: rtl;
}

.text-md {
    font-size: 2.25rem;
    direction: rtl;
}

.text-lg {
    font-size: 3.75rem;
    direction: rtl;
}

.no-spacing {
    letter-spacing: 0px;
}

/* Links */
a {
    color: #222;
    text-decoration: none;
    transition: all .35s ease;
}

a:focus, a:hover {
    color: #e12454;
    text-decoration: none;
}

a:focus {
    outline: none;
}

.content-title {
    font-size: 40px;
    line-height: 50px;
}

.page-title {
    padding: 64px 0px 48px 0px;
    position: relative;
    direction: rtl;
}

.page-title .block h1 {
    color: #fff;
}

.page-title .block p {
    color: #fff;
}

.title-color {
    color: #223a66;
}

.secondary-bg {
    background: #223a66;
}

.section-title {
    margin-bottom: 32px;
}

.section-title h2 {
    color: #223a66;
}

.text-lg {
    font-size: 50px;
}

.gray-bg {
    background: #f4f9fc;
}

#navbar {
    background-color: #ffffff;
}

#fixed {
    background-color: #ffffff;
}

#navbarmain {
    position: relative;
    padding: 0px 0px;
    text-align: right;
    z-index: 500;
    /*background-image: url("../img/flag.png");*/
    /*background-repeat: no-repeat;*/
    /*background-position: left;*/
}

#navbarmain ul .nav-item {
    margin-top: 18px;
}

#navbarmain ul .nav-item-domain {
    margin-top: 0px;
}

#navbarmain ul .nav-link {
    padding: 0px 10px;
    color: #222;
    font-family: "Vazirmatn FD";
    font-size: 15px;
    transition: all .25s ease;
    margin: 0px 0px;
    font-weight: 600;
    border-left: 1px solid #b6b6b6;
}

#navbarmain ul .nav-link:hover {
    color: #E12454;
}

#navbarmain ul .nav-link-domain {
    margin-top: 0px;
    padding: 0px 0px 0px 15px;
    color: #223a66;
    font-family: "Vazirmatn FD";

    font-weight: bold;
    background: none;
    border: none;
}

#navbarmain ul .nav-link-domain img {

    object-fit: cover;
}

.dropdown-toggle::after {
    display: none;
}

.navbar-brand {
    margin-top: 10px;
}

.dropdown .dropdown-menu {
    position: absolute;
    display: block;
    background: #fff;
    min-width: 240px;
    top: 130%;
    /* left: 0;
    *
     right: 0px;
     */
    left: unset;
    right: 0px !important;
    opacity: 0;
    padding: 0px;
    visibility: hidden;
    transition: all 0.3s ease-out 0s;
    border: 0px;
    border-top: 5px solid #e12454;
    border-radius: 0px;
}

.dropdown:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
    top: 115%;
}

.dropdown .dropdown-item {
    padding: 13px 20px;
    border-bottom: 1px solid #eee;
    background: transparent;
    font-weight: 400;
    color: #555;
    text-align: right;
    font-family: "Vazirmatn FD";
}

.dropdown .dropdown-item:hover {
    color: #e12454;
}

.header-top-bar {
    background: #223a66;
    font-size: 14px;
    padding: 10px 0px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
    color: #fff;
}

.top-bar-info li a {
    color: #fff;
    margin-right: 20px;
}

.top-right-bar a span {
    color: #fff;
    font-weight: 600;
    letter-spacing: 1px;
}

.top-right-bar a i {
    color: #fff;
    margin-right: 10px;
}

.bg-1 {
    background-color: #223a66;
    background-image: url('../img/bg-main.jpg');
    background-size: cover;
    position: relative;
    background-position: bottom;
}

.banner {
    padding: 0px;
    position: relative;
    overflow: hidden;
    background: transparent;
    /*background: url("../images/bg/bg.jpg") no-repeat;*/
    background-size: cover;
    /*
    min-height: 550px;
    */
}


.banner .block {

    padding: 24px 12px 24px 12px;
    background: rgba(34, 58, 102, 0.73);
    font-family: "Vazirmatn FD";
    display: inline-block;
}

.banner .block h1 {
    font-size: 40px;
    line-height: 1.2;
    letter-spacing: -1.2px;

    color: #ffffff;
    text-align: right;
    font-family: "Vazirmatn FD";
}


.letter-spacing {
    letter-spacing: 2px;
}

.text-color {
    color: #424242;
}

.text-color-2 {
    color: #e12454;
}

.divider {
    width: 100%;
    height: 5px;
    background: #e12454;
}

.divider-1 {
    width: 100%;
    height: 2px;
    background: #e12454;
}

.divider-2 {
    width: 100%;
    height: 1px;
    background: #dee2e6;
}

.cta {
    position: relative;
}

.cta:before {
    position: absolute;
    content: "";
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: rgba(34, 58, 102, 0.95);
    background: #fafafa;
}

.mb-30 {
    margin-bottom: 30px;
}

.text-color-primary {
    color: #223a66;
}

.io-form-wrap .form-group {
    margin-bottom: 20px;
}

.io-form-wrap .form-group .form-control, .survey_form .form-group .form-control {
    height: 48px;
    border: 1px solid #6c757d;
    box-shadow: none;
    width: 100%;
    background: #f4f9fc;
}

.io-form-wrap .form-group-2 {
    margin-bottom: 13px;
}

.io-form-wrap .form-group-2 textarea {
    height: auto;
    border: 1px solid #EEF2F6;
    box-shadow: none;
    background: #f4f9fc;
    width: 100%;
}

#map {
    display: block;
    border: 1px solid #7a7a7a;
    background: #223a66;
}


/*=================================================================
  Single Blog Page
==================================================================*/
.nav-links .page-numbers {
    display: inline-block;
    height: 50px;
    width: 104px;
    border-radius: 8%;
    background: #eee;
    text-align: center;
    padding-top: 13px;
    font-weight: 600;
    margin-right: 10px;
    font-size: 16px;
    font-family: "Vazirmatn FD";

}

.nav-links .page-numbers:hover {
    background: #e12454;
    color: #fff;
}

.nav-links .page-numbers.current {
    background: #223a66;
    color: #fff;
    width: 50px;
}

.post.post-single {
    border: none;
}

.post.post-single .post-thumb {
    margin-top: 30px;
}

.sidebar-widget {
    margin-bottom: 30px;
    padding-bottom: 35px;
}

.sidebar-widget h5 {
    margin-bottom: 30px;
    position: relative;
    padding-bottom: 15px;
}

.sidebar-widget h5:before {
    position: absolute;
    content: "";
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: 3px;
    background: #e12454;
}

.sidebar-widget.latest-post .media img {
    border-radius: 7px;
}

.sidebar-widget.latest-post .media h6 {
    font-weight: 500;
    line-height: 1.4;
}

.sidebar-widget.latest-post .media p {
    font-size: 12px;
}

.sidebar-widget.category ul li {
    margin-bottom: 10px;
}

.sidebar-widget.category ul li a {
    color: #212121;
    transition: all 0.3s ease;
    font-size: 16px;
    font-weight: bold;
}

.sidebar-widget.category ul li a:hover {
    color: #223a66;
    padding-left: 5px;
}

.sidebar-widget.category ul li span {
    margin-left: 0px;
}

.sidebar-widget.tags a {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: .075em;
    line-height: 41px;
    height: 41px;
    font-weight: 500;
    border-radius: 20px;
    color: #666;
    display: inline-block;
    background-color: #eff0f3;
    margin: 0 7px 10px 0;
    padding: 0 25px;
    transition: all .2s ease;
}

.sidebar-widget.tags a:hover {
    color: #fff;
    background: #223a66;
}

.tags a {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: .075em;
    line-height: 41px;
    height: 41px;
    font-weight: 500;
    border-radius: 20px;
    color: #666;
    display: inline-block;
    background-color: #eff0f3;
    margin: 0 7px 10px 0;
    padding: 0 25px;
    transition: all .2s ease;
}

.tags a:hover {
    color: #fff;
    background: #223a66;
}

.sidebar-widget.schedule-widget {
    background: #f4f9fc;
    padding: 25px;
}

.sidebar-widget.schedule-widget ul li {
    padding: 10px 0px;
    border-bottom: 1px solid #eee;
}

.search-form {
    position: relative;
    direction: rtl;
}

.search-form input {

    text-align: right;
}

.search-form i {
    position: absolute;
    right: 15px;
    top: 35%;
}

.footer, .top-footer {
    padding-bottom: 8px;
    direction: rtl;
}

.footer {
    padding-bottom: 2px;
}

.footer-menu li {

    display: inline-block;
}

.footer {
    background-repeat: repeat;
    background-image: url('../img/bg_splash.jpg');
    background-position: top;
}

.footer .copyright {
    font-weight: normal;
    font-size: 16px;
}

.describe_wrap {
    background: #ffffff;
}

.describe {
    font-size: 20px;
    text-align: center;
    white-space: pre-wrap;
}

.logo {
    font-weight: 600;
    letter-spacing: 1px;
}

.logo h3 {
    color: #223a66;
}

.logo span {
    color: #223a66;
}

.footer-btm {
    /*
    border-top: 1px solid rgba(0, 0, 0, 0.06);
    */
}

.backtop {
    position: fixed;
    background: #e12454;
    z-index: 9999;
    right: 55px;
    width: 60px;
    height: 60px;
    bottom: 50px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    border-radius: 50px;
}

.backtop i {
    color: #fff;
    font-size: 20px;
}

.reveal {
    transition: all .3s;
    cursor: pointer;
    opacity: 1;
}

.clients {
    background: #fafafa;
}

#service, #phone {
    background: #fafafa;
}

#service {
    padding: 48px 0;
    position: relative;
    clear: both;
}

.blog-item {

    border: 1px solid #e5e5e5;
    background: #ffffff;

}

.blog-item-content .title {
    padding: 0px 8px;
    font-size: 16px;

}

.blog-item-content p {
    padding: 0px 8px;
}

.blog-item-content .btn {
    font-family: "Vazirmatn FD";
    font-size: 14px;
}

#contact-form .form-control, #contact-form textarea, #survey-form textarea, #comment-form textarea, #reply-form textarea {
    text-align: right;
    border: 1px solid #6c757d;
    background: #f4f9fc;
}

#submit_contact, #submit_comment, #submit_survey {
    font-family: 'Vazirmatn FD' !important;
    font-size: 18px !important;
    font-width: 500;
    border: 1px solid #6c757d;
    background: #223a66 !important;
    color: #ffffff !important;
}

#submit_contact:hover, #submit_comment:hover, #submit_survey:hover {
    background: #e12454 !important;
    color: #ffffff !important;
}

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

.square-164 {
    width: 360px !important;
    height: 226px !important;
}

.square-48 {
    width: 48px !important;
    height: 48px !important;
}

.square-96 {
    width: 96px !important;
    height: 96px !important;
    color: #ffffff;
}

.square-100-p-224 {
    display: inline-block;
    width: 100%;
    border-radius: 0px;
    height: 224px;
    max-height: 240px;
    object-fit: cover;
}

.square-480 {
    display: inline-block;
    width: 120px;
    height: 120px;
    background: #223a66;
}

.square-480 img {
    width: 120px;
    height: 120px;
}

.square-480 a {
    color: #FAFAFA;
    display: inline-block;

}

.banner .caption {
    position: absolute;
    right: 2%;
    bottom: 8px;
    left: 2%;
    z-index: 9000;
    text-align: center;
    display: none;
    text-align: center;
    border-radius: 0px;
}

.banner .caption a {
    color: #212121;
    display: block;
    padding: 8px 8px 0px 8px;
    border: 2px solid #ddd;
    border-radius: 0px;
    text-align: center;
    direction: rtl;
    /*
    background-color: rgba(225, 36, 84, 0.9);
    */
    background-color: rgb(233, 233, 237);
}

.banner .caption span {
    color: #424242;
    font-size: 10px;
    font-weight: normal;
}

.border-around-108 {
    display: inline-block;
    height: auto;
    max-width: 108px;
    text-align: center;
    padding: 4px;
    margin: auto;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.width-140-service {
    width: 164px;
    text-align: center;
    background: #e9ecef;
    border: 2px solid #223a66;
    margin: 4px;

}

.width-140-service a.s-bottom-link {
    height: 80px;
    position: relative;
    margin: auto;
}

.width-140-service a.s-bottom-link span {

}

.width-140-service:hover .border-around-108 a, .width-border:hover .border-around-108 a {
    background: #223a66;
}

.item-hover {
    background: #223a66;
    transition: All .3s ease;
    -webkit-transition: All .3s linear;
    -moz-transition: All .3s linear;
    -o-transition: All .3s linear;
    width: 360px !important;
    height: 226px !important;
    text-align: center;
    opacity: 0;
    position: absolute;
    top: 0px;
    left: 0px;
}

.item-hover span {
    transition: All .3s linear;
    -webkit-transition: All .3s linear;
    -moz-transition: All .3s linear;
    -o-transition: All .3s linear;
    margin-top: 0px;
    font-weight: bold;
    color: #FFFFFF;
    display: inline-block;
    opacity: 0;
}

.bottom-date {
    position: relative;
    height: 40px;
    margin-top: 16px;
}

.line {
    width: 100%;
    height: 1px;
    /*
    background: #ddd;
    */
    background: #6a1a21;
    position: absolute;
    top: 20px;
    z-index: 98;
}

.date-2 {
    height: 40px;
    font-size: 14px;
    padding: 10px 16px 14px 16px;
    font-weight: bold;
    /*
    background: #e5e5e5;
    */
    background: #fff;
    color: #212121;
    /*
    display: inline-block;
    */
    direction: rtl;
    border: 1px solid #6a1a21;
    position: absolute;
    z-index: 99;
    width: 40%;
    left: 30%;

}


#bg-main {
    padding: 0px 0px;
    height: auto;
    background-repeat: repeat;
    background-color: #223a66;
    background-image: url('../img/bg-main.jpg');
    background-position: bottom;

}

.width-200-section {
    width: 180px;
    display: inline-block;
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    background-color: rgb(233, 233, 237);
    opacity: 0;
}

.width-140-section {
    width: 156px;
    display: inline-block;
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    background-color: rgb(233, 233, 237);
    opacity: 0;
}

.width-border-gallery {
    overflow: hidden;
    width: 140px;
    height: 140px;
    max-height: 140px;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    padding: 4px;
    background: #fff;
    border: 1px solid #dedede;
    object-fit: fill;

}


.show {
    opacity: 1;
    -webkit-transition: all .4s linear;
    transition: all .4s linear;
}

.show-picture {
    opacity: 1;
    -webkit-transition: all .6s linear;
    transition: all .6s linear;
}

.show-picture-fast {
    opacity: 1;
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
}

.d-flex h1.width-200-section:hover {

    background: #e12454;
    color: #ffffff;
}

.sticky {
    position: fixed;
    top: 0;
    left: 0px;
    right: 0px;
    z-index: 1000;
}

a.card-title {
    font-weight: bold;
}

.list-unstyled {
    padding: 0px;
}


.blog-thumb {
    overflow: hidden;
    position: relative;
}

.tada {
    -webkit-animation-name: tada;
    animation-name: tada
}

.animate {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

#brand_name {
    position: absolute;
    right: 44px;
    top: 25px;
    color: #e12454;
    font-size: 13px;
    font-weight: 700;
}

#brand_image {
    position: absolute;
    right: 40px;
    top: 8px;
    height: 56px;
    width: 72px;
    object-fit: cover;
    display: none;
}

.ding1 {
    position: absolute;
    line-height: 20px !important;
    color: #fff;
    left: 0px;
    top: 23px;
    padding: 3px 0px;
    border-radius: 3px;
    z-index: 1052
}

.ding1 .search-btn-ding1 {
    height: 45px;
    max-height: 45px;
    width: 45px;
    max-width: 45px;
    border: 1px solid #dedede;
    background: #ffffff;
    margin-left: 4px;
    cursor: pointer;
}

.ding1 .search-btn-ding1:hover {
    border: 1px solid #e83e8c;
}

.ding1 a.services {
    background-image: linear-gradient(to right, #e83e8c, rgba(232, 62, 140, 0.6));
    color: #fff;
    font-weight: 600;
    padding: 10px 15px;
    font-family: "Vazirmatn FD";
    font-size: 16px;
    transition: all .25s ease;
}

a.price {
    background-image: linear-gradient(to right, #223a66, rgba(34, 58, 102, 0.6));
    color: #fff;
    font-weight: 600;
    padding: 10px 15px;
    font-family: "Vazirmatn FD";
    font-size: 16px;
}

a.manshor {
    background-image: linear-gradient(to right, #223a66, rgba(34, 58, 102, 0.6));
    color: #fff;
    font-weight: normal;
    padding: 10px 15px;
    font-family: "Vazirmatn FD";
    font-size: 16px;
}

.ding2 {
    position: absolute;
    left: 0px;
    top: 7px;
    color: #fff;
    border-radius: 3px;
    z-index: 500;
}

.ding2 .search-btn-ding2 {
    height: 45px;
    max-height: 45px;
    width: 45px;
    max-width: 45px;
    border: 1px solid #dedede;
    background: #ffffff;
    margin-left: 4px;
    cursor: pointer;
    display: inline-block;

}

.ding2 .search-btn-ding2:hover {
    border: 1px solid #e83e8c;
}

#brand {
    font-family: "Vazirmatn FD";
    color: #223a66;
    padding-right: 16px;
    font-weight: bold;
}

.ding2 a.services {
    background-image: linear-gradient(to right, #e83e8c, rgba(232, 62, 140, 0.6));
    color: #fff;
    font-weight: 700;
    padding: 10px 12px;
    font-family: "Vazirmatn FD";
    font-size: 14px;
    transition: all .25s ease;
    display: inline-block;
}

@-webkit-keyframes tada {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
    10%,
    20% {
        -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg)
    }
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg)
    }
    40%,
    60%,
    80% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg)
    }
    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

@keyframes tada {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
    10%,
    20% {
        -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg)
    }
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg)
    }
    40%,
    60%,
    80% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg)
    }
    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

.fav_item {
    background: #ffffff;
    /*
    border: 1px solid #e5e5e5;
    box-shadow:0 1px 3px #e5e5e5
    */
}

.fav_img {
    position: relative;
    overflow: hidden;
}

.fav_date {
    text-align: center;
    position: absolute;
    right: 16px;
    top: 16px;
    background: #e5e5e5;
    padding: 4px 8px;
}

.fav_item {
    transition: 0.12s;

}

.fav_item img {
    transition: 0.12s;

}

.fav_item:hover img {
    transition: 0.22s;
    -webkit-transform: scale(1.16);
    -moz-transform: scale(1.16);
    -ms-transform: scale(1.16);
    -o-transform: scale(1.16);
    transform: scale(1.16);
}

.fav_item:hover .fav_title {
    color: #e12454;
}

.fav_item:hover {
    /*
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
    */

    border: 1px solid #223a66;
}


.list-group-item:hover .square-96-post {
    transform: scale(1.16);
}

/*
Extra small devices (portrait phones, less than 576px)
*/
@media (max-width: 575.98px) {
    .date-2 {
        width: 56%;
        left: 22%;
        font-size: 13px
    }

    #about_social {
        height: 400px;
    }

    #brand_name {
        position: absolute;
        right: 44px;
        top: 27px;
        color: #e12454;
        font-size: 13px;
        font-weight: 700;
    }

    #fixed {
        height: 72px;
    }

    #navbarmain ul .nav-link {
        border-left: none;
    }

    .box {
        padding: 0px 24px 24px 24px;
    }

    .square-first {
        width: 100% !important;
        height: 250px !important;
        color: #ffffff;
    }

    .square-96-post {
        width: 100% !important;
        height: 240px !important;
        color: #ffffff;
        object-fit: cover;
    }

    .list-group-item .d-flex {
        display: block !important;
    }

    .list-group-item .title-2 {
        text-align: center;
        font-size: 18px;
        margin: 8px 0px;
        line-height: 24px;
        max-height: 48px;
        height: 48px;
    }

    .list-group-item .pre_content {
        direction: rtl;
        text-align: justify;
        line-height: 20px;
        max-height: 140px;
        font-size: 17px;
        color: #6c757d;
        font-weight: normal;
        overflow: hidden;
        padding: 0px 0px 16px 0;
    }

    #video_wrapper_index {
        width: 100%;
        height: 264px;
    }

    #video_wrapper {
        width: 100%;
        height: 264px;
    }

    .blog-item-head img {
        /* width: 100%;
           height: 280px;
         */
        object-fit: fill;
    }

    .box {
        padding: 0px 24px 24px 24px;
    }

    .blog-item-content h2 {
        font-size: 18px !important;
        font-weight: normal;
        line-height: 24px;
        padding: 0px 8px 16px 0;
    }


    .blog-item-content p {
        font-size: 18px;
        color: #6c757d;
        height: 120px;
        max-height: 120px;
        line-height: 24px;
    }

    .page-title .block h1 {
        font-size: 24px;
    }

    .ding1 a.services {
        color: #fff;
        font-weight: 600;
        padding: 10px 16px 12px 16px;
        font-family: "Vazirmatn FD";

        font-size: 14px;
        margin-top: 4px;
        transition: all .25s ease;
    }

    .blog-thumb {
        max-height: 240px;
        overflow: hidden;
    }

    .blog-thumb img {
        width: 100%;
        height: 240px;
        object-fit: fill;
        border-radius: 0px;
    }

    .fav_title {
        font-size: 18px;
        font-weight: normal;
        line-height: 24px;
        color: #212121;
        max-height: 96px;
    }

    .fav_date {
        font-size: 14px;
        color: #424242;
    }

    .square-140-fav {
        display: inline-block;
        width: 100%;
        height: 224px;
        max-height: 240px;
        object-fit: cover

    }

    .list-group-item:hover .square-96-post {
        transform: scale(1);
    }
}

/*
Small devices (landscape phones, 576px and up)
*/
@media (min-width: 576px) and (max-width: 767.98px) {
    .date-2 {
        width: 56%;
        left: 22%;
        font-size: 13px
    }

    #about_social {
        height: 400px;
    }

    #fixed {
        height: 72px;
    }

    #navbarmain ul .nav-link {
        border-left: none;
    }

    .box {
        padding: 0px 24px 40px 24px;
    }

    .square-first {
        width: 100% !important;
        height: 274px !important;
        color: #ffffff;
    }

    .square-96-post {
        width: 100% !important;
        height: 264px !important;
        color: #ffffff;
        object-fit: cover;
    }


    .list-group-item .d-flex {
        display: inline-block !important;
    }

    .list-group-item .title-2 {
        text-align: center;
        font-size: 18px;
        margin: 8px 0px;
        line-height: 20px;
        max-height: 40px;
        height: 40px;
    }

    .list-group-item .pre_content {
        direction: rtl;
        text-align: justify;
        line-height: 20px;
        max-height: 80px;
        height: 80px;
        font-size: 16px;
        color: #6c757d;
        font-weight: normal;
        overflow: hidden;
        padding: 0px 0px 16px 0;
    }

    #video_wrapper_index {
        width: 100%;
        height: 280px;
    }

    #video_wrapper {
        width: 100%;
        height: 280px;
    }

    .blog-item-head img {
        width: 100%;
        /*
        height: 320px;
        */
        object-fit: fill;
    }

    .blog-item-content h2 {
        font-size: 18px !important;
        font-weight: normal;
        line-height: 24px;
        padding: 0px 8px 16px 0;
    }

    .blog-item-content p {
        font-size: 20px;
        color: #6c757d;
        height: 72px;
        max-height: 72px;
        line-height: 24px;
    }

    .page-title .block h1 {
        font-size: 32px;

    }

    .blog-thumb {
        max-height: 294px;
        overflow: hidden;
    }

    .blog-thumb img {
        width: 100%;
        height: 294px;
        object-fit: fill;
        border-radius: 0px;
    }

    .fav_title {
        font-size: 20px;
        font-weight: normal;
        line-height: 24px;
        color: #212121;
        max-height: 96px;
    }

    .fav_date {
        font-size: 14px;
        color: #424242;
    }

    .square-140-fav {
        display: inline-block;
        width: 100%;
        height: 224px;
        max-height: 240px;
        object-fit: cover

    }

    .list-group-item:hover .square-96-post {
        transform: scale(1);
    }

}

/*
Medium devices (tablets, 768px and up)
*/
@media (min-width: 768px) and (max-width: 991.98px) {
    #about_social {
        height: 400px;
    }

    #fixed {
        height: 72px;
    }

    #navbarmain ul .nav-link {
        border-left: none;
    }

    .box {
        padding: 0px 16px 40px 16px;
    }

    .square-first {
        max-width: 250px !important;
        max-height: 250px !important;
        min-height: 250px !important;
        min-width: 250px !important;
        color: #ffffff;
        object-fit: cover;

    }

    .square-96-post {
        width: 240px !important;
        height: 240px !important;
        color: #ffffff;
        object-fit: cover;

    }

    .list-group-item .title-2 {
        text-align: center;
        font-size: 20px;
        margin: 8px 0px;
        line-height: 20px;
        max-height: 40px;
        height: 40px;
    }

    .list-group-item .pre_content {
        direction: rtl;
        text-align: justify;
        line-height: 24px;
        max-height: 96px;
        height: 96px;
        font-size: 18px;
        color: #6c757d;
        font-weight: normal;
        overflow: hidden;
        padding: 0px 0px 16px 0;
    }

    #video_wrapper_index {
        width: 100%;
        height: 360px;
    }

    #video_wrapper {
        width: 100%;
        height: 360px;
    }

    .blog-item-head img {
        width: 100%;
        /*
        height: 380px;
        */
        object-fit: fill;
    }

    .blog-item-content h2 {
        font-size: 18px !important;
        font-weight: normal;
        line-height: 24px;
        padding: 0px 8px 16px 0;
    }


    .blog-item-content p {
        font-size: 17px;
        color: #6c757d;
        height: 120px;
        max-height: 120px;
        line-height: 24px;
    }

    .page-title .block h1 {
        font-size: 32px;
    }

    .blog-thumb {
        max-height: 240px;
        overflow: hidden;
    }

    .blog-thumb img {
        height: 240px;
        width: 100%;
        object-fit: fill;
        border-radius: 0px;
    }

    .fav_title {
        font-size: 18px;
        font-weight: normal;
        line-height: 24px;
        color: #212121;
        height: 72px;
        max-height: 72px;
    }

    .fav_date {
        font-size: 14px;
        color: #424242;
    }

    .square-140-fav {
        display: inline-block;
        width: 100%;
        height: 224px;
        max-height: 240px;
        object-fit: cover

    }
}

/*
Large devices (desktops, 992px and up)
*/
@media (min-width: 992px) and (max-width: 1199.98px) {
    #about_social {
        height: 330px;
    }

    /* -------------- start survey -------*/
    label.t {
        min-width: 180px;
    }

    .q label.t {
        min-width: 547px;
    }

    /* -------------- end survey -------*/
    .box {
        padding: 0px 16px 16px 16px;
    }

    .square-first {
        max-width: 130px !important;
        max-height: 130px !important;
        min-width: 130px !important;
        min-height: 130px !important;
        color: #ffffff;

    }

    .square-96-post {
        width: 120px !important;
        height: 120px !important;
        color: #ffffff;
        object-fit: cover;

    }

    .list-group-item .title-2 {
        text-align: right;
        font-size: 16px;
        line-height: 24px;
        max-height: 40px;
        height: 40px;
    }

    .list-group-item .pre_content {
        direction: rtl;
        text-align: justify;
        line-height: 20px;
        max-height: 80px;
        height: 80px;
        font-size: 14px;
        color: #6c757d;
        font-weight: normal;
        overflow: hidden;
    }

    #video_wrapper_index {
        width: 100%;
        height: 320px;
    }

    #video_wrapper {
        width: 100%;
        height: 340px;
    }

    .blog-item-head img {
        width: 100%;
        /*
        height: 400px;
        */
        object-fit: fill;
    }

    .blog-item-content h2 {
        font-size: 18px !important;
        font-weight: normal;
        height: 64px;
        max-height: 64px;
        line-height: 24px;
        padding: 0px 8px;

    }

    .blog-item-product-content h2 {
        font-size: 18px;
        font-weight: 500;
        height: 20px;
        line-height: 20px;
        padding: 0 8px;
    }


    .blog-item-content p {
        font-size: 16px;
        color: #6c757d;
        height: 96px;
        max-height: 96px;
        line-height: 24px;
    }


    .page-title .block h1 {
        font-size: 32px;
    }

    .blog-thumb {
        max-height: 220px;
        overflow: hidden;
    }

    .blog-thumb img {
        width: 100%;
        height: 220px;
        object-fit: fill;
        border-radius: 0px;
    }

    .fav_title {
        font-size: 15px;
        font-weight: normal;
        line-height: 24px;
        color: #212121;
        max-height: 96px;
    }

    .fav_date {
        font-size: 12px;
        color: #424242;
    }

    .square-140-fav {
        display: inline-block;
        width: 100%;
        height: 224px;
        max-height: 240px;
        object-fit: cover

    }

}

/*
Extra large devices (large desktops, 1200px and up)
*/
@media (min-width: 1200px) {

    #about_social {
        height: 330px;
    }

    /* -------------- start survey -------*/
    label.t {
        min-width: 180px;
    }

    .q label.t {
        min-width: 547px;
    }

    /* -------------- end survey -------*/
    .box {
        padding: 0px 56px 56px 56px;
    }

    .square-first {
        max-width: 166px !important;
        max-height: 166px !important;
        min-width: 166px !important;
        min-height: 166px !important;
        color: #ffffff;
    }

    .square-96-post {
        width: 156px !important;
        height: 156px !important;
        color: #ffffff;
        object-fit: cover;

    }

    .list-group-item .title-2 {
        text-align: right;
        font-size: 17px;
        line-height: 20px;
        max-height: 40px;
        height: 40px;
    }

    .list-group-item .pre_content {
        direction: rtl;
        text-align: justify;
        line-height: 20px;
        max-height: 60px;
        height: 60px;
        font-size: 16px;
        color: #6c757d;
        font-weight: normal;
        overflow: hidden;
    }

    #video_wrapper_index {
        width: 100%;
        height: 360px;
    }

    #video_wrapper {
        width: 100%;
        height: 400px;
    }

    .blog-item-head img {
        width: 100%;
        /*
        height: 420px;
        */
        object-fit: fill;
    }

    .blog-item-content h2 {
        font-size: 16px !important;
        font-weight: 500;
        height: 64px;
        max-height: 64px;
        line-height: 24px;
        padding: 0px 8px;
    }

    .blog-item-content p {
        font-size: 17px;
        color: #6c757d;
        height: 96px;
        max-height: 96px;
        line-height: 24px;
    }

    .page-title .block h1 {
        font-size: 37px;
    }

    .blog-thumb {
        max-height: 232px;
        overflow: hidden;
    }

    .blog-thumb img {
        width: 100%;
        height: 232px;
        object-fit: fill;
        border-radius: 0px;
    }

    .fav_title {
        font-size: 16px;
        font-weight: 500;
        line-height: 24px;
        color: #212121;
        max-height: 96px;
    }

    .fav_date {
        font-size: 12px;
        color: #424242;
    }

    .hos-fea {
        text-align: center;
        color: #fff;
        direction: rtl;
        list-style: none;
        font-size: 15px;
        margin-top: 24px;
        margin-bottom: 24px;
    }

    .width-200-section {
        width: 240px;
        display: inline-block;
        text-align: center;
        font-size: 18px;
        font-weight: 700;
        background-color: rgb(233, 233, 237);
        opacity: 0;
    }

    #feather-box {
        margin-bottom: 8px;
    }

    .a-phone {
        direction: rtl;
        font-size: 22px !important;
        margin-top: 16px;
    }

    .number {
        display: inline-block;
        color: #fff;
        font-size: 20px !important;
        direction: rtl;
    }
}

/*
2X-Extra large devices (large desktops, 1200px and up)
*/
@media (min-width: 1400px) {
    .hos-fea {
        text-align: center;
        color: #fff;
        direction: rtl;
        list-style: none;
        font-size: 18px;
        margin-top: 24px;
        margin-bottom: 32px;
    }

    .width-200-section {
        width: 300px;
        display: inline-block;
        text-align: center;
        font-size: 22px;
        font-weight: 700;
        background-color: rgb(233, 233, 237);
        opacity: 0;
    }

    #feather-box {
        margin-bottom: 16px;
    }

    .a-phone {
        direction: rtl;
        font-size: 32px !important;
        margin-top: 16px;
    }

    .number {
        display: inline-block;
        color: #fff;
        font-size: 25px !important;
        direction: rtl;
    }
}

.item-hover {
    transition: All .25s linear;
    -webkit-transition: All .25s linear;
    -moz-transition: All .25s linear;
    -o-transition: All .25s linear;
    text-align: center;
    opacity: 0;
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;

}

.item-hover span {
    transition: All .1s linear;
    -webkit-transition: All .1s linear;
    -moz-transition: All .1s linear;
    -o-transition: All .1s linear;
    margin-top: 96px;
    font-weight: bold;
    color: #FFFFFF;
    display: inline-block;
    opacity: 0;
}

.blog-item:hover .item-hover {
    height: 100%;
    width: 100%;
    opacity: 0.9;
    background: #6c757d;
}

.blog-item:hover .item-hover span {
    margin-top: 96px;
    opacity: 1;
    transition-delay: 0.2s;
}


.square-96-post {
    transition: 0.2s;
}

.square-first {
    overflow: hidden;
    padding: 4px;
    border: 1px solid #ddd;
    border-radius: 0px;
    display: inline-block;

}

#msg-form {
    font-family: "Vazirmatn FD";
    text-align: center;
    font-size: 14px;
    margin-bottom: 24px;
    direction: rtl;
}

#msg-form #msg {
    /*
    padding-top: 8px;
    */
}

#msg div {
    text-align: right;
    padding-left: 0px;
    padding-right: 48px;
    padding-left: 24px;
    display: inline-block;
    margin: 8px 4px 0px 4px;
}


.a-phone {
    direction: rtl;
    font-size: 20px;
}

.a-phone span {
    display: inline-block;
    font-size: 18px;
    background: white;
    padding: 6px;
    color: #212121;
    width: 28px;
    height: 28px;
}

.number {
    display: inline-block;
    color: #fff;
    font-size: 20px;
    direction: rtl;
}

.number a {
    direction: ltr;
    color: #fafafa;
    font-size: 22px;
    font-weight: bold;

}


.hos-fea {
    text-align: center;
    color: #fff;
    direction: rtl;
    list-style: none;
}

.date-post {
    text-align: center;
    position: absolute;
    left: 12px;
    top: 12px;
    background: #e5e5e5;
    color: #212121;
    font-size: 12px;
    padding: 4px 8px;
}

.date-author {
    text-align: center;
    position: absolute;
    left: 12px;
    bottom: 12px;
    background: #e5e5e5;
    color: #212121;
    font-size: 12px;
    display: none;
    padding: 4px 8px;
}

.survey_form label {
    font-size: 17px;
    margin-right: 8px;
    color: #545454;
}

.survey_form label.t {
    color: #414141;
    font-size: 17px;
    margin-right: 0px;
    font-weight: bold;
}

input[type=radio] {
    border: 0px;
    width: 20px;
    height: 20px;
}

.border-padding {
    padding: 4px;
    border: 1px solid #ddd;
    border-radius: 0px;
}

.icons {
    margin: 0px;
    padding: 0px;
    direction: rtl;
    text-align: center;
    background-color: #223a66;
    background-image: url('../img/bg-main.jpg');
    background-position: bottom;

}

.icons-footer {
    margin: 0px;
    padding: 0px;
    direction: rtl;
    text-align: center;
    background: #fafafa;
}

.icons-right {
    width: 100%;
    margin: 0px;
    padding: 0px;
    direction: rtl;
    text-align: center;
}

.icons-right li {
    display: block;
}

.main-part-1, .main-part-footer {

}

.main-part-right {
    margin-top: -8px;
}

.icons h2 {
    direction: rtl;
    font-family: "Vazirmatn FD";
    color: #ffffff;
    text-align: center;
    font-size: 16px;
    margin: 0 auto 20px auto;
    text-shadow: rgba(0, 0, 0, 0.1) 1px 1px 0px;
    display: table;
    padding: 0 10px;
    line-height: 24.5px;
}

.icons-footer h2 {
    direction: rtl;
    font-family: "Vazirmatn FD";
    color: #212121;
    text-align: center;
    font-size: 16px;
    margin: 0 auto 20px auto;
    text-shadow: rgba(0, 0, 0, 0.1) 1px 1px 0px;
    display: table;
    padding: 0 10px;
    line-height: 24.5px;
}

.icons-right h2 {
    direction: rtl;
    font-family: "Vazirmatn FD";
    color: #212121;
    text-align: center;
    font-size: 13px;
    margin: 0 auto 0px auto;
    text-shadow: rgba(0, 0, 0, 0.1) 1px 1px 0px;
    display: table;
    padding: 0 10px;
    line-height: 24.5px;
}

.main-part-footer > div,
#main-part-2 > div {
    padding: 2px;
    background: #ffffff;
    margin: 16px 8px;
    border: 1px solid #BDBDBD;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    list-style: none;
}

.main-part-1 > div {
    padding: 2px;
    background: #ffffff;
    margin: 8px 4px;
    border: 1px solid #BDBDBD;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    list-style: none;
}

.main-part-right > div {
    padding: 4px;
    background: #ffffff;
    margin: 8px 4px;
    border: 1px solid #BDBDBD;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    list-style: none;
}

.main-part-1 > div:hover, .main-part-footer > div:hover, .main-part-right > div:hover,
#main-part-2 > div:hover {
    /*
    margin: -4px 4px 8px 4px;
    */
    transform: scale3d(1.1, 1.1, 1.1);

}

.main-part-1 > div:hover a, .main-part-footer > div:hover a, .main-part-right > div:hover a,
#main-part-2 > li:hover a {
    background: #ffffff;
    border: 1px solid #ffffff;
}

.main-part-1 div a,
#main-part-2 div a {
    display: block;
    background: #eeeeee;
    width: 48px;
    height: 48px;
    border: 1px solid #E0E0E0;
}

.main-part-footer div a {
    display: block;
    background: #eeeeee;
    width: 64px;
    height: 64px;
    border: 1px solid #E0E0E0;
}

.main-part-right li a {
    display: block;
    background: #eeeeee;
    width: 64px;
    height: 64px;
    border: 1px solid #E0E0E0;
}

.main-part-1 div a img,
#main-part-2 div a img {
    width: 46px;
    height: 46px;
    list-style: none;
}

.main-part-footer div a img {
    width: 62px;
    height: 62px;
    list-style: none;
}

.main-part-right div a img {
    width: 62px;
    height: 62px;
    list-style: none;
}


/*  */
#content, #article, #news, #related, #post {
    direction: rtl;
}


.item {
    background: transparent;
    overflow: hidden;
}

.item .divder {
    background: #fff;
    margin: 10px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.1);
    overflow: hidden;
}

.box-head {
    padding: 0px 0;
}

.box-head .title {
    font-family: "Vazirmatn FD";
    font-weight: bold;
    color: #757575;
    font-size: 22px;
    display: inline-block;
    margin-left: 24px;
    background: #ffffff;
}

.box-head .btn-more {
    border: 2px solid #E74C3C;
    color: #E74C3C;
    padding: 4px 10px;
    font-family: "Vazirmatn FD";
    font-size: 14px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    text-decoration: none;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.box-head .btn-more:hover {
    color: #ffffff;
    background: #E74C3C;
}

.item-footer {
    height: 48px;
    background: #ffffff
}

.item-footer .more {
    margin: 10px 16px 0 0;
    color: #222;
    font-family: "Vazirmatn FD";
    font-size: 16px;
    font-weight: bold;
    float: right;
}

.item-footer .category {
    margin: 10px 16px 0 16px;
    color: #E74C3C;
    font-family: "Vazirmatn FD";
    font-size: 16px;
    float: left;
}

.box-section {
    position: relative;
}

.blog-item {
    transition: 0.12s;
}

.blog-item img {
    transition: 0.12s;

}

.blog-item:hover img {
    transition: 0.22s;
    object-fit: fill;
    /*  -webkit-transform: scale(1.16);
      -moz-transform: scale(1.16);
      -ms-transform: scale(1.16);
      -o-transform: scale(1.16);
      transform: scale(1.16);*/
}

.blog-item {
    /*
    border: 1px solid #E6E7EC;
    */

}

.blog-item:hover {
    /*
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
    */

    border: 1px solid #223a66;
}


/* -------------------------- */
.a-search input[type="text"] {
    height: 50px;
    outline: none;
    font-size: 20px;
    font-family: "Vazirmatn FD"

}

.a-search .search_btn {

    border-radius: 0px;
    padding: 8px 16px;
    border: 1px solid #424242;
    background: #ffffff;
    color: #424242;
    transition: 0.2s;

}

.a-search .search_btn:hover {
    color: #e12454;
}


/*------------------------comment section----------------------- */
.reply-button {
    font-family: "Vazirmatn FD";
    font-size: 16px;
    font-weight: bold;
    background: #223a66;
    padding: 4px 24px;
    border: 1px solid #fafafa;
    color: #ffffff;
    border-radius: 0px;
}

.remove-button {
    font-family: "Vazirmatn FD";
    font-size: 16px;
    font-weight: bold;
    background: #cd0a0a;
    color: #fafafa;
    padding: 4px 24px;
    border: 1px solid #ddd;
    border-radius: 0px;
}

.comment-list {
    padding: 0;
    margin: -8px 0 0 0;
}

.io-form-wrap h5, .single-blog-item .title {
    font-size: 1.25rem;
}

#related h2 {
    font-size: 1.25rem;
    color: #222;
}

.comment-list li .comment-head {


}

.comment-list li .comment-body {
    font-family: "Vazirmatn FD";
    font-size: 18px;
    color: #343a40;

}

.comment-list .level-1 {
    float: right;
    border-bottom: 1px solid #ddd;
    padding-top: 16px;
}

.comment-list .children {
    padding: 0 0 0 0;
    margin: 0;
    float: right;
    width: calc(100% - 80px);
    margin-right: 80px;
}

.comment-list li {
    padding: 0 0 0 0;
    width: 100%;
    clear: both;
    list-style: none;
}

.comment-list li .comment-head {
    width: 80px;
    float: right;
}

.comment-list li .comment-head img {
    width: 50px;
    border-radius: 50%;
}

.comment-list li .comment-body {
    float: right;
    width: calc(100% - 80px);
}

.children .comment {
    float: right;
    background: #fafafa;
    width: calc(100%);

}

.children .comment .comment-body {
    float: right;
}

.comment-list li .comment-body h6 {
    color: #000;
}

.comment-list li .comment-body .meta {
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: .1em;
    color: #607d8b;
}

.comment-list li .comment-body .reply {
    padding: 5px 10px;
    background: #e6e6e6;
    color: #000;
    text-transform: uppercase;
    font-size: 14px;
}

.comment-list li .comment-body .reply:hover {
    color: #000;
    background: #e3e3e3;
}

/*--------------------------end comments------------------*/
/*--------------------------start user------------------*/
.user {
}

.width-user-144 {
    width: 164px;
    height: 164px;
    object-fit: cover;
}

.user-img {
    overflow: hidden;
    background-position: center;

}

.user-img img {
    max-height: 244px;
    max-width: 312px;
    width: 312px;
    height: 244px;
    object-fit: cover;
    padding: 4px;
    border: 1px solid #ddd;
    display: inline-block;
}

.user-bio {
}


.user-bio .meta {
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: .1em;
    color: #607d8b;
}

.user-bio p {
    font-size: 18px;
    line-height: 24px;
    white-space: pre-wrap;
    text-align: center;
}


/*--------------------------end user------------------*/


#post hr, #video hr {
    background: #fafafa;
    clear: both;
}

hr {
    margin: 0px;
    background: #747474;
    clear: both;
}

#section-modal-content {
    /* background-image: url('../img/bg-section.jpg');
     background-position: top;*/
    background: #EEEEEE;
}

#section-modal-body {
    min-height: 240px;
}

.category_item {
    min-width: 144px;
    font-size: 20px;
    font-weight: bold;
    padding: 10px 20px;
    text-align: center;
    background: #fafafa;
}

.category_item:hover {
    background: #e83e8c;
}

.category_item:hover a {
    color: #ffffff;

}

.user_link {
    cursor: pointer;
}

#close_search {
    position: absolute;
    top: 20px;
    right: 20px;
    color: rgba(0 0 0 / .2);
    cursor: pointer;
    transition: all .25s;
}


/* -----------------middle category---------------------------*/

#category_wrap .level-1 {
    transform: scale3d(1, 1, 1);
    transition: 0.3s;
    width: 156px;
    height: 156px;
}

#category_wrap .level-1:hover {
    background: #fff;
    transform: scale3d(1.1, 1.1, 1.1);
    -webkit-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.1);
}

.course:hover h3 {
    color: #000;
}

#category_wrap .course {
    display: block;
    padding: 4px 4px 4px 4px;
    background: #ffffff;
    color: #223a66;
    border-radius: 0px;
    text-align: center;
    width: 146px;
    height: 146px;
}

#category_wrap .course h3 {
    font-size: 20px;
    padding-top: 16px;
    color: #424242;
    -webkit-transition: .3s color ease;
    -o-transition: .3s color ease;
    transition: .3s color ease;
}

#category_wrap .course .wrap-icon {
    display: block;
    font-size: 56px;
    margin-bottom: 8px;
}

#category_wrap hr {
    background: #6c757d !important;
}

#category_wrap p {
    font-family: "Vazirmatn FD";
    font-size: 14px;
    padding-top: 8px;
    color: #424242;
}

#category_wrap div div {
    padding: 4px;
    border: 1px solid #ddd;
    border-radius: 0px;
}

/* ----------------- end middle category---------------------------*/
/* ----------------- start ---------------------------*/

.counter-stat {
    text-align: center;
    padding: 16px 40px 16px 40px;
    position: relative;
    background: #223a66;
    margin: 8px 4px;
}

.counter-stat i {
    color: #ffffff;
    font-size: 98px;
    position: absolute;
    right: 16px;
    opacity: 0.4;
}

.counter-stat span {
    font-size: 40px;
    color: #ffffff;
}

.counter-stat p {
    margin-bottom: 0px;
    color: #ffffff


}

/* ----------------- end ---------------------------*/
/*----------------------------- tabs -----------------------------*/
.nav-pills .nav-link {
    border: 1px solid #223a66;
    margin: 0px 4px;
    font-size: 17px;
}

#pills-tab li .nav-link {
    width: 156px;
    font-family: "Vazirmatn FD";
    font-weight: 700;
    font-size: 15px;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #223a66;
}

.data {
    padding: 0px 0px 0px 0px;
}

.data li {
    font-size: 19px;
    text-align: justify;
    list-style: circle;
    margin-bottom: 16px;

}

/*-----------------------------end  tabs -----------------------------*/
/*-----------------------------start  why -----------------------------*/
#about .course {
    display: block;
    padding: 32px 8px 16px 8px;
    background: #ffffff;
    color: #223a66;
    border-radius: 0px;
    text-align: center;
}

#about .course h3 {
    font-size: 20px;
    padding-top: 16px;
    color: #424242;
    -webkit-transition: .3s color ease;
    -o-transition: .3s color ease;
    transition: .3s color ease;
}

#about .course .wrap-icon {
    display: block;
    font-size: 56px;
    margin-bottom: 8px;
}

#about .level-1 {
    transform: scale3d(1, 1, 1);
    transition: 0.2s;
    background: #ffffff;
}

#about .level-1:hover {
    background: #fff;
    transform: scale3d(1.08, 1.08, 1.08);
    -webkit-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.1);
    transition: 0.2s;

}

#about .course:hover h3 {
    color: #000;
}

#about hr {
    background: #6c757d !important;
}

#about p {
    font-family: "Vazirmatn FD";
    font-size: 14px;
    padding-top: 8px;
    color: #424242;
}

#about div div {
    padding: 4px;
    border: 1px solid #ddd;
    border-radius: 0px;
}

/*-----------------------------end  why -----------------------------*/
/*-----------------------------start  gallery -----------------------------*/
.border-around-372 img {
    transition: all 250ms linear;
}

.border-around-372 {
    display: inline-block;
    height: auto;
    max-width: 372px;
    text-align: center;
    margin: auto;

    background-color: #fff;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    position: relative;
}

.item-hover {
    background: #223a66;
    transition: All .3s ease;
    -webkit-transition: All .3s linear;
    -moz-transition: All .3s linear;
    -o-transition: All .3s linear;
    width: 360px !important;
    height: 226px !important;
    text-align: center;
    opacity: 0;
    position: absolute;
    top: 0px;
    left: 0px;
}

.item-hover span {
    transition: All .3s linear;
    -webkit-transition: All .3s linear;
    -moz-transition: All .3s linear;
    -o-transition: All .3s linear;
    margin-top: 0px;
    font-weight: bold;
    color: #FFFFFF;
    display: inline-block;
    opacity: 0;
}

.width-404-372 {
    width: 404px;
    width: 372px;
    text-align: center;
    padding: 4px;
    border: 1px solid #ddd;
    border-radius: 0px;
    opacity: 0;
}

.width-404-372:hover .border-around-372 .item-hover {
    height: 100%;
    width: 100%;
    opacity: 0.9;
    background: #2bb4e8;
}

.width-404-372:hover .item-hover span {
    margin-top: 96px;
    opacity: 1;
    transition-delay: 0.2s;
}

.square-156 {
    width: 360px !important;
    height: 226px !important;
}

/*-----------------------------end  gallery -----------------------------*/
/*-----------------------------show -----------------------------*/
.show {
    opacity: 1;
    -webkit-transition: all .4s linear;
    transition: all .4s linear;
}

.show-picture {
    opacity: 1;
    -webkit-transition: all .6s linear;
    transition: all .6s linear;
}

.show-picture-fast {
    opacity: 1;
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
}

/*-----------------------------end show -----------------------------*/
/* --------------  service and phone -------*/
#service .border-around {
    display: inline-block;
    height: auto;
    /*
    max-width: 108px;
    */
    width: 100%;
    text-align: center;
    padding: 4px;
    margin: auto;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

#phone .border-around {
    display: inline-block;
    height: auto;
    max-width: 108px;
    text-align: center;
    padding: 4px;
    margin: auto;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.square-96-service {
    display: inline-block;
    /*
    width: 96px;
    */
    width: 100%;
    height: 112px;
    max-height: 112px;
    background: #E12454;
    object-fit: cover;
}

#phone .square-80-phone {
    display: inline-block;
    width: 80px;
    height: 80px;
    background: #E12454;
}

#phone .width-border {
    width: 164px;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    padding: 4px;
    background: #fff;
    border: 1px solid #dedede;
}

#phone .width-140-service {
    width: 132px;
    text-align: center;
}

#service .width-140-service:hover .border-around a, #phone .width-140-service:hover .border-around a, #phone .width-border:hover .border-around a {
    background: #223a66;
}

#service .border-around img, #phone .border-around img {
    transform: scale(0.9, 0.9);
    transition: all 250ms linear;
}

#service .width-140-service:hover .border-around img, #phone .width-140-service:hover .border-around img, #phone.width-border:hover .border-around img {
    transition: all 250ms linear;
    transform: scale(1.1, 1.1);
}

#service .square-40 {
    width: 48px !important;
    height: 48px !important;
}

#phone .square-40 {
    width: 40px !important;
    height: 40px !important;
}

#service .width-140-service a {
    font-size: 15px;
    font-weight: bold;
}

#service .width-140-service button.border-0 {
    font-weight: bold;
    font-size: 15px;
}

#botoxModal .modal-body a:hover, #botoxModal .modal-body a:focus {
    color: #fff !important;
}

#mriModal .modal-body a:hover, #mriModal .modal-body a:focus {
    color: #fff !important;
}

#learn .border-around-learn {
    display: inline-block;
    height: auto;
    text-align: center;
    padding: 4px;
    margin: auto;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

#learn .square-96-learn {
    display: inline-block;
    width: 192px;
    height: 192px;
    max-height: 192px;
    background: #e5e5e5;
    object-fit: cover;
}

#learn .width-200-learn {
    width: 200px;
    text-align: center;
}

#learn .square-40-learn {
    width: 170px !important;
    height: 170px !important;
}

#learn .width-200-learn:hover .border-around-learn a {
    background: #ffffff;
}

#learn .border-around-learn img {
    transform: scale(0.9, 0.9);
    transition: all 250ms linear;
}

#learn .width-200-learn:hover .border-around-learn img {
    transition: all 250ms linear;
    transform: scale(1.1, 1.1);
}

.width-200-learn a {
    font-size: 20px;
    font-weight: 500;
    background: #e5e5e5;
}

/* ---theme 2 */

.width-border-category {
    /* width: 156px;*/
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    padding: 4px;
    background: #fff;
    border: 1px solid #dedede;
}

.width-border-category .cat_wrapper {
    height: 60px;
    max-height: 60px;
}

.width-border-category .cat-name {
    color: #212121;
    font-size: 18px;
    font-weight: 500;

    display: block;
    padding-right: 4px;
    padding-left: 4px;
    line-height: 24px;
    width: 99%;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);

}

.width-border-category .border-top {
    border-top: 1px solid #ddd;
}

.border-around-category {
    display: inline-block;
    /* max-width: 132px;
     max-height: 132px;*/
    text-align: center;
    /*
    padding: 4px;
    */
    margin: auto;
    background-color: #fff;
    border: 1px solid #FFFFFF;
    border-radius: 4px;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.border-around-category img {
    transition: all 0.2s linear;
}

.width-border-category:hover .border-around-category img {
    transition: all 200ms linear;
    transform: scale(1.1, 1.1);
}

.width-border-category:hover .cat-name {
    color: #e12454;
}

.square-category {
    display: inline-block;
    width: 148px;
    height: 124px;
    background: #ffffff;
    overflow: hidden;
}

.square-img-category {
    width: 88px !important;
    height: 88px !important;
    object-fit: cover;
}

.show-category {
    display: flex;
}

.hide-category {
    display: none;
}


/* -------------- end service and phone -------*/
/* -------------- start doctor -------*/

.width-border-doctor {
    width: 240px;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    padding: 4px;
    background: #fff;
    border: 1px solid #dedede;
}

.width-border-doctor .specialty {
    color: #e12454;
}

.width-border-doctor .border-top {
    border-top: 1px solid #ddd;
}

.border-around-doctor {
    display: inline-block;
    max-width: 158px;
    max-height: 158px;
    text-align: center;
    padding: 4px;
    margin: auto;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.border-around-doctor img {
    transition: all 200ms linear;
}

.width-border-doctor:hover .border-around-doctor img {
    transition: all 200ms linear;
    transform: scale(1.1, 1.1);
}

.width-border-doctor:hover .specialty {
    color: #222222;
}

.width-border-doctor:hover .doctor-name {
    color: #e12454;
}

.square-80-doctor {
    display: inline-block;
    width: 148px;
    height: 148px;
    background: #ffffff;
    overflow: hidden;
}

.square-40-doctor {
    width: 148px !important;
    height: 148px !important;
    object-fit: cover;
}

.show-doctor {
    display: flex;
}

.hide-doctor {
    display: none;
}

/* -------------- end doctor -------*/
/* --------------  end custom -------*/

.width-240-section {
    width: 240px;
}

.width-240 {
    display: inline-block;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    background-color: rgb(233, 233, 237);
    border: 1px solid #8b8b8b;
}

.width-240:hover {
    color: #e12454;
}

#captcha-img {
    cursor: pointer;
}

.ui-menu .ui-menu-item-wrapper {
    display: block;
    padding-top: 4px !important;
    height: 40px;
    text-align: center;
    font-size: 18px;
    font-family: "Vazirmatn FD" !important;
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover {
    border: 1px solid #003eff;
    background: #007fff;
    font-weight: normal;
    color: #fff;
    text-align: center;
    height: 40px !important;
    font-size: 18px;

}


#about-image {
    height: 480px;
    object-fit: cover;
}

.counter {
    display: none;
}


/* -------------- end custom -------*/

/* Navbar */
.site-navbar {
    margin-bottom: 0px;
    z-index: 1999;
    position: relative;
    width: 100%;
    padding: 1rem;
}

@media (max-width: 991.98px) {
    .site-navbar {
        padding-top: 3rem;
        padding-bottom: 3rem;
    }
}

.site-navbar .toggle-button {
    position: absolute;
    right: 12px;
    top: 22px;
}

.site-navbar .site-logo {
    position: absolute;
    font-size: 1.2rem;
    text-transform: uppercase;
    font-weight: 900;
    line-height: 0;
    margin: 0;
    padding: 0;
    z-index: 3;
}

@media (max-width: 991.98px) {
    .site-navbar .site-logo {
        float: left;
        position: relative;
    }
}

.site-navbar .site-navigation.border-bottom {
    border-bottom: 1px solid white !important;
}

.site-navbar .site-navigation .site-menu {
    margin-bottom: 0;
}

.site-navbar .site-navigation .site-menu .active {
    color: #e83e8c !important;
}

.site-navbar .site-navigation .site-menu a {
    text-decoration: none !important;
    display: inline-block;
}

.site-navbar .site-navigation .site-menu > li {
    display: inline-block;
    float: right;
}

.site-navbar .site-navigation .site-menu > li > a {
    margin-left: 15px;
    margin-right: 15px;
    padding: 20px 0px;
    color: #000 !important;
    display: inline-block;
    text-decoration: none !important;
}

.site-navbar .site-navigation .site-menu > li > a:hover {
    color: #e83e8c;
}

.site-navbar .site-navigation .site-menu .has-children {
    position: relative;
}

.site-navbar .site-navigation .site-menu .has-children > a {
    position: relative;
    padding-right: 20px;
}

.site-navbar .site-navigation .site-menu .has-children > a:before {
    position: absolute;
    content: "\e313";
    font-size: 16px;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-family: 'icomoon';
}

.site-navbar .site-navigation .site-menu .has-children .dropdown {
    visibility: hidden;
    opacity: 0;
    top: 100%;
    position: absolute;
    text-align: left;
    border-top: 2px solid #e83e8c;
    -webkit-box-shadow: 0 2px 10px -2px rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 10px -2px rgba(0, 0, 0, 0.1);
    padding: 0px 0;
    margin-top: 20px;
    margin-left: 0px;
    background: #fff;
    -webkit-transition: 0.2s 0s;
    -o-transition: 0.2s 0s;
    transition: 0.2s 0s;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top {
    position: absolute;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top:before {
    display: none;
    bottom: 100%;
    left: 20%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top:before {
    border-color: rgba(136, 183, 213, 0);
    border-bottom-color: #fff;
    border-width: 10px;
    margin-left: -10px;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown a {
    text-transform: none;
    letter-spacing: normal;
    -webkit-transition: 0s all;
    -o-transition: 0s all;
    transition: 0s all;
    color: #000 !important;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown a.active {
    color: #e83e8c !important;
    background: #f8f9fa;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown > li {
    list-style: none;
    padding: 0;
    margin: 0;
    /*
    min-width: 200px;
    */
    min-width: 256px;
    border-bottom: 1px solid #d0d0d0;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown > li > a, .site-navbar .site-navigation .site-menu .has-children .dropdown > li > button {
    padding: 9px 20px;
    display: block;
    text-align: right;
    background: #fff;
    border: none;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown > li > a:hover, .site-navbar .site-navigation .site-menu .has-children .dropdown > li > button:hover {
    background: #f8f9fa;
    background: #e12454 !important;
    color: #ced4da;
    color: #fff !important;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children > a:before {
    content: "\e314";
    left: 8px;
    right: unset;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children > .dropdown, .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children > ul {
    /*left: 100%;*/
    right: 100%;
    top: -2px;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children:hover > a, .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children:active > a, .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children:focus > a {
    background: #f8f9fa;
    color: #ced4da;
}

.site-navbar .site-navigation .site-menu .has-children:hover > a, .site-navbar .site-navigation .site-menu .has-children:focus > a, .site-navbar .site-navigation .site-menu .has-children:active > a {
    color: #e83e8c;
}

.site-navbar .site-navigation .site-menu .has-children:hover, .site-navbar .site-navigation .site-menu .has-children:focus, .site-navbar .site-navigation .site-menu .has-children:active {
    cursor: pointer;
}

.site-navbar .site-navigation .site-menu .has-children:hover > .dropdown, .site-navbar .site-navigation .site-menu .has-children:focus > .dropdown, .site-navbar .site-navigation .site-menu .has-children:active > .dropdown {
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
    margin-top: 0px;
    visibility: visible;
    opacity: 1;
}

.site-mobile-menu {
    width: 300px;
    position: fixed;
    right: 0;
    z-index: 10000;
    padding-top: 20px;
    background: #fff;
    height: calc(100vh);
    -webkit-transform: translateX(110%);
    -ms-transform: translateX(110%);
    transform: translateX(110%);
    -webkit-box-shadow: -10px 0 20px -10px rgba(0, 0, 0, 0.1);
    box-shadow: -10px 0 20px -10px rgba(0, 0, 0, 0.1);
    -webkit-transition: .3s all ease-in-out;
    -o-transition: .3s all ease-in-out;
    transition: .3s all ease-in-out;
}

.offcanvas-menu .site-mobile-menu {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
}

.site-mobile-menu .site-mobile-menu-header {
    width: 100%;
    float: left;
    padding-left: 20px;
    padding-right: 20px;
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close {
    float: right;
    margin-top: 8px;
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close span {
    font-size: 30px;
    display: inline-block;
    /*
    padding-left: 10px;
    */
    padding-right: 0px;
    line-height: 1;
    cursor: pointer;
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
    position: absolute;
    left: 8px;
    top: 24px;
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close span:hover {
    color: #ced4da;
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo {
    float: left;
    margin-top: 10px;
    margin-left: 0px;
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a {
    display: inline-block;
    text-transform: uppercase;
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a img {
    max-width: 70px;
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a:hover {
    text-decoration: none;
}

.site-mobile-menu .site-mobile-menu-body {
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    position: relative;
    padding: 0 20px 20px 20px;
    height: calc(100vh - 52px);
    padding-bottom: 150px;
}

.site-mobile-menu .site-nav-wrap {
    padding: 0;
    margin: 0;
    list-style: none;
    position: relative;
}

.site-mobile-menu .site-nav-wrap a {
    padding: 10px 20px;
    display: block;
    position: relative;
    color: #212529;
}

.site-mobile-menu .site-nav-wrap a:hover {
    color: #e83e8c;
}

.site-mobile-menu .site-nav-wrap li {
    position: relative;
    display: block;
    text-align: right;
}

.site-mobile-menu .site-nav-wrap li .nav-link.active {
    color: #e83e8c;
}

.site-mobile-menu .site-nav-wrap .arrow-collapse {
    position: absolute;
    left: 0px;
    top: 10px;
    z-index: 20;
    width: 36px;
    height: 36px;
    text-align: center;
    cursor: pointer;
    border-radius: 50%;
}

.site-mobile-menu .site-nav-wrap .arrow-collapse:hover {
    background: #f8f9fa;
}

.site-mobile-menu .site-nav-wrap .arrow-collapse:before {
    font-size: 12px;
    z-index: 20;
    font-family: "icomoon";
    content: "\f078";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(-180deg);
    -ms-transform: translate(-50%, -50%) rotate(-180deg);
    transform: translate(-50%, -50%) rotate(-180deg);
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
}

.site-mobile-menu .site-nav-wrap .arrow-collapse.collapsed:before {
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.site-mobile-menu .site-nav-wrap > li {
    display: block;
    position: relative;
    float: left;
    width: 100%;

}

.site-mobile-menu .site-nav-wrap > li > a {
    padding-left: 20px;
    font-size: 20px;
}

.site-mobile-menu .site-nav-wrap > li > ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.site-mobile-menu .site-nav-wrap > li > ul > li {
    display: block;
}

.site-mobile-menu .site-nav-wrap > li > ul > li > a {
    padding-left: 40px;
    font-size: 16px;
}

.site-mobile-menu .site-nav-wrap > li > ul > li > ul {
    padding: 0;
    margin: 0;
}

.site-mobile-menu .site-nav-wrap > li > ul > li > ul > li {
    display: block;
}

.site-mobile-menu .site-nav-wrap > li > ul > li > ul > li > a {
    font-size: 16px;
    padding-left: 60px;
}

.site-mobile-menu .site-nav-wrap[data-class="social"] {
    float: left;
    width: 100%;
    margin-top: 30px;
    padding-bottom: 5em;
}

.site-mobile-menu .site-nav-wrap[data-class="social"] > li {
    width: auto;
}

.site-mobile-menu .site-nav-wrap[data-class="social"] > li:first-child a {
    padding-left: 15px !important;
}

.sticky-wrapper {
    position: relative;
    z-index: 100;
    width: 100%;
}

.sticky-wrapper .site-navbar {
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
}

.sticky-wrapper .site-navbar {
    background: #fff;
}

.sticky-wrapper .site-navbar .site-logo a {
    color: #fff;
}

.sticky-wrapper .site-navbar ul li a {
    color: rgba(255, 255, 255, 0.7) !important;
}

.sticky-wrapper .site-navbar ul li a.active {
    color: #fff !important;
}

.sticky-wrapper.is-sticky .site-navbar {
    background: #fff;
    -webkit-box-shadow: 4px 0 20px -5px rgba(0, 0, 0, 0.2);
    box-shadow: 4px 0 20px -5px rgba(0, 0, 0, 0.2);
}

.sticky-wrapper.is-sticky .site-navbar .site-logo a {
    color: #e83e8c;
}

.sticky-wrapper.is-sticky .site-navbar ul li a {
    color: #000 !important;
}

.sticky-wrapper.is-sticky .site-navbar ul li a.active {
    color: #e83e8c !important;
}

.sticky-wrapper .shrink {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}

@media (max-width: 991.98px) {
    .sticky-wrapper .shrink {
        padding-top: 30px !important;
        padding-bottom: 30px !important;
    }
}

#navbar {
    z-index: 500;
    min-height: 72px;
}

#navbar ul.main-menu .nav-link-domain {
    margin: 5px 0px;
}

#navbar ul.main-menu .nav-link {
    padding: 0px 8px;
    color: #222;
    font-family: "Vazirmatn FD";
    transition: all .25s ease;
    margin: 24px 0px;
    font-size: 14px;
    font-weight: 600;
    border-left: 1px solid #b6b6b6;
}

#navbar ul.main-menu .has-children .dropdown a {
    border-bottom: 1px solid #eee;
}

#navbar ul.main-menu .nav-link:hover {
    color: #E12454 !important;
}

#navbar i {
    position: absolute;
    left: 16px;
    top: 12px;
    display: none;
}

/*   progressbar  */
.circleProgressBar {
    background: #FFF;
    position: fixed;
    bottom: 80px;
    right: 20px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: inline-block;
    z-index: 1010;
    cursor: pointer;
}

.circleProgressBar i {
    position: absolute;
    top: 50%;
    right: 50%;
    transform: translate(50%, -50%);
    -moz-transform: translate(50%, -50%);
    -webkit-transform: translate(50%, -50%);
    font-size: 17px;
    color: #000000;
}

/*   gallery  */
#picture {
    /*
    background-image: url('../img/bg-main.webp');
    */
}

/*----------------------------------   membership  ---------------------------------*/
.msg {
    position: absolute;
    right: 16px;
}

.bg-img {
    background-image: url('../img/bg_splash.jpg');
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
}

.glass {
    background: rgba(129, 164, 204, 0.15);
    box-shadow: 0 8px 24px 0 rgba(31, 38, 135, 0.37);
    backdrop-filter: blur(11.5px);
    -webkit-backdrop-filter: blur(11.5px);
    border-radius: 0px 0px 0px 0px;
    border: 1px solid rgba(255, 255, 255, 0.18);
}

.glass-header {
    background: rgba(129, 164, 204, 0.15);
    box-shadow: 10px 0px 24px 0 rgba(31, 38, 135, 0.37);
    backdrop-filter: blur(11.5px);
    -webkit-backdrop-filter: blur(11.5px);
    border-radius: 0px 0px 0px 0px;
    border: 0px solid rgba(255, 255, 255, 0.18);
    border-bottom-right-radius: 0px 1px;
}

.hidden {
    display: none;
}

.water_mark {
    position: absolute !important;
    right: 16px;
    top: 16px;
}

.blog-thumb img.water_mark {
    position: absolute !important;
    right: 16px;
    top: 16px;
    width: 40px;
    height: 40px;
}

/*---------------------------------- end  membership  ---------------------------------*/
/*---------------------------------- start english  navbar ---------------------------------*/
.ding3 {
    position: absolute;
    line-height: 20px !important;
    color: #fff;
    right: 23px;
    top: 23px;
    padding: 3px 0px;
    border-radius: 3px;
    z-index: 1052
}

.ding3 .search-btn-ding3 {
    height: 45px;
    max-height: 45px;
    width: 45px;
    max-width: 45px;
    border: 1px solid #dedede;
    background: #ffffff;
    margin-left: 4px;
    cursor: pointer;
}

.ding3 .search-btn-ding3:hover {
    border: 1px solid #e83e8c;
}

.ding3 a.services {
    background-image: linear-gradient(to right, #e83e8c, rgba(232, 62, 140, 0.6));
    color: #fff;
    font-weight: 600;
    padding: 10px 15px;
    font-family: "Vazirmatn FD";
    font-size: 16px;
    transition: all .25s ease;
}

.ding3 a.services {
    color: #fff;
    font-weight: 600;
    padding: 10px 16px 12px 16px;
    font-family: "Vazirmatn FD";

    font-size: 14px;
    margin-top: 4px;
    transition: all .25s ease;
}


.ding4 {
    position: absolute;
    left: 0px;
    top: 7px;
    color: #fff;
    border-radius: 3px;
    z-index: 500;
}

.ding4 .search-btn-ding4 {
    height: 45px;
    max-height: 45px;
    width: 45px;
    max-width: 45px;
    border: 1px solid #dedede;
    background: #ffffff;
    margin-left: 4px;
    cursor: pointer;
    display: inline-block;

}

.ding4 .search-btn-ding4:hover {
    border: 1px solid #e83e8c;
}

.ding4 a.services {
    background-image: linear-gradient(to right, #e83e8c, rgba(232, 62, 140, 0.6));
    color: #fff;
    font-weight: 700;
    padding: 10px 12px;
    font-family: "Vazirmatn FD";
    font-size: 14px;
    transition: all .25s ease;
    display: inline-block;
}


.site-navbar #en-theme .site-menu > li {
    display: inline-block;
    float: left;
}

.site-navbar #en-theme .site-menu .has-children .dropdown {
    position: absolute;
    left: 0%;
}

.site-navbar #en-theme .site-menu .has-children .dropdown > li > a, .site-navbar #en-theme .site-menu .has-children .dropdown > li > button {
    text-align: left;
}


/*---------------------------------- end english  navbar---------------------------------*/

.display-none {
    display: none !important;
}
