/*used*/



@font-face {
	font-family: 'Gilroy';
	src: url('../fonts/Gilroy-Regular.ttf') format('truetype');
	font-weight: normal;
}

@font-face {
	font-family: 'Gilroy';
	src: url('../fonts/Gilroy-Medium.ttf') format('truetype');
	font-weight: 500;
}


@font-face {
	font-family: 'Gilroy';
	src: url('../fonts/Gilroy-Bold.ttf') format('truetype');
	font-weight: bold;
}







/* [ ============= main ================== ] */


*::-webkit-scrollbar-track
{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius: 0;
    background-color: #8dadc4;
}

*::-webkit-scrollbar
{
    width: 12px;
    background-color: #8dadc4;
}

*::-webkit-scrollbar-thumb
{
    border-radius: 0;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color:#1f232d;
}


:root {
	--white : #fff; 
	--dark: #1f232d;
	--blueish: #8dadc4;
	--purplish: #4c516d;
}


video {opacity: 0; transition: 4s}
body, html 
{
	font-family: 'Roboto', sans-serif;
	line-height: 1.4!important;
	margin:0;
	color: var(--main-text);
	background: var(--dark);
}

* {box-sizing: border-box;}

.tar 		{ text-align: right!important; }
.tac 		{ text-align: center!important; }


p, ul, li, a, h1, h2, h3, h4, h5, h6 {margin:0; padding:0;}

.container {
	max-width: 1210px;
	padding:0 20px;
	width: 100%;
	margin: 0 auto;
}


li {list-style: none}


a, button, input, textarea {font-family: 'Inter', sans-serif; text-decoration: none}

img {max-width: 100%}



.gilroy {
	font-family: 'Gilroy', sans-serif;
}


#loader {
	position: fixed;
	background: #1f232d;
	height: 100%;
	width: 100%;
	left:0;
	top:0;
	z-index: 100000000;
	transition: 1.3s;
}

#loader.remove {
	height: 0;
	top: 100vh;
}


*.fadeOutTransition {
	transition: 0.3s;
	opacity: 0;
}


#header.fadeOutTransition {
	margin-top: -20px;
}






/* predfinied classes */


.title50 {
	font-weight: bold;
	font-size: 50px;
}


.text18 {
	font-size: 18px;
	font-weight: normal;
}


.button-with-arrow {
	display: inline-flex;
	align-items: center;
	justify-content: space-between;
	font-size: 14px;
	font-weight: bold;
	font-family: "Gilroy", sans-serif;
	text-transform: uppercase;
	border-radius: 5px;
	padding: 12px 15px;
	transition: 0.3s;
}
.button-with-arrow  img {
	margin-left: 20px;
}



.button-with-arrow.blue {
	background: var(--blueish);
	color: var(--dark);
	min-width: 200px;
}

.button-with-arrow.blue:hover {
	background: var(--white);
}

/* header*/


#header {
	display: flex;
	align-items: center;
	padding: 20px 25px; 
	justify-content: space-between;
	position: relative;
	z-index: 100000;
	border-bottom:1px solid rgba( 255, 255, 255, 0.06 );
}


#header.dark {
	background: var(--dark);
	border-bottom: 1px solid #282c3a;
}

#header .logo {flex:1; display: flex}

#header .menu {flex:7;}
#header .socials {flex:1;}

#header .logo a {display: inline-block;}

#header .logo img {min-width: 176px; display: block;}

#header .menu li a {
	color: var(--white);
	font-weight: bold;
	font-family: "Gilroy", sans-serif;
	font-weight: bold;
	font-size: 14px;
	text-transform: uppercase;
	padding: 8px 18px;
	border-radius: 5px;
	transition: 0.3s;
	border:2px solid transparent;
}

#header .menu li a:hover {
	color: #a7c9e1;
	border:2px solid rgba(141, 173, 196, 0.2);
}

#header .menu li.active a {
	color: #a7c9e1;
	border:2px solid rgba(141, 173, 196, 0.2);
}

#header .menu ul {
	display: flex;
	align-items: center;
	justify-content: center;
}

#header .menu ul li.active {position:relative}


#header .socials ul {text-align: right;}

