*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/* ---------------home-page-start--------------- */
/* header-section-start */

.carousel-item img{
    max-width: 100%;
    max-height: 700px;
}
#carouselHeaderDark .carousel-item {
    max-height: 400px;
}
.carousel-fade .carousel-item {
    opacity: 0;
    transition: opacity 1s ease-in-out;
    backface-visibility:visible;
}
.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-start,
.carousel-fade .carousel-item-prev.carousel-item-end {
    opacity: 1;
}
.carousel-fade .carousel-item-start,
.carousel-fade .carousel-item-end {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}
nav{
    box-shadow: 0px 0px 15px #fff;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    background-attachment: fixed; 
    background-image: url(header-footer-imgs/nav-footer-img.jpg);
    top: 0;
    position: fixed;
    padding: 40px 0px;
}
.navbar button{
    border: 2px solid #fff;
    background: #fff;
    color: #000;
    font-size: 12px;
    margin-top: 10px;
}
.carousel-caption{
    margin-bottom: 100px;
}
.carousel-caption h1{
    font-family: "Montserrat", sans-serif;
    font-style: italic;
    font-weight: 900;
    font-size: 52px;
    letter-spacing: 4%;
    line-height: 120%;
    color: #000;
    padding-bottom: 20px;
}
.navbar-nav .nav-item .nav-link{
    color: #fff;
}
.navbar-nav .nav-item .nav-link.active{
    color: #FFD700;
}
.navbar-nav .nav-item{
   font-size: 14px;
   font-family: "Poppins", sans-serif;
   font-weight: 400;
   letter-spacing: 4%;
}
/* header-section-close */

/* banner text styling */
.carousel-caption .banner-title,
.about-head .banner-title {
    user-select: none;
    text-shadow: 3px 3px 6px rgba(0,0,0,0.8);
    font-family: "Poppins", sans-serif !important;
    font-weight: 700 !important;
    letter-spacing: 1px;
    text-transform: uppercase;
    line-height: 1.2;
    font-size: 48px;
}

.carousel-caption .banner-title .brand-name,
.about-head .banner-title .brand-name {
    color: #ffdd46;
}

.carousel-caption .banner-title .company-text,
.about-head .banner-title .company-text {
    color: #ffffff;
}
body {
  /*background-color: #111010;  /* Light gray; darken to #e0e0e0 or #d0d0d0 */
}

