/*
Theme Name: Lawyers
Theme URI: https://matchthemes.com/demowp/lawyers
Description: Lawyers Responsive Business Theme
Version: 4.5.4
Author: MatchThemes
Author URI: https://matchthemes.com
Tested up to: 6.4
Requires PHP: 7.3
License:
License URI:
Tags: two-columns, blog, theme-options, featured-images, grid-layout, news
Text Domain: lawyers
*/


/*************************************
 
 	1. MAIN STYLE
	
	2. HEADER
	
	3. PAGES
	
		3.1 HOME
		
		3.2 ABOUT
	
		3.3 LAWYERS
		
		3.4 CASE RESULTS
					
		3.5 BLOG
		
		3.6 CONTACT
		
		3.7 GALLERY
		
		3.8 OTHER
	
	4. FOOTER
 
 
 ************************************/


/*************************************

1. MAIN STYLE

 ************************************/


/* 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,
em,
strong,
th,
var {
	font-style: normal;
	font-weight: normal
}

caption,
th {
	text-align: left
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: normal;
}

q:before,
q:after {
	content: '';
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

.italic {
	font-style: italic;
}

.no-margin {
	margin: 0px !important;
}

.no-bottom {
	margin-bottom: 0px;
}

.no-padding {
	padding: 0px;
}

.margin-t {
	margin-top: 81px;
}

.margin40 {
	margin-bottom: 40px;
}

.margin108{
	margin-top: 108px;
}

.margin72 {
	margin-top: 72px;
}

.margin-b72 {
	margin-bottom: 72px;
}
.margin-t54 {
	margin-top: 54px;
}

.margin-b54 {
	margin-bottom: 54px;
}

.margin-t48 {
	margin-top: 48px;
}

.margin-b48 {
	margin-bottom: 48px;
}

.margin-t32 {
	margin-top: 32px;
}

.margin-b32 {
	margin-bottom: 32px;
}

.margin-t24 {
	margin-top: 24px;
}

.margin-t16 {
	margin-top: 16px;
}

.column-clear {
	clear: both;
}

.bottom-fix {
	padding-top: 72px;
}

a:active,
a:focus {
	outline: none;
	text-decoration: none;
}

a,
.pcolor {
	text-decoration: none;
	color: #ff6666;
}

a:hover {
	text-decoration: underline;
}

.wp-caption {
	max-width: 100%;
	margin-bottom: 24px;
}

.sticky {
	position: relative;
}

.wp-caption-text,
.gallery-caption {
	color: #999999;
	font-size: 12px;
	text-align: center;
	margin-top: 24px;
	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 {
	margin-bottom: 48px;
}

.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: 3px 0 0 10px;
}

.alignleft {
	float: left;
	margin: 3px 10px 0 0;
}

.aligncenter {
	text-align: center;
	margin: 24px auto;
}

hr {
	margin-top: 24px;
	margin-bottom: 24px;
	border: 0;
	border-top: 1px solid #eee;
}

pre {
	margin-bottom: 24px;
	overflow: auto;
	padding: 10px;
	white-space: pre-wrap;
}

pre,
code {
	background: #f0f0f0;
	color: #333;
	font-family: "Courier New", Courier, monospace;
	padding: 10px;
	border: none;
	border-radius: 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 {
	-webkit-font-smoothing: antialiased;
}

body {
	line-height: 1.7;
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: 100%;
	overflow-x: hidden;
	word-break: break-word;
	background: #ffffff;
}

p {
	margin: 0 0 32px 0;
}

div p:last-of-type {
    margin-bottom: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: 700;
	line-height: 1.4em;
	letter-spacing:0.02em;
}

.h1,
 h1,
.large-title,
.slider-caption h1, .slider-caption h2{
  font-size:calc(2.5rem + 2.5vw);
 }
.h2,
 h2 {
  font-size:calc(2rem + 2vw);
 }
.h3,
 h3,
.comm-title > h3,
.comment-reply-title {
  font-size:calc(1.8rem + 1.5vw);
 }
.h4,
 h4 {
  font-size:calc(1.3rem + 1.2vw);
 }
 
.h5,
 h5 {
  font-size:calc(1rem + 0.7vw);
 }
 
.h6,
 h6{
  font-size:calc(1rem + 0.5vw);
 }

ul,
ol {
	margin: 0 0 16px 24px;
}

.post-content h1,
.post-content h2,
.post-content h3,
.post-content h4,
.post-content h5,
.post-content h6,
.elementor-text-editor h1,
.elementor-text-editor h2,
.elementor-text-editor h3,
.elementor-text-editor h4,
.elementor-text-editor h5,
.elementor-text-editor h6 {
	margin-top: 42px;
	margin-bottom: 16px;
}

.elementor-text-editor h1:first-child,
.elementor-text-editor h2:first-child,
.elementor-text-editor h3:first-child,
.elementor-text-editor h4:first-child,
.elementor-text-editor h5:first-child,
.elementor-text-editor h6:first-child {
	margin-top: 0;
}

blockquote {
	font-size: 24px;
	line-height: 1.6em;
	text-align: center;
	font-style: italic;
	position: relative;
	border: none;
	margin: 36px 0;
	padding: 0 42px;
}

blockquote:before {
	display: block;
	font-family: "Font Awesome 5 Free";
	content: "\f10d";
	line-height: 1;
	font-size: 24px;
	font-style: normal;
	font-weight: 700;
	position: absolute;
	left: 0;
	top: 0px;
}

blockquote cite {
	color: #999999;
	font-size: 12px;
	font-style: normal;
	font-weight: 300;
	text-transform: uppercase;
}

blockquote cite {
	line-height: 1;
	margin-top: 16px;
}

.list-items {
	margin: 0;
	margin-bottom: 32px;
	list-style: none;
}

.list-items li {
	margin-bottom: 5px;
}

.list-items li:last-child,
.widget_categories ul li:last-child,
.widget_archive ul li:last-child,
.widget_recent_entries ul li:last-child {
	margin-bottom: 0px;
}

.list-items li:before {
	font-family: "Font Awesome 5 Free";
	content: "\f105";
	display: inline-block;
	padding-right: 8px;
	color: #ff6666;
	font-weight: 700;
	vertical-align: middle;
}

.widget_categories ul li,
.widget_archive ul li,
.widget_recent_entries ul li,
.widget_pages li,
.widget_meta li,
.widget_nav_menu li {
	margin-bottom: 8px;
}

.dropcap {
	display: block;
	float: left;
	font-size: 48px;
	line-height: 1;
	padding: 0 10px 0 0;
	text-align: center;
}

.alignc {
	text-align: center;
}

.none {
	display: none;
}


/* tables */

table {
	border: 1px solid #e5e5e5;
	font-size: 18px;
	width: 100%;
	text-align: center;
}

table caption {
	margin-bottom: 24px;
	text-align: center;
}

table th,
table td {
	border-bottom: 1px solid #e5e5e5;
	border-right: 1px solid #e5e5e5;
	padding: 16px 0;
	text-align: center;
}

.clearfix:after {
    display: block;
    clear: both;
    content: "";
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

textarea {
    overflow: auto;
    resize: vertical;
}

button, input, optgroup, select, textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

a,
.btn-white,
.practice-item,
.practice-item .practice-icon,
.circle-icon,
.circle-icon i,
#submit,
#submit-evaluation,
#submit-contact,
.page-numbers,
.scrollup i,
.gallery-mglass,
.elementor-accordion .elementor-tab-title,
.elementor-toggle .elementor-tab-title,
.practice-item-v2 .practice-circle,
.lawyer-holder-v2 .lawyer-image-v2 img {
	-webkit-backface-visibility: hidden;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	-ms-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
}


/* PAGES GENERAL */

.page-head {
	overflow: hidden;
	position: relative;
	margin-bottom: 108px;
	width: 100%;
	height: 300px;	
	color: #ffffff;
	
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

.page-head:before {
	content: '';
	background: rgba(14, 18, 25, 0.2);
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
}

.topnoimg.page-head:before {
	display: none;
}

.page-head .inner-desc {
	position: absolute;
	z-index: 4;
	width: 100%;
	top: 50%;
	text-align: center;
	
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}

.page-title {
	letter-spacing: 0.01em;
	position: relative;
	color: #ffffff;
}

.post-subtitle{
	position: relative;
	display: block;
	padding-top: 16px;
	margin-top: 8px;
	letter-spacing: 0.05em;
}

.post-subtitle:before {
	top: 0px;
	content: "";
	height: 1px;
	left: 50%;
	margin-left: -50px;
	position: absolute;
	width: 100px;
	background: #ffffff;
}

.gal-page-content {
	padding-bottom: 54px;
}


/*************************************

2. HEADER

 ************************************/
 
 
.header-wrap,
.top-info {
 	flex-wrap: nowrap;
	display: flex;
	align-items: center;
 }
 
 .header-wrap{
	 padding-top: 8px;
 }
 
 #header-bar{
	 color: #fff;
 }
 
.logo {
	font-size: 54px;
	line-height: 1;
	flex: 1 1 0;
}

.logo img {
	background: none;
}

.header-info {
	display: inline-block;
	font-size: 13px;
}

.header-info:first-child{
	margin-right: 16px;
}

.info-circle{
	width: 25px;
	height: 25px;
	line-height: 24px;
	text-align: center;
	border-radius: 99em;
	display: inline-block;
	margin-right: 4px;
}

.top-info{
	padding: 8px 0;
}

.top-info .header-contact{
	flex: 1 1 0;
}

/*** menu large screens ***/

.menu-nav {
	margin: 16px 0 0 0;
	font-size: 0;
}

.menu-nav li {
	display: inline-block;
	position: relative;
	padding-bottom: 16px;
	margin-right: 4px;
}

.menu-nav li:last-child{
	margin: 0;
}

.menu-nav li a {
	padding: 10px 12px;
font-size: 13px;
text-transform: uppercase;
letter-spacing: 0.05em;
font-weight: 600;
display: block;
}

.menu-nav li a:hover,
.menu-nav li.current-menu-item .sub-menu li a:hover {
	background: none;
	text-decoration: none;
}

.menu-nav>li.menu-item-has-children>a:after {
	content: "\f107";
	display: inline-block;
	font-family: "Font Awesome 5 Free";
	margin-left: 7px;
	margin-right: 0;
	font-weight: 700;
}

.sub-menu li.current-menu-item {
	padding-bottom: 0px;
}

.menu-nav ul {
	display: none;
	margin: 0;
	padding: 10px 20px;
	width: 230px;
	position: absolute;
	top: 57px;
	left: -20px;
	z-index: 20;
}

.menu-nav ul li {
	display: block;
	float: none;
	background: none;
	margin: 0;
	padding: 0;
}

.menu-nav ul li a {
	font-size: 15px;
text-transform: none;
letter-spacing: 0;
padding: 5px 12px;
}

.menu-nav ul li a:hover {
	text-decoration: none;
}

.menu-nav li:hover>ul {
	display: block;
}

.menu-nav li.current-menu-item .sub-menu li a {
	border: none;
}

.menu-nav li ul ul {
	left: 100%;
	top: -10px;
}

.navbar-header {
	text-align: center;
}

.menu-nav .edge > ul{
	left: auto;
	right: 0;
}

.menu-nav li ul .edge ul {
    left: auto;
    top: -28px;
    margin: 0;
    right: 100%;
}

/*** end menu large screens ***/

/*** menu mobile ***/
.nav-button-holder {
	display: none;
}

.nav-button {
	background: none;
	border: none;
	cursor: pointer;
	height: 25px;
	margin-bottom: 24px;
}

.icon-bar,
.icon-bar1,
.icon-bar2 {
	display: block;
	height: 2px;
	width: 25px;
	background: #ffffff;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}

.icon-bar1,
.icon-bar2 {
	width: 18px;
	background: #ffffff;
}

.icon-bar:before,
.icon-bar:after {
	background: #ffffff;
	content: "";
	height: 100%;
	left: 4px;
	position: absolute;
	bottom: -6px;
	right: 0;
}

.icon-bar:after {
	bottom: -12px;
	left: 8px;
	top: auto;
}

.nav-button:hover .icon-bar:before,
.nav-button:hover .icon-bar:after {
	left: 0;
}

.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: 48px;
}

.menu-mobile li {
	font-size: 13px;
	font-weight: 600;
	list-style: none;
	letter-spacing: 0.05em;
	margin-top: 24px;
	margin-bottom: 0;
	text-transform: uppercase;
}

.menu-mobile li a {
	color: #fff;
	display: block;
	line-height: 1.5;
}

.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: #ff6666;
	text-decoration: none;
}

