	@import url("https://fonts.googleapis.com/css?family=Montserrat&display=swap");
	
	html,body
{
	width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
	background-color:white;
	position:relative;
	text-align:center;
}

button:focus {
    outline: none;  /* Removes the focus border */
}

/** MB VIEW (MOBILE) **/
.mb-desktop-inline-block{
	display:none;
}
.mb-desktoponly{
	display:none;
}
#mb-desktoponly{
	display:none;
}
.mb-mobile-inline-block{
	display:inline-block;
}
.mb-mobileonly{
	display:block;
}
#mb-mobileonly{
	display:block;
}

/** MB WRAPPER (MOBILE) **/

.mb-wrapper-100{
	width:100%;
}
.mb-wrapper-95{
	width:90%;
}
.mb-wrapper-90{
	width:90%;
}
.mb-wrapper-85{
	width:90%;
}
.mb-wrapper-80{
	width:90%;
}
.mb-wrapper-60{
	width:90%;
}
.mb-wrapper-50{
	width:90%;
}
.mb-wrapper-40{
	width:90%;
}
.mb-wrapper-30{
	width:90%;
}
.mb-wrapper-20{
	width:90%;
}
.mb-wrapper-screen{
	width:100%;
	height:100vh;
}

/** MB DIALOG**/
#mbdialog{
	display:none;
}
#mbdialog2{
	display:none;
}
#aboutdrop{
	display:none;
}
#aboutdrop2{
	display:none;
}

/** MB SECTION (MOBILE) **/
.mb-section-100{
	width:100%;
	margin:0 auto;
	padding:0;
	text-align:center;
}
.mb-section-95{
	width:90%;
	margin:0 auto;
	text-align:center;
}
.mb-section-90{
	width:90%;
	margin:0 auto;
	text-align:center;
}
.mb-section-85{
	width:90%;
	margin:0 auto;
	text-align:center;
}
.mb-section-80{
	width:90%;
	margin:0 auto;
	text-align:center;
}

/** MB PADDING (MOBILE) **/
.mb-nopadding{
	padding:0;
}
.mb-updown-padding-small{
	padding:5px 0;
}

.mb-updown-padding-medium{
	padding:10px 0;
}

.mb-updown-padding-large{
	padding:20px 0;
}

.mb-updown-padding-xlarge{
	padding:40px 0;
}

.mb-updown-padding-xxlarge{
	padding:40px 0;
}



.mb-all-padding-small{
	padding:5px;
}

.mb-all-padding-medium{
	padding:10px;
}

.mb-all-padding-large{
	padding:20px;
}

.mb-all-padding-xlarge{
	padding:40px;
}

.mb-all-padding-xxlarge{
	padding:40px;
}

/** MB MARGIN (MOBILE) **/
.mb-nomargin{
	margin:0;
}
.mb-updown-margin-auto{
	margin-top:auto;
	margin-bottom:auto;
}
.mb-leftright-margin-auto{
	margin-left:auto;
	margin-right:auto;
}
.mb-updown-margin-small{
	margin-top:5px;
	margin-botton:5px;
}

.mb-updown-margin-medium{
	margin-top:10px;
	margin-botton:10px;
}

.mb-updown-margin-large{
	margin-top:20px;
	margin-botton:20px;
}

.mb-updown-margin-xlarge{
	margin-top:40px;
	margin-botton:40px;
}

.mb-updown-margin-xxlarge{
	margin-top:40px;
	margin-botton:40px;
}


.mb-all-margin-auto{
	margin:auto;
}

.mb-all-margin-small{
	margin:5px;
}

.mb-all-margin-medium{
	margin:10px;
}

.mb-all-margin-large{
	margin:20px;
}

.mb-all-margin-xlarge{
	margin:40px;
}

.mb-all-margin-xxlarge{
	margin:40px;
}

/** MB POSITION (MOBILE/DESKTOP) **/
.mb-position-fixed{
	position:fixed;
}
.mb-position-relative{
	position:relative;
}
.mb-position-absolute{
	position:absolute;
}
.mb-position-sticky{
    position: -webkit-sticky; /* Safari */
    position: sticky; /* Modern browsers */
}

/** MB LINE HEIGHT (MOBILE) **/
.mb-line-height-1-5{
	line-height:1.5;
}
.mb-line-height-1-2{
	line-height:1.2;
}
.mb-line-height-1{
	line-height:1;
}
.mb-line-height-2{
	line-height:2;
}

/** MB SHADOW (MOBILE) **/
.mb-shadow-1{
	box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
}
.mb-shadow-2{
	box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}
.mb-shadow-3{
	box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
}
.mb-shadow-4{
	box-shadow: rgba(17, 12, 46, 0.15) 0px 48px 100px 0px;
}

/** MB BORDER RADIUS (MOBILE) **/
.mb-border-radius-5{
	border-radius:5px;
}
.mb-border-radius-10{
	border-radius:10px;
}
.mb-border-radius-15{
	border-radius:15px;
}
.mb-border-radius-20{
	border-radius:20px;
}
.mb-border-radius-25{
	border-radius:25px;
}
.mb-border-radius-50{
	border-radius:50px;
}
.mb-border-radius-circle{
	border-radius:50%;
}

/** MB BUTTON (MOBILE) **/
.mb-button{
	border:none;
	padding:15px;
}

/** MB CURSOR (MOBILE) **/
.mb-cursor:hover{
	cursor:pointer;
}
.mb-cursor-underline:hover{
	cursor:pointer;
	text-decoration:underline;
}

/** MB NO-BACKGROUND (MOBILE) **/
.mb-nobackground{
	background:none;
}
.mb-noborder{
	border:none;
}

/** MB FONT SIZE (MOBILE) **/
.mb-fontsize-xsmall{
	font-size:10px;
}
.mb-fontsize-small{
	font-size:12px;
}
.mb-fontsize-medium{
	font-size:14px;
}
.mb-fontsize-large{
	font-size:16px;
}
.mb-fontsize-xlarge{
	font-size:18px;
}
.mb-fontsize-xxlarge{
	font-size:20px;
}

.mb-fontsize-2xl{
	font-size:20px;
}
.mb-fontsize-3xl{
	font-size:25px;
}
.mb-fontsize-4xl{
	font-size:30px;
}


/** MB FONT PROPERTIES (MOBILE) **/
.mb-font-bold{
	font-weight:bold;
}
.mb-font-italics{ 
    font-style: italic;
}
.mb-font-underline{
	text-decoration: underline;
}

/** MB TEXT ALIGN (MOBILE) **/
.mb-textalign-left{
	text-align:left;
}
.mb-textalign-right{
	text-align:right;
}
.mb-textalign-center{
	text-align:center;
}
.mb-textalign-justify{
	text-align:justify;
}

.mb-center-child{
	display:flex;
	justify-content:center;
	place-items:center;
}

/** MB LOGO (MOBILE) **/
.mb-logo-long{
	max-width:240px;
}
.mb-logo-short{
	max-width:30px;
}

/** MB MENU (MOBILE) **/
.mb-menu-buttons-right{
	width:100%;
	padding:0;
	margin:0;
	text-align:right;
}
.mb-menu-buttons-right button{
	padding:30px 0;
	border:none;
	margin:0 20px;
	background:none;
}

