@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,900&display=swap');

html, body {
	margin:0;
	padding:0;
	min-height:100%;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	font-size: 18px;
	line-height: 22px;
	color: #2a2a2a;
}


h1, h2, h3, h4, h5, h6 {
	font-weight:300;
	margin:0;
	font-family: inherit;
	font-size: inherit;
	margin:10px 0;
}

 
p{
   font-size: 1em;
   line-height: 1.35em;
}


h1 {
   font-size: 2.8em;
   line-height: 1em;
}
 
h2 {
   font-size: 2.4em;
   line-height: 1em;
}

h3 {
   font-size: 2em;
   line-height: 1em;
}

h4 {
   font-size: 1.8em;
   line-height: 1em;
}

h5 {
   font-size: 1.4em;
   line-height: 1em;
}

h6 {
   font-size: 1em;
   line-height: 1em;
}


a {
	color:#666;
	text-decoration:none;
	transition:0.8s;
	-webkit-transition:0.8s;
	-moz-transition:0.8s;
	-o-transition:0.8s;
}

a:hover {
	color:#000;
}


::-moz-selection { background: #000; color: #fff; }
::selection { background: #000; color: #fff; }


.logo{
	float: left;
}

menu{
	margin: 0;
}

header{
	width: 100%;
	position: relative;
	z-index: 999;
	padding: 0;
    background: #fff;
    border-bottom: 1px solid #ccc;
	padding: 20px 0;
}

header nav{
}



header ul{
	margin-top: 10px;
}

header ul li{
	float: left;
	position: relative;
}



header ul li a, header ul li div{
	display: block;
	padding: 0 15px;
	line-height: 48px;
	text-align: center;
	font-weight: 200;
    cursor: pointer;
    color: #2a2a2a;
}

header ul li a.active,
footer ul li a.active {
	font-weight: 900;
}

header ul li a.active{
	color: #000;
}

.ddm{
	position: absolute;
	top: 100%;
	left: 0;
	padding: 10px 20px;
	background: #f0f0f0;
	min-width: 180px;
	display: none;
}

header ul li .ddm li {
	width: 100%;
	float: none;
}

.ddm li a{
	padding: 5px 0;
	line-height: 30px;
	text-align: left;
}


.trigger{
	width: 40px;
	height: 40px;

	position: absolute;
	top:20px;
	right: 20px;
	z-index: 9999;
	display: none;

}

.trigger > div{
	position: relative;
}

.trigger > div > span{
	position: absolute;
	height: 2px;
	width:60%;
	margin:0 20%;
	background: #000;
	top:12px;

	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;

	transition:.7s;
	-moz-transition:.7s;
	-webkit-transition:.7s;
}

.trigger > div > span:nth-child(2){
	top:19px;
}

.trigger > div > span:nth-child(3){
	top:27px;
}

.trigger > div.close > span:nth-child(1){
	-ms-transform: rotate(45deg); /* IE 9 */
	-webkit-transform: rotate(45deg); /* Chrome, Safari, Opera */
	transform: rotate(45deg);
	top: 19px;
}

.trigger > div.close > span:nth-child(2){
	display: none;
}

.trigger > div.close > span:nth-child(3){
	-ms-transform: rotate(-45deg); /* IE 9 */
	-webkit-transform: rotate(-45deg); /* Chrome, Safari, Opera */
	transform: rotate(-45deg);
	top: 19px;
}

.trigger, .sitewrapper{
	transition:.7s;
	-moz-transition:.7s;
	-webkit-transition:.7s;
}

.slided{
	-ms-transform: translate(-320px,0); /* IE 9 */
	-webkit-transform: translate(-320px,0); /* Safari */
	transform: translate(-320px,0); /* Standard syntax */
}




/* END OF HEADER STYLING FOR WEB*/

#overlay{
  position: fixed;
  z-index: 99999;
  top:0;
  left:0;
  bottom:0;
  right:0;
  background: #000;
  transition: 1s 0.4s;
  width: 100%;
  height: 100%;
  font-size: 2em;
}

#overlay > div{
  text-align: center;
  display: table;
  width:100%;
  height: 100%;
}

