/**
  * Name: Aquaius
  * Version: 1.0
  * Author: Themesflat
  * Author URI: http://www.themesflat.com
*/

@import url("font-awesome.css");
@import url("icomoon.css");
@import url("flexslider.css");
@import url("owl.carousel.css");
@import url("shortcodes.css");
@import url("revolution-slider.css");
@import url("magnific-popup.css");
@import url("https://fonts.googleapis.com/css?family=Karla:400,400italic,700,700italic");
@import url("https://fonts.googleapis.com/css?family=Raleway:400,700,900");
@import url("https://fonts.googleapis.com/css?family=Vollkorn:400,400italic,700,700italic");

/** 
  * Reset
  * Repeatable Patterns
  * Top 
  * Header
  * Page title
  * Breadcrumbs
  * Blog
  * Blog fullwidth
  * Pagination
  * Blog single
  * Widgets
  * Course single
  * Boxed
  * Switcher
  * GoTop Button
  * Footer
  * Load more
  * Bottom
  * Flat socials
  * Login
  * Parallax
  * Revolution Slider
*/

/* Reset
-------------------------------------------------------------- */
	html {
		overflow-y: scroll;
		-webkit-text-size-adjust: 100%;
		   -ms-text-size-adjust: 100%;
	}

	body {
		line-height: 1;
		-webkit-font-smoothing: antialiased;
		-webkit-text-size-adjust: 100%;
		   -ms-text-size-adjust: 100%;
	}

	a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, caption, canvas, center, cite, code,
	dd, del, details, dfn, dialog, div, dl, dt, em, embed, fieldset, figcaption, figure, form, footer, header, hgroup, h1, h2, h3, h4, h5, h6, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav,object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, tt, table, tbody, textarea, tfoot, thead, time, tr, th, td, u, ul, var, video  { 
		font-family: inherit; 
		font-size: 100%; 
		font-weight: inherit; 
		font-style: inherit; 
		vertical-align: baseline; 
		margin: 0; 
		padding: 0; 
		border: 0; 
		outline: 0;
		background: transparent;
	}

	article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { 
		display: block;
	}
	                          
	ol, ul {
		list-style: none;
	}

	blockquote, q { 
		-webkit-hyphens: none;
		  -moz-hyphens: none;
		   -ms-hyphens: none;
		       hyphens: none;
		        quotes: none;
	}

	figure {
		margin: 0;
	}

	:focus {
		outline: 0;
	}

	table { 
		border-collapse: collapse; 
		border-spacing: 0;
	}

	img {
		border: 0;
		-ms-interpolation-mode: bicubic;
		vertical-align: middle;
	}

	legend {
		white-space: normal;
	}

	button,
	input,
	select,
	textarea {
		font-size: 100%;
		margin: 0;
		max-width: 100%;
		vertical-align: baseline;
		-webkit-box-sizing: border-box;
		  -moz-box-sizing: border-box;
		       box-sizing: border-box;
	}

	button,
	input {
		line-height: normal;
	}

	input,
	textarea {
		background-image: -webkit-linear-gradient(hsla(0,0%,100%,0), hsla(0,0%,100%,0)); /* Removing the inner shadow, rounded corners on iOS inputs */
	}

	button,
	input[type="button"],
	input[type="reset"],
	input[type="submit"] {
		line-height: 1;
    cursor: pointer; /* Improves usability and consistency of cursor style between image-type 'input' and others */
    -webkit-appearance: button; /* Corrects inability to style clickable 'input' types in iOS */
       -moz-appearance: button;
            appearance: button; /* This line fixes the error! */
    border: none;
	}

	input[type="checkbox"],
	input[type="radio"] {
		padding: 0; /* Addresses excess padding in IE8/9 */
	}

	input[type="search"] {
    -webkit-appearance: textfield; /* Addresses appearance set to searchfield in S5, Chrome */
       -moz-appearance: textfield;
            appearance: textfield; /* This fixes the error! */
}

	input[type="search"]::-webkit-search-decoration { /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
		-webkit-appearance: none;
	}

	button::-moz-focus-inner,
	input::-moz-focus-inner { /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
		border: 0;
		padding: 0;
	}

	*,
	*:before,
	*:after {
		-webkit-box-sizing: border-box;
		   -moz-box-sizing: border-box;
		        box-sizing: border-box;
	}

	/* Font */
	@font-face {
	  font-family: 'Notera_PersonalUseOnly';
	  src: url('../fonts/Notera_PersonalUseOnly.eot'); /* IE9 Compat Modes */
	  src: url('../fonts/Notera_PersonalUseOnly.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
	    url('../fonts/Notera_PersonalUseOnly.woff2') format('woff2'), /* Modern Browsers */
	    url('../fonts/NoteraPersonalUseOnly.woff') format('woff'), /* Modern Browsers */
	    url('../fonts/NoteraPersonalUseOnly.ttf') format('truetype'), /* Safari, Android, iOS */
	    url('../fonts/NoteraPersonalUseOnly.svg') format('svg'); /* Legacy iOS */  font-weight: normal;
	  font-style: normal;
	}
	
/* Repeatable Patterns
-------------------------------------------------------------- */
*,
*:before,
*:after {
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
			box-sizing: border-box;
}

body {
	font: 16px/28px "Karla", sans-serif;
	font-weight: 400;
	background-color: #fff;		
	color: #9c9c9c;
}

a {		
	text-decoration: none;
	-webkit-transition: background 0.3s ease; 0.3s ease-in-out;
		   -moz-transition: background 0.3s ease; 0.3s ease-in-out;
			-ms-transition: background 0.3s ease; 0.3s ease-in-out;
			 -o-transition: background 0.3s ease; 0.3s ease-in-out;
				transition: background 0.3s ease; 0.3s ease-in-out;
}

a:hover,
a:focus {
	color: #9c9c9c;
	text-decoration: none;
	outline: 0;
	-webkit-transition: background 0.3s ease; 0.3s ease-in-out;
	   -moz-transition: background 0.3s ease; 0.3s ease-in-out;
		-ms-transition: background 0.3s ease; 0.3s ease-in-out;
		 -o-transition: background 0.3s ease; 0.3s ease-in-out;
			transition: background 0.3s ease; 0.3s ease-in-out;
}

ul, ol {
	padding: 0;
}

img {
	max-width: 100%;
	height: auto;		
}

.img-left {
	margin: -10px 50px 0 0 !important;
	float: left;
}

.img-right {
	margin: 0 0 0 50px !important;
	float: right;
}

b, strong {
	font-weight: 900;
}

.entry-page p {
	margin-bottom: 25px;
}

h1 { font: 48px/48px "Georgia", sans-serif;}
h2 { font: 40px/40px "Georgia", sans-serif;}
h6 { font: 18px/30px "Georgia", sans-serif;}
h1, h2, h3, h6 { color: #FFFFFF; }

.pd-right40 { padding-right: 40px; }
.text-white { color: #fff; }
.nopad { padding: 0 0; }

.zindex { z-index: 99999; }

.mag-top-199px { margin-top: -199px; }

.pad-top0px { padding-top: 0; }
.pad-top50px { padding-top: 50px; }
.pad-top55px { padding-top: 55px; }
.pad-top60px { padding-top: 60px; }
.pad-top65px { padding-top: 65px; }
.pad-top70px { padding-top: 70px; }
.pad-top80px { padding-top: 80px; }
.pad-top85px { padding-top: 85px; }
.pad-top90px { padding-top: 90px; }
.pad-top95px { padding-top: 95px; }
.pad-top130px { padding-top: 130px; }
.pad-top155px { padding-top: 155px; }
.pad-top220px { padding-top: 220px; }
.pad-top180px { padding-top: 180px; }
.pad-top240px { padding-top: 240px; }
.pad-top375px { padding-top: 375px; }

.pad-bottom0px { padding-bottom: 0; }
.pad-bottom30px { padding-bottom: 30px; }
.pad-bottom40px { padding-bottom: 40px; }
.pad-bottom45px { padding-bottom: 45px; }
.pad-bottom50px { padding-bottom: 50px; }
.pad-bottom60px { padding-bottom: 60px; }
.pad-bottom70px { padding-bottom: 70px; }
.pad-bottom75px { padding-bottom: 75px; }
.pad-bottom80px { padding-bottom: 80px; }
.pad-bottom85px { padding-bottom: 85px; }
.pad-bottom90px { padding-bottom: 90px; }
.pad-bottom95px { padding-bottom: 95px; }
.pad-bottom110px { padding-bottom: 110px; }
.pad-bottom120px { padding-bottom: 120px; }
.pad-bottom135px { padding-bottom: 135px; }
.pad-bottom158px { padding-bottom: 158px; }
.pad-bottom197px { padding-bottom: 197px; }
.pad-bottom360px { padding-bottom: 360px; }

.pad-top80px.n-content {
	padding: 80px 0 85px;
}

.pad-top90px.main-content {
	padding: 90px 0 46px;
}


button {
	border: none;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {		
    font-size: 16px;
    font-family: "Karla", sans-serif;
    font-weight: 700;   
    color: #fff;
    background-color: #9c9c9c;
    text-transform: uppercase;    
    padding: 24px 120px 21px 124px;
    letter-spacing: 1.2px;
    -webkit-border-radius: 50px;
	   -moz-border-radius: 50px;
	     -o-border-radius: 50px;
	        border-radius: 50px;
    -webkit-transition: background 0.3s ease; 0.3s ease 0s;
       -moz-transition: background 0.3s ease; 0.3s ease 0s;
        -ms-transition: background 0.3s ease; 0.3s ease 0s;
         -o-transition: background 0.3s ease; 0.3s ease 0s;
            transition: background 0.3s ease; 0.3s ease 0s;
}

select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"] {	
	width: 100%;
	border-style: solid;
	border-color: #eef1f6;
	border-width: 1px;	
	background-color: #eef1f6;		
	height: 50px;
	margin-bottom: 30px;
	padding: 12px 17px;
	border-radius: 0;
	-webkit-transition: background 0.3s ease; 0.3s ease-in-out;
	   -moz-transition: background 0.3s ease; 0.3s ease-in-out;
	    -ms-transition: background 0.3s ease; 0.3s ease-in-out;
	     -o-transition: background 0.3s ease; 0.3s ease-in-out;
	        transition: background 0.3s ease; 0.3s ease-in-out;
}

textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus {
	border: 1px solid #9c9c9c;
	-webkit-box-shadow: none;
	   -moz-box-shadow: none;
			box-shadow: none;
}

textarea {
	width: 100%;
	height: 150px;
	padding: 12px 17px;
}

input[type="checkbox"] {
	display: inline;
}

textarea:-moz-placeholder,
textarea::-moz-placeholder,
input:-moz-placeholder,
input::-moz-placeholder {		
	color: #9c9c9c;
	opacity: 1;
}

input:-ms-input-placeholder {
	color: #9c9c9c;
}

textarea::-webkit-input-placeholder,
input::-webkit-input-placeholder {
	color: #9c9c9c;
	opacity: 1;
}

@-webkit-keyframes pop-scale { 0% { -webkit-transform: scale(0.7) } 100% { -webkit-transform: scale(1) } }
@-moz-keyframes pop-scale { 0% { -moz-transform: scale(0.7) } 100% { -moz-transform: scale(1) } }
@keyframes pop-scale { 0% { transform: scale(0.7) } 100% { transform: scale(1) } }

/* bootstrap resetting elements */
.btn {
	background-image: none;
}

textarea, 
input[type="text"],
input[type="submit"],
input[type="password"], 
input[type="datetime"], 
input[type="datetime-local"], 
input[type="date"], 
input[type="month"], 
input[type="time"], 
input[type="week"], 
input[type="number"], 
input[type="email"], 
input[type="url"], 
input[type="search"], 
input[type="tel"], 
input[type="color"], 
.uneditable-input,
.dropdown-menu,
.navbar .nav > .active > a, 
.navbar .nav > .active > a:hover, 
.navbar .nav > .active > a:focus 
{
	-webkit-appearance: none;
	text-shadow: none;
	-webkit-appearance: none;
       -moz-appearance: none;
            appearance: none; /* This makes the error go away! */
	        box-shadow: none;
	color: #999999;
}

.blog-single .entry p {
	margin-bottom: 30px;
}

/* Top 
---------------------------------------------------------------*/
.top {
	border-bottom: 1px solid #eeeeee;
}

/* Information top */
.flat-information {
    margin: 0 0;
    padding: 0;	
}

.flat-information > li {
    display: inline-block;
    position: relative;
    margin-left: 40px;
    padding-left: 28px;
}

.flat-information > li:first-child {
    margin-left: 0;
}

/* 1. The Phone Icon */
.flat-information > li.phone:before {
    position: absolute;
    left: 0;
    top: 0;
    font-family: FontAwesome;
    content: "\f095"; 
    color: #000000; /* Pure white so it shows up on green! */
    font-size: 16 px ;
}

/* 2. The Email Icon */
.flat-information > li.email:before {
    position: absolute;
    left: 0;
    top: 0;
    font-family: FontAwesome;
    content: "\f0e0"; 
    color: #000000; 
    font-size: 16 px ;
}

/* 3. The Location Address Icon */
.flat-information > li.address:before {
    position: absolute;
    left: 0;
    top: 0;
    font-family: FontAwesome;
    content: "\f041"; 
    color: #000000; 
    font-size: 16 px ;
}

/* Text and Link Colors */
.flat-information > li.address {
    font-size: 12px;
    font-family: "Karla", sans-serif;
    color: #000000; /* Makes address white */
}

.flat-information > li > a {
    display: inline-block;		
    color: #000000;	/* Makes email and phone links white */
    font-size: 12px;
    font-family: "Karla", sans-serif;
}

.flat-information > li > a:hover {
    color: #2b3341;	/* Turns dark navy when you hover */
}


/* Language top */
.top .language {
   position: relative; 
   padding: 15px 0 16px; 
}

.top .language li.current:before {
   position: absolute;
   left: 0;
   top: 0;
   content: "\f1ab";
   font-family: "FontAwesome";
   font-size: 16 px ;
   color: #9c9c9c;
}

.top .language .current {
   position: relative;
   padding: 0 15px 0 5px;
}

.top .language .current > a {   
   padding-left: 20px;
}

.top .language .current:after {
   content: "\f107";
   font-family: "FontAwesome";
   font-size: 12px;
   position: absolute;
   right: 0;
   top: 0;
   color: #999999;
}

.top .language > ul > li > ul {
   position: absolute;
   left: 0;
   top: 100%;
   width: 130px;
   background-color: #9c9c9c;
   -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
       filter: alpha(opacity=0);
      opacity: 0;
   visibility: hidden;
   z-index: 9999;
   -webkit-transform: translate(0px, 10px);
	  -moz-transform: translate(0px, -10px);
	   -ms-transform: translate(0px, -10px);
		-o-transform: translate(0px, -10px);
		   transform: translate(0px, -10px);
   -webkit-transition: background 0.3s ease; 0.3s ease-in-out;
	   -moz-transition: background 0.3s ease; 0.3s ease-in-out;
	    -ms-transition: background 0.3s ease; 0.3s ease-in-out;
	     -o-transition: background 0.3s ease; 0.3s ease-in-out;
	        transition: background 0.3s ease; 0.3s ease-in-out;
}

.top .language > ul > li:hover > ul {
   -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
       filter: alpha(opacity=100);
      opacity: 1;
   visibility: visible;
   -webkit-transform: translate(0, 0);
	   -moz-transform: translate(0, 0);
	    -ms-transform: translate(0, 0);
	     -o-transform: translate(0, 0);
	        transform: translate(0, 0); 
}

.top .language > ul > li > ul li {
   border-top: 1px solid #9c9c9c;  
}

.top .language > ul > li > ul li:first-child {
   border-top: none;
}

.top .language > ul > li > ul li a {
   display: block;
   padding: 7px 0;
   line-height: 29px;
   text-align: center;
   color: #fff;
}

.top .language > ul > li > ul li a:hover {
	background-color: #333333;
}

.top .language > ul > li > ul li:hover a {
   background-color: #9c9c9c;
}

/* top-navigator */
.top .top-navigator {
	text-align: right;
}

.top .top-navigator ul li {
	display: inline-block;
	border-right: 1px solid #eeeeee;
	padding: 15px 35px 16px 28px;
	position: relative;
}

.top .top-navigator ul li a {
	font-size: 12px;
	font-family: "Karla", sans-serif;
	color: #999999;
}

.top .top-navigator ul li a:hover {
	color: #9c9c9c;
}

.top .top-navigator ul li:first-child {
	border-left: 1px solid #eeeeee;
}

/* Header
-------------------------------------------------------------- */
.header {
	background-color: #fff;
	-webkit-transition: background 0.3s ease; 0.3s ease-in-out;
	   -moz-transition: background 0.3s ease; 0.3s ease-in-out;
		-ms-transition: background 0.3s ease; 0.3s ease-in-out;
		 -o-transition: background 0.3s ease; 0.3s ease-in-out;
			transition: background 0.3s ease; 0.3s ease-in-out;
}

.header .header-wrap {
	max-width: 1920px;	
	margin: 0 auto;	
	position: relative;
}

.header .header-wrap .logo {	
	-webkit-transition: background 0.3s ease; 0.3s linear;
		   -moz-transition: background 0.3s ease; 0.3s linear;
		    -ms-transition: background 0.3s ease; 0.3s linear;
		     -o-transition: background 0.3s ease; 0.3s linear;
		        transition: background 0.3s ease; 0.3s linear;	
	margin: 42px 0 17px 0;	
}

.header .header-wrap .show-search {
	padding-right: 32px;
	position: absolute;
	top: 50%;
	right: 0;
	margin-top: -17.5px;
	text-align: center;		
}

.header .header-wrap .show-search i {
	font-size: 12px;
	color: #fff;
	width: 35px;
	height: 35px;
	line-height: 35px;
	background-color: #9c9c9c;
	-webkit-border-radius: 50%;
	   -moz-border-radius: 50%;
	    -ms-border-radius: 50%;
	     -o-border-radius: 50%;
	        border-radius: 50%;
	-webkit-transition: background 0.3s ease; 0.3s ease-in-out;
	   -moz-transition: background 0.3s ease; 0.3s ease-in-out;
		-ms-transition: background 0.3s ease; 0.3s ease-in-out;
		 -o-transition: background 0.3s ease; 0.3s ease-in-out;
			transition: background 0.3s ease; 0.3s ease-in-out;
}

.header .header-wrap .show-search i:hover {
	border-width: 1px;
	border-color: #9c9c9c;
	border-style: solid;
	color: #9c9c9c;
	background-color: #fff;
}

.header .header-wrap .language-wrap ul li {
	display: inline-block;
	padding-right: 21px;
	position: relative;
}

.header .header-wrap .language-wrap ul li.current a {
	color: #202020;	
}

.header .header-wrap .language-wrap ul li a:hover {
	color: #9c9c9c;
}

.header .header-wrap .language-wrap ul li.current:after {
	position: absolute;
	right: 8px;
	top: 25px;
	content: "/";
	color: #202020;	
}

.header .header-wrap .language-wrap ul,
.header .header-wrap .language-wrap .btn-menu-active {
	float: right;
}

.header .header-wrap .language-wrap .btn-menu-active {
	text-align: center;
	padding: 0 25px;
	border-left: 1px solid #e5e5e5;
}

.header .header-wrap .language-wrap .btn-menu-active a {
	line-height: 73px;
}

.header .header-wrap .language-wrap ul li a {
	text-transform: uppercase;
	font-family: 'Lato', sans-serif;
	font-size: 12px;
	color: #a5a5a5;
	line-height: 73px;
}

/* Header Fix */
.header.is-sticky {
    background-color: #9c9c9c;
	width: 100%;
	z-index: 1000;
	-webkit-transition: background 0.3s ease; 0.3s ease-in-out;
	   -moz-transition: background 0.3s ease; 0.3s ease-in-out;
		-ms-transition: background 0.3s ease; 0.3s ease-in-out;
		 -o-transition: background 0.3s ease; 0.3s ease-in-out;
			transition: background 0.3s ease; 0.3s ease-in-out;
}

.header.is-sticky .header-wrap .logo {
	margin: 16 px  0 15px 0;	
}

.header.is-sticky #mainnav > ul > li > a {
	line-height: 80px;	
	height: 80px;
	color: #670000;
}

.header.is-sticky #mainnav > ul > li > a:hover {
	color: #999999;
}

.home-boxed .header.is-sticky {
	width: 95.4%;
}

/* navigation */
.nav-wrap {
	position: relative;
}

#mainnav {
	float: right;
	-webkit-transition: background 0.3s ease; 0.3s ease-out;
	   -moz-transition: background 0.3s ease; 0.3s ease-out;
	    -ms-transition: background 0.3s ease; 0.3s ease-out;
	     -o-transition: background 0.3s ease; 0.3s ease-out;
	        transition: background 0.3s ease; 0.3s ease-out;
}

