/** RESET AND LAYOUT
===================================*/

.bx-wrapper {
	position: relative;
	padding: 0;
	*zoom: 1;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
}

.bx-wrapper img {
	max-width: 100%;
	display: block;
}

.bxslider {
	margin: 0;
	padding: 0;
}

ul.bxslider {
	list-style: none;
}

.bx-viewport {
	/*fix other elements on the page moving (on Chrome)*/
	-webkit-transform: translatez(0);
}




/** THEME
===================================*/

.bx-wrapper {
	background: #fff;
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
	position: absolute;
	bottom: -30px;
	width: 100%;
}


/* LOADER */

.bx-wrapper .bx-loading {
	min-height: 50px;
	background: url('images/bx_loader.gif') center center no-repeat #ffffff;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2000;
}

/* PAGER */

.bx-wrapper .bx-pager {
	text-align: center;
	font-size: .85em;
	font-family: Arial;
	font-weight: bold;
	color: #666;
	padding-top: 20px;
}

.bx-wrapper .bx-pager.bx-default-pager a {
	background: #666;
	text-indent: -9999px;
	display: block;
	width: 10px;
	height: 10px;
	margin: 0 5px;
	outline: 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active,
.bx-wrapper .bx-pager.bx-default-pager a:focus {
	background: #000;
}

.bx-wrapper .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display: inline-block;
	vertical-align: bottom;
	*zoom: 1;
	*display: inline;
}

.bx-wrapper .bx-pager-item {
	font-size: 0;
	line-height: 0;
}


/* DIRECTION CONTROLS (NEXT / PREV) */

.bx-wrapper .bx-prev {
	left: 40px;
	/* background: url('images/controls.png') no-repeat 0 -32px; */
}

.bx-wrapper .bx-prev:hover,
.bx-wrapper .bx-prev:focus {
	background-position: 0 0;
}

.bx-wrapper .bx-next {
	right: 40px;
	/*  background: url('images/controls.png') no-repeat -43px -32px; */
}

.bx-wrapper .bx-next:hover,
.bx-wrapper .bx-next:focus {
	background-position: -43px 0;
}

.bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 50%;
	margin-top: -16px;
	outline: 0;
	width: 45px;
	height: 45px;
	text-indent: -9999px;
	z-index: 9999;
}

.bx-wrapper .bx-controls-direction a.disabled {
	display: none;
}


/* AUTO CONTROLS (START / STOP) */

.bx-wrapper .bx-controls-auto {
	text-align: center;
}

