.navigation {
  width: 100%;
  margin-top: 0;
    margin: 1em auto 0;
  text-align: center;
}
.nav-wil{
	padding:0;
}
.navbar-default .navbar-nav > li > a{
	color:#fff;
}
.navbar {
  min-height: 35px !important;
}
.nav > li > a {
	font-family: 'Merriweather', serif;
  margin: 0 29px !important;
  padding: 0;
  font-size: 1.3em;
}
.nav > li > a:hover {
	color: #000 !important;
	  transition: 1s all;
	  -webkit-transition: 1s all;
	  -moz-transition: 1s all;
	  -o-transition: 1s all;
	  -ms-transition: 1s all;
}
ul.nav.navbar-nav li a.active {
  color: #0acf66 !important;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
   color: #000;
  background: none;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
  color: #000;
  background: none;
}
.navbar-nav > li {
  display: inline-block !important;
}	
.navbar-default {
  background-color: rgba(255, 255, 255, 0);
  border-color: rgba(255, 255, 255, 0);
  margin-bottom: 0;
}
.navbar-nav > li {
	  float: none !important;
}
.navbar-nav {
  float: none !important;
}
/*--boostrap-nav--*/
/*--index-banner-slider--*/
/*----*/
.slider {
	position: relative;
	text-align: center;
padding:6.5% 0;
height:850px;
}
.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
  }
.rslides h3{
color: #fff;
  font-size: 2em;
  width: 87%;
  margin: 0 auto;
  height: 100px;
  line-height: 1.7em;
}
.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
  }
.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
  }
.callbacks_tabs a:after {
	content: "\f111";
	font-size: 0;
	font-family: FontAwesome;
	visibility: visible;
	display: block;
	height: 8px;
	width: 8px;
	display: inline-block;
	border: 2px solid #fff;
	border-radius:50%;
	background:#fff;
}
.callbacks_here a:after{
	border: 2px solid #FFF;
	background:transparent;
}
.callbacks_tabs a{
	visibility:hidden;
}
.callbacks_tabs li{
	display:inline-block;
}
ul.callbacks_tabs.callbacks1_tabs {
	position: absolute;
	bottom: 55px;
	z-index: 999;
	left: 48%;
}
.callbacks_nav {
position: absolute;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  top: 51%;
  left: 8%;
  opacity: 0.7;
  z-index: 3;
  text-indent: -9999px;
  overflow: hidden;
  text-decoration: none;
  height: 61px;
  width: 38px;
  background: transparent url("../images/gif.png") no-repeat 0px 0px;
  margin-top: -66px;
  }
.callbacks_nav.next {
  left: auto;
  background-position: right top;
  right: 8%;
  top: 51%;
 }
.slide1-coco{
	color: #00a439;
	font-size: 72px;
}
.slide1-coco2{
	color: #005c38;
	font-size: 72px;
}
.slide2-coco{
	color: #005c38;
	font-size: 18px;
}
.slide2-coco2{
	color: #36a9e1;
	font-size: 18px;
}
.slide3-coco{
	color: #3c3c3b;
	font-size: 18px;
}
.down-arrow a {
    color: #fff;
         }
.down-arrow {  color: #fff;
    font-size: 55px;
    position: absolute;
	top:105%;
   /* bottom: 0px;*/
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);

}
.floating-arrow{
	-webkit-animation-name: floating-arrow;
    animation-name: floating-arrow;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
}
@-webkit-keyframes floating-arrow {
  from {
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0); }
  65% {
    -webkit-transform: translate(-50%, 15px);
            transform: translate(-50%, 15px); }
  to {
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0); } }

@keyframes floating-arrow {
  from {
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0); }
  65% {
    -webkit-transform: translate(-50%, 15px);
            transform: translate(-50%, 15px); }
  to {
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0); } }

/*--/top-nav--*/
/*----responsive-menu-start--*/
@media(max-width:1440px){
	.rslides h3 {
	  width: 68%;
	}
	.callbacks_nav.next {
	  right: 17%;
	  top: 62%;
	}
	.callbacks_nav {
	  top: 62%;
	  left: 18%;

}




