@charset "UTF-8";
body {
	margin: 0;
	padding: 0;
	font-family: 'Open Sans', sans-serif;
	width: 100%;
	overflow-x: hidden;
}
.borderline {
    position: absolute;
    top: 20px;
    left: 20px;
    right: 20px;
    bottom: 20px;
    height: calc(100vh - 40px);
    border: 1px solid #fff;
    z-index: 1;
}
.slideleft {
    bottom: 53px;
    left: 53px;
    width: calc(50% - 53px);
    background-color: #f2f1f0;
    position: absolute;
    display: block;
    padding: 10px 20px;
    z-index: 9999;
}
.socialmedia a {
    color: #047693;
    margin-left: 20px;
    transition: all 500ms;
    font-size: 25px;
}
.mobilehide {
    display: inline-block;
    vertical-align: middle;
}
.slideright a {
    position: relative;
    display: block;
    font-weight: 800;
    top: 0px;
    bottom: 0px;
    width: 100%;
    margin: auto;
    z-index: 9999;
    text-align: right;
    color: #ffffff;
    text-decoration: none;
    letter-spacing: 1.2px;
    font-size: 12px;
    transition: all 500ms;
}
.slideright {
    right: 53px;
    bottom: 53px;
    width: calc(50% - 53px);
    position: absolute;
    padding: 13px 20px;
    display: table;
    background-color: rgb(0 0 0);
    z-index: 9999;
}
.maskvideo {
    width: 100%;
    height: 100vh;
    overflow: hidden;
    display: block;
    float: left;
    position: absolute;
    background-color: #000000;
    text-align: center;
    z-index: 1;
}
.fullpagevideo {
    width: 100%;
    display: block;
    float: left;
    position: relative;
    z-index: 1;
}
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.slideshow {
	width: 100%;
	display: block;
	float: left;
	height: 100vh;
	position: relative;
}
.topmenu {
	width: calc(100% - 80px);
	display: table;
	float: left;
	padding: 25px 100px;
	text-align: center;
	margin-left: 40px;
	margin-top: 40px;
	transition: all 500ms;
	background-color: #000000bd;
}
.parallaxout {
	width: 100%;
	display: block;
	float: left;
	position: relative;
	background-color: #000;
}
.topmenu a:hover, .activated {
	color: #3ed7ff!important;
}
.slogant {
    width: 100%;
    font-size: 125px;
    color: #fff;
    display: block;
    float: left;
    position: relative;
    text-align: center;
    text-shadow: 2px 2px 5px #000;
}
.sloganall {
    width: 100%;
    display: block;
    position: absolute;
    height: 230px;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    float: left;
}
.sloganb {
    width: 100%;
    font-size: 110px;
    color: #fff;
    display: block;
    float: left;
    position: relative;
    text-align: center;
	margin-top: -100px;
    text-shadow: 2px 2px 5px #000;
}
div.parallax {
    background-attachment: fixed !important;
  	background-position: center !important;
  	background-repeat: no-repeat !important;
  	background-size: cover !important;
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	float: left;
	display: block;
    width: 100%;
	height: 100vh;
}
div.parallaxhalf {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	width: 50%;
}
div.parallaxhalf img {
	position: relative;
	display: block;
	float: left;
    width: 100%;
	height: auto;
}
.alllogo {
	width: 100%;
	display: table;
	float: left;
	margin-top: 50px;
}
.alllogo img {
	display: inline-block;
	vertical-align: middle;
	width: 20%;
	height: auto;
	padding: 0px 40px;
}
.halfinfo {
	width: 100%;
	display: table;
	position: relative;
	float: right;
	color: #fff;
}
.infotext {
	width: 50%;
	display: inline-block;
	text-align: right;
	font-size: 12px;
	line-height: 25px;
	border: 20px solid #b62924;
	vertical-align: top;
}
.infotitle {
	width: 100%;
	display: block;
	float: left;
	margin: 10px 0px;
	font-weight: bold;
	font-size: 12px;
	color: #fff;
	padding-bottom: 20px;
	border-bottom: 1px solid #fff;
}
.otherservices {
	width: 100%;
	display: table;
	float: left;
	padding: 50px;
	text-align: center;
}
.eachservices {
	width: 33.33%;
	display: inline-block;
    text-align: center;
	padding: 30px;
}
.eachservices i {
	font-size: 50px;
	color: #b62924;
	display: inline-block;
	margin-bottom: 30px;
	padding: 20px;
	border: 1px solid #b62924;
	transform: rotateY(0deg) rotate(45deg);
}
.servicesdetail {
	width: 100%;
	display: block;
	float: left;
	font-size: 12px;
	line-height: 25px;
	text-align: center;
}
.logo {
	display: inline-block;
	width: 100%;
	vertical-align: middle;
	transition: all 500ms;
	text-align: center;
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	top: -68px;
}
.logo img {
	display: inline-block;
	width: 30%;
	transition: all 500ms;
}
.followus {
	width: 100%;
	display: table;
	float: left;
}
.followus a {
	display: inline-block !important;
	width: auto !important;
	margin-right: 20px;
	vertical-align: middle;
	text-decoration: none !important;
	text-align: center;
}
.followus i {
	color: #000;
	font-size: 25px;
}
.menu {
	width: 70%;
	display: inline-block;
	vertical-align: middle;
	text-align: center;
}
.menu a {
	display: inline-block;
	text-decoration: none;
	color: #fff;
	font-size: 14px;
	padding: 0px 20px;
	letter-spacing: 1px;
	transition: all 500ms;
}
.slogan {
    width: 35%;
    height: 179px;
    position: absolute;
    bottom: 0px;
    left: 0;
    right: 0;
    top: 0;
    margin: auto;
    transition: all 2000ms;
    background-color: #000000c4;
    padding: 30px 50px;
    text-align: center;
    z-index: 2;
}
.sloganup {
    width: 100%;
    display: block;
    float: left;
}
.socialmedia {
    position: relative;
    width: 100%;
    top: 0px;
    bottom: 0px;
    font-weight: 800;
    margin: auto;
    z-index: 9999;
    text-align: left;
    letter-spacing: 1.2px;
    color: #000;
    font-size: 12px;
}
.bold {
    font-weight: 400;
    font-size: 26px;
    width: 100%;
    display: block;
    color: #fff;
    float: left;
    margin-top: 30px;
}
.light {
    font-weight: 300;
    font-size: 16px;
    color: #3ed7ff;
    float: left;
    display: block;
    width: 100%;
    margin-bottom: 30px;
}
.slogandown {
    width: 100%;
    display: block;
    float: left;
    font-size: 12px;
    color: #fff;
    margin-top: 30px;
    line-height: 25px;
}
h1 {
    font-size: 14px;
    letter-spacing: 9px;
    color: #333;
    text-align: center;
    display: block;
    width: 100%;
    padding-bottom: 10px;
    float: left;
}
h1:after {
    width: 100%;
    height: 20px;
    display: block;
    float: left;
    clear: left;
    margin-top: 20px;
    margin-bottom: 20px;
    background-image: url(../img/splith1.png);
    background-position: center top;
    background-repeat: no-repeat;
    content: " ";
}
.contentmiddle {
    float: left;
    width: 100%;
    position: relative;
    padding: 50px 100px;
    display: table;
}
.subtitle {
	width: 100%;
	display: block;
	float: left;
	font-size: 12px;
	color: #ffffff;
}
.profile {
    width: 35%;
    position: relative;
    height: 100vh;
    background-image: url(../img/acr.jpg);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: auto 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
	vertical-align: middle;
}
.biography {
    width: 65%;
    padding-left: 50px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-right: 50px;
    text-align: center;
    vertical-align: middle;
    display: inline-block;
    transition: all 2000ms;
}
.eachallcmiddle {
    width: 33.33%;
    float: left;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
}

