        /**************************News Section**************************/
        /* .message-bg {background: url(../images/message-bg.jpg) no-repeat;background-size: cover; } */
        .newsbox-bg {
            background-color: #f6e3ae;
            height: 400px;
            box-shadow: 5px 10px #888888
        }

        .tb-pad-20 {
            padding-top: 20px;
            padding-bottom: 20px;
        }

        .tb-pad-30 {
            padding-top: 30px;
            padding-bottom: 30px;
        }

        .top-pad-30 {
            padding-top: 30px;
        }

        .stoke {
            border-top: 1px solid#e41b09;
            margin-top: 10px;
            margin-bottom: 10px;
        }

        .newshead-bg {
            background: red;
        }

        .heading-gradient {
            background: linear-gradient(to right, rgb(251, 212, 161) 16%, rgb(255, 239, 218) 80%);
            padding: 7px 18px;
            font-size: 27px;
            font-weight: 400;
            color: #2d2d2d;
        }

        .newsbox-text {
            padding: 8px;
            background-color: #f1f1f1;
            border-radius: 10px;
            margin: 8px;
        }

        .newsbox-text p {
            overflow: hidden;
            display: -webkit-box;
            -webkit-box-orient: vertical;
            text-overflow: ellipsis;
        }

        .newsbox-text h3 {
            color: #922B21;
            margin-top: 10px;
            margin-bottom: 10px;
            font-size: 16px;
        }

        .news-bg {
            background: rgba(255, 218, 163, 0.91);
            padding: 0px 20px 24px 20px;
        }

        .flote-right {
            float: right;
        }

        .head3 {
            padding: 5px;
        }

        .link-page {
            color: #922B21;
        }

        .eventbox-text {
            padding: 15px
        }

        .eventbox-text p {
            overflow: hidden;
            display: -webkit-box;
            -webkit-box-orient: vertical;
            text-overflow: ellipsis;
        }

        .eventbox-text h3 {
            color: #922B21;
            margin-top: 10px;
            margin-bottom: 10px;
            font-size: 16px;
        }

        .news p {
            font-size: 15px;
            color: white;
            overflow: hidden;
            display: -webkit-box;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
            height: 2.5em;
            text-overflow: ellipsis;
        }

        .mes-tur {
            overflow: hidden;
            display: -webkit-box;
            -webkit-line-clamp: 7;
            -webkit-box-orient: vertical;
            height: 12em;
            text-overflow: ellipsis;
            text-align: justify;
        }

        .att-link {
            color: #40403f;
        }

        .news_title {
            float: left;
            font-size: 18px;
            font-family: calibri;
            font-weight: 600;
        }

        .panel-heading {
            background: #f1f1f1;
        }

        .news_details {
            float: right;
        }

        .text-link:hover {
            color: red;
        }

        .text-link {
            color: #5255e6;
            padding-right: 5px;
            float: right;
        }

        .center {
            display: block;
            margin-left: auto;
            margin-right: auto;
        }

        .clr {
            clear: both;
        }
