html {
	overflow-x:hidden;
	padding: 0 !important;
	background:#fff;
	margin:0px !important;
}


.fullwidthbanner-container{
		width:100% !important;
		position:relative;
		padding:0;
		overflow:hidden;
		color:#fff;
}

.tp-caption{
	font-family:"Mulish";
	font-size:15px;
	font-weight:400;
}

.tp-caption.tp-text{
	font-size:14px;
	line-height:1.6em;
}

.custom-font-1{
	font-family:"Mulish", Arial, Helvetica, sans-serif;
	font-size:30px !important;
}

.custom-font-2{
	font-family:"Mulish", Arial, Helvetica, sans-serif;
	font-size:40px !important;
	font-weight:500;
	line-height: 1em !important;
}

.custom-font-3{
	font-family:"Mulish", Arial, Helvetica, sans-serif;
	font-size:48px;
	font-weight:bold;
	line-height:1.1em;
}
.custom-font-4{
	font-family:"Mulish", Arial, Helvetica, sans-serif;
	font-size:15px !important;
	font-weight:bold;
	line-height:1.5em !important;
}


.line{
	width:145px;
	height:4px;
	background:#fff;
}

a.btn-slider{
	font-family:"Mulish";
	display:block;
	border:solid 1px #fff;
	color:#fff;
	padding:10px 30px;
	font-weight:bold;
	font-size:15px;
	text-transform:none;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}

.border-v{
	width:1px;	
	height:300px;
	background:rgba(255,255,255,.5);
}


@media (max-width: 992px){
	.custom-font-2{
		font-size: 25px !important;
	}
	.custom-font-4{
		display: none !important;
	}
}