.menu-mobile>li.menu-item-has-children>a:after {
	content: "\f107";
	display: inline-block;
	font-family: "Font Awesome 5 Free";
	margin-left: 7px;
	margin-right: 0;
	font-size: 13px;
	font-weight: 700;
}

.menu-mobile>li.menu-item-has-children.menu-open>a:after {
	content: "\f106";
}

.menu-mobile ul {
	margin-left: 0;
}

.menu-mobile>li>ul {
	display: none;
}

.menu-mobile>li.menu-open>ul {
	display: block;
	margin-top: 8px;
}

.menu-mobile ul li {
	font-size: 12px;
	margin-top: 16px;
	text-transform: none;
	padding-left: 16px;
	display: block;
	text-transform: uppercase;
}

.menu-contact {
	margin-top: 81px;
	padding-left: 48px;
	font-size: 14px;
	color: #fff;
}

.menu-contact ul {
	list-style: none;
	margin-left: 0;
	margin-bottom: 0;
}

.menu-contact ul li {
  margin-bottom: 12px;
}

.menu-contact ul li i {
    font-size: 16px;
    margin-right: 8px;
}

.mobile-btn{
	margin-bottom: 24px;
}

.mobile-phone {
	margin-top: 8px;
}

.menu-contact .social-media {
	margin-top: 24px;
	padding-bottom: 48px;
}
.menu-contact .social-media li a{
	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: #212D3A;
	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.25, 1, 0.35, 1) 0s;
	-moz-transition: all 0.7s cubic-bezier(0.25, 1, 0.35, 1) 0s;
	-o-transition: all 0.7s cubic-bezier(0.25, 1, 0.35, 1) 0s;
	-ms-transition: all 0.7s cubic-bezier(0.25, 1, 0.35, 1) 0s;
	transition: all 0.7s cubic-bezier(0.25, 1, 0.35, 1) 0s;
}

.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: 32px;
}

.icon-bar1 {
	top: 2px;
	-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 {
	list-style: none;
	margin: 0;
	font-size: 0;
}

.social-media li{
	display: inline-block;
	font-size: 13px;
	margin-left: 16px;
	margin-bottom: 0;
}

.social-media li a {
	color: #ffffff;
}

.social-media li a:hover {
	color: #ff6666;
}

.social-media li:first-child{
	margin-left: 0;
}

/* Header 2 */

.menu-nav-2{
	margin: 0;
}

.logo-2{
	padding-bottom: 24px;
}

/* Header 3 */

.header-3{
	padding: 16px 0;
}

.nav-button-holder-3{
	display: block;
}

/* Header 4 */
.header-wrap4{
	text-align: center;
}

.logo-4{
	padding-bottom: 16px;
}

.header-4.nav-fixed-top{
	padding-top: 16px;
}

/* Header 5 */

.header-wrap5,
.header-wrap6{
	padding-bottom: 8px;
}

.menu-nav-5{
	margin: 0;
}

.menu-nav-5 li{
	padding: 8px 0;
}

.social-media5,
.social-btn-top6,
.social-btn-top7{
	flex: 1 1 0;
	text-align: right;
}

/* Header 6 */

.header-6,
.header-7{
	padding-left: 12px;
	padding-right: 12px;
}

.social-btn-top6{
	display: flex;
	align-items: center;
	justify-content: right;
}

.social-media6{
	margin-left: 10px;
}

/* Header 7 */

.logo-7{
	flex: 0 1 auto;
	margin-right: 36px;
}	

.nav-fixed-top {
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	z-index: 1030;
	background: #212D3A;
	margin-top: 0;
	
	-webkit-backface-visibility: hidden;
-webkit-transition: all .3s cubic-bezier(.25,1,.35,1) 0s;
-moz-transition: all .3s cubic-bezier(.25,1,.35,1) 0s;
-o-transition: all .3s cubic-bezier(.25,1,.35,1) 0s;
-ms-transition: all .3s cubic-bezier(.25,1,.35,1) 0s;
transition: all .3s cubic-bezier(.25,1,.35,1) 0s;
}

.nav-fixed-top .header-wrap1,
.nav-fixed-top .top-info,
.nav-fixed-top .logo-4{
	display: none;
}


/*************************************

3.1 HOME

 ************************************/


/* SLIDER */

.swiper-mt{
	height: 100vh;
	position: relative;
	margin-bottom: 108px;
}

.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(0, 0, 0, 0.1);
	top: 0;
	position: absolute;
	left: 0;
	bottom: 0;
	right: 0;
}

.slider-caption {
	position: absolute;
	left: 0;
	top: 50%;
	right: 0;
	text-align: center;
	color: #ffffff;
	padding: 0 56px;
	z-index: 2;
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}

.slider-caption h1,
.slider-caption h2 {
	font-weight: 700;
	letter-spacing: 2px;
	margin-bottom: 16px;
	color: #ffffff;
}

.slider-caption h4 {
	font-style: italic;
	text-transform: uppercase;
	letter-spacing: 2px;
	color: #ffffff;
}

.slider-caption .view-more {
	margin-top: 24px;
}

.slider-text{
	width: 80%;
	text-align: center;
	margin: 0 auto;
}

.btn-white {
	padding: 8px 22px;
	margin-top: 36px;
	text-align: center;
	display: inline-block;
	font-weight: 700;
	background: #ffffff;
	border: 3px solid #ffffff;
	color: #404040;
	text-decoration: none;
}

a.btn-white:hover {
	background: none;
	color: #ffffff;
	text-decoration: none;
}

.swiper-mt-button-next,
.swiper-mt-button-prev {
    position: absolute;
    top: 50%;
	left: 10px;
    width: 40px;
    height: 40px;
    margin-top: calc(0px - 40px / 2);
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.swiper-mt-button-next{
	left: auto;
	right: 10px;
}

.swiper-mt-button-prev{
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}	

.swiper-mt-button-next svg,
.swiper-mt-button-prev svg {
	fill: #ffffff;
}

.swiper-mt .swiper-pagination{
	color: #ffffff;
	font-size: 11px;
	display: none;
}

/* END SLIDER */

/* BKG VIDEO */

.video-container{
	position: relative;
top: 0;
left: 0;
right: 0;
bottom: 0;
height: calc( 100vh - 130px );
overflow: hidden;
margin-bottom: 108px;
z-index: 1;
}

.video-container:before {
	content: '';
	background: rgba(0, 0, 0, 0.4);
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: 2;
}	

.video-container video {
	position: absolute;
left: 50%;
width: 100%;
max-width: 100%;
height: auto;
top: 50%;
-o-object-fit: cover;
object-fit: cover;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
}

.video-container iframe {
	position: absolute;
left: 50%;
width: 100vw;
height: calc( 100vh - 130px );
top: 50%;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
}

@media (min-aspect-ratio: 16/9) {
  .video-container iframe {
    /* height = 100 * (9 / 16) = 56.25 */
    height: 56.25vw;
  }
}
    
@media (max-aspect-ratio: 16/9) {
  .video-container iframe {
    /* width = 100 / (9 / 16) = 177.777777 */
    width: 177.78vh;
  }
}

/* END BKG VIDEO */


/* Home Sections */

.home-section {
	margin-top: 72px;
}

.home-section img {
	display: block;
	height: auto;
	max-width: 100%;
}

.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;
	padding: 72px 0;
}

.parallax {
	position: relative;
}

.parallax-content {
	color: #ffffff;
	position: relative;
}

.parallax-content h1,
.parallax-content h2,
.parallax-content h3,
.parallax-content h4 {
	color: #ffffff;
}

.intro-msg {
	text-align: center;
}

.intro-normal {
	font-size: 54px;
	letter-spacing: 1.3px;
	line-height: 1;
	padding-bottom: 16px;
}

.intro-2 {
	line-height: 1;
	padding-bottom: 16px;
}

.intro-small-italic {
	font-size: 32px;
	font-style: italic;
	bottom: 16px;
	position: relative;
}

.intro-big-italic {
	font-style: italic;
	font-size: 72px;
}

.intro-year {
	text-transform: uppercase;
	font-size: 24px;
	font-weight: 700;
	line-height: 1;
}

.section-title {
	text-align: center;
	border-bottom: 1px solid #c5c5c5;
	padding-bottom: 16px;
	margin-bottom: 40px;
	position: relative;
}

.section-title:before{
	bottom: -3px;
	content: "";
	height: 5px;
	left: 50%;
	margin-left: -50px;
	position: absolute;
	width: 100px;
}

.small-title {
	font-weight: 700;
}

.box-home8{
	top: 250px;
}

.box-home8 .elementor-element-populated {
    box-shadow: 0px 0px 30px rgba( 120, 120, 120, 0.2 ) ;
}

.home9-testimonials .testimonial-client{
	display: none;
}


/* PRACTICE ITEMS */

.practice-items-holder{
	margin-bottom: -32px;
}

.practice-item {
	padding: 24px;
	margin-bottom: 32px;
	border: 5px solid #ff6666;
}

.practice-items-holder a:hover {
	text-decoration: none;
}

.practice-icon,
.circle-icon {
	text-align: center;
	font-size: 72px;
}

.practice-title,
.circle-title {
	font-size: 28px;
	font-weight: 700;
	letter-spacing: 0;
	text-align: center;
	margin-top: 16px;
}

.practice-item-4cols .practice-title{
	font-size: 24px;
}

.practice-item:hover .practice-icon,
.practice-item:hover .practice-title,
.practice-item:hover .practice-categ li,
.circle-icon:hover {
	color: #ffffff;
}

.practice-item:hover .practice-icon,
.circle-icon:hover i {
	-webkit-transform: scale(1.2, 1.2);
	-moz-transform: scale(1.2, 1.2);
	-ms-transform: scale(1.2, 1.2);
	-o-transform: scale(1.2, 1.2);
	transform: scale(1.2, 1.2);
}

.practice-single-page-title {
	margin-bottom: 32px;
	font-weight: 700;
}

.practice-single-title {
	margin-bottom: 24px;
}

.practice-single-subtitle {
	margin-bottom: 16px;
}

.single-subtitle {
	margin-bottom: 16px;
	font-style: italic;
}

/* PRACTICE ITEMS ICON v2 */

.practice-items-holder-v2{
	margin-bottom: -54px;
}

.practice-item-v2{
	margin-bottom: 54px;
	text-align: center;
}

