/*
	Theme Name: EduMax
	Created: 15/05/2016
	Updated: 08/06/2016
	Version: 1.0

*/
/* ========================================================================== */
/* ========================================================================== */
							/* [Table of contents] */
/* ========================================================================== */
/* ========================================================================== */

/*	
	## Global
		- Padding/Margin
		
		
	## Fonts Settings
		-- Roboto
		-- RobotoBlack
		-- Roboto Slab
		-- Niconne
		-- Open Sans
		-- Poppins

	## Header
		-- Top Header
		
		
	## Footer
		-- Footer Main
		-- Footer Bottom 
		-- Footer2
	
	## Page Banner
	
	## Section Header
	
	## Responsive
		-- min-width: 1200
		-- min-width: 992
		-- min-width: 992 to max-width: 1199
		-- max-width: 991
		-- max-width: 767
		-- max-width: 639
		-- max-width: 479
*/
@FONT-FACE {
	font-family: "wonderbar";
	src: url("MeteoraDEMO.ttf");
}
@FONT-FACE {
	font-family: "Raleway";
	src: url("Raleway-Regular.ttf");
}
/* ## Global */
body {
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	color: #000;
	overflow-x: hidden;

}
main,
footer {
	overflow-x: auto;
}
img {
    max-width: 100%;
	height: auto;
}
a {
text-decoration: none;
    outline: 0 !important;
}

a:hover {
text-decoration: none;
    outline: 0 !important;
}

/* - Padding/Margin */
.no-padding {
	padding: 0;
}
.no-left-padding{
	padding-left: 0;
}
.no-right-padding {
	padding-right: 0;
}
.no-top-padding {
	padding-top: 0;
}
.no-bottom-padding {
	padding-bottom: 0;
}
.no-margin {
	margin: 0;
}
.no-left-margin {
	margin-left: 0;
}
.no-right-margin {
	margin-right: 0;
}
.no-top-margin {
	padding-top: 0;
}
.no-bottom-margin {
	margin-bottom: 0;
}

/* - OW pull-left/pull-right */
.ow-pull-left  {
	float: left;
}
.ow-pull-right  {
	float: right;
}

/* -- Section Padding */
.section-padding {
	padding-top: 30px;
	padding-bottom: 15px;
}

/* -- Section Header */
.section-header {
	display: inline-block;
	width: 100%;
	text-align: center;
	margin-bottom: 45px;
}
.section-header h3{
	color: #222;
	font-size: 22px;
	line-height: 28px;
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	
	margin: 0 0 17px;
	word-wrap: break-word;
}
.section-header h3 span{
	color: #db3539;
}
.section-header p {
	color: #777;
	font-size: 15px;
	letter-spacing: 0.30px;
	line-height: 26px;
	font-family: 'Open Sans', sans-serif;
	word-wrap: break-word;
}

@FONT-FACE {
	font-family: "DroidKufi-Regular";
	src: url("DroidKufi-Regular.ttf");
}
@FONT-FACE {
	font-family: 'Roboto', sans-serif;
	src: url("Raleway-Regular.ttf");
}

/* ## Header */
/* -- Top Header */	
.top-header {
	background-color: #333;
	line-height: 30px;
}
.topheader-left {
	display: inline-block;
	width: 50%;
}
.topheader-left a {
	color: #999;
    display: inline-block;
    font-size: 13px;
    margin-right: 10px;
    padding-right: 20px;
    position: relative;
    text-decoration: none;
	transition: all 1s ease 0s;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
}
.topheader-right a:hover,
.topheader-left a:hover {
	color: #db3539;
}
.topheader-left a::after{
	color: #494949;
    content: "/";
    font-size: 20px;
    position: absolute;
    right: 0;
    top: 0;	
}
.topheader-left a:last-of-type::after{
	content: "";
}
.topheader-left a i{
	font-size: 21px;
	margin-right: 10px;	
	position: relative;
	top: 2px;
}
.topheader-left  span {
	display: inline-block;
	margin-right: 5px;
}
.topheader-right {
	float: right;
	text-align: right;
	width: 50%;
}
.topheader-right a {
	color: #999;
    font-size: 13px;
    line-height: 26px;
    margin-right: 10px;
    padding-right: 15px;
    position: relative;
    text-decoration: none;
	transition: all 1s ease 0s;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
}
.topheader-left a:last-of-type,
.topheader-right a:last-of-type {
	margin-right: 2px;
	padding-right: 0;
}
.topheader-right a i{
	margin-right: 9px;
}
.topheader-right a::after {
	background-color: #4f4f4f;
    content: "";
    height: 16px;
    position: absolute;
    right: 0;
    top: 0;
    width: 1px;
}
.topheader-right a:last-of-type::after {
	width: 0;	
}
/* -- Expanding Search */
.menu-block .container {
	position: relative;
}
.menu-block .menu-search {
	float: right;
	position: absolute;
	padding-left: 15px;
	top: 35px;
	right: 16px;
}
.menu-block .menu-search::before{
	position: absolute;
	content: "";
	left: 0;
	top: 0;
	background-color: #000;
	height: 25px;
	width: 1px;
}
.menu-search .sb-search-submit i {
	font-size: 18px;
	color: #333;
	transition: all 1s ease 0s;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	font-weight: 300;
}
.menu-block.navbar-fixed-top .menu-search .sb-search-submit:hover i,
.menu-search .sb-search-submit:hover i {
	color: #db3539;
}
.menu-search .sb-search-input::-webkit-input-placeholder {
    color: #777;
}
.menu-search .sb-search-input:-moz-placeholder {
    color: #777;
}
.menu-search .sb-search-input::-moz-placeholder {
    color: #777;
}
.menu-search .sb-search-input:-ms-input-placeholder {
    color: #777;
}
.menu-search .sb-search {
	position: relative;
	top: 0;
}
.menu-search .sb-icon-search,
.menu-search .sb-search-submit {
    width: auto;
    display: block;
    position: absolute;
    right: 0px;
    top: 0;
    padding: 0;
    margin: 0;
    text-align: center;
    cursor: pointer;
}
.menu-search .sb-search-submit {
    background: transparent; 
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 1;
    color: #333;
    border: none;
    outline: none;
    z-index: 1;
	position: relative;
	left: 0;
	right: 0;
	top: 0px;
	margin:0 auto;
	width: 100%;
}
/* Open state */
.menu-search .sb-search.sb-search-open,
.menu-search .no-js .sb-search {
    width: 100%;
    -webkit-transition: width 0.8s;
    -moz-transition: width 0.8s;
    transition: width 0.8s;
    -webkit-backface-visibility: hidden;
}
.menu-search .sb-search.sb-search-open .sb-icon-search,
.menu-search .no-js .sb-search .sb-icon-search {
    color: #fff;
    z-index: 11;
}
.menu-search .sb-search.sb-search-open .sb-search-submit,
.menu-search .no-js .sb-search .sb-search-submit {
    z-index: 90;
}
.menu-search .sb-search-input {
    position: absolute;
    top: 52px;
    right: 0;
    border: none;
    outline: none;
    background: none;
    width: 0;
    height: 0;
    margin: 0;
    z-index: 11;
    font-size: 14px;
    color: #222;
    -webkit-transition: width 0.3s;
    -moz-transition: width 0.3s;
    transition: width 0.3s;
    -webkit-backface-visibility: hidden;
}
.menu-search .sb-search.sb-search-open .sb-search-input {
    top: 67px;
	right: 0;
    padding: 10px 30px 10px 30px;
    background-color: #fff;
    width: 280px;
    height: 40px;
    box-shadow: 2px 2px 5px rgba(0,0,0,0.5);
    -webkit-transition: width 0.3s;
    -moz-transition: width 0.3s;
    transition: width 0.3s;
    -webkit-backface-visibility: hidden;
}
.menu-block.navbar-fixed-top .menu-search {
	border: none;
	top: 43px;
}
.menu-block.navbar-fixed-top .menu-search .sb-search.sb-search-open .sb-search-input {
	top: 48px;
}
.menu-block.navbar-fixed-top  .menu-search .sb-search-submit i {
	color: #db3539;
}
.menu-block.navbar-fixed-top .menu-search::before {
	background-color: #fff;
}

