@font-face {
    font-family: "IRANSans";
    font-style: normal;
    font-weight: 700;
    src: url("../fonts/IRANSans/eot/IRANSansWeb_Bold.eot?#iefix") format("embedded-opentype"), url(../fonts/IRANSans/woff2/IRANSansWeb_Bold.woff2) format("woff2"), url(../fonts/IRANSans/woff/IRANSansWeb_Bold.woff) format("woff"), url(../fonts/IRANSans/ttf/IRANSansWeb_Bold.ttf) format("truetype");
}

@font-face {
    font-family: "IRANSans";
    font-style: normal;
    font-weight: 500;
    src: url("../fonts/IRANSans/eot/IRANSansWeb_Medium.eot?#iefix") format("embedded-opentype"), url(../fonts/IRANSans/woff2/IRANSansWeb_Medium.woff2) format("woff2"), url(../fonts/IRANSans/woff/IRANSansWeb_Medium.woff) format("woff"), url(../fonts/IRANSans/ttf/IRANSansWeb_Medium.ttf) format("truetype");
}

@font-face {
    font-family: "IRANSans";
    font-style: normal;
    font-weight: 300;
    src: url("../fonts/IRANSans/eot/IRANSansWeb_Light.eot?#iefix") format("embedded-opentype"), url(../fonts/IRANSans/woff2/IRANSansWeb_Light.woff2) format("woff2"), url(../fonts/IRANSans/woff/IRANSansWeb_Light.woff) format("woff"), url(../fonts/IRANSans/ttf/IRANSansWeb_Light.ttf) format("truetype");
}

@font-face {
    font-family: "IRANSans";
    font-style: normal;
    font-weight: 200;
    src: url("../fonts/IRANSans/eot/IRANSansWeb_UltraLight.eot?#iefix") format("embedded-opentype"), url(../fonts/IRANSans/woff2/IRANSansWeb_UltraLight.woff2) format("woff2"), url(../fonts/IRANSans/woff/IRANSansWeb_UltraLight.woff) format("woff"), url(../fonts/IRANSans/ttf/IRANSansWeb_UltraLight.ttf) format("truetype");
}

@font-face {
    font-family: "IRANSans";
    font-style: normal;
    font-weight: 400;
    src: url("../fonts/IRANSans/eot/IRANSansWeb.eot?#iefix") format("embedded-opentype"), url(../fonts/IRANSans/woff2/IRANSansWeb.woff2) format("woff2"), url(../fonts/IRANSans/woff/IRANSansWeb.woff) format("woff"), url(../fonts/IRANSans/ttf/IRANSansWeb.ttf) format("truetype");
}
.container-homepage.latest-post {
    display: none;
}
.fab {
    font-family: FontAwesome;
}

.row {
    margin-right: 0;
    margin-left: 0;
}

li {
    list-style-type: none;
}

.btn {
    font-family: inherit;
    padding: 0.8rem 3rem;
    border-radius: var(--border-raduis-sm);
    outline: 0px;
    border: none;
    box-shadow: none;
    transition: all 0.3s ease 0s;
}

.btn__primary {
    background-color: var(--tertiary-color);
    color: var(--light-color);
}

.btn__primary:hover {
    background: transparent;
    box-shadow: inset 0 0 0 0.2rem var(--tertiary-color);
    color: var(--dark-color);
}

.title {
    position: relative;
    /* padding-bottom: 15px; */
    color: var(--tertiary-color);
    padding-top: 30px;
}

.title:after {
    content: '';
    position: absolute;
    bottom: 0;
    display: block;
    width: 100px;
    height: 2px;
    background-color: currentColor;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
.container-homepage.body-container .col-md-12 {
    padding: 0;
}
.bg-light {
    background-color: #f4f1ef;
}

.bg-secondary {
    background-color: #f7847e!important;
}

.bg-tertiary {
    background-color: #5ebcc2;
}
:root {
    --primary-color: #9e4b47;
    --secondary-color: #f7847e;
    --tertiary-color: #5ebcc2;
    --gray-color: #777777;
    --light-color: #fff;
    --dark-color: #191C26;

    --border-raduis-tiny: 0.12rem;
    --border-raduis-xs: 0.25rem;
    --border-raduis-sm: 0.5rem;
    --border-raduis-md: 1rem;
    --border-raduis-lg: 1.5rem;
    --border-raduis-xl: 2rem;
    --border-raduis-2xl: 2.5rem;
    --border-raduis-3xl: 3rem;
    --font-size-sm: 0.75rem;
    --font-size-md: 1rem;
    --font-size-lg: 1.25rem;
    --font-size-xl: 1.5rem;
    --font-size-2xl: 2rem;
    --font-size-3xl: 3rem;
    --font-size-4xl: 4rem;
    --font-size-5xl: 5rem;
}
blockquote,
h1 {
    margin-bottom: 1.5rem;
}

.hero h2,
.hero p,
.navbar .navbar-nav .nav-item a,
.wide h2,
footer .container {
    text-transform: uppercase;
}

.main-body .container .block.image-block,
.wide h2,
footer .container {
    text-align: center;
}

body {
    font-family: "Open Sans", sans-serif;
    background: #f8f9fa;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    /* font-family: Bitter, serif; */
    font-weight: 700;
}

.hero h2,
.teasers .container h3,
.wide h2 {
    font-family: "Open Sans", sans-serif;
}

.hero h2,
.hero p,
.hero p small,
.wide h2,
blockquote {
    font-weight: 300;
}

h2 {/*     border-bottom: solid 1px #eee; */padding-bottom: 1rem;/* margin: 0.5rem 0 1.5rem; */}

h3 {
    margin: 0.5rem 0 1rem;
}

pre {
    background: #f4f4f4;
    padding: 1.5rem;
}

blockquote {
    color: #999;
    border: 1px solid #ddd;
    border-radius: 0.25rem;
    padding: 1.5rem 1.5rem 0.5rem;
    font-size: 1.1rem;
    box-shadow: 0 4px 0 #f2f2f4;
}

img {
    max-width: 100%;
}

    img.primary-image {
        margin-bottom: 2rem;
    }

.btn-default {
    color: #212529;
    border-color: #337ab7;
    margin: 0.5rem 0;
    transition: all 0.1s ease-in-out;
}

    .btn-default:hover {
        color: #fff;
        background: #337ab7;
        transition: all 0.1s ease-in-out;
    }

.separator {
    margin-bottom: 1rem;
}

    .separator hr {
        margin-top: 0.5rem;
        margin-bottom: 0.5rem;
        border-top-color: #eee;
    }

a {
    color: #337ab7;
}

    a:hover {
        color: #5ebcc2;
    }

.sep {
    color: #337ab7;
    padding: 0 2px;
}

header[role="banner"] {
    background-color: #222;
    border-color: #080808;
}

.main-body {
    overflow: hidden;
}

    .main-body .container {
        /* background: #fff; */
    }

        .main-body .container.body-container {
            padding: 2rem 15px;
        }

        .main-body .container.body-top {
            border-top: solid 6px #00a3d8;
            padding-top: 4rem;
            position: relative;
        }

            .main-body .container.body-top:before {
                content: " ";
                background: #00a3d8;
                position: absolute;
                height: 6px;
                width: 100%;
                top: -6px;
                left: 0;
                display: block;
                z-index: 2000;
            }

        .main-body .container.hero {
            /*background: url(../img/seigaiha-overlay.png) #116d9a;*/
            max-width: 100%;
            padding: 0;
            margin: 0;
            position: relative;
        }

        .main-body .container.latest-post {
            background: #f0ad4e;
            color: #fff;
            padding: 1rem 0;
            font-weight: 300;
            font-size: 0.9rem;
            text-transform: uppercase;
        }

            .main-body .container.latest-post a {
                color: #fff;
            }

        .main-body .container .block {
            margin-bottom: 2rem;
        }

            .main-body .container .block .block {
                height: 100%;
                margin-bottom: 0;
            }

        .main-body .container .gallery-block {
            margin-bottom: 2rem;
        }

        .main-body .container .columns img {
            object-fit: cover;
        }

    footer .container {
        padding: 1.5rem 15px;
        font-size: 0.85rem;
    }

.hero {
    color: #fff;
    /*border-top: solid 6px #00a3d8;*/
    /*padding: 5rem 15px;*/
    /* display: none; */
}

    .hero h2 {
        font-size: 1.8rem;
        border: 0;
    }

    .hero img {
        margin-bottom: 2.5rem;
        width: 100%;
    }

    .hero p {
        opacity: 0.7;
    }

        .hero p small {
            background: rgba(0, 0, 0, 0.2);
            font-size: 80%;
            padding: 0.25rem 0.5rem;
        }

            .hero p small strong {
                font-weight: 800;
            }

    .hero a {
        color: #f0ad4e;
    }

.main-body .container.hero .col.text-center {
    text-align: center;
    position: relative;
    display: flex;
    justify-content: left;
    align-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    bottom: 20px;
    right: 0;
    left: 0;
    z-index: 1;
    padding: 0;
}

    .main-body .container.hero .col.text-center h1 {
        font-size: 40px;
        letter-spacing: 1px;
        color: #fff;
        background: rgb(94 188 194 / 64%);
        width: 44%;
        border-radius: 10px;
        text-align: center;
        padding: 20px;
    }

@media (max-width: 769px) {
    .main-body .container.hero .col.text-center h1 {
        font-size: 25px;
        width: 50%;
    }
}

@media (max-width: 481px) {
    .main-body .container.hero .col.text-center h1 {
        font-size: 20px;
    }
}

@media (max-width: 414px) {
    .main-body .container.hero .col.text-center h1 {
        font-size: 18px;
    }
}

@media (max-width: 375px) {
    .main-body .container.hero .col.text-center h1 {
        font-size: 15px;
    }
}


.teasers .container {
    background: #fff;
}

    .teasers .container .row {
        background: #fdf7ed;
        border-bottom: solid 4px #eef4f7;
        padding: 1.5rem 15px;
        text-align: center;
    }

    .teasers .container h3 {
        font-weight: 400;
    }

    .teasers .container img {
        max-width: 50%;
        max-height: 120px;
        margin: 0.5rem 0 1.5rem;
        opacity: 0.7;
        transition: all 0.2s ease-in-out;
    }

        .teasers .container img:hover {
            opacity: 1;
            transform: scale(1.1);
        }

    .teasers .container p {
        width: 80%;
        margin: 0 auto 1rem;
        font-weight: 300;
    }

.quotes .quote {
    background: #fdf7ed;
    color: #78500d;
    padding: 2rem 3rem;
    border-radius: 0.5rem;
    margin-bottom: 3rem;
}

    .quotes .quote img {
        width: 100%;
        max-width: 150px;
        display: block;
        margin: 0 auto 1rem;
        border-radius: 50%;
    }

    .quotes .quote .quote-body {
        font-weight: 300;
    }

    .quotes .quote .quote-name {
        text-align: right;
    }

    .quotes .quote:after {
        content: "";
        display: block;
        width: 0;
        height: 0;
        border: 20px solid transparent;
        border-top-color: #fdf7ed;
        position: absolute;
        margin-top: 30px;
        margin-right: 60px;
        right: 0;
    }

.archive-item {
    padding-bottom: 1rem;
}

    .archive-item h2 a {
        color: #212529;
        transition: color 0.1s ease-in-out;
    }

        .archive-item h2 a:hover {
            color: #23527c;
            text-decoration: none;
            transition: color 0.1s ease-in-out;
        }

    .archive-item p.lead {
        font-size: 1rem;
        font-weight: 400;
    }

    .archive-item img {
        margin-bottom: 1rem;
    }

    .archive-item .small a {
        color: #999;
    }

.pagination .page-item {
    width: 38px;
    margin: 0 3px;
    text-align: center;
}

    .pagination .page-item .page-link {
        color: #77acd9;
        border-radius: 2px;
    }

    .pagination .page-item.active .page-link {
        color: #fff;
        background: #337ab7;
        border-color: #337ab7;
    }

@media (min-width: 768px) {
    .hero h2 {
        font-size: 2.7rem;
    }

    .hero p {
        font-size: 1.35rem;
    }

        .hero p small {
            font-size: 60%;
        }
}

/* Stat Added by Hosseini for Layout page */
body {
    /*color: #3b3b3b;*/
    font-family: "IRANSans";
    font-size: 1rem;
    line-height: inherit;
    margin: 0;
    padding: 0;
    font-weight: 400;
    line-height: 24px;
    direction: rtl;
    text-align: justify;
}

* {
    outline: none !important;
}

ul {
    list-style: none;
}

a {
    /* color: #000; */
}

    a:hover {
        text-decoration: none;
    }

.fa {
    font-family: 'FontAwesome';
}
.top-nav > ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}

.top-nav li {
    border-right: 1px solid #ec0e21;
    display: inline-block;
    margin-right: 7px;
    padding-right: 10px;
    position: relative;
}

.top-nav a:hover {
    color: #ec0e21;
}

.top-nav a {
    color: #ccc;
}

.top-nav li:last-child {
    border: medium none;
    margin: 0;
    padding: 0;
}
.search-form {
    background: rgba(255, 255, 255, 0.2) none repeat scroll 0 0;
    border-radius: 4px;
    padding-left: 36px;
    position: relative;
    pointer-events: none;
}

    .search-form > input[type="text"] {
        background: transparent none repeat scroll 0 0;
        border: medium none;
        color: #ccc;
        height: 30px;
        padding: 0 15px;
        width: 100%;
        text-align: right;
    }

    .search-form > input[type="submit"] {
        background: transparent;
        border: medium none;
        border-radius: 4px;
        height: 36px;
        position: absolute;
        width: 36px;
        z-index: 99;
        top: 0;
        left: 0;
    }

    .search-form::after {
        border-radius: 4px;
        height: 30px;
        position: absolute;
        width: 36px;
        display: block;
        font-family: "FontAwesome";
        content: "\f002";
        color: #ec0e21;
        font-size: 16px;
        top: 0;
        left: 0;
        text-align: center;
        line-height: 30px;
    }

.mini-cart-icon {
    color: #ccc;
    margin-right: 7px;
}

.footer {
    background: #2e2e2e none repeat scroll 0 0;
    padding: 0;
    font-family: "IRANSans";
}

.footer-box > p {
    color: #ccc;
    text-align: justify;
    direction: rtl;
    margin-bottom: 24px;
}

.footer-box .readmore {
    color: #ec0e21;
}

.footer-box > ul {
    list-style: outside none none;
    margin: 0 0 17px;
    padding: 0;
}

.footer-box a {
    color: #ccc;
}

.footer-box li {
    margin-bottom: 10px;
    text-align: right;
}

.footer-contact-box p {
    margin-bottom: 14px;
}

.list-footer-box {
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    margin-bottom: 30px;
    padding-bottom: 25px;
    position: relative;
}

.social-footer > a {
    border: 2px solid #ccc;
    border-radius: 50%;
    color: #ccc;
    display: inline-block;
    font-size: 16px;
    height: 38px;
    line-height: 38px;
    margin-right: 8px;
    text-align: center;
    width: 38px;
}

.social-footer {
    font-size: 0;
    margin-bottom: 40px;
    text-align: right;
}

    .social-footer > a:hover {
        color: #ec0e21;
    }

.footer-menu {
    display: inline-block;
    list-style: outside none none;
    margin: 0;
    padding: 0;
}

    .footer-menu > li {
        display: inline-block;
        margin-right: 17px;
    }

    .footer-menu a {
        color: #fff;
        font-weight: 700;
        text-transform: uppercase;
    }

        .footer-menu a:hover {
            color: #ec0e21;
        }

.footer-email > a:hover {
    color: #ec0e21;
}

.footer-box a:hover {
    color: #ec0e21;
}

.footer-box .readmore:hover {
    color: #fff;
}

.title-footer {
    font-family: "IRANSans";
    font-size: 16px;
    color: #fff;
    font-weight: 700;
    margin: 0 0 15px;
    text-align: right;
}

    .title-footer span {
        color: #ec0e21;
    }

