* {
    font-family: "Poppins", sans-serif !important;
}

/* body{
    background: rgb(240 241 241);
} */

.heroRow {
    display: grid;
    grid-template-columns: 60% 25%;
    justify-content: space-between;
}

.heroBannerD {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    margin: 20px;
    border-radius: 35px;
    margin-top: 0;
}

.heroImgContent {
    position: relative;
}

.heroContent h1 {
    font-size: 50px;
    font-weight: 800;
    color: #003396;
}

.disbtn {
    background: linear-gradient(45deg, rgb(230 90 37), #fb9a2b);
    border: none;
    padding: 0px 30px;
    border-radius: 18px;
    box-shadow: 4px 4px 5px #00000091;
}


.disbtn a {
    color: #fff;
    text-decoration: none;
    font-size: 35px;
}

.heroContainer {
    padding: 50px;
    padding-bottom: 0px;
}

.dispart {
    background: linear-gradient(45deg, rgb(230 90 37), #fb9a2b);
    border: none;
    padding: 0px 10px;
    border-radius: 25px;
    width: 100%;
}

.dispart a,
.disparts a {
    color: #fff;
    text-decoration: none;
    font-size: 30px;
    font-weight: 500;
}

.disparts {
    background: linear-gradient(45deg, rgb(230 90 37), #fb9a2b);
    padding: 0px 10px;
    border-radius: 13px;
    width: 50%;
    border: 1px solid #fff;
    box-shadow: 3px 3px 9px #0000006e;
}

.heroContent {
    padding-top: 50px;
}

.text001 {
    font-size: 30px;
    text-align: center;
    padding: 50px;
    padding-top: 20px;
    font-weight: 700;
}

.joinRow {
    display: grid;
    grid-template-columns: 50% 50%;
}

.joinContainer {
    background: rgb(230 231 232);
    padding: 20px;
    border-radius: 35px;
}

.joinIndia {
    margin: 20px;
}

.joinContentbox h2 {
    color: #003396;
    font-weight: 800;
    font-size: 45px;
}

.joinContentbox {
    padding-left: 10px;
    padding-right: 180px;
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
}


/* @keyframes moveLeft {
    from {
        transform: translatex(0);
    }

    to {
        transform: translatex(-100%);
    }
} */

.scroller-wrappers {
    display: grid;
    grid-template-columns: repeat(10, 280px);
    gap: 10px;
}

.wcuSlides img {
    object-fit: contain;
    margin: 0 auto;
    width: 80px;
    height: 80px;
}

.wcuSH {
    font-size: 17px;
    font-weight: 600;
    padding-top: 18px;
    padding-bottom: 10px;
}

.wcuSP {
    font-size: 14px;
    text-align: justify;
}

.wcuSlides {
    text-align: center;
}

.scroller-slides {
    padding: 17px;
    border-radius: 10px;
}

.wcuLightbg {
    background: rgb(230 231 232);
}

.wcuDarkbg {
    background: #003396;
    color: #fff;
}

.scrollbarSecont {
    margin-top: 20px;
}

.scroller-container {
    overflow: hidden;
    padding: 20px;

}

.wcuSlideBox {
    background: rgb(190 199 214);
    margin: 20px;
    border-radius: 35px;
    overflow: hidden;
}

.scroller-wrappers {
    animation: moveLeft 20s linear infinite;
}

.scrollbarSecont {
    animation: moveRight 20s linear infinite;
}

@keyframes moveLeft {
    from {
        transform: translatex(0);
    }

    to {
        transform: translatex(-100%);
    }
}

@keyframes moveRight {
    from {
        transform: translatex(-100%);
    }

    to {
        transform: translatex(0);
    }
}

.wcuMainHh {
    font-size: 40px;
    font-weight: 800;
    text-align: center;
}

.wcuSection {
    padding: 20px 0px 30px;
}

.ssssSectin {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.ssssBox,
.ssssBox .container {
    position: relative;
}

.ssssBox::before {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(226deg, #003396, #022467cf);
    z-index: 0;
}
input::placeholder {
    color: #fff;
}
.tabs {
    display: flex;
    justify-content: center;
    gap: 15px;
    margin: 30px 0;
    flex-wrap: wrap;
    z-index: 1;
    position: relative;
    margin-top: 10px;
}

.tab-btn.active,
.tab-btn:hover {
    background: #fff;
    color: #0b0f5a;
    font-weight: 600;
}

.tab-btn {
    padding: 10px 25px;
    border-radius: 6px;
    border: 1px solid #fff;
    background: transparent;
    color: #fff;
    cursor: pointer;
    transition: 0.3s;
}

.tab-content.active {
    display: block;
}

.tab-content {
    display: none;
}

.cards-grid {
    display: grid;
    grid-template-columns: repeat(3, 280px);
    gap: 25px;
}

.cards {
    transition: transform 0.3s;
    position: relative;
}

.cards img {
    width: 100%;
    border-radius: 10px;
    max-width: 100%;
}

.cardsDetails img {
    max-width: 160px;
    height: 160px;
    object-fit: contain;
}

.cardsDetails {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.productRang p {
    font-size: 22px;
    text-align: center;
    color: #fff;
    font-weight: 600;
    margin-top: 12px;
}

.cardText {
    color: #fff;
    padding: 20px 5px;
}

.cards h3 {
    font-size: 15px;
    font-weight: 700;
    margin: 0;
}

.cards h3 span {
    background: rgb(255 255 255);
    color: #000;
    padding: 5px 30px;
    border-radius: 20px;
}

.cards p {
    font-size: 13px;
    line-height: 1.6;
    text-align: justify;
}

.headerss {
    position: relative;
}

.ssssHeading {
    font-size: 35px;
    font-weight: 700;
    color: #fff;
    text-align: center;
}

.ssssBox .container {
    max-width: 1200px;
    margin: auto;
    padding: 40px 20px;
}

.growRow {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 20px;
}

.growInnerBox {
    background: #e6e7e8;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    padding: 20px;
    border-radius: 30px;
    box-shadow: 3px 3px 5px #0000004a;
}

.growH {
    font-size: 20px;
    text-align: center;
    font-weight: 600;
    color: #003396;
    padding: 15px 35px;
    padding-bottom: 0;
}

.growIBox img {
    max-width: 180px;
}

.growIBox {
    display: flex;
    flex-direction: column;
    height: 100%;
    align-items: center;
    justify-content: space-between;
}

.growHeading {
    font-size: 45px;
    font-weight: 800;
    text-align: center;
    color: #000;
    margin-bottom: 60px;
}

.growHeading2 {
    font-size: 45px;
    font-weight: 800;
    text-align: center;
    color: #000;
    margin-bottom: 00px;
}

.growthSection {
    position: relative;
    background: rgb(240 241 241);
    padding: 50px 20px;
    padding-bottom: 190px;
}

.growthSection::before {
    content: '';
    background-image: url(img/assets-line.png);
    width: 100%;
    height: 100%;
    position: absolute;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    left: 0;
    top: -50px;
    z-index: 0;
}

.growContainer {
    position: relative;
}

.growbox2 .growInnerBox,
.growbox4 .growInnerBox {
    background: linear-gradient(45deg, #00205d, #003396);
    position: relative;
    bottom: -120px;
}

.growbox2 .growH,
.growbox4 .growH {
    color: #fff;
}

.growbox1 .growInnerBox {
    position: relative;
    top: 60px;
}

.growbox3 .growInnerBox {
    position: relative;
    top: 50px;
}

.growbox5 .growInnerBox {
    position: relative;
    top: -20px;
}

video#hero-video {
    border-radius: 53px;
}

.hCSection {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 50px;
}

.hCRow {
    display: grid;
    grid-template-columns: 36% 62%;
    gap: 2%;
}

.hcContentBox {
    color: #fff;
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
}

.hcHeading {
    font-size: 50px;
    font-weight: 700;
    line-height: 65px;
    margin-bottom: 30px;
}

.field {
    margin-bottom: 10px;
}

.two-col {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 18px;
}

input,
select,
textarea {
    width: 100%;
    padding: 12px 14px;
    border: 1px solid #b9c1f2;
    border-radius: 6px;
    font-size: 12px;
}


button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    font-size: 100%;
    font-weight: inherit;
    line-height: inherit;
    letter-spacing: inherit;
    color: inherit;
    margin: 0;
    padding: 0;
}

input,
select,
textarea {
    width: 100%;
    padding: 0px 14px;
    border: 1px solid #b9c1f2;
    border-radius: 6px;
    font-size: 12px;
    height: 40px;
}

.phone-wrapper {
    display: flex;
    align-items: center;
    border-radius: 6px;
    background: #fff;
}

.phone-wrapper {
    width: 100%;
}

.iti {
    position: relative;
    display: inline-block;
    width: 100%;
}

button.disbtn.contactBtns {
    padding: 0px 0px !important;
}

button.disbtn.contactBtns a {
    font-size: 28px !important;
    font-weight: 500;
}

.submit-btn {
    display: block;
    margin: 35px auto 0;
    padding: 7px 34px;
    background: linear-gradient(45deg, rgb(230 90 37), #fb9a2b);
    color: #fff;
    border: none;
    border-radius: 30px;
    font-size: 16px;
    cursor: pointer;
    transition: 1s;
}

.submit-btn:hover {
    background: linear-gradient(45deg, #fb9a2b, rgb(230 90 37));
}

.spoRow {
    display: grid;
    grid-template-columns: 40% 50%;
    justify-content: space-between;
}

.spoImg {
    display: flex;
    gap: 50px;
}

.spoSection {
    padding: 50px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    overflow: hidden;
}

.spoHeadingc {
    color: #003396;
    font-weight: 800;
    font-size: 65px;
}

.spoImgI {
    position: relative;
}

.spoImgI.spoImgI1 img {
    border-radius: 30px;
    position: relative;
    top: -110px;
}

.spoImgI.spoImgI2 img {
    border-radius: 30px;
    position: relative;
    bottom: -110px;
}

.aboutRow {
    display: grid;
    grid-template-columns: 60% 40%;
}

.h2Heading {
    font-size: 45px;
    font-weight: 600;
    color: #003396;
    margin-bottom: 15px;
}

.abouttextBox p {
    font-size: 17px;
    text-align: justify;
    margin-bottom: 20px;
    padding-right: 80px;
}

.servoAboutSection {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 50px;
    margin: 20px;
    overflow: hidden;
}

.abouttextBox {
    padding-top: 90px;
    padding-left: 50px;
}

.aboutImgBox {
    text-align: right;
    padding-top: 70px;
}

.aboutITex {
    text-align: right;
    max-width: 90%;
}

.inhouseSlider {
    width: 100%;
    height: 100%;
    border-radius: 50px;
    overflow: hidden;
}

.field label {
    color: #fff;
    font-size: 12px;
}
@media (max-width: 768px) {
  input,
  select,
  textarea {
    font-size: 16px!important;
    line-height: 1.3;
  }
}
.two-col.akDropDown {
    grid-template-columns: 1fr 1fr 150px;
}
.solarOnboxx {
    grid-template-columns: 1fr;
}