.normaltext {
    line-height: 25px;
    font-size: 13px;
    color: #000;
}
div.textcategory a:hover {
    background-color: #000000d1;
    color: #ffffff;
}
div.textcategory div.movetotop {
    margin-bottom: 0px;
}
.categories {
    width: 100%;
    float: left;
    padding-left: 50px;
    padding-right: 50px;
}
.titlefull {
    width: 100%;
    float: left;
    background-repeat: repeat-x;
    background-position: center left;
    margin-top: 20px;
    margin-bottom: 20px;
}
.titlenormal {
    padding-top: 15px;
    padding-bottom: 15px;
    color: #000;
    display: table;
    font-size: 25px;
    position: relative;
}
span.titlenormal:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 2px;
    width: 50%;
    border-bottom: 3px solid #eb3751;
}
.eachallcfirst {
    width: 33.33%;
    float: left;
    border-right: 20px solid transparent;
}
.categoryeach {
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: center center;
    width: 100%;
    margin-bottom: 30px;
    position: relative;
    height: 23vw;
    transition: all 3000ms;
}
.textcategory {
    position: relative;
    float: left;
    display: block;
    bottom: 0px;
    left: 0px;
    color: #fff;
    font-size: 20px;
    line-height: 40px;
    overflow: hidden;
}
.projecttitle {
	position: absolute;
	color: #FFFFFF;
	right: 0px;
	padding: 20px;
	font-size: 17px;
	letter-spacing: 2px;
	background-color: #0000008a;
	top: 0;
	left: 0;
	transition: all 1000ms;
}
.colorit {
	background-color: #3ed7ff;
	color: #fff;
	padding-left: 50px;
}
.coloryellow {
	color: #e3bb78;
	display: block;
	float: left;
	width: 100%;
}
div.infobottom {
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 30px;
    padding-right: 30px;
    color: #ffffff;
    display: table;
    line-height: 25px;
    font-size: 12px;
    margin-top: 76px;
    transition: all 600ms;
    background-color: #000000d9;
    margin-bottom: -100vh;
    position: relative;
}
.categoryeach:hover {
    background-size: 130% auto;
}
.portfolioout {
	display: block;
	float: left;
	width: 100%;
}
.portfolio {
	width: 100%;
	display: block;
	float: left;
	padding: 0px 50px;
}
.fullit {
	top:0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
}
.longer {
    height: calc(46vw + 30px);
    background-size: 100% auto;
}
.eachallclast {
    width: 33.33%;
    float: left;
    border-left: 20px solid transparent;
}
.footer {
    background-color: #047693;
    width: 100%;
    display: block;
    float: left;
    padding: 100px 25px;
    margin-top: 50px;
}
.eachfooter {
    width: 50%;
    display: block;
    float: left;
    padding: 0px 25px;
    color: #fff;
}
.fulldiv {
	width: 100%;
	display: table;
	flex-direction: column;
	float: left;
	background-color: #fff;
}
.parallaxtext {
	display: inline-block;
	vertical-align: middle;
	padding: 50px;
	width: 50%;
	text-align: left;
	font-size: 12px;
	line-height: 25px;
}
.footertitle {
    width: 100%;
    display: block;
    float: left;
    margin-bottom: 30px;
    padding: 20px 0px;
    border-bottom: 1px solid #3F3F3F;
}
.eachfooter a {
    width: 50%;
    display: block;
    float: left;
    color: #fff;
    font-size: 12px;
    text-decoration: none;
    margin-bottom: 10px;
    transition: all 500ms;
}
.infofooter {
    width: 100%;
    display: block;
    float: left;
    font-size: 12px;
    line-height: 25px;
    color: #fff;
    margin-bottom: 10px;
}
.eachfooter input {
	width: 100%;
	display: block;
	float: left;
	border: 1px solid #ffffff;
	margin-bottom: 10px;
	background-color: transparent;
	padding: 10px;
	font-size: 13px;
}
.eachfooter textarea {
	width: 100%;
	display: block;
	float: left;
	border: 1px solid #bdbdbd;
	margin-bottom: 10px;
	font-size: 13px;
	padding: 10px;
	background-color: transparent;
	height: 100px;
}
.infofooter i {
	display: inline-block;
	font-size: 20px;
	margin-right: 10px;
	color: #ffffff;
}
a.send {
	display: inline-block;
	padding: 10px 30px;
	color: #b62924;
	background-color: #ffffff;
	text-align: center;
	width: auto;
}
.footertitle2 {
    color: #ffffff;
    font-size: 18px;
    display: inline-block;
    float: left;
    margin-left: 5px;
    font-weight: 600;
}
.footertitle1 {
    color: #000000;
    font-size: 18px;
    display: inline-block;
    float: left;
    font-weight: 800;
}
.menuout {
	display: block;
	float: left;
	width: 100%;
	height: 203px;
	z-index: 9999;
	position: relative;
}
.financial {
	width: 100%;
	display: block;
	float: left;
	position: relative;
	padding: 50px;
	background-color: #b62924;
}
.eachbrand {
	width: 33.33%;
	display: block;
	float: left;
	padding: 30px;
}
.eachbrand img {
	width: 100%;
	height: auto;
	display: block;
	float: left;
}
.brandtext {
	width: 100%;
	display: block;
	float: left;
	font-size: 12px;
	color: #000;
	line-height: 25px;
}
.brandtitle {
	width: 100%;
	display: block;
	float: left;
	font-weight: bold;
	color: #000;
	margin: 20px 0px;
}
.choose {
	width: 100%;
	display: block;
	float: left;
	position: relative;
	padding: 50px;
}
.footertitle {
    width: 100%;
    display: block;
    float: left;
    margin-bottom: 30px;
    padding: 20px 0px;
    border-bottom: 1px solid #ffffff;
}
.sticky {
	position: fixed;
	top: 0px;
	left: 0px;
	right: 0px;
	z-index: 9999;
	background-color: #000000bd;
	width: 100%;
	margin-left: 0px;
	margin-top: 0px;
}
.sticky img {
	width: 30%;
}
.mobilelogo {
		display: none;
		z-index: 9999;
	}
