* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body {
  font-family: "Cairo", sans-serif;
  overflow-x: hidden;
}
.navbar-expand-lg .navbar-nav .nav-link {
  padding-right: 12px !important;
  padding-left: 12px !important;
  /* padding-right: 2rem;
  padding-left: 2rem; */
}

nav {
  background-color: #e0e0e0;
}

.navbar-expand-lg .navbar-nav .nav-link {
  color: black;
}

.navbar-expand-lg .navbar-nav .nav-link:hover {
  color: #294f96;
}

nav img {
  margin-left: 30px;
}

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

.icon-nav i:not(:last-child) {
  margin-right: 20px;
}

.icon-nav i {
  font-size: 20px;
  color: #1e3869;
}
.dropdown-menu[data-bs-popper] {
  top: 100%;
  left: -55px;
  margin-top: 0.125rem;
}

.btn-secondary {
  color: #fff;
  background-color: transparent;
  border: none;
}
.btn-secondary:focus {
  outline: none;
  border: none;
}
.btn-secondary:hover {
  background-color: rgba(192, 192, 192, 0.822);
}
/*End Nav  */

/* start Home Page */
.bg-home-who {
  background-image: url(../images/img-consulto-who-are.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 350px;
  color: white;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}

.div-who {
  text-align: center;
  margin-bottom: 70px;
}

.div-who h2 {
  margin-bottom: 20px;
    word-spacing: 3px;
}

.div-who p {
  margin-bottom: 30px;
  letter-spacing: 2px;
  font-size: 18px;
  /* color: #f8f9fa; */
}

.div-who button {
  background-color: #3fb2ca;
  padding: 10px;
  width: 250px;
  border-radius: 20px;
  color: white;
  border: none;
  transition: all 0.3s;
}

.div-who button:hover {
  background-color: white;
  color: black;
}
/* end Home Page */

/* Start Section Who Are */
.section-Who {
  background-color: #f7f7f7;
  padding: 30px 0;
}

.Who-Are-All {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  margin-bottom: 30px;
}

.Who-Are-Text {
  max-width: 500px;
}

.Who-Are-Text h2 {
  color: #1e3869;
}

.Who-Are-Text p {
  line-height: 2;
  font-size: 18px;
}

.enwan-khat {
  display: flex;
  /* justify-content: center; */
  align-items: center;
}

.khat {
  background-color: #1e3869;
  width: 50px;
  height: 3px;
}

.img-Who img {
  max-width: 700px;
}

@media (max-width: 1200px) {
  .img-Who img {
    max-width: 400px;
  }
}

@media (max-width: 767px) {
  .img-Who img {
    max-width: 300px;
  }

  .bg-home-who{
    background-position: inherit;
  }

  .Who-Are-All {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    margin-bottom: 30px;
  }
  .Who-two {
    flex-direction: column-reverse;
  }
}
/* End Section Who Are */

/* start SEction Main */

.enwan-Main-Priciples {
  text-align: center;
}

.enwan-Main-Priciples h2 {
  color: #1e3869;
  margin-top: 20px;
}

.Main-Priciples .khat-Main-Priciples {
  width: 100px;
  height: 2px;
  background-color: #1e3869;
  margin: 10px auto 30px;
}

.Main-Priciples {
  background-color: #cfd2d8;
  margin-bottom: 30px;
  padding: 30px 0;
}

.box-main-all {
  display: flex;
  justify-content: space-between;
  /* align-items: center; */
}

.box-main {
  max-width: 400px;
  /* height: 200px; */
  background-color: white;
  padding: 20px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: relative;
  transition: all 0.3s;
}

.box-main:hover {
  transform: scale(1.05, 1.05);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.24);
}

.box-main h2 {
  color: #455a6434;
  font-weight: bold;
}

.num-Main {
  position: absolute;
  top: 5px;
  right: 5px;
  background-color: #455a6434;
  padding: 10px;
  border-radius: 50%;
}

@media (max-width: 1300px) {
  .box-main h2 {
    color: #455a6434;
    font-size: 22px;
    font-weight: bold;
  }
  .box-main {
    width: 350px;
  }
}

@media (max-width: 1200px) {
  .box-main h2 {
    color: #455a6434;
    font-size: 22px;
    font-weight: bold;
  }
  .box-main {
    width: 300px;
  }
}
@media (max-width: 991px) {
  .box-main h2 {
    color: #455a6434;
    font-size: 20px;
    font-weight: bold;
  }
  .box-main {
    width: 220px;
  }
  .num-Main {
    position: absolute;
    top: 3px;
    right: 3px;
    background-color: #455a6434;
    padding: 5px;
    border-radius: 50%;
  }
}

