.carousel,
.item,
.active {
    height: 100%;
}

.carousel-inner {
    height: 100%;
}

/* Background images are set within the HTML using inline CSS, not here */

.fill {
    width: 100%;
    height: 100%;
}

.transperent{
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
}

.offering_data{
    padding: 0px 20px 10px 20px;
    margin-bottom: 10px;
    float: left;
}

.offering_data ul li{
    margin-bottom: 6px;
    border-bottom: 1px solid #ddd;
    display: block;
    padding-bottom: 6px;
}
.offering_data .service-icon{
    color: #bdbdbd;
	font-size: 55px;
    -webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.offering_data:hover .service-icon{
    color: #a3b439;
}

.progress{
    height: 14px;
    
}
.progress-bar{
    line-height: 14px;
    font-size: 10px;
}

.float_right{
    float: right;
}

.call-to-content img{
    border-radius: 45px;
}
.call-to-content .button{
    margin-top: 0px;
}
.call-to-content h2{
    padding: 22px 0px;
}
.carousel-inner h1{
    padding-bottom: 0;
}
.carousel-caption{top:35%;}
.about-area ul li{
    padding-bottom: 6px;
}
.about-area ul li i{
    padding-top: 4px;
}
#exchange-area{
	background-color: #242424;
	padding: 70px 0;
	float: left;
	display: inline;
	width: 100%;
    color: #fff;
}
#exchange-area .tittle{
    color: #fff;
}
.about-left-right {
	display: inline;
	float: left;
	height: 420px;
	position: relative;
	width: 445px;
    background-color: #a3b439;
    margin-left: 24px;
}
.about-left-right img {
	right: 23px;
	position: absolute;
	top: 23px;
}
.cover{
    width: 1920px;
}
.modal-close{
    width: 100%;
    float: right;
    text-align: right;
    padding: 20px 0px;
    margin: -40px -60px 0 0;
}
.modal-close .fa{
    color: #fff;
    background: #a3b439 none repeat scroll 0 0;
	border-radius: 50%;
    font-size: 25px;
    line-height: 40px;
    height: 40px;
    width: 40px;
    text-align: center;
	text-decoration: none;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s; 
}

.modal-close .fa:hover,
.modal-close .fa:focus{  
  background-color: #a3b439; 
  color: #fff;
  text-decoration: none;
  outline: none;
}
.login-modal{
    -webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.login-modal a{
    background-color: #187cab !important;
    color: #fff !important;
}
.navbar-collapse{
    padding: 0px;
}
.divider{
    width: 100%;
    float: left;
    border-top: 1px solid #bbbbbb;
    margin: 40px 0;
}