
body {
  margin: 0; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

a {
  background-color: transparent; }


::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
 }

details {
  display: block; }

[hidden] {
  display: none; }

body,
button,
input,
select,
optgroup,
textarea {
  color: #404040;
  font-family: "Open Sans", sans-serif;
  font-size: 15px;
  line-height: 1.5; }

h1, h2, h3, h4, h5, h6 {
  clear: both; }

p {
  margin-bottom: 1.5em; }

dfn, cite, em, i {
  font-style: italic; }

blockquote {
  margin: 0 1.5em; }

address {
  margin: 0 0 1.5em; }

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 14.0625px;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em; }

code, kbd, tt, var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 14.0625px; }

abbr, acronym {
  border-bottom: 1px dotted #666;
  cursor: help; }

mark, ins {
  background: #fff9c0;
  text-decoration: none; }

big {
  font-size: 125%; }

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
  box-sizing: border-box; }

*,
*:before,
*:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit; }

body {
  background: #fff;
  /* Fallback for when there is no custom background color defined. */ }


img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */ }



.lp-archive-courses form[name="search-course"] .search-course-button {
  height: 45px;
  top: 0;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px; }

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  color: #404040; }
  a:visited {
    color: #404040; }
  a:hover, a:focus, a:active {
    color: #ffb606; }
  a:focus {
    outline: none; }
  a:hover, a:active {
    outline: 0; }

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
  clear: both;
  display: block;
  float: left;
  width: 100%; }
  .main-navigation ul {
    list-style: none;
    margin: 0;
    padding-left: 0; }
    .main-navigation ul ul {
      box-shadow: 0 1px 5px -1px rgba(0, 0, 0, 0.3);
      -webkit-box-shadow: 0 1px 5px -1px rgba(0, 0, 0, 0.3);
      float: left;
      background: #fff;
      position: absolute;
      top: 100%;
      left: -999em;
      z-index: 99999;
      min-width: 15em; }
      .main-navigation ul ul ul {
        left: -999em;
        top: 0; }
      .main-navigation ul ul li {
        white-space: nowrap;
        display: block;
        width: 100%;
        margin-top: 0; }
        .main-navigation ul ul li:hover > ul,
        .main-navigation ul ul li.focus > ul {
          left: 100%; }
      .main-navigation ul ul a {
        text-transform: none;
        padding: 10px 14px;
        font-size: 13px;
        font-weight: 600;
        color: #fff; 
		border-bottom: 1px solid #f8f2f2;
    background-color: #3e3f96;
	border-left:2px solid #fff;
		}
    .main-navigation ul li:hover > ul,
    .main-navigation ul li.focus > ul {
      left: auto; 
	  border-bottom:4px solid #fff;
	  }
  .main-navigation li {
    float: left;
    position: relative;
    padding: 0;
    margin-top: 8px;
    z-index: 20; }
    .main-navigation li:last-child a {
      padding-right: 0; }
  .main-navigation a {
    display: block;
    text-decoration: none;
    padding: 15px 14px 40px;
    text-transform: capitalize;
    font-size: 14px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    color: #000000; }
    .main-navigation a:hover {
      color: #ffb606; }
  .main-navigation .current_page_item > a,
  .main-navigation .current-menu-item > a,
  .main-navigation .current_page_ancestor > a,
  .main-navigation .current-menu-ancestor > a {
    color: #ffb606; }

.nav-form {
  background: rgba(0, 0, 0, 0);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  transition: all 0.5s;
  height: 100%;
  visibility: hidden; }

.nav-form .nav-content {
  z-index: 999;
  transition: all 0.5s;
  margin-left: -500px;
  position: absolute;
  height: 80%;
  width: 337px;
  padding: 0;
  background: #fff; }

.nav-form.open .nav-content {
  margin-left: 0; }

.nav-form .nav-spec {
  height: 100%;
  padding: 40px 0 0;
  overflow: scroll; }

.nav-menu {
  width: 100%; }

.nav-menu ul {
  margin: 0;
  padding: 0;
  list-style: none; }

.nav-menu ul li {
  position: relative; }

.nav-menu ul li a {
  text-transform: capitalize;
  color: #000;
  font-size: 15px;
  padding: 15px 20px;
  display: block;
  width: 100%;
  border-bottom: 1px solid #0e2c44;
  text-decoration: none;
  text-align: left; 
  font-weight:600;
  }

.nav-menu ul li a:hover,
.nav-menu ul li.current-menu-item a {
  color: #ffb606; }

.nav-menu ul.sub-menu {
  display: none; }

.nav-menu ul.sub-menu a {
  padding-left: 30px; }

.nav-menu ul li.menu-item-has-children > span.arrow {
  position: absolute;
  top: 10px;
  right: 15px;
  display: inline-block;
  padding: 5px 10px;

  }

.nav-menu ul li.menu-item-has-children > span.arrow::before {
  content: "\f107";
  font-size: 15px;
  cursor: pointer;
  font-family: 'FontAwesome'; 
  font-size:20px;
  font-weight:900;
  color:#e3960a;
  }

.nav-menu ul li.menu-item-has-children > span.arrow.active::before {
  content: "\f106"; }




/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
@media (min-width: 1200px) {
  .container {
    max-width: 1230px; } }

#page {
  transition: margin-left .5s;
  overflow: hidden; }

.site-title {
  margin: 10px 0 5px;
  color: #404040;
  font-family: 'Montserrat', sans-serif;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 1; }
  .site-title a {
    color: #404040;
    text-decoration: none; }
    .site-title a:hover {
      color: #404040; }

.site-branding {
  position: relative;
  z-index: 99; }
  .site-branding div {
    float: left; }
  .site-branding .site-logo {
    max-width: 90px;
    margin-right: 10px; }

.site-description {
  margin: 0;
  font-size: 12px;
  color: #404040; }

.site-content {
  position: relative;
  overflow: hidden; }

#main, #secondary {
  padding-top: 20px;
  padding-bottom: 20px; }

#main {
  /*border-right: 1px solid #e1e2e4;*/
  padding-right: 25px; }

.sidebar-inner {
  /*padding-left: 5px;*/
  padding-top:18px;  
  }

.full-width #main,
.no-sidebar #main {
  border: none;
  padding-right: 15px; }

.single.left-sidebar #main {
  border-left: 1px solid #e1e2e4;
  padding-left: 25px;
  border-right: none;
  padding-right: 0; }

.single.left-sidebar .sidebar-inner {
  padding-right: 10px;
  padding-left: 0; }

/*--------------------------------------------------------------
## Topbar
--------------------------------------------------------------*/
.topbar {
  font-style: normal;
  color: #aaaaaa;
  font-size: 12px;
  background: #0e2c44;
  position: relative;
  z-index: 99; }
  .topbar .widget_text {
    float: left; }
  .topbar .topbar-right {
    text-align: right; }
  .topbar ul {
    list-style: none;
    padding: 0;
    margin: 13px 0 12px;
    font-size:15px;
    color:#fff;
   font-weight:600;
   font-family:'Montserrat', sans-serif;
	}
    .topbar ul li {
      display: inline-block;
      margin-right: 15px;
      margin-bottom: 0;
      line-height: 35px; }
      .topbar ul li a {
        color: white;
        font-size: 14px; }
      .topbar ul li i {
        font-size: 14px;
        margin-right: 5px;
		color:#e3960a;
		}
  .topbar .header_login_url {
    margin: 11px 0 12px 40px;
    line-height: 1; }
    .topbar .header_login_url a {
      display: inline-block;
      vertical-align: bottom;
      text-decoration: none;
      line-height: 1;
      color: #aaaaaa; }
      .topbar .header_login_url a:hover {
        color: #fff; }
      .topbar .header_login_url a i {
        font-size: 14px;
        margin-right: 10px; }
    .topbar .header_login_url .vertical_divider {
      display: inline-block;
      vertical-align: bottom;
      margin: 0 8px 0;
      width: 1px;
      height: 12px;
      background-color: #9a9a9a; }

.header-default {
  padding: 20px 0 0;
  background: #fff;
  box-shadow: 0px 5px 10px 0px rgba(50, 50, 50, 0.06); }
  .header-default .main-navigation ul {
    float: right; }




/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
  display: block; }

.updated:not(.published) {
  display: none; }


body #content .entry-footer {
  display: block; }
  body #content .entry-footer .social-share li a {
    color: #999;
    width: 30px;
    height: 30px;
    line-height: 30px;
    display: inline-block;
    border: 1px solid #999;
    border-radius: 50%;
    text-align: center;
    font-size: 14px;
    cursor: pointer; }
    body #content .entry-footer .social-share li a:hover {
      color: #fff; }
  body #content .entry-footer .social-share li div.facebook-social a:hover {
    border-color: #3b5998;
    background-color: #3b5998; }
  body #content .entry-footer .social-share li div.googleplus-social a:hover {
    border-color: #dd4b39;
    background-color: #dd4b39; }
  body #content .entry-footer .social-share li div.twitter-social a:hover {
    border-color: #00aced;
    background-color: #00aced; }
  body #content .entry-footer .social-share li div.pinterest-social a:hover {
    border-color: #cb2027;
    background-color: #cb2027; }

.entry-title {
  font-size: 30px;
  font-weight: 500;
  line-height: 34px;
  margin: 0 0 7px; }
  .entry-title a {
    color: #404040; }
    .entry-title a:hover {
      color: #ffb606;
      text-decoration: none; }

h1.entry-title {
  margin-bottom: 15px; }



/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0; }

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%; }



/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */ }
  .screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    clip-path: none;
    color: #21759b;
    display: block;
    font-size: 13.125px;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */ }

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0; }