#mainnav ul {
   list-style: none;
   margin: 0;
   padding: 0;
}

#mainnav > ul > li {
	float: left;
}

#mainnav ul li {
   position: relative;
}

#mainnav ul li.has-mega-menu {
    position: static;
}

#mainnav > ul > li {
   display: inline-block;   
}

#mainnav > ul > li > a {
    position: relative;
    display: block;
    font-family: "Karla", sans-serif;
	text-transform: uppercase;
    color: #999999;   
    text-decoration: none; 
    line-height: 120px;
    height: 120px;
    font-weight: 700;
    padding: 0 33px 0 33px;
    outline: none;
    letter-spacing: 1.8px;
}

#mainnav > ul > li:last-child > a {
	padding-right: 0px;
}

/* submenu */
#mainnav ul.submenu {
    position: absolute;
    left: 33px;
    top: 150%;
    width: 345px;
    background-color: #9c9c9c;
    z-index: 9999;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
   	   filter: alpha(opacity=0);
      opacity: 0;  
    visibility: hidden;
    -webkit-transition: background 0.3s ease; 0.3s ease-in-out;
	   -moz-transition: background 0.3s ease; 0.3s ease-in-out;
	    -ms-transition: background 0.3s ease; 0.3s ease-in-out;
	     -o-transition: background 0.3s ease; 0.3s ease-in-out;
	        transition: background 0.3s ease; 0.3s ease-in-out;
}

/* right sub-menu */
#mainnav ul.right-sub-menu {
    left: auto;
    right: 33px;
}

#mainnav ul li:hover > ul.submenu {
	top: 100%;
   -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
       filter: alpha(opacity=100);
      opacity: 1;
   visibility: visible;
	border-top: 1px solid #9c9c9c;
}

#mainnav ul li ul li {
   margin-left: 0;
}

#mainnav ul.submenu li ul {
   position: absolute;
   left: 360px;
   top: 0 !important;
}

#mainnav ul.submenu > li {
   border-top: 1px solid #9c9c9c;  
}

#mainnav ul.submenu > li.sub-parent:after {
	content: "\f105";
   	font-family: "FontAwesome";
   	font-size: 16 px ;
   	position: absolute;
   	right: 25px;
   	top: 11px;
   	color: #999999;
   -webkit-transition: background 0.3s ease; 0.3s ease-in-out;
	   -moz-transition: background 0.3s ease; 0.3s ease-in-out;
	    -ms-transition: background 0.3s ease; 0.3s ease-in-out;
	     -o-transition: background 0.3s ease; 0.3s ease-in-out;
	        transition: background 0.3s ease; 0.3s ease-in-out;

}

#mainnav ul.submenu li:first-child {
   border-top: none;
}

#mainnav ul.submenu > li > a {
    display: block;
    font-family: "Condensed-Black", sans-serif;
    letter-spacing: 1px;
    font-size: 13px;
    color: #ffffff;
    text-transform: uppercase;
    text-decoration: none;
    padding: 0 0 0 26px;
    line-height: 50px;
    -webkit-transition: background 0.3s ease; 0.3s ease-in-out;
	   -moz-transition: background 0.3s ease; 0.3s ease-in-out;
	    -ms-transition: background 0.3s ease; 0.3s ease-in-out;
	     -o-transition: background 0.3s ease; 0.3s ease-in-out;
	        transition: background 0.3s ease; 0.3s ease-in-out;
}

#mainnav ul.submenu > li > a:hover {
	background-color: #f58321;
}

#mainnav ul.submenu > li.sub-parent:hover::after {
	right: 18px;
}

#mainnav > ul > li > a:hover,
#mainnav > ul > li.home > a {
   color: #9c9c9c ;
}

/* Mobile navigation
---------------------------------------- */
#mainnav-mobi {
   	display: block;
   	margin: 0 auto;
   	width: 100%;
   	position: absolute;
   	background-color: #9c9c9c;
   	z-index: 1000;
}

#mainnav-mobi ul {
   	display: block;
   	list-style: none;
   	margin: 0;
   	padding: 0;
}

#mainnav-mobi ul li {
   	margin:0;
   	position: relative;
   	text-align: left;
   	border-top: 1px solid #9c9c9c;
   	cursor: pointer
}

#mainnav-mobi ul > li > a {
   	text-decoration: none;
   	height: 50px;
   	line-height: 50px;
   	padding: 0 50px;
   	color: #fff;
}

#mainnav-mobi ul.sub-menu {
   	top: 100%;
   	left: 0;
   	z-index: 2000;
   	position: relative;
   	background-color: #333333;
}

#mainnav-mobi > ul > li > ul > li,
#mainnav-mobi > ul > li > ul > li > ul > li {
   	position: relative;
   	border-top: 1px solid #9c9c9c;
}

#mainnav-mobi > ul > li > ul > li > ul > li a {
   	padding-left: 70px !important
}

#mainnav-mobi ul.sub-menu > li > a {
   	display: block;
   	text-decoration: none;
   	padding: 0 60px;
   	border-top-color: rgba(255,255,255,.1);
	-webkit-transition: background 0.3s ease; 0.2s ease-out;
	   -moz-transition: background 0.3s ease; 0.2s ease-out;
	     -o-transition: background 0.3s ease; 0.2s ease-out;
	        transition: background 0.3s ease; 0.2s ease-out;
}

#mainnav-mobi > ul > li > ul > li:first-child a {
	border-top: none;
}

#mainnav-mobi ul.sub-menu > li > a:hover,
#mainnav-mobi > ul > li > ul > li.active > a {
	color: #fff;
}

.btn-menu {
	display: none;
	float: right;
	position: relative;
	background: transparent;
	cursor: pointer;
	margin: 40px 0;
	width: 26px;
	height: 16px;
    -webkit-transition: background 0.3s ease; ease .238s;
       -moz-transition: background 0.3s ease; ease .238s;
            transition: background 0.3s ease; ease .238s;
}

.btn-menu:before,
.btn-menu:after, 
.btn-menu span {
	background-color: #9c9c9c;
    -webkit-transition: background 0.3s ease; ease .238s;
       -moz-transition: background 0.3s ease; ease .238s;
            transition: background 0.3s ease; ease .238s;
}

.btn-menu:before,
.btn-menu:after {
	content: '';
	position: absolute;
	top: 0;
	height: 2px;
	width: 100%;
	left: 0;
	top: 50%;
	-webkit-transform-origin: 50% 50%;
	    -ms-transform-origin: 50% 50%;
	        transform-origin: 50% 50%;
}

