/*!
Theme Name: PenguinCo
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: penguinco
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

PenguinCo is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

 @font-face {
    font-family: 'TR Century Gothic';
    src: url('/fonts/TRCenturyGothic.woff2') format('woff2'),
        url('/fonts/TRCenturyGothic.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
	font-family: 'TR Century Gothic';
    src: url('/fonts/CenturyGothicStd-Bold.woff2') format('woff2'),
        url('/fonts/CenturyGothicStd-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}





html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
	overflow-x: hidden;
	scroll-behavior: smooth;
	-webkit-overflow-scrolling: touch;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
	overflow-x: hidden;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}
a:hover {
	text-decoration: none;
}
/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
	font-family: 'Lato', sans-serif;
	color: #404040;
	/*font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;*/
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 0.9375rem;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

body {
	background: #fff;
	color: #000;
	margin: 0!important;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

p{
	font-family:'TR Century Gothic';
	margin-bottom: 10px;
	font-size: 1.1em;
}




ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto;
	max-width: 100%;
}

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	font-size: 0.75rem;
	line-height: 1;
	padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/

/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: #4169e1;
}

a:visited {
	color: #800080;
}

a:hover,
a:focus,
a:active {
	color: #191970;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}


.sideBtn{
	position: fixed;
	right: 0;
	top: 30%;
	z-index: 99;
	background-color: #ea5d0a;
	color: #fff!important;
    -ms-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
	transform: rotate(-90deg);
	border-radius: 5px;
	text-transform: uppercase;
    padding: 10px;
    letter-spacing: 1px;
    margin-right: -55px;
    border: 1px solid #fff;
	
}

.sideBtn span{
	color: #fff!important;
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}

.sideBtn:hover{
	background-color: #000;
}


.site-header{
	position: fixed;
	left: 0;
	top:0;
	width: 100%;
	background: rgba(0, 0, 0, 0.5);

	padding: 25px 15px 0 15px;
	z-index: 999;
}

.site-branding{
	display: inline-block;
}

img.downArrow{
    position: absolute;
    z-index: 8;
    left: 50%;
    bottom: 65px;
	margin-left: -25px;
	transition: all 0.3s ease-in-out; transform: rotate3d(0,0,0,0deg);

}

img.downArrow:hover {
	transform: scale(0.9);
}

.homeSlider-sec{
	position: relative;
}

.homeSlider{
	width: 100%;}

.homeSlider img{
	width: 100%;
	border-bottom: 15px solid #eb5d0b; 
}




.homeSlider .slick-dots {
	display: flex;
	justify-content: center;
	margin: 0;
	padding: 0;
	list-style-type: none;
	position: relative;
	top: -150px;
}


.homeSlider .slick-dots li {
	margin: 0 0.25rem;
}

.homeSlider .slick-dots li button {
			display: block;
			width: 15px;
			height: 15px;
			padding: 0;
			outline: none;
			border: none;
			border-radius: 0;
			background-color: #fff;
			
			text-indent: -9999px;
			transition: all 0.3s ease-in-out; transform: rotate3d(0,0,0,0deg);

		}

.homeSlider .slick-dots li.slick-active button {
			background-color: #eb5d0b;
		}

.homeSlider .slick-dots li button:hover {
	background-color: #eb5d0b!important;
	text-decoration: none;
}

.homeSlider .slick-dots li button:focus {
	background-color: #eb5d0b!important;
	text-decoration: none;
}



.homeSlider img{
	width: 100%;
}

nav.main-navigation{
	display: inline-block;
	width: auto;
	float: right;
	margin-top: 30px;
}

.aboutOuter{
	float: left;
	margin-bottom: 25px;
}

.aboutInner{
    background: #cac9c6;
	padding: 35px 20px;
	min-height: 500px;
	position: relative;
}

.aboutInner::before{
	position: absolute;
	z-index: 9;
	content: '';
	top: 0;
	right: 0;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 70px 70px 0;
	border-color: transparent #ffffff transparent transparent;

}

.aboutInner img{
	width: 60px;
    margin-bottom: 20px;
}

.aboutInner h3{
    color: #ea5d0a;
    text-transform: uppercase;
	font-size: 1.4em;
	letter-spacing: 1px;
	margin-bottom: 10px;
	font-family: 'Playfair Display', serif;
}

.aboutInner p{
	font-size: 0.9em;
}

.aboutInner p:last-of-type{
	margin-bottom: 0;
}



span.toggleLink{
    color: #ea5d0a;
	font-size: 3em;
	font-weight: 300;
	margin-top: 20px;
	display: block;
clear: both;
	transition: all 0.3s ease-in-out; transform: rotate3d(0,0,0,0deg);
}

span.toggleLink img{
	height: 30px;
	margin: 0 auto;
	transition: all 0.3s ease-in-out; transform: rotate3d(0,0,0,0deg);

}




span.toggleLink:hover img.plusIcon,
span.toggleLink:focus img.plusIcon{
	transform: rotate(45deg);
	/* Safari */
	-webkit-transform: rotate(45deg);

	/* Firefox */
	-moz-transform: rotate(45deg);
	/* IE */
	-ms-transform: rotate(45deg);
	/* Opera */
	-o-transform: rotate(45deg);
}






span.toggleLink .caretIcon{display: none;}

span.toggleLink.active .caretIcon{display: inherit;}
span.toggleLink.active .plusIcon{display: none;}


span.toggleLink:hover img.caretIcon,
span.toggleLink:focus img.caretIcon{
	transform: scale(0.9);
}



.infoSec{
	text-align: center;
	padding: 50px 15px 50px 15px;
	border-bottom: 15px solid #eb5d0b;
	scroll-margin-top: 12rem;

}




.infoSec h1{
    text-align: center;
    display: block;
	width: 100%;
	text-transform: uppercase;
	margin-bottom: 20px;
	color:#444;
	font-size: 1.6em;
	font-family: 'Playfair Display', serif;

}

.infoSec h2{
    text-align: center;
    display: block;
	width: 100%;
	text-transform: uppercase;
	margin-bottom: 20px;
	color:#444;
	font-size: 1.6em;
	font-family: 'Playfair Display', serif;

}

.infoSec p{
	width: 75%;
	margin-left: auto;
	margin-right: auto;
}

@media all and (max-width:1024px){
	.infoSec p{width: 100%;}
}



.infoSec.services{
	background-color: #ebebeb;
	border-bottom: 0;
float: left;
width: 100%;
}

.infoSec.projects{
	background-color: #c8c8c8;
	border-bottom: 0;
	clear: both;
}

.row{
	display: block;
}


.infoSec.services .container-fluid{
	padding: 0 50px;
}
.infoSec.projects .container-fluid{
	padding: 0 50px;
}



.servicesSlider{
	margin-top: 30px;
}


.servicesSlider .slick-slide{
	padding: 0 10px;
	position: relative;
}



.servicesSlider .slick-slide span{
	position: absolute;
	left: 50%;
	top: 50%;
	z-index: 9;
	width: 75%;
	transform: translate(-50%, -50%);
	color: #fff;
	font-family: 'Playfair Display', serif;
	font-size: 1.2em;
	letter-spacing: 1px;
	text-transform: uppercase;
}

.servicesSlider .slick-slide img{
	filter: brightness(60%);
	transition: all 0.3s ease-in-out; transform: rotate3d(0,0,0,0deg);

}

.servicesSlider .slick-slide:hover img{
	filter: brightness(30%);
}

.modal-dialog{
    max-width: 925px;
    width: 100%;
    height: 100%;
    position: relative;
}

.modal-header{
	padding: 0!important;
	border: 0;
}

.modal-header .close{
	background: #ea5d0a;
    opacity: 1;
    z-index: 1;
    padding: 0;
    margin: 0;
    border-radius: 0;
    height: 40px;
    width: 40px;
    position: absolute;
    top: 15px;
	right: 20px;
	color: #fff;
}

.modal-header .close:hover{
	background: #000;
	opacity: 1!important;
}

.modal-footer{
    padding: 0;
    border: 0;
	text-align: left;
    display: block;
    margin-top: 40px;
}


.modal-footer button{
	margin: 0;
    padding: 0;
    font-size: 0.7em;
    text-transform: uppercase;
	margin-right: 25px;
	border: none!important;
}

.modal-footer button:hover{
	color: #ea5d0a;
	text-decoration: none;
	border: none;
}

.modal-content{ 
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
padding: 25px 30px;
border-radius: 0;
background: rgba(255, 255, 255, 0.9)!important;
border: none;
border-bottom: solid 15px #ea5d0a;
}

.modal-content article{
	width: 50%;
	float: left;
	padding-right: 30px;
}

.modal-content article h2{
	color:#444;
	font-size: 1.4em;
	font-family: 'Playfair Display', serif;
	text-transform: uppercase;
	margin-bottom: 15px;
font-family: 'TR Century Gothic';
color: #ea5d0a;
}

.modal-content article p{
	font-size: 0.9em;
}



.modal-content article ul{
	padding-left: 0;
    margin: 0;
	list-style: none;
	margin-top: 20px;
}

.modal-content article ul li{
    text-transform: uppercase;
    color: #ea5d0a;
    display: inline-block;
    position: relative;
	padding-right: 40px;
	font-size: 0.9em;
}

.modal-content article ul li:after{
	position: absolute;
	content: '';
	height: 15px;
	width: 2px;
	background-color: #000;
	top: 3px;
    margin-left: 20px;
}

.modal-content article ul li:nth-child(2):after{
	display: none;
}

.modal-content article ul li:nth-child(4):after{
	display: none;
}

.modal-content .row{
	margin: 0;
}

.modal-content aside{
	width: 50%;
	float: left;
}

.modal-content aside img{
	width: 100%!important;
}

.descHeader{
	margin-bottom: 15px;
}

p.desc{
	margin-bottom: 0;
	font-weight: 400;
	padding-left: 85px!important;
}

p.desc span{
	font-weight: 700;
    min-width: 80px;
	display: inline-block;
	margin-left: -85px;
}


p.desc:last-of-type{
	margin-bottom: 15px;
}


span.proj{
	font-size: 0.9em!important;
    letter-spacing: 0;
    text-transform: uppercase;
    color: #000!important;
    text-align: left;
    display: block;
    margin-top: 10px;
    position: relative!important;
    transform: none!important;
    width: 100%!important;
    left: 0!important;
    top: 0!important;
    letter-spacing: 0!important;
	font-family: 'Lato', sans-serif!important;
    font-weight: 700;
}

.projects .servicesSlider .slick-slide img:hover{
	filter: brightness(90%)!important;
}

.modal-footer.projects button{
	color: #ea5d0a!important;
}

.modal-footer.projects button:hover{
color:#000!important;
}

a.galleryLink{
    display: block;
    color: #ea5d0a;
    margin-top: 15px;
    text-align: right;
    text-transform: uppercase;
	font-size: 0.8em;
	font-family: 'TR Century Gothic';
}

a.galleryLink:hover{
	color: #000;
}

ul.teamlist{
	position: relative;
	list-style: none;
	padding-left: 0;
	margin-left: 0;
	margin-bottom: 0;
	padding-bottom: 0;
}

.teamdivWrapper{
	position: relative;
    float: left;
    width: 100%;
}

.teamdiv{
	pointer-events: none;
	display: none!important;
	width: 100%;
	padding: 0 15px;
	transition: all 0.3s ease-in-out; transform: rotate3d(0,0,0,0deg);

}

.teamdiv.show{
	display: block!important;
}





.serviceSlider{
	margin-top: 30px;
}


.serviceSlider .slickslide{
	padding: 0 10px;
	position: relative;
	width: 25%;
float: left;
margin-bottom: 20px;
}

.serviceSlider .slickslide:nth-child(4n){
	clear: right;
}
.serviceSlider .slickslide:nth-child(4n+1){
	clear: left;
}



.serviceSlider .slickslide span{
	position: absolute;
	left: 50%;
	top: 50%;
	z-index: 9;
	width: 75%;
	transform: translate(-50%, -50%);
	color: #fff;
	font-family: 'Playfair Display', serif;
	font-size: 1.2em;
	letter-spacing: 1px;
	text-transform: uppercase;
}

.serviceSlider .slickslide img{
	filter: brightness(60%);
	transition: all 0.3s ease-in-out; transform: rotate3d(0,0,0,0deg);

}

.serviceSlider .slickslide:hover img{
	filter: brightness(30%);
}

@media all and (max-width: 768px){
	.serviceSlider .slickslide{
		width: 33.3333%;
	}

.serviceSlider .slickslide:nth-child(4n){
	clear: none;
}
.serviceSlider .slickslide:nth-child(4n+1){
	clear: none;
}

.serviceSlider .slickslide:nth-child(3n){
	clear: right;
}
.serviceSlider .slickslide:nth-child(3n+1){
	clear: left;
}

}


@media all and (max-width: 575px){
	.serviceSlider .slickslide{
		width: 50%;
	}

.serviceSlider .slickslide:nth-child(4n){
	clear: none;
}
.serviceSlider .slickslide:nth-child(4n+1){
	clear: none;
}

.serviceSlider .slickslide:nth-child(3n){
	clear: none;
}
.serviceSlider .slickslide:nth-child(3n+1){
	clear: none;
}

.serviceSlider .slickslide:nth-child(2n){
	clear: right;
}
.serviceSlider .slickslide:nth-child(2n+1){
	clear: left;
}

}

@media all and (max-width: 450px){
	.serviceSlider .slickslide{
		width: 100%;
	}


}


.staffInfo{
	width: 40%;
	float: left;
}

.staffInfo span{
	display: block;
	text-align: left;
}

.staffInfo span.staffName{
    color: #ea5d0a;
    text-transform: uppercase;
	font-size: 1.4em;
	letter-spacing: 1px;
	margin-bottom: 0;
	font-family: 'Playfair Display', serif;
}

.staffInfo span.staffrole{
	font-family: 'TR Century Gothic';
	font-size: 0.9em;
}

.staffBio{
	width: 60%;
	float: left;
	text-align: left;
}

.staffBio p{
	font-size: 0.9em;
	width: 100%;
}


li.teammem{
	width: 18%;
	float: left;
	margin: 0 1%;
	margin-bottom: 20px;
	transition: all 0.3s ease-in-out; transform: rotate3d(0,0,0,0deg);
}

li.teammem:nth-child(5n){
	clear: right;
}

li.teammem:nth-child(5n+1){
	clear: left;
}

li.teammem img{
	width: 100%;
	transition: all 0.3s ease-in-out; transform: rotate3d(0,0,0,0deg);

	border: 5px solid transparent;
}

li.teammem img:hover{
	border: 5px solid #ea5d0a;
}

a,button{
	outline: none!important;
	transition: all 0.3s ease-in-out; transform: rotate3d(0,0,0,0deg);

}

footer{
	background: #eeeeee;
    padding: 30px 0 20px 0;
    float: left;
    width: 100%;
}
.footerSec{
	float: left;
}

.footerSec.follow{
	text-align: right;
}

.footerSec img.logo{
	width: 100%;
}

span.telsec{
	margin-left: 15px;
}

ul.socialIcons{
	padding: 0;
	margin: 0;
	list-style: none;
	display: block;
	text-align: right;
}

ul.socialIcons li{
	display: inline-block;
}

ul.socialIcons li a{
	color: #333;
    font-size: 0.9em;
}

ul.socialIcons li a:hover{
	color: #ea5d0a;
}


.footerSec p{
	font-size: 0.9em;
}

.footerSec p a{
	color: #000;
}

.footerSec p.reg{
	font-size: 0.8em;
}






body.page-template-projects-page header.site-header.projects-head{
	display: none;
}

.projectsList .projectsListing{
	display: inline-block;
	width: 33.333%;
	float: left;
	padding: 5px;
}

.projectsList .projectsListing:nth-child(3n){
	clear: right;
}

.projectsList .projectsListing:nth-child(3n+1){
	clear: left;
}

@media all and (max-width: 600px){
	.projectsList .projectsListing{
		width: 50%;
	}

.projectsList .projectsListing:nth-child(3n){
	clear: none;
}

.projectsList .projectsListing:nth-child(3n+1){
	clear: none;
}

.projectsList .projectsListing:nth-child(2n){
	clear: right;
}

.projectsList .projectsListing:nth-child(2n+1){
	clear: left;
}



}

@media all and (max-width: 450px){
	.projectsList .projectsListing{
		width: 100%;
	}
}


.projectsList .projectsListing img{
	border: 5px solid transparent;
	transition: all 0.3s ease-in-out; transform: rotate3d(0,0,0,0deg);

}

.projectsList .projectsListing:hover img{
	border: 5px solid #ea5d0a;
}



body.page-template-projects-page .modal-footer{
	margin-top: 10px;
}

body.page-template-projects-page .infoSec.projects{
	float: left;
	width: 100%;
	background-color: #fff!important;
	padding: 30px 15px;
}

@media all and (max-width: 500px){
	body.page-template-projects-page .infoSec.projects{
		padding: 15px;
	}
}

body.page-template-projects-page .modal-content article{
	width: 30%;
	display:none;
}

body.page-template-projects-page .modal-content aside{
	width: 100%;
}

@media all and (max-width: 599px){

	li.teammem{
		width: 32%;
		margin: 0 0.5%;
		margin-bottom: 10px;
	}

	li.teammem:nth-child(5n) {
		clear: none;
	}
	li.teammem:nth-child(5n+1) {
		clear: none;
	}
	li.teammem:nth-child(3n) {
		clear: right;
	}
	li.teammem:nth-child(3n+1) {
		clear: left;
	}





	body.page-template-projects-page .modal-content article{
		width: 100%;
	}
	
	body.page-template-projects-page .modal-content aside{
		width: 100%;
	}
	body.page-template-projects-page .modal-content aside img{
		display: block;
	}

	body.page-template-projects-page .modal-content article h2{
		font-size: 1.2em;
		margin-bottom: 10px;
	}

	
}

.container{
	max-width: 1200px!important;
	width: 100%!important;
}

@media all and (max-width: 1024px){
	.infoSec p{
		padding: 0 32px;
	}
	.aboutInner p{
		padding: 0 5px;
	} 
	.staffBio p{
		padding: 0 15px 0 0;
	}
}



/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
	display: block;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
	font-family: arial narrow;
	font-family: 'TR Century Gothic';
}

