@import url('https://fonts.googleapis.com/css?family=Cairo:300,400,600,700,900&subset=arabic');

html {
  box-sizing: border-box;
}

*, *:before, *:after {
  box-sizing: inherit;
  margin: 0;
  outline: none;
}

body {
  direction: rtl;
  font-family: 'Cairo', sans-serif;
  font-size: 1.3em;
  line-height: 1.9;
  background-color: #f4f4f4;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 700;
  line-height: 1.6;
}

img {
  border: 0;
  max-width: 100%;
  height: auto;
}

a {
  color: #0e76bc;
  text-decoration: none;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

a:hover, a:focus, a:active {
  color: #f1592a;
  text-decoration: none;
}

body::-webkit-scrollbar {
  width: 3px;
}

body::-webkit-scrollbar-track {
  background-color: #414141;
}

body::-webkit-scrollbar-thumb {
  background-color: #f9b233;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}

.container-fluid {
  padding-left: 0;
  padding-right: 0;
}

.head-bar {
  background-color: #fff;
  border-bottom: 1px solid rgba(0, 0, 0, 0.04);
  line-height: 45px;
  font-size: 0.9em;
  color: rgba(0, 0, 0, 0.6);
  font-weight: 600;
}

.head-bar a {
  color: rgba(0, 0, 0, 0.8);
}

.head-bar .call-bar-head {
  display: inline-block;
  float: right;
}

.head-bar .call-bar-head .fa {
  display: inline-block;
  vertical-align: middle;
  font-size: 1.6em;
  margin-left: 2px;
}

.head-bar .call-bar-head span {
  display: inline-block;
  direction: ltr;
  margin-right: 5px;
}

.head-bar .address-bar-head {
  display: inline-block;
  float: left;
  margin-right: 25px;
}

.head-bar .address-bar-head .fa {
  display: inline-block;
  vertical-align: middle;
  font-size: 1.2em;
  margin-left: 2px;
}

.head-bar .head-social {
  display: inline-block;
  float: left;
}

.head-bar .head-social a {
  display: inline-block;
  float: left;
  font-size: 1.3em;
  margin: 0 2px;
  padding: 0 5px;
  opacity: 0.9;
}

.head-bar .head-social a:hover {
  opacity: 1;
}

.header {
  background-color: #fff;
}

.header .logo {
  padding: 25px 15px;
}

.header .logo img {
  width: auto;
  max-width: 100%;
}

.head-menu {
}

.slicknav_menu {
  display: none;
}

.head-menu ul {
  margin: 0;
  padding: 0;
  display: inline-block;
  float: left;
}

.head-menu ul li {
  margin: 0;
  padding: 0;
  display: inline-block;
  float: right;
  position: relative;
}

.head-menu ul li::after {
  content: "";
  position: absolute;
  bottom: 25px;
  left: 0;
  right: 0;
  margin: 0 auto;
  height: 2px;
  width: 0%;
  background-color: #f9b233;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.head-menu ul li:hover::after {
  width: 50%;
  background-color: #f9b233;
}

.head-menu ul li a {
  display: block;
  font-size: 1.1em;
  font-weight: 700;
  padding: 0 15px;
  color: rgba(0, 0, 0, 0.8);
  line-height: 104px;
}

.head-menu ul li:hover > a {
  color: #0e76bc;
}

.head-menu ul ul {
  position: absolute;
  right: 0;
  width: 220px;
  background-color: #fff;
  z-index: 99999;
  padding-bottom: 10px;
  display: none;
  animation: fadeInDown 0.2s;
  -webkit-animation: fadeInDown 0.2s;
  -webkit-box-shadow: 0 5px 20px 0 rgba(0,0,0,0.04);
  box-shadow: 0 5px 20px 0 rgba(0,0,0,0.04);
}

.head-menu li li {
  display: block;
  float: none;
}

.head-menu li li::after {
  display: none;
}

.head-menu li li a {
  display: block;
  font-size: 1em;
  font-weight: 600;
  padding: 0 25px;
  line-height: 45px;
}

.head-menu li .fa-bars {
  font-size: 0.7em;
  display: inline-block;
  margin-right: 3px;
  opacity: 0.2;
  color: #000;
}

.head-menu li:hover >  .fa-bars {
  color: #000;
}

.head-menu li:hover > ul {
  display: block;
}

.slider {
  background-color: #323232;
  position: relative;
  overflow: hidden;
}

.slider .owl-dots {
  position: absolute;
  left: 5%;
  top: 50%;
  transform: translateY(-50%);
}

.slider .owl-dots div {
  display: block;
  width: 10px;
  height: 10px;
  margin-bottom: 10px;
  background-color: rgba(255,255,255,0.2);
  -webkit-border-radius: 20px;
  border-radius: 20px;
}

.slider .owl-dots div.active {
  background-color: rgba(255,255,255,0.6);
}

.slider .one-slide {
  background-color: #323232;
  position: relative;
  overflow: hidden;
}

.slider .one-slide img {
  width: 100%;
  height: auto;
  opacity: 0.4;
  animation: pulse 10s linear infinite;
}

.slider .one-slide .slide-cntn {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  max-width: 80%;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
}

.slider .one-slide .slide-cntn h1 {
  font-size: 3em;
  font-weight: 600;
  color: #fff;
  text-shadow: 1px 1px 10px rgba(0, 0, 0, 0.5);
  margin: 0 0 20px;
  padding: 0 0 50px;
  position: relative;
  display: block;
}

.slider .one-slide .slide-cntn h1::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 30px;
  height: 30px;
  background-image: url("images/l-whit.png");
  background-size: cover;
}

.slider .one-slide .slide-cntn h2 {
  font-size: 1.2em;
  font-weight: 300;
  color: #fff;
  margin: 0;
  padding: 0;
}

.programes-box {
  margin: 60px 0;
}

.all-home-programes {
}

.one-program-home {
}

.one-program-home > div[class*="col-"] {
  padding: 0;
}

.one-program-home  .cntn-program-home {
  padding: 65px 65px 0 65px !important;
  background-color: #fff;
}

.one-program-home  .cntn-program-home h2 {
  margin: 0 0 15px;
  padding: 0 0 15px;
  font-size: 1.6em;
  color: #0e76bc;
}

.one-program-home  .cntn-program-home p {
  text-align: justify;
  font-size: 0.9em;
  line-height: 1.9;
}

.btn-more-box {
  text-align: center;
  margin: 30px 0;
}

.btn-more-box a {
  display: inline-block;
  padding: 10px 40px 12px;
  background-color: #fff;
  -webkit-border-radius: 40px;
  border-radius: 40px;
  font-weight: 700;
  color: rgba(0, 0, 0, 0.8);
}

.btn-more-box a:hover {
  color: #fff;
  background-color: #f9b233;
}

.latest-offers {
  padding: 80px 0 40px;
  margin: 0 0 0;
  background-color: rgba(255, 255, 255, 0.5);
}

.box-title {
  text-align: center;
  margin: 0 0 40px;
}

.box-title h1 {
  text-align: center;
  color: #f9b233;
  font-size: 1.4em;
  margin: 0 0 10px;
  padding: 0 0 35px;
  position: relative;
}

.box-title h1::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 20px;
  height: 20px;
  background-image: url("images/l-black.png");
  background-size: cover;
  opacity: 0.5;
}

