@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");
}

:root {
    --first-color: 254, 204, 0;
    --second-color: 255, 149, 0;
    --third-color: 115, 115, 115;
    --black-custome: 43, 42, 41;
    --white-custome: 255, 255, 255;
    --radius-size: 25px;
    --shadow-custome: #909090 0px 0px 10px 2px;
}

body {
    font-family: IRANsans;
    direction: rtl;
    text-align: right;
    overflow-x: hidden;
    font-size: 16px;
    background-color: rgb(var(--white-custome));
    color: rgb(var(--black-custome));
}

html {
    overflow-x: hidden;
    scroll-behavior: smooth;
}

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

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

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

.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 {
    border-top: solid 4px #eef4f7;
}

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

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

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

    .hero img {
        margin-bottom: 2.5rem;
        width: 100%;
        border-radius: 0 0 var(--radius-size) var(--radius-size) ;
    }

    @media (max-width: 768px) {
        .hero img {
            margin: 1rem 1rem 0px 1rem;
            width: calc(100% - 2rem);
            border-radius:  var(--radius-size);
        }
    }

    .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: center;
    align-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 1;
}

    .main-body .container.hero .col.text-center h1 {
        font-size: 40px;
        letter-spacing: 1px;
        color: white;
        background: rgba(0, 0, 0, 0.73);
        width: 41%;
        border-radius: 10px;
        text-align: center;
        padding: 0;
    }

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

.login a {
    color: #fff;
}

.top-header {
    /* border-bottom: 1px solid rgba(255, 255, 255, 0.4); */
    /* padding: 5px 0; */
}

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

.top-header {
    /* border-bottom: 1px solid rgba(255, 255, 255, 0.4); */
    /* padding: 5px 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: #0a0907 none repeat scroll 0 0;
    padding: 50px 0 20px;
    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: 25px 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;
}

    .nav-item .nav-link:hover {
        color: #ec0e21;
    }

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

.navbar-nav li {
    cursor: pointer;
    font-size: 15px;
    font-weight: 300;
}

.dropdown-item {
    padding: 0.5rem 1rem 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 {
    position: relative;
}

    .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 {
    color: #fff;
    font-weight: 500;
    font-size: 15px;
    margin: auto 10px;
    transition: 0.3s;
    font-family: 'IRANSans';
    text-align: center;
}

    .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 .visuallyHidden {
    position: absolute;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
}

.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;
    align-items: center;
    height: auto;
    padding: 20px 0;
}

@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: static;
        float: none;
    }

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

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

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

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

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

.navbar-nav {
    flex-wrap: wrap;
}
/*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;
        display: none;
    }

        .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; */
    height: 100% !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;
}

.row.insidepaging {
    display: block;
}

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 img {
        /* height: 550px !important; */
        object-fit: cover;
    }

    .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 {
    /* overflow: hidden; */
    margin: 50px 0;
}

.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: 270px;
}

.contact-icon {
    border: 2px solid #da1d25;
    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: #da1d25;
    }

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

.single-post-box .post-content .container {
    width: 100% !important;
}
/* End of Map */



/*GalleryAdvanced ----- START -----*/
#gallery {
    padding-top: 40px;
}

@media screen and (min-width: 991px) {
    #gallery {
        padding: 0px 30px 0 30px;
        margin: 0;
    }
}

.img-wrapper {
    position: relative;
    margin-top: 15px;
    
}

    .img-wrapper img, .img-wrapper video {
        width: 100%;
        /* height: 278px; */
        object-fit: cover;
        border-radius: var(--radius-size);
    }

.col-lg-8.col-md-6.col-sm-6.col-12.image img {
    height: 570px !important;
    max-height: 570px !important;
}

.col-lg-4.col-md-6.col-sm-6.col-12.image .col-12.image {
    padding: 0;
}

.img-overlay {
    background: rgba(0, 0, 0, 0.7);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    border-radius: var(--radius-size);
}

    .img-overlay i {
        color: #fff;
        font-size: 3em;
    }

#overlay {
    background: rgba(0, 0, 0, 0.7);
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 999;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    #overlay img {
        margin: 0;
        width: 80%;
        height: auto;
        object-fit: contain;
        padding: 5%;
    }

@media screen and (min-width: 768px) {
    #overlay img {
        width: 60%;
    }
}

@media screen and (min-width:1200px) {
    #overlay img {
        width: 50%;
    }
}

@media(min-width:576px) and (max-width:991px) {
    .col-lg-8.col-md-6.col-sm-6.col-12.image img {
        height: 278px !important;
    }

    #image-gallery .col-lg-4.col-md-6.image:last-child {
        max-width: 100%;
        flex: 0 0 100%;
    }
}

#nextButton {
    color: #fff;
    font-size: 2em;
    transition: opacity 0.8s;
}

    #nextButton:hover {
        opacity: 0.7;
    }


@media screen and (min-width:768px) {
    #nextButton {
        font-size: 3em;
    }
}

#prevButton {
    color: #fff;
    font-size: 2em;
    transition: opacity 0.8s;
}

    #prevButton:hover {
        opacity: 0.7;
    }

@media screen and (min-width:768px) {
    #prevButton {
        font-size: 3em;
    }
}

#exitButton {
    color: #fff;
    font-size: 2em;
    transition: opacity 0.8s;
    position: absolute;
    top: 15px;
    right: 15px;
}

    #exitButton:hover {
        opacity: 0.7;
    }

@media screen and (min-width:768px) {
    #exitButton {
        font-size: 3em;
    }
}

#gallery .rounded {
    width: 330px;
    height: 330px;
    border-radius: .25rem !important;
    margin-bottom: 30px;
    object-fit: cover;
}

.ekko-lightbox-nav-overlay {
    z-index: 1;
    position: absolute;
    top: 50%;
    width: 100%;
    height: 100%;
}

    .ekko-lightbox-nav-overlay a {
        transition: opacity .5s;
        color: #6b6a6a;
        font-size: 30px;
        z-index: 1;
        position: absolute;
    }

        .ekko-lightbox-nav-overlay a span {
            padding: 0 30px;
        }

        .ekko-lightbox-nav-overlay a > * {
            flex-grow: 1;
        }

        .ekko-lightbox-nav-overlay a:nth-child(1) {
            right: -30px;
        }

        .ekko-lightbox-nav-overlay a:nth-child(2) {
            left: 0;
        }

/*GalleryAdvanced ----- END -----*/

/*news-rahimi-test -----START-----*/
.vertical-carousel-news-content {
    margin: 20px 0;
}

    .vertical-carousel-news-content .slick-list {
        height: 100% !important;
    }

    .vertical-carousel-news-content .slick-track {
        height: 100% !important;
    }

    .vertical-carousel-news-content .card.list-item-news.cardview2 {
        height: 100%;
        /* background-color: #f0f0f0; */
    }

        .vertical-carousel-news-content .card.list-item-news.cardview2 .row.nv2-r1 {
            height: 100%;
            width: 100%;
        }

            .vertical-carousel-news-content .card.list-item-news.cardview2 .row.nv2-r1 .p-0.nv2-r2 {
                width: 25%;
            }

        .vertical-carousel-news-content .card.list-item-news.cardview2 .card-body {
            width: 75% !important;
            padding: 25px 50px 30px 10px !important;
        }

        .vertical-carousel-news-content .card.list-item-news.cardview2 .row.nv2-r1 .p-0.nv2-r2 a {
            position: relative;
        }

    .vertical-carousel-news-content img {
        width: 100% !important;
        float: right;
        padding: 0 !important;
    }

    .vertical-carousel-news-content a.btn.btn-outline-info {
        border: none;
        position: relative;
        color: black !important;
    }

        .vertical-carousel-news-content a.btn.btn-outline-info:hover {
            background: none !important;
            color: red !important;
        }

        .vertical-carousel-news-content a.btn.btn-outline-info::before {
            content: "\f177";
            font-size: 30px;
            position: absolute;
            top: -2px;
            left: -29px;
            /* right: 0; */
            display: inline-block;
            transition: 0.4s;
            font-family: "FontAwesome";
        }

        .vertical-carousel-news-content a.btn.btn-outline-info:hover::before {
            transform: translateX(-10px);
        }

@media (max-width: 768px) {
    .vertical-carousel-news-content .card.list-item-news.cardview2 .row.nv2-r1 .p-0.nv2-r2 {
        width: 100%;
    }

    .vertical-carousel-news-content .slick-list img {
        width: 100% !important;
    }

    .vertical-carousel-news-content .card.list-item-news.cardview2 .row.nv2-r1 {
        padding: 0;
        margin: 0;
    }

    .vertical-carousel-news-content .card.list-item-news.cardview2 .card-body {
        padding-right: 10px !important;
    }
}


/*news-rahimi-test -----END-----*/

/* gallary changed by rahimi start */

#gallery .row.insidepaging {
    display: block;
    margin-top: 20px;
}

#nextButton .fa-chevron-right::before {
    content: "\f053";
    margin-right: 20px;
}

#prevButton .fa-chevron-left::before {
    margin-left: 20px;
    content: "\f054";
}
/* gallary changed by rahimi end */


/*locationmap- view3 - mapbox -----START-----*/



* {
    box-sizing: border-box;
}

.sidebar {
    position: absolute;
    width: 33.3333%;
    height: 100%;
    top: 0;
    left: 0;
    overflow: hidden;
    border-right: 1px solid rgba(0, 0, 0, 0.25);
}

.pad2 {
    padding: 20px;
}

h1 {
    font-size: 22px;
    margin: 0;
    font-weight: 400;
    line-height: 20px;
    padding: 20px 2px;
}

a {
    color: #404040;
    text-decoration: none;
}

    a:hover {
        color: #101010;
    }

.heading {
    background: #fff;
    border-bottom: 1px solid #eee;
    min-height: 60px;
    line-height: 60px;
    padding: 0 10px;
    background-color: #00853e;
    color: #fff;
}

.listings {
    height: 100%;
    overflow: auto;
    padding-bottom: 60px;
}

    .listings .item {
        border-bottom: 1px solid #eee;
        padding: 10px;
        text-decoration: none;
    }

        .listings .item:last-child {
            border-bottom: none;
        }

        .listings .item .title {
            display: block;
            color: #00853e;
            font-weight: 700;
        }

            .listings .item .title small {
                font-weight: 400;
            }

            .listings .item.active .title,
            .listings .item .title:hover {
                color: #8cc63f;
            }

        .listings .item.active {
            background-color: #f8f8f8;
        }

/*::-webkit-scrollbar {
        width: 3px;
        height: 3px;
        border-left: 0;
        background: rgba(0, 0, 0, 0.1);
    }

    ::-webkit-scrollbar-track {
        background: none;
    }

    ::-webkit-scrollbar-thumb {
        background: #00853e;
        border-radius: 0;
    }*/

.marker {
    border: none;
    cursor: pointer;
    height: 56px;
    width: 56px;
    background-image: url(marker.png);
}

/* Marker tweaks */
.mapboxgl-popup {
    padding-bottom: 50px;
}

