@charset "utf-8";
/* CSS Document */
@media(max-width:767px){
/*--Start Slid Menu style--*/
/*--Start header style--*/
.open-menu-mobile{
	width:44px;
	height:36px;
	background:url(../images/menu-line-icon.svg) no-repeat, linear-gradient(166.38deg, #007BD0 -14.33%, #6EBD13 144.52%);
	background-position:center center;
	display:inline-block;
	border-radius: 3px;
	}
.wrapper.inner-wrap .open-menu-mobile{background:url(../images/menu-line-icon-color.svg) no-repeat;}
.close-menu-mobile{
	width:20px;
	height:20px;
	background:url(../images/close-icon-nw-white.svg) no-repeat;
	display:inline-block;
	background-size: 100% auto;
	}
.mobile-menu-user-area {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
	}	
.mobile-menu-user-icon{
    width: 55px;
    height: 55px;
    border-radius: 50%;
    background: #f1f1f1;
    padding: 15px;
    box-sizing: border-box;
	}	
.mobile-menu-user-text {
    text-align: left;
    padding-left: 15px;
    width: calc(100% - 55px);
    box-sizing: border-box;
	}
.mobile-menu-user-text h2{
	font-family: 'open_sansbold';
	color: #10202B;
	font-size:14px;
	font-weight:normal;
	line-height:1;
	}
.mobile-menu-user-text p{
	color: #10202B;
	font-size:12px;
	}
.mobile-menu-login-area {
    display: flex;
    margin-top: 20px;
    margin-bottom: 10px;
	}
.mobile-menu-login-area ul{ margin:0; padding:0; list-style:none;}
.mobile-menu-login-area ul li {
    display: inline-block;
    margin: 0 15px 0 0 !important;
    min-width: 120px;
    height: 50px;
    border: 1px solid #007BD0 ;
    box-sizing: border-box;
    border-radius: 5px;
    text-align: center;
    line-height: 48px;
    overflow: hidden;
	}
.mobile-menu-login-area ul li:last-child{ margin-right:0 !important}
.mobile-menu-login-area ul li a {
    font-family: 'ralewaysemibold' !important;
    font-size: 16px;
    color: #fff;
    font-weight: normal;
    text-decoration: none;
    text-transform: capitalize;
    display: block;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all .5s ease-in-out;
	}
.mobile-menu-login-area ul li.sign-up-color a{background: linear-gradient(166.38deg, #007BD0 -14.33%, #6EBD13 144.52%); color:#fff !important}	
	
	
		
	
	
fluid{ padding-left:50px; padding-right:50px;}
/*.menuBtn{ float:left; padding:30px 35px 0px 0;}*/
.sidebarMenuHed .hamburger.is-open{ width:20px;}

.nav .open > a {
    background-color: transparent;
	}
.nav .open > a:hover {
	background-color: transparent;
	}
.nav .open > a:focus {
	background-color: transparent;
	}
.wrapper {
	padding-left: 0;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	}
.wrapper.toggled{
	/*overflow:hidden;*/
	}
.admin-wrapper.toggled #sidebar-wrapper {
	width: 310px;
	}
.wrapper.toggled #page-content-wrapper {
	/*margin-right: -310px;
	position: absolute;*/
	}
.mainMenu .navbar{ padding:0; align-items: unset; display: block; }
.mainMenu .dropdown-menu{ top:auto}
.mainMenu .dropdown-toggle::after{ display:none}
#sidebar-wrapper {
    background: #fff;
    height: 100%;
    left: 310px;
    margin-left: -310px;
    overflow-x: hidden;
    overflow-y: auto;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
    width: 0;
    z-index: 9999999;
	position:fixed;
	top:0;
	}
#sidebar-wrapper::-webkit-scrollbar {
	display: none;
	}
#page-content-wrapper {
    padding-top: 70px;
    width: 100%;
	}
.sidebar-nav-new{ width:310px; margin: 0 0 24px 0;}
.sidebar-nav-new li {
	display: inline-block;
	line-height: 20px;
	position: relative;
	width: 100%;
	}
.sidebar-nav-new li a {
	color: #ffffff;
	display: block;
	padding:8px 20px 8px 20px;
	text-decoration: none;
	font-size:13px;
	}
