/* Utility Classes */
.l-heading {
    font-size: 2rem;
    line-height: 1.2;
}

.m-heading {
    line-height: 1.1;
}

.lead {
    font-size: 1rem;
    line-height: 1.2;
}

/* Navbar */
.header {
    min-height: 600px;
}
.vid-playback {
    position: absolute;
    top: 0;
    bottom: 0;
    
}
.text-box {
    position: absolute;
    height: 300px;
}
.header .nav-links {
    text-align:center;
}
.header .logo,
.header .nav-links {
    flex: 1;
}
.text-box h1 {
    font-size: 30px;
}
.text-box p {
    font-size: 14px;
    font-weight: 300;
}

.nav-links.responsive a {
    float: none;
    display: block;
    text-align: left;
}

.nav-links ul li {
    display: inline-block;
}
.nav-links ul {
    padding: 30px;
}
.nav-links ul li::after{
    display:block;
    width: 0;
}
.nav-links ul li:hover::after {
    border: 1px solid red;
}
.header1 .logo,
.header1 .nav-links {
    flex: 1;
}
.header .logo {
    width: 70px;
}

/* Who we are */
#programs .boxes {
    display:block;
}

.container {
    justify-items:auto;
}

#programs .boxes .plussign {
    
    justify-items: center;
    align-items: center;
    margin-top: 10px;
}

#programs .boxes .equalsign {
    
    justify-items: center;
    align-items: center;
    margin-top: 10px;
}

#programs .boxes .ctp-1 {
    
    justify-items: center;
    align-items: center;
}

#programs .boxes .ctp-2 {
    
    justify-items: center;
    align-items: center;
}

#programs .boxes .sector {
    
    justify-items: center;
    align-items: center;
}


/* Leaders section */

#leaders .boxes2 {
    display:flex;
}

#leaders .boxes2 .box2 .person {
    width: 100px;
    background-color: #08D9D6;
    padding: 0.25rem;
    border-radius: 100%;
    -color: #252A34;
    margin-top: 20px;
    margin-bottom: 30px;
  }
  
  #leaders .boxes2 .box2 .person2 {
    width: 100px;
    background-color: #08D9D6;
    padding: 0.25rem;
    border-radius: 100%;
    -color: #252A34;
    margin-top: 20px;
    margin-bottom: 30px;
    -margin-left: 80px;
  }

  #leaders .boxes2 .box2 .shadow {
    width: 150px;
  }


.text-center {
    -margin: 20px;
    
}

/* Our Works */



/* Our Partner */

.wrapper {
    max-width: 90%;
}
.carousel img {
    margin: 20px;
}
.wrapper .carousel .huawei {
    width: 150px;
    margin-bottom: 100px;
    -margin-right: 30px;
  }
  .wrapper .carousel .ericsson {
    width: 150px;
    margin-bottom: 64px;
    -margin-right: 40px;
  }
  .wrapper .carousel .aramco {
    width: 130px;
    margin-bottom: 76px;
    -margin-right: 30px;
  }
  .wrapper .carousel .mobily {
    width: 120px;
    margin-bottom: 70px;
    mar2gin-right: 30px;
  }
  .wrapper .carousel .stc {
    width: 150px;
    margin-bottom: 90px;
    -margin-right: 30px;
  }
  .wrapper .carousel .nokia {
    width: 120px;
    margin-bottom: 102px;
    -margin-right: 30px;
  }
  .wrapper .carousel .sabic {
    width: 120px;
    margin-bottom: 85px;
    -margin-right: 30px;
  }
  .wrapper .carousel .v2030 {
    width: 110px;
    margin-bottom: 80px;
    -margin-right: 30px;
  }


/* About */
#about h1 {
    font-size: 30px;
    font-weight: 400;
}
.color-box {
    display:block;
    flex: 1;
    flex-direction: column;
}
#about .color-box img {
    position: absolute;
    width:40%;
    opacity: 0.3;
    justify-content:center;
    text-align: center;
}

/* WaveAnimation */
.main-img .main-content {
    left: 40px;
    top: 25px;
    justify-content: center;
    align-items: center;
    width: 80%;
    margin: auto;
}
.mainwave {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    height: 600px;
}

/* aboutus section */









/* Our works */
/* data center */
.ow-4 .dc-img {
    width: 100%;
}