:root{
	--BRAND_COLOR : #4D7EA8;
	--ALT_BRAND_COLOR: #F15A24;
	--NAVIGATION_BACKGROUND_COLOR:#4D7EA8;
	--NAVIGATION_FONT_COLOR:#ffffff;
	--NAVIGATION_LIST_ITEM_ACTIVE:#ffffff;
	--NAVIGATION_ITEM_ACTIVE:#4D7EA8;
}
@font-face {
  font-family: 'Lustria-Regular';
  src: URL('fonts/Lustria-Regular.ttf') format('truetype');
}
@font-face {
  font-family: 'Ruda-Regular';
  src: URL('fonts/Ruda-Regular.ttf') format('truetype');
}
@font-face {
  font-family: 'PTSans-Regular';
  src: URL('fonts/PTSans-Regular.ttf') format('truetype');
}
@font-face {
  font-family: 'Galada-Regular';
  src: URL('fonts/Galada-Regular.ttf') format('truetype');
}
@font-face {
	font-family: 'Lato, sans-serif';
	src: URL('fonts/Lato-Regular.ttf.ttf') format('truetype');
}

.pt_sans{
	font-family:'PTSans-Regular' !important;
}

.lato{
	font-family: 'Lato', sans-serif !important;
}
.step-icon {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background: #e9ecef;
	line-height: 50px;
	color: #6c757d;
	font-size: 1.5rem;
	margin: 0 auto;
	position: relative;
	z-index: 1;
	transition: background-color 0.3s ease, color 0.3s ease;
}

.step-icon.active {
	background: var(--ALT_BRAND_COLOR);
	color: #fff;
}

.step-icon.completed {
	background: var(--BRAND_COLOR);
	color: #fff;
}

.progress-line {
	height: 4px;
	background: #dee2e6;
	top: 25px;
	z-index: 0;
}
.course_sidemenu_link{
	font-size:large !important;
}

.course_side_bar{
	padding:10px;
	background-color:#eeeeee;
	border-radius:5px;
	border:2px solid #eeeeee;
}
.ruda_regular{
	font-family:'Ruda-Regular' !important;
}
.lustria_regular{
	font-family:'Lustria-Regular' !important;
}
.galada_regular{
	font-family:'Galada-Regular' !important;
}

.enclosing_div{
	background-color:#ffffff;
	padding:50px;
	border-radius:3px;
	box-shadow: 1px 2px 5px 0 rgba(0,0,0,.45);border-radius: 5px;
}
.book_div{
	background-color:#ffffff;
	padding:50px;
	border-radius:3px;
	box-shadow: 1px 2px 5px 0 rgba(0,0,0,.45);
	border-radius: 5px;
}
.page_content{
	height:auto;
	
	
}
.footer{
	background-color:#90605a;
	
	bottom:0;
	width:100%;
}
.footer_header{
	background-color:#eeeeee;
	
}
.bold_text{
	font-weight:bold;
}
.header_text{
	color:#ffffff;
}
.brand_color{
	color:var(--BRAND_COLOR) !important;
}
.brand_background{
	background-color:var(--BRAND_COLOR);
}
.alt_brand{
	color:var(--ALT_BRAND_COLOR);
}
.brand_button{
	color: var(--BRAND_COLOR);
	background-color:#ffffff;
	width:50%;
}
.brand_button:hover{
	color:#ffffff;
	background-color:var(--BRAND_COLOR);
}
.brand_input{
	border:1px solid #cccccc;
	width:80% !important;
	height:50px !important;
}

.home_block{
	background-image:url("images/hub.png");
	background-repeat:no-repeat;
	min-height:600px;
	background-size:cover;
	background-position:center;
	
}