.footer.footer3 {
    background: #f4f4f4 none repeat scroll 0 0;
}

    .footer.footer3 .footer-box > p {
        color: #888;
    }

    .footer.footer3 .title-footer {
        color: #3b3b3b;
    }

    .footer.footer3 .footer-box a {
        color: #888;
    }

    .footer.footer3 .footer-box .readmore {
        color: #ec0e21;
    }

        .footer.footer3 .footer-box .readmore:hover {
            color: #3b3b3b;
        }

    .footer.footer3 .footer-box a:hover {
        color: #ec0e21;
    }

    .footer.footer3 .list-footer-box {
        border-color: #e5e5e5;
    }

    .footer.footer3 .social-footer > a {
        color: #3b3b3b;
    }

        .footer.footer3 .social-footer > a:hover {
            color: #fff;
            background: #ec0e21;
        }

    .footer.footer3 .copyright {
        color: #3b3b3b;
    }

    .footer.footer3 .footer-menu a {
        color: #3b3b3b;
    }

        .footer.footer3 .footer-menu a:hover {
            color: #ec0e21;
        }

    .footer.footer3 .newsletter-form > label {
        color: #3b3b3b;
    }

    .footer.footer3 .newsletter-form input[type="text"] {
        background: #fff none repeat scroll 0 0;
        border: 1px solid #e5e5e5;
    }

    .footer.footer3 .newsletter-form input[type="submit"] {
        background: #3b3b3b none repeat scroll 0 0;
    }

        .footer.footer3 .newsletter-form input[type="submit"]:hover {
            background: #ec0e21;
        }

    .footer.footer3 .back-to-top {
        background: url(../images/home3/back-top3.png) no-repeat center center;
    }

p.footer-address i,
p.footer-phone i,
p.footer-fax i,
p.footer-email i {
    padding-left: 15px;
    font-size: 16px;
    color: #ec0e21;
}

.copyright p {
    color: #fff;
    display: inline-block;
    font-weight: 700;
    margin-bottom: 0;
}

.copyright {
    text-align: center;
}

    .copyright a {
        color: #fff;
        font-weight: 700;
    }

        .copyright a:hover {
            color: #ec0e21;
        }

.footer.footer3 .copyright {
    color: #3b3b3b;
}

.back-to-top {
    background: rgba(0, 0, 0, 0) url(../images/backtop.png) no-repeat scroll center center;
    bottom: 0;
    height: 46px;
    left: 50%;
    margin-bottom: -23px;
    margin-left: -23px;
    position: absolute;
    width: 46px;
}

.latest-post .col.text-center {
    margin-top: 15px;
}

.alllangs {
    /* padding: 0px 0; */
    display: flex;
    justify-content: center;
}

/* End Added by Hosseini for Layout page */

/*Start of Menu*/

.header {
    height: auto;
    transition: all 0.5s ease-in-out 0s;
}

    .header img {
        height: auto;
    }

.nav-item .nav-link {
    transition: 0.4s;
}



.header-nav {
    transition: 0.2s linear;
    padding: 20px 0;
    overflow: visible;
    /* margin: 0; */
}

    .header-nav .navbar {
        max-width: 1340px;
    }

.navbar .dropdown-toggle, .nav-tabs > .dropdown-toggle {
    margin-bottom: 0;
}
.dropdown-item {
    padding: 0.5rem 8px 0.5rem 6.5rem;
    text-align: right;
}

.dropdown-menu {
    background-color: white;
    width: fit-content;
    right: 0;
    top: 95%;
}

.nav-item:hover > .dropdown-menu {
    display: table;
}
    .dropdown-submenu > .dropdown-menu {
        top: -8px;
        right: 100%;
        margin-top: -1px;
        margin-left: -1px;
        -webkit-border-radius: 6px 0px 6px 6px;
        -moz-border-radius: 6px 0px 6px 6px;
        border-radius: 6px;
    }

    .dropdown-submenu:hover > .dropdown-menu {
        display: table;
    }

    .dropdown-submenu > a:after {
        display: block;
        /* content: " "; */
        float: left;
        width: 0;
        height: 0;
        border-color: transparent;
        border-style: solid;
        border-width: 5px 0 5px 5px;
        border-left-color: #000;
        margin-top: 5px;
        transform: rotate(180deg);
        position: absolute;
        left: 5px;
        top: 5px;
    }
    .header-nav .nav-link.active {
        border-bottom: 2px solid #ec0e21;
        color: #ec0e21;
    }

.header-nav .navbar-toggler {
    outline: none !important;
    text-align: right;
    width: 100%;
    padding: 20px 0 !important;
}
.header-nav .hamburger {
    width: 30px;
    height: 30px;
    position: relative;
    padding-left: 15px;
}

    .header-nav .hamburger .bar {
        padding: 0;
        width: 30px;
        height: 4px;
        background-color: #fff;
        display: block;
        border-radius: 4px;
        transition: all 0.4s ease-in-out;
        position: absolute;
    }

.header-nav .bar1 {
    top: 0;
}

.header-nav.bar2,
.header-nav .bar3 {
    top: 13.5px;
}

.header-nav .bar3 {
    right: 0;
}

.header-nav .bar4 {
    bottom: 0;
}

/* HAMBURGER 3 */

.header-nav .hamburger3 .bar1 {
    transform-origin: 5%;
}

.header-nav .hamburger3 .bar4 {
    transform-origin: 5%;
}

.header-nav .checkbox3:checked + label > .hamburger3 > .bar1 {
    transform: rotate(45deg);
    height: 3px;
    width: 42px;
}

.header-nav .checkbox3:checked + label > .hamburger3 > .bar3 {
    transform: rotate(45deg);
    height: 3px;
    background-color: transparent;
}

.header-nav .checkbox3:checked + label > .hamburger3 > .bar2 {
    transform: rotate(-45deg);
    height: 3px;
    background-color: transparent;
}

.header-nav .checkbox3:checked + label > .hamburger3 > .bar4 {
    transform: rotate(-45deg);
    height: 3px;
    width: 42px;
}

.logo {
    display: flex;
    justify-content: center;
    height: 80px;
    padding: 7px;
    gap: 1rem;
}

@media(max-width:992px) {

    .main-header > .container > .row {
        flex-direction: row;
        justify-content: space-between;
        align-items: flex-start;
        flex-wrap: nowrap;
        padding: 5px 0;
    }

    .header-nav {
        padding: 0
    }

    .dropdown-menu {
        display: none;
    }

    .dropdown:hover > .dropdown-menu, .btn-group:hover > .dropdown-menu {
        display: table;
    }

    .header-nav .nav-link {
        text-align: right;
    }

    .navbar-nav .dropdown-menu {
        padding: 0;
    }


    .navbar-nav .dropdown-menu {
        position: absolute;
        float: none;
        display: table;
    }

    .header-nav .nav-link:after {
        position: absolute;
        bottom: 18px;
    }

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

@media(max-width:576px) {
    .navbar-nav li {
        width: 270px;
    }
}

/*******  mega menu  *******/

.leftTopHeader {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}

.header .menu-btn {
    display: none;
}

    .header .menu-btn:checked ~ .menu {
        max-height: 240px;
    }

    .header .menu-btn:checked ~ .menu-icon .navicon {
        background: transparent;
    }

        .header .menu-btn:checked ~ .menu-icon .navicon:before {
            transform: rotate(-45deg);
        }

        .header .menu-btn:checked ~ .menu-icon .navicon:after {
            transform: rotate(45deg);
        }

    .header .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:before,
    .header .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:after {
        top: 0;
    }

.leftTopHeader {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}

.header .menu-icon {
    cursor: pointer;
    display: inline-block;
    float: right;
    padding: 28px 20px;
    position: relative;
    user-select: none;
}

    .header .menu-icon .navicon {
        background: #fff;
        display: block;
        height: 2px;
        position: relative;
        transition: background .2s ease-out;
        width: 18px;
    }

        .header .menu-icon .navicon:before,
        .header .menu-icon .navicon:after {
            background: #fff;
            content: '';
            display: block;
            height: 100%;
            position: absolute;
            transition: all .2s ease-out;
            width: 100%;
        }

        .header .menu-icon .navicon:before {
            top: 5px;
        }

        .header .menu-icon .navicon:after {
            top: -5px;
        }

.header .menu {
    clear: both;
    max-height: 0;
    transition: max-height .2s ease-out;
}

.header-nav .hamburger3 .bar1 {
    transform-origin: 5%;
}

.header-nav .hamburger3 .bar4 {
    transform-origin: 5%;
}

.header-nav .checkbox3:checked + label > .hamburger3 > .bar1 {
    transform: rotate(45deg);
    height: 3px;
    width: 42px;
}

.header-nav .checkbox3:checked + label > .hamburger3 > .bar3 {
    transform: rotate(45deg);
    height: 3px;
    background-color: transparent;
}

.header-nav .checkbox3:checked + label > .hamburger3 > .bar2 {
    transform: rotate(-45deg);
    height: 3px;
    background-color: transparent;
}

.header-nav .checkbox3:checked + label > .hamburger3 > .bar4 {
    transform: rotate(-45deg);
    height: 3px;
    width: 42px;
}

.menu .nav-item .nav-link {
    color: #fff
}

.menu .dropdown-menu {
    background-color: #fff;
    width: 100vw;
    /* right: 0; */
    direction: ltr;
    border-radius: 0 !important;
    padding: 0;
}

.menu .border-megamenu {
    display: none;
}

.menu .megamenu * {
    color: #000;
    text-align: right;
    font-size: 13px;
    direction: rtl;
}

.menu .megamenu a:hover {
    color: #ec0e21;
}

.menu .megamenu ul {
    padding-right: 7px;
}

.menu .megamenu li:before {
    content: '\f053';
    font-family: "fontawesome";
    margin-left: 1px;
    font-size: 12px;
}

.menu .column i {
    color: #ec0e21;
    font-size: 22px;
}

.menu .column li:hover i {
    color: white;
}

.menu .column .dropdown-item:focus,
.menu .dropdown-item:hover {
    background-color: unset !important;
}

.menu .image-megamenu {
    margin-left: 10px;
}

.menu .hover-image {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #ec6408;
    opacity: 0;
    right: 0;
    bottom: 0;
    margin: 0px;
}

.menu .image-megamenu:hover .hover-image {
    opacity: 0.6;
}

.menu .icon-image-mega-menu {
    text-align: center;
    top: 35px;
    color: white;
    font-size: 27px;
    visibility: hidden;
}

.menu .image-megamenu:hover .icon-image-mega-menu {
    visibility: visible;
}

.menu .dropdown-menu ::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #F5F5F5;
}

.menu .dropdown-menu ::-webkit-scrollbar {
    width: 6px;
    background-color: #F5F5F5;
}

.menu .dropdown-menu ::-webkit-scrollbar-thumb {
    background-color: #ec0e21;
}

.menu .navbar-collapse {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
}

.menu .megamenu {
    background-color: #fff;
    box-shadow: 0px 4px 4px 5px rgb(3 11 31 / 39%);
    padding: 10px 10px 0;
    flex-direction: row-reverse;
}

    .menu .megamenu > div {
        padding: 0;
    }

.menu .title-megamenu {
    color: #8d8d8d;
    text-align: right;
    padding-top: 20px;
    padding-right: 40px;
    font-size: 14px;
    font-weight: 500;
    transition: .4s
}

@media (min-width: 1024px) {
    .header li {
        float: right;
    }

    .header .menu {
        clear: none;
        /* float: left; */
        max-height: none;
        direction: rtl;
    }

    .header .menu-icon {
        display: none;
    }
}

@media (max-width: 1024px) {
    .menu .megamenu .container {
        padding-right: 0px;
        margin-right: 10px;
    }

    .menu .navbar-nav .big-menu {
        width: 602px;
    }

        .menu .navbar-nav .big-menu > li {
            float: right;
            width: 200px;
            margin: 0
        }

    .menu .navbar-nav .dropdown-menu {
        width: 860px;
    }

    .list-hedaer {
        display: flex;
        justify-content: flex-end;
    }

    .social-header .ml-2 a {
        font-size: 12px;
        padding: 5px 0;
    }
}

@media(width: 768px) {
    .menu .navbar-nav .dropdown-menu {
        width: 680px;
    }
}

@media (max-width: 767px) {
    .menu .navbar-nav .dropdown-menu {
        width: 290px;
    }
    .dropdown-item{
        padding:2px 4px 0;
    }
}

@media(max-width:380px) {
    .col-sm-4.col-1 {
        display: none;
    }
}

@media(width: 320px) {
    .menu .navbar-nav .dropdown-menu {
        width: 250px;
    }
}

.menu .dropdown {
    position: unset
}

.menu .megamenu a {
    border-bottom: 1px dotted #ddd;
    margin-left: 10px;
    transition: .4s;
    margin-bottom: 30px !important;
    padding-right: 0 !important;
    position: relative;
}

    .menu .megamenu a::before {
        position: absolute;
        content: '\f0c9';
        font-family: 'FontAwesome';
        font-size: 18px;
        color: #b50109;
        border: 1px solid #ddd;
        width: 35px;
        height: 35px;
        line-height: 2;
        text-align: center;
        top: 13px;
    }

.megamenu a:hover {
    border-color: #b50109;
}

    .megamenu a:hover .title-megamenu {
        color: #b50109 !important;
    }

.menu .nav-item.dropdown:hover {
    background: #fff;
}

    .menu .nav-item.dropdown:hover a {
        color: #000 !important;
    }

/*End of Menu*/


/*Start of news*/
.single-post-box .title-post {
    padding: 20px 25px;
    margin-bottom: 12px;
    border-bottom: 1px solid #f0f0f0
}

    .single-post-box .title-post h1 {
        color: #333;
        font-size: 26px;
        font-weight: 700;
        line-height: 30px;
        margin: 0 0 15px;
    }

.single-post-box .share-post-box {
    margin-bottom: 10px;
    padding: 0 20px
}

    .single-post-box .share-post-box ul.share-box {
        margin: 0;
        padding: 0;
    }

        .single-post-box .share-post-box ul.share-box li {
            display: inline-block;
            color: #666;
            font-size: 13px;
            /* margin-right: 8px; */
            /* margin-bottom: 2px; */
        }

            .single-post-box .share-post-box ul.share-box li:first-child {
                float: left;
                padding-top: 20px;
                font-size: 1.1rem;
            }

            .single-post-box .share-post-box ul.share-box li i.fa.fa-share-alt {
                font-size: 20px;
                margin-right: 12px;
                color: #999;
                float: left
            }

            .single-post-box .share-post-box ul.share-box li i {
                font-size: 20px;
                color: #999;
                float: left
            }

            .single-post-box .share-post-box ul.share-box li span {
                display: inline-block;
                line-height: 15px
            }

            .single-post-box .share-post-box ul.share-box li a {
                display: inline-block;
                text-decoration: none;
                transition: all 0.2s ease-in-out;
                -moz-transition: all 0.2s ease-in-out;
                -webkit-transition: all 0.2s ease-in-out;
                -o-transition: all 0.2s ease-in-out;
                color: #fff;
                -webkit-border-radius: 3px;
                -moz-border-radius: 3px;
                -o-border-radius: 3px;
                border-radius: 3px;
                background: transparent;
                margin: 5px;
            }

                .single-post-box .share-post-box ul.share-box li a i {
                    font-size: 1.3rem;
                    background: #fff;
                    border-radius: 50%;
                    cursor: pointer;
                    display: block;
                    color: #818181;
                    height: 50px;
                    line-height: 50px;
                    position: relative;
                    text-align: center;
                    transition: all 0.2s;
                    width: 50px;
                }

                /* .single-post-box .share-post-box ul.share-box li a.whatsapp i {
    color: #4FCE5D;
} */

                .single-post-box .share-post-box ul.share-box li a.whatsapp i:hover {
                    box-shadow: 0 0 10px rgb(37 211 102 / 50%) inset;
                    color: #25D366;
                }

                /* .single-post-box .share-post-box ul.share-box li a.send i {
    color: #229ED9
} */

                .single-post-box .share-post-box ul.share-box li a.send i {
                    font-size: 1.05rem;
                }

                    .single-post-box .share-post-box ul.share-box li a.send i:hover {
                        box-shadow: 0 0 10px rgb(34 158 218 / 50%) inset;
                        color: #229ED9;
                    }

                /* .single-post-box .share-post-box ul.share-box li a.twitter i {
    color: #1DA1F2
} */

                .single-post-box .share-post-box ul.share-box li a.twitter i:hover {
                    box-shadow: 0 0 10px rgb(29 161 242 / 50%) inset;
                    color: #1DA1F2;
                }

                .single-post-box .share-post-box ul.share-box li a.facebook i {
                    margin-right: 0;
                }

                    .single-post-box .share-post-box ul.share-box li a.facebook i:hover {
                        box-shadow: 0 0 10px rgb(66 103 178 / 50%) inset;
                        color: #4267B2;
                    }

                .single-post-box .share-post-box ul.share-box li a.linkedin i {
                    margin-right: 0
                }

                    .single-post-box .share-post-box ul.share-box li a.linkedin i:hover {
                        box-shadow: 0 0 10px rgb(14 118 168 / 50%) inset;
                        color: #1879dd;
                    }


