/* Start Global Rules */
:root {
  --title-color: #6ec1e4;
  --head-color: #0e80f6;
  --button-gradient: linear-gradient(90deg, #0e80f6 0%, #0ed8f6 50%, #0e80f6);
}

.titleColor {
  color: var(--title-color) !important;
}

.text-justify {
  text-align: justify;
}

.headColor {
  color: var(--head-color);
}

.btn-gradient {
  background: var(--button-gradient);
}

.text-gradient {
  font-weight: bold;

  background: var(--button-gradient);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

body {
  background-color: #f5f5f5;
  scroll-behavior: smooth;
}

.cursor-pointer {
  cursor: pointer;
}

.carousel-item {
  will-change: transform;
}

.info-box .title + p {
    overflow-wrap: break-word;
}
  html {
  font-family:
    system-ui,
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    Roboto,
    Oxygen,
    Ubuntu,
    Cantarell,
    "Open Sans",
    "Helvetica Neue",
    sans-serif !important;
  word-spacing: 1px;
  line-height: 1.6;
}

.scroll-margin {
  scroll-margin-top: 100px;
}

a {
  text-decoration: none;
}

.navbar-toggler:focus {
  outline: none !important;
  box-shadow: none !important;
}

.main-title::after {
  content: "";
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
  width: 40px;
  height: 5px;
  background-color: #0078ff;
}

::-webkit-scrollbar {
  width: 10px;
}

::-webkit-scrollbar-thumb {
  background-color: #37373f;
}

::-webkit-scrollbar-thumb:hover {
  background-color: #9f9f9f;
}

::-webkit-scrollbar-track {
  background-color: #fff;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
  background-color: transparent !important;
}

.nav-pills .nav-link.active::before {
  content: "";
  width: calc(100% - 32px);
  height: 2px;
  position: absolute;
  left: 16px;
  bottom: 0;
  background-color: #fff;
  border-radius: 0;
}

@keyframes arrow-move {
  from {
    transform: translateX(10px);
  }

  to {
    transform: translateX(0);
  }
}

@media (max-width: 991px) {
  #carouselSlider.carousel>button {
    display: none;
  }
}

/* Start Service Header  */
.service-header {
  height: 500px;
  position: relative;
}

.service-header .overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
}

.service-header img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.service-header .content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: #fff;
  z-index: 2;
}

@media (max-width: 991px) {
  .service-header .content {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 100%;
    text-align: center;
    color: #fff;
    z-index: 2;
  }

  .service-header h1 {
    font-size: 22px;
  }

  .service-header span {
    font-size: 17px;
  }
}

/* End Service Header  */

/* End Global Rules */

/* Start  Navbar */
.navbar {
  transition: background-color 0.4s ease;
}

.navbar.scrolled {
  background-color: rgba(0, 0, 0, 0.8);
}

.navbar .navbar-brand {
  letter-spacing: 1px;
  font-size: 28px;
  padding: 0;
}

.navbar .navbar-brand .logo-box {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
}

.logo-box img:focus-visible {
  outline: none !important;
}

@media (max-width: 991px) {
  .navbar .navbar-brand .logo-box {
    width: 80px;
    height: auto;
  }
}

.nav-link {
  color: #ebebeb;
  font-weight: 600;
  text-transform: uppercase;
  padding: 10px;
  margin: 0 8px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
}

.navbar-nav>li a {
  /* color: #fff !important; */
  position: relative;
  overflow: hidden;
}

.navbar-nav>li:hover a::before {
  width: calc(100% - 15px);
}

.navbar-nav>.main-dropdown:hover a::before {
  width: 100%;
}

.navbar-nav>li>a::before {
  content: "";
  position: absolute;
  bottom: 5px;
  height: 2px;
  width: 0;
  background-color: #fff;
  transition: 0.5s;
}

.navbar .dropdown-menu {
  border-radius: 0 !important;
}

.navbar .dropdown ul {
  width: auto;
}

.navbar .dropdown ul li a {
  color: #000 !important;
  font-weight: 500;
}

.navbar .dropdown-item:hover {
  color: #3393ff !important;
}