/* main-section-start */
.main{
    margin: 60px 0px;
}
span{
    color: #1AA260;
}
.main-box1 h2{
    font-family: "Montserrat", sans-serif;
    font-style: italic;
    font-weight: 700;
    font-size: 32px;
    letter-spacing: 4%;
    line-height: 120%;
    color: #000;
    padding-bottom: 20px;
}
.main-box1 p{
    font-family: "Poppins", sans-serif;
    font-style: italic;
    font-size: 16px;
    letter-spacing: 6%;
    line-height: 160%;
    color: #000;
    padding-bottom: 20px;
}
.main-box1{
    max-width: 100%;
}
.main-box{
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    gap: 40px;
    flex-wrap: wrap;
}
.main-box>div{
    flex-basis: 350px;
    flex-grow: 1;
}
.main-box img{
    width: 100%;
}
.main-box1 button{
    display: block;
    background-color: #1AA260;
    color: #fff;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-size: 14px;
    padding: 6px 10px;
    border: 2px solid #1AA260;
    border-radius: 10px;
}
.main-box1 button a{
    color: #fff;
     font-weight: 400;
}
.main-box1 button:hover{
    color: #fff;
    background: #000;
}
.main-section-box{
    display: flex;
    flex-wrap: wrap;
    gap: 60px;
}
.main-box1 button a{
    color: #fff;
    text-decoration: none;
}
.main-box1 button a:hover{
    color: #fff;
}
.main-box-img{
    background-image: url(home-page-imgs/main-img2.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 40vh;
    background-attachment: fixed;
    padding: 60px;
    border-radius: 10px;
}
/* main-section-close */

/* our-services-section-start */
.our-services{
    margin-bottom: 60px;
}
.service-box{
    display: flex;
    justify-content: space-between;
    gap: 20px;
    flex-wrap: wrap;
}
.service-box>div{
    flex-basis: 250px;
    flex-grow: 1;
    padding: 20px;
    box-shadow: 0px 0px 20px #747474;
}
.service-box h3{
      font-family: "Montserrat", sans-serif;
    font-style: italic;
    font-weight: 900;
    font-size: 20px;
    letter-spacing: 6%;
    line-height: 140%;
    color: #000;
    text-align: center;
}
.service-box p{
    font-family: "Poppins", sans-serif;
    font-style: italic;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 6%;
    line-height: 160%;
    color: #000;
    padding-bottom: 10px;
    text-align: center;
}
.our-services h2{
    font-family: "Montserrat", sans-serif;
    font-style: italic;
    font-weight: 700;
    font-size: 38px;
    letter-spacing: 4%;
    line-height: 120%;
    color: #000;
    padding: 20px 0px;
    text-align: center;
}
.our-services h4{
    font-family: "Montserrat", sans-serif;
    font-style: italic;
    font-weight: 400;
    font-size: 20px;
    letter-spacing: 6%;
    line-height: 140%;
    color: #000;
    text-align: center;
    padding-bottom: 40px;
}
.boxx1{
  display: grid;
  place-items: center;
  margin-inline: 1rem;
} 
 
.card-container{
    display: grid;
    row-gap: 3rem;
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
    align-items: center;
}
.card-container img{
    display: block;
    max-width: 100%;
    border: 5px solid #000;
}
.card-container>div{
    display: block;
    max-width: 100%;
}
.card-article{
    position: relative;
    overflow: hidden;
}
.card-article .card-img{
    width: 250px;
    height: 160px;
    border-radius: 20px 0px 0px 0px;
}
.card-data{
    width: 380px;
    background-color: #ece6e6;
    padding: .5rem 1rem;
    box-shadow: 0 8px 10px hsla(157, 89%, 45%, 0.9);
    border-radius: 1rem;
    position: absolute;
    bottom: -9rem;
    left: 0;
    right: 0;
    margin-inline: auto;
    opacity: 0;
    transition: opacity 1s 1s;
}
.card-description{
    display: block;
    font-size: 18px;
    margin-bottom: .25rem;
    color: #1AA260;
}
.card-title{
    font-size: 16;
    font-weight: 400;
    color: #000;
    margin-bottom: .75rem;  
}
.card-article:hover .card-data{
    animation: show-data 1s forwards;
    opacity: 1;
    transition: opacity .3s;
}
.card-article:hover{
    animation: remove-overflow 2s forwards;
}
.card-article:not(:hover){
    animation: show-overflow 2s forwards;
}
.card-article:not(:hover) .card-data{
    animation: remove-data 1s forwards;
}
@keyframes show-data{
    50%{
        transform: translateY(-10rem);    
    }
    100%{
        transform: translateY(-7rem);
    }
}
@keyframes remove-overflow{
to{
    overflow: initial;
}
}
@keyframes remove-data{
    0%{
        transform: translateY(-7rem);
    }
     50%{
        transform: translateY(-10rem);
    }
     100%{
        transform: translateY( .5rem);
    }
}
@keyframes show-overflow{
    0%{
        overflow: initial;
        pointer-events: none;
    }
    50%{
        overflow: hidden;
    }
}

@media screen and (max-width: 340px){
    .boxx1{
        margin-inline: 1rem;
    }
    .card-data{
        width: 250px;
        padding: 1rem;
    }
}

@media screen and (min-width: 768px){
   .card-container{
    grid-template-columns: repeat(2, 1fx);
    column-gap: 1.5rem;
   }
}
 @media screen and (min-width: 1120px){
    .boxx1{
        height: 100vh;
    }
    .card-container{
        grid-template-columns: repeat(3, 1fx);
    }
    .card-img{
        width: 248px;
    }
    .card-data{
        width: 250px;
        padding-inline: 2.5rem;
    }
    .card-img{
       display: block;
       max-width: 100%;
       max-height: 100%;
    }
          
 }
.service-box{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 40px;
}
.service-box>div{
    flex-basis: 350px;
    flex-grow: 1;
    box-shadow: 20px 0px 20px #747474;
    padding: 20px;
}
/* our-services-section-close */

/* our-team-section-start */
.team-data{
    margin: 60px 0px;
}
.team-data h2{
    font-family: "Montserrat", sans-serif;
    font-style: italic;
    font-weight: 700;
    font-size: 32px;
    letter-spacing: 6%;
    line-height: 120%;
    color: #1AA260;
    padding: 20px 0px;
    text-align: center;
}
.team-boxx12 h3{
    font-family: "Montserrat", sans-serif;
    font-style: italic;
    font-weight: 700;
    font-size: 22px;
    letter-spacing: 6%;
    line-height: 120%;
    color: #000;
    text-align: center;
}
.team-boxx12 h6{
    font-family: "Montserrat", sans-serif;
    font-style: italic;
    font-weight: 700;
    font-size: 18px;
    letter-spacing: 6%;
    line-height: 120%;
    color: #585858;
    text-align: center;
}
.team-boxx12 p{
    font-family: "Poppins", sans-serif;
    font-style: italic;
    font-weight: 400;
    font-size: 16px;
    letter-spacing: 6%;
    line-height: 120%;
    color: #747474;
    text-align: center;
    margin-bottom: 40px;
}
.team-boxx12{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.team-boxx12>div{
    flex-basis: 450px;
    flex-grow: 1;
    padding: 30px;
}
.our-team{
    margin: 60px 0px;
    box-shadow: 0px 10px 10px;
    padding: 20px;
}
.our-team h2{
    font-family: "Montserrat", sans-serif;
    font-style: italic;
    font-weight: 700;
    font-size: 32px;
    letter-spacing: 6%;
    line-height: 120%;
    color: #1AA260;
    padding: 20px 0px;
    text-align: center;
}
.our-team p{
    font-family: "Poppins", sans-serif;
    font-style: italic;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 6%;
    line-height: 160%;
    color: #000;
    padding-bottom: 10px;
    text-align: center;
}
.team-box>div{
    box-shadow: 0px 20px 20px #bbbbbb;
}
.team-btn{
    display: block;
    background-color: #000;
    color: #fff;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-size: 14px;
    padding: 4px 15px;
    border: 2px solid #000;
    border-radius: 10px;
    display: block;
    margin: auto;
    margin-bottom: 10px;
    margin-top: 20px;
}
.team-btn:hover{
    color: #fff;
    background-color: #1AA260;
}
.team-btn a{
    color: #fff;
    text-decoration: none;
}
.our-team img{
    display: block;
    max-width: 100%;
    border: 8px solid #000;
}
.team-box{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 20px;
}
.team-box>div{
   flex-basis: 250px;
   flex-grow: 1;
   box-shadow: 0px 20px 20px #747474;
}

/* our-team-section-close */

/* project-section-start */
/* project section start */
.project{
   padding: 20px;
   background-color: #fff;
   margin: 60px 0px;
}

/*placements partners section start*/
/* carousel styling here */
.our-placements-wrapper {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.our-placements {
    display: flex;
    gap: 30px;
    animation: scrollSlider 20s linear infinite;
}


.our-placements img {
    width: 100px;
    object-fit: contain;
    flex-shrink: 0;

}

@keyframes scrollSlider {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-200%);
    }
}

/* crousal styling  end here */


.placements-partners h2 {
 font-family: "Montserrat", sans-serif;
    font-style: italic;
    font-weight: 700;
    font-size: 32px;
    letter-spacing: 4%;
    line-height: 120%;
    color: #000;
    padding: 20px 0px;
    text-align: center;
}

.placements-partners {
    margin: 10px 0px;
}

.Our-placements {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
}

.Our-placements img {
    display: block;
    max-width: 100%;
}

/*placements partners section close*/
.project-boxs{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px;
    margin: 40px 0px;
}
.project-boxs h3{
    font-family: "Montserrat", sans-serif;
    font-style: italic;
    font-weight: 700;
    font-size: 22px;
    letter-spacing: 6%;
    line-height: 120%;
    color: #000;
    text-align: center;
}
.project-boxs p{
    font-family: "Poppins", sans-serif;
    font-style: italic;
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 6%;
    line-height: 160%;
    color: #585858;
    padding-bottom: 10px;
    text-align: center;
}
.project-boxs>div{
    flex-basis: 300px;
    flex-flow: 1;
    box-shadow: 0px 20px 30px #747474;
    padding: 20px;
}
 #carouselExampleControlsNoTouching{
    width: 100%;
    display: block;
    margin: auto;
    border: 5px solid #585858;
 }