.btn-menu span {
	position: absolute;
	width: 100%;
	height: 2px;
	left: 0;
	top: 50%;
	overflow: hidden;
	text-indent: 200%;
}

.btn-menu:before {
	-webkit-transform: translate3d(0, -7px, 0);
	        transform: translate3d(0, -7px, 0);
}

.btn-menu:after {
	-webkit-transform: translate3d(0, 7px, 0);
            transform: translate3d(0, 7px, 0);
}

.btn-menu.active span {
	opacity: 0;
}

.btn-menu.active:before {
	-webkit-transform: rotate3d(0, 0, 1, 45deg);
            transform: rotate3d(0, 0, 1, 45deg);
}

.btn-menu.active:after {
	-webkit-transform: rotate3d(0, 0, 1, -45deg);
            transform: rotate3d(0, 0, 1, -45deg);
}

.btn-submenu {
   position: absolute;
   right: 20px;
   top: 0;
   font: 20px/50px 'FontAwesome';
   text-align: center;
   cursor: pointer;
   width: 70px;
   height: 44px;
}

.btn-submenu:before {
   content: "\f107";
   color: #fff;
}

.btn-submenu.active:before {
   content: "\f106"
}

.btn-menu {
   display: none 
}

/* Search */
.top-search {
    position: absolute;
    width: 100%;
    left: 0;
    top: -50px;
    opacity: 0;
    z-index: -99;
    -webkit-transition: background 0.3s ease; 0.3s ease 0s;
    -moz-transition: background 0.3s ease; 0.3s ease 0s;
    -ms-transition: background 0.3s ease; 0.3s ease 0s;
    -o-transition: background 0.3s ease; 0.3s ease 0s;
    transition: background 0.3s ease; 0.3s ease 0s;
}

.top-search.show {
    top: 0;
    opacity: 1;
    z-index: 9999;
}

.widget_search .search-form {
    position: relative;
}

.widget_search .search-form label {
    display: block;
}

.widget_search .search-form input[type="search"] {
	background-color: #fff;
	color: #9c9c9c;
}

.widget_search .search-field {
    width: 100%;
    margin: 0;
}

.widget_search input {
    padding: 0 43px;
}

.widget_search .search-form .search-submit {
	border: medium none;
    background: url(../images/icon/search-icon.png) #9c9c9c no-repeat center;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 50px;
    height: 50px;
    transition: background 0.3s ease; 0.3s ease 0s;
    font-size: 0;
    border-radius: 0;
}

/* Page title
-------------------------------------------------------------- */
.page-title {
	position: relative;
	text-align: center;
	padding: 117px 0 116px;
}

.page-title .overlay {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #9c9c9c;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
       opacity: 0.9;
        filter: alpha(opacity=90); 
}

.page-title .page-title-heading h1 {
	font-family: "Georgia", sans-serif;
	color: #ffffff;
	font-size: 48px;
	line-height: 48px;
	margin-bottom: 12px;
}

.page-title.bg-black-sv .page-title-heading .title {
 	color: #000;
}

/* Breadcrumbs
-------------------------------------------------------------- */
.breadcrumbs ul li {
	display: inline-block;
	padding-left: 13px;
	position: relative;
}

.breadcrumbs ul li:before {
	position: absolute;
	left: 3px;
    top: 0;
	content: "/";	
	font-family: "Karla", sans-serif;
	color: #ffffff;
	font-size: 12px;
	line-height: 12px;
}

.breadcrumbs ul li:first-child::before {
	content: "";
} 

.breadcrumbs ul li ,
.breadcrumbs ul li a {
	font-size: 12px;
	line-height: 12px;
	font-family: "Karla", sans-serif;	
	color: #fff;
}

.breadcrumbs ul li a:hover {
	color: #FFFFFF;
}

/* Blog
-------------------------------------------------------------- */
.main-content {
	background-color: #eef1f6;
	padding: 100px 0 70px;
}

.entry-post p {
	margin-bottom: 37px;
}

.entry {
	margin-bottom: 50px;
}

.blog .entry:last-child {
	margin-bottom: 64px;
}

.blog .entry .feature-post {
	float: left;
	width: 51.28205128205128%;
}

.blog .entry .main-post {
	background-color: #fff;
	padding: 43px 40px 0 15px;
	margin-top: 30px;
	float: left;
	width: 48.71794871794872%;
}

.entry .title-post {
	font-family: "Georgia", sans-serif;	
	font-size: 18px;		
	margin-bottom: 13px;	
}

.entry .title-post a {
	color: #303030;
}

.entry .title-post a:hover {
	color: #9c9c9c;
}

.entry .meta-post {
	margin-bottom: 23px;
}

.entry .meta-post ul li {
	position: relative;
	padding-left: 24px;
	margin-right: 26px;
	display: inline-block;
}

.entry .meta-post ul li:first-child {
	padding-left: 0;
}

.entry .meta-post ul li:first-child:before {
	content: "";
}

.entry .meta-post ul li:before {
	position: absolute;
	left: 0;
	top: 0;	
	font-family: 'FontAwesome';
	content: "\f017";	
	font-style: normal;	
}

.entry .meta-post ul li.post-categories:before {		
	content: "\f02c";	
}

.entry .read-more {
	display: block;
	font-style: italic;
	font-size: 12px;
	color: #999999;
	font-family: "Georgia", sans-serif;
	margin-top: 20px;
}

.entry .read-more:hover {
	color: #9c9c9c;
}

/* Images left */
.entry.images-left .main-post {
	position: relative;
}

.entry.images-left .main-post:before {
	position: absolute;
	left: -30px;
	top: 0;
	content: "";
	width: 30px;
	height: 100%;
	background-color: #fff;
}

/* Images right */
.entry.images-right .main-post {
	position: relative;
	margin-top: 0;
	padding-left: 42px;
	padding-right: 0;
}

.entry.images-right .feature-post {
	margin-top: 30px;
}

.entry.images-right .main-post:after {
	position: absolute;
	right: -30px;
	top: 0;
	content: "";
	width: 30px;
	height: 100%;
	background-color: #fff;
}

/* Blog fullwidth
-------------------------------------------------------------- */
.wrap-blog-fullwidth {
	padding: 0 60px;
}

.blog-fullwidth .entry {
	background-color: #fff;
	margin-bottom: 0;
	box-shadow: 0px 5px 7px 0px rgba(0, 0, 0, 0.02);
	-webkit-transition: background 0.3s ease; 0.3s ease-in-out;
	   -moz-transition: background 0.3s ease; 0.3s ease-in-out;
		-ms-transition: background 0.3s ease; 0.3s ease-in-out;
		 -o-transition: background 0.3s ease; 0.3s ease-in-out;
			transition: background 0.3s ease; 0.3s ease-in-out;
}

.blog-fullwidth .entry:hover {
	cursor: pointer;
	box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.06);
}

.blog-fullwidth .entry.flat-flexslides {
	position: relative;
}

.blog-fullwidth .entry.flat-flexslides .flex-control-nav {
	top: 30%;
	opacity: 0;
	bottom: 235px;
}

.blog-fullwidth .entry.flat-flexslides .flex-control-paging li a {
	width: 6px;
	height: 6px;
	background-color: #fff;
}

.blog-fullwidth .entry.flat-flexslides .flex-control-paging li a.flex-active {
	background-color: #999999;
}

.blog-fullwidth .entry.flat-flexslides:hover .flex-control-nav {
	opacity: 1;
	z-index: 99;
}

.blog-fullwidth .entry .entry-title {
	padding: 25px 36px;		
}

.blog-fullwidth .entry .entry-title a {
	color: #000;
	text-transform: capitalize;
	font-family: "Georgia", sans-serif;
	letter-spacing: 0.7px;
}

.blog-fullwidth .entry .entry-title a:hover {
	color: #9c9c9c;
}

/* Pagination
-------------------------------------------------------------- */
.blog-pagination {
	text-align: center;
	margin-top: 20px;
}

.blog-pagination .flat-pagination li {
	display: inline-block;
	margin-left: 5px;
}

.blog-pagination .flat-pagination li a {
	display: inline-block;
	width: 42px;
	line-height: 38px;
	font-family: "Vollkorn", sans-serif;	
	color: #999999;	
	font-style: italic;
	-webkit-border-radius: 50%;
	   -moz-border-radius: 50%;
	     -o-border-radius: 50%;
	        border-radius: 50%;
	-webkit-transition: background 0.3s ease; 0.3s ease-in-out;
	   -moz-transition: background 0.3s ease; 0.3s ease-in-out;
		-ms-transition: background 0.3s ease; 0.3s ease-in-out;
		 -o-transition: background 0.3s ease; 0.3s ease-in-out;
			transition: background 0.3s ease; 0.3s ease-in-out;
}

.blog-pagination .flat-pagination li a:hover {
	border: 2px solid #9c9c9c;
	color: #9c9c9c;
	font-family: "Vollkorn", sans-serif;
	-webkit-border-radius: 50%;
	   -moz-border-radius: 50%;
	     -o-border-radius: 50%;
	        border-radius: 50%;
}

.blog-pagination .flat-pagination li.prev a:hover,
.blog-pagination .flat-pagination li.next a:hover {
	border: none;
	color: #9c9c9c;
}

.blog-pagination .flat-pagination li.prev i,
.blog-pagination .flat-pagination li.next i {
	font-weight: 700;
	-webkit-transition: background 0.3s ease; 0.3s ease-in-out;
	   -moz-transition: background 0.3s ease; 0.3s ease-in-out;
		-ms-transition: background 0.3s ease; 0.3s ease-in-out;
		 -o-transition: background 0.3s ease; 0.3s ease-in-out;
			transition: background 0.3s ease; 0.3s ease-in-out;
} 

.blog-pagination .flat-pagination li.prev {
	float: left;
	padding-left: 6px;
	margin-left: 0;
}

.blog-pagination .flat-pagination li.prev a {
	text-align: left;
}

.blog-pagination .flat-pagination li.next {
	float: right;
	padding-right: 10px;
	margin-left: 0;
}

.blog-pagination .flat-pagination li.next a {
	text-align: right;
}

.blog-pagination .flat-pagination li.active {
	border: 2px solid #9c9c9c;
	color: #9c9c9c;
	width: 42px;
	line-height: 38px;
	margin-left: 29px;
	font-family: "Vollkorn", sans-serif;
	font-style: italic;
	-webkit-border-radius: 50%;
	   -moz-border-radius: 50%;
	     -o-border-radius: 50%;
	        border-radius: 50%;
}

/* Pagination style1 */
.blog-pagination.style1 {
	border-top: 2px solid #eeeeee;
	padding-top: 35px;
}
.blog-pagination.style1 .flat-pagination li a {
	font-family: "Karla", sans-serif;	
	color: #999999;	
	font-size: 16 px ;
	font-weight: 600;
	font-style: normal;
}

.blog-pagination.style1 .flat-pagination li a:hover {
	border: 2px solid #eeeeee;
	font-family: "Karla", sans-serif;
	color: #000;
	font-style: normal;
}

.blog-pagination.style1 .flat-pagination li.prev a:hover,
.blog-pagination.style1 .flat-pagination li.next a:hover {
	border: none;
	color: #9c9c9c;
}

.blog-pagination.style1 .flat-pagination li.active {
	border: 2px solid #eeeeee;
	color: #000;
	font-family: "Karla", sans-serif;
	font-size: 16 px ;
	font-weight: 600;
	font-style: normal;
}

/* Blog single
-------------------------------------------------------------- */
.main-content.blog-single {
	padding-bottom: 0;
}
.blog-single .feature-post {
	margin-bottom: 60px;
}

.blog-single .entry .main-post {
	background-color: #fff;
	padding: 60px 0;
	margin-bottom: 100px;
}

.blog-single .entry .main-post .title-post a {
	font-size: 30px;
	line-height: 30px;
	text-transform: capitalize;
}

.blog-single .entry .title-post {
	margin-bottom: 17px;
}

.blog-single .entry .meta-post {
	margin-bottom: 25px;
}

.blog-single .entry .main-post .desc p {
	font-family: "Karla", sans-serif;
	font-size: 16px;
	line-height: 28px;
	color: #FFFFFF;
	text-transform: uppercase;
	font-weight: 600;
	margin-bottom: 20px;
}

.blog-single .entry .main-post .entry-post ul {
	padding-left: 70px;
	margin-bottom: 20px;
}

.blog-single .entry .main-post .entry-post ul li {
	position: relative;
	padding-bottom: 7px;
}

.blog-single .entry .main-post .entry-post ul li:before {
	content: "";
	width: 5px;
	height: 5px;
	background-color: #9c9c9c;
	position: absolute;
	left: -20px;
	top: 12px;
	-webkit-border-radius: 50%;
       -moz-border-radius: 50%;
         -o-border-radius: 50%;
            border-radius: 50%;
}

/* Socials blog */
.blog-single .main-post .flat-socials {
	text-align: center;
	margin-top: 47px;
}

.blog-single ul.flat-socials li {
	text-align: center;
	margin-left: 9px;
}

.blog-single ul.flat-socials li a {
	display: block;
    width: 42px;
    height: 42px;
    line-height: 44px;
    background-color: #eef1f6;
    -webkit-border-radius: 50%;
       -moz-border-radius: 50%;
         -o-border-radius: 50%;
            border-radius: 50%;
    -webkit-transition: background 0.3s ease; 0.3s ease-in-out;
	   -moz-transition: background 0.3s ease; 0.3s ease-in-out;
	    -ms-transition: background 0.3s ease; 0.3s ease-in-out;
	     -o-transition: background 0.3s ease; 0.3s ease-in-out;
	        transition: background 0.3s ease; 0.3s ease-in-out;
}

