﻿@font-face {
    font-family: Poppins-Regular;
    src: url('../../assets/fonts/poppins/Poppins-Regular.ttf');
}

@font-face {
    font-family: Poppins-Medium;
    src: url('../../assets/fonts/poppins/Poppins-Medium.ttf');
}

@font-face {
    font-family: Poppins-Bold;
    src: url('../../assets/fonts/poppins/Poppins-Bold.ttf');
}

@font-face {
    font-family: Poppins-SemiBold;
    src: url('../../assets/fonts/poppins/Poppins-SemiBold.ttf');
}

@font-face {
    font-family: Montserrat-Bold;
    src: url('../../assets/fonts/montserrat/Montserrat-Bold.ttf');
}

@font-face {
    font-family: Montserrat-SemiBold;
    src: url('../../assets/fonts/montserrat/Montserrat-SemiBold.ttf');
}

@font-face {
    font-family: Montserrat-Regular;
    src: url('../../assets/fonts/montserrat/Montserrat-Regular.ttf');
}

* {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}


/*---------------------------------------------*/

html,
body {
    font-size: 15px;
    color: #454545;
    font-family: Poppins-Regular, sans-serif;
    vertical-align: baseline;
    line-height: 1.7;
    font-weight: 400;
}

body {
    overflow-x: hidden;
}
@media screen and (max-width:992px){
    body{
        padding-top:60px!important;
    }
}
img {
    max-width: 100%;
    height: auto;
}

p {
    margin: 0 0 26px;
    line-height: 1.8;
}

h1, h2, h3, h4, h5, h6 {
    font-family: Poppins-Regular, sans-serif;
    color: #0a0a0a;
    margin: 0 0 26px;
    line-height: 1.2;
}

.text-md-left {
    text-align: left;
}

.text-md-right {
    text-align: right;
}

.text-right {
    text-align: right;
}

.no-border {
    border: none !important;
}

.uppercase {
    text-transform: uppercase !important;
}

.capitalize {
    text-transform: capitalize !important;
}

.extra-bold {
    font-weight: 800 !important;
}

.white-color {
    color: #ffffff !important;
}

.title-color {
    color: #0a0a0a !important;
}

.body-color {
    color: #454545 !important;
}

.white-bg {
    background: #fff;
}

.primary-color2 {
    color: #E14736 !important;
}

.primary-bd2 {
    background: #E14736 !important;
}

.secondary-bg2 {
    background: #043d72 !important;
}

.lgx-vertical-bottom {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: flex-end;
    -webkit-align-items: flex-end;
    align-items: flex-end;
}

.lgx-vertical-middle {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

a {
    color: #bfbfbf;
    transition: all 0.3s ease;
    text-decoration: none !important;
    outline: none !important;
}

    a:active,
    a:hover {
        text-decoration: none;
        outline: 0 none;
        color: #bfbfbf;
    }

ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}

.clear {
    clear: both;
}

::-moz-selection {
    background: #bfbfbf;
    text-shadow: none;
    color: #ffffff;
}

::selection {
    background: #bfbfbf;
    text-shadow: none;
    color: #ffffff;
}


@media screen and (min-width:992px) {
    .offwrap {
        display: none !important;
    }
}

.bg-unset {
    background: unset !important;
}

.lgx-menu-toggle {
    color: #bfbfbf;
    text-align: right;
}

button {
    cursor: pointer;
}

.glyph-icon:before {
    margin: 0;
}

.z-index-1 {
    position: relative;
    z-index: 1;
}

ul.services-list li a {
    display: block;
    border: 1px solid #e8e8e8;
    padding: 16px 18px;
    transition: all .5s ease;
    position: relative;
    font-size: 16px;
    font-weight: 700;
    color: #0a0a0a;
    margin-bottom: 15px;
}

    ul.services-list li a:before {
        content: "\f113";
        position: absolute;
        right: 12px;
        top: 16px;
        font-family: Flaticon;
        color: #1c1b1b;
    }

    ul.services-list li a:hover,
    ul.services-list li a.active {
        background: #bfbfbf;
        color: #ffffff;
    }

        ul.services-list li a:hover:before,
        ul.services-list li a.active:before {
            color: #ffffff;
        }

ul.listing-style li {
    margin-bottom: 7px;
}

    ul.listing-style li i {
        color: #bfbfbf;
        font-size: 24px;
        line-height: 31px;
        margin-right: 10px;
    }

.features-content {
    padding: 98px 150px 97px 100px;
}

    .features-content ul.lgx-features-list li {
        margin: 0px 0px 21px 0px;
        display: flex;
        align-items: center;
    }

        .features-content ul.lgx-features-list li i {
            color: #ffffff;
            background-color: transparent;
            background-image: linear-gradient(180deg, #e78b0e 0%, #E14736 100%);
            padding: 15px 15px 15px 15px;
            margin: 0px 25px 0px 0px;
            border-radius: 50px 50px 50px 50px;
        }

        .features-content ul.lgx-features-list li .feature-text {
            color: #000000;
            font-weight: 500;
        }

.icon-item li {
    display: flex;
    padding-bottom: 10px;
}

    .icon-item li .list-icon i {
        font-size: 14px;
        width: 1.25em;
    }

    .icon-item li .list-text {
        align-self: center;
        padding-left: 5px;
    }

    .icon-item li:last-child {
        padding-bottom: 0;
    }

input:focus,
select:focus,
textarea:focus,
button:focus {
    outline: none !important;
}

.pagination-area {
    display: inline-block;
}

    .pagination-area .nav-link {
        display: flex;
        align-items: center;
        padding: 15px 10px 15px 8px;
        border-radius: 0;
        background: #bfbfbf;
    }

        .pagination-area .nav-link .page-number {
            padding: 2px 15px 0 20px;
            line-height: 12px;
            font-size: 18px;
            text-decoration: none;
            transition: all 0.4s ease-in-out 0s;
            text-align: center;
            background: 0 0;
            color: #eee;
            display: inline-block;
            vertical-align: top;
            border-right: 1px solid #e6e6e6;
        }

            .pagination-area .nav-link .page-number.border-none {
                border-right: unset;
            }

.pagination-part {
    display: inline-block;
    border: 1px solid #f9f9f9;
    padding: 11px 0;
    border-radius: 3px;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.05);
    background: #fff;
}

    .pagination-part li {
        padding: 2px 20px 0 21px;
        line-height: 23px;
        font-size: 18px;
        text-decoration: none;
        transition: all 0.4s ease-in-out 0s;
        text-align: center;
        background: 0 0;
        color: #000;
        display: inline-block;
        vertical-align: top;
        border-right: 1px solid #e6e6e6;
    }

        .pagination-part li a {
            color: #454545;
        }

        .pagination-part li:last-child {
            border-right: unset;
        }

    .pagination-part .next-page {
        position: relative;
        transition: all 0.4s ease-in-out 0s;
        padding-right: 12px;
    }

        .pagination-part .next-page:before,
        .pagination-part .next-page:after {
            content: "\f105";
            position: absolute;
            top: 4px;
            right: 0;
            color: #454545;
            line-height: 16px;
            font-family: fontawesome;
            font-size: 12px;
        }

        .pagination-part .next-page:before {
            right: 4px;
        }

    .pagination-part .active a {
        color: #bfbfbf;
    }

.gridFilter button {
    font-size: 17px;
    font-weight: 600;
    background: 0 0 !important;
    color: #0a0a0a;
    display: inline-block;
    transition: .4s;
    outline: 0;
    position: relative;
    padding: 6px 20px 6px 20px;
    border: 0;
}

    .gridFilter button.active {
        color: #FFFFFF;
        background: #bfbfbf !important;
    }

    .gridFilter button:hover {
        color: #FFFFFF;
        background: #bfbfbf !important;
    }

    .gridFilter button + button {
        margin-left: 20px;
    }

blockquote {
    margin: 35px 0px;
    padding: 40px 60px;
    color: #666;
    position: relative;
    background: rgba(0, 0, 0, 0.01);
    font-weight: normal;
    font-style: italic;
    text-align: left;
    clear: both;
    font-size: 20px;
    font-weight: 400;
    border-radius: 8px;
}

    blockquote:before {
        content: "\f129";
        font-size: 35px;
        color: #FD6509;
        padding-bottom: 0;
        display: inline-block;
        font-family: flaticon;
        font-weight: 400;
        text-align: center;
        top: 0;
        background: 0 0;
        transform: rotate(180deg);
    }

    blockquote cite {
        font-size: 15px;
        display: block;
        margin-top: 10px;
    }

        blockquote cite:before {
            content: "";
            font-size: 28px;
            color: #ff5421;
            padding-bottom: 0px;
            display: inline-block;
            background: #bfbfbf;
            height: 2px;
            width: 40px;
            font-weight: 400;
            text-align: center;
            top: -4px;
            margin-right: 10px;
            position: relative;
        }

.dots {
    list-style: disc;
    margin: 0 0 1.5em 3em;
}

.arrow-btn {
    position: absolute;
    top: 90%;
    left: 50%;
    transform: translate(-50%, -15%);
}

    .arrow-btn a {
        font-weight: 400;
        font-size: 17px;
        border-color: #bfbfbf;
        border-style: solid;
        border-width: 1px;
        margin: 0px;
        border-radius: 23px;
        padding: 12px 15px;
        color: #bfbfbf;
    }

        .arrow-btn a span {
            position: absolute;
            display: block;
            top: 50%;
            left: 50%;
            width: 8px;
            height: 8px;
            margin: -4px 0 0 -4px;
            border-radius: 50%;
            background: #bfbfbf;
        }

.lgx-carousel.nav-style1 {
    position: relative;
}

    .lgx-carousel.nav-style1 .owl-nav {
        display: block;
    }

        .lgx-carousel.nav-style1 .owl-nav .owl-next,
        .lgx-carousel.nav-style1 .owl-nav .owl-prev {
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            left: 30px;
            width: 42px;
            height: 42px;
            line-height: 42px;
            border-radius: 50%;
            background: #bfbfbf;
            text-align: center;
            color: #ffffff;
            transition: all 0.5s;
            transition-delay: 0.70s;
            opacity: 0;
            visibility: hidden;
        }

            .lgx-carousel.nav-style1 .owl-nav .owl-next i:before,
            .lgx-carousel.nav-style1 .owl-nav .owl-prev i:before {
                content: "\f138";
                font-family: Flaticon;
            }

        .lgx-carousel.nav-style1 .owl-nav .owl-next {
            right: 30px;
            left: unset;
        }

            .lgx-carousel.nav-style1 .owl-nav .owl-next i:before {
                content: "\f137";
            }

    .lgx-carousel.nav-style1:hover .owl-nav .owl-next,
    .lgx-carousel.nav-style1:hover .owl-nav .owl-prev {
        left: -50px;
        transition-delay: 0s;
        visibility: visible;
        opacity: 1;
    }

    .lgx-carousel.nav-style1:hover .owl-nav .owl-next {
        right: -50px;
        left: unset;
    }

.lgx-carousel.nav-style2 {
    position: relative;
}

    .lgx-carousel.nav-style2 .owl-nav {
        display: block;
        position: absolute;
        top: -80px;
        right: 0;
    }

        .lgx-carousel.nav-style2 .owl-nav .owl-prev,
        .lgx-carousel.nav-style2 .owl-nav .owl-next {
            display: inline-block;
        }

            .lgx-carousel.nav-style2 .owl-nav .owl-prev i,
            .lgx-carousel.nav-style2 .owl-nav .owl-next i {
                transition: all 0.3s ease;
            }

                .lgx-carousel.nav-style2 .owl-nav .owl-prev i:before,
                .lgx-carousel.nav-style2 .owl-nav .owl-next i:before {
                    font-family: Flaticon;
                    font-size: 22px;
                }

            .lgx-carousel.nav-style2 .owl-nav .owl-prev:hover i,
            .lgx-carousel.nav-style2 .owl-nav .owl-next:hover i {
                color: #bfbfbf;
            }

            .lgx-carousel.nav-style2 .owl-nav .owl-prev i:before {
                content: "\f134";
            }

            .lgx-carousel.nav-style2 .owl-nav .owl-prev:after {
                content: "/";
                padding: 0 5px 0 5px;
                position: relative;
                top: -3px;
            }

            .lgx-carousel.nav-style2 .owl-nav .owl-next i:before {
                content: "\f133";
            }

.lgx-carousel .owl-dots {
    text-align: center;
    margin-top: 50px;
}

    .lgx-carousel .owl-dots .owl-dot {
        width: 25px;
        height: 8px;
        display: inline-block;
        margin: 0 6px;
        padding: 3px 0;
        border-radius: 0;
        border: none;
        transition: all 0.3s ease;
        background: #bfbfbf;
        box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.25);
    }

        .lgx-carousel .owl-dots .owl-dot:hover,
        .lgx-carousel .owl-dots .owl-dot.active {
            width: 40px;
            background: #bfbfbf;
            opacity: .5;
        }