.offers_div
{
	background-color:#ffffff;
	padding:50px;
	border-radius:5px;
	box-shadow: 1px 2px 5px 0 rgba(0,0,0,.45);border-radius: 5px;
	
	background-repeat:no-repeat;
	background-position:center;
	background-size:cover;
	
}
.login_div
{
	background-color:#ffffff;
	padding:50px;
	border-radius:3px;
	box-shadow: 1px 2px 5px 0 rgba(0,0,0,.45);border-radius: 5px;
	
	background-repeat:no-repeat;
	background-position:center;
	background-size:cover;
	min-height:623px;
}
.white_text{
	color:#ffffff;
}
.dropdown_title_text{
	font-size:large;
	color:#ffffff;
}
.dark-text{
	color:#ffffff;
}
.sm_parent {
  width: 400px; 
  height: 300px;
  
 
}

.sm_child {
  width: 100%;
  height: 100%;
  background-color: black; /* fallback color */
  background-image: url("/Assets/images/common/mmog.jpg");
   border-radius:50%;
  background-position: center;
  background-size: cover;
  transition: all .5s;
  
}
.sm_parent:hover .sm_child,
.sm_parent:focus .sm_child {
  transform: scale(1.2);
}
.sm_child::before {
  content: "";
  display: none;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(52, 73, 94, 0.75);
}

.sm_parent:hover .sm_child:before,
.sm_parent:focus .sm_child:before {
  display: block;
}
.home_pictorial{
color: white; 
  padding: 25%;
  position: absolute;
}
.sm_parent:hover .home_pictorial,
.sm_parent:focus .home_pictorial {
  display: block;
}
.dropdown_parent{
	
	
}
.dropdown_child{
	visibility: hidden; /* hides sub-menu */
  opacity: 0;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  transform: translateY(-2em);
  z-index: -1;
  transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s, z-index 0s linear 0.01s;
}
.dropdown_parent:focus .dropdown_child,
.dropdown_parent:focus-within .dropdown_child,
.dropdown_parent:hover .dropdown_child {
  visibility: visible; /* shows sub-menu */
  opacity: 1;
  z-index: 1;
  transform: translateY(0%);
  transition-delay: 0s, 0s, 0.3s; /* this removes the transition delay so the menu will be visible while the other styles transition */
}
@media (min-width: 992px) {
  .animate {
    animation-duration: 0.5s;
    -webkit-animation-duration: 0.5s;
    animation-fill-mode: both;
    -webkit-animation-fill-mode: both;
  }
}

@keyframes slideIn {
  0% {
    transform: translateY(1rem);
    opacity: 0;
  }
  50%{
	  transform:rotateY(180deg);
    opacity: 0;
  }
  100% {
    transform:rotateY(360deg);
    opacity: 1;
  }
  0% {
    transform: translateY(1rem);
    opacity: 0;
  }
}

@-webkit-keyframes slideIn {
  0% {
    -webkit-transform: transform;
    -webkit-opacity: 0;
  }
  50%{
	  -webkit-transform: rotateY(180deg);
		-webkit-opacity: 0;
  }
  100% {
    -webkit-transform: translateY(360);
    -webkit-opacity: 1;
  }
  0% {
    -webkit-transform: translateY(1rem);
    -webkit-opacity: 0;
  }
}

.slideIn {
  -webkit-animation-name: slideIn;
  animation-name: slideIn;
}
.login_input{
	width:40%;
}
.web_logo{
	z-index:1500;
	
}
.body_style{
	background-color:#e5e5e5;font-family: 'Lato', sans-serif;
}
.mobile_navigation{
	background-color:rgb(128,221,238) !important
}
.navbar_home{
	border-bottom:0px solid #111111;
	background-color:rgb(128,221,238) !important;
	border-top:0px;
	border-left:0px;
	border-top:0px;
	box-shadow:0 2px 2px 2px rgba(0,0,0,.2);
}
.dropdown-menu{
	background-color:#4a4f60 !important;
	z-index:5000;
	position:absolute;
}
.dropdown{
	z-index:1000;
}
.dropdown-toggle{
	background-color:#aaaaaa !important;
}
.dropdown:hover>.dropdown-menu{
	display:block;
}

