/**
* template:  FIRSTLAW

TABLE OF CONTENTS

        + Global
        + Header
        + Img Header
        + About Us
        + Team
        + Services
        + Testimonials
        + Consultation
        + Contact

*/


/* -------------------------------------------------------
                     GLOBAL
-------------------------------------------------------- */


body {
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	line-height: 1.4;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Merriweather Sans', sans-serif;
	font-weight: 800;
}

.wrapper-header {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	z-index: 100;
}

#header,
#top-contacts,
.img-header,
#aboutus,
.copyright,
#contact,
#consultation,
#testimonials,
#services,
#team {
	max-width: 1920px;
	width: 100%;
	margin: 0 auto;
}

.wrapper {
	max-width: 1200px;
	width: 100%;
	margin: 0 auto;
	padding: 0 10px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.flex-row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

#openmenu,
#closemenu {
	font-size: 30px;
	color: #fff;
	text-decoration: none;
	-webkit-transition: all;
	-o-transition: all;
	transition: all;
	-webkit-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
	transition-duration: 0.5s;
	display: none;
}

#openmenu:hover,
#closemenu:hover {
	color: #56B9BB;
}

#scrolltop {
	color: #fff;
	text-decoration: none;
	width: 50px;
	height: 50px;
	background-color: #56B9BB;
	-webkit-transition: all;
	-o-transition: all;
	transition: all;
	-webkit-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
	transition-duration: 0.5s;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: fixed;
	bottom: 30px;
	right: 30px;
	z-index: 100;
	border: 1px solid #56B9BB;
}

#scrolltop:hover {
	background-color: #171a28;
}

@-webkit-keyframes load {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

@keyframes load {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

#preload {
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 100vh;
	background-color: #171a28;
	z-index: 1000;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

#preload img {
	width: 50px;
	height: auto;
	-webkit-animation-name: load;
	animation-name: load;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
}

.res .error {
	color: #e8604c;
	font-weight: bold;
}

.res {
	display: none;
	margin-top: 20px;
}

.res .send {
	color: #fff;
}

/* -------------------------------------------------------
                        HEADER
-------------------------------------------------------- */


#top-contacts {
	background-color: #171a28;
	padding: 10px 0;
}

#top-contacts .wrapper.flex-row {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

#top-contacts a {
	text-decoration: none;
	display: inline-block;
	-webkit-transition: all;
	-o-transition: all;
	transition: all;
	-webkit-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
	transition-duration: 0.5s;
}

#top-contacts .contact p {
	float: left;
	margin-right: 20px;
	color: #fff;
}

#top-contacts .contact p i {
	margin-right: 10px;
}

#top-contacts .contact p a {
	text-decoration: none;
	color: #fff;
}

#top-contacts .contact p a:hover {
	color: #56B9BB;
}

#top-contacts .social-top li {
	float: left;
	margin-left: 20px;
}

#top-contacts .social-top li a {
	color: #56B9BB;
	font-size: 18px;
}

#top-contacts .social-top li a:hover {
	color: #fff;
}

.fixedmenu {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	background-color: #171a28;
}

#header .wrapper.flex-row {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding-top: 10px;
	padding-bottom: 10px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

#logo {
	display: inline-block;
	text-decoration: none;
}

#logo img {
	max-width: 100%;
}

#nav .menu li {
	float: left;
	margin-left: 20px;
}

#nav .menu li a {
	color: #fff;
	text-decoration: none;
	display: inline-block;
	padding-bottom: 5px;
	border-bottom: 1px solid transparent;
	-webkit-transition: all;
	-o-transition: all;
	transition: all;
	-webkit-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
	transition-duration: 0.5s;
	font-size: 18px;
}

#nav .menu li a:hover {
	color: #56B9BB;
	border-bottom-color: #56B9BB;
}


/* -------------------------------------------------------
                      IMG HEADER
-------------------------------------------------------- */


.img-header {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center top;
	background-attachment: fixed;
	min-height: 750px;
	position: relative;
}