/* ----------------------------  02. Global Class CSS -----------------------*/
.y-middle {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.y-bottom {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: flex-end;
    -webkit-align-items: flex-end;
    align-items: flex-end;
}

.project-item .vertical-middle {
    position: relative;
    z-index: 9;
}

.vertical-middle {
    display: table;
    height: 100%;
    width: 100%;
}

.vertical-middle-cell {
    display: table-cell;
    vertical-align: middle;
}

.readon {
    color: #fff;
    font-size: 17px;
    line-height: 26px;
    font-weight: 600;
    text-transform: capitalize;
    cursor: pointer;
    display: inline-block;
    position: relative;
    transition: all 0.4s;
    z-index: 1;
    background-color: transparent;
}

    .readon.consultant {
        padding: 18px 35px 18px 35px;
        border-radius: 0px 0px 0px 0px;
        color: #fff;
        background: #bfbfbf;
        overflow: hidden;
        position: relative;
    }

        .readon.consultant:after {
            content: "";
            position: absolute;
            top: 10px;
            left: 0;
            width: 300px;
            height: 200px;
            background-color: #333;
            border-color: transparent;
            border-radius: 50%;
            transform: translate(-40px, -80px) scale(0.1);
            opacity: 0;
            z-index: -1;
            transition: transform 0.5s, opacity 0.5s, background-color 0.5s;
        }

        .readon.consultant:hover:after {
            opacity: .3;
            transform-origin: 100px 100px;
            transform: scale(1) translate(-10px, -70px);
        }

        .readon.consultant.slider {
            padding: 18px 40px 18px 40px;
        }

        .readon.consultant.discover {
            padding: 15px 40px 15px 40px;
        }

            .readon.consultant.discover.orange-more {
                background: #E14736;
            }

        .readon.consultant.blue-view {
            padding: 15px 40px 15px 40px;
            background: #E14736;
        }

        .readon.consultant.orange-slide {
            background: #E14736;
        }

        .readon.consultant.blog {
            font-size: 14px;
            font-weight: 600;
            padding: 9px 50px 9px 25px;
            background: #bfbfbf;
            position: relative;
        }

            .readon.consultant.blog:before {
                content: "\f114";
                font-family: Flaticon;
                font-size: 15px;
                font-weight: 900;
                position: absolute;
                top: 11px;
                right: 26px;
                transition: all 0.3s;
                color: #fff;
                transition: all ease .4s;
                color: #ffffff;
            }

        .readon.consultant.lets-talk {
            padding: 8px 22px;
            font-size: 14px;
            background: #E14736;
        }

        .readon.consultant.get-quote {
            font-size: 14px;
            padding: 8px 22px;
            background: #4caf50;
            border-color: #4caf50;
        }

        .readon.consultant.paste-btn {
            font-weight: 500;
            padding: 15px 33px 15px 33px;
            background-color: #4CAF50;
            border-radius: 4px 4px 4px 4px;
        }

            .readon.consultant.paste-btn.more {
                padding: 15px 40px 15px 40px;
            }

    .readon.blue-slide {
        background-color: #E14736;
        color: #ffffff;
        padding: 17px 35px 17px;
        display: inline-block !important;
    }

        .readon.blue-slide:hover {
            opacity: 0.8;
        }

    .readon.submit {
        background-color: #bfbfbf;
        padding: 18px 35px 18px 35px;
        border: none;
        transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
        display: block;
        cursor: pointer;
        position: relative;
        z-index: 2;
    }

        .readon.submit:hover {
            color: #fff;
            opacity: .99;
        }

        .readon.submit.blue-small {
            background-color: #E14736;
            padding: 17px 30px 17px 30px;
            font-size: 16px;
            border-radius: 0px 0px 0px 0px;
        }

        .readon.submit.orange-submit {
            background-color: #E14736;
            font-size: 16px;
        }

        .readon.submit.paste-btn {
            color: #fff;
            background-color: #4CAF50;
            margin: 0px 0px 0px 0px;
            padding: 18px 35px 18px 35px;
            font-size: 16px;
            font-weight: 600;
            border-radius: 4px 4px 4px 4px;
        }

    .readon.post {
        padding: 14px 25px;
        border-radius: 0;
        line-height: normal;
        font-size: 14px;
        font-weight: 500;
        background: #bfbfbf;
        border: none;
    }

    .readon.price {
        padding: 8px 30px 8px 30px;
        color: #0A0A0A;
        background-color: #fff;
        border-style: solid;
        border-width: 1px 1px 1px 1px;
        border-color: #0A0A0A;
        border-radius: 0px 0px 0px 0px;
    }

        .readon.price:hover {
            border-style: solid;
            border-width: 1px 1px 1px 1px;
            border-color: #bfbfbf;
            color: #ffffff;
            background-color: #bfbfbf;
        }

        .readon.price.price2 {
            background-color: #bfbfbf;
            border-style: solid;
            border-width: 1px 1px 1px 1px;
            border-color: #bfbfbf;
            background: #bfbfbf;
            color: #ffffff;
        }

            .readon.price.price2:hover {
                border-width: 1px 1px 1px 1px;
                border-color: #E14736;
                background: #E14736;
            }

        .readon.price.big {
            font-size: 20px;
            font-weight: 500;
        }

    .readon.apply {
        padding: 5px 15px 5px 15px;
        font-size: 15px;
        font-weight: 600;
        color: #fff;
        background-color: #bfbfbf;
    }

    .readon.view-more {
        padding: 7px 25px 7px;
        font-size: 14px;
        font-weight: 500;
        text-transform: uppercase;
        color: #111111;
        background-color: #fff;
        border-radius: 0px 0px 0px 0px;
    }

        .readon.view-more.small {
            padding: 7px 25px 7px 25px;
            border-radius: 4px 4px 4px 4px;
        }

.readon2 {
    padding: 12px 35px 10px;
    border-radius: 30px;
    color: #ffffff !important;
    position: relative;
    display: inline-flex;
    align-items: center;
    background: #E14736;
    text-align: center;
    cursor: pointer;
    font-size: 16px;
    outline: none;
    transition: all 0.3s ease !important;
}

    .readon2 .btn-arrow {
        position: relative;
        width: 20px;
        height: 16px;
        overflow: hidden;
        margin-left: 11px;
    }

        .readon2 .btn-arrow:before,
        .readon2 .btn-arrow:after {
            position: absolute;
            content: "\f114";
            font-family: Flaticon;
            top: 50%;
            transform: translateY(-50%);
            color: #ffffff;
            transition: all 0.3s ease;
        }

        .readon2 .btn-arrow:before {
            right: 1px;
        }

        .readon2 .btn-arrow:after {
            right: 22px;
        }

    .readon2:hover {
        color: #ffffff;
        background: #043d72;
    }

        .readon2:hover div:before,
        .readon2:hover div:after {
            color: #E14736;
        }

        .readon2:hover div:before {
            right: -20px;
        }

        .readon2:hover div:after {
            right: 1px;
        }

    .readon2.hover-light:hover {
        background: #ffffff;
        color: #E14736 !important;
    }

        .readon2.hover-light:hover .btn-arrow:before,
        .readon2.hover-light:hover .btn-arrow:after {
            color: #E14736;
        }

.left-line-v {
    position: relative;
    padding-left: 20px;
}

    .left-line-v .draw-line.start-draw {
        position: absolute;
        content: '';
        left: 0;
        top: 3px;
        width: 4px;
        height: 0;
        background: #E14736;
        animation: start-draw 1.5s ease forwards;
    }

.blog-button a {
    text-align: center;
    display: inline-block;
    color: #bfbfbf;
    padding-right: 25px;
    position: relative;
    z-index: 1;
    font-weight: 700;
    font-size: 15px;
}

    .blog-button a:after {
        content: "\f114";
        position: absolute;
        font-family: flaticon;
        font-size: 15px;
        top: 1px;
        right: 0;
        opacity: 1;
        transition: all 0.3s;
    }

    .blog-button a:hover:after {
        right: -5px;
        opacity: 1;
    }

.blog-button.services a {
    font-size: 16px;
    font-weight: 600;
    color: #bfbfbf;
    padding-right: 12px;
}

    .blog-button.services a:after {
        content: "\f113";
        position: absolute;
        font-family: flaticon;
        font-size: 10px;
        top: 1px;
        right: 0;
        opacity: 1;
        transition: all 0.3s;
        color: #bfbfbf;
    }

    .blog-button.services a:hover:after {
        right: -2px;
        opacity: 1;
        transform: unset;
    }

.add-btn {
    cursor: pointer;
    display: inline-block;
    position: relative;
    transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    padding: 10px 40px;
    border-radius: 3px;
    font-size: 16px;
    font-weight: 500;
    background: #bfbfbf;
    color: #ffffff;
    border: none;
}

    .add-btn:hover {
        opacity: 0.7;
    }
/*-- Submit Button Css --*/
.submit-btn {
    box-shadow: 0 28px 50px 0 rgba(0, 0, 0, 0.05);
    outline: 0;
    border: none;
    padding: 18px 18px 18px 18px;
    border-radius: 3px;
    display: inline-block;
    text-transform: capitalize;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    background-color: #4CAF50;
    transition: all .3s ease;
    position: relative;
    overflow: hidden;
    width: 100%;
    cursor: pointer;
}

    .submit-btn:hover {
        opacity: 0.9;
    }

.margin-remove {
    margin: 0 !important;
}

.no-gutter {
    margin-left: 0;
    margin-right: 0;
}

    .no-gutter [class*="col-"] {
        padding-left: 0;
        padding-right: 0;
    }

[class^="flaticon-"]:before,
[class*=" flaticon-"]:before,
[class^="flaticon-"]:after,
[class*=" flaticon-"]:after {
    margin: 0;
}

.container-fluid {
    padding-left: 100px;
    padding-right: 100px;
}

.container-fluid2 {
    padding-left: 15px;
    padding-right: 15px;
}

.display-table {
    display: table;
    height: 100%;
    width: 100%;
}

.display-table-cell {
    display: table-cell;
    vertical-align: middle;
}

.relative {
    position: relative;
}

.pt-relative {
    position: relative !important;
}

.sub-text {
    font-weight: 600;
    margin: 0 0 10px;
    display: inline-block;
    color: #bfbfbf;
    line-height: 28px;
    font-size: 15px;
    text-transform: uppercase;
}

.desc {
    font-weight: 500;
}

.sec-title .sub-text {
    font-size: 15px;
    line-height: 28px;
    font-weight: 600;
    color: #191821;
    margin: 0 0 10px;
    text-transform: capitalize;
    display: block;
}

    .sec-title .sub-text.big {
        font-size: 17px;
        font-weight: 500;
        color: #333333;
    }

    .sec-title .sub-text.small {
        font-size: 15px;
        color: #E14736;
        text-transform: uppercase;
    }

.sec-title .title {
    font-size: 36px;
    line-height: 46px;
    font-weight: 700;
    color: #0a0a0a;
    margin: 0;
    position: relative;
    padding-top: 28px;
}

    .sec-title .title span {
        color: #bfbfbf;
        font-style: oblique;
    }

        .sec-title .title span.new-text {
            font-style: unset;
        }

    .sec-title .title:after {
        content: "";
        position: absolute;
        border: 0;
        width: 65px;
        height: 5px;
        background: #bfbfbf;
        z-index: 1;
        margin-left: 0;
        left: 0;
        top: 0;
    }

    .sec-title .title.title2:after {
        left: 50%;
        transform: translateX(-50%);
    }

    .sec-title .title.title2.contact {
        max-width: 530px;
        margin: 0 auto;
        color: #ffffff;
    }

    .sec-title .title.title3 {
        padding-top: 0;
    }

        .sec-title .title.title3:after {
            display: none;
        }

        .sec-title .title.title3.small {
            font-size: 28px;
        }

    .sec-title .title.title4 {
        font-size: 28px;
        line-height: 36px;
    }

    .sec-title .title span {
        color: #bfbfbf;
    }

.sec-title .title-inner .title-small {
    font-size: 17px;
    line-height: 26px;
    font-weight: 600;
    margin: 0px 0px 6px 0px;
    color: #0a0a0a;
}

.sec-title2 .title {
    font-size: 36px;
}

    .sec-title2 .title span {
        color: #bfbfbf;
        font-style: oblique;
    }

        .sec-title2 .title span.new-next {
            font-style: unset;
        }

.sec-title2 .first-half {
    max-width: 50%;
    flex: 0 0 50%;
}

.sec-title2 .last-half {
    max-width: 50%;
    flex: 0 0 50%;
    font-weight: 500;
}

.sec-title3 {
    position: relative;
}

    .sec-title3 .sub-title {
        font-size: 15px;
        font-weight: 600;
        text-transform: uppercase;
        color: #E14736;
        display: block;
        margin: 0 0 10px;
    }

        .sec-title3 .sub-title.paste-color {
            color: #4caf50;
        }

    .sec-title3 .sub-text {
        font-size: 15px;
        font-weight: 500;
        line-height: 28px;
        text-transform: uppercase;
        color: #E14736;
        margin: 0 0 10px;
        display: block;
        position: relative;
        padding-left: 107px;
    }

        .sec-title3 .sub-text:before {
            content: '';
            position: absolute;
            left: 0;
            top: 12px;
            height: 4px;
            width: 12px;
            border-radius: 2px;
            background-color: #E14736;
            transition: all .3s ease;
            z-index: 0;
        }

        .sec-title3 .sub-text:after {
            content: "";
            position: absolute;
            border: 0;
            height: 4px;
            width: 55px;
            z-index: 1;
            margin-left: 0;
            left: 24px;
            top: 12px;
            border-radius: 2px;
            background-color: #E14736;
            transition: all .3s ease;
            z-index: 0;
        }

    .sec-title3 .title {
        font-size: 36px;
        font-weight: 700;
        line-height: 46px;
        color: #0a0a0a;
        margin: 0;
    }

    .sec-title3 .heading-border-line {
        position: relative;
    }

        .sec-title3 .heading-border-line:before {
            content: "";
            width: 12px;
            height: 4px;
            background: #E14736;
            position: absolute;
            bottom: -4px;
            left: 50%;
            margin-left: -35px;
            transform: translateX(-50%);
            border-radius: 2px;
            -webkit-transition: all .3s ease;
            transition: all .3s ease;
            z-index: 1;
        }

        .sec-title3 .heading-border-line:after {
            content: "";
            width: 65px;
            height: 4px;
            background: #E14736;
            position: absolute;
            bottom: -4px;
            right: 0;
            left: 50%;
            margin-left: -20px;
            border-radius: 2px;
            -webkit-transition: all .3s ease;
            transition: all .3s ease;
            z-index: 0;
        }

        .sec-title3 .heading-border-line.left-style {
            position: relative;
            margin-left: 44px;
        }

            .sec-title3 .heading-border-line.left-style:before {
                left: 0;
            }

            .sec-title3 .heading-border-line.left-style:after {
                left: 0;
            }

    .sec-title3:hover .sub-text:before {
        width: 65px;
        background: #E14736;
    }

    .sec-title3:hover .sub-text:after {
        margin-left: 46px;
        width: 12px;
        background: #E14736;
    }

    .sec-title3:hover .heading-border-line {
        position: relative;
    }

        .sec-title3:hover .heading-border-line:before {
            margin-left: -5px;
            width: 65px;
            background: #E14736;
        }

        .sec-title3:hover .heading-border-line:after {
            width: 12px;
            margin-left: 35px;
            background: #E14736;
        }

.sec-title4 {
    position: relative;
    z-index: 1;
}

    .sec-title4 .sub-title {
        color: #E14736;
        text-transform: uppercase;
        font-size: 22px;
        font-weight: 500;
        margin-bottom: 14px;
    }

    .sec-title4 .title {
        color: #043d72;
    }
/* -----------------------
  03. Header Section CSS
--------------------------*/
.full-width-header {
    position: relative;
    z-index: 2;
    box-shadow: 1px 3px 5px #ffffff26;
}

    .full-width-header .lgx-header {
        position: relative;
    }

        .full-width-header .lgx-header .topbar-area.style1 {
            background: transparent;
            border-bottom: 1px solid rgba(255, 255, 255, 0.2);
        }

            .full-width-header .lgx-header .topbar-area.style1 .topbar-contact li {
                display: inline-block;
                color: #ffffff;
                font-size: 13px;
                line-height: 50px;
                font-weight: 500;
                border-right: 1px solid rgba(255, 255, 255, 0.2);
                margin-right: 20px;
                padding-right: 20px;
            }

                .full-width-header .lgx-header .topbar-area.style1 .topbar-contact li i {
                    margin-right: 5px;
                }

                    .full-width-header .lgx-header .topbar-area.style1 .topbar-contact li i:before {
                        font-size: 16px;
                        font-weight: 400;
                        color: #ffffff;
                    }

                .full-width-header .lgx-header .topbar-area.style1 .topbar-contact li a {
                    color: #ffffff;
                    font-size: 14px;
                }

                    .full-width-header .lgx-header .topbar-area.style1 .topbar-contact li a:hover {
                        color: #bfbfbf;
                    }

                .full-width-header .lgx-header .topbar-area.style1 .topbar-contact li:last-child {
                    margin: 0;
                    border: none;
                }

            .full-width-header .lgx-header .topbar-area.style1 .toolbar-sl-share ul .opening {
                color: #ffffff;
                border-right: 1px solid rgba(255, 255, 255, 0.2);
                margin-right: 15px;
                padding-right: 40px;
            }

                .full-width-header .lgx-header .topbar-area.style1 .toolbar-sl-share ul .opening em {
                    font-size: 13px;
                    font-style: normal;
                }

                    .full-width-header .lgx-header .topbar-area.style1 .toolbar-sl-share ul .opening em i {
                        margin-right: 8px;
                    }

                        .full-width-header .lgx-header .topbar-area.style1 .toolbar-sl-share ul .opening em i:before {
                            font-size: 13px;
                            color: #ffffff;
                        }

            .full-width-header .lgx-header .topbar-area.style1 .toolbar-sl-share ul li {
                display: inline-block;
                font-size: 14px;
                line-height: 50px;
                margin-right: 12px;
            }

                .full-width-header .lgx-header .topbar-area.style1 .toolbar-sl-share ul li a {
                    font-size: 14px;
                    color: #ffffff;
                }

                    .full-width-header .lgx-header .topbar-area.style1 .toolbar-sl-share ul li a:hover {
                        color: #bfbfbf;
                    }

                .full-width-header .lgx-header .topbar-area.style1 .toolbar-sl-share ul li:last-child {
                    margin: 0;
                }

        .full-width-header .lgx-header .topbar-area.style2 {
            background-color: unset !important;
            padding-bottom: 30px;
        }

            .full-width-header .lgx-header .topbar-area.style2 .row-table {
                display: flex;
                width: 100%;
                position: relative;
                align-items: center;
                justify-content: space-between;
            }

                .full-width-header .lgx-header .topbar-area.style2 .row-table .header-logo {
                    display: flex;
                    flex: 1;
                }

                    .full-width-header .lgx-header .topbar-area.style2 .row-table .header-logo .logo-area a .normal-logo {
                        display: block;
                        max-height: 50px;
                    }

                    .full-width-header .lgx-header .topbar-area.style2 .row-table .header-logo .logo-area a .sticky-logo {
                        display: none;
                        max-height: 50px;
                    }

                .full-width-header .lgx-header .topbar-area.style2 .row-table .header-quote {
                    display: flex;
                    align-items: center;
                    justify-content: space-between;
                }

                    .full-width-header .lgx-header .topbar-area.style2 .row-table .header-quote .lgx-address-area .address-list {
                        display: inline-block;
                        padding-right: 25px;
                        padding-left: 25px;
                        border-right: 1px solid #eee;
                        font-size: 14px;
                    }

                        .full-width-header .lgx-header .topbar-area.style2 .row-table .header-quote .lgx-address-area .address-list .info-icon {
                            float: left;
                            margin-right: 15px;
                        }

                            .full-width-header .lgx-header .topbar-area.style2 .row-table .header-quote .lgx-address-area .address-list .info-icon i:before {
                                font-size: 26px;
                                color: #E14736;
                            }

                        .full-width-header .lgx-header .topbar-area.style2 .row-table .header-quote .lgx-address-area .address-list .info-content {
                            float: left;
                            text-align: left;
                            display: block;
                        }

                            .full-width-header .lgx-header .topbar-area.style2 .row-table .header-quote .lgx-address-area .address-list .info-content .info-title {
                                font-size: 15px;
                                line-height: 18px;
                                font-weight: 600;
                            }

                                .full-width-header .lgx-header .topbar-area.style2 .row-table .header-quote .lgx-address-area .address-list .info-content .info-title a {
                                    color: #0a0a0a;
                                }

                                    .full-width-header .lgx-header .topbar-area.style2 .row-table .header-quote .lgx-address-area .address-list .info-content .info-title a:hover {
                                        color: #E14736;
                                    }

                            .full-width-header .lgx-header .topbar-area.style2 .row-table .header-quote .lgx-address-area .address-list .info-content .info-des {
                                font-size: 14px;
                                color: #595858;
                            }

                                .full-width-header .lgx-header .topbar-area.style2 .row-table .header-quote .lgx-address-area .address-list .info-content .info-des a {
                                    color: #595858;
                                }

                                    .full-width-header .lgx-header .topbar-area.style2 .row-table .header-quote .lgx-address-area .address-list .info-content .info-des a:hover {
                                        color: #E14736;
                                    }

                        .full-width-header .lgx-header .topbar-area.style2 .row-table .header-quote .lgx-address-area .address-list:last-child {
                            border: none;
                        }

        .full-width-header .lgx-header .menu-area {
            transition: all 0.3s ease 0s;
            background: transparent;
        }

            .full-width-header .lgx-header .menu-area .row-table {
                display: flex;
                width: 100%;
                position: relative;
                align-items: center;
                justify-content: space-between;
            }

                .full-width-header .lgx-header .menu-area .row-table .col-cell {
                    display: flex;
                    align-items: center;
                    justify-content: space-between;
                }

                    .full-width-header .lgx-header .menu-area .row-table .col-cell.header-logo {
                        display: flex;
                        /*flex: 1;*/
                    }

            .full-width-header .lgx-header .menu-area .logo-area a .sticky-logo {
                display: none;
            }

            .full-width-header .lgx-header .menu-area .logo-area img {
                transition: 0.4s;
                -webkit-transition: 0.4s;
                max-height: 50px;
            }

            .full-width-header .lgx-header .menu-area .logo-area .dark {
                display: none;
            }

            .full-width-header .lgx-header .menu-area .logo-area .light {
                display: inherit;
            }

            .full-width-header .lgx-header .menu-area .lgx-menu-area {
                display: flex;
                align-items: center;
                margin-right: 72px;
            }

            .full-width-header .lgx-header .menu-area .main-menu {
                position: unset;
            }

                .full-width-header .lgx-header .menu-area .main-menu .lgx-menu ul.nav-menu li {
                    display: inline-block;
                    margin-right: 32px;
                    padding: 0;
                }

                    .full-width-header .lgx-header .menu-area .main-menu .lgx-menu ul.nav-menu li a {
                        transition: all 0.3s ease;
                        font-size: 15px;
                        font-weight: 600;
                        margin-right: 10px;
                        height: 95px;
                        line-height: 95px;
                        padding: 0;
                        color: #ffffff;
                        position: relative;
                        font-family: Poppins-Regular, sans-serif;
                    }

                        .full-width-header .lgx-header .menu-area .main-menu .lgx-menu ul.nav-menu li a:hover {
                            color: #bfbfbf;
                        }

                    .full-width-header .lgx-header .menu-area .main-menu .lgx-menu ul.nav-menu li.menu-item-has-children > a {
                        padding-right: 17px;
                    }

                        .full-width-header .lgx-header .menu-area .main-menu .lgx-menu ul.nav-menu li.menu-item-has-children > a:before {
                            content: ">";
                            position: absolute;
                            left: auto;
                            right: 0;
                            top: 50%;
                            text-align: center;
                            z-index: 9999;
                            font-size: 16px;
                            display: block;
                            cursor: pointer;
                            transform: translateY(-50%);
                            font-weight: 400;
                            transition: 0.2s ease;
                        }

                    .full-width-header .lgx-header .menu-area .main-menu .lgx-menu ul.nav-menu li.menu-item-has-children:hover > a:before {
                        content: ">";
                        transform: rotate(90deg) translate(-30px);
                        transition: 0.2s ease;
                    }

                    .full-width-header .lgx-header .menu-area .main-menu .lgx-menu ul.nav-menu li.current-menu-item > a {
                        color: #bfbfbf;
                    }

                .full-width-header .lgx-header .menu-area .main-menu .lgx-menu ul.sub-menu {
                    background: #ffffff;
                    margin: 0;
                    padding: 20px 0;
                }

                    .full-width-header .lgx-header .menu-area .main-menu .lgx-menu ul.sub-menu li {
                        margin: 0 !important;
                        border: none;
                    }

                        .full-width-header .lgx-header .menu-area .main-menu .lgx-menu ul.sub-menu li a {
                            padding-top: 10px;
                            padding-bottom: 10px;
                            padding-left: 30px;
                            padding-right: 30px;
                            margin: 0;
                            font-family: Poppins-Regular, sans-serif;
                            font-size: 14px;
                            color: #101010;
                            font-weight: 500;
                            height: unset;
                            line-height: 25px;
                            text-transform: capitalize;
                        }

                            .full-width-header .lgx-header .menu-area .main-menu .lgx-menu ul.sub-menu li a:hover {
                                color: #bfbfbf;
                            }

                        .full-width-header .lgx-header .menu-area .main-menu .lgx-menu ul.sub-menu li.menu-item-has-children a:before {
                            display: none;
                        }

                        .full-width-header .lgx-header .menu-area .main-menu .lgx-menu ul.sub-menu li:last-child {
                            margin: 0;
                        }

                .full-width-header .lgx-header .menu-area .main-menu .lgx-menu li.menu-item-sectors li.menu-item-has-children > a::after {
                    content: '>';
                    position: absolute;
                    right: 0;
                    top: 50%;
                    transform: translateY(-50%);
                    display: none;
                }

                .full-width-header .lgx-header .menu-area .main-menu .lgx-menu li.menu-item-sectors li.menu-item-has-children li::after {
                    content: '';
                    position: absolute;
                    left: 0;
                    top: 45%;
                    width: 3px;
                    height: 3px;
                    border-radius: 50%;
                    background-color: #E14736;
                    transition: 0.6s;
                }

                .full-width-header .lgx-header .menu-area .main-menu .lgx-menu ul.sub-menu li.menu-item-has-children li:hover::after {
                    left: 10px;
                    transition: 0.6s;
                }

                .full-width-header .lgx-header .menu-area .main-menu .lgx-menu ul.sub-menu.right {
                    left: auto;
                    right: 100%;
                }

                .full-width-header .lgx-header .menu-area .main-menu .lgx-menu ul.onepage-menu li.current-menu-item > a {
                    color: #bfbfbf;
                }

                .full-width-header .lgx-header .menu-area .main-menu .lgx-menu ul li a:hover,
                .full-width-header .lgx-header .menu-area .main-menu .lgx-menu ul li.active a,
                .full-width-header .lgx-header .menu-area .main-menu .lgx-menu ul li.current-menu-item > a,
                .full-width-header .lgx-header .menu-area .main-menu .lgx-menu ul li.current-menu-item > a:before {
                    color: #bfbfbf !important;
                }

            .full-width-header .lgx-header .menu-area.sticky {
                background: #fff;
            }

                .full-width-header .lgx-header .menu-area.sticky .logo-area a .sticky-logo {
                    display: block;
                    max-height: 50px;
                }

                .full-width-header .lgx-header .menu-area.sticky .logo-area a .normal-logo {
                    display: none;
                }

                .full-width-header .lgx-header .menu-area.sticky .main-menu .lgx-menu ul.nav-menu > li > a {
                    color: white !important;
                }

                    .full-width-header .lgx-header .menu-area.sticky .main-menu .lgx-menu ul.nav-menu > li > a:hover {
                        color: #bfbfbf;
                    }

                .full-width-header .lgx-header .menu-area.sticky .main-menu .lgx-menu ul.nav-menu > li.current-menu-item > a {
                    color: #bfbfbf;
                }

                .full-width-header .lgx-header .menu-area.sticky .expand-btn-inner ul .rsphone a {
                    color: #101010;
                }

                    .full-width-header .lgx-header .menu-area.sticky .expand-btn-inner ul .rsphone a:hover {
                        color: #bfbfbf;
                    }

                .full-width-header .lgx-header .menu-area.sticky .expand-btn-inner ul .icon-bar .cart-icon i {
                    color: #0a0a0a;
                }

                .full-width-header .lgx-header .menu-area.sticky .expand-btn-inner ul .search-parent a i {
                    color: white !important;
                }

                    .full-width-header .lgx-header .menu-area.sticky .expand-btn-inner ul .search-parent a i:hover {
                        color: #bfbfbf;
                    }

                .full-width-header .lgx-header .menu-area.sticky .expand-btn-inner ul .nav-link .nav-expander .bar span {
                    background: #101010;
                }

                .full-width-header .lgx-header .menu-area.sticky .expand-btn-inner ul .nav-link .nav-expander:hover .bar span {
                    background: #bfbfbf;
                }

        .full-width-header .lgx-header .expand-btn-inner {
            display: flex;
            align-items: center;
            justify-content: space-between;
        }

            .full-width-header .lgx-header .expand-btn-inner ul {
                display: flex;
                align-items: center;
            }

                .full-width-header .lgx-header .expand-btn-inner ul li {
                    display: inline-block;
                    margin-right: 22px;
                }

                    .full-width-header .lgx-header .expand-btn-inner ul li > a {
                        color: #ffffff;
                        display: inline-block;
                        cursor: pointer;
                    }

                        .full-width-header .lgx-header .expand-btn-inner ul li > a i:before {
                            font-size: 18px;
                            font-weight: 600;
                        }

                        .full-width-header .lgx-header .expand-btn-inner ul li > a i.flaticon-shopping-bag-1:before {
                            font-weight: normal;
                        }

                        .full-width-header .lgx-header .expand-btn-inner ul li > a:hover {
                            color: #333;
                        }

                    .full-width-header .lgx-header .expand-btn-inner ul li:last-child {
                        margin-right: 0;
                    }

                .full-width-header .lgx-header .expand-btn-inner ul .humburger .nav-expander .bar {
                    padding: 16px 13px 16px;
                    background: transparent;
                    max-width: 50px;
                    display: flex;
                    flex-wrap: wrap;
                    border-radius: 2px;
                    padding-right: 0;
                    margin-right: -4px;
                }

                    .full-width-header .lgx-header .expand-btn-inner ul .humburger .nav-expander .bar span {
                        height: 5px;
                        width: 5px;
                        display: block;
                        background: white;
                        border-radius: 50%;
                        transition: none;
                        list-style: none;
                        transition: all 0.3s ease;
                        margin: 2px 3px;
                    }

                        .full-width-header .lgx-header .expand-btn-inner ul .humburger .nav-expander .bar span.dot2,
                        .full-width-header .lgx-header .expand-btn-inner ul .humburger .nav-expander .bar span.dot3,
                        .full-width-header .lgx-header .expand-btn-inner ul .humburger .nav-expander .bar span.dot4,
                        .full-width-header .lgx-header .expand-btn-inner ul .humburger .nav-expander .bar span.dot5,
                        .full-width-header .lgx-header .expand-btn-inner ul .humburger .nav-expander .bar span.dot6,
                        .full-width-header .lgx-header .expand-btn-inner ul .humburger .nav-expander .bar span.dot7,
                        .full-width-header .lgx-header .expand-btn-inner ul .humburger .nav-expander .bar span.dot8 {
                            background: white;
                        }

        .full-width-header .lgx-header.header-transparent {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            z-index: 999;
        }

        .full-width-header .lgx-header.style2 {
            position: static;
        }

            .full-width-header .lgx-header.style2 .topbar-area {
                background-color: #bfbfbf;
            }

                .full-width-header .lgx-header.style2 .topbar-area.style1 .topbar-contact li a:hover {
                    color: #fff;
                }

            .full-width-header .lgx-header.style2 .menu-area .main-menu .lgx-menu ul.nav-menu li a {
                color: #0a0a0a;
            }

            .full-width-header .lgx-header.style2 .menu-area .main-menu .lgx-menu ul.sub-menu li {
                margin: 0 !important;
                border: none;
            }

                .full-width-header .lgx-header.style2 .menu-area .main-menu .lgx-menu ul.sub-menu li a:hover {
                    color: #bfbfbf;
                }

            .full-width-header .lgx-header.style2 .menu-area .main-menu .lgx-menu ul li a:hover,
            .full-width-header .lgx-header.style2 .menu-area .main-menu .lgx-menu ul li.active a,
            .full-width-header .lgx-header.style2 .menu-area .main-menu .lgx-menu ul li.current-menu-item > a {
                color: #bfbfbf;
            }

            .full-width-header .lgx-header.style2 .expand-btn-inner ul li > a {
                color: #0a0a0a;
            }

                .full-width-header .lgx-header.style2 .expand-btn-inner ul li > a:hover {
                    color: #bfbfbf;
                }

            .full-width-header .lgx-header.style2 .expand-btn-inner ul li:last-child {
                margin-right: 0;
            }

            .full-width-header .lgx-header.style2.header-home4-style .menu-area .main-menu .lgx-menu ul.nav-menu li a {
                color: #0a0a0a;
                height: 116px;
                line-height: 116px;
            }

            .full-width-header .lgx-header.style2.header-home4-style .menu-area .main-menu .lgx-menu ul.sub-menu li {
                margin: 0 !important;
                border: none;
            }

                .full-width-header .lgx-header.style2.header-home4-style .menu-area .main-menu .lgx-menu ul.sub-menu li a {
                    height: unset;
                    line-height: unset;
                }

                    .full-width-header .lgx-header.style2.header-home4-style .menu-area .main-menu .lgx-menu ul.sub-menu li a:hover {
                        color: #bfbfbf;
                    }

            .full-width-header .lgx-header.style2.header-home4-style .menu-area .main-menu .lgx-menu ul li a:hover,
            .full-width-header .lgx-header.style2.header-home4-style .menu-area .main-menu .lgx-menu ul li.active a,
            .full-width-header .lgx-header.style2.header-home4-style .menu-area .main-menu .lgx-menu ul li.current-menu-item > a {
                color: #bfbfbf;
            }

            .full-width-header .lgx-header.style2.header-home4-style .expand-btn-inner ul li > a {
                color: #0a0a0a;
            }

                .full-width-header .lgx-header.style2.header-home4-style .expand-btn-inner ul li > a:hover {
                    color: #bfbfbf;
                }

            .full-width-header .lgx-header.style2.header-home4-style .expand-btn-inner ul li:last-child {
                margin-right: 0;
            }

            .full-width-header .lgx-header.style2.header-home4-style .expand-btn-inner ul .humburger {
                display: none;
            }

/* .full-width-header .lgx-header.style3 {
                bottom: -33px;
            }*/
.full-width-header {
    background: #E14736;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
}

    .full-width-header .lgx-header.style3 .box-layout {
        position: relative;
        z-index: 10;
        max-width: 1172px;
        margin: 0 auto;
        border-radius: 1px;
        padding: 0 30px;
    }

        /* .full-width-header .lgx-header.style3 .box-layout .row-table .header-logo {
                    display: none;
                }*/

        .full-width-header .lgx-header.style3 .box-layout .row-table .menu-responsive .main-menu .lgx-menu ul.nav-menu li a {
            color: #ffffff;
            height: 65px;
            line-height: 65px;
        }

            .full-width-header .lgx-header.style3 .box-layout .row-table .menu-responsive .main-menu .lgx-menu ul.nav-menu li a:hover {
                color: rgb(71, 65, 61) !important;
            }

                .full-width-header .lgx-header.style3 .box-layout .row-table .menu-responsive .main-menu .lgx-menu ul.nav-menu li a:hover i {
                    color: #E14736 !important
                }

        .full-width-header .lgx-header.style3 .box-layout .row-table .menu-responsive .main-menu .lgx-menu ul.nav-menu.menu-item-has-children > a {
            padding-right: 17px;
        }

            .full-width-header .lgx-header.style3 .box-layout .row-table .menu-responsive .main-menu .lgx-menu ul.nav-menu.menu-item-has-children > a:before {
                content: "+";
                position: absolute;
                left: auto;
                right: 0;
                top: 50%;
                text-align: center;
                z-index: 9999;
                font-size: 16px;
                display: block;
                cursor: pointer;
                transform: translateY(-50%);
                font-weight: 400;
            }

        .full-width-header .lgx-header.style3 .box-layout .row-table .menu-responsive .main-menu .lgx-menu ul.nav-menu.menu-item-has-children:hover > a:before {
            content: "-";
        }

        .full-width-header .lgx-header.style3 .box-layout .row-table .menu-responsive .main-menu .lgx-menu ul.nav-menu.current-menu-item > a {
            color: #bbb !important;
        }

        .full-width-header .lgx-header.style3 .box-layout .row-table .menu-responsive .main-menu .lgx-menu ul.sub-menu li a {
            color: #101010;
            line-height: 25px;
            height: unset;
        }

            .full-width-header .lgx-header.style3 .box-layout .row-table .menu-responsive .main-menu .lgx-menu ul.sub-menu li a:hover {
                color: #E14736 !important;
            }

        .full-width-header .lgx-header.style3 .box-layout .row-table .menu-responsive .main-menu .lgx-menu ul.sub-menu li > a {
        }

        .full-width-header .lgx-header.style3 .box-layout .row-table .menu-responsive .main-menu .lgx-menu ul li a:hover,
        /*.full-width-header .lgx-header.style3 .box-layout .row-table .menu-responsive .main-menu .lgx-menu ul li.active a,*/
        .full-width-header .lgx-header.style3 .box-layout .row-table .menu-responsive .main-menu .lgx-menu ul li.current-menu-item > a {
            color: #E14736 !important;
        }

        .full-width-header .lgx-header.style3 .box-layout .row-table .menu-responsive .sticky {
            background: transparent;
        }

            .full-width-header .lgx-header.style3 .box-layout .row-table .menu-responsive .sticky .box-layout {
                background: unset !important;
            }

            .full-width-header .lgx-header.style3 .box-layout .row-table .menu-responsive .sticky .logo-area a .sticky-logo {
                display: block;
                max-height: 50px;
            }

            .full-width-header .lgx-header.style3 .box-layout .row-table .menu-responsive .sticky .logo-area a .normal-logo {
                display: none;
            }

            .full-width-header .lgx-header.style3 .box-layout .row-table .menu-responsive .sticky .main-menu .lgx-menu ul.nav-menu > li > a {
                color: #101010 !important;
            }

                .full-width-header .lgx-header.style3 .box-layout .row-table .menu-responsive .sticky .main-menu .lgx-menu ul.nav-menu > li > a:hover {
                    color: #E14736 !important;
                }

            .full-width-header .lgx-header.style3 .box-layout .row-table .menu-responsive .sticky .main-menu .lgx-menu ul.nav-menu > li.current-menu-item > a {
                color: #E14736 !important;
            }

        .full-width-header .lgx-header.style3 .box-layout .row-table .rightbar-menu {
            display: flex;
            align-items: center;
        }

            .full-width-header .lgx-header.style3 .box-layout .row-table .rightbar-menu .expand-btn-inner .search-parent {
                margin-right: 24px;
            }

                .full-width-header .lgx-header.style3 .box-layout .row-table .rightbar-menu .expand-btn-inner .search-parent a i:before {
                    color: #ffffff;
                }

            .full-width-header .lgx-header.style3 .box-layout .row-table .rightbar-menu .expand-btn-inner .humburger {
                display: none;
            }

            .full-width-header .lgx-header.style3 .box-layout .row-table .rightbar-menu .expand-btn-inner .toolbar-sl-share {
                border-left: 1px solid rgba(255, 255, 255, 0.42);
                padding-left: 22px;
                border-color: #fff;
            }

                .full-width-header .lgx-header.style3 .box-layout .row-table .rightbar-menu .expand-btn-inner .toolbar-sl-share li {
                    display: inline-block;
                    margin-right: 22px;
                }

                    .full-width-header .lgx-header.style3 .box-layout .row-table .rightbar-menu .expand-btn-inner .toolbar-sl-share li a i {
                        color: #ffffff;
                    }

                        .full-width-header .lgx-header.style3 .box-layout .row-table .rightbar-menu .expand-btn-inner .toolbar-sl-share li a i:before {
                            font-size: 14px;
                        }

                        .full-width-header .lgx-header.style3 .box-layout .row-table .rightbar-menu .expand-btn-inner .toolbar-sl-share li a i:hover {
                            color: rgb(71, 61, 75);
                        }

                    .full-width-header .lgx-header.style3 .box-layout .row-table .rightbar-menu .expand-btn-inner .toolbar-sl-share li:last-child {
                        margin-right: 0;
                    }

    .full-width-header .lgx-header.style3 .sticky {
        background: transparent;
    }

        .full-width-header .lgx-header.style3 .sticky .box-layout {
            background: unset !important;
        }

            .full-width-header .lgx-header.style3 .sticky .box-layout .row-table .header-logo {
                display: block;
            }

                .full-width-header .lgx-header.style3 .sticky .box-layout .row-table .header-logo .logo-area a img {
                    max-height: 40px;
                }

            .full-width-header .lgx-header.style3 .sticky .box-layout .row-table .menu-responsive .main-menu .lgx-menu ul.nav-menu li a {
                color: #101010;
            }

                .full-width-header .lgx-header.style3 .sticky .box-layout .row-table .menu-responsive .main-menu .lgx-menu ul.nav-menu li a:hover {
                    color: #E14736 !important;
                }

            .full-width-header .lgx-header.style3 .sticky .box-layout .row-table .menu-responsive .main-menu .lgx-menu ul.nav-menu.menu-item-has-children > a {
                padding-right: 17px;
            }

.menu-item-has-children.current-menu-item > div,
.menu-item-has-children.current-menu-item > div {
    display: flex !important;
    align-items: center;
}

.full-width-header .lgx-header.style3 .sticky .box-layout .row-table .menu-responsive .main-menu .lgx-menu ul.nav-menu.menu-item-has-children:hover > a:before {
    content: "-";
}

.menu-item-has-children.current-menu-item .fa-plus.activenav::before {
    transform: rotate(45deg);
}

.menu-item-has-children.current-menu-item .fa-plus {
    width: 50px;
    text-align: end;
    cursor: pointer;
}


.full-width-header .lgx-header.style3 .sticky .box-layout .row-table .menu-responsive .main-menu .lgx-menu ul.nav-menu.current-menu-item > a {
    color: #bbb !important;
}

.full-width-header .lgx-header.style3 .sticky .box-layout .row-table .rightbar-menu {
    display: flex;
    align-items: center;
}

    .full-width-header .lgx-header.style3 .sticky .box-layout .row-table .rightbar-menu .expand-btn-inner .search-parent {
        margin-right: 24px;
    }

        .full-width-header .lgx-header.style3 .sticky .box-layout .row-table .rightbar-menu .expand-btn-inner .search-parent a i:before {
            color: white;
        }

        .full-width-header .lgx-header.style3 .sticky .box-layout .row-table .rightbar-menu .expand-btn-inner .search-parent a i:hover {
            color: #E14736;
        }

    .full-width-header .lgx-header.style3 .sticky .box-layout .row-table .rightbar-menu .expand-btn-inner .toolbar-sl-share {
        display: none;
    }

.full-width-header .lgx-header.header-home5-style .menu-area {
    padding-top: 10px;
}

    .full-width-header .lgx-header.header-home5-style .expand-btn-inner ul li > a:hover,
    .full-width-header .lgx-header.header-home5-style .menu-area .main-menu .lgx-menu ul li.active a,
    .full-width-header .lgx-header.header-home5-style .menu-area .main-menu .lgx-menu ul.nav-menu li a:hover,
    .full-width-header .lgx-header.header-home5-style .menu-area .main-menu .lgx-menu ul li.current-menu-item > a:before,
    .full-width-header .lgx-header.header-home5-style .menu-area .main-menu .lgx-menu ul.nav-menu li.current-menu-item > a {
        color: #4caf50 !important;
    }

    .full-width-header .lgx-header.header-home5-style .menu-area.sticky {
        padding-top: unset;
    }

        .full-width-header .lgx-header.header-home5-style .menu-area.sticky .expand-btn-inner ul .search-parent a i:hover {
            color: #4caf50;
        }

.full-width-header .lgx-header.header-home5-style .expand-btn-inner ul .humburger {
    display: none;
}

.full-width-header .mobile-menu {
    display: none;
}

    .full-width-header .mobile-menu .mobile-logo {
        float: left;
    }

        .full-width-header .mobile-menu .mobile-logo img {
            max-height: 30px;
        }

    .full-width-header .mobile-menu .lgx-menu-toggle {
        color: #ffffff;
        float: right;
    }

        .full-width-header .mobile-menu .lgx-menu-toggle.primary {
            color: #bfbfbf;
        }

        .full-width-header .mobile-menu .lgx-menu-toggle.secondary {
            color: #191821;
        }

        .full-width-header .mobile-menu .lgx-menu-toggle .nav-dots {
            position: absolute;
            right: 0;
            width: 25px;
            height: 2px;
            background: #fff;
            z-index: 11;
            top: 23px;
        }

        .full-width-header .mobile-menu .lgx-menu-toggle .dot1,
        .full-width-header .mobile-menu .lgx-menu-toggle .dot3 {
            width: 15px;
        }

        .full-width-header .mobile-menu .lgx-menu-toggle .dot2 {
            top: 28px;
        }

        .full-width-header .mobile-menu .lgx-menu-toggle .dot3 {
            top: 34px;
        }

        .full-width-header .mobile-menu .lgx-menu-toggle .dot4 {
            top: 40px;
        }

.full-width-header .right_menu_togle {
    background: #000000;
    padding: 46px 40px 50px 50px;
    font-size: 1.15em;
    max-width: 480px;
    width: 100%;
    top: 0;
    bottom: 0;
    right: -500px;
    z-index: 999999;
    transition: all 0.3s ease;
    position: fixed;
    overflow-y: auto;
}

    .full-width-header .right_menu_togle .close-btn {
        overflow: visible;
    }

        .full-width-header .right_menu_togle .close-btn .nav-close {
            position: absolute;
            top: 0px;
            display: block;
            z-index: 99;
            right: 10px;
            cursor: pointer;
            transition: all .3s ease;
        }

            .full-width-header .right_menu_togle .close-btn .nav-close .line {
                width: 40px;
                height: 40px;
                line-height: 40px;
            }

                .full-width-header .right_menu_togle .close-btn .nav-close .line span {
                    position: absolute;
                    left: 50%;
                    top: 50%;
                    transform: translate(-50%, -50%) rotate(45deg);
                    width: 2px !important;
                    height: 25px !important;
                    background: #ffffff;
                    border: none !important;
                    transition: all 0.3s ease;
                }

                    .full-width-header .right_menu_togle .close-btn .nav-close .line span.line2 {
                        transform: translate(-50%, -50%) rotate(-45deg);
                    }

        .full-width-header .right_menu_togle .close-btn:hover .nav-close .line span {
            background: #bfbfbf;
        }

    .full-width-header .right_menu_togle .canvas-logo {
        padding-left: 0;
        padding-bottom: 25px;
    }

        .full-width-header .right_menu_togle .canvas-logo img {
            max-height: 28px;
        }

    .full-width-header .right_menu_togle .offcanvas-text p {
        font-size: 16px;
        line-height: 30px;
        color: #ffffff;
        margin: 5px 0 45px;
    }

    .full-width-header .right_menu_togle .canvas-contact {
        padding: 30px 0 0;
    }

        .full-width-header .right_menu_togle .canvas-contact .address-area .address-list {
            display: flex;
            margin-top: 18px;
        }

            .full-width-header .right_menu_togle .canvas-contact .address-area .address-list .info-icon i:before {
                margin: 0 20px 0 0;
                font-size: 25px;
                color: #bfbfbf;
            }

            .full-width-header .right_menu_togle .canvas-contact .address-area .address-list .info-content .title {
                font-size: 16px;
                line-height: 26px;
                font-weight: 600;
                color: #ffffff;
                margin-bottom: 5px;
            }

            .full-width-header .right_menu_togle .canvas-contact .address-area .address-list .info-content em {
                display: block;
                font-style: normal;
                line-height: 22px;
                font-size: 15px;
                color: #ffffff;
            }

                .full-width-header .right_menu_togle .canvas-contact .address-area .address-list .info-content em a {
                    color: #ffffff;
                }

                    .full-width-header .right_menu_togle .canvas-contact .address-area .address-list .info-content em a:hover {
                        color: #bfbfbf;
                    }

        .full-width-header .right_menu_togle .canvas-contact .social {
            margin: 40px 0 0;
        }

            .full-width-header .right_menu_togle .canvas-contact .social li {
                display: inline-block;
            }

                .full-width-header .right_menu_togle .canvas-contact .social li a i {
                    font-size: 15px;
                    color: #fff;
                    margin: 0 8px 0 0;
                    text-align: center;
                    border: 1px solid rgba(255, 255, 255, 0.1);
                    width: 35px;
                    height: 35px;
                    line-height: 35px;
                    border-radius: 0px;
                }

                    .full-width-header .right_menu_togle .canvas-contact .social li a i:hover {
                        background: #bfbfbf;
                        color: #ffffff;
                    }

                .full-width-header .right_menu_togle .canvas-contact .social li:last-child {
                    margin: 0;
                }

    .full-width-header .right_menu_togle.active {
        right: 0;
    }

.full-width-header .mobile-navbar-menu .sub-menu {
    display: none;
    position: relative;
    left: 0;
    width: 100%;
    margin: 0;
    text-align: left;
}

.full-width-header .mobile-navbar-menu .nav-menu li {
    position: relative;
}

.menu-item-has-children.current-menu-item.active > .sub-menu {
    display: block !important;
}

.full-width-header .mobile-navbar-menu .nav-menu li a {
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
    display: block;
    color: #fff;
    padding: 10px 0;
    line-height: 30px;
    width: 100%;
}

.full-width-header .mobile-navbar-menu .nav-menu li.active .fa-plus::before {
    transform: rotate(45deg);
    transition: 0.6s ease;
}

.full-width-header .mobile-navbar-menu .nav-menu li a img {
    width: 30px;
    height: 30px;
    object-fit: contain;
    margin-right: 10px;
}

.full-width-header .mobile-navbar-menu .nav-menu li li a {
    padding-left: 25px;
}

.full-width-header .mobile-navbar-menu .nav-menu li li li a {
    padding-left: 50px;
}

.full-width-header .mobile-navbar-menu span.submenu-button {
    position: absolute;
    z-index: 99;
    right: 0;
    top: 5px;
    display: block;
    height: 40px;
    width: 40px;
    cursor: pointer;
}

    .full-width-header .mobile-navbar-menu span.submenu-button:before,
    .full-width-header .mobile-navbar-menu span.submenu-button:after {
        position: absolute;
        top: 24px;
        right: 10px;
        width: 20px;
        height: 1px;
        display: block;
        background: #fff;
        z-index: 2;
        content: '';
        right: 12px;
        width: 12px;
    }

    .full-width-header .mobile-navbar-menu span.submenu-button:before {
        width: 1px;
        height: 12px;
        right: 17px;
        top: 18px;
    }

    .full-width-header .mobile-navbar-menu span.submenu-button em {
        display: block;
        position: absolute;
        right: 0;
        border-radius: 4px;
        top: 50%;
        transform: translateY(-50%);
    }

.full-width-header .mobile-navbar-menu .hash-has-sub span.submenu-button {
    width: 100%;
    cursor: pointer;
    top: 0;
    height: 50px;
}

.full-width-header .mobile-navbar-menu .submenu-button.submenu-opened:before {
    display: none;
}

.full-width-header .mobile-navbar-menu ul ul li,
.full-width-header .mobile-navbar-menu li:hover > ul > li {
    height: auto;
}

.full-width-header .mobile-navbar-menu ul.nav-menu > li:first-child > span.submenu-button:after {
    top: 19px;
}

.full-width-header .mobile-navbar-menu ul.nav-menu > li:first-child > span.submenu-button:before {
    top: 13px;
}

.full-width-header .mobile-navbar-menu .nav-menu li.active-menu a,
.full-width-header .mobile-navbar-menu .nav-menu li a:hover {
    color: #bfbfbf;
}

body.modal-open {
    padding: 0 !important;
}

body .modal.show .modal-dialog {
    width: 100%;
    max-width: 900px;
}

body .search-modal {
    padding: 0 !important;
    background: #000;
}

    body .search-modal .modal-content {
        position: initial;
        border: 0;
        background: unset;
    }

    body .search-modal .search-block form {
        position: relative;
    }

        body .search-modal .search-block form input {
            background: none;
            border: none;
            color: #fff;
            border-bottom: 2px solid rgba(255, 255, 255, 0.2);
            outline: none;
            font-size: 35px;
        }

        body .search-modal .search-block form button {
            background: #000;
            border: none;
            padding: 5px 20px;
            color: #ffffff;
            border-radius: 0 5px 5px 0;
            font-size: 16px;
            position: absolute;
            content: '';
            right: 0;
            top: 11px;
        }

            body .search-modal .search-block form button i:before {
                color: #fff;
                font-size: 35px;
                font-weight: 600;
            }

    body .search-modal .search-block ::-webkit-input-placeholder {
        /* Chrome/Opera/Safari */
        color: #fff;
        opacity: 1;
    }

    body .search-modal .search-block ::-moz-placeholder {
        /* Firefox 19+ */
        color: #fff;
        opacity: 0.3;
    }

    body .search-modal .search-block :-ms-input-placeholder {
        /* IE 10+ */
        color: #fff;
        opacity: 1;
    }

    body .search-modal .search-block :-moz-placeholder {
        /* Firefox 18- */
        color: #fff;
        opacity: 1;
    }

    body .search-modal .close {
        position: fixed;
        right: 50px;
        top: 50px;
        background: #ffffff;
        color: #0a0a0a;
        width: 55px;
        height: 55px;
        line-height: 58px;
        text-align: center;
        cursor: pointer;
        border-radius: 50%;
        transition: all .5s ease;
        opacity: unset;
        box-shadow: unset;
        border: none;
    }

        body .search-modal .close span:before {
            font-size: 14px;
            position: relative;
            top: -2px;
            left: 0px;
            font-weight: 700;
        }

        body .search-modal .close:hover {
            opacity: 0.8 !important;
        }

.full-width-header .lgx-header .menu-area .main-menu .lgx-menu ul.mega-menu {
    position: absolute;
    left: 0;
    min-width: 1210px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.015);
    padding: 20px 0;
}

