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




/*============================================HEADER=============================================*/


.elementor-location-header header nav ul.elementor-nav-menu li a {
	border: 2px solid transparent;
	-webkit-transition: all 200ms ease-out;
	-moz-transition: all 200ms ease-out;
	-ms-transition: all 200ms ease-out;
	-o-transition: all 200ms ease-out;
	transition: all 200ms ease-out;
	line-height: 1.0;
	display: block;
	height: 100%;
}


.elementor-location-header header nav ul.elementor-nav-menu li a:hover {
	border-color:#4082d0;
	color: #4082d0 !important;
}


.elementor-location-header header nav ul.elementor-nav-menu li a.elementor-item-active {
	color: #fff !important;
	background: #4082d0;
}



/*============================================HEADER=============================================*/




/*============================================HOME=============================================*/


.home-banner .elementor-element-populated {	
	background: transparent;
	opacity: 1;
	bottom: auto;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	text-align: center;
	width: 100%;
	max-width: 650px;
	right: 60px;
	left:auto;
	position: absolute;
}



.home-banner .elementor-element-populated .elementor-widget-heading {
	margin-bottom: 0;
}



.service3-section .elementor-element-populated {
	margin-top: -70px;
}


.service3-section .box-block .elementor-element-populated {
	padding:0px;
}


.service3-section .box-block {
	background: #fff;
	text-align: center;
	position: relative;
	min-height: 450px;
}



.service3-section .box-block .elementor-widget-image-box {
	padding: 40px 20px;
	position: relative;
}


.box-block .elementor-widget-image-box::after {
	content: "";
	display: block;
	width: 19px;
	height: 20px;
	background: url("images/plus-icon.png") no-repeat 0 0;
	margin: 20px auto 0;
	background-size: 100%;
}


.service3-section .box-block h3 {
	margin: -7px 0 20px;
}



.service3-section .box-block:nth-child(2n)::before {
	border-left: 1px solid #ccc;
	content: "";
	position: absolute;
	left: 0;
	height: 335px;
	top: 53px;
}


.service3-section .box-block:nth-child(2n)::after {
	border-right: 1px solid #ccc;
	content: "";
	position: absolute;
	right: 0;
	height: 335px;
	top: 53px;
}


.service3-section .box-block .box-hover {
	padding: 40px 20px;
	min-height: 450px;
	background: #4082d0;
	display: none;
}


.service3-section .box-block:hover .box-hover {
	display: block;
	-webkit-transition: color 200ms ease-out, background 200ms ease-out, transform 60ms ease-in;
	-o-transition: color 200ms ease-out, background 200ms ease-out, transform 60ms ease-in;
	transition: color 200ms ease-out, background 200ms ease-out, transform 60ms ease-in;
}


.service3-section .box-block:hover .elementor-widget-image-box {
	display: none;
}


.service3-section .box-block .box-hover h3{
	color: #fff;
	font-family: "Libre Baskerville", Sans-serif;
	font-size: 19px;
	font-weight: 600;
	text-transform: uppercase;
}


.service3-section .box-block .box-hover h5, 
.service3-section .box-block .box-hover ul li {
	color: #fff;
	font-family: "Assistant", Sans-serif;
	font-size: 15px;
	font-weight: 600;
	text-transform: uppercase;
}


.service3-section .box-block .box-hover ul {
	list-style: none;
	margin: 0 0 30px;
	padding: 0;
}


.service3-section .box-block .box-hover a.link {
	display: inline-block;
	text-decoration: none;
	border: 1px solid #fff;
	padding: 5px 30px;
	text-transform: uppercase;
	font-size: 16px;
	font-family: 'Assistant', sans-serif;
	font-weight: 600;
	color:#fff;
}


.service3-section .box-block .box-hover h5 {
	margin: 0 0 30px;
}



.capabilities-section .elementor-widget-image-box {
	margin-top: 13px;
}


.capabilities-section .elementor-widget-image-box .elementor-image-box-img {
	margin-right: 0px !important;
}


.elementor-element.btn-border {
	margin: 60px 0 0;
}


/*============================================HOME=============================================*/





/*========================================PRACTICE AREA=========================================*/

.page-header {
	display: none;
}


section.default-banner {
	margin-bottom: 90px;
}


.default-banner h1.elementor-heading-title {
	background: #4082d0;
	display: inline-block;
	padding: 8px 30px;
}



.default-banner .banner-caption {
	position: absolute;
	bottom: -15px;
	left: 0;
	right: 0;
	max-width: 1250px;
	margin: 0 auto;
	padding: 0 15px;
}



.practice-areas-list .elementor-col-33 {
	border: 1px solid rgba(0,0,0,0.1);
	box-shadow: 0 0 9px 0 rgba(0,0,0,0.05);
	padding: 20px 10px;
	width: 32%;
	margin: 0 2% 25px 0;
}


.practice-areas-list .elementor-col-33:nth-child(3n) {
	margin-right: 0;
}


.practice-areas-list .elementor-column-gap-default {
	padding: 0 15px;
}


.practice-areas-list .elementor-icon-list-items li {
	margin: 0 !important;
	position: relative;
	padding-left: 10px;
}


.practice-areas-list .elementor-icon-list-icon {
	position: absolute !important;
	top: 11px !important;
	left: 0;
}


.practice-areas-list:last-child {
	margin-bottom: 80px;
}


