@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&amp;display=swap');
body {
    font-size: 16px;
    font-family: "Poppins", sans-serif;
    line-height: 1.8;
}


/*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: #4054b2;
    border: 1px solid #4054b2;
    color: #fff;
    border-radius: 5px;
    font-weight: 600;
}

.form-btn2:hover {
    background-color: #263370;
    color: #fff;
    border: 1px solid #263370;
    font-weight: 600;
}


.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: #263370;
}
.nav-item:hover i{
    color: #fff;
}

.nav-item:hover .nav-link {
    color: #fff;
}

.call {
    background-color: #263370;
    padding: 10px;
}

.call span {
    color: #fff;
}

.call i {
    color: #fff;
}

.call a {
    color: #fff;
    text-decoration: none;
}


/* HeaderEnd */


/*banner*/

.banner {
    padding: 50px 0;
    background-image: url('../images/1.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    width: 100%;
    /* height: 80vh; */
    display: flex;
    align-items: center;
    position: relative;
    z-index: 0;
}

.banner::before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #000000b4;
    z-index: -1;
}


/* enquiry css*/

.outer-frm {
    background-color: rgb(230 230 230 / 93%);
    border: 1px solid #263370;
    border-radius: 10px;
    box-shadow: rgba(128, 219, 255, 0.35) 0px 5px 15px;
}

.frm {
    padding: 20px;
}


.outer-frm form label {
    color: #000000;
    font-size: 13px;
}

.form-btn {
    background-color: #263370;
    color: #fff;
    border: 1px solid #263370;
    border-radius: 0px;
    margin-bottom: 10px;
    font-weight: 600;
}

.form-btn:hover {
    background-color: #fff;
    color: #000;
    border: 1px solid #fff;
    font-weight: 600;
}

.input {
    height: 32px;
}

.form-control {
    box-shadow: rgba(114, 69, 69, 0.35) 0px 5px 15px;
    border-radius: 1px;
}

.form-control:hover {
    border: 1px solid #263370;
}

.form-control:focus {
    box-shadow: none;
}

.frm-heading {
    color: #fff;
    font-weight: 300;
    font-size: 30px;
    text-align: center;
}

.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;
}
.about-us .txt p {
    font-size: 14px;
    text-align: justify;
}

.about-us .cta-btn {
    padding-top: 15px;
    text-align: left;
}

.heading-title1 h3 {
    color: #263370;
    font-weight: 700;
    font-size: 25px;
    text-transform: uppercase;
}

.heading-title span {
    color: #263370;
    font-weight: 600;
    font-size: 30px;
}
.heading-title h3{
    font-size: 30px;
    font-weight: 600;
    color: #000;
}
.about-img {
    position: relative;
    z-index: 0;
    margin-left: 33px;
}

.about-img:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 15px;
    left: -15px;
    border: 2px solid #263370;
    border-radius: 10px;
    z-index: -1;
}

.about-img img {
    border-radius: 10px;
}

button.form-btn1.btn.btn-primary.text-center {
    background-color: transparent;
    color: #263370;
    border: 1px solid #263370;
    border-radius: 0px;
}

button.form-btn1.btn.btn-primary.text-center:hover {
    background-color: #263370;
    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: 290px;
    background: #263370;
    backdrop-filter: blur(7px);
    text-align: center;
}

.feature-card .cont {
    color: #fff;
    text-align: center;
}


/* .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: #263370;
} */


/* 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: #263370; */
    color: #fff;
    /* border: 1px solid #263370; */
    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 */

.num-container {
    background-color: #263370;
    padding: 40px 0px;
    background-image: url("../images/counterbg.html");
    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 #26337057;
    text-align: center;
    background-color: #26337057;
    backdrop-filter: blur(3px);
}

.counter {
    color: #fff;
    font-size: 40px;
    margin-top: 10px;
}

.counter::after {
    content: " +";
    display: inline-block;
  }