.practice-circle{
width: 80px;
height: 80px;
line-height: 80px;
font-size: 28px;
text-align: center;
border-radius: 99em;
color: #ffffff;
background: #ff6666;
display: inline-block;
margin-bottom: 16px;
}

.practice-item-v2:hover .practice-circle {
	-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-title-v2{
	margin-bottom: 8px;
}

.practice-title-v2 a{
	color: #252525;
}

.practice-title-v2 a:hover{
	color: #ff6666;
	text-decoration: none;
}

.practice-excerpt{
	margin-bottom: 16px;
}

.practice-icon-img{
	margin-bottom: 16px;
}

.practice-icon-img svg{
	width: 70px;
	text-align: center;
}

.post-image{
	margin-bottom: 32px;
	overflow: hidden;
	position: relative;
}

.post-image:after,
.list-image:after{
	content:'';
	width: 100%;
	height: 100%;
	background:#ffffff;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
}

.post-image img,
.list-image {
    
		-ms-transform: scale(1);
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);

}

.post-image:hover img,
.list-image:hover {
    	-ms-transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-o-transform: scale(1.2);
	transform: scale(1.2);
}

.post-image:after,
.post-image img,
.list-image,
.list-image:after,
.post-image-v2 .practice-title-v2,
.post-image-v2 .practice-categ{
	-webkit-backface-visibility: hidden;
	-webkit-transition: all 1s cubic-bezier(0.25, 1, 0.35, 1) 0s;
	-moz-transition: all 1s cubic-bezier(0.25, 1, 0.35, 1) 0s;
	-o-transition: all 1s cubic-bezier(0.25, 1, 0.35, 1) 0s;
	-ms-transition: all 1s cubic-bezier(0.25, 1, 0.35, 1) 0s;
	transition: all 1s cubic-bezier(0.25, 1, 0.35, 1) 0s;
}

.post-image:hover:after,
.list-image:hover:after{
	opacity: 0.1;
}

/* PRACTICE IMAGE v2 */

.practice-image-holder-v2{
	margin-bottom: -30px;
}

.practice-image-v2{
	margin-bottom: 30px;
}

.practice-content-image-v2{
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 2;
	
}

.post-image-v2{
	margin-bottom: 0;
}

.post-image-v2:after{
	background: #ff6666;
}

.post-image-v2:hover:after{
	opacity: 0.9;
}

.post-image-v2 .practice-title-v2,
.post-image-v2 .practice-categ{
	color: #ffffff;
	opacity: 0;
	margin-bottom: 0;
}

.post-image-v2 .practice-categ{
	margin-bottom: 8px;
}

.post-image-v2:hover .practice-title-v2,
.post-image-v2:hover .practice-categ{
	opacity: 1;
}

.practice-col2 .practice-title-v2{
	font-size: 32px;
}

.practice-col2 img {
    width: 100%;
}

.view-more-holder{
	text-align: center;
	margin-top: 72px;
}

.view-more a {
	display: inline-block;
	font-weight: 700;
	padding: 12px 24px;
	text-align: center;
	color: #ffffff;
	border: 3px solid #ff6666;
}

.view-more a:hover {
	background: none;
	text-decoration: none;
}

.read-more{
	font-size: 13px;
	font-weight: 700;
	color: #ff6666;
	letter-spacing: 0.02em;
	text-transform: uppercase;
}

.read-more:hover{
	text-decoration: none;
}

.lawyer-holder {
	margin-bottom: 72px;
	text-align: center;
}

.lawyer-holder img {
	display: inline-block;
}

.lawyer-title {
	font-size: 28px;
	margin: 8px 0 16px 0;
	text-align: center;
	position: relative;
}

.lawyer-title a{
	color: #252525;
}

.lawyer-title a:hover{
	color: #ff6666;
	text-decoration: none;
}

.lawyer-4col .lawyer-title{
	font-size: 24px;
}

.lawyer-excerpt {
    margin-bottom: 32px;
}

.lawyer-position{
	text-transform: uppercase;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.03em;
	color: #ff6666;
	margin-top: 24px;
}

.lawyer-social,
.lawyer-social-v2 {
	text-align: center;
	list-style: none;
	margin: 0;
	padding: 0;
}

.lawyer-social-v2 {
	text-align: right;
	margin-right: -8px;
}

.lawyer-social li,
.lawyer-social-v2 li {
	display: inline-block;
	margin-right: 16px;
	font-size: 13px;
}

.lawyer-social-v2 li{
	margin-left: 8px;
	margin-right: 8px;
}

.lawyer-social-v2 li {
	font-size: 14px;
}

.lawyer-social li:last-child{
	margin-right: 0;
}

.lawyer-social li a {
	width: 35px;
	height: 35px;
	line-height: 30px;
	text-align: center;
	display: block;
	border: 2px solid #ff6666;
}

.lawyer-social-v2 li a {
	color: #ffffff;
}

.lawyer-social li a:hover {
	color: #ffffff;
}

/* Testimonial Slider */

.testimonial-info {
	width: 100%;
}

.testimonial-slider {
	overflow: hidden;
	position: relative;
	text-align: center;
}

.testimonial-slider .swiper-pagination{
	text-align: center;
}

.testimonial-slider .swiper-pagination-bullets{
	bottom: 0 !important;
	position: relative;
}

.testimonial-slider .swiper-pagination-bullet {
    opacity: 0.7;
    background: #ff6666;
	text-align: center;
	-webkit-transform: scale(1);
-moz-transform: scale(1);
-ms-transform: scale(1);
-o-transform: scale(1);
transform: scale(1);

margin: 0 8px !important;

}

.testimonial-slider .swiper-pagination-bullet:first-child {
	margin-left: 0 !important;
}

.testimonial-slider .swiper-pagination-bullet-active {
    opacity: 1;
	-webkit-transform: scale(1.6);
-moz-transform: scale(1.6);
-ms-transform: scale(1.6);
-o-transform: scale(1.6);
transform: scale(1.6);
}

.testimonial-info {
  padding: 0 60px;
}

.testimonial-slider .swiper-mt-button-next,
.testimonial-slider .swiper-mt-button-prev{
	top: 50%;
	bottom: auto;
	left: 0; 
	display: none;
}

.testimonial-slider .swiper-mt-button-next{
	left: auto;
	right: 0;
}

.testimonial-item{
	text-align: center;
	margin-bottom: 28px;
}

.testimonial-desc i{
	font-size: 24px;
	color: #252525;	
}

.testimonial-desc h5 {
	font-style: italic;
	line-height: 1.4;
	font-weight: 400;
	font-size: 24px;
	margin: 32px 0;
}

.testimonial-client img {
	margin-bottom: 24px;
	display: inline !important;
	width: auto !important;
	border-radius: 99em;
}

.client-name {
    color: #252525;
    font-weight: 700;
}

.client-company {
    font-size: 14px;
}

.testimonial-desc i,
.testimonial-desc h5,
.client-name{
	color: #252525;
}

.testimonial-white .testimonial-desc i,
.testimonial-white .testimonial-desc h5,
.testimonial-white .client-name,
.testimonial-white .client-company{
	color: #ffffff;
}

.testimonial-black .testimonial-slider svg{
	fill: #252525;
}

.practice-categ{
	display: flex;
	flex-wrap: wrap;
	margin: 0;
	list-style: none;
	justify-content: center;
	margin-bottom: -8px;
}

.practice-categ-v2{
	margin-bottom: 8px;
}

.practice-categ li{
	text-transform: uppercase;
	font-size: 12px;
	font-weight: 600;
	letter-spacing: .03em;
	margin: 0;
	margin-right: 8px;
	line-height: 1;
}

.practice-categ li:last-child{
	margin-right: 0;
}



#main .home-widget:last-child {
	padding-bottom: 81px;
}

.modal-header {
	border: none;
	min-height: 0px;
}

.modal-body {
	padding-top: 0;
}

.menu-img2{
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
	
	-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;
}

.menu-img2:hover{
	-webkit-transform: translateY(-10px);
	-ms-transform: translateY(-10px);
	transform: translateY(-10px);
}


/*************************************

3.2 ABOUT

 ************************************/

.about-section {
	padding-bottom: 72px;
	margin-bottom: 72px;
	border-bottom: 1px solid #c5c5c5;
}

.about-section:after {
	bottom: -3px;
	content: "";
	height: 5px;
	left: 50%;
	margin-left: -50px;
	position: absolute;
	width: 100px;
}

.about-content:last-child .about-section {
	margin-bottom: 0;
}

.circle-icon {
	width: 150px;
	height: 150px;
	border-radius: 50%;
	line-height: 140px;
	margin-top: 32px;
	margin-left: auto;
	margin-right: auto;
	border: 5px solid #ff6666;
}

.circle-title {
	margin-top: 32px;
}


/* GALLERY */

.gal-img {
	display: block;
	overflow: hidden;
	margin-top: 32px;
	-webkit-backface-visibility: hidden;
}

.gal-img .gal-more {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	text-align: center;
	-webkit-transform: translate(0px, -100%);
	-moz-transform: translate(0px, -100%);
	-o-transform: translate(0px, -100%);
	-ms-transform: translate(0px, -100%);
	transform: translate(0px, -100%);
	-webkit-transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	-ms-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
}

.gal-img:hover .gal-more {
	-webkit-transform: translate(0px, 0px);
	-moz-transform: translate(0px, 0px);
	-o-transform: translate(0px, 0px);
	-ms-transform: translate(0px, 0px);
	transform: translate(0px, 0px);
}

.gal-img .gal-more:before {
	content: '';
	display: inline-block;
	height: 100%;
	vertical-align: middle;
}

.gal-img .gal-more .mask-elem {
	position: relative;
	display: inline-block;
	vertical-align: middle;
}

.gal-btn {
	border-radius: 50%;
	display: block;
	width: 72px;
	height: 72px;
	font-size: 32px;
	text-decoration: none;
	padding-top: 12px;
	margin: 0 auto;
	border: 3px solid #ffffff;
	color: #ffffff;
}


/* END GALLERY */

.testimonial-single {
	margin-bottom: 72px;
}

.testimonials-container .testimonials-holder:last-child .testimonial-single {
	margin-bottom: 0px;
}

.testimonial-client-single {
	margin-top: 32px;
}

.client-float {
	float: left;
}

.client-title {
	margin-top: 10px;
	margin-left: 16px;
}

.client-title p {
	margin: 0;
}

.faq-title {
	padding-bottom: 16px;
	cursor: pointer;
	font-style: italic;
	margin-top: 16px;
	border-bottom: 1px solid #c5c5c5;
}

.faq-list {
	margin: 0;
	padding: 0;
	list-style: none;
}

.faq-list li.faq-title:first-child {
	margin-top: 0;
}

.faq-title a:before {
	display: inline-block;
	padding-right: 16px;
	font-family: "Font Awesome 5 Free";
	content: "\f0fe";
	font-style: normal;
	font-weight: 700;
}

.active a:before {
	font-family: "Font Awesome 5 Free";
	content: "\f146";
}

.faq-title a:hover,
.active a {
	text-decoration: none;
}

.faq-section {
	margin: 32px 0;
}


/*************************************

3.3 LAWYERS

 ************************************/

.lawyer {
	padding-bottom: 72px;
	margin-bottom: 72px;
	border-bottom: 1px solid #c5c5c5;
	position: relative;
}

.lawyer .lawyer-img {
    margin-right: 15px;
}

.lawyer:after {
	bottom: -3px;
	content: "";
	height: 5px;
	left: 50%;
	margin-left: -50px;
	position: absolute;
	width: 100px;
}

.lawyer-img img {
	width: 100%;
}

