/*
Atis - Attorney Law Firm HTML Template 
Version: 1.0.0
Author: MatchThemes
https://matchthemes.com
*/

/************************************

	0. FONT & COLOR OPTIONS

  	1. MAIN STYLES
	
	2. HEADER
	
	3. HOME
	
	4. PAGES
	
		4.1 PRACTICE AREAS
		
		4.2 TEAM
		
		4.3 GALLERY
		
		4.4 TESTIMONIALS
		
		4.5 CASE STUDIES
		
		4.6 FAQ PAGE
		
	5. BLOG
	
	6. FOOTER
	
	7. OTHER
	
	8. RESPONSIVE MEDIA QUERIES
 
************************************/


/**
* #0. # FONT & COLOR OPTIONS
*
* 
*/

:root {  
	--body-color: #141c2c;
	--body-background: #ffffff;   
	--body-font: Work Sans, sans-serif;
	--body-font-size: 15px;   
	--headings-color: #232e4e; 
	--headings-font: Crimson Text, serif;
	--link-color: #dcb161;
	--menu-normal-color: #ffffff;
	--menu-hover-color: #ffffff;
	--submenu-background-color: rgba(0,0,0,0.8);
	--submenu-normal-color: #ffffff;	
	--submenu-hover-color: #dcb161;
	--footer-background-color: #141c2c;
	--footer-color: #ffffff;
	--headings-h1-size: 3.5rem;
	--headings-h2-size: 3rem;
	--headings-h3-size: 2rem;
	--headings-h4-size: 1.75rem;
	--headings-h5-size: 1.5rem;
	--headings-h6-size: 1rem;
	--headings-lead: 1.25rem;
	--headings-display-1: 5rem;
	--headings-display-2: 4.5rem;
	--headings-display-3: 3.5rem;
	--headings-display-4: 3rem;
	--headings-display-5: 2.25rem;
}


/**
* #1.# MAIN STYLES
*
* 
*/

/* RESET STYLES */

*,
html,
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
label,
fieldset,
input,
p,
blockquote,
th,
td {
	margin: 0;
	padding: 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

fieldset,
img {
	border: 0;
}

address,
caption,
cite,
code,
dfn,
th,
var {
	font-style: normal;
	font-weight: normal;
}

address {
	font-style: italic;
}

caption,
th {
	text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: normal;
}

q:before,
q:after {
	content: '';
}

strong,
b {
	font-weight: bold;
}

em,
cite {
	font-style: italic;
}

cite {
	display: block;
}

strike,
del {
	text-decoration: line-through;
}

sup {
	font-size: 13px;
	position: relative;
}

sub {
	font-size: 13px;
	position: relative;
}

.italic {
	font-style: italic;
}

button,
input,
select,
textarea {
	font-size: 100%;
	margin: 0;
	vertical-align: baseline;
	*vertical-align: middle;
}

.no-margin {
	margin: 0 !important;
}

.no-bottom {
	margin-bottom: 0;
}

.no-padding {
	padding: 0;
}

.column-clear {
	clear: both;
}

.wp-caption {
	max-width: 100%;
}

.sticky {
	position: relative;
}

.wp-caption-text,
.gallery-caption {
	color: #999999;
	font-size: 14px;
	text-align: center;
	margin-top: 30px;
	font-style: italic;
	font-weight: 300;
}

.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
	display: none;
}

.bypostauthor .comment-body {
	border-color: 1px solid #fff;
}

.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
	display: block;
	top: 5px;
	left: 5px;
	width: auto;
	height: auto;
	padding: 1em 1.5em;
	font-size: 0.8em;
	line-height: normal;
	color: #21759b;
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	text-decoration: none;
	z-index: 100000;
	/* Above WP toolbar */
}

.alignright {
	float: right;
	margin: 5px 0 0 30px;
}

.alignleft {
	float: left;
	margin: 5px 30px 0 0;
}

.aligncenter {
	margin: 30px auto;
	text-align: center;
	display: block;
}

hr {
	margin-top: 30px;
	margin-bottom: 30px;
	border: 0;
	border-top: 1px solid #e9e9e9;
}

pre,
code {
	background: #eee;
	color: var(--body-color);
	font-family: "Courier New", Courier, monospace;
	padding: 10px;
	font-size: 13px;
}

pre {
	margin-bottom: 30px;
	overflow: auto;
	padding: 30px;
	white-space: pre-wrap;
}

pre code{
	background: none;
	padding: 0;
}

article,
aside,
figure,
footer,
header,
hgroup,
nav,
section {
	display: block;
}

* {
	-webkit-box-sizing: border-box;
	/* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;
	/* Firefox, other Gecko */
	box-sizing: border-box;
	/* Opera/IE 8+ */
}

html {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
}

body {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
	-webkit-text-size-adjust: 100%;
	-webkit-overflow-scrolling: touch;
	text-rendering: optimizeLegibility;
	background: var(--body-background);
	color: var(--body-color);
	font-size: var(--body-font-size);
	font-weight: 400;
	line-height: 1.7;
	overflow-x: hidden;
	font-family: var(--body-font);
}

h1,
h2,
h3,
h4,
h5,
h6,
blockquote,
.logo-txt,
.wp-block-latest-comments__comment-author,
.wp-block-latest-comments__comment-link{ font-family: var(--headings-font); }

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--headings-color);
	font-weight: 600;
	line-height: 1.2;
}

.h1,
h1 {
 font-size:var(--headings-h1-size);
}
.h2,
h2 {
 font-size:var(--headings-h2-size);
}
.h3,
h3 {
 font-size:var(--headings-h3-size);
}
.h4,
h4 {
 font-size:var(--headings-h4-size);;
}
.h5,
h5 {
 font-size:var(--headings-h5-size);
}
.h6,
h6 {
 font-size:var(--headings-h6-size);
}
.lead {
 font-size:var(--headings-lead);
 font-weight:400;
}
.display-1 {
 font-size:var(--headings-display-1);
 font-weight:600;
 }
.display-2 {
 font-size:var(--headings-display-2);
 font-weight:600;
 }
.display-3,
.large-title {
 font-size:var(--headings-display-3);
 font-weight:600;
 }
.display-4 {
 font-size:var(--headings-display-4);
 font-weight:600;
 }

.display-5 {
 font-size:var(--headings-display-5);
 font-weight:600;
}


.single-post-content > h1,
.single-post-content > h2,
.single-post-content > h3,
.single-post-content > h4,
.single-post-content > h5,
.single-post-content > h6,
.comment-text > h1,
.comment-text > h2,
.comment-text > h3,
.comment-text > h4,
.comment-text > h5,
.comment-text > h6{
	margin-top: 30px;
	margin-bottom: 20px;
}

a,
.pcolor{
	color: var(--link-color);
}

.pcolor-bkg{
	background: var(--link-color);
}

p a {
	text-decoration: none;
}

a:hover,
p a:hover {
	color: var(--link-color);
	text-decoration: none;
}

a:active,
a:focus {
	outline: none;
	text-decoration: none;
}

ul,
ol {
	margin: 0 0 15px 30px;
}

ul li,
ol li{
	margin-bottom: 10px;
}

ol ol, ol ul, ul ol, ul ul{
	margin-top: 10px;
}

.list-circle{
	margin: 0 0 30px 0;
}

.list-circle li{
		list-style: none;
		position: relative;
		padding-left: 15px;
}
.list-circle li:before{
		content:'';
		position: absolute;
		left: 0;
		top: 50%;
		width: 5px;
		height: 5px;
		background: var(--link-color);
		border-radius: 99em;
		
		-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}

blockquote {
	font-size: 25px;
	font-style: italic;
	line-height: 1.7;
	color: var(--body-color);
	position: relative;
	margin: 30px 0;
	padding-left: 30px;
}

blockquote:before{
	content: "";
	display: inline-block;
	margin-right: 0;
	font-size: 30px;
	font-style: normal;
	font-weight: 400;
	width: 5px;
	height: 100%;
	background: var(--link-color);
	position: absolute;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}

blockquote cite {
	color: var(--link-color);
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 1;
	margin-top: 15px;
}

p,
ul,
ol {
	margin-bottom: 30px;
}

/* definition lists */
dl dt {
	margin-bottom: 0;
}

dl dd {
	margin-left: 15px;
	margin-bottom: 30px;
}

/* tables */
table {
	border: 1px solid #e9e9e9;
	font-size: 15px;
	width: 100%;
	text-align: center;
	border-collapse: collapse;
}

table caption {
	margin-bottom: 0;
	text-align: center;
	padding-top: 0;
    padding-bottom: 0;
	caption-side: initial;
}

table th,
table td {
	border-bottom: 1px solid #e9e9e9;
	border-right: 1px solid #e9e9e9;
	text-align: center;
	padding: 15px;
}

aside table th,
.foo-block table th,
aside table td,
.foo-block table td {
	padding: 0;
}

table th {
	font-weight: bold;
}

a,
#submit,
.submit,
.white-btn,
.post-password-form input[type="submit"],
.post-image a:before,
.gallery-post .gallery-view,
.gallery-post .gallery-img:after,
.practice-image-wrap .practice-img img,
.team-wrap-v1 .practice-img img,
.meta-categ-all a:after,
.faq-title a:before{
	-webkit-backface-visibility: hidden;
	-webkit-transition: all 1s cubic-bezier(0.30, 1, 0.35, 1) 0s;
	-moz-transition: all 1s cubic-bezier(0.30, 1, 0.35, 1) 0s;
	-o-transition: all 1s cubic-bezier(0.30, 1, 0.35, 1) 0s;
	-ms-transition: all 1s cubic-bezier(0.30, 1, 0.35, 1) 0s;
	transition: all 1s cubic-bezier(0.30, 1, 0.35, 1) 0s;
}


/**
* #2.# HEADER
*
* 
*/


/*** menu large screens ***/
.menu-nav {
	margin: 0;
	font-size: 0;
}

.menu-nav li {
	display: inline-block;
	position: relative;
	margin-left: 30px;
	margin-bottom: 0;
	font-size: 15px;
	font-weight: 500;
	letter-spacing: -0.025em;
}

.menu-nav li:first-child {
	margin-left: 0;
}

.menu-nav li a {
	color: var(--menu-normal-color);
	padding: 10px 0;
	display: block;
}

.menu-nav li a:after{
	content: "";
    position: absolute;
    background: var(--menu-hover-color);
    top: 100%;
    margin-top: -10px;
    left: 0%;
    width: 100%;
    height: 1px;
	-webkit-transform: scaleX(0);
	-ms-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transition: transform 0.3s cubic-bezier(0.30, 1, 0.35, 1) 0s;
	-moz-transition: transform 0.3s cubic-bezier(0.30, 1, 0.35, 1) 0s;
	-o-transition: transform 0.3s cubic-bezier(0.30, 1, 0.35, 1) 0s;
	-ms-transition: transform 0.3s cubic-bezier(0.30, 1, 0.35, 1) 0s;
	transition: transform 0.3s cubic-bezier(0.30, 1, 0.35, 1) 0s;
    transform-origin: right center;
    display: block;
}


.menu-nav li a:hover,
.menu-nav > li:hover > a,
.menu-nav > li.current-menu-item > a {
	background: none;
	color: var(--menu-hover-color);
}

.menu-nav > li:hover > a:after{
-webkit-transform: scaleX(1);
	-ms-transform: scaleX(1);
	transform: scaleX(1);
transform-origin: left center;
}
.menu-nav li.current-menu-item > a:after {
    -webkit-transform: scaleX(1);
	-ms-transform: scaleX(1);
	transform: scaleX(1);
}

.menu-nav ul {
	display: none;
	margin: 0;
	margin-top: 20px;
	padding: 15px 0;
	width: 265px;
	text-align: left;
	position: absolute;
	top: 100%;
	left: -30px;
	background: var(--submenu-background-color);
	z-index: 5;
}

