/*!
Theme Name: Presidential Division
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: presidential-division
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 with others.

Presidential Division is based on Underscores https://underscores.me/, (C) 2012-2017 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
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/* normalize.css v8.0.0 | 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.
 */

html {
	line-height: 1.15; /* 1 */
	-webkit-text-size-adjust: 100%; /* 2 */
}

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

/**
 * Remove the margin in all browsers.
 */

body {
	margin: 0;
}

/**
 * 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; /* 1 */
	height: 0; /* 1 */
	overflow: visible; /* 2 */
}

/**
 * 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; /* 1 */
	font-size: 1em; /* 2 */
}

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

/**
 * Remove the gray background on active links in IE 10.
 */

a {
	background-color: transparent;
}

/**
 * 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; /* 1 */
	text-decoration: underline; /* 2 */
	text-decoration: underline dotted; /* 2 */
}

/**
 * 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; /* 1 */
	font-size: 1em; /* 2 */
}

/**
 * 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; /* 1 */
	font-size: 100%; /* 1 */
	line-height: 1.15; /* 1 */
	margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
	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; /* 1 */
	color: inherit; /* 2 */
	display: table; /* 1 */
	max-width: 100%; /* 1 */
	padding: 0; /* 3 */
	white-space: normal; /* 1 */
}

/**
 * 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; /* 1 */
	padding: 0; /* 2 */
}

/**
 * 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; /* 1 */
	outline-offset: -2px; /* 2 */
}
}

/**
 * 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; /* 1 */
	font: inherit; /* 2 */
}

/* 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 {
	color: #404040;
	font-family: sans-serif;
	font-size: 16px;
	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: 15px;
	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: 15px;
	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
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

body {
	background: #fff;
	/* Fallback for when there is no custom background color defined. */
}

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

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: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto;
	/* Make sure images are scaled correctly. */
	max-width: 100%;
	/* Adhere to container width. */
}

figure {
	margin: 1em 0;
	/* Extra wide images within figure tags don't overflow the content area. */
}

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: 12px;
	font-size: 0.75rem;
	line-height: 1;
	padding: .6em 1em .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:hover, a:focus, a:active {
	
}

a:focus {
	outline: none;
}

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

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

.mobile-header {
	display: none;
	align-items: center;
}

.mobile-header a {
	background: #e4e3e3;
    color: #575757;
    -webkit-border-radius: 15px 0 15px 0;
    -moz-border-radius: 15px 0 15px 0;
    border-radius: 15px 0 15px 0;
    padding: 13px 20px;
    margin-right: 15px;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

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

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

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

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

.main-navigation li {
	float: left;
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

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

@media screen and (min-width: 37.5em) {
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: block;
	}
}

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

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 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; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.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: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
}

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

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

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

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

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
	/* Make sure select elements fit in widgets. */
}

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

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


.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
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	/* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.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;
}

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

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}


/*--------------------------------------------------------------
## Custom CSS
--------------------------------------------------------------*/

ul {
	margin: 0;
	padding: 0;
	list-style: none;
}



/* Go Scroll To Top */

.go-top {
	position: fixed;
	right: 30px;
	bottom: 20px;
	z-index: 999;
	display: none;
}

.go-top span {
	background-color: #4bc6ce;
	color: #fff;
	cursor: pointer;
	float: right;
	font-size: 30px;
	font-weight: 400;
	line-height: 30px;
	padding: 5px 10px;
}

.go-top span:hover {
	color: #fff;
	background: #005770;
}



a, a:hover, a:focus{
	text-decoration: none;
	outline: none;
}
a:hover{
	-webkit-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
}

h1, h2, h3, h4, h5, h6{
	color: #2c2c2c;
	margin: 0;
	font-weight: 700;
	line-height: 1.1;
	text-transform: uppercase;
}
h1 {
	font-size: 50px;
}

h2 {
	font-size: 50px;
}

h5 {
	font-size: 18px;
	text-transform: none;
	color: #929191;
}

p:last-child, p:last-of-type {
	margin-bottom: 0;
}



/* Custom CSS */

body{
	font-family: 'Proxima Nova';
	font-size: 15px;
	font-weight: 400;
	color: #959595;
	line-height: 1.5;
	background: #e5e4e4;
}




/* Menu */


#main-wrap {
	overflow: hidden;
}

/* Header */
.admin-bar .header {
	top: 32px;
}
.header {
	padding: 15px 0;
	transition: .4s all ease;
	background: #fff;
}

.sticky-active {
	padding: 10px 0;
	box-shadow: 0 0 15px rgba(0, 0, 0, .1);
}
.logo img {
	transition: .4s all ease;
}


.sticky-active .logo img {
	max-width: 130px;
	transition: .4s all ease;
}
body:not(.home) .header {
}

.logo {
	margin-right: 10px;
	max-width: 200px;
}

.menu-with-info {
	flex: 1;
	display: flex;
	align-items: center;
	justify-content: space-between;
	text-align: center;
}

.main-menu {
	flex: 1;
}
.main-menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: right;
}
.main-menu ul li {
	display: inline-block;
	position: relative;
}
.main-menu ul li a {
	color: #bdbdbd;
	font-size: 15px;
	text-transform: uppercase;
	padding: 20px 20px;
	font-weight: 700;
	display: inline-block;
	outline: none;
}

.main-menu ul li ul {
	position: absolute;
	width: 250px;
	background: #292929;
	text-align: left;
	padding: 10px;
	left: 0;
	top: 100%;
	opacity: 0;
	visibility: hidden;
	transition: .4s all ease;
	-webkit-border-radius: 0 0 15px 0;
	-moz-border-radius: 0 0 15px 0;
	border-radius: 0 0 15px 0;
}
.main-menu ul li ul::before {
	width: 0;
	height: 0;
	border-left: 12px solid transparent;
	border-right: 12px solid transparent;
	border-bottom: 13px solid #292929;
	position: absolute;
	left: 20px;
	top: -13px;
	content: '';
}

