@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&family=Playwrite+US+Modern+Guides&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');

@import url('https://fonts.googleapis.com/css2?family=Lora:ital,wght@0,400..700;1,400..700&family=Oswald:wght@200..700&family=Playwrite+US+Modern+Guides&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');


* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Poppins", serif;
    font-weight: 400;
    /* font-family: "Lora", serif; */
}

.mainbodydiv {
    position: relative;
}

.wpicondiv {
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 10;
    cursor: pointer;
}

.wpicondiv img {
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
    border-radius: 50%;
    animation: chatanimease-in 1.5s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    animation-timing-function: ease-in-out;
}

@keyframes chatanimease-in {
    0% {
        transform: scale(1);
    }

    100% {
        transform: scale(1.1);
    }
}


.mainbannerdiv {
    /* border: 2px solid black; */
    width: 100%;
    /* height: 100vh; */
    height: auto;
}

.mainbannerdiv img {
    width: 100%;
    height: 100%;
}

.mainheaderupper {
    position: sticky;
    top: 0;
    left: 0;
    z-index: 100;
    background-color: white;
    width: 100%;
}


.nonew {
    color: black;
    font-size: 18px;
    margin-right: 10px;
    text-decoration: none;
}

.icondiv {
    /* border: 2px solid black; */
    width: 70%;
    margin: auto;
    display: flex;
    justify-content: flex-end;
    padding: 10px;
}

.icondiv i {
    margin-right: 10px;
}

.icons {
    font-size: 18px;
    cursor: pointer;
    color: black;
}


.mainheader {
    /* border: 2px solid red; */
    display: flex;
    justify-content: space-around;
    align-items: center;
    width: 80%;
    margin: auto;
}

.mainheader a {
    text-decoration: none;
    color: black;
    font-size: 20px;
    margin: 0px 40px;
    font-weight: 600;
    font-family: "Lora", serif;
}

.mainlogodiv {
    /* width: 200px; */
    width: 270px;
    height: 100%;
}

.mainlogodiv img {
    width: 100%;
    height: 100%;
}