.lawyer-bio h3 {
	font-weight: 700;
	margin-bottom: 24px;
	line-height: 1;
}

.lawyer-bio .lawyer-social {
	text-align: left;
}

.lawyer-desc {
	margin-top: 54px;
}

.lawyer-desc .single-subtitle {
	font-style: italic;
}

.page-content .lawyer-content:last-child .lawyer {
	margin-bottom: 0;
}


/* team v2 */

.lawyer-holder-v2,
.lawyer-image-v2{
	position: relative;
}

.lawyer-holder-v2{
	margin-bottom: 48px;
}

.short_team_v2{
	margin-bottom: -48px;
}

.lawyer-image-v2:after{
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg,rgba(0,0,0,.5) 0,rgba(0,0,0,0) 90%);
opacity: 0;
transition: opacity .4s ease-out;
}

.lawyer-image-v2 img {
    -webkit-filter: grayscale(0.85);
    filter: grayscale(0.85);
}

.lawyer-content-v2{
	position: absolute;
width: 100%;
bottom: 0;
left: 0;
padding: 32px;
align-items: center;
display: flex;
justify-content: space-between;

}

.lawyer-holder-v2:hover .lawyer-image-v2:after{
	opacity: 1;
}

.lawyer-holder-v2:hover .lawyer-image-v2 img {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
}

.lawyer-content-v2 .lawyer-position{
	color: #ffffff;
	margin-top: 0;
}

.lawyer-content-v2 .lawyer-title{
	margin-bottom: 0;
	text-align: left;
}

.lawyer-content-v2 .lawyer-title a {
  color: #ffffff;
}

.lawyer-social-v2{
  opacity: 0;
  transform: translateY(30px);
  transition: all .4s ease-out;
}

.lawyer-holder-v2:hover .lawyer-social-v2{
  opacity: 1;
  transform: translateY(0);
}

.short_team_2cols,
.short_team_3cols,
.short_team_4cols {
	margin-top: -24px;
}

.short_team_2cols .lawyer-holder,
.short_team_3cols .lawyer-holder,
.short_team_4cols .lawyer-holder {
	margin-top: 48px;
}

.practice-nospace .col-sm-6 {
	padding: 0;
}

.practice-nospace,
.practice-nospace .practice-image-v2,
.practice-nospace .practice-image-holder-v2,
.practice-nospace .lawyer-holder-v2 {
	margin: 0;
}

.practice-nospace img{
	width: 100%;
}


/*************************************

3.4 CASE RESULTS

 ************************************/

.case {
	padding-bottom: 72px;
	margin-bottom: 72px;
	border-bottom: 1px solid #c5c5c5;
	position: relative;
}

.case:after {
	bottom: -3px;
	content: "";
	height: 5px;
	left: 50%;
	margin-left: -50px;
	position: absolute;
	width: 100px;
}

.case-1col-title {
	margin-top: 0px;
	font-weight: 700;
	line-height: 1;
}

.case-2col {
	display: block;
	overflow: hidden;
	margin-bottom: 72px;
}

.case-2col-title {
	font-weight: 700;
	margin-top: 32px;
}

.case-2col-img img {
	width: 100%;
}

.case-2col-more {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	text-align: center;
}

.case-2col-img .case-2col-more:before {
	content: '';
	display: inline-block;
	height: 100%;
	vertical-align: middle;
}

.case-2col-img .case-2col-more .mask-elem {
	position: relative;
	display: inline-block;
	vertical-align: middle;
}

.case-description {
	margin-top: 32px;
}

.case-result {
	text-align: center;
}

.case-verdict {
	display: inline-block;
	font-size: 54px;
	font-weight: 700;
	font-style: italic;
	line-height: 1;
	padding: 12px 24px;
	color: #ffffff;
	border: 3px solid #ffffff;
}

.cases-holder .row:last-child .case-2col,
.case-content:last-child .case {
	margin-bottom: 0;
}

#case-studies-2col .row:last-child .case-2col {
	margin-bottom: 0;
}

/* case studies */

.case-studies-holder{
	display: flex;
	flex-wrap: wrap;
	margin-left: -15px;
	margin-right: -15px;
	margin-bottom: -30px;
	
}

.case-study {
	position: relative;
	width: 33.333333%;
	margin-bottom: 30px;
	padding: 0 15px;
	overflow: hidden;
}

.case-2col{
	width: 50%;
}

.case-4col{
	width: 25%;
}

.case-img-holder{
		width: 100%;
		height: 100%;
		position: relative;
		overflow: hidden;
}

.case-img {
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
	display: block;
	height: 350px;
	position: relative;
	width: 100%;
			
}

.case-study:hover .case-img{
	
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
	
}

.case-study .case-img:after {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	
	background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.5) 100%);
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.5) 100%);
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.5) 100%);
}

.case-content-v1{
	position: absolute;
	z-index: 4;
	left: 55px;
	bottom: 0px;
	color: #fff;
	opacity: 1;
}

.case-plus{
	font-size: 16px;
	opacity: 0;
	line-height: 1;
}

.case-content-v1 h4{
	font-size: 24px;
}

.case-content-v1 .case-categ,
.case-content-v1 h4 a{
	color: #fff;
}

.case-content-v1 h4 a:hover{
	text-decoration: none;
}

.case-study:hover .case-content-v1{
	bottom: 20px;
}

.case-study:hover .case-plus{
	opacity: 1;
}

.case-study .case-img,
.case-content-v1,
.case-plus{
	
	-webkit-backface-visibility: hidden;
	-webkit-transition: all 1s cubic-bezier(0.25, 1, 0.35, 1) 0s;
	-moz-transition: all 1s cubic-bezier(0.25, 1, 0.35, 1) 0s;
	-o-transition: all 1s cubic-bezier(0.25, 1, 0.35, 1) 0s;
	-ms-transition: all 1s cubic-bezier(0.25, 1, 0.35, 1) 0s;
	transition: all 1s cubic-bezier(0.25, 1, 0.35, 1) 0s;
}

.case-categ{
	list-style: none;
	margin: 0;
	font-size: 0;
}

.case-categ li{
	display: inline-block;
	font-size: 12px;
	font-weight: 600;
	text-transform: uppercase;
	margin: 4px 8px 0 0;
	letter-spacing: 0.03em;
}

.portfolio-filter {
	list-style: none;
	margin: 0;
	padding: 0;
	margin-bottom: 54px;
	text-align: center;
}

.portfolio-filter li {
	display: inline-block;
	margin-left: 32px;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 0.03em;
}

.portfolio-filter li:first-child{
	margin-left:0;
}

.portfolio-filter li a{
	color: #252525;
}

.portfolio-filter li a.current,
.portfolio-filter li a:hover {
	color: #ff6666;
	text-decoration: none;
}

.cases-nomargin{
	margin: 0;
}

.cases-nomargin .case-study{
	margin: 0;
	padding: 0;
}

.cases-nomargin .case-content-v1{
	left: 30px;
}

/* cases v2 */

.case-study-v2{
	overflow: visible;
}

.case-categ-v2 li{
	margin: 0 8px 0 0;
}

.case-content-v2{
	margin-top: 24px;
}

.case-content-v2 h2{
	font-size: 28px;
	line-height: 1.2em;
}

.case-content-v2 a {
  color: #252525;
  text-decoration: none;
}

.case-content-v2 a:hover {
  color: #ff6666;
}

.case-content-v2{
	align-items: center;
	display: flex;
	justify-content: space-between;
}

/*************************************

3.5 BLOG

 ************************************/
 
.page-holder-sidebar,
.post-sidebar .single-post-holder,
.post-sidebar .blog-1col,
.post-sidebar .blog-1col-list-left,
.post-sidebar .blog-item-2col-grid {
	margin-right: 24px;
}

.posts-holder-push-right {
	order: 2;
	padding-right: 0;
	padding-left: 24px;
}

.blog-item {
	margin-bottom: 108px;
	position: relative;
}

.blog-title {
	font-size: 42px;
	font-weight: 700;
	margin-bottom: 16px;
}

.blog-title a:hover,
.articles-title a:hover {
	text-decoration: none;
}

.blog-date {
	margin:0;
	margin-bottom: 16px;
}

.blog-date li {
	display: inline-block;
	margin-right: 16px;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 0.03em;
}

.blog-date li i {
	margin-right: 5px;
}

.blog-date li:last-child {
	margin-right: 0;
}

.blog-date li{
	color: #a5a5a5;
}

.meta-categ a,
.blog-date li.meta-sticky {
	background: #ff6666;
	border: 2px solid #ff6666;
	color: #ffffff;
	padding: 2px 12px;
}

.meta-categ a{
	display: inline-block;
	margin-right: 8px;
}
.meta-categ a:last-child{
	margin-right: 0;
}

.meta-categ a:hover{
	text-decoration: none;
	background: #ffffff;
	color: #ff6666;
}

.blog-button {
	letter-spacing: 0.03em;
	margin-top: 54px;
}

.blog-button a {
	display: inline-block;
	font-weight: 700;
	padding: 12px 24px;
	text-align: center;
	border: 3px solid #ff6666;
}

.blog-button a:hover {
	text-decoration: none;
	color: #ffffff;
}

.img-fluid,
.blog-post-single img,
.custom-page-template img {
	height: auto;
	max-width: 100%;
}

.img-fluid,
.custom-page-template img,
.blog-post-single img {
    background-color: #f1f1f1;
}

.icon-img img{
	background: none;
}

.post-video{
position: relative;
}

.post-video:before {
    content: "";
    display: block;
    padding-top: 56.25%;
}

.post-audio:before {
    padding-top: 35%;
}

.post-video iframe{
	position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 100%;
	max-width: 100%;
}

.articles-holder,
.articles-title {
	margin-top: 32px;
}

/* BLOG 2 COLS */

.blog-item-2col-grid{
	margin-bottom: 72px;
}

.blog-item-2col-grid .blog-title{
	font-size: 32px;
}

/*** BLOG LIST ***/
.blog-item-1col-list {
	display: flex;
}

.blog-item-1col-list .post-image-list {
	width: 35%;
	height: 350px;
	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: 54px;
	right: 54px;
    -webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}

.blog-item-1col-list .article-title{
	font-size: 32px;
}

.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 ***/

.author-single-page {
	margin-top: 81px;
	display: flex;
}

.author-avatar {
	display: block;
}

.author-avatar img {
	border-radius: 99em;
}

.author-content {
	margin-left: 32px;
}

.author-single-page h3 {
	font-size: 28px;
	font-weight: 700;
	letter-spacing: 0.03em;
	margin-bottom: 16px;
}

.author-single-page h3 a{
	color: #252525;
}

.author-single-page h3 a:hover{
	color: #ff6666;
}

.author-content .social-media {
	margin-top: 8px;
}


/* SIDEBAR */

aside ul,
.sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.search-string {
	padding: 12px 24px;
	width: 100%;
	border: 3px solid #c5c5c5;
}

.widget {
	margin-bottom: 81px;
}

.widget:last-child{
	margin-bottom: 0;
}

.widgettitle {
	margin-bottom: 24px;
	font-weight: 700;
}

.single-page-tags {
	margin-top: 24px;
	font-weight: 700;
}

.single-page-tags a {
	font-size: 16px;
}

.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: #707070;
}

.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 {
	text-decoration: none;
	color: #ff6666;
}

