@import url('https://use.typekit.net/qgf1tft.css');

/* Master layout */
/************************************************************
Global styles */
/* Partial CSS Reset */
*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
html, body {
	height: 100%;
	width: 100%;
	-webkit-text-size-adjust: 100%;
}
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, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, select, input, option {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
}
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section, summary {
	display: block;
}
audio, canvas, video {
	display: inline-block;
}
audio:not([controls]) {
	display: none;
	height: 0;
}
pre {
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
}

:focus {
	outline: none;
}

table {
	border: 0 none;
	border-collapse: collapse;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
td {
	vertical-align: top;
}
/* End Reset */
body {
	font: 18px/1.38 "Open-Sans", sans-serif;
	color: #000000
}

/* Links */
a{
   color: inherit; 
}
a,
input[type="submit"] {
	display: inline-block;
	outline: none;
	-webkit-transition: all 0.3s ease 0s; 
		transition: all 0.3s ease 0s;
}
a:link,
a:visited,
a:hover,
a:active {
	text-decoration: none;
	outline: none;
}
a[href^="tel:"] {
	color: inherit;
}
a img {
	border: none;
	-webkit-transition: all 0.5s ease 0s;
		transition: all 0.5s ease 0s;
}
img {
	max-width: 100%;
}

/* Form elements */
input[type="text"],
input[type="email"],
input[type="search"],
input[type="password"], 
textarea, 
select {
	font-size: 18px;
	display: block;
	width: 100%;
	border: 0;
	border-radius: 0;
	padding: 15px;
	text-transform: inherit;
	font-family: inherit;
	color: #030303;
	background: #fff;
	box-shadow: none;
}
label i{
	margin-left: 2px;
	vertical-align: text-bottom !important;
}
input[type]:-webkit-autofill,
input[type]:-webkit-autofill:hover,
input[type]:-webkit-autofill:focus,
input[type]:-webkit-autofill:active { /* Fix input background with autocomplete */
	transition: background-color 5000s ease-in-out 0s;
}
input[type]:-webkit-autofill,
input[type]:-webkit-autofill:hover,
input[type]:-webkit-autofill:focus,
input[type]:-webkit-autofill:active {
	-webkit-text-fill-color: #030303;
}
input[type="search"] {
	-webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
	-webkit-appearance: none;
}
input[type="submit"] {
	cursor: pointer;
}
input[type="submit"]::-moz-focus-inner { /* Fix extra button padding in Firefox */
	padding: 0;
	border: none;
	line-height: 1;
}
textarea {
	resize: none;
	overflow: auto;
}
/* Default Placeholder styles */
::-webkit-input-placeholder{
/* WebKit browsers */
	color: #030303;
}
:-moz-placeholder{
/* Mozilla Firefox 4 to 18 */
	color: #030303;
	opacity: 1;
}
::-moz-placeholder{
/* Mozilla Firefox 19+ */
	color: #030303;
	opacity: 1;
}
:-ms-input-placeholder{
/* Internet Explorer 10+ */
	color: #030303;
	opacity: 1;
}
/* Headings */
h1,h2,h3,h4,h5,h6 {
	font-weight: normal;
	font-family: brandon-grotesque, sans-serif;
}
h1:only-child,
h2:only-child,
h3:only-child,
h4:only-child,
h5:only-child,
h6:only-child {
	margin-bottom: 0;
}
h1, h2, h3{
	font-family: brandon-grotesque, sans-serif;
	text-transform: uppercase;
	color: #FFF;
	font-weight: bold;
	font-size: 55px;
}
.large-text {
	font-family: brandon-grotesque, sans-serif;
	text-transform: uppercase;
	color: #FFF;
	font-weight: bold;
	line-height: 72px !important;
}
.large-text {
	font-size: 72px;
	line-height: 1.03;
	margin-bottom: 25px;
}
h3 {
	font-size: 30px;
	line-height: 1.17;
	margin-bottom: 15px;
}
h4 {
	font-size: 30px;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 10px;
}
h5 {
   
}
h6 {
   
}
.large-text {
	
}
/* Block-level */
address {
	font-style: inherit;
}
p {
	margin-bottom: 25px;
	font-size: 13px;
}
p:last-child{
	margin-bottom: 0;
}
p a {
	
}
p a:hover {
	color: inherit;
}
ul, ol {
	list-style-type: none;
}
strong {
	font-weight: bold;
}
sup {
	font-size: 35%;
}
/************************************************************
Generic Site Styles */
.flexbox {
	display: flex; 
	flex-wrap: wrap;
	align-items: stretch; 
	justify-content: flex-start;
}

.table {
	display: table;
	width: 100%;
	height: 100%;
	table-layout: fixed;
	float: none !important;
}
.container {
	max-width: 1810px;
	margin: 0 auto;
	padding: 0 70px;
}
.container.sm {
	max-width: 1500px;
}
main .table.page,
.table.auto-height {
	height: auto;
}

.table.auto-width {
	width: auto;
}
.table.auto-all {
	height: auto;
	width: auto;
}
.row {
	display: table-row;
}
.cell {
	display: table-cell;
	vertical-align: top;
	height: 100%;
	float: none !important;
}
.middle {
	vertical-align: middle;
}
.bottom {
	vertical-align: bottom;
}
.table-header-group {
	display: table-header-group;
}
.table-footer-group {
	display: table-footer-group;
}
/* Text alignment */
.align-left {
	text-align: left !important;
}
.align-center {
	text-align: center !important;
}
.align-right {
	text-align: right !important;
}

/* Container class to make iFrames responsive */
.frame-contain {
	position: relative;
	max-width: 100%;
	height: 0;
	overflow: hidden;
	padding-bottom: 56.25%; /* 16:9 */
							/* 75% = 4:3 */
}
.frame-contain iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}
table {
	width: 100%;
	table-layout: fixed;
	font-size: 16px;
}
/************************************************************
Miscellaneous */
.clearfix:after {
	content: '.';
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.pull-left {
	float: left;
}
.pull-right {
	float: right;
}
.relative {
	position: relative;
}
.full-size {
	width: 100%;
	height: 100%;
}
.on-top {
	position: relative;
	z-index: 1;
}
.hide {
	display: none !important;
}
.no-scroll {
	overflow: hidden;
}
.sub-menu, .sub-ctrl, 
.slick-arrow, .btn,
.header-wrapper .search-box,
.more-link:after {
	-webkit-transition: all 0.3s ease 0s;
		transition: all 0.3s ease 0s;
}
.ql-box:before,
.project-box .project-content,
.photo-gallery .gallery-item:before {
	-webkit-transition: all 0.5s ease 0s;
		transition: all 0.5s ease 0s;
}
.img-box {
	position: relative;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	overflow: hidden;
}
.img-box .relative {
	z-index: 1;
}
.btn {
	font: normal 18px/1.2 "Arial", sans-serif;
	letter-spacing: 0.9px;
	display: inline-block;
	vertical-align: top;
	text-transform: uppercase;
	white-space: nowrap;
	background: #A069AC;
	color: #FFF;
	text-align: center;
	padding: 16px 40px 14px;
	border-radius: 12px;
	border: 2px solid transparent;
}
.btn.btn-dark {
	background: #030303;
}
.btn.btn-invert {
	background: #007DB6;
}
.btn.btn-light {
	font-weight: bold;
	color: #030303;
	border: 2px solid #030303;
	background: transparent;
}
.btn:hover {
	background: #331C71;
	border-color: transparent;
}
.btn.btn-invert:hover {
	background: #02425F;
}
.btn + .btn {
	margin-left: 25px;
}
.more-link,
.back-link {
	letter-spacing: 0.9px;
	text-transform: uppercase;
	white-space: nowrap;
}
.more-link:after,
.back-link:before,
.prod-detail .section-content .btn:before  {
	content: '\f105';
	display: inline-block;
	font: 300 18px/1 Font Awesome\ 5 Pro;
	vertical-align: top;
	margin-left: 10px;
	position: relative;
	top: 2px;
}
.back-link:before,
.prod-detail .section-content .btn:before {
	content: '\f104';
	margin: 0 10px 0 0;
}
/* List */
.content ol ol,
.content ol ul,
.content ul ol,
.content ul ul{
	margin: 10px 0;
}
.content ul li,
.content ol li,
.info-section ol li,
.info-section ul li,
.single-project-wrapper .project-content ul li {
	position: relative;
}
.content ul > li:not(:last-child),
.content ol > li:not(:last-child),
.info-section ol > li:not(:last-child),
.info-section ul > li:not(:last-child),
.single-project-wrapper .project-content ol > li:not(:last-child),
.single-project-wrapper .project-content ul > li:not(:last-child) {
	margin-bottom: 10px;
}
.content ol,
.info-section ol,
.single-project-wrapper .project-content ol { 
	counter-reset: item; 
}
/* Icons */
.icon{
	display: flex;
	justify-content: center;
	align-items: center;
	height: 70px;
	margin-bottom: 20px;
}
.icon img {
	max-height: 100%;
	max-width: 100%;
}
i {
	font-style: normal;
}
/* Social */
.social a {
	font-size: 30px;
}
.social a:not(:last-child) {
	margin-right: 25px;
}
/***************************
Slick Slider main styles */
.slick-initialized .slick-slide {
	z-index: 7 !important;
}
.slick-initialized .slick-slide.slick-active {
	z-index: 8 !important;
	position: relative;
}
.banner .single-banner:after, .sub-banner:after {
	background: rgba(0, 26, 49, .8);
}
.slick-vertical .slick-slide {
	position: relative;
	border: none;
}
.slick-arrow {
	width: 30px;
	height: 61px;
	color: inherit;
	position: absolute;
	z-index: 9;
	color: #007DB6;
}
.slick-arrow:before {
	font-family:  "Font Awesome 5 Pro";
	font-size: 18px;
}
.slick-arrow.slick-prev:before {
	content: '\f060';
	color: #114B8D;
}
.slick-arrow.slick-next:before {
	content: '\f061';
	color: #FFF;
}
.slick-arrow.slick-prev {
	left: 55px;
}
.slick-arrow.slick-next {
	right: 55px;
}
.slick-dotted.slick-slider {
	margin-bottom: 0;
}
.slick-dots {
	position: static;
	height: 12px;
	line-height: 0;
	z-index: 9;
	margin-top: 40px;
	width: 50px !important;
	top: 45%;
	left: 5%;
}
.slick-slide {
	min-height: 800px !important;
}
.slick-dots li {
	vertical-align: top;
	width: 12px;
	height: 12px;
	margin: 0 5px;
	margin-bottom: 10px !important;
	display: block !important;
}
.slick-dots li button:before {
	color: transparent !important;
}
.slick-dots li button {
	width: 100%;
	height: 100%;
	padding: 0;
	border-radius: 50%;
	border: 2px solid #FFF !important;
}
.slick-dots li.slick-active button {
	background: #FFF;
	border-color: #FFF;
}
.slick-dots li button:before {
	content: none;
}
.slick-slider-nav {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 85px;
	position: relative;
}
.slick-slider-nav  .slick-dots {
	margin: 0;
	width: auto;   
}
.slick-slider-nav .slick-arrow {
	position: static;
	transform: none;
}
.slick-slider-nav .slick-prev {
	margin-right: 55px;
}
main {
	background-image: url(../images/layout/Wave.png);
	background-size: cover;
	background-repeat: no-repeat;
}