.blog-single ul.flat-socials li a:hover,
.blog-single ul.flat-socials li a:hover i {
	background-color: #9c9c9c;
	color: #fff;
}

/* section-comment */
.blog-single .section-comment {
	padding: 100px 0;
	background-color: #fff;
}

.section-comment .title {
	font-family: "Karla", sans-serif;
	font-size: 16px;
	line-height: 28px;
	font-weight: 600;
	text-transform: uppercase;
	color: #000;
	padding-bottom: 20px;
}

.author-post .author .author-avatar img {
	border-radius: 50%;
	float: left;
	margin-right: 30px;
	margin-bottom: 22px;
}

.author-post .author .author-meta {
    padding-top: 30px;
}

.author-post .author .position h4 a {
	font-family: "Karla", sans-serif;
	font-size: 16px;
	line-height: 30px;
	color: #9c9c9c;
	text-transform: uppercase;
	font-weight: 600;
}

.author-post .author .position h4 a:hover {
	color: #000;
}

.author-post .flat-socials {
	text-align: right;
	margin-top: -47px;
}

.author-post .author-detail .author-body {
	clear: left;
	padding-bottom: 42px;
    border-bottom: 2px solid #eeeeee;
}

.comment-post ul.comment-list {
	border-bottom: 2px solid #eeeeee;
}

.comment-post ul.comment-list li {
	border-bottom: 1px solid #eeeeee;
}

.comment-post ul.comment-list li:last-child {
	border-bottom: none;
}

.comment-post .comment .title.comment-author {
	font-family: "Karla", sans-serif;
	font-size: 16px;
	line-height: 30px;
	padding-top: 40px;
	letter-spacing: 0.4px;

}

.comment-post .comment .comment-avatar img {
	float: left;
	margin: 0 37px 0 15px;
	-webkit-border-radius: 50%;
	   -moz-border-radius: 50%;
	     -o-border-radius: 50%;
			border-radius: 50%;
}

.comment-post .comment .comment-detail {
	overflow: hidden;
	margin-top: 6px;
}

.comment-post .comment .comment-detail .comment-meta .comment-date a {
	color: #999999;
	line-height: 30px;
}

.comment-post .comment .comment-detail .comment-meta .comment-date a:hover {
	color: #9c9c9c;
}

.comment-post .comment .comment-detail .comment-meta p {
	font-size: 16px;
	color: #000;
	line-height: 30px;
	font-weight: 600;
	padding-bottom: 4px;
}

.comment-post .comment .comment-detail .comment-body {
	padding-bottom: 30px;
}

.comment-respond {
	clear: left;
}

.comment-respond .flat-contact-form {
	text-align: center;
}

.comment-respond .title.comment-title {
	padding-top: 41px;
}

.comment-respond .wrap-type-input .input-wrap {
	width: 48.27%;
}

.comment-respond .wrap-type-input .input-wrap.name {
	float: left;
}

.comment-respond .wrap-type-input .input-wrap.email {
	float: right;
}

/* Blog single sidebar */
.main-content.blog-single-sidebar {
	background-color: #fff;
}

.main-content.blog-single-sidebar .entry {
	margin-bottom: 0;
}

.main-content.blog-single-sidebar .entry .feature-post img {
	padding-right: 40px;
}

.main-content.blog-single-sidebar .entry .main-post {
	margin-bottom: 0;
	border-bottom: 2px solid #eeeeee;
	margin-right: 100px;
	padding-top: 10px;
}

.main-content.blog-single-sidebar .section-comment {
	padding-top: 50px;
	margin-right: 100px;
}

/* Widgets
-------------------------------------------------------------- */
.sidebar .widget {
	margin-bottom: 42px;
}

.widget-title {
	position: relative;
	font-family: "Karla", sans-serif;
	font-size: 16px;
	line-height: 18px;
	text-transform: uppercase;
	color: #000;
	margin-bottom: 26px;
	letter-spacing: 1.6px;
	font-weight: 600;
}

.sidebar .widget .widget-title:before {
	position: absolute;
	left: 0;
	top: 34px;
	content: "";
	height: 2px;
	width: 40px;
	background-color: #9c9c9c;
}

.widget ul li a {
	line-height: 36px;
}

.widget.widget-categories span {
	margin-left: 15px;
	font-size: 12px;
	color: #cacaca;
}

.widget.widget-tags .tag-list a {
	margin-right: 23px;
	line-height: 36px;
}

/* Widget categories */
.widget.widget-categories span {
	margin-left: 15px;
	font-size: 12px;
	color: #cacaca;
}

/* Widget tags */
.widget.widget-tags .tag-list a {
	margin-right: 23px;
	line-height: 36px;
}

/* Widget instagram */
.sidebar .widget.widget-instagram {
	margin-bottom: 43px;
}

.widget.widget-instagram .widget-title {
	margin-bottom: 37px;
}

.widget.widget-instagram .instagram-thumb {
	margin: 0 -15px 0 0;
}

.widget.widget-instagram .instagram-thumb .thumb {
	float: left;
	width: 33.33333%;
	margin-bottom: 15px;
}

/* widget flickr */
.footer-widgets .widget.widget-flickr .widget-title {
	margin-bottom: 28px;
}

.widget-flickr .flickr-photos {
	margin: 0 -10px;
}

.widget-flickr .flickr_badge_image {
	float: left;
	width: 33.33333%;
	padding: 0 10px 0 10px;	
	margin-bottom: 20px;
	height: 113px;
}

/* Widget recent post style1*/
.widget.widget-recent-post.style1 .widget-title {
	margin-bottom: 35px;
}

.widget.widget-recent-post.style1 ul li {
	clear: left;
	margin-bottom: 10px;	
}

.widget.widget-recent-post.style1 ul li .thumb {
	float: left;
	margin-right: 15px;
}

.widget.widget-recent-post.style1 ul li .text {
	padding-top: 3px;
}

.widget.widget-recent-post.style1 ul li .text h4 {
	padding-bottom: 5px;
}

.widget.widget-recent-post.style1 ul li .text a {
	font-family: "Georgia", sans-serif;
	font-size: 13px;
	line-height: 24px;
	color: #050505;
}

.widget.widget-recent-post.style1 ul li .text a:hover {
	color: #9c9c9c;
}

.widget.widget-recent-post.style1 ul li .text p {
	font-weight: 300;
	font-size: 12px;
	color: #999999;
}

/* Widget featured post */
.widget.widget-featured-post {
	margin-bottom: 56px;
}

.widget.widget-featured-post .widget-title {
	margin-bottom: 35px;
}

.widg-featured-post.owl-carousel {
	position: relative;
}

.widg-featured-post .item .text {
	position: absolute;
	left: 30px;
	bottom: 22px;
}

.widg-featured-post .item a {
	font-family: "Georgia", sans-serif;
	font-size: 13px;
	color: #fff;
	line-height: 24px;
}

.widg-featured-post .item a:hover {
	color: #9c9c9c;
}

.widg-featured-post .item p {
	font-size: 12px;
	line-height: 34px;
	color: #fff;
	font-weight: 300;
}

.widg-featured-post .owl-dots {
	position: absolute;
	bottom: 0px;
	left: 28px;
}

.widg-featured-post.owl-theme .owl-dots .owl-dot span {
	width: 6px;
	height: 6px;
	background-color: #b1a69d;
	-webkit-border-radius: 50%;
	   -moz-border-radius: 50%;
	    -ms-border-radius: 50%;
	     -o-border-radius: 50%;
	        border-radius: 50%;
}

.widg-featured-post.owl-theme .owl-dots .owl-dot.active span, 
.widg-featured-post.owl-theme .owl-dots .owl-dot:hover span {
    background-color: #fff;    
}

/* Widget subscribe */
.widget.widget-subscribe {
	text-align: center;
	padding: 20px;
	background-color: #f6f6f6;
}

.widget.widget-subscribe .widget-title-subscribe {
	font-family: "Karla", sans-serif;
	font-size: 16px;
	line-height: 40px;
	color: #000;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 600;
}

.widget.widget-subscribe p {
	padding-bottom: 20px;
	font-family: "Georgia", sans-serif;
	font-style: italic;
	font-size: 12px;
	color: #9c9c9c;
}

.widget.widget-subscribe input[type="text"] {
	border: 2px solid #eeeeee;
	height: 50px;
	padding: 12px 45px;
	margin-bottom: 16px;
}

.widget.widget-subscribe input {
	font-size: 12px;
}

/* Widget categories */
.widget.widget-categories span {
	margin-left: 15px;
	font-size: 12px;
	color: #cacaca;
}

/* Widget tags */
.widget.widget-tags .tag-list{
	padding-right: 80px;
}

.widget.widget-tags .tag-list a {
	margin-right: 18px;
	line-height: 36px;
}

/* Widget instagram */
.sidebar .widget.widget-instagram {
	margin-bottom: 43px;
}

.widget.widget-instagram .widget-title {
	margin-bottom: 37px;
}

.widget.widget-instagram .instagram-thumb {
	margin: 0 -15px 0 0;
}

.widget.widget-instagram .instagram-thumb .thumb {
	float: left;
	width: 33.33333%;
	margin-bottom: 12px;
}

/* widget for footer */
.widget ul.flat-information li a {
	line-height: 28px;
}

.footer-widgets .widget-title {
	font-size: 16px;
	color: #fff;
}

.footer-widgets ul li a {
	color: #ffffff;
}

.footer-widgets ul li a:hover {
	color: #ffc107;
}

/* Course single
-------------------------------------------------------------- */
.course-single .course-entry .course-title {
    font-size: 24px;
    line-height: 30px;
    padding-bottom: 23px;
}

.course-single .course-entry .course-info {
    margin-bottom: 22px;
}

.course-single .course-entry > ul > li {
    float: left;
    margin-right: 60px;
}

.course-single .course-entry .course-info .teacher .img {   
    float: left;
    margin-right: 26px;
}

.course-single .course-entry .course-info .teacher .info {
    margin-top: 12px;
    overflow: hidden;
}

.course-single .course-entry > ul > li.categories,
.course-single .course-entry > ul > li.review {
    margin-top: 12px;
    position: relative;
}

.course-single .course-entry > ul > li.categories:before,
.course-single .course-entry > ul > li.review:before {
    position: absolute;
    left: -30px;
    top: 5px;
    content: "";
    width: 1px;
    height: 20px;
    background-color: #eeeeee;
}

.course-single .course-entry > ul > li p {
    line-height: 13px;
    font-size: 12px;
    color: #999999;
}

.course-single .course-entry .categories .course-name,
.course-single .course-entry > ul > li .value-review a {
    font-weight: 600;
    text-transform: uppercase;
    font-size: 12px;
    color: #9c9c9c;
}

.course-single .course-entry ul.review-rating {
    float: left;
    margin-right: 12px;
}

.course-single .course-entry .review-rating li a i {
    padding: 0;
}

.course-single .course-entry > ul > li a.name-teacher {
    color: #9c9c9c;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 12px;
}

.course-single .course-entry > ul > li a.name-teacher:hover {
    color: #000;
}

.course-single .course-entry > ul > li a:hover {
    color: #9c9c9c;
}

.course-single .course-entry .course-image img {
    margin-bottom: 43px;
}

.course-single .course-entry .title {
    font-family: "Karla", sans-serif;
    font-size: 16px;
    line-height: 28px;
    color: #000;
    text-transform: uppercase;
    font-weight: 600;
    padding-bottom: 13px;
}

.course-single .course-entry .content-desc {
    border-bottom: 2px solid #eeeeee;
}

.course-single .course-entry .content-desc p {
    padding-bottom: 27px;
}

.course-single .course-entry .content-desc p:last-child {
    padding-bottom: 40px;
}

.course-single .course-entry .content-desc ul {
    padding-left: 70px;
    margin-bottom: 20px;
    margin-top: 5px;
}

.course-single .course-entry .content-desc ul li {
    position: relative;
    padding-bottom: 7px;
    line-height: 28px;
}

.course-single .course-entry .content-desc ul li:before {
    content: "";
    width: 5px;
    height: 5px;
    background-color: #9c9c9c;
    position: absolute;
    left: -20px;
    top: 12px;
    -webkit-border-radius: 50%;
       -moz-border-radius: 50%;
         -o-border-radius: 50%;
            border-radius: 50%;
}

.course-single .course-entry .curriculum-section .title {
    padding-top: 40px;
}

.curriculum-section ul.curriculum li.section {
    margin-bottom: 45px;
}

.curriculum-section ul.curriculum li.section:last-child {
    padding-bottom: 50px;
    border-bottom: 2px solid #eeeeee;
}

.curriculum-section ul.curriculum li.section .section-title {
    font-family: "Karla", sans-serif;
    font-size: 16px;
    color: #9c9c9c;
    text-transform: uppercase;
    font-weight: 600;
    background-color: #eef1f6;
    border: 1px solid #cfd7e7;
    padding: 16px 26px 16px 26px;
    margin-bottom: 5px;
}

.curriculum-section ul li ul.section-content li.course-lesson {
    background-color: #eef1f6;
    border: 1px solid #cfd7e7;
    padding: 15px 26px 15px 26px;
    margin-bottom: 5px;
}

.curriculum-section ul li ul.section-content li.course-lesson i {
    font-size: 16px;
    color: #9c9c9c;
    padding-right: 9px;
}

.curriculum-section ul li ul.section-content li.course-lesson .index {
    font-family: "Karla", sans-serif;
    font-size: 16px;
    color: #9c9c9c;
    font-weight: 600;
    padding-right: 20px;
}

.curriculum-section ul li ul.section-content li.course-lesson .index.index1 {
    padding-right: 60px;
}