.header_link{
	color:#ffffff;
}
.header_link:hover{
	
	text-decoration:none;
	color:#fafafa;
}
.file_div{
	background-color:#fbfbfb;
	padding:10px;
}
.large_font{
	font-size:large;
}
.contain_text{
	overflow:hidden;
}
.medium_font{
	font-size:medium !important;
}
.parallax_container{
	position:relative;
	width:100%;
	height:100%;
	overflow-x:hidden;
	overflow-y:scroll;
	perspective:8px;
	perspective-origin:0%;
	display:flex;
}
.parallax_element{
	height:100px;
	width:100px;
	background:red;
	transform:translateZ(0px);
	animation: animateZ 2s infinite;
}
@keyframes animateZ{
	from{
		transform: translateZ(0px);
	}
	to{
		transform:translateZ(4px);
	}
}
.parallax_bg{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	transform:translateZ(0px);
}
.parallax_foreground{
	margin-top:auto;
	margin-bottom:50px;
	transform-origin:0;
	transform:translateZ(3px);
}
.parallax_foreground h1{
	font-size:36px;
}
#footer{
	position:relative;
	width:100%;
	height:auto;
	background-color:#eeeeee;
	
	border-top:1px solid #ffffff;
	
	
}

.custom_header{
	font-weight: 400;font-size: 40px;padding: 40px 15px 5px;color:#ffffff;
}


#page_container{
	
	position:relative;
	
}
#content_wrap{
	padding-bottom:2.5rem;
}
.footer_link{
	color:#ffffff;
	text-decoration:none;
}
.footer_link:hover{
	color:#ffffff;
	text-decoration:none;
}
.slide-one{
  background-image: url('/Assets/images/common/slide_one.jpg');
  background-repeat:no-repeat;
  background-size: cover;
  z-index:900;
 height:450px;
}
.slide-two{
  background-image: url('/Assets/images/common/slide_two.jpg');
  background-repeat:no-repeat;
  background-size: cover;
}
.slide-three{
  background-image: url('/Assets/images/common/slide_one.jpg');
  background-repeat:no-repeat;
  background-size: cover;
}

@media (min-width:992px){
	.parallax{
		background-image:url('/Assets/images/common/back_image.jpg');
		height:400px;
		background-attachment:fixed;
		background-position:center;
		background-repeat:no-repeat;
		background-size:cover;
		}
}
@media (max-width:992px){
	.parallax{
		display:hidden;
	}
}
@media (min-width:992px){
	.parallaxB{
		background-image:url('/Assets/images/common/back_image.jpg');
		height:400px;
		background-attachment:fixed;
		background-position:center;
		background-repeat:no-repeat;
		background-size:cover;
		}
}
@media (max-width:992px){
	.parallaxB{
		display:hidden;
	}
}
@media (min-width:992px){
	.web_logo{
		padding-left:30px;
		padding-top:15px;
	}
}
@media (max-width:992px){
	.web_logo{
		height:65px;
		width:200px;
		padding-top:15px;
	}
}
.main-nav {
  border-bottom: 2px solid #ffffff;
  background: #fff;
  font-family:'Ruda-Regular' !important;
}

.main-nav:after {
  clear: both;
  content: "\00a0";
  display: block;
  height: 0;
  font: 0px/0 serif;
  overflow: hidden;
}


.nav-brand {
  float: left;
  margin-top: 3px;
  margin-bottom:0px;
  
}

.nav-brand a {
  display: block;
  padding: 11px 11px 11px 20px;
  color: #333;
  font-family:'Lustria-Regular' !important;
  font-size: 22px;
  font-weight: normal;
  line-height: 17px;
  text-decoration: none;
}

#main-menu {
  clear: both;
  border-bottom: 0;
}

@media (min-width: 768px) {
  #main-menu {
    float: right;
    clear: none;
  }
}


/* Mobile menu toggle button */

.main-menu-btn {
  float: right;
  margin: 5px 10px;
  position: relative;
  display: inline-block;
  width: 29px;
  height: 29px;
  text-indent: 29px;
  white-space: nowrap;
  overflow: hidden;
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}


/* hamburger icon */

