.top-bg {
    background-image: url('../images/bg-header.jpg');
    padding: 50px 0px;
}
.logo{
	margin-bottom: 10px;
}
.top-contact p{
	margin-top: 15px;
	font-size: 23px;
	color:#62be03;
}
.navbar-default .navbar-nav > li > a{
	font-size: 18px;
}
.copyright{
	background:#a8a293;
	padding: 20px;
	color:#fff;
}
.copyright a{
	color:#fff;
}
.footer-wrapper{
	background-color: #e1d9c4;
    padding:30px;
}
.footer-wrapper a{
    color:#606060;
    font-size: 14px;
    line-height: 1.9;
}
.footer-wrapper a:hover{
    color:#000000;
}
.footer_nav{
	list-style-type: none;
        padding-left: 130px;
}
.footer_nav1{
	list-style-type: none;
        padding-left: 30px;
}
.alignright{
	float: right;
}
.info h4{

margin-top: 0px !important;
padding-top: 0px;
color: #000000;
}
.info p{
	color:  #656565;
}
.carousel-control.left{
    background-image:initial;
    background-repeat: no-repeat;
}
.carousel-control {
    position: absolute;
    top: 144px;
    bottom: 0px;
    left: 0;
    width: 4%;
    font-size: 20px;
    color: #FFF;
    text-align: center;
    text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.6);
    background-color: transparent;
    opacity: 0.5;
}
#myCarousel{
    border: 10px solid rgb(231, 232, 230);
}
.carousel-indicators {
    position: absolute;
    bottom: 10px;
    left: 7%;
    z-index: 15;
    width: 60%;
    padding-left: 0px;
    margin-left: -30%;
    text-align: center;
    list-style: outside none none;
}
.carousel-indicators {
    bottom: 2px;
}
.carousel-indicators .active {
    width: 12px;
    height: 12px;
    margin: 0px;
    background-color: #fde00a;
}
.read_more{
    background-image: url('../images/btn-read-more.png');
    background-repeat: no-repeat;
    width: 112px;
    height: 30px;
    margin-top:0px;
}
.read_more:hover{
    background-image: url('../images/btn-read-more-hover.png');
    background-repeat: no-repeat;
    width: 112px;
    height: 30px;
    margin-top:0px;
}
.middle h3{
    font-size: 35px;
    font-weight: bold;
}
.middle p{
    color: #656565;
}
.middle h4{
    font-size: 20px;
    font-weight: bold;
}
.middle{
    padding:50px 0px;
}
.video_image img{
    margin-top:30px;
}
.video_button{
    background-color: #de4336;
    color:#fff;
    padding: 10px;
    margin: 0px;
}
.content p{
    color: #656565;
}
.content h3{
    color: #000;
    font-size: 35px;
}
.content h4{
    font-size: 20px;
}
.content{margin:50px 0px;}
.send{
    padding: 10px;
    text-align: center;
    background-color: #656565;
    color: #fff;
    border:none;
}
.fancybox img{width: 185px;
height: 150px;
margin-bottom: 30px;}
@media (min-width : 240px) and (max-width : 767px) {
.footer_nav{
        padding-left: 0px;
}
.footer_nav1{
        padding-left: 0px;
}
}