section#events-section{
    position: relative;
    background: linear-gradient(to bottom, #992bc2 0%, #992bc2 50%, #fff 50%, #fff 100%);
}
section#events-section::before{
    top: 0;
    z-index: 0;
    position: absolute;
    content: '';
    width: 300px;
    height: 300px;
    background: url(../img/events-bg.png) no-repeat top/contain;
}
section#events-section h1{
    position: relative;
    color: #992bc2;
    font-size: 32px;
    font-weight: 100;
}
section#events-section h1 span{
    color: #0a3669;
    display: block;
    font-weight: 600;
    font-size: 20px;
    padding-top: 10px;
}
section#events-section .events-btn{
    position: relative;
    display: table;
    border: 5px solid #0a3669;
    color: #0a3669;
    background: #fff;
    font-weight: 600;
    padding: 10px 20px;
    border-radius: 42px;
    -webkit-border-radius: 42px;
    -moz-border-radius: 42px;
    -ms-border-radius: 42px;
    -o-border-radius: 42px;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    margin: 10px 0px;
    z-index: 2;
}
section#events-section .events-btn:hover{
    text-decoration: none;
    background: #0a3669;
    color: #fff;
}
section#events-section .events-btn .fas{
    margin-left: 10px;
}
section#events-section .latest-events{
    position: relative;
    z-index: 1;
}
section#events-section .event-col{
    position: relative;
    text-align: center;
    width: 200px !important;
    height: 200px;
    border-radius: 50%;
    display: block !important;
    margin: auto;
    transition: .5s;
    background: #0a3669;
    border: 12px solid #0a3669;
    margin: 60px auto;
}
section#events-section .event-col .circle{
    width: 188px !important;
    height: 188px;
    display: block !important;
    margin: auto;
    background: #fff;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: .5s;
}
section#events-section .event-col .inner-circle{
    display: block;
    margin: 10px auto;
    width: 167px;
    height: 167px;
    border: 3px solid #fff;
    background-clip: content-box;
    padding: 20px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    -webkit-animation: spin 20s linear infinite;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
}
section#events-section .event-col:hover{
    background: #f7e015;
    transform: scale(1.2);
}
section#events-section .event-col:focus{
    outline: none;
}
section#events-section .event-col:hover .circle{
    background: #fff;
}
section#events-section .event-col:hover .inner-circle{
    background: #f7e015;
    border: 3px solid #0a3669;
}
section#events-section .event-col .event-info{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    transform: translate(-50%, -50%);
}
section#events-section .event-col .event-info .date{
    font-weight: 700;
    color: #992bc2;
    font-size: 32px;
    line-height: 1em;
    text-transform: uppercase;
    transition: .5s;
}
section#events-section .event-col .event-info .date span{
    display: table;
    margin: auto;
    color: #0a3669;
    border-bottom: 5px solid #f7e015;
    transition: .5s;
    font-weight: 400;
    font-size: 24px;
}
section#events-section .event-col .event-info .title{
    margin: 10px 30px;
    color: #333;
    font-size: 14px;
    transition: .5s;
}
section#events-section .event-col:hover .event-info .date{
    color: #0a3669;
}
section#events-section .event-col:hover .event-info .date span{
    border-bottom: 5px solid #fff;
}
section#events-section .event-col .fas{
    position: relative;
    top: -30px;
    color: #0a3669;
    padding: 10px;
    font-size: 24px;
    background: #f7e015;
    border: 3px solid #0a3669;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    opacity: 0;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
}
section#events-section .event-col:hover .fas{
    opacity: 1;
}

section#events-section .slick-dots {
    position: relative;
    display: block;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
    bottom: 0;
    width: 100%;
}
section#events-section .slick-dots li
{
    position: relative;
    display: inline-block;
    width: 15px;
    height: 15px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
section#events-section .slick-dots li button
{
    font-size: 0;
    line-height: 0;
    display: block;
    width: 15px;
    height: 15px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
section#events-section .slick-dots li button:hover,
section#events-section .slick-dots li button:focus
{
    outline: none;
}
section#events-section .slick-dots li button:hover:before,
section#events-section .slick-dots li button:focus:before
{
    opacity: 1;
}
section#events-section .slick-dots li button:before{
    font-family: 'slick';
    font-size: 56px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 15px;
    height: 15px;
    content: '•';
    text-align: center;
    /*opacity: .25;*/
    color: transparent;
    background-color: #f7e015;
    border-radius: 50%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
section#events-section .slick-dots li.slick-active button:before {
    /*opacity: .75;*/
    background: #992bc2;
}


@media(min-width: 640px){
    section#events-section::before{
    width: 500px;
    height: 500px;
    }
    section#events-section .event-col{
    width: 210px !important;
    height: 210px;
    }           
    section#events-section .event-col .circle{
    width: 188px !important;
    height: 188px;
    }           
    section#events-section .event-col .inner-circle{
    width: 166px !important;
    height: 166px;
    }
    section#events-section .event-col .event-info .date{
    font-size: 42px;
    }     
    section#events-section .event-col .event-info .date span{
    font-size: 28px;
    }    
}

@media(min-width: 768px){
    section#events-section h1{
    font-size: 38px;
    }
}
@media(min-width: 1024px){
    section#events-section::before{
    width: 650px;
    height: 650px;
    }    
    section#events-section h1{
    font-size: 42px;
    padding-left: 95px;
    }
    section#events-section h1::before{
    font-family: 'Font Awesome 5 Pro';
    content: '\f073';
    padding: 8px 15px;
    position: absolute;
    left: 0;
    top: 0;
    color: #0a3669;
    font-size: 46px;
    width: 80px;
    height: 80px;
    border: 5px solid #0a3669;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}
    section#events-section .events-btn.term-dates{
    float: right;
    }
    section#events-section .slick-dots{
    position: absolute;
    bottom: -30px;
    }
    section#events-section .events-btn{
    margin: 0;
    }
}
@media(min-width: 1280px){
    section#events-section h1{
    font-size: 48px;
    }
    section#events-section .event-col{
    width: 250px !important;
    height: 250px;
    }           
    section#events-section .event-col .circle{
    width: 228px !important;
    height: 228px;
    }           
    section#events-section .event-col .inner-circle{
    width: 208px !important;
    height: 208px;
    }
    section#events-section .event-col .event-info .date{
    font-size: 60px;
    }
}
@media(min-width: 1600px){
    section#events-section::before{
    width: 740px;
    height: 740px;
    }    
    
}