:root {
	--branco: #ffffff;
	--marrom: #6f5442;
	--cinza: #ebebeb;
	--cinza-medio: #e4e4e4;
	--cinza-escuro: #878787;
	--cinza-bg: #414042;
	--preto: rgba(0, 0, 0, .9);

	--font: 'Open Sans', sans-serif;
	--light: 300;
	--regular: 400;
	--bold: 700;
	--extrabold: 800;
}

html {
	font-size: 62.5%;
	scroll-behavior: smooth;
}

body {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	height: 100%;
	background-color: var(--preto);
	font-size: 1.5rem;
	font-family: 'Open Sans', sans-serif;
	overflow-x: hidden;
}

h2 {
/*
	font-size: 5.2rem;
	line-height: 5.4rem;
*/
	font-size: 4.8rem;
	line-height: 5rem;
	letter-spacing: -2px;
}

h3 {
	font-size: 1.9rem;
	line-height: 2.2rem;
	font-weight: 300;
	margin-bottom: 1.5rem;
}

ol,
ul {
	padding-left: 1.5rem;
	font-size: 1.5rem;
	line-height: 1.8rem;
	font-weight: 300;
}

ul {
	list-style: none;
	list-style: url(../img/list-style.svg);
}

li {
	margin-bottom: 1rem;
}

p,
table {
	font-size: 1.5rem;
	line-height: 1.8rem;
	font-weight: 300;
}

table {
	border: 1px solid var(--cinza-escuro);
	text-align: center;
	margin: 2rem 0;
}

table>tbody>tr:nth-child(2n+1)>td,
table>tbody>tr:nth-child(2n+1)>th {
	background-color: var(--branco);
}

th {
	padding: 5px;
	border: 1px solid var(--cinza-escuro);
}

td {
	width: 50%;
	padding: 5px;
	border: 1px solid var(--cinza-escuro);
}

form,
input[type=text],
input[type=email],
textarea {
	font-weight: 300;
	color: var(--preto);
}

textarea.form-control {
	height: 210px;
}

.form-control {
	font-size: 1.5rem;
	border: 0;
	border-radius: 0;
	height: calc(4.5rem + 2px);
}

input[type=submit] {
	margin: 0 auto;
	padding: 8px 40px 8px 10px;
	background-color: var(--branco);
	clip-path: polygon(0 0, 85% 0%, 75% 100%, 0 100%);
	border: 0;
	color: var(--preto);
}

input[type=submit]:hover {
	background-color: var(--marrom);
	color: var(--branco);
}

.wpcf7 form .wpcf7-response-output {
	background-color: var(--branco);
}

strong {
	font-weight: 700;
}

a {
	color: var(--marrom);
	text-decoration: none;
}

a:hover {
	color: var(--marrom);
	border-bottom: 1px solid var(--marrom);
}

.fixed-top a:hover {
	border-bottom: 0;
}

.w-100 {
	height: auto;
}
/* BGs */
.branco-text {
	color: var(--branco);
}

.branco {
	background-color: var(--branco);
}

.marrom-text {
	color: var(--marrom);
}

.marrom {
	background-color: var(--marrom);
}

.cinza {
	background-color: var(--cinza);
}

.cinza-escuro {
	background-color: var(--cinza-escuro);
}

.cinza-bg {
	background-color: var(--cinza-bg);
}

/* Menu */
.menu ul {
	padding-left: 0;
}

.overlay {
	height: 0;
	width: 100%;
	position: fixed;
	z-index: 1;
	left: 0;
	top: 0;
	background-color: var(--preto);
	background-color: rgba(0, 0, 0, 0.9);
	overflow-y: hidden;
	transition: 0.5s;
}

.overlay-content {
	position: relative;
	top: 3%;
	width: 100%;
	text-align: center;
	color: var(--branco);
	font-size: 1.5rem;
	line-height: 1.8rem;
	font-weight: 300;
}

.overlay a {
	padding: 8px;
	text-decoration: none !important;
	text-transform: uppercase;
	font-size: 2.65rem;
	line-height: 3.15rem;
	color: var(--branco);
	display: block;
	font-weight: 800;
	transition: 0.3s;
}

.overlay .current-menu-item a,
.overlay .current_page_parent a,
.overlay a:hover,
.overlay a:focus {
	color: var(--marrom);
	text-decoration: none !important;
	border-bottom: 0;
}

