﻿.body__bg {
    background-color: #ffff;
    color: black !important;
}

.header_transparent {
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    z-index: 99;
    background-color: #ffff;
}

/*header css heer*/
.sticky-header.sticky {
    background: #ffff;
}

.footer_bottom {
    background: black;
}

.footer_contact_info_list span {
    color: #ffc107;
}

.faq_question_list {
    border: 2px solid #3e9c71;
}

    .faq_question_list .accordion-button::after {
        background: #031f8d;
    }

    .faq_question_list .accordion-button:not(.collapsed)::after {
        background: #031f8d;
    }

.section_title h2 span {
    color: #031f8d;
}

.section_title h2 {
    margin-bottom: 0;
    color: black;
}

.testimonial_section::before {
    background: #ffc107;
}

.btn.btn-link {
    background: #031f8d;
    /*width:140px;*/
    line-height:52px;
    height:52px;
    padding: 0 10px;
}

.upcoming_gaming_list {
    border: 4px solid #3e9c71;
    background: #808080;
}

.video_popup {
    background: #ffffff;
}

.about_title h5 {
    color: #ffc107;
}

    .about_title h5::before {
        background: #ffc107;
    }

.blog_content h3 {
    color: black !important;
}

.gaming_update_section {
    margin-bottom: 0px;
    background-color: gray;
}

.gaming_update_text h2 {
    color: #ffff !important;
}

.main_footer {
    background-color: black;
}

.main_footer_inner {
    margin-top: 68px;
    margin-bottom: 122px;
}

.counterup_text span {
    font-size: 18px;
    line-height: 35px;
    color: black;
}

.blog_details_content p{
    color: black !important;
}
 
.about_desc {
    margin-bottom: 40px;
}

.about_desc p {
    color: black;
}

h3 {
    font-size: 25px;
    line-height: 38px;
    font-weight: 700;
    color: black;
    text-transform: uppercase;
}

.main_menu nav > ul > li > a {
    display: inline-block;
    position: relative;
    font-weight: 700;
    font-size: 16px;
    line-height: 30px;
    text-transform: uppercase;
    color: black;
}

h2 {
    font-size: 55px;
    line-height: 72px;
    font-weight: 700;
    color: black;
    text-transform: uppercase;
}

.breadcrumbs_text ul li a {
    color: black;
}


.faq_question_list .accordion-button {
    border: 0;
    font-size: 25px;
    line-height: 28px;
    text-transform: uppercase;
    background: inherit;
    color: black;
    border-radius: 5px;
    text-align: left;
    font-weight: 700;
    padding: 0;
}

.faq_question_list {
    border: 2px solid #031f8d;
}


.frequently_desc p {
    color: black;
    /* line-height: 32px; */
}

.footer_menu ul li a {
    line-height: 40px;
    color: #ffff;
    display: inline-block;
}

.testimonial_section {
    padding: 124px 0 250px;
    margin-bottom: 125px;
    position: relative;
    background-color: #e1edf8;
}

.testimonial_desc p{
    color:black;
}

.blog-content {
    padding: 10px;
}
.faq_question_list .accordion-button::after {
    background-image: none;
    content: "";
    font-size: 11px;
    font-family: IcoFont !important;
    height: auto;
    -webkit-transform: none !important;
    transform: none !important;
    width: auto;
    transition: all 0.4s ease-out;
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -ms-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    color: #ffffff;
    width: 40px;
    height: 40px;
    background: #031f8d;
    line-height: 42px;
    border-radius: 50%;
    text-align: center;
    padding: 0;
}


.sing_up_btn .btn.btn-link {
    background: #031f8d;
    font-size: 16px;
    width: 126px;
    height: 51px;
    line-height: 52px;
}

@media only screen and (max-width: 575px) {
    .header_logo {
        width: 100%;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: justify;
        text-align: justify;
    }
}


@media only screen and (max-width: 767px) {
    .mobile-hide-btn {
        display: none !important;
    }
}

