* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body {
    font-family: "Poppins", sans-serif !important;
}

:root {
    --pri-text-color: #081c15;
    --active-link: #ffaa00;
    --hover-btn-pri: #f5b42f;
}

ul,
li {
    list-style: none !important;
}

a {
    text-decoration: none !important;
}


.f-w {
    color: #FFF;
}

.f-2 {
    font-family: "Kaushan Script", cursive;
}

.fw-3 {
    font-weight: 300;
}


.fw-4 {
    font-weight: 400;
}


.fw-8 {
    font-weight: 800;
}

.title {
    font-weight: 600;
}

.highlight {
    color: #344e41;
}




/* breadcrump */
.breadcrump {
    position: relative;
    min-height: 340px;
    background-image: url(../asset/mats-n-more-valvanadu.jpg);
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-attachment: scroll;
    overflow: hidden;
}


.breadcrump.sec {
    min-height: 600px;
}


.breadcrump-overlay {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.512);
}

.breadcrump-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
    text-align: center;
    color: white;
}



.breadcrump-inner>.row {
    height: 100%;
}

.breadcrump h1 {
    margin: 0;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-family: "Gilda Display", serif;

}

.breadcrump .brd-sub-head {
    letter-spacing: 3px;
    text-transform: uppercase;
    font-family: "Gilda Display", serif;
    position: relative;

}

.bread_link {
    display: flex;
    justify-content: start;
    align-items: center;
    width: 100%;
    gap: 1rem;
}

@media screen and (max-width:999px) {
    .bread_link {
        justify-content: center;
    }
}

.bread_link a {
    color: #FFF;
}

.bread_link .active {
    color: #fb8500;
}


.bd_cont {
    position: relative;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
}

.bd_cont::before {
    position: absolute;
    content: '';
    top: -20%;
    left: -20%;
    height: 200%;
    width: 150%;
    background-color: #000000a1;
    z-index: -1;
    transform: rotate(213deg);
    border-radius: 50px;
}

@media (max-width:999px) {
    .bd_cont::before {
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        transform: rotate(0);
        border-radius: 0;
    }

}

/* buttons */
.btn-1 {
    background: #588157;
    color: #FFF;
    cursor: pointer;
    padding: 0.75rem 0.75rem;
    border: 2px solid transparent;
    transition: all 0.5s;
    border-radius: 1.625rem;
    width: auto;
    position: relative;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
}

.otln {
    white-space: nowrap;
    word-break: keep-all;
    overflow-wrap: normal;
    color: #415d4f;
}


.btn-1:hover {
    border-color: var(--hover-btn-pri);
}



.btn-3 {
    background-color: transparent;
    color: #1b4332;
    cursor: pointer;
    padding: 0.625rem 0.75rem;
    transition: all 0.5s;
    border-radius: 1.625rem;
    font-size: 1rem;
    width: auto;
    position: relative;
    white-space: nowrap;
    border: 2px solid #1b4332;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
}


.btn-3:hover {
    background-color: #1b4332;
    color: #ffffff;
    border: 2px solid var(--hover-btn-pri) !important;
}

.btn-icon {
    margin-left: 6px;

}



.btn-1:hover {
    background: #3a5a40;
    transition: all 0.5s;
    border-radius: 1.625rem;
    box-shadow: 0px 6px 15px #3a5a40;
    /* padding: 1.5rem 3rem 1.5rem 1.5rem; */
    color: #ffffff;
}

.btn-1:hover .btn-icon {
    opacity: 1;
    display: inline-flex;
    transition: all 0.5s;
    color: #ffffff;

}

.btn-1:hover .btn-icon i {
    transition: all 0.5s;
    transform: translateX(0) !important;
}



