.eventFeildLable{
    background-color: #e5e5e5;
    color:#000;
    border: 1px solid #e5e5e5;
    padding:10px 20px;
    margin: 10px 0;
    font-size:20px;
    font-weight: bold;
}
.flex{
    display: flex;
}
.eventFeildVal{
    padding:10px 20px;
    margin: 10px 0;
    font-size:20px;
    border: 1px solid #e5e5e5;
}
#header{
    position:relative;
    background-color: #fafafc;
    /*background-image: url('../images/header.gif');*/
    background-repeat: no-repeat;
    background-position: top center;
    /*min-height: 750px;*/

}
#header:after{
    content: "";
    clear:both;
    position: relative;
    display: block;

}
.video{
    position: relative;
    top: 0;

    z-index:2;

}
video{
    width:100%;
}
.afterVideo{
    /* position: relative;
     height: 466px;*/

}

.backMenu{

    display:flex;
    flex-wrap:wrap;
    align-items: flex-start;
    min-height: 213px;

}
.blueLight{
    height: 30px;
    background-color: #5767ac;
}
.blueLine{
    height: 15px;
    background-color: #2e3192;
}
.navbar-nav > li > a{
    color:rgb(41, 145, 214);
    text-transform: uppercase;

}
.navbar-nav > li.active > a{
    color: rgb(68, 68, 68);;
}
.nav > li > a:hover, .nav > li > a:focus{
    background-color: transparent;
}
.backMenu{
    background-image: url('/images/header-bg.png');
    background-repeat: no-repeat;
    width:100%;
    background-position: top center;
    z-index: 9999999;
    top:35px;
    position:absolute;

}
.dropdown li:hover .sub-menu {
    visibility: visible;
}

.dropdown:hover .dropdown-menu {
    display: block;
}
.navbar-nav > li{
    width: 126px;
    padding: 0 5px;
}
.navbar-nav > li > a {
    font-size:15px;
    padding:10px 0;

}
.navbar-nav > li:hover > a{
    color:rgb(68, 68, 68);
    text-decoration: underline;
}

#footer{
    background-image: url('/images/footer-bg.png');
    background-repeat: no-repeat;
    background-position: top center;
    padding: 100px 20px 25px;
    margin-top: 20px;
}

#footer h5{
    font-size: 21px;
    margin: 5px 20px 20px 0px;
    font-weight: bold;
}
#footer {
    color:#fff;
}
#footer h5 {
    color:#fff;
}
.foot_contact{
    color:#fff;
}
#flex-containernew{
    display: flex;
    flex-wrap: wrap;
}
#flex-container{
    display: flex;
    flex-wrap: wrap;
}
.footermetka{
    padding: 10px 0px;
    margin-right: 10px;
    display:inline-block;
}
.footermetka a{
    background-color: #fff;
    border-radius: 10px;
    color: #2a4379;
    padding: 5px 10px;
}
.social img {
    box-shadow: inset 2px 2px 5px rgba(154, 147, 140, 0.5), 1px 1px 5px rgba(255, 255, 255, 1);
    width: 40px;
    border-radius: 5px;
}
.social {
    padding-right: 10px;
}