.overlay a.logo,
.overlay a.logo:hover {
	font-size: 1rem;
	line-height: 1rem;
	padding: 0;
	text-decoration: none !important;
	border-bottom: 0;
}

.overlay .closebtn {
	position: absolute;
	top: 20px;
	right: 45px;
}

.toggle {
	cursor: pointer;
}

/* Footer */
footer .data {
	padding: 2rem 2rem 1rem 3rem;
}

footer h2 {
	font-size: 5.2rem;
	line-height: 5.4rem;
	color: var(--marrom);
	font-weight: 800;
	text-transform: uppercase;
	margin-bottom: .5rem;
}

footer p {
	font-size: 1.5rem;
	line-height: 2.2rem;
	color: var(--branco);
}

footer ul,
footer li {
	display: inline-flex;
	list-style: none;
	padding-left: 0;
	padding-right: 1.5rem;
}

footer a {
	color: var(--branco);
	text-decoration: none;
}

footer a:hover {
	color: var(--branco);
	text-decoration: none;
	border-bottom: 1px solid var(--branco);
}

footer a.data-img:hover {
	border-bottom: 0!important;
}

footer .data2 p {
	padding-top: 1rem;
}

/* Share buttons */
.share-btn a:hover {
	transform: rotate(360deg);
	transition: all 0.3s ease-in-out 0s;
	border-bottom: 0;
}

/* Hero home */
.carousel-control-prev-icon {
	background-image: url("../img/bootstrap-icons/arrow-left.svg");
	filter: invert();
}

.carousel-control-next-icon {
	background-image: url("../img/bootstrap-icons/arrow-right.svg");
	filter: invert();
}

.carousel-indicators [data-bs-target] {
	box-sizing: content-box;
	flex: 0 1 auto;
	width: 10px;
	height: 10px;
	margin: 0 8px;
	border-radius: 50%;
}

/* 
  @media screen and (max-height: 450px) {
	.overlay a {font-size: 20px}
	.overlay .closebtn {
	  font-size: 40px;
	  top: 15px;
	  right: 35px;
	}
  }
   */
.hero {
	padding: 0;
}

.hero-text {
	position: absolute;
	top: 25%;
	left: 0%;
	padding-left: 2.5rem;
}

.ourwork-text {
	margin-top: 15px;
	margin-left: 15px;
}

.ourwork-text-training {
	position: absolute;
	top: 5%;
	left: 5%;
}

.hero h2,
.ourwork-text h2,
.ourwork-text-training h2 {
	font-weight: var(--extrabold);
	font-size: 8rem;
	line-height: 6.6rem;
	color: var(--branco);
	text-transform: uppercase;
	margin-bottom: 1.5rem;
}

.hero h3,
.ourwork-text h3,
.ourwork-text-training h3 {
	font-weight: var(--regular);
	color: var(--branco);
}

/* Buttons */
a.bco {
	display: block;
	background-image: url(../img/bg-btn-call.svg);
	width: 133px;
	height: 30px;
	font-size: 1.5rem;
	line-height: 1.8rem;
	color: var(--preto);
	text-decoration: none;
	padding: 5px 10px;
	margin-top: 2rem;
}

a.bco:hover {
	display: block;
	background-image: url(../img/bg-btn-call-marrom.svg);
	color: var(--branco);
	text-decoration: none;
	border-bottom: 0;
}

a.ocb {
	display: block;
	background-image: url(../img/bg-btn-call-marrom.svg);
	width: 133px;
	height: 30px;
	font-size: 1.5rem;
	line-height: 1.8rem;
	color: var(--branco);
	text-decoration: none;
	padding: 5px 10px;
	margin-top: 2rem;
}

a.ocb:hover {
	display: block;
	background-image: url(../img/bg-btn-call.svg);
	color: var(--marrom);
	text-decoration: none;
	border-bottom: 0;
}

.btn-top {
	margin: 1rem;
	background-color: #dadada;
	padding: 5px 20px 5px 10px;
	border-radius: 25px;
}

.btn-top::before {
	content: "⌃";
	position: relative;
	color: var(--marrom);
	padding: 0px 10px;
	top: 12px;
	font-size: 3rem;
	font-weight: 800;
}

/* blocos */
/* bloco 01 */
.bloco-01 {
	padding: 5rem 5rem 2rem 2rem;
	background-color: var(--cinza);
	background-image: -webkit-linear-gradient(-42deg, var(--cinza) 50%, var(--cinza-medio) 50%);
}