.full-width-header .lgx-header.style3 .menu-area .main-menu .lgx-menu ul.mega-menu {
    min-width: 1180px;
    left: -31px;
}
/*--------------------- Sticky Menu CSS ----------------*/
.menu-sticky {
    background: #fff;
    margin: 0;
    z-index: 999;
    width: 100%;
    top: 0;
    position: relative;
}

@-webkit-keyframes sticky-animation {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-100%);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
    }
}

@keyframes sticky-animation {
    0% {
        opacity: 0;
        transform: translateY(-100%);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Offwrap */
.offwrap {
    /* cursor: url(assets/images/close.png), auto; */
    width: 100%;
    left: 100%;
    transition: all 0.8s ease-out 0s;
    position: fixed;
    background: #fff;
    height: 100vh;
    top: 0;
    bottom: 0;
    opacity: .6;
    z-index: 222;
}

body.nav-expanded {
    overflow-y: hidden;
}

    body.nav-expanded .offwrap {
        left: 0%;
        transition: all 0.8s ease-out 0s;
    }

/*--------------------- Footer Section -------------------------*/
.lgx-footer.style1 {
    background: #121212;
    background-size: cover;
}

    .lgx-footer.style1 .footer-top {
        padding: 92px 0 65px;
    }

        .lgx-footer.style1 .footer-top .footer-logo img {
            height: 40px;
        }

        .lgx-footer.style1 .footer-top .footer-title {
            font-size: 20px;
            line-height: 30px;
            font-weight: 600;
            color: #ffffff;
            letter-spacing: 0;
            position: relative;
            margin-bottom: 30px;
            text-transform: uppercase;
            padding-bottom: 14px;
        }

            .lgx-footer.style1 .footer-top .footer-title:after {
                content: "";
                width: 50px;
                height: 4px;
                background: #bfbfbf;
                position: absolute;
                bottom: -4px;
                right: 0;
                left: 0;
                margin-left: 0;
                border-radius: 0;
                -webkit-transition: all .3s ease;
                transition: all .3s ease;
                z-index: 0;
            }

@media screen and (max-width:992px) {
    .lgx-footer.style1 .footer-top .footer-title {
        margin-top: 30px;
    }
}

.lgx-footer.style1 .footer-top .site-map li {
    margin-bottom: 15px;
}

    .lgx-footer.style1 .footer-top .site-map li a {
        font-size: 15px;
        color: #ffffff;
    }

        .lgx-footer.style1 .footer-top .site-map li a:hover {
            color: #bfbfbf;
        }

    .lgx-footer.style1 .footer-top .site-map li:last-child {
        margin-bottom: 0;
    }

.lgx-footer.style1 .footer-top .footer-social {
    margin-top: 20px;
}

    .lgx-footer.style1 .footer-top .footer-social li {
        display: inline;
        margin-right: 5px;
    }

        .lgx-footer.style1 .footer-top .footer-social li a i {
            padding: 0 0px 0 0;
            font-size: 15px;
            margin-right: 3px;
            transition: all .8s ease;
            background: #1c2024;
            width: 35px;
            height: 35px;
            line-height: 35px;
            border-radius: 0;
            color: #fff;
            text-align: center;
        }

            .lgx-footer.style1 .footer-top .footer-social li a i:hover {
                color: #ffffff;
                background: #bfbfbf;
            }

        .lgx-footer.style1 .footer-top .footer-social li:last-child {
            margin: 0;
        }

.lgx-footer.style1 .footer-top .address-widget li {
    padding: 0px 0px 16px 40px;
    position: relative;
}

    .lgx-footer.style1 .footer-top .address-widget li .desc {
        color: #ffffff;
    }

        .lgx-footer.style1 .footer-top .address-widget li .desc a {
            color: #ffffff;
        }

            .lgx-footer.style1 .footer-top .address-widget li .desc a:hover {
                color: #bfbfbf;
            }

    .lgx-footer.style1 .footer-top .address-widget li i {
        color: #bfbfbf;
        position: absolute;
        left: 0px;
        top: 5px;
    }

        .lgx-footer.style1 .footer-top .address-widget li i:before {
            font-size: 20px;
        }

.lgx-footer.style1 .footer-top .widget-desc {
    margin: 0;
}

.lgx-footer.style1 .footer-top p {
    margin: 30px 0 0;
    position: relative;
}

    .lgx-footer.style1 .footer-top p input[type=email] {
        border: none;
        width: 92%;
        font-size: 13px;
        padding: 20px 60px 20px 20px;
        margin: 0;
        color: #0a0a0a;
        overflow: hidden;
        border-radius: 0px;
        background: #fff;
    }

    .lgx-footer.style1 .footer-top p input[type="submit"] {
        border: none;
        padding: 17px 30px;
        font-size: 14px;
        background: #bfbfbf;
        color: #ffffff;
        border-radius: 0px;
        margin-top: 15px;
        text-transform: uppercase;
        font-weight: 600;
        transition: all .5s ease;
    }

    .lgx-footer.style1 .footer-top p input[type=submit]:hover {
        opacity: .9;
    }

    .lgx-footer.style1 .footer-top p ::-webkit-input-placeholder {
        /* Chrome/Opera/Safari */
        color: #0a0a0a;
        opacity: 1;
    }

    .lgx-footer.style1 .footer-top p ::-moz-placeholder {
        /* Firefox 19+ */
        color: #0a0a0a;
        opacity: 1;
    }

    .lgx-footer.style1 .footer-top p :-ms-input-placeholder {
        /* IE 10+ */
        color: #0a0a0a;
        opacity: 1;
    }

    .lgx-footer.style1 .footer-top p :-moz-placeholder {
        /* Firefox 18- */
        color: #0a0a0a;
        opacity: 1;
    }

.lgx-footer.style1 .footer-bottom {
    padding: 20px 0;
    background: #000;
}

    .lgx-footer.style1 .footer-bottom .copyright p {
        margin: 0;
        color: #ffffff;
    }

        .lgx-footer.style1 .footer-bottom .copyright p a {
            margin: 0 3px;
            font-weight: bold;
            color: white;
            letter-spacing: 0.5px;
        }

    .lgx-footer.style1 .footer-bottom .copy-right-menu li {
        display: inline-block;
        position: relative;
        padding: 0px 19px 0 25px;
    }

        .lgx-footer.style1 .footer-bottom .copy-right-menu li a {
            color: #ffffff;
        }

            .lgx-footer.style1 .footer-bottom .copy-right-menu li a:hover {
                color: #bfbfbf;
            }

        .lgx-footer.style1 .footer-bottom .copy-right-menu li:before {
            display: block;
            content: "";
            position: absolute;
            font-size: 18px;
            background: #bfbfbf;
            left: 0;
            top: 50%;
            width: 6px;
            height: 6px;
            transform: translateY(-50%);
            border-radius: 50%;
        }

        .lgx-footer.style1 .footer-bottom .copy-right-menu li:first-child:before {
            display: none;
        }

.lgx-footer.style1.footer-home3-style .footer-bottom .copy-right-menu li:before,
.lgx-footer.style1.footer-home3-style .footer-top p input[type="submit"],
.lgx-footer.style1.footer-home3-style .footer-top .footer-social li a i:hover,
.lgx-footer.style1.footer-home3-style .footer-top .footer-title:after {
    background: #E14736;
}

.lgx-footer.style1.footer-home3-style .footer-top .address-widget li .desc a:hover,
.lgx-footer.style1.footer-home3-style .footer-bottom .copy-right-menu li a:hover,
.lgx-footer.style1.footer-home3-style .footer-top .address-widget li i,
.lgx-footer.style1.footer-home3-style .footer-top .site-map li a:hover {
    color: #E14736;
}

.lgx-footer.style1.footer-home4-style .footer-bottom .copy-right-menu li:before,
.lgx-footer.style1.footer-home4-style .footer-top p input[type="submit"],
.lgx-footer.style1.footer-home4-style .footer-top .footer-social li a i:hover,
.lgx-footer.style1.footer-home4-style .footer-top .footer-title:after {
    background: #E14736;
}

.lgx-footer.style1.footer-home4-style .footer-top .address-widget li .desc a:hover,
.lgx-footer.style1.footer-home4-style .footer-bottom .copy-right-menu li a:hover,
.lgx-footer.style1.footer-home4-style .footer-top .address-widget li i,
.lgx-footer.style1.footer-home4-style .footer-top .site-map li a:hover {
    color: #E14736;
}

.lgx-footer.style1.footer-home5-style .footer-bottom .copy-right-menu li:before,
.lgx-footer.style1.footer-home5-style .footer-top p input[type="submit"],
.lgx-footer.style1.footer-home5-style .footer-top .footer-social li a i:hover,
.lgx-footer.style1.footer-home5-style .footer-top .footer-title:after {
    background: #4caf50;
}

.lgx-footer.style1.footer-home5-style .footer-top .address-widget li .desc a:hover,
.lgx-footer.style1.footer-home5-style .footer-bottom .copy-right-menu li a:hover,
.lgx-footer.style1.footer-home5-style .footer-top .address-widget li i:before,
.lgx-footer.style1.footer-home5-style .footer-top .site-map li a:hover {
    color: #4caf50;
}

.lgx-footer .bg-wrap {
    background: url(assets/images/footer-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 70px 0 0 0;
}

    .lgx-footer .bg-wrap .newslatter-wrap.extra-pt {
        padding-top: 281px;
    }

    .lgx-footer .bg-wrap .newslatter-wrap .footer-newsletter {
        background: #ffffff;
        border-radius: 0 70px 0 0;
        padding: 78px 0 90px;
        box-shadow: 0 6px 30px 0 rgba(0, 0, 0, 0.08);
        position: relative;
    }

        .lgx-footer .bg-wrap .newslatter-wrap .footer-newsletter.fly-up {
            position: absolute;
            content: '';
            top: -185.5px;
            width: 100%;
            z-index: 1;
            left: 0;
        }

        .lgx-footer .bg-wrap .newslatter-wrap .footer-newsletter .pattern {
            position: absolute;
            content: '';
        }

            .lgx-footer .bg-wrap .newslatter-wrap .footer-newsletter .pattern.img1 {
                bottom: 0;
                left: 50px;
            }

            .lgx-footer .bg-wrap .newslatter-wrap .footer-newsletter .pattern.img2 {
                top: 0;
                right: 50px;
            }

        .lgx-footer .bg-wrap .newslatter-wrap .footer-newsletter .subscribe-form {
            max-width: 450px;
            margin: 0 auto;
            position: relative;
            z-index: 1;
        }

            .lgx-footer .bg-wrap .newslatter-wrap .footer-newsletter .subscribe-form input {
                width: 100%;
                background: #f5f5f5;
                border-radius: 30px;
                border: none;
                outline: none;
                padding: 20px 25px;
                height: 65px;
            }

            .lgx-footer .bg-wrap .newslatter-wrap .footer-newsletter .subscribe-form .readon2 {
                position: absolute;
                content: '';
                padding-right: 25px;
                padding-left: 25px;
                right: 7px;
                top: 7px;
                border: none;
                outline: none;
                text-transform: capitalize;
                font-weight: 500;
            }

            .lgx-footer .bg-wrap .newslatter-wrap .footer-newsletter .subscribe-form ::-webkit-input-placeholder {
                color: #999999;
            }

            .lgx-footer .bg-wrap .newslatter-wrap .footer-newsletter .subscribe-form :-ms-input-placeholder {
                color: #999999;
            }

            .lgx-footer .bg-wrap .newslatter-wrap .footer-newsletter .subscribe-form ::placeholder {
                color: #999999;
            }

    .lgx-footer .bg-wrap .footer-content .about-widget {
        color: #ffffff;
    }

        .lgx-footer .bg-wrap .footer-content .about-widget .logo-area {
            margin-bottom: 26px;
        }

            .lgx-footer .bg-wrap .footer-content .about-widget .logo-area a img {
                height: 40px;
            }

        .lgx-footer .bg-wrap .footer-content .about-widget a {
            color: #e2e2e2;
        }

            .lgx-footer .bg-wrap .footer-content .about-widget a:hover {
                color: #E14736;
            }

        .lgx-footer .bg-wrap .footer-content .about-widget .footer-desc {
            color: #e2e2e2;
            margin-bottom: 12px;
        }

        .lgx-footer .bg-wrap .footer-content .about-widget .social-links {
            margin-top: 20px;
        }

            .lgx-footer .bg-wrap .footer-content .about-widget .social-links li {
                display: inline;
                margin-right: 10px;
            }

                .lgx-footer .bg-wrap .footer-content .about-widget .social-links li a {
                    width: 35px;
                    height: 35px;
                    text-align: center;
                    line-height: 37px;
                    border-radius: 100%;
                    display: inline-block;
                    background: #E14736;
                    font-size: 16px;
                    color: #ffffff;
                }

                    .lgx-footer .bg-wrap .footer-content .about-widget .social-links li a:hover {
                        background: #ffffff;
                        color: #E14736;
                    }

                .lgx-footer .bg-wrap .footer-content .about-widget .social-links li:last-child {
                    margin: 0;
                }

    .lgx-footer .bg-wrap .footer-content .widget .widget-title {
        color: #ffffff;
        font-size: 24px;
        line-height: 30px;
        font-weight: 600;
        margin-bottom: 26px;
    }

    .lgx-footer .bg-wrap .footer-content .widget ul li {
        margin-bottom: 10px;
    }

        .lgx-footer .bg-wrap .footer-content .widget ul li a {
            color: #e2e2e2;
            display: inline-block;
        }

            .lgx-footer .bg-wrap .footer-content .widget ul li a:hover {
                color: #E14736;
                margin-left: 5px;
            }

        .lgx-footer .bg-wrap .footer-content .widget ul li:last-child {
            margin: 0;
        }

    .lgx-footer .bg-wrap .footer-bottom {
        padding: 23px 0;
        border-top: 1px solid #13487a;
    }

        .lgx-footer .bg-wrap .footer-bottom .copyright {
            margin: 0;
            color: #dedede;
            font-size: 14px;
        }

.lgx-footer .pattern-right {
    position: absolute;
    bottom: 0;
    right: 0;
}

.extra-pb {
    padding-bottom: 306px;
}



/*Topbar Part*/

.lgx-topbar-part {
    background: transparent;
    padding: 15px 0;
}

    .lgx-topbar-part .lgx-contact-info {
        display: flex;
    }

        .lgx-topbar-part .lgx-contact-info .contact-part {
            display: inline-block;
            margin-right: 25px;
        }

            .lgx-topbar-part .lgx-contact-info .contact-part i {
                margin-right: 10px;
            }

                .lgx-topbar-part .lgx-contact-info .contact-part i:before {
                    font-size: 15px;
                    color: #ffffff;
                }

            .lgx-topbar-part .lgx-contact-info .contact-part a {
                font-size: 14px;
                line-height: 40px;
                font-weight: 400;
                color: #ffffff;
            }

            .lgx-topbar-part .lgx-contact-info .contact-part .address {
                font-size: 14px;
                line-height: 40px;
                font-weight: 400;
                color: #ffffff;
            }

            .lgx-topbar-part .lgx-contact-info .contact-part:last-child {
                margin: 0;
            }

    .lgx-topbar-part .topbar-sl-share .icon-part {
        color: #0b2ba7;
    }

        .lgx-topbar-part .topbar-sl-share .icon-part li {
            display: inline-block;
            margin-right: 15px;
            font-size: 14px;
            line-height: 20px;
            font-weight: 400;
            color: #ffffff;
        }

            .lgx-topbar-part .topbar-sl-share .icon-part li a i {
                font-size: 14px;
                line-height: 40px;
                font-weight: 400;
                color: #ffffff;
            }

            .lgx-topbar-part .topbar-sl-share .icon-part li:last-child {
                margin: 0;
            }


.main-menu {
    position: relative;
}

    .main-menu::after {
        display: block;
        clear: both;
        content: "";
    }

.lgx-menu {
    float: left;
    clear: both;
    width: 100%;
    font-size: 0;
}

    .lgx-menu ul,
    .lgx-menu li,
    .lgx-menu p,
    .lgx-menu a,
    .lgx-menu div,
    .lgx-menu i {
        border: 0;
        margin: 0;
        padding: 0;
    }

    .lgx-menu li {
        display: block;
        position: relative;
    }

    .lgx-menu a {
        display: block;
        padding: 16px;
    }

    .lgx-menu .row {
        float: left;
        width: 100%;
        position: relative;
    }


.lgx-header .menu-area .logo-area {
    position: relative;
}

    .lgx-header .menu-area .logo-area img {
        max-width: 100%;
        max-height: 25px;
        transition: 0.4s;
        -webkit-transition: 0.4s;
    }

.lgx-header .menu-area .main-menu .lgx-menu ul.nav-menu li {
    display: inline-block;
    margin-right: 45px;
    padding: 0;
}

body .full-width-header .lgx-header .menu-area .main-menu .lgx-menu ul.nav-menu li.menu-item-has-children.current-menu-item:after {
    width: 35px;
}

body .full-width-header .lgx-header .menu-area .main-menu .lgx-menu ul.nav-menu li.menu-item-has-children.current-menu-item:hover:after {
    width: 70px;
}




.lgx-header .menu-area .main-menu .lgx-menu ul.nav-menu li a {
    transition: all 0.3s ease 0s;
    text-transform: capitalize;
    color: #fff;
}

    .lgx-header .menu-area .main-menu .lgx-menu ul.nav-menu li a:hover {
        color: #ffa000;
    }

.lgx-header .menu-area .main-menu .lgx-menu ul.nav-menu li:last-child {
    margin-right: 0 !important;
}

    .lgx-header .menu-area .main-menu .lgx-menu ul.nav-menu li:last-child i {
        margin: 0;
    }

.lgx-header .menu-area .main-menu .lgx-menu ul li a:hover,
.lgx-header .menu-area .main-menu .lgx-menu ul li.active a,
.lgx-header .menu-area .main-menu .lgx-menu ul li.current-menu-item > a {
    color: #ffa000;
}


/*-----------------------------------------SUB-MENUS SETTINGS ------------------------------------*/
/* Hide sub-menus */
.lgx-menu ul ul {
    position: absolute;
    top: 100%;
    width: 100%;
    background-color: #111111;
}

    .lgx-menu ul ul.visible, .lgx-menu ul .lgx-mega-menu ul.visible ul.sub-menu {
        display: block;
        z-index: 110;
    }

/* Adjust position of mega-menu */
.lgx-menu li:hover > ul.mega-menu > li > ul {
    position: relative;
}

.lgx-header .menu-area .main-menu .lgx-menu ul.sub-menu {
    background-color: #ffffff;
    margin: 0;
    padding: 15px 0;
    -webkit-box-shadow: 0 0 20px rgba(0,0,0,.15);
    -moz-box-shadow: 0 0 20px rgba(0,0,0,.15);
    -ms-box-shadow: 0 0 20px rgba(0,0,0,.15);
    -o-box-shadow: 0 0 20px rgba(0,0,0,.15);
    box-shadow: 0 0 20px rgba(0,0,0,.15);
    z-index: 99;
}

    .lgx-header .menu-area .main-menu .lgx-menu ul.sub-menu li {
        margin: 0;
        border: none;
    }

        .lgx-header .menu-area .main-menu .lgx-menu ul.sub-menu li a {
            padding: 10px 30px;
            height: unset;
            text-transform: capitalize;
            line-height: unset;
            color: #0a0a0a;
            font-weight: 400;
        }

            .lgx-header .menu-area .main-menu .lgx-menu ul.sub-menu li a:hover {
                color: #ffa000;
            }

        .lgx-header .menu-area .main-menu .lgx-menu ul.sub-menu li.active a {
            color: #ffa000;
        }



/*---------------------------------------  APPEARANCE SETTINGS  -----------------------------------------------------*/
.lgx-menu a {
    color: #bbb;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}

/* Modifies position of icons on the menu */
.lgx-menu li i {
    margin-right: 10px;
    font-size: 30px;
    /* Make the font smoother for Chrome */
    transform: translate3d(0, 0, 0);
    color: #E14736;
    margin-right: 15px;
}

/* Put down arrows */
.nav-menu .lgx-mega-menu > a span:after, .nav-menu > .menu-item-has-children > a span:after {
    content: "\f107";
    font-family: FontAwesome;
    float: right;
    margin: 2px 0 0 5px;
}

.mega-menu h1, .mega-menu h2, .mega-menu h3 {
    margin-bottom: 24px;
}

/*----------------------------- Typography -----------------------------------------------------*/
.lgx-menu li {
    font-size: 14px;
}

.lgx-menu .sub-menu li a {
    padding: 10px 14px;
}

/* Sub-menus - font size and text alignment*/
.lgx-menu ul ul a {
    font-size: 15px;
    text-align: left;
}


/*------------------------------------- MEGA MENU -----------------------------------------------*/
.lgx-header .menu-area .main-menu .lgx-menu .nav-menu .mega-menu {
    position: absolute;
    right: 0;
    background-color: #ffffff;
    min-width: 1240px;
}


    .lgx-header .menu-area .main-menu .lgx-menu .nav-menu .mega-menu .mega-menu-container {
        float: left;
        width: 100%;
        position: relative;
        padding: 0;
        margin: 0;
    }

    .lgx-header .menu-area .main-menu .lgx-menu .nav-menu .mega-menu .sub-menu {
        display: block;
        position: relative;
        width: auto;
        min-height: initial;
        box-shadow: none;
    }

        .lgx-header .menu-area .main-menu .lgx-menu .nav-menu .mega-menu .sub-menu li,
        .lgx-header .menu-area .main-menu .lgx-menu .nav-menu .mega-menu .sub-menu a {
            width: 100%;
        }

    .lgx-header .menu-area .main-menu .lgx-menu .nav-menu .mega-menu .single-megamenu {
        width: 25%;
        float: left;
    }

        .lgx-header .menu-area .main-menu .lgx-menu .nav-menu .mega-menu .single-megamenu .sub-menu {
            box-shadow: none;
            text-align: left;
        }

            .lgx-header .menu-area .main-menu .lgx-menu .nav-menu .mega-menu .single-megamenu .sub-menu .menu-title {
                font-size: 15px;
                font-weight: 700;
                padding: 10px 30px;
                color: #0a0a0a;
            }


/*--------------------------------------   Off Canvas Part CSS ------------------------------------------------*/
/*Nav Expandar Part*/

.expand-btn {
    float: right;
    position: relative;
    z-index: 1;
    transition: all 0.3s ease 0s;
    top: 50%;
    transform: translateY(-50%)
}

    .expand-btn span {
        display: inline-block;
        margin-right: 20px;
    }

        .expand-btn span a {
            padding: 0;
        }

            .expand-btn span a i:before {
                font-size: 15px;
                margin: 0;
            }

            .expand-btn span a.nav-expander i {
                font-weight: 700;
            }

                .expand-btn span a.nav-expander i:before {
                    font-size: 21px;
                    margin-left: 20px;
                }

        .expand-btn span:last-child {
            margin: 0;
        }

    .expand-btn .header-btn {
        padding: 10px 40px;
        background: #ffa000;
        color: #fff;
        display: inline-block;
        border-radius: 5px;
        font-weight: 600;
        font-family: 'Nunito', sans-serif;
    }

        .expand-btn .header-btn:hover {
            background: #fff;
            color: #333333;
        }

    .expand-btn .offcanvas-icon li span {
        background: #fff;
        height: 2px;
        width: 20px;
        display: block !important;
        margin: 0 0 4px 0 !important;
        border-radius: 30px;
        transition: all 0.3s ease 0s;
        cursor: pointer;
        list-style: none;
    }

        .expand-btn .offcanvas-icon li span:last-child {
            margin: 0 !important;
        }

    .expand-btn .offcanvas-icon:hover li span:nth-child(1) {
        width: 10px;
    }

    .expand-btn .offcanvas-icon:hover li span:nth-child(2) {
        width: 15px;
        transform: rotate(180deg);
    }


/*Off Canvas Menu*/
.nav-expanded {
    position: relative;
}

    .nav-expanded nav {
        right: 0 !important;
    }

.off-wrap {
    position: absolute;
    width: 100%;
    background: #000;
    height: 100%;
    top: 0;
    bottom: 0;
    opacity: 0;
    z-index: -1;
    transition: all 0.5s ease 0s;
}

.nav-expanded .off-wrap {
    opacity: 0.5;
    z-index: 99;
}

/*-----------------------------------------------------------------------------------*/
/*  TRANSITIONS AND EFECTS
/*-----------------------------------------------------------------------------------*/



/*-----------------------------------------------------------------------------------*/
/*  MEDIA QUERIES
/*-----------------------------------------------------------------------------------*/
@media screen and (min-width: 992px) {

    /*RESPONSE MENU*/
    .lgx-menu {
        height: auto !important;
    }

        .lgx-menu li {
            display: inline-block;
        }

    .nav-menu .lgx-mega-menu {
        position: static;
    }

    .lgx-menu ul ul.visible {
        visibility: hidden;
        opacity: 0;
    }

    /* Remove arrows if not in mobile */
    .nav-menu .menu-item-has-children > span,
    .nav-menu .lgx-mega-menu > span {
        display: none;
    }

    /* Remove Menu Toggle if not in mobile */
    .lgx-menu-toggle {
        display: none;
    }

    /* Remove Menu Close if not in mobile */
    .nav-menu div.sub-menu-close {
        display: none;
    }


    /* Show sub-menus in hover */
    .lgx-menu li:active > ul,
    .lgx-menu li:focus > ul,
    .lgx-menu li:hover > ul,
    .lgx-menu li:hover > ul.mega-menu > li > ul,
    .lgx-menu li:hover ul.mega-menu .sub-menu {
        display: block;
        z-index: 17;
    }

    /* Adjust position the sub-menus in the left */
    .lgx-menu ul ul li > ul {
        left: 100%;
    }

    /* Adjust position the sub-menus on the top */
    .lgx-menu ul ul ul {
        top: 0;
    }

    .lgx-menu ul ul {
        width: auto;
    }

        /* Sub-menus - width */
        .lgx-menu ul ul a {
            width: 260px; /* <- Modify for width change */
        }

    .nav-menu .mega-menu li div.mega-menu-innner .single-magemenu {
        width: 25%;
        float: left;
        padding: 0 12px;
    }

    .lgx-header .menu-area.menu-sticky {
        transition: all 0.3s ease 0s;
    }

        .lgx-header .menu-area.menu-sticky.sticky {
            background: #E14736 !important;
            position: fixed;
            z-index: 999;
            margin: 0 auto;
            border: none;
            padding: 0;
            top: 0;
            left: 0;
            right: 0;
            width: 100%;
            -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
            box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
            -webkit-animation-duration: .5s;
            animation-duration: .5s;
            -webkit-animation-name: sticky-animation;
            animation-name: sticky-animation;
            -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
            -webkit-animation-fill-mode: both;
            animation-fill-mode: both;
        }

    .lgx-header .menu-area.sticky .main-menu .lgx-menu ul li > a {
        color: #161616;
    }

    .lgx-header .menu-area.sticky .main-menu .lgx-menu ul li.current-menu-item > a {
        color: #ffa000;
    }

    .lgx-header .menu-area.sticky .expand-btn .header-btn:hover {
        background: #161616;
        color: #fff;
    }

    /* Menu Transition*/
    .lgx-menu ul ul {
        opacity: 0;
        visibility: hidden;
        transform: translateY(-10px);
        transform: scaleY(0);
        transform-origin: 0 0 0;
    }

    .lgx-menu li:active > ul, .lgx-menu li:focus > ul, .lgx-menu li:hover > ul, .lgx-menu li:hover > ul.mega-menu > li > ul {
        opacity: 1;
        visibility: visible;
        transform: translateY(0px);
        transform: scaleY(1);
    }

    ul.mega-menu .sub-menu {
        transform: unset;
    }

    .lgx-menu li:hover ul.mega-menu .sub-menu {
        transform: unset;
        opacity: 1;
        visibility: visible;
        transform: scaleY(1);
    }
}

@media only screen and (max-width: 991px) {
    .lgx-header .menu-area .logo-area {
        position: absolute;
        z-index: 1;
        top: 14px;
    }

    .lgx-header .expand-btn {
        display: none;
    }

    .lgx-menu {
        position: absolute;
        z-index: 999;
    }

        .lgx-menu .row [class*="col-"] {
            float: left !important;
            width: 100% !important;
            margin-left: 0 !important;
            margin-right: 0 !important;
        }

    .nav-menu > li > a {
        border-bottom: 1px solid #131313;
        text-align: left;
    }

    .nav-menu > li:last-child a {
        border-bottom: none;
    }

    .lgx-menu ul ul {
        display: none;
    }

    /*Options Menu Closed*/
    .nav-menu div.sub-menu-close {
        float: left;
        width: 100%;
        cursor: pointer;
        background: #f6f3ed;
        color: #000;
        font-size: 14px;
        text-align: center;
        height: 50px;
        line-height: 50px;
    }

        .nav-menu div.sub-menu-close i {
            font-size: 16px;
            margin-right: 5px;
        }

    .lgx-header .menu-area .main-menu .lgx-menu ul.nav-menu {
        background: #fff;
    }

        .lgx-header .menu-area .main-menu .lgx-menu ul.nav-menu li {
            display: block !important;
            margin-right: 0 !important;
        }

            .lgx-header .menu-area .main-menu .lgx-menu ul.nav-menu li a {
                height: 50px !important;
                line-height: 50px !important;
                padding: 0 0 0 20px !important;
            }

    .lgx-header .menu-area .main-menu .lgx-menu ul.sub-menu {
        padding: 15px 0 0 !important;
    }

        .lgx-header .menu-area .main-menu .lgx-menu ul.sub-menu li a {
            height: 50px !important;
            line-height: 50px !important;
            padding: 0 0 0 20px !important;
        }

    .lgx-menu .lgx-mega-menu .sub-menu div.sub-menu-close {
        display: none;
    }

    .lgx-header .menu-area .main-menu .lgx-menu .nav-menu .mega-menu {
        min-width: unset;
        width: 100%;
    }

        .lgx-header .menu-area .main-menu .lgx-menu .nav-menu .mega-menu ul.sub-menu {
            padding: 0;
        }

        .lgx-header .menu-area .main-menu .lgx-menu .nav-menu .mega-menu .mega-menu-container .single-megamenu {
            width: 100% !important;
            padding: 0 !important;
        }

        .lgx-header .menu-area .main-menu .lgx-menu .nav-menu .mega-menu .single-megamenu ul.sub-menu {
            box-shadow: none;
        }

        .lgx-header .menu-area .main-menu .lgx-menu .nav-menu .mega-menu .mega-menu-container .single-megamenu .sub-menu .menu-title {
            padding: 10px 15px;
        }

    .nav-menu > .menu-item-has-children > span.lgx-menu-parent {
        display: block;
        position: absolute;
        right: 0;
        top: 0;
        height: 49px;
        line-height: 49px;
        width: 45px;
        text-align: center;
        cursor: pointer;
        background: #ddd;
        z-index: 9;
        -webkit-tap-highlight-color: rgba(0,0,0,0);
    }

    .nav-menu > .menu-item-has-children .sub-menu .menu-item-has-children span.lgx-menu-parent {
        display: block;
        position: absolute;
        background: #ddd;
        right: 0;
        top: 0;
        height: 50px;
        line-height: 50px;
        width: 45px;
        text-align: center;
        cursor: pointer;
        border-left: none;
        z-index: 9;
        -webkit-tap-highlight-color: rgba(0,0,0,0);
    }

    .nav-menu span.lgx-menu-parent i {
        margin: 0;
    }

    .lgx-menu-close {
        height: 0;
        overflow: hidden !important;
    }

    /*Menu Toggle Appearance*/
    .lgx-menu-toggle {
        display: block;
        text-align: right;
        position: relative;
        height: auto;
        line-height: auto;
        cursor: pointer;
        color: #333;
        font-size: 22px;
        text-transform: uppercase;
        -webkit-tap-highlight-color: rgba(0,0,0,0);
    }
}

@media only screen and (max-width: 1080px) {
    .nav-menu > li > a i {
        display: none;
    }
}




/* -------------------- Section Slider -------------------------*/
#slider-section {
    background-size: cover;
    background-repeat: no-repeat;
}

    #slider-section .container {
        display: flex;
        align-items: center;
        height: 100%;
        padding: 250px 0;
    }

    #slider-section .text {
        width: 500px;
    }

        #slider-section .text h1 {
            font-size: 40px;
            font-weight: bold;
            color: #E14736;
            text-transform: capitalize;
        }

            #slider-section .text h1 span {
                color: #0082f1;
            }

        #slider-section .text p {
            font-size: 15px;
        }

