body {
  background: linear-gradient(114.9deg, #00131d 8.3%, #00283c 41.6%, #00131d 93.4%);
  overflow-x: hidden;
}

body::-webkit-scrollbar {
  width: 0.5em;
}

body::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
          box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

body::-webkit-scrollbar-thumb {
  background-color: #00131d;
  outline: 1px solid black;
}

body {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  width: 100%;
}

header .navbar {
  background: transparent;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

header .navbar .logo img {
  width: 100%;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

header .navbar a {
  color: white;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  text-decoration: none;
  -webkit-transform: scale(1);
          transform: scale(1);
  text-shadow: 0 0 black;
}

header .navbar a:hover {
  text-decoration: underline;
  color: white;
  -webkit-transform: scale(1.5);
          transform: scale(1.5);
  text-shadow: -2px 2px 20px #0597ff;
}

header .navbar a.active {
  color: #0597ff;
  -webkit-transform: scale(1.5);
          transform: scale(1.5);
  text-shadow: -2px 2px 20px #0597ff;
}

header .navbar ul li {
  margin-right: 15%;
}

header .navbar ul li a {
  white-space: nowrap;
  font-size: 18px;
}

header.active .navbar {
  background: linear-gradient(114.9deg, #00131d 8.3%, #00283c 41.6%, #00131d 93.4%);
  -webkit-box-shadow: 0px 9px 20px 0px #0597ff;
          box-shadow: 0px 9px 20px 0px #0597ff;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

header.active .logo img {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  width: 75%;
}

header .banner_head h1,
header .banner_head p {
  color: white;
}

header .banner_head h1 {
  font-size: 7rem;
}

header .banner_head p {
  font-size: 2rem;
}

header .overlay img {
  -webkit-filter: drop-shadow(2px 4px 6px black);
          filter: drop-shadow(2px 4px 6px black);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

header .overlay img:hover {
  -webkit-filter: drop-shadow(13px 8px 0px black);
          filter: drop-shadow(13px 8px 0px black);
}

#banner {
  width: 100%;
  height: 100vh;
}

#banner img,
#banner .bg-main {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

#banner .overlay {
  background-color: #00000082;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#sliders {
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#sliders .slid {
  height: 60vh;
}

#sliders .slid .uk-slider-items {
  height: 100%;
}

#sliders .slid .uk-slider-items .uk-panel {
  height: 100%;
}

#sliders .slid .uk-slider-items .uk-panel img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

#sliders .services-sec-list {
  text-align: left;
}

#sliders .uk-overlay {
  height: 40%;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

#sliders .uk-margin-remove {
  font-size: 2em;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

#sliders .uk-overlay li {
  font-size: 15px;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

#sliders .uk-slider-items .uk-active:hover .uk-overlay {
  height: 100%;
  -webkit-transition: all 0.35 ease-in-out;
  transition: all 0.35 ease-in-out;
}

#sliders .uk-slider-items .uk-active:hover .uk-margin-remove {
  margin-bottom: 15px !important;
  font-size: 3em;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

#sliders .uk-slider-items .uk-active:hover .uk-overlay li {
  margin: 25px 0;
  font-size: 20px;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

#services {
  position: relative;
  height: 150vh;
}

#services .center_img {
  left: 50%;
  top: 50%;
  pointer-events: none;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  position: absolute;
  z-index: 16;
}

#services .center_img .center_map {
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  position: absolute;
  width: 60%;
  height: 60%;
  border-radius: 50%;
  background-color: #02343f;
  color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#services .center_img .center_map p {
  font-size: 25px;
}

#services .center {
  -webkit-animation-name: spin;
          animation-name: spin;
  -webkit-animation-duration: 40000ms;
          animation-duration: 40000ms;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-transition: rotate(3600deg);
  transition: rotate(3600deg);
}

#services .top_left_img {
  position: absolute;
  left: 10%;
  top: 5%;
  width: 30%;
}