.img-header .wrapper.content-header {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.wrapper.content-header>div {
	width: 50%;
}

.wrapper.content-header>div h1 {
	font-size: 60px;
	color: #fff;
	text-transform: uppercase;
	margin-bottom: 20px;
}

.wrapper.content-header>div p {
	color: #fff;
}

.btn-header {
	margin-top: 40px;
	display: inline-block;
	padding: 20px 30px;
	background-color: #56B9BB;
	border: 1px solid #56B9BB;
	text-decoration: none;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 5px;
	-webkit-transition: all;
	-o-transition: all;
	transition: all;
	-webkit-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
	transition-duration: 0.5s;
}

.btn-header:hover {
	background-color: #171a28;
}


/* -------------------------------------------------------
                      ABOUT US
-------------------------------------------------------- */


#aboutus {
	padding: 100px 0px 100px 0px;
	position: relative;
	background-repeat: no-repeat;
	background-position: left center;
	background-size: contain;
}

#aboutus .excellence.flex-row {
	position: absolute;
	top: 0;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

#aboutus-scroll {
	padding-top: 100px;
}

.excellence.flex-row>div {
	width: calc(25% - 1px);
	text-align: center;
	position: relative;
	background-color: #171a28;
	padding: 60px 10px 30px 10px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-box-shadow: 0 16px 24px 2px rgb(0 0 0 / 14%), 0 6px 30px 5px rgb(0 0 0 / 12%), 0 8px 10px -7px rgb(0 0 0 / 20%);
	box-shadow: 0 16px 24px 2px rgb(0 0 0 / 14%), 0 6px 30px 5px rgb(0 0 0 / 12%), 0 8px 10px -7px rgb(0 0 0 / 20%);
}

.excellence.flex-row>div:hover .icon-excellence {
	background-color: #56B9BB;
}

.excellence.flex-row>div:hover .icon-excellence i {
	color: #fff;
}

.excellence.flex-row>div p {
	color: #fff;
}

.excellence.flex-row>div p:first-of-type {
	font-size: 30px;
	font-family: 'Merriweather Sans', sans-serif;
	font-weight: 800;
	margin-bottom: 10px;
}

.excellence.flex-row>div p:last-of-type {
	color: #56B9BB;
}

.excellence.flex-row .icon-excellence {
	position: absolute;
	top: 0;
	left: 50%;
	background-color: #171a28;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	padding: 20px;
	border: 1px solid #56B9BB;
	-webkit-transition: all;
	-o-transition: all;
	transition: all;
	-webkit-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
	transition-duration: 0.5s;
}

.icon-excellence i {
	font-size: 30px;
	color: #56B9BB;
	-webkit-transition: all;
	-o-transition: all;
	transition: all;
	-webkit-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
	transition-duration: 0.5s;
}

