﻿@charset "UTF-8";

/* Google font  */

@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;700&display=swap");

/* Remix Icon */

@import url("https://cdn.jsdelivr.net/npm/remixicon@2.5.0/fonts/remixicon.css");

/* Bootstrap */

@import url("https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css");

/* Slick Slider */

@import url("slick.css");

*,
*,
*:after,
*:before {
    margin: 0;
    padding: 0;
    /*position: relative;*/
    box-sizing: border-box;
    /* transition: all 0.2s ease-in-out;*/
}

::selection {
    background-color: #DD2476;
    color: #ffffff;
}

html,
body {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    scroll-behavior: smooth;
    color: #4B4B4B;
    overflow-x: hidden;
}

@media (max-width: 768px) {
    html,
    body {
        overflow-x: hidden !important;
    }
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 700;
}

div,
header,
nav,
footer,
section,
aside,
article {
    display: block;
}

a {
    color: #112636;
    text-decoration: none;
    transition: all 0.05s ease-in !important;
}

    a:hover {
        text-decoration: none;
        color: #112636;
    }

p {
    font-size: 16px;
}

@media (max-width: 576px) {
    p {
        font-size: 14px;
    }
}

ul {
    margin: 0;
    padding: 0;
}

    ul li {
        list-style-type: none;
        font-size: 16px;
        padding-left: 25px;
        position: relative;
        margin-bottom: 10px;
    }

img {
    width: 100%;
}

.btn {
    min-width: 170px;
    border: 1px solid #112636;
    color: #112636;
    border-radius: 0;
}

    .btn.filled {
        min-width: 170px;
        border: 1px solid #112636;
        color: #fff;
        border-radius: 0;
        background: #112636;
    }

    .btn:hover {
        background: #112636;
        color: #ffffff;
    }

    .btn.white {
        min-width: 170px;
        border: 1px solid #ffffff;
        color: #ffffff;
        border-radius: 0;
    }

        .btn.white:hover {
            background: #112636;
            color: #ffffff;
            border-color: transparent;
        }


/* Components */

.title-box h1,
.title-box h2,
.title-box h3,
.title-box h4,
.title-box h5,
.title-box h6 {
    font-size: 42px;
    margin-bottom: 20px;
}


/* Mani CSS */

header {
    position: fixed;
    top: 0;
    width: 100%;
    width: 100%;
    z-index: 1;
    background: #112636;
}

@media (max-width: 576px) {
    header {
        position: relative;
    }

        header .topnav {
            margin-top: 0 !important;
            border-radius: 0 !important;
        }
}

header .navbar-brand img {
    max-width: 200px;
}

header .topnav {
    background: #112636;
}

header li {
    list-style-type: none;
    padding: 0;
    margin: 0 10px;
}

    header li::before {
        display: none;
    }

header a {
    color: #ffffff;
}

.bar-menu {
    padding: 8px 15px;
    background-color: #fff;
    color: #112636;
}

@media (max-width: 576px) {
    .bar-menu {
        width: 40px;
    }

        .bar-menu span {
            display: none;
        }

    .collapse.navbar-collapse.show {
        display: flex;
    }
}

.bar-menu span {
    color: #112636 !important;
}

.bar-menu i {
    color: #112636 !important;
    vertical-align: middle;
}

.cart-item-btn {
    margin-left: 10px;
}

    .cart-item-btn button {
        width: 40px;
        height: 40px;
        display: grid;
        place-content: center;
        background-color: transparent;
        border: 1px solid #fff;
        position: relative;
    }

        .cart-item-btn button span {
            position: absolute;
            width: 26px;
            height: 26px;
            top: -12px;
            right: -12px;
            display: grid;
            place-content: center;
            border-radius: 50%;
            border: 1px solid #112636;
            color: #112636 !important;
            background-color: #fff;
        }

    .cart-item-btn i {
        font-size: 24px;
    }
.user-item-btn {
    margin-left: 10px;
}

    .user-item-btn button {
        width: 40px;
        height: 40px;
        display: grid;
        place-content: center;
        background-color: transparent;
        border: 1px solid #fff;
        position: relative;
    }

        .user-item-btn button span {
            position: absolute;
            width: 26px;
            height: 26px;
            top: -12px;
            right: -12px;
            display: grid;
            place-content: center;
            border-radius: 50%;
            border: 1px solid #112636;
            color: #112636 !important;
            background-color: #fff;
        }

    .user-item-btn i {
        font-size: 24px;
    }

@media (max-width: 576px) {
    .slider .box {
        border-radius: 0 !important;
    }

    .slider .slide-caption {
        margin-top: 0 !important;
        padding: 0;
    }

        .slider .slide-caption h1,
        .slider .slide-caption h2,
        .slider .slide-caption h3,
        .slider .slide-caption h4,
        .slider .slide-caption h5,
        .slider .slide-caption h6 {
            font-size: 18px !important;
        }

    .slider img {
        min-height: unset !important;
    }
}

.slider img {
    width: 100%;
    min-height: 800px;
    object-fit: cover;
}

.slider .slide-caption {
    text-align: center;
    margin-top: -70px;
}

.slider .carousel-caption img {
    padding-bottom: 100px;
}

.slider .carousel-caption h1,
.slider .carousel-caption h2,
.slider .carousel-caption h3,
.slider .carousel-caption h4,
.slider .carousel-caption h5,
.slider .carousel-caption h6 {
    font-size: 36px;
    color: #ffffff;
    font-weight: 400;
}

.slider .carousel-caption {
    background: #112636;
    padding: 30px;
    border-radius: 4px;
    max-width: 700px;
    margin: 0 auto;
    text-align: center !important;
}

.product-wrapper {
    text-align: center;
    margin-bottom: 150px;
    border-radius: 4px;
}

    .product-wrapper h3 {
        color: #112636 !important;
    }

@media (max-width: 576px) {
    .product-wrapper {
        margin-top: 0 !important;
    }
}

.product-wrapper .product-slide {
    padding-bottom: 50px;
    padding-top: 30px;
}

    .product-wrapper .product-slide .box {
        padding: 0 25px;
    }

    .product-wrapper .product-slide .slick-arrow {
        width: 40px;
        height: 40px;
        background: #112636;
        border: 0;
        color: #ffffff;
        border-radius: 4px;
        position: absolute;
        left: 50%;
        outline: 0;
        text-indent: -990000px;
        z-index: 2;
        bottom: -70px !important;
    }

        .product-wrapper .product-slide .slick-arrow:hover {
            background: transparent;
            border: 1px solid #112636;
        }

            .product-wrapper .product-slide .slick-arrow:hover::before {
                color: #112636;
            }

        .product-wrapper .product-slide .slick-arrow.slick-prev {
            transform: translateX(calc(-100% - 15px));
        }

            .product-wrapper .product-slide .slick-arrow.slick-prev::before {
                position: absolute;
                top: 8px;
                left: 4px;
                font-size: 30px;
                color: #ffffff;
                content: "\EA63";
                font-family: remixicon !important;
                font-style: normal;
                z-index: 2;
                width: 24px;
                height: 24px;
                -webkit-font-smoothing: antialiased;
                text-indent: 10px !important;
                display: grid;
                place-content: center;
            }

        .product-wrapper .product-slide .slick-arrow.slick-next::before {
            position: absolute;
            top: 8px;
            left: 4px;
            font-size: 30px;
            color: #ffffff;
            content: "\EA6D";
            font-family: remixicon !important;
            font-style: normal;
            z-index: 2;
            width: 24px;
            height: 24px;
            -webkit-font-smoothing: antialiased;
            text-indent: 10px !important;
            display: grid;
            place-content: center;
        }

.matrial-wrapper {
    background-color: #F1F3F6;
    padding: 100px 0;
}

@media (max-width: 576px) {
    .matrial-wrapper {
        text-align: center;
    }

        .matrial-wrapper img {
            margin-bottom: 30px;
        }
}

.matrial-wrapper .justify-content-center .animate {
    display: flex;
}

.matrial-wrapper h1,
.matrial-wrapper h2,
.matrial-wrapper h3,
.matrial-wrapper h4,
.matrial-wrapper h5,
.matrial-wrapper h6 {
    font-size: 52px;
    color: #181F2C;
}