/* btn-2 */
.btn-2 {
    display: inline-flex;
    background-image: linear-gradient(145deg, #3a5a40 0%, #426749 50%, #537c5b 100%);
    color: #FFF;
    cursor: pointer;
    padding: 0.625rem 0.75rem;
    border: 2px solid transparent;
    transition: all 0.5s;
    border-radius: 1.625rem;
    width: auto;
    position: relative;
    white-space: nowrap;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
}



.btn-2:hover {
    border: 2px solid var(--hover-btn-pri);
    background-image: linear-gradient(145deg,

            #1b4332 100%);

}


@media (max-width:600px) {

    .btn-2,
    .btn-1,
    .btn-3 {
        font-size: 0.938rem;
    }
}

/* navbar */
.navbar {
    position: fixed !important;
    width: 100%;
    padding-top: 6px !important;
    top: 0;
    z-index: 999;
    -webkit-position: fixed;
    -moz-position: fixed;
}


.navbar .dropdown-item.active {
    background-color: #FFF;
    color: var(--pri-text-color);
}


.navbar .dropdown-menu .dropdown-item {
    color: #495057;

}

.navbar .dropdown-menu .dropdown-item.sp {
    color: #212529;
    background-color: #dee2e6;
    transition: all 0.3s linear;
}

.navbar .dropdown-menu .dropdown-item.sp:hover {
    color: #FFF;
    background-color: #1b4332;
}

.navbar .dropdown-menu .dropdown-item:hover {
    color: #212529;
}

.navbar.sec {
    position: relative !important;
    background-color: #FFF;

}

.navbar.sec .navbar-nav {
    box-shadow: none;
}

.navbar.sec .nav-link {
    color: #000;

}


.navbar .nav-link {
    white-space: nowrap;
    word-break: keep-all;
    overflow-wrap: normal;
}

.navbar .nav-link:hover {
    color: var(--active-link) !important;
}


.navbar .nav-link.active {
    color: var(--active-link) !important;
}

.navbar.sticky.sec {
    position: fixed !important;
}

.navbar-toggler {
    color: #FFF !important;
    background-color: #1b4332 !important;
}

.navbar.sticky {
    background-color: #fff;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}

.navbar.sticky .navbar-nav .nav-link {
    color: #000;
    white-space: nowrap;
}


.navbar.sticky .navbar-nav {
    box-shadow: none;
}

@media(min-width:1200px) {
    .navbar-nav {
        background: rgba(255, 255, 255, 0.1);
        box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.099);
        backdrop-filter: blur(4px);
        -webkit-backdrop-filter: blur(4px);
        border-radius: 10px;
        border: 1px solid rgba(255, 255, 255, 0.077);
        border-radius: 100px;
    }
}


.navbar-nav .nav-link {
    color: #fff;
    font-weight: 300;
}



@media (max-width:1199px) {
    .navbar-nav .nav-link {
        color: #000;
    }
}

@media(max-width:999px) {
    .navbar {
        position: relative !important;
        background-color: #fff;
    }

    .navbar .navbar-brand img {
        width: 110px;
    }
}

@media (min-width:1200px) {
    .navbar-nav .nav-link {
        margin: 0 6px;
    }
}

.nav-btn a {
    background-color: #3a5a40;
    color: #FFF;
    height: 100%;
    padding: 12px 16px;
    border-radius: 100px;
    white-space: nowrap;
    word-break: keep-all;
    overflow-wrap: normal;
}

/* banner */

.banner-slider {
    overflow: hidden;
    max-height: 100vh;
}

.carousel-item img {
    width: 100%;
    max-height: 100vh;
}

.banner-slider .carousel-control-prev,
.banner-slider .carousel-control-next {
    top: 50% !important;
    transform: translateY(-50%) !important;
    z-index: 5;
}

.banner-slider .carousel-control-prev i,
.banner-slider .carousel-control-next i {
    border-radius: 50%;
    padding: 1rem 1.5rem;
    background: transparent;
    border: 1px dashed #fff;
}

.banner-slider .carousel-item.active::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: #0000006e;
    z-index: 1;
    overflow: hidden;
}

.carousel-item {
    height: 100%;
    width: 100%;
}


.carousel-item .banner-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 3;
}

.banner-content h1 {
    font-weight: 800;
    font-size: 3.438rem;
    color: #fff;
}

.banner-slider .carousel-indicators {
    z-index: 5;
}

.banner-slider .carousel-indicators li.active {
    background: rgb(255, 255, 255) !important;
}

.banner-slider .carousel-indicators li {
    background: rgb(139, 137, 137) !important;
}

@media screen and (max-width:999px) {
    .banner-content h1 {

        font-size: 1.563rem;

    }
}


.banner-slider .banner-content {
    opacity: 0;
    transition: opacity 1.5s ease-in-out;
}

.banner-slider .carousel-item.active .banner-content {
    opacity: 1;
}

.banner-slider .carousel-item.active h1 {
    opacity: 0;
    animation: fadeIn 1.5s ease-out forwards;
    animation-delay: 1s;
}

