@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

body {
    font-size: 16px;
    font-family: "Poppins", sans-serif;
    line-height: 1.8;
}

/*sticky watsup instagram css start*/
.sticky-watsup .float {
  position: fixed;
  width: 48px;
  height: 48px;
  bottom: 40px;
  left: 10px;
  color: #FFF;
  border-radius: 50px;
  text-align: center;
  font-size: 30px;
  z-index: 100;
}

.sticky-watsup .my-float {
  height: 35px;
  width: 35px;
}

.sticky-call .float {
  position: fixed;
  width: 48px;
  height: 48px;
  bottom: 90px;
  left: 10px;
  color: #FFF;
  border-radius: 50px;
  text-align: center;
  font-size: 30px;
  z-index: 100;
}

.sticky-call .my-float {
  height: 35px;
  width: 35px;
}

/*sticky watsup instagram css end*/


/*side-btn*/

.outer-frm-1 {

    border-radius: 10px;
}

.frm-1 {
    padding: 0px;
}

.form-btn2 {
    rotate: 90deg;
    display: flex;
    position: fixed;
    right: -42px;
    top: 272px;
    z-index: 1;
    background-color: #0071bc;
    border: 1px solid #0071bc;
    color: #fff;
    border-radius: 5px;
    font-weight: 600;
}

.form-btn2:hover {
    background-color: #891f1f;
    color: #fff;
    border: 1px solid #891f1f;
    font-weight: 600;
}

.frm-heading1 {
    color: #0071bc;
    padding: 0px;
}

.popup {
    box-shadow: none !important;
    border-radius: 1px;
}

.modal-header {
    border-bottom: none;
}


/*header*/
.banner-c {
    padding: 90px 0;
}

.banner-c h2 {
    font-size: 35px;
    font-weight: 800;
    color: #8B7C53;
    text-shadow: 2px 1px #d6b46a;
}

.nav-link {
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    color: #000;
}

.navbar ul {
    margin-right: 20px;
}

.navbar-toggler {
    float: right;
}

.nav-item {
    padding: 0px 5px;
}

.nav-item:hover {
    background-color: #d6b46a;
}

.nav-item:hover .nav-link {
    color: #fff;
}

.call {
    background-color: #d6b46a;
    padding: 10px;
}

.call span {
    color: #fff;
}

.call i {
    color: #fff;
}

.call a {
    color: #fff;
    text-decoration: none;
}


/* HeaderEnd */


/*banner*/

