
    .pushBtn {
        display: block;
        bottom: 90px;
        height: 35px;
        left: auto;
        margin-left: 0;
        margin-top: 0;
        position: relative;
        right: 0;
        top: auto;
        width: 40px;
        z-index: 1000;
        background: #000;
        color: white;
    }

    .pushBtn1 {
        display: block;
        bottom: 0px;
        height: 35px;
        left: 20px;
        margin-left: 0;
        margin-top: 0;
        position: relative;
        right: 0;
        top: auto;
        width: 40px;
        z-index: 1000;
        background: #000;
        color: white;

    }

    .pushBtn2 {
        display: block;
        bottom: 0px;
        height: 35px;
        left: 20px;
        margin-left: 0;
        margin-top: 0;
        position: relative;
        right: 0;
        top: auto;
        width: 40px;
        z-index: 1000;
        background: #000;
        color: white;
        float: right !important;
        right: 20px !important;
        margin-bottom: 20px;

    }

    .redmore {
        color: black !important;
        /* font-weight: 500; */
    }

    .home_p_head {
        color: #000 !important;
        font-weight: 900;
        font-family: Verdana, Geneva, Tahoma, sans-serif;
        font-style: normal;

    }

    .c-title {
        font-weight: 900 !important;
        color: #1253ca !important;
    }

    .viewbtn {
        color: white !important;
    }
.viewbtn:focus  {
    box-shadow: 0 0 2px 2px #51a7e8;
    border:  1px dotted black;
  
}
.displaynone
{
 text-indent: -5000px;
  height: 0px;
  display: block;
font-weight: 500;
color:white;
}

    ._socail-ico1 ul li {
        padding-left: 0;
    }

    ._socail-ico1 ul li::before,
    .carousel.slide ul.carousel-indicators li::before {
        display: none;
    }

    .uk {
        list-style: none !important;
    }

    ._socail-ico1 ul li::before {
        display: none;
    }

    div#slider2 ul li::before {
        display: none;
    }

.org_imag {
    width: inherit !important;
    ;
    border: 1px solid rgb(255 206 37) !important;
    ;
    border-radius: 3px !important;
    ;
    height: 674px !important;
}
/**
 * CSS style for carouselTicker
 **/

.carouselTicker__list {
    margin: 10px 0;
    padding: 0;
    list-style-type: none;
    overflow: hidden;
}

.carouselTicker__item {
    margin: 5px 5px 5px 5px;
    float: left;
    /* border: 1px solid #000; */
    width: 100px;
    height: 80px;
    line-height: 60px;
    text-align: center;
}



/**
 * CSS style for vertical direction
 **/

/* .carouselTicker_vertical .carouselTicker__list {
    margin: 0;
}

.carouselTicker_vertical .carouselTicker__item {
    margin: 0 0 5px 0;
    border: 4px solid red;
    width: 100px;
    height: 60px;
    line-height: 60px;
    text-align: center;
} */

#carouselTicker .carouselTicker__item,
#carouselTicker-destructor-example .carouselTicker__item,
#carouselTicker-buttons-controls-example .carouselTicker__item {
    width: auto;
    height: auto;
    line-height: normal;
}

.carouselTicker__item img {
    vertical-align: top;
}



