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


@font-face {
    font-family: "Abar";
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/AbarMid-Regular.ttf) format("truetype");
}

@font-face {
    font-family: "Abar";
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/AbarMidFaNum-Regular.ttf) format("truetype");
}

html {
    scroll-behavior: smooth;
}

:root {
    --first-color: #343539;
    --second-color: #1A1A1A;
}
blockquote,
h1 {
    margin-bottom: 1.5rem;
}

a {
    color: black;
}

.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: #000000;
    color: white;
}


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

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:hover {
    color: inherit !important;
    }

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

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

.main-body {
    overflow: hidden;
    min-height: 170px;
}

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

        .main-body .container.body-container {
            padding: 0;
            margin: 0;
            max-width: 100%;
        }

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



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

    .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: 34px;
        letter-spacing: 1px;
        color: white;
        background: rgba(0, 0, 0, 0.43);
        width: 47%;
        border-radius: 10px;
        text-align: center;
        padding: 10px;
        line-height: 2;
    }

@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 {
    font-family: IRANsans;
    direction: rtl;
    text-align: right;
    overflow-x: hidden;
}

* {
    outline: none !important;
}

ul {
    list-style: none;
}

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


.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: 20px 0; */
    /* display: flex; */
    justify-content: center;
    width: 25%;
    margin-right: 5px;
    cursor: pointer;
}

.alllangs select {
    background-color: #00000080;
    color: white;
}

/* 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;
        color: white !important;
        /* border-bottom: 1px solid; */
    }

nav.main-nav {
    height: 100%;
    display: flex;
    align-items: center;
}

.header-nav {
    transition: 0.2s linear;
    /* padding: 10px 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;
}

.navbar-nav li .nav-link {
    position: relative;
    border-bottom: 1px solid #00000000;
    transition: 0.4s;
}

.navbar-nav li .nav-link::before {
    content:"";
    position: absolute;
    left: 25%;
    right: auto;
    bottom: -11px;
    width: 50%;
    height: 100%;
    margin: auto;
    display: block;
    border-bottom: 3px solid white;
    opacity: 0 ;
}

.navbar-nav li .nav-link:hover::before {
   opacity: 1 ;
}

.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: 14px;
    margin: auto 5px;
    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: 5px 0 !important;
    margin-top: -45px;
}

.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: 22px;
    position: relative;
    padding-left: 15px;
    margin-top: 8px;
}

    .header-nav .hamburger .bar {
        padding: 0;
        width: 20px;
        height: 2px;
        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: 8px;
}

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

.header-nav .bar4 {
    bottom: 4px;
    width: 15px !important;!i;!;
}

/* 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 {
    padding: 5px 0;
    width: 60%;
    margin: auto auto auto 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;
        position: relative;
    }

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


    .navbar-nav .dropdown-menu {
        position: static;
        float: none;
    }

    .header-nav .nav-link:after {
        width: 10px;
        height: 10px;
        position: absolute;
        bottom: 10px;
        left: 15px;
        border: none;
        background-image: url("../../../uploads/7b50e052-3e7d-4d9c-995f-54b95ae06b48-NavIcon.png");
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
        transition: 0.4s;
    }

    .show .show .nav-link:after {
       transform: rotate(180deg);
    }

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

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

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


.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 {
        font-size: 26px;
        font-weight: 700;
        line-height: 30px;
        margin: 0 0 15px;
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.vertical-carousel-news-content .slick-list {
    /* height: 250px !important; */
    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 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;
    display: none;
}

.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: inherit;
    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 {
        background: inherit;
        color: inherit;
        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: 60px 30px 0 30px;
    }
}

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

    .img-wrapper img, .img-wrapper video {
        width: 100%;
        height: 278px;
        object-fit: cover;
    }

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

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


a {
    text-decoration: none;
}


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

.ReadMore {
    width: fit-content;
    margin: 15px 0;
}

.ReadMore a {
    padding: 10px 25px;
    border: 1px solid white;
    color: white;
    transition:0.4s;
}

.ReadMore a:hover {
    color: white !important;
    background: #00000080;
}

.text-center .ReadMore {
    margin: 15px auto;
}

.ReadMore.Black a{
    border-color: black;
    color: black;
}

.ReadMoreTwo {
    width: fit-content;
    margin: 15px 0;
    margin-left: auto;
}

.ReadMoreTwo a {
    color: var(--first-color);
    font-weight: 500;
    position: relative;
    display: flex;
}

.ReadMoreTwo a::before {
    content: "\f177";
    font-family: "FontAwesome";
    padding-right: 5px;
    transition: 0.4s;
}

.ReadMoreTwo a:hover::before {
    padding-right: 10px;
}

.Titr {
    margin: 5px 0 20px;
}

.SecondTitr {
    color: var(--first-color);
    font-size: 20px;
    font-weight: 500;
}

/* Navbar */

#header {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 100;
    /* background-image: linear-gradient(black, rgba(0, 0, 0, 0.0)); */
    background-color: #00000080;
    transition:0.4s;
}

#header:hover {
    background-color: #000000;
}

.fixed-top {
    position: fixed !important;
}

.dropdown-menu.multi-level {
    background-color: #000000ad;
    padding: 0;
}

.dropdown-menu.multi-level .dropdown-submenu {
    border-bottom: 1px solid #ffffff7a;
    width: 100%;
    padding: 10px 0;
    transition: 0.4s;
}

.dropdown-menu.multi-level .dropdown-submenu:hover {
    border-bottom: 1px solid #ffffff;
}

.dropdown-menu.multi-level .dropdown-item {
    color: white !important;
    font-family: 'Abar';
}