.mapboxgl-popup-close-button {
    display: none;
}

.mapboxgl-popup-content {
    font: 400 15px/22px 'Source Sans Pro', 'Helvetica Neue', sans-serif;
    padding: 0;
    width: 180px;
}

    .mapboxgl-popup-content h1 {
        background: #91c949;
        color: #fff;
        margin: -15px 0 0;
        padding: 10px;
        border-radius: 3px 3px 0 0;
        font-weight: 700;
    }

    .mapboxgl-popup-content h4 {
        margin: 0;
        padding: 10px;
        font-weight: 400;
    }

    .mapboxgl-popup-content div {
        padding: 10px;
    }

.mapboxgl-popup-anchor-top > .mapboxgl-popup-content {
    margin-top: 15px;
}

.mapboxgl-popup-anchor-top > .mapboxgl-popup-tip {
    border-bottom-color: #91c949;
}

.mapboxgl-ctrl-geocoder {
    border-radius: 0;
    position: relative;
    top: 0;
    width: 800px;
    margin-top: 0;
    border: 0;
}

    .mapboxgl-ctrl-geocoder > div {
        min-width: 100%;
        margin-left: 0;
    }
/*////az inja*/

#menu-map {
    position: absolute;
    bottom: 5px;
    left: 400px;
    font-family: IranSansWeb;
}

.menu-map {
    width: 70px;
    padding-left: 3px;
    padding-right: 3px;
}

.menu-map-bottom {
    position: absolute;
    bottom: 8px;
    right: 15px;
}

.menu-map-container {
    position: relative;
    text-align: center;
    color: #000;
    font-family: IranSansWeb;
    cursor: pointer;
    width: 70px;
    padding-left: 3px;
    padding-right: 3px;
}

.menu-map-img {
    border-style: inset;
    border-color: black;
}
/* HIDE RADIO
[type=radio] {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
}
     */

.mapboxcontainer {
    min-height: 900px;
}

.mapboxgl-marker {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    border: 1px solid gray;
    background-color: lightblue;
}

.i-loc-map {
    color: red;
}
/*locationmap- view3 - mapbox -----END-----*/

/*new-view4*/
.box-contant-show {
    border: 1px solid #eee;
    background-color: #fff;
}

    .box-contant-show .header-info {
        position: relative;
    }

        .box-contant-show .header-info::before {
            content: '';
            background-image: linear-gradient(to bottom, #ffffff00, #000000b3);
            width: 100%;
            height: 100%;
            display: flex;
            z-index: 2;
            position: absolute;
        }

        .box-contant-show .header-info img {
            width: 100%;
            height: 350px;
            object-fit: cover;
        }

        .box-contant-show .header-info .titr {
            position: absolute;
            bottom: 7%;
            color: white;
            width: 100%;
            text-align: center;
            display: block;
            font-size: 20px;
            z-index: 3;
        }

    .box-contant-show .body-info {
        padding: 50px 25px;
        min-height: 155px;
        text-align: right;
    }

.footer-info {
    border-top: 1px solid #eee;
    display: flex;
    justify-content: space-between;
    padding: 25px;
}

    .footer-info .date-view {
        display: flex;
    }

    .footer-info .date {
        padding-left: 20px;
        border-left: 1px solid #eee;
        position: relative;
    }

.footer-infov .day {
    display: block;
    position: absolute;
    top: -5px;
    right: -10px;
    bottom: 0;
    left: 0;
    z-index: 1;
    font-size: 40px;
    line-height: 40px;
    font-weight: bold;
    color: #ddd;
}

.footer-info .month {
    z-index: 2;
    position: relative;
    font-size: 12px;
}

.footer-info .view {
    padding-right: 25px;
}

    .footer-info .view .fas.fa-comment {
        display: flex;
        color: #888;
    }

    .footer-info .view .label {
        font-family: 'IRANSans';
        font-size: 12px;
    }

    .footer-info .view .counter {
        font-family: 'IRANSans';
        padding-right: 10px;
    }

.read-more .fas.fa-arrow-left {
    display: flex;
    flex-direction: row-reverse;
    color: #888;
    font-size: 14px;
}

.read-more a {
    font-family: 'IRANSans';
    font-size: 14px;
    padding-left: 10px;
}

/* .box-contant-prev */
.box-contant-prev {
    border: 1px solid #eee;
    background-color: #fff;
}

    .box-contant-prev .item {
        padding: 20px 20px 0 20px;
        border-bottom: 1px solid #eee;
    }

        .box-contant-prev .item img {
            width: 100%;
            height: 130px;
            object-fit: cover;
        }

    .box-contant-prev .footer-info {
        padding: 0px 10px 25px 0px;
        border: none;
    }

    .box-contant-prev .box-info .titr {
        font-weight: 500;
        font-size: 20px;
        padding-bottom: 10px;
        display: block;
        transition: 0.4s;
    }

        .box-contant-prev .box-info .titr:hover {
            color: #888888;
        }

    .box-contant-prev .observe {
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 25px 0;
        transition: 0.4s;
    }

        .box-contant-prev .observe:hover {
            color: #888888;
        }

        .box-contant-prev .observe .fas.fa-arrow-left {
            display: flex;
            flex-direction: row-reverse;
            font-size: 16px;
        }

        .box-contant-prev .observe a {
            font-family: 'IRANSans';
            font-size: 16px;
            padding-left: 10px;
        }




.box-contant-show {
    height: 100%;
}

.box-contant-prev {
    /* height: 100%; */
}

.box-info {
    text-align: right;
}

/* responsive */
@media (max-width: 992px) {

    .box-contant-prev .item img {
        width: 100%;
        height: 180px;
        object-fit: cover;
        margin-bottom: 20px;
    }
}


/* Offer */

.Offer {
    border: 1px solid #eee;
    margin: 40px 0;
    border-radius: 5px;
}

.image-offer {
    width: 100%;
    height: 100%;
}

    .image-offer img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 0px 5px 5px 0;
    }

.offer-card {
    padding: 20px;
    padding-right: 0;
    position: relative;
    overflow: hidden;
}

.offer-status {
    position: absolute;
    left: -70px;
    background-color: green;
    padding: 10px 100px;
    transform: rotate(-35deg);
}

    .offer-status p {
        font-size: 20px;
        font-weight: 500;
        margin: 0;
        color: white;
    }

.offer-card .offer-explain strong {
    color: var(--second_color);
}

.offer-card .offer-explain h2 {
    color: var(--first_color);
    font-size: 25px;
    font-weight: 500;
    padding: 15px 0;
    text-shadow: 0 0 1px var(--first_color);
}

.offer-card .offer-explain p {
    line-height: 1.5;
    min-height: 50px;
}

.offer-card .offer-date .strat-date,
.offer-card .offer-date .finish-date {
    display: flex;
}

.offer-card .strat-date .item,
.offer-card .finish-date .item {
    display: flex;
    text-align: center;
    padding: 5px 0px 5px 100px;
    align-items: center;
}

.offer-card .date-box {
    display: flex;
    flex-direction: column;
}

.offer-card .fa {
    color: var(--second_color);
    padding-left: 15px;
    font-size: 25px;
}

.offer-download {
    margin-top: 20px;
    display: flex;
}

    .offer-download .fa {
        color: green;
    }

/* odd */

.odd .offer-card {
    padding: 20px 40px 20px 0;
}

.odd .image-offer {
    position: relative;
    overflow: hidden;
}

.odd .offer-status {
    top: 20px;
}

.odd .image-offer img {
    border-radius: 5px 0 0 5px;
}


/* menu in desktop */

.dropdown-menu.multi-level .dropdown-submenu .nav-link {
    padding: .25rem 0.75rem 0.25rem 3.5rem;
    font-weight: 400;
    color: inherit;
    white-space: nowrap;
}

/* menu in mobile */

@media (max-width: 992px) {

    .header-nav .navbar {
        --menu-bg: 0, 0, 0;
        --menu-color: 255, 255, 255;
        background-color: rgb(var(--menu-bg));
        position: relative;
    }

    .header-nav .hamburger .bar {
        background-color: rgb(var(--menu-color));
    }

    .header-nav #navbarSupportedContent {
        position: absolute;
        top: 70px;
        right: 0;
        width: fit-content;
        min-width: 80vw;
        z-index: 99999;
        background-color: rgb(var(--menu-bg));
    }

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

    .nav-item.open-submenu > .dropdown-menu,
    .dropdown-submenu.open-submenu > .dropdown-menu {
        display: block !important;
    }

    /* level 1 */

    .header-nav .navbar-nav .nav-item {
        width: auto;
        margin-bottom: 10px;
        padding: 5px 10px 5px 5px;
        border-bottom: 1px solid rgba(var(--menu-color), 0.3);
    }

    .header-nav .navbar-nav .nav-link {
        padding-left: 20px;
        position: relative;
    }

        .header-nav .navbar-nav .nav-link:after {
            left: 0;
            top: 18px;
        }

    /* level 2 */

    .header-nav .dropdown-menu.multi-level {
        min-width: 95%;
        background-color: rgb(var(--menu-bg));
        margin: 15px 10px 15px 0;
        padding-right: 10px;
        border: none;
        border-right: 1px solid rgba(var(--menu-color), 0.3);
    }

    .header-nav .dropdown-submenu {
        width: auto;
        margin-bottom: 10px;
        padding: 10px 5px;
        border-bottom: 1px solid rgba(var(--menu-color), 0.3);
    }

        .header-nav .dropdown-submenu:last-child {
            border: none;
        }

    .header-nav .dropdown-item {
        padding: 0;
        color: rgb(var(--menu-color));
        background-color: rgb(var(--menu-bg));
        position: relative;
    }

        .header-nav .dropdown-item:after {
            position: absolute;
            top: 3px;
            left: 0;
            border-width: 4px;
            border-left-color: rgb(var(--menu-color));
            transform: rotate(90deg) !important;
        }


    /* level 3  */

    .header-nav .dropdown-submenu .dropdown-menu {
        min-width: 90%;
        margin: 15px 10px 15px 0;
        padding-right: 10px;
        border: none;
        border-right: 1px solid rgba(var(--menu-color), 0.3);
        background-color: rgb(var(--menu-bg));
    }

        /* level 4  */

        .header-nav .dropdown-submenu .dropdown-menu .nav-link {
            padding: 0;
            color: rgb(var(--menu-color))
        }

    /* Icon */

    .nav-item.open-submenu > .nav-link::after {
        transform: rotate(90deg) !important;
    }

    .dropdown-submenu.open-submenu .dropdown-item::after {
        transform: rotate(180deg) !important;
    }

    .dropdown-submenu .dropdown-submenu .dropdown-item::after {
        transform: rotate(90deg) !important;
    }

    .dropdown-submenu .dropdown-submenu.open-submenu .dropdown-item::after {
        transform: rotate(180deg) !important;
    }
}

@media (min-width: 768px) and (max-width: 1000px) {
    .header-nav #navbarSupportedContent {
        min-width: 50vw ;
    }
}

