/*Font-size  Start*/
.fz-32-wsua{
    font-size: 32px;
}
.fz-98-wsua{
    font-size: 98px;
}
.fz-22-wsua{
    font-size: 22px;
}
.fz-98{
    font-size: 98px;
}
.fz-48{
    font-size: 48px;
}
.fz-32{
    font-size: 32px;
}
.fz-20{
    font-size: 20px;
}
.fz-22{
    font-size: 22px;
}
.fz-18{
    font-size: 18px;
}
.fz-16{
    font-size: 16px;
}
.fz-14{
    font-size: 14px;
}
.fz-12{
    font-size: 12px;
}
.fz-10{
    font-size: 10px;
}
/*Font-Size End */

/*Font-weight Start*/
.fw-800{
    font-weight: 800;
}
.fw-700{
    font-weight: 700;
}
.fw-600{
    font-weight: 600;
}
.fw-500{
    font-weight: 500;
}
.fw-400{
    font-weight: 400;
}
/*Font-weight End*/

/*line height Start*/
.lh-59{
    line-height: 59px;
}
.lh-36{
    line-height: 36px;
}
.lh-30{
    line-height: 30px;
}
.lh-28{
    line-height: 28px;
}
.lh-24{
    line-height: 24px;
}
.lh-22{
    line-height: 22px;
}

.lh-18{
    line-height: 18px;
}
.lh-16{
    line-height: 16px;
}
.lh-100{
    line-height: 100%;
}
.lh-120p {
    line-height: 120%;
}
.lh-120{
    line-height: 120px;
}
.lh_1_75{
    line-height: 1.75;
}
/* Line height End */
/* Color Start */
.cg-0c{
    color: #0C8442;
}
.cw-ff{
    color: #ffffff;
}
.cb-46{
    color: #464646;
}
.cb-00{
    color: #000000;
}
.cy-fe{
    color: #FECE07;
}
.c_blue{
    color: blue;
}



/* ABout Us */

 .about_us{
            padding: 0px 50px;
        }
       .about_us_sub{
         padding-right: 30px;
       }
       .our_story{
           /* padding-left: 30px;*/
       }
       .our_ethos{
            padding-left: 30px;
       }
       .about_us_ma_b{
            margin-bottom: 60px;
       }
       .about_us_img_tp_15{
            padding-top: 0px;
       }
       .ethos_three_tabs_sec{
            padding: 30px 0px;
            margin: 0px -15px;
       }
        .ethos_three_tabs{
            padding: 0px 15px;
       }
       .star_img_{
            width: 100;
            max-width: 50px;
       }
       .our_growth_timeline_slider .owl-stage{
            padding-left: 0px !important;
            transition-timing-function: linear !important;
       }
       .our_growth_timeline_sub_div{
            padding: 40px 0px;
       }
        .stats-ticker {
            width: 100%;
            margin: 0 auto;
            display: flex;
            align-items: center;
        }

        .slide {
            display: flex;
            flex-direction: column;
            align-items: center;
            width: auto;
            padding: 0 30px;
            box-sizing: border-box;
            text-align: center;
        }

        .star_img_ {
            width: 24px;
            height: 24px;
        }

        .ms-list {
            height: 185px;
            align-items: end;
            display: inline-flex !important;
            position: relative;
        }
        .ms-list::after {
            content: "";
            position: absolute;
            height: 100%;
            width: 150%;
            bottom: 8px;
            z-index: -1;
            border-bottom: 1px solid #000000;
        }
        .ms-list__cont {
            /*max-width: 225px;*/
            height: 180px;
            cursor: pointer;
            border-left: 1px solid #000000;
            padding: 5px 20px 0px;
            transition: 0.5s;
        }
        .ms-list__cont svg {
            width: 45px;
        }
        .ms-list__cont:hover svg {
            fill: #0C8442;
        }
        .ms-list__cont:hover circle {
            stroke: #0C8442;
        }
        .ms-list__cont:hover{
            margin-top: 0px;
            margin-bottom: -10px;
            height: 205px;
            z-index: 999;
            position: relative;
            border-left: 1px solid #0C8442;
        } 
        .ms-list__cont:hover svg path {
            fill: rgb(255, 255, 255);
        }
        .ms-list__cont:hover p{
            color: #0C8442
        } 
        .ms-list__cont:hover p span{
            font-weight: 700;
        }   
        .our_story_img{
            width: 100%;
            max-width: 350px;
        }
         .date_set_bottom{
            position: absolute;
            bottom: 15px;
        }