/* .single-post-box .share-post-box ul.share-box li a:hover {
    opacity: .7
} */

.single-post-box > .post-content {
    margin-bottom: 10px;
    overflow: hidden
}

    .single-post-box > .post-content p {
        padding: 0 20px;
        margin-bottom: 18px
    }

        .single-post-box > .post-content p a {
            display: inline-block;
            text-decoration: none;
            transition: all 0.2s ease-in-out;
            -moz-transition: all 0.2s ease-in-out;
            -webkit-transition: all 0.2s ease-in-out;
            -o-transition: all 0.2s ease-in-out;
            color: #f44336;
            text-decoration: underline
        }

            .single-post-box > .post-content p a:hover {
                opacity: .6
            }

    .single-post-box > .post-content blockquote {
        padding: 10px;
        padding-right: 70px;
        background: #eee;
        border: none;
        margin: 0 0 20px;
        position: relative
    }

        .single-post-box > .post-content blockquote h2 {
            font-size: 1.5rem;
            margin: 0.5rem;
            padding: 0;
        }

        .single-post-box > .post-content blockquote p {
            color: #222;
            font-size: 18px;
            font-style: italic;
            margin-bottom: 0;
            line-height: 24px
        }

        .single-post-box > .post-content blockquote:before {
            content: '\201C';
            position: absolute;
            top: 20px;
            right: 25px;
            font-size: 72px;
            color: #222;
            line-height: 70px;
            font-weight: 700
        }

    .single-post-box > .post-content > h2 {
        color: #333;
        font-size: 13px;
        font-weight: 700;
        line-height: 20px;
        margin: 0 0 10px;
        font-size: 18px;
        margin-bottom: 15px;
        line-height: 24px;
        padding: 0 20px
    }

.single-post-box.wide-version .share-post-box {
    margin-bottom: 20px;
    border-bottom: 1px solid #f0f0f0;
    padding-bottom: 20px
}

.contact-form-box #contact-form, .contact-form-box #comment-form {
    margin: 0
}

    .contact-form-box #contact-form label, .contact-form-box #comment-form label {
        display: block;
        color: #333;
        font-size: 13px;
        font-weight: 700;
        margin: 0 0 16px;
        cursor: pointer
    }

    .contact-form-box #contact-form input[type="text"], .contact-form-box #comment-form input[type="text"], .contact-form-box #contact-form textarea, .contact-form-box #comment-form textarea {
        display: block;
        width: 100%;
        padding: 10px 20px;
        background: #fafafa;
        color: #333;
        font-size: 13px;
        outline: none;
        border: 1px solid #e1e1e1;
        margin: 0 0 16px;
        transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        -webkit-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out
    }

        .contact-form-box #contact-form input[type="text"]:focus, .contact-form-box #comment-form input[type="text"]:focus, .contact-form-box #contact-form textarea:focus, .contact-form-box #comment-form textarea:focus {
            border: 1px solid #f44336
        }

    .contact-form-box #contact-form textarea, .contact-form-box #comment-form textarea {
        height: 130px
    }

    .contact-form-box #contact-form button, .contact-form-box #comment-form button {
        color: #ccc;
        font-size: 11px;
        font-weight: 700;
        text-transform: uppercase;
        background: #222;
        padding: 8px 10px;
        border: none;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        -o-border-radius: 4px;
        border-radius: 4px;
        transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        -webkit-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out
    }

        .contact-form-box #contact-form button i, .contact-form-box #comment-form button i {
            margin-right: 7px
        }

        .contact-form-box #contact-form button:hover, .contact-form-box #comment-form button:hover {
            background: #f44336;
            color: #fff
        }

.contact-form-box .title-section span.email-not-published {
    float: left;
    padding-left: 0;
    border: none;
    color: #999;
    font-size: 13px;
    text-transform: initial;
    font-weight: 400
}

ul.post-tags {
    margin: 0;
    padding: 0;
    direction: rtl;
    text-align: right;
}

    ul.post-tags li {
        display: inline-block;
        margin-right: 7px;
        color: #999;
        font-size: 12px;
        font-style: italic;
        transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        -webkit-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out
    }

        ul.post-tags li i {
            color: #ccc;
            margin-left: 9px;
        }

        ul.post-tags li a {
            display: inline-block;
            text-decoration: none;
            transition: all 0.2s ease-in-out;
            -moz-transition: all 0.2s ease-in-out;
            -webkit-transition: all 0.2s ease-in-out;
            -o-transition: all 0.2s ease-in-out;
            color: #999
        }

            ul.post-tags li a:hover {
                color: #f44336
            }

        ul.post-tags li:last-child {
            margin-right: 0
        }

.title-section {
    border-bottom: 1px solid #e1e1e1;
    margin: 30px 0
}

    .title-section h1 {
        color: #222;
        font-size: 15px;
        font-weight: 700;
        margin: 0 0 30px;
        text-transform: uppercase;
        margin-bottom: -1px
    }

        .title-section h1 span {
            display: inline-block;
            padding-bottom: 16px;
            padding-right: 5px;
            border-bottom: 1px solid #f44336
        }

.block-content .owl-carousel .item {
    margin: 0 5px 10px
}

.block-content {
    padding: 30px 0 60px;
    position: relative;
    font-family: iransans
}

.card.list-item-news.cardview2 {
    direction: rtl;
    font-family: 'IRANSans';
    width: 100% !important;
    height: 200px;
    box-shadow: 0 0 30px 0 rgb(0 0 0 / 7%);
}

    .card.list-item-news.cardview2 .card-title {
        font-family: 'IRANSans';
        font-size: 19px;
        line-height: 25px;
        width: 100%;
    }

        .card.list-item-news.cardview2 .card-title a {
            color: #000 !important;
        }

    .card.list-item-news.cardview2 .card-text.truncateinside {
        width: 100%;
        font-size: 15px;
    }

    .card.list-item-news.cardview2 ul.news-date {
        list-style: none;
        width: 100%;
    }

    .card.list-item-news.cardview2 .btn.btn-outline-info {
        border-color: #ec0e21;
        color: #ec0e21;
    }

        .card.list-item-news.cardview2 .btn.btn-outline-info:hover {
            background: #ec0e21;
            color: white;
        }

.card-title {
    margin: 15px auto;
}

.btn-outline-info {
    color: #ec0e21;
    border-color: #ec0e21;
}

    .btn-outline-info:hover {
        color: #fff;
        background-color: #ec0e21;
        border-color: #ec0e21;
    }

    .btn-outline-info:not(:disabled):not(.disabled).active, .btn-outline-info:not(:disabled):not(.disabled):active, .show > .btn-outline-info.dropdown-toggle {
        color: #fff !important;
        background-color: #ec0e21;
        border-color: #ec0e21;
    }

    .btn-outline-info.focus, .btn-outline-info:focus {
        box-shadow: 0 0 0 0.2rem #ec0e218a;
    }

.vertical-carousel-news-content .slick-list {
    height: 250px !important;
}

    .vertical-carousel-news-content .slick-list img {
        height: 100%;
        object-fit: cover;
        padding: 15px;
        margin-right: 15px;
    }

    .vertical-carousel-news-content .slick-list .card-body {
        padding-right: 30px;
    }

.vertical-carousel-text-news-content {
    width: 100%;
    height: 100px;
    background: #fff;
    margin: 30px auto;
    padding: 40px;
    box-shadow: 0 0 30px 0 rgb(0 0 0 / 7%);
    border-radius: 0.25rem;
}

li.slick-slide {
    width: 100% !important;
}

@media only screen and (max-width:767px) {
    .vertical-carousel-news-content .slick-list {
        height: 550px !important;
    }

    .vertical-carousel-news-content .card.list-item-news.cardview2 {
        height: 500px;
    }

    .vertical-carousel-news-content .slick-list img {
        width: 80% !important;
        object-fit: cover;
        padding: 40px 0 10px 0;
        margin-right: 0;
    }

    .vertical-carousel-news-content .slick-list .card-body {
        text-align: center !important;
    }

    .vertical-carousel-news-content .card.list-item-news.cardview2 .btn.btn-outline-info {
        margin: 0 auto;
    }
}

@media only screen and (max-width:576px) {
    .vertical-carousel-news-content .slick-list {
        width: 90% !important;
        height: 500px !important;
        margin: 0 auto;
    }

    .vertical-carousel-news-content .card.list-item-news.cardview2 {
        height: 450px;
    }

    .single-post-box .share-post-box ul.share-box li a {
        margin: 2px;
    }

        .single-post-box .share-post-box ul.share-box li a i {
            font-size: 1rem;
            height: 30px;
            line-height: 30px;
            width: 30px;
        }

    .single-post-box .share-post-box ul.share-box li:first-child {
        padding-top: 5px;
        font-size: 0.7rem;
    }

    .single-post-box .share-post-box ul.share-box li i.fa.fa-share-alt {
        font-size: 15px;
        margin-right: 7px;
        padding-top: 5px;
    }
}


@media only screen and (max-width:415px) {
    .vertical-carousel-news-content .slick-list {
        width: 80% !important;
        height: 460px !important;
        margin: 0 auto;
    }

    .vertical-carousel-news-content .card.list-item-news.cardview2 {
        height: 410px;
    }
}
/*End of news*/

/* Start of fetures*/
.service-section .icon-box {
    margin-bottom: 30px;
    padding: 30px;
    position: relative;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 10px 29px 0 rgb(68 88 144 / 10%);
    transition: all 0.3s ease-in-out;
}

    .service-section .icon-box:hover {
        animation: 1.5s ease 0s 1 normal none running rotate;
    }

@keyframes rotate {

    0% {
        transform: rotate(0deg);
    }

    25% {
        transform: rotate(0.5deg);
    }

    100% {
        transform: rotate(-0.5deg);
    }
}

.service-section .icon-box:hover .service-title a {
    color: #ec0e21;
}

.service-section .icon-box .service-icon {
    float: left;
    color: #41A1FD;
    font-size: 40px;
}

.service-section .icon-box .service-title {
    margin-left: 70px;
    font-weight: 700;
    margin-bottom: 15px;
    font-size: 18px;
    line-height: 1.2;
}

    .service-section .icon-box .service-title a {
        color: #556270;
        transition: 0.3s;
        text-decoration: none;
    }

.service-section .icon-box .service-para {
    margin-left: 70px;
    line-height: 24px;
    font-size: 14px;
}

.service-section .service-main-heading {
    color: #556270;
    padding: 0;
    margin-bottom: 20px;
    line-height: 1;
    font-size: 60px;
    font-weight: 600;
}
/* End of fetures*/

/* Start of Services*/
.section-bg {
    background: #f5f8fd;
}

.section-header h3 {
    font-size: 36px;
    color: #413e66;
    text-align: center;
    font-weight: 700;
    position: relative;
    /* font-family: "Montserrat", sans-serif; */
}

.section-header p {
    text-align: center;
    margin: auto;
    font-size: 15px;
    padding-bottom: 60px;
    color: #535074;
    width: 50%;
}

@media (max-width: 767px) {
    .section-header p {
        width: 100%;
    }
}

#services {
    padding: 60px 0 40px 0;
}

    #services .box {
        padding: 30px;
        position: relative;
        overflow: hidden;
        border-radius: 10px;
        margin: 0 10px 40px 10px;
        background: #fff;
        box-shadow: 0 10px 29px 0 rgba(68, 88, 144, 0.1);
        transition: all 0.3s ease-in-out;
        text-align: center;
    }

        #services .box:hover {
            transform: scale(1.1);
        }

    #services .icon {
        margin: 0 auto 15px auto;
        padding-top: 12px;
        display: inline-block;
        text-align: center;
        border-radius: 50%;
        width: 60px;
        height: 60px;
    }

        #services .icon .service-icon {
            font-size: 36px;
            line-height: 1;
        }

    #services .title {
        font-weight: 700;
        margin-bottom: 15px;
        font-size: 18px;
    }

        #services .title a {
            color: #111;
        }

    #services .box:hover .title a {
        color: #ec0e21;
    }

        #services .box:hover .title a:hover {
            text-decoration: none;
        }

    #services .description {
        font-size: 14px;
        line-height: 28px;
        margin-bottom: 0;
        text-align: center;
    }

.service-icon {
    color: #ec0e21 !important;
}

.icon {
    background: #000;
}

img.w-100.shadow-1-strong.rounded.mb-4 {
    transition: .4s;
}

    img.w-100.shadow-1-strong.rounded.mb-4:hover {
        opacity: .6;
    }
/* End of Services*/

/* Start of Customer */
.carousel_se_03_carousel {
    direction: ltr;
}

.round_icon_img img {
    width: 140px;
    height: 200px;
    object-fit: contain;
}
/* End of Customer */

/* Start of Education */
.row.alllearningcenterpaging {
    margin: 0;
}

    .row.alllearningcenterpaging .row {
        width: 100%;
        margin: 15px 0;
    }

    .row.alllearningcenterpaging .box-image img {
        height: 220px;
        width: 100%;
        object-fit: cover;
    }

.image-back {
    height: 400px;
    border-radius: 20px;
    object-fit: cover;
}

.title-group {
    border-bottom: 1px solid #eee;
    padding: 20px 0;
}

.col-education img {
    width: 25px;
    margin-left: 20px;
}

span.count-education {
    background: #ff9f43;
    border-radius: 40px;
    padding: 6px 20px;
    color: #fff;
    margin-top: 3px;
    position: absolute;
    left: 20px;
}

.col-education a {
    transition: .4s;
    float: right;
}

    .col-education a:hover {
        color: #ce0000;
    }

.col-12.col-education {
    margin-bottom: 30px;
}

.list-step {
    list-style: none;
}

    .list-step li {
        display: inline-block;
        padding-right: 10px;
        font-size: 14px;
    }

        .list-step li::after {
            content: '\f100';
            position: absolute;
            color: #ccc;
            font-family: 'FontAwesome';
            margin-right: 3px;
        }

        .list-step li:last-child::after {
            content: none;
        }

.col-category {
    background: #f6f6f6;
    width: 250px;
}

ul.list-category li::before {
    content: '\f100';
    font-family: 'FontAwesome';
    color: #dcdde0;
    padding-left: 5px;
}

ul.list-category {
    padding-right: 15px;
    /* border-bottom: 1px solid #dedbdb; */
}

    ul.list-category li {
        line-height: 35px;
        font-size: 14px;
    }

        ul.list-category li a:hover {
            color: #ce0000;
        }

h4.title-category {
    color: #000;
    padding: 15px;
}

.box-education {
    transition: .4s;
    margin-bottom: 30px;
    background: white;
    transition: .4s;
}

    .box-education:hover {
        box-shadow: 0 0.125rem 0.25rem rgb(0 0 0 / 8%);
    }

    .box-education:hover {
        border-color: #ce0000;
        cursor: pointer;
    }

h2.title-box-education {
    font-size: 18px;
    color: #000;
    padding-top: 10px;
    margin-bottom: 15px;
}

.box-education p {
    line-height: 40px;
    text-align: justify;
}

