/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}


/* Google Fonts */

.poppins-thin {
  font-family: "Poppins", sans-serif;
  font-weight: 100;
  font-style: normal;
}

.poppins-extralight {
  font-family: "Poppins", sans-serif;
  font-weight: 200;
  font-style: normal;
}

.poppins-light {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.poppins-regular {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.poppins-medium {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.poppins-semibold {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: normal;
}

.poppins-bold {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.poppins-extrabold {
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  font-style: normal;
}

.poppins-black {
  font-family: "Poppins", sans-serif;
  font-weight: 900;
  font-style: normal;
}

.poppins-thin-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 100;
  font-style: italic;
}

.poppins-extralight-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 200;
  font-style: italic;
}

.poppins-light-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: italic;
}

.poppins-regular-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: italic;
}

.poppins-medium-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: italic;
}

.poppins-semibold-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: italic;
}

.poppins-bold-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: italic;
}

.poppins-extrabold-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  font-style: italic;
}

.poppins-black-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 900;
  font-style: italic;
}



/* Custom  styles */

body{
	font-family: 'Poppins', sans-serif;
	font-size: 12px;	
}

h1 {
    font-family: 'Poppins', sans-serif;
    font-size: 110px;
    /*color: #000;*/
    font-weight: 600;
    line-height: 115px;
}

h2 {
	font-family: 'Poppins', sans-serif;
	font-size: 46px;
	line-height: 40px;
	font-weight: 500;
	/*color: #000;*/
}

h3 {
	font-family: 'Poppins', serif;
	font-size: 20px;
	/*color: #000;*/
	font-weight: 400;
	padding-bottom: 15px;
	line-height: 20px;
}

h4 {
	font-family: 'Poppins', sans-serif;
	font-size: 28px;
	font-weight: 600;
	line-height: 40px;
	/*color: #000;*/
}


p {
    font-family: 'Poppins', sans-serif;
    /*color: #000;*/
	font-size: 20px;
	font-weight: 300;
    line-height: 30px;
}
 
.container
{
	width: 100%;
	height: auto;
	overflow: hidden;
}

.content
{
	max-width: 1600px;
	margin: 0 auto;
	width: auto;
	height: auto;

	padding-left: 50px;
	padding-right: 50px;
}

.content .intro {
	
		color: #fff;
    width: auto;
    height: auto;
    padding-top: 150px;
    padding-bottom: 50px;
}

.content .intro p {
		max-width: 960px;
    padding-top: 45px;
    padding-bottom: 80px;
}

.content .intro a {

	color: #fff;
}

.video-container
{
		position: absolute;
		top: 0;
		left: 0;
		margin: 0;
		width: 100%;
		height: 100%;
		overflow: hidden;
		z-index: -1;
}

#videoBG {

		position: absolute;
		top: 50%; 
		left: 50%;
		-webkit-transform: translateX(-50%) translateY(-50%);
		transform: translateX(-50%) translateY(-50%);
		min-width: 100%; 
		min-height: 100%; 
		width: auto; 
		height: auto;
		z-index: -1; 
		overflow: hidden;
}


.content .work {
	
	padding-top: 50px;
	padding-bottom: 50px;
}

.content .work ul li {

	font-size: 26px;
	color: #000;
	line-height: 28px;
}

.content .work p {
	padding-bottom: 15px;
	color: #fff;
}

.content .work h3 {
	font-size: 26px;
	color: #fff;
	padding-bottom: 35px;
	line-height: 28px;
}



/* Flex Gallery */
.gallery {
  display: flex;
  flex-wrap: wrap;
}


.thumbnail {
  flex: 1 0 30%; /* Adjust the width as needed */  
  padding: 15px 15px;
}

.thumbnail img {
  width: 100%;  
  height: auto;
  border: 1px solid #fff;
}

.desc
{
	padding: 15px;
}

.desc h2
{
	font-size: 26px;
	line-height: 30px;
	color: #fff;
}

.desc h4
{
	font-size: 18px;
	font-weight: 300;
	line-height: 20px;
	color: #fff;
}

.desc p
{
	font-size: 18px;	
	padding: 15px 0;
	color: #fff;
}




.content .capabilities {

	padding-top: 50px;
	padding-bottom: 50px;
}

.content .capabilities h3 {
	font-size: 26px;
	color: #000;
	padding-bottom:15px;
	line-height: 36px;
	font-weight: 600;
}

	
.content .capabilities ul li {
	
	color: #000;
	line-height: 38px;
	font-size: 18px;
}

.content .capabilities p {
	padding-bottom: 15px;
	color: #000;
}






.content .contact {
	
	padding-top: 85px;	
	padding-bottom: 45px;
}