@media (max-width: 767px) {
  .box-main-all {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
  }
  .box-main {
    width: 300px;
    margin-bottom: 10px;
  }
  .box-main h2 {
    color: #455a6434;
    font-size: 22px;
    font-weight: bold;
  }
}
/* End SEction Main */

/* start section Objectiv */
.section-Objectiv {
  background-color: #f7f7f7;
  padding: 30px 0;
}
.enwan-Why-Consul2 {
  text-align: center;
}

.enwan-Why-Consul2 h2 {
  color: #1e3869;
  margin-top: 70px;
}

.enwan-Why-Consul2 .khat-enwan-why {
  width: 100px;
  height: 2px;
  background-color: #1e3869;
  margin: 10px auto 30px;
}

.box-Objectiv {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 50px;
  text-align: center;
}

.box-Objectiv-2 {
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin-top: 50px;
  text-align: center;
}

.box-Objectiv .box-one {
  background-image: url(../images/img-box-objective-1.png);
  background-size: cover;
  background-repeat: no-repeat;
  color: white;
  position: relative;
}
.box-Objectiv .box-two {
  background-image: url(../images/img-box-objective-2.png);
  background-size: cover;
  background-repeat: no-repeat;
  color: white;
  position: relative;
}
.box-Objectiv .box-three {
  background-image: url(../images/img-box-objective-3.png);
  background-size: cover;
  background-repeat: no-repeat;
  color: white;
  position: relative;
}
.box-Objectiv .box-four {
  background-image: url(../images/img-box-objective-4.png);
  background-size: cover;
  background-repeat: no-repeat;
  color: white;
  position: relative;
}
.box-Objectiv .box-five {
  background-image: url(../images/img-box-objective-5.png);
  background-size: cover;
  background-repeat: no-repeat;
  color: white;
  position: relative;
}

.box-Objectiv .box:hover .lay-box-objective {
  bottom: 0;
}

.lay-box-objective-1 {
  position: absolute;
  bottom: -120px;
  left: 0;
  padding: 10px 0;
  background-color: #1e3869c0;
  transition: all 0.5s;
}
.lay-box-objective-2 {
  position: absolute;
  bottom: -120px;
  left: 0;
  padding: 10px 0;
  background-color: #1e3869c0;
  transition: all 0.5s;
}
.lay-box-objective-3 {
  position: absolute;
  bottom: -170px;
  left: 0;
  padding: 10px 0;
  background-color: #1e3869c0;
  transition: all 0.5s;
}
.lay-box-objective-4 {
  position: absolute;
  bottom: -140px;
  left: 0;
  padding: 10px 0;
  background-color: #1e3869c0;
  transition: all 0.5s;
}
.lay-box-objective-5 {
  position: absolute;
  bottom: -120px;
  left: 0;
  padding: 10px 0;
  background-color: #1e3869c0;
  transition: all 0.5s;
}

.box-Objectiv .box {
  background-color: #fafafa;
  padding: 20px;
  width: 400px;
  height: 400px;
  overflow: hidden;
  position: relative;
  transition: all 0.3s;
}

.box-Objectiv .box:hover .num-Objective {
  transform: rotate(50deg);
}

.num-Objective {
  background-color: white;
  border-radius: 50%;
  padding: 15px;
  position: absolute;
  color: #1e3869;
  font-weight: bold;
  font-size: 20px;
  top: 2px;
  left: 45%;
  transition: all 0.3s;
}

@media (max-width: 1300px) {
  .box-Objectiv .box {
    width: 350px;
  }
}

@media (max-width: 1200px) {
  .box-Objectiv .box {
    width: 280px;
  }
  .lay-box-objective-1 {
    position: absolute;
    bottom: -140px;
    left: 0;
    padding: 10px 0;
    background-color: #1e3869c0;
    transition: all 0.5s;
  }
  .lay-box-objective-2 {
    position: absolute;
    bottom: -140px;
    left: 0;
    padding: 10px 0;
    background-color: #1e3869c0;
    transition: all 0.5s;
  }
  .lay-box-objective-3 {
    position: absolute;
    bottom: -215px;
    left: 0;
    padding: 10px 0;
    background-color: #1e3869c0;
    transition: all 0.5s;
  }
  .lay-box-objective-4 {
    position: absolute;
    bottom: -190px;
    left: 0;
    padding: 10px 0;
    background-color: #1e3869c0;
    transition: all 0.5s;
  }
  .lay-box-objective-5 {
    position: absolute;
    bottom: -140px;
    left: 0;
    padding: 10px 0;
    background-color: #1e3869c0;
    transition: all 0.5s;
  }
}

