.about1{
    background-image: url("../IMAGES/About-US.webp");
    background-repeat: no-repeat;
    background-size: cover;
    height:70vh; 
    position: relative; 
    background-position: center;
    /* z-index:-1; */
    padding:0;
   
   
  }
  
  .about1::before {
    content: "";
    position: absolute;
    width: 100%;
    height:70vh;
    /* background-color: #384a6859; */
    background-color: #152b3f6c;
    z-index: 0; 
    padding:0;
    margin:0;
  }
  
  .text {
    position: relative; 
    z-index: 1; 
    color: white; 
  
  }
  .heightrow{
    height:70vh;
  }
 .margin_about5{
    margin-top: 5%;
 }
 .aboutimg1{
    width:100%;
    height:auto;
 }
 .imgback{
    background-image: url("../IMAGES/rectangle-9.webp");
    background-repeat: no-repeat;
    background-size: cover;
    height:300px;
    width:100%;
   border-radius: 15px;
    position: relative; 
    background-position: center;
    /* z-index:-1; */
    padding:0;  
 }
 .sizeh2{
    font-size: 35px;
 }

 .imgback2{
    background-image: url("../IMAGES/rectangle-10.webp");
    background-repeat: no-repeat;
    background-size: cover;
    height:300px;
    width:100%;
    border-radius: 15px;
    position: relative; 
    background-position: center;
    /* z-index:-1; */
    padding:0;  
 }
 .imgback3{
    background-image: url("../IMAGES/rectangle-4286.webp");
    background-repeat: no-repeat;
    background-size: cover;
    height:300px;
    width:100%;
    border-radius: 15px;
    position: relative; 
    background-position: center;
    /* z-index:-1; */
    padding:0;  
 }
 .imgback4{
    background-image: url("../IMAGES/rectangle-4287.webp");
    background-repeat: no-repeat;
    background-size: cover;
    height:300px;
    width:100%;
    border-radius: 15px;
    position: relative; 
    background-position: center;
    /* z-index:-1; */
    padding:0;  
 }
 .imgback5{
    background-image: url("../IMAGES/rectangle-4288.webp");
    background-repeat: no-repeat;
    background-size: cover;
    height:300px;
    width:100%;
    border-radius: 15px;
    position: relative; 
    background-position: center;
    /* z-index:-1; */
    padding:0;  
 }

.margin_about8{
    margin-top: 8%;
}
.bluecolorabout{
    color:#075EA5;
}

/* ... */
.accordion {
    background-color: #ffffff;
    color: #444;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
    transition: 0.4s;
    border-bottom: 1px solid #075EA5;

  }
  
  .active, .accordion:hover {
    background-color: #ffffff; 

  }
  
  .panel {
    padding: 0 18px;
    display: none;
    background-color: white;
    overflow: hidden;
    margin-top: 15px;
  }
  .widthcolumn{
    width:70%;
  }

  .hizeee{
    font-size:45px;
  }

  .email-form {
    display: flex;
    align-items: center;
}
.email-input {
    padding: 10px 20px;
    border-radius: 25px;
    border: 1px solid #ccc;
    outline: none;
    font-size: 16px;
    width:60%;
}
::placeholder{
    color:#444;
}

.send-button {
    padding: 10px 20px;
    border: none;
    border-radius: 25px;
    margin-left: 10px;
    background-color: #0366d6;
    color: white;
    font-size: 16px;
    cursor: pointer;
}
.send-button:hover {
    background-color: #0351a6;
}























  @media(max-width:1200px){
    .widthcolumn{
        width:80%;
      }
  }
  @media(max-width:993px){
    .widthcolumn{
        width:100%;
      }
      .col-lg-2{
        margin-top: 5%;
    }
  }



























 @media(max-width:768px){
    .col-md-2{
        margin-top: 5%;
    }
 }