:root {
    --accent: #ff4a17 !important;
    --primary-font: Poppins, sans-serif;
    --secondary-font: Open Sans, sans-serif;
}

@media screen and (min-width: 1200px) {
.cs-hero_title{
font-size: 80px !important
}
}
.cs-partner_logo {
    padding: 0px 20px;
    height: 55px;
    display: flex !important;
    align-items: center;
    justify-content: center;
}
.cs-partner_logo img {
    max-height: 100%;
    display: inline-block;
}
.cs-site_branding img {
    max-height: 70px;
}
.cs-text_widget img {
    height: 85px;
}
@media screen and (max-width: 767px) {
    .cs-video_block.cs-style1 {
        height: 300px;
    }
}
@media screen and (max-width: 575px) {
    .cs-hero.cs-style1 .cs-hero_title {
        font-size: 39px;
    }
    .cs-site_branding img {
    max-height: 50px;
}
    .cs-funfact_heading h2 {
        font-size: 34px;
    }
    .slick-dots li {
    margin: 0 3px;
    transform: scale(0.9);
}
    .cs-font_50 {
        font-size: 32px;
    }
    .cs-video_block.cs-style1 {
        height: 280px;
    }
}

@media screen and (max-width: 500px) {
    .cs-video_block.cs-style1 {
        height: 240px;
    }
}
@media screen and (max-width: 440px) {
    .cs-video_block.cs-style1 .cs-player_btn, .cs-video_block.cs-style1.cs-size1 .cs-player_btn {
        transform: translate(-50%, -50%) scale(.5);
    }
    .cs-video_block.cs-style1 {
        height: 210px;
    }
}
@media screen and (max-width: 370px) {
    .cs-video_block.cs-style1 {
        height: 180px;
    }
}
