body {
    background-color: #ffffe6;
}

img {
    border-radius: 0px;
}

.dropdown:hover .dropdown-content {
    display: block;
    }
    
.navbar {
      margin-bottom: 0;
      border-radius: 0;
    }

.container {
    margin-top: 20px;
}


.carousel-indicators .active {
    background-color: #000;
}

.carousel-inner img {
    width: 70%;
    max-height: 560px;
	margin: auto;

}

.carousel-control {
    width: 10%;
}

.carousel-control.left,
.carousel-control.right {
	opacity: 1.5;
	filter: alpha(opacity=100);
	background-image: none;
	background-repeat: no-repeat;
	text-shadow: none;
}

.carousel-control.left span {
	padding: 50px;
	margin-left:110px;
}

.carousel-control.right span {
	padding: 50px;
		margin-right:140px;

}
.carousel-control .glyphicon-chevron-left{
  color: red;
  top: 45%;
}
 
.carousel-control .glyphicon-chevron-right{
  color: red;
   top: 45%;
} 
.carousel-control .icon-prev, 
.carousel-control .icon-next {
	position: absolute;
	top: 45%;
	z-index: 5;
	display: inline-block;
}

.carousel-control .glyphicon-chevron-left,
.carousel-control .icon-prev {
	left: 10%;
}

.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next {
	right: 10%;
}

.carousel-control.left span,
.carousel-control.right span {
  opacity: 0.9;
}

.carousel-control.left span:hover,
.carousel-control.right span:hover {
	opacity: .7;
	filter: alpha(opacity=70);
}


.header-text {
    position: absolute;
    top: 20%;
    left: 1.8%;
    right: auto;
    width: 96.66666666666666%;
    color: #fff;
}

.header-text h2 {
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial;
    font-size: 40px;
}

.header-text h2 span {
    padding: 10px;
    color: #222211;

}

.header-text h3 span {
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial;
	color:#222211;
	padding: 10px;
}

.btn-min-block {
    min-width: 170px;
    line-height: 26px;
}

.btn-theme {
    color: #000;
  
    margin-right: 15px;
}

.btn-theme:hover {
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial;
    color: #222211;
    background-color: #fff;
    border-color: #fff;
}


footer { background-color: #f2f2f2; min-height:50px; font-family:'Franklin Gothic Medium', 'Arial Narrow', Arial; }
.footerleft { margin-top:10px; padding:0 36px; }
.logofooter { margin-bottom:10px; font-size:25px; color:#fff; font-weight:700;}


.footerleft p { color:#000; font-size:13px !important; font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial; }
.footerleft p i { width:20px; color:#000;}


.paddingtop-bottom {  margin-top:50px;}
.footer-ul { list-style-type:none;  padding-left:0px; margin-left:2px;}
.footer-ul li { line-height:29px; font-size:12px;}
.footer-ul li a { color:#000; transition: color 0.2s linear 0s, background 0.2s linear 0s; }
.footer-ul i { margin-right:10px;}
.footer-ul li a:hover {transition: color 0.2s linear 0s, background 0.2s linear 0s; color:#ff670f; }

.social:hover {
     -webkit-transform: scale(1.1);
     -moz-transform: scale(1.1);
     -o-transform: scale(1.1);
 }
 
 p
 
 {
	font-family: Times New Roman;
	font-size: 20px;
	text-align: justify;
	text-indent: 40px;
 }
 
 
/*.fb-logo{
 width:30%;
 height: auto;
}*/