.proccess-wrapper {
    text-align: center;
    margin: 50px auto;
    padding-top: 100px;
}

@media (max-width: 576px) {
    .proccess-wrapper .proccess-row {
        margin-left: 10px;
        margin-right: 10px;
    }

    .proccess-wrapper .title-box h1,
    .proccess-wrapper .title-box h2,
    .proccess-wrapper .title-box h3,
    .proccess-wrapper .title-box h4,
    .proccess-wrapper .title-box h5,
    .proccess-wrapper .title-box h6 {
        padding: 0 !important;
        font-size: 32px !important;
    }
}

.proccess-wrapper .title-box {
    margin-bottom: -40px;
}

    .proccess-wrapper .title-box h1,
    .proccess-wrapper .title-box h2,
    .proccess-wrapper .title-box h3,
    .proccess-wrapper .title-box h4,
    .proccess-wrapper .title-box h5,
    .proccess-wrapper .title-box h6 {
        width: max-content;
        margin: 20px auto;
        background-color: #ffffff;
        z-index: 10;
        padding: 0 30px;
        position: relative;
    }

.proccess-wrapper .proccess-row {
    border: 3px solid #181F2C;
    padding: 30px;
    padding-top: 70px;
}

    .proccess-wrapper .proccess-row p {
        margin-bottom: 0;
    }

    .proccess-wrapper .proccess-row span {
        display: block;
        width: 60px;
        height: 60px;
        background: #112636;
        color: #ffffff;
        display: grid;
        place-content: center;
        margin: 0 auto;
        margin-top: -30px;
        margin-bottom: 20px;
        border-radius: 50%;
        font-size: 32px;
        font-weight: 100;
        position: relative;
    }

.banner-wrapper {
    padding: 150px 0;
    /* background-image: url("../images/other/banner.jpg"); */
    background-size: cover;
    padding-bottom: 0;
}

    .banner-wrapper .title-box {
        margin-bottom: 30px;
    }

    .banner-wrapper p {
        margin-bottom: 0;
    }

footer {
    background-color: #112636;
    padding-top: 40px;
}

@media (max-width: 576px) {
    footer .credit,
    footer .credit-logo {
        text-align: center !important;
    }
}

footer .logo {
    text-align: center;
}

    footer .logo img {
        max-width: 200px;
    }

footer .contact-details {
    margin-top: 50px;
    padding-bottom: 50px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

    footer .contact-details .link {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 2;
        right: 0;
        bottom: 0;
    }

    footer .contact-details .box {
        display: flex;
        align-items: center;
        background: rgba(255, 255, 255, 0.1);
        margin-bottom: 10px;
    }

        footer .contact-details .box:hover {
            background: #fff;
        }

            footer .contact-details .box:hover * {
                color: #112636;
            }

            footer .contact-details .box:hover i {
                background: transparent;
            }

        footer .contact-details .box p {
            margin-bottom: 0;
            text-align: center;
            margin: 0 auto;
            color: #ffffff;
            transform: translateX(-10px);
        }

        footer .contact-details .box i {
            width: 50px;
            height: 50px;
            display: grid;
            background: #fff;
            place-content: center;
            color: #112636;
            font-size: 24px;
        }

footer .credit {
    padding: 10px;
    margin: 0;
}

    footer .credit p {
        margin-bottom: 0;
    }

    footer .credit .credit-logo {
        text-align: right;
    }

        footer .credit .credit-logo img {
            max-width: 90px;
        }

.subpage {
    text-align: center;
    background-color: #f1f3f6;
    padding-top: 150px;
    padding-bottom: 50px;
}

@media (max-width: 576px) {
    .subpage {
        padding-top: 30px;
        padding-bottom: 30px;
    }
}

.subpage h1,
.subpage h2,
.subpage h3,
.subpage h4,
.subpage h5,
.subpage h6 {
    font-weight: 400;
    color: #112636;
    font-size: 38px;
}

.order-wrapper {
    padding: 50px 0;
}

@media (max-width: 576px) {
    .order-wrapper .box {
        padding: 10px !important;
    }

    .order-wrapper .fonts {
        left: 0 !important;
        top: -300px !important;
    }

    .order-wrapper .matrialis {
        left: 0 !important;
        top: -300px !important;
    }

    .order-wrapper .pos {
        left: 0 !important;
        top: 100px !important;
    }
}

.order-wrapper .colors.open {
    visibility: visible;
    height: auto !important;
}

.order-wrapper .colors {
    display: flex;
    flex-wrap: wrap;
    position: absolute;
    width: 100%;
    z-index: 2;
    background-color: #F1F3F6;
    padding: 10px;
    margin-top: 2px;
    height: 0;
    visibility: hidden;
}

    .order-wrapper .colors .color-box {
        flex: 0 0 calc( 25% - 10px);
        height: 100px;
        display: grid;
        place-content: center;
        cursor: pointer;
        margin: 5px;
    }

.order-wrapper .matrialis.open {
    visibility: visible;
    height: auto !important;
}

.order-wrapper .matrialis {
    display: flex;
    flex-wrap: wrap;
    position: absolute;
    width: 100%;
    z-index: 2;
    background-color: #F1F3F6;
    padding: 10px;
    margin-top: 2px;
    height: 0;
    visibility: hidden;
    left: 100%;
    top: -100px;
}

    .order-wrapper .matrialis .matriali-box {
        flex: 0 0 calc( 20% - 10px);
        display: grid;
        place-content: center;
        cursor: pointer;
        margin: 5px;
    }

    .order-wrapper .matrialis img {
        width: 100%;
        height: 80px;
        object-fit: cover;
    }

.order-wrapper .fonts.open {
    visibility: visible;
    height: auto !important;
}

.order-wrapper .fonts {
    display: flex;
    flex-wrap: wrap;
    position: absolute;
    width: 100%;
    z-index: 2;
    background-color: #F1F3F6;
    padding: 10px;
    margin-top: 2px;
    height: 0;
    visibility: hidden;
    left: 100%;
    top: -500px;
}

    .order-wrapper .fonts .fonts-box {
        flex: 0 0 calc( 50% - 10px);
        display: grid;
        place-content: center;
        cursor: pointer;
        margin: 5px;
    }

    .order-wrapper .fonts img {
        width: 100%;
        height: 80px;
    }

.order-wrapper .pos.open {
    visibility: visible;
    height: auto !important;
}

.order-wrapper .pos {
    display: flex;
    flex-wrap: wrap;
    position: absolute;
    width: 100%;
    z-index: 2;
    background-color: #F1F3F6;
    padding: 10px;
    margin-top: 2px;
    height: 0;
    visibility: hidden;
    left: 100%;
    top: 0;
}

    .order-wrapper .pos .pos-box {
        flex: 0 0 calc( 33.33% - 10px);
        display: grid;
        place-content: center;
        cursor: pointer;
        margin: 5px;
    }

    .order-wrapper .pos img {
        width: 100%;
    }

.variantOptionSelection .variants {
    display: flex;
    flex-wrap: wrap;
    position: absolute;
    width: 100%;
    z-index: 2;
    background-color: #F1F3F6;
    padding: 10px;
    margin-top: 2px;
    right: -106%;
    top: -300px;
}

    .variantOptionSelection .variants .variant-box {
        flex: 0 0 calc( 25% - 10px);
        height: 100px;
        display: grid;
        place-content: center;
        cursor: pointer;
        margin: 5px;
    }

    .variantOptionSelection .variants img {
        width: 100%;
    }

    .variantOptionSelection .variants.open {
        visibility: visible;
        height: auto !important;
    }

.order-wrapper .row {
    justify-content: center;
}

    .order-wrapper .row .title {
        margin-bottom: 30px;
    }

        .order-wrapper .row .title h1,
        .order-wrapper .row .title h2,
        .order-wrapper .row .title h3,
        .order-wrapper .row .title h4,
        .order-wrapper .row .title h5,
        .order-wrapper .row .title h6 {
            font-weight: 400;
            font-size: 24px;
        }

    .order-wrapper .row .box {
        padding: 20px 50px;
        background-color: #ffffff;
        box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.1);
        margin-bottom: 20px;
    }

    .order-wrapper .row .input {
        border-bottom: 2px solid #181F2C;
        margin-bottom: 20px;
    }

        .order-wrapper .row .input:focus-within {
            border-color: #112636;
        }

            .order-wrapper .row .input:focus-within label,
            .order-wrapper .row .input:focus-within input,
            .order-wrapper .row .input:focus-within select,
            .order-wrapper .row .input:focus-within textarea {
                color: #112636;
            }

        .order-wrapper .row .input input,
        .order-wrapper .row .input select,
        .order-wrapper .row .input textarea,
        .order-wrapper .row .input button:not(.btn) {
            background-color: transparent;
            border: none;
            width: 100%;
            display: block;
            outline: 0 !important;
        }