#header .socials li a {color: rgba(255, 255, 255, 0.5); transition: 0.3s; font-size: 22px}
#header .socials li a:hover {color: var(--white);}



/*home*/



#wolfback {
	position: relative;
	min-height: calc(100vh - 95px);
	display: flex;
	align-items: center;
}

#wolfmask , #wolfvideo {
	position: absolute;
	left:0;
	top:0;
	width: 100%;
	height: 100%;
}
#wolfvideo {
	z-index: 90;
	object-fit: cover;
}
#wolfmask {
	z-index: 100;
	object-fit: cover;
	object-position: bottom left;
}




.home-content  {
	color: white;
	width: 50%;
	max-width: 480px;
	position: relative;
	z-index: 1000;
	margin-left: auto;
}
.home-content p {
	opacity: 0.7;
	font-weight: lighter;
}

.home-content .button-with-arrow {
	width: 200px;
	margin-top: 80px;
}


.copyrighthome {
	text-align: center;
	position: absolute;
	z-index: 1000;
	bottom: 35px;
	left:0;
	width: 100%;
	color: #4c516d;
	font-size: 12px;
	font-weight: bold;
}






/* video background */

.video-background {
	position: relative;
	margin-top: -95px;
}

.videomask , .pagevideo {
	position: absolute;
	left:0;
	top:0;
	width: 100%;
	height: 100%;
}

.pagevideo {max-height: 100%; object-fit: fill;}

.pagevideo {
	z-index: 90;
	object-fit: cover;
}
.videomask {
	z-index: 100;
	object-fit: cover;
	object-position: top left;
	background-repeat: no-repeat;
}


@supports (-ms-ime-align:auto) {
    .pagevideo, #wolfvideo {
        height: auto;
        width: auto;
        min-width: 100%;
        min-height: 1080px;
    }
	#wolfvideo {
        max-height: 100vh;
    }
	#wolfback {overflow:hidden}
}



.content-over {

	position: relative;
	z-index: 1000;
	padding-top: 180px;
}

.page-heading  {
	max-width: 760px;
}

.page-heading-about {
	max-width: 1000px;
}

.page-heading-careers {max-width: 950px}

.page-heading-community {
	max-width: 100%;
}

.page-heading-community p span{
	max-width: 760px;
}

.page-heading h1 {
	color: var(--white);
	font-size: 88px;
	font-weight: bold;
}

.page-heading h2 {
	color: var(--blueish);
	text-transform: uppercase;
	font-size: 15px;
	letter-spacing: 4.5px;
	font-weight: 400;
}

.page-heading .divider {
	display: block;
	width: 190px;
	background: var(--blueish);
	height: 2px;
	margin: 50px 0;
}


.page-heading p {
	font-size: 16px;
	color: white;
	opacity: 0.7;
	font-weight: lighter;
	line-height: 29px;
}

.page-heading p.with-button {
	display: flex;
	align-items: flex-start;
}
.page-heading p.with-button a {
	margin-left: 50px;
}

.page-heading-community p.with-button a {
	max-width: 220px;
}

.page-heading-community p > img {
	position: relative;
	top: -30px;
	margin-left: 30px;
}


.transparent-button {
	color: #a7c9e1;
	border:2px solid rgba(141, 173, 196, 0.2);
	display: flex;
	align-items: center;
	padding: 15px 12px; 
	line-height: 1;
	border-radius: 5px;
	min-width: 200px;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: 500;
	transition: 0.3s;
}

.transparent-button:hover {
	background: var(--purplish);
	color: var(--white);
	border:1px solid var(--white);
}

.transparent-button img {margin-left: 35px;}

/* services boxes*/


.services-boxes {
	display: flex;
    justify-content: center;
    width: calc(100% + 100px);
    margin-top: 80px;
    left: -50px;
    background: white;
    position: relative;
    border-radius: 5px;
    -webkit-box-shadow: 0px 16px 26px 12px rgba(0,0,0,0.16);
	-moz-box-shadow: 0px 16px 26px 12px rgba(0,0,0,0.16);
	box-shadow: 0px 16px 26px 12px rgba(0,0,0,0.16);
}

.services-box {
	width: calc( 100% / 3);
	background: white;
	padding: 50px 60px;
}

