@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');


body {
    line-height: 2;
    font-family: "Plus Jakarta Sans", sans-serif;
}


:root {
    --primary-color: #fff;
    --secondary-color: #797e8a;
    --background-color: #F5F6F7;
    --third-color: #3b71fe;
    --fourth-color: #f0f5ff;
    --fifth-color: linear-gradient(250deg, #3b71fe 0, #001241 100%);
    --six-color: #ad0c36;
    --text-dark-black: #1c1e26;
}

p {
    text-transform: none !important;
    color: var(--secondary-color);
    font-size: 1rem;
    line-height: 1.8;
}

    p span {
        font-family: "Poppins", sans-serif;
    }

button:focus {
    border: 0 !important;
    -webkit-box-shadow: none;
    outline: none !important;
}

input:focus {
    outline: none;
}

.logo,
.mainmenu,
h1,
h2,
h3,
h4,
h5,
h6,
button[type="submit"],
input[type="submit"],
.bordered-btn,
.boxed-btn.cta-btn,
.boxed-btn.cta-btn-style-2,
.ticker,
.section-heading,
.single-service-item.no-padding-right .readmore-btn,
.service-box-style-4,
.service-box-style-5 .readmore-btn,
.login-form-style-1 button,
.login-form-style-2 button,
.coming-soon p,
.coming-soon p span {
    font-family: "Poppins", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 15px;
    font-family: "Plus Jakarta Sans", sans-serif;
}

h2 {
    font-weight: 600 !important;
    font-size: 3rem;
}

a {
    transition: .2s;
}

img {
    max-width: 100%;
    height: auto;
}

a:hover,
a:focus {
    text-decoration: none;
}

h3 {
    line-height: 35px;
}

input[type="text"],
input[type="email"],
input[type="tel"],
input[type="url"],
input[type="search"],
input[type="password"],
textarea {
    border: 1px solid #ddd;
    padding: 9px 15px;
}

button[type="submit"],
input[type="submit"] {
    color: #fff;
    border: medium none;
    font-weight: 700;
    text-transform: uppercase;
    padding: 9px 20px;
}

button:focus {
    outline: none !important;
}


.about-wrap {
    background-color: #23262D;
    padding: 5rem 0;
}


.how-its-works {
    display: flex;
    justify-content: space-between;
    max-width: 1200px;
    margin: auto;
    margin-top: 3rem;
    position: relative;
}

    .how-its-works::before {
        content: '';
        position: absolute;
        width: 100%;
        height: 3px;
        background: #3e74fe;
        top: 50%;
    }

    .how-its-works .box-wrap {
        max-width: 320px;
        height: 320px;
        background: #fff;
        padding: 1rem;
        border-radius: 20px;
        overflow: hidden;
        box-shadow: 0px 16px 52px 0px #00000012;
        position: relative;
    }

        .how-its-works .box-wrap::before {
            content: '';
            position: absolute;
            width: 100px;
            height: 100px;
            border-radius: 50%;
            right: -20px;
            bottom: -20px;
            background: #fafafa;
        }

        .how-its-works .box-wrap p {
            color: #0e0f13;
            font-size: 1rem;
            position: relative;
        }

.box-wrap span.icon {
    background: #fafafa;
    display: inline-block;
    padding: 1rem;
    margin-bottom: 1rem;
    border-radius: 50%;
    width: 150px;
    height: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: -40px;
    margin-left: -40px;
}

    .box-wrap span.icon em {
        background: #fff;
        padding: 10px;
        border-radius: 50%;
        width: 68px;
    }

        .box-wrap span.icon em img {
            width: 100%;
        }

.navbar-toggler {
    padding: 0;
}

.openbtn {
    width: 50px;
    height: 50px;
    border-radius: 5px;
    cursor: pointer;
    position: relative;
}

    .openbtn span {
        position: absolute;
        background: #fff;
        display: inline-block;
        border-radius: 3px;
        left: 14px;
        height: 2px;
        transition: all .4s;
    }

        .openbtn span:nth-of-type(1) {
            top: 15px;
            width: 45%;
        }

        .openbtn span:nth-of-type(2) {
            top: 23px;
            width: 35%;
        }

        .openbtn span:nth-of-type(3) {
            top: 31px;
            width: 20%;
        }

    .openbtn.active span:nth-of-type(1) {
        width: 45%;
        top: 18px;
        left: 14px;
        transform: translateY(6px) rotate(-135deg);
    }

    .openbtn.active span:nth-of-type(2) {
        opacity: 0;
    }

    .openbtn.active span:nth-of-type(3) {
        width: 45%;
        top: 30px;
        left: 14px;
        transform: translateY(-6px) rotate(135deg);
    }

.adrs-wrapper h5 {
    font-weight: 600;
    color: #fff;
}

.item.gal .album-img img {
    width: 100%;
}

.item.gal .album-title a {
    color: var(--text-dark-black);
    text-decoration: none;
}

.abt-pg-img {
    position: sticky;
    top: 250px;
}

button[type="submit"] i.fa {
    font-size: 120%;
    padding-left: 5px;
}

.about-wrapper p {
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.content-block {
    padding: 4rem 0;
    position: relative;
}

.gal-details {
    margin: auto;
}


.content-block.no-padding {
    padding: 0;
}

.dark-overlay {
    position: relative;
    z-index: 1;
}

.abut-content h2 {
    color: #fff !important;
    max-width: 600px;
}

header {
    position: fixed;
    width: 100%;
    background: #ffffff00;
    top: 0px;
    z-index: 100;
    transition: 0.3s all ease;
    /*    box-shadow: 0 1px 2px 0 rgba(0,0,0,0.05);*/
}

.scrolled header {
    top: 0;
    background: rgb(35 38 45);
    transform: translateY(-64px);
}

header .navbar .form-control {
    border-right: none;
    border-radius: 30px;
    background: #fafafa;
    border: none;
}

    header .navbar .form-control:focus {
        box-shadow: none;
    }

header .navbar .input-group-text {
    background: none;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
    border: none;
    background: #fafafa;
}

.scrolled header .navbar {
    box-shadow: none;
}

.navbar-nav li a {
    font-weight: 500;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
    padding: 0 !important;
    border-radius: 34px;
}

    .navbar-nav li a:hover {
        color: #f74630;
    }


.banner-wrapper p {
    color: #fff;
    font-size: 1.25rem;
    font-weight: 500;
}

.phn-no {
    margin-left: 2rem;
}

    .phn-no a {
        background: var(--fifth-color);
        padding: 0.4rem 1rem;
        border-radius: 6px;
        color: #fff;
        text-decoration: none;
    }

.detail-page {
    padding: 60px 0;
}

    .detail-page figure {
        border: 1px solid #ececec;
        border-radius: 10px;
    }

        .detail-page figure img {
            width: 100%;
        }

    .detail-page .detail {
        padding-left: 2rem;
    }

.inner-banner {
    width: 100%;
    height: 400px;
    background-size: cover !important;
    position: relative;
    z-index: 1;
    background-repeat: no-repeat !important;
    background-position: center !important;
}

section.inner-banner::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3) !important;
    z-index: -1;
}

.inner-banner h1 {
    margin-bottom: 0;
    font-weight: 600 !important;
    font-size: 3rem;
    text-align: center;
    color: #fff;
}

.bread-crumb-wrap {
    padding: 0.4rem 0;
    background: #eaeeef;
}

.events-listing {
    padding: 4rem 0;
}

.product-details-wrapper .price {
    font-size: 2rem;
    color: var(--text-dark-black);
}

.product-details-wrapper {
    background: #eaeeef;
}

    .product-details-wrapper .container-fluid {
        padding: 0;
    }

.product-image-left {
    padding: 2rem 4rem 4rem;
    position: sticky;
    top: 100px;
}

.product-details-wrapper table tr td {
    padding: 4px 8px !important;
    color: var(--secondary-color);
    font-size: 0.9375rem;
}

    .product-details-wrapper table tr td span {
        font-size: 0.9375rem !important;
        display: inline-block;
    }

    .product-details-wrapper table tr td.left {
        padding: 0;
        font-weight: 500;
        color: var(--text-dark-black);
        width: 220px !important;
    }

.product-details-wrapper figure {
    display: flex;
    flex-wrap: wrap;
}

    .product-details-wrapper figure a {
        width: 49%;
        margin: 0.5%;
    }

    .product-details-wrapper figure img {
        height: 420px;
        object-fit: cover;
    }

.product-details-wrapper .card {
    border: none;
    padding: 3rem 3rem;
    height: 100%;
    border-radius: 0;
}

.product-details-wrapper h3 {
    font-size: 1.3rem;
}

.product-details-wrapper .card h1 {
    font-size: 2.2rem;
    font-weight: 600 !important;
}

.gray-bg {
    background: #fafafa;
}

.relateds h2 {
    font-size: 2.4rem;
}

.breadcrumb li a {
    color: var(--text-dark-black);
    text-decoration: none;
}

.bread-crumb-wrap .breadcrumb-item a {
    color: var(--text-dark-black);
    text-decoration: none;
}

.breadcrumb-item.active {
    color: var(--third-color);
}

.navbar-transparent {
    box-shadow: none;
    left: 0;
    position: relative;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 1009;
}

.logo {
    max-width: 170px;
    padding: 0;
}

    .logo img {
        width: 100%;
        object-fit: contain;
    }

.news-section .card img {
    height: 260px;
    object-fit: cover;
    object-position: top;
    border-radius: 0;
}

.news-section h3.card-title a {
    color: #fff;
}

.news .card-body {
    padding: 14px 0;
}

    .news .card-body h3 {
        padding-bottom: 8px;
    }

