@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;
}


/*side-btn*/

.outer-frm-1 {
    margin-top: 10px;
    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: #fcaf17;
    color: #fff;
    border: 1px solid #fcaf17;
    font-weight: 600;
}

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

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

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


/*header*/

.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: #fcaf17;
}

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

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

.call span {
    color: #fff;
}

.call i {
    color: #fff;
}

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


/* HeaderEnd */


/*banner*/

.banner {
    background-image: url('../images/primax-img-2.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: rgba(0, 0, 0, 0.3);
    border: 1px solid #fcaf17;
    border-radius: 10px;
    box-shadow: rgba(128, 219, 255, 0.35) 0px 5px 15px;
}

.frm {
    padding: 20px;
}

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

.form-btn {
    background-color: #fcaf17;
    color: #fff;
    border: 1px solid #fcaf17;
    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 #fcaf17;
}

.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;
    color: #000;
}

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

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


/* About */

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

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

.heading-title span {
    color: #fcaf17;
    font-weight: 600;
    font-size: 30px;
}
.heading-title h3{
    font-size: 30px;
    font-weight: 600;
    color: #000;
}
.about-img {
    position: relative;
    z-index: 99;
}

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

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

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

button.form-btn1.btn.btn-primary.text-center:hover {
    background-color: #fcaf17;
    color: #fff;
}


/* About End */


/* Features */


/*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;
    background: #070707f1;
    backdrop-filter: blur(7px);
} */
.feature-card{
    height: 225px;
}


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



.feature-title {
    text-align: center;
    font-size: 16px;
    font-weight: 600;
}

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

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

/* 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: #fcaf17; */
    color: #fff;
    /* border: 1px solid #fcaf17; */
    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: rgb(0, 0, 0);
    font-size: 14px;
    font-weight: 600;
}

.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 */

.num-container {
    background-color: #fcaf17;
    padding: 40px 0px;
    background-image: url("../images/counterbg.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    /* margin-top: 50px; */
}

.counter-container {
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    /* margin: 30px 10px; */
    padding: 10px;
    border: 1px solid #fcaf1757;
    text-align: center;
    background-color: #fcaf1757;
    backdrop-filter: blur(3px);
}

.counter {
    color: #fff;
    font-size: 40px;
    margin-top: 10px;
}


/*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 #fcaf17;
    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);
}


/* copyright css*/

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

.copyright a {
    color: #fff;
    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%;
}


/* .product-heading {
    background-color: #fcaf17;
    display: flex;
    align-items: end;
} */

.flip>.front,
.flip>.back {
    display: block;
    color: white;
    width: inherit;
    background-size: cover !important;
    background-position: center !important;
    height: 300px;
    padding: 1em 2em;
    background: #fcaf17;
    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: 1px 1px rgba(0, 0, 0, 0.04), 2px 2px rgba(0, 0, 0, 0.04), 3px 3px rgba(0, 0, 0, 0.04), 4px 4px rgba(0, 0, 0, 0.04), 0.125rem 0.125rem rgba(0, 0, 0, 0.04), 6px 6px rgba(0, 0, 0, 0.04), 7px 7px rgba(0, 0, 0, 0.04), 8px 8px rgba(0, 0, 0, 0.04), 9px 9px rgba(0, 0, 0, 0.04), 0.3125rem 0.3125rem rgba(0, 0, 0, 0.04), 11px 11px rgba(0, 0, 0, 0.04), 12px 12px rgba(0, 0, 0, 0.04), 13px 13px rgba(0, 0, 0, 0.04), 14px 14px rgba(0, 0, 0, 0.04), 0.625rem 0.625rem rgba(0, 0, 0, 0.04), 16px 16px rgba(0, 0, 0, 0.04), 17px 17px rgba(0, 0, 0, 0.04), 18px 18px rgba(0, 0, 0, 0.04), 19px 19px rgba(0, 0, 0, 0.04), 1.25rem 1.25rem rgba(0, 0, 0, 0.04);
}

.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: #fcaf17;
    /* background: url("../images/bg/ptn-bg.jpg"); */
    background-size: 2px 7px;
    background-position: 50% 50%;
    border-radius: 40px 0px 0 0;
    border: 2px solid #fff;
}

.fa {
    color: #fcaf17;
    margin-right: 10px;
}


/* 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;
}


/* .footer-like p {
    margin: 0;
    padding: 4px;
    color: #5892FF;
    font-family: 'Source Sans Pro', sans-serif;
    letter-spacing: 1px;
}

.footer-like p a {
    text-decoration: none;
    color: #5892FF;
    font-weight: 600;
} */

@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;
}



.project-img-outer{
   
    padding: 0px 2px;
}
 .product_img{
    margin: 0px 0px;
    display: flex;
    object-fit: cover;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;

}
.project_slider{
    margin: 30px 0px;
}



  .projects .slick-dots li button:hover{
    color: #000;
  }
  .projects.slick-dots li button:before{
    color: #000;
  }
  .projects.slick-dots li button:after{
    color: #000;
  }
.projects.slick-prev:before{
    color: rgb(255, 255, 255);
}
.projects .slick-next:before{
    color: rgb(255, 255, 255);
}

.form-control {
    display: block;
    width: 100%;
    padding:20px;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: var(--bs-body-color);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: var(--bs-body-bg);
    background-clip: padding-box;
    border: var(--bs-border-width) solid var(--bs-border-color);
    border-radius: var(--bs-border-radius);
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}