/*!
Theme Name: AM King
Theme URI: http://underscores.me/
Author: Digital Alchemy
Author URI: https://godigitalalchemy.com/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: amking
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* 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.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

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

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

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

/* 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;
}

/**
 * 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;
}

/* Box sizing
--------------------------------------------- */

/* 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;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: franklin-gothic-urw,sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 32px;
}

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

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

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

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	background: #fff;
	overflow-x: hidden;
}

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

dd {
	margin: 0 1.5em 1.5em;
}

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

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

figure {
	margin: 1em 0;
}

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

/* Links
--------------------------------------------- */
a {
	color: #7B6856;
}

a:visited {
	color: #7B6856;
}

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

a:focus {
	outline: none;
}

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

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid #7B6856;
	outline: 0;
	background: #7B6856;
	line-height: 50px;
	padding: 0 60px;
	color: #FFFFFF !important;
	text-transform: uppercase;
	font-size: 13px !important;
	font-weight: 500;
	display: inline-block;
	text-decoration: none;
	cursor: pointer;
	transition: ease-in-out 0.25s color, ease-in-out 0.25s background;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	background: transparent;
	color: #A7957E !important;
}

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 {
	background: transparent;
	border: 1px solid #7B6856;
	color: #A7957E !important;
}

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 {
	background-color: #F4F4F4;
	line-height: 57px;
	border: 0;
	border-bottom: 3px solid #F4F4F4;
	outline: 0;
	padding: 0 20px !important;
	letter-spacing: 2.6px !important;
	color: #2B2B2B;
	text-transform: uppercase;
	font-size: 13px !important;
	margin-bottom: 3px;
	font-weight: 700;
	transition: ease-in-out 0.25s border;
}

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: #2b2b2b;
	border-bottom: 3px solid #7B6856;
}
input[type="text"]:focus::placeholder,
input[type="email"]:focus::placeholder,
input[type="url"]:focus::placeholder,
input[type="password"]:focus::placeholder,
input[type="search"]:focus::placeholder,
input[type="number"]:focus::placeholder,
input[type="tel"]:focus::placeholder,
input[type="range"]:focus::placeholder,
input[type="date"]:focus::placeholder,
input[type="month"]:focus::placeholder,
input[type="week"]:focus::placeholder,
input[type="time"]:focus::placeholder,
input[type="datetime"]:focus::placeholder,
input[type="datetime-local"]:focus::placeholder,
input[type="color"]:focus::placeholder,
textarea:focus::placeholder{
	color: #2b2b2b;
}

select {
	background-color: #F4F4F4;
	height: 60px;
	border: 0;
	outline: 0;
	padding: 0 20px;
	letter-spacing: 2.6px;
	color: #2B2B2B;
	text-transform: uppercase;
	font-size: 13px;
	margin-bottom: 19px;
	font-weight: 700;
}

textarea {
	width: 100%;
	height: 150px !important;
	resize: none;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* 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;
}

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

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

/* 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 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;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack 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;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* 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 {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

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


/*Custom Styling
=============================*/
p{ margin: 0 0 20px; }
p:last-child{ margin: 0 0 0; }

.container {
	max-width: 1208px;
	padding: 0 20px;
	margin: 0 auto;
}
h1{
	font-size: 4vw;
    line-height: 4.375vw;
	color: #000;
	text-transform: uppercase;
	font-weight: 700;
	margin: 0 0 32px;
}
h2{
	font-size: 3vw;
    line-height: 3.5vw;
	color: #262626;
	text-transform: uppercase;
	font-weight: 700;
	margin: 0 0 32px;
}
h3{
	font-size: 30px;
    line-height: 32px;
	color: #2B2B2B;
	font-weight: 500;
	margin: 0 0 32px;
}
h4{
	font-size: 1.75vw;
	line-height: normal;
	font-weight: 700;
	margin-bottom: 24px;
	color: #2B2B2B;
}
h5{
	font-size: 23px;
    line-height: 29px;
	font-weight: 700;
	margin: 0 0 32px;
	letter-spacing: 2.4px;
	color: #7B6856;
	text-transform: uppercase;
}
h6{
	font-size: 20px;
    line-height: 26px;
	font-weight: 700;
	margin: 0 0 24px;
	color: #262626;
	text-transform: capitalize;
}


.btn{
	background: #7B6856;
	line-height: 50px;
	padding: 0 32px;
	color: #FFFFFF !important;
	text-transform: uppercase;
	font-size: 15px;
	font-weight: 500;
	display: inline-block;
	text-decoration: none;
	transition: ease-in-out 0.25s color, ease-in-out 0.25s background;
}
.btn:hover{
	background: #a7957e;
	color: #fff;
}
.btn.transparent{
	background: transparent;
	border: 1px solid #7B6856;
	color: #A7957E !important;
}


.page-template-template-video .subscribe-bar {
	right: -105px;
}

.guide-video-frame {
	padding: 50px 0 0;
}

.video-btn:hover {
	background-color: #a7957e;
    color: #fff !important;
}


/*=====================================================================
[Header]
======================================================================*/

.header {
	width: 100%;
	background-color: #171717;
	color: #BFBFBF;
	position: sticky;
	top: 0;
	left: 0;
	z-index: 999;
	transition: ease-in-out 0.3s background-color;
	-webkit-transition: ease-in-out 0.3s background-color;
}
.home .header {
	background-color: transparent;
	position: fixed;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.home .header.active {
	background-color: #171717;
	border-bottom: none;
}


.header .container {
	max-width: 1340px;
}

.header-top {
	width: 100%;
	padding: 9px 0;
	background-color: #7B6756;
	color: #FFFFFF;
	font-size: 14px;
	line-height: 16px;
}
.header-top .container {
	display: flex;
	justify-content: flex-end;
	flex-wrap: wrap;
}

.header-social {
	display: flex;
}
.header-social a {
	text-decoration: none;
	color: #fff;
	display: block;
	margin: 0 5px;
}
.header-social a:hover {
	color: #BFBFBF;
}

.top-menu ul {
	padding: 0;
	margin: 0;
	list-style: none;
	display: flex;
}
.top-menu ul li {
	font-size: 14px;
	line-height: 16px;
	font-weight: 400;
	text-transform: uppercase;
	padding: 0 14px;
	position: relative;
}
.top-menu ul li:last-child {
	padding-right: 0;
}
.top-menu ul li:after {
	content: "";
	width: 1px;
	height: 16px;
	background-color: #fff;
	position: absolute;
	top: 0;
	right: 0;
}
.top-menu ul li:last-child:after {
	display: none;
}

.top-menu ul li a {
	text-decoration: none;
	color: #fff;
}
.top-menu ul li a:hover {
	color: #BFBFBF;
}


.header-main {
	width: 100%;
	/*padding: 16px 0;*/
}
.header-main .container {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}

.logo {
	width: 86px;
}

.main-menu {
	width: calc(100% - 172px);
	position: relative;
}
.main-menu .menu-slider {
	position: absolute;
    bottom: 0;
    width: 25%;
    height: 3px;
    box-shadow: 0 4px #7b6856;
    transition: all 0.3s ease-in-out;
}

.main-menu ul {
	padding: 0;
	margin: 0;
	list-style: none;
	display: flex;
	justify-content: center;
}

.main-menu ul li {
	font-size: 16px;
	line-height: 16px;
	font-weight: 400;
	color: #BFBFBF;
	padding: 0px 15px;
	text-transform: uppercase;

}
.main-menu ul li a {
	text-decoration: none;
	color: #BFBFBF;
	position: relative;
	padding: 32px 0;
	display: block;
	transition: ease-in-out 0.25s color;
	-webkit-transition: ease-in-out 0.25s color;
}
.main-menu ul li:hover a, .main-menu ul li.current-menu-item a {
	color: #fff;
}
.main-menu ul li a:after{
	content: "";
	width: 0%;
	height: 3px;
	background-color: #7B6756;
	position: absolute;
	left: 50%;
	bottom: 0px;
	transform: translateX(-50%);
	transition: ease-in-out 0.25s width;
}
.main-menu ul li:hover a:after,
.main-menu ul li.current-menu-item a:after{
	width: 100%;
}

.search-area {
	width: 86px;
	color: #BFBFBF;
	text-align: right;
}
.search-area a {
	text-decoration: none;
	color: #BFBFBF;
}



/*======================================
[Footer]
======================================*/
.footer {
	width: 100%;
	padding: 117px 0 52px;
	background-color: #262626;
	position: relative;
}

.footer:before {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	clip-path: polygon(0 71%, 0% 100%, 100% 100%);
	background-color: #1d1d1d;
	z-index: 1;
}
.footer:after {
	content: "";
	display: block;
	position: absolute;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	clip-path: polygon(100% 0, 0 100%, 100% 100%);
	background-color: rgba(26,26,26,0.2);
	z-index: 2;
	mix-blend-mode: multiply;
}

.footer .container {
	position: relative;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: flex-start;
	z-index: 3;
}

.footer-left {
	width: 23%;
}
.footer-logo {
	width: 142px;
}
.footer-right {
	width: 76%;
}

.footer-top {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}

.footer-top .footer-widgets {
	width: 25%;
	margin-bottom: 22px;	
	font-size: 15px;
	font-weight: 300;
	line-height: 24px;
	color: #BFBFBF;
	padding-right: 6.2%;
}
.footer-top .footer-widgets#text-4 {
	width: 30%;
	padding-right: 0;
}

.footer-widgets.widget_text a {
	text-decoration: none;
	color: #BFBFBF;
}

.footer-widgets.widget_text a:hover {
	color: #fff;
}

.footer-top .footer-widgets:nth-child(4) {
	padding-right: 0;
	margin-left: auto;
}
.footer-widgets p {
	margin: 0;	
}

.footer-widgets ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
.footer-widgets ul li {
	font-size: 18px;
	line-height: 24px;
	font-weight: 400;
	color: #BFBFBF;
	display: block;
	padding-bottom: 8px;
}
.footer-widgets ul li a {
	text-decoration: none;
	color: #BFBFBF;
}
.footer-widgets ul li.heading-text {
	font-size: 16px;
	font-weight: 700;
	color: #A7957E;
	border-bottom: #636363 1px solid;
	margin-bottom: 15px;
}
.footer-widgets ul li.heading-text a {
	color: #A7957E;
	display: inline-block;
	padding-right: 12px;
	position: relative;
}
.footer-widgets ul li.heading-text a:after {
	font-family: "Font Awesome 5 Pro";
	content: "\f0da";
	position: absolute;
	right: 0;
	top: 0;
}

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


.footer-bottom {
	padding: 45px 0 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	font-size: 13px;
	line-height: 24px;
	color: #BFBFBF;
}

.copyright-section {
	width: 50%;
	display: flex;
}
.copyright-section span {
	display: block;
	margin-right: 20px;
}

.copyright-section a {
	text-decoration: none;
	color: #BFBFBF;
}


.footer-social {
	width: 40%;
	font-size: 13px;
	line-height: 24px;
	color: #BFBFBF;
	display: flex;
	justify-content: flex-end;
}
.footer-social span {
	display: block;
	margin-right: 8px;
}
.footer-social a {
	text-decoration: none;
	color: #BFBFBF;
	display: block;
	margin: 0 8px;
}
.footer-social a:hover {
	color: #fff;
}

/*=========================================
[Parallax Hero]
===========================================*/
.outer-hero-bg {
	background-color: rgba(38, 38, 38, 0.9);
	position: relative;
	z-index: -1;
}
.hero-holder {
	width: 100%;
	height: 100vh;
	overflow: hidden;
}

.p-hero {
	position: fixed !important;
	width: 100%;
	height: 100vh;
	overflow: hidden;
	background-color: #000;
	top: 0;
	left: 0;
}


.hero-overlay {
	width: 100%;
	height: 100vh;
	position: relative;
	z-index: 2;
	display: flex;
	justify-content: flex-end;
	align-items: center;

	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0.75+0,0.35+100 */
background: -moz-linear-gradient(top,  rgba(0,0,0,0.75) 0%, rgba(0,0,0,0.35) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(0,0,0,0.75) 0%,rgba(0,0,0,0.35) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(0,0,0,0.75) 0%,rgba(0,0,0,0.35) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bf000000', endColorstr='#59000000',GradientType=0 ); /* IE6-9 */
}

.caption_centered {
	width: 100%;
	height: 180px;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
}

.caption_centered h1 {
	font-size: 8vw;
	line-height: 8vw;
	color: #fff;
	font-weight: 700;
	padding: 0;
	margin: 0;
	overflow: hidden;
	opacity: 0;
}
.caption_centered h1.load-text {
	opacity: 1;
}

.caption_centered h1 span {
	position: relative;
	bottom: -190px;
	opacity: 0;
}
.caption_centered h1 span:first-child {
	transition: ease-in-out 0.2s bottom, ease-in-out 0.2s opacity;
	-webkit-transition: ease-in-out 0.2s bottom, ease-in-out 0.2s opacity;
}
.caption_centered h1 span:nth-child(2) {
	transition: ease-in-out 0.3s bottom, ease-in-out 0.3s opacity;
	-webkit-transition: ease-in-out 0.3s bottom, ease-in-out 0.3s opacity;
}
.caption_centered h1 span:nth-child(3) {
	transition: ease-in-out 0.4s bottom, ease-in-out 0.4s opacity;
	-webkit-transition: ease-in-out 0.4s bottom, ease-in-out 0.4s opacity;
}
.caption_centered h1 span:nth-child(4) {
	transition: ease-in-out 0.5s bottom, ease-in-out 0.5s opacity;
	-webkit-transition: ease-in-out 0.5s bottom, ease-in-out 0.5s opacity;
}
.caption_centered h1 span:nth-child(5) {
	transition: ease-in-out 0.5s bottom, ease-in-out 0.5s opacity;
	-webkit-transition: ease-in-out 0.5s bottom, ease-in-out 0.5s opacity;
}
.caption_centered h1 span:nth-child(6) {
	transition: ease-in-out 0.5s bottom, ease-in-out 0.5s opacity;
	-webkit-transition: ease-in-out 0.5s bottom, ease-in-out 0.5s opacity;
}
.caption_centered h1 span:nth-child(7) {
	transition: ease-in-out 0.6s bottom, ease-in-out 0.6s opacity;
	-webkit-transition: ease-in-out 0.6s bottom, ease-in-out 0.6s opacity;
}
.caption_centered h1 span:nth-child(8) {
	transition: ease-in-out 0.6s bottom, ease-in-out 0.6s opacity;
	-webkit-transition: ease-in-out 0.6s bottom, ease-in-out 0.6s opacity;
}
.caption_centered h1 span:nth-child(9) {
	transition: ease-in-out 0.7s bottom, ease-in-out 0.7s opacity;
	-webkit-transition: ease-in-out 0.7s bottom, ease-in-out 0.7s opacity;
}
.caption_centered h1 span:nth-child(10) {
	transition: ease-in-out 0.7s bottom, ease-in-out 0.7s opacity;
	-webkit-transition: ease-in-out 0.7s bottom, ease-in-out 0.7s opacity;
}
.caption_centered h1 span:nth-child(11) {
	transition: ease-in-out 0.8s bottom, ease-in-out 0.8s opacity;
	-webkit-transition: ease-in-out 0.8s bottom, ease-in-out 0.8s opacity;
}
.caption_centered h1 span:nth-child(12) {
	transition: ease-in-out 0.8s bottom, ease-in-out 0.8s opacity;
	-webkit-transition: ease-in-out 0.8s bottom, ease-in-out 0.8s opacity;
}
.caption_centered h1 span:nth-child(13) {
	transition: ease-in-out 0.8s bottom, ease-in-out 0.8s opacity;
	-webkit-transition: ease-in-out 0.8s bottom, ease-in-out 0.8s opacity;
}
.caption_centered h1 span:nth-child(14) {
	transition: ease-in-out 0.9s bottom, ease-in-out 0.9s opacity;
	-webkit-transition: ease-in-out 0.9s bottom, ease-in-out 0.9s opacity;
}

.caption_centered h1 span:nth-child(16) {
	transition: ease-in-out 0.9s bottom, ease-in-out 0.9s opacity;
	-webkit-transition: ease-in-out 0.9s bottom, ease-in-out 0.9s opacity;
}
.caption_centered h1 span:nth-child(17) {
	transition: ease-in-out 0.9s bottom, ease-in-out 0.9s opacity;
	-webkit-transition: ease-in-out 0.9s bottom, ease-in-out 0.9s opacity;
}
.caption_centered h1 span:nth-child(18) {
	margin-right: 3px;
	transition: ease-in-out 1s bottom, ease-in-out 1s opacity;
	-webkit-transition: ease-in-out 1s bottom, ease-in-out 1s opacity;
}
.caption_centered h1 span:nth-child(19) {
	transition: ease-in-out 1.1s bottom, ease-in-out 1.1s opacity;
	-webkit-transition: ease-in-out 1.1s bottom, ease-in-out 1.1s opacity;
}
.caption_centered h1 span:nth-child(20) {
	transition: ease-in-out 1.2s bottom, ease-in-out 1.2s opacity;
	-webkit-transition: ease-in-out 1.2s bottom, ease-in-out 1.2s opacity;
}
.caption_centered h1 span:nth-child(21) {
	transition: ease-in-out 1.2s bottom, ease-in-out 1.2s opacity;
	-webkit-transition: ease-in-out 1.2s bottom, ease-in-out 1.2s opacity;
}
.caption_centered h1 span:nth-child(22) {
	transition: ease-in-out 1.2s bottom, ease-in-out 1.2s opacity;
	-webkit-transition: ease-in-out 1.2s bottom, ease-in-out 1.2s opacity;
}



.caption_centered h1.load-text span {
	bottom: 0;
	opacity: 1;
}

.jarallax {
    position: relative;
    z-index: 0;
}
.jarallax > .jarallax-img {
    position: absolute;
    object-fit: cover;
    /* support for plugin https://github.com/bfred-it/object-fit-images */
    font-family: 'object-fit: cover;';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}


/*TA content with Background
========================*/
.ccwb_section{
	padding: 277px 0 245px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	position: relative;
}
.ccwb_section:before {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	background-color: rgba(38, 38, 38, 0.9);
	mix-blend-mode:  multiply;
}

.ccwb-content{
	max-width: 860px;
	margin: 0 auto;
	color: #fff;
	position: relative;
	z-index: 2;
	text-align: center;
	font-size: 24px;
	line-height: 30px;
}
.ccwb-content h2{
	margin: 0 0 32px;
	color: #FFFFFF;
}
.ccwb-content p{
	margin-bottom: 80px;
}
.ccwb-content a{
	display: inline-block;
	margin: 0 10px;
}

/*.ccwb-overlay{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	background: #262626 0% 0%;
	border: 1px solid #707070;
	opacity: 0.55;
}*/

/*Animated arrow
======================*/
.animated-arrow{
  position: absolute;
  bottom: 0px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  z-index: 3;
}
.animated-arrow a{
  color: #fff;
  font-size: 40px;
  padding: 0 10px;
}
.animated-arrow a img{
  display: block;
}
.bounce {
  -moz-animation: bounce 2s infinite;
  -webkit-animation: bounce 2s infinite;
  animation: bounce 2s infinite;
}

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-30px);
  }
  60% {
    transform: translateY(-15px);
  }
}