.date-sec {
    column-gap: 17px;
    align-items: center;
    margin-bottom: 8px;
}

    .date-sec p {
        margin-bottom: 0;
        color: #fff !important;
    }

    .date-sec span {
        width: 6px;
        height: 6px;
        border-radius: 50%;
        background: linear-gradient(45deg, #EF273D 30%, #FA721D 70%) !important;
    }

.news .card-footer {
    background: none;
    border-top: none;
}

.news-section .card p {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.news .card-footer .read-more-1 {
    color: #fff;
    border-bottom: 2px solid #EF273D;
}

.news-section {
    background: var(--background-color);
}

.doc_faq_area_two {
    background: var(--background-color);
}

.parallax-mirror {
    z-index: 1;
}


    .parallax-mirror:after {
        z-index: 1;
    }

.font-weight-600 {
    font-weight: 600;
}

.green-bg,
.ticker.green-bg {
    background-color: #65bc2f;
}

.orange-bg,
.ticker.orange-bg {
    background-color: #f59727;
}

.specer-70 {
    height: 70px;
}

.padidng-bottom-0 {
    padding-bottom: 0;
}

.spacer-30 {
    height: 30px;
}

.spacer-20 {
    height: 20px;
}

.spacer-10 {
    height: 10px;
}

.spacer-45 {
    height: 45px;
}

.spacer-80 {
    height: 80px;
}

.spacer-100 {
    height: 100px;
}

.padding-100 {
    padding: 100px 0;
}

.margin-100 {
    margin: 100px 0;
}

.shadow-img {
    box-shadow: 0 0 12px #ddd;
}

.owl-prev, .owl-next {
    position: absolute;
    top: 0;
    height: 100%;
    display: flex;
    align-items: center;
}

.owl-prev {
    left: 7px;
}

    .owl-prev .fa-solid {
        font-size: 1.1rem !important;
        background: #fff;
        width: 32px;
        height: 38px;
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
        margin-left: -10px;
        border-radius: 6px;
    }

.owl-next {
    right: 7px;
}

    .owl-next .fa-solid {
        font-size: 1.1rem !important;
        background: #fff;
        width: 32px;
        height: 38px;
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
        margin-right: -10px;
        border-radius: 6px;
    }


.testimonial-carousel-2 .owl-prev {
    font-size: 0;
}

.testimonial-carousel-2 .owl-next {
    font-size: 0;
}


/*    .testimonial-carousel-2 .owl-prev::after {
        content: '';
        width: 25px;
        height: 25px;
        background: url(https://cdn.digitalizeindianow.com/assets/Business/1/PageContent/1_638733808448776753.png?rendered=true);
        background-repeat: no-repeat;
        background-size: cover;
    }

.testimonial-carousel-2 .owl-next::after {
    content: '';
    width: 25px;
    height: 25px;
    background: url(https://cdn.digitalizeindianow.com/assets/Business/1/PageContent/1_638733808505495485.png?rendered=true);
    background-repeat: no-repeat;
    background-size: cover;
}*/









.readmore-btn,
.boxed-btn {
    color: #333;
    display: inline-block;
    font-weight: 600;
    text-transform: uppercase;
}

.bordered-btn {
    border: 1px solid;
    color: #fff;
    display: inline-block;
    font-weight: 700;
    padding: 10px 30px;
    text-transform: uppercase;
}

    .bordered-btn i.fa {
        font-size: 135%;
        margin-left: 7px;
    }

.readmore-btn i.fa,
.boxed-btn i.fa {
    font-size: 17px;
    padding-left: 6px;
    transition: .3s;
}

.slide-simple-btn i.fa {
    transition: .3s;
}

.readmore-btn:hover i.fa, .slide-simple-btn:hover i.fa {
    padding-left: 10px;
}

.single-service-item .readmore-btn {
    margin-top: 15px;
}

.bg-left {
    left: 0;
    position: absolute;
    bottom: 0;
    max-width: 60%;
}

.big-play-icon {
    background: #fff none repeat scroll 0 0;
    border-radius: 50%;
    display: inline-block;
    font-size: 35px;
    height: 75px;
    line-height: 75px;
    margin-bottom: 30px;
    padding-left: 10px;
    text-align: center;
    width: 75px;
    color: #333 !important;
}

    .big-play-icon:hover {
        opacity: 0.7;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    }
/* Backgrounds CSS */

.slide-01 {
    background-image: url(../img/slide-bg.jpg);
}

.cta-area {
    background-image: url(../img/cta-bg.jpg);
}

.cta-bg-3 {
    background-image: url(../img/cta-bg.jpg);
}

.footer-area {
    background-image: url(../img/footer-bg.jpg);
}

.header-style-2 {
    background-image: url(../img/slide-bg-2.jpg);
}

.register-style-1, .header-style-3 {
    background-image: url(../img/slide-bg-3.jpg);
}

.hero-bg-1 {
    background-image: url(../img/slide-bg-3.jpg);
}

.box-bg-1 {
    background-image: url(../img/service-box-bg-1.jpg);
}

.blog-bg-1 {
    background-image: url(../img/slide-bg-4.jpg);
}

.box-bg-1 {
    background-image: url(../img/cta-bg-3.jpg);
}

.project-bg-1 {
    background-image: url(../img/project-1.jpg);
}

.button-bg-1 .wide-button-bg {
    background-image: url(../img/button-bg-1.jpg);
}

.mega-site-preloader-wrap {
    background: #fff;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999;
    width: 100%;
    height: 100%;
    opacity: .9;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
}

.cont {
    display: block;
    left: 50%;
    margin: 0 auto 0 -2.5em;
    position: absolute;
    top: 50%;
    width: 5em;
}

@-webkit-keyframes rotate {
    0% {
        -webkit-transform: translateY(0%);
    }

    30% {
        -webkit-transform: translateY(-0.25em);
    }

    50% {
        -webkit-transform: translateY(0%);
    }

    70% {
        -webkit-transform: translateY(0.25em);
    }
}

.cont {
    display: block;
}

    .cont .line.square,
    .cont .line.square2,
    .cont .line.square3 {
        display: inline-block;
        margin: 0.125em;
        width: 0.75em;
        height: 0.75em;
        border: 1px solid lightgray;
        border-radius: 1em;
        background-color: lightgray;
        -webkit-transform-origin: 50%;
        -webkit-animation-duration: 0.75s;
        -webkit-animation-name: rotate;
        -webkit-animation-iteration-count: infinite;
        -webkit-animation-timing-function: linear;
    }

    .cont .line.square2 {
        -webkit-animation-delay: 0.1875s;
    }

    .cont .line.square3 {
        -webkit-animation-delay: 0.375s;
    }
/* Header CSS */

.header-area {
    position: relative;
    z-index: 9;
}

.header-style-2 {
    background-size: cover;
    background-position: center;
    background-color: #ddd;
}

    .header-style-2 .container-fluid {
        max-width: 95%;
    }

.header-area.header-style-2 {
    position: relative;
    z-index: 9;
}

    .header-area.header-style-2:after {
        background: #000 none repeat scroll 0 0;
        content: "";
        height: 100%;
        left: 0;
        opacity: 0.6;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
        position: absolute;
        top: 0;
        width: 100%;
        z-index: -1;
    }

    .header-area.header-style-2:before {
        content: "";
        height: 100%;
        left: 0;
        opacity: 0.9;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
        position: absolute;
        top: 0;
        width: 35%;
        z-index: 1;
    }

    .header-area.header-style-2 .container-fluid,
    .header-area.header-style-2 .container {
        z-index: 2;
        position: relative;
    }

    .header-area.header-style-2 a {
        color: #fff;
    }

.header-style-2 .mainmenu li a {
    border: medium none;
}

.header-area.header-style-2 li ul a {
    color: #333;
}

.header-area.header-style-2 li ul li:hover > a {
    opacity: 1;
}

.header-style-2 .slide-text {
    color: #fff;
    margin: 150px 0;
}

    .header-style-2 .slide-text h2 {
        text-transform: none;
    }

.header-style-3 {
    position: relative;
    z-index: 2;
    background-size: cover;
}

    .header-style-3 .container-fluid {
        max-width: 90%;
    }

    .header-style-3 a,
    .header-style-3 .mainmenu ul li a,
    .header-style-3 .logo a {
        border: medium none;
        color: #fff;
    }

    .header-style-3 .mainmenu ul li ul a {
        color: #333;
    }

    .header-style-3 .mainmenu ul li ul li:hover > a {
        opacity: 1;
    }

.header-area.header-style-4 {
    position: relative;
}

.header-absolute {
    background: #74bcae !important;
    height: 75px;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.header-absolute {
    z-index: 99;
}



.logo a {
    color: #333;
}

.logo h1 {
    margin-top: -6px !important;
    font-size: 22px;
    margin: 0;
    padding: 27px 0;
}
/* Mainmenu CSS */

.mainmenu ul {
    margin-top: -5px !important;
    list-style: outside none none;
    margin: 0;
    padding: 0;
    text-align: right;
}

.mainmenu li {
    display: inline-block;
    position: relative;
}

    .mainmenu li a {
        color: #222;
        display: block;
        font-size: 13px;
        font-weight: 600;
        padding: 30px 10px;
        text-transform: uppercase;
        border-bottom: 2px solid #fff;
    }

    .mainmenu li ul li a {
        border-bottom: none;
    }

.mainmenu ul li:hover > a,
.mainmenu ul li.current_page_item > a {
    text-decoration: none;
}

.mainmenu ul ul li:hover > a,
.mainmenu ul ul li.current_page_item > a {
    background-color: #f5f5f5;
}

.mainmenu li ul {
    background: #fff none repeat scroll 0 0;
    left: 0;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    position: absolute;
    text-align: left;
    top: 108px;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    visibility: hidden;
    width: 200px;
    z-index: -1;
    box-shadow: 0 0 10px #f1f1f1;
}

    .mainmenu li ul li {
        display: block;
    }

        .mainmenu li ul li a {
            padding-bottom: 10px;
            padding-top: 10px;
            text-transform: none;
        }

.mainmenu li:hover ul {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    visibility: visible;
    z-index: 99;
    top: 84px;
    box-shadow: none;
}

.mainmenu li.semi-mega-menu ul {
    padding: 10px;
    width: 460px;
    left: -180px;
}

    .mainmenu li.semi-mega-menu ul li {
        float: left;
        width: 49.5%;
    }

        .mainmenu li.semi-mega-menu ul li li {
            float: none;
            width: auto;
        }

    .mainmenu li.semi-mega-menu ul ul {
        box-shadow: 0 0 0;
        padding: 0;
        position: relative;
        top: 0;
        width: auto;
        left: 0;
    }

    .mainmenu li.semi-mega-menu ul li a span,
    .mainmenu li.mega-menu ul li a span {
        color: #999;
        display: block;
        font-size: 90%;
        font-weight: 300;
        margin-top: -5px;
    }

.mainmenu ul li.semi-mega-menu ul li:hover > a,
.mainmenu ul li.mega-menu ul li:hover > a {
    background: #fff none repeat scroll 0 0;
    color: #333;
}

.mainmenu li.mega-menu {
    position: static;
}

    .mainmenu li.mega-menu ul {
        padding: 10px;
        width: 100%;
    }

        .mainmenu li.mega-menu ul:after {
            position: absolute;
            right: 0;
            top: 0;
            background-image: url(../img/tile-gallery-1.jpg);
            background-size: cover;
            background-position: center;
            width: 29%;
            height: 100%;
            content: "";
        }

        .mainmenu li.mega-menu ul ul:after {
            display: none;
        }

        .mainmenu li.mega-menu ul ul {
            box-shadow: 0 0 0;
            padding: 0;
            position: relative;
            top: 0;
        }

        .mainmenu li.mega-menu ul li {
            float: left;
            width: 23%;
        }

            .mainmenu li.mega-menu ul li li {
                float: none;
                width: auto;
            }

.mainmenu li.boxed-menu a,
.mainmenu li.bordered-menu a {
    margin-left: 10px;
    padding: 10px 15px;
    border-radius: 5px;
}

.mainmenu li.boxed-menu a {
    color: #fff;
}

.mainmenu li.bordered-menu a {
    border: 1px solid;
    padding: 9px 15px;
}

.mainmenu li.boxed-menu a:hover {
    background: #333 none repeat scroll 0 0;
    border: medium none;
    color: #fff;
}

.mainmenu li.bordered-menu a:hover {
    border-color: #333;
    color: #333;
}

.header-absolute .mainmenu ul li.bordered-menu > a {
    border: 1px solid;
}

.header-style-3 .mainmenu li.bordered-menu > a {
    border: 1px solid;
}

.header-style-2 .mainmenu li.bordered-menu > a {
    color: #fff;
    border-color: #fff;
}

.header-absolute .logo a,
.header-absolute .mainmenu ul li a {
    color: #fff;
}

.header-absolute .mainmenu ul li a {
    border: medium none;
}

.header-absolute .mainmenu ul li ul li a {
    color: #333;
}

.responsive-menu-wrap {
    display: none;
    position: absolute;
    right: 15px;
    top: 0;
    z-index: 9;
}

    .responsive-menu-wrap .slicknav_menu {
        background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
        padding: 0;
    }

    .responsive-menu-wrap .slicknav_btn {
        background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
        margin: 0;
        padding: 35px 0 32px 32px;
    }

    .responsive-menu-wrap .slicknav_menu .slicknav_menutxt {
        display: none;
    }

    .responsive-menu-wrap .slicknav_menu .slicknav_icon {
        margin: 0;
    }

    .responsive-menu-wrap .slicknav_menu .slicknav_icon-bar {
        background: #333 none repeat scroll 0 0;
        box-shadow: 0 0 0;
    }

    .responsive-menu-wrap .slicknav_nav {
        background: #333 none repeat scroll 0 0;
        min-width: 250px;
    }

        .responsive-menu-wrap .slicknav_nav .slicknav_row:hover,
        .responsive-menu-wrap .slicknav_nav a:hover {
            border-radius: 0;
            color: #fff;
        }

        .responsive-menu-wrap .slicknav_nav .slicknav_row,
        .responsive-menu-wrap .slicknav_nav a {
            margin: 0;
        }

.header-style-2 .responsive-menu-wrap .slicknav_menu .slicknav_icon-bar,
.header-style-3 .responsive-menu-wrap .slicknav_menu .slicknav_icon-bar,
.header-style-4 .responsive-menu-wrap .slicknav_menu .slicknav_icon-bar {
    background: #fff;
}

.header-area.header-style-2 .responsive-menu-wrap li ul a,
.header-area.header-style-2 .responsive-menu-wrap li ul li:hover > a {
    color: #fff;
}

.header-absolute .mainmenu ul li ul li:hover ul a,
.header-absolute .mainmenu ul li:hover ul li:hover a {
    color: #333;
    opacity: 1;
}
/* Slides CSS */

.slide-text {
    color: #333;
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 100px;
    margin-top: 380px;
}

.single-slide-item {
    background-color: #ebf0f3;
    background-position: center top;
    background-size: cover;
}

.slide-text h2 {
    font-size: 38px;
    text-transform: uppercase;
}

.slide-text.slide-text-style-2 {
    color: #fff;
    margin: 200px 0;
}

    .slide-text.slide-text-style-2 h2 {
        font-size: 35px;
        font-weight: 300;
        margin: 0 0 20px;
        text-transform: none;
    }

.slide-text .readmore-btn,
.boxed-btn {
    border-radius: 2px;
    font-size: 14px;
    margin-top: 15px;
    padding: 10px 30px;
    color: #fff;
}

.single-homepage-slide {
    background-color: #333;
    background-position: center center;
    background-size: cover;
    display: table;
    width: 100%;
    height: 100vh;
    position: relative;
    background-attachment: fixed; /* Enables the parallax effect */
    /*    max-width: 1762px;*/
    /*    border-radius: 34px;*/
    overflow: hidden;
    /*    margin-top: 22px;*/
}

    .single-homepage-slide::before {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background-color: transparent;
        background-image: linear-gradient(180deg, #020202bd 26%, #02020287 100%);
        backdrop-filter: blur(0px);
        -webkit-backdrop-filter: blur(0px);
        z-index: -1;
    }

}

.single-homepage-slide .btn-primary {
    padding: 1rem 1.6rem;
    border-radius: 30px;
}

.slide-item-tablecell {
    display: table-cell;
    vertical-align: middle;
    height: 100%;
}

    .slide-item-tablecell .container .row {
        align-content: center;
    }

    .slide-item-tablecell .slide-text h1 {
        display: inline-block;
        color: #ffffff;
        font-weight: 600;
        font-size: 4rem;
        margin-bottom: 1.6rem;
        font-size: 85px !important;
        font-weight: 700;
        line-height: 96px;
        /*        max-width: 845px;*/
        text-align: center;
    }

        .slide-item-tablecell .slide-text h1 span {
            font-size: 85px !important;
            font-weight: 700;
            background: linear-gradient(45deg, #EF273D 30%, #FA721D 70%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
            text-fill-color: transparent;
        }

.homepage-slides .slide-text {
    color: var(--text-dark-black);
    margin: 0;
}

    .homepage-slides .slide-text label {
        max-width: 700px;
        display: block;
        color: var(--text-dark-black);
        margin-bottom: 1.6rem;
    }

    .homepage-slides .slide-text h2 {
        text-shadow: 2px 1px 1px rgba(52, 52, 52, 0.59);
        font-weight: 600;
        text-transform: none;
    }

.slide-bg-1 {
    position: relative;
    z-index: 1;
}

.blogs {
    background: #eaeeef;
}

.slide-bg-1:after {
    background: #121212 none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.6;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}

.header-style-4 .homepage-slides,
.header-style-4,
.header-style-4 .homepage-slides div {
    height: 600px;
}

.text-white {
    color: #fff !important;
}

.homepage-slides .owl-nav div {
    border: 1px solid;
    border-radius: 50%;
    color: #fff;
    display: inline-block;
    font-size: 20px;
    height: 30px !important;
    left: 50px;
    line-height: 27px;
    margin-top: -15px;
    position: absolute;
    text-align: center;
    top: 50%;
    width: 30px;
}

    .homepage-slides .owl-nav div.owl-next {
        left: auto;
        right: 50px;
    }

.header-style-4 .homepage-slides div.slide-item-tablecell,
.header-style-4 .homepage-slides div.slide-item-tablecell div,
.header-style-4 .homepage-slides .owl-controls,
.header-style-4 .homepage-slides .owl-controls div {
    height: auto;
}

.slide-simple-btn {
    color: #fff;
    font-weight: 700;
    margin-top: 20px;
    display: inline-block;
    font-size: 14px;
    text-transform: uppercase;
}

    .slide-simple-btn i.fa {
        padding-left: 5px;
        font-size: 120%;
    }
/* Call to action CSS */
.cta-bg-3 {
    background-color: #333;
    background-position: center;
    background-size: cover;
}

.cta-area {
    border-radius: 7px;
    color: #fff;
    font-size: 18px;
    padding: 40px;
    position: relative;
    z-index: 1;
}

.cta-content-wrap {
    padding-right: 235px;
}

.cta-area:after {
    border-radius: 7px;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.9;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}

.cta-area h2 {
    font-size: 34px;
    margin: 0 0 10px;
}

.cta-area p:last-child {
    margin: 0;
}

.boxed-btn.cta-btn {
    background: #fff none repeat scroll 0 0;
    border-radius: 5px;
    color: #333;
    font-weight: 700;
    line-height: 40px;
    margin-top: -28px;
    padding: 8px 20px;
    position: absolute;
    right: 40px;
    text-transform: uppercase;
    top: 50%;
}

.cta-area p {
    margin: 0;
}

.cta-style-2 p {
    display: inline-block;
    margin: 0 20px 0 0;
}

.boxed-btn.cta-btn-style-2 {
    background-color: #25c032;
    color: #fff;
    display: inline-block;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    padding: 8px 30px;
    text-transform: uppercase;
    margin: 0;
}

    .boxed-btn.cta-btn-style-2 i.fa {
        font-size: 120%;
        padding-left: 10px;
    }

.cta-style-2 {
    font-size: 20px;
    font-style: italic;
    padding: 40px 0;
    text-align: center;
}

.cta-style-3 {
    color: #fff;
    padding: 100px 0;
    position: relative;
}

    .cta-style-3 h4 {
        font-weight: 300;
    }

    .cta-style-3 h2 {
        font-size: 34px;
        font-weight: 300;
        line-height: 50px;
        margin: 20px 0;
    }

    .cta-style-3 .bordered-btn {
        border-color: #fff;
        color: #fff;
    }

.cta-style-4 {
    color: #777;
    font-size: 24px;
    line-height: 1.7;
    padding: 150px 0;
}

    .cta-style-4 h2 {
        text-transform: capitalize;
        color: #333;
        font-size: 48px;
        font-weight: 300;
        margin-bottom: 25px;
    }

.cta-style-5 {
    color: #fff;
    font-size: 17px;
}

    .cta-style-5 h2 {
        font-size: 35px;
        font-weight: 300;
    }

    .cta-style-5 .boxed-btn {
        margin-top: -23px;
        position: absolute;
        right: 15px;
        top: 50%;
    }

    .cta-style-5 p:last-child {
        margin: 0;
    }

.cta-style-5 {
    padding: 90px 0;
}

.cta-area.fullwidth-cta:after {
    border-radius: 0;
}

.cta-area.fullwidth-cta {
    border-radius: 0;
    padding-left: 0;
    padding-right: 0;
}

    .cta-area.fullwidth-cta .cta-btn {
        right: 15px;
    }
/* Testimonials CSS */

.testimonial-carousel {
    margin-top: 60px;
}

.testimonial-content {
    font-style: italic;
}

.testimonial-author-info h4 {
    color: #333;
    margin-bottom: 5px;
    padding-top: 2px;
}

.testimonial-author-info {
    color: #666666;
    font-size: 13px;
    margin-top: 25px;
    position: relative;
}

    .testimonial-author-info img {
        border-radius: 50%;
        float: left;
        margin-right: 15px;
        width: 50px !important;
    }

.single-testimonial-item {
    padding-left: 15px;
}

.testimonial-carousel .owl-dots div,
.testimonial-carousel-2 .owl-dots div {
    background: #bebebe none repeat scroll 0 0;
    border-radius: 50%;
    display: inline-block;
    height: 10px;
    margin: 5px;
    width: 10px;
}

.testimonial-carousel .owl-dots,
.testimonial-carousel-2 .owl-dots {
    margin-top: 45px;
    text-align: center;
}

.testimonial-carousel-2 .single-testimonial-item {
    text-align: center;
}

.testimonial-carousel-2 {
    margin-top: 40px;
}

    .testimonial-carousel-2 .testimonial-author-info img {
        display: block;
        float: none;
        margin: 0 auto 15px;
    }

    .testimonial-carousel-2 .testimonial-author-info {
        margin-top: 30px;
    }

.testimonial-carousel-2 {
    position: relative;
}

    .testimonial-carousel-2:before,
    .author-photo-wrap:before {
        content: "\f10d";
        font-family: FontAwesome;
    }

    .testimonial-carousel-2:before {
        color: #e9e9e9;
        font-size: 40px;
        left: 50%;
        margin-left: -25px;
        position: absolute;
        text-align: center;
        top: 0;
        width: 50px;
    }

.testimonial-carousel-2 {
    padding-top: 70px;
}

.testimonial-item-style-3 {
    font-style: italic;
    padding: 0 20px;
    position: relative;
}

.author-photo-wrap img {
    border-radius: 50%;
    height: 90px;
    width: 90px;
}

.author-photo-wrap {
    margin-bottom: 20px;
}

.testimonial-item-style-3:after {
    background: #eff1f3 none repeat scroll 0 0;
    content: "";
    height: 200px;
    margin-top: -100px;
    position: absolute;
    right: -15px;
    top: 50%;
    width: 1px;
}

.testimonial-item-style-3.no-border-left:after {
    display: none;
}

.author-photo-wrap:before {
    font-size: 25px;
    left: 0;
    padding-left: 50px;
    position: absolute;
    text-align: center;
    text-shadow: 1px 2px 0 #fff;
    top: -17px;
    width: 100%;
}
/* FAQ CSS */

div.panel-default > .panel-heading {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: medium none;
    padding: 0;
}

div.panel-group .panel {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: medium none;
}

div.panel-default > .panel-heading a {
    display: block;
    font-weight: 700;
    padding: 10px 10px 10px 0;
}

    div.panel-default > .panel-heading a:before {
        content: "+";
        display: inline-block;
        padding-right: 10px;
        text-align: center;
        width: 17px;
    }

    div.panel-default > .panel-heading a[aria-expanded="true"]:before {
        content: "-";
    }

div.panel-body {
    padding: 15px 0;
}

div.panel-default > .panel-heading a:hover {
    opacity: 0.8;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    text-decoration: none;
}

.mega-faqs-wrapper {
    position: relative;
    height: 300px;
}

.mega-faqs-wrapper {
    margin-bottom: 50px;
    margin-top: 50px;
    padding-right: 20px;
}

.mega-single-faq {
    margin-bottom: 30px;
}
/* Services CSS */

.single-service-item h3 {
    color: #333;
}

.single-service-item {
    padding-right: 80px;
}

.service-box-style-2 {
    background: #fff none repeat scroll 0 0;
    padding: 50px;
    position: relative;
    height: 250px;
    overflow: hidden !important;
}

    .service-box-style-2 p {
        text-transform: capitalize;
        height: initial;
        overflow: hidden;
        height: 55px;
        text-overflow: ellipsis;
    }

.service-icon {
    margin-bottom: 25px;
    min-height: 44px;
    font-size: 40px;
    line-height: 44px;
}

.service-box-style-2:after {
    bottom: -5px;
    content: "";
    height: 5px;
    left: 0;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    position: absolute;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    width: 100%;
}

.service-box-style-2:hover:after {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.service-box-style-3 {
    background-color: #ddd;
    background-position: right center;
    background-size: cover;
    border-radius: 5px;
    color: #fff;
    display: block;
    margin-bottom: 30px;
    padding: 30px;
    position: relative;
    text-align: center;
    z-index: 1;
}

    .service-box-style-3 h4 {
        margin-bottom: 10px;
        text-transform: uppercase;
    }

    .service-box-style-3:after {
        background: #1e232b none repeat scroll 0 0;
        border-radius: 5px;
        content: "";
        height: 100%;
        left: 0;
        opacity: 0.7;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
        position: absolute;
        top: 0;
        width: 100%;
        z-index: -1;
    }

    .service-box-style-3:hover:after {
        opacity: 0.9;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
    }

    .service-box-style-3:hover {
        color: #fff;
    }

.gallery-detail-wrapper {
    background: #eaeeef;
}

.tile-gallery {
    position: relative;
    text-align: right;
}

    .tile-gallery img:nth-child(2) {
        left: 0;
        position: absolute;
        top: 50px;
        z-index: 1;
    }

    .tile-gallery img {
        border-radius: 5px;
        box-shadow: 0 0 12px #ddd;
        position: relative;
        z-index: 2;
    }

.product-left-head {
    height: 100%;
    align-items: center;
    border-radius: 10px;
    position: relative;
    overflow: hidden;
}


    .product-left-head h2 {
        color: #222;
        position: relative;
        font-weight: 600;
    }

.products-lists .item {
    background: #f4f5f6;
    border-radius: 20px;
    overflow: hidden;
    height: 100%;
    width: 100%;
    position: relative;
}

.item .tagline {
    z-index: 10;
    position: absolute;
    background: #cb8133;
    padding: 0px 15px;
    font-size: 14px !important;
    color: #fff;
    top: 16px;
    right: 16px;
    border-radius: 6px;
}

.soldout {
    z-index: 10;
    position: absolute;
    background: #d30e00;
    padding: 0px 15px;
    font-size: 14px !important;
    color: #fff;
    left: 16px;
    top: 16px;
    border-radius: 6px;
}

.products-lists .item a {
    margin-bottom: 0 !important;
    padding-bottom: 0px !important;
}

.btn-icon {
    align-items: center;
    display: inline-flex;
    flex-shrink: 0;
    font-size: .92969rem;
    font-weight: 400;
    height: 2.5rem;
    justify-content: center;
    padding: 0;
    position: relative;
    background: #f1f5f9;
    border: 1px solid #e2e8f0;
    width: 2.5rem
}

label.error {
    color: #b80000;
    font-size: 14px;
}

#enquiryForm .btn-primary {
    height: 44px;
    font-weight: 600;
}

#enquiryForm .form-control {
    background: #F0F1F1;
    border: none;
}

.banner-form {
    background: #fff;
    padding: 2.6rem 1.6rem;
    border-radius: 16px;
    max-width: 458px;
    margin-left: auto;
    box-shadow: 0px 0px 40px 0px rgba(49.00000000000001, 48.00000000000001, 48.00000000000001, 0.81);
}

    .banner-form h1 {
        font-size: 2rem;
        border-bottom: 1px solid #f1f1f1;
        padding-bottom: 10px;
        color: #212529;
        text-align: center;
        font-weight: 600;
    }

    .banner-form .form-label {
        color: #212529;
    }

.btn-primary {
    background: var(--third-color) !important;
    border: none;
    color: #fff;
    padding: 10px 30px;
    font-weight: 500;
    border: 1px solid var(--third-color);
}

    .btn-primary a {
        color: #fff;
        border: none;
    }

        .btn-primary a:hover {
            background: var(--third-color) !important;
            color: #fff;
            border: 1px solid var(--third-color);
        }


.products-lists .item h4 {
    text-align: left;
    display: -webkit-box;
    line-height: 1.6;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 6px;
    color: var(--text-dark-black);
}

.products-lists .item .price {
    color: var(--text-dark-black);
    font-size: 1.25rem;
}

.products-lists .item figure {
    margin-bottom: 0;
}

.products-lists .item h4 a {
    font-size: 1.25rem;
    text-align: left;
    font-weight: 500;
    display: block;
    padding-bottom: 0;
    text-transform: capitalize;
    text-decoration: none;
    color: var(--text-dark-black);
}

    .products-lists .item h4 a:hover {
        color: var(--text-dark-black);
    }

.products-lists .item .item-padding {
    padding: 2rem;
}

.products-lists .item .card-footer {
    padding: 1rem 2rem 1rem;
    border-top: 1px solid #e5e7eb;
}

    .products-lists .item .card-footer a {
        text-decoration: none;
    }

hr {
    border-top: 1px solid #393939;
    opacity: 1;
}

.products-lists .item p {
    text-align: left;
    display: -webkit-box;
    line-height: 1.6;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.ticker {
    background: #777 none repeat scroll 0 0;
    border-radius: 20px 0 0 20px;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    padding: 5px 10px 5px 20px;
    position: absolute;
    right: 0;
    text-transform: uppercase;
    top: 30px;
}

.wide-buttons-wrap {
    border-bottom: 1px solid #edf0f3;
    border-top: 1px solid #edf0f3;
    overflow: hidden;
}

    .wide-buttons-wrap a.wide-button-item:last-child {
        border-right: 0 solid;
    }

    .wide-buttons-wrap a.wide-button-item {
        border-right: 1px solid #f4f6f8;
        color: #333;
        display: block;
        float: left;
        position: relative;
        text-align: center;
        width: 25%;
        z-index: 1;
    }

.wide-button-item h3 {
    margin: 0;
}

.wide-button-content:after {
    content: "";
    height: 100%;
    left: 0;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    position: absolute;
    top: 0;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    width: 100%;
    z-index: -1;
}

.wide-buttons-wrap a.wide-button-item:hover {
    color: #fff;
}

.wide-button-bg {
    background-color: #ddd;
    background-position: center center;
    background-size: cover;
    height: 100%;
    left: 0;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    position: absolute;
    top: 0;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    width: 100%;
    z-index: 1;
}

.wide-button-content {
    display: block;
    position: relative;
    z-index: 2;
}

.wide-button-item:hover .wide-button-bg {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.wide-button-item:hover .wide-button-content:after {
    opacity: 0.8;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}

.wide-button-content {
    padding: 25px 10px;
}

.section-heading {
    line-height: 1.6;
    margin-bottom: 50px;
}

    .section-heading h2 {
        font-weight: 600;
    }

.service-box-bg {
    background-color: #ddd;
    background-position: center center;
    background-size: cover;
    height: 115px;
    margin-bottom: 20px;
}

.single-service-item.no-padding-right {
    color: #777;
    padding-right: 0;
}

.check-item:before {
    font-family: FontAwesome;
    content: "\f00c";
}

.check-item {
    position: relative;
}

    .check-item:before {
        border: 2px solid;
        font-size: 20px;
        height: 40px;
        left: -20px;
        line-height: 38px;
        position: absolute;
        text-align: center;
        top: 0;
        width: 40px;
        border-radius: 50%;
    }

.check-item {
    margin-top: 50px;
    padding-left: 38px;
}

.service-box-style-4 {
    background-position: center center;
    background-size: cover;
    color: #fff;
    display: block;
    font-size: 15px;
    font-weight: 300;
    margin-bottom: 30px;
    padding: 45px 30px;
    position: relative;
    text-align: center;
    z-index: 1;
}

    .service-box-style-4 h4 {
        font-size: 20px;
        margin: 0 0 5px;
    }

    .service-box-style-4:after {
        background: #333 none repeat scroll 0 0;
        content: "";
        height: 100%;
        left: 0;
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        position: absolute;
        top: 0;
        -webkit-transition: all 0.2s ease 0s;
        transition: all 0.2s ease 0s;
        width: 100%;
        z-index: -1;
    }

.service-box-overlay {
    color: #fff;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    visibility: hidden;
}

.service-box-style-4 {
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

    .service-box-style-4:hover:after {
        opacity: 0.6;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
    }

    .service-box-style-4:hover .service-box-overlay {
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        visibility: visible;
    }

.constraction-work {
    padding: 75px 30px;
}

.service-box-style-5 {
    border-bottom: 2px solid #ececec;
    color: #777;
    margin-bottom: 50px;
    padding-bottom: 30px;
    -webkit-transition: .4s;
    transition: .4s;
}

    .service-box-style-5 h3 {
        color: #333;
        font-weight: 300;
    }

.single-service-item h4 {
    font-size: 20px;
    font-weight: 400;
}

.section-heading.startup-heading {
    color: #666666;
    line-height: 1.9;
}

    .section-heading.startup-heading h2 {
        color: #333;
        margin-bottom: 30px;
    }

.page-heading-area {
    color: #fff;
    padding: 100px 0;
    position: relative;
    z-index: 1;
    background-size: cover;
}

    .page-heading-area p:last-child {
        margin: 0;
    }

    .page-heading-area h2 {
        font-weight: 300;
        font-size: 40px;
    }
/* Project CSS */

.single-project-item {
    overflow: hidden !important;
    background-size: cover;
    display: block;
    /*height: 263px;*/
    /*height: 195px;*/
    height: 265px;
    margin-bottom: 0rem;
    position: relative;
    z-index: 1;
    background-position: center;
}

.product-section .single-project-item i.fa {
    margin-top: -20px;
    /*margin-top: 10px;*/
    background: #fff;
    width: 50px;
    padding-top: 15px;
    margin-left: -20px;
    padding-left: 17px;
    height: 50px;
    border-radius: 25px;
}

.single-project-item img {
    width: 100%;
}

.single-project-item i.fa {
    color: #333;
    font-size: 20px;
    height: 30px;
    left: 50%;
    /*margin-left: -15px;*/
    margin-top: -15px;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    position: absolute;
    top: 60%;
    -webkit-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
    visibility: hidden;
    width: 30px;
}

.single-project-item:after {
    background: #fff none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    position: absolute;
    top: 0;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    visibility: hidden;
    width: 100%;
    z-index: -1;
    border: 1px solid #9c9c9c;
}

.single-project-item:hover i.fa {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    top: 50%;
    visibility: visible;
}

.single-project-item:hover:after {
    opacity: 0.9;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
    visibility: visible;
}

.single-agency-project {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #f1f1f1;
    color: #333;
    display: block;
    font-size: 12px;
}

    .single-agency-project .project-bg {
        position: relative;
        z-index: 1;
    }

        .single-agency-project .project-bg i.fa {
            color: #fff;
            font-size: 20px;
            height: 30px;
            left: 50%;
            line-height: 30px;
            margin-left: -15px;
            margin-top: -15px;
            opacity: 0;
            position: absolute;
            text-align: center;
            top: 70%;
            transition: all 0.2s ease 0s;
            visibility: hidden;
            width: 30px;
        }

.agency-project-info {
    background: #fff none repeat scroll 0 0;
    padding: 14px;
}

    .agency-project-info h3 {
        font-size: 18px;
        line-height: 20px;
        margin: 0 0 5px;
    }

.single-agency-project .project-bg::after {
    background: #333 none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    transition: all 0.2s ease 0s;
    visibility: hidden;
    width: 100%;
    z-index: -1;
}

.single-agency-project:hover .project-bg::after {
    opacity: 0.7;
    visibility: visible;
}

.single-agency-project:hover .project-bg i.fa {
    opacity: 1;
    top: 50%;
    visibility: visible;
}

.single-agency-project:hover {
    color: #333;
}

.work-slider .owl-nav div {
    color: #fff;
    font-size: 40px;
    left: 0;
    line-height: 60px;
    margin-top: -30px;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    position: absolute;
    top: 50%;
    -webkit-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
    visibility: hidden;
}

    .work-slider .owl-nav div.owl-next {
        left: auto;
        right: 0;
    }

.work-slider:hover .owl-nav div {
    left: 30px;
    opacity: .7;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    visibility: visible;
}

    .work-slider:hover .owl-nav div.owl-next {
        left: auto;
        right: 30px;
    }

.work-slider .owl-dots {
    bottom: 15px;
    line-height: 10px;
    position: absolute;
    right: 15px;
}

    .work-slider .owl-dots div {
        background: #000 none repeat scroll 0 0;
        border-radius: 50%;
        display: inline-block;
        height: 10px;
        line-height: 10px;
        margin: 4px;
        width: 10px;
    }

        .work-slider .owl-dots div.active {
            opacity: 0.5;
            -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
        }

.work-slider {
    margin-bottom: 50px;
}

.white-box {
    box-shadow: 0 0 10px #f1f1f1;
    padding: 30px;
}

.project-info {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}

    .project-info li span {
        display: inline-block;
        font-weight: 700;
        min-width: 40%;
    }

.single-related-project {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #f1f1f1;
}

.project-bg {
    background-color: #ddd;
    background-position: center center;
    background-size: cover;
    height: 185px;
    display: block;
}

.related-project-info {
    font-size: 90%;
    padding: 15px;
}

    .related-project-info h3 {
        font-size: 18px;
        line-height: 20px;
        margin-bottom: 5px;
    }

.project-preview {
    max-height: 350px;
}

    .project-preview:after {
        border: medium none;
    }

    .project-preview:hover:after {
        opacity: 0.6;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
    }

.service-wide-img {
    padding: 50px 0;
}
/* Team member CSS */

.single-team-member {
    color: #777;
    margin-bottom: 50px;
    padding-left: 150px;
    position: relative;
}

    .single-team-member img {
        border-radius: 50%;
        left: 0;
        max-height: 130px;
        max-width: 130px;
        position: absolute;
        top: 0;
    }

    .single-team-member h4,
    .team-member-style-2 h4 {
        color: #333;
    }

        .single-team-member h4 span,
        .team-member-style-2 h4 span {
            color: #777;
            display: block;
            font-size: 14px;
            font-weight: 300;
            margin-top: 8px;
        }

.hero-text {
    color: #fff;
    font-size: 16px;
}

    .hero-text h2 {
        text-shadow: 1px 1px 3px rgba(51, 51, 51, 0.54);
        font-size: 35px;
        font-weight: 600;
    }

.weight-300 {
    font-weight: 300;
}

.team-member-style-2 img {
    margin-bottom: 20px;
}

.team-desc {
    padding: 25px 0;
}

    .team-desc h2 {
        font-weight: 300;
    }

        .team-desc h2 span {
            display: block;
            font-size: 15px;
            line-height: 30px;
        }

.social-icons {
    font-size: 20px;
}

    .social-icons a {
        color: #fff;
        display: inline-block;
        padding: 10px 20px 10px 0;
    }
/* 404 error CSS */

.error-page h1 {
    font-size: 135px;
    font-weight: 200;
    line-height: 100px;
}

.error-page h2 {
    font-weight: 300;
    margin-bottom: 40px;
}

.search-form form {
    border: 1px solid #ddd;
    display: inline-block;
    padding: 0 1px;
}

.search-form input[type="search"] {
    border: medium none;
    padding: 10px;
}

.search-form button {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: medium none;
    color: #333;
}

.search-form {
    margin: 20px 0;
}

.error-page .readmore-btn i.fa {
    padding-left: 0;
    padding-right: 5px;
}
/* Login/Register CSS */

.fullwidth-cotnent-block {
    display: table;
    height: 100%;
    position: relative;
    width: 100%;
    z-index: 1;
    background-size: cover;
    background-position: center;
    background-color: #333;
}

.fullwidth-content-tablecell {
    display: table-cell;
    vertical-align: middle;
}

.fullwidth-cotnent-block:after {
    background: #111 none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.7;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}

.login-style-1 {
    color: #fff;
    font-size: 13px;
    padding: 30px;
    position: relative;
    z-index: 1;
}

    .login-style-1:after {
        background: #fff none repeat scroll 0 0;
        content: "";
        height: 100%;
        left: 0;
        opacity: 0.1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=10)";
        position: absolute;
        top: 0;
        width: 100%;
        z-index: -1;
    }

    .login-style-1 a {
        color: #fff;
    }

    .login-style-1 h1 {
        font-size: 25px;
        font-weight: 400;
    }

    .login-style-1 h2 {
        font-size: 20px;
        font-weight: 300;
    }

.login-form-style-1 input[type="text"],
.login-form-style-1 input[type="email"],
.login-form-style-1 input[type="password"] {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 1px solid #999;
    padding: 10px 30px;
}

.login-form-style-1 button,
.login-form-style-2 button {
    border: medium none;
    font-weight: 700;
    padding: 7px 35px;
    text-transform: uppercase;
}

    .login-form-style-1 button i.fa,
    .login-form-style-2 button i.fa {
        font-size: 123%;
        padding-left: 5px;
    }

.password-reset-text {
    font-size: 90%;
    margin: 10px 0 0;
}

.login-form-style-2 button {
    margin-top: 10px;
    margin-bottom: 20px;
}

.login-logo a {
    color: #fff;
}

.login-logo h1 {
    font-size: 30px;
    font-weight: 400;
}

.login-form-style-2 input[type="text"],
.login-form-style-2 input[type="email"],
.login-form-style-2 input[type="password"] {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: medium none;
    min-width: 300px;
    padding: 10px 0;
}

.login-form-style-2 input[type="text"],
.login-form-style-2 input[type="email"],
.login-form-style-2 input[type="password"] {
    border-bottom: 1px solid;
}

.login-form-style-2 {
    color: #fff;
}

.login-style-3,
.login-content-left {
    display: table;
    height: 100%;
}

.login-content-left {
    background: #fff none repeat scroll 0 0;
    float: left;
    padding: 30px;
    width: 30%;
}

.login-content-right {
    float: left;
    width: 70%;
}

.login-style-3 h1 {
    font-weight: 400;
    margin-bottom: 50px;
}

.login-style-3 h2 {
    font-weight: 300;
    margin-bottom: 25px;
}

.social-login-btns {
    margin: 30px 0;
    max-width: 250px;
}

    .social-login-btns a {
        display: block;
    }

    .social-login-btns a {
        background: #e85990 none repeat scroll 0 0;
        color: #fff;
        margin-bottom: 10px;
        padding: 7px 7px 7px 55px;
        position: relative;
    }

        .social-login-btns a.facebook-color {
            background-color: #566ea8;
        }

        .social-login-btns a.google-plus-color {
            background-color: #dd4e40;
        }

        .social-login-btns a.github-color {
            background-color: #323131;
        }

        .social-login-btns a i.fa {
            font-size: 20px;
            height: 100%;
            left: 0;
            line-height: 41px;
            position: absolute;
            text-align: center;
            top: 0;
            width: 43px;
            z-index: 1;
        }

            .social-login-btns a i.fa:after {
                background: #000 none repeat scroll 0 0;
                content: "";
                height: 100%;
                left: 0;
                opacity: 0.2;
                -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
                position: absolute;
                top: 0;
                width: 100%;
                z-index: -1;
            }

.login-content-right {
    color: #fff;
    display: table;
    height: 100%;
    padding: 10%;
}

.login-style-3 {
    width: 100%;
}

.login-content-tablecell {
    display: table-cell;
    vertical-align: middle;
}

.register-style-1 {
    background-color: #000;
    background-position: center center;
    background-size: cover;
    color: #fff;
    padding: 40px;
    position: relative;
    z-index: 1;
}

    .register-style-1:after {
        content: "";
        height: 100%;
        left: 0;
        opacity: 0.9;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
        position: absolute;
        top: 0;
        width: 100%;
        z-index: -1;
    }

    .register-style-1 a {
        color: #fff;
    }

    .register-style-1 h1 {
        font-size: 30px;
        font-weight: 400;
    }

    .register-style-1 h2 {
        font-size: 20px;
        font-weight: 300;
    }

.register-form-style-1 input {
    border: medium none;
    color: #333;
    min-width: 300px;
}

.register-form-style-1 {
    margin: 30px 0 0;
}

.register-style-1 .password-reset-text {
    margin-top: 50px;
}
/* Pricing CSS */

.mega-pricing-item {
    background: #fff none repeat scroll 0 0;
    box-shadow: 0 0 10px #f1f1f1;
    padding: 30px;
    text-align: center;
}

.bordered-btn {
    border-radius: 3px;
}

.mega-pricing-item ul {
    line-height: 35px;
    list-style: outside none none;
    margin: 0;
    min-height: 198px;
    padding: 0;
}

.mega-pricing-item a.boxed-btn {
    margin: 0;
}

.mega-pricing-item h1 {
    font-size: 55px;
    font-weight: 300;
}

    .mega-pricing-item h1 span {
        font-size: 25px;
        padding-right: 3px;
    }

.mega-pricing-item h3 {
    font-size: 25px;
    font-weight: 300;
}

.gradient-style-1 {
    background: #e62f17;
    background: -webkit-linear-gradient(45deg, #e62f17 0%, #f2ba30 100%);
    background: linear-gradient(45deg, #e62f17 0%, #f2ba30 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#e62f17', endColorstr='#f2ba30', GradientType=1);
}

.gradient-style-2 {
    background: #0a3466;
    background: -webkit-linear-gradient(45deg, #0a3466 0%, #17b6e3 100%);
    background: linear-gradient(45deg, #0a3466 0%, #17b6e3 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#0a3466', endColorstr='#17b6e3', GradientType=1);
}

.gradient-style-3 {
    background: #18b9e5;
    background: -webkit-linear-gradient(45deg, #18b9e5 0%, #81d9b8 100%);
    background: linear-gradient(45deg, #18b9e5 0%, #81d9b8 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#18b9e5', endColorstr='#81d9b8', GradientType=1);
}

.gradient-style-1,
.gradient-style-2,
.gradient-style-3 {
    color: #fff;
    box-shadow: 0 0 10px #ccc;
}

.pricing-icon {
    font-size: 80px;
    line-height: 80px;
    margin-bottom: 20px;
}

.gradient-style-1 a,
.gradient-style-2 a,
.gradient-style-3 a {
    background-color: transparent;
    border: 1px solid #fff;
    color: #fff;
}

.pricing-duration {
    margin-top: -15px;
    margin-bottom: 15px;
    font-size: 12px;
}

.mega-pricing-item.flat-style-pricing {
    border: 1px solid #f7f9fc;
    box-shadow: 0 0 0;
}

    .mega-pricing-item.flat-style-pricing.active {
        border-top: 3px solid;
        box-shadow: 0 0 10px #f1f1f1;
    }

.mega-pricing-item h3 span {
    display: block;
    font-size: 14px;
    line-height: 20px;
}

.flat-style-pricing h3 {
    min-height: 55px;
}

.flat-style-pricing .pricing-duration {
    border-bottom: 1px solid #f7f9fc;
    padding-bottom: 20px;
}
/* Get a quote CSS */

.quote-form-wrapper {
    background: #fff none repeat scroll 0 0;
    max-width: 500px;
    padding: 30px;
}

    .quote-form-wrapper input,
    .quote-form-wrapper textarea,
    .fullwidth-form-wrapper input,
    .fullwidth-form-wrapper textarea {
        width: 100%;
    }

.get-quote-form {
    box-shadow: 0 0 10px #ddd;
    position: relative;
    z-index: 1;
    background-size: cover;
    background-position: center;
    background-color: #333;
}

    .get-quote-form:after {
        background: #333 none repeat scroll 0 0;
        content: "";
        height: 100%;
        left: 0;
        opacity: 0.6;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
        position: absolute;
        top: 0;
        width: 100%;
        z-index: -1;
    }

.quote-form-wrapper textarea,
.fullwidth-form-wrapper textarea {
    height: 130px;
}

.bigger-icon {
    font-size: 50px;
}

.quote-form-style-2 h4 {
    font-weight: 300;
    margin-bottom: 50px;
}

.quote-form-style-2 input,
.quote-form-style-2 textarea,
.quote-form-style-2 select {
    width: 100%;
}

.quote-form-style-2 select {
    padding: 10px;
}

.quote-form-style-2-wrap {
    background: #f8fafd none repeat scroll 0 0;
    margin-bottom: 30px;
    padding: 30px;
}

.quote-form-style-2 textarea {
    height: 150px;
}
/* Coming soon CSS */

.coming-soon p {
    display: inline-block;
    font-size: 20px;
    font-weight: 100;
    margin: 0 15px;
    text-transform: uppercase;
}

    .coming-soon p span {
        display: block;
        font-size: 60px;
        font-weight: 900;
        line-height: 60px;
    }

.coming-soon {
    margin: 35px 0 0;
}

.subscription-form {
    margin-top: 50px;
}

    .subscription-form input {
        background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
        border: 1px solid #ccc;
        min-width: 300px;
    }

.boxed-preview {
    background-color: #ddd;
    background-position: center center;
    background-size: cover;
    height: 180px;
}

.single-boxed-item {
    color: #222;
    display: block;
}

.blogs a {
    text-decoration: none;
}

.single-boxed-item h4 {
    margin: 0px 0 5px;
}
/* Widgets CSS */

.widget .search-form {
    border: 1px solid #ddd;
    margin: 0;
}

.widget {
    margin-bottom: 50px;
}

    .widget ul {
        list-style: outside none none;
        margin: 0;
        padding: 0;
    }

    .widget li {
        padding-bottom: 10px;
    }

    .widget a {
        text-transform: capitalize;
        color: #333;
        text-decoration: none !important;
    }

    .widget .search-form input[type="search"] {
        width: 100%;
    }

    .widget .search-form button[type="submit"] {
        position: absolute;
        right: 1px;
        top: 1px;
    }

    .widget .search-form {
        position: relative;
    }
/* Blog/Comments CSS */

.featured-content img {
    /*    width: 100%;*/
}

.featured-content {
    margin-bottom: 30px;
}

.post-title-wrap h3 {
    margin-bottom: 5px;
}

.post-title-wrap {
    font-size: 90%;
    margin-bottom: 25px;
}

.comments-area {
    margin-top: 30px;
    margin-bottom: 50px;
}

.comment-title {
    margin-bottom: 30px;
}

.comment-list {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}

.comment-item .col-md-2 img {
    width: 100%;
}

.comment-list li {
    padding-bottom: 40px;
}

.comment-metadata {
    color: #777;
    font-size: 90%;
}

    .comment-metadata h4 {
        color: #333;
        margin-bottom: 5px;
    }

.comment-form-wrap input,
.comment-form-wrap textarea {
    width: 100%;
}

    .comment-form-wrap input[type="submit"] {
        width: auto;
    }

.comment-form-wrap textarea {
    height: 200px;
}
/* Contact CSS */

.fullwidth-form-wrapper {
    margin: 30px 0;
}

.contact-box {
    border: 1px solid #f1f1f1;
    margin-bottom: 30px;
    padding: 15px 15px 15px 100px;
    position: relative;
}

    .contact-box a {
        color: #333;
    }

    .contact-box i.fa {
        font-size: 50px;
        left: 20px;
        line-height: 80px;
        margin-top: -40px;
        opacity: 0.3;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
        position: absolute;
        top: 50%;
    }

    .contact-box p:last-child {
        margin: 0;
    }

    .contact-box p {
        margin-bottom: 5px;
    }

.map {
    width: 100%;
    height: 400px;
}

.news {
    background: unset;
    border: none;
    border-radius: 0 !important;
    overflow: hidden;
}

.accordion {
    background: none;
    border: 1px solid #ccc;
    max-width: 1200px;
    margin: auto;
}

.accordion-button {
    font-weight: 400;
    border-bottom: 1px solid #e5e5e5;
    font-size: 1.2rem;
}

.accordion-item {
    margin-bottom: 0;
    border: none;
    background: none;
}

.accordion-header {
    margin-bottom: 0;
}

.accordion-button:not(.collapsed) {
    color: var(--text-dark-black);
    border-bottom: none;
}

.contact-info i.fa {
    border-radius: 3px;
    background: none !important;
    color: var(--text-dark-black);
    margin-right: 5px;
    padding: 4px;
    text-align: center;
    width: 25px;
}
/* Footer CSS */
.contact-area {
    border-bottom: 1px solid #C4C4C41A;
    padding: 60px 0;
}

.cty-footer-section p a {
    color: var(--primary-color);
    text-decoration: none;
}

.contact-content h6 {
    color: #222;
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 10px;
}

    .contact-content h6 a {
        margin-right: 0.6rem;
        text-decoration: none;
    }

.contact-content span {
    color: #353c47;
    margin: 0 10px;
}

.footer-menu {
    list-style: none;
    padding-left: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: start;
}

.footer-menu-wrapper ul li {
    width: 50%;
    text-align: left;
}

.footer-menu li {
    width: 100%;
}

    .footer-menu li a {
        text-decoration: none;
        color: #fff;
    }


.contact-social > ul {
    display: inline-flex;
    list-style: none;
    padding-left: 0;
}

.contact-social ul li a {
    border: 1px solid #8b9199;
    border-radius: 50%;
    color: #8b9199;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    margin-right: 10px;
    transition: all 0.4s ease 0s;
    width: 40px;
    text-decoration: none;
}

    .contact-social ul li a:hover {
        border: 1px solid #fff;
        color: #fff;
    }

.contact-content .footer-logoimg {
    max-width: 150px;
}

.mt-6 {
    margin-top: 5rem;
}

footer p {
    color: #fff;
    margin-bottom: 0 !important;
}

    footer p a {
        text-decoration: none;
    }

.footer-area {
    background-position: center center;
    background-size: cover;
    color: #fff;
    position: relative;
    z-index: 1;
}

    .footer-area:after {
        background: #333 none repeat scroll 0 0;
        content: "";
        height: 100%;
        left: 0;
        opacity: 0.95;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=95)";
        position: absolute;
        top: 0;
        width: 100%;
        z-index: -1;
    }

.footer-wid {
    padding: 50px 0;
}

    .footer-wid h4 {
        margin-top: 10px;
        line-height: 25px;
    }

.footer-copyright {
    padding-bottom: 30px;
}

.footer-wid ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}

.footer-wid a {
    color: #fff;
}

.footer-wid li a:before {
    content: "-";
    padding-right: 10px;
}

.footer-style-2,
.footer-style-2 a {
    color: #fff;
}

    .footer-style-2 ul {
        list-style: outside none none;
        margin: 0;
        padding: 0;
    }

        .footer-style-2 ul li {
            display: inline-block;
        }

    .footer-style-2 .text-right li {
        padding-left: 30px;
    }

.footer-style-2 {
    padding: 25px 0;
    background: transparent;
    color: #fff;
}

.footer-area.footer-solid-style:after {
    display: none;
}

.footer-area.footer-solid-style {
    background: #333333 none repeat scroll 0 0;
}

    .footer-area.footer-solid-style,
    .footer-area.footer-solid-style a {
        color: #ccc;
    }

        .footer-area.footer-solid-style h3,
        .footer-area.footer-solid-style h4 {
            color: #fff;
        }

.footer-area.footer-white-style:after {
    display: none;
}

.footer-area.footer-white-style {
    background: #fff none repeat scroll 0 0;
    padding: 30px 0;
}

    .footer-area.footer-white-style h2,
    .footer-area.footer-white-style h3,
    .footer-area.footer-white-style h4 {
        color: #333;
    }

    .footer-area.footer-white-style,
    .footer-area.footer-white-style a {
        color: #777;
    }

        .footer-area.footer-white-style .footer-copyright {
            font-size: 80%;
            color: #9f9f9f;
        }


.boxed-btn:hover, .slide-text .readmore-btn:hover, input[type=submit]:hover, button[type=submit]:hover {
    background-color: #333;
    color: #fff;
}

.header-style-2 .mainmenu li.bordered-menu a:hover,
.header-style-3 .mainmenu li.bordered-menu a:hover,
.header-absolute .mainmenu li.bordered-menu a:hover {
    color: #fff;
    opacity: 0.6;
}

.header-absolute .mainmenu ul li:hover > a,
.header-style-3 .mainmenu ul li:hover > a, .header-style-3 .mainmenu ul li.current_page_item > a,
.header-style-4 .mainmenu ul li:hover > a, .header-style-4 .mainmenu ul li.current_page_item > a,
.header-style-2 .mainmenu ul li:hover > a, .header-style-2 .mainmenu ul li.current_page_item > a {
    color: #555;
    opacity: 1;
}

.bordered-btn:hover {
    color: #fff;
}

.homepage-slides .owl-nav div:hover {
    opacity: .7;
}

.readmore-btn.reverse-color:hover {
    color: #333;
}

.password-reset-text a:hover {
    color: #fff;
}

.mega-touch-device .mainmenu {
    display: none;
}

.mega-touch-device .responsive-menu-wrap {
    display: block;
}

.mega-touch-device div[data-parallax="scroll"] {
    position: relative;
    z-index: 1;
}

    .mega-touch-device div[data-parallax="scroll"]:after {
        background: #17191c none repeat scroll 0 0;
        content: "";
        height: 100%;
        left: 0;
        opacity: 0.7;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
        position: absolute;
        top: 0;
        width: 100%;
        z-index: -1;
    }

.mega-touch-device .parallax-mirror::after {
    display: none;
}

.slicknav_row > a > span {
    display: none;
}

/* Colors */
a, .readmore-btn.reverse-color, .readmore-btn:hover, .big-play-icon, .header-area.header-style-2 li ul li:hover > a, .header-style-3 .mainmenu ul li ul li:hover > a, .mainmenu ul li:hover > a, .mainmenu ul li.current_page_item > a, .mainmenu ul li.semi-mega-menu ul li:hover li:hover > a, .mainmenu ul li.mega-menu ul li:hover li:hover > a, .mainmenu li.bordered-menu a, .header-absolute .mainmenu ul li ul li:hover a, .author-photo-wrap:before, .check-item:before, .password-reset-text a, .bordered-btn, .mega-pricing-item h3 span, .mega-pricing-item.flat-style-pricing h1, .blog-pagination ul li a, .footer-wid a:hover, .footer-style-2 a:hover, .slide-simple-btn:hover, .social-icons a:hover, .single-boxed-item h4:hover, .widget a:hover {
    color: var(--third-color);
}

    button[type="submit"],
    input[type="submit"], .mainmenu li.boxed-menu a, .responsive-menu-wrap .slicknav_nav .slicknav_row:hover,
    .responsive-menu-wrap .slicknav_nav a:hover, .slide-text .readmore-btn,
    .boxed-btn, .cta-area:after, .testimonial-carousel .owl-dots div.active,
    .testimonial-carousel-2 .owl-dots div.active, .service-box-style-2:after, .service-box-style-3:hover:after, .wide-button-content:after, .login-form-style-1 button,
    .login-form-style-2 button, .register-style-1:after, .blog-pagination li.active > a, .contact-info i.fa, .bordered-btn:hover, .ps-container > .ps-scrollbar-y-rail > .ps-scrollbar-y, .header-area.header-style-2:before {
        background-color: var(--third-color);
    }

.mainmenu ul li:hover {
    border-color: var(--third-color);
}

.mega-pricing-item.flat-style-pricing.active {
    border-top-color: solid #fe8024;
}

.btn-dark {
    background: #5a5a5a !important;
}

    .btn-dark:hover {
        background: #3c3c3c !important;
    }

.m-b-20 {
    margin-bottom: 20px !important;
}

.m-b-30 {
    margin-bottom: 30px !important;
}

.m-b-40 {
    margin-bottom: 40px !important;
}

.m-t-20 {
    margin-top: 20px !important;
}

.m-t-30 {
    margin-top: 30px !important;
}

.m-t-40 {
    margin-top: 40px !important;
}

.m-t-60 {
    margin-top: 60px !important;
}

.contact-info i {
    background: #74bcae !important;
}



.fullwidth-form-wrapper button:hover {
    background: #555 !important;
}

.modal-content input {
    margin-bottom: 15px;
    font-family: "Poppins", sans-serif;
}

.modal-content textarea {
    margin-bottom: 15px;
    height: 80px;
    font-family: "Poppins", sans-serif;
}

.modal-content button {
    font-family: "Poppins", sans-serif;
}

.product-name {
    font-weight: 400 !important;
    font-size: 28px !important;
    line-height: 20px !important;
    color: #4c4c4c !important;
}

.product-dec {
    text-transform: capitalize;
    font-size: 16px !important;
    line-height: 24px !important;
}


h3 {
    text-transform: capitalize;
}

.button-radius {
    border-radius: 4px;
    background: #74bcae !important;
    padding: 10px 45px;
    color: #fff;
    font-family: "Poppins", sans-serif;
    font-size: 18px;
}

    .button-radius:hover {
        background: #555 !important;
        color: #fff;
    }

    .button-radius:focus {
        border: none !important;
        color: #fff !important;
    }

.jssocials-share-facebook .jssocials-share-link {
    background: none !important;
    padding: 2px !important;
    font-size: 16px !important;
    border: none !important;
    box-shadow: none;
    color: #2364a1 !important;
}

.jssocials-share-twitter .jssocials-share-link {
    background: none !important;
    padding: 2px !important;
    font-size: 16px !important;
    border: none !important;
    box-shadow: none;
    color: #39b2ff !important;
}

.jssocials-share-whatsapp .jssocials-share-link {
    background: none !important;
    padding: 2px !important;
    font-size: 16px !important;
    border: none !important;
    box-shadow: none;
    color: #5bba22 !important;
}

.jssocials-shares {
    margin: 0.2em 0;
}

    .jssocials-shares * {
        box-sizing: border-box;
    }

.jssocials-share {
    display: inline-block;
    vertical-align: top;
    margin: 0.3em 0.6em 0.3em 0;
}

    .jssocials-share:last-child {
        margin-right: 0;
    }

.jssocials-share-logo {
    width: 1em;
    vertical-align: middle;
    font-size: 1.5em;
    color: #252525;
}


img.jssocials-share-logo {
    width: auto;
    height: 1em;
}

.jssocials-share-link {
    display: inline-block;
    text-align: center;
    text-decoration: none;
    line-height: 1;
}

    .jssocials-share-link.jssocials-share-link-count {
        padding-top: .2em;
    }

        .jssocials-share-link.jssocials-share-link-count .jssocials-share-count {
            display: block;
            font-size: .6em;
            margin: 0 -.5em -.8em -.5em;
        }

    .jssocials-share-link.jssocials-share-no-count {
        padding-top: .5em;
    }

        .jssocials-share-link.jssocials-share-no-count .jssocials-share-count {
            height: 1em;
        }

.jssocials-share-label {
    padding-left: 0.3em;
    vertical-align: middle;
    color: #222;
}

.about-wrapper p {
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.about-wrapper h2 {
    font-weight: 600;
}

.jssocials-share-count-box {
    display: inline-block;
    height: 1.5em;
    padding: 0 0.3em;
    line-height: 1;
    vertical-align: middle;
    cursor: default;
}

    .jssocials-share-count-box.jssocials-share-no-count {
        display: none;
    }

.jssocials-share-count {
    line-height: 1.5em;
    vertical-align: middle;
}
/* perfect-scrollbar v0.6.10 */

.ps-container {
    -ms-touch-action: none;
    touch-action: none;
    overflow: hidden !important;
    -ms-overflow-style: none;
}

@supports (-ms-overflow-style: none) {
    .ps-container;

{
    overflow: auto !important;
}

}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .ps-container {
        overflow: auto !important;
    }
}

.ps-container.ps-active-x > .ps-scrollbar-x-rail,
.ps-container.ps-active-y > .ps-scrollbar-y-rail {
    display: block;
    background-color: #e9eef3;
}

.ps-container.ps-in-scrolling {
    pointer-events: none;
}

    .ps-container.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail {
        background-color: #eee;
        opacity: 0.9;
    }

        .ps-container.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail > .ps-scrollbar-x {
            background-color: #999;
        }

    .ps-container.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail {
        background-color: #eee;
        opacity: 0.9;
    }

        .ps-container.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail > .ps-scrollbar-y {
            background-color: #999;
        }

.ps-container > .ps-scrollbar-x-rail {
    display: none;
    position: absolute;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    opacity: 0;
    -webkit-transition: background-color .2s linear, opacity .2s linear;
    -moz-transition: background-color .2s linear, opacity .2s linear;
    -o-transition: background-color .2s linear, opacity .2s linear;
    transition: background-color .2s linear, opacity .2s linear;
    bottom: 3px;
    height: 8px;
}

    .ps-container > .ps-scrollbar-x-rail > .ps-scrollbar-x {
        position: absolute;
        background-color: #aaa;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
        -webkit-transition: background-color .2s linear;
        -moz-transition: background-color .2s linear;
        -o-transition: background-color .2s linear;
        transition: background-color .2s linear;
        bottom: 0;
        height: 8px;
    }

.ps-container > .ps-scrollbar-y-rail {
    display: none;
    position: absolute;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    opacity: 1;
    -webkit-transition: background-color .2s linear, opacity .2s linear;
    -moz-transition: background-color .2s linear, opacity .2s linear;
    -o-transition: background-color .2s linear, opacity .2s linear;
    transition: background-color .2s linear, opacity .2s linear;
    right: 0px;
    width: 8px;
    z-index: 9999;
}

    .ps-container > .ps-scrollbar-y-rail > .ps-scrollbar-y {
        position: absolute;
        background-color: #1360f4;
        -webkit-border-radius: 0px;
        -webkit-transition: background-color .2s linear;
        -moz-transition: background-color .2s linear;
        -o-transition: background-color .2s linear;
        transition: background-color .2s linear;
        right: 0;
        width: 8px;
        z-index: 999;
    }

.ps-container:hover.ps-in-scrolling {
    pointer-events: none;
}

    .ps-container:hover.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail {
        background-color: #eee;
        opacity: 0.9;
    }

        .ps-container:hover.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail > .ps-scrollbar-x {
            background-color: #999;
        }

    .ps-container:hover.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail {
        background-color: #eee;
        opacity: 0.9;
    }

        .ps-container:hover.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail > .ps-scrollbar-y {
            background-color: #999;
        }

.ps-container:hover > .ps-scrollbar-x-rail,
.ps-container:hover > .ps-scrollbar-y-rail {
    opacity: 0.6;
}

    .ps-container:hover > .ps-scrollbar-x-rail:hover {
        background-color: #e9eef3;
        opacity: 0.9;
    }

        .ps-container:hover > .ps-scrollbar-x-rail:hover > .ps-scrollbar-x {
            background-color: #999;
        }

    .ps-container:hover > .ps-scrollbar-y-rail:hover {
        background-color: #eee;
        opacity: 0.9;
    }

        .ps-container:hover > .ps-scrollbar-y-rail:hover > .ps-scrollbar-y {
            background-color: #999;
        }
/* Medium Layout: 1280px. */

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .mainmenu li a {
        font-size: 12px;
        padding: 30px 5px;
    }

    .mainmenu li.boxed-menu a,
    .mainmenu li.bordered-menu a {
        margin-left: 5px;
        padding: 10px;
    }

    .mainmenu li.bordered-menu a {
        padding: 9px 10px;
    }

    .single-slide-item h2 {
        font-size: 30px;
    }

    .slide-text {
        font-size: 16px;
    }

    .single-service-item {
        padding-right: 40px;
    }

    .mainmenu li:hover ul {
        top: 86px;
    }

    .single-project-item {
        height: 350px;
    }

    .homepage-slides .slide-text h2 {
        font-size: 30px;
    }

    .slide-text.slide-text-style-2 h2 {
        font-size: 25px;
    }

    .margin-100 {
        margin: 50px 0;
    }

    .service-box-style-2 {
        padding: 30px;
    }

        .service-box-style-2 h3 {
            font-size: 20px;
        }

    .ticker {
        top: 0;
    }

    .service-box-style-3 h4 {
        font-size: 16px;
    }

    .wide-button-item {
        font-size: 12px;
    }

    .slide-text.slide-text-style-2 {
        margin: 150px 0;
    }

    .service-box-style-2 {
        padding: 20px;
    }

    .padding-100 {
        padding: 50px 0;
    }

    .team-desc {
        padding: 0;
    }

    .specer-70 {
        height: 30px;
    }
}
/* Tablet Layout: 768px. */

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .mainmenu {
        display: none;
    }

    .single-service-item {
        padding-right: 0;
    }

    .bg-left {
        display: none;
    }

    .footer-wid {
        padding: 50px 0 0;
    }

    .footer-area .col-md-3 {
        min-height: 260px;
    }

    .footer-copyright {
        padding-top: 50px;
    }

    .responsive-menu-wrap {
        display: block;
    }

    .footer-style-2,
    .footer-style-2 .text-right {
        text-align: center;
    }

        .footer-style-2 ul {
            margin-top: 10px;
        }

    .margin-100 {
        margin: 20px 0;
    }

    .h3,
    h3 {
        font-size: 18px;
        line-height: 28px;
    }

    .slide-text.slide-text-style-2 {
        margin: 100px 0;
    }

    .wide-buttons-wrap a.wide-button-item {
        width: 50%;
    }

    .service-box-style-2 {
        padding: 20px;
    }

    .ticker {
        font-size: 9px;
        padding: 2px 10px 2px 20px;
        top: 0;
    }

    .service-box-style-2 h3 {
        font-size: 17px;
    }

    .service-box-style-3 h4 {
        font-size: 12px;
    }

    .service-box-style-3 {
        font-size: 10px;
    }

    .header-area.header-style-2:before {
        width: 70%;
    }

    .cta-style-5 h2 {
        font-size: 30px;
    }

    .padding-100 {
        padding: 0;
    }

    .hero-text.padding-100 {
        padding: 50px 0;
    }

    .cta-style-4.padding-100 {
        padding: 50px 0;
    }

    .boxed-preview {
        height: 130px;
    }

    .login-content-right {
        width: 60%;
    }

    .homepage-slides .owl-nav div.owl-next {
        right: auto;
    }

    .homepage-slides .owl-nav div {
        left: auto;
        margin: 10px;
        position: relative;
        top: auto;
    }

    .homepage-slides .owl-nav {
        bottom: 0;
        left: 0;
        position: absolute;
        text-align: center;
        width: 100%;
    }

    div[data-parallax="scroll"] {
        position: relative;
        z-index: 1;
    }

        div[data-parallax="scroll"]:after {
            background: #17191c none repeat scroll 0 0;
            content: "";
            height: 100%;
            left: 0;
            opacity: 0.7;
            -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
            position: absolute;
            top: 0;
            width: 100%;
            z-index: -1;
        }

    .about-icon-img {
        display: block;
        margin: 20px 0;
    }

    .parallax-mirror::after {
        display: none;
    }

    .single-agency-project {
        margin-bottom: 30px;
    }
}
/* Mobile Layout: 320px. */

@media only screen and (max-width: 767px) {
    .c-box img {
        height: 110px !important;
    }

    .we-do {
        min-height: auto !important;
    }

    .slicknav_nav a:focus {
        outline: none !important;
    }

    .text-left .product-name {
        padding-top: 30px;
    }

    #myModalone .modal-content {
        height: 450px !important;
    }

    #myModalone .modal-body h5 {
        font-size: 30px !important;
    }

    #myModalone .modal-body #countdown {
        width: 100% !important;
    }

        #myModalone .modal-body #countdown span {
            text-align: center;
            color: #fff;
            width: 60px !important;
            height: 60px !important;
            padding-top: 5px;
            margin-right: 0px !important;
            border-radius: 70px;
            font-size: 16px !important;
            font-weight: 700 !important;
            background: #74bcae;
            display: inline-block;
        }

            #myModalone .modal-body #countdown span b {
                margin-top: -10px !important;
                font-size: 11px !important;
            }

    .responsive-menu-wrap {
        display: block;
    }

    #myModalone {
        right: 0 !important;
    }

        #myModalone .modal-content {
            width: 100% !important;
        }



    .text-left {
        min-height: auto !important;
    }



    .mainmenu,
    .header-area.header-style-2:before {
        display: none;
    }

    .single-service-item {
        padding-right: 0;
        margin-bottom: 50px;
    }

    .cta-area {
        font-size: 16px;
        padding: 20px;
    }

    .boxed-btn.cta-btn {
        margin-top: 15px;
        padding: 5px 20px;
        position: relative;
        right: auto;
        top: auto;
    }

    .content-block {
        padding: 50px 0;
    }

    .bg-left {
        display: none;
    }

    .h3,
    h3 {
        font-size: 20px;
        line-height: 28px;
    }

    .footer-wid {
        padding: 0 0 50px;
    }

    .footer-area {
        padding-top: 50px;
    }

    .cta-style-4 h2 {
        font-size: 30px;
    }

    .cta-style-4 {
        font-size: 18px;
        padding: 50px 0;
    }

    .single-project-item {
    }

    .section-heading h2 {
        font-size: 25px;
    }

    .cta-content-wrap {
        padding-right: 0;
    }

    .cta-style-5 .boxed-btn {
        margin-top: 15px;
        position: relative;
        right: auto;
        right: auto;
    }

    .cta-style-5 h2 {
        font-size: 30px;
    }

    .footer-style-2,
    .footer-style-2 .text-right {
        text-align: center;
    }

        .footer-style-2 ul {
            margin-top: 20px;
        }

        .footer-style-2 .text-right li {
            padding: 10px;
        }

    .homepage-slides .owl-nav div.owl-next {
        right: auto;
    }

    .homepage-slides .owl-nav div {
        left: auto;
        margin: 10px;
        position: relative;
        top: auto;
    }

    .homepage-slides .owl-nav {
        bottom: 0;
        left: 0;
        position: absolute;
        text-align: center;
        width: 100%;
    }

    .slide-text h2 {
        font-size: 25px;
    }

    .slide-text {
        font-size: 15px;
        line-height: 25px;
    }

    .margin-100 {
        margin: 30px 0;
    }

    .slide-text.slide-text-style-2 h2 {
        font-size: 25px;
    }

    .service-box-style-2 {
        margin-bottom: 30px;
        padding: 15px;
    }

    .ticker {
        border-radius: 0;
        display: inline-block;
        margin-bottom: 15px;
        padding: 2px 10px;
        position: relative;
        right: 0;
        top: 0;
    }

    .testimonial-item-style-3,
    .team-member-style-2,
    .mega-pricing-item {
        margin-bottom: 50px;
    }

    .wide-buttons-wrap a.wide-button-item {
        float: none;
        width: auto;
    }

    .cta-style-2 .boxed-btn {
        margin-top: 15px;
    }

    .page-heading-area h2,
    .hero-text h2 {
        font-size: 30px;
    }

    .single-team-member img {
        margin-bottom: 20px;
        position: relative;
    }

    .single-team-member {
        padding-left: 0;
    }

    .padding-100 {
        padding: 50px 0;
    }

    .tile-gallery {
        margin: 50px 0;
    }

        .tile-gallery img:nth-child(2) {
            margin-top: 20px;
            position: relative;
        }

    .cta-area.fullwidth-cta .cta-btn {
        right: auto;
    }

    .cta-style-3 h2 {
        font-size: 30px;
        line-height: 38px;
    }

    .cta-style-3 h4 {
        line-height: 30px;
    }

    .comment-metadata {
        margin-top: 15px;
    }

    .login-content-right {
        display: none;
    }

    .login-content-left {
        float: none;
        padding: 20px;
        width: 100%;
    }

    .register-style-1,
    .login-style-1 {
        max-width: 300px;
        padding: 15px;
        margin: 0 auto;
    }

    .register-form-style-1 input,
    .subscription-form input {
        min-width: 270px;
    }

    .mega-pricing-item ul {
        min-height: inherit;
        margin-bottom: 30px;
    }

    div[data-parallax="scroll"] {
        position: relative;
        z-index: 1;
    }

        div[data-parallax="scroll"]:after {
            background: #17191c none repeat scroll 0 0;
            content: "";
            height: 100%;
            left: 0;
            opacity: 0.7;
            -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
            position: absolute;
            top: 0;
            width: 100%;
            z-index: -1;
        }

    .check-item::before {
        left: 0;
    }

    .check-item {
        padding-left: 55px;
    }

    .slide-text.slide-text-style-2 {
        margin: 130px 0;
    }

    .about-icon-img {
        display: block;
        margin: 20px 0;
    }

    .parallax-mirror::after {
        display: none;
    }

    .single-agency-project {
        margin-bottom: 30px;
    }
}
/* Wide Mobile Layout: 480px. */

@media only screen and (min-width: 480px) and (max-width: 767px) {
    .register-style-1,
    .login-style-1 {
        max-width: 450px;
    }

    .register-form-style-1 input,
    .subscription-form input {
        min-width: 430px;
    }
}

/* Magnific Popup CSS */
.mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1042;
    overflow: hidden;
    position: fixed;
    background: #0b0b0b;
    opacity: 0.8;
    filter: alpha(opacity=80);
}

.mfp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1043;
    position: fixed;
    outline: none !important;
    -webkit-backface-visibility: hidden;
}