.bloco-01 h2 {
	color: var(--marrom);
	font-weight: 800;
	text-transform: uppercase;
	margin-bottom: 1.5rem;
}
/*
.bloco-01 h3 {
	font-size: 2.6rem;
	line-height: 3rem;
}

.bloco-01 p {
	font-size: 2rem;
	line-height: 2.4rem;
	font-weight: 300;
}
*/
/* bloco 02 */
.bloco-02 {
	padding: 5rem 10rem 2rem 2rem;
	background-color: var(--preto);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top right;
}

.bloco-02 h2 {
	color: var(--marrom);
	font-weight: 800;
	text-transform: uppercase;
	margin-bottom: 1.5rem;
}
.bloco-02 h3, .bloco-02 p {
	color: var(--branco);
}
/*
.bloco-02 h3 {
	font-size: 2.6rem;
	line-height: 3rem;
	color: var(--branco);
}

.bloco-02 p {
	font-size: 2rem;
	line-height: 2.4rem;
	font-weight: 300;
	color: var(--branco);
}
*/
/* bloco 03 */
.bloco-03 {
	padding: 0;
}

.team-text {
	position: absolute;
	top: 10%;
	left: 5%;
}

.bloco-03 h2 {
	color: var(--branco);
	font-weight: 800;
	text-transform: uppercase;
	margin-bottom: 1.5rem;
}

.bloco-03 h3 {
	font-size: 4rem;
	line-height: 4rem;
	font-weight: 800;
	text-transform: uppercase;
	color: var(--branco);
}

.bloco-03 p {
	font-size: 2rem;
	line-height: 3rem;
	font-weight: 300;
	color: var(--branco);
}

/* bloco 04 */
.bloco-04 {
	background-color: var(--cinza);
}

.bloco-04 .client-text {
	position: absolute;
	top: 10%;
	left: 0%;
	padding: 0 6rem 0 2rem;
}

.bloco-04 h2 {
	font-weight: 300;
	text-transform: uppercase;
	margin-bottom: 1.5rem;
}
/*
.bloco-04 h3 {
	font-size: 2rem;
	line-height: 2.4rem;
}
*/
/* blocos */
.blocos .content {
	padding-bottom: 14rem;
}

/* bloco 05 */
.bloco-05 {
	padding: 5rem 5rem 2rem 2rem;
	background-color: var(--cinza);
	background-image: -webkit-linear-gradient(-42deg, var(--cinza) 52.5%, var(--cinza-medio) 50%);
	position: relative;
}

.bloco-05.var-tip {
	padding-right: 4rem;
	background-image: -webkit-linear-gradient(-42deg, var(--cinza) 50%, var(--cinza-medio) 50%);
}
.bloco-05 h2 {
	color: var(--marrom);
	font-weight: 800;
	text-transform: uppercase;
	margin-bottom: 1.5rem;
}

.bloco-05.var-tip ul {
	list-style: url(../img/list-style-light.svg);
}

.block-testimonial-05 {
	padding: 2rem 2rem 0;
	background: url('../img/aspas-off-fff.png') right bottom no-repeat, url('../img/aspas-in-fff.png') left top no-repeat;
	position: absolute;
	bottom: 20px;
	width: 90%;
}

.block-testimonial-05 p {
	font-size: 1.9rem;
	line-height: 2.2rem;
	font-weight: 800;
	color: var(--marrom);
}

.block-testimonial-05 span {
	font-size: 1rem;
	line-height: 1.2rem;
	font-weight: 700;
}

/* bloco 06 */
.bloco-06 {
	padding: 5rem 5rem 2rem 2rem;
	background-color: var(--cinza-bg);
	color: var(--branco);
	position: relative;
}

.bloco-06m {
	padding: 5rem 5rem 2rem 2rem;
	background-color: var(--marrom);
	color: var(--branco);
	position: relative;
}

.bloco-06 h2 {
	font-weight: 300;
	text-transform: uppercase;
	margin-bottom: 1.5rem;
}

.bloco-06.var-tip h2 {
	font-weight: 800;
}

.bloco-06 ul {
	list-style: url(../img/list-style-fff.svg);
}

.bloco-06.var-tip ul {
	list-style: url(../img/list-style-light-fff.svg);
}