.header1 {
    /* border: 2px solid blue; */
    width: 80%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.header3 {
    /* border: 2px solid blue; */
    width: 80%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.aboutdiv {
    /* border: 2px solid black; */
    padding: 80px 80px;
    background-color: #607096;
}

.innerabout {
    /* border: 2px solid red; */
    display: flex;
}

.aboutleft {
    width: 50%;
    /* border: 2px solid green; */
    display: flex;
    justify-content: center;
    align-items: center;
}

.aboutleftimgdiv {
    /* width: 700px;
    height: 500px; */
}

.aboutleftimgdiv img {
    width: 100%;
    height: 100%;
}



.aboutright {
    width: 50%;
    padding: 40px 60px;
}

.aboutright h3 {
    text-align: center;
    font-size: 40px;
    text-transform: uppercase;
    color: white;
}

.blueline {
    background-color: white;
    width: 20%;
    height: 4px;
    border-radius: 10px;
    margin: auto;
    margin-bottom: 40px;
}

.aboutright p {
    text-align: justify;
    font-size: 18px;
    color: white;
}


/* counter css  */

.counters {
    background-color: #607096;
}

.saurabh {
    /* border: 2px solid white !important; */
    padding: 0px !important;
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
    /* min-height: 100vh; */
    padding-top: 10em;
    padding-bottom: 10em;
    display: flex;
    position: relative;

}

.sliderinner {
    /* border: 2px solid red; */
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 80%;
    margin: 0px auto;
    padding: 50px 0px;
}

.sline {
    /* background-color: #D2AE6D; */
    background-color: #ffffff;
    width: 2px;
    height: 150px;
}

.imgbox {
    /* border-right: 2px solid #EBDFBD; */
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 300px;
    /* height: 150px; */
    /* font-family: OPTICopperplate; */
}


#lastIbox {
    border: none !important;
}

.imgbox span {
    font-size: 86px;
    font-weight: 500;
    text-transform: uppercase;
    /* color: #7B5131; */
    color: #ffffff;
}

.imgbox h3 {
    font-size: 22px;
    font-weight: 700;
    text-transform: capitalize;
    /* font-family: "Quicksand", sans-serif; */
    /* font-family: "Josefin Slab", serif; */
    margin: 0;
    color: #ffffff;
    text-align: center;
}

.aboutMain {
    background-color: white;
}

.imgbox h6 {
    font-size: 26px;
    font-weight: 500;
    text-transform: uppercase;
    /* font-family: Collingar; */
    margin: 0;
    color: white;
}

.imgbox h5 {
    font-size: 60px;
    font-weight: 500;
    text-transform: uppercase;
    /* font-family: "Quicksand", sans-serif; */
    color: #ffffff;
    margin: 0;
}

/* counter css  */


/* brand css */

.brandheading {
    text-align: center;
    text-transform: uppercase;
    font-size: 50px;
    color: #203a74;
    font-weight: 600;
    margin-top: 50px;
}

.blueline2 {
    background-color: #203a74;
    width: 7%;
    height: 4px;
    border-radius: 10px;
    margin: auto;
    margin-bottom: 40px;
}

.bluelinefooter {
    background-color: #203a74;
    width: 17%;
    height: 4px;
    border-radius: 10px;
    margin: auto;
    margin-bottom: 100px;
}

.innerbrand {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 80%;
    margin: auto;
}

.brandimgdiv {
    width: 300px;
    height: 300px;
    /* border: 2px solid blue; */
}

.brandimgdiv img {
    width: 100%;
    height: 100%;
}


/* brand css */


/* testimonial css  */

.TestimonialsHeading {
    text-align: center;
    text-transform: uppercase;
    font-size: 50px;
    color: #203a74;
    font-weight: 600;
    margin-top: 50px;
}

.blueline3 {
    background-color: #203a74;
    width: 10%;
    height: 4px;
    border-radius: 10px;
    margin: auto;
    margin-bottom: 40px;
}

.testslicksliderinner {
    width: 90%;
    /* border: 2px solid black; */
    margin: auto;
}

.userimgdiv {
    width: 100px;
    height: 100px;
}

.userimgdiv img {
    width: 100%;
    height: 100%;
}

.testimonialbox {
    /* border: 2px solid red; */
    padding: 40px;
    display: flex !important;
    flex-direction: column !important;
    justify-content: center;
    align-items: center;
    gap: 20px;
}

.testslickslider .slick-prev {
    left: -55px !important;
}

.testslickslider .slick-prev:before,
.testslickslider .slick-next:before {
    font-family: 'slick';
    font-size: 30px;
    line-height: 1;
    opacity: 1 !important;
    color: #203a74 !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: none;
}


.testslickslider2 .slick-prev {
    left: -55px !important;
}

.testslickslider2 .slick-prev:before,
.testslickslider2 .slick-next:before {
    font-family: 'slick';
    font-size: 30px;
    line-height: 1;
    opacity: 1 !important;
    color: #203a74 !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    /* display: none; */
}

/* testimonial css  */



/* footer css  */

.mainfooterdiv {
    margin-top: 130px;
    /* border: 2px solid black; */
}

.footerinner {
    display: flex;
    width: 90%;
    gap: 50px;
    margin: auto;
    /* border: 2px solid green; */
    padding-bottom: 30px;
}

.footerleft {
    /* border: 2px solid red; */
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.footerright {
    display: flex;
    /* border: 2px solid red; */
    width: 50%;
}

.footer1 h4 {
    color: black;
    font-size: 40px;
}

.footer1 h6 {
    color: black;
    font-size: 25px;
    margin-top: 30px;
}

.iframewidth {
    /* width: 300px;
    height: 300px; */
    width: 500px;
    height: 400px;
}

.footer1 p {
    font-size: 18px;
}

.copyrightdiv {
    padding: 20px 0px;
    border-top: 1px solid black;
}

.copyrightdiv p {
    text-align: center;
    font-size: 20px;
    color: black;
    margin: 0;
}

.x {
    text-decoration: none;
    color: black;
}

.footeremail {
    margin-right: 10px !important;
}

/* footer css  */



/* veneer css  */

.veneerimgdiv img {
    width: 100% !important;
    margin: auto;
}

/* veneer css  */


.ourgal {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.prodimgbox {
    width: 25%;
    height: 500px;
    /* margin: 10px; */
    background: url(./assets/new20.png);
    background-size: cover;
    background-position: center;
    position: relative;
    transition: width 0.5s;
}

.prodimgbox:nth-child(2) {
    background: url(./assets/newp1.jpg);
    background-size: cover;
    background-position: center;
}

.prodimgbox:nth-child(3) {
    background: url(./assets/newp2.jpg);
    background-size: cover;
    background-position: center;
}

.prodimgbox:nth-child(4) {
    background: url(./assets/newp3.jpg);
    background-size: cover;
    background-position: center;
}

.prodimgbox h3 {
    color: white;
    position: absolute;
    bottom: 0;
    left: 30px;
    /* width: 100%;
    background-color: #203a74; */
}

.prodimgbox:hover {
    width: 40%;
    cursor: pointer;
}


.modal-dialog {
    max-width: 1000px !important;
    margin-right: auto;
    margin-left: auto;
}

.modal-header {
    border: none;
    justify-content: center !important;
}

.btn-close {
    /* margin-top: -100px !important; */
    display: none;
}

.modTitle {
    text-align: center;
    font-size: 26px !important;
    color: #203a74;
    font-weight: 600;
    /* border: 2px solid black; */
    padding-top: 60px;
}

#mobileHeader {
    display: none;
}

.woodModalheading {
    color: white;
    text-align: center;
    font-size: 40px;
    font-weight: bold;
    margin-bottom: 20px;
}

.woodModalheadingboxUpper {
    /* border: 2px solid black; */
    display: flex;
    gap: 20px;
}

.woodModalheadingbox {
    background-color: #203a74;
    padding: 20px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.slick-dots {
    display: none !important;
}

#testimonial .slick-dots {
    display: block !important;
}

.testimonialbox p {
    font-size: 20px;
    text-align: center;
}

.testimonialbox h3 {
    font-size: 20px;
    text-align: center;
}
.testimonialbox h6 {
    font-size: 16px;
    text-align: center;
}



/* mobile devices  */

@media(max-width:600px) {

    .mainbannerdiv {
        /* border: 2px solid black; */
        width: 100%;
        height: auto;
    }

    .mainheaderupper {
        display: none;
    }

    #mobileHeader {
        display: block;
    }


    .mainlogodiv {
        width: 120px;
        height: 100%;
    }

    .innerabout {
        /* border: 2px solid red; */
        display: flex;
        flex-direction: column-reverse;
    }

    .aboutdiv {
        border: 2px solid #607096;
        padding: 50px 20px;
        background-color: #607096;
    }

    .aboutright {
        width: 100%;
        padding: 0px 0px;
    }

    .aboutright h3 {
        text-align: center;
        font-size: 23px;
        text-transform: uppercase;
        color: white;
    }

    .aboutright p {
        text-align: justify;
        font-size: 13px;
        color: white;
    }

    .blueline {
        background-color: white;
        width: 20%;
        height: 4px;
        border-radius: 10px;
        margin: auto;
        margin-bottom: 25px;
    }

    .aboutleftimgdiv {
        width: 100%;
        height: 100%;
    }

    .aboutleft {
        width: 100%;
        /* border: 2px solid green; */
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .brandheading {
        text-align: center;
        text-transform: uppercase;
        font-size: 30px;
        color: #203a74;
        font-weight: 600;
        margin-top: 50px;
    }

    .blueline2 {
        background-color: #203a74;
        width: 20%;
        height: 4px;
        border-radius: 10px;
        margin: auto;
        margin-bottom: 20px;
    }

    .blueline3 {
        background-color: #203a74;
        width: 20%;
        height: 4px;
        border-radius: 10px;
        margin: auto;
        margin-bottom: 40px;
    }

    .ourgal {
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-direction: column;
    }

    .prodimgbox {
        width: 100%;
        height: 200px;
        /* margin: 10px; */
        background: url(./assets/20.png);
        background-size: cover;
        background-position: center;
        position: relative;
        transition: width 0.5s;
    }

    .prodimgbox h3 {
        font-size: 25px;
        width: 100%;
        text-align: center;
        color: white;
        position: absolute;
        top: 60%;
        /* Vertically center */
        left: 50%;
        /* Horizontally center */
        transform: translate(-50%, -50%);
        /* Offset by half the element's size to truly center it */
    }

    .modal-dialog {
        max-width: 90% !important;
        margin-right: auto;
        margin-left: auto;
    }

    .innerbrand {
        display: grid;
        grid-template-columns: 1fr 1fr;
        width: 90%;
        margin: auto;
        place-items: center;
    }

    .brandimgdiv {
        width: 80%;
        height: 100%;
    }

    .TestimonialsHeading {
        text-align: center;
        text-transform: uppercase;
        font-size: 30px;
        color: #203a74;
        font-weight: 600;
        margin-top: 50px;
    }

    .testimonialbox {
        /* border: 2px solid red; */
        padding: 10px;
        display: flex !important;
        flex-direction: column !important;
        justify-content: center;
        align-items: center;
        gap: 20px;
    }


    .testslickslider .slick-prev {
        left: -25px !important;
    }

    .testslickslider .slick-prev:before,
    .testslickslider .slick-next:before {
        font-family: 'slick';
        font-size: 20px;
        line-height: 1;
        opacity: 1 !important;
        color: #203a74 !important;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        display: block;
    }

    .testslickslider2 .slick-prev {
        left: -25px !important;
    }

    .testslickslider2 .slick-prev:before,
    .testslickslider2 .slick-next:before {
        font-family: 'slick';
        font-size: 20px;
        line-height: 1;
        opacity: 1 !important;
        color: #203a74 !important;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        display: block;
    }

    .footerinner {
        display: flex;
        flex-direction: column;
        width: 90%;
        gap: 50px;
        margin: auto;
        /* border: 2px solid green; */
        padding-bottom: 30px;
    }

    .footerleft {
        width: 100%;
        display: flex;
        flex-direction: column;
    }

    .footerright {
        display: flex;
        flex-direction: column;
        width: 100%;
    }

    .copyrightdiv p {
        text-align: center;
        font-size: 16px;
        color: black;
        margin: 0;
    }

    .wpicondiv {
        width: 12%;
        position: fixed;
        bottom: 20px;
        right: 20px;
        z-index: 10;
        cursor: pointer;
    }

    .wpicondiv img {
        width: 100%;
    }

    .testimonialbox p {
        font-size: 16px;
        text-align: center;
    }

    .testimonialbox h3 {
        font-size: 18px;
        text-align: center;
    }

    .sliderinner {
        /* border: 2px solid red; */
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
        gap: 30px;
        width: 80%;
        margin: 0px auto;
        padding: 0px 0px;
        padding-bottom: 50px;
    }

    .sline {
        display: none;
    }

    .imgbox span {
        font-size: 46px;
        font-weight: 500;
        text-transform: uppercase;
        /* color: #7B5131; */
        color: #ffffff;
    }

    .imgbox {
        /* border-right: 2px solid #EBDFBD; */
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        width: 300px;
        /* border: 2px solid black; */
        /* height: 150px; */
        /* font-family: OPTICopperplate; */
    }

    .imgbox h3 {
        font-size: 18px;
        font-weight: 700;
        text-transform: capitalize;
        margin: 0;
        color: #ffffff;
        text-align: center;
    }

    .imgbox h5 {
        font-size: 40px;
        font-weight: 500;
        text-transform: uppercase;
        /* font-family: "Quicksand", sans-serif; */
        color: #ffffff;
        margin: 0;
    }

    .icondiv {
        display: none;
    }

    .icondiv2 {
        margin-top: 10px;
        width: 100%;
        /* margin: auto; */
    }

    .icondiv2 i {
        margin-right: 10px;
    }

    .nonew {
        color: black;
        font-size: 16px;
        margin-right: 10px;
        text-decoration: none;
    }

    #mobileHeader {
        position: sticky;
        top: 0;
        left: 0;
        z-index: 100;
        background-color: white;
        width: 100%;
    }

    .navbar-toggler {
        border: none !important;
    }

    .navbar-toggler:focus {
        text-decoration: none;
        outline: 0;
        box-shadow: none;
    }

    .nav-link {
        color: black !important;
        font-size: 18px;
        margin: 0px 6px;
        font-family: "Lora", serif;
        font-weight: 500;
    }

    .iframewidth {
        width: 100%;
        height: 300px;
        margin-top: 20px;
    }

    .icons {
        font-size: 17px;
        cursor: pointer;
        color: black;
    }

    .btn-close {
        margin-top: -100px !important;
        display: block;
    }

    #exampleModal3 .btn-close {
        margin-top: -20px !important;
        display: block;
    }
    #exampleModal4 .btn-close {
        margin-top: -10px !important;
        display: block;
    }

    .modTitle {
        text-align: center;
        font-size: 16px !important;
        color: #203a74;
        font-weight: 600;
        /* border: 2px solid black; */
        padding-top: 20px;
    }

    .testslicksliderinner {
        width: 80%;
        /* border: 2px solid black; */
        margin: auto;
    }

    .mainfooterdiv {
        margin-top: 10px;
        /* border: 2px solid black; */
    }

    .bluelinefooter {
        background-color: #203a74;
        width: 17%;
        height: 4px;
        border-radius: 10px;
        margin: auto;
        margin-bottom: 40px;
    }

    .footer1 h4 {
        color: black;
        font-size: 30px;
    }

    .footer1 h6 {
        color: black;
        font-size: 20px;
        margin-top: 20px;
    }

    .footer1 p {
        font-size: 14px;
    }

    .x {
        text-decoration: none;
        color: black;
        padding-bottom: 20px !important;
    }

    .woodModalheadingboxUpper {
        /* border: 2px solid black; */
        display: flex;
        flex-wrap: wrap;
        gap: 10px;
    }
    .woodModalheading {
        color: white;
        text-align: center;
        font-size: 20px;
        font-weight: bold;
        margin-bottom: 0px;
    }
    .woodModalheadingbox {
        background-color: #203a74;
        padding: 20px;
        box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
        width: 100%;
        /* display: flex;
        justify-content: center;
        align-items: center; */
    }
    #testimonial .slick-dots {
        display: none !important;
    }
}