.main-menu ul li ul li {
	display: block;
}
.main-menu ul li.menu-item-has-children {
	padding-right: 5px;
}
.main-menu ul li.menu-item-has-children::before {
	font-family: 'FontAwesome';
	content: '\f107';
	position: absolute;
	right: 0;
	top: 0;
	color: #fff;
}
.main-menu ul li:hover ul {
	opacity: 1;
	visibility: visible;
}
.main-menu ul li ul li a {
	display: block;
	padding: 8px 15px;
	color: #9f9e9e;
}
.main-menu ul li a:hover, .main-menu ul > li.current_page_item > a {
	color: #2c2c2c;
}
.main-menu ul li ul li a:hover{
	color: #fff;
}
.main-menu ul.sub-menu > li.current_page_item > a {
	color: #fff;
}


#nav > li:last-child > a, #nav > li.menu-button > a {
	background: #e4e3e3;
	color: #575757;
	-webkit-border-radius: 15px 0 15px 0;
	-moz-border-radius: 15px 0 15px 0;
	border-radius: 15px 0 15px 0;
	padding: 13px 20px;
}

#nav > li.menu-button:not(:last-child) > a {
	margin-right: 15px;
}

#nav > li.menu-button > a:hover {
	color: white;
}


#nav .divisions-mega-menu ul {
	background: #d4d4d4;
	width: 518px;
	display: flex;
}

#nav .divisions-mega-menu ul::before {
	border-bottom: 13px solid #d4d4d4;
}

#nav .divisions-mega-menu ul li a img {
	filter: grayscale(100%);
}
#nav .divisions-mega-menu ul > li > a:hover img, #nav .divisions-mega-menu ul.sub-menu > li.current_page_item img {
	filter: grayscale(0%);
}

#nav > li:last-child > a:hover, #nav > li.current_page_item:last-child a {
	background: #2c2c2c;
	color: #fff;
}

a.btn {
	color: #4c4c4c;
}

.btn {
	border: 2px solid #4c4c4c;
	color: #4c4c4c;
	font-size: 18px;
	padding: 10px 30px;
	-webkit-border-radius: 15px 0 15px 0;
	-moz-border-radius: 15px 0 15px 0;
	border-radius: 15px 0 15px 0;
	text-transform: uppercase;
	font-weight: 700;
	transition: .4s all ease;
	letter-spacing: 3.33px;
}
.btn:hover {
	background-color: #2c2c2c;
	border-color: #2c2c2c;
	color: #fff;
}
.btn.focus, .btn:focus {
	outline: 0;
	box-shadow: none;
}

.btn.fill {
	background-color: #e5e4e4;
	border-color: #e5e4e4;
	color: #575757;
}

.btn.fill:hover {
	background: #2c2c2c;
	color: #fff;
	border-color: #2c2c2c;
	box-shadow: 0 13px 41px 5px rgba(199, 208, 219, 0.25);
}


/* Banner */
.banner-area {
	padding: 200px 0 300px;
	position: relative;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center center;
}
.banner-area::before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,0.85) 40%, rgba(255,255,255,0.85) 100%);
    background: -o-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,0.85) 40%, rgba(255,255,255,0.85) 100%);
    background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,0.85) 40%, rgba(255,255,255,0.85) 100%); /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */ /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#d9ffffff',GradientType=1 ); /* IE6-9 */
}
.banner-content {
	text-align: right;
	max-width: 740px;
	float: right;
}
.banner-content h1, .banner-content h2 {
	color: #2c2c2c;
	text-transform: uppercase;
	line-height: 1.2;
	margin-bottom: 20px;
}
.banner-content p {
    color: #2c2c2c;
    font-size: 20px;
    font-weight: 600;
}


.banner-button {
	width: 100%;
	float: right;
	text-align: right;
	margin-top: 50px;
}

.banner-button .btn.fill, .services-child-banner-button .btn.fill {
	background-color: #2c2c2c;
    border-color: #2c2c2c;
    color: #fff;
}

.banner-area .slick-dots {
	position: absolute;
	bottom: 200px;
	left: 50%;
	transform: translateX(-50%);
}
.banner-carousel .slick-dots li {
	display: inline-block;
	margin: 0 3px;
}
.banner-carousel .slick-dots li button {
	padding: 0;
	border: none;
	background: rgba(255, 255, 255, .8);
	text-indent: -9999999px;
	height: 4px;
	width: 20px;
	cursor: pointer;
	outline: none !important;
}
.banner-carousel .slick-dots li.slick-active button {
	background: #adadad;
}


/* Banner Bottom */