.mb-menu-buttons-right button:hover{
	cursor:pointer;
	color:#729600;
    /** box-shadow: inset 0 -2px 0 0 #729600; **/
}

.mb-menu-buttons-left{
	width:100%;
	padding:0;
	margin:0;
	text-align:left;
}
.mb-menu-buttons-left button{
	padding:30px 0;
	border:none;
	margin:0 20px;
	background:none;
}

.mb-menu-buttons-left button:hover{
	cursor:pointer;
	color:#729600;
    /** box-shadow: inset 0 -2px 0 0 #729600; **/
}

.mb-leftnav-button-noicon{
	width:95%;
}

.mb-leftnav-button-icon-2{
	width:95%;
	display:grid;
	grid-template-columns:15% 85%;
}

.mb-leftnav-button-icon-3{
	width:95%;
	display:grid;
	grid-template-columns:15% 70% 15%;
}

.mb-navgroup-divider{
	width:80%;
}

.mb-menu-buttons-block{
	width:100%;
	padding:0;
	margin:0;
	text-align:center;
}
.mb-menu-buttons-block button{
	width:90%;
	padding:20px 0;
	border:none;
	margin:5px auto;
	background:none;
	text-align:left;
}
.mb-menu-buttons-block button:hover{
	cursor:pointer;
	color:#729600;
    box-shadow: inset 0 -3px 0 0 #729600;
}


/** MB MARQUEE (MOBILE) **/
.mb-marquee{
	width:98%;
	padding:15px 2px;
	margin:0 auto;
	font-size:14px;
}


/** MB TOPBAR (MOBILE) **/
.mb-topbar-style-1{
	width:100%;
	margin:0;
	padding:0;
	text-align:center;
}

.mb-topbar-style-2{
	width:100%;
	margin:0;
	padding:0;
	display:grid;
	grid-template-columns:15% 85%;
	text-align:left;
}

.mb-topbar-style-3{
	width:100%;
	margin:0;
	padding:0;
	display:grid;
	grid-template-columns:70% 30%;
	text-align:left;
}

.mb-topbar-style-4{
	width:100%;
	margin:0;
	padding:0;
	text-align:center;
}

/** MB NAVBAR (MOBILE) **/
.mb-navbar-style-1{
	width:100%;
	margin:0;
	padding:0;
	display:grid;
	grid-template-columns:40% 60%;
	text-align:left;
}

.mb-navbar-style-2{
	width:100%;
	margin:0;
	padding:0;
	display:grid;
	grid-template-columns:80% 20%;
	text-align:left;
}



/** MB SIDEBAR **/
.mb-navbar-style-1-mobile{
	display:none;
	width:60%;
	height:100vh;
	z-index:1000;
	position:fixed;
	top:0;
}

/** MB HOVER **/
.mb-hover-pointer:hover{
	cursor:pointer;
}
.mb-hover-pointer-shadow:hover{
	cursor:pointer;
	box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
}

/** MB HEADER (MOBILE) **/
.mb-header-style-1{
	width:100%;
	margin:0;
	padding:0;
	height:auto;
	display:flex;
	justify-item:center;
	place-items:center;s
}

/** MB CONTENT BOX (MOBILE) **/
/** Content box left starts here **/
.mb-content-box-left{
	width:100%;
	margin:0;
}

.mb-content-box-left-header-xlarge{
	width:95%;
	margin:5px 0;
	font-size:40px;
	text-align:left;
}
.mb-content-box-left-header-large{
	width:95%;
	margin:5px 0;
	font-size:35px;
	text-align:left;
}
.mb-content-box-left-header-medium{
	width:95%;
	margin:5px 0;
	font-size:30px;
	text-align:left;
}
.mb-content-box-left-header-small{
	width:95%;
	margin:5px 0;
	font-size:25px;
	text-align:left;
}

.mb-content-box-left-header-xsmall{
	width:95%;
	margin:5px 0;
	font-size:18px;
	text-align:left;
}

.mb-content-box-left-paragraph-xlarge{
	width:95%;
	margin:5px 0;
	font-size:20px;
	text-align:left;
}
.mb-content-box-left-paragraph-large{
	width:95%;
	margin:5px 0;
	font-size:18px;
	text-align:left;
}
.mb-content-box-left-paragraph-medium{
	width:95%;
	margin:5px 0;
	font-size:16px;
	text-align:left;
}
.mb-content-box-left-paragraph-small{
	width:95%;
	margin:5px 0;
	font-size:14px;
	text-align:left;
}
.mb-content-box-left-paragraph-xsmall{
	width:95%;
	margin:5px 0;
	font-size:12px;
	text-align:left;
}

.mb-content-box-left-meta-large{
	width:95%;
	margin:5px 0;
	font-size:12px;
	text-align:left;
}
.mb-content-box-left-meta-medium{
	width:95%;
	margin:5px 0;
	font-size:10px;
	text-align:left;
}
.mb-content-box-left-meta-small{
	width:95%;
	margin:5px 0;
	font-size:8px;
	text-align:left;
}
.mb-content-box-left-horizontal-20{
	width:15%;
	margin:10px 0;
	border:2px solid #729600;
}
.mb-content-box-left-horizontal-10{
	width:10%;
	margin:10px 0;
	border:2px solid #729600;
}

.mb-content-box-left-btns{
	width:100%;
	margin:0;
	text-align:left;
}
.mb-content-box-left-btn-background{
	padding:10px 15px;
	margin:5px;
	background-color:#729600;
	border:2px solid #729600;
}
.mb-content-box-left-btn-nobackground{
	padding:10px 15px;
	margin:5px;
	background:none;
	border:2px solid #729600;
}
.mb-content-box-left-btn-background:hover{
	cursor:pointer;
}

.mb-content-box-left-btn-nobackground:hover{
	cursor:pointer;
	background-color:#729600;
}


/** Content box center starts here **/
.mb-content-box-center{
	width:100%;
	margin:0;
	text-align:center;
}

.mb-content-box-center-header-xlarge{
	width:95%;
	margin:5px auto;
	font-size:40px;
	text-align:center;
}
.mb-content-box-center-header-large{
	width:95%;
	margin:5px auto;
	font-size:35px;
	text-align:center;
}
.mb-content-box-center-header-medium{
	width:95%;
	margin:5px auto;
	font-size:30px;
	text-align:center;
}
.mb-content-box-center-header-small{
	width:95%;
	margin:5px auto;
	font-size:25px;
	text-align:center;
}

.mb-content-box-center-header-xsmall{
	width:95%;
	margin:5px auto;
	font-size:18px;
	text-align:center;
}

