
p{
  font-size: 20px;
}

.headercolorb{
    background-color:#E64025;
    color:white;
    padding:10px 0px;
}
.bold{
    font-weight: bold;
}
.end{
    display: flex;
    justify-content: end;
    align-items: end;
    flex-direction: column;
}
.end3{
    display: flex;
    justify-content: end;
    align-items: end;
    flex-direction: column; 
}
.margin_5{
    margin-top: 5%;
}
.margin_8{
    margin-top: 5%;
}
.formback{
    background-color:#E64025;
    color:white;
    padding:3% 10%;
    height: 600px;
}
.flex{
    display: flex;
    justify-content: center;
    align-items:center ;
    flex-direction: column;

}
label{
    font-weight: bold;
}
.form-control{
    padding:8px 10px;
    box-shadow: 0px 4px 4px 0px #00000040;
}
.button1{
    margin-top: 5%;
    background-color: white;
    color:black;
    font-weight: bold;
    width:100%;
    border: none;
    padding:10px 10px;
    box-shadow: 0px 4px 4px 0px #00000040;
}
.align{
    text-align: center;
}
.width1{
    width:100%;
}
.section2back{
    background-color: black;
    color:white;
    height:40vh;
}
.backspsn1{
    background-color: #E64025;
    color:white;
    font-weight: bold;
    padding:10px 10px;
}
.section3back{
    background-color:  #F5F5F5;
    
   
   
}
.orange{
    color:#E64025;
}

.backsection3colorc{
    background-color: white;
    padding-top: 10%;
    box-shadow: 0px 4px 4px 0px #00000040;
    padding-bottom: 0;
    margin-bottom: 0;
   

}
.height4{
    height:700px;
}
.padtext1{
    padding:2%;
}
.imgornage{
    background-color: #E64025;
}

.padding_top{
    padding-top: 5%;
  }


.image-wrapper {
    position: relative;
    display: inline-block;
  }
  
  .image-wrapper::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 30%; /* Adjust the percentage for the background height */
    background-color: rgb(230, 63, 37); /* Your desired background color */
    z-index: 1; /* Ensures the background color is behind the image */
  }
  
  .width2 {
    display: block;
    width: 100%; /* Ensures the image takes the full width of its container */
    position: relative; /* Keeps the image on top of the pseudo-element */
  }


 

  .flex {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  
  .image-wrapper {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
  }
  
 
  .width2 {
    display: block;
    width: 100%;
    height: auto;
  }
  
  .padding_top {
    padding-top: 5%; /* Adjust top padding */
  }
  
  .end {
    margin-top: auto;
  }
  
  
/* //////////////////////////...........................2nd... */
.image-wrapper2 {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
  }
  
  .image-wrapper2::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 30%; /* Adjust the percentage for the background height */
    background-color: rgb(0, 0, 0); /* Your desired background color */
    z-index: 1; /* Ensures the background color is behind the image */
  }
  
  .width2 {
    display: block;
    width: 100%; /* Ensures the image takes the full width of its container */
    position: relative; /* Keeps the image on top of the pseudo-element */
  }
  
  .flex {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  
  
  
  .padding_top {
    padding-top: 5%; /* Adjust top padding */
  }
  
  .end {
    margin-top: auto;
  }
  






  /* ==================================================================== */
  .flex2{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  .button2{
    background-color: #E64025;
    color:white;
    border: none;
   padding:10px 40px;
   margin-bottom: 5%;
   box-shadow: 0px 4px 4px 0px #00000040;
  }
  .perosnsbackcolor{
    background-color: black;
    color:white;
  }
  .width3{
    width:100%;
    height:300px;
    margin: 0;
    padding:0;
  }
  .digit{
    font-size: 65px;
  }
  .orangebackground1{
    background-color: #E64025;
    color:white;
    margin: 0;
    padding:0;
    height:700px;
  }
  .paddingpr{
    padding:3%;
  }
  .button3{
    background-color: #ffffff;
    color:#E64025;
    border: none;
    font-weight: bold;
   padding:10px 40px;
   margin-bottom: 5%;
   box-shadow: 0px 4px 4px 0px #00000040;
  }
  .section7back{
    background-color:  #F5F5F5;
   
  }
  .whitebackgroundc0olor{
    background-color: white;
    box-shadow: 0px 4px 4px 0px #00000040;
padding:5%;
height:280px;
  }
  .triangle-container {
    position: relative;
    background-color: white;
    padding: 20px;
    text-align: center;
    box-shadow: 0px 4px 4px 0px #00000040;
}

.triangle-container::after {
    content: "";
    position: absolute;
    bottom: -30px; /* Adjust based on the triangle height */
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 30px solid transparent; /* Increase this for a wider triangle */
    border-right: 30px solid transparent; /* Increase this for a wider triangle */
    border-top: 30px solid white; /* Increase the border-top for a taller triangle */
}

.section31back{
    background-color:#E64025;
    color:white;
    height:45vh;
   margin-top: 5%;
}
.iconcolor{
    color: #E64025;
    font-size: 40px;
}
.footerbackgroungimg{
    background-image: url("../images/Group\ 24.png"); 
    background-repeat: no-repeat;
    background-size: cover;
    width:100%;
    height: 50vh; 
    position: relative; 
    background-position: center;
    padding: 0;
    overflow: hidden; /* Ensure the gradient doesn't overflow */
}


.white{
    color:white;
}
.gh{
    color:#E64025;
    font-size: 30px;
}



@media(max-width:768px){
    .end3{
        display: flex;
        justify-content: start;
        align-items: start;
        flex-direction: column;
    }
    .smllpadding{
        padding-top: 3%;
    }
    .smllmargin{
        margin-top: 45%;
    }
    .col-md-4{
        margin-top: 8%;
    }
    .col-md-8{
        margin-top: 5%;
    }
    .col-md-6{
        margin-top: 5%;
    }
    .mrgingrtsmall{
        margin-top: 25%;
    }
}