.dropdown-menu.multi-level .dropdown-item:hover {
    background-color: inherit;
}

/* Homepage */

.Homepage {
    background-color:white;
    color: black;
}

/* Slider */

.Slider {
    margin: 0;
}

.Slider video {
    width: 100%;
    height: 100%;
}

.carousel-caption {
    width: 50%;
    top: 10%;
    left: unset;
    right: 10%;
    text-align: right;
    padding: 30px;
}

.carousel-caption h1 {
    color: var(--first-color);
    font-weight: 600;
    font-size: 36px;
}

.carousel-caption h2 {
    font-size: 36px;
    font-weight: 600;
    padding: 15px 0;
}

.carousel-caption p {
    margin-bottom: 0;
    font-size: 14px;
}

.carousel-caption img {
    width: 175px;
    margin: 20px 0;
}

.carousel-caption .ReadMore {
    text-align: right;
    margin: 20px 0 0 auto;
}

.main-slider-carousel .owl-nav .owl-prev {
    position: absolute;
    width: 10%;
    height: 100%;
    right: 0;
    top: 0;
    font-size: 30px !important;
}

.main-slider-carousel .owl-nav .owl-next {
    position: absolute;
    width: 10%;
    height: 100%;
    left: 0;
    top: 0;
    font-size: 30px !important;
}

.main-slider-carousel .owl-nav .fas {
    font-weight: 900 !important;
    color:white;
}

