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

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

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

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

@font-face {
    font-family: "IRANSans";
    font-style: normal;
    font-weight: 400;
    src: url("../fonts/IRANSans/eot/IRANSansWeb.eot?#iefix") format("embedded-opentype"), url(../fonts/IRANSans/woff2/IRANSansWeb.woff2) format("woff2"), url(../fonts/IRANSans/woff/IRANSansWeb.woff) format("woff"), url(../fonts/IRANSans/ttf/IRANSansWeb.ttf) format("truetype");
}
:root {
    --first-color: #15a6d0;
    --second-color: #ffc425;
    --third-color: #ffc425;
}
blockquote,
h1 {
    margin-bottom: 1.5rem;
}

.hero h2,
.hero p,
.navbar .navbar-nav .nav-item a,
.wide h2,
footer .container {
    /* text-transform: uppercase; */
}
.container-homepage.latest-post {
    display: none;
}
.main-body .container .block.image-block,
.wide h2,
footer .container {
    /* text-align: center; */
}

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

.hero h2,
.teasers .container h3,
.wide h2 {
    font-family: "Open Sans", sans-serif;
}
img.logo-fa {
    display: none;
}
.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: #eee;
    }

a {
    color: #337ab7;
}

    a:hover {
        color: #ec0e21;
    }

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

header[role="banner"] {
    background-color: #222;
    border-color: #080808;
}
ul.navbar-nav.ml-auto.p-0 {
    margin-left: unset!important;
}
.main-body {
    overflow: hidden;
}

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

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

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

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

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

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

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

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

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

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

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

footer {
    /* border-top: solid 4px #eef4f7; */
    position: relative;
    z-index: 1;
    background:  #060922;
}


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

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

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

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

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


.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 */


* {
    outline: none !important;
}

ul {
    list-style: none;
}

a {
    color: #000;
}

    a:hover {
        text-decoration: none;
    }

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

.login a {
    color: #fff;
}

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

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

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

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

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

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

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

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

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

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

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

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

.footer {
    background: #0a0907 none repeat scroll 0 0;
    padding: 50px 0 20px;
    font-family: "IRANSans";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.copyright {
    text-align: center;
}

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

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

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

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

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

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

/* End Added by Hosseini for Layout page */

/*Start of Menu*/

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

    .header img {
        height: auto;
    }

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

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

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

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

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

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

.dropdown-item {
    padding: 0.5rem 6.5rem 0.5rem 1rem;
    text-align: right;
}

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

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



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

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

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

.header-nav .nav-link {
    color: #fff;
    font-weight: 500;
    font-size: 15px;
    margin: auto 10px;
    transition: 0.3s;
    font-family: 'IRANSans';
    text-align: center;
}

    .header-nav .nav-link.active {
        border-bottom: 2px solid #ec0e21;
        color: #ec0e21;
    }

.header-nav .navbar-toggler {
    outline: none !important;
    text-align: right;
    width: 100%;
    padding: 20px 0 !important;
}

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

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

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

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

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

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

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

/* HAMBURGER 3 */

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

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

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

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

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

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

.logo {
    display: flex;
    justify-content: center;
    align-items: center;
    height: auto;
    padding: 5px 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: left;
    }

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


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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.menu .dropdown {
    position: unset
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.btn-outline-info {
    color: #000;
    border-color: #e4a216;
}
.row.insidepaging a, .btn.btn-outline-info.nopgn {
    border-color: #e4a216;
    color: #000;
}
.row.insidepaging a:hover, .btn.btn-outline-info.nopgn:hover {
    background: #17a6d0;
    border-color: #17a6d0;
    color: #fff;
}
    .btn-outline-info:hover {
        color: #fff;
        background-color: #ec0e21;
        border-color: #ec0e21;
    }


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

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

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

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

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

.row.insidepaging {
    display: block;
    padding-top: 39px;
    text-align: center;
    padding-bottom: 30px;
}

.row.insidepaging {}

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

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

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

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

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

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

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

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

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

    .single-post-box img {
        height: 550px !important;
        object-fit: cover;
    }

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

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

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


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

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




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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.col-edu {
    background: #f6f6f6;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Start of Form */

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

.frmb {
    margin: 0 auto !important;
}

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

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

.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: green;
    color: #fff;
    font-size: 1.1rem;
    font-weight: 600;
    border-radius: 3px;
    border: 1px solid green;
    padding: 13px 55px;
    transition: 0.4s
}

    .rgbtn:hover {
        background-color: transparent;
        box-shadow: inset 0 0 0 0.1rem green;
        -webkit-box-shadow: inset 0 0 0 0.1rem green;
        -ms-box-shadow: inset 0 0 0 0.1rem green;
        -o-box-shadow: inset 0 0 0 0.1rem green;
        color: green;
    }
.row.firstreg {
    text-align: center;
}
.secondreg {
    background: #fff;
    box-shadow: 0 0 40px 5px rgb(0 0 0 / 5%);
    padding: 30px;
    width: 60%;
    margin: 50px auto 25px auto;
}

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

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

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

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

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

.contact-icon {
    border: 2px solid #da1d25;
    border-radius: 50%;
    padding: 5px;
    margin: 15px auto 30px auto;
    width: 65px;
    height: 65px;
}

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

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

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

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

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

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

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

/* End of Form */


/* Start of Map */

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

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

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



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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    #nextButton:hover {
        opacity: 0.7;
    }


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

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

    #prevButton:hover {
        opacity: 0.7;
    }

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

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

    #exitButton:hover {
        opacity: 0.7;
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


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

/* gallary changed by rahimi start */

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

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

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


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



* {
    box-sizing: border-box;
}

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

