﻿#news_ticker {
    height: 27px;
    margin: 10px auto 0;
    overflow: hidden;
    padding: 5px;
    position: relative;
    background: linear-gradient(-120deg, #fcf75e 20%, #ffd700 0);
    border: 1px solid #ccc;
    font-family: 'Oswald',serif;
}

    #news_ticker span {
        float: left;
        background-color: #C8102E;
        padding: 2px 10px;
        position: relative;
        font-size: 16px;
        color: #fff;
        text-shadow: 1px 2px 1px rgba(0, 0, 0, .6);
    }

    #news_ticker ul {
        float: left;
        padding-left: 20px;
        -webkit-animation: ticker 10s cubic-bezier(1, 0, .5, 0) infinite;
        -moz-animation: ticker 10s cubic-bezier(1, 0, .5, 0) infinite;
        -ms-animation: ticker 10s cubic-bezier(1, 0, .5, 0) infinite;
        animation: ticker 10s cubic-bezier(1, 0, .5, 0) infinite;
    }

        #news_ticker ul:hover {
            -webkit-animation-play-state: paused;
            -moz-animation-play-state: paused;
            -ms-animation-play-state: paused;
            animation-play-state: paused;
        }

    #news_ticker li {
        list-style: none;
        line-height: 26px;
    }

    #news_ticker a {
        color: #333;
        text-decoration: none;
        font-size: 16px;
    }

@-webkit-keyframes ticker {
    0% {
        margin-top: 0;
    }

    25% {
        margin-top: -26px;
    }

    50% {
        margin-top: -52px;
    }

    75% {
        margin-top: -78px;
    }

    100% {
        margin-top: 0;
    }
}

@-moz-keyframes ticker {
    0% {
        margin-top: 0;
    }

    25% {
        margin-top: -26px;
    }

    50% {
        margin-top: -52px;
    }

    75% {
        margin-top: -78px;
    }

    100% {
        margin-top: 0;
    }
}

@-ms-keyframes ticker {
    0% {
        margin-top: 0;
    }

    25% {
        margin-top: -26px;
    }

    50% {
        margin-top: -52px;
    }

    75% {
        margin-top: -78px;
    }

    100% {
        margin-top: 0;
    }
}

@keyframes ticker {
    0% {
        margin-top: 0;
    }

    25% {
        margin-top: -26px;
    }

    50% {
        margin-top: -52px;
    }

    75% {
        margin-top: -78px;
    }

    100% {
        margin-top: 0;
    }
}

.form-contact label {
    font-size: 14px
}

.form-contact .form-group {
    margin-bottom: 30px
}

.form-contact .form-control {
    border: 1px solid #e5e6e9;
    border-radius: 0px;
    height: 48px;
    padding-left: 18px;
    font-size: 13px;
    background: transparent
}

    .form-contact .form-control:focus {
        outline: 0;
        box-shadow: none
    }

    .form-contact .form-control::placeholder {
        font-weight: 300;
        color: #999999
    }

.form-contact textarea {
    border-radius: 0px;
    height: 100% !important
}

.contact-section {
    padding: 130px 0 100px
}

@media (max-width: 991px) {
    .contact-section {
        padding: 70px 0 40px
    }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .contact-section {
        padding: 80px 0 50px
    }
}

.boxed-btn {
    background: #fff;
    display: inline-block;
    padding: 18px 44px;
    font-size: 14px;
    font-weight: 400;
    border: 0;
    border: 1px solid #17345a;
    letter-spacing: 3px;
    text-align: center;
    color: #17345a;
    text-transform: uppercase;
    cursor: pointer
}

    .boxed-btn:hover {
        background: #17345a;
        color: #fff !important;
        border: 1px solid #17345a
    }

    .boxed-btn:focus {
        outline: none
    }


#slidy-container {
    width: 100%;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

.slider-mobile {
}

@media(max-width:1024px) {
    .slider-mobile {
    }
}

.course-box {
    padding: 50px 0;
}