.main-navigation ul ul {
	background: rgba(234, 93, 10, 0.8);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;

z-index: 99999;
width: 200px;
text-align: center;
margin-left: -100px;
padding: 15px;

}

.main-navigation ul li:hover ul,
.main-navigation ul li:focus ul {
	left: 50% !important;
	display: block;
}

.main-navigation ul li ul li a {
	left: 50% !important;
	width: 100%;
	font-size: 0.9em;
	padding: 5px 0;
}

.main-navigation ul li ul li a:hover {
color:#000;
}


.main-navigation ul ul li {
display: inherit;
margin-left: 0;
width: 100%;
padding: 5px 0;
}


.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	display: block;
	left: auto;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	position: relative;
	margin-left: 35px;
}




.main-navigation a {
	display: block;
	text-decoration: none;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 1px;
	padding: 0 0 15px 0;
}

.main-navigation a:hover{
	color: #eb5d0b;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}


.main-navigation li.menu-item-14:hover ul{
 width: 420px;
 margin-left: -210px;
 left: 0% !important;
}

.main-navigation li.menu-item-14:hover ul li.menu-item-438, 
.main-navigation li.menu-item-14:hover ul li.menu-item-439{
	width: 50%;
	float: left;
}

.main-navigation li.menu-item-14 ul li.menu-item-438 a, 
.main-navigation li.menu-item-14 ul li.menu-item-439 a{
	display: none;
}

.main-navigation li.menu-item-14:hover ul li.menu-item-438 ul, 
.main-navigation li.menu-item-14:hover ul li.menu-item-439 ul{
left: 0 !important;
width: 100%;
margin-left: 0;
position: relative;
background: transparent;
  }

  .main-navigation li.menu-item-14:hover ul li.menu-item-438 ul li a, 
.main-navigation li.menu-item-14:hover ul li.menu-item-439 ul li a{
	display: block;
}


.main-navigation ul ul li.menu-item-445 a,
.main-navigation ul ul li.menu-item-449 a{
	font-weight: 500;
}


li.menu-item-445 a, li.menu-item-449 a{
	font-weight: 700!important;
	font-size: 1em !important;
}


@media all and (max-width: 1024px){


.main-navigation li.menu-item-14:hover ul{
width: 360px;
margin-left: -220px;
}


	.modal-footer{    
		margin-top: 10px;
	}
	.servicesSlider .slick-slide span{
		font-size: 1em;
	}
	.modal-content article .textarea{
		height: 500px;
		overflow-y: scroll;
	}


	.modal-dialog{
		max-width: 95%;
	}


	.main-navigation li {
		margin-left: 10px;
	}
	.main-navigation li a {
		font-size: 0.8em;
	}

	.homeSlider .slick-dots{
		top: -100px;
	}

	img.downArrow{
		bottom: 50px;
	}

	.infoSec{
		padding: 20px 15px;
	}

	span.toggleLink{
		margin-top: 0;
	}


}

@media all and (max-width: 769px){
	.aboutInner{
		padding: 15px;
		min-height: auto!important;
	}
}

@media all and (max-width: 768px){

	footer{
		padding: 15px;
	}

	.footerSec{
text-align: center;
max-width: 100%;
width: 100%;
	}

	.footerSec img.logo{
		width: 150px;
		margin-bottom: 15px;
	}

	.footerSec.follow{
		text-align: center;
	}

	ul.socialIcons{
		text-align: center;
	}

	#teamInfo{
		margin-top: 10px!important;
	}




p{
	font-size: 1em;
}

	.aboutOuter{
		width: 100%;
		max-width: 100%;
		margin-bottom: 15px;
	}

	.infoSec h2{
		font-size: 1.4em;
		margin-bottom: 10px;
	}

	.aboutInner{
		padding: 15px;
		min-height: auto!important;
	}

	.aboutInner img{
		width: 40px;
		margin-bottom: 15px;
	}

}