/* general code */

@media (min-width:1400px) {
    .container {
        max-width: 1320px;
    }
}

@media (min-width:1600px) {
    .container {
        max-width: 1500px;
    }
}

@media (min-width:1800px) {
    .container {
        max-width: 1600px;
    }
}

/* Headings */
h1 {
    font-size: clamp(1.25rem, 2vw, 2rem);
    line-height: 1.5;
    font-weight: 600;
}

h2 {
    font-size: clamp(1.25rem, 2vw, 2rem);
}

h3 {
    font-size: clamp(1.125rem, 1.5vw, 1.5rem);
}

h4 {
    font-size: clamp(1rem, 1.25vw, 1.25rem);
}

h5 {
    font-size: clamp(1rem, 1.2vw, 1rem);
}

h6 {
    font-size: clamp(0.9rem, 0.9vw, 1.2rem);
}

p {
    font-size: clamp(0.9rem, 0.9vw, 1.2rem);
}

/* Lists */
ul,
ol {
    font-size: clamp(0.9rem, 0.9vw, 1rem);
}

/* Links */
a {
    font-size: clamp(0.9rem, 0.9vw, 1rem);
}

/* Blockquotes */
blockquote {
    font-size: clamp(1rem, 1.2vw, 1.25rem);
}

/* Form Elements */
input,
textarea,
select,
button {
    font-size: clamp(0.9rem, 0.8vw, 1rem);
}

label {
    font-size: clamp(0.9rem, 0.8vw, 1rem);
}

/* Table */
table {
    font-size: clamp(0.85rem, 0.8vw, 1rem);
}

img {
    max-width: 100%;
}

a {
    text-decoration: none;
    color: unset;
    display: inline-block;
}

a:hover {
    text-decoration: none;
    color: unset;
}

a:focus {
    outline: none;
}

p {
    text-align: justify;
    line-height: 1.75;
    color: rgb(var(--black-custome), 0.8);
}

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

ul {
    padding: 0;
    list-style: none;
}

section {
    margin: 70px 0;
}

.fas {
    font-family: 'FontAwesome' !important;
    font-style: normal;
    font-weight: 500;
}


/* Start Cms */

.contact-icon {
    border: 2px solid rgb(var(--first-color));
}

.contact-icon .fa {
    background: rgb(var(--first-color));
}

.rgbtn {
    background: green;
    border: 1px solid green;
}

.rgbtn:hover {
    box-shadow: inset 0 0 0 0.1rem green;
    -webkit-box-shadow: inset 0 0 0 0.1rem green;
    -ms-box-shadow: inset 0 0 0 0.1rem green;
    -o-box-shadow: inset 0 0 0 0.1rem green;
    color: green;
}

.cms-a {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 99;
    opacity: 0;
}

.SEO-Link {
    color: rgb(var(--second-color));
    font-weight: 600;
}

#fb-editor .radio-group input {
    opacity: 1;
    width: 15px;
    height: 20px;
    margin-right: -20px !important;
}

#fb-editor .radio-group label {
    padding-left: 20px;
}

#fb-editor span,
#fb-editor strong,
#fb-editor h1,
#fb-editor h2,
#fb-editor h3,
#fb-editor h4,
#fb-editor h5,
#fb-editor h6,
#fb-editor p,
#fb-editor li {
    font-family: 'IRANSans' !important;
}

h2 {
    border-bottom: 0;
    padding-bottom: 0;
}

/* Start Navbar */

header[role="banner"] {
    border: none;
    background-color: inherit;
}

.header {
    background-color: rgba(var(--black-custome), 0.4);
    backdrop-filter: blur(20px);
    border-radius: 150px;
    margin-top: 2rem;
    position: fixed;
    top: 0;
    width: calc(100% - 6rem);
    z-index: 999999;
}

.header-nav {
    padding: 0;
}


.logo-header {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1rem;
}

.logo-header img {
    width: 100%;
}

@media (min-width: 1500px) {
    .logo-header img {
        width: 75%;
    }
}

/* Top header */

.top-header .solgan {
    background-color: rgb(var(--first-color));
    border-radius: 0 0 50px 50px;
}

.top-header .solgan img {
    width: 50%;
    margin: auto;
    display: block;
    padding: 5px;
}

.top-header-side {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-top: 1rem;
}

.search-box {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: center;
    gap: 10px;
    background-color: rgb(var(--first-color));
    border-radius: var(--radius-size);
    padding: 2px 10px;
    font-size: 1.25rem;
}

.search-box input {
    background: inherit;
    border: none;
}

.alllangs {
    padding: 0;
    background-color: rgb(var(--first-color));
    border-radius: var(--radius-size);
    cursor: pointer;
}

/* sm */

.header .sm-list {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
    margin-top: 1rem;
}

.header .sm-list a {
    font-size: 1rem;
    transition: 0.4s;
    color: rgb(var(--black-custome));
    background-color: rgb(var(--first-color));
    border-radius: 50%;
    padding: 5px 7px 0px 7px;
}

.header .sm-list a:hover {
    scale: 1.1;
}

/* main-header */

.main-header {
    height: 50%;
    display: flex;
    align-items: center;
    padding: 0.75rem 0;
}

@media (min-width: 992px) {
    .navbar-nav {
        margin: auto;
    }

    .header-nav .nav-link {
        margin: auto 8px;
    }

    .header-nav .nav-link:hover {
        color: rgb(var(--first-color));
    }

    /* level 01 */

    .main-nav .nav-item .nav-link {
         border-radius: var(--radius-size);
         display: flex;
         align-items: center;
         gap: 5px;
         padding: 0.5rem 1rem;
         text-shadow: 0 0 3px #000000;
    }

    .main-nav .nav-item .nav-link:hover {
        background: rgb(var(--first-color));
        color: rgb(var(--black-custome));
        text-shadow: 0 0 3px #ffffff;
    }

    /* level 02 */

    .main-nav .dropdown-menu.multi-level {
        background: rgb(var(--first-color));
        color: rgb(var(--black-custome));
        border-radius: 10px;
        padding: 10px;
    }

    .main-nav .dropdown-menu.multi-level .dropdown-submenu  {
        width: 100%;
    }

    .main-nav .dropdown-menu.multi-level .dropdown-item {
        padding: 0.5rem 1rem 0.5rem 2rem;
        border-radius: 5px;
        transition: 0.4s;
    }

    .main-nav .dropdown-menu.multi-level .dropdown-item:hover {
        background: rgb(var(--black-custome));
        color: rgb(var(--white-custome));
    }

    .main-nav .dropdown-menu.multi-level .dropdown-item::after {
        margin-top: 9px;
    }

    .main-nav .dropdown-menu.multi-level .dropdown-item:hover::after {
        border-left-color: white;
    }

    /* level 03 */

    .main-nav .dropdown-menu.multi-level .dropdown-submenu .dropdown-menu {
        background: rgb(var(--first-color));
        color: rgb(var(--black-custome));
        border-radius: 10px;
        padding: 10px;
    }

}

@media (max-width: 992px) {

    .header {
        position: relative;
        margin-top: 1rem;
        border-radius: var(--radius-size);
        width: calc(100% - 2rem);
    }

    .header-nav .navbar {
        --menu-bg: var(--black-custome);
        --menu-color: 255, 255, 255;
        background: none;
        position: relative;
        /* padding-right: 1rem !important; */
        /* margin-right: 1rem; */
    }

    nav.navbar {
        justify-content: flex-start;
    }

    .first-button {
        padding-top: 20px;
    }

    .navbar-nav {
        padding-top: 20px;
    }

    .navbar .nav-link {
        margin: 0px 15px;
    }

    .sm-list {
        align-items: flex-start;
        padding-top: 25px;
        gap: 5px;
    }

    .top-header .solgan {
        margin: -40% 50% 15% -50%;
        border-radius: 10px;
        padding: 5px 20px;
    }

    .top-header .solgan img {
        width: 100%;
    }
}

/* End Navbar */

/* Homepage */

/* Titr */

.Titr {
    width: fit-content;
    display: flex;
    align-items: center;
    gap: 20px;
    box-shadow: #90909061 0px 0px 10px 0px;
    padding: 0.5rem;
    border-radius: 50px;
}

.Titr h1 {
    padding: 0;
}

.Titr h2 {
    margin: 0;
    font-size: clamp(1.25rem, 1.75vw, 1.75rem);
    font-weight: 700;
    font-family: 'IRANSans';
    line-height: 1.5;
}

.text-center .Titr {
    margin: auto;
}

.Titr.White {
    background: white;
    color: black;
}

/* Titr02 */

.Titr02 {
    width: fit-content;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    border: 1px solid black;
    border-radius: var(--radius-size);
    padding: 5px 5px 5px 30px;
}

.Titr02 img {
    width: 40px;
}

.Titr02 h1,
.Titr02 h2,
.Titr02 h3 {
    margin: 0;
}

.text-center .Titr02 {
    margin: auto;
}

/* read-more */

.read-more {
    width: fit-content;
    border: 2px solid;
    padding: 10px 25px;
    background-color: rgb(var(--first-color));
    border-radius: var(--radius-size);
    font-weight: 500;
    transition: 0.4s;
}

.read-more:hover {
    background-color: rgb(var(--black-custome));
    color: rgb(var(--first-color));
}

.read-more.out-door {
    margin-bottom: -40px;
}

.read-more.black {
    color: black;
}

.read-more.black:hover {
    color: rgb(var(--first-color));
}

/* Slider */

.Slider {
    margin: 0;
    position: relative;
}

.Slider .carousel-item img {
    border-radius: 0 0 var(--radius-size) var(--radius-size);
}

