@font-face {
    font-family: "IRANSans";
    font-weight: 100;
    src: url("../fonts/IRANSans/ttf/IRANSansFaNum.ttf") format("truetype");
}
@font-face {
    font-family: "IRANSans";
    font-weight: 200;
    src: url("../fonts/IRANSans/ttf/IRANSansFaNum.ttf") format("truetype");
}
@font-face {
    font-family: "IRANSans";
    font-weight: 300;
    src: url("../fonts/IRANSans/ttf/IRANSansFaNum.ttf") format("truetype");
}
@font-face {
    font-family: "IRANSans";
    font-weight: 400;
    src: url("../fonts/IRANSans/ttf/IRANSansFaNum.ttf") format("truetype");
}
@font-face {
    font-family: "IRANSans";
    font-weight: 500;
    src: url("../fonts/IRANSans/ttf/IRANSansFaNum.ttf") format("truetype");
}
@font-face {
    font-family: "IRANSans";
    font-weight: 600;
    src: url("../fonts/IRANSans/ttf/IRANSansFaNum.ttf") format("truetype");
}
@font-face {
    font-family: "IRANSans";
    font-weight: 700;
    src: url("../fonts/IRANSans/ttf/IRANSansFaNum.ttf") format("truetype");
}
@font-face {
    font-family: "IRANSans";
    font-weight: 800;
    src: url("../fonts/IRANSans/ttf/IRANSansFaNum.ttf") format("truetype");
}
@font-face {
    font-family: "IRANSans";
    font-weight: 900;
    src: url("../fonts/IRANSans/ttf/IRANSansFaNum.ttf") format("truetype");
}
@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");
}

.fas{
    font-family:'FontAwesome'
}
:root {
  --color_orginal: #0f406d;
  --color_secondry: #32b1e3;
}
.container-homepage.latest-post {
    display: none;
}
html {
  overflow-x: hidden;
  scroll-behavior: smooth;
}
blockquote,
h1 {
    margin-bottom: 1.5rem;
}
.hero h2,
.hero p,
.hero p small,
.wide h2,
blockquote {
    font-weight: 300;
}
h3 {
    margin: 0.5rem 0 1rem;
}

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

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

img {
    max-width: 100%;
}

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

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

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

.separator {
    margin-bottom: 1rem;
}

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

a {
    color: #337ab7;
}

    a:hover {
        color: #ec0e21;
    }

.sep {
    color: #337ab7;
    padding: 0 2px;
}
.main-body {
    overflow: hidden;
}

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

        .main-body .container.body-container {
            padding: 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: 22px;
        letter-spacing: 1px;
        color: white;
        /* background: #0f406dc9; */
        width: 33%;
        border-radius: 10px;
        text-align: center;
        padding: 20px;
        line-height: 1.3;
    }
.nav-item.dropdown:hover .dropdown-toggle, .nav-item.dropdown:hover .nav-link {
    background: var(--color_orginal);
    color: #fff !important;
}
@media (max-width: 769px) {
    .main-body .container.hero .col.text-center h1 {
        font-size: 25px;
        width: 50%;
        display: none;
    }
}

@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 {
    text-align: right;
    color: #000;
    font-size: 15px;
    overflow-x: hidden;
    font-family: "IRANSans";
    direction: rtl;
}
* {
    outline: none !important;
}

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

a {
    color: #000;
}

    a:hover {
        text-decoration: none;
    }

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

.login a {
    color: #fff;
}

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

.top-nav > ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}

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

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

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

.top-nav li:last-child {
    border: medium none;
    margin: 0;
    padding: 0;
}

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

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

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

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

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

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


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

.alllangs {
    padding: 20px 15px;
    display: flex;
    justify-content: end;
    cursor: pointer;
}

/* End Added by Hosseini for Layout page */

/*Start of Menu*/
header{
    position:relative;
}
.header {
    position: absolute;
    width: 100%;
    z-index: 9999;
}
.main-header {
    background: linear-gradient(180deg, #001f3cb3, #00000000);
    padding: 20px 5%;
}
    .header img {
        /* height: auto; */
        /* padding: 0 20px; */
    }

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

    .nav-item .nav-link:hover {
        color: var(--color_secondry);
    }

.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: 14px;
    font-weight: 300;
}

.dropdown-item {
    padding: 0.5rem 1rem 0.5rem 1rem;
    text-align: right;
    color: #fff;
}
.dropdown-item:focus, .dropdown-item:hover{
    color:var(--color_secondry);
}
.dropdown-submenu:hover::before{
    border-left-color: var(--color_secondry);
}
.dropdown-menu {
    background-color: var(--color_orginal);
    right: 0;
    text-align: right;
    top: 100%;
    min-width: 300px;
    z-index: -99;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity = 0);
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 0 0 0;
    transform-origin: 0 0 0;
    -webkit-transition: 0.6s;
    transition: 0.6s;
    display: unset;
    color: #fff!important;
    margin-top: 0;
    border-radius: 0;
}


.dropdown-submenu {
    position: relative;
    width: 100%;
    transition:.4s
}
 .dropdown-toggle {
     position:relative
 }
.multi-level .dropdown-toggle::before{
       display: block;
    content: " ";
    float: left;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #fff;
    margin-top: 0px;
    transform: rotate(180deg);
    position: absolute;
    left: 5px;
    top: 14px;
}
}
.dropdown-submenu:hover a{
    color:var(--color_orginal)
}
    .dropdown-submenu > .dropdown-menu {
        top: 0;
        right: 100%;
        margin-top: -1px;
        margin-left: -1px;
        -webkit-border-radius: 6px 0px 6px 6px;
        -moz-border-radius: 6px 0px 6px 6px;
        border-radius: 0;
    }

    .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 0px;
    transition: 0.3s;
    font-family: 'IRANSans';
    text-align: center;
    padding: 18px;
}
.menu-click {
  display: table;
}
.load-site {
  opacity: 0.5;
}

th: 100%;
}
    .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: 10px 0  0!important;
}

.header-nav .visuallyHidden {
    position: absolute;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
}

.header-nav .hamburger {
    width: 30px;
    height: 30px;
    position: relative;
    padding-left: 15px;
}

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

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

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

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

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

/* HAMBURGER 3 */

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

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

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

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

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

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

.logo {
    display: flex;
    justify-content: center;
    align-items: center;
    height: auto;
    padding: 10px 0;
}

@media(max-width:992px) {

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

    .header-nav {
        padding: 0
    }

    .dropdown-menu {
        display: none;
    }

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

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

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


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

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

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

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

.nav-item:hover > .dropdown-menu , .dropdown-submenu:hover > .dropdown-menu{
    display: table;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity = 100);
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    z-index: 9999;
}
.dropdown-menu {
    padding-bottom:0
}
/*******  mega menu  *******/

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (max-width: 767px) {
    .menu .navbar-nav .dropdown-menu {
        width: 290px;
    }
}

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

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

.menu .dropdown {
    position: unset
}

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

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

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

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

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

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

.navbar-nav {
    flex-wrap: wrap;
}
/*End of Menu*/

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

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

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

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

        .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: #F4F4F4;
        border: none;
        margin: 0 0 20px;
        position: relative
    }

        .single-post-box > .post-content blockquote h2 {
            font-size: 20px;
            margin: 0.5rem;
            padding: 0;
            line-height: 2;
        }

        .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 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: #666;
   /* border-color: #ec0e21; */
   border: none;
   padding: 0;
}
.btn-outline-info a{
    padding:0
}
    .btn-outline-info:hover {
        color: #000;
        background-color: unset;
        /* border-color: #ec0e21; */
        border: none;
        text-decoration: underline;
    }

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

    .btn-outline-info.focus, .btn-outline-info:focus {
        box-shadow: none;
    }

.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;
    text-align: center;
    margin-top: 26px;
    color: #fff;
    margin-bottom: 20px;
}

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 #F4F4F4;
    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>li:hover, .form-wrap.form-builder .form-control:focus{
    box-shadow:none
}
 .form-builder .frmb .prev-holder input[type='text']{
     transition:.4s;
 }
 .form-builder .frmb .prev-holder:hover input[type='text']{
    background-color:#F4F4F4
}
.form-wrap.form-builder .form-control{
    border-radius:0
}
.form-wrap.form-builder .frmb .form-field .form-group h1 {
    font-size: 26px;
    padding: 15px
}

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

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

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

.rgbtn {
    margin-top: 20px;
    background: var(--color_orginal);
    color: #fff;
    font-size: 1.1rem;
    font-weight: 400;
    border-radius: 40px;
    border: 1px solid var(--color_orginal);
    padding: 10px 50px;
    transition: 0.4s;
    margin: auto;
    text-align: center;
    display: flex;
    margin-top: 20px;
}

    .rgbtn:hover {
        background-color: transparent;
        box-shadow: inset 0 0 0 0.1rem var(--color_secondry);
        -webkit-box-shadow: inset 0 0 0 0.1rem var(--color_secondry);
        -ms-box-shadow: inset 0 0 0 0.1rem var(--color_secondry);
        -o-box-shadow: inset 0 0 0 0.1rem var(--color_secondry);
        color: var(--color_secondry);
        border-color: var(--color_secondry);
    }

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

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

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

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

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

.contact-col {
    padding:20px 15px;
    border-radius: 10px;
    margin: 40px auto;
    text-align: center;
    color: #000;
}
.contact-col.tel {
    background-color:#fdf1f7
}
.contact-col.mail {
    background-color:#f4faf9
}
.contact-col a{
    color: #000;
    transition: .4s;
}
.contact-col a:hover{
    color:var(--color_secondry)
}
.contact-icon {
    /* border: 2px solid var(--color_secondry); */
    /* border-radius: 50%; */
    /* padding: 5px; */
    margin: 15px auto 30px auto;
    width: 65px;
    height: 65px;
}

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

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

@media only screen and (max-width:768px) {
    .contact-col {
        padding: 30px 0px;
        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: 10px 30px 0 30px;
    }
}

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

    .img-wrapper img, .img-wrapper video {
        width: 100%;
        height: 300px;
        object-fit: contain;
        box-shadow: 0 .5rem 3rem -.5rem rgba(0, 73, 125, 0.175);!;
        border-radius: 10px;
    }

.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: rgb(15 64 109 / 54%);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    border-radius: 10px;
}

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

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

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

    #prevButton:hover {
        opacity: 0.7;
    }

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

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

#gallery .rounded {
    width: 330px;
    /* height: 330px; */
    border-radius: .25rem !important;
    margin-bottom: 30px;
    object-fit: cover;
    box-shadow: 0 .5rem 3rem -.5rem rgba(0, 73, 125, 0.175);
}

.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: #fff!important;
    }


        .vertical-carousel-news-content a.btn.btn-outline-info::before {
            content: "\f177";
            font-size: 27px;
            position: absolute;
            top: -2px;
            left: -43px;
            /* right: 0; */
            display: inline-block;
            transition: 0.4s;
            font-family: "FontAwesome";
            background: var(--color_orginal);
            border-radius: 50%;
            width: 43px;
            height: 41px;
            color: #fff;
        }

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

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

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

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

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


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

/* gallary changed by rahimi start */

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

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

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


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



* {
    box-sizing: border-box;
}

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

.pad2 {
    padding: 20px;
}

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

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

    a:hover {
        color: #101010;
        cursor: pointer;
    }

.heading {
    background: #fff;
    border-bottom: 1px solid #F4F4F4;
    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 #F4F4F4;
        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 #F4F4F4;
    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 #F4F4F4;
    display: flex;
    justify-content: space-between;
    padding: 25px;
}

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

    .footer-info .date {
        padding-left: 20px;
        border-left: 1px solid #F4F4F4;
        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 #F4F4F4;
    background-color: #fff;
}

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

        .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 #F4F4F4;
    margin: 40px 0;
    border-radius: 5px;
    width: 100%;
}

.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: var(--color_orginal);
    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: 15px;
    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;
    display: none;
}

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

.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; */
        background-image:url('../../../uploads/32ca8059-6562-4d73-949c-397b3a991733-icon-02.png');
        background-size:cover;
        width:20px;
        height:20px;
        background-repeat:no-repeat;
        margin-left:5px
    }
  .offer-download .fa::before{
      content:none;
  }
/* 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;
}
/* cursor */
.cursor {
  display: block;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%);
  border-radius: 50%;
  background: transparent;
  pointer-events: none;
  z-index: 111;
  border: 2px solid var(--color_orginal);
  transition: all 0.2s ease-out;
  animation: moveCursor1 .5s infinite alternate;
}

.expand {
  background: transparent;
  animation: moveCursor2 .5s forwards;
  border: 1px solid yellow;
}

@keyframes moveCursor1 {
  from {
      transform: scale(1);
  }

  to {
      transform: scale(.8);
  }
}

