#homeVideo 
{
    position: absolute;
    object-fit: cover;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

img , div > a
{
    pointer-events: auto !important;
}

img.zoom
{
    transition: all 0.3s;
}

img.zoom:hover 
{
    transform: scale(1.1);
    transition: all 0.3s;
}

.vertical-center
{
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.arrow-animation
{
    animation: angle_down 3s linear infinite;
    font-size: 20px;
    margin-top: 10px;
}

.angle_down 
{
    animation-duration: 3s;
    animation-timing-function: linear;
    animation-delay: 0s;
    animation-iteration-count: infinite;
    animation-direction: normal;
    animation-fill-mode: none;
    animation-play-state: running;
    animation-name: angle_down;
}

.accordion.accordion-3 {
    background: white;
    border-radius: 3px;
    height: 85%;
    overflow: auto;
}

.accordion.accordion-3 p {
    font-size: 1rem;
}

.accordion.accordion-3 .fa.fa-angle-down{
    margin-top: -10px;
}

.center{
    text-align: center;
}
.newsBody p, .mobileHeader p{
    text-align: left !important;
}
.newsImgDiv{
    float: left;
    width: 30%;
}

.newsImg, .mobileNewsImg img{
    border-radius: 8px;
    width: 100%;
}

@keyframes angle_down {
0% {
    transform: translateY(0px); }
100% {
    opacity: 0;
    transform: translateY(40px); } 
}

.cd-section {
    height: 100vh;
}

@media (min-width: 1200px) {
    .particles 
    {
        background-color: #000000;
        background-size: cover;
        background-repeat: no-repeat;
        width: 100%;
        height: 110vh;
        position: fixed;
        margin-top: -103;
    }
}
@media (max-width: 1201px) {
    .particles 
    {
        background-color: #000000;
        background-size: cover;
        background-repeat: no-repeat;
        width: 100%;
        height: 100vh;
        position: fixed;
    }
}