.banner-bottom-contents {
	background: #2c2c2c;
	padding: 50px;
	border-radius: 120px 0 0 0;
	margin-top: -150px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.left-banner-bottom-content {
	width: 40%;
	text-align: right;
}
.left-banner-bottom-content h5 {
	color: #929191;
	font-size: 18px;
	margin-bottom: 20px;
}
.left-banner-bottom-content h2 {
	color: #fff;
	font-size: 33px;
}


.right-banner-bottom-content {
	width: 60%;
	padding-left: 40px;
}

.right-banner-bottom-content p {
	color: #cfcfcf;
	font-size: 20px;
	margin-bottom: 30px;
}

/* Our Services */
.our-services-area {
	padding: 80px 0 400px;
}
.our-services-area.no-bottom-padding {
	padding-bottom: 80px;
}
.our-services-area .section-title {
	margin-bottom: 60px;
}
.our-services-lists {
	display: grid;
	grid-gap: 40px;
	grid-template-columns: repeat(3, 1fr);
}
.single-service {
	background: #fff;
	box-shadow: 2px 13px 41px 5px rgba(199, 208, 219, 0.25);
	transition: .4s all ease;
	grid-column: span 1;
}
.single-service:hover {
	box-shadow: 1px 10px 51px 6px rgba(178, 180, 182, 0.51);
	transform: translateY(-20px);
}



.service-icon {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 30px 0;
}
.service-icon.service-icon-subpage {
	padding: 0;
}
.service-icon img {
	width: 80px;
}
.service-content {
	padding: 0 25px 25px;
	flex-grow: 1;
}
.service-content h3 {
	font-size: 18px;
	margin-bottom: 10px;
	letter-spacing: 1.5px;
}

.service-button a {
	display: block;
	background: #bb38c9;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 700;
	padding: 10px 0;
}
.service-button a:hover {
	opacity: .7;
}


/* Res */
.residential-area {
	background: #313131;
	position: relative;
	background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center center;
}
.res-lists {
	display: flex;
	flex-wrap: wrap;
	margin-top: -300px;
}
.single-res {
	width: 50%;
	text-align: center;
	padding: 80px;
}
.single-res:last-child {
	-webkit-border-radius: 0 0 90px;
	-moz-border-radius: 0 0 90px;
	border-radius: 0 0 90px;
}


.sn-res-content {
	background: #fff;
	padding: 40px;
	height: 100%;
	box-shadow: 1px 10px 51px 6px rgba(178, 180, 182, 0.51);
}
.sn-res-icon {
	margin-bottom: 30px;
}
.sn-res-cnt h3 {
	font-size: 18px;
	letter-spacing: 1px;
	margin-bottom: 4px;
}

.why-choose-us-child-area {
	padding: 100px 0;
}

.why-choose-us-child-area .section-title {
	margin-bottom: 50px;
}

.benefits-lists .col-lg-3:nth-child(1) .progressbar {
	transform: rotate(150deg);
}
.benefits-lists .col-lg-3:nth-child(2) .progressbar {
	transform: rotate(208deg);
}
.benefits-lists .col-lg-3:nth-child(3) .progressbar {
	transform: rotate(290deg);
}
.benefits-lists .col-lg-3:nth-child(4) .progressbar {
	transform: rotate(50deg);
}



/* Gallery */

.gallery-home {
	display: flex;
	flex-wrap: wrap;
}
.gallery-left-content {
	width: 35%;
	background: #fff;
}

.gal-cnt {
	display: flex;
	height: 100%;
	flex-direction: column;
	justify-content: center;
	text-align: right;
	padding: 50px 60px;
}
.gal-cnt h5 {
	margin-bottom: 25px;
}



.gallery-right-content {
	width: calc(100% - 35%);
	position: relative;
}

.single-gallery-item {
	height: 700px;
}

.single-gallery-item a {
	display: block;
	height: 100%;
}
.single-gallery-item a img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}


.gallery-arrow .slick-arrow {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: -30px;
	z-index: 9;
}

.gallery-arrow .slick-arrow.slick-next {
	left: auto;
	right: 0;
}






.all-news-lists .slick-dots, .trusted-by-lists .slick-dots, .featured-testimonials-carousel .slick-dots, .gallery-carousel .slick-dots {
	position: absolute;
	bottom: 0px;
	left: 50%;
	transform: translateX(-50%);
}
.all-news-lists .slick-dots li, .trusted-by-lists .slick-dots li, .featured-testimonials-carousel .slick-dots li, .gallery-carousel .slick-dots li {
	display: inline-block;
	margin: 0 3px;
}
.all-news-lists .slick-dots li button, .trusted-by-lists .slick-dots li button, .featured-testimonials-carousel .slick-dots li button, .gallery-carousel .slick-dots li button {
	padding: 0;
	border: none;
	background: #7d7d7d;
	text-indent: -9999999px;
	height: 4px;
	width: 20px;
	cursor: pointer;
	outline: none !important;
}
.all-news-lists .slick-dots li.slick-active button, .trusted-by-lists .slick-dots li.slick-active button, .featured-testimonials-carousel .slick-dots li.slick-active button, .gallery-carousel .slick-dots li.slick-active button {
	background: #adadad;
}


.all-news-lists .slick-arrow, .trusted-by-lists .slick-arrow {
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	border: none;
	background: transparent;
	color: #afafaf;
	font-size: 25px;
	cursor: pointer;
	padding: 10px;
}
.all-news-lists .slick-arrow.slick-next, .trusted-by-lists .slick-arrow.slick-next {
	left: auto;
	right: 0;
}
.art-btn {
	margin-top: 80px;
}
.all-news-lists .slick-dots {
	bottom: -50px;
}
.art-btn a {
	border-color: #fff;
	color: #fff;
}


.gallery-carousel .slick-dots {
	bottom: 100px;
}




/* Testimonials */
.testimonials-area.top-padding {
	padding-top: 100px;
}
.testimonials-area {
	padding-bottom: 100px;
}
.featured-testimonials {
	box-shadow: 0 13px 55px 7px rgba(175, 176, 177, 0.35);
	display: flex;
	flex-wrap: wrap;
	border-radius: 185px 0 0 0;
	margin-top: -80px;
}
.ft-left-img {
	width: 35%;
	border-top-left-radius: 150px;
    overflow: hidden;
}
.ft-left-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.ft-right-content {
	width: calc(100% - 35%);
	padding: 50px;
	position: relative;
	background: #fff;
}


