.mainMenuIcons{
		margin-right: 10px;
    width: 20px;

}
nav.m-sidebar-navi {
    font-size: 14px;
}

.subMenuIcons {

    left: -4px;
	top:5px;
	
}
.m-open-icon {
    width: 35px;
    height: 35px;
    margin-top: 22px;
}



.m-social-media {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
    position: absolute;
    right: 20px;
    top: 25px;
}
.m-social-media span{
	width: 25px;
	height: 25px;
}
.m-social-media span img{
	width: 100%;
	filter: invert(1);
	opacity: 0.5;

}
.m-social-media span img:hover{
	opacity: 1;
}

@media screen and (max-width: 650px){
	.m-social-media{
		grid-template-columns: repeat(2, 1fr);
		top: 15px;
		right: 10px;
		gap: 5px;
}
.m-social-media span img{
	opacity: 0.3;
}
.m-logo .m-logo-desktop {
	width: 190px !important;
	margin: auto;
}
}

/*-------------------------------------------------------------------
[1. Fixed Body style]
*------------------------------------------------------------------*/
.m-body-fixed{
	position: fixed;
	width: 100%;
	height: 100%;
}
/*end of part 1----------------------------------------------------*/


/*-------------------------------------------------------------------
[2. Header]
*------------------------------------------------------------------*/

.headerSocial{
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-gap: 12px;
    position: absolute;
    right: 20px;
    top: 18px;
    list-style: none;
}
.headerSocial span{
    width: 25px;
    height: 25px;
}
.headerSocial span img{
    width:100%;
}

@media screen and (max-width: 1000px){
    .headerSocial{
        grid-template-columns: repeat(4, 1fr);}

    
    .headerSocial span:nth-child(2){
    display: none;
}
}
    @media screen and (max-width: 900px){
    .headerSocial{
            grid-template-columns: repeat(3, 1fr);

    }
    .headerSocial span:nth-child(3){
    display: none;
}
}
@media screen and (max-width: 600px){
    .headerSocial{
            grid-template-columns: repeat(2, 1fr);

    }
    .headerSocial span:nth-child(4){
    display: none;
}
}

.img.m-logo-desktop{
	width: 100%;
	height: auto;
}

.m-header{
	position: relative;
	z-index: 99;
	width: 100%;
    max-width: 1600px;
    margin: 0 auto;
	font-size: 1em;
	height: 80px;
	font-weight: 400;
background: #4e79de;
    background: whitesmoke;


	-webkit-box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.2);
	box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.2);

	-webkit-transition: top 300ms cubic-bezier(0.215, 0.610, 0.355, 1.000); 
	-moz-transition: top 300ms cubic-bezier(0.215, 0.610, 0.355, 1.000); 
	-o-transition: top 300ms cubic-bezier(0.215, 0.610, 0.355, 1.000); 
	transition: top 300ms cubic-bezier(0.215, 0.610, 0.355, 1.000); /* easeOutCubic */
}
.m-header a{
	color: #1d95d2;
}
.m-header.hide{
	top: -80px;
}
.m-toggle-sidebar{
	width: 80px;
	height: 80px;
	text-align: center;
	cursor: pointer;
	color: #FFF;
	background: var(--cGrad);
	float: left;
}
.m-toggle-sidebar i{
	position: absolute;
	left: 18px;
	top: 18px;
	-webkit-transition: transform 200ms cubic-bezier(0.215, 0.610, 0.355, 1.000); 
	-moz-transition: transform 200ms cubic-bezier(0.215, 0.610, 0.355, 1.000); 
	-o-transition: transform 200ms cubic-bezier(0.215, 0.610, 0.355, 1.000); 
	transition: transform 200ms cubic-bezier(0.215, 0.610, 0.355, 1.000); /* easeOutCubic */
}
.m-toggle-sidebar .m-open-icon{
	transform: scale(1);
}
.m-toggle-sidebar .m-close-icon{
	transform: scale(0);
}
.m-opened-sidebar .m-toggle-sidebar .m-open-icon{
	transform: scale(0);
}
.m-opened-sidebar .m-toggle-sidebar .m-close-icon{
	transform: scale(1);
}
.m-logo-box{
    height: auto;
    width:220px;
    position: absolute;
    left:calc(50% - 110px);
    display: block;
    margin: 5px auto;
}


