  /* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html-
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/*
    Add your custom styles here
*/

/** GENERAL **/
#hero-practice-areas { margin: 30px 0 50px; }
#hero-practice-areas a { margin-right: 20px; }
.page-header h1.entry-title {
    display: none;
}
.remove-margin p:last-child {
	margin-bottom: 0;
}
a {
	transition: .3s all ease !important;
	color: var( --e-global-color-secondary );
}
.single-content a {
   	word-break: break-all;
}
a:hover {
	color: var( --e-global-color-46491a0 );
}
.alt-1 a.elementor-button {
    background: linear-gradient(300deg, rgba(15,72,226,1) 0%, rgba(167,27,162,1) 70%, rgba(255,0,87,1) 100%, rgba(15,72,226,1) 120%, rgba(255,0,87,1) 150%, rgba(15,72,226,1) 0);
	moz-transition: all .4s ease-in-out !important;
    -o-transition: all .4s ease-in-out !important;
    -webkit-transition: all .4s ease-in-out !important;
    transition: all .4s ease-in-out !important;
	background-size: 100%;
}
.alt-1 a.elementor-button:hover, .alt-1 a.elementor-button:focus {
	background-size: 175% auto;
	background-position: left;
	moz-transition: all .4s ease-in-out !important;
    -o-transition: all .4s ease-in-out !important;
    -webkit-transition: all .4s ease-in-out !important;
    transition: all .4s ease-in-out !important;
}
.mon-content h2 {
	margin: 12px 0;
}
.mon-content h3 {
    margin: 0;
    color: var( --e-global-color-secondary );
}
.mon-content a.elementor-button {
    margin-top: 30px;
}