.ft-right-content h4 {
	letter-spacing: 3.33px;
	margin-bottom: 30px;
}
.testimonial-arrow {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
}
.testimonial-arrow .slick-arrow, .gallery-arrow .slick-arrow {
	border: none;
	background: #5b5b5b;
	border-radius: 0;
	color: #fff;
	font-size: 35px;
	padding: 0;
	width: 50px;
	height: 50px;
	text-align: center;
	cursor: pointer;
}
.testimonial-arrow .slick-next {
	float: right;
}
.testimonial-arrow .slick-arrow:hover, .gallery-arrow .slick-arrow:hover {
	opacity: .7;
}

.sn-fe-content p {
	color: #afafaf;
	font-size: 26px;
	font-weight: 700;
	line-height: 1.3;
}
.sn-fe-author-info {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 25px;
}
.sn-fe-info p {
	color: #313131;
	font-size: 18px;
	line-height: 1.3;
	font-weight: 600;
	text-transform: capitalize;
}
.sn-fe-img img {
	height: 50px;
}
.featured-testimonials-carousel .slick-dots {
	bottom: -40px;
	z-index: 9;
}



/* Trusted BY */
.trusted-by-area {
	padding: 100px 0 150px;
	display: none;
}
.trusted-by-area .section-title {
	margin-bottom: 50px;
}
.trusted-by-lists {
	padding: 0 50px;
}
.trusted-by-lists .slick-track {
	display: flex;
	align-items: center;
}
.tr-logo {
	padding: 0 25px;
	text-align: center;
}
.trusted-by-lists .slick-dots {
	bottom: -80px;
}
.trusted-by-lists .slick-dots li button {
	background-color: #c5c4c4;
}



/* CTA */
.cta-action-area {
	background-image: url('img/cta-bg.jpg');
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center center;
	padding: 150px 0;
	position: relative;
}
.cta-action-area::before {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: rgba(0, 0, 0, .3);
}

.cta-action-content {
	background: #2c2c2c;
	padding: 80px 60px;
	border-radius: 0 0 100px 0;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.cta-title {
	width: 40%;
	text-align: right;
}
.cta-title h2 {
	color: #fff;
	text-transform: uppercase;
}
.cta-content {
	width: 60%;
	padding-left: 40px;
}
.cta-content p {
	color: #929191;
	font-size: 20px;
	margin-bottom: 20px;
}
.cta-content a:hover {
	box-shadow: 0 0 40px rgba(255, 255, 255, .2);
}

/* Footer */

.footer-top {
	position: relative;
	background: #252525;
	padding: 100px 0;
}
.footer-logo-with-address {
	display: flex;
	align-items: center;
	margin-bottom: 90px;
}
.footer-address {
	padding-left: 50px;
}
.footer-address li, .footer-address li a {
	color: white;
}
.footer-address li {
	position: relative;
	padding-left: 30px;
}
.footer-address li:not(:last-child) {
	margin-bottom: 10px;
}
.footer-address li:before {
	color: #fff;
	font-weight: 700;
	position: absolute;
	top: 0;
	left: 0;
}
.footer-address li:nth-child(1):before {
	content: 'A';
}
.footer-address li:nth-child(2):before {
	content: 'P';
}
.footer-address li:nth-child(3):before {
	content: 'E';
}

.footer-address li a:hover {
	color: #fff;
}


.footer-menu ul li {
	display: inline;
}
.footer-menu ul li a {
	display: inline-block;
	padding: 0 15px;
	color: #9f9e9e;
	font-weight: 700;
	text-transform: uppercase;
}
.footer-menu ul li a:hover, .footer-menu ul li.current_page_item a {
	color: #fff;
}
.footer-memberships {
	margin-top: 90px;
}


.embed-responsive.embed-responsive-4by3 {
	height: 100%;
}
.footer-map {
	position: absolute;
	right: 0;
	top: 0;
	width: 35%;
	height: 100%;
}
.footer-bottom {
	position: absolute;
    width: 100%;
	background: #3f3f3f;
	padding: 25px 0;
}
.footer-bottom p {
	color: #bfbfbf;
	font-size: 16px;
}




/* Inner Page banner */
.inner-page-banner-area {
	padding: 200px 0 200px;
	position: relative;
	background-size: cover;
}
.inner-page-banner-area::before {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	-webkit-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,0.85) 40%, rgba(255,255,255,0.85) 100%);
    background: -o-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,0.85) 40%, rgba(255,255,255,0.85) 100%);
    background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,0.85) 40%, rgba(255,255,255,0.85) 100%); /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */ /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#d9ffffff',GradientType=1 ); /* IE6-9 */
}

.innner-banner-content {
	max-width: 740px;
	float: right;
	text-align: right;
}
.innner-banner-content h2, .innner-banner-content h1 {
	color: #2c2c2c;
	margin-bottom: 20px;
}
.innner-banner-content p {
	color: #2c2c2c;
	font-size: 20px;
	font-weight: 600;
}






/* Testimonials */
.page-banner-bottom-contents {
	background: #2c2c2c;
	padding: 100px;
	border-radius: 150px 0 0 0;
	margin-top: -100px;
	text-align: center;
	margin-bottom: 40px;
}
.page-banner-bottom-contents h2 {
	color: #fff;
	margin-bottom: 10px;
}
.page-banner-bottom-contents p {
	color: #cfcfcf;
	font-size: 18px;
}





/* Our Team */
.single-team-list {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	background: #fff;
}
.single-team-list:not(:last-child) {
	margin-bottom: 30px;
}
.sn-team-img {
	width: 200px;
}
.sn-team-content {
	width: calc(100% - 200px);
	padding: 40px;
	position: relative;
}