#services .top_left_img .center_map {
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) scale(1);
          transform: translate(-50%, -50%) scale(1);
  position: absolute;
  width: 40%;
  height: 40%;
  border-radius: 50%;
  background-color: #3399ff;
  color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  z-index: 15;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

#services .top_left_img .center_map::after {
  position: absolute;
  content: "";
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background-color: #3399ff;
  width: 300px;
  height: 5px;
  -webkit-transform: rotate(36deg);
          transform: rotate(36deg);
  left: 170px;
  bottom: -50px;
}

#services .top_left_img .center_map p {
  font-size: 25px;
}

#services .top_left_img .center_map:hover {
  -webkit-transform: scale(1.02) translate(-50%, -50%);
          transform: scale(1.02) translate(-50%, -50%);
  background-color: #a6a300;
}

#services .top_left_img .center_map:hover::after {
  background-color: #a6a300;
}

#services .top_left {
  -webkit-animation-name: revSpin;
          animation-name: revSpin;
  -webkit-animation-duration: 90000ms;
          animation-duration: 90000ms;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-transition: rotate(3600deg);
  transition: rotate(3600deg);
}

#services .top_right_img {
  position: absolute;
  right: 15%;
  top: 5%;
  width: 20%;
}

#services .top_right_img .center_map {
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) scale(1);
          transform: translate(-50%, -50%) scale(1);
  position: absolute;
  width: 40%;
  height: 40%;
  text-decoration: none;
  border-radius: 50%;
  background-color: #3399ff;
  color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#services .top_right_img .center_map::after {
  position: absolute;
  content: "";
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background-color: #3399ff;
  width: 438px;
  height: 5px;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  right: 40px;
  bottom: -107px;
}

#services .top_right_img .center_map:hover {
  -webkit-transform: scale(1.02) translate(-50%, -50%);
          transform: scale(1.02) translate(-50%, -50%);
  background-color: #a6a300;
}

#services .top_right_img .center_map:hover::after {
  background-color: #a6a300;
}

#services .top_right_img .center_map p {
  font-size: 25px;
}

#services .top_right {
  -webkit-animation-name: spin;
          animation-name: spin;
  -webkit-animation-duration: 40000ms;
          animation-duration: 40000ms;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-transition: rotate(3600deg);
  transition: rotate(3600deg);
}

#services .bottom_left_img {
  position: absolute;
  bottom: 0;
  left: 5%;
  width: 40%;
}

#services .bottom_left_img .center_map {
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  position: absolute;
  width: 40%;
  height: 40%;
  z-index: 15;
  border-radius: 50%;
  background-color: #3399ff;
  color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

#services .bottom_left_img .center_map p {
  font-size: 25px;
}

#services .bottom_left_img .center_map::after {
  position: absolute;
  content: "";
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background-color: #3399ff;
  width: 350px;
  height: 5px;
  -webkit-transform: rotate(142deg);
          transform: rotate(142deg);
  left: 170px;
  bottom: 265px;
}

#services .bottom_left_img .center_map:hover {
  -webkit-transform: scale(1.02) translate(-50%, -50%);
          transform: scale(1.02) translate(-50%, -50%);
  background-color: #a6a300;
}

#services .bottom_left_img .center_map:hover::after {
  background-color: #a6a300;
}

#services .bottom_left {
  -webkit-animation-name: revSpin;
          animation-name: revSpin;
  -webkit-animation-duration: 40000ms;
          animation-duration: 40000ms;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-transition: rotate(3600deg);
  transition: rotate(3600deg);
}

#services .bottom_right_img {
  position: absolute;
  right: 9%;
  bottom: 10%;
  width: 25%;
}

#services .bottom_right_img .center_map {
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  position: absolute;
  width: 40%;
  height: 40%;
  border-radius: 50%;
  background-color: #3399ff;
  color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 15;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

