@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap');

@font-face {
    font-family: Fractul_Regular;
    src: url(../fonts/Fractul-Regular.ttf);
}

@font-face {
    font-family: Monument Extended;
    src: url(../fonts/MonumentExtended-Ultrabold.ttf);
}

:root {
    --primary-color: #177499;
    --secondary-color: #082733;
    --third-color: #A8F3FF;
    --dark-color: #000;
    --light-color: #fff;

}

a {
    text-decoration: none;
    color: var(--light-color);
    text-decoration: none;

}

a:hover {
    text-decoration: none;
}

p {
    color: var(--light-color);
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Outfit", Sans-serif;
}

::selection {
    color: var(--light-color);
    background-color: var(--primary-color);
}

body {
    color: #fff;
    background-color: var(--dark-color);
    font-family: "Outfit", sans-serif;
}

.desktop-menu {
    padding: 10px 0;
}

.desktop-menu {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    width: 100%;
    z-index: 999;
}

.navbar-nav {
    background-color: #FFFFFF;
    border-radius: 50px 50px 50px 50px;
    /* overflow: hidden !important; */
    box-shadow: 0px 0px 6px 0px #d9d9d9;
}

.navbar-nav>li {
    margin: 5px 0;
    padding: 0px 7px;
    /* overflow: hidden; */
}

.navbar-nav>li.active a {
    color: var(--primary-color);
}

.navbar-nav>li>a {
    font-family: "Outfit", Sans-serif;
    font-weight: 300;
    text-transform: uppercase;
    color: #000000;
    padding: 4px 15px;
}

.navbar-nav>li>a:hover {
    color: var(--primary-color);
    text-decoration: none;
}


.dropdown-menu {
    padding: 0px;
    border: none;
    background: #ffffff;
    border-radius: 20px;
    box-shadow: 0px 3px 13px 0px #c5c5c5;
}


.dropdown-menu li:hover a {
    background-color: var(--primary-color);
    color: #fff;
    transition: all .3s;
}

.dropdown-menu {
    background-color: #fff;
}

.dropdown-menu li a {
    padding: 6px 15px;
    font-family: "Outfit", Sans-serif;
    font-weight: 300;
    text-transform: uppercase;
    color: #000000;
    text-decoration: none;
}

.desktop-menu .dropdown-menu {
    position: absolute;
    background-color: #fff;
    visibility: hidden;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transform: translateY(10px);
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    -ms-transform: translateY(10px);
    -o-transform: translateY(10px);
    opacity: 0;
    display: flex;
    flex-direction: column;
    z-index: 9;
    overflow: hidden;
}

.desktop-menu .dropdown:hover .dropdown-menu {
    margin-top: 6px;
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
}



.desktop-menu nav ul.navbar-nav li.last-menu {
    color: #fff !important;
    background: #177499 !important;
    background: linear-gradient(90deg, #177499 0%, #082733 100%) !important;
    border-radius: 40px;
    margin-right: 6px;
}

.desktop-menu nav ul.navbar-nav li.last-menu a {
    color: #fff !important;
    /* padding-right: 32px; */
    position: relative;
}

.desktop-menu nav ul.navbar-nav li.last-menu a img {
    padding-left: 6px;
}


#marker-shine {
    position: absolute;
    background: url(../images/after.png) no-repeat center center;
    background-size: contain;
    bottom: 37px;
    left: 0px;
    height: 20px;
    transition: width 0.3s, left 0.3s;
    z-index: -1;
}

ul.navbar-nav li:hover,
ul.navbar-nav li.active {
    color: var(--primary-color);
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    zoom: 1;
}

/* about */

.about {
    padding: 50px 0;
    position: relative;
    overflow: hidden;
}

.about::before {
    content: "";
    background-image: url(../images/shape.png);
    background-position: left center;
    background-repeat: no-repeat;
    background-size: contain;
    left: -44px;
    top: 129px;
    width: 100%;
    height: 59%;
    position: absolute;
    z-index: 0;
}

.about-content {
    padding-left: 28px;
}



.about-content h4 {
    font-size: 30px;
    font-weight: 300;
    color: #FFFFFF;
    margin-top: 3px;
}

.about-content p {
    font-size: 22px;
    font-weight: 300;
    line-height: 25px;
    margin-top: 30px;
    margin-bottom: 0;
}


/* product */

.product-section {
    padding: 50px 0;
    position: relative;
    z-index: 0;
}

.product-section .row:not(:first-child) div {
    padding: 0;
}

.product-section::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 70%;
    left: 0;
    top: 0;
    background-color: transparent;
    background-image: linear-gradient(150deg, var(--primary-color) 24%, var(--secondary-color) 100%);
    z-index: -1;
}