.banner {
    background-image: url('../images/banner.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 100%;
    height: 80vh;
    display: flex;
    align-items: center;
}


/* enquiry css*/

.outer-frm {
    background-color: rgb(0 0 0 / 77%);
    border: 1px solid #891f1f;
    border-radius: 10px;
    box-shadow: rgba(128, 219, 255, 0.35) 0px 5px 15px;
}

.frm {
    padding: 20px;
}

.contact-form {
    border: 1px solid #d6b46a;
    padding: 20px;
    border-radius: 10px;
}

.form-btn {
    background-color: #d6b46a;
    color: #fff;
    border: 1px solid #d6b46a;
    border-radius: 20px;
    margin-bottom: 10px;
    font-weight: 600;
}

.form-btn:hover {
    background-color: #fff;
    color: #000;
    border: 1px solid #fff;
    font-weight: 600;
}

.input {
    height: 32px;
    border-radius: 1px;
}

.form-control {
    box-shadow: rgba(114, 69, 69, 0.35) 0px 5px 15px;
    border-radius: 1px;
}

.form-control:hover {
    border: 1px solid #891f1f;
}

.form-control:focus {
    box-shadow: none;
}

.frm-heading {
    padding-top: 10px;
}

.frm input {
    box-shadow: rgba(45, 46, 46, 0.3) 0px 1px 2px 0px, rgba(56, 56, 56, 0.15) 0px 2px 6px 2px;
}

::-ms-input-placeholder {
    /* Edge 12-18 */
    font-size: 14px;
}

::placeholder {
    font-size: 14px;
}


/* About */

.about-us {
    padding: 45px 0px;
    background-color: #fff;
}

.heading-title1 span {
    font-size: 25px;
    font-weight: 700;
}

.heading-title1 h3 {
    color: #fff;
    font-weight: 600;
    font-size: 25px;
    line-height: 1.8;
    background-color: #d6b46a !important;
    padding: 7px 10px 7px 10px !important;
    /* margin-right: 350px;
    margin-bottom: 20px !important; */
    max-width: 380px;
}

.heading-title span {
    color: #d6b46a;
    font-weight: 600;
    font-size: 30px;
}

.heading-title h3 {
    font-size: 30px;
    font-weight: 600;
    color: #000;
}

.about-img {
    position: relative;
    z-index: 0;
}

.about-img:before {
    position: absolute;
    content: "";
    width: 86%;
    height: 100%;
    top: 15px;
    left: -15px;
    border: 2px solid #d6b46a;
    border-radius: 10px;
    z-index: -1;
}

.about-img img {
    border-radius: 10px;
}

button.form-btn1.btn.btn-primary.text-center {
    background-color: transparent;
    color: #000000;
    border: 1px solid #000000;
    border-radius: 0px;
}

button.form-btn1.btn.btn-primary.text-center:hover {
    background-color: #8B7C53;
    color: #fff;
    border: 1px solid #8B7C53;
}

/* About End */



/*feature*/

.features {
    padding: 60px 0px;
    background-image: url("../images/featuresbg.jpg");
    background-repeat: no-repeat;
    background-size: cover;
}

.feature-card {
    background-image: url("../images/feat-bg.jpg");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 20px 0px 0px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
    margin-top: 30px;
    height: 160px;
    backdrop-filter: blur(7px);
}


/* .feature-card:hover{ animation: bounce 3s infinite;}
    @keyframes bounce {
      0% {transform: translateY(0);}
      40% {transform: translateY(-20px);}
      60% {transform: translateY(-10px);}
} */

.feature-img {
    height: 60px;
    width: 60px;
}

.feature-title {
    text-align: center;
    font-size: 20px;
    font-weight: 500;
}

/* .feature-card:hover {
    background-color: #891f1f;
} */


/* Features End */


/*manufacture*/

.manufacture {
    padding-top: 50px;
}

.product-title {
    margin: 20px 0px;
}

.product-title1 {
    margin-bottom: 30px
}

.manufacture-img {
    height: 70vh;
    width: 100%;
    border-radius: 10px;
    box-shadow: rgba(17, 12, 46, 0.15) 0px 48px 100px 0px;
}

.manufacture-spn {
    font-weight: 500;
}

.form-btn1 {
    /* background-color: #891f1f; */
    color: #fff;
    /* border: 1px solid #891f1f; */
    border-radius: 5px;
    margin-bottom: 10px;
    font-weight: 600;
}

.form-btn1:hover {
    background-color: #222;
    color: #fff;
    border: 1px solid #222;
    font-weight: 600;
}


/* Product Applications */

.feature-title {
    color: #fff;
}

.card.feature-card2 {
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../images/about.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    /* padding: 50px; */
    height: 200px;
}

.card.feature-card3 {
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../images/about.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 40px;
}

.card.feature-card4 {
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../images/about.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 50px;
}

.card.feature-card5 {
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../images/about.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 50px;
}

.card.feature-card6 {
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../images/about.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 50px;
}

.card.feature-card7 {
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../images/about.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 50px;
}


/* counter */
.counter-card {
    padding: 10px;
    border-radius: 0px;
    border: 1px solid #A3A3A3;
    margin: 15px 0px;
}

.counter-title {
    font-size: 40px;
    font-weight: 700;
    color: #fff;
}

.counter-text {
    color: #fff;
}

.c-1 {
    background-color: #d6b46a;
}

.c-2 {
    background-color: #8B7C53;
}

.c-3 {
    background-color: #000;
}


/*product application*/

.features2 {
    margin: 45px 0px;
}


/*product application*/


/*why us*/

.whyus {
    padding: 20px 0;
}

.why-card {
    padding: 10px;
    margin-top: 10px;
    border: none;
}

.why-img {
    height: 50px;
    width: 50px;
}

.why-main-box {
    padding: 45px 0px;
    display: flex;
}

.why-text {
    font-size: 15px;
    font-weight: 600;
}

.wh {
    position: relative;
    z-index: 0;
}

.wh:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 15px;
    left: -15px;
    border: 2px solid #d6b46a;
    border-radius: 10px;
    z-index: -1;
}

.wh img {
    border-radius: 10px;
}


/*footer*/

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

.plant-1 {
    display: flex;
    padding: 45px 0px;
}

.plant-2 {
    display: flex;
}

.mobile {
    display: flex;
    padding: 35px 0px;
}

.mail {
    display: flex;
    padding: 35px 0;
}

.footer-spn {
    color: rgb(0, 0, 0);
}
.footer-spn a{
    color: rgb(0, 0, 0);
    text-decoration: none;
}


/* copyright css*/

.copyright {
    background-color: #d6b46a;
    color: #000;
    text-align: center;
    padding: 10px 0px;
    font-size: 14px;
}

.copyright a {
    color: #000;
    text-decoration: none;
}

@media (max-width: 600px) {
    body {
        flex-direction: column;
    }

    .banner {
        height: auto;
        padding: 30px 0px;
    }

    .why-main-box {
        padding: 45px 0px;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }

    .why-main-box .why-card {
        width: 48%;
    }

    .diverse-card {
        margin-top: 10px;
    }
}

@media screen and (max-width: 768px) {
    .why-main-box {
        padding: 45px 0px;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }

    .why-main-box .why-card {
        width: 33%;
    }

    .diverse-card {
        margin-top: 15px;
    }

    .heading-title1 h3 {
        margin-right: 147px;
    }
}

i {
    color: #fff;
    font-size: 60px;
}

.counter-container span {
    font-size: 20px;
    font-weight: 400;
}


/* Partners Slider */

.contain {
    margin: 0 auto;
    max-width: 1200px;
    width: 100%;
}