#overlay > div > div{
  vertical-align: middle;
  display: table-cell;
}

#overlay .linewidth {
    width: 100px;
    margin: 0 auto;
}

#overlay #progstat {
    font-size: 1.8em;
    line-height: 1.4em;
    color: #fff;
    font-weight: 700;
}

#progress {
    height: 1px;
    background: #000;
}


.master-slider .ms-layer{
	width: 50% !important;
	height: 100%;
	color: #fff;
	font-size: 1.3em;
	font-weight: 300;
	line-height: 1.15em;
}

.master-slider .pat{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: url(../img/pat.png) top repeat-y;
	z-index: 2;
}


.tophp{
	position: relative;
}

.tophp:before{
	position: absolute;
	right: 0;
	bottom: 0;
	width: 50%;
	height: 250px;
	background: url(../img/hp-main.png) top left no-repeat;
	content: "";
}

.prdctlist{
	padding-top: 25px;
}

.prdctlist a{
	display: block;
}

.prdctlist figure{
	position: relative;
	margin: 0;
}

.prdctlist figure .overlay{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: url(../img/view.png) center no-repeat;
	opacity: 0;
	transition: .3s;
	-moz-transition: .3s;
	-webkit-transition: .3s;
}

.prdctlist a:hover figure .overlay{
	opacity: 1;
}

.prdctlist .title{
	padding: 20px;
	text-align: center;
	transition: .3s;
	-moz-transition: .3s;
	-webkit-transition: .3s;
	color: #2a2a2a;
}

.prdctlist a:hover .title{
	color: #fff;
	background: #000;
}


/* PARALLAX SECTION IS HERE */
#prlx{
	background: url(../img/prlx-bg.jpg) 50% 0 no-repeat fixed;
	color: white;
	margin: 0 auto;
	position:relative;
	background-size: cover;
	height: 35vh;
}

.brands{
	padding: 30px 0;
}

.brands a{
	margin: 0 25px;
}

section.pages{
	width: 100%;
	background-repeat: no-repeat;
	background-position: top;
}

section.pages.about{
	background-image: url(../img/pages/about.jpg);
	height: 778px;
}

section.pages.drive{
	background-image: url(../img/pages/drive.jpg);
	height: 778px;
}

section.pages.strategy{
	background-image: url(../img/pages/strategy.jpg);
	height: 778px;
}

section.pages.team{
	background-image: url(../img/pages/team.jpg);
	height: 778px;
}

section.pages.whyus{
	background-image: url(../img/pages/whyus.jpg?v=1.1.1);
	height: 1040px;
}

section.pages.customers{
	background-image: url(../img/pages/customers.jpg);
	height: 400px;
}

section.pages.network{
	background-image: url(../img/pages/team.jpg);
	height: 778px;
}

.maps iframe{
	width: 100% !important;
	height: 357px !important;
}

.customerslist figure{
	margin: 0;
	padding: 0;
	width: 100%;
	box-sizing: border-box;
	border: 1px solid #eee;
}

.customerslist figure .img-bg{
	width: 100%;
	padding: 50% 0;
}

.container.mini-cont{
	width: 900px;
	max-width: 100%;
	box-sizing: border-box;
}

footer{
	background: #000;
	color: #fff;
	font-weight: 200;
}

footer a{
	color: #fff;
}

footer ul{
	float: right;
	margin-top: 15px;
}

footer ul li{
	display: inline-block;
	margin-left: 10px;
}


.mainlebmap {
    width: 340px;
    height: 440px;
    float: left;
    position: relative;
    background: url(../img/lb.svg) center no-repeat;
}

.mypin{
    position: absolute !important;
    width: 25px !important;
    height: 25px !important;
}

.mypin .cre-animate{
    width: 25px !important;
    height: 25px !important;
}

.pin1{
    top: 70px;
    left: 190px;
}

.pin2{
    top: 200px;
    left: 180px;
}

.pin3{
    top: 160px;
    left: 145px;
}

.pin4{
    top: 192px;
    left: 85px;
}

.pin5{
    top: 345px;
    left: 41px;
}

.pin6{
    top: 335px;
    left: 110px;
}

.productslist a{
	display: block;
	padding: 20px;
}