.pad2 {
    padding: 20px;
}

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

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

    a:hover {
        color: #101010;
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mapboxcontainer {
    min-height: 900px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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




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

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

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

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

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


/* Offer */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* odd */

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

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

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

.odd .image-offer img {
    border-radius: 5px 0 0 5px;
}
/*-------- start global -------*/

.line,
.line-on-side,
.sec-heading .bottom-line,
.sec-heading.centered .bottom-line {
    display: block;
    position: relative;
    width: 5rem;
    height: 4px;
    background: var(--first-color);
    border-radius: 1rem;
}

section {
    overflow: hidden;
    position: relative;
    z-index: 0;
}

.plain-section {
    overflow: visible;
    padding: 0;
}

.section-watermark {
    position: absolute;
    top: 0;
    left: 0;
    transform: translate(10%, 50%);
    font-size: 5rem;
    font-weight: 900;
    color: inherit;
    opacity: .05;
    -webkit-text-fill-color: transparent;
    line-height: 1;
    -webkit-text-stroke: 2px;
}

.mega-section {
    padding: 5rem 0;
}

@media (max-width: 767px) {
    .mega-section {
        padding: 2.5rem 0;
    }

}

.elf-section {
    padding: 4rem 0;
}

@media (max-width: 767px) {
    .elf-section {
        padding: 3rem 0;
    }
}

.particles-js {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.hollow-text {
    -webkit-text-stroke-color: inherit;
    -webkit-text-stroke-width: 1.5px;
    -webkit-text-fill-color: transparent;
    line-height: 2;
}

.hollow-text strong {
    -webkit-text-stroke-color: inherit;
    -webkit-text-stroke-width: 1px;
    -webkit-text-fill-color: var(--first-color);
    color: var(--first-color);
    font-weight: 500;
}

@media (max-width: 991px) {
    .hollow-text {
        -webkit-text-stroke-width: 1px;
    }

    .meno {
        background-color: var(--second-color);
        padding: 10px;
    }
}

.featured-text {
    color: var(--first-color);
    font-weight: bolder;
    position: relative;
}

.init-text {
    font-weight: 500;
    font-size: 1.1rem;
    font-style: italic;
    opacity: .85;
    line-height: 1.7;
    margin-bottom: 3rem;
    padding: .5rem 0;
    padding-left: 2rem;
    border-left: 4px solid var(--first-color);
}

.init-text::first-letter {
    text-transform: capitalize;
}

.pre-title {
    position: relative;
    font-size: 1rem;
    font-weight: 600;
    font-style: italic;
    letter-spacing: 1px;
    /* text-align: left; */
    text-transform: uppercase;
    width: max-content;
    /* display: block; */
    margin-bottom: 0;
    padding-left: 2rem;
    padding-right: 2rem;
    color: #e4a216;
    z-index: 5;
}

.pre-title::before,
.pre-title::after {
    content: '';
    display: inline-block;
    position: absolute;
    width: 1.5rem;
    height: 2px;
    border-radius: 1rem;
    top: 50%;
    transform: translateY(-50%);
    background-color: #e4a216;
}

.pre-title::before {
    left: 0;
    right: auto;
}

.pre-title::after {
    left: auto;
    right: 0;
}

.line-on-center {
    margin-left: auto;
    margin-right: auto;
}

.line-on-side {
    margin-left: 0;
    margin-right: auto;
}

.line-on-side:before {
    left: 1rem;
}

.line-on-side:after {
    left: 2rem;
}

.opa-25 {
    opacity: .5 !important;
}

.opa-50 {
    opacity: .5 !important;
}

.opa-65 {
    opacity: .5 !important;
}

.opa-75 {
    opacity: .5 !important;
}

.opa-100 {
    opacity: .5 !important;
}

.sec-heading {
    position: relative;
    text-align: right;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 3rem;
}

@media (max-width: 991px) {
    .sec-heading {
        flex-direction: column;
        /* align-items: flex-start; */
        justify-content: center;
    }
}

.sec-heading .cta-area {
    display: flex;
    justify-content: flex-end;
    width: 30%;
}

@media (max-width: 991px) {
    .sec-heading .cta-area {
        width: 100%;
        justify-content: flex-start;
    }
}

.sec-heading .title {
    position: relative;
    margin: .75rem 0;
    font-size: 2.5rem;
    font-weight: 900;
    text-transform: capitalize;
    letter-spacing: 1.5px;
    line-height: 1.3;
    display: inline-block;
    z-index: 0;
    color: #000;
}

@media (max-width: 767px) {
    .sec-heading .title {
        font-size: 3rem;
        font-weight: 700;
    }
}

@media (max-width: 575px) {
    .sec-heading .title {
        font-size: 2.5rem;
    }
}

.sec-heading .subtitle {
    margin: 0 auto;
    margin-bottom: 1.25rem;
    font-size: 1.1rem;
    font-weight: 400;
    text-transform: capitalize;
    opacity: .75;
}

@media (max-width: 767px) {
    .sec-heading .subtitle {
        width: 100%;
        font-size: 1rem;
    }
}

.sec-heading.light-title .title {
    font-size: 40px;
    font-weight: 700;
}

@media (max-width: 991px) {
    .sec-heading.light-title .title {
        font-size: 2rem;
        font-weight: 800;
    }
}

.sec-heading.centered {
    display: block;
    text-align: center;
}

.sec-heading.centered .content-area {
    max-width: 100%;
}

.sec-heading.centered .pre-title {
    margin-left: auto;
    margin-right: auto;
}

.sec-heading.centered .cta-area {
    display: none;
}

.sec-heading.centered .bottom-line {
    display: block;
    margin: 0 auto;
}

.has-dark-bg .sec-heading .title,
.has-dark-bg .sec-heading .subtitle,
.has-main-color-bg .sec-heading .title,
.has-main-color-bg .sec-heading .subtitle {
    color: #fff;
}

.has-dark-bg .sec-heading .bottom-line,
.has-main-color-bg .sec-heading .bottom-line {
    background-color: #fff;
}

.has-dark-bg {
    background-color: #09035B;
}

.has-main-color-bg {
    background-color: var(--first-color);
}

.has-main-color-bg .sec-heading .pre-title {
    color: #fff;
}

.has-main-color-bg .sec-heading .pre-title::before,
.has-main-color-bg .sec-heading .pre-title::after {
    background-color: #fff;
}

body {
    font-family: IRANsans, "lato", "sans-serif";
    direction: LTR;
    text-align: left;
    position: relative;
    color: #060922;
    background: #fff;
    overflow-x: hidden;
    scroll-behavior: smooth;
    transition: all 0.25s ease-in-out 0s;
}


a {
    text-decoration: none;
    color: inherit;
}

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

.parallax {
    background-attachment: fixed !important;
}

.overlay-color,
.overlay-pattern-image-bg,
.overlay-shape-image-bg,
.overlay-photo-image-bg {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -1;
    display: block;
    transition: all 0.5s ease-in-out 0s;
}

.overlay-color {
    background: #060922;
    /* background: #060922cb;
    background: #060922c4; */
    opacity: .65;
}

#take-action .overlay-color {
    background-color: #060922db;
}

.overlay-pattern-image-bg {
    opacity: .05;
    /*add  background-image value wherever you use this class to choose the custom image  */
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.overlay-shape-image-bg {
    /*add  background-image value wherever you use this class to choose the custom image  */
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    opacity: .05;
}

.overlay-photo-image-bg {
    /*add  background-image value wherever you use this class to choose the custom image  */
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    opacity: .05;
}

.section-video-bg .video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    z-index: -2;
}

.black-bg {
    background-color: #060922;
}

.main-color-bg {
    background-color: var(--first-color);
}

.see-more-area {
    display: block;
    text-align: center;
    text-transform: capitalize;
}

.see-more-area.btn-on-start-align {
    text-align: right;
}

.no-borders {
    border: none;
    outline: none;
}

.no-box-shadow {
    box-shadow: none !important;
}

.section-shape-divider-bottom {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    z-index: 0;
}

.section-shape-divider-bottom svg {
    display: block;
    width: 100%;
    height: 120px;
}

.section-shape-divider-bottom svg path {
    fill: #fff;
}

@media (max-width: 767px) {
    .rating-stars {
        padding: 0 1rem;
    }
}

.rating-stars .star-icon {
    color: #e4a216;
    font-size: .85rem;
    cursor: pointer;
    transition: color 0.3s ease-in-out 0s;
}

.rating-stars .star-icon:not(:last-child) {
    margin-right: .5rem;
}

.rating-stars .star-icon.off {
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-color: var(--first-color);
    -webkit-text-stroke-width: 1px;
}

.rating-stars .star-icon.off:hover {
    -webkit-text-fill-color: var(--first-color);
}

.nice-select {
    width: 100%;
    padding-left: 1rem;
    border-radius: 0;
    text-transform: capitalize;
    border-color: #4d4d4d;
}

.nice-select:hover {
    border-color: #4d4d4d;
}

.nice-select:active,
.nice-select.open,
.nice-select:focus {
    border-color: #4d4d4d;
}

.nice-select:after {
    border-color: #060922;
    right: 1rem;
    width: .5rem;
    height: .5rem;
    margin-top: -6px;
}

.nice-select .current {
    font-size: 1.1rem;
    font-weight: 600;
}

.nice-select .list {
    width: 100%;
    border-radius: 0;
    border: 1px solid var(--first-color);
}

.nice-select .option {
    font-size: 1.1rem;
    font-weight: 600;
}

.nice-select .option:hover,
.nice-select .option.focus,
.nice-select .option.selected.focus {
    background: var(--first-color);
    font-weight: 600;
}

.price-range {
    padding: 1.5rem .5rem;
}

.price-range .ui-slider.ui-slider-horizontal {
    height: .25rem;
    border: none;
    background: rgba(8, 188, 233, 0.25);
    margin-bottom: 1.5rem;
}

.price-range .ui-slider .ui-slider-range {
    background: var(--first-color);
}

.price-range .ui-slider .ui-slider-handle {
    width: .5rem;
    height: 1.25rem;
    border: none;
    background: var(--first-color);
    outline: none;
    margin: 0;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
}

.price-range .ui-slider .ui-slider-handle:last-of-type {
    transform: translateY(-50%) translateX(-100%);
}

.price-range .amount-range {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.price-range .amount-range .amount-group {
    display: flex;
}

.price-range .amount-range .amount-group .amount-lbl {
    text-transform: capitalize;
    font-weight: 700;
    margin: 0;
    margin-right: .5rem;
}

.price-range .amount-range .amount-group .price-amount {
    border: 0;
    color: var(--first-color);
    font-weight: 800;
    outline: none;
    background: transparent;
    width: 100%;
}

.skills .skill {
    margin-bottom: 1.5rem;
}

.skills .skill-data {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: .5rem;
    font-weight: 600;
}

.skills .skill-data .skill-name {
    text-transform: capitalize;
}

.skills .skill-bar {
    width: 100%;
    height: .75rem;
    opacity: .75;
    background-color: #b8b8b8;
    border-radius: 1rem;
    overflow: hidden;
}

.skills .skill-bar .bar {
    width: 0;
    background-color: var(--first-color);
    height: inherit;
    border-radius: inherit;
    transition: width 1s ease-in-out 0s;
}

.ma-pagination {
    margin: 2rem 0;
}

.ma-pagination .pagination .deactive-page-item {
    pointer-events: none;
    background-color: #f1f1f1 !important;
    border-color: #060922 !important;
    opacity: .5;
}

.ma-pagination .pagination .deactive-page-item .ma-page-link {
    color: #060922 !important;
    opacity: .5;
}

.ma-pagination .pagination .ma-page-item {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 3rem;
    height: 3rem;
    color: var(--first-color);
    border: 1px solid;
    border-color: var(--first-color);
    transition: all 0.3s ease 0s;
}

.ma-pagination .pagination .ma-page-item:not(:last-child) {
    margin-right: .5rem;
}

.ma-pagination .pagination .ma-page-item:hover,
.ma-pagination .pagination .ma-page-item.active {
    background-color: var(--first-color);
    color: #fff;
}

.ma-pagination .pagination .ma-page-item:hover .ma-page-link,
.ma-pagination .pagination .ma-page-item.active .ma-page-link {
    color: #fff;
}

.ma-pagination .pagination .ma-page-item.active {
    pointer-events: none;
}

.ma-pagination .pagination .ma-page-link {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    width: 100%;
    height: 100%;
    box-shadow: none !important;
    color: var(--first-color);
    text-decoration: none;
    font-size: 1.25rem;
}

*::selection {
    background: var(--first-color);
    color: #fff;
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

/*========== End Global Rules ==========*/
/* Start video button animation*/
@keyframes anim-pulses {
    0% {
        transform: scale3d(0.9, 0.9, 1);
        opacity: .5;
    }

    50% {
        transform: scale3d(1.2, 1.2, 1);
        opacity: .75;
    }

    100% {
        transform: scale3d(1.4, 1.4, 1);
        opacity: 0;
    }
}

/* End video button animation*/
/* Start buttons global rules*/
.btn-solid,
.btn-outline {
    position: relative;
    overflow: hidden;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    text-decoration: none !important;
    text-align: center;
    text-transform: capitalize;
    letter-spacing: 1px;
    outline: none;
    border: 2px solid transparent;
    border-radius: .25rem;
    padding: .75rem 2.25rem;
    font-weight: 800;
    box-shadow: 0px 3px 10px -5px rgba(6, 9, 34, 0.15);
    transition: all 0.3s ease-in-out 0s;
    cursor: pointer;
    z-index: 0;
}

.btn-solid .icon,
.btn-outline .icon {
    margin-left: .5rem;
    font-size: 1.5rem;
    line-height: 1;
    transition: transform 0.3s ease-in-out 0s;
}

.btn-solid:hover .icon,
.btn-outline:hover .icon {
    transform: translatex(5px);
}

.btn-solid:focus,
.btn-outline:focus {
    outline: none !important;
}

.btn-medium.btn-solid,
.btn-medium.btn-outline {
    padding: .625rem 2rem;
}

.btn-small.btn-solid,
.btn-small.btn-outline {
    padding: .5rem 1rem;
    font-weight: 500;
    font-size: .9rem;
}

@media (max-width: 575px) {

    .btn-solid,
    .btn-outline {
        padding: .5rem 1.25rem;
        font-weight: 500;
        font-size: .9rem;
    }
}

.play-btn-col-dir,
.play-btn-row-dir {
    display: inline-block;
}

.play-btn-col-dir .play-video-btn,
.play-btn-row-dir .play-video-btn {
    display: flex;
    align-items: center;
    justify-content: center;
}

.play-btn-col-dir .play-video-btn:hover .play-btn,
.play-btn-row-dir .play-video-btn:hover .play-btn {
    background: var(--first-color);
}

.play-btn-col-dir .play-video-btn:hover .play-btn::before,
.play-btn-row-dir .play-video-btn:hover .play-btn::before,
.play-btn-col-dir .play-video-btn:hover .play-btn::after,
.play-btn-row-dir .play-video-btn:hover .play-btn::after {
    background: inherit;
}

.play-btn-col-dir .play-btn,
.play-btn-row-dir .play-btn {
    position: relative;
    border-radius: 50%;
    padding: 5px;
    cursor: pointer;
    background-color: #e4a216;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 3.5rem;
    height: 3.5rem;
    transform-origin: center;
    box-shadow: 1px 1px 10px 5px rgba(6, 9, 34, 0.25);
    transition: all 0.3s ease-in-out 0s;
}

.play-btn-col-dir .play-btn::before,
.play-btn-row-dir .play-btn::before,
.play-btn-col-dir .play-btn::after,
.play-btn-row-dir .play-btn::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border-radius: 50%;
    background-color: inherit;
    animation: anim-pulses infinite 2s linear;
    z-index: -1;
    transition: all 0.3s ease-in-out 0s;
}

.play-btn-col-dir .play-btn::after,
.play-btn-row-dir .play-btn::after {
    animation-delay: .75s;
}

.play-btn-col-dir .play-btn .icon,
.play-btn-row-dir .play-btn .icon {
    color: #fff;
    font-size: 2.5rem;
    transition: all 0.3s ease-in-out 0s;
    margin: 10px 0 0 5px;
}
.video-link {
    margin-top: 10px;
}
.play-btn-col-dir .play-btn img.play-icon,
.play-btn-row-dir .play-btn img.play-icon {
    width: 3rem;
    height: 3rem;
}

.inverted-colors.play-btn-col-dir .play-btn,
.inverted-colors.play-btn-row-dir .play-btn {
    background-color: var(--first-color);
}

.inverted-colors.play-btn-col-dir:hover .play-btn,
.inverted-colors.play-btn-row-dir:hover .play-btn {
    background: #e4a216;
}

.play-btn-col-dir .play-btn-text,
.play-btn-row-dir .play-btn-text {
    position: relative;
    text-align: center;
    text-transform: capitalize;
    font-weight: 600;
    color: #fff;
}

.play-btn-col-dir .play-btn-text::before,
.play-btn-row-dir .play-btn-text::before {
    content: '';
    position: absolute;
    bottom: -.5rem;
    left: 0;
    height: .25rem;
    width: 100%;
    border-radius: .25rem;
    transform: scaleX(0);
    transform-origin: center;
    transition: all 0.3s ease-in-out 0s;
    background: #fff;
}

.btn-solid {
    /* Style 1*/
    /*style 2*/
    color: #fff;
    background: #e4a216;
    border-color: #e4a216;
}

.btn-solid:hover {
    /* Style 1*/
    /*style 2*/
    color: #e4a216;
    background: transparent;
    border-color: #e4a216;
}

.btn-outline {
    /**/
    border: 2px solid;
    color: var(--first-color);
    background: transparent;
    border-color: var(--first-color);
}

.btn-outline:hover {
    color: #fff;
    background: var(--first-color);
}

.play-btn-col-dir .play-video-btn {
    flex-direction: column;
}

.play-btn-col-dir .play-btn-text {
    margin-top: .75rem;
}

.play-btn-row-dir .play-video-btn {
    flex-direction: row;
}

.play-btn-row-dir .play-btn-text {
    margin-left: .75rem;
}

@media (max-width: 575px) {
    .download-apps-area {
        display: inline-flex;
        flex-direction: column;
    }
}

.download-apps-area .btn-store {
    min-width: 180px;
}

.download-apps-area .btn-store:not(:last-child) {
    margin-right: 1rem;
}

@media (max-width: 575px) {
    .download-apps-area .btn-store:not(:last-child) {
        margin-right: 0;
        margin-bottom: 1rem;
    }
}

.download-apps-area .btn-app-store,
.download-apps-area .btn-google-play {
    display: inline-flex;
    align-items: center;
    padding: .5rem 1rem;
    border-radius: .25rem;
    text-decoration: none !important;
    transition: all 0.5s ease-in-out 0s;
}

.download-apps-area .btn-app-store .icon,
.download-apps-area .btn-google-play .icon {
    font-size: 2rem;
    margin-right: .75rem;
}

.download-apps-area .btn-app-store .title-wrapper,
.download-apps-area .btn-google-play .title-wrapper {
    line-height: 1;
    text-align: right;
}

.download-apps-area .btn-app-store .title-wrapper .sub-title,
.download-apps-area .btn-google-play .title-wrapper .sub-title {
    display: block;
    font-size: .75rem;
    font-weight: 400;
    text-transform: capitalize;
}

.download-apps-area .btn-app-store .title-wrapper .title,
.download-apps-area .btn-google-play .title-wrapper .title {
    display: block;
    font-size: 1.25rem;
    font-weight: 600;
    text-transform: capitalize;
}

.download-apps-area .btn-app-store.btn-transparent-bg,
.download-apps-area .btn-google-play.btn-transparent-bg {
    border: 2px solid #fff;
    background-color: transparent;
    color: #fff !important;
}

.download-apps-area .btn-app-store.btn-transparent-bg:hover,
.download-apps-area .btn-google-play.btn-transparent-bg:hover {
    background-color: rgba(6, 9, 34, 0.5);
    border-color: #fff;
}

.download-apps-area .btn-app-store.btn-main-color-bg,
.download-apps-area .btn-google-play.btn-main-color-bg {
    border: 2px solid #fff;
    background-color: var(--first-color);
    color: #fff !important;
}

.download-apps-area .btn-app-store.btn-main-color-bg:hover,
.download-apps-area .btn-google-play.btn-main-color-bg:hover {
    background-color: #fff;
    color: var(--first-color) !important;
}

.download-apps-area .btn-app-store.btn-white-bg,
.download-apps-area .btn-google-play.btn-white-bg {
    border: 2px solid var(--first-color);
    background-color: #fff;
    color: var(--first-color) !important;
}

.download-apps-area .btn-app-store.btn-white-bg:hover,
.download-apps-area .btn-google-play.btn-white-bg:hover {
    background-color: var(--first-color);
    color: #fff !important;
}

/* Start Social icons list rules */
.dir-row .sc-list,
.dir-col .sc-list,
.sc-flat .sc-list {
    padding: 0;
    margin: 0;
    display: inline-flex;
    list-style: none;
}

.dir-row .sc-list .sc-item,
.dir-col .sc-list .sc-item,
.sc-flat .sc-list .sc-item {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #e4a216;
    transition: transform 0.3s ease-in-out 0s;
}

.dir-row .sc-list .sc-item:last-of-type,
.dir-col .sc-list .sc-item:last-of-type,
.sc-flat .sc-list .sc-item:last-of-type {
    margin-bottom: 0;
}

.dir-row .sc-list .sc-item:hover,
.dir-col .sc-list .sc-item:hover,
.sc-flat .sc-list .sc-item:hover {
    background: #fff;
    box-shadow: 0px 3px 15px 0px rgba(6, 9, 34, 0.25);
}

.dir-row .sc-list .sc-item:hover .sc-icon,
.dir-col .sc-list .sc-item:hover .sc-icon,
.sc-flat .sc-list .sc-item:hover .sc-icon {
    color: #e4a216;
}

.dir-row .sc-list .sc-link,
.dir-col .sc-list .sc-link,
.sc-flat .sc-list .sc-link {
    display: flex;
    line-height: 1;
    width: 100%;
    margin: 0 auto;
    align-items: center;
    justify-content: center;
    height: 100%;
    text-decoration: none;
}

.dir-row .sc-list .sc-icon,
.dir-col .sc-list .sc-icon,
.sc-flat .sc-list .sc-icon {
    color: #fff;
    transition: color 0.3s ease-in-out 0s;
}

.dir-row {
    padding: .75rem 0;
}

.dir-row .sc-list .sc-item {
    margin-right: 10px;
}

.dir-row .sc-list .sc-item:hover {
    transform: translateY(-5px);
}

.dir-col {
    padding: 0 .75rem;
}

.dir-col .sc-list {
    flex-direction: column;
}

.dir-col .sc-list .sc-item {
    margin-bottom: 10px;
}

.dir-col .sc-list .sc-item:last-of-type {
    margin-bottom: 0;
}

.dir-col .sc-list .sc-item:hover {
    transform: translateX(5px);
}

.sc-flat .sc-list .sc-item {
    font-size: 1.1rem;
    border-radius: 0;
    background: transparent;
    margin-right: 1.5rem;
}

.sc-flat .sc-list .sc-item:hover {
    background: transparent;
    box-shadow: none;
}

.sc-flat .sc-list .sc-item:hover .sc-icon {
    color: var(--first-color);
}

.sc-flat .sc-list .sc-item .sc-icon {
    color: var(--first-color);
}

.sc-size-50 .sc-item {
    width: 50px;
    height: 50px;
    font-size: 1.25rem;
}

@media (max-width: 575px) {
    .sc-size-50 .sc-item {
        width: 40px;
        height: 40px;
        font-size: 1rem;
    }
}

.sc-size-40 .sc-item {
    width: 40px;
    height: 40px;
    font-size: 1rem;
}

.sc-size-32 .sc-item {
    width: 32px;
    height: 32px;
    font-size: .85rem;
}

.sc-size-24 .sc-item {
    width: 24px;
    height: 24px;
    font-size: .75rem;
}

.sc-size-16 .sc-item {
    width: 16px;
    height: 16px;
    font-size: 10px;
}

/* End Social icons list rules */
.back-to-top {
    width: 4rem;
    height: 4rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.75rem;
    color: #fff;
    background-color: var(--first-color);
    cursor: pointer;
    transition: all 0.3s ease-in-out 0s;
    width: 3rem;
    height: 3rem;
    position: fixed;
    bottom: -100px;
    right: 30px;
    z-index: 20;
    box-shadow: 0px 3px 15px 0px rgba(6, 9, 34, 0.25);
}

.back-to-top:hover {
    background-color: rgba(8, 188, 233, 0.8);
}

.back-to-top:after {
    content: '';
}

.back-to-top .icon {
    display: flex;
}

.back-to-top.show {
    bottom: 30px;
}

.mode-switcher {
    position: relative;
    width: 4rem;
    height: 4rem;
    position: fixed;
    top: 25%;
    bottom: auto;
    left: auto;
    right: 0;
    border-top-left-radius: .75rem;
    border-bottom-left-radius: .75rem;
    cursor: pointer;
    transition: all 0.3s ease-in-out 0s;
}

.mode-switcher.dark-mode {
    background-color: #fff;
}

.mode-switcher.dark-mode .icon {
    color: #060922;
}

.mode-switcher.light-mode {
    background-color: #060922;
}

.mode-switcher.light-mode .icon {
    color: #fff;
}

.mode-switcher .switch-inner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    visibility: hidden;
    opacity: 0;
}

.mode-switcher .switch-inner.active {
    visibility: visible;
    opacity: 1;
}

.mode-switcher .icon {
    display: flex;
    font-size: 2rem;
    padding: 0 .5rem;
}

body.rounded-btns .btn-solid,
body.rounded-btns .btn-outline,
body.rounded-btns .portfolio-btn,
body.rounded-btns .subscripe-btn,
body.rounded-btns .sc-item,
body.rounded-btns .back-to-top,
body.rounded-btns .field-group .text-input,
body.rounded-btns .field-group .email-input,
body.rounded-btns .swiper-button-prev,
body.rounded-btns .swiper-button-next {
    border-radius: 5rem;
}

body.rounded-btns .field-group label,
body.rounded-btns .field-group .label {
    padding-left: 1rem;
}

.btn-squared {
    border-radius: 0 !important;
}

.btn-rounded {
    border-radius: 5rem !important;
}

.read-more {
    text-transform: capitalize;
    color: var(--first-color);
    font-weight: 600;
    position: relative;
    display: inline-flex;
    align-items: center;
    transition: all 0.3s ease-in-out 0s;
    float: right;
}

.read-more:hover {
    color: var(--first-color);
    text-decoration: none;
}

.read-more:hover .icon {
    transform: translateX(5px);
}

.read-more .icon {
    font-size: 1.5rem;
    margin-right: .5rem;
    margin-top: 8px;
    transition: transform 0.3s ease-in-out 0s;
}

/* End buttons global rules*/
.breadcrumb {
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    margin: 0;
    padding: 0;
}

.breadcrumb .icon {
    margin-right: .5rem;
}

.breadcrumb-item {
    text-transform: capitalize;
    font-size: 1rem;
    font-weight: 600;
}

@media (max-width: 1199px) {
    .breadcrumb-item {
        font-size: 1rem;
    }
}

.breadcrumb-item:before {
    /*Breadcrumb Separator Color*/
    color: #fff;
    padding-right: .5rem;
}

.breadcrumb-link {
    color: white;
    text-decoration: none;
    transition: color 0.25s ease-in 0s;
}

.breadcrumb-link:hover {
    color: var(--first-color);
}

.breadcrumb.shop-breadcrumb {
    justify-content: flex-start;
    margin-bottom: 1rem;
}

.breadcrumb.shop-breadcrumb .breadcrumb-item {
    color: var(--first-color);
}

.breadcrumb.shop-breadcrumb .breadcrumb-item:before {
    /*Breadcrumb Separator Color*/
    color: var(--first-color);
}

.breadcrumb.shop-breadcrumb .breadcrumb-item.active {
    opacity: .65;
}

.breadcrumb.shop-breadcrumb .breadcrumb-link {
    color: var(--first-color);
}

/* Start ma-tabs rules */
.ma-tabs .tabs-links-list {
    position: relative;
    padding: .5rem 0rem;
    margin: 0;
    margin-bottom: 1rem;
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: start;
    flex-wrap: wrap;
    border-bottom: 1px solid rgba(8, 188, 233, 0.25);
}

@media (max-width: 575px) {
    .ma-tabs .tabs-links-list {
        flex-wrap: nowrap;
    }
}

.ma-tabs .b-line {
    position: absolute;
    left: 0;
    border-radius: 1rem;
    bottom: 0;
    height: 2px;
    background-color: var(--first-color);
    will-change: left, width;
    transition: all 0.3s ease-in-out 0s;
}

.ma-tabs .tab-link {
    padding: .5rem 0;
    text-transform: capitalize;
    font-size: 1rem;
    font-weight: 700;
    margin-right: 1.5rem;
    border-radius: 5rem;
    cursor: pointer;
    transition: all 0.3s ease-in-out 0s;
}

.ma-tabs .tab-link:last-child {
    margin-right: 0;
}

.ma-tabs .tab-link.active,
.ma-tabs .tab-link:hover {
    color: var(--first-color);
    opacity: 1;
}

.ma-tabs .switch {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ma-tabs .switch .switch-btns-list {
    padding: .5rem;
    margin: 0;
    margin-bottom: 1rem;
    list-style: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    border-radius: 5rem;
}

.ma-tabs .switch .switch-btns-list .switch-btn {
    position: relative;
    padding: .75rem 1rem;
    display: inline-block;
    min-width: 100px;
    color: rgba(184, 184, 184, 0.65);
    border: 2px solid rgba(184, 184, 184, 0.65);
    font-size: 1.25rem;
    font-weight: 400;
    line-height: 1;
    text-transform: capitalize;
    cursor: pointer;
    transition: all 0.3s ease-in 0s;
}

.ma-tabs .switch .switch-btns-list .switch-btn:first-child {
    border-right: none;
}

.ma-tabs .switch .switch-btns-list .switch-btn:last-child {
    border-left: none;
}

.ma-tabs .switch .switch-btns-list .switch-btn:hover {
    border-color: var(--first-color);
    color: var(--first-color);
}

.ma-tabs .switch .switch-btns-list .switch-btn.active {
    color: #fff;
    background-color: var(--first-color);
    border-color: var(--first-color);
}

.ma-tabs .switch .toggle-btn {
    width: 80px;
    height: 30px;
    display: inline-block;
    position: relative;
    background-color: var(--first-color);
    border-radius: 2rem;
    z-index: 0;
    -webkit-appearance: none;
    outline: none;
    left: 0;
    right: 0;
    margin-left: 1rem;
    margin-right: 1rem;
    cursor: pointer;
    z-index: 1;
}

.ma-tabs .switch .toggle-btn::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    border: 0.25rem solid var(--first-color);
    background-color: #fff;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    z-index: -1;
    transition: all 0.3s ease-in-out 0s;
}

.ma-tabs .switch .toggle-btn:checked::before {
    left: 100%;
    transform: translateX(-100%);
}

.ma-tabs .tabs {
    overflow: hidden;
}

.ma-tabs .tabs .tab-content {
    display: none;
    padding: 2rem 0;
}

.ma-tabs .tabs .visibale-tab {
    display: block;
    animation: fadeIn .8s ease-in-out;
}

/* End ma-tabs rules */
.req {
    color: #fc0000;
}

.not-req {
    display: none;
}

/* conatct forms rules */
.custom-form-area.input-under-lined .input-label,
.custom-form-area.input-boxed .input-label {
    margin: 0;
    font-size: 1rem;
    font-weight: 600;
    text-transform: capitalize;
    position: absolute;
    left: 0;
    top: 0px;
    transition: all 0.3s ease-in-out 0s;
}

.custom-form-area input[type=email]:focus~.input-label,
.custom-form-area input[type=text]:focus~.input-label,
.custom-form-area input[type=password]:focus~.input-label,
.custom-form-area input[type=url]:focus~.input-label,
.custom-form-area input[type=search]:focus~.input-label,
.custom-form-area input[type=number]:focus~.input-label,
.custom-form-area select:focus~.input-label,
.custom-form-area textarea:focus~.input-label,
.custom-form-area.input-under-lined .input-wrapper.has-text .input-label,
.custom-form-area.input-under-lined input[type=email]:focus~.input-label,
.custom-form-area.input-under-lined input[type=text]:focus~.input-label,
.custom-form-area.input-under-lined input[type=password]:focus~.input-label,
.custom-form-area.input-under-lined input[type=url]:focus~.input-label,
.custom-form-area.input-under-lined input[type=search]:focus~.input-label,
.custom-form-area.input-under-lined input[type=number]:focus~.input-label,
.custom-form-area.input-under-lined textarea:focus~.input-label,
.custom-form-area.input-boxed .input-wrapper.has-text .input-label,
.custom-form-area.input-boxed input[type=email]:focus~.input-label,
.custom-form-area.input-boxed input[type=text]:focus~.input-label,
.custom-form-area.input-boxed input[type=password]:focus~.input-label,
.custom-form-area.input-boxed input[type=url]:focus~.input-label,
.custom-form-area.input-boxed input[type=search]:focus~.input-label,
.custom-form-area.input-boxed input[type=number]:focus~.input-label,
.custom-form-area.input-boxed textarea:focus~.input-label {
    top: -30px;
    color: var(--first-color);
}

.custom-form-area .error-msg {
    position: absolute;
    right: 1rem;
    top: 0;
    transform: translateY(50%);
    font-size: .85rem;
    color: #fc0000;
    display: none;
}

.custom-form-area .done-msg {
    position: absolute;
    right: 1rem;
    bottom: 0;
    font-size: 1rem;
    background-color: #217234;
    color: #fff;
    padding: .5rem 0;
    visibility: hidden;
    opacity: 0;
    padding: .75rem 1.5rem;
    border-radius: .25rem;
    transition: all 0.5s ease-in-out 0s;
}

.custom-form-area .done-msg.show {
    visibility: visible;
    opacity: 1;
}

.custom-form-area .input-wrapper {
    position: relative;
    margin-bottom: 3rem;
}

.custom-form-area .input-wrapper .input-icon {
    position: absolute;
    left: auto;
    right: 1rem;
    top: 50%;
    transform: translateY(-50%);
    font-size: .75rem;
    pointer-events: none;
}

.custom-form-area input[type=email],
.custom-form-area input[type=text],
.custom-form-area input[type=password],
.custom-form-area input[type=url],
.custom-form-area input[type=search],
.custom-form-area input[type=number],
.custom-form-area select,
.custom-form-area textarea {
    display: block;
    width: 100%;
    padding: .75rem;
    outline: none;
    border: 1px solid rgba(6, 9, 34, 0.25);
    background: #fff;
    margin-bottom: 1rem;
    transition: all 0.3s ease-in-out 0s;
}

.custom-form-area input[type=email] [type=submit]:focus,
.custom-form-area input[type=text] [type=submit]:focus,
.custom-form-area input[type=password] [type=submit]:focus,
.custom-form-area input[type=url] [type=submit]:focus,
.custom-form-area input[type=search] [type=submit]:focus,
.custom-form-area input[type=number] [type=submit]:focus,
.custom-form-area select [type=submit]:focus,
.custom-form-area textarea [type=submit]:focus {
    outline: none !important;
}

.custom-form-area select {
    appearance: none;
    text-transform: capitalize;
}

.custom-form-area textarea {
    min-height: 10rem;
}

.custom-form-area input[type=submit] {
    outline: none;
    border: none;
}

.custom-form-area.input-under-lined .input-wrapper.has-text .input-label {
    top: -25px;
}

.custom-form-area.input-under-lined .input-wrapper.has-text .b-border {
    transform: scaleX(1);
}

.custom-form-area.input-under-lined .input-wrapper .b-border {
    display: block;
    width: 100%;
    transform: scaleX(0);
    transform-origin: center;
    height: 2px;
    background: var(--first-color);
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
    transition: all 0.3s ease-in-out 0s;
}

.custom-form-area.input-under-lined input[type=email],
.custom-form-area.input-under-lined input[type=text],
.custom-form-area.input-under-lined input[type=password],
.custom-form-area.input-under-lined input[type=url],
.custom-form-area.input-under-lined input[type=search],
.custom-form-area.input-under-lined input[type=number],
.custom-form-area.input-under-lined textarea {
    padding: .5rem 0;
    border: none;
    border-bottom: 1px solid rgba(8, 188, 233, 0.35);
}

.custom-form-area.input-under-lined input[type=email]:focus~.b-border,
.custom-form-area.input-under-lined input[type=text]:focus~.b-border,
.custom-form-area.input-under-lined input[type=password]:focus~.b-border,
.custom-form-area.input-under-lined input[type=url]:focus~.b-border,
.custom-form-area.input-under-lined input[type=search]:focus~.b-border,
.custom-form-area.input-under-lined input[type=number]:focus~.b-border,
.custom-form-area.input-under-lined textarea:focus~.b-border {
    transform: scaleX(1);
}

.custom-form-area.input-under-lined input[type=email]:focus~.input-label,
.custom-form-area.input-under-lined input[type=text]:focus~.input-label,
.custom-form-area.input-under-lined input[type=password]:focus~.input-label,
.custom-form-area.input-under-lined input[type=url]:focus~.input-label,
.custom-form-area.input-under-lined input[type=search]:focus~.input-label,
.custom-form-area.input-under-lined input[type=number]:focus~.input-label,
.custom-form-area.input-under-lined textarea:focus~.input-label {
    top: -25px;
}

.custom-form-area.input-boxed {
    padding-top: 30px;
}

.custom-form-area.input-boxed .input-label {
    top: -30px;
}

.custom-form-area.input-boxed input[type=email]:focus,
.custom-form-area.input-boxed input[type=text]:focus,
.custom-form-area.input-boxed input[type=password]:focus,
.custom-form-area.input-boxed input[type=url]:focus,
.custom-form-area.input-boxed input[type=search]:focus,
.custom-form-area.input-boxed input[type=number]:focus,
.custom-form-area.input-boxed textarea:focus {
    border-color: var(--first-color);
}

/* mailchimp forms rules*/
.mailchimp-form label,
.mailchimp-form .input-label {
    margin-bottom: 0;
    color: #f1f1f1;
}

.mailchimp-form input:not([type="submit"]) {
    color: #fff !important;
}

.mailchimp-form .mc-form-area {
    position: relative;
    /*mailchimp alerts*/
}

.mailchimp-form .mc-form-area .field-group {
    padding: 0;
    margin: 0;
    position: relative;
    margin-bottom: 1rem;
}

.mailchimp-form .mc-form-area .field-group input[type=email],
.mailchimp-form .mc-form-area .field-group input[type=text] {
    font-size: 1rem;
    width: 100%;
    padding: .75rem 1.5rem;
    outline: none !important;
    border: none;
    color: #fff;
    background: rgba(255, 255, 255, 0.35);
    backdrop-filter: blur(4px);
    margin-bottom: 0;
}

.mailchimp-form .mc-form-area .field-group input[type=email]::-webkit-input-placeholder,
.mailchimp-form .mc-form-area .field-group input[type=text]::-webkit-input-placeholder {
    color: #fff;
}

.mailchimp-form .mc-form-area .one-field-form input[type=email] {
    padding: 1rem 1.5rem;
}

.mailchimp-form .mc-form-area .one-field-form .cta-area {
    position: absolute;
    top: 0;
    right: 0;
    left: auto;
    height: 100%;
}

.mailchimp-form .mc-form-area .one-field-form .cta-area .subscribe-btn {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-top-right-radius: 5rem;
    border-bottom-right-radius: 5rem;
    min-height: 100%;
}

.mailchimp-form .mc-form-area .one-field-form .cta-area .subscribe-btn:hover {
    background-color: var(--first-color);
    border-color: var(--first-color);
    color: #fff;
}

.mailchimp-form .mc-form-area .three-field-form {
    padding: 2rem 1rem;
    background: #fff;
}

.mailchimp-form .mc-form-area .three-field-form .form-heading {
    margin-bottom: 2rem;
    color: #000531;
    border-bottom: 2px solid var(--first-color);
    padding-bottom: .75rem;
    text-transform: capitalize;
    font-size: 2rem;
    font-weight: 600;
}

.mailchimp-form .mc-form-area .three-field-form .highlight {
    color: var(--first-color);
    font-weight: 800;
    text-transform: uppercase;
}

.mailchimp-form .mc-form-area .three-field-form label,
.mailchimp-form .mc-form-area .three-field-form .input-label {
    display: inline-block;
    margin-bottom: .25rem;
    color: #000531;
    font-weight: 600;
}

.mailchimp-form .mc-form-area .three-field-form input:not([type="submit"]) {
    border: 1px solid rgba(8, 188, 233, 0.5);
    color: #000531 !important;
    padding: .5rem 1rem !important;
}

.mailchimp-form .mc-form-area .three-field-form input:not([type="submit"]):hover,
.mailchimp-form .mc-form-area .three-field-form input:not([type="submit"]):focus {
    border: 1px solid var(--first-color);
}

.mailchimp-form .mc-form-area .three-field-form .cta-area {
    text-align: center;
    padding-top: .5rem;
}

.mailchimp-form .mc-form-area .three-field-form.has-dark-bg {
    background-color: #060922;
}

.mailchimp-form .mc-form-area .three-field-form.has-dark-bg .form-heading {
    color: #fff;
}

.mailchimp-form .mc-form-area .three-field-form.has-dark-bg label,
.mailchimp-form .mc-form-area .three-field-form.has-dark-bg .input-label {
    color: #fff;
}

.mailchimp-form .mc-form-area .three-field-form.has-dark-bg input:not([type="submit"]) {
    color: #fff !important;
    background-color: #000531 !important;
}

.mailchimp-form .mc-form-area .mailchimp-alerts {
    position: absolute;
    bottom: 0;
    transform: translateY(-100%);
    left: 0;
    z-index: -1;
    transition: all 0.5s ease-in-out 0s;
}

.mailchimp-form .mc-form-area .mailchimp-alerts.show-message {
    bottom: 0;
    top: auto;
    transform: translateY(120%);
    z-index: 1;
}

.mailchimp-form .mc-form-area .mailchimp-alerts .mc-msg {
    color: #fff;
}

.mailchimp-form .mc-form-area .mailchimp-alerts .mc-msg.active {
    padding: .5rem .75rem;
}

.mailchimp-form .mc-form-area .mailchimp-alerts .mc-submitting {
    background-color: rgba(155, 106, 1, 0.5);
}

.mailchimp-form .mc-form-area .mailchimp-alerts .mc-success {
    background-color: rgba(33, 114, 52, 0.5);
}

.mailchimp-form .mc-form-area .mailchimp-alerts .mc-error {
    background-color: rgba(252, 0, 0, 0.5);
}

.loading-screen {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 9999999;
    background: #060922;
}

.loading-screen .bar {
    position: absolute;
    height: 100%;
    width: 50%;
    background-color: var(--first-color);
}

.loading-screen .top-bar {
    top: 0;
    left: 0;
    right: auto;
    bottom: auto;
}

.loading-screen .down-bar {
    bottom: 0;
    top: auto;
    right: 0;
    left: auto;
}

.loading-screen .progress-line {
    position: absolute;
    width: 100%;
    top: 60%;
    left: 0;
    right: auto;
    height: 1px;
    background-color: rgba(255, 255, 255, 0.35);
    transform: scale(0);
    transform-origin: center;
}

.loading-screen .loading-counter {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-size: 3rem;
    font-weight: 800;
}

/* End loading screen rules */
.header-search-box {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 0;
    background-color: rgba(6, 9, 34, 0.95);
    display: flex;
    align-items: center;
    justify-content: center;
    visibility: hidden;
    opacity: 0;
    transition: all 0.5s ease-in-out 0s;
    z-index: 1200;
}

.header-search-box.show {
    height: 100%;
    visibility: visible;
    opacity: 1;
}

.header-search-box.show .search-form {
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
}

.header-search-box .close-search {
    position: absolute;
    right: 25%;
    top: 25%;
    width: 3.5rem;
    height: 3.5rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.header-search-box .close-search:before,
.header-search-box .close-search::after {
    content: "";
    height: 2px;
    width: 40px;
    background-color: #fff;
    display: block;
    transform-origin: center;
}

.header-search-box .close-search:before {
    transform: rotate(45deg) translateX(2px);
}

.header-search-box .close-search:after {
    transform: rotate(-45deg) translateX(1px);
}

@media (max-width: 767px) {
    .header-search-box .close-search {
        right: 5%;
    }
}

.header-search-box .search-form {
    position: relative;
    visibility: hidden;
    opacity: 0;
    transform: translateY(5rem);
    transition: all 0.5s ease-in-out 0s;
    transition-delay: .25s;
    width: 50%;
}

@media (max-width: 1199px) {
    .header-search-box .search-form {
        width: 50%;
    }
}

@media (max-width: 767px) {
    .header-search-box .search-form {
        width: 80%;
    }
}

.header-search-box .search-form .search-lbl {
    visibility: hidden;
    opacity: 0;
    width: 0;
}

.header-search-box .search-form input[type="search"]::-webkit-search-decoration,
.header-search-box .search-form input[type="search"]::-webkit-search-cancel-button,
.header-search-box .search-form input[type="search"]::-webkit-search-results-button,
.header-search-box .search-form input[type="search"]::-webkit-search-results-decoration {
    -webkit-appearance: none;
}

.header-search-box .search-form .search-input {
    border: none;
    border-bottom: 2px solid var(--first-color);
    font-size: 2.5rem;
    outline: none;
    color: #fff;
    background-color: transparent;
    width: 100%;
}

@media (max-width: 767px) {
    .header-search-box .search-form .search-input {
        font-size: 1.5rem;
    }
}

.header-search-box .search-form .search-btn {
    -webkit-appearance: none;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    left: auto;
    outline: none;
    border: none;
    background: transparent;
    color: var(--first-color);
    font-size: 1.5rem;
}

/*------End global, helper classes , components -------*/

/*    Start dark theme  */


body.dark-theme .section-shape-divider-bottom svg path {
    fill: #060922;
}

body.dark-theme .ma-tabs .switch .switch-btns-list .switch-btn {
    color: rgba(255, 255, 255, 0.75) !important;
    border-color: rgba(255, 255, 255, 0.25) !important;
}

body.dark-theme .nice-select {
    background: #060922;
    color: #fff;
}

body.dark-theme .nice-select:after {
    border-color: #fff;
}

body.dark-theme .nice-select .current {
    color: #fff;
}

body.dark-theme .nice-select .list {
    background: #060922;
    color: #fff;
}

body.dark-theme .nice-select .option:hover,
body.dark-theme .nice-select .option.focus,
body.dark-theme .nice-select .option.selected.focus {
    color: #fff;
}

body.dark-theme .custom-form-area input[type=email],
body.dark-theme .custom-form-area input[type=text],
body.dark-theme .custom-form-area input[type=password],
body.dark-theme .custom-form-area input[type=url],
body.dark-theme .custom-form-area input[type=search],
body.dark-theme .custom-form-area input[type=number],
body.dark-theme .custom-form-area select,
body.dark-theme .custom-form-area textarea {
    border: 1px solid rgba(255, 255, 255, 0.25);
    background: #060922;
    color: #fff;
}

body.dark-theme .value-member .profile {
    background-color: #000531;
}

body.dark-theme .about .cta-area .signature .signature-img {
    background-image: url("../assets/Images/about/signature-light.png");
}

body.dark-theme .about .about-stats.stats-cards .stat-box {
    background: #000531;
}
body.dark-theme {
     color: #fff; 
    /* background: #060922; */
}
/*    End dark theme  */


/*start style menu */
.header {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
    min-height: 150px;
    transition: all 0.5s ease-in-out 0s;
}

@media (max-width: 1199px) {
    .header {
        /* padding: 1rem 0; */
    }
}



@media (max-width: 400px) {
    .header img {
        width: 75px;
        margin-top: 12px;
    }
}

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

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

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

header i {
    color: #ffae00;
    padding: 10px;
    font-size: 16px;
}

.submenu-user {
    display: none;
}

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

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

.dropdown-menu {
    left: 0;
    border-bottom: 2px solid #ffae00;
}

.dropdown-menu li a:hover {
    color: #ffae00;
}

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

.dropdown-item:focus,
.dropdown-item:hover {
    background-color: white !important;
}

.dropdown-submenu {
    position: relative;
    width: 100%;
}

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

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



.dropdown-submenu:hover>a:after {
    border-left-color: #fff;
}

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

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

header {
    /* min-height: 175px; */
}

.header-nav {
    transition: 0.2s linear;
    /* background: white; */
    padding: 20px;
}

header .fixed-top {
    background: white;
}

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

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

.dropdown-menu {
    margin-top: 0;
}

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

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

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

/* .dropdown-item {
    text-align: left;
} */

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

.nav-item:hover .multi-level {
    opacity: 1;
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
}
.multi-level li:hover .dropdown-menu{
        opacity: 1;
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
}
@media only screen and (max-width: 992px) {
    .dropdown-menu {
        width: 100%;
        background-color: rgba(255, 255, 255, 0.9);
        padding: 0 5px;
    }
}

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

.user-menu .info-box {
    text-align: center;
    border-bottom: 1px solid #dfdfdf;
    padding: 0;
    padding-bottom: 10px;
}

.info-box {
    text-align: center;
    border-bottom: 1px solid #dfdfdf;
    padding: 0;
    padding-bottom: 10px;
}

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

.user-menu li.active {
    color: inherit;
    text-decoration: none;
    background-color: #eaeaea;
}


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


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

.dropdown-submenu>.dropdown-toggle: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;
    position: absolute;
    transform: rotate(0deg);
    right: 10px;
    top: 8px;
    left: auto;
}

.dropdown-submenu:hover>a:after {
    border-left-color: #000;
   
}

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

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

@media(max-width: 765px) {

    .col-header {
        position: relative;
        top: 0;
        width: 100%;
        left: 0;
        display: none !important;
    }

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

    .icon-navmenu {
        padding: 0
    }
}

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

.header-nav .nav-link {
    color: #fff;
    font-size: 15px;
    margin: auto 0px;
    transition: 0.3s;
}

.header-nav .nav-link:before {
    content: '';
    position: absolute;
    background-color: #fff;
    height: 2px;
    width: 72%;
    /* bottom: 12%; */
    /* left: 10px; */
    margin: 28px auto;
    transform: scaleX(0);
    transform-origin: center;
    transition: transform 0.3s ease-in-out 0s;
}


.header-nav .nav-item.one .nav-link::after {
    display: none;
}

.header-nav .nav-link:hover::before,
.header-nav .nav-link.active::before {
    transform: scaleX(1);
}

.header-nav .nav-link:hover:after {
    /* content: ''; */
    /* height: 3px; */
    /* width: 130px; */
    /* position: absolute; */
    /* bottom: 0; */
    /* right: 5px; */
    /* border-radius: 2em; */
    /* transition: 0.2s linear; */
    /* background: #ffae00; */
}

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

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

.header-nav .nav-link.active {
    border-bottom: 2px solid #ffae00;
    color: #ffae00;
}

.header-nav .nav-link:hover:after,
.header-nav .nav-link.active:after {
    /* width: calc(100% - 10px); */
}

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

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

.header-nav .navbar-toggler {
    outline: none !important;
    padding-top: 20px !important;
    text-align: left;
    width: 100%;
}

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

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

@media (max-width: 1024px) {
    .time-header {
        margin-right: 0px;
    }
}

@media(max-width:768px) {
    .header-box {
        background-color: var(--first-color);
    }

    .header {
        position: static;
        min-height: 70px;
    }

    .header-box img {
        width: 100px;
        float: right;
    }

    .header-nav {
        padding: 0
    }

    .dropdown-menu {
        display: none;
    }

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

/*end menu section*/


/*   Start Slider   */
.page-hero .hero-text-area .hero-title,
.hero-swiper-slider .slide-title,
.hero-swiper-slider.slider-parallax .slide-title {
    font-weight: 900;
    font-size: 5rem;
    text-transform: capitalize;
    margin-bottom: 1rem;
    color: #fff;
    line-height: 1.2;
    direction: ltr;
}

.page-hero .hero-text-area .hero-title .first-word,
.hero-swiper-slider .slide-title .first-word {
    position: relative;
}

@media (max-width: 1199px) {

    .page-hero .hero-text-area .hero-title,
    .hero-swiper-slider .slide-title,
    .hero-swiper-slider.slider-parallax .slide-title {
        font-size: 3rem !important;
    }
}

@media (max-width: 575px) {

    .page-hero .hero-text-area .hero-title,
    .hero-swiper-slider .slide-title,
    .hero-swiper-slider.slider-parallax .slide-title {
        font-size: 2rem !important;
        font-weight: 700 !important;
    }
}

.page-hero .hero-text-area .hero-subtitle,
.hero-swiper-slider .slide-subtitle {
    color: #f1f1f1;
    font-size: 1.35rem;
    font-weight: 400;
    margin-bottom: 2rem;
    line-height: 1.7;
}

@media (max-width: 991px) {

    .page-hero .hero-text-area .hero-subtitle,
    .hero-swiper-slider .slide-subtitle {
        font-size: 1rem;
    }
}

@media (max-height: 500px) {

    .page-hero .hero-text-area .hero-subtitle,
    .hero-swiper-slider .slide-subtitle {
        display: none;
    }
}

.hero-social-icons {
    position: absolute;
    z-index: 900;
    transition: all 0.5s ease-in-out 0s;
}

.hero-social-icons.start-align {
    left: 3rem;
    right: auto;
}

.hero-social-icons.center-align {
    width: 100%;
    text-align: center;
}

.hero-social-icons.end-align {
    right: 3rem;
    left: auto;
}

.hero-social-icons.center-position {
    top: 50%;
    transform: translateY(-50%);
}

.hero-social-icons.bottom-position {
    bottom: 4rem;
    top: auto;
}

.hero-social-icons .dir-row .sc-list .sc-item:not(:last-child) {
    margin-right: 2rem;
}

.hero-social-icons .dir-row .sc-list .sc-item .sc-icon {
    color: #fff;
}

.hero-social-icons .dir-col .sc-list .sc-item:not(:last-child) {
    margin-bottom: 2rem;
}

.hero-social-icons .dir-col .sc-list .sc-item .sc-icon {
    color: #fff;
}

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

@media (max-height: 500px) {
    .hero-social-icons {
        display: none;
    }
}

.page-hero {
    position: relative;
    z-index: 0;
    min-height: 100vh;
    padding: 120px 0;
    background: var(--first-color);
}

@media (max-width: 991px) {
    .page-hero {
        height: auto;
        min-height: 100vh;
    }
}

@media (max-height: 600px) {
    .page-hero {
        height: auto;
    }
}

.page-hero .overlay-color {
    opacity: .75 !important;
}


.page-hero .hero-text-area .hero-title {
    display: inline-block;
    position: relative;
    z-index: 0;
}

.page-hero .hero-text-area .hero-title .heading-brand-name {
    position: relative;
    display: inline-block;
    line-height: 1;
}

.page-hero .hero-text-area .hero-title .featured-text {
    font-weight: 900;
}

.page-hero .cta-links-area {
    display: inline-flex;
    flex-direction: row;
    align-items: center;
}

.page-hero .cta-links-area .cta-link {
    margin-bottom: 0;
    margin-right: 1.5rem;
    font-size: 1.15rem;
    min-width: 180px;
}

@media (max-width: 991px) {
    .page-hero .cta-links-area .cta-link {
        font-size: 1rem;
        padding: .75rem 1.5rem;
        min-width: auto;
    }
}

.page-hero .cta-links-area .cta-link:last-child {
    margin-right: 0;
}

.hero-vegas-slider {
    position: relative;
    height: 100vh;
}

.hero-vegas-slider .overlay-color {
    z-index: 0 !important;
}

.hero-vegas-slider .vegas-slider-content {
    position: absolute;
    width: 100%;
    height: auto;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.hero-swiper-slider {
    padding: 0;
    background: #060922;
}

.hero-swiper-slider [data-splitting="chars"] .word .char {
    text-transform: lowercase;
}

.hero-swiper-slider [data-splitting="chars"] .word .char:first-child {
    text-transform: uppercase;
}

.hero-swiper-slider .swiper-slide {
    position: relative;
    min-width: 100%;
    min-height: 100vh;
    overflow: hidden;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 0;
}

.hero-swiper-slider .slide-bg-img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.hero-swiper-slider .slide-bg-img .overlay-color {
    z-index: 0;
}

.hero-swiper-slider .pre-title {
    transform: translateY(-1rem);
    visibility: hidden;
    opacity: 0;
    transition: all 0.5s ease-in-out 0s;
    transition-delay: .3s;
}

.hero-swiper-slider .slide-title {
    display: inline-block;
    transform: translateY(3rem);
    visibility: hidden;
    opacity: 0;
    transition: all 0.8s ease-in-out 0s;
    transition-delay: .5s;
}

.hero-swiper-slider .slide-subtitle {
    transform: translateY(3rem);
    visibility: hidden;
    opacity: 0;
    transition: all 0.5s ease-in-out 0s;
    transition-delay: .8s;
}

.hero-swiper-slider .cta-links-area {
    transform: translateY(3rem);
    visibility: hidden;
    opacity: 0;
    transition: all 0.5s ease-in-out 0s;
    transition-delay: 1s;
}

.hero-swiper-slider .slider-stacked-arrows {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 3rem;
    z-index: 11;
}

.hero-swiper-slider .slider-stacked-arrows .swiper-button-prev,
.hero-swiper-slider .slider-stacked-arrows .swiper-button-next {
    position: static;
    margin: .25rem 0;
    transform: none;
}

@media (max-width: 991px) {
    .hero-swiper-slider .slider-stacked-arrows {
        bottom: 1rem;
        top: auto;
        width: 100%;
        transform: none;
        left: 0;
        padding: 0 1rem;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
}

.hero-swiper-slider .swiper-button-prev,
.hero-swiper-slider .swiper-button-next {
    width: 4rem;
    height: 4rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.75rem;
    color: #fff;
    background-color: var(--first-color);
    cursor: pointer;
    transition: all 0.3s ease-in-out 0s;
    background: rgba(255, 255, 255, 0.35);
    color: #fff;
    outline: none;
    top: 50%;
    transform: translateY(-50%);
}

.hero-swiper-slider .swiper-button-prev:hover,
.hero-swiper-slider .swiper-button-next:hover {
    background-color: rgba(8, 188, 233, 0.8);
}

.hero-swiper-slider .swiper-button-prev:after,
.hero-swiper-slider .swiper-button-next:after {
    content: '';
}

.hero-swiper-slider .swiper-button-prev .icon,
.hero-swiper-slider .swiper-button-next .icon {
    display: flex;
}

.hero-swiper-slider .swiper-button-prev:hover,
.hero-swiper-slider .swiper-button-next:hover {
    background: rgba(8, 188, 233, 0.85);
}

@media (max-width: 991px) {

    .hero-swiper-slider .swiper-button-prev,
    .hero-swiper-slider .swiper-button-next {
        bottom: 1rem;
        top: auto;
        transform: none;
    }
}

@media (max-width: 575px) {

    .hero-swiper-slider .swiper-button-prev,
    .hero-swiper-slider .swiper-button-next {
        display: none;
    }
}

.hero-swiper-slider .swiper-button-prev {
    left: 3rem;
    right: auto;
}

@media (max-width: 991px) {
    .hero-swiper-slider .swiper-button-prev {
        left: 10px;
    }
}

.hero-swiper-slider .swiper-button-next {
    right: 3rem;
    left: auto;
}

@media (max-width: 991px) {
    .hero-swiper-slider .swiper-button-next {
        right: 10px;
    }
}

.hero-swiper-slider .swiper-pagination-fraction {
    width: auto;
    right: 3rem;
    left: auto;
    bottom: 4rem;
    font-size: 2rem;
    line-height: 1;
    color: rgba(255, 255, 255, 0.65);
}

@media (max-width: 991px) {
    .hero-swiper-slider .swiper-pagination-fraction {
        width: auto;
        left: 50%;
        right: auto;
        transform: translateX(-50%);
        background: transparent;
        font-size: 1rem;
        bottom: 1rem;
    }
}

.hero-swiper-slider .swiper-pagination-fraction .swiper-pagination-current,
.hero-swiper-slider .swiper-pagination-fraction .swiper-pagination-total {
    display: inline-block;
    font-weight: 700;
}

@media (max-width: 991px) {

    .hero-swiper-slider .swiper-pagination-fraction .swiper-pagination-current,
    .hero-swiper-slider .swiper-pagination-fraction .swiper-pagination-total {
        font-size: 1.5rem;
    }
}

.hero-swiper-slider .swiper-pagination-fraction .swiper-pagination-current {
    font-size: 4rem;
    font-weight: 900;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke: 1px;
    -webkit-text-stroke-color: white;
}

@media (max-width: 991px) {
    .hero-swiper-slider .swiper-pagination-fraction .swiper-pagination-current {
        font-size: 3rem;
    }
}

.hero-swiper-slider .slides-state {
    position: absolute;
    right: 50%;
    transform: translateX(-50%);
    bottom: 2.5rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    z-index: 11;
}

.hero-swiper-slider .slides-state .slide-num {
    width: 3rem;
    height: 3rem;
    text-align: center;
    color: #fff;
    font-size: 2rem;
    transition: all 0.5s ease-in-out 0s;
}

@media (max-width: 575px) {
    .hero-swiper-slider .slides-state .slide-num {
        display: none;
    }
}

.hero-swiper-slider .slides-state .slide-num.slides-count {
    opacity: .5;
}

.hero-swiper-slider .slides-state .swiper-pagination {
    position: static;
    margin: 0 1rem;
    display: flex;
    align-items: center;
    transform: rotate(180deg);
}

.hero-swiper-slider .slides-state .swiper-pagination-bullet {
    width: 3rem;
    height: .5rem;
    display: inline-block;
    border-radius: 2rem;
    background-color: #fff;
    transition: all 0.5s ease-in-out 0s;
}

.hero-swiper-slider .slides-state .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: var(--first-color);
}

.hero-swiper-slider .slides-state .swiper-pagination-bullet:not(:last-child) {
    margin-right: .5rem !important;
}

@media (min-width: 768px) {
    .hero-swiper-slider .slides-state.v-align {
        right: -3rem;
        left: auto;
        transform: rotate(90deg) translateY(-50%);
        top: 50%;
        bottom: auto;
    }

    .hero-swiper-slider .slides-state.v-align .slide-num {
        transform: rotate(-90deg);
    }
}

.hero-swiper-slider .swiper-slide-active .pre-title,
.hero-swiper-slider .swiper-slide-active .slide-title,
.hero-swiper-slider .swiper-slide-active .slide-subtitle,
.hero-swiper-slider .swiper-slide-active .cta-links-area {
    transform: translateY(0);
    visibility: visible;
    opacity: 1;
}

.hero-swiper-slider .swiper-slide-active .slide-title[data-splitting="words"] .word {
    opacity: 0;
    /*only on fade family animations*/
    animation: fadeInLeft 1s both ease;
    animation-delay: calc(.1s + (.1s * var(--word-index)));
}

.hero-swiper-slider .swiper-slide-active .slide-title[data-splitting="chars"] .char {
    animation: rollIn .35s both ease;
    animation-delay: calc(.1s + (.06s * var(--char-index)));
}

.hero-swiper-slider .swiper-slide-active .slide-title[data-splitting="chars"].anim-fade-in-down .char {
    opacity: 0;
    animation: fadeInDown .35s both ease;
    animation-delay: calc(.1s + (.06s * var(--char-index)));
}

.hero-swiper-slider .swiper-slide-active .slide-title[data-splitting="chars"].anim-fade-in-up .char {
    opacity: 0;
    animation: fadeInUp .35s both ease;
    animation-delay: calc(.1s + (.06s * var(--char-index)));
}

.hero-swiper-slider .swiper-slide-active .slide-title[data-splitting="chars"].anim-rotate-in .char {
    animation: rotateIn .35s both ease;
    animation-delay: calc(.1s + (.06s * var(--char-index)));
}

.hero-swiper-slider.off-grid-text:before {
    content: '';
    width: 100%;
    height: 65%;
    background-color: rgba(6, 9, 34, 0.5);
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.hero-swiper-slider.off-grid-text .overlay-photo-image-bg {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    opacity: .05;
    z-index: 1;
    width: 100%;
    height: 65%;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.hero-swiper-slider.off-grid-text .slide-bg-img {
    width: 65%;
    min-width: 65%;
    left: auto;
    right: 0;
}

.hero-swiper-slider.slider-parallax .pre-title {
    transition-delay: .6s;
}

.hero-swiper-slider.slider-parallax .slide-title {
    display: inline-block;
    transform: translateY(0);
    visibility: visible;
    opacity: 1;
}

.hero-swiper-slider.slider-parallax .slide-subtitle {
    transition-delay: 1.1s;
}

.hero-swiper-slider.slider-parallax .cta-links-area {
    transition-delay: 1.3s;
}

.inner-page-hero {
    height: 60vh;
    min-height: 60vh;
}

.inner-page-hero .hero-text-area {
    text-align: center;
}

@keyframes ma-scale {
    50% {
        transform: scale(1.2);
    }
}

/*   End Slider   */


/*    Start about company   */

.about-company-boxed {
    background-color: #fff;
}

.about-company-boxed .about-company-box,
.about-company-bg-img .about-company-box {
    position: relative;
    padding: 4rem 2rem;
    transition: all 0.3s ease-in-out 0s;
    z-index: 0;
}

.about-company-boxed .about-company-card,
.about-company-bg-img .about-company-card {
    overflow: hidden;
}

.about-company-boxed .about-company-icon,
.about-company-bg-img .about-company-icon {
    margin-bottom: 1rem;
    transition: all 0.3s ease-in-out 0s;
}

.about-company-icon {
    display: flex;
    justify-content: start;
    align-items: center;
}

.about-company-icon img {
    width: auto;
    height: 65px;
}

.about-company-icon .img-blue {
    display: block;
}

.about-company-icon .img-white {
    display: none;
}

.about-company-box:hover .about-company-icon .img-white {
    display: block;
}

.about-company-box:hover .about-company-icon .img-blue {
    display: none;
}




.about-company-boxed .font-icon,
.about-company-bg-img .font-icon {
    display: block;
    line-height: 4rem;
    font-size: 4rem;
    color: var(--first-color);
    transform-origin: center;
    transition: all 0.3s ease-in-out 0s;
}

.about-company-boxed .about-company-num,
.about-company-bg-img .about-company-num {
    font-size: 5rem;
    font-weight: 900;
    position: absolute;
    top: 1rem;
    right: 2rem;
    color: #fff;
    opacity: 0;
    line-height: 1;
}

/*.services-bg-img .img-icon {*/
/*    width: 60px;*/
/*    height: 60px;*/
/*}*/

#services .about-company-title {
    font-size: 20px;
}

.about-company-boxed .about-company-content,
.about-company-bg-img .about-company-content {
    margin-bottom: 1.5rem;
}

.about-company-boxed .about-company-title,
.about-company-bg-img .about-company-title {
    text-transform: capitalize;
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: .25rem;
    color: var(--first-color);
    color: black;
}

.about-company-boxed .about-company-text,
.about-company-bg-img .about-company-text {
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.5;
    margin: 0;
    opacity: .85;
}

@media (max-width: 991px) {

    .lifted-up-box.about-company-boxed .about-company-row,
    .lifted-up-box.about-company-bg-img .about-company-row {
        padding: 6rem 0;
    }
}

.lifted-up-box.about-company-boxed .about-company-box,
.lifted-up-box.about-company-bg-img .about-company-box {
    margin-top: -8rem;
}

@media (max-width: 991px) {

    .lifted-up-box.about-company-boxed .about-company-box,
    .lifted-up-box.about-company-bg-img .about-company-box {
        margin-top: 0rem;
    }
}

.about-company-boxed .about-company-row {
    margin-bottom: 2rem;
}

.about-company-boxed .about-company-box {
    /* border-radius: .5rem; */
    padding: 2rem;
    border: 1px solid rgba(8, 188, 233, 0.35);
    box-shadow: 0px 0px 10px 0px rgba(6, 9, 34, 0.1);
    min-height: 250px;
}

@media (max-width: 991px) {
    .about-company-boxed .about-company-box {
        padding: 2rem;
    }
}

.about-company-boxed .about-company-box:hover,
.about-company-boxed .about-company-box.featured {
    background-color: var(--first-color);
}

.about-company-boxed .about-company-box.featured .about-company-title {
    color: #fff;
}

.about-company-boxed .about-company-box:hover .about-company-num,
.about-company-boxed .about-company-box.featured .about-company-num {
    opacity: 1;
}

.about-company-boxed .about-company-box:hover .about-company-title,
.about-company-boxed .about-company-box:hover .about-company-text,
.about-company-boxed .about-company-box:hover .font-icon,
.about-company-boxed .about-company-box:hover .read-more,
.about-company .about-company.featured .about-company-title,
.about-company-boxed .about-company-box.featured .about-company-text,
.about-company-boxed .about-company-box.featured .font-icon,
.about-company-boxed .about-company-box.featured .read-more {
    color: #fff;
}

.about-company-boxed.has-dark-bg {
    background-color: #000531;
}

.about-company-boxed.has-dark-bg .about-company-title {
    color: #fff;
}

.about-company-boxed.has-dark-bg .about-company-text {
    color: #fff;
    opacity: .85;
}

.about-company-bg-img.half-bg-img .overlay-photo-image-bg {
    top: 0;
    left: 0;
    height: 50%;
}

.about-company-bg-img.half-bg-img .overlay-photo-image-bg+.overlay-color {
    top: 0;
    height: 50%;
}

.services-bg-img.half-bg-img .section-heading .section-title {
    color: #f1f1f1 !important;
}

.services-bg-img .about-company {
    border-radius: 0;
}

.about-company-bg-img .about-company-box .bg-img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    overflow: hidden;
    z-index: -1;
    transition: all 0.5s ease-in-out 0s;
}

.about-company-bg-img .about-company-box .bg-img .overlay-color {
    z-index: 1;
    opacity: .75;
}

.about-company-bg-img .about-company-box .bg-img .about-company-bg-img {
    min-height: 100%;
    width: 100%;
    object-fit: cover;
    transition: transform 0.5s ease-in-out 0s;
}

.about-company-bg-img .about-company-box .about-company-content {
    margin-bottom: 2rem;
}

.about-company-bg-img .about-company-box .about-company-content .about-company-title {
    color: #fff;
}

.about-company-bg-img .about-company-box .about-company-content .about-company-text {
    color: #fff;
}

.about-company-bg-img .about-company-box:hover .bg-img .overlay-color {
    opacity: .65;
}

.about-company-bg-img .about-company-box:hover .bg-img .about-company-bg-img {
    transform: scale(1.2);
    transition: transform 1s ease-in-out 0s;
}

/*    End about company   */

/*   Start about Section   */

.about {
    padding: 0;
    background-color: #09035B;
}

.about .about-col,
.about .img-area {
    position: relative;
}

.about .about-col .photo-banner-start,
.about .about-col .photo-banner-end,
.about .img-area .photo-banner-start,
.about .img-area .photo-banner-end {
    position: absolute;
    min-width: 100px;
    min-height: 250px;
    background-color: var(--first-color);
    color: #fff;
    padding: 1rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: 3;
    top: -2rem;
    bottom: auto;
}

.about .about-col .photo-banner-start .number,
.about .about-col .photo-banner-end .number,
.about .img-area .photo-banner-start .number,
.about .img-area .photo-banner-end .number {
    position: relative;
    font-size: 4rem;
    font-weight: 900;
    line-height: 1;
}

@media (max-width: 767px) {

    .about .about-col .photo-banner-start .number,
    .about .about-col .photo-banner-end .number,
    .about .img-area .photo-banner-start .number,
    .about .img-area .photo-banner-end .number {
        font-size: 4rem;
        font-weight: 700;
    }
}

.about .about-col .photo-banner-start .banner-text,
.about .about-col .photo-banner-end .banner-text,
.about .img-area .photo-banner-start .banner-text,
.about .img-area .photo-banner-end .banner-text {
    position: relative;
    font-size: 1.25rem;
    font-weight: 500;
    text-transform: capitalize;
    margin: 0;
}

@media (max-width: 767px) {

    .about .about-col .photo-banner-start .banner-text,
    .about .about-col .photo-banner-end .banner-text,
    .about .img-area .photo-banner-start .banner-text,
    .about .img-area .photo-banner-end .banner-text {
        font-size: 1rem;
    }
}

.about .about-col .photo-banner-start .banner-icon,
.about .about-col .photo-banner-end .banner-icon,
.about .img-area .photo-banner-start .banner-icon,
.about .img-area .photo-banner-end .banner-icon {
    position: absolute;
    top: .75rem;
    left: .75rem;
    font-size: 4rem;
    color: #fff;
    opacity: .5;
    z-index: -1;
}

@media (max-width: 767px) {

    .about .about-col .photo-banner-start .banner-icon,
    .about .about-col .photo-banner-end .banner-icon,
    .about .img-area .photo-banner-start .banner-icon,
    .about .img-area .photo-banner-end .banner-icon {
        font-size: 2.5rem;
    }
}

@media (max-width: 767px) {

    .about .about-col .photo-banner-start,
    .about .about-col .photo-banner-end,
    .about .img-area .photo-banner-start,
    .about .img-area .photo-banner-end {
        top: -1.5rem !important;
        bottom: auto !important;
        left: auto !important;
        right: -1.5rem !important;
        min-height: 180px;
    }
}

@media (max-width: 575px) {

    .about .about-col .photo-banner-start,
    .about .about-col .photo-banner-end,
    .about .img-area .photo-banner-start,
    .about .img-area .photo-banner-end {
        top: 0rem !important;
        bottom: auto !important;
        left: auto !important;
        right: 0rem !important;
    }
}

.about .about-col .photo-banner-start,
.about .img-area .photo-banner-start {
    right: auto;
}

.about .about-col .photo-banner-end,
.about .img-area .photo-banner-end {
    left: auto;
    right: -2rem;
}

.about .img-area {
    padding: 0;
}


.about .simpleParallax {
    width: 100%;
}

.about .simpleParallax img {
    width: 100%;
}

.about .menu-items {
    margin-bottom: 70px
}

.about .menu-items li {
    font-size: 20px
}


.about.has-dark-bg .text-area .cta-area .signature .signature-img {
    background-image: url("../assets/Images/about/signature-light.png");
}

.about .text-area {
    padding: 3rem 4rem;
    width: 100%;
    /* height: 100%; */
}

.about .light-title h2 {
    font-size: 40px;
    color: #FFB900;
    font-weight: 500;
    margin: 20px 0;
}

.about .light-title h2 span {
    font-size: 40px;
    margin-top: 30px;
    font-weight: 900;
    color: white;
}

body.dark-theme .about .cta-area .signature .signature-img {
    display: none;
}

@media(max-width:500px) {
    .about .light-title h2 {
        font-size: 40px
    }

    .about .text-area {
        padding: 3rem 2rem;
    }
}

/*   End about Section    */

/*    Start testimonials Section     */

/*.testimonials.off-grid.bg-img-section .overlay-photo-image-bg, .testimonials.stack.bg-img-section .overlay-photo-image-bg, .testimonials.testimonials-3-col.bg-img-section .overlay-photo-image-bg,*/
/*.testimonials.off-grid.bg-img-section .overlay-color,*/
/*.testimonials.stack.bg-img-section .overlay-color,*/
/*.testimonials.testimonials-3-col.bg-img-section .overlay-color {*/
/*    right: 0;*/
/*    left: auto;*/
/*}*/


.testimonials.stack.bg-img-section .overlay-photo-image-bg,
.testimonials.stack.bg-img-section .overlay-color {
    width: 50%;
    right: 0;
    left: auto;
}

@media (max-width: 991px) {

    .testimonials.stack.bg-img-section .overlay-photo-image-bg,
    .testimonials.stack.bg-img-section .overlay-color {
        width: 0;
    }
}

.testimonials .swiper-container {
    margin-bottom: 3rem;
    padding: 6rem 0;
}

.testimonials.testimonials-2-col .swiper-container {
    margin-bottom: 0;
}

@media (max-width: 991px) {
    .testimonials.testimonials-2-col .swiper-container {
        margin-bottom: 3rem;
    }
}

.testimonials .overlay-color {
    z-index: 1;
}

.testimonial-content {
    background-color: #fff;
    width: 100%;
    /* height: 500px; */
    box-shadow: 0 4px 8px 3px rgb(0 0 0 / 20%);
}
.testimonial-content a{
    cursor:pointer;
    z-index: 9;
}
.testimonial-content a span {
 text-align:center;
 display: block;
}

.testimonial-content p {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    /* z-index: 10; */
    flex-direction: column;
    /* margin-top: 70px; */
}

.testimonial-content p:after {
    margin-top: -5px !important;
}

.testimonial-content p:after,
.testimonial-content p:before {
    content: '';
    position: absolute;
    left: 27px;
    display: inline-block;
    height: 12em;
    width: 85%;
    margin-top: -5px;
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
}

.testimonial-content p:before {
    border-left: 1px solid;
    border-right: 1px solid;
    -webkit-transform: scale(1, 0);
    transform: scale(1, 0);
}

.testimonial-content p:after {
    border-bottom: 1px solid;
    border-top: 1px solid;
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
}

.testimonial-content p:hover:after,
.testimonial-content p:hover:before {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.testimonial-content .testimonial-long-box:after,
.testimonial-content .testimonial-long-box:before {
    height: 16rem;
}

.testimonial-content p span:nth-child(1) {
    color: var(--first-color);
    font-size: 30px;
    font-weight: 600;
}

.testimonial-content p span:nth-child(2) {
    font-size: 30px;
    color: #fff;
    font-weight: 600;
    text-align: center;
}

.testimonial-content p span:nth-child(3) {
    color: #FFB900;
    font-size: 28px;
    font-weight: 600;
}

.testimonial-img {
    /* display: flex; */
    /* justify-content: center; */
    /* align-content: center; */
    position: relative;
}

.testimonial-img .overlay-color {
    width: 100% !important;
    z-index: 0;
}

.testimonial-img img {
    /* border-radius: 50%; */
    width: 100%;
    /* height: 500px; */
    /* padding: 20px; */
    object-fit: contain;
}

.testimonial-content .hr-top {
    width: 50%;
    background-color: var(--first-color);
    height: 1px;
    position: absolute;
    top: 16%;
    z-index: 18;
    display: none;
}

.testimonial-content .hr-bottom {
    width: 50%;
    background-color: var(--first-color);
    height: 2px;
    position: absolute;
    top: 78%;
    right: 0;
    display: none;
}

.testimonials .swiper-button-prev,
.testimonials .swiper-button-next {
    width: 4rem;
    height: 4rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.75rem;
    color: #fff;
    background-color: var(--first-color);
    cursor: pointer;
    transition: all 0.3s ease-in-out 0s;
    top: 0;
    bottom: auto;
    margin-top: 0;
    background-color: transparent;
    color: var(--first-color);
    border-radius: 5rem;
}

.testimonials .swiper-button-prev:hover,
.testimonials .swiper-button-next:hover {
    background-color: rgba(8, 188, 233, 0.8);
}

.testimonials .swiper-button-prev:after,
.testimonials .swiper-button-next:after {
    content: '';
}

.testimonials .swiper-button-prev .icon,
.testimonials .swiper-button-next .icon {
    display: flex;
}

.testimonials .swiper-button-prev:hover,
.testimonials .swiper-button-next:hover {
    background-color: var(--first-color);
    color: #fff;
}

.testimonials.has-dark-bg .swiper-button-prev,
.testimonials.has-dark-bg .swiper-button-next {
    background-color: #e4a216;
    color: #fff;
    z-index: 1;
    position: relative;
}

.testimonials.has-dark-bg .swiper-button-prev:hover,
.testimonials.has-dark-bg .swiper-button-next:hover {
    background-color: var(--first-color);
}

.testimonials.has-main-color-bg .swiper-button-prev,
.testimonials.has-main-color-bg .swiper-button-next {
    background-color: transparent;
    color: #fff;
}

.testimonials.has-main-color-bg .swiper-button-prev:hover,
.testimonials.has-main-color-bg .swiper-button-next:hover {
    background-color: #000531;
}

.testimonials .swiper-button-prev {
    right: 35px;
    left: auto;
    /* transform: translateX(100%); */
}

.testimonials .swiper-button-next {
    right: -80px;
    left: auto;
}

.testimonials.testimonials-3d {
    background-color: #060922 !important;
    background-color: #060922;
}

.testimonials.testimonials-3d .swiper-slide {
    width: 400px;
    filter: blur(4px);
}

@media (max-width: 991px) {
    .testimonials.testimonials-3d .swiper-slide {
        width: 360px;
    }
}

@media (max-width: 575px) {
    .testimonials.testimonials-3d .swiper-slide {
        width: 320px;
    }
}

.testimonials.testimonials-3d .swiper-slide-active {
    filter: blur(0);
}


/*    End testimonials Section     */

/*   Start Our value Section   */

.our-value {
    background: #fff;
    height: 450px;
    padding: 70px 0;
}

.our-value h2 {
    font-size: 35px;
    color: #000;
    text-align: center;
    margin-bottom: 50px;
    font-weight: 700;
}

.our-value-content {
    width: 100%;
    height: 250px;
    /* box-shadow: 0 4px 8px 3px rgb(0 0 0 / 20%); */
    position: relative;
    padding: 20px 0;
}

.our-value-img {
    position: relative;
    display: flex;
    justify-content: center;
}

.our-value-img img {
    width: auto;
    height: 65px;
}

.our-value-img .img-big {
    height: 75px;
    margin-top: -5px;
}

.our-value-detail {
    /* background-color: var(--first-color); */
    /* height: 100px; */
    width: 80%;
    /* bottom: -122px; */
    /* left: 0; */
    FONT-WEIGHT: 100;
    /* padding: 0px 30px; */
    margin: 30px auto;
    /* position: absolute; */
    right: 0;
    transition: all 0.3s ease 0s;
    color: #000;
    font-weight: bolder;
    font-size: 25px;
    overflow: hidden;
    text-align: center;
}

.our-value-detail p {
    margin: 0;
    font-size: 20px;
}

/* .our-value-content:hover .our-value-detail {
    bottom: 0
}

.our-value-content:hover .our-value-position {
    padding: 0px 0 0 0;

} */

.our-value-name {
    font-size: 23px;
    font-weight: 700;
    padding: 30px 0 50px 0;
    margin: 0;
}

.our-value-position {
    padding: 0px 0 60px 0;
    font-size: 18px;
    font-weight: 500;
    transition: all 0.3s ease 0s;
}

.our-value-education {
    font-size: 17px;
    font-weight: 500;
}

.our-value .swiper-slide {
    /* margin-right: 0!important; */
}

.our-value .swiper-wrapper {
    /* margin: 0 15px; */
}

.our-value .swiper-button {
    width: 82%;
    height: 40px;
    position: absolute;
    top: 55%;
}

.our-value .swiper-button-prev {
    left: 0;
    color: var(--first-color);
    border-radius: 50%;
    border: 1px solid var(--first-color);
    width: 50px;
    height: 50px;
}

.our-value .swiper-button-prev .bi-arrow-left::before,
.our-value .swiper-button-next .bi-arrow-right::before {
    font-size: 28px;
}

.our-value .swiper-button-next {
    right: 0;
    color: var(--first-color);
    border-radius: 50%;
    border: 1px solid var(--first-color);
    width: 50px;
    height: 50px;

}

.our-value .swiper-button-next:after,
.our-value .swiper-button-prev:after {
    display: none
}

@media(max-width:576px) {
    .our-value .swiper-button {
        width: 98%;
    }

    .our-value .swiper-button-prev,
    .our-value .swiper-button-next {
        width: 30px;
        height: 30px;
    }

    .our-value .swiper-button-prev .bi-arrow-left::before,
    .our-value .swiper-button-next .bi-arrow-right::before {
        font-size: 18px;
    }
}

/*   End Our value Section   */

/*   Start take-action Section   */
.take-action {
    background: var(--first-color);
}

.take-action .overlay-color {
    opacity: .9 !important;
}

.take-action .cta-link {
    background-color: transparent;
    border-color: #fff;
    color: #fff;
}

.take-action .cta-link:hover {
    background-color: var(--first-color);
    border-color: var(--first-color);
    color: #fff;
}

.subscribe .overlay-color {
    opacity: .75 !important;
}

.subscribe .section-heading .section-title {
    color: #f1f1f1;
}

.subscribe .section-heading .section-subtitle {
    color: #f1f1f1;
}

.subscribe .section-heading .line {
    background-color: #fff;
}

.subscribe .sec-heading .title {
    color: #f1f1f1;
}

.subscribe .sec-heading .subtitle {
    color: #f1f1f1;
}

.subscribe .sec-heading .bottom-line {
    background-color: #fff;
}

.subscribe .subscribe-btn:hover {
    background: transparent;
    color: #fff;
    border-color: #fff;
}

/*   End take-action Section   */
/*    Start page-footer Section  */
.page-footer {
    padding-top: 4rem;
    position: relative;
    z-index: 0;
    overflow-x: hidden;
}

.footer-cols {
    overflow: hidden;
}

.footer-col {
    margin-bottom: 1.5rem;
}

.footer-col-title {
    font-size: 1.5rem;
    font-weight: 700;
    text-transform: capitalize;
    margin-bottom: 1.5rem;
    color: #000531;
}

.footer-logo {
    margin-bottom: 1.5rem;
    max-width: 80%;
    padding-right: 20px;
}

.footer-text-about-us {
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.75;
    padding-right: 1rem;
    margin-bottom: 1.5rem;
    color: #4d4d4d;
    text-align: justify;
}

.sc-wrapper {
    padding: 0;
}

.contact-info-card {
    font-weight: 600;
    padding: 0;
    padding-bottom: 1rem;
    border-radius: .5rem;
    transition: all 0.3s ease-in-out 0s;
}

.contact-info-card:last-of-type {
    padding-bottom: 0;
}

.contact-info-card .icon {
    font-size: 1.5rem;
    width: 1.5rem;
    text-align: center;
    margin-right: .5rem;
    vertical-align: middle;
    color: var(--first-color);
}

.contact-info-card .info {
    text-decoration: none;
    font-size: .85rem;
    font-weight: 500;
    color: #4d4d4d;
    display: inline-block;
    transition: all 0.25s ease-in-out 0s;
}

.contact-info-card .info:hover {
    color: var(--first-color);
    transform: translateX(-0.25rem);
}

.footer-menu {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-menu-item {
    display: block;
    position: relative;
    padding-bottom: 1rem;
}

.footer-menu-item .icon {
    font-size: .75rem;
    width: 1.5rem;
    text-align: right;
    margin-left: .5rem;
    vertical-align: middle;
    color: var(--first-color);
}

.footer-menu-link {
    font-weight: 500;
    font-size: 11px;
    text-decoration: none;
    text-transform: capitalize;
    text-decoration: none;
    color: #b8b8b8;
    display: inline-block;
    transition: all 0.25s ease-in-out 0s;
}

.footer-menu-link:hover {
    color: var(--first-color);
    text-decoration: none;
    transform: translateX(-0.25rem);
}

.copyrights {
    overflow: hidden;
    background-color: #02022594;
    padding: 20px 0 5px 0;
}

.copyrights .creadits {
    text-align: right;
    font-weight: 600;
    margin: 0;
    font-size: .85rem;
    color: #4d4d4d;
}

.copyrights .creadits .link {
    font-weight: 600;
    color: var(--first-color);
    text-decoration: none;
}

.copyrights .terms-links {
    text-align: right;
}

.copyrights .terms-links>a {
    text-decoration: none !important;
    font-weight: 600;
    transition: all 0.5s ease-in-out 0s;
    color: #4d4d4d;
    text-decoration: none;
}

.dark-color-footer {
    background-color: #060922;
    padding: 80px 0 0;
    padding-top: 4rem;
    position: relative;
    z-index: 0;
    overflow-x: hidden;
}

.dark-color-footer .sc-wrapper .sc-list .sc-item:hover .sc-icon,
.dark-color-footer .terms-links,
.dark-color-footer .copyrights .creadits .link {
    color: var(--first-color);
}

.dark-color-footer .footer-col-title {
    color: #e4a216;
}

.dark-color-footer .footer-text-about-us,
.dark-color-footer .contact-info-card .info,
.dark-color-footer .contact-info-card .info:hover,
.dark-color-footer .footer-menu .footer-menu-link,
.dark-color-footer .copyrights .creadits,
.dark-color-footer .terms-links>a {
    color: #f1f1f1;
}

.dark-color-footer .contact-info-card .info:hover,
.dark-color-footer .footer-menu .footer-menu-link:hover,
.dark-color-footer .copyrights .creadits .link {
    color: #fff;
}

.light-color-footer {
    background-color: #f1f1f1;
}

.light-color-footer .footer-col-title,
.light-color-footer .footer-menu-item .icon,
.light-color-footer .contact-info-card .icon,
.light-color-footer .terms-links,
.light-color-footer .copyrights .creadits .link,
.light-color-footer .sc-wrapper .sc-list .sc-item:hover .sc-icon {
    color: var(--first-color);
}

.light-color-footer .footer-text-about-us,
.light-color-footer .contact-info-card .info,
.light-color-footer .footer-menu .footer-menu-link,
.light-color-footer .copyrights .creadits,
.light-color-footer .terms-links>a {
    color: #4d4d4d;
}

.light-color-footer .contact-info-card .info:hover,
.light-color-footer .footer-menu .footer-menu-link:hover,
.light-color-footer .terms-links>a:hover {
    color: #000531;
}

.main-color-footer {
    background-color: var(--first-color);
    border-top: 2px solid #fff;
}

.main-color-footer .copyrights {
    border-color: #f1f1f1;
}

.main-color-footer .sc-wrapper .sc-list .sc-item:hover .sc-icon {
    color: var(--first-color);
}

.main-color-footer .footer-menu-item .icon,
.main-color-footer .contact-info-card .icon,
.main-color-footer .terms-links,
.main-color-footer .copyrights .creadits .link {
    color: #f1f1f1;
}

.main-color-footer .footer-col-title,
.main-color-footer .footer-text-about-us,
.main-color-footer .contact-info-card .info,
.main-color-footer .footer-menu .footer-menu-link,
.main-color-footer .copyrights .creadits,
.main-color-footer .terms-links>a {
    color: #f1f1f1;
}

.main-color-footer .contact-info-card .info:hover,
.main-color-footer .footer-menu .footer-menu-link:hover,
.main-color-footer .terms-links>a:hover {
    color: #fff;
}

.index-page-footer {
    padding: 20px 0;
    text-align: center;
    border-top: 2px solid rgba(8, 188, 233, 0.5);
}

.index-page-footer .footer-brand {
    text-decoration: none;
    display: inline-block;
    padding-bottom: 1rem;
    width: auto;
}

.index-page-footer .footer-brand img {
    width: 120px;
}

.index-page-footer .copyrights {
    display: block;
    text-align: center;
    color: var(--first-color);
    font-size: .8rem;
    font-weight: 500;
    margin: 0;
}

/*    End page-footer Section  */
/* Edit */
.hero-text-area h2 {
    font-size: 45px;
    font-weight: 900;
}

.hero-text-area h1 {
    font-size: 45px;
}

.hero-text-area h1 strong {
    color: var(--first-color);
}

.info-items-list p {
    margin: 25px 0;
    text-align: justify;
}

.navigation-direction {
    position: absolute;
    display: flex;
}

.photo-banner-start {
    min-width: 150px !important;
    min-height: 150px !important;
    top: 0 !important;
}

.navigation-direction .swiper-button-prev,
.navigation-direction .swiper-button-next {
    width: 3rem;
    height: 3rem;
    margin: 1rem 0;
}

.about-company-boxed::before {
    background-image: url(../../../uploads/d4974f59-5ac8-4f57-a794-473672ef3b93-background-4.png);
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}



/* news */

.latest-news {
    /* margin: 60px 0 0 0; */
    background-color: white;
}

.card-body {
    padding: 0;
    background: #f9f9f9;
}

.card-body img {
    height: 250px;
    width: 100%;
    object-fit: cover;
}

h5.card-title.flex-row-reverse.justify-content-between,
p.card-text.truncateinside,
ul.news-date.p-0 {
    padding: 20px 20px 0 20px !important;
}

.btn.btn-outline-info {
    margin-left: 20px;
}

ul.news-date.p-0 {
    list-style: none;
    padding-top: 15px !important;
    margin-bottom: 15px;
}

p.card-text.truncateinside {
    text-align: justify;
    margin-bottom: 0;
    color: #888888;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 50px;
    padding-top: 5px !important;
}

h5.card-title.flex-row-reverse.justify-content-between {
    margin-bottom: 0;
    font-size: 17px;
    line-height: 1.8;
    color: black;
}

.card.lst-item.cardview1 .btn {
    border-radius: inherit;
    border-color: var(--first-color);
    color: var(--first-color);
    margin-bottom: 20px;
    border-radius: 5px;
}

.card.lst-item.cardview1 .btn:hover {
    background: var(--first-color);
    color: #fff;
}

.card.lst-item.cardview1 {
    border-radius: 5px;
    margin-top: 25px;
}

.card.lst-item.cardview1 {}

.card.lst-item .news-date span {
    color: black;
}

.modal-body {
    padding: 0;
    background-color: black;
}

.latest-news h2{
    color: black;
    letter-spacing: 5px;
    font-size: 35px;
    font-weight: 600;
}

.google-map{
    position: relative;
}

.overlay{
    background-color: #0000004f;
    width: 100%;
    height: 100%;
    z-index: 99;
    display: flex;
    position: absolute;
    top: 0;
    right: 0;
}

.testimonials h2{
    margin-top: 15px;
    font-size: 35px
}
.carousel_se_01 {
    direction: ltr;
    color: #000;
}
.main_services h3 {
    font-size: 18px;
}
.fas {
    font-family: fontawesome;
    font-style: normal;
}
.owl-prev {}

.owl-nav {
    position: relative;
}
.owl-nav button{
    background:none;
    bottom: 59px;
    position: absolute;
    background: var(--second-color);
    width:35px;
    height:35px;
    border-radius:100%;
    transition:.4s
}
.owl-nav button:hover{
    background: var(--first-color);
}
.owl-nav button i{
    font-size:20px;
 
}
.owl-nav .owl-prev {
    right: 0;
}

.owl-nav .owl-next {
     left: 0;
}

.contact-desk {
    color: #000;
}

.list-contact {
    padding-right: 0;
    padding-top: 35px;
}
.list-contact li{
    line-height:2
}
.list-contact li a{
    transition:.4s
}
.list-contact li a:hover{
    color:var(--first-color)
}
.list-contact .fas{
    color:var(--second-color);
    font-size:20px;
    padding-left:10px
}
.round_icon_img img {
    width: 60px!important;
    height: 60px;
}

.round_icon_img {
    text-align: center;
    margin: auto;
    display: inline-block;
    margin-top: 40px;
}
.form-wrap.form-builder .frmb .field-label span , .form-wrap.form-builder .frmb .field-label  font{
    font-family: 'IRANSans'!important;
}
.page-inside h2 {
    color: #000;
    font-size: 27px;
    line-height: 1;
    /* text-align: left; */
}
.page-inside video, .page-inside .imgs {
    /* box-shadow: 3px -1px 19px 6px #a8a1a1; */
}
.page-inside p {
    color: #000;
    text-align: justify;
    line-height: 2;
    padding: 0 5px 0 15px;
}
.page-inside ul {
    color: #000;
    line-height: 2;
    padding-right: 15px;
    padding-left: 20px;
}
.page-inside ul li{
    list-style: disc;
    transition: .4s;
    text-align: justify;
}
.page-inside ul li:hover{
    padding-right:5px
}
.hover15 figure {
	position: relative;
	margin-bottom: 0;
}
.hover15 figure::before {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 2;
	display: block;
	content: '';
	width: 0;
	height: 0;
	background: rgba(255,255,255,.2);
	border-radius: 100%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	opacity: 0;
}
.hover15 figure:hover::before {
	-webkit-animation: circle .75s;
	animation: circle .75s;
}
@-webkit-keyframes circle {
	0% {
		opacity: 1;
	}
	40% {
		opacity: 1;
	}
	100% {
		width: 200%;
		height: 200%;
		opacity: 0;
	}
}
@keyframes circle {
	0% {
		opacity: 1;
	}
	40% {
		opacity: 1;
	}
	100% {
		width: 200%;
		height: 200%;
		opacity: 0;
	}
}
.single-post-box p, .single-post-box strong, .single-post-box span {
    font-family: 'IRANSans'!important;
}


.flip-card {
  background-color: transparent;
  height: 360px;
  perspective: 1000px;
  margin-bottom: 30px;
}

.flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.6s;
  transform-style: preserve-3d;
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
}

.flip-card:hover .flip-card-inner {
  transform: rotateY(180deg);
}

.flip-card-front, .flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.flip-card-front {
  background-color: var(--first-color);
  color: black;
  padding: 30px;
}

.flip-card-front p {
      font-size:19px;
}

.flip-card-inner p {
    text-align:center;
    padding-top:10px
}

.flip-card-front img {
    margin-bottom: 15px;
}

.flip-card-front h5 {
    font-size: 18px;
}

.flip-card-front p {
    font-size: 16px;
}

.flip-card-back {
  background-color: var(--second-color);
  color: white;
  transform: rotateY(180deg);
}

.flip-card-back img {
    width: 76px;
    display: block;
    margin: 0 0 0 auto;
}

.flip-card-back h5 {
    margin-top: -64px;
    color: black;
    text-align: left;
    padding: 0 30px;
}

.flip-card-back p{
    font-size: 16px;
    padding: 40px 30px;
    text-align: justify;
}

.content-area {
    PADDING-RIGHT: 15PX;
}
.formbuilder-radio {}

.formbuilder-radio-group .formbuilder-radio{
    color:#000;
    /* padding-left: 55px; */
}
.formbuilder-radio-group  [type=radio]{
    width: 20px;
    height: 20px;
    opacity: 1;
}


.radio-group {
    display: flex;
    justify-content: center;
}

.form-wrap.form-builder .formbuilder-radio-group input[type='radio']{
    margin-right: 65px!important;
}
.formbuilder-radio {
    width: 110px;
}


section.Sidepage.Contact {
    margin: 50px 0;
}

.Sidepage.Contact .nav-tabs .nav-link{
    color: black;
    border: 1px solid rgba(0,0,0,.125);
    width: 100%;
    border-radius: 0;
    padding: 20px 25px;
    transition:0.4s;
}

.Sidepage.Contact .nav-tabs .nav-link:hover{
     background-color: #ededed;
}

.Sidepage.Contact .nav-tabs .nav-link.active  {
    color: var(--first-color);
    background-color: #ededed;
    position:relative;
    font-weight: 600;
}

.Sidepage.Contact .nav-tabs .nav-link.active:after {
    content: '';
    position: absolute;
    left: 101%;
    top: 50%;
    margin-top: -13px;
    border-left: 0;
    border-bottom: 13px solid transparent;
    border-top: 13px solid transparent;
    border-left: 10px solid #ededed;
}

.Sidepage.Contact .bg-border {
    border: 1px solid rgba(0,0,0,.125);
}


.Sidepage table {
    width: 100%;
}

.Sidepage table td,
.Sidepage table th {
    padding: 10px 15px;
    text-align: center;
}

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

.Sidepage tbody tr {
   border-bottom: 1px solid rgba(0,0,0,.125)
}

.Sidepage tbody tr:nth-of-type(even) {
    background-color: rgba(0, 0, 0, .05);
}

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

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

.Sidepage tbody tr td {
    color:black;
    padding: 18px 15px;
}

.Sidepage tbody tr td a:hover {
    color : var(--first-color)
}

.Sidepage.Contact .google-map {
    margin: 25px;
    box-shadow: #bdbdbd 1px 2px 4px 2px;
}

.Sidepage.about-company-boxed::before {
    content: none;
}

.Sidepage .about-company-box {
    margin: 15px 0;
    min-height: 0;
}

.Sidepage .about-company-box h3{
    font-size: 16px !important;
}

.Sidepage .col-lg-4:nth-child(even)  .about-company-box {
    border: 1px solid var(--second-color) ;
}
.Sidepage .col-lg-4:nth-child(even) .about-company-box:hover,
.Sidepage .col-lg-4:nth-child(even) .about-company-box.featured {
    background-color: var(--second-color);
}

.Sidepage .col-lg-4:nth-child(even) .read-more {
    color : var(--second-color)
}

.Sidepage .col-lg-4:nth-child(even) .about-company-box:hover .read-more {
    color : white
}


.Sidepage.managment .about-company-content {
    color: black;
    font-weight: 600;
    min-height: 48px;
}

.Sidepage.managment .about-company-box:hover .about-company-content {
    color: white;
}

.Sidepage.managment .about-company-box {
    padding-bottom: 50px;
}


.contact-refineries {
    margin: 50px 0;
}

.contact-refineries-box {
    box-shadow: #bdbdbd 1px 2px 4px 2px;
    padding: 30px;
    margin: 10px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.contact-refineries-box h5 {
    color: var(--first-color);
    font-size: 24px;
    font-weight: 600;
}

.contact-refineries-box p {
    color: black;
    margin: 20px 0px;
}

.contact-refineries-box-phone {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    color: black;
}

.contact-refineries-box a {
    color: black;
    margin-top: 20px;
    display: inline-block;
    padding: 0 10px;
}
.main-header.scroll-fixed {
background: linear-gradient(0deg, rgba(9,34,73,0.11808473389355745) 0%, rgba(7,27,59,1) 100%);
}

   .langflags {
    cursor: pointer;
}
.single-post-box .post-image img {
    text-align: center;
    margin: auto;
}
.single-post-box {
    padding-top: 100px;
}
ul.slick-sld-vertical_7.cardview3.p-0.slick-initialized.slick-slider.slick-vertical li {
    color: #000;
}
.allnewspagingv5 .box-content-news {
    padding: 10px;
}
ul.slick-sld-vertical_7.cardview3.p-0.slick-initialized.slick-slider.slick-vertical li {
    color: #000;
}
.allnewspagingv5 .box-content-news {
    padding: 10px;
    color: #000;
}
.box-content-header {
    color: #000;
}
.about-company-boxed 
 .about-company-num.hollow-text {
      /* -webkit-text-stroke-color:unset; */
      /* -webkit-text-stroke-width: unset; */
      /* -webkit-text-fill-color: #fff; */
 }
    .header .logo img {
        /* height: 93px; */
    }
footer .socail-media {
  position: fixed;
  left: -115px;
  top: 50%;
  z-index: 999;
}

footer .socail-media ul {
  padding-right: 0;
}

footer .socail-media li {
  background-color: var(--first-color);
  padding: 10px;
  margin: 5px 0;
  border-radius: 10px;
  transition: 0.8s;
  z-index: 9999;
  position: relative;
  text-align: right;
  direction: rtl;
}
footer .socail-media li a{
    color: #fff;
}
footer .socail-media li:hover {
  background: #e4a216;
}
footer .socail-media li:hover a{
  color: #fff;
}
footer .socail-media li img{
  padding: 0 5px 0 20px;
  font-weight: 400;
}

footer .socail-media li:hover {
  transform: translate(68px, 0);
}
a.link-pdf {
    color: #000;
}
.history-header {
    width: 100%;
    height: 100%;
    text-align: center;
    justify-content: center;
    align-items: center;
    display: flex;
}
.history-header h5{
    color:white;
    font-size: 19px;
    line-height: 2;
    text-align: center;
}
.history-num {
    width: 100%;
    height: 100%;
    margin-top: 2rem;
    display: flex;
    position: relative;
    flex-direction: column;
}
.history-num img{
    width: 35%;
    padding-bottom: 1rem;
}
.history-num p{color: #bbbbbb;text-align: justify;}

.history-failed p::before{
    content: "";
    position: absolute;
    top: 31%;
    bottom: 68.5%;
    width: 25%;
    background-color: #bbbbbb;
    right: 110%;
    border-radius: 20px;
}
.history-failed p::after{
    content: "";
    position: absolute;
    top: 30%;
    bottom: 67%;
    width: 2.2%;
    background-color: #bbbbbb;
    right: 110%;
    border-radius: 100%;
}
.history-num.history-part-three p::before{
    content: "";
    position: absolute;
    top: 31%;
    bottom: 68.5%;
    width: 25%;
    background-color: #bbbbbb;
    right: -34%;
    border-radius: 20px;
}
.history-num.history-part-three p::after{
    content: "";
    position: absolute;
    top: 30%;
    bottom: 67%;
    width: 2.2%;
    background-color: #bbbbbb;
    right: -10%;
    border-radius: 100%;
}
.history-pic {
    text-align: center;
    position: relative;
    
}
.history-pic::before{
    content: "";
    position: absolute;
    top: 232.5px;
    bottom: -84.5px;
    width: 5px;
    background-color: white;
    right: 49%;
    border-radius: 20px;
}
.history-last::before{
    width:0;
}
.history-pic img {
   border-radius: 50%;
   width: 220px;
}
.history .row{
    margin-top: 6rem;
}

@media screen and (max-width:1000px) {
    .history-pic::before{
    width: 0px;
}
}
@media screen and (max-width:768px) {
    .history-pic {
        margin:1rem 0rem ;
   
}
}
.history {
    background-image: url(../../../uploads/4dd5536a-a4e1-4f26-a8b6-fbe5efc9051f-bbb.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
    border-top-color:  10px solidyellow;
    padding-top: 50px;
    padding-bottom: 610px;
}
.history .container-fluid{
    background:none
}
.container-fluid.history-part-one {
    background-color: black;
    color: white;
    padding: 2rem 7rem;
}

.history-part-three {
    justify-content: flex-start;
}
.history-part-one {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.history-failed{
    align-items: flex-end;
    justify-content: flex-start;
    text-align: left;
}

.list-group {
  width: 100%;
  display: flex;
  padding: 1rem 1.5rem;
  direction: ltr;
  align-items: center;
  background: #bd9620;
  color: white;
}

.list-group ul {
  height: 100%;
  width: 100%;
  text-align: center;
  list-style: none;
  display: flex;
  align-items: center;
  padding: 0;
  margin: 0;
  justify-content: center;
  flex-direction: row-reverse;
}

.list-group ul li {
  align-items: center;
  position: relative;
}
.list-group ul li::before{
    content: "";
    position: absolute;
    top: 3.5px;
    bottom: 7.5px;
    width: 5px;
    background-color: white;
    left: -31px;
}
.list-group ul li.last-li::before{
    width: 0px; 
}


.list-group ul li a {
  padding: 0.75rem 3.75rem 0.75rem 0;
  font-size: 20px;
  color: rgb(204, 204, 204);
  display: block;
  background: transparent;
  height: 100%;
  border: none;
  transition-property: all;
  transition-duration: 0.3s;
  display: flex;
  align-items: center;
  font-weight: 600;
  color: white;
}
select#lang {
    font-size: 14px;
}
ul.social-search {
    padding-top: 25px;
}
.input-search {
    transition: .4s;
    width: 170px;
    float: left;
    border-radius: 6px;
    opacity: 0;
    background-color: white;
    border: none;
    margin-top: 0px;
    margin-right: 10px;
    font-size: 16px;
    text-align: right;
    padding-right: 10px;
}

li:hover .input-search {
    /*! opacity: 1!important; */
}
/*Search ----- START -----*/
.fullbox-search {
    padding-top: 70px;
}

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

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

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

.srchtxt {
    font-size: 16px;
    padding-right: 10px;
}
/*Search ----- END -----*/
.page-inside .hollow-text {
    color: var(--first-color);
}

#services\ Green .about-company-box {
    padding-bottom: 10px;
    min-height: 360px;
}

#services\ Green  .about-company-content {
    margin: 0;
}

#services\ Green .about-company-box ul {
    color : black;
    list-style-type: decimal;
    padding-left: 20px;
}

#services\ Green .about-company-box ul li {
    font-size: 14px;
}

#services\ Green .about-company-box:hover ul {
    color : white ;
}


#services\ Green .col-lg-6:nth-child(even)  .about-company-box {
    border: 1px solid var(--second-color) ;
}

#services\ Green .col-lg-6:nth-child(even) .about-company-box:hover,
#services\ Green .col-lg-6:nth-child(even) .about-company-box.featured {
    background-color: var(--second-color);
}


/* timeline */

.CEO {
    margin: 50px 0;
}

.CEO img {
    border-radius: 5px;
}

.CEO-box {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-right: 15px;
}

.CEO-box h5 {
    color:var(--first-color);
    font-size: 30px;
    font-weight: 700;
    margin: 20px 0;
}

.CEO-box p {
    color: black;
}

.timeline .col-md-6:nth-child(even) .timeline-box {
    padding-top: 80px;
    border-left: 3px dashed #dfdfdf;
}

.timeline .col-md-6:nth-child(even) .timeline-box::before {
    content: " ";
    position: absolute;
    left: -13px;
    top: 20%;
    width: 10px;
    height: 10px;
    background-color: #808285;
    border-width: 7px;
    border-style: solid;
    border-color: #dfdfdf;
    box-sizing: content-box;
    border-radius: 50%;
    z-index: 1;
}

.timeline .col-md-6:nth-child(even) .timeline-box::after {
    content: " ";
    position: absolute;
    top: 40%;
    left: -13px;
    width: 10px;
    height: 10px;
    background-color: #808285;
    border-width: 7px;
    border-style: solid;
    border-color: #dfdfdf;
    box-sizing: content-box;
    border-radius: 50%;
    z-index: 1;
}

.timeline .col-md-6:nth-child(2) .timeline-box {
    padding-top: 0px;
    margin-top: 80px
}

.timeline .col-md-6:nth-child(2) .timeline-box::before{
    top: 0
}

.timeline .col-md-6:nth-child(2) .timeline-box::after{
    top: 20%
}

.timeline-box {
    text-align: center;
    position: relative;
}

.timeline-box h5 {
    color:var(--first-color);
    font-weight: 600;
    margin: 20px 0;
}

.timeline-box p {
    color:black;
    margin: 0 ;
}

.timeline-box img {
    border-radius: 5px;
    width: 50%;
    display: block;
    margin: 20px auto;
    filter: grayscale(1);
    transition: 0.4s;
}

.timeline-box:hover img {
    filter: grayscale(0);
}


@media (max-width: 768px) {

    .timeline .col-md-6:nth-child(even) .timeline-box {
        border-right: 0px dashed black;
    }

    .timeline .col-md-6:nth-child(even) .timeline-box::before {
        content: none;
    }

    .timeline .col-md-6:nth-child(even) .timeline-box::after {
        content: none;
    }
}
section.page-inside.map-location h2 {
    font-size: 19px;
}
section.inside-page.farakhan a {
    color: #000;
}
.content-area.text-right {
    text-align: left!important
}

    /* photo-report */
.photo-report-main .container-fluid {
    position: relative;
    padding: 0!important;
    z-index: 1;
}
.photo-report-main .container-fluid .mx-auto{
    margin:unset!important;
    width: 100%;

}

.photo-report-main .container-fluid  a::before{content: "";position: absolute;bottom: 52px;left: 0;width: 100%;height: 20%;background: linear-gradient(to top, var(--second-color), rgba(255, 255, 255, 0));border-radius:10px}
.photo-report-main .container-fluid .text-right p {
    position:absolute;
    bottom: 100px;
    /* background: linear-gradient(359deg, #00000047, #00000000); */
    width: 100%;
    color:#fff;
    padding: 20px 20px 20px 0;
    margin-bottom: 0;
}

.photo-report-main .container-fluid .text-muted.text-right {
    position:absolute;
    bottom: 57px;
    /* background: linear-gradient(360deg, #0f4bc1f2, #0f4bc17d); */
    color: #fff!important;
    padding: 15px;
    width: 100%;
}

.photo-report-main .pull-right .fa-user:before, .post-tags li .fa-user:before {
    content:"\f030"!important;
padding-left:6px
}
.photo-report-main .card-img-top, .photo-report-main .card.rounded-md {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.photo-report-main .card.rounded-md {
      border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}



.photo-report-main .img-fluid.mx-auto.d-block {
    border-radius:10px;
}


.post-image.rounded.rounded-lg img {
    border-radius: 10px;
    margin-top: 100px;
}
.single-post-box .post-tags li {
    font-size: 16px ;
    font-style: normal;
    color: black;
}

.single-post-box .post-tags li i {
    color: var(--second-color)
}
.block.image-block .img-wrapper img {
    border-radius: 10px;
}

.block.image-block .img-wrapper .img-overlay {
    border-radius: 10px;
}