.mfp-container {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 8px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

    .mfp-container:before {
        content: '';
        display: inline-block;
        height: 100%;
        vertical-align: middle;
    }

.mfp-align-top .mfp-container:before {
    display: none;
}

.mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
    width: 100%;
    cursor: auto;
}

.mfp-ajax-cur {
    cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: -moz-zoom-out;
    cursor: -webkit-zoom-out;
    cursor: zoom-out;
}

.mfp-zoom {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
    cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.mfp-loading.mfp-figure {
    display: none;
}

.mfp-hide {
    display: none !important;
}

.mfp-preloader {
    color: #CCC;
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -0.8em;
    left: 8px;
    right: 8px;
    z-index: 1044;
}

    .mfp-preloader a {
        color: #CCC;
    }

        .mfp-preloader a:hover {
            color: #FFF;
        }

.mfp-s-ready .mfp-preloader {
    display: none;
}

.mfp-s-error .mfp-content {
    display: none;
}

button.mfp-close,
button.mfp-arrow {
    overflow: visible;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: none;
    padding: 0;
    z-index: 1046;
    -webkit-box-shadow: none;
    box-shadow: none;
}

button::-moz-focus-inner {
    padding: 0;
    border: 0;
}

.mfp-close {
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    opacity: 0.65;
    filter: alpha(opacity=65);
    padding: 0 0 18px 10px;
    color: #FFF;
    font-style: normal;
    font-size: 28px;
    font-family: "Poppins", sans-serif;
}

    .mfp-close:hover,
    .mfp-close:focus {
        opacity: 1;
        filter: alpha(opacity=100);
    }

    .mfp-close:active {
        top: 1px;
    }

.mfp-close-btn-in .mfp-close {
    color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
    color: #FFF;
    right: -6px;
    text-align: right;
    padding-right: 6px;
    width: 100%;
}

.mfp-counter {
    position: absolute;
    top: 0;
    right: 0;
    color: #CCC;
    font-size: 12px;
    line-height: 18px;
    white-space: nowrap;
}

.mfp-arrow {
    position: absolute;
    opacity: 0.65;
    filter: alpha(opacity=65);
    margin: 0;
    top: 50%;
    margin-top: -55px;
    padding: 0;
    width: 90px;
    height: 110px;
    -webkit-tap-highlight-color: transparent;
}







    .mfp-arrow:active {
        margin-top: -54px;
    }

    .mfp-arrow:hover,
    .mfp-arrow:focus {
        opacity: 1;
        filter: alpha(opacity=100);
    }

    .mfp-arrow:before,
    .mfp-arrow:after,
    .mfp-arrow .mfp-b,
    .mfp-arrow .mfp-a {
        content: '';
        display: block;
        width: 0;
        height: 0;
        position: absolute;
        left: 0;
        top: 0;
        margin-top: 35px;
        margin-left: 35px;
        border: medium inset transparent;
    }

    .mfp-arrow:after,
    .mfp-arrow .mfp-a {
        border-top-width: 13px;
        border-bottom-width: 13px;
        top: 8px;
    }

    .mfp-arrow:before,
    .mfp-arrow .mfp-b {
        border-top-width: 21px;
        border-bottom-width: 21px;
        opacity: 0.7;
    }

.mfp-arrow-left {
    left: 0;
}

    .mfp-arrow-left:after,
    .mfp-arrow-left .mfp-a {
        border-right: 17px solid #FFF;
        margin-left: 31px;
    }

    .mfp-arrow-left:before,
    .mfp-arrow-left .mfp-b {
        margin-left: 25px;
        border-right: 27px solid #3F3F3F;
    }

.mfp-arrow-right {
    right: 0;
}

    .mfp-arrow-right:after,
    .mfp-arrow-right .mfp-a {
        border-left: 17px solid #FFF;
        margin-left: 39px;
    }

    .mfp-arrow-right:before,
    .mfp-arrow-right .mfp-b {
        border-left: 27px solid #3F3F3F;
    }

.mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px;
}

    .mfp-iframe-holder .mfp-content {
        line-height: 0;
        width: 100%;
        max-width: 900px;
    }

    .mfp-iframe-holder .mfp-close {
        top: -40px;
    }

.mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%;
}

    .mfp-iframe-scaler iframe {
        position: absolute;
        display: block;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
        background: #000;
    }

/* Main image in popup */
img.mfp-img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    line-height: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 40px 0 40px;
    margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
    line-height: 0;
}

    .mfp-figure:after {
        content: '';
        position: absolute;
        left: 0;
        top: 40px;
        bottom: 40px;
        display: block;
        right: 0;
        width: auto;
        height: auto;
        z-index: -1;
        box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
        background: #444;
    }

    .mfp-figure small {
        color: #BDBDBD;
        display: block;
        font-size: 12px;
        line-height: 14px;
    }

    .mfp-figure figure {
        margin: 0;
    }

.mfp-bottom-bar {
    margin-top: -36px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto;
}

.mfp-title {
    text-align: left;
    line-height: 18px;
    color: #F3F3F3;
    word-wrap: break-word;
    padding-right: 36px;
    text-transform: capitalize;
}

.mfp-image-holder .mfp-content {
    max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
    /**
       * Remove all paddings around the image on small screen
       */
    .mfp-img-mobile .mfp-image-holder {
        padding-left: 0;
        padding-right: 0;
    }

    .mfp-img-mobile img.mfp-img {
        padding: 0;
    }

    .mfp-img-mobile .mfp-figure:after {
        top: 0;
        bottom: 0;
    }

    .mfp-img-mobile .mfp-figure small {
        display: inline;
        margin-left: 5px;
    }

    .mfp-img-mobile .mfp-bottom-bar {
        background: rgba(0, 0, 0, 0.6);
        bottom: 0;
        margin: 0;
        top: auto;
        padding: 3px 5px;
        position: fixed;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

        .mfp-img-mobile .mfp-bottom-bar:empty {
            padding: 0;
        }

    .mfp-img-mobile .mfp-counter {
        right: 5px;
        top: 3px;
    }

    .mfp-img-mobile .mfp-close {
        top: 0;
        right: 0;
        width: 35px;
        height: 35px;
        line-height: 35px;
        background: rgba(0, 0, 0, 0.6);
        position: fixed;
        text-align: center;
        padding: 0;
    }
}

@media all and (max-width: 900px) {
    .mfp-arrow {
        -webkit-transform: scale(0.75);
        transform: scale(0.75);
    }

    .mfp-arrow-left {
        -webkit-transform-origin: 0;
        transform-origin: 0;
    }

    .mfp-arrow-right {
        -webkit-transform-origin: 100%;
        transform-origin: 100%;
    }

    .mfp-container {
        padding-left: 6px;
        padding-right: 6px;
    }
}

.mfp-ie7 .mfp-img {
    padding: 0;
}

.mfp-ie7 .mfp-bottom-bar {
    width: 600px;
    left: 50%;
    margin-left: -300px;
    margin-top: 5px;
    padding-bottom: 5px;
}

.mfp-ie7 .mfp-container {
    padding: 0;
}

.mfp-ie7 .mfp-content {
    padding-top: 44px;
}

.mfp-ie7 .mfp-close {
    top: 0;
    right: 0;
    padding-top: 0;
}

*/.slicknav_btn, .slicknav_nav .slicknav_item {
    cursor: pointer;
}

.slicknav_menu, .slicknav_menu * {
    box-sizing: border-box;
}

.slicknav_btn {
    position: relative;
    display: block;
    vertical-align: middle;
    float: right;
    padding: .438em .625em;
    line-height: 1.125em;
}

    .slicknav_btn .slicknav_icon-bar + .slicknav_icon-bar {
        margin-top: .188em;
    }

.slicknav_menu .slicknav_menutxt {
    display: block;
    line-height: 1.188em;
    float: left;
    color: #fff;
    font-weight: 700;
    text-shadow: 0 1px 3px #000;
}

.slicknav_menu .slicknav_icon {
    float: left;
    width: 1.125em;
    height: .875em;
    margin: .188em 0 0 .438em;
}

    .slicknav_menu .slicknav_icon:before {
        background: 0 0;
        width: 1.125em;
        height: .875em;
        display: block;
        content: "";
        position: absolute;
    }

.slicknav_menu .slicknav_no-text {
    margin: 0;
}

.slicknav_menu .slicknav_icon-bar {
    display: block;
    width: 1.125em;
    height: .125em;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    -webkit-box-shadow: 0 1px 0 rgba(0,0,0,.25);
    -moz-box-shadow: 0 1px 0 rgba(0,0,0,.25);
    box-shadow: 0 1px 0 rgba(0,0,0,.25);
}

.slicknav_menu:after, .slicknav_menu:before {
    content: " ";
    display: table;
}

.slicknav_menu:after {
    clear: both;
}

.slicknav_nav li, .slicknav_nav ul {
    display: block;
}

.slicknav_nav .slicknav_arrow {
    font-size: .8em;
    margin: 0 0 0 .4em;
}

.slicknav_nav .slicknav_item a {
    display: inline;
}

.slicknav_nav .slicknav_row, .slicknav_nav a {
    display: block;
}

.slicknav_nav .slicknav_parent-link a {
    display: inline;
}

.slicknav_menu {
    *zoom: 1;
    font-size: 16px;
    background: #4c4c4c;
    padding: 5px;
}

.slicknav_nav, .slicknav_nav ul {
    list-style: none;
    overflow: hidden;
    padding: 0;
}

.slicknav_menu .slicknav_icon-bar {
    background-color: #fff;
}

.slicknav_btn {
    margin: 5px 5px 6px;
    text-decoration: none;
    text-shadow: 0 1px 1px rgba(255,255,255,.75);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background-color: #222;
}

.slicknav_nav {
    clear: both;
    color: #fff;
    margin: 0;
    font-size: .875em;
}

    .slicknav_nav ul {
        margin: 0 0 0 20px;
    }

    .slicknav_nav .slicknav_row, .slicknav_nav a {
        padding: 5px 10px;
        margin: 2px 5px;
    }

        .slicknav_nav .slicknav_row:hover {
            -webkit-border-radius: 6px;
            -moz-border-radius: 6px;
            border-radius: 6px;
            background: #ccc;
            color: #fff;
        }

    .slicknav_nav a {
        text-decoration: none;
        color: #fff;
        text-transform: uppercase;
    }

        .slicknav_nav a:hover {
            -webkit-border-radius: 6px;
            -moz-border-radius: 6px;
            border-radius: 6px;
            background: #ccc;
            color: #222;
        }

    .slicknav_nav .slicknav_txtnode {
        margin-left: 15px;
    }

    .slicknav_nav .slicknav_item a, .slicknav_nav .slicknav_parent-link a {
        padding: 0;
        margin: 0;
    }

.slicknav_brand {
    float: left;
    color: #fff;
    font-size: 18px;
    line-height: 30px;
    padding: 7px 12px;
    height: 44px;
}


/* 
 *  Owl Carousel - Auto Height Plugin
 */
.owl-height {
    -webkit-transition: height 500ms ease-in-out;
    -moz-transition: height 500ms ease-in-out;
    -ms-transition: height 500ms ease-in-out;
    -o-transition: height 500ms ease-in-out;
    transition: height 500ms ease-in-out;
}

/* 
 *  Core Owl Carousel CSS File
 */
.owl-carousel {
    display: none;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    /* position relative and z-index fix webkit rendering fonts issue */
    position: relative;
    z-index: 1;
}

    .owl-carousel .owl-stage {
        position: relative;
        -ms-touch-action: pan-Y;
    }

        .owl-carousel .owl-stage:after {
            content: ".";
            display: block;
            clear: both;
            visibility: hidden;
            line-height: 0;
            height: 0;
        }

    .owl-carousel .owl-stage-outer {
        position: relative;
        overflow: hidden;
        /* fix for flashing background */
        -webkit-transform: translate3d(0px, 0px, 0px);
    }

    .owl-carousel .owl-controls .owl-nav .owl-prev,
    .owl-carousel .owl-controls .owl-nav .owl-next,
    .owl-carousel .owl-controls .owl-dot {
        cursor: pointer;
        cursor: hand;
        -webkit-user-select: none;
        -khtml-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }

    .owl-carousel.owl-loaded {
        display: block;
    }

    .owl-carousel.owl-loading {
        opacity: 0;
        display: block;
    }

    .owl-carousel.owl-hidden {
        opacity: 0;
    }

    .owl-carousel .owl-refresh .owl-item {
        display: none;
    }

    .owl-carousel .owl-item {
        position: relative;
        min-height: 1px;
        float: left;
        -webkit-backface-visibility: hidden;
        -webkit-tap-highlight-color: transparent;
        -webkit-touch-callout: none;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }

        .owl-carousel .owl-item img {
            display: block;
            width: 100%;
            -webkit-transform-style: preserve-3d;
        }

    .owl-carousel.owl-text-select-on .owl-item {
        -webkit-user-select: auto;
        -moz-user-select: auto;
        -ms-user-select: auto;
        user-select: auto;
    }

    .owl-carousel .owl-grab {
        cursor: move;
        cursor: -webkit-grab;
        cursor: -o-grab;
        cursor: -ms-grab;
        cursor: grab;
    }

    .owl-carousel.owl-rtl {
        direction: rtl;
    }

        .owl-carousel.owl-rtl .owl-item {
            float: right;
        }

/* No Js */
.no-js .owl-carousel {
    display: block;
}

/* 
 *  Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    -webkit-transition: opacity 400ms ease;
    -moz-transition: opacity 400ms ease;
    -ms-transition: opacity 400ms ease;
    -o-transition: opacity 400ms ease;
    transition: opacity 400ms ease;
}

.owl-carousel .owl-item img {
    transform-style: preserve-3d;
    height: 260px;
    object-fit: cover;
    object-position: top;
}

/* 
 *  Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000;
}

.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url("owl.video.play.png") no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    -webkit-transition: scale 100ms ease;
    -moz-transition: scale 100ms ease;
    -ms-transition: scale 100ms ease;
    -o-transition: scale 100ms ease;
    transition: scale 100ms ease;
}

    .owl-carousel .owl-video-play-icon:hover {
        -webkit-transition: scale(1.3, 1.3);
        -moz-transition: scale(1.3, 1.3);
        -ms-transition: scale(1.3, 1.3);
        -o-transition: scale(1.3, 1.3);
        transition: scale(1.3, 1.3);
    }

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
    display: none;
}

.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    -webkit-transition: opacity 400ms ease;
    -moz-transition: opacity 400ms ease;
    -ms-transition: opacity 400ms ease;
    -o-transition: opacity 400ms ease;
    transition: opacity 400ms ease;
}

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
}

.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
    background: #fe8024;
    border-color: #fe8024 !important;
}

.blog-list {
    /*padding-bottom: 50px;*/
    padding-bottom: 30px;
    color: #222;
}

    .blog-list img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    /*.blog-list .single-boxed-item h4 {
            text-transform: capitalize;
        margin-top: 0px;
        margin-bottom: -20px;
    }*/
    .blog-list .boxed-preview {
        height: 225px;
        overflow: hidden;
    }

    .blog-list .single-boxed-item h1 {
        font-size: 1.4rem;
        line-height: 30px;
        margin-top: -8px;
        text-transform: capitalize;
        margin-bottom: -20px;
    }

    .blog-list p {
        /*text-transform: capitalize;*/
        /*        padding-right: 10px;*/
        text-align: justify;
    }

    .blog-list h1 a {
        text-decoration: none;
        font-size: 1.6rem;
        line-height: 30px;
        font-weight: 600;
        color: #222;
    }

