/* start home one  */
body
{
    background-color: rgba(0,0,0,0.9);
}
.About-us
{
    /* position: relative; */
    background-color:#120d0f;
    height: auto;
    width: 100%;
    overflow-x: hidden;
}
/* 
.bottom-layer
{
    position: sticky;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%; 
    background-image: url('../img/softwareman.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;  
    background-blend-mode: screen;
 }
.top-layer
 {
    position: sticky;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%; 
    background-color: rgba(0, 0, 0, 0.8);
 }
 */

/* start navbar  */

/* start navbar  */

.nav-links li>a
{
color: #fff;
 
font-family: 'Barlow Semi Condensed', sans-serif;
font-weight: 500;
font-size: 29px;
transition: all .3s;
}

.nav-links li>a:hover
{
    color: #DF9030;
}
 
 
.aim-logo img
{
    width: 80px;
}


.logo-right
{
width: 125px;
}

.logo-left
{
   width: 100px;
}

/* start title  */

.home-title
{
    margin-top: 3%;
    text-align: center;
    color: #fff;
}
.home-title h1 
{
    font-family: 'Barlow Semi Condensed', sans-serif;
    font-size:4rem;
    margin: 4% 0;
    font-weight: 700;
    font-family: Barlow, sans-serif ;
}
.line{
background-color: #DF9030;
width: 140px;
height: 7px;
margin-right: 30px;
}

/* start imgs  */
 
.inside
{
    width: 100%;
    padding: 7px;
     border: #DF9030  1px solid;
    border-radius: 12px;
    height: 80%;
 }
 
.inside img 
{

    height: 100%;
    width: 100%;
    cursor: pointer;
  }

 


  
  #lightboxcontainer 
  {
    position: fixed;
    background-color: rgb(0, 0, 0 ,.8);
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    display: none;
     background-size: cover;

  }

  #lightboxcontaineritem 
  {
    position: fixed;
    width: 70%;
    height: 80%;
    background-size: cover;
    margin: 0 20%;
     
  }

  

  #close ,#next,#prev
  {
    position: fixed;
    top: 5%;
    right: 3%;
    font-size: 35px;
    color: #000;
    cursor: pointer;
    /* padding: 10px; */
    width: 60px;
    height: 60px;
    background-color: #DF9030;
    border: none;
    box-shadow: #fff 0 0 10px ;
    border-radius: 50%;
  }

  #next 
  {
    top: 50%;
    right: 3%;
  }

  #prev
  {
    top: 50%;
    left: 3%;
  }

  
@media screen and  (min-width:992px) and (max-width:1200px) 
{
    .label .hero-tech-started {
        font-size: 1.7rem;
    }
    .who-pargaragh{
 
        width: 100%;
        border-radius: 20px;

      }
    
    .label .hero-tech-started {
 
        font-size: 1.3rem;
        
    }
    
}

@media screen and  (min-width:768px) and (max-width:992px) 
{
    .label .hero-tech-started {
        font-size: 1.3rem;
    }

    .who-pargaragh{
 
        width: 100%;
        border-radius: 10px;

      }
    
    .label .hero-tech-started {
 
        font-size: 1.2rem;
        
    }
    
}


@media screen and  (max-width:768px) 
{
    .label .hero-tech-started {
        font-size: 1rem;
    }
    .who-pargaragh{
 
        width: 100%;
        border-radius: 7px;

      }
    
    .label .hero-tech-started {
 
        font-size: .8rem;
        
    }
    
}

.row 
{
    margin: 0;
    padding: 0;
}