.Slider .Controlls {
    position: absolute;
    top: 0;
    left: 3rem;
    width: fit-content;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.Slider .Controlls .Controlls-box {
    background-color: rgba(var(--black-custome), 0.6);
    backdrop-filter: blur(10px);
    padding: 7px;
    border-radius: var(--radius-size);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px;
}

.Slider .carousel-indicators {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 0;
    margin: 0;
}

.Slider .carousel-indicators li {
    width: 13px;
    height: 13px;
    border-radius: 50%;
    margin: 0 !important;
    border: none;
    background-color: rgb(var(--white-custome));
    border: 3px solid rgb(var(--white-custome));
    box-shadow: inset 0px 0px 2px #000000;
    opacity: 1;
}

.Slider .carousel-indicators li.active {
    background-color: rgb(var(--first-color));
}

.Slider .carousel-control-next,
.Slider .carousel-control-prev {
    position: relative;
    font-size: 1.5rem;
    color: rgb(var(--first-color)) !important;
    opacity: 1;
}

.Slider .carousel-control-next::before {
    content: "\f107";
    font-family: 'FontAwesome';
}

.Slider .carousel-control-prev::before {
    content: "\f106";
    font-family: 'FontAwesome';
}

.Slider-video {
    position: absolute;
    bottom: 5rem;
    right: 0;
    width: 100%;
    cursor: pointer;
}

.Slider-video video {
    border-radius: var(--radius-size);
}

@media (max-width: 768px) {
    .Slider {
        margin: 1rem;
    }

    .Slider img {
        border-radius: var(--radius-size) !important;
    }

    .Slider .Controlls {
        justify-content: flex-end;
        height: 90%;
        width: 100%;
        left: 0;
    }

    .Slider .Controlls .Controlls-box,
    .Slider .carousel-indicators {
        flex-direction: row-reverse;
    }

    .Slider-video {
        position: relative;
        bottom: 0rem;
        margin-top: 1rem;
    }
}

/* About */

.About {
    margin-top: -3rem;
    z-index: 9;
    position: relative;
}

.About-BG {
    background: linear-gradient(180deg, #ffffff, #f0f0f0);
    box-shadow: #90909061 0px 0px 10px 0px;
    padding: 3rem;
    border-radius: var(--radius-size);
}

.About-BG::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url("../../../uploads/44c6833b-7ed5-4b22-b280-2715ff8ec4b3-BG01.png");
    background-position: left;
    background-repeat: no-repeat;
    background-size: contain;
    opacity: 0.2;
}

.About-box {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.About-box h1 {
    width: fit-content;
    color: black;
    margin-right: 2rem;
    padding-top: 0;
    position: relative;
    z-index: 9;
}

.About-box h1::before {
    content: "";
    position: absolute;
    right: 0;
    bottom: -15px;
    width: 100%;
    height: 5px;
    background-color: rgb(var(--first-color));
    border-radius: 0 0 var(--radius-size) var(--radius-size);
}

.About-box p {
    position: relative;
    color: rgb(var(--white-custome));
    z-index: 1;
    padding: 2rem 2rem 3rem;
    margin: 0;
}

.About-box p::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 152%;
    height: 100%;
    background: linear-gradient(0deg, rgb(var(--black-custome)), rgb(var(--third-color)));
    border-radius: var(--radius-size);
    z-index: -1;
}

.About-box a {
    margin: -1.5rem 3rem 0 0;
    z-index: 9;
    position: relative;
}

.About-BG img {
    width: 90%;
    border-radius: var(--radius-size);
    z-index: 2;
    position: relative;
}

@media (max-width: 768px) {
    .About {
        margin-top: 1rem;
    }

    .About-BG {
        padding: 1rem;
    }

    .About-box p::before {
        width: 100%;
    }

    .About-BG img {
        width: 100%;
        margin: 1rem 0 -4rem;
    }
}

/* News */

.allnewspagingv3 {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 40px;
}

@media (min-width:576px) {
    .allnewspagingv3 {
        max-width: 540px
    }
}

@media (min-width:768px) {
    .allnewspagingv3 {
        max-width: 720px
    }
}

@media (min-width:992px) {
    .allnewspagingv3 {
        max-width: 960px
    }
}

@media (min-width:1200px) {
    .allnewspagingv3 {
        max-width: 1140px
    }
}

@media (min-width:1400px) {
    .allnewspagingv3 {
        max-width: 1320px;
    }
}

@media (min-width:1600px) {
    .allnewspagingv3 {
        max-width: 1500px;
    }
}

@media (min-width:1800px) {
    .allnewspagingv3 {
        max-width: 1600px;
    }
}

.allnewspagingv3 .col-lg-6.col-md-12.col-12.pl-0.my-3 {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.allnewspagingv3 .box-contant-show {
    padding: 30px 30px 0;
    border-radius: var(--radius-size);
    background-color: #f0f0f0;
    box-shadow: #00000061 0px 0px 10px 0px;
}

.allnewspagingv3 .box-contant-show .header-info img {
    border-radius: var(--radius-size);
    height: auto;
}

.allnewspagingv3 .box-contant-show .header-info::before {
    display: none;
}

.allnewspagingv3 .box-contant-show .header-info .titr {
    position: relative;
    color: rgb(var(--black-custome));
    padding: 25px 0;
    text-align: right;
    font-size: clamp(1.125rem, 1.2vw, 1.2rem);
    font-weight: 500;
}

.allnewspagingv3 .box-contant-show .body-info {
    padding: 0;
    font-size: clamp(0.9rem, 0.9vw, 1rem);
    min-height: 100px;
}

.allnewspagingv3 .box-contant-show .footer-info {
    border: none;
    padding: 0;
}

.allnewspagingv3 .box-contant-show .footer-info .date {
    color: rgba(var(--black-custome), 0.6);
}

.allnewspagingv3 .read-more {
    border: none;
    box-shadow: #00000061 0px 0px 10px 0px;
    font-size: clamp(0.9rem, 0.9vw, 1rem);
    margin: 4% 0 -4%;
}

.allnewspagingv3 .read-more a {
    font-weight: 500;
    font-size: inherit;
    padding: 0;
}

.allnewspagingv3 .read-more .fa:before {
    content: "";
}

/* box-contant-prev  */

.allnewspagingv3 .box-contant-prev {
    box-shadow: #00000061 0px 0px 10px 0px;
    border-radius: var(--radius-size);
    background-color: #f0f0f0;
    padding: 20px 20px 20px 40px;
}

.allnewspagingv3 .box-contant-prev .item {
    padding: 0;
}

.allnewspagingv3 .box-contant-prev .item img {
    border-radius: 10px;
    height: auto;
}

.allnewspagingv3 .box-contant-prev .box-info {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.allnewspagingv3 .box-contant-prev .box-info .titr {
    font-size: clamp(0.9rem, 1vw, 1rem);
    font-weight: 600;
    padding: 0;
    margin-bottom: 10px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.allnewspagingv3 .box-contant-prev .box-info p {
    font-size: clamp(0.8rem, 0.9vw, 0.9rem);
    margin: 0;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.allnewspagingv3 .box-contant-prev .box-info .footer-info {
    padding: 0;
    margin-top: 10px;
}

.allnewspagingv3 .box-contant-prev .box-info .footer-info .date {
    color: rgba(var(--black-custome), 0.6);
    font-size: clamp(0.8rem, 0.9vw, 0.9rem);
}

.allnewspagingv3 .box-contant-prev .read-more {
    font-size: clamp(0.8rem, 0.9vw, 0.9rem);
    padding: 8px 20px;
    margin: 15% 0 -15%;
}

@media (min-width: 1600px) {
    .allnewspagingv3 .box-contant-show .body-info {
        min-height: 120px;
    }
}

@media (max-width: 768px) {
    .allnewspagingv3 .col-lg-6.col-md-12.col-12.my-3 {
        padding: 0;
    }

    .allnewspagingv3 .box-contant-prev {
        padding: 20px;
        margin-bottom: 50px;
    }
}

/* Product */

.Product-BG {
    background: linear-gradient(180deg, rgb(var(--black-custome)), rgb(var(--third-color)));
    border-radius: var(--radius-size);
    padding: 40px;
}

.Product p {
    color: rgb(var(--white-custome));
    text-align: center;
    width: 90%;
    margin: auto;
}

.Product .Titr {
    background-color: rgb(var(--white-custome));
}

.Product #nav-tab {
    border: none;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.Product #nav-tab .nav-link {
    background: linear-gradient(0deg, rgb(var(--black-custome)), rgb(var(--third-color)));
    color: rgb(var(--white-custome));
    padding: 10px 25px;
    border-radius: var(--radius-size);
    border: none;
    font-weight: 500;
    transition: 0.4s;
    position: relative;
    overflow: hidden;
    z-index: 2;
}

.Product #nav-tab .nav-link::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 50%;
    bottom: 0;
    left: 0;
    opacity: 0;
    filter: blur(13px);
    transition: opacity 0.3s;
    background-color: rgb(var(--first-color));
    z-index: -1;
}

.Product #nav-tab .nav-link:hover::before {
    opacity: 1;
}

.Product #nav-tab .nav-link.active {
    background: linear-gradient(180deg, #FFE57E, rgb(var(--first-color)));
    color: rgb(var(--black-custome));
}

.Product #nav-tabContent .tab-pane .product-carousel {
    opacity: 0;
    transition: 0.4s;
}

.Product #nav-tabContent .tab-pane.active .product-carousel {
    opacity: 1;
}


.Product .owl-carousel {
    min-height: 450px;
}

.Product .owl-stage {
    margin: auto
}

.Product .owl-nav {
    text-align: center;
}

.Product .owl-nav button {
    color: rgb(var(--first-color)) !important;
    font-size: 3rem !important;
    margin: 0 20px;
}

.Product .owl-nav button.disabled {
    opacity: 0.4;
    cursor: default !important;
}

.Product-box {
    margin: 40px 20px;
    text-align: center;
    z-index: 2;
    position: relative;
    display: flex;
    flex-direction: column;
}

.Product-box img {
    z-index: 4;
    position: relative;
    transition: 0.4s;
    transform: scale(0.95);
}

.Product-box:hover img:nth-child(2) {
    transform: scale(1);
    margin-top: -10px;
    margin-bottom: 10px;
}

.Product-box .Stand {
    margin-top: -70px;
    z-index: 3;
    transform: scale(1);
}

.Product-content {
    background: linear-gradient(0deg, rgb(var(--black-custome)), rgb(var(--third-color)));
    color: rgb(var(--white-custome));
    padding: 35% 20px 20px;
    margin-top: -33%;
    border-radius: 0 0 var(--radius-size) var(--radius-size);
    position: relative;
    z-index: 2;
    overflow: hidden;
    background: none;
    box-shadow: inset #ffffff 0px 0px 10px 3px;
    transition: 0.4s;
}
/* 
.Product-content::before {
    content: '';
    position: absolute;
    width: 130%;
    height: 40%;
    bottom: 0%;
    left: -15%;
    opacity: 0;
    transform: rotate(-15deg);
    -webkit-filter: blur(50px);
    filter: blur(50px);
    border-radius: 50%;
    transition: opacity 0.3s;
    background-color: rgb(var(--first-color));
}

.Product-box:hover .Product-content::before {
    opacity: 1;
}
 */
.Product-box:hover .Product-content {
    color: rgb(var(--first-color));
    box-shadow: inset rgb(var(--first-color)) 0px 0px 10px 3px;
}

.Product-content h3 {
    font-size: clamp(1rem, 1vw, 1.125rem);
    font-weight: 500;
}

.Product-box-carousel {
    z-index: 9;
    position: relative;
    margin-bottom: -25px;
}


@media (min-width: 1600px) {
    .Product-box {
        margin: 40px;
        text-align: center;
    }
}



/* ProductPage */

.ProductPage  {
    position: relative;
}

.ProductPage::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url("../../../uploads/01c79d12-2136-4166-b12f-0eead6ba76db-Texture03.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: conver;
}

.ProductPage-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 15px;
    border-radius: 15px;
    height: calc(100% - 30px);
    padding: 20px;
    margin: 30px 0;
    position: relative;
    background: linear-gradient(0deg, rgb(var(--black-custome)), rgb(var(--third-color)));
    color: white;
}

.ProductPage-box img {
    width: 60px;
}

.ProductPage-box img:nth-child(3) {
    display: none;
}