#carouselExampleControlsNoTouching button span{
    color: #1AA260;
   background-color: #1AA260;
   border-radius: 50%;
}
/* project-section-close */

/* footer-section-start */
footer{
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    background-attachment: fixed;
    padding: 60px;
    background-image: url(header-footer-imgs/nav-footer-img.jpg);
}
.footer{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 20px;
}
.footicon{
    display: flex;
    align-items: center;
    gap: 5px;
}
.footer-box{
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.footer-box h2{
    font-family: "Montserrat", sans-serif;
    font-style: italic;
    font-weight: 400;
    font-size: 20px;
    letter-spacing: 4%;
    line-height: 120%;
    color: #fff;
    text-align: left;
}
.footer-box h6{
    font-family: "Montserrat", sans-serif;
    font-style: italic;
    font-weight: 400;
    font-size: 16px;
    letter-spacing: 4%;
    line-height: 120%;
    color: #c4c4c4;
    text-align: left;
}
.footer-box p{
    font-family: "Poppins", sans-serif;
    font-style: italic;
    text-align: left;
    font-size: 14px;
    letter-spacing: 6%;
    line-height: 160%;
    color: #c4c4c4;
    padding-bottom: 20px;
}
.footer-box a{
    color: #c4c4c4;
    text-decoration: none;
}
.footer-box i{
    color: #fff;
    font-size: 20px;
}
.footer-box i:hover{
    color: #1AA260;
}
.footer-box ul li{
    list-style-type: square;
    font-family: "Poppins", sans-serif;
    color: #c4c4c4;
    text-align: left;
    font-size: 16px;
    letter-spacing: 6%;
    line-height: 160%;
}
.footer-box ul li a{
    text-decoration: none;
    color: #c4c4c4;
    text-align: left;
}
.footer-box ul li a:hover{
    text-decoration: none;
    color: #1AA260;
}
/* copyright */
.copyright{
    background-color: #fff;
    color: #fff;
    padding: 10px ;
}
.copyright a{
    color: #1AA260;
    text-decoration: none;
    text-align: center;
    display: block;
    margin: auto;
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    font-weight: 600;
}
/* footer-section-close */

/* ---------------home-page-close--------------- */

/* ---------------about-page-start-------------- */

/* about-head-section-start */
.about-head{
    background-image: url(about-page-imgs/about-page-herobg.avif);
    background-repeat: no-repeat;
    background-size: cover;
    max-width: 100%;
    background-attachment: fixed;
    padding: 40px;
    height: 350px;
}
.about-head h2{
    font-family: "Montserrat", sans-serif;
    font-style: italic;
    font-weight: 900;
    font-size: 46px;
    letter-spacing: 6%;
    line-height: 140%;
    color: #026542;
    text-align: center;
    margin-top: 100px;
}
.about-head P{
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-style: italic;
    text-align: center;
    font-size: 14px;
    letter-spacing: 6%;
    line-height: 160%;
    color: #fff;
    padding-bottom: 20px;
}
/* about-head-section-close */
/* about section start */
.about{
    margin-top: 60px;
}
.about h2{
    font-family: "Montserrat", sans-serif;
    font-style: italic;
    font-weight: 700;
    font-size: 32px;
    letter-spacing: 6%;
    line-height: 120%;
    color: #1AA260;
    padding: 20px 0px;
    text-align: center;
}
.about img{
    display: block;
    margin: auto; 
    border: 2px solid #000;
    box-shadow: 20px 10px 10px #000;
    margin-bottom: 20px;
    max-width: 500px;
}
.about p{
    font-family: "Poppins", sans-serif;
    font-style: italic;
    font-weight: 300;
    font-size: 16px;
    letter-spacing: 4%;
    line-height: 120%;
    color: #000;
    padding: 4px 0px;
    text-align: justify;
}
/* about section close */
/* our veersion section start */
.Our-Vision{
    margin-top: 60px;
}
.Our-Vision h2{
   font-family: "Montserrat", sans-serif;
    font-style: italic;
    font-weight: 700;
    font-size: 32px;
    letter-spacing: 6%;
    line-height: 120%;
    color: #1AA260;
    padding: 20px 0px;
    text-align: center;
}
.our-version-box{
    display: flex;
    justify-content: space-between;
    gap: 40px;
    align-items: center;
    flex-wrap: wrap;
}
.our-version-box>div{
    flex-basis: 350px;
    flex-grow: 1;
}
.our-version-box img{
    display: block;
    max-width: 100%;
}
.our-version-box h3{
   font-family: "Montserrat", sans-serif;
    font-style: italic;
    font-weight: 400;
    font-size: 22px;
    letter-spacing: 6%;
    line-height: 120%;
    color: #000;
    padding: 10px 0px;
    text-align: left;
}
.our-version-box p{
    font-family: "Poppins", sans-serif;
    font-style: italic;
    font-weight: 300;
    font-size: 16px;
    letter-spacing: 4%;
    line-height: 120%;
    color: #000;
    padding: 4px 0px;
    text-align: left;
}
.Our-Vision p{
     font-family: "Poppins", sans-serif;
     font-style: italic;
    font-weight: 300;
    font-size: 16px;
    letter-spacing: 4%;
    line-height: 120%;
    color: #000;
    padding: 4px 0px;
    text-align: justify;
}
/* our version section close */

/* ---------------about-page-close-------------- */

/* ---------------services-page-start------------ */

.service-head{
    background-image: url(about-page-imgs/about-page-herobg.avif);
    background-repeat: no-repeat;
    background-size: cover;
    max-width: 100%;
    background-attachment: fixed;
    padding: 40px;
    height: 350px;
}
.service-head h2{
    font-family: "Montserrat", sans-serif;
    font-style: italic;
    font-weight: 900;
    font-size: 46px;
    letter-spacing: 6%;
    line-height: 140%;
    color: #026542;
    text-align: center;
    margin-top: 100px;
}
.service-head P{
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-style: italic;
    text-align: center;
    font-size: 14px;
    letter-spacing: 6%;
    line-height: 160%;
    color: #fff;
    padding-bottom: 20px;
}

.services{
    margin-top: 60px;
    box-shadow: 0px 20px 10px #747474;
    padding: 40px;
    margin-bottom: 40px;
}
.services h2{
    font-family: "Montserrat", sans-serif;
    font-style: italic;
    font-weight: 700;
    font-size: 32px;
    letter-spacing: 6%;
    line-height: 120%;
    color: #1AA260;
    padding: 20px 0px;
    text-align: center;
}
.services p{
    font-family: "Poppins", sans-serif;
    font-style: italic;
    font-weight: 300;
    font-size: 16px;
    letter-spacing: 4%;
    line-height: 140%;
    color: #000;
    padding: 4px 0px;
    text-align: center;
}
.service-box2{
    display: flex;
    justify-content: space-between;
    gap: 20px;
    flex-wrap: wrap;
    align-items: center;
    margin-top: 60px;
}
.service-box2 h3{
   font-family: "Montserrat", sans-serif;
    font-style: italic;
    font-weight: 700;
    font-size: 22px;
    letter-spacing: 6%;
    line-height: 120%;
    color: #1AA260;
    text-align: left;
}
.service-box2 p{
   font-family: "Poppins", sans-serif;
   font-style: italic;
    font-weight: 300;
    font-size: 16px;
    letter-spacing: 4%;
    line-height: 140%;
    color: #000;
    text-align: left;
}
.service-box2 img{
display: block;
   width: 400px;
}
.service-box2>div{
    flex-basis: 250px;
    flex-grow: 1;
}
.services-boxxes h3{
    font-family: "Montserrat", sans-serif;
    font-style: italic;
    font-weight: 700;
    font-size: 22px;
    letter-spacing: 6%;
    line-height: 120%;
    color: #000;
    text-align: center;
}
.services-boxxes p{
    font-family: "Poppins", sans-serif;
   font-style: italic;
    font-weight: 300;
    font-size: 16px;
    letter-spacing: 4%;
    line-height: 140%;
    color: #585858;
    text-align: center;
}
.services-boxxes i{
    color: #585858;
    font-size: 26px;
    display: block;
    margin: auto ;
    margin-bottom: 10px;
}
.services-boxxes{
    display: flex;
    justify-content: space-between;
    gap: 40px;
    flex-wrap: wrap;
}
.services-boxxes>div{
    flex-grow: 1;
    flex-basis: 250px;
   box-shadow: 0px 0px 30px #747474;
    padding: 20px;
}
.products-box{
    display: flex;
    justify-content: center;
    gap: 40px;
    flex-wrap: wrap;
}
.products-box img{
    display: block;
    width: 350px;
    border-radius: 20px;
    box-shadow: 0px 0px 8px #ece6e6;
}
/* ---------------services-page-close------------ */

/* ---------------------------Ongoing-Projects-page-start----------------- */
.Projects-one{
    margin: 60px 0px;
    box-shadow: 0px 0px 10px;
    padding: 40px;
}
.Projects-one h2{
     font-family: "Montserrat", sans-serif;
    font-style: italic;
    font-weight: 700;
    font-size: 32px;
    letter-spacing: 6%;
    line-height: 120%;
    color: #000;
    padding: 20px 0px;
    text-align: center;
}
.accordion-button{
    gap: 40px;
    flex-wrap: wrap;
}
.Projects-one span{
    font-family: "Montserrat", sans-serif;
    font-style: italic;
    font-weight: 700;
    font-size: 32px;
    letter-spacing: 6%;
    line-height: 120%;
    color: #1AA260;
    padding: 20px 0px;
    text-align: center;
}
.accordion-header img{
    display: block;
    width: 200px;
}
.accordion img{
    display: block;
    width: 100px;
}
.accordion-item h3{
    font-family: "Montserrat", sans-serif;
    font-style: italic;
    font-weight: 700;
    font-size: 22px;
    letter-spacing: 6%;
    line-height: 120%;
    color: #1AA260;
    text-align: left;
}
.accordion-item h4{
     font-family: "Montserrat", sans-serif;
    font-style: italic;
    font-weight: 500;
    font-size: 20px;
    letter-spacing: 6%;
    line-height: 120%;
    color: #000;
    text-align: left;
}
.accordion-item p{
    font-family: "Poppins", sans-serif;
    font-style: italic;
    font-weight: 400;
    font-size: 16px;
    letter-spacing: 6%;
    line-height: 120%;
    color: #747474;
    text-align: left;
    margin-bottom: 40px;
}

/* ---------------------------Ongoing-Projects-page-close----------------- */

/* ---------------------------team-page-start----------------- */
.team-data{
    margin: 60px 0px;
}
.team-data h2{
    font-family: "Montserrat", sans-serif;
    font-style: italic;
    font-weight: 700;
    font-size: 32px;
    letter-spacing: 6%;
    line-height: 120%;
    color: #1AA260;
    padding: 20px 0px;
    text-align: center;
}
.team-boxx12 h3{
    font-family: "Montserrat", sans-serif;
    font-style: italic;
    font-weight: 700;
    font-size: 22px;
    letter-spacing: 6%;
    line-height: 120%;
    color: #000;
    text-align: center;
}
.team-boxx12 h6{
    font-family: "Montserrat", sans-serif;
    font-style: italic;
    font-weight: 700;
    font-size: 18px;
    letter-spacing: 6%;
    line-height: 120%;
    color: #585858;
    text-align: center;
}
.team-boxx12 p{
    font-family: "Poppins", sans-serif;
    font-style: italic;
    font-weight: 400;
    font-size: 16px;
    letter-spacing: 6%;
    line-height: 120%;
    color: #747474;
    text-align: center;
    margin-bottom: 40px;
}
.our-clients h3{
    font-family: "Montserrat", sans-serif;
    font-style: italic;
    font-weight: 700;
    font-size: 22px;
    letter-spacing: 6%;
    line-height: 120%;
    color: #000;
    text-align: left;
}
.our-clients h6{
    font-family: "Montserrat", sans-serif;
    font-style: italic;
    font-weight: 700;
    font-size: 18px;
    letter-spacing: 6%;
    line-height: 120%;
    color: #585858;
    text-align: left;
}
.our-clients p{
    font-family: "Poppins", sans-serif;
    font-style: italic;
    font-weight: 400;
    font-size: 16px;
    letter-spacing: 6%;
    line-height: 120%;
    color: #747474;
    text-align: left;
    margin-bottom: 40px;
}
.team-boxx12{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.team-boxx12>div{
    flex-basis: 450px;
    flex-grow: 1;
    padding: 30px;
}
.team{
    margin: 60px 0px;
    box-shadow: 0px 10px 10px;
    padding: 20px;
}
.team h2{
    font-family: "Montserrat", sans-serif;
    font-style: italic;
    font-weight: 700;
    font-size: 32px;
    letter-spacing: 6%;
    line-height: 120%;
    color: #1AA260;
    padding: 20px 0px;
    text-align: center;
}
.team-box>div{
    box-shadow: 0px 20px 20px #bbbbbb;
}
.Questions-box{
    display: flex;
    justify-content: space-between;
    gap: 40px;
    align-items: center;
    flex-wrap: wrap;
}
.Questions-box>div{
    flex-basis: 250px;
    flex-grow: 1;
}
.team-box{
    margin: 40px 0px;
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.team-box>div{
    flex-basis: 150px;
    flex-grow: 1;
}
.team-box img{
    display: block;
    margin: auto;
    max-width: 100%;
    max-height: 200px;
   
}
.team-box h6{
    font-family: "Montserrat", sans-serif;
    font-style: italic;
    font-weight: 500;
    font-size: 18px;
    letter-spacing: 6%;
    line-height: 120%;
    color: #585858;
    text-align: center;
    padding-top: 10px;
}
.team-box p{
    font-family: "Poppins", sans-serif;
    font-style: italic;
    font-weight: 400;
    font-size: 16px;
    letter-spacing: 6%;
    line-height: 140%;
    color: #c4c4c4;
    text-align: center;
}
.team-box h3{
    font-family: "Montserrat", sans-serif;
    font-style: italic;
    font-weight: 700;
    font-size: 20px;
    letter-spacing: 6%;
    line-height: 120%;
    color: #1AA260;
    text-align: center;
    padding-top: 10px;
}
.team p{
    font-family: "Poppins", sans-serif;
    font-style: italic;
    font-weight: 400;
    font-size: 16px;
    letter-spacing: 6%;
    line-height: 160%;
    color: #000;
    text-align: center;
}
.deployed-employees{
    margin: 60px 0px;
}
.deployed-employees h2{
    font-family: "Montserrat", sans-serif;
    font-style: italic;
    font-weight: 700;
    font-size: 32px;
    letter-spacing: 6%;
    line-height: 120%;
    color: #1AA260;
    padding: 20px 0px;
    text-align: center;
}
.employees{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 40px;
}
.employees img{
    display: block;
    width: 250px;
    height: 250px;
    box-shadow: 20px 20px 0px #c8f7d2;
    border: 1px solid #1AA260;
    border-radius: 20px 0px 20px 0px ;
}
.our-clients{
    margin: 60px 0px;
}
.our-clients h2{
    font-family: "Montserrat", sans-serif;
    font-style: italic;
    font-weight: 700;
    font-size: 32px;
    letter-spacing: 6%;
    line-height: 120%;
    color: #1AA260;
    padding: 20px 0px;
    text-align: center;
}
/* ---------------------------team-page-close----------------- */

/* ------------------------------regestration-form-page-start---------------------- */
.form-box{
    margin-top: 20px;
}
.form-box h2{
    font-family: "Montserrat", sans-serif;
    font-style: italic;
    font-weight: 700;
    font-size: 32px;
    letter-spacing: 6%;
    line-height: 120%;
    color: #1AA260;
    padding: 40px 0px;
    text-align: center;
}
form{
    margin-bottom: 60px;
    box-shadow: 0px 10px 5px #888a89;
    padding: 30px;
}
label{
    color: #000;
    font-weight: 500;
}
form button{
    background-color: #1AA260;
    border: none;
}
form button:hover{
    background-color: #000;
    color: #fff;
}
/* ------------------------------regestration-form-page-close----------------------- */

/* ------------------------------contact-page-start--------------------------------- */
.contact{
    margin: 60px 0px;
}
.contact h2{
     font-family: "Montserrat", sans-serif;
    font-style: italic;
    font-weight: 700;
    font-size: 32px;
    letter-spacing: 6%;
    line-height: 120%;
    color: #1AA260;
    text-align: center;
}
.contact-box{
    display: flex;
    justify-content: space-between;
    gap: 20px;
    flex-wrap: wrap;
    align-items: center;
    margin-top: 40px;
    box-shadow: 0px 0px 10px #585858;
    padding: 20px;
    border-radius: 20px;
}
.cont-box1 h2{
   font-family: "Montserrat", sans-serif;
    font-style: italic;
    font-weight: 700;
    font-size: 22px;
    letter-spacing: 6%;
    line-height: 120%;
    color: #000;
    text-align: left;
}
.cont-box1 p{
    font-family: "Poppins", sans-serif;
    font-style: italic;
    font-weight: 400;
    font-size: 16px;
    letter-spacing: 6%;
    line-height: 160%;
    color: #000;
    text-align: left;
}
.cont-box1 h6{
    font-family: "Montserrat", sans-serif;
    font-style: italic;
    font-weight: 700;
    font-size: 22px;
    letter-spacing: 6%;
    line-height: 120%;
    color: #000;
    text-align: left;
}
.cont-box1 a{
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-size: 16px;
    letter-spacing: 6%;
    line-height: 160%;
    color: #000;
    text-align: left;
}
.contact-box>div{
    flex-basis: 300px;
    flex-grow: 1;
}
.cont-box1 button{
    background-color: #747474;
    border: none;
}
.cont-box1 button:hover{
    background-color: #000;
    color: #fff;
}
input:hover{
    border: 1px solid #747474;
    box-shadow: 0px 0px 10px #747474;
}
/* ------------------------------contact-page-close--------------------------------- */

/* media-section-start */
@media screen and (max-width:1200px) {
.carousel-caption{
        margin-bottom: 100px;
    }
    .carousel-inner div img{
        display: block;
        max-width: 100%;
    }
     .carousel-caption h1{
        font-size: 45px;
    }
    .navbar-nav .nav-item .nav-link{
        font-size: 12px;
    }
    .navbar img{
        display: block;
        max-width: 100%;
    }
    .main-box img{
        display: block;
        max-width: 100%;
    }
    .main-box-img{
        max-width: 100%;
        max-height: 30vh;
    }
    .card-data{
        display: block;
        max-width: 100%;
    }
    .about img{
        display: block;
        max-width: 100%;    
    }
    .service-box2 img{
    display: block;
    max-width: 100%;
}
.accordion img{
    display: block;
    max-width: 100%;
}
.card1 .img1 img{
    display: block;
    max-width: 100%;
    max-height: 100%;
}
.employees img{
    display: block;
    max-width: 100%;
    max-height: 100%;
}
}
@media screen and (max-width:1000px) {
     .footer{
       display: flex;
       flex-direction: column;
       justify-content: center;
    }
     .main-section-box h2{
        font-size: 22px;
    }
     .main-section-box button{
       font-size: 12px;
    }
    .service-box{
        display: block;
        max-width: 100%;
        max-height: 100%;
    }
    .our-team>div{
        max-width: 100%;
        display: block;
    }
    .contact{
        display: block;
        max-width: 100%;
    }
    .contact-box{
        max-width: 100%;
    }
    .products-box img{
        display: block;
        max-width: 100%;
    }
   
}
@media screen and (max-width:900px) {
.carousel-caption{
        margin-bottom: 60px;
    }
     .carousel-caption h1{
        font-size: 25px;
    }
    .cont-box1{
        display: block;
        max-width: 100%;
    }
   
}
@media screen and (max-width:450px) {
.carousel-caption{
        margin-bottom: 10px;
    }
     .carousel-caption h1{
        font-size: 22px;
    }
     .footer-box a{
        font-size: 12px;
    }
    .service-head h2{
        font-size: 30px;
    }
    .about-head h2{
        font-size: 30px;
    }
     .cont-box1 h6 a{
        font-size: 10px;
        color: #000;
    }
}
/* media-section-close */