.practice-areas-list .elementor-col-33 h2 {
	line-height: normal;
}


/*========================================PRACTICE AREA=========================================*/




/*============================================TEAM==============================================*/


.team-list-section section .elementor-container {
	flex-flow: row wrap;
	-webkit-flex-flow: row wrap;
	-moz-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
}



.team-list-section .team-block {
	width: 24%;
	margin: 0 1.2% 20px 0;
	position: relative;
}


.team-list-section .team-block:nth-child(4n) {
	margin-right: 0;
}



.team-block .elementor-widget-wrap.elementor-element-populated {
	padding: 0;
}


.team-list-section .team-block .elementor-widget-image-box {
	margin: 0;
}



.team-block .elementor-image-box-img img {
	height: 365px;
	object-fit: cover;
	width: 100%;
}


.team-block .elementor-image-box-wrapper {
	position: relative;
}


.team-block .elementor-image-box-content {
	position: absolute;
	bottom: 5px;
	left: 0;
	right: 0;
	background: rgba(64, 130, 208, 0.6);
	padding: 18px 10px;
	height: 85px;
}


.team-block .elementor-image-box-content h3 {
	margin: 0 0 10px;
}


.team-block .elementor-image-box-content p {
	font-style: italic;
	margin: 0;
}


.team-block .team-hover-content {
	background: #000;
	text-align: center;
	padding: 30px 12px 40px;
	position: relative;
	display: none;
}


.team-block:hover .team-hover-content {
	display: block;
}


.team-block:hover .elementor-widget-image-box {
	display: none;
}


.team-block .team-hover-content h3 {
	margin: 0;
}


.team-block .team-hover-content h3 a {
	color: #fff;
	font-size: 20px;
	font-weight: 400;
	font-family: 'Libre Baskerville', serif;
}


.team-block .team-hover-content small {
	color: #fff;
	font-style: italic;
	display: block;
	margin: 6px 0 10px;
	text-transform: uppercase;
	font-family: 'Libre Baskerville', serif;
	font-size: 11px;
}


.team-block .team-hover-content p {
	margin: 0;
}


.team-block .team-hover-content h5 {
	margin: 0 0 10px;
	color: #fff;
	font-size: 14px;
	font-weight: 600;
	font-family: 'Assistant', sans-serif;
	line-height: 1.5;
	height: 219px;
}


.team-block .team-hover-content h6 {
	margin: 0;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	background: #4082d0;
	height: 85px;
}


.team-block .team-hover-content h6 a {
	padding: 32px 5px;
	display: block;
	color: #fff;
	font-family: 'Assistant', sans-serif;
	text-transform: uppercase;
}


/*============================================TEAM==============================================*/






/*=========================================TEAM DETAIL==========================================*/


.team-detail-banner {
	position:relative;
}


.team-banner-caption .elementor-container.elementor-column-gap-default, 
.team-detail-section .elementor-container.elementor-column-gap-default {
	padding: 0 15px;
}


.team-detail-section {
	overflow: hidden;
}


.team-member .elementor-widget-wrap.elementor-element-populated {
	padding: 0;
}


.team-detail-banner::before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(20, 23, 47, 0.3);
}


.team-member img {
	height: 305px;
	object-position: top;
	border: 1px solid #fff;
	object-fit: cover;
	width: 100%;
}


.team-banner-caption {
	margin-top: 50px;
	margin-bottom: 50px;
}


.team-detail-banner .team-member-info {
	padding-left: 40px;
}



.team-detail-left {
	padding: 81px 40px 80px 0;
	min-height: 680px;
}



.team-detail-right {
	padding-left: 50px;
	position: relative;
	display: inline-block;
}


.team-detail-right::after {
	content: "";
	position: absolute;
	right: 0;
	height: 100%;
	width: 500%;
	top: 0;
	left: 0%;
	z-index: -1;
	background: url("images/spiration-light-img.png");
}



.team-detail-right .elementor-widget-icon-list {
	margin-bottom: 40px;
}


.team-detail-right .elementor-icon-list-items li {
	padding: 2px 0 2px 15px;
	position: relative;
	margin: 0 0 5px;
}


.team-detail-right .elementor-icon-list-items li::before {
	position: absolute;
	content: "";
	display: block;
	top: 10px;
	left: 0;
	width: 0;
	height: 0;
	border-top: 7px solid transparent;
	border-bottom: 7px solid transparent;
	border-left: 7px solid #20201f;
}



.team-detail-right .elementor-widget-wrap.elementor-element-populated {
	background: #fff;
	margin-top: 80px;
	padding: 25px;
	box-shadow: 0 0 15px #ccc;
	border: 1px solid rgba(0,0,0,0.1);
	margin-bottom: 60px;
}




section.team-detail-banner .team-member-info .elementor-element-populated {
	padding: 25px 0 0;
}


.team-member-info .elementor-widget-heading {
	padding: 0 40px;
}


.team-member-info .elementor-widget-icon-list {
	border-top: 1px solid #fff;
	padding: 20px 40px 0;
	margin-top: 10px;
}


.team-member-info .elementor-widget-icon-list li {
	margin: 0 0 5px;
}


.team-member-info .elementor-widget-icon-list span i {
	font-size: 17px;
}