#pagers {
    color: #fff;
    background-color: #ffffff;
    border-color: #9d9d9d;
}

    #pagers a:hover {
        color: #333;
    }

.header-style-3 {
    background-position: 0px 0px !important;
}

.blogs button {
    top: 0px !important;
    position: absolute;
    padding-bottom: 11px;
}

.recent_posts h3 {
    margin-top: -10px;
}

.recent_posts ul {
    padding-left: 0;
}

    .recent_posts ul li {
        list-style: none;
        padding: 1rem 0;
        border-radius: 0;
        line-height: 1.6;
        border-bottom: 1px solid #ccc;
    }

.recent_posts span {
    display: block;
    font-size: 13px;
    margin-top: 10px;
}

.readmore-btn, .boxed-btn {
    padding-bottom: 50px;
}

.box-products h3, .box-products p {
    text-transform: capitalize;
}

.box-products h3 {
    margin-bottom: 0px;
    /*margin-top: 90px !important;*/
    font-size: 16px !important;
}

.content-block h3 {
    /*margin-top: 90px !important;*/
    font-size: 14px !important;
    line-height: 25px !important;
    font-weight: 600;
}

.relateds h3 {
    margin-top: 0px !important;
}


.relateds .single-project-item {
    height: auto;
}

.relateds .item-padding {
    padding: 2rem;
}

    .relateds .item-padding h4 {
        font-size: 1.25rem;
        text-align: left;
        font-weight: 500;
        color: var(--text-dark-black)
    }

