@font-face {
  font-family: "NeoSansArabic";
  src: url(../fonts/NeoSansArabic.ttf); }
@font-face {
  font-family: "Tajawal-Light";
  src: url(../fonts/Tajawal-Light.ttf); }
@font-face {
  font-family: "Cairo-SemiBold";
  src: url(../fonts/Cairo-SemiBold.ttf); }
@font-face {
  font-family: "HelveticaNeueLTB";
  src: url(../fonts/HelveticaNeueLTB.otf); }
@font-face {
  font-family: "Tajawal-Regular";
  src: url(../fonts/ArbFONTS-Tajawal-Regular.ttf); }
@font-face {
  font-family: "Tajawal-Bold";
  src: url(../fonts/ArbFONTS-Tajawal-Bold.ttf); }
@font-face {
  font-family: "ITC";
  src: url(../fonts/ITC.ttf); }
@font-face {
  font-family: "NeoSansbold";
  src: url(../fonts/NeoSansArabicBold.ttf); }
@font-face {
  font-family: "helveticaneuelt";
  src: url(../fonts/helveticaneuelt-arabic-55-roman.ttf); }
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  outline: none !important; }
  * a:hover {
    text-decoration: none; }

iframe, img {
  max-width: 100%; }

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

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

.centerblock {
  margin: 0 auto; }

body {
  font-family: NeoSansArabic;
  position: relative; }

/*Start Search*/
.search-btn {
  cursor: pointer; }

