@font-face {
    font-family: 'Exo 2';
    src: url('../fonts/Exo2-Regular.woff2') format('woff2'), url('../fonts/Exo2-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Exo 2';
    src: url('../fonts/Exo2-Light.woff2') format('woff2'), url('../fonts/Exo2-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Exo 2';
    src: url('../fonts/Exo2-SemiBold.woff2') format('woff2'), url('../fonts/Exo2-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Exo 2';
    src: url('../fonts/Exo2-Medium.woff2') format('woff2'), url('../fonts/Exo2-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Exo 2';
    src: url('../fonts/Exo2-Bold.woff2') format('woff2'), url('../fonts/Exo2-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}

img {
    display: block;
    margin: 0 auto;
}

body {
    font-size: 16px;
    min-width: 320px;
    position: relative;
    line-height: normal;
    margin: 0 auto;
    max-width: 1900px;
}

@keyframes floating {
    0%,
    to {
        -webkit-transform: translateY(0%);
        transform: translateY(0%)
    }
    50% {
        -webkit-transform: translateY(6%);
        transform: translateY(812)
    }
}

@-webkit-keyframes floating {
    0%,
    to {
        -webkit-transform: translateY(0%)
    }
    50% {
        -webkit-transform: translateY(6%)
    }
}

.slick-prev {
    left: 0!important;
}

.slick-next {
    right: 0!important;
}

.slick-prev,
.slick-next {
    z-index: 999!important;
}

.slick-prev:before,
.slick-next:before {
    color: #000!important;
}

.slick-current,
.slick-slide,
.slick-active {
    outline: none;
}

.header .header-top-menu {
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    background-color: #ffffff;
}

.bg-light {
    background-color: #ffffff!important;
}

.header .header-top-menu .navbar-light .navbar-nav .nav-link {
    color: #333333;
    font-family: "Exo 2";
    font-size: 17px;
    font-weight: 500;
    text-align: center;
}

.header .header-top-menu .right-content {
    color: #ffffff;
    font-family: "Exo 2";
    font-size: 17px;
    font-weight: 600;
}

.header .header-top-menu .right-content button {
    width: 166px;
    color: #ffffff;
    height: 42px;
    border-radius: 8px;
    background-color: #e3000f;
    display: block;
    margin: 10px auto;
}

.header .header-top-menu .right-content a:hover {
    text-decoration: none;
}

.header .header-hero1 {
    background: url(../img/header-slider-img1.jpg) no-repeat center;
    background-size: cover;
    min-height: 680px;
    padding: 150px 0 40px 0;
}

.header .header-hero2 {
    background: url(../img/header-slider-img2.jpg) no-repeat center;
    background-size: cover;
    min-height: 680px;
    padding: 150px 0 40px 0;
}

.header .header-hero3 {
    background: url(../img/header-slider-img3.jpg) no-repeat center;
    background-size: cover;
    min-height: 680px;
    padding: 150px 0 40px 0;
}

section,
footer {
    padding: 40px 0;
}

.padding-top {
    padding: 40px;
}

.header .header-hero h1 {
    color: #e3000f;
    font-family: "Exo 2";
    font-size: 50px;
    font-weight: 700;
}

.header {
    position: relative;
}

.header:after {
    content: "";
    width: 200px;
    height: 205px;
    position: absolute;
    bottom: 0;
    background: url(../img/header-after.png) no-repeat center;
    background-size: contain;
    right: 0;
    -webkit-animation-name: floating;
    animation-name: floating;
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

.header .header-hero h2 {
    color: #000000;
    font-family: "Exo 2";
    font-size: 30px;
    font-weight: 700;
}

.header .header-hero .header-hero-wrapper-bottom {
    margin-top: 250px;
}

.header .header-hero .header-hero-wrapper-bottom .media {
    margin: 10px 30px;
}

.header .header-hero .header-hero-wrapper-bottom {
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    border-radius: 10px;
    background-color: #f8f8f8;
}

.header .header-hero .header-hero-wrapper-bottom .media {
    color: #333333;
    font-family: "Exo 2";
    font-size: 21px;
    font-weight: 500;
}

.sc1 h2 {
    color: #333333;
    font-family: "Exo 2";
    font-size: 42px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 40px;
}

.sc1 .wrapper h3 {
    color: #000000;
    font-family: "Exo 2";
    font-size: 20px;
    font-weight: 600;
    text-align: center;
}

.sc1 .wrapper p {
    color: #333333;
    font-family: "Exo 2";
    font-size: 17px;
    font-weight: 400;
    text-align: center;
}

.sc1 .wrapper {
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    border-radius: 10px;
    background-color: #f8f8f8;
    margin: 20px 0;
    padding: 20px 30px;
}

.sc1 .wrapper2 {
    transform: scale(1.1);
}

.sc1 {
    position: relative;
}

.sc1:after {
    content: "";
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 124px;
    height: 179px;
    background: url(../img/sc1-before.png) no-repeat center;
    background-size: contain;
    -webkit-animation-name: floating;
    animation-name: floating;
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

.sc2 .text1 {
    color: #333333;
    font-family: "Exo 2";
    font-size: 42px;
    font-weight: 700
}

.sc2 .text2 {
    color: #333333;
    font-family: "Proxima Nova";
    font-size: 21px;
    font-weight: 400
}

.sc2 .text2 strong {
    font-family: "Exo 2";
    font-weight: 600;
    font-size: 21px;
    color: #333333;
}

.sc2 button {
    color: #ffffff;
    font-family: "Exo 2";
    font-size: 17px;
    font-weight: 600;
    width: 146px;
    height: 42px;
    border-radius: 8px;
    background-color: #e3000f;
    display: block;
    margin: 10px 0;
}

.sc2 {
    position: relative;
}

.sc2:after {
    content: "";
    position: absolute;
    bottom: -50px;
    left: -50px;
    width: 186px;
    height: 278px;
    background: url(../img/sc2-before.png) no-repeat center;
    background-size: contain;
    -webkit-animation-name: floating;
    animation-name: floating;
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

.fotorama__arr--next,
.fotorama__arr--prev {
    width: 48px;
    height: 48px;
    background: url(../img/slider-arrow.png) no-repeat center;
    background-size: contain;
}

.fotorama__arr--prev {
    width: 48px;
    height: 48px;
    background: url(../img/slider-arrow-prev.png) no-repeat center;
    background-size: contain;
}

.fotorama__arr {
    width: 48px;
    height: 48px;
}

.sc3 h2 {
    color: #333333;
    font-family: "Exo 2";
    font-size: 42px;
    font-weight: 700;
    margin-bottom: 40px;
}

.sc3 .date {
    color: #000000;
    font-family: "Exo 2";
    font-size: 14px;
    font-weight: 300;
}

.sc3 .text {
    color: #000000;
    font-family: "Exo 2";
    font-size: 21px;
    font-weight: 600;
}

.sc3 .wrapper {
    border-radius: 10px;
    background-color: #fff2f2;
    padding: 20px;
    min-height: 250px;
}

.youtube-silka,
.youtube-silka a {
    color: #e3000f;
    font-family: "Exo 2";
    font-size: 17px;
    font-weight: 400;
    text-align: center;
    text-decoration: underline;
}

.sc3 {
    position: relative;
}

.sc3:after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 195px;
    height: 305px;
    background: url(../img/sc3-before.png) no-repeat center;
    background-size: contain;
    -webkit-animation-name: floating;
    animation-name: floating;
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

.sc4 h2 {
    color: #333333;
    font-family: "Exo 2";
    font-size: 42px;
    font-weight: 700;
    margin-bottom: 40px;
}

.sc4 .wrapper {
    border-radius: 0 0 10px 10px;
    background-color: #fff2f2;
    margin: 10px 0;
}

.sc4 .wrapper-top {
    min-height: 230px;
    border-radius: 10px 10px 0 0;
    background-color: #333333;
}

.sc4 .wrapper-top1 {
    background: url(../img/sc4-wrapper1-bg.jpg) no-repeat center;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
}

.sc4 .wrapper-top2 {
    background: url(../img/sc4-wrapper2-bg.jpg) no-repeat center;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
}

.sc4 .wrapper-top3 {
    background: url(../img/sc4-wrapper3-bg.jpg) no-repeat center;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
}

.sc4 .time {
    color: #000000;
    font-family: "Exo 2" font-size: 14px;
    font-weight: 700;
}

.sc4 .time span {
    font-family: "Exo 2";
    color: #000000;
    font-size: 9px;
}

.sc4 .text {
    color: #000000;
    font-family: "Exo 2";
    font-size: 17px;
    font-weight: 400
}

.sc4 .wrapper-bottom {
    padding: 15px;
}

.youtube-silka,
.youtube-silka a {
    color: #e3000f;
    font-family: "Exo 2";
    font-size: 17px;
    font-weight: 400;
    text-align: center;
    text-decoration: underline;
}

.sc4 {
    position: relative;
}

.sc4:after {
    content: "";
    width: 258px;
    height: 205px;
    position: absolute;
    bottom: 0;
    background: url(../img/header-after.png) no-repeat center;
    background-size: contain;
    -webkit-animation-name: floating;
    animation-name: floating;
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    left: -100px;
}

footer .wrapper {
    border-radius: 10px;
    background-color: #f8f8f8;
    padding: 40px;
    min-height: 400px;
}

footer .fas {
    color: #e3000f;
    margin-right: 10px;
}

footer p,
footer p a {
    color: #333333;
    font-family: "Exo 2";
    font-size: 17px;
    font-weight: 400
}

footer h2 {
    color: #333333;
    font-family: "Exo 2";
    font-size: 42px;
    font-weight: 700;
    margin-bottom: 40px;
}

.footer-bottom {
    background-color: #f8f8f8;
    padding: 5px 0;
}

.footer-bottom .row {
    align-items: center;
}

.footer-bottom-social {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.right-content-mobile{
    display: none;
}
@media (min-width: 301px) and (max-width: 576px) {
    .padding-top {
        padding: 0;
    }
    .header .header-hero .header-hero-wrapper-bottom {
        margin-top: 50px;
    }
    .header .header-hero {
        background-size: cover;
        min-height: auto;
        padding: 107px 0 20px 0;
    }
    .header:after {
        content: "";
        width: 141px;
        height: 205px;
        position: absolute;
        bottom: -66px;
        background: url(../img/header-after.png) no-repeat center;
        background-size: contain;
        right: 0;
        -webkit-animation-name: floating;
        animation-name: floating;
        -webkit-animation-duration: 3s;
        animation-duration: 3s;
        -webkit-animation-iteration-count: infinite;
        animation-iteration-count: infinite;
    }
    section,
    footer {
        padding: 20px 0;
    }
    .sc1 h2,
    .sc2 .text1,
    .sc3 h2,
    .sc4 h2 {
        color: #333333;
        font-family: "Exo 2";
        font-size: 35px;
        font-weight: 700;
        text-align: center;
        margin-bottom: 20px;
    }
    .sc2 .text1 {
        margin-top: 0;
    }
    .sc3 .text {
        font-size: 16px;
    }
    .sc2 button {
        display: block;
        margin: 10px auto;
    }
    .sc1 .wrapper {
        box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
        border-radius: 10px;
        background-color: #f8f8f8;
        margin: 20px 0;
        padding: 10px 19px;
    }
    .sc1 .wrapper img {
        width: 50%;
    }
    .sc1:after,
    .sc2:after,
    .sc3:after,
    .sc4:after {
        content: none;
    }
    .sc3 .wrapper {
        margin: 10px 0;
    }
    footer br {
        display: none;
    }
    footer .wrapper {
        border-radius: 10px;
        background-color: #f8f8f8;
        padding: 20px;
        min-height: auto;
    }
    .header .header-hero .header-hero-wrapper-bottom .media {
        margin: 10px;
    }
    .sc1 .wrapper2 {
        transform: scale(1);
    }
    .sc3 .wrapper {
        min-height: auto;
    }
}

@media (min-width: 576px) and (max-width: 767.98px) {
    .sc3 .wrapper {
        min-height: auto;
    }
    .sc1 .wrapper2 {
        transform: scale(1);
    }
    .padding-top {
        padding: 0;
    }
    .header .header-hero .header-hero-wrapper-bottom {
        margin-top: 50px;
    }
    .header .header-hero {
        background-size: cover;
        min-height: auto;
        padding: 107px 0 20px 0;
    }
    .header:after {
        content: "";
        width: 141px;
        height: 205px;
        position: absolute;
        bottom: -66px;
        background: url(../img/header-after.png) no-repeat center;
        background-size: contain;
        right: 0;
        -webkit-animation-name: floating;
        animation-name: floating;
        -webkit-animation-duration: 3s;
        animation-duration: 3s;
        -webkit-animation-iteration-count: infinite;
        animation-iteration-count: infinite;
    }
    section,
    footer {
        padding: 20px 0;
    }
    .sc1 h2,
    .sc2 .text1,
    .sc3 h2,
    .sc4 h2 {
        color: #333333;
        font-family: "Exo 2";
        font-size: 35px;
        font-weight: 700;
        text-align: center;
        margin-bottom: 20px;
    }
    .sc2 .text1 {
        margin-top: 0;
    }
    .sc3 .text {
        font-size: 16px;
    }
    .sc2 button {
        display: block;
        margin: 10px auto;
    }
    .sc1 .wrapper {
        box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
        border-radius: 10px;
        background-color: #f8f8f8;
        margin: 20px 0;
        padding: 10px 19px;
    }
    .sc1 .wrapper img {
        width: 50%;
    }
    .sc1:after,
    .sc2:after,
    .sc3:after,
    .sc4:after {
        content: none;
    }
    .sc3 .wrapper {
        margin: 10px 0;
    }
    footer br {
        display: none;
    }
    footer .wrapper {
        border-radius: 10px;
        background-color: #f8f8f8;
        padding: 20px;
        min-height: auto;
    }
    .header .header-hero .header-hero-wrapper-bottom .media {
        margin: 31px;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .right-content-mobile{
    display: block;
}
    .header .header-hero .header-hero-wrapper-bottom .media {
        font-size: 13px;
    }
    .sc4 .wrapper-bottom {
        padding: 15px;
        min-height: 250px;
    }
    .sc3 .wrapper {
        min-height: auto;
    }
    .sc1 .wrapper2 {
        transform: scale(1);
    }
    .padding-top {
        padding: 0;
    }
    .header .header-hero .header-hero-wrapper-bottom {
        margin-top: 50px;
    }
    .header .header-hero {
        background-size: cover;
        min-height: auto;
        padding: 107px 0 20px 0;
    }
    .header:after {
        content: "";
        width: 141px;
        height: 205px;
        position: absolute;
        bottom: -110px;
        background: url(../img/header-after.png) no-repeat center;
        background-size: contain;
        right: 0;
        -webkit-animation-name: floating;
        animation-name: floating;
        -webkit-animation-duration: 3s;
        animation-duration: 3s;
        -webkit-animation-iteration-count: infinite;
        animation-iteration-count: infinite;
    }
    .sc4 .wrapper-top {
        min-height: 150px;
    }
    .sc4 .text {
        font-size: 15px;
    }
    .header .header-hero h2 {
        max-width: 300px;
    }
    section,
    footer {
        padding: 20px 0;
    }
    .sc1 h2,
    .sc2 .text1,
    .sc3 h2,
    .sc4 h2 {
        color: #333333;
        font-family: "Exo 2";
        font-size: 35px;
        font-weight: 700;
        text-align: center;
        margin-bottom: 20px;
    }
    .sc2 .text1 {
        margin-top: 0;
    }
    .sc3 .text {
        font-size: 16px;
    }
    .sc2 button {
        display: block;
        margin: 10px auto;
    }
    .sc1 .wrapper {
        box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
        border-radius: 10px;
        background-color: #f8f8f8;
        margin: 20px 0;
        padding: 10px 19px;
    }
    .sc1 .wrapper img {
        width: 50%;
    }
    .sc1:after,
    .sc2:after,
    .sc3:after,
    .sc4:after {
        content: none;
    }
    .sc3 .wrapper {
        margin: 10px 0;
    }
    footer br {
        display: none;
    }
    footer .wrapper {
        border-radius: 10px;
        background-color: #f8f8f8;
        padding: 20px;
        min-height: auto;
    }
    .header .header-hero .header-hero-wrapper-bottom .media {
        margin: 10px;
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .sc1:after,
    .sc2:after,
    .sc3:after,
    .sc4:after {
        content: none;
    }
}

@media (min-width: 1200px) {}