.main-menu-btn-icon,
.main-menu-btn-icon:before,
.main-menu-btn-icon:after {
  position: absolute;
  top: 50%;
  left: 2px;
  height: 2px;
  width: 24px;
  background: #333;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}

.main-menu-btn-icon:before {
  content: '';
  top: -7px;
  left: 0;
}

.main-menu-btn-icon:after {
  content: '';
  top: 7px;
  left: 0;
}


/* x icon */

#main-menu-state:checked ~ .main-menu-btn .main-menu-btn-icon {
  height: 0;
  background: transparent;
}

#main-menu-state:checked ~ .main-menu-btn .main-menu-btn-icon:before {
  top: 0;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#main-menu-state:checked ~ .main-menu-btn .main-menu-btn-icon:after {
  top: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}


/* hide menu state checkbox (keep it visible to screen readers) */

#main-menu-state {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
}


/* hide the menu in mobile view */

#main-menu-state:not(:checked) ~ #main-menu {
  display: none;
}

#main-menu-state:checked ~ #main-menu {
  display: block;
}

@media (min-width: 768px) {
  /* hide the button in desktop view */
  .main-menu-btn {
    position: absolute;
    top: -99999px;
  }
  /* always show the menu in desktop view */
  #main-menu-state:not(:checked) ~ #main-menu {
    display: block;
  }
}