.team-detail-left .elementor-widget-text-editor h2, 
.team-detail-left .elementor-widget-text-editor h3, 
.team-detail-left .elementor-widget-text-editor h4, 
.team-detail-left .elementor-widget-text-editor h5, 
.team-detail-left .elementor-widget-text-editor h6 {
	margin: 0 0 20px;
	color:#000;
	font-family: 'Assistant', sans-serif !important;
	font-weight: 700;
}



.team-detail-left .elementor-widget-text-editor h3 {
	font-size: 40px;
}


.team-detail-left .elementor-widget-text-editor h2 {
	font-size: 48px;
}

.team-detail-left .elementor-widget-text-editor h4 {
	font-size: 32px;
}


.team-detail-left .elementor-widget-text-editor h5 {
	font-size: 24px;
}


.team-detail-left .elementor-widget-text-editor p {
	line-height: 1.476;
	color:#000;
	margin-bottom: 1.25em;
}


.team-detail-left .elementor-widget-text-editor ul {
	padding: 0;
	margin: 0 0 4rem;
}


.team-detail-left .elementor-widget-text-editor li {
	margin: 0.5rem 0 0 2rem;
	margin-left: 20px !important;
}


.team-detail-left .elementor-widget-text-editor li, 
.team-detail-left .elementor-widget-text-editor {
	line-height: 1.476;
	color:#000;
}


.team-detail-left .elementor-widget-text-editor a {
	color: #4082d0;
}




/*=========================================TEAM DETAIL==========================================*/







/*==========================================CONTACT============================================*/


section .form-block {
	padding-right: 50px;
}


.form-block form h3 {
	font-weight: 600;
	font-size: 24px;
	text-transform: uppercase;
	color: #20201f;
	font-family: 'Assistant', sans-serif;
	margin: 0 0 40px;
}


.form-block form .tow-columns br {
	display: none;
}


.form-block form .tow-columns label {
	width: 100%;
	max-width: 250px;
}


.form-block form label {
	display: block;
	font-size: 17px;
	color: #20201f;
	font-weight: 600;
	text-transform: uppercase;
	margin-bottom: 20px;
	font-family: 'Assistant', sans-serif;
}


.form-block form input {
	background: #F9F9F9;
	border: none;
	height: 45px;
	line-height: 45px;
	padding: 0 15px;
	width: 100%;
	margin-top: 5px;
	outline: none;
}


.form-block form textarea {
	background: #F9F9F9;
	border: none;
	padding: 15px;
	width: 100%;
	resize: none;
	height: 180px;
	margin-top: 5px;
}


.form-block form input.wpcf7-submit {
	background: #4082D0;
	color: #fff;
	height: auto;
	line-height: normal;
	padding: 15px 56px;
	width: auto;
	text-transform: uppercase;
	border: none;
	border-radius: 0;
	font-family: 'Assistant', sans-serif;
}


.form-block form input.wpcf7-submit:hover {
	background: #20201f;
	text-decoration: none;
}


.map-block .elementor-widget-html iframe {
	height: 300px;
	margin-bottom: 0px;
	width: 100% !important;
}


.map-block ul li {
	margin: 10px 0 0 !important;
	color: #000;
	padding-left: 26px !important;
}


.map-block ul li a, 
.map-block ul li span {
	color: #000 !important;
	text-decoration: none;
	font-family: 'Assistant', sans-serif !important;
	font-size: 18px;
}


.map-block ul li span.elementor-icon-list-icon {
	position: absolute;
	top: 7px;
	left: 0;
}


.map-block ul li i {
	font-size: 17px !important;
	margin-right: 10px;
	color: #4082d0 !important;
}



section.contact-accordian {
	margin-top: 80px;
	padding: 0 50px 0 0px;
}



section.contact-accordian .elementor-container {
	align-items: center;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	position: relative;
	top: 5px;
}



.contact-image img {
	width: 100%;
	display: inline;
	height: 600px;
	object-fit: cover;
}



.contact-detail {
	padding: 0 45px;
}



.contact-detail h2.elementor-heading-title {
	color: #20201f;
	font-weight: 600;
	font-size: 37px;
	line-height: normal;
	position: relative;
	font-family: 'Assistant', sans-serif;
}



.contact-detail .elementor-widget-container {
	font-size: 17px;
	font-family: 'Assistant', sans-serif;
	color: #20201f;
	line-height: 1.5;
}


.accordian-blcok .elementor-accordion p {
	margin: 0;
}



.accordian-blcok .elementor-tab-title a {
	line-height: 1.4;
}


/*==========================================CONTACT============================================*/




/*==========================================PRIVACY============================================*/



.privacy-content .elementor-widget-text-editor h2, 
.privacy-content .elementor-widget-text-editor h3, 
.privacy-content .elementor-widget-text-editor h4, 
.privacy-content .elementor-widget-text-editor h5, 
.privacy-content .elementor-widget-text-editor h6 {
	margin: 0 0 10px;
	color:#000;
	font-family: 'Assistant', sans-serif !important;
}


.privacy-content .elementor-widget-text-editor h3 {
	font-size: 40px;
}


.privacy-content .elementor-widget-text-editor h2 {
	font-size: 48px;
}


.privacy-content .elementor-widget-text-editor h4 {
	font-size: 32px;
}


.privacy-content .elementor-widget-text-editor h5 {
	font-size: 24px;
}


.privacy-content .elementor-widget-text-editor p {
	line-height: 1.476;
	color:#000;
	margin-bottom: 1.25em;
}



