body{
	height: 100%;
}
.wrap {
	float: left;
	width: 100%;
}
.section-one {
	float: left;
	width: 100%;
	height: calc(100vh - 70px);
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	position: relative;
}
.section-one h1 {
	font-family: 'Bayshore';
	font-size: 200px!Important;
	font-weight: 400;
	margin: 0px;
	padding: 0px;
}
.bg_h1{
	position: absolute;
	left: 50%;
	right: 0;
	top: 48%;
	width: 100%;
	text-align: center;
	background-color: rgba(251,251,251,0.6);
	padding: 0px;
	font-family: 'Bayshore';
	transform: translate(-50%,-50%);
	margin: 0px;
}
.top_section{
	width: 100%;
	float: left;
}
footer{
	float: left;
	width: 100%;
	background-color: #fff;
	position: fixed;
	width: 100%;
	bottom: 0px;
	padding: 10px 0;
}
footer p{
	margin: 0px;
	font-family: 'Raleway', sans-serif;
	letter-spacing: 3px;
	color: #363636;
	font-size: 20px;
	padding: 12px 0 8px 8px;
}
.ftrtwo img{
	max-width: 30px;
	margin: 0 10px;
}

.ml2 {
	font-weight: 900;
	font-size: 3.5em;
}

.ml2 .letter {
	display: inline-block;
	line-height: 1em;
	transition: 0.4s!important;
}
/***Tooltip****/
.tt-wrapper {
	padding: 0 10px 0 0px;
	width: 100%;
	height: auto;
	margin: 0;
}
.tt-wrapper li {
	float: left;
	list-style: none;
	margin: 0 8px;
}
.tt-wrapper li:last-child{
	margin-right: 0px;
}
.tt-wrapper li a{
	display: block;
	width: 48px;
	height: 48px;
	margin: 0 2px;
	outline: none;
	text-indent: -9000px;
	position: relative;
	background-size: cover;
}
.tt-wrapper li .tt-gplus{
	background-position: 0px 0px;
}
.tt-wrapper li .tt-twitter{
	background-position: -68px 0px;
}
.tt-wrapper li .tt-dribbble{
	background-position: -136px 0px;
}
.tt-wrapper li .tt-facebook{
	background-position: -204px 0px;
}
.tt-wrapper li .tt-linkedin{
	background-position: -272px 0px;
}
.tt-wrapper li .tt-forrst{
	background-position: -340px 0px;
}
.tt-wrapper li a span {
	width: 100px;
	height: auto;
	line-height: 20px;
	padding: 10px 2px;
	left: 50%;
	margin-left: -50px;
	font-family: 'Raleway', sans-serif;
	font-weight: 600;
	font-size: 14px;
	color: #333;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
	text-align: center;
	border: 4px solid #fff;
	background: rgba(255,255,255,0.7);
	text-indent: 0px;
	border-radius: 5px;
	position: absolute;
	pointer-events: none;
	bottom: 100px;
	opacity: 0;
	box-shadow: 1px 1px 2px rgba(0,0,0,0.1);
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.tt-wrapper li a span:before,
.tt-wrapper li a span:after{
	content: '';
	position: absolute;
	bottom: -15px;
	left: 50%;
	margin-left: -9px;
	width: 0;
	height: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 10px solid rgba(0,0,0,0.1);
}
.tt-wrapper li a span:after{
	bottom: -14px;
	margin-left: -10px;
	border-top: 10px solid #fff;
}
.tt-wrapper li a:hover span{
	opacity: 0.9;
	bottom: 63px;
}
.herbert{
	background-image: url(../images/HN.svg);
	background-repeat: no-repeat;
}
.dn{
	background-image: url(../images/DN.svg);
	background-repeat: no-repeat;
}
.nnn{
	background-image: url(../images/NNN.svg);
	background-repeat: no-repeat;
}
.ron{
	background-image: url(../images/RON.svg);
	background-repeat: no-repeat;
}
.tz-gallery-one .container-fluid{
	position: relative;
}
.tz-gallery-one img{
	width: 100%;
}
.tz-gallery-one img.dsply_none{
	display: none;
}
.tz-gallery-one img.main_logo{
	width: 100%;
	margin-top: 25px;
}
.tz-gallery-two .container-fluid{
	position: relative;
}
.tz-gallery-two img{
	width: 100%;
	max-width: 170px;
}
.tz-gallery-two img.dsply_none{
	display: none;
}
.bottom_section{
	width: 50%;
	float: left;
	text-align: right;
	position: absolute;
	bottom: 30px;
	right: 20px;
}

.bottom_lft_sec img {
    width: 100%;
}
.bottom_lft_sec {
    width: 50%;
    float: left;
    position: absolute;
    bottom: 0;
    left: 0;
    max-width: 250px;
}
@media (min-width:1440px){
	.tz-gallery-one img.main_logo{
		width: 100%;
		margin-top: 50px;
		margin-left: 50px;
	}
}
@media (max-width:1440px){
	.bg_h1{
		top:45%;
	}
}
@media (max-width:991px){
	.section-one h1{
		font-size: 100px !important;
	}
	.section-one{
		height: calc(100vh - 90px);
		box-sizing: border-box;
	}
	.bottom_section{
		bottom: 60px;
	}
	footer{
		padding: 5px 0;
	}
}

@media (max-width:767px){
	.tt-wrapper li{
		float: none;
		text-align: center;
		display: inline-block;
		margin: 0 4px;
	}
	.tt-wrapper{
		width: 100%;
		text-align: center;
		float: left;
		display: inline-block;
	}
	.pull-right.ftrtwo{
		float: left!important;
		width: 100%;
	}
	.tt-wrapper li a span{
		margin-left: -51px;
		background: rgba(255,255,255,0.9);
	}
	.tt-wrapper li a:hover span{
		bottom: 57px;
	}
	footer p {
	    font-size: 12px;
	    padding: 0 0 3px 8px;
	    line-height: 1.25;
	}
	.tt-wrapper li a {
	    width: 30px;
	    height: 30px;
	}
	.bottom_section{
		bottom: 100px;
	}
	.tz-gallery-one img.main_logo{
		width: 80%;
	}
}

@media (max-width:599px){
	.section-one h1{
		font-size: 70px !important;
	}
	.tt-wrapper li a{
		width: 36px;
		height: 36px;
	}
	.tz-gallery-one img.main_logo{
		width: 100%;
	}
	.section-one{
		height: 100vh;
	}
	footer{
		position: relative;
	}
}

