.topinnerseiionhead {
    width: 100%;
    height: 100vh;
    background-position: top !important;
    background-size: cover !important;

}

.innerseiionhead {
    padding-top: 14rem;
    width: 100%;
}

.innerseiionhead h1 {
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 2.6rem;
    color: #fff;
}

.innerseiionhead p {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 1rem;
    color: #fff;

}

.btninnerhead {
    background-color: aliceblue;
    color: #1C242C;
    display: inline-block;
    padding: 8px 20px;
    margin-top: 1rem;
    text-decoration: none;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    border: 1px solid aliceblue;
    transition: .3s;


}

.btninnerhead:hover {
    background-color: #070316;
    color: aliceblue;
    border: 1px solid aliceblue;
}

.needyou {
    margin: 4rem 0;
}
.needyou .needyouimage {
    height: 100%;
}
.needyou .needyouimage img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: bottom;
}

.needyou .needyoudetails {
    padding: 2.6rem 1rem;

}

.needyou .needyoudetails p {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 1rem;

}

.needyou .needyoudetails .needhead {
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    margin-top: 2rem;
    color: #0090FE;

}

.needsdetailsitem {
    width: 100%;
    height: auto;
    padding: 3rem 0;
    background-color: #0090FE;
}
.needsdetailsitem .need_items{
    width: 90%;
    
}
.needsdetailsitem .need_items h1 {
    color: #fff;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 1.6rem;
    margin-bottom: 0;
}

.needsdetailsitem .need_items h3 {
    color: #fff;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-style: italic;
    margin-bottom: 1.3rem;
    font-size: 1rem;
}
.needsdetailsitem .need_items p{
    color: #fff;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    margin-bottom: 1.3rem;
    font-size: 1rem;
}



.leaddetailsitem {
    width: 100%;
    height: auto;
    padding: 3rem 0;
    background-color: #ffffff;
    margin: 3rem 0;
}
.leaddetailsitem .leed_items{
    width: 90%;
    
}
.leaddetailsitem .leed_items h1 {
    color: rgb(0, 0, 0);
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 1.6rem;
    margin-bottom: 0;
}

.leaddetailsitem .leed_items h3 {
    color: rgb(0, 0, 0);
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-style: italic;
    margin-bottom: 1.3rem;
    font-size: 1rem;
}
.leaddetailsitem .leed_items p{
    color: rgb(0, 0, 0);
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    margin-bottom: 1.3rem;
    font-size: 1rem;
}

.detailnote{
    width: 100%;
    height: 100vh;
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
.bottomnote{
    position: absolute;
    width: 100%;
    height: auto;
    bottom: 0;
    left: 0;
    padding: 3rem 0;
    background-color: #000000af;
    text-align: center;
}
.bottomnote p{
    color: #fff;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    margin-bottom: 4rem;
    font-size: 1rem;
}

.bottomnote h3{
    color: #fff;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 1rem;
 
}

.bottomnote h3 a{
    text-decoration: none;
    color: #fff;
}
.btnlearnmore{
    color: #fff;
    margin-top: 1rem;
    display: inline-block;
    padding: 0;
    padding-left: 20px;
    color: #fff;
    text-decoration: none;
    border: 1px solid #fff;

}

 .btnlearnmore i{
    padding: 10px 20px;
    color: #fff;
    transition: 0.2s;
}

 .btnlearnmore:hover i{
background-color: rgb(255, 255, 255);   
 color: rgb(27, 27, 27);
}


@media only screen and (max-width: 1390px) {
.needyou .needyoudetails {
    padding: 1rem 0rem;

}
.needyou .needyoudetails .needhead {
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    margin-top: 1.5rem;
    color: #0090FE;
    font-size: 1.5rem;

}
}
@media only screen and (max-width: 767px) {
.need_items , .leed_items{
    margin-bottom: 2rem
}
.innerseiionhead {
    padding-top: 7rem;
    width: 100%;
}
.innerseiionhead h1 {
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 1.6rem;
    color: #fff;
}
.innerseiionhead p {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 1rem;
    color: #fff;
    max-height: 45vh;
    overflow: hidden;

}
}
