

/*============================================================================
  Get font-families from theme settings
==============================================================================*/





/*
 * 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 {
  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 {
  max-height: 2000px; 
  -webkit-transition: all 1s ease; 
  -moz-transition: all 1s ease; 
  transition: all 1s ease;
}
.oc-banner7-container .loading .flex-viewport {
  max-height: 300px;
}
.oc-banner7-container .flexslider .slides {zoom: 1;}

.oc-banner7-container .carousel li {
  margin-right: 5px
}

/* 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: 50px; 
  text-align: right !important;
  padding-right: 100px !important;
}
.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: 10px;
    line-height: 10px;
    width: 10px;
}
.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: 0px 0;
    text-align: center;
}
.nivo-controlNav a {
    background-color: #ffffff;
    border: 0 none;
    border-radius: 100%;
    cursor: pointer;
    display: inline-block;
    height: 8px;
    line-height: 8px;
    margin: 0 3px;
    position: relative;
    text-indent: -9999px;
    width: 8px;
}
.banner7-caption {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  background: none repeat scroll 0% 0% transparent;
  color: #FFF;
  font-size: 16px;
  z-index: 8;
}
@-webkit-keyframes timeloading {
  from {width: 0;}
  to {width: 100%;}
 }
@keyframes timeloading {
  from {width: 0;}
  to {width: 100%;}
 }
.timeloading{
  position: absolute;
  bottom: 0px;
  left: 0px;
  right: 0;
  background-color: rgba(0, 0, 0, 0.2);
  height: 5px;
  animation: ease-in-out 0s normal none 1 running timeloading;
}
.nivoSlider {
  position:relative;
  width:100%;
  height:auto;
  overflow: hidden;
}
.banner7-content {
  height: 100%;
  position: relative;
}
.banner7-content.slider-3 .text-content,
.banner7-content.slider-2 .text-content,
.banner7-content.slider-1 .text-content{
  position: absolute;
  top: 50%;
  width: 50%;
  left: 0;
  z-index: 2;
  font-size: 100%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.banner7-content .title1 {
  font-size: 250%;
  text-transform: uppercase;
  color: #333;
  font-weight: 700;
  margin: 0;
}
.banner7-content .sub-title {
  margin: 0;
}
.banner7-content .banner7-des{
  text-transform: uppercase;
  color: #262626;
  text-align: center;
  font-size: 16px;
}
.banner7-content .banner7-des img{
  margin: 0 auto;
  display: inline-block;
  position: static;
}
.banner7-content .banner7-des span{
  font-weight: 700;
  font-size: 14px;
}
.banner7-content .banner7-des h1{
  font-size: 300%;
  color: #262626;
  margin: 25px 0;
  font-weight: 700;
}
.banner7-content .banner7-des p:first-letter{
  text-transform: capitalize;
}
.banner7-content .banner7-des p{
  font-size: 14px;
  text-transform: lowercase;
  font-family: "Droid Serif", serif ;
  font-style: italic;
  margin: 0;
  padding: 0;
}
.banner7-readmore{
  position: relative;
  z-index: 10;
  text-align: center;
}
.banner7-readmore a:hover{
  background-position: bottom right;
  color: #007b7f;
}
.banner7-readmore a{
  color: #262626;
  position: relative;
  z-index: 10;
  font-weight: 800;
  padding-right: 50px;
  padding-left: 5px;
  line-height: 11px;
  height: 11px;
  font-size: 13px;
  font-family: "Raleway", "HelveticaNeue", "Helvetica Neue", sans-serif;
  text-transform: uppercase;
  background:url(../images/bg-arrow2.png) no-repeat top right;
  display: inline-block;
  margin-top: 55px;
}
.banner7-content.slider-1 .banner7-readmore{
  animation: slideInUp 0.5s linear alternate; 
  -webkit-animation: slideInUp 0.5s linear alternate;
  -moz-animation: slideInUp 0.5s linear alternate;
}
.banner7-content.slider-2 .banner7-readmore{
  animation: slideInUp 0.5s linear alternate; 
  -webkit-animation: slideInUp 0.5s linear alternate;
  -moz-animation: slideInUp 0.5s linear alternate;
}
.banner7-content.slider-3 .banner7-readmore{
  animation: slideInUp 0.5s linear alternate; 
  -webkit-animation: slideInUp 0.5s linear alternate;
  -moz-animation: slideInUp 0.5s linear alternate;
}
.banner7-content.slider-2 .title1{ 
  animation: zoomIn 1s linear alternate; 
  -webkit-animation: zoomIn 1s linear alternate;
  -moz-animation: zoomIn 1s linear alternate;
}
.banner7-content.slider-1 .title1{ 
  animation: rollIn 1s linear alternate; 
  -webkit-animation: rollIn 1s linear alternate;
  -moz-animation: rollIn 1s linear alternate;
}
.banner7-content.slider-3 .title1{ 
  animation: fadeInLeft 1s linear alternate; 
  -webkit-animation: fadeInLeft 1s linear alternate;
  -moz-animation: fadeInLeft 1s linear alternate;
}
.banner7-content.slider-1 .banner7-des {
  animation: slideInDown 2s linear alternate; 
  -webkit-animation: slideInDown 2s linear alternate;
  -moz-animation: slideInDown 2s linear alternate;
}
.banner7-content.slider-2 .banner7-des{
  animation: bounceIn 2s linear alternate; 
  -webkit-animation: bounceIn 2s linear alternate;
  -moz-animation: bounceIn 2s linear alternate;
}
.banner7-content.slider-3 .banner7-des{
  animation: fadeInRight 1.5s linear alternate; 
  -webkit-animation: fadeInRight 1.5s linear alternate;
  -moz-animation: fadeInRight 1.5s linear alternate;
}.banner7-content.slider-1 .sub-title  {
  animation: slideInDown 2s linear alternate; 
  -webkit-animation: slideInDown 2s linear alternate;
  -moz-animation: slideInDown 2s linear alternate;
}
.banner7-content.slider-2 .sub-title {
  animation: bounceIn 2s linear alternate; 
  -webkit-animation: bounceIn 2s linear alternate;
  -moz-animation: bounceIn 2s linear alternate;
}
.banner7-content.slider-3 .sub-title {
  animation: rotateInDownRight 2s linear alternate; 
  -webkit-animation: rotateInDownRight 2s linear alternate;
  -moz-animation: rotateInDownRight 2s linear alternate;
}
/* 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:8;
  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;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: 8;
}
.nivo-caption .container{
  
}
.nivo-caption p {
  padding:5px;
  margin:0;
}

.nivo-html-caption {
    display:none;
}
/** ocslideshow **/
.banner7{
  position: relative;
  z-index: 0;
}
.nivo-directionNav i{
  font-size: 20px;
  display: block;
  line-height: 60px;
}
.oc-banner7-container .flex-direction-nav a,
.nivo-directionNav a {
  width: 60px; 
  height: 60px;
  margin: -30px 0 0;
  display: block;
  position: absolute;
  top: 50%;
  cursor: pointer;
  font-size: 0;
  z-index: 9;  
  background: rgba(101, 115, 142, 0.36);
  border-radius: 100%;
  line-height: 60px;
  text-align: center;
  color: #000;
}
.oc-banner7-container .flex-direction-nav .flex-next,
.oc-banner7-container .nivo-directionNav a.nivo-nextNav { 
  opacity: 0; 
  transition: all 0.3s ease-out; 
  right: 10px; 
}
.oc-banner7-container .flex-direction-nav .flex-prev,
.oc-banner7-container .nivo-directionNav a.nivo-prevNav { 
  left: 10px;  
  opacity: 0; 
  transition: all 0.3s ease-out;
}
.oc-banner7-container:hover .nivo-directionNav a{  
  opacity:1;
}
.oc-banner7-container .flexslider .flex-next:hover, 
.oc-banner7-container .nivo-directionNav a.nivo-nextNav:hover,
.oc-banner7-container .flexslider .flex-prev:hover, 
.oc-banner7-container .nivo-directionNav a.nivo-prevNav:hover { 
  background: rgba(255, 255, 255, 0.36);
  color: #000;
}
.oc-banner7-container .flex-direction-nav .flex-disabled {
  opacity: .3!important; 
  filter:alpha(opacity=30); 
  cursor: default; 
} 