@keyframes moveCursor2 {
  0% {
      transform: scale(1);
  }

  50% {
      transform: scale(2.5);
  }

  100% {
      transform: scale(1);
      opacity: 0;
  }
}

/* slider */
.dropdown-content p {
    margin-bottom: 0;
}
.social-hero {
  position: absolute;
  z-index: 11;
  width: 100px;
  display: flex;
  align-items: center;
  gap: 20px;
  flex-direction: column;
  top: 30%;
  left: 0;
  color: #fff;
}
.last-a{
  border-bottom: none!important;
}
.carousel-item video {
  max-width: 100%;
  height: 100vh;
  object-fit: cover;
}

.carousel-caption h5 {
  font-weight: 900!important;
  font-size: 20px;
  line-height: 1.3;
  text-align: center;
}
.back-slider {
    background-image: url(../../../uploads/c78a4ba7-b680-4bc7-9c72-2ac6436612be-hover-8.png);
    background-repeat: no-repeat;
    position: absolute;
    width: 500px;
    height: 400px;
    top: 16%;
    right: 193px;
    background-size: 100% 100%;
    background-position: center;
}

#carouselExampleCaptions .read-more a,
#carouselExampleCaptions .read-more .fa {
  color: #fff;
}

.social-horizontal {
  width: 1px;
  height: 85px;
  background: #d3d3d3;
}

.social-link {
  transform: rotate(-90deg);
  color: #FFE;
  font-size: 15px;
  font-weight: 400;
  margin-top: 35px;
}

.slide .link-box,
.slide .icon-btn {
  background: var(--color_orginal);
}

.carousel-control-next,
.carousel-control-prev {
  bottom: 50px !important;
  top: unset;
  width: 53px;
  height: 53px;
  border-radius: 50%;
  border: 1px solid #8f8b8b;
  background: #5c5b62d9;
  opacity: 1;
}

.carousel-caption {
  text-align: right;
  bottom: unset;
  top: 34%;
  left: unset;
  right: 14%;
  padding: 0 20px;
}
.carousel-caption p {
  max-width: 560px;
  font-size: 16px;
  line-height: 33px;
  color: #d9d9d9;
  margin: 21px 0;
  text-align: center;
}

.carousel-item .simpleParallax {
  position: relative;
}

.carousel-item .simpleParallax::before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: #000;
  opacity: 0.7;
}

.carousel-indicators li {
  width: 430px;
  text-indent: 0;
  color: #fff;
  margin-right: 0;
  margin-left: 0;
  display: flex;
  flex-direction: column-reverse;
  line-height: 3;
  opacity: 1;
  background-color: #ffffff59;
}

.carousel-indicators {
  display: flex;
  /* flex-direction: row-reverse; */
  bottom: 12px;
  direction: rtl;
  margin-left: 2%;
  margin-right: 2%;
  padding-right: 0;
  z-index: 999999;
}

.carousel-indicators .active {
  background-color: var(--color_orginal)
}

.socail-media {
  position: absolute;
  top: 310px;
  left: 0;
  background: red;
}

.contact-box {
  position: absolute;
  top: -465px;
  left: -10px;
  z-index: 10;
  /* transform: rotate(270deg); */
}

.contact-box.item02 {
 top: -515px;
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-toggle::after {
  border: none !important;
}

.dropdown-toggle::after {
  content: "";
  position: absolute;
  background: url(../../../uploads/3a524194-6848-4df6-9802-9a25fc7717fb-menu-dd.png) no-repeat top center;
  width: 100%;
  height: 1.25em;
  top: 73%;
  left: 0;
  opacity: 0;
  transition: .4s
}

.dropdown-toggle:hover::after {
  opacity: 1
}

.dropbtn {
  background-color: var(--color_orginal);
  color: white;
  padding: 7px 0px;
  border: none;
  cursor: pointer;
  font-size: 16px;
  border-top-right-radius: 13px;
  border-bottom-right-radius: 13px;
  /* transform: rotate(270deg); */
  z-index: 2;
  position: relative;
  width: 50px;
  height: 50px;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: white;
  min-width: 200px;
  box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.2);
  z-index: 1;
  left: 40px;
  border-radius: 5px;
  top: 3px;
}
.dropdown-content h6{
  padding:14px 15px;
  color:var(--color_orginal)
}
.dropdown-content a {
  color: black;
  padding: 14px 15px;
  text-decoration: none;
  display: block;
  border-bottom: 1px solid #F4F4F4;
  font-size: 14px;
}

.dropdown-content .last-child-menu {
  border-bottom: none
}

.dropdown:hover .dropdown-content {
  display: block;
}

.submenu {
  display: none;
  padding: 10px;
  background-color: #f9f9f9;
}

.dropdown-content a:hover+.submenu {
  display: block;
}

.submenu:hover {
  display: block;
}
.social-media-slider {
    position: relative;
}

/* options */
.products {
  /* padding-bottom: 90px; */
}

.image-options img {
  width: 65px;
}

.image-options {
  margin: 0 auto 5px;
  background: #f4f4f4;
  border: 19px solid #f4f4f4;
  width: fit-content;
  border-radius: 100%;
}

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

.content-options .text-ontions {
  font-size: 13px;
  margin-bottom: 3px;
}

.option {
  padding: 20px 0 30px 0;
}
.option .text-right h3, .option .text-right p, .products .text-right h3, .products .text-right p, .container-fluid.mx-5.px-4 h3{
    text-align:right!important;
}
.box-options,
.box-obtions-two {
  border-left: 1px solid #ddd;
  margin-bottom: 60px;
}

.box-option-last {
  border-left: none
}

.number-options {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 0;
}

.sub-text-ontions {
  margin-bottom: 0;
}

/* products */
.image-tab-pill img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 120px 50px 50px 50px;
}

.sub-products {
  margin-bottom: 0;
  padding-top: 10px;
}

.title-feture .nav-pills .nav-link.active {
  background: unset;
  position: relative;
  color: #000;
}

.title-feture .nav-pills .nav-link.active::after {
  position: absolute;
  content: '';
  background: #665852;
  width: 80px;
  height: 1px;
  bottom: 40px;
  left: 0
}

.title-feture .nav-link img {
  background: #f4f4f4;
  padding: 10px;
  border-radius: 100%;
  width: 60px;
  margin-left: 10px;
  height: 60px;
}

.title-feture .nav-pills .nav-link.active img {
  border: 1px solid #665852
}

.title-tab-pill {
  font-size: 23px;
}

.text-tab-pill {
  color: #717171;
  font-size: 16px;
  text-align: justify;
  line-height: 1.8;
  padding-top: 10px;
  padding-bottom: 25px;
  border-left: 1px solid #665852;
}

.last-tab-pill {
  border-left: 0
}

.link-box {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 60px;
}

.link-box::before {
  position: absolute;
  content: '';
  background-image: url('../../../uploads/ad0d03aa-aa94-47b3-b15c-57a1bb30fd20-btn_more.png');
  background-position: center;
  background-size: cover;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}

.products .btn-nav {
  width: 15px !important;
  height: 15px;
  border-radius: 100%;
  padding: 5px;
  border: none;
  background: #aaa;
  margin-left: 10px;
}

.products .btn-nav.active {
  background: #333;
}

.box-options-2 {
  display: flex;
  margin-bottom: 40px;
  flex-direction: row;
  /* justify-content: start; */
  justify-content: center;
  text-align: center;
}

.box-options-2 .image-options {
  border: 2px solid #f4f4f4;
  margin: 0 5px 10px 5px;
}

.box-options-2 .number-options {
  font-size: 15px;
  font-weight: 800;
}

.box-options-2 .content-options {
  text-align: right;
}

/* map */
.map-container {
  width: 100%;
  height: 600px;
  background-image: url('../../../uploads/383a2906-e2ee-4f78-9493-e83f5623b01e-map.png');
  background-size: contain;
  background-position: center;
  position: relative;
  background-repeat: no-repeat;
}

.map-container::after {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  background: #fff;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: -1;
}

.highlight-area {
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: var(--color_orginal);
}

.highlight-area::after {
  position: absolute;
  content: '';
  border: 1px solid var(--color_orginal);
  width: 10px;
  height: 10px;
  top: -8px;
  left: -8px;
  padding: 10px;
  border-radius: 100%;
  animation: pulse 2s infinite;
  transition: .4s;
}

.highlight-area::before {
  position: absolute;
  content: '';
  border: 1px solid var(--color_orginal);
  width: 10px;
  height: 10px;
  top: -6px;
  left: -6px;
  padding: 7px;
  border-radius: 100%;
  animation: pulse2 2s infinite;
  transition: .4s;
}

@keyframes pulse {
  0% {
    width: 10px;
    height: 10px;
    padding: 13px;
    top: -11px;
    left: -12px;
    border-width: 1px;

  }

  100% {
    width: 10px;
    height: 10px;
    padding: 18px;
    top: -16px;
    left: -16px;
    border-width: 1px;
    opacity: 1;

  }
}

@keyframes pulse2 {
  0% {
    width: 10px;
    height: 10px;
    top: -8px;
    left: -9px;
    padding: 10px;
    border-width: 1px;

  }

  100% {
    width: 10px;
    height: 10px;
    padding: 12px;
    top: -10px;
    left: -10px;
    border-width: 1px;
    opacity: 1;

  }
}

#spain {
  top: 26%;
  right: 50%;
}

#china {
  top: 38%;
  right: 25%;
}

#africa {
  top: 60%;
  right: 44%;
}


@media(max-width : 768px) {
  #spain {
    top: 40%;
  }

  #china {
    top: 44%;
  }

  #africa {
    top: 54%;
  }
}


@media(min-width : 2400px) {

  #china {
    right: 36%;
  }

  #africa {
    right: 47%;
  }
}


.box-text-map {
  background: #fff;
  width: 225px;
  position: absolute;
  right: -235px;
  padding: 0 30px 0 0;
  display: flex;
  transition: .4s;
  top: -60px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  flex-direction: row-reverse;
  justify-content: space-between;
  opacity: 0;
  border-radius: 40px;
  line-height: 2.6;
}

.highlight-area:hover .box-text-map {
  opacity: 1;
}

.image-box-map {
  background: var(--color_orginal);
  padding: 10px;
  border-radius: 100%;
  width: 65px;
  height: 65px;
  text-align: center;
  color: #fff;
}

.title-box-map {
  padding-top: 10px;
}

.image-box-map h6 {
  line-height: 2.6
}

/* news */
.nav-tabs .nav-link.active {
  color: #fff;
  background-color: #6969697a;
  border-color: #6969697a;
}

.nav-tabs .nav-link {
  padding: 5px 15px;
  border-radius: 20px;
  color: #333;
  border: 1px solid #aaa;
  font-size: 15px;
  transition: .4s;
  cursor: pointer;
}

.nav-tabs .nav-link:hover {
  background-color: #6969697a;
  color: #fff
}

.tab-pills-box .nav-item {
  margin-left: 10px;
}

.tab-pills-box {
  padding: 30px 0 40px;
}

.tab-pills-box .nav-tabs {
  border-bottom: 0;
}

.container-homepage .vertical-carousel-news {
  display: none;
  overflow: hidden;
  position: relative;
}
.box-link-tab{
  display:none
}
.card.lst-item.cardview1 {
  border: none;
  height: 350px;
  overflow: hidden;
}
.card.lst-item.cardview1  .card-body a img {
    width: 100%;
}
.card-body {
  padding: 0 0 30px 0;
}

.card-body img {
  border-radius: 15px;
}

h5.card-title.flex-row-reverse.justify-content-between {
  color: #666;
  padding: 10px 5px 0;
}
.container.body-container .card.lst-item.cardview1 .card-body {
    background: #f2f2f3;
}
p.card-text.truncateinside {
  color: #000;
  font-size: 17px;
  padding: 0 5px 0 0;
}
.container-homepage.body-container .card.lst-item.cardview1 .card-text {
    display: none;
}
.card.lst-item.cardview1 .btn-outline-info {
  position: relative;
}

.card.lst-item.cardview1 .btn-outline-info::after {
  position: absolute;
  content: '';
  background-image: url('../../../uploads/a74529b6-4ae4-4441-aac0-2762a2b1db00-left.png');
  background-repeat: no-repeat;
  background-size: contain;
  top: 13px;
  width: 26px;
  height: 7px;
  right: 90px;
}

.photo-report-main .card {
  border-radius: 15px;
  transition: 0.4s;
  border: none;
  height: 350px;
}

.photo-report-main .card img {
  border-radius: 15px;
}

.photo-report-main .card-body.text-right {
  padding: 10px;
}

.photo-report-main .card-body .text-muted {
  color: #000 !important;
}

