/**
 * 5. - HOME
 * -----------------------------------------------------------------------------
 */
/* 5.1 - HERO */
.banner1 {
  position: relative;
  padding: 0 0;
  height: 400px;}
.banner1 .overlay-bg {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.3);
    z-index: -1;
	
}
.banner1 ol li, .banner ul li {
    margin: 0; }
.banner1 .btn-primary:hover, .banner1 .btn-secondary:hover {
     }
#slides {
	height: 650px;
}
.slides-navigation {
  margin: 0 auto;
  position: absolute;
  z-index: 3;
  bottom: 50%;
  width: 100%; }

.slides-navigation.center {
  margin: 0 auto;
  position: absolute;
  z-index: 3;
  bottom: 25%;
  width: 100%;
  text-align: center;
  -webkit-transform: translateX(-7px);
  -ms-transform: translateX(-7px);
  transform: translateX(-7px); }

.slides-navigation .container {
  position: relative;
  }

.slides-navigation a {
  position: absolute;
  display: block; }

.slides-navigation.center a {
  position: relative;
  display: inline-table;
  text-align: center; }

/*.slides-navigation {
  bottom: 20%;
}*/
.slides-navigation a {
  color: #ffffff;
  font-size: 20px;
  margin: 5px;
  background: transparent;
  display: inline-block;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  width: 40px;
  height: 40px;
  /*border: 3px solid #ffffff;*/
  padding-top: 7px;
  text-align: center; }
  .slides-navigation a:hover {
    color: #f7931d;
    border-color: #f7931d;
    text-decoration: none; }
  .slides-navigation a.prev {
    left: -100px;
	background: #000;
    width: 70px;
    height: 70px;
    border-radius: 100%;
	opacity: .5;}
  .slides-navigation a.next {
    right: -100px; 
	background: #000;
    width: 70px;
    height: 70px;
    border-radius: 100%;
	opacity: .5;
}
.slides-navigation a.prev i {
    top: 12px;
    position: relative;
}
.slides-navigation a.next i {
    top: 12px;
    position: relative;
}
.slides-navigation.center a.next {
  left: 0;
  right: 0; }

.slides-navigation.center a.prev {
  left: 0; }

/* 5.2 - Text Typing */
.wrap-caption {
  padding-top: 10%;
  color: #ffffff;
  width: 50%; }
.wrap-caption.center {
    width: 80%;
    margin: 0 auto;
    text-align: center; }
.wrap-caption .excerpt {
    margin-bottom: 50px;
    font-size: 18px; }
.wrap-caption .btn, .wrap-caption .btn-primary, .wrap-caption .btn-secondary {
    margin-right: 15px; }

/**
 * 6. - SECTION
 * -----------------------------------------------------------------------------
 */

.carousel-item {
  height: 700px !important;
  min-height: 350px;
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.carousel-control-next{
	background: #000;
    width: 70px;
    height: 70px;
    border-radius: 100%;
    top: 50%;
    right: 1%;
}
.carousel-control-prev{
	background: #000;
    width: 70px;
    height: 70px;
    border-radius: 100%;
    top: 50%;
    left: 1%;
}
.carousel-caption {
	bottom: 180px;
	position: absolute;
	width: 80%;
	left: 10%;
}
.display-4 {
    z-index: 7;
    /*font-family: Montserrat;*/
    text-align: left;
    visibility: visible;
    line-height: 20px;
    letter-spacing: 0px;
    font-weight: 900;
    font-size: 26px;
    border-color: rgb(34, 34, 34);
    border-style: none;
    margin: 0px;
    border-radius: 0px;
    padding: 15px 0;
    color: rgb(10, 103, 164);
    text-decoration: none;
    white-space: nowrap;
    width: auto;
    height: auto;
    min-height: 0px;
    min-width: 0px;
    max-height: none;
    max-width: none;
    opacity: 1;
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform-origin: 50% 50% 0px;
	
}
.slide-txt{
	background: #ffffff94;padding: 50px;
}
.lead {
    z-index: 6;
    /*font-family: Montserrat;*/
    text-align: justify;
    visibility: visible;
    line-height: 35px;
    letter-spacing: 0px;
    font-weight: 400;
    font-size: 30px;
    /*border-color: rgb(34, 34, 34);*/
    border-style: none;
    /*margin: 15px 0;*/
	margin-bottom: 0;
    border-radius: 0px;
    padding: 0px 0px 10px;
    /*color: rgb(181, 179, 179);*/
	color: #000;
    text-decoration: none;
    white-space: normal;
    width: 100%;
    height: auto;
    min-height: 0px;
    min-width: 0px;
    max-height: none;
    max-width: none;
	text-shadow: 0;
    /*opacity: 1;
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform-origin: 50% 50% 0px;*/
	
}
.slider-btn{
	z-index: 8;
    background-color: rgba(255, 210, 0, 0.8);
    /*font-family: Montserrat;*/
    cursor: pointer;
    outline: none;
    box-shadow: none;
    box-sizing: border-box;
    letter-spacing: 2px;
    text-align: left;
    visibility: visible;
    line-height: 17px;
    font-weight: 700;
    font-size: 13px;
    border-color: rgba(255, 255, 255, 0.25);
    border-style: solid;
    border-width: 1px;
    margin: 15px 0;
    border-radius: 0px;
    padding: 12px 35px;
    color: rgb(255, 255, 255);
    text-decoration: none;
    white-space: nowrap;
    width: auto;
    height: auto;
    min-height: 0px;
    min-width: 0px;
    max-height: none;
    max-width: none;
    opacity: 1;
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform-origin: 50% 50% 0px;
	float: left;
	
}
.slider-btn:hover{
	color: #000;
	background: #fff;
	text-decoration: none;
}