.header1_head {
    position: relative;
    padding: 0px 0px 50px;
}

#container1 {
    position: absolute;
    margin: auto !important;
    top: 55px;
    bottom: 0;
    left: 0;
    right: 0;
    filter: url(#threshold) blur(0.6px) !important;
}

#text1,
#text2 {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    display: inline-block;
    font-size: 50px;
    font-weight: 700;
    text-align: center;
    user-select: none;
    color: #ffcf21;
    text-transform: uppercase;
}

.header_bg1 {
    overflow: hidden;
}

.header_bg1:before {
    content: "";
    background: linear-gradient(45deg, #302e3b, #5b5754d1);
}

.header_bg1:after {
    content: "";
    background: url(../images/content_bg.png);
    background-size: 100% 55%;
    position: absolute;
    width: 100%;
    height: 89%;
    z-index: 1;
    bottom: -235px;
}

/***********=========== HEADER PART START  =============**************/

/********======= FAQ PART START  ========*********/

.admin_bg {
    padding: 50px 0px;
}

.faq_bg1 .faq_tab {
    justify-content: space-between;
    margin: 0px 0px 0px 0px;
}

.faq_bg1 .faq_tab .nav-link {
    padding: 5px 15px;
    border-radius: 5px;
    outline: none;
    font-size: 15px;
    font-weight: 600;
    color: #585858;
    width: 100%;
    max-width: 100%;
    text-align: start;
    background: #ffffffc4;
    border: aliceblue;
    margin: 5px 0px 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.faq_bg1 .faq_tab .nav-link p {
    font-size: 11px;
    font-weight: 500;
    color: #585858;
    padding: 3px 0px 0px;
}

.faq_bg1 .faq_tab .nav-link.active {
    filter: drop-shadow(1px 0px 1px #d3e1fd);
    background-size: 100% 100% !important;
    border: none;
    background: radial-gradient(#1b1c65 29%, #040731);
    color: #ffcf21;
}

.faq_bg1 .faq_tab .nav-link.active img {
    filter: invert(1) brightness(13.5);
}

.faq_bg1 .faq_tab .nav-link img {
    max-width: 40px;
    display: block;
    margin: 5px !important;
}

.faq_bg1 .tab-content {
    position: relative;
    padding: 20px 20px 1px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    border-radius: 5px;
}

.faq_bg1 .head2 {}

.faq_bg1 .head2 h1 {
    color: #1b1c65;
    font-weight: 900;
    font-size: 22px;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.faq_bg1 .head2 h1 img {
    margin: -13px 4px 0px 0px !important;
    max-width: 42px;
}

.faq_bg1 .accordion {
    position: relative;
    z-index: 1;
}

.faq_bg1 .accordion-item {
    border: none;
    margin: 20px 0px 20px;
    padding: 10px 10px 5px;
    box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
}

.faq_bg1 .accordion-header {
    margin-bottom: 0;
    background: none;
}

.faq_bg1 .accordion-button {
    padding: 0px 0px 5px 0px;
    font-size: 16px;
    font-weight: 600;
    background: transparent;
    border-bottom: none;
    color: #424242;
    border: none !important;
    outline: none !important;
    box-shadow: unset !important;
    line-height: 29px !important;
}

.faq_bg1 .accordion-button span {
    background: #f4f4f4;
    background-size: 100% 100%;
    border: 1px dashed #26242d4d;
    padding: 4px;
    margin: 0px 8px 0px 0px;
    border-radius: 50%;
    color: #000000;
    font-size: 15px;
    font-weight: 500;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    display: none;
}

.faq_bg1 .accordion-button:not(.collapsed) {
    box-shadow: inset 0 -1px 0 rgb(0 0 0 / 13%);
}

.faq_bg1 .accordion-body {
    font-size: 13px;
    font-weight: 500;
    color: #424242;
    line-height: 24px;
    border-radius: 5px;
    margin: 5px 0px 0px 20px;
    border: none;
    padding: 10px;
}

.faq_bg1 .accordion-body a {
    color: #000000 !important;
    font-weight: 800;
}

.faq_bg1 .accordion-body a:hover {
    color: #fff;
}

.faq_bg1 .accordion-button:focus,
.faq_bg .accordion-button:active {
    box-shadow: unset;
}

.faq_bg1 .accordion-button::after {
    background-image: url(../images/open_img.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    width: 34px;
    height: 33px;
    transition: 1s;
}

.faq_bg1 .accordion-button:not(.collapsed)::after {
    background-image: url(../images/close_img.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    transform: rotate(0deg);
    transition: 1s;
}

/********======== FAQ PART END  ========**********/

/*****===== SUPPORT PART START  =====*****/

.support_list {
    margin: 20px 0px;
    text-align: center;
}

.support_bg .row {
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    padding: 20px;
    border-radius: 5px;
}

.support_list li {
    display: inline-block;
    width: 33%;
}

.support_level {
    margin: 20px auto 0px;
    background: #ffffff;
    padding: 20px;
    border-radius: 8px;
    transition: 0.6s;
    width: 100%;
    max-width: 400px;
    text-align: start;
}

.support_level a {
    color: #000;
}

.support_level i {
    float: left;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    margin: 0px 15px 0px 0px;
    border-radius: 5px;
    color: #ffcf21;
    background: radial-gradient(#0b0d3f, #1b1c65, #0b0d3f);
}

.support_level h3 {
    font-size: 17px;
    font-weight: 600;
    color: #17185a;
    padding: 0px 0px 0px 0px;
}

.support_level span {
    font-size: 13px;
    font-weight: 500;
    line-height: 24px;
    word-spacing: 2px;
    display: block;
    padding: 5px 0px 0px;
    color: #0b6d6d;
}

.support_imgs {
    overflow: hidden;
    width: 100%;
    max-width: 350px;
    padding: 30px 0px 0px;
    margin: auto;
}

.support_imgs img {}

.support_bg .form1 {
    margin: 20px 0px 0px;
}

.support_bg .form1 form {
    margin: 10px 0px 0px;
}

.support_bg .form1 h2 {
    font-size: 24px;
    font-weight: 600;
    color: #424242;
    text-transform: capitalize;
}

.support_bg .form1 h2 img {
    max-width: 30px;
    margin: 0px 7px 0px 0px !important;
}

.support_bg .form1 h3 {
    font-size: 15px;
    font-weight: 600;
    color: #17185b;
    padding: 8px 0px 0px 0px;
}

.support_bg .form_box {
    margin: 20px 0px;
    position: relative;
}

.support_bg .form_box i {
    font-size: 15px;
    color: #2224af;
    position: absolute;
    right: 10px;
    top: 16px;
}

/*****===== SUPPORT PART END  =====*****/

/*****===== LOGIN PART START  =====*****/

.login_bg {
    position: relative;
    overflow: hidden;
    background: url(../images/login_bg.png);
    background-size: 100% 100%;
    min-height: 100vh
}

.login_bg .log_top {
    padding: 25px 0px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    z-index: 1;
}

.login_bg .log_top .logo {
    max-width: 225px;
}

.login_bg .log_top .text_but {
    padding: 0px 0px 0px !important;
}

.login_bg .login {
    padding: 25px 0px;
    align-items: center;
}

.login_bg .ban_vid {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 66%;
    object-fit: cover;
    height: 100%;
}

.login_bg .head2 {
    padding: 0px 0px 15px 30px;
    position: relative;
    z-index: 1;
}

.login_bg .head2 h1 {
    font-size: 35px;
}

.login_bg .head2 h1:before {
    left: 2px;
}

.head2 p {
    font-size: 15px;
    font-weight: 400;
    padding: 20px 0px 0px;
}

.login_bg .social_icon {
    text-align: center;
    padding: 25px 0px;
    position: relative;
    z-index: 1;
}

.social_icon h5 {
    font-size: 16px;
}

.social_icon h6 {
    padding: 20px 0px 0px;
    font-size: 14px;
    font-weight: 500;
}

.social_icon h6 a {
    font-size: 16px;
    font-weight: 600;
    color: #090b3b;
    margin: 0px 0px 0px 10px;
    transition: 1s;
}

.social_icon h6 a:hover {
    color: #2224af;
    transition: 1s;
}

.social_icon .img1 {
    max-width: 50px;
    margin: 15px 10px 0px !important;
    transform: translateY(5px);
    transition: 1s;
}

.social_icon .img1:hover {
    transform: translateY(-5px);
    transition: 0.71s;
}

.login_bg .head2 {}

.login_bg .head2 p {
    color: #12121291;
    font-size: 13px;
    font-weight: 600;
    padding: 10px 0px;
    line-height: 23px;
}

.login_bg .step_img {
    position: absolute;
    bottom: -119px;
    max-width: 385px;
    transform: rotate(358deg);
    left: 57px;
}

.login_bg .globe_img {
    position: absolute;
    left: -162px;
    top: 38%;
    max-width: 300px;
}

.login_bg .hvr-bounce-to-right {
    color: #fff !important;
    font-weight: 600;
}

.error {
    background: radial-gradient(#191b62, #000000);
    font-size: 12px;
    font-weight: 400;
    color: #ffcf21;
    padding: 10px;
    border-radius: 5px;
    text-align: center;
    width: 100%;
}

.login_bg .bg_img1 {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 63%;
    height: 100%;
}

.login_bg .coin_img {
    position: relative;
    max-width: 430px;
    margin: auto !important;
}

/*****===== LOGIN PART END  =====*****/

/*****===== FORM PART START  =====*****/

.login_bg .form2 {
    background: transparent;
    margin: 0px auto 0px;
    padding: 5px 20px;
    position: relative;
    z-index: 1;
}

.form2 {
    max-width: 390px !important;
    margin: 25px auto 0px;
    width: 100%;
    padding: 20px;
    background: #eeedf0;
    border-radius: 8px;
    position: relative;
}

.form2 {
    margin: 30px 0px 0px;
}

.form2 .img1 {
    position: absolute;
    right: -220px;
    max-width: 230px;
    bottom: 0px;
}

.form2 .img2 {
    position: absolute;
    top: -39px;
    right: -53px;
    max-width: 195px;
    height: 121px;
}

.form2 .img3 {
    position: absolute;
    bottom: -39px;
    left: -53px;
    max-width: 195px;
    height: 121px;
}

.form2 h1 {
    font-size: 32px;
    margin: 0px 0px 30px;
    color: #fff;
    border-bottom: 1px dashed #ff292b;
    padding: 0px 0px 5px;
}

.form2 h1 span {
    color: #f33;
}

.form_box {
    margin: 12px 0px;
}

.form_box h3 {
    font-size: 13px;
    font-weight: 500;
    color: #585858;
    padding: 0px 0px 10px 0px;
    margin: 0px;
}

.form_box h4 {
    font-size: 15px;
    color: #ff292b;
    letter-spacing: 1px;
    position: relative;
}

.form_box h4 i {
    position: absolute;
    right: 8px;
    top: 16px;
    bottom: 0px;
    margin: auto;
    color: #2224af;
    font-size: 13px;
}

.inpts {
    background: #f8f3ff;
    border: none;
    padding: 12px;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 600;
    outline: none;
    width: 100%;
    color: #121212 !important;
    border: 1px solid #48464a24;
}

.inpts:focus~.line {
    width: 100%;
    transition: 0.8s;
}

.line {
    position: absolute;
    width: 0%;
    height: 2px;
    left: 0px;
    background: #2224af;
    bottom: 0px;
    right: 0px;
    margin: auto;
    transition: 0.5s;
}

.inpts1 input {
    width: 8%;
}

.inpts1 a {
    color: #000;
    font-weight: 600;
}

.form_but {
    text-align: center;
    padding: 20px 0px 0px;
}

.sbmt {
    border: none;
    padding: 8px 35px;
    border-radius: 5px;
    text-transform: capitalize;
    font-size: 14px;
    font-weight: 600;
    color: #ffffff !important;
    position: relative;
    transition: 1s;
    box-shadow: inset 0px 0px 0px 0px #fff;
    transform: translateY(0px);
    background: #2224af;
}

.sbmt:hover {
    transition: 1s;
    box-shadow: inset 420px 0px 0px 0px #dbe9ff;
    color: #000 !important;
    transform: translateY(-10px);
}

.form_select {
    padding: 8px;
    border-radius: 5px;
    margin: 10px auto;
}

.form_select h4 {}

/*****===== FORM PART START  =====*****/

/*****===== SIGNUP PART START  =====*****/

.signup .form2 {
    max-width: 100% !important;
    padding: 5px 0px 5px 25px !important;
}

.confirm_bg {}

.confirm_bg h1 {
    margin: auto;
}

.confirm_bg h5 {
    color: #3f4ffd;
    font-size: 16px;
    font-weight: 500;
}

.confirm_bg h5 span {
    color: #585858;
}

.confirm_bg .re_img {
    max-width: 370px;
    margin: 5px auto;
}

/*****===== SIGNUP PART END  =====*****/

/*****===== MEMBERS PART START  =====*****/

.members_bg {
    margin: 10px auto 20px;
    max-width: 850px;
    position: relative;
    overflow: hidden;
    background: url(../images/banner_bg1.png);
    background-attachment: fixed;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    border-radius: 5px;
    padding: 25px 20px;
}

.members_bg .head h1 {
    font-size: 36px;
    font-weight: 600;
    color: #ffcf21;
    width: 100%;
    text-align: center;
}

.members_bg .cert_text {
    text-align: start;
    padding: 20px 0px 9px;
}

.members_bg .cert_text img {
    max-width: 16px;
}

.members_bg .cert_text h3 {
    font-size: 13px;
    font-weight: 500;
    color: #ffffffde;
    line-height: 21px;
}

.members_bg .cert_text h3 i {
    margin: 0px 5px 0px;
    color: #ffcf21;
    font-size: 16px;
}

.members_bg .text_but {
    text-align: center;
}

.members_bg .text_but p {
    width: unset;
    position: unset;
    font-size: 14px;
    color: #fff;
}

/*****===== MEMBERS PART START  =====*****/

/*****===== EXTRA PAGE PART START  =====*****/

.dep_list {
    background: #ffffff;
    background-size: cover;
    background-position: center;
    border-radius: 6px;
    padding: 15px;
    margin: 10px auto 20px; 
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}

.list_item .text-dark {
    font-size: 14px;
    color: #9c959c !important;
}

.list_item .sbmt {
    padding: 5px 10px;
}

.dep_list h2 {
    color: #ffffff;
    font-size: 16px;
    font-weight: 500;
    background: linear-gradient(45deg, #009fdc, #00b081);
    padding: 10px;
    border-radius: 5px;
    margin: 0px 0px 10px;
}

.dep_list h2 span {
    float: right;
    color: #000;
    font-weight: 600;
}

.dep_list h3,
.dep_list h4 {
    background-color: #f4f4f4;
    border-radius: 5px;
    padding: 0px 10px;
    font-size: 13px;
    font-weight: 600;
    line-height: 40px;
    margin: 4px 0px;
    color: #424242;
}

.dep_list h3 img {
    max-width: 30px;
}

.dep_list h3 span,
.dep_list h4 span {
    float: right;
    color: #121212;
    font-weight: 600;
}

.dep_list h3 i,
.dep_list h4 i {
    color: #2224af;
    position: relative;
    top: 2px;
    margin: 0px 4px 0px 0px;
}

.dep_list h4 i {
    color: #26242d;
}

.dep_list h4 {
    background: #dbe9ff;
}

.dep_list h4 span {
    color: #2e2d38;
}

@media (max-width:1199px) {}

@media (max-width:991px) {
    .login_bg .bg_img1 {
        width: 58%;
    }
}

@media (max-width:767px) {
    .support_level {
        margin: 0px auto 0px;
        background: #ffffff;
        padding: 10px;
    }
    .support_list li {
        width: 100%;
    }
    .support_level i {
        width: 30px;
        height: 30px;
        font-size: 14px;
        margin: 0px 7px 0px 0px;
    }
    .support_level h3 {
        font-size: 13px;
    }
    .support_level span {
        font-size: 10px;
        line-height: 17px;
        padding: 0px 0px 0px;
        color: #0b6d6d;
    }
    .support_level {
        padding: 6px;
    }
    .login_bg .coin_img,
    .login_bg .bg_img1 {
        display: none;
    }
    .login_bg .hvr-bounce-to-right {
        color: #000 !important;
    }
    .login_bg .hvr-bounce-to-right:hover {
        color: #fff !important;
    }
}

@media (max-width:576px) {
    .admin_bg {
        padding: 25px 0px;
    }
    .header1_head {
        padding: 0px 0px 0px;
        height: 50px;
    }
    #text1,
    #text2 {
        font-size: 30px;
    }
    .faq_bg1 .faq_tab {
        margin: 0px 0px 30px 0px;
        z-index: 1;
        position: relative;
    }
    .faq_bg1 .faq_tab .nav-link img {
        max-width: 25px;
    }
    .faq_bg1 .faq_tab .nav-link {
        max-width: 49%;
        margin: 2px 0px 5px;
        font-size: 13px;
    }
    #container1 {
        top: 18px;
    }
    .faq_bg1 .head2 h1 img {
        margin: -13px 4px 0px 0px !important;
        max-width: 25px;
    }
    .faq_bg1 .accordion-button {
        font-size: 13px;
    }
    .faq_bg1 .head2 h1 {
        font-size: 13px;
    }
    .faq_bg1 .tab-content {
        padding: 20px 10px 1px;
    }
    .faq_bg1 .accordion-button::after {
        width: 25px;
        height: 20px;
    }
    .faq_bg1 .accordion-body {
        font-size: 11px;
        line-height: 21px;
        margin: 5px 0px 0px 2px;
        padding: 0px;
    }
    .support_bg .form1 h2 {
        font-size: 18px;
    }
    .support_list {
        margin: 0px 0px;
        text-align: center;
    }
    .support_bg .form_box {
        margin: 10px 0px;
    }
    .support_bg .form1 h3 {
        font-size: 12px;
        text-align: center;
        padding: 0px 0px 0px 0px;
    }
    .support_block {
        text-align: center !important;
        margin: 20px 0px 0px;
    }
    #filters {
        display: none;
    }
    .login_bg .log_top {
        padding: 15px 0px;
    }
    .login_bg .text_but .but {
        font-size: 12px;
        margin: 0px 1px;
        padding: 5px 10px;
    }
    .login_bg .head2 {
        padding: 0px 0px 0px 0px;
    }
    .login_bg .head2 h1 {
        font-size: 20px;
    }
    .login_bg .head2 p {
        font-size: 11px;
        padding: 10px 0px;
        line-height: 18px;
    }
    .form_box h3 {
        font-size: 11px;
        padding: 0px 0px 5px 0px;
    }
    .form_box h4 i {
        top: 12px;
        bottom: 0px;
        font-size: 10px;
    }
    .login_bg .log_top .logo {
        max-width: 100px;
    }
    .login_bg .social_icon {
        text-align: center;
        padding: 15px 0px;
    }
    .social_icon h5 {
        font-size: 13px;
    }
    .social_icon h6 {
        padding: 12px 0px 0px;
        font-size: 12px;
    }
    .social_icon h6 a {
        font-size: 13px;
        margin: 0px 0px 0px 10px;
    }
    .signup .form2 {
        max-width: 100% !important;
        padding: 0px 0px 0px 0px !important;
    }
    .form_box {
        margin: 8px 0px;
    }
    .dep_list {
        padding: 10px;
        margin: 5px auto 5px;
    }
    .dep_list h3,
    .dep_list h4 {
        padding: 0px 10px;
        font-size: 11px;
    }
    .members_bg .head h1 {
        font-size: 17px;
    }
    .members_bg .cert_text h3 {
        font-size: 11px;
    }
    .footer_bg {
        padding: 25px 0px 20px;
    }
}