/*
 * jQuery FlexSlider v2.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 */

 
/* Browser Resets */
.oc-banner7-container .flex-container a:active,
.oc-banner7-container .flexslider a:active,
.oc-banner7-container .flex-container a:focus,
.oc-banner7-container .flexslider a:focus  {outline: none;}
.oc-banner7-container .slides,
.oc-banner7-container .flex-control-nav,
.oc-banner7-container .flex-direction-nav {margin: 0; padding: 0; list-style: none;} 

/* FlexSlider Necessary Styles
*********************************/ 
.oc-banner7-container .flexslider {margin: 0; padding: 0;}
.oc-banner7-container .flexslider .slides > li {display: none; -webkit-backface-visibility: hidden; position: relative; } /* Hide the slides before the JS is loaded. Avoids iocge jumping */
.oc-banner7-container .flexslider .slides img {width: 100%; display: block;}
.oc-banner7-container .flex-pauseplay span {text-transform: capitalize;}

/* Clearfix for the .slides element */
.oc-banner7-container .slides:after {content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;} 
html[xmlns] .oc-banner7-container .slides {display: block;} 
* html .oc-banner7-container .slides {height: 1%;}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, ocke sure you
 * include js that eliminates this class on page load */
.no-js .oc-banner7-container .slides > li:first-child {display: block;}


/* FlexSlider Default Theme
*********************************/
.oc-banner7-container .flexslider {margin: 0 0 0px 0; position: relative; zoom: 1;}
.oc-banner7-container .flex-viewport {ocx-height: 2000px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; transition: all 1s ease;}
.oc-banner7-container .loading .flex-viewport {ocx-height: 300px;}
.oc-banner7-container .flexslider .slides {zoom: 1;}

