.carousel{
    margin-top:10%;
}
.serviceBox{
    padding: 30px 30px 30px 90px;
    margin-left: 90%;
    width: 120%;
    background: #f8f8f8;
    color: #333;
    overflow: hidden;
    position: relative;
    transition: all 0.3s ease-in-out 0s;
}

.serviceBox:hover{
    background: #645e9d;
    color: #fff;
}

.serviceBox:after{
    content: "";
    display: block;
    border-top: 500px solid #fff;
    border-left: 500px solid transparent;
    margin-top: -55%;
    margin-left: 100%;
    opacity: 0;
    position: absolute;
    transform: scale(2);
    transition: all 0.3s ease-in-out 0s;
}

.serviceBox:hover:after{
    margin-left: 0;
    opacity: 0.1;
}

.serviceBox .service-icon{
    font-size: 50px;
    color: #645e9d;
    position: fixed;
    /* top: 40px; */
    left: 250px;
    transition:all 0.3s ease-in-out 0s;
}

.serviceBox:hover .service-icon{
    color: #fff;
}

.serviceBox .title{
    font-size: 22px;
    font-weight: 700;
    margin: 0 0 12px 0;
    text-transform: capitalize;
}

.serviceBox .description{
    font-size: 15px;
    color: #a3a3a3;
    line-height: 25px;
    margin: 0;
    transition: all 0.3s ease-in-out 0s;
    text-align: justify;
}

.serviceBox:hover .description{
    color: #fff;
}
.cbtn , .hr1{
margin-left: 90%;
width: 120%;
}
.carousel-indicators li{
    background-color: #d39e00;
}
.carousel-indicators {
    position: unset;
    /* background-color: black; */
}
.img-fluid{
    width: 124;
    height: 162;
}
.carousel-control-prev,.carousel-control-next{background-color: #d39e00cf;width: 4%;top: 200px;bottom: 200px;position: fixed;}
@media only screen and (max-width: 990px){
    .serviceBox{ margin-bottom: 15px; }
}
