body{
	font-family: 'Lato', sans-serif  !important;
}

.header{	
	padding:10px 0px;
	
}

.banner{
    background-image: url(../images/slider.jpg);
    background-size: cover;
    padding: 9% 0px;
    padding-bottom: 9%;
    text-align: center;
    background-attachment: fixed;
}


.logo1{
	float:none;
	text-align:center;
    padding-top: 22px;
	padding-bottom:20px;
}

.header_right{
    float: right;
    font-size: 21px;
    padding-top: 25px;
    text-align: right;
}

.header_right .fa{
	
	margin-right:7px;
}

.header_right li{
    margin-bottom: 5px;
	list-style:none;
}

.header_right a{
	color:#666;
}

.banner{
	margin-bottom:60px;
}

.banner h3{
color: #fff;
    font-size: 54px;
    margin-bottom: 34px;
    font-weight: bold;

}

.banner h4{
    color: #fff;
    font-size: 22px;
    width: 75%;
    margin: 0 auto;
    line-height: 1.3;
}

.arrow{
    display: inline-block;
    margin: 0 auto;
    color: #fff;
    font-size: 47px;
    margin-top: 3%;
}

.arrow:hover{
	color:#F00;
}

.about-us{
padding-top: 58px;
    margin-bottom: 103px;
    font-size: 18px;
    line-height: 1.6;
    margin-top: 19px;
}

.about-us h3{
    font-size: 36px;
    margin-top: 3px;
    margin-bottom: 29px;
}

.about-us h3:after{
    content: "";
    display: block;
    height: 2px;
    background: #666;
    width: 30%;
    margin-top: 10px;
}



.testimonilas{
    margin-top: 69px;
    padding: 7% 0px;
    background-image: url(../images/banner-2.jpg);
    color: #fff;
    text-align: center;
	background-size:cover;
}

.testimonilas p{
    color: #fff;
    margin-bottom: 30px;
    font-size: 21px;
    line-height: 1.6;
}


.testimonilas .auth{
    font-size: 22px;
    font-style: italic;
}

.testimonilas h3{
    font-size: 39px;
    margin-top: 3px;
    margin-bottom: 40px;
	color:#fff;
	text-align:center;
}

.testimonilas h3:after{
    content: "";
    margin: 0 auto;
    display: block;
    height: 2px;
    background: #fff;
    width: 146px;
    margin-top: 6px;
}


.carousel-control{
	background:none !important;
	text-shadow:none !important;
}


.carousel-inner .item{
background:none !important;
	text-shadow:none !important;
}

.carousel-indicators {
    bottom: -63px !important;
}

.carousel-inner{
width: 76%;
	margin:0 auto;
}

.carousel-control{
    top: 71px !important;
}

.carousel-control .fa{
    font-size: 29px;
}


#footer{
    padding: 32px 0px;
    text-align: center;
    font-size: 14px;
    border-top: 1px solid #d4af37;
}

#footer p{
	margin-bottom:0px;
}




.animated {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
}
@-webkit-keyframes bounce {
  0%, 100% {
    -webkit-transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(20px);
  }
}
@keyframes bounce {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(20px);
  }
}
.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
}


.banner p{
	color:#fff;
	font-size:15px;
	margin-bottom:20px;
}



.section-1{   
    background: #d4af37;
    margin-top: 34px;
    background-image: url(../images/serc.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    padding-top: 10%;
    padding-bottom: 9%;
    margin-bottom: 40px;
}

.section-1 ul{
	display:flex;
}


.section-1 li{
    list-style-type: none;
    float: left;
    text-align: center;
    width: 20%;
    margin-right: 3%;
}

.section-1 li:last-child{
	margin-right:auto;
}

.section-1 h3{
font-size: 18px;
    line-height: 1.5;
    color: #fff;
    font-weight: bold;
}

img{
	max-width:100%;
}

.section-1 img{
 border-radius: 50%;
    border: 3px solid #fff;
    padding: 15px 15px;
    max-width: 73%;

}


