@charset "utf-8";

/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	white-space: nowrap;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

@-ms-viewport {
	width: device-width;
}

@viewport {
	width: device-width;
}
/*--------------------------------------------------------------
13.1. Custom Gird
--------------------------------------------------------------*/
.header {
	max-width: 100%;
}

.header::after,
.inner-wrapper::after {
	clear: both;
	content: "";
	display: table;
}


.container {
	margin: 0 auto;
	padding-left: 25px;
	padding-right: 25px;
	max-width: 100%;
}

.container::after,
.inner-wrapper::after {
	clear: both;
	content: "";
	display: table;
}

.inner-wrapper {
	margin-left: 0px;
	margin-right: 0px
}

.inner-wrapper:before,
.inner-wrapper:after {
	content: " ";
	display: table
}

.inner-wrapper:after {
	clear: both
}

/*  layout sidebar*/


#content.global-layout-no-sidebar,
.global-layout-no-sidebar > .container {
	width: 100%;
	padding: 0;
        z-index:-100;
}

/*--------------------------------------------------------------
12. Featured slider
--------------------------------------------------------------*/

#content .section.section-featured-slider {
	padding: 0;
}

.section-featured-slider {
	overflow: hidden;
	position: relative;
	z-index: 1;
}

.section-featured-slider .featrued-slider {
	color: #686868;
	clear: both;
	position: relative;
	text-align: center;
	z-index: -1;
}

.section-featured-slider .overlay-enabled article::after {
	content: "";
	display: block;
	height: 100%;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 2;
}

.section-featured-slider img {
	width: 100%;
	vertical-align: middle;
}

.section-featured-slider .cycle-slide {
	width: 100%;
}

.section-featured-slider article.first {
	display: block;
}

.section-featured-slider article {
	display: none;
}

.section-featured-slider .cycle-slideshow {
	margin-bottom: 0;
	padding: 0;
}

.section-featured-slider .cycle-caption {
	bottom: 26%;
	height: auto;
	left: 10%;
	max-width: 100%;
	padding: 0;
	position: absolute;
	transition: all 1s ease-in-out 0s;
	width: 80%;
	z-index: 3;
}

.section-featured-slider .cycle-caption.text-alignleft {
	left: 15%;
}

.section-featured-slider .cycle-caption.text-alignright {
	right: 15%;
}

.section-featured-slider h3 {
	font-size: 70px;
	line-height: 1.1;
	margin-bottom: 20px;
	font-weight: 700;
	max-width: 100%;
	display: inline-block;
}
.section-featured-slider h4 {
	color: #fff;
}
.section-featured-slider p {
	font-size: 19px;
	color: #e2e1e1;
	font-weight: 400;

	width: 730px;
	max-width: 100%;
	display: inline-block;
}

.section-featured-slider h3 a {
	color: #fff;
	display: inline-block;
}

.section-featured-slider .slider-buttons{
	margin-top:30px;
}

.section-featured-slider .slider-buttons .custom-button {
	padding: 7px 12px;
	font-size: 14px;
	text-transform: uppercase;
	line-height: 1.5;
}

/*slider pager box*/

.section-featured-slider .cycle-pager span {
	background-color: #3e454b;;
	cursor: pointer;
	display: inline-block;
	float: none;
	height: 7px;
	margin: 3px 5px;
	width: 25px;
	z-index: 99;
	border-radius: 30px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.section-featured-slider .cycle-pager {
	bottom:5%;
	left: 0;
	position: absolute;
	text-align: center;
	width: 100%;
	z-index: 999;
}

.section-featured-slider .cycle-pager .cycle-pager-active {
	background-color: #f51e46;
	border-color:#fff;
	height: 7px;
}

/*Featured Banner */

.section-featured-banner {
	position: relative;
}

.section-featured-banner .banner-caption {
	bottom: 28%;
	height: auto;
	left: 15%;
	max-width: 100%;
	padding: 0;
	position: absolute;
	transition: all 1s ease-in-out 0s;
	width: 70%;
	z-index: 99;
}

.section-featured-banner .featured-banner > a::after {
	content: "";
	display: block;
	height: 100%;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 9;
	background-color: #f51e46;
	opacity: 0.9;
}

.section-featured-banner h3 {
	font-size: 50px;
}

.section-featured-banner h3 a {
	color: #fff;
}
.section-featured-banner p {
	font-size: 20px;
	color: #fff;
	margin-bottom: 45px;
}


/* Smaller than standard 900 (devices and browsers) */
@media only screen and (max-width:900px){


	.section-featured-slider .slider-buttons {
		margin-top: 0;
	}

	.section-featured-slider h3, .section-featured-banner h3 {
		font-size: 35px;
	}


/* Smaller than standard 768 (devices and browsers) */
@media only screen and (max-width:767px){


	.featured-page-section h3.feature-title {
		visibility: visible;
		font-size: 14px;
		padding: 5px;
		bottom: 0;
	}

	.section-featured-slider .slider-buttons .custom-button,
	.section-featured-banner .custom-button {
		padding: 9px 20px;
		text-transform: capitalize;
		margin: 0;
	}

	.section-featured-slider .cycle-prev, .section-featured-slider .cycle-next {
		visibility: visible;
		opacity: 1;
		display: block;
		width: 40px;
		height: 40px;
		line-height: 1.5;
	}

	.section-featured-slider .cycle-pager {
		display: none;
	}

	#main-slider h3,
	.section-featured-banner h3 {
		font-size: 28px;
		padding: 0;
	}

	#main-slider .cycle-caption{
		bottom: 50px;
	}
	.section-featured-banner .banner-caption {
		bottom: 20px;
	}
	#main-slider h3 a {
		display: block;
	}

}

/* Smaller than standard 480 (devices and browsers) */
@media only screen and (max-width:479px){

#content.global-layout-no-sidebar,
.global-layout-no-sidebar > .container {
	width: 100%;
	padding: 0;
        z-index:-100;
}
	#main-slider h3 br {
		display: none;
	}

	.section-featured-slider h4 {
		font-size: 13px;
		margin-bottom: 5px;
	}
	.section-featured-slider p,
	.section-featured-banner p {
		display: none;
	}

	#main-slider h3,
	.section-featured-banner h3 {
		font-size: 18px;
		padding: 0;
		margin-bottom: 10px;
	}


	#main-slider .cycle-caption {
		bottom: 25px;
	}

	

	.section-featured-slider .slider-buttons .custom-button {
		padding: 6px 15px;
		text-transform: capitalize;
		font-size: 13px;
		margin: 0;
	}

	.section-featured-slider .cycle-prev,
	.section-featured-slider .cycle-next {
		visibility: visible;
		opacity: 1;
		display: block;
		width: 35px;
		height: 35px;
		bottom: 45%;
		font-size: 16px;
	}

}

/* Smaller than standard 320 (devices and browsers) */
@media only screen and (max-width:219px){

	.container{
		width: 310px;
		max-width: 310px;
	}
}

/*--------------------------------------------------------------
Main css ends form here
--------------------------------------------------------------*/

