/*
Theme Name: J. Z. Shah Arts & H. P. Desai Commerce College
Author: Trivia Inc
Author URI: http://trivia.co.in/
Description: Bootstrap based wordpress theme Educational Institution.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

@import url('https://fonts.googleapis.com/css?family=Fjalla+One|BenchNine|Teko');




@font-face {
  font-family: 'Glyphicons Halflings';
  src: url('fonts/glyphicons-halflings-regular.html');
  src: url('fonts/glyphicons-halflings-regulard41d.html?#iefix') format('embedded-opentype'), url('fonts/glyphicons-halflings-regular-3.html') format('woff'), url('fonts/glyphicons-halflings-regular-4.html') format('truetype'), url('fonts/glyphicons-halflings-regular-5.html#glyphicons-halflingsregular') format('svg');
}

@font-face {
  font-family: 'EKLG-10';
  src: url('fonts/LMG-USHA_0.html');
}


/*Wordpress editor styles start*/

.entry-content img {
	margin: 0 0 1.5em 0;
	}
.alignleft, img.alignleft {
	margin-right: 1.5em;
	display: inline;
	float: left;
	}
.alignright, img.alignright {
	margin-left: 1.5em;
	display: inline;
	float: right;
	}
.aligncenter, img.aligncenter {
	margin-right: auto;
	margin-left: auto;
	display: block;
	clear: both;
	}
.alignnone, img.alignnone {
	/* not sure about this one */
	}
.wp-caption {
	margin-bottom: 1.5em;
	text-align: center;
	padding-top: 5px;
	}
.wp-caption img {
	border: 0 none;
	padding: 0;
	margin: 0;
	}
.wp-caption p.wp-caption-text {
	line-height: 1.5;
	font-size: 10px;
	margin: 0;
	}
.wp-smiley {
	margin: 0 !important;
	max-height: 1em;
	}
blockquote.left {
	margin-right: 20px;
	text-align: right;
	margin-left: 0;
	width: 33%;
	float: left;
	}
blockquote.right {
	margin-left: 20px;
	text-align: left;
	margin-right: 0;
	width: 33%;
	float: right;
	}

/*Wordpress editor styles end*/




body
{
	overflow-x:hidden;
	background:url(images/main-bg.png) repeat scroll;
	letter-spacing:.75px;	
}

a, a:hover
{
	text-decoration:none;
}
/*
	JUMBO TRON
*/	
.jumbotron
{
	background:none !important;
	margin:0 auto 0 auto !important;
	padding:0em 0 !important;
	z-index:9999 !important;
}
@media (min-width: 768px){
	.jumbotron
	{

	}
}
.jumbotron a, .jumbotron a:hover
{
	color:#333;
	text-decoration:none;
}

@media (max-width: 768px){
	.row
	{
		text-align:center;
	}
}


/*
	HEADER
*/
.top-header
{
	height:170px;
	display:block;
}

.fixed-header
{
	background:rgba(255,255,255,7);
	display:block;
  	position: fixed;
  	height:70px;
  	z-index: 999;
	width: 100%;
  	-webkit-transition: all 1s;
  	transition: all 1s;
  	opacity: 0;
  	top: -100px;
}


.subx
{
  	opacity: 1 !important;
}
.sticky {
  opacity: 1;
  top: 0;
  padding-top:.2em;
}
#loading {
	background-color:#003366;
	height: 3px;
	width: 0px;
	position: fixed;
	left: 0px;
	top: 80px;
}

@media (max-width: 768px){
	.fixed-header
	{
		height:auto;
		width:100%;
	}
	#loading 
	{
		display:none;
	}
}

/*
	LOGO
*/	



.logo
{
	padding-top:1em;
}
.logo a
{
	font-size:1.8em;
	font-family: 'Fjalla One', sans-serif;
	color:#003366;
}
.logo img
{
	display:inline-block;
	float:left;
	margin-right:.5em;
}
.logo span
{
	font-size:.9em;
	display:block;
	font-family: 'BenchNine', sans-serif;
	margin-top:.5em;
	color:#666;
	
}
@media (max-width: 768px)
{
	.logo a
	{
		font-size:5vh;
	}
}	