.curriculum-section ul li ul.section-content li.course-lesson .lesson-title {
    font-family: "Georgia", sans-serif;
    font-size: 16px;
    color: #999999;
    padding-right: 20px;
}

.curriculum-section ul li ul.section-content li.course-lesson .lesson-title:hover {
    color: #9c9c9c;
}

.curriculum-section ul li ul.section-content li.course-lesson .lesson-preview {
    font-family: "Karla", sans-serif;
    font-size: 12px;
    color: #fff;
    background-color: #9c9c9c;
    padding: 5px 12px;
    border-radius: 20px;
}

.curriculum-section ul li ul.section-content li.course-lesson a.lesson-preview:hover {
    background-color: #fff;
    color: #9c9c9c;
}

.curriculum-section ul li ul.section-content li.course-lesson span.lesson-preview {
    background-color: #999999;
    color: #fff;
}

.curriculum-section ul li ul.section-content li.course-lesson .meta {
    float: right;
}

.course-entry .flat-socials {
    text-align: center;
    margin-top: 47px;
}

.course-entry ul.flat-socials li {
    text-align: center;
    margin-left: 9px;
}

.course-entry ul.flat-socials li a {
    display: block;
    width: 42px;
    height: 42px;
    line-height: 44px;
    background-color: #eef1f6;
    -webkit-border-radius: 50%;
       -moz-border-radius: 50%;
         -o-border-radius: 50%;
            border-radius: 50%;
    -webkit-transition: background 0.3s ease; 0.3s ease-in-out;
       -moz-transition: background 0.3s ease; 0.3s ease-in-out;
        -ms-transition: background 0.3s ease; 0.3s ease-in-out;
         -o-transition: background 0.3s ease; 0.3s ease-in-out;
            transition: background 0.3s ease; 0.3s ease-in-out;
}

.course-entry ul.flat-socials li a:hover,
.course-entry ul.flat-socials li a:hover i {
    background-color: #9c9c9c;
    color: #fff;
}

.course-section-comment .title {
    font-family: "Karla", sans-serif;
    font-size: 16px;
    line-height: 28px;
    font-weight: 600;
    text-transform: uppercase;
    color: #000;
    padding-bottom: 20px;
}

.course-author-post .author .author-avatar img {
    border-radius: 50%;
    float: left;
    margin-right: 30px;
    margin-bottom: 22px;
}

.course-author-post .author .author-meta {
    padding-top: 30px;
}

.course-author-post .author .position h4 a {
    font-family: "Karla", sans-serif;
    font-size: 16px;
    line-height: 30px;
    color: #9c9c9c;
    text-transform: uppercase;
    font-weight: 600;
}

.course-author-post .author .position h4 a:hover {
    color: #000;
}

.course-author-post .flat-socials {
    text-align: right;
    margin-top: -47px;
}

.course-author-post .author-detail .author-body {
    clear: left;
    margin-bottom: 42px;
    padding-bottom: 40px;
    border-bottom: 2px solid #eeeeee;
}

.course-single .course-rating {
    border-bottom: 2px solid #eeeeee;
    padding-bottom: 39px;
}

.course-rating .average-rating {
    width: 200px;
    float: left;
    margin-right: 82px;
}

.course-rating .average-rating .rating-title {
    margin-bottom: 16px;
}

.course-rating .average-rating .rating-box {    
    text-align: center;
    padding-bottom: 34px;
    background-color: #eef1f6;
}

.course-rating .average-rating .rating-box .average-value {
    font-family: "Karla", sans-serif;
    font-size: 60px;
    color: #9c9c9c;
    font-weight: 600;
    padding: 52px 0 20px;
}

.course-rating .average-rating .rating-box .review-amount {
    line-height: 30px;
}

.course-rating .average-rating .rating-box .review-rating {
    margin-bottom: 8px;
    float: none;
    margin-right: 0;
}

.course-rating .detailed-rating {
    width: auto;
    display: inline-block;
    max-width: 100%;
}

.course-rating .detailed-rating .rating-title {
    margin-bottom: 17px;
}

.course-rating .detailed-rating .rating-box {
    width: 100%;
    overflow: hidden;
}

.course-rating .detailed-rating .rating-box .detailed .stars {
    padding-bottom: 10px;
}

.course-rating .detailed-rating .detailed .stars > div {
    display: inline-table;
    line-height: 30px;
}

.course-rating .detailed-rating .detailed .stars > div.key {
    font-weight: 600;
}

.course-rating .detailed-rating .detailed .stars > div.bar {
    width: 170px;
    margin: 0 20px;
}

.course-rating .detailed-rating .detailed .stars > div.bar .full-bar {
    background: #eee;
    height: 12px;
    position: relative;
    border-radius: 20px;
}

.course-rating .detailed-rating .detailed .stars > div.bar .full-bar > div {
    background: #9c9c9c;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    border-radius: 20px;
}

.course-comment-post ul.comment-list {
    border-bottom: 2px solid #eeeeee;
}

.course-comment-post ul.comment-list li {
    border-bottom: 1px solid #eeeeee;
}

.course-comment-post ul.comment-list li:last-child {
    border-bottom: none;
}

.course-comment-post .comment .title.comment-author {
    font-family: "Karla", sans-serif;
    font-size: 16px;
    line-height: 30px;
    padding-top: 40px;
    letter-spacing: 0.4px;
    padding-bottom: 18px;
}

.course-comment-post .comment .comment-avatar img {
    float: left;
    margin: 0 37px 0 15px;
    -webkit-border-radius: 50%;
       -moz-border-radius: 50%;
         -o-border-radius: 50%;
            border-radius: 50%;
}

.course-comment-post .comment .comment-detail {
    overflow: hidden;
    margin-top: 6px;
}

.course-comment-post .comment .comment-detail .comment-meta .comment-date a {
    color: #999999;
    line-height: 30px;
}

.course-comment-post .comment .comment-detail .comment-meta .comment-date a:hover {
    color: #9c9c9c;
}

.course-comment-post .comment .comment-detail .comment-meta p {
    font-size: 16px;
    color: #000;
    line-height: 30px;
    font-weight: 600;
    padding-bottom: 4px;
}

.course-comment-post .comment .comment-detail .comment-body {
    padding-bottom: 30px;
}

.course-comment-respond {
    clear: left;
}

.course-comment-respond .flat-contact-form {
    text-align: center;
}

.course-comment-respond .title.comment-title {
    padding-top: 41px;
    padding-bottom: 21px;
}

.course-comment-respond .wrap-type-input .input-wrap {
    width: 48.27%;
}

.course-comment-respond .wrap-type-input .input-wrap.name {
    float: left;
}

.course-comment-respond .wrap-type-input .input-wrap.email {
    float: right;
}

.course-comment-respond input[type="text"],
.course-comment-respond input[type="email"],
.course-comment-respond textarea {
    border: 1px solid #cfd7e7;
}

.your-rating {
    clear: left;
    text-align: left;
    margin-bottom: 32px;
}

.your-rating span {
    float: left;
    padding: 12px 35px 0 16px;
    color: #999999;
}

.your-rating .rating {
    background-color: #eef1f6;
    overflow: hidden;
    width: 245px;
    border: 1px solid #cfd7e7;
}

.your-rating .rating .review-rating {
    padding: 10px 0 10px 72px;
}

.your-rating  .review-rating li a {
    color: #cfd7e7;
}

.your-rating  .review-rating li:hover a {
    color: #9c9c9c;
}

/* Widget course price */
.course-sidebar {
    padding-left: 45px;
}

.course-widget-price {
    padding-bottom: 45px;
    margin-bottom: 41px;
    border-bottom: 2px solid #eeeeee;
}

.course-widget-price .price {
    text-align: center;
    background-color: #9c9c9c;
    padding: 15px 0;
    font-family: "Karla", sans-serif;
    font-size: 24px;
    color: #fff;
    font-weight: 600;
}

.course-widget-price ul {
    margin-bottom: 10px;
}

.course-widget-price ul li {
    font-size: 16px;
    background-color: #eef1f6;
    padding: 19px 25px;
    font-weight: 600;
    border-bottom: 1px solid #cfd7e7;
    border-left: 1px solid #cfd7e7;
    border-right: 1px solid #cfd7e7;
}

.course-widget-price ul li i {
    color: #9c9c9c;
    padding-right: 12px;
    font-weight: 400;
}

.course-widget-price ul li span.time {
    float: right;
    color: #999999;
    font-weight: 400;
}

.course-widget-price .bt-course {
    text-align: center;
    background-color: #9c9c9c;
    padding: 15px 0;
    font-family: "Karla", sans-serif;
    font-size: 18px;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1.6px;
}

/* Course widget categories */
.course-widget-title {
    font-family: "Karla", sans-serif;
    font-size: 16px;
    line-height: 28px;
    color: #000;
    font-weight: 600;
    text-transform: uppercase;
    padding-bottom: 11px;
}

.course-widget-categories {
    margin-bottom: 45px;
}

.course-widget-categories ul li {
    padding: 8px 0;
    border-bottom: 1px solid #eeeeee;
}

.course-widget-categories ul li:first-child {
    border-top: 1px solid #eeeeee;
}

.course-widget-categories ul li a {
    font-family: "Georgia", sans-serif;
    font-size: 16px;
    color: #9c9c9c;
    line-height: 30px;
}

.course-widget-categories ul li a:hover {
    color: #9c9c9c;
}

/* Course widget featured */
.course-widget-featured .course-widget-title {
    padding-bottom: 16px;
}

.course-widget-featured {
    margin-bottom: 37px;
}

.course-widget-featured ul li {
    margin-bottom: 17px;
}

.course-widget-featured .course-thumb {
    float: left;
    margin-right: 18px;
    margin-top: 8px;
}

.course-widget-featured .content {
    overflow: hidden;
}

.course-widget-featured .content h6 {
    line-height: 28px;
}

.course-widget-featured .content .title a {
    font-size: 16px;
    line-height: 28px;
}

.course-widget-featured .content .price {
    font-size: 16px;
    font-weight: 600;
    color: #9c9c9c;
    float: left;
    padding-right: 10px;
}

.course-widget-featured .content .review-rating li a i {
    padding: 0;
    line-height: 27px;
    font-size: 12px;
}

.course-widget-featured .content .name-teacher {
    font-weight: 600;
    color: #999999;
    font-size: 12px;
    text-transform: uppercase;
}

/* Course widget working hours */
.course-widget-working-hours ul li {
    border-bottom: 1px solid #eeeeee;
    padding: 8px 0;
}

.course-widget-working-hours ul li:first-child {
    border-top: 1px solid #eeeeee;
}

.course-widget-working-hours ul li .calendar {
    font-family: "Georgia", sans-serif;
    font-size: 16px;
    line-height: 30px;
    color: #9c9c9c;
}

.course-widget-working-hours ul li .hours {
    float: right;
    color: #999999;
}

/* Boxed
-------------------------------------------------------------- */
.home-boxed .boxed {
	width: 95.4%;
    margin: 0 auto;
    position: relative;
    background: #fff;
    height: 100%;
    -webkit-box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.02);
    -moz-box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.02);
    box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.02);
}



/* GoTop Button
-------------------------------------------------------------- */
.go-top {
   	position: fixed !important;
   	right: -35px;
	bottom: 15px;   
   	width: 46px;
   	border-radius: 50%;
   	cursor: pointer;   
    background-color: #9c9c9c;
   	height: 46px;
   	line-height: 45px;
   	text-align: center;   	
   	-webkit-transition: background 0.3s ease; 0.3s ease-in-out;
	   -moz-transition: background 0.3s ease; 0.3s ease-in-out;
	    -ms-transition: background 0.3s ease; 0.3s ease-in-out;
	     -o-transition: background 0.3s ease; 0.3s ease-in-out;
	        transition: background 0.3s ease; 0.3s ease-in-out;
   	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	   	filter: alpha(opacity=0);
	  	opacity: 0;
    
}

.go-top.show {
	right: 15px;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
	visibility: visible;
}

.go-top i {
	font-size: 18px;
	color: #fff;
	padding-bottom: 3px;	
}

.go-top:hover {
    background-color: #9c9c9c;
}

.go-top:hover i {
	color: #fff;
}

/* Footer
-------------------------------------------------------------- */
footer {
    background-color: #9c9c9c;
    padding: 50px 0 37px;
    color: #ffffff;    
}

footer a {
	color: #fff;
}

footer a:hover {
	color: #9c9c9c;
}

/* sidebar-inner-footer */
.sidebar-inner-footer {
	padding: 31px 0 29px;
	border-bottom: 2px solid #9c9c9c;	
}

/* footer-widgets */
.line-top {
	width: 100%;
	height: 2px;
	background-color: #9c9c9c;
}

.footer-widgets {
	padding-top: 45px;
}

/* widget widget_mc4wp */
.widget.widget_mc4wp {
	background-color: #9c9c9c;
	padding: 32px 50px 32px;
}

.widget.widget_mc4wp label {
	text-align: center;
	margin-bottom: 25px;
}

.widget.widget_mc4wp input[type="email"] {
    background-color: #ffffff; /* Makes the input box crisp white */
    border: 1px solid #ffffff;
    color: #2b3341; /* Makes the text dark navy when a user types their email */
    width: 312px;
    float: left;
    margin-bottom: 0;
}

.widget.widget_mc4wp input[type="email"]:focus {
    border-color: #2b3341; /* Changes the border to dark navy when clicked */
}

.widget.widget_mc4wp input[type="submit"] {
    font-size: 16px;
    color: #ffffff;
    text-transform: uppercase;
    background-color: #2b3341; /* Makes the subscribe button dark navy so it pops */
    padding: 17px 31px 19px 40px;
    border-radius: 0;
    float: right;
    border: none;
}