.navbar .dropdown-item {
  font-size: 15px;
  padding: 3px 20px;
}

a.dropdown-item.dropdown-toggle:active,
a.dropdown-item:active {
  background: #ebebeb;
  text-decoration: none;
}

.languages .en,
.languages .ar {
  width: 40px !important;
  position: relative;
}

.languages button {
  transition: .3s ease;
}

.languages button:active,
.languages button:focus {
  outline: none !important;
  border: none !important;
}

.languages button:hover img {
  transition: .3s ease;
  transform: scale(1.1);
}


@media (max-width: 991px) {
  .navbar-nav {
    background: #fff;
    padding: 10px;
    height: auto;
    overflow-y: visible;
    max-height: none;
    border-radius: 2px;
    margin-top: 20px;
  }

  .navbar-collapse {
    max-height: none !important;
  }

  .nav-link {
    color: #000;
  }

  .navbar-nav .nav-link.active,
  .navbar .dropdown-item:hover,
  .navbar-nav .nav-link:hover {
    color: #0078ff !important;
  }

  ul.dropdown-menu.inner-dropdown.show {
    margin: 5px 20px;
    max-height: 180px;
  }

  .navbar .dropdown-menu {
    margin: 0 18px;
  }

  ul.dropdown-menu.show {
    max-height: 300px;
    overflow-y: auto;
  }

  .navbar-nav>li>a::before {
    height: 0;
  }

  .nav-divider {
    width: 93%;
    margin: 5px auto;
  }
}

@media (min-width: 991px) and (max-width: 1199px) {
  .navbar-nav>li a {
    font-size: 12px;
    margin: 0;
  }


}

@media screen and (min-width: 992px) {
  .navbar {
    min-height: auto;
    overflow: visible;
    padding: 0;
    line-height: 3rem;

    .dropdown-menu {
      line-height: initial;
    }
  }

  .dropdown {
    .dropdown-menu {
      display: none;
    }
  }

  .dropdown,
  .dropend {
    &:hover {
      &>.dropdown-menu {
        display: block;
      }
    }
  }

  .dropend {
    &:hover {
      &>.dropdown-menu {
        position: absolute;
        top: -0.55rem;
        left: 100%;
        margin-left: 0;
      }
    }
  }

  ul.dropdown-menu.inner-dropdown {
    max-height: 500px;
    overflow-y: auto;
  }

  .nav-item>ul {
    left: 50% !important;
    transform: translateX(-50%);
  }
}

.verify-certificate-box {
  display: none;
  position: fixed;
  width: 80%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 99999;
  background: #202225;
  padding: 30px;
  margin: auto;
  border-radius: 1px;
}

.verify-certificate-box.active {
  display: block;
}

.verify-certificate-box .content {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  gap: 10px;
  /* margin-top: 15px; */
}

.verify-certificate-box .content button {
  width: fit-content;
}

.verify-certificate-box .content input,
.verify-certificate-box .content button {
  border-radius: 1px !important;
  border: none !important;
}

@media (max-width: 991px) {
  .verify-certificate-box .content {
    flex-direction: column;
  }

  .verify-certificate-box .content button {
    width: 100%;
  }
}

.dropend .dropdown-toggle::after {
  display: none;
}

.dropend .dropdown-toggle {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.dropdown .dropdown-toggle::after {
  display: none;
}

.dropdown .dropdown-toggle {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* End Navbar */

/* Start carousel Section  */

.carousel.slide .carousel-item img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.carousel.slide .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
}

.carousel.slide .carousel-indicators [data-bs-target] {
  /* display: none; */
  width: 20px;
  height: 5px;
  border-radius: 15px;
}

#carouselExampleCaptions.carousel.slide .carousel-indicators [data-bs-target] {
  display: none;
}

.carousel.slide .carousel-caption {
  position: absolute;
  z-index: 5;
  width: 70%;
  /* margin-bottom: 40px; */
}

.carousel.slide .carousel-indicators button,
.carousel.slide .carousel-indicators button::before,
.carousel.slide .carousel-indicators button::after {
  content: none !important;
  text-decoration: none !important;
  outline: none !important;
  box-shadow: none !important;
  border: none !important;
}

