body{
    font-family: font1;
}
@font-face{
    font-family: font1;
    src:url(../fonts/Roboto-Regular.ttf);
}
@font-face{
    font-family: font2;
    src:url(../fonts/Roboto-Medium.ttf);
}
@font-face{
    font-family: font3;
    src:url(../fonts/syky-y18lb0tSbf9kgqS.woff2);
}
.logo{
    position: relative;
    height: 62px;
}
.logo img{
    position: absolute;
    max-width: 100%;
    max-height: 100%;
    top: 0;
    left: 0;
    margin: auto;
    right: 0px;
}
.header{
    background: #3F51B5;
    padding: 8px 0px;
}
.banner{
    background: url(../images/s1.jpg);
    height: 450px;
    background-size: cover;
    background-position: center center;
}
.footer{
    background: #151212;
    padding: 10px 0px;
    text-align: center;
    color: #ccc;
}
.footer .left{

}
.footer .right p{
    margin: 0px;
}
.menu ul li{
    display: inline-block;
}
.menu ul{
    float: right;
    margin: 6px 0px;
}
.menu ul li a{
    padding: 10px 10px;
    border-right:1px dashed #fff;
    display: block;
    color: #fff;
    text-decoration: none;
}
.menu ul li:last-child a{
    border-right: none;
}
.blink{
    animation: test 1.3s infinite;
}
@keyframes test{
    10%{
        background: #E91E63;
        color: #fff;
    }
    30%{
background: #fff;
color: #000;
    }
}
.banner h1{
    font-family: font3;
    text-align: center;
    color: #fff;
    text-shadow: 0px 7px #000;
    font-size: 54px;
    position: absolute;
    left: 9%;
    top: 45%;
}
.menu i{
    font-size: 30px;
    vertical-align: middle;
}
.footer ul li{
    display: inline-block;
}
.footer ul li a{
    color: #ccc;
    font-size: 14px;
    text-decoration: none;
    border-right:1px solid #000;
    padding: 0px 10px;
}
.footer ul li:last-child a{ 
    border-right: none;
}
.footer p{
    font-size: 14px;
    margin: 0px;
}
.footer ul{
    margin: 0px;
}
.list .inner i{
    background: linear-gradient(to top left, #E91E63 50%, #3f51b5 50%);
    font-size: 48px;
    width: 100px;
    height: 100px;
    border-radius: 100px;
    line-height: 100px;
    text-align: center;
    color: #fff;
}
.list .inner h3{
    text-align: center;
    color: #000;
    font-family: font2;
    font-size: 18px;
    margin-top: 22px;
    margin: 0px;
    padding: 0px 0px;
    display: block;
    background: #3215750a;
    margin-top: 11px;
    height: 58px;
}
.list .inner h3 a{
    padding: 10px 0px;
    display: block;
}
.list{
    padding: 50px 0px;
}
.list .inner{
    text-align: center;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.26);
    padding: 20px 0px 0px 0px;
    background: #f9fafc;
}
.list .inner h3 a{
    color: #000;
    text-decoration: none;
}
.list .inner p{
    margin-top: 20px;
    font-size: 14px;
    color: #666;
    height: 53px;
    padding: 0px 10px;
}
.footer p a{
    color: #E91E63;
    text-decoration: none;
}
.extra{
    background: url(../images/slide-01.jpg);
    height: 400px;
    background-attachment: fixed;
    background-size: cover;
    position: relative;
}
.extra .overlay{
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(165deg,#3f51b5cc 0%,rgba(255,5,124,0.88) 100%) transparent;
    width: 100%;
    height: 100%;
}
.extra h2{
    position: relative;
    color:#fff;
    text-align:center;
    margin: 20px 0px;
}
.extra span{
    display: block;
    position: relative;
    top: -12px;
}
.extra span path{
    fill: #fff;
}
.list{
    background: url(../images/speaker_bg.png);
    background-size: cover;
    padding: 100px 30px;
}
.extra i{
    background: #fff;
    color: #321575;
    font-size: 56px;
    height: 90px;
    width: 90px;
    line-height: 90px;
    text-align: center;
    transform: rotate(-45deg);
}
.extra .inner{
    text-align: center;
    margin-top: 40px;
}
.extra h4{
    margin-top: 40px;
    color: #fff;
    font-size: 22px;
    font-family: font2;
}
.extra h4 a{
    background: none;
    color: #fff;
    transform: unset;
    font-size: 22px;
    height: unset;
    width: unset;
    line-height: unset;
}
.extra a{
    text-decoration: none;
    background: #fff;
    color: #321575;
    font-size: 56px;
    height: 90px;
    width: 90px;
    line-height: 90px;
    text-align: center;
    transform: rotate(45deg);
    display: block;
    margin: auto;
}
.footer_top{
    background: #333;
    padding: 20px;
    text-align: center;
    color: #fff;
}
.footer_top h4{
    font-size: 20px;
    font-family: font2;
}
.footer_top h4 a{
    color: #f7f7f7;
}
.footer_top p,.footer_top p a{
    color: #ccc;
    font-size: 14px;
    line-height: 22px;
    margin: 0px;
    text-decoration: none;
}
.footer_top ul{
    margin: 0px;
}
.footer_top .col-md-4{
    border-right: 1px dashed;
}
.footer_top .col-md-4:last-child{
    border:none;
}


/* RESPONSIVE */
@media(max-width:1199px){

}
@media(max-width:992px){
    .menu ul li a {
        padding: 10px 5px;
        font-size: 14px;
    }
}
@media(max-width:767px){
    .extra{height: unset;}
    .footer_top .col-md-4{border-right: none;}
    .list .inner{margin-bottom: 15px;}
    .menu{border-top: 1px solid #ccc;margin-top: 10px;}
    .menu ul li a{    font-size: 18px;}
    .menu ul{text-align: center;}
}