.related-product {
    background: #fff;
    text-align: center;
    border: 1px solid #efefef;
    border-radius: 20px;
    overflow: hidden;
    background: #f4f5f6;
    position: relative;
}

    .related-product .tagline {
        z-index: 10;
        position: absolute;
        background: #cb8133;
        padding: 0px 15px;
        font-size: 14px !important;
        color: #fff;
        top: 16px;
        right: 16px;
        border-radius: 6px;
    }

    .related-product a {
        text-decoration: none;
    }

.service-box-style-2 h3 {
    margin-bottom: 1px;
    margin-top: 0px !important;
}
/*.box-products h3{padding-top:60px;}*/
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
    .we-do {
        min-height: auto !important;
    }

    .slicknav_nav a:focus {
        outline: none !important;
    }

    .text-left .product-name {
        padding-top: 30px;
    }

    .blogs button {
        margin-left: -20px;
    }

    #myModalone {
        right: 0 !important;
    }

        #myModalone .modal-content {
            width: 100% !important;
        }

        #myModalone .modal-body #countdown {
            width: 76% !important;
        }
}

.blog-detailz h3 {
    margin-top: -12px !important;
}

.blog-detailz h2 {
    font-size: 1.6rem !important;
}

.blog-list h2 {
    font-size: 1.3rem !important;
}