.sn-team-content::before {
	width: 0;
	height: 0;
	border-top: 12px solid transparent;
	border-left: 16px solid #fff;
	border-bottom: 12px solid transparent;
	position: absolute;
	right: -16px;
	top: 50%;
	content: "";
	transform: translateY(-50%);
}

.single-team-list:nth-child(2n) {
	flex-flow: row-reverse;
}


.single-team-list:nth-child(2n) .sn-team-content::before {
	width: 0;
	height: 0;
	border-top: 12px solid transparent;
	border-right: 16px solid #fff;
	border-bottom: 12px solid transparent;
	border-left: none;
	position: absolute;
	left: -16px;
	top: 50%;
	content: "";
	transform: translateY(-50%);
}
.sn-team-content h3 {
	letter-spacing: 2.9px;
	font-size: 24px;
	margin-bottom: 10px;
}
.sn-team-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}




/* About */

.about-content-area {
	padding-bottom: 100px;
}
.about-page-cnt h2 {
	margin-bottom: 30px;
}
.about-page-cnt h3 {
	text-transform: none;
	margin-bottom: 15px;
}
.about-page-cnt p {
	color: #727272;
}
.about-page-cnt li {
	list-style-type: disc;
    list-style-position: inside;
    color: #727272;
}
.about-page-cnt ul {
	margin-bottom: 1.5em;
}

.ab-first-img {
	box-shadow: 0 10px 70px 9px rgba(178, 180, 182, 0.24);
	border-radius: 0 50px 0 0;
	overflow: hidden;
}
.about-page-content-image {
	position: relative;
}

.ab-second-img {
	position: absolute;
	bottom: -70px;
	right: -30px;
	-webkit-border-radius: 0 0 0 50px;
	-moz-border-radius: 0 0 0 50px;
	border-radius: 0 0 0 50px;
	overflow: hidden;
}


.why-choose-us-area {
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center center;
	padding: 100px 0;
	position: relative;
}
.why-choose-us-area::before, .residential-area::before {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: rgba(0, 0, 0, .5);
}


.ben-content h3, .ben-content p {
	color: #fff;
}
.ben-content h3 {
	font-size: 22px;
	letter-spacing: 2.5px;
	margin-bottom: 10px;
}

.single-benefit {
	margin-bottom: 50px;
	padding: 0 30px;
}
.ben-icon {
	position: relative;
}



.progressbar {
	display: block;
	margin: auto;
}
.ben-icon img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	max-width: 60px;
	filter: brightness(0) invert(1);
}
.ben-content {
	margin-top: 20px;
}

.benefits-lists .col-md-4:nth-child(1) .progressbar {
	transform: rotate(150deg);
}
.benefits-lists .col-md-4:nth-child(2) .progressbar {
	transform: rotate(208deg);
}
.benefits-lists .col-md-4:nth-child(3) .progressbar {
	transform: rotate(290deg);
}
.benefits-lists .col-md-4:nth-child(4) .progressbar {
	transform: rotate(50deg);
}
.benefits-lists .col-md-4:nth-child(5) .progressbar {
	transform: rotate(125deg);
}
.benefits-lists .col-md-4:nth-child(6) .progressbar {
	transform: rotate(240deg);
}




.why-choose-us-area .section-title {
	margin-bottom: 70px;
}

