@import url('https://fonts.googleapis.com/css?family=Montserrat:400,500,600,700,800|Tajawal:400,500,700,800&subset=arabic');

html {
  box-sizing: border-box;
  text-rendering: optimizeLegibility !important;
  -webkit-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-stroke: 0.1px;
}

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

body {
  direction: ltr;
  font-family: 'Montserrat', 'Tajawal', sans-serif;
  font-size: 1.32em;
  line-height: 1.8;
}

h1, h2, h3, h4, h5, h6 {
  line-height: 1.5;
}

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

a {
  color: #005093;
  text-decoration: none;
  -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;
}

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

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

.header {
  box-shadow: 0px 0px 80px 0px rgba(0,0,0,0.02);
}

.header .logo {
  background-color: #005093;
  padding: 45px 35px;
  text-align: right;
}

.slicknav_menu {
  display: none;
}

.header .head-menu {
  padding: 34px 0;
  padding-right: 80px;
  display: inline-block;
}

.header .head-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
  float: right;
}

.header .head-menu ul li {
  display: inline-block;
  float: left;
  margin: 0 5px;
  position: relative;
}

.header .head-menu ul li::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  margin: 0 auto;
  height: 1px;
  width: 0px;
  background-color: rgba(0,0,0,0.08);
  -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;
}

.header .head-menu ul li:hover::after {
  width: 100%;
}

.header .head-menu ul li  a {
  display: block;
  padding: 15px 15px;
  font-size: 1.1em;
  color: #323232;
  font-family: 'Montserrat', 'Tajawal', sans-serif;
}

.header .head-menu ul li:hover >  a {
  color: #005093;
}

.header .head-menu ul .menu-btn a {
  border: 0 solid rgba(0,0,0,0.08);
  padding-right: 30px;
  padding-left: 30px;
  color: #005093;
  box-shadow: -1px 1px 5px 0px rgba(0,0,0,0.02);
  border-bottom: 1px solid rgba(0,0,0,0.08);
}

.header .head-menu ul .menu-btn:hover a {
  background-color: rgba(0,0,0,0.08);
}

.header .head-menu ul ul {
  width: 220px;
  background-color: #fff;
  position: absolute;
  left: 0;
  z-index: 9999;
  box-shadow: -1px 5px 10px 0 rgba(0,0,0,0.04);
  display: none;
  animation: fadeInUp 0.3s;
}

.header .head-menu ul ul ul {
  left: 100%;
  top: 0;
}

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

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

.header .head-menu li li:hover >  a {
  text-indent: 3px;
}

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

.header .head-menu li .fa-angle-down {
  font-size: 0.6em;
  margin-left: 2px;
}

.header #open-search {
  display: inline-block;
  float: right;
  margin-left: 25px;
  padding: 14px 0 17px;
  font-size: 1.2em;
  cursor: pointer;
  color: #b2b2b2;
  -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;
}

.header #open-search:hover {
  color: #005093;
}

.header #change-lang {
  display: inline-block;
  float: right;
  margin: 0;
  padding: 0;
  list-style: none;
  margin-left: 25px;
  margin-top: 16px;
}

.header #change-lang li {
  display: block;
  position: relative;
}

.header #change-lang ul {
  position: absolute;
  left: 50%;
  width: 100px;
  margin-left: -50px;
  padding: 10px 0;
}

.header #change-lang ul li {
  display: block;
  font-size: 0.8em;
  direction: ltr;
  text-align: left;
  line-height: 1;
}

.header #change-lang ul li a {
  display: block;
  line-height: 1;
  padding: 5px 15px;
}

.header #change-lang ul li:hover > a {
  text-indent: 0;
}

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

.slider .owl-dots {
  position: absolute;
  right: 5%;
  bottom: 5%;
}

.slider .owl-dots div {
  width: 8px;
  height: 8px;
  margin: 0 5px;
  display: inline-block;
  background-color: rgba(255,255,255,0.2);
  -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;
}