.menu-nav ul:before{
content: '';
position: absolute;
top: -20px;
left: 0;
right: 0;
height: 20px;
}

.menu-nav ul li {
	display: block;
	background: none;
	margin: 0;
	font-size: 13px;
}

.menu-nav ul li > a {
	display: block;
	padding: 10px 30px;
	color: var(--submenu-normal-color);
	-webkit-transform: translateX(0px);
	-ms-transform: translateX(0px);
	transform: translateX(0px);
	-webkit-backface-visibility: hidden;
	-webkit-transition: all 0.5s cubic-bezier(0.30, 1, 0.35, 1) 0s;
	-moz-transition: all 0.5s cubic-bezier(0.30, 1, 0.35, 1) 0s;
	-o-transition: all 0.5s cubic-bezier(0.30, 1, 0.35, 1) 0s;
	-ms-transition: all 0.5s cubic-bezier(0.30, 1, 0.35, 1) 0s;
	transition: all 0.5s cubic-bezier(0.30, 1, 0.35, 1) 0s;
}

.menu-nav ul li > a:focus{
	outline: none;
}

.menu-nav ul li a:hover,
.menu-nav li:hover ul li a:hover {
	text-decoration: none;
	color: var(--submenu-hover-color);
	-webkit-transform: translateX(10px);
	-ms-transform: translateX(10px);
	transform: translateX(10px);
}

.menu-nav li:hover > ul {
	display: block;
}

.menu-nav li ul ul {
	left: 100%;
	top: -15px;
	margin: 0;
}

.menu-nav .edge > ul{
	left: auto;
	right: 0;
}

.menu-nav li ul .edge ul {
    left: auto;
    top: -15px;
    margin: 0;
    right: 100%;
}

.menu-nav li ul ul:after,
.menu-nav li ul a:after {
	display: none;
}
/*** end menu large screens ***/

/*** menu mobile ***/
.nav-button-holder {
	display: none;
}

.nav-button-holder-2{
	display: block;
}

.nav-button {
	background: none;
	border: none;
	cursor: pointer;
	padding-bottom: 12px;
	vertical-align: middle;
}

.icon-bar,
.icon-bar1,
.icon-bar2 {
	display: block;
	height: 3px;
	width: 30px;
	background: #ffffff;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}

.icon-bar1,
.icon-bar2 {
	width: 20px;
	background: #ffffff;
}

.icon-bar:before,
.icon-bar:after {
	background: #ffffff;
	content: "";
	height: 100%;
	left: 0px;
	position: absolute;
	bottom: -7px;
	right: 0;
}

.icon-bar:after {
	bottom: -15px;
	left: 0px;
	top: auto;
}

.nav-button:hover .icon-bar:before {
	left: 4px;
}

.nav-button:hover .icon-bar:after{
	left: 10px;
}

.icon-bar,
.icon-bar1,
.icon-bar2,
.nav-button .icon-bar:before,
.nav-button .icon-bar:after {
	-webkit-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.menu-mobile {
	font-size: 0;
	margin: 0 auto;
	margin-left: 0;
	padding-left: 50px;
}

.menu-mobile li {
	font-size: 15px;
	font-weight: 500;
	padding-top: 20px;
	list-style: none;
	margin-bottom: 0;
}

.menu-mobile li a {
	color: #ffffff;
	display: block;
	line-height: 1.7;
}

.menu-mobile li a:hover,
.menu-mobile li a:focus {
	background: none;
}

.menu-mobile li:hover>a,
.menu-mobile li.current-menu-item>a {
	color: var(--link-color);
}

.menu-mobile>li.menu-item-has-children>a:after {
	content: "+";
	display: inline-block;
	margin-left: 7px;
	margin-right: 0;
	font-size: 15px;
	font-weight: 500;
}

.menu-mobile>li.menu-item-has-children.menu-open>a:after {
	content: "-";
}

.menu-mobile ul {
	margin: 0;
	
}

.menu-mobile>li>ul {
	display: none;
}

.menu-mobile>li.menu-open>ul {
	display: block;
}

.menu-mobile ul li {
	font-size: 13px;
	padding-top: 15px;
	text-transform: none;
	padding-left: 15px;
	display: block;
}

.menu-contact {
	margin-top: 50px;
	padding-left: 50px;
	font-size: 14px;
	color: var(--body-color);
}

.menu-contact ul,
.footer-contact{
	list-style: none;
	margin-left: 0;
	margin-bottom: 0;
	margin-top: 30px;
}

.menu-contact ul:first-child li i{
    font-size: 15px;
    margin-right: 10px;
}

.menu-contact i,
.footer-contact i{
	padding-right: 10px;
	color: var(--link-color);
}

.mobile-phone {
	margin-top: 10px;
}

.menu-contact .social-media {
	margin-top: 30px;
	padding-bottom: 50px;
}
.menu-contact .social-media li a,
.menu-contact li{
	color: #fff;
}
/*** end menu mobile ***/

/***** MODAL WINDOW ******/
body.has-active-menu {
	overflow: hidden;
}

.menu-mask {
	position: fixed;
	z-index: 99;
	top: 0;
	left: 0;
	width: 0;
	height: 0;
	opacity: 0;
}

.menu-mask.is-active {
	width: 100%;
	height: 100%;
	opacity: 0.9;
}

.mobile-menu-holder {
	position: fixed;
	z-index: 1050;
	top: 0;
	right: 0;
	overflow-x: hidden;
	width: 350px;
	height: 100%;
	background: var(--body-color);
	opacity: 0;
	padding: 0 30px;
	-webkit-transform: translateX(400px);
	-ms-transform: translateX(400px);
	transform: translateX(400px);
	-webkit-backface-visibility: hidden;
	-webkit-transition: all 0.7s cubic-bezier(0.30, 1, 0.35, 1) 0s;
	-moz-transition: all 0.7s cubic-bezier(0.30, 1, 0.35, 1) 0s;
	-o-transition: all 0.7s cubic-bezier(0.30, 1, 0.35, 1) 0s;
	-ms-transition: all 0.7s cubic-bezier(0.30, 1, 0.35, 1) 0s;
	transition: all 0.7s cubic-bezier(0.30, 1, 0.35, 1) 0s;
	
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);
-moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);
box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);
}

.mobile-menu-holder-2{
	left: 0;
	right: auto;
	-webkit-transform: translateX(-400px);
	-ms-transform: translateX(-400px);
	transform: translateX(-400px);
}

.mobile-menu-holder.is-active {
	opacity: 1;
	-webkit-transform: translateX(0px);
	-ms-transform: translateX(0px);
	transform: translateX(0px);
}

.modal-menu-container {
	position: relative;
}

.exit-mobile {
	cursor: pointer;
	padding: 7px 1px;
	display: inline-block;
	margin-top: 30px;
}