@media only screen and (max-device-width: 1024px) {	
    .fulldiv {
	display: flex;
}
    .ordertop {
        order: 1;
    }
    .orderdown {
        order: 2;
    }
    .slideright {
    width: auto;
    padding: 15px 20px;
}
    .slideleft {
    width: 50%;
}
    .mobilehide {
        display: none;
    }
    .fullpagevideo {
    height: 100vh;
    width: auto;
    margin: auto;
    position: absolute;
    left: 0;
    right: 0;
}
	.mobilelogo {
		display: block;
		position: absolute;
		width: 220px;
		height: auto;
		top: 50px;
		margin: auto;
		left: 0;
		right: 0;
	}
	.menuout {
		display: none;
	}	
	.slogan {display: none;}
	.profile {
    display: none;
}
	.biography {
    width: 100%;
    padding: 10px !important;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    text-align: center;
    vertical-align: unset;
    display: block;
    float: left;
}
	.eachallcfirst {
    width: 100%;
    border-right: 0px;
}
	.eachallcmiddle {
    width: 100%;
    border-left: 0px;
    border-right: 0px;
    margin-top: 10px;
}
	.eachallclast {
    width: 100%;
    border-left: 0px;
    margin-top: 10px;
}
	.categories {
    padding: 0px 10px;
    background-color: #fff;
}
	.contentmiddle {
    padding: 50px 10px;
    background-color: #fff;
}
	.eachservices {
    width: 100%;
    padding: 0px;
    margin-bottom: 50px;
}
	.slogant {
    font-size: 25px;
	margin-left: 0px !important;
}
	.sloganb {
    font-size: 40px;
    margin-top: 20px;
	margin-left: 0px !important;
}
	.sloganall {
    height: 110px;
}
	.infotext {
    width: 100%;
    text-align: center;
}
	.eachbrand {
    width: 100%;
    text-align: center;
    padding: 0px;
    margin-bottom: 50px;
}
	.choose {
    padding: 50px 10px;
    background-color: #fff;
}
	.financial {
    padding: 50px 10px;
}
	.otherservices {
    padding: 50px 10px;
    background-color: #fff;
}
	div.parallaxhalf {width: calc(100% - 20px);margin: 10px 10px;height: auto;display: block;position: relative;}
	.parallaxtext {
    padding: 10px;
    margin-bottom: 10px;
    width: 100%;
    text-align: center;
}
	.alllogo img {
    width: 100%;
    padding: 20px 100px;
	margin-bottom: 50px;
}
	.alllogo {
    margin-top: 0px;
    background-color: #fff;
}
	.eachfooter {
    width: 100%;
}
	.eachfooter a {
    width: 100%;
}
	div.infobottom {
    margin-top: calc(46vw + 30px);
    margin-bottom: auto;
    background-color: #000;
}
	
	
nav:not(.mm-menu) {
	display: none;
}
.header {
	position: fixed;
	left: auto;
	right: 40px;
	height: 50px;
	width: 50px;
	top: 50px;
	z-index: 99999;
	transition: all 1000ms;
}
.header a i {
	font-size: 40px;
	color: #000000;
	display: block;
	z-index: 9999;
	position: relative;
}
.header a {
	display: block;
	float: left;
	width: 100%;
	position: relative;
	text-decoration: none;
	top: 0;
	left: 0;
}
.header a span {
	background: #fff;
	display: block;
	height: 2px;
	margin: 6px 0;
}
.footer {
    margin-top: 0px;
}
	

}