.mb-content-box-center-paragraph-xlarge{
	width:95%;
	margin:5px auto;
	font-size:20px;
	text-align:center;
}
.mb-content-box-center-paragraph-large{
	width:95%;
	margin:5px auto;
	font-size:18px;
	text-align:center;
}
.mb-content-box-center-paragraph-medium{
	width:95%;
	margin:5px auto;
	font-size:16px;
	text-align:center;
}
.mb-content-box-center-paragraph-small{
	width:95%;
	margin:5px auto;
	font-size:14px;
	text-align:center;
}
.mb-content-box-center-paragraph-xsmall{
	width:95%;
	margin:5px auto;
	font-size:12px;
	text-align:center;
}
.mb-content-box-center-meta-large{
	width:95%;
	margin:5px 0;
	font-size:12px;
	text-align:center;
}
.mb-content-box-center-meta-medium{
	width:95%;
	margin:5px 0;
	font-size:10px;
	text-align:center;
}
.mb-content-box-center-meta-small{
	width:95%;
	margin:5px 0;
	font-size:8px;
	text-align:center;
}
.mb-content-box-center-btns{
	width:100%;
	margin:0;
	text-align:center;
}
.mb-content-box-center-btn-background{
	padding:10px 15px;
	margin:5px;
	background-color:#729600;
	border:2px solid #729600;
}
.mb-content-box-center-btn-nobackground{
	padding:10px 15px;
	margin:5px;
	background:none;
	border:2px solid #729600;
}
.mb-content-box-center-btn-background:hover{
	cursor:pointer;
}

.mb-content-center-left-btn-nobackground:hover{
	cursor:pointer;
	background-color:#729600;
}



/** MB COLUMN (MOBILE) **/
.mb-column-1{
	width:98%;
	margin:0 auto;
}
.mb-column-2{
	width:98%;
	margin:0 auto;
}
.mb-column-3{
	width:98%;
	margin:0 auto;
}
.mb-column-4{
	width:98%;
	margin:0 auto;
}
.mb-column-5{
	width:98%;
	margin:0 auto;
}

.mb-column-2-irregular-left{
	width:98%;
	margin:0 auto;
}
.mb-column-2-irregular-right{
	width:98%;
	margin:0 auto;
}

.mb-column-dashboard{
	width:100%;
	text-align:center;
}

/** MB NAVIGATIONS & MENU **/
.mb-sidenav-sticky{
	width:75%;
	height:100vh;
    position:fixed;
    top: 0; /* Adjust this value as needed */
    z-index: 1000; /* To ensure it stays above other content */
}

#mb-dashboard-navbar-mobile{
	display:none;
}



/** MB ELLIPSIS (MOBILE) **/
.mb-ellipsis-10{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 10; /* Limit to 4 lines */
    overflow: hidden;
    text-overflow: ellipsis;
}
.mb-ellipsis-9{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 9; /* Limit to 4 lines */
    overflow: hidden;
    text-overflow: ellipsis;
}
.mb-ellipsis-8{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 8; /* Limit to 4 lines */
    overflow: hidden;
    text-overflow: ellipsis;
}
.mb-ellipsis-7{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 7; /* Limit to 4 lines */
    overflow: hidden;
    text-overflow: ellipsis;
}
.mb-ellipsis-6{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 6; /* Limit to 4 lines */
    overflow: hidden;
    text-overflow: ellipsis;
}
.mb-ellipsis-5{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5; /* Limit to 4 lines */
    overflow: hidden;
    text-overflow: ellipsis;
}
.mb-ellipsis-4{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4; /* Limit to 4 lines */
    overflow: hidden;
    text-overflow: ellipsis;
}
.mb-ellipsis-3{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3; /* Limit to 3 lines */
    overflow: hidden;
    text-overflow: ellipsis;
}
.mb-ellipsis-2{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2; /* Limit to 2 lines */
    overflow: hidden;
    text-overflow: ellipsis;
}
.mb-ellipsis-1{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1; /* Limit to 1 line */
    overflow: hidden;
    text-overflow: ellipsis;
}


/** MB POST BOX (MOBILE) **/
.mb-post-box-column-2{
	width:100%;
	margin:15px auto;
	display:grid;
	grid-template-columns:35% 65%;
}
.mb-post-box-column-2 img{
	width:90%;
}

.mb-post-box-column-1{
	width:100%;
	margin:15px auto;
}
.mb-post-box-column-1-img{
	width:100%;
}
.mb-cover-on-hover-wrapper {
    width: 100%;
    position: relative;
}

.mb-cover-on-hover-overlap {
    position: absolute;
    width: 100%;
    top: 0;
    height: 99%;
    z-index: 900;
    background-color: rgba(0, 0, 0, 0.7);
    display: flex;
    justify-content: center;
    align-items: center; /* Center the content */
    text-align: center;
    opacity: 0; /* Initially invisible */
    visibility: hidden; /* Initially hidden */
    transition: opacity 0.5s ease-in-out, visibility 0.5s ease-in-out; 
}

.mb-cover-on-hover-wrapper:hover .mb-cover-on-hover-overlap {
    opacity: 1; /* Fade in */
    visibility: visible; /* Make it visible */
}
.mb-cover-on-hover button{
	border:none;
	padding:15px 25px;
}

/** MB USER DATA BOX (MOBILE) **/
.mb-user-data-column-2{
	width:100%;
	margin:15px auto;
	display:grid;
	grid-template-columns:15% 80%;
}
.mb-user-data-column-2 img{
	width:50px;
	height:50px;
}

.mb-user-data-column-3{
	width:100%;
	display:grid;
	grid-template-columns:25% 60% 15%;
}
.mb-user-data-column-3 img{
	width:40px;
	height:40px;
}

.mb-forum-data-column-2{
	width:100%;
	margin:15px auto;
	display:grid;
	grid-template-columns:12% 88%;
}
.mb-forum-data-column-2 img{
	width:40px;
	height:40px;
}


/** MB PROGRESS BAR (MOBILE)**/
.mb-progress-bar-1-wrapper{
	width:98%;
}
.mb-progress-bar-1-title{
	width:98%;
	text-align:left;
}
.mb-progress-bar-1-bar-outer{
	width:98%;
	background-color:#F3F3F3;
}
.mb-progress-bar-1-bar-inner{
	position:relative;
	background-color:#729600;
	display:grid;
	grid-template-columns:90% 10%;
}
.mb-progress-bar-1-bar-inner>div{
	width:100%;
	padding:3px 0;
	background-color:#729600;
}
.mb-progress-bar-1-bar-inner>span{
	display:inline-block;
	position:absolute;
	right:0;
	top:-15px;
	padding:10px 8px;
	background-color:#729600;
	width:25px;
	font-size:14px;
	text-align:center;
	font-weight:bold;
	color:#fff;
}
.mb-progress-bar-1-label-column{
  margin:20px 0;		
  display:grid;
  grid-template-columns:50% 50%;
}
.mb-progress-bar-1-label-left{
	text-align:left;
	padding:0;
	margin:0;
}
.mb-progress-bar-1-label-right{
	text-align:right;
	padding:0;
	margin:0;
}

.mb-progress-bar-2-wrapper{
	width:100%;
}

.mb-progress-bar-2-circle-outer{
    width: 150px;
    height: 150px;
    border-radius: 50%;
     position: relative;
}

.mb-progress-bar-2-circle-inner {
    content: '';
    width: 142px; /* Adjust this to change the inner circle size */
    height: 142px; /* Adjust this to change the inner circle size */
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
	display:flex;
	justify-content:center;
	place-items:center;
}
.mb-progress-bar-2-caption{
	width:100%;
	text-align:center;
}