.post-title-wrap p {
    font-size: 1rem !important;
}

.blog-detailz p strong, span {
    font-size: 1rem !important;
}

.spec h3 {
    padding-top: 30px;
}

.single-project-item i.fa {
    /*margin-top: 10px;*/
    background: #fff;
    width: 50px;
    padding-top: 15px;
    margin-left: -20px;
    padding-left: 17px;
    height: 50px;
    border-radius: 25px;
}

.relateds .single-project-item i.fa {
    background: #fff;
    width: 50px;
    height: 50px;
    border-radius: 25px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.news-detail-list {
    padding: 4rem 0;
}

    .news-detail-list ul {
        padding-left: 0;
        margin-bottom: 0;
    }

        .news-detail-list ul li {
            list-style: none;
        }

    .news-detail-list .image {
        margin-bottom: 1rem;
    }

.blogs-front {
    margin-bottom: 25px !important;
}

.blog-detailz .featured-content img {
    border: 1px solid rgba(204, 204, 204, 0.28);
}

.service-box-style-2 .readmore-btn {
    padding-bottom: 0px !important;
}


.text-right {
    text-align: right;
}

.contact-info a {
    color: #222 !important;
    text-decoration: none;
}
/*.txt-limit{ height:60px; overflow:hidden;}
.single-project-item .txt-limit{height:auto !important;}*/
.product-section .box-products {
    max-height: 440px;
}

    .product-section .box-products h4 {
        margin-bottom: 0px;
        font-size: 15px;
    }

#PortfolioListPage .portfolios {
    max-height: 445px;
}

    #PortfolioListPage .portfolios h4 {
        margin-bottom: 3px;
        font-size: 15px;
    }

.amout-details {
    padding-top: 5px;
}

.relateds .amout-details {
    font-size: 15px;
}

.content-block h3 {
    font-size: 18px !important;
    padding-bottom: 10px;
}

.readmore-btn, .boxed-btn {
    color: #333;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 12px;
    text-align: right;
    display: block;
}
/*3-10-17*/
.content-block h3 {
    cursor: pointer;
}


.view-all {
    font-size: 1.2rem;
}

#myModalone {
    right: 9.5%;
}

    #myModalone .modal-content {
        width: 800px;
        background-color: #fff;
        height: 500px;
    }

    #myModalone .modal-header {
        border: none;
    }

    #myModalone .modal-body h4 {
        text-align: center;
        margin-bottom: 5px;
        font-size: 26px;
        color: #555;
    }

    #myModalone .modal-body h5 {
        text-align: center;
        color: #74bcae;
        font-size: 36px;
        padding-top: 25px;
    }

    #myModalone .modal-body p {
        text-align: center;
        font-size: 16px;
        color: #555;
    }

    #myModalone .modal-body #countdown {
        text-align: center;
        width: 63%;
    }

        #myModalone .modal-body #countdown span {
            text-align: center;
            color: #fff;
            width: 100px;
            height: 100px;
            padding-top: 5px;
            margin-right: 5px;
            border-radius: 70px;
            font-size: 35px;
            font-weight: 700 !important;
            background: #74bcae;
            display: inline-block;
        }

            #myModalone .modal-body #countdown span b {
                margin-top: -20px;
                font-weight: 100 !important;
                display: block;
                font-size: 13px;
            }

    #myModalone .modal-footer {
        border: none;
    }

    #myModalone hr {
        margin-top: 30px;
        margin-bottom: 0px;
        width: 70%;
        border: 0;
        border-top: 1px dotted #ddd;
    }

.mx-auto {
    margin: auto;
}

.d-block {
    display: block;
}

.text-c {
    text-align: center;
}

.learn-btn {
    background: #aaaaaa;
    border: none;
    border-radius: 0px;
    color: #fff;
    padding: 10px 15px 10px 15px;
    margin-right: 5px;
}

    .learn-btn:hover {
        background: #555;
        color: #fff;
    }

.cntact-btn {
    background: #74bcae;
    border: none;
    border-radius: 0px;
    color: #fff;
    padding: 10px 15px 10px 15px;
}

    .cntact-btn:hover {
        background: #555;
        color: #fff;
    }

.specification ul {
    padding-left: 20px;
}

    .specification ul li {
        font-size: 16px;
        line-height: 30px;
    }


.mb-60 {
    margin-bottom: 60px;
}

.we-do {
    min-height: 600px;
}

@media all and (transform-3d), (-webkit-transform-3d) {
    #our-client .carousel-inner > .item.next,
    #our-client .carousel-inner > .item.active.right {
        left: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }

    #our-client .carousel-inner > .item.prev,
    #our-client .carousel-inner > .item.active.left {
        left: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
}

@media all and (transform-3d), (-webkit-transform-3d) {
    #our-client .carousel-inner > .item.next,
    #our-client .carousel-inner > .item.active.right {
    }

    #our-client .carousel-inner > .item.prev,
    #our-client .carousel-inner > .item.active.left {
    }
}



@media only screen and (min-device-width : 320px) and (max-device-width : 667px) {
    #our-client .carousel-inner .active.left {
        left: -100%;
    }

    #our-client .carousel-inner .next {
        left: 100%;
    }

    #our-client .carousel-inner .prev {
        left: -100%;
    }

    #our-client .active > div {
        display: none;
    }

        #our-client .active > div:nth-child(1) {
            display: block;
        }

    #our-client .carousel-inner img {
        margin: 0 auto;
        display: block;
    }
}

#Clients .carousel-control.left {
    background-image: none !important;
}

#Clients .carousel-control.right {
    background-image: none !important;
}

#Clients .carousel-control .glyphicon-chevron-right, #Clients .carousel-control .glyphicon-chevron-left {
    background: #bfc3c5;
    height: 30px;
    font-size: 15px;
    padding-top: 8px;
    border-radius: 15px;
}

.c-title {
    padding-top: 50px;
}