/*==========================================PRIVACY============================================*/






/*=====================================LAW OFFICE SPACES=======================================*/

section.space-top-link {
	padding: 10px 0 150px;
}


section.space-top-link .elementor-widget-heading h2 a {
	display: inline-block;
	position: relative;
	padding: 13px 0;
}


section.space-top-link .elementor-widget-heading h2 a::after {
	position: absolute;
	background: #F6D55F;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	transition-timing-function: ease;
	transition-timing-function: ease;
	-webkit-transition-timing-function: cubic-bezier(.58,.3,.005,1);
	-o-transition-timing-function: cubic-bezier(.58,.3,.005,1);
	transition-timing-function: cubic-bezier(.58,.3,.005,1);
	height: 4px;
	opacity: 0;
	bottom: 10px;
	width: 100%;
	content: "";
	display: block;
}


section.space-top-link .elementor-widget-heading h2 a:hover::after {
	opacity: 1;
	bottom: 4px;
}



.law-section2 .elementor-container.elementor-column-gap-no {
	box-shadow: 0px 0px 13px -2px rgba(0, 0, 0, 0.29);
	padding: 5%;
	background: #fff;
	text-align: center;
	position: relative;
	z-index: 1;
	margin-top: -110px;
	margin-bottom: 80px;
}


#service section .elementor-widget-wrap.elementor-element-populated {
	background: linear-gradient(160deg, #4082D0 0%, #1658A6 100%);
	box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.21);
	border-bottom: 3px solid #E2CF51;
	padding: 5%;
}


#service section .elementor-icon-list-items li .elementor-icon-list-icon {
	top: 4px;
	position: absolute;
	left: 0;
}


#service section .elementor-icon-list-items li.elementor-icon-list-item {
	position: relative;
	padding-left: 20px;
	margin-bottom: 0;
	padding-bottom: 0;
}



#networking .elementor-background-overlay {
	background-image: linear-gradient(180deg, #4082D0 0%, #1658A6 100%);
	opacity: 0.73;
}


.law-section5 #gallery-1 .gallery-item {
	margin: 0 0.79% 0.79% 0;
	width: 32.8%;
}


.law-section5 .gallery-item a {
	position: relative;
}


.law-section5 .gallery-item a::before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(23, 63, 95, 0.46);
	opacity: 0;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	width: 100%;
	height: 100%;
}


.law-section5 .gallery-item:hover a::after {
	opacity: 1;
}


.law-section5 #gallery-1 .gallery-item:nth-child(3n) {
	margin-right: 0;
}


.law-section6 .elementor-widget-social-icons span a {
	background: #20639B;
}


.law-section6 .elementor-widget-social-icons span a:hover {
	transform: none;
	background: #000;
	color:#fff;
}



/*=====================================LAW OFFICE SPACES=======================================*/








/*===========================================FOOTER=============================================*/

.elementor-location-footer .elementor-widget-heading {
	margin-bottom: 20px !important;
}


.elementor-location-footer .elementor-widget-text-editor a {
	color: #fff;
}


.elementor-location-footer .elementor-element-2b2d9703 {
	padding-left: 50px;
	position: relative;
	margin-left: 50px;
}


.elementor-location-footer .elementor-element-2b2d9703::after {
	content: "";
	width: 1px;
	background: #fff;
	height: 130px;
	position: absolute;
	left: 0;
	top: 0;
}


.elementor-location-footer .elementor-widget-text-editor ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
}


.elementor-location-footer .elementor-widget-text-editor ul li {
	margin-right: 10px;
	border-right: 1px solid #fff;
	padding-right: 10px;
	line-height: normal;
}


.elementor-location-footer .elementor-widget-text-editor ul li:last-child {
	border: none;
	padding: 0;
	margin: 0;
}


.elementor-location-footer .elementor-element-29b20ee .elementor-widget-text-editor {
	margin-bottom: 30px !important;
}


.elementor-location-footer .elementor-widget-icon-list ul li a i {
	background: #fff;
	color: #4082d0 !important;
	font-size: 15px;
	font-weight: 400;
	display: block;
	width: 30px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	border-radius: 100%;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
}


.elementor-location-footer .elementor-widget-icon-list ul li:hover a i {
	opacity: 0.6;
	text-decoration: none;
}


.elementor-24428 .elementor-element.elementor-element-2bbb417a {
	border: none;
}




#back_top {
	position: fixed;
	bottom: 80px;
	right: 15px;
	background: #4082d0;
	width: 45px;
	height: 45px;
	text-decoration: none;
	border-radius: 4px;
	display: none;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	z-index: 99;
	text-align: center;
	line-height: 22px;
}


#back_top a {
  color: transparent !important;
}


#back_top i {
	color: #fff;
	position: relative;
	top: 12px;
	font-size: 20px;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	display: inline-block;
}



/*===========================================FOOTER=============================================*/





/*==============================================================================================================================================================================================================RESPONSIVE====================================================================================================================================================================================================*/







/*===========================================HEADER=============================================*/


