/*  *  Owl Carousel - Animate Plugin */ .owl-carousel .animated { -webkit-animation-duration: 1000ms; animation-duration: 1000ms; -webkit-animation-fill-mode: both; animation-fill-mode: both; } .owl-carousel .owl-animated-in { z-index: 0; } .owl-carousel .owl-animated-out { z-index: 1; } .owl-carousel .fadeOut { -webkit-animation-name: fadeOut; animation-name: fadeOut; } @-webkit-keyframes fadeOut { 0% { opacity: 1; } 100% { opacity: 0; } } @keyframes fadeOut { 0% { opacity: 1; } 100% { opacity: 0; } } /*  * 	Owl Carousel - Auto Height Plugin */ .owl-height { -webkit-transition: height 500ms ease-in-out; -moz-transition: height 500ms ease-in-out; -ms-transition: height 500ms ease-in-out; -o-transition: height 500ms ease-in-out; transition: height 500ms ease-in-out; } /*  *  Core Owl Carousel CSS File */ .owl-carousel { display: none; width: 100%; -webkit-tap-highlight-color: transparent; /* position relative and z-index fix webkit rendering fonts issue */ position: relative; z-index: 1; } .owl-carousel .owl-stage { position: relative; -ms-touch-action: pan-Y; } .owl-carousel .owl-stage:after { content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0; } .owl-carousel .owl-stage-outer { position: relative; overflow: hidden; /* fix for flashing background */ -webkit-transform: translate3d(0px, 0px, 0px); } .owl-carousel .owl-controls .owl-nav .owl-prev, .owl-carousel .owl-controls .owl-nav .owl-next, .owl-carousel .owl-controls .owl-dot { cursor: pointer; cursor: hand; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; } .owl-carousel.owl-loaded { display: block; } .owl-carousel.owl-loading { opacity: 0; display: block; } .owl-carousel.owl-hidden { opacity: 0; } .owl-carousel .owl-refresh .owl-item { display: none; } .owl-carousel .owl-item { position: relative; min-height: 1px; float: left; -webkit-backface-visibility: hidden; -webkit-tap-highlight-color: transparent; -webkit-touch-callout: none; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; } .owl-carousel .owl-item img { display: block; width: 100%; -webkit-transform-style: preserve-3d; } .owl-carousel.owl-text-select-on .owl-item { -webkit-user-select: auto; -moz-user-select: auto; -ms-user-select: auto; user-select: auto; } .owl-carousel .owl-grab { cursor: move; cursor: -webkit-grab; cursor: -o-grab; cursor: -ms-grab; cursor: grab; } .owl-carousel.owl-rtl { direction: rtl; } .owl-carousel.owl-rtl .owl-item { float: right; } /* No Js */ .no-js .owl-carousel { display: block; } /*  * 	Owl Carousel - Lazy Load Plugin */ .owl-carousel .owl-item .owl-lazy { opacity: 0; -webkit-transition: opacity 400ms ease; -moz-transition: opacity 400ms ease; -ms-transition: opacity 400ms ease; -o-transition: opacity 400ms ease; transition: opacity 400ms ease; } .owl-carousel .owl-item img { transform-style: preserve-3d; } /*  * 	Owl Carousel - Video Plugin */ .owl-carousel .owl-video-wrapper { position: relative; height: 100%; background: #000; } .owl-carousel .owl-video-play-icon { position: absolute; height: 80px; width: 80px; left: 50%; top: 50%; margin-left: -40px; margin-top: -40px; background: url("owl.video.play.png") no-repeat; cursor: pointer; z-index: 1; -webkit-backface-visibility: hidden; -webkit-transition: scale 100ms ease; -moz-transition: scale 100ms ease; -ms-transition: scale 100ms ease; -o-transition: scale 100ms ease; transition: scale 100ms ease; } .owl-carousel .owl-video-play-icon:hover { -webkit-transition: scale(1.3, 1.3); -moz-transition: scale(1.3, 1.3); -ms-transition: scale(1.3, 1.3); -o-transition: scale(1.3, 1.3); transition: scale(1.3, 1.3); } .owl-carousel .owl-video-playing .owl-video-tn, .owl-carousel .owl-video-playing .owl-video-play-icon { display: none; } .owl-carousel .owl-video-tn { opacity: 0; height: 100%; background-position: center center; background-repeat: no-repeat; -webkit-background-size: contain; -moz-background-size: contain; -o-background-size: contain; background-size: contain; -webkit-transition: opacity 400ms ease; -moz-transition: opacity 400ms ease; -ms-transition: opacity 400ms ease; -o-transition: opacity 400ms ease; transition: opacity 400ms ease; } .owl-carousel .owl-video-frame { position: relative; z-index: 1; }

.homewrap1 {
	max-width:1120px; 
	margin:0px auto;
}

.cor_section {
	display:block; 
	margin:0px; 
	padding:20px 0 0 0;
}

.cor_section li{
	display:block; 
	overflow:hidden; 
	border-radius:15px; 
	-webkit-border-radius:15px;
}

.cor_section .owl-nav {
	position:absolute; 
	width:100%; 
	top:40%; 
	right:0;
}

.cor_section .owl-prev{
	width:45px; 
	height:87px; 
	background:url(../images/psarrowleft.png) no-repeat center center; 
	position: absolute; 
	left: -100px; 
	cursor:pointer; 
}

.cor_section .owl-next{
	width:45px; 
	height:87px; 
	background:url(../images/psarrowright.png) no-repeat center center; 
	position: absolute; 
	cursor:pointer; 
	right: -100px;
}

.bgclr-blue {background:#03447a;}
.bgclr-lightblue {background:#353c6c;}
.bgclr-purple {background:#3e283d;}
.bgclr-grey {background:#495761;}

.courses-dtls{
	position:relative;
	padding:20px 0 0 0;
	height:auto;
}

.courses-dtls img {
	border:0;
	border-radius:15px;
}

.courses-dtls h1{
	font-size:24px;
	line-height:30px;
	color:#F90;
	font-weight:300;
	margin:0;
	padding:8px 0 0 0;
	text-align:center;
	letter-spacing:-0.5px;
	font-family: 'Roboto Slab', serif;
}

.courses-dtls h2{
	font-size:16px;
	line-height:22px;
	color:#fff;
	font-weight:300;
	margin:0;
	padding:0 0 10px 0;
	text-align:center;
	letter-spacing:0.3px;
	font-family: 'Roboto Slab', serif;
}

.courses-dtls .p-mask{
    opacity: 0;
    visibility: hidden;
    background: rgba(0,0,0, 0.70);
    bottom: 0%;
    position: absolute;
    padding:1em 0;
    width: 100%;
    -webkit-transform: translate3d( 0px, 100%, 0px );
    -moz-transform: translate3d( 0px, 100%, 0px );
    -ms-transform: translate3d( 0px, 100%, 0px );
    -o-transform: translate3d( 0px, 100%, 0px );
    transform: translate3d( 0px, 100%, 0px );
    -webkit-transition: all .5s ease 0s;
    -moz-transition: all .5s ease 0s;
    transition: all .5s ease 0s;
    text-align: center;
	text-align:center;
}
.courses-dtls:hover .p-mask{
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate3d( 0px, 0px, 0px );
    -moz-transform: translate3d( 0px, 0px, 0px );
    -ms-transform: translate3d( 0px, 0px, 0px );
    -o-transform: translate3d( 0px, 0px, 0px );
    transform: translate3d( 0px, 0px, 0px );
	text-align:center;
}


/* -- Responsive --- */
@media only screen and (max-width:1380px){
	.homewrap {
		padding:0 10px;
	}
	
	.cor_section .owl-prev {
		left:-45px;
	}
	
	.cor_section .owl-next {
		right:-45px;
	}
	
	.midpslider {
		padding:0 0;
	}
}

@media only screen and (max-width:479px) {
	.cor_section .owl-next {
		background-size:20px; 
		width:20px; 
		height:40px; 
		right:-25px;
	}
	
	.cor_section .owl-prev {
		background-size:20px; 
		width:20px; 
		height:40px; 
		left:-25px;
	}
	
	.midpslider {
		padding:0 15px;
	}
	
	.pro1link a {
		font-size:15px;
	}
	
	.mbox {
		display:block; 
		width:100%;
	}
	
	.courses-dtls{
		position:relative;
		padding:35px 25px;
		height:250px;
	}
	
	.courses-dtls h1{
		font-size:18px;
		line-height:26px;
		color:#F90;
		font-weight:300;
		margin:0;
		padding:0 0 10px 0;
		text-align:center;
		letter-spacing:0.5px;
		text-transform:none;
	}
	
	.courses-dtls h2{
		font-size:14px;
		line-height:20px;
		color:#fff;
		font-weight:400;
		margin:0;
		padding:0 0 10px 0;
		text-align:center;
		letter-spacing:0.3px;
	}
	
	.courses-dtls h3{
		font-size:11px;
		text-transform:uppercase;
		color:#ffbc09;
		display:block;
		border-top:1px solid #6b6b6c;
		border-bottom:1px solid #6b6b6c;
		font-weight:400;
		margin:0 0 10px 0;
		padding:10px 0 8px 10px;
		text-align:center;
		letter-spacing:0.1px;
	}
	
	.courses-dtls a{
		font-size:10px;
		color:#FFF;
		background:none;
		margin:10px 0 0 0;
		padding:10px 10px 10px 10px;
		border:1px solid #FFF;
		border-radius:5px;
		text-transform:uppercase;
		font-family: 'Josefin Sans', sans-serif;
	}
	
	.courses-dtls a:hover{
		color:#000;
	}
	
	.courses-dtls .p-mask{
		opacity: 0;
		visibility: hidden;
		background: rgba(0,0,0, 0.70);
		bottom: 0%;
		position: absolute;
		padding:1em 0;
		width: 100%;
		-webkit-transform: translate3d( 0px, 100%, 0px );
		-moz-transform: translate3d( 0px, 100%, 0px );
		-ms-transform: translate3d( 0px, 100%, 0px );
		-o-transform: translate3d( 0px, 100%, 0px );
		transform: translate3d( 0px, 100%, 0px );
		-webkit-transition: all .5s ease 0s;
		-moz-transition: all .5s ease 0s;
		transition: all .5s ease 0s;
		text-align: center;
		text-align:center;
	}
	.courses-dtls:hover .p-mask{
		opacity: 1;
		visibility: visible;
		-webkit-transform: translate3d( 0px, 0px, 0px );
		-moz-transform: translate3d( 0px, 0px, 0px );
		-ms-transform: translate3d( 0px, 0px, 0px );
		-o-transform: translate3d( 0px, 0px, 0px );
		transform: translate3d( 0px, 0px, 0px );
		text-align:center;
	}
}

@media only screen and (max-width:1024px) {
	.cor_section .owl-next {
		background-size:20px; 
		width:20px; 
		height:40px; 
		right:-25px;
	}
	
	.cor_section .owl-prev {
		background-size:20px; 
		width:20px; 
		height:40px; 
		left:-25px;
	}
	
	.midpslider {
		padding:0 15px;
	}
	
	.pro1link a {
		font-size:15px;
	}
	
	.mbox {
		display:block; 
		width:100%;
	}
	.owl-item .courses-dtls img{
		height:336px;
	}
	.courses-dtls{
		position:relative;
		padding:0 0;
		height:auto;
		margin-bottom:0;
	}
	
	.courses-dtls img{
		width:100%;
	}
	
	.courses-dtls h1{
		font-size:16px;
		line-height:22px;
		color:#F90;
		font-weight:300;
		margin:0;
		padding:0 0 0 0;
		text-align:center;
		letter-spacing:0.5px;
	}
	
	.courses-dtls h2{
		font-size:14px;
		line-height:20px;
		text-transform:none;
		color:#fff;
		font-weight:400;
		margin:0;
		padding:0 0 5px 0;
		text-align:center;
		letter-spacing:0.1px;
	}
	
	.courses-dtls h3{
		font-size:11px;
		text-transform:uppercase;
		color:#ffbc09;
		display:block;
		border-top:1px solid #6b6b6c;
		border-bottom:1px solid #6b6b6c;
		font-weight:400;
		margin:0 0 10px 0;
		padding:10px 0 8px 10px;
		text-align:left;
		letter-spacing:0.1px;
	}
	
	.courses-dtls a{
		font-size:10px;
		color:#FFF;
		background:none;
		margin:40px 0 0 0;
		position:relative;
		padding:10px 10px 10px 10px;
		border:1px solid #FFF;
		border-radius:5px;
		text-transform:uppercase;
		font-family: 'Josefin Sans', sans-serif;
	}
	
	.courses-dtls a:hover{
		color:#000;
	}
}