.main-slider-carousel .owl-dots {
    position: absolute;
    bottom: 40px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.main-slider-carousel .owl-dot span {
    width: 30px;
    height: 3px;
    display: inline-block;
    margin: 0 5px;
    position: relative;
    background-color:white;
    opacity: 0.5;
}

.main-slider-carousel .owl-dot.active span {
    opacity: 1;
}

.main-slider-carousel .item {
    width: 100%;
    height: 100vh;
}

/* ProductSlider */

.ProductSlider-box {
    position: relative;
    margin-top: -10px;
}

.ProductSlider-overlay {
    position: absolute;
    top: 10%;
    right: 10%;
} 

.ProductSlider-overlay h2 {
    color: white;
    margin-top: 40px;
    font-size: 36px;
    text-shadow: 1px 1px 5px #444;
}

.ProductSlider-overlay-header {
    border-bottom: 1px solid white;
    padding-bottom: 10px;
    width: fit-content;
}

.ProductSlider-overlay-header img {
    transform: rotate(180deg);
}

.ProductSlider-overlay-header a {
    color: white !important;
    font-size: 16px;
    font-weight: 500;
    padding-right: 10px;
}

.nav-action {
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
    z-index: 999999;
    position: relative;
}

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

/* ProductNew-carousel */

.Homepage.ProductNew {
    padding: 50px 0;
    background-image: linear-gradient(-90deg, #b1b1b1, transparent);
}

.Homepage.ProductNew img {
    width: 70%;
    margin: auto;
    display: block;
}


.ProductNew-carousel .owl-nav .owl-prev {
    position: absolute;
    right: 5%;
    top: 50%;
    font-size: 30px !important;
}


.ProductNew-carousel .owl-nav .owl-next {
    position: absolute;
    left: 5%;
    top: 50%; 
    font-size: 30px !important;
}

.ProductNew-carousel .owl-stage {
    transition: 1s !important;
}

.ProductNew-carousel .owl-nav .fas {
    font-weight: 100 !important;
}

.ProductNew-carousel .owl-dots {
    position: absolute;
    top: 0;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    /* flex-direction: row-reverse; */
}

.ProductNew-carousel .owl-dot span {
    width: fit-content;
    height: 20px;
    display: inline-block;
    margin: 0 20px;
    position: relative;
    font-family: 'IRANSans';
}

.ProductNew-carousel .owl-dot span::before {
    content : "Product";
    color: gray ;
}

.ProductNew-carousel .owl-dot.active span::before {
    color: black ;
}

.ProductNew-carousel .owl-dot:nth-child(1) span::before {
    content : "GS8"
}

.ProductNew-carousel .owl-dot:nth-child(2) span::before {
    content : "EMPOW"
}

.ProductNew-carousel .owl-dot:nth-child(3) span::before {
    content : "EMKOO"
}

.ProductNew-carousel .owl-dot:nth-child(4) span::before {
    content : "EMZOOM"
}

.ProductNew-carousel .owl-dot:nth-child(5) span::before {
    content : "AION S"
}

.ProductNew-carousel .owl-dot:nth-child(6) span::before {
    content : "GN6"
}

.ProductNew-box {
    width: 60%;
    margin: auto;
    text-align: center;
    opacity: 0;
    transition: 3.5s;
}

.active .ProductNew-box {
    opacity: 1;
}

.ProductNew-box .ReadMore {
    margin: 30px auto;
}

.carousel-indicators {
    bottom: 20px;
}

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

.ProductNew-box-content-item {
    padding: 0 10px 0 35px;
    border-left: 1px solid;
    text-align: right;
}

.ProductNew-box-content-item:nth-child(4){
    border: none;
}

.ProductNew-box-content-item h5 {
    direction: rtl;
    font-size: 16px;
}

.ProductNew-box-content-item p{
    margin: 0;
    font-weight: 700;
    font-size: 18px;
}

/* ScrollSlider */

.ScrollSlider {
    padding: 50px 0 0;
}

.ScrollSlider .owl-nav {
    position: absolute;
    right: 10%;
    bottom: 10%;
}

.ScrollSlider .owl-nav  i {
    padding: 10px 20px !important;
    margin: 0 10px;
    color: white;
    font-size: 30px;
    border: 1px solid;
}

/* NewsInfo */

.NewsInfo {
    padding: 50px 0;
}

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

.NewsInfo-info p {
    margin: 30px 0 ;
}

.NewsInfo-img {
    margin: 15px 0;
    overflow: hidden;
    
}

.NewsInfo-img img {
    transition:0.4s;
}

.NewsInfo-img:hover img {
    transform: scale(1.1);
}

.NewsInfo-img.part-two img {
    width: 100%;
    height: 230px;
    object-fit: cover;
}

.NewsInfo .ProductSlider-overlay-header a {
    color: black !important;
    font-size: 16px;
    font-weight: 500;
}

.NewsInfo .ProductSlider-overlay-header {
    border-bottom: 1px solid black;
    padding-bottom: 5px;
    margin-bottom: 15px;
}

.NewsInfo .NewsInfo-info h2 {
    color: black;
    margin-top: 40px;
    font-size: 36px;
}

/* Cloud */

.Cloud {
    padding: 80px 0;
}

.Cloud-box {
    position: relative;
    color: white;
}

.Cloud-box-content {
   position: absolute;
   left: 0;
   top: 0;
   width: 100%;
   height: 100%;
   display: flex;
   flex-direction: column;
   align-items: center;
   justify-content: center;
   background: #00000085;
}

.Cloud-box-content p {
    width: 50%;
    margin: 30px 0;
    color: white;
    text-align: center;
}

.animate__backInDown {
    -webkit-animation-name: backInDown;
    animation-name: backInDown;
    animation-duration:4s ;
    animation-delay: 2s
}

.Cloud-box-content img {
    width: 200px;
}

/* MiddleSlider */

.MiddleSlider {
    background-color: black;
    padding: 75px 0 0;
}

.MiddleSlider-carousel .owl-nav i {
    opacity: 0;
}

.MiddleSlider-carousel .owl-nav .owl-prev{
    position: absolute;
    left: 0;
    top: 0;
    width: 10%;
    height: 100%;
}

.MiddleSlider-carousel .owl-nav .owl-next{
    position: absolute;
    right: 0;
    top: 0;
    width: 10%;
    height: 100%;
}


.MiddleSlider-box {
    position: relative;
    color: white;
    margin: 0px 15px;
}

.MiddleSlider-box-overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: #00000085;
}

.MiddleSlider-box-overlay p {
    width: 50%;
    margin: 30px 0;
    direction: rtl;
    text-align: center;
}

.MiddleSlider-box-overlay-header {
    display: flex;
    flex-direction: row-reverse;
    align-items: flex-start;
}

.MiddleSlider-box-overlay-header h2 {
    display: flex;
    flex-direction: row-reverse;
}

.MiddleSlider-box-overlay-header p {
    width: 100%;
    margin: 0;
    font-size: 20px;
}

.MiddleSlider-box-overlay-header img {
    width: 220px;
}

/* footer */

footer {
    background-color: black;
    padding: 20px 0 0px;
    margin: 0;
    color: white;
}

.footer-box {
    display: flex;
}

.footer-box-item {
    padding: 0 23px;
    text-transform: uppercase;
}

.footer-box-item ul {
    padding: 0;
}

.footer-box-item h5  {
    color: white;
    padding-bottom: 20px;
    font-size: 18px;
}

.footer-box-item li a  {
    color: white !important;
    opacity: 0.8;
    font-size: 14px;
}

.footer-box-item li:hover a {
    opacity: 1;
}

.footer-bottom {
    border-top: 1px solid #ffffff0f;
    padding-top: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.copy-right a {
    transition: 0.4s;
    color: white !important ;
}

.copy-right p {
    font-size: 14px;
}

.footer-bottom .footer-box-icon ul {
    display: flex;
    padding: 0;
}

.footer-bottom .footer-box-icon li {
    background-color: white;
    width: 35px;
    height: 35px;
    display: flex;
    font-size: 22px;
    margin: 0 10px;
    padding-top: 6px;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
}



.MODAL {
    margin: 0;
    padding: 0;
}

/* Responsive */

/* X < 768  || 0 < X < 768 */

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

@media (max-width: 768px) {
    
    #navbarSupportedContent {
        background-color: rgba(0, 0, 0, 0.7);
        position: absolute;
        right: -30px;
        width: 116%;
        top: 1px;
        z-index: 99;
    }

    #navbarSupportedContent ul li a {
        padding-right: 20px;
    }
    
    .ProductNew img {
        width: 100% !important;
        margin-top: 45px !important;
        margin-bottom: 30px !important;
    }
    
    .ProductNew-box {
       width: 90%;
    }

    .ProductNew-box .row {
        flex-direction: column-reverse;
    }

    .ProductNew-box img {
        width: 60% !important;
        margin-bottom: 48px !important;
        margin-top: 30px !important;
    }

    .ProductNew-box-content {
        display: flex;
        flex-wrap: wrap;
        border-bottom: 1px solid;
        padding-bottom: 20px;
    }

    .ProductNew-box-content-item {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        width: 50%;
        border-left: none;
        padding: 0;
        margin: 8px 0;
    }

    .ProductNew-box-content-item h5 {
        padding-right: 10px;
        margin: 0;
    }

    .ProductNew-box-content-item p {
       margin: 0; 
    }

    .ProductNew-carousel .owl-nav .owl-prev {
        bottom: -30%;
    }

    .ProductNew-carousel .owl-nav .owl-next {
         bottom: -30%;
    }

    .MiddleSlider-box-overlay {
        /* background: none; */
        color: black;
    }

     .MiddleSlider-box-overlay-header {
         margin-top: 20px;
     }

    .MiddleSlider-box-overlay p {
        width: 90%;
        color:white;
    }

    .MiddleSlider .MiddleSlider-box-overlay  {
        color: white;
    }

    .MiddleSlider .MiddleSlider-box-overlay p {
        color: white;
    }

    .Cloud-box-content h2 {
        color: black;
        margin-top: 20px;
    }

    .Cloud-box-content p {
        width: 90%;
    }

    .footer-bottom {
       flex-direction: column; 
    }
    
    .ProductNew-carousel .owl-dots {
        top: -4%;
        display: inline-block;
        text-align: center;
    }
}

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

