/* Carousel Styles */
.carousel-indicators .active {
    background-color: #2980b9;
}

.carousel-inner img {
    width: 100%;
}

.carousel-control {
    width: 0;
}

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

.carousel-control.left span {
	padding: 15px;
}

.carousel-control.right span {
	padding: 15px;
}

.carousel-control .fa-arrow-circle-left, 
.carousel-control .fa-arrow-circle-right, 
.carousel-control .icon-prev, 
.carousel-control .icon-next {
	position: absolute;
	top: 45%;
	z-index: 5;
	display: inline-block;
	color:#fff;
}

.carousel-control .fa-arrow-circle-left,
.carousel-control .icon-prev {
	left: 0;
}

.carousel-control .fa-arrow-circle-right,
.carousel-control .icon-next {
	right: 0;
}

.carousel-control.left span,
.carousel-control.right span {
	background-color: #d61376;
}

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

/* Carousel Header Styles */
.header-text {
    position: absolute;
    top: 0;
    left: 1.8%;
    right: auto;
    width: 96.66666666666666%;
    color: #fff;
}
.banhead{
    margin:20px 0 0 0;
    overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
font-size: 40px !important;
font-weight: 300 !important;
line-height: 1;
text-transform: uppercase;
font-family:'Open Sans', sans-serif;
}
.home-search{
    padding:10px 0 0;
}
.main-text
{
    position: absolute;
    top: 6%;
    width: 100%;
    color: #FFF;
    right: auto;
}
.header-text h2 {
    font-size: 40px;
}

.header-text h2 span {
    background-color: #2980b9;
	padding: 10px;
}

.header-text h3 span {
	background-color: #000;
	padding: 15px;
}

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

.btn-theme {
    color: #fff;
    background-color: transparent;
    border: 2px solid #fff;
    margin-right: 15px;
}

.btn-theme:hover {
    color: #000;
    background-color: #fff;
    border-color: #fff;
}

@media only screen and (max-width: 767px) {
    .banner-innerarea img {
    height: 150px !important;
}
.main-text{
    top: 34%;
}
h2.banhead{
    margin-bottom: 11px;
}
}