.widget.widget_mc4wp input[type="submit"]:hover {
    background-color: #333333; /* Slightly lighter on hover */
    color: #ffffff;
}


.widget.widget_mc4wp input[type="submit"] {
	font-size: 16px;
	color: #fff;
	text-transform: uppercase;
	background-color: #9c9c9c;
	padding: 17px 31px 19px 40px;
	border-radius: 0;
	float: right;
}

.widget.widget_mc4wp input[type="submit"]:hover {
	color: #9c9c9c;
}

/* Load more
-------------------------------------------------------------- */
.load-more {
	text-align: center;
}

/* Bottom
-------------------------------------------------------------- */
.bottom {
    background-color: #9c9c9c;
}

.copyright {
    padding: 36px 0;
    font-size: 12px;
    color: #ffffff; /* Added: Makes the standard copyright text white */
}

/* Added: Makes the Maples Academy link white instead of default blue */
.copyright a {
    color: #ffffff; 
}

.bottom ul.flat-socials li {
    padding: 36px 0 36px 0;
}

/* Added: Makes the Facebook, Twitter, Instagram, etc. icons white */
.bottom ul.flat-socials li a i {
    color: #ffffff; 
}

/* Optional: Turns the links and icons dark navy when hovered over */
.copyright a:hover,
.bottom ul.flat-socials li a:hover i {
    color: #2b3341; 
}

/* Flat socials
-------------------------------------------------------------- */
ul.flat-socials li {
	display: inline-block;
	margin-left: 44px;
}

ul.flat-socials li a i {
	font-size: 16px;
	color: #9c9c9c;
	-webkit-transition: background 0.3s ease; 0.3s ease-in-out;
	   -moz-transition: background 0.3s ease; 0.3s ease-in-out;
	    -ms-transition: background 0.3s ease; 0.3s ease-in-out;
	     -o-transition: background 0.3s ease; 0.3s ease-in-out;
	        transition: background 0.3s ease; 0.3s ease-in-out;
}

ul.flat-socials li a:hover i {
	color: #fff;
}

/* Login
-------------------------------------------------------------- */
.flat-login {
	padding: 0 50px;
}

.flat-login .input-wrap p {
	padding-bottom: 5px;
}

.flat-login .flat-contact-form.border-white input[type="text"] {
	height: 60px;
	color: #9c9c9c;
	text-transform: none;
	margin-bottom: 20px;
}

.flat-login .border-large input[type="password"] {
	height: 60px;
	color: #9c9c9c;
	margin-bottom: 37px;
}

.flat-login .submit-wrap button {
	width: 100%;
	border-radius: 0px;
	font-size: 18px;
	letter-spacing: 4px;
	margin-bottom: 30px;
}

.flat-login .option-login {
	overflow: hidden;
	border-bottom: 2px solid #f6f6f6;
	padding-bottom: 24px;
	margin-bottom: 23px;
}

.flat-login .option-login .forgot a {
	font-size: 16px;
	color: #999999;
}

.flat-login .option-login .forgot a:hover {
	color: #9c9c9c;
}

.flat-login .option-login .remember {
	float: left;
}

.flat-login .option-login .forgot a {
	float: right;
	line-height: 22px;
}

.flat-login .option-login input[type="checkbox"] {
	margin-right: 10px;
}

.flat-login .create-account p {
	text-align: center;
	padding-bottom: 17px;
}

.flat-login .create-account .link-submit-wrap {
	color: #9c9c9c;
	background-color: #fff;
	border: 2px solid #9c9c9c;
	display: block;
	text-align: center;
}

.flat-login .create-account .link-submit-wrap:hover {
	color: #fff;
	background-color: #9c9c9c;
	border: 2px solid #9c9c9c;
}

.flat-login .create-account .link-submit-wrap a {
	color: #9c9c9c;
	font-size: 18px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 3.5px;
	padding: 13px 0;
	display: block;
}

.flat-login .create-account .link-submit-wrap:hover a {
	color: #fff;
}

/* Parallax
-------------------------------------------------------------- */
.parallax {
	width: 100%;
	background-position: 50% 0;
}




.bg-playvideo { background-size: cover; }

.parallax4 { background-image: url(../images/parallax/bg-parallax4.jpg); }
.parallax5 { background-image: url(../images/parallax/bg-parallax5.jpg); }
.parallax7 { background-image: url(../images/parallax/bg-parallax7.jpg); }
.parallax8 { background-image: url(../images/parallax/bg-parallax8.jpg); }

/* Revolution Slider
-------------------------------------------------------------- */
.tp-banner-container{
	max-height: 789px !important;
	width: 100% !important;
	position: relative;
	overflow: hidden !important;
	padding: 0;
	background-color: #fff;
}

.tp-bullets.simplebullets.navbar {
	height: 35px;
	padding: 0px 0px;
}

.tp-bullets.simplebullets .bullet {
	cursor: pointer;
	position: relative !important;
	background: #fff !important;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
       filter: alpha(opacity=60);
      opacity: 0.6;	
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	width: 20px !important;
	height: 5px !important;	
	display: inline-block;
	margin-right: 5px !important;	
	-webkit-transition: background-color 0.2s, border-color 0.2s;
	-moz-transition: background-color 0.2s, border-color 0.2s;
	-o-transition: background-color 0.2s, border-color 0.2s;
	-ms-transition: background-color 0.2s, border-color 0.2s;
	transition: background-color 0.2s, border-color 0.2s;
	float:none !important;
}

.tp-bullets.simplebullets .bullet.last {
	margin-right: 0px
}

.tp-bullets.simplebullets .bullet:hover,
.tp-bullets.simplebullets .bullet.selected {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	opacity: 1;
	background: #fff !important;
	width: 20px !important;
	height: 5px !important;	
}

/* flat-Preloader
-------------------------------------------------------------- */
.loader {
  	display: block;
  	width: 100%;
  	height: 100%;
  	position: fixed;
  	top: 0;
  	left: 0;
  	background: #fefefe;
  	z-index: 100000;  
}

.block-loader {
  	background-color: #9c9c9c;
  	float:left;
  	height:24px;
  	margin-left:7px;
  	width:24px;
  	opacity:0.1;
  	border-radius: 50%;
  	position: absolute;
  	top: 50%;
  	left: 50%;
  	-moz-animation-name:bounceG;
  	-moz-animation-duration:1.3s;
  	-moz-animation-iteration-count:infinite;
  	-moz-animation-direction:linear;
  	-moz-transform:scale(0.7);
  	-webkit-animation-name:bounceG;
  	-webkit-animation-duration:1.3s;
  	-webkit-animation-iteration-count:infinite;
  	-webkit-animation-direction:linear;
  	-webkit-transform:scale(0.7);
  	-ms-animation-name:bounceG;
  	-ms-animation-duration:1.3s;
  	-ms-animation-iteration-count:infinite;
  	-ms-animation-direction:linear;
  	-ms-transform:scale(0.7);
  	-o-animation-name:bounceG;
  	-o-animation-duration:1.3s;
  	-o-animation-iteration-count:infinite;
  	-o-animation-direction:linear;
  	-o-transform:scale(0.7);
  	animation-name:bounceG;
  	animation-duration:1.3s;
  	animation-iteration-count:infinite;
  	animation-direction:linear;
  	transform:scale(0.7);
}

.loader1{
  	margin-left: -30px;
  	-moz-animation-delay:0.5s;
  	-webkit-animation-delay:0.5s;
  	-ms-animation-delay:0.5s;
  	-o-animation-delay:0.5s;
  	animation-delay:0.5s;
}

.loader2{
  	margin-left: 0px;
  	-moz-animation-delay:08s;
  	-webkit-animation-delay:.8s;
  	-ms-animation-delay:.8s;
  	-o-animation-delay:.8s;
  	animation-delay:.8s;
}

.loader3 {
  	margin-left: 30px;
  	-moz-animation-delay:1.3s;
  	-webkit-animation-delay:1.3s;
  	-ms-animation-delay:1.3s;
  	-o-animation-delay:1.3s;
  	animation-delay:1.3s;
}

@-moz-keyframes bounceG{
  0% {
  -moz-transform:scale(1.2);
  opacity:1
  }

  100%{
    -moz-transform:scale(0.7);
    opacity:0.1
  }
}

@-webkit-keyframes bounceG{
  0% {
    -webkit-transform:scale(1.2);
    opacity:1
  }

  100% {
    -webkit-transform:scale(0.7);
    opacity:0.1
  }
}

@-ms-keyframes bounceG{
  0% {
    -ms-transform:scale(1.2);
    opacity:1
  }

  100% {
    -ms-transform:scale(0.7);
    opacity:0.1
  }
}

@-o-keyframes bounceG{
  0% {
    -o-transform:scale(1.2);
    opacity:1
  }

  100%{
    -o-transform:scale(0.7);
    opacity:0.1
  }
}