/*Tab Section
=======================*/
.tab_section{
	padding: 97px 0 107px;
	background-color: #fff;
}
.tab_section h2{
	margin: 0 0 80px;
	text-align: center;
}
.tab-nav{
	border-bottom: 2px solid #EFEFEF;
	margin-bottom: 99px;
}
.tab-nav ul{
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.tab-nav ul li{
	display: block;
	position: relative;
	margin-right: 40px;
	padding-bottom: 22px;
	display: block;
	color: #898989;
	text-transform: uppercase;
	font-size: 18px;
	text-decoration: none;
	cursor: pointer;
}
.tab-nav ul li:last-child{
	margin-right: 0;
}
.tab-nav ul li.active{
	color: #7B6856;
	font-weight: 700;
}
.tab-nav ul li.active:after{
	content: "";
	position: absolute;
	left: 0;
	bottom: -3px;
    height: 4px;
	width: 100%;
	background-color: #7B6856;
}
.tab-nav ul li a {
	text-decoration: none;
	color: #898989;
}

.tab-nav ul li a:hover {
	color: #7B6856;
}

.tab-content-wrap{
	overflow: hidden;
}
.tab-row{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 0 -16px;
	background-color: #fff;
}

.tab-image, .tab-content{
	width: 50%;
	padding: 0 16px;
}

.tab-image img {
	width: 100%;
	height: 398px;
	object-fit: cover;
}

.tab-content h4{
	color: #7B6856;
	text-transform: uppercase;
	font-size: 18px;
	margin: 0 0 24px;
	font-weight: 700;
}
.tab-content h5{
	color: #262626;
	font-size: 18px;
	letter-spacing: normal;
	margin: 0 0 24px;
	font-weight: 700;
	line-height: 22px;
	text-transform: none;
}
.tab-content p{
	line-height: 24px;
	margin-bottom: 24px;
}
.tab-content small{
	display: block;
	color: #626262;
	font-size: 15px;
	line-height: 20px;
	margin-bottom: 28px;
	font-weight: 400;
}
.tab-content a{
	display: inline-block;
	color: #2B2B2B;
	text-transform: uppercase;
	font-size: 15px;
	line-height: 32px;
	font-weight: 500;
	border-bottom: 2px solid #BFBFBF;
	padding-bottom: 8px;
	text-decoration: none;
	margin-right: 10px;
}
.tab-content a.btn {
	border: none;
	padding: 0 26px;
	line-height: 39px;
}


.panes, .panes2{	display:none;}
.tab-content-wrap.panes:first-child{ display: block; }
.slick-dots{
	list-style: none;
    padding: 0;
    margin: 26px 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.slick-dots li{
	margin: 0 5px;
	line-height: normal;
}
.slick-dots li button{
	border: 1px solid #BFBFBF;
	background-color: transparent;
	border-radius: 50%;
	width: 8px;
	height: 8px;
	text-indent: -9999px;
	padding: 0;
    margin: 0;
}
.slick-dots li.slick-active button{
	background-color: #7B6856;
	border-color: #7B6856;
}

/*================================================
[New Slide Tab]
================================================*/
.mob-tab-menu {
	margin: 0;
	list-style: none;
	width: 100%;
    background-color: #fff;
    position: absolute;
    top: 55px;
    left: 0;
    z-index: 99;
    padding: 0 20px;
    border: #BFBFBF 1px solid;
    border-top: none;
}
.mob-tab-menu li {
	display: block;
    position: relative;
    margin-right: 40px;
    padding-bottom: 22px;
    display: block;
    color: #898989;
    text-transform: uppercase;
    font-size: 18px;
    text-decoration: none;
    cursor: pointer;
}
.mob-tab-menu li.active {
	color: #7B6856;
    font-weight: 700;
}




.tabs-nav{position:relative;z-index:10;}
.tabs-nav__item{}
.tabs-nav__item.active .tabs-nav__link{} /* active tab */
.tabs-nav__link{}
.tabs-nav__drag{margin:20px 0 0;position:absolute;} /* drag */
.tabs-nav__drag.active{}

.tabs-content{position:relative;overflow:hidden;} /* change overflow to visible if you need */
.tabs-content .tabs-content{}
.tabs-content .tabs-nav{}

.tab{width:100%;position:absolute;top:0;left:0;opacity:0;-webkit-transition-timing-function:linear;-ms-transition-timing-function:linear;transition-timing-function:linear;}
.tab.active{position:relative;opacity:1;}
.tab.slide{display:none;opacity:0;}
.tab.slide.active{display:block; opacity: 1;}
.tab.slide.moved{display:block;}


/* animation for "slide" type from animated.css library */
@-webkit-keyframes slideInLeft{from{-webkit-transform:translate3d(-100%, 0, 0);transform:translate3d(-100%, 0, 0);visibility:visible;}
 to{-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0);}
}
@keyframes slideInLeft{from{-webkit-transform:translate3d(-100%, 0, 0);transform:translate3d(-100%, 0, 0);visibility:visible;}
 to{-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0);}
}
.slideInLeft{-webkit-animation-name:slideInLeft;animation-name:slideInLeft;}
@-webkit-keyframes slideInRight{from{-webkit-transform:translate3d(100%, 0, 0);transform:translate3d(100%, 0, 0);visibility:visible;}
 to{-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0);}
}
@keyframes slideInRight{from{-webkit-transform:translate3d(100%, 0, 0);transform:translate3d(100%, 0, 0);visibility:visible;}
 to{-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0);}
}
.slideInRight{-webkit-animation-name:slideInRight;animation-name:slideInRight;}
@-webkit-keyframes slideOutLeft{from{-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0);}
 to{visibility:hidden;-webkit-transform:translate3d(-100%, 0, 0);transform:translate3d(-100%, 0, 0);}
}
@keyframes slideOutLeft{from{-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0);}
 to{visibility:hidden;-webkit-transform:translate3d(-100%, 0, 0);transform:translate3d(-100%, 0, 0);}
}
.slideOutLeft{-webkit-animation-name:slideOutLeft;animation-name:slideOutLeft;}
@-webkit-keyframes slideOutRight{from{-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0);}
 to{visibility:hidden;-webkit-transform:translate3d(100%, 0, 0);transform:translate3d(100%, 0, 0);}
}
@keyframes slideOutRight{from{-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0);}
 to{visibility:hidden;-webkit-transform:translate3d(100%, 0, 0);transform:translate3d(100%, 0, 0);}
}
.slideOutRight{-webkit-animation-name:slideOutRight;animation-name:slideOutRight;}


/*Services
=======================*/
.services-section{
	background-color: #262626;
	padding: 104px 0 96px;
	position: relative;
	overflow: hidden;
}
.services-section .container{
	position: relative;
	z-index: 2;
}
.services-section:after{
	content: "";
    position: absolute;
    right: 0;
    top: 0;
    background-color: #000;
    width: 100%;
    height: 100%;
    z-index: 1;
    clip-path: polygon(100% 0%, 57% 100%, 100% 100%);
}

.services-section h2{
	font-size: 48px;
	line-height: 56px;
	color: #FFFFFF;
	margin: 0 0 40px;
}
.services-row{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.service-list{
	width: calc(100% - 550px);
}
.service-list ul{
	list-style: none;
	padding: 0;
	margin: 0;
	counter-reset: li;
}
.service-list ul li{
	display: block;
	position: relative;
	cursor: pointer;
	border-bottom: 2px solid #393939;
	padding: 30px 20px 30px 65px;
	font-size: 32px;
	line-height: 48px;
	color: #BFBFBF;
	font-weight: 400;
	transition: ease-in-out 0.25s color, ease-in-out 0.25s padding;
	-webkit-transition: ease-in-out 0.25s color, ease-in-out 0.25s padding;
}
.service-list ul li:first-child{
	border-top: 2px solid #393939;
}
.service-list ul li:before {
	counter-increment: li;
    content: counter(li, decimal-leading-zero);
    display: block;
    position: absolute;
    top: 32px;
    left: 0px;
    width: 46px;
    height: 46px;
    font-size: 16px;
    line-height: 44px;
    font-weight: 700;
    color: #707070;
    text-align: center;
    border-radius: 50%;
    border: 1px solid #707070;
    transition: ease-in-out 0.25s left;
	-webkit-transition: ease-in-out 0.25s left;
}
.service-list ul li.current,
.service-list ul li:hover{
	color: #A7957E;
	padding-left: 85px;
}
.service-list ul li.current:before,
.service-list ul li:hover:before {
	left: 20px;
	color: #fff;
}
.service-list ul li:after,
.service-list ul li:after{
	content: "";
	position: absolute;
	left: 0;
	bottom: -2px;
    height: 3px;
	width: 0%;
	background-color: #A49581;
	transition: ease-in-out 0.25s width;
	-webkit-transition: ease-in-out 0.25s width;
}
.service-list ul li.current:after,
.service-list ul li:hover:after{
	width: 63%;
}
.service-list ul li a {
	text-decoration: none;
	color: #BFBFBF;
}
.service-list ul li a:hover {
	color: #A7957E;
}


.right-box-content{
	padding: 56px 47px;
	max-width: 396px;
	width: 100%;
	position: relative;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 0 0;
	background-color: #A7957E;
	display: none;
}
.right-box-content.current {
	display: block;
}
.service-content-box{
	position: relative;
	z-index: 2;
	font-size: 16px;
	line-height: 24px;
	color: #fff;
}
.right-box-content ul{
	padding: 0 0 0 20px;
	margin: 0 0 15px;
	position: relative;
}
.right-box-content ul li{
	color: #fff;
	font-size: 16px;
	line-height: 26px;
}

.rbc-overlay{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	background: #A7957E;
	border: 1px solid #707070;
	/*mix-blend-mode: multiply;*/
	opacity: 0.88;
}

.service-footer{
	padding-top: 40px;
}
.service-footer .btn:hover {
	background-color: #a7957e;
	color: #fff !important;
}


/*Blank
=======================*/
.blank-section{
	mix-blend-mode: multiply;
	opacity: 0.45;
}

.content-parallax-img {
	height: 524px;
}


/*Accordion Section
==========================*/
.accordion-section{
	background-color: rgba(167, 149, 126, 0.13);
}
.accordion-row{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.accordion-col{
	width: 50%;
}
.accordion-col img{
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: right;
}
.accordion-content-box{
	padding: 118px 164px 124px 124px;
}
.accordion-col h2{
	margin: 0 0 31px;
	line-height: 50px;
}

.accordion-content{
	padding: 24px 0px 24px 0;
	border-bottom: 2px solid #E8E3DC;
	color: #343434;
	position: relative;
}
.accordion-content:nth-child(2){
	border-top: 2px solid #E8E3DC;
}

.accordion-content strong{
	font-size: 24px;
	color: #535353;
	font-weight: 500;
	display: block;
	padding-right: 92px;
	position: relative;
	cursor: pointer;
}
.accordion-content strong:after{
	content: "";
	height: 3px;
	width: 16px;
	background-color: #7B6856;
	position: absolute;
	right: 25px;
	top: 50%;
	transform: translateX(-50%);
	z-index: -1;
}
.accordion-content strong:before{
	content: "";
	height: 3px;
	width: 16px;
	background-color: #7B6856;
	position: absolute;
	right: 25px;
	top: 50%;
	transform: translateX(-50%) rotate(90deg);
	z-index: -1;
}
.accordion-content strong.active:before{
	display: none;
}
.accordion-content p{
	line-height: 24px;
	margin: 24px 0 0;
	padding-right: 92px;
}


/*content-with-logos
==============================*/
.content-with-logos{
	font-size: 24px;
	font-weight: 500;
	color: #2B2B2B;
	padding: 95px 0;
	text-align: center;
	position: relative;
	z-index: 2;
}
.content-with-logos .logo-top-content{
	margin-bottom: 86px;
	line-height: 32px;
}
.cwl-logos{
	
}
.cwl-logos ul{
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
}
.cwl-logos li{
	display: block;
	padding: 0 20px;
	/*width: 16.66%;*/
}
.cwl-logos li img{
	display: block;
	margin: 0 auto;
	height: 96px;
}


/*Contact Page
======================*/
.address-area {
	padding: 120px 0 60px;
}

.address-container {
	max-width: 1206px;
	padding: 0 20px;
	margin: 0 auto;
}
.address-area .section-heading {
	padding: 0 0 50px;
}
.address-area .section-heading h2 {
	font-size: 56px;
	line-height: 58px;
	color: #262626;
	text-transform: uppercase;
	font-weight: 700;
	padding: 0;
	margin: 0 0 15px;
}
.address-area .section-heading .contact-number {
	font-size: 28px;
	color: #535353;
	line-height: 32px;
	font-weight: 500;
	display: block;
}

.contact-address-row {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	margin-left: -20px;
	margin-right: -20px;
}

.contact-address-col {
	width: 25%;
	padding: 0 20px;
	font-size: 18px;
	line-height: 24px;
	color: #2B2B2B;
	font-weight: 400;
	position: relative;
}
.contact-address-col:before {
	content: "";
	width: 1px;
	height: 100%;
	background-color: #dddddd;
	position: absolute;
	top: 0;
	left: -20px;
}
.contact-address-row .contact-address-col:first-child {
	width: 27%;
}
.contact-address-row .contact-address-col:first-child:before {
	display: none;
}


.contact-address-col h4 {
	font-size: 22px;
	line-height: 24px;
	font-weight: 700;
	text-transform: none;
	color: #2B2B2B;
	padding: 0;
	margin: 0 0 22px;
}
.contact-address-col a {
	text-decoration: none;
	color: #2B2B2B;
}

.address-area .popup-btn-area {
	padding: 50px 0;
}
.address-area .popup-btn-area a {
	text-decoration: none;
	display: inline-block;
	font-size: 15px;
	line-height: 19px;
	color: #fff;
	font-weight: 500;
	padding: 16px 32px;
	background-color: #7B6856;
}
.address-area .popup-btn-area a:hover {
	background-color: #A7957E;
}

.address-area .contact-social-area .social-links {
	justify-content: center;
}

#contact-form-popup input[type="text"], #contact-form-popup textarea {
	border: 1px solid #BFBFBF;
}
#contact-form-popup input[type="text"]:focus, , #contact-form-popup textarea:focus {
	border: 1px solid #F4F4F4;
	border-bottom: 3px solid #7B6856;
}

#contact-form-popup select {
	border: 1px solid #BFBFBF;
	color: #2B2B2B;

}

#contact-form-popup .gform_legacy_markup_wrapper.gf_browser_chrome select {
	padding: 2px 20px;
	margin-bottom: 0;
}