.services-box p {
	font-weight: bold;
	font-size:30px;
	color: #1d1f29;
	margin-bottom: 30px;
	font-family: "Gilroy", sans-serif;
}

.services-box li {
	position: relative;
	padding-left: 25px;
	color: #636363;
	font-size: 14px;
	margin-bottom: 15px;

}

.services-box li::before {
	content: url("../images/liarrow.png");
	width: 7px;
	height: 8px;
	position: absolute;
	left: 0;
	top: -1px;
}

.services-box.infra {
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	border-radius: 0;
	background: url("../images/services-2.png") no-repeat;
	background-size: contain;
	background-position: bottom right;
	padding-bottom: 165px;
}

.services-box.people {
	
	background: url("../images/services-3.png") no-repeat;
	background-size: contain;
	background-position: bottom right;
	overflow: hidden;
}
.services-box.land {
	background: url("../images/services-1.png") no-repeat;
	background-size: contain;
	background-position: bottom right;
	overflow: hidden;
}



.paralax-image {
	margin-top: -80px;
	position: relative;
	z-index: 300;
}









/* fast info - advert */

.fast-info {
	padding: 50px 0;
	background: white;

}
.fast-flex {
	display: flex;
	align-items: center;
}

.fast-flex p:nth-child(1) {
	font-weight: bold;
	font-size: 40px;
	color: black;
	min-width: 255px;
	max-width: 255px;
	line-height: 1;
	margin-right: 30px;

}

.fast-flex p:nth-child(2) {
	font-weight: 400;
	font-size: 16px;
	color: #636363;
	padding-right: 100px;
	line-height: 24px;

}




.logo-item-flex {
	display: flex;
	align-items: center;
	margin-right: 15px;
	padding-right: 10px;
	border-right: 1px solid #d9d9d9;
}

/*.logo-item-flex img {
	margin-right: 25px;
}*/


.logo-item-flex p {
	font-weight: lighter;
	font-size: 14px;
	margin-right: 10px;
	margin-left: 25px;
	max-width: 220px;
}

.logo-item-flex p a {
	display: block;
	color: #636363;
	margin-top: 8px;
	transition: 0.1s;
	word-break:break-all;
	font-size:12px;
	font-weight: bold;
}
.logo-item-flex p a:hover {
	color: #8DADC4;

}
.slider-logos {
	background: white;
	padding: 50px 0;
	padding-left: 30px;
}

.logo-item-flex img {max-width: 200px;}


.logos-carousel.owl-carousel .owl-stage
{
	display: flex;
	flex-direction: row;
	align-items:center;
}

.logos-carousel.owl-carousel .owl-stage::after
{
	display: none;
}

.logos-carousel.owl-carousel .owl-item
{
	float: none;	
}



.slider-logos .container {position: relative;}


.testimonails-slider {
	position: relative;
}


.test-arrow {
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: var(--blueish);
	margin-left: 15px;
	cursor: pointer;
	border-radius: 100%;
	transition: 0.3s;
}

.test-prev img{
	transform: rotate(180deg);
}


.test-arrows {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	right: 0;
	top: -80px;
	position: absolute;
}

.test-arrow:hover {
	background: var(--purplish);
}





/* know more */

.know-more {
	padding: 150px 0;
	background: url("../images/trees-background.jpg") no-repeat;
	background-size: cover;
	background-position: bottom;
	color:white;
}