.icon-bar1 {
	top: 3px;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.icon-bar2 {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
/***** END MODAL WINDOW ******/

.social-media,
.footer-social,
.about-social {
	list-style: none;
	margin: 0;
	font-size: 0;
}

.social-media li,
.footer-social li,
.about-social li {
	display: inline-block;
	font-size: 14px;
	margin-left: 15px;
	margin-bottom: 0;
}

.social-media li a {
	color: #ffffff;
}
.social-media-footer li a{
	color: var(--link-color);
}

.about-social i {
	color: var(--link-color);
	vertical-align: middle;
}


.social-media li:first-child,
.footer-social li:first-child,
.about-social li:first-child {
	margin-left: 0;
}

a.social-twitter:hover {
	color: #29C5F6 !important;
}

a.social-facebook:hover {
	color: #6788CE !important;
}

a.social-gplus:hover {
	color: #E75C3C !important;
}

a.social-linkedin:hover {
	color: #3A9BDC !important;
}

a.social-pinterest:hover {
	color: #FE4445 !important;
}

a.social-tripadvisor:hover {
	color: #00AF87 !important;
}

a.social-youtube:hover {
	color: #E34040 !important;
}

a.social-vimeo:hover {
	color: #44BBFF !important;
}

a.social-instagram:hover {
	color: #AA8062 !important;
}

a.social-whatsapp:hover {
	color: #2cb140 !important;
}

a.social-skype:hover {
	color: #24B4F0 !important;
}


.header-social-1 {
	text-align: right;
}

/** Header 1 **/

.main-header{
	left: 0;
position: absolute;
top: 0;
width: 100%;
z-index: 100;
}

.header-container{
	display: flex;
align-items: center;
padding:20px 0;
}

.header-container-1{
	padding: 25px 0;
}

.logo-1,
.logo-4,
.binfo,
.nav-button-holder-2,
.btn-header-2,
.nav-holder-3,
.header-social-4{
	flex: 1 1 0;
}

.btn-header {
    text-align: right;
	margin-left: 30px;
}

.btn-header-2{
	margin-left: 0;
}

.logo img {
	background: none;
}

.logo-txt{
	font-size: 30px;
	font-weight: 600;
}

.logo-txt a{
	color: #ffffff;
}

.top-header {
	display: flex;
	align-items: center;
	padding-top: 15px;
padding-bottom: 20px;
border-bottom: 1px solid rgba(255,255,255,0.2);
}

.binfo ul{
	font-size: 0;
	margin: 0;
}

.binfo ul li{
color: #ffffff;
display: inline-block;
margin-left: 30px;
font-size: 13px;
font-weight: 400;
position: relative;
margin-bottom: 0;
}
.binfo ul li:first-child{
	margin-left: 0;
}
.binfo ul li i{
	font-size: 15px;
	margin-right: 10px;
	color: var(--link-color);
}

.header-social-2 .social-media li a{
	color: var(--link-color);
}

/** Header 3 **/

.top-header-3{
	padding: 20px 0;
}

.binfo3,
.header-social-4{
	text-align: right;
}


.nav-fixed-top {
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	z-index: 1030;
	background: var(--body-color);
	margin-top: 0;
	
	-webkit-backface-visibility: hidden;
-webkit-transition: all .3s cubic-bezier(.30,1,.35,1) 0s;
-moz-transition: all .3s cubic-bezier(.30,1,.35,1) 0s;
-o-transition: all .3s cubic-bezier(.30,1,.35,1) 0s;
-ms-transition: all .3s cubic-bezier(.30,1,.35,1) 0s;
transition: all .3s cubic-bezier(.30,1,.35,1) 0s;
}

.nav-fixed-top .top-header{
	display: none;
}




/**
* #3.# HOME
*
* 
*/

/* SLIDER */

.slider-container {
	position: relative;
	margin-bottom: 100px;
	height: 100vh;
}

.slider-item-box-bkg {
	height: 100vh;
}

.slider-img{
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	display: block;
	height: 100%;
	position: relative;
	width: 100%;
}

.slider-img:before {
	content: '';
	background: rgba(14, 18, 30, 0.3);
	top: 0;
	position: absolute;
	left: 0;
	bottom: 0;
	right: 0;
}

.slider-caption {
	position: absolute;
	left: 0;
	top: 50%;
	right: 0;
	color: #fff;
	z-index: 2;
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}

.slider-text{
	width: 80%;
	font-size: 15px;
	text-align: center;
	margin: 0 auto;
}

.slider-text .display-2 {
	color: #ffffff;
	margin-bottom: 10px;
}

.slider-text .read-more {
	margin-top: 30px;
}

/* SLIDER v2 */

.slider-holder-v2{
	display:flex;
}

.slider-caption-v2,
.slider-img-v2{
	width: 50%;
}

.slider-img-v2{
	align-self: center;
}

.slider-caption-v2{
	position: relative;
}

.slider-caption-v2 .slider-text{
position: absolute;
top: 50%;
left: 0;
right: 0;
-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
-ms-transform: translateY(-50%);
-o-transform: translateY(-50%);
transform: translateY(-50%);

text-align: left;
}

.slider-caption-v2 .slider-text .display-3{
	color: var(--body-color);
}


/* BKG VIDEO */

.video-container{
	position: relative;
top: 0;
left: 0;
right: 0;
bottom: 0;
height: 100vh;
overflow: hidden;
z-index: 1;
margin-bottom: 100px;
}

.video-container:before {
	content: '';
	background: rgba(0, 0, 0, 0.3);
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: 2;
}	

.video-container video{
	position: absolute;
left: 50%;
width: auto;
height: auto;
top: 50%;
min-width: 130%;
min-height: 130%;
-webkit-transform: translateX(-50%) translateY(-50%);
-ms-transform: translateX(-50%) translateY(-50%);
transform: translateX(-50%) translateY(-50%);
}

/* END BKG VIDEO */

.parallax, .no-parallax  {
  background-repeat: repeat;
  background-position: center center !important;
  background-attachment: scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.parallax{position:relative;
padding-top:100px;
padding-bottom:100px;}
.parallax h2, .parallax h3, .parallax h4{color:#ffffff;}
.parallax:before {content: '';
    background: rgba(0,0,0,0.6);
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}


/* HOME 1 SECTIONS */

.home-section{
	margin-bottom: 100px;
}

.section-title{
	margin-bottom: 20px;
}

.home-section-1,
.price2{
	background-color: var(--headings-color);
	padding: 100px 0px 100px 0px;	
}

.home-section-1{
	margin-top: -100px;
}

.title-area2{
	margin-bottom: 10px;
}

.img80 img{
	width: 80%;
}

.icon-box-wrapper{
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;	
	align-items: flex-start;
	text-align: left;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
	margin-bottom: 30px;
}

.icon-box-wrapper:last-child{
	margin-bottom: 0;
}

.icon-box-icon{
	margin-right: 15px;
	font-size: 50px;
	color: var(--link-color);
	flex: 0 0 auto;
	line-height: 1;
}

.icon-box-img{
	margin-right: 15px;
	flex: 0 0 100px;
}

.icon-box-img img{
	border-radius: 99em;
}

.icon-box-icon-fa{
	font-size: 30px;
	line-height: 1;
}

.icon-fa-small{
	font-size: 20px;
}

.icon-box-icon svg,
.icon-svg svg,
.pcolor-circle30 svg{
	width: 50px;
	height: 50px;
	vertical-align: initial;
}

.icon-box-icon svg path,
.icon-svg svg path{
    fill: var(--link-color);
}

.icon-svg{
	margin-bottom: 20px;
}

.progress-title{
	font-weight: 600;
}

.progress{
	border-radius: 0;
	margin-bottom: 30px;
	background-color: #eeeeee;
}

.progress-bar{
	text-align: right;
	background: var(--link-color);
	color: #ffffff;
padding: 0 10px;
}

.margin-percentr40{
	margin-right: 40%;
}

.home-section-7.parallax:before,
.practice-pages-v1-last.parallax:before{
	background: rgba(0,0,0,0.4);
}

.btn-right{
	text-align: right;
}

.home-section-9{
	margin-bottom: -100px;
}

.home-section-9.parallax:before{
	background: rgba(0,0,0,0.2);
}

/* HOME 2 SECTIONS */

.home-section-24{
	margin-bottom: 0;
}

.home-section-25{
	background-color: #F5F5F5;
	padding: 100px 0;
}

.contact-home2{
	margin-top: 30px;
}

/* HOME 3 SECTIONS */

.home-section-31{
	background-color: #fdf9f2;
	padding: 100px 0;
	margin-top: -100px;
}

.home-sign{
	width: 200px;
	margin-bottom: 15px;
}

.badge-holder{
	display: flex;
	flex-wrap: wrap;
	margin-bottom: -15px;
}

.badge-wrap{
	width: 33.333%;
	text-align: center;
	margin-bottom: 15px;
}

.badge-wrap2{
	width: 16.66%;
}

.badge-img{
	width: 100px;
}

.home-section-38{
	margin-bottom: -100px;
}

.icon-box-contact{
	padding: 30px;
	border: 1px solid #D7DAE1;
}

.icon-box-contact .icon-box-icon-fa{
	font-size: 20px;
}

.icon-simple .icon-box-icon-fa{
	font-size: 15px;
}

.icon-simple{
	align-items: center;
}

.icon-contact2{
	font-size: 20px;
	margin-top: 30px;
	margin-bottom: 15px;
}

/* Home 4 */

.home-section-42,
.home-section-45,
.home-section-57,
.home-section-video4,
.home-section-video7,
.about-me-3{
	padding: 100px 0;
	background-color: #fdf9f2;
}

.home-section-47,
.practice-pages-v1-last{
	margin-bottom: -100px;
}

.padding-lr200{
	padding: 0 200px;
}

.margin-lr200{
	margin: 0 200px;
}

.bkg-image-holder {
    display: flex;
}

.bkg-image {
    width: 100%;
    position: relative;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.sub-section-47-2{
	background-color: #fdf9f2;
}

/* home 5 */

.home-section-54{
	margin-bottom: 0;
}

.home-section-55 .bkg-image{
	background-position: center right;
}

/* home 6 */

.home-section-61{
	background-color: var(--headings-color);
	padding-top: 240px;
}

.sub-section-611{
	padding-bottom: 50px;
}

.sub-section-612{
	align-self: flex-end;
}

.sub-section-622{
	padding: 30px;
	background-color: #fdf9f2;
}

/* home video */

.home-section-video1 .post-image{
	margin-bottom: 20px;
}

.home-section-video9,
.about-me-3{
	margin-bottom: -100px;
}

.home-section-video9:before{
	background: rgba(0,0,0,0.1);	
}


/**
* #4.# PAGES
*
* 
*/

/* HEADER PAGES */

.top-single-bkg {
	overflow: hidden;
	position: relative;
	margin-bottom: 100px;
	width: 100%;
	height: 500px;	
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

.top-single-bkg:before {
	content: '';
	background: rgba(20, 28, 44, 0.4);
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
}

.topnoimg{
	height: auto;
	margin-top: 50px;
}

.topnoimg.top-single-bkg:before {
	display: none;
}

.top-page404{height: 100vh;
margin-bottom: -100px;}

.top-single-bkg .inner-desc {
	position: absolute;
	z-index: 4;
	width: 100%;
	top: 50%;
	text-align: center;
	padding-top: 60px;
	
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}

.topnoimg .inner-desc {
	position: relative;
	width: 100%;
	top: 0;
	text-align: center;
	
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
}

.single-post-title {
	color: #fff;
	font-weight: 600;
	-ms-word-wrap: break-word;
	word-wrap: break-word;
}

.single-post-title-margin{
	margin-bottom: 10px;
}

.post-subtitle{
    font-size: 15px;
	font-weight: 500;
	color: #fff;
    letter-spacing: .05em;
    margin-bottom: 10px;
    display: block;
}

.smalltitle,
.smallicon{
	color: var(--link-color);
    font-size: 15px;
    font-weight: 500;
    letter-spacing: .05em;
    border-bottom: 1px solid var(--link-color);
    display: inline-block;
	position: relative;
	margin-bottom: 15px;
	line-height: 1.2;
}

.smallicon{
	border: none;
}

.smalltitle:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    background: var(--link-color);
    left: 0;
    bottom: -3px;
}

.smalltitle.white:after{
	background: #ffffff;
}

.smallborder span{
	border: 1px solid var(--link-color);
    display: inline-block;
}

.smallborder .elementor-heading-title{
	padding: 10px 15px;
}

.topnoimg .single-post-title,
.topnoimg .post-subtitle,
.page-title-above .single-post-title,
.page-title-above .post-subtitle{
	color: var(--body-color);
}

.page-title-above{
	text-align: center;
	margin-top: 50px;
	margin-bottom: 100px;
}

.top-blogfront{
	height: auto;
}
.top-blogfront:before{
	display: none;
}



/* END HEADER PAGES */

#wrap-content p,
.article-excerpt,
.practice-icon-content,
aside p {
    line-height: 1.7;
}

.page-holder p,
.blog-post-single p{
	margin-bottom: 30px;
}


.about-me-1 .about-social{
	margin-bottom: 30px;
}

.social-aboutme{
	margin-top: 30px;
}

.social-aboutme2{
	margin-top:5px;
	margin-bottom: 30px;
}

.social-aboutme li{
	margin-right: 10px;
}

.social-aboutme li a{
	color: var(--link-color);
	font-size: 20px;
}

.social-aboutme2 li a{
	font-size: 15px;
}

.about-us3{
	background-color: var(--headings-color);
	padding: 30px 0px 30px 0px;	
	text-align: center;
	margin-bottom: -75px;
	z-index: 10;
	position: relative;
}

.about-us4{
	padding-top: 175px;
}

/**
* #4.1# PRACTICE AREAS
*
* 
*/

.practice-subtitle {
    font-size: 14px;
    font-weight: 400;
	color: var(--link-color);
    letter-spacing: .05em;
	margin-bottom: 5px;
    display: inline-block;
}    


.icon-top i{
	color: var(--link-color);
	font-size: 50px;
}

.practice-2col{
	width: 50%;
}
.practice-3col{
	width: 33.333%;
}
.practice-4col{
	width: 25%;
}
.practice-5col{
	width: 20%;
}

.practice-icon h3,
.practice-4col h3,
.practice-5col h3,
.team-wrap-v1 h3{
	font-size: 1.5rem;
}

.practice-icon img {
    width: 50px;
}

.practice-icon h3{
	margin-bottom: 10px;
}

.team-wrap-v1 h3{
	margin-bottom: 5px;
}

.practice-icon.practice-2col h3,
.team-wrap-v1.practice-2col h3{
	font-size: 2.25rem;
}

.practice-icon-wrap h3 a,
.practice-image-wrap h3 a,
.team-wrap-v1 h3 a{
	color: var(--headings-color);
}

.practice-icon-wrap h3 a:hover,
.practice-image-wrap h3 a:hover,
.team-wrap-v1 h3 a:hover{
	color: var(--link-color);
}

.icon-top{
	margin-bottom: 20px;
}

.icon-top img{
	background: none !important;
}

/* Practice Icons v1 */

.practice-icons-holder-v1,
.practice-img-holder-v1,
.practice-img-holder-v2,
.team-holder-v1,
.team-holder-v2{
	display: flex;
	flex-wrap: wrap;
	margin-left: -15px;
	margin-right: -15px;
	margin-bottom: -50px;
}

.practice-icon-v1,
.practice-image-wrap,
.team-wrap{
	padding-left: 15px;
	padding-right: 15px;
}

.practice-icon-v1 .post-more{
	margin-top: 20px;
}

.practice-top-v1{
	display: flex;
	align-items: center;
}

.icon-top-v1{
	margin-right: 15px;
	margin-bottom: 0;
}

.icon-title-holder{
	flex: 1 1 0;
}

.practice-icon-v1 h3{
	margin-bottom: 0;
}

.practice-icon-content-v1{
	margin-top: 20px;
}

.practice-icon-wrap{
	margin-bottom: 50px;
}

.practice-bkg{
	background: var(--body-color);
	padding: 30px;
	margin-bottom: 30px;
}

.practice-bkg h3 a,
.practice-bkg .practice-icon-content-v1{
	color: #ffffff;
}

/* Practice Icons v2 */

.practice-icons-holder-v2{
	display: flex;
	flex-wrap: wrap;
	border: 1px solid #D7DAE1;
	border-width: 1px 0 0 1px;
}

.practice-icons-v2-fullscreen{
	margin: 0 15px;
}

.practice-icon-v2{
	border: 1px solid #D7DAE1;
	border-width: 0 1px 1px 0;
	padding: 50px;
}

.practice-icon-v2 .read-more{
	margin-top: 20px;
}

.practice-icon-v2.practice-2col .read-more{
	margin-top: 30px;
}

.practice-icon-v2 .practice-icon-wrap{
	margin-bottom: 0;
}

/* Practice Image v1 */

.practice-image-wrap{
	margin-bottom: 50px;
}

.practice-img {
	overflow: hidden;
    margin-bottom: 20px;
}

.practice-image-wrap-v1 .read-more{
	margin-top: 30px;
}

.practice-image-wrap-v1 .practice-img img,
.team-wrap-v1 .practice-img img{
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}

.practice-image-wrap-v1:hover .practice-img img,
.team-wrap-v1:hover .practice-img img{
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-ms-transform: scale(1.2);
	-o-transform: scale(1.2);
	transform: scale(1.2);
}

/* Practice Image v2 */

.practice-img-holder-v2{
	margin-bottom: -30px;
}

.practice-image-wrap-v2{
	margin-bottom: 30px;
}

#practice-full .practice-img-holder-v2{
	margin-left: 0;
	margin-right: 0;
	margin-bottom: 0;
}

#practice-full .practice-image-wrap-v2{
	padding-left: 0;
	padding-right: 0;
	margin-bottom: 0;
}

.practice-image-v2,
.team-v2{
	overflow: hidden;
	position: relative;
	padding: 30px;
	height: 450px;
}

.practice-img-bkg{
	position: absolute;
	left: -50px;
	top: 0;
	height: 100%;
	width: calc(100% + 50px);
	background-size: cover;
	background-position: center center;
	-webkit-transition: transform 1s cubic-bezier(0.30, 1, 0.35, 1) 0s;
	-moz-transition: transform 1s cubic-bezier(0.30, 1, 0.35, 1) 0s;
	-o-transition: transform 1s cubic-bezier(0.30, 1, 0.35, 1) 0s;
	-ms-transition: transform 1s cubic-bezier(0.30, 1, 0.35, 1) 0s;
	transition: transform 1s cubic-bezier(0.30, 1, 0.35, 1) 0s;
}

.practice-image-wrap-v2:hover .practice-img-bkg{
	-webkit-transform: translateX(50px);
	-ms-transform: translateX(50px);
	transform: translateX(50px);
}

.practice-img-bkg:before,
.team-img-bkg:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom,rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%);
    opacity: 0.4;
	
	-webkit-transition: opacity 1s cubic-bezier(0.30, 1, 0.35, 1) 0s;
	-moz-transition: opacity 1s cubic-bezier(0.30, 1, 0.35, 1) 0s;
	-o-transition: opacity 1s cubic-bezier(0.30, 1, 0.35, 1) 0s;
	-ms-transition: opacity 1s cubic-bezier(0.30, 1, 0.35, 1) 0s;
	transition: opacity 1s cubic-bezier(0.30, 1, 0.35, 1) 0s;
}

.team-img-bkg:before{
	opacity: 0.5;
}

.practice-image-wrap-v2:hover .practice-img-bkg:before,
.team-wrap-v2:hover .team-img-bkg:before{
	opacity: 0.6;
}

.icon-top-img{
    position: absolute;
    left: 30px;
    top: 30px;
    display: block;
	font-size: 20px;
	color: #ffffff;
}

.practice-content-v2{
	position: absolute;
    bottom: 20px;
    left: 30px;
    -webkit-transition: bottom 1s cubic-bezier(0.30, 1, 0.35, 1) 0s;
	-moz-transition: bottom 1s cubic-bezier(0.30, 1, 0.35, 1) 0s;
	-o-transition: bottom 1s cubic-bezier(0.30, 1, 0.35, 1) 0s;
	-ms-transition: bottom 1s cubic-bezier(0.30, 1, 0.35, 1) 0s;
	transition: bottom 1s cubic-bezier(0.30, 1, 0.35, 1) 0s;
}

.practice-image-wrap-v2 h3 a {
    color: #ffffff;
}

.practice-image-wrap-v2:hover .practice-content-v2,
.team-wrap-v2:hover .practice-content-v2{
	bottom: 60px;
}

.practice-v2-more,
.team-social-v2{
	position: absolute;
    bottom: -30px;
    left: 30px;
    -webkit-transition: bottom 1s cubic-bezier(0.30, 1, 0.35, 1) 0s;
	-moz-transition: bottom 1s cubic-bezier(0.30, 1, 0.35, 1) 0s;
	-o-transition: bottom 1s cubic-bezier(0.30, 1, 0.35, 1) 0s;
	-ms-transition: bottom 1s cubic-bezier(0.30, 1, 0.35, 1) 0s;
	transition: bottom 1s cubic-bezier(0.30, 1, 0.35, 1) 0s;
}

.practice-image-wrap-v2:hover .practice-v2-more,
.team-wrap-v2:hover .team-social-v2{
	bottom: 30px;
}

.practice-v2-more .post-more{
	font-size: 14px;
	color: var(--link-color);
}

.practice-v2-more .post-more:hover{
	color: #ffffff;
}

.list-practice{
	margin: 0;
	list-style: none;
}

.list-practice li a{
	border: 1px solid #D7DAE1;
    padding: 20px 15px;
    display: block;
	color: var(--body-color);
}

.list-practice li a:hover{
	border-color: var(--link-color);
    background: var(--link-color);
	color: #ffffff;
}

/**
* #4.2# TEAM
*
* 
*/

.team-wrap-v1{
	margin-bottom: 50px;
}

.team-social .social-media li a,
.team-social-v2 .social-media li a{
	color: var(--link-color);
}

.team-holder-v2{
	margin-bottom: -30px;
}

.team-wrap-v2{
	margin-bottom: 30px;
}

.team-img-bkg{
	position: absolute;
	left: 0;
	top: 0;
	height: calc(100% + 50px);
	width: 100%;
	background-size: cover;
	background-position: center center;
	-webkit-transition: transform 1s cubic-bezier(0.30, 1, 0.35, 1) 0s;
	-moz-transition: transform 1s cubic-bezier(0.30, 1, 0.35, 1) 0s;
	-o-transition: transform 1s cubic-bezier(0.30, 1, 0.35, 1) 0s;
	-ms-transition: transform 1s cubic-bezier(0.30, 1, 0.35, 1) 0s;
	transition: transform 1s cubic-bezier(0.30, 1, 0.35, 1) 0s;
}

.team-wrap-v2:hover .team-img-bkg{
	-webkit-transform: translateY(-50px);
	-ms-transform: translateY(-50px);
	transform: translateY(-50px);
}

.team-wrap-v2 h3 a {
    color: #ffffff;
}

.team-wrap-v2 h3 a:hover {
    color: var(--link-color);
}

.section-contact {
    display: flex;
    list-style: none;
    text-align: center;
    justify-content: center;
	margin:0;
}

.section-contact li{
	padding:0 15px;
	margin: 0;
}
.section-contact i{
	margin-right: 5px;
	color: var(--link-color);
}

.section-contact a{
	color: var(--body-color);
}

.section-contact a:hover{
	color: var(--link-color);
}


/**
* #4.3# GALLERY
*
* 
*/

.gallery-holder {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -15px;
	margin-bottom: -30px;
}

.gallery-post {
	width: 33.33%;
	height: 400px;
	display: block;
	overflow: hidden;
	position: relative;
	margin-bottom: 30px;
	padding: 0 15px;
}

.gallery-post a {
	position: relative;
	width: 100%;
	height: 100%;
	display: block;
	overflow: hidden;
}

.gallery-img {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	display: block;
	height: 100%;
	position: relative;
	width: 100%;
	-webkit-backface-visibility: hidden;
	-webkit-transition: all 3s cubic-bezier(0.30, 1, 0.35, 1) 0s;
	-moz-transition: all 3s cubic-bezier(0.30, 1, 0.35, 1) 0s;
	-o-transition: all 3s cubic-bezier(0.30, 1, 0.35, 1) 0s;
	-ms-transition: all 3s cubic-bezier(0.30, 1, 0.35, 1) 0s;
	transition: all 3s cubic-bezier(0.30, 1, 0.35, 1) 0s;
}

.gallery-post:hover .gallery-img {
	transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-ms-transform: scale(1.2);
}

.gallery-img:after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	background: #000;
	width: 100%;
	height: 100%;
	opacity: 0;
}

