@import url('https://fonts.googleapis.com/css2?family=Cairo&display=swap');

body {
  background-color:black !important;
  font-family: Lato, Helvetica, Arial, sans-serif;
}

a {

  font-family: inherit;
  font-size: inherit;
  text-decoration: none;
}


/*======================================================
                          Navbar
  ======================================================*/
#navbar {
  background: #00000000;
  color: rgb(13, 26, 38);
  position: absolute;
  top: 0;
  height: 60px;
  line-height: 60px;
  width: 100%;
  z-index: 10;
}

.nav-wrapper {
  margin: auto;
  text-align: center;
  width: 100%;
} @media(max-width: 768px) {
    .nav-wrapper {
      width: 90%;
    }
  } @media(max-width: 638px) {
      .nav-wrapper {
        width: 100%;
      }
    }


.logo {
    float: left;
    margin-left: 25px;
    margin-top: 16px;}
} @media(max-width: 768px) {
    .logo {
/*       margin-left: 5px; */
    }
  }

#navbar ul {
  padding: 0px;
  display: inline-block;
  list-style: none;
  /* margin-right: 14px; */
  margin-top: -2px;
  text-align: right;
  transition: transform 0.5s ease-out;
  -webkit-transition: transform 0.5s ease-out;
}
#navbar li {
  display: inline-block;
  color: white;
}

#navbar li a {
  color: #fff;
  display: block;
  font-size: 0.7em;
  height: 50px;
  letter-spacing: 1px;
  margin: 0 10px;
  padding: 0 4px;
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
}

#navbar li a:hover {
  /* border-bottom: 1px solid rgb(28, 121, 184); */
  color: rgb(0 186 179);
  transition: all 1s ease;
  -webkit-transition: all 1s ease;
}

/* Animated Bottom Line */
#navbar li a:before, #navbar li a:after {
  content: '';
  position: absolute;
  width: 0%;
  height: 1px;
  bottom: -1px;
  background: #ffff;
}

#navbar li a:before {
  left: 0;
  transition: 0.5s;
}

#navbar li a:after {
  background: #fff;
  right: 0;
  /* transition: width 0.8s cubic-bezier(0.22, 0.61, 0.36, 1); */
}

#navbar li a:hover:before {
  background: #00bab3;
  width: 100%;
  transition: width 0.5s cubic-bezier((0.22, 0.61, 0.36, 1));
}

#navbar li a:hover:after {
  background: transparent;
  width: 100%;
  /* transition: 0s; */
}
rder-bottom: 5vh solid #3694d7;
  font-family: "Myriad Pro","Arial",sans;
  font-size: 24px;
}

.dropdown-el {
  margin-top: 20vh;
  min-width: 12em;
  position: relative;
  display: inline-block;
  margin-right: 1em;
  min-height: 2em;
  max-height: 2em;
  overflow: hidden;
  top: .5em;
  cursor: pointer;
  text-align: left;
  white-space: nowrap;
  color: #444;
  outline: none;
  border: .06em solid transparent;
  border-radius: 1em;
  background-color: #cde4f5;
  transition: 0.3s all ease-in-out;
}
.dropdown-el input:focus + label {
  background: #def;
}
.dropdown-el input {
  width: 1px;
  height: 1px;
  display: inline-block;
  position: absolute;
  opacity: 0.01;
}
.dropdown-el label {
  border-top: .06em solid #d9d9d9;
  display: block;
  height: 2em;
  line-height: 2em;
  padding-left: 1em;
  padding-right: 3em;
  cursor: pointer;
  position: relative;
  transition: 0.3s color ease-in-out;
}
.dropdown-el label:nth-child(2) {
  margin-top: 2em;
  border-top: .06em solid #d9d9d9;
}
.dropdown-el input:checked + label {
  display: block;
  border-top: none;
  position: absolute;
  top: 0;
  width: 100%;
}
.dropdown-el input:checked + label:nth-child(2) {
  margin-top: 0;
  position: relative;
}
.dropdown-el::after {
  content: "";
  position: absolute;
  right: 0.8em;
  top: 0.9em;
  border: 0.3em solid #3694d7;
  border-color: #3694d7 transparent transparent transparent;
  transition: .4s all ease-in-out;
}
.dropdown-el.expanded {
  border: 0.06em solid #3694d7;
  background: #fff;
  border-radius: .25em;
  padding: 0;
  box-shadow: rgba(0, 0, 0, 0.1) 3px 3px 5px 0px;
  max-height: 15em;
}
.dropdown-el.expanded label {
  border-top: .06em solid #d9d9d9;
}
.dropdown-el.expanded label:hover {
  color: #3694d7;
}
.dropdown-el.expanded input:checked + label {
  color: #3694d7;
}
.dropdown-el.expanded::after {
  transform: rotate(-180deg);
  top: .55em;
}



