@charset "utf-8";

	div, span, p, input, textarea {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;		
	}

body {
	font-family: 'Ubuntu', sans-serif;
	}
.slideall {
	position: relative;
	min-height: 100%;
	height: 100vh;
	max-width: 100%;
	width: 100%;
	left: 0px;
	top: 0px;
	bottom: 0px;
	right: 0px;
	margin: 0px;
	overflow: hidden;
	padding: 0px;
	background-color: #fff;
	transition:all 500ms;
}
.padding {
	border: 25px solid #fff;
	transition:all 500ms;
}
#slideshow {
	position: absolute;
	height: 100%;
	width: 100%;
	left: 0px;
	top: 0px;
	bottom: 0px;
	right: 0px;
	margin: 0px;
	overflow: hidden;
	padding: 25px;
	background-color: #000;
}
.menubar {
	    left:50px;
	    top:-150px;
	    right:50px;
	    float:left;
	    position: fixed;
	    background-color: #fff;
	    padding: 20px 25px;
	    border:1px solid transparent;
	    transition: all 1000ms;
	    z-index: 9999;
}
.menubardown {
	    top:50px;
}
.menubarfixed {
		background-color: rgba(0,0,0,0.80);
	    border:1px solid #fff;
	    z-index: 9999;
	    transition: all 600ms;
}
.logo {
	width: 90px;
	height: auto;
	float:right;
}

.logo img {
	width:100%;
	height: auto;
}
.aboutus {
	width:100%;
	float: left;
	background-image: url(img/sarkit.jpg);
	background-position: bottom right;
	background-repeat: no-repeat;
	background-size: 50% auto;
	background-color: #fff;
}
.aboutleft {
	width:45%;
	float: left;
	padding-top:50px;
	padding-bottom:50px;
	padding-left:50px;
	padding-right: 25px;
	text-align: center;
}
.titlegeneral{
	font-family: 'Josefin Sans', sans-serif;
	font-size: 35px;
	width: 100%;
	float:left;
}
.titlegeneral>.firstword{
	font-size: 65px;
}
.titlelittle{
	font-family: 'Josefin Sans', sans-serif;
	font-size: 15px;
	width: 100%;
	float:left;
	color:#000;
	letter-spacing: 5px;
	padding-bottom: 5px;
	font-weight: bold;
}
.shadowdark {
	text-shadow: 0px 0px 5px #000000;
}
.shadowbrown {
	text-shadow: 0px 0px 5px #83715d;
}
.textnormal {
	font-size: 11px;
	line-height: 25px;
	width: 100%;
	float: left;
	margin-top: 30px;
}
.parallax-window {
	width: 100%;
	padding-top: 130px;
	padding-bottom: 130px;
	float: left;
	text-align: center;
}
.parallax-window2 {
	width: 100%;
	padding-top: 130px;
	padding-bottom: 130px;
	float: left;
	text-align: center;
}
.popularbox {
	font-family: 'Josefin Sans', sans-serif;
	font-size: 13px;
	color: #fff;
	padding-top:25px;
	padding-bottom: 25px;
	padding-left: 70px;
	padding-right: 70px;
	text-align: center;
	border:1px solid #fff;
	display: inline-block;
	background-color: rgba(0,0,0,0.4);
}
.visionmission {
	width: 100%;
	float: left;
	padding-top: 100px;
	padding-bottom: 100px;
	padding-left: 100px;
	padding-right: 100px;
	text-align: center;
	background-color: #fff;
}
.eachbox {
	margin-top: 80px;
	width:25%;
	float: left;
	padding-right: 20px;
	padding-left: 20px;
}
.eachbox i {
	font-size: 30px;
}
.boxtitle {
	margin-top: 15px;
	width: 100%;
	float: left;
	font-family: 'Josefin Sans', sans-serif;
	color:#645037;
	font-size: 11px;
}
.boxtext {
	font-size: 11px;
	line-height: 25px;
	margin-top: 15px;
	width: 100%;
	float: left;
}
.moredetail {
	width:100%;
	background-color: #000;
	float: left;
}
.detailleft {
    width: 50%;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
    padding-top: 100px;
    padding-bottom: 100px;
    padding-left: 50px;
    padding-right: 50px;
}
.detailright {
    height: 100%;
    width: 50%;
    text-align: center;
    background-repeat: no-repeat;
    background-size: 130% auto;
    background-position: left center;
    position: relative;
    display: table-cell;
}
.white {
	color:#fff;
}
.gold {
	color:#1e91cf;
}
.whiteb {
	color:#fff;
}
.black {
	color:#000;
}
.products {
	width: 100%;
	float: left;
	padding: 50px;
	background-color: #fff;
}
.references {
	width: 100%;
	float: left;
	background-color: #000;
	padding: 50px;
}
.referenceeach {
	float:left;
	width: 16.6%;
	border: 10px solid transparent;
	text-align:center;
}
.referencetitle {
	color:#1e91cf;
	font-size: 13px;
	font-family: 'Josefin Sans', sans-serif;
	width: 100%;
	float: left;
	margin-bottom: 15px;
	font-weight:bold;
}
.referenceinside{
	float: left;
	width: 100%;
}
.referenceinside img{
	max-width: 100%;
	transition:all 500ms;
}
.referenceinside:hover img{
	max-width: 90%;
}
.projects {
	width:100%;
	height:200px;
	display: block;
	float: left;
	position: relative;
}