@media all and (max-width: 650px){
	nav.main-navigation{
		margin-top: 15px;
	}

	.site-header{
		padding:10px 15px 15px 15px;
	}

	.homeSlider .slick-dots{
		top: -75px;
	}

	img.downArrow{
		bottom: 40px;
	}

	.site-branding img{
		width: 125px;
	}


}



@media all and (max-width: 599px){

	.modal-content article .textarea{
		height: 300px;
		overflow-y: scroll;
		margin-bottom: 15px;
	}



	.staffInfo{
		width: 100%;
	}

	.staffInfo span.staffName{
		font-size: 1.2em;
	}

	.staffBio{
		width: 100%;
	}

	.modal-content article{
		width: 100%;
		padding: 0;
	}

	.modal-content aside{
		width: 100%;
		padding: 0;
	}

	a.galleryLink{
		text-align: left;
		margin-top: 5px;
	}

	.modal-content aside img{
		width: 50%!important;
	}

	.modal-content article ul{
		margin-top: 10px;
	}

	.modal-content article ul li{
		font-size: 0.8em;
		display: block;
		padding: 0;

	}

	.modal-content article ul li:after{
		display: none;
	}

	.primary-menu{
		width: 100%;
	}

	.site-header{
		padding: 10px 15px 10px 15px;
	}
	
	nav.main-navigation{
		width: 100%;
	}

	.menu-toggle{
		position: absolute;
		right: 20px;
		top: 20px;
		background-color: #ea5d0a;
		color: #fff;
	}
	.main-navigation li a{
		font-size: 0.85em;
		letter-spacing: 0;
		font-family: 'TR Century Gothic';
	}

}