/*
	TOP INFO
*/	
.top-info
{
	margin-top:3em;
}
.top-info div
{
	display:block;
	text-align:right;
	margin:.2em 0 .2em 0;
}
.top-info .fa
{
	font-size:1.5em !important;
	display:inline-block;
	color:#003366;
}
.top-info span
{
	display:inline-block;
}

/*
	NEW NAV
*/
nav {
  display: block;
  
}

.menu { display: block; }

.menu li {
  display: inline-block;
  position: relative;
  z-index: 100;
}

.menu li:first-child { margin-left: 0; }

.menu li a {
  font-weight: 600;
  text-decoration: none;
  padding: 20px 10px;
  display: block;
  color: #337ab7;
  transition: all 0.2s ease-in-out 0s;
}
.sub-menu li a
{
	padding:10px 5px 10px 5px;
}
.menu li a:hover,
.menu li:hover>a {
  color: #fff;
  background: #facb7a;
}

.menu ul {
  visibility: hidden;
  opacity: 0;
  margin: 0;
  padding: 0;
  width: 170px;
  position: absolute;
  left: 0px;
  background: #fff;
  z-index: 99;
  transform: translate(0, 20px);
  transition: all 0.2s ease-out;
}

.menu ul:after {
  bottom: 100%;
  left: 20%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(255, 255, 255, 0);
  border-bottom-color: #fff;
  border-width: 6px;
  margin-left: -6px;
}

.menu ul li {
  display: block;
  float: none;
  background: none;
  margin: 0;
  padding: 0;
}

.menu ul li a {
  font-size: 12px;
  font-weight: normal;
  display: block;
  color: #797979;
  background: #fff;
}

.menu ul li a:hover,
.menu ul li:hover>a {
  background: #facb7a;
  color: #fff;
}

.menu li:hover>ul {
  visibility: visible;
  opacity: 1;
  transform: translate(0, 0);
}

.menu ul ul {
  left: 169px;
  top: 0px;
  visibility: hidden;
  opacity: 0;
  transform: translate(20px, 20px);
  transition: all 0.2s ease-out;
}

.menu ul ul:after {
  left: -6px;
  top: 10%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(255, 255, 255, 0);
  border-right-color: #fff;
  border-width: 6px;
  margin-top: -6px;
}

.menu li>ul ul:hover {
  visibility: visible;
  opacity: 1;
  transform: translate(0, 0);
}

.responsive-menu {
  display: none;
  width: 100%;
  padding: 20px 15px;
  background: #E95546;
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
}

.responsive-menu:hover {
  background: #E95546;
  color: #fff;
  text-decoration: none;
}