.gallery-post:hover .gallery-img:after{
	opacity: 0.2;
}

.gallery-desc {
	position: absolute;
	z-index: 4;
	text-align: center;
	padding: 0 15px;
	width: 100%;
	top: 50%;
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.gallery-view {
	color: #ffffff;
	font-size: 30px;
	opacity: 0;
	-ms-transform: translateY(-30px);
	-webkit-transform: translateY(-30px);
	transform: translateY(-30px);
}

.gallery-post:hover .gallery-view {
	opacity: 1;
	-ms-transform: translateY(0px);
	-webkit-transform: translateY(0px);
	transform: translateY(0px);
}

.gallery-4cols .gallery-post {
	width: 30%;
	height: 300px;
}


/**
* #4.4# TESTIMONIALS
*
* 
*/

.testimonial-slider .owl-dots {
	position: relative;
}

.testimonial-quote svg.icon {
    fill: var(--link-color);
    margin-bottom: 30px;
    width: 71px;
    height: 70px;
}

.testimonial-info {
	width: 100%;
}

.testimonial-desc {
	font-weight: 400;
	font-style: italic;
	color: var(--body-color);
	margin-bottom: 30px;
	line-height: 1.7;
}

.testimonial-client {
	font-size: 15px;
	font-weight: 600;
	color: var(--body-color);
}
.testimonial-company{
    font-size: 14px;
    letter-spacing: .05em;
}

.testimonial-white .testimonial-desc,
.testimonial-white .testimonial-client {
    color: #ffffff;
}

.testimonial-white .testimonial-company{
	color: #e0e0e0;
}

.testimonial-center{
	text-align: center;
}

/**
* #4.5# CASE STUDIES
*
* 
*/

.cases-holder {
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
    margin-bottom: -30px;
}

.case-wrap {
    padding-left: 15px;
    padding-right: 15px;
	margin-bottom: 30px;
}

#case-nomargin{
	margin-left: 0;
    margin-right: 0;
	margin-bottom: 0;
}

#case-nomargin .case-wrap{
	padding-left: 0;
    padding-right: 0;
	margin-bottom: 0;
}

.case-item {
    overflow: hidden;
    position: relative;
    padding: 30px;
    height: 350px;
}

.case-img-bkg {
    position: absolute;
    left: 0;
    top: 0;
    height: calc(100% + 50px);
    width: 100%;
    background-size: cover;
    background-position: center center;
    -webkit-transition: transform 1s cubic-bezier(0.30, 1, 0.35, 1) 0s;
    -moz-transition: transform 1s cubic-bezier(0.30, 1, 0.35, 1) 0s;
    -o-transition: transform 1s cubic-bezier(0.30, 1, 0.35, 1) 0s;
    -ms-transition: transform 1s cubic-bezier(0.30, 1, 0.35, 1) 0s;
    transition: transform 1s cubic-bezier(0.30, 1, 0.35, 1) 0s;
}

.case-wrap:hover .case-img-bkg{
	-webkit-transform: translateY(-50px);
	-ms-transform: translateY(-50px);
	transform: translateY(-50px);
}