.know-more-flex {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.know-more-flex p {
	font-weight: lighter;
	font-size: 50px;
}

.know-more-flex p strong {
	font-weight: bold;
	color: #a7c9e1;
}

.know-more .button-with-arrow {min-width: 200px; color: #203c51;}


/* copyright footert */


.copyright {
	background: var(--dark);
	color: #4c516d;
	text-align: center;
	padding: 30px 0;
	font-size: 12px;
	font-weight: bold;
}


/* about us */



.noha-about {
	background: var(--purplish);
	position: relative;
	z-index: 100;
	background: url("../images/nohaback.jpg") no-repeat;
	background-size: cover;
	background-position: top 65px center;
    background-color: #4c516e;
}

.noha-about .top {
	display: flex;
	align-items: center;
}



.about-top {
	padding-bottom: 140px;
}


.noha-gallery {
	width: 50%;
	height: 500px;
	border-radius: 0 0 40px 0;
    -webkit-box-shadow: 0px 16px 26px 12px rgba(0,0,0,0.16);
	-moz-box-shadow: 0px 16px 26px 12px rgba(0,0,0,0.16);
	box-shadow: 0px 16px 26px 12px rgba(0,0,0,0.16);
	overflow:hidden;
	position: relative;
	top: -50px;
	margin-right: 100px;
}


.noha-gallery .owl-dots , .noha-gallery .owl-nav {display: none}

.noha-gallery img {
	width: 100%;
	object-fit: cover;
	height: 500px;
}

.noha-adventage {
	max-width: 450px;
	color: white;
}

.noha-adventage h2 {
	font-weight: bold;
	line-height: 1;
	margin-bottom: 16px;
	font-size: 40px;
}

.noha-adventage p {
	font-weight: lighter;
	font-size: 16px;
	opacity: 0.7;
	line-height: 30px;
}


.noha-adventage .test-arrows {
	position: initial;
	justify-content: flex-start;
	margin-top: 40px;
	margin-left: 0;
	margin-right: 15px;
}

.noha-adventage .test-arrow {
	margin-left: 0;
	margin-right: 15px;
}

.noha-adventage .test-arrow:hover {
	background: var(--dark);
}




.splited-text {
	display: flex;
	align-items: flex-start;
	color: white;
}

.splited-text h2 {
	font-weight: bold;
	font-size: 40px;
	min-width: 240px;
	margin-right: 50px;
	text-align: right;
	line-height: 1;
	margin-top: -5px;
}

.splited-text .splited {
	display: flex;
	align-items: flex-start;
}

.splited-text .splited span {
	opacity: 0.7;
	font-size: 16px;
	line-height: 30px;
	font-weight: lighter;
	margin-right: 30px;
}

.splited-text .splited span:nth-child(1) {flex:3;}
.splited-text .splited span:nth-child(2) {flex:2;}

.noha-about .bottom {
	padding-top: 220px;
	padding-bottom: 80px;
	position: relative;
	top: 15px;
}

.paralaxIMG {height: 480px; width: 100%; object-fit: cover; display: block;}


/*community*/
.noha-community {
	background: var(--purplish);
}

.noha-community .noha-gallery {
	height: calc(100% + 50px);
	border-radius: 0;
	box-shadow: none;
}

.noha-community .top {
	align-items: flex-start;
	height: 450px;
}

.noha-community .noha-adventage {
	padding-top: 50px;
	padding-bottom: 40px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    align-items: flex-start;
    min-height: 400px;
}

.noha-community .noha-adventage p {max-width: 400px}



.map-and-info {
	position: relative;
	z-index: 10000;
	height: 480px;
}

.map-and-info iframe {
	position: absolute;
	left: 0;
	top: 0;

}


.map-and-info .container {
	position: relative;
	z-index: 100;
}

.contact-box {
	background: #4c516d;
	color: white;
	max-width: 500px;
	border-top: 4.5px solid #8cacc4;
	margin-left: auto;
	margin-right: 0;
	border-radius: 5px;
	position: relative;
	top: -300px;
}


.messageIcon {
	position: absolute;
	right: -15px;
	top: -15px;
	z-index:100;
}

.messageshadow {
	position: absolute;
	right: 0;
	top: -5px;
	width: 90px;
}

.contact-box .top {
	padding: 80px 60px;
	border-bottom: 1px solid #5e637c;
}

.item-contact {line-height: 1}

.item-contact  span {
	display: block;
	color: #a7c9e1;
	font-size: 14px;
	font-weight: lighter;
	margin-bottom: 5px;
}

.linked-flex {
	justify-content: space-between;
	align-items: flex-start;
	display: flex;
	max-width: 315px;
}

.item-contact a {
	color: white;
	font-family: "Gilroy", sans-serif;
	font-size: 26px;

}

.keith {
	margin-top: 40px;
}

.keith p {
	font-size: 16px;
	font-family: "Gilroy", sans-serif;
}

.keith a {
	color: #a7c9e1;
	font-size: 16px;
}

.contact-box .bottom  {
	padding: 30px 60px;
}


/* careers */


.careers {
	background: var(--purplish);
	padding: 60px 0 80px 0;
	color: white;
}

.careers-jobs .job .name {
	font-size: 20px;
	font-weight: lighter;
	display: flex;
	justify-content: space-between;
	align-items: center;	
	cursor: pointer;
}
.careers-jobs .job .name img {transition: 0.3s;}
.careers-jobs .job .name img.rotate {transform: rotate(180deg);}


.careers-jobs .job .description {
	display: none;
	justify-content: space-between;
	align-items: flex-start;
	padding-top: 20px;
}
.careers-jobs .job .description.show {display: flex;}


.careers-jobs .job .description p {
	max-width: calc( 100% - 300px);
	font-weight: lighter;
	opacity: 0.7;
	line-height: 22px;
	font-size: 14px;
}

.careers-jobs .job .description ul {
	width: 300px;
	margin-left: 80px;
}

.careers-jobs .job {
	border-bottom: 1px solid #3d4157;
	padding: 20px 0; 

}

.careers-jobs .job .description ul li  {display: flex; align-items: center; margin-bottom: 5px;}
.careers-jobs .job .description ul li span {
	width: 150px;
	display: block;
	font-size: 14px;
	font-weight: lighter;
}

.careers-jobs .job .description ul li span:nth-child(1) {
	color: #a7c9e1;
}




.careers-no-jobs {
	position: relative;
	z-index: 10000;
	background: url("../images/trees-background.jpg") no-repeat;
    background-position: bottom;
    background-color: #4c516e;
}

.careers-no-jobs .careers {background: transparent;}

.careers-no-jobs .container {
	position: relative;
}

.careers-no-jobs img {
	position: absolute;
	right: 0;
	top: -200px;
}

.careers-no-jobs {
	padding-bottom: 300px;
}

.careers-no-jobs p {
	font-size: 30px;
	color: white;
	font-weight: lighter;	
}

.careers-no-jobs span {
	display: block;
	font-size: 16px;
	color: #a7c9e1;
	font-weight: lighter;	

}


/* form popup*/

.apply-form-wrapper {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(	61,	65,	87, 0.8);
	z-index: 100000;
	display: none;
}


.apply-form {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left:0;
	right: 0;
	margin:0 auto;
	max-width: 600px;
	background: var(--purplish);
	-webkit-box-shadow: 0px 16px 26px 12px rgba(0,0,0,0.16);
	-moz-box-shadow: 0px 16px 26px 12px rgba(0,0,0,0.16);
	box-shadow: 0px 16px 26px 12px rgba(0,0,0,0.16);
	border-radius: 5px;
	border-top: 8px solid var(--blueish);
	max-height: calc(100vh - 50px);
	overflow-x: hidden;
    overflow-y: visible;
}	


.apply-form .top {
	padding: 50px 20px;
	text-align: center;
	color: white;
	font-size: 31px;
	font-weight: bold;
	border-bottom: 1px solid #41455e;
}



.apply-form .bottom {
	padding: 50px 40px;
}

.apply-form .input {
	display: flex;
	align-items: center;
	margin-bottom: 10px;
}

.apply-form .input label {
	text-align: right;
	display: inline-block;
	width: 90px;
	margin-right: 15px;
	color: white;
	font-size: 12px;
	font-weight: lighter;
}

.apply-form .input input, .apply-form .input select {
	 box-shadow: inset 0px 1px 0.5px 0 rgba(50, 52, 68, 0.5);
	 background: #41455e;
	 border-radius: 2.5px;
	 padding: 10px 15px;
	 max-width: 280px;
	 width: 100%;
	 border:1px solid #41455e;
	 color: white;
}


.wpcf7-form-control-wrap {
	 max-width: 280px;
	 width: 100%; 
}

.apply-form .input input:focus, .apply-form .input select:focus {
	border:1px solid var(--dark);
	outline: none;
}


.apply-form .upload-trigger {
	display: flex;
	align-items: center;
}

.apply-form .upload-trigger button {
	background: #41455e;
	color: var(--blueish);
	font-size: 12px;
	font-weight: lighter;
	padding: 10px 18px;
	border-radius: 2.5px;
	border:none;
	cursor: pointer;
	transition: 0.3s;
}

.apply-form .upload-trigger button:hover {background: var(--dark)}

.apply-form .upload-trigger p {
	color: var(--blueish);
	font-size: 12px;
	font-weight: lighter;
	margin-left: 10px;
}

.apply-form .input.file-upload input {
	width: 1px;
	height: 1px;
	opacity: 0;
}

.wpcf7-submit {
	background: var(--blueish);
	color: #274459;
	font-size: 14px;
	font-weight: bold;
	display: flex;
	align-items: center;
	justify-content: center;
	max-width: 280px;
	width: 100%;
	margin-left: 105px;
	padding: 10px;
	border-radius: 2.5px;
	border:none;
	text-transform: uppercase;
	margin-top: 20px;
	cursor: pointer;
	transition: 0.3s;
}

button.submit-form img {
	margin-left: 10px;

}


.wpcf7-submit:hover {
	background: white;
}


.close-form {
	color: var(--blueish);
    right: 15px;
    position: absolute;
    top: 15px;
    font-size: 20px;
    cursor: pointer;
    transition: 0.3s;
}

.close-form:hover {
	color: white;
}


/* Hamburger */

.socials-mobile {display: none}

.menu-wrapper {
  position: absolute;
  display: none;
  right: 20px;
  top:4px;
  margin: auto;
  width: 30px;
  height: 40px;
  cursor: pointer;
  z-index: 1000;
}
.menu-wrapper.fixed {position: fixed;}
.hamburger-menu,
.hamburger-menu:after,
.hamburger-menu:before {
  width: 25px;
  height: 3px;
  border-radius: 3px;
}

.hamburger-menu {
  position: relative;
  transform: translateY(25px);
  background: #fff;
  transition: all 0ms 300ms;
}
.hamburger-menu.animate {
  background: rgba(255, 255, 255, 0);
}

.hamburger-menu:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 6px;
  background: #fff;
  transition: bottom 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
}

.hamburger-menu:after {
  content: "";
  position: absolute;
  left: 0;
  top: 6px;
  background: #fff;
  transition: top 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
}

.hamburger-menu.animate:after {
  top: 0;
  transform: rotate(45deg);
  background: white;
  transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
}

.hamburger-menu.animate:before {
  bottom: 0;
  transform: rotate(-45deg);
  background: white;
  transition: bottom 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
}




body span.wpcf7-not-valid-tip {
    background: #4c516d;
    color: #8dadc4;
    font-size: 1em;
    font-weight: normal;
    display: block;
    font-size: 12px;
    position: absolute;
    top: -10px;
    z-index: 432432;
    right: 0;
    /* min-width: 108px; */
    border: 1px solid #8dadc4;
    margin: 3px;
    padding: 1px 5px;
    border-radius: 2.5px;
}

body .file-737 {position: initial;}


.apply-form .upload-trigger  span.wpcf7-not-valid-tip {
	position: initial;
    background: #41455e;
    left: -100px;
    position: relative;
    top: 7px;
}

.apply-form .upload-trigger {position: relative;}

.apply-form .upload-trigger span.wpcf7-not-valid-tip {
    position: initial;
    background: #41455e;
    left: unset;
    right: 5px;
    position: absolute;
    top: 24px;
}

body div.wpcf7-response-output {
    border: 2px solid #ff065d;
    color: #ffffff;
    padding: 5px 15px;
}


body div.wpcf7-mail-sent-ok {
    border: 2px solid #41455e;
    color: #ffffff;
    padding: 5px 15px;
}



.owl-carousel .owl-item img {
	width: auto!important;
}



.page-heading-community p>img {
	top:0;
	display:block;
	box-shadow: 0 0 36px #848484;
    border-radius: 100%;
}


.grecaptcha-badge { 
    visibility: hidden;
}

.legals {margin-top: 5px;}
.legals a {color: #4c516d;}
.legals a:hover {color: #8CACC4; transition: color 0.5s;}
.legals span {padding: 0 10px;}

.trait-link {margin-top: 5px;}
.trait-link a {color: #4c516d;}
.trait-link a:hover {color: #8CACC4; transition: color 0.5s;}


/*
=================================
POLICY
=================================
 */
#privacy .container{
	background-color: #FFF;
	border-radius: 5px;
	padding: 50px 60px;
}
@media (max-width: 767.8px){
	#privacy .container{
		padding: 30px 15px;
	}
}