/***colors****/
/***********mixins************/
.most_sec {
  padding: 40px 0;
}

.jobs .zoom-body h2, .founder_nm {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  min-height: 34px;
  line-height: 17px;
  margin: 0;
  font-size: 23px;
}

.box1 .box_in .box_body h4, .founder_nm {
  font-family: "Almarai-Bold";
}

.h2-after .sub_title {
  font-family: 'Almarai-Regular' !important;
}

/************************ ///////// ********************/
html {
  scroll-behavior: smooth;
}

/*********** Reset ************/
a {
  text-decoration: none;
  cursor: pointer;
}

a:hover, a:focus {
  text-decoration: none;
}

button {
  border: 0;
  color: #fff;
}

ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

li {
  display: inline-block;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
}

a,
button,
#scroll-top,
.form-control,
.owl-carousel .owl-prev,
.owl-carousel .owl-next {
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.no-padding {
  padding: 0 !important;
}

.no-margin {
  margin: 0 !important;
}

.no-border {
  border: 0 !important;
}

/*********/
/**************************************/
/********* Banner *****************/
.slide_wrap::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  margin: 0 auto;
  background: url("../../img/header.png") no-repeat bottom left;
  background-size: contain;
  background-color: rgba(39, 40, 39, 0.4);
  z-index: 9;
  background-attachment: fixed;
}

.owl_banner {
  height: 100%;
}

.owl_banner .owl-stage-outer {
  height: 100%;
}

.owl_banner .owl-stage {
  height: 100%;
}

.owl_banner .owl-item {
  height: 100%;
}

.owl_banner .owl-item img {
  height: 100%;
}

/********* Navbar Dropdown *****************/
ul.nav > li {
  line-height: 1;
}

.dropdown-menu {
  float: right;
  text-align: right;
}

.dropdown-menu li {
  display: block;
}

/********* Social Media Buttons *****************/
.plus-button {
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 100;
  height: 75px;
  width: 75px;
  border-radius: 100%;
  background-color: #628A7A;
  -webkit-box-shadow: 2px 2px 10px 1px rgba(0, 0, 0, 0.58);
  -o-box-shadow: 2px 2px 10px 1px rgba(0, 0, 0, 0.58);
  -ms-box-shadow: 2px 2px 10px 1px rgba(0, 0, 0, 0.58);
  box-shadow: 2px 2px 10px 1px rgba(0, 0, 0, 0.58);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: scale(0.92);
  transform: scale(0.92);
  cursor: pointer;
}

.plus-button::before {
  content: "\f879";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 28px;
  font-weight: 600;
}

.plus-button:hover {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-box-shadow: 3px 3px 12px 2px rgba(0, 0, 0, 0.5);
          box-shadow: 3px 3px 12px 2px rgba(0, 0, 0, 0.5);
}

.plus-button:active {
  -webkit-transform: scale(0.96);
  transform: scale(0.96);
  -webkit-box-shadow: 2px 3px 11px 1px rgba(0, 0, 0, 0.53);
  -o-box-shadow: 2px 3px 11px 1px rgba(0, 0, 0, 0.53);
  -ms-box-shadow: 2px 3px 11px 1px rgba(0, 0, 0, 0.53);
  box-shadow: 2px 3px 11px 1px rgba(0, 0, 0, 0.53);
}

.plus-button.open {
  -webkit-transform: scale(0.92);
  transform: scale(0.92);
  background-color: #333;
  -webkit-box-shadow: 2px 2px 10px 1px rgba(0, 0, 0, 0.58);
  -o-box-shadow: 2px 2px 10px 1px rgba(0, 0, 0, 0.58);
  -ms-box-shadow: 2px 2px 10px 1px rgba(0, 0, 0, 0.58);
  box-shadow: 2px 2px 10px 1px rgba(0, 0, 0, 0.58);
}

.plus-button.open::before {
  content: "\f00d";
}

.plus-button.open:hover {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-box-shadow: 3px 3px 12px 2px rgba(0, 0, 0, 0.5);
  -o-box-shadow: 3px 3px 12px 2px rgba(0, 0, 0, 0.5);
  -ms-box-shadow: 3px 3px 12px 2px rgba(0, 0, 0, 0.5);
  box-shadow: 3px 3px 12px 2px rgba(0, 0, 0, 0.5);
}