.case-content {
    position: absolute;
    bottom: -150px;
    left: 0;
	background: #ffffff;
	padding: 20px 20px 10px 20px;
	width: 100%;
    -webkit-transition: bottom 1s cubic-bezier(0.30, 1, 0.35, 1) 0s;
    -moz-transition: bottom 1s cubic-bezier(0.30, 1, 0.35, 1) 0s;
    -o-transition: bottom 1s cubic-bezier(0.30, 1, 0.35, 1) 0s;
    -ms-transition: bottom 1s cubic-bezier(0.30, 1, 0.35, 1) 0s;
    transition: bottom 1s cubic-bezier(0.30, 1, 0.35, 1) 0s;
}

.case-wrap:hover .case-content {
    bottom: 0;
}

.case-wrap h3 a {
    color: var(--headings-color);
}

.case-wrap h3 a:hover {
    color: var(--link-color);
}

.case-single-1{
	background-color: #F5F5F5;
	padding: 100px 0px 100px 0px;	
	margin-top: -100px;
}


/**
* #4.6# FAQ PAGE
*
* 
*/

.faq-list{list-style:none;
padding:0;
margin:0;}
.faq-list li{margin-top:30px;
margin-bottom: 0;}
.faq-list li:first-child{margin-top:0;}


.faq-title a:before{
display: inline-block;
color: var(--link-color);
padding-right:10px;
padding-bottom:8px;
content: "\f067";
font-family: "Font Awesome 5 Free";
font-size: 11px;
font-weight: 600;
vertical-align: middle;
}


.faq-title a:hover:before,
.faq-title.active a:before{content: "\f068";
color: #ffffff;
}

.faq-title a{color: var(--body-color);
padding: 15px;
border: 1px solid #d7dae1;
border-radius: 0;
margin-bottom: 30px;
display: block;
line-height: 1.2;}
.faq-title a:hover, .faq-title.active a{color:#ffffff;
border-color: var(--link-color);
background-color: var(--link-color);
text-decoration:none;}
.faq-section{margin:0 15px;
font-size: 15px;}

.faq-features{
	font-size: 50px;
	margin-bottom: 15px;
	line-height: 1.2;
}


.contact41-bkg{
	background-color: var(--body-color);
	padding: 60px;
}

/**
* #5.# BLOG
*
* 
*/

.posts-holder {
	
}

.posts-holder-push-right {
	order: 2;
	padding-right: 0;
	padding-left: 20px;
}

.article-title {
	margin-bottom: 20px;
	-ms-word-wrap: break-word;
	word-wrap: break-word;
}

.article-title a {
	color: var(--headings-color);
	display: block;
}

.article-title a:hover {
	color: var(--link-color);
}

.blog-item{
	margin-bottom: 100px;
}

.post-holder{
}

.meta-info{
	display: flex;
	align-items: center;
	margin-bottom: 10px;
}

.meta-info-single{
	justify-content: center;
}

.meta-categ-all a,
.meta-sticky {
	margin-left: 5px;
	color: var(--link-color);
	font-size: 15px;
	font-weight: 500;
	display: inline-block;
	letter-spacing: .05em;
}

.meta-categ-all a{
	position: relative;
}

.meta-categ-all a:after {
    content: "";
    width: 100%;
    height: 1px;
    position: absolute;
    bottom: 0;
    left: 0;
    background: var(--link-color);
	opacity: 0;
}

.meta-categ-all a:hover:after,
#home-blog .meta-categ-all a:hover:after{
	opacity: 1;
}

.meta-categ-all a:first-child{
	margin-left: 0;
}

#home-blog{
	margin-bottom: -50px;
}

.meta-sticky{
	background: var(--link-color);
	color: #ffffff;
	padding: 5px 10px;
}

.meta-date-all{
	padding-right: 10px;
	margin-right: 10px;
	color: var(--body-color);
	font-size: 15px;
	font-weight: 500;
	letter-spacing: .05em;
	position: relative;
}

.meta-date-all:after{
	content: '/';
    position: absolute;
    top: 0;
    right: -4px;
}

.post-more{
	display: inline-block;
	margin-top: 30px;
	font-size: 17px;
	font-weight: 500;
	color: var(--body-color);
	border-bottom: 1px solid var(--link-color);
}

.post-more:hover{
	color: var(--link-color);
	border-color: #ffffff;
}

.post-meta {
	margin: 0;
	font-size: 0;
	list-style: none;
}

.post-meta li {
	display: inline-block;
	font-size: 13px;
	font-weight: 400;
	letter-spacing: .2em;
	text-transform: uppercase;
	color: #ffffff;
	margin-bottom: 0;
}

.post-meta li:first-child{
	margin-left: 0;
}

.post-meta li a{
	color: #ffffff;
}

.post-meta li a:hover{
	color: var(--link-color);
}

.post-image{
	margin-bottom: 30px;
	position:relative;
	overflow: hidden;
	display: inline-block;
}

.post-image a:before{
	content: '';
	background: var(--body-color);
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
}

.post-image:hover a:before{
	opacity: 0.2;
}


/*** BLOG GRID ***/

.blog-item-2col-grid,
.blog-item-3col-grid{
	margin-bottom: 50px;
}

.page-holder-sidebar,
.post-sidebar .single-post-holder,
.post-sidebar .blog-item-2col-grid,
.post-sidebar .blog-1col,
.post-sidebar .blog-1col-list-left{
	margin-right: 20px;
}

/*** END BLOG GRID ***/

/*** BLOG LIST ***/
.blog-item-1col-list {
	display: flex;
}

.blog-item-1col-list .post-image {
	width: 35%;
	height: 400px;
	overflow: hidden;
	margin-bottom: 0;
	top: 0;
	left: 0;
}

.blog-item .list-image {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	height: 100%;
}

.blog-item-1col-list .post-holder {
	width: 65%;
	margin-top: 0;
	position: relative;
}

.list-holder {
    position: absolute;
	top: 50%;
	left: 50px;
	right: 0;
    -webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}

.blog-item-1col-list .post-holder-noimg {
	width: 100%;
	padding: 0;
}

.post-holder-noimg .list-holder{
	position: relative;
	top: auto;
	left: 0;
	right: 0;
	transform: none;
}

.blog-item-1col-list:last-child {
	margin-bottom: 0;
}
/*** END BLOG LIST ***/

.single-article-page > * {
    margin-bottom: 30px;
}

.single-article-page > :last-child{
    margin-bottom: 0;
}

div p:last-of-type {
	margin-bottom: 0;
}

.single-article-page p:last-of-type{
	margin-bottom: 30px;
}

.short-blog-3col-grid .article-title{
	margin-top: 0;
	margin-bottom: 15px;
}

.short-blog-3col-grid .article-excerpt{
	margin-bottom: 0;
}

.meta-info-single .meta-date-all,
.meta-info-single .meta-categ-all a{
	color: #ffffff;
}

.meta-info-single .meta-categ-all a{
	border-color: rgba(255,255,255,0);
}

.meta-info-single .meta-categ-all a:hover{
	border-color: rgba(255,255,255,1);
}

.author-single-page {
	margin-top: 100px;
	display: flex;
}

.author-avatar {
	display: block;
}

.author-avatar img {
	border-radius: 99em;
}

.author-content {
	margin-left: 30px;
}

.author-single-page h3 {
	font-size: 1.5rem;
	font-weight: 600;
	margin-bottom: 15px;
}

.author-single-page h3 a{
	color: var(--body-color);
}

.author-single-page h3 a:hover{
	color: var(--link-color);
}

.author-content .social-media {
	margin-top: 10px;
}

.meta-nav-holder {
	margin-top: 50px;
	align-items: center;
}

.single-post-holder .meta-nav-holder {
	margin-top: 100px;
}

.meta-nav {
	padding: 0 15px;
}

.meta-nav a {
	display: block;
	color: var(--body-color);
}

.meta-nav a:hover {
	color: var(--link-color);
}

.meta-nav-subtitle {
	font-size: 14px;
	letter-spacing: 0.05em;
}

.pn-holder {
	display: flex;
	align-items: center;
}

.pn-img {
	width: 80px;
	height: 0;
	flex: 0 0 auto;
	margin-right: 25px;
	overflow: hidden;
	border-radius: 99em;
	position: relative;
	padding-bottom: 80px;
}

.pn-img img {
	object-fit: cover;
	object-position: center top;
	width: 100% !important;
	height: 100% !important;
	position: absolute;
	left: 0;
	top: 0;
}

.pn-desc {
	width: 100%;
}

.pn-desc .prev-next-title {
	font-size: 1.25rem;
	-ms-word-wrap: break-word;
	word-wrap: break-word;
}

.meta-nav-right .pn-desc {
	justify-content: flex-end;
	text-align: right;
}

.meta-nav-right .pn-img {
	margin-left: 25px;
	margin-right: 0;
}

.comm-title,
.comment-reply-title {
	margin-top: 100px;
}

.comm-title > h3, .comment-reply-title{
	font-size: 2.5rem;
	font-weight: 600;
	margin-bottom: 30px;
}

.comment .comment-reply-title{
	margin-top: 0;
}

.output2 {
	margin-top: 25px;
	border: 1px solid #ff0000;
	padding: 7px;
	color: #ff0000;
}

.antispam {
	display: none;
}

.comm-send {
	margin-top: 36px;
}

/**** COMMENTS STYLES*****/
.commentlist {
	margin: 0;
}

.commentlist>li {
	list-style: none;
	margin: 0;
	margin-top: 25px;
}

.commentlist>li ul.children li {
	list-style: none;
}

.children li.depth-2,
.children li.depth-3,
.children li.depth-4,
.children li.depth-5,
.children li.depth-6,
.children li.depth-7,
.children li.depth-8,
.children li.depth-9,
.children li.depth-10 {
	margin: 0 0 0 100px;
}

.comment-body {
	margin-bottom: 50px;
}

.comment-details {
	position: relative;
	margin-left: 100px;
}

.comment-avatar {
	position: absolute;
	left: -100px;
	top: 0;
}

.comment-avatar img {
	display: block;
	border-radius: 50%;
}

.comment-author .author a,
.comment-author .author a:visited {
	border: none;
}

.comment-author .author,
.comment-author .author a {
	color: var(--body-color);
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 600;
	display: block;
}

.comment-author .author a:hover{
	color: var(--link-color);
}

.comment-content p:last-child {
	margin: 0;
}

.comment-author span.comment-date {
margin-bottom: 10px;
color: var(--body-color);
font-size: 13px;
font-weight: 400;
letter-spacing: .05em;
position: relative;
}

.comment-text {
	margin-top: 15px;
}


.comment-reply-link{
	display: inline-block;
	margin-top: 15px;
	font-size: 13px;
	font-weight: 500;
	color: var(--body-color);
	border-bottom: 1px solid var(--link-color);
}

.comment-reply-link:hover{
	color: var(--link-color);
	border-color: #ffffff;
}

#cancel-comment-reply-link {
	display: block;
}

.commentlist .children {
	margin: 0;
}

#comments_wrap {
	margin-top: 15px;
}

#cancel-comment-reply {
	float: right;
	margin-top: 15px;
}

.comment-reply-title small {
	display: block;
	font-size: 1rem;
	font-weight: 600;
	margin-top: 10px;
    line-height: 1;
}

.commentlist li .comment-respond{
	margin-bottom: 72px;
}

.pingback .comment-details,
.trackback .comment-details {
	margin-left: 0;
}

.pingback .comment-avatar,
.trackback .comment-avatar {
	display: none;
}

input::-ms-clear {
	display: none;
}

@-ms-viewport {
	width: auto;
}
/**** END COMMENTS STYLES*****/

/* SIDEBAR */
aside ul,
footer ul,
.widget_recent_entries ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

aside > ul > li {
	margin-top: 60px;
	margin-bottom: 0;
}

aside>ul>li:first-child {
	margin-top: 0;
}

aside .screen-reader-text,
.foo-block .screen-reader-text {
	display: none;
}