.widget_categories ul li:before,
.widget_archive ul li:before,
.widget_recent_entries ul li:before,
.widget_pages li:before,
.widget_meta li:before,
.widget_nav_menu li:before {
	font-family: "Font Awesome 5 Free";
	content: "\f105";
	display: inline-block;
	padding-right: 8px;
	color: #ff6666;
	font-weight: 700;
	vertical-align: middle;
}

.widget_categories ul.children,
.widget_pages ul.children,
.widget_nav_menu .sub-menu {
	padding-top: 8px;
	margin-left: 16px;
}

.widget_tag_cloud a,
.tagcloud a,
.tags-single-page a {
	margin: 0 8px 8px 0;
	padding: 4px 12px;
	display: inline-block;
	color: #ffffff;
	border: 3px solid #ff6666;
	background: #ff6666;
	font-size: 13px !important;
	letter-spacing: 0.03em;
}

.widget_tag_cloud a:hover,
.tagcloud a:hover,
.tags-single-page a:hover {
	background: none;
	text-decoration: none;
}

.tags-single-page{
	margin-top: 81px;
}

.textwidget img {
	display: block;
	height: auto;
	max-width: 100%;
}

.textwidget select {
	width: 100%;
}

.comm-title {
	padding-top: 81px;
	margin-top: 81px;
	border-top: 1px solid #c5c5c5;
}


/**** COMMENTS STYLES*****/

.commentlist {
	margin: 0
}

.commentlist > li {
	list-style: none;
	margin: 0;
	margin-top: 54px;
}

.commentlist > li ul.children li {
	list-style: none;
	margin-top: 54px;
}

.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 72px;
}

.comment-body {

}

.commentlist li:last-child .comment-body {
	margin-bottom: 32px;
}

.comment-details {
	position: relative;
	margin-left: 72px
}

.comment-avatar {
	position: absolute;
	left: -72px;
	top: 0
}

.comment-avatar img {
	display: block;
}

.comment-right {
	padding: 32px;
	border: 1px solid #c5c5c5;
}

.comment-author .author a:link,
.comment-author .author a:visited {
	border: none;
}

.comment-author cite,
.comment-author .author a:link {
	font-weight: 700;
}

.comment-content p:last-child {
	margin: 0;
}

.comment-date {
	font-size: 12px;
	font-weight: normal;
	margin-bottom: 24px;
	text-transform: uppercase;
	color: #c5c5c5;
}

.reply {
	text-align: right;
}

.comment-reply-link {
	margin-top: 16px;
	text-decoration: none;
	font-weight: 600;
	font-size: 14px;
}

.comment-reply-link,
#cancel-comment-reply-link {
	display: inline-block;
	border: none;
}

#cancel-comment-reply-link {
	font-size: 22px;
}

.commentlist .children {
	margin: 0;
}

#comments_wrap {
	margin-top: 16px
}

#cancel-comment-reply {
	float: right;
	margin-top: 16px;
}

.children #commentform textarea {
	width: 95.6%
}

.pingback .comment-details {
	margin-left: 0;
}

.pingback .comment-avatar {
	display: none;
}


/**** END COMMENTS STYLES*****/


/*************************************

3.6 CONTACT

************************************/

p.contact-btn {
	margin-bottom: 24px !important;
}

.contact-right h5 {
	margin-bottom: 24px;
}

.contact-right ul {
	margin-top: 24px;
	list-style: none;
	margin: 0;
}

.contact-right ul li {
	margin-bottom: 16px;
}


/*************************************

3.7 GALLERY

************************************/

.gallery-holder .gallery-post {
	height: 300px;
	float: left;
	display: block;
	overflow: hidden;
	position: relative;
	width: 33.33%;
	margin: 0;
	padding: 5px;
}

.gallery-holder .gallery-post-desc {
	position: absolute;
	z-index: 4;
	text-align: center;
	padding: 0 15px;
	margin-left: 0;
	width: 100%;
	top: 50%;
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}

.gallery-mglass {
	font-size: 42px;
	color: #ffffff;
	display: inline-block;
	opacity: 0;
	-ms-transform: translateY(30px);
	-webkit-transform: translateY(30px);
	-moz-transform: translateY(30px);
	-o-transform: translateY(30px);
	transform: translateY(30px);
}

.gallery-post:hover .gallery-mglass {
	opacity: 1;
	-ms-transform: translateY(0px);
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	-o-transform: translateY(0px);
	transform: translateY(0px);
}

.gallery-img {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	display: block;
	height: 100%;
	position: relative;
	width: 100%;
}

.gallery-bkg {
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden;
}

.gallery-post .gallery-img {
	-webkit-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	transform: scale(1, 1);
	-webkit-backface-visibility: hidden;
	-webkit-transition: transform 0.5s ease-in-out 0s;
	-moz-transition: transform 0.5s ease-in-out 0s;
	-o-transition: transform 0.5s ease-in-out 0s;
	-ms-transition: transform 0.5s ease-in-out 0s;
	transition: transform 0.5s ease-in-out 0s;
}

.gallery-post:hover .gallery-img {
	-webkit-transform: scale(1.1, 1.1);
	-ms-transform: scale(1.1, 1.1);
	transform: scale(1.1, 1.1);
}

.gallery-4col .gallery-post {
	height: 300px;
	width: 25%;
}

.gallery-2col .gallery-post {
	height: 300px;
	width: 50%;
}

/*************************************

3.8 OTHER

************************************/

.heading-subtitle span{
text-transform: uppercase;
font-size: 13px;
font-weight: 600;
letter-spacing: 0.05em;
color: #ff6666;
border-bottom: 3px solid #ff6666;
line-height: 1;
}

.heading-subtitle.white span{
	color: #ffffff;
border-bottom: 3px solid #ffffff;
}

.heading-title.white h2{
	color: #ffffff;
}

.white-color{
	color: #ffffff;
}

.heading-title.pcolor h2,
.heading-title.pcolor h3,
.heading-title.pcolor h4{
	color: #ff6666;
}

.info-link a{
	text-decoration: underline;
}


/*************************************

4 FOOTER

************************************/

footer{
	margin-top: 108px;
	padding-top: 108px;
}

.footer-section{
	margin-top: 108px;
}

#footer-var1 #footer-content,
#footer-var2 #footer-content {
	position: relative;
}

.footer-title {
	font-size: 48px;
	color: #ffffff;
}

.footer-subtitle {
	font-size: 24px;
	margin-top: 16px;
	color: #ffffff;
}

.foo-block {
	margin-bottom: 54px;
	text-align: center;
}

.foo-block a,
.footer-section a{
	color: #ffffff;
}

.foo-block ul,
.footer-section ul {
	margin: 0;
	list-style: none;
}

.foo-block ul li,
.footer-section ul li {
	margin-bottom: 8px;
}

#evaluation-form-holder {
	margin-top: 72px;
}

#evaluation-form-holder h4 {
	color: #ffffff;
}	

.contact-field,
#msg-evaluation {
	width: 100%;
	border: none;
	padding: 16px;
	color: #ffffff;
	background: #404a55;
}

#msg-evaluation {
	padding: 12px 16px;
}

.comm-field,
#msg-contact,
.post-password-form label input {
	width: 100%;
	padding: 16px;
	margin-top: 8px;
	border: 1px solid #e5e5e5;
	background: #f2f2f2;
	color: #707070;
}

.post-password-form label input {
	width: auto;
}

#submit-evaluation,
#submit-contact,
#submit,
.post-password-form input[type="submit"] {
	padding: 12px 24px;
	margin-top: 4px;
	text-align: center;
	font-weight: 700;
	background: none;
	border: 3px solid #ff6666;
	cursor: pointer;
}

#submit-evaluation {
	margin-top: -4px;
}

.post-password-form input[type="submit"] {
	width: auto;
	color: #ff6666;
}

#submit-evaluation:hover,
#submit-contact:hover,
#submit:hover {
	text-decoration: none;
	color: #ffffff;
}

#output-evaluation {
	margin-top: 24px;
}

.antispam {
	display: none;
}

.footer-social {
	margin: 42px 0 16px 0;
	list-style: none;
}

.footer-social li {
	display: inline-block;
	margin: 0 0 0 24px;
	font-size: 24px;
}

.footer-social li:first-child {
	margin-left: 0;
}

.foo-copyright {
	font-size: 13px;
	padding-bottom: 16px;
	color: #d4d4d4;
}

.output2 {
	padding: 16px;
	display: inline-block;
	border: 1px solid #ff6666;
	color: #ff6666;
}

.page-numbers,
.page-numbers:hover,
.page-links a,
.nav-page a {
	margin: 0 6px;
	padding: 8px 16px;
	text-decoration: none;
	font-weight: 700;
	display: inline-block;
	border: 3px solid #ff6666;
}

.page-numbers:hover,
.page-numbers.current-page,
.page-numbers.current-page:hover,
.nav-page a:hover,
.page-links a:hover {
	background: #ff6666;
	color: #ffffff;
}

.page-links {
	text-align: center;
}

.other-entries {
	margin: 0;
	padding: 0;
	list-style: none;
}

.newer-entries {
	float: left;
}

.older-entries {
	float: right;
}

.no-page-title h1 {
	color: #c5c5c5;
	margin-bottom: 32px;
}


/*flexible embeds*/

.video-widget {
	position: relative;
	padding: 0;
	padding-bottom: 56.25%;
	/* 16:9 ratio*/
	height: 100%;
	overflow: hidden;
	margin-top: 32px;
}

.video-widget iframe,
.video-widget #gmap {
	position: absolute;
	top: auto;
	left: 0;
	width: 100%;
	height: 100%;
	border: none;
}

.scrollup {
	display: none;
}

.scrollup i {
	width: 30px;
	height: 30px;
	position: fixed;
	border-radius: 50%;
	bottom: 20px;
	right: 20px;
	text-align: center;
	padding-top: 6px;
	cursor: pointer;
	z-index: 110;
}

.nf-text {
	margin: 24px 0;
}

.alignc {
	text-align: center;
}

.alignr {
	text-align: right;
}

.alignl {
	text-align: left;
}

.none {
	display: none;
}

.alert{
	background-color: #f8d7da;
	border-color: #f5c6cb;
	color: #721c24;
	padding: 16px;
	border-radius: 0;
	margin-top:81px;
}

.top-page404{
	height: calc( 100vh - 150px );
	margin: 0;
}

.top-page404:after {
    content: '';
    width: 100%;
    height: 100%;
    background: #252525;
    position: absolute;
    opacity: 0.4;
}

.title-404{
	font-size: 12rem;
	line-height: 1;
}


/** SWIPER **/