/* CSS For CMS friendly */

.content-wrapper {
    padding: 100px 0;
}

    .content-wrapper h1,
    .content-wrapper h2,
    .content-wrapper h3,
    .content-wrapper h4 {
        margin-bottom: 20px;
        font-weight: bold;
    }

    .content-wrapper p {
        margin-bottom: 30px;
    }

.main-content {
    padding-top: 50px;
    padding-bottom: 50px;
}

    .main-content .content-row {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .main-content .profile-row {
        -ms-flex-pack: distribute;
        justify-content: space-around;
    }

        .main-content .profile-row:hover .box {
            opacity: 0.3;
        }

            .main-content .profile-row:hover .box:hover {
                opacity: 1 !important;
            }

        .main-content .profile-row .box {
            text-align: center;
            margin-bottom: 30px;
            -webkit-transition: all 0.2s linear;
            transition: all 0.2s linear;
        }

            .main-content .profile-row .box .pro-details {
                padding: 15px 0;
            }

                .main-content .profile-row .box .pro-details li::before {
                    display: none;
                }

            .main-content .profile-row .box .pro {
                position: relative;
                width: 270px;
                height: 270px;
                background-color: #1C3F96;
                border-radius: 50%;
                overflow: hidden;
            }

                .main-content .profile-row .box .pro img {
                    margin-left: -31px;
                    margin-top: 28px;
                }

            .main-content .profile-row .box .icon {
                position: absolute;
                width: 40px;
                height: 40px;
                background-color: red;
                display: -ms-grid;
                display: grid;
                place-items: center;
                border-radius: 50%;
                cursor: pointer;
            }

                .main-content .profile-row .box .icon i {
                    color: #fff;
                    font-size: 20px;
                }

                .main-content .profile-row .box .icon span {
                    position: absolute;
                    width: 100%;
                    color: #fff;
                    display: inline-block;
                }

                    .main-content .profile-row .box .icon span a {
                        color: #fff;
                        width: 100%;
                        display: inline-block;
                    }

                .main-content .profile-row .box .icon.phone {
                    top: 0;
                    right: 50px;
                }

                .main-content .profile-row .box .icon.email {
                    top: 50px;
                    right: 10px;
                }

            .main-content .profile-row .box .pro-info {
                width: 100%;
                padding: 5px 10px;
            }

                .main-content .profile-row .box .pro-info span {
                    font-size: 14px;
                }

                .main-content .profile-row .box .pro-info p {
                    margin-bottom: 0;
                    font-weight: bold;
                    font-size: 22px;
                }

    .main-content .content {
        padding-left: 30px;
    }

        .main-content .content h1,
        .main-content .content h2,
        .main-content .content h3,
        .main-content .content h4,
        .main-content .content h5,
        .main-content .content h6 {
            font-weight: 400;
            margin-bottom: 30px;
        }

        .main-content .content p {
            font-size: 16px !important;
        }

        .main-content .content .post-image .caption {
            background-color: #F1F3F6;
            padding: 7px 15px;
        }

            .main-content .content .post-image .caption p {
                margin-bottom: 0;
            }

        .main-content .content .post-credit {
            margin-bottom: 30px;
            margin-top: 15px;
        }

            .main-content .content .post-credit span {
                margin-right: 30px;
                color: #333333;
            }

                .main-content .content .post-credit span i {
                    vertical-align: middle;
                    padding-right: 15px;
                }

        .main-content .content .social {
            margin-top: 15px;
            margin-bottom: 15px;
        }

            .main-content .content .social ul {
                padding-left: 0;
            }

            .main-content .content .social li {
                list-style-type: none;
                margin-right: 15px;
                display: inline-block;
            }

                .main-content .content .social li:hover i {
                    color: #1C3F96;
                }

                .main-content .content .social li:before {
                    display: none;
                }

                .main-content .content .social li i {
                    font-size: 24px;
                }

            .main-content .content .social a {
                color: #333333;
                display: inline-block;
                -webkit-transition: all 0.2s linear;
                transition: all 0.2s linear;
            }

                .main-content .content .social a:hover {
                    -webkit-transform: scale(1.2) rotate(10deg);
                    transform: scale(1.2) rotate(10deg);
                    color: #1C3F96;
                }

        .main-content .content ul {
            padding-left: 15px;
            position: relative;
        }

            .main-content .content ul li {
                list-style-type: none;
                margin-bottom: 10px;
            }

                .main-content .content ul li::before {
                    position: absolute;
                    width: 5px;
                    height: 5px;
                    content: '';
                    background-color: #1C3F96;
                    -webkit-transform: rotate(45deg);
                    transform: rotate(45deg);
                    margin-left: -15px;
                    margin-top: 10px;
                }

    .main-content .sidebar {
        background-color: #fff;
        -webkit-box-shadow: 0px 0px 24px rgba(0, 0, 0, 0.1);
        box-shadow: 0px 0px 24px rgba(0, 0, 0, 0.1);
        padding: 30px;
        height: 100%;
    }

@media (min-width: 315px) and (max-width: 992px) {
    .main-content .sidebar {
        display: none;
    }

    .variantOptionSelection .variants {
        left: 0;
    }
}

.main-content .sidebar ul li {
    margin-bottom: 15px;
    list-style-type: none;
}

    .main-content .sidebar ul li:hover a,
    .main-content .sidebar ul li:hover span {
        background-color: #1C3F96;
        color: #fff;
    }

    .main-content .sidebar ul li a {
        background-color: #F1F3F6;
        padding: 10px;
        display: block;
    }

    .main-content .sidebar ul li.active a {
        background-color: #1C3F96;
        color: #fff;
        margin-bottom: 15px;
    }

    .main-content .sidebar ul li.active li {
        margin-top: -5px;
        margin-bottom: 5px;
    }

        .main-content .sidebar ul li.active li:hover a {
            color: #333333;
        }

        .main-content .sidebar ul li.active li a {
            background-color: transparent !important;
            color: #C7C7C7;
            margin-bottom: 0;
        }

        .main-content .sidebar ul li.active li.active a {
            color: #333333 !important;
        }

.scroll-header {
    position: relative !important;
}

.scroll-header {
    position: fixed !important;
    background-color: #fff !important;
    -webkit-box-shadow: 0 0 12px rgba(0, 0, 0, 0.2) !important;
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.2) !important;
    z-index: 1095 !important;
}

.top-section-holder {
    float: left;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
    transition: all 0.2s ease-in-out;
    background: #fff;
    box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.1);
}

    .top-section-holder.hide-nav {
        margin-top: -120px;
    }

.back-to-top.is-visible {
    right: 30px;
    opacity: 1;
}

.back-to-top {
    bottom: 30px;
    right: -100px;
    width: 50px;
    height: 50px;
    background: #112636;
    position: fixed;
    z-index: 200;
    transition: all 0.7s ease-in-out;
    overflow: hidden;
    opacity: 0;
}

    .back-to-top:hover:before {
        margin-top: -5px;
    }

    .back-to-top:before {
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        background: url(/Apps/Core/Content/Images/back-top-white.png) no-repeat center;
        margin-top: -2px;
        background-size: 20px 10px;
        transition: all 0.2s ease-in-out;
    }


/*------------MENU CSS-------------*/

.overlay {
    height: 0;
    width: 100%;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background: rgba(255, 255, 255, 0.9);
    overflow: hidden;
    transition: 0.5s;
    z-index: 9999;
    opacity: 0.95;
}

.overlay-content {
    position: relative;
    top: 25%;
    width: 100%;
    text-align: center;
    margin-top: 30px;
}