.positivity__words {
    position: relative;
    display: block;
    height: 50px;
}

    .positivity__words .change {
        display: inline-block;
        position: absolute;
        top: 4%;
        opacity: 0;
        -webkit-animation: changeword 8s linear infinite;
        animation: changeword 8s linear infinite;
        font-size: 50px;
        font-weight: bold;
    }

        .positivity__words .change:nth-child(1) {
            -webkit-animation-delay: 0s;
            animation-delay: 0s;
        }

        .positivity__words .change:nth-child(2) {
            -webkit-animation-delay: 2s;
            animation-delay: 2s;
        }

        .positivity__words .change:nth-child(3) {
            -webkit-animation-delay: 4s;
            animation-delay: 4s;
        }

        .positivity__words .change:nth-child(4) {
            -webkit-animation-delay: 6s;
            animation-delay: 6s;
        }

@-webkit-keyframes changeword {
    0% {
        transform: translateY(-50px);
        opacity: 0;
    }

    5% {
        opacity: 1;
        transform: translateY(0);
    }

    20% {
        opacity: 1;
        transform: translateY(0);
    }

    30% {
        opacity: 0;
        transform: translateY(50px);
    }

    80% {
        opacity: 0;
        transform: translateY(50px);
    }
}

@keyframes changeword {
    0% {
        transform: translateY(-50px);
        opacity: 0;
    }

    5% {
        opacity: 1;
        transform: translateY(0);
    }

    20% {
        opacity: 1;
        transform: translateY(0);
    }

    30% {
        opacity: 0;
        transform: translateY(50px);
    }

    80% {
        opacity: 0;
        transform: translateY(50px);
    }
}

@media screen and (max-width:576px) {
    #slider-section .container {
        padding-left: 25px;
        padding-right: 25px;
    }
}




.title-wrap {
    /*display: flex;*/
    width: 100%;
}

    .title-wrap .word-div {
        /*width: calc(100% - 200px);*/
        margin-bottom: 50px;
    }

    .title-wrap .button-div {
        width: 200px;
    }

        .title-wrap .button-div a {
            display: inline-flex;
            width: 100%;
            padding: 12px 0;
            font-size: 18px;
            color: white;
            background-color: #0082f1;
            text-align: center;
            font-weight: bold;
            letter-spacing: 1px;
            align-items: center;
            justify-content: center;
        }

    .title-wrap .word-div h5 {
        color: #0082f1;
        text-transform: uppercase;
        font-size: 14px;
        letter-spacing: 1px;
        font-weight: 600;
        margin-bottom: 15px;
    }

    .title-wrap .word-div h1 {
        color: #000;
        font-size: 35px;
        font-weight: 700;
        letter-spacing: 1px;
        margin: 0;
    }
    .sector-name-flex h1 {
        color: #000;
        font-size: 35px;
        font-weight: 700;
        letter-spacing: 1px;
        margin: 0;
    }
@media screen and (max-width:768px) {
    .title-wrap .word-div h1 {
        font-size: 30px;
    }

    .title-wrap .word-div {
        width: calc(100% - 150px);
    }

    #sector-detail-page-section .title-wrap .word-div {
        width: 100%;
    }

    .title-wrap .button-div a {
        font-size: 12px;
    }

    .title-wrap .button-div {
        width: 150px;
    }
}

@media screen and (max-width:576px) {
    .title-wrap .word-div h1 {
        font-size: 25px;
    }
}

.seeall {
    padding: 30px 0;
    text-align: center;
}

    .seeall * {
        transition: 0.7s ease !important;
    }

    .seeall a {
        display: inline-block;
        color: #E14736;
    }

        .seeall a i {
            transform: translateX(-10px);
        }

        .seeall a:hover {
            color: #0082f1;
        }

            .seeall a:hover i {
                transform: translateX(0);
            }


#features-section {
    padding: 50px 0;
    background-color: rgb(245, 245, 245);
}

    #features-section .grid {
        display: grid;
        grid-template-columns: calc(33.333% - 16px) calc(33.333% - 16px) calc(33.333% - 16px);
        gap: 24px;
    }

        #features-section .grid > div {
            display: flex;
            align-items: flex-start;
        }

        #features-section .grid .icon {
            padding: 0 10px;
        }

            #features-section .grid .icon img {
                width: 60px;
                height: 60px;
                max-width: 60px;
                transition: 0.6s ease-in-out;
            }

            #features-section .grid .icon:hover img {
                transform: rotateY(3.142rad);
                transition: 0.6s ease-in-out;
            }

        #features-section .grid .text {
            padding: 5px 10px;
        }

            #features-section .grid .text h1.title {
                font-size: 20px !important;
                margin-bottom: 15px;
                font-weight: bold;
                font-family: Poppins-Bold;
            }

            #features-section .grid .text h4 {
                font-size: 14px;
                line-height: 27px;
                letter-spacing: 0.7px;
            }

@media screen and (max-width:992px) {
    #features-section .grid {
        grid-template-columns: calc(50% - 12px) calc(50% - 12px);
    }
}

@media screen and (max-width:992px) {
    #features-section .grid > div {
        display: block;
        align-items: flex-start;
    }

    #features-section .grid .icon {
        margin-bottom: 20px;
    }
}


/* Why Logix Section */
#whylogix-section {
    padding: 50px 0;
    background-color: rgb(245, 245, 245);
}

#whylogix-section-2 {
    /*padding: 50px 0;*/
    background-color: rgb(245, 245, 245);
}

    #whylogix-section .grid,
    #whylogix-section-2 .grid {
        display: grid;
        grid-template-columns: calc(33.333% - 16px) calc(33.333% - 16px) calc(33.333% - 16px);
        gap: 24px;
    }

        #whylogix-section .grid .text h1.title,
        #whylogix-section-2 .grid .text h1.title {
            font-size: 20px !important;
            margin-bottom: 15px;
            font-weight: bold;
            font-family: Poppins-Bold;
        }

        #whylogix-section .grid .text h4, #whylogix-section-2 .grid .text h4 {
            font-size: 14px;
            line-height: 27px;
            letter-spacing: 0.7px;
        }

        #whylogix-section-2 .grid .icon {
            padding: 0 10px;
        }

            #whylogix-section-2.grid .icon i {
                font-size: 60px;
                color: #E14736;
            }

        #whylogix-section-2 .grid > div {
            display: flex;
            align-items: flex-start;
        }

        #whylogix-section-2 .grid .icon img {
            width: 60px;
            height: 60px;
            max-width: 60px;
            transition: 0.6s ease-in-out;
        }

        #whylogix-section-2 .grid .icon:hover img {
            transform: rotateY(3.142rad);
            transition: 0.6s ease-in-out;
        }

        #whylogix-section-2 .grid .text {
            padding: 5px 10px;
        }

@media screen and (max-width:768px) {
    #whylogix-section .grid, #whylogix-section-2 .grid {
        grid-template-columns: calc(50% - 12px) calc(50% - 12px);
    }

    .app .youtube {
        height: auto !important;
    }
}

@media screen and (max-width:992px) {
    #whylogix-section .grid > div, #whylogix-section-2 .grid > div {
        display: block;
        align-items: flex-start;
    }
}


/* Sectors Section */
#sectors-section {
    background-size: 100% 100%;
    background-repeat: no-repeat;
    padding: 50px 0;
    background-color: rgb(245, 245, 245);
}

    #sectors-section .title-wrap .word-div {
        width: 100%;
        /* text-align: center; */
    }

.sectors-wrapper {
    /*margin: 50px 0;*/
}

    .sectors-wrapper .grid {
        display: grid;
        grid-template-columns: calc(33.333% - 16px) calc(33.333% - 16px) calc(33.333% - 16px);
        gap: 24px;
    }

    .sectors-wrapper .item .image {
        overflow: hidden;
        aspect-ratio: 4/3;
    }

        .sectors-wrapper .item .image img {
            object-fit: cover;
            width: 100%;
            height: 100%;
        }

    .sectors-wrapper .item .text {
        padding: 10px 0;
    }

        .sectors-wrapper .item .text > div {
            display: flex;
            align-items: center;
            padding: 10px 0;
        }

        .sectors-wrapper .item .text div img {
            width: 40px;
            margin-right: 5px;
        }

        .sectors-wrapper .item .text div h1 {
            margin: 0px 10px 0px 10px;
            font-size: 20px;
            word-wrap: break-word;
            color: #E14736;
        }

@media screen and (max-width:1200px) {
    .sectors-wrapper .grid {
        grid-template-columns: calc(33.333% - 16px) calc(33.333% - 16px) calc(33.333% - 16px);
        gap: 24px;
    }
}

@media screen and (max-width:992px) {
    .sectors-wrapper .grid {
        grid-template-columns: calc(50% - 12px) calc(50% - 12px);
        gap: 24px;
    }
}

@media screen and (max-width:992px) {
    .sectors-wrapper .grid {
        grid-template-columns: 100%;
        gap: 24px;
    }
}



/* Contact Us Section */
#contactus-section {
    background-size: cover;
    background-repeat: no-repeat;
    padding: 50px 0;
    background-position: center;
    background-size: cover;
    backdrop-filter: blur(1);
    position: relative;
}