/** MB SCROLLER (DESKTOP)**/
.mb-scroller-left{
	position:absolute;
	left:-20px;
	top:40%;
	z-index:999;
	border:none;
}

.mb-scroller-right{
	position:absolute;
	right:-20px;
	top:40%;
	z-index:999;
	border:none;
}

.mb-scroll-container{
    display: flex;
    overflow-x: scroll; /* Enable horizontal scrolling */
    scrollbar-width: none; /* Hide scrollbar for Firefox */
    -ms-overflow-style: none; /* Hide scrollbar for IE and Edge */
}

.mb-scroll-container::-webkit-scrollbar {
            display: none;
        }

/* Hide scrollbar for IE, Edge, and Firefox */
.mb-scroll-container {
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;  /* Firefox */
 }
 
.mb-scroll-container-item {
    flex: 0 0 auto; /* Ensure child elements don't shrink or grow */
    width:95%; /* Set a fixed width for child elements */
    margin:0 10px;
    background-color:yellow; /* Optional: Add background color */
    text-align: center; /* Optional: Center text */
	padding:0;
}

/** MB FOOTER (DESKTOP)**/
.mb-footer-1-wrapper{
	width:100%;
	text-align:center;
}
.mb-footer-1-column-80{
	width:80%;
}
.mb-footer-1-column-85{
	width:85%;
}
.mb-footer-1-column-90{
	width:90%;
}
.mb-footer-1-column-100{
	width:100%;
}

.mb-footer-1-box{
	width:98%;
	margin:10px 0;
	text-align:left;
}

.mb-footer-1-box-caption{
	width:90%;
	height:35px;
	text-align:left;
	margin-top:20px;
}
.mb-footer-1-box-caption h1,h2,h3,h4,h5,h6,p{
	width:100%;
	padding:0;
	margin:0;
}
.mb-footer-1-box-caption img{
	max-width:70%;
	margin-top:0;
	margin-top:0;
}
.mb-footer-1-box-paragraph{
	width:90%;
	text-align:left;
}


/** MB FLOATING CHAT (MOBILE)**/
.mb-floating-chat-button-1{
	position:fixed;
	bottom:25px;
	right:15px;
	padding:16px 18px;
	border:none;
	border-radius:30px 30px 10px 30px;
	font-size:25px;
}

/** MB FORM (DESKTOP) **/
.mb-form-wrapper{
	width:100%;
	text-align:center;
}

.mb-form-input-wrapper{
	width:100%;
	text-align:left;
}
.mb-form-input-wrapper label{
	display:inline-block;
}
.mb-form-input{
	width:100%;
}

.mb-form-input-half{
	width:100%;
}
.mb-form-input-noicon{
	width:100%;
}
.mb-form-input-noicon-half{
	width:100%;
}
.mb-form-input-icon{
	width:100%;
	display:grid;
	grid-template-columns:20% 80%;
}
.mb-form-input-icon-half{
	width:100%;
	display:grid;
	grid-template-columns:20% 80%;
}
.mb-form-input-icon button{
	width:100%;
	border-radius:4px 0 0 4px;
	border:none;
	box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
	background:none;
}
.mb-form-input-icon input{
	width:99%;
	border-radius:0 4px 4px 0;
	border:none;
	box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
	background:none;
	padding-left:5px;
}
.mb-form-input-icon input:focus {
    outline: none;
}


.mb-form-input-icon-half button{
	width:100%;
	border-radius:4px 0 0 4px;
	border:none;
	box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
	background:none;
}
.mb-form-input-icon-half input{
	width:99%;
	border-radius:0 4px 4px 0;
	border:none;
	box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
	background:none;
	padding-left:5px;
}
.mb-form-input-icon-half input:focus {
    outline: none;
}

.mb-form-input-noicon-half input{
	width:99%;
	border-radius:4px;
	border:none;
	box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
	background:none;
	padding-left:5px;
}
.mb-form-input-noicon-half input:focus {
    outline: none;
}

.mb-form-input-noicon-half select{
	width:100%;
	border-radius:4px;
	border:none;
	box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
	background:none;
	padding-left:5px;
}
.mb-form-input-noicon-half select:focus {
    outline: none;
}

.mb-form-input-noicon-half textarea{
	width:99%;
	min-height:120px;
	border-radius:4px;
	border:none;
	box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
	background:none;
	padding-left:5px;
}
.mb-form-input-noicon-half textarea:focus {
    outline: none;
}

.mb-form-input-noicon input{
	width:98%;
	border-radius:4px;
	border:none;
	box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
	background:none;
	padding-left:5px;
}
.mb-form-input-noicon input:focus {
    outline: none;
}

.mb-form-input-noicon select{
	width:99%;
	border-radius:4px;
	border:none;
	box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
	background:none;
	padding-left:5px;
}
.mb-form-input-noicon select:focus {
    outline: none;
}

.mb-form-input-noicon textarea{
	width:99%;
	min-height:120px;
	border-radius:4px;
	border:none;
	box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
	background:none;
	padding-left:5px;
}
.mb-form-input-noicon textarea:focus {
    outline: none;
}

.mb-form-input button{
	width:100%;
	border-radius:0;
	border:none;
	box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
	background:none;
}
.mb-form-input input{
	width:99%;
	border-radius:0;
	border:none;
	box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
	background:none;
	padding-left:5px;
}
.mb-form-input input:focus {
    outline: none;
}

.mb-form-input select{
	width:100%;
	border-radius:0;
	border:none;
	box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
	background:none;
	padding-left:5px;
}
.mb-form-input select:focus {
    outline: none;
}

.mb-form-input textarea{
	width:100%;
	min-height:120px;
	border-radius:0;
	border:none;
	box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
	background:none;
	padding-left:5px;
}
.mb-form-input textarea:focus {
    outline: none;
}

/** DIALOG SCREEN DISPLAY **/
#mb-login-dialog{
	display:none;
}
#feedback{
  display:none;
}
#reviewreply{
  display:none;
}

/** MB SEARCH BAR (MOBILE)**/

.mb-sidenav-search-1{
	width:95%;
	display:grid;
	grid-template-columns:15% 85%;
}

.mb-sidenav-search-1 input{
	width:95%;
	border:none;
	background:none;
}
.mb-sidenav-search-1 input:focus{
	outline:none;
}
.mb-sidenav-search-1 button{
	width:95%;
	border:none;
	background:none;
}

/** MB LIST STYLE **/
.mb-list-vertical-bottomborder{
	width:100%;
	list-style:none;
	text-align:left;
	margin:0;
	padding:0;
}

.mb-list-vertical-bottomborder li{
	box-shadow: rgba(27, 31, 35, 0.04) 0px 1px 0px, rgba(255, 255, 255, 0.25) 0px 1px 0px inset;
}


/** MB TABLE (MOBILE)**/
.mb-table-style1-3-col{
	width:98%;
	display:grid;
	grid-template-columns:30% 60% 10%;
	text-align:left;
}


/** MB LOADER **/
.mb-loader1  {
  animation: rotate 1s infinite;  
  height: 50px;
  width: 50px;
}