@media (max-width:1024px){
	
		
	.elementor.elementor-24419.elementor-location-header {
		border-top: 10px solid #20201f;
	}	


	.elementor-location-header .elementor-element-4d232137 {
		width: 100% !important;
		padding: 7px 0;
	}


	.elementor-location-header .elementor-element-4d232137 .elementor-widget-container {
		text-align: center;
	}


	.elementor-location-header .elementor-element-4d232137 a {
		position: relative;
		z-index: 1;
	}


	.elementor-location-header .elementor-element-50c7e31f {
		position: absolute;
		right: 0;
		top: 20px;
	}


	.elementor-location-header .elementor-element-50c7e31f i {
		font-size: 32px;
	}
	
	
	
	.elementor-11 .elementor-element.elementor-element-1569e576 > .elementor-container {
		min-height: auto;
	}	
	


	.elementor-location-header nav.elementor-nav-menu--dropdown {
		display: block;
		opacity: 1;
		background: #20201f;
		overflow-y: auto !important;
		overflow-x: hidden !important;
		position: fixed !important;
		bottom: 0;
		left: 0 !important;
		right: 0;
		top: 117px !important;
		width: 100% !important;
		height: 100%;
		margin-left: 1050px;
		transition: all 0.4s linear 0s;
		-webkit-transition: all 0.4s linear 0s;
		-moz-transition: all 0.4s linear 0s;
		-ms-transition: all 0.4s linear 0s;
		transform: none !important;
		max-height: 100% !important;
	}


	.elementor-location-header nav.elementor-nav-menu--dropdown[aria-hidden="false"]{
		margin-left: 50px;
		transition: all 0.4s linear 0s;
		-webkit-transition: all 0.4s linear 0s;
		-moz-transition: all 0.4s linear 0s;
		-ms-transition: all 0.4s linear 0s;
		
	}


	.elementor-location-header header nav ul.elementor-nav-menu li a {
		font-size: 12px !important;
		letter-spacing: .5px;
		font-weight: 700 !important;
		text-transform: uppercase !important;
		text-decoration: none;
		color: #fff;
		border: none !important;
		padding: 20px 20px;
	}


	.elementor-location-header header nav ul.elementor-nav-menu li {
		border-bottom: 1px solid rgba(255,255,255,0.2);
	}


	.elementor-location-header header nav ul.elementor-nav-menu li a:hover {
		color: #fff !important;
		background: #4082d0;
	}

	
}/*=====media close=====*/



@media (min-width:767px) and (max-width:1024px) {
		
	.elementor-location-header nav.elementor-nav-menu--dropdown {
		top: 150px !important;
	}
	
}/*====media close====*/




@media only screen and (min-device-width: 1025px)  and (orientation:landscape) {
	
    .elementor-location-header .elementor-menu-toggle {
		display: none;
	}
	
}/*====media close====*/





/*===========================================HEADER=============================================*/




/*===========================================HOME=============================================*/


@media (max-width:767px){
	

	section.home-banner {
		background-image: none !important;
		padding: 0 !important;
	}


	.home-banner .elementor-element-populated .elementor-widget-heading {
		margin-bottom: 0 !important;
	}


	.home-banner .elementor-widget-image {
		width: 100%;
		margin-top: 10px;
	}


	.home-banner .elementor-widget-image img {
		width: 100%;
	}



	.home-banner .elementor-element-populated {
		transform: none;
		-webkit-transform: none;
		-moz-transform: none;
		-ms-transform: none;
		width: 100%;
		max-width: 100%;
		position: static;
	}


	.elementor-11 .elementor-element.elementor-element-1569e576 > .elementor-container {
		min-height: auto;
		padding: 25px 0 0;
	}


	.elementor-11 .elementor-element.elementor-element-3e5f430 .elementor-heading-title {
		letter-spacing: 1px;
		word-spacing: 1px;
		font-size: 28px;
	}


	.elementor-11 .elementor-element.elementor-element-de3132b .elementor-heading-title {
		font-size: 63px;
		line-height: 66px;
		margin-bottom: 10px;
	}


	.elementor-11 .elementor-element.elementor-element-7f78f6d2 > .elementor-widget-container {
		font-size: 12px;
		padding: 0 10px;
		color: #fff;
		font-weight: 700;
	}


	.service3-section .elementor-element-populated {
		margin-top: 0;
	}


	.service3-section .box-block {
		margin-top: 30px;
	}


	.service3-section .box-block:nth-child(2n)::before, 
	.service3-section .box-block:nth-child(2n)::after {
		display: none;
	}


	.elementor-11 .elementor-element.elementor-element-109db4fe {
		padding: 0;
	}



	.elementor-11 .elementor-element.elementor-element-75531d18 .elementor-heading-title {
		font-size: 28px;
	}


	.elementor-11 .elementor-element.elementor-element-685e4c38 .elementor-heading-title {
		font-size: 17px;
	}


	.elementor-11 .elementor-element.elementor-element-1a49532c > .elementor-element-populated {
		padding: 30px 0px 0px 0px;
	}


	.elementor-11 .elementor-element.elementor-element-6b5f0235 .elementor-heading-title {
	  font-size: 28px;
	}


	.capabilities-section .elementor-widget-image-box {
		width: 100% !important;
		max-width: 100% !important;
		margin: 0 0 15px 0 !important;
	}


	.capabilities-section .elementor-image-box-wrapper {
		display: flex;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		align-items: center;
		-webkit-align-items: center;
		-moz-align-items: center;
		-ms-align-items: center;
	}


	.capabilities-section .elementor-image-box-wrapper h6 {
		margin: 0;
		text-align: left;
		padding-left: 10px;
	}


	.elementor-element.btn-border {
		margin: 30px 0 0;
	}
	
	
	.service3-section .box-block .elementor-widget-wrap.elementor-element-populated {
	  padding-right: 0;
	}

		
	
}/*====media close=====*/