.sidebar-nav-new .dropdown-menu {
	padding:0px 15px;
	background-color: rgba(0, 0, 0, 0.2);
	-ms-border-radius: 0;
	border-radius: 0;
	border: none;
	-webkit-box-shadow: none;
	-ms-box-shadow: none;
	box-shadow: none;
	margin: 0;
	position: relative;
	width: 100%;
	}
.sidebar-nav-new li a:hover, .sidebar-nav-new li a:active, .sidebar-nav-new li a:focus, .sidebar-nav-new li.open a:hover, .sidebar-nav-new li.open a:active, .sidebar-nav-new li.open a:focus {
	background-color: transparent;
	color:#fff;
	text-decoration: none;
	}
.sidebar-nav-new li.active a{
	color:#fff;
	}
.sidebar-nav-new > .sidebar-brand {
	font-size: 20px;
	height: 65px;
	line-height: 44px;
	}
.dropdown .dropdown-link{ 
	float:left;
	}
.dropdown .dropdown-arrow{ 
	padding: 10px 15px;
 	}
.dropdown .ddarow {
	border: 1px solid #c9a97f;
	padding: 0 9px;
	}
.sidebarMenuHed{
	padding:10px 20px 15px 20px; 
	width:310px; 
	color:#ffffff; 
	text-align:right; 
	box-sizing: border-box;
	border-bottom:1px solid #ccc;
	margin-bottom:15px;
	}
.sidebarMenuHed .menu-title{
	font-size: 13px;
	font-family: 'latoblack';
    text-transform: uppercase;
    margin-left: 5px;
    position: relative;
    top: 2px;
    letter-spacing: 2.5px;
	}
.sidebarMenuHed .hamburger{/* float:right;*/}
.hamburger {
    background: transparent;
    border: none;
    display: block;
    height: 36px;
    margin:0;
    position: relative;
    width: 44px;
    z-index: 999;
	display:inline-block;
	vertical-align:middle;
	}
.menu-name{ 
	display:inline-block; 
	vertical-align:middle; 
	color: #fff;
	margin-left: 10px;
	font-size: 13px;
	font-family: 'latoblack';
	text-transform:uppercase;
	letter-spacing: 3px;
	}
.hamburger:hover, .hamburger:focus, .hamburger:active { outline: none;}
.hamburger.is-closed:before {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	-webkit-transition: all 0.35s ease-in-out;
	-moz-transition: all 0.35s ease-in-out;
	-ms-transition: all 0.35s ease-in-out;
	-o-transition: all 0.35s ease-in-out;
	transition: all 0.35s ease-in-out;
	content: '';
	display: block;
	font-size: 14px;
	line-height: 32px;
	-ms-opacity: 0;
	opacity: 0;
	text-align: center;
	width: 100px;
	}
.hamburger.is-closed:hover before {
	-webkit-transform: translate3d(-100px, 0, 0);
	-moz-transform: translate3d(-100px, 0, 0);
	-ms-transform: translate3d(-100px, 0, 0);
	-o-transform: translate3d(-100px, 0, 0);
	transform: translate3d(-100px, 0, 0);
	-webkit-transition: all 0.35s ease-in-out;
	-moz-transition: all 0.35s ease-in-out;
	-ms-transition: all 0.35s ease-in-out;
	-o-transition: all 0.35s ease-in-out;
	transition: all 0.35s ease-in-out;
	display: block;
	-ms-opacity: 1;
	opacity: 1;
	}
.hamburger.is-closed:hover .hamb-top {
	-webkit-transition: all 0.35s ease-in-out;
	-moz-transition: all 0.35s ease-in-out;
	-ms-transition: all 0.35s ease-in-out;
	-o-transition: all 0.35s ease-in-out;
	transition: all 0.35s ease-in-out;
	top: 0;
	}
.hamburger.is-closed:hover .hamb-bottom {
	-webkit-transition: all 0.35s ease-in-out;
	-moz-transition: all 0.35s ease-in-out;
	-ms-transition: all 0.35s ease-in-out;
	-o-transition: all 0.35s ease-in-out;
	transition: all 0.35s ease-in-out;
	bottom: 0;
	}
.hamburger.is-closed .hamb-top {
	-webkit-transition: all 0.35s ease-in-out;
	-moz-transition: all 0.35s ease-in-out;
	-ms-transition: all 0.35s ease-in-out;
	-o-transition: all 0.35s ease-in-out;
	transition: all 0.35s ease-in-out;
	top: 5px;
	}
.hamburger.is-closed .hamb-middle {
	margin-top: -2px;
	top: 50%;
	}
