@font-face {
    font-family: "medium";
    src: url("fonts/Gotham-Medium.otf");
}
@font-face {
    font-family: "Bold";
    src: url("fonts/Gotham-Bold.otf");
}
@font-face {
    font-family: "light";
    src: url("fonts/Gotham-Light.otf");
}
a{
    text-decoration: none;
    
}
body {
    background: rgba(0, 0, 0, 0) url("images/Background.jpg") no-repeat scroll center top;
    font-family: "medium";
    margin: 0;
    overflow-x:hidden;
}
.first_Sec {
    float: left;
    height: 757px;
    position: relative;
    width: 100%;
}
.wrapper {
    margin: 0 auto;
    width: 1280px;
}
.left_sec {
    float: left;
    margin-top: 50px;
    padding-left: 110px;
    text-align: center;
    width: 475px;
}
.logo {
    margin-bottom: 60px;
}
.logo > img {
}
.header_text {
    color: white;
    font-size: 19px;
}
.header_text > img {
}
.header_text > br {
}
.header_text_desc {
    font-size: 19px;
    margin: 20px auto 0;
    text-align: center;
    width: 330px;
}
.linksections {
    float: left;
    margin-top: 60px;
    width: 100%;
}
.left_link_sec {
    float: left;
}
.left_link_sec > img {
}
.right_link_sec {
    float: right;
}
.right_link_sec > img {
}
.right_sec {
}
.second_sec {
    float: left;
    padding-bottom: 50px;
    width: 100%;
}
.header_section {
    margin-top: 40px;
    text-align: center;
}
.header_section > img {
}
.events {
    height: 300px;
    margin: 40px auto 0;
    position: relative;
    width: 1115px;
}
.footer {
    color: white;
    font-size: 16px;
    margin-top: 70px;
    text-align: center;
}
.foot_1 {
    font-family: "light";
}
.foot_2 {
    float: left;
    margin: 10px 0;
    width: 100%;
}
.foot_2 > a {
    color: white;
    text-decoration: none;
}
.foot_3 {
    color: #255c76;
    font-family: "light";
    font-size: 14px;
}
.foot_3 > a {
    color: #255c76;
    text-decoration: none;
}
.slick-prev {
    background: yellow none repeat scroll 0 0 !important;
    height: 100px;
    left: -42px;
    opacity: 0 !important;
    top: 106px;
    width: 40px;
}
.slick-next {
    background: yellow none repeat scroll 0 0 !important;
    height: 100px;
    opacity: 0 !important;
    right: -42px;
    top: 106px;
    width: 40px;
}
.title {
    color: white;
    font-family: "Bold";
    font-size: 18px;
    margin-top: 30px;
    text-align: center;
}
.date {
    color: #4996c3;
    font-family: "Bold";
    font-size: 14px;
    text-align: center;
}
.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
    text-align: center;
}
.slick-slide img {
    display: inline;
    height: 230px;
    width: auto;
}
.arrowfooter {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    bottom: 0;
    cursor: pointer;
    height: 50px;
    position: absolute;
    width: 100%;
}