.mb-loader1:before,
.mb-loader1:after {   
  border-radius: 50%;
  content: '';
  display: block;
  height: 20px;  
  width: 20px;
}
.mb-loader1:before {
  animation: ball1 1s infinite;  
  background-color: #cb2025;
  box-shadow: 30px 0 0 #f8b334;
  margin-bottom: 10px;
}
.mb-loader1:after {
  animation: ball2 1s infinite; 
  background-color: #00a096;
  box-shadow: 30px 0 0 #97bf0d;
}

@keyframes rotate {
  0% { 
    -webkit-transform: rotate(0deg) scale(0.8); 
    -moz-transform: rotate(0deg) scale(0.8);
  }
  50% { 
    -webkit-transform: rotate(360deg) scale(1.2); 
    -moz-transform: rotate(360deg) scale(1.2);
  }
  100% { 
    -webkit-transform: rotate(720deg) scale(0.8); 
    -moz-transform: rotate(720deg) scale(0.8);
  }
}

@keyframes ball1 {
  0% {
    box-shadow: 30px 0 0 #f8b334;
  }
  50% {
    box-shadow: 0 0 0 #f8b334;
    margin-bottom: 0;
    -webkit-transform: translate(15px,15px);
    -moz-transform: translate(15px, 15px);
  }
  100% {
    box-shadow: 30px 0 0 #f8b334;
    margin-bottom: 10px;
  }
}

@keyframes ball2 {
  0% {
    box-shadow: 30px 0 0 #97bf0d;
  }
  50% {
    box-shadow: 0 0 0 #97bf0d;
    margin-top: -20px;
    -webkit-transform: translate(15px,15px);
    -moz-transform: translate(15px, 15px);
  }
  100% {
    box-shadow: 30px 0 0 #97bf0d;
    margin-top: 0;
  }
}

/** MB PROFILE IMAGE (DESKTOP) **/
.mb-profile-image-large{
	width:60px;
	height:60px;
}

.imagebox{
   width:100%;
   height:230px;
   background-size:cover;
   background-repeat:no-repeat;
}

.imagebox2{
   width:100%;
   height:280px;
   background-size:center;
   background-repeat:no-repeat;
}







 /* For desktop: */
@media only screen and (min-width: 768px) {
	
	html{
		scroll-behavior: smooth;
		  --scrollbarBG: #CFD8DC;
        --thumbBG: #90A4AE;
	}
	a{
		text-decoration:none;
	}
 
 body{
	margin:0;
	padding:0;
	overflow-x: hidden;
	background-color:white;
	text-align:center;
	position:relative;
	scrollbar-width: thin;
	scrollbar-color: var(--thumbBG) var(--scrollbarBG);
}

	body::-webkit-scrollbar {
	  width: 15px;
	}

	body::-webkit-scrollbar-track {
	  background: var(--scrollbarBG);
	}
	body::-webkit-scrollbar-thumb {
	  background-color: var(--thumbBG) ;
	  border-radius: 6px;
	  border: 3px solid var(--scrollbarBG);
	}

/** MB VIEW (DESKTOP) **/
.mb-desktop-inline-block{
	display:inline-block;
}
.mb-desktoponly{
	display:block;
}
#mb-desktoponly{
	display:block;
}
.mb-mobile-inline-block{
	display:none;
}
.mb-mobileonly{
	display:none;
}
#mb-mobileonly{
	display:none;
}
.smenu{
	display:none;
}

/** MB WRAPPER (DESKTOP) **/
.mb-wrapper-100{
	width:100%;
}
.mb-wrapper-95{
	width:95%;
}
.mb-wrapper-90{
	width:90%;
}
.mb-wrapper-85{
	width:85%;
}
.mb-wrapper-80{
	width:80%;
}
.mb-wrapper-60{
	width:60%;
}
.mb-wrapper-50{
	width:50%;
}
.mb-wrapper-40{
	width:40%;
}
.mb-wrapper-30{
	width:30%;
}
.mb-wrapper-20{
	width:20%;
}

.mb-wrapper-screen{
	width:100%;
	height:100vh;
}

/** MB SECTION (DESKTOP) **/
.mb-section-100{
	width:100%;
	margin:0 auto;
	text-align:center;
}
.mb-section-95{
	width:95%;
	margin:0 auto;
	text-align:center;
}
.mb-section-90{
	width:90%;
	margin:0 auto;
	text-align:center;
}
.mb-section-85{
	width:85%;
	margin:0 auto;
	text-align:center;
}
.mb-section-80{
	width:80%;
	margin:0 auto;
	text-align:center;
}

/** MB PADDING (DESKTOP) **/
.mb-updown-padding-small{
	padding:5px 0;
}

.mb-updown-padding-medium{
	padding:10px 0;
}

.mb-updown-padding-large{
	padding:20px 0;
}

.mb-updown-padding-xlarge{
	padding:40px 0;
}

.mb-updown-padding-xxlarge{
	padding:80px 0;
}


.mb-all-padding-small{
	padding:5px;
}

.mb-all-padding-medium{
	padding:10px;
}

.mb-all-padding-large{
	padding:20px;
}

.mb-all-padding-xlarge{
	padding:40px;
}

.mb-all-padding-xxlarge{
	padding:80px;
}

/** MB MARGIN (DESKTOP) **/
.mb-updown-margin-auto{
	margin-top:auto;
	margin-bottom:auto;
}
.mb-leftright-margin-auto{
	margin-left:auto;
	margin-right:auto;
}

.mb-updown-margin-small{
	margin-top:5px;
	margin-botton:5px;
}

.mb-updown-margin-medium{
	margin-top:10px;
	margin-botton:10px;
}

.mb-updown-margin-large{
	margin-top:20px;
	margin-botton:20px;
}

.mb-updown-margin-xlarge{
	margin-top:40px;
	margin-botton:40px;
}

.mb-updown-margin-xxlarge{
	margin-top:80px;
	margin-botton:80px;
}


.mb-all-margin-auto{
	margin:auto;
}
.mb-all-margin-small{
	margin:5px;
}

.mb-all-margin-medium{
	margin:10px;
}

.mb-all-margin-large{
	margin:20px;
}

.mb-all-margin-xlarge{
	margin:40px;
}

.mb-all-margin-xxlarge{
	margin:80px;
}

/** MB SHADOW (DESKTOP) **/
.mb-shadow-1{
	box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
}
.mb-shadow-2{
	box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}
.mb-shadow-3{
	box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
}
.mb-shadow-4{
	box-shadow: rgba(17, 12, 46, 0.15) 0px 48px 100px 0px;
}

/** MB BORDER RADIUS (DESKTOP) **/
.mb-border-radius-5{
	border-radius:5px;
}
.mb-border-radius-10{
	border-radius:10px;
}
.mb-border-radius-15{
	border-radius:15px;
}
.mb-border-radius-20{
	border-radius:20px;
}
.mb-border-radius-25{
	border-radius:25px;
}
.mb-border-radius-50{
	border-radius:50px;
}
.mb-border-radius-circle{
	border-radius:50%;
}
.mb-noborder{
	border:none;
}