.box-title p {
  font-size: 0.8em;
  font-weight: 600;
  opacity: 0.5;
}

.all-home-offers {
  position: relative;
  overflow: hidden;
}

.all-home-offers .owl-nav {
  text-align: center;
}

.all-home-offers .owl-nav div {
  display: inline-block;
  margin: 0 10px;
  font-size: 2em;
  opacity: 0.6;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.all-home-offers .owl-nav div:hover {
  opacity: 1;
}

.one-offer-home {
  margin-bottom: 40px;
}

.one-offer-wrap {
  background-color: #fff;
  position: relative;
  overflow: hidden;
}

.one-offer-wrap .one-offer-img {
  position: relative;
  overflow: hidden;
  background-color: #323232;
  color: #fff;
}

.one-offer-wrap .one-offer-img img {
  opacity: 0.9;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.one-offer-wrap:hover .one-offer-img img {
  opacity: 1;
  -moz-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -o-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}

.one-offer-wrap .offer-meta {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-image: -moz-linear-gradient( 90deg, rgb(37,37,37) 0%, rgba(118,63,22,0) 100%);
  background-image: -webkit-linear-gradient( 90deg, rgb(37,37,37) 0%, rgba(118,63,22,0) 100%);
  background-image: -ms-linear-gradient( 90deg, rgb(37,37,37) 0%, rgba(118,63,22,0) 100%);
  padding: 25px;
  opacity: 0.8;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.one-offer-wrap:hover .offer-meta {
  bottom: -5px;
  opacity: 1;
}

.one-offer-wrap .offer-meta span {
  color: #fff;
  display: inline-block;
  margin-left: 15px;
  font-size: 0.9em;
  font-weight: 600;
}

.one-offer-wrap .offer-meta span .fa {
  display: inline-block;
  margin-left: 3px;
}

.one-offer-wrap .one-offer-cntn {
  padding: 25px;
  position: relative;
  padding-left: 90px;
}

.one-offer-wrap .one-offer-cntn h1 {
  margin: 0 0 15px;
  padding: 0;
  font-size: 1.2em;
}

.one-offer-wrap .one-offer-cntn h2 {
  font-size: 0.9em;
  font-weight: 600;
  margin: 0;
  padding: 0;
}

.one-offer-wrap .one-offer-cntn h2 .fa {
  display: inline-block;
  margin-left: 3px;
  opacity: 0.8;
}

.one-offer-wrap .one-offer-cntn .price-offer {
  display: inline-block;
  float: left;
  font-size: 2em;
  color: #f9b233;
  font-weight: 700;
  position: absolute;
  left: 25px;
  top: 15px;
}

.one-offer-wrap .one-offer-cntn .price-offer span {
  font-weight: 600;
  font-size: 0.5em;
}

.our-partners {
  background-color: #fff;
  padding: 60px;
}

.our-partners {
}

.small-title {
  font-size: 1.2em;
  color: rgba(0,0,0,0.8);
  position: relative;
  margin: 0 0 15px;
  padding: 0 0 15px;
}

.small-title::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  height: 2px;
  width: 15px;
  background-color: #f9b233;
}

.our-partners .one-partner {
  opacity: 0.6;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.our-partners .one-partner:hover {
  opacity: 1;
}

.latest-news {
  padding: 60px 0;
}

.all-latest-news-home {
  margin: 0 -15px;
}

.one-latest-news {
  margin-bottom: 30px;
}

.one-latest-news .wrap-latest-news {
  position: relative;
  background-color: #323232;
  overflow: hidden;
}

.one-latest-news .wrap-latest-news img {
  width: 100%;
  opacity: 0.8;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.one-latest-news:hover .wrap-latest-news img {
  opacity: 1;
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.one-latest-news .wrap-latest-news .cntn-latest-news {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 25px;
  color: #fff;
  background-image: -moz-linear-gradient( 90deg, rgb(37,37,37) 0%, rgba(118,63,22,0) 100%);
  background-image: -webkit-linear-gradient( 90deg, rgb(37,37,37) 0%, rgba(118,63,22,0) 100%);
  background-image: -ms-linear-gradient( 90deg, rgb(37,37,37) 0%, rgba(118,63,22,0) 100%);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.one-latest-news:hover .wrap-latest-news .cntn-latest-news {
  padding-bottom: 30px;
}

.one-latest-news .wrap-latest-news h2 {
  margin: 0;
  padding: 0;
  font-size: 1.1em;
  font-weight: 600;
}

.one-latest-news .wrap-latest-news .lnews-date {
  background-color: #f9b233;
  color: #fff;
  font-size: 2em;
  font-weight: 700;
  position: relative;
  text-align: center;
  display: inline-block;
  line-height: 1;
  padding: 5px 10px 10px;
  margin: 0 0 15px;
}

.one-latest-news .wrap-latest-news .lnews-date::after {
  content: "";
  position: absolute;
  bottom: -4px;
  left: 0;
  height: 2px;
  width: 20%;
  background-color: #f9b233;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.one-latest-news:hover .wrap-latest-news .lnews-date::after {
  width: 30%;
}

.one-latest-news .wrap-latest-news .lnews-date span {
  display: block;
  font-size: 0.4em;
  font-weight: 600;
}

.footer {
  background-color: #1d1d1d;
  padding: 60px 0;
  color: #fff;
}

.footer .one-foot-block {
}

.footer .one-foot-block .title-foot-block {
  font-size: 1.1em;
  margin: 0 0 15px;
  padding: 0 0 15px;
  position: relative;
}

.footer .one-foot-block .title-foot-block::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  height: 2px;
  width: 30px;
  background-color: rgba(255, 255, 255, 0.08);
}

.footer .one-foot-block ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.footer .one-foot-block ul li {
  display: inline-block;
  float: right;
  width: 49%;
}

.footer .one-foot-block ul li a {
  color: #fff;
  font-size: 0.9em;
  line-height: 2;
  padding: 0 15px;
  display: block;
}

.footer .one-foot-block ul li a:hover {
  text-indent: 5px;
  opacity: 0.5;
}

.footer .one-foot-block ul ul {
  display: none;
}

.footer .foot-social {
  text-align: center;
  margin: 20px 0;
  direction: ltr;
}

.footer .foot-social a {
  display: inline-block;
  font-size: 1.8em;
  margin: 0 10px 0 10px;
  color: #fff;
  opacity: 0.5;
}

.footer .foot-social a:hover {
  opacity: 1;
}

.copyrights {
  padding-top: 20px;
  font-size: 0.8em;
}

.copyrights p {
  opacity: 0.6;
  margin: 0 0 30px;
}

.copyrights .ft {
  width: 48px;
  height: 21px;
  display: inline-block;
  background-image: url('images/ft.png');
  text-indent: -9999px;
  opacity: 0.3;
}

.copyrights .ft:hover {
  opacity: 0.7;
}

.copyrights img {
  opacity: 0.2;
}

.one-program-archive {
  margin-bottom: 30px;
}

.one-program-archive > div[class*="col-"] {
  padding: 0;
}

.one-program-archive  .cntn-program-archive {
  padding: 65px 65px 0 65px !important;
  background-color: #fff;
}

.one-program-archive  .cntn-program-archive h2 {
  margin: 0 0 15px;
  padding: 0 0 15px;
  font-size: 1.6em;
  color: #0e76bc;
}

.one-program-archive  .cntn-program-archive p {
  text-align: justify;
  font-size: 0.9em;
  line-height: 1.9;
}

.not-found {
  min-height: 250px;
}

.comments-title, .comment-reply-title {
  font-size: 1.4em;
  color: rgba(127, 140, 141,1.0);
  margin: 0 0 15px;
  padding: 0 0 15px;
}

label {
  display: block;
}

.comments-area {
  padding: 30px;
  margin: 30px -30px -30px;
  background-color: rgba(0, 0, 0, 0.02);
}

.comment-list {
  margin: 0 0 30px;
  padding: 0;
  list-style: none;
  list-style: none;
}

.comment-list ol, .comment-list ul {
  list-style: none;
}

.comment-list .comment {
  margin-bottom: 5px;
}

.comment-list .comment-body {
  padding: 15px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  margin-bottom: 5px;
  margin-right: 80px;
  position: relative;
  background-color: rgba(0,0,0,0.01);
}

.comment-list .comment-body .comment-meta {
  font-size: 1em;
  margin-bottom: 5px;
}

.comment-list .comment-body .comment-meta a {
  color: #666666;
}

.comment-list .comment-body .comment-meta .says {
  display: none;
}

.comment-list .comment-body .comment-meta img.avatar {
  position: absolute;
  right: -50px;
  top: 10px;
  width: 40px;
  height: 40px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  z-index: 9999;
}

.comment-list .comment-body .comment-meta .fn {
  font-size: 1.2em;
  margin-bottom: 5px;
  margin-left: 5px;
}

.comment-list .comment-body .comment-meta .comment-metadata {
  display: block;
  text-align: left;
  opacity: 0.5;
  font-size: 0.8em;
}

.comment-list .comment-body .comment-content {
  text-align: justify;
  line-height: 1.6;
  font-size: 1.15em;
}

.comment-list .comment-body .reply {
  display: block;
}

.comment-list .comment-body .reply a {
  display: inline-block;
  padding: 3px 15px 8px;
  line-height: 1;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background-color: rgba(0,0,0,0.04);
  font-size: 0.8em;
  color: #000;
}

.comment-form {
}

.form-allowed-tags {
  display: none;
}

.page-header {
  margin: 0;
  padding: 0;
  border: 0;
  text-align: center;
  margin: 0 0 40px;
}

.page-title {
  text-align: center;
  color: #f9b233;
  font-size: 1.8em;
  margin: 0 0 10px;
  padding: 0 0 35px;
  position: relative;
}

.page-title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 20px;
  height: 20px;
  background-image: url("images/l-black.png");
  background-size: cover;
  opacity: 0.5;
}

.page-header .archive-description {
  font-size: 0.8em;
  font-weight: 600;
  opacity: 0.5;
}

.content-area {
  margin: 30px 0;
  background-color: #fff;
  padding: 30px;
  -webkit-box-shadow: 0 5px 20px 0 rgba(0,0,0,0.04);
  box-shadow: 0 5px 20px 0 rgba(0,0,0,0.04);
  overflow: hidden;
}

.entry-meta {
  margin: 0 0 15px;
  padding: 5px 0;
  border: 1px solid rgba(0, 0, 0, 0.02);
  font-size: 0.9em;
  color: rgba(0, 0, 0, 0.6);
}

.entry-meta a {
  color: rgba(0, 0, 0, 0.9);
}

.entry-meta  > span {
  display: inline-block;
  margin-left: 25px;
}

.entry-meta  .fa {
  opacity: 0.8;
  margin-left: 2px;
}

.nav-links {
  font-weight: 700;
}

.offer-single-data {
  text-align: center;
  margin-bottom: 30px;
}

.offer-single-data > span {
  display: inline-block;
  margin: 0 15px;
  font-weight: 600;
}

.offer-single-data .fa {
  color: #0e76bc;
}

.offer-single-data .price-offer {
  display: inline-block;
  font-size: 2.2em;
  color: #0e76bc;
  font-weight: 700;
}

.offer-single-data .price-offer span {
  font-weight: 600;
  font-size: 0.5em;
}

.desc-single-offer {
  text-align: center;
  font-size: 1.05;
  margin-bottom: 60px;
}

.offer-single-thumb {
  margin: -20px -20px 30px;
  max-height: 350px;
  overflow: hidden;
  position: relative;
}

.offer-single-thumb img {
  width: 100%;
}

.offer-single-thumb::after {
  height: 80px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  content: "";
  background-image: -moz-linear-gradient( 90deg, rgb(255,255,255) 0%, rgba(255,255,255,0) 100%);
  background-image: -webkit-linear-gradient( 90deg, rgb(255,255,255) 0%, rgba(255,255,255,0) 100%);
  background-image: -ms-linear-gradient( 90deg, rgb(255,255,255) 0%, rgba(255,255,255,0) 100%);
}

#jsjobs_screentag {
  display: none;
}