.ProductPage-box:hover {
    background: linear-gradient(180deg, #FFE57E, rgb(var(--first-color)));
    color: black;
}

.ProductPage-box:hover img:nth-child(3) {
    display: block;
}

.ProductPage-box:hover img:nth-child(2) {
    display: none;
}

.ProductPage-box p {
    margin: 0;
    color: inherit;
    font-size: clamp(0.8rem, 0.8vw, 1.2rem);
}

#page-784c974a-26c6-4128-b6a2-1ecd1c01127a .main-body .container.body-container {
    max-width: 100%;
}

#page-784c974a-26c6-4128-b6a2-1ecd1c01127a .main-body .container.body-container > .row > .col-md-12.col-xs-12 {
    padding: 0;
}

/* ProductLanding */

#ProductLanding {
   scroll-margin-top: 250px;
}

.ProductLanding-box {
    background: linear-gradient(180deg, rgb(var(--black-custome)), rgb(var(--third-color)));
    color: white;
    border-radius: var(--radius-size);
    padding: 3rem;
}

/* ProductDetails Part01 */

.ProductDetailsPart01-BG {
    position: relative;
    color: white;
    padding: 0 3rem;
}

.ProductDetailsPart01-BG p {
    color: white;
}

.ProductDetailsPart01-BG::before {
    content:"";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 85%;
    background: linear-gradient(180deg, rgb(var(--black-custome)), rgb(var(--third-color)));
    border-radius: var(--radius-size);
}

.ProductDetailsPart01 .owl-nav {
    position: absolute;
    top: 50%;
    right: 0;
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.ProductDetailsPart01 .owl-nav button {
    font-size: 2rem !important;
    color: rgb(var(--first-color)) !important
}

.ProductDetailsPart01 .UIKit01-Titr {
    margin: 0 20px;
    font-size: clamp(1.25rem, 1.75vw, 1.75rem);
}

.ProductDetailsPart01 .table-primary {
    padding: 10px;
    border-radius: var(--radius-size)
}

.ProductDetailsPart01 .table-primary table {
    border: none;
    margin: 0;
}

.ProductDetailsPart01 table tbody td {
    border: none;
    border-bottom: 1px solid;
    border-left: 1px solid;
}

.ProductDetailsPart01 table tbody tr:last-child td {
    border-bottom: none;
}

.ProductDetailsPart01 table tbody tr td:last-child {
    border-left: none;
}

.ProductDetailsPart01 .Product-box:hover .Stand {
    margin-top: -70px;
    margin-bottom: 0px;
}

/* ProductDetails Part02 */

.ProductDetailsPart02-BG {
    background: linear-gradient(180deg, rgb(var(--black-custome)), rgb(var(--third-color)));
    color: white ;
    border-radius: var(--radius-size);
    padding: 0 3rem ;
}

.ProductDetailsPart02-BG .UIKit01-Titr {
    margin: 0 20px;
    font-size: clamp(1.25rem, 1.5vw, 1.5rem);
}

/* .ProductDetailsPart02-box .CustomeTable {
    scale: 1.2;
    margin: 50px 0;
} */

/* ProductDetails Part03 */

.ProductDetailsPart03 table th {
    width: 33%;
}

.ProductDetailsPart03 table td {
    padding: 0 2rem 2rem;
}

.ProductDetailsPart03 table .Custome-ul li {
    text-align: right;
    line-height: 2.25;
}

.ProductDetailsPart03 table  p {
    color: black;
    text-align: right;
}

@media (max-width: 768px) {
    .ProductDetailsPart01-BG,
    .ProductDetailsPart02-BG{
        padding: 0 ;
    }
    
    .ProductDetailsPart01 .table-primary {
        overflow: hidden;
    }

    .ProductDetailsPart03 table tr {
        display: flex;
        flex-direction: column;
    }

    .ProductDetailsPart03 table th {
        width: 100%;
    }

    .ProductDetailsPart03 table td {
        padding: 0;
        width: 85%;
        margin: auto;
    }
}

/* Brands */

.Brands {
    margin-top: 90px;
}

.Brands-BG {
    background: linear-gradient(180deg, rgb(var(--black-custome)), rgb(var(--third-color)));
    border-radius: 150px;
    padding: 2rem;
    position: relative;
}

.Brands-BG::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: url("../Image/BG02.png");
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

.Brands-head {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.Brands-Titr {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
    background-color: rgb(var(--white-custome));
    border-radius: 50px;
    padding: 0.5rem;
    margin-right: 1rem;
}

.Brands-Titr h2 {
    margin: 0;
    font-size: clamp(1rem, 1.75vw, 1.75rem);
}

.Brands-content {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}

.Brands-content img {
    box-shadow: var(--shadow-custome);
    margin: 10px;
    border-radius: 50%;
}

.Brands-BG .owl-nav {
    position: absolute;
    width: 10%;
    height: 120%;
    top: -10%;
    right: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    color: rgb(var(--first-color));
    font-size: 2rem;
}

@media (max-width: 768px) {
    .Brands-BG {
        border-radius: var(--radius-size);
    }

    .Brands-head {
        margin-bottom: 3rem;
    }

    .Brands-content {
        display: flex;
        flex-wrap: wrap;
    }

    .Brands-BG .owl-nav {
        height: 20%;
        top: 0%;
    }
}

/* Start Footer */

footer {
    margin: 100px 0 0;
    padding-top: 50px;
    background: linear-gradient(180deg, rgb(var(--black-custome)), rgb(var(--third-color)));
    border-radius: var(--radius-size) var(--radius-size) 0 0;
    border: none;
    position: relative;
}

footer .container {
    text-align: right;
    text-transform: capitalize;
    padding: 0;
}

footer a {
    color: var(--white-custome) !important;
}

footer ul {
    padding-right: 20px;
    list-style-type: disc;
}

footer li {
    line-height: 2;
    color: rgb(var(--white-custome));
    font-weight: 500;
    position: relative;
    width: fit-content;
}

footer li::marker {
    color: rgb(var(--first-color));
}

footer li::before {
    content: "";
    position: absolute;
    bottom: -3px;
    right: 0;
    width: 0;
    height: 2px;
    background-color: rgb(var(--first-color));
    border-radius: 0 0 3px 3px;
    transition: 0.8s;
}

footer li:hover::before {
    width: 100%;
}

footer i {
    color: rgb(var(--first-color));
    padding-left: 10px;
}

/* footer-box */

.footer-box {
    padding: 30px 10px;
}

.footer-box h3 {
    width: fit-content;
    color: rgb(var(--white-custome));
    border-bottom: 4px solid rgb(var(--first-color));
    border-radius: 0 0 5px 5px;
    margin: 20px 0;
    padding-bottom: 20px;
    position: relative;
    font-size: clamp(1rem, 1.5vw, 1.25rem);
}

/* footer-address */

.footer-address .logo-footer {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 15px;
}

.footer-address .logo-footer img {
    width: 70px;
}

.footer-address h2 {
    color: rgb(var(--white-custome));
    font-size: clamp(1rem, 1.25vw, 1.75rem);
    margin: 0;
}

.footer-address p {
    color: rgb(var(--white-custome));
}

/* footer contact */

.footer-contact ul {
    padding: 0;
}

.footer-contact li {
    display: flex;
}

/* Social Media */

footer .sm-list {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 30px;
    margin-top: 3rem;
}

footer .sm-list li {
    padding: 0;
    background: transparent;
}

footer .sm-list li::before {
    content: none;
}

footer .sm-list li:hover {
    color: inherit;
}

footer .sm-list a {
    width: 40px;
    height: 40px;
    display: flex;
    font-size: 1.25rem;
    transition: 0.4s;
    color: rgb(var(--black-custome));
    background-color: rgb(var(--first-color));
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    padding-top: 5px;
}

footer .sm-list i {
    padding: 0;
    color: rgb(var(--black-custome));
}

footer .sm-list a:hover {
    scale: 1.1;
}

/* copyright  */

.copyright {
    width: fit-content;
    margin: auto;
    padding: 20px 40px;
    background-color: rgb(var(--first-color));
    border-radius: 50px 50px 0 0;
    z-index: 3;
    position: relative;
}

.copyright p {
    font-weight: 400;
    color: rgb(var(--black-custome));
}

.copyright a {
    transition: 0.4s;
}

.copyright a:hover {
    color: rgb(var(--white-custome)) !important;
}

/* End Footer */

/* Sidepage */

.gradiant-black-b {
    background: linear-gradient(0deg, rgb(var(--black-custome)), rgb(var(--third-color)));
    color: white;
}

.gradiant-black-t {
    background: linear-gradient(180deg, rgb(var(--black-custome)), rgb(var(--third-color)));
    color: white;
}

.gradiant-black-b-70 {
    position: relative;
    color: white;
}

.gradiant-black-b-70::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: calc(100% - 200px);
    background: linear-gradient(0deg, rgb(var(--black-custome)), rgb(var(--third-color)));
    border-radius: var(--radius-size);
    z-index: -1;
}

.gradiant-black-t-70 {
    position: relative;
    color: white;
}

.gradiant-black-t-70::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: calc(100% - 200px);
    background: linear-gradient(180deg, rgb(var(--black-custome)), rgb(var(--third-color)));
    border-radius: var(--radius-size);
    z-index: -1;
}

.gradiant-black-b p,
.gradiant-black-t p,
.gradiant-black-t-70 p,
.gradiant-black-b-70 p{
    color: white;
}

/* gradiant-white */

.gradiant-white-b {
    background: linear-gradient(180deg, #ffffff, #f0f0f0);
    box-shadow: #90909061 0px 0px 10px 0px;
    color:black;
}

.gradiant-white-b-70 {
    position: relative;
    color:black;
}

.gradiant-white-b-70::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: calc(100% - 200px);
    background: linear-gradient(180deg, #ffffff, #f0f0f0);
    box-shadow: #90909061 0px 0px 10px 0px;
    border-radius: var(--radius-size);
    z-index: -1;
}

.gradiant-white-b p,
.gradiant-white-b li,
.gradiant-white-b-70 p,
.gradiant-white-b-70 li {
    color: rgb(var(--third-color));
}


.Custome-radius {
    border-radius: var(--radius-size);
}

.Custome-radius-md {
    border-radius: 15px !important;
}

.Custome-radius-sm {
    border-radius: 15px !important;
}

/* bg texture */

.bg-texture,
.bg-texture02 {
    position: relative;
    overflow: hidden;
}

.bg-texture::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url("../../../uploads/44c6833b-7ed5-4b22-b280-2715ff8ec4b3-BG01.png");
    background-position: left;
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 0.2;
}

.bg-texture02::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url("../../../uploads/7cf6e5f0-2dd0-4ce0-9654-40e4ca901a73-Texture02.png");
    background-position: left;
    background-repeat: no-repeat;
    background-size: cover;
}

.bg-texture *,
.bg-texture02 *{
    z-index: 2; 
    position: relative;
}

.Primary {
    color: rgb(var(--first-color))
}