#services .bottom_right_img .center_map p {
  font-size: 25px;
}

#services .bottom_right_img .center_map::after {
  position: absolute;
  content: "";
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background-color: #3399ff;
  width: 438px;
  height: 5px;
  width: 414px;
  height: 5px;
  -webkit-transform: rotate(208deg);
          transform: rotate(208deg);
  right: 109px;
  bottom: 214px;
}

#services .bottom_right_img .center_map:hover {
  -webkit-transform: scale(1.02) translate(-50%, -50%);
          transform: scale(1.02) translate(-50%, -50%);
  background-color: #a6a300;
}

#services .bottom_right_img .center_map:hover::after {
  background-color: #a6a300;
}

#services .bottom_right {
  -webkit-animation-name: spin;
          animation-name: spin;
  -webkit-animation-duration: 20000ms;
          animation-duration: 20000ms;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-transition: rotate(3600deg);
  transition: rotate(3600deg);
}

@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@-webkit-keyframes revSpin {
  from {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
  to {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}

@keyframes revSpin {
  from {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
  to {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}

@-webkit-keyframes scroll {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(calc(-250px * 7));
            transform: translateX(calc(-250px * 7));
  }
}

@keyframes scroll {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(calc(-250px * 7));
            transform: translateX(calc(-250px * 7));
  }
}

#clients {
  width: 100%;
  overflow: hidden;
  margin-top: 5%;
}

#clients li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#clients polyline {
  fill: #0597ff;
}

#clients .uk-dotnav > * > * {
  border: 1px solid #0597ff;
}

#clients .uk-dotnav > .uk-active > * {
  background-color: #0597ff;
}

#clients .uk-dotnav > * > :active {
  background-color: #0597ff !important;
}

#mission {
  padding: 10% 0;
}

#mission .card {
  margin: 20px;
  height: 100%;
  border-radius: 10px;
  background-color: #058ba9;
  overflow: hidden;
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.4);
          box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.4);
  color: white;
}

#mission .card .card-count-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 200px;
  padding: 20px 0px;
}

#mission .card .card-count {
  font-weight: bold;
  font-size: 100px;
  width: 150px;
  height: 150px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
  margin: auto;
  margin-right: -50px;
  padding-right: 25px;
  overflow: hidden;
  color: #ffffff;
  -webkit-box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0.5);
          box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0.5);
  text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

#mission .card .card-content {
  padding: 20px;
  padding-top: 0px;
}

#mission .card .card-content > h2 {
  margin-top: 0px;
  text-align: center;
}

#mission .card .card-footer {
  padding: 20px;
  color: #ffffff;
}

#mission .card:hover .card-count {
  width: 160px;
  height: 160px;
}

#mission .card:nth-child(1) .card-count,
#mission .card:nth-child(1) .card-footer {
  background-image: -webkit-gradient(linear, left top, right top, from(#001e2e), to(#0077b8));
  background-image: linear-gradient(90deg, #001e2e, #0077b8);
}

@media (max-width: 767px) {
  #mission {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

#products {
  padding: 5% 0;
}

#products .uk-card-body {
  padding: 5px;
  position: relative;
}

#products .uk-card-body::after {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0%;
  content: "";
  color: white;
  font-weight: bold;
  font-size: 18px;
  background-color: #001d3196;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}

#products .uk-card-body:hover::after {
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

footer {
  color: white;
  padding-top: 50px;
}

footer .nav-link {
  color: white;
  font-size: 17px;
}

footer .nav-link:nth-child(2) {
  margin-left: 25%;
}

footer .nav-link:nth-child(3) {
  margin-left: 50%;
}

footer .nav-link:hover {
  color: white;
  text-decoration: none;
}

footer .nav div {
  margin-left: 75%;
}

.box.left {
  -webkit-transform: translateX(-200px);
          transform: translateX(-200px);
  opacity: 0;
}

#service {
  padding: 10%;
  padding-bottom: 35%;
}