.bank-title {
    text-align: center;
    margin-bottom: 40px;
}

    .bank-title .title-h2 {
        font-size: 25px;
        font-weight: 400;
        margin: 0;
        padding: 10px;
    }



    .bank-title p {
        font-weight: 500;
        margin-top: 5px;
        font-size: 15px;
    }



.course-caption {
    padding: 40px 30px;
    background: rgba(20,29,68,1.0);
    text-align: center;
    box-shadow: 0 0 5px rgba(0,0,0,0.4);
    border-radius: 10px;
    transition: ease-in-out .3s;
    margin-bottom: 20px;
}

    .course-caption img {
        border-radius: 10px;
    }

.cor-h3 {
    font-size: 19px;
    font-weight: 700;
    color: #fff;
    margin-top: 5px;
    letter-spacing: 1px;
}

.course-caption a {
    padding: 10px 25px;
    background: #ec3237;
    color: #fff;
    border-radius: 20px;
    letter-spacing: .4px;
    font-size: 15px;
    margin-top: 20px;
    display: inline-block;
}

.course-caption:hover {
    transform: scale(1.02);
}

.course-button {
    padding: 10px 25px;
    background: #ec3237;
    color: #fff;
    border-radius: 20px;
    letter-spacing: .4px;
    font-size: 15px;
    margin-top: 20px;
    display: inline-block;
}

.video-block-page {
    padding: 6px;
    background: #f9fafa;
    border: 1px solid #ddd;
    margin-bottom: 20px;
    transition: all 0.3s;
}

    .video-block-page h4 {
        font-size: 16px;
        font-weight: 600;
        text-align: center;
        margin: 0;
        padding: 15px 0;
    }

.tabs {
    margin: auto;
    margin-top: 50px;
    display: flex;
    align-items: center;
    overflow: hidden;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

    .tabs li {
        width: 25%;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #000;
        transition: .5s;
        -webkit-transition: .5s;
        -moz-transition: .5s;
        -ms-transition: .5s;
        -o-transition: .5s;
        cursor: pointer;
    }
@media(max-width:991px)
	{
 .tabs li {
        width: 50%;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #000;
	    padding:2px;
        transition: .5s;
        -webkit-transition: .5s;
        -moz-transition: .5s;
        -ms-transition: .5s;
        -o-transition: .5s;
        cursor: pointer;
    }
}

        .tabs li:hover {
            background: linear-gradient(145deg, #1e2024, #23272b);
            box-shadow: 10px 10px 19px #1c1e22, -10px -10px 19px #262a2e;
            color: #fff;
            position: relative;
            z-index: 1;
            border-radius: 10px;
        }

.active-tab {
    background: linear-gradient(145deg, #1e2024, #23272b);
    color: #fff !important;
    position: relative;
    z-index: 1;
    border-radius: 10px;
}

.contents-tab {
    margin: auto;
    margin-top: 50px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 30px;
}

.box-tab {
    gap: 20px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    padding: 20px;
    width: 100%;
    animation: moving 1s ease;
    -webkit-animation: moving 1s ease;
}

    .box-tab img {
        width: 50%;
        border-radius: 10px;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        -ms-border-radius: 10px;
        -o-border-radius: 10px;
    }

    .box-tab h3 {
        color: #c4cfde;
        font-family: 'Poppins', sans-serif;
        font-size: 2rem;
        margin-bottom: 20px;
    }

    .box-tab p {
        color: #c4cfde;
        opacity: .5;
        font-family: 'Poppins', sans-serif;
        font-size: 1rem;
    }

.show-tab {
    display: flex;
}

.hide-tab {
    display: none;
}

@keyframes moving {
    from {
        transform: translateX(-50px);
        -webkit-transform: translateX(-50px);
        -moz-transform: translateX(-50px);
        -ms-transform: translateX(-50px);
        -o-transform: translateX(-50px);
        opacity: 0;
    }

    to {
        transform: translateX(0px);
        -webkit-transform: translateX(0px);
        -moz-transform: translateX(0px);
        -ms-transform: translateX(0px);
        -o-transform: translateX(0px);
        opacity: 1;
    }
}