.m-logo .m-logo-desktop{
	display: block;
	width: 100%;
	height: auto;
}
.m-logo .m-logo-name{
	display: inline-block;
	float: left;
	font-weight: 400;
	line-height: 30px;
	margin-left: 10px;
	padding-left: 10px;
	border-left: solid 1px #FFF;
}
.m-header-menu{
	display: inline-block;
	float: left;
}
.m-header-navigation, .m-header-navigation ul{
	list-style: none;
	padding: 0;
	margin:0;
}
.m-header-navigation > li{
	float: left;
	position: relative;
}
.m-header-navigation > li > a{
	vertical-align: middle;
	height: 60px;
	line-height: normal;
	color: #FFF;
	font-weight: 600;
	padding: 0 15px;
	text-decoration: none;
    position: relative;
}
.m-header-navigation > li > a .material-icons{
    vertical-align: middle;
    top: -1px;
    position: relative;
}
.m-header-navigation > li > a.active{
	box-shadow: inset 0 -2px 0 0 #fff;
}
.m-header-submenu{
	background-color: #fff;
	position: absolute;
	top: 100%;
	min-width: 100%;
	left: 0;
	-webkit-box-shadow: 2px 2px 20px 0px rgba(0,0,0,0.3);
	-moz-box-shadow: 2px 2px 20px 0px rgba(0,0,0,0.3);
	box-shadow: 2px 2px 20px 0px rgba(0,0,0,0.3);
	transform-origin: left top 0px;
	display: none;
	transition: -webkit-transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease,-webkit-transform .3s ease;
    -webkit-transform: scale(0);
    -khtml-transform: scale(0);
    transform: scale(0);
    -ms-box-shadow: 0 2px 4px 0 rgba(0,0,0,.16),0 2px 8px 0 rgba(0,0,0,.12);
    -o-box-shadow: 0 2px 4px 0 rgba(0,0,0,.16),0 2px 8px 0 rgba(0,0,0,.12);
    box-shadow: 0 2px 4px 0 rgba(0,0,0,.16), 0 2px 8px 0 rgba(0,0,0,.12);
    -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0, M12=0, M21=0, M22=0, SizingMethod='auto expand')";
    filter: progid:DXImageTransform.Microsoft.Matrix( M11=0, M12=0, M21=0, M22=0, SizingMethod='auto expand');
}
.m-header-submenu.m-extra-menu{
	width: 280px;
}
.m-extra-menu a{
	display: block;
	width: 50%;
	float: left;
	height: 80px;
	text-align: center;
	border-bottom:solid 1px #EEE;
	padding: 15px 0;
	color: #333 !important;
}
.m-extra-menu a:hover{
	background-color: #f2f2f2;
	text-decoration: none;
}
.m-extra-menu a span{
	display: block;
}
.m-extra-menu a:nth-child(odd){
	border-right: solid 1px #EEE;
}
.m-header-submenu.m-notify-list{
	width: 360px;
}

.m-header-submenu.m-phone-numbers{
	padding: 20px;
    text-align: center;
    width:250px;
}

.m-phone-numbers a{
    text-decoration: none;
    color: inherit;
    
}
.m-phone-numbers p{
    margin: 0;
}
.m-notify-number {
    width: 12px;
    height: 12px;
    border: 1px solid #ffffff;
    background: red;
    border-radius: 10px;
    font-size: 10px;
    text-align: center;
    font-weight: 600;
    position: absolute;
    top: 10px;
    left: 5px;
    line-height: 10px;
    z-index: 9;
}
.m-notify-message{
        padding: 20px;
    border-bottom: 2px solid #e9e9e9;

}
.m-notify-message:last-child{
    border-bottom: none;
}