/** MB BUTTON (DESKTOP) **/
.mb-button{
	border:none;
}
/** MB CURSOR (DESKTOP) **/
.mb-cursor{
	cursor:pointer;
}
/** MB ELEMENT FLOAT (DESKTOP) **/
.mb-btn-float-left{
	float:left;
}
.mb-btn-float-right{
	float:right;
}

/** MB NO-BACKGROUND (DESKTOP) **/
.mb-nobackground{
	background:none;
}
.mb-noborder{
	border:none;
}

/** MB FONT SIZE (DESKTOP) **/
.mb-fontsize-xsmall{
	font-size:10px;
}
.mb-fontsize-small{
	font-size:12px;
}
.mb-fontsize-medium{
	font-size:14px;
}
.mb-fontsize-large{
	font-size:16px;
}
.mb-fontsize-xlarge{
	font-size:18px;
}
.mb-fontsize-xxlarge{
	font-size:20px;
}

.mb-fontsize-2xl{
	font-size:20px;
}
.mb-fontsize-3xl{
	font-size:30px;
}
.mb-fontsize-4xl{
	font-size:40px;
}

/** MB FONT PROPERTIES (DESKTOP) **/
.mb-font-bold{
	font-weight:bold;
}
.mb-font-italics{ 
    font-style: italic;
}
.mb-font-underline{
	text-decoration: underline;
}

/** MB TEXT ALIGN (DESKTOP) **/
.mb-textalign-left{
	text-align:left;
}
.mb-textalign-right{
	text-align:right;
}
.mb-textalign-center{
	text-align:center;
}
.mb-textalign-justify{
	text-align:justify;
}
.mb-center-child{
	display:flex;
	justify-content:center;
	place-items:center;
}

/** MB LOGO (DESKTOP) **/
.mb-logo-long{
	max-width:300px;
}
.mb-logo-short{
	max-width:40px;
}

/** MB MENU (DESKTOP) **/
.mb-menu-buttons-right{
	width:100%;
	padding:0;
	margin:0;
	text-align:right;
}
.mb-menu-buttons-right button{
	padding:30px 0;
	border:none;
	margin:0 20px;
	background:none;
}

.mb-menu-buttons-right button:hover{
	cursor:pointer;
	color:#729600;
    box-shadow: inset 0 -2px 0 0 #729600;
}

.mb-menu-buttons-left{
	width:100%;
	padding:0;
	margin:0;
	text-align:left;
}
.mb-menu-buttons-left button{
	padding:30px 0;
	border:none;
	margin:0 20px;
	background:none;
}

.mb-menu-buttons-left button:hover{
	cursor:pointer;
	color:#729600;
    box-shadow: inset 0 -2px 0 0 #729600;
}

.mb-leftnav-button-noicon{
	width:95%;
}

.mb-leftnav-button-icon-2{
	width:95%;
	display:grid;
	grid-template-columns:15% 85%;
}

.mb-leftnav-button-icon-3{
	width:95%;
	display:grid;
	grid-template-columns:15% 70% 15%;
}

.mb-navgroup-divider{
	width:80%;
}



/** MB MARQUEE (DESKTOP) **/
.mb-marquee{
	width:98%;
	padding:15px 2px;
	margin:0 auto;
	font-size:14px;
}

/** MB TOPBAR (DESKTOP) **/
.mb-topbar-style-1{
	width:100%;
	margin:0;
	padding:0;
	display:grid;
	grid-template-columns:30% 40% 15% 15%;
	text-align:left;
}

.mb-topbar-style-2{
	width:100%;
	margin:0;
	padding:0;
	display:grid;
	grid-template-columns:10% 90%;
	text-align:left;
}

.mb-topbar-style-3{
	width:100%;
	margin:0;
	padding:0;
	display:grid;
	grid-template-columns:30% 30% 25% 15%;
	text-align:left;
}

.mb-topbar-style-4{
	width:100%;
	margin:0;
	padding:0;
	text-align:center;
}

/** MB NAVBAR (DESKTOP) **/
.mb-navbar-style-1{
	width:100%;
	margin:0;
	padding:0;
	display:grid;
	grid-template-columns:30% 70%;
	text-align:left;
}

.mb-navbar-style-2{
	width:100%;
	margin:0;
	padding:0;
	display:grid;
	grid-template-columns:70% 30%;
	text-align:left;
}


/** MB SIDEBAR **/
.mb-siderbar-slider-mobile{
	display:none;
}

/** MB HEADER (DESKTOP) **/
.mb-header-style-1{
	width:100%;
	margin:0;
	padding:0;
	height:auto;
}

/** MB CONTENT BOX (DESKTOP) **/
/** Content box left starts here **/
.mb-content-box-left{
	width:90%;
	margin:0;
}

.mb-content-box-left-header-xlarge{
	width:95%;
	margin:5px 0;
	font-size:80px;
	text-align:left;
}
.mb-content-box-left-header-large{
	width:95%;
	margin:5px 0;
	font-size:65px;
	text-align:left;
}
.mb-content-box-left-header-medium{
	width:95%;
	margin:5px 0;
	font-size:40px;
	text-align:left;
}
.mb-content-box-left-header-small{
	width:95%;
	margin:5px 0;
	font-size:25px;
	text-align:left;
}
.mb-content-box-left-header-xsmall{
	width:95%;
	margin:5px 0;
	font-size:20px;
	text-align:left;
}

.mb-content-box-left-paragraph-xlarge{
	width:95%;
	margin:5px 0;
	font-size:25px;
	text-align:left;
}
.mb-content-box-left-paragraph-large{
	width:95%;
	margin:5px 0;
	font-size:20px;
	text-align:left;
}
.mb-content-box-left-paragraph-medium{
	width:95%;
	margin:5px 0;
	font-size:18px;
	text-align:left;
}
.mb-content-box-left-paragraph-small{
	width:95%;
	margin:5px 0;
	font-size:16px;
	text-align:left;
}
.mb-content-box-left-paragraph-xsmall{
	width:95%;
	margin:5px 0;
	font-size:14px;
	text-align:left;
}

.mb-content-box-left-meta-large{
	width:95%;
	margin:5px 0;
	font-size:14px;
	text-align:left;
}
.mb-content-box-left-meta-medium{
	width:95%;
	margin:5px 0;
	font-size:12px;
	text-align:left;
}
.mb-content-box-left-meta-small{
	width:95%;
	margin:5px 0;
	font-size:10px;
	text-align:left;
}

.mb-content-box-left-horizontal-20{
	width:20%;
	margin:10px 0;
	border:2px solid #729600;
}

.mb-content-box-left-horizontal-10{
	width:10%;
	margin:10px 0;
	border:2px solid #729600;
}

.mb-content-box-left-btns{
	width:100%;
	margin:0;
	text-align:left;
}
.mb-content-box-left-btn-background{
	padding:15px 25px;
	margin:5px;
	background-color:#729600;
	border:2px solid #729600;
}
.mb-content-box-left-btn-nobackground{
	padding:15px 25px;
	margin:5px;
	background:none;
	border:2px solid #729600;
}
.mb-content-box-left-btn-background:hover{
	cursor:pointer;
}