.oc-banner7-container .flex-direction-nav a:hover::before,
.oc-banner7-container .nivo-directionNav a:hover::before{
  
}
.oc-banner7-container .nivo-controlNav a {
  border: none;
  display: inline-block;
  height: 10px;
  margin: 0 3px;
  font-size: 0;
  width: 10px; 
  cursor: pointer;
  position: relative;
  z-index: 9;
  border-radius: 100%;
  background: #d7d7d7;
  border: 2px solid #d7d7d7;
  line-height: 10px;
  box-shadow: none;
}
.oc-banner7-container .nivo-controlNav a.active,
.oc-banner7-container .nivo-controlNav a:hover {
  background: #fff;
  border: 2px solid #c3c3c3;
}
.oc-banner7-container .nivo-controlNav a:before {
/*  content:"";
  display: block;
  position: absolute;
  background: #fff;
  border-radius: 100%;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0.6);
  -moz-transform: scale(0.6);
  -o-transform: scale(0.6);
  transform: scale(0.6); */
}
/** /ocslideshow **/
/* responsive */
@media(min-width:1400px){
  .oc-banner7-container .flex-control-nav, .nivo-controlNav {
    bottom: 90px;
    padding-right: 130px !important;
  }
}
@media(max-width:1024px){
  .banner7-content .banner7-des,
  .banner7-content.slider-3 .text-content,
  .banner7-content.slider-2 .text-content,
  .banner7-content.slider-1 .text-content{
    font-size: 80%
  }
  .oc-banner7-container .flex-control-nav, .nivo-controlNav{
    bottom: 20px;
  }
}
@media(max-width:991px){
  .banner7-content .banner7-des,
  .banner7-content.slider-3 .text-content,
  .banner7-content.slider-2 .text-content,
  .banner7-content.slider-1 .text-content{
    font-size: 60%
  }
  .banner7-content .banner7-des span,
  .banner7-content .banner7-des p{
    font-size: 12px
  }
  .banner7-readmore a{
    margin-top: 30px;
  }
}
@media(max-width:767px){
  .banner7 {
    margin-bottom: 60px;
  }
  .nivo-directionNav{
    display: none;
  } 
  .banner7-content .banner7-des h1 {
    font-size: 500%;
  }
  .banner7-content .banner7-des h2 {
    font-size: 400%;
  }
  .banner7-readmore a{
    margin-top: 20px;
  }
  .banner7-content .banner7-des img{
    -webkit-transform: scale(.8);
    -moz-transform: scale(.8);
    -o-transform: scale(.8);
    transform: scale(.8);
    transform-origin: center;
  }
  .oc-banner7-container .flexslider .slides span,
  .oc-banner7-container .flexslider .slides img{
    display: none;
  }
}
@media(max-width:560px){
  .banner7-content.slider-3 .text-content,
  .banner7-content.slider-2 .text-content,
  .banner7-content.slider-1 .text-content{
    font-size: 40%;
    width: 100%;
    padding: 30px;
  }
}
@media(max-width:480px){
  .banner7-content.slider-3 .text-content,
  .banner7-content.slider-2 .text-content,
  .banner7-content.slider-1 .text-content{
    display: none;
  }
}


/* banner 8 */

/*
 * 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-banner8-container .flex-container a:active,
.oc-banner8-container .flexslider a:active,
.oc-banner8-container .flex-container a:focus,
.oc-banner8-container .flexslider a:focus  {outline: none;}
.oc-banner8-container .slides,
.oc-banner8-container .flex-control-nav,
.oc-banner8-container .flex-direction-nav {
  margin: 0; 
  padding: 0; 
  list-style: none;
} 

/* FlexSlider Necessary Styles
*********************************/ 
.oc-banner8-container .flexslider {
  margin: 0; 
  padding: 0;
}
.oc-banner8-container .flexslider .slides > li {
  display: none; 
  -webkit-backface-visibility: hidden; 
  position: relative; 
} 
/* Hide the slides before the JS is loaded. Avoids iocge jumping */
.oc-banner8-container .flexslider .slides img {
  display: block;
}
.oc-banner8-container .flex-pauseplay span {
text-transform: capitalize;
}

/* Clearfix for the .slides element */
.oc-banner8-container .slides:after {
  content: "."; 
  display: block; 
  clear: both; 
  visibility: hidden; 
  line-height: 0;
  height: 0;
} 
html[xmlns] .oc-banner8-container .slides {display: block;} 
* html .oc-banner8-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-banner8-container .slides > li:first-child {display: block;}


/* FlexSlider Default Theme
*********************************/
.oc-banner8-container .flexslider {
  margin: 0 0 0px 0; 
  position: relative; 
  zoom: 1;
}
.oc-banner8-container .flex-viewport {
  max-height: 2000px; 
  -webkit-transition: all 1s ease; 
  -moz-transition: all 1s ease; 
  transition: all 1s ease;
}
.oc-banner8-container .loading .flex-viewport {
  max-height: 300px;
}
.oc-banner8-container .flexslider .slides {zoom: 1;}

.oc-banner8-container .carousel li {
  margin-right: 5px
}

/* Control Nav */
.nivo-controlNav {
  text-align:center;
  padding:0;
}
.nivo-controlNav a {
  cursor:pointer;
}
.nivo-controlNav a.active {
  font-weight:bold;
}
.oc-banner8-container .flex-control-nav,
.nivo-controlNav {
  width: 100%; 
  position: absolute; 
  bottom: 100px; 
  text-align: left !important;
  padding-left: 50px !important;
}
.oc-banner8-container .flex-control-nav li { 
  margin: 0 6px; 
  display: inline-block; 
  zoom: 1; 
  display: inline; 
}
.oc-banner8-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-banner8-container .flex-control-paging li a:hover,
.oc-banner8-container .flex-control-paging li a.flex-active,
.nivo-controlNav a:hover,
.nivo-controlNav a.active {
  cursor: pointer;
    height: 10px;
    line-height: 10px;
    width: 10px;
}
.oc-banner8-container .flex-control-thumbs {margin: 5px 0 0; position: static; overflow: hidden;}
.oc-banner8-container .flex-control-thumbs li {width: 25%; float: left; margin: 0;}
.oc-banner8-container .flex-control-thumbs img {width: 100%; display: block; opacity: .7; cursor: pointer;}
.oc-banner8-container .flex-control-thumbs img:hover {opacity: 1;}
.oc-banner8-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: 0px 0;
    text-align: center;
}
.nivo-controlNav a {
    background-color: #ffffff;
    border: 0 none;
    border-radius: 100%;
    cursor: pointer;
    display: inline-block;
    height: 8px;
    line-height: 8px;
    margin: 0 3px;
    position: relative;
    text-indent: -9999px;
    width: 8px;
}
.banner8-caption {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  background: none repeat scroll 0% 0% transparent;
  color: #FFF;
  font-size: 16px;
  z-index: 8;
}
@-webkit-keyframes timeloading {
  from {width: 0;}
  to {width: 100%;}
 }
@keyframes timeloading {
  from {width: 0;}
  to {width: 100%;}
 }