.block-testimonial-06 {
	padding: 2rem 2rem 0;
	background: url('../img/aspas-off.png') right bottom no-repeat, url('../img/aspas-in.png') left top no-repeat;
	color: var(--branco);
	position: absolute;
	bottom: 20px;
	width: 90%;
}

.block-testimonial-06 p {
	font-size: 1.9rem;
	line-height: 2.2rem;
	font-weight: 800;
}

.block-testimonial-06 span {
	font-size: 1rem;
	line-height: 1.2rem;
	font-weight: 700;
}

/* bloco 07 */
.bloco-07 {
	padding: 5rem 5rem 2rem 2rem;
	background-color: var(--marrom);
	color: var(--branco);
	position: relative;
}

.bloco-07 h2 {
	font-weight: 300;
	text-transform: uppercase;
	margin-bottom: 1.5rem;
}

.bloco-07 ul {
	list-style: url(../img/list-style-fff.svg);
}

.block-testimonial-07 {
	padding: 2rem 2rem 0;
	background: url('../img/aspas-off-marrom.png') right bottom no-repeat, url('../img/aspas-in-marrom.png') left top no-repeat;
	color: var(--branco);
	position: absolute;
	bottom: 20px;
	width: 90%;
}

.block-testimonial-07 p {
	font-size: 1.9rem;
	line-height: 2.2rem;
	font-weight: 800;
}

.block-testimonial-07 span {
	font-size: 1rem;
	line-height: 1.2rem;
	font-weight: 700;
}

/* bloco 08 */
.bloco-08 {
	padding: 5rem 5rem 2rem 2rem;
	background-color: var(--cinza);
	background-image: -webkit-linear-gradient(-42deg, var(--cinza) 50%, var(--cinza-medio) 50%);
	position: relative;
}

.bloco-08 h2 {
	color: var(--preto);
	font-weight: 800;
	text-transform: uppercase;
	margin-bottom: 1.5rem;
}

.block-testimonial-08 {
	padding: 2rem 2rem 0;
	background: url('../img/aspas-off-cinza.png') right bottom no-repeat, url('../img/aspas-in-cinza.png') left top no-repeat;
	position: absolute;
	bottom: 20px;
	width: 90%;
}

.block-testimonial-08 p {
	font-size: 1.9rem;
	line-height: 2.2rem;
	font-weight: 800;
	color: var(--marrom);
}

.block-testimonial-08 span {
	font-size: 1rem;
	line-height: 1.2rem;
	font-weight: 700;
}

/* bloco 08 */
.bloco-09 {
	padding: 5rem 5rem 2rem 2rem;
	background-color: var(--branco);
	position: relative;
}

.bloco-09 h2 {
	color: var(--preto);
	font-weight: 300;
	text-transform: uppercase;
	margin-bottom: 1.5rem;
}

.block-testimonial-09 {
	padding: 2rem 2rem 0;
	background: url('../img/aspas-off-cinza.png') right bottom no-repeat, url('../img/aspas-in-cinza.png') left top no-repeat;
	position: absolute;
	bottom: 20px;
	width: 90%;
}

.block-testimonial-09 p {
	font-size: 1.9rem;
	line-height: 2.2rem;
	font-weight: 800;
	color: var(--marrom);
}

.block-testimonial-09 span {
	font-size: 1rem;
	line-height: 1.2rem;
	font-weight: 700;
}

/* bloco 10 */
.bloco-10 {
	padding: 5rem 5rem 2rem 2rem;
	background-color: var(--cinza-escuro);
	position: relative;
	color: var(--branco);
}

.bloco-10 h2 {
	font-weight: 800;
	text-transform: uppercase;
	margin-bottom: 1.5rem;
}

.bloco-10 ul {
	list-style: url(../img/list-style-fff.svg);
}

.block-testimonial-10 {
	padding: 2rem 2rem 0;
	background: url('../img/aspas-off.png') right bottom no-repeat, url('../img/aspas-in.png') left top no-repeat;
	position: absolute;
	bottom: 20px;
	width: 90%;
}

.block-testimonial-10 p {
	font-size: 1.9rem;
	line-height: 2.2rem;
	font-weight: 800;
	color: var(--branco);
}

.block-testimonial-10 span {
	font-size: 1rem;
	line-height: 1.2rem;
	font-weight: 700;
}

/* testimonial large */
.testimonial-box {
	padding: 5rem;
	background-color: var(--branco);
}