.latest-news-content, .box-link-tab {
  margin: 0 60px 40px;
  overflow: hidden;
}
p.card-text {
    color: #666;
    padding: 10px 5px 0;
    font-size: 16px;
height:100px
}
.photo-report-main {
  margin: 0 45px 45px;
}
.latest-news, .vertical-carousel-news {
    min-height: 500px;
}
.latest-news, .vertical-carousel-news, .box-link-tab {
    min-height: 450px;
}
/* footer */
#footer {
  background: #f8f8f8;
  color: #222;
  padding: 15px 0 10px 0;
  elative;
  /* margin-top: 50px; */
}

.phone-footer {
  color: #fff;
  font-size: 33px;
  font-weight: 700;
}

.copyright {
  margin-top: 30px;
  padding: 30px 15px;
  background: #F3F3F3;
  color: #717171;
  border-radius: 40px;
}

.copyright .text-right p {
  font-size: 12px
}

.list-footer {
  color: #717171;
  font-size: 14px;
}

.list-footer li {
  display: inline-block;
  padding-left: 10px;
}

.list-footer i {
  color: var(--color_orginal)
}

footer .list-social-header {
  text-align: right;
  padding: 0;
  display: flex;
  justify-content: flex-start;
}

footer .list-social-header img {
  width: 25px;
  height: 25px;
}

footer a {
  transition: .4s;
}

footer a:hover {
  color: var(--color_orginal)
}
.box-address p a {
    padding-right: 0!important;
}
ul.list-footers li a {
  color: #222;
}

ul.list-footers li {
  padding-top: 5px;
  font-size: 14px;
}

ul.list-footers {
  /* padding-top: 15px; */
  margin-bottom: 10px;
  position: relative;
  /* z-index: 999999; */
}

.row-email {
  border-bottom: 1px solid #373737;
  padding-bottom: 20px
}

.title-footer {
  font-size: 14px;
}
.social-media-footer li {
    display:inline-block;
    margin-left: 15px;
    margin-bottom: 30px;
}

.social-media-footer li a {
    padding: 7px 25px;
    border-radius:30px
}
.social-media-footer li a img{
    padding-left:5px
}
.link-footers {
    background: #fff;
    border: 1px solid #c8c7c7;
}
.copy-right {
  /* background: #fff; */
  padding: 25px 0 15px;
  border-top: 1px solid #ddd;
}

.copy-right p {
  margin-bottom: 0;
  font-size: 12px;
  color: #888;
}
.link-footer {
    background: var(--color_orginal);
    color: #fff!important;
    padding: 2px 20px;
    transition: .4s;
}
.link-footer:hover{
  opacity: 0.8;
}


@media(max-width: 766px) {
  .social-hero {
    display: none;
  }

  .carousel-control-next,
  .carousel-control-prev,
  .carousel_comment button {
    display: none;
  }

  .title-section,
  .box-title p {
    font-size: 15px;
  }

  .certificate .owl-nav {
    display: none
  }

  .vertical-carousel-news-content .card.list-item-news.cardview2 .row.nv2-r1 .p-0.nv2-r2 {
    /*! width: 100%; */
    transform: unset;
  }

  .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;
    flex-direction: row;
  }

  .vertical-carousel-news-content .card.list-item-news.cardview2 .card-body {
    padding-right: 0;
    width: 100% !important;
    display: inline-block !important;
  }

  .slick-list.draggable {
    height: unset !important;
    margin-top: 0;
  }

  .col-12.slick-sld-vertical_3.slick-initialized.slick-slider.slick-vertical {
    overflow: unset;
    padding-right: 0;
  }

  .slick-list.draggable:hover .card.list-item-news.cardview2 .row.nv2-r1 .p-0.nv2-r2 {
    transform: unset
  }

  .box-img {
    display: inline-block
  }

  .box-img .inner-img:nth-of-type(2) {
    display: none
  }

  .box-img .inner-img:last-of-type {
    display: none
  }

  .about {
    padding-top: 20px
  }

  #carouselExampleCaptions img {
    height: 500px;
    object-fit: cover;
  }

  .certificate .item .main_services .round_icon_img {
    display: inline-block;
    text-align: center;
    flex-direction: unset;
    justify-content: unset;
  }

  .certificate .nav-pills {
    margin-right: 0
  }

  .certificate .nav-pills .nav-link {
    font-size: 19px
  }

  .certificate li.nav-item {
    width: 100%
  }

  .vertical-carousel-news-content .card.list-item-news.cardview2 .card-body h5 {
    font-size: 8px;
  }

  ul.news-date.p-0 {
    display: inline-block !important;
  }

  .vertical-carousel-news {
    padding: 10px 19px 30px 10px;
  }

  .col-12.slick-sld-vertical_3.slick-initialized.slick-slider.slick-vertical {
    border-bottom: unset
  }

  .box-image-media img {
    height: 100%
  }

  .title-feture .nav-pills .nav-link.active::after {
    content: none
  }

  #v-pills-tab {
    padding-top: 0 !important;
  }

  .products .col-md-3.col-sm-3.col-12.pt-5.px-0 {
    padding-top: 0 !important;
  }

  .container-fluid.mx-5 {
    margin: 0 !important;
  }

  .latest-news-content,
  .photo-report-main {
    margin: 0;
  }
}
.dropdown-menu {
  /* display: none; */
  padding-top: 0;
}
.dropdown-menu.menu-click {
  display: block;
}
.list-social-header li {
    display: inline-block;
    font-size: 18px;
    background: var(--color_orginal);
    padding: 10px;
    margin-left: 10px;
    border-radius: 100%;
    width: 45px;
    height: 45px;
}
.products.sidepage .nav-tabs {
    border-bottom: 0;
    justify-content: center;
}
.products.sidepage .nav-tabs li{
    margin-left:30px;
    text-align: center;
}
.products.sidepage .nav-tabs li a{
    width: 95px;
    height: 95px;
    border-radius:100%;
    font-size: 13px;
    border: none;
    margin-bottom: 10px;
    background: #eee;
}
.products.sidepage .nav-tabs li a.active{
    border: 1px solid #6969697a;
    background: var(--color_orginal);
}
.products.sidepage .nav-tabs li a img{
    width:45px;
    height:45px;
    display: block;
    text-align: center;
    margin: auto;
    margin-top: 17px;
}
.products.sidepage .tab-content {
    /* background: #F4F4F4; */
    padding: 20px 0 0;
    /* margin-top: 40px; */
}

.box-prodict {
    margin: 15px 0;
    /* background: #fff; */
    border-radius: 15px;
    position: relative;
    transition: .4s;
    /* overflow: hidden; */
}
.box-prodict:hover{
    /* box-shadow: -1px 6px 12px 2px #d5cece; */
}
.box-prodict a {
    /* position: absolute; */
    /* width: 100%; */
    /* height: 100%; */
    /* top: 0; */
    /* bottom: 0; */
    /* right: 0; */
    /* left: 0; */
}
.image-product img {
    border-top-right-radius: 15px;
    border-top-left-radius: 15px;
    /* height: 300px; */
}

.content-product {
    padding: 25px 10px;
    background: #fff;
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px;
    height: 200px;
}
.title-product {
    display: inline-block;
    font-size: 20px;
    line-height: 28px;
  
    margin-bottom: 5px;

    color: #222;
}
.title-box-report {
    color: var(--color_secondry);
}
.download-report.d-flex {
    justify-content: space-between;
    align-items: center;
    padding-bottom: 30px;
}

.box-download-report {
    border: 1px solid #e0e0e0;
    padding: 35px 35px 5px 35px;
}

.name-download-report {
    font-size: 18px;
    font-weight: 300;
}

.link-download-report {
    color: #222;
    border:1px solid #222;
    padding: 10px;
    border-radius: 10px;
    transition: .4s;
}
.link-download-report img.light{
    display:none;
}
.link-download-report:hover{
    background:#0F406D;
    color:#fff
}
.link-download-report:hover img.dark{
    display:none;
}
.link-download-report:hover img.light{
    display:initial;
}
.title-section.pb-4 {
    text-align: center;
    line-height: 2;
}