/*======================================================
                    Mobile Menu Menu Icon
  ======================================================*/



/*======================================================
                   Responsive Mobile Menu
  ======================================================*/
.overlay-menu {
  background: black;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  z-index: 11;

  right: 0;
  padding-right: 15px;
  transform: translateX(-100%);
  width: 100vw;
  height: 100vh;
  -webkit-transition: transform 0.2s ease-out;
  transition: transform 0.2s ease-out;
}

.overlay-menu ul, .overlay-menu li {
  display: block;
  position: relative;
      text-align-last: center;
}

.overlay-menu li a {
  display: block;
  font-size: 1.8em;
  letter-spacing: 4px;
/*   opacity: 0; */
  padding: 10px 0;
  text-align: right;
  text-transform: uppercase;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
/*   -webkit-transition: 0.2s opacity 0.2s ease-out;
  transition: 0.2s opacity 0.2s ease-out; */
}

.overlay-menu li a:hover,
.overlay-menu li a:active {
  color: rgb(0 183 176);
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}


@media(max-width:851px) {
  .menuIcon {
    cursor: pointer;
    display: block;
      position: relative;
    right: -89%;
    top: 20px;

    height: 23px;
    width: 27px;
    z-index: 12;
  }

  /* Icon Bars */
  .icon-bars {
    background: white;
    position: absolute;
    left: 1px;
    top: 45%;
    height: 2px;
    width: 20px;
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }

  .icon-bars::before {
    background: white;
    content: '';
    position: absolute;
    left: 0;
    top: -8px;
    height: 2px;
    width: 20px;
/*     -webkit-transition: top 0.2s ease 0.3s;
    transition: top 0.2s ease 0.3s; */
    -webkit-transition: 0.3s width 0.4s;
    transition: 0.3s width 0.4s;
  }

  .icon-bars::after {
    margin-top: 0px;
    background: white;
    content: '';
    position: absolute;
    left: 0;
    bottom: -8px;
    height: 2.5px;
    width: 20px;
/*     -webkit-transition: top 0.2s ease 0.3s;
    transition: top 0.2s ease 0.3s; */
    -webkit-transition: 0.3s width 0.4s;
    transition: 0.3s width 0.4s;
  }

  /* Bars Shadows */
  .icon-bars.overlay {
    background: rgb(97, 114, 129);
    background: rgb(183, 199, 211);
    width: 20px;
    animation: middleBar 3s infinite 0.5s;
    -webkit-animation: middleBar 3s infinite 0.5s;
  } @keyframes middleBar {
      0% {width: 0px}
      50% {width: 20px}
      100% {width: 0px}
    } @-webkit-keyframes middleBar {
        0% {width: 0px}
        50% {width: 20px}
        100% {width: 0px}
      }

  .icon-bars.overlay::before {
    background: rgb(97, 114, 129);
    background: rgb(183, 199, 211);
    width: 10px;
    animation: topBar 3s infinite 0.2s;
    -webkit-animation: topBar 3s infinite 0s;
  } @keyframes topBar {
      0% {width: 0px}
      50% {width: 10px}
      100% {width: 0px}
    } @-webkit-keyframes topBar {
        0% {width: 0px}
        50% {width: 10px}
        100% {width: 0px}
      }

  .icon-bars.overlay::after {
    background: rgb(97, 114, 129);
    background: rgb(183, 199, 211);
    width: 15px;
    animation: bottomBar 3s infinite 1s;
    -webkit-animation: bottomBar 3s infinite 1s;
  } @keyframes bottomBar {
      0% {width: 0px}
      50% {width: 15px}
      100% {width: 0px}
    } @-webkit-keyframes bottomBar {
        0% {width: 0px}
        50% {width: 15px}
        100% {width: 0px}
      }


  /* Toggle Menu Icon */
  .menuIcon.toggle .icon-bars {
    top: 5px;
    transform: translate3d(0, 5px, 0) rotate(135deg);
    transition-delay: 0.1s;
    transition: transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  }

  .menuIcon.toggle .icon-bars::before {
    top: 0;
    transition-delay: 0.1s;
    opacity: 0;
  }

  .menuIcon.toggle .icon-bars::after {
    top: 10px;
    transform: translate3d(0, -10px, 0) rotate(-270deg);
    transition-delay: 0.1s;
    transition: transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  }

  .menuIcon.toggle .icon-bars.overlay {
    width: 20px;
    opacity: 0;
    -webkit-transition: all 0s ease 0s;
    transition: all 0s ease 0s;
  }
}
@media(max-width:851px) {
    #navbar ul {
      display: none;
    }
  .py-4{padding-top: 0px !important;
    margin-top: -23px;}
  } /*@media(orientation: landscape) {
      #navbar ul {
        display: inline-block;
      }
    }*/