.overlay a {
    text-decoration: none;
    font-size: 24px;
    color: #DD2476;
    display: block;
    transition: 0.3s;
}

    .overlay a li:hover,
    .overlay a li:focus {
        color: #DE6F00;
    }

ul.Submenu a {
    font-size: 1.3077rem;
}

.menu-icon {
    right: 20px;
    position: absolute !important;
    top: 68px;
}

.overlay .closebtn:hover {
    color: #000000;
}

.overlay .closebtn {
    /*font-size: 60px;*/
    float: right;
    padding: 0;
    margin: 0;
    line-height: 58px;
    right: 20px;
    position: absolute;
    top: 15px;
}

.closebtn,
.menu-icon {
    float: right;
    font-size: 40px;
    color: #fff;
    cursor: pointer;
    z-index: 999;
}

ul.overlay-main-menu > li > a {
    font-size: 24px;
    color: #DD2476;
    text-transform: uppercase;
}

    ul.overlay-main-menu > li > a:hover,
    ul.overlay-main-menu > li > a:focus,
    .Submenu li a:hover,
    .Submenu li a:focus {
        border-bottom: 2px solid #1C3F96;
    }

    ul.overlay-main-menu > li > a:before,
    .Submenu li a:before {
        content: '_';
        width: 1em;
        height: 100%;
        display: block;
        color: #fff;
        overflow: hidden;
        position: absolute;
        left: 100%;
        animation-name: underline_out;
        animation-duration: .65s;
        animation-timing-function: cubic-bezier(0.32, 0.01, 0, 1);
        animation-iteration-count: 1;
        animation-direction: normal;
        animation-fill-mode: forwards;
        animation-play-state: running;
        display: none;
    }

    ul.overlay-main-menu > li > a:hover:before,
    ul.overlay-main-menu > li > a:focus:before,
    .Submenu li a:hover:before,
    .Submenu li a:focus:before {
        animation-name: underline_in;
        animation-duration: 0.65s;
        animation-timing-function: cubic-bezier(0.32, 0.01, 0, 1);
        animation-iteration-count: 1;
        animation-direction: normal;
        animation-fill-mode: forwards;
        animation-play-state: running;
    }

ul.overlay-main-menu li {
    position: relative;
}

ul.overlay-main-menu,
ul.Submenu {
    padding: 0;
    margin: 0px;
}

    ul.overlay-main-menu > ul.Submenu {
        left: 0px;
    }

    ul.overlay-main-menu li:nth-child(5) ul.Submenu {
        left: 0px;
    }

ul.Submenu {
    position: absolute;
    float: left;
    width: 942px;
    text-align: left;
    opacity: 0;
    transition: all 0.5s ease 0s;
    z-index: 1;
    transform-origin: 0 0 0;
    transform: scaleY(0);
    background: rgba(255, 255, 255, 1);
}

ul.Submenu2 {
    left: -4px;
}

ul.Submenu3 {
    left: -5px;
}

ul.Submenu4 {
    left: -5px;
}

ul.Submenu5 {
    left: -5px;
}

ul.Submenu1 {
    top: 67px;
}

ul.overlay-main-menu li,
ul.Submenu li {
    padding: 0;
    margin: 15px 30px;
    display: inline-block;
}

ul.overlay-main-menu > li {
    border-bottom: none;
}

    ul.overlay-main-menu > li:hover > ul.Submenu,
    ul.overlay-main-menu > li > ul.Submenu > li:hover > ul.Submenu,
    ul.overlay-main-menu > li > ul.Submenu > li > ul.Submenu > li:hover > ul.Submenu,
    ul.overlay-main-menu > li > ul.Submenu > li > ul.Submenu > li > ul.Submenu > li:hover > ul.Submenu,
    ul.overlay-main-menu > li > ul.Submenu > li > ul.Submenu > li > ul.Submenu > li > ul.Submenu > li:hover ul.Submenu {
        opacity: 1;
        transform: scaleY(1);
        transition: all 0.5s ease 0s;
    }

@media screen and (max-width: 767px) {
    span.menu-icon {
        text-align: right;
    }

    a.closebtn:focus,
    a.closebtn:hover {
        background: none;
        color: orange !important;
        outline: none;
    }
}

@media screen and (min-width: 451px) and (max-width: 767px) {
    ul.overlay-main-menu > li > a {
        font-size: 22px;
    }

    ul.Submenu li a {
        font-size: 16px;
    }
}

@media screen and (min-width: 767px) and (max-width: 768px) {
    ul.overlay-main-menu > li:nth-child(2n) > ul.Submenu > li:hover > ul.Submenu {
        left: -320px;
        width: 540px !important;
    }

    ul.overlay-main-menu > li > a {
        font-size: 26px;
    }

    ul.Submenu li a {
        font-size: 24px;
    }

    ul.Submenu {
        width: 613px !important;
        left: -77px;
    }

    ul.overlay-main-menu > li:nth-child(3) ul.Submenu {
        width: 636px !important;
        left: -280px;
    }

    ul.Submenu li {
        margin-bottom: 10px !important;
    }
}

@media screen and (min-width: 769px) and (max-width: 992px) {
    ul.overlay-main-menu > li:nth-child(2n) > ul.Submenu {
        width: 600px !important;
        left: -250px !important;
    }

        ul.overlay-main-menu > li:nth-child(2n) > ul.Submenu > li:hover > ul.Submenu {
            width: 600px !important;
            left: -250px !important;
        }

    .overlay {
        overflow: scroll;
    }
}

@media screen and (min-width: 993px) and (max-width: 1024px) {
    ul.overlay-main-menu ul.Submenu {
        box-shadow: 0 0 5px #dadada;
    }

    .inner-box {
        padding: 45px 5px !important;
    }

        .inner-box h3 {
            font-size: 12px !important;
        }

    .subscribe-banner .col-md-6,
    .subscribe-banner .col-md-3 {
        padding: 0;
    }
}

@media screen and (min-width: 993px) and (max-width: 1600px) {
    ul.overlay-main-menu > li:nth-child(2n) > ul.Submenu {
        width: 600px !important;
        left: -50px !important;
    }

        ul.overlay-main-menu > li:nth-child(2n) > ul.Submenu > li:hover > ul.Submenu {
            width: 520px !important;
            left: -300px !important;
        }

    .video-responsive {
        margin-bottom: 50px;
    }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
    ul.overlay-main-menu > li > a {
        font-size: 32px;
    }

    ul.overlay-main-menu > li:nth-child(3) ul.Submenu {
        width: 767px !important;
        left: -205px;
    }

    ul.Submenu li {
        margin-bottom: 10px !important;
    }
}

@media screen and (min-width: 1367px) and (max-width: 1600px) {
    ul.Submenu li a {
        font-size: 24px;
    }
}

