﻿

/*------- Legalization*/

.img-cont-sec .mini-title {
    font-size: 26px;
    font-weight: 600;
}


/*------- Home ----------*/
/*----- Testimonial ----*/
/*.ctm-tm-slider {
    padding-left: 50px;
}*/


/*.casearrows i#prev-btn {
    color: #494949;
    font-size: 10px;
    border: 1px solid #494949;
    border-radius: 25px;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.5s all ease-in-out;
}

.casearrows i#next-btn {
    color: #494949;
    font-size: 10px;
    border: 1px solid #494949;
    border-radius: 25px;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.5s all ease-in-out;
}

.casearrows i#prev-btn:hover {
    background: linear-gradient(0deg, rgba(17, 68, 175, 1) 0%, rgba(17, 68, 175, 1) 39%, rgba(161, 68, 31, 1) 100%);
    color: #fff;
}

.casearrows i#next-btn:hover {
    background: linear-gradient(0deg, rgba(17, 68, 175, 1) 0%, rgba(17, 68, 175, 1) 39%, rgba(161, 68, 31, 1) 100%);
    color: #fff;
}*/