aside table,
aside table caption,
.foo-block table,
.foo-block table caption {
	margin-bottom: 0;
}

aside table caption,
.foo-block table caption {
	padding-bottom: 0;
}

.foo-block table caption{
	color: #ffffff;
}

.widgettitle,
.el-smalltitle{
	margin-bottom: 20px;
	position: relative;
}

footer .widgettitle{
	color: var(--footer-color);
}

aside .instagram-pics,
footer .instagram-pics {
	text-align: center;
}

aside .instagram-pics li,
footer .instagram-pics li {
	display: inline-block;
	margin: 0 7px 7px 0;
}

aside .instagram-pics li img,
footer .instagram-pics li img {
	width: 80px;
	height: 80px;
}

.textwidget img {
	height: auto;
	max-width: 100%;
}

select{
	padding: 10px 5px;
}

.textwidget select {
	width: 100%;
}

.search-string {
	padding: 15px;
	width: 100%;
	border: 1px solid var(--body-color);
	background: none;
	color: var(--body-color);
}

.foo-block .search-string{
	border-color: var(--body-color);
	background: #ffffff;
}

.tagcloud a,
.tags-single-page a {
	display: inline-block;
	font-size: 13px !important;
	color: #fff;
	background: var(--body-color);
	padding: 10px 15px;
	text-align: center;
	margin: 0 5px 10px 0;
}

.tagcloud a:hover,
.tags-single-page a:hover {
	background: var(--link-color);
	text-decoration: none;
}

.tags-single-page {
	margin-top: 60px;
	margin-bottom: -10px;
}

.foo-block .tagcloud a{
	color: var(--body-color);
	background: #ffffff;
}
.foo-block .tagcloud a:hover{
	color: #ffffff;
	background: var(--link-color);
}


.display-post-holder{
	display: flex;
}

.display-posts li{
	margin-bottom: 20px;
}

.display-post-img {
	display: block;
	position: relative;
	flex: 0 0 auto;
	width: 70px;
	height: 70px;
	overflow: hidden;
}

.display-post-img img {
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}

.display-post-text {
	margin-left: 15px;
}

.display-post-date {
	font-size: 12px;
	letter-spacing: 0.03em;
	margin-bottom: 0;
	line-height: 1;
}

.display-post-title {
    font-weight: 400;
	margin-top: 5px;
}

.display-post-title a{
	color: var(--body-color);	
}

footer .display-post-title a,
footer .display-post-date{
	color: var(--footer-color);
}

.display-post-title a:hover{
	color: var(--link-color);	
}

.widget ul li,
.widget_recent_entries li,
.widget_archive li,
.widget_categories li,
.widget_pages li,
.widget_meta li,
.widget_recent_comments li,
.widget_rss li,
.widget_nav_menu li {
	margin-bottom: 15px;
	line-height: 1.7;
}

.widget_recent_entries li a,
.widget_archive li a,
.widget_categories li a,
.widget_pages li a,
.widget_meta li a,
.widget_nav_menu li a {
	color: var(--body-color);
}

.foo-block .widget_recent_entries li a,
.foo-block .widget_archive li a,
.foo-block .widget_categories li a,
.foo-block .widget_pages li a,
.foo-block .widget_meta li a,
.foo-block .widget_nav_menu li a {
	color: #ffffff;
}

.widget_recent_entries li a:hover,
.widget_archive li a:hover,
.widget_categories li a:hover,
.widget_pages li a:hover,
.widget_meta li a:hover,
.widget_nav_menu li a:hover {
	color: var(--link-color);
}

.widget_categories ul.children,
.widget_pages ul.children,
.widget_nav_menu .sub-menu {
	padding-top: 15px;
	margin-left: 15px;
}

.widget_categories ul.children li,
.widget_pages ul.children li,
.widget_nav_menu .sub-menu li {
	border: none;
	padding-bottom: 0;
}

.widget_recent_entries li:last-child,
.widget_archive li:last-child,
.widget_categories li:last-child,
.widget_pages li:last-child,
.widget_meta li:last-child,
.widget_recent_comments li:last-child,
.widget_rss li:last-child,
.widget_nav_menu li:last-child {
	margin-bottom: 0;
}

.widget_categories ul.children:last-child li:last-child {
	margin-bottom: 0;
}

/* END SIDEBAR */

/**
* #6.# FOOTER
*
* 
*/

footer{
	margin-top: 100px;
	padding-bottom: 50px;
	background: var(--footer-background-color);
}

footer,
footer a,
.footer-social li a {
	color: var(--footer-color);
}

.footer-bkg{
	overflow: hidden;
	position: relative;
	width: 100%;
	height: 100%;	
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

.footer-bkg:before {
	content: '';
	background: rgba(20, 28, 44, 0.8);
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
}

footer .container {
    z-index: 1;
    position: relative;
}

.footer-widgets {
    padding-top: 100px;
}

.foo-block,
.widget-footer {
	margin-bottom: 50px;
}

.widget-footer{
	text-align: left;
}

.copyright {
    padding-top: 50px;
}

.footer-copy {
	font-size: 14px;
	text-align: center;
	letter-spacing: 0.05em;
}

#footer-instagram {
	text-align: center;
	position: relative;
	margin-bottom: 100px;
	margin-top: 100px;
}

#footer-instagram .widgettitle {
	display: inline-block;
}

#footer-instagram .instagram-pics {
	margin: 0;
}

#footer-instagram .instagram-pics li {
	display: inline-block;
	margin: 0;
	width: 12.5%;
}

#footer-instagram .instagram-pics li img {
	max-width: 100%;
	width: auto;
	height: auto;
}

#footer-instagram .instagram-pics li img:hover {
	opacity: 0.9;
}

#footer-instagram .clear {
	bottom: 7px;
	font-size: 12px;
	left: 0;
	letter-spacing: 1px;
	line-height: 1.1;
	position: absolute;
	right: 0;
}

#footer-instagram .clear a {
	background: #ffffff;
	border: medium none;
	color: #303030;
	display: inline-block;
	padding: 7px 14px;
}

/**
* #7.# OTHER
*
* 
*/


.single-post-content img,
.custom-page-template img {
	height: auto;
	max-width: 100%;
}

.img-fluid,
.single-post-content img,
.custom-page-template img{
    background-color: #f1f1f1;
}

.icon-img img,
.img-nobkg img,
.png-nobkg{
	background: none;
}

/* comments + contact fields */
.comment-form{
	margin-top: 30px;
}

.comm-field,
.contact-field,
#msg-contact,
.wpcf7-text,
.wpcf7-textarea {
	width: 100%;
	padding: 15px;
	border: 1px solid #D7DAE1;
	background: none;
	color: var(--body-color);
}

#msg-contact{
	display: block;
}

.post-password-form label input {
	padding: 15px;
	border: 1px solid #5b6371;
	background: none;
	margin-left: 10px;
}

.comm-title-2 .section-title {
	margin-top: 30px;
}

.comment-form-cookies-consent{
	margin-top: 30px;
}


.read-more,
#submit,
.submit,
.page-links a,
.post-password-form input[type="submit"]{
	font-size: 14px;
	font-weight: 600;
	color: #fff;
	background: var(--link-color);
	padding: 15px 25px;
	display: inline-block;
	border: none;
}

.read-more:hover,
#submit:hover,
.submit:hover,
.page-links a:hover,
.post-password-form input[type="submit"]:hover{
background: var(--body-color);
color: #ffffff;
}

.read-more.white-btn:hover{
	background: #ffffff;
	color: var(--body-color);
}

.white{
	color: #ffffff;
}

.form-submit{
	margin-top: 30px;
}

.blog-post-single .form-submit{
	margin-bottom: 0;
}

.post-password-form input[type="submit"] {
	margin-left: 10px;
	margin-top: 0;
	cursor: pointer;
}


/*** PREV-NEXT PAGE NAVIGATION ***/
.prev-next,
.page-links {
	text-align: center;
	font-size: 0;
}

.prev-next{
	margin-top: 50px;
}

.page-numbers,
.nav-page a {
	color: #fff;
	background: var(--body-color);
	margin: 0 10px;
	font-size: 15px;
	font-weight: 600;
	text-decoration: none;
	display: inline-block;
	line-height: 50px;
	width: 50px;
	height: 50px;
}

.current-page,
.page-numbers:hover,
.nav-page a:hover {
	color: #fff;
	background: var(--link-color);
}

.page-links {
	margin-top: 36px;
}

.page-links a {
	margin: 0;
	margin-right: 12px;
}

.more-pages{
	font-size: 13px;
	vertical-align: bottom;
}

.error-404 {
	text-align: center;
}


/*flexible embeds*/
.video-widget {
	position: relative;
	padding: 0;
	padding-bottom: 56.30%; /* 15:9 ratio*/
	height: 100%;
	overflow: hidden;
}

.gmaps {
	position: relative;
	padding: 0;
	height: 400px;
	overflow: hidden;
}

.gmaps iframe{border:none;}

.gmaps-home2{height:700px;}

.video-widget iframe,
.gmaps iframe {
	position: absolute;
	top: auto;
	left: 0;
	width: 100%;
	height: 100%;
}

.scrollup {
	display: none;
}

.scrollup i {
	width: 30px;
	height: 30px;
	position: fixed;
	background: var(--link-color);
	color: var(--body-color);
	border-radius: 50%;
	bottom: 20px;
	right: 20px;
	text-align: center;
	padding-top: 6px;
	cursor: pointer;
	z-index: 110;
}

.nf-text {
	margin: 25px 0;
}

.alignc {
	text-align: center;
}

.alignr {
	text-align: right;
}

.alignl {
	text-align: left;
}

.none {
	display: none;
}

.alert{
	font-weight: 600;
	background-color: var(--link-color);
	border: none;
	color: var(--body-color);
	padding: 15px;
	border-radius: 0;
	margin-top:100px;
}

.error404 #footer-instagram{
	display: none;
}

.title-404{
	font-size: 12rem;
	margin-bottom: 30px;
	line-height: 1;
}

/* Owl Carousel Default Nav */

.owl-carousel {
	cursor: -webkit-grab;
	cursor: -moz-grab;
}

.owl-carousel.owl-grab {
	cursor: -webkit-grabbing;
	cursor: -moz-grabbing;
}

.owl-theme .owl-nav .disabled {
	opacity: 0.5;
	cursor: default;
}

.owl-theme .owl-nav.disabled+.owl-dots {
	margin-top: 30px;
}

.owl-theme .owl-dots {
	position: relative;
	right: 0;
	left: 0;
	bottom: 0px;
	z-index: 100;
	width: auto;
	z-index: 20;
}

.owl-theme .owl-dots .owl-dot {
	margin: 0px 10px;
	display: inline-block;
}

.owl-theme .owl-dots .owl-dot:first-child {
    margin-left: 0;
}
.owl-theme .owl-dots .owl-dot:last-child {
    margin-right: 0;
}

.owl-theme .owl-dots .owl-dot span {
	width: 7px;
	height: 7px;
	line-height: 1;
	background: var(--link-color);
	display: block;
	border-radius: 99em;
	opacity: 0.7;
	-webkit-backface-visibility: visible;
	-webkit-transition: all 1s cubic-bezier(0.30, 1, 0.35, 1) 0s;
	-moz-transition: all 1s cubic-bezier(0.30, 1, 0.35, 1) 0s;
	-o-transition: all 1s cubic-bezier(0.30, 1, 0.35, 1) 0s;
	-ms-transition: all 1s cubic-bezier(0.30, 1, 0.35, 1) 0s;
	transition: all 1s cubic-bezier(0.30, 1, 0.35, 1) 0s;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
	background: var(--link-color);
	opacity: 1;
	-webkit-transform: scale(1.8);
	-moz-transform: scale(1.8);
	-ms-transform: scale(1.8);
	-o-transform: scale(1.8);
	transform: scale(1.8);
}