@media screen and (max-width: 450px) {
    ul.overlay-main-menu > li > ul.Submenu > li > ul.Submenu li a::before {
        content: none;
    }

    .overlay-content {
        top: 15%;
    }

    ul.overlay-main-menu > li > a:before,
    .Submenu li a:before {
        content: none;
    }

    .overlay-main-menu > li > a {
        margin: 8px 0px;
    }

    ul.Submenu li a::before {
        width: 0;
        height: 0;
        border: 0 solid transparent;
        border-bottom-width: 7px;
        border-top-width: 7px;
        border-left: 7px solid #f15a29;
        position: absolute;
        content: '';
        left: 13px;
        top: 13px;
    }

    ul.Submenu li a:hover::before {
        border-left: 5px solid #fff;
    }

    ul.overlay-main-menu > li > a {
        font-size: 30px;
    }

    .overlay-main-menu a:hover,
    .overlay-main-menu a:focus {
        background: linear-gradient(#1b75bc, #003d6d);
        color: #fff !important;
    }

    ul.Submenu li a {
        font-size: 26px;
    }

    .overlay {
        overflow: auto;
    }

    ul.overlay-main-menu > li {
        display: inline;
        text-align: left;
        width: 100%;
        float: left;
    }

    ul.overlay-main-menu > ul.Submenu1 {
        width: 150px;
        left: 37px;
        top: 60px;
        position: absolute;
    }

    .overlay-main-menu > ul.Submenu li a {
        font-size: 24px;
        padding-left: 30px;
    }

    ul.Submenu1 li {
        width: 100%;
        float: left;
    }

    ul.overlay-main-menu li,
    ul.submenu1 li {
        border: none;
        width: 100%;
    }

    ul.Submenu {
        left: 0 !important;
        max-width: 98%;
    }

    ul.overlay-main-menu > li:hover > ul.Submenu > li a {
        padding-left: 31px;
    }

    ul.overlay-main-menu > li > ul.Submenu > li:hover > ul.Submenu li a {
        padding-left: 38px;
    }

    ul.overlay-main-menu > li > ul.Submenu > li > ul.Submenu > li:hover > ul.Submenu li a {
        padding-left: 48px;
    }

    ul.overlay-main-menu > li > ul.Submenu > li > ul.Submenu > li > ul.Submenu > li:hover > ul.Submenu li a {
        padding-left: 58px;
    }

    ul.overlay-main-menu > li > ul.Submenu > li > ul.Submenu > li > ul.Submenu > li > ul.Submenu > li:hover > ul.Submenu li a {
        padding-left: 68px;
    }

    ul.overlay-main-menu > li > ul.Submenu > li a::before {
        left: 19px;
    }

    ul.overlay-main-menu > li > ul.Submenu > li > ul.Submenu li a::before {
        left: 24px;
    }

    ul.overlay-main-menu > li > ul.Submenu > li > ul.Submenu > li > ul.Submenu li a::before {
        left: 34px;
    }

    ul.overlay-main-menu > li > ul.Submenu > li > ul.Submenu > li > ul.Submenu > li > ul.Submenu li a::before {
        left: 39px;
    }

    ul.overlay-main-menu > li > ul.Submenu > li > ul.Submenu > li > ul.Submenu > li > ul.Submenu > li > ul.Submenu li a::before {
        left: 44px;
    }

    @media screen and (max-width: 450px) {
        .overlay .closebtn {
            right: 10px;
            font-size: 31px;
            top: 0px;
        }

        .menu-icon {
            left: 40px;
        }
    }
}


/*--------------------------------*/

.pageaddBtn {
    position: fixed;
    right: 0;
    margin-top: 2px;
}

    .pageaddBtn a {
        background: #DD2476;
        width: 40px;
        font-size: 23px;
        padding: 3px 11px;
        display: block;
        color: #fff;
        margin-top: 0.6px;
    }

.editPage {
    background: #313131 !important;
}

.icon-setting a {
    color: #fff;
}

.icon-delete a {
    color: #fff;
}

div[data-widget-name="Navigation"] .widget-setting,
div[data-widget-name="Navigation"] .widget-info {
    display: none !important;
}

#search-overlay {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 800;
    width: 100%;
    height: 100%;
    display: none;
}

    #search-overlay .search-bg {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 1;
        background: #fec424;
        opacity: 0.95;
    }

.searchbox input {
    border: 1px solid #0C2E2D;
    padding: 7px 12px;
}

.searchbox {
    max-width: 700px;
    margin: 0 auto;
    margin-top: 10%;
    width: 90%;
    text-align: center;
}

    .searchbox i {
        color: #fff;
        font-size: 24px;
    }

#search-overlay .close-search-overlay {
    position: absolute;
    top: 18px;
    right: 33px;
    width: 24px;
    height: 24px;
    background: url(/Apps/Core/Content/Images/icon-close-white.svg) center no-repeat;
    z-index: 100;
}

    #search-overlay .close-search-overlay:hover {
        color: #000000;
    }

.SearcchResult li {
    padding: 7px 0px;
}

.SearcchResult {
    background: #f2f2f2;
    margin-top: 0px;
    border: 1px solid RBG( 0, 150, 235, 0.5);
    overflow-y: scroll;
    max-height: 500px;
    max-width: 579px;
    width: 100%;
    text-align: left;
}

    .SearcchResult li:hover {
        /*background: #2F80ED;*/
        color: #000;
        font-weight: bold;
    }

    .SearcchResult a {
        padding: 10px;
        line-height: 24px;
        color: #000;
    }

        .SearcchResult a:hover {
            transition: color 0.05s cubic-bezier(0.32, 0.01, 0, 1) 0.05s;
            color: #000;
            font-weight: bold;
        }

#calendar .fa-plus {
    display: none;
}

i.far.fa-times-circle {
    font-size: 30px;
    cursor: pointer;
    opacity: 1;
    z-index: 999999;
}

.post-content .content {
    width: 100%;
}

div[widgettype="TextWidget"] p {
    line-height: 0.8em;
    font-size: 18px;
}

div[widgettype="TextWidget"] li {
    padding-left: 15px
}

div[widgettype="TextWidget"] ul li {
    margin-left: 20px;
    line-height: 1.8em
}

div[widgettype="DocumentFileTypes"] ol {
    list-style-type: none;
}

div[widgettype="TextWidget"] ol li {
    counter-increment: li;
    margin-left: 20px;
    line-height: 1.8em
}

.img-responsive {
    display: block;
    width: 100%;
    height: auto;
    object-fit: cover;
}

div[widgettype="ImageGallery"] {
    padding: 18px;
}

p,
span,
li,
a {
    line-height: 1.5 !important;
}

.searchbox .fa-search {
    padding: 5px;
    float: left;
    color: #0C2E2D;
    font-size: 24px;
}

/*
div[widgettype="EventListTypes"] .table td {
  vertical-align: middle;
  padding: 0;
}*/
[data-widget-id="17669"] h2 {
    display: none;
}

/*.btn-primary, .btn-primary:hover {
  color: #fff;
  background-color: #DE6F00;
  border-color: #DE6F00;
}*/
.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev {
    height: 35px;
    width: 35px;
    background-color: #DE6F00 !important;
    color: #fff !important;
    opacity: 1;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

button.owl-prev,
button.owl-next {
    background: red !important;
    height: 50px;
    width: 50px;
    position: absolute;
}

button.owl-prev {
    left: -60px;
    top: 60px;
}

button.owl-next {
    right: -60px;
    top: 60px;
    float: right;
}

    button.owl-prev span,
    button.owl-next span {
        color: #fff;
        font-size: 23px;
    }

div [widgettype="ImageGallery"] button.owl-prev,
div [widgettype="ImageGallery"] button.owl-next {
    top: -50px;
}

.hide-nav {
    margin-top: -120px;
}

.btn-w.mr-2 {
    padding: 10px 0.75rem !important;
}

.tags_header {
    position: absolute;
    right: 0;
    top: 4px;
    z-index: 999;
    cursor: pointer;
}

    .tags_header img {
        width: 24px;
        margin-right: 10px;
    }

    .tags_header a.active img {
        width: 30px;
    }

main {
    padding-top: 0;
}

.post-image div[widgettype="PlainText"] {
    background-color: #F1F3F6;
    padding: 7px 15px;
}

.info-bar img {
    -webkit-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
    width: 100%;
}

    .info-bar img:hover {
        -webkit-filter: grayscale(100%);
        filter: grayscale(100%);
        -webkit-box-shadow: 0 0 18px rgba(0, 0, 0, 0.09);
        box-shadow: 0 0 18px rgba(0, 0, 0, 0.09);
        padding: 20px;
    }

.main-content .profile-row {
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

    .main-content .profile-row:hover .box {
        opacity: 0.3;
    }

        .main-content .profile-row:hover .box:hover {
            opacity: 1 !important;
        }

            .main-content .profile-row:hover .box:hover .icon.phone {
                top: 0;
                right: 50px;
                opacity: 1;
            }

            .main-content .profile-row:hover .box:hover .icon.email {
                top: 50px;
                right: 10px;
                opacity: 1;
            }

            .main-content .profile-row:hover .box:hover .icon.facebook {
                top: 115px;
                right: 0;
                opacity: 1;
            }

    .main-content .profile-row .box .pro-details {
        padding: 15px 0;
    }

        .main-content .profile-row .box .pro-details li::before {
            display: none;
        }

    .main-content .profile-row .box .pro {
        position: relative;
        width: 270px;
        height: 270px;
        background-color: #1C3F96;
        border-radius: 50%;
        overflow: hidden;
    }

        .main-content .profile-row .box .pro img {
            left: -15px;
        }

    .main-content .profile-row .box .icon {
        position: absolute;
        width: 40px;
        height: 40px;
        background-color: red;
        display: -ms-grid;
        display: grid;
        place-items: center;
        border-radius: 50%;
        cursor: pointer;
        -webkit-transition: all 0.2s ease-in;
        transition: all 0.2s ease-in;
    }

        .main-content .profile-row .box .icon:hover .popup {
            top: -20px;
            opacity: 1;
            pointer-events: all;
        }

        .main-content .profile-row .box .icon i {
            color: #fff;
            font-size: 20px;
        }

        .main-content .profile-row .box .icon span {
            position: absolute;
            width: 100%;
            color: #fff;
            display: inline-block;
        }

            .main-content .profile-row .box .icon span a {
                color: #fff;
                width: 100%;
                display: inline-block;
            }

        .main-content .profile-row .box .icon .popup {
            position: absolute;
            width: -webkit-max-content;
            width: -moz-max-content;
            width: max-content;
            background-color: #fff;
            padding: 5px 10px;
            -webkit-box-shadow: 0 0 18px rgba(0, 0, 0, 0.1);
            box-shadow: 0 0 18px rgba(0, 0, 0, 0.1);
            border-radius: 4px;
            top: 0;
            pointer-events: none;
            opacity: 0;
        }

            .main-content .profile-row .box .icon .popup p {
                margin-bottom: 0;
                font-size: 14px;
            }

        .main-content .profile-row .box .icon.phone {
            top: 0;
            right: 80px;
            opacity: 0;
        }

        .main-content .profile-row .box .icon.email {
            top: 0;
            right: 80px;
            opacity: 0;
        }

        .main-content .profile-row .box .icon.facebook {
            top: 0;
            right: 80px;
            opacity: 0;
        }

    .main-content .profile-row .box .pro-info span {
        font-size: 14px;
    }

    .main-content .profile-row .box .pro-info p {
        margin-bottom: 0;
        font-weight: bold;
        font-size: 22px;
    }

::-webkit-scrollbar-thumb {
    background: #112636;
    border-radius: 0;
}

::-webkit-scrollbar-track {
    border-radius: 0;
}

::-webkit-scrollbar {
    width: 8px;
}

#st-trigger-effects {
    text-align: right;
}

.pdf a {
    text-transform: uppercase;
}

.documentlist li {
    list-style: none;
    /*margin-top: 3rem;*/
}

a.FilterCategory {
    font-weight: 600;
    color: #000;
}

@media (min-width: 1440px) {
    .main-content #slides {
        width: calc(100% + 208px) !important;
    }
}