.contactus-form {
    width: 100%;
    background-color: white;
    display: flex;
    background: rgba( 255, 255, 255, 0.25 );
    box-shadow: 0 8px 32px 0 rgba( 31, 38, 135, 0.37 );
    backdrop-filter: blur( 4px );
    -webkit-backdrop-filter: blur( 4px );
    border-radius: 10px;
    border: 1px solid rgba( 255, 255, 255, 0.18 );
}
    /* .polygon-top-left{position: absolute;left: 100px;top: 100px;border-radius: 30% 70% 70% 30% / 40% 35% 65% 60% ;width: 100px;height: 100px;background-image: linear-gradient(to right,blue,red);} */

    .contactus-form .title-wrap {
        margin-bottom: 30px;
    }

        .contactus-form .title-wrap .word-div {
            width: 100%;
        }

    .contactus-form .form-part {
        padding: 50px;
        width: calc(100% - 400px);
    }

    .contactus-form .info-part {
        width: 400px;
        padding: 50px;
        background-size: cover;
        background-repeat: no-repeat;
    }

    .contactus-form .form-part button {
        padding: 15px 30px;
        font-size: 15px;
        color: white;
        background-color: #0082f1;
        text-align: center;
        font-weight: 600;
        letter-spacing: 1px;
        outline: none;
        border: none;
        margin-top: 30px;
        margin-bottom: 50px;
    }

    .contactus-form .form-part .input-div {
        display: flex;
        justify-content: space-between;
        width: 100%;
        margin-bottom: 20px;
    }

        .contactus-form .form-part .input-div input {
            width: calc(50% - 10px);
            padding: 20px 20px;
            border: none;
            outline: none;
            background-color: #f5f5f5;
        }

    .contactus-form .form-part .textarea-div textarea {
        padding: 10px 20px;
        border: none;
        outline: none;
        background-color: #f5f5f5;
        width: 100%;
        min-width: 100%;
        max-width: 100%;
        min-height: 200px;
        max-height: 300px;
    }

    .contactus-form .info-part h5 {
        color: #000;
        font-size: 27px;
        font-weight: bold !important;
        letter-spacing: 1px;
        font-family: Poppins-Bold;
        margin-bottom: 30px;
    }

    .contactus-form .info-part .social-box {
        display: flex;
        padding: 20px 0;
    }

        .contactus-form .info-part .social-box span {
            width: 60px;
            height: 60px;
            background-color: #0082f1;
            display: flex;
            justify-content: center;
            align-items: center;
            border-radius: 50%;
        }

            .contactus-form .info-part .social-box span i {
                font-size: 20px;
                color: white;
            }

        .contactus-form .info-part .social-box div {
            padding: 5px 20px;
            width: calc(100% - 60px);
        }

            .contactus-form .info-part .social-box div h6 {
                margin-bottom: 10px;
                font-size: 18px;
                color: #000;
                font-weight: bold;
                letter-spacing: 1px;
            }

            .contactus-form .info-part .social-box div address {
                font-size: 15px;
                color: rgb(92, 92, 92);
            }

            .contactus-form .info-part .social-box div a {
                font-size: 15px;
                display: block;
                color: rgb(92, 92, 92);
            }

                .contactus-form .info-part .social-box div a:hover {
                    color: #0082f1;
                }

            .contactus-form .info-part .social-box div p {
                font-size: 15px;
                display: block;
                color: rgb(92, 92, 92);
                margin-bottom: 5px;
            }

@media screen and (max-width:992px) {
    .contactus-form {
        display: block;
    }

        .contactus-form .form-part {
            width: 100%;
        }

        .contactus-form .info-part {
            width: 100%;
            margin-top: 30px;
        }
}

@media screen and (max-width:768px) {
    .contactus-form .form-part .input-div {
        display: block;
        margin-bottom: 0;
    }

        .contactus-form .form-part .input-div input {
            width: 100%;
            margin-bottom: 20px;
        }
}

@media screen and (max-width:576px) {
    .contactus-form .form-part,
    .contactus-form .info-part {
        padding: 50px 15px;
    }
}

/* Latest News Section */
#latestnews-section {
    background-size: cover;
    background-repeat: no-repeat;
    padding: 50px 0;
    background-position: top;
}

.owl-carousel-wrapper .image {
    aspect-ratio: 5/3;
    overflow: hidden;
}

    .owl-carousel-wrapper .image img {
        width: 100%;
        object-fit: cover;
        cursor: pointer;
    }

.owl-carousel-wrapper .item:hover .image img {
    transform: scale(1.08);
}

.owl-carousel-wrapper .item * {
    transition: all 0.7s ease;
}

.owl-carousel-wrapper .item .text {
    padding: 25px 30px 30px 30px;
}

.owl-carousel-wrapper .item {
    padding: 15px;
    background-color: white;
    box-shadow: 0 6px 25px rgb(12 89 219 / 9%);
    border: 1px solid rgb(249, 249, 249);
}

    .owl-carousel-wrapper .item .extra-about {
        display: flex;
    }

        .owl-carousel-wrapper .item .extra-about div {
            display: flex;
            padding: 5px 0;
            justify-content: center;
            align-items: center;
            margin-right: 15px;
        }

        .owl-carousel-wrapper .item .extra-about i {
            color: #0082f1;
        }

        .owl-carousel-wrapper .item .extra-about span {
            margin: 0 5px;
            text-transform: lowercase;
            font-size: 15px;
            font-weight: 500;
        }

    .owl-carousel-wrapper .item .about h2 {
        font-size: 19px;
        margin: 5px 0 16px 0;
        font-weight: 600;
        line-height: 28px;
        color: #454545;
    }

    .owl-carousel-wrapper .item .about p {
        font-size: 15px;
        letter-spacing: 1px;
        color: #454545;
        line-height: 1.8;
        margin-bottom: 0;
    }

.owl-theme .owl-nav.disabled + .owl-dots {
    margin-top: 50px;
}

.owl-theme .owl-dots .owl-dot span {
    width: 100%;
    background-color: #8ec0eb;
    margin: 0;
}

.owl-theme .owl-dots * {
    transition: all 0.7s ease;
}

.owl-theme .owl-dots .owl-dot span:hover {
    background-color: #0082f1;
}

.owl-theme .owl-dots .owl-dot {
    width: 20px;
    height: 10px;
    margin: 0 4px;
}

    .owl-theme .owl-dots .owl-dot.active {
        width: 50px;
    }

        .owl-theme .owl-dots .owl-dot.active span {
            background-color: #0082f1;
            border-radius:;
        }

.owl-carousel.owl-drag .owl-item {
    padding: 30px 0;
}

@media screen and (max-width:992px) {
    .owl-carousel-latestnews .item {
        padding-left: 0;
        padding-right: 0;
    }

        .owl-carousel-latestnews .item .text {
            padding: 15px;
        }

    .owl-carousel-wrapper .item .about h2 {
        font-size: 15px;
    }

    .owl-carousel-wrapper .item .extra-about div {
        justify-content: start;
    }

    .owl-carousel-latestnews .item .extra-about {
        display: block;
    }

    .owl-carousel-wrapper .item .about p {
        font-size: 11px;
    }
}

/* Customers Section */
#customers-section {
    /*padding: 50px 0;*/
    padding-bottom: 50px;
    background-color: rgb(245, 245, 245);
}

    #customers-section img {
        width: 100%;
        aspect-ratio: 5/3;
        object-fit: contain;
    }


/* Counts Section */
#counts-section {
    padding: 50px 0;
    background-size: 100% 100%;
    background-color: rgb(245, 245, 245);
}

    #counts-section .grid {
        display: grid;
        grid-template-columns: calc(20% - 12px) calc(20% - 12px) calc(20% - 12px) calc(20% - 12px) calc(20% - 12px);
        gap: 15px;
    }

.counts-box {
    padding-bottom: 25px;
}

    .counts-box i {
        font-size: 40px;
        color: #404040;
    }

    .counts-box div {
        display: block;
        margin: 10px 0;
        font-size: 30px;
        font-weight: 600;
        color: #E14736;
    }

    .counts-box h5 {
        font-size: 16px;
        margin: 0;
        color: #404040;
    }

@media screen and (max-width:768px) {
    #counts-section .grid {
        grid-template-columns: calc(50% - 12px) calc(50% - 12px);
        gap: 24px;
    }

        #counts-section .grid .counts-box {
            padding: 25px;
            box-shadow: 1px 2px 3px #e8e8e8,-1px -1px 1px #e8e8e8;
        }
}


/* BreadCrumbs */
.blog-breadcrumb {
    background-image: url(../images/blog/1.jpg);
}

.news-breadcrumb {
    background-image: url(../images/bg/bg-logix.png);
    background-size: cover;
    background-position: center;
}

    .news-breadcrumb h1 {
        color: white !important;
    }

        .news-breadcrumb h1::after {
            background-color: white !important;
        }

.blog-detail-breadcrumb {
    background-image: url(../images/blog/1.jpg);
}

.about-breadcrumb {
    /*background-image: url('https://cevm.com.gt/app/assets/img/banner.jpg');*/
    background-image: url('../images/bg/bg-logix.png');
}

.search-breadcrumb {
    background-image: url('../images/bg/bg-logix.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right;
}

.search-result-breadcrumb {
    background-image: url('../images/bg/bg-logix.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right;
}

.contact-breadcrumb {
    /*background-size: 500px auto;
    background-position: bottom left;
    background-repeat: no-repeat;*/
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right;
}

.about-breadcrumb {
    /*background-image: url(../images/about/1.jpg);*/
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right;
}

.contact-breadcrumb {
    background-image: url(../images/bg/bg-logix.png);
}

.pricing-breadcrumb {
    background-image: url(../images/bg/bg-logix.png);
    background-size: cover;
    background-position: center;
}

.product-breadcrumb {
    background-size: cover;
    background-position: center;
}

.breadcrumbs .container {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 50px 0 50px 0;
}
.pricing-breadcrumb .container {
    padding: 50px 0 50px 0;
}
.search-breadcrumb.breadcrumbs .container,
.search-result-breadcrumb.breadcrumbs .container {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 30px 0 30px 0 !important;
}

.breadcrumbs .d-flex {
   /* flex-direction: column;*/
    padding: 30px;
    border-radius: 4px;
    backdrop-filter: blur(4px);
    background-color: rgba(255, 255, 255, 0.365);
    width: 100%;
}

.contact-breadcrumb.breadcrumbs .d-flex {
    /*background-color: white;*/
    background-size: 400px 150px;
    background-repeat: no-repeat;
    background-position: left bottom;
    flex-direction: column;
}

.breadcrumbs .d-flex h1 {
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 2px;
    display: inline-block;
    position: relative;
}

    .breadcrumbs .d-flex h1::after {
        content: '';
        position: absolute;
        bottom: -10px;
        left: 0;
        height: 5px;
        right: 0;
        background-color: #E14736;
    }

.about-breadcrumb .d-flex h1::after,
.pricing-breadcrumb .d-flex h1::after,
.contact-breadcrumb .d-flex h1::after {
    background-color: white;
}

.pricing-breadcrumb .d-flex h1 {
    color: white;
}

.breadcrumbs .d-flex h6 {
    font-size: 15px;
    letter-spacing: 1px;
    display:none;
}

.search-breadcrumb.breadcrumbs .d-flex h6,
.search-result-breadcrumb.breadcrumbs .d-flex h6 {
    text-align: center;
    color: white;
}

.breadcrumbs h1 {
    color: #E14736;
}

.contact-breadcrumb.breadcrumbs h1,
.contact-breadcrumb.breadcrumbs h6 {
    color: white;
}
 .contact-breadcrumb.breadcrumbs h6{margin:0}
    .breadcrumbs h6 {
        color: #333;
        font-weight: bold;
        line-height: 30px;
    }

@media screen and (max-width:768px) {
    .breadcrumbs .container {
        padding: 50px 0;
    }
}
/* Blog Page Section */
#blog-page-section {
    padding: 50px 0;
}

    #blog-page-section .grid {
        display: grid;
        grid-template-columns: calc(100% - 430px) 400px;
        gap: 30px;
    }

.blog-item {
    box-shadow: 0 2px 20px rgb(0 0 0 / 8%);
    padding: 15px;
    margin-bottom: 30px;
    cursor: pointer;
}

    .blog-item * {
        transition: 0.6s ease;
    }

    .blog-item .image {
        width: 100%;
        aspect-ratio: 5/3;
        overflow: hidden;
        position: relative;
    }

        .blog-item .image img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

    .blog-item:hover .image img {
        transform: scale(1.06);
    }

    .blog-item .info {
        padding: 25px 10px;
    }

.category-tag {
    position: absolute;
    bottom: 15px;
    right: 15px;
    padding: 7px 20px;
    background-color: #E14736;
    color: white;
    font-size: 15px;
    font-weight: bold;
    letter-spacing: 1px;
    border-radius: 2px;
}

.blog-item .info h1 {
    font-size: 24px;
    font-weight: bold;
    letter-spacing: 1px;
}

    .blog-item .info h1:hover {
        color: #E14736;
    }

.blog-item .info div.d-flex {
    margin-bottom: 20px;
}

    .blog-item .info div.d-flex div {
        margin-right: 25px;
    }

    .blog-item .info div.d-flex i {
        font-size: 18px;
        color: #E14736;
    }

    .blog-item .info div.d-flex h6 {
        font-size: 15px;
        margin: 0 10px;
    }

.blog-item .info p {
    font-size: 16px;
}

.blog-item .info a {
    color: #E14736;
    display: inline-block;
    font-weight: bold;
}

    .blog-item .info a:hover i {
        transform: translateX(10px);
    }

.filter-item {
    box-shadow: 0 2px 20px rgb(0 0 0 / 8%);
    padding: 40px 25px;
    margin-bottom: 30px;
    cursor: pointer;
}

    .filter-item * {
        transition: 0.6s ease;
    }

    .filter-item h5.title {
        position: relative;
        font-size: 23px;
        font-weight: bold;
        letter-spacing: 1px;
    }

        .filter-item h5.title::after {
            content: '';
            position: absolute;
            bottom: -15px;
            left: 0;
            height: 3px;
            width: 30%;
            background-color: #E14736;
        }

    .filter-item .search {
        display: flex;
        background-color: rgb(238, 238, 238);
        border-radius: 5px;
        position: relative;
    }

        .filter-item .search input {
            width: calc(100% - 50px);
            padding: 15px 20px;
            background-color: transparent;
            border: none;
            outline: none;
        }

        .filter-item .search button {
            width: 50px;
            border: none;
            background-color: transparent;
            outline: none;
            font-size: 20px;
        }

    .filter-item .recent-posts .item {
        display: flex;
        padding: 20px 0;
    }

        .filter-item .recent-posts .item .image {
            width: 100px;
            height: 100px;
        }

            .filter-item .recent-posts .item .image img {
                width: 100%;
                height: 100%;
                object-fit: cover;
            }

        .filter-item .recent-posts .item .info {
            width: calc(100% - 100px);
            padding: 0 15px;
        }

            .filter-item .recent-posts .item .info h3 {
                font-size: 17px;
                margin-bottom: 2px;
                font-weight: bold;
                line-height: 30px;
            }

                .filter-item .recent-posts .item .info h3:hover {
                    color: #E14736;
                }

            .filter-item .recent-posts .item .info div {
                display: flex !important;
            }

                .filter-item .recent-posts .item .info div i {
                    font-size: 15px;
                    color: #E14736;
                    margin-right: 4px;
                }

                .filter-item .recent-posts .item .info div h6 {
                    font-size: 14px;
                    font-weight: bold;
                    color: rgb(38, 38, 38);
                }

    .filter-item .categories div a {
        display: block;
        padding: 6px 0;
        color: #121212;
        font-size: 15px;
        font-weight: 600;
    }

        .filter-item .categories div a:hover {
            color: #E14736;
        }

    .filter-item .categories div {
        padding: 15px 0;
    }

@media screen and (max-width:992px) {
    #blog-page-section .grid {
        display: flex;
        flex-direction: column-reverse;
    }
}

@media screen and (max-width:768px) {
    

    #blog-page-section {
        padding-top: 30px;
    }

    .filter-item .recent-posts .item .info h3 {
        font-size: 13px;
    }

    .blog-item .info h1 {
        font-size: 20px;
    }

    .blog-item .info p {
        font-size: 14px;
    }
}

.pagination div {
    display: flex;
    align-items: center;
    background-color: #E14736;
}

    .pagination div a {
        display: inline-block;
        padding: 10px 20px;
        color: white;
    }

        .pagination div a:hover {
            color: #000000;
        }

        .pagination div a.active {
            color: #000000;
            font-weight: bold;
        }


/* Blog Detail */
#blog-detail-page-section {
    padding: 50px 0;
}

    #blog-detail-page-section .grid {
        display: grid;
        grid-template-columns: calc(100% - 430px) 400px;
        gap: 30px;
    }

.blog-detail-info-wrapper {
    padding: 0 15px;
}

    .blog-detail-info-wrapper div.d-flex {
        padding: 20px 0;
        display: flex !important;
    }

        .blog-detail-info-wrapper div.d-flex i {
            margin-right: 5px;
            color: #E14736;
            font-size: 14px;
        }

        .blog-detail-info-wrapper div.d-flex h6 {
            margin-right: 15px;
            font-size: 14px;
            margin-bottom: 0;
        }

    .blog-detail-info-wrapper p {
        letter-spacing: 0.5px;
        margin: 20px 0;
    }

    .blog-detail-info-wrapper h4 {
        font-weight: bold;
        font-size: 25px;
        margin: 10px 0;
        font-family: Poppins-Bold;
    }

    .blog-detail-info-wrapper ul li {
        list-style-type: disc;
    }

    .blog-detail-info-wrapper ul {
        margin: 20px 0;
        padding-left: 30px;
    }

    .blog-detail-info-wrapper .leaveareply h4 {
        margin-bottom: 30px;
    }

    .blog-detail-info-wrapper .leaveareply label {
        color: rgb(81, 81, 81);
    }

    .blog-detail-info-wrapper .leaveareply form {
        display: block;
        padding: 30px 0;
    }

    .blog-detail-info-wrapper .leaveareply div {
        display: grid;
        grid-template-columns: calc(50% - 10px) calc(50% - 10px);
        gap: 20px;
    }

    .blog-detail-info-wrapper .leaveareply form input,
    .blog-detail-info-wrapper .leaveareply form textarea {
        background-color: rgb(244, 244, 244);
        border: none;
        border-radius: 4px;
        padding: 15px 20px;
        margin-bottom: 20px;
    }

    .blog-detail-info-wrapper .leaveareply form textarea {
        width: 100%;
        min-width: 100%;
        max-width: 100%;
        min-height: 200px;
        max-height: 400px;
    }

    .blog-detail-info-wrapper .leaveareply form button {
        padding: 10px 30px;
        border: none;
        outline: none;
        background-color: #E14736;
        color: white;
        font-weight: 600;
        margin: 20px 0;
        transition: 0.5s ease;
    }

        .blog-detail-info-wrapper .leaveareply form button:hover {
            background-color: #b14133;
            transition: 0.5s ease;
        }

@media screen and (max-width:992px) {
    #blog-detail-page-section .grid {
        display: flex;
        flex-direction: column;
    }
}

@media screen and (max-width:768px) {
    .blog-detail-info-wrapper .leaveareply div {
        display: block;
    }

    .blog-detail-info-wrapper .leaveareply form input {
        width: 100%;
    }

    .blog-detail-breadcrumb h1 {
        font-size: 22px;
    }

    #blog-detail-page-section {
        padding-top: 40px;
    }
}

/* About Page */
#about-page-section {
    padding: 50px 0 0 0;
}

    #about-page-section .grid-1 {
        display: grid;
        grid-template-columns: calc(50% - 10px) calc(50% - 10px);
        gap: 20px;
    }

        #about-page-section .grid-1 .info {
            padding: 0 15px;
        }

            #about-page-section .grid-1 .info h1 {
                padding: 20px 0;
                position: relative;
                font-family: Poppins-Bold;
                font-size: 33px;
                letter-spacing: 1px;
                line-height: 40px;
            }

                #about-page-section .grid-1 .info h1::after {
                    content: '';
                    position: absolute;
                    top: 0px;
                    left: 0;
                    height: 5px;
                    width: 30%;
                    background-color: #E14736;
                }

            #about-page-section .grid-1 .info h4 {
                font-size: 15px;
                letter-spacing: 1px;
                line-height: 29px;
                font-weight: bold;
            }

            #about-page-section .grid-1 .info h6 {
                font-size: 14px;
                letter-spacing: 1px;
                line-height: 20px;
            }

            #about-page-section .grid-1 .info a {
                display: inline-block;
                padding: 10px 30px;
                background-color: #E14736;
                color: white;
            }

    #about-page-section .services {
        margin: 80px 0;
        padding: 80px 0;
        background-color: rgb(41, 41, 41);
    }

        #about-page-section .services .grid-2 {
            display: grid;
            grid-template-columns: calc(33.33% - 10px) calc(33.33% - 10px) calc(33.33% - 10px);
            gap: 15px;
        }

            #about-page-section .services .grid-2 > div {
                display: flex;
            }

                #about-page-section .services .grid-2 > div .icon {
                    width: 70px;
                    text-align: center;
                }

                    #about-page-section .services .grid-2 > div .icon i {
                        font-size: 60px;
                        color: #E14736;
                    }

                #about-page-section .services .grid-2 > div .info {
                    padding: 0 15px;
                    width: calc(100% - 70px);
                }

                    #about-page-section .services .grid-2 > div .info h5 {
                        font-weight: bold;
                        color: white;
                        margin-bottom: 15px;
                    }

                    #about-page-section .services .grid-2 > div .info h6 {
                        color: white;
                        font-size: 12px;
                        letter-spacing: 1px;
                        line-height: 20px;
                    }

    #about-page-section .video {
        padding: 80px 0;
    }

        #about-page-section .video .grid-3 {
            display: grid;
            grid-template-columns: calc(50% - 10px) calc(50% - 10px);
            gap: 20px;
        }

            #about-page-section .video .grid-3 .info h1 {
                padding: 20px 0;
                position: relative;
                font-family: Poppins-Bold;
                font-size: 33px;
                letter-spacing: 1px;
                line-height: 40px;
            }

                #about-page-section .video .grid-3 .info h1::after {
                    content: '';
                    position: absolute;
                    top: 0px;
                    left: 0;
                    height: 5px;
                    width: 30%;
                    background-color: #E14736;
                }

            #about-page-section .video .grid-3 .info h6 {
                letter-spacing: 1px;
                font-size: 14px;
                line-height: 24px;
            }

            #about-page-section .video .grid-3 .info ul {
                padding-left: 30px;
                margin: 30px 0;
            }

                #about-page-section .video .grid-3 .info ul li {
                    list-style: disc;
                    font-weight: bold;
                }

            #about-page-section .video .grid-3 .info h6 i {
                font-size: 20px;
                color: red;
            }

            #about-page-section .video .grid-3 .video {
                background-size: cover;
            }

            #about-page-section .video .grid-3 .video {
                border-radius: 30px;
                display: flex;
                align-items: center;
                justify-content: center;
                overflow:hidden;
            }

                #about-page-section .video .grid-3 .video a {
                    width: 80px;
                    height: 80px;
                    display: inline-flex;
                    background-color: white;
                    align-items: center;
                    justify-content: center;
                    border-radius: 50%;
                    z-index:1;
                }

                    #about-page-section .video .grid-3 .video a i {
                        font-size: 40px;
                        color: #E14736;
                    }
/*

.has-scale-animation {
    -webkit-animation: smallScale 3s infinite;
    animation: smallScale 3s infinite;
}

.has-delay-short {
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
}

@-webkit-keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@-webkit-keyframes triangleStroke {
    from {
        stroke-dashoffset: 90;
    }

    to {
        stroke-dashoffset: 0;
    }
}

@keyframes triangleStroke {
    from {
        stroke-dashoffset: 90;
    }

    to {
        stroke-dashoffset: 0;
    }
}

@-webkit-keyframes smallScale {
    from {
        transform: scale(1);
        opacity: 1;
    }

    to {
        transform: scale(1.5);
        opacity: 0;
    }
}

@keyframes smallScale {
    from {
        transform: scale(1);
        opacity: 1;
    }

    to {
        transform: scale(1.5);
        opacity: 0;
    }
}*/

#about-page-section .counts-div {
    padding: 80px 0;
}

    #about-page-section .counts-div .grid-4 {
        display: grid;
        grid-template-columns: calc(25% - 12px) calc(25% - 12px) calc(25% - 12px) calc(25% - 12px);
        gap: 16px;
    }

        #about-page-section .counts-div .grid-4 > div {
            padding: 15px;
        }

            #about-page-section .counts-div .grid-4 > div .icon-count {
                display: flex;
                align-items: center;
            }

                #about-page-section .counts-div .grid-4 > div .icon-count i {
                    font-size: 60px;
                    color: #E14736;
                }

                #about-page-section .counts-div .grid-4 > div .icon-count span {
                    display: inline-block;
                    margin-left: 20px;
                    font-size: 50px;
                    font-weight: bold;
                    color: black;
                }

            #about-page-section .counts-div .grid-4 > div h6 {
                font-size: 15px;
                line-height: 25px;
                font-weight: 600;
                color: grey;
                position: relative;
            }

                #about-page-section .counts-div .grid-4 > div h6::after {
                    content: '';
                    position: absolute;
                    bottom: -15px;
                    left: 0;
                    height: 5px;
                    width: 30%;
                    background-color: #E14736;
                }

#about-page-section .customer-reviews {
    padding: 50px 0;
    background-size: cover;
    background-position: center;
}

    #about-page-section .customer-reviews .item {
        text-align: center;
        background-color: rgba(255, 255, 255, 0.219);
        border-radius: 4px;
        padding: 50px 15px;
    }

        #about-page-section .customer-reviews .item img {
            width: 100px;
            height: 100px;
            border-radius: 50%;
            object-fit: cover;
            margin: 10px auto;
        }

        #about-page-section .customer-reviews .item p {
            line-height: 30px;
            letter-spacing: 1px;
            font-size: 14px;
            font-style: italic;
            margin: 30px 0;
            color: rgba(255, 255, 255, 0.858);
        }

        #about-page-section .customer-reviews .item h5 {
            font-weight: bold;
            letter-spacing: 1px;
            margin-bottom: 10px;
            color: rgba(255, 255, 255, 0.884);
            font-size: 16px;
        }

        #about-page-section .customer-reviews .item h6 {
            color: rgb(255, 255, 255);
        }

#about-page-section .container > h1 {
    padding: 20px 0;
    position: relative;
    font-family: Poppins-Bold;
    font-size: 33px;
    letter-spacing: 1px;
    line-height: 40px;
    color: white;
}

    #about-page-section .container > h1::after {
        content: '';
        position: absolute;
        top: 0px;
        left: 0;
        height: 5px;
        width: 100px;
        background-color: #E14736;
    }

#about-page-section .container > h6 {
    letter-spacing: 1px;
    font-size: 14px;
    line-height: 24px;
    color: white;
}

@media screen and (max-width:1200px) {
    #about-page-section .counts-div .grid-4 {
        grid-template-columns: calc(50% - 8px) calc(50% - 8px);
    }
}

@media screen and (max-width:992px) {
    #about-page-section .services .grid-2 > div {
        display: block;
        text-align: center;
    }

        #about-page-section .services .grid-2 > div .icon {
            width: 100%;
            margin-bottom: 20px;
        }

        #about-page-section .services .grid-2 > div .info {
            width: 100%;
        }
}

@media screen and (max-width:768px) {
    #about-page-section .video .grid-3 {
        grid-template-columns: 100%;
    }

        #about-page-section .video .grid-3 .video {
            min-height: 400px;
        }

    #about-page-section .grid-1 {
        grid-template-columns: 100%;
    }

        #about-page-section .grid-1 .image {
            margin-bottom: 30px;
        }
}

@media screen and (max-width:576px) {
    #about-page-section .services .grid-2 {
        display: block;
    }

        #about-page-section .services .grid-2 > div {
            margin-bottom: 60px;
        }

    #about-page-section .counts-div .grid-4 {
        grid-template-columns: 100%;
    }

        #about-page-section .counts-div .grid-4 > div {
            border-radius: 4px;
            background-color: #f902020c;
        }
}
/* Search Page */
#search-page-section {
    background-color: rgb(245, 245, 245);
}