a.btn.btn-education {
    /* float: left; */
    background: #ce0000;
    color: white;
    padding: 10px 60px;
    transition: .4s;
    position: relative;
    border-radius: 0;
}

    a.btn.btn-education:hover {
        background: #b90505;
    }

    a.btn.btn-education::before {
        content: '\f053';
        font-family: 'FontAwesome';
        position: absolute;
        left: 30px;
    }

.box-education img {
    height: 100%;
    object-fit: cover;
}

.button-education {
    display: flex;
    direction: ltr;
    float: left;
    flex-direction: row;
}

.date-education {
    padding-top: 13px;
    border-bottom: 4px solid #ce0000;
    padding-right: 20px;
    color: #888;
}

.fa-clock-o:before {
    content: "\f017";
    font-family: 'FontAwesome';
}

.col-edu {
    background: #f6f6f6;
}

button.button-2.btn-more-2 {
    width: 100%;
    height: 43px;
    background: #fff;
    border: none;
    color: #ce0000;
    transition: .4s;
}

    button.button-2.btn-more-2:hover {
        background: #ce0000;
        color: #fff;
    }

p.text-edu-2 {
    color: #666;
    text-align: center;
    line-height: 30px;
    font-size: 14px;
}

h2.title-detail {
    padding: 20px 0;
    font-size: 23px;
}

p.text-detail {
    color: #7c8088;
    line-height: 40px;
    text-align: justify;
    padding-top: 20px;
}

.kb-rate-article {
    display: flex;
    padding: 15px 30px;
    margin-top: 15px;
    margin-bottom: 35px;
    background: #fff;
    border: 1px solid #e6e8ec;
    border-radius: 8px;
}

    .kb-rate-article .row {
        /* display: block; */
        width: 100%;
    }

    .kb-rate-article h6 {
        font-weight: 500;
    }

        .kb-rate-article h6 span {
            display: block;
            font-weight: 200;
            font-size: 11px;
            margin-top: 6px;
            color: #87979f;
        }

            .kb-rate-article h6 span i {
                color: #F44336;
            }

    .kb-rate-article .btn {
        margin: 11px 0;
        display: inline-block;
        font-weight: 500;
        border-radius: 20px;
        text-decoration: none !important;
        overflow: hidden;
        -webkit-transition: all 0.1s ease-in-out;
        transition: all 0.1s ease-in-out;
        position: relative;
        padding: 5px 35px;
        background: #fff;
    }

        .kb-rate-article .btn i {
            margin-right: 5px;
        }

        .kb-rate-article .btn.btn-yes {
            color: #8BC34A;
            border: 2px solid #8BC34A;
        }

            .kb-rate-article .btn.btn-yes:hover {
                color: #fff;
                border: 2px solid #8BC34A;
                background: #8BC34A;
            }

        .kb-rate-article .btn.btn-no {
            color: #FF9800;
            border: 2px solid #FF9800;
        }

            .kb-rate-article .btn.btn-no:hover {
                color: #fff;
                border: 2px solid #FF9800;
                background: #FF9800;
            }

    .kb-rate-article .user-votted {
        display: block;
        font-weight: 200;
        font-size: 11px;
        color: #87979f;
        margin: 7px 0;
    }

.kb-also-read {
    padding: 15px 30px;
    margin-top: 15px;
    margin-bottom: 35px;
    background: #fff;
    border: 1px solid #e6e8ec;
    border-radius: 8px;
}

    .kb-also-read h3 {
        font-weight: 500;
        font-size: 14px;
        margin-bottom: 15px;
        margin-top: 10px;
    }

    .kb-also-read .kbarticles a {
        font-size: 11px;
        font-weight: 800;
        margin-top: 0;
        color: #111;
    }

    .kb-also-read .kbarticles p {
        margin: 0;
        color: #99a4a8;
        font-size: 11px;
        font-weight: 300;
        margin-top: 1px;
        margin-bottom: 15px;
    }

    .kb-also-read .kbarticles .admin-inline-edit {
        display: none;
    }

.col-education-detail {
    border: 1px solid #e6e8ec;
    border-radius: 10px;
}

    .col-education-detail .title-group {
        margin-bottom: 20px
    }

.far {
    font-family: 'FontAwesome';
}

container-homepage.latest-post {
    display: none;
}
/* End of Education */

/* Start of Form */

.form-wrap.form-builder {
    display: flex;
    flex-direction: column;
}

.frmb {
    margin: 0 auto !important;
}

.form-wrap.form-builder .frmb li {
    padding: 0.6rem;
}

.form-wrap.form-builder .frmb .form-field .form-group h1 {
    font-size: 26px;
    padding: 15px
}

.vertical-carousel-formgenerator-title p {
    font-size: 1.8rem;
    padding: 1rem 0;
}

.vertical-carousel-formgenerator-title img {
    width: 40px;
    margin-left: 15px !important;
}

.formbuilder-header h1 {
    font-size: 2rem;
}

.rgbtn {
    margin-top: 20px;
    background: #da1d25;
    color: #fff;
    font-size: 1.1rem;
    font-weight: 600;
    border-radius: 3px;
    border: 1px solid #da1d25;
    padding: 13px 55px;
    transition: 0.4s
}

    .rgbtn:hover {
        background-color: transparent;
        box-shadow: inset 0 0 0 0.1rem #da1d25;
        -webkit-box-shadow: inset 0 0 0 0.1rem #da1d25;
        -ms-box-shadow: inset 0 0 0 0.1rem #da1d25;
        -o-box-shadow: inset 0 0 0 0.1rem #da1d25;
        color: #da1d25;
    }

.secondreg {
    background: #fff;
    box-shadow: 0 0 40px 5px rgb(0 0 0 / 5%);
    padding: 30px;
    width: 60%;
    margin: 50px auto 25px auto;
}

    .secondreg label {
        font-size: 18px;
        font-weight: 700;
        margin-bottom: 15px
    }

    .secondreg input {
        padding: 10px 60px;
        text-align: center;
        border: 1px solid #ccc;
        border-radius: 3px;
    }

    .secondreg .rtnbtn {
        margin-top: 15px;
        background: #da1d25;
        color: #fff;
        font-size: 16px;
        font-weight: 600;
        border-radius: 3px;
        border: 1px solid #da1d25
    }

/* -------- contact ------ */

.contact-col {
    padding: 15px;
    border-radius: 10px;
    margin: 15px auto;
    background: #fff;
    box-shadow: 0 10px 29px 0 rgb(68 88 144 / 10%);
    text-align: center;
    min-height: 400px;
}

.contact-icon {
    border: 2px solid var(--tertiary-color);
    border-radius: 50%;
    padding: 5px;
    margin: 15px auto 30px auto;
    width: 65px;
    height: 65px;
}

    .contact-icon .fa {
        font-size: 25px;
        color: #fff;
        width: 50px;
        height: 50px;
        line-height: 50px;
        text-align: center;
        border-radius: 50px;
        background: var(--tertiary-color);
    }

@media only screen and (max-width:991px) {
    .contact-col {
        min-height: 290px
    }
}

@media only screen and (max-width:768px) {
    .contact-col {
        padding: 30px 80px;
        min-height: 300px
    }
}

/* -------- about ------ */

.contact-img {
    position: relative;
    margin-bottom: 40px;
}

    .contact-img:before {
        content: "";
        border: 10px solid rgba(0, 0, 0, .05);
        display: block;
        transition: all .3s linear 0s;
        position: absolute;
        right: 30px;
        bottom: -30px;
        width: 100%;
        height: 100%;
        z-index: -1;
    }

@media only screen and (max-width:767px) {
    .contact-img:before {
        right: -15px;
        bottom: -10px;
        width: 106%;
        height: 106%;
    }
}

/* End of Form */


/* Start of Map */

.locationmap .border-title p {
    font-size: 1.8rem;
    padding: 1rem 0;
}

.locationmap .border-title img {
    width: 40px;
    margin-left: 15px !important;
}

/* End of Map */

/*Search ----- START -----*/
.fullbox-search {
    padding-top: 70px;
}

.box-search {
    display: flex;
    flex-direction: row;
    justify-content: right;
    text-align: right;
    box-shadow: rgb(0 0 0 / 35%) 0px 5px 15px;
    margin-bottom: 10px;
    padding: 20px;
    border-radius: 10px;
}

.fullbox-search .col-12.pt-5 {
    padding-top: 20px !important;
}

ul.pagination {
    direction: ltr;
    justify-content: center;
    padding-top: 20px;
}

.srchtxt {
    font-size: 16px;
    padding-right: 10px;
}
/*Search ----- END -----*/

/*MultiLine Menu ----- START -----*/
.navbar-nav {
    flex-wrap: wrap;
}
/*MultiLine Menu ----- END -----*/

/*------ about ------*/

.about {
    overflow: hidden;
}

.about__content {
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 14px;
}

.about__content h3 {
    padding: 20px 0;
    color: var(--tertiary-color);
    margin-bottom: 30px;
    text-align: center;
}

.about__content.bg-secondary h3, .about__content.bg-secondary p, .about__content.bg-secondary a, .about__content.bg-tertiary h3, .about__content.bg-tertiary p, .about__content.bg-tertiary a{
    color: var(--light-color);
}

.about__content h3:after {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.about__content p {
    text-align: center;
    color: var(--gray-color);
    margin-bottom: 30px;
}

.about__content a {
    color: var(--tertiary-color);
    font-size: 1.1rem;
    position: relative;
    padding-bottom: 8px;
    transition: .3s ease-out;
}

.about__content a:before, .about__content a:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: currentColor;
    -webkit-transition: .35s cubic-bezier(.04,.11,.6,.97);
    -o-transition: .35s cubic-bezier(.04,.11,.6,.97);
    transition: .35s cubic-bezier(.04,.11,.6,.97);
}

.about__content a:before  {
    -webkit-transform-origin: 0% 50%;
    -ms-transform-origin: 0% 50%;
    transform-origin: 0% 50%;
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
}

.about__content a:hover:before {
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
}

.about__content a:after {
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 100% 50%;
    -ms-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
}

.about__content a:hover:after {
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transition-delay: .34s;
    -o-transition-delay: .34s;
    transition-delay: .34s;
}

/*------ treatment ------*/

.treatment {
    padding-bottom: 5rem
}

.treatment h2 {
    color: var(--tertiary-color);
    margin: 70px auto;
}

.treatment__box {
    transition: .4s;
    border: 1px dashed #e1e1e1;
    display: flex;
    padding: 2rem;
    gap: 1rem;
    cursor: pointer;
}

.treatment__box:hover {
    border: 1px dashed var(--tertiary-color);
}

.treatment__img {
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.4s;
}
.treatment__content h4 {
    font-size: 19px;
}
.treatment__img img {
    transition: 0.4s;
    width: 140px;
}

.img__front {
    display: block;
}

.img__back {
    display: none;
}

.treatment__box:hover .img__back {
    display: block;
}

.treatment__box:hover .img__front {
    display: none;
}

/*------ comment ------*/

.comment {
    background-color: #f4f1ef;
    padding: 4rem 0;
}

.carousel_01 {
    direction: ltr;
}

.comment__box {
    position: relative;
    /* background-image: url("../img/customer-back.png"); */
    background-size: 70%;
    background-repeat: no-repeat;
    background-position: top;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2rem;
}

.comment__img  {
    width: 100%;
    margin: auto;
    padding: 0 100px;
}
.comment__img img  {
   border-radius: 20px;
}

.comment__content p {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    line-height: 2
}

.comment__name h4 {
    font-size: 1.3rem
}

.owl-nav {
    position: relative;
    font-size: 40px;
    color: #b50109
}
.owl-nav button {
    position: absolute;
    top: -220px;
}
.owl-nav button i {
    font-style: normal;
}
.owl-prev {
    left: 5px;
}
.owl-next {
    right: 5px;
}
.owl-next {
    background: 0 0;
}
button.owl-prev {
    background: no-repeat;
}

.owl-dots {
    text-align: center;
    padding-top: 15px;
    position: absolute;
    right: 30%;
}
.owl-dots button.owl-dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    display: inline-block;
    background: var(--tertiary-color);
    margin: 0 3px;
    opacity: 0.5
}

.owl-dots button.owl-dot.active {
    opacity: 1
}

.owl-dots button.owl-dot:focus {
    outline: none;
}

/*------ services ------*/

.services {
    padding: 2.5rem 0;
}

.services h2 {
    width: 300px;
    color: var(--tertiary-color);
}

.services__list {
    padding: 2rem 0;
}

.services__list li a {
    line-height: 2;
    font-family: 'IRANSans', 'FontAwesome';
    /* color: #474747; */
}

.services__list li a:before {
    padding-left:5px;
    font-size: 18px;
    font-weight: 100;
    /* color: #474747; */
}

.services__img {
    display: flex;
    justify-content: center;
    border: 1px dashed var(--tertiary-color);
    border-radius: 50%;
    align-content: center;
    width: 80%;
    margin: 0 auto;
    padding: 0.8rem;
    position: relative;
}

.services__img img {
    border-radius: 50%;
    /* width: 100%; */
}

.img--center {
    position: absolute;
    left: -30px;
    border: 8px solid #5ebcc252;
    border-radius: 50%;
}

.img--border {
    border: 8px solid var(--tertiary-color);
    border-radius: 50%;
}

.img--center img {
    width: 130px
}

/*------ parallax ------*/

.parallax {
    background: url("../img/homebutt1.jpg");
    height: 350px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.parallax .container {
    height: 100%;
}

.parallax__box {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    color: var(--light-color);
    gap:1.5rem
}

.parallax__box h3 {
    font-size: 20px
}

.parallax__box p {
    width: 60%
}

.parallax__box a {
    background: var(--light-color);
    padding: 0.8rem 1.7rem;
    color: var(--tertiary-color) !important;
    box-shadow: none;
}

.parallax__box a:hover {
    background: var(--tertiary-color);
    color: var(--light-color) !important;
    cursor: pointer;

}

/*------ facts ------*/

.facts {
    background: #f4f1ef;
    padding: 7rem 0;
}

.facts__title .title {
    font-size: 40px;
    color: var(--tertiary-color);
    margin-bottom: 30px;
}

.facts__title .title:after {
    right: 0;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
}

.facts__title p {
    font-size: 16px;
    text-align: justify;
}

.facts__box {
    display: flex;
    gap: 1rem;
    padding: 1rem 0;
}

.facts__img img {
    width: 200px;
}

.facts__content h4 {
    font-size: 20px;
    color: var(--tertiary-color);
    line-height: 1.5;
}

.facts__content p {
    font-size: 15px;
    color: var(--gray-color);
}


/*------ counter ------*/

.counter {
    padding: 7rem 0 4rem;
}

.counter__number {
    font-size: 50px;
    position: relative;
    color: var(--tertiary-color);
    margin-bottom: 30px;
    padding-top: 25px;
}

.counter__number:after {
    content: '';
    position: relative;
    display: inherit;
    background-color: var(--tertiary-color);
    width: 100px;
    height: 2px;
    bottom: 0;
    margin: 20px 0 0 0;
}

.counter__title {
    color: var(--tertiary-color);
    font-size: 18px;
    font-weight: 500;
}

.counter__content {
    color: var(--gray-color);
    font-size: 14px
}

/*------ video ------*/

.carousel_02 {
    direction: ltr
}

.video__box {
    position: relative;
}

.video__hover {
    position: absolute;
    top: -1px;
    left: -1px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: calc(100% + 2px);
    height: calc(100% + 2px);
    padding: 1.5rem;
    text-align: center;
    background-color: #f4f1ef;
    opacity: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: .35s ease-in-out;
    -o-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
}
.video__box:hover .video__hover {
    opacity: 1;
}

.video__hover h4 {

    font-size: 22px;

    color: var(--tertiary-color);
}

.video__hover h5 {color: var(--secondary-color);font-size: 15px;margin: 12px auto;}

.video__hover p a {

    font-size: 15px;

    color: var(--gray-color);
}


.video__hover .popup-video {
    color: var(--tertiary-color);
    font-size: 1rem;
    position: relative;
    padding-bottom: 8px;
    transition: .3s ease-out;
}

.video__hover .popup-video:before, .video__hover .popup-video:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: currentColor;
    -webkit-transition: .35s cubic-bezier(.04,.11,.6,.97);
    -o-transition: .35s cubic-bezier(.04,.11,.6,.97);
    transition: .35s cubic-bezier(.04,.11,.6,.97);
}