.slider .owl-dots div.active {
  background-color: rgba(255,255,255,0.9);
  -moz-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -o-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}

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

.slider .one-slide img {
  width: 100%;
  height: auto;
  opacity: 0.5;
}

.slider .one-slide .slide-cntn {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 45%;
  background-color: rgba(0,0,0,0.15);
  color: #fff;
  text-shadow: -1px 1px 0px rgba(0,0,0,0.2);
  z-index: 999;
}

.slider .one-slide .slide-cntn > div {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  left: 0;
  padding: 0 30px;
}

.slider .one-slide .slide-cntn h1 {
  margin: 0;
  padding: 0 0 20px;
  font-size: 1.2em;
  display: none;
  animation: fadeInDown 0.9s;
}

.slider .active .one-slide .slide-cntn h1 {
  display: block;
}

.slider .one-slide .slide-cntn h2 {
  margin: 0;
  padding: 0;
  font-size: 1.9em;
  display: none;
  animation: fadeInUp 0.6s;
}

.slider .active .one-slide .slide-cntn h2 {
  display: block;
}

.home-widget {
}

.home-widget .home-widget-title {
  margin: 0 0 15px;
  padding: 0 0 15px;
  font-size: 1.2em;
}

.welcome-box {
  padding: 80px 0;
}

.welcome-box .welcome-box-cntn {
  padding-top: 30px;
}

.welcome-box .weclome-title {
  margin-bottom: 30px;
}

.welcome-box .weclome-title h1 {
  font-size: 1.6em;
  margin: 0 0 15px;
  padding: 0;
  color: #005093;
}

.welcome-box .weclome-title p {
  display: block;
  margin: 0;
  font-size: 0.9em;
  color: rgba(0,0,0,0.4);
  padding-left: 100px;
  position: relative;
}

.welcome-box .weclome-title p::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 90px;
  height: 1px;
  background-color: rgba(0,0,0,.08);
}

.welcome-box .welcome-box-cntn p {
  margin-bottom: 15px;
  line-height: 1.8;
}

.welcome-box .welcome-box-img img {
  width: 100%;
}

.latest-news-box {
  padding: 20px 0;
  background-color: rgba(0,0,0,0.02);
}

.latest-news-box .owl-nav {
  position: absolute;
  left: -100px;
  bottom: 10px;
}

.latest-news-box .owl-nav > div {
  display: inline-block;
  float: left;
  margin: 0 2px;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 37px;
  border: 1px solid rgba(0,0,0,0.06);
  font-size: 1.3em;
  color: rgba(0,0,0,0.5);
  -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;
}

.latest-news-box .owl-nav > div:hover {
  color: #005093;
}

.latest-news-box .latest-news-title {
  padding: 20px 0;
}

.latest-news-box .latest-news-title h2 {
  margin: 0 0 15px;
  padding: 0;
  font-size: 1.35em;
  color: #005093;
}

.latest-news-box .latest-news-caros {
}

.latest-news-box .one-latest-news {
}

.latest-news-box .one-latest-news .wrap-l-news {
  position: relative;
  padding-left: 190px;
  padding-top: 30px;
  min-height: 180px;
}

.latest-news-box .one-latest-news .wrap-l-news img {
  position: absolute;
  left: 0;
  top: 0;
  width: 170px;
  height: auto;
}

.latest-news-box .one-latest-news .wrap-l-news span {
  font-size: 0.8em;
  color: rgba(0,0,0,0.4);
  display: block;
  margin-bottom: 10px;
}

.latest-news-box .one-latest-news .wrap-l-news h2 {
  margin: 0;
  padding: 0;
  font-size: 1.2em;
  color: #323232;
  line-height: 1.7;
}

.latest-news-box .one-latest-news .wrap-l-news h2 a {
  color: #323232;
}