/* ## Footer */
/* -- Footer Main */
.footer-main {
	background-color: #232323;	

}
.footer-main .row {
	padding-top: 30px;

}
.ftr-widget{
	margin-bottom: 27px;
}
/* -- Wiget:: About */
.about_widget {
	padding-right: 50px;
}
/*
a.footer-logo{
	color: #fff;
    display: inline-block;
    float: left;
   font-family: 'Roboto', sans-serif;
    font-size: 18px;
    line-height: 16px;
    margin-bottom: 28px;
    padding-left: 56px;
    position: relative;
    text-decoration: none;
    text-transform: uppercase;
}


.footer-logo > img{
	left: 0;
    position: absolute;
    top: -6px;
}

*/
.footer-logo span{
	color: #777;
    display: block;
    font-family: 'Roboto', sans-serif;
    font-size: 13px;
    line-height: 20px;
    
}
.about_widget ul {
	float: right;
	margin-bottom: 20px;
	padding-left: 0;
}
.about_widget ul li{
	display: inline-block;
}
.about_widget ul li a{
	color: #888888;
    font-size: 13px;
    letter-spacing: 0.65px;
    line-height: 24px;
    margin-right: 33px;
    text-decoration: none;
    transition: all 1s ease 0s;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;	
}
.about_widget ul li a:hover{
	color: #db3539;
}
.about_widget ul li:last-of-type a{
	margin-right: 0;
}
.about_widget p {
	color: #888;
    display: inline-block;   
    font-size: 13px;
    font-weight: 300;
    line-height: 26px;
    width: 100%;
}

/* -- Widget Title */
.ftr-widget .widget-title {
	margin: 0;
	font-size: 18px;
	font-weight: 400;
	
	line-height: 26px;
	font-family: 'Roboto', sans-serif;
	color: #fff;
	position: relative;
	padding-bottom: 21px;
	margin-bottom: 23px;
background: url(../images/bg_widget_title.png);
    background-repeat: repeat;
    background-position-x: 0%;
    background-position-y: 0%;
background-position: right bottom;
background-repeat: no-repeat;
display: inline-block;
padding: 0 30px 15px 0;
text-transform: uppercase;
margin-bottom: 25px;
}
/*
.ftr-widget .widget-title::after {
	position: absolute;
	content: "";
	left: 0;
	bottom: 0;
	background-color: #db3539;
	width: 30px;
	height: 1px;
}*/
.footer2 .ftr-widget .widget-title {
	font-size: 16px;
	color: #ccc;
	padding-bottom: 15px;
}
.footer2 .ftr-widget{
	margin-bottom: 24px;
}
/* -- Widget:: Newsletter */
.newsletter_widget .input-group {
	min-height: 60px;
	padding: 4px 3px;
	display: inline-block;
	width: 100%;
}
.newsletter_widget .input-group-btn{
	position: absolute;
    right: 128px;
    top: 9.5px;
	z-index: 5;
}
.newsletter_widget .form-control {
	border: 1px solid #343434;
	border-radius: 0;
	box-shadow: none;
	text-shadow: none;
	background-color: transparent;
	color: #888;
	font-weight: 300;
	font-style: italic;
	font-size: 13px;
	line-height: 60px;
	min-height: 60px;
	padding-left: 19px;
	padding-right: 155px;
	letter-spacing: 0.52px;	
	transition: all 1s ease 0s;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
}
.newsletter_widget .form-control:focus {
	border-color: #fff;
}
.newsletter_widget .btn {
	background-color: #1c4284;
	border-radius: 0;
	min-height: 49px;
	border: 1px solid transparent;
	text-transform: uppercase;
	font-size: 14px;
	color: #fff;
	font-weight: 700;
	line-height: 26px;
	letter-spacing: 0.42px;
	font-family: 'Roboto', sans-serif;
	padding: 8px 35px;
	transition: all 1s ease 0s;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	position: relative;
	z-index: 1;	
}
.newsletter_widget .btn::before {
	position: absolute;
	content: "";
	left: 0;
	right: 0;
	width: 0;
	bottom: 0;
	top: 0;
	background-color:#db3539;
	transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	z-index: -1;
}
.newsletter_widget .btn:hover::before {
	width: 100%;
}