h2.title-form-download {
    font-size: 21px;
    padding-bottom: 20px;
}

/* Start Cms */

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

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

.rgbtn {
    background: green;
    border: 1px solid green;
    display: block;
    margin: 40px auto 0;
}

.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: 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: "abar" !important;
}

/* End Cms */

/* Sidepage */

.Sidepage h2 {
    border: none;
    text-align: right;
    font-weight: 500;
}

.Sidepage p {
    text-align: justify;
    line-height: 1.75;
    color: inherit;
}

.Sidepage .Titr {
    margin: 30px 0 35px 0;
    width: 100%;
}

.Sidepage .text-center .Titr {
    display: flex;
    justify-content: center;
    align-items: center;
}

.Sidepage .Titr h2 {
    font-size: 22px;
    font-weight: 600;
    line-height: 1.5;
    position: relative;
    width: fit-content;
}

.Sidepage .Titr h2:before {
    content: "";
    position: absolute;
    bottom: -50%;
    right: 0;
    width: 100px;
    border-bottom: 4px solid var(--first-color);
    border-radius: 50%;
}

.Sidepage ul {
    list-style-type: disc;
    padding-right: 20px;
    margin-top: 15px;
}

.Sidepage li {
    line-height: 2;
    transition: 0.4s;
    color: #888888;
    font-weight: 500;
}

.Sidepage li::marker {
    color: var(--first-color);
}

/* .Sidepage li:hover {
    transform: translate(-7px, 0px);
} */

.Sidepage .Picture-Hover {
    position: relative;
}

.Sidepage .Picture-Hover:hover a {
    background: rgba(0, 0, 107, 0.329);
    opacity: 1;
}

.Sidepage .Picture-Hover a {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    transition: all 0.4s;
    color: white;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 25px;
    opacity: 0;
}

.Sidepage .Picture-Hover a {
    color: rgba(0, 0, 107, 0);
}

.Sidepage .Picture-Hover img {
    width: 100%
}


.Sidepage .border-image {
    position: relative;
    margin-top: 1.5rem
}

.Sidepage .border-image::before {
    border: 5px solid var(--first-color);
    background-color: var(--first-color);
    content: '';
    position: absolute;
    top: 30px;
    bottom: -30px;
    right: 30px;
    left: -30px;
    z-index: -1;
}

.Sidepage .border-image.odd::before {
    right: -30px;
    left: 30px;
}

.Sidepage .border-image.even::before {
    top: -30px;
    bottom: 30px;
}

.Sidepage .border-image img {
    transition: 0.4s;
}

.Sidepage .border-image img:hover {
    transform: translate(-30px, 30px);
}

.Sidepage table {
    width: 100%;
    text-align: center;
}

.Sidepage table td,
.Sidepage table th {
    padding: 10px 15px;
    color: white;
}

.Sidepage table td a {
    color: white;
}

.Sidepage table thead {
    background-color: var(--first-color);
    color: black;
    line-height: 3;
    background-color: #484848;
}

.Sidepage tbody tr:nth-of-type(even) {
    background-color: var(--first-color);
}

.Sidepage tbody tr:nth-of-type(odd) {
    background-color: rgb(0 0 0 / 0%);
}

.Sidepage tbody tr:hover {
    background-color: #484848 !important;
}

.Sidepage .Read-more {
    color: var(--first-color);
    padding: 10px 30px;
    display: flex;
    border: 2px solid var(--first-color);
    width: fit-content;
    transition: 0.4s;
    margin: 20px;
}

.Sidepage .Read-more:hover {
    color: white;
    background-color: var(--first-color);
}

.Sidepage .Read-more-arrow {
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
    margin: 10px 0;
    transition: 0.4s;
}

.Sidepage .Read-more-arrow::before {
    content: "\f060";
    font-family: 'FontAwesome';
    font-weight: 100;
    padding-right: 7px;
    transition: 0.4s;
}

.Sidepage .Read-more-arrow:hover::before {
    padding-right: 12px;
}


.Sidepage strong {
    display: inline-block;
}

/* Sidepage */


.Sidepage.Services {
    background-color: #f0f0f0;
    margin-top: -40px;
    padding: 70px 0;
}

.Sidepage .Services-box {
    background-color: white;
    padding: 20px;
    margin: 15px 0;
    text-align: center;
    transition: 0.4s;
}

.Sidepage .Services-box:hover {
    background-color:black;
    color: white;
}

.Sidepage .Services-box h5 {
    font-size: 15px;
    line-height: 1.5;
    margin-top: 20px;
    min-height: 50px;
}

.Sidepage .download {
    color: black;
    transition: 0.4s;
    display: flex;
    align-items: center;
}

.Sidepage .download .fas {
    color: green;
    padding-left: 15px;
    font-size: 22px;
}