.timeloading{
  position: absolute;
  bottom: 0px;
  left: 0px;
  right: 0;
  background-color: rgba(0, 0, 0, 0.2);
  height: 5px;
  animation: ease-in-out 0s normal none 1 running timeloading;
}
.nivoSlider {
  position:relative;
  width:100%;
  height:auto;
  overflow: hidden;
}
.banner8-content {
  height: 100%;
  position: relative;
}
.banner8-content.slider-3 .text-content,
.banner8-content.slider-2 .text-content,
.banner8-content.slider-1 .text-content{
  position: absolute;
  top: 50%;
  width: 50%;
  left: 15;
  z-index: 2;
  font-size: 100%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 16px;
}
.banner8-content .title1 {
  font-size: 14px;
  text-transform: uppercase;
  color: #262626;
  font-weight: 700;
  margin: 0;
  letter-spacing: .2em;
}
.banner8-content .sub-title {
  margin: 0;
  font-size: 500%;
  font-weight: 700;
  color: #262626;
  width: 80%;
  font-size: normal;
  font-family: Montserrat, sans-serif;
  font-style: normal;
  margin: 5px 0 30px;
}
.banner8-content .banner8-des{
  text-transform: uppercase;
  color: #262626;
}
.banner8-content .banner8-des img{
  margin: 0 auto;
  display: inline-block;
  position: static;
}
.banner8-content .banner8-des span{
  font-weight: 700;
  font-size: 14px;
}
.banner8-content .banner8-des h1{
  font-size: 300%;
  color: #262626;
  margin: 25px 0;
  font-weight: 700;
}
.banner8-content .banner8-des p:first-letter{
  text-transform: capitalize;
}
.banner8-content .banner8-des p{
  font-size: 14px;
  text-transform: lowercase;
  font-family: "Droid Serif", serif ;
  font-style: italic;
  margin: 0;
  padding: 0;
}
.banner8-readmore{
  position: relative;
  z-index: 10;
}
.banner8-readmore a:hover{
  background-position: bottom right;
  color: #007b7f;
}
.banner8-readmore a{
  color: #262626;
  position: relative;
  z-index: 10;
  font-weight: 800;
  padding-right: 50px;
  padding-left: 5px;
  line-height: 11px;
  height: 11px;
  font-size: 13px;
  font-family: "Raleway", "HelveticaNeue", "Helvetica Neue", sans-serif;
  text-transform: uppercase;
  background:url(../images/bg-arrow2.png) no-repeat top right;
  display: inline-block;
  margin-top: 55px;
}
.banner8-content.slider-1 .banner8-readmore{
  animation: slideInUp 0.5s linear alternate; 
  -webkit-animation: slideInUp 0.5s linear alternate;
  -moz-animation: slideInUp 0.5s linear alternate;
}
.banner8-content.slider-2 .banner8-readmore{
  animation: slideInUp 0.5s linear alternate; 
  -webkit-animation: slideInUp 0.5s linear alternate;
  -moz-animation: slideInUp 0.5s linear alternate;
}
.banner8-content.slider-3 .banner8-readmore{
  animation: slideInUp 0.5s linear alternate; 
  -webkit-animation: slideInUp 0.5s linear alternate;
  -moz-animation: slideInUp 0.5s linear alternate;
}
.banner8-content.slider-2 .title1{ 
  animation: zoomIn 1s linear alternate; 
  -webkit-animation: zoomIn 1s linear alternate;
  -moz-animation: zoomIn 1s linear alternate;
}
.banner8-content.slider-1 .title1{ 
  animation: rollIn 1s linear alternate; 
  -webkit-animation: rollIn 1s linear alternate;
  -moz-animation: rollIn 1s linear alternate;
}
.banner8-content.slider-3 .title1{ 
  animation: fadeInLeft 1s linear alternate; 
  -webkit-animation: fadeInLeft 1s linear alternate;
  -moz-animation: fadeInLeft 1s linear alternate;
}
.banner8-content.slider-1 .banner8-des {
  animation: slideInDown 2s linear alternate; 
  -webkit-animation: slideInDown 2s linear alternate;
  -moz-animation: slideInDown 2s linear alternate;
}
.banner8-content.slider-2 .banner8-des{
  animation: bounceIn 2s linear alternate; 
  -webkit-animation: bounceIn 2s linear alternate;
  -moz-animation: bounceIn 2s linear alternate;
}
.banner8-content.slider-3 .banner8-des{
  animation: fadeInRight 1.5s linear alternate; 
  -webkit-animation: fadeInRight 1.5s linear alternate;
  -moz-animation: fadeInRight 1.5s linear alternate;
}.banner8-content.slider-1 .sub-title  {
  animation: slideInDown 2s linear alternate; 
  -webkit-animation: slideInDown 2s linear alternate;
  -moz-animation: slideInDown 2s linear alternate;
}
.banner8-content.slider-2 .sub-title {
  animation: bounceIn 2s linear alternate; 
  -webkit-animation: bounceIn 2s linear alternate;
  -moz-animation: bounceIn 2s linear alternate;
}
.banner8-content.slider-3 .sub-title {
  animation: rotateInDownRight 2s linear alternate; 
  -webkit-animation: rotateInDownRight 2s linear alternate;
  -moz-animation: rotateInDownRight 2s linear alternate;
}

/** ocslideshow **/
.banner8{
  position: relative;
  z-index: 0;
}
.nivo-directionNav i{
  font-size: 20px;
  display: block;
  line-height: 60px;
}
.oc-banner8-container .flex-direction-nav a,
.nivo-directionNav a {
  width: 60px; 
  height: 60px;
  margin: -30px 0 0;
  display: block;
  position: absolute;
  top: 50%;
  cursor: pointer;
  font-size: 0;
  z-index: 9;  
  background: rgba(101, 115, 142, 0.36);
  border-radius: 100%;
  line-height: 60px;
  text-align: center;
  color: #000;
}
.oc-banner8-container .flex-direction-nav .flex-next,
.oc-banner8-container .nivo-directionNav a.nivo-nextNav { 
  opacity: 0; 
  transition: all 0.3s ease-out; 
  right: 10px; 
}
.oc-banner8-container .flex-direction-nav .flex-prev,
.oc-banner8-container .nivo-directionNav a.nivo-prevNav { 
  left: 10px;  
  opacity: 0; 
  transition: all 0.3s ease-out;
}
.oc-banner8-container:hover .nivo-directionNav a{  
  opacity:1;
}
.oc-banner8-container .flexslider .flex-next:hover, 
.oc-banner8-container .nivo-directionNav a.nivo-nextNav:hover,
.oc-banner8-container .flexslider .flex-prev:hover, 
.oc-banner8-container .nivo-directionNav a.nivo-prevNav:hover { 
  background: rgba(255, 255, 255, 0.36);
  color: #000;
}
.oc-banner8-container .flex-direction-nav .flex-disabled {
  opacity: .3!important; 
  filter:alpha(opacity=30); 
  cursor: default; 
} 

.oc-banner8-container .flex-direction-nav a:hover::before,
.oc-banner8-container .nivo-directionNav a:hover::before{
  
}
.oc-banner8-container .nivo-controlNav a {
  border: none;
  display: inline-block;
  height: 10px;
  margin: 0 3px;
  font-size: 0;
  width: 10px; 
  cursor: pointer;
  position: relative;
  z-index: 9;
  border-radius: 100%;
  background: #d7d7d7;
  border: 2px solid #d7d7d7;
  line-height: 10px;
  box-shadow: none;
}
.oc-banner8-container .nivo-controlNav a.active,
.oc-banner8-container .nivo-controlNav a:hover {
  background: #fff;
  border: 2px solid #c3c3c3;
}
.oc-banner8-container .nivo-controlNav a:before {
/*  content:"";
  display: block;
  position: absolute;
  background: #fff;
  border-radius: 100%;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0.6);
  -moz-transform: scale(0.6);
  -o-transform: scale(0.6);
  transform: scale(0.6); */
}
/** /ocslideshow **/
/* responsive */
@media(min-width:1400px){
  .oc-banner8-container .flex-control-nav, .nivo-controlNav {
    bottom: 190px;
    padding-left: 130px !important;
  }
}
@media(max-width:1024px){
  .banner8{
    margin-bottom: 50px;
  }
  .banner8-content .banner8-des,
  .banner8-content.slider-3 .text-content,
  .banner8-content.slider-2 .text-content,
  .banner8-content.slider-1 .text-content{
    font-size: 80%
  }
  .oc-banner8-container .flex-control-nav, .nivo-controlNav{
    bottom: 20px;
  }
}
@media(max-width:991px){
  .banner8-content .banner8-des,
  .banner8-content.slider-3 .text-content,
  .banner8-content.slider-2 .text-content,
  .banner8-content.slider-1 .text-content{
    font-size: 60%;
    width: 100%;
  }
  .banner8-content .banner8-des span,
  .banner8-content .banner8-des p{
    font-size: 12px
  }
  .banner8-readmore a{
    margin-top: 30px;
  }
  .banner8-content .sub-title{
    width: 100%;
  }
}
@media(max-width:767px){
  .banner8 {
    margin-bottom: 60px;
  }
  .nivo-directionNav{
    display: none;
  } 
  .banner8-content .banner8-des h1 {
    font-size: 500%;
  }
  .banner8-content .banner8-des h2 {
    font-size: 400%;
  }
  .banner8-readmore a{
    margin-top: 20px;
  }
  .banner8-content .banner8-des img{
    -webkit-transform: scale(.8);
    -moz-transform: scale(.8);
    -o-transform: scale(.8);
    transform: scale(.8);
    transform-origin: center;
  }
  .oc-banner8-container .flexslider .slides span,
  .oc-banner8-container .flexslider .slides img{
    display: none;
  }
}
@media(max-width:560px){
  .banner8-content.slider-3 .text-content,
  .banner8-content.slider-2 .text-content,
  .banner8-content.slider-1 .text-content{
    font-size: 40%;
    width: 100%;
    padding: 30px;
  }
}
@media(max-width:480px){
  .banner8-content.slider-3 .text-content,
  .banner8-content.slider-2 .text-content,
  .banner8-content.slider-1 .text-content{
    display: none;
  }
}

/* banner 9 */
.oc-banner9-container .flex-container a:active,
.oc-banner9-container .flexslider a:active,
.oc-banner9-container .flex-container a:focus,
.oc-banner9-container .flexslider a:focus  {outline: none;}
.oc-banner9-container .slides,
.oc-banner9-container .flex-control-nav,
.oc-banner9-container .flex-direction-nav {
  margin: 0; 
  padding: 0; 
  list-style: none;
} 