.item {
    align-items: center;
    background-color: tomato;
    color: white;
    display: flex;
    /* height: 300px; */
    justify-content: center;
    text-align: center;
}

.flip {
    position: relative;
}

.flip h1 {
    font-size: 20px;
    text-align: center;
}

.flip>.front,
.flip>.back {
    display: block;
    transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transition-duration: 0.5s;
    transition-property: transform, opacity;
}

.flip>.front {
    transform: rotateY(0deg);
}

.flip>.back {
    position: absolute;
    opacity: 0;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    transform: rotateY(-180deg);
}

.flip:hover>.front {
    transform: rotateY(180deg);
}

.flip:hover>.back {
    opacity: 1;
    transform: rotateY(0deg);
}

.flip.flip-vertical>.back {
    transform: rotateX(-180deg);
}

.flip.flip-vertical:hover>.front {
    transform: rotateX(180deg);
}

.flip.flip-vertical:hover>.back {
    transform: rotateX(0deg);
}

.flip {
    position: relative;
    display: inline-block;
    margin-right: 2px;
    margin-bottom: 1em;
    width: 100%;
    border: 1px solid #22222223;
    border-radius: 10px;
}



.flip>.front,
.flip>.back {
    display: block;
    color: white;
    width: inherit;
    background-size: cover !important;
    background-position: center !important;
    height: 300px;
    padding: 1em 2em;
    background: #8d7c50;
    border-radius: 9px;
    align-items: center;
}

.back h2 {
    font-size: 22px;
    text-align: center;
    margin-top: 20px;
}

.back p {
    font-size: 17px;
    text-align: center;
}

.flip>.front p,
.flip>.back p {
    font-size: 0.9125rem;
    line-height: 160%;
    color: #fff;
}

.text-shadow {
    text-shadow: 0px 3px 3px rgba(255, 255, 255, 0.5);
}

.flip .front .product-heading {
    opacity: 1;
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center;
    bottom: 0px;
    font-size: 20px;
    font-weight: 500;
    z-index: 3;
    color: #fff;
    padding: 10px 0px;
    background: #8d7c50;
    background-size: 2px 7px;
    background-position: 50% 50%;
    border-radius: 40px 0px 0 0;
    border: 2px solid #fff;
}

.fa {
    color: #d6b46a;
    margin-right: 10px;
    font-size: 25px;
}

.product-btn .form-btn1 {
    background-color: #000;
    color: #fff;
    border: 1px solid #000;
    border-radius: 0px;
}

/* why start */
.whyus {
    background-color: #8B7C53;
    background-image: linear-gradient(rgba(139, 124, 83, 0.9), rgba(139, 124, 83, 0.9)), url("../images/bg.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 45px 0px;
}

.why-p {
    text-align: center;
    margin: 15px 0px;
}

/* why end */
/* testimonial start */
.testimonial {
    padding: 45px 0px;
}

.checked {
    color: orange;
}

.star {
    margin:5px 0px;
}

.star span {
    font-size: 16px;
}

.testimonial-card {
    padding: 20px;
    height: 280px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
}

.testimonial-body {
    padding: 0px;
}

.testimonial-text {
    font-size: 14px;
}

/* testimonial end */



/* thankyou */

.thank-you {
    background-image: url("../images/thankyou-banner.jpg");
    height: 350px;
    background-position: center;
    background-repeat: no-repeat
}

.wrapper-1 {
    width: 100%;
    height: 100vh;
    display: flex;
    flex-direction: column;
}

.wrapper-2 {
    padding: 30px;
    text-align: center;
}

h2 {
    /* font-family: 'Kaushan Script', cursive; */
    font-size: 18px;
    letter-spacing: 3px;
    color: #fff;
    margin: 0;
    margin-bottom: 20px;
}

.wrapper-2 p {
    margin: 0;
    font-size: 1.3em;
    color: #aaa;
    font-family: 'Source Sans Pro', sans-serif;
    letter-spacing: 1px;
}

.go-home {
    color: #fff;
    background: #5892FF;
    border: none;
    padding: 10px 50px;
    margin: 30px 0;
    border-radius: 30px;
    text-transform: capitalize;
    box-shadow: 0 10px 16px 1px rgba(174, 199, 251, 1);
}

.footer-like {
    margin-top: auto;
    background: #D7E6FE;
    padding: 6px;
    text-align: center;
}


@media (min-width:360px) {
    h1 {
        font-size: 4.5em;
    }

    .go-home {
        margin-bottom: 20px;
    }
}

@media (min-width:600px) {
    .content {
        max-width: 1000px;
        margin: 0 auto;
    }

    .wrapper-1 {
        height: initial;
        max-width: 620px;
        margin: 0 auto;
        margin-top: 50px;
        box-shadow: 4px 8px 40px 8px rgba(88, 146, 255, 0.2);
    }
}

.slick-slide {
    margin: 0px 20px;
}

.slick-slide img {
    width: 90%;
    border: 1px solid #555353b4;
    padding: 5px;
    border-radius: 9px;
}

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
}

.slick-track:before,
.slick-track:after {
    display: table;
    content: '';
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}

[dir='rtl'] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

.client {
    padding: 40px 0;
}