@keyframes fadeIn {
    0% {
        opacity: 0;
        transform: translateX(20px);
    }

    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

.banner-slider .carousel-item.active img {
    animation: zoom 10s ease-in forwards;
    animation-delay: 1s;
}

@keyframes zoom {
    0% {
        transform: scale(1);
    }

    100% {
        transform: scale(1.1);
    }
}




/* GALLERY */
.gallery-container {
    display: grid;
    grid-template-columns: repeat(9, 1fr);
    grid-template-rows: repeat(6, 5vw);
    grid-gap: 15px;
}

.gallery-item {
    overflow: hidden;
    position: relative;
    background-color: #e9ecef;
    border-radius: 14px;
    border: 2px solid #FFF;
    transition: all 0.3s linear;

}

.gallery-item::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100px;
    background: linear-gradient(#00000000, #000000);
    z-index: 5;
}

.gallery-img {
    width: 100%;
    height: 100%;
    min-height: 300px;
    max-height: 300px;
    object-fit: contain;
    /* object-position: center center; */
    transition: all 300ms linear;

}

.gallery-item-1 {
    grid-column-start: 1;
    grid-column-end: 4;
    grid-row-start: 1;
    grid-row-end: 7;
}

.gallery-item-2 {
    grid-column-start: 4;
    grid-column-end: 7;
    grid-row-start: 1;
    grid-row-end: 4;
}

.gallery-item-3 {
    grid-column-start: 4;
    grid-column-end: 7;
    grid-row-start: 4;
    grid-row-end: 7;
}

.gallery-item-4 {
    grid-column-start: 7;
    grid-column-end: 10;
    grid-row-start: 1;
    grid-row-end: 4;
}

.gallery-item-5 {
    grid-column-start: 7;
    grid-column-end: 10;
    grid-row-start: 4;
    grid-row-end: 7;
}


.gallery-item:hover .gallery-img {
    transform: scale(1.1);
}

.gallery-item .galry-body .galry-know-more a {
    font-size: 15px;
}

.gallery-item .galry-body .galry-know-more a i {
    transition: all 300ms linear;
}

.gallery-item:hover .galry-body .galry-know-more a {
    color: #fb8500;
}

.gallery-item:hover {
    border: 2px solid #fb8500;
}

.gallery-item:hover .galry-body .galry-know-more a i {
    transform: translateX(10px);
}

@media (max-width:999px) {
    .gallery-container {
        grid-template-columns: 1fr;
        grid-template-rows: auto;
    }

    .gallery-img {
        width: 100%;
        max-height: 400px;
    }

    .gallery-item-1,
    .gallery-item-2,
    .gallery-item-3,
    .gallery-item-4 {
        grid-column-start: 1;
        grid-column-end: 2;
        grid-row-start: auto;
        grid-row-end: auto;
    }
}


.galry-body {

    position: absolute !important;
    bottom: 20px;
    left: 20px;
    z-index: 60;
}

.galry-body .galry-title {

    color: #FFF;
    font-weight: 300;
}

.galry-body .galry-know-more a {
    color: #FFF;
    text-decoration: none;
    font-weight: 200;

}


.circular-slider {
    height: 40em;
    min-height: 100vh;
    padding: 1em 2em 0 2em;
    color: #FFF;
    position: relative;
    overflow: hidden;
    text-align: center;

}

.text:not(:nth-child(3)) {
    display: none;
}

.text h1 {
    font-size: 3em;
    margin: 0.5em 0;
}


.circle {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-right: 0.75rem;
}

.circle .crcl {
    height: 10px;
    width: 10px;
    border-radius: 50%;

}

.circle .crcl:nth-child(1) {
    background-color: #fbb830;
}

.circle .crcl:nth-child(2) {
    background-color: #6dbd44;
}





.ctr-1_box {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 100%;
}


.ctr-1_box .ctr-1-img img {
    object-fit: contain;
}


.ctr-1_box.sec {
    background-color: #e9ecef;
    overflow: hidden;
    border-radius: 16px;
    padding-bottom: 18px;
    border: 2px solid #FFF;
    transition: all 0.3s linear;
}


.ctr-1_box.sec:hover {
    border: 2px solid #fb8500;
}

.ctr-1_box.th {
    height: 100%;
    background-color: #FFF;
    overflow: hidden;
    border-radius: 16px;
    min-height: 300px;
    text-align: center;
}

.ctr_1-btn {
    position: relative;
    color: #fb8500;
    transition: all 0.3s linear;
}

.ctr_1-btn:hover {
    color: #6dbd44;

}

.ctr_1-btn:hover i {
    transition: all 0.3s linear;
    transform: translateX(5px);
}

.ctr-1_box.th .ctr-1-img {

    height: 100%;
}

.ctr-1_box.th .ctr-1-img img {
    height: 100%;
    width: 100%;
    max-height: 200px;
    object-fit: contain;
}

.ctr-1_box.sec .ctr-1-img img {
    min-height: 270px;
    max-height: 270px;
}

.ctr-icon-box {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;

}

.ctr-icon-box.sec {
    background-color: red;
    width: 100%;
}

.ctr-icon-box.sec::before {
    display: none;
}

.ctr-icon-box::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #cfe1b9;
    height: 70%;
    width: 70%;
    z-index: 1;
    border-radius: 49% 51% 49% 51% / 71% 70% 30% 29%;
}


