@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

.top {
    width: 90%;
    margin: 0 auto;
    max-width: 1920px;
}

.top2 {
    width: 70%;
    margin: 0 auto;
    max-width: 1920px;
}

.top3 {
    width: 75%;
    margin: 0 auto;
    max-width: 1920px;
}


.clear {
    clear: both;
}

.img {
    width: 100%;
    display: block;
}


/*--------------------------------------------------------------
Regular Content
--------------------------------------------------------------*/
.col_sm1 {
    width: 100%;
    margin: 0 auto;
}

.col_sm2 {
    width: 48%;
    float: left;
    margin: 1% ;
}

.col_sm22 {
    width: 50%;
    float: left;
    margin: 0;
}


.col_sm3 {
    width: 31%;
    float: left;
    margin: 1%;
}

.col_sm4 {
    width: 23%;
    margin: 1%;
    float: left;
}

.col_sm5 {
    width: 18%;
    margin: 1%;
    float: left;
}

.col_sm8 {
    width: 36%;
    margin: 1%;
    float: left;
}

.col_sm88 {
    width: 56%;
    margin: 1%;
    float: left;
}

.col_sm9 {
    width: 78%;
    margin: 1%;
    float: left;
}

.col_sm99 {
    width: 18%;
    margin: 1%;
    float: left;
}

.col_sm10 {
    width: 68%;
    float: left;
    margin: 1%;
}

.pdg-main{
    padding: 60px 0 40px 0;
}

.pdg-ftr{
    padding: 40px 0 20px 0;
}

/*-----------------------------
whtas up
-----------------------------*/

.whatsapp_float {
  text-decoration: none;
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 100px;
  right: 10px;
  background-color: #25d366;
  color: #fff;
  border-radius: 50px;
  text-align: center;
  font-size: 30px;
  box-shadow: 2px 2px 3px #999;
  z-index: 100;
  display: flex !important;
  justify-content: center;
  align-items: center;
}

.whatsapp-icon {
  margin-top: 16px;
}

/* for mobile */
@media screen and (max-width: 767px) {
    .whatsapp-icon {
        margin-top: 10px;
    }

    .whatsapp_float {
        width: 40px;
        height: 40px;
        bottom: 100px;
        right: 10px;
        font-size: 22px;
    }
}

/*=========banner=========*/

/* Banner container */
.inner-banner {
    position: relative;
}

/* Image */
.inner-banner-img {
    width: 100%;
    height: 250px;
    object-fit: cover;
}

/* Overlay */
.inner-banner::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
/*    height: 100%;
    background: rgba(0,0,0,0.4);*/
}

/* Text */
/* Text Center */
.inner-banner-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    width: 100%;
    text-align: center;
    z-index: 2;
}

/* Heading */
.inner-banner-text h1 {
    font-family: "Inter", sans-serif;
    font-size: 40px;
    margin: 0 0 10px;
    color: #fff;
}

/* Paragraph */
.inner-banner-text p {
    font-family: "Inter", sans-serif;
    font-size: 18px;
    margin: 0;
    color: #fff;
}

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



.banner-flex{
    display: flex;
    align-items: center;
    justify-content: center;
}

.banner-txt h6{
    font-family: "Inter", sans-serif;
    font-size: 20px;
    text-align: justify;
    font-weight: 500;
    color: #326da5;
    margin-bottom: 20px;
}

.banner-txt h2{
    font-family: "Inter", sans-serif;
    font-size: 58px;
    text-align: left;
    font-weight: 600;
    color: #326da5;
    margin-bottom: 20px;
    line-height: 120%;
}

.banner-txt p {
    font-family: "Inter", sans-serif;
    font-size: 18px;
    text-align: justify;
    font-weight: 400;
    color: #000;
    margin-bottom: 20px;
    line-height: 140%;
}

.btn-wrapper {
    display: inline-block;
    position: relative;
}

/* Shadow layer (blue offset effect) */
.btn-wrapper::after {
    content: "";
    position: absolute;
    top: 8px;
    left: 8px;
    width: 100%;
    height: 100%;
    background: #00bcd4; /* cyan shadow */
    z-index: 0;
}

