
.header1_head{
    position: relative;
    padding: 50px 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: 80px;
    font-weight: 700;
    text-align: center;
    user-select: none;
    color: #fff;
    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: 10px 25px;
    border-radius: 5px;
    outline: none;
    font-size: 15px;
    font-weight: 600;
    color: #585858;
    width: 100%;
    max-width: 100%;
    text-align: start;
    background: #ffffffc4;
    border: 1px solid #3a38411a;
    margin: 5px 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: linear-gradient(45deg, #cebd95, #edd9a9);
    color: #121212;
}
.faq_bg1 .faq_tab .nav-link.active img{
    filter: invert(1) brightness(13.5);
}
.faq_bg1 .faq_tab .nav-link img{
    max-width: 20px;
    display: block;
    margin: 5px auto !important;
    float: right;
}
.faq_bg1 .tab-content{
    position:relative;
}
.faq_bg1 .head2{
    
    
}
.faq_bg1 .head2 h1{
    color: #121212;
    font-weight: 700;
    font-size: 18px;
}
.faq_bg1 .head2 h1 img{
    margin: -4px 4px 0px 0px !important;
}
.faq_bg1 .accordion{
    position: relative;
    z-index: 1;
}
.faq_bg1 .accordion-item {
    border: none;
    margin: 20px 0px 20px;
    padding: 10px 0px 5px;
    background: transparent;
    border-bottom: 1px solid #26242d4f;
}
.faq_bg1 .accordion-header {
    margin-bottom: 0;
    background: none;
}
.faq_bg1 .accordion-button {
    padding: 0px 0px 5px 0px;
    font-size: 17px;
    font-weight: 500;
    background: transparent;
    border-bottom: none;
    color: #121212;
    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: 600;
    color: #121212;
    line-height: 24px;
    background: #f4f4f4;
    border-radius: 5px;
    margin: 0px 0px 0px 0px;
    border: none;
    padding: 10px 38px 0px;
}
.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_bg1 .faq_imgs{
    position: absolute;
    top: -30px;
    right: -73px;
    max-width: 301px;
}
/********======== FAQ PART END  ========**********/

/********======== RULES PART START  ========**********/
.rules_bg{
    position: relative; 
    overflow:hidden;
}
.rules_bg .globe_img{
    position: absolute;
    max-width: 670px;
    bottom: 0px;
}
.rules_bg .img2{
    position: absolute;
    bottom: 1px;
    right: -289px;
    z-index:-1;
}
/********======== RULES PART END  ========**********/


/*****===== LOGIN PART START  =====*****/
.login_bg{
    position: relative;
    overflow: hidden;
    background: url(../images/login_bg.html);
    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: 100px;
    filter: drop-shadow(2px 4px 6px black);
}
.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: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 .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;
}
.error{
    background: radial-gradient(#595447, #3d3d4a);
    font-size: 13px;
    font-weight: 500;
    color: #fff;
    padding: 10px;
    border-radius: 5px;
    text-align: center;
    width: 100%;
}
/*****===== 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: #e3b955;
    font-size: 13px;
}
.inpts{
    background: #ffffff;
    border: none;
    padding: 12px;
    border-radius: 5px;
    font-size: 15px;
    font-weight: 600;
    color: #1325e7;
    outline: none;
    width: 100%;
    color: #121212 !important;
    font-family: 'Raleway' !important;
    border: 1px solid #48464a24;
}
.inpts:focus ~ .line{
    width: 100%;
    transition: 0.8s;
}
.line{
    position: absolute;
    width: 0%;
    height: 2px;
    left: 0px;
    background: #e6cf99;
    bottom: 0px;
    right: 0px;
    margin: auto;
    transition: 0.8s;
}
.inpts1 input{
    width: 8%;
}
.inpts1 a{
    color:#000;
    font-weight: 600;
}
.form_but{
    text-align:center;
    padding: 20px 0px 0px;
}
.sbmt{
    border: none;
    padding: 10px 35px;
    border-radius: 5px;
    text-transform: capitalize;
    font-size: 14px;
    font-weight: 700;
    color: #2c2525 !important;
    position: relative;
    transition: 1s;
    box-shadow: inset 0px 0px 0px 0px #000;
    transform: translateY(0px);
    background: linear-gradient(45deg, #e4cc94, #f2dfb4);
}
.sbmt:hover{
    transition: 1s;
    box-shadow: inset 420px 0px 0px 0px #26242d;  
    color:#fff !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  =====*****/

/*****===== SUPPORT PART START  =====*****/
.support_list{
    margin: 20px 0px;
    text-align: center;
}
.support_list li{
    display: inline-block;
    width: 33%;
}
.support_level{
    margin: 18px 0px 0px;
    background: #ffffff;
    padding: 20px;
    border-radius: 8px;
    transition: 0.6s;
    width: 100%;
    max-width: 345px;
    text-align: start;
}
.support_level i{
    float: left;
    width: 45px;
    height: 45px;
    background: #f4f4f4;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    margin: 0px 15px 0px 0px;
    border-radius: 5px;
    color: #e3b955;
}
.support_level h3{
    font-size: 17px;
    font-weight: 600;
    color: #121212;
    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: #545454bf;
}
.support_imgs{
    overflow: hidden;
    width: 100%;
    max-width: 471px;
    padding: 30px 0px 0px;
    position:relative;
}
.support_imgs:before{
    content: "";
    background: url(../images/smoke_img1.png);
    background-size: 100%;
    position: absolute;
    width: 100%;
    height: 200px;
    bottom: -103px;
}
.support_imgs{
    overflow: hidden;
    width: 100%;
    max-width: 471px;
    padding: 30px 0px 0px;
}
.support_imgs img{

}
/*****===== SUPPORT PART END  =====*****/

/*****===== EXTRA PAGE PART START  =====*****/
.dep_list{
    background: #ffffff;
    background-size: cover;
    background-position: center;
    box-shadow: 0px 0px 5px 0px #5f5f5f;
    border-radius: 6px;
    padding: 20px;
    margin: 10px auto 20px;
    max-width: 600px;
}
.list_item{
    /*margin:20px 0px 0px;*/
}
.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;
    font-family: 'Raleway' !important;
    color: #545454bf;
}
.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: #dfc588;
    position: relative;
    top: 2px;
    margin: 0px 4px 0px 0px;
}
.dep_list h4 i{
    color:#26242d;
}
.dep_list h4{
    background: linear-gradient(45deg, #e0c78c, #f3e1b7) !important;
}
.dep_list h4 span{
    color: #2e2d38;
}

.pagination {
    display: block !important;
    list-style: none;
    text-align: center;
    margin: 21px auto 0px;
    max-width: max-content;
    border-radius: 4px;
    padding: 0px 0px 0px 0px;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, .1), 0 2px 4px -1px rgba(0, 0, 0, .06);
    border: 1px solid #7e7b7b14;
}
.pagination li{
    display:inline-block;
}
.pagination li .disabled{
    color:#ff8a01;
    background: #454658;
    font-size: 16px;
    font-weight: 600;
}
.page-item.active .page-link {
    z-index: 3;
    color: #2e2d39 !important;
    background: #eed2a3 !important;
    border: none !important;
    font-size: 16px;
    font-weight: 600;
}
.page-item .page-link {
    position: relative;
    display: block;
    color: #fff;
    text-decoration: none;
    background: #d2d9e1;
    border: none;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.page-item:first-child .page-link, .page-item:last-child .page-link {
    color: #2e2d39;
    background: #ffffff;
}
.members_bg{
    box-shadow: 0px 0px 5px 0px #5f5f5f;
    margin: 10px auto 20px;
    max-width: 850px;
    position: relative;
    overflow: hidden;
    background: url(../images/cert_bg1.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    border-radius: 5px;
    padding: 25px 20px;
}
.members_bg .head h1 {
    font-size: 36px;
    font-weight: 400;
    color: #ffffff;
    width: 100%;
}
.members_bg .cert_text{
    display: grid;
    grid-template-columns: 4% 96%;
    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 .text_but{
    text-align:center;
}
.members_bg .text_but p {
     width: unset; 
    position: unset; 
  
}

 /*****===== EXTRA PAGE PART START  =====*****/
 
 

/*****===== RESPONSIVE PAGE PART START  =====*****/

@media (max-width:1199px){
    
    
    
}
@media (max-width:991px){
    
    .faq_bg1 .faq_imgs {
        display: none;
    }
    .faq_bg1 .faq_tab .nav-link {
        width: 24%;
    }
    .faq_bg1 .tab-content {
        margin: 30px 0px 0px;
    }
    .support_list li {
        width: 47%;
    }
    .login_bg .ban_vid {
        width: 53%;
    }
    
}
@media (max-width:767px){
    
    .faq_bg1 .faq_tab .nav-link img {
        max-width: 14px;
    }
    .faq_bg1 .faq_tab .nav-link {
        padding: 9px 9px;
        font-size: 15px;
        width: 24%;
    }
    .faq_bg1 .accordion-body {
        padding: 10px 6px 0px;
    }
    .support_list li {
        width: 100%;
    }
    .support_level {
        margin: 5px 0px 0px;
        width: 100%;
        max-width: 100%;
    }
    .login_bg .ban_vid {
        display: none;
    }
}
@media (max-width:576px){
    
    #text1, #text2{
       font-size: 28px; 
    }
    .header1_head{
        padding:0px;
    }
    .header_bg1:after{
        bottom:-144px;
    }
    .admin_bg{
        padding:25px 0px;
    }
    .faq_bg1 .faq_tab .nav-link {
        font-size: 10px;
        text-align: center;
    }
    .faq_bg1 .faq_tab .nav-link img{
        display:none;
    }
    .faq_bg1 .head2 h1 {
        font-size: 13px;
    }
    .faq_bg1 .accordion-button {
        padding: 0px 0px 0px 0px;
        font-size: 13px;
        line-height: 19px !important;
    }
    .faq_bg1 .accordion-item {
        margin: 10px 0px 10px;
    }
    .faq_bg1 .accordion-body {
        font-size: 10px;
    }
    .faq_bg1 .accordion-button::after {
        width: 30px;
        height: 28px;
    }
    .support_level {
        margin: 5px 0px 0px;
        padding: 12px;
    }
    .support_level i {
        width: 38px;
        height: 38px;
        font-size: 16px;
        margin: 0px 9px 0px 0px;
    }
    .support_level span {
        font-size: 9px;
        padding: 2px 0px 0px;
    }
    .header_bg1:after{
        display:none;
    }
    .login_bg .log_top .logo {
        max-width: 60px;
    }
    .login_bg .head2 {
        padding: 0px 0px 15px 0px;
    }
    .login_bg .head2 h1{
        font-size: 20px;
    }
    .login_bg .head2 p {
        font-size: 10px;
        line-height: 19px;
    }
    .login_bg .form2 {
        padding: 5px 5px !important;
    }
    .form_box {
        margin: 10px 0px;
    }
    .form_box h3 {
        font-size: 11px;
        padding: 0px 0px 5px 0px;
    }
    .form_box h4 i {
        top: 12px;
    }
    .sbmt {
        padding: 8px 20px;
        font-size: 11px;
    }
    .inpts {
        padding: 9px;
        font-size: 13px;
    }
    .social_icon .img1 {
        max-width: 35px;
        margin: 10px 10px 0px !important;
    }
    .support_imgs{
        padding:0px;
    }
    .dep_list {
        padding: 8px;
        margin: 0px auto 8px;
        max-width: 600px;
    }
    .dep_list h3, .dep_list h4 {
        padding: 0px 10px;
        font-size: 10px;
    }
    .dep_list h3 span, .dep_list h4 span {
        font-size: 10px;
    }
    .form_block{
        margin:5px 0px;
    }
    .page-item.active .page-link{
        font-size: 10px;
    }
}
 /*****===== RESPONSIVE PAGE PART END  =====*****/
 
 
 




