body.home section.products-services .title-row h2 {
    margin-bottom: 25px;
    text-align: center;
}


/* Banner section Start */

.banner-section {
    width: 100%;
    min-height: 445px;
    position: relative;
    border-bottom: 5px solid #f7bd01;
    margin-bottom: 61px;
    padding-top: 75px;
    padding-bottom: 80px;
}

.banner-section::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.bg-video-wrap {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.bg-video-wrap video {
    position: absolute;
    left: 0;
    width: 100%;
    height: 315%;
    top: -175%;
    object-fit: cover;
}

.container {
    width: 100%;
    max-width: 1340px;
    padding: 0 20px;
    margin: 0 auto;
}

.banner-details {
    width: 100%;
    margin: 0 auto;
    color: #fff;
    /* padding-bottom: 23px; */
    position: relative;
    z-index: 3;
}

.banner-details span,
span.banner-heading {
    font-weight: 800;
    font-size: 44px;
    letter-spacing: 0.02em;
    line-height: 60px;
    font-family: 'Arial';
	-webkit-text-stroke-width: 1.5px;
    -webkit-text-stroke-color: black;
    margin-bottom: 11px;
    display: inline-block;
}

.banner-details p {
    font-size: 35px;
    line-height: 45px;
    font-weight: 600;
    margin-bottom: 36px;
    /* margin-top: 18px; */
    letter-spacing: 0.02em;
    color: #fff;
	font-family: 'Arial';
	-webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: black;
}

.contact-us-btn {
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    background-color: #f7bd01;
    padding: 19.5px 20px;
    width: 100%;
    max-width: 208px;
    text-align: center;
    outline: none;
    display: inline-block;
    letter-spacing: 0.02em;
    font-family: 'Sora';
}

.contact-us-btn:hover {
    background-color: #fff;
    color: #f7bd01;
    cursor: pointer;
}


/* Banner Section End */


/*  Banner-section responsive start  */


/* @media only screen and (max-width:1024px) {
    .banner-details h1,
    span.banner-heading{
        font-size: 34px;
        line-height: 46px;
        font-weight: 700;
    }
    .banner-details p{
       font-size: 25px;
              
    }
    .contact-us-btn{
        width: 100%;
        max-width: 160px;
        font-size: 16px;
        letter-spacing: 1px;
    }
  } */


/* @media only screen and (max-width:991px) {
    .banner-details h1,
    span.banner-heading{
        font-size: 34px;
        line-height: 48px;
        font-weight: 700;
    }
    .banner-details p{
       font-size: 25px;
              
    }
    .contact-us-btn{
        width: 100%;
        max-width: 158px;
        font-size: 16px;
        letter-spacing: 1px;
    }
  } */


/* @media only screen and (max-width:767px) {
    .banner-section {
       height: 380px;
       padding: 64px 0 64px;
       margin-bottom: 40px;
    }
   
    .banner-details p{
        font-size: 21px;
        margin-bottom: 38px;  
    }
    .contact-us-btn{
        width: 100%;
        max-width: 150px;
        font-size: 14px;
        letter-spacing: 1px;
        padding: 17.5px 20px
    }
  } */


/* @media only screen and (max-width:576px) {
   
   
     .banner-details p{
        font-size: 18px;
               
     }
     .contact-us-btn{
        width: 100%;
        max-width: 135px;
        font-size: 12px;
        letter-spacing: 1px;
        padding: 15.5px 17px;
     }
  } */


/* @media only screen and (max-width:479px) {
   
     .banner-details h1,
     span.banner-heading{
        font-size: 24px;
        line-height: 30px;
        font-weight: 600;
     }
     .banner-details p{
        font-size: 16px;
        margin-bottom: 20px;  
     }
     .contact-us-btn{
        width: 100%;
        max-width: 116px;
        font-size: 12px;
        letter-spacing: 1px;
        padding: 12.5px 0px;
     }
  } */


/* @media only screen and (max-width:320px) {
  
    .banner-details h1,
    span.banner-heading {
        font-size: 30px;
        line-height: 36px;
        font-weight: 600;
    }
    .banner-details p {
        font-size: 13px;
        margin-bottom: 20px;
    }

    .contact-us-btn {
        width: 100%;
        max-width: 116px;
        letter-spacing: 1px;
        padding: 11.5px 0px;
  }
  
  } */


/* Banner section responsive End  */


/* ab - section Css */

.ab-section {
    width: 100%;
    position: relative;
    margin-bottom: 100px;
}

body.home h2 {
    font-size: 48px;
    font-weight: 600;
    line-height: 58px;
}

.ab-section h1 {
    text-align: center;
    margin-bottom: 20px;
}

.content-row {
    display: flex;
    flex-direction: row;
    padding-top: 10px;
}

.img-box {
    width: 38.6%;
    position: relative;
}

.img-box img {
    max-width: 507px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: block;
    width: 100%;
}

.img-box::after {
    content: '';
    background-image: url(../image/Shape.png);
    background-size: cover;
    background-position: center;
    position: absolute;
    left: -16%;
    top: 9.7%;
    height: 300px;
    width: 178px;
    z-index: -1;
}

.img-box img {
    max-width: 507px;
    display: block;
    width: 100%;
}

.content-box {
    width: 60%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-left: 100px;
    margin-top: 16px;
}

body.home .content-box h2 {
    font-size: 30px;
    font-weight: 600;
    line-height: 45px;
    margin-bottom: 20px;
}

.content-box p {
    font-size: 18px;
    line-height: 30px;
    color: black;
    font-weight: 400;
    padding-right: 25px;
}


/* About Section End */


/* About Section Responsive Start */

@media screen and (max-width: 1520px) {
    .img-box::after {
        display: none;
    }
}

@media only screen and (max-width: 1439px) {
    /* body {
        padding-top: 153px;
    } */
}

@media only screen and (max-width:1199px) {
    .content-box {
        margin-top: 0px;
        padding-top: 0px;
    }
    body.home h2 {
        font-size: 42px;
        font-weight: 600;
        line-height: 50px;
    }
    body.home .content-box h2 {
        font-size: 28px;
        font-weight: 600;
        line-height: 40px;
        margin-bottom: 10px;
    }
}

@media only screen and (max-width:1024px) {
    .img-box img {
        max-width: 507px;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        display: block;
        width: 100%;
    }
    .content-box {
        margin-top: 0px;
    }
    .content-box {
        padding-left: 56px;
    }
    body.home h2 {
        font-size: 36px;
        font-weight: 600;
        line-height: 44px;
    }
    body.home .content-box h2 {
        font-size: 28px;
        font-weight: 600;
        line-height: 35px;
    }
    /* .content-box p {
        font-size: 19px;
    } */
}

@media only screen and (max-width:991px) {
    .img-box::after {
        position: absolute;
        left: -15%;
        top: 9.7%;
    }
    .img-box {
        position: relative;
    }
    .img-box img {
        position: sticky;
        top: 60px;
    }
    body.home h2 {
        font-size: 36px;
        font-weight: 600;
        line-height: 42px;
    }
    body.home .content-box h2 {
        font-size: 28px;
        font-weight: 600;
        line-height: 35px;
    }
    /* .content-box p {
        font-size: 19px;
        line-height: 27px;
    } */
    .content-box p {
        font-size: 16px;
        line-height: 26px;
        padding-right: 0;
    }
    /* .ab-section {
        margin-bottom: 75px;
    } */
}

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


/* @media only screen and (max-width:479px) {

    .img-box::after {
        position: absolute;
        left: -3%;
        top: 9.7%;
    }
    .content-row {
        padding-top: 20px;
    }

    .content-box h3 {
        font-size: 21px;
        font-weight: 600;
        line-height: 30px;
        padding-top: 20px;
    }

    body.home  h2 {
        text-align: center;
        font-size: 25px;
        font-weight: 600;
        line-height: 27px;
        margin-bottom: 10px;
    }
    .content-box p {
      font-size: 16px;
      line-height: 26px;
      margin-bottom: 20px;
    }
   
} */


/* @media only screen and (max-width:320px) {
    .content-row {
        padding-top: 12px;
    }

    .content-box h3 {
        font-size: 17px;
        font-weight: 500;
        line-height: 25px;
        padding-top: 20px;
    }

    body.home h2{
        text-align: center;
        font-size: 20px;
        font-weight: 600;
        line-height: 30px;
    }
    .content-box p {
        font-size: 15px;
        line-height: 20px;
        margin-bottom: 20px;
    }   
    
} */


/*  About Section Responsive End  */


/* Google Map Section */

.gm-section {
    width: 100%;
    position: relative;
    display: flex;
    align-items: end;
}

section.gm-section {
    line-height: 0;
    border-top: 5px solid #f7bd01;
}

section.gm-section iframe {
    width: 100%;
    height: 350px;
}


/* News page Css  */


/* News Page Start */

.news-section {
    margin-bottom: 100px;
}

.card .card-img {
    height: 300px;
}

.card .card-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.news-section h1 {
    margin-bottom: 40px;
}

.cards {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
}

.card {
    box-shadow: 0px 0px 20px #00000012;
    background: #ffffff;
}

.cards .card-wrapper {
    padding: 22px 33px 22px 33px;
}

.card-img img {
    width: 100%;
    height: 100%;
}

.card .card-title {
    font-size: 22px;
    line-height: 32px;
    font-family: 'Sora';
    font-weight: 600;
    letter-spacing: 0.02em;
}

.card .card-desc {
    margin-bottom: 0px;
    margin-top: 13px;
}

p.date {
    margin-bottom: 14px;
    color: #4487ca;
    letter-spacing: 0.02em;
}

@media only screen and (max-width: 1339px) {
    .content-box {
        padding-left: 70px;
    }
}

@media only screen and (max-width:1199px) {
    body.home section.products-services .title-row h2 {
        margin-bottom: 20px;
    }
    /* .banner-section {
        margin-bottom: 62px;
    } */
    .banner-details span,
    span.banner-heading {
        font-size: 38px;
        line-height: 50px;
    }
    .banner-details p {
        font-size: 24px;
        line-height: 38px;
    }
    .contact-us-btn {
        max-width: 170px;
        font-size: 16px;
        padding: 16px 14px;
    }
    .banner-section {
        min-height: 400px;
    }
    /* body {
        padding-top: 127px;
    } */
    .news-section .cards {
        grid-template-columns: repeat(2, 1fr);
    }
    .card .card-title {
        font-size: 20px;
        line-height: 30px;
    }
    .card .card-desc {
        margin-bottom: 0px;
    }
    .news-section h1 {
        margin-bottom: 30px;
    }
    .news-section {
        margin-bottom: 80px;
    }
    .ab-section {
        margin-bottom: 57px;
    }
    .content-box p {
        margin-bottom: 18px;
    }
}

@media only screen and (max-width:991px) {
    .ab-section {
        margin-bottom: 75px;
    }
}

@media only screen and (max-width:767px) {
    .contact-us-btn {
        width: 100%;
        max-width: 150px;
        font-size: 14px;
        letter-spacing: 1px;
        padding: 17.5px 20px
    }
    .banner-section {
        margin-bottom: 51px;
    }
    .card .card-title h3 {
        font-size: 20px;
    }
    .ab-section {
        margin-bottom: 30px;
    }
    .ab-section h1 {
        margin-bottom: 5px;
    }
    .img-box {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .img-box::after {
        position: absolute;
        left: 7%;
        top: 9.7%;
    }
    .content-row {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        padding-top: 15px;
    }
    .content-box {
        width: 100%;
        padding-left: 0px;
    }
    body.home h2 {
        font-size: 28px;
        font-weight: 600;
        text-align: center;
        line-height: 36px;
        margin-bottom: 5px;
    }
    body.home .content-box h2 {
        font-size: 26px;
        font-weight: 600;
        line-height: 35px;
        padding-top: 30px;
        margin-bottom: 10px;
        text-align: left;
    }
    /* .content-box p {
        font-size: 19px;
        line-height: 24px;
        margin-bottom: 13px;
    } */
    .banner-section {
        min-height: auto;
        padding-top: 56px;
        padding-bottom: 56px;
    }
    .banner-details span,
    span.banner-heading {
        font-size: 34px;
        line-height: 44px;
        margin-bottom: 9px;
    }
    .banner-details p {
        font-size: 20px;
        line-height: 30px;
    }
    .banner-details p {
        margin-bottom: 30px;
    }
    .cards {
        gap: 25px;
    }
    .cards .card-wrapper {
        padding: 24px 25px 19px 25px;
    }
    .card .card-img {
        height: 220px;
    }
    .news-section {
        margin-bottom: 60px;
    }
    .content-box p {
        margin-bottom: 14px;
    }
}

@media only screen and (max-width:576px) {
    .ab-section {
        margin-bottom: 28px;
    }
    .img-box::after {
        position: absolute;
        left: -2%;
        top: 9.7%;
    }
    body.home h2 {
        font-size: 25px;
        font-weight: 600;
        line-height: 35px;
    }
    /* .content-box p {
        font-size: 19px;
        line-height: 27px;
        margin-bottom: 12px;
    } */
    /* body {
        padding-top: 95px;
    } */
    .news-section .cards {
        grid-template-columns: repeat(1, 1fr);
    }
    .card .card-title {
        margin-bottom: 5px;
    }
    .news-section h1 {
        margin-bottom: 23px;
    }
    .card .card-title {
        font-size: 18px;
        line-height: 29px;
    }
    body.home section.products-services .title-row h2 {
        margin-bottom: 15px;
    }
}


/* News Page responsive End */