.latest-news-box .one-latest-news .wrap-l-news h2:hover {
  color: #005093;
}

.footer {
  background-color: #252525;
  color: #fff;
  padding: 80px 0;
}

.footer .fb-title {
  margin: 0 0 15px;
  padding: 0 0 15px;
  font-size: 1.22em;
}

.footer .foot-block {
  margin-bottom: 30px;
}

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

.footer .foot-block ul li {
  display: block;
  margin: 5px 0;
}

.footer .foot-block ul li a {
  display: block;
  color: #909090;
  font-size: 0.94em;
}

.footer .foot-block ul li a:hover {
  color: #fff;
  text-indent: 5px;
}

.footer .foot-b-left {
  margin-bottom: 30px;
  float: right;
}

.footer .foot-contact {
  margin-bottom: 30px;
  font-size: 0.86em;
}

.footer .foot-contact > span {
  display: block;
  margin-bottom: 12px;
  color: #909090;
}

.footer .foot-contact > span > span {
  display: inline-block;
  float: right;
  direction: rtl;
  color: #fff;
}

.footer .foot-contact > span .fa {
  opacity: 0.3;
}

.footer .foot-social {
  text-align: center;
  direction: rtl;
}

.footer .foot-social a {
  display: inline-block;
  margin: 0 5px 5px;
  font-size: 1.2em;
  color: #909090;
}

.footer .foot-social a:hover {
  color: #fff;
}

.copyrights {
  background-color: #252525;
  padding: 15px;
  border-top: 1px solid rgba(255,255,255,0.02);
  font-size: 0.8em;
  color: rgba(255,255,255,0.2);
}

.copyrights p {
  margin: 0;
  float: right;
}

#blackwrap {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 99999;
  background-color: rgba(0,0,0,0.8);
}

#search-box {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 999999;
  background-color: rgba(0,0,0,.6);
  animation: fadeIn 0.4s;
}

#search-box #close-search-box {
  position: absolute;
  top: 50px;
  right: 72px;
  cursor: pointer;
  display: inline-block;
  width: 31px;
  height: 31px;
  border: 0 solid rgba(0,0,0,0.1);
  font-size: 2em;
}

#search-box #close-search-box span {
  display: inline-block;
  width: 30px;
  height: 2px;
  background-color: #aaaaaa;
  position: absolute;
  right: 7px;
  top: 13px;
  -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;
}

#search-box #close-search-box:hover span {
  background-color: #323232;
}

#search-box #close-search-box span:nth-child(1) {
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

#search-box #close-search-box span:nth-child(2) {
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#search-box .search-form {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 60%;
}

#search-box .search-form input {
  border: 0;
  margin: 0;
  padding: 0;
  background-color: transparent;
  width: 100%;
  padding: 15px;
  font-size: 1.8em;
}

#search-box .search-form button {
  border: 0;
  margin: 0;
  padding: 10px 15px;
  background-color: transparent;
  position: absolute;
  top: 0;
  right: 0;
  font-size: 2em;
}

.content-area {
  margin: 60px 0;
}

.page-header {
  border: 0;
  margin: 0 0 60px;
  padding: 0;
}

.page-title {
  border: 0;
  margin: 0 0 15px;
  padding: 0;
  color: #005093;
  font-size: 2.2em;
}

.page-title span {
  color: #323232;
}

.archive-description {
  font-size: 0.9em;
  opacity: 0.6;
}

.not-found {
  padding: 80px 0;
}

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

.one-news-wrap {
  border: 1px solid rgba(0,0,0,0.03);
  padding: 5px;
}

.one-news .wrap-l-news {
  position: relative;
  padding-left: 190px;
  padding-top: 30px;
  min-height: 170px;
}