/*search container */

.container-ser {
  display: inline-block;
  width:192px;
     height: 35px;
     top: 15px;
     position: relative;
 background-image: linear-gradient(-90deg, rgba(0,224,224,0.6) 0%, rgba(0,0,0,0) 100%);
 /* margin: 20vh auto; */
  border-radius: 4rem;
  padding: 10px;
  transition: all .15s ease-in;
}

.search__box {
  text-align: right;
  float: left;
  width: 80%;
    height: 15px;
/*   display: inline; */
 background: none;
  color: #000;
  font-size: 13px;
  border-radius: 2rem;
  outline: none;
  border: none;
  position: relative;
  opacity: 1;
  transition: all .15s ease-in;
  cursor: pointer;
/*   border: 2px solid tomato; */
/*   margin-top: 5px; */
}
.search__box::placeholder {
  color: white;
}
/* .search__box:focus, .search__box:hover {
  background-color: #f1f2f6;
} */

.search__icon {
  box-sizing: border-box;
  float: right;
  font-size:  17px !important;
  display: inline-block;
/*   justify-content: center;
  align-items: center; */

  cursor: pointer;
  position: relative;
  bottom: 1px;

  color: #fff;
  transition: all .25s ease-in;

  border-radius: 50%;
}

.container-ser:hover > .search__box {
  width: 85%;
  padding: 0 1rem;
}
.container-ser:hover{width: 220px;transition: all .25s ease-in; }


.show {
    width: 85%;
    color: #297d96;
}
.owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: -1px;
    display: block;
    position: relative;
    bottom: 26px;
    height: 0px;
}