.m-urgent {
    background: red;
    color: #ffffff;
    border-bottom: none;
}

.m-notify-divider{
    width:100%;
    height: 2px;
    border-top:1px solid #f9f9f9;
    background-color: #d8d8d8;
    margin: 20px 0;
}

.m-notify-tab .nav{
	margin-bottom: 15px;
	border-bottom: solid 1px #eee;
}
.m-notify-tab .nav li{
	display: inline-block;
	float: left;
	width: auto;
	border-left: none !important;
	margin-right: 20px;
}
.m-notify-tab .nav li a:hover{
	background-color: transparent;
	border-bottom: solid 1px #9D50BB;
}
.m-notify-tab .nav li a{
	padding: 6px 0;
	font-weight: 500;
	font-size: 16px;
}
.m-notify-tab .nav li a.active{
	border-bottom: solid 1px #9D50BB;
	color: #9D50BB;
}
.m-header-submenu ul li{
	display: block;
	width: 100%;
}
.m-header-submenu ul li a{
	display: block;
	text-decoration: none;
	padding: 10px 15px;
	color: #444;
	white-space: nowrap;
}
.m-header-submenu ul li a:hover{
	background-color: #EEE;
}
.m-header-submenu.active{
	-webkit-transform: scale(1);
    -khtml-transform: scale(1);
    transform: scale(1);
    -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=1, M12=0, M21=0, M22=1, SizingMethod='auto expand')";
    filter: progid:DXImageTransform.Microsoft.Matrix( M11=1, M12=0, M21=0, M22=1, SizingMethod='auto expand');
}
.m-header-right {
    display: inline-block;
    float: right;
    right: 0;
    width: 35px;
}
.m-header-right.m-with-seperator .m-header-navigation li{
	border-left: solid 1px rgba(0,0,0,0.05);
	height: 60px;
}