.one-news .wrap-l-news img {
  position: absolute;
  left: 0;
  top: 0;
  width: 170px;
  height: auto;
  -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-news:hover .wrap-l-news img {
  opacity: 0.8;
}

.one-news .wrap-l-news span {
  font-size: 0.8em;
  color: rgba(0,0,0,0.4);
  display: block;
  margin-bottom: 10px;
}

.one-news .wrap-l-news h2 {
  margin: 0;
  padding: 0;
  font-size: 1.2em;
  color: #323232;
  line-height: 1.7;
}

.one-news .wrap-l-news h2 a {
  color: #323232;
}

.one-news .wrap-l-news h2:hover {
  color: #005093;
}

.nav-links {
  display: block;
}

.nav-links .nav-previous {
  display: inline-block;
  float: left;
}

.nav-links .nav-next {
  display: inline-block;
  float: right;
  text-align: right;
}

.entry-meta {
  font-size: 0.8em;
  opacity: 0.8;
  border: 1px solid rgba(0,0,0,0.02);
  padding: 8px;
}

.entry-meta  a {
  color: #000;
}

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

.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
  margin: 30px 0;
  color: #005093;
}

.comments-area {
  margin: 30px 0;
  padding: 0;
}

.comments-area .comments-title, .comments-area .comment-reply-title {
  margin: 0 -30px 30px;
  padding: 30px;
  font-size: 1.2em;
  border-left: 2px solid #dcdcdc;
}

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

.comments-area .comment-list .comment-body {
  border: 1px solid #FAFAFB;
  padding: 15px;
  margin-bottom: 15px;
}

.comments-area .comment-list .comment-body .comment-meta {
}

.comments-area .comment-list .comment-body .comment-meta .avatar {
  -webkit-border-radius: 50px;
  border-radius: 50px;
  margin-right: 5px;
}

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

.comments-area .comment-list .comment-body .comment-meta .comment-metadata {
  font-size: 0.8em;
  opacity: 0.5;
  color: #333333;
  text-align: right;
  margin: 0 0 5px;
}

.comments-area .comment-list .comment-body .comment-meta .comment-metadata a {
  color: #333333;
}

.comments-area .comment-list .comment-body .comment-content {
  padding: 5px;
  font-size: 0.9em;
}

.comments-area .comment-list .comment-body .comment-content p {
  line-height: 1.8;
  color: #999999;
}

.comments-area .comment-list .comment-body .reply {
}

.comments-area .comment-list .comment-body .reply a {
  padding: 2px 15px 5px;
  background-color: #dcdcdc;
  color: #FFFFFF;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  font-size: 0.8em;
}

form label {
  display: block;
  font-weight: normal;
  font-size: 0.9em;
}

.one-service {
  margin-bottom: 60px;
  text-align: center;
}

.one-service .image-service {
}

.one-service .image-service img {
  width: 100%;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  -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;
  border-top-right-radius: 15px;
  border-top-left-radius: 15px;
}

.one-service:hover .image-service img {
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
}

.one-small-service {
  margin-bottom: 10px;
}

.one-service .wrap-service {
  padding: 15px 30px;
  background-color: #fff;
  z-index: 9999;
  position: relative;
  top: 1px;
  margin: 0 25px;
  opacity: 0.8;
}

.one-service .icon-service {
  display: block;
  font-size: 3em;
  color: #323232;
}

.one-small-service .icon-service {
  font-size: 2em;
}

.one-service h2 {
  margin: 0;
  padding: 15px 0;
  color: #005093;
  font-size: 1.4em;
}

.one-small-service h2 {
  font-size: 1.1em;
  padding: 0 0;
}

.one-service p {
  font-size: 0.9em;
  max-width: 80%;
  margin: 0 auto 15px;
}

.one-service a.btn-service {
  display: inline-block;
  margin: 0 auto;
  padding: 10px 20px 12px;
  border: 1px solid rgba(0,0,0,0.08);
  line-height: 1;
}

.one-service a.btn-service:hover {
  border-color: rgba(0,0,0,0.15);
}