.contact {
	background: #fff;
	width: 100%;
	float: left;
	padding-left: 50px;
	padding-right: 50px;
	padding-top: 50px;
	padding-bottom: 25px;
}
.contactin {
	background: #fff;
    border-top: 1px #cccccc solid;
    border-bottom: 1px #cccccc solid;
	float: left;
	width: 100%;
	padding-left: 50px;
	padding-right: 50px;
}
.contenteach {
	width: 33.33%;
	float: left;
	padding: 25px;
}
.borderleft {
	border-left: 1px #cccccc solid;
}
.borderright {
	border-right: 1px #cccccc solid;
}
.textalignleft {
	text-align: left;
}
.boldfont {
	font-weight: bold;
}
.minititle {
	font-size: 17px;
}
a.catalog {
	display: block;
	float: left;
	width: 100%;
	height: 48px;
	line-height: 48px;
	text-decoration: none;
	color:#000;
	font-size: 11px;
	transition: all 300ms;
}
a.catalog:hover {
	color:#1e91cf;
}
a.catalog i {
	color:#1e91cf;
	margin-right: 10px;
}
.margintop25 {
	margin-top: 25px;
}
.contactinput {
	width: 100%;
	float: left;
	display: block;
	padding:10px;
	color:#fff;
	margin-bottom: 10px;
	background-color:#000;
	font-size: 11px;
}
.contacttext {
	width: 100%;
	float: left;
	display: block;
	padding:10px;
	color:#000;
	margin-bottom: 10px;
	background-color:#fff;
	font-size: 11px;
}
.sendbutton {
	width:100%;
	float: left;
	padding: 10px;
	text-align: center;
	color:#fff;
	background-color:#000;
	border:none;
	font-size: 11px;
	cursor: pointer;
}
.sendbutton:hover {
	color:#000;
	background-color:#1e91cf;
	transition: all 300ms; 
}
.socialdown {
	width:100%;
	float:left;
	text-align: center;
	padding-bottom: 25px;
	background-color: #fff;
	color: #000;
}
.logo2 {
	display: none;
}
.slogan {
	left:0px;
    width: 100%;
    position: absolute;
    text-align: center;
    top: 45%;
	z-index: 9999;
}
.sloganup {
    font-weight: 200;
    display: block;
    position: relative;
    width: 100%;
    color: #fff;
    font-size: 1px;
    margin-top: 230px;
	opacity: 0;
    transition: all 3000ms;
	animation: one 2s infinite;
	animation-direction: alternate;
}
.slogandown {
    display: block;
    position: relative;
    width: 100%;
    color: #1e91cf;
    font-size: 1px;
    margin-top: 0px;
	opacity: 0;
    transition: all 3000ms;
	animation: two 2s infinite;
	animation-direction: alternate;
}
.sloganvisible1 {
    margin-top: 0px;
	opacity: 100;
	font-size: 65px;
}
.sloganvisible2 {
    margin-top: 0px;
	opacity: 100;
	font-size: 30px;
}
.mobiltel {
	width:100%;
	position:absolute;
	bottom:65px;
	text-align:center;
	font-size:30px;
	color:#fff;
	font-weight:bold;
	left:0px;
	z-index:9999;
}
@keyframes one {
  0% {
    margin-left: -10px;

  }
  100% {
    margin-left: 10px;
  }
}
@keyframes two {
  0% {
    margin-left: 10px;
  }
  100% {
    margin-left: -10px;
  }
}

/*
playback timings (ms):
  LoadShardBlock: 610.557 (3)
  esindex: 0.007
  captures_list: 634.972
  CDXLines.iter: 13.223 (3)
  PetaboxLoader3.datanode: 640.284 (4)
  exclusion.robots: 0.283
  exclusion.robots.policy: 0.245
  RedisCDXSource: 4.997
  PetaboxLoader3.resolve: 267.161
  load_resource: 300.081
*/