/* mobile devices  */



/* tab view  */

@media(min-width:601px) and (max-width:1000px) {

    .mainheaderupper {
        display: none;
    }

    .icondiv {
        display: none;
    }

    #mobileHeader {
        display: block;
    }

    #mobileHeader {
        position: sticky;
        top: 0;
        left: 0;
        z-index: 100;
        background-color: white;
        width: 100%;
    }

    .navbar-toggler {
        border: none !important;
    }

    .navbar-toggler:focus {
        text-decoration: none;
        outline: 0;
        box-shadow: none;
    }

    .nav-link {
        color: black !important;
        font-size: 18px;
        margin: 0px 6px;
    }

    .icons {
        font-size: 16px;
        cursor: pointer;
        color: black;
    }

    .icondiv2 {
        margin-top: 10px;
        width: 100%;
        /* margin: auto; */
    }

    .innerabout {
        /* border: 2px solid red; */
        display: flex;
        flex-direction: column-reverse;
    }

    .aboutdiv {
        /* border: 2px solid black; */
        padding: 45px 20px;
        background-color: #607096;
    }

    .aboutright {
        width: 100%;
        padding: 0px 0px;
    }

    .aboutright h3 {
        text-align: center;
        font-size: 33px;
        text-transform: uppercase;
        color: white;
    }

    .aboutright p {
        text-align: justify;
        font-size: 13px;
        color: white;
    }

    .blueline {
        background-color: white;
        width: 20%;
        height: 4px;
        border-radius: 10px;
        margin: auto;
        margin-bottom: 25px;
    }

    .aboutleftimgdiv {
        width: 100%;
        height: 100%;
    }

    .aboutleft {
        width: 100%;
        /* border: 2px solid green; */
        display: flex;
        justify-content: center;
        align-items: center;
    }


    .sliderinner {
        /* display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
        flex-wrap: wrap; */
        gap: 30px;
        width: 90%;
        margin: 0px auto;
        padding: 0px 0px;
        padding-bottom: 50px;

        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
    }

    .sline {
        display: none;
    }

    .imgbox span {
        font-size: 46px;
        font-weight: 500;
        text-transform: uppercase;
        /* color: #7B5131; */
        color: #ffffff;
    }

    .imgbox {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        width: auto;
        /* border: 2px solid black; */
    }

    .imgbox h3 {
        font-size: 18px;
        font-weight: 700;
        text-transform: capitalize;
        margin: 0;
        color: #ffffff;
        text-align: center;
    }

    .imgbox h5 {
        font-size: 40px;
        font-weight: 500;
        text-transform: uppercase;
        /* font-family: "Quicksand", sans-serif; */
        color: #ffffff;
        margin: 0;
    }

    .brandheading {
        text-align: center;
        text-transform: uppercase;
        font-size: 33px;
        color: #203a74;
        font-weight: 600;
        margin-top: 50px;
    }

    .prodimgbox h3 {
        color: white;
        position: absolute;
        bottom: 0;
        left: 30px;
    }

    .prodimgbox {
        width: 25%;
        height: 300px;
        /* margin: 10px; */
        background: url(./assets/20.png);
        background-size: cover;
        background-position: center;
        position: relative;
        transition: width 0.5s;
    }

    .innerbrand {
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 98%;
        margin: auto;
    }

    .blueline2 {
        background-color: #203a74;
        width: 7%;
        height: 4px;
        border-radius: 10px;
        margin: auto;
        margin-bottom: 0px;
    }

    .footerinner {
        display: flex;
        flex-direction: column;
        width: 90%;
        gap: 50px;
        margin: auto;
        /* border: 2px solid green; */
        padding-bottom: 30px;
    }

    .footerleft {
        width: 100%;
        display: flex;
        flex-direction: column;
    }

    .footerright {
        display: flex;
        flex-direction: column;
        width: 100%;
    }

    .iframewidth {
        width: 100%;
        height: 300px;
    }
}