/** GRAVITY FORM GENERAL **/
[id*="gform_wrapper"] .gform_required_legend {
	opacity: 0;
	font-size: var(--e-global-typography-text-font-size );
	font-weight: var(--e-global-typography-text-font-weight );
	line-height: var(--e-global-typography-text-line-height );
	letter-spacing: var(--e-global-typography-text-letter-spacing );
	margin: 0;
}
[id*="gform_wrapper"] .gform_body input[type=color], 
[id*="gform_wrapper"] .gform_body input[type=date], 
[id*="gform_wrapper"] .gform_body input[type=datetime-local], 
[id*="gform_wrapper"] .gform_body input[type=datetime], 
[id*="gform_wrapper"] .gform_body input[type=email], 
[id*="gform_wrapper"] .gform_body input[type=month], 
[id*="gform_wrapper"] .gform_body input[type=number], 
[id*="gform_wrapper"] .gform_body input[type=password], 
[id*="gform_wrapper"] .gform_body input[type=search], 
[id*="gform_wrapper"] .gform_body input[type=tel], 
[id*="gform_wrapper"] .gform_body input[type=text], 
[id*="gform_wrapper"] .gform_body input[type=time], 
[id*="gform_wrapper"] .gform_body input[type=url], 
[id*="gform_wrapper"] .gform_body input[type=week], 
[id*="gform_wrapper"] .gform_body select, 
[id*="gform_wrapper"] .gform_body textarea {
	padding: 17px 30px !important;
	border: 1px solid #D2D2D2;
	border-radius: 0;
	font-size: var(--e-global-typography-text-font-size );
	font-weight: var(--e-global-typography-text-font-weight );
	line-height: var(--e-global-typography-text-line-height );
	letter-spacing: var(--e-global-typography-text-letter-spacing );
	color: #666666;
}
[id*="gform_wrapper"] .gform_body input[type=color]::placeholder, 
[id*="gform_wrapper"] .gform_body input[type=date]::placeholder, 
[id*="gform_wrapper"] .gform_body input[type=datetime-local]::placeholder, 
[id*="gform_wrapper"] .gform_body input[type=datetime]::placeholder, 
[id*="gform_wrapper"] .gform_body input[type=email]::placeholder, 
[id*="gform_wrapper"] .gform_body input[type=month]::placeholder, 
[id*="gform_wrapper"] .gform_body input[type=number]::placeholder, 
[id*="gform_wrapper"] .gform_body input[type=password]::placeholder, 
[id*="gform_wrapper"] .gform_body input[type=search]::placeholder, 
[id*="gform_wrapper"] .gform_body input[type=tel]::placeholder, 
[id*="gform_wrapper"] .gform_body input[type=text]::placeholder, 
[id*="gform_wrapper"] .gform_body input[type=time]::placeholder, 
[id*="gform_wrapper"] .gform_body input[type=url]::placeholder, 
[id*="gform_wrapper"] .gform_body input[type=week]::placeholder, 
[id*="gform_wrapper"] .gform_body select::placeholder, 
[id*="gform_wrapper"] .gform_body textarea::placeholder {
	color: rgba(80, 80, 80, 0.6);
}
[id*="gform_wrapper"] .gform_body .gfield_error input[type=color], 
[id*="gform_wrapper"] .gform_body .gfield_error input[type=date], 
[id*="gform_wrapper"] .gform_body .gfield_error input[type=datetime-local], 
[id*="gform_wrapper"] .gform_body .gfield_error input[type=datetime], 
[id*="gform_wrapper"] .gform_body .gfield_error input[type=email], 
[id*="gform_wrapper"] .gform_body .gfield_error input[type=month], 
[id*="gform_wrapper"] .gform_body .gfield_error input[type=number], 
[id*="gform_wrapper"] .gform_body .gfield_error input[type=password], 
[id*="gform_wrapper"] .gform_body .gfield_error input[type=search], 
[id*="gform_wrapper"] .gform_body .gfield_error input[type=tel], 
[id*="gform_wrapper"] .gform_body .gfield_error input[type=text], 
[id*="gform_wrapper"] .gform_body .gfield_error input[type=time], 
[id*="gform_wrapper"] .gform_body .gfield_error input[type=url], 
[id*="gform_wrapper"] .gform_body .gfield_error input[type=week], 
[id*="gform_wrapper"] .gform_body .gfield_error select, 
[id*="gform_wrapper"] .gform_body .gfield_error textarea  {
	border: 1px solid #FF0000;	
}
[id*="gform_wrapper"] .gform_body input[type=color]:focus, 
[id*="gform_wrapper"] .gform_body input[type=date]:focus, 
[id*="gform_wrapper"] .gform_body input[type=datetime-local]:focus, 
[id*="gform_wrapper"] .gform_body input[type=datetime]:focus, 
[id*="gform_wrapper"] .gform_body input[type=email]:focus, 
[id*="gform_wrapper"] .gform_body input[type=month]:focus, 
[id*="gform_wrapper"] .gform_body input[type=number]:focus, 
[id*="gform_wrapper"] .gform_body input[type=password]:focus, 
[id*="gform_wrapper"] .gform_body input[type=search]:focus, 
[id*="gform_wrapper"] .gform_body input[type=tel]:focus, 
[id*="gform_wrapper"] .gform_body input[type=text]:focus, 
[id*="gform_wrapper"] .gform_body input[type=time]:focus, 
[id*="gform_wrapper"] .gform_body input[type=url]:focus, 
[id*="gform_wrapper"] .gform_body input[type=week]:focus, 
[id*="gform_wrapper"] .gform_body select:focus, 
[id*="gform_wrapper"] .gform_body textarea:focus {
	outline: none;
}
[id*="gform_wrapper"] .gform_body select {
	-webkit-appearance: none;
	-moz-appearance:    none;
	appearance: none;
}
[id*="gform_wrapper"] .gform_body .gfield .ginput_container_select {
	position: relative;
}
[id*="gform_wrapper"] .gform_body .gfield .ginput_container_select i {
	position: absolute;
	right: 20px;
	top: 0;
	bottom: 0;
	margin: auto;
	z-index: 2;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #666666;
	font-size: 14px;
}
[id*="gform_wrapper"].gravity-theme .gform_body textarea.small {
    height: 148px;
}
[id*="gform_wrapper"] .gform_footer input {
    display: block;
    width: 100%;
    max-width: 220px;
    border: 0;
}
[id*="gform_wrapper"] .gform_footer input:focus {
	outline: none;
	border: none;
}
[id*="gform_wrapper"] .gform_required_legend .gfield_required_asterisk {
	color: var(--e-global-color-secondary );
}
[id*="gform_wrapper"] .gfield_description.gfield_validation_message {
	padding: 0;
	background-color:rgba(0,0,0,0);
	font-size: 12px !important;
	border: 0;
	line-height: 1 !important;
	color: #FF0000;
	margin: 0;
}
[id*="gform_wrapper"] .instruction.validation_message {
	display: none;
}
[id*="gform_wrapper"] .gform_validation_errors {
	border-radius: 0;
}
[id*="gform_wrapper"] .gform_validation_errors h2 {
    letter-spacing: 0;
}