.Custome-ul {
    margin: 10px 20px;
    list-style-type: disc;
}

.Custome-ul li {
    line-height: 1.75;
}

.Custome-ul li::marker {
    color: rgb(var(--first-color))
}

/* table */

.table {
    border-radius: var(--radius-size);
    text-align: center;
    overflow: hidden;
}

/* table primary */

.table-primary, .table-primary > td, .table-primary > th {
    background: rgb(var(--first-color)) !important;
    color: black;
    border: none !important;
}

.table-primary tbody + tbody, .table-primary td, .table-primary th, .table-primary thead th {
    border-color: #6e6e6e !important;
}

.table-primary.table-primary-gradiant-b {
    background: linear-gradient(180deg, #FFE57E, rgb(var(--first-color))) !important;
}

/* CustomeTable */

.CustomeTable {
    background: linear-gradient(180deg, #ffffff, #f0f0f0);
    box-shadow: #90909061 0px 0px 10px 0px;
    border-radius: var(--radius-size);
    padding: 20px;
}

.CustomeTable table {
    border-radius: 15px;
    margin: 0;
}

.CustomeTable thead th {
    background: rgb(var(--first-color));
    vertical-align: middle;
    border-bottom: 0;
}

.CustomeTable tbody td {
    vertical-align: middle;
}

.CustomeTable .bi {
    color: rgb(var(--first-color));
    font-size: 1.5rem;
}

.CustomeTable li {
    text-align: right;
}

.CustomeTable.Right td {
    text-align: right;
}

/* CustomeTableBlack */

.CustomeTableBlack {
    background: linear-gradient(0deg, rgb(var(--black-custome)), rgb(var(--third-color)));
}

.CustomeTableBlack td,
.CustomeTableBlack li {
    color: white;
}

/* Titr03 */

.Titr03 {
    color: rgb(var(--third-color));
    position: relative;
    margin: 30px 0 20px;
} 

.Titr03::before {
    content:"";
    position: absolute;
    bottom: -10px;
    right: 0;
    width: 40px;
    height: 3px;
    background-color: rgb(var(--first-color))
}

.Titr03.font-sm {
    font-size: clamp(0.9rem, 1vw, 1.125rem);
}

/* UIKit01 */

.UIKit01-box {
    margin: 40px 0;
}

.UIKit01-Titr {
    width: fit-content;
    border-bottom: 5px solid rgb(var(--first-color));
    border-radius: 0 0 5px 5px;
    padding-bottom: 15px;
    margin: 0 40px -12px;
    z-index: 3;
    position: relative;
    line-height: 1.75;
}

.UIKit01-Titr.font-md {
    font-size: clamp(1rem, 1.25vw, 1.5rem);
}

.UIKit01-content {
    padding: 25px 20px 20px;
    border-radius: var(--radius-size);
}

.UIKit01-content p {
    margin: 0;
}

@media (max-width: 768px) {
    .UIKit01-Titr {
        width: calc(100% - 80px );
        text-align: center;
    }
}



/* news datils */

.block-wrapper .single-post-box {
    margin-top: 10%;
    position: relative;
}

.block-wrapper .single-post-box::before {
    content: "";
    position: absolute;
    width: calc(100% + 60px);
    height: calc(100% - 300px);
    bottom: -30px;
    right: -30px;
    background: linear-gradient(180deg, rgb(var(--black-custome)), rgb(var(--third-color)));
    border-radius: var(--radius-size);
    z-index: -1;
}

.block-wrapper .single-post-box .post-image img {
    margin: auto;
    border-radius: var(--radius-size);
}

.block-wrapper .single-post-box .title-post {
    border: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

.block-wrapper .single-post-box .title-post h1 {
    width: fit-content;
    margin: auto;
    color: rgb(var(--white-custome));
    text-align: center;
    margin-bottom: 50px;
    position: relative;
}

.block-wrapper .single-post-box .title-post h1::before {
    content: "";
    position: absolute;
    bottom: -5px;
    right: 0;
    width: 100%;
    height: 5px;
    background-color: rgb(var(--first-color));
    border-radius: 0 0 var(--radius-size) var(--radius-size);
}

.block-wrapper .single-post-box .title-post .post-tags {
    display: flex;
    justify-content: space-between;
}

.block-wrapper .single-post-box .title-post .post-tags li {
    color: rgb(var(--black-custome));
    font-size: 16px;
    font-style: normal;
}

.block-wrapper .single-post-box .title-post .post-tags li i {
    color: rgb(var(--first-color));
}

.block-wrapper .single-post-box .title-post .post-tags li:last-child {
    display: none !important;
}

.block-wrapper .single-post-box .post-content {
    background: linear-gradient(180deg, #ffffff, #f0f0f0);
    box-shadow: #90909061 0px 0px 10px 0px;
    border-radius: var(--radius-size);
    margin-top: -80px;
    padding-top: 60px;
}

.block-wrapper .single-post-box .post-content blockquote {
    background: none;
    box-shadow: none;
    width: 90%;
    margin: auto;
    text-align: center;
}

.block-wrapper .single-post-box .post-content blockquote::before {
    content: none;
}

.block-wrapper .single-post-box .post-content blockquote h2 {
    color: rgb(var(--black-custome));
    font-size: clamp(1rem, 1.25vw, 1.25rem);
    line-height: 1.75;
}

.block-wrapper .single-post-box .post-content #newsContent {
    padding: 30px;
    padding-top: 0;
}

.block-wrapper .single-post-box .post-content #newsContent p {
    color: rgb(var(--third-color));
}

@media (max-width: 768px) {
    .block-wrapper .single-post-box::before {
        height: 90%;
    }

    .block-wrapper .single-post-box .post-content {
        padding-top: 100px;
    }

    .block-wrapper .single-post-box .post-content blockquote {
        width: 100%;
        padding: 0 10px;
    }

    .block-wrapper .single-post-box .post-content #newsContent {
        padding: 0px;
    }
}

.container-homepage.latest-post {
    display: none;
}

.NewsDetails {
    margin-top: 0
}

.NewsDetails p,
.NewsDetails span {
    font-family: 'IRANSans' !important;
}

.NewsDetails img {
    margin-top: 10px;
    border-radius: var(--radius-size)
}

/* comments */

#comments {
    margin-top: 100px !important;
}

#comments h3 {
    text-align: center;
    margin: 0 auto 50px;
    width: fit-content;
    box-shadow: #90909061 0px 0px 10px 0px;
    padding: 0.5rem;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

#comments h3::before {
    content: "";
    width: 35px;
    height: 46px;
    position: relative;
    background: url(../../../uploads/2b5195cc-dca9-4dbd-87a7-039fc6201bd8-Texture.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

#comments h3::after {
    content: "";
    width: 35px;
    height: 46px;
    position: relative;
    background: url(../../../uploads/bbd286a3-cc34-4cf1-a3a7-715f4801d0fc-Texture02.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

#comments .col-12 {
    padding: 0;
}

#comments .alert.alert-info {
    padding: 0.75rem 2rem;
    width: fit-content;
    display: flex;
    align-items: flex-end;
    flex-direction: row-reverse;
    gap: 10px;
}

#comments .alert.alert-info .btn-close {
    color: #f70018;
    border: 1px solid #f70018;
    border-radius: 5px;
    transition: 0.4s;
}

#comments .alert.alert-info .btn-close:hover {
    background-color: #f70018;
    color: white;
}

#comments .alert.alert-info .btn-close::before {
    content: "\f00d";
    font-family: 'FontAwesome';
}

/* comments-view */

#comments .comments-view .comment-card {
    background: linear-gradient(180deg, rgb(var(--black-custome)), rgb(var(--third-color)));
    border-radius: var(--radius-size);
    margin: 25px 0;
}

#comments .comments-view .comment-box {
    display: flex;
    gap: 15px;
}

#comments .comments-view .comment-content {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

#comments .comments-view .comment-content h4 {
    width: calc(80% - 10px);
    color: rgb(var(--first-color));
}

#comments .comments-view .comment-content p {
    color: rgb(var(--white-custome));
}

#comments .comments-view .comment-content .comment-time {
    width: 20%;
    display: flex;
    justify-content: flex-end;
    gap: 30px;
    padding-left: 25px;
}

#comments .comments-view .comment-content .comment-time .text-muted {
    color: rgb(var(--white-custome)) !important;
}

#comments .comments-view .comment-content .comment-time .fa {
    color: rgb(var(--first-color)) !important;
    padding: 0 5px;
}

#comments .comments-view .comment-answer {
    display: flex;
    align-items: center;
    padding: 15px 70px 15px 0;
    gap: 15px;
    background: linear-gradient(180deg, #FFE57E, rgb(var(--first-color)));
    border-radius: var(--radius-size)
}

#comments .comments-view .comment-answer img {
    width: 40px;
}

#comments .comments-view .comment-answer-content {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

#comments .comments-view .comment-answer-content p {
    color: rgb(var(--black-custome));
    margin: 0;
}

#comments .comments-view .comment-answer-content .text-muted {
    display: flex;
    padding-left: 25px;
    align-items: center;
    justify-content: center;
    gap: 15px;
    color: rgb(var(--black-custome)) !important;
}

#comments .comments-view .comment-answer-content .text-muted .fa {
    color: rgb(var(--black-custome)) !important;
}

@media (max-width: 768px) {
    #comments .comments-view .comment-content .comment-time {
        padding-left: 0;
    }

    #comments .comments-view .comment-answer {
        padding: 15px;
    }

    #comments .comments-view .comment-answer-content {
        flex-direction: column-reverse;
    }

    #comments .comments-view .comment-answer-content .text-muted {
        width: 100%;
        justify-content: flex-end;
        padding-left: 0;
    }
}

/* comments-form */

#comments .comments-form .card {
    margin-top: 50px !important;
    position: relative;
    border: none;
}

#comments .comments-form .card-header {
    border: none;
    background: none;
}

#comments .comments-form .card-header h4 {
    text-align: center;
    margin: 0 auto 50px;
    width: fit-content;
    box-shadow: #90909061 0px 0px 10px 0px;
    padding: 0.5rem;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

#comments .comments-form .card-header h4::before {
    content: "";
    width: 35px;
    height: 46px;
    position: relative;
    background: url(../../../uploads/2b5195cc-dca9-4dbd-87a7-039fc6201bd8-Texture.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

#comments .comments-form .card-header h4::after {
    content: "";
    width: 35px;
    height: 46px;
    position: relative;
    background: url(../../../uploads/bbd286a3-cc34-4cf1-a3a7-715f4801d0fc-Texture02.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

#comments .comments-form .card-body {
    background: linear-gradient(180deg, rgb(var(--black-custome)), rgb(var(--third-color)));
    border-radius: var(--radius-size);
}

#comments .comments-form .card-body form {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: flex-start;
    padding: 0 30px;
}

#comments .comments-form .card-body form .mb-3 {
    width: 32%;
}

#comments .comments-form .card-body form .mb-3:nth-child(5) {
    width: 65%;
}

