/** Generated by QuickPaging **/
.wrapper {
    background-color: #f6f6f6;
}

img.info-page {
    width: 100%;
    max-height: 650px;
    display: block;
}

.img-banner-mobile {
    display: none !important;
}

.page-banner {
    position: relative;
    overflow: hidden;
}

.over-banner-dark {
    position: absolute;
    bottom: 6px;
    transform-origin: 50% 50%;
    transform: translate(60% , 18%) rotate(28deg);
    border-radius: 35px;
    right: 0;
    width: 100%;
    height: calc(100% * 2) ;
    background: rgba(239,90,9,0.95);
    background: linear-gradient(97deg, rgba(239,90,9,0.95) 0%, rgba(239,90,9,0.95) 60%, rgba(239,90,9,0.95) 80%);
    z-index: 3;
}

.over-banner-light {
    position: absolute;
    bottom: 6px;
    transform-origin: 50% 50%;
    z-index: 2;
    transform: translate(56% , 10%) rotate(17deg);
    border-radius: 35px;
    right: 0;
    width: 100%;
    height: calc(100% * 2) ;
    background: rgba(239,90,9,0.4);
    background: linear-gradient(97deg, rgba(239,90,9,0.4) 0%, rgba(239,90,9,0.4) 60%, rgba(239,90,9,0.4) 80%);
}

.over-banner-content {
    z-index: 4;
    position: absolute;
    bottom: 6px;
    right: 0;
    width: 50%;
    height: 100%;
    display: grid;
    align-content: center;
    text-align: justify;
    line-height: 1.5;
}

.over-banner-content .content {
    margin: 0 auto;
    width: 60%;
}

.over-banner-dark .content {
    display: none;
    color: #ffffff;
    line-height: 1.7;
    text-align: justify;
}

.about-us-tabs {
    /*display: grid;*/
    /*grid-template-columns: repeat(5, 1fr);*/
    margin: 2em 1em;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.about-us-tab-item {
    text-align: center;
    flex: 1;
}

.about-us-tab-item:not(:last-child)::after  {
    content: "";
    width: 1px;
    height: 10px;
    /*background-color: #cccccc;*/
    border-left: 1px solid #cccccc;
}

.about-us-tab-item a {
    padding: 16px 8px;
    font-size: 1rem;
    display: inline-block;
    width: 90%;
    transition: all 0.2s;
    margin: 0.3em 0 0.3em 0.6em;
    border-radius: 32px;
    color:#444 !important;
}

.about-us-tab-item:hover a {
    background-color: #dddddd;
    color: #3f3f3f;
    cursor: pointer;
}

.about-us-tab-item a.active {
    background-color: #ff6f00;
    color: #fff !important;
}

.tab-content {
    text-align: center;
    margin: 5em auto !important;
    display: grid;
    align-content: center;
    justify-content: center;
}

.tab-content-item {
    text-align: justify;
    line-height: 2;
    font-size: 1rem;
}

.ads-box , .logos-set{
    display: flex;
    justify-content: flex-start;
    width: 80%;
    margin: 0 auto 3em;
}

.logos-set {
    flex-wrap: wrap;
}

.ads-item , .logos-item {
    max-height: 200px;
    margin: 0 3px;
    flex: 1;
    /*height: 100%;*/
}


.ads-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 15px;
}

.logos-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 6px;
}

.ads-box::-webkit-scrollbar {
    height: 10px;
    background: transparent;
}

.join-us , .logos{
    margin: 2em 0 1em;
    padding: 2em 0;
    border-radius: 80px;
    text-align: justify;
    line-height: 1.8;
}

.logos {
    background-color: #ffffff;
}


.section-title {
    font-size: 1.8em;
    text-align: center;
    font-weight: 600;
    margin-bottom: 1.8em;
}

.join-us-btn {
    color: #ffffff !important;
    width: fit-content;
    display: grid;
    border-radius: 50px !important;
    margin: 1.5em auto 0.5em;
    transition: 0.3s all;
}

.join-us-btn:hover {
    background-color: #fc4f05;
}

.scroll-to-bottom {
    display: none !important;
}

@keyframes shakescroll {
    0%   {top: 0px;}
    25%  {top: 5px;}
    50%  {top: 10px;}
    75%  {top: 5px;}
    100% {top: 1px;}
}


/**** Media Query ****/
@media screen and (max-width: 400px){
    .about-us-tab-item {
        flex: 0 0 100% !important;
    }
}

@media screen and (max-width: 680px){
    .scroll-to-bottom {
        display: inline-block !important;
        cursor: pointer;
        opacity: 1 !important;
        position: relative;
        top: 0;
        animation: shakescroll 1s infinite;
        border-radius: 20px;
        padding: 4px;
        border: 1px solid white;
    }

    .ads-box {
        width: 100%;
        overflow: scroll hidden;
        scroll-snap-type: x mandatory;
        -webkit-overflow-scrolling: touch;
    }

    .ads-item {
        scroll-snap-align: center;
        flex: 0 0 60%;
    }

    .logos-item {
        flex: 0 0 48%;
        margin: 2px;
    }

    .about-us-tab-item {
        flex: 0 0 50%;
    }

    .about-us-tab-item a {
        background-color: #dddddd;
    }

    .about-us-tab-item::after {
        display: none;
    }

    .info-page {
        border-radius: 0 0 32px 32px;
    }

    .over-banner-dark {
        position: unset;
        margin-top: -5em;
        padding: 5em 2em 2em;
        transform: unset;
        background: rgb(239,90,9);
    }

    .over-banner-dark h4 {
        text-align: center;
        font-weight: bold;
    }

    .over-banner-light {
        display: none;
    }

    .over-banner-content {
        display: none;
    }

    .over-banner-dark .content {
        display: block;
    }
}

@media screen and (max-width: 1000px){
    .info-page {
        border-radius: 0 0 32px 32px;
    }

    .img-banner-desktop {
        display: none !important;
    }

    .img-banner-mobile {
        display: block !important;
    }

    .over-banner-dark {
        position: unset;
        margin-top: -5em;
        padding: 5em 2em 2em;
        transform: unset;
        background: rgb(239,90,9);
    }

    .over-banner-dark h4 {
        text-align: center;
        font-weight: bold;
    }

    .over-banner-light {
        display: none;
    }

    .over-banner-content {
        display: none;
    }

    .over-banner-dark .content {
        display: block;
    }
}

@media screen and (min-width: 1991px) and (max-width: 2700px){
    .over-banner-light {
        transform: translate(55% , 10%) rotate(12deg);
    }

    .over-banner-dark {
        transform: translate(57% , 18%) rotate(20deg);
    }

    .over-banner-content .content {
        font-size: 1.3em;
    }
}

@media screen and (min-width: 2701px) and (max-width: 3000px){
    .over-banner-dark {
        transform: translate(55% , 23%) rotate(20deg);
    }

    .over-banner-light {
        transform: translate(55% , 14%) rotate(12deg);
    }

    .over-banner-content .content {
        font-size: 1.66em;
    }
}