.search-area {
  position: absolute;
  top: 0%;
  right: 0%;
  opacity: 0;
  z-index: 0;
  background-color: rgba(0, 0, 0, 0.9);
  transition: all linear .4s;
  width: 100%;
  height: 100%;
  text-align: center;
  padding: 250px 0 0 0;
  visibility: hidden;
  opacity: 0; }
  .search-area .search-content form input {
    background: #ffffff2e;
    border: 0;
    padding: 20px;
    width: 80%;
    color: #fff;
    border-bottom: 2px solid #125d97; }
    .search-area .search-content form input::placeholder {
      color: #ffffff;
      font-family: "ITC" !important; }
  .search-area .search-content form button {
    background: #f5a961;
    color: #ffffff;
    border: 0;
    padding: 18px; }
  .search-area .search-content .search-close {
    transition: all linear .4s;
    position: absolute;
    top: 15px;
    left: 2%;
    background: transparent;
    border: 2px solid #9c9da1;
    border-radius: 0%;
    width: 50px;
    height: 50px;
    color: #ffffff;
    padding: 3px 0 0 0; }
    .search-area .search-content .search-close:hover {
      opacity: .5;
      transform: scale(0.9); }

/* End Search*/
/* Start Scroll */
body::-webkit-scrollbar-track {
  background: #fff; }

body::-webkit-scrollbar-thumb {
  background-color: #125d97;
  border-radius: 50px; }

body::-webkit-scrollbar {
  width: .5em; }

/* End Scroll */
.hidbut {
  display: none; }

.viemob {
  display: none; }

.partners-slider{
    margin-top:50px;
}

.partners-slider img{
    width:100%;
    height:150px;
}














/* Start header */
header {
  position: absolute;
  top: 0px;
  right: 0;
  width: 100%;
  padding-top: 20px;
  z-index: 9; }
  header .logo a {
    display: inline-block; }
    header .logo a img {
      width: 232px;
      height: 65px; }
  header .main-menu {
    display: flex;
    justify-content: flex-end;
    padding-top: 15px; }
    header .main-menu .close-menu {
      display: none; }
    header .main-menu .nav-menu {
      margin: 0; }
      header .main-menu .nav-menu li {
        list-style: none;
        display: inline-block;
        position: relative;
        margin-left: 25px; }
        header .main-menu .nav-menu li:last-of-type {
          margin-left: 0; }
        header .main-menu .nav-menu li:hover .sub-menu {
          opacity: 1;
          visibility: visible;
          transition: linear .4s; }
        header .main-menu .nav-menu li .sub-menu {
          opacity: 0;
          visibility: hidden;
          position: absolute;
          z-index: 2;
          border-radius: 0;
          transition: linear .4s;
          top: 110px;
          right: 15px;
          width: 150px;
          height: auto;
          background-color: #f5a961; }
          header .main-menu .nav-menu li .sub-menu li {
            display: block;
            margin: 10px 0; }
            header .main-menu .nav-menu li .sub-menu li a {
              color: #000 !important;
              background-color: transparent !important;
              font-size: 16px;
              width: auto;
              height: auto;
              margin: 10px 0;
              padding: 0 20px;
              font-family: "Tajawal-Regular" !important; }
              header .main-menu .nav-menu li .sub-menu li a:before {
                content: "\f100";
                font-family: 'Font Awesome 5 Free';
                font-weight: 900;
                font-size: 14px;
                margin-left: 10px; }
          header .main-menu .nav-menu li .sub-menu .has-child-for-first-child:hover .sub-child-menu {
            opacity: 1;
            visibility: visible;
            transition: linear .4s; }
          header .main-menu .nav-menu li .sub-menu .sub-child-menu {
            opacity: 0;
            visibility: hidden;
            position: absolute;
            border-radius: 3px;
            transition: linear .4s;
            top: 0;
            right: 80%;
            z-index: 1;
            width: 140px;
            height: auto;
            padding: 10px;
            background-color: #f5a961; }
            header .main-menu .nav-menu li .sub-menu .sub-child-menu li {
              display: block;
              margin: 10px 0; }
              header .main-menu .nav-menu li .sub-menu .sub-child-menu li a {
                color: #000;
                font-size: 16px; }
        header .main-menu .nav-menu li a {
          color: #000;
          padding: 10px 15px;
          font-size: 16px;
          display: block;
          position: relative;
          transition: linear .4s;
          z-index: 2; }
          header .main-menu .nav-menu li a:before {
            content: " ";
            position: absolute;
            z-index: -1;
            top: 0%;
            right: -10%;
            width: 50%;
            height: 100%;
            opacity: 0;
            background-color: #125d97;
            transition: linear .4s; }
          header .main-menu .nav-menu li a:after {
            content: " ";
            position: absolute;
            z-index: -1;
            bottom: 0%;
            left: -10%;
            width: 50%;
            height: 100%;
            opacity: 0;
            background-color: #125d97;
            transition: linear .4s; }
          header .main-menu .nav-menu li a:hover {
            transition: linear .4s;
            color: #fff; }
            header .main-menu .nav-menu li a:hover:before {
              right: 0;
              opacity: 1;
              transition: linear .4s; }
            header .main-menu .nav-menu li a:hover:after {
              left: 0;
              opacity: 1;
              transition: linear .4s; }
  header .nav-sys {
    display: flex;
    justify-content: flex-end;
    padding-top: 15px; }
    header .nav-sys .search-btn {
      margin-left: 10px;
      background-image: url("../img/search.png");
      background-repeat: no-repeat;
      background-position: center center;
      width: 40px;
      height: 40px;
      border: 1px solid #f5a961; }
    header .nav-sys .lang {
      color: #ffffff;
      font-size: 14px;
      font-family: NeoSansbold;
      background-color: #125d97;
      width: 40px;
      height: 40px;
      display: flex;
      justify-content: center;
      align-items: center; }

/* End header */
.inside-header {
  position: relative;
  top: unset;
  right: unset;
  padding: 30px 0;
  z-index: unset;
  width: auto; 
    background-image: url("../img/inside-header.png");
}

/* Start Main Header */
.main-header {
  font-family: NeoSansbold;
  font-size: 32px;
  color: #000;
  position: relative;
  display: table;
  margin: 0 auto 50px; }
  .main-header:after {
    contentOFF: " ";
    position: absolute;
    width: 100%;
    height: 20px;
    right: 0;
    background-color: #cab493;
    display: block;
    bottom: 5px;
    z-index: -1;
    animation-name: title;
    animation-duration: 3s;
    animation-iteration-count: infinite; }

@keyframes title {
  0% {
    height: 2px; }
  50% {
    height: 20px; }
  100% {
    height: 2px; } }
/* End Main Header */
/* Start Main Slider */
.main-slider:after {
  content: " ";
  background-image: url("../img/shadow-slider.png");
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 278px; }
.main-slider .item {
  position: relative; }
  .main-slider .item img {
    width: 100%;
    height: 750px; }
  .main-slider .item .on-image-slider {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    align-items: center;
    flex-direction: column; }
    .main-slider .item .on-image-slider p {
      font-size: 32px;
      color: #fff;
      text-align: center;
      font-family: NeoSansbold;
      margin-bottom: 50px;
      line-height: 60px; }
    .main-slider .item .on-image-slider a {
      position: relative;
      font-family: NeoSansArabic;
      background-color: #f5a961;
      display: flex;
      justify-content: start;
      align-items: center;
      color: #fff;
      min-height: 40px;
      width: 150px;
      font-size: 14px;
      padding: 0 20px;
      background-image: url("../img/arrow.png");
      background-repeat: no-repeat;
      background-position: 20px center;
      transition: linear .4s; }
      .main-slider .item .on-image-slider a:before {
        contentoff: " ";
        position: absolute;
        z-index: -1;
        top: 0%;
        right: -10%;
        width: 50%;
        height: 100%;
        opacity: 0;
        background-color: #125d97;
        transition: linear .4s; }
      .main-slider .item .on-image-slider a:after {
        contentoff: " ";
        position: absolute;
        z-index: -1;
        bottom: 0%;
        left: -10%;
        width: 50%;
        height: 100%;
        opacity: 0;
        background-color: #125d97;
        transition: linear .4s; }
      .main-slider .item .on-image-slider a:hover {
        transition: linear .4s;
         background-color: #125d97; }
        .main-slider .item .on-image-slider a:hover:before {
          right: 0;
          opacity: 1;
          transition: linear .4s; }
        .main-slider .item .on-image-slider a:hover:after {
          left: 0;
          opacity: 1;
          transition: linear .4s; }
.main-slider .owl-nav {
  position: absolute;
  top: 48%;
  transform: translateY(-50%);
  width: 100%; }
  .main-slider .owl-nav .owl-next {
    float: left;
    margin-left: 50px; }
  .main-slider .owl-nav .owl-prev {
    margin-right: 50px; }
  .main-slider .owl-nav i {
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #f5a961;
    font-size: 14px;
    color: #ffffff;
    transition: linear .4s; }
    .main-slider .owl-nav i:hover {
      transition: linear .4s;
      background-color: #125d97; }

/* End Main Slider */
/* Start Top Section */
.top-section {
  background-image: url(../img/top-section.png);
  background-position: right center;
  background-repeat: no-repeat; }
  .top-section .who {
    padding: 0 0 0 90px;
    background: #fff;
    box-shadow: 0px 0px 6px 2px #00000052;
    margin-top: -60px;
    position: relative;
    z-index: 2; }
    .top-section .who .who-txt {
      padding-top: 30px; }
      .top-section .who:before {
        content: " ";
        width: 100px;
        height: 100px;
        background: transparent;
        display: block;
        position: absolute;
        top: 30px;
        left: 30px;
        border-top: 5px solid #f5a961;
        border-left: 5px solid #f5a961; }
    .top-section .who:after {
      content: " ";
      width: 100px;
      height: 100px;
      background: transparent;
      display: block;
      position: absolute;
      bottom: 30px;
      right: 30px;
      border-bottom: 5px solid #f5a961;
      border-right: 5px solid #f5a961; }
    .top-section .who .main-header {
      margin: 0 0 30px 0; }
    .top-section .who p {
      color: #787878;
      font-size: 14px;
      line-height: 30px;
      text-align: justify; }
    .top-section .who a {
      position: relative;
      font-family: NeoSansArabic;
      background-color: transparent;
      display: flex;
      justify-content: start;
      align-items: center;
      color: #125d97;
      min-height: 40px;
      width: 150px;
      margin: 25px 0 50px;
      font-size: 14px;
      padding: 0 20px;
      background-image: url("../img/arrow-blue.png");
      background-repeat: no-repeat;
      background-position: 20px center;
      border: 1px solid #f5a961;
      transition: linear .4s; }
      .top-section .who a:before {
        contentoff: " ";
        position: absolute;
        z-index: -1;
        top: 0%;
        right: -10%;
        width: 50%;
        height: 100%;
        opacity: 0;
        background-color: #125d97;
        transition: linear .4s; }
      .top-section .who a:after {
        contentoff: " ";
        position: absolute;
        z-index: -1;
        bottom: 0%;
        left: -10%;
        width: 50%;
        height: 100%;
        opacity: 0;
        background-color: #125d97;
        transition: linear .4s; }
      .top-section .who a:hover {
        transition: linear .4s;
        background-color: #125d97;
        border: 1px solid transparent;
        background-image: url("../img/arrow.png");
        color: #ffffff; }
        .top-section .who a:hover:before {
          right: 0;
          opacity: 1;
          transition: linear .4s; }
        .top-section .who a:hover:after {
          left: 0;
          opacity: 1;
          transition: linear .4s; }
    .top-section .who .contact-who {
      display: flex;
      justify-content: space-between; }
    .top-section .who .info {
      height: 100%;
      display: inline-flex;
      align-items: center;
      cursor: pointer; }
      .top-section .who .info .image-info {
        margin-left: 10px;
        width: 50px;
        height: 50px;
        display: flex;
        justify-content: center;
        align-items: center;
        background-color: #f5a961; }
      .top-section .who .info .info-content h5 {
        font-size: 14px;
        color: #125d97;
        margin: 0 0 10px 0; }
      .top-section .who .info .info-content p {
        font-size: 14px;
        color: #6d6d6d;
        margin: 0; }
        .info-content a{
            color:#fff;
        }
        .info-content a:before{
            content: "-";
            
        }
        .info-content a:nth-child(2n+2):before{
            content: "-";
            display:none;
        }
        .info:nth-child(2) .info-content{
                direction: ltr;
        }
/* End Top Section */
/* Start services */
.services {
  padding: 70px 0; }
  .services .service-content {
    padding: 50px 30px;
    background-color: #ffffff;
    display: flex;
    position: relative;
    align-items: center;
    flex-direction: column;
    height: 100%;
    box-shadow: 0px 0px 8px 3px #d7d7d7;
    transition: linear .4s;
    z-index: 5; }
    .services .service-content:after {
      content: " ";
      width: 70px;
      height: 70px;
      background: transparent;
      display: block;
      position: absolute;
      top: 0px;
      left: 0px;
      border-top: 2px solid #125d97;
      border-left: 2px solid #125d97;
      transition: linear .4s;
      z-index: -1; }
    .services .service-content:before {
      content: " ";
      width: 70px;
      height: 70px;
      background: transparent;
      display: block;
      position: absolute;
      bottom: 0px;
      right: 0px;
      border-right: 2px solid #125d97;
      border-bottom: 2px solid #125d97;
      transition: linear .4s;
      z-index: -1; }
    .services .service-content .icon-service {
      margin-bottom: 40px;
      border: 1px solid #f5a961;
      width: 80px;
      height: 80px;
      display: flex;
      justify-content: center;
      align-items: center;
      transform: rotate(45deg); }
      .services .service-content .icon-service img {
        max-width: 40px;
        max-height: 45px;
        transform: rotate(-45deg); }
    .services .service-content h4 {
      margin: 0px;
      color: #000000;
      font-size: 18px;
      font-family: NeoSansbold;
      transition: linear .4s; }
    .services .service-content p {
      margin: 15px 0 0px;
      color: #787878;
      font-size: 14px;
      text-align: center;
      transition: linear .4s;
      line-height: 28px; }
    .services .service-content a {
      position: relative;
      font-family: NeoSansArabic;
      background-color: transparent;
      display: flex;
      justify-content: start;
      align-items: center;
      color: #125d97;
      min-height: 40px;
      width: 150px;
      margin: 25px 0 0px;
      font-size: 14px;
      padding: 0 20px;
      background-image: url("../img/arrow-blue.png");
      background-repeat: no-repeat;
      background-position: 20px center;
      border: 1px solid #f5a961;
      transition: linear .4s; }
      .services .service-content a:before {
        contentoff: " ";
        position: absolute;
        z-index: -1;
        top: 0%;
        right: -10%;
        width: 50%;
        height: 100%;
        opacity: 0;
        background-color: #125d97;
        transition: linear .4s; }
      .services .service-content a:after {
        contentoff: " ";
        position: absolute;
        z-index: -1;
        bottom: 0%;
        left: -10%;
        width: 50%;
        height: 100%;
        opacity: 0;
        background-color: #125d97;
        transition: linear .4s; }
      .services .service-content a:hover {
        transition: linear .4s;
        background-color: #125d97;
        border: 1px solid transparent;
        background-image: url("../img/arrow.png");
        color: #ffffff; }
        .services .service-content a:hover:before {
          right: 0;
          opacity: 1;
          transition: linear .4s; }
        .services .service-content a:hover:after {
          left: 0;
          opacity: 1;
          transition: linear .4s; }
    .services .service-content:hover {
      transition: linear .4s;
      border-color: transparent;
      transform: scale(1.01); }
      .services .service-content:hover:after {
        transition: linear .4s;
        width: 100%;
        height: 100%; }
      .services .service-content:hover:before {
        transition: linear .4s;
        width: 100%;
        height: 100%; }

.service-content {
  padding: 50px 30px;
  background-color: #ffffff;
  display: flex;
  position: relative;
  align-items: center;
  flex-direction: column;
  height: 100%;
  box-shadow: 0px 0px 8px 3px #d7d7d7;
  transition: linear .4s;
  z-index: 5; }
  .service-content:after {
    content: " ";
    width: 70px;
    height: 70px;
    background: transparent;
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    border-top: 3px solid #125d97;
    border-left: 3px solid #125d97;
    transition: linear .4s;
    z-index: -1; }
  .service-content:before {
    content: " ";
    width: 70px;
    height: 70px;
    background: transparent;
    display: block;
    position: absolute;
    bottom: 0px;
    right: 0px;
    border-right: 3px solid #125d97;
    border-bottom: 3px solid #125d97;
    transition: linear .4s;
    z-index: -1; }
  .service-content .icon-service {
    margin-bottom: 40px;
    border: 1px solid #f5a961;
    width: 80px;
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    transform: rotate(45deg); }
    .service-content .icon-service img {
      max-width: 40px;
      max-height: 45px;
      transform: rotate(-45deg); }
  .service-content h4 {
    margin: 0px;
    color: #000000;
    font-size: 18px;
    font-family: NeoSansbold;
    transition: linear .4s; }
  .service-content p {
    margin: 15px 0 0px;
    color: #787878;
    font-size: 14px;
    text-align: center;
    transition: linear .4s;
    line-height: 28px; }
  .service-content a {
    position: relative;
    font-family: NeoSansArabic;
    background-color: transparent;
    display: flex;
    justify-content: start;
    align-items: center;
    color: #125d97;
    min-height: 40px;
    width: 150px;
    margin: 25px 0 0px;
    font-size: 14px;
    padding: 0 20px;
    background-image: url("../img/arrow-blue.png");
    background-repeat: no-repeat;
    background-position: 20px center;
    border: 1px solid #f5a961;
    transition: linear .4s; }
    .service-content a:before {
      contentoff: " ";
      position: absolute;
      z-index: -1;
      top: 0%;
      right: -10%;
      width: 50%;
      height: 100%;
      opacity: 0;
      background-color: #125d97;
      transition: linear .4s; }
    .service-content a:after {
      contentoff: " ";
      position: absolute;
      z-index: -1;
      bottom: 0%;
      left: -10%;
      width: 50%;
      height: 100%;
      opacity: 0;
      background-color: #125d97;
      transition: linear .4s; }
    .service-content a:hover {
      transition: linear .4s;
      background-color: #125d97;
      border: 1px solid transparent;
      background-image: url("../img/arrow.png");
      color: #ffffff; }
      .service-content a:hover:before {
        right: 0;
        opacity: 1;
        transition: linear .4s; }
      .service-content a:hover:after {
        left: 0;
        opacity: 1;
        transition: linear .4s; }
  .service-content:hover {
    transition: linear .4s;
    border-color: transparent;
    transform: scale(1.01); }
    .service-content:hover:after {
      transition: linear .4s;
      width: 100%;
      height: 100%; }
    .service-content:hover:before {
      transition: linear .4s;
      width: 100%;
      height: 100%; }

/* End services */
/* Start Works */
.works {
  padding: 50px 0 70px;
  background-image: url("../img/project.png");
  position: relative; }
  .works .more-ser {
    position: relative;
    font-family: NeoSansArabic;
    display: flex;
    justify-content: start;
    align-items: center;
    color: #ffffff;
    min-height: 40px;
    width: 200px;
    margin: 50px auto 0;
    font-size: 14px;
    padding: 0 20px;
    background-color: #f5a961;
    background-image: url("../img/arrow.png");
    background-repeat: no-repeat;
    background-position: 20px center;
    transition: linear .4s; }
    .works .more-ser:hover{
        background-color:#125d97;
        transition: linear .4s;
    }
    .works .more-ser:before {
      content: " ";
      position: absolute;
      z-index: -1;
      top: 0%;
      right: -10%;
      width: 50%;
      height: 100%;
      opacity: 0;
      background-color: #f5a961;
      transition: linear .4s; }
    .works .more-ser:after {
      content: " ";
      position: absolute;
      z-index: -1;
      bottom: 0%;
      left: -10%;
      width: 50%;
      height: 100%;
      opacity: 0;
      background-color: #f5a961;
      transition: linear .4s; }

.works .custom-row {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-gap: 1em; }

.works .custom-row div:nth-of-type(8n + 1) {
  grid-column: span 4;
  grid-row: span 2; }

.works .custom-row div:nth-of-type(8n + 1) img {
  height: 600px; }

.works .custom-row div:nth-of-type(8n + 2) {
  grid-column: span 5;
  grid-row: span 1; }

.works .custom-row div:nth-of-type(8n + 2) img {
  height: 299px; }

.works .custom-row div:nth-of-type(8n + 3) {
  grid-column: span 3;
  grid-row: span 1; }

.works .custom-row div:nth-of-type(8n + 3) img {
  height: 299px; }

.works .custom-row div:nth-of-type(8n + 4) {
  grid-column: span 3;
  grid-row: span 1; }

.works .custom-row div:nth-of-type(8n + 4) img {
  height: 285px; }

.works .custom-row div:nth-of-type(8n + 5) {
  grid-column: span 5;
  grid-row: span 1; }

.works .custom-row div:nth-of-type(8n + 5) img {
  height: 285px; }

.works .custom-row div:nth-of-type(8n + 6),
.works .custom-row div:nth-of-type(8n + 7),
.works .custom-row div:nth-of-type(8n + 8) {
  grid-column: span 4;
  grid-row: span 1; }

.works .custom-row div:nth-of-type(8n + 6) img,
.works .custom-row div:nth-of-type(8n + 7) img,
.works .custom-row div:nth-of-type(8n + 8) img {
  height: 285px; }

.work-content {
  position: relative;
  z-index: 1;
  overflow: hidden;
  transform: scale(1);
  animation-timing-function: linear;
  animation-duration: 1s;
  animation-iteration-count: 1;
  box-shadow: 0px 0px 7px 1px #e0e0e0; }
  .work-content:before {
    content: " ";
    transition: linear .4s;
    width: 0px;
    height: 0px;
    background: transparent;
    display: block;
    position: absolute;
    bottom: 20px;
    right: 20px;
    border-bottom: 3px solid transparent;
    border-right: 3px solid transparent;
    z-index: 1; }
  .work-content:after {
    content: " ";
    width: 0px;
    height: 0px;
    z-index: 1;
    background: transparent;
    display: block;
    position: absolute;
    top: 20px;
    left: 20px;
    border-top: 3px solid transparent;
    border-left: 3px solid transparent; }

.work-content img {
  width: 100%; }

.work-content .on-image-work {
  visibility: hidden;
  opacity: 0;
  transition: linear .4s;
  transform: scale(0);
  position: absolute;
  top: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.6);
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 40px 25px 30px; }

.work-content .on-image-work h5 {
  font-size: 18px;
  color: #f5a961;
  margin-bottom: 15px;
  margin-right: -50px;
  font-family: NeoSansbold;
  transition: linear .4s; }

.work-content .on-image-work p {
  color: #ffffff;
  font-size: 14px;
  margin-bottom: 25px;
  text-align: center;
  font-family: NeoSansArabic;
  line-height: 28px;
  opacity: 0;
  transition: linear .4s; }

.work-content .on-image-work a {
  position: relative;
  font-family: NeoSansArabic;
  background-color: transparent;
  display: flex;
  justify-content: start;
  align-items: center;
  color: #f5a961;
  min-height: 40px;
  width: 150px;
  margin: 0px 0 0px;
  font-size: 14px;
  padding: 0 20px;
  background-image: url("../img/arrow-pink.png");
  background-repeat: no-repeat;
  background-position: 20px center;
  border: 1px solid #f5a961;
  transition: linear .4s; }
  .work-content .on-image-work a:before {
    contentoff: " ";
    position: absolute;
    z-index: -1;
    top: 0%;
    right: -10%;
    width: 50%;
    height: 100%;
    opacity: 0;
    background-color: #125d97;
    transition: linear .4s; }
  .work-content .on-image-work a:after {
    contentoff: " ";
    position: absolute;
    z-index: -1;
    bottom: 0%;
    left: -10%;
    width: 50%;
    height: 100%;
    opacity: 0;
    background-color: #125d97;
    transition: linear .4s; }
  .work-content .on-image-work a:hover {
    transition: linear .4s;
    background-color: #125d97;
    border: 1px solid transparent;
    background-image: url("../img/arrow.png");
    color: #ffffff; }
    .work-content .on-image-work a:hover:before {
      right: 0;
      opacity: 1;
      transition: linear .4s; }
    .work-content .on-image-work a:hover:after {
      left: 0;
      opacity: 1;
      transition: linear .4s; }

.work-content:hover {
  animation-name: scale; }
  .work-content:hover:after {
    transition: linear .4s;
    width: 100px;
    height: 100px;
    border-color: #f5a961; }
  .work-content:hover:before {
    transition: linear .4s;
    width: 100px;
    height: 100px;
    border-color: #f5a961; }

.work-content:hover .on-image-work {
  visibility: visible;
  opacity: 1;
  transition: linear .4s;
  transform: scale(1); }

.work-content:hover .on-image-work p {
  opacity: 1;
  transition: linear .4s .9s; }

.work-content:hover .on-image-work h5 {
  margin-right: 0px;
  transition: linear .4s .4s; }

.work-content:hover .on-image-work a {
  transition: linear .4s  ;
  margin-bottom: 0px; }

.work-content.inside img {
  height: 350px; }

@-webkit-keyframes wo {
  20% {
    left: 0;
    top: 0; }
  40% {
    left: 30%;
    top: 88%; }
  60% {
    left: 60%;
    top: 0%; }
  80% {
    left: 90%;
    top: 88%; }
  100% {
    left: 0;
    top: 0%; } }
@-webkit-keyframes scale {
  33% {
    transform: scale(1); }
  66% {
    transform: scale(1.05); }
  100% {
    transform: scale(1); } }
/* End Works */
/* Start blogs */
.blogs {
  padding: 70px 0 100px; }
  .blogs .news-content {
    box-shadow: 0px 0px 10px 1px transparent;
    transition: linear .4s; }
    .blogs .news-content .image-blog img {
      width: 100%;
      height: 250px; }
    .blogs .news-content .blog-info {
      background-color: #fff;
      padding: 25px; }
      .inside-date{
          display: flex;
    align-items: center;
    margin: 20px 0 0 0;
      }
      .blogs .news-content .blog-info .date-new {
        display: inline-flex; }
       .blog-icon {
        width: 50px;
        height: 50px;
        display: inline-flex;
        vertical-align: middle;
        justify-content: center;
        align-items: center;
        background-color: #f5a961;
        z-index: 1;
        transition: linear .4s; }
          .blog-icon img {
          width: 30px;
          height: 28px; }
      .blogs .news-content .blog-info h6 {
        margin: 20px 0 15px 0;
        font-size: 18px;
        color: #000;
        font-family: NeoSansbold !important;
        transition: linear .4s; }
      .blogs .news-content .blog-info p {
        color: #b4b4b4;
        font-size: 14px;
        text-align: justify;
        line-height: 28px;
        margin: 0; }
      .blogs .news-content .blog-info a {
        position: relative;
        font-family: NeoSansArabic;
        background-color: transparent;
        display: flex;
        justify-content: start;
        align-items: center;
        color: #125d97;
        min-height: 40px;
        width: 150px;
        margin: 25px 0  0 0;
        font-size: 14px;
        padding: 0 20px;
        background-image: url("../img/arrow-blue.png");
        background-repeat: no-repeat;
        background-position: 20px center;
        border: 1px solid #f5a961;
        transition: linear .4s;
        z-index: 1; }
        .blogs .news-content .blog-info a:before {
          content: " ";
          position: absolute;
          z-index: -1;
          top: 0%;
          right: -10%;
          width: 50%;
          height: 100%;
          opacity: 0;
          background-color: #f5a961;
          transition: linear .4s; }
        .blogs .news-content .blog-info a:after {
          content: " ";
          position: absolute;
          z-index: -1;
          bottom: 0%;
          left: -10%;
          width: 50%;
          height: 100%;
          opacity: 0;
          background-color: #f5a961;
          transition: linear .4s; }
        .blogs .news-content .blog-info a:hover {
          transition: linear .4s;
          background-color: transparent;
          border: 1px solid transparent;
          background-image: url("../img/arrow.png");
          color: #ffffff;
          background-color: #125d97; }
    .blogs .news-content:hover {
      transition: linear .4s;
      box-shadow: 0px 0px 10px 1px #b3b3b3; }
      .blogs .news-content:hover h6 {
        transition: linear .4s;
        color: #125d97; }
      .blogs .news-content:hover .blog-icon {
        background-color: #125d97;
        transition: linear .4s; }

.news-content {
  box-shadow: 0px 0px 10px 1px transparent;
  transition: linear .4s; }
  .news-content .image-blog img {
    width: 100%;
    height: 250px; }
  .news-content .blog-info {
    background-color: #fff;
    padding: 25px; }
    .news-content .blog-info .date-new {
      display: inline-flex; }
    .news-content .blog-info .blog-icon {
      width: 50px;
      height: 50px;
      display: inline-flex;
      vertical-align: middle;
      justify-content: center;
      align-items: center;
      background-color: #f5a961;
      z-index: 1;
      transition: linear .4s; }
      .news-content .blog-info .blog-icon img {
        width: 30px;
        height: 28px; }
    .news-content .blog-info h6 {
      margin: 20px 0 15px 0;
      font-size: 18px;
      color: #000;
      font-family: NeoSansbold !important;
      transition: linear .4s; }
    .news-content .blog-info p {
      color: #b4b4b4;
      font-size: 14px;
      text-align: justify;
      line-height: 28px;
      margin: 0; }
    .news-content .blog-info a {
      position: relative;
      font-family: NeoSansArabic;
      background-color: transparent;
      display: flex;
      justify-content: start;
      align-items: center;
      color: #125d97;
      min-height: 40px;
      width: 150px;
      margin: 25px 0  0 0;
      font-size: 14px;
      padding: 0 20px;
      background-image: url("../img/arrow-blue.png");
      background-repeat: no-repeat;
      background-position: 20px center;
      border: 1px solid #f5a961;
      transition: linear .4s;
      z-index: 1; }
      .news-content .blog-info a:before {
        content: " ";
        position: absolute;
        z-index: -1;
        top: 0%;
        right: -10%;
        width: 50%;
        height: 100%;
        opacity: 0;
        background-color: #f5a961;
        transition: linear .4s; }
      .news-content .blog-info a:after {
        content: " ";
        position: absolute;
        z-index: -1;
        bottom: 0%;
        left: -10%;
        width: 50%;
        height: 100%;
        opacity: 0;
        background-color: #f5a961;
        transition: linear .4s; }
      .news-content .blog-info a:hover {
        transition: linear .4s;
        background-color: transparent;
        border: 1px solid transparent;
        background-image: url("../img/arrow.png");
        color: #ffffff;
        background-color: #125d97; }
  .news-content:hover {
    transition: linear .4s;
    box-shadow: 0px 0px 10px 1px #b3b3b3; }
    .news-content:hover h6 {
      transition: linear .4s;
      color: #125d97; }
    .news-content:hover .blog-icon {
      background-color: #125d97;
      transition: linear .4s; }

/* End blogs */
/* Start top-footer */
footer {
  background-image: url("../img/footer.png");
  position: relative;
  background-repeat: no-repeat;
  background-size: cover; }
  footer .iframe-map {
    margin-bottom: 50px; }
    footer .iframe-map iframe {
      display: block;
      width: 100%;
      height: 350px; }
  footer h5 {
    margin: 0 0 30px 0;
    font-family: NeoSansbold;
    font-size: 22px;
    color: #ffffff; }
   .contact-content .info {
    height: 100%;
    display: flex;
    margin-bottom: 30px;
    align-items: center;
    cursor: pointer; }
   .contact-content .info .image-info {
      margin-left: 10px;
      width: 50px;
      height: 50px;
      display: flex;
      justify-content: center;
      align-items: center;
      background-color: transparent;
      border: 1px solid #f5a961; }
    .contact-content .info .info-content h5 {
      font-size: 14px;
      color: #f5a961;
      margin: 0 0 15px 0; }
    .contact-content .info .info-content p {
      font-size: 14px;
      color: #f5f5f5;
      margin: 0; }
  footer .service-footer ul {
    margin: 0; }
    footer .service-footer ul li {
      list-style: none;
      display: inline-block;
      width: 49%;
      margin-bottom: 10px; }
      footer .service-footer ul li a {
        font-family: NeoSansArabic;
        font-size: 13px;
        color: #ffffff;
        transition: linear .4s; }
        footer .service-footer ul li a:before {
          content: "\f100";
          font-family: 'Font Awesome 5 Free';
          font-weight: 900;
          font-size: 13px;
          vertical-align: middle;
          margin-left: 10px;
          transition: linear .4s; }
        footer .service-footer ul li a:hover {
          transition: linear .4s; }
          footer .service-footer ul li a:hover:before {
            transition: linear .4s;
            margin-left: 5px; }
  footer .service-footer .social {
    margin-top: 10px; }
    footer .service-footer .social a img {
      width: 40px;
      height: 40px;
      margin-left: 10px; }
  footer .newsletter .es_caption {
    font-size: 14px;
    color: #f5a961;
    padding: 0;
    margin-bottom: 20px; }
  footer .newsletter label {
    display: block;
    width: 100%; }
  footer .newsletter input[type=email] {
    background: #fff;
    margin-bottom: 30px;
    border: 0;
    border-radius: 0;
    padding: 15px 10px;
    width: 100%;
    font-size: 14px;
    font-family: 'NeoSansArabic';
    color: #8e8e8e; }
    footer .newsletter input[type=email]::placeholder {
      font-size: 14px;
      font-family: 'NeoSansArabic';
      color: #8e8e8e; }
  footer .newsletter input[type=submit] {
    position: relative;
    font-family: NeoSansArabic;
    background-color: #f5a961;
    display: flex;
    justify-content: start;
    align-items: center;
    color: #fff;
    min-height: 40px;
    width: 150px;
    margin: 25px 0  0 0;
    font-size: 14px;
    padding: 0 20px;
    background-image: url("../img/arrow.png");
    background-repeat: no-repeat;
    background-position: 20px center;
    border: 0px solid #f5a961;
    transition: linear .4s;
    z-index: 1; }
    footer .newsletter input[type=submit]:before {
      contentoff: " ";
      position: absolute;
      z-index: -1;
      top: 0%;
      right: -10%;
      width: 50%;
      height: 100%;
      opacity: 0;
      background-color: #f5a961;
      transition: linear .4s; }
    footer .newsletter input[type=submit]:after {
      contentoff: " ";
      position: absolute;
      z-index: -1;
      bottom: 0%;
      left: -10%;
      width: 50%;
      height: 100%;
      opacity: 0;
      background-color: #f5a961;
      transition: linear .4s; }
    footer .newsletter input[type=submit]:hover {
      transition: linear .4s;
      background-color: transparent;
      border: 0px solid transparent;
      background-image: url("../img/arrow.png");
      color: #ffffff;
      background-color: #125d97; }
  footer .rights {
    padding: 25px 0;
    margin-top: 50px;
    border-top: 1px solid #ffffff;
    text-align: center; }
    footer .rights p {
      margin: 0;
      color: #ffffff;
      font-family: NeoSansArabic;
      font-size: 14px; }
      footer .rights p a {
        color: #f5a961 !important; }

/* End top-footer */
.fbc-page .fbc-wrap .fbc-items {
  width: 100% !important;
  border-radius: 0 !important;
  font-family: NeoSansbold !important;
  color: #ffffff;
  margin-bottom: 50px !important;
  text-align: center !important; }

.single-pages {
  padding-bottom: 50px; }
  .single-pages .main-header {
    margin: 0 auto 50px;
    display: table; }
  .single-pages .top-side {
    text-align: center; }
  .single-pages .bootom-side {
    margin-top: 40px;
    color: #777;
    text-align: justify;
    line-height: 30px; }
  .single-pages select {
    padding: 10px;
    border: 1px solid #7d7d7d;
    display: inline-block;
    width: 24%;
    text-align: right;
    background: #fff;
    color: #000000;
    margin-bottom: 40px;
    font-size: 23px;
    font-family: Tajawal-Light; }
    .single-pages select option {
      color: #fff;
      font-size: 23px;
      font-family: Tajawal-Light;
      background: #2a6b54; }
  .single-pages input {
    border-top: 0;
    border-right: 0;
    border-left: 0;
    border: 1px solid #939393;
    padding: 10px;
    margin-bottom: 40px;
    font-size: 16px;
    background-color: transparent;
    text-align: right;
    width: 100%;
    display: inline-block; }
    .single-pages input::placeholder {
      font-size: 16px;
      color: #b4b4b4;
      transition: linear .4s; }
    .single-pages input:hover {
      color: #f5a961;
      border-color: #f5a961;
      transition: linear .4s; }
      .single-pages input:hover::placeholder {
        color: #f5a961;
        font-size: 15px;
        transition: linear .4s; }
    .single-pages input:nth-child(2n+2) {
      float: left; }
  .single-pages textarea {
    height: 150px;
    width: 100%;
    border-top: 0;
    border-right: 0;
    border-left: 0;
    border: 1px solid #939393;
    padding: 10px;
    margin-bottom: 30px;
    resize: none;
    font-size: 16px;
    background-color: transparent;
    text-align: right; }
    .single-pages textarea::placeholder {
      font-size: 16px;
      color: #b4b4b4;
      transition: linear .4s; }
    .single-pages textarea:hover {
      color: #f5a961;
      border-color: #f5a961;
      transition: linear .4s; }
      .single-pages textarea:hover::placeholder {
        color: #f5a961;
        font-size: 15px;
        transition: linear .4s; }
  .single-pages input[type=submit] {
    position: relative;
    font-family: NeoSansArabic;
    background-color: #f5a961;
    display: flex;
    justify-content: start;
    align-items: center;
    color: #fff;
    min-height: 40px;
    width: 150px;
    font-size: 14px;
    padding: 0 20px;
    border:0;
    background-image: url(../img/arrow.png);
    background-repeat: no-repeat;
    background-position: 20px center;
    transition: linear .4s; }
    .single-pages input[type=submit]:hover {
      transition: linear .4s;
      background-color: #125d97;
      border: 0; }
  .single-pages .input-submit {
    position: relative; }
  .single-pages input[type="file"] {
    cursor: pointer;
    height: auto;
    border: 0;
    margin: 0;
    padding: 20px;
    opacity: 0;
    position: relative; }
    .upload-pdf{
        background: #125d97;
    color: #fff;
    display: table;
    padding: 20px;
    cursor: pointer;
    margin-top: -67px;
    }
  .single-pages .pdf-content a {
    color: #ffffff;
    background: #2a6b54;
    padding: 30px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 30px;
    font-size: 18px; }
 .main-header.xs{
    display:none;
}
.over-mobile{
    display:none;
}
/* Start Responsive */
/* from 992 to 1280 */
/* from 992 to 1280 */
/* from 991 to 360 */
@media (max-width: 991px) {
  .single-pages .main-header {
    font-size: 30px; }

  header .logo {
    text-align: center; }

  header .main-menu {
        justify-content: flex-start;
    flex-direction: column;
overflow-y: scroll;
    overflow-x: hidden;
      padding:0;
  }
.main-menu .logo{
    background:#fff;
        padding: 20px;
}
  header .main-menu .nav-menu li a:before {
    display: none; }

  .viemob {
    display: block; }

  .hidxs {
    display: none; }

  .hidbut {
    display: block;
    padding-top: 25px; }

  .resclos {
    display: none; }

  .resopen {
    display: inline-flex;
    position: absolute;
    top: 0;
    left: 20px;
    color: #fff;
    font-size: 25px; }

  .search-area {
    width: 100%;
    height: 100%;
    right: 0; }

  /* Start main menu */
  .menu-button .click-button {
    padding-top: 3px;
    display: flex;
    cursor: pointer;
    z-index: 2;
    position: relative;
    flex-flow: column-reverse; }

  .menu-button .click-button span {
    width: 20px;
    height: 3px;
    display: block;
    background-color: #f5a961;
    border-radius: 30px;
    border: 1px solid transparent;
    transition: linear 0.4s;
    margin-bottom: 4px; }

  header .nav-sys {
    justify-content: center; }

  .main-slider .item .on-image-slider p {
    font-size: 19px;
    margin-bottom: 20px;
    line-height: 36px; }

  .main-slider .item .on-image-slider {
    top: 60%;
    width: 100%; }
 .top-section .who {
    padding: 20px 0 !important;
 
    box-shadow: none;
    margin-top: 0; 
}
.over-mobile{
    display:block;
}
.over-mobile.two{
    padding:0 20px 20px;
}
.main-header.lg{
    display:none;
}
 .main-header.xs{
    display:table;
}
  .top-section .who .who-txt {
    padding: 30px; }

  .top-section .who .contact-who {
    flex-direction: column;
    justify-content: center;
        padding: 0 28px 50px;
    display: flex; }
.top-section .who:before{
    right: 30px;
    border-top: 5px solid #f5a961;
    border-right: 5px solid #f5a961;
    border-left: 0;
    z-index: 1;
    left:unset;
}
  .services .col-lg-4 {
    margin-bottom: 1.5rem !important; }

  .work-content img {
    width: 100%;
    height: 300px !important; }

  .works .custom-row {
    display: block; }

  .newsletter {
    margin-top: 35px; }

  .top-section .who a {
    margin: 10px 0; }

  .top-section .who .who-txt:after {
    left: 30px; }

  .main-slider .owl-nav {
    display: none; }

  .main-slider .item img {
    height: 100vh; }

  .menu-button {
    display: inline-flex !important;
    width: 40px;
    height: 40px;
    align-items: center;
    justify-content: center;
    margin: 0 10px;
    border: 1px solid #f5a961; }

  header .main-menu ul {
    margin: 0; }

  .main-menu {
    position: fixed;
    top: 0;
    width: 0%;
    visibility: hidden;
    opacity: 0;
    z-index: 0;
    height: 100vh;
    background: #125d97;
    transition: linear .4s; }

  .open-menu {
    width: 80%;
    visibility: visible;
    opacity: 1;
    z-index: 9999;
    transition: linear .4s; }

  header .main-menu ul li {
    list-style: none;
    display: block !important;
    margin: 20px 0 !important;
    position: relative; }

  header .main-menu ul li a {
    color: #ffffff !important;
    font-size: 16px; }

  header .main-menu ul li .sub-menu, header .main-menu ul li .sub-menu .sub-child-menu {
    position: fixed !important;
    top: 0 !important;
    width: 70% !important;
    height: 100% !important; }

  .close-menu {
    display: block;
    z-index: 999999;
    position: absolute;
    top: 0;
    left: -18px;
    font-size: 30px;
    color: #0d95e8;
    background: #fff;
    border-radius: 50%;
    transition: linear .4s; }

  .close-menu:hover {
    transition: linear .4s;
    color: red;
    cursor: pointer; }

  header .main-menu ul li a {
    display: block !important;
    width: 100% !important;
    padding: 0 25px !important;
    text-align: start; } }
/* from 991 to 360 */
/* End Responsive */
.menu-bg {
  width: 0%;
  height: 100%;
  top: 0;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 2;
  transition: linear .4s; }

.open {
  width: 100%;
  transition: linear .4s; }

.openbody {
  overflow: hidden !important; }

.loade {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: #fff;
  background-repeat: repeat;
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-items: center; }
  .loade img {
    transform: rotate(0deg);
    animation-name: loade;
    animation-timing-function: linear;
    animation-duration: 10s;
    animation-iteration-count: infinite; }

@keyframes loade {
  0% {
    transform: rotate(0deg); }
  50% {
    transform: rotate(180deg); }
  100% {
    transform: rotate(360deg); } }

/*# sourceMappingURL=main.css.map */