/* -- Widget:: UpcomingEvent */
.upcomingevent_widget {
	padding-right: 35px;
}
.upcoming-eventbox{
	position: relative;
}
.upcoming-eventbox p {
	color: #888;
	font-size: 13px;
	line-height: 26px;
}
.upcoming-eventbox ul{
	padding-left: 0;
	display: inline-block;
}
.upcoming-eventbox ul li {
	display: inline-block;
	margin-right: 16px;
}
.upcoming-eventbox ul li:last-of-type {
	margin-right: 0;
}
.upcoming-eventbox ul li a {
	text-decoration: none;
	color: #888;
	font-size: 13px;
	line-height: 26px;
	
}
.upcoming-eventbox ul li a i{
	margin-right: 10px;
}
.upcoming-eventbox > a {
	float: right;
	font-size: 13px;
	line-height: 26px;
	letter-spacing: 0.39px;
	color: #eeba22;
	
	text-decoration: none;
	position: relative;
	transition: all 1s ease 0s;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
}
.upcoming-eventbox > a::before {
	position: absolute;
	content: "";
	left: 0;
	bottom: 0;
	width: 0;
	background-color: #eeba22;
	height: 1px;
	transition: all 1s ease 0s;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
}
.upcoming-eventbox > a:hover::before {
	width: 100%;
}
.upcoming-eventbox > a:hover {
	color: #fff;
}
.upcomingevent_widget .carousel-control {
	background: rgba(0, 0, 0, 0.2);
    height: 38px;
    line-height: 38px;
    opacity: 1;
    text-align: center;
    text-shadow: none;
    width: 38px;
    z-index: 999;  
	font-size: 12px;
	top: -80px;
	transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
}
.upcomingevent_widget .carousel-control:hover {
	background: rgba(255, 199, 34, 0.8);
	color: #333;
}
.upcomingevent_widget .left.carousel-control {
    left: auto;
    right: 50px;
}

/* -- Widget:: Flickr */
.flickr_widget ul {
	padding-left: 0;
}
.flickr_widget ul li {
	display: inline-block;
	margin-right: 8px;
	margin-bottom: 8px;
	position: relative;
}
.flickr_widget ul li a{
	text-decoration: none;
}

.flickr_widget ul li:nth-child(odd) a::before,
.flickr_widget ul li:nth-child(even) a::before {
	position: absolute;
	content: "";
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background-color: rgba(255,199,34,0.4);
	transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
}
.flickr_widget ul li:nth-child(odd) a::before {
	height: 0;
}
.flickr_widget ul li:nth-child(odd) a:hover::before {
	height: 100%;
}
.flickr_widget ul li:nth-child(even) a::before {
	width: 0;
}
.flickr_widget ul li:nth-child(even) a:hover::before {
	width: 100%;
}
.flickr_widget ul li:last-of-type {
	margin-right: 0;
}

/* -- Footer Bottom */
.footer-bottom{
	border-top: 1px solid #343434;
	padding:5px 0;

}
.copyright{
	display: inline-block;
}
.footer-bottom span{
	font-size: 12px;
	line-height: 26px;
	letter-spacing: 0.6px;
	color: #fff;
	display: inline-block;
	font-family: 'Roboto', sans-serif;
}
.footer-bottom .ow-navigation{
	float: right;
	width: auto;
}
.footer-bottom .ow-navigation .nav.navbar-nav > li{
	margin: 0 12px;
}
.footer-bottom .ow-navigation .navbar-collapse{
	padding-right: 0;
	padding-left: 0;
}
.footer-bottom .ow-navigation .nav.navbar-nav li > a{
	margin-top: 5px;
	margin-bottom: 5px;
	font-size: 12px;
	line-height: 26px;
	letter-spacing: 0.6px;
	color: #888;
	display: inline-block;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
}
.footer-bottom .ow-navigation .nav.navbar-nav li > a:hover{
	color: #db3539;
}
.footer2 .footer-bottom span,
.footer2 .footer-bottom .ow-navigation .nav.navbar-nav li > a{
	
	font-size: 14px;
	font-family: 'Roboto', sans-serif;
}


/* -- Footer2 */

.footer2.footer-main {

	background-color: #242424;

}
.in-out {  

background-position: bottom left;
background-repeat: no-repeat;}