/*Contact Form
======================*/
.contact-form-section{
	padding-top: 80px;
	padding-bottom: 90px;
}
.contact-form-row{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.contact-lt{
	width: 100%;
	max-width: 395px;
	padding-top: 22px;
}
.contact-lt h2{
	font-size: 56px;
	margin-bottom: 14px;
}
.social-links{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.social-links a{
	color: #2B2B2B;
	font-size: 20px;
	margin-right: 20px;
}

.contact-rt{
	width: calc(100% - 395px);
}
.gform_wrapper li.hidden_label input {
    margin-top: 0 !important;
}
.gform_wrapper .top_label li.gfield.gf_left_half .ginput_container:not(.gfield_time_hour):not(.gfield_time_minute):not(.gfield_time_ampm):not(.ginput_container_date):not(.ginput_quantity):not(.datepicker):not(.gfield_signature_container), .gform_wrapper .top_label li.gfield.gf_right_half .ginput_container:not(.gfield_time_hour):not(.gfield_time_minute):not(.gfield_time_ampm):not(.ginput_container_date):not(.ginput_quantity):not(.datepicker):not(.gfield_signature_container){
	margin: 0 !important;
}
textarea{
	padding: 20px !important;
}
.gform_wrapper .gform_footer {
    padding: 0 !important;
    margin: 7px auto 0 !important;
    text-align: center;
}


/*Inner Hero
========================*/
.scrollable-banner {
	overflow: hidden;
}
.scrollable-banner .img-holder {
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    transform: scale(0.63);
    transform-origin: center;
    z-index: 1;
    top: 0;
    overflow: hidden;
}
.img-overlay {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	background: #000000 0% 0% no-repeat padding-box;
	mix-blend-mode: multiply;
	opacity: 0.4;
}

/*.scrollable-banner .img-holder:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	background: #000000 0% 0% no-repeat padding-box;
	mix-blend-mode: multiply;
	opacity: 0.4;
}*/


.scrollable-banner .img-holder img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    vertical-align: top;
}
.scrollable-banner .wrapper {
    /*height: calc(100vh - 260px);*/
    height: 750px;
    align-items: center;
    position: relative;
    z-index: 2;
    display: flex;
    text-align: center;
    justify-content: center;
}

.scrollable-banner .caption-holder h1 {
	font-size: 64px;
	line-height: 70px;
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: 2.4px;
	color: #fff;
	padding: 0;
	margin: 0;
}

.scrollable-banner .caption-holder h4 {
	font-size: 24px;
	line-height: 26px;
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: 2.4px;
	color: #fff;
	padding: 0;
	margin: 0 0 20px;
}




/*.inner-hero{
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 0 0;
	width: 100%;
	height: 100%;
	margin: 74px 0 0;
	min-height: 564px;

	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	position: relative;
}
.inner-hero-content{
	text-align: center;
	position: relative;
	z-index: 2;
}
.inner-hero-content h1{
	color: #fff;
}
.inner-hero-content h4{
	color: #fff;
}
.inner-hero-overlay{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	background: #000000 0% 0% no-repeat padding-box;
	mix-blend-mode: multiply;
	opacity: 0.4;
}*/


/*News/Media
=============================*/
.news-filter-nav {
	border-top: 1px solid #BFBFBF;
	border-bottom: 1px solid #BFBFBF;
	padding: 25px 0;
	margin-bottom: 64px;
	margin-top: 118px;
}
.news-filter-nav ul{
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
}
.news-filter-nav ul li{
	display: block;
	margin: 0 16px;
	width: auto;
	position: relative;
	opacity: 1;
}
.news-filter-nav ul li a{
	font-size: 17px;
	line-height: 22px;
	color: #2B2B2B;
	display: block;
	text-decoration: none;
}
.news-filter-nav ul li.current a, .news-filter-nav ul li.active a{
	color: #2B2B2B;
	font-weight: 700;
}

/*=======================================
[New tab styling]
========================================*/
.etabs {
	border-top: 1px solid #BFBFBF;
    border-bottom: 1px solid #BFBFBF;
    padding: 25px 0;
    margin: 118px 0 64px;
    margin-top: 118px;
    list-style: none;
    display: flex;
    justify-content: center;
    flex-direction: row-reverse;
}

.etabs li {
	display: block;
    margin: 0 16px;
}
.etabs li a {
	font-size: 17px;
    line-height: 22px;
    color: #2B2B2B;
    display: block;
    text-decoration: none;
}
.etabs li a.active {
	font-weight: 700;
}






.three-column-box{
	margin-bottom: 7px;
}
.three-column-box-row{
	display: flex;
	flex-wrap: wrap;
	/*justify-content: space-between;*/
	margin: 0 -16px;
}
.three-column-box-col{
	width: 33.33%;
	padding: 0 16px;
	margin-bottom: 58px;
	/*transform: translateY(0);
	transition: ease-in-out 0.25s transform;*/
}
/*.three-column-box-col:hover{
	transform: translateY(-12px);
}*/
.cbl-preview-image {
	border: 1px solid #BFBFBF;
	margin-bottom: 24px;
	height: 207px;
}
.cbl-preview-image img{
	width: 100%;
	height: 207px;
	object-fit: cover;
}

.tcbl-image-box{
	border: 1px solid #BFBFBF;
	margin-bottom: 24px;
	height: 207px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
}
.tcbl-image-box img{
	display: block;
}
.tcbl-content-box{
	font-size: 16px;
	line-height: 24px;
	color: #898989;
}
.tcbl-content-box strong{
	display: block;
	font-size: 13px;
	line-height: normal;
	letter-spacing: 1.3px;
	color: #A7957E;
	text-transform: uppercase;
	margin-bottom: 24px;
}
.tcbl-content-box h6{
	margin-bottom: 24px;
}
.tcbl-content-box h6 a{
	text-decoration: none;
	color: #262626;
}
.tcbl-content-box p{
	margin: 0 0 15px;
}


/*Two Column Content
===========================*/
.two-column-content {
	padding: 50px 0;
}
.two-column-content.tcc-medium {
	padding: 80px 0;
}
.two-column-content.tcc-large {
	padding: 130px 0;
}


.two-column-row{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 0 -9px;
}
.two-column-col{
	width: 50%;
	padding: 0 9px;
	font-size: 20px;
	line-height: 32px;
	color: #626262;
}


/*Basic Content
===========================*/
.basic-contect{
	padding: 50px 0;
}
.basic-contect.tbs-medium {
	padding: 100px 0;
}
.basic-contect.tbs-large {
	padding: 150px 0;
}

.basic-contect.bcw-small .container {
	max-width: 980px;
} 


.basic-contect h2 {
	text-transform: none;
}

.basic-contect h3 {
	font-size: 40px;
	line-height: 56px;
	font-weight: 500;
}
.basic-contect h4 {
	font-size: 32px;
	line-height: 40px;
	font-weight: 400;
	text-transform: none;
	padding: 0;
	margin: 0 0 20px;
}

/*Content With Background
===========================*/
.content-with-bg{
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 0 bottom;
	min-height: 540px;
	position: relative;

	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
}
.content-with-bg .container{
	position: relative;
	z-index: 2;
}
.cwbi-content{
	position: relative;
	z-index: 1;
	color: #fff;
	font-size: 20px;
	text-align: center;
}
.cwbi-content h2{
	margin-bottom: 40px;
	color: #fff;
}
.cwbi-overlay{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	background: #000000 0% 0% no-repeat padding-box;
	mix-blend-mode: multiply;
	opacity: 0.7;
}


/*Members
========================*/
.members-wrap{
	padding: 75px 0 20px;
}
.members-wrap .container{
	max-width: 1014px;
}
.member-row{
	display: flex;
	flex-wrap: wrap;
	/*justify-content: space-between;*/
	margin: 0 -41px;
}
.member-col{
	width: calc(33.33% - 82px);
	margin: 0 41px 64px;
}

.member-image{
	position: relative;
	overflow: hidden;
	margin-bottom: 20px;
}
.member-image img{
	filter: grayscale(100%);
	-webkit-filter: grayscale(100%);
	transition: ease-in-out 0.3s filter;
	-webkit-transition: ease-in-out 0.3s filter;
}
.member-col:hover .member-image img{
	filter: grayscale(0%);
	-webkit-filter: grayscale(0%);
}
.member-overlay{
	position: absolute;
	left: -100%;
	bottom: 0;
	background: #000;
	opacity: 0.8;
	line-height: 56px;
	padding: 0 20px;
	width: 48%;
	text-align: right;
	transition: ease-in-out 0.3s left;
	-webkit-transition: ease-in-out 0.3s left;
}
.member-col:hover .member-overlay{
	left: 0;
}
.member-overlay a{
	color: #fff;
	font-size: 15px;
	text-transform: uppercase;
	font-weight: 500;
	text-decoration: none;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: right;
}
.member-overlay a i{
	margin-left: 10px;
}

.member-info{
	
}
.member-info h6{
	font-size: 20px;
	line-height: 26px;
	color: #262626;
	margin: 0 0 15px;
}
.designation{
	color: #898989;
	line-height: 24px;
}
.member-info p{
	display: none;
}

.member-col:first-child{
	width: 100%;
	background:  #A7957E url(images/member-bg.svg) no-repeat right top;
	background-size: contain;
	padding: 41px 54px;
	display: flex;
    flex-wrap: wrap;
    color: #fff;
}
.member-col:first-child .member-image{
	margin-bottom: 0;
	width: 271px;
}
.member-col:first-child .member-info{
	padding-left: 48px;
	width: calc(100% - 272px);
	padding-top: 0px;
	font-size: 20px;
	line-height: 32px;
}
.member-col:first-child .member-info p{
	display: block;
}
.member-col:first-child .member-info h6 {
	color: #fff;
	font-size: 32px;
	line-height: 26px;
	margin-bottom: 10px;
}
.member-col:first-child .designation{
	color: #fff;
	font-size: 20px;
	margin-bottom: 30px;
}

.overlay-social {
	font-size: 30px;
	color: #fff !important;
	text-decoration: none;
	display: block;
	position: absolute;
	bottom: 0;
	right: -100%;
	z-index: 3;
	padding: 12px 10px;
	transition: ease-in-out 0.3s right;
}
.overlay-social:hover {
	color: #fff;
}

.member-col:hover .overlay-social {
	right: 0;
}

/*========================================
[Member Popup]
========================================*/
.member-full-info {
	max-width: 700px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.member-full-info .left-info {
	width: 38%;
	position: relative;
}

.member-social {
	font-size: 30px;
    color: #fff !important;
    text-decoration: none;
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 3;
    padding: 12px 10px;
}

.member-full-info .right-info {
	width: 57%;
}

.member-full-info .right-info h3 {
	font-size: 32px;
    line-height: 26px;
    font-weight: 700;
    margin-bottom: 10px;
}
.member-full-info .right-info .position {
	display: block;
	font-size: 16px;
    margin-bottom: 30px;
}
.member-popup .fancybox-close-small {
	background-color: #000;
}







/*Sidebar
======================*/
.blog-sidebar{
	
}
.blog-sidebar h5{
	margin-bottom: 14px;
	text-transform: uppercase;
	font-size: 18px;
	color: #7B6856;
	letter-spacing: normal;
	line-height: 16px;
}
.blog-sidebar h2{
	margin-bottom: 69px;
	line-height: 38px;
	color: #000;
}
.sidebar-search{
	background: #FFFFFF;
	border: 2px solid #DEDEDE;
	margin-bottom: 32px;
}


.single-content h2, 
.single-content h3, 
.single-content h4, 
.single-content h5, 
.single-content h6 {
	/* padding-left: 104px; */
}

.single-content blockquote p {
	padding: 0;
	margin: 0;
}

.single-content .wp-caption .wp-caption-text {
	margin: 5px 0;
	font-size: 14px;
	line-height: 18px;
} 
.single-content .wp-caption {
	margin-bottom: 45px;
}
.single-content .wp-caption img {
	margin: 0;
}

.single-content .gallery {
	margin: 0 0 45px;
}


/*===================================================
[Two Column Image with content]
====================================================*/
.tciwc-section {
	width: 100%;
	padding: 100px 0;
}

.tciwc-row {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}

.reverse-element {
	flex-direction: row-reverse;
}

.tciwc-row .img-col {
	width: 50%;
}

.tciwc-row .content-col {
	width: 45%;
}

.tciwc-row .content-col h2 {
	font-size: 40px;
	line-height: 50px;
	font-weight: 500;
	text-transform: none;
}



.content-col .btn:hover {
	background-color: #a7957e;
	color: #fff !important;
}
/*==================================================
[Special Quote]
===================================================*/
.special_quote {
	padding: 170px 0 155px;
	background-color: #A7957E;
	position: relative;
}
/*.special_quote:before {
	content: "";
	width: 309px;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	background: url(images/shape-top.svg) no-repeat 0 0;
	z-index: 1;
}
.special_quote:after {
	content: "";
	width: 202px;
	height: 100%;
	position: absolute;
	bottom: 0;
	right: 0;
	background: url(images/shape-bottom.svg) no-repeat 0 0;
	z-index: 1;
}*/

.shape-bg {
	width: auto;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 1;
}

.sq-row {
	padding: 0 70px 0 0;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	position: relative;
	z-index: 3;
}
.sq-row .sq-col {
	width: 46%;
	color: #fff;
}
.sq-title-area {
	padding-top: 26px;
}
.sq-title-area span {
	font-size: 18px;
	line-height: 32px;
	font-weight: 700;
	text-transform: uppercase;
	display: block;
}
.sq-title-area h2 {
	font-size: 48px;
	line-height: 56px;
	font-weight: 700;
	color: #fff;
	padding: 10px 0 0;
}

.sq-content blockquote{
	font-size: 24px;
	line-height: 32px;
	color: #fff;
	font-weight: 500;
	padding: 0 0 30px 0;
	margin: 0;
}
.sq-content .sq-author {
	display: block;
	font-size: 16px;
	line-height: 18px;
	color: #fff;
}

/*================================================
[Featured Projects]
=================================================*/
.featured-projects {
	width: 100%;
	padding: 70px 0;
	background-color: #262626;
}

.featured-projects .container {
	position: relative;
}

.all-project-link {
	font-size: 16px;
	line-height: 18px;
	color: #898989;
	text-decoration: underline;
	font-weight: 500;
	position: absolute;
	bottom: 0;
	right: 20px;
	transition: ease-in-out 0.3s color, ease-in-out 0.3s text-decoration;
    -webkit-transition: ease-in-out 0.3s color, ease-in-out 0.3s text-decoration;
}
.all-project-link:hover {
	text-decoration: none;
	color: #fff;
}

.featured-projects h2 {
	font-size: 48px;
	line-height: 50px;
	font-weight: 700;
	color: #BFBFBF;
	text-align: center;
	text-transform: uppercase;
	padding: 0;
	margin: 0 0 60px;
}

.projects-row {
	margin: 0 -16px;
}

.projects-row .project-col {
	display: block;
	margin: 0 16px;
	overflow: hidden;
	position: relative;
}

.projects-row .project-col img {
	width: 100%;
	height: 365px;
	object-fit: cover;
}

.project-col .project-info {
	background-color: rgba(0, 0, 0, 0.7);
	padding: 40px;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: -100%;
	z-index: 2;
	display: flex;
	align-items: flex-start;
	transition: ease-in-out 0.3s left;
    -webkit-transition: ease-in-out 0.3s left;
}

.project-col:hover .project-info {
	left: 0;
}

.project-info .project-cat {
	font-size: 14px;
	color: #c6b094;
	line-height: 16px;
	display: block;
	margin: 0 0 10px;
}

.project-info h3 {
	font-size: 20px;
	line-height: 26px;
	color: #fff;
	padding: 0;
	margin: 0 0 20px;
}

.project-info .bottom-info {
	width: 100%;
	display: flex;
	justify-content: space-between;
	color: #fff;
	font-size: 14px;
	line-height: 16px;
}

.project-info .bottom-info span {
	display: block;
}

.featured-projects .slick-dots {
	margin: 46px 0 0;
	justify-content: left;
}

.latest-posts {
	padding: 90px 0;
}

.latest-posts h2{
	font-size: 48px;
}

.project-info span.view-project {
	font-size: 13px;
	line-height: 16px;
	display: block;
	color: #fff;
	position: absolute;
	right: 40px;
	bottom: 40px;
}
.project-info span.view-project:after {
	content: "\f178";
	font-family: "Font Awesome 5 Pro";
	font-weight: 300;
	color: #fff;
	margin-left: 10px;
}

.featured-media h2 {
	text-align: center;
}


/*=============================================
[Careers]
==============================================*/
.career-top-content {
	padding: 90px 0 0;
	font-size: 32px;
	line-height: 40px;
	color: #898989;
	font-weight: 400;
}

.career-top-content .container {
	max-width: 1195px;
}

.career-flexible-layout {
	width: 100%;
	overflow-x: hidden;
	padding-top: 90px;
}

.career-row {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.career-row .career-sidebar {
	width: 17%;
}
.career-sidebar ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

.career-sidebar ul li {
	line-height: 18px;
	color: #000;
	font-weight: 700;
	text-transform: uppercase;
	padding: 18px 0;
	text-transform: uppercase;
	border-top: #f3f1ee 2px solid;
}

.career-sidebar ul li:first-child {
	border: none;
}

.career-sidebar ul li a {
	position: relative;
	font-size: 16px;
	letter-spacing: 1.6px;
	text-decoration: none;
	color: #000;
	padding: 0;
	transition: ease-in-out 0.3s padding, ease-in-out 0.3s color;
    -webkit-transition: ease-in-out 0.3s padding, ease-in-out 0.3s color;
}
.career-sidebar ul li a:hover, .career-sidebar ul li.current-menu-item a {
	color: #a7957e;
	padding-left: 16px;
}
.career-sidebar ul li a:before {
	font-family: "Font Awesome 5 Pro";
	content: "\f054";
	font-weight: 700;
	color: #a7957e;
	position: absolute;
	left: 0;
	top: 3px;
	opacity: 0;
	transition: ease-in-out 0.3s opacity;
    -webkit-transition: ease-in-out 0.3s opacity;
}
.career-sidebar ul li a:hover:before, .career-sidebar ul li.current-menu-item a:before {
	opacity: 1;
}


.career-sidebar ul li.button a {
	font-size: 15px;
	letter-spacing: normal;
	width: 142px;
	height: 50px;
	display: block;
	background-color: #0F4B90;
	text-align: center;
	line-height: 50px;
	padding: 0;
	color: #fff;
}
.career-sidebar ul li.button a:hover {
	color: #fff;
	padding: 0;
}
.career-sidebar ul li.button a:bfore {
	display: none;
}

.career-sidebar ul li.button a:hover:before {
	opacity: 0;
}

.career-sidebar ul ul {
	border-top: #f3f1ee 2px solid;
	margin-top: 18px;
	padding-left: 15px;
}
.career-sidebar ul li li a {
	font-size: 14px;
}

.career-sidebar ul li.menu-item-has-children {
	padding-bottom: 0;
}

.career-row .career-main {
	width: 80%;
}


.career-testimonial-area {
	background-color: #a7957e;
	padding: 75px 0 60px;
	position: relative;
}

.career-testimonial-area:before {
	content: "";
	width: 200%;
	height: 100%;
	background: #a7957e url(images/testimonial-bg.svg) no-repeat left center;
	position: absolute;
	right: -200%;
	top: 0;
	z-index: 1;
}



.career-testimonial-area .testimonial-slider {
	max-width: 775px;
	margin: 0 auto;
	position: relative;
	z-index: 4;
}

.testimonial-slide {
	width: 100%;
	display: flex !important;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
}

.testimonial-slide .author-thumb {
	width: 26%;
}
.testimonial-slide .author-thumb img {
	width: 100%;
	height: auto;
	object-fit: cover;
	border-radius: 50%;
}


.testimonial-slide .quote-area {
	width: 63%;
	color: #fff;
	font-size: 24px;
	line-height: 32px;
}

.testimonial-slide .quote-area h2 {
	font-size: 40px;
	line-height: 42px;
	color: #fff;
	text-transform: none;
	font-weight: 500;
	padding: 0;
	margin: 0 0 20px;
}

.testimonial-slide .author-info {
	font-size: 16px;
	line-height: 18px;
	font-weight: 400;
	display: block;
}


.testimonial-slider .slick-dots {
	margin-top: 65px;
}

.testimonial-slider .slick-dots li.slick-active button {
	background-color: #fff;
	border-color: #fff;
}

.career-basic-content {
	padding: 0 0 20px;
	font-size: 20px;
	line-height: 32px;
	color: #626262;
}

.career-basic-content h2 {
	font-size: 40px;
	line-height: 42px;
	color: #262626;
	text-transform: uppercase;
	font-weight: 700;
	padding: 0;
	margin: 0 0 10px;
}

.career-basic-content h5 {
	font-size: 24px;
	line-height: 28px;
	letter-spacing: normal;
	color: #7B6856;
	text-transform: none;
	font-weight: 500;
	padding: 0;
	margin: 0 0 30px;
}

.career-basic-content p {
	padding: 0;
	margin: 0 0 30px;
}
.twi-area {
	padding: 0 0 75px;
}
.twi-area .twi-row {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
}
.twi-row .twi-icon {
	width: 48px;
	height: 48px;
	text-align: center;
	background-color: #0F4B91;
	border-radius: 50%;
	margin-right: 20px;
}
.twi-row .twi-icon img {
	position: relative;
	top: 45%;
	transform: translateY(-50%);
}

.twi-row .twi-content {
	font-size: 16px;
	line-height: 24px;
	color: #2B2B2B;
}
.twi-row .twi-content h5 {
	font-size: 18px;
	color: #2B2B2B;
	text-transform: none;
	letter-spacing: normal;
	line-height: 48px;
	font-weight: 500;
	padding: 0;
	margin: 0 0 20px;
}

.twi-row .twi-content ul {
	padding: 0;
	margin: 0 0 15px 18px;
}
.twi-row .twi-content ul li {
	line-height: 32px;
}

.job-portal-area {
	padding: 20px 0 80px;
}

.featured-company {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	margin-bottom: 60px;
}
.featured-company .company-logo {
	width: 296px;
}

.featured-company .job-details {
	width: calc(100% - 296px);
	padding: 0 0 0 34px;
}

.job-details .job-date {
	display: block;
	font-size: 13px;
	color: #0F4B91;
	font-weight: 500;
	line-height: 15px;
	letter-spacing: 1.3px;
	text-transform: uppercase;
	margin-bottom: 10px;
}

.job-details h4 {
	font-size: 20px;
	line-height: 26px;
	color: #262626;
	font-weight: 700;
	text-transform: capitalize;
	padding: 0;
	margin: 0 0 15px;
}

.job-details .job-location {
	display: block;
	font-size: 16px;
	color: #898989;
	font-weight: 400;
	line-height: 18px;
	margin-bottom: 15px;
}

.job-details .more-links {
	font-size: 16px;
	color: #2B2B2B;
	font-weight: 500;
	line-height: 18px;
	text-decoration: underline;
}

.job-details .more-links svg {
	width: 10px;
}

.job-details .more-links:hover {
	text-decoration: none;
}

/*=========================================
[Job Search]
============================================*/
.job-single {
	padding: 60px 0 0;
}

.job-single .job-location {
	margin-bottom: 20px;
	color: #7b6856;
}
h1.location-title {
	margin: 0 0 35px;
}

.job-single .job-description {
	margin-bottom: 35px;
}
.job-single .job-description h3 {
	margin-bottom: 15px;
}

.job-search-area {
	padding: 0 0 50px;
}
.job-search {
	padding: 35px 0;
}
.search-by-keyword {
    float: left;
    border: 1px solid #7f7f7f;
    font-size: 14px;
    padding-left: 36px;
    padding-right: 10px;
    line-height: 38px;
    position: relative;
    font-family: proxima-nova, sans-serif;
    min-width: 346px;
}
.search-by-keyword:before {
    position: absolute;
    left: 20px;
    top: 0px;
    content: "\f002";
    font-family: 'Font Awesome 5 Pro';
    color: #505050;
    font-weight: 700;
    font-size: 16px;
}
.search-by-keyword input[type="search"] {
    padding: 0 0 0 10px !important;
    background: transparent;
    border: 0px;
    line-height: 38px;
    width: 100%;
    letter-spacing: 0;
}
.job-search button {
    color: #404040 !important;
    border: 1px solid #505050 !important;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0;
    border-radius: 0;
    background: transparent;
    margin-left: 6px;
    line-height: 42px !important;
    padding: 0;
    cursor: pointer;
    font-family: proxima-nova, sans-serif;
    width: 95px;
    text-align: center;
}
.filter-by-location {
    float: right;
    font-family: proxima-nova, sans-serif;
    border: 1px solid #505050;
    font-size: 14px;
    padding-left: 36px;
    padding-right: 10px;
    line-height: 38px;
    position: relative;
    min-width: 338px;
}
.filter-by-location:before {
    position: absolute;
    left: 20px;
    top: 3px;
    content: "\f3c5";
    font-family: 'Font Awesome 5 Pro';
    color: #505050;
    font-weight: 700;
    font-size: 16px;
}
#combobox {
    background-color: #fff;
    border: 0;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 100%;
	height: 44px;
	margin: 0;
}
.job {
    position: relative;
    margin: 3px 0;
    clear: both;
    overflow: hidden;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
}
.job:nth-child(odd) {
    background: #ffffff;
}
.job:nth-child(even) {
    background: #f9f9f9;
}
.job-container .job ul {
    list-style: none;
    margin: 0;
    padding: 13px 18px;
    width: calc(100% - 200px);
    border-right: 2px solid #fff;
}
.job ul li {
    font-size: 16px;
	position: relative;
	font-weight: 400;
}
.job ul li h4 {
	margin: 0 0 10px;
}
.job ul li h4 a {
	text-decoration: none;
	color: #262626;
}
.job ul li h4 a:hover {
	color: #7b6856;
}

.job ul li i {
    color: #7B6856;
}

.tax-locations .job-container .job ul {
	padding: 0;
}

.tax-locations .job ul li {
	line-height: 24px;
	margin: 0 0 5px;
}


.job-link {
    padding: 30px 16px;
    max-width: 200px;
}
.job-link .btn {
    color: #fff;
    border: 1px solid #7B6856;
	background-color: #7B6856;
    margin-right: 0;
    font-size: 16px;
    padding: 17px 16px;
    line-height: normal;
    min-width: inherit;
}
.job-link .btn:hover {
	background-color: #a7957e;
}

/*=======================================
[Guide]
========================================*/

.guide-row {
	display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.guide-row .blog-sidebar {
	padding-top: 0;
}

.blog-content.guide-content {
	padding: 0px 25px 85px 0;
}

.guide-main-content {
	padding: 0 0 0 104px;
	font-size: 16px;
	line-height: 32px;
	color: #414141;
}

.guide-main-content p {
	padding: 0;
	margin: 0 0 30px;
}
.guide-main-content h3 {
	font-size: 22px;
	line-height: 26px;
	font-weight: 700;
	color: #262626;
	padding: 0;
	margin: 0 0 25px;
}

.award-img {
	padding: 20px 0;
}
.award-img img {
	width: 100%;
}

.award-content {
	width: 100%;
	background-color: #2B2B2B;
	color: #fff;
	padding: 32px 60px 32px 34px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: flex-start;
}
.award-content .award-name {
	width: 36%;
	padding: 0 0 0 66px;
	font-size: 18px;
	line-height: 24px;
	font-weight: 700;
	background: url(images/award.svg) no-repeat 0 0;
	background-size: 43px;
}

.award-content .award-points {
	width: 57%;
	font-size: 16px;
	line-height: 24px;
	font-weight: 400;
}

.award-content .award-points ul {
	padding: 0;
	margin: 0 0 0 15px;
}


.gbasic-content {
	padding: 20px 0 60px 104px;
}

.guide-post-image {
    margin: 70px 16px 0;
}

.single-post-top.guide-post-top h1 {
	max-width: 839px;
	margin: 0 auto;
}

.gbasic-content h3 {
	font-size: 22px;
	line-height: 40px;
	color: #262626;
	font-weight: 700;
	padding: 0;
	margin: 0 0 30px;
}

.gbasic-content ol {
	margin:0 0 1.5em;
  padding:0;
  counter-reset:item;
}

.gbasic-content ol li {
	margin:0;
	padding:0 0 0 38px;
	list-style-type:none;
	counter-increment:item;
	color: #414141;
	font-size: 16px;
	line-height: 24px;
	position: relative;
}

.gbasic-content ol li:before {
	display: block;
	width:1.5em;
	font-weight:bold;
	text-align:right;
	content:counter(item) ".";
	position: absolute;
	top: 0;
	left: 0;
}


.gbasic-content .two-col-format ol, .gbasic-content .two-col-format ul, .gbasic-content .two-col-format p {
	column-count: 2;
	column-gap: 30px;
}

.blog-sidebar.guide-sidebar h2 {
	font-size: 46px;
	line-height: 56px;
	color: #2B2B2B;
	padding: 0;
	margin: 0;
}


.guide-cat {
    letter-spacing: 1.3px;
    color: #0F4B91;
    text-transform: uppercase;
    font-size: 13px;
    line-height: 27px;
    font-weight: 500;
    margin-bottom: 5px;
}
.news-pager {
	margin-bottom: 70px;
}
.news-pager.filter-pager {
	display: none;
	text-align: center;
}

.single-post-top.news-top {
	padding-bottom: 70px;
}
.news-top.single-post-top h1 {
	margin-bottom: 50px;
}
.news-post-image {
	margin: 0 16px;
	text-align: left;
}
.news-post-image img {
	width: auto;
	height: auto;
}

.btn.back-btn {
}
.back-btn:before {
	font-family: "Font Awesome 5 Pro";
	content: "\f359";
	font-weight: 700;
	color: #fff;
	margin-right: 10px;
}
.btn.back-btn:hover {
	background-color: #a7957e;
	color: #fff !important;
}

/*===============================================
[Project Single]
================================================*/
.project-header {
	max-width: 964px;
	padding: 100px 20px 0px;
	margin: 0 auto;
	text-align: center;
}
.project-tax {
	font-size: 18px;
	line-height: 32px;
	color: #7B6856;
	font-weight: 700;
	text-transform: uppercase;
	margin: 0 0 30px;
}

.project-tax span:first-child {
	display: none;
}
.project-header h1 {
	font-size: 64px;
	line-height: 72px;
	font-weight: 700;
	color: #000;
	padding: 0;
	margin: 0 0 15px;
}
.project-header .project-highlight {
	font-size: 28px;
	line-height: 36px;
	color: #898989;
	font-weight: 400;
	display: block;
}

.project-preview {
	margin-bottom: 120px;
}

.project-container {
	padding-top: 100px;
	padding-bottom: 50px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	position: relative;
}
.project-container:before {
	content: "";
	width: 2px;
	height: calc(100% - 150px);
	position: absolute;
	top: 100px;
	left: 30%;
	background-color: #f5f5f5;
}

.project-sidebar {
	width: 25.68%;
}

.project-widget {
	margin-bottom: 30px;
	font-size: 18px;
	line-height: 26px;
	color: #7B6856;
}
.project-widget h4 {
	font-size: 24px; 
	line-height: 30px;
	color: #000;
	letter-spacing: 2.4px;
	text-transform: uppercase;
	padding: 0;
	margin: 0 0 10px;
}

.project-widget.award-widget p {
	/*display: list-item;
	list-style-type: disc;*/
	margin: 0 0 10px 15px;
}

.project-widget ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
.project-widget ul li {
	margin-bottom: 10px;
}



.project-content {
	width: 65.5%;
	font-size: 20px;
	line-height: 32px;
	color: #626262;
}
.project-content ul {
	padding: 0;
	margin: 0 0 15px 15px ;
}
.project-content h3 {
	font-size: 24px;
	line-height: 32px;
	font-weight: 700;
	color: #262626;
	padding: 0;
	margin: 0 0 5px;
}

.project-content h4 {
	font-size: 224px;
	line-height: 30px;
	font-weight: 700;
	color: #262626;
	padding: 0;
	margin: 0 0 10px;
}

.project-testimonial {
	max-width: 808px;
	padding: 0 20px;
	font-size: 40px;
	line-height: 56px;
	color: #fff;
	text-align: center;
	font-weight: 500;
	margin: 0 auto;
}
.project-testimonial span.small-text {
	font-size: 16px;
	line-height: 18px;
	font-weight: 400;
	display: block;
}
.project-testimonial p {
	padding: 0;
	margin: 0 0 10px;
}

.video-banner {
	width: 100%;
	height: 600px;
	background: url(images/video-cover-img.jpg) no-repeat 0 0;
	background-size: cover;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
}
.video-banner:before {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}

.video-content {
	text-align: center;
	font-size: 29px;
	color: #fff;
	line-height: 31px;
	font-weight: 700;
	position: relative;
	z-index: 2;
}

.video-content a.play-btn {
	width: 76px;
	display: block;
	margin: 0 auto 60px;
}

.video-content .video-title {
	display: block;
}

.project-gallery {
	padding: 65px 0;
}

.gallery-slider .gallery-slide {
	margin: 0 16px;
}
.gallery-slide img {
	width: 100%;
	height: 500px;
	object-fit: cover;
}
 

.project-gallery .slick-arrow {
	width: 80px;
	height: 80px;
	background-repeat: no-repeat;
	background-position: 0 0;
	text-indent: -9999px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	border: none;
	padding: 0;
	margin: 0;
	background-color: transparent;
	z-index: 9;
}

.project-gallery .slick-arrow.slick-prev {
	left: 15px;
	background-image: url(https://amkingstg.wpengine.com/wp-content/uploads/2022/04/ps-left-arrow.png);
	background-size: contain;
}

.project-gallery .slick-arrow.slick-next {
	right: 15px;
	background-image: url(https://amkingstg.wpengine.com/wp-content/uploads/2022/04/ps-right-arrow.png);
	background-size: contain;
}


.related-area {
	width: 100%;
	background-color: #F4F4F4;
	padding: 90px 0 120px;
}
.related-area h6 {
	text-align: center;
	text-transform: uppercase;
	font-size: 24px;
	line-height: 26px;
	color: #262626;
	font-weight: 700;
	padding: 0;
	margin: 0 0 45px;
}

.no-pager .slick-dots { display: none !important; }

.video-guide-row .blog-content-col:first-child {
	width: 50%;
}

.video-guide-row .blog-content-col:first-child .blog-image {
	margin-bottom: 31px;
}
.video-guide-row .blog-content-col:first-child .blog-image img {
	height: 250px;
}
/*.video-guide-row .blog-content-col:first-child h6 {
    font-size: 20px;
}*/

.video-preview {
	width: 100%;
	height: 250px;
	position: relative;
	overflow: hidden;
	z-index: 1;
}
.video-preview iframe {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}

/*================================================
[Portfolio]
==================================================*/
.portfolio-menu {
	margin: 45px 0;
	padding: 25px 0;
	border-top: #F4F4F4 2px solid;
	border-bottom: #F4F4F4 2px solid;
}

.portfolio-menu ul {
	padding: 0;
	margin: 0;
	list-style: none;
	display: flex;
	justify-content: center;
}

.portfolio-menu ul li {
	font-size: 16px;
	line-height: 20px;
	color: #2B2B2B;
	margin: 0 16px;
}

.portfolio-menu ul li a {
	text-decoration: none;
	color: #2B2B2B;
}

.portfolio-menu ul li a:hover {
	color: #A7957E;
}
.portfolio-menu ul li.current a {
	font-weight: 700;
}

.portfolio-container {
	max-width: 1362px;
}

.portfolio-row {
	display: flex;
	flex-wrap: wrap;
	margin-left: -16px;
	margin-right: -16px;
}

.portfolio-row .portfolio-column {
	width: 33.33%;
	padding: 16px;
}
.portfolio-row .portfolio-column.large-preview {
	width: 66.66%;
}

.portfolio-holder {
	text-decoration: none;
	color: #fff;
	width: 100%;
	height: 417px;
	display: block;
	position: relative;
	overflow: hidden;
}
.portfolio-holder img {
	width: 100%;
	height: 417px;
	object-fit: cover;
}
.portfolio-holder .project-info {
    background-color: rgba(0, 0, 0, 0.7);
    padding: 40px;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: -100%;
    z-index: 2;
    display: flex;
    align-items: flex-start;
    transition: ease-in-out 0.3s left;
    -webkit-transition: ease-in-out 0.3s left;
}
.portfolio-holder:hover .project-info {
	left: 0;
}

.load-more-btn-area {
	padding: 50px 0 75px;
	text-align: center;
}

.load-more-btn-area a.btn:hover {
	background-color: #a7957e;
	color: #fff !important;
}

/*===============================================
[custom-style]
===============================================*/
.pad-60{
  padding: 60px 0;
}

hr {
    background-color: #F4F4F4;
    border: 0;
    height: 2px;
    margin-bottom: 41px;
}

.blog-section {
  background-color: #F4F4F4;
  position: relative;
}
.blog-container {
  max-width: 1340px;
  padding: 0 20px;
  margin: 0 auto;
}
.blog-row{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.blog-content{
  width: 100%;
  max-width: calc(100% - 346px);
  padding: 80px 56px 85px 0;
  background-color: #fff;
  position: relative;
}
.blog-content:before {
  content: "";
  display: block;
  width: 200%;
  height: 100%;
  background-color: #fff;
  position: absolute;
  top: 0;
  left: -200%;
}

.blog-content-row{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 -16px;
}
.blog-content-col{
  width: 50%;
  padding: 0 16px;
  text-decoration: none;
  margin-bottom: 56px;
  color: #898989;
}

.blog-image{
  margin-bottom: 31px;
  position: relative;
  overflow: hidden;
}
.blog-image-overlay {
  position: absolute;
  left: -100%;
  bottom: 0;
  z-index: 3;
  background: #000;
  opacity: 0.8;
  line-height: 56px;
  padding: 0 20px;
  width: 100%;
  height: 56px;
  color: #fff;
  text-align: right;
  transition: ease-in-out 0.3s left;
  -webkit-transition: ease-in-out 0.3s left;
}
.blog-image-overlay i{
  margin-left: 8px;
}

.project-award-image {
	/*min-height: 200px;*/
	text-align: center;
}
.project-award-image img {
	height: 150px;
	object-fit: cover;
	margin: 0 auto;
}

.award-info {
	padding-top: 20px;
}
.blog-content-col .award-info h6 {
	font-size: 16px;
	line-height: 24px;
	color: #7B6856;
	padding: 0;
	margin: 0;
}

.blog-content-col:first-child .award-info h6 {
	font-size: 16px;
}


.blog-content-col:hover .blog-image-overlay {
	left: 64%;
  }
.blog-content-col:first-child:hover .blog-image-overlay { left: 80%;  }

.featured-video.blog-content-col:hover .blog-image-overlay {
left: 83%;
}

.blog-content-col:hover .blog-image-overlay.overla-press-releases {
	left: 46%;
}

.blog-content-col:hover .blog-image-overlay.overla-media {
	left: 60%;
}
.blog-content-col:hover .blog-image-overlay.overla-awards {
	left: 60%;
}

.detail-link{
    position: absolute;
    right: 20px;
    bottom: 0;
    color: #fff;
    opacity: 0;
    transition: ease-in-out 0.3s opacity;
  -webkit-transition: ease-in-out 0.3s opacity;
}
.blog-content-col:hover .detail-link{
  opacity: 1;
}

.blog-image img{
  width: 100%;
  height: 250px;
  object-fit: cover;
  display: block;
}
.blog-info{

}
.blog-category{
  letter-spacing: 1.3px;
  color: #7B6856;
  text-transform: uppercase;
  font-size: 13px;
  line-height: 27px;
  font-weight: 500;
  margin-bottom: 5px;
}
.blog-category span {
	padding: 0 7px 0 10px;
	position: relative;
}
.blog-category span:before {
	content: "•";
	position: absolute;
	left: -4px;
	top: 0;
	line-height: 15px;
}
.blog-category span:first-child {
	padding-left: 0;
}
.blog-category span:first-child:before {
	display: none;
}


.blog-info h6{
  color: #262626;
  letter-spacing: normal;
  font-weight: 700;
  margin-bottom: 10px;
}
.blog-info p{
  line-height: 24px;
  margin-bottom: 0;
  color: #898989;
}

.blog-content-col:first-child{
  width: 100%;
}
.tax-video_cat .video-module.blog-content-col:first-child {
	width: 50%;
}

.blog-content-col:first-child h6{
  font-size: 24px;
}
.blog-content-col:first-child .blog-image{
  margin-bottom: 44px;
}
.blog-content-col:first-child .blog-image img{
  height: auto;
}
.detail-link{
  position: absolute;
  right: 20px;
  bottom: 10px;
  z-index: 3;
}

/*Sidebar
======================*/
.blog-sidebar{
  width: 100%;
  max-width: 346px;
  height: 100%;
  background-color: #F4F4F4;
  padding: 80px 0px 85px 50px;
}
.blog-sidebar h5{
  margin-bottom: 14px;
  text-transform: uppercase;
  font-size: 18px;
  color: #7B6856;
  letter-spacing: normal;
  line-height: 16px;
}
.blog-sidebar h2{
  margin-bottom: 69px;
  line-height: 2.5vw;
  color: #000;
}
.sidebar-search{
  background: #FFFFFF;
  border: 2px solid #DEDEDE;
  margin-bottom: 32px;
  position: relative;
}
.sidebar-search form { display: flex; }
.sidebar-search input[type="text"]{
  line-height: 44px;
  background-color: #fff;
  padding: 0 10px 0 24px !important;
  letter-spacing: normal !important;
  text-transform: none;
  font-size: 15px !important;
  font-weight: 400;
  width: calc(100% - 44px);
  margin: 0;
  border-bottom: 0px;
}
.sidebar-search input[type="submit"]{
  padding: 0;
  width: 40px;
  background-color: transparent;
  text-indent: -9999px;
  line-height: 44px;
  border: 0;
  z-index: 2;
  position: relative;
}
.sidebar-search input[type="text"]:focus{
  border: 0;
}
.sidebar-search:after{
  font-family: 'Font Awesome 5 Pro';
  content: "\f002";
  font-weight: 700;
  display: block;
  color: #414141;
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
}

.sidebar-widgets{
  margin-bottom: 48px;
}
.sidebar-widgets h6{
  margin-bottom: 32px;
  padding-bottom: 15px;
  border-bottom: 2px solid #A7957E22;
  font-size: 14px;
  line-height: 22px;
  font-weight: 700;
  letter-spacing: 1.4px;
  color: #000000;
  text-transform: uppercase;
}
.sidebar-widgets ul{
  list-style: none;
  padding: 0;
  margin: 0;
}
.sidebar-widgets ul li{
  margin-bottom: 15px;
  line-height: normal;
  position: relative;
  padding-left: 22px;
}
.sidebar-widgets ul li a{
  color: #2B2B2B;
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
  text-decoration: none;
  position: relative;
  transition: ease-in-out 0.3s font-weight;
  -webkit-transition: ease-in-out 0.3s font-weight;
}
.sidebar-widgets ul li:before{
  content: "";
  position: absolute;
  left: 0;
  top: 7px;
  width: 9px;
  height: 1px;
  background-color: #434343;
  transform: rotate(55deg);
  transition: ease-in-out 0.3s height;
  -webkit-transition: ease-in-out 0.3s height;
  }
.sidebar-widgets ul li:after{
content: "";
  position: absolute;
  left: 0;
  top: 14px;
  width: 9px;
  height: 1px;
  background-color: #434343;
  transform: rotate(-55deg);
  transition: ease-in-out 0.3s height;
  -webkit-transition: ease-in-out 0.3s height;
}
.sidebar-widgets ul li:hover:before,
.sidebar-widgets ul li:hover:after,
.sidebar-widgets ul li.active:before,
.sidebar-widgets ul li.active:after{
   height: 2px;
}
.sidebar-widgets ul li:hover a,
.sidebar-widgets ul li.active a{
  font-weight: 700;
}

.sidebar-widgets.outbound-widget ul li a {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
}
.outbound-widget ul li a .article-title {
	width: 100%;
	display: block;
}
.outbound-widget ul li a .article-img {
	width: 15%;
	display: block;
}
.outbound-widget ul li a .article-meta {
	width: 85%;
	display: block;
	text-align: right;
}
.article-meta .article-date {
	display: block;
	font-style: italic;
	font-weight: 400;
	font-size: 13px;
}
.article-meta .article-domain {
	display: block;
	color: #796955;
	font-size: 13px;
}






/*recent post*/
.sidebar-widgets ol{
  list-style: none;
  padding: 0;
  margin: 0;
  counter-reset: list -0;
}
.sidebar-widgets ol li{
  margin-bottom: 25px;
  line-height: normal;
  padding-left: 34px;
  position: relative;
}
.sidebar-widgets ol li:before{
  content: counter(list) "";
  counter-increment: list;
  font-size: 32px;
  position: absolute;
  left: 0;
  top: 0;
  line-height: 30px;
  font-weight: 500;

}
.sidebar-widgets ol li a{
  text-decoration: none;
  color: #434343;
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
}
.sidebar-widgets ol li .special a {
	white-space: nowrap;
}
.sbwi-post-date{
  letter-spacing: 1.3px;
  color: #7B6856;
  text-transform: uppercase;
  font-size: 13px;
  line-height: 27px;
  font-weight: 500;
}


/*sidebar-menu*/
.sidebar-menu{
  
}
.sidebar-menu ul{
  list-style: none;
  padding: 0;
  margin: 0;
}
.sidebar-menu ul li{
  border-bottom: 2px solid #A7957E22;
}
.sidebar-menu ul li a{
  padding: 16px 0;
  display: block;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 1.6px;
  color: #000000;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 700;
  position: relative;
  transition: ease-in-out 0.25s padding, ease-in-out 0.25s left;
  overflow: hidden;
}
.sidebar-menu ul li:hover a,
.sidebar-menu ul li.current-menu-item a{
  padding-left: 16px;
  color: #7B6856;
}
.sidebar-menu ul li a:before{
  font-family: 'Font Awesome 5 Pro';
  content: "\f105";
  font-weight: 700;
  display: block;
  color: #7B6856;
  position: absolute;
  top: 50%;
  left: -10%;
  transform: translateY(-50%);
}
.sidebar-menu ul li:hover a:before,
.sidebar-menu ul li.current-menu-item a:before{
  left: 0%;
}

.sidebar-menu ul ul {
	padding-left: 15px;
}
.sidebar-menu ul li li a {
	font-size: 15px;
}


/*Single
===========================*/
.breadcrumb{
  padding: 25px 0 69px;
}
.breadcrumb ul{
  list-style: none;
  padding: 0 0 0 7px;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
}
.breadcrumb ul li{
  color: #ADADAD;
  font-size: 13px;
  line-height: 24px;
  padding-right: 16px;
  
}
.breadcrumb ul li a{
  color: #7B6856;
  text-decoration: none;
  position: relative;
  display: block;
}
.breadcrumb ul li a:after{
  content: "/";
  right: -12px;
  top: 0;
  position: absolute;
}



.single-post-top{
  text-align: center;
  max-width: 992px;
  margin: 0 auto;
  padding-bottom: 120px;
}
.single-post-top h1{
  font-size: 56px;
  line-height: 60px;
  font-weight: 700;
  text-transform: capitalize;
  color: #2B2B2B;
  text-transform: none;
  padding: 0;
  margin: 0 0 15px;
}
.single-post-top h6{
  font-size: 16px;
  line-height: 29px;
  letter-spacing: 1px;
  color: #7B6856;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-weight: 500;
}
.single-post-top h6 span {
  display: inline-block;
  margin: 0 16px;
}
.post-author{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 50px;
}
.post-author span{
  display: block;
  color: #535353;
  font-size: 16px;
  line-height: 22px;
  padding-left: 19px;
  font-weight: 500;
}
.single-post-image{
   margin: 0 0 30px;
}


/*.single-post-image img{
  height: 505px;
  width: 100%;
  object-fit: cover;
}*/
.blog-single-meta {
	font-size: 16px;
    line-height: 29px;
    letter-spacing: 1px;
    color: #7B6856;
    text-transform: uppercase;
    margin-bottom: 20px;
    font-weight: 500;
}
.blog-single-meta span {
	display: inline-block;
	margin: 0 15px;
}

.single-content h1 {
	font-size: 40px;
	line-height: 50px;
	color: #2B2B2B;
	text-transform: none;
	margin: 0 0 35px;
}



.image-gallery{
  margin: 0 -16px;
  display: flex;
  flex-wrap: wrap;
}
.image-gallery img{
  margin: 0 16px 0;
  height: 450px;
  width: calc(50% - 32px);
  display: block;
}

.blog-single{
  background-color: #fff;
}
.single-content{
  padding: 0px 25px 85px 0;
}

.single-content .wp-video {
  width: 100% !important;
  margin-bottom: 30px;
}

.single-content p{
  /* padding-left: 104px;
  margin-bottom: 40px; */
}
.single-content ul, .single-content ol {
  margin-left: 0;
}

.single-content img{
  display: block;
  margin-bottom: 48px;
}
.single-content .gallery-item img {
	margin: 0;
}

.single-content .single-post-image img {
	margin: 0;
}
.single-content .post-author img{
  width: 57px;
  height: 58px;
  border-radius: 50%;
  display: block;
  object-fit: cover;
  margin: 0;
}

.blog-single .blog-sidebar{
  background-color: #fff;
  padding-top: 5px;
}
.single-content blockquote{
  font-style: normal;
  font-size: 32px;
  line-height: 40px;
  font-weight: 500;
  color: #7B6856;
  margin: 0 0 56px;
}

.author-box{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin-bottom: 47px;
}
.author-box-img{
  width: 125px;
}
.author-box-img img{
  width: 100%;
  height: 125px;
  border-radius: 50%;
  margin: 0;
  object-fit: cover;
}
.author-box-content{
  width: calc(100% - 125px);
  padding-left: 23px;
  font-size: 18px;
  color: #343434;
}
.author-box-content h5{
  margin-bottom: 10px;
  text-transform: none;
  color: #414141;
  letter-spacing: 0;
}
.single-content .author-box-content h5 {
  padding-left: 0;
}

.author-box-content p{
  padding: 0;
  margin-bottom: 0;
  line-height: 24px;
}

.post-tags{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.post-tags strong{
  display: block;
  font-size: 14px;
  color: #414141;
  font-weight: 500;
  margin-right: 9px;
}
.post-tags a{
  display: block;
  font-size: 14px;
  color: #7B6856;
  margin-right: 12px;
}


/*Related Post
===========================*/
.related-post-section{
  margin-bottom: 78px;
}
.related-post-section h6{
  margin-bottom: 54px;
  text-transform: none;
  color: #414141;
  letter-spacing: 0;
  text-align: center;
}
.related-post{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 -16px;
}
.related-post .blog-content-col{
  width: 33.33%;
  margin-bottom: 0px;
}
.related-post .blog-content-col:first-child {
    width: 33.33%;
}
.related-post .blog-content-col .blog-image{
  margin-bottom: 30px;
}
.related-post .blog-content-col:first-child .blog-image {
    margin-bottom: 30px;
}
.related-post .blog-content-col:first-child .blog-image img {
    height: 250px;
}
.related-post .blog-content-col h6{
  font-size: 20px;
  line-height: 26px;
  text-align: left;
  margin-bottom: 15px;
}

.video-frame {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
    padding-top: 25px;
    height: 0;
}
.video-frame iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.video-frame .vid-overlay {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
}

.related-video-area {
	width: 100%;
	height: 250px;
	overflow: hidden;
}
.related-video-area .video-frame {
	padding-bottom: 56.25%;
    padding-top: 32px;
    height: 100%;
    overflow: hidden;
    width: 118%;
}

.related-video-area .video-frame iframe {
	left: -13%;
}




/*Pagination
===================*/
.post-pager{
  background: rgba(38,38, 38, 0.05);
  padding: 60px 0 51px;
}
.pager-row{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.pager-col{
  width: calc(50% - 53px);
  padding: 0 32px;
  text-decoration: none;
}
.pager-col a {
  text-decoration: none;
}
.pager-col span{
  display: block;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 2.4px;
  color: #898989;
  margin-bottom: 10px;
  font-weight: 500;
}
.pager-col h6{
  margin-bottom: 0;
  transition: ease-in-out 0.3s color;
}
.pager-col:hover h6{
  color: #7B6856;
}
.pager-middle{
  width: 105px;
  padding: 25px 0;
  text-align: center;
  border-left: 1px solid #e0e0e0;
  border-right: 1px solid #e0e0e0;
}

.pager-middle a {
  display: inline-block;
  width: 40px;
  height: 40px;
  background-image: url(images/blog-nav-home-icon.svg);
  background-repeat: no-repeat;
  background-position: center center;
}
.pager-middle a:hover{
  background: url(images/blog-nav-home-icon-hover.svg);
}
.slick-dots li{
  height: 10px;
}


/*blog pager*/
.wp-pagenavi {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  letter-spacing: 1.3px;
      font-weight: 500;
  color: #9F9F9F;
  text-transform: uppercase;
}
.wp-pagenavi a, .wp-pagenavi span{
  border: 0;
}
.wp-pagenavi span.pages{
  padding: 0 40px;
  font-size: 13px;
}
.wp-pagenavi a.last {
  font-size: 13px;
}
.wp-pagenavi span.current {
  color: #000;
}

/*Subscribe section in side*/
.subscribe-bar{
  position: fixed;
  right: -88px;
  top: 240px;
  text-decoration: none;
  color: #fff !important;
  background-color: #171717;
  padding: 2px 20px 5px 20px;
  z-index: 99;
  transition: ease-in-out 0.45s right;
  -ms-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.subscribe-bar i{
  margin: 0 6px 0 0;
  transform: rotate(-90deg);
}

.subscribe-bar.ig-bar { right: -106px; }

.subscribe-form{
  position: fixed;
  right: -100%;
  top: 114px;
  z-index: 999;
  transition: ease-in-out 0.45s right;

  background-color: #262626;
  padding: 83px 66px 200px 51px;
  max-width: 473px;
  width: 100%;
  height: 100%;
}
.subscribe-form.active{
  right: 0;
}
.subscribe-form h3{
  max-width: 60%;
  color: #F4F4F4;
  text-transform: uppercase;
  margin-bottom: 56px;
}
.subscribe-form.ig-form h3 { max-width: 75%; }
.subscribe-form input{
  line-height: 57px;
  padding: 0 20px;
  background-color: #F4F4F4;
  font-size: 13px;
  letter-spacing: 2.6px;
  color: #2B2B2B;
  text-transform: uppercase;
  display: block;
  width: 100%;
  max-width: 390px;
  margin-bottom: 16px;
  border: 3px solid #fff;
  outline: 0;
}
.subscribe-form input[type="submit"]{
  background-color: #7B6856;
  text-align: left;
  border: 0 !important;
  color: #fff !important;
  margin-top: 24px;
  background-image: url(images/arrow-right.png);
  background-repeat: no-repeat;
  background-position: 95% center;
  line-height: 60px;
}
.close-form{
  position: absolute;
  right: 20px;
  top: 20px;
  color: #fff;
  font-size: 24px;
  cursor: pointer;
}




/*Mega Menu
========================*/
#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu{
  box-shadow: 0px 3px 6px #00000029;
}
.mega-sub-menu .menu-inner{
    width: 100% !important;
    float: none !important;
    max-width: 890px !important;
    margin: 0 auto !important;
}
.mega-menu-lt{

}
.mega-menu-lt .textwidget{
  margin-left: 0;
  font-size: 15px;
}
.mega-menu-lt ul.mega-sub-menu{
  display: flex !important;
}
.mega-menu-lt ul.mega-sub-menu li{
  width: auto;
}
#mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-3-of-12 {
    width: auto !important;
}
.mega-sub-menu .menu-inner h6{
  letter-spacing: 1.3px;
  color: #7B6856;
  text-transform: uppercase;
  font-size: 13px;
  line-height: 27px;
  margin: 0 0 12px;
}
.mega-sub-menu .menu-inner h4{
  font-size: 20px;
  line-height: 24px;
  color: #000000;
  font-weight: 500;
  margin: 0 0 20px;
}
.mega-sub-menu .menu-inner p{
  margin: 0 0 24px;
}
.mega-sub-menu .menu-inner a{
  color: #626262 !important;
  font-size: 16px;
  line-height: 26px;
  font-weight: 500;
  margin: 0;
  padding: 0;
}
#mega-menu-wrap-menu-1 #mega-menu-menu-1 input, #mega-menu-wrap-menu-1 #mega-menu-menu-1 img{
  width: 100%;
  height: auto;
}
.main-menu ul li.mega-menu-lt ul > li:hover > a{
  color: #626262;
}
.main-menu ul li.mega-menu-lt ul li a:after{
  display: none;
}


.main-menu ul li.mega-menu-rt ul li a:after{
  display: none;
}
.main-menu ul li.mega-menu-rt ul > li > a{
  transition: ease-in-out 0.3s font-weight;
}
.main-menu ul li.mega-menu-rt ul > li:hover > a,
.main-menu ul li.mega-menu-rt ul > li.current-menu-item > a{
  font-weight: 500;
}
.main-menu ul li.mega-menu-rt ul li > a:before{
  content: "";
  position: absolute;
  right: 3px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);

  width: 0;
  height: 0;
  border-width: 4px 0 4px 7px;
  border-color: transparent transparent transparent #999999;
  border-style: solid;
}
.main-menu ul li.mega-menu-rt ul li:hover > a:before,
.main-menu ul li.mega-menu-rt ul li.current-menu-item > a:before{
  border-color: transparent transparent transparent #2B2B2B;
}

.mega-menu-rt{
}
.mega-menu-rt ul.menu{
  display: block !important;
}
.mega-menu-rt ul.menu li{
  display: block;
}
.mega-menu-rt ul.menu li a{
  color: #535353;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  border-bottom: 2px solid #E7E7E7;
  padding: 5px 0;
}


/*Search
=========================*/

.search article{
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #eee;
  line-height: 24px;
}
.search article:last-child{
  border-bottom: 0px solid #eee;
}
.search article img{
  max-height: 300px;
  object-fit: cover;
}
.search h2.entry-title{
  font-size: 32px;
  line-height: normal;
}
.search h2.entry-title a{
  text-decoration: none;
}

.search .nav-links{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.search .nav-previous a,
.search .nav-next a{
  background: #7B6856;
  line-height: 50px;
  padding: 0 32px;
  color: #FFFFFF !important;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 500;
  display: inline-block;
  text-decoration: none;
  transition: ease-in-out 0.25s background;
}
.search .nav-previous a:hover,
.search .nav-next a:hover{
  background: #a7957e;
}



.header-search{
  display: none;
}


/*Header Search
=========================*/
.search-wrapper{
  position: relative;
}
.search-wrapper h4{
  margin-top: 0;
}
.search-dropdown {
  width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    padding: 226px 0 0;
    display: none;
    background: rgba(0, 0, 0, 0.9);

}
.search-dropdown .search-wrapper {
    max-width: 919px;
    margin: 0 auto;
    padding: 70px 110px;
    text-align: center;
    background: transparent;
    box-shadow: 0px 10px 20px #00000017;
}
.search-dropdown h4{
  color: #fff;
  text-align: center;
  font-family: 'Open Sans', sans-serif;
  position: relative;
  margin-bottom: 40px;
  display: inline-block;
  font-size: 32px;
  line-height: 43px;
  text-transform: uppercase;
}
.search-dropdown form {
  width: 100%;
  height: 60px;
  background: #fff;
  padding: 0;
  display: flex;
  justify-content: space-between;
  border-radius: 0px;
  box-shadow: 0px 1px 2px #00000029;
  border: 0px solid #FFFFFF;
}
#searchform input[type="text"] {
    width: calc(100% - 70px);
    height: 60px;
    border: none;
    background-color: transparent;
    outline: none;
    color: #606060;
    font-size: 20px !important;
    line-height: 60px;
    padding: 0px 20px !important;
    border: 0;
    letter-spacing: normal !important;
    text-transform: none;
}
#searchform input[type="submit"] {
    width: 60px;
    height: 60px;
    line-height: 60px;
    cursor: pointer;
    border: none;
    outline: none;
    padding: 0;
    margin: 0;
    background: #7B6856 url(images/search-icon-white.svg) no-repeat center center;
    align-self: center;
  box-shadow: 0px 1px 2px #00000029;
  border: 1px solid #FFFFFF;
}
.search-dropdown .header-search-close {
    position: absolute;
    top: 0px;
    right: 0px;
    cursor: pointer;
    text-decoration: none;
    color: #CD5265;
}

.tab-image, .tab-content{
  z-index: 1;
}


.tinynav { display: none }

.tab-to-dropdown:after {
	font-family: "Font Awesome 5 Pro";
	content: "\f107";
	color: #535353;
	font-size: 20px;
	font-weight: 400;
	display: none;
	position: absolute;
	right: 20px;
	top: 50%;
	transform: translateY(-50%);
}

/*#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu.mega-menu-item > .mega-sub-menu:before {
	display: block !important;
	content: "";
	width: 100vw;
	height: 100vh;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1;
	background-color: rgba(0, 0, 0, 0.7);
}
#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu.mega-menu-item > .mega-sub-menu:after {
	display: block !important;
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	background-color: #fff;
}*/

.menu-overlay {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1;
	background-color: rgba(0, 0, 0, 0.7);
	display: none;
}



#mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row {
	z-index: 9;
}
/*============================================
[Mega Menu Featured Post]
============================================*/
.mm-post-area {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.mm-post-area a:after {
	display: none;
}
.mm-post-area .mm-post-preview {
	width: 187px;
}
.mm-post-area .mm-post-preview img {
	width: 187px;
	height: 187px;
	object-fit: cover;
}
.mm-post-area .mm-post-info {
	width: calc(100% - 187px);
	padding: 0 0 0 24px;
	font-size: 16px;
	line-height: 26px;
	color: #626262;
}
.mm-post-area .mm-post-info span {
	font-size: 13px;
	line-height: 15px;
	text-transform: uppercase;
	color: #7B6856;
	margin: 0 0 15px;
	font-weight: 500;
	display: block;
}
.mm-post-area .mm-post-info h4 {
	font-size: 20px;
	line-height: 24px;
	color: #000;
	padding: 0;
	margin: 0 0 20px;
}
.mm-post-area .mm-post-info h4 a {
    color: #000 !important;
    font-size: 18px;
    line-height: 24px;
    font-weight: 500;
}
.mm-post-area .mm-post-info h4 a:hover {
	color: #7B6856;
}
.mm-post-area .mm-post-info p {
	margin: 0 0 20px;
}

.mm-post-area .mm-post-info .more-info {
	font-size: 16px;
	line-height: 18px;
	color: #626262;
	font-weight: 700;
	text-decoration: none;
}

#mega-menu-wrap-menu-1 { position: relative; }

#mega-menu-menu-1 li.slide-line {
	display: block;
	padding:0;
	margin:0;
	background: none #7b6856;
	z-index: 0;
	position: absolute;
	top: 0;
	width: 47px; 
	height: 5px; 
	left: 0; 
	top: 0;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item.mega-current-page-ancestor > a.mega-menu-link  {
	border-bottom: 5px solid rgba(123, 104, 86, 1);
}

.top-title h5 {
	font-size: 18px;
	line-height: 20px;
	color: #7B6856;
	text-transform: uppercase;
	padding: 0;
	margin: 0 0 25px;
}
.top-title h2 {
	font-size: 40px;
	line-height: 38px;
	color: #000;
	text-transform: uppercase;
	padding: 0;
	margin: 0 0 60px;
}



.mob-device { display: none; }
.large-device { display: block; }

.header-placeholder {
	display: none;
	width: 100%;
}

.back-guide-btn {
	text-decoration: none;
	color: #2B2B2B !important;
	font-size: 16px;
	position: relative;
	padding-left: 25px;
	border-bottom: #2B2B2B 1px solid;
	display: inline-block;
	margin-top: 40px;
}
.back-guide-btn:before {
	font-family: "Font Awesome 5 Pro";
	content: "\f060";
	font-weight: 400;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}


.home .header-placeholder { display: none; }

/*==============================================
[Featured Video]
===============================================*/
.video-guide-row .blog-content-col.featured-video {
    width: 100%;
}
.blog-content-col.featured-video {
	text-decoration: none;
	display: block;
	margin-bottom: 50px;
	padding: 0;
}

.video-module .blog-image-overlay {
	height: 53px;
}
.video-module { position: relative; }

.video-module .video-popup-link {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 3;
}


.featured-media.dark-theme {
	background-color: #262626;
	color: #fff;
}

.featured-media.dark-theme h2 {
	color: #BFBFBF;
}

.featured-media.dark-theme .blog-info h6 {
	color: #fff;
}

.featured-media.dark-theme .blog-info p {
	color: #BFBFBF;
}

.featured-media.dark-them .blog-category {
	color: #c6b094;
}


.award-post {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -16px;
}


.award-post .blog-content-col {
	width: 33.33%;
	margin-bottom: 0;
}
.award-post .blog-content-col:first-child {
	width: 33.33%;
}

/*==============================================
[Featured Blog Area]
===============================================*/

.featured-blog-area {
	width: 100%;
	background-color: #fff;
	padding: 100px 0;
}
.featured-blog-area .featured-blog-row {
	max-width: 1200px;
	padding: 20px 15px;
	margin: 0px auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}

.featured-blog-area .featured-blog-preview {
	width: 45%;
}
.featured-blog-area .featured-blog-preview img {
	width: 100%;
}
.featured-blog-area .featured-blog-details {
	width: 50%;
	font-size: 16px;
	line-height: 24px;
	font-weight: 400;
}
.featured-blog-area .featured-blog-details h3 {
	font-size: 30px;
	line-height: 38px;
	color: #262626;
	padding: 0;
	margin: 0 0 20px;
}
.featured-blog-area .featured-blog-details h3 a {
	text-decoration: none;
	color: #262626;
}
.featured-blog-area .featured-blog-details .featured-tag {
	display: block;
	font-size: 18px;
	line-height: 22px;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 10px;
	color: #7B6856;
}
.featured-blog-area .featured-blog-details p {
	margin: 0 0 20px;
}
.featured-blog-area .featured-blog-details .read-more-btn {
	display: inline-block;
	background-color: #7B6856;
    color: #fff;
    text-transform: uppercase;
    font-size: 15px;
    line-height: 39px;
    font-weight: 500;
    padding: 0 26px;
    text-decoration: none;
    transition: ease-in-out 0.25s color, ease-in-out 0.25s background-color;
}
.featured-blog-area .featured-blog-details .read-more-btn:hover {
	background-color: #a7957e;
}

.application-area {
	padding: 50px;
	margin-bottom: 50px;
	background-color: rgba(167, 149, 126, 0.13);
}

.application-area .application-btn {
	display: inline-block;
	background-color: #d4242b;
	cursor: pointer;
    color: #fff;
    text-transform: uppercase;
    font-size: 15px;
    line-height: 39px;
    font-weight: 500;
    padding: 0 30px;
    text-decoration: none;
    transition: ease-in-out 0.25s color, ease-in-out 0.25s background-color;
}
.application-area .application-btn:hover {
	background-color: #7B6856;
}
#apply-form {
	width: 600px;
}

/*===========================================
[Responsive Iframe]
===========================================*/
[style*="--aspect-ratio"] > :first-child {
  width: 100%;
}
[style*="--aspect-ratio"] > img {  
  height: auto;
} 
@supports (--custom:property) {
  [style*="--aspect-ratio"] {
    position: relative;
  }
  [style*="--aspect-ratio"]::before {
    content: "";
    display: block;
    padding-bottom: calc(100% / (var(--aspect-ratio)));
  }  
  [style*="--aspect-ratio"] > :first-child {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
  }  
}

/*.mega-sub-menu .mm-post-area .mm-post-info h4 .special a {
	white-space: nowrap;
}*/

#mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column.mega-wwd-list.wwd-list > ul.mega-sub-menu > li.mega-menu-item.widget_media_image{
	width: 217px;
	display: flex;
	align-items: center;
}
#mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column.mega-wwd-list.wwd-list > ul.mega-sub-menu > li.mega-menu-item.widget_text {
	width: calc(100% - 217px);
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1 .mm-post-area .mm-post-preview img {
	width: 187px;
	height: 105px;
	object-fit: cover;
}

.blog-content-col:first-child h6 br { display: none; }

/*===============================================
[Responsive]
================================================*/

@media only screen and (max-width: 1480px) {
	.scrollable-banner .wrapper { height: 700px; }
}
@media only screen and (max-width: 1400px) {
	.scrollable-banner .caption-holder h1 { font-size: 50px; line-height: 60px; }
	.scrollable-banner .wrapper { height: 680px; }
}
@media only screen and (max-width: 1300px) {
	.scrollable-banner .wrapper { height: 630px; }
}	

@media only screen and (max-width: 1200px) {
	.accordion-col { position: relative; }
	.accordion-col img { position: absolute; top: 0; left: 0; width: 100%; height: 100%; max-height: fit-content; }
	.accordion-content-box { padding: 75px; }
	.featured-projects .slick-dots { margin: 46px 0 0 20px; }
	.tab-to-dropdown:after { display: block; }
	.scrollable-banner .caption-holder h1 { font-size: 40px; line-height: 50px; }
	.scrollable-banner .wrapper { height: 580px; }
}

@media only screen and (max-width: 920px) {
	.header { position: fixed; z-index: 9999; }
	.header-placeholder { height: 101px; display: block; }
	h6 { font-size: 17px; line-height: 21px; }
	.blog-content-col:first-child h6 { font-size: 17px; line-height: 21px;  }
	.header-main { padding: 10px; }
	.tab_section { padding: 75px 0; }
	.tab_section h2 { margin-bottom: 50px; }
	.tab-nav { margin-bottom: 30px; border: none; }
	.tab-to-dropdown { padding: 12px 35px 12px 20px; border: #BFBFBF 1px solid; position: relative; }
	.tab-nav ul { width: 100%; background-color: #fff; position: absolute; top: 55px; left: 0; z-index: 99; padding: 0 20px; border: #BFBFBF 1px solid; border-top: none; }
	.tab-nav ul li { width: 100%; margin: 0; padding: 10px 0; }
	.tab-nav ul li.active:after { display: none; }
	.tab-content h4 { margin-bottom: 15px; }
	.tab-content h5 { margin-bottom: 15px; letter-spacing: normal; }
	.tab-content p { margin-bottom: 15px; }
	.services-section { padding: 75px 0; }
	.services-section h2 { font-size: 40px; line-height: 44px; }
	.services-section h2 br { display: none; }
	.service-list { width: calc(100% - 400px); }
	.service-list ul li { padding: 15px 15px 15px 60px; font-size: 24px; }
	.service-list ul li:before { top: 50%; transform: translateY(-50%); }
	.accordion-content-box { padding: 30px; }
	.accordion-content strong { padding-right: 62px; font-size: 20px; line-height: 28px; }
	.content-with-logos { padding: 65px 0; }
	.footer { padding: 50px 0; }
	.footer-top .footer-widgets { width: 50%; }
	.footer-left { width: 100%; margin-bottom: 50px; }
	.footer-logo { margin: 0 auto; }
	.footer-right { width: 100%; }
	.copyright-section { width: 70%; }
	.footer-social { width: 30%; }
	.scrollable-banner { position: relative; min-height: 400px; }
	.scrollable-banner .img-holder { transform: scale(1); }
	.scrollable-banner .wrapper { height: auto; padding: 100px 30px; }
	.scrollable-banner .caption-holder h1 { font-size: 45px; line-height: 55px; }
	.scrollable-banner .img-holder img { height: 100%; object-fit: cover; }
	.two-column-content.tcc-medium { padding: 50px 0; }
	.basic-contect h3 { font-size: 30px; line-height: 40px; }
	.content-with-bg { min-height: fit-content; padding: 100px 0; }
	.cwbi-content h2 { margin-bottom: 20px; }
	.cwbi-content p br { display: none; }
	.members-wrap { padding: 50px 0 20px; }
	.member-row { margin: 0; }
	.member-col:first-child { padding: 25px; margin: 0 15px 40px; width: calc(100% - 30px); }
	.member-col { width: 33.33%; margin: 0; padding: 0 15px 40px; }
	.member-image { margin-bottom: 15px; }
	.member-info h6 { margin-bottom: 10px; }
	.basic-contect.tbs-medium { padding: 65px 0; }
	.tciwc-row .content-col h2 { font-size: 35px; line-height: 45px; }
	.tciwc-section { padding: 50px 0; }
	.special_quote { padding: 100px 0; }
	.projects-row .project-col img { height: 222px; }
	.blog-image img { height: 151px; }
	.portfolio-menu { padding: 20px 0; margin: 20px 0; }
	.portfolio-menu ul li { font-size: 14px; margin: 0 12px; }
	.portfolio-row .portfolio-column { padding: 10px; }
	.portfolio-holder { height: 232px; }
	.portfolio-holder img { height: 232px; }
	.portfolio-row .portfolio-column.large-preview { width: 33.33%; }
	.portfolio-holder .project-info { padding: 15px; }
	.portfolio-holder .project-info > div { width: 100%; }
	.project-info span.view-project { right: 15px; bottom: 15px; }
	.project-header { padding-top: 50px; }
	.project-header h1 { font-size: 40px; line-height: 50px; }
	.project-header .project-highlight { padding-bottom: 50px; }
	.project-container { padding-top: 50px; }
	.project-container:before { height: calc(100% - 100px); top: 50px; left: 28%;  }
	.gallery-slide img { height: 188px; }
	.blog-sidebar { max-width: 300px; padding: 50px 0px 50px 30px; }
	.blog-content { max-width: calc(100% - 300px); padding: 50px 30px 50px 0; }
	.blog-content-col { width: 100%; }
	.tax-video_cat .video-module.blog-content-col:first-child {width: 100%;}
	.blog-content-col:first-child .blog-image img { height: auto; }
	.page-template-template-blog .blog-image img { height: 200px; }
	.related-post .blog-content-col:first-child .blog-image img { height: 151px; }
	.blog-content-col:first-child .blog-image { margin-bottom: 20px; }
	.blog-image { margin-bottom: 20px; }
	.breadcrumb { padding: 25px 0; }
	.single-post-top h1 { font-size: 40px; line-height: 46px; }
	.post-author { margin-bottom: 50px; }
	.single-post-image { margin: 0; }
	.single-post-image img { height: auto; }
	.single-post-top { padding-bottom: 50px; }
	.blog-single .blog-content { padding-top: 5px; }
	.single-content p { padding-left: 0px; margin-bottom: 25px; }
	.single-content blockquote { font-size: 22px; line-height: 28px; }
	.single-content h3 { font-size: 22px; }
	.single-content h2, .single-content h3, .single-content h4, .single-content h5, .single-content h6 { padding-left: 0; }
	.author-box { display: block; overflow: hidden; margin-bottom: 30px; }
	.author-box-img { width: 75px; float: left; margin: 0 20px 12px 0; }
	.author-box-img img { height: 75px; }
	.author-box-content { width: auto; padding: 0; line-height: 26px; }
	.guide-main-content { padding: 0; } { padding: 20px 0 60px 104px; }
	.gbasic-content { padding: 20px 0 30px 0px; }
	.blog-content.guide-content { padding-bottom: 50px; }
	.career-flexible-layout { padding-top: 50px; }
	.career-row .career-sidebar { width: 25%; }
	.career-row .career-main { width: 72%; }
	.career-basic-content h2 { font-size: 30px; line-height: 34px; }
	.career-basic-content p { margin-bottom: 15px; }
	.featured-company { margin-bottom: 30px; }
	.featured-company .company-logo { width: 200px; }
	.featured-company .job-details { width: calc(100% - 200px); padding-left: 20px; }
	.job-details .job-date { margin-bottom: 5px; }
	.job-details h4 { font-size: 18px; line-height: 22px; margin-bottom: 10px; }
	.job-details .job-location { margin-bottom: 5px; }
	.career-top-content { padding-top: 50px; font-size: 26px; line-height: 34px; }
	.career-testimonial-area { padding: 50px 15px; }
	.testimonial-slide .quote-area { width: 71%; font-size: 18px; line-height: 24px; }
	.testimonial-slide .quote-area h2 { font-size: 28px; line-height: 30px; margin-bottom: 10px; }
	.news-filter-nav { margin: 50px 0 30px; }
	.three-column-box-col { padding: 0 10px; margin-bottom: 30px; }
	.cbl-preview-image { margin-bottom: 15px; height: 175px; }
	.cbl-preview-image img { height: 175px; } {}
	.tcbl-content-box h6 { margin-bottom: 10px; }
	.video-guide-row .blog-content-col:first-child { width: 100%; }
	.guide-post-image { margin: 50px 0 0; }
	.contact-lt { max-width: 30%; }
	.contact-lt h2 { font-size: 30px; }
	.contact-rt { width: 68%; }
	.guide-main-content h4 { font-size: 22px; }
	.contact-address-col, .contact-address-row .contact-address-col:first-child { width: 33.33%; }
	.single-content h1 { font-size: 30px; line-height: 36px; }
	.blog-single-meta { margin-top: 20px; }

	/*------------------------[Mobile-mega menu]----------------------*/
	.main-menu #mega-menu-wrap-menu-1 .mega-menu-toggle + #mega-menu-menu-1 { max-width: 100%; top: 100px; }
	.main-menu #mega-menu-wrap-menu-1 .mega-menu-toggle.mega-menu-open:after { display: none; }
	.main-menu #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu.mega-menu-item { color: #2B2B2B; padding: 0px; background-color: #fff; }
	.main-menu #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link {color: #2B2B2B; background: #fff; margin: 0 30px; padding: 0; border-bottom: 1px solid #D8D8D8;}
	.main-menu #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item.no-border > a.mega-menu-link { border: none; }
	.main-menu #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item.mega-current-page-ancestor > a.mega-menu-link { border-bottom: 1px solid #D8D8D8; }
	.mobile-contact-info { position: relative; top: -40px; padding: 40px 40px 0 28px; font-size: 16px; line-height: 24px; background-color: #171717; color: #BFBFBF; }
	.mobile-contact-info p { font-size: 16px; line-height: 24px; margin: 0 0 15px;}
	.mobile-contact-info p a { color: #BFBFBF !important; }
	.mobile-contact-info hr { margin: 0; position: relative; bottom: -18px; background-color: #363636; }
	.main-menu ul li .mobile-contact-info a { padding: 0; }
	.header-social.menu-preview { display: flex; padding-left: 28px; position: relative; top: -20px; }
	.main-menu ul li .header-social a { padding: 0; }
	.main-menu #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu {padding: 0; }
	#mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-column.mega-menu-rt {
		background-color: #171717;
		padding: 30px;
	}
	.mega-menu-rt ul.menu li a { color: #fff !important; }
	#mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-column.mega-menu-lt { padding: 30px; }
	#mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-column.mega-menu-lt > .mega-sub-menu {
		padding: ;
	}
	#mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column > ul.mega-sub-menu > li.mega-menu-item.mega-menu-item-media_image-2 { display: none; }
	#mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column > ul.mega-sub-menu > li.mega-menu-item { padding: 0; }
	.mega-menu-rt ul.menu li a { border-bottom: 1px solid #363636; }
	.mm-post-area { padding: 30px; }

	#mega-menu-wrap-menu-1 #mega-menu-menu-1 li#mega-menu-item-1526.mega-no-border > a.mega-menu-link, 
	#mega-menu-wrap-menu-1 #mega-menu-menu-1 li#mega-menu-item-1527.mega-no-border > a.mega-menu-link { padding: 0; }
	.award-post .blog-info h6 { font-size: 20px; line-height: 26px; }
}


@media only screen and (max-width: 767px) {
	.header-placeholder { height: 86px; display: block; }
	.mob-device { display: block; }
	.large-device { display: none; }
	.header-top { font-size: 12px; line-height: 14px; padding: 5px 0; } 
	.header-social { display: none; }
	.top-menu { width: 100%; }
	.top-menu ul { width: 100%; justify-content: center; }
	.top-menu ul li { display: none; font-size: 12px; line-height: 16px; }
	.top-menu ul li:first-child { display: block; padding: 0; }
	.top-menu ul li:after { display: none; }
	.logo { width: 65px; }
	.search-area { display: none; }
	.main-menu { width: calc(100% - 70px); }
	.hero-holder, .hero-overlay, .p-hero { height: 350px; }
	.ccwb_section { padding: 50px 0 75px; }
	.ccwb-content { font-size: 16px; line-height: 26px;  }
	.ccwb-content h2 { font-size: 24px; line-height: 32px; max-width: 300px; margin: 0 auto 20px; }
	.ccwb-content p { max-width: 290px; margin: 0 auto 36px; }
	.animated-arrow { bottom: -20px; }
	.tab_section { padding: 50px  0 25px; }
	.tab_section h2 { font-size: 36px; line-height: 38px; margin-bottom: 25px; }
	.tab-nav { margin-bottom: 25px; }
	.tab-row { margin: 0; }
	.tab-image, .tab-content { width: 100%; }
	.tab-image { padding: 0 0 30px; }
	.tab-content { padding: 0; font-size: 18px; line-height: 24px; color: #343434; } 
	.tab-image img { height: auto; }
	.tab-content h4 { font-size: 16px; }
	.tab-content h5 { font-size: 20px; line-height: 22px; }
	.services-section { padding: 45px 0 65px; }
	.services-section h2 { font-size: 36px; line-height: 46px; margin-bottom: 20px; }
	.service-list { width: 100%; }
	.service-list ul { display: flex; margin-bottom: 33px; }
	.service-list ul li { width: 46px; height: 46px; padding: 0; border: none; margin: 0px 7px; text-indent: -9999px; }
	.service-list ul li:before { text-indent: initial; }
	.service-list ul li a { display: none; }
	.service-list ul li:after { width: 14px; height: 2px; background-color: #707070; bottom: 23px; left: 46px; }
	.service-list ul li:last-child:after { display: none; }
	.service-list ul li.current:after, .service-list ul li:hover:after { width: 14px; }
	.service-list ul li.current, .service-list ul li:hover { padding: 0; }
	.service-list ul li.current:before, .service-list ul li:hover:before { left: 0; background-color: #A7957E; }
	.service-list ul li:first-child { border: none; }
	.right-box-content { padding: 40px 25px; }
	.service-footer { text-align: center; }
	.accordion-col { width: 100%; }
	.accordion-col img { position: relative; }
	.accordion-col h2 { font-size: 36px; line-height: 40px; margin-bottom: 15px; }
	.accordion-content-box { padding: 40px 30px 0; }
	.accordion-content strong { font-size: 18px; line-height: 24px; }
	.accordion-content strong:after { right: 0; }
	.accordion-content strong:before { right: 0; }
	.content-with-logos { padding: 50px 0; font-size: 18px; line-height: 24px; }
	.content-with-logos .logo-top-content { margin-bottom: 50px; line-height: 24px; }
	.footer-logo { margin: 0; }
	.footer-top { flex-direction: row; }
	.footer-top .footer-widgets:nth-child(1) { order: 4; }
	.footer-top .footer-widgets:nth-child(2) { order: 5; }
	.footer-top .footer-widgets:nth-child(3) { order: 7; }
	.footer-top .footer-widgets:nth-child(4) { order: 6; }
	.footer-top .footer-widgets:nth-child(5) { order: 1; }
	.footer-top .footer-widgets:nth-child(6) { order: 2; }
	.footer-top .footer-widgets:nth-child(7) { order: 3;}
	.footer-top .footer-widgets#text-4 { width: 100%; }
	.footer-top .footer-widgets { margin-bottom: 30px; font-size: 12px; color: #fff; }
	.footer-widgets ul li { font-size: 12px; line-height: 20px; }
	.footer-widgets ul li.heading-text { font-size: 12px; font-weight: 500; margin-bottom: 0; padding: 0; display: inline-block; }
	.footer-widgets ul li.heading-text a { color: #898989; }
	.footer-widgets ul li.heading-text a:after { display: none; }
	.footer-bottom { padding: 0; flex-direction: row; }
	.footer-bottom .copyright-section { width: 100%; order: 2; flex-wrap: wrap; }
	.copyright-section span { width: 100%; }
	.footer-bottom .footer-social { width: 100%; order: 1; margin-bottom: 30px; flex-wrap: wrap; justify-content: flex-start; }
	.footer-social span { width: 100%; margin: 0 0 2px; padding: 0 10px 2px 0; text-decoration: underline; }
	.scrollable-banner .caption-holder { max-width: 300px; }
	.scrollable-banner .caption-holder h1 { font-size: 36px; line-height: 44px; }
	.scrollable-banner .caption-holder h1 br { display: none; }
	.scrollable-banner .caption-holder h4 { font-size: 16px; line-height: 21px; }
	.scrollable-banner .wrapper { padding: 65px 0; }
	.basic-contect.tbs-medium { padding: 48px 0; }
	.basic-contect.tbs-small { padding: 28px 0; }
	.basic-contect.tbs-large { padding: 68px 0; }
	.basic-contect h3 { font-size: 24px; line-height: 34px; }
	.basic-contect.bcw-small .container { max-width: 326px; }
	.tciwc-section { padding: 0; }
	.tciwc-section .container { padding: 0; }
	.tciwc-row .img-col { width: 100%; }
	.tciwc-row .content-col { width: 100%; padding: 32px 32px 50px; }
	.tciwc-row .content-col h2 { font-size: 28px; line-height: 40px; margin-bottom: 35px; }
	.special_quote { padding: 0; }
	.special_quote .container { max-width: 335px; }
	.sq-row { padding: 0; }
	.sq-row .sq-col { width: 100%; }
	.sq-row .sq-col.sq-title-area { padding-top: 55px; }
	.sq-row .sq-col.sq-content { padding-bottom: 55px; }
	.sq-title-area span { font-size: 18px; line-height: 32px; }
	.sq-title-area h2 { font-size: 36px; line-height: 46px; }
	.sq-content blockquote { font-size: 24px; line-height: 32px; }
	.sq-content .sq-author { font-size: 14px; line-height: 24px; }
	.featured-projects { padding: 40px 0; }
	.featured-projects .container { max-width: 310px; padding: 0; text-align: right; }
	.featured-projects h2 { font-size: 36px; line-height: 56px; margin-bottom: 30px; }
	.featured-projects .projects-row { margin: 0; }
	.projects-row .project-col { margin: 0 0 30px; display: none; }
	.projects-row .project-col:first-child, 
	.projects-row .project-col:nth-child(2), 
	.projects-row .project-col:nth-child(3)  { display: block; }
	.featured-projects a.all-project-link { position: relative; color: #898989; }
	.latest-posts { padding: 40px 0 0; }
	.related-post { margin: 0; }
	.related-post .blog-content-col, .related-post .blog-content-col:first-child { width: 100%; padding: 0 0 40px; }
	.related-post .blog-content-col:first-child .blog-image, .related-post .blog-content-col .blog-image { margin-bottom: 15px; }
	.latest-posts .container { max-width: 310px; padding: 0; }
	.related-post .blog-content-col { display: none; }
	.related-post .blog-content-col:nth-child(1), 
	.related-post .blog-content-col:nth-child(2), 
	.related-post .blog-content-col:nth-child(3) { display: block; }
	.portfolio-row { margin: 0; }
	.portfolio-row .portfolio-column, .portfolio-row .portfolio-column.large-preview { width: 100%; padding: 13px 0px; }
	.portfolio-menu ul {width: 100%; display: block; background-color: #fff; position: absolute; top: 55px; left: 0; z-index: 99; padding: 0 20px; border: #BFBFBF 1px solid; border-top: none; }
	.portfolio-menu ul li {width: 100%; padding: 10px 0; display: block; position: relative; padding-bottom: 22px; display: block; color: #898989; text-transform: uppercase; font-size: 18px; text-decoration: none; cursor: pointer; }
	.portfolio-menu ul li.current {color: #7B6856; font-weight: 700; }
	.portfolio-menu ul li.current a { font-weight: 400; }
	.project-header { max-width: 360px; padding-bottom: 40px; }
	.project-tax { font-size: 16px; line-height: 18px; margin: 0 0 25px; }
	.project-header h1 { font-size: 36px; line-height: 46px; margin-bottom: 25px; }
	.project-header .project-highlight { font-size: 24px; line-height: 34px; padding-bottom: 25px; }
	.project-container { padding: 40px 0; max-width: 310px; margin: 0 auto; }
	.project-container:before { display: none; }
	.project-sidebar { width: 100%; padding-bottom: 40px; }
	.project-content { width: 100%; }
	.project-testimonial {max-width: 350px; font-size: 32px; line-height: 40px; padding: 50px 20px;}
	.project-gallery { padding: 30px 0; }
	.gallery-slide img { height: 310px; }
	.related-area { padding: 60px 0 0; }
	.blog-container { padding: 0; }
	.blog-content { max-width: 350px; padding: 26px 20px; }
	.blog-sidebar { max-width: 100%; padding: 40px 20px; }
	.sidebar-search, .sidebar-widgets, .sidebar-menu { max-width: 310px; margin-left: auto; margin-right: auto; }
	.blog-single .container { padding: 0; max-width: 100%; }
	.breadcrumb { display: none; }
	.single-post-top { padding: 40px 0 0; }
	.single-post-top h6 { max-width: 310px; font-size: 16px; line-height: 18px; margin: 0 auto 30px; }
	.single-post-top h1 { max-width: 310px; font-size: 36px; line-height: 46px; margin: 0 auto 15px; }
	.post-author { margin: 20px; }
	.blog-single-main-content { padding: 0 20px; }
	.blog-single .blog-content { padding: 0 0px 26px; max-width: 100%; }
	.single-content .wp-caption { margin:20px 0 30px; }
	.single-content h3 { margin-bottom: 15px; }
	.single-content .gallery { margin: 0 -20px 30px -20px; }
	.blog-row { max-width: 350px; margin: 0 auto; }
	.blog-single .blog-row { max-width: 100%; }
	.blog-single-meta { padding: 20px; margin: 0; }
	.single-content h1 { font-size: 26px; line-height: 34px; padding: 0 20px 20px; }
	.single-content img { margin-bottom: 0; }
	.single-content blockquote { font-size: 30px; line-height: 38px; }
	.blog-single .blog-sidebar { display: none; }
	.related-post-section { max-width: 350px; padding: 0 20px; margin:0 auto; }
	.related-post-section h6 { font-size: 24px; line-height: 30px; margin-bottom: 35px; text-transform: uppercase; }
	.post-pager { padding: 15px 0 40px; }
	.pager-middle { border: none; }
	.pager-row > div:nth-child(1) { order: 2; width: 100%; padding: 0 0 32px; border-bottom: 1px solid #e0e0e0; text-align: left !important; }
	.pager-row > div:nth-child(2) { order: 1; width: 100%; }
	.pager-row > div:nth-child(3) { order: 3; width: 100%; padding: 32px 0 0; text-align: right !important; }
	.single-content ul { margin-left: 0; padding-left: 20px; }
	.scrollable-banner .wrapper { height: 400px; }
	.three-column-box-row { max-width: 310px; margin: 0 auto; }
	.three-column-box-col { width: 100%; padding: 0; }

	.news-filter-nav { margin: 0; padding: 30px 0; border: 0; }
	.news-filter-nav .container { max-width: 350px; }
	.news-filter-nav ul {width: 100%; display: block; background-color: #fff; position: absolute; top: 55px; left: 0; z-index: 99; padding: 0 20px; border: #BFBFBF 1px solid; border-top: none; }
	.news-filter-nav ul li {width: 100%; padding: 10px 0; display: block; position: relative; padding-bottom: 22px; display: block; color: #898989; text-transform: uppercase; font-size: 18px; text-decoration: none; cursor: pointer; }
	.news-filter-nav ul li.current {color: #7B6856; font-weight: 700; }
	.news-filter-nav ul li.current a { font-weight: 400; }
	.gbasic-content { padding: 20px 0; }
	.gbasic-content h3 { line-height: 30px; }
	.gbasic-content .two-col-format ol, .gbasic-content .two-col-format ul, .gbasic-content .two-col-format p { column-count: 1; }
	.award-img img { height: 340px; object-fit: cover; }
	.award-content { padding: 30px; }
	.award-content .award-name { width: 100%; padding: 80px 0 20px 0; }
	.award-content .award-points { width: 100%; }
	.basic-contect .container { max-width: 350px; }
	.basic-contect h4 { font-size: 24px; line-height: 40px; }\
	.address-area { padding: 40px 0; }
	.address-container { max-width: 350px; }
	.contact-address-col { width: 100%; padding: 0; font-size: 20px; line-height: 28px; margin-bottom: 40px; }
	.contact-address-row .contact-address-col:last-child { margin-bottom: 0; }
	.contact-address-col h4 { font-size: 28px; line-height: 30px; margin-bottom: 15px; }
	.contact-form-section { max-width: 310px; margin: 0 auto; padding: 50px 0; }
	.contact-lt { max-width: 100%; padding: 0 0 50px; }
	.contact-lt h2 { font-size: 36px; line-height: 38px; margin-bottom: 15px; }
	.contact-rt { width: 100%; }
	.contact-rt .gform_legacy_markup_wrapper input:not([type=radio]):not([type=checkbox]):not([type=image]):not([type=file]) { min-height: 60px; }
	.contact-rt .gform_legacy_markup_wrapper .gform_footer input.button, 
	.contact-rt .gform_legacy_markup_wrapper .gform_footer input[type=submit] { width: 166px; }
	.container { max-width: 350px; }
	.two-column-col { width: 100%; padding: 0; }
	.basic-contect h3 { font-size: 28px; line-height: 32px; }
	.content-with-bg { padding: 50px 0; }
	.cwbi-content h2 { font-size: 32px; line-height: 40px; margin-bottom: 30px; }
	.members-wrap { padding: 0; }
	.members-wrap .container { padding: 0; }
	.member-full-info .left-info { width: 100%; margin-bottom: 20px; }
	.member-full-info .right-info { width: 100%; }
	.member-row { display: block; }
	.member-col { width: auto; max-width: 350px; padding: 0 20px 40px; margin: 0 auto; }
	.member-col:first-child { width: 100%; max-width: 100%; margin: 0 0 40px; padding: 40px 20px; display: block; }
	.member-col:first-child .member-image { max-width: 310px; width: auto; margin: 0 auto; }
	.member-col:first-child .member-info { padding: 40px 0 0; max-width: 310px; width: auto; margin: 0 auto; }
	.career-top-content { font-size: 24px; line-height: 34px; }
	.career-flexible-layout .container { max-width: 100%; padding: 0; }
	.career-row { display: block; }
	.career-row .career-sidebar { width: auto; max-width: 310px; margin: 0 auto; padding: 0 0 25px; }
	.career-row .career-main { width: 100%; }
	.career-testimonial-area .testimonial-slider { max-width: 310px; }
	.testimonial-slide { display: block !important; text-align: center; }
	.testimonial-slide .author-thumb { width: 200px; margin: 0 auto 50px; }
	.testimonial-slide .quote-area { width: 100%; font-size: 24px; line-height: 32px; }
	.testimonial-slide .quote-area h2 { font-size: 36px; line-height: 46p; }
	.career-basic-content { max-width: 310px; margin: 0 auto; }
	.twi-area { max-width: 310px; margin: 0 auto; padding-bottom: 40px; }
	.twi-area .twi-row { margin: 0 0 20px; align-items: center; }
	.twi-row .twi-content { width: calc(100% - 68px); }
	.twi-row .twi-content h5 { line-height: 24px; margin: 0; }
	.featured-company { max-width: 310px; margin: 0 auto 30px; }
	.featured-company .company-logo { margin: 0 0 30px; }
	.featured-company .job-details { width: 100%; padding: 0; }
	.subscribe-form { top: 85px; padding: 83px 30px 200px; }
	.subscribe-form h3 { max-width: 100%; }
	.subscribe-form .gform_wrapper.gravity-theme input:not([type=radio]):not([type=checkbox]):not([type=image]):not([type=file]) { min-height: 60px; }
	.portfolio-menu { border: none; margin: 0; padding: 30px 0 15px; }
	.guide-main-content h4 { font-size: 20px; }
	.address-area { padding: 50px 0; }
	.address-area .section-heading h2 { font-size: 36px; line-height: 38px; }
	.address-area .section-heading .contact-number { font-size: 24px; }
	.contact-address-row {margin: 0;}
	.contact-address-row .contact-address-col:first-child { width: 100%; }


	/*---------------[Mega-menu]--------------*/
	#mega-menu-wrap-menu-1 #mega-menu-menu-1 img { width: 100px; height: 100px !important; }
	.mega-menu-lt .textwidget { margin: 0; }
	.main-menu #mega-menu-wrap-menu-1 .mega-menu-toggle + #mega-menu-menu-1 { max-width: 100%; top: 86px; }
	.mm-post-area { display: block; }
	.mm-post-area .mm-post-preview { width: 100%; }
	.mm-post-area .mm-post-info { width: 100%; }
	.mm-post-area .mm-post-preview a { display: flex; justify-content: space-between; }
	.mob-fproject { width: calc(100% - 110px); }
	.mob-fproject span { display: block; font-size: 12px; line-height: 14px; color: #7B6856; text-transform: uppercase; margin-bottom: 10px; }
	.mega-sub-menu .menu-inner .mob-fproject h4 { font-size: 16px; line-height: 20px; color: #2B2B2B; margin: 0; }
	.mm-post-area .mm-post-info { width: calc(100% - 115px); font-size: 14px; line-height: 20px; padding: 0; }
	.mm-post-area .mm-post-info .more-info { text-align: left; font-size: 13px; line-height: 15px; color: #A7957E; text-decoration: underline; font-weight: 400; }
	#mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-column.mega-menu-lt .widget_media_image { display: none; }
	.page-template-template-blog div.heateor_sss_bottom_sharing { display: none !important; }
	.single div.heateor_sss_bottom_sharing.heateor_sss_vertical_sharing { display: none !important; }

	.single-share {
		padding: 10px 0;
		border-bottom: #E0E0E0 2px solid;
		margin-bottom: 30px;
	}
	.author-box { padding: 0 20px; }
	.single-share .heateor_sss_sharing_container { display: flex; }
	.single-share .heateor_sss_sharing_title { line-height: 40px; font-size: 16px; font-weight: 700; }
	.single-share .heateor_sss_horizontal_sharing .heateor_sss_svg, .heateor_sss_standard_follow_icons_container .heateor_sss_svg { color: #000; }
	.award-post .blog-content-col:first-child, .award-post .blog-content-col {width: 100%; margin-bottom: 30px;}
	.award-post .blog-info h6 { font-size: 17px; line-height: 21px; }
	.news-filter-nav { display: block; }
	.etabs { display: none; }
	.tab-content a.btn { padding: 0 20px; }
	.featured-projects .project-col .project-info { text-align: left; }
	.latest-posts h2 { font-size: 36px; line-height: 56px; margin-bottom: 30px; }
	.blog-content-col:first-child:hover .blog-image-overlay { left: 52%; }
	.blog-content-col:hover .blog-image-overlay { left: 52%; }
	.page-template-template-video .video-preview { height: 180px; }
	.video-guide-row .blog-content-col:first-child .blog-image { margin-bottom: 15px; }
	.news-post-image { margin: 0; }
	.single-post-top.news-top { padding-bottom: 30px; }
	.single-news .blog-single .blog-row { padding: 0 20px; }
	.subscribe-bar { top: 35%; right: -18%; }

	#mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-column.mega-menu-lt { padding: 15px; }
	.mega-menu-lt ul.mega-sub-menu { align-items: flex-start; }
	#mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column.mega-wwd-list.wwd-list > ul.mega-sub-menu > li.mega-menu-item.widget_media_image { width:115px; }
	#mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column.mega-wwd-list.wwd-list > ul.mega-sub-menu > li.mega-menu-item.widget_text { width: calc(100% - 115px); }
	.mega-sub-menu .menu-inner h4 { margin-bottom: 10px; font-size: 18px; line-height:20px; }
	.mega-sub-menu .menu-inner h6 { line-height: 15px; margin-bottom:8px; }
	.mm-post-area {padding: 15px; display: flex; align-items: flex-start; }
	.mm-post-area .mm-post-preview { width:115px; }
	#mega-menu-wrap-menu-1 #mega-menu-menu-1 .mm-post-area .mm-post-preview img { width:100px; }
	.mob-fproject.mob-device { display: none; }
	.mm-post-info .large-device { display: block; }
	.mm-post-area .mm-post-info span { font-size: 13px; line-height:15px; margin-bottom:8px; }
	.mm-post-area .mm-post-info h4 a { font-size:18px; line-height: 20px; }
	#mega-menu-wrap-menu-1 #mega-menu-menu-1 #mega-menu-item-media_image-5 img { height: auto !important; }
	.featured-blog-area { padding:30px 0; }
	.featured-blog-area .featured-blog-preview, .featured-blog-area .featured-blog-details { width:100%; }
	.featured-blog-area .featured-blog-details { padding-top:20px; font-size:14px; }
	.featured-blog-area .featured-blog-details .featured-tag { font-size:16px; line-height:18px; }
	.featured-blog-area .featured-blog-details h3 { font-size:26px; line-height:30px; }
	#apply-form { width:90%; }
}


@media only screen and (max-width: 440px) {
	.subscribe-bar { right:-21%; }
}
@media only screen and (max-width: 390px) {
	.subscribe-bar { right:-23%; }
}


/*===========================================
[Typekit]
===============================================*/

/*
font-family: franklin-gothic-urw, sans-serif;
light: 300;
book: 400;
medium: 500; 
Demi: 700;
*/