.carousel.slide .carousel-indicators button:hover,
.carousel.slide .carousel-indicators button:focus {
  outline: none;
  box-shadow: none;
  cursor: pointer;
}

.carousel-caption {
  position: absolute !important;
  right: auto !important;
  bottom: auto !important;
  left: 150% !important;
  top: 50% !important;
  transform: translate(-50%, -50%) !important;
  padding: 0 !important;
  transition: 0.6s;
  opacity: 0;
}

.carousel-item.active .carousel-caption {
  left: 50% !important;
  opacity: 1;
}

@media (max-width: 991px) {
  .carousel.slide .carousel-caption h5 {
    font-size: 22px !important;
    line-height: 1.4;
  }
}

/* End carousel Section  */

/* Start About  */
.special-title span {
  position: relative;
}

.special-title span::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -15px;
  transform: translateX(-50%);
  width: 100px;
  height: 3px;
  background-color: #0078ff;
}

.about-img-box {
  overflow: hidden;
}

.about .info-box .sections ul li {
  width: 50%;
  font-size: 17px;
  font-weight: 500;
}

.nav-tabs .nav-link {
  border: 1px solid #eee !important;
  border-radius: 0;

}

.nav-tabs .nav-link.active {

  border: 1px solid #ddd !important;
  background-color: #ddd;
}

.nav-tabs .nav-link:focus {

  border: 1px solid #ddd !important;
  background-color: #ddd;
}

.nav-tabs .nav-link:hover {
  border: 1px solid #ccc !important;
}

@media (max-width:991px) {
  .about .info-box .sections ul li {
    width: 100%;
    font-size: 18px !important;
  }

}

/* End About  */

/* Start Sectors  */
.Sectors .card,
.Sectors .card .card-img {
  overflow: hidden;
}

.Sectors .card img {
  transition: 0.5s;
}

.Sectors .card:hover img {
  transform: rotate(10deg) scale(1.3);
}

.Sectors .Sectors-icon {
  width: 40px;
  height: 40px;
}

.Sectors .Sectors-icon i {
  font-size: 20px;
}

.Sectors .card-body a i {
  animation: arrow-move 0.6s linear infinite alternate;
}

/* End Sectors  */

/* Start Certification  */
.Certification {
  background-image:
    linear-gradient(rgb(0, 120, 255, 0.7), rgb(0, 120, 255, 0.7)),
    url(../images/hero\ slider2.jpg);
  background-size: cover;
  background-position: center center;
  color: #fff;
  background-attachment: fixed;
  height: auto;
}

.Certification.main-slider .carousel-item {
  height: 500px;
}

.Certification .Certification-box {
  height: auto;
  padding-bottom: 50px !important;
}

.Certification .Certification-box .carousel-indicators {
  bottom: -30px;
}

.Certification .Certification-box .carousel-indicators button {
  width: 12px;
  height: 12px;
  border-radius: 50%;
}