a.homer { background: #FC6D58; }
 @media (min-width: 768px) and (max-width: 979px) {

.mainWrap { width: 768px; }

.menu ul { top: 37px; }

.menu li a { font-size: 12px; }

a.homer { background: #E95546; }
}
 @media (max-width: 767px) {

.mainWrap {
  width: auto;
  padding: 50px 20px;
}

.menu { display: none; }

.responsive-menu { display: block; }

nav {
  margin: 0;
  background: none;
}

.menu li {
  display: block;
  margin: 0;
}

.menu li a {
  background: #fff;
  color: #797979;
}

.menu li a:hover,
.menu li:hover>a {
  background: #FC6D58;
  color: #fff;
}

.menu ul {
  visibility: hidden;
  opacity: 0;
  top: 0;
  left: 0;
  width: 100%;
  transform: initial;
}

.menu li:hover>ul {
  visibility: visible;
  opacity: 1;
  position: relative;
  transform: initial;
}

.menu ul ul {
  left: 0;
  transform: initial;
}

.menu li>ul ul:hover { transform: initial; }
}











	

/*
	TOP SLIDER
*/
.top-slider
{
	background: url(images/tmp-slider.jpg) no-repeat;
	background-size:cover;
	height:600px;
	width:100%;
	margin:0px 0px 4em 0 !important;

}



/*
	NEWS & UDPDATES
*/
.news
{
	height:auto;
    display: flex;
    flex-flow: row column;
	position:relative;
}
.news-updates
{
	background-color:transparent !important;
}
.see-all
{
	position:absolute;
	top:0px;
	right:2%;
}
.p_date
{
	width:50px;
	background:#facb7a;
	color:#003366;
	display:inline-block;
	text-align:center;
	text-transform:uppercase;
	-moz-border-radius: 5px; /* Firefox */
	-webkit-border-radius: 5px; /* Safari, Chrome */
	border-radius: 5px; /* CSS3 */	
}
.p_date span
{
	color:#facb7a;
	font-size:1.5em !important;
	display:block;
	background:#003366;
	-moz-border-radius-topleft: 5px;
	-webkit-border-top-left-radius: 5px;
	 border-top-left-radius: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-right-radius: 5px;
	border-top-right-radius: 5px;	
}

/*
	EVENTS
*/
.events
{
	position:relative;
	margin-top:2em;	
}

/*
	SPOTLIGHT
*/
.spotlight
{
	background:#f2f2f2;
	height:100%  !important;
	flex: 1 1 100%;
	padding-bottom:1em;
}
.spotlight img
{
	display:block;
	width:100% !important;
	height:100%;
}
.ms-slide-bgcont, .ms-layer
{
	display:block !important;
	position:relative !important;

}


/*
	WELCOME
*/
.welcome
{
	margin-top:2em;
	margin-bottom:2em;
	text-align:center;
}

.welcome .ctext
{
	display:block;
	margin:.5em auto 1em auto;
	width:80%;
	display:block;
}
hr
{
	border: 1px solid #D9D7D3;
    border-bottom-color: #fff;
    border-width: 1px 0;
}
/*
	ACEDEMIC
*/
.programmes
{
	display:block;
	text-align:center;
	background:#f2f2f2 !important;
}
.programmes .no-gap {
    padding: 0 !important;
    margin: 0 !important;
}
.programmes h2
{
	font-size:2em;
	font-family: 'Fjalla One', sans-serif;
	margin-top:1em;
}
.programmes img
{
	width:100%;
	height:auto !important;
}
.programmes .a-cnt
{
	width:80%;
	display:block;
	margin:0 0 1em 0 !important;
}

.programmes ul li
{
	list-style:none;
	text-align:left !important;
}
.programmes ul li ul li 
{
	border-bottom:1px dotted #222;
	width:60%;
}
.programmes ul li ul li:before
{
	content:"\f046";
	font-size:1.5em;
	font-family:'FontAwesome';
	color:#ccc;
}
.programmes ul li ul li a
{
	font-size:1.5em;
}
.programmes ul li ul li span
{
}


/*
	FACTS
*/
.facts
{
	text-align:center;
	margin-top:2em;
	margin-bottom:2em;
}
.counter
{
	display:block;
	font-size:2em;
    display: block !important;
	font-family: 'Fjalla One', sans-serif;
    color: #facb7a;
}
.facts .fa
{
	font-size:4em;
	color:#003366;
}

/*
	TRUSTEES
*/
.testimonials
{
	display:block;
	margin-top:2em;
	margin-bottom:2em;
	text-align:center;
	padding-top:2em;
	padding-bottom:2em;
}



/*
	WHY US
*/
.why-us
{
	display:block;
	margin-top:2em;
	margin-bottom:2em;
	text-align:center;
}
.why-us .fa
{
	font-size:4em;
	color:#facb7a;
}




/*
	INFO
*/
.info
{
	margin-top:3em;
	margin-bottom:2em;
	display:block;
	text-align:center;
}






/*
	GALLERY
*/
.gallery .fa
{
	display:block;
	font-size:5em !important;
}





/*
	GO TOP
*/
  #back-to-top {
    position: fixed;
    bottom: 40px;
    right: 40px;
    z-index: 9999;
    width: 32px;
    height: 32px;
    text-align: center;
    line-height: 30px;

    cursor: pointer;
    border: 0;
    border-radius: 2px;
    text-decoration: none;
    transition: opacity 0.2s ease-out;
    opacity: 0;
}
#back-to-top .fa 
{ 
   color:#85c226 !important;
}
  #back-to-top .fa:hover {
	color:#ccc !important;

}
#back-to-top.show {
    opacity: 1;
}	


/*
	GALLERY
*/
.gallery
{
	text-align:center;
	display:block;
}

/*
	CALL
*/
.call
{
	width:100%;
	display:block;
	margin-top:2em;
	padding-top:1em;
	padding-bottom:1em;
	background:#facb7a;
	text-align:center;
}
.call span
{
	display:block;
	font-size:8vh;
}

