@charset "utf-8";
/* CSS Document */



/*.home-bg{
    background: url(../images/header-bg.jpg) no-repeat center top fixed;
	min-height:700px;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    width: 100%;
    overflow: hidden;
}*/
.home-bg2{
    background:url(../images/head.jpg) no-repeat center top fixed;
	/*min-height:700px;*/
    -moz-background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-size: 100% 520px;
    width: 100%;
    overflow: hidden;
    height:520px;
}

.overlay {
    background-color: rgba(0, 0, 0, 0.3);
    width: 100%;
    /*min-height: 750px;*/
}


.home-bg2 .header-details{
	/*padding-top:220px;*/
	padding-top:63px;
	color:#314a5b;
}
.home-bg2 .header-details h1{
	text-transform:uppercase;
	font-family: 'montserratbold';
	font-size:48px;
	margin-bottom:20px;
	line-height: 55px;
}
.home-bg2 .header-details h1 i{
	font-size:7px;
	color:#fa5c65;
}
.home-bg2 .header-details p{
	font-size:20px;
	color:#314a5b;
}

.home-bg2 .header-details button{
	padding:10px;
	width: 150px;
    height: 60px;
	background:#fa5c65;
	color:white;
	font-size:15px;
	margin-top:30px;
}
.home-bg2 .header-details button:hover{
	background:#cf0f1a;
	color:white;
}

.home-overlay-fluid {
    background-color: rgba(41, 41, 41, 0.68);
    width: 80%;
    margin: auto;
}
	
	.sections {
    padding-top: 60px;
    padding-bottom: 30px;
    position: relative;
    overflow: hidden;
}

.overlay-fluid-block {
    background-color: rgba(0, 0, 0, 0.5);
    width: 100%;
}
.home-overlay-fluid {
    background-color: rgba(41, 41, 41, 0.68);
    width: 80%;
    margin: auto;
}
.overlay-img {
    background: rgba(194, 201, 204, 0.3);
    width: 100%;
    padding-top: 100px;
    padding-bottom: 100px;
    color: #ffffff;
}
.no-padding {
    padding: 0 !important;
}
.fluid-blocks-col {
    padding: 70px 40px 0 80px;
}
.fluid-blocks-col-right {
    padding: 70px 80px 0 40px;
}



.back-to-top {
    cursor: pointer;
    position: fixed;
    bottom: 50px;
    right: 40px;
    display:none;
	background:#CCCCCC;
	border:none;
	color:#FF0000;
}

.back-to-top:hover{
	background:#CCCCCC;
}