.testimonial-large {
	padding: 0;
	background: url('../img/aspas-off-cinza.png') right bottom no-repeat, url('../img/aspas-in-cinza.png') left top no-repeat;
}

.testimonial-large h2 img {
	margin-bottom: 42px;
}

.testimonial-large h2 {
	font-weight: 300;
	text-transform: uppercase;
	margin-bottom: 1.5rem;
	letter-spacing: -1px;
}

.testimonial-large h3 {
	margin-top: -40px;
}

.testimonial-large p {
	font-weight: 400;
}
#Testimonial .carousel-indicators {
    position: absolute;
    right: 0;
    bottom: -30px;
}
#Testimonial .carousel-indicators [data-bs-target] {
	background-color: var(--cinza-escuro);
}
/* bloco contact */
.bloco-contact {
	padding: 5rem 5rem 2rem 2rem;
	background-color: var(--cinza-bg);
	color: var(--branco);
}

.bloco-contact h2 {
	font-weight: 800;
	text-transform: uppercase;
	margin-bottom: 1.5rem;
}

/* parallax */
.parallax {
	/*background-image: url("../img/bg-parallax.jpg");*/
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 8rem 0;
}

.parallax h2 {
	font-size: 7rem;
	line-height: 6.5rem;
	color: var(--branco);
	font-weight: 700;
}

.parallax h3 {
	font-size: 3.8rem;
	line-height: 5rem;
	color: var(--branco);
	font-weight: 300;
	margin-bottom: 1.5rem;
}

/* Page feature */
.decorative {
	text-align: center;
	position: relative;
	top: -90px;
	height: 0;
	z-index: 10;
}

.page-text {
	padding: 6rem 4rem 4rem;
	text-align: center;
}

.page-text h2 {
	font-size: 2.7rem;
	line-height: 3rem;
	font-weight: 700;
	margin-bottom: 1rem;
	letter-spacing: -1px;
}

.page-text h3 {
	font-size: 2rem;
	line-height: 2.6rem;
	margin-bottom: 1rem;
}

.stripe h2 {
	font-size: 2.6rem;
	line-height: 3.2rem;
	color: var(--branco);
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: 0;
	margin: 0;
	padding: 2rem;
}

.companies ul {
	list-style: url(../img/list-style-light.svg);
}

.companies h2 {
	font-size: 5rem;
	line-height: 5rem;
	font-weight: 300;
	text-transform: uppercase;
}

.companies .column-1 {
	background-color: var(--branco);
	padding: 6rem 0 1rem 2rem;
}

.companies .column-2 h2 {
	font-weight: 800;
}

.companies .column-2 ul {
	list-style: url(../img/list-style-light-fff.svg);
}

.companies .column-2 {
	background-color: var(--cinza-escuro);
	padding: 6rem 0 1rem 1rem;
	color: var(--branco);
}

.companies .column-3 {
	background-color: var(--branco);
	padding: 6rem 0 1rem 1rem;
}

/* Team */
/*#team-member-alison-zalecki, #team-member-emily-stevenson, #team-member-teneeka-james {*/
.team {
	scroll-margin-top: 91px;
	padding: 3rem 2rem 2rem;
	background-color: var(--cinza);
	background-image: -webkit-linear-gradient(-42deg, var(--cinza) 80%, var(--cinza-medio) 50%);
}

.team-1 {
	background-color: var(--branco);
	background-image: none;
}

.team h2 {
	font-size: 4.8rem;
	line-height: 4.8rem;
	font-weight: 800;
	margin-bottom: 0;
	letter-spacing: -1px;
	text-transform: uppercase;
}

.team h3 {
	font-size: 2.5rem;
	line-height: 2.8rem;
	padding-bottom: 1rem;
}

.share-team a:hover {
	border: 0;
}

.team .share-team img {
	margin: 1rem 1rem 0 0;
}

.team .share-team img:hover {
	transform: rotate(360deg);
	transition: all 0.3s ease-in-out 0s;
	border-bottom: 0;
}

.team-form select:focus-visible {
	outline: 0px;
}

.team-form select {
	margin-top: 4rem;
	padding: 7px 40px 7px 16px;
	border-radius: 30px;
	font-size: 1.5rem;
	line-height: 1.8rem;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	color: var(--preto);
	background: url(../img/icons/ic-chevron.svg) 99% / 16% no-repeat #FFF;
}

