#english {
  display: none;
}
#arabik {
  display: none;
}
.bg-white {
  background-color: #ffffff;
}
.padding-top {
  padding-top: 50px;
}
.padding-bottom{
  padding-bottom: 100px;
}
.cover-background {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../images/bg123.jpg");
  height: 482px;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  overflow: hidden;
  position: relative;
}
.rightcover {
  padding: 0px 15px 50px 15px;
  background-color: rgb(0, 120, 75) !important;
  height: 482px;
  display: flex;
  align-items: center;
}

.padding-middle {
  padding: 13%;
  color: #fff;
}
.text-middle {
  text-align: justify;
  font-size: 14px !important;
  line-height: 24px;
}
.btn-large {
  padding: 10px 30px;
  color: #000;
  font-size: 16px;
}
.btn-gold-color {
  background: #ecce63;
}
.btn-white-color {
  background: #ffffff;
}
.btn-circle {
  border-radius: 30px !important;
}
.btn-group > .btn {
  position: relative;
  float: left;
  margin-right: 27px;
}
.btn-large > .fa {
  font-size: 13px;
}
.btn:hover {
  opacity: 0.7;
}
.text-right {
  text-align: right;
}
.text-right > .text-middle {
  text-align: right !important;
}
@media (max-width: 768px) {
  .xs-width {
    width: 100% !important;
  }
  .xs-bottom {
    margin-bottom: 5.5% !important;
  }
  .padding-middle {
    padding: 5% !important;
  }
  .padding-middle h2 {
    font-size: 23px;
  }
}
