/* ------------------------------------------------------------------*/
@import url('https://fonts.googleapis.com/css?family=Abel');
@import url('https://fonts.googleapis.com/css?family=Oswald|Merriweather');

/* ------------------------------------------------------------------
General Styles
------------------------------------------------------------------ */

html,body {
	background: #fff;
	overflow-x: hidden;
	-ms-overflow-style: scrollbar;
	font: 400 14px/1.8 "Abel", sans-serif;
	color: #777;
	height: 100%;
}

img {
	max-width: 100%;
	height: auto;
}

iframe {
	border: 0;
}

#left {
	height: 100%;
	background: #222;
	background-image: url(../images/main4.jpg);
	background-color: black, 0.4;
	position: relative;
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-background-size: cover;
	   -moz-background-size: cover;
	     -o-background-size: cover;
	        background-size: cover;
}

#right {
	height: 100%;
	background-size: cover;
	overflow: auto;
}

/* ------------------------------------------------------------------
Selection
------------------------------------------------------------------ */

::-moz-selection {
	background: #000;
	color: #fff;
}

::-webkit-selection {
	background: #000;
	color: #fff;
}

::selection {
	background: #000;
	color: #fff;
}

/* ------------------------------------------------------------------
Transition Elements
------------------------------------------------------------------- */

a, cite,
.btn {
	-webkit-transition: all 0.3s cubic-bezier(0.300, 0.100, 0.580, 1.000);
	   -moz-transition: all 0.3s cubic-bezier(0.300, 0.100, 0.580, 1.000);
	     -o-transition: all 0.3s cubic-bezier(0.300, 0.100, 0.580, 1.000);
	        transition: all 0.3s cubic-bezier(0.300, 0.100, 0.580, 1.000);
}

/* ------------------------------------------------------------------
Typography
------------------------------------------------------------------- */

a {
	color: #495057;
}

a:hover, a:focus {
	text-decoration: none;
	color: #555;
	outline: 0;
}

.bg-dark a {
	color: #aaa;
}

.bg-dark a:hover,
.bg-dark a:focus {
	color: #fff;
}

.text-light {
	color: rgba(255, 255, 255, 0.7);
}

.text-light h1, .text-light h2, .text-light h3, .text-light h4, .text-light h5, .text-light h6,
.text-light .h1, .text-light .h2, .text-light .h3, .text-light .h4, .text-light .h5, .text-light .h6 {
	color: #fff;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	line-height: 1.4;
	font-weight: 400;
	color: rgb(224, 228, 227);
}

h1, .h1 {
	font-size: 70px;
}

h2, .h2 {
	font-size: 24px;
}

h3, .h3 {
	font-family: 'Oswald';
	font-size: 70px;
	text-transform: uppercase;
	color: #3f99a9;
}

h4, .h4 {
	font-size: 16px;
	color: #297b8a;
}

h5, .h5 {
	font-size: 14px;
	color: #380339;
}

h6, .h6 {
	font-size: 12px;
}

a cite {
	font-size: 28px;
}

a cite:hover {
	color: #ccc;
}

p a {
	color: #3f99a9;
}

h3 a {
	color: #3f99a9;
}

h3 a:hover {
	color: #ccc;
}

h4 a:hover {
	color: #ccc;
}

h5 a {
	color: #380339;
}

h5 a:hover {
	color: #ccc;
}

p, ol, ul, blockquote {
	margin: 0 0 20px;
}

blockquote {
	border-color: #f7f7f7;
}

blockquote.serif-quote {
	border: 0;
	padding-left: 0;
	padding-right: 0;
}

.font-alt {
	font-family: "Abel", sans-serif;
	/*text-transform: uppercase;*/
	letter-spacing: 2px;
	color: #5f5f5f;
}

.font-serif {
	font-family: "Merriweather", "Times New Roman", serif;
	letter-spacing: 1px;
	font-style: italic;
}

.font-alt-color {
	font-family: "Abel", sans-serif;
	/*text-transform: uppercase;*/
	letter-spacing: 2px;
	color: rgba(110,163,145,0.8);
}


/* ------------------------------------------------------------------
Main Image
------------------------------------------------------------------- */

.intro-text {
	position: relative;
	display: table-cell;
	vertical-align: middle;
	height: 100%;
}

.module-hero {
	position: relative;
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-background-size: cover;
	   -moz-background-size: cover;
	     -o-background-size: cover;
	        background-size: cover;
}

.hero-caption {
	position: relative;
	display: table;
	height: 100%;
	/*height: 800px;*/
	width: 100%;
	text-align: center;
}

.hero-text {
	position: relative;
	display: table-cell;
	vertical-align: middle;
	height: 100%;
	/*padding-top: 20%;*/
}

.hero-text h1 a {
	color: #cbd5e0;
}

.hero-text h1 a:hover {
	color: #777;
}

.bg-video {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	overflow: hidden; 
}

.bg-video-media {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}


/* ------------------------------------------------------------------
Modules
------------------------------------------------------------------- */

.wrapper {
	background: #fff;
	overflow: hidden;
	margin: 0 auto;
	width: 100%;
}