/** HEADER **/
#header {
    position: absolute;
    top: 0;
    width: 100%;
}
#header.sticky {
	position: fixed;
	top: 0;
	padding: 0;
	background-color: var(--e-global-color-34a2c58 );
}
#header .header-nav ul.elementor-nav-menu li a {
    border-left: 0;
}
#header .header-nav,
#header .mobile-menu-icon {
    margin-left: auto;
	margin-right: 0;
}


/*** Home -- banner ***/
#banner h1 {
    color: var( --e-global-color-df9e707 );
	margin: 0;
}
#banner ul {
    list-style: none;
    padding: 0;
    display: flex;
	margin: 50px 0;
}
#banner ul li {
    margin-right: 15px;
}
#banner ul li a {
	font-size: 27px;
    color: var( --e-global-color-secondary );
	padding-right: 15px;
	border-right: 2px solid var( --e-global-color-secondary );
}
#banner ul li:last-child a {
	border-right: 0;
	padding-right: 0;
} 
#banner ul li a:hover {
    color: var( --e-global-color-0b40910 );
}

#banner .banner-image.elementor-element {
    position: absolute;
    right: -155px;
    bottom: -150px;
}

/** Home -- Partners **/
#partners .partner-slider .swiper-container .swiper-pagination,
#partners .partner-slider .swiper-container .elementor-swiper-button {
    display: none;
}
#partners .partner-slider .elementor-image-carousel-wrapper {
    padding: 0;
}
#partners .partner-slider .elementor-image-carousel-wrapper .elementor-image-carousel {
    display: flex;
    align-items: center;
}
#partners .partner-slider .swiper-container .swiper-slide figure {
    display: flex;
    justify-content: center;
}
#partners .partner-slider .swiper-container .swiper-slide figure img {
    filter: grayscale(1);
}

/** Home -- Experience **/
#experience.overlay .elementor-background-overlay {
    display: none;
}

/** Home -- Practice Areas **/
#practice-areas .mon-content .elementor-widget-container {
    max-width: 870px;
    margin: auto;
}
#practice-areas .icon-list h3 {
    font-weight: 600;
    color: var( --e-global-color-accent );
}
#practice-areas .icon-list .elementor-widget-container:hover img.hovered {
	opacity: 1;
	visibility: visible;
}
#practice-areas .icon-list .elementor-widget-container:hover img.default {
    display: none;
}
#practice-areas .icon-list img,
#practice-areas .icon-list {
    transition: .3s all ease;
}
#practice-areas .icon-list img.default {
    position: absolute;
}
#practice-areas .icon-list img.hovered {
    opacity: 0;
	visibility: hidden;
}
/** LP -- Practice Areas **/
#practice-areas.venture .elementor-widget-text-editor{
	align-self: baseline;
}

/** Home -- Blog **/
#blog .small-triangle,
#blog .big-triangle {
	position: absolute;
}
#blog .small-triangle {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 122.5px 80px 122.5px 0;
	border-color: transparent #ff0055 transparent transparent;
    top: -50px;
    right: -10px;
}
#blog .big-triangle {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 327.5px 0 327.5px 215px;
	border-color: transparent transparent transparent #ff0055;
	bottom: -327px;
	left: -10px;
	z-index: 2;
}
.blog-main .elementor-posts .elementor-post a.elementor-post__thumbnail__link {
    position: relative;
}
.blog-main .elementor-posts .elementor-post a.elementor-post__thumbnail__link h3.elementor-post__title {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 40px;
    width: 85%;
    margin: auto;
	z-index: 2;
}
.blog-main .elementor-posts .elementor-post,
.blog-main .elementor-posts .elementor-post a.elementor-post__thumbnail__link::after {
	transition: .3s all ease;
}
.blog-main .elementor-posts .elementor-post a.elementor-post__thumbnail__link::after {
    content: '';
    display: block;
    width: 100%;
    height: 55%;
    background: rgb(0,0,0);
    background: -moz-linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
    background: -webkit-linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
    background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
}
.blog-main .elementor-posts .elementor-post:hover a.elementor-post__thumbnail__link::after {
    height: 100%;
}
#blog-content .blog-disclaimer p:last-child {
    margin-bottom: 0;
}
#blog-content .blog-disclaimer h3 {
    margin-top: 0;
}
/** Custom Layout inside BLOG **/
.custom-layout.post ul li img {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
	width: 100%;
    height: 100%;
    object-fit: cover;
}
.custom-layout.post ul li {
    padding: 10px 30px;
	position: relative;
	width: calc(50% - 10px);
	height: 250px;
	display: flex;
	align-items: center;
}
.custom-layout.post ul {
    list-style: none;
    padding: 0;
	margin: 30px 0 0;
	gap: 20px;
	display: flex;
	flex-wrap: wrap;
}
#pa-section .custom-layout.post h2 {
    margin-top: 0;
}
.custom-layout.post ul li div {
    z-index: 2;
    font-size: 22px;
    font-weight: 700;
    margin: 0;
}
.custom-layout.post {
	background: var(--e-global-color-a58181d );
	padding: 40px 20px;
}
.custom-layout.post > * {
    color: var(--e-global-color-df9e707 );
}
.custom-layout.post ul li:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    background: linear-gradient(90deg, #1f2124 10%, rgb(31 33 36 / 20%) 100%, transparent);
    z-index: 1;
}