.m-header-right .m-header-navigation .m-header-submenu{
	transform-origin: right top 0px;
	left: auto;
	right: 0;
}
.m-user-avatar{
	display: block;
	width: 32px;
	height: 32px;
	border-radius:100%;
	overflow: hidden;
}
.m-search-bar{
	position: absolute;
	width: 100%;
	height: 60px;
	top: -70px;
	left: 0;
	background: #DC2424;
	background: -webkit-linear-gradient(to right, #1d95d2, #DC2424);
	background: linear-gradient(to right, #1d95d2, #DC2424);


	-webkit-transition: top 200ms cubic-bezier(0.215, 0.610, 0.355, 1.000); 
	-moz-transition: top 200ms cubic-bezier(0.215, 0.610, 0.355, 1.000); 
	-o-transition: top 200ms cubic-bezier(0.215, 0.610, 0.355, 1.000); 
	transition: top 200ms cubic-bezier(0.215, 0.610, 0.355, 1.000); /* easeOutCubic */
}
.m-search-bar.active{
	top: 0;
}
.m-search-form{
	max-width: 1160px;
	width: 100%;
	height: 40px;
	margin: 10px auto;
	display: block;
	font-size: 14px;
	position: relative;
}
.m-search-input-wrapper{
	left: 20px;
	top: 0;
	right: 
		;
	bottom: 0;
	height: 40px;
	position: absolute;
}
.m-search-input{
	width: 100%;
	height: 40px;
	background-color: rgba(255,255,255,.2);
	border:none;
	padding: 0 54px 0 14px;
	display: block;
	color: #FFF;
	outline: none;
	font-size: 14px;
	font-family: inherit;
}
.m-search-input::placeholder {
    color: #FFF;
    opacity: .5;
}
.m-search-input:-ms-input-placeholder {
    color: #FFF;
}
.m-search-input::-ms-input-placeholder {
    color: #FFF;
}
.m-search-input:focus{
	background-color: rgba(255,255,255,.3);
}
.m-search-submit{
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	width: 40px;
	height: 40px;
	padding: 8px;
	background: none;
	color: #FFF;
	border:none;
	cursor: pointer;
	outline: none;
}
.m-search-submit:hover{
	background-color: rgba(255,255,255,.1);
}
.m-search-close{
	width: 40px;
	height: 40px;
	position: absolute;
	right: 20px;
	top: 0;
	background: none;
	border:none;
	padding: 8px;
	outline: none;
	cursor: pointer;
	color: #FFF;
}
/*end of part 2----------------------------------------------------*/



/*-------------------------------------------------------------------
[3. Sidebar]
*------------------------------------------------------------------*/
#m-sidebar a {
    color: #455a64;
    box-sizing: border-box;
    display: flex;
    align-items: center;
}

.m-sidebar{
	position: fixed;
	width: 300px;
	top: 0;
	bottom: 0;
	left: 0;
	background-color: #fafafa;
	height: 100%;
	z-index: 101;
	left: -310px;
	color: #455a64;
	-webkit-box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.2);
	box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.2);
	-webkit-transition: all 200ms cubic-bezier(0.215, 0.610, 0.355, 1.000); 
	-moz-transition: all 200ms cubic-bezier(0.215, 0.610, 0.355, 1.000); 
	-o-transition: all 200ms cubic-bezier(0.215, 0.610, 0.355, 1.000); 
	transition: all 200ms cubic-bezier(0.215, 0.610, 0.355, 1.000); /* easeOutCubic */
	color: #514A9D;
}
.m-opened-sidebar .m-sidebar{
	left: 0;
}
.m-sidebar-wrapper{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow-y: auto;
	padding-bottom: 60px;
font-weight: 600;
        overflow-x: hidden;
}
.m-sidebar-wrapper::-webkit-scrollbar {
    width: 6px;
}
.m-sidebar-wrapper::-webkit-scrollbar-thumb {
    background: #1d95d2;
}
.m-sidebar-wrapper::-webkit-scrollbar-track {
    background: #455a64;
}
.m-sidebar-logo{
	width: 100%;
	height: 60px;
	border-bottom: solid 1px #cfd8dc;
}
.m-sidebar-logo a{
	display: inline-block;
	float: left;
	margin: 16px 24px;
}
.m-sidebar-logo a img{
	display: block;
}
.m-sidebar-toggle-button{
	width: 24px;
	height: 24px;
	float: right;
	margin: 18px;
	cursor: pointer;
}

.m-sidebar-navi ul{
	padding: 0;
	margin: 0;
	list-style: none;
}
.m-sidebar-navi > ul ul{
	display: none;
}
.m-sidebar-navi .inner{
	overflow: hidden;
  	display: none;
}
.m-sidebar-navi .m-seperate {
    width: 100%;
    height: 1px;
    background-color: #a9a9a9;
    float: left;
}

.m-seperate.m-duo {
    margin-top: 2px;
}
.m-sidebar-navi li{
	display: block;
}
.m-sidebar-navi a{
	line-height: 50px;
	font-size:14px;
	text-decoration: none;
	height: 50px;
	padding: 0 20px;
	color: #455a64;
	white-space: nowrap;
	width: 100%;
}
.m-sidebar-navi a:hover{
	background-color: #EEE;
}

.m-sidebar-navi a > span.m-icon{
    width: 40px;
    height: 50px;
    line-height: 0;
    vertical-align: middle;
}

.m-sub-icon .material-icons {
    font-size: 18px;
}

i.material-icons.m-sub-pin {
    padding-top: 4px;
    position: relative;
    top: 5px;
    left: -4px;
}
.m-arrow-icon {
    position: absolute;
    right: 10px;
    top: 14px;
    width:20px;
}