/* FlexSlider Necessary Styles
*********************************/ 
.oc-banner9-container .flexslider {
  margin: 0; 
  padding: 0;
}
.oc-banner9-container .flexslider .slides > li {
  display: none; 
  -webkit-backface-visibility: hidden; 
  position: relative; 
} 
/* Hide the slides before the JS is loaded. Avoids iocge jumping */
.oc-banner9-container .flexslider .slides img {
  display: block;
}
.oc-banner9-container .flex-pauseplay span {
text-transform: capitalize;
}

/* Clearfix for the .slides element */
.oc-banner9-container .slides:after {
  content: "."; 
  display: block; 
  clear: both; 
  visibility: hidden; 
  line-height: 0;
  height: 0;
} 
html[xmlns] .oc-banner9-container .slides {display: block;} 
* html .oc-banner9-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-banner9-container .slides > li:first-child {display: block;}


/* FlexSlider Default Theme
*********************************/
.oc-banner9-container .flexslider {
  margin: 0 0 0px 0; 
  position: relative; 
  zoom: 1;
}
.oc-banner9-container .flex-viewport {
  max-height: 2000px; 
  -webkit-transition: all 1s ease; 
  -moz-transition: all 1s ease; 
  transition: all 1s ease;
}
.oc-banner9-container .loading .flex-viewport {
  max-height: 300px;
}
.oc-banner9-container .flexslider .slides {zoom: 1;}

.oc-banner9-container .carousel li {
  margin-right: 5px
}

/* Control Nav */
.nivo-controlNav {
  text-align:center;
  padding:0;
}
.nivo-controlNav a {
  cursor:pointer;
}
.nivo-controlNav a.active {
  font-weight:bold;
}
.oc-banner9-container .flex-control-nav,
.nivo-controlNav {
  width: 100%; 
  position: absolute; 
  bottom: 70px; 
  text-align: center !important;
}
.oc-banner9-container .flex-control-nav li { 
  margin: 0 6px; 
  display: inline-block; 
  zoom: 1; 
  display: inline; 
}
.oc-banner9-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-banner9-container .flex-control-paging li a:hover,
.oc-banner9-container .flex-control-paging li a.flex-active,
.nivo-controlNav a:hover,
.nivo-controlNav a.active {
  cursor: pointer;
    height: 10px;
    line-height: 10px;
    width: 10px;
}
.oc-banner9-container .flex-control-thumbs {margin: 5px 0 0; position: static; overflow: hidden;}
.oc-banner9-container .flex-control-thumbs li {width: 25%; float: left; margin: 0;}
.oc-banner9-container .flex-control-thumbs img {width: 100%; display: block; opacity: .7; cursor: pointer;}
.oc-banner9-container .flex-control-thumbs img:hover {opacity: 1;}
.oc-banner9-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: 0px 0;
    text-align: center;
}
.nivo-controlNav a {
    background-color: #ffffff;
    border: 0 none;
    border-radius: 100%;
    cursor: pointer;
    display: inline-block;
    height: 8px;
    line-height: 8px;
    margin: 0 3px;
    position: relative;
    text-indent: -9999px;
    width: 8px;
}
.banner9-caption {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  background: none repeat scroll 0% 0% transparent;
  color: #FFF;
  font-size: 16px;
  z-index: 8;
}
@-webkit-keyframes timeloading {
  from {width: 0;}
  to {width: 100%;}
 }
@keyframes timeloading {
  from {width: 0;}
  to {width: 100%;}
 }
.timeloading{
  position: absolute;
  bottom: 0px;
  left: 0px;
  right: 0;
  background-color: rgba(0, 0, 0, 0.2);
  height: 5px;
  animation: ease-in-out 0s normal none 1 running timeloading;
}
.nivoSlider {
  position:relative;
  width:100%;
  height:auto;
  overflow: hidden;
}
.banner9-content {
  height: 100%;
  position: relative;
}
.banner9-content.slider-3 .text-content,
.banner9-content.slider-2 .text-content,
.banner9-content.slider-1 .text-content{
  position: absolute;
  top: 50%;
  width: 70%;
  left: 15;
  z-index: 2;
  font-size: 100%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 16px;
}
.banner9-content .title1 {
  font-size: 14px;
  text-transform: uppercase;
  color: #007b7f;
  font-weight: 700;
  margin: 0;
}
.banner9-content .sub-title {
  margin: 0;
  font-size: 450%;
  font-weight: 700;
  color: #262626;
  font-size: normal;
  font-family: Montserrat, sans-serif;
  font-style: normal;
  margin: 5px 0 30px;
  text-transform: uppercase;
}
.banner9-content .banner9-des{
  text-transform: uppercase;
  color: #262626;
}
.banner9-content .banner9-des img{
  margin: 0 auto;
  display: inline-block;
  position: static;
}
.banner9-content .banner9-des span{
  font-weight: 900;
  font-size: 14px;
}
.banner9-content .banner9-des h3 sup{
  font-size: 100%;
  font-family: Lato, sans-serif;
  font-weight: 900;
  top: -.7em;
  margin: 0 5px 0 10px;
}
.banner9-content .banner9-des h3 span{
  font-size: 200%;
  font-family: Lato, sans-serif;
  color: #007b7f;
  font-weight: 900;
}
.banner9-content .banner9-des h3{
  font-size: 150%;
  color: #262626;
  font-weight: 700;
  text-transform: uppercase;
  margin: 30px 0 40px;
}
.banner9-content .banner9-des h1{
  font-size: 300%;
  color: #262626;
  margin: 25px 0;
  font-weight: 700;
}
.banner9-content .banner9-des p:first-letter{
  text-transform: capitalize;
}
.banner9-content .banner9-des p{
  font-size: 14px;
  text-transform: lowercase;
  font-family: "Droid Serif", serif ;
  font-style: italic;
  margin: 0;
  padding: 0;
}
.banner9-readmore{
  position: relative;
  z-index: 10;
}
.banner9-readmore a:hover{
  background-position: bottom right;
  color: #007b7f;
}
.banner9-readmore a{
  color: #262626;
  position: relative;
  z-index: 10;
  font-weight: 800;
  padding-right: 50px;
  padding-left: 5px;
  line-height: 11px;
  height: 11px;
  font-size: 13px;
  font-family: "Raleway", "HelveticaNeue", "Helvetica Neue", sans-serif;
  text-transform: uppercase;
  background: url(../images/bg-arrow2.png) no-repeat top right;
  display: inline-block;
  margin-top: 55px;
}
.banner9-content.slider-1 .banner9-readmore{
  animation: slideInUp 0.5s linear alternate; 
  -webkit-animation: slideInUp 0.5s linear alternate;
  -moz-animation: slideInUp 0.5s linear alternate;
}
.banner9-content.slider-2 .banner9-readmore{
  animation: slideInUp 0.5s linear alternate; 
  -webkit-animation: slideInUp 0.5s linear alternate;
  -moz-animation: slideInUp 0.5s linear alternate;
}
.banner9-content.slider-3 .banner9-readmore{
  animation: slideInUp 0.5s linear alternate; 
  -webkit-animation: slideInUp 0.5s linear alternate;
  -moz-animation: slideInUp 0.5s linear alternate;
}
.banner9-content.slider-2 .title1{ 
  animation: zoomIn 1s linear alternate; 
  -webkit-animation: zoomIn 1s linear alternate;
  -moz-animation: zoomIn 1s linear alternate;
}
.banner9-content.slider-1 .title1{ 
  animation: rollIn 1s linear alternate; 
  -webkit-animation: rollIn 1s linear alternate;
  -moz-animation: rollIn 1s linear alternate;
}
.banner9-content.slider-3 .title1{ 
  animation: fadeInLeft 1s linear alternate; 
  -webkit-animation: fadeInLeft 1s linear alternate;
  -moz-animation: fadeInLeft 1s linear alternate;
}
.banner9-content.slider-1 .banner9-des {
  animation: slideInDown 2s linear alternate; 
  -webkit-animation: slideInDown 2s linear alternate;
  -moz-animation: slideInDown 2s linear alternate;
}
.banner9-content.slider-2 .banner9-des{
  animation: bounceIn 2s linear alternate; 
  -webkit-animation: bounceIn 2s linear alternate;
  -moz-animation: bounceIn 2s linear alternate;
}
.banner9-content.slider-3 .banner9-des{
  animation: fadeInRight 1.5s linear alternate; 
  -webkit-animation: fadeInRight 1.5s linear alternate;
  -moz-animation: fadeInRight 1.5s linear alternate;
}.banner9-content.slider-1 .sub-title  {
  animation: slideInDown 2s linear alternate; 
  -webkit-animation: slideInDown 2s linear alternate;
  -moz-animation: slideInDown 2s linear alternate;
}
.banner9-content.slider-2 .sub-title {
  animation: bounceIn 2s linear alternate; 
  -webkit-animation: bounceIn 2s linear alternate;
  -moz-animation: bounceIn 2s linear alternate;
}
.banner9-content.slider-3 .sub-title {
  animation: rotateInDownRight 2s linear alternate; 
  -webkit-animation: rotateInDownRight 2s linear alternate;
  -moz-animation: rotateInDownRight 2s linear alternate;
}
/* 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:8;
  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;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: 8;
}
.nivo-caption .container{
  
}
.nivo-caption p {
  padding:5px;
  margin:0;
}

.nivo-html-caption {
    display:none;
}
/** ocslideshow **/
.banner9{
  position: relative;
  z-index: 0;
}
.nivo-directionNav i{
  font-size: 20px;
  display: block;
  line-height: 60px;
}
.oc-banner9-container .flex-direction-nav a,
.nivo-directionNav a {
  width: 60px; 
  height: 60px;
  margin: -30px 0 0;
  display: block;
  position: absolute;
  top: 50%;
  cursor: pointer;
  font-size: 0;
  z-index: 9;  
  background: rgba(101, 115, 142, 0.36);
  border-radius: 100%;
  line-height: 60px;
  text-align: center;
  color: #000;
}
.oc-banner9-container .flex-direction-nav .flex-next,
.oc-banner9-container .nivo-directionNav a.nivo-nextNav { 
  opacity: 0; 
  transition: all 0.3s ease-out; 
  right: 10px; 
}
.oc-banner9-container .flex-direction-nav .flex-prev,
.oc-banner9-container .nivo-directionNav a.nivo-prevNav { 
  left: 10px;  
  opacity: 0; 
  transition: all 0.3s ease-out;
}
.oc-banner9-container:hover .nivo-directionNav a{  
  opacity:1;
}
.oc-banner9-container .flexslider .flex-next:hover, 
.oc-banner9-container .nivo-directionNav a.nivo-nextNav:hover,
.oc-banner9-container .flexslider .flex-prev:hover, 
.oc-banner9-container .nivo-directionNav a.nivo-prevNav:hover { 
  background: rgba(255, 255, 255, 0.36);
}
.oc-banner9-container .flex-direction-nav .flex-disabled {
  opacity: .3!important; 
  filter:alpha(opacity=30); 
  cursor: default; 
} 