.video__hover .popup-video:before  {
    -webkit-transform-origin: 0% 50%;
    -ms-transform-origin: 0% 50%;
    transform-origin: 0% 50%;
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
}

.video__hover .popup-video:hover:before {
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
}

.video__hover .popup-video:after {
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 100% 50%;
    -ms-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
}

.video__hover .popup-video:hover:after {
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transition-delay: .34s;
    -o-transition-delay: .34s;
    transition-delay: .34s;
}

.video__box img {
    height: 300px;
    object-fit: cover;
}

/*------ footer ------*/

footer {
    color: var(--light-color);
    overflow-x: hidden;
}

.footer__title {
    font-weight: 500;
    font-size: 20px;
    margin: 25px 0px;
    text-align: start;
}

.footer p {
    text-align: justify;
    margin: 0px;
    font-size: 0.9rem;
}

.footer__col {
 text-align: start;
}
.footer ul {
    padding-right: 0;
}
.footer__col li,
.footer__contact li {
    padding: 8px 0px;
}

.footer__col li a,
.footer__contact li a {
    color: var(--light-color);
    font-size: 0.9rem;
    transition: all 0.4s
}
.footer div:nth-child(2) {
 padding-right: 25px
}
.footer__col li a:hover {
    color: var(--primary-color);
}


.footer__contact p {
    border-bottom: 1px solid #4d4d4d;
    padding: 0 0 15px 0;
}

.footer__social {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    width: 100%;
}

.footer__social li a i {
    background: var(--dark-color);
    border: 1px solid rgba(255, 255, 255, 0.3);
    padding: 7px 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    border-radius: var(--border-raduis-sm);
    transition: all 0.4s;
}

.footer__social li a i:hover {
    background: var(--primary-color);
    color: var(--dark-color);
}

.copyright {
    background: #0a0a0a;
    padding: 1rem;
    width: 100%;
}

.copyright p {
    text-align: center;
    width: 100%;
}

.copyright a {
    color: var(--light-color)
}

main {
    overflow: hidden;
}

.list-group.hide {
    display: none;
}

/*------ header ------*/

.main-header {
    position: absolute;
    top: 40px;
    right: 0px;
    left: 0px;
    z-index: 10;
    min-height: 120px;
    transition: all 0.5s ease-in-out 0s;
    box-shadow: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    background: rgba(255,255,255,0.15);
}

.header img {
    width: 66px;
    object-fit: contain;
    /* height: 66px; */
}

.time-header {
    margin-left: 0px;
    margin-right: 70px;
}

.time-header span::after {
    content: " / ";
}

.time-header span:last-child::after {
    content: " ";
}

.menu-box {
    display: flex;
    justify-content: center;
}

.detail-box {
    display: flex;
    align-items: center;
    gap: 2rem;
    height: 80px;
}

.search-box a i {
    font-size: 20px
}

.search-holder {
    opacity: 0;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #fff;
    z-index: 1000;
    visibility: hidden;
    transition: visibility 0s, opacity 0.3s linear;
}

.search-form1 {
    display: flex;
    width: 80%;
}

.srchtxt {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    margin: 0 0 12px;
    padding: 18px 24px;
    font-family: inherit;
    font-weight: inherit;
    border: 0;
    border-bottom: 1px solid #e1e1e1;
    cursor: text;
    -o-transition: color .3s ease-out,background-color .3s ease-out,border-color .3s ease-out;
    font-size: 20px;
    line-height: 1.6;
    color: #777!important;
    background: 0 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: 0;
    outline-offset: 0;
}
.box-lines {
    position: relative;
    display: block;
    width: 27px;
    height: 27px;
}

.box-lines span {
    position: absolute;
    left: 0;
    height: 1px;
    width: 100%;
    background-color: currentColor;
    will-change: transform;
    -webkit-transition: .4s ease-out;
    -o-transition: .4s ease-out;
    transition: .4s ease-out;
}

.box-line-1 {
    top: 11px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
}

.box-line-2 {
    top: 11px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
}

.box-line-3 {
    top: 11px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-clip-path: inset(0 0 0 100%);
    clip-path: inset(0 0 0 100%);
}

.box-line-4 {
    top: 11px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-clip-path: inset(0 100% 0 0);
    clip-path: inset(0 100% 0 0);
}

.close:hover .search-line-1 {
    -webkit-clip-path: inset(0 100% 0 0);
    clip-path: inset(0 100% 0 0);
}

.close:hover .search-line-2 {
    -webkit-clip-path: inset(0 0 0 100%);
    clip-path: inset(0 0 0 100%);
    -webkit-transition-delay: .3s;
    -o-transition-delay: .3s;
    transition-delay: .3s;
}

.close:hover .search-line-3 {
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
    -webkit-transition-delay: .25s;
    -o-transition-delay: .25s;
    transition-delay: .25s;
}

.close:hover .search-line-4 {
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
    -webkit-transition-delay: .55s;
    -o-transition-delay: .55s;
    transition-delay: .55s;
}
.contact-details {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 48px;
    height: 47px;
    line-height: 1;
    background-color: var(--tertiary-color);
    border-radius: 100%;
    margin-top: 10px;
}
.login {
    color: rgb(215 35 248);
    padding-top: 20px;
}
.lines {
    width: 23px;
    height: 25px;
    position: relative;
}

.lines span {
    height: 1.5px;
    background-color: #fff;
    -webkit-transition: .35s ease-out;
    -o-transition: .35s ease-out;
    transition: .35s ease-out;
    position: absolute;
    right: 0;
    width: 100%;
}

.line-1, .line-5 {
    top: 1px;
}

.line-2, .line-6 {
    width: 80%!important;
    top: 9px;
    right: 3px!important;
}

.line-3, .line-7 {
    top: 17px;
}

.line-4, .line-8 {
    top: 25px;
    width: 80%!important;
    right: 3px!important;
}

.line-1, .line-2, .line-3, .line-4  {
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
}

.line-5, .line-6, .line-7, .line-8 {
    -webkit-clip-path: inset(0 100% 0 0);
    clip-path: inset(0 100% 0 0);
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
}

a.contact-details:hover .line-1, a.contact-details:hover .line-2, a.contact-details:hover .line-3, a.contact-details:hover .line-4 {
    -webkit-clip-path: inset(0 0 0 100%);
    clip-path: inset(0 0 0 100%);
}

a.contact-details:hover .line-2 {
    -webkit-transition-delay: .1s;
    -o-transition-delay: .1s;
    transition-delay: .1s;
}

a.contact-details:hover .line-3 {
    -webkit-transition-delay: .2s;
    -o-transition-delay: .2s;
    transition-delay: .2s;
}

a.contact-details:hover .line-4 {
    -webkit-transition-delay: .3s;
    -o-transition-delay: .3s;
    transition-delay: .3s;
}

a.contact-details:hover .line-5, a.contact-details:hover .line-6, a.contact-details:hover .line-7, a.contact-details:hover .line-8 {
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
}

a.contact-details:hover .line-5 {
    -webkit-transition-delay: .2s;
    -o-transition-delay: .2s;
    transition-delay: .2s;
}

a.contact-details:hover .line-6 {
    -webkit-transition-delay: .3s;
    -o-transition-delay: .3s;
    transition-delay: .3s;
}

a.contact-details:hover .line-7 {
    -webkit-transition-delay: .4s;
    -o-transition-delay: .4s;
    transition-delay: .4s;
}

a.contact-details:hover .line-8 {
    -webkit-transition-delay: .5s;
    -o-transition-delay: .5s;
    transition-delay: .5s;
}

.contact-details-holder {
    position: fixed;
    top: 0;
    left: -450px;
    width: 450px;
    height: 100%;
    min-height: 100%;
    padding: 40px 65px 35px;
    background-color: #fff;
    overflow: hidden;
    visibility: hidden;
    z-index: 9999;
    -webkit-transition: all .6s cubic-bezier(.77,0,.175,1);
    -o-transition: all .6s cubic-bezier(.77,0,.175,1);
    transition: all .6s cubic-bezier(.77,0,.175,1);
    text-align: center;
    /* margin-top: 77px; */
}

.close {
    position: absolute;
    top: 25px;
    left: 38px;
    display: block;
    z-index: 1000;
    line-height: 1;
}

.close:hover {color: var(--tertiary-color);}

.box-lines {
    position: relative;
    display: block;
    width: 27px;
    height: 27px;
}
.box-lines:hover {
    cursor: pointer;
}
.box-lines span {
    position: absolute;
    left: 0;
    height: 1px;
    width: 100%;
    background-color: currentColor;
    will-change: transform;
    -webkit-transition: .4s ease-out;
    -o-transition: .4s ease-out;
    transition: .4s ease-out;
}

.box-line-1 {
    top: 11px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
}

.box-line-2 {
    top: 11px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
}

.box-line-3 {
    top: 11px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-clip-path: inset(0 0 0 100%);
    clip-path: inset(0 0 0 100%);
}

.box-line-4 {
    top: 11px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-clip-path: inset(0 100% 0 0);
    clip-path: inset(0 100% 0 0);
}

.close:hover .search-line-1 {
    -webkit-clip-path: inset(0 100% 0 0);
    clip-path: inset(0 100% 0 0);
}

.close:hover .search-line-2 {
    -webkit-clip-path: inset(0 0 0 100%);
    clip-path: inset(0 0 0 100%);
    -webkit-transition-delay: .3s;
    -o-transition-delay: .3s;
    transition-delay: .3s;
}

.close:hover .search-line-3 {
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
    -webkit-transition-delay: .25s;
    -o-transition-delay: .25s;
    transition-delay: .25s;
}

.close:hover .search-line-4 {
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
    -webkit-transition-delay: .55s;
    -o-transition-delay: .55s;
    transition-delay: .55s;
}

.contact-details-holder img {
    width: 130px
}

.contact-details-holder p {
    margin-top: 15px
}

.contact-details-holder a {
    color: var(--tertiary-color);
    margin: 5px auto;
    display: inline-block
}

.contact-details-socials img {
    width: 30px
}

.submenu-user {
    display: none;
}

.user-header .icon-user:hover>.submenu-user {
    display: block !important;
}

.dropdown-item {
    text-align: right;
}

.dropdown-menu {
    right: 0px;
    border-bottom: 2px solid var(--tertiary-color);
}

.dropdown-menu li a:hover {
    color: var(--tertiary-color);
}

ul.list-icon-header li {
    display: inline-block;
    padding: 15px;
}

.dropdown-item:focus,
.dropdown-item:hover {
    background-color: white !important;
}
.dropdown-submenu>.dropdown-menu {
    top: 0px;
    right: 100%;
    margin-top: -1px;
    margin-left: -1px;
    border-radius: 6px 0px 6px 6px;
}

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

.dropdown-submenu>a::after {
    display: block;
    /* content: " "; */
    float: left;
    width: 0px;
    height: 0px;
    border-color: transparent transparent transparent rgb(204, 204, 204);
    border-style: solid;
    border-width: 5px 0px 5px 5px;
    margin-top: 5px;
    margin-right: -10px;
    transform: rotate(180deg);
}

.dropdown-submenu:hover>a::after {
    border-left-color: rgb(255, 255, 255);
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    border-radius: 6px 0px 6px 6px;
}

header {
    position: relative;
}

.top-header {
    min-height: 40px;
    background: var(--tertiary-color);
    color: var(--light-color);
    padding-top: 10px;
}

.top-header-contact {
    display: flex;
    gap: 0.5rem
}

.top-header-contact p {
    margin: 0;
}

.top-header-social a i {
    padding: 0 8px 10px 4px;
}

.header-nav {
    transition: all 0.2s linear 0s;
    padding: 20px 0;
    width: 100%;
}

header .fixed-top {
    background: white;
}
.dropdown-menu {
    margin-top: 0px;
}

.dropdown-toggle {
    margin-bottom: 2px;
}

.navbar .dropdown-toggle,
.nav-tabs>.dropdown-toggle {
    margin-bottom: 0px;
}

.navbar-nav {
    width: 100%;
    margin: 0px 0;
}

.navbar-nav li {
    cursor: pointer;
    font-size: 15px;
    font-weight: 300;
    /* margin: 0px 6px; */
}

.dropdown-item {
    text-align: right;
    width: 100%;
}

.dropdown-menu {
    background-color: white;
    width: fit-content;
    left: 15px;
    box-shadow: rgba(0, 0, 0, 0.176) 0px 6px 12px;
    opacity: 0;
    transform: scaleY(0);
    transform-origin: 0px 0px 0px;
    transition: all 0.6s ease 0s;
    display: block;
    z-index: 6666;
}

.dropdown-toggle::after {
    margin-right: 3px
}

.nav-item:hover .dropdown-menu {
    opacity: 1;
    transform: scaleY(1);
}

@media only screen and (max-width: 992px) {
    .dropdown-menu {
        width: 100%;
        background-color: rgba(255, 255, 255, 0.9);
        padding: 0px 5px;
    }
       .main-header {
        position: static;
        /* min-height: 60px; */
        background: var(--tertiary-color);
    }
    .header-nav .nav-link:hover {
    color: #fff;
}
}

.user-menu li {
    margin: 0px;
    padding-right: 5px;
    font-weight: 100;
}

.user-menu .info-box {
    text-align: center;
    border-bottom: 1px solid rgb(223, 223, 223);
    padding: 0px 0px 10px;
}

.info-box {
    text-align: center;
    border-bottom: 1px solid rgb(223, 223, 223);
    padding: 0px 0px 10px;
}

.user-menu li i {
    width: 43px;
    text-align: center;
}

.user-menu li.active {
    color: inherit;
    text-decoration: none;
    background-color: rgb(234, 234, 234);
}

.dropdown-submenu {
    position: relative;
    padding-right: 0!important;
}

.dropdown-submenu>.dropdown-menu {
    top: -8px;
    right: 100%;
    margin-top: -1px;
    margin-left: -1px;
    border-radius: 6px;
}

.dropdown-submenu:hover>.dropdown-menu {
    display: table;
}

.dropdown-submenu>a::after {
    display: block;
    /* content: " "; */
    float: left;
    width: 0px;
    height: 0px;
    border-color: transparent transparent transparent rgb(0, 0, 0);
    border-style: solid;
    border-width: 5px 0px 5px 5px;
    margin-top: 5px;
    transform: rotate(180deg);
    position: absolute;
    left: 5px;
    top: 5px;
}

.dropdown-submenu:hover>a::after {
    border-left-color: rgb(0, 0, 0);
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    border-radius: 6px 0px 6px 6px;
}

@media (max-width: 765px) {
    .col-header {
        position: relative;
        top: 0px;
        width: 100%;
        left: 0px;
        display: none !important;
    }
    .header-nav {
        padding: 0px;
    }
    .header-nav .container-fluid {
    padding: 0;
}
.header-nav .col-12{
    padding:0
}
    .icon-navmenu {
        padding: 0px;
    }
    .main-header .row{
        flex-direction: row-reverse;
    }
    .alllangs{
        margin-left: 14px;
        justify-content: left;
    }
    
    .col-md-2.col-6.text-left.p-0{
        text-align:right!important;
        padding-right:10px!important;
    }
}

.header-nav .navbar-brand img {
    min-width: 100px;
}

.header-nav .nav-link {
    color: rgb(215 35 248);
    font-weight: 600;
    font-size: 13px;
    margin: 0;
    transition: all 0.3s ease 0s;
    font-family: IRANSans;
    text-align: right;
}

.header-nav .nav-link::before {
    content: "";
    position: absolute;
    background-color: var(--tertiary-color);
    height: 2px;
    width: 72%;
    margin: 28px auto;
    transform: scaleX(0);
    transform-origin: center center;
    transition: transform 0.3s ease-in-out 0s;
}