.sub-title-section {
    font-size: 25px !important;
    font-weight: bold !important;
    margin: 10px 0 !important;
    padding-top: 20px !important;
    text-align: center;
}
.sub-title-section strong {
    color: #67a062;
    font-weight: bold;
}
.sidepage.vision {
    padding: 30px 20px 40px 20px;
    background: linear-gradient(90deg, #F4ECF1, #EFF4F6);
    }
.list-wrapper ul {
    flex: 1;
}
.sidepage.vision p {
    color: #000;
    text-align: justify;
    line-height: 2;
    margin-bottom: 10px;
}
.sidepage.vision ul li{
    color: #000;
    line-height:2;
    text-align: justify;
}
.list-wrapper {
  display: flex;
  direction: rtl;
  /* justify-content: space-evenly; */
  /* align-items: flex-start; */
  gap: 20px;
}

.half-list {
  list-style: disc inside;
  padding: 0;
  margin: 0;
  width: 48%;
  font-size: 15px;
}


.sidepage.vision .sub-title-section {
    font-size: 32px;
    margin-bottom: 0;
    text-align: right;
    padding-top: 25px!important;
}
.sidepage.vision .sub-title-section::before{
    content:none
}
.sidepage.vision .title-section{
    font-size:21px;
    font-weight:700;
    margin-bottom: 0;
    padding-bottom: 10px!important;
    /* text-align: center; */
}
.history {
    padding: 20px 0;
}

.box-history {
    background: #F4F4F4;
    padding: 25px 15px 15px 15px;
    border-radius: 20px;
    height: 410px;
}
.boss-2 {
 background: -webkit-linear-gradient(left, rgba(215, 23, 123, 0.1), rgba(85, 29, 131, 0.1), rgba(112, 192, 230, 0.1), rgba(0, 135, 181, 0.1));
 border-radius: 20px;
 padding: 40px 40px 0 40px;
 margin-top: 40px;
}

.text-history {
    color: #000;
    text-align: justify;
    line-height: 1.9;
    padding-top: 10px;
    margin-bottom: 0;
}

.history2 {
    border-top:2px solid lightgray;
    margin-top:40px;
}
.history2 h2 {
    width:fit-content;
    background-color:#ffffff;
    margin:auto;
    margin-top:-40px;
    font-size:28px;
    font-weight:500;
    padding:20px;
}
.history2 img {
    margin-top:50px;
}

.box-content-boss h3 {
    font-size: 16px;
}
.name-box-history {
    font-size: 18px;
    font-weight: 900;
    padding-bottom: 10px;
}

.number-history {
    font-size: 16px;
    padding-top: 5px;
}

.box-info-boss {
    display: flex;
    flex-direction: row-reverse;
    /* margin-top: 80px; */
    align-items: end;
    justify-content: space-between;
}
.box-content-boss h4, .box-content-boss p {
    font-size: 20px;
    font-weight: 500;
}

.box-content-boss {
    /* padding-left: 15px; */
    width: 50%;
    margin-bottom: 50px;
}
.box-other-boss {
    background: #F4F4F4;
    padding: 0px 25px 0 0;
    border-radius: 10px;
    margin-bottom: 40px;
    position: relative;
}
.box-content-boss p {
    padding-top: 0px!important;
    margin-top: 0!important;
    color: #4c4948!important;
    font-weight: 400;
}
.sidepage.other-boss {
    padding: 70px 0;
}

.box-other-boss h4 {
    font-size: 18px;
}
.box-other-boss p{
        display: block;
        margin: 14px 0 0px;
        font-size: 18px;
        color: #333130;
        padding-top: 30px;
}
.sidepage.other-boss .box-other-boss h4 {
   font-size: 32px;
   color: #665852;
   position: absolute;
   top: -18px;
}

.box-other-boss .box-info-boss {
    justify-content: space-between;
    align-items: center;
    margin-top: 0;
}

.box-image-boss {
    width: 50%;
}

.sub-title-section span {
background-image: linear-gradient(276deg, #c4177b 0%, #34a1cc 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
}
.box-about-sidepage {
    background: #F4F4F4;
    text-align: center;
    padding: 30px;
    border-radius: 15px;
    position: relative;
    transition: .4s;
    margin-top: 30px;
}
.box-about-sidepage:hover{
   /* box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px; */
}
.title-about-sidepage {
    padding: 10px 0 10px;
}

.box-about-sidepage a {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
}
.media .content-product {
    background: #F4F4F4;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
}
.media .box-prodict a {
    position: unset;
}
.news .content-product {
    border-radius:15px;
    padding:50px 40px;
    height: unset;
}



.news .content-product .text-product {
    padding-bottom: 30px;
    height: 46px;
}

.news .content-product  .title-product {
    color:#665852;
    padding-bottom:30px;
    padding-bottom: 10px;
}
.responsibility {
    background: linear-gradient(90deg, #F4ECF1, #EFF4F6);
    padding: 60px 0;
    text-align: center;
}
.socials {
    padding: 80px 0;
}
.image-socials {
    position: relative;
}

.image-socials::after {
    position: absolute;
    content: '';
    background: linear-gradient(90deg, rgb(228 39 40 / 7%), rgb(7 62 133 / 7%));
    width: 100%;
    height: 100%;
    top: 30px;
    right: 25px;
    z-index: -1;
}

.text-socials {
    color: #535050;
    text-align: justify;
    line-height: 2;
}
.socials h6{
    line-height:2;
    font-size:20px
}
.box-certificate-socails {
    display: flex;
    border-bottom: 1px solid #eaeaea;
    padding: 30px 0;
}

.content-certificate-socials {
    padding-top: 10px;
}

.title-certificate-socails {
    color: #67a062;
    font-size: 28px;
    font-weight: 900;
}
.textcertificate-socials {
    line-height: 2.4;
}
.box-certificate-socails:last-child{
    border-bottom: none;
}
.content-eghtesadi {
    padding: 0px 230px 40px 40px;
    margin-right: -220px;
    padding-bottom: 60px;
    background: #edeef3;
    z-index: -1;
    position: relative;
}

.image-eghtesadi {
    margin-top: 55px;
}
.ejtemaei .content-eghtesadi {
    padding: 0px 40px 40px 230px;
    margin-left: -220px;
    padding-bottom: 60px;
    background: #edeef3;
    z-index: -1;
    position: relative;
    margin-right: unset;
}

.ejtemaei {
    margin: 70px 0;
}
.content-eghtesadi h5 {
    font-size: 17px;
    font-weight: 100;
    line-height: 1.5;
}
.tandis_carousel {
    direction: ltr;
}
.tandis {
 background: linear-gradient(90deg, #F4ECF1, #EFF4F6);
}

.tandis_carousel {
    padding: 50px 0 60px 0;
}

.tandis_carousel button.owl-next.disabled {
    opacity: .5;
}

.tandis_carousel button.owl-prev.disabled {
    opacity: .5;
}


.box-image-boss img {
    height: 240px;
    /* object-fit: contain; */
    object-fit: contain;
}
.boss-2 .box-image-boss img {
    /* width: 260px; */
    height: unset;
}
.box-about-sidepage .image-about-sidepage img {
    width: 80px;
    height: 80px;
    object-fit: contain;
}
.tandis .owl-nav {
    position: relative;
}

.tandis .owl-nav button {
    position: absolute;
    bottom: 190px;
}
.tandis .owl-nav button i{
     font-style:normal;
    display:none
}

.tandis .owl-prev {
    left: -15px;
    background-image:url('../../../uploads/9d866610-5f24-4000-9c2d-5c212bf85b58-btn_prev.png')!important;
    background-position: center!important;
    background-size: contain!important;
    width: 20px;
    height: 15px;
    background-repeat: no-repeat!important;
}

.tandis .owl-next {
    right: -15px;
       background-image:url('../../../uploads/ed883d30-739a-4418-9524-800d8a05d1ad-btn_next.png')!important;
    background-position: center!important;
    background-size: contain!important;
    width: 20px;
    height: 15px;
    background-repeat: no-repeat!important;
}

.image-iso img {
    display: inline-block;
    width: 100%;
    border: 1px solid #e0e0e0;
    padding: 8px;
}
.image-left .image-iso {
    padding-top: 100px;
}

.image-right .image-iso {
    padding-top: 40px;
}
.sidepage.about-us .box-about-sidepage a {
    position: unset;
}
.group-maron p {
    color: #535050;
    text-align: justify;
    line-height: 2;
}

.group-maron {
    padding: 80px 0;
}

.group-maron img {
    border-radius: 20px;
}
.group-2 .vision {
    border-radius: 20px;
}

.box-history-sidepage {
    text-align: center;
    background: #fbf0f0;
    padding: 30px;
    border-radius: 20px;
    height: 450px;
}
.box-history-sidepage p{
    color: #535050;
    text-align: center;
    line-height: 2;
}
.box-history-sidepage .sub-title-section.pb-1 {
    margin-top: 0px;
}
.box-vision {
    background: #eff1f6;
}
.col-history {
    padding: 60px 0;
}

.col-history .sub-title-section {
    margin-bottom:50px
}
 .hex-wrapper {
      position: relative;
      /* width: 400px; */
      height: 400px;
    }

    .hex {
      width: 140px;
      height: 71.28px;
      background: #8e24aa;
      position: absolute;
      display: flex;
      align-items: center;
      justify-content: center;
      color: #fff;
      font-weight: bold;
      text-align: center;
    }

    .hex::before,
    .hex::after {
      content: "";
      position: absolute;
      width: 0;
      border-left: 70px solid transparent;
      border-right: 72px solid transparent;
    }

    .hex::before {
      bottom: 99%;
      border-bottom: 34.64px solid #8e24aa;
    }

    .hex::after {
      top: 98%;
      border-top: 34.64px solid #8e24aa;
    }

    .center-hex {
      top: 21%;
      left: 52%;
      transform: translate(-50%, -50%);
      background: #1e88e5;
      z-index: 2;
    }

    .center-hex::before,
    .center-hex::after {
      border-bottom-color: #1e88e5;
      border-top-color: #1e88e5;
    }

    .around {
      position: absolute;
      top: 50%;
      left: 50%;
      transform-origin: center;
    }

    .around .hex {
      top: -150px; 
      left: -60px;
    }

    .r0   { transform: rotate(0deg) translate(150px) rotate(0deg); }
    .r60  { transform: rotate(60deg) translate(150px) rotate(-60deg); }
    .r120 { transform: rotate(120deg) translate(150px) rotate(-120deg); }
    .r180 { transform: rotate(180deg) translate(150px) rotate(-180deg); }
    .r240 { transform: rotate(240deg) translate(150px) rotate(-240deg); }
    .r300 { transform: rotate(300deg) translate(150px) rotate(-300deg); }
.list-company li {
    display: inline-block;
    padding-left: 20px;
    font-size: 18px;
    padding-top: 10px;
}
.image-certificate-socails img {
    width: 90px;
    height: 90px;
    object-fit: contain;
}
.image-certificate-socails {
    padding-left: 30px;
}
.media.news .image-about-sidepage {
    width: 80px;
    padding-bottom:10px
}

.media.news .box-prodict {
    text-align:justify
}
.carousel_se_03.tandis.history {
    background: unset;
}
#chemicalSubTab li a, #polymerSubTab li a{
    width:unset;
    height: unset;
    padding: 10px 60px;
    border-radius: 30px;
    background: unset;
    color: #222222;
    border: 1px solid #6969697a;
}

#chemicalSubTab li a.active, #polymerSubTab li a.active{
    color:#333;
    border-color:#333;
    font-weight: bold;
}
#chemicalSubTabContent,#polymerSubTabContent,#all {
    background: #F4F4F4;
    padding: 70px 30px;
}
.icon-white, .products.sidepage .nav-tabs li a.active .icon-color {display: none!important;}

.icon-color, .products.sidepage .nav-tabs li a.active .icon-white {
    display: block!important;
}
.text-product {
    color:  #666;
    padding-top: 10px;
    line-height: 1.7;
}
.image-product {
    position: relative;
    height: 200px;
    /* display: flex; */
    /* justify-content: center; */
    border-radius: 20px 20px 0 0;
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg width='1000px' height='1000px' viewBox='0 0 1000 1000' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Ctitle%3ECombined Shape%3C/title%3E%3Cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='Artboard' transform='translate(-422.000000, -306.000000)' fill='%23000000'%3E%3Cpath d='M422,429 C422,400.162756 445.5779,377.21075 473.871663,377.21075 L473.871663,377.21075 L494.502281,377.21075 C496.270863,377.21075 498.03909,376.033561 498.03909,373.679536 C499.218145,332.48322 519.259235,306 554.036735,306 L554.036735,306 L1422,306 L1422,1306 L422,1306 Z' id='Combined-Shape'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-size: 200%;
    -webkit-mask-position: -10px -135px;
    mask-image: url("data:image/svg+xml,%3Csvg width='1000px' height='1000px' viewBox='0 0 1000 1000' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Ctitle%3ECombined Shape%3C/title%3E%3Cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='Artboard' transform='translate(-422.000000, -306.000000)' fill='%23000000'%3E%3Cpath d='M422,429 C422,400.162756 445.5779,377.21075 473.871663,377.21075 L473.871663,377.21075 L494.502281,377.21075 C496.270863,377.21075 498.03909,376.033561 498.03909,373.679536 C499.218145,332.48322 519.259235,306 554.036735,306 L554.036735,306 L1422,306 L1422,1306 L422,1306 Z' id='Combined-Shape'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    mask-repeat: no-repeat;
    mask-size: 200%;
    mask-position: -10px -135px;
}
.box-prodict:hover .image-product{
        -webkit-mask-position: 0 0;
    mask-position: 0 0;
    transition: .5s;
}
.plus-icon {
    position: absolute;
    font-size: 30px;
    top: 10px;
    left: 15px;
    z-index: 10;
    color: #000;
    transition: opacity 0.5s;
    opacity: 0;
}

.box-prodict:hover .plus-icon {
    opacity: 1;
}

/* CollaboratePart01 */

.GardiantText {
    background-image: linear-gradient(276deg, #e02729 10%, var(--color_orginal) 90%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
}

.CollaboratePart01 {
    position: relative;
}

.CollaboratePart01-box {
    overflow: hidden;
}

.CollaboratePart01-box h1 {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 35px;
    font-weight: 600;
}

.CollaboratePart01-box h1 .GardiantText {
    width: fit-content;
    height: 50px;
    font-size: 35px;
    font-weight: 600;
    padding: 15px;
}

.CollaboratePart01-box img {
    animation: ZoomIn 17s ease infinite;
}

@keyframes ZoomIn {
    0% {
        transform: scale(1, 1);
    }

    50% {
        transform: scale(1.3, 1.3);
    }

    100% {
        transform: scale(1, 1);
    }
}

/* CollaboratePart02 */

.CollaboratePart02 {
    position: relative;
}

.CollaboratePart02-box-background {
    position: absolute;
    width: var(--CollaboratePart02BeforeWidth, 140%);
    height: 100%;
    top: 0;
    left: 52%;
    transform: translateX(-50%) skewX(30deg);
    background-color: #0f406d;
    z-index: 1;
    transition: width 0.4s;
}

.CollaboratePart02-box-content {
    position: absolute;
    width: 100%;
    height: 100vh;
    top: 0;
    right: 0;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 20px;
}

.CollaboratePart02-box-content h2 {
    z-index: 99;
    text-shadow: 4px 4px 4px rgba(0, 0, 0, 0.6);
    font-size: 35px;
    font-weight: 600;
}

.CollaboratePart02-box-content p {
    margin: 0;
    text-shadow: 4px 4px 4px rgba(0, 0, 0, 0.4);
    font-size: 20px;
    line-height: 1.75;
    opacity: 0;
    transform: translateY(30px);
}

.TriggerForP {
    position: absolute;
    top: 18%;
    left: 0;
    width: 100%;
    height: 20px;
}

/* HoverSlider */

.HoverSlider-box {
    position: relative;
}

.HoverSlider-image-box {
    width: 100%;
    height: auto;
    transition: 0.4s;
    overflow: hidden;
    transition: clip-path 0.4s linear, z-index 0s linear, opacity 0.4s linear;
}

.HoverSlider-image-box:nth-child(1) {
    position: relative;
    z-index: 5;
}

.HoverSlider-image-box:nth-child(2),
.HoverSlider-image-box:nth-child(3),
.HoverSlider-image-box:nth-child(4) {
    position: absolute;
    top: 0;
    z-index: 5;
}

.HoverSlider-image-box img {
    clip-path: polygon(75% 0, 100% 0, 100% 100%, 75% 100%);
    transition: clip-path 0.7s ease-in-out, opacity 0.7s ease-in-out;
}

.HoverSlider-image-box:nth-child(2) img {
    clip-path: polygon(50% 0, 75% 0, 75% 100%, 50% 100%);
}

.HoverSlider-image-box:nth-child(3) img {
    clip-path: polygon(25% 0, 50% 0, 50% 100%, 25% 100%);
}

.HoverSlider-image-box:nth-child(4) img {
    clip-path: polygon(0 0, 25% 0, 25% 100%, 0 100%);
}

.HoverSlider-image-box-content {
    position: absolute;
    bottom: -102px;
    right: 0px;
    padding: 20px 25px 30px;
    border-right: 20px solid rgba(255, 0, 0, 0);
    transition: 0.4s;
}

.HoverSlider-image-box:nth-child(2) .HoverSlider-image-box-content {
    right: 25%;
}

.HoverSlider-image-box:nth-child(3) .HoverSlider-image-box-content {
    right: 50%;
}

.HoverSlider-image-box:nth-child(4) .HoverSlider-image-box-content {
    right: 75%;
}

.HoverSlider-image-box-content h5 {
    color: white;
    font-size: 24px;
    margin-bottom: 20px;
}

.HoverSlider-image-box-content p {
    color: white;
    margin-bottom: 30px;
}

.HoverSlider-image-box-content a {
    color: white;
}


a.HoverSlider-box-more::after{
    content:"";
    display:inline-block;
    width:29px;
    height:9px;
    background: url(../../../uploads/6a48c726-0b21-4535-964d-8d87ab213001-ICON-05.png);
    background-position:center;
    background-repeat:no-repeat;
    background-size:cover;
    margin-right:5px;
}

.HoverSlider-image-box:hover .HoverSlider-image-box-content {
    bottom: 0px;
    border-right: 20px solid var(--color_orginal);
}

@media (max-width: 768px) {

    .HoverSlider-image-box:nth-child(2),
    .HoverSlider-image-box:nth-child(3),
    .HoverSlider-image-box:nth-child(4) {
        position: relative;
    }

    .HoverSlider-image-box img {
        clip-path: none !important;
    }

    .HoverSlider-image-box-content {
        position: relative !important;
        background-color: var(--color_orginal);
        bottom: 0;
        right: 0 !important;
    }

    .HoverSlider-image-box {
        margin: 20px 0;
    }
}

/* SliderScrollMagic */

.SliderScrollMagic {
    overflow: hidden;
    margin-top: 0px;
}

.SliderScrollMagic video {
    transition: transform 0.3s ease, width 0.3s ease, height 0.3s ease;
    transform: scale(0.7);
}

/* CollaboratePart03 */

.CollaboratePart03 {
    padding: 200px 0 100px;
    position: relative;
}

.CollaboratePart03::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: url("../../../uploads/869ee610-8d91-40f7-b1c7-9402adf81e90-Collaborate07.png");
    background-repeat: no-repeat;
    background-position: top left;
}

.CollaboratePart03-box {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    padding: 25px;
}

.CollaboratePart03-box h2 {
    margin-bottom: 25px;
    font-size: 35px;
    font-weight: 600;
}


.list-history {
    padding-left: 0;
    height: 264px;
    margin-bottom: 0;
}

.list-history li {
    color: #333130;
    font-size: 13px;
    font-weight: 900;
    padding-bottom: 10px;
    direction: rtl;
}
.box-history img {
    width: 70px;
}
.history h3 {
    font-size: 32px;
    font-weight: 600;
    color: #222;
}
.btn-download {
    padding: 0.875rem 1.5625rem;
    border: 1px solid #222;
    font-weight: 400;
    color: #222;
    border-radius: 30px;
}
.about-page .sub-title-section {
    font-size: 2.5rem;
    font-weight: 600;
    color: #000;
    position: relative;
}
.about-page .sub-title-section::before{
    position:absolute;
    content:'';
    background:#8B8B8B;
    width: 0.0625rem;
    height: 50px;
    right: 50%;
    top: -50px;
}
.sidepage.about-page {
    padding: 85px 0 30px 0;
}
.video-about {
padding:80px 40px 0 40px;
    background-color: #f6f6f8;';
}
.video-bx {
    position: relative;
    margin: 70px 0;
}

.play-icon {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 5rem;
    height: 5rem;
    background:#ffffffa3;
    text-align:center;
    border-radius:100%;
    border:1px solid #fff;
    line-height:2.9
    
   
}
.play-icon .fas{
    font-size:28px;
    color:#fff
}
.box-certificate-socails.box-sub-socials img {
    width: 55px;
    height: 55px;
}
.box-certificate-socails.box-sub-socials .textcertificate-socials {
    font-size: 16px;
    line-height: 1.6;
    color: #000;
    font-weight: 500;
}
.box-certificate-socails.box-sub-socials {
    padding: 10px 0;
    border-bottom: 0;
    margin-left: 40px;
    align-items: center;
}
.text-toggle-container {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  direction: rtl;
  max-width: 1000px;
}

.text-toggle-wrapper {
  max-height: 40px;
  overflow: hidden;
  transition: max-height 0.4s ease;
  flex-grow: 1;
}

.text-toggle-wrapper.expanded {
  max-height: 1000px;
}

.toggle-arrow {
  margin-right: 10px;
  cursor: pointer;
  font-size: 15px;
  color: #beb1b1;
  transition: transform 0.3s ease;
  padding-top: 5px;
}

.toggle-arrow.rotated {
  transform: rotate(180deg);
}
.sidepage.box-certificate {
    background: -webkit-linear-gradient(left, rgba(215, 23, 123, 0.1), rgba(85, 29, 131, 0.1), rgba(112, 192, 230, 0.1), rgba(0, 135, 181, 0.1));
    padding: 100px 0;
}

.sidepage.box-certificate .box-about-sidepage {
    background: #fff;
}
.sidepage.box-certificate .box-about-sidepage a{
    position:unset
}

  .btn-nav {
    width: 40px;
    height: 40px;
    font-size: 24px;
    line-height: 1;
    z-index: 1051;
    opacity: 0.8;
    transition: all 0.2s ease;
  }

  .btn-nav:hover {
    opacity: 1;
    background-color: #fff;
  }

  .prev-btn {
    top: 50%;
    left: 10px;
    transform: translateY(-50%);
  }

  .next-btn {
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
  }

  .modal-body {
    padding: 1rem;
  }

  .modal-img {
    max-height: 80vh;
    object-fit: contain;
  }

.img-clickable {
    cursor: pointer;
}

/* MarunGroup */

/* Part01 */

.MarunGroupPart01 {
    margin-bottom: -10px;
    position: relative;
}

.MarunGroupPart01-box {
    position: absolute;
    left: 40px;
    top: 40%;
    width: 50%;
    padding: 20px;
    color: white;
}

.MarunGroupPart01-box h1 {
    text-shadow: 4px 4px 4px rgba(0, 0, 0, 0.6);
    font-size: 35px;
    font-weight: 600;
    margin-bottom: 25px;
    line-height: 1.5;
}

.MarunGroupPart01-box p {
    font-size: 20px;
    margin-bottom: 25px;
}

@media (max-width: 768px) {

    .MarunGroupPart01 video {
        height: auto;
    }

    .MarunGroupPart01-box {
        position: relative;
        width: 100%;
        height: 100%;
        color: black;
        left: 0;
        top: 0;
    }
}

/* Part02 */

.MarunGroupPart02 {
    padding: 100px 0;
    background-image: linear-gradient(#0c0c29, #131132);
    color: white;
    border-bottom: 1px solid white;
}

.MarunGroupPart02-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    margin-bottom: 30px;
}

.MarunGroupPart02-box img {
    width: 90px;
}

.MarunGroupPart02-box h5 {
    font-size: 18px;
    margin-top: 15px;
    text-align: center;
    line-height: 1.5;
}

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

/* Part03 */

.MarunGroupPart03 {
    background: linear-gradient(180deg, #131132, #191843);
    color: white;
    border-bottom: 1px solid white;
}

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

.MarunGroupPart03 h2 {
    margin-top: 40px;
    margin-bottom: 30px;
}

.MarunGroupPart03-img {
    width: 100%;
    height: 80vh;
    overflow: hidden;
    position: relative;
}

.MarunGroupPart03-img img {
    width: 0%;
    height: 100%;
    object-fit: none;
    transition: width 0.5s ease-out;
}

/* Part04 */

.MarunGroupPart04 {
    border-bottom: 1px solid;
}

.MarunGroupPart04 #nav-tab {
    display: flex;
    gap: 20px;
    margin-top: 70px;
    border: none;
}

.MarunGroupPart04 #nav-tab .nav-item {
    padding: 0;
    background: none;
    border: none;
    filter: grayscale(1);
    transform: scale(0.8);
}

.MarunGroupPart04 #nav-tab .nav-item.active {
    filter: grayscale(0);
    transform: scale(1);
}

