.stats-wrap {
    text-align: center;
    background-image: url('../img/stats-bg.png');
    min-height: 345px;
    width: 380px;
    display: flex;
    justify-content: center;
    align-content: center;
    flex-wrap: wrap;
}
.stats-header {
    flex: 0 0 100%;
    min-width: 100%;
    margin-bottom: 20px;
}
.stats-desc h2 {
    font-size: 30px;
    font-weight: 700;
    color: #fff;
}
.stats-desc p {
    font-size: 16px;
    color: #fff;
}
.before-sec-title {
    font-size: 20px;
    color: #ff0055;
    margin-bottom: 0;
}
.before-sec-title::before {
    content: '';
    background-image: url('../img/title-wave.png');
    width: 67px;
    height: 10px;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: -30px;
}
.sec-title {
    font-size: 50px;
    color: #000;
}
.work-wrap {
    text-align: center;
}
.work-top h3 {
	font-size: 50px;
    font-weight: 700;
    color: #000;
    border-radius: 100px;
    height: 100px;
	width: 100px;
	margin: auto;
	margin-bottom: auto;
	line-height: 100px;
	box-shadow: 0px 0px 0px 11px #f4f5f7;
	margin-bottom: 25px;
	transition: 1.5s linear;
    position: relative;
}
.work-top h3::after {
    content: '';
    position: absolute;
    right: -159%;
    width: 130px;
    height: 3px;
    border-top: 5px dotted #f4f5f7;
    top: 0;
    bottom: 0;
    margin: auto;
}
.work-top h4 {
    font-size: 16px;
    font-weight: 700;
    color: #000;
}
.work-top h4:hover {
    color: #b85ade;
}
.work-bottom {
    opacity: 0;
    transition: 1.5s linear;
}	
.work-bottom p {
    font-size: 16px;
    line-height: 24px;
    color: #000;
}
.work-wrap:hover h3 {
    box-shadow: 0px 0px 0px 11px #eb1660;
    transition: 1.5s linear;
    background: linear-gradient(to right, var(--secondary-bg-color) 0%, var(--primary-bg-color) 100%);
    background-clip: border-box; 
    /* -webkit-text-fill-color: transparent;
    -webkit-background-clip: text; */
    
    color: #8217ef;
}
.work-wrap:hover .work-bottom {
    opacity: 1;
    transition: 1.5s linear;
}
#work {
    padding: 45px 0;
    margin-top: 100px;
    background-color: #fff;
}
.title-bottom-txt {
    padding: 25px 145px;
    color: #000;
    font-size: 18px;
}
.work-top h3::after {
    content: '';
    position: absolute;
    right: -159%;
    width: 130px;
    height: 3px;
    border: 2px dashed #e7eaee;
    top: 0;
    bottom: 0;
    margin: auto;
}
.noafter::after {
    display: none;
}
#work .row:last-child {
    padding-top: 45px;
}
#chooseus {
    padding: 80px 0 0;
    background: linear-gradient(to right, var(--secondary-bg-color) 0%, var(--primary-bg-color) 100%);
}
#chooseus .before-sec-title, #chooseus .sec-title, #chooseus .title-bottom-txt {
    color: #fff;
    filter: drop-shadow(0px 0px 5px #00000080);
}
#chooseus .title-bottom-txt {
    padding-left: 0;
    padding-right: 0;
}
#chooseus .before-sec-title::before {
    left: 20px;
    right: 0;
    margin: 0;
    filter: saturate(1000%) hue-rotate(-50deg);
}
.sc-slider-wrap {
    text-align: center;
    background-color: #fff;
    box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.2);
    margin: 15px;
    padding: 35px 25px 45px;
    border-radius: 5px;
}
.sc-icon {
    text-align: center;
    background-image: url('../img/stats-bg.png');
    min-height: 145px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-content: center;
    flex-wrap: wrap;
    background-size: 55%;
    background-repeat: no-repeat;
    background-position: center 0;
}
.sc-icon i {
    font-size: 42px;
    color: #fff;
}
.sc-title h4 {
    font-size: 20px;
    font-weight: 400;
    margin: 15px auto;
    color: #000000;
}
.sc-desc p {
    color: #000;
    line-height: 20px;
}
.social-slider .slick-arrow {
    background-color: transparent;
    border: 2px solid var(--primary);
    width: 45px;
    height: 45px;
    border-radius: 100px;
    text-align: center;
    line-height: 48px;
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: 0;
    margin: auto;
    color: var(--primary);
}

.rounded2 {
    background-size:92px 92px;
    border-radius:50%;
    width:92px;
    height:92px;
}