.wrapp-aboutus.flex-row {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.content-aboutus {
	width: 55%;
	padding-right: 40px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.content-aboutus h2 {
	font-size: 50px;
	margin-bottom: 40px;
	color: #171a28;
}

.content-aboutus p {
	margin-bottom: 20px;
}

.img-aboutus {
	width: 45%;
	position: relative;
}

.img-aboutus img {
	width: 100%;
	display: block;
}

.img-aboutus>a {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #171a28;
	width: 70px;
	height: 70px;
	border-radius: 50%;
	border: 1px solid #56B9BB;
	color: #56B9BB;
	text-decoration: none;
	-webkit-transition: all;
	-o-transition: all;
	transition: all;
	-webkit-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
	transition-duration: 0.5s;
	font-size: 20px;
}

.img-aboutus>a:hover {
	color: #fff;
	background-color: #56B9BB;
}

.img-aboutus .wrapp-experience {
	background-color: #171a28;
	position: absolute;
	bottom: 40px;
	left: 0;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	border: 1px solid #56B9BB;
	text-align: center;
	padding: 20px;
	-webkit-box-shadow: 0 16px 24px 2px rgb(0 0 0 / 14%), 0 6px 30px 5px rgb(0 0 0 / 12%), 0 8px 10px -7px rgb(0 0 0 / 20%);
	box-shadow: 0 16px 24px 2px rgb(0 0 0 / 14%), 0 6px 30px 5px rgb(0 0 0 / 12%), 0 8px 10px -7px rgb(0 0 0 / 20%);
}

.img-aboutus .wrapp-experience span {
	font-size: 30px;
	font-family: 'Merriweather Sans', sans-serif;
	font-weight: 800;
	margin-bottom: 10px;
	display: inline-block;
	color: #fff;
}

.img-aboutus .wrapp-experience p {
	color: #56B9BB;
}

.wrapp-signature {
	margin-top: 40px;
}

.wrapp-signature p {
	margin-bottom: 0px;
}

.signature-name {
	color: #171a28;
	font-size: 25px;
}

.job-title {
	color: #56B9BB;
	font-size: 12px;
}

.mfp-fade.mfp-bg {
	opacity: 0;
	-webkit-transition: all 0.15s ease-out;
	-o-transition: all 0.15s ease-out;
	transition: all 0.15s ease-out;
}

.mfp-fade.mfp-bg.mfp-ready {
	opacity: 0.8;
}

.mfp-fade.mfp-bg.mfp-removing {
	opacity: 0;
}

.mfp-fade.mfp-wrap .mfp-content {
	opacity: 0;
	-webkit-transition: all 0.15s ease-out;
	-o-transition: all 0.15s ease-out;
	transition: all 0.15s ease-out;
}

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
	opacity: 1;
}

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
	opacity: 0;
}


/* -------------------------------------------------------
                      TEAM
-------------------------------------------------------- */


#team {
	padding: 100px 0px 200px 0px;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
	background-position: left top;
}

.team-content {
	text-align: center;
	margin-bottom: 50px;
	color: #fff;
}

.team-content h2 {
	font-size: 50px;
	margin-bottom: 40px;
}

.team-content h2:before {
	content: "";
	display: block;
	background-image: url('../img/bg-title.png');
	width: 64px;
	height: 64px;
	margin: 0 auto;
	margin-bottom: 10px;
}

