p {
  font-size: 15px;
  font-weight: 500;
  line-height: 24px;
}

i {
  text-rendering: optimizeLegibility !important;
}

.theme-color {
  color: #962d40;
}

.pt-50 {
  padding-top: 50px;
}
@media (max-width: 767px) {
  .pt-50 {
    padding-top: 25px;
  }
}

.pt-100 {
  padding-top: 100px;
}
@media (max-width: 767px) {
  .pt-100 {
    padding-top: 20px;
  }
}

.pt-150 {
  padding-top: 150px;
}
@media (max-width: 767px) {
  .pt-150 {
    padding-top: 30px;
  }
}

.top-bar {
  background-color: #962d40;
}
.top-bar .top-bar-wrapper {
  display: flex;
  justify-content: space-between;
  padding: 7px 0;
  color: #fff;
  font-size: 12px;
}
@media (max-width: 767px) {
  .top-bar .top-bar-wrapper {
    flex-direction: column;
    justify-content: center;
  }
}
.top-bar .top-bar-wrapper .item-left ul {
  padding: 0;
  margin: 0;
  display: flex;
}
@media (max-width: 767px) {
  .top-bar .top-bar-wrapper .item-left ul {
    width: 100%;
    justify-content: center;
  }
}
.top-bar .top-bar-wrapper .item-left ul li {
  list-style: none;
  padding-right: 10px;
}
.top-bar .top-bar-wrapper .item-right ul {
  padding: 0;
  margin: 0;
  display: flex;
}
@media (max-width: 767px) {
  .top-bar .top-bar-wrapper .item-right ul {
    justify-content: center;
    padding-top: 10px;
  }
}
.top-bar .top-bar-wrapper .item-right ul li {
  list-style: none;
  padding-right: 10px;
}

.header__main {
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 100;
}
@media (max-width: 767px) {
  .header__main {
    flex-direction: column;
  }
}
@media (max-width: 767px) {
  .header__main .logo {
    padding: 10px 0;
    width: 100%;
    order: 1;
  }
}
.header__main .logo img {
  width: 150px;
}
@media (max-width: 767px) {
  .header__main .main-menu {
    width: 40%;
    order: 2;
  }
}
.header__main .main-menu .menu-list {
  display: inline-block;
}
.header__main .main-menu ul {
  padding: 0;
  margin: 0;
}
@media (max-width: 767px) {
  .header__main .top-buttons {
    padding-top: 10px;
  }
}
.header__main .top-buttons ul {
  display: flex;
  align-items: center;
  padding: 0;
  margin: 0;
}
.header__main .top-buttons ul img {
  width: 35px;
}
@media (max-width: 300px) {
  .header__main .top-buttons ul img {
    width: 25px;
  }
}
.header__main .top-buttons ul li {
  list-style: none;
  padding: 0 8px;
}
.header__main .top-buttons ul li .btn-get-quote {
  background-color: #962d40;
  padding: 10px 20px;
  color: #fff;
}
@media (max-width: 1366px) {
  .header__main .top-buttons ul li .btn-get-quote {
    font-size: 10px;
  }
}
@media (max-width: 767px) {
  .header__main .top-buttons ul li .btn-get-quote {
    font-size: 11px;
  }
}
@media (max-width: 300px) {
  .header__main .top-buttons ul li .btn-get-quote {
    font-size: 11px;
    padding: 6px;
  }
}

.banner_inner {
  width: 100%;
}
.banner_inner img {
  width: 100%;
}

.p20 {
  padding: 20px;
}

