@font-face {
    font-family: 'Tepdeal';
    src: url("../fonts/Max-SemiBold.eot");
    src: url("../fonts/Max-SemiBold.eot?#iefix") format("embedded-opentype"), url("../fonts/Max-SemiBold.woff2") format("woff2"), url("../fonts/Max-SemiBold.woff") format("woff"), url("../fonts/Max-SemiBold.ttf") format("truetype"), url("../fonts/Max-SemiBold.svg") format("svg");
    font-weight: normal;
    font-style: normal;
}
/*reset old css*/

html, body {
    font-size: 18px !important;
}

body {
    font-size: 18px !important;
    overflow-x: hidden;
    background-color: #f7f7f7 !important;
}

.container {
    padding: 0 !important;
}

/*end reset*/

.banner {
    position: relative;
    font-family: 'Tepdeal' !important;
}

    .banner .mainImg {
        width: 100%;
        overflow: hidden;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

        .banner .mainImg img {
            width: 100%;
        }

    .banner .mainInfo {
        position: absolute;
        top: 0;
        width: 100%;
        height: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

        .banner .mainInfo span {
            color: #fff;
            text-transform: uppercase;
            font-size: 1.3rem;
            margin-bottom: 0px;
        }

        .banner .mainInfo h2 {
            color: #fff;
            text-transform: capitalize;
            font-size: 3rem;
            font-weight: bold;
        }

.about {
    margin-top: -100px;
    position: relative;
    z-index: 5;
}

    .about .aboutContainer {
        background-color: #fff;
        border-radius: 20px;
        -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
        padding: 1.4rem;
        text-align: center;
    }

        .about .aboutContainer h1 {
            font-weight: bold;
            font-size: 2.5rem;
            margin-bottom: 1.2rem;
        }

            .about .aboutContainer h1 span {
                font-size: 1.4rem;
            }

        .about .aboutContainer p {
            width: 70%;
            margin: auto;
            margin-bottom: 1.2rem;
            font-size: 1.3rem;
        }

        .about .aboutContainer .tip {
            font-size: 1.2rem;
            font-weight: 500;
        }

            .about .aboutContainer .tip a {
                color: #086ab4;
            }

.articlesContainer {
    width: 80%;
    margin: 50px auto;
    overflow: hidden;
    position: relative;
}

    /* prefixed by https://autoprefixer.github.io (PostCSS: v7.0.26, autoprefixer: v9.7.3) */

    .articlesContainer::after {
        background: -webkit-gradient(linear, left top, left bottom, from(rgba(247, 247, 247,0)), color-stop(0%, rgba(247, 247, 247,0)), color-stop(92%, #f7f7f7), to(#f7f7f7));
        background: -o-linear-gradient(top, rgba(247, 247, 247,0) 0%, rgba(247, 247, 247,0) 0%, #f7f7f7 92%, #f7f7f7 100%);
        background: linear-gradient(top, rgba(247, 247, 247,0) 0%, rgba(247, 247, 247,0) 0%, #f7f7f7 92%, #f7f7f7 100%);
        position: absolute;
        content: "";
        width: 100%;
        height: 200px;
        bottom: 0;
        display:none !important;
    }

    .articlesContainer .articlesCard {
        padding: 1.8rem;
        background-color: #fff;
        -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
        border-radius: 15px;
        margin-bottom: 50px;
    }

        .articlesContainer .articlesCard:last-child {
            margin-bottom: 0;
        }

        .articlesContainer .articlesCard .cardTitle {
            margin-bottom: 0.6rem;
        }

            .articlesContainer .articlesCard .cardTitle h3 {
                font-family: 'Tepdeal';
                color: #b2b3bf;
                font-size: 1.2rem;
                margin-bottom: 0;
                text-transform: capitalize;
            }

            .articlesContainer .articlesCard .cardTitle span {
                font-size: 0.8rem;
                opacity: 0.8;
                font-weight: 500;
            }

        .articlesContainer .articlesCard .cardInfo {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            margin: 0rem 0 1.1rem;
        }

            .articlesContainer .articlesCard .cardInfo .cardImg {
                margin-right: 2rem;
                -webkit-box-flex: 0;
                -ms-flex: 0 0 30%;
                flex: 0 0 30%;
            }

                .articlesContainer .articlesCard .cardInfo .cardImg img {
                    width: 100%;
                    min-height: 250px;
                }

            .articlesContainer .articlesCard .cardInfo .cardContent p {
                font-size: 1.1rem;
                margin-bottom: 0;
            }

        .articlesContainer .articlesCard .cardSocialMedia span {
            color: #b2b3bf;
            font-size: 1.4rem;
        }

.list-actions {
    position: absolute;
    right: -8.333rem;
    z-index: 9;
    top: 50px;
    width: 11.6rem;
}

    .list-actions a {
        background: #fff;
        padding: 5px 10px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        border-radius: 8px;
        color: #000 !important;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: 20px;
        -webkit-transition: .5s;
        -o-transition: .5s;
        transition: .5s;
        text-decoration: none !important;
    }
        .list-actions a.active{
            display:none !important;
        }
        .list-actions a:hover, .list-actions a.active {
            background: #000;
            color: #fff !important;
        }

        .list-actions a span:first-child {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            border-radius: 50%;
            background: #000;
            color: #fff;
            width: 2.2rem;
            height: 2.2rem;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            margin-right: 10px;
            -webkit-transition: .5s;
            -o-transition: .5s;
            transition: .5s;
        }

        .list-actions a .fa-play:before {
            position: relative;
            right: -1px;
        }

        .list-actions a:hover span:first-child, .list-actions a.active span:first-child {
            background: #fff;
            color: #000;
        }



/*# sourceMappingURL=styles.css.map */
@media screen and (max-width: 1600px) {
    html, body {
        font-size: 12px !important;
    }

    .banner .mainImg img {
        height: 60vh;
    }

    .banner .mainInfo span {
        font-size: 1.1rem
    }

    .banner .mainInfo h2 {
        font-size: 2.3rem;
    }

    .about .aboutContainer h1 {
        font-size: 2rem
    }

        .about .aboutContainer h1 span {
            font-size: 1.2rem
        }

    .list-actions {
        right: -6.333rem;
        top: 20px
    }

    .articlesContainer {
        margin: 20px auto;
    }

        .articlesContainer .articlesCard {
            margin-bottom: 20px
        }
}

@media screen and (max-width: 1300px) {
    .container{
        max-width:70% !important;
    }
}

@media screen and (max-width: 992px) {
    .list-actions {
        position: static !important;
        width: 100%;
        margin: 30px 0 10px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
        .list-actions a{
            width:300px;
            max-width:100%;
            margin:0 15px;

        }
        .container {
            max-width: 90% !important;
        }
}

@media screen and (max-width: 768px) {
    .banner:after {
        background: -webkit-gradient(linear, left bottom, left top, from(rgba(0,0,0,1)), color-stop(32%, rgba(0,0,0,0)));
        background: -o-linear-gradient(bottom, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 32%);
        background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 32%);
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        z-index: 0;
    }

    .banner .mainInfo {
        z-index: 2;
    }

    .banner .mainInfo span {
        /*font-size: 1rem;*/
    }

    .list-actions a {
        width: 100%;
        margin: 15px 0;
    }

    .about {
        margin-top: 0
    }

    .banner .mainInfo h2 {
        /*font-size: 2rem;*/
    }

    .banner .mainInfo {
        left: 0;
        padding: 0 30px;
        height: auto;
        bottom: 30px;
        top: auto !important;
    }

    .banner .mainImg img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .banner .mainImg {
        height: 500px;
    }

    .about .aboutContainer h1 {
        /*font-size: 2rem;*/
    }

        .about .aboutContainer h1 span {
            /*font-size: 1rem;*/
        }

    .about .aboutContainer p {
        width: 90%;
        /*font-size: 1rem;*/
        text-align: justify;
    }

    .articlesContainer {
        width: 94%;
    }

        .articlesContainer .articlesCard .cardInfo .cardContent p {
            /*font-size: 1rem;*/
        }

        .articlesContainer .articlesCard .cardTitle h3 {
            /*font-size: 1.1rem;*/
        }

    body .list-actions {
        position: fixed !important;
        bottom: 0px !important;
        top: auto !important;
        right: 0% !important;
        padding: 0;
        left: auto !important;
        width: 100%;
        background-color: rgba(0,0,0,.7);
        margin: 0
    }

        body .list-actions a {
            width: 200px
        }
}