/*
	MAIN CONTENT
*/
.main-content ul li
{
	list-style:none;
	border-bottom:1px dotted #ccc;
	margin:.2em 0 .2em 0;
	padding-bottom:.2em;
}
.main-content ul li:before
{
	content:"\f101";
	font-family:'FontAwesome';
	font-size:1.3em;
	margin-right:.5em;
}



/*
	COURSES
*/
.courses li span
{	
	display:block !important;
	text-align:center;
	font-weight:bold;
	font-size:1.2em;
	text-decoration:underline;
	margin:.5em 0 .5em 0;
}






/*
	CHILD PAGES
*/
.sub-page
{
	min-height:600px;
}
@media (max-width:768px)
{
	.sub-page
	{
		min-height:inherit;
	}

}


.sidebar
{
	margin-top:1em;
	display:block;
}
.sidebar div
{
	margin-bottom:2em;
}
.sidebar li
{
	list-style:none;
	border-bottom:1px dotted #660000;
	margin:.2em 0 .2em 0;
	padding-bottom:.2em;
}
.sidebar li:before
{
	content:"\f101";
	font-family: 'FontAwesome';
	margin-right:.5em;
	color:#facb7a;
}
.sidebar li a
{
	color:#003366;
}
.sidebar li a:hover, .sidebar .current_page_item a
{
	text-shadow:1px 1px 1px #888;
}

.form
{
	margin-top:2em !important;
	display:block !important;
}

.title-4
{
	font-size:1.5em;
	margin:0 !important;
}




/*
	H TAGS
*/	
h1, h2, h3,h4, h5 .home-title, .title-4
{
	font-family: 'Fjalla One', sans-serif;
}
h1
{
	padding:0;
	margin:0;
	color:#85c226;
	font-size:1.5em !important;
}

h2, .home-title
{
	font-size:2em;
	color:#003366;
}
h3
{
	font-size:3em;
}
h4
{
	font-size:1.2em;
	color:#003366;
}
.home-title
{
	font-size:2.1em;
	text-transform:uppercase;
	display:inline-block;
	border-bottom:1px solid #dadada;
	margin-bottom:1em;
}
.home-title span
{
	height:6px;
	width:50px;
	background:#facb7a;
	display:block;
	margin-bottom:-.1em !important;
}
h5
{
	font-size:1.3em;
	font-weight:bold;
	text-decoration:underline;
	margin:1em 0;
	color:#facb7a;
}

/*
	FOOTER
*/
.footer1 {
    background:#003366;
	color:#f2f2f2 !important;
	margin:0em 0 0 0;
	padding-top: 40px;
	padding-right: 0;
	padding-bottom: 20px;
	padding-left: 0;/*	border-top-width: 4px;
	border-top-style: solid;
	border-top-color: #003;*/
}



.title-widget {
	color: #f2f2f2;
	font-size: 20px;
	font-weight: 300;
	line-height: 1;
	position: relative;
	text-transform: uppercase;
	font-family: 'Fjalla One', sans-serif;
	margin-top:25px;
	margin-right: 0;
	margin-bottom:15px;
	margin-left: 0;
	padding-left: 28px;
}

.title-widget::before {
    background-color: #f2f2f2;
    content: "";
    height: 22px;
    left: 0px;
    position: absolute;
    top: -2px;
    width: 5px;
}



.title-widget ul {
    list-style: outside none none;
    padding-left: 0;
}

.footer1 ul li 
{
	list-style:none !important;
	position: relative;
	border-bottom: 1px dotted #ccc;
    margin:.1em 0 .1em 0;
    padding: .2em 0 .2em 0;
	width:95%;
}
.footer1 ul li a
{
	color:#ccc !important;
    font-size:1em;

}


.title-median {
    color: #f2f2f2;
    font-size: 20px;
    line-height: 20px;
    margin: 0 0 15px;
    text-transform: uppercase;
	font-family: 'Fjalla One', sans-serif;
}

.footerp p {font-family: 'Gudea', sans-serif; }


.social .fa
{
	font-size:3em;
	color:#003366 !important;

}
.socialz:hover {
    			-webkit-transform:scale(1.1); 
				-moz-transform:scale(1.1); 
				-o-transform:scale(1.1); 
			}
			.socialz {
				-webkit-transform:scale(0.8);
                /* Browser Variations: */
				-moz-transform:scale(0.8);
				-o-transform:scale(0.8); 
				-webkit-transition-duration: 0.5s; 
				-moz-transition-duration: 0.5s;
				-o-transition-duration: 0.5s;
			}           