.ctr-icon-box img {
    position: relative;
    z-index: 2;
    height: 200px;
    width: 200px;
    object-fit: contain;
}


.ctr1-head {
    position: relative;
    z-index: 21;
    color: var(--pri-text-color);
}


.ctr1-head.sec {
    background-color: #1b4332;
    color: #FFF;
    padding: 5px 16px;
    border-radius: 100px;
    text-align: center;
    margin: 0 12px;
}

@media screen and (max-width:1100px) {
    .ctr1-head.sec{
        font-size: 1.063rem;
    }
}

/* product-slider */

.product_caro .owl-item {
    min-height: 100%;
}



.products_carousel {
    background-image:
        linear-gradient(#00000083),
        url(../asset/mats-n-more-valvanadu.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    /* background-color: #537c5b; */
}

@media screen and (max-width:999px) {
    .products_carousel{
        background-color: #344e41;
    }
}

.products_carousel.sec {
    background-color: transparent;
    background-image: none;
    background-color: #e9ecef;
}

.product_slider.sec .owl-item.center .item img {
    transform: scale(1);
    background-color: red;
}

.product_slider.sec .owl-item .item img {
    transform: scale(1);
}

.product_slider .owl-item .item img {

    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    -webkit-transform: scale(0.80);
    -ms-transform: scale(0.80);
    transform: scale(0.80);
}

.product_slider .owl-item.center .item img {
    position: relative;
    -webkit-transform: scale(1.15);
    -ms-transform: scale(1.15);
    transform: scale(1.15);
}


.product_slider .owl-item.center .item .ctr1-head {
    margin-top: 10px;
}

.owl-nav {
    display: block !important;

}

.product_slider .owl-nav button {
    display: none;
}


.prd_btn {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 20;
}

.prd_btn .bttn {
    position: relative;
    z-index: 30;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    transform: translateY(100%);
    transition: transform 0.3s ease-in-out;

}

.ctr-1_box .prd_btn .bttn .btn-2 {
    box-shadow: #1b4332 0px 2px 4px 0px, rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;
}

.ctr-1_box:hover .prd_btn .bttn {
    transform: translateY(0);
}

@media(max-width:999px) {
    .prd_btn {
        position: relative;


    }

    .ctr-1_box .prd_btn .bttn .btn-2 {
        box-shadow: none;
    }

    .prd_btn .bttn {

        transform: translateY(0);


    }
}


.prd-img {
    position: relative;
    display: block;
    overflow: hidden;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;

}

.prd-img img {
    transition: all 0.3s linear;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;

}

.product_caro {
    position: relative;
}

.prd-img:hover img {
    transform: scale(1.03);
}


.product_caro .owl-dots {
    display: none;
}

.product_caro .owl-nav {
    display: flex !important;
    justify-content: center;
    margin-top: 20px;

}

.product_caro .owl-nav .owl-next span,
.product_caro .owl-nav .owl-prev span {
    background-color: #FFF;
    color: #081c15;
    padding: 7px 16px;
    margin: 6px;
    border-radius: 50%;

}


/* about------------------------------------------------------------ */
.about .about-wrapper {

    background-color: #97a97c2e;
    /* padding: 20px; */
    border-radius: 50px;
    position: relative;
    overflow: hidden;
}

@media (max-width:999px) {
    .about .about-wrapper {
        border-radius: 0;
    }
}

.about-wrapper.sec {
    border-radius: 0;
    overflow: visible;
}


.about .about-wrapper.sec {
    background-color: transparent;
}

.about-wrapper::before {
    position: absolute;
    content: '';
    top: 0;
    width: 100%;
    left: 0;
    background-image: url(../asset/ptrn-1.png);
    height: 100%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    z-index: -1;
    filter: brightness(0) saturate(100%) invert(29%) sepia(18%) saturate(951%) hue-rotate(79deg) brightness(90%) contrast(81%) opacity(10%);
}


.about-wrapper.sec::before {
    display: none;
}

.image-wrapper {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-template-rows: repeat(6, 5vw);
}

@media (max-width:999px) {
    .image-wrapper {


        grid-template-rows: repeat(12, 5vw);
    }

    .about .img1 {
        grid-row-end: 12 !important;

    }

    .about .img2 {

        grid-row-end: 13 !important;

    }
}


@media (max-width:800px) {



    .about .img1 {

        grid-column-start: 1 !important;
    }

    .about .img2 {

        grid-column-end: 13 !important;

    }

}


@media (max-width:600px) {

    .image-wrapper {

        display: flex;
    }

    .about .img2 {

        display: none;
    }

}


.img1.wch img {
    object-fit: cover;
    min-height: 300px;
}


.about .img1 {
    position: relative;
    grid-column-start: 2;
    grid-column-end: 8;
    grid-row-start: 1;
    grid-row-end: 6;
    z-index: 1;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    object-fit: cover;
}


.about .img1.sec {
    position: relative;
    grid-column-start: 3 !important;
    grid-column-end: 11;
    grid-row-start: 1;
    grid-row-end: 7;
    z-index: 1;
    height: fit-content;
    width: fit-content;
    box-shadow: none !important;
    object-fit: cover;
}



.about .img2 {
    position: relative;
    grid-column-start: 6;
    grid-column-end: 12;
    grid-row-start: 2;
    grid-row-end: 7;
    z-index: 1;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.about .img1.sec >img {
    border-top-left-radius: 40px;
    /* box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px; */
    object-fit: contain !important;

}

.about .img1>img,
.about .img2>img {
    object-fit: cover !important;
}


.ribbon {

    font-weight: bold;
    color: #fff;
}

.ribbon {
    --f: .5em;
    --r: .8em;

    position: absolute;
    bottom: 20px;
    left: calc(-1*var(--f));
    padding-inline: .25em;
    line-height: 1.8;
    background-image: linear-gradient(145deg,
            #3a5a40 0%,
            #426749 50%,
            #537c5b 100%);
    border-top: var(--f) solid #0005;
    border-right: var(--r) solid #0000;
    clip-path:
        polygon(calc(100% - var(--r)) 100%, 0 100%, 0 var(--f), var(--f) 0,
            var(--f) var(--f), calc(100% - var(--r)) var(--f),
            100% calc(50% + var(--f)/2));
    z-index: 2;
}


.count {
    font-size: 25px;
    margin-right: 14px;

}

.count-text {
    display: block;
    font-weight: 200;
    max-width: 100px;
    font-size: 14px;
    line-height: 20px;
}


/* MISSION AND VISSION */
.mcv-wrapper {
    position: relative;
    background-color: #ffffff;

    padding: 30px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    height: 100%;
    transition: all 0.3s linear;

}

.mcv-wrapper:hover {
    transform: scale(1.03);
    background-color: #1b4332;
}

.mcv-wrapper:hover .mcv-icon {
    background-color: #FFF;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 5px 0px, rgba(0, 0, 0, 0.1) 0px 0px 1px 0px;
}

.mcv-wrapper:hover .mcv-text,
.mcv-wrapper:hover .mcv-head .fc-o {
    color: #FFF;
}


.mcv-wrapper::before {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 0 0 200px 200px;
    border-color: transparent transparent #344e411c transparent;
    transform: rotate(0deg);
}

.mcv-head {
    color: var(--sec-clr);
    font-weight: 600;
}

.mcv-icon {
    height: 70px;
    width: 70px;
    border-radius: 50%;
    background-color: #f0fff1;
    margin-top: -65px;
    margin-bottom: 16px;
}

.mcv-icon img {
    padding: 10px;
}

.mcv-inner {
    display: flex;
    flex-direction: column;
    align-items: center;

}

.mcv-text {
    color: var(--pri-text-color);
    font-weight: 300;
}


/* sticky-social */
.sticky-social {
    position: fixed;
    top: 60%;
    transform: translateY(-50%);
    right: 0;
    padding: 0px;
    margin: 0px;
    z-index: 9999;
    padding-left: 0 !important;
}

.social {
    list-style: none;
    padding-left: 0 !important;
    margin-right: 12px;

}

.social .sc {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #588157;

    border-radius: 50%;
    transition: all 0.3s linear;
}

.social .sc i {
    color: #FFF;
}

.social .sc:hover {
    background-color: #344e41;
}

.social li {
    margin: 10px;
}

.social li a {
    padding: 10px 15px;
    font-size: 20px;
    transition: all 0.8s ease-in-out;

}

.social li:hover .fa {
    margin-left: 20px;

}

.fa {
    color: #fff;
    transition: all 0.8s ease-in-out;
}



/* features */
.ctr-4 {
    position: relative;
    background-color: #97a97c2e;
    overflow: hidden;
}


.ctr-4 .ptr-2 {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    background-image: url(../asset/ptr-2.png);
    background-size: contain;
    object-fit: contain;
    background-position: bottom center;
    background-repeat: no-repeat;
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    filter: brightness(0) saturate(100%) invert(29%) sepia(18%) saturate(951%) hue-rotate(79deg) brightness(90%) contrast(81%) opacity(25%);
}

@media (max-width:999px) {
    .ctr-4 .ptr-2 {
        height: 50%;

    }

}

@media (max-width:600px) {
    .ctr-4 .ptr-2 {
        height: 30%;

    }

}


.feature-wrapper {
    background-color: #FFF;
}

.feature-wrapper>.row {
    position: relative;
    z-index: 5;
}

.ftr-image-wrapper {
    position: relative;
}

.ftr-ima {

    border-radius: 30px;
    overflow: hidden;
}

.ctr-4_box {
    position: relative;
    display: flex;
    align-items: center;
    flex-direction: column;
    background-color: #FFF;
    -webkit-box-shadow: 0px 6px 20px 0px rgba(0, 0, 0, 0.07);
    box-shadow: 0px 6px 20px 0px rgba(0, 0, 0, 0.07);
    padding: 1.875rem;
    /*30px */
    overflow: hidden;
    height: 100%;
    transition: all 0.3s linear;
}


.ctr-4_box:hover {
    transform: scale(1.03);
}

.ctr-4_box:hover {
    background-color: #1b4332;
}


.ctr-4_box:hover .ctr-4_text {
    color: #FFF !important;
}

.ctr-4_box:hover .ctr4_icon {
    background-color: #FFF;
}

.ctr-4_box .ctr-4_btn .btn-2 {
    border: 2px solid #FFF;
}

.ctr-4_box:hover .ctr-4_btn .btn-2 {
    background-image: none;
    background-color: #FFF;
    color: #1b4332;
}

.ctr-4_box .ctr-4_btn .btn-2:hover {
    border: 2px solid var(--hover-btn-pri);

}

.ctr-4_box::before {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 0 0 200px 200px;
    border-color: transparent transparent #344e411c transparent;
    transform: rotate(0deg);
    transition: all 0.3s linear;


}

.ctr4_icon {
    height: 80px;
    width: 80px;
    background-color: #344e4127;
    border-radius: 50%;
}

.ctr4_icon .ctr4_i {
    padding: 15px;
}

.ctr-4_text {
    position: relative;
    color: #081c15;
    text-align: center;
}


/* FOOTER */
.footer-area {
    background-color: #1b4332;
    width: 100%;
    height: 100%;
}

.footer-area>.container {
    position: relative;
    z-index: 5;

}

footer {
    margin-top: -6px;
    position: relative;
    overflow: hidden;
}


footer::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 50%;
    background-image: url(../asset/floor-coverings.png);
    z-index: 1;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    filter: opacity(0.05);

}

@media (max-width:999px) {
    footer::before {

        height: 50%;
        width: 100%;

        background-size: contain;

    }
}

footer::after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 0 0 400px 400px;
    border-color: transparent transparent #40916d1c transparent;
    transform: rotate(0deg);

}

.footer-title>h4 {
    color: #ffff !important;
    font-size: 20px;
    font-weight: 400;
    color: #fff;
    letter-spacing: 2px;
    padding-bottom: 39px;
}


.footer-area .footer-list .footer-title ul li a {
    color: #fff;
    font-weight: 200;

    line-height: 36px;
    transition: all 300ms linear;
    -webkit-transition: all 300ms linear;
}

.footer-area .footer-list .footer-title ul li a:hover {
    color: #fff;
}

.footer-area .footer-copyright {
    margin-top: 50px;
    border-top: 1px solid #ffffff2c;
}

.footer-area .footer-copyright p {
    color: #fff;
    opacity: 0.2;
    font-weight: 200;

}

.footer-socials {
    display: flex;
    align-items: center;
    gap: 8px;
}

.footer-socials li a {
    padding: 13px 10px;
    border-radius: 50%;
    background-color: #fff;
}

.adrs {
    display: flex;
    align-items: center;
    gap: 10px;
}

.adrs-icon {
    color: #FFF;
    margin-right: 12px;
}

.adrs-text a,
.adrs-text {
    color: #FFF;
    font-weight: 300;
}

.adrs-text>ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
    padding-left: 0;
    margin-bottom: 0;
}

.footer-socials li a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    width: 50px;
    padding: 14px;
    background-color: #efb02e;
}