.owl-theme .owl-nav {
	position: initial;
}

.owl-theme .owl-nav button {
	position: absolute;
	top: 50%;
	left: 35px;
	display: inline-block;
	line-height: 1;
	cursor: pointer;
	opacity: 1;
}

.owl-theme .owl-nav button.owl-next {
	right: 35px;
	left: auto;
}



.owl-theme .owl-nav button.owl-next:before {
	content: '';
	border: solid #ffffff;
	border-width: 0 3px 3px 0;
	display: inline-block;
	padding: 10px;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
}

.owl-theme .owl-nav button.owl-prev:before {
	content: '';
	border: solid #ffffff;
	border-width: 0 3px 3px 0;
	display: inline-block;
	padding: 10px;
	transform: rotate(135deg);
	-webkit-transform: rotate(135deg);
}

.home-slider2 .owl-nav button.owl-next:before,
.home-slider2 .owl-nav button.owl-prev:before,
.slider-3items .owl-nav button.owl-next:before,
.slider-3items .owl-nav button.owl-prev:before{
	border-color: var(--body-color);
}

.home-slider2 .owl-nav button,
.slider-3items .owl-nav button{
	left: 0;
}

.home-slider2 .owl-nav button.owl-next,
.slider-3items  .owl-nav button.owl-next {
    right: 0;
    left: auto;
}

.slider-3items{
	padding-left: 50px;
	padding-right: 50px;
}

.home-slider2.owl-theme .owl-dots{
	text-align: center;
}

@keyframes slideInRight {
  from {
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }

  to {
    transform: translate3d(0, 0, 0);
  }
}

.slideInRight {
  animation-name: slideInRight;
}

@keyframes slideOutLeft {
  from {
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    transform: translate3d(-100%, 0, 0);
  }
}

.slideOutLeft {
  animation-name: slideOutLeft;
}



/* END Owl Carousel Default Nav */

.padding-100{
	padding: 100px;
}

.padding-tb50 {
	padding-top: 50px;
	padding-bottom: 50px;
}

.padding-tb30 {
	padding-top: 30px;
	padding-bottom: 30px;
}

.padding-tb25 {
	padding-top: 25px;
	padding-bottom: 25px;
}

.margin-tb50 {
	margin: 50px 0;
}

.margin-tb30 {
	margin-top: 30px;
	margin-bottom: 30px;
}

.margin-tb20 {
	margin: 20px 0;
}

.margin-t100 {
	margin-top: 100px;
}

.margin-b100 {
	margin-bottom: 100px;
}

.margin-t50 {
	margin-top: 50px;
}

.margin-r50{
	margin-right: 50px;
}

.margin-l50,
.margin-tablet-l50{
	margin-left: 50px;
}

.margin-t40 {
	margin-top: 40px;
}

.margin-t35 {
	margin-top: 35px;
}

.margin-t30 {
	margin-top: 30px;
}

.margin-t25 {
	margin-top: 25px;
}

.margin-b50 {
	margin-bottom: 50px;
}

.margin-b35 {
	margin-bottom: 35px;
}

.margin-b30 {
	margin-bottom: 30px;
}

.margin-b25 {
	margin-bottom: 25px;
}

.margin-b20 {
	margin-bottom: 20px;
}

.margin-b15 {
	margin-bottom: 15px;
}

.margin-b10 {
	margin-bottom: 10px;
}

.margin-b15:not(:last-child){
	margin-bottom: 15px;
}

.margin-none {
	margin: 0;
}

.padding-none{
	padding: 0;
}

.img-center {
	margin: 0 auto;
}

.icon-circle {
	color: var(--link-color);
	border-color: var(--link-color);
}

.pcolori svg path{
	fill: var(--link-color);
}

.pcolor-circle i{
	width: 1em;
	height: 1em;
}

.pcolor-circle,
.pcolor-circle30{
    background: var(--link-color);
	color: #ffffff;
    padding: 10px;
    border-radius: 99em;
	text-align: center;
}

.pcolor-circle30{
	padding: 30px;
	display: inline-block;
}

.price-box{
	padding: 50px;
	border: 1px solid #D7DAE1;
	text-align: center;
}

.price-box-middle{
	border: 1px solid #fdf9f2;
	background-color: #fdf9f2;
}

.price-title {
	font-size: 5rem;
	font-weight: 600;
	color: var(--link-color);
	margin-bottom: 10px;
}
.page-holder h2.price-title{
	margin-bottom: 10px;
}

.price-features {
	list-style: none;
	margin: 0;
	margin-bottom: 30px;
}

.price-features li {
	padding: 10px 0;
	margin-bottom: 0;
}

.el-align-right {
	text-align: right;
}

.el-align-center {
	text-align: center;
}

.el-align-center .testimonial-desc:before{
    left: 50%;
    transform: translateX(-50%);
}

.page-full .alignfull,
.page-full .alignwide {
	margin-left: calc( -100vw / 2 + 100% / 2);
	margin-right: calc( -100vw / 2 + 100% / 2);
	max-width: 100vw;
}

.page-full .alignfull img,
.page-full .alignwide img{
	margin-left: auto;
	margin-right: auto;
}

/* Placeholder text color */

::-webkit-input-placeholder {
	/* Safari, Chrome and Opera */
	color: var(--body-color);
}

:-moz-placeholder {
	/* Firefox 18- */
	color: var(--body-color);
}

::-moz-placeholder {
	/* Firefox 19+ */
	color: var(--body-color);
}

:-ms-input-placeholder {
	/* IE 10+ */
	color: var(--body-color);
}

::-ms-input-placeholder {
	/* Edge */
	color: var(--body-color);
}

:placeholder-shown,
::placeholder{
	color: var(--body-color);
}

/** SIMPLE LIGHTBOX **/
body.hidden-scroll {
  overflow: hidden; }

.sl-overlay {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #000;
  opacity: 0.8;
  display: none;
  z-index: 1035; }

.sl-wrapper {
  z-index: 1040;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: fixed; }
  .sl-wrapper * {
    box-sizing: border-box; }
  .sl-wrapper button {
    border: 0 none;
    background: transparent;
    font-size: 28px;
    padding: 0;
    cursor: pointer; }
    .sl-wrapper button:hover {
      opacity: 0.7; }
  .sl-wrapper .sl-close {
    display: none;
    position: fixed;
    right: 30px;
    top: 30px;
    z-index: 10060;
    margin-top: -14px;
    margin-right: -14px;
    height: 44px;
    width: 44px;
    line-height: 44px;
    font-family: Arial, Baskerville, monospace;
    color: #ffffff;
    font-size: 3rem; }
  .sl-wrapper .sl-counter {
    display: none;
    position: fixed;
    top: 30px;
    left: 30px;
    z-index: 1060;
    color: #ffffff;
    font-size: 1rem; }
  .sl-wrapper .sl-navigation {
    width: 100%;
    display: none; }
    .sl-wrapper .sl-navigation button {
      position: fixed;
      top: 50%;
      margin-top: -22px;
      height: 44px;
      width: 22px;
      line-height: 44px;
      text-align: center;
      display: block;
      z-index: 10060;
      font-family: Arial, Baskerville, monospace;
      color: #ffffff; }
      .sl-wrapper .sl-navigation button.sl-next {
        right: 5px;
        font-size: 2rem; }
      .sl-wrapper .sl-navigation button.sl-prev {
        left: 5px;
        font-size: 2rem; }
      @media (min-width: 35.5em) {
        .sl-wrapper .sl-navigation button {
          width: 44px; }
          .sl-wrapper .sl-navigation button.sl-next {
            right: 10px;
            font-size: 3rem; }
          .sl-wrapper .sl-navigation button.sl-prev {
            left: 10px;
            font-size: 3rem; } }
      @media (min-width: 50em) {
        .sl-wrapper .sl-navigation button {
          width: 44px; }
          .sl-wrapper .sl-navigation button.sl-next {
            right: 20px;
            font-size: 3rem; }
          .sl-wrapper .sl-navigation button.sl-prev {
            left: 20px;
            font-size: 3rem; } }
  .sl-wrapper.sl-dir-rtl .sl-navigation {
    direction: ltr; }
  .sl-wrapper .sl-image {
    position: fixed;
    -ms-touch-action: none;
    touch-action: none;
    z-index: 10000; }
    .sl-wrapper .sl-image img {
      margin: 0;
      padding: 0;
      display: block;
      border: 0 none;
      width: 100%;
      height: auto; }
      @media (min-width: 35.5em) {
        .sl-wrapper .sl-image img {
          border: 0 none; } }
      @media (min-width: 50em) {
        .sl-wrapper .sl-image img {
          border: 0 none; } }
    .sl-wrapper .sl-image iframe {
      background: #000;
      border: 0 none; }
      @media (min-width: 35.5em) {
        .sl-wrapper .sl-image iframe {
          border: 0 none; } }
      @media (min-width: 50em) {
        .sl-wrapper .sl-image iframe {
          border: 0 none; } }
    .sl-wrapper .sl-image .sl-caption {
      display: none;
      padding: 10px;
      color: #fff;
      background: rgba(0, 0, 0, 0.8);
      font-size: 1rem;
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0; }
      .sl-wrapper .sl-image .sl-caption.pos-top {
        bottom: auto;
        top: 0; }
      .sl-wrapper .sl-image .sl-caption.pos-outside {
        bottom: auto; }
    .sl-wrapper .sl-image .sl-download {
      display: none;
      position: absolute;
      bottom: 5px;
      right: 5px;
      color: #000;
      z-index: 1060; }

.sl-spinner {
  display: none;
  border: 5px solid #333;
  border-radius: 40px;
  height: 40px;
  left: 50%;
  margin: -20px 0 0 -20px;
  opacity: 0;
  position: fixed;
  top: 50%;
  width: 40px;
  z-index: 1007;
  -webkit-animation: pulsate 1s ease-out infinite;
  -moz-animation: pulsate 1s ease-out infinite;
  -ms-animation: pulsate 1s ease-out infinite;
  -o-animation: pulsate 1s ease-out infinite;
  animation: pulsate 1s ease-out infinite; }

.sl-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll; }

.sl-transition {
  transition: -moz-transform ease 200ms;
  transition: -ms-transform ease 200ms;
  transition: -o-transform ease 200ms;
  transition: -webkit-transform ease 200ms;
  transition: transform ease 200ms; }

@-webkit-keyframes pulsate {
  0% {
    transform: scale(0.1);
    opacity: 0.0; }
  50% {
    opacity: 1; }
  100% {
    transform: scale(1.2);
    opacity: 0; } }

@keyframes pulsate {
  0% {
    transform: scale(0.1);
    opacity: 0.0; }
  50% {
    opacity: 1; }
  100% {
    transform: scale(1.2);
    opacity: 0; } }

@-moz-keyframes pulsate {
  0% {
    transform: scale(0.1);
    opacity: 0.0; }
  50% {
    opacity: 1; }
  100% {
    transform: scale(1.2);
    opacity: 0; } }

@-o-keyframes pulsate {
  0% {
    transform: scale(0.1);
    opacity: 0.0; }
  50% {
    opacity: 1; }
  100% {
    transform: scale(1.2);
    opacity: 0; } }

@-ms-keyframes pulsate {
  0% {
    transform: scale(0.1);
    opacity: 0.0; }
  50% {
    opacity: 1; }
  100% {
    transform: scale(1.2);
    opacity: 0; } }


/**
* #9.# MEDIA QUERIES
*
* 
*/

@media (min-width: 768px) {
	.container {
		max-width: 100%;
	}
}

