@font-face {
  font-family: "NeoSansArabic";
  src: url(../fonts/NeoSansArabic.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; }
header .header-sys a
.no-margin {
  margin: 0 !important; }

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

body {
  font-family: NeoSansArabic !important; }

/*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: 150%;
  text-align: center;
  padding: 350px 0 0 0;
  visibility: hidden;
  transform: scale(0); }
  .search-area .search-content form input {
    background: #393939;
    border: 0;
    padding: 20px;
    width: 80%;
    color: #fff;
    border-bottom: 2px solid #193d9a;
    border-left: 1px solid #193d9a; }
  .search-area .search-content form button {
    background: #ccb892;
    color: #fff;
    border: 0;
    padding: 20px; }
  .search-area .search-content .search-close {
    transition: all linear .4s;
    position: absolute;
    top: 150px;
    left: 15%;
    background: transparent;
    border: 2px solid #9c9da1;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    color: #193d9a; }
    .search-area .search-content .search-close:hover {
      opacity: .5;
      width: 37px;
      height: 37px; }

/* End Search*/
/* Start Scroll */
body::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px #000099; }

body::-webkit-scrollbar-thumb {
  background-color: #000099; }

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

/* End Scroll */
/* Start header */
.inside-head{
    position:relative;
    background-color: #2f4f6d;
}
header .open-sid-menu:before {
    content: "\f0c9";
    font-family: 'Font Awesome 5 Free';
    
    color: #FFF;
    font-weight: bold;
    
    font-size: 22px;
}

header {
      position: absolute;
    z-index: 6;
    box-shadow: 0px 0px 6px 4px #717171;
    transition: linear .4s !important;
    width: 100%;
}
  header:after {
    content: " ";
    position: absolute;
    top: 0;
    background-color: #ffffff;
    width: 30%;
    height: 100%;
    z-index: -1; }
  header .logo {
    padding: 10px 0; 
      transition:linear .4s !important;
  }
    header .logo a {
      display: inline-block; }
      header .logo a img {
        max-height: 120px;
        width: 60%;
          transition:linear .4s !important;
      }
  header .header-sys {
    padding-top: 50px;
    display: flex;
    justify-content: flex-end;
    transition:linear .4s !important;}
    header .header-sys .search {
      display: none; }
    header .header-sys .menu-button {
      display: none; }
      header .header-sys a.header-phone{

        width: auto;
      }
            header .header-sys a.header-phone:hover{
          transform:none;
      }
    header .header-sys a {
      width: 40px;
      height: 40px;
      display: inline-flex;
      justify-content: center;
      align-items: center;
      border: 1px solid #ffffff;
      margin: 0 5px;
          color: #fff;
    font-weight: bold;
    padding: 0 5px;
      transition: linear .4s; }
      header .header-sys a:hover {
        transition: linear .4s;
        border-color: #ccb892;
        background-color: #ccb892;
        color: #ffffff;
        transform: rotate3d(1, 1, 1, 360deg); }
        header .header-sys a:hover:last-of-type {
          border: 1px solid #ffffff;
          background-color: transparent; }
      header .header-sys a:last-of-type {
        border-color: #ccb892;
        font-size: 18px;
        background-color: #ccb892;
        color: #ffffff; }
  header .bottom-header {
    background: #ccb892;
    display: flex;
    margin-top: 40px;}
    header .bottom-header .main-menu {
      width: 96%; }
      header .bottom-header .main-menu .close-menu {
        display: none; }
      header .bottom-header .main-menu .nav-menu {
        margin: 0; }
        header .bottom-header .main-menu .nav-menu li {
          list-style: none;
          display: inline-block;
          position: relative; }
          header .bottom-header .main-menu .nav-menu li:hover .sub-menu {
            opacity: 1;
            visibility: visible;
            transition: linear .4s; }
          header .bottom-header .main-menu .nav-menu li .sub-menu {
            opacity: 0;
            visibility: hidden;
            position: absolute;
            z-index: 2;
            border-radius: 3px;
            transition: linear .4s;
            top: 25px;
            right: 0;
            width: 200px;
            height: auto;
            padding: 10px;
            background-color: #2fa6f7; }
            header .bottom-header .main-menu .nav-menu li .sub-menu li {
              display: block;
              margin: 10px 0; }
              header .bottom-header .main-menu .nav-menu li .sub-menu li a {
                color: #fff;
                font-weight: bold; }
            header .bottom-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 .bottom-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: 200px;
              height: auto;
              padding: 10px;
              background-color: #2fa6f7; }
              header .bottom-header .main-menu .nav-menu li .sub-menu .sub-child-menu li {
                display: block;
                margin: 10px 0; }
                header .bottom-header .main-menu .nav-menu li .sub-menu .sub-child-menu li a {
                  color: #fff;
                  font-weight: bold; }
          header .bottom-header .main-menu .nav-menu li a {
            color: #000;
            padding: 12px 25px;
            display: block;
            font-size: 14px;
            transition: linear .4s; }
            header .bottom-header .main-menu .nav-menu li a:hover {
              transition: linear .4s;
              color: #ffffff;
              background-color: #000099; }
    header .bottom-header .search {
      background: #193d9a;
      color: #fff;
      width: 4%;
      display: flex;
      justify-content: center;
      align-items: center; }
      header .bottom-header .search i {
        cursor: pointer; }

/* End header */
/* Start Main Slider */
.slid-menu {
  position: relative;
  box-shadow: 0px 0px 6px 4px #717171;
  /*Start fixed-menu */
  /*End fixed-menu */ }
  .slid-menu .fixed-menu {
    position: absolute;
    z-index: 5;
    top: 0;
    background-color: #ffffff;
    width: 30%;
    height: 100%;
    display: flex !important;
    justify-content: center;
    align-items: flex-end;
    background-image: url(../img/bgfm.png);
    background-repeat: no-repeat;
    background-position: center 80%;}
    .slid-menu .fixed-menu ul li {
      list-style: none;
      margin-bottom: 30px; }
      .slid-menu .fixed-menu ul li:before {
        content: "\f100";
        font-family: 'Font Awesome 5 Free';
        font-weight: 900; }
 
      .slid-menu .fixed-menu ul li a {
        font-size: 22px;
        color: #000000;
        font-weight: bold;
        padding: 0 10px; }
  .slid-menu .main-slider .item {
    position: relative; }
    .slid-menu .main-slider .item img{
        height:100vh;
    }
    .slid-menu .main-slider .item .on-img-slider {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      background-color: rgba(255, 255, 255, 0.8);
      padding: 40px;
      width: 40%; }
      .slid-menu .main-slider .item .on-img-slider h3 {
        color: #103b5f;
        font-weight: bold;
        margin: 0; 
          font-size:40px;
      }
      .slid-menu .main-slider .item .on-img-slider p {
        margin: 0;
        font-size: 15px; }
      .slid-menu .main-slider .item .on-img-slider a {
        position: relative;
        padding: 10px 50px;
        color: #000;
        margin-top: 20px;
        display: table;
        transition: linear .4s; }
        .slid-menu .main-slider .item .on-img-slider a:after {
          content: " ";
          position: absolute;
          top: 0;
          width: 0;
          height: 100%;
          background-color: #000099;
          transition: linear .4s;
          z-index: -1; }
        .slid-menu .main-slider .item .on-img-slider a:before {
          content: " ";
          position: absolute;
          top: 0;
          width: 100%;
          height: 100%;
          background-color: #ccb892;
          transition: linear .4s;
          z-index: -1; }
        .slid-menu .main-slider .item .on-img-slider a:hover {
          transition: linear .4s;
          color: #ffffff; }
          .slid-menu .main-slider .item .on-img-slider a:hover:after {
            transition: linear .4s;
            width: 100%; }
          .slid-menu .main-slider .item .on-img-slider a:hover:before {
            transition: linear .4s;
            width: 0%;
            right: 0;
            left: unset; }
  .slid-menu .main-slider .owl-nav {
    position: absolute;
    top: 75%; }
    .slid-menu .main-slider .owl-nav .owl-next {
      margin-right: 20px; }
    .slid-menu .main-slider .owl-nav i {
      width: 45px;
      height: 45px;
      display: flex;
      justify-content: center;
      align-items: center;
      background-color: #000099;
      color: #ffffff;
      border-radius: 50%;
      transition: linear .4s; }
      .slid-menu .main-slider .owl-nav i:hover {
        transition: linear .4s;
        background-color: #ccb892;
        transform: scale(0.9); }

/* End Main Slider */
/* Start Main Header */
.main-header {
  color: #000000;
  font-size: 34px;
  font-weight: bold;
  margin-bottom: 30px; }
  .main-header:before {
    content: " ";
    background-image: url("../img/icon.png");
    width: 40px;
    height: 58px;
    display: inline-block;
    vertical-align: middle; }

/* End Main Header */
/* Start Who */
.who {
  padding: 70px 0; }
  .who .who-txt h4 {
    color: #000099;
    font-weight: bold; }
  .who .who-txt p {
    color: #777777;
    text-align: justify;
    line-height: 25px; }
  .who .who-txt a {
    display: table;
    margin-top: 20px;
    background-color: #000099;
    box-shadow: 0px 0px 7px 2px #717171;
    padding: 10px 50px;
    color: #ffffff;
    font-size: 14px;
    transition: linear .4s; }
    .who .who-txt a:hover {
      background-color: #ccb892;
      transition: linear .4s;
      transform: scale(0.9); }
  .who .who-img {
    background-image: url("../img/bgfm.png");
    background-repeat: no-repeat;
    background-position: bottom left; }
    .who .who-img img {
      border-radius: 0 70px 0 70px; } 

/* End Who */
/* Start Product */
.products {
  padding: 70px 0;
  background-image: url(../img/bg-ser.png);
  background-repeat: no-repeat;
  background-size: cover; }
  .products h2 {
    color: #ffffff;
    font-weight: bold;
    margin-bottom: 30px; }
  .products .products-content {
    text-align: center;
    color: #fff; }
    .products .products-content img {
      width: 100%;
      max-height: 180px;
      box-shadow: 0px 0px 7px 2px transparent;
      transition: linear .4s; }
    .products .products-content h6 {
      font-weight: bold;
      margin: 20px 0;
      color: #ffffff; }
    .products .products-content:hover img {
      transform: scale(0.9);
      box-shadow: 0px 0px 7px 2px #777;
      border-radius: 0 30px;
      transition: linear .4s; }

/* End Product */
/*Start services */
.services {
  background-color: #000099; }
  .services .all-service {
    background-image: url("../img/bgfm.png");
    background-repeat: no-repeat;
    background-color: #ffffff;
    padding: 70px 0; }
    .services .all-service .main-header {
      margin-bottom: 30px; }
    .services .all-service .service-content {
      position: relative;
      box-shadow: 0px 0px 7px 2px transparent;
      transition: linear .4s; }
      .services .all-service .service-content h5 {
        border-radius: 0 10px 0 10px;
        position: absolute;
        bottom: 0;
        background-color: #afa38b9e;
        color: #103b5f;
        padding: 10px 40px;
        font-weight: bold;
        margin: 0;
        transition: linear .4s; }
      .services .all-service .service-content:hover {
        box-shadow: 0px 0px 7px 2px #717171;
        transition: linear .4s;
        transform: scale(0.9); }
        .services .all-service .service-content:hover h5 {
          transition: linear .4s;
          background-color: #103b5fc7;
          color: #ccb892; }

/*End services */
/* Start clients */
.clients {
  padding: 40px 0;
  background-color: #000099; }
  .clients .item {
    display: flex;
    justify-content: center;
    align-items: center;
    max-height: 90px; }
    .clients .item img {
      height: 100%; }

/* End clients */
/*Start News */
.news {
  padding: 90px 0 70px 0; }
  .news .news-content img {
    width: 100%;
    height: 210px;
    box-shadow: 0px 0px 7px 2px transparent;
    transition: linear .4s; }
  .news .news-content h5 {
    color: #ccb892;
    font-weight: bold;
    margin: 20px 0;
    transition: linear .4s; }
  .news .news-content p {
    color: #777777;
    line-height: 25px;
    text-align: justify;
    margin-bottom: 15px; }
  .news .news-content a {
    position: relative;
    padding: 10px 50px;
    color: #000;
    margin-top: 20px;
    display: table;
    transition: linear .4s; }
    .news .news-content a:after {
      content: " ";
      position: absolute;
      top: 0;
      width: 0;
      height: 100%;
      background-color: #000099;
      transition: linear .4s;
      z-index: -1; }
    .news .news-content a:before {
      content: " ";
      position: absolute;
      top: 0;
      width: 100%;
      height: 100%;
      background-color: #ccb892;
      transition: linear .4s;
      z-index: -1; }
    .news .news-content a:hover {
      transition: linear .4s;
      color: #ffffff; }
      .news .news-content a:hover:after {
        transition: linear .4s;
        width: 100%; }
      .news .news-content a:hover:before {
        transition: linear .4s;
        width: 0%;
        right: 0;
        left: unset; }
  .news .news-content:hover img {
    box-shadow: 0px 0px 7px 2px #717171;
    transition: linear .4s;
    transform: scale(0.9); }
  .news .news-content:hover h5 {
    color: #000099;
    transition: linear .4s; }

/*End News */
/* Start videos */
.videos {
  background-color: #ccb892; }
  .videos .all-videos {
    background-color: #ffffff;
    background-image: url("../img/bgfm.png");
    background-repeat: no-repeat;
    background-position: right bottom;
    border-radius: 0 0 120px 0;
    padding-bottom: 80px; }
    .videos .all-videos .video-slider .item .video-content {
      position: relative; }
      .videos .all-videos .video-slider .item .video-content img {
        width: 100%;
        height: 400px; }
      .videos .all-videos .video-slider .item .video-content a {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translateY(-50%) translateX(-50%);
        z-index: 1; }
        .videos .all-videos .video-slider .item .video-content a i {
          width: 60px;
          height: 60px;
          display: flex;
          justify-content: center;
          align-items: center;
          background-color: transparent;
          color: #ccb892;
          font-size: 25px;
          border-radius: 50%;
          border: 5px solid #ccb892;
          transition: linear .4s; }
        .videos .all-videos .video-slider .item .video-content a:hover i {
          box-shadow: 0px 0px 4px 3px #ccb892;
          transform: rotate(360deg);
          transition: linear .4s; }
      .videos .all-videos .video-slider .item .video-content:after {
        content: " ";
        position: absolute;
        top: 0;
        right: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.5); }
    .videos .all-videos .video-slider .owl-nav .owl-prev {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      right: 30px; }
    .videos .all-videos .video-slider .owl-nav .owl-next {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      left: 30px; }
    .videos .all-videos .video-slider .owl-nav i {
      width: 45px;
      height: 45px;
      display: flex;
      justify-content: center;
      align-items: center;
      background-color: #000099;
      color: #ffffff;
      border-radius: 50%;
      transition: linear .4s; }
      .videos .all-videos .video-slider .owl-nav i:hover {
        transition: linear .4s;
        background-color: #ccb892;
        transform: scale(0.9); }
    .videos .all-videos .video-slider:hover .video-content a i {
      transform: scale(1.5);
      transition: linear .4s; }

/* End videos */
/*Start suggestions*/
.suggestions {
  background-color: #ccb892; }
  .suggestions .right-side {
    display: flex;
    height: 100%; }
    .suggestions .right-side .footer-logo {
      background: #fff;
      width: 50%;
      text-align: center;
      padding: 20px 0; }
      .suggestions .right-side .footer-logo img {
        max-height: 120px; }
    .suggestions .right-side .title-suggestions {
      width: 50%;
      display: flex;
      justify-content: center;
      flex-direction: column; }
      .suggestions .right-side .title-suggestions h3 {
        color: #193d9a;
        font-weight: bold;
        margin-bottom: 20px; }
      .suggestions .right-side .title-suggestions h6 {
        color: #fff; }
  .suggestions .left-side {
    display: flex;
    align-items: center;
    height: 100%;
    justify-content: space-between; }
    .suggestions .left-side .mail {
      display: flex;
      justify-content: center;
      align-items: end; }
      .suggestions .left-side .mail img {
        filter: invert(66%) sepia(224%) saturate(569%) hue-rotate(-177deg) brightness(59%) contrast(335%);
        border: 2px solid #ffffff;
        padding: 15px 12px; }
      .suggestions .left-side .mail .cont {
        padding: 5px; }
        .suggestions .left-side .mail .cont h6 {
          color: #193d9a;
          font-weight: bold; }
        .suggestions .left-side .mail .cont a {
          color: #fff; }
          .suggestions .left-side .mail .cont a h6 {
            font-size: 14px; }
    .suggestions .left-side .send-us {
      background: #000099;
      color: #fff;
      padding: 7px 40px;
      transition: linear .4s; }
      .suggestions .left-side .send-us:hover {
        transition: linear .4s;
        background-color: #7b6e51;
        transform: scale(0.9); }

/*end suggestions*/
/* Start Footer */
.footer-header {
  color: #ccb892;
  font-weight: bold;
  margin-bottom: 20px;
  font-size: 25px; }

footer {
  padding: 50px 0;
  background-image: url("../img/footer-bg.png");
  background-repeat: no-repeat;
  background-size: cover; }
  footer .location iframe {
    display: block;
    height: 250px;
    width: 100%;
    border-radius: 10px; }
  footer .contact-info {
    height: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
    flex-direction: column; }
    footer .contact-info .mail {
      display: flex;
      justify-content: center;
      align-items: end; }
      footer .contact-info .mail .catch-image {
        border: 2px solid #ffffff;
        display: flex;
        justify-content: center;
        align-items: center;
        height: 50px;
        width: 50px; }
      footer .contact-info .mail .cont {
        padding: 5px; }
        footer .contact-info .mail .cont h6 {
          color: #ccb892;
          font-weight: bold; }
        footer .contact-info .mail .cont a {
          color: #fff; }
          footer .contact-info .mail .cont a h6 {
            font-size: 14px;
            color: #fff; }
  footer .viu ul {
    margin: 0; }
    footer .viu ul li {
      list-style: none;
      margin-bottom: 20px; }
      footer .viu ul li a {
        color: #ffffff;
        font-weight: bold;
        font-size: 14px; }
  footer .rights {
    margin-top: 50px;
    border-top: 1px solid #ffffff;
    padding-top: 25px; }
    footer .rights p {
      margin: 0;
      font-size: 14px; }
      footer .rights p span {
        color: #ffffff;
        font-weight: bold; }
        footer .rights p span a {
          font-weight: bold;
          color: #ccb892; }

/* End Footer */
.fbc-items {
  width: 100% !important;
  border-radius: 0 !important;
  font-family: NeoSansArabic !important;
  color: #ffffff !important;
  padding: 8px !important;
  margin-bottom: 50px !important; }

.single-pages {
  padding-bottom: 50px; }
  .single-pages .special-input {
    color: #000000;
    font-weight: bold; }
  .single-pages .ask-service {
    position: relative;
    padding: 10px 50px;
    color: #000;
    margin: 50px auto 0;
    display: table;
    border-right: 10px solid #000099;
    transition: linear .4s; }
    .single-pages .ask-service:after {
      content: " ";
      position: absolute;
      top: 0;
      right: 1px;
      width: 0;
      height: 100%;
      background-color: #000099;
      transition: linear .4s;
      z-index: -1; }
    .single-pages .ask-service:before {
      content: " ";
      position: absolute;
      top: 0;
      left: 0px;
      width: 100%;
      height: 100%;
      background-color: #ccb892;
      transition: linear .4s;
      z-index: -1; }
    .single-pages .ask-service:hover {
      transition: linear .4s;
      color: #ffffff; }
      .single-pages .ask-service:hover:after {
        transition: linear .4s;
        width: 100%; }
      .single-pages .ask-service:hover:before {
        transition: linear .4s;
        width: 0%;
        right: 0;
        left: unset; }
  .single-pages .video-content {
    position: relative; }
    .single-pages .video-content img {
      width: 100%;
      height: 400px; }
    .single-pages .video-content a {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translateY(-50%) translateX(-50%);
      z-index: 1; }
      .single-pages .video-content a i {
        width: 60px;
        height: 60px;
        display: flex;
        justify-content: center;
        align-items: center;
        background-color: transparent;
        color: #ccb892;
        font-size: 25px;
        border-radius: 50%;
        border: 5px solid #ccb892;
        transition: linear .4s; }
      .single-pages .video-content a:hover i {
        box-shadow: 0px 0px 4px 3px #ccb892;
        transform: rotate(360deg);
        transition: linear .4s; }
    .single-pages .video-content:after {
      content: " ";
      position: absolute;
      top: 0;
      right: 0;
      width: 100%;
      height: 100%;
      background-color: rgba(0, 0, 0, 0.5); }
  .single-pages .main-header {
    text-align: center; }
  .single-pages .top-side {
    text-align: center;
    margin-bottom: 50px; }
  .single-pages .bootom-side {
    margin-top: 50px; }
    .single-pages .bootom-side p {
      line-height: 30px;
      text-align: justify;
      color: #777777; }
  .single-pages .inside-slider .owl-nav .owl-prev {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 30px; }
  .single-pages .inside-slider .owl-nav .owl-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 30px; }
  .single-pages .inside-slider .owl-nav i {
    width: 45px;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #000099;
    color: #ffffff;
    border-radius: 50%;
    transition: linear .4s; }
    .single-pages .inside-slider .owl-nav i:hover {
      transition: linear .4s;
      background-color: #ccb892;
      transform: scale(0.9); }
  .single-pages .inside-slider img {
    width: 100%;
    height: 250px;
    transition: linear .4s;
    transform: scale(0.9); }
    .single-pages .inside-slider img:hover {
      transition: linear .4s;
      transform: scale(1); }
  .single-pages .products-content {
    text-align: center;
    color: #fff; }
    .single-pages .products-content img {
      width: 100%;
      max-height: 180px;
      box-shadow: 0px 0px 7px 2px transparent;
      transition: linear .4s; }
    .single-pages .products-content h6 {
      font-weight: bold;
      margin: 20px 0;
      color: #000; }
    .single-pages .products-content:hover img {
      transform: scale(0.9);
      box-shadow: 0px 0px 7px 2px #777;
      border-radius: 0 30px;
      transition: linear .4s; }
  .single-pages .service-content {
    border-radius: 0 100px 0 100px;
    position: relative;
    box-shadow: 0px 0px 7px 2px transparent;
    transition: linear .4s; }
    .single-pages .service-content img {
      border-radius: 0 100px 0 100px; }
    .single-pages .service-content h5 {
      border-radius: 0 10px 0 10px;
      position: absolute;
      bottom: 0;
      right: 0;
      background-color: #afa38b9e;
      color: #103b5f;
      padding: 10px 40px;
      font-weight: bold;
      margin: 0;
      transition: linear .4s; }
    .single-pages .service-content:hover {
      box-shadow: 0px 0px 7px 2px #717171;
      transition: linear .4s;
      transform: scale(0.9); }
      .single-pages .service-content:hover h5 {
        transition: linear .4s;
        background-color: #103b5fc7;
        color: #ccb892; }
  .single-pages .clients-content {
    border-radius: 0 100px 0 100px;
    position: relative;
    box-shadow: 0px 0px 7px 2px transparent;
    transition: linear .4s;
    background: #ccb892; }
    .single-pages .clients-content img {
      border-radius: 0 100px 0 100px; }
    .single-pages .clients-content h5 {
      border-radius: 0 10px 0 10px;
      position: absolute;
      bottom: 0;
      right: 0;
      background-color: #afa38b9e;
      color: #103b5f;
      padding: 10px 40px;
      font-weight: bold;
      margin: 0;
      transition: linear .4s; }
    .single-pages .clients-content:hover {
      box-shadow: 0px 0px 7px 2px #717171;
      transition: linear .4s;
      transform: scale(0.9); }
      .single-pages .clients-content:hover h5 {
        transition: linear .4s;
        background-color: #103b5fc7;
        color: #ccb892; }
  .single-pages input {
    display: block;
    width: 100%;
    padding: 15px;
    margin: 10px 0;
    border-radius: 20px;
    background: #103b5fc7;
    border: 0; }
    .single-pages input::placeholder {
      color: #ffffff;
      font-weight: bold; }
  .single-pages textarea {
    display: block;
    width: 100%;
    padding: 15px;
    margin: 10px 0;
    border-radius: 20px;
    background: #103b5fc7;
    resize: none;
    border: 0; }
    .single-pages textarea::placeholder {
      color: #ffffff;
      font-weight: bold; }
  .single-pages input[type=submit] {
    position: relative;
    padding: 10px 50px;
    width: auto;
    border-radius: 0;
    color: #000;
    margin-top: 20px;
    background-color: #ccb892;
    display: table;
    border-right: 10px solid #000099;
    transition: linear .4s; }
    .single-pages input[type=submit]:after {
      content: " ";
      position: absolute;
      top: 0;
      right: 1px;
      width: 0;
      height: 100%;
      background-color: #000099;
      transition: linear .4s;
      z-index: -1; }
    .single-pages input[type=submit]:before {
      content: " ";
      position: absolute;
      top: 0;
      left: 0px;
      width: 100%;
      height: 100%;
      background-color: #ccb892;
      transition: linear .4s;
      z-index: -1; }
    .single-pages input[type=submit]:hover {
      transition: linear .4s;
      color: #ffffff; }
      .single-pages input[type=submit]:hover:after {
        transition: linear .4s;
        width: 100%; }
      .single-pages input[type=submit]:hover:before {
        transition: linear .4s;
        width: 0%;
        right: 0;
        left: unset; }
  .single-pages .news-content img {
    border-radius: 0 50px 0 50px;
    width: 100%;
    height: 210px;
    box-shadow: 0px 0px 7px 2px transparent;
    transition: linear .4s; }
  .single-pages .news-content h5 {
    color: #ccb892;
    font-weight: bold;
    margin: 20px 0;
    transition: linear .4s; }
  .single-pages .news-content p {
    color: #777777;
    line-height: 25px;
    text-align: justify;
    margin-bottom: 15px; }
  .single-pages .news-content a {
    position: relative;
    padding: 10px 50px;
    color: #000;
    margin-top: 20px;
    display: table;
    border-right: 10px solid #000099;
    transition: linear .4s; }
    .single-pages .news-content a:after {
      content: " ";
      position: absolute;
      top: 0;
      right: 1px;
      width: 0;
      height: 100%;
      background-color: #000099;
      transition: linear .4s;
      z-index: -1; }
    .single-pages .news-content a:before {
      content: " ";
      position: absolute;
      top: 0;
      left: 0px;
      width: 100%;
      height: 100%;
      background-color: #ccb892;
      transition: linear .4s;
      z-index: -1; }
    .single-pages .news-content a:hover {
      transition: linear .4s;
      color: #ffffff; }
      .single-pages .news-content a:hover:after {
        transition: linear .4s;
        width: 100%; }
      .single-pages .news-content a:hover:before {
        transition: linear .4s;
        width: 0%;
        right: 0;
        left: unset; }
  .single-pages .news-content:hover img {
    box-shadow: 0px 0px 7px 2px #717171;
    transition: linear .4s;
    transform: scale(0.9); }
  .single-pages .news-content:hover h5 {
    color: #000099;
    transition: linear .4s; }

.slid-menu .fixed-menu.fixed-right-menu{
    position: fixed !important;
    background: rgb(42 76 108) !important;
    align-items: center;
    box-shadow: 0px 0px 3px 4px #cac6c1;
    width: 25%   ;
    height:0px ;
    color: #fff !important;  
}

.slid-menu .fixed-menu.fixed-right-menu ul{
      visibility: hidden; 
}




.slid-menu .fixed-menu.fixed-right-menu.open-right ul{
      visibility: visible; 
}


.fixed-right-menu a{
       color: #fff !important;
}
.fixed-top-menu{
position:fixed !important;
top:0  !important;
    background-color: #2f4f6d;
z-index:999 !important;
transition:linear .4s !important;
width:100%;
}
.fixed-top-menu .logo{
    padding:0;
    transition:linear .4s !important;
}
.fixed-top-menu .logo a img{
        width: 65%;
        transition:linear .4s !important;
}
.fixed-top-menu .header-sys{
        padding-top: 10px;
        transition:linear .4s !important;
}

.fixed-menu.fixed-right-menu.open-right{
        
    height: 81vh;  
        transition:linear .4s;
} 
.fixed-menu.fixed-right-menu:before{
           content: "";
    font-family: 'Font Awesome 5 Free'; 
        top: 3vmin;
        left: 5vmin;
    color: #FFF;
    font-weight: bold;
    position: absolute;
    font-size: 22px;
}
/*.slid-menu .fixed-menu.fixed-right-menu.open-right:before{*/
/*    content: unset;*/
/*}*/
/* RESPONSIVE */
/* 992 :: 1200 */
@media (min-width: 992px) and (max-width: 1200px) {
    
  header .bottom-header .main-menu .nav-menu li a {
    padding: 8px 19px;
    font-size: 13px; }

  .slid-menu .main-slider .item .on-img-slider {
    padding: 20px; } }
/* 360 :: 991 */
@media (max-width: 991px) {
  .slid-menu .fixed-menu.open-resp{
  position: fixed;
  height: auto;
}
    header:after{
    background-color: #2f4f6d;
    }
    .fixed-menu.fixed-right-menu.open-right{
            width: 70% !important;
    }
    .slid-menu .fixed-menu.fixed-right-menu.open-right ul li{
            display: block;
    font-size: 18px;
    margin: 20px 0;
    }
    header{
        position: relative;
            background-color: #2f4f6d;
    }
    .slid-menu .fixed-menu.fixed-right-menu{
        width:0;
    }
  header .header-sys .search {
    display: inline-block; }
.slid-menu .main-slider .item img{
    height:300px;
}
  header .bottom-header .search {
    display: none; }

  .who, .products, .services .all-service, .clients, .news, footer {
    padding: 20px 0; }

  .who-txt {
    margin-bottom: 20px; }

   

  .services .all-service .service-content, .news-content {
    margin: 10px 0; }

  footer .rights {
    margin-top: 20px; }

  footer .rights p span {
    display: block;
    float: none !important; }

  footer .rights p {
    text-align: center; }

  .location {
    margin-bottom: 20px; }

  .suggestions .right-side {
    display: block;
    text-align: center; }

  .suggestions .right-side .footer-logo {
    width: 100%;
    margin: 10px 0; }

  .suggestions .right-side .title-suggestions {
    padding-right: 0;
    width: 100%; }

  .suggestions .right-side .title-suggestions h3 {
    margin-bottom: 5px;
    font-size: 20px; }

  .suggestions .left-side {
    display: block;
    padding: 10px; }

  .suggestions .left-side .send-us {
    display: table;
    margin: 10px auto; }

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

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

  header .header-option .lang-section a {
    margin: 0;
    width: 35px;
    height: 38px; }

  header .logo {
    padding: 0;
  text-align: center}

  .menu-button {
    width: 30px;
    height: 30px;
    display: inline-flex !important;
    justify-content: center;
    align-items: center;
    background: transparent;
    border: 1px solid #fff;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    vertical-align: sub; }

  header .header-sys .search {
    width: 30px;
    height: 30px;
    display: inline-flex !important;
    justify-content: center;
    align-items: center;
    background: transparent;
    border: 1px solid #fff;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    vertical-align: sub; }

  header .header-sys a:last-of-type {
    font-size: 15px;
    padding-top: 4px; }

  header .header-setting form {
    width: 100%;
    margin-bottom: 10px; }

  header .header-setting form .search {
    border-radius: 3px;
    padding: 5px;
    text-align: start; }

  header .header-setting {
    text-align: center; }

  .auction-single-content .auction-details .auction-details-content {
    width: 100%;
    margin: 5px 0; }

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

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

  header .bottom-header .main-menu {
    width: 80%; }

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

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

  header .main-menu ul li a {
    color: #ffffff; }

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

  .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 .bottom-header .main-menu .nav-menu li {
    display: block;
    margin: 5px; }

  header .bottom-header .main-menu .nav-menu li:last-of-type {
    float: none; }

  header {
    z-index: 9; }

  .header-sys img {
    width: 80%; }
.pho-ni{
  display: none;
}
  header .header-sys {
    align-items: center;
    padding: 5px 0;}

  header .header-sys a {
    width: 30px;
    height: 30px;
    margin: 0 3px;}

  .menu-button .click-button {
    border: 0;
    background-color: transparent !important; }

  .owl-nav {
    display: none; }

  .main-slider img {
    height: 400px; }

  .slid-menu .fixed-menu {
    position: relative;
    width: 100%;
    
    padding-top: 30px; }

  .slid-menu .fixed-menu ul li {
    display: block;
    font-size: 18px;
    margin: 0 7px; }

  .slid-menu .main-slider .item .on-img-slider {
    right: 0px !important;
    left: 0  !important;
    padding: 20px;
    width: 100%; } }
header .header-sys .open-sid-menu{
        background-color: #ccb892;
            cursor: pointer;
            display: none ;
}
/*# sourceMappingURL=main.css.map */