.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed; }

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both; }

/*--------------------------------------------------------------
## Queries
--------------------------------------------------------------*/
.mobile-menu {
  display: none;
  float: right;
  font-size: 15px;
  color: #000;
  position: relative;
  top: 30px;
  z-index: 99;
  cursor: pointer; }
  .mobile-menu.nav-is-visible {
    display: block;
    top: -10px;
    right: 10px; }
    .mobile-menu.nav-is-visible span {
      background: transparent; }
      .mobile-menu.nav-is-visible span:before {
        -webkit-transform: translateX(4px) translateY(-1px) rotate(45deg);
        -moz-transform: translateX(4px) translateY(-1px) rotate(45deg);
        -ms-transform: translateX(4px) translateY(-1px) rotate(45deg);
        -o-transform: translateX(4px) translateY(-1px) rotate(45deg);
        transform: translateX(4px) translateY(-1px) rotate(45deg); }
      .mobile-menu.nav-is-visible span:after {
        -webkit-transform: translateX(4px) translateY(0px) rotate(-45deg);
        -moz-transform: translateX(4px) translateY(0px) rotate(-45deg);
        -ms-transform: translateX(4px) translateY(0px) rotate(-45deg);
        -o-transform: translateX(4px) translateY(0px) rotate(-45deg);
        transform: translateX(4px) translateY(0px) rotate(-45deg); }
  .mobile-menu span {
    position: absolute;
    top: 50%;
    right: 5px;
    margin-top: -2px;
    -webkit-transition: rotate 0.2s, translate 0.2s;
    -moz-transition: rotate 0.2s, translate 0.2s;
    transition: rotate 0.2s, translate 0.2s;
    display: inline-block;
    height: 3px;
    width: 24px;
    background: #000; }
    .mobile-menu span::before, .mobile-menu span::after {
      position: absolute;
      display: inline-block;
      height: 3px;
      width: 24px;
      background: #000;
      content: '';
      right: 0;
      -webkit-transform: translateZ(0);
      -moz-transform: translateZ(0);
      -ms-transform: translateZ(0);
      -o-transform: translateZ(0);
      transform: translateZ(0);
      -webkit-backface-visibility: hidden;
      backface-visibility: hidden;
      -webkit-transform-origin: 0% 50%;
      -moz-transform-origin: 0% 50%;
      -ms-transform-origin: 0% 50%;
      -o-transform-origin: 0% 50%;
      transform-origin: 0% 50%;
      -webkit-transition: -webkit-transform 0.2s;
      -moz-transition: -moz-transform 0.2s;
      transition: transform 0.2s; }

.mobile-menu span:before {
  top: -8px; }

.mobile-menu span:after {
  top: 8px; }

@media (max-width: 1023px) {
  #mobile-open {
    display: block;
    height: 25px;
    width: 24px;
    position: relative;
    top: 14px;
    right: 0px; }
  .nav-form.open {
    background: rgba(0, 0, 0, 0.8);
    visibility: visible; }
  #site-navigation {
    display: none; }
  .header-default {
    padding: 10px 0; }
    .header-default #mobile-open {
      top: -55px; }
  .header-bottom .header-socials {
    width: auto; }
  .header-type3 #mobile-open, .header-type2 #mobile-open {
    float: left;
    top: 14px; }
    .header-type3 #mobile-open span, .header-type2 #mobile-open span {
      left: 0;
      background: white; }
      .header-type3 #mobile-open span::before, .header-type3 #mobile-open span::after, .header-type2 #mobile-open span::before, .header-type2 #mobile-open span::after {
        background: white; }
    .header-type3 #mobile-open.nav-is-visible, .header-type2 #mobile-open.nav-is-visible {
      left: 0; }
      .header-type3 #mobile-open.nav-is-visible span, .header-type2 #mobile-open.nav-is-visible span {
        background: transparent; }
  .header-type4 .logo-mobile {
    display: block; }
  .header-4 .nav-menu ul li.site-logo {
    display: none; } }