.header-nav .nav-item:last-child .nav-link::before {
    display: none;
}

.header-nav .nav-link:hover {
    /* color: var(--tertiary-color); */
}

.header-nav .nav-link:hover::before,
.header-nav .nav-link.active::before {
}

.header-nav .nav-link:hover::after {}

.header-nav .nav-item:first-child .nav-link:hover::after {
    background: unset;
}

.header-nav .icon-navmenu .nav-link:hover::after {
    background: unset;
}

.header-nav .nav-link.active {
    border-bottom: 2px solid rgb(255, 174, 0);
    color: rgb(255, 174, 0);
}

.header-nav .nav-link:hover::after,
.header-nav .nav-link.active::after {}

.fixed-menu {
    color: rgb(51, 51, 51);
    box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 10px;
    background-color: rgb(175, 0, 2) !important;
}

.fixed-menu .nav-link {
    color: white;
}

.header-nav .navbar-toggler {
    text-align: right;
    width: 100%;
    outline: none !important;
    /* padding-top: 25px !important; */
    padding-right: 10px !important;
}
.header-nav .visuallyHidden {
    position: absolute;
    overflow: hidden;
    clip: rect(0px, 0px, 0px, 0px);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0px;
    border: 0px;
}

.lang-box.mobile {
    display: none;
}



.alllangs img {
    width: 25px;
}

.top-header-contact a {
    color: white;
}

.top-header-social a {
    color: white;
    font-weight: 100;
}

a.logouttxt {
    color: white;
    padding: 0 5px;
}
a.logouttxt .fa {
    margin-left: 3px;
}


form.search-form1 a {
    color: white;
    align-self: top;
    /* margin-left: 15px; */
    font-size: 1.2rem;
}


.login a{
 color: rgb(215 35 248);
 align-self: center;
}
.login a i {
margin-left: 5px;
}
.carousel-caption {
    position: absolute;
    /* bottom: 25%; */
    z-index: 1;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    width: 100%;
    /* text-align: center; */
    text-align: right;
    right: 150px;
    top: 110px;
}
.carousel-caption  h1 {
    margin-right: -40px;
    font-size: 50px;
    /* padding-left: -53px; */
    font-weight: 500;
    /* margin-left: 18px; */
}
.carousel-caption  p {
 font-size: 20px;
 margin: 15px 0;
 font-weight: 600;
}

/*------ news ------*/

.latest-news {
    position: relative;
    padding: 0;
}

.news {
    padding: 4rem 8rem 4rem 6rem;
    background: rgb(251, 251, 251);
}

.latest-news h2 {
    color: var(--tertiary-color);
    margin: 0 auto 50px auto;
}

.card.lst-item.cardview1 {
    background: no-repeat;
    min-height: 550px;
    margin-bottom: 30px;
    border: none;
    transform-style: preserve-3d;
}

.slick-list {
    height: 200px!important;
    width: 100%;
    margin: 20px 0;
}

.slick-track {
    height: 200px!important;
    width: 100%;
}

.cardview2 {
    width: 95%!important;
    background: transparent;
}

.card-body {
    /* box-shadow: rgba(0, 0, 0, 0.1) 0px 15px 40px; */
    padding: 1rem;
    transition: transform 0.3s ease 0s;
    border-radius: 1rem;
    flex-direction: column;
    align-items: flex-start!important;
    background: rgb(245 245 245);
}

h5.card-title {
    /* padding: 22px 10px 0px; */
    /* min-height: 80px; */
    line-height: 30px;
    margin: 10px 0 5px 0;
    font-size: 17px;
}

h5.card-title a {
    color: var(--secondary-color);
}

p.card-text.truncateinside {
    padding: 10px 0;
    /* text-align: center; */
    line-height: 25px;
    /* min-height: 110px; */
    font-size: 14px;
    margin-bottom: 5px;
}

h5.card-title.flex-row-reverse.justify-content-between a {
    color: var(--tertiary-color);
    font-size: 19px;
}

.cardview2 img {
    min-height: 165px;
    object-fit: cover;
    border-radius: 18px;
}

.news-date.p-0 {
    list-style: none;
    padding-right: 10px !important;
    margin: 10px 0;
    font-size: 15px;
}

.btn.btn-outline-info {
    margin: 15px 0;
    color: var(--tertiary-color);
    /* background-color: var(--primary-color); */
    padding: 0.8rem 2rem;
    font-size: 15px;
    border: 1px solid var(--tertiary-color);
}

.btn.btn-outline-info:hover {
    background: var(--tertiary-color);
    box-shadow: none;
    color: var(--light-color);
}

.card-body img {
    transition: all 0.4s ease 0s;
    height: 270px;
    width: 100%;
    object-fit: cover;
}

.card-body:hover img {
    opacity: 0.7;
}

.card-body {
    /* transform-style: preserve-3d; */
    /* transform: translateZ(20px); */
}

/*  social section  */
 
.social-container {
    display: flex;
    align-items: center;
    flex-direction: column;
    /* margin: 30px 0; */
    padding: 20px 0px;
    background-image: url("../../../uploads/af4c6634-6854-42db-b676-2f882fde8f3d-hpbgjpg.jpg");
    background-repeat: no-repeat;
}
.social-section-one {
    display: flex;
    justify-content: start;
    align-items: center;
}
.social-section-two {
    display: flex;
    flex-direction: row-reverse;
    justify-content: end;
    align-items: center;
    height: 80px;
    font-size: 1.2rem;
    background: #5fb2b8;
    border-radius: 10px;
    margin-bottom: 5px;
    margin-top: 5px;
    font-size: 20px;
}
.social-section-four {
  
    background:none;
  
}
.social-section-two:hover {
  /* background-color: #188c94; */
}
.social-section-three{
    display: flex;
    justify-content: start;
    align-items: center;
}
.social-container div img{
    width: 60px;
    height: 60px;
}
.social-sections {
    padding: 10px;
    min-width: 50%;
    transition: all 0.4s;
}
.social-sections p{
    margin: 0;
  margin: 0 15px;
}
.social-sections:hover {
    border-radius: 5px;
}
.social-section-one:hover {
  background-color: rgba(128, 127, 127, 0.5);
}.social-section-four:hover {
  background-color: rgba(128, 127, 127, 0.5);
}

.social-section-three:hover {
  background-color: rgba(128, 127, 127, 0.5);
}
@media(max-width:380px) {
    .social-container {
        background-image: none;
    }
    .social-container div img {
        width: 63px;
        height: 63px;
    }
}

.carousel-item img {
    animation: zoom-in 17s ease infinite;
    /* height: 100%; */
    /* object-fit: cover; */
}
@keyframes zoom-in {
    0% {
        transform: scale(1, 1);
    }
    50% {
        transform: scale(1.1, 1.1);
    }
    100% {
        transform: scale(1, 1);
    }
}
.hero .col-sm-12.col-xs-12.text-center {
    padding: 0;
}

/*  LIFT SINE */

.myh2 {
  text-align: start;
  color: #42b1b9;
}
.myh2 div {
  margin-bottom: 5px;
}
.lift-sine-container {
  font-family: inherit;
  line-height: 1.8;
  text-align: justify;
  margin-top: 50px;
  margin-bottom: 50px;
}
.lift-sine-container h5 {
  margin-top: 20px;
  color: #42b1b9;
}
.avarez-lift-bold-items {
  font-weight: 600;
}

.myh5 {
  margin: 40px 0 20px 0;
}
.span-red-color {
  color: red;
}

.social-container-lift-sine {
  background-color: white;
}
.social-container-lift-sine p a {
  color: #0a0a0a;
}

/* POROTEZ SINE */

.porotez-sine-container {
  font-family: inherit;
  line-height: 1.8;
  text-align: justify;
  margin-top: 50px;
  margin-bottom: 50px;
}

.porotez-zhelei-sec1 {
  display: flex;
  flex-direction: column;
  text-align: center;
  align-items: center;
}

.porotez-zhelei-sec1 h2 {
  width: 350px;
  margin: 50px 0 20px 0;
  color: #42b1b9;
  padding-bottom: 8px;
  border-bottom: 1px solid #42b1b9;
}
.porotez-zhelei-sec2 {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.porotez-zhelei-sec2 h2 {
  width: 350px;
  text-align: center;
  margin: 50px 0 20px 0;
  color: #42b1b9;
  padding-bottom: 8px;
  border-bottom: 1px solid #42b1b9;
}
.porotez-zhelei-sec2 p {
  color: #42b1b9;
  align-self: start;
  font-weight: 500;
  font-size: 17px;
}
.porotez-zhelei-sec2 ul {
  align-self: start;
}
.porotez-zhelei-sec2 ul li {
  list-style-type: decimal !important;
}
.porotez-zhelei-sec3 h3 {
  color: #42b1b9 !important;
  margin-top: 30px;
  font-size: 25px;
}
.porotez-zhelei-sec3 p {
  color: #42b1b9;
  margin-top: 10px;
  font-weight: 500;
}
.porotez-zhelei-sec3 ul li {
  list-style-type: disc !important;
}

.porotez-zhelei-sec4 h3 {
  color: #42b1b9;
  font-size: 25px;
  margin-top: 40px;
}
.porotez-zhelei-sec5 h3 {
  color: #42b1b9;
  margin-top: 40px;
  font-size: 21px;
}
.porotez-zhelei-sec5 h2 {
  margin-top: 40px;
  color: #42b1b9;
}
.porotez-zhelei-sec5 h4 {
  color: #42b1b9 !important;
  font-size: 20px !important;
}
.porotez-zhelei-sec5 ul li {
  list-style-type: disc;
  margin-right: 30px;
}

.porotez-zhelei-sec5-bold-red-li {
  font-size: 1.2rem;
  color: red;
}


/* GYNECOMASTIA */

.gynecomastia-container {
  font-family: inherit;
  line-height: 1.8;
  text-align: justify;
  margin-top: 50px;
  margin-bottom: 50px;
}

.gynecomastia-container h2 {
  display: flex;
  flex-direction: column;
  text-align: center;
  align-items: center;
  color: #42b1b9;
}
.gynecomastia-container h4 {
  margin-top: 50px;
  color: #42b1b9;
  font-weight: 500;
}
.gynecomastia-container h5{
  margin-top: 50px;
  color: #42b1b9;
}
.gynecomastia-container ul li {
  list-style-type: disc;
  margin-right: 30px;
}

.gynecomastia-images-container { 
  display: flex;
  align-items: center;
  justify-content: center;
}
.gynecomastia-images-container img {
width: 300px;
height: 400px;
}


/* MAMOPELASTIA */
.mamopelastia-container {
  font-family: inherit;
  line-height: 1.8;
  text-align: justify;
  margin-top: 50px;
  margin-bottom: 50px;
}

.mamopelastia-container h2 {
  display: flex;
  flex-direction: column;
  text-align: center;
  align-items: center;
  color: #42b1b9;
}
.mamopelastia-container h4 {
  margin-top: 50px;
  color: #42b1b9;
}
.mamopelastia-container h6 {
  margin-top: 50px;
  text-align: center;
  color: #42b1b9;
  font-size: 18px;
}
.mamopelastia-container ul li {
  list-style-type: disc;
  margin-right: 30px;
}
.mamopelastia-container ul li span {
  font-weight: 500;
}
.mamopelastia-last-section {
  display: flex;
  flex-direction:column;
  justify-content: center;
  align-items: center;
  margin-top: 80px;
}
.mamopelastia-last-section a {
  color:rgb(8, 98, 233) !important;
}

/*  FAT TRANSFER */

.fat-transfer-container {
  font-family: inherit;
  line-height: 1.8;
  text-align: justify;
  margin-top: 50px;
  margin-bottom: 50px;
}
.fat-transfer-container h2 {
  display: flex;
  flex-direction: column;
  text-align: center;
  align-items: center;
  color: #42b1b9;
}
.fat-transfer-container h4 {
  margin-top: 50px;
  color: #42b1b9;
}


/* PEYAKR TARASHi */

.peykar-tarashi-container {
  font-family: inherit;
  line-height: 1.8;
  text-align: justify;
  margin-top: 50px;
  margin-bottom: 50px;
  text-align: center;
}
.peykar-tarashi-container h2 {
  display: flex;
  flex-direction: column;
  text-align: center;
  align-items: center;
  color: #42b1b9;
}
.peykar-tarashi-container h5 {
  margin-top: 50px;
  color: #42b1b9;
}
.peykar-tarashi-container h6 a {
  margin-top: 50px;
  color: rgb(64, 92, 250) ;
}

/* LIFT BAZOO */

.lift-bazoo-container {
  font-family: inherit;
  line-height: 1.8;
  text-align: justify;
  margin-top: 50px;
  margin-bottom: 50px;
  text-align: center;
}
.lift-bazoo-container h2 {
  display: flex;
  flex-direction: column;
  text-align: center;
  align-items: center;
  color: #42b1b9;
}
.lift-bazoo-container h6 {
  margin-top: 50px;
  color: #42b1b9;
}
.lift-bazoo-container h6 a {
  margin-top: 50px;
  color: rgb(64, 92, 250);
}

/* LIFT RAN */

.lift-ran-container {
  font-family: inherit;
  line-height: 1.8;
  text-align: justify;
  margin-top: 50px;
  margin-bottom: 50px;
  text-align: center;
}
.lift-ran-container h2 {
  display: flex;
  flex-direction: column;
  text-align: center;
  align-items: center;
  color: #42b1b9;
}
.lift-ran-container h5 {
  margin-top: 50px;
  color: #42b1b9;
}
.lift-ran-container h6 a {
  margin-top: 50px;
  color: rgb(64, 92, 250);
}

/* JARAHI SHEKAM */

.jarahi-shekam-container {
  font-family: inherit;
  line-height: 1.8;
  text-align: justify;
  margin-top: 50px;
  margin-bottom: 50px;
}
.jarahi-shekam-container h2 {
  display: flex;
  flex-direction: column;
  text-align: center;
  align-items: center;
  color: #42b1b9;
}
.jarahi-shekam-container h5 {
  margin-top: 50px;
  color: #42b1b9; 
}
.jarahi-shekam-image-container {
  display: flex;
  width: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.jarahi-shekam-image-container img {
  width: 200px;
  height: 250px;
}


/* Jarahi Pelk */

.jarahi-pelk-container {
  font-family: inherit;
  line-height: 1.8;
  text-align: justify;
  margin-top: 50px;
  margin-bottom: 50px;
}
.jarahi-pelk-container h2 {
  display: flex;
  flex-direction: column;
  text-align: center;
  align-items: center;
  color: #42b1b9;
}
.jarahi-pelk-container h5 {
  margin-top: 50px;
  color: #42b1b9;
}
.jarahi-pelk-container ul li {
  list-style-type: disc;
  margin-right: 30px;
}
.jarahi-pelk-container ul li span {
  font-weight: 500;
}
/* LIFT BASAN */
.lift-brazil-container {
  font-family: inherit;
  line-height: 1.8;
  text-align: justify;
  margin-top: 50px;
  margin-bottom: 50px;
  text-align: center;
}
.lift-brazil-container h2 {
  display: flex;
  flex-direction: column;
  text-align: center;
  align-items: center;
  color: #42b1b9;
}
.lift-brazil-container h5 {
  margin-top: 50px;
  color: #42b1b9;
}
.lift-brazil-container h6  {
  margin-top: 50px !important;
margin-bottom: 50px;
}
.lift-brazil-container h6 a {
  color: rgb(64, 92, 250);
}

/* GALLERY  */

.gallery-container {
  padding: auto auto;
  width: 100%;
background-color: #dcf8fa;
}
.gallery-container h2 {
  text-align: center;
  margin: 40px auto;
  color: #42b1b9;
  border-bottom: 1px solid #42b1b9;
  padding-bottom: 15px;
  width: 300px;
}
.gallery {
    /* padding: 0px 0px 7rem; */
    /* margin-top: -6.5rem; */
    background-color: #eee;
}

.gallery-carousel {
    direction: ltr;
}

.galleryTitle {
    padding: 3rem 0px 3rem;
    background-color: #eee;
}

.galleryTitle h2 {
    color: var(--secondary-color);
}

.gallery-item {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 30px auto;
    background: rgb(247, 247, 247);
    padding: 1rem;
    border-radius: var(--border-raduis-xs);
}

.gallery-box {
    align-items: flex-start;
    justify-content: center;
    position: relative;
    overflow: hidden;
    /* padding-bottom: 20px; */
    display: block;
    background: var(--primary-color);
    /* border-radius: 0.3rem; */
    width: auto !important;
}

.gallery-box img {
    width: 100%;
    transition: all 0.35s ease-in-out 0s;
    /* border-radius: 0.3rem; */
    background-color: var(--primary-color);
}

.gallery-item:hover img {
    transform: scale(1.05);
    border-radius: 0.3rem;
}

.gallery-hover {
    width: 100%;
    display: flex;
    flex-flow: column wrap;
    position: absolute;
    left: 0px;
    bottom: 0;
    top: 0;
    right: 0;
    color: rgb(255, 255, 255);
    background: rgba(0, 0, 0, 0.1);
    text-align: center;
    padding: 10px 30px;
    transition: all 0.35s ease-in-out 0s;
    justify-content: space-between;
}

.gallery-hover:hover {
    background: rgba(0, 0, 0, 0.35);
}

.gallery-hover .name {
    text-align: left;
    margin-top: 8px;
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    -ms-transform: translateY(10px);
    -o-transform: translateY(10px);
    transform: translateY(10px);
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    -o-transition: all 0.35s;
    transition: all 0.35s;
}

.gallery-hover:hover .name {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}

.gallery-bottom {
    display: flex;
    /* position: absolute; */
    z-index: 1;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    margin-top: 8px;
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    -ms-transform: translateY(10px);
    -o-transform: translateY(10px);
    transform: translateY(10px);
    justify-content: center;
    gap: 1rem;
    flex-direction: row-reverse;
}

.gallery-hover:hover .gallery-bottom {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}

.gallery-item:hover .gallery-hover {
    bottom: 0px;
    transform: translateY(0px);
}

.gallery-hover .link {
    display: block;
    width: 55px;
    height: 55px;
    border-radius: 50%;
    background: rgb(255, 255, 255);
    line-height: 60px;
    font-size: 21px;
    text-align: center;
    color: var(--primary-color);
    -webkit-transform: translateY(20%);
    -moz-transform: translateY(20%);
    -ms-transform: translateY(20%);
    -o-transform: translateY(20%);
    transform: translateY(20%);
    opacity: 0;
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    -o-transition: all 0.35s;
    transition: all 0.35s;
}

.gallery-hover:hover .link {
    opacity: 1;
    -webkit-transform: translateY(-13%);
    -moz-transform: translateY(-13%);
    -ms-transform: translateY(-13%);
    -o-transform: translateY(-13%);
    transform: translateY(-13%);
}

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

.gallery-content p {
    margin-top: 20px;
    line-height: 1.55;
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -o-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    -o-transition: all 0.35s;
    transition: all 0.35s;
    color: #ffffff !important;
    opacity: 0;
    font-size: 0.9rem;
}

.gallery-hover:hover .gallery-content p {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
}

.gallery-bottom .title a {
    font-size: 17px;
    color: var(--light-color);
}


/*----- gallery Bottom -----*/

.galleryBottom {
    padding: 4rem 0;
}

.popup-galleryBottom {
    margin-top: 5rem;
}

.galleryBottom__box {
    width: 100%;
    height: 300px;
    position: relative
}

.galleryBottom__box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.galleryBottom__box a {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    transition: all 0.4s;
    color: var(--light-color);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 25px;
    opacity: 0;
}

.galleryBottom__box a::before {
    position: absolute;
    content: '';
    width: 30px;
    height: 30px;
    border: 2px solid #fdc526;
    top: 15px;
    left: 15px;
    border-width: 2px 0 0px 2px;
    z-index: 3;
    opacity: 0;
}

.galleryBottom__box a::after {
    position: absolute;
    content: '';
    width: 30px;
    height: 30px;
    border: 2px solid #fdc526;
    bottom: 15px;
    right: 15px;
    border-width: 0px 2px 2px 0px;
    z-index: 3;
    opacity: 0;
}

.galleryBottom__box:hover a {
    background: #0000005e;
    opacity: 1;
}

.galleryBottom__box a:hover:before,
.galleryBottom__box a:hover:after {
    opacity: 1
}

#analog {
    margin: 0 auto 0 auto;
    display: flex;
    align-items: center;
    width: 150px;
}
@media(max-width:766px){
   .top-header-contact,.login {
       font-size: 12px;
   }  
   .top-header-social a {
       font-size: 13px;
   }
.top-header-social{
    margin-left:10px
}
    .search-form1{
        width:100%
    }
} 

@media(max-width:380px) {

    nav.main-nav {
        padding: 0;
        text-align: right;
    }
    .container-fluid {
    padding: 0;
    }
    section.header-nav {
    padding: 0;
    }
    .col-md-8.col-2 {
    padding: 0;
    }
    .container-fluid > .row > .col-12 {
    padding: 0;
    }
}

@media(max-width: 380px){
    .contact-details-box {
    width: 25px;
    height: 25px;
    margin-bottom: 5px;
}
}

@media(max-width: 380px) {
    a#contact-details {
    width: 35px;
    height: 35px;
    padding-bottom: px !important;
}
}