.main-content #slides img {
    object-fit: cover;
    max-height: 400px;
    height: 100%;
}

.inner-content {
    padding: 100px 0;
}

@media (max-width: 576px) {
    .inner-content {
        padding: 50px 0;
    }

        .inner-content .sidebar {
            margin-top: 30px;
        }
}

.inner-content .sidebar .share {
    display: flex;
    justify-content: center;
    padding: 10px;
    flex-wrap: wrap;
}

    .inner-content .sidebar .share .date,
    .inner-content .sidebar .share .author {
        max-width: 100%;
        flex: 0 0 100%;
        background-color: #fff;
        margin: 5px 0;
        display: flex;
        justify-content: center;
        padding: 10px;
        border-radius: 4px;
    }

        .inner-content .sidebar .share .date p,
        .inner-content .sidebar .share .author p {
            margin-bottom: 0;
            font-weight: bold;
        }

        .inner-content .sidebar .share .date i,
        .inner-content .sidebar .share .author i {
            vertical-align: middle;
        }

    .inner-content .sidebar .share ul {
        display: flex;
        background-color: #fff;
        width: 100%;
        justify-content: space-around;
        border-radius: 4px;
        padding: 5px 10px;
    }

        .inner-content .sidebar .share ul i {
            color: #000000;
            font-size: 20px;
            display: block;
        }

            .inner-content .sidebar .share ul i:hover {
                transform: scale(1.6);
            }

.inner-content .sidebar .sidebar-item {
    background-color: #DD2476;
    border-radius: 8px;
}

    .inner-content .sidebar .sidebar-item .title {
        padding: 10px;
        border-bottom: 1px solid #fff;
        font-weight: bold;
        font-size: 24px;
        color: #fff;
    }

    .inner-content .sidebar .sidebar-item ul {
        padding: 10px;
        padding-left: 30px;
        padding-bottom: 100px;
    }

        .inner-content .sidebar .sidebar-item ul .has-menu {
            font-weight: bold;
        }

            .inner-content .sidebar .sidebar-item ul .has-menu ul {
                margin-left: 20px;
                margin-top: 10px;
            }

                .inner-content .sidebar .sidebar-item ul .has-menu ul::before {
                    position: absolute;
                    top: 0;
                    left: -35px;
                    content: '';
                    width: 1px;
                    height: 100%;
                    background-color: #fff;
                }

                .inner-content .sidebar .sidebar-item ul .has-menu ul li:hover {
                    transform: translateX(20px);
                }

            .inner-content .sidebar .sidebar-item ul .has-menu li {
                font-weight: 400;
            }

                .inner-content .sidebar .sidebar-item ul .has-menu li.active {
                    font-weight: bold;
                }

        .inner-content .sidebar .sidebar-item ul li {
            margin-bottom: 10px;
            position: relative;
        }

            .inner-content .sidebar .sidebar-item ul li:hover {
                transform: translateX(20px);
            }

                .inner-content .sidebar .sidebar-item ul li:hover::before {
                    transform: rotate(90deg) scale(1.9);
                }

                .inner-content .sidebar .sidebar-item ul li:hover ul {
                    transform: translateX(-20px);
                }

            .inner-content .sidebar .sidebar-item ul li a {
                color: #fff;
                text-decoration: none;
            }

            .inner-content .sidebar .sidebar-item ul li::before {
                position: absolute;
                left: -20px;
                top: 12px;
                content: '';
                background-color: #000000;
                width: 4px;
                height: 4px;
                transform: rotate(45deg);
            }

.inner-content .content ul {
    padding-left: 20px;
    margin-top: 20px;
    margin-bottom: 20px;
}

    .inner-content .content ul li {
        margin-bottom: 5px;
    }

.inner-content .content .sidebar .sidebar-item ul li::before {
    position: absolute;
    left: -20px;
    top: 8px;
    content: '';
    background-color: #DD2476;
    width: 8px;
    height: 8px;
    transform: rotate(45deg);
}

.inner-content .content .layout {
    margin-bottom: 20px;
    position: relative;
}

.inner-content .content .inner-thumb .author {
    position: absolute;
    width: max-content;
    padding: 10px;
    background-color: #DD2476;
    bottom: 20px;
    left: -20px;
    border-radius: 8px;
}

    .inner-content .content .inner-thumb .author p {
        margin-bottom: 0;
        font-weight: bold;
    }

    .inner-content .content .inner-thumb .author i {
        vertical-align: middle;
    }

.inner-content .content .inner-thumb::before {
    position: absolute;
    top: -20px;
    left: -20px;
    width: 100%;
    height: 100%;
    content: '';
    background-color: #DD2476;
    border-radius: 8px;
    z-index: -1;
}

.inner-content .content .inner-thumb img {
    max-height: 350px;
    width: 100%;
    object-fit: cover;
    border-radius: 8px;
}

@media (max-width: 576px) {
    [data-scroll="out"],
    [data-scroll="in"] {
        opacity: 1 !important;
        transform: scale(1) translateY(0) translateX(0) !important;
        transition: none !important;
    }
}

.primary-navigation {
    background-color: #112636 !important;
}

.st-menu ul li a {
    color: #fff !important;
}

.st-menu ul li i {
    color: #fff !important;
}

.primary-navigation .closeNav a {
    color: #000 !important;
}