.mb-content-box-left-btn-nobackground:hover{
	cursor:pointer;
	background-color:#729600;
}

/** Content box center starts here **/
.mb-content-box-center{
	width:90%;
	margin:0;
	text-align:center;
}
.mb-content-box-center-header-xlarge{
	width:95%;
	margin:5px auto;
	font-size:80px;
	text-align:center;
}
.mb-content-box-center-header-large{
	width:95%;
	margin:5px auto;
	font-size:65px;
	text-align:center;
}
.mb-content-box-center-header-medium{
	width:95%;
	margin:5px auto;
	font-size:40px;
	text-align:center;
}
.mb-content-box-center-header-small{
	width:95%;
	margin:5px auto;
	font-size:25px;
	text-align:center;
}
.mb-content-box-center-header-xsmall{
	width:95%;
	margin:5px auto;
	font-size:20px;
	text-align:center;
}

.mb-content-box-center-paragraph-xlarge{
	width:95%;
	margin:5px auto;
	font-size:25px;
	text-align:center;
}
.mb-content-box-center-paragraph-large{
	width:95%;
	margin:5px auto;
	font-size:20px;
	text-align:center;
}
.mb-content-box-center-paragraph-medium{
	width:95%;
	margin:5px auto;
	font-size:18px;
	text-align:center;
}
.mb-content-box-center-paragraph-small{
	width:95%;
	margin:5px auto;
	font-size:16px;
	text-align:center;
}

.mb-content-box-center-paragraph-xsmall{
	width:95%;
	margin:5px auto;
	font-size:14px;
	text-align:center;
}
.mb-content-box-center-meta-large{
	width:95%;
	margin:5px 0;
	font-size:14px;
	text-align:center;
}
.mb-content-box-center-meta-medium{
	width:95%;
	margin:5px 0;
	font-size:12px;
	text-align:center;
}
.mb-content-box-center-meta-small{
	width:95%;
	margin:5px 0;
	font-size:10px;
	text-align:center;
}
.mb-content-box-center-btns{
	width:100%;
	margin:0;
	text-align:center;
}
.mb-content-box-center-btn-background{
	padding:15px 25px;
	margin:5px;
	background-color:#729600;
	border:2px solid #729600;
}
.mb-content-box-center-btn-nobackground{
	padding:15px 25px;
	margin:5px;
	background:none;
	border:2px solid #729600;
}
.mb-content-box-center-btn-background:hover{
	cursor:pointer;
}

.mb-content-box-center-btn-nobackground:hover{
	cursor:pointer;
	background-color:#729600;
}



/** MB COLUMN (DESKTOP) **/
.mb-column-1{
	width:100%;
	text-align:center;
}
.mb-column-2{
	width:100%;
	display: grid;
    grid-template-columns: 50% 50%;
	text-align:center;
}
.mb-column-3{
	width:100%;
	display: grid;
    grid-template-columns: repeat(3, 1fr); /* Create 2 equal columns */
	text-align:center;
}
.mb-column-4{
	width:100%;
	display: grid;
    grid-template-columns: repeat(4, 1fr); /* Create 4 equal columns */
	text-align:center;
}
.mb-column-5{
	width:100%;
	display: grid;
    grid-template-columns: repeat(5, 1fr); /* Create 5 equal columns */
	text-align:center;
}
.mb-column-2-irregular-left{
	width:100%;
	display: grid;
    grid-template-columns: 30% 70%;
	text-align:center;
}
.mb-column-2-irregular-right{
	width:100%;
	display: grid;
    grid-template-columns: 70% 30%;
	text-align:center;
}

.mb-column-dashboard{
	width:100%;
	display: grid;
    grid-template-columns: 18% 82%;
	text-align:center;
}

/** MB NAVIGATIONS & MENU **/
.mb-sidenav-sticky{
	width:100%;
	height:100vh;
    position: -webkit-sticky; /* Safari */
    position: sticky; /* Modern browsers */
    top: 0; /* Adjust this value as needed */
    z-index: 1000; /* To ensure it stays above other content */
}

/** MB POST BOX (DESKTOP) **/
.mb-post-box-column-2{
	width:100%;
	margin:15px auto;
	display:grid;
	grid-template-columns:30% 70%;
}
.mb-post-box-column-2 img{
	width:90%;
}

.mb-post-box-column-1{
	width:100%;
	margin:15px auto;
}
.mb-post-box-column-1-img{
	width:100%;
}
.mb-cover-on-hover-wrapper {
    width: 100%;
    position: relative;
}

.mb-cover-on-hover-overlap {
    position: absolute;
    width: 100%;
    top: 0;
    height: 99%;
    z-index: 900;
    background-color: rgba(0, 0, 0, 0.7);
    display: flex;
    justify-content: center;
    align-items: center; /* Center the content */
    text-align: center;
    opacity: 0; /* Initially invisible */
    visibility: hidden; /* Initially hidden */
    transition: opacity 0.5s ease-in-out, visibility 0.5s ease-in-out; 
}

.mb-cover-on-hover-wrapper:hover .mb-cover-on-hover-overlap {
    opacity: 1; /* Fade in */
    visibility: visible; /* Make it visible */
}
.mb-cover-on-hover button{
	border:none;
	padding:15px 25px;
}

/** MB USER DATA BOX (DESKTOP) **/
.mb-user-data-column-2{
	width:100%;
	margin:15px auto;
	display:grid;
	grid-template-columns:15% 80%;
}
.mb-user-data-column-2 img{
	width:60px;
	height:60px;
}

.mb-user-data-column-3{
	width:100%;
	display:grid;
	grid-template-columns:25% 60% 15%;
}
.mb-user-data-column-3 img{
	width:45px;
	height:45px;
}

.mb-forum-data-column-2{
	width:100%;
	margin:15px auto;
	display:grid;
	grid-template-columns:8% 92%;
}
.mb-forum-data-column-2 img{
	width:45px;
	height:45px;
}


/** MB PROGRESS BAR (DESKTOP)**/
.mb-progress-bar-1-wrapper{
	width:100%;
}
.mb-progress-bar-1-title{
	width:100%;
	text-align:left;
}
.mb-progress-bar-1-bar-outer{
	width:100%;
	background-color:#F3F3F3;
}
.mb-progress-bar-1-bar-inner{
	position:relative;
	background-color:#729600;
	display:grid;
	grid-template-columns:90% 10%;
}
.mb-progress-bar-1-bar-inner>div{
	width:100%;
	padding:3px 0;
	background-color:#729600;
}
.mb-progress-bar-1-bar-inner>span{
	display:inline-block;
	position:absolute;
	right:0;
	top:-15px;
	padding:10px 8px;
	background-color:#729600;
	width:25px;
	font-size:14px;
	text-align:center;
	font-weight:bold;
	color:#fff;
}
.mb-progress-bar-1-label-column{
  display:grid;
  grid-template-columns:50% 50%;
}
.mb-progress-bar-1-label-left{
	text-align:left;
	padding:0;
	margin:0;
}
.mb-progress-bar-1-label-right{
	text-align:right;
	padding:0;
	margin:0;
}

