@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,500,300,700);

@import url('https://fonts.googleapis.com/css?family=Raleway:700,900');

* {
	font-family: 'Open Sans';
  }

body{
    margin: 0;
    padding: 0;
}

html{
	scroll-behavior: smooth;
}

.nav__logo img{
    width: 150px;
}

.nav__logofooter img{
    width: 250px;
    filter: drop-shadow(7px 7px 5px #000000);
}




:root{
    --width-default: min(1200px, 90vw);
    --diameter: 1432px;
}


main{
	position: relative;
	width: 100%;
	margin-top: 85px;
	background-color: #000000;
}

@media screen and (max-width: 1118px) {
	main{
		position: relative;
		margin-top: 3.4rem;
	}
}

.dash{
    position: fixed;
    width: 100%;
    height: 350px;
    background-color: #000000;
    overflow: hidden;
	top: 85px;
    z-index: -1;
}

.dash .cont{
    position: absolute;
    width: auto;
    height: 100%;
    margin: 50px 0px 0px 55px;
}

.dash .cont .comp-name{
    position: relative;
    color: #ffffff;
    font-size: 5.0em;
    text-shadow: -1.0px -1.0px 1.0px #333333,
    -0.5px -0.5px 0.5px #333222, 
    0.5px 0.5px 0.5px #222222, 
    1.0px 1.0px 1.0px #222222, 
    1.5px 1.5px 1.5px #222222, 
    2.0px 2.0px 2.0px #cccccc, 
    2.5px 2.5px 2.5px #cccccc, 
    3.0px 3.0px 3.0px #cccccc;
}

.dash .pic{
    position: absolute;
    width: 70%;
    background-image: url(../images/contactdash1.jpg);
    background-size: cover;
    background-position: center;
    height: 100%;
    right: 0;
}

.overlay{
    position: absolute;
    width: 90%;
    height: 100%;
    left: 0;
    /* background-color: #222222; */
    background-image: linear-gradient(to right, #000000 5%, #000000d7 50%, #00000000 90%);
    z-index: 11;
}


@media screen and (max-width: 1118px) {
	.dash{
		top: 3.4rem;
	}
}

@media screen and (min-width: 2100px) {
	.dash{
		position: fixed;
		width: 100%;
		height: 450px;
		top: 85px;
		z-index: -1;
	}
	
	.dash .cont{
		position: absolute;
		width: auto;
		height: 100%;
		margin: 50px 0px 0px 55px;
	}
	
	.dash .cont .comp-name{
		position: relative;
		font-size: 5.0em;
	}
	
	.dash .pic{
		position: absolute;
		width: 70%;
	}
	
	.overlay{
		position: absolute;
		width: 90%;
		height: 100%;
		z-index: 11;
	}

	.tabs{
		position: relative;
		margin-top: 490px;
	}

}


.tabs{
	position: relative;
	width: 100%;
	height: 100%;
	margin-top: 420px;
	display: flex;
	justify-content: space-around;
}

.tabs button{
	position: relative;
	width: 50%;
	padding: 11px 11px;
	background-color: #222222;
	border: 2px solid #000000;
	color: #ffffff;
	font-size: 1.0em;
	cursor: pointer;
}

.media{
	position: relative;
	width: 100%;
	height: auto;
}

.pics, .videos{
	position: relative;
	width: 100%;
	height: auto;
}

.videos{
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
}

.videos iframe{
	position: relative;
	width: 350px;
	height: 210px;
	margin: 11px 0px;
}





.project1, .project2, .project3, .project4, .project5, .project6{
	position: relative;
	width: 100%;
	height: auto;
	z-index: 1;
	padding-bottom: 21px;
}

.title{
	position: relative;
	width: 100%;
	color: #ffffff;
	text-align: center;
	padding-top: 21px;
}

.title hr{
	position: relative;
	width: 3vw;
	margin: 9px auto;
}

.img-container, .img-container1, .img-container2{
	position: relative;
	width: 100%;
	height: auto;
	display: flex;
	justify-content: space-around;
	/* margin-top: 121px; */
	margin-top: 21px;
	flex-wrap: wrap;
}

.img-container div{
	position: relative;
	height: 250px;
	overflow: hidden;
	margin: 14px 0px;
}

.img-container div img{
	position: relative;
	height: 290px;
	top: 0;
}

.img-container1 div{
	position: relative;
	height: 210px;
	overflow: hidden;
	margin: 14px 0px;
}

.img-container1 div img{
	position: relative;
	height: 250px;
	top: 0;
}

.img-container2 div{
	position: relative;
	height: 250px;
	overflow: hidden;
	margin: 14px 0px;
}

.img-container2 div img{
	position: relative;
	height: 290px;
	top: 0;
}

.dp1{
	position: relative;
	width: 50%;
	height: auto;
	margin: 35px auto;
	display: flex;
	justify-content: center;
}

.dp1 img{
	position: relative;
	width: 100%;
}







@media screen and (min-width: 2100px) {
	.dash{
		position: fixed;
		width: 100%;
		height: 450px;
		top: 85px;
		z-index: -1;
	}
	
	.dash .cont{
		position: absolute;
		width: auto;
		height: 100%;
		margin: 50px 0px 0px 55px;
	}
	
	.dash .cont .comp-name{
		position: relative;
		font-size: 7.0em;
	}
	
	.dash .pic{
		position: absolute;
		width: 70%;
	}
	
	.overlay{
		position: absolute;
		width: 90%;
		height: 100%;
		z-index: 11;
	}

	.tabs{
		position: relative;
		margin-top: 490px;
	}

}

@media screen and (max-width: 1100px) {
	.dash{
		position: fixed;
		width: 100%;
		height: 350px;
		z-index: -1;
	}
	
	.dash .cont{
		position: absolute;
		width: auto;
		height: 100%;
		margin: 50px 0px 0px 55px;
		z-index: 12;
	}
	
	.dash .cont .comp-name{
		position: relative;
		font-size: 4.0em;
		z-index: 1;
	}
	
	.dash .pic{
		position: absolute;
		width: 70%;
	}
	
	.overlay{
		position: absolute;
		width: 90%;
		height: 100%;
		z-index: 11;
	}

	.tabs{
		position: relative;
		margin-top: 390px;
	}

}

@media screen and (max-width: 700px) {
	.dash{
		position: fixed;
		width: 100%;
		height: 300px;
		z-index: -1;
	}
	
	.dash .cont{
		position: absolute;
		width: auto;
		height: 100%;
		margin: 50px 0px 0px 55px;
		z-index: 12;
	}
	
	.dash .cont .comp-name{
		position: relative;
		font-size: 3.5em;
		z-index: 1;
	}
	
	.dash .pic{
		position: absolute;
		width: 70%;
	}
	
	.overlay{
		position: absolute;
		width: 100%;
		height: 100%;
		z-index: 11;
		background-image: linear-gradient(to right, #000000 0%, #000000d7 50%, #00000000 100%);
	}

	.tabs{
		position: relative;
		margin-top: 350px;
	}

}

@media screen and (max-width: 450px) {
	.dash{
		position: fixed;
		width: 100%;
		height: 270px;
		z-index: -1;
	}
	
	.dash .cont{
		position: absolute;
		width: auto;
		height: 100%;
		margin: 50px 0px 0px 55px;
		z-index: 12;
	}
	
	.dash .cont .comp-name{
		position: relative;
		font-size: 3.5em;
		z-index: 1;
	}
	
	.dash .pic{
		position: absolute;
		width: 70%;
	}
	
	.overlay{
		position: absolute;
		width: 100%;
		height: 100%;
		z-index: 11;
		background-image: linear-gradient(to right, #000000 0%, #000000d7 50%, #00000000 100%);
	}

	.tabs{
		position: relative;
		margin-top: 320px;
	}

}

@media screen and (min-width: 1700px) {
	.tabs button{
		position: relative;
		width: 50%;
		padding: 11px 11px;
		font-size: 1.3em;
	}

	.title{
		position: relative;
		font-size: 1.7em;
	}

	.img-container, .img-container1, .img-container2{
		position: relative;
		width: 90%;
		margin-left: 5%;
	}
	
	.img-container div{
		position: relative;
		height: 250px;
		margin: 14px 0px;
	}
	
	.img-container div img{
		position: relative;
		height: 290px;
	}
	
	.img-container1 div{
		position: relative;
		height: 210px;
		margin: 14px 0px;
	}
	
	.img-container1 div img{
		position: relative;
		height: 250px;
	}
	
	.img-container2 div{
		position: relative;
		height: 250px;
		margin: 14px 0px;
	}
	
	.img-container2 div img{
		position: relative;
		height: 290px;
	}
}

@media screen and (min-width: 1900px) {
	.tabs button{
		position: relative;
		width: 50%;
		padding: 11px 11px;
		font-size: 1.3em;
	}

	.title{
		position: relative;
		font-size: 1.7em;
	}

	.img-container, .img-container1, .img-container2{
		position: relative;
		width: 90%;
		margin-left: 5%;
	}
	
	.img-container div{
		position: relative;
		height: 290px;
		margin: 14px 0px;
	}
	
	.img-container div img{
		position: relative;
		height: 330px;
	}
	
	.img-container1 div{
		position: relative;
		height: 250px;
		margin: 14px 0px;
	}
	
	.img-container1 div img{
		position: relative;
		height: 290px;
	}
	
	.img-container2 div{
		position: relative;
		height: 290px;
		margin: 14px 0px;
	}
	
	.img-container2 div img{
		position: relative;
		height: 330px;
	}
}


@media screen and (min-width: 2200px) {
	.tabs button{
		position: relative;
		width: 50%;
		padding: 11px 11px;
		font-size: 1.4em;
	}

	.title{
		position: relative;
		font-size: 1.8em;
	}

	.img-container, .img-container1, .img-container2{
		position: relative;
		width: 80%;
		margin-left: 10%;
	}
	
	.img-container div{
		position: relative;
		height: 300px;
		margin: 14px 0px;
	}
	
	.img-container div img{
		position: relative;
		height: 340px;
	}
	
	.img-container1 div{
		position: relative;
		height: 260px;
		margin: 14px 0px;
	}
	
	.img-container1 div img{
		position: relative;
		height: 300px;
	}
	
	.img-container2 div{
		position: relative;
		height: 300px;
		margin: 14px 0px;
	}
	
	.img-container2 div img{
		position: relative;
		height: 340px;
	}
}

@media screen and (min-width: 2500px) {
	.tabs button{
		position: relative;
		width: 50%;
		padding: 17px 17px;
		font-size: 1.5em;
	}

	.title{
		position: relative;
		font-size: 1.9em;
	}

	.img-container, .img-container1, .img-container2{
		position: relative;
		width: 80%;
		margin-left: 10%;
	}
	
	.img-container div{
		position: relative;
		height: 340px;
		margin: 14px 0px;
	}
	
	.img-container div img{
		position: relative;
		height: 380px;
	}
	
	.img-container1 div{
		position: relative;
		height: 300px;
		margin: 14px 0px;
	}
	
	.img-container1 div img{
		position: relative;
		height: 340px;
	}
	
	.img-container2 div{
		position: relative;
		height: 340px;
		margin: 14px 0px;
	}
	
	.img-container2 div img{
		position: relative;
		height: 380px;
	}
}

@media screen and (min-width: 2900px) {
	.tabs button{
		position: relative;
		width: 50%;
		padding: 17px 17px;
		font-size: 1.6em;
	}

	.title{
		position: relative;
		font-size: 2.1em;
	}

	.img-container, .img-container1, .img-container2{
		position: relative;
		width: 70%;
		margin-left: 15%;
	}
	
	.img-container div{
		position: relative;
		height: 350px;
		margin: 14px 0px;
	}
	
	.img-container div img{
		position: relative;
		height: 390px;
	}
	
	.img-container1 div{
		position: relative;
		height: 310px;
		margin: 14px 0px;
	}
	
	.img-container1 div img{
		position: relative;
		height: 350px;
	}
	
	.img-container2 div{
		position: relative;
		height: 350px;
		margin: 14px 0px;
	}
	
	.img-container2 div img{
		position: relative;
		height: 390px;
	}
}

@media screen and (max-width: 1120px) {
	.tabs button{
		position: relative;
		width: 50%;
		padding: 11px 11px;
		font-size: 1.3em;
	}

	.title{
		position: relative;
		font-size: 1.1em;
	}

	.img-container, .img-container1, .img-container2{
		position: relative;
		width: 100%;
		margin-left: 0%;
	}
	
	.img-container div{
		position: relative;
		height: 230px;
		margin: 14px 0px;
	}
	
	.img-container div img{
		position: relative;
		height: 270px;
	}
	
	.img-container1 div{
		position: relative;
		height: 190px;
		margin: 14px 0px;
	}
	
	.img-container1 div img{
		position: relative;
		height: 230px;
	}
	
	.img-container2 div{
		position: relative;
		height: 230px;
		margin: 14px 0px;
	}
	
	.img-container2 div img{
		position: relative;
		height: 270px;
	}
}

@media screen and (max-width: 1050px) {
	.tabs button{
		position: relative;
		width: 50%;
		padding: 11px 11px;
		font-size: 1.3em;
	}

	.title{
		position: relative;
		font-size: 1.4em;
	}

	.img-container, .img-container1, .img-container2{
		position: relative;
		width: 100%;
		margin-left: 0%;
		flex-direction: column;
	}
	
	.img-container div, .img-container1 div, .img-container2 div{
		position: relative;
		width: 70%;
		height: calc(100% - 40px);
		margin: 14px auto;
	}
	
	.img-container div img, .img-container1 div img, .img-container2 div img{
		position: relative;
		width: 100%;
		height: auto;
	}
}

@media screen and (max-width: 700px) {
	.tabs button{
		position: relative;
		width: 50%;
		padding: 11px 11px;
		font-size: 1.2em;
	}

	.title{
		position: relative;
		font-size: 1.3em;
	}

	.img-container, .img-container1, .img-container2{
		position: relative;
		width: 100%;
		margin-left: 0%;
		flex-direction: column;
	}
	
	.img-container div, .img-container1 div, .img-container2 div{
		position: relative;
		width: 90%;
		height: calc(100% - 40px);
		margin: 14px auto;
	}
	
	.img-container div img, .img-container1 div img, .img-container2 div img{
		position: relative;
		width: 100%;
		height: auto;
	}
}




















.footer-distributed{
	background: #131313;
	box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.12);
	box-sizing: border-box;
	width: 100%;
	text-align: left;
	font: bold 16px sans-serif;
	padding: 55px 50px;
}

.footer-distributed .footer-left,
.footer-distributed .footer-center,
.footer-distributed .footer-right{
	display: inline-block;
	vertical-align: top;
}

/* Footer left */

.footer-distributed .footer-left{
	width: 40%;
}

/* The company logo */

.footer-distributed h3{
	color:  #ffffff;
	font: normal 36px 'Open Sans', cursive;
	margin: 0;
}

.footer-distributed h3 span{
	color:  lightseagreen;
}

/* Footer links */

.footer-distributed .footer-links{
	color:  #ffffff;
	margin: 20px 0 12px;
	padding: 0;
}

.footer-distributed .footer-links a{
	display:inline-block;
	line-height: 1.8;
  font-weight:400;
	text-decoration: none;
	color:  inherit;
}

.footer-distributed .footer-company-name{
	color:  #ffffff;
	font-size: 14px;
	font-weight: normal;
    text-shadow: 6px 6px 3px #000000;
	margin: 0;
}

/* Footer Center */

.footer-distributed .footer-center{
	width: 35%;
}

.footer-distributed .footer-center i{
	background-color:  #000000;
	color: #ffffff;
	font-size: 25px;
	width: 38px;
	height: 38px;
	border-radius: 50%;
	text-align: center;
	line-height: 42px;
	margin: 10px 15px;
	vertical-align: middle;
}

.footer-distributed .footer-center i.fa-envelope{
	font-size: 17px;
	line-height: 38px;
}

.footer-distributed .footer-center i.fa-phone{
	font-size: 17px;
	line-height: 38px;
}

.footer-distributed .footer-center i.fa-map-marker{
	font-size: 17px;
	line-height: 38px;
}

.footer-distributed .footer-center p{
	display: inline-block;
	color: #ffffff;
  font-weight:400;
	vertical-align: middle;
	margin:0;
}

.footer-distributed .footer-center p span{
	display:block;
	font-weight: normal;
	font-size:14px;
	line-height:2;
}

.footer-distributed .footer-center p a{
	color:  #ffffff;
	text-decoration: none;;
}

.footer-distributed .footer-links a:before {
  content: "|";
  font-weight:300;
  font-size: 20px;
  left: 0;
  color: #fff;
  display: inline-block;
  padding-right: 5px;
}

.footer-distributed .footer-links .link-1:before {
  content: none;
}

/* Footer Right */

.footer-distributed .footer-right{
	width: 20%;
}

.footer-distributed .footer-company-about{
	line-height: 20px;
	color:  #92999f;
	font-size: 13px;
	font-weight: normal;
	margin: 0;
}

.footer-distributed .footer-company-about span{
	display: block;
	color:  #ffffff;
	font-size: 30px;
	font-weight: bold;
	margin-bottom: 20px;
}

.footer-distributed .footer-icons{
	margin-top: 35px;
    
}

.footer-distributed .footer-icons a{
	display: inline-block;
	width: 60px;
	height: 60px;
	cursor: pointer;
	/* background-color:  #33383b; */
	border-radius: 2px;

	font-size: 60px;
	color: #000000;
	text-align: center;
	line-height: 35px;
    margin-right: 20px;
	margin-bottom: 3px;
}

/* If you don't want the footer to be responsive, remove these media queries */

@media (max-width: 880px) {

	.footer-distributed{
		font: bold 14px sans-serif;
	}

	.footer-distributed .footer-left,
	.footer-distributed .footer-center,
	.footer-distributed .footer-right{
		display: block;
		width: 100%;
		margin-bottom: 40px;
		text-align: center;
	}

	.footer-distributed .footer-center i{
		margin-left: 0;
	}

}


.footer-copyright {
    position: relative;
	background-color: #222;
	color: #fff;
	padding: 5px;
  text-align: center;
}

.footer-copyright-wrapper {
	margin-left: auto;
	margin-right: auto;
	max-width: 1200px;
}

.footer-copyright-text {
  color: #fff;
	font-size: 15px;
	font-weight: 400;
	line-height: 18px;
	margin-bottom: 0;
	margin-top: 0;
}

.footer-copyright-link {
	color: #fff;
	text-decoration: none;
}

.csh{
    font-size: 18px;
	background: -webkit-linear-gradient(#4f67ca, #a76cb5);
  background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-weight: bold;
	text-shadow: 0 0 0 transparent, 
	0 0 10px transparent, 
	0 0 20px #a76cb5 , 
	0 0 40px #a76cb5, 
	0 0 100px #a76cb5, 
	0 0 200px #4f67ca, 
	0 0 300px #4f67ca, 
	0 0 500px #4f67ca, 
	0 0 1000px #4f67ca;
	
  }
  .copyright{
	color: #656565;;
  }


  