@import url('//fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

body {

    font-size: 16px;
    color: #858585;
    font-family: 'Poppins', sans-serif;
}

a,
a:hover {
    text-decoration: none;
    transition: all 0.3s;
}

.header-top {
    background-color: #202020;
}
.collapse-menu button.close,.mobile-about-img {
    display: none;
}

.social-links {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
}

.social-links li a {
    padding: 10px;
    color: #fff;
    display: inline-block;
}

.social-links li a:hover span {
    color: #f37121;
}

.toggle-bar {
    display: none;
}

.logo-white {
    max-width: 100px;
    height: 100px;
    display: inline-block;
    position: absolute;
    top: -24px;
    left: 35px;
    z-index: 0;
}

.navigation-menu .logo {
    position: relative;
    height: 100%;
    width: 100%;
}

.navigation-menu .container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.navigation-menu .logo-white:after {
    content: "";
    position: absolute;
    top: -21px;
    right: 0;
    height: calc(100% + 35px);
    width: 100vw;
    background-color: #f37121;
    -webkit-transform: skew(20deg);
    -ms-transform: skew(20deg);
    transform: skew(20deg);
    z-index: -1;
}

.navigation-menu .logo-white img {
    right: 30%;
    position: relative;
}

.navigation-menu .menu-list {
    justify-content: flex-end;
}

.navigation-menu .menu-list li {
    line-height: 60px;
}

.navigation-menu .menu-list li a {
    padding: 15px 10px;
    display: inline-block;
    color: #000000;
    font-weight: 500;
}

.navigation-menu .menu-list li a:hover {
    color: #f37121;
}

/* slider css start*/
.swiper-fullscreen-slider .swiper-fullscreen-button {
    background-image: none;
    right: 40px;
}

.swiper-fullscreen-slider .swiper-fullscreen-button span {
    font-size: 28px;
    font-weight: 600;
    color: #fff;
}

.swiper-fullscreen-slider .swiper-fullscreen-button:focus {
    outline: none;
}

.swiper-fullscreen-slider .swiper-fullscreen-button:last-of-type {
    transform: rotate(-180deg);
    right: auto;
    left: 40px;
}

.swiper-fullscreen-slider .swiper-fullscreen-button .icon-play {
    color: #fff;
    font-size: 40px;
}

.location-detail {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}

.location-detail .location,
.location-detail .date {
    padding: 15px;
}

.location-detail .location ul li {
    color: #fff;
    font-weight: 300;
    margin-bottom: 5px;
}

.location-detail .location ul li:last-of-type {
    margin-bottom: 0;
}

.location-detail .location ul li span {
    margin-right: 5px;
}

.list-style ul li {
    font-weight: 300;
    margin-bottom: 10px;
    position: relative;
    padding-left: 18px; 
}

.list-style ul li:after {
    content: "";
    position: absolute;
    top: 12px;
    left: 0;
    width: 8px;
    height: 1px;
    background-color: #858585;
}

.sponsers-title {
    position: absolute;
    left: 65px;
    top: -55px;
}

ul.sponser-logo {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    height: 100%;
    position: relative;
}

ul.sponser-logo li {
    padding: 15px;
}

ul.sponser-logo li img {
    max-height: 75px;
}

.bg-banner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.bg-before:before {
    content: "";
    position: absolute;
    top: 0;
    right: -50px;
    width: 60%;
    height: 100%;
    background-color: rgb(243, 113, 33, 0.8);
    transform: skew(-14deg);
    z-index: -1;
}

.hover-img img:hover {
    transition: all 0.3s;
    filter: grayscale(50%);
}

.cycling {
    margin-top: -50px;
}

.swiper-testimonial-slider {
    padding-top: 50px;
}

.testimonial-box {
    padding: 20px 20px 50px 20px;
}

.testimonial-box .icon-left-quote {
    font-size: 40px;
    opacity: 0.6;
    margin-bottom: 10px;
    display: block;
}

.swiper-testimonial-slider .swiper-slide.swiper-slide-active {
    transform: translateY(-25px);
}

.swiper-testimonial-slider .swiper-slide.swiper-slide-active .testimonial-box {
    background-color: #f37121 !important;
}

.swiper-testimonial-slider .swiper-slide.swiper-slide-active .testimonial-box * {
    color: #fff;
}

.swiper-testimonial-slider .swiper-slide .user-name {
    margin-top: -35px;
}

.swiper-testimonial-slider .swiper-slide .avtar {
    width: 70px;
    height: 70px;
    border-radius: 100%;
    margin-bottom: 10px;
}

.swiper-supporter-slider,
.swiper-sponser-slider {
    padding-top: 15px;
    padding-bottom: 10px;
}

.swiper-sponser-slider .swiper-slide,
.swiper-supporter-slider .swiper-slide {
    height: auto;
}

.swiper-sponser-slider .sponser-logo,
.swiper-supporter-slider .sponser-logo {
    box-shadow: 0 0 15px rgba(0, 0, 0, .08);
    border: 1px solid rgba(221, 221, 221, 0.5);
    background-color: #ffffff;
    border-radius: 5px;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px 15px;
}

.swiper-supporter-slider .sponser-logo {
    padding: 10px 40px;
}

.blog-section .blog {
    background-color: #f3f3f5;
    box-shadow: 0 1px 5px #ddd;
}

.blog-section .blog * {
    color: #232323;
}

.blog-section .blog .blog-title {
    padding-left: 15px;
}

.blog-section .blog .blog-title .title {
    font-size: 14px;
    line-height: 20px;
}

.blog-section .blog .blog-content {
    display: flex;
    padding: 20px;
}

.filter-style {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 0;
    margin: 0;
    border-bottom: 1px solid #ddd;
}

.filter-style li {
    list-style-type: none;
}

.filter-style li a {
    color: #232323;
    border-right: 1px solid #ddd;
    padding: 15px 20px;
    display: inline-block;
}

.filter-style li.active a {
    background-color: #f37121;
    border-color: #f37121;
    color: #ffffff;
}

.footer-logo .logo img {
    width: 120px;
}

.footer-title {
    font-size: 24px;
    margin: 50px 0 35px 0;
}

footer .post-list li {
    margin-bottom: 15px;
}

.address-list li {
    margin-bottom: 10px;
    display: flex;
    align-items: center;
}

.address-list li [class*="icon"] {
    position: relative;
    top: -2px;
    margin-right: 12px;
    font-size: 22px;
}

.address-list li * {
    color: #fff;
    font-weight: 300;
}

.copyright {
    padding: 10px;
    background-color: #283139;
    text-align: center;
    margin-top: 50px;
}
.sponser-block-main {
    padding-top: 25px;
    max-height: 300px;
    overflow: hidden;  
}
.sponser-block:hover {
    -webkit-animation-play-state: paused;
    animation-play-state: paused
}
.sponser-block figure {
    width: 33.333333%;
    margin-right: 0!important;
    margin-left: 0!important;
    margin-bottom: 30px;
}
.sponser-block a {
    background-color: transparent;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
}
.sponser-block figure a:hover img{
	transform: scale(1.1, 1.1)
}
.sponser-block img {
    width: 100%!important;
    height: 45px;
    -o-object-fit: contain;
    object-fit: contain;
    transition: transform 0.4s;
}

.sponser-block {
    display: flex;
    flex-wrap: wrap;
}
.block-animation {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    -webkit-animation-duration: 40s;
    -webkit-animation-name: namesMove;
    animation-name: namesMove;
    animation-duration: 40s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
}

@-webkit-keyframes namesMove {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    100% {
        -webkit-transform: translateY(-750px);
        transform: translateY(-750px)
    }
}

@keyframes namesMove {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    100% {
        -webkit-transform: translateY(-750px);
        transform: translateY(-750px)
    }
}

@-webkit-keyframes namesMoveMobile {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    100% {
        -webkit-transform: translateY(-1380px);
        transform: translateY(-1380px)
    }
}

@keyframes namesMoveMobile {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    100% {
        -webkit-transform: translateY(-1380px);
        transform: translateY(-1380px)
    }
}