* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  text-decoration: none;
  text-transform: capitalize;
  font-family: "LBC";
  font-style: normal;
  transition: 0.3s all;
  scroll-behavior: smooth;
  font-family: "Cairo", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}

.divetion {
  /* border: 1px solid red; */
  width: 100%;
  /* padding: 10px; */
  /* height: 85vh; */

  /* margin: 10px; */
}
.aboutUs {
  /* border: 1px solid green; */
  display: flex;
  /* justify-content: center; */
  align-items: center;
  flex-direction: column;
  padding: 5% 10%;
  width: 100%;
  height: 100%;
  direction: rtl;
  /* direction: ltr; */
}
.aboutUs  div {
  /* border: 1px solid red; */
  width: 100%;
  margin: 80px 0px;
  height: 100%;
}
.Dateofestablishment {
    display: flex;
  justify-content: center;
  align-items: center;
  padding: 5px;
  /* border-bottom: 1px solid #221e1f; */
  /* border: 1px solid blue; */
  /* flex-direction: column; */
}
.Dateofestablishment > img{
    padding: 5px 50px;
    /* border: 1px solid red; */
    width: 50%;
    height: 100%;
}
.Dateofestablishment > div{
    /* border: 1px solid red; */
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.Dateofestablishment > div > h1{
    color: #221e1f;
    padding: 5px;
    /* border: 1px solid red; */
    width: 100%;
}
.Dateofestablishment > div > h1 > span{
    padding: 5px;
    color: #F31717;
    font-weight: 700;
    letter-spacing: 0px;
    /* border: 1px solid red; */
}
.Dateofestablishment > div > h1 > span:hover{
   letter-spacing: 5px;
}
.Dateofestablishment > div > span{
    padding: 5px;
    color: #5f6064;
    font-size: 120%;
    font-weight: 700;
    /* border: 1px solid red; */
}

.Vision {
    display: flex;
  justify-content: center;
  align-items: center;
  padding: 5px;
  /* border-bottom: 1px solid #221e1f; */
  /* border: 1px solid blue; */
  /* flex-direction: column; */
}
.Vision > img{
    padding: 5px 50px;
    /* border: 1px solid red; */
    width: 40%;
    height: 100%;
}
.Vision > div{
    /* border: 1px solid red; */
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.Vision > div > h1{
    color: #221e1f;
    padding: 5px;
    /* border: 1px solid red; */
    width: 100%;
}
.Vision > div > h1 > span{
    padding: 5px;
    color: #F31717;
    font-weight: 700;
    letter-spacing: 0px;
    /* border: 1px solid red; */
}
.Vision > div > h1 > span:hover{
   letter-spacing: 5px;
}
.Vision > div > span{
    padding: 5px;
    color: #5f6064;
    font-size: 120%;
    font-weight: 700;
    /* border: 1px solid red; */
}
.Vision > div > ul{
    padding: 0.5% 5%;
    color: #5f6064;
    /* font-size: 120%; */
    font-weight: 700;
    /* border: 1px solid red; */
}

.message {
    display: flex;
  justify-content: center;
  align-items: center;
  padding: 5px;
  /* border-bottom: 1px solid #221e1f; */
  /* border: 1px solid blue; */
  /* flex-direction: column; */
}
.message > img{
    padding: 5px 50px;
    /* border: 1px solid red; */
    width: 50%;
    height: 100%;
}
.message > div{
    /* border: 1px solid red; */
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.message > div > h1{
    color: #221e1f;
    padding: 5px;
    /* border: 1px solid red; */
    width: 100%;
}
.message > div > h1 > span{
    padding: 5px;
    color: #F31717;
    font-weight: 700;
    letter-spacing: 0px;
    /* border: 1px solid red; */
}
.message > div > h1 > span:hover{
   letter-spacing: 5px;
}
.message > div > span{
    padding: 5px;
    color: #5f6064;
    font-size: 120%;
    font-weight: 700;
    /* border: 1px solid red; */
}

.Achievements {
    display: flex;
  justify-content: center;
  align-items: center;
  padding: 5px;
  /* border-bottom: 1px solid #221e1f; */
  /* border: 1px solid blue; */
  /* flex-direction: column; */
}
.Achievements > img{
    padding: 5px 50px;
    /* border: 1px solid red; */
    width: 50%;
    height: 100%;
}
.Achievements > div{
    /* border: 1px solid red; */
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.Achievements > div > h1{
    color: #221e1f;
    padding: 5px;
    /* border: 1px solid red; */
    width: 100%;
}
.Achievements > div > h1 > span{
    padding: 5px;
    color: #F31717;
    font-weight: 700;
    letter-spacing: 0px;
    /* border: 1px solid red; */
}
.Achievements > div > h1 > span:hover{
   letter-spacing: 5px;
}
.Achievements > div > ul{
    padding: 0.5% 5%;
    color: #5f6064;
    /* font-size: 120%; */
    font-weight: 700;
    /* border: 1px solid red; */
}

@media (max-width: 1200px) { 
    .aboutUs  div {
        flex-direction: column;
      }
      .aboutUs  div > div > h1 , .aboutUs  div > div > span{
        text-align: center;
        font-size: 100%;
      }
      .aboutUs  img{
        width: 80%;
        height: 100%;
    }
      .aboutUs .Vision , .aboutUs .Achievements{
        flex-direction: column-reverse;
      }
 }

 @media only screen and (max-width: 768px) { 
    .aboutUs  img{
        width: 100%;
        height: 100%;
    }
  }