.search-box {
    display: flex;
    flex-direction: row-reverse;
    width: 100%;
    height: 100%;
    align-items: center;
    /* justify-content: center; */
    margin-top: -6px;
}

.search-box  .fa.fa-search {
    margin-right: 15px;
    color: white;
    font-size: 20px;
    padding: 8px;
    /* border: 1px solid; */
    border-radius: 50%;
    transition:0.4s;
    font-weight: 100;
}
.search-box:hover  .fa.fa-search{
    background-color:var(--second-color);
    color:white;
}
.search-box:hover  input.srchtxt{
       opacity: 1;
       transition:0.4s;
       font-family: 'Abar';
}

.search-box form.search-form1 {
    text-align: left;
}
.search-box input.srchtxt {
    width: 110%;
    opacity: 0;
    transition:0.4s;
}

.Homepage,
.main-body,
header .nav-link,
footer
{
    font-family: "Abar" !important;
}

/* sidepage  */

/* Product-landing */

.Product-landing .nav {
    justify-content: center;
}

.Product-landing .nav .nav-link {
    border: none;
    padding: 10px;
    margin: 0 20px;
    font-size: 20px;
    color: white;
}

.Product-landing .nav .active.nav-link {
    font-weight: 600;
    border-bottom: 3px solid white;
    color: black !important;
}

.Product-landing .tab-pane {
    padding: 30px 0;
}

.Product-landing-box {
    border: 1px solid #dee2e6;
    padding: 30px;
    margin: 15px;
    transition: 0.4s;
    position: relative;
    overflow: hidden;
    min-height: 93%;
    background-color: white;
}

.Product-landing-box img {
    width: 50%;
}

.Product-landing-box h5 {
    color: #747474;
    font-size: 16px;
    margin: 10px 0;
}

.Product-landing-box-img {
    width: 100% !important;
    transform: scale(1.2);
    transition: 0.4s;
}

.Product-landing-box-bottom {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    margin-top: 20px;
}

.Product-landing-box-bottom-item {
    margin-right: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
}

.Product-landing-box-bottom-item::before {
    content: "";
    position: absolute;
    right: -10px;
    top: 0;
    width: 100%;
    height: 50%;
    border-right: 1px solid #747474;
}

.Product-landing-box-bottom-item:first-child {
    margin: 0;
}

.Product-landing-box-bottom-item:first-child::before {
    border: none;
}

.Product-landing-box-bottom-item h5 {
    color: black;
}

.Product-landing-box-bottom-item img {
    width: 24px;
}

.Product-landing-box:hover .Product-landing-box-img {
    transform: scale(1.3);
}

.Product-landing-box:hover {
    box-shadow: 0px 14px 56px rgba(181, 181, 181, 0.28);
}

.Product-landing-box-label {
    position: absolute;
    left: -45px;
    top: 0;
    padding: 10px 50px 10px 45px;
    transform: rotate(-45deg);
    box-shadow: 0px 14px 56px rgba(181, 181, 181, 0.28);
    color: white;
}

.Product-landing-box-label.New {
    background-color: #fe4448;
}

.Product-landing-box-label.Soon {
    background-color: #747474;
}

/* Specification */

.Specification {
    position: relative;
    padding: 100px 0 40px;
    margin-top: -4.5rem;
}

.Specification::after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 50%;
    height: 100%;
    background-color: #41454b;
    z-index: -1;
}

.Specification-box {
    color: white;
}

.Specification-box h2 {
    font-size: 36px;
    margin-bottom: 40px;
}

.Specification-box ul {
    list-style-type: none;
}

.Specification-box ul li {
    color: white;
    padding: 10px 0;
}

.Specification-box ul li strong {
    padding: 0 5px;
}

.Specification-content {
    display: flex;
}

.Car-picture {
    margin-bottom: 30px;
}

.Car-button-control .Car-button {
    position: relative;
    padding: 5px 10px;
    margin: 10px 0;
    min-width: 150px;
    border-radius: 20px;
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    cursor: pointer;
    transition: 0.4s;
}

.Car-button-control .Car-button:hover,
.Car-button-control .Car-button.active  {
    -moz-box-shadow: inset 0px 1px 4px #545454;
    -webkit-box-shadow: inset 0px 1px 4px #545454;
    box-shadow: inset 0px 1px 4px #545454;
    background-color: #ededed;
}

.Car-button-control .Car-button img {
    width: 25px;
}

.Car-button-control .Car-button p {
    width: 100%;
    margin: 0;
    text-align: center;
    color: black;
    opacity: 0;
    transition: 0.4s;
    font-size: 13px;
}

.Car-button-control .Car-button:hover p,
.Car-button-control .Car-button.active p {
    opacity: 1;
}

/* Dimensions */

.Dimensions {
    background: url(../../../uploads/dc00b3f9-801b-45b2-870b-6fd27cc7ec88-DimensionsBG.jpg);
    background-position: center;
    background-size: cover;
    padding: 70px 0 20px;
    margin-top: -2rem;
}

.Dimensions-box h2 {
    text-align: center;
    font-size: 34px;
    margin-bottom: 40px;
    color: black;
}

.Dimensions-box img {
    width: 80%;
    display: block;
    margin: auto;
}

/* Performance */

.Performance {
    margin: 70px 0;
}

.Performance h2 {
    font-size: 34px;
    text-align: center;
}

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

.Performance-box p {
    text-align: center;
    color: white;
    margin-top: 1rem;
}

/* Features */

.Features {
     margin: 50px 0;
}

.Features h2, .products h2 {
    font-size: 34px;
    text-align: center;
}

.Features-box {
    position: relative;
}