/** Home -- contact **/
#contact .mon-content h2 a {
    color: var( --e-global-color-df9e707 );
}
#contact .mon-content h2 {
    margin: 0;
}

/** Practice Areas Page  & Subpages **/
#pa-section .pa-content h2, #blog-content h2, 
#pa-section .pa-content h3, #blog-content h3,
#pa-section .pa-content h4, #blog-content h4 {
	margin: 30px 0 15px;
}
#pa-section .pa-content h2,
.sidebar-contact h5,
.contact-info h3,
.sidebar-toc .elementor-toc__header h4 {
	font-weight: 600;
}
#pa-section .pa-content h2,
#blog-content h2 {
    font-size: 40px;
}
#blog-content a {
    word-break: break-word;
    white-space: pre-wrap;
}
.pa-toggle .elementor-toggle-item .elementor-tab-content {
    border: 2px solid var( --e-global-color-a58181d ) !important;
}

.contact-info h3 {
    margin: 15px 0 !important;
    color: var( --e-global-color-df9e707 );
    font-weight: 600;
}
.sidebar-toc .elementor-toc__header h4 {
    margin: 0 !important;
}
.sidebar-toc .elementor-toc__body ol li .elementor-toc__list-item-text-wrapper {
    align-items: flex-start;
}
.sidebar-toc .elementor-toc__header {
    padding: 20px 30px;
}
.sidebar-contact h5 {
	font-size: 18px;
    margin: 40px 0 0;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}
.pa-flipbox * {
	color: var( --e-global-color-df9e707 );
}
.pa-flipbox a:hover {
	color: var( --e-global-color-secondary );
}
#blog-content p {
    white-space: pre-wrap;
    word-wrap: break-word;
}
[class*="elementor"] .text-hide {
	display: none;
}


/** FOOTER **/
#footer .footer-details ul {
    padding: 0;
    list-style: none;
    margin: 0;
}
#footer .footer-details ul li {
    display: flex;
	line-height: 2em;
}
#footer .footer-details ul li i {
    margin: 10px 20px 0 0;
	color: #2F2B98;
}
#footer .footer-details ul li a,
#footer .footer-nav ul li a {
    color: var( --e-global-color-df9e707 );
}
#footer .footer-nav ul li a {
	line-height: 2.4em;
}
#footer .footer-details ul li a:hover,
#footer .footer-nav ul li a:hover {
    color: var( --e-global-color-secondary );
}

#footer .footer-nav ul {
    max-width: 180px;
    margin: auto;
	list-style: none;
    padding: 0;
}
/* #footer .footer-nav {
    border: 1px solid rgba(255,255,255,0.4);
    border-top: 0;
    border-bottom: 0;
    margin-right: 60px;
} */
#footer .footer-nav ul li a {
	font-family: var(--e-global-typography-accent-font-family ), Sans-serif;
	font-size: 20px;
}

#footer .footer-socials ul li a i {
    transition: .3s all ease;
}
#footer .footer-copyright a img {
    position: relative;
	top: 5px;
	margin-left: 5px;
}
#footer .footer-bottom-nav ul {
    display: none;
    list-style: none;
	padding: 0;
}
#footer .footer-bottom-nav ul li a {
    margin-right: 15px;
    padding-right: 15px;
    border-right: 2px solid rgba(255,255,255,0.3);
	color: rgba(255,255,255,0.3);
}
#footer .footer-bottom-nav ul li a:hover {
	color: #706BE6;
}
#footer .footer-bottom-nav ul li:last-child a {
	margin-right: 0;
	border-right: 0;
	padding-right: 0;
}