.footer-socials li a i {
    color: #000000;
    font-size: 1.25rem;
}

@media (max-width:999px) {

    .footer-about,
    .footer-list {
        margin-bottom: 30px;
    }
}

.footer-prd_links {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.footer-copyright a {
    color: #FFF;

}


/* TESTIMONIAL */
.testimonial-wrapper {
    position: relative;
    width: 100%;
    background: rgb(255, 255, 255);
    background-image: url(../asset/top-floor-mats-manufactures-in-alappuzha-kerala.jpeg);
    background-size: cover;
    background-position: center center;

}


.testimonial-wrapper::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    background-color: #000000a4;
    width: 100%;
    height: 100%;
    z-index: 1;

}

.testi-head {
    text-align: center;
}



.testi-head h1 {
    color: #ffffff;
    margin-bottom: 40px;
}

.testimonial-container {
    position: relative;
    z-index: 10;
    width: 100%;
    padding: 60px 0;

}

.swiper-wrapper {
    /* padding: 30px 0; */
    padding-bottom: 30px;

}


#testi-slide {
    position: relative;
    background: rgb(255, 255, 255);
    border: 1px solid rgba(255, 255, 255, 0.18);
    padding: 30px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
    border-radius: 30px;

    -webkit-box-shadow: 0 10px 10px -10px #000000;
    -moz-box-shadow: 0 10px 10px -10px #000000;
    box-shadow: 0 10px 10px -10px #000000;
    height: 100% !important;
}