.bx-wrapper .bx-controls-auto .bx-start {
	display: block;
	text-indent: -9999px;
	width: 10px;
	height: 11px;
	outline: 0;
	background: url('images/controls.png') -86px -11px no-repeat;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active,
.bx-wrapper .bx-controls-auto .bx-start:focus {
	background-position: -86px 0;
}

.bx-wrapper .bx-controls-auto .bx-stop {
	display: block;
	text-indent: -9999px;
	width: 9px;
	height: 11px;
	outline: 0;
	background: url('images/controls.png') -86px -44px no-repeat;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active,
.bx-wrapper .bx-controls-auto .bx-stop:focus {
	background-position: -86px -33px;
}


/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
	text-align: left;
	width: 80%;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
	right: 0;
	width: 35px;
}


/* IMAGE CAPTIONS */

.bx-wrapper .bx-caption {
	position: absolute;
	bottom: 0;
	left: 0;
	background: #666;
	background: rgba(80, 80, 80, 0.75);
	width: 100%;
}

.bx-wrapper .bx-caption span {
	color: #fff;
	font-family: Arial;
	display: block;
	font-size: .85em;
	padding: 10px;
}


/* FFRONTPAGE STYLE */

.style-1-bxslider {
	width: 100%;
	background-position: center 35px;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
	text-align: center;
}

.style-1-bxslider p {
	font-size: 20px;
	text-transform: uppercase;
	padding: 2px 50px 30px 50px;
}

.style-2-bxslider {
	width: 100%;
	background-position: center 35px;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
	text-align: left;
}

.style-2-bxslider p {
	font-size: 20px;
	text-transform: uppercase;
	padding: 2px 50px 30px 50px;
}

.style-3-bxslider {
	width: 100%;
	background-position: center 35px;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
	/* text-align: right; */
}

.style-3-bxslider p {
	font-size: 20px;
	text-transform: uppercase;
	padding: 2px 50px 30px 50px;
}

.bxslider-text-yellow h1,
.bxslider-text-yellow h2,
.bxslider-text-yellow h3,
.bxslider-text-yellow div {
	color: #FFED00 !important;
}

.bxslider-text-navy-blue h1,
.bxslider-text-navy-blue h2,
.bxslider-text-navy-blue h3,
.bxslider-text-navy-blue div {
	color: #021D38 !important;
}

.bxslider-text-white h1,
.bxslider-text-white h2,
.bxslider-text-white h3,
.bxslider-text-white div {
	color: #FFFFFF !important;
}

.bxslider-text-black h1,
.bxslider-text-black h2,
.bxslider-text-black h3,
.bxslider-text-black div {
	color: #000000 !important;
}

.bxslider-text-gray h1,
.bxslider-text-gray h2,
.bxslider-text-gray h3,
.bxslider-text-gray div {
	color: #C0C0C0 !important;
}

.bxslider-text-orange h1,
.bxslider-text-orange h2,
.bxslider-text-orange h3,
.bxslider-text-orange div {
	color: #FFA500 !important;
}

.bxslider-text-green h1,
.bxslider-text-green h2,
.bxslider-text-green h3,
.bxslider-text-green div {
	color: #008000 !important;
}

.bxslider-text-red h1,
.bxslider-text-red h2,
.bxslider-text-red h3,
.bxslider-text-red div {
	color: #FF0000 !important;
}

.bxslider-text-blue h1,
.bxslider-text-blue h2,
.bxslider-text-blue h3,
.bxslider-text-blue div {
	color: #0000FF !important;
}

.bmd-bxSlider {
	width: 100%;
	background-position: center 35px;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
	color: #ffffff;
}

.bmd-bxSlider h1,
.bmd-bxSlider h2,
.bmd-bxSlider h3,
.bmd-bxSlider p {
	color: #fff;
}

.bmd-bxSlider-yellow h1,
.bmd-bxSlider-yellow h2,
.bmd-bxSlider-yellow h3,
.bmd-bxSlider-yellow p {
	color: #FFED00 !important;
}

.bmd-bxSlider-navy-blue h1,
.bmd-bxSlider-navy-blue h2,
.bmd-bxSlider-navy-blue h3,
.bmd-bxSlider-navy-blue p {
	color: #021D38 !important;
}

.bmd-bxSlider-white h1,
.bmd-bxSlider-white h2,
.bmd-bxSlider-white h3,
.bmd-bxSlider-white p {
	color: #FFFFFF !important;
}

.bmd-bxSlider-black h1,
.bmd-bxSlider-black h2,
.bmd-bxSlider-black h3,
.bmd-bxSlider-black p {
	color: #000000 !important;
}

.bmd-bxSlider-gray h1,
.bmd-bxSlider-gray h2,
.bmd-bxSlider-gray h3,
.bmd-bxSlider-gray p {
	color: #C0C0C0 !important;
}

.bmd-bxSlider-orange h1,
.bmd-bxSlider-orange h2,
.bmd-bxSlider-orange h3,
.bmd-bxSlider-orange p {
	color: #FFA500 !important;
}

.bmd-bxSlider-green h1,
.bmd-bxSlider-green h2,
.bmd-bxSlider-green h3,
.bmd-bxSlider-green p {
	color: #008000 !important;
}

.bmd-bxSlider-red h1,
.bmd-bxSlider-red h2,
.bmd-bxSlider-red h3,
.bmd-bxSlider-red p {
	color: #FF0000 !important;
}

.bmd-bxSlider-blue h1,
.bmd-bxSlider-blue h2,
.bmd-bxSlider-blue h3,
.bmd-bxSlider-blue p {
	color: #0000FF !important;
}

/*main title*/

.main-title {
	margin: 40px 0;
	text-align: center;
	color: #000;
	position: relative;
}


/*line border*/

.line,
.line-yellow,
.line-navy-blue,
.line-white,
.line-black,
.line-gray,
.line-orange,
.line-green,
.line-red,
.line-blue {
	text-align: center;
	margin-bottom: 10px;
}

.line>span {
	display: inline-block;
	width: 170px;
	height: 2px;
}

.line-yellow>span {
	background-color: #FFED00;
	display: inline-block;
	width: 170px;
	height: 2px;
}

.line-navy-blue>span {
	background-color: #021D38;
	display: inline-block;
	width: 170px;
	height: 2px;
}

.line-white>span {
	background-color: #FFFFFF;
	display: inline-block;
	width: 170px;
	height: 2px;
}

.line-black>span {
	background-color: #000000;
	display: inline-block;
	width: 170px;
	height: 2px;
}

.line-gray>span {
	background-color: #C0C0C0;
	display: inline-block;
	width: 170px;
	height: 2px;
}

.line-orange>span {
	background-color: #FFA500;
	display: inline-block;
	width: 170px;
	height: 2px;
}

.line-green>span {
	background-color: #008000;
	display: inline-block;
	width: 170px;
	height: 2px;
}

.line-red>span {
	background-color: #FF0000;
	display: inline-block;
	width: 170px;
	height: 2px;
}

.line-blue>span {
	background-color: #0000FF;
	display: inline-block;
	width: 170px;
	height: 2px;
}

/*line border 1*/

.style-1-line,
.style-1-line-yellow,
.style-1-line-navy-blue,
.style-1-line-white,
.style-1-line-black,
.style-1-line-gray,
.style-1-line-orange,
.style-1-line-green,
.style-1-line-red,
.style-1-line-blue {
	text-align: center;
	margin-bottom: 10px;
}

.style-1-line>span {
	display: inline-block;
	width: 170px;
	height: 2px;
}

.style-1-line-yellow>span {
	background-color: #FFED00;
	display: inline-block;
	width: 170px;
	height: 2px;
}

.style-1-line-navy-blue>span {
	background-color: #021D38;
	display: inline-block;
	width: 170px;
	height: 2px;
}

.style-1-line-white>span {
	background-color: #FFFFFF;
	display: inline-block;
	width: 170px;
	height: 2px;
}

.style-1-line-black>span {
	background-color: #000000;
	display: inline-block;
	width: 170px;
	height: 2px;
}

.style-1-line-gray>span {
	background-color: #C0C0C0;
	display: inline-block;
	width: 170px;
	height: 2px;
}

.style-1-line-orange>span {
	background-color: #FFA500;
	display: inline-block;
	width: 170px;
	height: 2px;
}

.style-1-line-green>span {
	background-color: #008000;
	display: inline-block;
	width: 170px;
	height: 2px;
}

.style-1-line-red>span {
	background-color: #FF0000;
	display: inline-block;
	width: 170px;
	height: 2px;
}

.style-1-line-blue>span {
	background-color: #0000FF;
	display: inline-block;
	width: 170px;
	height: 2px;
}

/*line border 2*/

.style-2-line,
.style-2-line-yellow,
.style-2-line-navy-blue,
.style-2-line-white,
.style-2-line-black,
.style-2-line-gray,
.style-2-line-orange,
.style-2-line-green,
.style-2-line-red,
.style-2-line-blue {
	text-align: center;
	margin-bottom: 10px;
}

.style-2-line>span {
	display: inline-block;
	width: 88%;
	text-align: left;
	height: 2px;
}

.style-2-line-yellow>span {
	background-color: #FFED00;
	display: inline-block;
	width: 88%;
	text-align: left;
	height: 2px;
}

.style-2-line-navy-blue>span {
	background-color: #021D38;
	display: inline-block;
	width: 88%;
	text-align: left;
	height: 2px;
}

.style-2-line-white>span {
	background-color: #FFFFFF;
	display: inline-block;
	width: 88%;
	text-align: left;
	height: 2px;
}

.style-2-line-black>span {
	background-color: #000000;
	display: inline-block;
	width: 88%;
	text-align: left;
	height: 2px;
}

.style-2-line-gray>span {
	background-color: #C0C0C0;
	display: inline-block;
	width: 88%;
	text-align: left;
	height: 2px;
}

.style-2-line-orange>span {
	background-color: #FFA500;
	display: inline-block;
	width: 88%;
	text-align: left;
	height: 2px;
}

.style-2-line-green>span {
	background-color: #008000;
	display: inline-block;
	width: 88%;
	text-align: left;
	height: 2px;
}

.style-2-line-red>span {
	background-color: #FF0000;
	display: inline-block;
	width: 88%;
	text-align: left;
	height: 2px;
}

.style-2-line-blue>span {
	background-color: #0000FF;
	display: inline-block;
	width: 88%;
	text-align: left;
	height: 2px;
}

/*line border 3*/

.style-3-line,
.style-3-line-yellow,
.style-3-line-navy-blue,
.style-3-line-white,
.style-3-line-black,
.style-3-line-gray,
.style-3-line-orange,
.style-3-line-green,
.style-3-line-red,
.style-3-line-blue {
	text-align: center;
	margin-bottom: 10px;
}

.style-3-line>span {
	display: inline-block;
	width: 88%;
	text-align: left;
	height: 2px;
}

.style-3-line-yellow>span {
	background-color: #FFED00;
	display: inline-block;
	width: 88%;
	text-align: left;
	height: 2px;
}

.style-3-line-navy-blue>span {
	background-color: #021D38;
	display: inline-block;
	width: 88%;
	text-align: left;
	height: 2px;
}

.style-3-line-white>span {
	background-color: #FFFFFF;
	display: inline-block;
	width: 88%;
	text-align: left;
	height: 2px;
}

.style-3-line-black>span {
	background-color: #000000;
	display: inline-block;
	width: 88%;
	text-align: left;
	height: 2px;
}

.style-3-line-gray>span {
	background-color: #C0C0C0;
	display: inline-block;
	width: 88%;
	text-align: left;
	height: 2px;
}

.style-3-line-orange>span {
	background-color: #FFA500;
	display: inline-block;
	width: 88%;
	text-align: left;
	height: 2px;
}

.style-3-line-green>span {
	background-color: #008000;
	display: inline-block;
	width: 88%;
	text-align: left;
	height: 2px;
}

.style-3-line-red>span {
	background-color: #FF0000;
	display: inline-block;
	width: 88%;
	text-align: left;
	height: 2px;
}

.style-3-line-blue>span {
	background-color: #0000FF;
	display: inline-block;
	width: 88%;
	text-align: left;
	height: 2px;
}

/*line border 4*/

.style-4-line,
.style-4-line-yellow,
.style-4-line-navy-blue,
.style-4-line-white,
.style-4-line-black,
.style-4-line-gray,
.style-4-line-orange,
.style-4-line-green,
.style-4-line-red,
.style-4-line-blue {
	text-align: center;
	margin-bottom: 10px;
}

.style-4-line>span {
	display: inline-block;
	width: 88%;
	text-align: left;
	height: 2px;
}

.style-4-line-yellow>span {
	background-color: #FFED00;
	display: inline-block;
	width: 88%;
	text-align: left;
	height: 2px;
}

.style-4-line-navy-blue>span {
	background-color: #021D38;
	display: inline-block;
	width: 88%;
	text-align: left;
	height: 2px;
}

.style-4-line-white>span {
	background-color: #FFFFFF;
	display: inline-block;
	width: 88%;
	text-align: left;
	height: 2px;
}

.style-4-line-black>span {
	background-color: #000000;
	display: inline-block;
	width: 88%;
	text-align: left;
	height: 2px;
}

.style-4-line-gray>span {
	background-color: #C0C0C0;
	display: inline-block;
	width: 88%;
	text-align: left;
	height: 2px;
}

.style-4-line-orange>span {
	background-color: #FFA500;
	display: inline-block;
	width: 88%;
	text-align: left;
	height: 2px;
}

.style-4-line-green>span {
	background-color: #008000;
	display: inline-block;
	width: 88%;
	text-align: left;
	height: 2px;
}

.style-4-line-red>span {
	background-color: #FF0000;
	display: inline-block;
	width: 88%;
	text-align: left;
	height: 2px;
}

.style-4-line-blue>span {
	background-color: #0000FF;
	display: inline-block;
	width: 88%;
	text-align: left;
	height: 2px;
}

/*line border 4*/

.style-5-line,
.style-5-line-yellow,
.style-5-line-navy-blue,
.style-5-line-white,
.style-5-line-black,
.style-5-line-gray,
.style-5-line-orange,
.style-5-line-green,
.style-5-line-red,
.style-5-line-blue {
	text-align: center;
	margin-bottom: 10px;
}

.style-5-line>span {
	display: inline-block;
	width: 88%;
	text-align: left;
	height: 2px;
}

.style-5-line-yellow>span {
	background-color: #FFED00;
	display: inline-block;
	width: 88%;
	text-align: left;
	height: 2px;
}

.style-5-line-navy-blue>span {
	background-color: #021D38;
	display: inline-block;
	width: 88%;
	text-align: left;
	height: 2px;
}

.style-5-line-white>span {
	background-color: #FFFFFF;
	display: inline-block;
	width: 88%;
	text-align: left;
	height: 2px;
}

.style-5-line-black>span {
	background-color: #000000;
	display: inline-block;
	width: 88%;
	text-align: left;
	height: 2px;
}

.style-5-line-gray>span {
	background-color: #C0C0C0;
	display: inline-block;
	width: 88%;
	text-align: left;
	height: 2px;
}

.style-5-line-orange>span {
	background-color: #FFA500;
	display: inline-block;
	width: 88%;
	text-align: left;
	height: 2px;
}

.style-5-line-green>span {
	background-color: #008000;
	display: inline-block;
	width: 88%;
	text-align: left;
	height: 2px;
}

.style-5-line-red>span {
	background-color: #FF0000;
	display: inline-block;
	width: 88%;
	text-align: left;
	height: 2px;
}

.style-5-line-blue>span {
	background-color: #0000FF;
	display: inline-block;
	width: 88%;
	text-align: left;
	height: 2px;
}

/*line border 4*/

.style-6-line,
.style-6-line-yellow,
.style-6-line-navy-blue,
.style-6-line-white,
.style-6-line-black,
.style-6-line-gray,
.style-6-line-orange,
.style-6-line-green,
.style-6-line-red,
.style-6-line-blue {
	text-align: center;
	margin-bottom: 10px;
}

.style-6-line>span {
	display: inline-block;
	width: 88%;
	text-align: left;
	height: 2px;
}

.style-6-line-yellow>span {
	background-color: #FFED00;
	display: inline-block;
	width: 88%;
	text-align: left;
	height: 2px;
}

.style-6-line-navy-blue>span {
	background-color: #021D38;
	display: inline-block;
	width: 88%;
	text-align: left;
	height: 2px;
}

.style-6-line-white>span {
	background-color: #FFFFFF;
	display: inline-block;
	width: 88%;
	text-align: left;
	height: 2px;
}

.style-6-line-black>span {
	background-color: #000000;
	display: inline-block;
	width: 88%;
	text-align: left;
	height: 2px;
}

.style-6-line-gray>span {
	background-color: #C0C0C0;
	display: inline-block;
	width: 88%;
	text-align: left;
	height: 2px;
}

.style-6-line-orange>span {
	background-color: #FFA500;
	display: inline-block;
	width: 88%;
	text-align: left;
	height: 2px;
}

.style-6-line-green>span {
	background-color: #008000;
	display: inline-block;
	width: 88%;
	text-align: left;
	height: 2px;
}

.style-6-line-red>span {
	background-color: #FF0000;
	display: inline-block;
	width: 88%;
	text-align: left;
	height: 2px;
}

.style-6-line-blue>span {
	background-color: #0000FF;
	display: inline-block;
	width: 88%;
	text-align: left;
	height: 2px;
}

.bxslider-wrapper {
	position: absolute;
	top: 50%;
	width: 100%;
	display: inline-block;
	transform: translateY(-50%);
}

.style-1-wrapper {	
	margin-top: 150px;
}

.style-1-title {
	font-family: Audiowide;
	display: block;
	text-shadow: 2px 2px 8px #444;
	/* text-transform: uppercase; */
	width: 80%;
	margin: 15px auto;
	line-height: 1.3;
}

.style-1-slider-desc-text {
	margin-left: auto;
	margin-right: auto;
	padding-left: 0;
	width: 80%;
	text-shadow: 2px 2px 8px #444;
	margin-bottom: 20px;
}

.style-2-wrapper {
	margin-top: 220px;;
}

.style-2-title {
	display: block;
	font-weight: bold;
	text-transform: uppercase;
	width: 90%;
	margin: 0 auto;
}

.style-2-slider-desc-text {
	margin-left: auto;
	margin-right: auto;
	padding-left: 0;
	width: 90%;
	margin-bottom: 20px;
	text-transform: uppercase;
}

.style-3-wrapper {
	top: 40px;
	height: 440px;
	padding-top:20px;
	text-align: center;
	background: -webkit-linear-gradient(top, rgba(201, 230, 255, 0.19) 100px, #0600FE 500px);
	background: linear-gradient(to bottom, rgba(201, 230, 255, 0.19) 100px, #0600FE 500px);
	-webkit-transition: top 0.3s ease-in-out 0.3s;
	transition: top 0.3s ease-in-out 0.3s;
	box-shadow: -25px 25px 60px 5px rgba(0, 0, 0, 0.5), -60px 60px 100px 13px rgba(0, 0, 0, 0.27);
}

.style-3-title {
	display: block;
	font-weight: bold;
	text-transform: uppercase;
	width: 80%;
	margin: 0 auto;
}

.style-3-slider-desc-text {
	margin-left: auto;
	margin-right: auto;
	padding-left: 0;
	width: 80%;
	margin-bottom: 20px;
	text-transform: uppercase;
}
.style-4-wrapper {
	top: 40px;
	height: 440px;
	padding-top:20px;
	text-align: center;
	background: -webkit-linear-gradient(top, rgba(201, 230, 255, 0.19) 100px, #0600FE 500px);
	background: linear-gradient(to bottom, rgba(201, 230, 255, 0.19) 100px, #0600FE 500px);
	-webkit-transition: top 0.3s ease-in-out 0.3s;
	transition: top 0.3s ease-in-out 0.3s;
	box-shadow: -25px 25px 60px 5px rgba(0, 0, 0, 0.5), -60px 60px 100px 13px rgba(0, 0, 0, 0.27);
}

.style-4-title {
	display: block;
	font-weight: bold;
	text-transform: uppercase;
	width: 80%;
	margin: 0 auto;
}

.style-4-slider-desc-text {
	margin-left: auto;
	margin-right: auto;
	padding-left: 0;
	width: 80%;
	margin-bottom: 30px;
	text-transform: uppercase;
}

.style-5-wrapper {
	top: 40px;
	height: 440px;
	padding-top:20px;
	text-align: center;
	background: rgb(253,233,45);
	background: -moz-linear-gradient(0deg, rgba(253,233,45,1) 0%, rgba(255,248,0,0) 100%);
	background: -webkit-linear-gradient(0deg, rgba(253,233,45,1) 0%, rgba(255,248,0,0) 100%);
	background: linear-gradient(0deg, rgba(253,233,45,1) 0%, rgba(255,248,0,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fde92d",endColorstr="#fff800",GradientType=1);
		-webkit-transition: top 0.3s ease-in-out 0.3s;
	transition: top 0.3s ease-in-out 0.3s;
	box-shadow: -25px 25px 60px 5px rgba(0, 0, 0, 0.5), -60px 60px 100px 13px rgba(0, 0, 0, 0.27);
}

.style-5-title {
	display: block;
	font-weight: bold;
	text-transform: uppercase;
	width: 80%;
	margin: 0 auto;
}

.style-5-slider-desc-text {
	margin-left: auto;
	margin-right: auto;
	padding-left: 0;
	width: 80%;
	margin-bottom: 30px;
	text-transform: uppercase;
}

.style-6-wrapper {
	top: 40px;
	height: 440px;
	padding-top:20px;
	text-align: center;
	background: rgb(253,233,45);
	background: -moz-linear-gradient(0deg, rgba(253,233,45,1) 0%, rgba(255,248,0,0) 100%);
	background: -webkit-linear-gradient(0deg, rgba(253,233,45,1) 0%, rgba(255,248,0,0) 100%);
	background: linear-gradient(0deg, rgba(253,233,45,1) 0%, rgba(255,248,0,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fde92d",endColorstr="#fff800",GradientType=1);
	-webkit-transition: top 0.3s ease-in-out 0.3s;
	transition: top 0.3s ease-in-out 0.3s;
	box-shadow: -25px 25px 60px 5px rgba(0, 0, 0, 0.5), -60px 60px 100px 13px rgba(0, 0, 0, 0.27);
}

.style-6-title {
	display: block;
	font-weight: bold;
	text-transform: uppercase;
	width: 80%;
	margin: 0 auto;
}

.style-6-slider-desc-text {
	margin-left: auto;
	margin-right: auto;
	padding-left: 0;
	width: 80%;
	margin-bottom: 30px;
	text-transform: uppercase;
}

@media only screen and (max-width: 767px) {
	.style-1-title, .style-3-title, .style-4-title, .style-5-title, .style-6-title {
		font-size: 34px !important;
		margin-bottom: 0;
	}
	.t-title1 span {
		font-size: 34px !important;
	}
	.t-title2 p, .t-text1 p, .t-text2 p {
		font-size: 18px !important;
	}
	.style-1-slider-desc-text {
		font-size: 18px !important;
		margin-bottom: 10px;
	}
	.style-3-slider-desc-text, .style-4-slider-desc-text, .style-5-slider-desc-text, .style-6-slider-desc-text  {
		font-size: 20px;
	}	
	.style-3-wrapper, .style-4-wrapper, .style-5-wrapper, .style-6-wrapper  {
		top: 40px;
		width: 100%;
		padding-top:20px;
	}
	.style-1-wrapper {	
	margin-top: 140px !important;
	}
	.style-1-bmd-button {
		margin-top: 10px !important;
		font-size: 18px !important;
		padding: 4px 40px !important;
	}
}
@media only screen and (min-width: 768px) {

	.style-3-wrapper, .style-5-wrapper {
		right: 200px;
		position: absolute;
		width: 420px;
	}
	.style-4-wrapper, .style-6-wrapper {
		left: 200px;
		position: absolute;
		width: 420px;
	}
}
@media only screen and (max-width: 640px) {
	.style-1-title {
		font-size: 28px 
	}
	.slider-desc-text {
		margin-bottom: 0;
		font-size: 14px;
	}
}

.carousel .item {}


.bx-wrapper .bx-controls-direction a {
	position: absolute;
	opacity: 0;
	margin-top: -16px;
	outline: 0;
	width: 44px;
	height: 44px;
	z-index: 9999;
}

.bx-wrapper:hover .bx-controls-direction a {
	opacity: 1;
}

.bx-wrapper .bx-controls-direction a.disabled {
	display: none;
}

.bx-controls-direction a>i {
	font-size: 4em;
}

.bx-controls-direction a>i:hover {
	color: #ffffff;
}

.home-fullscreen.full-screen-bg,
.home-fullscreen.full-screen-bg .bx-viewport,
.home-fullscreen.full-screen-bg .bx-wrapper {
	position: relative;
	width: 100%;
	height: 100vh !important;
	top: 0;
	left: 0;
	right: 0;
}

.bx-wrapper .bx-viewport {
	border: none !important;
}

.image-slider-wrapper .bx-wrapper .bx-controls-direction a {
	top: 50%;
}

@media only screen and (max-width: 767px) {
	.bx-wrapper .bx-controls-direction a,
	.scroll-wrap {
		opacity: 0!important;
	}
}

@media only screen and (max-width: 640px) {
	.bx-wrapper .bx-controls-direction a {
		top: 25%;
	}
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
	background-color: #F88C00;
}


/*image slider start */

.image-slider-container {
	display: none;
}

.home-fullscreen.full-screen-bg,
.home-fullscreen.full-screen-bg .bx-viewport,
.home-fullscreen.full-screen-bg .bx-wrapper {
	position: relative;
	width: 100%;
	height: 100vh !important;
	top: 0;
	left: 0;
	right: 0;
}

.home-fullscreen.full-screen-bg .bx-viewport .text-slider li {
	height: 100%!important;
}

.bx-wrapper .bx-viewport {
	border: none !important;
}

.image-slider-wrapper ul {
	padding-left: 0;
	margin: 0;
	list-style: none;
}

.full-screen-bg .at-slide-wrap ul,
.full-screen-bg .at-slide-wrap ul li {
	height: 100% !important;
}

.image-slider-wrapper ul li {
	background-repeat: no-repeat;
	background-position: top center;
	background-size: cover;
	left: 0;
}

.image-slider-wrapper ul li img {
	width: 100%;
	vertical-align: top;
}

.image-slider-wrapper .bx-wrapper .bx-controls-direction a {
	top: 50%;
}

.home-fullscreen.image-slider .scroll-wrap {
	left: 49%;
	z-index: 9999;
}


/*image slider end*/


/*Image slider Responsive*/

.home-bxslider, .responsive-img img {
	width: 100%;
}

.num-1.responsive-img .bx-controls.bx-has-controls-direction {
	display: none!important;
}