@media all and (max-width: 599px){
	.servicesSlider .slick-slide img{
		width: 100%;
	}

	span.telsec{
		display: block;
	}

	.footerSec p br{
		display: none;
	}

	body.page-template-projects-page .modal-content article .textarea{
		height: auto;
	}

}

@media all and (max-width: 450px){
	.modal-content aside img{
		width: 75%!important;
	}
	.modal-content article .textarea{
		height: 250px;
	}
}



@media screen and (min-width: 37.5em) {

	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: flex;
	}
}

@media all and (max-width: 525px){
	.main-navigation ul li ul.sub-menu{  
    left: 0 !important;
    margin-left: 0;
    width: 100%;
    position: relative;
    text-align: left;
    padding: 0;
    background: transparent;
    padding: 0;
    }
.site-header.active{
	background: #000;
	z-index: 999999;
	height: 100vh;
}

.site-header.active nav ul.nav-menu{
max-height: 445px;
position: relative;
overflow-y: scroll;
}

.site-header.active nav ul.nav-menu li a:hover{
color: red;
}





.main-navigation li.menu-item-14 ul.sub-menu{display: none;}
.main-navigation li.menu-item-14 ul.sub-menu.active{display: block!important;}

    .main-navigation li a{padding: 5px 0; clear: both;}
    .main-navigation ul ul li{padding: 0;}
    .main-navigation li.menu-item-14:hover ul{width:100%;margin-left: 0;}

    .main-navigation li.menu-item-14:hover ul li.menu-item-438, .main-navigation li.menu-item-14:hover ul li.menu-item-439{width:100%;}
}

}



