@charset "UTF-8";
input, textarea, li, a, div, span, table, td, ul, form {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #fff;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #fff;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #fff;
}
:-moz-placeholder { /* Firefox 18- */
  color: #fff;
}
input:focus,
select:focus,
textarea:focus,
button:focus {
    outline: none;
}
.frames {
    width: 100%;
    display: block;
    float: left;
    padding: 0px 70px;
}
.frames iframe {
    width: 50%;
    display: block;
    float: left;
    box-sizing: border-box;
    border: 5px solid #fff;
    height: 50vh;
}
.preloader {
	width: 100%;
	height: 100vh;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	position: fixed;
	z-index: 9999;
}
.preloaderleft {
	width: 50%;
	height: 100vh;
	top: 0px;
	left: 0px;
	bottom: 0px;
	background-color: rgba(255,255,255,100);
	position: absolute;
	z-index: 9998;
	transition: all 3000ms;
}
.preloaderright {
	width: 50%;
	height: 100vh;
	top: 0px;
	right: 0px;
	bottom: 0px;
	background-color: rgba(255,255,255,100);
	position: absolute;
	z-index: 9998;
	transition: all 3000ms;
}
.preloader img {
	width: 400px;
	height: auto;
	position: absolute;
	top: 0px;
	left: 0px;
	bottom: 0px;
	right: 0px;
	margin: auto;
	z-index: 9999;
}
::-webkit-scrollbar { 
    display: none; 
}
.mobilesupport {
	display: none !important;
}
body {
	font-family: 'Raleway', sans-serif;
	background-color: #fff;
}
.topnav {
	width: calc(100% - 100px);
	display: table;
	background-color: #ffffffe8;
	padding: 20px 0px;
	margin-left: 50px;
	position: relative;
	z-index: 9998;
}
.header {
	display: none;
}
.eachnav {
	width: 33.33%;
	display: inline-block;
	position: relative;
	z-index: 9999;
	vertical-align: middle;
}
.eachnav img {
	width: 100%;
	display: block;
}
.textotoleft {
	text-align: left;
}
.texttocenter {
	text-align: center;
}
.texttoright {
	text-align: right;
}
.content {
	width: 100%;
	display: block;
	position: relative;
	background-color: #000;
	height: 100vh;
}
.leftside {
	width: 50px;
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	background-color: #ffffffe8;
	z-index: 9998;
}
.rightside {
	width: 50px;
	position: absolute;
	top: 0px;
	bottom: 0px;
	right: 0px;
	background-color: #ffffffe8;
	z-index: 9998;
}
.slogan {
	position: absolute;
	left: 75px;
	bottom: 25px;
	color: #fff;
}
.sloganfirst {
	font-weight: 100;
	font-size: 120px;
	width: 100%;
	float: left;
	display: block;
	text-align: left;
	color: #d4bf86;
}
.slogansecond {
	font-weight: 600;
	font-size: 60px;
	display: inline-block;
	float: left;
	color: #ffffff;
}
.sloganthird {
	font-weight: 100;
	font-size: 60px;
	display: inline-block;
	margin-right: 20px;
	float: left;
}
.sloganfourth {
	font-weight: 100;
	font-size: 60px;
	display: block;
	clear: left;
	float: left;
	background-color: #d4bf8621;
	text-align: left;
	padding: 10px;
	margin-top: 20px;
}
.socialmedia {
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 25px;
    height: 50px;
    line-height: 50px;
    width: 300px;
    margin: auto;
    z-index: 9999;
    text-align: center;
    letter-spacing: 1.2px;
    font-weight: 700;
    font-size: 12px;
    -ms-transform: translate(-50%,50%) rotate(-90deg);
    -webkit-transform: translate(-50%,50%) rotate(-90deg);
    transform: translate(-50%,50%) rotate(-90deg);
}
.socialmedia a {
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    display: inline-block;
    vertical-align: middle;
    text-decoration: none;
    color: #000;
    transition: all 500ms;
}
.socialmedia a:hover {
    color: #d4bf86;
}
.socialmedia a i {
    font-size: 20px;
}
.rightside a {
    position: absolute;
    display: block;
    top: 0px;
    bottom: 0px;
    left: 25px;
    line-height: 50px;
    height: 50px;
    width: 300px;
    margin: auto;
    z-index: 9999;
    text-align: center;
    color: #000;
    text-decoration: none;
    -ms-transform: translate(-50%,50%) rotate(90deg);
    -webkit-transform: translate(-58%,50%) rotate(90deg);
    transform: translate(-50%,50%) rotate(90deg);
    letter-spacing: 1.2px;
    font-weight: 700;
    font-size: 12px;
    transition: all 500ms;
}
.rightside a:hover {
    color: #d4bf86;
}
a.call {
	display: inline-block;
	color: #000;
	font-size: 14px;
	text-decoration: none;
	z-index: 9999;
	position: relative;
	transition: all 500ms;
}
a.call:hover {
	color: #d4bf86;
}
.menus {
	width: 100%;
	display: table;
	position: relative;
	text-align: center;
	background-color: #2c201d6b;
	padding: 15px 0px;
	z-index: 9998;
	transition: all 500ms;
}
.menus a {
	display: inline-block;
	color: #fff;
	letter-spacing: 2px;
	text-decoration: none;
	padding: 0px 20px;
	font-size: 13px;
	text-shadow: 2px 2px 1px #00000063;
	transition: all 500ms;
}
.menus a:hover {
	color: #d4bf86;
}
.menus a.activated {
	color: #d4bf86;
}
.aboutus {
	width: 100%;
	padding: 100px 75px;
	display: table;
	float: left;
}
.abouttitle {
	width: 20%;
	display: table-cell;
	vertical-align: top;
	font-size: 26px;
	border-right: 1px solid #000;
}
.abouttext {
	width: 80%;
	display: table-cell;
	vertical-align: text-bottom;
	padding-left: 50px;
	font-size: 13px;
	line-height: 25px;
	text-align: justify;
}
.eachdetail {
	width: 33.33%;
	display: inline-block;
	border: 1px solid #000;
	padding: 80px 30px 30px 30px;
	line-height: 25px;
	font-size: 13px;
	color: #000;
	text-align: center;
	vertical-align: top;
	position: relative;
}
.alldetail {
	width:100%;
	display: table;
	margin-top: 140px;
}
.allabout {
	widows: 100%;
	display: table;
}
.eachdetail:nth-child(1) {
	width: 31.33%;
	margin-right: 2%;
}
.eachdetail:nth-child(2) {
	width: 31.33%;
	margin-right: 1%;
	margin-left: 1%;
}
.eachdetail:nth-child(3) {
	width: 31.33%;
	margin-left: 2%;
}
.icon {
	width: 80px;
	height: 80px;
	background-color: #000;
	line-height: 100px;
	text-align: center;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	top: -40px;
	left: 0;
	right: 0;
	margin: auto;
}
@-webkit-keyframes turnit /* Safari and Chrome */ {
  from {
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes turnit {
  from {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.icon i {
	font-size: 30px;
	color: #fff;
	-webkit-animation: turnit 5s linear infinite;
    -moz-animation: turnit 5s linear infinite;
    -ms-animation: turnit 5s linear infinite;
    -o-animation: turnit 5s linear infinite;
    animation: turnit 5s linear infinite;
    animation-direction: normal;
}
.space {
	position: relative;
	display: block;
	float: left;
	width: 100%;
	padding: 200px 0px;
	text-align: center;
}
.sloganall {
	border: 1px solid #fff;
	padding: 50px 100px;
	text-align: center;
	color: #fff;
	display: inline-block;
}
.sloganup {
	font-size: 40px;
	letter-spacing: 10px;
	width: 100%;
	display: block;
	text-align: center;
	font-weight: 100;
	margin-bottom: 20px;
}
.slogandown {
	width: 100%;
	display: block;
	letter-spacing: 10px;
	font-size: 100px;
	text-align: center;
	font-weight: 100;
}
.moredetail {
	width: 100%;
	display: table;
	padding: 0px 75px 5px 75px;
	text-align: center;
	position: relative;
}
.biggest {
	display: inline-block;
	width: 100%;
	background-image: url(../images/video3.jpg);
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	z-index: 0;
}
.biggest img {
	width: 100%;
	display: block;
}
.toplittle {
	font-size: 28px;
	font-weight: 100;
	position: absolute;
	left: 20%;
	top: 145px;
	display: inline-block;
}
.littleparts {
	width: 100%;
	display: table;
	margin-top: 10px;
	background-color: #000;
}
.littleeach {
	width: 25%;
	display: inline-block;
	font-size: 14px;
	font-weight: 300;
	padding: 20px;
	color: #fff;
	text-align: left;
	line-height: 25px;
}


.contactbottom {
	width: 100%;
	display: table;
	position: relative !important;
	padding: 150px 75px;
}
.contactleft {
	width: 50%;
	display: inline-table;
	vertical-align: top;
	color: #fff;
	font-size: 12px;
	line-height: 25px;
	position: relative;
}
form {
	width: 50%;
	display: inline-table;
	vertical-align: top;
}
form input {
	width: 100%;
	display: inline-block;
	background-color: transparent;
	border: 1px solid #ffffff1c;
	padding: 20px;
	color: #fff;
	font-size: 12px;
	margin-bottom: 10px;
}
form input:nth-child(1), form input:nth-child(2) {
	width: calc(50% - 5px);
}
form input:nth-child(1) {
	margin-right: 5px;
}
form input:nth-child(2) {
	margin-left: 5px;
}
form textarea {
	width: 100%;
	display: inline-block;
	background-color: #00000038;
	border: 1px solid #ffffff1c;
	font-size: 12px;
	padding: 20px;
	height: 300px;
	color: #fff;
}
form a {
	width: 50%;
	display: inline-block;
	text-align: right;
	text-decoration: none;
	margin-top: 30px;
	color: #fff;
	font-size: 24px;
	float: right;
	font-weight: 100;
}
.copyright {
	position: absolute;
	left: 75px;
	bottom: 150px;
	text-align: left;
	font-size: 12px;
	color: #d4bf86;
}
.references {
	display: table;
	width: 100%;
	height: auto;
	position: relative;
	z-index: 9997;
	padding: 0px 70px 5px 70px;
}
.sticky {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 9998;
  border-top: 0;
  background-color: #000000f2;
}
a.contacteasy {
	text-decoration: none;
	color: #d4bf86;
	transition: all 500ms;
}
a.contacteasy:hover {
	color: #000000;
}
a.contacteasy i {
	font-size: 20px;
}
a.contact {
    text-decoration: none;
	color: #fff;
	transition:  all 500ms;
}
a.contact:hover {
	color: #d4bf86;
}
@media only screen and (max-device-width : 1024px){
.mobilesupport {
	display: block !important;
	position: fixed;
	bottom: 10px;
	right: 10px;
	width: 80px;
	height: 80px;
	z-index: 2;
}
    .frames {
    padding: 0px 15px;
}
    .frames iframe {
    width: 100%;
    height: 30vh;
}
.mobilesupport img {
	width: 100%;
	display: block;
	float: left;;
}
.rightside {
    display: none;
	}
.leftside {
    display: none;
}
.slogan {
    left: 10px;
	right: 10px;
    bottom: 30%;
	text-align: center;
}
.sloganfirst {
    font-size: 40px;
    text-align: center;
    text-shadow: 2px 2px 4px #000000;
}
.sloganthird {
    font-size: 50px;
    margin-right: 20px;
    float: none;
	text-shadow: 2px 2px 4px #000000;
}
.slogansecond {
    font-size: 50px;
    float: none;
	text-shadow: 2px 2px 4px #000000;
}
.sloganfourth {
    font-size: 40px;
    width: 100%;
    display: block;
    clear: none;
    float: none;
    text-align: center;
    margin-top: 0px;
    text-shadow: 2px 2px 4px #000000;
}
.topnav {
    width: 100%;
    padding: 30px;
    margin-left: 0px;
}
.aboutus {
    padding: 30px 20px;
}
.abouttitle {
    width: 100%;
    display: block;
    float: left;
    vertical-align: unset;
    border-right: unset;
}
.abouttext {
    float: left;
    width: 100%;
    margin-top: 30px;
    display: block;
    vertical-align: unset;
    padding-left: 0px;
}
.alldetail {
    display: block;
    margin-top: 100px;
}
.eachdetail:nth-child(1) {
    width: 100%;
    margin-right: 0px;
}
.eachdetail:nth-child(2) {
    width: 100%;
    margin-right: 0px;
    margin-left: 0px;
    margin-top: 40px;
}
.eachdetail:nth-child(3) {
    width: 100%;
    margin-left: 0px;
    margin-top: 40px;
}
.space {
    padding: 50px 10px;
}
.sloganall {
    padding: 20px;
}
.sloganup {
    font-size: 20px;
	letter-spacing: 5px;
}
.slogandown {
    font-size: 30px;
}
.moredetail {
    padding: 0px 20px 0px 20px;
}
.littleeach {
    width: 50%;
    font-size: 12px;
    padding: 10px;
    text-align: center;
    vertical-align: top;
}
.references {
    padding: 0px 15px;
    margin-bottom: 5px;
}
.contactbottom {
        padding: 30px 20px 80px 20px;
}
.contactleft {
    width: 100%;
    text-align: center;
}
form {
    width: 100%;
    margin-top: 30px;
    vertical-align: unset;
}
.copyright {
    position: relative;
    left: 0px;
    bottom: 0px;
    float: left;
    margin-top: 30px;
    display: block;
    width: 100%;
    text-align: right;
}
form a {
    width: 100%;
	text-shadow: 2px 2px 4px #000000;
}
.menus {
    display: none;
}
.header {
    position: fixed;
    top: 30px;
    right: 30px;
    display: block;
	z-index: 9998;
}
.header a {
	text-decoration: none;
	color: #d4bf86;
}
.header a i {
	font-size: 24px;
	color: #d4bf86;
}
.texttoright {
		display: none;
}
.littleparts {
    margin-bottom: 5px;
}
}