.plus-button.open:active {
  -webkit-transform: scale(0.96);
  transform: scale(0.96);
  -webkit-box-shadow: 2px 3px 11px 1px rgba(0, 0, 0, 0.53);
  -o-box-shadow: 2px 3px 11px 1px rgba(0, 0, 0, 0.53);
  -ms-box-shadow: 2px 3px 11px 1px rgba(0, 0, 0, 0.53);
  box-shadow: 2px 3px 11px 1px rgba(0, 0, 0, 0.53);
}

.social-button {
  position: fixed;
  bottom: 43px;
  right: 41px;
  height: 50px;
  width: 50px;
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
  background-size: 100% !important;
  border-radius: 100%;
  -webkit-box-shadow: 2px 2px 7px 0px rgba(0, 0, 0, 0.4);
  -o-box-shadow: 2px 2px 7px 0px rgba(0, 0, 0, 0.4);
  -ms-box-shadow: 2px 2px 7px 0px rgba(0, 0, 0, 0.4);
  box-shadow: 2px 2px 7px 0px rgba(0, 0, 0, 0.4);
  cursor: pointer;
  z-index: 99;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.social-button:hover {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: 0.35s cubic-bezier(0.3, 0.2, 0, 2.5);
  transition: 0.35s cubic-bezier(0.3, 0.2, 0, 2.5);
}

.social-button.whatsapp-button {
  background: url("../../img/icons/whatsapp.png") no-repeat center;
}

.social-button.whatsapp-button.active {
  bottom: 110px;
  left: 21px;
}

.social-button.phone-button {
  background: url("../../img/icons/telephone.png") no-repeat center;
}

.social-button.phone-button.active {
  bottom: 105px;
  left: 73px;
}

.social-button.about-button {
  background: url("../../img/icons/info.png") no-repeat center;
}

.social-button.about-button.active {
  bottom: 67px;
  left: 109px;
}

/********* owl_projects slider *****************/
.owl_projects .zoominbox .zoomboxDiv img {
  width: 30% !important;
  display: inline !important;
}

.owl_projects .owl-nav.disabled {
  display: block;
}

.owl_projects .owl-prev,
.owl_projects .owl-next {
  position: absolute;
  width: 45px;
  height: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 28px;
  color: #272827;
  border: 2px solid #272827;
  opacity: 0.7;
  cursor: pointer;
  border-radius: 50%;
}

.owl_projects .owl-prev i,
.owl_projects .owl-next i {
  font-size: 25px;
}

.owl_projects .owl-prev:hover,
.owl_projects .owl-next:hover {
  opacity: 1;
  background-color: #628A7A;
  border-color: #628A7A;
  color: #fff;
}

.owl_projects .owl-prev {
  top: -60px;
  left: 60px;
}

.owl_projects .owl-next {
  top: -60px;
  left: 0;
}

.flex-end {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.flex-end .see_more {
  color: #628A7A;
  display: block;
  font-size: 18px;
}

.flex-end .see_more:hover, .flex-end .see_more:focus {
  color: #040404;
}

/********* Start Achievments *****************/
.counters {
  background: #628A7A;
  color: #fff;
  border-top: 3px #93d2b9 solid;
}

.counters .count_outer {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[4];
      grid-template-columns: repeat(4, 1fr);
  grid-gap: 30px;
  text-align: center;
}

.counters i {
  color: #628A7A;
  margin-bottom: 5px;
}

.counters .counter {
  font-size: 45px;
  margin: 10px 0;
}

/********* End Achievments *****************/
/********* Start organizational Chart *****************/
.chart_outer {
  text-align: center;
}

.chart_outer img {
  max-width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

/********* End organizational Chart *****************/
/********* Start Plans and budgets *****************/
.list_grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style-type: none;
  padding: 0;
  margin: 0 0 -5px 0;
}

.list_grid li {
  margin: 0 0 5px 5px;
}

.download_button {
  margin-bottom: 0;
  font-weight: normal;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid #ccc;
  border-right: 10px solid #628A7A;
  padding: 8px;
  -webkit-transition: color 0.25s ease, background-color 0.25s ease;
  transition: color 0.25s ease, background-color 0.25s ease;
  line-height: 1.75;
  font-size: 12px;
  border-radius: 3px;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 5px 5px 5px 10px;
  -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
          box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
  text-align: right;
  white-space: initial;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.download_button:link, .download_button:hover, .download_button:active, .download_button:visited {
  color: #404040;
}

.download_button:hover, .download_button:focus {
  color: #fff;
  background-color: #628A7A;
  border-color: #adadad;
}

.download_button:hover small, .download_button:focus small {
  color: #fff;
}

.download_button .pdf_ic {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 20px;
  color: #606060;
  margin: 0 0 0 5px;
  border-radius: 50%;
  border: 1px solid #c8c8c8;
  min-width: 35px;
  width: 35px;
  height: 35px;
}

.download_button small {
  font-size: 10px !important;
  color: #909090;
  display: block;
  margin-top: 0 !important;
  line-height: 1.5 !important;
}

/********* End Plans and budgets *****************/
/********* Start Volunteer Request *****************/
.volunteerForm {
  display: block;
}

.volunteerForm .form-row {
  margin-bottom: 15px;
}

.volunteerForm button {
  width: 220px;
}

.volunteerForm .form-control {
  border-color: #afafaf;
}

.volunteerForm label {
  display: block;
  text-align: right;
  color: #628A7A;
  width: 100%;
}

.volunteerForm textarea.form-control {
  resize: none;
  height: 140px !important;
}

/********* End Volunteer Request *****************/
/********* Start Job Portal *****************/
.jobs .committee1 {
  display: block;
}

.jobs .zoominbox {
  height: 180px;
}

.jobs .zoom-body {
  padding: 0 5px 10px 5px;
  height: 80px;
}

.jobs .zoom-body h2 {
  font-size: 17px;
  white-space: unset;
  margin: 14px 0;
}

.jobs .job_dt {
  color: #7a7e7f;
}

/********* End Job Portal *****************/
/********* Start Job Details *****************/
.job_img {
  background-color: #fff;
  display: table;
  margin-inline: auto;
  border-radius: 3px;
  padding: 5px;
  margin-bottom: 10px;
}

.job_img img {
  max-width: 100%;
  margin: 0 auto;
  max-height: 400px;
}

.padd_box {
  -webkit-box-shadow: 2px 2px 10px -2px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 2px 2px 10px -2px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 2px 2px 10px -2px rgba(0, 0, 0, 0.1);
  box-shadow: 2px 2px 10px -2px rgba(0, 0, 0, 0.1);
  padding: 15px;
  border-radius: 5px;
  margin-bottom: 10px;
  background-color: #fff;
}

.date_i {
  width: 30px;
  font-size: 18px;
  color: #628A7A;
}

.date_inn span {
  color: #7a7e7f;
}

.expired {
  background: #fde4e1;
  color: #a94442;
  -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1), inset 1px 1px 1px rgba(255, 255, 255, 0.45);
  -o-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1), inset 1px 1px 1px rgba(255, 255, 255, 0.45);
  -ms-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1), inset 1px 1px 1px rgba(255, 255, 255, 0.45);
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1), inset 1px 1px 1px rgba(255, 255, 255, 0.45);
  padding: 15px;
  margin-bottom: 14px;
  border: 1px solid #f1b9a6;
  border-radius: 4px;
}