#testi-slide::before {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 0 0 200px 200px;
    border-color: transparent transparent #344e411c transparent;
    transform: rotate(0deg);
}

#testi-slide p {
    font-size: 15px;
}

#testi-slide span {
    font-size: 14px;
    color: var(--sub-head-color);
}

/* #testi-slide p::before {
    content: '"';
    font-size: 2rem;
    font-weight: bold;
  
  }
  
  #testi-slide p::after {
    content: '"';
    font-size: 2rem;
    font-weight: bold;
  
  
  } */

#testi-pagination {
    position: relative !important;
    display: block !important;

}

.swiper-pagination-bullet {
    background: #c2eddb;

}

.swiper-pagination-bullet-active {
    background: #f1fff9;
    height: 10px;
    width: 10px;
}

.test-img-container {
    display: flex;
    justify-content: center;
}

.testi-img {
    height: 60px;
    width: 60px;
    border-radius: 50%;
    overflow: hidden;
    margin-bottom: 0.75rem;


}

@media (max-width:600px) {
    #testi-slide {

        padding: 30px 15px 30px 15px;

    }
}



#gallery {
    padding-top: 40px;
}

@media screen and (min-width: 991px) {
    #gallery {
        padding: 40px 30px 40px 30px;
    }
}

.img-wrapper {
    position: relative;
    margin-top: 15px;
}

