
        .cover-black {
            margin-top: 0px;
            background: #77787B;
            padding: 30px;
        }
		.Our-operating-contextBox
		{
		margin-top:60px;
		}
        .year-white-block{
            display: flex;
            position: relative;
            background-color: #fff;
            padding:10px 20px;
            flex-direction: column;
            margin: 10px;
            height: 100%;
            justify-content: space-around;
        }
        .year-white-block::before{
            content: "\e93c";
    font-family: 'icomoon';
    font-weight: 600;
    font-size: 20px;
            background-color: #95C93D;
            border-radius: 50%;
            position: absolute;
            top: 5px;
            right: 10px;
            width: 30px;
            height: 30px;
            text-align: center;
    color: #fff;
    transform: rotate(270deg);
        }
        .year-white-block5{
            display: flex;
            position: relative;
            background-color: #fff;
            padding:10px 20px;
            flex-direction: column;
            margin: 10px;
            height: 100%;
            justify-content: space-around;
        }
        .year-white-block5::before{
            content: "\e93c";
    font-family: 'icomoon';
    font-weight: 600;
    font-size: 20px;
            background-color: #95C93D;
            border-radius: 50%;
            position: absolute;
            top: 5px;
            right: 10px;
            width: 30px;
            height: 30px;
            text-align: center;
    color: #fff;
    transform: rotate(90deg);
        }

        .year-white-block4{
            display: flex;
            position: relative;
            background-color: #fff;
            padding:10px 20px;
            flex-direction: column;
            margin: 10px;
            height: 100%;
            justify-content: space-around;
           
        }

        .year-white-block2{
            display: flex;
            position: relative;
            background-color: #fff;
            padding:10px 20px;
            flex-direction: column;
            margin: 10px;
            height: 100%;
            justify-content: space-around;
           
        }
        .year-white-block2 p{
            margin-bottom: 0;
        }
        .year-white-block3 p{
            margin-bottom: 0;
        }
        .year-white-block p{
            margin-bottom: 0;
        }
        .year-white-block4 p{
            margin-bottom: 0;
        }
        .year-white-block5 p{
            margin-bottom: 0;
        }
        .year-white-block2::before{
            content: "\e93c";
    font-family: 'icomoon';
    font-weight: 600;
    font-size: 20px;
            background-color: #D34A2A;
            border-radius: 50%;
            position: absolute;
            top: 5px;
            right: 10px;
            width: 30px;
            height: 30px;
            text-align: center;
    color: #fff;
    transform: rotate(90deg);
        }

        .year-white-block3{
            display: flex;
            position: relative;
            background-color: #fff;
            padding:10px 20px;
            flex-direction: column;
            margin: 10px;
            height: 100%;
            justify-content: space-around;
        }
        .year-white-block3::before{
            content: "\e93c";
    font-family: 'icomoon';
    font-weight: 600;
    font-size: 20px;
            background-color: #D34A2A;
            border-radius: 50%;
            position: absolute;
            top: 5px;
            right: 10px;
            width: 30px;
            height: 30px;
            text-align: center;
    color: #fff;
    transform: rotate(270deg);
        }

        .number-big {
            font-size: 28px;
            color: #D14E1D;
            display: block;
        }
       
        .verticaltxt {
      
            transform-origin: 0 0;
            transform: rotate(-90deg);
            color: #fff;

            width: 350px;
            position: absolute;
            top: 80%;
            left: 0;
            font-size: 20px!important;
            font-weight: 700;
        }
        .borderline-year{
            position: relative;
            border-bottom: 1px solid #fff;
        }

        .borderline-year::before{
            content: "";
            position: absolute;
            height: 10px;
            width: 10px;
            border: 1px solid #fff;

            background-color: #77787B;
            left: 32px;
    top: -4px;
    border-top: none;
    border-left: none;
            transform: rotate(45deg);
        }

        .set-control-img {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    /* left: 43%; */
}
.red-dot{
    position: relative;
}

.red-dot::before{
    position: absolute;
    content: "";
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #D34A2A;
    left: -25px;
}
.green-dot{
    position: relative;
}
.green-dot::before{
    position: absolute;
    content: "";
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #94C83D;
    left: -25px;
}
.orange-dot{
    position: relative;
}
.orange-dot::before{
    position: absolute;
    content: "";
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #E98523;
    left: -25px;
}
.border-grey-year{
    border: 2px solid #939598;
    padding: 30px;
    height: 100%;
}
ul.list li:before{
    background-color: #fff!important;
}
.text-in-year{
    position: relative;
    height: 100%;
}


.set-control-img {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 43%;
}

.side-text {
    color: #fff;
    font-weight: 700;
    font-size: 20px !important;
    line-height: 1.2 !important;
    margin-bottom: 0 !important;
    float: left;
    position: relative;
    top: 59%;
    left: 15px;
    transform-origin: 0 0;
    transform: rotate(-90deg);
}
.image-txt {
    position: relative;
    height: 100%;
}
   
   @media screen and (max-width: 991px){
.image-txt {
margin-top: 20px;
    text-align: center;
}

.side-text {
    color: #fff;
    font-weight: 700;
    font-size: 20px !important;
    line-height: 1.2 !important;
    margin-bottom: 10px !important;
    float: unset;
    position: unset;
    top: unset;
    left: unset;
    transform-origin: unset;
    transform: unset;
}

.set-control-img {
    position: unset;
    top: unset;
    transform: unset;
    left: unset;
}
   } 