/* tab view  */


@media(min-width:1001px) and (max-width:1200px) {
    .mainheader {
        /* border: 2px solid red; */
        display: flex;
        justify-content: space-around;
        align-items: center;
        width: 100%;
        margin: auto;
    }

    .aboutdiv {
        /* border: 2px solid black; */
        padding: 80px 10px;
        background-color: #607096;
    }

    .aboutright h3 {
        text-align: center;
        font-size: 30px;
        text-transform: uppercase;
        color: white;
    }

    .aboutright {
        width: 50%;
        padding: 10px 14px;
    }

    .sliderinner {
        /* display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
        flex-wrap: wrap; */
        gap: 30px;
        width: 90%;
        margin: 0px auto;
        padding: 0px 0px;
        padding-bottom: 50px;

        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
    }

    .sline {
        display: none;
    }

    .imgbox span {
        font-size: 46px;
        font-weight: 500;
        text-transform: uppercase;
        /* color: #7B5131; */
        color: #ffffff;
    }

    .imgbox {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        width: auto;
        /* border: 2px solid black; */
    }

    .imgbox h3 {
        font-size: 18px;
        font-weight: 700;
        text-transform: capitalize;
        margin: 0;
        color: #ffffff;
        text-align: center;
    }

    .imgbox h5 {
        font-size: 40px;
        font-weight: 500;
        text-transform: uppercase;
        /* font-family: "Quicksand", sans-serif; */
        color: #ffffff;
        margin: 0;
    }

    .footerinner {
        display: flex;
        flex-direction: column;
        width: 90%;
        gap: 50px;
        margin: auto;
        padding-bottom: 30px;
    }

    .footerleft {
        /* border: 2px solid red; */
        width: 100%;
        display: flex;
    }

    .footerright {
        /* border: 2px solid red; */
        width: 100%;
        display: flex;
    }
}