.Features-box p {
    position: absolute;
    right: 10%;
    bottom: 10%;
    color: white;
    text-shadow: 2px 1px 2px black;
}

/* Downloads */

.Downloads {
    margin: 50px 0;
}

.Downloads .Downloads-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    transition: 0.4s;
    box-shadow: 0 10px 29px 0 rgb(33 43 70 / 10%);
    padding: 30px;
    background-color: white;
    color: black;
}

.Downloads .Downloads-box::before {
    content : "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0%;
    background-color: #9fa2a7;
    transition: 0.8s;
    z-index:-1;
}

.Downloads .Downloads-box p {
    margin: 15px 0;
    transition: 0.4s;
}

.Downloads .Downloads-box img {
    position: relative;
    transition: 0.8s;
}

.Downloads .Downloads-box:hover::before  {
   height: 100%;
}

.Downloads .Downloads-box:hover p{
    color: black;
    font-weight:700;
}

.Downloads .Downloads-box:hover img {
    transform: rotateY(360deg);
}

/* ProductNav */

.ProductNav {
    position: fixed;
    top: 45px;
    left: 0;
    width: 100%;
    margin: 0;
    background-color: white;
    z-index: 98;
    box-shadow: 0 10px 29px 0 rgb(33 43 70 / 10%);
    padding: 20px 0;
}

.ProductNav.fix-active {
    top: 0;
    z-index: 1000;
}

.ProductNav img {
    padding-right: 20px;
}

.ProductNav-box ul {
    display: flex;
    margin: 0;
    padding: 0;
}

.ProductNav-box.part-two ul {
    justify-content: flex-end;
}

.ProductNav-box ul li {
    padding: 0 20px;
    position: relative
}

.ProductNav-box ul li::before {
    content: "";
    position: absolute;
    right: 0px;
    top: 30%;
    width: 100%;
    height: 50%;
    border-left: 2px solid black;
    z-index: -1;
}

.ProductNav-box ul li:last-child::before {
    border: none;
}

.ProductNav-box ul li a {
    color: black !important;
}

.ProductNav-box ul li a.active {
    color: black;
    font-weight: 900;
}

.ProductNav-box ul li .fas {
    padding-left: 5px;
}

@media (max-width: 768px) {
    .Specification::after {
        width: 100%;
    }
    
    .Specification-content {
        flex-direction: column-reverse;
    }

    .navbar-nav li .nav-link::before {
        content: none;
    }
}

/* Performance-details */

.Performance-details{
    background-image: url('../../../uploads/12fbfb12-2642-4d19-a88a-a757b38516a5-expansive-cabin-bg.jpg');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 231px;
    position: relative;
    z-index: 1;
    padding-bottom: 65px;
}

.Performance-details::before {
    content: "";
    width: 100%;
    height: 100%;
    background: url(../../../uploads/b008d250-a4ce-4c70-9ece-eb74d615366e-expansive-cabin-mask.jpg) left bottom repeat-x;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -1;
}

.Performance-details h2{
    font-size: 36px;
    font-weight: bold;
    line-height: 1.2;
    color:#fff;
    text-shadow:1px 1px 5px #444
}

.Performance-details h2 {
    padding: 0 0 100px 0;
    text-align: center;
}

.Features-boxs p {
    font-size: 18px;
    text-align: center;
    margin-top: 28px;
    padding: 0 20px;
    font-weight: 500;
    line-height: 1.4;
    margin-bottom: 30px;
    color:#fff
}

.Performance-details-carousel .owl-item.active {
    padding: 0 75px;
}

.Performance-details-carousel .carousel_se_02_carousel {
    direction: ltr;
}

.Performance-details-carousel .owl-item.active.center {
    transform: scale(1.2);
    padding: 0;
}

.Performance-details-carousel.carousel_se_02 {
    margin: 0px -20% 0 -20%;
}

.Performance-details-carousel.carousel_se_02 p {
    font-size: 24px;
    line-height: 1.5;
    text-align: center;
    margin-top: 30px;
    padding: 0 25%;
    height: 90px;
}

.Performance-details-carousel .owl-nav {
    position: relative;
}

.Performance-details-carousel .owl-nav button {
    position: absolute;
    bottom: 40px;
}

.Performance-details-carousel .owl-prev {
    left: 33%;
}

.Performance-details-carousel .owl-next {
    right: 33%;
}

.Performance-details.Emkoo{
    background-image: url('../../../uploads/544b4dbf-93c1-4bcd-af33-26f59a93790d-expansive-cabin-bg.jpg');
}

.Emzoom-Performance {
    background-image: url('../../../uploads/a7f0ec0d-89a1-4402-8ac8-cd2dd855b04a-expansive-cabin-bg.jpg');
}

.Performance-details.Gn6{
    background-image: url('../../../uploads/176341c1-ba9b-424b-9d81-c26445c5b019-expansive-cabin-bg.jpg');
}

.Performance-details.NewGs8{
    background-image: url('../../../uploads/81076dd3-bd80-4222-8136-0823bd807bee-expansive-cabin-bg.jpg');
}

.Performance-details.M8{
    background-image: url('../../../uploads/b5e65927-e2ff-44c6-a292-0c9351df51b3-expansive-cabin-bg.jpg');
}

/* Specification-details */

.Specification-details-nav-box h2 {
    text-align: center;
    font-size: 34px;
    font-weight: 700;
    margin-bottom: 20px;
}

.Specification-details-nav-box ul {
    display: flex;
    justify-content: center;
    align-items: center;
}