.banner-main {
  width: 100%;
}
.banner-main .owl-nav {
  position: absolute;
  bottom: 2%;
  left: 2%;
}
.banner-main .owl-carousel .owl-dot,
.banner-main .owl-carousel .owl-nav .owl-next,
.banner-main .owl-carousel .owl-nav .owl-prev {
  font-size: 50px;
  padding: 15px;
  color: #fff;
  margin: 2px;
  border: unset;
  background-color: #962d40;
}
@media (max-width: 767px) {
  .banner-main .owl-carousel .owl-dot,
.banner-main .owl-carousel .owl-nav .owl-next,
.banner-main .owl-carousel .owl-nav .owl-prev {
    padding: 4px;
  }
}
.banner-main ul {
  padding: 0;
  margin: 0;
}
.banner-main ul li {
  position: relative;
  list-style: none;
}
@media (max-width: 767px) {
  .banner-main ul li img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.banner-main ul li .caption {
  position: absolute;
  bottom: 10%;
  left: 30%;
  transform: translate(-50%, -50%);
}
@media (max-width: 767px) {
  .banner-main ul li .caption {
    left: 50%;
    width: 90%;
    bottom: 1%;
    text-align: left;
  }
}
.banner-main ul li .caption .btn-play {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  border: unset;
  z-index: 4;
  position: relative;
}
.banner-main ul li .caption .btn-play::before {
  position: absolute;
  z-index: -2;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  width: 70px;
  height: 70px;
  bottom: 0;
  border-radius: 50%;
  background-color: rgba(207, 20, 42, 0.2784313725);
}
.banner-main ul li .caption h3 {
  margin-top: 15px;
  color: #fff;
  font-weight: 800;
  font-size: 60px;
  color: #cf142b;
}
.banner-main ul li .caption h3 span {
  font-weight: 300;
}
@media (max-width: 767px) {
  .banner-main ul li .caption h3 {
    font-size: 22px;
  }
}
.banner-main ul li .caption p {
  font-size: 16px;
  margin-top: 10px;
}
.banner-main ul li .caption a {
  color: #fff;
}
@media (max-width: 767px) {
  .banner-main ul li .caption a {
    font-size: 11px;
  }
}

.color-one {
  background-color: #f08f58;
}

.color-two {
  background-color: #cf4748;
}

.color-three {
  background-color: #ae3944;
}

.color-four {
  background-color: #962d40;
}

.why-choose-us {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.why-choose-us .item {
  width: 25%;
  text-align: center;
  padding: 45px 30px;
  color: #fff;
}
@media (max-width: 767px) {
  .why-choose-us .item {
    width: 50%;
  }
}
.why-choose-us .item h4 {
  font-size: 20px;
}
@media (max-width: 767px) {
  .why-choose-us .item h4 {
    font-size: 15px;
  }
}
.why-choose-us .item h6 {
  padding-top: 10px;
  font-size: 12px;
}

.about__us__home .about_wrapper {
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .about__us__home .about_wrapper {
    flex-direction: column;
  }
}
.about__us__home .about_wrapper .item {
  width: 50%;
}
@media (max-width: 767px) {
  .about__us__home .about_wrapper .item {
    width: 100%;
    padding: 20px;
  }
}
.about__us__home .about_wrapper .item h2 {
  color: #962d40;
}

.chairman-message .chairman-message-box {
  background-color: #962d40;
  background-image: url(../img/binhilal-logo.png);
  background-position: left center;
  background-repeat: no-repeat;
  background-size: contain;
  padding: 45px 35px;
  border-radius: 20px;
  display: flex;
  justify-content: center;
}
@media (max-width: 767px) {
  .chairman-message .chairman-message-box {
    background-image: none;
  }
}
.chairman-message .chairman-message-box .wrapper {
  width: 70%;
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .chairman-message .chairman-message-box .wrapper {
    flex-direction: column;
    width: 100%;
    text-align: center;
  }
}
.chairman-message .chairman-message-box .wrapper .pic {
  width: 20%;
}
@media (max-width: 767px) {
  .chairman-message .chairman-message-box .wrapper .pic {
    width: 100%;
  }
}
.chairman-message .chairman-message-box .wrapper .txt {
  width: 70%;
  padding: 25px;
  color: #fff;
}
@media (max-width: 767px) {
  .chairman-message .chairman-message-box .wrapper .txt {
    width: 100%;
  }
}

.three-box-wrapper {
  margin-bottom: -80px;
}
@media (max-width: 767px) {
  .three-box-wrapper {
    margin-bottom: unset;
  }
}
.three-box-wrapper .wrapper {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .three-box-wrapper .wrapper {
    flex-direction: column;
  }
}
.three-box-wrapper .wrapper .box {
  width: 30%;
  margin: 10px 0;
  background: #fff url(../img/hemaya-bg-logo.png);
  box-shadow: -5px 0px 7px 0px rgba(66, 66, 66, 0.2901960784);
  border-radius: 15px;
  background-position: left center;
  background-repeat: no-repeat;
  background-size: contain;
  padding: 60px 20px;
  text-align: center;
  color: #962d40;
}
@media (max-width: 767px) {
  .three-box-wrapper .wrapper .box {
    width: 100%;
    margin: 15px 0;
  }
}

@media (max-width: 767px) {
  .three-box-wrapper-training {
    margin-bottom: unset;
  }
}
.three-box-wrapper-training .wrapper {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.three-box-wrapper-training .wrapper .box {
  width: 23%;
  margin: 10px;
  box-shadow: -5px 0px 7px 0px rgba(66, 66, 66, 0.2901960784);
  border-radius: 15px;
  background: #962d40;
  background-position: left center;
  background-repeat: no-repeat;
  background-size: contain;
  padding: 60px 20px;
  text-align: center;
  color: #962d40;
}
.three-box-wrapper-training .wrapper .box h4 {
  font-size: 17px;
  color: #fff;
}
@media (max-width: 767px) {
  .three-box-wrapper-training .wrapper .box h4 {
    font-size: 13px;
  }
}
@media (max-width: 767px) {
  .three-box-wrapper-training .wrapper .box {
    width: 45%;
    margin: 5px;
    padding: 25px;
  }
}

.our_services {
  background-image: url(../img/hemaya-parallex.jpg);
  background-position: center center;
  background-size: cover;
}
.our_services h2 {
  text-align: center;
  color: #fff;
}
.our_services ul {
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: space-between;
}
.our_services ul li {
  list-style: none;
  transition: 0.6s all;
  position: relative;
  outline: 0 !important;
}
.our_services ul li img {
  width: 100%;
}
.our_services ul li .ovrelay_layer {
  position: absolute;
  top: 40%;
  padding: 50px;
  outline: 0 !important;
}
@media (max-width: 1366px) {
  .our_services ul li .ovrelay_layer {
    top: 30%;
    padding: 20px;
  }
}
.our_services ul li .ovrelay_layer h4 {
  color: #fff;
  padding-bottom: 10px;
}
.our_services ul li .ovrelay_layer p {
  color: #fff;
}
.our_services ul li .ovrelay_layer img {
  width: 30px;
}
.our_services ul li:hover {
  transform: scale(1.1);
}

.our_services_inner {
  background-color: #fff;
  overflow: hidden;
}
@media (max-width: 767px) {
  .our_services_inner {
    padding: 20px;
  }
}
.our_services_inner h2 {
  color: #962d40;
}
.our_services_inner ul {
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.our_services_inner ul li {
  list-style: none;
  width: 32%;
  margin: 7px;
  transition: 0.6s all;
  position: relative;
  outline: 0 !important;
}
@media (max-width: 767px) {
  .our_services_inner ul li {
    width: 100%;
  }
}
.our_services_inner ul li img {
  width: 100%;
}
.our_services_inner ul li .ovrelay_layer {
  position: absolute;
  top: 40%;
  padding: 50px;
  outline: 0 !important;
}
@media (max-width: 1366px) {
  .our_services_inner ul li .ovrelay_layer {
    top: 30%;
    padding: 20px;
  }
}
.our_services_inner ul li .ovrelay_layer h4 {
  color: #fff;
  padding-bottom: 10px;
}
.our_services_inner ul li .ovrelay_layer p {
  color: #fff;
}
.our_services_inner ul li .ovrelay_layer img {
  width: 30px;
}
.our_services_inner ul li:hover {
  transform: scale(1.1);
}

.testimonials .wrapper {
  display: flex;
  justify-content: center;
}
@media (max-width: 912px) {
  .testimonials .wrapper {
    flex-direction: column;
  }
}
.testimonials .wrapper .item-30 {
  width: 30%;
  padding: 20px;
  background-color: #962d40;
  border-radius: 30px;
  color: #fff;
  text-align: center;
  position: relative;
}
@media (max-width: 912px) {
  .testimonials .wrapper .item-30 {
    width: 100%;
    padding: 50px 0;
  }
}
.testimonials .wrapper .item-30 .red-box {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.testimonials .wrapper .item-70 {
  width: 70%;
}
@media (max-width: 912px) {
  .testimonials .wrapper .item-70 {
    width: 100%;
  }
}
.testimonials .wrapper .item-70 ul {
  padding: 0;
  margin: 0;
  display: flex;
}
.testimonials .wrapper .item-70 ul li {
  list-style: none;
  padding: 35px;
}
.testimonials .wrapper .item-70 ul li img {
  width: 55px;
  padding-bottom: 40px;
}

.drop_you_details {
  background-color: #717171;
}
@media (max-width: 767px) {
  .drop_you_details {
    padding: 20px;
  }
}
.drop_you_details h2 {
  color: #fff;
}
.drop_you_details .form-box {
  padding: 30px;
  border-radius: 20px;
}
@media (max-width: 767px) {
  .drop_you_details .form-box {
    padding: 20px 0;
  }
}
.drop_you_details .form-box .form_wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.drop_you_details .form-box .form_wrapper .x-6 {
  width: 49%;
  margin: 4px 0;
}
@media (max-width: 767px) {
  .drop_you_details .form-box .form_wrapper .x-6 {
    width: 99%;
  }
}
.drop_you_details .form-box .form_wrapper .x-12 {
  width: 100%;
  margin: 4px 0;
}
.drop_you_details .form-box .form_wrapper .input-text {
  display: block;
  width: 100%;
  height: 45px;
  padding: 5px 10px;
  border-radius: 0px;
  border: 1px solid #ccc !important;
  background-color: #fff;
  color: #000;
  font-size: 15px;
  line-height: 43px;
  font-weight: 300;
  letter-spacing: 0.5px;
}
.drop_you_details .form-box .form_wrapper .input-text:focus {
  outline: none;
}
.drop_you_details .form-box .form_wrapper .callaction_btn {
  background-color: #242424;
  border: unset;
  width: 100%;
  padding: 13px 35px;
  border-radius: 0px;
  font-size: 14px;
  color: #fff;
}

@media (max-width: 767px) {
  .contact_us {
    padding: 20px;
  }
}
.contact_us h2 {
  color: #962d40;
}
.contact_us .form-box {
  padding: 30px;
  border-radius: 20px;
}
@media (max-width: 767px) {
  .contact_us .form-box {
    padding: 20px 0;
  }
}
.contact_us .form-box .form_wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.contact_us .form-box .form_wrapper .x-6 {
  width: 49%;
  margin: 2px 0;
}
@media (max-width: 767px) {
  .contact_us .form-box .form_wrapper .x-6 {
    width: 99%;
  }
}
.contact_us .form-box .form_wrapper .x-12 {
  width: 100%;
  margin: 2px 0;
}
.contact_us .form-box .form_wrapper .input-text {
  display: block;
  width: 100%;
  height: 45px;
  padding: 5px 10px;
  border-radius: 0px;
  border: 1px solid #ccc !important;
  background-color: #fff;
  color: #000;
  font-size: 15px;
  line-height: 43px;
  font-weight: 300;
  letter-spacing: 0.5px;
}
.contact_us .form-box .form_wrapper .input-text:focus {
  outline: none;
}
.contact_us .form-box .form_wrapper .callaction_btn {
  background-color: #242424;
  border: unset;
  width: 100%;
  padding: 13px 35px;
  border-radius: 0px;
  font-size: 14px;
  color: #fff;
}

.mission .box {
  padding: 30px;
  color: #fff;
  border-radius: 15px;
  background: #962d40 url(../img/hemaya-bg-logo.png);
  background-repeat: no-repeat;
  background-position: left center;
}
@media (max-width: 767px) {
  .mission .box {
    margin: 5px;
  }
}

.copy_right {
  background-color: #962d40;
  padding: 15px 0;
}
.copy_right p {
  color: #fff;
  font-size: 12px;
  padding: 0;
  margin: 0;
}

.footer {
  background: #242424;
}
@media (max-width: 767px) {
  .footer {
    text-align: left;
    padding: 20px;
  }
}
.footer h4 {
  color: #fff;
  padding-bottom: 20px;
}
.footer p {
  font-size: 15px;
  color: #ccc;
}
@media (max-width: 767px) {
  .footer ul {
    padding: 0 20px;
    margin: 0;
  }
}
.footer ul li {
  color: #ccc;
  line-height: 40px;
  font-size: 15px;
  list-style: circle;
}

.projects h2 {
  text-align: center;
}
.projects ul {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
}
.projects ul li {
  width: 32%;
  list-style: none;
  display: flex;
  align-items: center;
  background-color: #962d40;
  border-radius: 10px;
  padding: 20px;
  margin: 5px;
}
@media (max-width: 767px) {
  .projects ul li {
    width: 100%;
  }
}
.projects ul li .img-box {
  width: 40%;
}
.projects ul li .text-box {
  width: 60%;
  color: #fff;
  padding: 15px;
}

.other-servie {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.other-servie .box {
  background-color: #f2f2f2;
  padding: 30px !important;
  width: 32%;
  border-radius: 10px;
  margin: 5px;
}
@media (max-width: 767px) {
  .other-servie .box {
    width: 100%;
    padding: 10px !important;
  }
}
.other-servie .box ul {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.other-servie .box ul li {
  width: 100%;
  list-style: circle;
  padding: 5px 0;
}
.other-servie .box ul li:hover {
  transform: unset;
}/*# sourceMappingURL=style.css.map */