.newcontainer{
    width: 65%;
}
.bannertop{
    height: 100vh;
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    
}
.topwhatwedo{
padding-top: 8rem;
}

.topwhatwedo h1{
    color: #fff;
    font-size: 2.4rem;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;

}

.topwhatwedo p{
    margin-top: 15px;
    color: #fff;
    font-size: 1rem;
    font-weight: 400;
    width: 50%;
    font-family: 'Poppins', sans-serif;

}

.overviewsession{
    background-color: #1C242C;
}

.listflex{
    display: grid;
    grid-template-columns: auto auto auto;
    background-color: #1C242C;
    color: #fff;
    padding:0 100px;
}
.listflex .overviewview{
    width: 100%;
    height: 70px;
    line-height: 70px;
    text-align: center;
}

.listflex .overviewview a{
    padding: 5px 20px;
    border: 1px solid #1C242C;
    text-decoration: none;
    color: #fff;
    transition: 0.5s;
    text-transform: uppercase;

}
.listflex .overviewview a:hover{
    border: 1px solid #ffffff;

}
.activateoverall{
    border: 1px solid #ffffff !important;

}
.overviewdetails{
    height: calc( 100vh - 10px);
    width: 100%;
    background-position-y:-20px;
    background-clip: border-box;
    background-size: cover;
    position: relative;
}
.overviewbtm{
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 20px 0;
    background-color: rgba(10, 10, 10, 0.41);
}
.topnot{
    padding: 10px 0;

}
.topnot h1{
    font-size: 2rem;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    color: #fff;
    margin-top: 15px;

}
.topnot p{
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
    color: #fff;
    width: 50%;

}
.overviewbtm h3{
    font-size: 1.8rem;
    color: #fff;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    margin-bottom: 15px;
    
}
.overviewbtm p{
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    color: #fff;
    font-size: 14px;
    width: 60%;

}

.Areasofexpertise{
    margin: 20px 0;
}
.notearea{
    margin: 5rem 0;
    margin-top: 3rem;
}

.notearea h1{
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 1.9rem;
}

.notearea p{
    margin: 10px 0;
    font-size: 15px;
    font-family: 'Poppins', sans-serif;

}

.popupia{
    width: 90%;
    height: auto;
    overflow: hidden;
    position: relative;
    text-align: center;
    margin: auto;
    font-family: 'Poppins', sans-serif;


}
.popupia img{
    width: 100%;
    margin: auto;
}

.popdetailsai{
    display: block;
    background-color: #17181a98;
    width: 100%;
    height: 100%;
    color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    padding: 3rem 0;
    opacity: 0;
    transition: 0.3s;
    
}

.popupia:hover .popdetailsai{
    opacity: 1;


}
.popdetailsai h2{
    margin-top: 7rem;
    font-weight: 600;

}

.popdetailsai .butonaimove{
    margin-top: 5rem;
    display: inline-block;
    padding: 0;
    padding-left: 20px;
    color: #fff;
    text-decoration: none;
    border: 1px solid #fff;

}

.popdetailsai .butonaimove i{
    padding: 10px 20px;
    color: #fff;
    transition: 0.2s;
}

.popdetailsai .butonaimove:hover i{
background-color: rgb(255, 255, 255);   
 color: rgb(27, 27, 27);
}
.genainote{
    padding: 3rem 0;
}

.genainote h2{
font-size: 2rem;
font-family: 'Poppins', sans-serif;
font-weight: 600;
color: #0080FF;
}
.genainote p{
    font-size: 16px;
    font-family: 'Poppins', sans-serif;
font-weight: 300;

}

.imagelist{
    display: grid;
    grid-template-columns: auto auto ;
    grid-gap: 10px;
  
    
}
.imagelist .boximageslist{
background-color: #1C242C;
height: 200px;
width: 100%;
overflow: hidden;
position: relative;

}