.oc-banner9-container .flex-direction-nav a:hover::before,
.oc-banner9-container .nivo-directionNav a:hover::before{
  
}
.oc-banner9-container .nivo-controlNav a {
  border: none;
  display: inline-block;
  height: 10px;
  margin: 0 3px;
  font-size: 0;
  width: 10px; 
  cursor: pointer;
  position: relative;
  z-index: 9;
  border-radius: 100%;
  background: #d7d7d7;
  border: 2px solid #d7d7d7;
  line-height: 10px;
  box-shadow: none;
}
.oc-banner9-container .nivo-controlNav a.active,
.oc-banner9-container .nivo-controlNav a:hover {
  background: #fff;
  border: 2px solid #c3c3c3;
}
.oc-banner9-container .nivo-controlNav a:before {
/*  content:"";
  display: block;
  position: absolute;
  background: #fff;
  border-radius: 100%;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0.6);
  -moz-transform: scale(0.6);
  -o-transform: scale(0.6);
  transform: scale(0.6); */
}
/** /ocslideshow **/
/* responsive */
@media(max-width:1024px){
  .banner9-content .banner9-des,
  .banner9-content.slider-3 .text-content,
  .banner9-content.slider-2 .text-content,
  .banner9-content.slider-1 .text-content{
    font-size: 80%
  }
  .oc-banner9-container .flex-control-nav, .nivo-controlNav{
    bottom: 20px;
  }
}
@media(max-width:991px){
  .banner9-content .banner9-des,
  .banner9-content.slider-3 .text-content,
  .banner9-content.slider-2 .text-content,
  .banner9-content.slider-1 .text-content{
    font-size: 70%;
    width: 100%;
  }
  .banner9-content .banner9-des span,
  .banner9-content .banner9-des p{
    font-size: 12px
  }
  .banner9-readmore a{
    margin-top: 30px;
  }
  .banner9-content .sub-title{
    width: 100%;
  }
}
@media(max-width:767px){
  .banner9 {
    margin-bottom: 60px;
  }
  .nivo-directionNav{
    display: none;
  } 
  .banner9-content .banner9-des h1 {
    font-size: 500%;
  }
  .banner9-content .banner9-des h2 {
    font-size: 400%;
  }
  .banner9-readmore a{
    margin-top: 20px;
  }
  .banner9-content .banner9-des img{
    -webkit-transform: scale(.8);
    -moz-transform: scale(.8);
    -o-transform: scale(.8);
    transform: scale(.8);
    transform-origin: center;
  }
}
@media(max-width:560px){
  .banner9-content.slider-3 .text-content,
  .banner9-content.slider-2 .text-content,
  .banner9-content.slider-1 .text-content{
    font-size: 40%;
    width: 100%;
    padding: 30px;
  }
  .banner9-content .banner9-des h3{
    font-size: 10px;
    margin: 20px 0;
  }
}
@media(max-width:480px){
  .banner9-content.slider-3 .text-content,
  .banner9-content.slider-2 .text-content,
  .banner9-content.slider-1 .text-content{
    display: none;
  }
}


/*
 * 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-banner10-container .flex-container a:active,
.oc-banner10-container .flexslider a:active,
.oc-banner10-container .flex-container a:focus,
.oc-banner10-container .flexslider a:focus  {outline: none;}
.oc-banner10-container .slides,
.oc-banner10-container .flex-control-nav,
.oc-banner10-container .flex-direction-nav {
  margin: 0; 
  padding: 0; 
  list-style: none;
} 

/* FlexSlider Necessary Styles
*********************************/ 
.oc-banner10-container .flexslider {
  margin: 0; 
  padding: 0;
}
.oc-banner10-container .flexslider .slides > li {
  display: none; 
  -webkit-backface-visibility: hidden; 
  position: relative; 
} 
/* Hide the slides before the JS is loaded. Avoids iocge jumping */
.oc-banner10-container .flexslider .slides img {
  display: block;
}
.oc-banner10-container .flex-pauseplay span {
text-transform: capitalize;
}

/* Clearfix for the .slides element */
.oc-banner10-container .slides:after {
  content: "."; 
  display: block; 
  clear: both; 
  visibility: hidden; 
  line-height: 0;
  height: 0;
} 
html[xmlns] .oc-banner10-container .slides {display: block;} 
* html .oc-banner10-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-banner10-container .slides > li:first-child {display: block;}


/* FlexSlider Default Theme
*********************************/
.oc-banner10-container .flexslider {
  margin: 0 0 0px 0; 
  position: relative; 
  zoom: 1;
}
.oc-banner10-container .flex-viewport {
  max-height: 2000px; 
  -webkit-transition: all 1s ease; 
  -moz-transition: all 1s ease; 
  transition: all 1s ease;
}
.oc-banner10-container .loading .flex-viewport {
  max-height: 300px;
}
.oc-banner10-container .flexslider .slides {zoom: 1;}

.oc-banner10-container .carousel li {
  margin-right: 5px
}

/* Control Nav */
.nivo-controlNav {
  text-align:center;

  padding:0;
}
.nivo-controlNav a {
  cursor:pointer;
}
.nivo-controlNav a.active {
  font-weight:bold;
}
.oc-banner10-container .flex-control-nav,
.nivo-controlNav {
  width: 100%; 
  position: absolute; 
  bottom: 80px; 
  text-align: left !important;
  padding-left: 50px !important;
}
.oc-banner10-container .flex-control-nav li { 
  margin: 0 6px; 
  display: inline-block; 
  zoom: 1; 
  display: inline; 
}
.oc-banner10-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-banner10-container .flex-control-paging li a:hover,
.oc-banner10-container .flex-control-paging li a.flex-active,
.nivo-controlNav a:hover,
.nivo-controlNav a.active {
  cursor: pointer;
    height: 10px;
    line-height: 10px;
    width: 10px;
}
.oc-banner10-container .flex-control-thumbs {margin: 5px 0 0; position: static; overflow: hidden;}
.oc-banner10-container .flex-control-thumbs li {width: 25%; float: left; margin: 0;}
.oc-banner10-container .flex-control-thumbs img {width: 100%; display: block; opacity: .7; cursor: pointer;}
.oc-banner10-container .flex-control-thumbs img:hover {opacity: 1;}
.oc-banner10-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: 0px 0;
    text-align: center;
}
.nivo-controlNav a {
    background-color: #ffffff;
    border: 0 none;
    border-radius: 100%;
    cursor: pointer;
    display: inline-block;
    height: 8px;
    line-height: 8px;
    margin: 0 3px;
    position: relative;
    text-indent: -9999px;
    width: 8px;
}
.banner10-caption {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  background: none repeat scroll 0% 0% transparent;
  color: #FFF;
  font-size: 16px;
  z-index: 8;
}
@-webkit-keyframes timeloading {
  from {width: 0;}
  to {width: 100%;}
 }