/** Contact Page **/
.contact-page [id*="gform_wrapper"] .gform_footer input {
    margin: auto;
}

/*** 404 ***/
.circle-404 .elementor-widget-container p.elementor-heading-title {
    font-size: 150px !important;
}

.circle-404 .elementor-widget-container {
    height: 400px;
    width: 400px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
}

/** Venture Capital LP **/
.gradient-box h4 {
    line-height: 1.5em;
    font-size: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    background: linear-gradient(90deg, var(--e-global-color-a58181d) 0%, var(--e-global-color-secondary) 100%);
    position: relative;
	transition: .3s ease-in;
}
.gradient-box h4::before {
    content: '';
    display: block;
    width: calc(100% - 6px);
    height: calc(100% - 6px);
    background: white;
    position: absolute;
}
.gradient-box h4 a {
    position: relative;
    z-index: 1;
    color: var(--e-global-color-primary);
    padding: 45px;
    min-height: 335px;
    display: flex;
    align-items: center;
	transition: .3s ease-in;
}
.gradient-box h4:hover {
	transform: translateY(-15px);
	box-shadow: 0 10px 30px rgba(0,0,0,0.2);
}

.custom-ul ul {
    padding-left: 20px;
}
.custom-ul ul:not(:last-child) {
	margin-bottom: 30px;
}
.custom-ul ul li::marker {
    font-size: 12px;
}

[class*="elementor"] .white-headline h1,
[class*="elementor"] .white-headline h2,
[class*="elementor"] .white-headline h3,
[class*="elementor"] .white-headline h4,
[class*="elementor"] .white-headline h5,
[class*="elementor"] .white-headline h6 {
	color: var(--e-global-color-df9e707);
}

#cta-services .elementor-widget-image .elementor-widget-container {
	width: 1160px;
	max-width: 1160px;
	transform: translateX(-45%);
	position: relative;
	right: -50%;
}
#cta-services .elementor-widget-image .elementor-widget-container::before,
#cta-services .elementor-widget-image .elementor-widget-container::after {
    content: '';
    display: block;
    width: 70%;
    height: 100%;
    background: linear-gradient(90deg, #3C0481, transparent);
    position: absolute;
    top: 0;
    left: -1px;
    bottom: 0;
}
#cta-services .elementor-widget-image .elementor-widget-container::after {
	width: 30%;
	transform: scaleX(-1);
	left: unset;
	right: -1px;
	opacity: 0;
}

#vc-faqs .elementor-widget-accordion .elementor-accordion-item:not(:last-child) {
    margin-bottom: 30px;
}
#vc-faqs .elementor-widget-accordion .elementor-accordion-item .elementor-accordion-icon > span i {
    font-size: 30px;
    margin-top: 7px;
    background: linear-gradient(90deg, rgba(15, 72, 226, 1) 0%, rgba(167, 27, 162, 1) 73%, rgba(255, 0, 87, 1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
}

#research-hub .research-tabs.elementor-widget-tabs .elementor-tab-content {
    padding: 10px;
}
#research-hub .research-tabs.elementor-widget-tabs .elementor-tabs-wrapper {
    margin: 0 0 50px;
}
#research-hub .research-tabs.elementor-widget-tabs .elementor-tab-title {
    font-weight: 600;
	margin: 10px;
	padding: 3px;
	position: relative;
}
#research-hub .research-tabs.elementor-widget-tabs .elementor-tab-title > span {
	padding: 30px;
	background: var( --e-global-color-0b40910 );
	z-index: 1;
	position: relative;
	display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
	width: 100%;
	height: 100%;
}

#research-hub .research-tabs.elementor-widget-tabs .elementor-tab-title::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0x;
    left: 0;
    background: #8EA0CE;
    z-index: 0;
}
#research-hub .research-tabs.elementor-widget-tabs .elementor-tab-title.elementor-active::before {
	content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0x;
    left: 0;
/*     background: linear-gradient(90deg, rgba(15, 72, 226, 1) 0%, rgba(167, 27, 162, 1) 73%, rgba(255, 0, 87, 1) 100%); */
	background: linear-gradient(90deg, var(--e-global-color-a58181d) 0%, var(--e-global-color-secondary) 100%);
    z-index: 0;
}