/* Main button */
.discover-btn {
    position: relative;
    display: inline-block;
    padding: 14px 28px;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    text-decoration: none;
    font-family: "Inter", sans-serif;
    background: linear-gradient(135deg, #326da5, #326da5);
    z-index: 1;
    transition: all 0.3s ease;
}

/* Hover effect */
.discover-btn:hover {
    transform: translate(-3px, -3px);
}

/* Arrow spacing */
.discover-btn span {
    margin-left: 8px;
}
/*=========banner=========*/

/*=========section1=========*/

.sec1-bg{
    background-image: url(../images/section1-bg.jpg);
    background-attachment: scroll;
    background-size: cover;
    background-position: center;
}

.mar-btm-se1{
    margin-bottom: 145px;
}

.ab-img-pdg {
    padding: 0px 100px;
    position: relative;
}

.abt-img-brd {
    border: 1px Solid #326da5;
    box-shadow: rgb(50 109 165) 4.4px 4.4px 0px;
}

.brd0{
    border: 1px Solid #326da5;
    box-shadow: rgb(50 109 165) 4.4px 4.4px 0px;
}

.box-abt-over {
    width: 245px;
    position: absolute;
    right: 10px;
    bottom: -70px;
    /* border-radius: 10px; */
    border: 1px Solid #326da5;
    box-shadow: rgb(50 109 165) 4.4px 4.4px 0px;
}

.box-abt-over2 {
    width: 400px;
    position: absolute;
    left: 10px;
    bottom: 31px;
    /* border-radius: 10px; */
    /*border: 1px Solid #326da5;*/
    /*box-shadow: rgb(50 109 165) 4.4px 4.4px 0px;*/
}

.sec1-text h6{
    font-family: "Inter", sans-serif;
    font-size: 20px;
    text-align: justify;
    font-weight: 500;
    color: #326da5;
    margin-bottom: 20px;
}

.sec1-text h2 {
    font-family: "Inter", sans-serif;
    font-size: 38px;
    text-align: left;
    font-weight: 600;
    color: #326da5;
    margin-bottom: 20px;
    line-height: 140%;
}

.sec1-text p {
    font-family: "Inter", sans-serif;
    font-size: 18px;
    text-align: justify;
    font-weight: 400;
    line-height: 140%;
    color: #000;
    margin-bottom: 20px;
}

.sec11-text p {
    font-family: "Inter", sans-serif;
    font-size: 18px;
    text-align: justify;
    font-weight: 400;
    line-height: 140%;
    color: #fff;
    margin-bottom: 20px;
}


.sex1-flex{
    display: flex;
    align-items: flex-start;
    justify-content: center;
    gap: 30px;
}

/* Container */
.features {
    max-width: 800px;
    margin: auto;
    padding: 15px 20px;
}

/* Each item */
.feature-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 21px;
}

/* Icon circle */
.icon {
    min-width: 70px;
    height: 60px;
    background: #1da1d2;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    margin-right: 20px;
}

.icon-img{
    width: 45px;
    margin: 0 auto;
}

.sec1-text11 h2 {
    font-family: "Inter", sans-serif;
    font-size: 30px;
    text-align: left;
    font-weight: 600;
    color: #326da5;
    margin-bottom: 20px;
    line-height: 140%;
}

.sec1-text111 h2 {
    font-family: "Inter", sans-serif;
    font-size: 30px;
    text-align: left;
    font-weight: 600;
    color: #fff;
    margin-bottom: 20px;
    line-height: 140%;
}

/* Text content */
.content h3 {
    font-family: "Inter", sans-serif;
    margin: 0;
    font-size: 20px;
    color: #326da5;
    font-weight: 600;
    text-align: left;
}