.footer2.footer-main .row{
	padding-bottom: 0px;
}
.footer2 .about_widget {
	padding-right: 0;
}
.footer2 .about_widget > span{
	display: inline-block;
	width: 100%;
	color: #888;
	font-size: 14px;
	font-weight: 300;
	line-height: 24px;
	margin-bottom: 24px;
	letter-spacing: 0.28px;
}
.footer2 .about_widget.ftr-widget p {
	position: relative;
	padding-left: 20px;
	margin-bottom: 9px;
	color: #fff;
	font-size: 14px;
	font-weight: 300;
	line-height: 24px;
	letter-spacing: 0.42px;
	transition: all 1s ease 0s;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
}
.footer2 .about_widget.ftr-widget p:hover a,
.footer2 .about_widget.ftr-widget p:hover span,
.footer2 .about_widget.ftr-widget p:hover {
	color: #db3539;
}
.footer2 .about_widget p span {
	position: absolute;
	left: -4px;
	top: 2px;
	font-size: 18px;
	color: #1c4284;
	transition: all 1s ease 0s;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
}
.footer2 .about_widget p:first-of-type{
	margin-top: -3px;
}
.footer2 .about_widget p:first-of-type span {
	top: 5px;
}
.footer2 .about_widget p a {
	color: #999;
	text-decoration: none;
	transition: all 1s ease 0s;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
}

/* -- Widget:: UsefullLink */
.footer2 .useful-llink {
	padding-left: 72px;
}
.footer2 .useful-llink ul {
	padding-left: 0;
	margin-bottom: 0;
}
.footer2 .useful-llink ul li {
	display: inline-block;
	width: 100%;
	margin-bottom: 12px;
}
.footer2 .useful-llink ul li:last-of-type {
	margin-bottom: 0;
}
.footer2 .useful-llink ul li a{
	color: #fff;
	font-size: 14px;
	text-decoration: none;
	line-height: 28px;
	transition: all 1s ease 0s;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;	
}
.footer2 .useful-llink ul li a:hover{
	color: #db3539;
	margin-left: 5px;
}

/* -- Widget:: Flickr  */
.footer2 .flickr_widget .flickr-box{
	position: relative;
	display: inline-block;
	width: 100%;
	margin-bottom: 17px;
}
.footer2 .flickr_widget .flickr-box img{
	position: absolute;
	left: 0;
	top: 0;
	border: 3px solid rgba(255,255,255,0.3);
	border-radius: 100%;
}
.footer2 .flickr_widget .flickr-box p{
	padding-left: 80px;
	color: #ccc;
	font-size: 14px;
	line-height: 28px;
	
}
.footer2 .flickr_widget .flickr-box p span{
	display: block;
	color: #db3539;
	line-height: 24px;
}

/* -- Widget:: Newsletter */
.footer2 .ftr-widget.newsletter_widget > p {
	font-size: 14px;
	font-weight: 300;
	line-height: 24px;
	color: #fff;
}
.footer2 .newsletter_widget .form-control{
	min-height: 45px;
	line-height: 45px;
	padding-right: 65px;
	background-color: #2c2c2c;
	border: none;
}
.footer2 .newsletter_widget .input-group{
	margin-top: 11px;
}
.footer2 .newsletter_widget .input-group-btn {
	position: absolute;
	right: 50px;
	top: 4px;
}
.footer2 .newsletter_widget .btn{
	min-height: 44px;
	line-height: 30px;
	padding: 5px 13px;	
	font-weight: 700;
}
.footer2 .newsletter_widget ul{
	padding-left: 0;
	margin-bottom: 0;
	border-top: 1px solid #383838;
	padding-top: 22px;
	margin-top: 16px;
}
.footer2 .newsletter_widget ul li a{
	color: #949494;
	font-size: 14px;
	text-decoration: none;
	line-height: 26px;
	letter-spacing: 2.8px;
	transition: all 1s ease 0s;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	margin-right: 18px;
}
.footer2 .newsletter_widget ul li a:hover{
	color: #db3539;
}
.footer2 .newsletter_widget ul li:last-of-type a{
	margin-right: 0;
}
.footer2 .newsletter_widget ul li{
	display: inline-block;
}

/* ## Page Banner */
.pagebanner {
	background: url("http://erasoft-eg.com/demo/galaxix/images/pagebanner-courses.jpg"); 
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	min-height: 300px;
}
.pagebanner::before {
	background-color: rgba(0, 0, 0, 0.7);
	bottom: 0;
	content: "";
	display: inline-block;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
}
.pagebanner-content{
	margin-top: 135px;
}
.pagebanner h3{
	position: relative;
	font-size: 35px;
	line-height: 26px;
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	color: #fff;
	display: inline-block;
	float: left;
	margin: 0;
}
.pagebanner .breadcrumb {
	background-color: rgba(0, 0, 0, 0);
    border-radius: 0;
    float: right;
    margin-bottom: 0;
    padding: 0;
    position: relative;
}
.pagebanner .breadcrumb > li + li::before{
	content: "-";
	padding: 0 6px 0 2px;
	color: #fff;
}
.pagebanner .breadcrumb li {
	color: #fff;
	font-size: 12px;
	letter-spacing: 0.6px;
	line-height: 26px;
	font-weight: 400;
	font-family: 'Roboto', sans-serif;
	
}
.pagebanner .breadcrumb a{
	color: #fff;
	text-decoration: none;
}


.our_courses_area {padding-top: 0px; margin-top: 20px; }
.our_courses_area .section_heading h1 { margin-bottom: 0; float:left }




.all_our_courses .owl-nav  { 
display: block;
width: 100px;
right: 0;
top: -35px;
position: absolute;
 }




.medialink{
color: #fff;
padding-right: 15px;
font-size: 17px;
transition: all 1s ease 0s;
-webkit-transition: all 1s ease 0s;
-moz-transition: all 1s ease 0s;
-o-transition: all 1s ease 0s;
}

.medialink:hover{
color: #DB3539;

transition: all 1s ease 0s;
-webkit-transition: all 1s ease 0s;
-moz-transition: all 1s ease 0s;
-o-transition: all 1s ease 0s;
}