.hamburger.is-closed .hamb-bottom {
	-webkit-transition: all 0.35s ease-in-out;
	-moz-transition: all 0.35s ease-in-out;
	-ms-transition: all 0.35s ease-in-out;
	-o-transition: all 0.35s ease-in-out;
	transition: all 0.35s ease-in-out;
	bottom: 5px;
	}
.hamburger.is-closed .hamb-top, .hamburger.is-closed .hamb-middle, .hamburger.is-closed .hamb-bottom, .hamburger.is-open .hamb-top, .hamburger.is-open .hamb-middle, .hamburger.is-open .hamb-bottom {
	height: 3px;
	left: 0;
	position: absolute;
	width: 100%;
	}
.hamburger.is-open .hamb-top {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transition: -webkit-transform 0.2s cubic-bezier(0.73, 1, 0.28, 0.08);
	-moz-transition: -moz-transform 0.2s cubic-bezier(0.73, 1, 0.28, 0.08);
	-ms-transition: -ms-transform 0.2s cubic-bezier(0.73, 1, 0.28, 0.08);
	-o-transition: -o-transform 0.2s cubic-bezier(0.73, 1, 0.28, 0.08);
	transition: transform 0.2s cubic-bezier(0.73, 1, 0.28, 0.08);
	margin-top: -2px;
	top: 50%;
	height:2px;
	}
.hamburger.is-open .hamb-middle {display: none;}
.hamburger.is-open .hamb-bottom {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-webkit-transition: -webkit-transform 0.2s cubic-bezier(0.73, 1, 0.28, 0.08);
	-moz-transition: -moz-transform 0.2s cubic-bezier(0.73, 1, 0.28, 0.08);
	-ms-transition: -ms-transform 0.2s cubic-bezier(0.73, 1, 0.28, 0.08);
	-o-transition: -o-transform 0.2s cubic-bezier(0.73, 1, 0.28, 0.08);
	transition: transform 0.2s cubic-bezier(0.73, 1, 0.28, 0.08);
	margin-top: -2px;
	top: 50%;
	height:2px;
	}
.hamburger.is-open .hamb-top.menu-main01{
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg)	;
	top: 5px;
	height:3px;
	margin-top:0;
	}
.hamburger.is-open .hamb-middle.menu-main02{ display:block; margin-top:-2px;height:3px;}
.hamburger.is-open .hamb-bottom.menu-main03{
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	bottom: 5px;
	margin-top:0;
	top:auto;
	height:3px;
	}
.hamburger.is-open:before {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	-webkit-transition: all 0.35s ease-in-out;
	-moz-transition: all 0.35s ease-in-out;
	-ms-transition: all 0.35s ease-in-out;
	-o-transition: all 0.35s ease-in-out;
	transition: all 0.35s ease-in-out;
	content: '';
	display: block;
	font-size: 14px;
	line-height: 32px;
	-ms-opacity: 0;
	opacity: 0;
	text-align: center;
	width: 100px;
	}
.hamburger.is-open:hover before {
	-webkit-transform: translate3d(-100px, 0, 0);
	-moz-transform: translate3d(-100px, 0, 0);
	-ms-transform: translate3d(-100px, 0, 0);
	-o-transform: translate3d(-100px, 0, 0);
	transform: translate3d(-100px, 0, 0);
	-webkit-transition: all 0.35s ease-in-out;
	-moz-transition: all 0.35s ease-in-out;
	-ms-transition: all 0.35s ease-in-out;
	-o-transition: all 0.35s ease-in-out;
	transition: all 0.35s ease-in-out;
	display: block;
	-ms-opacity: 1;
	opacity: 1;
	}
.overlay {
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #000000;
    background-color: rgba(0, 0, 0, 0.5);
    z-index:99999;
	}
.hamb-bottom, .hamb-middle, .hamb-top {background-color: #ffffff;}
}
/*--End Slid Menu style--*/
@media(max-width:767px){
	/*.menuBtn{padding: 15px 25px 0px 0;}*/
	}
@media(max-width:599px){.menu-name{ display:none}}
@media(max-width:479px){

	/*.menuBtn { width: 30px; padding-right: 0; margin-right: 10px;}*/
	.menu-name{ display:none}
	.open-menu-mobile{ height:30px; width:36px; background-size:28px auto}
	.hamburger{ width:36px; height:30px;} 
	}	
	
	
	
	
	
	
	
	
	
	
	
	