.wrapp-team.flex-row {
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.single-team {
	width: calc(25% - 20px);
	margin: 0px 10px;
	position: relative;
}

.single-team-content img {
	display: block;
	width: 100%;
}

.single-team-content {
	position: absolute;
	bottom: 0;
	left: 50%;
	-webkit-transform: translate(-51%, 50%);
	-ms-transform: translate(-51%, 50%);
	transform: translate(-51%, 50%);
	width: 90%;
	padding: 20px 10px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	text-align: center;
	background-color: #171a28;
	border: 1px solid #56B9BB;
}

.single-team-name {
	color: #fff;
	font-family: 'Merriweather Sans', sans-serif;
	margin-bottom: 10px;
	font-size: 18px;
}

.single-team-about {
	color: #56B9BB;
	margin-bottom: 20px;
}

.single-socail-team li {
	float: left;
	margin: 0px 5px;
}

.single-socail-team {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.single-socail-team li a {
	color: #56B9BB;
	font-size: 14px;
	text-decoration: none;
	-webkit-transition: all;
	-o-transition: all;
	transition: all;
	-webkit-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
	transition-duration: 0.5s;
}

.single-socail-team li a:hover {
	color: #fff;
}


/* -------------------------------------------------------
                     SERVICES
-------------------------------------------------------- */


#services {
	background-color: #171a28;
	padding: 100px 0px;
}

.wrapp-team.flex-row {
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.single-services {
	width: calc(33% - 20px);
	margin: 0px 10px;
	margin-bottom: 20px;
	color: #fff;
	padding: 30px 10px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.single-services h2 {
	font-size: 50px;
	margin-bottom: 40px;
}

.single-services:not(:first-child) {
	text-align: center;
	background-color: #0e121e;
	border: 1px solid #56B9BB;
	-webkit-transition: all;
	-o-transition: all;
	transition: all;
	-webkit-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
	transition-duration: 0.5s;
}

.single-services:not(:first-child) i {
	font-size: 40px;
	color: #56B9BB;
	margin-bottom: 20px;
	-webkit-transition: all;
	-o-transition: all;
	transition: all;
	-webkit-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
	transition-duration: 0.5s;
}

.single-services:not(:first-child) h3 {
	color: #fff;
	font-family: 'Merriweather Sans', sans-serif;
	margin-bottom: 20px;
	font-size: 18px;
}

.single-services:not(:first-child):hover {
	background-color: #56B9BB;
}

.single-services:not(:first-child):hover i {
	color: #fff;
}

.single-team img {
	display: block;
	width: 100%;
}


/* -------------------------------------------------------
                     TESTIMONIALS
-------------------------------------------------------- */


#testimonials {
	padding: 100px 0px;
	background-repeat: no-repeat;
	background-position: left center;
	background-size: contain;
}

#testimonials h2 {
	font-size: 50px;
	margin-bottom: 40px;
	color: #171a28;
}

.owl-testimonials .item {
	background-color: #171a28;
	border: 5px solid #56B9BB;
	padding: 30px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.owl-testimonials .item p {
	color: #fff;
}

.owl-testimonials .wrapp-author-testimonials {
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-top: 30px;
}

.owl-testimonials .wrapp-author-testimonials img {
	width: 70px;
	height: auto;
	display: inline-block;
	margin-right: 20px;
	border: 2px solid #56B9BB;
	border-radius: 50%;
}

.wrapp-author-testimonials .author-name {
	color: #fff;
	font-family: 'Merriweather Sans', sans-serif;
	margin-bottom: 10px;
	font-size: 16px;
}

.owl-testimonials .wrapp-author-testimonials .job-author {
	color: #56B9BB;
}

.owl-theme .owl-nav.disabled+.owl-dots {
	margin-top: 30px;
}


/* -------------------------------------------------------
                     CONSULTATION
-------------------------------------------------------- */


#consultation {
	padding: 100px 0px;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
	background-position: left top;
}

.consultation-content {
	text-align: center;
	margin-bottom: 50px;
	color: #fff;
}

.consultation-content h2 {
	font-size: 50px;
	margin-bottom: 40px;
}

.consultation-content h2:before {
	content: "";
	display: block;
	background-image: url('../img/bg-title.png');
	width: 64px;
	height: 64px;
	margin: 0 auto;
	margin-bottom: 10px;
}

.wrapp-form {
	background-color: #171a28;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 30px;
}

.wrapp-input.flex-row {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.wrapp-input.flex-row>div {
	width: 48%;
	margin-bottom: 20px;
}

.wrapp-input>div label {
	display: block;
	color: #fff;
	margin-bottom: 10px;
}

.wrapp-input>div input,
.wrapp-input textarea {
	border: none;
	outline: none;
	width: 100%;
	display: block;
	height: 60px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 15px;
	border: 1px solid #56B9BB;
	background-color: #171a28;
	color: #56B9BB;
}

.wrapp-input textarea {
	height: 200px;
	resize: none;
	margin-top: 10px;
}

.wrapp-input>div input::-webkit-input-placeholder,
.wrapp-input textarea::-webkit-input-placeholder {
	color: #56B9BB;
	font-family: 'Open Sans', sans-serif;
}

.wrapp-input>div input::-moz-placeholder,
.wrapp-input textarea::-moz-placeholder {
	color: #56B9BB;
	font-family: 'Open Sans', sans-serif;
}

.wrapp-input>div input:-ms-input-placeholder,
.wrapp-input textarea:-ms-input-placeholder {
	color: #56B9BB;
	font-family: 'Open Sans', sans-serif;
}

.wrapp-input>div input::-ms-input-placeholder,
.wrapp-input textarea::-ms-input-placeholder {
	color: #56B9BB;
	font-family: 'Open Sans', sans-serif;
}

.wrapp-input>div input::placeholder,
.wrapp-input textarea::placeholder {
	color: #56B9BB;
	font-family: 'Open Sans', sans-serif;
}

.wrapp-input>div input:focus,
.wrapp-input textarea:focus {
	background-color: #171a28;
}

#sendform {
	margin-top: 30px;
	display: inline-block;
	padding: 20px 30px;
	background-color: #56B9BB;
	border: 1px solid #56B9BB;
	text-decoration: none;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 5px;
	-webkit-transition: all;
	-o-transition: all;
	transition: all;
	-webkit-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
	transition-duration: 0.5s;
	cursor: pointer;
}

#sendform:hover {
	background-color: #171a28;
}