.MarunGroupPart04-box {
    margin-top: 50px;
}

.MarunGroupPart04-box h2 {
    margin-bottom: 20px;
    font-weight: 500;
}

/* Part05 */

.MarunGroupPart05 {
    margin: 100px 0;
}

.MarunGroupPart05 #nav-tabContent {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.MarunGroupPart05-header {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

.MarunGroupPart05-header p {
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    border-radius: 50%;
    text-align: center;
    font-size: 16px;
    padding-top: 2px;
    transition: 0.4s;
}

.MarunGroupPart05 .accordion .btn.collapsed .MarunGroupPart05-header p {
    background-color: lightgray;
    color: black;
}

.MarunGroupPart05 .accordion .btn .MarunGroupPart05-header p {
    background-color: black;
    color: white;
}

.MarunGroupPart05-header h5 {
    margin: 0;
}

.MarunGroupPart05 .accordion .card {
    border-bottom: 1px solid rgba(139, 139, 139, 1);
}

.MarunGroupPart05 .accordion>.card:first-of-type {
    border-bottom: 0;
}

.MarunGroupPart05 .accordion .card-header {
    border: 1px solid rgba(139, 139, 139, 1);
    background-color: white;
    border-radius: 0;
    padding: 0;
}

.MarunGroupPart05 .accordion .card-header .btn {
    display: flex;
    justify-content: space-between;
    text-decoration: none !important;
    font-size: 20px;
    padding: 12px 20px;
    color: black;
    position: relative;
    align-items: center;
}

.MarunGroupPart05 .accordion .card-header .btn.collapsed {
    color: black;
    box-shadow: 0 10px 29px 0 rgb(33 43 70 / 0%);
    text-align: right !important;
}

.MarunGroupPart05 .accordion .card-header .btn .fas {
    transform: rotate(45deg);
    transition: 0.4s;
    font-weight: 100;
    font-family: 'IRANSans';
    font-size: 24px;
}

.MarunGroupPart05 .accordion .card-header .btn .fas::before {
    content: ""
}

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

.MarunGroupPart05 .accordion .card-body {
    border: 1px solid rgba(139, 139, 139, 1);
    background-color: white;
    border-bottom: 0;
    border-top: 0;
    box-shadow: none;
    padding: 20px;
}

/* Part06 */

.MarunGroupPart06 {
    background: linear-gradient(156deg, #131132, #333690, #2a4baa, #3b589b, #1b184f);
    padding: 50px 0;
    color: white;
    border-bottom: 1px solid white;
}

/* Part 06-01 */

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

.MarunGroupPart06-box h2 {
    margin-bottom: 30px;
}

.MarunGroupPart06-box-item {
    opacity: 0.5;
    margin: 10px 0;
}

/* Part 06-02 */

.MarunGroupPart06-img {
    display: flex;
    flex-direction: row;
    position: relative;
    width: 100%;
    height: 100vh;

}

.MarunGroupPart06-img-item {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    pointer-events: none;
    display: flex;
    justify-content: center;
    align-items: center;
}

.MarunGroupPart06-img-item img {
    width: 80%;
    height: 80%;
    object-fit: contain;
    margin: auto;
    display: block;
    transform: scale(0.7);
}

.MarunGroupPart06-img-item.active {
    opacity: 1;
    pointer-events: auto;
}

/* Part07 */

.MarunGroupPart07 {
    background: #131132;
    color: white;
    padding: 50px 0;
}

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

/* Product Detail */

.product-detail .sub-title-section {
    text-align: center;
    position: relative;
    padding-top:90px;
    color:#333130;
    font-size:40px;
    font-weight:400;
}
.product-detail .sub-title-section::before{
    position:absolute;
    content:'';
    background:#8b8b8b;
    height:50px;
    width:1px;
    top:30px;
    right:50%;
    
}
.category-detail {
        text-align: center;
        font-size: 20px;
        margin-top: 14px;
        color: #444;
        line-height: 30px;
}
.tag-product {
    display: inline-block;
    padding: 5px 10px;
    border: 1px solid #9d9391;
    border-radius: 25px;
    background-color: #fff;
    position: relative;
}

.box-tag-product {
    position: relative;
}


.box-tag-product::after {
    position: absolute;
    content: '';
    background: #9d9391;
    width: 100%;
    height: 1px;
    right:0;
    top: 15px;
    z-index: -1;
}
.image-product-detail {
    padding-top: 30px;
}
.image-product-detail img{
    border-radius: 20px;
}
.title-detail {
    font-size: 30px;
    color: #222;
    padding: 30px 0 0 0;
}
.sidepage.product-detail .read-more {
    transition: .4s;
    border-bottom: 1px solid #ddd;
    display: flex;
    text-align: right;
    padding-bottom: 12px;
}
.sidepage.product-detail .read-more:hover{
    color:#e42728;
    border-color:#e42728;
}
.product-detail .image-product {
    border-radius: 15px;
    mask-image:unset;
    height: unset;
}
.product-detail .image-product img{
      border-radius: 15px;

}


.product-detail .content-product {
    margin-top:20px;
    height: unset;
}
.left-side {
    position: relative;
    height: auto;
  }
.left-side::after{
    position: absolute;
    top: 0;
    left: 13px;
    content: '';
    display: block;
    width: 1px;
    height: calc(100% - 60px);
    background: #e0e0e0;
}
.image-back-publition {
    width: 100%;
    height: auto;
    border:none;
    background-color:#ffffff;
  }

  .image-back-publition img {
    width: 100%;
    height: auto;
    object-fit: contain;
    display: block;
  }
.photo-report-main img{
    border-radius:20px
}

#image-gallery .img-wrapper a {
    position: relative;
    z-index: 99;
}
.content-info {
    position: relative;
    padding: 64px 41px 31px;
    color: #333130;
    word-break: keep-all;
    background: #fafafa;
    font-size: 20px;
    line-height: 1.6;
}