/* Contact Page */
#contact-page-section {
    background-color: rgb(245, 245, 245);
}

    #contact-page-section .map {
        padding: 50px 0;
    }

    #contact-page-section .grid {
        display: grid;
        grid-template-columns: 50% 50%;
    }

    #contact-page-section .form {
        padding: 50px 0;
        background-color: white;
    }

        #contact-page-section .form .image {
            background-size: cover;
        }

    #contact-page-section .info,
    #contact-page-section .contactus {
        padding: 50px;
        background-color: white;
    }

    #contact-page-section h1 {
        padding: 20px 0;
        position: relative;
        font-family: Poppins-Bold;
        font-size: 33px;
        letter-spacing: 1px;
        line-height: 40px;
        margin-bottom: 0px;
    }

        #contact-page-section h1::after {
            content: '';
            position: absolute;
            top: 0px;
            left: 0;
            height: 5px;
            width: 80px;
            background-color: #E14736;
        }

    #contact-page-section h6 {
        letter-spacing: 1px;
        line-height: 30px;
    }

    #contact-page-section .form input,
    #contact-page-section .form textarea {
        padding: 15px 20px;
        border: none;
        outline: nine;
    }

    #contact-page-section .grid .box {
        display: flex;
        margin-bottom: 20px;
    }

        #contact-page-section .grid .box .icon {
            display: flex;
            align-items: center;
        }

            #contact-page-section .grid .box .icon i {
                font-size: 32px;
                padding: 10px;
                color: #E14736;
                width: 52px;
            }

        #contact-page-section .grid .box .text {
            padding: 10px;
        }

            #contact-page-section .grid .box .text address,
            #contact-page-section .grid .box .text a {
                font-size: 16px;
                color: rgb(45, 45, 45);
                display: block;
            }

    #contact-page-section .grid .iframe iframe {
        height: 100%;
        width: 100%;
    }

    #contact-page-section .grid .box .text address {
        width: 80%;
    }

    #contact-page-section .contactus {
        background-color: rgb(245, 245, 245);
    }

        #contact-page-section .contactus form > div {
            display: grid;
            grid-template-columns: calc(50% - 10px) calc(50% - 10px);
            gap: 20px;
            margin-bottom: 20px;
        }

            #contact-page-section .contactus form > div input {
                width: 100%;
            }

        #contact-page-section .contactus form textarea {
            width: 100%;
            min-height: 200px;
            max-height: 300px;
        }

        #contact-page-section .contactus form button {
            padding: 12px 25px;
            border: none;
            background-color: #E14736;
            color: white;
            font-weight: bold;
            font-size: 15px;
            margin: 20px 0;
            transition: 0.5s ease;
        }

            #contact-page-section .contactus form button:hover {
                background-color: #af4031;
                transition: 0.5s ease;
            }

@media screen and (max-width:992px) {
    #contact-page-section .grid {
        display: block;
    }

        #contact-page-section .grid .iframe iframe {
            min-height: 500px;
        }

    #contact-page-section .form .image {
        min-height: 400px;
    }
}

@media screen and (max-width:600px) {
    #contact-page-section .contactus form > div {
        display: block;
        margin-bottom: 0;
    }

        #contact-page-section .contactus form > div input {
            margin-bottom: 20px;
        }

    #contact-page-section .info,
    #contact-page-section .contactus {
        padding: 50px 20px;
    }

    #contact-page-section .map {
        padding: 20px 0;
    }
}


/* Pricing Page */
#ecommerce-page-section {
    padding: 50px 0;
}

    #ecommerce-page-section .grid {
        display: grid;
        grid-template-columns: calc(33.333% - 10px) calc(33.333% - 10px) calc(33.333% - 10px);
        /*grid-template-columns: 100%;*/
        gap: 15px;
    }

        #ecommerce-page-section .grid .pricing {
            min-height: 500px;
            box-shadow: 1px 2px 20px rgb(0 0 0 / 8%);
            padding: 30px 50px 130px 50px;
            position: relative;
            margin-bottom: 50px;
        }
            #ecommerce-page-section .grid .pricing h5:first-child {
                font-size: 20px;
                color: white;
                letter-spacing: 2px;
                margin-bottom:50px;
            }
.pricing-content {
    z-index: 1;
}

#ecommerce-page-section .grid .wave {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 100px;
    z-index: -1;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 69%);
    background-image: url(../images/pricing/pricing-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
}

    #ecommerce-page-section .grid .wave:after {
        content: "";
        position: absolute;
        left: 0;
        top: 80px;
        width: 80px;
        height: 2px;
        background: #252525;
    }

#ecommerce-page-section .grid .pricing h4.price {
    margin-bottom: 20px;
    font-weight: bold;
    color: #E14736;
    letter-spacing: 2px;
    font-family: Poppins-Bold;
    font-size: 30px;
}

#ecommerce-page-section .grid .pricing h5 {
    margin-bottom: 10px;
    font-weight: bold;
    letter-spacing: 1px;
    font-size: 15px;
}

#ecommerce-page-section .grid .pricing h6 {
    margin-bottom: 10px;
    font-size: 13px;
    font-weight: 600;
    color: #434343;
    letter-spacing: 1px;
}

#ecommerce-page-section .grid .pricing a {
    border: none;
    padding: 10px 30px;
    font-weight: bold;
    color: white;
    display: inline-block;
    background-color: #244866;
    position: absolute;
    bottom: 50px;
    left: 50px;
    right: 50px;
    text-align: center;
}

    #ecommerce-page-section .grid .pricing a:hover {
        background: #252525;
    }

#ecommerce-page-section .grid .pricing button {
    border: none;
    padding: 10px 30px;
    font-weight: bold;
    color: white;
    background-color: #0082f1;
}

    #ecommerce-page-section .grid .pricing button:hover {
        background-color: #005cac;
    }

.pricing-breadcrumb .freetrial {
    display: inline-block;
    padding: 30px 0;
    text-align: center;
    color: white;
    background-color: #333;
    /*  margin: 20px auto 50px auto;*/
    padding: 10px 30px;
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
}

@media screen and (max-width:992px) {
    #ecommerce-page-section .grid {
        grid-template-columns: 100%;
    }
}


.pricing-wrapper .col-lg-4 {
    padding: 20px;
}

h1.pricing-title {
    padding: 20px;
    position: relative;
    font-family: Poppins-Bold;
    font-size: 33px;
    letter-spacing: 1px;
    line-height: 40px;
    margin-bottom: 0px;
}

    h1.pricing-title::after {
        content: '';
        position: absolute;
        top: 0px;
        left: 20px;
        height: 5px;
        width: 80px;
        background-color: #E14736;
    }

.pricing-wrapper .col-lg-4 .item {
    padding: 30px 20px 75px 20px;
    text-align: center;
    box-shadow: 3px 6px 20px rgb(0 0 0 / 8%),-3px -6px 20px rgb(0 0 0 / 8%);
    min-height: 510px;
    position: relative;
}

    .pricing-wrapper .col-lg-4 .item h5 {
        font-size: 23px;
        font-weight: bold;
    }

    .pricing-wrapper .col-lg-4 .item i {
        font-size: 50px;
        margin: 10px 0 40px 0;
    }

    .pricing-wrapper .col-lg-4 .item .d-flex i {
        margin: 10px 0 10px 0;
    }

    .pricing-wrapper .col-lg-4 .item h3.price {
        font-size: 14px;
        font-weight: bold;
    }

        .pricing-wrapper .col-lg-4 .item h3.price span {
            font-size: 80px;
            font-weight: bold;
            color: black;
            position: relative;
        }

            .pricing-wrapper .col-lg-4 .item h3.price span::after {
                content: '$';
                position: absolute;
                left: -15px;
                top: 20px;
                font-size: 20px;
                color: black;
            }

    .pricing-wrapper .col-lg-4 .item div.d-flex {
        padding: 5px 0;
        display: flex !important;
    }

        .pricing-wrapper .col-lg-4 .item div.d-flex h6 {
            margin: 0;
        }

        .pricing-wrapper .col-lg-4 .item div.d-flex i {
            font-size: 13px;
        }

            .pricing-wrapper .col-lg-4 .item div.d-flex i.fa-check {
                color: rgb(42, 147, 61);
            }

            .pricing-wrapper .col-lg-4 .item div.d-flex i.fa-close {
                color: red;
            }

    .pricing-wrapper .col-lg-4 .item button {
        border: none;
        padding: 10px 30px;
        font-weight: bold;
        color: white;
        background-color: #E14736;
        /* margin: 20px 0; */
        position: absolute;
        bottom: 20px;
        left: 20px;
        right: 20px;
    }

        .pricing-wrapper .col-lg-4 .item button:hover {
            background: #eb6b5d;
        }

@media screen and (max-width:768px) {
    .pricing-wrapper .col-lg-4 .item {
        min-height: 400px;
        padding: 30px 20px;
    }

        .pricing-wrapper .col-lg-4 .item button {
            position: relative;
            inset: 0;
            margin-top: 20px;
        }
}

.choose-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    bottom: 0;
    background-color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: url(../images/logix-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

.choose-wrap {
    width: 800px;
    padding: 20px;
    display: inline-flex;
    background-color: white;
    box-shadow: 0 2px 20px rgb(0 0 0 / 8%);
    border-radius: 3px;
}

    .choose-wrap form {
        width: 400px;
        text-align: center;
        float: right;
        padding: 50px 0;
    }

    .choose-wrap > div {
        width: 400px;
    }

    .choose-wrap form h4 {
        margin-bottom: 10px;
        font-weight: bold;
        letter-spacing: 2px;
    }

    .choose-wrap form h6 {
        font-size: 12px;
        color: grey;
        margin-bottom: 0;
    }

    .choose-wrap form select {
        width: 100%;
        padding: 15px 5px;
        margin: 20px 0;
        font-size: 13px;
        border-color: #cecece;
    }

    .choose-wrap form p {
        margin-bottom: 5px;
        text-align: left;
        font-size: 11px;
        font-weight: bold;
        letter-spacing: 1px;
        color: #333;
        text-transform: uppercase;
    }

    .choose-wrap .cards-wrap {
        background-color: rgb(241, 241, 241);
        padding: 10px;
    }

    .choose-wrap form .cards {
        display: flex;
    }

        .choose-wrap form .cards img {
            width: 50px;
            aspect-ratio: 5/2;
            object-fit: contain;
            border: 1px solid red;
            margin-right: 5px;
        }

    .choose-wrap form button {
        padding: 10px 0;
        border: none;
        width: 100%;
        margin: 10px 0;
        color: white;
        font-weight: bold;
        background-color: #333;
        letter-spacing: 1px;
        transition: 0.5s ease;
    }

        .choose-wrap form button:hover {
            background-color: #000;
            transition: 0.5s ease;
        }

@media screen and (max-width:800px) {
    .choose-wrap {
        width: 100%;
        display: block;
        text-align: center;
    }

        .choose-wrap form {
            width: 100%;
        }

        .choose-wrap > div {
            width: 100%;
        }
}

#earth {
    position: relative;
    width: 200px;
    height: 200px;
    margin: 3em auto;
    background: url(https://i.pinimg.com/originals/e6/8c/22/e68c2253c9a41fb1287810a1d1ed14cc.jpg) 0 0 repeat;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    background-size: 630px;
    animation: rotate 8s linear infinite;
    -webkit-animation: rotate 8s linear infinite;
    -moz-animation: rotate 8s linear infinite;
    -ms-animation: rotate 8s linear infinite;
    -o-animation: rotate 8s linear infinite;
    -webkit-transition: -webkit-transform 200ms linear;
    -webkit-transform-style: preserve-3d;
    -moz-transition: -moz-transform 200ms linear;
    -moz-transform-style: preserve-3d;
    transition: transform 200ms linear;
    transform-style: preserve-3d;
    box-shadow: inset 20px 0 80px 6px rgba(0, 0, 0, 1);
    -moz-box-shadow: inset 20px 0 80px 6px rgba(0, 0, 0, 1);
    -webkit-box-shadow: inset 20px 0 80px 6px rgba(0, 0, 0, 1);
    color: #000;
}

@keyframes rotate {
    0% {
        background-position: 0 0;
    }

    100% {
        background-position: 630px 0;
    }
}

@-moz-keyframes rotate {
    0% {
        background-position: 0 0;
    }

    100% {
        background-position: 630px 0;
    }
}

@-webkit-keyframes rotate {
    0% {
        background-position: 0 0;
    }

    100% {
        background-position: 630px 0;
    }
}

@-ms-keyframes rotate {
    0% {
        background-position: 0 0;
    }

    100% {
        background-position: 630px 0;
    }
}

@-o-keyframes rotate {
    0% {
        background-position: 0 0;
    }

    100% {
        background-position: 630px 0;
    }
}



/* Sector Page */
#sector-page-section {
    margin-top: 50px;
}

.sector-wrapper > h1 {
    color: #E14736;
    display: none;
}

.sector-wrapper .grid-1 {
    display: grid;
    grid-template-columns: 370px calc(100% - 370px);
    position: relative;
}

.sector-wrapper .grid-slider-container:nth-of-type(even) .grid-1 {
    display: grid;
    grid-template-columns: calc(100% - 370px) 370px;
    position: relative;
}

@media screen and (max-width:1200px) {
    .sector-wrapper .grid-1 {
        grid-template-columns: 50% 50% !important;
    }
}

@media screen and (max-width:992px) {
    .sector-wrapper .grid-1 {
        grid-template-columns: 100% !important;
    }

    .sector-page-section .grid-slider-container .image {
        position: relative !important;
        left: inherit !important;
        right: inherit !important;
        top: inherit !important;
        bottom: inherit !important;
    }

        .sector-page-section .grid-slider-container .image img {
            position: relative;
        }
}

.grid-slider-container {
    padding: 0 0 50px 0;
}

.sector-page-section .grid-slider-container {
    margin-bottom: 30px;
}

    .sector-page-section .grid-slider-container .grid-slider {
        background-color: #f56c551c;
        border-radius: 5px;
    }

    .sector-page-section .grid-slider-container:nth-child(even) .grid-slider {
        background-color: #c3c3c33d;
    }

    .sector-page-section .grid-slider-container:nth-child(even) .text {
        grid-column: 2;
        grid-row: 1;
    }

    .sector-page-section .grid-slider-container:nth-child(odd) .image img {
        /*transform: translateX(80px);*/
        border: 1px solid #e3e3e3;
    }

    .sector-page-section .grid-slider-container:nth-child(even) .image img {
        /*transform: translateX(-80px);*/
        border: 1px solid #e3e3e3;
    }

    .sector-page-section .grid-slider-container:nth-child(even) .image {
        grid-column: 1;
        grid-row: 1;
    }

    .sector-page-section .grid-slider-container:nth-child(even) .image {
        position: absolute;
        top: -20px;
        bottom: -20px;
        left: 20px;
        aspect-ratio: 4/4;
    }

    .sector-page-section .grid-slider-container:nth-child(odd) .image {
        position: absolute;
        top: -20px;
        bottom: -20px;
        right: 20px;
        aspect-ratio: 4/4;
    }

@media screen and (max-width:992px) {
    #sector-page-section {
        margin-top: 0;
    }
}

@media screen and (max-width:992px) {
    .sector-wrapper .grid-1 {
        grid-template-columns: 100%;
    }

    .sector-page-section .grid-slider-container .image {
        grid-column: inherit !important;
        grid-row: 1 !important;
    }

    .sector-page-section .grid-slider-container .text {
        grid-column: inherit !important;
        grid-row: 2 !important;
    }
}

@media screen and (max-width:768px) {
    #sector-page-section {
        margin-top: 0;
    }
}

@media screen and (max-width:576px) {
    #sector-page-section .grid-slider-container {
        padding-top: 0;
    }
}

.sector-detail-info-grid {
   /* display: grid;
    grid-template-columns: calc(100% - 420px) 400px;
    gap: 20px;*/
}

    .sector-detail-info-grid img {
        width: 300px;
        border-radius: 10px;
        float:right;
        margin-left:30px;
    }

.sector-wrapper .grid-1 .text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 40px;
}
@media screen and (max-width:768px){
    .sector-detail-info-grid img{
        width:100%;
        margin:0;
        margin-bottom:20px;
        float:none;
    }
}
@media screen and (max-width:992px) {
    .sector-detail-info-grid {
        grid-template-columns: 100%;
    }

        .sector-detail-info-grid > div:nth-of-type(2) {
            order: 2;
        }

        .sector-detail-info-grid > div:first-of-type {
            order: 1;
        }
}

.sector-wrapper .grid-1 .text .box1 {
    display: flex;
    margin-bottom: 20px;
    align-items: center;
}

.sector-name-flex {
    display: flex;
    align-items:center;
    margin-bottom: 20px;
}

    .sector-name-flex img {
        width: 50px;
        margin-right: 10px;
    }

    .sector-name-flex h1 {
        color: #E14736 !important;
    }

.sector-wrapper .grid-1 .text .box1 img {
    width: 40px;
    margin-right: 10px;
}

.sector-wrapper .grid-1 .text .box1 h3 {
    margin: 0;
    color: #E14736;
    font-weight: bold;
}

.sector-wrapper .grid-1 .text h1 {
    font-size: 30px;
    font-weight: 600;
    letter-spacing: 1px;
}

.sector-wrapper .grid-1 .text p {
    line-height: 30px;
    letter-spacing: 1px;
}

.sector-wrapper .grid-1 .text .box2 a {
    display: inline-block;
    padding: 10px 40px;
    border-radius: 5px;
    background-color: #E14736;
    font-weight: bold;
    color: white;
}

    .sector-wrapper .grid-1 .text .box2 a:hover {
        opacity: 0.8;
    }

/*.sector-wrapper .grid-1 .image {
    padding: 40px;
}*/

.sector-wrapper .grid-1 .image img {
    width: 100%;
}

@media screen and (max-width:992px) {
    .sector-wrapper .grid-2 {
        grid-template-columns: calc(50% - 12px) calc(50% - 12px);
    }

    .sector-wrapper .grid-1 .text {
        padding: 40px;
    }

    .sector-page-section .grid-slider-container .image img {
        transform: none !important;
    }
}

@media screen and (max-width:992px) {
    .sector-wrapper .grid-1 {
        display: flex !important;
        flex-direction: column;
        padding: 15px;
    }
}





/* Product Page */
#product-page-section {
    margin-top: 50px;
}


.more-product-page-section .product-wrapper .grid-1 {
    display: grid;
    grid-template-columns: 50% 50%;
}

.grid-slider-container {
    padding: 0 0 50px 0;
}

.more-product-page-section .grid-slider-container {
    margin-bottom: 30px;
}
.prod-det-p img {
    width: 400px;
    border-radius: 10px;
    float: right;
    margin-left: 30px;
    margin-bottom:20px;
}
#product-page-section p:first-of-type {
    font-size: 14px;
    line-height: 30px;
    letter-spacing: 1px;
    margin: 0;
    /*margin-bottom:30px;*/
}
#product-page-section .product-wrapper .grid-1 .text{
	padding:40px;
}
@media screen and (max-width:768px){
    .prod-det-p img{
        float:none;
        margin:0;
        width:100%;
        margin-bottom:20px;
    }
#product-page-section .product-wrapper .grid-1 .text{
	padding:15px;
}
    .product-wrapper .grid-1 .text .box1 h3{
        font-size:25px!important;
    }
    .product-wrapper .grid-1 .text .box1 img{
        width:40px;
    }
}
.more-product-page-section .grid-slider-container .grid-slider {
    background-color: #f56c551c;
}

    .more-product-page-section .grid-slider-container:nth-child(even) .grid-slider {
        background-color: #c3c3c33d;
    }

    .more-product-page-section .grid-slider-container:nth-child(even) .text {
        grid-column: 2;
        grid-row: 1;
    }

    .more-product-page-section .grid-slider-container:nth-child(odd) .image img {
        transform: translateX(80px);
        border: 1px solid #e3e3e3;
    }

    .more-product-page-section .grid-slider-container:nth-child(even) .image img {
        transform: translateX(-80px);
        border: 1px solid #e3e3e3;
    }

    .more-product-page-section .grid-slider-container:nth-child(even) .image {
        grid-column: 1;
        grid-row: 1;
    }

.product-wrapper .grid-1 .text {
    /*display: flex;
    flex-direction: column;
    justify-content: center;*/
    padding: 0 15px;
}

    .product-wrapper .grid-1 .text .box1 {
        display: flex;
        margin-bottom: 20px;
        align-items: center;
    }

        .product-wrapper .grid-1 .text .box1 img {
            width: 50px;
            margin-right: 10px;
        }

        .product-wrapper .grid-1 .text .box1 h3 {
            margin: 0;
            color: #E14736;
            font-weight: bold;
            font-size: 35px;
        }

    .product-wrapper .grid-1 p.paragraph-title {
        font-size: 25px;
        font-weight: 600;
        letter-spacing: 1px;
        margin-bottom:10px;
        margin-top:30px;
    }

    .product-wrapper .grid-1 p {
        line-height: 30px;
        letter-spacing: 1px;
    }

    .product-wrapper .grid-1 .box2 a {
        display: inline-block;
        padding: 10px 40px;
        border-radius: 5px;
        background-color: #E14736;
        font-weight: bold;
        color: white;
	margin-top:20px;
    }

        .product-wrapper .grid-1 .text .box2 a:hover {
            opacity: 0.8;
        }

.product-wrapper .grid-1 .image {
    padding: 40px;
}

    .product-wrapper .grid-1 .image img {
        width: 100%;
    }

#product-page-section .product-wrapper .grid-1 .image img {
    box-shadow: 10px 10px;
    position: sticky;
    top: 80px;
    aspect-ratio: 16/10;
}

.more-product-page-section .product-wrapper .grid-1 .image img {
    box-shadow: none !important;
}

.grid-advantage-container-fluid {
    background-color: rgba(37, 37, 37, 0.557);
    padding: 50px 0;
}

.product-wrapper .grid-2 {
    display: grid;
    grid-template-columns: calc(33.333% - 16px) calc(33.333% - 16px) calc(33.333% - 16px);
    gap: 24px;
}

    .product-wrapper .grid-2 > div {
        display: flex;
        align-items: flex-start;
    }

    .product-wrapper .grid-2 .icon {
        padding: 0 10px;
    }

        .product-wrapper .grid-2 .icon i {
            font-size: 60px;
            color: #E14736;
        }

    .product-wrapper .grid-2 .text {
        padding: 5px 10px;
    }

        .product-wrapper .grid-2 .text h1.title {
            font-size: 20px !important;
            margin-bottom: 15px;
            font-weight: bold;
            font-family: Poppins-Bold;
            color: white;
        }

        .product-wrapper .grid-2 .text h4 {
            font-size: 14px;
            line-height: 27px;
            letter-spacing: 0.7px;
            color: white;
        }

@media screen and (max-width:992px) {
    .product-wrapper .grid-2 {
        grid-template-columns: calc(50% - 12px) calc(50% - 12px);
    }

    .product-wrapper .grid-1 .text {
        padding: 0px;
    }

    .more-product-page-section .grid-slider-container .image img {
        transform: none !important;
    }
}

.more-product-page-section .product-wrapper .grid-1 .text h1 {
    font-size: 20px;
    margin-bottom: 20px;
}

@media screen and (max-width:992px) {
    .product-wrapper .grid-2 > div {
        display: block;
        align-items: flex-start;
    }

    .product-wrapper .grid-2 .icon {
        margin-bottom: 20px;
    }
}

.grid-info {
    padding: 0 0 50px 0;
}
    /*Version - With Picture*/
    /*.grid-info.container .grid {
            display: grid;
            grid-template-columns: calc(50% - 15px) calc(50% - 15px);
            gap: 30px;
        }*/

    /*Version - Without Picture*/
    .grid-info.container .grid {
        display: grid;
        grid-template-columns: calc(50% - 10px) calc(50% - 10px);
        gap: 20px;
    }

    .grid-info .grid .text {
        padding: 20px;
        border-radius: 5px;
        background: #f5f5f5;
        position: relative;
    }

        .grid-info .grid .text h1.title {
            padding: 0 0 20px 0;
            font-family: Poppins-Bold;
            font-size: 22px;
            letter-spacing: 1px;
            line-height: 40px;
            margin-bottom: 0px;
            color: #5a6776;
        }

            .grid-info .grid .text h1.title::after {
                content: '';
                position: absolute;
                top: 0px;
                left: 0;
                height: 40px;
                width: 40px;
                /* background-color: #E14736; */
                border-top: 4px solid #E14736;
                border-left: 4px solid #E14736;
                border-top-left-radius: 5px;
                transition: 2s ease;
            }

        .grid-info .grid .text:hover h1.title::after {
            height: 100%;
            width: 100%;
            transition: 2s ease;
            border-width: 1px;
            border-color: #E14736;
        }

        .grid-info .grid .text:hover {
            box-shadow: 3px 4px #cecece;
            transition: 1s ease;
        }

        .grid-info .grid .text p {
            font-size: 14px;
            letter-spacing: 1px;
        }

    .grid-info .grid .image img {
        width: 300px;
        height: 300px;
        object-fit: cover;
        border-radius: 50%;
    }

.product-customer-reviews {
    padding: 50px 0;
    background-size: cover;
    background-position: center;
}

    .product-customer-reviews .item {
        text-align: center;
        background-color: rgba(255, 255, 255, 0.219);
        border-radius: 4px;
        padding: 50px 15px;
    }

        .product-customer-reviews .item img {
            width: 100px;
            height: 100px;
            border-radius: 50%;
            object-fit: cover;
            margin: 10px auto;
        }

        .product-customer-reviews .item p {
            line-height: 30px;
            letter-spacing: 1px;
            font-size: 14px;
            font-style: italic;
            margin: 30px 0;
            color: rgba(54, 54, 54, 0.858);
        }

        .product-customer-reviews .item h5 {
            font-weight: bold;
            letter-spacing: 1px;
            margin-bottom: 10px;
            color: rgba(46, 46, 46, 0.884);
            font-size: 16px;
        }

        .product-customer-reviews .item h6 {
            color: rgb(44, 44, 44);
        }

    .product-customer-reviews .container > h1 {
        padding: 20px 15px;
        position: relative;
        font-family: Poppins-Bold;
        font-size: 33px;
        letter-spacing: 1px;
        line-height: 40px;
        color: #333;
    }

        .product-customer-reviews .container > h1::after {
            content: '';
            position: absolute;
            top: 0px;
            left: 15px;
            height: 5px;
            width: 100px;
            background-color: #E14736;
        }

    .product-customer-reviews .container > h6 {
        letter-spacing: 1px;
        font-size: 14px;
        line-height: 24px;
        color: black;
    }

@media screen and (max-width:768px) {
    .product-wrapper .grid-1 {
        display: flex;
        flex-direction: column;
        padding: 0 11.250px;
    }

    .grid-info.container .grid {
        display: flex;
        flex-direction: column;
    }

        .grid-info.container .grid .image {
            order: 1;
            text-align: center !important;
        }

    .product-wrapper .grid-1 .image {
        padding: 15px;
    }
}

@media screen and (max-width:576px) {
    .grid-info.container {
        padding: 15px;
    }
}

.preloader {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 10000000;
    background-color: white;
}

.loading * {
    display: none;
}

