
.nav-button-area{
    display: flex;
    position: initial;
    flex-direction: row;
    align-items: flex-end;
    margin-top: -5%;
    justify-content: flex-end;
}
.custom-nav-prev, .custom-nav-next{
    max-width: 4%;
    border-color: #000 !important;
    border: 1px solid #000;
    position: inherit;
    align-items: flex-end !important;
    justify-content: center !important;
    color: #000 !important;
    margin: 5px;
    padding: 6px 0px 0px 0px;
    border-radius: 10px;
}
.custom-nav-next:hover{
    border: 1px solid #000 !important;
}
.custom-nav-prev:hover{
    border: 1px solid #000 !important;
}
.custom-nav-prev i, .custom-nav-next i{
    font-size: 20px !important;
}

.cpt-img{
    border-radius: 10px;
    width: 100%;
    height: 25rem;
    background-position: center !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
   /* max-height: 500px; */
}
.cpt-content{
    padding-top: 10px;
}
.cpt-content h2{
    color:#000;
    font-weight: 300 !important;
    font-size: 32px !important;
    text-decoration: none !important;
    
}
.cpt-content p{
    font-weight: 300 !important;
    font-size: 16px;
    line-height: 22px !important;
    
}
.btn{
    background-color: #fff !important;
    color: #888;
    margin-top:37px !important;
}
.btn:hover{
    background-color: #000 !important;
    color: #fff !important;
}
.carousel-inner {
    position: relative;
    width: 95%;
    overflow: hidden;
}
@media (max-width:900px){
    .custom-nav-prev, .custom-nav-next{
        max-width: 10%;
    }   
}