.title-box-infogeraphi {
    line-height: 1.7;
    padding-bottom: 30px;
}

.info-center {
    margin-top: 70px;
}
.infographi .sub-title-section {
    border-bottom: 1px solid #ddd;
    line-height: 2;
}
.media .image-product {
    height: unset;
    mask-image: unset;
}
.container.body-container .card.lst-item.cardview1 {
    /* border: 1px solid rgba(0,0,0,.125); */
    border-radius: 0;
    margin-bottom: 30px;
    height: 375px;
}
.container.body-container .card.lst-item.cardview1 img{
    border-radius:0;
    height: 200px;
}
.black-arrow {
    display: inline-block;
    transition:.4s;
    margin-left: 5px;
}

.red-arrow {
    display: none;
    transition:.4s;
    margin-left: 5px;
}
.sidepage.product-detail .read-more:hover .black-arrow{
    display:none
}
.sidepage.product-detail .read-more:hover .red-arrow{
    display:inline-block
}
.text-content {
    font-size: 16px;
    line-height: 1.7;
    margin-bottom: 40px;
    color: #4c4948;
    /* padding: 10px 40px; */
    text-align: justify;
}
.container.body-container .card.lst-item.cardview1 h5.card-title.flex-row-reverse.justify-content-between {
    color: #000;
    font-size: 14px;
    padding: 7px 10px 0 10px;
    line-height: 1.8;
    height: 65px;
}
.container.body-container .card.lst-item.cardview1 p.card-text.truncateinside {font-size: 13px;color: #665852;height: unset;display: none;}
.container.body-container .card.lst-item.cardview1 .btn-outline-info {
    /* color: #f2f2f3; */
    display: block;
    text-align: right;
}
.container.body-container .card.lst-item.cardview1  .news-date .fa {
    display: none;
    
    
}
.container.body-container .card.lst-item.cardview1  .news-date{
  margin-right: 10px;
  margin-bottom: 5px;
}
.container.body-container .card.lst-item.cardview1 .btn-outline-info::after{
    right:unset;
    left:20px
}
.btn.btn-outline-info.prepgn, .btn.btn-outline-info.btnpgn, .btn.btn-outline-info.nxtpgn,.btn.btn-outline-info.btnpgn:last-child, .btn.btn-outline-info.btnpgn:last-child:hover,  .btn.btn-outline-info.nxtpgn:hover , .btn.btn-outline-info.prepgn:hover, .btn.btn-outline-info.btnpgn:hover, .btn.btn-outline-info.btnpgn:last-child:active,  .btn.btn-outline-info.nxtpgn:active , .btn.btn-outline-info.prepgn:active, .btn.btn-outline-info.btnpgn:active{
    position: relative;
    color: #fff!important;
}

.btn.btn-outline-info.prepgn::before{
    position:absolute;
    content:"";
    background-image:url('../../../uploads/b5ae0e11-6dd2-4340-bebc-ac9fc12a6842-2.png');
    background-position: center;
    background-size: contain;
    width: 13px;
    height: 15px;
    background-repeat: no-repeat;
}
.btn.btn-outline-info.btnpgn::before{
    position:absolute;
    content:"";
    background-image:url('../../../uploads/3ea68cb8-0844-4325-b006-b9c83bec8d17-1.png');
    background-position: center;
    background-size: contain;
    width: 13px;
    height: 15px;
    background-repeat: no-repeat;
}



.btn.btn-outline-info.nxtpgn::before {
    position:absolute;
    content:"";
    background-image:url('../../../uploads/c1005aa6-7531-44b4-9842-d13977669a84-3.png');
    background-position: center;
    background-size: contain;
    width: 13px;
    height: 15px;
    background-repeat: no-repeat;
}
.btn.btn-outline-info.btnpgn:last-child::before{
    position:absolute;
    content:"";
    background-image:url('../../../uploads/3cbe9add-0600-48ca-b6df-c61c6bbe5513-4.png');
    background-position: center;
    background-size: contain;
    width: 13px;
    height: 15px;
    background-repeat: no-repeat;;
}
.sub-title-section {
    position: relative;
    padding: 80px 0 10px 0!important;
}
 .sub-title-section::before{
    position:absolute;
    content:'';
    width: 1px;
    height: 50px;
    background: #8b8b8b;
    right:50%;
    top: 20px;
}
.sidepage.vision .sub-title-section.pb-1 {
    text-align: right;
    padding-top: 10px!important;
}
.sidepage.vision .sub-title-section.pb-1::before{
    content:none
}
.image-iso a, .image-back-publition a {
    width:100%;
    height:100%;
    position:absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
}

.image-iso a.PDF{
    width:fit-content;
    display:flex;
    position:static;
    margin:20px auto 0;
    padding:5px 10px;
    border:1px solid;
    border-radius:5px;
    transition:all linear 0.2s;
}

.image-iso a.PDF .light{
    display:none;
    border:none;
    padding: 0 5px 0 0;
}
.image-iso a.PDF .dark{
    border:none;
    padding: 0 5px 0 0;
}

.image-iso a.PDF:hover{
    background-color:#0F406D;
    color:#ffffff;
}
.image-iso a.PDF:hover .dark{
    display:none;
}
.image-iso a.PDF:hover .light{
    display:initial;
}

.image-iso a.book,.image-iso a.podcast{
    color: #222;
    padding: 10px;
    border-radius: 10px;
    transition: .4s;
    position:static;
    display:block;
    width:fit-content;
    margin-top:10px;
}

.image-iso a.book img, .image-iso a.podcast img{
    border:none;
    width:auto;
    padding:0;
}

.image-iso a.book:hover,.image-iso a.podcast:hover{
    color:#000000;
}

.socials .sub-title-section, .certificate-socaials .sub-title-section {
    text-align: right;
    padding-top: 20px!important;
}

.socials .sub-title-section::before, .certificate-socaials .sub-title-section::before {
    content: none;
}
.pageinside.video-page .nav-tabs .nav-link {
    background: unset;
    border: none;
    position: relative;
    z-index: 1;
    font-size: 18px;
    color: #333;
    font-weight:300;
    border-radius: 0;
}

.pageinside.video-page .nav-tabs .nav-link.active {
    font-size: 18px;
    color: #333130!important;
    font-weight:500;
    border-bottom: 2px solid #333130;
    border-radius: 0;
}

.pageinside.video-page #myTab {
   justify-content:center
}
#home .image-back-publition  {
    position: relative;
    height: fit-content !important;
    /* padding-bottom: 59.25%; */
    /* height: 0; */
    overflow: hidden;
}

 .image-back-publition  iframe {
      position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
 .pin-spacer iframe {
  margin: 0 0 0 30px;
}
 .image-back-publition img{
     padding:0 0 0 30px
 }
.customers-work .box-about-sidepage a {
    position: unset;
}
.customers-work .box-about-sidepage .title-about-sidepage{
    padding:25px 0
}
.customers-work .right-contact-col {
    background: rgba(215, 23, 123, 0.05);
}
.customers-work .left-contact-col {
    background: rgba(85, 29, 131, 0.05)
}
.sidepage.customers-work .box-about-sidepage {
    padding: 50px 30px;
}
.sidepage.customers-work .box-about-sidepage a img{
    padding-right:10px
}
section.option .sub-title-section::before {
    content: none;
}
.box-certificate-socails-one {
    border-top:1px solid #eaeaea
}
.products.sidepage .tab-content .read-more {
    background: #222;
    color: #fff;
    /* margin-right: 40px; */
    padding: 6px 6px 6px 10px;
    border-radius: 5px;
    transition:.4s;
}
.products.sidepage .tab-content .read-more img{
    padding: 4px;
}
.products.sidepage .tab-content .read-more:hover{
    background:#e42728
}
.container-homepage.body-container .sub-title-section::before {
    content: none;
}

section.products.title-feture .sub-title-section {
    padding-top: 20px!important;
}
.is-news-details .header {
    background-image: url(../../../uploads/592b3bf8-7f74-4979-be18-c840bf32e14a-TOP_BANNER.png);
    background-size: cover;
    background-repeat: no-repeat;
}

.single-post-box {
    padding-top: 100px;
}
.nav-socaials .nav-link {
    border-radius: 0;
    width: 370px;
    height: 120px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #e0e0e0;
    text-align: right;
}
.nav-socaials .nav-link img{
    padding-left:10px;
    width: 65px;
    height: 65px;
    object-fit: contain;
}
.nav-socaials .nav-tabs {display: flex;justify-content: center;z-index: 2;}
.nav-socaials .nav-tabs .nav-link.active {
    background: #02BAAE;
    color: #fff!important;
}

.nav-socaials .nav-tabs .nav-link{
    background: #fff;
    font-size: 28px;
    font-weight: 600;
}
.nav-socaials .nav-tabs .nav-link:hover{
    /* color:unset; */
}
.nav-socaials .nav-tabs .nav-link:nth-child(2){
    color: #69BD4B;
}
.nav-socaials .nav-tabs .nav-link:nth-child(2).active{
    background: #69BD4B;
    color:#fff;
}
.nav-socaials .nav-tabs .nav-link:nth-child(3){
    color: #9ED600;
}
.nav-socaials .nav-tabs .nav-link:nth-child(3).active{
    background: #9ED600;
    color:#fff;
}
.nav-socaials .nav-tabs .nav-link:nth-child(1){
    color: #02BAAE; 
}
.content-nav-socials {
    display: flex;
    padding: 70px 0;
}

.content-socials h4 {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.7;
    text-align: justify;
}

.content-socials {
    padding: 0 10px;
}
.content-socials p {
    font-size: 15px;
    color: #6c6a69;
    line-height: 1.8;
}
.content-socials a.active {
    font-weight:700;
}
.image-nav-active, .nav-socaials .nav-tabs .nav-link.active .image-nav-deactive{ 
    display: none;
}

.nav-socaials .nav-tabs .nav-link.active .image-nav-active{
    display:block
}
.nav-socaials .tab-content {
    padding: 100px 0;
}
.box-address {
    position: absolute;
    width: 180px;
    background: #f6f6f6;
    border: 1px solid #ddd;
    border-radius: 20px;
    padding: 10px;
    bottom: calc(100% + 10px);
    /* left: 117px; */
    z-index: 9999;
    display: none;
    transition: .4s;
    text-align: right;
}

.link-address {
    position: relative;
}

 .link-address:hover .box-address {
    display: block;
}
.post-image.rounded.rounded-lg img {
    border-radius: 20px!important;
}
@media(max-width:766px) {
    .header-nav .navbar{
        background-color:unset!important;
    }
.map-container{
height:200px
}
.sub-title-section{padding-top: 40px!important;}
.sub-title-section::before{
top:0
}
section.sidepage.product-detail .sub-title-section{padding-top: 85px!important;}
.btn-outline-info{
font-size:12px}
.header-nav #navbarSupportedContent {right: -40px!important;right: -40px;min-width: 100vw!important;}
    .alllangs{
        padding:5px
    }
}

section.Customer-requests {
    margin-top:100px;
}
section.Customer-requests h1{
    font-size:25px;
    font-weight:500;
}
section.Satisfaction-survey {
    /* margin-top:100px; */
}
section.Satisfaction-survey h1{
    font-size:25px;
    font-weight:500;
}
section.Satisfaction-survey a {
    display:inline-block;
    width:70%;
    background-color:#fdf1f7;
    text-align:center;
    padding:30px;
    margin-bottom:30px;
}
section.Satisfaction-survey a img {
    margin-right:10px;
}

#page-9ea4bc51-06db-4453-833b-986f256fe60a .title-product {
    margin-bottom: 0;
}