#service .container {
  width: 100%;
  height: 480px;
}

#service #learn-more {
  fill-opacity: 0;
  fill: #fff;
  stroke: #fff;
  stroke-width: 2;
  border-radius: 5px;
  stroke-linejoin: round;
  -webkit-transition: all 250ms ease-in;
  transition: all 250ms ease-in;
  cursor: pointer;
}

#service #learn-more:hover {
  fill-opacity: 1;
}

#service #learn-more:hover ~ .learn-more-text {
  fill: #005fa4;
}

#service .learn-more-text {
  font-family: "Roboto";
  fill: #fff;
  pointer-events: none;
  font-size: 14px;
  -webkit-transition: all 250ms ease-in;
  transition: all 250ms ease-in;
}

#service .center {
  fill: #005fa4;
}

#service .pointer {
  fill: #fff;
  stroke: #3b8fc0;
  stroke-width: 2;
}

#service .nav-copy {
  font-family: "Roboto";
  fill: #fff;
  fill-opacity: 1;
  -webkit-transition: all 250ms ease-in;
  transition: all 250ms ease-in;
}

#service .nav-copy.changing {
  fill-opacity: 0;
}

#service .service {
  cursor: pointer;
}

#service .service text {
  font-size: 14px;
  font-family: "Roboto";
  text-anchor: middle;
}

#service .service .icon-wrapper {
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
}

#service .service .icon-wrapper,
#service .service .icon-wrapper > * {
  -webkit-transition: all 250ms ease-in;
  transition: all 250ms ease-in;
}

#service .service circle {
  fill: #005fa4;
}

#service .service circle.shadow {
  fill-opacity: 0;
  -webkit-filter: url(#service-shadow);
          filter: url(#service-shadow);
}

#service .service use {
  fill: #fff;
}

#service .service text {
  fill: #4d4d4d;
}

#service .service.active .icon-wrapper, #service .service:hover .icon-wrapper {
  -webkit-transform: scale(1.15) translateY(-5px);
          transform: scale(1.15) translateY(-5px);
}

#service .service.active .icon-wrapper,
#service .service.active .icon-wrapper > *, #service .service:hover .icon-wrapper,
#service .service:hover .icon-wrapper > * {
  -webkit-transition: all 250ms ease-out;
  transition: all 250ms ease-out;
}

#service .service.active .icon-wrapper circle.shadow, #service .service:hover .icon-wrapper circle.shadow {
  fill-opacity: 0.4;
}

#service .service.active text, #service .service:hover text {
  fill: #005fa4;
  font-weight: bold;
}

#contact .login-box {
  width: 600px;
  padding: 40px;
  background: rgba(0, 0, 0, 0.5);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: 0 15px 25px rgba(0, 0, 0, 0.6);
          box-shadow: 0 15px 25px rgba(0, 0, 0, 0.6);
  border-radius: 10px;
}

#contact .login-box h2 {
  margin: 0 0 30px;
  padding: 0;
  color: #fff;
  text-align: center;
}

#contact .login-box .user-box {
  position: relative;
}

#contact .login-box .user-box input {
  width: 100%;
  padding: 10px 0;
  font-size: 16px;
  color: #fff;
  margin-bottom: 30px;
  border: none;
  border-bottom: 1px solid #fff;
  outline: none;
  background: transparent;
}

#contact .login-box .user-box textarea {
  width: 100%;
  padding: 10px 0;
  font-size: 16px;
  color: #fff;
  margin-bottom: 30px;
  border: none;
  border-bottom: 1px solid #fff;
  outline: none;
  background: transparent;
}

#contact .login-box .user-box label {
  position: absolute;
  top: 0;
  right: 0;
  direction: rtl;
  padding: 0px 0;
  font-size: 16px;
  color: #fff;
  pointer-events: none;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

