.sticky-container{
    padding:0px;
    margin:0px;
    position:fixed;
    right:-140px;
    top:330px;
    width:210px;
    z-index: 1100;
}
.sticky li{
    list-style-type:none;
    background-color:#fff;
    color:#efefef;
    height:43px;
    padding:0px;
    margin:0px 0px 1px 0px;
    -webkit-transition:all 0.25s ease-in-out;
    -moz-transition:all 0.25s ease-in-out;
    -o-transition:all 0.25s ease-in-out;
    transition:all 0.25s ease-in-out;
    cursor:pointer;
}
.sticky li:hover{
    margin-left:-90px;
}
.sticky li img{
    float:left;
    margin:5px 4px;
    margin-right:5px;
}
.sticky li p{
    padding-top:5px;
    margin:0px;
    line-height:30px;
    font-size:14px;
}
.sticky li p a{
    text-decoration:none;
    color:#2C3539;
}
.sticky li p a:hover{
    text-decoration:underline;
}

.textTjustify{
    text-align: justify;
}
.textBold{
    font-weight: 600;
}
.HedaerAreaDiv {
    position: relative;
    text-align: center;
    color: white;
    padding-top: 100px;
  }
  .HedaerAreaDivImg{
    width: 100%;
    height: 250px;
  }
  .centered {
    position: absolute;
    top: 60%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 22px;
  }