@media(max-width:380px) {
    .srchtxt {
         height: 25px;
         line-height: 1.1;
        font-size: 10px;

    }
}

@media(max-width:380px){
    .contact-details-holder {
        width: 300px;
    }
}
.video-mobile {
    display: none;
}
@media(max-width:766px){
  .video-mobile {
    display: block;
}  
    p.pt-4{
       text-align:
       center;
        font-weight:700
    ;
       margin-top: 60px;
       font-size: 18px;
       line-height: 1.5;
    }
   p.pt-4 a  {
     color:#5ebcc2!important;
    }
    .video-desk {
    display: none;
}
    .parallax__box p{
        width:100%;
        margin-bottom:0
    }
}

.loader img {
            height: 120px;
            width: 120px;
            animation: spinlogo 2s linear infinite;
        }
  
        @keyframes spinloader {
            0% {
                transform: rotate(0deg);
            }
  
            100% {
                transform: rotate(360deg);
            }
        }
  
        @keyframes spinlogo {
            0% {
                transform: rotate(360deg);
            }
  
            100% {
                transform: rotate(0deg);
            }
        }

.loader {
    position: fixed;
    z-index: 99;
    right: 50%;
    top: 57%;
    text-align: center;
}
.loader{
    color:#000;
    font-size:18px;
    font-weight:700
}
@media(max-width:767px){
    .loader {
          right: 32%;
    }
.logo-mobile{
width:100%!important;
}
    .logo{
        padding:0;
        margin-top:10px
    }
}
@media (max-width: 766px) {
.main-header.scroll-fixed .col-md-7.col-8 {
    padding: 0;
}
#navbarSupportedContent {
    background-color: #5ebcc2;
    position: relative;
    position: absolute;
    right: -15px;
    width: 120%;
    top: 80px;
    z-index: 99;
}
    .dropdown-submenu a {
        font-size: 12px;
    }
    #navbarSupportedContent li{
        /* width:100%; */
        border-bottom:1px solid #fff;
        padding-right: 20px;
        width: 100%;
    }
}

.slide__buttons {
margin: 3rem 0rem 0rem 0rem;
}
section.clips {}
.col-lg-4.col-md-4.col-sm-12.col-xs-12.video {
  text-align: center;
}
.video-detail h3 {
  margin-top: 20px;
  font-size: 23px;
}
.video--play-box.align-items-center.video-img {
  position: relative;
}
a.video-pop {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #50a0d4;
  height: 50px;
  width: 50px;
  line-height: 55px;
  background: #fff;
  text-align: center;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 0 0px rgba(80, 160, 212, 0.9);
  box-shadow: 0 0 0 0px rgba(80, 160, 212, 0.9);
  -webkit-animation: pulseservices2 0.8s infinite cubic-bezier(0.66, 0, 0, 1);
  animation: pulseservices2 0.8s infinite cubic-bezier(0.66, 0, 0, 1);
}
.th-primary {
    background: #5fb2b8;
    color: #fff!important;
    border: 1px solid #5fb2b8;
    border-radius: 30px;
    -webkit-box-shadow: 0px 0px 20px 0px rgb(95 178 184 / 48%);
    box-shadow: 0px 0px 20px 0px rgb(95 178 184 / 48%);
    padding: 8px 10px 8px 10px;
    font-size: 15px;
    display: inline-block;
}
.video-title h2 {
    font-size: 20px;
    padding: 10px 20px;
    line-height: 1.5;
    color: #49484e;
    font-weight: 500;
}
.video-title h2 a{
        transition: .4s;
}
.section-title {
    font-size: 30px;
    line-height: 30px;
    padding: 0 0 30px;
    margin: 0 0 30px;
    /* display: inline-block; */
    position: relative;
    background-image: url(../../../uploads/298ac317-840d-4b73-9030-7a84c662f0a4-shape-2.png);
    background-repeat: no-repeat;
    background-position: center 46px;
    font-weight: 700;
    text-align: center;
}
.section-title:before {
    position: absolute;
    right: 0;
    bottom: 5px;
    height: 1px;
    width: 40%;
    background: #ccc;
    content: "";
}
.section-title:after {
    position: absolute;
    left: 0;
    bottom: 5px;
    height: 1px;
    width: 40%;
    background: #ccc;
    content: "";
}
.popup-video {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: #50a0d4;
    height: 50px;
    width: 50px;
    line-height: 55px;
    background: #fff;
    text-align: center;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 0 0px rgb(80 160 212 / 90%);
    box-shadow: 0 0 0 0px rgb(80 160 212 / 90%);
    -webkit-animation: pulseservices2 0.8s infinite cubic-bezier(0.66, 0, 0, 1);
    animation: pulseservices2 0.8s infinite cubic-bezier(0.66, 0, 0, 1);
}
@keyframes pulseservices2 {
    to {
        -webkit-box-shadow: 0 0 0 15px rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 15px rgba(255, 255, 255, 0)
    }
}
.video-detail p {
    padding-bottom: 15px;
}
.video-detail {
    margin-bottom: 40px;
    text-align: center;
}
.nose-surgery h1{
    font-size: 24px;
    color: #5ebcc2;
    text-shadow: #5ebcc2;
}
.nose-surgery p {
    text-align: justify;
    line-height: 2;
}
.nose-surgery h2 {
    font-size: 20px; 
}
.nose-surgery h2::before {
    border-bottom: 2px solid #5ebcc2;
    content: '';
    position: absolute;
    bottom: 47%;
    right: 3%;
    left: 35%;
}

.nose-surgery li{
    list-style: circle;
}
.nose-surgery .first-image{
    position: relative;
}
.nose-surgery .second-image{
    position: relative;
    margin-top:-1.5rem
}
.nose-surgery .third-image{
    position: relative;
}
.first-image::before{
    border: 5px solid #5ebcc2;
    content: '';
    position: absolute;
    top: 30px;
    bottom: -20px;
    right: -20px;
    left: 30px;
    z-index: -1; 
}
.second-image::before{
    border: 5px solid #5ebcc2;
    content: '';
    position: absolute;
    top: 30px;
    bottom: -20px;
    right: 30px;
    left: -20px;
    z-index: -1;
}
.third-image::before{
    border: 5px solid #5ebcc2;
    content: '';
    position: absolute;
    top: -20px;
    bottom: 30px;
    right: -20px;
    left: 30px;
    z-index: -1;
}
.first-image img {
     transition-duration: 0.4s;
}
.second-image img {
     transition-duration: 0.4s;
}
.third-image img {
     transition-duration: 0.4s;
}
.first-image img:hover{
    transform: translate(20px, 20px);

}
.second-image img:hover{
    transform: translate(-20px, 20px);
}
.third-image img:hover{
    transform: translate(20px, -20px);
}

.tik-header {
    display: flex;
}
.tik-header::before{
    font-size: 20px;
    color: #5ebcc2;
}

.tik-header h5 {
    margin-right: 10px;
    font-family: 'IRANSans';
}
.tik-header strong {
    color: #f7847e;
}
.box-card {
    background-color: #5ebcc2;
    display: flex;
    justify-content: center;
    padding: 1.5rem 0.5rem 0.75rem 0.5rem;
    border-radius: 20px;
    border: 2px solid #5ebcc2;
    color: white;
    transition: 0.6s;
}
.box-card p{
    text-align: center;
}
.box-card-2 p{
    text-align: center;
}
.box-card:hover {
    background-color: white;
    border: 2px solid #5ebcc2;
    color:  #5ebcc2;
}
.box-card-2 {
    background-color: #f7847e;
    display: flex;
    justify-content: center;
    padding: 1.5rem 0.5rem 0.75rem 0.5rem;
    border-radius: 20px;
    border: 2px solid #f7847e;
    color: white;
    transition: 0.6s;
}
.box-card-2:hover {
    background-color: white;
    border: 2px solid #f7847e2;
    color:  #f7847e;
}
.header-h5::before {
    border-bottom: 2px solid #5ebcc2;
    content: '';
    position: absolute;
    bottom: 85%;
    right: 1.5%;
    left: 50%;
}
.header-h5-2::before {
    border-bottom: 2px solid #5ebcc2;
    content: '';
    position: absolute;
    bottom: 76%;
    right: 1.5%;
    left: 65%;
}
.header-h5-3::before {
    border-bottom: 2px solid #5ebcc2;
    content: '';
    position: absolute;
    bottom: 70%;
    right: 1.5%;
    left: 65%;
}
.header-h5-4::before {
    border-bottom: 2px solid #5ebcc2;
    content: '';
    position: absolute;
    bottom: 76%;
    right: 1.5%;
    left: 45%;
}
.header-h5-5::before {
    border-bottom: 2px solid #5ebcc2;
    content: '';
    position: absolute;
    bottom: 72%;
    right: 1.5%;
    left: 65%;
}
.header-h5-6::before {
    border-bottom: 2px solid #5ebcc2;
    content: '';
    position: absolute;
    bottom: 72%;
    right: 1.5%;
    left: 50%;
}
.header-h5-7 ::before {
    border-bottom: 2px solid #5ebcc2;
    content: '';
    position: absolute;
    bottom: 90%;
    right: 1.5%;
    left: 45%;
}
.header-h5-8 ::before {
    border-bottom: 2px solid #5ebcc2;
    content: '';
    position: absolute;
    bottom: 80%;
    right: 1.5%;
    left: 55%;
}
.header-h5-9 ::before {
    border-bottom: 2px solid #5ebcc2;
    content: '';
    position: absolute;
    bottom: 65%;
    right: 1.5%;
    left: 55%;
}
button.btn.btn-link.collapsed {
    color: #5ebcc2;
    text-decoration: none;
}

#accordion .btn-link {
    font-weight: 400;
    color: #5ebcc2;
    text-decoration: none
}

#accordion .btn-link:hover {
    color: #f7847e;
    text-decoration: none
}
#accordion .card-body p{
    padding: 1rem 2rem;
}

.nose-surgery-sec04 li {
    text-align: justify;
    margin-bottom: 15px;
    font-family: 'IRANSans';
    list-style-type: none;
    line-height: 1.5;
}
.avarez{
    display: flex;
}
.avarez::before{
    font-size: 20px;
    color: #5ebcc2;
    font-family: 'FontAwesome';
    padding-left: 10px;
}
.ul-shadow-box {
    font-weight: 500;
    margin: 30px auto;
    border-radius: 10px;
    padding: 30px 30px 30px 60px;
    box-shadow: rgb(100 100 111 / 20%) 0px 7px 29px 0px;
    line-height: 2;
}
.ul-shadow-box li{
    list-style-type: disclosure-closed !important
    ;
}

.box-center{
    padding-top: 20px;
}
.warning p{
    text-align: center;
}