.Specification-details-nav-box li {
    padding: 0px 20px;
    position: relative;
}

.Specification-details-nav-box ul a {
    color:white;
}

.Specification-details-nav-box ul li.active a {
    font-weight: 600;
}

.Specification-details-nav-box ul li::before {
    content: "";
    position: absolute;
    right: 0px;
    top: 16%;
    width: 100%;
    height: 50%;
    border-left: 2px solid black;
    z-index: -1;
}

.Specification-details-nav-box ul li:last-child::before {
    display:none;
}

.Specification-details-table {
    margin: 20px 0 70px;
}

@media (max-width: 768px) {
   .Specification-details-nav-box ul {
       flex-direction: column;
       align-items: flex-start;
   }
}


/* About sidepage */

.Sidepage  .About-partOne p {
    text-align: center;
    color: inherit;
    font-size: 20px;
}

.Sidepage .About-partTwo {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 50px;
}

.Sidepage .About-partTwo h2 {
    font-size: 25px;
    margin-bottom: 20px;
}

/* contact */

.Sidepage.Contact {
    background : url("../../../uploads/363feae8-d12b-44a9-adc5-1779f6066d1c-ContactBG.jpg");
    background-position: top;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    padding: 100px 0;
    position: relative;
    margin-bottom: 70px;
}

.Sidepage.Contact::before {
    content:"";
    position:absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: black;
    opacity: 0.5;
}

.Sidepage.Contact iframe {
    border: none;
}

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

.Contact-box ul {
    padding: 0;
}

.Contact-box h2 {
    font-size: 25px;
    margin-bottom: 20px;
}

.Contact-box .Contact-box-item {
    list-style: none;
    border-bottom: 1px solid #d3d3d3;
    padding-bottom: 10px;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    color: white;
}
.Contact-box .Contact-box-item a {
    color: white;
}

.Contact-box .Contact-box-item:nth-child(4) {
   border-bottom: none; 
}

.Contact-box-item-content .fas{
    font-size: 25px;
    color: white;
    padding-left: 20px;
}

.Contact-box .Contact-box-item strong {
    padding: 0 10px;
    display: block;
}

.Contact-box .Contact-box-item ul {
    display: flex;
    list-style-type: none;
}

.Contact-box .Contact-box-item ul li {
    padding: 0 5px;
    font-size: 20px;
    border-bottom: none;
}

.Contact-box .Contact-box-item ul li .fas {
    color: white;
}

/* mobile */

@media (max-width: 768px) {
    .logo {
        width: 80%;
        padding: 5px 0;
        margin: auto;
        z-index: 99999;
        position: relative;
    }
    .carousel-caption {
        width: 100%;
        right: 0%;
        top: 8%;
    }
    .main-slider-carousel .owl-dots {
        bottom: 20px;
    }

    .footer-box-item h5  {
        padding-bottom: 0px;
    }

    .MiddleSlider-box {
        margin: 0px 10px;
    }

    .main-slider-carousel .item {
        height: 100%;
    }

    .NewsInfo .ReadMore {
        display: none;
    }
}

.news-carousel .owl-stage {
    margin: 0px -20px 0 3px;
}

/* Iran map */

.IranMap {
    margin: 50px 0;
}

#IranMap-svg svg path {
    fill: #b1b1b1;
    stroke: #626262;
    transition: 0.4s;
}

#IranMap-svg svg path:hover {
    cursor: pointer;
    fill: white;
}

#IranMap-svg .sea path,
#IranMap-svg .lake path {
    fill: #178edb !important;
}

#IranMap-name p {
    min-height: 30px;
    text-align: left;
    font-size: 20px;
    font-weight: 600;
    color: white;
}

#IranMap-svg path.active {
    fill: white;
}

#IranMap-buttons {
    width: 100%;
    height: 100%;
}

#IranMap-buttons ul {
    display: flex;
    flex-direction: column;
}

#IranMap-buttons ul li {
    cursor: pointer;
}

#IranMap-buttons ul li a {
    width: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
}

#IranMap-box h2 {
    text-align: center;
    line-height: 1.5;
}

#IranMap-svg svg path {
     pointer-events: none;
}

#IranMap-svg svg .tehran,
#IranMap-svg svg .mazandaran,
#IranMap-svg svg .khorasan-razavi,
#IranMap-svg svg .kerman,
#IranMap-svg svg .hamadan{
    pointer-events: auto;
}  

/* X < 768  || 0 < X < 768 */
@media (max-width: 768px) {
    #IranMap-buttons ul {
        flex-wrap: wrap;
        flex-direction: row;
        padding-right: 20px;
    }
    
    #IranMap-buttons ul li {
        width: 50%;
    }
}


.Social {
    background-color: black;
    padding: 80px 0;
}