@media (min-width:767px) and (max-width:1240px){

		
	.elementor-column.elementor-col-100, 
	.elementor-column[data-col="100"] {
		width: 100%;
	}


	.elementor-11 .elementor-element.elementor-element-1569e576 > .elementor-container {
		min-height: 350px;
	}



	.home-banner .elementor-element-populated {
		right: 20px;
		max-width: inherit;
		width: auto;
		display: inline-block !important;
	}


	.elementor-11 .elementor-element.elementor-element-3e5f430 .elementor-heading-title {
		font-size: 2.8vw;
		line-height: normal;
	}



	.elementor-11 .elementor-element.elementor-element-de3132b .elementor-heading-title {
		font-size: 7vw;
		line-height: normal;
	}


	.elementor-11 .elementor-element.elementor-element-7f78f6d2 > .elementor-widget-container{
		font-size: 1.3vw;
		padding: 0;
	}	


	.home-banner .elementor-widget-heading {
		margin-bottom: 10px !important;
	}


	.service3-section .box-block {
		width: 33.333%;
	}


	.elementor-11 .elementor-element.elementor-element-19d10075 {
		padding: 0px 15px 70px 15px;
	}


	.service3-section .box-block h3 {
		margin: -7px 0 20px;
		font-size: 16px !important;
	}


	.service3-section .box-block .box-hover {
		min-height: 480px;
	}


	.elementor-11 .elementor-element.elementor-element-65d0570a {
		width: 35%;
	}


	.elementor-11 .elementor-element.elementor-element-1a49532c {
		width: 65%;
	}


	.elementor-11 .elementor-element.elementor-element-1a49532c > .elementor-element-populated {
		padding: 0 0px 0 40px;
	}


	.capabilities-section .elementor-container {
		align-items: flex-start;
		-webkit-align-items: flex-start;
		-moz-align-items: flex-start;
		-ms-align-items: flex-start;
	}


	.capabilities-section .elementor-image-box-content {
		padding-left: 10px;
	}


	.capabilities-section .elementor-image-box-content h6 {
		margin: 0;
		font-size: 15px !important;
	}


	.elementor-11 .elementor-element.elementor-element-6b5f0235 .elementor-heading-title {
		font-size: 32px;
	}
	
	
	.service3-section .box-block .elementor-widget-wrap.elementor-element-populated {
	  padding-right: 0;
	}
	
	
}/*====media close=====*/



@media (min-width:1000px) and (max-width:1240px){
	
	
	.elementor-11 .elementor-element.elementor-element-1569e576 > .elementor-container {
		min-height: 500px;
	}
	
	
}/*====media close=====*/




@media (min-width:1240px) and (max-width:1500px){
	
	
	.elementor-11 .elementor-element.elementor-element-1569e576 > .elementor-container {
		min-height: 600px;
	}
	
}/*====media close=====*/




@media (min-width:1500px) and (max-width:1700px){
	
	
	.elementor-11 .elementor-element.elementor-element-1569e576 > .elementor-container {
		min-height: 700px;
	}
	
}/*====media close=====*/




@media (min-width:767px){
	

	section.home-banner .elementor-widget-image {
		display: none;
	}
	
	
}/*====media close=====*/






/*===========================================HOME=============================================*/







/*========================================PRACTICE AREA=========================================*/



@media (max-width:767px){
	
	
	section.default-banner {
		padding-top: 90px !important;
	}


	section.default-banner h1 {
		font-size: 28px !important;
	}


	.practice-areas-list .elementor-col-33 {
		width: 100%;
		margin: 0 0 25px;
	}


	.practice-areas-list .elementor-container.elementor-column-gap-default {
		padding: 0;
	}
	
	
}/*====media close=====*/





@media (min-width:767px) and (max-width:1024px){
	
	.practice-areas-list .elementor-col-33 h2 {
		font-size: 21px !important;
	}	
	
}/*====media close=====*/



@media (min-width:1024px) and (max-width:1300px){
	
	.practice-areas-list .elementor-col-33 h2 {
		font-size: 24px !important;
	}	
	
}/*====media close=====*/




/*========================================PRACTICE AREA=========================================*/







/*============================================TEAM==============================================*/


@media  (max-width:767px){


	.team-list-section .elementor-widget-wrap.elementor-element-populated {
		padding: 0;
	}

		
	.team-list-section .team-block {
		width: 100%;
		margin: 0 0 20px;
	}
	
	

	.team-block .team-hover-content h5 {
		height: 259px;
	}	


	.team-block .elementor-image-box-img img {
		height: 400px;
	}
	
	
}/*====media close=====*/




@media (min-width:500px) and (max-width:767px){
	
	
	.team-list-section .team-block {
		width: 49%;
	}


	.team-list-section .team-block:nth-child(2n) {
		margin-right: 0;
	}


	.team-list-section section .elementor-container {
		justify-content: space-between;
		-webkit-justify-content: space-between;
		-moz-justify-content: space-between;
		-ms-justify-content: space-between;
	}
	
	
}/*====media close=====*/



