a:hover {
	cursor:pointer;
}
a {
	color:#fff;
	text-decoration:none;
}
a:hover {
	color:#C63B00;
}
body {
	background-image:url(assets/img/bg.jpg);
	background-size:100% 100%;
	background-position:center center;
	background-repeat:no-repeat;
	position:relative;
}
p {
	font-family: 'Inter', sans-serif;
}
.nav-wrap .col-lg-8{
	padding-top:40px;
	padding-bottom:120px;
}
/*.cs-body .row {
	height: calc(100vh - 235px);
	min-height:600px;
}*/
.cs-body p:nth-of-type(1) {
	color:#0C1C30;
	font-weight:800;
	font-size:30px;
	line-height:34px;
}
.cs-body p:nth-of-type(2) {
	color:#C63B00;
	font-weight:900;
	font-size:66px;
	line-height:58px;
	text-transform: uppercase;
}
.left-overlay {
	position: absolute;
    background: rgba(255,255,255,.8);
    z-index: -1;
    width: 6000px;
    right: 0;
    height: 100%;
    top: 0px;
}
.right-overlay {
	position: absolute;
    background: rgba(0,0,0,.25);
    z-index: -1;
    right: 0;
    height: 100%;
    width: 4000px;
    left: 0;
}
.right-box {
	background:#0C1C30;
	width:100%; 
	padding:40px 30px;
	margin-left:-12px;
	margin-top:200px;
}
.right-box p {
	color:#fff !important;
	font-size:20px !important;
	line-height:26px !important;
	font-weight:400 !important;
	text-transform: none !important;
	padding-left:30px;
	position:relative;
}
p.email {
	margin-top:25px;
}
p.email:before {
	content: '';
    background-image: url(assets/img/email.png);
    height: 15px;
    width: 20px;
    position: absolute;
    background-size:cover;
    left:0px;
    top:5px;
}
p.address:before {
	content: '';
    background-image: url(assets/img/address.png);
    height: 20px;
    width: 15px;
    position: absolute;
    background-size:cover;
    left:0px;
    top:5px;
}
p.phone:before {
	content: '';
    background-image: url(assets/img/phone.png);
    height: 20px;
    width: 20px;
    position: absolute;
    background-size:cover;
    left:0px;
    top:5px;
}
@media screen and (max-width:1199px) {
	.cs-body p:nth-of-type(1) {
		font-size:30px;
		line-height:34px;
	}
	.cs-body p:nth-of-type(2) {
		font-size:56px;
		line-height:54px;
	}
	.right-box p {
		font-size:18px !important;
		line-height:22px !important;
	}
}
@media screen and (max-width:991px) {
	.left-overlay {
	    position: absolute;
	    background: rgba(255,255,255,.8);
	    z-index: -1;
	    width: 2000px;
	    right: -1000px;
	    height: 100%;
	    top: 0px;
	}
	.nav-wrap .col-lg-8 {
		padding-bottom:60px;
	}
	.cs-body .col-lg-8 {
		padding-bottom:30px;
	}
	.cs-body p:nth-of-type(2) {
	    font-size: 40px;
	    line-height: 42px;
	}
	.right-box {
		margin-top:00px;
	}
	.right-overlay, .left-overlay {
		display:none;
	}
	body {
		background: linear-gradient(rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.8)),url(assets/img/bg.jpg);
		background-size:cover;
		background-position:center center;
		background-repeat:no-repeat;
	}
	.right-box {
		margin-left:0px;
	}
}