/* - Slider Section */
.slider-section {
	position: relative;
	display: inline-block;
	width: 100%;	
}
.slider-section .item::before,
.slider-section .item::after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}
/*.slider-section .item::before{
	background-color: rgba(245, 18, 102, 0.13);
}
.slider-section .item:nth-child(odd)::after {
	background: -moz-linear-gradient(left,  rgba(125,185,232,0) 0%, rgba(0,0,0,0.8) 100%); 
	background: -webkit-linear-gradient(left,  rgba(125,185,232,0) 0%,rgba(0,0,0,0.8) 100%); 
	background: linear-gradient(to right,  rgba(125,185,232,0) 0%,rgba(0,0,0,0.8) 100%); 
	/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#007db9e8', endColorstr='#000000',GradientType=1 ); 
}
.slider-section .item:nth-child(even)::after{
	background: -moz-linear-gradient(left,  rgba(0,0,0,0.8) 0%, rgba(125,185,232,0) 100%);
	background: -webkit-linear-gradient(left,  rgba(0,0,0,0.8) 0%,rgba(125,185,232,0) 100%); 
	background: linear-gradient(to right,  rgba(0,0,0,0.8) 0%,rgba(125,185,232,0) 100%);
	/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#007db9e8',GradientType=1 );
}*/
.slider-section .carousel-caption{
	position: absolute;
	top: 80%;
	left: 0;
	right: 0;
	-webkit-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	text-align: center;
	text-shadow: none;
	bottom: 0;
}
.slider-section .col-md-7.ow-pull-right {
	position: relative;
	right: -38px;
}
.slider-section .col-md-7.ow-pull-left {
	position: relative;	
	left: -14px;
}
.slider-section .col-md-5.ow-pull-right {
	position: relative;
	right: -38px;
}
.slider-section .carousel-caption h5 {
	font-size: 22px;
	text-transform: capitalize;
	color: #f7c51d;
	margin: 0 0 15px;
	line-height: 28px;	
	word-wrap: break-word;
	animation-delay: 1s;text-shadow: 1px 1px 2px black;
}
.slider-section .carousel-caption h4 {
	font-size: 4em;
	font-family: 'Vidaloka';
	margin: 0 0 15px;
	word-wrap: break-word;
	animation-delay: 2s; text-shadow: 1px 1px 2px black;
}
.slider-section .carousel-caption h4 span{
	color: #f7c51d;
	margin-right: 7px;
}
.slider-section .carousel-caption p {
	font-size: 16px;
	color: #fff;
	line-height: 28px;margin-top: -20px;
    display: inline-block; font-weight:600;text-transform: uppercase;text-shadow: 1px 1px 2px black;
}
.slider-section .carousel-caption a {
	border: 1px solid #9a9a9a;
	color: #fff;
	display: inline-block;
	margin-top: 22px;
	padding: 13px 45px;
	font-size: 16px;
	text-align: center;
	text-decoration: none;
	text-transform: capitalize;
	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;	
	word-wrap: break-word;
	z-index: 1;
	animation-delay: 3s;
}
.slider-section .carousel-caption a:before {
	position: absolute;
	content: "";
	left: 0;
	right: 0;
	width: 0;
	bottom: 0;
	top: 0;	
	background-color: rgba(247,197,29,1);
	transition: all 1s ease 0s;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	z-index: -1;	
}
.slider-section .carousel-caption a:hover::before {
	width: 100%;
	border-color: #f7c51d;
}
.slider-section .carousel-control { position:relative;
	width: 0; height:1px;
	margin: 0 1px;
	top: 0%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(50%, -50%);
	transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index:10;
	opacity: 1;
	text-shadow: none;
	transition: all 1s ease 0s;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
}
.slider-section .left.carousel-control{
	background:#161616;padding:10px;left: 28px; top:-64px; display:inline-table
}.slider-section .right.carousel-control{
	background:#161616;padding:10px;left: 28px; top:-64px; display:inline-table
}
.slider-section .carousel-control:hover {
	background-color:#7f034a;
}

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

