/*banner start*/
.banner{
  position: relative;
  background-color: #011329;
  height: 550px;
  display: flex;
  align-items: center;
}
.b_img1{
  bottom: 0;
  left: 0;
  position: absolute;
  height: 35%;
}
.b_img2{
  top: 0;
  right: 0;
  position: absolute;
  height: 40%;
  rotate: 180deg;
  opacity: 20%;
}
.b_text h1{
  font-size: 48px;
  font-weight: 900;
  color: var(--nameColor);
  text-transform: uppercase;
  font-family: 'BodoniFLF-Bold';
}
.b_text p{
  color: var(--whiteColor);
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  font-family: 'BodoniFLF-Bold';
}
.b_img img{
  display: flex;
  z-index: 2;
  border-radius: 50%;
}
/*banner end*/
/*ceo start*/
.ceo{}
.ceo_title{}
.ceo_title h2{
  
  text-align: center;
  border-bottom: 4px solid #eeba2b;
}
.ceo_text p{
  font-size: 20px;
  color: var(--contentColor);
  font-weight: 500;
  text-align: justify;

}
/*ceo end*/
/*leadership start*/
.leardership{
  background-color: #f2f2f2;
}
.lead_row1{}
.lead_row1 h2{
   
    color: var(--contentColor);
    font-weight: 800;

}
.lead_row1 p{
  font-size: 20px;
  color: var(--contentColor);
  font-weight: 500;
  text-align: justify;

}
.lead_row1 h4{
  font-size: 29px;
  color: var(--contentColor);
  font-weight: 800;
}
.lead_card{
  background-color: #ded8bb;
  padding: 20px;
  border-radius: 20px;
  margin-bottom: 30px;
}
/*leadership end*/
/*media start*/
/*Extra small devices (portrait phones, less than 576px)*/
@media (max-width: 575.98px) {
  .banner{
    height: auto;
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .b_img2 {
    height: 20%;
  }
  .b_img1 {
    height: 15%;
  }
  .b_text h1 {
    font-size: 40px;
  }
  .b_text p {
    font-size: 20px;
  }
/*  lead*/
  .lead_row1 h2 {
    font-size: 30px;
  }
  .lead_row1 h4 {
    font-size: 25px;
  }
  .lead_row1 p {
    font-size: 20px;
  }
}

/*Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) and (max-width: 767.98px) {
  .b_img2 {
    height: 30%;
  }
  .b_img1 {
    height: 20%;
  }
  .b_text h1 {
    font-size: 40px;
  }
  .b_text p {
    font-size: 20px;
  }
  /*  lead*/
  .lead_row1 h2 {
    font-size: 30px;
  }
  .lead_row1 h4 {
    font-size: 25px;
  }
  .lead_row1 p {
    font-size: 20px;
  }
}

/*Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) and (max-width: 991.98px) {
  .b_img2 {
    height: 30%;
  }
  .b_img1 {
    height: 20%;
  }
  .b_text h1 {
    font-size: 40px;
  }
  .b_text p {
    font-size: 22px;
  }
}

/*Large devices (desktops, 992px and up)*/
@media (min-width: 992px) and (max-width: 1199.98px) {
  
}

/*Extra Large devices (desktops, 992px and up)*/
@media (min-width: 1200px) and (max-width: 1399.98px) {
  
}

/*Extra Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1400px) {
  
}