.CustomeMedia {
    margin: 30px 0;
    position:relative;
}

a.box-link {
    background-color:transparent !important;
    width:100% !important;
    height:100% !important;
    z-index:99;
    position:absolute !important;
    top:0 !important;
    left:0 !important; 
}

.CustomeMedia img {
    border-radius: 20px;
    margin-bottom: 20px;
    width: 100%;
}

.CustomeMedia-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 10px;
}

.CustomeMedia-box .read-more {
    display: flex;
    align-items: baseline;
    gap: 10px;
}

.CustomeMedia-box .read-more img {
    width: auto;
}

.modal-dialog {
    margin-top:100px
}

section.book-sidepage {
  margin-top:100px;
}

.book-sidepage .book-item{
  display:flex;
  justify-content:start;
  gap: 50px;
  border-radius:15px;
  background-color:#F4F4F4;
    
}
.book-sidepage .book-item .book-info{
  line-height:30px;
  padding-top:20px;
}
.book-sidepage .book-item .book-info ul{
  /* margin-bottom:50px; */
}
.book-sidepage .book-item .book-info h1{
  font-size:25px;
  font-weight:500;
  padding-top:0;
  line-height: 30px;
}
.book-sidepage .book-item .book-info a{
  color: #222;
  border:1px solid #222;
  padding: 10px;
  border-radius: 10px;
  transition: .4s;
}
.book-sidepage .book-item .book-info a:hover{
  color:#ffffff;
  background-color:#0F406D;
}
.book-sidepage .book-item .book-img{
  overflow:hidden;
  border-radius:0 15px 15px 0;
}
.book-sidepage .book-item .book-img:hover img{
  transform:scale(1.05);
}
.book-sidepage .book-item img{
  width: auto;
  height: auto;
  OBJECT-FIT: contain;
  transition:all linear .2s;
}
.book-sidepage .book-summery{
  margin-top: 50px;
  line-height:30px;
  text-align:justify;
  padding:10px;
}
.book-sidepage .book-summery h2{
    font-size:20px;
    font-weight:500;
    margin-bottom:20px;
}

.book-sidepage .book-summery p{
  color:#888888;
  font-size:14px;
}

.podcast-sidepage .podcast-summery h5{
  font-size:15px;
}
.podcast-sidepage .podcast-summery table{
  width:100%;
}
.podcast-sidepage .podcast-summery table td{
  width:50%;
  padding:10px;
}
.podcast-sidepage .podcast-summery table p{
  margin:0;
}

@media (max-width:768px){
  .book-sidepage .book-item{
      flex-flow:column;
      padding:20px;
  }
  .book-sidepage .book-item .book-img{
      width:100%;
      border-radius:0;
  }
  .book-sidepage .book-item .book-img img{
      width:100%;
      object-fit:contain;
  }
}


section.podcast-sidepage {
    margin-top:100px;
}

.podcast-sidepage .podcast-item{
    display:flex;
    justify-content:start;
    gap:20px;
    background-color:#F4F4F4;
    border-radius:15px;
}
.podcast-sidepage .podcast-item .podcast-info{
    line-height:30px;
    padding-top:20px;
}
.podcast-sidepage .podcast-item .podcast-info h1{
    font-size:25px;
    font-weight:500;
    margin-bottom:15px;
}
.podcast-sidepage .podcast-item .podcast-info a{
    color: #222;
    border:1px solid #222;
    padding: 10px;
    border-radius: 10px;
    transition: .4s;
}
.podcast-sidepage .podcast-item .podcast-info a:hover{
    color:#ffffff;
    background-color:#0F406D;
}
.podcast-sidepage .podcast-item .podcast-img{
    overflow:hidden;
    border-radius:0 15px 15px 0;
}
.podcast-sidepage .podcast-item .podcast-img:hover img{
    transform:scale(1.05);
}
.podcast-sidepage .podcast-item img{
    width:150px;
    height:150px;
    transition:all linear .2s;
}
.podcast-sidepage .podcast-summery{
    margin-top: 50px;
    line-height:30px;
    text-align:justify;
    padding:10px;
}
.podcast-sidepage .podcast-summery h2{
    font-size:20px;
    font-weight:500;
    margin-bottom:20px;
}
.podcast-sidepage .podcast-summery p{
    color:#888888;
    font-size:14px;
}
.podcast-sidepage .podcast-summery h5{
    font-size:15px;
}
.podcast-sidepage .podcast-summery table{
    width:100%;
}
.podcast-sidepage .podcast-summery table td{
    width:50%;
    padding:10px;
}
.podcast-sidepage .podcast-summery table p{
    margin:0;
}

body#page-c258b1f0-e13b-4a34-9254-a67fb1d340e1 ul.frmb {
    margin:0 !important;
    width:100%;
}

@media (max-width:768px){
    .podcast-sidepage .podcast-item{
        flex-flow:column;
        padding:20px;
    }
    .podcast-sidepage .podcast-item .podcast-img{
        width:100%;
        border-radius:0;
    }
    .podcast-sidepage .podcast-item .podcast-img img{
        width:100%;
        object-fit:contain;
    }
}

body#page-8b797239-061b-458c-a27b-4b6b9a1aff4c .checkbox-group-field.form-field input[type=checkbox]{
    margin-left:7px;
}


/* maroon-group2 */
.maroon-group2-banner {
    position:relative;
}
.maroon-group2-banner img {
    width:100%;
}
.maroon-group2-banner .banner-text {
    position:absolute;
    right:5%;
    bottom:30%;
}
.maroon-group2-banner .banner-text h1 {
    color:#ffffff;
    font-size:40px;
    font-weight:500;
    margin-bottom:30px;
}
.maroon-group2-banner .banner-text p {
    color:#ffffff;
    font-size:15px;
    font-weight:400;
}

.maroon-group2-projects .nav.title {
    display:flex;
    justify-content:center;
    border-bottom:2px solid #dee2e6
}
.maroon-group2-projects .nav.title li{
    width:auto;
}
.maroon-group2-projects .nav.title li{
    margin:0;
}
.maroon-group2-projects .nav.title li button {
    background-color:#ffffff;
    color:#000000;
    border-right:none;
    border-left:none;
    border-bottom:3px solid transparent;
    border-radius:0;
    padding:10px 90px 5px 30px;
    font-size:16px;
    font-weight:500
}
.maroon-group2-projects .nav.title li button#operating-tab {
    border-left:1px solid #dee2e6;
    padding:10px 30px 5px 90px;
}
.maroon-group2-projects .nav.title li button.active {
    border-bottom:3px solid red;
    color:red;
}
.maroon-group2-projects .nav-tabs.operating,
.maroon-group2-projects .nav-tabs.under-construction{
    border-bottom:none;
}
.maroon-group2-projects .nav-tabs li{
    width:33.33%;
    margin:5px 0;
}
.maroon-group2-projects .tab-content {
    padding:40px 8%;
}
.maroon-group2-projects .tab-content h2 {
    color:#000000;
    font-size:22px;
    font-weight:700;
    margin-bottom:20px;
}
.maroon-group2-projects .tab-content p {
    color:#888888;
    font-size:14px;
    line-height:25px;
}
.maroon-group2-projects .tab-content button {
    background-color:transparent;
    color:#000000;
    font-size:14px;
    border:none;
}
.maroon-group2-projects .tab-content button.active {
    background-color:transparent;
    color:#000000;
    font-size:14px;
}
.maroon-group2-projects .tab-content button:hover {
    background-color:transparent;
    color:#000000;
    font-size:14px;
}
.maroon-group2-projects .tab-content img.title-logo{
    width:60px;
    height:60px;
    border-radius:50%;
    border:1px solid #0F406D;
    padding:5px;
    margin-left:10px;
    background-color:#F4F4F4;
}
.maroon-group2-projects .tab-content img.hover-logo{
    width:60px;
    height:60px;
    border-radius:50%;
    border:1px solid ##0F406D;
    padding:5px;
    margin-left:10px;
    display:none;
    background-color:#F4F4F4;
}
.maroon-group2-projects .tab-content button:hover img.title-logo {
    display:none;
}
.maroon-group2-projects .tab-content button:hover img.hover-logo {
    display:initial;
    border:1px solid #0F406D
}
.maroon-group2-projects .tab-content button.active img.title-logo {
    display:none;
}
.maroon-group2-projects .tab-content button.active img.hover-logo {
    display:initial;
    border:1px solid #0F406D
}
.maroon-group2-projects .tab-content .tab-content {
    border:2px solid #DEE2E6;
    margin-top:40px;
    padding:40px 5%;
}
.maroon-group2-projects .tab-content .tab-content p {
    padding:0 0 0 10%;
}
.maroon-group2-projects .tab-content .tab-content a {
    color:#000000;
    font-weight:500;
    font-size:14px;
}
.maroon-group2-projects .tab-content .tab-content a img {
    margin-right:5px;
}
.maroon-group2-projects .tab-content .tab-content h2 img {
    width:50px;
    height:50px;
    margin-left:10px;
}

.maroon-group2-projects-mobile {
    padding:0 30px;
}
.maroon-group2-projects-mobile .nav.title {
    display:flex;
    justify-content:center;
    border-bottom:2px solid #dee2e6;
}

.maroon-group2-projects-mobile .nav.title li {
     width:auto;
     margin:0;
}

.maroon-group2-projects-mobile .nav.title button {
    background-color:#ffffff;
    color:#000000;
    border-right:none;
    border-left:none;
    border-bottom:3px solid transparent;
    border-radius:0;
    padding:10px 70px 5px 20px;
    font-size:15px;
    font-weight:500
}
.maroon-group2-projects-mobile .nav.title button#operating1-tab {
     border-left:1px solid #dee2e6;
    padding:10px 20px 5px 70px;
}
.maroon-group2-projects-mobile .nav.title button.active {
     border-bottom:3px solid red;
    color:red;
} 
.maroon-group2-projects-mobile .tab-content {
    padding:30px 0;
}
.maroon-group2-projects-mobile .tab-content h2 {
    color:#000000;
    font-size:22px;
    font-weight:700;
    margin-bottom:20px;
}
.maroon-group2-projects-mobile .tab-content p {
    color:#888888;
    font-size:14px;
    line-height:25px;
}
.maroon-group2-projects-mobile .tab-content .card img.title-logo{
    width:60px;
    height:60px;
    border-radius:50%;
    border:1px solid #0F406D;
    padding:5px;
    margin-left:10px;
    background-color:#F4F4F4
}
.maroon-group2-projects-mobile .tab-content .card img.hover-logo{
    width:60px;
    height:60px;
    border-radius:50%;
    border:1px solid #0F406D;
    padding:5px;
    margin-left:10px;
    display:none;
    background-color:#F4F4F4
}
.maroon-group2-projects-mobile .tab-content .card button:hover img.title-logo {
    display:none;
}
.maroon-group2-projects-mobile .tab-content .card button:hover img.hover-logo {
    display:initial;
}
.maroon-group2-projects-mobile .tab-content .card button.active img.title-logo {
    display:none;
}
.maroon-group2-projects-mobile .tab-content .card button.active img.hover-logo {
    display:initial;
}
.maroon-group2-projects-mobile .tab-content .card-body {
    border:2px solid #DEE2E6;
    margin-top:40px;
    padding:40px 5%;
}
.maroon-group2-projects-mobile .tab-content .card-body p {
    padding:0 0 0 10%;
}
.maroon-group2-projects-mobile .tab-content .card-body a {
    color:#000000;
    font-weight:500;
    font-size:14px;
}
.maroon-group2-projects-mobile .tab-content .card-body a img {
    margin-right:5px;
}
.maroon-group2-projects-mobile .tab-content .card-body h2 img {
    width:50px;
    height:50px;
    margin-left:10px;
}
.maroon-group2-projects-mobile .card{
    border:none;
    margin-bottom:5px;
}
.maroon-group2-projects-mobile .card-header {
    background-color:#ffffff;
}
.maroon-group2-projects-mobile .btn.btn-link {
    color:#000000;
}
.maroon-group2-projects-mobile .btn.btn-link:focus {
    text-decoration:none;
}


.maroon-group2-about {
    text-align:center;
    margin:20px 0 50px 0;
    padding:60px 0 90px 0;
    background:linear-gradient( to right , rgb(241,234,242) , rgb(232,245,251) );
}
.maroon-group2-about h2 {
    color:#000000;
    font-size:35px;
    font-weight:500;
    margin-bottom:30px;
}
.maroon-group2-about p {
    color:#000000;
    font-size: 15px;
    margin:0;
    line-height:30px;
    padding:0 10%;
    text-align: justify;
}