.about-us-childs-area {
	padding: 100px 0 80px;
}
.about-childs-lists {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.single-abt-child {
	width: calc(100%/3 - 40px);
	background: #fff;
	text-align: center;
	margin-bottom: 40px;
}

.abt-icon {
	background: #d4d4d4;
	height: 150px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.abt-content {
	padding: 20px;
}
.abt-content a {
	position: relative;
	display: block;
	text-align: left;
	border-top: 1px solid #ddd;
	margin-top: 15px;
	padding-top: 10px;
	color: #878787;
}
.abt-content a::after {
	content: "+";
	position: absolute;
	right: 0;
	font-size: 20px;
	top: 7px;
}
.abt-content a:hover {
	color: #000;
}


.abt-content h4 {
	margin-bottom: 5px;
}




/* Ind Parent */
.ind-cnt h2 {
	color: #cbcbcb;
	font-size: 47px;
}

.ind-cnt {
	margin-top: -70px;
}

.ind-child-lists {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding-bottom: 70px;
}
.single-ind-child {
	background: #fff;
	padding: 10px;
	width: calc(100%/4 - 20px);
	box-shadow: 0 -13px 34px 4px rgba(147, 147, 147, 0.26);
	border-radius: 0 0 20px 0;
}

.ind-c-fe {
	height: 180px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center center;
	filter: grayscale(100%);
	position: relative;
}


.ch-ind-content {
	padding-top: 15px;
	text-align: center;
	position: relative;
}

.ch-ind-content::before {
	width: 0;
	height: 0;
	border-left: 12px solid transparent;
	border-right: 12px solid transparent;
	border-bottom: 16px solid #fff;
	position: absolute;
	top: -16px;
	left: 50%;
	transform: translateX(-50%);
	content: "";
}



.ch-ind-content a {
	text-transform: uppercase;
	font-weight: 700;
	color: #3b3b3b;
	margin-top: 5px;
	display: block;
}
.ch-ind-content a:hover {
	opacity: .6;
}
.ch-ind-content h4 {
	letter-spacing: 2px;
	font-size: 20px;
	margin-bottom: 5px;
}

.ind-child-menus li {
	margin: 0;
	padding: 0;
	list-style: none;
}
.ind-child-menus li a {
	color: #7a7a7a;
	font-weight: 900;
	font-size: 50px;
	text-transform: uppercase;
	line-height: 1.2;
	text-align: right;
	display: block;
}

.ind-child-menus li.current_page_item a {
	color: #fff;
}

.ind-child-left h5 {
	color: #fff;
}





#primary {
	padding: 80px 0;
}
.page-header h1 {
	font-size: 30px;
	margin-bottom: 20px;
}




/* Contact */

.contact-info {
	display: flex;
	flex-wrap: wrap;
}
.left-cnt-info {
	width: 35%;

}

.left-cnt-form {
	width: calc(100% - 35%);
}
.left-cnt-address {
	background: #cecece;
	padding: 30px;
	text-align: right;
	position: relative;
}
.left-cnt-address::before {
	width: 0;
	height: 0;
	border-left: 16px solid #cecece;
	border-bottom: 12px solid transparent;
	border-top: 12px solid transparent;
	position: absolute;
	top: 50%;
	right: -16px;
	transform: translateY(-50%);
	content: "";
}
.left-cnt-address h5 {
	color: #2c2c2c;
	text-transform: uppercase;
	margin-bottom: 20px;
}
.left-cnt-address ul li strong {
	display: block;
	color: #2c2c2c;
	text-transform: uppercase;
}
.left-cnt-address ul li:not(:last-child) {
	margin-bottom: 15px;
}
.left-cnt-address ul li, .left-cnt-address ul li a {
	color: #2c2c2c;
}


.contact-info-area {
	margin-bottom: 60px;
}

.social-media {
	background: #a7a6a6;
	padding: 24px 30px;
}
.social-media ul {
	display: flex;
	justify-content: flex-end;
	color: #2c2c2c;
	text-transform: uppercase;
	font-weight: 700;
}
.social-media ul li a {
	color: #2c2c2c;
}
.social-media ul li {
	margin-left: 10px;
}


.left-cnt-form .wpcf7 {
	background: #fff;
	height: 100%;
	padding: 25px 30px;
}
.left-cnt-form p {
	display: flex;
	flex-wrap: wrap;
	border-bottom: 2px solid #2c2c2c;
	position: relative;
}
.left-cnt-form p label {
	width: 80px;
	text-transform: uppercase;
	color: #2c2c2c;
	font-weight: 700;
	font-size: 13px;
}
.left-cnt-form input[type="text"],.left-cnt-form input[type="tel"],.left-cnt-form input[type="email"], .left-cnt-form textarea {
	border: none;
	padding: 0;
	width: 100%;
}
.left-cnt-form input, .left-cnt-form textarea {
    color: #2c2c2c;
    font-weight: 700;
    font-size: 13px;
}
.left-cnt-form .wpcf7-form-control-wrap {
	width: 100%;
}
.left-cnt-form input::placeholder, .left-cnt-form textarea::placeholder, .left-cnt-form input::-webkit-input-placeholder, .left-cnt-form textarea::-webkit-input-placeholder {
    text-transform: uppercase;
    color: #2c2c2c;
    font-weight: 700;
    font-size: 13px;
}
.left-cnt-form textarea {
	height: 60px;
}
.left-cnt-form p:last-of-type {
	border-bottom: 0px solid;
	justify-content: right;
}
.left-cnt-form input[type="submit"] {
	border-radius: 15px 0 15px 0;
	padding: 10px 22px;
	display: block;
}


.left-cnt-form input[type="submit"] {
	border-radius: 15px 0 15px 0;
	padding: 10px 22px;
	display: block;
}



.headquarters-area {
	padding-bottom: 100px;
}
.headquarters-maps {
	box-shadow: 0 10px 70px 9px rgba(178, 180, 182, 0.51);
	margin-top: 40px;
}
.opening-hours h2 {
	margin-bottom: 30px;
}
.opening-hours p strong {
	color: #222;
}

.embed-responsive-16by9::before {
	padding-top: 35.25%;
}


/* Gallery */
.grid:after {
	content: '';
	display: block;
	clear: both;
}
.grid-item, .grid-sizer {
	width: calc(100%/3);
	float: left;
}
.project-element {
	position: relative;
	display: block;
	height: 500px;
	overflow: hidden;
}
.project-element a img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.overly-content {
	position: absolute;
	padding: 50px;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .7);
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
	opacity: 0;
	visibility: hidden;
	transition: .4s all ease;
}
.project-element a:hover .overly-content {
	opacity: 1;
	visibility: visible;
}

.overly-content h3 {
	font-size: 20px;
	letter-spacing: 1px;
	margin-bottom: 10px;
}
.overly-content p {
	color: #fffefe;
	font-size: 17px;
}

.page-template-template-gallery .featured-testimonials, .page-template-template-services-parent .featured-testimonials, .page-template-template-about .featured-testimonials, .page-template-template-contact .featured-testimonials {
	margin-top: 0;
}
.gallery-page-area {
	padding-bottom: 100px;
}

.filters-button-group {
	display: flex;
	justify-content: center;
	margin-bottom: 40px;
}
.filters-button-group .button {
	border: none;
	text-transform: uppercase;
	background: #c1c1c1;
	color: #fff;
	font-weight: 700;
	margin: 0 10px;
	border-radius: 30px;
	display: flex;
	padding: 10px 20px;
	cursor: pointer;
	font-family: 'Proxima Nova';
}


/* Services */
.services-page-area {
	padding-bottom: 80px;
	padding-top: 20px;
}
.services-thumb-img {
	height: 210px;
	margin-bottom: 15px;
}
.services-thumb-img a {
	display: block;
	height: 100%;
	width: 100%;
}
.services-thumb-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.single-service {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}


/* Services Child */
.ind-child-menus li a {
	font-size: 26px;
}

.services-child-banner-content li {
	padding-right: 30px;
	font-size: 18px;
	position: relative;
}
.services-child-banner-content li:after {
	content: '\f14a';
	font-family: 'FontAwesome';
	position: absolute;
	right: 0;
	top: 0;
}