.img-wrapper img {

    width: 100%;
}

.img-overlay {
    background: rgba(0, 0, 0, 0.7);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
}

.img-overlay i {
    color: #fff;
    font-size: 3em;
}

#overlay {
    background: rgba(0, 0, 0, 0.7);
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 999;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

#overlay img {
    margin: 0;
    width: 80%;
    height: auto;
    object-fit: contain;
    padding: 5%;
}

@media screen and (min-width: 768px) {
    #overlay img {
        width: 60%;
    }
}

@media screen and (min-width: 1200px) {
    #overlay img {
        width: 50%;
    }
}

#nextButton {
    color: #fff;
    font-size: 2em;
    transition: opacity 0.8s;
}

#nextButton:hover {
    opacity: 0.7;
}

@media screen and (min-width: 768px) {
    #nextButton {
        font-size: 3em;
    }
}

#prevButton {
    color: #fff;
    font-size: 2em;
    transition: opacity 0.8s;
}

#prevButton:hover {
    opacity: 0.7;
}

@media screen and (min-width: 768px) {
    #prevButton {
        font-size: 3em;
    }
}

#exitButton {
    color: #fff;
    font-size: 2em;
    transition: opacity 0.8s;
    position: absolute;
    top: 15px;
    right: 15px;
}

#exitButton:hover {
    opacity: 0.7;
}