.carousel-picture-box{
	margin: 12% auto;
	width: 210px;
	height: 270px;
	position: relative;
	perspective: 1000px;
}
#carousel-picture{
	width: 100%;
	height: 100%;
	position: absolute;
	transform-style: preserve-3d;
	animation: rotation 20s infinite linear;
}
#carousel-picture:hover{
	animation-play-state: paused;
}
#carousel-picture figure{
	display: block;
	position: absolute;
	width: 250px;
	height: 250px;
	left: 10px;
	top: 10px;
	background: black;
	overflow: hidden;
	border: solid 5px #5ebcc2e;
}
#carousel-picture figure:nth-child(1){transform: rotateY(0deg) translateZ(388px);}
#carousel-picture figure:nth-child(2) { transform: rotateY(40deg) translateZ(388px);}
#carousel-picture figure:nth-child(3) { transform: rotateY(80deg) translateZ(388px);}
#carousel-picture figure:nth-child(4) { transform: rotateY(120deg) translateZ(388px);}
#carousel-picture figure:nth-child(5) { transform: rotateY(160deg) translateZ(388px);}
#carousel-picture figure:nth-child(6) { transform: rotateY(200deg) translateZ(388px);}
#carousel-picture figure:nth-child(7) { transform: rotateY(240deg) translateZ(388px);}
#carousel-picture figure:nth-child(8) { transform: rotateY(280deg) translateZ(388px);}
#carousel-picture figure:nth-child(9) { transform: rotateY(320deg) translateZ(388px);}

#carousel-picture img{
	cursor: pointer;
	transition: all .5s ease;
}
#carousel-picture img:hover{
  transform: scale(1.2,1.2);
}

@keyframes rotation{
	from{
		transform: rotateY(0deg);
	}
	to{
		transform: rotateY(360deg);
	}
}
@media (max-width: 1000px){
    .nose-surgery-sec01 p{
        font-size: 12px;
    }
    .nose-surgery-sec01 li{
        font-size:12px;
    }
    
    
}
@media (max-width:768px){

    
    .first-image{
        
        margin-bottom: 3rem;
    }
    .second-image{
        /* margin-top: 3rem; */
        margin-top: 3rem !important;
    }
    .third-image{
        
        margin-bottom: 3rem;
    }
    .nose-surgery-sec01 p{
        font-size: 16px;
    }
    .nose-surgery-sec01 li{
        font-size:16px;
    }
    .box-card-2{
        margin: 10px 0px;
    }
    .box-card{
        margin: 10px 0px;
    }
    .nose-surgery h5,
    .nose-surgery h2{
        /* text-align: center; */
        line-height: 2;
    }
    .header-h5-3::before {
    
    bottom: 80%;
    
}
    .nose-surgery-sec04 ul {
        padding-right: 0rem;
    }
    .ul-shadow-box {
    padding: 30px 0px 30px 30px;
    
}
        .header-h5-7 ::before {
   
    bottom: 92%;
    
}
    .header-h5-8 ::before {
   
    bottom: 87%;
    
}
    .header-h5-9 ::before {
    
    bottom: 75%;
    
}
    .header-h5::before {
    
    bottom: 87%;
   
}
#carousel-picture figure{
	
	width: 200px;
	height: 200px;
}

    #carousel-picture figure:nth-child(1){transform: rotateY(0deg) translateZ(288px);}
#carousel-picture figure:nth-child(2) { transform: rotateY(40deg) translateZ(288px);}
#carousel-picture figure:nth-child(3) { transform: rotateY(80deg) translateZ(288px);}
#carousel-picture figure:nth-child(4) { transform: rotateY(120deg) translateZ(288px);}
#carousel-picture figure:nth-child(5) { transform: rotateY(160deg) translateZ(288px);}
#carousel-picture figure:nth-child(6) { transform: rotateY(200deg) translateZ(288px);}
#carousel-picture figure:nth-child(7) { transform: rotateY(240deg) translateZ(288px);}
#carousel-picture figure:nth-child(8) { transform: rotateY(280deg) translateZ(288px);}
#carousel-picture figure:nth-child(9) { transform: rotateY(320deg) translateZ(288px);}
    
    
    
    
}
.carousel-picture-box-2{
	margin: 4% auto;
	width: 210px;
	height: 140px;
	position: relative;
	perspective: 1000px;
}
#carousel-picture-2{
	width: 100%;
	height: 100%;
	position: absolute;
	transform-style: preserve-3d;
	animation: rotation 20s infinite linear;
}
#carousel-picture-2:hover{
	animation-play-state: paused;
}
#carousel-picture-2 figure{
	display: block;
	position: absolute;
	width: 186px;
	height: 116px;
	left: 10px;
	top: 10px;
	background: #5ebcc2;
	overflow: hidden;
	border: solid 5px #5ebcc2;
}
#carousel-picture-2 figure:nth-child(1){transform: rotateY(0deg) translateZ(288px);}
#carousel-picture-2 figure:nth-child(2) { transform: rotateY(40deg) translateZ(288px);}
#carousel-picture-2 figure:nth-child(3) { transform: rotateY(80deg) translateZ(288px);}
#carousel-picture-2 figure:nth-child(4) { transform: rotateY(120deg) translateZ(288px);}
#carousel-picture-2 figure:nth-child(5) { transform: rotateY(160deg) translateZ(288px);}
#carousel-picture-2 figure:nth-child(6) { transform: rotateY(200deg) translateZ(288px);}
#carousel-picture-2 figure:nth-child(7) { transform: rotateY(240deg) translateZ(288px);}
#carousel-picture-2 figure:nth-child(8) { transform: rotateY(280deg) translateZ(288px);}
#carousel-picture-2 figure:nth-child(9) { transform: rotateY(320deg) translateZ(288px);}

#carousel-picture-2 img{
	
	cursor: pointer;
	transition: all .5s ease;
}
#carousel-picture-2 img:hover{
	-webkit-filter: grayscale(0);
  transform: scale(1.2,1.2);
}

@keyframes rotation{
	from{
		transform: rotateY(0deg);
	}
	to{
		transform: rotateY(360deg);
	}
}

.nose-surgery h5,
.nose-surgery h2
{
    color:#5ebcc2
} 
.nose-surgery h2::before{
    border:none  
}
.nose-surgery h2{
    font-size: 24px;
}


.ass-surgery .box-content {
    margin-top: 20px;
    box-shadow: #808080 3px 2px 8px 2px;
    padding: 30px 40px;
    border-radius: 20px;
    border: 2px solid #5ebcc2;
}

.nose-surgery .first-section-pic{
    position: relative;
    margin: 2rem 2rem;
    text-align: left;
}
.nose-surgery .second-section-pic{
    position: relative;
    margin: 2rem 0rem;
}
.nose-surgery .third-section-pic{
    position: relative;
    margin: 2rem 2rem;
    text-align: left;
}
.nose-surgery .four-section-pic{
    position: relative;
    margin: 2rem 0rem;
}
.first-section-pic::before{
    border: 5px solid #5ebcc2;
    content: '';
    position: absolute;
    top: 35px;
    bottom: -19px;
    right: 230px;
    left: -18px;
    z-index: -1;
}
.second-section-pic::before{
    border: 5px solid #5ebcc2;
    content: '';
    position: absolute;
    top: 35px;
    bottom: -20px;
    right: -20px;
    left: 293px;
    z-index: -1;
}
.third-section-pic::before{
    border: 5px solid #5ebcc2;
    content: '';
    position: absolute;
    top: -17px;
    bottom: 30px;
    right: 232px;
    left: -18px;
    z-index: -1;
}
.four-section-pic::before{
    border: 5px solid #5ebcc2;
    content: '';
    position: absolute;
    top: -20px;
    bottom: 30px;
    right: -20px;
    left: 294px;
    z-index: -1;
}
.first-section-pic img {
     transition-duration: 0.4s;
}
.second-section-pic img {
     transition-duration: 0.4s;
}
.third-section-pic img {
     transition-duration: 0.4s;
}
.four-section-pic img {
     transition-duration: 0.4s;
}
.first-section-pic img:hover{
    transform: translate(-20px, 20px);

}
.second-section-pic img:hover{
    transform: translate(20px, 20px);
}
.third-section-pic img:hover{
    transform: translate(-20px, -20px);
}
.four-section-pic img:hover{
    transform: translate(20px, -20px);
}
.first-section-pic img,
.second-section-pic img,
.third-section-pic img,
.four-section-pic img
{
    width: 240px;
    height: 200px;
}

.arm-2 .box-card{
    border-radius: 50%;
    width: 220px;
    height: 220px;
} 
.arm-2 .box-card-2{
    border-radius: 50%;
    width: 220px;
    height: 220px;
} 
.arm-2 .box-card p{
    margin: auto;
} 
.arm-2 .box-card-2 p{
    margin: auto;
} 
.ul-run li {
    list-style-type: disc;
    line-height: 1.75;
}
.lift-run .box-content{
    min-height: 400px;
}
.lift-run-3 .box-content{
    min-height: 306px;
    transition:0.4s
}
.lift-run-3 .box-content:hover{
    transform: translateY(-20px);
    
}



.social-father {
    position: fixed;
    left: 3%;
    bottom: 10%;
    transition: 0.4s;
    z-index: 99;
}
.social-father img{
   width: 80px;
   border-radius: 50%;
   
}
.social-father:hover .social-container-icon {
    opacity: 1;
   
}
.social-container-icon {
    position: absolute;
    bottom: 120%;
    left: 25%;
    opacity: 0;
    transition: 0.8s;
}
.social-container-icon-icon {
    width: 40px;
    margin: 10px 0px;
}
.contact-details-logo li {
    /* text-align: right; */
    line-height: 0.75;
}
.contact-details-logo ul {
   padding-right: 7px;
   margin-bottom: 30px;
}
.d-none.d-md-block.social-section-five {
    width: 50%;
}

#carouselExampleIndicators button {
     background: #5ebcc2;
     border-radius: 20px;
     padding: 10px 30px;
     border: none;
}

#carouselExampleIndicators button a{
     
     color: white; 
}

.gardan .box-card{
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 15px 0px 0px 0px;
    margin-top: 30px;
}
.gardan .box-card p{
  font-size: 14px;
}
.gardan .box-card-2{
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 15px 0px 0px 0px;
    margin-top: 30px;
}
.gardan .box-card-2 p{
  font-size: 14px;
}
.faq {
  background-image: url(../../../uploads/8918d81e-119f-45a3-b6bb-a6612cd8ac25-bg-big.jpg);
  background-size: cover;
  background-position: center;
  padding: 90px 0 0;
}
.faq .card {
  background-color: #ffffff;
  border-radius: 10px !important;
  box-shadow: 0px 10px 34px 0px rgb(27 35 40 / 6%);
  margin-bottom: 10px;
  padding: 15px 20px;
  border: none;
}
.fas.fa-plus-circle {
  font-size: 30px;
  color: #f7847e;
  font-family: 'FontAwesome';
  line-height: 1.1;
  margin-left: 5px;
}
.faq .card-header {
  border-bottom: none;
  border-radius: 30px !important;
}

.faq .card-body {margin-top: 20px;padding: 10px 25px;}
.collapsed[aria-expanded="false"] .rotate-icon::before {
  content: "\f107";
}
.faq .mb-0 {
  padding-top: 5px;
  line-height: 1.5;
}
.title-slider {
  font-size: 45px;
  font-weight: 800;
  display: block;
  margin-top: -0.05em;
  color: #229a95;
  line-height: 1.5;
}

.faq .text-section {
  font-size: 27px;
  color: #0c2e51;
  font-weight: 700;
  padding-top: 0;
}
.gardan h2::before {
    border: 0;
}
.nose-surgery-sec01.gardan h2{
    margin: 0;
} 
.nose-surgery-sec01.gardan h2:nth-child(2){

    color: #f7847e;
} 
.tik-circle::before {
    color: #f7847e;
    border-radius: 50%;
    border: 2px solid #f7847e;
    width: 30px;
    height: 30px;
    line-height: 1.2;
    text-align: center;
    margin-top: -4px;
}
.gosh .box-content{
    min-height: 559px;
}


.gosh tr{
    text-align: center;
    
}
.gosh .table-responsive th,.sidepage .table-responsive tr{
    text-align: center;
}
.gosh .table-responsive tr:nth-child(odd){
    background-color: #5ebcc230;
}
.gosh .table-responsive tr:nth-child(1){
    background-color: #5ebcc2;
    font-size: 18px;
    color: white;
}
.lift-gardan .box-content{
    min-height: 335px;
}
.chane #accordion button{
    padding: 10px;
}
.sorat .box-card ,
.sorat .box-card-2 {
    padding: 1.5rem 3rem 0.75rem 3rem;
}
.sorat .avarez {
    display: block;
    padding: 8px 0;
}
.sorat .avarez li{
    text-align: justify;
    margin-bottom: 15px;
    font-family: 'IRANSans';
    list-style-type: none;
    line-height: 1.5;
}
.sorat .avarez strong{
    padding-left: 7px;
}
.highlight-question {
    font-weight: 500;
    margin: 30px auto;
    border-radius: 10px;
    padding: 30px 30px 30px 60px;
    box-shadow: #5ebcc2 0px 1px 29px 0px;
    line-height: 2;
    width: 80%;
    text-align: center !important;
    background-image: linear-gradient(180deg, #fff 0%, #5ebcc247 100%);
}
.highlight-question p {
   text-align: center;
   /* color: #f7847e; */
}
.sorat .tic-class .fas{
    font-size: 20px;
    background: #5ebcc2;
    color: white;
    border: 2px solid #5ebcc2;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    text-align: center;
    line-height: 1.5;
    margin: 10px 0px 0px 10px;
    transition: 0.2s;
}
.sorat .tic-class .fas:hover{
    background:  white;
    color: #5ebcc2;
    border: 2px solid #5ebcc2;
}
.sorat .tic-class {
   display: flex;
   align-items: baseline;
}
.sorat h6{
    margin-top: 15px;
    color: #f7847e;
    font-weight: 600;
    font-size: 20px;
}
.sorat .lift-contant {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
    margin-top: -15px;
}
.sorat .type-lift{
    box-shadow: rgb(100 100 111 / 20%) 0px 7px 29px 0px;
    padding: 45px 30px 30px 60px;
    border-radius: 10px;
    margin: 40px 0;
}
.title.customes-title:after {
   left: auto;
}
@media (max-width: 768px) {
    .title.customes-title {
        margin-bottom: 20px !important;
        text-align: center;
}
    .comment__img  {
        padding: 0 40px;
        margin-top: 40px;
}
    .owl-dots {
        right: 22%;
}
    .title.customes-title:after {
        right: 20%;
}
    .comment {
  padding-bottom: 7rem;
}
    
}

.landing .avarez{
    display: flex;
    flex-direction: column;
    position: relative;
    box-shadow: rgb(100 100 111 / 20%) 0px 7px 29px 0px;
    transition: 0.4s;
    margin: 20px 0;
    padding: 30px;
    border-radius: 9px;
    /* min-height: 200px; */
    background-color: white;
}
.landing .avarez h5{
   margin-right: 35px;
   transition: 0.4s;
}
.landing .avarez p{
    margin-bottom: 4rem;
}
.landing .avarez::before{
    position: absolute;
    content: "\f177";
    font-size: 24px;
    font-family: 'FontAwesome';
}


.landing li:hover{
    transform: translateX(-10px);
}
.landing .avarez:hover h5{
    color: #f7847e;
    
}
.landing .avarez .btn{
    width: fit-content;
    padding: 10px 30px;
    border: 1px solid #f7847e;
    position: absolute;
    left: 5%;
    bottom: 15%;
    background-color: white;
    color:#f7847e;
}
.landing .avarez .btn:hover{
      background-color: #f7847e;
      color: white;

}

@media (max-width: 768px) {

    .landing ul{
        margin: 0;
        padding: 0;
    }

    .landing .avarez .btn{
        left: 25%;
        bottom: 5%;
}
    
}
.call-icon {
    position: fixed;
    right: 3%;
    bottom: 10%;
    transition: 0.4s;
    z-index: 99;
}
.call-icon .social-container-icon-icon {
    width: 60px;
}