.oc-banner7-container .carousel li {margin-right: 5px}
/* Direction Nav */
.nivo-directionNav .nivo-prevNav{
	left: 20px;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.nivo-directionNav .nivo-nextNav{
	background-position: 100% 0;
    right: 20px;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.nivo-directionNav a{
    top: 50%;
    font-size: 0;
    background: #fff;
    cursor: pointer;
    width: 40px;
    height: 40px;
	line-height:43px;
	text-align:center;
    position: absolute;
    display: block;
    z-index: 10;
    border-radius: 50%;
	color:#333;
	margin-top:-20px;
	opacity:0;
}
.banner7:hover .nivo-directionNav a{opacity:1;}
.nivo-directionNav a:before{
    font-family: FontAwesome;
	content: "\f054";
    font-size: 12px;
}
.nivo-directionNav a:hover{color:#fff; background:#d9121f;}
.nivo-directionNav a.nivo-prevNav:before{content: "\f053";}
/* Control Nav */
.nivo-controlNav {
	text-align:center;
	padding:0;
}
.nivo-controlNav a {
	cursor:pointer;
}
.nivo-controlNav a.active {
	font-weight:bold;
}
.oc-banner7-container .flex-control-nav,
.nivo-controlNav {width: 100%; position: absolute; bottom: 10px; text-align: center;}
.oc-banner7-container .flex-control-nav li { margin: 0 6px; display: inline-block; zoom: 1; *display: inline; }
.oc-banner7-container .flex-control-paging li a,
.nivo-controlNav a {width: 11px; height: 11px; display: block; background: #aaa; cursor: pointer; text-indent: -9999px; -webkit-border-radius: 100%; -moz-border-radius: 100%; -o-border-radius: 100%; border-radius: 100%; box-shadow: inset 0 0 3px rgba(0,0,0,0.3); z-index: 9; }
.oc-banner7-container .flex-control-paging li a:hover,
.oc-banner7-container .flex-control-paging li a.flex-active,
.nivo-controlNav a:hover,
.nivo-controlNav a.active {
	cursor: pointer;
    height: 12px;
    line-height: 12px;
    width: 12px;
	background:#d9121f;
}


.oc-banner7-container .flex-control-thumbs {margin: 5px 0 0; position: static; overflow: hidden;}
.oc-banner7-container .flex-control-thumbs li {width: 25%; float: left; margin: 0;}
.oc-banner7-container .flex-control-thumbs img {width: 100%; display: block; opacity: .7; cursor: pointer;}
.oc-banner7-container .flex-control-thumbs img:hover {opacity: 1;}
.oc-banner7-container .flex-control-thumbs .flex-active {opacity: 1; cursor: default;}


.oc-nivoslider {
	/*overflow: hidden;*/
}
.nivoslider {
	position: relative;
	overflow: hidden;
	height: auto;
	width: 100%; 
}
.nivoslider img {
	position: absolute;
	top: 0;
	left: 0;
	display: none;
}
.nivo-controlNav {
    padding: 0 15px 0 0;
    text-align: center;
}
.nivo-controlNav a {
    background-color: #fff;
    border: 0 none;
    border-radius: 100%;
    cursor: pointer;
    display: inline-block;
    height: 12px;
    line-height: 12px;
    margin: 0 3px;
    position: relative;
    text-indent: -9999px;
    width: 12px;
	font-size:0;
}


.banner7-caption {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	background: none repeat scroll 0% 0% transparent;
	color: #FFF;
	font-size: 16px;
	z-index: 999;
}
@-webkit-keyframes timeloading {
  from {width: 0;}
  to {width: 100%;}
 }
 @keyframes timeloading {
  from {width: 0;}
  to {width: 100%;}
 }
.timeloading{
	position: absolute;
	top: 0px;
	left: 0px;
	background-color: rgba(249, 145, 82, 0.5);
	height: 5px;
}
.timeloading2{
	background-color: rgba(142, 174, 195, 0.7);
}
.timeloading3{
	background-color: rgba(1,156,178,0.7);
}
.nivoSlider {
    position:relative;
    width:100%;
    height:auto;
    overflow: hidden;
}
.banner7-content{
	text-align: left;
	position: relative;
	height: 100%;
}
.bannerslideshow{position: absolute;top: 30%;right:5%;text-align:left;max-width: 80%;}
.text-content{
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	width: auto
}
.banner7-content h1 {
    font-size: 70px;
    line-height: 70px;
    font-weight: 600;
    color: #fff;
    text-decoration: none;
    padding: 0px 0px 0px 0px;
    background-color: transparent;
    border-width: 0px;
    border-color: rgb(255,255,255);
    border-style: none;
    text-shadow: none;
    margin: 0px;
    font-family: 'Poppins', sans-serif;
    text-transform: capitalize;
}
.banner7-content h2 {
	margin: 15px 0 0;
    padding: 0;
    text-transform: capitalize;
    font-weight: 600;
    font-size: 70px;
    line-height: 70px;
    text-shadow: none;
    font-family: 'Poppins', sans-serif;
    color: #fff;
}
.banner7-content .banner7-des{ 
    background: none;
    text-shadow: none;
    padding: 0;
    margin: 15px 0 0;
    margin-top: 20px;
    font-size: 30px;
    line-height: 30px;
    color: #ffc300;
    font-weight: 500;
}
.banner7-content .banner7-readmore {
	margin:15px 0 0;
}
.banner7-content .banner7-readmore a{
    text-transform: capitalize;
    border-radius: 20px;
    background: #000;
    color: #fff;
    display: block;
    font-size: 14px;
    height: 40px;
    line-height: 40px;
    padding: 0 35px;
    text-shadow: none;
    display: inline-block;
    font-weight: 500;
}
.banner7-content .banner7-readmore a:hover{background:#d9121f;}
/*-------------------------------------------------------------*/
/*Slider1------------------------------------------------------------*/
.slider-1 .text-content{text-align: center;}
.slider-1.banner7-content h1{
	color: #333333;
	letter-spacing: -3px;
    -webkit-animation: fadeInDown 1000ms ease-in-out;
    -moz-animation: fadeInDown 1000ms ease-in-out;
    -ms-animation: fadeInDown 1000ms ease-in-out;
    animation: fadeInDown 1000ms ease-in-out;

}
.slider-1.banner7-content h2{
	color: #999;
	font-size:24px;
	line-height:24px;
	position:relative;
	margin-left:100px;
	margin-right:100px;
	-webkit-animation: flipInY 1500ms ease-out;
	-moz-animation: flipInY 1500ms ease-out;
	-ms-animation: flipInY 1500ms ease-out;
	-o-animation: flipInY 1500ms ease-out;
	animation: flipInY 1500ms ease-out;

}
.slider-1.banner7-content h2:before{
	content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background: #999;
    top: 30%;
}
.slider-1.banner7-content h2:after{
	content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background: #999;
    top: 50%;
}
.slider-1.banner7-content h2 span{padding:0 20px; z-index:9; background: #f2f2f2; position:relative;}
.slider-1.banner7-content .banner7-readmore{
	-webkit-animation: fadeInUp 1800ms ease-in-out;
	-moz-animation: fadeInUp 1800ms ease-in-out;
	-ms-animation: fadeInUp 1800ms ease-in-out;
	animation: fadeInUp 1800ms ease-in-out; 
}
.slider-1.banner7-content .banner7-des{
	font-size: 50px;
    line-height: 50px;
    color: #d6a27a;
    -webkit-animation: zoomIn 1300ms ease-in-out;
    -moz-animation: zoomIn 1300ms ease-in-out;
    -ms-animation: zoomIn 1300ms ease-in-out;
    animation: zoomIn 1300ms ease-in-out;
}
/*End-Slider1--------------------------------------------*/

/*Slider2---------------------------------------------------------*/
.slider-2.banner7-content h1{
    -webkit-animation: fadeInDown 1000ms ease-in-out;
    -moz-animation: fadeInDown 1000ms ease-in-out;
    -ms-animation: fadeInDown 1000ms ease-in-out;
    animation: fadeInDown 1000ms ease-in-out;

}
.slider-2.banner7-content h2{
	-webkit-animation: flipInY 1500ms ease-out;
	-moz-animation: flipInY 1500ms ease-out;
	-ms-animation: flipInY 1500ms ease-out;
	-o-animation: flipInY 1500ms ease-out;
	animation: flipInY 1500ms ease-out;

}
.slider-2.banner7-content .banner7-readmore{
    -webkit-animation: zoomInUp 1300ms ease-in-out;
    -moz-animation: zoomInUp 1300ms ease-in-out;
    -ms-animation: zoomInUp 1300ms ease-in-out;
    animation: zoomInUp 1300ms ease-in-out;
}
.slider-2.banner7-content .banner7-des{
    -webkit-animation: zoomIn 1300ms ease-in-out;
    -moz-animation: zoomIn 1300ms ease-in-out;
    -ms-animation: zoomIn 1300ms ease-in-out;
    animation: zoomIn 1300ms ease-in-out;
}
/*End-Slider2--------------------------------------------*/

/*Slider3---------------------------------------------------------*/
.slider-3.banner7-content h1{
    -webkit-animation: fadeInDown 1000ms ease-in-out;
    -moz-animation: fadeInDown 1000ms ease-in-out;
    -ms-animation: fadeInDown 1000ms ease-in-out;
    animation: fadeInDown 1000ms ease-in-out;
}
.slider-3.banner7-content h2{
    -webkit-animation: zoomInUp 1300ms ease-in-out;
    -moz-animation: zoomInUp 1300ms ease-in-out;
    -ms-animation: zoomInUp 1300ms ease-in-out;
    animation: zoomInUp 1300ms ease-in-out;
}
.slider-3.banner7-content .banner7-readmore{
-webkit-animation: fadeInUp 2200ms ease-in-out;
-moz-animation: fadeInUp 2200ms ease-in-out;
-ms-animation: fadeInUp 2200ms ease-in-out;
animation: fadeInUp 2200ms ease-in-out; 
}
.slider-3.banner7-content .banner7-des{
    -webkit-animation: zoomIn 1300ms ease-in-out;
    -moz-animation: zoomIn 1300ms ease-in-out;
    -ms-animation: zoomIn 1300ms ease-in-out;
    animation: zoomIn 1300ms ease-in-out;
}
/*End-Slider3--------------------------------------------*/

@media(max-width:992px){
.bannerslideshow{top: 10%;}
.banner7-content h1 span{}
.banner7-content h3{font-size: 1em;}
}
.oc-banner7-container .oc-loading{
	position:relative; 
	background:#000; 
	display:block;
	width: 100%;
	height: auto;
}
.oc-banner7-container .oc-loading span {
	width: 50px;
	height: 50px;
	position: absolute;
	z-index: 99;
	background: url(../iocges/loading.gif) no-repeat ;
	top: 50%;
	left: 50%;
	margin: -8px 0 0 -8px;
}


/* The Nivo Slider styles */
.nivoSlider {
	position:relative;
	width:100%;
	height:auto;
	overflow: hidden;
}
.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
	max-width: none;
}
.nivo-main-image {
	display: block !important;
	position: relative !important; 
	width: 100% !important;
}

/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	border:0;
	padding:0;
	margin:0;
	z-index:6;
	display:none;
	background:white; 
	filter:alpha(opacity=0); 
	opacity:0;
}
/* The slices and boxes in the Slider */
.nivo-slice {
	display:block;
	position:absolute;
	z-index:5;
	height:100%;
	top:0;
}
.nivo-box {
	display:block;
	position:absolute;
	z-index:5;
	overflow:hidden;
}
.nivo-box img { display:block; }

/* Caption styles */
.nivo-caption {
	position: absolute;
	left: 0px;
	top: 0px;
	color: #FFF;
	width: 100%;
	z-index: 8;
	height: 100%;
}
.nivo-caption p {
	padding:5px;
	margin:0;
}

.nivo-html-caption {
    display:none;
}
@media (max-width:1199px){
	.text-content{margin-top:0;}
}
@media (max-width:991px){
.slider-1.banner7-content .banner7-des {
    font-size: 20px;
    line-height: 20px;
}
.banner7-content h1,
.banner7-content h2 {
    font-size: 40px;
	line-height: 40px;
}
.banner7-content .banner7-des{
    margin-top: 20px;
    font-size: 20px;
}
}
@media (max-width:767px){

.banner7-content h1,
.banner7-content h2,
.slider-1.banner7-content h1,
.slider-1.banner7-content h2 {
    font-size: 20px;
	line-height: 20px;
	margin-top:5px;
}
.banner7-content .banner7-des,
.slider-1.banner7-content .banner7-des {
    margin-top: 5px;
    font-size: 15px;
}
.banner7-content .banner7-readmore,
.slider-1.banner7-content .banner7-readmore {
    margin: 5px 0 0;
}
.banner7-content .banner7-readmore a,
.slider-1.banner7-content .banner7-readmore a {
    font-size: 10px;
    height: 25px;
    line-height: 25px;
    padding: 0 20px;
}
.slider-1.banner7-content h2{margin-left:0; margin-right:0;}
.slider-1.banner7-content h2 span{background:none; padding:0;}
.slider-1.banner7-content h2:before,
.slider-1.banner7-content h2:after{display:none;}
.nivo-directionNav a{opacity:0;}
.banner7:hover .nivo-directionNav a{opacity:1;}
}
@media (max-width:450px){
	.text-content {
    margin-top: 2%;
}
	.banner7-content h1, .banner7-content h2, .slider-1.banner7-content h1, .slider-1.banner7-content h2 {
    font-size: 17px;
    line-height: 17px;
    margin-top: 2px;
}
	.banner7-content .banner7-des, .slider-1.banner7-content .banner7-des {
    margin-top: 2px;
    font-size: 11px;
    line-height: 20px;
}
	.banner7-content .banner7-readmore, .slider-1.banner7-content .banner7-readmore{margin:0;}
	.banner7-content .banner7-readmore a, .slider-1.banner7-content .banner7-readmore a {
    font-size: 8px;
    height: 20px;
    line-height: 20px;
    padding: 0 20px;
}
}