@keyframes timeloading {
  from {width: 0;}
  to {width: 100%;}
 }
.timeloading{
  position: absolute;
  bottom: 0px;
  left: 0px;
  right: 0;
  background-color: rgba(0, 0, 0, 0.2);
  height: 5px;
  animation: ease-in-out 0s normal none 1 running timeloading;
}
.nivoSlider {
  position:relative;
  width:100%;
  height:auto;
  overflow: hidden;
}
.banner10-content {
  height: 100%;
  position: relative;
}
.banner10-content.slider-3 .text-content,
.banner10-content.slider-2 .text-content,
.banner10-content.slider-1 .text-content{
  position: absolute;
  top: 50%;
  width: 50%;
  left: 15;
  z-index: 2;
  font-size: 100%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 16px;
}
.banner10-content .title1 {
  font-size: 14px;
  text-transform: uppercase;
  color: #007b7f;
  font-weight: 700;
  margin: 0;
}
.banner10-content .sub-title {
  margin: 0;
  font-size: 375%;
  font-weight: 700;
  color: #fff;
  font-size: normal;
  font-family: Montserrat, sans-serif;
  font-style: normal;
  margin: 5px 0 30px;
  text-transform: uppercase;
}
.banner10-content .banner10-des{
  text-transform: uppercase;
  color: #fff;
}
.banner10-content .banner10-des img{
  margin: 0 auto;
  display: inline-block;
  position: static;
}
.banner10-content .banner10-des span{
  font-weight: 700;
  font-size: 14px;
}
.banner10-content .banner10-des h1{
  font-size: 300%;
  color: #fff;
  margin: 25px 0;
  font-weight: 700;
}
.banner10-content .banner10-des p:first-letter{
  text-transform: capitalize;
}
.banner10-content .banner10-des p{
  font-size: 14px;
  text-transform: lowercase;
  font-family: "Droid Serif", serif ;
  font-style: italic;
  margin: 0;
  padding: 0;
}
.banner10-readmore{
  position: relative;
  z-index: 10;
}
.banner10-readmore a:hover{
  background-position: bottom right;
  color: #007b7f;
}
.banner10-readmore a{
  color: #fff;
  position: relative;
  z-index: 10;
  font-weight: 800;
  padding-right: 50px;
  padding-left: 5px;
  line-height: 11px;
  height: 11px;
  font-size: 13px;
  font-family: "Raleway", "HelveticaNeue", "Helvetica Neue", sans-serif;
  text-transform: uppercase;
  background: url(../images/bg-arrow2.png) no-repeat top right;
  display: inline-block;
  margin-top: 55px;
}
.banner10-content.slider-1 .banner10-readmore{
  animation: slideInUp 0.5s linear alternate; 
  -webkit-animation: slideInUp 0.5s linear alternate;
  -moz-animation: slideInUp 0.5s linear alternate;
}
.banner10-content.slider-2 .banner10-readmore{
  animation: slideInUp 0.5s linear alternate; 
  -webkit-animation: slideInUp 0.5s linear alternate;
  -moz-animation: slideInUp 0.5s linear alternate;
}
.banner10-content.slider-3 .banner10-readmore{
  animation: slideInUp 0.5s linear alternate; 
  -webkit-animation: slideInUp 0.5s linear alternate;
  -moz-animation: slideInUp 0.5s linear alternate;
}
.banner10-content.slider-2 .title1{ 
  animation: zoomIn 1s linear alternate; 
  -webkit-animation: zoomIn 1s linear alternate;
  -moz-animation: zoomIn 1s linear alternate;
}
.banner10-content.slider-1 .title1{ 
  animation: rollIn 1s linear alternate; 
  -webkit-animation: rollIn 1s linear alternate;
  -moz-animation: rollIn 1s linear alternate;
}
.banner10-content.slider-3 .title1{ 
  animation: fadeInLeft 1s linear alternate; 
  -webkit-animation: fadeInLeft 1s linear alternate;
  -moz-animation: fadeInLeft 1s linear alternate;
}
.banner10-content.slider-1 .banner10-des {
  animation: slideInDown 2s linear alternate; 
  -webkit-animation: slideInDown 2s linear alternate;
  -moz-animation: slideInDown 2s linear alternate;
}
.banner10-content.slider-2 .banner10-des{
  animation: bounceIn 2s linear alternate; 
  -webkit-animation: bounceIn 2s linear alternate;
  -moz-animation: bounceIn 2s linear alternate;
}
.banner10-content.slider-3 .banner10-des{
  animation: fadeInRight 1.5s linear alternate; 
  -webkit-animation: fadeInRight 1.5s linear alternate;
  -moz-animation: fadeInRight 1.5s linear alternate;
}.banner10-content.slider-1 .sub-title  {
  animation: slideInDown 2s linear alternate; 
  -webkit-animation: slideInDown 2s linear alternate;
  -moz-animation: slideInDown 2s linear alternate;
}
.banner10-content.slider-2 .sub-title {
  animation: bounceIn 2s linear alternate; 
  -webkit-animation: bounceIn 2s linear alternate;
  -moz-animation: bounceIn 2s linear alternate;
}
.banner10-content.slider-3 .sub-title {
  animation: rotateInDownRight 2s linear alternate; 
  -webkit-animation: rotateInDownRight 2s linear alternate;
  -moz-animation: rotateInDownRight 2s linear alternate;
}
/* 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:8;
  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;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: 8;
}
.nivo-caption .container{
  
}
.nivo-caption p {
  padding:5px;
  margin:0;
}

.nivo-html-caption {
    display:none;
}
/** ocslideshow **/
.banner10{
  position: relative;
  z-index: 0;
}
.nivo-directionNav i{
  font-size: 20px;
  display: block;
  line-height: 60px;
}
.oc-banner10-container .flex-direction-nav a,
.nivo-directionNav a {
  width: 60px; 
  height: 60px;
  margin: -30px 0 0;
  display: block;
  position: absolute;
  top: 50%;
  cursor: pointer;
  font-size: 0;
  z-index: 9;  
  background: rgba(101, 115, 142, 0.36);
  border-radius: 100%;
  line-height: 60px;
  text-align: center;
  color: #000;
}
.oc-banner10-container .flex-direction-nav .flex-next,
.oc-banner10-container .nivo-directionNav a.nivo-nextNav { 
  opacity: 0; 
  transition: all 0.3s ease-out; 
  right: 10px; 
}
.oc-banner10-container .flex-direction-nav .flex-prev,
.oc-banner10-container .nivo-directionNav a.nivo-prevNav { 
  left: 10px;  
  opacity: 0; 
  transition: all 0.3s ease-out;
}
.oc-banner10-container:hover .nivo-directionNav a{  
  opacity:1;
}
.oc-banner10-container .flexslider .flex-next:hover, 
.oc-banner10-container .nivo-directionNav a.nivo-nextNav:hover,
.oc-banner10-container .flexslider .flex-prev:hover, 
.oc-banner10-container .nivo-directionNav a.nivo-prevNav:hover { 
  background: rgba(255, 255, 255, 0.36);
  color: #000;
}
.oc-banner10-container .flex-direction-nav .flex-disabled {
  opacity: .3!important; 
  filter:alpha(opacity=30); 
  cursor: default; 
} 