.news-wrapper .bs4-new-slider {
    margin-top: 30px;
}

    .news-wrapper .bs4-new-slider .carousel-control-prev {
        left: auto !important;
        right: 40px !important;
    }

    .news-wrapper .bs4-new-slider .arrow {
        opacity: 1 !important;
        top: -80px;
        bottom: auto !important;
        width: 60px;
        height: 30px;
        z-index: 0;
    }

    .news-wrapper .bs4-new-slider .link {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        z-index: 2;
    }

    .news-wrapper .bs4-new-slider .caption {
        position: absolute;
        bottom: 0;
        width: 100%;
        bottom: 0;
        padding: 10px;
        background: rgba(0, 0, 0, 0.5);
        border-radius: 0 0 8px 8px;
    }

        .news-wrapper .bs4-new-slider .caption p {
            margin-bottom: 0;
            color: #fff;
        }

    .news-wrapper .bs4-new-slider img {
        border-radius: 8px;
        -o-object-fit: cover;
        object-fit: cover;
        min-height: 230px;
    }

@media (max-width: 768px) {
    .news-wrapper .bs4-new-slider .item {
        margin-bottom: 20px;
    }

    .news-wrapper .bs4-new-slider .col-sm-6 {
        max-width: 50%;
    }
}

.carousel-inner .item {
    position: relative;
}

.gallery-wrapper .gallery-item-new {
    margin-top: 20px;
}

    .gallery-wrapper .gallery-item-new .item img {
        max-width: 270px;
        max-height: 270px;
        -o-object-fit: cover;
        object-fit: cover;
        width: 100%;
        height: 100%;
        border-radius: 4px;
        border-radius: 8px;
        min-height: 220px;
        height: 220px;
        object-fit: cover;
    }

    .gallery-wrapper .gallery-item-new .arrow {
        opacity: 1 !important;
        top: -70px;
        bottom: auto !important;
        width: 60px;
        height: 30px;
        z-index: 0;
    }

    .gallery-wrapper .gallery-item-new .carousel-control-prev {
        left: auto !important;
        right: 40px !important;
    }

.fc-button {
    background-color: #DD2476;
    border-color: #DD2476;
}

    .fc-button:hover,
    .fc-state-active {
        color: #fff;
        background-color: #DD2476;
        border-color: #DD2476;
    }

    .fc-button:not(:disabled):active,
    .fc-button:not(:disabled).fc-button-active {
        color: #fff;
        background-color: #DD2476;
        border-color: #DD2476;
    }

.navbar-expand-lg .navbar-collapse {
    justify-content: flex-end;
}

    .navbar-expand-lg .navbar-collapse p {
        margin-bottom: 0;
    }

    .navbar-expand-lg .navbar-collapse span {
        color: #fff;
    }

/* Manual CSS */
.banner-wrapper {
    padding-bottom: 0;
}

.slider img {
    padding-bottom: 50px;
    top: 0 !important;
}

@media (max-width: 576px) {
    .collapse.navbar-collapse.show {
        flex: 0 0 30%;
    }

    .topnav {
        padding: 0;
    }
}

@media (max-width: 576px) {
    .matrial-wrapper .justify-content-center .animate {
        flex-direction: column;
    }
}

.closeNav path:last-child {
    fill: #fff;
}

.product-wrapper {
    position: relative;
}

    .product-wrapper .thumb {
        padding: 10px;
        position: relative;
    }

        .product-wrapper .thumb img {
            min-height: 350px;
            max-height: 350px;
            object-fit: cover;
        }

.slick-slider {
    margin-bottom: 0;
}

.product-wrapper .product-slide {
    padding: 0 !important;
}

.slick-prev,
.slick-next {
    top: auto !important;
}

.order-wrapper .row .input {
    position: relative
}

.product-list .news .box {
    position: relative;
    margin-bottom: 20px;
    padding-bottom: 20px;
    background-color: #fff;
    box-shadow: 0px 8px 24px rgba(0, 0, 0, 0.1)
}

    .product-list .news .box:hover .but-btn span {
        transform: scale(1.2);
    }

    .product-list .news .box img {
        min-height: 250px;
        max-height: 250px;
        object-fit: cover;
    }

    .product-list .news .box .buy-now {
        padding: 8px 30px;
        background: #112636;
        color: #fff;
        display: inline-block;
        min-width: 130px;
    }

    .product-list .news .box .sold-out {
        padding: 8px 30px;
        background: #fff;
        color: #FF512F;
        display: inline-block;
        min-width: 130px;
        border: 1px solid #FF512F;
    }

    .product-list .news .box .labels {
        position: absolute;
        top: 30px;
        left: 0;
        display: flex;
        flex-direction: column;
    }

        .product-list .news .box .labels span {
            display: inline-block;
            padding: 5px 10px;
            color: #fff;
        }

            .product-list .news .box .labels span.new-producs {
                background-color: #003495;
            }

            .product-list .news .box .labels span.on-sale {
                background-color: #F2BA29;
            }


.proccess-wrapper .box img {
    min-height: 200px;
    object-fit: cover;
}

.product-wrapper .product-slide .slick-arrow:hover {
    background-color: #fff !important;
    color: #DD2476 !important;
}

@media (max-width: 576px) {
    .st-container {
        margin-bottom: 50px;
    }

    .at-share-dock {
        display: flex;
        justify-content: space-between;
        background-color: #fff;
    }
}

.product-wrapper .product-slide .slick-arrow:hover::before {
    color: #DD2476 !important;
}

.color-box h6 {
    position: absolute;
    left: 0;
    padding-left: 25px;
    transform: translateY(-10px);
}