#comments .comments-form .card-body label {
    direction: ltr;
    color: rgb(var(--white-custome));
    font-weight: 500;
}

#comments .comments-form .card-body label .text-danger {
    color: rgb(var(--first-color)) !important;
}

#comments .comments-form .card-body input,
#comments .comments-form .card-body textarea {
    border: none;
    border-radius: var(--radius-size);
    background: linear-gradient(180deg, #FFE57E, rgb(var(--first-color)));
}

#comments .comments-form .card-body .btn.btn-primary {
    padding: 10px 40px;
    background-color: rgb(var(--first-color));
    color: rgb(var(--black-custome));
    border: none;
    border-radius: 40px;
    transition: 0.4s;
    z-index: 9;
    position: relative;
    margin: auto;
    font-weight: 600;
}

#comments .comments-form .card-body .btn.btn-primary:hover {
    color: rgb(var(--white-custome));
}

@media (max-width: 768px) {
    #comments .comments-form .card-body form {
        flex-direction: column;
    }

    #comments .comments-form .card-body form .mb-3 {
        width: 100% !important;
        z-index: 9;
    }
}

/* AboutPage */

.AboutPagePart01-box {
    padding: 70px 50px;
    position: relative;
}

.AboutPagePart01-box::before {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 150%;
    height: 100%;
    background: linear-gradient(180deg, #ffffff, #f0f0f0);
    box-shadow: #90909061 0px 0px 10px 0px;
    z-index: -1;
    border-radius: var(--radius-size);
}

.AboutPagePart01-box p {
    margin-bottom: 0 ;
}

.AboutPagePart01 video {
    border-radius: var(--radius-size);
    margin-top: 50px;
}

.AboutPagePart02 {
    position: relative;
    margin: 100px 0;
}

.AboutPagePart02-box {
    margin: 30px 0;
    padding: 20px 30px 0;
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 20px;
    justify-content: space-between;
    width: 100%;
    height: calc(100% - 60px);
}

.AboutPagePart02-box .Titr02 {
    margin-bottom: 45px;
}

.AboutPagePart02-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    gap: 20px;
}

.AboutPagePart02-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 15px;
    border-radius: 15px;
    padding: 20px;
    position: relative;
    color: white;
    width: calc(25% - 15px);
}

.AboutPagePart02-item img {
    width: 40px;
}

.AboutPagePart02-item img:nth-child(3) {
    display: none;
}

.AboutPagePart02-item:hover {
    background: linear-gradient(180deg, #FFE57E, rgb(var(--first-color)));
    color: black;
}

.AboutPagePart02-item:hover img:nth-child(3) {
    display: block;
}

.AboutPagePart02-item:hover img:nth-child(2) {
    display: none;
}

.AboutPagePart02-item p {
    margin: 0;
    color: inherit;
    font-size: clamp(0.8rem, 0.8vw, 1.2rem);
}

.AboutPagePart03-box {
    width: 85%;
    margin: 20px auto;
    position: relative;
}

.AboutPagePart03-box img {
    width: calc(100% - 60px);
    border-radius: var(--radius-size);
    margin: 30px;
    box-shadow: 0px 0px 3px 0 rgb(0,0,0,0.5);
}

.AboutPagePart03-content {
    margin: 0 30px;
    text-align: center;
    background: linear-gradient(0deg, rgb(var(--third-color)), rgb(var(--black-custome)));
    border-radius: var(--radius-size);
    padding: 20px;
    position: relative;
    overflow: hidden;
    z-index: 99;
}

.AboutPagePart03-content::before {
    content: '';
    position: absolute;
    width: 130%;
    height: 40%;
    bottom: 0%;
    left: -15%;
    opacity: 0;
    transform: rotate(-15deg);
    -webkit-filter: blur(50px);
    filter: blur(50px);
    border-radius: 50%;
    transition: opacity 0.3s;
    background-color: rgb(var(--first-color));
}

.AboutPagePart03-box:hover .AboutPagePart03-content::before {
    opacity: 1;
}

.AboutPagePart03-content h4 {
    color: rgb(var(--first-color));
}

.AboutPagePart03-content p {
    text-align: center;
    margin-bottom: 0;
    color: white;
}

.AboutPagePart04-box {
    background: linear-gradient(0deg, #FFE57E, rgb(var(--first-color)));
    padding: 20px;
    border-radius: var(--radius-size)
}

.AboutPagePart04-box ul {
    display: flex;
    justify-content: space-around;
    margin: 0;
}

.AboutPagePart04-box ul li {
    width: 20%;
    font-weight: 600;
    position: relative;
    padding: 15px;
    display: flex;
    align-items: baseline;
    gap: 10px;
    text-align: right;
}

.AboutPagePart04-box ul li::after {
    content:"";
    position: absolute;
    left: -12%;
    top: 5px;
    width: 1px;
    height: calc(100% - 10px);
    background-color: #6e6e6e;
}

.AboutPagePart04-box ul li::before {
    content:"";
    display: flex;
    width: 10px;
    height: 10px;
    padding-left: 10px;
    border-radius: 50%;
    background-color: black;
}

.AboutPagePart04-box ul li:last-child::after {
    content: none ;
}

.AboutPagePart05 {
    position: relative;
    padding: 40px 0;
    margin: 0 0 -40px;
}

.AboutPagePart05::before {
    content:"";
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 200%;
    background: linear-gradient(180deg, #ffffff, #f0f0f0);
    box-shadow: #90909061 0px 0px 10px 0px;
    border-radius: var(--radius-size)
}

.AboutPagePart06-box {
    margin: 20px;
    height: calc(100% - 30px);
    padding: 30px;
}

.AboutPagePart06-box h4 {
    line-height: 1.75;
    margin-top: 30px;
}

.AboutPagePart06-box img {
    transition: 0.4s;
}

.AboutPagePart06-box:hover img {
     transform: rotateY(180deg);
}

@media (min-width: 768px) {
    #page-13befc1d-7e78-4f5f-b7c1-d79805eeca56 #image-gallery .col-lg-3.col-md-6.col-sm-6.col-xs-12.image {
        flex: 0 0 33%;
        max-width: 33%;
    }
}

@media (max-width: 768px) {

    .AboutPagePart01-box {
        padding: 30px;
    }
    
    .AboutPagePart01-box::before {
        width: 100%;
    }

    .AboutPagePart01 video {
        margin-top: 20px;
    }

    .AboutPagePart02::before {
        height: 86%;
    }

    .AboutPagePart02-box::before {
        width: 100%;
    }

    .AboutPagePart02-item {
        width: 45%;
    }
    
    .AboutPagePart04-box ul {
        flex-direction: column;
    }

    .AboutPagePart04-box ul li {
        width: 100%;
    }
}

/* News */

.latest-news .cardview1 {
    box-shadow: #00000061 0px 0px 10px 0px;
    border-radius: var(--radius-size);
    background-color: #f0f0f0;
    height: calc(100% - 40px);
    margin: 20px 0;
}

.latest-news .cardview1  .card-body {
    padding-bottom: 0 ;
}

.latest-news .cardview1  .card-body a:first-child {
    width: 100%;
}

.latest-news .cardview1 img {
    border-radius: 18px;
    box-shadow: #00000033 0px 0px 5px 0px;
    margin: auto;
}

.latest-news .cardview1 .card-title a {
    line-height: 1.75;
    min-height: 55px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.latest-news .cardview1 p {
    font-size: clamp(0.8rem, 0.9vw, 0.9rem);
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.latest-news .cardview1 p:nth-child(4) {
    min-height: 50px;
}

.latest-news .cardview1 .news-date .text-muted {
    color: rgba(var(--black-custome), 0.6) !important;
    font-size: clamp(0.8rem, 0.9vw, 0.9rem);
}

.latest-news .cardview1 .btn {
    display: block;
    width: fit-content;
    padding: 10px 25px;
    margin: -20px auto -20px 10px;
    background: rgb(var(--first-color));
    color: black;
    border: none;
    border-radius: var(--radius-size);
    box-shadow: #00000033 0px 0px 5px 0px;
    transition: 0.6s;
}

.latest-news .cardview1 .btn:hover {
    color: rgb(var(--first-color));
    background: black;
}

/* Board */

.Board .Board-head img {
    width: 100%;
    border-radius: var(--radius-size);
    margin-bottom: 30px;
    box-shadow: 0px 0px 3px 0 rgb(0,0,0,0.5);
}

.Board .Board-head-content {
    text-align: center;
    background: linear-gradient(0deg, rgb(var(--third-color)), rgb(var(--black-custome)));
    border-radius: var(--radius-size);
    padding: 20px;
}

.Board .Board-head-content h4 {
    color: rgb(var(--first-color))
}

.Board .Board-head-content p {
    color: white;
    text-align: center;
    margin: 0;
}

.Board .Board-box {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    color: white;
    padding: 20px 0px 20px 30px;
}

.Board .Board-box p {
    color: white;
}

.Board .Board-box::before {
    content:"";
    position: absolute;
    top: 8%;
    left: 0;
    width: 150%;
    height: 85%;
    background: linear-gradient(0deg, rgb(var(--third-color)), rgb(var(--black-custome)));
    border-radius: var(--radius-size);
    z-index: -1
}

.Board .UIKit01-box {
    margin: 0;
}

@media (max-width: 768px) {

     .Board .Board-box {
        margin: 20px 0;
        padding: 20px;
    }
    
    .Board .Board-box::before {
        top: 0%;
        left: 0;
        width: 100%;
        height: 100%;
    }

    .Board .UIKit01-Titr {
        width: 100%;
        margin-top: 20px;
    }
}

/* ContactPage */

.ContactPage ul {
    margin: 20px;
}

.ContactPage ul li {
    width: 100%;
    line-height: 2.5;
    display: flex;
    align-items: baseline;
    /* flex-wrap: wrap; */
}

.ContactPage ul li::before {
    color: rgb(var(--first-color));
    padding-left: 15px;
}

.ContactPage iframe {
    box-shadow: none;
    border: none;
    border-radius: var(--radius-size);
    margin-top: 50px;
    height: calc(100% - 3rem);
}

.ContactPage-box  {
    margin: -45px 0 0 0;
    height: 100%;
}

.ContactPage-box  .UIKit01-Titr {
    margin: 0 20px -12px;
}

.ContactPage-box  .UIKit01-content {
    height: 100%;
    padding: 25px 0;
}

.ContactPage-box ul {
    margin: 0 20px;
    position: relative;
    height: 100%;
}

.ContactPage-box ul::before {
    content:"";
    position: absolute;
    left: -15%;
    top: 0;
    width: 1px;
    height: 100%;
    background-color: rgb(var(--first-color));
}

.ContactPage-box ul.last::before {
    content: none;
}

@media (max-width: 768px) {
    .ContactPage {
        margin-top: 35px !important;
    }

    .ContactPage-box {
        margin: 20px 0 0;
    }

    .ContactPage-box ul::before {
        content: none;
    }
}

#fb-editor {
    background: linear-gradient(0deg, rgb(var(--third-color)), rgb(var(--black-custome)));
    border-radius: var(--radius-size);
    padding: 30px 0 60px;
}

#fb-editor .frmb {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

#fb-editor li {
    background: inherit;
    box-shadow: none;
    width: 100%;
}

#fb-editor .field-label {
    color: white;
    margin: 0 20px 10px 0;
    padding: 0 8px;
    position: relative;
}

#fb-editor .field-label::before {
    content: "";
    position: absolute;
    bottom: -20px;
    right: 0;
    width: 100%;
    height: 5px;
    background-color: black;
    border-radius: 0 0 5px 5px;
}