.oc-banner10-container .flex-direction-nav a:hover::before,
.oc-banner10-container .nivo-directionNav a:hover::before{
  
}
.oc-banner10-container .nivo-controlNav a {
  border: none;
  display: inline-block;
  height: 10px;
  margin: 0 3px;
  font-size: 0;
  width: 10px; 
  cursor: pointer;
  position: relative;
  z-index: 9;
  border-radius: 100%;
  background: #48475a;
  border: 2px solid #48475a;
  line-height: 10px;
  box-shadow: none;
}
.oc-banner10-container .nivo-controlNav a.active,
.oc-banner10-container .nivo-controlNav a:hover {
  background: #8f191b;
  border: 2px solid #8f191b;
}
.oc-banner10-container .nivo-controlNav a:before {
/*  content:"";
  display: block;
  position: absolute;
  background: #fff;
  border-radius: 100%;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0.6);
  -moz-transform: scale(0.6);
  -o-transform: scale(0.6);
  transform: scale(0.6); */
}
/** /ocslideshow **/
/* responsive */
@media(min-width:1400px){
  .oc-banner10-container .flex-control-nav, .nivo-controlNav {
    bottom: 190px;
    padding-left: 130px !important;
  }
}
@media(max-width:1024px){
  .banner10{
    margin-bottom: 50px;
  }
  .banner10-content .banner10-des,
  .banner10-content.slider-3 .text-content,
  .banner10-content.slider-2 .text-content,
  .banner10-content.slider-1 .text-content{
    font-size: 80%
  }
  .oc-banner10-container .flex-control-nav, .nivo-controlNav{
    bottom: 20px;
  }
}
@media(max-width:991px){
  .banner10-content .banner10-des,
  .banner10-content.slider-3 .text-content,
  .banner10-content.slider-2 .text-content,
  .banner10-content.slider-1 .text-content{
    font-size: 60%;
    width: 100%;
  }
  .banner10-content .banner10-des span,
  .banner10-content .banner10-des p{
    font-size: 12px
  }
  .banner10-readmore a{
    margin-top: 30px;
  }
  .banner10-content .sub-title{
    width: 100%;
  }
}
@media(max-width:767px){
  .banner10 {
    margin-bottom: 0;
  }
  .nivo-directionNav{
    display: none;
  } 
  .banner10-content .banner10-des h1 {
    font-size: 500%;
  }
  .banner10-content .banner10-des h2 {
    font-size: 400%;
  }
  .banner10-readmore a{
    margin-top: 20px;
  }
  .banner10-content .banner10-des img{
    -webkit-transform: scale(.8);
    -moz-transform: scale(.8);
    -o-transform: scale(.8);
    transform: scale(.8);
    transform-origin: center;
  }
  .oc-banner10-container .flexslider .slides span,
  .oc-banner10-container .flexslider .slides img{
    display: none;
  }
}
@media(max-width:560px){
  .banner10-content.slider-3 .text-content,
  .banner10-content.slider-2 .text-content,
  .banner10-content.slider-1 .text-content{
    font-size: 40%;
    width: 100%;
    padding: 30px;
  }
}
@media(max-width:480px){
  .banner10-content.slider-3 .text-content,
  .banner10-content.slider-2 .text-content,
  .banner10-content.slider-1 .text-content{
    display: none;
  }
}

/*
 * 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-banner11-container .flex-container a:active,
.oc-banner11-container .flexslider a:active,
.oc-banner11-container .flex-container a:focus,
.oc-banner11-container .flexslider a:focus  {outline: none;}
.oc-banner11-container .slides,
.oc-banner11-container .flex-control-nav,
.oc-banner11-container .flex-direction-nav {
  margin: 0; 
  padding: 0; 
  list-style: none;
} 

/* FlexSlider Necessary Styles
*********************************/ 
.oc-banner11-container .flexslider {
  margin: 0; 
  padding: 0;
}
.oc-banner11-container .flexslider .slides > li {
  display: none; 
  -webkit-backface-visibility: hidden; 
  position: relative; 
} 
/* Hide the slides before the JS is loaded. Avoids iocge jumping */
.oc-banner11-container .flexslider .slides img {
  display: block;
}
.oc-banner11-container .flex-pauseplay span {
text-transform: capitalize;
}

/* Clearfix for the .slides element */
.oc-banner11-container .slides:after {
  content: "."; 
  display: block; 
  clear: both; 
  visibility: hidden; 
  line-height: 0;
  height: 0;
} 
html[xmlns] .oc-banner11-container .slides {display: block;} 
* html .oc-banner11-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-banner11-container .slides > li:first-child {display: block;}


/* FlexSlider Default Theme
*********************************/
.oc-banner11-container .flexslider {
  margin: 0 0 0px 0; 
  position: relative; 
  zoom: 1;
}
.oc-banner11-container .flex-viewport {
  max-height: 2000px; 
  -webkit-transition: all 1s ease; 
  -moz-transition: all 1s ease; 
  transition: all 1s ease;
}
.oc-banner11-container .loading .flex-viewport {
  max-height: 300px;
}
.oc-banner11-container .flexslider .slides {zoom: 1;}

.oc-banner11-container .carousel li {
  margin-right: 5px
}

/* Control Nav */
.nivo-controlNav {
  text-align:center;
  padding:0;
}
.nivo-controlNav a {
  cursor:pointer;
}
.nivo-controlNav a.active {
  font-weight:bold;
}
.oc-banner11-container .flex-control-nav,
.nivo-controlNav {
  width: 100%; 
  position: absolute; 
  bottom: 50px; 
  text-align: center !important;
}
.oc-banner11-container .flex-control-nav li { 
  margin: 0 6px; 
  display: inline-block; 
  zoom: 1; 
  display: inline; 
}
.oc-banner11-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-banner11-container .flex-control-paging li a:hover,
.oc-banner11-container .flex-control-paging li a.flex-active,
.nivo-controlNav a:hover,
.nivo-controlNav a.active {
  cursor: pointer;
    height: 10px;
    line-height: 10px;
    width: 10px;
}
.oc-banner11-container .flex-control-thumbs {margin: 5px 0 0; position: static; overflow: hidden;}
.oc-banner11-container .flex-control-thumbs li {width: 25%; float: left; margin: 0;}
.oc-banner11-container .flex-control-thumbs img {width: 100%; display: block; opacity: .7; cursor: pointer;}
.oc-banner11-container .flex-control-thumbs img:hover {opacity: 1;}
.oc-banner11-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: 0px 0;
    text-align: center;
}
.nivo-controlNav a {
    background-color: #ffffff;
    border: 0 none;
    border-radius: 100%;
    cursor: pointer;
    display: inline-block;
    height: 8px;
    line-height: 8px;
    margin: 0 3px;
    position: relative;
    text-indent: -9999px;
    width: 8px;
}
.banner11-caption {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  background: none repeat scroll 0% 0% transparent;
  color: #FFF;
  font-size: 16px;
  z-index: 8;
}
@-webkit-keyframes timeloading {
  from {width: 0;}
  to {width: 100%;}
 }
@keyframes timeloading {
  from {width: 0;}
  to {width: 100%;}
 }