.maroon-group2-whyMaroon {
    padding:50px 90px;
}
.maroon-group2-whyMaroon .whyMaroon-text {
    padding:0 10% 0 14%;
}
.maroon-group2-whyMaroon .whyMaroon-text h2 {
    color:#000000;
    font-size:30px;
    font-weight:500;
    margin-bottom:30px;
}
.maroon-group2-whyMaroon .whyMaroon-text p {
    color:#000000;
    font-size:15px;
    margin:0;
    line-height:30px;
}
.maroon-group2-whyMaroon .whyMaroon-text strong {
    font-weight:500;
}

.maroon-group2-products {
    background:url(../../../uploads/b859482b-4eb6-4f91-b482-4ce42d8b35b9-MAHSULAT.jpg);
    background-repeat:no-repeat;
    background-position:center;
    background-size:cover;
    padding:100px 140px;
}
.maroon-group2-products img {
    width:100%;
    object-fit:contain;
}
@media (max-width:768px){
    .maroon-group2-products {
        background:linear-gradient(to right,#eef3f6,#f1f0f5,#fdf2f8);
}
}
.maroon-group2-products .products-text {
    width:fit-content;
}
.maroon-group2-products .products-text h2 {
    color:#000000;
    font-size:30px;
    font-weight:500;
    margin-bottom:30px;
}
.maroon-group2-products .products-text p,
.maroon-group2-products .products-text ul{
    color:#000000;
    font-size:15px;
    margin:0;
    line-height:30px;
}

.maroon-group-reports {
    margin:50px 0 100px 0;
    padding:0 50px;
}
.maroon-group-reports .reports-item {
    height:100%;
    border-radius:15px;
    padding:40px 80px;
}
.maroon-group-reports .reports-item h2 {
    color:#000000;
    font-size:30px;
    font-weight:500;
    margin-bottom:30px;
}
.maroon-group-reports .reports-item p {
    color:#000000;
    font-size:15px;
    margin:0;
    line-height:30px;
}
.maroon-group-reports .reports-item.blue p {
    margin-bottom:40px;
}
.maroon-group-reports .reports-item img {
    width:100px;
    height:100px;
    margin-bottom:20px;
}
.maroon-group-reports .reports-item a {
    color:#000000;
    font-size:16px;
    font-weight:400;
    border:2px solid gray;
    border-radius:30px;
    padding:8px 20px;
}
.maroon-group-reports .reports-item a img {
    width:25px;
    height:25px;
    margin-bottom:4px;
    margin-right:5px;
}
.maroon-group-reports .reports-item.blue{
    background-color: rgb(241,249,251);
}
.maroon-group-reports .reports-item.pink{
    background-color:rgb(254,243,249);
}

@media (max-width:992px){
    .maroon-group2-banner .banner-text {
        right:2%;
        bottom:25%;
    }
    .maroon-group2-banner .banner-text h1{
        font-size:30px;
}
    .maroon-group2-banner .banner-text p{
        font-size:12px;
}
}
@media (max-width:768px){
    .maroon-group2-whyMaroon {
    padding:30px;
}
    .maroon-group2-whyMaroon .whyMaroon-text {
    padding:0;
}
    .maroon-group2-products {
    padding:100px 0 0 0;
}
    .maroon-group2-products p,
    .maroon-group2-products h2,
    .maroon-group2-products ul{
        padding:0 30px;
    }
    .maroon-group-reports .reports-item {
    padding:40px 40px;
}
    .maroon-group2-banner .banner-text{
    display:none;
}
    .maroon-group2-projects .tab-content .tab-content p {
    padding:0;
}
}
@media (max-width:410px){
    .maroon-group-reports .reports-item a {
    font-size:14px;
}
}
@media (max-width:576px){
    .maroon-group2-projects-mobile .nav.title li button {
        padding:10px;
        font-size:12px;
}
    .maroon-group2-projects-mobile .nav.title button#operating1-tab {
    padding:10px;;
}
}
@media  (max-width:992px) and (min-width:768px) {
    .maroon-group2-products{
        padding: 100px 30px;
    }
}
/* maroon-group2 */

/* TableCustome */

.TableCustome .thead-light th {
    vertical-align: middle;
    text-align: center;
}

.product-detail table tr:nth-child(1) td {
    text-align: right;
}

.product-detail table a {
    color: #222;
    border:1px solid #222;
    padding:5px 20px;
    border-radius: 10px;
    transition: .4s;
}
.product-detail table a:hover {
   background:#0F406D;
    color:#fff 
}

table {
    width: 98%;
    margin: 0 auto 20px;
    color: #212529;
}

table td {
    padding: .75rem;
    border: 1px solid #dee2e6;
    vertical-align: top;
}

table tr:nth-child(1) td {
    background-color: #e9ecef;
    color: #495057;
    font-weight: 700;
    vertical-align: middle;
    text-align: center;
}

#page-0f974abf-df58-4795-8ae9-e2c7087dfb38 .checkbox-group input{
    margin-left:7px;
}

.sidepage.about-us {
    /* padding-top:80px; */
}
.sidepage.about-us2 {
    text-align:center;
    background:linear-gradient(to left,#f1f4f8, #fdf3f3);
    padding:50px 0
}
.sidepage.about-us2 p {
    color:#000000;
    font-size:22px;
    font-weight:700;
}
.sidepage.about-us2 p.color {
    width: fit-content;
    background: linear-gradient(to right, #34a1cc, #c4177b);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin:auto;
}

.sidepage.about-us3 {
    padding:50px 0;
}
.sidepage.about-us3 .box {
    height:100%;
    text-align:center;
    padding:40px;
    display:flex;
    flex-flow:column;
    justify-content:space-between;
    position:relative;
    border-radius:10px;
}
.sidepage.about-us3 .box.one {
    background-color:#fdf1f7
}
.sidepage.about-us3 .box.two {
    background-color:#f7f2f9
}
.sidepage.about-us3 .box.three {
    background-color:#f4faf9
}
.sidepage.about-us3 .box.four {
    background-color:#f4faf9
}
.sidepage.about-us3 .box .text p {
    color:#000000;
    font-size:16px;
    font-weight:500;
    margin-top:20px;
}
.sidepage.about-us3 .box .link img {
    margin-right:5px;
}
.sidepage.about-us3 .box a.cover-link {
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background-color:transparent;
}
.sidepage.about-us3 .box .img img {
    width:50%;
}
@media (max-width:992px) {
    .sidepage.about-us3 .box .img img {
    width:30%;
}
}

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

/* contact-us */
.sidepage.contact-us2 {
    padding:0 40px;
    margin: 50px 0;
}
.sidepage.contact-us2 .box {
    background-color: #f4f4f4;
    height:100%;
    text-align:center;
    border-radius:10px;
    padding:30px 0;
    position:relative
}
.sidepage.contact-us2 .box p {
    margin-bottom:10px;
    font-size:15px;
    color:#000000;
}
.sidepage.contact-us2 .box p a {
    font-size:14px;
    color:#000000;
}
.sidepage.contact-us2 a.cover-link {
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background-color:transparent;
}
.sidepage.contact-us2 .box p.title {
    font-size:18px;
    font-weight:700;
    margin-bottom:15px;
    color:#000000;
}
.sidepage.contact-us2 .box img {
    width:20%;
    margin-bottom:5px;
}
@media (max-width:567px){
    .sidepage.contact-us2 .box img {
    width:35%;
}
}


.sidepage.contact-us3 {
    padding:0 40px;
    margin: 100px 0;
    border-top:2px solid gray;
    position:relative;
    text-align:center
}
.sidepage.contact-us3 .box {
    background-color: #f4f4f4;
    height:100%;
    text-align:center;
    border-radius:10px;
    padding:30px;
}
.sidepage.contact-us3 .box.one{
    background-color:#fdf0f7
}
.sidepage.contact-us3 .box.two{
    background-color:#f7f2f9
}
.sidepage.contact-us3 .box.three{
    background-color:#f5f9fc
}
.sidepage.contact-us3 h2 {
    width:fit-content;
    margin:-22px auto 70px auto;
    background-color:#ffffff;
    padding:0 30px;
}
.sidepage.contact-us3 a {
    color: #404040;
    text-decoration: none;
    cursor: pointer;
}

.sidepage.contact-us3 a:hover {
        color: #101010;
        cursor: pointer;
    }

.sidepage.contact-us3 a.cover-link {
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background-color:transparent;
}
.sidepage.contact-us3 .box p.title {
    font-size:18px;
    font-weight:700;
    margin-bottom:25px;
    color:#000000;
}
.sidepage.contact-us3 .img img {
    width:20%;
    margin-bottom:15px;
}
@media (max-width:567px){
    .sidepage.contact-us3 .box .img img {
    width:35%;
}
}











.sidepage.contact-us .tab-content {
    background-color:#f4f4f4;
    text-align:center;
    padding:50px 15%;;
}
.sidepage.contact-us .tab-content .contact-text{
    height:100%;
    align-content:center;
}
.sidepage.contact-us .tab-content .contact-text ul {
    text-align:start;
    line-height:40px;
}
.sidepage.contact-us .tab-content .contact-text ul li,
.sidepage.contact-us .tab-content .contact-text ul li a {
    font-size:15px;
    color:#000000;
}
.sidepage.contact-us .tab-content .contact-text ul li img {
    width:30px;
    margin-left:10px;
}

.sidepage.contact-us .nav {
    display:flex;
    justify-content:center;
    border-bottom:2px solid #888888;
    margin-top:50px;
}
.sidepage.contact-us .nav li{
    width:auto;
}
.sidepage.contact-us .nav li{
    margin:0;
}
.sidepage.contact-us .nav li button {
    background-color:#ffffff;
    color:#000000;
    border-right:none;
    border-left:none;
    border-bottom:3px solid transparent;
    border-radius:0;
    font-size:16px;
    font-weight:400;
    padding:15px 80px;
}
.sidepage.contact-us .nav li button {
    border:1px solid #888888;
    border-bottom:3px solid transparent;
}
.sidepage.contact-us .nav li button.active {
    border-bottom:3px solid red;
    color:red;
}

@media (max-width:1200px){
    .sidepage.contact-us iframe {
        width:auto;
        height:350px;
    }
}
@media (max-width:992px){
    .sidepage.contact-us iframe {
        width:100%;;
        height:300px;
    }
}
@media (max-width:768px){
    .sidepage.contact-us .tab-content {
        padding:50px 50px;
    }
}
@media (max-width:567px){
    .sidepage.contact-us .nav li button#mahshahr-tab {
        padding:15px 94px;
    }
}
/* contact-us */


.Sidepage.inner-supply {
    margin-bottom:50px;
}
.Sidepage.inner-supply .inner-box {
    border-radius:10px;
    justify-items:center;
    background:linear-gradient(to left,#34a1cc30,#c4177b30);
}

.Sidepage.inner-supply p {
    margin:auto;
    margin-top:40px;
    text-align:center;
    font-size:15px;
    font-weight:500;
    line-height:30px;
}
.Sidepage.inner-supply p.text {
    font-weight:400;
    margin-top:20px;
}
.Sidepage.inner-supply p.bottom {
    font-weight:400;
    font-size:14px;
    text-decoration:1px solid gray underline;
    text-underline-offset:10px;
    margin-bottom:50px;
}
.Sidepage.inner-supply img {
    height:100% !important;
}
.Sidepage.inner-supply a {
    width:30%;
    display:flex;
    justify-content:space-between;
    align-items:center;
    font-size:15px;
    color:#000000;
    font-weight:500;
    margin:40px auto;
    padding:10px 20px;
    border-radius:30px;
    border:1px solid gray
}
.Sidepage.inner-supply a img {
    width:20%;
    height:100%;
    margin-right:10px;
}
@media (max-width:1200px){
    .Sidepage.inner-supply .inner-box {
        padding:0 30px;
    }
}
@media (max-width:992px){
    
    .Sidepage.inner-supply a {
        width:30%;
        margin:30px auto
    }
}
@media (max-width:576px){
    .Sidepage.inner-supply a {
        width:60%;
    }
}
@media (min-width:1200px){
    .Sidepage.inner-supply p {
        margin-top:80px;
    }
    .Sidepage.inner-supply p.bottom {
        margin-top:50px;
        margin-bottom:80px;
    }
}

.modal-dialog {
  max-width: 80%;
  /* height: 100%; */
  margin: 100px auto;
  padding: 0;
}

.modal-content {
  height: 100%;
  border: none;
  border-radius: 0;
}

.modal-body img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}


section.mobile-banner img {
    width:100%;
}

@media (max-width: 992px) {

    .header-nav .navbar {
       background-color:transparent !important;
    }
}

@media (width:992px){
     .header-nav #navbarSupportedContent {
         top:-25px !important;
         background-color:transparent !important;
     }
    .header-nav #navbarSupportedContent .nav-link.dropdown-toggle {
        padding:18px 5px !important;
    }
}