.job_list h4 {
  color: #628A7A;
  font-size: 18px;
  margin: 0 0 14px;
}

.job_list .regular {
  list-style-position: inside;
}

.job_list li {
  display: list-item;
  list-style: inside;
}

/********* End Job Details *****************/
.h2-after .sub_title {
  font-size: 18px;
  margin-top: 8px;
  color: #628A7A;
}

li.img-top {
  padding: 7px 2px;
}

/********* Branches *****************/
.summary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 30px auto 0 auto;
}

.box1 {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 50%;
          flex: 1 1 50%;
  max-width: 50%;
  margin: 0 0 20px 0;
}

.box1 .box_in {
  -webkit-box-shadow: 0 3px 5px #d3deda;
  -o-box-shadow: 0 3px 5px #d3deda;
  -ms-box-shadow: 0 3px 5px #d3deda;
  box-shadow: 0 3px 5px #d3deda;
  background-color: #edf2e6;
  border: 1px solid #d3deda;
  padding: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  border-radius: 10px;
  margin: 0 10px;
  height: 100%;
}

.box1 .box_in .box_im {
  width: 30%;
  height: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  text-align: center;
}

.box1 .box_in .box_im img {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  padding: 5px;
}

.box1 .box_in .box_body {
  max-width: 70%;
}

.box1 .box_in .box_body h4 {
  color: #628A7A;
}

.box1 .box_in .box_body p {
  color: #7a7e7f;
}