/* About */
.our-division-leader-area {
	padding-bottom: 100px;
}
.division-leader-title {
	background-color: #c6c6c6;
	text-align: center;
	padding: 35px;
	margin-top: -70px;
	border-radius: 0 90px 0 0;
	margin-bottom: 10px;
}







/* Color */
.service-content h3, .left-banner-bottom-content h5, .main-menu ul li a:hover, .main-menu ul > li.current_page_item > a, .footer-menu ul li a:hover, .footer-menu ul li.current_page_item a, .footer-address li::before, .sn-res-cnt h3, .gal-cnt h5, .page-banner-bottom-contents h2, .overly-content h3, .services-child-banner-content li:after {
	color: #bb38c9;
}


#nav > li:last-child > a:hover, #nav > li.menu-button > a:hover, #nav > li.current_page_item:last-child a, .filters-button-group .button:hover, .filters-button-group .button.active {
	background-color: #bb38c9;
}
.btn.fill:hover {
	background: #bb38c9;
	border-color: #bb38c9;
}








/* Responsive */


/*
 * Large devices (desktops, less than 1200px)
 */

@media (max-width: 1199.98px) {
	.logo img {
		max-width: 140px;
	}
	h2 {
		font-size: 42px;
	}
	.divi-button a {
		font-size: 10px;
	}

	.ind-left-cnt h2 {
		font-size: 30px;
	}
	.gal-cnt {
		padding: 50px;
	}
}

/*
 * Medium devices (tablets, less than 992px)
 */

@media (max-width: 991.98px) {
	.mobile-header {
		display: flex;
	}
	.menu-with-info {
		justify-content: flex-end;
	}
	.new-menu-open {
		color: #2c2c2c;
		font-size: 30px;
		cursor: pointer;
	}
	.new-menu-open:hover {
		color: #ddd;
	}

	.slicknav_menu {
		display: block;
	}
	.slicknav_menu {
		background: transparent;
		margin-right: -15px;
		margin-left: -15px;
		padding: 0;
	}
	.slicknav_nav {
		background: #fff;
		padding: 15px 0;
		position: absolute;
		width: 100%;
	}
	.slicknav_btn {
		margin: 5px 5px 6px;
		text-decoration: none;
		text-shadow: none;
		border-radius: 0;
		background-color: #eee;
		position: absolute;
		right: 10px;
		top: 7px;
		display: none;
	}
	.slicknav_menu .slicknav_icon-bar {
		background-color: #222;
	}
	.slicknav_nav .slicknav_row:hover {
		background: transparent;
		color: #ddd;
	}
	.slicknav_nav a {
		text-decoration: none;
		color: #bdbdbd;
		text-transform: uppercase;
		font-weight: 700;
	}
	.divisions-mega-menu ul.sub-menu img {
		max-width: 90px;
	}
	.divisions-mega-menu .sub-menu {
		display: flex;
	}
	.slicknav_nav li a:hover {
		background: transparent;
	}


	.single-divisions {
		width: calc(100%/2 - 15px);
		margin-bottom: 40px;
	}
	.ind-left, .ind-right {
		width: 100%;
	}
	.ind-left-img {
		height: 400px;
	}
	.ft-left-img {
		width: 100%;
		height: 300px;
	}
	.ft-right-content {
		width: 100%;
	}

	/* About */
	.inner-page-banner-area {
		padding: 150px 0 200px;
	}
	.page-banner-bottom-contents {
		padding: 60px;
	}
	.ab-first-img img {
		width: 100%;
	}
	.ab-first-img {
		border-radius: 0 50px 0 0;
		margin-top: 40px;
	}
	.single-abt-child {
		width: calc(100%/2 - 40px);
	}
	.footer-menu ul li a {
		padding: 0 5px;
		font-size: 13px;
	}

	/* Ind Childs */
	.ind-cnt h2 {
		font-size: 34px;
	}
	.single-ind-child {
		width: calc(100%/2 - 20px);
		margin-bottom: 40px;
	}
	.ind-child-menus li a {
		font-size: 30px;
	}



	/* News */
	.post-image {
		height: 150px;
	}

	/* Contact */
	.left-cnt-info {
		width: 45%;
	}
	.left-cnt-form {
		width: calc(100% - 45%);
	}


	.banner-area {
		padding: 120px 0 300px;
	}
	.single-res {
		padding: 50px;
	}















}



@media (max-width: 782px) {
	.admin-bar .header {
		top: 46px;
	}
}

/*
 * Small devices (landscape phones, less than 768px)
 */