/* -- min-width: 1200 to max-width: 1365 */
@media only screen and (min-width: 1200px) and (max-width: 1365px) {
	/* -- Slider Section */
	.slider-section .carousel-caption{
		top: 46%;
	}
	.slider-section .carousel-control {
		top: auto;
	}
}
 

/* -- min-width: 992 to max-width: 1199 */
@media only screen and (min-width: 992px) and (max-width: 1199px) {
	/* -- Slider Section */
	.slider-section .carousel-caption{
		top: 48%;
	}
	.slider-section .carousel-caption h4{
		font-size: 18px;
		margin: 0;
	}
	.slider-section .carousel-caption h3{
		font-size: 24px;
		margin: 0;
	}
	.slider-section .carousel-caption p{
		font-size: 15px;
		line-height: 24px;
	}
	.slider-section .carousel-caption a{
		margin-top: 5px;
		padding: 8px 28px;
		font-size: 14px;
	}
	.slider-section .carousel-control{
		top: auto;
		height: 50px;
		width: 25px;
		line-height: 50px;
	}
	
}

/* -- max-width: 991 */
@media (max-width: 991px) {
	/* -- Slider Section */
	.slider-section{
		margin-top: 0;
	}
	.slider-section .carousel-caption{
		top: 36%;
	}	
	.slider-section .carousel-caption h4{
		font-size: 18px;
		margin: 0;
	}
	.slider-section .carousel-caption h3{
		font-size: 24px;
		margin: 0;
	}
	.slider-section .carousel-caption p{
		font-size: 15px;
		line-height: 24px;
	}
	.slider-section .carousel-caption a{
		margin-top: 5px;
		padding: 8px 28px;
		font-size: 14px;
	}
	.slider-section .carousel-control{
		height: 40px;
		line-height: 40px;
		width: 22px;
		margin: 0;
	}
 
}

/* -- max-width: 767 */
@media (max-width: 767px) {	
	/* -- Slider Section */
	.slider-section .carousel-caption{
		text-align: center;
	}
	.slider-section .carousel-caption h4{
		font-size: 16px;
		line-height: 22px;
	}
	.slider-section .carousel-caption h3{
		font-size: 19px;
		line-height: 32px;
	}
	.slider-section .carousel-caption p{
		font-size: 14px;
	}
	.slider-section .carousel-caption a{
		margin-top: 0;
		padding: 6px 20px;
	}
	.slider-section .left.carousel-control{
		left: 20px;
	}
	.slider-section .col-md-7.ow-pull-right {
		right: 0;
	}
	.slider-section .col-md-7.ow-pull-left {
		left: 0;
	}
	.slider-section .col-md-5.ow-pull-right {
		right: 0;
	}
	.slider-section .carousel-control{ display:none}
	 
}

/* --  max-width: 639 */
@media (max-width: 639px) {
	/* -- Slider Section */	
	.slider-section .carousel-caption{
		top: 28%;
	}
	.slider-section .carousel-caption h4 {
		font-size: 22px;
line-height: 54px;
margin-bottom: 10px;
color: #888;
text-shadow: 0 0 0;
	}
	.slider-section .carousel-caption h3 {
		font-size: 15px;
		line-height: 23px;
	}
	.slider-section .carousel-caption p {
		font-size: 14px;
    line-height: 20px;
    color: #4a4a4a;
    text-shadow: 0 0 0;
	}
	.slider-section .carousel-caption a {
		padding: 3px 15px;
	}
	
	 
}
/* --  max-width: 479 */
@media (max-width: 479px) {
	/* -- Slider Section */
	.slider-section .col-xs-9{
		padding-left: 0;
	}
	.slider-section .carousel-caption {
		position: relative;
		transform: none;
		background-color:#fff;
		text-align: center;	
		-moz-transform: none;
		-webkit-transform: none;
		transform: none;
		top: 10px; padding:0
	}	

	.slider-section .col-md-7.ow-pull-right {
		right: 0; padding:0; margin:0
	}
	.slider-section .col-md-7.ow-pull-left {
		left: 0; padding:0; margin:0
	}
	.slider-section .col-md-5.ow-pull-right {
		right: 0; margin:0; padding:0
	}
	
	.slider-section .right.carousel-control, .slider-section .left.carousel-control  {     top: -119px;
}
}	
 
 