.Certification .img-box {
  width: 100%;
  max-width: fit-content;
  height: 280px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.Certification .img-box img {
  width: 100%;
  height: 280px;
  object-fit: contain;
}

.Certification .Certification-box .carousel-inner .carousel-item p {
  width: 70%;
}

.Certification .Certification-box .carousel-inner .carousel-item p {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/* End Certification  */

/* Start services  */

.services .box {
  overflow: hidden;
}

.services .box::before {
  content: "";
  height: 8px;
  position: absolute;
  top: 0px;
  left: 0;
  width: 100%;
  background-color: #0e80f6;
  background-image: -webkit-linear-gradient(left, #0e80f6, #0ed8f6);
  z-index: 15;
}

.services .box .front-box img {
  margin-top: 60px !important;
}

.services .box .front-box,
.services .box .back-box,
.services .box .top-box {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  width: 100%;
  height: 100%;
}

.services .box .front-box .bgIcon {
  position: absolute;
  bottom: 20px;
  right: -35px;
  width: 130px;
  height: 130px;
  background-size: cover;
  opacity: 0.4;
}

.services .box .front-box .img-box {
  width: 110px;
  height: 110px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 30px auto;
}

.services .box .front-box .img-box img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.services .box .front-box .divider {
  width: 76px;
  height: 3px;
}

.services .box .front-box .divider::before,
.services .box .front-box .divider::after {
  content: "";
  position: absolute;
  height: 3px;
  top: 0px;
  background-color: #0e80f6;
  background-image: -webkit-linear-gradient(left, #0e80f6, #0ed8f6);
}

.services .box .front-box .divider::before {
  left: 0;
  width: 19px;
}

.services .box .front-box .divider::after {
  right: 0;
  width: 51px;
}

.services .box .front-box p {
  /* max-height: 80px; */
  font-size: 18px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  position: relative;
  z-index: 5;
  margin-bottom: 60px !important;
}

.services .box .front-box {
  z-index: 10;
  background: #fff;
}

.services .box .back-box {
  z-index: 5;
}

.services .box {
  perspective: 2000px;
  perspective-origin: top center;
}

.services .box .back-box img {
  height: 100%;
}

.services .box .back-box::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}

.services .box .front-box {
  transform-origin: top center;
  transition: 0.5s;
}

.services .box:hover .front-box {
  transform: rotateX(-90deg);
  animation: lowOpacity 0.5s linear;
}

@keyframes lowOpacity {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

.services .box .top-box {
  z-index: -1;
  height: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  transform-origin: top center;
  transition: 0.3s;
  transform: rotateX(-90deg);
}

.services .box:hover .top-box {
  animation: topBoxShow 0.3s linear 0.5s forwards;
  z-index: 9;
}

@keyframes topBoxShow {
  0% {
    transform: rotateX(-90deg);
  }

  100% {
    transform: rotateX(0deg);
  }
}

.services .box .top-box .icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #000;
  background-color: #fff;
  font-size: 25px;
  margin-top: 10px;
  font-weight: 500;
  transition: 0.3s;
  cursor: pointer;
}

.services .box .top-box .icon:hover {
  background-color: #0e80f6;
  color: #fff;
  -webkit-box-shadow: 0 0 0 10px rgba(14, 128, 246, 0.4);
  -khtml-box-shadow: 0 0 0 10px rgba(14, 128, 246, 0.4);
  -moz-box-shadow: 0 0 0 10px rgba(14, 128, 246, 0.4);
  -ms-box-shadow: 0 0 0 10px rgba(14, 128, 246, 0.4);
  -o-box-shadow: 0 0 0 10px rgba(14, 128, 246, 0.4);
  box-shadow: 0 0 0 10px rgba(14, 128, 246, 0.4);
}

.services .box .top-box .icon span {
  transform: translateY(-2px);
}

/* .services .img-box span {
  bottom: -11px !important;
  padding: 7px 15px;
  letter-spacing: 1px;
}

.services .card-body p {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.services .card-footer {
  background-color: #21252908;
}

.services .card-footer a i {
  animation: arrow-move 0.6s linear infinite alternate;
} */

/* End services  */

/* Start Contact   */
.contact {
  background-image:
    linear-gradient(rgb(0, 120, 255, 0.7), rgb(0, 120, 255, 0.7)),
    url(../images/overlay-bg.jpg);
  background-size: cover;
  background-position: center center;
  color: #fff;
  background-attachment: fixed;
}

.contact form input,
.contact form textarea,
.contact form select {
  font-size: 14px;
}


.contact form textarea {
  min-height: 150px;
  resize: vertical;
}

.contact form button {
  transition: 0.5s;
}

.contact form button:hover {
  background-color: #3393ff !important;
  border: 0;
  box-shadow: 0 0 0 4px #cde1f8;
}

.contact span {
  width: 25px;
  text-align: center;
}

.contact .details-icons i {
  color: #0077ffd0;
}

.contact .contact-icons i {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 10px;
  transition: 0.7s;
  cursor: pointer;
}

.contact .contact-icons i:hover {
  border-color: #cde1f8 !important;
  background-color: #0078ff !important;
  color: #fff !important;
}

/* End Contact   */

/* Start Footer  */
.footer {
  background-color: #0062d3;
}

.footer a:hover {
  transition: 0.3s;
  color: #333 !important;
}

/* End Footer  */