.dots-loader:not(:required) {
    opacity: 1;
    overflow: hidden;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -4px;
    margin-top: -4px;
    text-indent: -9999px;
    display: inline-block;
    width: 8px;
    height: 8px;
    background: transparent;
    border-radius: 100%;
    box-shadow: #E14736 -14px -14px 0 7px, #333 14px -14px 0 7px, #E14736 14px 14px 0 7px, #333 -14px 14px 0 7px;
    animation: dots-loader 5s infinite ease-in-out;
    transform-origin: 50% 50%;
    transform: scale(1);
    transition: .3s all;
}

@keyframes dots-loader {
    0% {
        box-shadow: #E14736 -14px -14px 0 7px, #333 14px -14px 0 7px, #E14736 14px 14px 0 7px, #333 -14px 14px 0 7px;
    }

    8.33% {
        box-shadow: #E14736 14px -14px 0 7px, #333 14px -14px 0 7px, #E14736 14px 14px 0 7px, #333 -14px 14px 0 7px;
    }

    16.67% {
        box-shadow: #E14736 14px 14px 0 7px, #333 14px 14px 0 7px, #E14736 14px 14px 0 7px, #333 -14px 14px 0 7px;
    }

    25% {
        box-shadow: #E14736 -14px 14px 0 7px, #333 -14px 14px 0 7px, #E14736 -14px 14px 0 7px, #333 -14px 14px 0 7px;
    }

    33.33% {
        box-shadow: #E14736 -14px -14px 0 7px, #333 -14px 14px 0 7px, #E14736 -14px -14px 0 7px, #333 -14px -14px 0 7px;
    }

    41.67% {
        box-shadow: #E14736 14px -14px 0 7px, #333 -14px 14px 0 7px, #E14736 -14px -14px 0 7px, #333 14px -14px 0 7px;
    }

    50% {
        box-shadow: #E14736 14px 14px 0 7px, #333 -14px 14px 0 7px, #E14736 -14px -14px 0 7px, #333 14px -14px 0 7px;
    }

    58.33% {
        box-shadow: #E14736 -14px 14px 0 7px, #333 -14px 14px 0 7px, #E14736 -14px -14px 0 7px, #333 14px -14px 0 7px;
    }

    66.67% {
        box-shadow: #E14736 -14px -14px 0 7px, #333 -14px -14px 0 7px, #E14736 -14px -14px 0 7px, #333 14px -14px 0 7px;
    }

    75% {
        box-shadow: #E14736 14px -14px 0 7px, #333 14px -14px 0 7px, #E14736 14px -14px 0 7px, #333 14px -14px 0 7px;
    }

    83.33% {
        box-shadow: #E14736 14px 14px 0 7px, #333 14px -14px 0 7px, #E14736 14px 14px 0 7px, #333 14px 14px 0 7px;
    }

    91.67% {
        box-shadow: #E14736 -14px 14px 0 7px, #333 14px -14px 0 7px, #E14736 14px 14px 0 7px, #333 -14px 14px 0 7px;
    }

    100% {
        box-shadow: #E14736 -14px -14px 0 7px, #333 14px -14px 0 7px, #E14736 14px 14px 0 7px, #333 -14px 14px 0 7px;
    }
}

.loaded .dots-loader {
    opacity: 0;
    z-index: -1;
    pointer-events: none;
    transform: scale(0);
}









/* Docs Page */
#docs-page-section {
    /* background-color: #f5f5f5; */
}

.docs-grid {
    display: grid;
    padding: 50px 0;
    grid-template-columns: 300px calc(100% - 300px);
}

.docs-nav-box {
    padding: 20px;
    background-color: white;
    z-index: 2;
}

.docs-nav-sticky {
    /* position: sticky; */
    top: 0;
}

.docs-nav-scroll {
    height: calc(100vh - 405px);
    overflow-y: auto;
    padding-right: 15px;
}

.docsnav-fixed .docs-nav-scroll {
    height: calc(100vh - 275px);
    overflow-y: auto;
    padding-right: 15px;
}

@media screen and (min-width:992px) {
    .docsnav-fixed {
        position: fixed;
        top: 55px;
    }

        .docsnav-fixed .docs-nav-pdf {
            position: fixed;
            bottom: 5px;
            display: flex;
            align-items: center;
        }
}

@media screen and (max-width:992px) {
    .docs-nav-scroll {
        height: auto !important;
    }
}

.docs-nav-box ul li {
    padding-left: 4px;
}

    .docs-nav-box ul li.active > ul {
        display: block;
    }

    .docs-nav-box ul li.active > .list-div i {
        transform: rotate(90deg);
        transition: 0.6s ease;
    }

    .docs-nav-box ul li > .list-div i {
        transition: 0.6s ease;
    }

.docs-nav-scroll::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius: 10px;
    background-color: #F5F5F5;
}

.docs-nav-scroll::-webkit-scrollbar {
    width: 6px;
    background-color: #F5F5F5;
}

.docs-nav-scroll::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: #ff8675;
}

.docs-nav-search input {
    width: 100%;
    cursor: pointer;
    border-radius: 10px;
    padding: 4px 20px;
    outline: none;
    background: #fff;
    margin-top: 10px;
    border: 1px solid #e9e9e9;
    font-size: 13px;
}

    .docs-nav-search input::after {
        content: '';
        position: absolute;
        left: 4px;
        top: 0;
        bottom: 0;
        width: 20px;
        height: 20px;
    }

.docs-grid .docs-main {
    /* background-color: white; */
    padding: 20px 20px 20px 50px;
    border-left: 1px solid rgb(239 239 239);
}

/* .docs-nav * {
    transition: 0.6s ease;
} */

.docs-nav ul li {
    margin-bottom: 16px;
    cursor: pointer;
    font-size: 13px;
    color: #333;
}

    .docs-nav ul li a {
        color: #333;
    }

    .docs-nav ul li i {
        font-size: 10px;
        margin-right: 6px;
        transform: translateY(-1px);
    }

    .docs-nav ul li ul {
        padding: 20px 0 0 20px;
        position: relative;
        display: none;
    }



.docs-nav h5 {
    margin-top: 10px;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 1px;
}

.docs-nav-pdf {
    height: 40px;
}

    .docs-nav-pdf a {
        font-size: 13px;
        color: #333;
    }

        .docs-nav-pdf a i {
            margin-right: 10px;
        }

.docs-main-title {
    font-weight: 600;
    letter-spacing: 1px;
}

.docs-main .context p {
    line-height: 40px;
}

    .docs-main .context p b {
        text-decoration: underline;
    }

.docs-main .context h5 {
    margin-top: 50px;
}

.ls-1 {
    letter-spacing: 1px;
}

.docs-main .context h6 {
    position: relative;
    padding-left: 20px;
    line-height: 40px;
}

    .docs-main .context h6::after {
        content: 'âž¤';
        position: absolute;
        left: 0;
        top: 0;
        color: #fba8a8;
    }

.docs-main .context ul li {
    line-height: 50px;
    position: relative;
    padding-left: 20px;
    font-size: 15px;
}

.docs-main .context .success-icon::after {
    content: 'âœ“';
    position: absolute;
    color: #58c958;
    left: 0;
    top: 1px;
}

.docs-main .context .square-icon {
    position: relative;
    padding-left: 20px;
}

    .docs-main .context .square-icon::after {
        content: 'â– ';
        position: absolute;
        left: 0;
        top: -2px;
    }

.docs-main .image-text {
    display: grid;
    grid-template-columns: calc(100% - 80px) 50px;
    gap: 30px;
}

    .docs-main .image-text p b {
        margin: 0 5px;
    }

    .docs-main .image-text img {
        object-fit: contain;
    }

.docs-main .context > img {
    border: 1px solid #d3d3d3;
    max-width: 100%;
    margin: 0 auto 30px auto;
    display: block;
}

.docs-main .context .example {
    background-color: #ffffb982;
    padding: 10px;
    border-radius: 5px;
}

    .docs-main .context .example b {
        margin-right: 10px;
    }

    .docs-main .context .example span {
        display: inline-block;
    }

.docs-main .context h5 {
    color: #E14736;
}

.docs-main .context ul img {
    margin: 30px 0;
}

.docs-main .operation-button-wrap > img {
    margin-bottom: 30px;
}

.docs-main .context ul.circle-style-ul {
    margin-bottom: 30px;
}

    .docs-main .context ul.circle-style-ul li {
        line-height: 30px;
    }

.docs-nav-button {
    position: fixed;
    left: 0;
    top: 50%;
    width: 50px;
    height: 40px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    background-color: #E14736;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 100;
    display: none;
    cursor: pointer;
}

    .docs-nav-button i {
        color: white;
        font-size: 20px;
    }

.docs-nav {
    position: relative;
}

.docs-nav-close {
    display: none;
}

.docs-nav.active .docs-nav-close {
    display: block;
    position: absolute;
    top: 10px;
    right: 20px;
    cursor: pointer;
}

    .docs-nav.active .docs-nav-close i {
        font-size: 22px;
    }



/* Search Modal */
/*.page-search-modal {
    display: none;
}*/

/*    .page-search-modal.active {
        display: flex;
        flex-direction: column;
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        height: 100vh;
        z-index: 9000;
    }*/

/*.page-search-modal.active .search-modal-wrap {
            background-color: white;
            height: 450px;
        }*/
/*.page-search-modal.active .search-modal-wrap {
            background-color: white;
        }
        .page-search-modal.active .search-modal-wrap h5 {
            text-transform: uppercase;
        }*/
/*.page-search-modal.active .layer {
            width: 100%;
            height: calc(100vh - 450px);
            background-color: rgba(0, 0, 0, 0.579);
        }*/

/*.search-modal-wrap .close {
    position: absolute;
    right: 30px;
    top: 30px;
    transition: 0.6s ease;
    cursor: pointer;
}*/

/*.search-modal-wrap .close:hover i {
    transform: rotate(90deg);
    transition: 0.6s ease;
}*/

.search-wrap-input {
    border: 1px solid #e9e9e9;
    transition: 0.6s ease;
}

.search-breadcrumb.breadcrumbs .d-flex {
    background: transparent !important;
    backdrop-filter: none;
    display: block !important;
}

.search-result-breadcrumb.breadcrumbs .d-flex {
    background: transparent !important;
    backdrop-filter: none;
    display: block !important;
}

.search-wrap {
    display: flex;
    background: white;
    align-items: center;
    padding: 10px 20px;
    height: 100%;
    border-radius: 5px;
}

    .search-wrap > .search-wrap-box {
        position: relative;
        display: flex;
        align-items: center;
    }

        .search-wrap > .search-wrap-box button {
            min-width: 150px;
            padding: 10px 20px;
            margin-left: 20px;
            background: #252525;
            color: white;
            border-radius: 5px;
        }

            .search-wrap > .search-wrap-box button:hover {
                background: #E14736;
            }

        .search-wrap > .search-wrap-box:first-of-type {
        }

        .search-wrap > .search-wrap-box:nth-of-type(2)::after {
            content: '';
            position: absolute;
            left: 0;
            width: 1px;
            top: 20%;
            bottom: 20%;
            background: #cecece;
        }
/*.search-breadcrumb.breadcrumbs .search-wrap-input,
.search-result-breadcrumb.breadcrumbs .search-wrap-input {
    backdrop-filter: blur(4px);
    background-color: rgba(255, 255, 255, 0.365) !important;
}*/
.search-breadcrumb.breadcrumbs .search-wrap-input,
.search-result-breadcrumb.breadcrumbs .search-wrap-input {
    backdrop-filter: none;
    background-color: transparent !important;
    border: none;
}

    .search-breadcrumb.breadcrumbs .search-wrap-input:hover,
    .search-result-breadcrumb.breadcrumbs .search-wrap-input:hover {
        border: none !important;
    }
/*.search-wrap-input input {
        width: calc(100% - 50px);
    }*/
.search-wrap-input input {
    min-width: 300px;
    padding: 10px 20px;
}

    .search-wrap-input input::placeholder {
        color: #252525;
    }

    .search-wrap-input input:active,
    .search-wrap-input input:focus {
        outline: none;
    }

@media screen and (max-width:991px) {
    .search-wrap-input input,
    .search-wrap > .search-wrap-box button {
        min-width: auto;
    }
}

@media screen and (max-width:576px) {
    .search-breadcrumb.breadcrumbs .search-wrap-input, .search-result-breadcrumb.breadcrumbs .search-wrap-input {
        padding: 50px 15px;
    }

    .search-wrap {
        flex-direction: column;
    }

        .search-wrap > .search-wrap-box:nth-of-type(2)::after {
            display: none;
        }

        .search-wrap > .search-wrap-box button {
            margin-left: 0;
            margin-top: 20px;
            padding: 6px 0;
            width: 100%;
        }

        .search-wrap > .search-wrap-box {
            width: 100%;
        }
}

.search-wrap-input input::placeholder {
    font-size: 13px;
    color: #a2a2a2;
}

.search-wrap-input .search-icon {
    width: 50px;
    cursor: pointer;
}

.search-wrap-input:hover {
    border: 1px solid #ff2828 !important;
    transition: 0.6s ease;
}

.grid-slider-container-no-product {
    min-height: 700px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.noproduct-see-all {
    color: tomato;
}

    .noproduct-see-all i {
        margin-right: 10px;
    }

.search-modal-result {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    box-shadow: 0px 8px 20px rgb(61 110 168 / 10%);
    max-height: 400px;
    overflow-y: auto;
    background-color: white;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.product-result-div .item {
    border-bottom: 1px solid #ececec;
}

    .product-result-div .item .image {
        width: 75px;
        padding: 5px;
    }

        .product-result-div .item .image img {
            width: 70px;
            height: 70px;
            object-fit: cover;
        }

    .product-result-div .item .info {
        padding: 5px 15px;
        width: calc(100% - 75px);
    }

.search-modal-result::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(154, 154, 154, 0.3);
    -ms-webkit-box-shadow: inset rgba(150, 150, 150, 0.3);
    background-color: #F5F5F5;
    border-radius: 10px;
}

.search-modal-result::-webkit-scrollbar {
    width: 6px;
    background-color: #F5F5F5;
}

.search-modal-result::-webkit-scrollbar-thumb {
    border-radius: 10px;
    border: 1px solid white;
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.44, #8c8c8c), color-stop(0.72, #8c8c8c), color-stop(0.86, #8c8c8c));
}

.search-modal-result-more a:hover {
    background-color: #a6b831;
    transition: 0.6s ease;
}

@media screen and (max-width:650px) {
    /*.page-search-modal.active .layer {
        display: none;
    }*/

    /*.page-search-modal.active .search-modal-wrap {
        height: 100vh;
        align-items: flex-start;
        padding: 80px 10px 0 10px;
        width: 100%;
    }*/

    .search-wrap-input {
        width: 100%;
    }

    .product-result-div .item {
        flex-direction: column;
    }

        .product-result-div .item .info {
            text-align: center !important;
        }

    /*.page-search-modal.active .search-modal-wrap > div.text-center {
        width: 100%;
    }*/
}

body.modal-mode {
    overflow: hidden;
    max-height: 100vh;
}

.d-flex-center {
    display: flex;
    justify-content: center;
    align-items: center;
}

.full-width-header .lgx-header.style3 .box-layout .row-table .menu-responsive .main-menu .lgx-menu ul li.active a {
    color: #333 !important;
}

.lgx-menu .menu-item-sectors > ul {
    max-height: 80vh;
    overflow-y: auto;
}

.lgx-menu .menu-item-sectors ul ul {
    opacity: 1;
    visibility: visible;
    position: relative;
    left: auto;
    top: auto;
    right: auto;
    max-height: auto !important;
    transform: none;
    background-color: white;
    padding-left: 40px;
}

    /* .lgx-menu .menu-item-sectors ul ul.type1::after {
      content: '';
      position: absolute;
      width: 1px;
      top: 0;
      left: 40px;
      bottom: 23px;
      background-color: #cfcfcf;
  } */

    .lgx-menu .menu-item-sectors ul ul.type2 li::after {
        content: '';
        position: absolute;
        width: 15px;
        left: 0;
        height: 1px;
        top: 50%;
        background-color: #cfcfcf;
    }

    .lgx-menu .menu-item-sectors ul ul.type1 li {
        position: relative;
    }

/* .lgx-menu .menu-item-sectors ul ul.type1 li::after {
          content: '';
          position: absolute;
          width: 15px;
          left: 0;
          height: 1px;
          top: 50%;
          background-color: #cfcfcf;
      } */

.menu-item-product-flex {
    display: flex;
    justify-content: space-between;
}

    .menu-item-product-flex div {
        display: inline-flex;
        align-items: center;
    }

        .menu-item-product-flex div img {
            width: 33px;
            height: 40px;
            object-fit: contain;
            margin-right: 15px;
        }

    .menu-item-product-flex h5 {
        margin: 0;
    }

.lgx-menu .more-list {
    background: #454545;
    color: white !important;
}

    .lgx-menu .more-list a {
        text-align: center;
        color: white !important;
    }

        .lgx-menu .more-list a i {
            margin-left: 10px !important;
            font-size: 13px;
            color: white;
        }

.full-width-header .lgx-header.style3 .box-layout .row-table .menu-responsive .main-menu .lgx-menu ul li.more-list a {
    color: white !important;
}










/* News Page Section */
#news-page-section {
    padding: 50px 0;
}

    #news-page-section .grid {
        display: grid;
        grid-template-columns: calc(100% - 430px) 400px;
        gap: 30px;
    }

.news-item {
    box-shadow: 0 2px 20px rgb(0 0 0 / 8%);
    padding: 15px;
    margin-bottom: 30px;
    cursor: pointer;
}

    .news-item * {
        transition: 0.6s ease;
    }

    .news-item .image {
        width: 100%;
        aspect-ratio: 5/3;
        overflow: hidden;
        position: relative;
    }

        .news-item .image img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

    .news-item:hover .image img {
        transform: scale(1.06);
    }

    .news-item .info {
        padding: 25px 10px;
    }

.category-tag {
    position: absolute;
    bottom: 15px;
    right: 15px;
    padding: 7px 20px;
    background-color: #E14736;
    color: white;
    font-size: 15px;
    font-weight: bold;
    letter-spacing: 1px;
    border-radius: 2px;
}

.news-item .info h1 {
    font-size: 24px;
    font-weight: bold;
    letter-spacing: 1px;
    line-height: 41px;
}

    .news-item .info h1:hover {
        color: #E14736;
    }

.news-item .info div.d-flex {
    margin-bottom: 20px;
}

    .news-item .info div.d-flex div {
        margin-right: 25px;
    }

    .news-item .info div.d-flex i {
        font-size: 18px;
        color: #E14736;
    }

    .news-item .info div.d-flex h6 {
        font-size: 15px;
        margin: 0 10px;
    }

.news-item .info p {
    font-size: 16px;
}

.news-item .info a {
    color: #E14736;
    display: inline-block;
    font-weight: bold;
}

    .news-item .info a:hover i {
        transform: translateX(10px);
    }

.filter-item {
    box-shadow: 0 2px 20px rgb(0 0 0 / 8%);
    padding: 40px 25px;
    margin-bottom: 30px;
    cursor: pointer;
}

    .filter-item * {
        transition: 0.6s ease;
    }

    .filter-item h5.title {
        position: relative;
        font-size: 23px;
        font-weight: bold;
        letter-spacing: 1px;
    }

        .filter-item h5.title::after {
            content: '';
            position: absolute;
            bottom: -15px;
            left: 0;
            height: 3px;
            width: 30%;
            background-color: #E14736;
        }

    .filter-item .search {
        display: flex;
        background-color: rgb(238, 238, 238);
        border-radius: 5px;
        position: relative;
    }

        .filter-item .search input {
            width: calc(100% - 50px);
            padding: 15px 20px;
            background-color: transparent;
            border: none;
            outline: none;
        }

        .filter-item .search button {
            width: 50px;
            border: none;
            background-color: transparent;
            outline: none;
            font-size: 20px;
        }

    .filter-item .recent-posts .item {
        display: flex;
        padding: 20px 0;
    }

        .filter-item .recent-posts .item .image {
            width: 100px;
            height: 100px;
        }

            .filter-item .recent-posts .item .image img {
                width: 100%;
                height: 100%;
                object-fit: cover;
            }

        .filter-item .recent-posts .item .info {
            width: calc(100% - 100px);
            padding: 0 15px;
        }

            .filter-item .recent-posts .item .info h3 {
                font-size: 17px;
                margin-bottom: 2px;
                font-weight: bold;
                line-height: 30px;
            }

                .filter-item .recent-posts .item .info h3:hover {
                    color: #E14736;
                }

            .filter-item .recent-posts .item .info div {
                display: flex !important;
            }

                .filter-item .recent-posts .item .info div i {
                    font-size: 15px;
                    color: #E14736;
                    margin-right: 4px;
                }

                .filter-item .recent-posts .item .info div h6 {
                    font-size: 14px;
                    font-weight: bold;
                    color: rgb(38, 38, 38);
                }

    .filter-item .categories div a {
        display: block;
        padding: 6px 0;
        color: #121212;
        font-size: 15px;
        font-weight: 600;
    }

        .filter-item .categories div a:hover {
            color: #E14736;
        }

    .filter-item .categories div {
        padding: 15px 0;
    }

@media screen and (max-width:992px) {
    #news-page-section .grid {
        display: flex;
        flex-direction: column-reverse;
    }
}

@media screen and (max-width:768px) {
    

    .search-breadcrumb.breadcrumbs .d-flex,
    .search-result-breadcrumb.breadcrumbs .d-flex {
        padding-top: 50px;
        padding-bottom: 80px;
    }

    #news-page-section {
        padding-top: 30px;
    }

    .filter-item .recent-posts .item .info h3 {
        font-size: 13px;
    }

    .news-item .info h1 {
        font-size: 20px;
    }

    .news-item .info p {
        font-size: 14px;
    }
}








/* News Detail */
#news-detail-page-section {
    padding: 50px 0;
}

    #news-detail-page-section .grid {
        display: grid;
        grid-template-columns: calc(100% - 430px) 400px;
        gap: 30px;
    }

.news-detail-info-wrapper {
    padding: 0 15px;
}

    .news-detail-info-wrapper div.d-flex {
        padding: 20px 0;
        display: flex !important;
    }

        .news-detail-info-wrapper div.d-flex i {
            margin-right: 5px;
            color: #E14736;
            font-size: 14px;
        }

        .news-detail-info-wrapper div.d-flex h6 {
            margin-right: 15px;
            font-size: 14px;
            margin-bottom: 0;
        }

    .news-detail-info-wrapper p {
        letter-spacing: 0.5px;
        margin: 20px 0;
    }

    .news-detail-info-wrapper h4 {
        font-weight: bold;
        font-size: 25px;
        margin: 10px 0;
        font-family: Poppins-Bold;
    }

    .news-detail-info-wrapper ul li {
        list-style-type: disc;
    }

    .news-detail-info-wrapper ul {
        margin: 20px 0;
        padding-left: 30px;
    }

    .news-detail-info-wrapper .leaveareply h4 {
        margin-bottom: 30px;
    }

.news-detail-list {
    line-height: 36px;
    font-size: 17px;
}

    .news-detail-list::first-line {
        font-size: 20px;
        line-height: 40px;
        margin-bottom: 15px;
        font-family: Poppins-Bold;
    }

.news-detail-info-wrapper .leaveareply label {
    color: rgb(81, 81, 81);
}

.news-detail-info-wrapper .leaveareply form {
    display: block;
    padding: 30px 0;
}

.news-detail-info-wrapper .leaveareply div {
    display: grid;
    grid-template-columns: calc(50% - 10px) calc(50% - 10px);
    gap: 20px;
}

.news-detail-info-wrapper .leaveareply form input,
.news-detail-info-wrapper .leaveareply form textarea {
    background-color: rgb(244, 244, 244);
    border: none;
    border-radius: 4px;
    padding: 15px 20px;
    margin-bottom: 20px;
}

.news-detail-info-wrapper .leaveareply form textarea {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    min-height: 200px;
    max-height: 400px;
}

.news-detail-info-wrapper .leaveareply form button {
    padding: 10px 30px;
    border: none;
    outline: none;
    background-color: #E14736;
    color: white;
    font-weight: 600;
    margin: 20px 0;
    transition: 0.5s ease;
}

    .news-detail-info-wrapper .leaveareply form button:hover {
        background-color: #b14133;
        transition: 0.5s ease;
    }

@media screen and (max-width:992px) {
    #news-detail-page-section .grid {
        display: flex;
        flex-direction: column;
    }
}

@media screen and (max-width:768px) {
    .news-detail-info-wrapper .leaveareply div {
        display: block;
    }

    .news-detail-info-wrapper .leaveareply form input {
        width: 100%;
    }

    .news-detail-breadcrumb h1 {
        font-size: 22px;
    }

    #news-detail-page-section {
        padding-top: 40px;
    }
}

.news-detail-breadcrumb {
    background-size: cover;
}

    .news-detail-breadcrumb h1 {
        color: white;
    }

        .news-detail-breadcrumb h1::after {
            background-color: white !important;
        }
/* Sector Detail */
#sector-detail-page-section3,
#sector-detail-page-section2,
#sector-detail-page-section1,
#sector-detail-page-section {
    padding: 50px 0;
}


    #sector-detail-page-section3 .sector-wrapper {
        margin: 50px 0;
    }

        #sector-detail-page-section3 .sector-wrapper .grid {
            display: grid;
            grid-template-columns: calc(25% - 18px) calc(25% - 18px) calc(25% - 18px) calc(25% - 18px);
            gap: 24px;
        }

        #sector-detail-page-section3 .sector-wrapper .item .image {
            overflow: hidden;
            aspect-ratio: 4/3;
        }

            #sector-detail-page-section3 .sector-wrapper .item .image img {
                object-fit: cover;
                width: 100%;
                height: 100%;
            }

    #sector-detail-page-section p {
        font-size: 14px;
        line-height: 30px;
        letter-spacing: 1px;
        margin: 0;
    }
        #sector-detail-page-section p:last-of-type{
            margin-top:30px;
        }
        /*.sector-detail-info-grid p {
    position: sticky;
    top: 80px;
    margin-bottom: 0 !important;
}*/
        #sector-detail-page-section3 .sector-wrapper .item .text {
            padding: 10px 0;
        }

    #sector-detail-page-section3 .sector-wrapper .item .text > div {
        display: flex;
        align-items: center;
        padding: 10px 0;
    }

    #sector-detail-page-section3 .sector-wrapper .item .text div i {
        font-size: 20px;
        color: #E14736;
    }

    #sector-detail-page-section3 .sector-wrapper .item .text div h1 {
        margin: 0px 10px 0px 10px;
        font-size: 20px;
        word-wrap: break-word;
        color: #E14736;
    }

#sector-detail-page-section .text {
    border: 1px solid #f0f0f0;
    border-radius: 4px;
    cursor: default;
    position: relative;
    border-top: 2px solid red;
}

@media screen and (max-width:1200px) {
    #sector-detail-page-section3 .sector-wrapper .grid {
        grid-template-columns: calc(33.333% - 16px) calc(33.333% - 16px) calc(33.333% - 16px);
        gap: 24px;
    }
}

@media screen and (max-width:992px) {
    #sector-detail-page-section3 .sector-wrapper .grid {
        grid-template-columns: calc(50% - 12px) calc(50% - 12px);
        gap: 24px;
    }
}

@media screen and (max-width:768px) {
    #sector-detail-page-section3 .sector-wrapper .grid {
        grid-template-columns: 100%;
        gap: 24px;
    }

    #sector-detail-page-section .grid .text:last-of-type {
        margin-bottom: 20px;
    }
}



