@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Oswald");
@import url("https://fonts.googleapis.com/css?family=El+Messiri");
@import url("https://fonts.googleapis.com/css?family=Ubuntu");
/*Font sizes Variables*/
/*Color Variables*/
/*Screen Size Break Points*/
/*Main*/
* {
  font-family: 'Ubuntu', sans-serif; }

.Unified-Number {
  position: fixed;
  top: 30%;
  left: 0;
  z-index: 1;
  width: 250px;
  height: 50px;
  margin-left: -200px;
  background-color: rgba(255, 255, 255, 0.98);
  border-radius: 0px 10px 10px 0px;
  transition: all 1s linear;
  box-shadow: 3px 3px 10px #204a4e; }
  .Unified-Number .unified-icon {
    background-color: #00a3b4;
    border-radius: 0px 10px 10px 0px;
    width: 50px;
    height: 50px;
    position: relative; }
    .Unified-Number .unified-icon i {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      color: #fff;
      font-size: 20px;
      transition: all 1s linear; }
  .Unified-Number .phone-number {
    width: 200px;
    text-align: center;
    margin-top: 7px; }
  .Unified-Number:hover {
    margin-left: 0;
    cursor: pointer; }
  @media (max-width: 768px) {
    .Unified-Number {
      display: none; } }

.mybtn {
  margin-top: 30px;
  border-color: #fff;
  color: #00a3b4;
  background-color: transparent;
  border: 1px solid #fff; }
  .mybtn:hover {
    background-color: #00a3b4;
    color: #fff;
    border-color: #00a3b4; }

h1, h2, h3, h4 {
  color: #155e77; }

/******************Navbar**************/
.navbar-container {
  background-color: rgba(255, 255, 255, 0.75);
  box-shadow: 0px 0px 8px #c7c7c7;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1000;
  transition: all 0.5s linear; }
  .navbar-container .navbar {
    padding: 0px; }
    .navbar-container .navbar ul {
      line-height: 70px; }
      @media (max-width: 992px) {
        .navbar-container .navbar ul {
          line-height: 30px;
          border-top: 1px solid #d4d4d4; } }
      .navbar-container .navbar ul a {
        color: #1f4b6c;
        transition: color 0.5s linear; }
        @media (max-width: 992px) {
          .navbar-container .navbar ul a {
            line-height: 30px;
            text-align: center; } }
        .navbar-container .navbar ul a:hover {
          color: #00a3b4;
          border-top: 1px solid #00a3b4; }
        .navbar-container .navbar ul a.active:hover {
          border-top: 0px; }
      .navbar-container .navbar ul li.active {
        border-top: 1px solid #00a3b4;
        position: relative; }
        @media (max-width: 992px) {
          .navbar-container .navbar ul li.active {
            line-height: 30px;
            border-top: 0px; } }
        .navbar-container .navbar ul li.active a {
          color: #00a3b4; }
      .navbar-container .navbar ul li.lang a {
        background-color: rgba(226, 242, 255, 0.24); }
    .navbar-container .navbar .navbar-toggler {
      background-color: #1f4b6c; }
  @media (max-width: 768px) {
    .navbar-container {
      position: relative;
      background-color: white; } }
  @media (max-width: 995px) {
    .navbar-container {
      background-color: white; } }

.sticky {
  background-color: white; }

/**************** Carousel ************/
.myCarousel {
  width: 100%;
  height: 650px; }
  @media (max-width: 992px) {
    .myCarousel {
      height: 500px; } }
  @media (max-width: 768px) {
    .myCarousel {
      height: 400px; } }
  @media (max-width: 576px) {
    .myCarousel {
      height: 400px; } }
  .myCarousel .carousel-inner {
    height: 650px; }
    @media (max-width: 992px) {
      .myCarousel .carousel-inner {
        height: 500px; } }
    @media (max-width: 768px) {
      .myCarousel .carousel-inner {
        height: 400px; } }
    @media (max-width: 576px) {
      .myCarousel .carousel-inner {
        height: 400px; } }
    .myCarousel .carousel-inner img.slider-img {
      height: 650px; }
      @media (max-width: 768px) {
        .myCarousel .carousel-inner img.slider-img {
          height: 400px; } }
  .myCarousel .carousel-caption {
    position: unset;
    padding: 0px; }
    @media (max-width: 576px) {
      .myCarousel .carousel-caption {
        display: block !important; } }
    .myCarousel .carousel-caption .right-caption {
      position: absolute;
      top: 22%;
      right: 87px; }
      @media (max-width: 1188px) {
        .myCarousel .carousel-caption .right-caption {
          top: 23%;
          right: 67px; } }
      @media (max-width: 768px) {
        .myCarousel .carousel-caption .right-caption {
          top: 23%;
          right: 40px; } }
      @media (max-width: 576px) {
        .myCarousel .carousel-caption .right-caption {
          top: 10%;
          right: 30%; } }
      .myCarousel .carousel-caption .right-caption img.logo-img {
        width: 270px; }
        @media (max-width: 1188px) {
          .myCarousel .carousel-caption .right-caption img.logo-img {
            width: 200px; } }
        @media (max-width: 992px) {
          .myCarousel .carousel-caption .right-caption img.logo-img {
            width: 150px; } }
        @media (max-width: 576px) {
          .myCarousel .carousel-caption .right-caption img.logo-img {
            width: 100px; } }
      .myCarousel .carousel-caption .right-caption img {
        width: 180px; }
        @media (max-width: 1188px) {
          .myCarousel .carousel-caption .right-caption img {
            width: 150px; } }
        @media (max-width: 992px) {
          .myCarousel .carousel-caption .right-caption img {
            width: 100px; } }
        @media (max-width: 576px) {
          .myCarousel .carousel-caption .right-caption img {
            width: 80px; } }
    .myCarousel .carousel-caption .left-caption {
      position: absolute;
      bottom: 0;
      left: 0px; }
      @media (max-width: 992px) {
        .myCarousel .carousel-caption .left-caption {
          bottom: 150px; } }
      @media (max-width: 768px) {
        .myCarousel .carousel-caption .left-caption {
          bottom: 0; } }
      @media (max-width: 576px) {
        .myCarousel .carousel-caption .left-caption {
          bottom: 0;
          left: 24%; } }
      .myCarousel .carousel-caption .left-caption img {
        width: 630px; }
        @media (max-width: 1188px) {
          .myCarousel .carousel-caption .left-caption img {
            width: 500px; } }
        @media (max-width: 992px) {
          .myCarousel .carousel-caption .left-caption img {
            width: 400px; } }
        @media (max-width: 768px) {
          .myCarousel .carousel-caption .left-caption img {
            width: 350px; } }
        @media (max-width: 576px) {
          .myCarousel .carousel-caption .left-caption img {
            width: 260px; } }
  .myCarousel .carousel-control-next, .myCarousel .carousel-control-prev {
    position: absolute;
    top: 0%;
    /* bottom: 0; */
    width: 4%; }
    .myCarousel .carousel-control-next i, .myCarousel .carousel-control-prev i {
      color: #fff;
      background-color: #1f1f1f24;
      padding: 8px;
      border-radius: 2px; }

.second-slider .carousel-caption {
  position: absolute;
  padding: 0px;
  top: 50%;
  left: 0;
  transform: translateY(-50%); }
  .second-slider .carousel-caption .right {
    padding-right: 70px; }
    @media (max-width: 576px) {
      .second-slider .carousel-caption .right {
        padding-right: 10px;
        margin-top: -50px; } }
    .second-slider .carousel-caption .right h2 {
      margin-top: 70px; }
      @media (max-width: 1188px) {
        .second-slider .carousel-caption .right h2 {
          font-size: 35px; } }
      @media (max-width: 992px) {
        .second-slider .carousel-caption .right h2 {
          font-size: 30px; } }
      @media (max-width: 768px) {
        .second-slider .carousel-caption .right h2 {
          font-size: 25px; } }
      @media (max-width: 576px) {
        .second-slider .carousel-caption .right h2 {
          font-size: 20px; } }
    .second-slider .carousel-caption .right p {
      color: #000;
      margin-top: 50px; }
      @media (max-width: 1188px) {
        .second-slider .carousel-caption .right p {
          font-size: 16px;
          margin-top: 50px; } }
      @media (max-width: 992px) {
        .second-slider .carousel-caption .right p {
          font-size: 13px;
          margin-top: 30px; } }
      @media (max-width: 768px) {
        .second-slider .carousel-caption .right p {
          font-size: 11px;
          margin-top: 10px; } }
      @media (max-width: 576px) {
        .second-slider .carousel-caption .right p {
          font-size: 9px;
          margin-top: 5px; } }
    .second-slider .carousel-caption .right button {
      font-size: 25px; }
      @media (max-width: 1188px) {
        .second-slider .carousel-caption .right button {
          font-size: 25px; } }
      @media (max-width: 992px) {
        .second-slider .carousel-caption .right button {
          font-size: 20px; } }
      @media (max-width: 768px) {
        .second-slider .carousel-caption .right button {
          font-size: 15px; } }
      @media (max-width: 576px) {
        .second-slider .carousel-caption .right button {
          font-size: 12px; } }
  .second-slider .carousel-caption .left img {
    width: 400px;
    text-align: center; }
    @media (max-width: 1188px) {
      .second-slider .carousel-caption .left img {
        width: 350px; } }
    @media (max-width: 992px) {
      .second-slider .carousel-caption .left img {
        width: 250px; } }
    @media (max-width: 768px) {
      .second-slider .carousel-caption .left img {
        width: 200px; } }
    @media (max-width: 576px) {
      .second-slider .carousel-caption .left img {
        width: 180px;
        margin-top: -80px; } }

.third-slider .carousel-caption {
  position: absolute;
  padding: 0px;
  top: 50%;
  left: 0;
  transform: translateY(-50%); }

.third-slider img {
  width: 800px;
  margin-top: -40px; }
  @media (max-width: 1188px) {
    .third-slider img {
      width: 600px; } }
  @media (max-width: 992px) {
    .third-slider img {
      width: 450px; } }
  @media (max-width: 768px) {
    .third-slider img {
      width: 400px; } }
  @media (max-width: 576px) {
    .third-slider img {
      width: 315px; } }

.third-slider h2 {
  width: 50%;
  margin: 0 auto;
  padding: 10px;
  border-radius: 5px;
  margin-top: 20px; }
  @media (max-width: 1188px) {
    .third-slider h2 {
      font-size: 25px;
      width: 50%; } }
  @media (max-width: 992px) {
    .third-slider h2 {
      font-size: 20px;
      width: 70%; } }
  @media (max-width: 768px) {
    .third-slider h2 {
      font-size: 15px;
      width: 80%; } }
  @media (max-width: 576px) {
    .third-slider h2 {
      font-size: 12px;
      width: 90%; } }
  .third-slider h2 span {
    color: #fff;
    background-color: #1f4b6c;
    padding: 10px 28px;
    border-radius: 10px; }
    @media (max-width: 768px) {
      .third-slider h2 span {
        margin-top: 15px; } }
    @media (max-width: 576px) {
      .third-slider h2 span {
        margin-top: 12px; } }

/**************** Introduction **************/
.intro-container {
  background-image: url("../img/bg.png");
  /* The image used */
  background-color: #cccccc;
  /* Used if the image is unavailable */
  background-position: center;
  /* Center the image */
  background-repeat: no-repeat;
  /* Do not repeat the image */
  background-size: cover;
  /* Resize the background image to cover the entire container */
  padding-top: 80px !important;
  padding-bottom: 80px !important; }
  .intro-container p {
    color: #7d7d7d;
    width: 98%;
    margin: 0 auto; }
    @media (max-width: 576px) {
      .intro-container p {
        width: 100%;
        font-size: 14px; } }

/******************* branches ***********************/
.branches {
  background-image: url("../img/p.jpg");
  /* The image used */
  background-color: #fff;
  /* Used if the image is unavailable */
  background-position: center;
  /* Center the image */
  background-repeat: repeat;
  /* Do not repeat the image */ }
  .branches h2 {
    color: #155e77; }
    @media (max-width: 576px) {
      .branches h2 {
        width: 100%;
        font-size: 17px; } }
  .branches .map-box {
    margin-top: 35px;
    margin: 5px;
    background-image: url("../img/map-box.png");
    /* The image used */
    background-color: #f1f1f1;
    /* Used if the image is unavailable */
    background-position: center;
    /* Center the image */
    background-repeat: no-repeat;
    /* Do not repeat the image */
    background-size: 100% 100%;
    /* Resize the background image to cover the entire container */
    padding: 8px;
    border-radius: 8px; }
    @media (max-width: 768px) {
      .branches .map-box {
        margin-top: 50px; } }
    .branches .map-box a {
      background-color: #f1f1f1;
      padding: 6px 28px;
      border-radius: 20px;
      color: #00a3b4; }
    .branches .map-box img {
      margin-top: -60px; }
    .branches .map-box .title {
      margin-bottom: 24px; }
      .branches .map-box .title h4 {
        color: #e8e8e8 !important; }
    .branches .map-box .text {
      color: #fff;
      text-shadow: 0px 0px 17px #000; }

/***************** Services ************************/
.services .title {
  color: #000;
  margin-bottom: 24px;
  margin-top: 10px; }

.services .text {
  color: #7d7d7d;
  margin-bottom: 20px; }

.services a {
  background-color: #00a3b4;
  padding: 6px 28px;
  border-radius: 20px;
  color: #fff;
  margin-top: 15px; }

/******************** why-us *********************/
.why-us {
  height: 600px;
  background-image: url("../img/videoBG_14.png");
  /* The image used */
  background-color: #f1f1f1;
  /* Used if the image is unavailable */
  background-position: center;
  /* Center the image */
  background-repeat: no-repeat;
  /* Do not repeat the image */
  background-size: 100% 100%;
  /* Resize the background image to cover the entire container */
  position: relative; }
  .why-us h2 {
    color: #e8e8e8; }
  .why-us p {
    color: #e8e8e8; }
  .why-us .video-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    cursor: pointer; }
  .why-us .watch-now {
    position: absolute;
    bottom: 185px;
    left: 50%;
    transform: translate(-50%, -50%); }

.modal-content {
  background-color: transparent;
  border-color: transparent; }

/********************** Values ***************************/
.values .title {
  color: #000;
  margin-bottom: 24px;
  margin-top: 10px; }

.values .text {
  color: #7d7d7d;
  margin-bottom: 20px; }

.values a {
  background-color: #00a3b4;
  padding: 6px 28px;
  border-radius: 20px;
  color: #fff;
  margin-top: 15px; }

/************************* cloud-separator *******************/
.cloud-separator {
  height: 100px;
  margin-bottom: -3px;
  background-image: url("../img/cloud.png");
  /* The image used */
  background-position: center;
  /* Center the image */
  background-repeat: no-repeat;
  /* Do not repeat the image */
  background-size: 100% 100%;
  /* Resize the background image to cover the entire container */ }

/*************************** Footer *************************/
.footer {
  height: auto;
  background-color: #005b7f; }
  .footer .title {
    position: relative; }
    .footer .title h4 {
      color: #fff;
      padding-bottom: 15px;
      text-align: left; }
    .footer .title:after {
      content: "";
      position: absolute;
      bottom: 0;
      left: 0;
      height: 2px;
      width: 280px;
      background-color: #fff; }
  .footer p {
    text-align: justify;
    color: #fff; }
  .footer hr {
    background-color: #fff;
    width: 95%; }
  .footer .addresses img {
    float: left;
    margin-right: 7px; }
  .footer .addresses ul {
    color: #fff;
    margin-left: -38px; }

/************************ socket **************************/
.socket {
  background-color: #004b68;
  color: #fff; }

/************************* Pages *************************************/
.side-content {
  margin-top: 25px; }
  .side-content h4 {
    color: #00a3b4; }
  .side-content h2 {
    color: #1f4b6c; }
  .side-content p {
    color: #7d7d7d;
    text-align: justify; }

.second-section {
  background-image: url("../img/pattern.png");
  /* The image used */
  background-color: #cccccc;
  /* Used if the image is unavailable */
  background-position: center;
  /* Center the image */
  background-repeat: repeat; }
  .second-section .col-sm {
    position: relative; }
    .second-section .col-sm p {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      width: 85%;
      color: #7d7d7d; }

.workers {
  padding: 20px; }
  .workers .title {
    color: #00a3b4;
    margin-top: 15px; }
  .workers img {
    width: 200px;
    height: 200px; }

/************************************************************/
.about-second p {
  text-align: justify;
  color: #7d7d7d; }

/*************************************************************/
.our-messages {
  background-image: url("../img/bg-pattern.png");
  /* The image used */
  background-color: #cccccc;
  /* Used if the image is unavailable */
  background-position: center;
  /* Center the image */
  background-size: 100% 100%;
  background-repeat: no-repeat;
  padding: 40px; }
  .our-messages .title {
    text-align: right;
    color: #00a3b4; }
  .our-messages p {
    text-align: justify;
    color: #7d7d7d; }
  .our-messages li {
    text-align: justify;
    color: #7d7d7d;
    margin-top: 20px; }

/************************** قيم ناس *************************/
.our-values {
  overflow: hidden; }
  .our-values .title {
    color: #00a3b4; }
  .our-values .naas-values .title {
    color: #1f4b6c; }
  .our-values .naas-values .text {
    text-align: justify;
    color: #7d7d7d; }
  .our-values .about-img img {
    width: 70%;
    margin-top: 85px; }

/*************************   counter  *****************************/
.counter-container {
  background-image: url("../img/counter2.png");
  /* The image used */
  background-color: #cccccc;
  /* Used if the image is unavailable */
  background-position: center;
  /* Center the image */
  background-size: 100% 100%;
  background-repeat: no-repeat;
  padding: 40px;
  height: 400px;
  position: relative; }
  @media (max-width: 768px) {
    .counter-container {
      height: auto; } }
  .counter-container .counter {
    margin-top: 30%;
    background-color: rgba(245, 245, 245, 0.3);
    padding: 20px 0;
    border-radius: 5px;
    color: floralwhite;
    transition: all 0.4s linear; }
    .counter-container .counter .count-title {
      font-size: 40px;
      font-weight: normal;
      margin-top: 10px;
      margin-bottom: 0;
      text-align: center;
      color: aliceblue; }
      @media (max-width: 768px) {
        .counter-container .counter .count-title {
          font-size: 30px; } }
    .counter-container .counter .count-text {
      font-size: 33px;
      font-weight: normal;
      margin-top: 10px;
      margin-bottom: 0;
      text-align: center;
      color: #feffe7; }
      @media (max-width: 768px) {
        .counter-container .counter .count-text {
          font-size: 25px; } }
    .counter-container .counter .fa-2x {
      margin: 0 auto;
      float: none;
      display: table;
      color: #4ad1e5;
      font-size: 40px; }
    .counter-container .counter:hover {
      background-color: rgba(64, 64, 64, 0.96);
      transform: scale(1.05);
      box-shadow: 3px 4px 8px #4ad1e5; }

/**************************************/
.spe-cor {
  padding: 40px; }
  .spe-cor h2 {
    margin-bottom: 50px;
    color: #00a3b4; }
  .spe-cor .carousel-item > div {
    float: left; }
  .spe-cor .carousel-by-item [class*="cloneditem-"] {
    display: none; }

/********************** individula-section *************************/
.individula-section {
  background-image: url("../img/pattern.png");
  /* The image used */
  background-color: #cccccc;
  /* Used if the image is unavailable */
  background-position: center;
  /* Center the image */
  background-repeat: repeat; }
  .individula-section p {
    color: #7d7d7d; }
    @media (max-width: 576px) {
      .individula-section p {
        font-size: 15px; } }

/********************** Contact Us ****************/
.contact-us {
  background-image: url("../img/contact-us.png");
  /* The image used */
  background-color: #cccccc;
  /* Used if the image is unavailable */
  background-position: center;
  /* Center the image */
  background-size: 100% 100%;
  background-repeat: no-repeat;
  padding: 100px;
  margin-top: 87px; }
  .contact-us h3 {
    color: #00a3b4; }
  .contact-us p {
    color: #fff;
    width: 80%; }
    @media (max-width: 768px) {
      .contact-us p {
        width: 100%; } }
  @media (max-width: 768px) {
    .contact-us {
      margin-top: 0px; } }

.contact-details .card {
  padding: 15px;
  min-height: 210px;
  margin-top: -77px;
  box-shadow: 0px 9px 15px #eaeaea;
  border: 1px solid #cacaca;
  transition: all 0.5s linear; }
  .contact-details .card:hover {
    transform: scale(1.05);
    background-color: #d7fffb; }
  .contact-details .card img {
    margin-bottom: 25px; }
  .contact-details .card .card-subtitle {
    color: #00a3b4; }
  @media (max-width: 768px) {
    .contact-details .card p {
      font-size: 13px; } }
  @media (max-width: 768px) {
    .contact-details .card {
      margin-top: 20px;
      min-height: 235px; } }

/**************Contact form***********/
.contact-form {
  color: #7d7d7d; }
  .contact-form .form-control {
    height: 40px; }
    .contact-form .form-control::placeholder {
      color: #e2e2e2;
      opacity: 1;
      font-size: 13px; }

.btnContact {
  width: 100%;
  background-color: #1f4b6c;
  color: #fff;
  border: 0;
  padding: 10px;
  border-radius: 5px; }