.module,
.module-small, .module-portfolio, .module-latest, .module-team, .module-portfolio-single, .module-related, .module-about, .module-news, .module-dhprojects {
	padding: 100px 0;
	position: relative;
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-background-size: cover;
	   -moz-background-size: cover;
	     -o-background-size: cover;
	        background-size: cover;
}

.module-about {
	background: #f3f3f3;
	background-attachment: fixed;
}

/* Module titles */

.module-title {
	/*text-transform: uppercase;*/
	letter-spacing: 2px;
	text-align: center;
	font-size: 24px;
	margin-bottom: 70px;
}

.module-subtitle {
	/*text-align: center;*/
	font-size: 18px;
	margin-bottom: 70px;
}

.module-title + .module-subtitle {
	margin-top: -35px;
}

.module-subtitle p {
	font-family: "Merriweather";
}

.divider {
	margin: 0;
}

.copyright {
	padding: 0 5px;
}

.badges {
	margin-top: 60px;
}

/* -------------------------------------------------------------------
Responsive Media Querries
------------------------------------------------------------------- */

@media (max-width: 1140px) {

	/* Hero captions */

	.hero-text {
		padding-top: 0px;
	}

	.module-subtitle {
		font-size: 14px;
	}

	h1 {
		font-size: 28px;
	}

	h2 cite {
		font-size: 18px;
	}

	h3 {
		font-size: 30px;
	}

	a cite {
		font-size: 16px;
	}

	h5 {
		font-size: 10px;
	}

	.right {
		overflow: scroll;
	}

}

@media (max-width: 767px) {

	
	/* Hero captions */

	.hero-text {
		padding-top: 0px;
	}

	.module-subtitle {
		font-size: 14px;
	}

	h1 {
		font-size: 28px;
	}

	h2 cite {
		font-size: 18px;
	}

	h3 {
		font-size: 30px;
	}

	a cite {
		font-size: 16px;
	}

	h5 {
		font-size: 11px;
	}

}

/* -------------------------------------------------------------------
Multi-columns-row
------------------------------------------------------------------- */

.multi-columns-row .first-in-row {
	clear: left;
}

.multi-columns-row .col-xs-6:nth-child(2n + 3) { clear: left; }
.multi-columns-row .col-xs-4:nth-child(3n + 4) { clear: left; }
.multi-columns-row .col-xs-3:nth-child(4n + 5) { clear: left; }
.multi-columns-row .col-xs-2:nth-child(6n + 7) { clear: left; }
.multi-columns-row .col-xs-1:nth-child(12n + 13) { clear: left; }

@media (min-width: 768px) {

	.multi-columns-row .col-xs-6:nth-child(2n + 3) { clear: none; }
	.multi-columns-row .col-xs-4:nth-child(3n + 4) { clear: none; }
	.multi-columns-row .col-xs-3:nth-child(4n + 5) { clear: none; }
	.multi-columns-row .col-xs-2:nth-child(6n + 7) { clear: none; }
	.multi-columns-row .col-xs-1:nth-child(12n + 13) { clear: none; }

	.multi-columns-row .col-sm-6:nth-child(2n + 3) { clear: left; }
	.multi-columns-row .col-sm-4:nth-child(3n + 4) { clear: left; }
	.multi-columns-row .col-sm-3:nth-child(4n + 5) { clear: left; }
	.multi-columns-row .col-sm-2:nth-child(6n + 7) { clear: left; }
	.multi-columns-row .col-sm-1:nth-child(12n + 13) { clear: left; }
}

@media (min-width: 992px) {

	.multi-columns-row .col-sm-6:nth-child(2n + 3) { clear: none; }
	.multi-columns-row .col-sm-4:nth-child(3n + 4) { clear: none; }
	.multi-columns-row .col-sm-3:nth-child(4n + 5) { clear: none; }
	.multi-columns-row .col-sm-2:nth-child(6n + 7) { clear: none; }
	.multi-columns-row .col-sm-1:nth-child(12n + 13) { clear: none; }

	.multi-columns-row .col-md-6:nth-child(2n + 3) { clear: left; }
	.multi-columns-row .col-md-4:nth-child(3n + 4) { clear: left; }
	.multi-columns-row .col-md-3:nth-child(4n + 5) { clear: left; }
	.multi-columns-row .col-md-2:nth-child(6n + 7) { clear: left; }
	.multi-columns-row .col-md-1:nth-child(12n + 13) { clear: left; }
}

@media (min-width: 1200px) {

	.multi-columns-row .col-md-6:nth-child(2n + 3) { clear: none; }
	.multi-columns-row .col-md-4:nth-child(3n + 4) { clear: none; }
	.multi-columns-row .col-md-3:nth-child(4n + 5) { clear: none; }
	.multi-columns-row .col-md-2:nth-child(6n + 7) { clear: none; }
	.multi-columns-row .col-md-1:nth-child(12n + 13) { clear: none; }

	.multi-columns-row .col-lg-6:nth-child(2n + 3) { clear: left; }
	.multi-columns-row .col-lg-4:nth-child(3n + 4) { clear: left; }
	.multi-columns-row .col-lg-3:nth-child(4n + 5) { clear: left; }
	.multi-columns-row .col-lg-2:nth-child(6n + 7) { clear: left; }
	.multi-columns-row .col-lg-1:nth-child(12n + 13) { clear: left; }

}