@keyframes bounceG{
  0% {
    transform:scale(1.2);
    opacity:1
  }

  100% {
    transform:scale(0.7);
    opacity:0.1
  }
}


    /* Course Header & Image */
    .course-header .instructor-meta {
        display: flex;
        align-items: center;
        margin-bottom: 15px;
    }
    .course-header .instructor-meta img {
        width: 35px;
        height: 35px;
        border-radius: 50%;
        margin-right: 10px;
    }
    .course-header .instructor-meta .name {
        font-weight: 700;
        color: #002147;
    }
    .course-header h2 {
        color: #002147;
        font-weight: 700;
        line-height: 1.3;
        margin-top: 0;
        margin-bottom: 25px;
    }
    .course-main-img {
        border-radius: 6px;
        margin-bottom: 30px;
        width: 100%;
    }

    /* Course Tabs Styling */
    .course-tabs .nav-tabs {
        display: flex;
        border-bottom: 1px solid #ddd;
        margin-bottom: 30px;
    }
    .course-tabs .nav-tabs > li {
        flex: 1;
        text-align: center;
        margin-bottom: -1px;
    }
    .course-tabs .nav-tabs > li > a {
        border-radius: 0;
        font-weight: 700;
        color: #002147;
        margin-right: 0;
        border: 1px solid #ddd;
        padding: 12px 15px;
    }
    .course-tabs .nav-tabs > li.active > a, 
    .course-tabs .nav-tabs > li.active > a:hover, 
    .course-tabs .nav-tabs > li.active > a:focus {
        background-color: #ffc107; /* Yellow */
        color: #002147;
        border: 1px solid #ffc107;
    }
    .course-tabs .tab-content {
        color: #666;
        line-height: 1.8;
    }
    
    /* Checklist in Description */
    .course-checklist {
        list-style: none;
        padding: 0;
        margin-top: 20px;
    }
    .course-checklist li {
        margin-bottom: 12px;
        position: relative;
        padding-left: 30px;
        color: #666;
    }
    .course-checklist li::before {
        content: '\f058'; /* FontAwesome check-circle */
        font-family: 'FontAwesome';
        position: absolute;
        left: 0;
        top: 0;
        color: #ffc107;
        font-size: 18px;
    }

    /* FAQ Accordion Styling */
    .faq-overview-title {
        color: #002147;
        font-weight: 700;
        margin-bottom: 15px;
    }
    .faq-accordion .panel {
        border: none;
        box-shadow: none;
        background: transparent;
        margin-bottom: 15px;
    }
    .faq-accordion .panel-heading {
        background: #fdfdfd;
        border: 1px solid #eee;
        padding: 0;
        border-radius: 4px;
    }
    .faq-accordion .panel-title a {
        display: block;
        padding: 15px 20px;
        color: #002147;
        font-weight: 700;
        text-decoration: none;
        position: relative;
    }
    .faq-accordion .panel-title a .icon {
        position: absolute;
        right: 20px;
        color: #999;
    }
    .faq-accordion .panel-title a[aria-expanded="true"] .icon {
        color: #ffc107;
    }
    .faq-accordion .panel-body {
        border-top: none !important;
        color: #666;
        padding: 15px 20px;
    }

    /* Sidebar Widgets */
    .sidebar-widget {
        border: 1px solid #eee;
        border-radius: 4px;
        margin-bottom: 30px;
    }
    .sidebar-widget-title {
        background-color: #fff;
        padding: 20px;
        margin: 0;
        font-size: 18px;
        color: #002147;
        font-weight: 700;
        border-bottom: 1px solid #eee;
    }
    
    /* Course Features */
    .course-features-list {
        list-style: none;
        padding: 20px;
        margin: 0;
    }
    .course-features-list li {
        margin-bottom: 15px;
        color: #333;
        font-weight: 600;
    }
    .course-features-list li i {
        width: 20px;
        color: #002147;
    }
    .course-features-list li span {
        font-weight: 400;
        color: #666;
    }
    .course-price-box {
        background-color: #f4f6f9;
        padding: 30px 20px;
        text-align: center;
    }
    .course-price-box .price {
        font-size: 18px;
        color: #002147;
        font-weight: 700;
        margin-bottom: 15px;
    }
    .course-price-box .btn-enroll {
        background-color: #ffc107;
        color: #fff;
        font-weight: 700;
        padding: 12px 0;
        border-radius: 25px;
        text-transform: uppercase;
        border: none;
    }
    .course-price-box .btn-enroll:hover {
        background-color: #e0a800;
    }

    /* Trending Course Widget */
    .trending-course-item {
        padding: 20px;
    }
    .trending-course-item img {
        width: 100%;
        border-radius: 4px;
        margin-bottom: 15px;
    }
    .trending-course-item .author {
        display: flex;
        align-items: center;
        font-size: 12px;
        color: #002147;
        font-weight: 600;
        margin-bottom: 10px;
    }
    .trending-course-item .author img {
        width: 20px;
        height: 20px;
        border-radius: 50%;
        margin-bottom: 0;
        margin-right: 8px;
    }
    .trending-course-item h5 {
        color: #002147;
        font-weight: 700;
        font-size: 16px;
        line-height: 1.4;
        margin-bottom: 15px;
    }
    .trending-course-item .meta {
        display: flex;
        justify-content: space-between;
        font-size: 13px;
        color: #666;
        border-top: 1px solid #eee;
        padding-top: 10px;
    }
    .trending-course-item .meta .rating { color: #ffc107; }


    /* Course Header & Image */
    .course-header .instructor-meta {
        display: flex;
        align-items: center;
        margin-bottom: 15px;
    }
    .course-header .instructor-meta img {
        width: 35px;
        height: 35px;
        border-radius: 50%;
        margin-right: 10px;
    }
    .course-header .instructor-meta .name {
        font-weight: 700;
        color: #002147;
    }
    .course-header h2 {
        color: #002147;
        font-weight: 700;
        line-height: 1.3;
        margin-top: 0;
        margin-bottom: 25px;
    }
    .course-main-img {
        border-radius: 6px;
        margin-bottom: 30px;
        width: 100%;
    }

    /* Course Tabs Styling */
    .course-tabs .nav-tabs {
        display: flex;
        border-bottom: 1px solid #ddd;
        margin-bottom: 30px;
    }
    .course-tabs .nav-tabs > li {
        flex: 1;
        text-align: center;
        margin-bottom: -1px;
    }
    .course-tabs .nav-tabs > li > a {
        border-radius: 0;
        font-weight: 700;
        color: #002147;
        margin-right: 0;
        border: 1px solid #ddd;
        padding: 12px 15px;
    }
    .course-tabs .nav-tabs > li.active > a, 
    .course-tabs .nav-tabs > li.active > a:hover, 
    .course-tabs .nav-tabs > li.active > a:focus {
        background-color: #9c9c9c; /* Updated to Green */
        color: #fff; /* Changed to white for better contrast against green */
        border: 1px solid #9c9c9c;
    }
    .course-tabs .tab-content {
        color: #666;
        line-height: 1.8;
    }
    
    /* Checklist in Description */
    .course-checklist {
        list-style: none;
        padding: 0;
        margin-top: 20px;
    }
    .course-checklist li {
        margin-bottom: 12px;
        position: relative;
        padding-left: 30px;
        color: #666;
    }
    .course-checklist li::before {
        content: '\f058'; /* FontAwesome check-circle */
        font-family: 'FontAwesome';
        position: absolute;
        left: 0;
        top: 0;
        color: #9c9c9c; /* Updated to Green */
        font-size: 18px;
    }

    /* FAQ Accordion Styling */
    .faq-overview-title {
        color: #002147;
        font-weight: 700;
        margin-bottom: 15px;
    }
    .faq-accordion .panel {
        border: none;
        box-shadow: none;
        background: transparent;
        margin-bottom: 15px;
    }
    .faq-accordion .panel-heading {
        background: #fdfdfd;
        border: 1px solid #eee;
        padding: 0;
        border-radius: 4px;
    }
    .faq-accordion .panel-title a {
        display: block;
        padding: 15px 20px;
        color: #002147;
        font-weight: 700;
        text-decoration: none;
        position: relative;
    }
    .faq-accordion .panel-title a .icon {
        position: absolute;
        right: 20px;
        color: #999;
    }
    .faq-accordion .panel-title a[aria-expanded="true"] .icon {
        color: #9c9c9c; /* Updated to Green */
    }
    .faq-accordion .panel-body {
        border-top: none !important;
        color: #666;
        padding: 15px 20px;
    }

    /* Sidebar Widgets */
    .sidebar-widget {
        border: 1px solid #eee;
        border-radius: 4px;
        margin-bottom: 30px;
    }
    .sidebar-widget-title {
        background-color: #fff;
        padding: 20px;
        margin: 0;
        font-size: 18px;
        color: #002147;
        font-weight: 700;
        border-bottom: 1px solid #eee;
    }
    
    /* Course Features */
    .course-features-list {
        list-style: none;
        padding: 20px;
        margin: 0;
    }
    .course-features-list li {
        margin-bottom: 15px;
        color: #333;
        font-weight: 600;
    }
    .course-features-list li i {
        width: 20px;
        color: #002147;
    }
    .course-features-list li span {
        font-weight: 400;
        color: #666;
    }
    .course-price-box {
        background-color: #f4f6f9;
        padding: 30px 20px;
        text-align: center;
    }
    .course-price-box .price {
        font-size: 18px;
        color: #002147;
        font-weight: 700;
        margin-bottom: 15px;
    }
    .course-price-box .btn-enroll {
        background-color: #9c9c9c; /* Updated to Green */
        color: #fff;
        font-weight: 700;
        padding: 12px 0;
        border-radius: 25px;
        text-transform: uppercase;
        border: none;
    }
    .course-price-box .btn-enroll:hover {
        background-color: #7da84d; /* Slightly darker green for hover */
    }

    /* Trending Course Widget */
    .trending-course-item {
        padding: 20px;
    }
    .trending-course-item img {
        width: 100%;
        border-radius: 4px;
        margin-bottom: 15px;
    }
    .trending-course-item .author {
        display: flex;
        align-items: center;
        font-size: 12px;
        color: #002147;
        font-weight: 600;
        margin-bottom: 10px;
    }
    .trending-course-item .author img {
        width: 20px;
        height: 20px;
        border-radius: 50%;
        margin-bottom: 0;
        margin-right: 8px;
    }
    .trending-course-item h5 {
        color: #002147;
        font-weight: 700;
        font-size: 16px;
        line-height: 1.4;
        margin-bottom: 15px;
    }
    .trending-course-item .meta {
        display: flex;
        justify-content: space-between;
        font-size: 13px;
        color: #666;
        border-top: 1px solid #eee;
        padding-top: 10px;
    }
    .trending-course-item .meta .rating { color: #9c9c9c; /* Updated to Green */ }

    /* =========================================
   1. MAIN STRUCTURE (From theme.css)
========================================= */

.whaterWheel_content {
    overflow: hidden;
}
#whaterwheel {
    width: 100%;
    height: 100%;
    position: relative;
    clear: both;
    overflow: visible;
    margin: 170px 0;
    padding: 0 80px;
}
#ww_finger {
    position:absolute;
    left:0;
    top:0;
    width:100%;
    height:100%;
    display:block;
    z-index:-99;
}
.ww_block {
    position: absolute;
    left: 50%;
    top: 0;
    display: block;
    z-index: -30;
    height: 100%;
    -ms-transform: scale(0);
    -webkit-transform: scale(0);
    transform: scale(0);
    transition: background 0.3s ease; 500ms;
    -webkit-transition: background 0.3s ease; 500ms;
}
.ww_block,
.ww_block a,
.ww_block div {
    height: 100%;
    display: block;
}
.ww_block span {
    width:auto!important;
}
.ww_block canvas {
    max-width:100%;
}
.ww_block img {
    display: block;
    height: 100%;
    width: auto;
}
.ww_block.prev,
.ww_block.next {
    -ms-transform: scale(0.78);
    -webkit-transform: scale(0.78);
    transform: scale(0.78);
    z-index: 20;
}
.ww_block.prev2,
.ww_block.next2 {
    -ms-transform: scale(0.56);
    -webkit-transform: scale(0.56);
    transform: scale(0.56);
    z-index: 10;
}
.ww_block.current {
    right: auto;
    left: 50%;
    cursor: default;
    z-index: 30;
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
}
.ww_block.current a {
    cursor: default;
}

/* =========================================
   2. COLORS (From custom.css)
========================================= */

.ww_block canvas,
#whaterwheel {
    background: #f7f7f7;
}

/* =========================================
   3. RESPONSIVE QUERIES (From responsive.css)
========================================= */

/* Tablets / Medium Screens */
@media only screen and (min-width: 760px) and (max-width: 1025px) {
    #ww_finger {
        z-index: 77;
    }
}

@media only screen and (min-width: 960px) and (max-width: 1200px) {
    #whaterwheel {
        padding: 0 50px;
    }
    .ww_block.prev,
    .ww_block.next {
        -ms-transform: scale(0.56);
        -webkit-transform: scale(0.56);
        transform: scale(0.56);
        z-index: 20;	
    }
    .ww_block.prev2,
    .ww_block.next2 {
        -ms-transform: scale(0.37);
        -webkit-transform: scale(0.37);
        transform: scale(0.37);
        z-index: 10;	
    }
    .ww_block.current {
        -ms-transform: scale(0.75);
        -webkit-transform: scale(0.75);
        transform: scale(0.75);	
    }
}

/* Mobile Screens */
@media only screen and (max-width: 760px) {
    #whaterwheel {
        height: auto!important;
        position: static!important;
        margin: 10px 0!important;
        padding: 0;
    }
    .ww_block {
        position: static!important;
        width: 100%!important;
        height: auto!important;
        box-sizing: border-box!important;
        -webkit-box-sizing: border-box!important;
        -moz-box-sizing: border-box!important;
        padding: 0 10px!important;
        margin: 10px 0 0 0!important;
        opacity: 1!important;
        transform: none!important;
        -ms-transform: none!important;
        -webkit-transform: none!important;
    }
    .ww_block img {
        width: 100%!important;
        height: auto!important;
    }
    .ww_block.prev,
    .ww_block.next {
        -ms-transform: scale(0.5);
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
        z-index: 20;	
    }
    .ww_block.prev2,
    .ww_block.next2 {
        -ms-transform: scale(0.3);
        -webkit-transform: scale(0.3);
        transform: scale(0.3);
        z-index: 10;	
    }
    .ww_block.current {
        -ms-transform: scale(0.75);
        -webkit-transform: scale(0.75);
        transform: scale(0.75);	
    }	
}

/* Custom Giant Title for Page Headers */
.page-title-heading .giant-title {
    font-size: 80px !important; 
    line-height: 90px !important;
    color: #ffffff !important; 
    font-family: "Georgia", "Times New Roman", serif !important; /* This brings back the elegant style! */
    font-weight: 400;
    margin: 0;
}

/* Fix Invisible Recent Posts Widget Text */
.widget-recent-post ul li {
    border-bottom: 1px solid #eeeeee; /* Adds a nice separator line between items */
    padding: 8px 0;
}

.widget-recent-post ul li:first-child {
    border-top: 1px solid #eeeeee;
}

.widget-recent-post ul li a {
    color: #2b3341 !important; /* Makes the text dark navy/black so it is visible */
    font-size: 15px !important;
    font-family: "Karla", sans-serif;
    font-weight: 600;
    line-height: 28px;
    display: block;
}

.widget-recent-post ul li a:hover {
    color: #9c9c9c !important; /* Turns Maples green when hovered over */
    padding-left: 5px; /* Tiny modern hop effect on hover */
}

/* Fix Invisible Blog Post Titles and Meta Text */
.entry .title-post a {
    color: #2b3341 !important; /* Makes the title dark navy */
}

.entry .title-post a:hover {
    color: #9c9c9c !important; /* Maples green on hover */
}

.entry .meta-post ul li,
.entry .meta-post ul li a,
.entry .meta-post ul li span {
    color: #666666 !important; /* Makes the date, author, and categories a nice visible gray */
}

.entry .meta-post ul li a:hover {
    color: #9c9c9c !important; /* Maples green on hover */
}

.entry .meta-post ul li:before {
    color: #9c9c9c !important; /* Makes the little icons next to the text green */
}

/* Fix Invisible Categories Widget Text */
.widget-categories ul li {
    border-bottom: 1px solid #eeeeee;
    padding: 8px 0;
}

.widget-categories ul li:first-child {
    border-top: 1px solid #eeeeee;
}

.widget-categories ul li a {
    color: #2b3341 !important; /* Makes the category name dark navy */
    font-size: 15px !important;
    font-family: "Karla", sans-serif;
    font-weight: 600;
    line-height: 28px;
    display: block;
}

.widget-categories ul li a:hover {
    color: #9c9c9c !important; /* Turns Maples green when hovered over */
    padding-left: 5px; /* Tiny modern hop effect on hover */
}

/* Fix the number counts e.g., (5) */
.widget-categories ul li a span {
    color: #999999 !important; /* Makes the numbers a nice readable gray */
    float: right; /* Pushes the numbers neatly to the right edge */
}

/* Fix Invisible Tags Widget Text */
.widget-tags .tag-list a {
    color: #2b3341 !important; /* Makes the tag text dark navy */
    font-size: 16px !important;
    font-family: "Karla", sans-serif;
    font-weight: 600;
    display: inline-block; /* Ensures the tags wrap nicely */
    margin-right: 15px;
    margin-bottom: 10px;
    transition: background 0.3s ease; 0.3s ease; /* Makes the hover effect smooth */
}

.widget-tags .tag-list a:hover {
    color: #9c9c9c !important; /* Turns Maples green when hovered over */
}


/* =========================================================
   Admissions Page Complete Styles
========================================================= */