@media (max-width: 767.98px) {
	.divisions-mega-menu .sub-menu {
		flex-wrap: wrap;
	}
	.divisions-mega-menu .sub-menu li {
		float: left;
		width: 50%;
		margin-bottom: 15px;
	}
	.inner-page-banner-area::before, .banner-area::before {
	    background: -webkit-linear-gradient(left, rgba(255,255,255,0.5) 0%, rgba(255,255,255,0.85) 40%, rgba(255,255,255,0.85) 100%);
	    background: -o-linear-gradient(left, rgba(255,255,255,0.5) 0%, rgba(255,255,255,0.85) 40%, rgba(255,255,255,0.85) 100%);
	    background: linear-gradient(to right, rgba(255,255,255,0.5) 0%, rgba(255,255,255,0.85) 40%, rgba(255,255,255,0.85) 100%);
	    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#d9ffffff',GradientType=1 );
	}
	.logo img {
    	max-width: 100px!important;
	}
	h1 {
		font-size: 30px;
	}
	.single-banner {
		padding: 90px 0 300px;
	}
	.banner-content p {
		padding-left: 0;
	}
	.left-banner-bottom-content {
		width: 100%;
		text-align: center;
		margin-bottom: 15px;
	}
	h2 {
		font-size: 30px;
	}
	.right-banner-bottom-content {
		width: 100%;
		padding-left: 0;
		text-align: center;
	}
	.banner-bottom-contents {
		padding: 50px 20px;
	}
	.ind-left-cnt {
		max-width: 90%;
		left: -8px;
		padding: 50px 25px;
	}
	.ind-right {
		padding: 50px 20px;
	}
	.ind-child-menus {
		display: none;
	}
	.sn-fe-content p {
		font-size: 18px;
	}
	.sn-fe-info {
		padding-right: 15px;
	}
	.sn-fe-info p {
		font-size: 14px;
	}
	.footer-map {
		position: unset;
		width: 100%;
		height: 100%;
		margin-top: 30px;
	}
	.footer-top {
		padding: 50px 0 0;
	}
	.footer-logo-with-address {
		margin-bottom: 50px;
		flex-direction: column;
	}
	.footer-memberships {
		margin-top: 50px;
		text-align: center;
	}
	.footer-logo {
		margin-bottom: 30px;
	}
	.footer-menu ul {
		text-align: center;
	}
	.footer-address {
		padding-left: 0;
	}

	.trusted-by-lists {
	    padding: 0;
	    display: flex;
	    flex-wrap: wrap;
	    align-items: center;
	}
	.single-trusted-by {
	    flex-basis: 50%;
	    margin-bottom: 50px;
	}
	.trusted-by-area {
	    padding: 100px 0 100px;
	}

	/* About */
	.inner-page-banner-area {
		padding: 80px 0 150px;
	}
	.innner-banner-content p {
		color: #2c2c2c;
		font-size: 20px;
	}
	.cta-action-area {
		padding: 70px 0;
	}
	.cta-action-content {
		padding: 50px 30px;
	}

	.cta-title {
		width: 100%;
		text-align: center;
	}
	.cta-content {
		width: 100%;
		padding-left: 0;
		text-align: center;
		margin-top: 20px;
	}
	.page-banner-bottom-contents {
		border-radius: 60px 0 0 0;
	}
	.page-banner-bottom-contents {
		padding: 30px;
	}



	/* Team */
	.sn-team-content {
		width: 100%;
	}
	.sn-team-img {
		width: 100%;
	}
	.sn-team-content::before, .single-team-list:nth-child(2n) .sn-team-content::before, .sn-te-content::after, .single-testimonial:nth-child(2n) .sn-te-content::after {
		border-left: 12px solid transparent;
		border-top: 16px solid #fff;
		border-right: 12px solid transparent;
		right: auto;
		left: 50%;
		transform: translateX(-50%);
		bottom: -16px;
		border-bottom: none;
		top: auto;
	}

	.single-team-list:nth-child(2n), .single-testimonial:nth-child(2n) {
		flex-flow: inherit;
		flex-wrap: wrap;
	}

	.page-template-template-mission .banner-bottom-contents {
		margin-top: -100px;
	}

	/* Testimonials */
	.sn-te-content {
		width: 100%;
	}
	.sn-te-img {
		width: 100%;
	}

	/* Divisions */
	.our-division-parent-page-lists .single-divisions {
		width: calc(100%/2 - 20px);
		margin-bottom: 40px;
	}
	/* Divisions Childs */
	.divi-child-icons {
		margin-top: 30px;
	}

	/* News */
	.news-sidebar {
		margin-bottom: 50px;
	}
	.ns-left-content {
		width: 100%;
	}
	.ns-left-content {
		width: 100%;
		padding: 50px;
	}
	.news-single-content {
		margin-bottom: 30px;
	}
	#primary {
		padding: 40px 0;
	}

	/* Contact */
	.left-cnt-info {
		width: 100%;
	}
	.left-cnt-form {
		width: 100%;
	}

	.left-cnt-address::before {
		display: none;
	}

	/* ind child */
	.ind-child-menus li a {
		text-align: center;
	}

	.right-banner-bottom-content.text-left {
		text-align: center !important;
	}

	.project-element a .overly-content {
	    opacity: 0;
	    visibility: invisible;
	}

	.single-service {
		grid-column: span 3;
	}
	.single-res {
		width: 100%;
		padding: 30px;
	}
	.gallery-left-content, .gallery-right-content {
		width: 100%;
	}
	.grid-item, .grid-sizer {
		width: calc(100%/2);
	}

	.embed-responsive-16by9::before {
		padding-top: 70.25%;
	}
}


@media (max-width: 600px) {
	.admin-bar .header.sticky-active {
		top: 0;
	}


}

/*
 * Extra small devices (portrait phones, less than 576px)
 */

@media (max-width: 575.98px) {
	/* 404 */
	.error-404 {
		padding: 50px 0;
	}
	.error-404 h1 {
		font-size: 100px;
	}
	.single-divisions {
		width: 100%;
		margin-bottom: 40px;
	}
	.single-abt-child {
		width: 100%;
	}
	.history-lists {
		padding: 0;
	}
	.our-division-parent-page-lists .single-divisions {
		width: calc(100%/1);
	}

	.single-ind-child {
		width: 100%;
	}
	.banner-bottom-contents {
		border-radius: 60px 0 0 0;
	}

	.grid-item, .grid-sizer {
		width: calc(100%/1);
	}
	.filters-button-group {
	    flex-wrap: wrap;
	    flex-direction: column;
	}
	.filters-button-group .button {
		margin-bottom: 10px;
	}
	.trusted-by-area .section-title {
    	margin-bottom: 20px;
	}
}