.pty-header {
  text-align: center;
  margin-bottom: 60px;
}

.pty-header .icon-service {
  display: block;
  font-size: 3em;
  color: #323232;
}

.pty-header h1 {
  margin: 0;
  padding: 0;
  color: #005093;
}

.single-pty {
  margin-bottom: 60px;
  padding-bottom: 60px;
  border-bottom: 1px solid rgba(0,0,0,0.08);
}

.subtitle {
  font-size: 1.3em;
  color: #323232;
  margin: 0 0 15px;
  padding: 0;
  text-align: center;
}

.one-expertise {
  margin-bottom: 30px;
}

.one-expertise .wrap-expertise {
  padding: 30px;
  padding-left: 0;
  border-left: 2px solid rgba(0,0,0,0.06);
}

.one-expertise h2 {
  margin: 0  0 15px;
  font-size: 1.6em;
  color: #005093;
}

.one-expertise p {
  font-size: 0.9em;
  margin-bottom: 15px;
  text-align: justify;
}

.one-expertise .btn-expertise {
  display: inline-block;
  margin: 0 auto;
  padding: 10px 20px 12px;
  border: 1px solid rgba(0,0,0,0.08);
  line-height: 1;
}

.one-expertise .btn-expertise:hover {
  border-color: rgba(0,0,0,0.15);
}

.one-expertise .image-expertise {
  padding: 0;
}

.one-expertise .image-expertise img {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  width: 100%;
  height: auto;
  position: relative;
  right: 10px;
}

.news-arabiya-ticker {
  background-color: rgba(0,0,0,0.02);
  position: relative;
  line-height: 48px;
  overflow: hidden;
}

.news-arabiya-ticker .container {
  position: relative;
}

.news-arabiya-ticker  h4 {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #cfcfcf;
  color: #fff;
  overflow: hidden;
  margin: 0;
  padding: 0 15px;
  line-height: 48px;
  font-size: 0.9em;
}

.news-arabiya-ticker  ul {
  margin: 0;
  padding: 0;
  list-style: none;
  height: 48px;
  overflow: hidden;
  position: relative;
  width: 100%;
  text-align: left;
  right: 0 !important;
  left: 210px !important;
}

.news-arabiya-ticker  ul li {
  position: absolute;
  top: 0;
  left: 0;
  display: none;
}

.newsticker-navi {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10;
}

.newsticker-navi>span {
  display: inline-block;
  cursor: pointer;
  opacity: 0.3;
  padding: 0 5px;
}

.newsticker-navi>span:hover {
  opacity: 1;
}

.NewsTicker:hover .newsticker-navi {
  opacity: 1;
}

.partners-cros {
  padding: 60px 0;
}

.partners-cros h3 {
  margin: 0 0 15px;
  padding: 0 0 15px;
  font-size: 1.3em;
  text-align: center;
  position: relative;
}

.partners-cros h3::after {
  content: "";
  display: inline-block;
  width: 50px;
  height: 1px;
  background-color: rgba(0,0,0,0.08);
  margin: 0 auto;
  position: absolute;
  right: 0;
  left: 0;
  bottom: 0;
}

.partners-cros .one-partner {
  text-align: center;
  padding: 0 25px;
}

.partners-cros .one-partner img {
  width: 100%;
  height: auto;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  -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;
}

.partners-cros .one-partner:hover img {
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
}

.partners-cros .owl-dots {
  text-align: center;
}

.partners-cros .owl-dots > div {
  display: inline-block;
  padding: 5px;
}

.partners-cros .owl-dots > div span {
  display: inline-block;
  width: 8px;
  height: 8px;
  background-color: rgba(0,0,0,0.08);
}

.partners-cros .owl-dots > div.active span {
  background-color: rgba(0,0,0,0.2);
}

div[class*="col-"] input,
div[class*="col-"] select {
  width: 100%;
}

div.wpcf7 {
  direction: ltr !important;
}