.c-item {
    padding-top: 20px;
    text-align: center;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

.c-box {
    border: 20px solid #fff;
    box-shadow: 0px 0px 3px #ccc;
    margin-bottom: 30px;
}

    .c-box img {
        display: block;
        margin: auto;
    }
/*gallery*/
.gal-img-box {
    height: 240px;
    overflow: hidden;
}

    .gal-img-box img {
        height: auto;
        width: 100%;
        min-height: 100%;
        width: 100%;
    }

        .gal-img-box img:hover {
            opacity: .9;
        }

.gal-title {
    padding: 15px;
    border: 1px solid #ccc;
    box-shadow: 1px 9px 21px -15px #000;
    margin-bottom: 30px;
}

    .gal-title h4 {
        margin-bottom: 0px;
        white-space: nowrap;
        width: 18em;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .gal-title a {
        font-size: 14px;
        color: #333;
    }

        .gal-title a:hover {
            font-size: 14px;
            color: #cf3131;
        }

.gal-details .gal-img-box {
    margin-bottom: 30px;
    height: 170px;
}

.g-pop-up {
    position: absolute;
    top: 70px;
}

    .g-pop-up .modal-body {
        padding: 3px;
    }

    .g-pop-up .btn {
        position: absolute;
        z-index: 5;
        background: none;
        border: none;
        right: -27px;
        top: -23px;
        color: #fff;
        font-size: 25px;
    }

    .g-pop-up .carousel-indicators li {
        width: 20px;
        height: 5px;
        border: 1px solid rgba(255, 255, 255, 0.5490196078431373);
    }

.backbtn {
    padding: 7px 15px;
    margin-bottom: 40px;
    display: block;
    width: 133px;
}

.g-inner-title {
    margin: -2px;
}

.g-inner-info {
    padding: 15px 0px;
}

.g-pop-up h3 {
    font-size: 17px;
    text-align: center;
    text-transform: capitalize;
    margin-bottom: 0;
    margin-top: 15px;
    line-height: 17px;
}

.g-pop-up p {
    text-align: center;
    margin-top: 0px;
    margin-bottom: 5px;
}

.contact-details {
    padding: 2rem;
    background: #fafafa;
    height: 100%;
    border-radius: 10px;
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    align-content: flex-start;
}

    .contact-details a {
        text-decoration: none;
    }

    .contact-details h5 {
        font-size: 1.2rem;
        display: block;
        margin-bottom: 0.6rem !important;
    }

    .contact-details small {
        font-size: 1rem;
        color: #64748b;
    }

        .contact-details small a {
            color: #64748b !important;
        }

    .contact-details .d-flex.mb-4.w-100 div {
        line-height: 1.2;
    }

.contact-adrs {
    padding: 0 2rem 0 0;
    height: 100%;
    border-right: 1px solid #ccc;
}

.contact-details ul {
    padding-left: 0;
    list-style: none;
    margin-bottom: 0;
    display: flex;
}

    .contact-details ul li {
        margin-right: 0.4rem;
    }

        .contact-details ul li a {
            align-items: center;
            display: inline-flex;
            flex-shrink: 0;
            font-size: .92969rem;
            font-weight: 400;
            height: 2.5rem;
            justify-content: center;
            padding: 0;
            position: relative;
            background: #f1f5f9;
            border: 1px solid #e2e8f0;
            width: 2.5rem;
            border-radius: 4px;
        }

            .contact-details ul li a i {
                color: #222;
                font-size: 1.4rem;
            }

button:focus:not(:focus-visible) {
    box-shadow: none;
}

@media only screen and (max-width: 1199.98px) {
    .navbar-collapse {
        height: 100vh;
        position: absolute;
        left: 0;
        top: 75px;
        background: #fff;
        width: 100%;
        padding: 10px 30px;
        transition: unset !important;
    }

    a.nav-link.active::before{
        content: none !important;
    }

    a.nav-link.active {
        background: linear-gradient(45deg, #EF273D 30%, #FA721D 70%);
        color: #fff !important;
    }

    .product-details-wrapper figure img {
        height: 350px;
        object-fit: cover;
    }

    .how-its-works .box-wrap p {
        display: none;
    }

    .how-its-works .box-wrap h4 {
        text-align: center;
        font-size: 1.1rem;
    }

    .how-its-works .box-wrap {
        max-width: 45%;
        margin: 2%;
        height: 180px;
    }

    .box-wrap span.icon {
        margin: auto;
        width: 70px;
        height: 70px;
        margin-bottom: 1rem;
    }

    .how-its-works .box-wrap::before {
        display: none;
    }

    .box-wrap span.icon em {
        background: #fff ;
        padding: 0;
        border-radius: 50%;
        width: 100%;
    }

    .navbar-nav li a {
        padding-left: 0 !important;
        border-bottom: 1px solid #ececec;
        padding: 1rem 0;
        color: var(--text-dark-black) !important;
        padding: 10px !important;
        border-radius: 0;
    }

    .how-its-works .box-wrap p {
        font-size: 15px;
    }

    .about-wrap {
        padding: 2rem 0;
    }

    h2 {
        font-size: 2rem;
    }

    p {
        font-size: 15px;
    }

    .how-its-works::before {
        content: none;
    }

    header {
        top: 0;
    }

    .how-its-works {
        flex-wrap: wrap;
        margin-top: 0;
        justify-content: center;
    }
}

@media only screen and (max-width: 1023.98px) {
    .logo img {
        width: auto;
        height: 50px;
    }

    .logo {
        max-width: 150px;
    }

    .navbar-toggler {
        border: none;
        margin-left: auto;
    }

    .phn-no {
        margin-left: 0rem;
    }

    .scrolled header .navbar {
        box-shadow: none;
        margin-left: 0 !important;
    }

        .scrolled header .navbar .searchform {
            width: 100%;
        }
}


@media only screen and (max-width: 1649.98px) {
    .slide-item-tablecell .slide-text h1 {
        padding-right: 0;
        font-size: 3rem;
    }

    .banner-wrapper p {
        padding-right: 0;
    }

    .single-homepage-slide {
        height: 640px;
    }

    .product-details-wrapper .card {
        padding: 1rem;
    }

        .product-details-wrapper .card h1 {
            font-size: 2rem;
        }

    .product-details-wrapper table tr td.left {
        width: 150px !important;
    }

    .product-image-left {
        padding: 2rem 2rem 2rem;
    }
}

@media only screen and (max-width: 1399.98px) {
    .homepage-slides .slide-text {
        color: #fff;
        margin: 0;
        padding-right: 2rem;
        margin-bottom: 1rem;
    }
}

@media only screen and (max-width: 1199.98px) {

    .product-left-head {
        padding: 0;
        background: none;
        margin-bottom: 1rem;
    }

        .product-left-head::before {
            content: none;
        }

    .navbar.ms-4 {
        margin-left: 0 !important;
    }

    .navbar form.searchform {
        width: 100%;
    }

    .footer-menu li a {
        font-size: 15px;
    }
}

@media only screen and (max-width: 991.98px) {
    .banner-form {
        max-width: 100%;
        margin-left: 0;
    }

    .products-lists .item .card-footer {
        padding: 0.4rem 1rem 0.4rem;
        font-size: 15px;
    }

    .footer-menu li a {
        font-size: 14px;
    }

    .products-lists .item .item-padding {
        padding: 1rem;
    }

    .relateds .item-padding {
        padding: 1rem;
    }

        .relateds .item-padding h4 {
            font-size: 1rem;
        }

    .bread-crumb-wrap .breadcrumb-item a {
        font-size: 14px;
    }

    ol.breadcrumb.mb-4 {
        margin-bottom: 0 !important;
    }

    .relateds h2 {
        font-size: 1.6rem;
    }

    .relateds .col-md-4.col-sm-6.col-lg-4 {
        margin-bottom: 1rem;
    }

    .product-details-wrapper .card h1 {
        font-size: 1.6rem;
    }

    .slide-item-tablecell .row {
        align-content: center;
    }

    .slide-item-tablecell .slide-text h1 {
        font-size: 2rem;
    }

    .product-details-wrapper .price {
        font-size: 1.4rem;
        line-height: 1;
    }

    .product-details-wrapper table tr td span {
        padding-left: 0 !important;
        line-height: 1.6;
    }

    .product-details-wrapper table tr td.left {
        width: 120px !important;
    }

    .product-details-wrapper table tr td.left {
        line-height: 1.6;
    }

    footer.city-footer-section .ftr-logo-abt p{
        margin-bottom: 1rem !important;
    }
}

@media only screen and (max-width: 767.98px) {
    .slide-item-tablecell {
        padding: 2rem 1rem;
    }

    .product-details-wrapper figure img {
        height: 180px;
        object-fit: cover;
    }

    .inner-banner h1 {
        font-weight: 500 !important;
        font-size: 1.6rem;
    }

    .products-lists .item h4 {
        font-size: 18px;
    }

    .blog-list .boxed-preview {
        height: auto;
        width: 100%;
    }

    .blog-detailz h2 {
        font-size: 1.4em;
    }

    .blog-list h2 {
        font-size: 1.4em;
    }

    .contact-area {
        padding: 30px 0;
    }

    .inner-banner {
        width: 100%;
        height: 360px;
    }

    h2 {
        font-size: 1.6rem;
    }

    .owl-prev .fa {
        margin-left: 0;
    }

    .owl-next .fa {
        margin-right: 0;
    }

    .homepage-slides .slide-text {
        padding-right: 0;
    }

    .product-section .col-md-12.col-xl-3 {
        margin-bottom: 1rem;
    }


    .product-left-head h2 {
        margin-bottom: 0;
    }

    .banner-form label {
        margin-bottom: 0;
    }

    .banner-form h1 {
        font-size: 1.4rem;
    }

    .banner-form .col-md-6.mb-2 {
        width: 50%;
    }

    .banner-form {
        padding: 1rem 0.4rem;
    }

    .slide-item-tablecell .slide-text h1 {
        font-size: 2rem;
        padding: 0rem 0rem;
    }

    .banner-wrapper p {
        font-size: 1rem;
    }
}

@media only screen and (min-width: 1280px) {
    header .navbar {
        padding: 12px;
        background: #ffffff00;
    }

    .widget {
        border-left: 1px solid #ccc;
        padding-left: 2rem;
        height: 100%;
    }
}

@media only screen and (min-width: 1650px) {
    .container {
        max-width: 1630px;
    }

    .product-section .col-md-12.col-xl-3 {
        width: 20%;
    }

    .product-section .col-xl-9.col-md-12 {
        width: 80%;
    }
}

/*@media only screen and (min-width: 991px) {
    header nav {
        height: 86px;
    }
}*/


/*EstateV2 Styles*/
.homepage-slides .owl-nav div {
    right: 110px !important;
    left: auto !important;
}

    .homepage-slides .owl-nav div.owl-next {
        top: 56%;
        font-size: 0 !important;
    }

    .homepage-slides .owl-nav div.owl-prev {
        font-size: 0 !important;
    }

.homepage-slides .owl-dots {
    margin-top: -40px;
    margin-left: 77px;
    display: flex;
    gap: 7px;
    position: absolute;
    right: 60px;
    flex-direction: column;
    bottom: 50%;
}

.homepage-slides .owl-dot {
    z-index: 100;
    position: relative;
    width: 20px; /* Larger dot for premium feel */
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .homepage-slides .owl-dot span {
        width: 20px;
        height: 20px;
        border-radius: 50%;
        display: block;
        border: 2px solid #F13239; /* Outer ring */
        background: transparent;
        transition: all 0.3s ease-in-out;
        position: relative;
    }

    .homepage-slides .owl-dot:hover span {
        border: 2px solid #F13239 !important;
    }
    /* Inner circle effect */
    .homepage-slides .owl-dot.active span::before {
        content: "";
        width: 8px;
        height: 8px;
        background: linear-gradient(45deg, #EF273D 30%, #FA721D 70%); /* Inner circle */
        border-radius: 50%;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        opacity: 1;
        transition: opacity 0.3s ease-in-out;
    }

    /* Hover effect for a smooth transition */
    .homepage-slides .owl-dot:hover span {
        border-color: rgba(255, 255, 255, 0.7);
    }

    .homepage-slides .owl-dot.active span {
        border-color: #F13239; /* Keep the active dot border solid */
    }

.navbar-nav.ms-auto.mb-2.mb-lg-0 {
    column-gap: 35px;
}

a.nav-link.active {
    position: relative;
}

    a.nav-link.active::before {
        content: '';
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 3px;
        background: linear-gradient(45deg, #EF273D 30%, #FA721D 70%);
    }

.top-bar .top-left ul {
    display: flex;
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
    column-gap: 21px;
}

    .top-bar .top-left ul li a {
        color: #fff;
    }

.top-right .top-contact {
    display: flex;
    column-gap: 13px;
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}

    .top-right .top-contact a {
        color: #fff;
        font-size: 14px;
        text-decoration: none;
        display: inline-flex;
        align-items: center;
        column-gap: 9px;
    }

.top-section {
    padding: 14px 0;
    padding-left: 8px;
    align-items: center;
}

.top-bar {
    border-bottom: 1px solid rgba(255, 255, 255, 0.16);
}



.top-right .top-contact a span {
    display: inline-flex;
    align-items: center;
}

    .top-right .top-contact a span i {
        font-size: 19px;
        line-height: 21px;
    }

.abut-content .sub-head {
    color: #fe6034;
    font-weight: 500;
}

.btn-primary {
    padding: 13px 40px;
    border-radius: 30px;
    display: inline-flex;
    align-items: center;
    column-gap: 10px;
    background: #30373e !important;
    border: 1px solid transparent;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 1px;
    transition: all 0.5s ease-in !important;
}


    .btn-primary .material-symbols-outlined {
        transition: transform 0.3s ease-in-out;
        display: inline-block;
        font-size: 19px !important;
    }

    .btn-primary:hover {
        border: 1px solid transparent !important;
    }

        .btn-primary:hover .material-symbols-outlined {
            transform: translateX(5px); /* Moves arrow slightly to the right */
        }

.section-padding {
    padding: 5rem 0;
}

.categrory-card {
    position: relative;
}

    .categrory-card img {
        width: 100% !important;
        height: 100% !important;
    }

    .categrory-card::before {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.5);
        z-index: 1;
    }

    .categrory-card label {
        position: absolute;
        top: 18px;
        left: 18px;
        font-weight: 600;
        font-size: 22px;
        color: #fff;
        max-width: 193px;
        line-height: 1.4;
        z-index: 1;
    }

    .categrory-card p {
        position: absolute;
        bottom: 0;
        left: 18px;
        right: 18px;
        color: #fff;
        z-index: 1;
        font-size: 17px;
    }

.product-listing-home .product-left-head p {
    max-width: 1100px;
}

.products-lists .owl-nav {
    position: absolute;
    top: -44px;
    right: 22px;
}

.product-listing-home .owl-prev, .testimonial .owl-prev {
    left: -59px;
}

.product-listing-home .owl-next, .testimonial .owl-next {
    right: -3px;
}

.owl-prev .fa-solid, .owl-next .fa-solid {
    border: 1px solid #dedede;
    width: 38px !important;
    height: 38px !important;
}

.testimonial .owl-nav {
    position: absolute;
    top: -47px;
    right: 28px;
}

.content-block.product-section.cty-prd-section .row.product-listing-home:last-child {
    margin-bottom: 0 !important;
}

.tabs-content .nav-pills {
    justify-content: center;
    background: #23262d;
}

    .tabs-content .nav-pills .nav-link {
        border-radius: 0;
        color: #fff;
    }

        .tabs-content .nav-pills .nav-link.active {
            background: linear-gradient(45deg, #EF273D 30%, #FA721D 70%) !important;
            color: #fff !important;
        }

.product-section-1 {
    background: #23262d !important;
}

.bg-main {
    background: #23262d !important;
}

    .bg-main h2 {
        color: #fff;
    }

.product-section-1 .product-left-head h2 {
    color: #fff;
}

.product-section-1 .tabs-content .nav-pills .nav-link {
    color: #222;
    background: #fff;
}

.zoom-gallery img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.zoom-gallery a {
    height: 100%;
    display: block;
}

.zoom-gallery .img-wrapper {
    height: 350px;
    width: 100%;
}

.testimonial-card {
    padding: 2rem !important;
    border-radius: 0 !important;
    height: 100%;
    width: 100%;
    background: #23262d0a;
    align-items: flex-start !important;
}

    .testimonial-card::before {
        content: none !important;
    }

.testimonial #owl-carousel p {
    text-align: start !important;
    max-width: unset !important;
    font-style: italic;
}

.quotes i {
    font-size: 62px;
    color: #f75a249c;
    ];
    font-style: italic;
}

.quotes {
    margin-bottom: 12px;
}

.testimonial-footer span.author.d-block {
    font-weight: 600;
}

footer.city-footer-section {
    position: relative;
    z-index: 1;
}

    footer.city-footer-section::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0,0,0,0.4);
        z-index: -1;
    }

    footer.city-footer-section .ftr-logo-abt p {
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        overflow: hidden;
        max-width: 460px;
    }


    footer.city-footer-section h4 {
        color: #fff;
    }

    footer.city-footer-section .contact-content p a {
        color: #fff;
    }

    footer.city-footer-section a:hover, .top-right .top-contact a:hover, .top-bar .top-left ul li a:hover {
        background: linear-gradient(45deg, #EF273D 30%, #FA721D 70%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background-clip: text;
        text-fill-color: transparent;
    }

.inner-banner .breadcrumb {
    justify-content: center;
    margin-bottom: 4px !important;
}

.breadcrumb-item + .breadcrumb-item::before {
    color: #fff;
}

.inner-banner .breadcrumb li a, .inner-banner .breadcrumb li {
    text-transform: uppercase;
    color: #fff;
    font-weight: 600;
    font-size: 14px;
}

    .inner-banner .breadcrumb li.active {
        background: linear-gradient(45deg, #EF273D 30%, #FA721D 70%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background-clip: text;
        text-fill-color: transparent;
    }

.footer-logo {
    max-width: 170px;
}

.widget.recent_posts a:hover {
    color: #EF273D !important;
}

.detail-cards .categrory-card label {
    bottom: 18px !important;
    top: unset !important;
}

.categrory-card span.tagline {
    top: 0;
    position: absolute;
    right: 0;
    padding: 3px 22px;
    z-index: 1;
    color: #ffffff;
    border-radius: 0 0 0 18px;
    background: linear-gradient(45deg, #EF273D 30%, #FA721D 70%);
}

.head span.tagline {
    background: linear-gradient(45deg, #EF273D 30%, #FA721D 70%);
    padding: 2px 13px;
    color: #fff;
    margin-bottom: 10px;
    display: inline-block;
    border-radius: 30px;
    font-size: 15px !important;
}

.contact-wrapper-main label {
    display: inline-flex;
    align-items: center;
    column-gap: 10px;
    font-weight: 600;
    font-size: 17px;
}

.contact-wrapper-main p {
    padding-left: 27px;
    max-width: 380px;
    margin-bottom: 0;
    font-size: 15px;
}

.contact-wrapper-main {
    padding: 10px 0;
    border-bottom: 1px solid #ccc;
}

.navbar-toggler{
    border: none !important;
}

.tabs-content.tabs-content-list .nav-pills {
    position: unset !important;
    background: unset !important;
    transform: unset !important;
    column-gap: 0;
}

    .tabs-content.tabs-content-list .nav-pills .nav-link {
        background: #23262d;
        border: 0 !important;
    }

@media screen and (max-width: 1649.98px) {
    .single-homepage-slide {
        height: 100vh !important;
    }
}

@media screen and (max-width: 1399.98px) {
    .slide-item-tablecell .slide-text h1 {
        font-size: 62px !important;
        line-height: 82px !important;
    }

        .slide-item-tablecell .slide-text h1 span {
            font-size: 62px !important;
        }

    .product-listing-home .product-left-head p {
        max-width: 1000px;
    }

    .products-lists .owl-nav {
        top: -110px;
    }

    .zoom-gallery .img-wrapper {
        height: 250px;
    }
}

@media screen and (max-width: 1199.98px) {
    .slide-item-tablecell .slide-text h1 {
        font-size: 50px !important;
        line-height: 63px !important;
    }

        .slide-item-tablecell .slide-text h1 span {
            font-size: 50px !important;
        }

    .product-listing-home .product-left-head p {
        max-width: 810px;
    }

    .zoom-gallery .img-wrapper {
        height: 220px;
    }
}

@media screen and (max-width: 991.98px) {
    .product-listing-home .product-left-head p {
        max-width: 540px;
    }

    .zoom-gallery .img-wrapper {
        height: 210px;
    }
}

@media screen and (max-width: 767.98px) {
    .homepage-slides .owl-dots {
        right: 50%;
        flex-direction: ROW;
        bottom: 34px;
        transform: translateX(50%);
        gap: 0;
    }

    .homepage-slides .owl-dot span {
        width: 16px;
        height: 16px;
    }

    .homepage-slides .owl-dot.active span::before {
        width: 6px;
        height: 6px;
    }

    .categrory-card p {
        font-size: 16px !important;
    }

    .single-homepage-slide {
        height: 550px !important;
    }

    .product-listing-home .owl-prev {
        left: -10px;
    }

    .product-listing-home .owl-next {
        right: -5px;
    }

    .testimonial .owl-nav {
        top: -39px;
    }


    .products-lists .owl-nav {
        top: 50%;
        left: 0;
        right: 0;
    }

    .tabs-content .nav-pills {
        justify-content: center;
        margin-bottom: 0 !important;
        position: unset !important;
        transform: unset !important;
        flex-wrap: nowrap !important;
    }

    .product-left-head {
        margin-bottom: 0 !important;
    }
}


@media screen and (max-width: 575.98px) {
    .slide-item-tablecell .slide-text h1 {
        font-size: 40px !important;
        line-height: 48px !important;
    }
    .btn.btn-primary {
        padding: 13px 20px;
    }

        .slide-item-tablecell .slide-text h1 span {
            font-size: 40px !important;
        }

    .navbar-collapse {
        top: 67px;
        padding: 10px;
    }

    .inner-banner .breadcrumb li a, .inner-banner .breadcrumb li {
        font-size: 12px;
    }

    .categrory-card label{
        font-size: 14px !important;
    }

    .categrory-card span.tagline{
        font-size: 13px !important;
    }

.cty-header {
    border-bottom: 1px solid rgba(255, 255, 255, 0.16);
}

.top-bar {
    display: none;
}

.scrolled header {
    transform: unset !important;
    border: 0;
}
}