@media (min-width:767px) and (max-width:1024px){
	
	
	.team-list-section .team-block {
		width: 32%;
		margin: 0 1.9% 20px 0;
	}


	.team-list-section .team-block:nth-child(3n) {
		margin-right: 0;
	}
	
	
	.team-list-section .team-block:nth-child(4n) {
		margin-right: 1.9%;
	}
	
	
	.team-block .elementor-image-box-img img {
		height: 420px;

	}
	
	
	.team-block .team-hover-content h5 {
		height: 275px;
	}
	
	
	.team-block .elementor-image-box-content h3 a {
		font-size: 14px;
	}
	
	
	.team-block .team-hover-content h6 a {
		font-size: 12px;
	}
	
	
}/*====media close=====*/



/*============================================TEAM==============================================*/







/*=========================================TEAM DETAIL===========================================*/


@media (max-width:767px) {
		

	.team-member img {
		height: auto;
		max-width: 150px;
		margin: 0 auto 15px;
	}


	.team-detail-banner .team-member-info {
		padding-left: 0;
	}


	.team-detail-banner .elementor-container.elementor-column-gap-default {
		padding: 0;
		text-align: center;
	}


	.team-member-info .elementor-widget-icon-list {
		padding: 20px 40px;
	}


	.team-member-info .elementor-widget-heading {
		padding: 0 10px;
		margin-bottom: 12px;
	}


	.elementor-93 .elementor-element.elementor-element-b8c9da5 .elementor-heading-title {
		font-size: 26px;
	}


	.team-member-info .elementor-widget-icon-list li a {
		justify-content: center;
		-webkit-justify-content: center;
		-moz-justify-content: center;
		-ms-justify-content: center;
	}


	.team-detail-left {
		padding: 40px 0 0;
		min-height: auto;
	}


	.team-banner-caption .elementor-container.elementor-column-gap-default, 
	.team-detail-section .elementor-container.elementor-column-gap-default, 
	.elementor-93 .elementor-element.elementor-element-9043c50 .elementor-element-populated {
		padding: 0;
	}


	.team-detail-left .elementor-widget-text-editor ul {
		margin: 0 0 30px;
	}


	.team-detail-right {
		padding-left: 0;
	}


	.team-detail-right .elementor-widget-wrap.elementor-element-populated {
		margin-top: 70px;
		padding: 25px !important;
	}


	.team-detail-right::after {
		left: -20px;
	}
	
	
}/*====media close=====*/



@media (min-width:767px) and (max-width:900px){
	
	
	.elementor-93 .elementor-element.elementor-element-98945d2 {
		width: 40%;
	}


	.elementor-93 .elementor-element.elementor-element-1c9f8a1 {
		width: 60%;
		padding-left: 20px;
	}


	.elementor-93 .elementor-element.elementor-element-ad9dd44 {
		width: 65%;
	}


	.elementor-93 .elementor-element.elementor-element-d8903c3 {
		width: 35%;
	}	
	
	
}/*====media close=====*/




/*=========================================TEAM DETAIL===========================================*/





/*============================================CONTACT============================================*/



@media (max-width:767px) {
	
		
	section .form-block {
		padding-right: 0;
	}


	section .form-block .elementor-widget-wrap.elementor-element-populated {
		padding: 0;
	}


	.map-block .elementor-widget-wrap.elementor-element-populated {
		padding: 0;
		margin: 30px 0;
	}


	section.contact-accordian {
		margin-top: 20px;
		padding: 0;
	}


	.contact-image img {
		height: auto;
		margin-bottom: 40px;
	}


	.contact-detail {
		padding: 0 15px;
	}


	.contact-detail h2.elementor-heading-title {
		font-size: 25px;
	}



	.accordian-blcok {
		padding: 50px 15px 70px;
	}


	.elementor-accordion .elementor-tab-title {
		padding: 18px 15px;
	}

	
	
}/*====media close=====*/



@media (min-width:767px) and (max-width:1230px){
	
	
	section.contact-accordian {
		padding: 0 30px 0 0px;
	}	


	.contact-detail h2.elementor-heading-title {
		font-size: 29px;
	}


	.elementor-37 .elementor-element.elementor-element-1382fa4 {
		width: 30%;
		padding: 0 30px;
	}


	.elementor-37 .elementor-element.elementor-element-389ae29 {
		width: 25%;
	}
	
	
}/*====media close=====*/




/*============================================CONTACT============================================*/





/*=====================================LAW OFFICE SPACES=======================================*/