.product-section h3 {
    font-size: 22px;
    font-weight: 600;
    color: #FFFFFF;
}

.product-section h2 {
    font-size: 69px;
    font-weight: 100;
    color: #FFFFFF;
}

.product-section h1 {
    font-size: 70px;
    font-weight: 900;
    color: #FFFFFF;
}

.inner-prod {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: flex-end;
}

.inner-prod .prod-title {
    position: absolute;
    bottom: 50px;
    font-size: 20px;
    text-decoration: none;
    color: #fff;
}

.inner-prod .prod-title img {
    width: 30px;
}


/* video */


.video-sec {
    padding: 50px 0;
}

.overlay-banner {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.overlay-banner .popup-youtube {
    position: absolute;
}

h1.video-heading {
    font-family: Monument Extended;
    font-size: 44px;
    font-weight: 900;
    line-height: 60px;
    letter-spacing: 2.4px;
    color: #FFFFFF;
    margin-bottom: 30px;
}

span#grad-text {
    background: linear-gradient(to right, #177499 0%, #082733 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}



/* blog */

.blog {
    padding: 50px 0;
}

.heading {
    text-align: center;
}

.heading h2 {
    font-family: Fractul_Regular;
    color: var(--light-color);
    text-transform: capitalize;
    font-size: 36px;
    font-weight: 900;
    line-height: 60px;
    letter-spacing: 2.4px;
}

.heading h3 {
    font-size: 15px;
    font-weight: 300;
    color: #8C8C8C;
}

.blog .inner-blog {
    text-align: center;
    padding: 10px;
    border-radius: 45px;
    background: #082935;
    position: relative;
    transition: all 0.5s;
}

.inner-blog:hover {
    background: transparent;
    margin-bottom: 50px;
}

.inner-blog:hover::before {
    border: 1px solid #082733;
    background: #fff;
    display: block;
    top: 10%;
}

.inner-blog::before {
    content: "";
    position: absolute;
    top: 0%;
    left: 0px;
    right: 0px;
    width: 100%;
    height: 100%;
    border-radius: 40px;
    transition: all 0.5s;
    background: #082733;
    z-index: -1;
}


.blog .blog-text {
    padding-top: 15px;
}

.blog .blog-text h4 {
    font-size: 15px;
    font-weight: 700;
    font-family: Fractul_Regular;
}

.blog .blog-text p {
    font-size: 18px;
    font-weight: 200;
    color: #ffffff;
}

.inner-blog:hover p {
    color: var(--secondary-color);
    transition: all .5s;
}

.inner-blog .metas {
    display: none;
}

.inner-blog:hover .metas {
    display: block;
    transition: all .5s;
}

.blog .blog-text ul {
    display: flex;
    list-style: none;
    margin: 0;
    justify-content: center;
    padding: 0;
}


.blog .blog-text ul li {
    font-size: 14px;
    color: #4F5A65;
    transition: color 0.3s;
    padding-left: 8px;
    padding-right: 8px;
    position: relative;
}

.inner-blog:hover h4 {
    background: linear-gradient(to right, #177499 0%, #082733 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    transition: all .5s;
}

.blog .blog-text ul li:not(:last-child)::after {
    content: "";
    height: 20%;
    display: inline-block;
    border-color: #4F5A65;
    border-bottom: 0;
    border-left-width: 4px;
    border-right: 0;
    border-top: 0;
    border-style: solid;
    top: -3px;
    position: relative;
    right: auto;
    right: -8px;
    width: auto;
}

.btn-arrow {
    width: 100%;
    top: 40%;
    left: 0;
    position: absolute;
    z-index: 9;
    transition: all 0.5s !important;
    opacity: 0;
}

.inner-blog:hover .btn-arrow {
    top: 20%;
    opacity: 1;
}

/* contact */

.contact-sec {
    padding: 70px 0;
    background-image: url(../images/cont-bg.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 0;
    position: relative;
}

.contact-sec::before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: var(--primary-color);
    opacity: 0.67;
}

.contact-sec .inner-sec {
    text-align: center;
}

.contact-sec .inner-sec h3 {
    font-size: 55px;
    font-weight: 200;
    color: var(--third-color);
}

.contact-sec .inner-sec h2 {
    font-size: 55px;
    font-weight: 600;
    color: #FFFFFF;
}

.contact-sec .inner-sec .enq-btn a {
    margin-top: 20px;
    background-color: var(--third-color);
    display: inline-block;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
    fill: #161616;
    color: #161616;
    border-radius: 50px;
    padding: 12px 20px 12px 20px;
}


/* footer */


.footer {
    background-image: url(../images/footer-bg.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 30px 0;
}

.footer-links ul {
    display: flex;
    justify-content: center;
    margin: 0;
}

.footer-links ul li {
    padding-right: calc(50px / 2);
    padding-left: calc(50px / 2);
    position: relative;
}

/* .footer-links ul li::after {
    right: calc(-50px / 2);
} */

.footer-links ul li a {
    text-transform: uppercase;
    font-weight: 300;
    font-size: 14px;
}

.footer-links ul li a:hover {
    color: #fff;
}

.footer-links ul li:not(:last-child)::after {
    content: "";
    background: #FFFFFF;
    width: 1px;
    position: absolute;
    height: 80%;
    right: 0px;
    top: 3px;
    z-index: 0;
}

.social-links ul {
    display: flex;
    margin: 0;
    justify-content: flex-end;
}

.social-links ul li:not(:first-child) {
    height: 30px;
    width: 30px;
    background: #278CB4;
    border-radius: 50px;
    padding: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.social-links ul li:first-child {
    color: #fff;
    text-transform: uppercase;
    font-weight: 300;
    font-size: 12px;
    display: flex;
    align-items: center;
    padding-right: 6px;
}



.social-links ul li svg {
    font-size: 12px;
    color: #fff;
}
.copyright {
    display: flex;
    justify-content: center;
}

.copyright p {
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
    background-color: #498BA5BF;
    padding: 4px 7px 4px 7px;
    border-radius: 40px 40px 40px 40px;
    text-align: center;
    width: fit-content;
}


.before-footer {
    padding: 70px 0;
}

.before-footer .inner-colum {
    text-align: center;
    padding: 10px;
    position: relative;
}

.before-footer .inner-colum.bar::after {
    content: "";
    background: #252525;
    width: 1px;
    position: absolute;
    height: 100%;
    right: 0px;
    top: 0px;
    z-index: 0;
}

.before-footer .inner-colum h6 {
    margin-bottom: 0px;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    color: #ACACAC;
    margin-top: 10px;
}




/* single-product */

.product-banner {
    background-color: #fff;
    /* background-image: url(../images/product-banner.jpg); */
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 150px 0px 70px 0px;
}

.breadcrumb ul {
    display: flex;
    justify-content: center;
    margin: 0;
}

.breadcrumb ul li {
    padding-right: calc(10px / 2);
    padding-left: calc(10px / 2);
    position: relative;
}

.breadcrumb ul li svg {
    font-size: 12px;
    color: var(--primary-color);
}

.breadcrumb ul li a {
    text-transform: capitalize;
    font-weight: 300;
    font-size: 14px;
    color: var(--primary-color);
}

.product-main {
    text-align: center;
}

.product-main h2 {
    color: #414B58;
    font-weight: 900;
    font-size: 80px;
}

.cat-title {
    color: var(--primary-color);
    font-size: 40px;
    font-weight: 500;
}

.thumb-area {
    padding-top: 80px;
}


.slider-nav {
    display: flex;
}

.slider-nav .inner-img {
    text-align: -webkit-center;
}


.slider-nav div img {
    width: 100px;
    border: 1px solid #1c80af42;
    border-radius: 20px;
    padding: 0px;
}

.thumb-area .arrow-left {
    left: 47%;
    top: -30px;
}

.thumb-area .arrow-right {
    right: 47%;
    bottom: -40px;
}

.thumb-area .arrow-left,
.thumb-area .arrow-right {
    transition: all 0.2s ease-In;
    color: var(--primary-color);
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    cursor: pointer;
    position: absolute;
    transform: translatey(-50%);
    z-index: 1;
}

.enq-btn {
    text-align: center;
    /* background-color: #fff; */
}

.enquiry-btn {
    background-color: #fff;
    text-align: center;
    margin-top: -22px;
}

.enq-btn a,
.enquiry-btn a {
    color: #fff !important;
    background: #177499 !important;
    background: linear-gradient(90deg, #177499 0%, #082733 100%) !important;
    border-radius: 50px;
    padding: 10px 40px;
    font-size: 22px;
    text-decoration: none;
    margin-top: -34px;
    display: inline-block;
    /* position: absolute; */
}

.product-description {
    padding: 70px 0px;
    background-color: #fff;
}

.product-description .desc ul li {
    color: #667085;
    font-size: 18px;
    font-weight: 200;
    margin-bottom: 10px;
}

.product-description .desc h3 {
    color: #344054;
    font-weight: bold;
}




/* contact page */


.contact-section {
    padding: 70px 0;
}

.contact-section .contact-left {
    padding-right: 55px;
}

.contact-section h4 {
    font-family: "Outfit", Sans-serif;
    font-size: 22px;
    font-weight: 600;
    text-transform: uppercase;
    color: #FFFFFF;
}

.contact-section h2 {
    font-family: "Outfit", Sans-serif;
    font-size: 35px;
    font-weight: 700;
    color: #FFFFFF;
}

.contact-section p {
    font-family: "Outfit", Sans-serif;
    font-size: 18px;
    font-weight: 300;
    line-height: 26px;
}

.contact-right {
    background-color: #08273366;
    padding: 30px;
    border-radius: 40px;
}

.contact-right .info-box {
    position: relative;
    padding-left: 75px;
    margin-top: 20px;
}

.contact-right .info-box .icon-box {
    position: absolute;
    left: 0;
    top: 0;
    width: 60px;
    height: 60px;
    text-align: center;
    line-height: 60px;
    background-color: #1774997D;
    border-radius: 15px;
}

.contact-right .info-box .icon-box svg {
    font-size: 25px;
}

.contact-right .info-box .text-box h5 {
    font-family: "Outfit", Sans-serif;
    font-size: 22px;
    font-weight: 600;
}

.contact-right .info-box .text-box p {
    font-family: "Outfit", Sans-serif;
    font-size: 16px;
    font-weight: 400;
}

form .form-field {
    color: #fff;
    background-color: #082733;
    border-width: 0px 0px 0px 0px;
    border-radius: 25px 25px 25px 25px;
    padding: .5rem 1rem;
}

.form-control:focus,
.form-control::placeholder {
    color: #ffffff !important;
    font-size: 16px !important;
    background-color: #082733;
    border: 0;
    box-shadow: none;
}

input:focus,
textarea:focus {
    color: White;
    border: 0;
    outline: 0;
    box-shadow: none !important;
    background-color: #082733 !important;
}

.form {
    margin-top: 20px;
    display: inline-block;
}

form button {
    background-color: var(--third-color);
    border: none;
    padding: 10px 20px;
    font-family: "Outfit", Sans-serif;
    font-weight: 700;
    border-radius: 45px 45px 45px 45px;
}

form button:hover {
    background-color: #fff;
}




/* about page */


.about .about-content h5 {
    font-family: "Outfit", Sans-serif;
    font-size: 22px;
    font-weight: 600;
    text-transform: uppercase;
    color: #FFFFFF;
}

.mission {
    padding: 50px 0;
    background-color: var(--secondary-color);
}

.mission .mission-heading h4 {
    font-family: "Outfit", Sans-serif;
    font-size: 50px;
    font-weight: 900;
    color: #FFFFFF;
}

.mission .mission-content {
    padding: 10px 10px 10px 50px;
    position: relative;
}

.mission .mission-content::before {
    content: "";
    position: absolute;
    width: 1px;
    height: 100%;
    background-color: #fff;
    left: 0;
    top: 0;
}

.mission .mission-content p {
    font-family: "Outfit", Sans-serif;
    font-size: 18px;
    font-weight: 300;
    line-height: 26px;
}

.card-section {
    padding: 70px 0;
}

.card-section .inner-card {
    text-align: center;
    height: 100%;
    border: 15px solid #082733;
    padding: 15px;
    border-radius: 30px;
}

.card-section .inner-card h4 {
    font-family: Fractul_Regular;
    font-size: 22px;
    font-weight: 600;
    color: #FFFFFF;
}

.value-section .section-heading {
    text-align: center;
}

.section-heading h2 {
    font-family: Fractul_Regular;
    font-size: 36px;
    font-weight: 900;
    text-transform: capitalize;
    line-height: 60px;
    letter-spacing: 2.4px;
    color: #FFFFFF;
}

.value-section {
    padding: 70px 0;
}

.value-section .inner {
    text-align: center;
    height: 100%;
    border-radius: 20px;
    box-shadow: 0px 2px 22px -2px rgba(147.89999999999998, 147.89999999999998, 147.89999999999998, 0.38);
    padding: 15px;
}

.dark {
    background-color: #082733;
}

.light {
    background-color: #177499;
}

.value-section .inner h5 {
    font-family: Fractul_Regular;
    font-size: 22px;
    font-weight: 600;
    color: #FFFFFF;
}

.value-section .inner p {
    font-family: "Outfit", Sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 26px;
}


/* career  */

.form-group {
    margin-bottom: 15px;
}





/* events */


.event-section {
    padding: 70px 0;
}

.event-section .inner-event {
    padding-right: 55px;
    text-align: center;
}

.event-section h4 {
    font-family: "Outfit", Sans-serif;
    font-size: 22px;
    font-weight: 600;
    text-transform: uppercase;
    color: #FFFFFF;
}

.event-section h2 {
    font-family: "Outfit", Sans-serif;
    font-size: 35px;
    font-weight: 700;
    color: #FFFFFF;
}

.event-section p {
    font-family: "Outfit", Sans-serif;
    font-size: 18px;
    font-weight: 300;
    line-height: 26px;
}

.event-section .gallery .gal-img {
    padding: 13px;
    background: var(--primary-color);
    border-radius: 25px;
    position: relative;
    overflow: hidden;
}

.event-section .gal-img a {
    text-decoration: none;
    color: #fff;
}

.event-section .gal-img a img {
    border-radius: 25px;
}

.event-section .gal-img .text {
    text-align: center;
    padding: 11px;
    visibility: hidden;
    position: absolute;
    bottom: -100px;
    width: 100%;
    left: 0;
    background-color: #ffffffd9;

    transition: all .5s;
}

.event-section .gal-img:hover .text {
    visibility: visible;
    transition: all .5s;
    bottom: 0px;
}


.event-section .gal-img .text h5 {
    font-size: 15px;
    font-weight: 700;
    font-family: Fractul_Regular;
    color: var(--primary-color);
}

.event-section .gal-img .text p {
    margin: 0;
    font-size: 18px;
    font-weight: 200;
    color: var(--primary-color);
}



/* warranty-section */

.warranty-section {
    padding: 50px 0;
    background-color: #fff;
    color: #000;
}

.warranty-section .inner h4 {
    background: linear-gradient(to right, #177499 0%, #082733 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: "Outfit", Sans-serif;
    font-size: 42px;
    font-weight: 900;
    /* line-height: 60px; */
    /* letter-spacing: 2.4px; */
    color: #FFFFFF;
    margin: 0;
}

.warranty-section .inner ul {
    list-style: none;
    padding: 0px;
    margin-top: 20px;
}

.warranty-section .inner ul li {
    position: relative;
    padding-left: 25px;
}

.warranty-section .inner ul li::before {
    position: absolute;
    content: "";
    background-image: url(../images/arrow-blue.png);
    background-repeat: no-repeat;
    left: 0;
    top: 8px;
    width: 100%;
    height: 10px;
}


.warranty-section .inner h2 {
    font-size: 25px;
    font-weight: 700;
    color: #ffffff;
}



/* categroy */

.categroy {
    padding: 50px 0;
    background-color: #fff;
}

.categroy .heading {
    text-align: center;
}

.categroy .heading h2 {
    font-family: Fractul_Regular;
    font-size: 36px;
    font-weight: 900;
    text-transform: capitalize;
    line-height: 60px;
    letter-spacing: 2.4px;
    color: #082733;
}






/* categroy page */

.category-section {
    padding: 50px 0;
    background-color: #fff;
}

.title-section {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
}

.title-section img {
    position: absolute;
    top: -25px;
    width: 120px;
    z-index: 1;
    opacity: .7;
}

/* .title-section::before {
    content: "";
    position: absolute;
    top: 22%;
    right: 8%;
    left: 8%;
    width: 85%;
    height: 100%;
    background-image: url(../images/subtract.png);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 0;
} */

.title-section::before {
    content: "";
    position: absolute;
    top: 22%;
    right: 8%;
    left: 8%;
    width: 85%;
    height: 113px;
    background-image: url(../images/subtract.png);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 0;
}
.title-bg {
    background-color: #fff;
    position: relative;
    padding: 0px 10px;
}

.title-section h3 {
    background: linear-gradient(to right, #177499 0%, #082733 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: "Outfit", Sans-serif;
    font-size: 42px;
    font-weight: 900;
    /* line-height: 60px; */
    /* letter-spacing: 2.4px; */
    color: #FFFFFF;
    margin: 0;
}

.title-section p {
    color: #606060;
    font-size: 16px;
    width: 35%;
    line-height: 18px;
}

.subheading {
    font-size: 28px;
    /* margin-top: 50px; */
    text-align: center;
    color: #082733 !important;
    font-weight: 900;
    z-index: 9;
}

.category-section .inner-cat {
    background-color: #F0F0F0;
    border-radius: 30px;
    /* box-shadow: 0px -4px 14px 0px #e3e3e3; */
}

.category-section .inner-cat img {
    border-radius: 30px;
    width: 100%;
    max-width: 100%;
}

.category-section .inner-cat a {
    padding: 15px;
    display: flex;
    justify-content: center;
    color: #4e5d63ed;
    font-size: 20px;
    font-weight: 700;
    font-family: "Outfit", Sans-serif;
    text-decoration: none;
    text-align: center;
    text-transform: capitalize;
}

.category-section .inner-cat .p-title {
    padding: 15px;
    text-align: center;
}

.category-section .inner-cat h4 {
    color: #4e5d63ed;
    font-size: 18px;
    font-weight: 700;
    font-family: "Outfit", Sans-serif;
    text-decoration: none;
}

.category-section .inner-cat h5 {
    color: #b9bab7;
    font-size: 12px;
}

.category-section .inner-cat h6 {
    color: #aeb3b5;
    font-family: "Outfit", Sans-serif;
    margin-bottom: 10px;
    margin-bottom: 20px;
    text-transform: capitalize;
}

.category-section .cat-btn {
    text-align: center;
    margin-top: -40px;
}

.category-section .cat-btn a {
    margin-top: 20px;
    background-color: var(--primary-color);
    background: linear-gradient(90deg, #177499 0%, #082733 100%) !important;
    display: inline-block;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
    fill: #ffffff;
    color: #ffffff;
    border-radius: 50px;
    padding: 12px 20px 12px 20px;
    cursor: pointer;
}

.category-section p.info {
    width: 80%;
    color: #606060;
    font-size: 16px;
    text-align: center;
}

.anim img {
     webkit-filter: grayscale(0);
    -moz-filter: grayscale(0);
    -ms-filter: grayscale(0);
    -o-filter: grayscale(0);
    filter: grayscale(0);
}

.anim:hover img {
    webkit-filter: grayscale(100);
    -moz-filter: grayscale(100);
    -ms-filter: grayscale(100);
    -o-filter: grayscale(100);
    filter: grayscale(100);
}

.pro img {
    box-shadow: 0px 0px 42px -7px #00000026;
    border: 1px solid #e9e9e9c7;
    background: #fff;
    padding: 25px;
}

.modal-body {
    background-color: var(--dark-color);
}

.category-section .right-title h3 {
    color: var(--primary-color);
    font-size: 30px;
    font-weight: 800;
}

.category-section .right-title h4 {
    color: #4e5d63ed;
    font-size: 20px;
    font-weight: 700;
    font-family: "Outfit", Sans-serif;
    text-transform: capitalize;
}

.category-section .right-title h6 {
    color: #aeb3b5;
    font-family: "Outfit", Sans-serif;
    margin-bottom: 10px;
    margin-bottom: 20px;
    text-transform: capitalize;
}

.category-section .right-title .e-btn a {
    background-color: var(--primary-color);
    background: linear-gradient(90deg, #177499 0%, #082733 100%) !important;
    display: inline-block;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
    fill: #ffffff;
    color: #ffffff;
    border-radius: 50px;
    padding: 12px 20px 12px 20px;
    cursor: pointer;
}
.category-section .right-title ul {
    list-style: none;
    padding: 0;
}

.category-section .right-title ul li {
    color: #aeb3b5;
    position: relative;
    padding-left: 25px;
}

.category-section .right-title ul li::before {
    position: absolute;
    content: "";
    background-image: url(../images/arrow-blue.png);
    background-repeat: no-repeat;
    left: 0;
    top: 8px;
    width: 100%;
    height: 10px;
}


/* dealer */

.dealer-section {
    position: relative;
    /* background-color: #fff; */
    background-image: url(../images/dealer-banner.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 0;
    padding: 250px 0px 50px 0px;
}

.dealer-section::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: #f3f3f3ad;
    z-index: -1;
}

.after-section {
    background-color: #fff;
    padding: 50px 0;
    position: relative;
}

.after-section .inner {
    text-align: center;
}

.after-section .inner .icon-img img {
    background: #027397;
    /* padding: 10px; */
    border-radius: 15px;
    width: 145px;
    box-shadow: 1px 2px 5px 3px #dddddd;
    border: 1px solid #fff;
}

.after-section .inner .rating ul {
    list-style: none;
    display: inline-flex;
    /* border: 1px solid #007295; */
    padding: 0;
    border-radius: 15px;
}

.after-section .inner .rating ul li {
    color: var(--dark-color);
    font-size: 14px;
}

.after-section .inner .rating ul li img {
    width: 16px;
    padding-bottom: 6px;
}


.after-section .inner .rating ul li:not(:last-child) {
    margin-right: 10px;
}

.after-section .inner h4 {
    background: linear-gradient(to right, #177499 0%, #082733 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: "Outfit", Sans-serif;
    font-size: 32px;
    font-weight: 900;
    color: #FFFFFF;
    margin: 20px 0;
}

.after-section .enq-sec {
    padding-top: 10px;
}

.after-section a.connect-btn {
    background-color: #fff;
    box-shadow: 0px 0px 42px -1px #b3b3b352;
    text-align: center;
    padding: 15px;
    color: #000;
    display: block;
    position: relative;
    cursor: pointer;
    border-radius: 20px;
}


.after-section a.connect-btn img {
    margin-bottom: 10px;
}

.after-section .office-sec {
    padding-top: 10px;
}

.after-section .office-details ul {
    list-style: none;
    display: flex;
    justify-content: center;
    padding: 0;
}

.after-section .office-details ul li:not(:last-child) {
    margin-right: 10px;
}

.after-section .office-details ul li:first-child {
    cursor: pointer;
    position: relative;
}

.after-section .office-details ul li {
    text-align: center;
    background-color: #1b80af14;
    padding: 6px 15px;
    border-radius: 15px;
}

.after-section .office-details ul li img {
    filter: brightness(0);
    width: 27px;
}

.after-section .office-details ul li p {
    margin: 0;
    color: #000;
    font-size: 14px;
}

.after-section .office-details ul li.address .tooltiptext {
    visibility: hidden;
    top: 100%;
    left: -38%;
    width: 270px;
    border: 1px solid #f1f1f1;
    background-color: #ffffff;
    box-shadow: 0px 0px 10px -2px #dfdfdf;
    color: #000000;
    text-align: center;
    padding: 3px 10px;
    border-radius: 6px;
    position: absolute;
    z-index: 1;
}

.after-section .office-details ul li.address .tooltiptext::after {
    content: " ";
    position: absolute;
    bottom: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent transparent #d7d7d7 transparent;
}

.after-section .office-details ul li .tooltiptext a {
    color: var(--dark-color);
}

.after-section .office-details ul li.address:hover .tooltiptext {
    visibility: visible;
}

.after-section a.connect-btn .tooltiptext {
    visibility: hidden;
    bottom: 112%;
    right: 18%;
    width: 166px;
    border: 1px solid #f1f1f1;
    background-color: #ffffff;
    box-shadow: 0px 0px 10px -2px #dfdfdf;
    color: #000000;
    text-align: center;
    padding: 3px 10px;
    border-radius: 6px;
    position: absolute;
    z-index: 1;
}

.after-section a.connect-btn .tooltiptext::after {
    content: " ";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #d7d7d7 transparent transparent transparent;
}

.after-section a.connect-btn:hover .tooltiptext {
    visibility: visible;
}

.tab-section .nav-pills {
    justify-content: center;
}

.tab-section .nav-pills .nav-item button.active {
    margin-top: 20px;
    background-color: var(--primary-color);
    background: linear-gradient(90deg, #177499 0%, #082733 100%) !important;
    display: inline-block;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
    fill: #ffffff;
    color: #ffffff;
    border-radius: 50px;
    padding: 12px 20px 12px 20px;
    display: inline-block;
    cursor: pointer;
}

.tab-section .nav-pills .nav-item button {
    margin-top: 20px;
    background-color: var(--primary-color);
    background: linear-gradient(90deg, #d9d9d9 0%, #c3c3c3 100%) !important;
    display: inline-block;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
    fill: #ffffff;
    color: #000000;
    border-radius: 50px;
    padding: 12px 20px 12px 20px;
    display: inline-block;
    cursor: pointer;
}

.tab-section .nav-pills li:not(:last-child) {
    margin-right: 10px;
}

.tab-section .tab-content {
    color: #000;
    padding: 20px;
    border: 1px solid #ededed;
    border-radius: 20px;
}

.tab-section .tab-content p {
    color: var(--dark-color);
    margin: 0;
}

.tab-section .tab-content .inner .info-box {
    padding: 10px;
    box-shadow: 0px 0px 15px -7px #878787;
    border-radius: 20px;
}

.tab-section .tab-content .inner .info-box .icon-img img {
    background: #027397;
    padding: 5px;
    border-radius: 15px;
    width: 46px;
    box-shadow: 1px 2px 5px 3px #dddddd;
    border: 1px solid #fff;
    margin-bottom: 10px;
}

.tab-section .tab-content .inner-cat {
    background-color: #F0F0F0;
    border-radius: 30px;
    /* box-shadow: 0px -4px 14px 0px #e3e3e3; */
}

.tab-section .tab-content .inner-cat img {
    border-radius: 30px;
}

.tab-section .tab-content .inner-cat a {
    padding: 15px;
    display: flex;
    justify-content: center;
    color: #4e5d63ed;
    font-size: 15px;
    font-weight: 700;
    font-family: "Outfit", Sans-serif;
    text-decoration: none;
    text-align: center;
}


.tab-content .gallery {
    padding-top: 30px;
}

.tab-content .gallery .item {
    padding: 15px;
}

.tab-content .gallery .item img {
    border-radius: 20px;
    border: 1px solid var(--primary-color);
    box-shadow: 0px 0px 15px -7px #878787;
}

.gallery-slider .arrow-right {
    right: 5%;
}

.gallery-slider .arrow-left {
    left: 5%;
}

.gallery-slider .arrow-left, .gallery-slider .arrow-right {
    transition: all 0.2s ease-In;
    color: var(--primary-color);
    width: 50px;
    height: 50px;
    border-radius: 20px;
    background: var(--light-color);
    border: 1px solid #007295;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    cursor: pointer;
    position: absolute;
    top: -10%;
    transform: translatey(-50%);
    z-index: 1;
    box-shadow: 0px 4px 4px 0px #a3a3a3ad;
}

.catalogue .catalog-box {
    background-color: #F0F0F0;
    border-radius: 30px;
    box-shadow: 0px -4px 14px 0px #e3e3e3;
}

.catalogue .catalog-box img {
    border-radius: 30px;
}

.catalogue .catalog-box a {
    /* padding: 15px; */
    /* display: flex; */
    justify-content: center;
    color: var(--primary-color);
    font-size: 15px;
    font-weight: 700;
    font-family: "Outfit", Sans-serif;
    text-decoration: none;
    text-align: center;
}

.catalogue .catalog-box a h3 {
    font-size: 20px;
    padding: 10px 0;
}


.fixed-footer {
    background-color: #fff;
    visibility: hidden;
    padding: 10px 0;
    transition: all .5s;
}

.fixed-footer .left-bottom {
    display: flex;
    align-items: center;
}


.fixed-footer .left-bottom .title .rating ul {
    list-style: none;
    display: inline-flex;
    margin: 0;
    padding: 0px;
    border-radius: 15px;
}

.fixed-footer .left-bottom .title {
    padding-left: 10px;
}

.fixed-footer .left-bottom .title h4 {
    background: linear-gradient(to right, #177499 0%, #082733 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: "Outfit", Sans-serif;
    font-size: 24px;
    font-weight: 900;
    color: #FFFFFF;
}

.fixed-footer .left-bottom .title .rating ul li:not(:last-child) {
    margin-right: 10px;
}

.fixed-footer .left-bottom .title .rating ul li img {
    width: 16px;
    padding-bottom: 6px;
}

.fixed-footer .left-bottom .icon-img img {
    background: #027397;
    /* padding: 10px; */
    border-radius: 15px;
    box-shadow: 1px 2px 5px 3px #dddddd;
    border: 1px solid #fff;
}

.fixed-footer .left-bottom .title .rating ul li {
    color: #000;
}

.fixed-footer .left-bottom .title .rating ul li:not(:last-child) {
    margin-right: 10px;
}

.fixed-footer .right-bottom ul {
    list-style: none;
    display: flex;
    /* justify-content: flex-end; */
    justify-content: space-between;
    padding: 0;
    margin: 0;
}


.fixed-footer .right-bottom ul li a {
    position: relative;
    padding-left: 40px;
    color: #000;
    display: block;
}

.fixed-footer .right-bottom ul li a img {
    position: absolute;
    left: 0;
    top: -2px;
}

.fixed-footer.bottom {
    visibility: visible;
    position: fixed;
    bottom: 0px;
    left: 0px;
    right: 0px;
    width: 100%;
    z-index: 999;
    box-shadow: 0 -5px 22px -9px rgb(141 141 141 / 58%);
    /* backdrop-filter: blur(10px); */
    background-color: #fff;
    animation: slideUp 0.70s ease-out;
}

@keyframes slideUp {
    0% {
        transform: translateY(100%);
    }

    100% {
        transform: translateY(0%);
    }
}


.looking-for {
    padding: 30px 0 50px 0;

}

.looking-for .arrow-left, .looking-for .arrow-right {
    transition: all 0.2s ease-In;
    color: var(--primary-color);
    width: 50px;
    height: 50px;
    border-radius: 20px;
    background: var(--light-color);
    border: 1px solid #007295;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    cursor: pointer;
    position: absolute;
    top: 100%;
    transform: translatey(-50%);
    z-index: 1;
    box-shadow: 0px 4px 4px 0px #a3a3a3ad;
}

.looking-for .arrow-left {
    left: 45% !important;
}

.looking-for .arrow-right {
    right: 45% !important;
}

.looking-for .item .inner-item {
    display: flex;
    align-items: center;
}

.looking-for .item .inner-item img {
    width: 100px;
}

.looking-for .item .inner-item .title {
    padding-left: 10px;
    text-align: left;
}

.looking-for .item .inner-item .title h5 {
    color: #000;
    font-weight: 700;
    font-size: 22px;
}

.looking-for .item .inner-item .title a {
    background: linear-gradient(90deg, #177499 0%, #082733 100%) !important;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
    fill: #ffffff;
    color: #ffffff;
    border-radius: 50px;
    padding: 8px 15px 8px 15px;
    display: inline-block;
    cursor: pointer;
}

#dealPopup .modal-body {
    background-color: #fff;
}

#dealPopup .modal-body p {
    color: #000;
}

#dealPopup .modal-body .prod-img-sec h4 {
    color: #082733;
    font-size: 20px;
    font-weight: 700;
    text-align: center;
}