@media (max-width: 590px) {
  .header-top .header-contact-wrapper {
    float: none; }
    .header-top .header-contact-wrapper li {
      width: 100%;
      margin-right: 0;
      margin-bottom: 15px;
      margin-left: 0;
      text-align: center; }
      .header-top .header-contact-wrapper li .box-text {
        float: left; }
  #lms-course-list [class^='col-lg'] .course-thumbnail {
    width: 100%; }
  #lms-course-list [class^='col-lg'] .course-content {
    width: 100%;
    padding: 0; }
  #lms-course-list [class^='col-lg'] .course-content .course-meta {
    margin: 0; } }




	  
.widget_nav_menu{
	background-color:#ecb507;
}	 
.bor{
	border:2px solid #000;
}

   button, input[type="button"], input[type="reset"], input[type="submit"],
		    .titlebar .triangled_colored_separator,
		    .widget-area .widget-title::after,
		   

            a:hover, a:focus, a:active,
            .main-navigation a:hover,
            .nav-menu ul li.current-menu-item a,
            .nav-menu ul li a:hover,
            .entry-title a:hover,
            .main-navigation .current_page_item > a, .main-navigation .current-menu-item > a, .main-navigation .current_page_ancestor > a, .main-navigation .current-menu-ancestor > a,
            .entry-meta span i,
            .site-footer a:hover,
            .blog .entry-header .entry-date, .archive .entry-header .entry-date,
            .site-footer .copyright-area span,
            .breadcrumbs a:hover span,
           
		    .site-branding .site-logo, .site-logo { max-width: 415px; }
		    
		    .topbar .cart-contents { color: #fff; }
		    .topbar .cart-contents i, .topbar .cart-contents { font-size: 14px; }
	
	.titlebar {
	background-color: #8224e3;
	padding-top: 6%;
	padding-bottom: 6%;
	background-image: url(https://www.aumglobal.com/wp-content/uploads/2018/04/cropped-bg-page-1.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	position: relative;
}
.titlebar .container {
	display: none !important;
}
.titlebar {
	background-color: #fff !important;
	padding-top: 26%;
	padding-bottom: 0%;
	height: 133px;
}
.wp-side-menu {
    font-family: 'Open Sans', sans-serif;
    position: fixed;
    top: 50%;
    right: 0;
    z-index: 10001;
}
.wp-side-menu-item {
	right: -113px !important;
	margin-top: 207px !important;
	background-color: #0e2c44 !important;
}
.wo-icon {
	background-color: #FFC107 !important;
	padding: 14px;
	color:#fff;
}
.wp-side-menu-item span {
	padding: 5px 8px !important;
}
.wp-side-menu-item span {
	font-weight: bold;
	font-size: 14px;
	text-transform: uppercase;
	vertical-align: middle;
	padding-left: 2px;
	padding: 5px 0;
		color:#fff;
}
	.wp-side-menu-item {
	position: absolute;
	cursor: pointer;
	width: 260px;
	right: -221px;
	line-height: 0;
	-webkit-transition: 400ms all linear;
	transition: 400ms all linear;
	margin: 1px;
}
.titlebar::after {
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	background: rgba(0, 0, 0, 0.5);
}
	.site-title,
			.site-description {
				position: absolute;
				clip: rect(1px, 1px, 1px, 1px);
			}
#mysticky-nav { width:100%; position: static; }#mysticky-nav.wrapfixed { position:fixed; left: 0px; margin-top:0px;  z-index: 99990; -webkit-transition: 0.3s; -moz-transition: 0.3s; -o-transition: 0.3s; transition: 0.3s; -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=10)"; filter: alpha(opacity=10); opacity:0.1; background-color: #ffffff;}#mysticky-nav .myfixed { margin:0 auto; float:none; border:0px; background:none; max-width:100%; }