.timeloading{
  position: absolute;
  bottom: 0px;
  left: 0px;
  right: 0;
  background-color: rgba(0, 0, 0, 0.2);
  height: 5px;
  animation: ease-in-out 0s normal none 1 running timeloading;
}
.nivoSlider {
  position:relative;
  width:100%;
  height:auto;
  overflow: hidden;
}
.banner11-content {
  height: 100%;
  position: relative;
}
.banner11-content.slider-3 .text-content,
.banner11-content.slider-2 .text-content,
.banner11-content.slider-1 .text-content{
  position: absolute;
  top: 50%;
  width: 70%;
  left: 15;
  z-index: 2;
  font-size: 100%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 16px;
}
.banner11-content .title1 {
  font-size: 14px;
  text-transform: uppercase;
  color: #007b7f;
  font-weight: 700;
  margin: 0;
}
.banner11-content .sub-title {
  margin: 0;
  font-size: 450%;
  font-weight: 700;
  color: #262626;
  font-size: normal;
  font-family: Montserrat, sans-serif;
  font-style: normal;
  margin: 5px 0 30px;
  text-transform: uppercase;
}
.banner11-content .banner11-des{
  text-transform: uppercase;
  color: #262626;
}
.banner11-content .banner11-des img{
  margin: 0 auto;
  display: inline-block;
  position: static;
}
.banner11-content .banner11-des span{
  font-weight: 900;
  font-size: 14px;
}
.banner11-content .banner11-des h3 sup{
  font-size: 100%;
  font-family: Lato, sans-serif;
  font-weight: 900;
  top: -.7em;
  margin: 0 5px 0 10px;
}
.banner11-content .banner11-des h3 span{
  font-size: 200%;
  font-family: Lato, sans-serif;
  color: #007b7f;
  font-weight: 900;
}
.banner11-content .banner11-des h3{
  font-size: 150%;
  color: #262626;
  font-weight: 700;
  text-transform: uppercase;
  margin: 30px 0 40px;
}
.banner11-content .banner11-des h1{
  font-size: 300%;
  color: #262626;
  margin: 25px 0;
  font-weight: 700;
}
.banner11-content .banner11-des p:first-letter{
  text-transform: capitalize;
}
.banner11-content .banner11-des p{
  font-size: 14px;
  text-transform: lowercase;
  font-family: "Droid Serif", serif ;
  font-style: italic;
  margin: 0;
  padding: 0;
}
.banner11-readmore{
  position: relative;
  z-index: 10;
}
.banner11-readmore a:hover{
  background-position: bottom right;
  color: #007b7f;
}
.banner11-readmore a{
  color: #262626;
  position: relative;
  z-index: 10;
  font-weight: 800;
  padding-right: 50px;
  padding-left: 5px;
  line-height: 11px;
  height: 11px;
  font-size: 13px;
  font-family: "Raleway", "HelveticaNeue", "Helvetica Neue", sans-serif;
  text-transform: uppercase;
  background: url(../images/bg-arrow2.png) no-repeat top right;
  display: inline-block;
  margin-top: 55px;
}
.banner11-content.slider-1 .banner11-readmore{
  animation: slideInUp 0.5s linear alternate; 
  -webkit-animation: slideInUp 0.5s linear alternate;
  -moz-animation: slideInUp 0.5s linear alternate;
}
.banner11-content.slider-2 .banner11-readmore{
  animation: slideInUp 0.5s linear alternate; 
  -webkit-animation: slideInUp 0.5s linear alternate;
  -moz-animation: slideInUp 0.5s linear alternate;
}
.banner11-content.slider-3 .banner11-readmore{
  animation: slideInUp 0.5s linear alternate; 
  -webkit-animation: slideInUp 0.5s linear alternate;
  -moz-animation: slideInUp 0.5s linear alternate;
}
.banner11-content.slider-2 .title1{ 
  animation: zoomIn 1s linear alternate; 
  -webkit-animation: zoomIn 1s linear alternate;
  -moz-animation: zoomIn 1s linear alternate;
}
.banner11-content.slider-1 .title1{ 
  animation: rollIn 1s linear alternate; 
  -webkit-animation: rollIn 1s linear alternate;
  -moz-animation: rollIn 1s linear alternate;
}
.banner11-content.slider-3 .title1{ 
  animation: fadeInLeft 1s linear alternate; 
  -webkit-animation: fadeInLeft 1s linear alternate;
  -moz-animation: fadeInLeft 1s linear alternate;
}
.banner11-content.slider-1 .banner11-des {
  animation: slideInDown 2s linear alternate; 
  -webkit-animation: slideInDown 2s linear alternate;
  -moz-animation: slideInDown 2s linear alternate;
}
.banner11-content.slider-2 .banner11-des{
  animation: bounceIn 2s linear alternate; 
  -webkit-animation: bounceIn 2s linear alternate;
  -moz-animation: bounceIn 2s linear alternate;
}
.banner11-content.slider-3 .banner11-des{
  animation: fadeInRight 1.5s linear alternate; 
  -webkit-animation: fadeInRight 1.5s linear alternate;
  -moz-animation: fadeInRight 1.5s linear alternate;
}.banner11-content.slider-1 .sub-title  {
  animation: slideInDown 2s linear alternate; 
  -webkit-animation: slideInDown 2s linear alternate;
  -moz-animation: slideInDown 2s linear alternate;
}
.banner11-content.slider-2 .sub-title {
  animation: bounceIn 2s linear alternate; 
  -webkit-animation: bounceIn 2s linear alternate;
  -moz-animation: bounceIn 2s linear alternate;
}
.banner11-content.slider-3 .sub-title {
  animation: rotateInDownRight 2s linear alternate; 
  -webkit-animation: rotateInDownRight 2s linear alternate;
  -moz-animation: rotateInDownRight 2s linear alternate;
}
/* 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:8;
  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;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: 8;
}
.nivo-caption .container{
  
}
.nivo-caption p {
  padding:5px;
  margin:0;
}

.nivo-html-caption {
    display:none;
}
/** ocslideshow **/
.banner11{
  position: relative;
  z-index: 0;
}
.nivo-directionNav i{
  font-size: 20px;
  display: block;
  line-height: 60px;
}
.oc-banner11-container .flex-direction-nav a,
.nivo-directionNav a {
  width: 60px; 
  height: 60px;
  margin: -30px 0 0;
  display: block;
  position: absolute;
  top: 50%;
  cursor: pointer;
  font-size: 0;
  z-index: 9;  
  background: #007b7f;
  border-radius: 0;
  line-height: 60px;
  text-align: center;
  border-radius: 50%;
  color: #fff;
}
.oc-banner11-container .flex-direction-nav .flex-next,
.oc-banner11-container .nivo-directionNav a.nivo-nextNav { 
  opacity: 0; 
  transition: all 0.3s ease-out; 
  right: 10px; 
}
.oc-banner11-container .flex-direction-nav .flex-prev,
.oc-banner11-container .nivo-directionNav a.nivo-prevNav { 
  left: 10px;  
  opacity: 0; 
  transition: all 0.3s ease-out;
}
.oc-banner11-container:hover .nivo-directionNav a{  
  opacity:1;
}
.oc-banner11-container .flexslider .flex-next:hover, 
.oc-banner11-container .nivo-directionNav a.nivo-nextNav:hover,
.oc-banner11-container .flexslider .flex-prev:hover, 
.oc-banner11-container .nivo-directionNav a.nivo-prevNav:hover { 
  background: rgba(255, 255, 255, 0.36);
}
.oc-banner11-container .flex-direction-nav .flex-disabled {
  opacity: .3!important; 
  filter:alpha(opacity=30); 
  cursor: default; 
} 

.oc-banner11-container .flex-direction-nav a:hover::before,
.oc-banner11-container .nivo-directionNav a:hover::before{
  
}
.oc-banner11-container .nivo-controlNav a {
  border: none;
  display: inline-block;
  height: 10px;
  margin: 0 3px;
  font-size: 0;
  width: 10px; 
  cursor: pointer;
  position: relative;
  z-index: 9;
  border-radius: 100%;
  background: #d7d7d7;
  border: 2px solid #d7d7d7;
  line-height: 10px;
  box-shadow: none;
}
.oc-banner11-container .nivo-controlNav a.active,
.oc-banner11-container .nivo-controlNav a:hover {
  background: #fff;
  border: 2px solid #c3c3c3;
}
.oc-banner11-container .nivo-controlNav a:before {
/*  content:"";
  display: block;
  position: absolute;
  background: #fff;
  border-radius: 100%;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0.6);
  -moz-transform: scale(0.6);
  -o-transform: scale(0.6);
  transform: scale(0.6); */
}
/** /ocslideshow **/
/* responsive */
@media(max-width:1024px){
  .banner11-content .banner11-des,
  .banner11-content.slider-3 .text-content,
  .banner11-content.slider-2 .text-content,
  .banner11-content.slider-1 .text-content{
    font-size: 80%
  }
  .oc-banner11-container .flex-control-nav, .nivo-controlNav{
    bottom: 20px;
  }
}
@media(max-width:991px){
  .banner11-content .banner11-des,
  .banner11-content.slider-3 .text-content,
  .banner11-content.slider-2 .text-content,
  .banner11-content.slider-1 .text-content{
    font-size: 70%;
    width: 100%;
  }
  .banner11-content .banner11-des span,
  .banner11-content .banner11-des p{
    font-size: 12px
  }
  .banner11-readmore a{
    margin-top: 30px;
  }
  .banner11-content .sub-title{
    width: 100%;
  }
}
@media(max-width:767px){
  .banner11 {
    margin-bottom: 60px;
  }
  .nivo-directionNav{
    display: none;
  } 
  .banner11-content .banner11-des h1 {
    font-size: 500%;
  }
  .banner11-content .banner11-des h2 {
    font-size: 400%;
  }
  .banner11-readmore a{
    margin-top: 20px;
  }
  .banner11-content .banner11-des img{
    -webkit-transform: scale(.8);
    -moz-transform: scale(.8);
    -o-transform: scale(.8);
    transform: scale(.8);
    transform-origin: center;
  }
}
@media(max-width:560px){
  .banner11-content.slider-3 .text-content,
  .banner11-content.slider-2 .text-content,
  .banner11-content.slider-1 .text-content{
    font-size: 40%;
    width: 100%;
    padding: 30px;
  }
}
@media(max-width:480px){
  .banner11-content.slider-3 .text-content,
  .banner11-content.slider-2 .text-content,
  .banner11-content.slider-1 .text-content{
    display: none;
  }
}