@media (max-width: 991px) {
  .box-Objectiv .box {
    width: 225px;
  }
  .lay-box-objective-1 {
    position: absolute;
    bottom: -190px;
    left: 0;
    padding: 10px 0;
    background-color: #1e3869c0;
    transition: all 0.5s;
  }
  .lay-box-objective-2 {
    position: absolute;
    bottom: -190px;
    left: 0;
    padding: 10px 0;
    background-color: #1e3869c0;
    transition: all 0.5s;
  }
  .lay-box-objective-3 {
    position: absolute;
    bottom: -262px;
    left: 0;
    padding: 10px 0;
    background-color: #1e3869c0;
    transition: all 0.5s;
  }
  .lay-box-objective-4 {
    position: absolute;
    bottom: -240px;
    left: 0;
    padding: 10px 0;
    background-color: #1e3869c0;
    transition: all 0.5s;
  }
  .lay-box-objective-5 {
    position: absolute;
    bottom: -170px;
    left: 0;
    padding: 10px 0;
    background-color: #1e3869c0;
    transition: all 0.5s;
  }
}

@media (max-width: 767px) {
  .box-Objectiv {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    margin-top: 50px;
  }
  .box-Objectiv .box {
    width: 300px;
    margin-bottom: 10px;
  }

  .lay-box-objective-1 {
    position: absolute;
    bottom: -140px;
    left: 0;
    padding: 10px 0;
    background-color: #1e3869c0;
    transition: all 0.5s;
  }
  .lay-box-objective-2 {
    position: absolute;
    bottom: -150px;
    left: 0;
    padding: 10px 0;
    background-color: #1e3869c0;
    transition: all 0.5s;
  }
  .lay-box-objective-3 {
    position: absolute;
    bottom: -220px;
    left: 0;
    padding: 10px 0;
    background-color: #1e3869c0;
    transition: all 0.5s;
  }
  .lay-box-objective-4 {
    position: absolute;
    bottom: -190px;
    left: 0;
    padding: 10px 0;
    background-color: #1e3869c0;
    transition: all 0.5s;
  }
  .lay-box-objective-5 {
    position: absolute;
    bottom: -150px;
    left: 0;
    padding: 10px 0;
    background-color: #1e3869c0;
    transition: all 0.5s;
  }
}
/* End section Objectiv */

/* start footer */
footer {
  background-color: #cfd2d8;
  padding: 20px 0;
  color: white;
}
.foot-All {
  display: flex;
  justify-content: space-between;
  /* align-items: center; */
}

.foot-All a {
  text-decoration: none;
  color: white;
}

.foot-All a:hover {
  color: #27498a;
}

.foot-All h2 {
  color: #1e3869;
}
.foot-All h4 {
  color: #1e3869;
}
.About-Foot a {
  display: block;
  margin-bottom: 5px;
}

.LOGO-FOOT {
  text-align: center;
}

.LOGO-FOOT a:not(:last-child) {
  margin-right: 10px;
}

.LOGO-FOOT i:hover {
  cursor: pointer;
  color: #294f96;
}

.khat-foot {
  background-color: #1e3869;
  width: 100%;
  height: 1px;
}

.txt-under-foot {
  text-align: center;
  color: #1e3869;
}

.txt-under-foot p {
  margin-bottom: 0;
  margin-top: 10px;
}

@media (max-width: 991px) {
  .Contact-Us-Foot {
    text-align: center;
  }
  .About-Foot {
    text-align: center;
  }
  .Follow-Us-Foot {
    text-align: center;
  }
  .English {
    text-align: center;
  }
}

@media (max-width: 767px) {
  .foot-All {
    display: flex;
    justify-content: center;
    flex-direction: column;
    /* align-items: center; */
  }

  .Contact-Us-Foot {
    text-align: left;
  }
  .About-Foot {
    text-align: left;
  }
  .Follow-Us-Foot {
    text-align: left;
    margin-bottom: 20px;
  }
  .LOGO-FOOT {
    text-align: left;
  }
  .English {
    text-align: left;
  }
}
/* end footer */
