.ar{
    direction: rtl;
}
.title-main-2{
    font-size: 48px;
    line-height: 58px;
    color: #000000;
    font-weight: 600;
}
.sub-title{
    font-size: 25px;
    line-height: 35px;
}
.sub-title2{
    font-size: 40px;
    line-height: 50px;
    font-weight: 800;
}
.normal-paragraph{
    font-size: 16px;
    line-height: 26px;
    color: #000000;
}
.leader-desc{
    font-size: 22px;
    line-height: 32px;
    color: #000000;
    font-weight: 300;
}
.img-wrapper img{
    width: 100%;
}
.title-wraper.bottom-line-icon h2.title-main-2{
    padding-left: 50px;
}
.bottom-line-icon{
    position: relative;
}
.bottom-line-icon img{
    width: 100%;
}
.bg-white{
    background-color: #e4e2e2;
}
.button-ctm{
    font-size: 16px;
    line-height: 26px;
    padding: 12px 25px;
    transition: all linear 0.5s;
}


.style1{
    position: relative;
    overflow: hidden;
    z-index: 1;
    transition: color 0.3s ease;
}  
.style1::before{
    background: linear-gradient(90.13deg, #00D464 31.55%, #00C2FF 79.46%);
    content: "";
    display: inline-block;
    position: absolute;
    width: 300px;
    height: 300px;
    border-radius: 500px 100px 100px 100px;
    /* right: 210px; */
    right: 100%;
    top: -79px;
    z-index: -90;
    transition: all .5s ease-in-out;
}  
.style1:hover::before{
    transform: rotate(90deg) translate(0, -300px);
}  
.style1:hover{
    color: #fff !important;
}


.style2{
    color: #FFF;
    background-color: #000000;
    border-color: #000000;
}

.style3{
    color: #ffffff;
    background-color: #0098ff;
    text-decoration: none;
}
.style3:hover{
    background-color: #000000;
}

@media (max-width: 640px){
    .title-main-2{
        font-size: 35px;
        line-height: 45px;
    }
    .sub-title2{
        font-size: 28px;
        line-height: 38px;
    }
    .title-wraper.bottom-line-icon.w-50{
        width: 100% !important;
    }
    .title-wraper.bottom-line-icon h2.title-main-2{
        padding-left: 0px;
    }
    .carousel-section .container{
        padding: 0;
    }
}