.titlebackground{
background: url(../images/homeback.png) 0% 0%  no-repeat; width: 100%; height: 200px; background-size: cover; position: relative;
}
.titlelinnnk{
color: #fff;
font-size: 23px;
margin: auto;
width: 100%;
text-align: center;
padding-top: 76px; font-family: 'wonderbar';
}

.titlebar{
width: 100%;
height: auto;
background: none repeat scroll 0% 0% rgba(0, 0, 0, 0.37);
position: absolute;
bottom: 0px;
min-height: 38px;
}
.titlepage{
color: #FFF;
font-size: 17px;
padding-top: 6px;
}
.titlepage a{
color: #F3D5D5;
text-decoration: none;
transition: all 1s ease 0s;
-webkit-transition: all 1s ease 0s;
-moz-transition: all 1s ease 0s;
-o-transition: all 1s ease 0s;
}
.titlepage a:hover{
color: #fff;
text-decoration: none;
transition: all 1s ease 0s;
-webkit-transition: all 1s ease 0s;
-moz-transition: all 1s ease 0s;
-o-transition: all 1s ease 0s;
}

.blockmenu{
position: relative;
}
.droopmenu{
position: absolute;
left: 0px;
top: 0px;
width: 200%;
min-height: 100px;
background: #000;
}


.contactform input {
    padding: 9px 5px;
    margin: 15px 0px 5px 2%;
    border: 1px solid #DEDEDE;
    width: 90%;
    font-size: 14px;
    color: #4B4B4B;
    background: none repeat scroll 0% 0% #FFF;
font-family: "arial";
}
.ipunnntblock {
    width: 48% !important;
    float: left;
    margin-right: 1%;
}

.clrrr{
clear: both;
display: block;
}

.downloadicon{
height: 42px;
padding: 0px;
width: 240px;
background: #9F1314;
text-align: center;
font-size: 16px;
font-weight: bold;
margin: auto;
margin-bottom: 16px;

transition: all 500ms ease;
color: #fff !important;
}

.downloadicon:hover{
height: 42px;
padding: 0px;

width: 240px;
background: #187DB4 !important;
text-align: center;
font-size: 16px;
font-weight: bold;
margin: auto;
margin-bottom: 16px;
color: #fff !important;
transition: all 500ms ease;
}


.productblockinner{
width: 30%;
margin-right: 2%;
margin-left: 0%;
float: left;
border: 0px solid red;

margin-bottom: 15px;
height: 240px;
margin-top: 21px;
box-shadow: 0px 0px 10px 0px #D7D7D7;
border: 1px solid #E6E6E6;
overflow: hidden;
}

.immghov:hover{
transition: all 0.9s ease 0s;
-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}

.activitytitle{
width: 100%;
height: 25px;
overflow: hidden;
border: 0px solid red;
text-align: center;
margin-top: 11px;
}
.activitytitle a{
color: #e77747;
font-size: 17px;
transition: all 0.9s ease 0s;
}
.activitytitle a:hover{
color: #626262;
font-size: 17px;
transition: all 0.9s ease 0s;
}


/* ========================================================================== */
/* ========================================================================== */
							/* [ Responsive ] */
/* ========================================================================== */
/* ========================================================================== */

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

/* -- min-width: 992 */
@media (min-width: 992px) {

	/* -- Footer Main */
	.footer-main .col-md-6:nth-child(2n+1){
		clear: both;
	}
	.footer-main.footer2 .col-md-3:nth-child(4n+1) {
		clear: both;
	}
}

/* -- min-width: 992 to max-width: 1199 */
@media only screen and (min-width: 992px) and (max-width: 1199px) {
	/* -- Footer Main */	
	/* -- Wiget:: About */
	.about_widget ul li a{
		margin-right: 5px;
	}
	
	/* -- Wiget:: UpcomingEvent */
	.upcoming-eventbox ul li{
		margin-right: 10px;
	}
	
	/* -- Footer2 */
	.footer2 .about_widget.ftr-widget p{
		padding-left: 35px;
	}
	.footer2 .useful-llink{
		padding-left: 40px;
	}
	
}