.cert_square_mce{
	padding:10px;
	border-radius:5px;
	background-color:#;
	background-image:url("../images/common/mce.jpg");
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center;
	
}
.cert_square_ic3{
	padding:10px;
	border-radius:5px;
	background-color:#;
	background-image:url("../images/common/ic3.jpg");
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center;
	
}
.cert_square_eca{
	padding:10px;
	border-radius:5px;
	background-color:#;
	background-image:url("../images/common/eca.jpg");
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center;
	
}
.large_para{
	text-align:justify !important;
	text-justify:inter-word !important;
	font-size:large !important;
	font-family:'PTSans-Regular' !important;
}
.welcome_heading{
	color:#4a4f60;
	font-family:'Lustria-Regular';
}
.vls_intro_left{
	padding:10px;
	border-radius:5px;
	background-color:#;
	background-image:url("../images/common/vls_intro_.jpg");
	background-size:cover;
	background-repeat:no-repeat;
	min-height:200px;
}
.testimonial-quote{font-size: small;font-style: italic;font-weight: bold;}
.blockquote{background:#f9f9f9;color:#ffffff;border-left: 10px solid #ccc;margin: 1.5em 10px;quotes:"\201C""\201D";padding:.5em 1em;}
.blockquote:before{color:#ffffff;content:open-quote;font-size:4em;line-height: 0.1em;margin-right:0.25em;vertical-align: -0.4em;}
.blockquote :first-child {display: inline;}
.blockquote :last-child{margin-bottom:0;}


img.bg {
  /* Set rules to fill background */
  min-height: 100%;
  min-width: 1024px;
	
  /* Set up proportionate scaling */
  width: 100%;
  height: auto;
	
  /* Set up positioning */
  position: fixed;
  top: 0;
  left: 0;
}

@media screen and (max-width: 1024px) { /* Specific to this particular image */
  img.bg {
    left: 50%;
    margin-left: -512px;   /* 50% */
  }
}

.main {
    width: 100%;
    margin: 50px auto;
	margin-top:100px;
}

/* Bootstrap 3 text input with search icon */

form.home_search_form {
  margin: 0 auto;
  width: 50%;
}

form.home_search_form input[type="search"] {
  width: 90%;
  padding: 10px;
  font-size: 17px;
  border: 1px solid grey;
  float: left;
  background: #f1f1f1;
  border-top-left-radius:8px;
   border-bottom-left-radius:8px;
}

form.home_search_form button {
  float: left;
  width: 10%;
  padding: 10px;
  background: #2196F3;
  color: white;
  font-size: 17px;
  border: 1px solid grey;
  border-left: none; /* Prevent double borders */
  cursor: pointer;
  border-top-right-radius:8px;
   border-bottom-right-radius:8px;
}

form.home_search_form button:hover {
  background: #0b7dda;
}

form.home_search_form::after {
  content: "";
  clear: both;
  display: table;
}
.search_input{
	height:40px;
	width:100%;
}
* {
  box-sizing: border-box;
}

.se-pre-con {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: url('../images/common/loading.gif') center no-repeat #ffffff;
}

.sign_up_form_div{
	margin-top:50px;
}

.home_labels{
	font-size:large;
	color:#ffffff;
}
.home_input{
	height:50px !important;
	border:2px solid #ffffff;
}

.profile_pic{
	border-radius: 50%; 
    width: 100px;
    height: 100px;
}

.profile_photo_thumbnail{
	max-height:200px;
	width:auto;
}

.footer-bs {
    background-color: #F2F2F2;
	padding: 60px 40px;
	color: #20262E;
	margin-bottom: 20px;
	border-bottom-right-radius: 6px;
	border-top-left-radius: 0px;
	border-bottom-left-radius: 6px;
	font-family:'PTSans-Regular' !important;
}
.footer-bs .footer-brand, .footer-bs .footer-nav, .footer-bs .footer-social, .footer-bs .footer-ns { padding:10px 25px; }
.footer-bs .footer-nav, .footer-bs .footer-social, .footer-bs .footer-ns { border-color: transparent; }
.footer-bs .footer-brand h2 { margin:0px 0px 10px; }
.footer-bs .footer-brand p { font-size:12px; color:#20262E; }

.footer-bs .footer-nav ul.pages { list-style:none; padding:0px; }
.footer-bs .footer-nav ul.pages li { padding:5px 0px;}
.footer-bs .footer-nav ul.pages a { color:#20262E; font-weight:bold; text-transform:uppercase; }
.footer-bs .footer-nav ul.pages a:hover { color:#2A0944; text-decoration:none; }
.footer-bs .footer-nav h4 {
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: 3px;
	margin-bottom:10px;
}

.footer-bs .footer-nav ul.list { list-style:none; padding:0px; }
.footer-bs .footer-nav ul.list li { padding:5px 0px;}
.footer-bs .footer-nav ul.list a { color:#20262E; }
.footer-bs .footer-nav ul.list a:hover { color:#2A0944; text-decoration:none; }

.footer-bs .footer-social ul { list-style:none; padding:0px; }
.footer-bs .footer-social h4 {
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: 3px;
}
.footer-bs .footer-social li { padding:5px 4px;}
.footer-bs .footer-social a { color:#20262E;}
.footer-bs .footer-social a:hover { color:rgba(255,255,255,0.80); text-decoration:none; }

.footer-bs .footer-ns h4 {
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: 3px;
	margin-bottom:10px;
}
.footer-bs .footer-ns p { font-size:12px; color:#20262E; }

@media (min-width: 768px) {
	.footer-bs .footer-nav, .footer-bs .footer-social, .footer-bs .footer-ns { border-left:solid 1px rgba(255,255,255,0.10); }
}

.custom_panel {
  background-color: #ffffff;
  border: 0px solid #ccc;
  border-radius: 4px;
  padding: 20px;
  box-shadow: 0 5px 7px rgba(0, 0, 0, 0.1);
}

.custom_panel h2 {
  font-size: 18px;
  margin-top: 0;
  margin-bottom: 10px;
}

.custom_panel p {
  font-size: 14px;
  margin-top: 0;
  margin-bottom: 10px;
}

.custom_panel .button {
  background-color: #ffffff;
  color: #fff;
  border: none;
  border-radius: 4px;
  padding: 10px 20px;
  font-size: 14px;
  cursor: pointer;
}

.custom_panel .button:hover {
  background-color: #0056b3;
}

.custom_panel .button:focus {
  outline: none;
}
.custom_panel:hover {
  background-color: #e0e0e0;
}
.navbar-fixed{
  position:fixed !important;
  width: 100% !important;
  z-index: 100 !important;
  -webkit-transition: all 0.3s ease !important;
    -moz-transition: all 0.3s ease !important;
    -o-transition: all 0.3s ease !important;
    transition: all 0.3s ease !important;
    background-color: #ffffff !important;

}
.faq_legend{
	color:#ffffff;
	text-decoration:italic !important;
	font-weight:bold;
	font-style:italic;
}