#contact .login-box .user-box input:focus ~ label,
#contact .login-box .user-box input:valid ~ label {
  top: -20px;
  left: 0;
  color: #03e9f4;
  font-size: 12px;
}

#contact .login-box form a {
  position: relative;
  display: inline-block;
  padding: 10px 20px;
  color: #03e9f4;
  font-size: 16px;
  text-decoration: none;
  text-transform: uppercase;
  overflow: hidden;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  margin-top: 40px;
  letter-spacing: 4px;
}

#contact .login-box a:hover {
  background: #03e9f4;
  color: #fff;
  border-radius: 5px;
  -webkit-box-shadow: 0 0 5px #03e9f4, 0 0 25px #03e9f4, 0 0 50px #03e9f4,
 0 0 100px #03e9f4;
          box-shadow: 0 0 5px #03e9f4, 0 0 25px #03e9f4, 0 0 50px #03e9f4,
 0 0 100px #03e9f4;
}

#contact .login-box a span {
  position: absolute;
  display: block;
}

#contact .login-box a span:nth-child(1) {
  top: 0;
  left: -100%;
  width: 100%;
  height: 2px;
  background: -webkit-gradient(linear, left top, right top, from(transparent), to(#03e9f4));
  background: linear-gradient(90deg, transparent, #03e9f4);
  -webkit-animation: btn-anim1 1s linear infinite;
          animation: btn-anim1 1s linear infinite;
}

@-webkit-keyframes btn-anim1 {
  0% {
    left: -100%;
  }
  50%,
  100% {
    left: 100%;
  }
}

@keyframes btn-anim1 {
  0% {
    left: -100%;
  }
  50%,
  100% {
    left: 100%;
  }
}

#contact .login-box a span:nth-child(2) {
  top: -100%;
  right: 0;
  width: 2px;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#03e9f4));
  background: linear-gradient(180deg, transparent, #03e9f4);
  -webkit-animation: btn-anim2 1s linear infinite;
          animation: btn-anim2 1s linear infinite;
  -webkit-animation-delay: 0.25s;
          animation-delay: 0.25s;
}

@-webkit-keyframes btn-anim2 {
  0% {
    top: -100%;
  }
  50%,
  100% {
    top: 100%;
  }
}

@keyframes btn-anim2 {
  0% {
    top: -100%;
  }
  50%,
  100% {
    top: 100%;
  }
}

#contact label {
  color: white;
}

#contact .login-box a span:nth-child(3) {
  bottom: 0;
  right: -100%;
  width: 100%;
  height: 2px;
  background: -webkit-gradient(linear, right top, left top, from(transparent), to(#03e9f4));
  background: linear-gradient(270deg, transparent, #03e9f4);
  -webkit-animation: btn-anim3 1s linear infinite;
          animation: btn-anim3 1s linear infinite;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}

@-webkit-keyframes btn-anim3 {
  0% {
    right: -100%;
  }
  50%,
  100% {
    right: 100%;
  }
}

@keyframes btn-anim3 {
  0% {
    right: -100%;
  }
  50%,
  100% {
    right: 100%;
  }
}

#contact .login-box a span:nth-child(4) {
  bottom: -100%;
  left: 0;
  width: 2px;
  height: 100%;
  background: -webkit-gradient(linear, left bottom, left top, from(transparent), to(#03e9f4));
  background: linear-gradient(360deg, transparent, #03e9f4);
  -webkit-animation: btn-anim4 1s linear infinite;
          animation: btn-anim4 1s linear infinite;
  -webkit-animation-delay: 0.75s;
          animation-delay: 0.75s;
}

@-webkit-keyframes btn-anim4 {
  0% {
    bottom: -100%;
  }
  50%,
  100% {
    bottom: 100%;
  }
}

@keyframes btn-anim4 {
  0% {
    bottom: -100%;
  }
  50%,
  100% {
    bottom: 100%;
  }
}

#about {
  padding: 10% 0;
  color: white;
}

#about p {
  font-size: 25px;
  line-height: 50px;
}

@media (max-width: 1680px) and (max-height: 1050px) {
  #services .top_left_img .center_map::after {
    left: 130px;
  }
}

@media (max-width: 1440px) and (max-height: 900px) {
  #services .top_left_img .center_map p {
    font-size: 20px;
  }
}

@media (max-width: 1400px) and (max-height: 1050px) {
  #services .top_left_img .center_map::after {
    left: 74px;
    bottom: -80px;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  #services .top_right_img .center_map::after {
    -webkit-transform: rotate(131deg);
            transform: rotate(131deg);
    right: 16px;
    bottom: -152px;
  }
  #services .bottom_left_img .center_map::after {
    -webkit-transform: rotate(132deg);
            transform: rotate(132deg);
    left: 59px;
    bottom: 265px;
  }
  #services .bottom_right_img .center_map::after {
    -webkit-transform: rotate(220deg);
            transform: rotate(220deg);
    right: 57px;
    bottom: 235px;
  }
  #services .top_left_img .center_map p {
    font-size: 18px;
  }
}

