html {
  height: 100%;
  width: 100%;

}

section {
      padding-left: 30px;
      padding-right: 30px;
      max-width: 1000px;
      margin: auto;
      padding: 20px;
      
    }

.segBrandColor {
    color: #71a200;
    font-weight: bold;
  
}

.carousel .carousel-item  {
  height: 650px;
}

.carousel-item  img {
    position: absolute;
    top: 0;
    left: 0;
    
}

    .sectionServicesIcon {
      background-color: #002b3f;
      
    }



    .services {
      display: flex;
      width:fit-content;
      justify-content: center;
      padding: 20px;
    }

    .service {
      flex: 1;
      padding: 30px;
      text-align: center;
    }

    .service img {
      max-width: 100%;
      height: auto;
      object-fit: contain;
      max-height: 100px;
    }

    @media (max-width: 668px) {
      .services {
        flex-wrap: wrap;
      }

      .service {
        flex-basis: 100%;
      }
    }

    .services h5 {
     color: #ffffff;
    }


  .cta {
      padding: 20px;

    
  }

    .hero-titleGreen {
      color: #71a200;;
      text-align: center;
      margin-top: 40px;
    }

    .hero-titleWhite{
      color: #fff;
      text-align: center;
      margin-top: 40px;
      font-weight: bold;
    }

    .cta-buttonBlue {
      display: inline-block;
      padding: 12px 24px;
      background-color: #002b3f;
      color: #fff;
      text-decoration: none;
      font-weight: bold;
      border-radius: 4px;
      transition: background-color 0.3s ease;
    }

    .cta-buttonBlue:hover {
      background-color: #71a200;
            color: #fff;
    }



    .cta-buttonGreen, .btn-primary {
      display: inline-block;
      padding: 12px 24px;
      background-color: #71a200;
      color: #fff;
      text-decoration: none;
      font-weight: bold;
      border-radius: 4px;
      transition: background-color 0.3s ease;
    }

    .cta-buttonGreen:hover, .btn-primary:hover {
      background-color: #002b3f;
            color: #fff;
    }






/* Footer */

.footer {
    color: #000;
    font-size: 14px !important;
    text-align: center;
    background-color: #fff !important;
    padding-bottom: 0;
}

footer.bg-light.mt-5 {
    padding: 0;
    background-color: #fff !important;
    max-height: 16px;
    margin-top: 16px !important;
  
}


.footerAlt {
    color: #fff;
    font-size: 14px !important;
    text-align: center;
    background-color: #002b3f !important;
    padding-bottom: 0;
  
}

footer.bg-light.mt-5.footerAlt {
    padding: 0;
    background-color: #002b3f !important;

  
}




/* About US */

.bgComImage {
      background-image: url('https://drive.google.com/uc?export=view&id=1fMJ76WcQCfw6Cophfbi93KARVWMS5V7a') !important;
      background-repeat: no-repeat;
      background-size: cover !important;
    
    }

    .title {
      color: #002b3f;
      display: inline-block;
      padding-top: 20px;
      padding-bottom: 30px;
      
    }

    .comTitle {
      color: #002b3f;
      display: inline-block;
      padding-top: 50px;
      padding-bottom: 30px;
      
    }

    .highlight {
      background-color: #71a200;
      color: white;
      padding: 4px;
    }

.aboutUsDetails p {
      color: #002b3f;
      
 
}


    .row {
      display: flex;
      flex-direction: row;
      align-items: center;
      justify-content: space-between;
      margin-bottom: 20px;
    }

    .row:nth-child(odd) {
      flex-direction: row-reverse;
    }

    .row:last-child {
      padding-bottom: 30px;
    }


    .text {
      flex: 0 0 50%;
      color: #002b3f;
      font-size: 120%;
    }

    .comImage {
      flex: 0 0 50%;
      text-align: center;
      max-width: 400px;
      margin: auto;
    }

    .comImage img {
      max-width: 100%;
      height: auto;
    }




/* Services Page */

.servicesPage, .contactPage {
    background-color: #002b3f;
    color: #fff;
}

.navbar2 {
    display: inline-block;
  
}

.navDropdownText {
      color: #002b3f !important;
  
}

    .image-container {
      max-width: 950px;
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      margin: auto;
      margin-top: 20px;
      margin-bottom: 20px;
    }

    .image-container a {
       
      display: block;
      height: 175px;
      margin: 23px;
      background-color: inherit;
      border-radius: 5px;
      overflow: hidden;
    }

    .image-container img {
      height: 100%;
      object-fit: cover;
    }



.titleServices {
      color: #fff;
      display: inline-block;
      padding-top: 20px;
      padding-bottom: 30px;
      
    }

.servicesTitleCSS {
      color: #fff;
      font-size: 150%;
      padding-top: 40px;
      padding-bottom: 10px;  
}

.serviceDetails, .bannerServices p {
      color: #fff;

 
}

.titleServices1 {
      max-width:  155px;
    }

.titleServices2 {
      max-width: 234px;
    }

.titleServices3 {
      max-width: 145px;
    }

.titleServices4 {
      max-width:  245px; 
    }

.titleServices5 {
      max-width: 260px;      
    }

.titleServices6 {
      max-width: 193px;
    }

.titleServices7 {
      max-width: 174px;
    }

.titleServices8 {
      max-width: 198px;
   }






    /* Button Styles */
    .back-to-top {
      position: fixed;
      bottom: 400px;
      right: 20px;
      display: none;
      width: 40px;
      height: 40px;
      background-color: #333;
      color: #fff;
      text-align: center;
      line-height: 40px;
      cursor: pointer;
      border-radius: 4px;
    }

    /* Scroll Bar Styles */
    ::-webkit-scrollbar {
      width: 8px;
    }

    ::-webkit-scrollbar-track {
      background: #f1f1f1;
    }

    ::-webkit-scrollbar-thumb {
      background: #888;
    }

    ::-webkit-scrollbar-thumb:hover {
      background: #555;
      color: #002b3f;
    }

  .ctaServices {
      padding: 20px;
      background-color: white;
      background-image: url('https://drive.google.com/uc?export=view&id=1RXwfkjsAziX-opFievI83-PC4In3HRFc'); 
      background-size: cover; 
      text-align: right;
   
  }


.ctaServices h2 {
  max-width: 590px;
  align: right;
  margin-left: auto; 
  margin-right: 0;
}



/* Conatc Us Page*/

.contactForm {
   max-width: 60%;
  margin: auto;
  
}









/* Dynamic font size forscreen size */

    h1,h2 {
      font-size: 36px;
    }

    @media screen and (max-width: 801px) {
      h1,h2 {
        font-size: 28px;
      }
    }

    @media screen and (max-width: 576px) {
      h1,h2 {
        font-size: 24px;
      }
    }



    p,li {
      font-size: 20px;
    }

    @media screen and (max-width: 801px) {
      p,li {
        font-size: 18px;
      }
    }

    @media screen and (max-width: 576px) {
      p,li {
        font-size: 16px;
      }
    }

    @media screen and (max-width: 401px) {
      p,li {
        font-size: 14px;
      }
    }



/* Dynamic font size forscreen size */
    .responsive-image {
      max-height: 100%;
      height: auto;
    }

    @media (max-width: 900px) {
      .responsive-image {
        max-height: 500px;
      }
    
    @media (max-width: 750px) {
      .responsive-image {
        max-height: 400px;
      }
    }

   @media (max-width: 600px) {
      .responsive-image {
        max-height: 300px;
       }
    @media (max-width: 450px) {
      .responsive-image {
        max-height: 200px;
      }
    }


    