.mb-progress-bar-2-wrapper{
	width:100%;
}

.mb-progress-bar-2-circle-outer{
    width: 150px;
    height: 150px;
    border-radius: 50%;
     position: relative;
}

.mb-progress-bar-2-circle-inner {
    content: '';
    width: 142px; /* Adjust this to change the inner circle size */
    height: 142px; /* Adjust this to change the inner circle size */
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
	display:flex;
	justify-content:center;
	place-items:center;
}
.mb-progress-bar-2-caption{
	width:100%;
	text-align:center;
}




/** MB SCROLLER (DESKTOP)**/
.mb-scroller-left{
	position:absolute;
	left:-20px;
	top:40%;
	z-index:999;
	border:none;
}

.mb-scroller-right{
	position:absolute;
	right:-20px;
	top:40%;
	z-index:999;
	border:none;
}

.mb-scroll-container{
    display: flex;
    overflow-x: scroll; /* Enable horizontal scrolling */
    scrollbar-width: none; /* Hide scrollbar for Firefox */
    -ms-overflow-style: none; /* Hide scrollbar for IE and Edge */
}

.mb-scroll-container::-webkit-scrollbar {
            display: none;
        }

/* Hide scrollbar for IE, Edge, and Firefox */
.mb-scroll-container {
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;  /* Firefox */
 }
 
.mb-scroll-container-item {
    flex: 0 0 auto; /* Ensure child elements don't shrink or grow */
    width:350px; /* Set a fixed width for child elements */
    margin-right:15px; 
	margin-left:10px;
    background-color:yellow; /* Optional: Add background color */
    text-align: center; /* Optional: Center text */
	padding:0;
}

/** MB FOOTER (DESKTOP)**/
.mb-footer-1-wrapper{
	width:100%;
	text-align:center;
}
.mb-footer-1-column-80{
	width:80%;
	display:grid;
	grid-template-columns:35% 20% 20% 25%;
}
.mb-footer-1-column-85{
	width:85%;
	display:grid;
	grid-template-columns:35% 20% 20% 25%;
}
.mb-footer-1-column-90{
	width:90%;
	display:grid;
	grid-template-columns:35% 20% 20% 25%;
}
.mb-footer-1-column-100{
	width:100%;
	display:grid;
	grid-template-columns:35% 20% 20% 25%;
}

.mb-footer-1-box{
	width:98%;
	margin:10px 0;
	text-align:left;
}

.mb-footer-1-box-caption{
	width:90%;
	height:60px;
	text-align:left;
	margin-top:0;
}
.mb-footer-1-box-caption h1,h2,h3,h4,h5,h6,p{
	width:100%;
	padding:0;
	margin:0;
}
.mb-footer-1-box-caption img{
	max-width:70%;
	margin-top:0;
	margin-top:0;
}
.mb-footer-1-box-paragraph{
	width:90%;
	text-align:left;
}

/** MB FLOATING CHAT (DESKTOP)**/
.mb-floating-chat-button-1{
	position:fixed;
	bottom:25px;
	right:15px;
	padding:18px 20px;
	border:none;
	border-radius:30px 30px 10px 30px;
	font-size:25px;
}

/** MB FORM (DESKTOP) **/
.mb-form-wrapper{
	width:100%;
	text-align:center;
}

.mb-form-input-wrapper{
	width:100%;
	text-align:left;
}
.mb-form-input-wrapper label{
	display:inline-block;
}
.mb-form-input-noicon{
	width:100%;
}
.mb-form-input-noicon-half{
	width:89%;
}
.mb-form-input-icon{
	width:96%;
	display:grid;
	grid-template-columns:10% 90%;
}
.mb-form-input-icon-half{
	width:92%;
	display:grid;
	grid-template-columns:20% 80%;
}
.mb-form-input-icon button{
	width:100%;
	border-radius:4px 0 0 4px;
	border:none;
	box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
	background:none;
}
.mb-form-input-icon input{
	width:99%;
	border-radius:0 4px 4px 0;
	border:none;
	box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
	background:none;
	padding-left:5px;
}
.mb-form-input-icon input:focus {
    outline: none;
}


.mb-form-input-icon-half button{
	width:100%;
	border-radius:4px 0 0 4px;
	border:none;
	box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
	background:none;
}
.mb-form-input-icon-half input{
	width:99%;
	border-radius:0 4px 4px 0;
	border:none;
	box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
	background:none;
	padding-left:5px;
}
.mb-form-input-icon-half input:focus {
    outline: none;
}

.mb-form-input-noicon input{
	width:93.5%;
	border-radius:4px;
	border:none;
	box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
	background:none;
	padding-left:5px;
}
.mb-form-input-noicon input:focus {
    outline: none;
}

.mb-form-input-noicon select{
	width:94%;
	border-radius:4px;
	border:none;
	box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
	background:none;
	padding-left:5px;
}
.mb-form-input-noicon select:focus {
    outline: none;
}

.mb-form-input-noicon textarea{
	width:93.5%;
	min-height:150px;
	border-radius:4px;
	border:none;
	box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
	background:none;
	padding-left:5px;
	text-align:left;
}
.mb-form-input-noicon textarea:focus {
    outline: none;
}

.mb-form-input-noicon-half input{
	width:99%;
	border-radius:4px;
	border:none;
	box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
	background:none;
	padding-left:5px;
}
.mb-form-input-noicon-half input:focus {
    outline: none;
}

.mb-form-input-noicon-half select{
	width:99%;
	border-radius:4px;
	border:none;
	box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
	background:none;
	padding-left:5px;
}
.mb-form-input-noicon-half select:focus {
    outline: none;
}



/** MB SEARCH BAR (DESKTOP)**/

.mb-sidenav-search-1{
	width:95%;
	display:grid;
	grid-template-columns:15% 85%;
}

.mb-sidenav-search-1 input{
	width:95%;
	border:none;
	background:none;
}
.mb-sidenav-search-1 input:focus{
	outline:none;
}
.mb-sidenav-search-1 button{
	width:95%;
	border:none;
	background:none;
}


/** MB SCREENSIZE (DESKTOP)**/

.mb-screensize-100{
	width:100%;
	height:100vh;
}

.mb-screensize-98{
	width:100%;
	height:96vh;
}


/** MB LIST STYLE **/
.mb-list-vertical-bottomborder{
	width:100%;
	list-style:none;
	text-align:left;
	margin:0;
	padding:0;
}

.mb-list-vertical-bottomborder li{
	box-shadow: rgba(27, 31, 35, 0.04) 0px 1px 0px, rgba(255, 255, 255, 0.25) 0px 1px 0px inset;
}


/** MB TABLE **/
.mb-table-style1-3-col{
	width:98%;
	display:grid;
	grid-template-columns:30% 60% 10%;
	text-align:left;
}

/** MB PROFILE IMAGE (DESKTOP) **/
.mb-profile-image-large{
	width:100px;
	height:100px;
}

.imagebox{
   width:100%;
   height:250px;
   background-size:cover;
   background-repeat:no-repeat;
}
.imagebox2{
   width:90%;
   height:300px;
   background-size:center;
   background-repeat:no-repeat;
}





}




