*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

/* html{
    scroll-behavior: smooth;
} */

body{
	font-family: 'Inter', sans-serif;
}

/* Start:Scrollbar Styling */
.main-sidebar-scroll-set::-webkit-scrollbar {
    width: 0px;
}
 
/* .main-sidebar-scroll-set::-webkit-scrollbar-track {
    background-color: #ebebeb;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.main-sidebar-scroll-set::-webkit-scrollbar-thumb{
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    background: #000;
    visibility: hidden; 
} */

.b-siderbar-innercontent::-webkit-scrollbar{
    width: 0px;
}
 
/* .b-siderbar-innercontent::-webkit-scrollbar-track {
    background-color: #ebebeb;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.b-siderbar-innercontent::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    background: #fff; 
    visibility: hidden;
} */
/* end:Scrollbar Styling */

.custom-container{
    overflow: hidden;
}

.side-bar{
    border: 1px solid #000;
    min-height: 99vh;
    height: 99vh;
    position: fixed;
    width: 360px;
    background: #fff;
    
}

.sidebar-header-part{
    padding: 30px;
    border-bottom: 1px solid #000;
}

.sidebar-header-part span{
    display: inline-block;
    float:right;
}

.sidebar-header-part span a{
    font-size: 25px;
    color: #000;
    position: relative;
    top: -5px;
}

.siderbar-inner-content{
    padding: 30px;
    margin-bottom: 207px;
}

.siderbar-inner-content p{
    font-size: 30px;
}

.siderbar-footer{
    padding: 30px;
    border-top: 1px solid #000;
}

.siderbar-footer a{
    display: block;
    width: 100%;
    color: #000;
    font-size: 22px;
}

.siderbar-footer a:nth-child(3){
    margin-top: 20px;
}

.card{
    border:none !important;
}

body.menu-open{
    overflow: hidden;
}

body.menu-open #body-overlay {
  transform: translateX(0);
}
body.menu-open .real-menu {
  right: 0;
}

.side-navs {
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    position: fixed;
    top: 0px;
    overflow: auto;
    width: 0px;
    min-height: 99vh;
    height: 99vh;
    background: #000;
}

.nav-left {
    width: 360px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.nav-content{
    display: flex;
    justify-content: space-between;
    padding: 30px 30px 0px;
}

.nav-content h3{
    color: #E8F93C;
    font-weight: 500;
}

.nav-content span{
    display: inline-block;
    float: right;
}

.nav-content span button{
    background-color: transparent;
    border:none;
}

.nav-content span button:focus{
    outline: none;
}

.nav-content span svg{
    color: #E8F93C;
    font-size: 25px;
}

.b-innerpoint{
    margin-top: 20px;
    margin-right: 30px;
}

.b-innerpoint span{
    color: #fff;
    font-weight: 500;
    font-size: 18px;
}

.b-innerpoint p{
    color: #fff;
    font-weight: 200;
    margin-bottom: 0;
}

.b-siderbar-innercontent{
    overflow: auto;
    height: 870px;
    padding: 0 0 30px 30px;
}

.mobile-navbar{
    display: none;
}

.navbar-fixed-top{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #fff;
    z-index: 999;
}

.mobile-navbar .sidebar-header-part button{
    background-color: transparent;
    color: #000;
    border: none;
} 

.mobile-navbar .sidebar-header-part button svg{
    font-size: 24px;
}

.mobile-navbar .sidebar-header-part button:focus{
    outline: none;
    box-shadow: none;
    background-color: transparent;
}

.modal button:focus{
    outline: none;
    box-shadow: none;
    background-color: #000;
}

.modal button:focus{
    outline: none;
    box-shadow: none;
    background-color: #000;
}

.modal button span{
    color: #fff;
}

.o-hidden{
    overflow: hidden;
    position: relative;
}

.close{
    opacity: 1;
}

.modal .modal-header h5{
    color: #e8f93c;
}

.mobile-close-side a{
    color: #000;
    padding: 10px;
    display: block;
}

.mobile-close-side a{
    display: none;
}

.accordion img{
    width: 100%;
}

.main-sidebar-scroll-set{
    overflow: auto;
    height: 870px;
}

.b-innerpoint h3{ 
    color: #e8f93c;
    font-size: 20px;
}

.b-innerpoint a{
    display: block;
    width: 100%;
    color: #fff;
}

.b-s-link{
    margin-top: 20px;
}

.overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: .5s ease;
    background: #623CF9;
mix-blend-mode: multiply;
}

.accordion .card{
    margin-bottom: 30px;
}

.accordion a{
    padding: 0;
    position: relative;
}

.accordion a:hover .overlay {
    opacity: 1;
}

.mobile-close-side a:focus{
    outline: none;
}

.mobile-close-side svg{
    position: absolute;
    right: 20px;
    font-size: 25px;
} 

.child-element img{
    width: 100%;
}

.img-u-tag{
    margin-top: 15px;
}

.img-u-tag span{
    display: inline-block;
    padding: 7px 30px;
    background-color: #E8F93C;
}

.img-u-tag span:last-child{
    display: inline-block;
    float: right;
    padding: 7px 0;
    background-color: transparent;
    
}

.smooth-transition{
    display: none;
    position: relative;
    right: -105%;
    margin-bottom: 115px;
}

.sub-inner-content{
    margin-top: 25px;
}

.sub-inner-content img{
    margin-bottom: 25px;
}

#blog-page a{
    color: #000;
}

#blog-page a svg{
    font-size: 24px;
    color: #000;
}

.carousel-control-prev svg, .carousel-control-next svg{
    color: #000;
    font-weight: 600;
    font-size: 20px;
}

.carousel-indicators li{
    width: 10px;
    height: 10px;
    border-radius: 50px;
    border: 1px solid #000;
    opacity: 1;
}

.carousel-indicators li.active{
    background-color: #000;
    border: 1px solid transparent;
    width: 13px;
    height: 13px;
    position: relative;
    top: -1px;
    border-radius: 50%;
}

.carousel-inner {
    margin-bottom: 50px;
}

.box-bottom-shadow{
    width: 730px;
    height: 200px;
    position: fixed;
    bottom: 0;
    background: url(../images/blur-4.png) no-repeat;
    z-index: 10;
}
 
/*.o-hidden::before{
    position: absolute;
    content: " ";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 9999;
}*/ 

 