/* top_bar */  



/* Menu work*/

*{
    margin:0 ;
    padding:0;
    box-sizing: border-box;
    font-family: 'Poppins',sans-serif;

}
body{
    background: #fff;    
}

/* topbar media */
.bg-dark11{
    background: #000000;
    
}
.hadder_mb{
    background: #000;
    height: 70px;
    border-bottom:1px solid #292929;
}

.buttonspl {
padding: 10px 25px;
margin-top: 10px;
text-align: center;
cursor: pointer;
outline: none;
color: #000000;
background-color: #00ff00;
border: none;
border-radius: 500px;
box-shadow: 0  9px #999;
}

.buttonspl:hover {background-color: #00ffdd}

.buttonspl:active {
    background-color: #00ffdd;
    box-shadow: 0 5px #666;
    transform: translateY(4px);
}








@media all and (max-width:575px){    
    .hadder_mb{
      height: 150px;
    } 
}

.wrapper_mb{
    padding-top: 80px;
    margin: 0;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.wrapper_mb2{
    padding-top: 80px;
    margin: 0;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
@media all and (max-width:575px){    
    .wrapper_mb2{
        padding-top: 5px;
    }
}

.wrapper_mb .button_mb{
    height: 30px;
    width: 30px;
    float: left;
    margin: 0 5px !important;
    overflow: hidden;
    background: #fff;
    border-radius: 50px;
    cursor: pointer;
    box-shadow: 0px 2px 2px rgba(21, 253, 0, 0.425);
    transition: all 0.3s ease-out;
}
.wrapper_mb .button_mb:hover{
    width: 120px;
}
.wrapper_mb .button_mb .icon_mb{
    display: inline-block;
    height: 30px;
    width: 30px;
    text-align: center;
    border-radius: 50px;
    box-sizing: border-box;
    line-height: 30px;
    transition: all 0.3s ease-out;
}
.wrapper_mb .button_mb:nth-child(1):hover .icon_mb{
    background: #4267B2;
}
.wrapper_mb .button_mb:nth-child(2):hover .icon_mb{
    background: #00acee;
}
.wrapper_mb .button_mb:nth-child(3):hover .icon_mb{
    background: #e1306c;
}
.wrapper_mb .button_mb:nth-child(4):hover .icon_mb{
    background: #8c00ff;
}
.wrapper_mb .button_mb:nth-child(5):hover .icon_mb{
    background: #c4302b;
}
.wrapper_mb .button_mb .icon_mb i{
    font-size: 15px;
    line-height: 30px;
    transition: all 0.3s ease-out;
}
.wrapper_mb .button_mb .icon_mb .fa-facebook-f{
    color: #4267B2 ;
}
.wrapper_mb .button_mb .icon_mb .fa-twitter{
    color: #00acee ;
}
.wrapper_mb .button_mb .icon_mb .fa-instagram{
    color: #e1306c ;
}
.wrapper_mb .button_mb .icon_mb .fa-github{
    color: #8c00ff ;
}
.wrapper_mb .button_mb .icon_mb .fa-youtube{
    color: #c4302b ;
}
.wrapper_mb .button_mb:hover .icon_mb i{
    color: #fff;
}
.wrapper_mb .button_mb span{
    font-size: 14px;
    font-weight: 550;
    line-height: 30px;
    margin-left: 10px;
    transition: all 0.3s ease-out;
}
.wrapper_mb .button_mb:nth-child(1) span{
    color: #4267B2;
}
.wrapper_mb .button_mb:nth-child(2) span{
    color: #00acee;
}
.wrapper_mb .button_mb:nth-child(3) span{
    color: #e1306c;
}
.wrapper_mb .button_mb:nth-child(4) span{
    color: #8c00ff;
}
.wrapper_mb .button_mb:nth-child(5) span{
    color: #c4302b;
}



.center1{
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
    padding-right: 20px;
}
.outer1{
    position: relative;
    margin: 0 20px;
    background: #000;
}
.button1{
    margin:5px;
    height:40px;
    width: 200px;
    border-radius: 50px;
}
.button2{
    margin:5px;
    height:40px;
    width: 90px;
    border-radius: 50px;
}
.outer1 button, .outer1 span{
    position: absolute;
    top:50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.outer1 button{
    background: #000;
    color: #ffffff;
    outline: none;
    border: none;
    z-index: 9;
    letter-spacing: 1px;
    cursor: pointer;
}
.button1 button{
    height:35px;
    width: 195px;
    border-radius: 50px;
}
.button2 button{
    height:35px;
    width: 85px;
    border-radius: 50px;
}
.outer1 span{
    height: 100%;
    width: 100%;
    background: inherit;
}
.button1 span{
    border-radius: 50px;
}
.button2 span{
    border-radius: 50px;
}
.outer1:hover span{
    filter: blur(5px);
}
.outer1:hover{
    background: linear-gradient(#14ffe9, #ffeb3b, #ff00e0);
    animation: rotate 1.5s linear infinite;
}
@keyframes rotate{
    0%{
        filter: hue-rotate(0deg);
    }
    100%{
        filter: hue-rotate(360deg);
    }
}

.center2{
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
    padding: 20px;
}
.outer2{
    position: relative;
    margin: 0 20px;
    background: #000;
}
.circle2{
    margin:5px;
    height:150px;
    width: 150px;
    border-radius: 50%;
    transition: all 0.2s ease-in-out;
}
.outer2 button, .outer2 span{
    position: absolute;
    top:50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.outer2 button{
    background: #000;
    color: #ffffff;
    font-size: 20px;
    outline: none;
    border: none;
    z-index: 9;
    letter-spacing: 1px;
    cursor: pointer;
}
.outer2 button:hover{
    color: #00ff55;
}
.circle2 button{
    height:130px;
    width: 130px;
    border-radius: 50%;
    transition: all 0.2s ease-in-out;
}
.outer2 span{
    height: 100%;
    width: 100%;
    background: inherit;
}
.circle2 span{
    border-radius: 50%;
}
.outer2:hover span{
    filter: blur(5px);
}
.outer2 span{
    filter: blur(15px);
}
.outer2{
    background: linear-gradient(#14ffe9, #ffeb3b, #ff00e0);
    animation: rotate 1.5s linear infinite;
}
@keyframes rotate{
    0%{
        filter: hue-rotate(0deg);
    }
    100%{
        filter: hue-rotate(360deg);
    }
}





/* end of topbar media */

/* Tital logo Ribin */
.topmegabar1{
    background: #000000;  
}


.biit_textb{
    height: 200px;
    position: relative;
}
.biit_text{
    margin: 0;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);  
    padding: 5px; 
}
.biitlogo1{
    width: 200px;
    height: 190px;
    filter: drop-shadow(0px 0px 10px #ffffff) ;
    animation:rotate 3s linear ;
    transition: all 0.3s ease-in-out; 
    padding: 10px;
        
}

.test111111{
    background: linear-gradient(#14ffe9, #ffeb3b, #ff00e0);
    animation: rotate 1.5s linear infinite;
}
@keyframes rotate{
    0%{
        filter: hue-rotate(0deg);
    }
    100%{
        filter: hue-rotate(360deg);
    }
}



.show_mb{
    display: none;
}

@media all and (max-width:950px){
    .biit_btn{
        display: none;
    }
    .show_mb{
        display: block;
        background-color: #000000;
    }
    
}
@media all and (max-width:575px){
    
    .biit_textb{
        height: 100px;
        position: relative;
        padding: 10px;
    }
    .biit_text{
        margin: 0;
        position: absolute;
        top: 50%;
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);   
        padding: 50px;
    } 
    .biitlogo1{
        width: 130px;
        height: 120px; 
        margin-top: 10px;
        transition: all 0.5s ease-in-out;
    }   
    .circle2{
        margin:5px;
        height:100px;
        width: 100px;
        transition: all 0.5s ease-in-out;
    }
   
    .outer2 button{
        font-size: 12px;       
    }
    .circle2 button{
        height:90px;
        width: 90px;
        transition: all 0.5s ease-in-out;
    }    
}

/* end of Tital logo Ribin */


/* Menu bar*/
nav {
    background: #000;
    margin-bottom:0 !important ;
}
nav:after{
    content: '';
    clear: both;
    display: table;
}
nav .logo{
    float: left;
    color: white;
    font-size: 27px;
    font-weight: 600;
    line-height: 70px;
    padding-left: 60px;
}
nav ul{
    float: right;
    list-style: none;
    margin-right: 40px;
    position: relative;
}
nav ul li{
    float: left;
    background: #000;
    margin: 0 5px !important;
}
nav ul li a{
    color: #ffffff ;
    text-decoration: none;
    line-height: 70px;
    font-size: 15px;
    padding: 8px  15px;            
}
nav ul li a:hover{
    color:#00ffff !important;
    border-radius: 18px;
    box-shadow: 0 0 10px #33ffff,
                0 0 10px #66ffff;
}
nav  ul li a.active{
    color:#01ff70 ;
    border-radius: 18px;
    box-shadow: 0 0 10px #01ff70,
                0 0 10px #01ff70;
}
nav ul ul li a:hover{
    color: #00ffff;
    box-shadow:none;
}
nav ul ul li a.active{
    color: #01ff70 ;
    box-shadow:none;
}
nav ul ul{
    position: absolute;
    top: 90px;
    border-top: 3px solid #00ffff;
    opacity: 0;
    visibility: hidden;
    transition: top .3s;
}
nav ul ul ul{
    border-top: none;
}
nav ul li:hover > ul{
    top:70px;
    opacity: 1;
    visibility: visible;
}
nav ul ul li{
    position: relative;
    margin: 0px;
    float: none;
    display: list-item;
    border-bottom: 1px solid rgba(0,0,0,0.3);
}
nav ul ul li a{
    line-height: 40px;
}
nav ul ul ul li{
    position: relative;
    top: -70px;
    left: 230px;
}
.fa-chevron-circle-right{
    font-size: 15px;
    float: right;
    line-height: 40px;
    padding-right: 10px;
}
.showmb, .iconmb {
    display: none;
}


@media all and (max-width:992px){
    
    nav ul{
        margin-right: 0px;
        float: left;
    }    
    nav .logo{
        padding-left: 30px;
        width: 100%;
    }
    nav ul ul li {
        background: #1d1d1d ;
    }
    nav ul ul ul li {
        background: #222222 ;
    }   
    nav ul li, nav ul ul li{
        display: block;
        width: 100%;
    }
    nav ul ul{
        top: 70px;
        position: static;
        border-top: none;
        float: none;
        display: none;
        opacity: 1;
        visibility: visible;
    }
    nav ul ul ul li{
        position: static;
    }
    nav ul ul li{
        border-bottom: 0px;
    }
    nav ul ul a{
        padding-left: 40px;
    }
    nav ul ul ul a{
        padding-left: 80px;
    }
    .showmb{
        display: block;
        color: #ffffff;
        font-weight: 100 !important;
        font-size: 15px;
        padding: 0 15px;
        line-height:70px;
        cursor: pointer;
    }
    .submanu{
        padding-left: 40px;
    }
    .showmb:hover{
        color: #00ffff;
    }
    .iconmb{
        display: block;
        color: #ffffff;
        position: absolute;
        right: 40px;
        line-height: 70px;
        font-size: 25px;
        cursor: pointer;
    }
    nav ul li a:hover{
        box-shadow: none;
    }
    nav ul li .active{
        color:#01ff70;
        box-shadow: none !important;
    } 
    .showmb + a, ul{
        display: none;
    }
    [id^=btn]:checked + ul {
        display: block;
    } 
}

.main-footer11{
    background-color: #000000;
}
.brand_logo_Franchise_Reg {
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 0;
    opacity:0.1;
    display: block;
    margin-left: 25%;
    margin-right: auto;
    width: 50%;
}