.content p {
    font-family: "Inter", sans-serif;
    font-size: 18px;
    text-align: left;
    font-weight: 400;
    color: #000;
    margin-top: 8px;
}
/* Responsive */
@media (max-width: 600px) {
    .feature-item {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .icon {
        margin-bottom: 10px;
    }
}

.sec1-mar-btm{
    margin-bottom: 90px;
}
/*=========section1=========*/

/*=========section2=========*/
.sec2-bg{
    background: #326da5;
}

.col_sm1 {
    width: 100%;
    margin: 0 auto;
}

.pdg{
    padding: 80px 0;
}

/* Center container */
.top2 {
    width: 90%;
    margin: 0 auto;
    max-width: 1920px;
}



/* WHITE BOX */
.sec3-main {
    background-color: #fff;
    padding: 60px;
    box-shadow: 9px 10px 30px rgb(0 0 0 / 81%);
    border-radius: 4px;
    margin-top: -195px;
}

/* GRID */
.sec3-grid{
    display: flex;
    gap: 40px;
    justify-content: space-between;
}

/* COLUMN */

/* CARD */
.card-box{
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.card-box h3 {
    font-family: "Inter", sans-serif;
    margin: 0;
    font-size: 20px;
    color: #326da5;
    font-weight: 600;
    text-align: center;
}

.card-box p {
    font-family: "Inter", sans-serif;
    font-size: 18px;
    text-align: center;
    font-weight: 400;
    color: #000;
    line-height: 140%;
}

/* ICON */
.icon{
    width: 70px;
    height: 70px;
    background: #326da5;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 24px;
}

/* RESPONSIVE */
@media(max-width: 900px){
    .sec3-grid{
        flex-direction: column;
    }

    .col_sm3{
        width: 100%;
    }
}
/*=========section2=========*/

/*=========section3=========*/
.sex4-text h2{
    font-size: 48px;
    text-align: center;
    font-family: "Inter", sans-serif;
    color: #326da5;
}

.sex4-text p{
    font-size: 20px;
    font-weight: 500;
    text-align: center;
    font-family: "Inter", sans-serif;
    color: #326da5;
}

.sec3-flex{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

/*=========section3=========*/

/*=========section4=========*/
.sec4-text h6 {
    font-family: "Inter", sans-serif;
    font-size: 18px;
    text-align: center;
    font-weight: 500;
    color: #326da5;
    margin-bottom: 20px;
}

.sec4-text h2 {
    font-family: "Inter", sans-serif;
    font-size: 48px;
    text-align: center;
    font-weight: 600;
    color: #326da5;
    margin-bottom: 20px;
    line-height: 140%;
}

.sec4-text p {
    font-family: "Inter", sans-serif;
    font-size: 18px;
    text-align: center;
    font-weight: 400;
    color: #000;
    margin-bottom: 20px;
}

.content4-txt h3 {
    font-family: "Inter", sans-serif;
    margin: 0;
    font-size: 20px;
    color: #326da5;
    font-weight: 600;
    text-align: center;
}

.content4-txt p {
    font-family: "Inter", sans-serif;
    font-size: 18px;
    text-align: center;
    font-weight: 400;
    color: #000;
    line-height: 140%;
    margin-top: 8px;
}

.sec4-brd {
    padding: 35px;
    border: 1px dotted #326da5;
    box-shadow: rgb(50 109 165) 4.4px 4.4px 0px;
}

.mar-top4{
    margin-top: 45px;
}

.mar4-btm{
    margin-bottom: 270px;
}

/* Icon circle */
.icon4 {
    width: 80px;
    height: 80px;
    background: #326da5;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    margin: 0 auto;
}

.icon4-img{
    width: 45px;
    margin: 0 auto;
}

.margin-btm4 {
    margin-bottom: 150px;
}

.why-flex{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
}
/*=========section4=========*/

/*=========section5=========*/
.sec5-text h6{
    font-family: "Inter", sans-serif;
    font-size: 18px;
    text-align: justify;
    font-weight: 500;
    color: #326da5;
    margin-bottom: 20px;
}

.sec5-text h2{
    font-family: "Inter", sans-serif;
    font-size: 38px;
    text-align: left;
    font-weight: 600;
    color: #326da5;
    margin-bottom: 20px;
    line-height: 140%;
}

.sec5-text p{
    font-family: "Inter", sans-serif;
    font-size: 16px;
    text-align: justify;
    font-weight: 500;
    color: #777;
    margin-bottom: 20px;

}

.bg-clr5{
    background-color: #fff;
    padding: 100px 60px;
}

.mar-top5 {
    margin-top: -185px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 8px;
}

.mar-top5-1{
    margin-top: -237px;
}

.space{
    padding: 40px;
}

.sec5-text h3{
    font-family: "Inter", sans-serif;
    margin: 0;
    font-size: 20px;
    color: #fff;
    font-weight: 400;
    text-align: center;
    margin-bottom: 15px;
}

.sec5-text p{
    font-family: "Inter", sans-serif;
    margin: 0;
    font-size: 18px;
    color: #fff;
    font-weight: 400;
    line-height: 140%;
    text-align: center;
    padding: 0px 40px;
}

.content-vm h3 {
    font-family: "Inter", sans-serif;
    margin: 0;
    font-size: 20px;
    color: #1c3c88;
    font-weight: 600;
    text-align: left;
}

.content-vm p {
    font-family: "Inter", sans-serif;
    font-size: 18px;
    text-align: left;
    font-weight: 400;
    color: #000;
    line-height: 140%;
    margin-top: 8px;
}

.img-icon{
    width: 60px;
    margin: 0 auto;
}

/*=========section5=========*/

/*=========section5-1=========*/
.img-border{
    border: 2px solid #326da5;
}

.award-bg1{
    background-image: url(../images/machinery-bg1.jpg);
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
}
/*=========section5-1=========*/


/*=========section6=========*/
.sec6-text h6 {
    font-family: "Inter", sans-serif;
    font-size: 18px;
    text-align: center;
    font-weight: 500;
    color: #326da5;
    margin-bottom: 20px;
}

.sec6-text h2 {
    font-family: "Inter", sans-serif;
    font-size: 38px;
    text-align: center;
    font-weight: 600;
    color: #326da5;
    margin-bottom: 20px;
    line-height: 110%;
}

.sec6-text p{
    font-family: "Inter", sans-serif;
    font-size: 18px;
    text-align: center;
    font-weight: 500;
    color: #326da5;
    margin-bottom: 20px;
}

.sec6-brd{
    border: 1px dotted #326da5;
}

/*=========section6=========*/

/*=========inner pages=========*/

.inner-page-text h6 {
    font-family: "Inter", sans-serif;
    font-size: 18px;
    text-align: center;
    font-weight: 500;
    color: #326da5;
    margin-bottom: 20px;
}

.inner-page-text h2 {
    font-family: "Inter", sans-serif;
    font-size: 38px;
    text-align: center;
    font-weight: 600;
    color: #326da5;
    line-height: 110%;
    margin-bottom: 15px;

}

.inner-page-text h4 {
    font-family: "Inter", sans-serif;
    font-size: 20px;
    text-align: center;
    font-weight: 500;
    color: #326da5;
    line-height: 110%;
}

.inner-page-bg{
    background-color: #fbfbfb;
    /*background-image: url(../images/inner-page-bg.jpg);*/
    background-size: cover;
    background-attachment: scroll;
    background-position: center;
}

.border-im{
    border: 1px dotted #326da5;
}
/*=========inner pages=========*/


/*=========inner pages=========*/
.machaniery-bg{
    background-image: url(../images/machinery-bg.jpg);
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
}

.img-w{
    width: 500px;
    margin: 0 auto;
}

.flex-m{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.machinery-text p{
    font-family: "Inter", sans-serif;
    font-size: 18px;
    text-align: justify;
    font-weight: 400;
    color: #000;
    margin-bottom: 20px;
    line-height: 140%;
}

.machinery-text h2{    font-family: "Inter", sans-serif;
    font-size: 28px;
    text-align: left;
    font-weight: 600;
    color: #326da5;
    margin-bottom: 20px;
    line-height: 110%;
}

.ma-flex{
    display: flex;
    align-items: center;
    justify-content: center;
}

.machinery-bg1{
    background-image: url(../images/machinery-bg1.jpg);
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
}

.manuf-text h3{
    font-family: "Inter", sans-serif;
    margin: 0;
    font-size: 20px;
    color: #326da5;
    font-weight: 400;
    text-align: center;
    margin-bottom: 15px;
}

.manuf-text p{
    font-family: "Inter", sans-serif;
    margin: 0;
    font-size: 18px;
    color: #326da5;
    font-weight: 400;
    line-height: 140%;
    text-align: center;
    padding: 0px 40px;
}

.flex-manu{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
}

.img-icon-1{
    width: 75px;
    margin: 0 auto;
}

.image-box{
    position: relative;
    display: inline-block;
}

.image-box img{
    width: 100%;
    display: block;
}

.image-text{
    font-family: "Inter", sans-serif;

    position: absolute;
    bottom: 10px;
    left: 10px;
    right: 10px;
    font-weight: 500;
    background: rgba(255,255,255,0.9);
    color: #000;
    padding: 10px;
    font-size: 14px;
    line-height: 1.5;
    border-radius: 5px;
}

.man1-text p {
    font-family: "Inter", sans-serif;
    font-size: 18px;
    text-align: center;
    font-weight: 400;
    line-height: 140%;
    color: #326da5;
    margin-bottom: 20px;
}

.image-box {
    position: relative;
    display: block;
    overflow: hidden;
}

.image-box img {
    width: 100%;
    display: block;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6); /* black transparent */
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    transition: 0.4s ease;
}

.overlay h4 {
    font-family: "Inter", sans-serif;

    color: #fff;
    margin: 0;
    font-size: 16px;
    text-align: center;
}

.image-box:hover .overlay {
    opacity: 1;
}

/*=========inner pages=========*/

/*=========contact pages=========*/
.cont-text h6 {
    font-family: "Inter", sans-serif;
    font-size: 20px;
    text-align: justify;
    font-weight: 500;
    color: #326da5;
    margin-bottom: 20px;
}

.cont-text h2 {
    font-family: "Inter", sans-serif;
    font-size: 38px;
    text-align: left;
    font-weight: 600;
    color: #326da5;
    margin-bottom: 20px;
    line-height: 140%;
}

.cont-text p {
    font-family: "Inter", sans-serif;
    font-size: 18px;
    text-align: left;
    font-weight: 400;
    line-height: 140%;
    color: #000;
    margin-bottom: 20px;
}

.contact-section {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
    padding-top: 50px;
    max-width: 1000px;
    margin: auto;
}

.contact-box {
    display: flex;
    align-items: flex-start;
    gap: 20px;
}

.contact-box h3 {
    font-family: "Inter", sans-serif;

    margin: 0 0 5px;
    color: #326da5;
    font-size: 20px;
}

.contact-box p {
    margin: 0;
    font-family: "Inter", sans-serif;
    color: #000;
    font-size: 18px;
    line-height: 140%;
}

.contact-box p a{
    text-decoration: none;
    color: #000;
}

/* ICON STYLE */
/*.icon {
    width: 60px;
    height: 60px;
    background: #1ea0d7;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 24px;
}*/

/* Responsive */
@media(max-width: 768px){
    .contact-section {
        grid-template-columns: 1fr;
    }
}

.social-text h6 {
    font-family: "Inter", sans-serif;
    font-size: 18px;
    text-align: center;
    font-weight: 500;
    color: #326da5;
    margin-bottom: 20px;
}

.social-text p {
    font-family: "Inter", sans-serif;
    font-size: 24px;
    text-align: center;
    font-weight: 500;
    color: #326da5;
    margin-bottom: 20px;
}

.social-text p a{
    text-decoration: none;
    color:#326da5;
}

.social-flex{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.form-head h6 {
    font-family: "Inter", sans-serif;
    font-size: 20px;
    text-align: center;
    font-weight: 500;
    color: #fff;
    margin-bottom: 20px;
}

.form-head h2 {
    font-family: "Inter", sans-serif;
    font-size: 38px;
    text-align: center;
    font-weight: 600;
    color: #fff;
    margin-bottom: 20px;
    line-height: 140%;
}

.cont-flex{
    display: flex;
    align-items: center;
    justify-content: center;
}

.form-top{
    margin-top: -338px;
    position: relative;
}

.height{
    height: auto;
}

.map-top{
    margin-top: -150px;
    position: relative;
}
/*=========contact pages=========*/


/*=========footer=========*/

.ftr-text h3{
    font-family: "Inter", sans-serif;
    margin: 0;
    font-size: 20px;
    color: #fff;
    font-weight: 500;
    text-align: left;
    margin-bottom: 20px;
}   

.ftr-text p {
    font-family: "Inter", sans-serif;
    margin: 0;
    font-size: 16px;
    color: #fff;
    font-weight: 400;
    text-align: left;
}

.ftr-text p a{
    font-family: "Inter", sans-serif;

    text-decoration: none;
    color: #fff;
    font-size: 16px;

    font-weight: 400;
}

.ftr-text {
    list-style: disc;
    padding: 0;
    margin: 0;
    color: #fff;
    margin-left: ;
}

.ftr-text li {
    margin-bottom: 10px;
}

.ftr-text li a {
    font-family: "Inter", sans-serif;
    text-decoration: none;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    transition: 0.3s ease;
}

/* Hover Effect */
.ftr-text li a:hover {
    color: #fff;
    padding-left: 5px;
}

.pdg-left{
    padding-left: 75px;
}

.ftr-flex{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.text-left p{
    font-family: "Inter", sans-serif;
    margin: 0;
    font-size: 18px;
    color: #fff;
    font-weight: 400;
    text-align: left;
}

.text-right p{
    font-family: "Inter", sans-serif;
    margin: 0;
    font-size: 18px;
    color: #fff;
    font-weight: 400;
    text-align: right;
}

.text-right p a{
    font-family: "Inter", sans-serif;
    text-decoration: none;
    margin: 0;
    font-size: 18px;
    color: #fff;
    font-weight: 400;
    text-align: right;
}
/*=========footer=========*/

/*=========responsive=========*/
@media only screen and (max-width: 1600px) {

    .banner-txt h2 {
        font-size: 48px;
        margin-bottom: 15px;
    }

    .banner-txt h6 {
        margin-bottom: 15px;
    }

    .banner-txt p {
        margin-bottom: 15px;
    }

    .bg-clr5 {
        padding: 30px 60px;
    }

}

@media only screen and (max-width: 1580px) {

    .features {
        padding: 0px 20px;
    }

    .ab-img-pdg {
        padding: 50px;
    }

    .height {
        height: 45vh;
    }

    

}

@media only screen and (max-width: 1480px) {

    .banner-txt p {
        font-size: 16px;
    }
}

@media only screen and (max-width: 1360px) {

    .banner-txt p {
        font-size: 16px;
    }

    .banner-txt h2 {
        font-size: 38px;
    }

    .sec1-text h2 {
        font-size: 38px;
        margin-bottom: 5px;
    }

    .sec1-text h6 {
        margin-bottom: 5px;
    }

    .sec1-text p {
        margin-bottom: 5px;
        font-size: 16px;
    }

    .sec4-text h2 {
        font-size: 38px;
    }

    .card-box p {
        font-size: 16px;
    }

    .sec4-text p {
        font-size: 16px;
    }

    .content4-txt p {
        font-size: 16px;
    }

    .content-vm p {
        font-size: 16px;
    }

    .sec5-text h2 {
        font-size: 38px;
    }

    .sec5-text p {
        font-size: 16px;
    }

    .ftr-text p {
        font-size: 16px;
    }

    .text-left p {
        font-size: 16px;
    }

    .text-right p {
        font-size: 16px;
    }

    .ftr-text h3 {
        font-size: 20px;
    }

    .ftr-text li a {
        font-size: 16px;
    }

    .ftr-text p a {
        font-size: 16px;
    }

    .sec5-text h3 {
        font-size: 20px;
    }

    .discover-btn {
        padding: 10px 20px;
        font-size: 15px;
    }

    .contact-section {
        display: flex;
        gap: 20px;
        flex-direction: column;
    }

    .contact-section {
        padding-top: 5px;
    }

}

@media only screen and (max-width: 1360px) {

    .banner-txt h2 {
        font-size: 30px;
    }

    .banner-txt p {
        font-size: 14px;
    }


    .banner-txt h6 {
        font-size: 16px;
    }

}

@media only screen and (max-width: 960px) {

    .map-top {
        margin-top: 31px;
        /* position: relative; */
    }

    .cont-flex {
        flex-direction: column;
    }

    .col_sm88 {
        width: 98%;
    }

    .col_sm8 {
        width: 98%;
    }

    .height {
        height: 40vh;
    }

    .sex1-flex {
        flex-direction: column;
    }

    .col_sm2 {
        width: 98%;
    }

    .box-abt-over2 {
        display: none;
    }

    .why-flex {
        flex-direction: column;
    }

}


@media only screen and (max-width: 800px) {

    .btn-wrapper {
        margin-bottom: 30px;
    }

    .banner-flex {
        flex-direction: column;
    }

    .col_sm8 {
        width:100%;
    }

    .banner-bg {
        height: 90vh;
    }

    .col_sm88 {
        width: 98%;
    }

    .sex1-flex {
        flex-direction: column-reverse;
        gap: 23px;
    }

    .col_sm2 {
        width: 98%;
    }

    .mar-btm-se1 {
        margin-bottom: 143px;
        margin-top: 72px;
    }

    .sec4-text h2 {
        font-size: 28px;
    }

    .sec1-text h2 {
        font-size: 28px;
    }

    .col_sm22 {
        width: 100%;
    }

    .sec5-text h2 {
        font-size: 28px;
    }

    .mar-top5-1 {
        margin-top: 0px;
    }

    .col_sm4 {
        width: 98%;
    }

    .ftr-flex {
        flex-direction: column;
    }

    .pdg-left {
        padding-left: 0px;
    }

    .ftr-text li {
        margin-bottom: 10px;
        margin-left: 30px;
    }

    .ftr-text h3 {
        margin-top: 20px;
    }

    .text-right p {
        text-align: center;
    }

    .text-left p {
        text-align: center;
    }

    .disp{
        display: none;
    }

    .mar-top4 {
        margin-top: 5px;
    }

    .inner-banner-img {
        height: 250px;
    }

    .ma-flex {
        flex-direction: column;
    }

    .top3 {
        width: 90%;
    }

    .inner-banner-text h1 {
        font-size: 28px;
    }

    .inner-page-text h2 {
        font-size: 28px;
    }

    .machinery-text h2 {
        font-size: 24px;
        margin-top: 20px;
    }

}

@media only screen and (max-width: 600px) {

    .content h3 {
        text-align: center;
    }

    .content p {
        text-align: center;
    }

    .sec3-flex {
        flex-direction: column;
    }

    .bg-clr5 {
        padding: 30px 30px;
    }

    .form-head h2 {
        font-size: 28px;
    }

    .cont-text h2 {
        font-size: 28px;
    }

    .contact-box {
        align-items: center;
        flex-direction: column;
    }

    .contact-box h3 {
        text-align: center;
    }

    .contact-box p {
        text-align: center;
    }

    .inner-banner-img {
        height: 170px;
    }

    .img-icon {
        margin-top: 15px;
    }

    .col_sm5 {
        width: 48%;
    }

    .sec6-text h2 {
        font-size: 28px;
    }


}

@media only screen and (max-width: 460px) {

    .banner-txt h2 {
        font-size: 26px;
        text-align: center;
    }

    .banner-txt h6 {
        text-align: center;
    }

    .banner-txt p {
        text-align: center;
    }

    .ab-img-pdg {
        padding: 0px;
    }

    .box-abt-over {
        width: 100%;
        margin-top: 10px;
         position: unset; 
        
    }

    .sec4-text h2 {
        font-size: 28px;
    }

    .sec4-text h6 {
        font-size: 16px;
    }

    .sec5-text h2 {
        font-size: 28px;
        text-align: center;
    }

    .sec5-text h6 {
        font-size: 16px;
        margin-bottom: 10px;text-align: center;
    }

    .sec5-text h3 {
        text-align: center;
    }

    .sec5-text p {
        text-align: center;
    }

    .sex4-text p {
        margin-bottom: 20px;
    }

    .form-head h2 {
        font-size: 22px;
    }

    .cont-text h2 {
        font-size: 24px;
    }

    .machinery-text h2 {
        font-size: 24px;
        margin-top: 20px;
    }

}