#fb-editor .required-asterisk {
    color: rgb(var(--first-color))
}

#fb-editor li input,
#fb-editor li textarea,
#fb-editor li select {
    background: linear-gradient(180deg, #FFE57E, rgb(var(--first-color)));
    padding: 25px;
    border: none;
    border-radius: 10px;
}

.firstreg .rgbtn {
    width: fit-content;
    color: black;
    border: 1px solid;
    padding: 10px 35px;
    background-color: rgb(var(--first-color));
    border-radius: var(--radius-size);
    font-weight: 500;
    transition: 0.4s;
    box-shadow: none;
    margin: -30px auto 0 15%;
    display: block;
}

.firstreg .rgbtn:hover {
    background-color: rgb(var(--black-custome));
    color: rgb(var(--first-color));
}

#page-080c3180-03f3-4e91-b461-823e0ffd12a4 #fb-editor li  {
    width: calc(33% - 10px);
}

#page-080c3180-03f3-4e91-b461-823e0ffd12a4 #fb-editor .textarea-field  {
    width: calc(99% - 10px);
}

#page-080c3180-03f3-4e91-b461-823e0ffd12a4 #fb-editor .textarea-field textarea {
    padding: 45px 25px;
}

@media (max-width: 768px) {
    #page-080c3180-03f3-4e91-b461-823e0ffd12a4 #fb-editor li,
    #page-080c3180-03f3-4e91-b461-823e0ffd12a4 #fb-editor .textarea-field {
        width: 100%;
    }
}

/* FAQ */

.FAQ .accordion .card {
    border: none;
    background: linear-gradient(180deg, rgb(var(--third-color)), rgb(var(--black-custome)));
    border-radius: var(--radius-size) !important;
    margin-top: 20px;
}

.FAQ .accordion .card-header {
    border: none;
    padding: 0;
    background: transparent;
}

.FAQ .accordion .card-header p {
    color: white;
    margin: 0;
}

.FAQ  .accordion .card-header .btn {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
    text-decoration: none !important;
    color: rgb(var(--first-color));
    font-weight: 500;
    padding: 25px 2.5rem;
}

.FAQ  .accordion .card-header .btn.collapsed {
    text-align: right !important;
}

.FAQ  .accordion .card-header .btn .fas {
    transform: rotate(180deg);
    transition: 0.4s;
}

.FAQ  .accordion .card-header .btn.collapsed .fas {
    transform: rotate(0deg);
}

.FAQ  .accordion .card-body {
    padding: 1.25rem 2.5rem;
}

.FAQ  .accordion .card-body p {
    color: white;
}

#page-d861f2ed-c817-4750-9ccf-008b92632e85 #fb-editor li,
#page-0e45a074-0d81-482e-8f77-564164b49eda #fb-editor li,
#page-8d2d9add-341d-46e2-b735-49101bfad590 #fb-editor li,
#page-453eec00-3c4d-48e7-8871-0103f55d5d7b #fb-editor li,
#page-b54781f7-b90d-4e9e-82e4-07a157be2559 #fb-editor li {
    width: calc(25% - 10px);
}

#page-d861f2ed-c817-4750-9ccf-008b92632e85 #fb-editor .textarea-field,
#page-0e45a074-0d81-482e-8f77-564164b49eda #fb-editor .textarea-field,
#page-8d2d9add-341d-46e2-b735-49101bfad590 #fb-editor .textarea-field,
#page-453eec00-3c4d-48e7-8871-0103f55d5d7b #fb-editor .textarea-field,
#page-b54781f7-b90d-4e9e-82e4-07a157be2559 #fb-editor .textarea-field{
    width: calc(100% - 10px);
}

#page-d861f2ed-c817-4750-9ccf-008b92632e85 #fb-editor .textarea-field textarea,
#page-0e45a074-0d81-482e-8f77-564164b49eda #fb-editor .textarea-field textarea,
#page-8d2d9add-341d-46e2-b735-49101bfad590 #fb-editor .textarea-field textarea,
#page-453eec00-3c4d-48e7-8871-0103f55d5d7b #fb-editor .textarea-field textarea,
#page-b54781f7-b90d-4e9e-82e4-07a157be2559 #fb-editor .textarea-field textarea{
    padding: 45px 25px;
}

@media (max-width: 768px) {
    #page-d861f2ed-c817-4750-9ccf-008b92632e85 #fb-editor li,
    #page-d861f2ed-c817-4750-9ccf-008b92632e85 #fb-editor .textarea-field,
    #page-0e45a074-0d81-482e-8f77-564164b49eda #fb-editor li,
    #page-0e45a074-0d81-482e-8f77-564164b49eda #fb-editor .textarea-field,
    #page-8d2d9add-341d-46e2-b735-49101bfad590 #fb-editor li,
    #page-8d2d9add-341d-46e2-b735-49101bfad590 #fb-editor .textarea-field,
    #page-453eec00-3c4d-48e7-8871-0103f55d5d7b #fb-editor li,
    #page-453eec00-3c4d-48e7-8871-0103f55d5d7b #fb-editor .textarea-field,
    #page-b54781f7-b90d-4e9e-82e4-07a157be2559 #fb-editor li,
    #page-b54781f7-b90d-4e9e-82e4-07a157be2559 #fb-editor .textarea-field{
        width: 100%;
    }
}

/* Financial */

.Financial .AboutPagePart02-content {
    flex-wrap: nowrap;
}

.Financial .AboutPagePart02-item {
    height: 100%;
}

.Financial .AboutPagePart02-item p {
    text-align: center;
}

.Financial .AboutPagePart02-item img {
    width: 75px;
}

/* Quality-carousel */

.Quality-carousel {
    margin-top: 35px;
}

.Quality-carousel img {
    border-radius: var(--radius-size);
}

.Quality-carousel .owl-nav {
    display: flex;
    justify-content: center;
    gap: 30px;
    margin-top: 35px;
    font-size: 2rem;
    color: rgb(var(--first-color))
}

/* Hiring */

.Hiring-box {
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.Hiring-box p {
    color: white;
    margin-top: 20px;
    text-align: center;
}

@media (max-width: 768px) {
    .Hiring-box {
        flex-direction: column;
    }
}

.Catalog iframe {
    border-radius: var(--radius-size)
}

/* insidepaging */

.insidepaging {
    display: flex !important;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

.insidepaging a ,
.insidepaging input {
    background: rgb(var(--first-color));
    border-color: rgb(var(--first-color));
    color: black !important;
    box-shadow: #00000033 0px 0px 5px 0px;
    font-weight: 500;
    transition: 0.4s;
    cursor: pointer;
    margin: 40px 0;
}

.insidepaging a:hover ,
.insidepaging input:hover {
    background: black;
    border-color: black;
    box-shadow: var(--shadow-custome);
    color: rgb(var(--first-color)) !important;
}

/* Magazine */

.Magazine-box > img {
    margin: -50px 0 0px;
}

/* Services */

.Services img {
    width: 85px;
}

/* photo-report-main */

.photo-report-main .card {
    box-shadow: #00000061 0px 0px 10px 0px;
    border-radius: var(--radius-size);
    background-color: #f0f0f0;
    height: calc(100% - 40px);
    margin: 20px 0;
    padding: 20px 20px 0;
}

.photo-report-main .card  .card-body {
    padding-bottom: 0 ;
}

.photo-report-main .card  .card-body p:first-child {
    min-height: 60px;
    font-weight: 500;
}

.photo-report-main .card img {
    border-radius: 18px;
    box-shadow: #00000033 0px 0px 5px 0px;
    margin: auto;
}

.photo-report-main .card  .card-body .fa {
    color: rgb(var(--first-color));
    font-weight: 100;
}

/* photo-report details */

.block.image-block .container .row .col-sm-12 .block-content .single-post-box .post-image {
    width: 60%;
    margin: 12% auto  0;
    border-radius: var(--radius-size) !important;
    background: linear-gradient(180deg, rgb(var(--black-custome)), rgb(var(--third-color)));
    padding: 30px 30px 60px ;
}

.block.image-block .container .row .col-sm-12 .block-content .single-post-box .title-post {
    padding: 0;
    border: none;
}

.block.image-block .container .row .col-sm-12 .block-content .single-post-box .title-post .post-tags {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    margin-top: -40px;
    margin-bottom: 40px;
}

.block.image-block .container .row .col-sm-12 .block-content .single-post-box .title-post .post-tags li {
    font-size: 14px;
    font-style: normal;
    color: white;
}

.block.image-block .container .row .col-sm-12 .block-content .single-post-box .title-post .post-tags li i {
    color: rgb(var(--first-color));
    font-weight: 100;
}

.block.image-block .container .row .col-sm-12 .block-content .single-post-box .post-image img {
    border-radius: var(--radius-size);
}

.block.image-block .container .row .col-sm-12 .block-content .single-post-box > .post-content blockquote {
    background: linear-gradient(180deg, #FFE57E, rgb(var(--first-color)));
    box-shadow: none;
    text-align: center;
    border-radius: 15px;
    padding: 20px;
}

.block.image-block .container .row .col-sm-12 .block-content .single-post-box > .post-content blockquote::before {
    display: none;
}

.block.image-block .container .row .col-sm-12 .block-content .single-post-box > .post-content blockquote h2 {
    color: black;
}

#image-gallery {
    margin-top: -50px;
    background: linear-gradient(180deg, #ffffff, #f0f0f0);
    box-shadow: #90909061 0px 0px 10px 0px;
    border-radius: var(--radius-size);
    padding: 30px;
}

@media (max-width: 768px) {
    .block.image-block .container .row .col-sm-12 .block-content .single-post-box .post-image {
        width: 100%;
    }
}

/* news */

.block.image-block > .block > .block-wrapper .single-post-box .title-post .post-tags li {
    color: black !important;
}

.block.image-block > .block > .block-wrapper .single-post-box .title-post .post-tags {justify-content: space-around !important;margin-top: -35px !important;margin-bottom: 35px !important;}


/* Under */

.Under {
    margin-top: 175px;
}

.Under-box {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.Under h1 {
    font-size: clamp(1.25rem, 1.5vw, 1.75rem);
    padding: 0;
}

.Under .gradiant-white-b {
    position: relative;
    padding-bottom: 60px !important;
    overflow: hidden;
}

.Under .gradiant-white-b::before {
    content:"";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 85px;
    background: linear-gradient(0deg, #ffffff, #dedede);
}