/* Hero Floating Box */
.admissions-hero-box {
    background-color: #9c9c9c;
    padding: 40px 50px;
    margin-top: 50px;
    box-shadow: 0px 10px 30px rgba(0,0,0,0.1);
}
.admissions-hero-box h1 { color: #ffffff; font-size: 42px; margin-bottom: 15px; font-family: "Karla", sans-serif; font-weight: 700; }
.admissions-hero-box p { color: #ffffff; font-size: 16px; line-height: 1.8; }

/* Sidebar Navigation */
.nav-sidebar-tabs { list-style: none; padding: 0; margin: 0 0 40px 0; }
.nav-sidebar-tabs li {
    background-color: #f4f6f9;
    color: #2b3341;
    font-family: "Karla", sans-serif;
    font-weight: 700;
    font-size: 16px;
    padding: 18px 25px;
    margin-bottom: 5px;
    cursor: pointer;
    transition: background 0.3s ease; 0.3s ease;
}
.nav-sidebar-tabs li:hover { background-color: #e2e6ed; }
.nav-sidebar-tabs li.active { background-color: #2b3341; color: #ffffff; }

/* Quick Links Sidebar */
.quick-links-box h6 { font-size: 12px; color: #999999; text-transform: uppercase; margin-bottom: 15px; letter-spacing: 1px; }
.btn-sidebar {
    display: block; width: 100%; text-align: center; padding: 15px; font-family: "Karla", sans-serif;
    font-weight: 700; color: #ffffff !important; margin-bottom: 10px; transition: background 0.3s ease; 0.3s ease; border: none;
}
.btn-sidebar.green { background-color: #9c9c9c; }
.btn-sidebar.green:hover { background-color: #7da84d; }
.btn-sidebar.navy { background-color: #2b3341; }
.btn-sidebar.navy:hover { background-color: #1a1f28; }

/* Right Content Area */
.admissions-content { padding-left: 30px; }
.intro-text { font-size: 15px; color: #666666; line-height: 1.8; margin-bottom: 40px; }

/* Tab 1: Step-by-Step List */
.step-item { border-bottom: 2px solid #2b3341; padding-bottom: 20px; margin-bottom: 25px; }
.step-item h4 { font-family: "Karla", sans-serif; font-weight: 700; color: #2b3341; font-size: 20px; margin-bottom: 10px; }
.step-item h4 .step-num { font-size: 24px; margin-right: 12px; }
.step-item p { font-size: 16px; color: #666666; padding-left: 45px; margin: 0; line-height: 1.6; }

.btn-application {
    display: inline-block; background-color: #49c882; color: #ffffff !important; font-family: "Karla", sans-serif;
    font-weight: 700; font-size: 16px; padding: 12px 40px; border-radius: 50px; transition: background 0.3s ease; 0.3s ease;
}
.btn-application:hover { background-color: #3baf6d; }

.requirements-section .req-title { font-family: "Karla", sans-serif; font-weight: 700; font-size: 18px; color: #2b3341; margin-bottom: 15px; }
.requirements-section p { font-size: 13px; color: #666666; margin-bottom: 18px; line-height: 1.8; }

/* Tab 2: Required Documents */
.required-documents-box { background-color: #fcfdfc; border: 1px solid #eeeeee; border-left: 4px solid #9c9c9c; padding: 35px 30px; border-radius: 0 5px 5px 0; }
.required-documents-box .req-title { font-family: "Karla", sans-serif; font-weight: 700; font-size: 22px; color: #2b3341; margin-top: 0; margin-bottom: 25px; }
.document-checklist { list-style: none; padding: 0; margin: 0; }
.document-checklist li { position: relative; padding-left: 40px; margin-bottom: 18px; font-size: 16px; color: #666666; line-height: 1.6; }
.document-checklist li:last-child { margin-bottom: 0; }
.document-checklist li:before {
    content: '\f00c'; font-family: "FontAwesome"; position: absolute; left: 0; top: 2px;
    color: #ffffff; background-color: #9c9c9c; width: 24px; height: 24px; line-height: 24px;
    text-align: center; border-radius: 50%; font-size: 11px;
}
.document-checklist li strong { color: #2b3341; font-weight: 700; }

/* Mobile Fixes */
@media only screen and (max-width: 767px) {
    .admissions-content { padding-left: 0; margin-top: 40px; }
    .admissions-hero-box { margin-top: 0; }
}

.about-us-img {
    position: relative;
    min-height: 500px; /* only reserve space */
}

.header .logo {
   margin: 42px 0 17px 0;
}

.tp-banner-container {
  min-height: 700px;
}

.btn-menu {
    display: none;
    width: 30px;
    height: 25px;
    background: black;
    cursor: pointer;
}

@media (max-width: 991px) {
    .btn-menu {
        display: block;
    }

    #mainnav {
        display: none;
        width: 100%;
        background: #fff;
    }

    #mainnav ul {
        flex-direction: column;
    }
}

.header #logo img,
.header.is-sticky #logo img {

    content: url("../images/MAPLES_BUDHANA.svg") !important;

    opacity: 1 !important;
    visibility: visible !important;
    display: block !important;

    height: 80px !important;
    width: auto !important;

    object-fit: contain !important;
}


.header.is-sticky #logo img {
    height: 70px;
}

/* Change all headings (H1 through H6) to dark red */
h1, h2, h3, h4, h5, h6, 
.page-title-heading h1,
.page-title-heading .giant-title {
    color: #670000 !important;
}

/* Change all general body and paragraph text to black */
body, 
p, 
.intro-text, 
.desc p {
    color: #000000 !important;
}

/* Keep the footer text white so it stays visible on the dark background */
footer, 
footer p, 
.bottom p, 
.copyright p, 
.widget_mc4wp label {
    color: #ffffff !important;
}


.clubs-section {
    padding: 60px 20px;
    background: #f9f9f9;
}

.container {
    max-width: 900px;
    margin: auto;
}

.section-title {
    font-size: 32px;
    margin-bottom: 10px;
    font-weight: 600;
}

.section-desc {
    color: #666;
    margin-bottom: 40px;
}

/* Each club */
.club-item {
    padding: 20px;
    margin-bottom: 20px;
    background: #fff;
    border-radius: 8px;
    border-left: 4px solid #c59d5f; /* match your theme */
    transition: 0.3s;
}

.club-item:hover {
    transform: translateY(-3px);
}

/* Heading */
.club-item h3 {
    margin: 0;
    font-size: 20px;
}

/* Tagline */
.club-item span {
    display: block;
    font-size: 14px;
    color: #c59d5f;
    margin-bottom: 10px;
}

/* Text */
.club-item p {
    margin: 0;
    color: #555;
}

.entry {
    display: flex;
    align-items: center; /* THIS fixes vertical alignment */
    gap: 30px;
}

.feature-post img {
    width: 100%;
    border-radius: 10px;
}

.main-post {
    flex: 1;
}

.feature-post {
    flex: 1;
}

@media (max-width: 768px) {
  /* mobile styles */
}

   .about-us-img {
        height: 700px !important;
        overflow: hidden;
    }

img {
  max-width: 100%;
  height: auto;
}

/* ===== MOBILE FIX START ===== */

@media (max-width: 991px) {

    .header .row {
        flex-direction: column;
        align-items: flex-start;
    }

    #mainnav {
        display: none;
        width: 100%;
    }

    #mainnav.active {
        display: block;
    }

    #mainnav ul {
        display: flex;
        flex-direction: column;
        gap: 10px;
        background: #fff;
        padding: 15px;
    }

    #mainnav ul li {
        width: 100%;
    }

    #mainnav ul li a {
        padding: 10px;
        display: block;
    }

    .btn-menu {
        display: block;
        margin-left: auto;
    }
}

@media (max-width: 768px) {

    .col-md-3,
    .col-md-5,
    .col-md-7,
    .col-md-10,
    .col-md-6,
    .col-md-12 {
        width: 100% !important;
        margin-bottom: 20px;
    }

}

.tp-banner-container img {
    width: 100%;
    height: auto;
}

.tp-banner-container {
    min-height: auto !important;
}

img {
    max-width: 100%;
    height: auto;
}



.tp-banner img{
    width: 100% !important;
    height: auto !important;
    object-fit: contain !important;
}

/* =========================
   CAMPUS BLOG LAYOUT
========================= */

.campus-layout{
    padding: 80px 0;
    background: #f5f5f5;
}

.entry-modern{
    background: #fff;
    margin-bottom: 70px;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 5px 25px rgba(0,0,0,0.05);
}

.entry-modern .feature-post{
    width: 100%;
}

.entry-modern .feature-post img{
    width: 100%;
    height: 550px;
    object-fit: cover;
    display: block;
}

.entry-modern .content-post{
    padding: 45px;
}

.entry-modern .title-post{
    font-size: 34px;
    line-height: 1.4;
    margin-bottom: 25px;
    font-weight: 700;
    color: #111;
}

.entry-modern .entry-post p{
    font-size: 17px;
    line-height: 2;
    color: #666;
    margin: 0;
}

/* =========================
   MOBILE RESPONSIVE
========================= */

@media(max-width:991px){

    .entry-modern .feature-post img{
        height: 400px;
    }

    .entry-modern .content-post{
        padding: 30px;
    }

    .entry-modern .title-post{
        font-size: 28px;
    }

}

@media(max-width:767px){

    .campus-layout{
        padding: 50px 0;
    }

    .entry-modern{
        margin-bottom: 40px;
    }

    .entry-modern .feature-post img{
        height: 250px;
    }

    .entry-modern .content-post{
        padding: 20px;
    }

    .entry-modern .title-post{
        font-size: 22px;
        margin-bottom: 15px;
    }

    .entry-modern .entry-post p{
        font-size: 15px;
        line-height: 1.8;
    }

}

/* =========================
   BLOG SINGLE LAYOUT
========================= */

.blog-single-layout{
    max-width: 1050px;
    margin: 80px auto;
    padding: 0 15px;
}

/* TOP IMAGE */

.blog-single-layout .top-image{
    width: 100%;
    background: #eee;
    margin-bottom: 40px;
}

.blog-single-layout .top-image img{
    width: 100%;
    height: auto;
    display: block;
}

/* CONTENT BOX */

.blog-single-layout .content-box{
    background: #fff;
    padding: 70px;
}

/* TITLE */

.blog-single-layout .title-post{
    font-size: 42px;
    line-height: 1.3;
    color: #111;
    margin-bottom: 20px;
    font-weight: 700;
}

/* META */

.blog-single-layout .post-meta{
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
    color: #888;
    font-size: 14px;
    margin-bottom: 35px;
}

/* CONTENT */

.blog-single-layout .entry-post p{
    font-size: 16px;
    line-height: 2;
    color: #666;
    margin-bottom: 25px;
}

.blog-single-layout .c2c-list{
    padding-left: 22px;
    margin-bottom: 30px;
}

.blog-single-layout .c2c-list li{
    font-size: 16px;
    line-height: 2;
    color: #555;
    margin-bottom: 12px;
}

.blog-single-layout .c2c-list li strong{
    color: #111;
}

/* =========================
   MOBILE
========================= */

@media(max-width:991px){

    .blog-single-layout .content-box{
        padding: 40px;
    }

    .blog-single-layout .title-post{
        font-size: 32px;
    }

    .blog-single-layout .top-image img{
        height: 380px;
    }

}

@media(max-width:767px){

    .blog-single-layout{
        margin: 40px auto;
    }

    .blog-single-layout .content-box{
        padding: 25px;
    }

    .blog-single-layout .title-post{
        font-size: 24px;
    }

    .blog-single-layout .top-image img{
        height: 220px;
    }

    .blog-single-layout .entry-post p,
    .blog-single-layout .c2c-list li{
        font-size: 14px;
        line-height: 1.8;
    }

}

p, li {
    text-align: justify;
}

.read-more-btn{
    display:inline-block;
    margin-top:15px;
    padding:10px 24px;
    background:#7b0000;
    color:#fff;
    text-decoration:none;
    border-radius:4px;
    font-size:14px;
    transition:0.3s ease;
}

.read-more-btn:hover{
    background:#a00000;
    color:#fff;
}

.single-image.style1{
    height:100%;
}

.single-image.style1 img{
    width:100%;
    height:1050px;
    object-fit:cover;
    display:block;
}
.single-image.style1{
    position:relative;
    left:-70px;
}
.btn-enroll{
    background: #a00000;
    color: #fff;
    border-radius: 50px;
    padding: 14px 30px;
    display: inline-block;
    transition: 0.3s ease;
}

/* Hover effect */
.btn-enroll:hover{
    background: #7d0000;
    color: #fff;
}

/* When clicked / active */
.btn-enroll:active{
    background: #7d0000;
}

.dropdown {
    position: relative;
}

.submenu {
    position: absolute;
    top: 100%;
    left: 0;
    background: #fff;
    min-width: 200px;
    display: none;
    list-style: none;
    padding: 0;
    margin: 0;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

.submenu li a {
    display: block;
    padding: 12px 15px;
    color: #333;
    text-decoration: none;
}

.submenu li a:hover {
    background: #f5f5f5;
}

.dropdown:hover .submenu {
    display: block;
}

html {
    scroll-behavior: smooth;
}


.flat-animation,
[class*="fadeIn"],
[class*="wow"] {
    animation: none !important;
    transform: none !important;
    transition: none !important;
    opacity: 1 !important;
}
img {
    max-width: 100%;
    height: auto;
    display: block;
}
.header {
    will-change: transform;
}
* {
    transition: none !important;
    animation: none !important;
}
.flat-animation,
[class*="fade"],
[class*="slide"],
.wow,
.animated {
    animation: none !important;
    transform: none !important;
    transition: none !important;
    opacity: 1 !important;
}
#mainnav ul li {
    position: relative;
}

#mainnav ul.sub-menu {
    position: absolute !important;
    top: 100%;
    left: 0;
    display: none;
    z-index: 99999;
    background: #fff;
    min-width: 220px;
}

#mainnav ul li:hover > .sub-menu {
    display: block;
}

.header,
#header,
#mainnav,
#mainnav ul,
#mainnav ul li {
    overflow: visible !important;
}

.footer .widget-text {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.footer .widget-text img {
    display: block;
    margin: 0 auto;
}

.footer .widget-text a {
    text-align: center;
}

.footer .widget-text p {
    margin-top: 10px;
    text-align: center;
}