.btnservices{
    color: #fff;
    border: 1px solid #fff;
    padding-left: 7px;
    font-family: 'Poppins', sans-serif;

    font-size: 14px;
    display: inline-block;
    text-decoration: none;
    margin-top: 5px;

}
.btnservices i{
    color: #fff;
  
    padding: 7px;
    font-size: 12px;
    transition: .5s;

}
.btnservices:hover i{
    background-color: #fff;
    color: #1C242C;
}


.imagelist .boximageslist img{
    height: 100%;
    width: 100%;
    object-fit: cover
    }
.boximageslist .listimagepopup{
    width: 100%; 
    height: 100%;
    background-color: #090a0a91;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100;
    color: #fff;
    text-align: center;
    padding: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    opacity: 0;
    transition: 0.3s;

}
.boximageslist .listimagepopup h1{
    font-size: 17px;
    font-family: 'Poppins', sans-serif;
font-weight: 600;
}

.boximageslist:hover .listimagepopup{
    opacity: 1;
}

.continueainote {
    padding-top: 3rem;
    padding-bottom: 4rem,;
    font-size: 16px;
    
    font-family: 'Poppins', sans-serif;
font-weight: 400;

}

.continueainote  .listnav{
    font-weight: 600;
    font-size: 16px;

}

.approachs{
    width: 100%;
    height: 400px;
    background-position: center;
    background-size: cover;
}

.approachs .approachdetails{
    padding: 3rem 0;
    box-sizing: border-box;

}
.approachdetails h2{
    color: #fff;
    font-size: 2rem;
    font-weight: 600;
    margin-bottom: 1rem;
    font-family: 'Poppins', sans-serif;

}

.approachdetails p{
    color: #fff;
    font-size: 0.9rem;
    font-weight: 400;
    font-family: 'Poppins', sans-serif;

}
.btnlearnmore{
    color: #fff;
    margin-top: 1rem;
    display: inline-block;
    padding: 0;
    padding-left: 20px;
    color: #fff;
    text-decoration: none;
    border: 1px solid #fff;

}

.approachdetails .btnlearnmore i{
    padding: 10px 20px;
    color: #fff;
    transition: 0.2s;
}

.approachdetails .btnlearnmore:hover i{
background-color: rgb(255, 255, 255);   
 color: rgb(27, 27, 27);
}
@media only screen and (max-width: 1536px) {
.newcontainer{
    width: 75%;
}
}

@media only screen and (max-width: 1207px) {
    .genainote{
        padding: 1rem 0;
    }
    
    .genainote h2{
    font-size: 2rem;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    color: #0080FF;
    }
    .genainote p{
        font-size: 14px;
        font-family: 'Poppins', sans-serif;
    font-weight: 300;
    
    }
    .continueainote {
        padding-top: 2rem;
        padding-bottom: 2rem,;
        font-size: 14px;
        
        font-family: 'Poppins', sans-serif;
    font-weight: 400;
    
    }
    
    .continueainote  .listnav{
        font-weight: 600;
        font-size: 14px;
    
    }

}
@media only screen and (max-width: 885px) {
    .newcontainer{
        width: 90%;
    }
    .topwhatwedo p{
        margin-top: 15px;
        color: #fff;
        font-size: 1rem;
        font-weight: 400;
        width: 100%;
        font-family: 'Poppins', sans-serif;
    
    }
    .topnot p{
        font-size: 14px;
        font-family: 'Poppins', sans-serif;
        color: black;
        width: 100%;
    
    }
    .overviewbtm p{
        font-family: 'Poppins', sans-serif;
        font-weight: 500;
        color: #fff;
        font-size: 14px;
        width: 100%;
    
    }
    .listflex{
        padding:0 10px;
            display: grid;
            grid-template-columns: auto;
            background-color: #1C242C;
            color: #fff;
            padding:0 10px;
    
    }
    .listflex .overviewview{
        width: 100%;
        height: 50px;
        line-height: 50px;
        text-align: center;
    }
}