#sector-detail-page-section2 .grid-slider-container {
    margin-bottom: 30px;
}

    #sector-detail-page-section2 .grid-slider-container .grid-slider {
        background-color: #f56c551c;
    }

    #sector-detail-page-section2 .grid-slider-container:nth-child(even) .grid-slider {
        background-color: #c3c3c33d;
    }

    #sector-detail-page-section2 .grid-slider-container:nth-child(even) .text {
        grid-column: 2;
        grid-row: 1;
    }

    #sector-detail-page-section2 .grid-slider-container:nth-child(odd) .image img {
        transform: translateX(80px);
        border: 1px solid #e3e3e3;
    }

    #sector-detail-page-section2 .grid-slider-container:nth-child(even) .image img {
        transform: translateX(-80px);
        border: 1px solid #e3e3e3;
    }

    #sector-detail-page-section2 .grid-slider-container:nth-child(even) .image {
        grid-column: 1;
        grid-row: 1;
    }

#sector-detail-page-section2 .sector-wrapper .grid-1 .text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 40px;
}

    #sector-detail-page-section2 .sector-wrapper .grid-1 .text .box1 {
        display: flex;
        margin-bottom: 20px;
        align-items: center;
    }

        #sector-detail-page-section2 .sector-wrapper .grid-1 .text .box1 i {
            font-size: 30px;
            color: #E14736;
            margin-right: 10px;
        }

        #sector-detail-page-section2 .sector-wrapper .grid-1 .text .box1 h3 {
            margin: 0;
            color: #E14736;
            font-weight: bold;
        }

    #sector-detail-page-section2 .sector-wrapper .grid-1 .text h1 {
        font-size: 30px;
        font-weight: 600;
        letter-spacing: 1px;
    }

    #sector-detail-page-section2 .sector-wrapper .grid-1 .text p {
        line-height: 30px;
        letter-spacing: 1px;
    }

    #sector-detail-page-section2 .sector-wrapper .grid-1 .text .box2 a {
        display: inline-block;
        padding: 10px 40px;
        border-radius: 5px;
        background-color: #E14736;
        font-weight: bold;
        color: white;
    }

        #sector-detail-page-section2 .sector-wrapper .grid-1 .text .box2 a:hover {
            opacity: 0.8;
        }

#sector-detail-page-section2 .sector-wrapper .grid-1 .image {
    padding: 40px;
}

    #sector-detail-page-section2 .sector-wrapper .grid-1 .image img {
        width: 100%;
    }

@media screen and (max-width:768px) {
    #sector-detail-page-section2 .sector-wrapper .grid-1 .image img {
        transform: translateX(0);
    }

    #sector-detail-page-section2 .sector-wrapper .grid-1 .text {
        padding: 40px 0;
    }

    #sector-detail-page-section2 .sector-wrapper .grid-1 .image {
        padding: 0;
    }

    #sector-detail-page-section2 .grid-slider-container {
        margin-bottom: 0;
        padding-bottom: 20px;
    }
}

#sector-detail-page-section1 .grid-info {
    position: relative;
}

#sector-detail-page-section1 .grid-advantage-container-fluid {
    background-color: rgba(37, 37, 37, 0.557);
    padding: 50px 0;
}

#sector-detail-page-section1 .sector-wrapper {
    padding: 50px 0;
}

    #sector-detail-page-section1 .sector-wrapper .grid-2 {
        display: grid;
        grid-template-columns: calc(33.333% - 16px) calc(33.333% - 16px) calc(33.333% - 16px);
        gap: 24px;
    }

        #sector-detail-page-section1 .sector-wrapper .grid-2 > div {
            display: flex;
            align-items: flex-start;
        }

        #sector-detail-page-section1 .sector-wrapper .grid-2 .icon {
            padding: 0 10px;
        }

            #sector-detail-page-section1 .sector-wrapper .grid-2 .icon i {
                font-size: 60px;
                color: #E14736;
            }

        #sector-detail-page-section1 .sector-wrapper .grid-2 .text {
            padding: 5px 10px;
        }

            #sector-detail-page-section1 .sector-wrapper .grid-2 .text h1.title {
                font-size: 20px !important;
                margin-bottom: 15px;
                font-weight: bold;
                font-family: Poppins-Bold;
                color: white;
            }

            #sector-detail-page-section1 .sector-wrapper .grid-2 .text h4 {
                font-size: 14px;
                line-height: 27px;
                letter-spacing: 0.7px;
                color: white;
            }

@media screen and (max-width:992px) {
    #sector-detail-page-section1 .sector-wrapper .grid-2 {
        grid-template-columns: calc(50% - 12px) calc(50% - 12px);
    }
}

@media screen and (max-width:992px) {
    #sector-detail-page-section1 .sector-wrapper .grid-2 > div {
        display: block;
        align-items: flex-start;
    }

    #sector-detail-page-section1 .sector-wrapper .grid-2 .icon {
        margin-bottom: 20px;
    }
}

#sector-detail-page-section .grid-info.container {
    padding-top: 0;
}

#sector-detail-page-section .sector-wrapper {
    padding-top: 50px;
}

#sector-detail-page-section .grid-info.container .grid .image img {
    border-radius: 5px;
}

@media screen and (max-width:576px) {
    #sector-detail-page-section .grid-info.container {
        padding: 0;
    }
}







/* Division Detail */
#division-detail-page-section1,
#division-detail-page-section {
    padding: 50px 0;
}


    #division-detail-page-section1 .division-wrapper {
        margin: 50px 0;
    }

        #division-detail-page-section1 .division-wrapper .grid {
            display: grid;
            grid-template-columns: calc(25% - 18px) calc(25% - 18px) calc(25% - 18px) calc(25% - 18px);
            gap: 24px;
        }

        #division-detail-page-section1 .division-wrapper .item .image {
            overflow: hidden;
            aspect-ratio: 4/3;
        }

            #division-detail-page-section1 .division-wrapper .item .image img {
                object-fit: cover;
                width: 100%;
                height: 100%;
            }

        #division-detail-page-section1 .division-wrapper .item .text {
            padding: 10px 0;
        }

            #division-detail-page-section1 .division-wrapper .item .text > div {
                display: flex;
                align-items: center;
                padding: 10px 0;
            }

            #division-detail-page-section1 .division-wrapper .item .text div i {
                font-size: 20px;
                color: #E14736;
            }

            #division-detail-page-section1 .division-wrapper .item .text div h1 {
                margin: 0px 10px 0px 10px;
                font-size: 20px;
                word-wrap: break-word;
                color: #E14736;
            }

@media screen and (max-width:1200px) {
    #division-detail-page-section1 .division-wrapper .grid {
        grid-template-columns: calc(33.333% - 16px) calc(33.333% - 16px) calc(33.333% - 16px);
        gap: 24px;
    }
}

@media screen and (max-width:992px) {
    #division-detail-page-section1 .division-wrapper .grid {
        grid-template-columns: calc(50% - 12px) calc(50% - 12px);
        gap: 24px;
    }
}

@media screen and (max-width:768px) {
    #division-detail-page-section1 .division-wrapper .grid {
        grid-template-columns: 100%;
        gap: 24px;
    }
}



#division-detail-page-section .grid-info.container {
    padding-top: 0;
}

#division-detail-page-section .division-wrapper {
    padding-top: 50px;
}

#division-detail-page-section .grid-info.container .grid .image img {
    border-radius: 5px;
}

.docs-nav-sticky > h5:first-of-type {
    margin-top: 0 !important;
}


/* Docs Select*/
.ddl-select {
    visibility: hidden;
}

.ddl {
    position: relative;
    height: 35px;
    width: 100%;
    text-align: initial;
}

    .ddl::after {
        content: '';
        position: absolute;
        top: 18px;
        right: 13px;
        width: 9px;
        height: 2px;
        background: #555;
        z-index: 99;
        transform: rotate(-40deg);
        transition: 0.5s;
    }

    .ddl::before {
        content: '';
        position: absolute;
        top: 18px;
        right: 19px;
        width: 9px;
        height: 2px;
        background: #555;
        z-index: 99;
        transform: rotate(40deg);
        transition: 0.5s;
    }

    .ddl.active::after {
        right: 25px;
    }

    .ddl.active::before {
        right: 20px;
    }

.ddl-input {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
    border-radius: 10px;
    padding: 10px 20px;
    outline: none;
    background: #fff;
    border: 1px solid #e9e9e9;
    font-size: 13px;
}

.ddl.active .ddl-options {
    visibility: visible;
    opacity: 1;
}

.ddl .ddl-options {
    position: absolute;
    width: 100%;
    top: 35px;
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    visibility: hidden;
    opacity: 0;
    transition: 0.25s;
    z-index: 999;
    border: 1px solid #e9e9e9;
    box-shadow: 0 0 5px rgba(0,0,0,0.10);
}

    .ddl .ddl-options > div {
        padding: 4px 20px;
        cursor: pointer;
        font-size: 13px;
    }

        .ddl .ddl-options > div:hover {
            background: #E14736;
            color: #fff;
        }









li.PartnerLogin a {
    font-weight: 600;
}

li.PartnerLogin i {
    margin-left: 10px;
    font-size: 15px;
    color: white !important;
    transition: all 0.3s ease;
}

li.PartnerLogin a:hover i {
    color: rgb(71, 65, 61) !important;
    transition: all 0.3s ease;
}

.full-width-header .mobile-navbar-menu .nav-menu li.PartnerLogin a i {
    margin-left: 10px;
    font-size: 15px;
    color: white !important;
    transition: all 0.3s ease;
    display: inline-block !important;
}


/* Blog Reply Wrapper */
.reply-wrapper {
    margin: 50px 0 100px 0;
}

.blog-detail-info-wrapper .reply-wrapper h4,
.news-detail-info-wrapper .reply-wrapper h4 {
    margin-bottom: 30px;
}

.reply-wrapper .box {
    display: grid;
    grid-template-columns: 50px calc(100% - 70px);
    gap: 20px;
    margin-bottom: 30px;
}

    .reply-wrapper .box img {
        width: 50px;
        height: 50px;
        border-radius: 50%;
        object-fit: cover;
    }

    .reply-wrapper .box h5 {
        margin-bottom: 5px !important;
    }

    .reply-wrapper .box p {
        margin: 0;
    }

.reply-wrapper span {
    font-size: 12px;
    color: grey;
}

.answer-logix-store {
    display: grid;
    grid-template-columns: 30px calc(100% - 50px);
    gap: 20px;
    margin-bottom: 50px;
    padding: 15px;
    background-color: #e7e7e7;
    margin-left: 50px;
}

    .answer-logix-store img {
        width: 30px;
        height: 30px;
        border-radius: 50%;
        object-fit: cover;
    }

    .answer-logix-store h6 {
        margin-bottom: 5px !important;
    }

    .answer-logix-store i {
        margin-left: 10px;
        color: grey;
    }

    .answer-logix-store p {
        margin: 0;
    }

.more-reply-wrap a {
    display: inline-block;
    color: #ff5421;
}

@media screen and (max-width:768px) {
    .reply-wrapper .box {
        grid-template-columns: 100%;
    }

    .answer-logix-store {
        margin-left: 0;
        grid-template-columns: 100%;
    }
}

#lgx-header .sticky .box-layout .row-table .menu-responsive .main-menu .lgx-menu ul.nav-menu li a:hover {
    color: #333 !important;
}


/* New SLider */
#index-slider-section {
    /*margin-top: 65px;*/
    aspect-ratio: 16/5;
}

    #index-slider-section .carousel-item {
        /* padding: 15px; */
        cursor: -webkit-grabbing;
    }

.slider-content {
    display: flex;
    /* justify-content: center; */
    align-items: end;
    padding: 50px 100px;
    justify-content: flex-end;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    /*background: #00000080;*/
    position: absolute;
    flex-direction: column;
}

    .slider-content h5 {
        color: white;
        font-size: 40px;
        margin: 0;
        text-align: end;
        font-weight: 600;
        background: #E1473680;
        padding: 10px;
        position: relative;
        border-radius: 4px;
        padding-bottom: 15px;
        box-shadow: 3px 4px 10px #E1473680, -3px -3px 10px #E1473680;
    }

    .slider-content h6 {
        color: white;
        font-size: 25px;
        margin: 20px 0;
        max-width: 1000px;
        text-align: end;
        font-weight: 600;
        padding: 10px;
        border-radius: 4px;
        margin-top: 3px;
        position: relative;
        background: #E1473680;
        box-shadow: 3px 4px 10px #E1473680, -3px -3px 10px #E1473680;
    }

@media screen and (max-width:1200px) {
    .slider-content h6 {
        width: 90%;
        font-size: 20px;
    }

    .slider-content h5 {
        font-size: 30px;
    }
}
/*.slider-content h6::after{
                content:'';
                position:absolute;
                width:400px;
                top:-20px;
                left:calc(50% - 200px);
                height:0px;
                border-top:2px dotted #bfbfbf;
            }*/
.slider-content a {
    display: inline-block;
    padding: 5px 20px;
    transition: 0.6s ease;
    padding: 7px 20px;
    background: #E14736;
    margin-top: 20px;
    color: white;
    font-size: 14px;
}

    .slider-content a:hover {
        background: #ad3f30;
        transition: 0.6s ease;
    }

#index-slider-section .carousel-item img {
    /* border-radius: 30px; */
    /* height: 500px; */
    box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.21);
    transition: 0.25s linear;
    /*height: calc(100vh - 65px);*/
    /*object-fit: cover;*/
}

#index-slider-section {
    position: relative;
}

    #index-slider-section .carousel-control-next,
    #index-slider-section .carousel-control-prev {
        width: 60px;
    }

    #index-slider-section .carousel-indicators {
        transform: translateY(-40px);
    }

        #index-slider-section .carousel-indicators li {
            display: inline-block;
            width: 10px;
            height: 10px;
            margin: 1px;
            text-indent: -999px;
            cursor: pointer;
            background-color: #000 \9;
            background-color: rgba(0, 0, 0, 0);
            border: 1px solid #fff;
            border-radius: 10px;
            margin: 2px;
            position: relative;
            top: 55px;
        }

            #index-slider-section .carousel-indicators li.active {
                background: #fff;
            }

@media only screen and (max-width: 756px) {
    #index-slider-section .carousel-item img {
        height: auto;
        aspect-ratio: 4/3;
        object-fit: cover;
    }

    .slider-content {
        padding: 25px 45px;
    }

        .slider-content h5 {
            font-size: 25px;
        }

        .slider-content h6 {
            font-size: 14px;
            line-height: 28px;
        }
}
@media screen and (max-width:576px){
    li.PartnerLogin i{display:none;}
}
#index-slider-section .carousel-control-prev {
    left: 0px;
    /*margin: 0 -25px;*/
}

#index-slider-section .carousel-control-next {
    right: 0px;
    /*margin: 0 -25px;*/
}

#index-slider-section .carousel-indicators {
    z-index: 1;
}


.PartnerLogin {
    margin-right: 0 !important;
}

body {
    padding-top: 65px;
}




/* Search Page */
    #search-page-section {
        padding: 50px 0;
    }

    .search-result-item {
        display: grid;
        grid-template-columns: 300px calc(100% - 320px);
        gap: 20px;
        align-items: start;
    }

    .search-result-item .img {
        aspect-ratio: 4/4;
        width: 100%;
        overflow: hidden;
        cursor: pointer;
    }

    .search-result-item .img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: 0.5s ease;
    }

    .search-result-item .img:hover img {
        transform: scale(1.1);
        }

    .search-result-item .content {
        height: 100%;
        position: relative;
    }

    .search-result-item .content .search-result-item-name {
        margin: 0;
        color: #E14736;
        font-weight: bold;
    }

    .search-result-item .content .search-result-item-name img {
        width: 40px;
        margin-right: 5px;
    }

    .search-result-item .content .search-result-item-title {
        margin: 15px 0;
        font-size: 22px;
        font-weight: 600;
        letter-spacing: 1px;
    }

    .search-result-item .content .search-result-item-paragraph {
    }

    .search-result-item .content .search-result-item-detail-btn {
    }

    #search-page-section .card {
        padding: 25px 20px;
        margin-bottom: 25px;
        background-color: transparent;
        border: 1px solid rgb(0 0 0 / 5%);
    }

    #search-page-section .card:hover {
        background: #ffffff5c;
    }

    .search-result-item-detail-btn {
        display: inline-block;
        padding: 10px 40px;
        border-radius: 5px;
        background-color: #E14736;
        font-weight: bold;
        color: white;
    }

    .search-result-item-detail-btn:hover {
        background: #252525;
        color: white;
    }

    #search-page-section .row {
        margin-bottom: 50px;
    }

    @media screen and (max-width:767px) {
        .search-result-item {
            grid-template-columns: 200px calc(100% - 220px);
            gap: 20px;
        }
    }

    @media screen and (max-width:576px) {
        .search-result-item {
            display: flex;
            flex-direction: column-reverse;
        }

        .search-result-item .content {
            height: auto;
        }
    }




#play-video {
    border: 2px solid;
    border-radius: 50%;
    padding: 6px 11px;
    background: transparent;
    font-size: 24px;
    color: #ae2f3b;
    border-color: #ae2f3b;
    height: 56px;
    width: 56px;
    display: inline-block;
    vertical-align: middle;
    transition: all 0.3s ease !important;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    line-height: 1.5;
    cursor: pointer;
    position:relative;
}

    #play-video:hover {
        transform: scale(1.05);
        -moz-transform: scale(1.05);
        -webkit-transform: scale(1.05);
        -o-transform: scale(1.05);
    }

    #play-video i {
        transition: all 0s ease !important;
        -webkit-transition: all 0s ease;
        -moz-transition: all 0s ease;
        -o-transition: all 0s ease;
        line-height: 0;
    }

    #play-video:hover {
        background-color: #ae2f3b;
        color: #ffffff;
    }

#close-video {
    border: 2px solid;
    border-radius: 50%;
    background: transparent;
    font-size: 26px;
    color: #8D908A;
    height: 56px;
    width: 56px;
    text-align: center;
}

.youtube-video .modal-dialog {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 100%;
    padding: 0 15px;
    height: 100%;
    max-width: 1000px !important;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

#video-container {
    position: relative;
    padding-bottom: 50%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

iframe#youtubevideo {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}

.youtube-video .modal-footer {
    border: none;
    text-align: center;
    display: block;
    padding: 0;
}

.youtube-video .modal-content {
    background: none !important;
    border: none;
}
#about-page-section .video  {
    position:relative;
}
    #about-page-section .video #video_layer {
        position: absolute;
        inset: 0;
        background: #00000040;
    }




@keyframes waves {
    0% {
        -webkit-transform: scale(0.2, 0.2);
        transform: scale(0.2, 0.2);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }

    50% {
        opacity: 0.9;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
    }

    100% {
        -webkit-transform: scale(0.9, 0.9);
        transform: scale(0.9, 0.9);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }
}

.fa-play:before {
    content: "\f04b";
}

.waves {
    position: absolute;
    width: 160px;
    height: 160px;
    background: rgba(0, 0, 0, 0.3);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    border-radius: 100%;
    z-index: -1;
    -webkit-animation: waves 3s ease-in-out infinite;
    animation: waves 3s ease-in-out infinite;
}
.waves-block {
    position: absolute;
    inset: 0;
    transform: translate(-55%, -55%);
}
}
.wave-1 {
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
}

.wave-2 {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}

.wave-3 {
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
}



/*Header Country Select*/
.CounterlistItem .switch-lang {
    cursor: pointer;
    position:relative;
}
.CounterlistItem {
    margin-left: 24px;
    margin-right:0!important;
}
.CounterlistItem .switch-lang:hover .lang-dropdown {
    display: block;
}

.CounterlistItem .switcher-link {
    color: #fff;
}

.CounterlistItem .switcher-link:hover {
    color: #fff;
}

    .CounterlistItem .current-lang {
        height: 65px;
        display: flex;
        align-items: center;
    }

.CounterlistItem .lang-flag {
    width: 30px;
    height: 16px;
    object-fit: cover;
    display: inline-block;
    border: 1px solid white;
}

    .CounterlistItem .lang-text {
        display: inline-block;
        margin-left: 5px;
        vertical-align: top;
        margin-top: 2px;
        margin: 0 10px;
    }

    .CounterlistItem .lang-dropdown {
        opacity: 0;
        visibility: hidden;
        transform: translateX(50px) scaleY(0);
        transform-origin: 0 0 0;
        background: white;
        border-radius: 0;
        position: absolute;
        top: 100%;
        right: 0;
        padding: 20px 0;
        min-width: max-content;
        transition: all .3s ease-in-out;
        max-height: 80vh;
        overflow-y: auto;
        display:none;
    }
        .CounterlistItem .lang-dropdown img{
            width:25px;
            height:25px;
            object-fit:contain;
        }
        .CounterlistItem .switch-lang:hover .lang-dropdown {
            opacity: 1;
            visibility: visible;
            transform: translateX(50px) scaleY(1);
            /*display:none;*/
            box-shadow: 0 0 20px rgba(0,0,0,.15);
        }
    .CounterlistItem .selecting-lang {
        padding: 10px 30px;
        cursor: pointer;
        display:flex;
        align-items:center;
    }
    .CounterlistItem .selecting-lang p {
        transition: all 0.3s ease;
    }
    .CounterlistItem .selecting-lang:hover p {
        color: #E14736 !important;
    }
    .CounterlistItem ul > :first-child {
        border-radius: 5px 5px 0px 0px;
    }

    .CounterlistItem ul > :last-child {
        border-radius: 0px 0px 5px 5px;
    }
    .CounterlistItem .menu-arrow {
        display: inline-block;
        width: 10px;
        margin-left: 10px;
        vertical-align: top;
        margin-top: 6px;
    }



#product-page-section .product-wrapper .grid-info .grid{
    display:block;
}
    #product-page-section .product-wrapper  .grid-info .grid .text h1.title{
        font-size:20px;
    }
        #product-page-section .product-wrapper .grid-info .grid .text h1.title::after{
            display:none;
        }
    #product-page-section .product-wrapper .grid-info .grid .text{
        background:none;
        padding:0 20px;
    }
    #product-page-section .product-wrapper .grid-info .grid .text:hover{
        box-shadow:none;
    }
#sector-detail-page-section .grid{
    display:block;
}
    #sector-detail-page-section .sect-det-p {
        background: none;
        padding: 10px 20px;
        border: none;
        position: relative;
    }
        #sector-detail-page-section p:first-of-type {
            margin-bottom:30px;
        }
      @*  #sector-detail-page-section .sect-det-p::after {
            content: '';
            width: 15px;
            height: 15px;
            background-image: url('../images/icons//list/list.png');
            background-size: cover;
            position: absolute;
            left: 0px;
            top: 19px;
            font-size: 15px;
        }*@
        #sector-detail-page-section .text:hover {
            box-shadow: none;
        }
#product-page-section .product-wrapper .grid-info .grid .text h1.title {
    margin: 0 0 -15px 0px;
}

/* Pricing Package New Table Forms*/
.pricing-package-table table {
    width: 100%;
}

.pricing-package-table thead tr th * {
    margin: 0;
}

.pricing-package-table thead tr th {
    border: 1px solid #bfbfbf;
}

.pricing-package-table tr th,
.pricing-package-table tr td {
    padding: 25px;
}

    .pricing-package-table tr th:first-child {
        border: none;
    }

.pricing-package-table tbody tr td:nth-child(odd) {
    background: #ececec38;
}

.pricing-package-table tbody tr td {
    padding: 18px 20px;
    font-size: 13px;
}

.pricing-package-table thead tr th {
    padding: 40px 10px;
}
/*.pricing-package-table tbody tr td:not(:first-child) {
            border: 1px solid #bfbfbf;
        }*/
@media screen and (max-width:992px) {
    .pricing-package-table {
        width: 100%;
        overflow-x: auto;
    }

        .pricing-package-table table {
            width: max-content;
        }
}

.pricing-package-table table {
    margin-top: 50px;
    text-align: center;
}

.pricing-package-table tbody tr td:first-child {
    text-decoration: dashed;
    text-decoration-line: underline;
    text-underline-offset: 4px;
}

.pricing-package-table table .fa-check {
    color: green;
}

.pricing-package-table table .fa-close {
    color: red;
}

.pricing-package-table thead tr th {
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 20px;
    text-align: center;
    color: white;
    position: relative;
    padding-bottom: 80px;
    min-width:150px;
}

    .pricing-package-table thead tr th * {
        color: white;
    }

    .pricing-package-table thead tr th span.thead-price {
        position: absolute;
        bottom: 0;
        width: 110px;
        height: 110px;
        aspect-ratio: 5/5;
        display: flex;
        flex-direction: column;
        left: 50%;
        transform: translateX(-50%) translateY(50%);
        align-items: center;
        justify-content: center;
        background: white;
        border: 1px solid;
        border-radius: 50%;
        font-size: 12px;
        color: black;
        outline: 10px solid white;
        box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    }

        .pricing-package-table thead tr th span.thead-price * {
            color: black;
        }

    .pricing-package-table thead tr th:first-child {
        background-color: #00A8FF;
    }

    .pricing-package-table thead tr th:nth-child(2) {
        background-color: #00CCA5;
    }

    .pricing-package-table thead tr th:nth-child(3) {
        background-color: #FFBE01;
    }

    .pricing-package-table thead tr th:nth-child(4) {
        background-color: #E14736;
    }

    .pricing-package-table thead tr th:nth-child(5) {
        background-color: #A771FF;
    }

.pricing-package-table tbody tr:first-child td {
    padding-top: 80px;
}

.pricing-package-table thead tr th:nth-child(2) span.thead-price {
    border-color: #00CCA5;
}

.pricing-package-table thead tr th:nth-child(3) span.thead-price {
    border-color: #FFBE01;
}

.pricing-package-table thead tr th:nth-child(4) span.thead-price {
    border-color: #E14736;
}

.pricing-package-table thead tr th:nth-child(5) span.thead-price {
    border-color: #A771FF;
}

.pricing-package-table thead tr th:nth-child(2) .thead-price-span *,
.pricing-package-table thead tr th:nth-child(2) .thead-price-span {
    color: #00CCA5;
}

.pricing-package-table thead tr th:nth-child(3) .thead-price-span *,
.pricing-package-table thead tr th:nth-child(3) .thead-price-span {
    color: #FFBE01;
}

.pricing-package-table thead tr th:nth-child(4) .thead-price-span *,
.pricing-package-table thead tr th:nth-child(4) .thead-price-span {
    color: #E14736;
}

.pricing-package-table thead tr th:nth-child(5) .thead-price-span *,
.pricing-package-table thead tr th:nth-child(5) .thead-price-span {
    color: #A771FF;
}

.thead-price-span {
    display: flex;
    font-size: 22px;
}

.thead-price-month {
    display: block;
    font-size: 8px;
}
.video .video {
    background-size: 100% 100%;
}

.docs-nav-button{display:none!important;}
@media screen and (max-width:992px) {
    .breadcrumbs .container {
        padding: 30px 0 30px 0!important;
    }

    .breadcrumbs .d-flex {
        text-align: center!important;
    }
.more-product-page-section .product-wrapper .grid-1{
	display:block!important;
}
@media screen and (max-width:768px){
    #about-page-section .grid-1 .info{
        padding:0;
    }
        #about-page-section .grid-1 .info h1,
        #about-page-section .video .grid-3 .info h1 {
            font-size: 25px;
        }
}
@media screen and (max-width:576px) {
    .breadcrumbs {
        padding-left: 15px;
        padding-right: 15px;
    }
    .pricing-breadcrumb .freetrial {
        left: 10%;
        right: 10%;
        transform: translate(0, -50%);
    }
}