﻿.Welcome-section {
    width: 100%;
    float: left;
    padding: 35px 0;
    background-color: #fac809;
    color: #000;
    /*background:url(../images/bg1.gif) left top repeat;*/
}

.events {
    width: 100%;
    float: left;
}

    .events ul {
        list-style: none;
        padding: 0;
    }

        .events ul li {
            margin-bottom: 10px;
        }

.textline {
    text-align: center;
    width: 100%;
    float: left;
    color: #ee1722;
    line-height: 30px;
}

#owl-demo {
    width: 100% !important;
    float: left;
    overflow: hidden;
}

.owl-wrapper {
    float: left;
}

#owl-demo .owl-item {
    display: inline-block;
    margin: 0px !important;
    text-align: center;
}

#owl-demo .item {
    padding: 1px;
    margin: 5px;
    color: #FFF;
    display: inline-block;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-align: center;
}

    #owl-demo .item img {
        width: 255px;
        height: 200px;
    }

.customNavigation {
    text-align: right;
    width: 100%;
    float: left;
}

    .customNavigation a {
        -webkit-user-select: none;
        -khtml-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        color: #000;
        font-size: 22px;
        -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    }

.imggellery {
    width: 100%;
    float: left;
    background-color: #fbc80b;
    padding: 30px 0;
}

.videobg {
    width: 100%;
        height: 400px;
    overflow: hidden;
    float: left;
    padding: 0 25px 25px 25px;
    background-color: #000000;
    box-shadow: #fac809 0 0 10px;
    color: #fff;    margin:15px 0;
}

.historyhome {
    width: 100%;
    float: left;
    color: #b9b9b9;
    text-align: justify;
    padding: 30px 0;
}
.videosprt{ width:100%; float:left; margin:20px;}
.vid {
    width: 100%;
    float: left;
    padding: 30px 0;
}

.footer {
    width: 100%;    background-color: #ffc310;
    float: left;
    border-top: #191919 solid 1px;
    color: #000;    padding-top:5px;
}

    .footer ul {
        list-style: none;
        margin: 0;    text-align: right;
        padding: 0;
    }

        .footer ul li {
            border: none;
            display: inline-block;
        }

            .footer ul li a {
                color: #000;
                    padding: 0 5px;
            }
            .footer ul li a .fa{font-size:30px;}
.readbtn{    padding: 8px 10px;
    background-color: #fac809;
    color: #000;
    border-radius: 4px;
    float: left;
    margin-top: 8px;}
.middle{ width:100%; float:left; background-color:#fac809; padding:30px 0;}
.middle p{ text-align:justify;}

.rightimage{ width:100%; float:left;}
.rightimage h2{    background-color: #000000;
    padding:8px;
    color: #fff;}
.imgbg{ width:100%; float:left; background-color:#fff; padding:10px;    margin: 10px 0;}
.imgbg img{    height: 185px;}