/* -------------------------------------------------------
                      CONTACT
-------------------------------------------------------- */


#contact {
	background-color: #171a28;
	padding: 100px 0px;
}

.contact-content {
	width: 50%;
	color: #fff;
	padding-right: 50px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.contact-content h2 {
	font-size: 50px;
	margin-bottom: 40px;
}

.wrapp-list-contact a {
	color: #fff;
	text-decoration: none;
	font-size: 20px;
	-webkit-transition: all;
	-o-transition: all;
	transition: all;
	-webkit-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
	transition-duration: 0.5s;
}

.wrapp-list-contact a:hover {
	color: #56B9BB;
}

.wrapp-list-contact i {
	font-size: 25px;
	color: #56B9BB;
	margin-right: 10px;
}

.wrapp-list-contact p {
	margin-bottom: 25px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.wrapp-list-contact {
	margin: 50px 0;
}

.contact-map {
	width: 50%;
}

.contact-map iframe {
	width: 100%;
	height: 500px;
}

.social-bottom li {
	float: left;
	margin-right: 20px;
}

.social-bottom li a {
	display: inline-block;
	text-decoration: none;
	color: #56B9BB;
	-webkit-transition: all;
	-o-transition: all;
	transition: all;
	-webkit-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
	transition-duration: 0.5s;
	font-size: 18px;
}

.social-bottom li a:hover {
	color: #fff;
}

.copyright {
	background-color: #0f111a;
}

.copyright .wrapper {
	padding-bottom: 30px;
	padding-top: 30px;
}

.copyright .wrapper p {
	font-size: 12px;
	color: #fff;
}

.copyright .wrapper p a {
	color: #fff;
}
/* ===== Mosaico Yunis — overrides & supplements ===== */
body.no-scroll { overflow: hidden; }
#preload { transition: opacity .6s ease; }
#preload.preload-hidden { opacity: 0; }
#scrolltop { opacity: 0; pointer-events: none; transition: opacity .3s ease; }
#scrolltop.show { opacity: 1; pointer-events: auto; }
.res { margin-top: 18px; font-size: 14px; }
.res.error { color: #e8604c; }
.res.success { color: #56B9BB; }
#logo img { max-height: 60px; width: auto; display: block; }
.page-inner { padding: 120px 0 60px; min-height: 60vh; }
.page-inner h1 { color: #171a28; font-family: 'Merriweather Sans', sans-serif; font-size: 36px; margin-bottom: 24px; }
.page-inner .page-content { color: #444; line-height: 1.7; }


/* ========================================================
   MOSAICO YUNIS — minimal essentials (Firstlaw nativo)
   ======================================================== */
.img-header { background-attachment: scroll; position: relative; }
.img-header::before { content: ""; position: absolute; inset: 0; background: linear-gradient(135deg, rgba(10,12,20,.78) 0%, rgba(15,18,28,.55) 50%, rgba(23,26,40,.45) 100%); z-index: 1; }
.img-header > .wrapper { position: relative; z-index: 2; }
#logo img { max-height: 72px; width: auto; display: block; }
.wrapp-team { justify-content: center; }
.wrapp-team .single-team { max-width: 280px; }

/* Team img: força aspect-ratio vertical como Firstlaw (foto Yunis é landscape) */
.single-team img { aspect-ratio: 4/5; object-fit: cover; object-position: center top; width: 100%; height: auto; display: block; }
.single-team { padding: 0; }

/* Stats labels mais compactos (textos PT mais longos que EN) */
.excellence.flex-row > div p:last-of-type { font-size: 13px; line-height: 1.3; }
.excellence.flex-row > div p:first-of-type { font-size: 28px; }

/* Wrapp-experience badge mais compacto */
.img-aboutus .wrapp-experience { padding: 18px 20px; }
.img-aboutus .wrapp-experience p { font-size: 11px; letter-spacing: 1px; }

/* Hero content wider to fit PT-BR (2 lines like Firstlaw) */
.wrapper.content-header > div { width: 60%; max-width: 720px; }
.img-aboutus img { aspect-ratio: 4/5; object-fit: cover; width: 100%; height: auto; }

/* H1: ajustar para caber 2 linhas (PT-BR é mais longo) */
.wrapper.content-header > div h1 { font-size: 52px; line-height: 1.15; letter-spacing: 0; }

/* Icon-excellence: força quadrado perfeito (FA icon centralizado) */
.excellence.flex-row .icon-excellence { width: 72px; height: 72px; padding: 0; box-sizing: border-box; display: flex; align-items: center; justify-content: center; }
.excellence.flex-row .icon-excellence i { font-size: 26px; line-height: 1; }

/* Testimonials avatar (círculo com iniciais — substitui img do Firstlaw) */
.testim-avatar { width: 50px; height: 50px; border-radius: 50%; background: #56B9BB; color: #fff; display: inline-flex; align-items: center; justify-content: center; font-weight: 700; font-size: 14px; font-family: 'Merriweather Sans', sans-serif; letter-spacing: 1px; flex-shrink: 0; margin-right: 14px; }

/* Reset mínimo (substitui reset.css original do Firstlaw) */
ul, ol { list-style: none; padding: 0; margin: 0; }
li { list-style: none; }
*, *::before, *::after { box-sizing: border-box; }
img { max-width: 100%; height: auto; }

/* Testimonials: forçar 3 colunas horizontais (substitui Owl carousel) */
.owl-testimonials { display: flex; flex-direction: row; flex-wrap: nowrap; gap: 24px; justify-content: center; align-items: stretch; width: 100%; }
.owl-testimonials .item { flex: 1 1 0; min-width: 0; width: auto; max-width: 380px; color: #fff; }
.owl-testimonials .item p { color: #fff; }
.wrapp-author-testimonials { margin-top: 30px; align-items: center; gap: 14px; display: flex; }
.wrapp-author-testimonials .author-name { color: #fff; margin-bottom: 6px; }
.wrapp-author-testimonials .job-author { color: #56B9BB; font-size: 13px; }

/* Stats acima do overlay do hero (pseudo-element :before cobria os cards) */
.excellence.flex-row { z-index: 5; }
.excellence.flex-row > div { z-index: 5; position: relative; }

/* -------------------------------------------------------
   FIX 2026-05-27: reset margens da barra de contato (topo).
   Tema não importa reset.css do template original, então os <p>/<ul>
   herdavam margem default do browser (~32px) inflando a altura da barra.
   Escopo restrito a #top-contacts para não afetar o resto do layout.
-------------------------------------------------------- */
#top-contacts p,
#top-contacts ul {
	margin-top: 0;
	margin-bottom: 0;
}

/* -------------------------------------------------------
   BLOG (2026-05-27) — grid 3x2, padrão visual premium do site
-------------------------------------------------------- */
#blog {
	background-color: #0e121e;
	padding: 90px 0;
	max-width: 1920px;
	width: 100%;
	margin: 0 auto;
}
#blog > .wrapper > h2 {
	color: #fff;
	font-family: 'Merriweather Sans', sans-serif;
	font-size: 40px;
	text-align: center;
}
#blog > .wrapper > p {
	color: #aeb6c4;
	text-align: center;
	max-width: 620px;
	margin: 12px auto 50px;
}
.wrapp-blog {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 26px;
}
.single-blog {
	background-color: #171a28;
	border: 1px solid rgba(86,185,187,0.18);
	border-radius: 8px;
	overflow: hidden;
	display: flex;
	flex-direction: column;
	transition: transform .35s ease, border-color .35s ease, box-shadow .35s ease;
}
.single-blog:hover {
	transform: translateY(-6px);
	border-color: #56B9BB;
	box-shadow: 0 18px 40px rgba(0,0,0,0.35);
}
.blog-thumb {
	display: block;
	aspect-ratio: 16 / 10;
	overflow: hidden;
}
.blog-thumb img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	transition: transform .5s ease;
}
.single-blog:hover .blog-thumb img { transform: scale(1.06); }
.blog-body {
	padding: 24px 22px 26px;
	display: flex;
	flex-direction: column;
	gap: 12px;
	flex: 1;
}
.blog-meta {
	color: #56B9BB;
	font-size: 12px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 1px;
}
.single-blog h3 {
	font-family: 'Merriweather Sans', sans-serif;
	font-size: 19px;
	line-height: 1.35;
	color: #fff;
	margin: 0;
}
.single-blog h3 a { color: #fff; text-decoration: none; transition: color .3s ease; }
.single-blog h3 a:hover { color: #56B9BB; }
.blog-excerpt { color: #aeb6c4; font-size: 14px; line-height: 1.6; flex: 1; margin: 0; }
.blog-more {
	color: #56B9BB;
	font-weight: 700;
	font-size: 14px;
	text-decoration: none;
	margin-top: 4px;
	align-self: flex-start;
}
.blog-more i { margin-left: 7px; transition: margin-left .3s ease; }
.single-blog:hover .blog-more i { margin-left: 12px; }
.single-blog.is-placeholder .blog-thumb img { filter: grayscale(1) brightness(.5); }
.single-blog.is-placeholder h3,
.single-blog.is-placeholder .blog-excerpt { opacity: .7; }
@media (max-width: 980px) { .wrapp-blog { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 600px) { .wrapp-blog { grid-template-columns: 1fr; } #blog { padding: 60px 0; } }

/* -------------------------------------------------------
   SINGLE POST (2026-05-27) — padrão premium do site
-------------------------------------------------------- */
.single-post { background-color: #0e121e; }
.post-hero {
	position: relative;
	background-color: #171a28;
	background-size: cover;
	background-position: center;
	padding: 120px 0 70px;
}
.post-hero.has-thumb { padding: 170px 0 90px; }
.post-hero-overlay {
	position: absolute; inset: 0;
	background: linear-gradient(180deg, rgba(14,18,30,0.70) 0%, rgba(14,18,30,0.93) 100%);
}
.post-hero-inner { position: relative; z-index: 2; }
.post-breadcrumb { color: #56B9BB; font-size: 13px; text-transform: uppercase; letter-spacing: 1px; margin-bottom: 16px; }
.post-breadcrumb a { color: #56B9BB; text-decoration: none; }
.post-breadcrumb span { margin: 0 8px; opacity: .6; color: #fff; }
.post-hero h1 { color: #fff; font-family: 'Merriweather Sans', sans-serif; font-size: 42px; line-height: 1.2; max-width: 900px; margin: 0; }
.post-meta { color: #aeb6c4; font-size: 14px; margin-top: 18px; }
.post-meta i { color: #56B9BB; margin-right: 6px; }
.post-meta .dot { margin: 0 10px; opacity: .5; }
.post-layout { padding: 60px 0 80px; }
.post-content { max-width: 820px; margin: 0 auto; color: #cdd3df; font-size: 17px; line-height: 1.8; }
.post-content > * { margin-bottom: 22px; }
.post-content h2, .post-content h3 { color: #fff; font-family: 'Merriweather Sans', sans-serif; margin-top: 10px; }
.post-content h2 { font-size: 28px; }
.post-content h3 { font-size: 22px; }
.post-content a { color: #56B9BB; }
.post-content img { max-width: 100%; height: auto; border-radius: 8px; display: block; }
.post-content blockquote { border-left: 3px solid #56B9BB; padding: 8px 0 8px 22px; color: #fff; font-style: italic; }
.post-content ul, .post-content ol { padding-left: 22px; }
.post-content li { margin-bottom: 8px; }
.post-foot { max-width: 820px; margin: 40px auto 0; padding-top: 26px; border-top: 1px solid rgba(255,255,255,0.08); }
.post-tax { color: #aeb6c4; font-size: 14px; margin-bottom: 10px; }
.post-tax i { color: #56B9BB; margin-right: 8px; }
.post-tax a { color: #cdd3df; text-decoration: none; }
.post-tax a:hover { color: #56B9BB; }
.btn-back-blog { display: inline-flex; align-items: center; gap: 8px; margin-top: 18px; background-color: #56B9BB; color: #0e121e; font-weight: 700; padding: 12px 24px; border-radius: 4px; text-decoration: none; transition: background-color .3s ease; }
.btn-back-blog:hover { background-color: #fff; }
.post-related { background-color: #171a28; padding: 70px 0; }
.post-related h2 { color: #fff; font-family: 'Merriweather Sans', sans-serif; font-size: 30px; text-align: center; margin-bottom: 40px; }
@media (max-width: 600px) { .post-hero h1 { font-size: 30px; } .post-content { font-size: 16px; } }

/* WHATSAPP FLOAT (2026-05-27) */
#wa-float { position: fixed; right: 24px; bottom: 96px; z-index: 9999; display: flex; flex-direction: column; align-items: flex-end; gap: 14px; }
.wa-btn { width: 60px; height: 60px; border-radius: 50%; background-color: #56B9BB; color: #fff; display: flex; align-items: center; justify-content: center; font-size: 31px; text-decoration: none; box-shadow: 0 8px 24px rgba(86,185,187,.45); transition: transform .25s ease, box-shadow .25s ease; position: relative; }
.wa-btn:hover { transform: scale(1.07); color: #fff; box-shadow: 0 10px 30px rgba(86,185,187,.6); }
.wa-btn::before { content: ""; position: absolute; inset: 0; border-radius: 50%; background-color: #56B9BB; opacity: .55; z-index: -1; animation: waPulse 2.2s ease-out infinite; }
@keyframes waPulse { 0% { transform: scale(1); opacity: .55; } 70% { transform: scale(1.8); opacity: 0; } 100% { opacity: 0; } }
.wa-bubble { width: 264px; background: #fff; border-radius: 14px; padding: 16px 18px 18px; box-shadow: 0 16px 40px rgba(0,0,0,.25); position: relative; opacity: 0; transform: translateY(12px) scale(.96); transform-origin: bottom right; pointer-events: none; transition: opacity .3s ease, transform .3s ease; }
#wa-float.wa-open .wa-bubble { opacity: 1; transform: translateY(0) scale(1); pointer-events: auto; }
.wa-bubble::after { content: ""; position: absolute; right: 22px; bottom: -8px; border-width: 8px 8px 0; border-style: solid; border-color: #fff transparent transparent; }
.wa-bubble-title { font-family: 'Merriweather Sans', sans-serif; font-weight: 700; color: #171a28; font-size: 15px; margin: 0 0 4px; }
.wa-bubble-text { color: #5a6275; font-size: 14px; line-height: 1.5; margin: 0 0 12px; }
.wa-bubble-cta { display: inline-flex; align-items: center; gap: 8px; background-color: #56B9BB; color: #fff; font-weight: 700; font-size: 14px; padding: 9px 16px; border-radius: 8px; text-decoration: none; transition: background-color .25s ease; }
.wa-bubble-cta:hover { background-color: #171a28; color: #fff; }
.wa-bubble-close { position: absolute; top: 8px; right: 10px; background: none; border: none; font-size: 20px; line-height: 1; color: #9aa1ad; cursor: pointer; }
@media (max-width: 600px) { #wa-float { right: 16px; bottom: 84px; } .wa-bubble { width: 230px; } }

/* -------------------------------------------------------
   FIX 2026-05-27: unir o blog ao hero (remove a faixa branca
   do padding-top do #aboutus acima do blog). Puxa o #blog
   100px pra cima (= altura do gap) e compensa o padding-top
   pro título "Blog" não colidir com os cards de números.
-------------------------------------------------------- */
#aboutus #blog { margin-top: -100px; padding-top: 190px; }
