/*!
Theme Name: GNA
Theme URI: 
Author: GNA
Author URI: 
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: gna
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

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

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

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

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# 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;
}

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

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

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

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

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

/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
	transition: all 0.3s;
}

/**
 * 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: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}

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

p {
	margin-bottom: 1.5em;
}

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

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	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;
}

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

figure {
	margin: 1em 0;
}

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

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

a:visited {
	color: #800080;
}

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

a:focus {
	outline: thin dotted;
}

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

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

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

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

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

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

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

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

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

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

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

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

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

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

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

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

.main-navigation li {
	position: relative;
}

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

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

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

	.menu-toggle {
		display: none;
	}

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

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

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

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

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

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

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

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

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

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

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

.bypostauthor {
	display: block;
}

/* 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;
}
/*------new css---------*/
@font-face {
    font-family: 'Gilroy';
    src: url('fonts/Gilroy-Medium.woff2') format('woff2'),
        url('fonts/Gilroy-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'HelveticaNeue';
    src: url('fonts/HelveticaNeueBold.woff2') format('woff2'),
        url('fonts/HelveticaNeueBold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'HelveticaNeue';
    src: url('fonts/HelveticaNeueLight.woff2') format('woff2'),
        url('fonts/HelveticaNeueLight.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'HelveticaNeue';
    src: url('fonts/HelveticaNeueMedium.woff2') format('woff2'),
        url('fonts/HelveticaNeueMedium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'HelveticaNeue';
    src: url('fonts/HelveticaNeueRegular.woff2') format('woff2'),
        url('fonts/HelveticaNeueRegular.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
body.post, body.page{
	margin: 0;
}
body, button, input, select, optgroup, textarea{
    font-family: 'HelveticaNeue';
    font-weight: 400;

}
.utal a.added_to_cart, .btn, .button, .elementor-button, a.blog-btn, button, input[type="button"], input[type="submit"], .utal a.button,
.gilroy-text.elementor-text-editor,
.gilroy-text .elementor-counter-number-wrapper{
    font-family: 'Gilroy'!important;
    font-weight: 500;

}
.gilroy-text .elementor-counter-number-wrapper,
.gilroy-text .elementor-counter-number-suffix,
.gilroy-text .elementor-counter-title,
.contact-tab .elementor-widget-tabs .elementor-tab-title,
.team-title h3,
.form-main .branch-group select,
.gilroy-text.elementor-widget-text-editor,
body .client-industry-title h2{
    font-family: 'Gilroy'!important;

}
.elementor-kit-5{
	--e-global-typography-accent-font-family: 'Gilroy';
}
h1, h2, h3, h4, h5, h6{
	margin: 0 0 1em 0;
}
p{
	margin: 0 0 1em 0;
}
p:last-child{
	margin-bottom: 0;
}
.elementor-element .swiper .elementor-swiper-button {
    height: 21px;
    width: 36px;
    display: flex;
    align-items: center;
}
.elementor-element .swiper .elementor-swiper-button:after{
    content: '';
    width: 80%;
    position: absolute;
    height: 2px;
    margin-top: 1px;
    background-color: currentColor;
}

.elementor-element .swiper .elementor-swiper-button.elementor-swiper-button-prev:after {
    right: 0;
    
}
.elementor-element .swiper .elementor-swiper-button.elementor-swiper-button-next:after {
    left: 0;
    
}
.elementor-element .swiper .elementor-swiper-button.elementor-swiper-button-next i{
    margin-left: auto;
    opacity: 1;
}
.elementor-element .swiper .elementor-swiper-button i:before {
    color: currentcolor;
    opacity: 1;
}
.elementor-element .swiper .swiper-pagination span.swiper-pagination-bullet,
.slick-slider ul.slick-dots>li>button {
    height: 5px;
    width: 34px;
    border-radius: 8px;
}
.slick-slider ul.slick-dots {
    padding: 0;
    margin: 70px 0 0;
}

.slick-slider ul.slick-dots>li {
    margin: 0 6px;
}

.slick-slider ul.slick-dots>li>button {
    font-size: 0;
    padding: 0;
    background-color: rgb(56 56 56 / 20%);
    border: none;
}

.slick-slider ul.slick-dots>li.slick-active>button {
    background-color: #383838;
}
.contact-tab .elementor-widget-tabs .elementor-tab-title {
    width: 25%;
    text-align: center;
    padding: 15px;
}

.contact-tab .elementor-widget-tabs .elementor-tab-title:not(:last-child) {border-right: 2px solid rgb(56 56 56 / 30%)!important;}

.contact-tab .elementor-widget-tabs .elementor-tabs-wrapper {
    margin: 0 0 90px 0;
}
.contact-tab .elementor-widget-tabs .elementor-tab-content{
	padding: 0;
}
/*------team--------*/
.team-list-wrapper {
    position: relative;
    border-bottom: 1px solid #383838;
}
.team-list-wrapper .team-list{
	margin-bottom: 60px;
}
.button-box {
    text-align: center;
}

body .button-box button {
    width: 100%;
    max-width: 290px;
    border-radius: 0;
    font-size: 16px;
    background-color: #B88B49;
    border-color: #B88B49;
    text-transform: uppercase;
    letter-spacing: 0.25em;
    font-weight: 500;
    padding: 20px;
}
body .button-box button:hover{
	background-color: #133048;
	border-color: #133048;
}
.popup_team span.close {
    position: sticky;
    right: 0;
    top: -20px;
    width: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0;
    cursor: pointer;
    z-index: 999;
    margin-left: auto;
    margin: -20px 0 10px;
    margin-left: auto;
}

.popup_team span.close:before, 
.popup_team span.close:after {
    content: '';
    position: absolute;
    width: 80%;
    height: 2px;
    background-color: #000;
    transform: rotate(45deg);
}

.popup_team span.close:after {
    transform: rotate(-45deg);
}
.popup_team {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 999;
    background-color: rgb(0 0 0 / 40%);
    transition: all 0.3s;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
}
.popup_team.in {
    opacity: 1;
    visibility: visible;
}
.popup-main-wrapper {
    position: relative;
    max-width: 1000px;
    width: calc(100% - 50px);
    background-color: #fff;
    margin: 0 auto;
    padding: 40px;
    max-height: 90vh;
    overflow: hidden;
    overflow-y: auto;
}

.popup-content-wrapper {
    display: flex;
    flex-wrap: wrap;
}

.popup-content-wrapper .pp-wrapper {
    width: 300px;
}

.popup-content-wrapper .popup-content {
    width: calc(100% - 300px);
    padding-left: 40px;
}
.team-list-wrapper:not(:first-child) {
    padding-top: 120px;
}

.industry-img {
    margin: 0 0 20px 0;
}
body .industry-title h2{
    font-size: 70px;
    margin:-18px 0 30px 0;
}
body .industry-img ~ .industry-title h2{
	margin-top: 0;
}
.expertise-main,
.client-industry-wrapper {
    padding-top: 60px;
    border-top: 1px solid rgb(56 56 56 / 20%);
    margin-top: 30px;
}
.search-s {
    margin-bottom: 100px;
}
body .team-title h3,
body .client-industry-title h2 {
    text-align: center;
    color: #333333;
    font-size: 30px;
    font-weight: 400;
    line-height: 1.3em;
    letter-spacing: 0.3em;
    text-transform: uppercase;
    margin: 0 0 100px;
}
.client-industry-gallery ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.client-industry-gallery ul li {
    padding: 20px;
    width: 33.33%;
    text-align: center;
}
.team-list,
ul.venues-posts,
ul.career-posts,
.search-main-content {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -20px -40px;
    min-width: 100%;
}

.team-list>.team-item,
ul.venues-posts>li,
ul.career-posts>li,
.search-main-content .team-item {
    padding: 0 20px;
    margin: 0 0 40px 0;
    width: 25%;
	transition: all 0.3s;
	transition-delay: 0.4s;
    max-height: 500px;
}
.team-item.more-hide {
	opacity: 0;
	visibility: hidden;
    max-height: 0;
    overflow: hidden;
    margin: 0;
}
.expertise-main .team-list-wrapper {
    border: none;
    padding: 0;
}

.expertise-main .team-list-wrapper .team-title h3 ,
body .client-industry-title h2{
    text-align: left;
    margin: 0 0 60px 0;
}

.expertise-main .team-list-wrapper .team-list>.team-item {
    width: 25%;
}
ul.venues-posts,
ul.career-posts {
    list-style-type: none;
    padding: 0;
}

.career-l-list-wrap {
    overflow: hidden;
    border-radius: 18px;
    border: 1px solid rgb(56 56 56 / 60%);
    padding-bottom: 30px;
}
.team-img,
.team-image,
.career-image,
.popup-image {
    position: relative;
    padding-bottom: calc(0.95*100%);
    overflow: hidden;
    line-height: 0;
    margin: 0 0 25px 0;
}
.career-image{
    padding-bottom: calc(0.7*100%);

}
body .team-img img,
body .team-image img,
body .career-image img,
body .popup-image img {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.career-l-content, .career-li-content {
    padding-left: 30px;
    padding-right: 30px;
}
body .team-content h4,
body .career-l-content h4,
body .popup-title h2 {
    font-weight: 400;
    font-size: 22px;
    margin: 0 0 5px 0;
    line-height: 1.2;
}
body .career-l-content h4{
    margin: 0 0 15px 0;

}
body .team-content h4 a,
body .career-l-content a ,
body .popup-title h2 a{
    color: #0d0d0d;
    text-decoration: none;
}
body .team-content h4 a:hover,
body .career-l-content a:hover ,
body .popup-title h2 a:hover{
    color: #0d0d0d;
	
}
.team-content span ,
.career-li-content,
body .popup-post h4,
.team-areas-e, .team-i-e{
    font-family: 'HelveticaNeue';
    display: block;
    font-size: 16px;
    color: rgb(0 0 0 / 60%);
    margin: 0 0 15px 0;
    line-height: 1.4;
    font-weight: 400;
}
.team-areas-e, .team-i-e {
    margin: 10px 0 0;
}
.team-areas-e b, .team-i-e b {
    display: block;
}
.career-li-content{
    margin: 0;

}
.team-social-list>ul,
.social-icon>ul,
.team-p-social>ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: flex;
}
.team-p-social>ul {
	margin-bottom: 15px;
}
.team-social-list>ul>li svg,
.social-icon>ul li svg,
.team-p-social>ul>li svg {
    width: 1em;
    height: 1em;
}
.team-social-list>ul>li svg path,
.social-icon>ul>li svg path,
.team-p-social>ul>li svg path {
    fill: rgb(184 139 73 / 60%);
}
.team-social-list>ul>li a,
.social-icon>ul>li a,
.team-p-social>ul>li a {
    display: block;
    line-height: 0;
}

.team-social-list>ul>li,
.social-icon>ul>li,
.team-p-social>ul>li {
    font-size: 29px;
    margin: 0 14px 0 0;
}
.team-wrapper {
    position: relative;
    padding-left: 500px;
    min-height: 400px;
}

.team-wrapper .team-image {
    position: absolute;
    left: 0;
    width: 400px;
    padding: 0;
    min-height: 400px;
}
/*------search-----*/
.form-main .branch-group,
.form-main .filter-group,
.form-main .btn-submits {
    position: relative;
    width: 185px;
}
.form-main .form-group {
    margin: 0;
}
.form-main .btn-submits {
    width: 220px;
    margin-left: 20px;
}
.form-main .location-group,
.form-main .search-group {
    position: relative;
    width: calc(100% - 185px);
    padding-right: 18px;
}
.form-main .search-group{

    width: calc(100% - 425px);
}
.form-main .location-group:before,
.form-main .search-group:before,
.form-main .branch-group:before,
.form-main .filter-group:before,
.form-main .btn-submits:before {
    content: '';
    background-image: url(http://clients.responsive-pixel.com/gna/wp-content/uploads/2023/07/search-icon.svg);
    width: 18px;
    height: 18px;
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}
.form-main .branch-group:before{
	background-image: url(http://clients.responsive-pixel.com/gna/wp-content/uploads/2023/07/branch-icon.svg);
}
.form-main .filter-group:before{
	background-image: url(http://clients.responsive-pixel.com/gna/wp-content/uploads/2023/07/filter-icon.svg);

}
.form-main .btn-submits:before{
	background-image: url(http://clients.responsive-pixel.com/gna/wp-content/uploads/2023/07/staricon.svg);

}
.form-main .branch-group:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 9px solid #666666;
    right: 11px;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 4px;
}
.form-main form {
    display: flex;
    flex-wrap: wrap;
}

.form-main .form-group select,
.form-main .form-group input{
    font-family: 'Gilroy'!important;
    font-weight: 500;
    min-height: 43px;
    background-color: #fff;
    border: none;
    font-weight: 400;
    padding: 5px 20px 5px 55px!important;
    border-radius: 22px!important;
    width: 100%;
    color: rgba(0, 0, 0, 0.6)!important;    
    appearance: none;
    outline: none;
    border: none!important;
}
body .form-group.btn-submits input.btn-submit {
    font-size: 18px;
    min-height: 43px;
    padding: 5px 20px 5px 55px;
    background-color: #B88B49;
    border: none;
    color: #FFf!important;
}
.form-main .form-group input::placeholder{
    color: rgba(0, 0, 0, 0.6);
	
}
.aside-i-wrapper:not(:last-child) {
    margin-bottom: 70px;
}
body .aside-title h3,
body .tax-cat-name h2{
    font-family: 'Gilroy'!important;
    text-align: left;
    color: #0d0d0d;
    font-size: 30px;
    font-weight: 400;
    line-height: 1.3em;
    letter-spacing: 0.3em;
    text-transform: uppercase;
    margin:0 0 25px 0;
}
ul.cat-list,
.aside-i-list>ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

ul.cat-list>li:not(:last-child),
.aside-i-list>ul>li:not(:last-child) {
    margin-bottom: 15px;
}

ul.cat-list>li a,
.aside-i-list>ul>li a {
    position: relative;
    font-size: 23px;
    line-height: 1.3;
    color: rgba(0,0,0,.5);
    padding-left: 15px;
    transition: all .3s;
    text-decoration: none;
    display: block;
}
ul.cat-list>li:hover a,
ul.cat-list>li.active-cat a,
.aside-i-list>ul>li:hover a,
.aside-i-list>ul>li.active-list a  {
    color: #000;
}
ul.cat-list>li a:before,
.aside-i-list>ul>li a:before {
    content: '';
    width: 8px;
    height: 8px;
    position: absolute;
    right: 100%;
    border: 1px solid currentColor;
    border-top: 0;
    border-left: 0;
    transform: rotate(-45deg) skew(354deg, 354deg) translateY(-50%);
    top: 50%;
    margin-top: -1px;
    left: 0;
}
ul.cat-list>li:hover a:before,
ul.cat-list>li.active-cat a:before,
.aside-i-list>ul>li:hover a:before,
.aside-i-list>ul>li.active-list a:before {
    border: 2px solid currentColor;
    border-top: 0;
    border-left: 0;
}
.publication-list-tax-wapper:not(:last-child) {
    margin-bottom: 50px;
}
.publication-list-tax-wapper {
    position: relative;
}

.publication-load-more {
    position: absolute;
    right: 0;
    top: 6px;
}

.publication-load-more a {
    font-size: 12px;
    color: rgb(0 0 0 / 60%);
    text-transform: uppercase;
    font-family: 'Gilroy';
    font-weight: 500;
    letter-spacing: 0.25em;
}
body .publication-list-title h3,
body .breadcrumb_title h1,
body .publication-related>h4,
body .career-related h4 {
    font-family: 'Gilroy';
    text-align: left;
    color: #000000;
    font-size: 30px;
    font-weight: 400;
    line-height: 1.3em;
    letter-spacing: 0.3em;
    text-transform: uppercase;
}
body .publication-list-title h3,
body .publication-related>h4,
body .career-related h4{
    margin: 0 0 30px 0;

}
.career-sl-title {
    width: 69%;
    display: inline-block;
}
.sl-apply-now {
    margin: 0 0 20px 0;
    width: 30%;
    text-align: right;
    display: inline-block;	
}
.career-sl-title a,
.sl-apply-now a{
	text-decoration: none;
}
.publication-list-tax {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px -20px;
    min-width: 100%;
}
.publication-c-slider .slick-track {
    display: flex;
    align-items: stretch;
}
.publication-c-slider .item.slick-slide {
    margin: 0 23px;
    background-color: #e7e4df;
    height: auto;
}

.publication-c-slider {
    margin: 0 -23px;
}

.publication-list-tax .publication-li {
    width: calc(50% - 20px);
    margin: 0 10px 20px;
    padding: 45px 40px;
    background-color: #E7E4DF;
    border-top: 10px solid #B88B49;
}
.publication-list{
    padding: 0 32px 32px;
    background-color: #E7E4DF;

}
.publication-related .publication-list-tax .publication-li{
    width: calc(33.33% - 20px);
	
}
.publication-thumbnail {
    padding-bottom: calc(0.6*100%);
    overflow: hidden;
    position: relative;
    margin: 0 -32px 32px;
}

.publication-thumbnail a {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.publication-thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.publication-li>span {
    font-size: 28px;
    line-height: 1;
    color: #B88B49;
    position: relative;
    padding-left: 44px;
    margin: 0 0 30px 0;
    display: block;
    letter-spacing: 0.02em;
}

.publication-li>span:before {
    content: '';
    width: 31px;
    height: 31px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background-image: url(http://clients.responsive-pixel.com/gna/wp-content/uploads/2023/07/star-icon.svg);
    object-fit: contain;
    background-repeat: no-repeat;
    background-size: contain;
}

body .publication-li h4,
body .publication-title h3 {
	color: #000000;
	display: block;
    font-size: 32px;
    font-weight: 400;
    line-height: 1.2;
    margin: 0 0 10px 0;
}
body .publication-title h3 a,
body .publication-li h4 a  {
	display: block;
	color: #000000;
	text-decoration: none;
}
body .publication-title h3 ahover,
body .publication-li h4 a:hover{
	color: #000000;
	
}
body .publication-title h3{
    font-size: 20px;
    margin: 0 0 17px 0;
    line-height: 1.4;
}
.publication-title {
    position: relative;
}
.publication-title:before {
    content: '';
    position: absolute;
    height: 11px;
    width: 106px;
    background-color: #B88B49;
    top: -32px;
    left: 0;
}
.publication-li-content{
    font-size: 20px;
    line-height: 1.6;
    margin: 0 0 30px 0;
}
.publication-content-wrapper .publication_content {
    font-size: 16px;
    line-height: 1.4;
    margin: 0 0 20px 0;
}
.link-read {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.publication-li-link,
.read-more,
.slick-slider button.slick-arrow {
    display: inline-block;
    position: relative;
}
.slick-slider button.slick-arrow:focus{
	background: transparent!important;
	border: none!important;
}
.publication-li-link:before,
.read-more:before,
.slick-slider button.slick-arrow:before {
	content: '';
	position: absolute;
	width: 21px;
	height: 2px;
	background-color: #B88B49;
	left: 100%;
	margin-left: 25px;
	top: 50%;
	transform: translateY(-50%);
}
.slick-slider button.slick-arrow:before{
	width: 30px;
	height: 3px;
	background-color: #000;
    right: 0;
    left: initial;

}
.publication-li-link:after,
.read-more:after,
.slick-slider button.slick-arrow:after {
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    border: 2px solid #B88B49;
    border-top: 0;
    border-left: 0;
    left: 100%;
    margin-left: 34px;
    top: 50%;
    transform: translateY(-50%) rotate(-45deg);
}
.slick-slider button.slick-arrow:after{
    width: 15px;
    height: 15px;
    border: 3px solid #000;
    border-top: 0;
    border-left: 0;
    right: 0;
    left: initial;

}
.slick-slider {
    position: relative;
}
.slick-slider button.slick-arrow:before,
.slick-slider button.slick-arrow:after{
	margin: 0;
}
.slick-slider button.slick-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: transparent;
    border: none;
    padding: 0;
    font-size: 0;
    width: 30px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: none;
    outline: none;
}
body .slick-slider button.slick-arrow:hover{
    background: transparent;
    border: none;

}
.slick-slider button.slick-prev.slick-arrow{
	left: -50px;
    transform: translateY(-50%) scale(-1, 1);
}
.slick-slider button.slick-next.slick-arrow{
	right: -50px;
    left: inherit;
}
.publication-li-link a,
.read-more a {
    color: #B88B49;
    position: relative;
    text-decoration: none;
    font-size: 18px;
}
.read-more a,
.read-min{
    font-size: 16px;

}
.publication-li-link a:after
/*.read-more a:after*/ {
    content: '';
    position: absolute;
    display: block;
    left: 0;
    right: 0;
    bottom: -8px;
    height: 2px;
    background-color: currentColor;
    transition: 0.4s ease-in-out;
}

.publication-li-link a:hover:after,
.read-more a:hover:after {
    animation: mybutton 2s infinite;
}
@keyframes mybutton{
    0%{
        left: 0;
        right: 0;
    }
    33%{
        left: 100%;
        right: 0;
    }
    66%{
        left: 0%;
        right: 100%;
    }
    100%{
        left: 0;
        right: 0;
    }

}
.container {
    max-width: 1500px;
    margin: 0 auto;
}


.breadcrumbs_area {
    position: relative;
    min-height: 150px;
    background-color: #E7E4DF;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 0 50px;
}

.breadcrumbs_area:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    letter-spacing: 0;
    z-index: 9998;
    pointer-events: none;
    background-image: url(http://clients.responsive-pixel.com/gna/wp-content/uploads/2023/07/structure-pattern1.png);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 0.2;
}

.breadcrumb_content ul {
    margin: 0;
    list-style-type: none;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    font-size: 20px;
    line-height: 1.8;
    justify-content: center;
}
.breadcrumb_content ul li:not(:last-child):after{
    content: '';
    width: 8px;
    height: 8px;
    display: inline-block;
    border: 1px solid currentColor;
    border-top: 0;
    border-left: 0;
    transform: rotate(-45deg) skew(354deg, 354deg) translateY(-50%);
    margin: 0 10px ;
}
.breadcrumb_content ul li a {
    color: rgba(0, 0, 0, 0.5);
    text-decoration: none;
}

.breadcrumb_content ul li.active {
    color: #000;
}

body .breadcrumb_title h1 {
	text-align: center;
	margin: 10px 0 0;
}
.publication-c-slider {
	opacity: 0;
}
.publication-c-slider.slick-initialized {
	opacity: 1;
}
.publication-main-content,
.publication-related,
.career-related-wrapper,
.team-main-content {
    padding: 100px 50px;
}
.publication-related .publication-related{
	padding: 0;
}
.publication-related,
.career-related-wrapper{
	padding-top: 0;
}
.publication-image {
    margin: 0 0 30px 0;
}
.tax-publication-main-wrapper,
.main-pg-wrapper{
    padding: 50px 50px 0;
    margin-bottom: 50px;
    border-bottom: 1px solid #383838;

}
.tax-publication-main-wrapper,
.main-pg-content-wrapper {
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
}
.tax-publication-main-wrapper .container{
    display: flex;
    flex-wrap: wrap;

}
.tax-publication-first,
.asidebar-wrap {
    width: 27.703%;
    padding: 65px 40px 50px 0;
    border-right: 1px solid #383838;
}

.tax-publication-second,
.main-aside-wrap {
    width: 72.297%;
    padding: 65px 0px 120px 80px;
}
.screen-reader-response {
    display: none;
}

.newsletter-form .wpcf7-response-output, .newsletter-form span.wpcf7-not-valid-tip {
    display: none;
}

.newsletter-form .wpcf7-form-control-wrap input.wpcf7-not-valid {border: 1px solid #ff0000!important;}
.newsletter-form .wpcf7-form-control-wrap {
    width: 100%;
    display: block;
}

.newsletter-form p {
    margin: 0;
}

.newsletter-form br {
    display: none;
}

.newsletter-form .wpcf7-form-control-wrap input {
    min-height: 82px;
    width: 100%;
    padding: 10px 170px 10px 25px!important;
    border-radius: 40px!important;
    font-size: 24px;
    outline: none;
    border: none!important;
}

.newsletter-form form{
    position: relative;
}
span.wpcf7-spinner {
    position: absolute;
    left: 100%;
    transform: translateY(-50%);
    top: 50%;
}
.newsletter-form input.wpcf7-submit {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    background-color: #232B3E!important;
}
.newsletter-form input.wpcf7-submit:hover{
	background-color: #b88b49!important;
}

.hide {
	display: none;
}
.team-list-m-wrapper {
    padding-bottom: 100px;
}
.form-main form.menu-publication-form .form-group {
    width: 100%;
    padding: 0;
    position: relative;
    margin: 0;
}

.form-main form.menu-publication-form .form-group:before {
    display: none;
}

.form-main form.menu-publication-form .form-group input {
    font-family: 'Gilroy'!important;
    font-weight: 500;
    min-height: 38px;
    background-color: rgba(0, 0, 0, 0.1);
    font-size: 16px;
    padding: 0 22px!important;
    border: none;
}

.form-main form.menu-publication-form .btn-submit-main {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    left: inherit;
    width: auto;
}

.form-main form.menu-publication-form .btn-submit-main button {
    padding: 7px 15px;
    background: transparent;
    border: none;
}
.form-main form.menu-publication-form .btn-submit-main button svg path {
    fill: #b88b49;
}
.form-inline {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}

.form-group {
    width: 100%;
    margin: 0 0 30px 0;
}
.form-inline .form-group{
    width: 50%;
    padding: 0 15px;
    
}

.form-group span {
    width: 100%;
    display: block;
}

.form-group input {
    width: 100%;
}

.form-group textarea {
    height: 135px;
}

label {
    font-family: 'Gilroy';
    font-weight: 500;
    display: block;
    margin: 0 0 10px 0;
}
.form-group br {
    display: none;
}
.form-btn {
    position: relative;
}
body .form-btn input.wpcf7-submit {
    min-width: 265px;
    font-size: 18px;
    min-height: 58px;
    background-color: #B88B49;
    border-color: #B88B49;
}
body .form-btn input.wpcf7-submit:hover{
	background-color: #133048;
    border-color: #133048;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
    color: red;
}
.wpcf7 form.sent .wpcf7-response-output {
    color: #46b450;
}
.wpcf7 form .wpcf7-response-output {
    padding: 0;
    margin: 10px 0 0;
    border: none;
}
.slick-slider .slick-list{
    overflow: hidden;
}
body .footer-link a {
    color: #fff;
}
body.home .newletter-section{
	display: none!important;
}
.elementor-shape-rounded .elementor-icon.elementor-social-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
body .elementor-widget .elementor-icon-list-item a {
    display: inline-flex;
    width: auto;
}
#mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-item>a.mega-menu-link {
    line-height: 1.2;
    font-weight: 600!important;
    font-family: "Abhaya Libre",Sans-serif;
    height: auto;
	transition: all 0.3s;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-item>a.mega-menu-link>span.mega-indicator {
    display: none;
}

#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 {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
}
#mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row .mega-menu-column {
    padding: 25px 35px;
    min-height: initial;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row .mega-menu-column:nth-child(even) {
    background-color: #ececec;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-column>ul.mega-sub-menu>li.mega-menu-item>a.mega-menu-link {
    font-family: "Abhaya Libre",Sans-serif;
    line-height: 1.25;
    padding-bottom: 5px;
    margin-bottom: 15px;
	transition: all 0.3s;
}
#mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-column>ul.mega-sub-menu>li.mega-menu-item>a.mega-menu-link,
#mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-column>ul.mega-sub-menu>li.mega-menu-item>a.mega-menu-link:hover{
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    font-weight: 600;
	
}
#mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-column>ul.mega-sub-menu>li.mega-menu-item li.mega-menu-item:not(:last-child) {
    margin-bottom: 10px;
}
#mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-column>ul.mega-sub-menu>li.mega-menu-item li.mega-menu-item>a{
	transition: all 0.3s;
	
}
#mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-column>ul.mega-sub-menu>li.mega-menu-item li.mega-menu-item>a:before {
    content: '';
    display: inline-block;
    width: 5px;
    height: 5px;
    border: 1px solid currentColor;
    border-top: 0;
    border-left: 0;
    transform: rotate(-45deg);
    margin: 9px 6px 9px 0;
}
#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.widget_text {
    margin: 15px 0 10px;
}
body.page-template-tpl-search .team-title {
    display: none;
}
body.page-template-tpl-search .team-title.show-title {
    display: block;
}
@media (min-width: 768px){
	.mobile-list {
		display: none;
	}
	
}
@media (min-width: 1025px){
	#mega-menu-wrap-menu-1 #mega-menu-menu-1[data-effect=fade_up] li.mega-menu-item.mega-menu-megamenu>ul.mega-sub-menu {
		transform: translate(-50%, 0px);
		margin-top: 20px;
        box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.1);
        max-height: 0;
        overflow: hidden;
        opacity: 1;
        transition: all 0.6s cubic-bezier(0.29, 0.45, 0.25, 1);
    width: 900px;
	}
#mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row {
    max-width: 100%;
}
	#mega-menu-wrap-menu-1 #mega-menu-menu-1[data-effect=fade_up] li.mega-menu-item.mega-menu-megamenu.mega-toggle-on>ul.mega-sub-menu {
		transform: translate(-50%, 0px);
        max-height: 700px;
	}
	#mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-column:nth-child(1)>ul.mega-sub-menu>li.mega-menu-item li.mega-menu-item:not(:last-child),
		#mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-column:nth-child(2)>ul.mega-sub-menu>li.mega-menu-item li.mega-menu-item:not(:last-child) {
		width: 50%;
	}
	#mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-column:nth-child(1)>ul.mega-sub-menu>li.mega-menu-item>ul.mega-sub-menu,
	#mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-column:nth-child(2)>ul.mega-sub-menu>li.mega-menu-item>ul.mega-sub-menu {
		display: flex;
		flex-wrap: wrap;
	}
	.elementor-widget-ut-nav-menu .ut-custom-menu .menu> .menu-item>ul.sub-menu {
	    min-width: 232px;
	    width: auto;
	    left: 50%;
	    transform: translateX(-50%);
	}
	.elementor-widget-ut-nav-menu .ut-custom-menu .menu> .menu-item>ul.sub-menu:before {
	    content: '';
	    background-color: #232B3E;
	    position: absolute;
	    width: 20px;
	    height: 20px;
	    bottom: 100%;
	    left: 50%;
	    transform: translateX(-50%) rotate(45deg);
	    margin: -11px 0;
	}
	.elementor-widget-ut-nav-menu .ut-custom-menu.submenus .menu> .menu-item>ul.sub-menu>li>a {
	    padding: 0 20px;
	    min-height: 55px;
	    display: flex;
	    align-items: center;
	    background-color: #232B3E!important;
	    font-size: 16px;
	    color: #D8BE9C!important;
	}

	body .elementor-widget-ut-nav-menu .ut-custom-menu.submenus .menu> .menu-item>ul.sub-menu>li:hover>a {
	    background-color: #504E51!important;
	    color: #D8BE9C!important;
	}
	.area-menu>a:before,
	.industry-menu>a:before {
	    content: '';
	    width: 17px;
	    height: 17px;
	    display: inline-block;
	    background-image: url(http://clients.responsive-pixel.com/gna/wp-content/uploads/2023/06/compass-icon.svg);
	    background-position: center;
	    background-repeat: no-repeat;
	    margin: 0 12px 0 0;
	    background-size: contain;
	}
	.industry-menu>a:before{
	    background-image: url(http://clients.responsive-pixel.com/gna/wp-content/uploads/2023/06/globe-icon.svg);
	}
	.utal .sub-menu .menu-item-has-children:after {
	    content: '';
	    width: 15px;
	    height: 2px;
	    position: absolute;
	    right: 19px;
	    background-color: #D8BE9C!important;
	    margin-top: 1px;
	}
	.utal .sub-menu .menu-item-has-children:after {
	    content: '';
	    width: 15px;
	    height: 2px;
	    position: absolute;
	    right: 19px;
	    background-color: #D8BE9C!important;
	    margin-top: 1px;
	}

	.elementor-widget-ut-nav-menu .ut-custom-menu.submenus .menu> .menu-item>ul.sub-menu .sub-menu {
	    padding: 10px 0;
	    background-color: #E7E4DF;
	}

	.elementor-widget-ut-nav-menu .ut-custom-menu.submenus .menu> .menu-item>ul.sub-menu .sub-menu>.menu-item>a {
	    font-family: 'HelveticaNeue';
	    font-weight: 400;
	    color: rgb(0 0 0 / 60%)!important;
	    border: none;
	    background-color: #E7E4DF;
	    font-size: 14px;
	    padding: 0;
	    min-height: 38px;
	    padding: 0 18px;
	    display: flex;
	    align-items: baseline;
	}
	.elementor-widget-ut-nav-menu .ut-custom-menu.submenus .menu> .menu-item>ul.sub-menu .sub-menu>.menu-item>a:before{
	    
	    content: '';
	    width: 5px;
	    height: 5px;
	    display: inline-block;
	    border: 1px solid currentColor;
	    border-top: 0;
	    border-left: 0;
	    transform: rotate(-45deg) skew(350deg, 350deg) translateY(-50%);
	    margin: 5px 4px 0 0;
	}
	.elementor-widget-ut-nav-menu .ut-custom-menu.submenus .menu> .menu-item>ul.sub-menu .sub-menu>.menu-item:hover>a{
	    background-color: #C8BFB2;
	    color: rgb(0 0 0 / 60%)!important;
	}

}
@media (max-width: 1200px){
	.slick-slider ul.slick-dots {
		padding: 0;
		margin: 40px 0 0;
	}
	.sponsor-carousel .swiper-pagination {
		display: none!important;
	}
	.slick-slider button.slick-arrow{
		display: none!important;
	}
	span.wpcf7-spinner {
	    right: 0;
	    margin: 0;
	}
	.utal .mobile-layout-hamburger>.menu-item-has-children > a:after {
	    margin: -9px 0;
	}
	li.prev-menu i.fa-angle-left {
	    margin: -2px 8px 0 0;
	}
	body .team-title h3, body .client-industry-title h2 {
	    margin: 0 0 80px;
	}
	.team-list>.team-item, ul.venues-posts>li, ul.career-posts>li, .search-main-content .team-item {
	    width: 33.33%;
	}
	.contact-tab .elementor-widget-tabs .elementor-tab-title {
	    width: 33.33%;
	}
	.breadcrumbs_area {
	    padding: 0 25px;
	}
	.single .breadcrumbs_area{
		min-height: 80px;
	}
	.breadcrumbs_area .container {
		padding: 20px 0;
	}
	.publication-main-content,
	.publication-related,
	.career-related-wrapper,
	.team-main-content {
	    padding: 100px 25px;
	}
	.publication-related .publication-related{
		padding: 0;
	}
	.publication-related,
	.career-related-wrapper{
		padding-top: 0;
	}
	.tax-publication-main-wrapper, .main-pg-wrapper {
	    padding: 50px 25px 0;
	    margin-bottom: 50px;
	}
	.tax-publication-first, .asidebar-wrap {
	    width: 100%;
	    padding: 0 0 40px 0;
	    border-bottom: 1px solid #383838;
	    border-right: 0;
	    margin-bottom: 40px;
	}
	.team-main-wrapper.expertise-main:last-child {
	    margin-bottom: -60px;
	}

	.tax-publication-second, .main-aside-wrap {
	    width: 100%;
    	padding: 0 0 60px 0;
	}
	.publication-related .publication-list-tax .publication-li {
	    width: calc(50% - 20px);
	}

}
@media (max-width: 1024px){

	.page-template-tpl-search .site>.container {
		padding-left: 25px;
		padding-right: 25px;
	}
	body .utal .custom-menu.mobile-layout-hamburger span.close {
		top: 30px;
		font-size: 0;
		width: 30px;
		height: 30px;
		display: flex;
		align-items: center;
		justify-content: center;
	}


	body .utal .custom-menu.mobile-layout-hamburger .close:before, 
	body .utal .custom-menu.mobile-layout-hamburger .close:after {
		content: '';
		width: 80%;
		height: 1px;
		background-color: currentColor;
		position: absolute;
		transform: rotate(45deg);
	}
	body .utal .custom-menu.mobile-layout-hamburger .close:after{
		transform: rotate(-45deg);

	}
	body .utal .mobile-layout-hamburger .menu-item-has-children>a:after, 
	body li.prev-menu i.fa:before {
		content: '';
		width: 8px;
		height: 8px;
		border: 1px solid currentColor;
		border-left: 0;
		border-bottom: 0;
		transform: rotate(45deg);
		margin: -6px 4px;
		display: inline-block;
	}

	body li.prev-menu i.fa {
		font-size: 0;
	}

	body li.prev-menu i.fa:before {
		content: '';
		transform: rotate(-135deg);
		margin: 0px 4px;
	}
	body .utal .hamburger{
		display: block!important;
	}
	.ut-custom-menu ul.custom-menu.mobile-layout-hamburger li a {
		display: block;
	}
	
}
@media (max-width: 767px){
	body .utal .custom-menu.mobile-layout-hamburger .close {
		right: 20px;
		font-size: 40px;
		top: 63px;
	}
	.ut-custom-menu ul.custom-menu.mobile-layout-hamburger li.mobile-list {
		width: 50%;
		display: inline-block;
		position: absolute;
		top: 20px;
		left: 20px;
	}

	.ut-custom-menu ul.custom-menu.mobile-layout-hamburger li.mobile-list.menu-mail {
		margin-left: auto;
		text-align: right;
		right: 20px;
		left: inherit;
	}

	.ut-custom-menu ul.custom-menu.mobile-layout-hamburger li.mobile-list> a:before {
		content: "\f879";
		font-family: "Font Awesome 5 Free";
		font-weight: 900;
		color: #b88b49;
		font-size: 15px;
		margin: 0 10px 0 0;
	}

	.ut-custom-menu ul.custom-menu.mobile-layout-hamburger li.mobile-list.menu-mail>a:before {
		content: "\f0e0";
	}

	.ut-custom-menu ul.custom-menu.mobile-layout-hamburger li.mobile-list> a {
		font-family: 'HelveticaNeue';
		font-size: 15px;
		text-transform: none;
		letter-spacing: 0.05em;
		font-weight: 300;
	}
	body .publication-list-title h3, body .breadcrumb_title h1, body .publication-related>h4, body .career-related h4 {
	    font-size: 22px;
	}
	.breadcrumb_content ul {
	    font-size: 17px;
	}
	.breadcrumb_content ul li:not(:last-child):after {
	    width: 6px;
	    height: 6px;
	    margin: 0 6px;
	}
	.newsletter-form input.wpcf7-submit {
	    padding: 12px 20px!important;
	    font-size: 17px!important;
	    right: 10px;
	}

	.newsletter-form .wpcf7-form-control-wrap input {
	    min-height: 55px;
	    font-size: 17px;
	    padding: 10px 105px 10px 25px!important;
	}
	.form-main .location-group,
	.form-main .search-group,
	.form-main .filter-group {
	    width: 100%;
	    padding: 0;
	    margin: 0 0 10px 0;
	}
	.form-main .branch-group, 
	.form-main .filter-group, 
	.form-main .btn-submits {
	    width: 100%;
	}
	.form-main .btn-submits {
	    margin: 0;
	}
	body .team-title h3, body .client-industry-title h2 {
	    font-size: 22px;
	    margin: 0 0 30px;
	}
	body .team-content h4, body .career-l-content h4, body .popup-title h2 {
	    font-size: 20px;
	}
	.team-img, .team-image, .career-image, .popup-image {
	    margin: 0 0 15px 0;
	}
	.team-content span, .career-li-content, 
	body .popup-post h4, .team-areas-e, .team-i-e {
	    font-size: 16px;
	}
	.team-social-list>ul>li, .social-icon>ul>li, .team-p-social>ul>li {
	    font-size: 24px;
	    margin: 0 5px 0 0;
	}
	.team-list, ul.venues-posts, ul.career-posts, .search-main-content {
	    margin-left: -10px;
	    margin-right: -10px;
	}
	.team-list>.team-item, ul.venues-posts>li, ul.career-posts>li, .search-main-content .team-item,
	.expertise-main .team-list-wrapper .team-list>.team-item {
	    padding: 0 10px;
	    width: 50%;
	}
	ul.venues-posts>li,
	ul.career-posts>li{
		width: 100%;
	}
	.career-l-content, .career-li-content {
	    padding-left: 20px;
	    padding-right: 20px;
	}
	.team-list-wrapper .team-list {
	    margin-bottom: 20px;
	}
	.team-list-wrapper:not(:first-child) {
	    padding-top: 60px;
	}
	body .button-box button {
	    max-width: 190px;
	    font-size: 14px;
	    padding: 14px;
	}
	.popup-main-wrapper {
	    width: 100%;
	    max-height: 100vh;
	    padding: 50px 25px;
	    height: 100vh;
	}

	.admin-bar .popup-main-wrapper {
	    max-height: calc(100vh - 46px);
	    margin-top: 45px;
	}

	.popup-content-wrapper .pp-wrapper {
	    width: 195px;
	}

	.popup-content-wrapper .popup-content {
	    width: calc(100% - 195px);
	    padding-left: 30px;
	}
	body .contact-tab .elementor-widget-tabs .elementor-tab-title {
	    width: 100%;
	    border: 2px solid #b88b49!important;
    	color: #b88b49!important
	}
	.contact-tab .elementor-widget-tabs .elementor-tab-title.elementor-active{
	    background-color: #b88b49;
    color: #fff!important;
	    
	}
	.contact-tab .elementor-widget-tabs .elementor-tab-title:not(:last-child) {
	    margin: 0 0 20px 0;
	}
	label {
	    margin: 0 0 5px 0;
	}
	.form-inline .form-group {
	    width: 100%;
	}
	body .form-btn input.wpcf7-submit {
	    min-width: 170px;
	    font-size: 16px;
	    min-height: 50px;
	}
	.publication-main-content,
	.publication-related,
	.career-related-wrapper,
	.team-main-content {
	    padding: 50px 25px;
	}
	.publication-related .publication-related{
		padding: 0;
	}
	.publication-related,
	.career-related-wrapper{
		padding-top: 0;
	}
	.single-career {
	    margin-bottom: 40px;
	}
	body .sl-apply-now a {
	    position: fixed;
	    left: 0;
	    right: 0;
	    bottom: 0;
	    border-radius: 0!important;
    	z-index: 999;
	}
	.career-sl-title {
	    width: 100%;
	}
	.sl-apply-now {
	    margin: 0;
	    width: 100%;
	    display: block;
	}
	.publication-list {
	    padding: 0 25px 32px;
	    background-color: #E7E4DF;
	}
	.publication-thumbnail {
	    padding-bottom: calc(0.6*100%);
	    overflow: hidden;
	    position: relative;
	    margin: 0 -25px 32px;
	}
	.publication-title:before {
	    height: 7px;
	    width: 90px;
	}
	body .publication-title h3 {
	    font-size: 22px;
	    margin: 0 0 10px 0;
	}
	.publication-content-wrapper .publication_content {
	    font-size: 18px;
	}
	.read-more a, .read-min {
	    font-size: 16px;
	}
	.slick-slider ul.slick-dots {
	    margin: 40px 0 0;
	}
	ul.cat-list>li a, .aside-i-list>ul>li a {
	    font-size: 17px;
	}
	ul.cat-list>li:not(:last-child), .aside-i-list>ul>li:not(:last-child) {
	    margin-bottom: 10px;
	}
	.publication-load-more {
	    position: static;
	    margin: -20px 0 30px;
	}
	.publication-list-tax .publication-li {
	    width: calc(100% - 20px);
	    padding: 40px 20px;
	    border-top: 5px solid #B88B49;
	}
	.publication-li>span {
	    font-size: 18px;
	    margin: 0 0 15px 0;
    	padding-left: 25px;
	}
	.publication-li>span:before {
	    content: '';
	    width: 18px;
	    height: 18px; 
	}
	body .publication-li h4, body .publication-title h3 {
	    font-size: 24px;
	}
	.publication-li-content {
	    font-size: 17px;
	    margin: 0 0 20px 0;
	}
	.publication-li-link a, .read-more a {
	    font-size: 17px;
	}
	.publication-li-link a:after {
	    height: 1px;
	}
	body .aside-title h3,
	body .tax-cat-name h2{
	    font-size: 22px;
	    margin: 0 0 0 0;
	}
	.aside-title,
	.main_content_title p,
	.main_content_title h2{
		position: relative;
	}
	.aside-title:after,
	.main_content_title p:after,
	.main_content_title h2:after{
		content: '';
		width: 13px;
		height: 13px;
		position: absolute;
		border: 1px solid #000;
		right: 5px;
		top: 2px;
		border-left: 0;
		border-top: 0;
		transform: rotate(45deg);
	}

	.aside-title.active-d-title:after,
	.main_content_title.active-d-title p:after,
	.main_content_title.active-d-title h2:after{
		transform: rotate(-135deg);
		top: 10px;
	}

	.aside-i-list,
	.main_content_list{
		overflow: hidden;
		max-height: 0px;
		transition: all 0.3s;
	}

	.aside-i-list.show,
	.main_content_list.show{
		max-height: 1000px;
		padding-top: 20px;
	}
	.main_content_list .main_content_list{
		padding-top: 0;
	}
	.aside-i-wrapper:not(:last-child) {
	    margin-bottom: 30px;
	}
	body .industry-title h2 {
	    font-size: 38px;
	    margin: 0 0 20px 0;
	}
	.client-industry-gallery ul li {
	    padding: 17px;
	    width: 50%;
	    text-align: center;
	}
	.expertise-main .team-list-wrapper .team-title h3, body .client-industry-title h2 {
	    text-align: left;
	    margin: 0 0 30px 0;
	}
	.publication-related .publication-list-tax .publication-li {
	    width: calc(100% - 20px);
	}
	.form-main form.menu-publication-form .form-group input {
    	min-height: 32px;
	    font-size: 16px;
	    padding: 0 14px!important;
	}
	.form-main form.menu-publication-form .btn-submit-main button{
	    padding: 8px;
	}
	.form-main form.menu-publication-form .btn-submit-main button svg {
	    height: 14px;
	    width: 14px;
	}
	.elementor-element .swiper .elementor-swiper-button,
	.elementor-element .swiper-pagination,
	.slick-slider ul.slick-dots{
		display: none!important;
	}
	.listing-gap.elementor-widget.elementor-widget-icon-list .elementor-icon-list-icon {
		padding-right: 10px!important;
	}
	.expertise-main, .client-industry-wrapper{
		padding-top: 50px;
	}
}
@media (max-width: 480px){
	.popup-content-wrapper .pp-wrapper {
	    width: 100%;
	}
	.popup-content-wrapper .popup-content {
	    width: 100%;
	    padding: 30px 0 0;
	}
}