.m-sidebar-navi a > span.m-arrow-icon{
	width: 24px;
    height: 50px;
    line-height: 0;
    vertical-align: middle;
    -webkit-transition: transform 200ms cubic-bezier(0.215, 0.610, 0.355, 1.000);
    -moz-transition: transform 200ms cubic-bezier(0.215, 0.610, 0.355, 1.000);
    -o-transition: transform 200ms cubic-bezier(0.215, 0.610, 0.355, 1.000);
    transition: transform 200ms cubic-bezier(0.215, 0.610, 0.355, 1.000);
}
.m-sidebar-navi > ul > li > ul > li > a{
	padding: 0 20px 0 20px;
	line-height: 40px;
	height: 40px;
	font-size: 95%;
}
.m-sidebar-navi > ul > li > ul > li > a span.m-arrow-icon{
	height: 40px;
}

.m-sidebar-navi > ul > li > ul.m-pcr > li > ul > li{
    width:calc(50% - 6px);
    float: left;
    	margin: 2px;

    
}

.m-pcr > li > ul {
    margin: 2px 0 0 2px;
}
.m-sidebar-navi > ul > li > ul > li > ul > li > a{
	padding: 0 20px 0 20px;
	line-height: 40px;
	height: 40px;
        font-size: 12px;

}
.m-sidebar-navi > ul > li > ul > li > ul > li:nth-child(odd){
background: #e9e9e9;
}
.m-sidebar-navi > ul > li > ul > li > ul > li:nth-child(even){
background: #f4f4f4;
}


.m-sidebar-navi ul li.show > a > .m-arrow-icon{
	-ms-transform: rotate(180deg); /* IE 9 */
    -ms-transform-origin: 50% 50%; /* IE 9 */
    -webkit-transform: rotate(180deg); /* Safari 3-8 */
    -webkit-transform-origin: 50% 50%; /* Safari 3-8 */
    transform: rotate(180deg);
    transform-origin: 50% 50%;
}
.m-sidebar-navi ul li.show > a{
	background-color: #EEEEEE;
}
#m-sidebar .m-sidebar-navi>ul>li>ul>li.show > a {
    background-color: #333333;
    color: #ffffff;
}

.m-overlay{
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.5);
	z-index: 100;
	cursor: pointer;
	display: none;
}
/*pinned sidebar styles */
.m-opened-sidebar .m-overlay{
	display: block;
}
.m-pinned-sidebar .m-overlay{
	display: none !important;
}
.m-pinned-sidebar .m-sidebar{
	top: 60px;
}

.m-pinned-sidebar.m-opened-sidebar .m-wrapper{
	margin-left: 300px;
}
.m-pinned-sidebar .m-wrapper{
	margin-left: 0;
}


/*-------------------------------------------------------------------
[4. Material effect class helpers]
*------------------------------------------------------------------*/
.m-material-button{
	position: relative;
	overflow: hidden;
}

a.m-material-button.pcr-menu {
    background: yellow !important;
    border-bottom: 1px solid #999999;
}

.m-wave-effect {
	display: block;
	position: absolute;
	-webkit-transform: translateX(-50%) translateY(-50%);
	      transform: translateX(-50%) translateY(-50%);
	width: 0px;
	height: 0px;
	background-color: #fff;
	border-radius: 50%;
	opacity: 0.7;
}



/*-------------------------------------------------------------------
[5. Mobile fixer styles]
*------------------------------------------------------------------*/
@media (max-width: 768px){
	.m-header-submenu.m-notify-list{
		width: 300px;
	}
	.m-logo .m-logo-mobile{
		display: block;
		position: relative;
		top: 4px;
	}

	.m-hide-on-mobile{
		display: none;
	}

}




/*-------------------------------------------------------------------
[7. And your code starts here]
*------------------------------------------------------------------*/
.m-wrapper{
	padding-top: 80px;
	-webkit-transition: margin 200ms cubic-bezier(0.215, 0.610, 0.355, 1.000); 
	-moz-transition: margin 200ms cubic-bezier(0.215, 0.610, 0.355, 1.000); 
	-o-transition: margin 200ms cubic-bezier(0.215, 0.610, 0.355, 1.000); 
	transition: margin 200ms cubic-bezier(0.215, 0.610, 0.355, 1.000); /* easeOutCubic */
}