@media (max-width:767px){
	

	.elementor-343 .elementor-element.elementor-element-5c06b75f {
		padding: 0 15px 0;
	}


	.elementor-343 .elementor-element.elementor-element-87d51b7 {
		padding: 20px 0px 30px;
	}


	.elementor-343 .elementor-element.elementor-element-448e34e8 > .elementor-element-populated, 
	.elementor-343 .elementor-element.elementor-element-1202f1e4 > .elementor-element-populated {
		padding: 0;
	}


	.elementor-343 .elementor-element.elementor-element-52bb7bef .elementor-heading-title {
		font-size: 30px;
	}


	.elementor-343 .elementor-element.elementor-element-149a521 .elementor-divider-separator {
		width: 114px;
	}


	.elementor-343 .elementor-element.elementor-element-3b09df9 .elementor-heading-title {
		font-size: 28px;
	}


	.elementor-343 .elementor-element.elementor-element-3b09df9 > .elementor-widget-container {
		margin: 0 0 40px;
	}



	.law-section2 .elementor-container.elementor-column-gap-no {
		margin-top: 20px;
	}


	.law-section2 .elementor-widget-text-editor p {
		font-size: 16px;
		line-height: 1.7em;
	}


	.elementor-343 .elementor-element.elementor-element-55314947 {
		padding: 50px 20px 0 20px;
	}


	.elementor-343 .elementor-element.elementor-element-639c991 .elementor-heading-title {
		font-size: 23px;
		padding-top: 26px;
	}


	.elementor-343 .elementor-element.elementor-element-0929f68 .elementor-divider-separator {
		width: 54px;
	}


	#service section .elementor-widget-wrap.elementor-element-populated {
		margin: 0 0 20px;
	}


	.elementor-343 .elementor-element.elementor-element-30fbf392 {
		padding: 40px 15px;
	}


	.elementor-343 .elementor-element.elementor-element-1bf0c568 .elementor-heading-title {
		font-size: 24px;
	}


	#networking .elementor-icon-box-icon i {
		font-size: 60px;
	}


	#networking .elementor-col-25 {
		margin-bottom: 50px;
	}


	#networking .elementor-col-25:last-child {
		margin-bottom: 0;
	}
		
		
	.law-section5 #gallery-1 .gallery-item {
		margin: 0 0 20px;
		width: 100%;
	}	


	.elementor-343 .elementor-element.elementor-element-af85088 .elementor-heading-title {
		font-size: 19px;
		line-height: normal;
	}


	.elementor-343 .elementor-element.elementor-element-6c4a466 .elementor-heading-title {
		font-size: 26px;
	}
	
	
}/*====media close=====*/





@media (min-width:767px) and (max-width:1024px){
	
		
	.elementor-343 .elementor-element.elementor-element-87d51b7 {
		padding: 25px 0px 100px 0px;
	}	
		

	.law-section2 .elementor-container.elementor-column-gap-no {
		max-width: 100% !important;
		width: calc(100% - 40px);
	}


	.elementor-343 .elementor-element.elementor-element-3b09df9 > .elementor-widget-container {
		margin: 0px 0px 200px 0px;
	}


	.elementor-343 .elementor-element.elementor-element-52bb7bef .elementor-heading-title {
		font-size: 48px;
	}	


	.law-section2 .elementor-container.elementor-column-gap-no {
		margin-top: -180px;
		margin-bottom: 0;
	}
	
		
	
}/*====media close=====*/




@media (min-width:767px) and (max-width:1300px){
	

	.law-section2 .elementor-container.elementor-column-gap-no {
		max-width: 100% !important;
		width: calc(100% - 40px);
	}
	
	
	.elementor-element-398617a .elementor-widget-image, 
	.elementor-element-398617a .elementor-widget-image .elementor-widget-container {
		height: 100%;
	}	
	
	
	.elementor-element-398617a .elementor-widget-image img {
		height: 100%;
		object-fit: cover;
	}

	
}/*====media close=====*/



/*=====================================LAW OFFICE SPACES=======================================*/






/*===========================================FOOTER===========================================*/



@media (max-width:767px){
	

	.elementor-location-footer .elementor-element-2bbb417a {
		padding: 0 20px 200px !important;
		text-align: center;
		border: none !important;
	}



	.elementor-location-footer .elementor-element-2b2d9703 {
		padding: 0;
		margin: 0;
		position: absolute;
		bottom: -100px;
	}


	.elementor-element-b7f1d92.elementor-widget-text-editor {
		position: absolute;
		bottom: -210px;
		margin: 0 !important;
	}


	.elementor-location-footer .elementor-element-2b2d9703::after {
		display:none;
	}


	.elementor-element-b7f1d92.elementor-widget-text-editor ul {
		flex-flow: row wrap;
		-webkit-flex-flow: row wrap;
		-moz-flex-flow: row wrap;
		-ms-flex-flow: row wrap;
		justify-content: center;
		-webkit-justify-content: center;
		-moz-justify-content: center;
		-ms-justify-content: center;
	}


	.elementor-element-b7f1d92.elementor-widget-text-editor li:first-child {
		width: 100%;
	}


	.elementor-element-b7f1d92.elementor-widget-text-editor li {
		margin-bottom: 5px;
	}


	
}/*====media close=====*/




@media (min-width:767px) and (max-width:1025px){
	

	.elementor-24428 .elementor-element.elementor-element-2bbb417a {
		padding: 100px 20px 50px;
		border: none;
	}


	.elementor-location-footer .elementor-element-29b20ee {
		width: 64%;
	}


	.elementor-location-footer .elementor-element-2b2d9703 {
		width: 31% !important;
		padding-left: 20px;
		margin-left: 20px;
	}


	.elementor-location-footer .elementor-element-2b2d9703 .elementor-widget-wrap.elementor-element-populated {
		padding: 0;
	}


	.elementor-24428 .elementor-element.elementor-element-6b6f3a1 .elementor-heading-title {
		font-size: 20px;
	}


	.elementor-location-footer .elementor-container.elementor-column-gap-default {
		justify-content: space-between;
		-webkit-justify-content: space-between;
		-moz-justify-content: space-between;
		-ms-justify-content: space-between;
	}


	.elementor-location-footer .elementor-element-2b2d9703::after {
		left: -10px;
	}

	
	
}/*====media close=====*/



/*===========================================FOOTER===========================================*/