@font-face{font-family:swiper-icons;src:url('data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA');font-weight:400;font-style:normal}:root{--swiper-theme-color:#007aff}:host{position:relative;display:block;margin-left:auto;margin-right:auto;z-index:1}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1;display:block}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;transition-timing-function:var(--swiper-wrapper-transition-timing-function,initial);box-sizing:content-box}.swiper-android .swiper-slide,.swiper-ios .swiper-slide,.swiper-wrapper{transform:translate3d(0px,0,0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform;display:block}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d{perspective:1200px}.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide{transform-style:preserve-3d}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-css-mode.swiper-horizontal>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-css-mode.swiper-vertical>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-css-mode.swiper-free-mode>.swiper-wrapper{scroll-snap-type:none}.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:none}.swiper-css-mode.swiper-centered>.swiper-wrapper::before{content:'';flex-shrink:0;order:9999}.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper::before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper::before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:rgba(0,0,0,.15)}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader{animation:swiper-preloader-spin 1s infinite linear}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}.swiper-virtual .swiper-slide{-webkit-backface-visibility:hidden;transform:translateZ(0)}.swiper-virtual.swiper-css-mode .swiper-wrapper::after{content:'';position:absolute;left:0;top:0;pointer-events:none}.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after{height:1px;width:var(--swiper-virtual-size)}.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after{width:1px;height:var(--swiper-virtual-size)}:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{position:absolute;top:var(--swiper-navigation-top-offset,50%);width:calc(var(--swiper-navigation-size)/ 44 * 27);height:var(--swiper-navigation-size);margin-top:calc(0px - (var(--swiper-navigation-size)/ 2));z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color,var(--swiper-theme-color))}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-next.swiper-button-hidden,.swiper-button-prev.swiper-button-hidden{opacity:0;cursor:auto;pointer-events:none}.swiper-navigation-disabled .swiper-button-next,.swiper-navigation-disabled .swiper-button-prev{display:none!important}.swiper-button-next svg,.swiper-button-prev svg{width:100%;height:100%;object-fit:contain;transform-origin:center}.swiper-rtl .swiper-button-next svg,.swiper-rtl .swiper-button-prev svg{transform:rotate(180deg)}.swiper-button-prev,.swiper-rtl .swiper-button-next{left:var(--swiper-navigation-sides-offset,10px);right:auto}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:var(--swiper-navigation-sides-offset,10px);left:auto}.swiper-button-lock{display:none}.swiper-button-next:after,.swiper-button-prev:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none!important;letter-spacing:0;font-variant:initial;line-height:1}.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{content:'prev'}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:var(--swiper-navigation-sides-offset,10px);left:auto}.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{content:'next'}.swiper-pagination{position:absolute;text-align:center;transition:.3s opacity;transform:translate3d(0,0,0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-pagination-disabled>.swiper-pagination,.swiper-pagination.swiper-pagination-disabled{display:none!important}.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:var(--swiper-pagination-bottom,8px);top:var(--swiper-pagination-top,auto);left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{width:var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px));height:var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));display:inline-block;border-radius:var(--swiper-pagination-bullet-border-radius,50%);background:var(--swiper-pagination-bullet-inactive-color,#000);opacity:var(--swiper-pagination-bullet-inactive-opacity, .2)}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none!important}.swiper-pagination-bullet-active{opacity:var(--swiper-pagination-bullet-opacity, 1);background:var(--swiper-pagination-color,var(--swiper-theme-color))}.swiper-pagination-vertical.swiper-pagination-bullets,.swiper-vertical>.swiper-pagination-bullets{right:var(--swiper-pagination-right,8px);left:var(--swiper-pagination-left,auto);top:50%;transform:translate3d(0px,-50%,0)}.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:var(--swiper-pagination-bullet-vertical-gap,6px) 0;display:block}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:.2s transform,.2s top}.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap,4px)}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s left}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s right}.swiper-pagination-fraction{color:var(--swiper-pagination-fraction-color,inherit)}.swiper-pagination-progressbar{background:var(--swiper-pagination-progressbar-bg-color,rgba(0,0,0,.25));position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color,var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:var(--swiper-pagination-progressbar-size,4px);left:0;top:0}.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-vertical>.swiper-pagination-progressbar{width:var(--swiper-pagination-progressbar-size,4px);height:100%;left:0;top:0}.swiper-pagination-lock{display:none}.swiper-scrollbar{border-radius:var(--swiper-scrollbar-border-radius,10px);position:relative;touch-action:none;background:var(--swiper-scrollbar-bg-color,rgba(0,0,0,.1))}.swiper-scrollbar-disabled>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-disabled{display:none!important}.swiper-horizontal>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-horizontal{position:absolute;left:var(--swiper-scrollbar-sides-offset,1%);bottom:var(--swiper-scrollbar-bottom,4px);top:var(--swiper-scrollbar-top,auto);z-index:50;height:var(--swiper-scrollbar-size,4px);width:calc(100% - 2 * var(--swiper-scrollbar-sides-offset,1%))}.swiper-scrollbar.swiper-scrollbar-vertical,.swiper-vertical>.swiper-scrollbar{position:absolute;left:var(--swiper-scrollbar-left,auto);right:var(--swiper-scrollbar-right,4px);top:var(--swiper-scrollbar-sides-offset,1%);z-index:50;width:var(--swiper-scrollbar-size,4px);height:calc(100% - 2 * var(--swiper-scrollbar-sides-offset,1%))}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:var(--swiper-scrollbar-drag-bg-color,rgba(0,0,0,.5));border-radius:var(--swiper-scrollbar-border-radius,10px);left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{width:100%;height:100%;display:flex;justify-content:center;align-items:center;text-align:center}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;object-fit:contain}.swiper-slide-zoomed{cursor:move;touch-action:none}.swiper .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-free-mode>.swiper-wrapper{transition-timing-function:ease-out;margin:0 auto}.swiper-grid>.swiper-wrapper{flex-wrap:wrap}.swiper-grid-column>.swiper-wrapper{flex-wrap:wrap;flex-direction:column}.swiper-fade.swiper-free-mode .swiper-slide{transition-timing-function:ease-out}.swiper-fade .swiper-slide{pointer-events:none;transition-property:opacity}.swiper-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-fade .swiper-slide-active{pointer-events:auto}.swiper-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube{overflow:visible}.swiper-cube .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;visibility:hidden;transform-origin:0 0;width:100%;height:100%}.swiper-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-cube.swiper-rtl .swiper-slide{transform-origin:100% 0}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-next,.swiper-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0px;width:100%;height:100%;opacity:.6;z-index:0}.swiper-cube .swiper-cube-shadow:before{content:'';background:#000;position:absolute;left:0;top:0;bottom:0;right:0;filter:blur(50px)}.swiper-cube .swiper-slide-next+.swiper-slide{pointer-events:auto;visibility:visible}.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-bottom,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-left,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-right,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-flip{overflow:visible}.swiper-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-flip .swiper-slide-active,.swiper-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-bottom,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-creative .swiper-slide{-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden;transition-property:transform,opacity,height}.swiper-cards{overflow:visible}.swiper-cards .swiper-slide{transform-origin:center bottom;-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden}


/*************************************

MAGNIFIC POPUP

************************************/

.mfp-bg {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1042;
	overflow: hidden;
	position: fixed;
	background: #0b0b0b;
	opacity: 0.9;
}

.mfp-wrap {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1043;
	position: fixed;
	outline: none !important;
	-webkit-backface-visibility: hidden;
}

.mfp-container {
	text-align: center;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	padding: 0 8px;
	box-sizing: border-box;
}

.mfp-container:before {
	content: '';
	display: inline-block;
	height: 100%;
	vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
	display: none;
}

.mfp-content {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	margin: 0 auto;
	text-align: left;
	z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
	width: 100%;
	cursor: auto;
}

.mfp-ajax-cur {
	cursor: progress;
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
	cursor: -moz-zoom-out;
	cursor: -webkit-zoom-out;
	cursor: zoom-out;
}

.mfp-zoom {
	cursor: pointer;
	cursor: -webkit-zoom-in;
	cursor: -moz-zoom-in;
	cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
	cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
}

.mfp-loading.mfp-figure {
	display: none;
}

.mfp-hide {
	display: none !important;
}

.mfp-preloader {
	color: #CCC;
	position: absolute;
	top: 50%;
	width: auto;
	text-align: center;
	margin-top: -0.8em;
	left: 8px;
	right: 8px;
	z-index: 1044;
}

.mfp-preloader a {
	color: #CCC;
}

.mfp-preloader a:hover {
	color: #FFF;
}

.mfp-s-ready .mfp-preloader {
	display: none;
}

.mfp-s-error .mfp-content {
	display: none;
}

button.mfp-close,
button.mfp-arrow {
	overflow: visible;
	cursor: pointer;
	background: transparent;
	border: 0;
	-webkit-appearance: none;
	display: block;
	outline: none;
	padding: 0;
	z-index: 1046;
	box-shadow: none;
	touch-action: manipulation;
}

button::-moz-focus-inner {
	padding: 0;
	border: 0;
}

.mfp-close {
	width: 44px;
	height: 44px;
	line-height: 44px;
	position: absolute;
	right: 0;
	top: 0;
	text-decoration: none;
	text-align: center;
	opacity: 0.65;
	padding: 0 0 18px 10px;
	color: #FFF;
	font-style: normal;
	font-size: 28px;
	font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover,
.mfp-close:focus {
	opacity: 1;
}

.mfp-close:active {
	top: 1px;
}

.mfp-close-btn-in .mfp-close {
	color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
	color: #FFF;
	right: -6px;
	text-align: right;
	padding-right: 6px;
	width: 100%;
}

.mfp-counter {
	position: absolute;
	top: 0;
	right: 0;
	color: #CCC;
	font-size: 12px;
	line-height: 18px;
	white-space: nowrap;
}

.mfp-arrow {
	position: absolute;
	opacity: 0.65;
	margin: 0;
	top: 50%;
	margin-top: -55px;
	padding: 0;
	width: 90px;
	height: 110px;
	-webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
	margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
	opacity: 1;
}

.mfp-arrow:before,
.mfp-arrow:after {
	content: '';
	display: block;
	width: 0;
	height: 0;
	position: absolute;
	left: 0;
	top: 0;
	margin-top: 35px;
	margin-left: 35px;
	border: medium inset transparent;
}

.mfp-arrow:after {
	border-top-width: 13px;
	border-bottom-width: 13px;
	top: 8px;
}

.mfp-arrow:before {
	border-top-width: 21px;
	border-bottom-width: 21px;
	opacity: 0.7;
}

.mfp-arrow-left {
	left: 0;
}

.mfp-arrow-left:after {
	border-right: 17px solid #FFF;
	margin-left: 31px;
}

.mfp-arrow-left:before {
	margin-left: 25px;
	border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
	right: 0;
}

.mfp-arrow-right:after {
	border-left: 17px solid #FFF;
	margin-left: 39px;
}

.mfp-arrow-right:before {
	border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
	padding-top: 40px;
	padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
	line-height: 0;
	width: 100%;
	max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
	top: -40px;
}

.mfp-iframe-scaler {
	width: 100%;
	height: 0;
	overflow: hidden;
	padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
	background: #000;
}


/* Main image in popup */

img.mfp-img {
	width: auto;
	max-width: 100%;
	height: auto;
	display: block;
	line-height: 0;
	box-sizing: border-box;
	padding: 40px 0 40px;
	margin: 0 auto;
}


/* The shadow behind the image */

.mfp-figure {
	line-height: 0;
}

.mfp-figure:after {
	content: '';
	position: absolute;
	left: 0;
	top: 40px;
	bottom: 40px;
	display: block;
	right: 0;
	width: auto;
	height: auto;
	z-index: -1;
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
	background: #444;
}

.mfp-figure small {
	color: #BDBDBD;
	display: block;
	font-size: 12px;
	line-height: 14px;
}

.mfp-figure figure {
	margin: 0;
}

.mfp-bottom-bar {
	margin-top: -36px;
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	cursor: auto;
}

.mfp-title {
	text-align: left;
	line-height: 18px;
	color: #F3F3F3;
	word-wrap: break-word;
	padding-right: 36px;
}

.mfp-image-holder .mfp-content {
	max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
	cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape),
screen and (max-height: 300px) {
	/**
       * Remove all paddings around the image on small screen
       */
	.mfp-img-mobile .mfp-image-holder {
		padding-left: 0;
		padding-right: 0;
	}
	.mfp-img-mobile img.mfp-img {
		padding: 0;
	}
	.mfp-img-mobile .mfp-figure:after {
		top: 0;
		bottom: 0;
	}
	.mfp-img-mobile .mfp-figure small {
		display: inline;
		margin-left: 5px;
	}
	.mfp-img-mobile .mfp-bottom-bar {
		background: rgba(0, 0, 0, 0.6);
		bottom: 0;
		margin: 0;
		top: auto;
		padding: 3px 5px;
		position: fixed;
		box-sizing: border-box;
	}
	.mfp-img-mobile .mfp-bottom-bar:empty {
		padding: 0;
	}
	.mfp-img-mobile .mfp-counter {
		right: 5px;
		top: 3px;
	}
	.mfp-img-mobile .mfp-close {
		top: 0;
		right: 0;
		width: 35px;
		height: 35px;
		line-height: 35px;
		background: rgba(0, 0, 0, 0.6);
		position: fixed;
		text-align: center;
		padding: 0;
	}
}

@media all and (max-width: 900px) {
	.mfp-arrow {
		-webkit-transform: scale(0.75);
		transform: scale(0.75);
	}
	.mfp-arrow-left {
		-webkit-transform-origin: 0;
		transform-origin: 0;
	}
	.mfp-arrow-right {
		-webkit-transform-origin: 100%;
		transform-origin: 100%;
	}
	.mfp-container {
		padding-left: 6px;
		padding-right: 6px;
	}
}


/*************************************

END MAGNIFIC POPUP

************************************/


/*************************************

 GUTENBERG

************************************/

.page-full .alignfull,
.page-full .alignwide {
	margin-left: calc( -100vw / 2 + 100% / 2);
	margin-right: calc( -100vw / 2 + 100% / 2);
	max-width: 100vw;
}

.wp-block-latest-posts,
.wp-block-categories,
.wp-block-archives {
	list-style: none;
	margin: 0;
	padding: 0;
	margin-bottom: 24px;
}

.wp-block-categories .children{
	margin-top: 8px;
}

.wp-block-latest-posts li,
.wp-block-categories li,
.wp-block-archives li {
	margin-bottom: 8px;
	list-style: none;
}

.wp-block-latest-posts li a,
.wp-block-categories li a,
.wp-block-archives li a {
	color: #ff6666;
	text-decoration: none;
}

.wp-block-latest-posts li a:hover,
.wp-block-categories li a:hover,
.wp-block-archives li a:hover {
	text-decoration: none;
	color: #707070;
}

.wp-block-quote {
    border-left: none;
    margin: 36px 0;
	padding: 0 42px;
}

.wp-block-quote.is-large,
.wp-block-quote.is-style-large {
	padding: 0 42px;
}

.wp-block-quote p{font-size:24px;
margin-bottom: 0;}

.wp-block-quote.is-large p,
.wp-block-quote.is-style-large p {
	font-size: 32px;
}

.wp-block-button .wp-block-button__link {
	font-size: 13px;
	letter-spacing: 0.15em;
	font-weight: 700;
	display: inline-block;
	color: #ff6666;
	border: 3px solid #ff6666;
	padding: 12px 24px;
	background: none;
	cursor: pointer;
	border-radius: 0;
}

.wp-block-button .wp-block-button__link:hover {
	color: #ffffff;
	border: 3px solid #ff6666;
	background: #ff6666;
	text-decoration: none;
}

.wp-block-button__link:not([href]):not([tabindex]) {
	color: #ff6666;
	text-decoration: none;
}

.wp-block-button__link:not([href]):not([tabindex]):hover {
	color: #ffffff;
}

.wp-block-button__link:not(.has-background):active,
.wp-block-button__link:not(.has-background):focus {
	background: #ff6666;
	color: #ffffff;
}

.wp-block-columns {
	margin-left: -15px;
	margin-right: -15px;
}

.wp-block-column {
	padding-left: 15px;
	padding-right: 15px;
}

.wp-block-pullquote {
	border-top: 3px solid #707070;
	border-bottom: 3px solid #707070;
	color: #707070;
	padding: 24px;
	margin: 42px 0;
}

.wp-block-pullquote blockquote{
	border-left: none;
	margin: 1em;
}

.wp-block-pullquote blockquote:before {
	display: none;
}

.wp-block-pullquote cite,
.wp-block-pullquote footer {
	color: #999999;
	font-size: 12px;
	font-style: normal;
	font-weight: 300;
	text-transform: uppercase;
}

.wp-block-image,
.wp-block-gallery {
	margin-bottom: 24px;
}

.wp-block-cover,
.wp-block-cover-image {
	width: auto;
}

.wp-block-gallery{
	margin-left: 0;
}

.blocks-gallery-caption,
.wp-block-image figcaption,
.wp-block-embed figcaption,
.wp-block-video figcaption{
	color: #999999;
	font-size: 14px;
	text-align: center;
	margin-top: 24px;
	font-style: italic;
	font-weight: 300;
	margin-left: auto;
	margin-right: auto;
}

.wp-block-cover p:not(.has-text-color){
	color: #ffffff;
}

.wp-block-latest-comments{
	margin: 0;
}

.wp-block-latest-comments__comment{
	margin-bottom: 54px;
}

.wp-block-latest-comments__comment-meta{
	margin-top: 0;
	padding: 0;
	background: none;
	color: #252525;
}

.wp-block-latest-comments__comment-meta a{
	color: #252525;
}

.wp-block-latest-comments__comment-meta a:hover{
	color: #ff6666;
}

.wp-block-latest-comments__comment-author,
.wp-block-latest-comments__comment-link{
	font-size: 24px;
	font-style: normal;
	font-weight: 600;
	margin-bottom: 8px;
}

.wp-block-latest-comments__comment-date{
font-size: 13px;
text-transform: uppercase;
font-weight: 600;
color: #252525;
}

.wp-block-latest-comments__comment-excerpt{
	margin-top: 24px;
}

.wp-block-search{
	align-items: center;
}

.wp-block-search .wp-block-search__input{
	padding: 12px 24px;
	width: 100%;
	border: 3px solid #c5c5c5;
}

.wp-block-search__button{
	display: inline-block;
	font-weight: 700;
	padding: 12px 24px;
	text-align: center;
	color: #ffffff;
	border: 3px solid #ff6666;
	background: #ff6666;
}

.wp-block-search__button:hover{
	background: none;
	text-decoration: none;
}

/* ELEMENTOR */

.elementor-widget:not(:last-child) {
    margin-bottom: 16px;
}

.elementor-widget-divider:not(:last-child){
	margin-bottom: 0;
}

.elementor-column-gap-default .elementor-row {
	width: calc(100% + 20px);
	margin-left: -10px;
	margin-right: -10px;
}

.elementor-column-gap-narrow .elementor-row {
	width: calc(100% + 10px);
	margin-left: -5px;
	margin-right: -5px;
}

.elementor-column-gap-extended .elementor-row {
	width: calc(100% + 30px);
	margin-left: -15px;
	margin-right: -15px;
}

.elementor-column-gap-wide .elementor-row {
	width: calc(100% + 40px);
	margin-left: -20px;
	margin-right: -20px;
}

.elementor-column-gap-wider .elementor-row {
	width: calc(100% + 60px);
	margin-left: -30px;
	margin-right: -30px;
}

.elementor-widget-heading .elementor-heading-title {
	line-height: 1.2em;
}

.elementor-progress-wrapper {
    height: 30px;
    line-height: 30px;
}

.icon-circle .elementor-icon {
	color: #ff6666;
	border-color: #ff6666;
}

.pcolori .elementor-icon{
	color: #ff6666;
}

.pcolori svg path {
    fill: #ff6666;
}

.icon-svg svg {
  fill: #ffffff;
}

.icon-svg:hover svg {
  fill: #ff6666;
}

.elementor-tab-title a{
	color: #252525;
}
.elementor-tab-title a:hover,
.elementor-tab-title.elementor-active a{
	color: #ff6666;
	text-decoration: none;
}

.elementor-widget-tabs .elementor-tabs-wrapper {
	border-bottom: 2px solid #e5e5e5;
	padding-bottom: 8px;
}

.elementor-widget-tabs.elementor-tabs-view-horizontal .elementor-tab-desktop-title {
	display: inline;
}

.elementor-widget-tabs .elementor-tab-content {
	padding: 25px;
}

.elementor-widget-tabs .elementor-tab-desktop-title,
.elementor-widget-tabs.elementor-tabs-view-horizontal .elementor-tab-content{
	border: none;
}

.elementor-widget-tabs .elementor-tab-title:hover,
.elementor-widget-tabs .elementor-tab-title.elementor-active {
	color: #ff6666;
}

.mt-accordion .elementor-accordion .elementor-accordion-item,
.mt-accordion .elementor-accordion .elementor-tab-content,
.mt-accordion .elementor-toggle .elementor-tab-content {
	border: none;
}

.mt-accordion .elementor-accordion .elementor-tab-title,
.mt-accordion .elementor-toggle .elementor-tab-title {
	color: #ff6666;
	font-size: 24px;
	font-weight: 600;
	padding: 20px 15px;
	border: 1px solid #ff6666;
	border-radius: 0;
	margin-bottom: 32px;
	display: flex;
	align-items: center;
	line-height: 1.2;
}

.mt-accordion .elementor-accordion,
.mt-accordion .elementor-toggle{
	margin-bottom: -30px;
}

.mt-accordion .elementor-accordion .elementor-tab-title .elementor-accordion-icon,
.mt-accordion .elementor-toggle .elementor-tab-title .elementor-toggle-icon {
	font-size: 15px;
	padding-top: 0;
	margin-right: 5px;
	color: #ff6666;
	order: 2;
}

.mt-accordion .elementor-accordion .elementor-tab-title .elementor-accordion-icon.elementor-accordion-icon-right {
    float: none;
    order: 2;
	margin-right: 0;
}

.mt-accordion .elementor-accordion .elementor-tab-title .elementor-accordion-icon.elementor-accordion-icon-left,
.mt-accordion .elementor-toggle .elementor-tab-title .elementor-toggle-icon.elementor-toggle-icon-left {
	float: none;
}

.mt-accordion .elementor-accordion .elementor-tab-title:hover,
.mt-accordion .elementor-accordion .elementor-tab-title.elementor-active,
.mt-accordion .elementor-toggle .elementor-tab-title:hover,
.mt-accordion .elementor-toggle .elementor-tab-title.elementor-active {
	background: #ff6666;
	border-color: #ff6666;
	color: #252525;
}

.mt-accordion .elementor-accordion .elementor-tab-title:hover a,
.mt-accordion .elementor-toggle .elementor-tab-title:hover a,
.mt-accordion .elementor-accordion .elementor-tab-title:hover .elementor-accordion-icon,
.mt-accordion .elementor-accordion .elementor-tab-title.elementor-active .elementor-accordion-icon,
.mt-accordion .elementor-toggle .elementor-tab-title:hover .elementor-toggle-icon,
.mt-accordion .elementor-toggle .elementor-tab-title.elementor-active .elementor-toggle-icon,
.mt-accordion .elementor-tab-title.elementor-active a {
	color: #252525;
}

.mt-accordion .elementor-accordion .elementor-tab-content,
.mt-accordion .elementor-toggle .elementor-tab-content  {
	padding: 0 15px;
	margin-bottom: 30px;
}

.mt-accordion .elementor-toggle .elementor-tab-title.elementor-active{
	border-bottom: 1px solid #ff6666;
}

.mt-accordion .elementor-tab-title a{
	flex: 1 1 auto;
	order: 1;
}

.price-title {
	font-size: 72px;
	font-weight: 600;
	color: #ff6666;
}

.price-title sup,
.price-title sub {
    font-size: 16px;
}

.price-title sub {
vertical-align: baseline;
}

.price-title sup {
vertical-align: text-top;
}

.page-holder h2.price-title{
	margin-bottom: 16px;
}

.price-features {
	list-style: none;
	margin: 0;
	margin-bottom: 0;
	margin-bottom: 24px;
}

.price-features li {
	padding: 8px 0;
	margin-bottom: 0;
}

.elementor-social-icon{
	background: none;
	padding: 0;
}

.elementor-social-icon i{
	color: #252525;
}	

.elementor-social-icon:hover {
	opacity: 1;
}

.elementor-social-icon:hover i {
	color: #ff6666;
}

.elementor-button,
.btn-more{
	display: inline-block;
	font-weight: 700;
	padding: 12px 24px;
	text-align: center;
	color: #ffffff;
	background: #ff6666;
	border: 3px solid #ff6666;
	line-height: 1.7;
}

.elementor-button.elementor-size-sm,
.elementor-button.elementor-size-md,
.btn-more {
	color: #ffffff;
    font-size: 16px;
    padding: 12px 24px;
    -webkit-border-radius: 0;
    border-radius: 0;
}

.elementor-button.elementor-size-sm:hover,
.elementor-button.elementor-size-md:hover,
.btn-more:hover {
	background: none;
	text-decoration: none;
	color: #ff6666;
}

.btn-white-el .elementor-button.elementor-size-sm,
.btn-white-el .elementor-button.elementor-size-md {
	background: #ffffff;
	border: 3px solid #ffffff !important;
	color: #252525;
}

.btn-white-el .elementor-button.elementor-size-sm:hover,
.btn-white-el .elementor-button.elementor-size-md:hover {
	background: none;
	color: #ffffff;
	border-color: #ffffff !important;
	text-decoration: none;
}

.elementor-widget-heading p.elementor-heading-title{
	line-height: 1.7;
}

.icon-box-center .elementor-icon-box-content{
	-webkit-box-flex: 0 !important;
	-ms-flex-positive: 0 !important;
	flex-grow: 0 !important;
}

.icon-box-center .elementor-icon-box-wrapper{
	justify-content: center;
}

.woocommerce-input-wrapper {
    display: block;
    width: 100%;
}

.woocommerce .col2-set .col-1,
.woocommerce-page .col2-set .col-1,
.woocommerce .col2-set .col-2,
.woocommerce-page .col2-set .col-2 {
    max-width: none;
}

.woocommerce-checkout #payment ul.payment_methods .stripe-card-group,
.wc-stripe-elements-field, .wc-stripe-iban-element-field {
    width: 100%;
}

/*************************************

MEDIA QUERIES

************************************/

@media (min-width: 768px) {
	.container {
		max-width: 100%;
	}
	.elementor-section.elementor-section-boxed > .elementor-container {
		max-width: 100%;
	}

}

@media (min-width: 1024px) {
	.container{
		max-width: 960px;
	}
	.elementor-section.elementor-section-boxed > .elementor-container {
		max-width: 930px;
	}
	
}

@media (min-width: 1200px) {
	.container {
		max-width: 1140px;
	}
	.elementor-section.elementor-section-boxed > .elementor-container {
		max-width: 1110px;
	}
	
	.layout-1col-fw {
		width: 960px;
		margin: 0 auto;
	}
	
	.parallax {
		background-attachment: fixed !important;
	}
}

@media (min-width: 1500px) {
	.container {
		max-width: 1350px;
	}
	.elementor-section.elementor-section-boxed > .elementor-container {
		max-width: 1320px;
	}
	.page-full .alignwide {
		margin-left: -75px;
		margin-right: -75px;
		max-width: 1500px;
	}
}

@media (max-width: 1024px) {
	/* menu */
	.nav-holder-1,
	.header-contact,
	.top-info {
		display: none;
	}
	
	.nav-fixed-top .header-wrap1 {
		display: flex;
	}
	
	.header-wrap4{
 	flex-wrap: nowrap;
	display: flex;
	align-items: center;
	text-align: left;
	padding: 8px 0;
	}
	
	.nav-fixed-top .logo-4{
		display: block;
	}

	
	.nav-button-holder {
		display: block;
	}
	
	.header-6 .nav-button-holder{
		margin-right: 10px;
	}
	
	.header-wrap{
		padding-bottom: 8px;
	}
	
	.logo-2,
	.logo-4,
	.header-4.nav-fixed-top{
		padding: 0;
	}
	
	.social-media5{
		flex: 0 1 auto;
		margin-left: 16px;
		margin-bottom: 5px;
	}
	
	.video-container,
	.video-container video,
	.video-container iframe{
		height: 550px;
	}
		
	.page-holder-sidebar,
	.post-sidebar .single-post-holder,
	.post-sidebar .blog-1col,
	.post-sidebar .blog-1col-list-left,
	.post-sidebar .blog-item-2col-grid {
		margin-right: 0;
	}
	
	.swiper-mt,
	.blog-item{
		margin-bottom: 54px;
	}
	
	.case-study{
		width: 50%;
	}
	
	footer{
		margin-top: 54px;
		padding-top: 54px;
	}
	
	.footer-section{
		margin-top: 54px;
	}
	
	.box-home8{
		top: auto;
	}
	
	.order1{
		order: 1;
	}	
	.order2{
		order: 2;
	}
	
	.order3{
		order: 3;
	}
	
	.elementor-widget-wrap > .img-pos-el.elementor-absolute{
		position: relative;
		top: 0;
		left: 0;
		width: 100%;
	}
	
}	

@media (min-width: 768px) and (max-width: 979px) {
	
	aside {
		padding-left: 0px;
	}
	aside ul li.widget:first-child {
		margin-top: 81px;
	}
	.case-1col-title {
		margin-top: 32px;
	}
		
	.blog-item-1col-list {
		display: block;
	}
	.blog-item-1col-list .post-image-list,
	.blog-item-1col-list .post-holder  {
		width: 100%;
	}
	
	.blog-item-1col-list .post-image-list{
		margin-bottom: 32px;
	}
	
	.list-holder {
    position: relative;
    top: auto;
	left: 0;
	right: 0;
    transform: none;
	}
	
	.fullscreen-page .elementor-column-gap-default > .elementor-row > .elementor-column > .elementor-element-populated {
		padding-left: 5px;
		padding-right: 5px;
	}
	
	.fullscreen-page .elementor-top-section > .elementor-column-gap-no > .elementor-row > .elementor-column > .elementor-element-populated{
		padding-left: 0;
		padding-right: 0;
	}
	
	.fullscreen-page .elementor-top-section > .elementor-column-gap-no > .elementor-row > .mobile-margin.elementor-column > .elementor-element-populated{
		padding-left: 5px;
		padding-right: 5px;
	}
	
	.fullscreen-page .fullpage-no-padding .elementor-column-gap-default > .elementor-row > .elementor-column > .elementor-element-populated{
		padding-left: 10px;
		padding-right: 10px;
	}
}

@media (max-width: 767px) {
	
	.video-container,
	.video-container video,
	.video-container iframe{
		height: 400px;
	}
	
	.video-container{
		margin-bottom: 54px;
	}
	
	.container {
		max-width: 100%;
	}
	
	.header-contact {
		margin-top: 8px;
	}
	.header-contact {
		text-align: center;
	}
	
	.btn-header6,
	.social-btn-top7{
		display: none;
	}
	
	.social-btn-top6{
		flex: 0 1 auto;
	}
	
	.logo-7{
	flex: 1 1 0;
	margin-right: 0;
	}	
	
	.lawyer-bio,
	.about-description {
		margin-top: 54px;
	}
	
	.slider-container,
	.page-head{
		margin-bottom: 54px;
	}

	aside {
		padding-left: 0px;
	}
	aside ul li.widget:first-child {
		margin-top: 81px;
	}
	.case-1col-title {
		margin-top: 32px;
	}
	.slider-caption h1,
	.slider-caption h2 {
		font-size: 32px;
		margin-bottom: 16px;
	}
	.slider-caption h4 {
		font-size: 16px;
	}
	.slider-caption a.btn-white {
		margin-top: 24px;
	}
	
	/* blog */
	.posts-holder-push-right {
		order: 0;
	}
	.posts-holder,
	.posts-holder-push-right {
		padding-left: 15px;
		padding-right: 15px;
	}
	
	.blog-title{
		font-size: 32px;
	}
	
	.blog-item-1col-list {
		display: block;
	}
	.blog-item-1col-list .post-image-list {
		width: 100%;
		height: 300px;
		margin-bottom: 32px;
	}
	.blog-item-1col-list .post-holder {
		width: 100%;
	}
	
	.blog-item-1col .post-holder{
		padding: 0;
	}
	
	.list-holder {
    position: relative;
    top: auto;
	left: 0;
	right: 0;
    transform: none;
	}
	
	.case-study{
		width: 100%;
	}
	
	.lawyer .lawyer-img{
		margin-right: 15px;
	}
	
	.lawyer-image-v2 img {
		width: 100%;
	}
	
	.testimonial-info{
		padding: 0 15px;
	}
		
	/*comments*/
	.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;
	}
	.other-entries {
		text-align: center;
	}
	.newer-entries,
	.older-entries {
		float: none;
	}
	.newer-entries {
		margin-bottom: 16px;
	}
	.gallery-holder .gallery-post {
		height: 300px;
		float: none;
		width: 100%;
		padding: 5px 0;
	}
	
	.order-mobi1{
		order: 1;
	}	
	.order-mobi2{
		order: 2;
	}
	
	.order-mobi3{
		order: 3;
	}
	
	/* gutenberg */
	.wp-block-column {
		flex-basis: 100%;
		flex-grow: 1;
	}
	.wp-block-column:not(:last-child) {
		margin-right: 0;
	}
	.wp-block-column:not(:first-child) {
		margin-left: 0;
	}
	
	/* ELEMENTOR */
	
	
	.box-nomargin{ padding: 0; }
	
	.elementor-widget-tabs .elementor-tab-mobile-title,
	.elementor-widget-tabs .elementor-tab-content {
		padding: 10px;
		border: 1px solid #e5e5e5;
	}
	
	.elementor-tabs .elementor-tabs-content-wrapper{
		border: none;
	}
	
	.elementor-widget-tabs .elementor-tab-mobile-title{
		color: #252525;
		font-weight: 700;
	}

	.fullscreen-page .elementor-top-section > .elementor-container > .elementor-row > .elementor-column > .elementor-element-populated {
		padding-left: 5px;
		padding-right: 5px;
	}
	
	.fullscreen-page .elementor-top-section > .elementor-column-gap-no > .elementor-row > .elementor-column > .elementor-element-populated{
		padding-left: 0;
		padding-right: 0;
	}
	
	.fullscreen-page .elementor-top-section > .elementor-column-gap-no > .elementor-row > .mobile-margin.elementor-column > .elementor-element-populated{
		padding-left: 5px;
		padding-right: 5px;
	}
	
	.fullscreen-page .fullpage-no-padding .elementor-column-gap-default > .elementor-row > .elementor-column > .elementor-element-populated{
		padding-left: 5px;
		padding-right: 5px;
	}
}

@media (max-width: 568px) {
	.slider-caption a.btn-white {
		display: none;
	}
}

@media (max-width: 480px) {
	
	.video-container,
	.video-container video,
	.video-container iframe{
		height: 260px;
	}
	
	.intro-big-italic {
		font-size: 54px;
	}
}