@media screen and (min-width: 768px) {
    #exitButton {
        font-size: 3em;
    }
}



/* contact page */
.contact .wrapper {
    position: relative;
    background-color: #97a97c2e;
    /* padding: 20px; */
    border-radius: 50px;
    position: relative;
    overflow: hidden;

}

@media (max-width:999px) {
    .contact .wrapper {
        border-radius: 0;
    }
}


.contact .wrapper::before {
    position: absolute;
    content: '';
    top: 0;
    width: 100%;
    left: 0;
    background-image: url(../asset/ptrn-1.png);
    height: 100%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    z-index: -1;
    filter: brightness(0) saturate(100%) invert(29%) sepia(18%) saturate(951%) hue-rotate(79deg) brightness(90%) contrast(81%) opacity(10%);
}


.cnt-adrs {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #FFF;
    padding: 30px;
    height: 100%;
    box-shadow: rgba(0, 0, 0, 0.04) 0px 3px 5px;
    transition: all 0.3s linear;
}

.cnt-adrs::before {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 0 0 200px 200px;
    border-color: transparent transparent #344e411c transparent;
    transform: rotate(0deg);
}


.cnt-adrs:hover .cnt-adrs_icon img {
    filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(3deg) brightness(100%) contrast(104%);
}

.cnt-adrs:hover {
    transform: scale(1.03);
    background-color: #3a5a40;
}

.cnt-adrs:hover .cnt_title,
.cnt-adrs:hover .cnt_adrs_text {
    color: #FFF;
}

.cnt-adrs .cnt_title {
    text-align: center;
}

.cnt-adrs .cnt_adrs_text {
    display: inline-block;
    color: var(--pri-text-color);
    font-weight: 300;
}

.cnt-adrs .cnt-adrs_icon img {
    height: 60px;
    width: 60px;
}



/* service_page */
.service_thumbnail {
    position: relative;
}

.service_thumbnail img:nth-child(2) {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
}


.service_thumbnail img {
    transition: all 0.3s linear;

}

.service_box>a {
    display: block;
}

.service_box {
    transition: all 0.3s linear;
    border-radius: 30px;
    overflow: hidden;
    height: 100%;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
}

.service_box:hover .service_thumbnail img:nth-child(2) {
    opacity: 1;
}


.service_box .service_inner {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    height: 100%;
}


.service_content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex-grow: 1;
    position: relative;
    padding: 10px 30px 30px 30px;
    overflow: hidden;
    height: 100%;
    transition: all 0.3s linear;
}


.service_content::before {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 0 0 200px 200px;
    border-color: transparent transparent #344e411c transparent;
    transform: rotate(0deg);
    transition: all 0.3s linear;
    z-index: -1;
}

.service_box:hover .service_content::before {
    border-color: transparent transparent #344e41 transparent;
    border-width: 0 0 1000px 1000px;
}


.service_box:hover .service_title {
    color: #FFF !important;
    border-bottom: 1px solid #415d4f;
}

.service_box .otln:hover {
    color: #fb8500 !important;
}

.service_box:hover .otln {
    color: #FFF;
}

.service_box:hover .serv_ftr {
    border-bottom: 1px solid #415d4f;
}

.service_box:hover .serv_ftr ul li {
    color: #FFF;
}


.service_box:hover .service_btn .btn-2 {
    background-color: #FFF;
    background-image: none;
    color: #1b4332;
}


.serv_ftr {
    border-bottom: 1px solid #e8e8e8;
}

.service_title {
    display: block;
    font-size: 18px;
    border-bottom: 1px solid #e8e8e8;
    color: #1b4332;
}

.serv_ftr ul {
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    list-style: disc !important;
}

.serv_ftr ul li {
    flex-basis: 100%;
    list-style: disc;
    list-style: disc !important;
}