@media (min-width: 1024px) {
	.container{
		max-width: 960px;
	}
	
	.icon-box-wrapper.righticon{
		text-align: right;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: reverse;
		-ms-flex-direction: row-reverse;
		flex-direction: row-reverse;
	}

	.righticon .icon-box-icon{
		margin-left: 15px;
		margin-right: 0;
	}
	
	.margin-lr30{
		margin-left: 30px;
		margin-right: 30px;
	}

}

@media (min-width: 1200px) {
	.container {
		max-width: 1140px;
	}
	
	.parallax{ background-attachment: fixed !important;}
}

@media (min-width: 1500px) {
	.container {
		max-width: 1350px;
	}

	.page-full .alignwide {
		margin-left: -75px;
		margin-right: -75px;
		max-width: 1500px;
	}
	
	aside table th,
	.foo-block table th,
	aside table td,
	.foo-block table td {
		padding: 5px;
	}
	
}

@media (max-width: 1200px) {
	.menu-nav li {
		margin-left: 15px;
		font-size: 14px;
	}
	
	
.h1,
 h1,
.large-title {
  font-size:calc(2.5rem + 1.5vw);
 }
.h2,
 h2 {
  font-size:calc(1.8rem + .9vw);
 }
.h3,
 h3 {
  font-size:calc(1.5rem + .6vw);
 }
.h4,
 h4 {
  font-size:calc(1.3rem + .3vw);
 }
 
 .display-1 {
  font-size:calc(1.525rem + 5.7vw);
 }
.display-2 {
  font-size:calc(1.675rem + 5.1vw);
 }
 .display-3 {
  font-size:calc(1.575rem + 3.2vw);
 }
 .display-4{
  font-size:calc(1.475rem + 2.7vw);
 }
.display-5 {
  font-size:calc(1.275rem + 1.5vw);
 } 
 
 .slider-caption{
	 padding-top: 100px;
 }
 
}

@media (min-width: 1025px) and (max-width: 1360px) {
	
}

@media (max-width: 1024px) {
	
	/* menu */
	.nav-holder,
	.binfo3,
	.header-3 .header-container,
	.mobile-no{
		display: none;
	}
	.nav-button-holder{
		display: block;
	}
	
	.logo-3{
		flex: 1 1 0;
	}
	
	.top-header-3{
		border:none;
	}
	
	.nav-fixed-top .top-header-3{
		display: flex;
	}
	
	.tablet-margin-b30{
		margin-bottom: 30px;
	}
	
	.tablet-margin-b50{
		margin-bottom: 50px;
	}

	.order1{
		order: 1;
	}	
	.order2{
		order: 2;
	}
	
	.order3{
		order: 3;
	}
	
	.el-align-right {
		text-align: left;
	}
		
	.page-holder-sidebar,
	.post-sidebar .single-post-holder,
	.post-sidebar .blog-item-2col-grid,
	.post-sidebar .blog-1col,
	.post-sidebar .blog-1col-list-left{
		margin-right: 0;
	}
	
	.blog-item{
	margin-bottom: 50px;
	}
	
	.archive .blog-item:last-child{
		margin-bottom: 0;
	}
	
	.archive .prev-next{
		margin-top: 50px;
	}
	
	.practice-icon-v2{
		padding: 30px;
	}

	.practice-3col,
	.practice-4col,
	.practice-5col{
		width: 50%;
	}
	
	.padding-lr200{
		padding: 0;
	}
	
	.margin-lr200,
	.margin-tablet-l50{
		margin: 0;
	}
	
	.margin-percentr40{
		margin-right: 30%;
	}
	
	.padding-100{	
		padding: 50px 15px;
	}
	
	.bkg-image{
		padding: 150px;
	}

.img-border-left .elementor-image:before,
.img-border-right .elementor-image:before {
    width: calc(100% - 30px );
    bottom: -30px;
    right: 64px;
    border-width: 12px;
}

.img-border-right .elementor-image:before{
	right: 0;
	left: 64px;
}

}

@media (max-width: 992px){
	aside,
	.blog-post-single aside {
		margin-top: 50px;
	}
}

@media (min-width: 768px) and (max-width: 979px) {
	.blog-item-1col-list {
		display: block;
	}
	.blog-item-1col-list .post-image,
	.blog-item-1col-list .post-holder  {
		width: 100%;
	}
	
	.blog-item-1col-list .post-image{
		margin-bottom: 30px;
	}
	
	.list-holder {
    position: relative;
    top: auto;
	left: 0;
	right: 0;
    transform: none;
	}	
	
	#fs-holder{
	padding: 0;
	}
	
	.posts-holder {
    padding-right: 15px;
	}
	
	.gallery-post,
	.gallery-4cols .gallery-post {
		width: 50%;
		height: 300px;
	}
	
	.img-border-left .elementor-image:before,
.img-border-right .elementor-image:before {
    display: none;
}
	
}

@media (max-width: 767px) {
	.container {
		max-width: 100%;
	}
	
	.top-header {
		display: none;
	}
	
	.top-header-3{
		display: flex;
	}
	
	/* home */
	
	.top-single-bkg	{
		height: 350px;
	}
	
	.topnoimg{
	height: auto;
	margin-top: 30px;
	}
	
	.top-blogfront{
		height: auto;
	}
	
	.page-title-above{
	margin-top: 30px;
	margin-bottom: 50px;
	}
	
	.title-404{
	font-size: 100px;
	}
	 
	.slider-text {
		width: 100%;
	}
	
	.slider-holder-v2,
	.owl-carousel .owl-item .slider-img-v2 img{
		display: block;
		height: auto;
	}
	
	.slider-caption-v2, .slider-img-v2 {
		width: 100%;
	}
	
	.slider-caption-v2 .slider-text{
		width: 80%;
		position: relative;
		text-align: center;
		top: 0;
		left: 0;
		right: 0;
		-webkit-transform: translateY(0);
		-moz-transform: translateY(0);
		-ms-transform: translateY(0);
		-o-transform: translateY(0);
		transform: translateY(0);
	}
	
	.slider-caption {
    padding: 0 50px;
	}
	
	.owl-theme .owl-nav button {
		left: 20px;
	}

	.owl-theme .owl-nav button.owl-next {
		right: 20px;
	}
	
	.inner-desc h1 {
		word-wrap: break-word;
	}
	
	.slider-container,
	.video-container,
	.top-single-bkg{
		margin-bottom: 50px;
	}
	
	#footer-instagram .instagram-pics li{
		width: 30%;
	}
		
	#footer-instagram{
		margin-top: 50px;
		margin-bottom: 50px;
	}
	
	footer{
		margin-top: 50px;
	}
	
	.footer-widgets {
		padding-top: 50px;
	}
	
	.prev-next {
		margin-top: 0;
	}
	
	.btn-header .read-more{
		letter-spacing:0;
	}
		
	.home-section{
		margin-bottom: 50px;
	}
	
	.home-section-1,
	.home-section-31,
	.case-single-1{
		padding: 50px 0;
		margin-top: -50px;
	}
	
	.home-section-42,
	.home-section-45{
		padding: 50px 0;
	}
	
	.home-section-9,
	.home-section-38,
	.home-section-47,
	.home-section-video9,
	.about-me-3,
	.practice-pages-v1-last{
		margin-bottom: -50px;
	}
	
	 .home-section-24,
	 .home-section-54{
		 margin-bottom: 0;
	 }
	 
	 .home-section-53 .alignr,
	 .home-section-56 .alignr,
	 .home-section-58 .alignr,
	 .home-section-63 .alignr,
	 .home-section-64 .alignr,
	 .home-section-video9 .alignr,
	 .about-me-3 .alignr,
	 .faq-page3 .alignr{
		 text-align: left;
	 }
	 
	 .home-section-61{
		padding-top: 120px;
	}

	.sub-section-611{
		padding-bottom: 0;
	}
	
	.title-area2{
		margin-bottom: 30px;
	}
	
	.btn-right{
		text-align: left;
	}
	
	.home-section-25{
		padding: 50px 0;
	}
	
	.badge-wrap2{
		width: 33.333%;
	}
	
	.gmaps-home2{height:400px;}
	
	.margin-r50,
	.margin-percentr40{
		margin-right: 0;
	}
	
	.margin-l50{
		margin-left: 0;
	}
	
	.about-us3{
		margin-bottom: 0;
		text-align: left;
	}

	.about-us4{
		padding-top: 100px;
	}
	
	.contact41-bkg{
		padding: 30px;
	}
		
	/* blog */
	.posts-holder-push-right {
		order: 0;
	}
	.posts-holder,
	.posts-holder-push-right {
		padding-left: 15px;
		padding-right: 15px;
	}
	
	.blog-item-1col-list {
		display: block;
	}
	.blog-item-1col-list .post-image {
		width: 100%;
		height: 300px;
		margin-bottom: 30px;
	}
	.blog-item-1col-list .post-holder {
		width: 100%;
	}
	
	.list-holder {
    position: relative;
    top: auto;
	left: 0;
	right: 0;
    transform: none;
	}	
	
	.author-single-page {
		display: block;
	}

	.author-content {
		margin-left: 0;
		margin-top: 30px;
	}
	
	/* end blog */
	
	.gallery-post,
	.gallery-4cols .gallery-post {
		width: 50%;
		height: 200px;
	}
	
	#fs-holder{
	padding: 0;
	}
	
	.meta-nav-right {
		margin-top: 30px;
	}
	.meta-nav-right.margin-none {
		margin-top: 0;
	}
	
	.meta-nav-right .pn-desc{
		text-align: left;
	}
	
	.meta-nav-right .pn-desc{
		order: 2;
	}
	.meta-nav-right .pn-img {
	margin-left: 0;
	margin-right: 25px;
	}
	
	.practice-3col,
	.practice-4col,
	.practice-5col{
		width: 100%;
	}
	
	.order-mobi1{
		order: 1;
	}	
	.order-mobi2{
		order: 2;
	}
	
	.order-mobi3{
		order: 3;
	}
	
	.sub-section,
	.mobile-margin-b50{
		margin-bottom: 50px;
	}
	
	.mobile-margin-b30{
		margin-bottom: 30px;
	}
	
	.mobile-margin-b20{
		margin-bottom: 20px;
	}
		
	/* comments */
	
	.form-submit {
		margin-top: 0;
	}
	
	.children {
		margin: 30px 0 0;
	}
	.children li.depth-2,
	.children li.depth-3,
	.children li.depth-4,
	.children li.depth-5,
	.children li.depth-6,
	.children li.depth-7,
	.children li.depth-8,
	.children li.depth-9,
	.children li.depth-10 {
		margin: 0;
	}
	
	.iconbox-mobi{
		display: flex;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		text-align: left;
	}
	
	.iconbox-mobi .icon-box-icon{
		margin-right: 15px;
		margin-bottom: 0;
	}
	
	.img-border-left .elementor-image,
	.img-border-right .elementor-image{
		width: 100%;
	}
	
	.img-border-left .elementor-image:before,
	.img-border-right .elementor-image:before{
		display: none;
	}
	
	.law-badge .gallery-item {
		max-width: 50% !important;
		padding: 0 0 15px 0 !important;
	}

}

@media (max-width: 568px) {
	
	.btn-header,
	.btn-header-2{
		display: none;
	}
	
	.page-links a {
		margin-bottom: 15px;
	}
	
	.comment-form .comm-field {
		margin-bottom: 30px;
	}
	.comment-form-cookies-consent {
		margin-top: 0;
	}
	
	.practice-2col{
		width: 100%;
	}

}

@media (max-width: 480px) {
	.post-password-form label input,
	.post-password-form input[type="submit"] {
		display: block;
		margin-left: 0;
		margin-top: 10px;
	}
	
	.gallery-post,
	.gallery-4cols .gallery-post {
		width: 100%;
		height: 300px;
	}
}