.Social-box {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 40px;
    border: 1px solid transparent;
    border-image: linear-gradient(90deg,#958772,#FFFFF0);
    border-image-slice: 1; 
}

.Social-box h5 {
    color: white;
    font-size: 25px;
    font-weight: 600;
    margin-bottom: 25px;
}

.Social-box p {
    color: white;
    font-size: 20px;
    text-align: center;
}

/* form */
.form-wrap.form-builder .frmb>li:hover {
    border-color: #ffffff00;
    box-shadow: none;
}

.form-wrap.form-builder .frmb li {
    background-color: inherit;
}

.form-wrap.form-builder .frmb li input,
.form-wrap.form-builder .frmb li select{
    background-color: inherit !important;
    color: inherit !important;
}

.form-wrap.form-builder .frmb li option {
    background-color: black;
}

.form-wrap.form-builder .frmb li label{
    color: inherit !important;
    font-family: 'Abar';
}

.form-wrap.form-builder .form-control:focus {
    box-shadow: none;
    border-color:#646464;
}

.form-wrap.form-builder .form-control {
    border: none !important ;
    border-bottom: 1px solid !important ;
    border-radius: 0 !important ;
    box-shadow: none !important ;
}

.textarea-field.form-field textarea {
    background: inherit !important;
    color: inherit;
}

.rgbtn,
.secondreg .rtnbtn{
    background: inherit;
    color:inherit;
    border: 1px solid;
    font-weight: 400;
    margin: 40px 14%;
    transition:0.4s;
}

.rgbtn:hover,
.secondreg .rtnbtn:hover{
    box-shadow: none;
    color: black !important;
    background: white;
}

.iransans {
    font-family: 'IRANSans';
}


/* change number 200000 */


.Banner01-box img {
    width: 100%;
    height: 70vh;
    object-fit: cover;
}

.Banner01-box {
    position:relative;
}

.Banner01-box::before {
    content:"";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #00000085;
}

.Banner01-box-content {
    position: absolute;
    width: 100%;
    height: 100%;
    right: 0;
    top: 0;
    z-index: 10;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.Banner01-box-content img {
    width: 275px;
    height: auto;
    margin-bottom: 30px;
}

.Banner01-box-content h1 {
    color: white;
    text-align: center;
    font-size: 50px;
}

.Banner01-box-content p {
    color: white;
    text-align: center;
}

.FormHeader-box {
    position: relative;
    color: inherit;
    width:calc(74% - 5px);
    margin: auto;
}

.FormHeader-box::before {
    content:"";
    position: absolute;
    bottom: 10px;
    left: 0px;
    width: 100%;
    height: 100%;
    border-bottom: 1px solid;
    z-index: -1;
}

.FormHeader-box h5 {
    width: fit-content;
    color: inherit;
    background-color: black;
    padding: 0 15px;
    font-size: 20px;
    margin: auto;
}

.WhiteMode .FormHeader-box h5 {
    width: fit-content;
    color: inherit;
    background-color: white;
    padding: 0 15px;
    font-size: 20px;
    margin: auto;
}

@media (max-width: 768px) {
    .FormHeader-box {
        width:calc(90% - 5px);
    }
}

#MapContent .Gallery-Image {
    cursor: pointer;
    position: relative;
}

#MapContent .Gallery-Image img {
    width: 100%;
    height: 300px;
    object-fit: cover;
}

#MapContent .Gallery-Image::before {
    content:"\f055";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #00000045;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 40px;
    font-family: 'FontAwesome';
    transition:0.4s;
    opacity:0;
}

#MapContent .Gallery-Image:hover::before {
    opacity:1;
}

#MapContent .modal-body {
    padding: 0;
}

.latest-news-content .cardview1 {
    background-color: inherit;
    color: inherit;
    border-color: inherit;
}

.latest-news-content .cardview1 a {
    color: inherit !important;!i;!;
}

.latest-news-content .cardview1 img{
    width: 100%;
    height: 170px;
    object-fit: cover;
}

.latest-news-content .cardview1 h5 {
    display: block;
    transition: 0.4s;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2; /* number of lines to show */
    line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 50px;
}

.latest-news-content .cardview1 p {
    display: block;
    transition: 0.4s;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2; /* number of lines to show */
    line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 50px;
}

.latest-news-content .cardview1 .news-date a {
    display: flex;
    flex-direction: row-reverse;
}

.latest-news-content .cardview1 .news-date a .fa {
    padding-right: 7px;
}

.latest-news-content .cardview1 .btn {
    display: none;
}

.NewsInfo.gallery h2,
.NewsInfo.gallery a {
    color: white !important;
}

.NewsInfo.gallery .ProductSlider-overlay-header {
    border-bottom: 1px solid white !important;
}

/* change number 300000 */

/* menu  */

@media (min-width: 992px) {
    .dropdown-toggle::after {
        content: none;
    }
}

@media (max-width: 768px) {
    .navbar {
        width: 100%;
    }

    .main-nav {
        width: 100%;
    }

    .header-nav {
        width: 100%;
    }

    .dropdown-toggle::after {
       margin-right: .255em;
    }
    
    .navbar-nav .dropdown-menu {
        width: 100%;
        padding-right: 18px;
    }

    .nav-item {
        background-color: #000000ad;
        padding: 0;
    }

    .nav-item {
        border-bottom: 1px solid #ffffff7a;
        width: 100%;
        padding: 10px 0;
        transition: 0.4s;
    }

    .dropdown-menu.multi-level {
        background-color: #000000ad;
        padding: 0;
    }

    .dropdown-menu.multi-level .dropdown-submenu {
        border-bottom: none;
        width: 100%;
        padding: 5px 20px 5px 0;
        transition: 0.4s;
    }

    .alllangs {
        width: auto;
    }
}


.Product-details .ReadMore a {
    color: white !important;
    border-color: white !important;
}

/* change number 400000 */

#fb-editor .checkbox-group {
    margin-top: 20px;
}

#fb-editor .checkbox-group .formbuilder-checkbox {
    border-top: 1px solid;
    padding: 10px 0 0px 0;
}

#fb-editor .checkbox-group .formbuilder-checkbox:last-child {
    border-bottom: 1px solid;
}

#fb-editor .checkbox-group .formbuilder-checkbox input {
    margin: 0 5px;
}

@media (max-width: 768px) {
   #fb-editor .checkbox-group .formbuilder-checkbox {
       border: none !important;
   } 
}