/*social div flat*/
.socialdev {
    padding-top: 7px;
    position: absolute;
    z-index: 3;
    width: 50px;
    display: grid;
    height: 162px;
    left: 0px;
    top: 35%;
    border-radius: 15px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    background-image: linear-gradient(-47deg, #00aeff 0%, #00fba5 100%);

}
  .link_so{
       display: flex;
    align-items: center;
    justify-content: center;
    background-color: white;
    width: 40px;
    color:black;
    height: 40px;
    border-radius: 50%;
    margin: 3px auto;
  }
  .link_so:hover{text-decoration: none !important}
  .linkico{
    font-size: 25px !important;
    padding: 0px;
    padding-top: 3px;
    /* margin-top: 12px; */
    margin: 0px;}

    .lin {

  position: relative;
}
.lin:after {position: absolute;
    bottom: 0;
    left: -49px;
    content: "";
    width: 1000px;
    /* overflow: hidden; */
    height: 1.8px;
    /* color: wheat; */
    /* display: block; */
    /* background: #f1d479; */
    background: radial-gradient(#ffffffff 44%, rgba(255, 255,255,0 ) 69%);
}
.the{    width: 19px;
    letter-spacing: 12px;
    /* FONT-WEIGHT: 200; */
    font-size: 36px;
    display: block;
    margin-bottom: 0;
    margin-left: 183px;}
.master{     letter-spacing: 8px;
    font-size: 57px;

    margin-left: 70px;}

.tex{      color: white;
    width: 388px;
    text-align: center;
    position: absolute;
    height: 115px;
    z-index: 5;
    left: 19%;
    overflow-x: hidden;
    overflow-y: hidden;
    bottom: 271px;
    display: block;}


   .srvs {    box-shadow: 4px 9px 25px 9px rgb(2 36 35);
    background: linear-gradient(180deg, #007E53 0%, #005780 100%);
    z-index: 1;
    /* margin-top: 2px; */
    border-radius:25px;
    margin-bottom: 0px;
    padding-bottom: 10px;}
.specdoc{text-align: -webkit-center;
    font-size: 13px;
    display: block;
    /* left: -49px; */
    top: -6px;
    color: blanchedalmond;
    position: relative;
    margin-bottom: 0px;
    width: 100%;
}}


@media(max-width:693px) {#footer .footer-top .footer-contact {
    margin-bottom: 30px;
    text-align: -webkit-center;
}}
.header-slider{    border-bottom: 3px solid #585858;
    -webkit-box-shadow: 0px 32px 42px 19px rgba(0,90,87,1);
    -moz-box-shadow: 0px 32px 42px 19px rgba(0,90,87,1);
   box-shadow: 0px -15px 50px -1px rgba(0,90,87,1);}



/*--------------------------------------------------------------
# Portfolio Details
--------------------------------------------------------------*/
.portfolio-details {
  padding: 40px;
}

.portfolio-details .portfolio-title {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 40px;
}

.portfolio-details .portfolio-details-carousel .owl-nav, .portfolio-details .portfolio-details-carousel .owl-dots {
  margin-top: 5px;
  text-align: center;
}

.portfolio-details .portfolio-details-carousel .owl-dot {
  display: inline-block;
  margin: 0 5px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #ddd !important;
}

.portfolio-details .portfolio-details-carousel .owl-dot.active {
  background-color:  #007373!important;
}

.portfolio-details .portfolio-info h3 {
  font-size: 22px;
  font-weight: 400;
  color: #b4c4d8;
  margin-bottom: 20px;
}
.portfolio-details .portfolio-details-carousel  .owl-item img {
    display: block;
    width: 100%;

}
.portfolio-details .portfolio-info ul {
  list-style: none;
  padding: 0;
  font-size: 15px;
}

.portfolio-details .portfolio-info ul li + li {
  margin-top: 10px;
}

.portfolio-details .portfolio-info p {
  font-size: 15px;
  padding: 15px 0 0 0;
}

@media (max-width: 992px) {
  .portfolio-details .portfolio-info {
    padding-top: 20px;
  }
}

.brctitle{ border-bottom: 2px solid #adadad;
    border-top: 2px solid #adadad;
    /* align-items: center; */
    width: 100%;
    background-color: #091018;
    color: #00bab3;
    display: flex;
    text-align: center;
    align-items: center;
    place-content: center;
    height: 57px;
    position: relative;
    margin-top: 125px;   }
    /* About Us Section
--------------------------------*/
.grow-rotate {
color: black;
    position: absolute;
    display: inline-block;
    transition-duration: 0.3s;
    transition-property: transform;
    -webkit-tap-highlight-color: transparent;
    z-index: 3;
    transform: translateZ(0);
    box-shadow: 0 0 1px transparent;
    /* border: 0; */
    border-radius: 20px;
    bottom: 23%;
    right: 8%;
    background-color: #00e0e0;

    font-size: 14px;

    padding: 5px 12px;
}
.grow-rotate:hover {
  color: white;
  box-shadow: 0px 0px 5px #004765;
  transform: scale(1.15) rotate(4deg);
}
.grow-rotate a:hover{ color: white; }
:lang(ar)   {
   font-family: 'Cairo', sans-serif ;

    }
