body{
    overflow-x: hidden;
  }
  
  .containericons {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
  }

  .centered-div {
    text-align: center;
    background-color: #e9ecef;
    padding: 20px;
    border-radius: 10px;
    width: 100%; /* Occupy full screen width */
  }

  .iconsh2 {
    font-weight: bold;
  }

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

  .icon-container div {
    margin: 10px;
    flex: 1 0 150px; /* Each icon container takes a maximum width of 150px */
  }

  .icon-label {
    margin-top: 10px;
  }










  .blog-heading {
    text-align: center;
    margin-top: 20px;
    font-size: 24px;
    color: red; /* Light red text color */
  }

  .subheading {
    text-align: center;
    font-weight: bold;
    font-size: 30px;
    color: black;
    margin: 10px 10px;
  }

  .blog-para {
    text-align: center;
    font-size: 16px;
    margin-bottom: 20px;
  }

  .see-all-button {
    margin:auto;
    margin-bottom: 30px;
    height:45px;
    display: flex;
    text-align: center;
    font-size:14px;
    background-color: red;
    
    padding: 10px 20px;
    font-size: 18px;
    
    border: none;
    cursor: pointer;
   
  }
  .btnlink{
    color: white;
    text-decoration: none;
  }

 
  /* FLEXES */
  .flexescontainer {
    display: flex;
   
    justify-content: space-around;
    align-items: center;
    background-color: black;
    flex-wrap: wrap;
    width:auto;
    padding: 20px;
  }
  @media only screen and (min-width: 300px) and (max-width: 400px) {
.flexescontainer {
  flex-direction: column;}
}
  .left-div {
    flex: 1;
    color:white;
    padding: 20px;
    text-align: left;
  }

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

  .right-div {
    flex: 1;
    color:white;
    padding: 20px;
    text-align: left;
  }

  form {
    display: flex;
    flex-direction: column;
  }

  input, select, textarea {
    margin-bottom: 10px;
    padding: 10px;
    width: 100%;
    box-sizing: border-box;
  }

  button {
    background-color: red;
    color: white;
    padding: 10px;
    cursor: pointer;
    border: none;
  }

  @media (max-width: 768px) {
    .container {
      flex-direction: column;
    }
  }
  /* DIVS 2*/
  .custom-container {
    display: flex;
    margin-top: 20px;
    margin-bottom:20px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height:auto;
  }
  .custom-div {
    border: 1px solid #000;
    padding: 20px;
    margin: 10px;
    text-align: left;
    max-width: 400px;
    width: 100%;
  }
  .custom-number {
    color: red;
    font-weight: bold;
    font-size: 24px;
  }
  @media (min-width: 768px) {
    .custom-container {
      flex-direction: row;
    }
  }
/* SERVICES DIVS*/

@media (max-width: 768px) {
.servicesflex1{
display: flex;
margin:auto;
width:80%;
flex-direction:column;
}
  }

.servicesdivs{
width:100%;
height: auto;
margin-bottom: 30px;
margin:auto;
color:white;
}
.servicesflex1{
display: flex;
align-items: center;
justify-content: center;}

.service-container {
          text-align: center;
      }
      .our-services {
          margin-bottom: 20px;
      }
      .service-div {

          background-color: black;
          text-align: center;
          padding: 20px;
          margin: 20px;
          border-radius: 10px;
          margin-bottom: 20px;
      }
      .light-black {
          background-color: #333;
      }
      .red-button {
          background-color: red;
          color: white;
      }








  /* FOOTER*/
  .quicklinks{
    color: white;
    text-decoration: none;
  }
.main_footer {
    background-color: black;
    color: white;
    padding: 20px 0;
  }

  .footer-text {
    max-width: 300px;
    text-align: left;
  }

  .footer_para {
    margin-bottom: 20px;
  }

  .footer-icons {
    
    text-align: left;
  }

  .footer-icons a {
    color: white;
    margin: 0 10px;
    font-size: 1.5em;
  }

  .footer-links {
    margin-right: 20px;
    justify-content: center;
    text-align:center;
    align-items: center; 
  }

  .footer-links h5 {
    margin-bottom: 10px;
    align-items: center; 
  }

  .footer-links p {
    margin-bottom: 5px;
  }

  .get-in-touch {
    text-align: left;
    margin-left: 20px;
  }

  .contact-icons {
    text-align: left;
    padding-top: 10px;
  }

  .contact-icons p {
    margin-bottom: 5px;
  }

  .contact-icons hr {
    border-top: 1px solid white;
  }

  .copyright,
  .policy {
    text-align: center;
    margin-top: 20px;
  }

  .policy p {
    display: inline-block;
    margin-right: 10px;
  }











/*FIRST SECTION */
 @media only screen and (min-width: 300px) and (max-width: 400px) {
.flex_main {
  flex-direction: column;
  text-align: center;
}

.flex2 {
  width: 100%;
  margin: 0;
}

.flex1,
.flex2 {
  max-width: none;
}
}

  nav {
    z-index: 1;
    color: white;
    position: absolute;
    width: 100%;
  }
nav li{
font-size:20px;
}
  body {
    margin: 0;
    padding: 0;
    overflow-y: scroll;
  }

  .section-gradient {
    overflow: hidden;
    position: relative;
    background: linear-gradient(to right, #000080, #000080 70%, #ff8c00 70%, #ff8c00);
    color: white;
    text-align: center;
    padding: 40px;
  }

  .shape-divider {
    position: absolute;
    bottom: 0;
    width: 100%;
  }

  .flex_main {
    height:auto;
    display: flex;
    align-items: center;
    justify-content: center;
  }
 

  .flex1 {
   display: flex;
   flex-direction: column;
    max-width: 500px;
    margin: 20px;
  }
.flex1btn{
    width:100px;
    background-color:#ff8c00;
    color: white;
    padding: 10px;}

  .flex1 h1 {
    font-weight: bold;
    font-size: 50pxauto;
    text-align: left;
  }

  .flex2 {
    max-width: 500px;
    margin: 20px;
  }

  img {
    width: 100%;
    height: 100%;
  }

  .paraflex {
    margin-top: 20px;
    font-size: 20px;
    text-align: left;
  }