.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {
	margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	float: left;
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {
	float: right;
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/

/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.post,
.page {
	margin: 0 0 1.5em;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}


.tab-content>.tab-pane {
	display: block !important;   
	height: 0 !important;         
	overflow: hidden !important;
  }
  .tab-content > .active {
	height: auto !important;    
  }
  .product-buy-click {
	display:block;
	padding: 40px 20px;
  }


  .modal-backdrop {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: #000000;
}






.servicesSlider .slick-next {

	position: absolute;
    right: -45px;
    top: 40%;
    font-size: 0;
    background: url(/wp-content/uploads/2020/06/caretupIcon.png);
    background-size: cover!important;
    width: 49px;
    height: 25px;
    background-repeat: no-repeat;
	cursor: pointer;
    z-index: 999;
    background-color: transparent;
	border: none;
	transform: rotate(90deg);


	/* Legacy vendor prefixes that you probably don't need... */
  
	/* Safari */
	-webkit-transform: rotate(90deg);
  
	/* Firefox */
	-moz-transform: rotate(90deg);
  
	/* IE */
	-ms-transform: rotate(90deg);
  
	/* Opera */
	-o-transform: rotate(90deg);
  
	
}


.servicesSlider .slick-prev {
	position: absolute;
    left: 0;
    top: 40%;
    font-size: 0;
    background: url(/wp-content/uploads/2020/06/caretupIcon.png);
    background-size: cover!important;
    width: 49px;
	height: 25px;
	left: -45px;
    background-repeat: no-repeat;
	cursor: pointer;
    z-index: 999;
    background-color: transparent;
	border: none;
	transform: rotate(-90deg);


	/* Legacy vendor prefixes that you probably don't need... */
  
	/* Safari */
	-webkit-transform: rotate(-90deg);
  
	/* Firefox */
	-moz-transform: rotate(-90deg);
  
	/* IE */
	-ms-transform: rotate(-90deg);
  
	/* Opera */
	-o-transform: rotate(-90deg);
  
}

.servicesSlider .slick-next:hover,
.servicesSlider .slick-prev:hover{
border: none;
}


#our-projects-0 .modal-footer.projects .btn-prev{display: none!important;}
.modal.projects:last-of-type .modal-footer.projects .btn-next{display: none!important;}
#our-service-0 .modal-footer .btn-prev{display: none!important;}

.modal.services.last .modal-footer .btn-next{
	display: none!important;
}


#aboutInfo.active{
	display: block;
}

#aboutInfo.active img.plusIcon{display: none!important;}
#aboutInfo.active img.caretIcon{display: block!important;}



section.services .cta{float: left; margin-top: 20px; position:relative;}
section.services .cta span{
	position: absolute;
	color: #fff;
	font-weight: 300;
	text-transform: uppercase;
	font-size: 2em;
	width: 200px;
	text-align: center;
	margin: 0 auto;
	left: 50%;
	top: 50%;
	z-index: 8;
	transform: translate(-50%, -50%);
	font-family: 'Playfair Display', serif;
}

section.services .cta img{
transition: all 0.3s ease-in-out; 
filter: brightness(60%);
}

a.boxlink{
	position: absolute;
	left: 0;
	top:0;
	width: 100%;
	height: 100%;
	z-index: 9;
}

section.services .cta:hover img{
	filter: brightness(100%);
}

.secTitle{
	background-color: #ea5d0a;
	text-align: center;
	margin: 0;
	padding: 90px 20px 25px 20px;
}

.secTitle h1{
text-align: center;
margin: 0;
color: #fff;
font-weight: 300;
text-transform: uppercase;
}

@media all and (max-width: 575px){
	.secTitle h1{font-size: 1.4em;}
}

a.nxtproj{
	display: block;
	text-align: left;
	text-transform: uppercase;
	color: #ea5d0a;
	padding-left: 10px;
	margin-top: 0;
	clear: both;
}


body.page-template-service-page .infoSec.services{
	padding-top: 100px;
	background-color: #fff;
	border-bottom: 15px solid #eb5d0b;
}
@media all and (max-width: 525px){
	body.page-template-service-page .infoSec.services{
		padding-top: 85px;
	}
}

body.page-template-projects-page .infoSec.projects{
	border-bottom: 15px solid #eb5d0b;
}


.infoSec.services .leftside{
	width: 28%;
	float: left;
	margin-right: 2%;
}

.infoSec.services .rightside{
	width: 70%;
	float: left;
}


.infoSec.services .leftside p,
.infoSec.services .rightside p{
 text-align: left;
 width: 100%;
}

@media all and (max-width: 1024px){
	.infoSec.services .leftside p,
	.infoSec.services .rightside p{
		padding: 0;
	}
.infoSec.services .leftside{
	width: 25%;
	float: left;
	margin-right: 3%;
}

}

@media all and (max-width: 768px){
	.infoSec.services .leftside p.desc{
		padding-left: 0 !important;
	}
	.infoSec.services .leftside p.desc span{
		display: block;
		margin-left: 0;
	}
}

@media all and (max-width: 600px){
.infoSec.services .leftside{
	width: 100%;
	margin-right: 0%;
}
.infoSec.services .rightside{
	width: 100%;
	margin-right: 0%;
}
}




body.page-template-projects-page .infoSec.services{
	padding-top: 100px;
}
@media all and (max-width: 525px){
	body.page-template-projects-page .infoSec.services{
		padding-top: 85px;
	}
}


