
/*------------------------------------------------------------------ 
HEADER 
-------------------------------------------------------------------*/


/*------------------------------------------------------------------ Banner -------------------------------------------------------------------*/

.home-slider {
	position: relative;
	height: 540px;
}

.lbox-caption {
	display: table;
	height: 100% !important;
	width: 100% !important;
	left: 0 !important;
}

.lbox-caption {
	position: absolute;
	margin: 0 auto;
	left: 0;
	right: 0;
	z-index: 10;
}

.lbox-details {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	position: absolute;
	top: 0px;
	left: 0;
	right: 0;
	height: 100%;
	padding: 22% 0%;
}

.lbox-details::before {
	content: "";
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	z-index: 2;
}

.lbox-details h1 {
	font-size: 54px;
	font-family: 'Montserrat', sans-serif;
	color: #ffffff;
	font-weight: 600;
	position: relative;
	z-index: 3;
}

.lbox-details h2 {
	font-size: 48px;
	color: #ffffff;
	font-weight: 300;
	position: relative;
	z-index: 3;
}

.lbox-details p {
	color: #ffffff;
	position: relative;
	z-index: 3;
}

.lbox-details p strong {
	color: #70c6eb;
	font-size: 40px;
	font-family: 'Montserrat', sans-serif;
}

.lbox-details a.btn {
	background: #ffffff;
	padding: 10px 20px;
	font-size: 20px;
	text-transform: capitalize;
	color: #3a4149;
	border-radius: 0px;
	position: relative;
	z-index: 3;
}

.lbox-details a.btn:hover {
	background: #fc301e;
}

.pogoSlider-nav-btn {
    background: #272f43;
    width: 22px;
    height: 22px;
    border-radius: 100%;
}

.pogoSlider-nav-btn--selected {
	background: #fc301e !important;
}

.pogoSlider--navBottom .pogoSlider-nav {
    bottom: 35px;
}

.pogoSlider--dirCenterHorizontal .pogoSlider-dir-btn {
	display: none;
}

.img-responsive {
	max-width: 100%;
}

.slide_text h3 {
    font-size: 115px;
    font-weight: 700;
    padding: 0;
    text-transform: uppercase;
    color: #272f43;
    line-height: 110px !important;
    position: relative;
    left: -8px;
}

.slide_text h3 strong {
    font-weight: 900;
}

.slide_text h4 {
    font-size: 75px;
    font-weight: 500;
    margin: 0;
    padding: 0;
    text-transform: none;
    color: #272f43;
    line-height: 75px !important;
}

.slide_text p {
    color: #f2184f;
    font-size: 20px;
    font-weight: 300;
    padding-top: 0;
    line-height: normal;
    margin-bottom: 0;
}

.start_exchange_bt {
    color: #fff;
    padding: 0;
    float: left;
    width: auto;
    text-align: center;
    font-size: 18px;
    font-weight: 400;
    text-transform: uppercase;
}

.start_exchange_bt i {
	color: #00cc99;
}

.contact_bt {
    width: 180px;
    height: 50px;
    background: #f2184f;
    color: #fff;
    float: left;
    line-height: 50px;
    text-align: center;
    font-size: 18px;
    font-weight: 500;
    margin-top: 50px;
    border-radius: 5px;
}

.contact_bt:hover,
.contact_bt:focus {
    color: #fff;
}

.dark_bg .contact_bt {
    margin-top: 30px;
}

.slide_text {
    margin-top: 280px;
    padding-left: 0;
}

.slide_text h6 {
    font-size: 25px;
    color: #272f43;
    text-transform: uppercase;
    font-weight: 300;
}

.pogoSlider-slide {
    background-size: auto;
    background-position: right center;
    background-repeat: no-repeat;
    background-color: #d3d3d3;
}