/*product application*/

.features2 {
    margin: 45px 0px;
}


/*product application*/


/*why us*/

.whyus {
    padding: 20px 0;
}

.why-card {
    padding: 10px;
    margin-top: 10px;
    border: none;
}



.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 #263370;
    border-radius: 10px;
    z-index: -1;
}

.wh img {
    border-radius: 10px;
}

.why-inner {
    text-align: center;
    padding: 19px 10px;
    border: 1px solid;
    height: 370px;
}

.why-inner i {
    color: #263370;
}

.why-inner h5 {
    color: #000000;
    font-weight: 700;
    margin-top: 15px;
}

.cta-btn {
    padding-top: 40px;
    text-align: center;
}

.cta-btn a {
    color: #fff;
    background-color: #263370;
    border-radius: 0;
    text-decoration: none;
    padding: 15px 20px;
}

.footer .cta-btn {
    text-align: left;
    padding: 0;
}

/*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 a {
    color: rgb(0, 0, 0);
    text-decoration: none;
}


/* copyright css*/

.copyright {
    background-color: #263370;
    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 img {
    width: 100px;
}

.flip {
    position: relative;
}

.flip h1 {
    font-size: 20px;
    text-align: center;
    text-transform: uppercase;
}

.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: #263370;
    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: #263370;
    border-radius: 9px;
    align-items: center;
}

.back h2 {
    font-size: 22px;
    text-align: center;
    margin-top: 20px;
    text-transform: uppercase;
}

.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: #263370;
    /* 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: #263370;
    margin-right: 10px;
}


/* thankyou */

.thank-you {
    background-image: url("../images/thankyou-banner.html");
    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-slide .item  h6 {
    text-align: center;
    margin-top: 10px;
}

.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;
    width: 100%;
    max-width: 100%;
    /* height: 125px; */
    object-fit: contain;
}

.clients .arrow-left, .clients .arrow-right {
    transition: all 0.2s ease-In;
    background-color: #fff;
    color: var(--light-color);
    width: 40px;
    height: 40px;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    font-size: 0;
    cursor: pointer;
    position: absolute;
    bottom: 124px;
    transform: translatey(-50%);
    z-index: 1;
    box-shadow: 0px 4px 4px 0px #000000ad;
    flex-wrap: wrap;
    align-items: center;
}

.clients .arrow-left {
    left: 0;
}

.clients .arrow-right {
    right: 0;
}

.clients .arrow-right i.fa, .clients .arrow-left i.fa {
    font-size: 27px;
    margin: 0;
}

.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;
}
.banner-c h2{
    color: #FFFFFF;
    font-family: "Poppins", Sans-serif;
    font-size: 30px;
    font-weight: 600;
    line-height: 1.2em;
    letter-spacing: 0px;

}

.banner-c p {
    color: #fff;
    width: 62%;
}

.banner-c h1 {
    color: #A8B8FF;
    font-weight: 700;
    line-height: 58px;
    font-size: 58px;
}
.elementor-icon-box-content1{
	background-color: #E4F5FF;
    padding: 13px 13px 0px 13px;
    border-radius: 0px 0px 0px 0px;
}
.elementor-icon-box-content2{
	background-color: #E4F5FF;
    padding: 13px 13px 0px 13px;
    border-radius: 0px 0px 0px 0px;
}
.elementor-icon-box-content3{
	background-color: #E4F5FF;
    padding: 13px 13px 3px 13px;
    border-radius: 0px 0px 0px 0px;
}
.itemss{
	 width: 90%;
    border: 1px solid #555353b4;
    padding: 5px;
    border-radius: 9px;
}
.itemss img {
    display: block;
    width: 100%;
    max-width: 100%;
    /* height: 125px; */
    object-fit: contain;
}
.itemss  h6 {
    text-align: center;
    margin-top: 10px;
}
.gg{
	margin-top:20px;
	margin-bottom:20px;
}