.content .contact p {
	
	padding-top: 15px;
	padding-bottom: 45px;
}

.content .contact .email
{
	padding-top: 0px;
	padding-bottom: 64px;
}

span .email {
	
	padding-top: 0px;
	padding-bottom: 0px;
	font-family: 'Roboto', sans-serif;
    color: #000;
    line-height: 29px;
	letter-spacing: 0.5px;
}



/* Colors */

.grey {
	background-color: #f1f1f1;
}
.dark-grey {
	background-color: #C4C4C4;
}
.darker-grey
{
	background-color: #888888;
}

.white {
	background-color: #fff;
}
.black {
	background-color: #111;
}



.bold {
    font-weight: 700;
}

a {
	text-decoration: underline;
	color: #000;
}

a:hover {	
	text-decoration: underline;
}



/* SLICK JS */

* {
  box-sizing: border-box;
}

.slider {
	width: 100%;
}

.work .slick-dots
{
    bottom: -45px;
}

.slick-slide {
  /* Padding between slides */
  margin: 0px 8px;
}

.slick-slide img {
  width: 100%;
}

.slick-prev:before,
.slick-next:before {
  color: black;
}


/* OVERRIDE prev / next arrow color in Slick.js styles */

.work .slick-slider .slick-prev:before
{
	color: white;
}
.work .slick-slider .slick-next:before
{
	color: white;
}


/* OVERRIDE dots color in Slick.js styles */
.work .slick-dots li.slick-active button:before
{

    color: white;
}
.work .slick-dots li button:before
{
    color: white;
}

/*
.work .slick-dots li
{
    width: 40px;
    height: 40px;
}
.work .slick-dots li button
{
		width: 40px;
		height: 40px;	
}

.slick-slide {
  transition: all ease-in-out .3s;
  opacity: .2;
}

.slick-active {
  opacity: .5;
}

.slick-current {
  opacity: 1;
}

*/



/* VIDEO BACKGROUND CUSTOM SIZE STYLE @ 1280 */
@media screen and (max-width: 1280px)
{	
	#videoBG {
			width: auto;
			height: 860px;
	}
}

@media screen and (max-width: 960px)
{
		/* Flex responsive */
	.thumbnail {
    flex: 1 0 50%;
    padding: 15px 15px;
  }
}


/*  MOBILE STYLES */
@media screen and (max-width: 730px)
{
	
	h1 {
		font-size: 85px;
		line-height: 86px;
	}	
		
	.content .intro {
		padding-top: 85px;		
		padding-bottom: 22px;		
	}
	
	.content .intro p 
	{
		padding-top: 20px;
		padding-bottom: 45px;
	}

	.content .work {
		
		padding-top: 45px;
		padding-bottom: 45px;
	}
	
	.content .work ul li {
		
		font-size: 22px;
		line-height: 36px;
	}

	.content .contact {
		
		padding-top: 45px;
		padding-bottom: 45px
	}

	.content .contact p {
		
		padding-top: 22px;
		padding-bottom: 45px;
	}
	
		
	.content .contact .email
	{
		padding-top: 0px;
		padding-bottom: 45px;
	}

	.content .capabilities ul li {
		
		line-height: 26px;
		font-size: 12px;

	}

	/* Flex responsive */
	.thumbnail {
    flex: 1 0 100%;
    padding: 15px 0px;
  }
}



@media screen and (max-width: 520px)
{
	
	h1 {
		font-size: 70px;
		line-height: 75px;
		padding-bottom: 15px;
	}
	
	h2 {
		
		font-size: 36px;
	}

	h4 {
		font-size: 20px;
		line-height: 25px;
	}
	
	p {
		font-size: 16px;
		line-height: 25px;
	}

	.intro p {

		font-size: 14px;
		line-height: 20px;
	}
	}
	.content {
		padding-left: 25px;
		padding-right: 25px;
	}

	
	.content .work ul li {
		
		font-size: 18px;
		line-height: 30px;
	}
	
	.content .clients h3 {
		font-size: 24px;
	}
	.content .work h3 {
		font-size: 24px;
	}
	
	.content .clients {		
		padding-bottom: 0px;
	}



	
	.clients .slick-slider .slick-prev
	{
		top: 47%;
	}
	.clients .slick-slider .slick-next
	{
		top: 47%;
	}

}

/* iPhone SE retina x2, reports 640 */
@media screen and (max-width: 320px)
{	
	h1 {
		font-size: 42px;
		line-height: 44px;
	}
	
	p {
		font-size: 14px;
		line-height: 25px;
	}

	h2 {		
		font-size: 36px;
	}

}