#pa-section.vc h2 {
	font-size: 40px;
	line-height: 1.15em;
}
#pa-section.vc img {
/* 	margin: 50px auto 40px; */
}
#pa-section.vc h2,
#pa-section.vc h3,
#pa-section.vc p:not(:last-child) {
	margin-bottom: 30px;
}
#pa-section.vc h2 b,
#pa-section.vc h3 b {
	font-weight: 600;
}

.sidebar-toc .elementor-toc__body ol li:not(:last-child) {
    margin-bottom: 15px;
}

#cta-services .elementor-container .elementor-column, 
#cta-services .elementor-container .elementor-column .elementor-widget-rap,
#cta-contact .elementor-container .elementor-column, 
#cta-contact .elementor-container .elementor-column .elementor-widget-rap {
    position: unset;
}
#cta-contact .elementor-widget-image .elementor-widget-container {
    width: 1210px;
    max-width: 1210px;
	position: relative;
	left: 50%;
	transform: translateX(-55%);
}
#cta-contact .elementor-widget-image .elementor-widget-container::before,
#cta-contact .elementor-widget-image .elementor-widget-container::after {
    content: '';
    display: block;
    width: 50%;
    height: 100%;
    background: linear-gradient(90deg, transparent, var( --e-global-color-0b40910 ));
    position: absolute;
    top: 0;
    right: -1px;
    bottom: 0;
}
#cta-contact .elementor-widget-image .elementor-widget-container::after {
	width: 30%;
	transform: scaleX(-1);
	right: unset;
	left: -1px;
	opacity: 0;
}

#cta-contact .mon-content h2 a {
    color: var(--e-global-color-primary);
}

[class*="elementor"] .scroll-margin-top {
	scroll-margin-top: 100px;
}
[class*="elementor"] .row-container {
	display: flex;
	flex-wrap: wrap;
	gap: 40px 30px;
}
[class*="elementor"] .row-container .ul-row {
	width: calc(50% - 15px);
}
[class*="elementor"] .row-container .ul-row.full {
	width: 100%;
}

/*
 * *** RESPONSIVE **
 * ****/

@media only screen and (min-width: 1921px) {
	#cta-services .elementor-widget-image .elementor-widget-container::after,
	#cta-contact .elementor-widget-image .elementor-widget-container::after {
		opacity: 1;
	}
}
@media only screen and (max-width: 1400px) {
	.elementor-section .elementor-container:not( .elementor-inner-section .elementor-container ) {
		padding: 0 20px;
	}
	.elementor-section .elementor-container:not( .elementor-inner-section .elementor-container ) .elementor-section .elementor-container:not( .elementor-inner-section .elementor-container ) {
		padding: 0;
	}
	#blog .big-triangle {
		bottom: -527px;
		left: -30px;
	}
	#blog .small-triangle {
		right: -30px;
	}
	#cta-services .elementor-widget-image .elementor-widget-container {
		transform: translateX(-65%) scale(1.1);
	}
}

@media only screen and (min-width: 1025px) and (max-width: 1399px)  {
	#banner h1 {
		font-size: 60px;
	}
	#banner ul li a {
		font-size: 18px;
	}
}