@media only screen and (min-width: 768px) and (max-width: 991px) {
.parallax-section .owl-carousel .owl-item img { float:none !important}
.video-block { margin-top:0 !important; }
.eventcourse-categories p,
.section-header h3 { text-align:left;}
.parallax-section .owl-carousel .owl-item img { float:none !important}
.eventblock .section-padding { padding:0 !important}
.video-content { padding-left: 0px !important;
padding-bottom: 0px !important;}
.menu-block.navbar-fixed-top .ow-navigation .nav.navbar-nav li > a { color:#fff;}

.menu-search .sb-search-submit { top:25px}
.navbar-fixed-top .menu-search .sb-search-submit { top:30px;}
 }


/* -- max-width: 991 */
@media (max-width: 991px) {
/*tobar*/
.main-header .top-bar-social{
		float: none !important;
	}
	.main-header ul.top-bar-info{
		text-align: center !important;
	}

	/* -- Menu Block */		
	/* -- Menu Search */
	.menu-block .menu-search{
		right: 85px;
		top: 18px;
	}
	.menu-block .menu-search::before{
		width: 0;
	}
	.menu-search .sb-search.sb-search-open .sb-search-input{
		top:84px;
		width: 230px;
	}

	.menu-block.navbar-fixed-top .menu-search .sb-search.sb-search-open .sb-search-input{
		top: 40px;
	}
	
	/* -- Footer Main */
	.footer-main .col-md-6:nth-child(2n+1){
		clear: both;
	}
	
	/* -- Widget:: About */
	.about_widget ul{
		display: inline-block;
		width: 100%;
		text-align: center;
	}
	
	/* -- Widget:: UpcomingEvent */
	.upcoming-eventbox > a{
		float: left;
	}
	
	/* -- Footer Bottom */
	.footer-bottom{
		padding-top: 0;
		padding-bottom: 7px;
	}
	.footer-bottom span{
		line-height: 50px;
	}
	.footer-bottom .ow-navigation{
		position: relative;
		margin-top: -50px;
		width: 100%;
	}
	.footer-bottom .ow-navigation .nav.navbar-nav > li,
	.footer-bottom .ow-navigation .nav.navbar-nav li > a{
		margin: 0;
	}
	
	.footer-bottom .ow-navigation .navbar-collapse > ul > li > a{
		padding-top: 2px;
		padding-bottom: 2px;
	}
	
	/* -- Footer2 */
	.footer2.footer-main .col-md-3:nth-child(2n+1){
		clear: both;
	}
	.footer2 .useful-llink{
		padding-left: 0;
	}
	.footer2 .about_widget.ftr-widget p{
		margin-bottom: 12px;
	}
	/* -- PageBanner */
	.pagebanner h3{
		font-size: 25px;
	}
}

/* -- max-width: 767 */
@media (max-width: 767px) {


.ipunnntblock {
    width: 96% !important;
    float: left;
    margin-right: 2%;
}


.productblockinner{
width: 47%;
margin-right: 2%;
margin-left: 0%;
}

.eventcourse-categories .section-header { margin-bottom: 0px !important; margin-top: 15px;}


.eventblock .section-padding { display:none}

 .video-block { margin: 20px auto !important }

.copyright,
.social-ll ul { width:100%; text-align:center}

.footer2 .footer-bottom span { font-size:12px}


.menu-search .sb-search-submit { top:25px}
.navbar-fixed-top .menu-search .sb-search-submit { top:30px;}


.parallax-section .owl-carousel .owl-item img { float:none !important;}


.navbar-fixed-top .menu-search .sb-search-submit i { color:#ccc !important}
.back-ground { 
background: #f0f0f0;
}



.all_latest_course .owl-nav { }

.video-testimonial-section .section-header { margin-bottom:0;}
	
	/* -- Top Header */
	.topheader-left{
		width: 60%;
	}
	.topheader-right{
		width: 40%;
	}
	/* -- Footer Main */
	.footer-main .row {
		padding-bottom: 0;
		padding-top: 30px;
	}
	.footer-main .row
	/* -- Widget:: About */
	.about_widget{
		padding-right: 5px;
	}
	.about_widget ul{
		display: inline-block;
		width: auto;
		text-align: center;
	}
	
	/* -- Widget:: UpcomingEvent */
	.upcoming-eventbox > a{
		float: right;
	}
	/* -- PageBanner */
	.pagebanner h3{
		font-size: 25px;
		width: 100%;
		text-align: center;
	}
	.pagebanner .breadcrumb{
		display: inline-block;
		float: none;
		width: 100%;
		margin-top: 25px;
		text-align: center;
	}
}

/* --  max-width: 639 */
@media (max-width: 639px) {

.ipunnntblock {
    width: 96% !important;
    float: left;
    margin-right: 2%;
}

.productblockinner{
width: 47%;
margin-right: 2%;
margin-left: 0%;
}

	.main-header ul.top-bar-info li{
		display: block !important;
	}
	/* -- Top Header */
	.topheader-left{
		width: 72%
	}
	.topheader-right{
		width: 28%;
	}
	.topheader-left a,
	.topheader-right a{
		font-size: 11px;
	}
	.topheader-left a{
		margin-right: 5px;
		padding-right: 15px;
	}
	.topheader-right a{
		margin-right: 5px;
		padding-right: 5px;
	}
	
	/* -- Widget:: UpcomingEvent */
	.upcoming-eventbox ul li {
		margin-right: 8px;
	}
	
	/* -- PageBanner */
	.pagebanner h3{
		font-size: 20px;
	}
}


/* --  max-width: 479 */
@media (max-width: 479px) {

.ipunnntblock {
    width: 96% !important;
    float: left;
    margin-right: 2%;
}

.productblockinner{
width: 96%;
margin-right: 2%;
margin-left: 2%;
}

	.menu-searchmine{
		display: inline!important;
	}
	.menu-search{
		display: none !important
	}
.main-header ul.top-bar-info li{
	display: block!important;
	float: none !important;
	text-align: center;
	font-size: 12px !important;
}
.main-header .top-bar-social{
	float: none !important;
}
.our_courses_area .section_heading { width:80% }


	/* -- Top Header */
	.top-header{
		line-height: 35px;
	}
	.topheader-left,
	.topheader-right {
		width: 100%;
		text-align: center;
	}
	.topheader-left a {
		font-size: 11px;
		padding-right: 11px;
		margin-right: 5px;
	}
	.topheader-left a i{
		margin-right: 5px;
		font-size: 20px;
	}
	.topheader-right{
		float: none;
	}
	
	/* -- widget:: About */
	.about_widget ul{
		width: 100%;
	}
	
	/* -- widget:: Newsletter */
	.newsletter_widget .input-group{
		padding: 4px 0;
	}
	
	/* -- widget:: UpcomingEvent */
	.upcomingevent_widget{
		padding-right: 5px;
	}
	.upcoming-eventbox > a{
		float: left;
	}
	
	/* -- Footer Bottom */
	.footer-bottom span{
		font-size: 10px;
	}
	
	/* -- PageBanner */	
	.pagebanner-content{
		margin-top: 130px;
	}
	.pagebanner h3{
		font-size: 18px;
	}
}




/* --------------------------------------------------------
Our Courses CSS
-----------------------------------------------------------*/
.all_our_courses{

}

.sing_course_thumb { overflow: hidden; position: relative;}

.single_our_course{
    background: #f8f8f8;
    border: 1px solid #ececec;
    margin-top: 30px;
}
.single_our_course:hover img {
transform: scale(1.1) !important;
}
.single_our_course {

  background: #fff;
  border: 2px solid #e3e3e3;
  text-align: center;
  position: relative;
  transform: translateZ(0px);
}
.single_our_course:before,
.single_our_course:after {
  content: "";
  position: absolute;
  top: -2px;
  left: -2px;
  bottom: -2px;
  right: -2px;
  z-index: -1;
  transition: all 0.5s ease 0s;
}
.single_our_course:before {
  border-right: 2px solid #db3539;
  border-left: 2px solid #db3539;
  transform: scaleY(0);
  transform-origin: 100% 0 0;
}
.single_our_course:after {
  border-bottom: 2px solid #db3539;
  border-top: 2px solid #db3539;
  transform: scaleX(0);
  transform-origin: 0 100% 0;
}
.single_our_course:hover:before {
  transform: scaleY(0.5);
}
.single_our_course:hover:after {
  transform: scaleX(0.5);
}

.prolinnk{
color: #272727;
text-decoration: none;
font-family: arial;
font-size: 15px;
}

.prolinnk:hover{
color: #DB3539;
  transition: all 0.5s ease 0s;
}


.sing_course_thumb > img {
  position: relative;
  z-index: 1;
transition:all ease-in 0.5s;
}
.sing_course_txt{
    margin: 20px 29px 30px;
    position: relative;
    z-index: 0;
}
.sing_course_txt .course_icon {
  position: absolute;
  right: 0;
  bottom: 115px;
  z-index: -1;
}
.sing_course_txt h2{
   font-size: 14px;
font-family: "Roboto",sans-serif;
text-transform: uppercase;
margin-bottom: 20px;
height: 50px;
}
.sing_course_txt p{
    margin-bottom: 20px;
    line-height: 25px;
}
.sing_course_txt a{
    text-transform: uppercase;
    color: #db3539;
    font-size: 12px;
    font-weight: 700;
}

.section_heading {
    text-align: center;
}

.section_heading h1 { 
font-family: 'Roboto', sans-serif;
font-size: 20px;
margin-bottom: 20px;
text-align: left;
}


.section_heading p{
    color: #a1a1a1;
    font-size: 18px;
}




/* --------------------------------------------------------
Latest Courses CSS
-----------------------------------------------------------*/
.latest_courses_area{
    padding-top: 10px;

    background-position: 0 -60px;
    background-attachment: fixed;
}
.all_latest_course{
    padding-top: 10px;
}

.eventblock {   


  background: url(http://erasoft-eg.com/demo/galaxix/images/bg_latest_course.jpg);
    background-attachment: fixed; 

 }





.single_latest_courses {
  background: #fff;
  border: 2px solid #e3e3e3;
  text-align: center;
  position: relative;
  transform: translateZ(0px);
}
.single_latest_courses:before,
.single_latest_courses:after {
  content: "";
  position: absolute;
  top: -2px;
  left: -2px;
  bottom: -2px;
  right: -2px;
  z-index: -1;
  transition: all 0.5s ease 0s;
}
.single_latest_courses:before {
  border-right: 2px solid #db3539;
  border-left: 2px solid #db3539;
  transform: scaleY(0);
  transform-origin: 100% 0 0;
}
.single_latest_courses:after {
  border-bottom: 2px solid #db3539;
  border-top: 3px solid #db3539;
  transform: scaleX(0);
  transform-origin: 0 100% 0;
}
.single_latest_courses:hover:before {
  transform: scaleY(0.5);
}
.single_latest_courses:hover:after {
  transform: scaleX(0.5);
}



.single_latest_courses:hover img {

    animation: hovers 1s ;
}


@keyframes hovers {
    0% { filter: grayscale(0%); opacity:0.5; }
    50% {  filter: grayscale(100%); opacity:1; }

}















.sing_lat_course_photo > img {

}
.sing_lat_course_txt{
text-align:left;
    padding: 20px 20px 30px;
}
.sing_lat_course_txt h3{
    font-size: 13px;
    color: #db3539;
    text-transform: uppercase;
}
.sing_lat_course_txt h2{
    font-size: 20px;
   font-family: 'Roboto', sans-serif;
}
.sing_lat_course_txt p{
    line-height: 26px;
}
.sing_lat_course_txt ul li{
text-align:left;

}
.sing_lat_course_txt ul li i{
    color: #db3539;
    width: 25px;
}
.sing_lat_course_txt ul li span{
    color: #666666;
}
.all_latest_course .owl-nav {
    position: absolute;
    right: 0;
    top:-55px;
}
.all_latest_course .owl-nav .owl-prev, .all_latest_course .owl-nav .owl-next {
    display: inline-block;
    line-height: 35px;
    text-align: center;
    width: 35px;
    border: 1px solid;
    border-radius: 5px;
    color: #666666;
    font-size: 20px;
}
.all_latest_course .owl-nav .owl-next {
    margin-left: 5px;
}

/*
.eventblock { 
    background: linear-gradient(white , gray);
background-size: cover;
background-position: center;
background-repeat: no-repeat;
background-attachment: fixed;}
*/


.copyrigh,
.social-ll { padding:5px 0;}



.social-ll ul{
	padding-left: 0;
	margin-bottom: 0;
float:right;
}
.social-ll ul li a{
	color: #949494;
	font-size: 14px;
	text-decoration: none;
	line-height: 26px;
	letter-spacing: 2.8px;
	transition: all 1s ease 0s;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	margin-right: 18px;
}
.social-ll ul li a:hover{
	color: #db3539;
}
.social-ll ul li:last-of-type a{
	margin-right: 0;
}
.social-ll ul li{
	display: inline-block;
}




.owl-theme .owl-controls .owl-nav [class*="owl-"] { 
color:#db3539;
border-radius: 0;
border: 1px solid #db3539;
background:none;}
.all_our_courses .owl-nav [class*="owl-"] { padding: 12px 16px !important;}


.owl-theme .owl-controls .owl-nav [class*="owl-"]:hover { border: 1px solid #1c4284; background:#f5f5f5; color:#000 }
.navbar-fixed-top .menu-search .sb-search-submit { top:0px;}



.ow-navigation .nav.navbar-nav > li { border-bottom: 2px solid #f5f5f5;; }



.ow-navigation .nav.navbar-nav > li:hover 
 { border-bottom: 2px solid #db3539;  }



.menu-search .sb-search-submit i { color:#999}


.single_latest_courses ul { padding-left:25px;}

.te-h { font-size:24px !important;} 


.parallax-content img { width:100px; height:80px;}


@media only screen and (min-width: 974px) and (max-width: 1199px) {
.menu-block .navbar-collapse { width:94%}
.menu-block .menu-search::before,
.menu-search .sb-search-submit { top:75px}
.back-ground { margin-top:25px;}
.navbar-nav { margin:0}
.menu-block.navbar-fixed-top { display:none !important}
.menu-search .sb-search.sb-search-open .sb-search-input { top:141px;}
}


.mobile-logo img { max-width:250px; }
/* 02. HEADER */
/***********************************************************************************************/
.main-header {
  height: auto;
  left: 0;
  position: relative;
  top: 0;
  width: 100%;
  z-index: 1000;
}
.main-header .sticky-wrapper {
  background: #ffffff;
}
.main-header .navgiation-wrapper {
  background: #ffffff;
}
.main-header .top-bar {
  overflow: hidden;
  background: #1c4284;
  line-height: 48px;
  color: #FFFFFF;
  font-size: 16px;
}
.main-header .top-bar i {
  color: #FFFFFF;
  margin-right: 5px;
  display: inline-block;
}
.main-header .top-bar a {
  color: #FFFFFF;
}
.main-header ul.top-bar-info {
  list-style: none;
  padding: 0;
  margin: 0;
}
.social-ll ul.top-bar-info .top-bar-dot {
  width: 6px;
  height: 6px;
  background: #db3539;
  display: inline-block;
  margin-right: 12px;
  position: relative;
  top: -1px;
}
.social-ll ul.top-bar-info li {
font-size:14px; 
  margin-right: 6px;
  display: inline;
}

.social-ll ul.top-bar-info li strong { font-size:14px;}

.social-ll ul.top-bar-info li:last-child {
  margin-right: 0px;
}
.main-header a.free-estimate {
font-size: 14px;
padding: 0px;
display: block;
text-align: center;
color: #FFF;
background: none repeat scroll 0% 0% #DB3539;
border: 0px solid transparent;
letter-spacing: 1px;
text-decoration: none;
}
.main-header a.free-estimate:hover {
  background: #333;
  border: 0px solid transparent;
}
.main-header .top-bar-social {
  text-align: center;
  color: #FFFFFF;
  font-size: 16px;
  border: 0px solid #FFF;
  letter-spacing: 1px;
  text-transform: uppercase;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}
.main-header .top-bar-social a {
padding: 0px 5px;
display: inline-block;
transition: all 0.3s ease-out 0s;
text-decoration: none;
font-size: 12px;
}
.main-header .top-bar-social a i.fa {
  width: 24px;
  height: 24px;
  text-align: center;
  color: #FFFFFF;
  line-height: 24px;
  font-size: 14px;
  position: relative;
  top: -2px;
}
.main-header .top-bar-social a:hover i.fa-facebook {
  color: #4267b2;
}
.main-header .top-bar-social a:hover i.fa-twitter {
  color: #139ff2;
}
.main-header .top-bar-social a:hover i.fa-instagram {
  color: #a23aad;
}
.main-header .top-bar-social a:hover i.fa-google-plus {
  color: #dd4b39;
}
.main-header .top-bar-social a:hover i.fa-youtube {
  color: #ff0000;
}
.facebook:hover {
 
  color: #4267b2 !important;
}
.google:hover {

  color: #dd4b39 !important;
}
.twitter:hover {
  color: #139ff2!important;
}
.behance:hover {
  color: #0057ff!important;
}
.dribble:hover {
  color: #ea4c89!important;
}
.active{
	color: #db3539;	
}
.clear{
display: block;
clear: both;
}
.pagetitle{
width: 100%;
font-family: "Roboto",sans-serif;
font-size: 20px;
margin-bottom: 20px;
text-align: left;
border-bottom: 1px solid #ECECEC;
padding-bottom: 6px;
position: relative;
}
.pagetitle span{
position: absolute;
bottom: 0px;
left: 0px;
width: 100px;
background: #f00;
height: 1px;
}

.pagelink{
width: 100%;
padding-bottom: 6px;
padding-left: 5%;
border-bottom: 1px solid #F5F5F5;
}

.pagelink a{
color: #333;
font-size: 15px;
line-height: 26px;
text-decoration: none;
transition: all 1s ease 0s;
}
.pagelink a:hover{
color: #DB3539;
transition: all 1s ease 0s;
}

.texxt{
font-size: 16px;
text-align: left;
direction: ltr;
font-family: "Raleway";
color: #545454;
line-height: 26px;
}


.linnnk{
width: 100%;
height: auto;
text-align: center;
color: #FFF;
background: none repeat scroll 0% 0% #0C4D8C;
transition: all 1s ease 0s;
padding: 3%;
border-radius: 5px;
}
.linnnk:hover{
width: 100%;
padding: 3%;
text-align: center;
color: #fff;
transition: all 1s ease 0s;
background: #DB3539;
transition: all 1s ease 0s;
}

.texxt li{
list-style: circle;
margin-bottom: 15px;
}

.clear{
clear: both;
display: block;
}