@media (max-width: 1366px) {
  #services .top_left_img .center_map::after {
    left: 101px;
    bottom: -59px;
    -webkit-transform: rotate(42deg);
            transform: rotate(42deg);
  }
  #services .bottom_left_img .center_map::after {
    -webkit-transform: rotate(141deg);
            transform: rotate(141deg);
    left: 154px;
    bottom: 265px;
  }
  #contact {
    height: 70vh;
  }
  #contact .login-box {
    height: 100%;
  }
  #contact .login-box h2 {
    margin: 0 0 10px;
  }
  #contact .login-box form {
    height: 100%;
  }
  #contact .login-box form .user-box input {
    margin-bottom: 20px;
  }
  #contact .login-box form a {
    margin-top: 10px;
  }
}

@media (max-width: 1280px) {
  #services .top_left_img .center_map::after {
    left: 67px;
    bottom: -98px;
    -webkit-transform: rotate(48deg);
            transform: rotate(48deg);
  }
  #services .top_right_img .center_map::after {
    -webkit-transform: rotate(131deg);
    transform: rotate(126deg);
    right: -26px;
    bottom: -152px;
  }
  #services .bottom_left_img .center_map::after {
    -webkit-transform: rotate(141deg);
    transform: rotate(134deg);
    left: 60px;
    bottom: 265px;
  }
}

.form_mobile {
  display: none;
}

@media (max-width: 1024px) {
  #services .top_left_img .center_map p {
    font-size: 14px;
  }
  header .navbar a.active {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  #services .top_left_img .center_map::after {
    left: 50px;
    bottom: -98px;
    -webkit-transform: rotate(48deg);
    transform: rotate(48deg);
  }
  #services .bottom_right_img .center_map::after {
    -webkit-transform: rotate(220deg);
    transform: rotate(220deg);
    right: 37px;
    bottom: 201px;
  }
  footer .nav div {
    display: none;
  }
  header .navbar ul li {
    margin-right: 10%;
  }
  header .navbar ul li a {
    font-size: 15px;
  }
  #about p {
    font-size: 17px;
  }
  #contact {
    width: 100%;
  }
  #contact .login-box {
    width: 100%;
  }
  #contact .login-box input {
    margin-bottom: 6px;
    font-size: 12px;
  }
  #contact .login-box .user-box label,
  #contact .login-box label {
    font-size: 11px;
  }
  #contact .login-box form a {
    margin-top: -17px;
  }
}

.navbar-brand {
  display: none;
}