.order_name {
  font-size: 20px;
  margin: 0 0 30px 0;
  color: #628A7A;
  font-weight: bold;
}

.order_list li {
  font-size: 16px;
}

.order_list li a {
  color: #272827;
}

.order_list li a:hover, .order_list li a:focus {
  color: #628A7A;
}

.order_list li:first-child {
  margin-left: 30px;
}

/********************/
.founder1 {
  margin: 0 auto 30px auto;
  background: #fff;
  padding: 20px 10px;
  width: 100%;
  border-radius: 10px;
  -webkit-box-shadow: 0 0 10px 4px rgba(195, 195, 195, 0.5);
  -o-box-shadow: 0 0 10px 4px rgba(195, 195, 195, 0.5);
  -ms-box-shadow: 0 0 10px 4px rgba(195, 195, 195, 0.5);
  box-shadow: 0 0 10px 4px rgba(195, 195, 195, 0.5);
  text-align: center;
}

.founder_nm {
  color: #899691;
  min-height: 45px;
  margin-bottom: 10px;
  line-height: 1.3;
}

.founder_job {
  color: #00829D;
}

.box_btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}

.box_btns .btn-3 {
  width: 110px;
  height: 40px;
  line-height: 40px;
}

.box_btns .btn-3:hover span {
  color: #899691;
}

.box_btns .btn-3:last-child, .box_btns .btn-3 :not(:only-child) {
  background-color: #fff;
  border-color: #628A7A;
}

.box_btns .btn-3:last-child span, .box_btns .btn-3 :not(:only-child) span {
  color: #628A7A;
}

.box_btns .btn-3:last-child:hover, .box_btns .btn-3 :not(:only-child):hover {
  background-color: #628A7A;
}

.box_btns .btn-3:last-child:hover span, .box_btns .btn-3 :not(:only-child):hover span {
  color: #fff;
}

.complaints .form2 {
  display: block;
}

.complaints .form2 textarea.form-control {
  height: 120px !important;
  resize: none;
}

.complaints .btn-3 {
  max-width: 200px;
  margin: 20px auto 0 auto;
}

/********* Responsive *****************/
@media (max-width: 1199px) and (min-width: 992px) {
  ul.nav > li > a {
    font-size: 13px;
    padding: 7px 1px;
  }
  li.img-top {
    padding: 7px 0;
  }
  li.img-top img {
    width: 38px;
    height: auto;
  }
}

@media (max-width: 991px) and (min-width: 768px) {
  .navbar {
    padding: 0;
  }
  a#dropdownMenuLink,
  ul.nav > li > a,
  li.img-top {
    padding: 7px 0px !important;
    font-size: 10px;
  }
  .img-top img, .fixd-navbar .img-top img {
    width: 30px;
    height: 30px;
  }
}

@media (min-width: 768px) {
  ul.nav li:hover > ul.dropdown-menu {
    display: block;
  }
}

@media (max-width: 767px) {
  .header {
    height: 260px;
  }
  .slide_wrap::before {
    background-image: none;
  }
  .dropdown-menu {
    right: 0;
    margin-inline: auto;
  }
  li.dropdown.open {
    border: 0px solid red;
  }
  .plus-button {
    bottom: 15px;
    left: 15px;
    height: 55px;
    width: 55px;
  }
  .social-button {
    bottom: 15px;
    left: 15px;
  }
  .social-button.whatsapp-button.active {
    bottom: 90px;
    left: 1px;
  }
  .social-button.phone-button.active {
    bottom: 85px;
    left: 53px;
  }
  .social-button.about-button.active {
    bottom: 47px;
    left: 89px;
  }
  .owl_projects .owl-prev,
  .owl_projects .owl-next {
    width: 30px;
    height: 30px;
    font-size: 15px;
    top: -35px;
  }
  .counters .count_outer {
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
  }
  .counters .count_outer > div:nth-of-type(1),
  .counters .count_outer > div:nth-of-type(2) {
    border-bottom: 1px #93d2b9 solid;
    padding-bottom: 20px;
  }
  .box1 {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 100%;
    margin: 0 0 10px 0;
  }
  .box1 .box_in {
    margin: 0;
  }
  .box1 .box_in .box_body {
    max-width: 60%;
  }
  .box1 .box_in .box_im {
    width: 40%;
  }
}
/*# sourceMappingURL=tagheez.css.map */