.footer1 h3
{
	font-size:2em;
}

.footer-bottom {
    background-color: #222 ;
	color:#ccc !important;
    min-height: 30px;
    width: 100%;
}
.copyright {
    color: #003366 !important;
    line-height: 30px;
    min-height: 30px;
    padding: 7px 0;
}
.design {
    color: #ccc !important;
    line-height: 30px;
    min-height: 30px;
    padding: 7px 0;
    text-align: right !important;
}
.design a {
    color: #facb7a !important;
}





.divider
{
	position: relative;
	margin-top: 90px;
	height: 1px;
	margin-bottom:2em !important;
}
.div-transparent:before
{
	content: "";
	position: absolute;
	top: 0;
	left: 5%;
	right: 5%;
	width: 90%;
	height: 1px;
	background-image: linear-gradient(to right, transparent, rgb(48,49,51), transparent);
}

.div-arrow-down:after {
    content: "";
    position: absolute;
    z-index: 1;
    top: -7px;
    left: calc(50% - 7px);
    width: 14px;
    height: 14px;
    transform: rotate(45deg);
    background-color: white;
    border-bottom: 1px solid rgb(48,49,51);
    border-right: 1px solid rgb(48,49,51);
}



/*
	VERTICAL SLIDER
*/
.vertical-slider
{
	position:relative;
}
.vertical-slider ul li
{
	width:100% !important;
	list-style:none;
}

.jcider-nav {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 4;
  width: 100%;
  color: white;
  font-size: 30px;
}
/*Both right and left nav arrows*/
.jcider-nav span {
  text-align: center;
  cursor: pointer;
  position: absolute;
  font-size: 50px;
  color: white;
  transition: all 300ms;
  line-height: 1;
}

.jcider-nav span.disabled {
  pointer-events: none;
  color: rgba(255,255,255,0.2);
}

 /*Left nav arrow*/
.jcider-nav .jcider-nav-left {
  left: 5px;
}
/*Right nav arrow*/
.jcider-nav .jcider-nav-right {
  right: 5px;
}

/*Pagination container can be styled by '.jcider-pagination'*/
.jcider-pagination {
	position:absolute;
	top:0 !important;
	right:1% !important;
  	text-align: center;
  	transform: translateX(-50%);
}

/*Styling for pagination points*/
.jcider-pagination-point {
  position: relative;
  background: #facb7a !important;
  border-radius: 50%;
  margin: 8px;
  display: inline-block;
  width: 8px;
  height: 8px;
  cursor: pointer;
  background: rgba(255,255,255,0.5);
  transition: all 300ms;
}
 /*Styling for active pagination point*/
.jcider-pagination-point.active {
  background: #003366 !important;
  -webkit-transform: scale(1.5);
  -moz-transform: scale(1.5);
  -ms-transform: scale(1.5);
  -o-transform: scale(1.5);
  transform: scale(1.5);
}


/*
	TIMELINE
*/
.tm_timeline__event__date
{
	display:none !important;
}
.tm_timeline__event__title
{
	font-size:1.5em !important;
}
.tm_timeline ul li
{
	list-style:none;
	text-align:left !important;
	border-bottom:1px dotted #ccc;
	margin:.2em 0 .2em 0;
	padding-bottom:.2em;
}
.tm_timeline ul li:before
{
	content:"\f090";
	font-family:'FontAwesome';
	margin-right:.5em;
	color:#003366;
	font-size:1.2em;
	display:inline-block;
	margin-left:-25px;
}

/*
	TEAM
*/
.tmm_member
{
	min-height:270px !important;
	border-color:#003366 !important;

}
.tmm_photo
{
    border: 8px solid #facb7a !important;
}
.tmm_names
{
	font-family: 'Fjalla One', sans-serif !important;
}



.more
{
	display:block;
	width:120px;
	padding:.5em 1em .5em 1em;
	text-align:center;
	background:#f2f2f2;
	border:1px solid #ccc;
	margin:1em auto;
}


/*
	LINKS
*/
.linkz li
{
	list-style:none;
	text-align:left;
	border-bottom:1px dotted #ccc;
	margin:.2em 0 .2em 0;
}