@media (max-width: 800px) {
  .form_mobile {
    display: block;
    background-color: #02343f96;
    padding: 25px 0;
    border-radius: 25px;
  }
  .form_mobile label {
    color: white;
  }
  .form_revMobile {
    display: none;
  }
  .navbar-brand {
    display: block;
  }
  .navbar-brand img {
    width: 50px;
  }
  header .navbar .logo img {
    display: none;
  }
  .navbar {
    background-color: #02343f !important;
  }
  header .banner_head h1 {
    font-size: 4rem;
  }
  header .banner_head p {
    font-size: 2rem;
  }
  #sliders .uk-slider-items .uk-active:hover .uk-overlay li {
    margin: 5px 0;
    font-size: 10px;
  }
  .card-content {
    font-size: 13px;
  }
  footer .nav-link {
    font-size: 13px;
  }
  #sliders .uk-margin-remove {
    font-size: 1em;
  }
  #sliders .uk-slider-items .uk-active:hover .uk-margin-remove {
    font-size: 1.5em;
  }
  #services .top_right_img .center_map::after {
    width: 190px;
    -webkit-transform: rotate(131deg);
    transform: rotate(126deg);
    right: 10px;
    bottom: -70px;
  }
  #services .top_right_img .center_map p {
    font-size: 20px;
  }
  #services .top_left_img .center_map::after {
    left: 28px;
    bottom: -98px;
    -webkit-transform: rotate(48deg);
    transform: rotate(48deg);
  }
  #services .top_left_img .center_map p {
    font-size: 12px;
  }
  #services .bottom_right_img .center_map::after {
    -webkit-transform: rotate(220deg);
    transform: rotate(220deg);
    right: 46px;
    width: 161px;
    bottom: 109px;
  }
  #services .bottom_right_img .center_map p {
    font-size: 12px;
  }
  #services .bottom_left_img .center_map::after {
    -webkit-transform: rotate(141deg);
    transform: rotate(134deg);
    left: 77px;
    bottom: 143px;
    width: 119px;
  }
  #services .bottom_left_img .center_map p {
    font-size: 12px;
  }
  #contact .login-box form .user-box input {
    margin-bottom: 0px;
  }
  #contact .login-box h2 {
    font-size: 12px;
  }
  #contact .login-box .user-box input,
  textarea {
    font-size: 12px;
  }
  #contact .login-box .user-box label,
  #contact .login-box label {
    font-size: 10px;
  }
  #contact .login-box .user-box input:focus ~ label,
  #contact .login-box .user-box input:valid ~ label {
    top: -10px;
    left: 0;
    color: #03e9f4;
    font-size: 9px;
  }
  #contact .login-box form a {
    font-size: 11px;
  }
}

@media (max-width: 769px) {
  .uk-position-center-right-out {
    left: 93%;
  }
  #services {
    display: none;
  }
  #mission .col-lg-4 {
    margin-bottom: 25px;
  }
  #products .row {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #contact {
    display: none;
  }
}

html[lang="ar"] #sliders, html[lang="ar"] #clients, html[lang="ar"] #service {
  direction: ltr;
}

html[lang="ar"] .uk-slider {
  direction: ltr;
}

html[lang="ar"] footer .nav-link:nth-child(2) {
  margin-left: 0;
  margin-right: 25%;
}

html[lang="ar"] footer .nav-link:nth-child(3) {
  margin-right: 50%;
  margin-left: 0;
}

html[lang="ar"] footer .nav div {
  margin-right: 75%;
  margin-left: 0;
}
html[lang="ar"] #sliders .services-sec-list {
  text-align: right;
  direction: rtl;
}
@media (max-width: 1367px) {
  #sliders .uk-slider-items .uk-active .uk-overlay li {
    font-size: 12px;
  }
  #sliders .uk-slider-items .uk-active:hover .uk-overlay li {
    font-size: 15px;
  }
}
@media (max-width: 1280px) {
  #sliders .uk-slider-items .uk-active .uk-overlay li {
    font-size: 10px;
  }
  #sliders .uk-slider-items .uk-active:hover .uk-overlay li {
    font-size: 12px;
  }
}
/*# sourceMappingURL=style.css.map */