html,
body {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    font-family: 'Manrope', sans-serif;
    font-weight: 400;
    font-size: 18px;
    color: #000000;
    background: #ffffff;
}

/* @media (min-width: 1200px) {
    .container {
        max-width: 1200px;
    }
} */
a {
    text-decoration: none;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

p:last-child {
    margin-bottom: 0px;
}


/* ===== Common :start ===== */
.hd-style-1 {
    font-family: 'Montserrat', sans-serif;
    font-size: 62px;
    font-weight: 700;
    letter-spacing: 0.2px;
    line-height: 70px;
    color: #63652b;
    margin-bottom: 30px;
}

.hd-style-2 {
    font-family: 'Montserrat', sans-serif;
    font-size: 62px;
    font-weight: 700;
    letter-spacing: 0.2px;
    line-height: 70px;
    color: #63652b;
    padding-top: 40px;
}

.btn-style-1 {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    font-weight: 800;
    text-align: center;
    color: #63652b;
    background: #9fe04b;
    border: 2px solid #9fe04b;
    padding: 10px 25px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    -webkit-transition-duration: .3s;
    -o-transition-duration: .3s;
    transition-duration: .3s;
    position: relative;
    overflow: hidden;
}

.btn-style-1:hover {
    color: #9fe04b;
    background: transparent;
}

ul.list-style-1 {
    list-style: none;
    font-size: 22px;
    font-weight: 400;
    line-height: 22px;
    color: #000000;
    margin: 10px 0px;
    padding: 0;
}

ul.list-style-1 li {
    margin: 0px 0px 15px 0px;
    position: relative;
    padding: 2px 0 2px 17px;
}

ul.list-style-1 li::before {
    content: "\f111";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 4px;
    line-height: 30px;
    color: #000000;
    position: absolute;
    top: 0;
    left: 0;
}

/* ===== Common :end ===== */

/* ===== Home Banner :start ===== */
.homebanner-section {
    background-color: #63652b;
    padding: 30px 0px 0px 0px;
}

.homebanner-section .hb-left {
    padding: 30px 0px;
}

.homebanner-section .hb-right {
    padding: 30px 0px;
}

.homebanner-section .hb-right h3 {
    font-family: 'Montserrat', sans-serif;
    font-size: 62px;
    font-weight: 700;
    letter-spacing: 0.2px;
    line-height: 70px;
    color: #ffffff;
    margin-bottom: 30px;
}

/* ===== Home Banner :end ===== */


/* ===== About Section :start ===== */
.about-section {
    background-color: #ffa700b5;
    background-image: url('../images/pattern-one.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top right;
    overflow: hidden;
    background-blend-mode: color-dodge;
}

.about-section .abtsec-inner {
    padding: 100px 0px;
}

.about-section .abtsec-inner .asin-head {
    margin-bottom: 40px;
}

.about-section .abtsec-inner .asin-head h6 {
    font-size: 30px;
    letter-spacing: 0.2px;
    color: #6ba91a;
    margin-bottom: 10px;
}

.about-section .abtsec-inner .asin-details {}

.about-section .abtsec-inner .asin-details h5 {
    font-family: 'Montserrat', sans-serif;
    font-size: 28px;
    letter-spacing: 0.2px;
    line-height: 40px;
    color: #508d0f;
    margin-bottom: 40px;
}

.about-section .abtsec-inner .asin-details p {
    font-size: 22px;
    letter-spacing: 0.2px;
    line-height: 34px;
    color: #212120;
    margin-bottom: 10px;
}

.about-section .abtsec-inner .asin-details .btn-more {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-family: 'Montserrat', sans-serif;
    font-size: 19px;
    font-weight: 600;
    /* line-height: 34px; */
    color: #63652b;
    margin-top: 60px;
}

.about-section .abtsec-inner .asin-details .btn-more img {
    margin-left: 15px;
    margin-right: 5px;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.about-section .abtsec-inner .asin-details .btn-more:hover {
    color: #6ba91a;
}

.about-section .abtsec-inner .asin-details .btn-more:hover img {
    margin-left: 20px;
    margin-right: 0px;
}

/* ===== About Section :end ===== */

/* ===== Our Products Section :start ===== */
.ourproducts-section {
    padding: 90px 0px;
}

.ourprod-block {
    height: 100%;
    border-radius: 20px;
    background-color: #bebebe;
    padding: 30px 30px;
}

.ourprod-block .opb-image {
    display: flex;
    justify-content: center;
    align-items: flex-end;
}

.ourprod-block .opb-text {
    padding-top: 20px;
}

.ourprod-block .opb-text h4 {
    font-size: 23px;
    font-weight: 700;
    line-height: 30px;
    color: #ffffff;
    margin-bottom: 0px;
}

.ourprod-block .opb-buttons {
    padding-top: 30px;
}

.ourprod-block .opb-buttons .btn-opb-view {
    font-size: 19px;
    font-weight: 800;
    color: #ffffff;
    background-color: #63652b;
    border-radius: 100px;
    padding: 6px 37px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

.ourprod-block .opb-buttons .btn-opb-view:hover {
    background-color: #9fe04b;
}

/* ===== Our Products Section :end ===== */


/* ===== Quality Section :start ===== */
.quality-section {
    background-color: #63652b;
    background-image: url('../images/quality-sec-bgimg.png');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: bottom center;
    padding: 100px 0px;
    overflow: hidden;
}

.quality-section .quasec-left {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.quality-section .quasec-right {}

.quality-section .quasec-right h3 {
    margin-bottom: 50px;
}

.quality-section .quasec-right h4 {
    font-size: 35px;
    font-weight: 400;
    line-height: 49px;
    color: #ffffff;
}

.quality-section .quasec-right .qslist {
    color: #ffffff;
    margin-top: 60px;
}

.quality-section .quasec-right .qslist li::before {
    color: #ffffff;
}

.quality-section .quasec-right .btn-qs-view {
    width: 240px;
    height: 70px;
    margin-top: 50px;
}

/* ===== Quality Section :end ===== */


/* ===== Quality Section :start ===== */
.enquiries-section {
    padding: 80px 0px;
}

.enquiries-section .enqsec-inner {
    width: 100%;
    height: 446px;
    background-color: #5e6230;
    background-image: url('../images/enquiries-sec-bgimg.png');
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    overflow: hidden;
}

.enquiries-section .enqsec-inner .enqsec-content {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px 20px;
}

.enquiries-section .enqsec-inner .enqsec-content h4 {
    font-size: 34px;
    font-weight: 700;
    line-height: 35px;
    color: #ffffff;
}

.enquiries-section .enqsec-inner .enqsec-content p {
    font-size: 22px;
    font-weight: 400;
    line-height: 28px;
    color: #ffffff;
    margin-bottom: 0;
}

.enquiries-section .enqsec-inner .enqsec-content .enqsec-call {
    font-size: 30px;
    font-weight: 700;
    line-height: 35px;
    color: #ffffff;
    display: inline-block;
    margin-top: 30px;
}

.enquiries-section .enqsec-inner .enqsec-content .enqsec-call:hover {
    color: #9fe04b;
}

.enquiries-section .enqsec-inner .enqsec-content .enqsec-contact {
    width: 215px;
    height: 60px;
    margin-top: 35px;
}

/* ===== Quality Section :end ===== */


/* ===== Footer :start ===== */
footer {
    background-color: #373d48;
}

footer a:hover {
    color: #9fe04b !important;
}

footer .ftop {
    padding: 50px 0px;
}

footer .ftop .ftop-block {}

footer .ftop .ftop-block h3 {
    font-size: 24px;
    font-weight: 700;
    color: #d3d3d3;
    margin-bottom: 15px;
}

footer .ftop .ftop-block p {
    font-size: 18px;
    color: #ded1da;
    line-height: 33px;
}

footer .ftop .ftop-block .ftcontact-right .ft-call {
    font-size: 24px;
    font-weight: 700;
    color: #c2c2cd;
}

footer .ftop .ftop-block .ftcontact-right .ft-mail {
    font-size: 20px;
    font-weight: 400;
    color: #c2c2cd;
    display: flex;
    align-items: center;
}

footer .ftop .ftop-block .ftcontact-right .ft-mail img {
    margin-right: 10px;
}

footer .ftop .ftop-block .ft-socialmedia {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

footer .ftop .ftop-block .ft-socialmedia li {
    margin-right: 15px;
}

footer .ftop .ftop-block .ft-socialmedia li:last-child {
    margin-right: 0;
}

footer .ftop .ftop-block .ft-socialmedia li a {
    font-size: 28px;
    color: #71737a;
}

footer .fbottom {
    border-top: 1px solid #585c6f;
}

footer .fbottom .fcopyright {
    padding: 30px 0px;
}

footer .fbottom .fcopyright p {
    font-size: 18px;
    color: #bcbabb;
    padding: 0;
    margin: 0;
}

/* ===== Footer :start ===== */

/* ===== Our Features Section :start ===== */
.ourfeatures-sec {
    background-color: #eff0f5;
    padding: 100px 0px;
}


.of-shape-1 {
    width: 287px;
    position: relative;
    margin: 0 auto;
}

.of-shape-1 .ofs1-txt {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 70px;
}

.of-shape-1 .ofs1-txt p {
    font-family: 'Montserrat', sans-serif;
    font-size: 50px;
    font-weight: 700;
    letter-spacing: 0.2px;
    line-height: 51px;
    color: #63652b;
    margin-bottom: 0px;
    text-align: center;
}


.of-shape-2g {
    width: 1100px;
    position: relative;
    margin: 0 auto;
    margin-top: -170px;
}

/* .of-shape-2g .ofs2g-txt {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
} */
.of-shape-2g .ofs-block {
    text-align: center;
}

.of-shape-2g .ofs-block img {
    max-width: 100%;
    margin-bottom: 10px;
}

.of-shape-2g .ofs-block p {
    font-size: 27px;
    font-weight: 700;
    letter-spacing: 0.2px;
    line-height: 30px;
    color: #3e3e3e;
    margin-bottom: 0px;
}

.of-shape-2g .ofs-block.ofsb-1 {
    position: absolute;
    top: 30px;
    left: 85px;
}

.of-shape-2g .ofs-block.ofsb-2 {
    position: absolute;
    top: 225px;
    left: 210px;
}

.of-shape-2g .ofs-block.ofsb-3 {
    position: absolute;
    top: 320px;
    left: 470px;
}

.of-shape-2g .ofs-block.ofsb-4 {
    position: absolute;
    top: 230px;
    left: 740px;
}

.of-shape-2g .ofs-block.ofsb-5 {
    position: absolute;
    top: 30px;
    left: 855px;
}


/* ========= */
.ourfeatures-mob {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.ourfeatures-mob li {
    width: calc(50% - 7.5px);
    background-color: #ffffff;
    padding: 20px 20px;
    margin-bottom: 15px;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    /* align-items: center; */
}

.ourfeatures-mob li img {
    width: 20px;
    margin-bottom: 10px;
}

.ourfeatures-mob li p {
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.2px;
    line-height: 20px;
    color: #3e3e3e;
    margin-bottom: 0px;
}

/* ===== Our Features Section :end ===== */

@import url('https://fonts.googleapis.com/css2?family=Barlow+Semi+Condensed:wght@500;600&display=swap');


.outerdiv {
    width: 100%;
    min-height: 100vh;
    background: #EDF2F8;
    display: flex;
    align-items: center;
    justify-content: center;
}

.innerdiv {
    transform: scale(0.9);
    margin: 1rem;
    display: grid;
    grid-gap: 1.5rem;
    grid-template-rows: repeat(2, 22rem);
    grid-template-columns: repeat(4, 17rem);
}

.eachdiv {
    padding: 1rem 2rem;
    border-radius: 0.8rem;
    box-shadow: 5px 5px 20px #6d6b6b6b;
    color: white;
}

.div1 {
    background: #63652b;
    grid-column: 1/3;
    grid-row: 1/2;
    /* background-image: url(https://raw.githubusercontent.com/RahulSahOfficial/testimonials_grid_section/5532c958b7d3c9b910a216b198fdd21c73112d84/images/bg-pattern-quotation.svg); */
    background-repeat: no-repeat;
    background-position-x: 25rem;
}

.div2 {
    background: #a1a537;
    grid-column: 3/4;
    grid-row: 1/2;
}

.div3 {
    background: #cbccac;
    grid-column: 4/5;
    grid-row: 1/3;
    color: black;
}

.div4 {
    background: #f4f5e0;
    grid-column: 1/2;
    grid-row: 2/3;
    color: black;
}

.div5 {
    background: #484f1c;
    grid-column: 2/4;
    grid-row: 2/3;
}

.userdetails {
    display: flex;
}

.imgbox {
    margin-right: 1rem;
}

.imgbox img {
    border-radius: 50%;
    width: 3rem;
    border: 2px solid #cec5c5;
}

.detbox {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.detbox p {
    margin: 0;
}

.detbox .name {
    color: hsl(0, 0%, 81%);
    font-size: 0.9rem;
    margin-bottom: 0.1rem;
    font-weight: 600;
}

.detbox .name.dark {
    color: #49505A;
}

.detbox .designation {
    color: hsl(0, 0%, 81%);
    opacity: 50%;
    font-size: 0.8rem;
}

.detbox .designation.dark {
    color: #49505A;
}

.review h4 {
    font-size: 1.4rem;
    color: #F3DEFF;
    font-weight: 600;
    line-height: 1.5;
    margin-bottom: 0.8rem;
}

.review.dark h4 {
    color: #4B5258;
}

.review p {
    font-size: 0.95rem;
    color: #F3DEFF;
    font-weight: 500;
    opacity: 50%;
    line-height: 1.5;
}

.review.dark p {
    color: #0e0e0e;
}

.attribution {
    font-size: 1rem;
    line-height: 1.5;
    position: fixed;
    bottom: 1rem;
    right: 1rem;
    text-align: right;
}

.attribution a {
    text-decoration: none;
}

@media only screen and (max-width: 1000px) {
    .innerdiv {
        transform: scale(0.7);
    }
}

@media only screen and (max-width: 800px) {
    .innerdiv {
        transform: scale(0.6);
    }
}

@media only screen and (max-width: 600px) {
    .div1 {
        background-position-x: 10rem;
    }

    .innerdiv {
        display: flex;
        flex-direction: column;
        transform: scale(1);
        margin: 2rem;
        margin-bottom: 5rem;
    }

    .attribution {
        position: relative;
    }
}


.right_conatct_social_icon {
    background: linear-gradient(to top right, #1325e8 -5%, #8f10b7 100%);
}

.contact_us {
    background-color: #f1f1f1;
    padding: 120px 0px;
}

.contact_inner {
    background-color: #fff;
    position: relative;
    box-shadow: 20px 22px 44px #cccc;
    border-radius: 25px;
}

.contact_field {
    padding: 60px 340px 90px 100px;
}

.right_conatct_social_icon {
    height: 100%;
}

.contact_field h3 {
    color: #000;
    font-size: 40px;
    letter-spacing: 1px;
    font-weight: 600;
    margin-bottom: 10px
}

.contact_field p {
    color: #000;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 1px;
    margin-bottom: 35px;
}

.contact_field .form-control {
    border-radius: 0px;
    border: none;
    border-bottom: 1px solid #ccc;
}

.contact_field .form-control:focus {
    box-shadow: none;
    outline: none;
    border-bottom: 2px solid #1325e8;
}

.contact_field .form-control::placeholder {
    font-size: 13px;
    letter-spacing: 1px;
}

.contact_info_sec {
    position: absolute;
    background-color: #2d2d2d;
    right: 1px;
    top: 18%;
    height: 340px;
    width: 340px;
    padding: 40px;
    border-radius: 25px 0 0 25px;
}

.contact_info_sec h4 {
    letter-spacing: 1px;
    padding-bottom: 15px;
}

.info_single {
    margin: 30px 0px;
}

.info_single i {
    margin-right: 15px;
}

.info_single span {
    font-size: 14px;
    letter-spacing: 1px;
}

button.contact_form_submit {
    background: linear-gradient(to top right, #1325e8 -5%, #8f10b7 100%);
    border: none;
    color: #fff;
    padding: 10px 15px;
    width: 100%;
    margin-top: 25px;
    border-radius: 35px;
    cursor: pointer;
    font-size: 14px;
    letter-spacing: 2px;
}

.socil_item_inner li {
    list-style: none;
}

.socil_item_inner li a {
    color: #fff;
    margin: 0px 15px;
    font-size: 14px;
}

.socil_item_inner {
    padding-bottom: 10px;
}

.map_sec {
    padding: 50px 0px;
}

.map_inner h4,
.map_inner p {
    color: #000;
    text-align: center
}

.map_inner p {
    font-size: 13px;
}

.map_bind {
    margin-top: 50px;
    border-radius: 30px;
    overflow: hidden;
}

.hover-item {
    transition: 0.3s;
}

.hover-item:hover {
    transform: translate(0, -10px);
}

.product-hover {
    transition: 0.3s;
}

.product-hover:hover {
    transform: scale(1.08);

}

.ourprod-block:hover {
    background-color: #63652b
}

.image-shadow {
    width: 150px;
    -webkit-filter: drop-shadow(5px 5px 5px #222);
    filter: drop-shadow(5px 5px 5px #222);
}

.main-banner{
    position: relative;
    left: 0;
    z-index: 1;
}
.main-banner .skitter-large .title-txt{
    font-size: 64px;
    font-weight: 700;
}
.main-banner .skitter-large .txt{
    font-size: 24px;
    font-weight: 500;
    color: var(--whiteColor)
}
.main-banner .label_skitter .prime-btn{
    width: 180px;
}
.skitter-large .label_skitter .spacer-line{
	width: 140px;
	height: 3px;
	background: var(--primeColor);
	margin-top: 20px;
	margin-bottom: 40px;
}
.skitter-large .label_skitter .content{
	max-width: 600px;
    margin-top: 15%;
}
.skitter-large .container_skitter::before{
	content: '';
	width: 100%;
	height: 100%;
	background: linear-gradient(90.1deg, rgba(0, 0, 0, 0.31) 0.07%, rgba(0, 0, 0, 0) 52.07%);
	position: absolute;
	left: 0;
	top: 0;
	z-index: 99;
}

@media (max-width: 767.98px) { 
    .skitter-large .label_skitter .content {
        margin-top: 45%;
    }

    .main-banner .skitter-large .title-txt {
        font-size: 26px;
    }
    /* .skitter {
        max-width: 100vw;
        height: 300px !important;
    }
    .skitter .container_skitter .image_main,
    .skitter .image,
    .skitter .container_skitter {
        height: 300px !important;
        object-fit: cover;
    } */
    .main-banner .skitter-large .txt {
        font-size: 16px;
        padding: 0;
    }
    .exchange-scroll-wrap {
        margin-top: -25px;
    }
    .skitter-large .label_skitter .spacer-line {
        width: 80px;
        height: 3px;
        margin-top: 10px;
        margin-bottom: 20px;
    }
    .exchange-bar .email-btn-wrap {
        display: none;
    }
    .exchange-bar .exchange-scroll {
        flex: 0 0 100%;
        max-width: 100%;
        padding: 20px 15px;
    }
    .main-banner .label_skitter .prime-btn {
        width: 140px;
    }
    .features-img img {
        display: none;
    }
}