/* Blog */
/* bloco Odd */
.bloco-odd {
	padding: 2.5rem;
	background-image: -webkit-linear-gradient(-42deg, var(--cinza) 50%, var(--cinza-medio) 50%);
}

.bloco-odd h2 {
	font-size: 3.4rem;
	line-height: 3.4rem;
	color: var(--marrom);
	font-weight: 800;
	text-transform: uppercase;
	margin: 1.5rem 0;
}

/* bloco Even */
.bloco-even {
	padding: 2rem;
	background-color: var(--cinza-bg);
	color: var(--branco);
}

.bloco-even h2 {
	font-size: 3.4rem;
	line-height: 3.4rem;
	font-weight: 800;
	text-transform: uppercase;
	margin: 1.5rem 0;
}

/* Single */
.blog-line-1 {
	padding: 2.5rem;
	background-color: var(--branco);
}

.blog-line-1 h2 {
	font-size: 3.4rem;
	line-height: 3.4rem;
	color: var(--marrom);
	font-weight: 800;
	text-transform: uppercase;
	margin: 1.5rem 0;
}

.blog-line-1 h3 {
	font-size: 2.1rem;
	line-height: 2.4rem;
	margin: 1.5rem 0 0;
	padding-left: 1.5rem;
	border-left: 1px solid var(--cinza-escuro);
}

.blog-line-2 {
	padding: 2.5rem;
	background-color: var(--cinza);
}

.blog-line-2 img {
	max-width: 100%;
}

.post-single h3 {
	font-weight: 700;
}

.post-single ul {
	list-style: url(../img/list-style-light.svg);
}
.nav-links {                                                                   
	display:flex;
}
.next_post {
	background-image: url("../img/next-post.svg");
	width: 157px;
	height: 30px;
	display: block;
}
.previous_post {
	background-image: url("../img/previous-post.svg");
	width: 157px;
	height: 30px;
	margin-right: 20px;
	display: block;
}
.next_post:hover {
	background-image: url("../img/next-post_over.svg");
}
.previous_post:hover {
	background-image: url("../img/previous-post_over.svg");
}

/* Default */
.default ul {
	list-style: none;
	list-style: url(../img/list-style-light.svg);
}

.default h2 {
	font-size: 4.5rem;
	line-height: 4.2rem;
	text-transform: uppercase;
	font-weight: 700;
	margin-top: 2rem;
	margin-bottom: 2rem;
}

.default h3 {
	font-size: 2.7rem;
	line-height: 3rem;
	font-weight: 700;
	margin-top: 2rem;
	margin-bottom: 1rem;
}

@media only screen and (max-width: 1020px) {
	.hero h2, .ourwork-text h2, .ourwork-text-training h2 {
		font-size: 4rem;
		line-height: 4rem;
	}
	.parallax h2 {
		
	}
	h2 {
		font-size: 3.5rem;
		line-height: 4rem;
	}
	.blocos .content {
		padding-bottom: 5rem;
	}
	.block-testimonial-05,
	.block-testimonial-06,
	.block-testimonial-07,
	.block-testimonial-08,
	.block-testimonial-09,
	.block-testimonial-10 {
		position: initial;
		bottom:0;
		margin-top: 3rem;
	}
}
@media only screen and (max-width: 600px) {
	h2 {
		font-size: 4rem;
		line-height: 4rem;
	}

	.overlay a {
		font-size: 2.6rem;
		line-height: 3rem;
		padding-bottom: 16px;
	}

	.hero h2,
	.ourwork-text h2,
	.ourwork-text-training h2 {
		font-size: 4rem;
		line-height: 3.6rem;
	}

	.data2 p {
		margin-bottom: 0;
	}

	.parallax h2 {
		font-size: 5rem;
		line-height: 5.5rem;
	}

	.ourwork-text {
		height: calc(100vw);
	}

	.blog-line-2 {
		padding: 1.5rem;
	}
}
/* Form */
.wpcf7-not-valid-tip {
	padding-top: 10px;
}
::-webkit-input-placeholder { /* WebKit browsers */
    color: #878787 !important;
    opacity: .7 !important;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #878787 !important;
    opacity: .7 !important;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #878787 !important;
    opacity: .7 !important;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
    color: #878787 !important;
    opacity: .7 !important;
}
textarea{
	font-family: 'Open Sans', sans-serif !important;
}
.no-underline a:hover {
	border-bottom: 0;
}