@media only screen and (max-width: 1024px) {
	#header .mobile-menu-icon .elementor-icon-wrapper {
		display: flex;
	}
	#header .header-nav {
		display: block;
		opacity: 0;
		visibility: hidden;
		position: fixed;
		top: 0;
		left: 0;
		right: -300px;
		width: 100vw;
		height: 100vh;
		background-color: rgba(0,0,0,0.5);
		margin: 0;
		transition: .3s all ease;
	}
	#header .header-nav.active {
		right: 0;
		opacity: 1;
		visibility: visible;
	}
	#header .header-nav .elementor-widget-container {
		width: 60vw;
		height: 100%;
		margin-left: auto;
		padding: 90px 50px 50px;
		background-color: #000;
	}
	#header .header-nav ul.elementor-nav-menu {
		margin: 0;
		width: 100%;
		flex-direction: column;
	}
	#header .header-nav ul.elementor-nav-menu li,
	#header .header-nav ul.elementor-nav-menu li ul.sub-menu li {
		flex-direction: column;
	}
	#header .header-nav ul.elementor-nav-menu li a {
		margin: 0;
		background-color: rgba(0,0,0,0);
		color: var(--e-global-color-df9e707);
	}
	#header .header-nav ul.elementor-nav-menu li a:hover {
		color: var(--e-global-color-secondary);
	}
	#header .header-nav ul.elementor-nav-menu > li > ul.sub-menu > li > ul.sub-menu > li > a {
		white-space: pre-wrap;
		white-space: -moz-pre-wrap;
		white-space: -pre-wrap;
		white-space: -o-pre-wrap;
		word-wrap: break-word;
		padding-left: 30px;
	}
	#header .header-nav ul.elementor-nav-menu li ul.sub-menu {
		position: relative;
		top: unset !important;
		left: unset !important;
		min-width: unset !important;
		max-width: unset !important;
		margin: 0 !important;
		background-color: rgba(0,0,0,0);
	}
	#banner .banner-image.elementor-element img {
		max-width: 600px;
	}
	#banner h1 {
		font-size: 50px;
	}
	#banner ul {
		flex-wrap: wrap;
	}
	#banner ul li a {
		font-size: 18px;
	}
	#footer .footer-nav {
		border: 0;
		margin: 0 auto;
	}
	#footer .footer-nav ul {
		max-width: 500px;
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		margin: 20px 0 10px;
	}
	#footer .footer-nav ul li {
		margin: 0 10px;
	}
	#footer .footer-details ul li i {
		margin: 5px 10px 5px;
	}
	#footer .footer-details ul li span {
		width: 70%;
		text-align: center;
	}
	#footer .footer-details ul li {
		justify-content: center;
		text-align: center;
	}
	#footer .footer-nav ul li a {
		font-size: 16px;
	}
	#footer .footer-details ul li a, 
	#footer .footer-nav ul li a,
	#footer .footer-details ul li {
		line-height: 1.8em;
	}
	#footer.bottom .elementor-container .elementor-column .elementor-widget-wrap {
		display: flex;
		flex-wrap: wrap;
		flex-direction: column-reverse;
		justify-content: center;
		align-items: center;
	}
	#footer.bottom .elementor-container .elementor-column .elementor-widget-wrap {
		gap: 20px
	}
	#footer .footer-bottom-nav ul {
		justify-content: center;
	}
	#footer .footer-copyright .elementor-widget-container {
		text-align: center;
	}
	
	#partners .partner-slider .swiper-container .swiper-pagination {
		display: block;
	}
	#partners .partner-slider .elementor-image-carousel-wrapper {
		padding-bottom: 30px;
	}
	#experience.overlay .elementor-background-overlay {
		display: block;
	}
	#practice-areas .icon-list .elementor-widget-container img {
		width: 100px;
	}
	#blog .big-triangle {
		bottom: -327px;
		left: -30px;
		border-width: 200px 0 200px 105px;
	}
	#pa-section .pa-content h2,
	#blog-content h2 {
		font-size: 30px;
	}
	.sidebar-toc .elementor-toc__header h4 {
		font-size: 20px !important;
	}
	#cta-contact .elementor-widget-image .elementor-widget-container {
		left: -20px;
		transform: none;
		width: calc(100% + 40px);
		max-width: calc(100% + 40px);
	}
	#cta-contact .elementor-widget-image .elementor-widget-container::before {
		height: 100%;
		width: 100%;
		background: linear-gradient(0deg, var( --e-global-color-0b40910 ) 30%, transparent);
		top: unset;
		bottom: -1px;
	}
	#research-hub .research-tabs.elementor-widget-tabs .elementor-tabs-wrapper {
		flex-wrap: wrap;
	}
	#research-hub .research-tabs.elementor-widget-tabs .elementor-tab-title {
		width: calc(50% - 20px);
	}
}
@media only screen and (max-width: 768px) {
	#hero-practice-areas { margin: 30px 0; }
	#hero-practice-areas a { margin-right: 0px; display: block; }
	.circle-404 .elementor-widget-container p.elementor-heading-title {
	    font-size: 100px !important;
	}
	.circle-404 .elementor-widget-container {
		height: 250px;
		width: 250px;
	}
	#banner .banner-image.elementor-element {
		position: relative;
		right: unset;
		bottom: unset;
		margin: auto;
	}
	#banner .banner-image.elementor-element img {
		max-width: 400px;
	}
	#banner ul {
		flex-wrap: wrap;
		justify-content: center;
	}
	#banner ul li {
		margin: 0;
	}
	#banner ul li a {
		font-size: 16px;
		border-right: 0;
		padding: 0 15px;
	}
	#banner h1 {
		font-size: 40px;
	}
	#banner ul {
		margin: 30px 0;
	}
	#header .header-nav .elementor-widget-container {
		width: 85vw;
	}
	#practice-areas .icon-list .elementor-widget-container img {
		width: 80px;
	}
	#blog .small-triangle {
		border-width: 80px 40px 80px 0;
	}
	#blog .big-triangle {
		bottom: -220px;
		left: -30px;
		border-width: 130px 0 130px 50px;
	}
	.blog-main .elementor-posts .elementor-post a.elementor-post__thumbnail__link h3.elementor-post__title {
		bottom: 25px;
		width: 85%;
	}
	[id*="gform_wrapper"] .gform_footer input {
		max-width: 130px;
	}
	#pa-section .pa-content h2,
	#blog-content h2 {
		font-size: 25px;
	}
	.sidebar-toc .elementor-toc__header h4 {
		font-size: 18px !important;
	}
	.sidebar-toc .elementor-toc__header {
		padding: 15px 20px;
	}
	#footer .footer-details ul {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
	}
	#footer .footer-details ul li {
		display: inline-block;
		margin-bottom: 15px;
		width: 100%;
	}
	#footer .footer-details ul li span {
		width: 100%;
	}
	#footer .footer-nav ul li a {
		font-size: 14px;
	}
	[id*="gform_wrapper"] .gform_body input[type=color], 
	[id*="gform_wrapper"] .gform_body input[type=date], 
	[id*="gform_wrapper"] .gform_body input[type=datetime-local], 
	[id*="gform_wrapper"] .gform_body input[type=datetime], 
	[id*="gform_wrapper"] .gform_body input[type=email], 
	[id*="gform_wrapper"] .gform_body input[type=month], 
	[id*="gform_wrapper"] .gform_body input[type=number], 
	[id*="gform_wrapper"] .gform_body input[type=password], 
	[id*="gform_wrapper"] .gform_body input[type=search], 
	[id*="gform_wrapper"] .gform_body input[type=tel], 
	[id*="gform_wrapper"] .gform_body input[type=text], 
	[id*="gform_wrapper"] .gform_body input[type=time], 
	[id*="gform_wrapper"] .gform_body input[type=url], 
	[id*="gform_wrapper"] .gform_body input[type=week], 
	[id*="gform_wrapper"] .gform_body select, 
	[id*="gform_wrapper"] .gform_body textarea {
		padding: 10px 15px;
	}
	[id*="gform_wrapper"].gravity-theme .gform_body textarea.small {
		height: 100px;
	}
	.custom-layout.post ul li {
		width: 100%;
		height: 200px;
	}
	.custom-layout.post ul li div {
		font-size: 18px;
	}
	.gradient-box h4 a {
		min-height: unset;
	}
	.gradient-box h4:hover {
		transform: translateY(-5px); 
	}
	#vc-intro .elementor-widget-image-box .elementor-image-box-img img {
		width: 100%;
	}
	#cta-services .elementor-widget-image .elementor-widget-container {
		transform: none;
		width: calc(100% + 40px);
		max-width: calc(100% + 40px);
		left: -20px;
	}
	#cta-services .elementor-widget-image .elementor-widget-container::before {
		height: 100%;
		width: 100%;
		background: linear-gradient(180deg, #3C0481, transparent);
		left: 0;
		top: -1px;
	}
	[class*="elementor"] h1 br,
	[class*="elementor"] h2 br,
	[class*="elementor"] h3 br {
		display: none;
	}
	[class*="elementor"] .row-container .ul-row {
		width: 100%;
	}
	#research-hub .research-tabs.elementor-widget-tabs .elementor-tab-title {
		width: 100%;
	}
}
@media only screen and (max-width: 600px) {
	#cta-contact .elementor-widget-image .elementor-widget-container::before {
		background: linear-gradient(0deg, var(--e-global-color-0b40910) 40%, transparent);
	}
}
@media only screen and (max-width: 480px) {
	#banner .banner-image.elementor-element img {
		max-width: 100%;
	}
	#practice-areas .icon-list {
		width: 80%;
		max-width: 80%;
		margin: auto;
	}
	#practice-areas .icon-list p {
		margin: 0;
	}
}
	