.order-wrapper .colors-inner {
    max-width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.order-wrapper .color-box-title {
    margin-top: 10px;
}

header {
    z-index: 11 !important;
}

@media (max-width: 576px) {
    .proccess-wrapper .title-box h1, .proccess-wrapper .title-box h2, .proccess-wrapper .title-box h3, .proccess-wrapper .title-box h4, .proccess-wrapper .title-box h5, .proccess-wrapper .title-box h6 {
        width: 260px !important;
        margin: 0 auto !important;
    }
}

.order-wrapper .colors {
    right: -100%;
    top: -300px;
}

@media (max-width: 576px) {
    .order-wrapper .colors.mobile-inputs {
        right: 0 !important;
    }
}

@media (max-width: 768px) {
    .order-wrapper .colors {
        right: 0 !important;
    }
}

@media (max-width: 576px) {
    .order-wrapper .colors.open {
        right: 0 !important;
    }
}


.CartContainer {
    padding: 50px 0;
}

.checkout {
    display: flex;
    justify-content: space-between;
    padding-top: 20px;
}

.btn-primary {
    min-width: 170px;
    border: 1px solid #112636;
    color: #fff;
    border-radius: 0;
    background: #112636;
}

    .btn-primary:focus,
    .btn-primary:active {
        box-shadow: none !important;
        background: #112636 !important;
        border: 1px solid #112636 !important;
    }

    .btn-primary:hover {
        transform: scale(1.3);
        border: 1px solid #112636;
        background: #112636;
    }

.product-list .news .box {
    text-align: center;
}

    .product-list .news .box .product-name {
        color: #112636;
        margin-top: 0.8em;
        font-size: 18px;
        font-weight: 500;
        margin-bottom: 0;
    }

    .product-list .news .box .price {
        padding-bottom: 15px;
    }

        .product-list .news .box .price strike {
            font-size: 16px;
            color: #112636;
        }

        .product-list .news .box .price span {
            font-size: 20px;
            font-weight: bold;
            color: #112636;
        }

        .product-list .news .box .price p {
            margin: 0 !important;
        }

    .product-list .news .box .product-category {
        color: rgb(78, 78, 78);
        margin-top: 0.8em;
        font-size: 14px;
    }

    .product-list .news .box .caption p {
        font-size: 20px;
        font-weight: bold;
    }

    .product-list .news .box .caption strike {
        font-weight: 400 !important;
        font-size: 17px !important;
        display: inline-block;
        padding-right: 3px;
    }

.CartContainer .table th {
    background: #112636;
    border: 1px solid #ffffff3d;
    color: #fff;
}

.CartContainer .table tr td:nth-child(1) img {
    min-width: 130px;
}

.CartContainer .table .remove_product {
    cursor: pointer;
    font-size: 32px;
}

.order-wrapper .row {
    justify-content: left !important;
}


.cart-wrapper .cart-details .prod-price span:nth-child(2) {
    color: #112636 !important;
}

.cart-wrapper .cart-details .buttons-items {
    background: #112636 !important;
    text-align: center;
    border-radius: 0 !important;
}

    .cart-wrapper .cart-details .buttons-items span input {
        background: transparent;
        color: #fff;
        width: 50px;
        border: 0;
        text-align: center;
    }

.cart-wrapper .cart-details .prod-action button {
    border-radius: 0 !important;
    background: #112636 !important;
}

.cart-wrapper .cart-details .prod-action .btn:hover {
    border-radius: 0 !important;
    background: #112636 !important;
    color: #fff !important;
    box-shadow: 0 !important;
}

.shipping-wrapper .box .input i {
    position: absolute;
    right: 0;
    bottom: 10px;
}

.shipping-wrapper .box .input input, .shipping-wrapper .box .input select, .shipping-wrapper .box .input textarea {
    width: calc( 100% - 24px);
}

.shipping-wrapper .box h2 {
    font-size: 24px;
    color: #4A4A4A;
    margin-left: -50px;
    width: calc( 100px + 100%);
    padding: 20px;
    border-bottom: 1px solid #F1F3F6;
    margin-top: -20px;
    margin-bottom: 30px;
}

.shipping-wrapper .box hr {
    width: calc( 100px + 100%);
    margin-left: -50px;
}

@media (max-width: 576px) {
    .shipping-wrapper .box h2 {
        margin-left: 0 !important;
        width: 100% !important;
    }

    .cart-wrapper .cart-box {
        background-color: transparent !important;
    }

    .cart-wrapper {
        padding: 30px 0 !important;
        margin-bottom: 20px;
    }
}

@media (max-width: 992px) and (min-width: 576px) {
    .collapse.navbar-collapse.show {
        display: flex;
        max-width: 30%;
    }

    .row.news-item .product-inner-widget {
        max-width: 33.33%;
        flex: 0 0 33.33%;
    }
}

.radio-inputs .d-flex {
    flex-wrap: wrap;
}

.radio-inputs .items {
    max-width: 100%;
    flex: 0 0 100%;
    margin-left: 0 !important;
}

.product-list .slide-arrow.prev-arrow {
    position: absolute;
    top: 50%;
    left: -60px;
    width: 30px;
    height: 30px;
    display: grid;
    place-content: center;
    background-color: #112636;
    color: #fff;
    border: 0;
}

.product-list .slide-arrow.next-arrow {
    position: absolute;
    top: 50%;
    right: -60px;
    width: 30px;
    height: 30px;
    display: grid;
    place-content: center;
    background-color: #112636;
    color: #fff;
    border: 0;
}

@media (max-width: 576px) {
    .product-list .slide-arrow.prev-arrow {
        position: absolute;
        top: 100%;
        left: 130px;
        width: 30px;
        height: 30px;
        display: grid;
        place-content: center;
        background-color: #112636;
        color: #fff;
        border: 0;
    }

    .product-list .slide-arrow.next-arrow {
        position: absolute;
        top: 100%;
        right: 130px;
        width: 30px;
        height: 30px;
        display: grid;
        place-content: center;
        background-color: #112636;
        color: #fff;
        border: 0;
    }
}

.cart-item-btn:hover .cart-hover-items {
    transform: scaleX(1);
}




.cart-hover-items {
    position: absolute;
    right: 0;
    top: 77%;
    min-width: 300px;
    border-radius: 4px;
    background-color: #ffffff;
    transform: scaleX(0);
    transform-origin: top;
}

    .cart-hover-items .display-items {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding: 10px;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        border-bottom: 1px solid #F1F3F6;
    }

        .cart-hover-items .display-items:last-child {
            border: 0;
        }

        .cart-hover-items .display-items p {
            margin-bottom: 0;
        }

    .cart-hover-items .thumb {
        margin-right: 10px;
    }

        .cart-hover-items .thumb img {
            max-width: 50px;
        }

    .cart-hover-items .price p {
        font-size: 18px;
        font-weight: bold;
    }

        .cart-hover-items .price p span {
            color: #000000;
        }

    .cart-hover-items .remove {
        position: absolute;
        top: 5px;
        right: 5px;
    }

.display-items {
    position: relative;
}

.cart-hover-items .remove button {
    width: 20px;
    height: 20px;
    display: -ms-grid;
    display: grid;
    place-content: center;
    background-color: #fff;
    color: #112636;
    border: 0;
}

.cart-hover-items .size p {
    font-size: 14px;
    font-weight: bold;
}

.cart-hover-items a {
    color: inherit;
    cursor: pointer;
}

.product-list .slick-dots li {
    overflow: hidden;
}

    .product-list .slick-dots li:focus {
        outline: none !important;
    }

        .product-list .slick-dots li:focus button {
            outline: none !important;
        }

    .product-list .slick-dots li button:focus {
        outline: none !important;
    }

    .product-list .slick-dots li button {
        text-indent: -999px;
        width: 10px;
        height: 10px;
        border-radius: 50px;
        border: 1px solid #112636;
        background: #fff;
    }

.product-list .slick-dots .slick-active button {
    border-color: #FF512F;
    background-color: #FF512F;
}


.shhoping-cart-main .shhoping-cart-box {
    background-color: #fff;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    margin-bottom: 20px;
    padding: 15px;
    border-radius: 8px;
}

.shhoping-cart-main ul li {
    padding: 0;
    margin-bottom: 0;
}

.shhoping-cart-main .shhoping-cart-box-details li p:first-child {
    margin-bottom: 0;
    font-size: 12px;
    font-weight: bold;
    color: #b1b1b1;
    text-transform: uppercase;
}

.shhoping-cart-main .shhoping-cart-box-details li p:last-child {
    margin-bottom: 10px;
    color: #112636;
}

.shhoping-cart-main .shhoping-cart-box-action div span {
    margin-bottom: 0;
    font-size: 12px;
    font-weight: bold;
    color: #b1b1b1;
    text-transform: uppercase;
}

.shhoping-cart-main .shhoping-cart-box-action div p {
    margin-bottom: 10px;
    color: #112636;
}

.shhoping-cart-box .remove_product {
    width: 30px;
    height: 30px;
    display: grid;
    place-content: center;
    background-color: #f1f3f6;
    border-radius: 4px;
    cursor: pointer;
}

.shhoping-cart-main .shhoping-cart-box-thumb img {
    border-radius: 4px;
}

.shhoping-cart-main .shhoping-cart-subtotal-box {
    background-color: #fff;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    padding: 15px;
    border-radius: 4px;
}

    .shhoping-cart-main .shhoping-cart-subtotal-box .checkout {
        text-align: center;
    }

        .shhoping-cart-main .shhoping-cart-subtotal-box .checkout .btn {
            width: 100%;
        }

        .shhoping-cart-main .shhoping-cart-subtotal-box .checkout a:first-child {
            display: none;
        }

    .shhoping-cart-main .shhoping-cart-subtotal-box ul li {
        display: flex;
        justify-content: space-between;
    }

        .shhoping-cart-main .shhoping-cart-subtotal-box ul li p {
            font-weight: bold;
        }

        .shhoping-cart-main .shhoping-cart-subtotal-box ul li span {
            color: #b1b1b1;
        }

.shhoping-cart-main .checout-option {
    padding-top: 20px;
    border-top: 1px solid #f1f3f6;
}

    .shhoping-cart-main .checout-option .payment-methods {
        padding: 0;
    }

    .shhoping-cart-main .checout-option .checkout {
        padding-top: 0;
    }

    .shhoping-cart-main .checout-option h2 {
        font-size: 20px;
        margin-bottom: 15px;
    }

.cart-item-btn a:first-child:hover {
    color: #fff;
}


.cart-hover-items .inner-items a:hover {
    color: inherit;
    cursor: pointer;
}

.user-item-btn a:first-child:hover {
    color: #fff;
}


.user-hover-items .user-inner-items a:hover {
    color: inherit;
    cursor: pointer;
}

.user-item-btn:hover .user-hover-items {
    transform: scaleX(1);
}




.user-hover-items {
    position: absolute;
    right: 0;
    top: 77%;
    min-width: 120px;
    border-radius: 4px;
    background-color: #ffffff;
    transform: scaleX(0);
    transform-origin: top;
    padding: 5px;
}
.login-btn{
    color:black;
}
header {left: 10%;width:80% !important}