/* @font-face {
	font-family: 'Gotham';
	src: url('https://hygia.ro/wp-content/themes/Hygia-Theme/assets/css/fonts/Gotham-Book.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
	unicode-range: U+0020-007E, U+00A0-00FF, U+0100-017F;
} */
@font-face {
	font-family: 'Montserrat';
	src: url('https://hygia.ro/wp-content/themes/Hygia-Theme/assets/css/fonts/Montserrat-Regular.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Trajan';
	src: url('https://hygia.ro/wp-content/themes/Hygia-Theme/assets/css/fonts/TrajanProRegular.woff2') format('woff2');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Trajan';
	src: url('https://hygia.ro/wp-content/themes/Hygia-Theme/assets/css/fonts/TrajanProBold.woff2') format('woff2');
	font-weight: bold;
	font-style: normal;
}

:root{
	--WCD-main-color: #ec1c24;
	--WCD-secondary-color: #58595b;
	--WCD-accent-color: #ad191e;
	--WCD-font-color1: #333;
	--WCD-font-color2: #fff;
	--WCD-font-fam1: 'Trajan', sans-serif;
	/* --WCD-font-fam: 'Gotham', sans-serif; */
	--WCD-font-fam: 'Montserrat', sans-serif;
	--WCD-shadow:rgba(87, 89, 91, 0.2);
	--WCD-dark-background: rgba(87, 89, 91, 0.6);
	--WCD-rotation: 45deg;
}


/* admin bar--------------------------------------------------------------*/
#wpadminbar a::before{
	display: none !important;
}
#wpadminbar a{
	display: initial !important;
}
.customize-partial-edit-shortcut-button{
	display: none !important;
}

/*formatari generale------------------------------------------------------*/
body{
	margin: 0;
    background:#f8f8f8;
    font-size: 1rem;
    font-family: var(--WCD-font-fam);
	color:var(--WCD-secondary-color);
}
body > div {
	position: relative;
}
h1, h2, h3, h4, h5, h6, p, span, a, ul, li, div, img{
	box-sizing: content-box;
}
h1, .h1 {
    font-size: calc(1rem + 1.26vw);
    font-family: var(--WCD-font-fam);
    font-weight: 600;
    color: var(--WCD-font-color1);
    letter-spacing: 1px;
}
h2, .h2{
    font-size: calc(1rem + 0.84vw);
    font-family: var(--WCD-font-fam);
    font-weight: 600;
    color: var(--WCD-font-color1);
    letter-spacing: 0.5px;
}
h3, .h3 {
    font-size: calc(1rem + 0.63vw);
    font-family: var(--WCD-font-fam);
    font-weight: 600;
    color: var(--WCD-font-color1);
    letter-spacing: 0.5px;
}
h4, .h4 {
    font-size: calc(1rem + 0.42vw);
    font-family: var(--WCD-font-fam);
    font-weight: 600;
    color: var(--WCD-font-color1);
}
h5, .h5 {
    font-size: calc(1rem + 0.2vw);
    font-family: var(--WCD-font-fam);
    font-weight: 600;
    color: var(--WCD-font-color1);
}
h6, .h6 {
    font-size: 1rem;
    font-family: var(--WCD-font-fam);
    font-weight: 600;
    color: var(--WCD-font-color1);
}
h1, h2, h3, h4, h5, h6{
	margin-top: 0;
	margin-bottom: 15px;
	line-height: 1.4;
}
p {
    font-size: 1rem;
    font-family: var(--WCD-font-fam);
	color:var(--WCD-secondary-color);
	line-height: 1.4;
	margin: 10px 0;
}
a:is(:hover,:focus), p a:is(:hover,:focus) {
    text-decoration: none !important;
    color: var(--WCD-main-color);
	transition: all 0.2s ease-in-out;
}
a, p a {
    /* position: relative;
    display: inline-block; */
    color: var(--WCD-secondary-color);
    font-family: var(--WCD-font-fam);
    font-weight: 600;
	text-decoration: underline 2px var(--WCD-main-color);
	transition: all 0.2s ease-in-out;
}
mark {
	color: var(--WCD-main-color);
	background: transparent;
}
b mark, strong mark{
	font-family: var(--WCD-font-fam1);
	text-transform: uppercase;
}
ul ::marker{
	color:var(--WCD-main-color);
}
li{
	line-height: 1.4;
}
button, a{
	cursor: pointer;
}
button:is(.vc_btn3) , a:is(.vc_btn3), button{
	padding: 0.5rem 30px;
	font-size: 1rem;
	box-shadow: 0px 8px 15px -5px var(--WCD-shadow);
    margin: 5px;
	border: 2px solid var(--WCD-main-color);
    transition: all 300ms ease-in-out ;
}
a:is(.vc_btn3-style-outline){
	color: var(--WCD-secondary-color) !important;
}
a:is(.vc_btn3-style-modern,.vc_btn3-style-classic){
	background: transparent !important;
	border: 2px solid var(--WCD-main-color) !important;
	font-weight: 400;
}
.vc_btn3-container a::before{
	content:'';
	display: flex;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 0;
	background: var(--WCD-main-color);
	transition: all 0.2s ease-out;
	z-index:-1;
}
.vc_btn3-container a:hover::before{
	height: 100%;
	background: var(--WCD-main-color);
	transition: all 0.2s ease-out;
}
.vc_btn3-container a:hover {
	color: #fff !important;
	transition: all 0.15s ease-in;
}
.grey-bkgr{
	background-color: var(--WCD-shadow);
}
.grey-bkgr h2{
	padding-top: 35px;
}
.light-grey-bkgr{
	background: #e8e8e8;
	padding-top: 35px;
}
/*heading decorations-----------*/
.deco-heading span{
	position: relative;
	text-align: center;
	max-width:80vw;
}
.deco-heading span::after{
	content:"";
	display:flex;
	position: absolute;
	width: 80px;
	height: 20px;
	right: -30px;
	bottom: -10px;
	background: url(/wp-content/uploads/2023/02/hygia-sign-deco.png);
	background-size: contain;
	background-repeat: no-repeat;
}

/* header navbar ----------------------------------------------------------------------*/
header {
	width: 100%;
	box-shadow: 0 0 5px 1px #00000010;
}
header .header {
    padding: 0;
	display: flex;
	justify-content: space-between;
    padding: 0;
    margin: 0;
	position: relative;
	height: 100%;
	background: #fff;
}
header .header::after{
	content:"";
	display:flex;
	position: absolute;
	bottom: 0;
	right: 0;
	height: 50px;
	width: 100px;
	min-width:100px;
	border-bottom: 3px var(--WCD-main-color) solid;
	border-right: 3px var(--WCD-main-color) solid;
}
.leftnav {
    display: flex;
    justify-content: center;
    align-items: center;
	padding-left: 5%;
}
.navbar-brand {
	margin: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.navbar-brand img {
    height: 100px;
	min-width: 150px;
	width: 100%;
	max-width: 200px;
}
.navbar-brand::before{
	display: none;
}
.rightnav {
    display: grid;
	grid: auto auto / 100%;
	justify-items: end;
    align-items: center;
	padding: 0 5% 0 2%;
}
/*topbar------------------------*/
#topbar{
	display: flex;
	height: 40px;
	justify-content: flex-end;
	align-items: center;
	gap: 10px;
}
#topbar p{
	margin: 0;	
}
.topbar-area > ul {
	display: flex;
	list-style: none;
	gap: 10px;
}
.topbar-area > ul .lang-item a{
	text-decoration: none;
	font-weight: 400;
	padding: 3px 5px;
}
.topbar-area > ul .lang-item{
	background: #fff;
	box-shadow: 0 6px 8px -1px #58595b1f;
}
.topbar-area > ul .lang-item:not(.current-lang){
	box-shadow: none;
}

.topbar-area > ul .lang-item:not(.current-lang):hover{
	box-shadow: 0 6px 8px -1px #58595b1f;
}
/*menu--------------------------*/
.header-menu{
	width: 100%;
	height: 50px;
	display: flex;
	justify-content: flex-end;
	align-items: center;
	position: relative;
}
.main-menu{
	display: flex;
	align-content: flex-end;
	gap: 20px;
	padding: 0;
    list-style: none;
	margin: 0;
}
.main-menu :is(a){
	color: var(--WCD-secondary-color);
	font-family: var(--WCD-font-fam);
	text-decoration: none;
	font-weight: 400;
	position: relative;
	z-index:1;
}
.header-menu a:hover{
	color: #fff;
	transition: all 0.2s ease-in-out;
}
.header-menu a::before{
	content: '';
	display: flex;
	position: absolute;
	bottom: 0;
	left: -5%;
	width: 110%;
	height: 0%;
	z-index:-1;
	background: var(--WCD-main-color);
	transition: all 0.2s ease-in-out;
}
.header-menu a:hover::before{
	height: 100%;
	transition: all 0.2s ease-in-out;
}
/*header fixed---------------------*/
.main-header{
	position: fixed;
	z-index: 9999;
}
main{
	padding-top: 120px;
} 
.archive .archive-header{
	padding-top: 240px;
}
/*buton meniu - mobile-------------*/
.target-menu{
	width: 60px;
	height: 30px;
	background: #fff;
	border-radius: 0;
	position: relative;
	z-index: 2;
}
.target-menu::before{
	display: none;
}
.target-menu ul.tm-lines{
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	height: 100%;
	gap: 7px;
}
.target-menu ul.tm-lines li.tm-line{
	width: 40px;
	height: 1px;
	background: var(--WCD-secondary-color);
}
/*buton gototop------------------*/
#btn-back-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: none;
    z-index: 9999;
    background: transparent;
	padding: 0;
	margin:0;
	border: 2px solid #fff!important ;
}
#btn-back-to-top img{
	width: 40px;
	height:40px
}
#btn-back-to-top i{
	font-size: 40px;
	color: var(--WCD-accent-color);
}

/*footer -------------------------------------------------------------------*/
#footer{
	background: var(--WCD-dark-background);
}
.footer-content{
	padding:30px 5vw;
	margin: 0;
	display: grid;
	grid: auto / repeat(4, 1fr);
	gap: 20px;
	border-top: 1px solid var(--WCD-main-color); 
}
.footer-block a{
	color: var(--WCD-font-color2);
}
.footer-block h2{
	font-size: 20px;
}
#footer-2, #footer-3{
	padding-top: 30px;
}
.footer-block .deco-heading span{
	color: var(--WCD-font-color2);
}
.footer-1 ul{
	padding-left: 0;
	list-style: none;
}
.footer-1 ul li{
	line-height: 2;
}
/*footer block 1--------------*/
#footer-1{
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 20px;
}
.logo-footer{
	background: #fff;
	padding: 30px;
	position: relative;
	max-width: 200px;
}
.logo-footer::before, .footer-1 .cta-contact::before{
	content:"";
	display:flex;
	position: absolute;
	top: -3px;
	right: -3px;
	height: 50px;
	width: 100px;
	border-top: 3px var(--WCD-main-color) solid;
	border-right: 3px var(--WCD-main-color) solid;
}
.logo-footer a::before{
	display: none;
}
/*footer block 2--------------*/
.footer-utile{
	list-style: disc inside !important;
}
.footer-utile li::marker{
	color: #fff;
}
.footer-utile li:hover::marker{
	color: var(--WCD-main-color);
}
.footer-utile a{
	text-decoration: none;
	font-weight: 400;
}
.footer-utile li:hover a{
	color: var(--WCD-main-color);
}
/*footer block 3--------------*/
.footer-contact a{
	display: grid;
	grid: auto / 30px auto;
	align-items: center;
	gap: 20px;
	margin-bottom: 10px;
		font-size: 1rem !important;
	font-weight: 400;
	text-decoration: none;
	transition: color 0.2s ease-in-out;
}
.footer-contact img{
	width: 30px;
}
.footer-contact i{
	font-size: 20px;
	justify-self: center;
	color: var(--WCD-font-color2);
}
.footer-contact a:hover{
	color: var(--WCD-main-color);
	transition: color 0.3s ease-in-out;
}
.footer-contact a:hover i{
	color: var(--WCD-main-color);
	transition: color 0.3s ease-in-out;
}
/*footer block 4-----------------*/
#footer-4 {
	display: flex;
	flex-direction: column;
}
.footer-1 .cta-contact{
	padding: 30px;
	background: #fff;
	position:relative;
}
.footer-1 .n2-ss-slider-1{
	background: #fff;
}
.footer-block .btn-hygia {
	display: flex;
	align-items:baseline;
	color: var(--WCD-main-color);
	gap: 0px;
	width: 100%;
	padding: 5px;
	text-decoration: none;
	transition: all 300ms ease-out;
}
.btn-hygia .btn-decoration{
	width:25px;
	height: 13px;
}
a:is(.btn-hygia):hover {
	gap: 7px;
	transition: all 200ms ease-in;
}
a:is(.btn-hygia)::before{
	display: none;
}
/*footer copyright---------------------*/
.footer-copyright{
	display: flex;
	justify-content: center;
	background: var(--WCD-font-color2);
}
.copyright{
	padding: 20px 50px;
	color: var(--WCD-secondary-color);
    font-size:0.8rem;
	text-align:center; 
}

/*pages - general--------------------------------------------------------------------*/
main{
	margin-bottom: 35px;
}
.page-wrap{
	min-height:70vh;
	margin: 0 10%;
	max-width:1700px;
	position: relative;
}
.vc_row-fluid{
	margin-top: 35px;
}
.subtitle-p p{
	position: relative;
}
.subtitle-p p::before{
	content:"";
	display:flex;
	position: absolute;
	bottom: -15px;
	left: -15px;
	height: 50px;
	width: 150px;
	border-bottom: 3px var(--WCD-font-color2) solid;
	border-left: 3px var(--WCD-font-color2) solid;
}
h2.subtitle{
	gap: 8px;
	color: var(--WCD-secondary-color);
	font-size: calc(1rem + 0.3vw);
	font-weight: 400;
}
/*page-header--------*/
.page-header{
	padding: 120px 10% 40px;
	background: url(/wp-content/uploads/2023/02/contact_bg.png);
	background-size: contain;
	background-position: center;
	background-repeat: repeat-x;
	position: relative;
}
.page-header::after{
	content:'';
	display: flex;
	position: absolute;
	inset: 0;
	background: #fff;
	z-index: -1;
}
.page-header h1.deco-heading{
	display: flex;
	color: var(--WCD-secondary-color);
}
.page-header h1.deco-heading span::after{
	display: none;
}
/*socials baloon----------------*/
.hygia-socials-baloon{
	position: fixed;
	top: 40vh;
	right: 0;
	z-index: 9999;
	margin:0;
	display: flex;
	flex-direction: column;
	align-items: flex-end;
}
.hygia-socials-baloon a{
	color: #fff;
	background: var(--WCD-main-color);
	margin: 3px 0;
	padding: 10px;
	width: 16px;
}
.hygia-socials-baloon a:hover{
	padding: 10px 15px;
	transition: all 0.2s ease-in;
}
.hygia-socials-baloon a .fa-linkedin{
	padding: 0 1px;
}

/**/


/*pg home ---------------------------------------------------------------------*/
/*page header on homepage----------------------*/
.home .page-header{
	height: 0;
	padding: 0;
}
.home h1{
	opacity: 0;
	font-size: 0;
	margin: 0;
}
.home h1 span::after{
	display: none;
}
/*banner section (popup and map)---------------*/
.home-banner{
	margin-top: 0;
}
.home-banner > .wpb_column > .vc_column-inner {
	padding: 0;
}
/*map - homepage*/
.map_wrapper .map_box{
	max-width: 100% !important;
}
.map_box .imapsInnerTooltip{
	width: 200px;
}
.map_wrapper .map_box p a{
	font-weight: 400 ;
	text-decoration: none;
	line-height: 1.6;
}
.map_wrapper svg .imapsContainer{
    filter: drop-shadow(0px 1px 1px #58595b11);
}
/*homepage popup - about us---------------------*/
/* .map-banner-cover{
	padding:1% 3% 0;
	margin: 0;
	position: fixed;
	left:50%;
	transform: translate(-50%, 0%);
	min-width: 85vw;
	min-height: 60vh;
	z-index:9999;
	transition: top 0.5s ease-in-out;
}
.map-banner-cover::before{
	content:'';
	position: absolute;
	background: rgba(88,89,91,0.6);
	display: flex;
	z-index:-1;
    top: 0;
    left: 0;
    width: 50.1%;
    height: 100%;
    transition: all 0.5s;
	box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
	backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px);
}
.map-banner-cover::after{
	content:'';
	position: absolute;
	background: rgba(88,89,91,0.6);
	display: flex;
	z-index:-1;
    top: 0;
    right: 0;
    width: 50%;
    height: 100%;
    transition: all 0.5s;
	box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
	backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px);
} */

.map-banner-cover {
    padding: 1% 3% 0;
    margin: 0;
    position: fixed;
    left: 50%;
    transform: translate(-50%, 0%);
    min-width: 85vw;
    min-height: 60vh;
    z-index: 9999;
    transition: top 0.5s ease-in-out, opacity 0.5s ease-in-out, visibility 0.5s ease-in-out;
    background: rgba(88, 89, 91, 0.8); 
    display: none;
    opacity: 1;
    visibility: visible;
}

.map-banner-cover::before, .map-banner-cover::after {
    content: '';
    position: absolute;
    background: rgba(88, 89, 91, 0.6);
    display: flex;
    width: 50%;
    height: 100%;
    top: 0;
    transition: all 0.5s;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
	backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px);
    z-index: -1;
}

.map-banner-cover::before {
    left: 0;
}

.map-banner-cover::after {
    right: 0;
}




.map-banner-cover.hidden-popup::after, .map-banner-cover.hidden-popup::before{
	width: 0;
	background: rgba(88,89,91,0.2);
}
.map-banner-cover.hidden-popup :is(p, h3, button){
	opacity: 0;
	transition: all 0.1s ease-in-out;
}
.banner-inner-row{
	width: 100%;
	max-height: 80vh;
	overflow-y: auto;
}
.map-banner-cover :is(p, h3){
	color: var(--WCD-font-color2);
}
.map-banner-cover > .wpb_column, .map-banner-cover > .wpb_column > .vc_column-inner, .banner-inner-row > .wpb_column > .vc_column-inner {
	height: 100%;
}
.map-banner-cover .banner-inner-row > .wpb_column > .vc_column-inner > .wpb_wrapper{
	display: flex;
	flex-direction: column;
	align-items:center;
	gap: 20px;
	padding: 0;
	height: 100%;
}
.map-banner-cover .wpb_wrapper div{
	margin: 0;
}
.banner-logo img {
	margin: 20px 0 0;
	max-width: 250px;
	width:20vw;
	min-width:200px;
}
.banner-text{
	max-width: 1000px;
	line-height: 1.5;
}
.hygia-motto .close-popup-svg{
	background: none;
	border: none;
	box-shadow: none;
	cursor: pointer;
}
.hygia-motto
svg, .hygia-motto img{
	width: 150px;
}
.hygia-motto button {
	padding: 0;
}
.map-banner-cover .close-popup-wrapper{
	position: absolute;
	top: 0;
	right: 0;
}
.map-banner-cover .close-popup-wrapper .close-popup{
	border-color:transparent;
	background:transparent;
	box-shadow: none;
	padding: 6px 12px;
	color: var(--WCD-main-color);
	position: relative;
	cursor: pointer;
}
.map-banner-cover .close-popup-wrapper .close-popup::before{
	content:"";
	display:flex;
	position: absolute;
	top: 0px;
	right: 0px;
	height: 15px;
	width: 30px;
	border-top: 2px #fff solid;
	border-right: 2px #fff solid;
}
/* scrollbar*/
.banner-inner-row{
	scrollbar-color: white;
    scrollbar-width: thin;
}
.banner-inner-row::-webkit-scrollbar {
    width: 5px !important;
}

.banner-inner-row::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.2); 
    border-radius: 0px;
}

.banner-inner-row::-webkit-scrollbar-thumb {
    border-radius: 0px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.2); 
}
/*homepage - slogan section---------------------*/
.slogan-row{
	position: relative;
	margin-top: 30px;
	margin-bottom: 30px;
}
.home-slogan::before{
	content:"";
	display: flex;
	position: absolute;
	top: 50%;
	right:0;
	transform: translate(0, -51%);
	width: 100vw;
	min-width: 1000px;
	overflow: hidden;
	height: 16vw;
	background: url(/wp-content/uploads/2023/02/hygia-sign-deco-big.png);
	background-repeat:no-repeat;
	background-size: contain;
}
.home-slogan{
	margin:0;
	position: relative;
}
.home-slogan .wpb_wrapper{
	display: flex;
	justify-content: space-around;
	gap: 20px;
	margin: 0 auto;
	max-width: 75vw;
}
.slogan-block{
	height: 16vw;
	min-height: 200px;
	width:16vw;
	min-width: 200px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
}
.slogan-block h3{
	margin: 0;
	font-family: var(--WCD-font-fam1);
	z-index: 3;
}
.slogan-block:nth-child(2) h3{
	color: var(--WCD-main-color);
}
.slogan-block .shape{
	position: absolute;
	background: #fff;
	box-shadow: 0 0 15px -2px var(--WCD-shadow);
	width: 65%;
	height: 65%;
	transition: transform 0.3s ease-in-out;
}
.shape.seven{
	transform: rotate(45deg);
}
.shape.six{
	transform: rotate(52.5deg);
	transition-delay:0.05s;
}
.shape.five{
	transform: rotate(60deg);
	transition-delay:0.1s;
}
.shape.four{
	transform: rotate(67.5deg);
	transition-delay:0.15s;
}
.shape.three{
	transform: rotate(75deg);
	transition-delay:0.2s;
}
.shape.two{
	transform: rotate(82.5deg);
	transition-delay:0.25s;
}
.shape.one{
	transform: rotate(90deg);
	transition-delay:0.3s;
}
.home-slogan:hover .shape{
	transition: transform 0.3s ease-in-out;
}
.home-slogan:hover .shape.seven{
	transform: rotate(90deg);
	transition-delay:0.3s;
}
.home-slogan:hover .shape.six{
	transform: rotate(97.5deg);
	transition-delay:0.25s;
}
.home-slogan:hover .shape.five{
	transform: rotate(105deg);
		transition-delay:0.2s;
}
.home-slogan:hover .shape.four{
	transform: rotate(112.5deg);
	transition-delay:0.15s;
}
.home-slogan:hover .shape.three{
	transform: rotate(120deg);
	transition-delay:0.1s;
}
.home-slogan:hover .shape.two{
	transform: rotate(127.5deg);
		transition-delay:0.05s;
}
.home-slogan:hover .shape.one{
	transform: rotate(135deg);
}
/*homepage - services-section + olc page - actions section ----------------*/
.home-servicii, .square-red-bkgr{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.square-red-bkgr-block{
	width: calc(33% - 40px) !important;
	margin: 20px;
	background: #fff;
	height: 350px;
	min-width: 250px;
	box-shadow: 0 4px 30px 5px var(--WCD-shadow);
	transition: all 0.4s ease-in;
}
.square-red-bkgr-block:hover{
	box-shadow: 0 10px 20px 15px var(--WCD-shadow);
	transform: translateY(-5px) scaleY(1.01) rotateX(5deg);
	transition: all 0.2s ease-out;
}
.square-red-bkgr-block > .vc_column-inner{
	height: 100%;
}
.square-red-bkgr-block > .vc_column-inner > .wpb_wrapper{
	display: flex;
	flex-direction: column;
	justify-content: space-around;
	align-items: center;
	margin: 20px 0 ;
	height: 310px;
	position: relative;
	z-index: 1;
}
.square-red-bkgr-block > .vc_column-inner > .wpb_wrapper::after{
	content:'';
	position: absolute;
	top:50%;
	left:50%;
	transform: translate(-45%,-50%);
	width: 90%;
	height: 90%;
	opacity: 0.05;
	display: flex;
	background: url(/wp-content/uploads/2023/02/hygia-bloc-deco1.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	z-index:-1;
}
.square-red-bkgr-block .vc_custom_heading{
	font-size:calc(1rem + 0.42vw);
	color: var(--WCD-secondary-color);
	font-weight: 400;
	line-height: 1.4;
}
.square-red-bkgr-block .wpb_single_image {
	padding-top: 40px;
	margin-bottom: 5px;
}
.wpb_raw_html h2 {
	display: flex;
	justify-content: center;	
}
.square-red-bkgr-block:hover a{
	padding:14px 25px;
}
/*homepage - cta - CO------------------------*/
.row-cta{
	background: var(--WCD-shadow);
}
.row-cta .vc_cta3-container{
	margin: 0;
}
.cta-block .vc_cta3_content-container{
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap:wrap;
	gap: 20px;
} 
.cta-block.vc_general.vc_cta3.vc_cta3-style-classic {
	border: none;
	background: transparent;
}
.cta-block.vc_general.vc_cta3.vc_cta3-style-classic .vc_cta3-content-header{
	box-shadow: none;
}
.cta-block .vc_cta3-actions .btn-cta a.vc_btn3{
	color: var(--WCD-font-color2);
	background: var(--WCD-main-color) !important;
	padding: 10px 50px;
	font-size: 1rem;
	border-radius: 0;
}
.btn-cta {
	position: relative;
}
.btn-cta::before{
	content:"";
	display:flex;
	position: absolute;
	top: 2px;
	right: 2px;
	height: 50%;
	width: 50px;
	border-top: 3px var(--WCD-font-color2) solid;
	border-right: 3px var(--WCD-font-color2) solid;
	transition: all 0.1s ease-in;
}
.cta-block .btn-cta:hover::before{
	top: -1px;
	right:-1px;
	transition: all 0.2s ease-out;
}
/*homepage - programs-section + services page - programs section----------------*/
.home-programs-ir {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.home-programs-block{
	width: calc(50% - 60px) !important;
	max-width: 500px;
	margin: 20px;
	background: #fff;
	min-width: 250px;
	box-shadow: 0 4px 30px 5px var(--WCD-shadow);
	transition: all 0.4s ease-in;
}
.home-programs-block::before{
	content:"";
	display:flex;
	position: absolute;
	top: -3px;
	right: -3px;
	height: 50px;
	width: 150px;
	border-top: 3px var(--WCD-main-color) solid;
	border-right: 3px var(--WCD-main-color) solid;
}
.home-programs-block:hover{
	transform: translateY(-5px) scaleY(1.01) rotateX(5deg);
	box-shadow: 0 10px 15px 10px var(--WCD-shadow);
	transition: all 0.2s ease-out;
}
.home-programs-block > .vc_column-inner{
	height: 100%;
	display:flex;
}
.home-programs-block > .vc_column-inner > .wpb_wrapper{
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
	padding: 40px 0;
	min-height: 300px;
	position: relative;
	z-index: 1;
}
.home-programs-block > .vc_column-inner > .wpb_wrapper div{
	margin-bottom: 0;
}
.home-programs-block h3{
	font-family: var(--WCD-font-fam1)!important;
	color: var(--WCD-secondary-color);
	text-align: center;
	font-size: calc(1rem + 1.26vw);
	letter-spacing: 3px;
	margin-bottom: 10px;
}
.home-programs-block p{
	text-align: center;
	padding: 10px;
}
.home-programs-block .vc_btn3-container{
	margin-top: 15px;
	position: relative;
}
.home-programs-block:hover a{
	padding:14px 25px;
}
/*homepage - posts slides section -------------*/
.home-posts{
	margin-top: 0;
	padding: 15px 0 45px;
	background:	rgba(87, 89, 91, 0.1);
}
.home-posts .wpb_text_column{
	margin: 0 0 20px;
}
.home-posts-left, .home-posts-right{
	position: relative;
	padding: 20px 10px;
}
.home-posts-left::after{
	content:'';
	display: flex;
	position: absolute;
	bottom: 5%;
	right: 2px;
	width: 5%;
	height: 55%;
	border-right: 2px solid rgba(87, 89, 91, 0.5);
}
.home-posts-right::before{
	content:'';
	display: flex;
	position: absolute;
	top: 5%;
	left: 2px;
	width: 5%;
	height: 55%;
	border-left: 2px solid rgba(87, 89, 91, 0.5);
}
.n2-ss-slide{
	background: transparent !important;
}
.home-slider-content{
	padding: 6px !important;
}
.hygia-slider-blog .n2-ss-section-main-content{
	background: #fff;
	position: relative;
	display: flex;
	justify-content: space-between !important;
	margin: 0px;
}
.hygia-slider-blog .n2-ss-section-main-content::before{
	content:"";
	display:flex;
	position: absolute;
	bottom: 0px;
	left:0px;
	height: 50px;
	width: 100px;
	border-bottom: 3px solid var(--WCD-main-color);
	border-left: 3px solid var(--WCD-main-color);
}
.hygia-slider-blog .home-slider-title h4{
	line-height: 1.2 !important;
	font-family: var(--WCD-font-fam) !important;
}
.hygia-slider-blog p, .hygia-slider-blog a{
	font-family: var(--WCD-font-fam) !important;
}
.hygia-slider-blog .home-slider-img picture{
	/* height: 170px; */
	display: flex !important;
	justify-content: center;
	/* align-items: center; */
}
.hygia-slider-blog .home-slider-img .post-img{
	width: 100%;
	/* height: 169px; */
}
/* .hygia-slider-blog .home-slider-img img{
	object-fit: contain;
	object-position: center;
} */
/*homepage - newsletter section---------------------*/
.cta-newsletter .wpb_raw_html{
	max-width: 900px;
	margin: 0 auto;
	padding: 10px 60px;
}
.cta-newsletter .mc4wp-form .mc4wp-form-fields{
	display:flex; 
	flex-wrap: wrap;
	align-items:center;
	justify-content: space-around;
}
.cta-newsletter p {
	font-weight: 600;
}
.cta-newsletter .nwsl-form{
	display: flex;
	border: 2px solid var(--WCD-main-color);
	position: relative;
	max-width: 400px;
	width: 100%;
	min-width: 300px;
}
.cta-newsletter .nwsl-form::before{
	content: "";
	display: flex;
	position: absolute;
	top: -5px;
	right: -5px;
	height: 50%;
	width: 50px;
	border-top: 3px var(--WCD-font-color2) solid;
	border-right: 3px var(--WCD-font-color2) solid;
	transition: all 0.1s ease-in;
}
.cta-newsletter .nwsl-form:hover::before{
	top: -8px;
	right:-8px;
	transition: all 0.2s ease-out;
}
.cta-newsletter .nwsl-form .nwsl-submit{
	border-radius: 0;
	background: var(--WCD-main-color);
	border: 0;
	color: var(--WCD-font-color2);
	width: 150px;
	height: 35px;
}
.cta-newsletter .nwsl-form .nwsl-mail{
	border-radius: 0;
	border: 0;
	width: 80%;
	padding: 0 20px;
}

/*Hygia people page (OH) -------------------------------------------------------------------*/
.oamenii-h-wrapper{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: stretch;
	gap: 5%;
}
.oamenii-h-item::before{
	content:"";
	display:flex;
	position: absolute;
	top: -3px;
	right: -3px;
	height: 50px;
	width: 100px;
	border-top: 3px var(--WCD-main-color) solid;
	border-right: 3px var(--WCD-main-color) solid;
}
.oamenii-h-item{
	margin: 15px 0;
	position: relative;
	height: auto;
	min-width: 330px;
	width: 28%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-between;
	padding: 0 10px 10px;
	background: #fff;
	box-shadow: 0 4px 10px 3px var(--WCD-shadow);
	transition: all 0.4s ease-out;
}
.oamenii-h-item:hover {
	transform: translateY(-5px) scaleY(1.01) rotateX(5deg);
	box-shadow: 0 10px 15px 10px var(--WCD-shadow);
	transition: all 0.2s ease-out;
}
.oamenii-h-item:hover img{
	transition: all 0.2s ease-out;
	filter: brightness(1.2);
}
.oh-info-arch{
	display: flex;
	flex-direction: column;
	align-items: center;
} 
.oh-image-arch{
	width: 100%;
	height: 250px;
	margin: 10px 20px;
}
.oh-image-arch a{
	display: flex;
	justify-content: center;
}
.oh-image-arch .oh-img-arch {
	width: 100%;
	height: 250px;
}
.oh-image-arch img {
	object-fit: cover;
	object-position: center top;
	transition: all 0.4s ease-out;
}
.oh-name-arch a{
	font-size: calc(1rem + 0.2vw);
	font-weight: bold;
	text-decoration: none !important;
}
.oh-title-arch p{
	color: var(--WCD-dark-background);
	text-align: center;
	font-size: 0.8rem;
}
.oh-details-arch{
	display:flex;
	gap: 30px;
	margin: 20px 0 10px;
}
.oh-details-arch a{
	color: var(--WCD-main-color);
}
.oh-btn-arch {
	margin: 0;
	width: 100%;
	display: flex;
	justify-content: center;
}
.oh-btn-arch a{
	padding: 5px !important;
	width: 100%;
	display: flex !important;
	justify-content: center;
	border-radius: 0 !important;
	color: var(--WCD-font-color1) !important;
	border: 2px solid var(--WCD-main-color);
	margin: 15px;
	font-size: 0.8rem;
	font-weight:  400;
	text-decoration: none;
}

/*Services page ---------------------------------------------------------------------*/
/*serv page - services section-------------*/
.hygia-servicii .vc_tta-container .vc_tta.vc_tta-style-classic  .vc_tta-tabs-list{
	display: flex;
	justify-content: center;
	align-items: stretch;
	gap: 2%;
}
.hygia-servicii .vc_tta-tabs-list .vc_tta-tab{
	width: 31%;
	min-height: 200px;
	min-width: 230px;
	box-shadow: 0 4px 30px 5px var(--WCD-shadow);
	position: relative;
	background: #fff;
	display: flex;
	transition: all 0.1s ease-in;
}
.hygia-servicii .vc_tta-container .vc_tta.vc_tta-style-classic .vc_tta-tabs-list .vc_tta-tab.vc_active a span{
	color: var(--WCD-main-color);
}
.hygia-servicii .vc_tta-tabs-list .vc_tta-tab::after{
    content:"";
	background: url(/wp-content/uploads/2023/02/Hygia-favicon.png);
	background-size: 30%;
	background-repeat: no-repeat;
	background-position: 80% 80%;
	display:flex;
	justify-content: flex-end;
	position: absolute;
	bottom: -3px;
	right: -3px;
	height: 50px;
	width: 100px;
	border-bottom: 3px var(--WCD-main-color) solid;
	border-right: 3px var(--WCD-main-color) solid;
}
.hygia-servicii .vc_tta-container .vc_tta.vc_tta-style-classic  .vc_tta-tabs-list .vc_tta-tab a{
	flex: 1 1 30%;
	height: 100%;
	min-height: 200px;
	display: flex;
	flex-direction: column;
	align-items: center ;
	justify-content: space-between;
	padding: 35px 20px 20px;
	background: transparent;
	border-width: 0;
} 
.hygia-servicii .vc_tta-container .vc_tta.vc_tta-style-classic  .vc_tta-tabs-list  .vc_tta-tab:hover{
	transform: translateY(-5px) scaleY(1.01) rotateX(5deg);
	box-shadow: 0 10px 15px 10px var(--WCD-shadow);
	transition: all 0.2s ease-out;
}
.hygia-servicii .vc_tta-container .vc_tta.vc_tta-style-classic  .vc_tta-tabs-list  .vc_tta-title-text{
    font-size: calc(1rem + 0.63vw);
    font-family: var(--WCD-font-fam);
    color: var(--WCD-font-color1);
    letter-spacing: 0.5px;
	line-height: 1.4;
}
.hygia-servicii .vc_tta-container .vc_tta.vc_tta-style-classic .vc_tta-tabs-list .vc_tta-tab a i{
	margin-top: 10px;
	color: var(--WCD-main-color);
} 
.hygia-servicii .vc_tta-color-grey.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels .vc_tta-panel-body{
	background: #fff;
	padding: 60px 40px;
}
/*serv page - online consult section-------------*/
.hygia-c-online{
	background: rgba(87, 89, 91, 0.1);
	padding: 45px 0;
}
.hygia-c-online p{
	text-align: center !important;
}
.btn-cta-sec a.vc_btn3 {
    color: var(--WCD-font-color2) !important;
    background: var(--WCD-main-color) !important;
    padding: 10px 50px;
    font-size: 1rem;
    border-radius: 0;
	position: relative;
}
.btn-cta-sec::before, .hygia-c-online .btn-cta a::before {
	display: none;
}
.btn-cta-sec a::after {
    content: "";
    display: flex;
    position: absolute;
    top: -6px;
    right: -6px;
    height: 50%;
    width: 50px;
    border-top: 3px var(--WCD-font-color2) solid;
    border-right: 3px var(--WCD-font-color2) solid;
    transition: all 0.1s ease-in;
}
.btn-cta-sec:hover a::after{
    top: -9px;
    right: -9px;
}
/*serv page - partners section----------*/
.partners-carousel .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab a{
	border-radius: 0px;
	background: rgba(87, 89, 91, 0.1);
	transition: all 0.2s ease-in-out;
	font-size: 1rem;
	max-width: 310px;
}
.partners-carousel .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab a:hover{
	background: #ec1c24;
	color:#fff;
	transition: all 0.3s ease-in-out;
}
.partners-carousel .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab.vc_active a{ 
	background: #fff;
	transition: all 0.5s ease-in-out;
}
.partners-carousel .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab.vc_active a:hover{
	color: var(--WCD-font-color1);
}
.partners-carousel .vc_tta-tab a span{ 
	display: flex;
	align-items: center;
	position: relative;
}
.partners-carousel .vc_tta-tab.vc_active a span{ 
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: relative;
}
.partners-carousel .vc_tta-tab.vc_active  a span::after{	
	content:'';
	background: url(/wp-content/uploads/2023/03/arrow-after.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	width: 25px;
	height: 25px;
	display: flex;
	align-items: center;
}
.vc_tta-container .partners-carousel.vc_tta-tabs .vc_tta-panels-container .vc_tta-panels,
.partners-carousel .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab a{
	border: 0;
}
.partners-carousel .vc_tta-panels-container .vc_tta-panels .vc_tta-panel-body{
	padding-top: 0;
}

/*OLi@Hygia page---------------------------------------------------------------------*/
.banner-inpage{
	background: rgba(87, 89, 91, 0.1);
	padding: 30px;
	display: flex;
	justify-content: center;
}
.oli-certif{
	margin: 0px;
	display: flex;
	justify-content: center;
}
.oli-certif .vc_figure{
	display: flex;
	justify-content: center;
	background: #fff;
	padding: 0px ;
	box-shadow: 0 4px 20px -5px var(--WCD-shadow);
}
.oli-certif .vc_figure a img.vc_single_image-img{
	max-width:500px;
	width: 80vw;
	box-shadow: 0 4px 20px 5px var(--WCD-shadow);
}
.oli-logo{
	margin: 0px;
	display: flex;
	justify-content: center;
}
.oli-logo .vc_figure{
	display: flex;
	justify-content: center;
	background: #fff;
	padding: 30px ;
	box-shadow: 0 4px 20px -5px var(--WCD-shadow);
}
.oli-logo .vc_figure div img.vc_single_image-img{
	box-sizing: content-box;
	max-width:350px;
	width: 60vw;
}
/*oli page - actions section-------------*/
.page-id-47 .square-red-bkgr-block > .vc_column-inner > .wpb_wrapper::after, .page-id-2003 .square-red-bkgr-block > .vc_column-inner > .wpb_wrapper::after{
	display: none;
}
.page-id-47 .square-red-bkgr-block > .vc_column-inner > .wpb_wrapper, .page-id-2003 .square-red-bkgr-block > .vc_column-inner > .wpb_wrapper{
	justify-content: flex-start;
	gap: 35px;
}
/*oli page - tas sesction--------------*/
.tas-serv > .vc_column-inner > .wpb_wrapper {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 2%;
}
.tas-serv .wpb_text_column {
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 1% 0;
	background: #fff;
	padding: 10px;
	width: 30%;
	min-width: 300px;
	min-height: 80px;
	box-shadow: 0 4px 5px -1px var(--WCD-shadow);
}
.tas-serv .wpb_text_column p{
	font-weight: 600;
}
/*OLC page*/
.timeline img.vc_single_image-img{
	max-width: 200px;
}
.olc-serv-block{
	margin-bottom: 80px;
	padding: 0 20px 20px;
}
.olc-serv-scol img.vc_single_image-img{
	max-width: 110px;
}
.olc-serv-scol{
	background: #fff;
	box-shadow: 0 4px 30px 5px var(--WCD-shadow);
	transition: all 0.4s ease-in;
}
.olc-serv-scol::before{
	content:"";
	display:flex;
	position: absolute;
	top: -3px;
	right: -3px;
	height: 50px;
	width: 150px;
	border-top: 3px var(--WCD-main-color) solid;
	border-right: 3px var(--WCD-main-color) solid;
}

.olc-serv-scol > .vc_column-inner{
	height: 100%;
	display:flex;
}
.olc-serv-scol > .vc_column-inner > .wpb_wrapper{
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
	padding: 40px 20px;
	position: relative;
	z-index: 1;
}
.olc-serv-scol > .vc_column-inner > .wpb_wrapper div{
	margin-bottom: 0;
}
.olc-serv-scol h3{
	color: var(--WCD-secondary-color);
	text-align: center;
	font-size: 1.2rem;
	margin-top: 35px;
}
.olc-serv-scol.second-type{
	background: transparent;
	box-shadow: none;
}
.olc-serv-scol.second-type::before{
	display: none;
}
.olc-serv-scol.second-type .vc_column-inner{
	justify-content:center;
}
.square-red-bkgr{
	padding-top: 30px;
	padding-bottom: 50px;
}
.square-red-bkgr.second-type{
	background: #e8e8e8;
}
.square-red-bkgr-block.second-type > .vc_column-inner > .wpb_wrapper::after{
	display: none;
}
.square-red-bkgr-block.second-type > .vc_column-inner > .wpb_wrapper{
	justify-content: flex-start;
	gap: 35px;
}
/*Partners projects page ---------------------------------------------------------------------*/
.proiecte-h-wrapper{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: stretch;
	gap: 5%;
}
.proiecte-h-item::before{
	content:"";
	display:flex;
	position: absolute;
	top: -3px;
	right: -3px;
	height: 50px;
	width: 100px;
	border-top: 3px var(--WCD-main-color) solid;
	border-right: 3px var(--WCD-main-color) solid;
	transition: all 0.5s ease-in-out;
}
.proiecte-h-item{
	margin: 15px 0;
	position: relative;
	height: auto;
	min-width: 250px;
	width: 28%;
	box-shadow: 0 4px 30px 5px var(--WCD-shadow);
	display: flex;
	flex-direction: column;
	align-items: center;
	transition: all 0.1s ease-out;
	background: #fff;
}
.proiecte-h-item a{
	text-decoration: none !important;
}
.proiecte-h-item:hover {
	box-shadow: 0 4px 5px 0px var(--WCD-shadow);
	transition: all 0.2s ease-in;
	color: #ec1c24 !important;
}
.ph-img-block-arch{
	position: relative;
}
.ph-image-arch{
	display: flex;
	box-shadow: 0 10px 15px -10px var(--WCD-shadow);
}
.ph-image-arch img{
	width: 100%;
}
.ph-img-block-arch .ph-acro-arch{
	position: absolute;
	height: 0;
	width: 100%;
	z-index: -1;
	font-weight: bold;
	color: #fff;
	font-size: calc(1rem + 0.4vw);
}
.proiecte-h-item:hover .ph-acro-arch{
	height: 100%;
	inset:0;
	z-index: 3;
	display: flex;
	justify-content: center;
	align-items: center;
	background: rgba(87, 89, 91, 0.7);
	transition: background 0.5s ease-in-out, z-index 0.2s ;
}
.proiecte-h-item:hover .ph-acro-arch:before{
	content:"";
	display:flex;
	position: absolute;
	bottom: 0;
	left: 0;
	height: 50px;
	width: 100px;
	border-bottom: 3px var(--WCD-font-color2) solid;
	border-left: 3px var(--WCD-font-color2) solid;
}
.ph-name-arch{
	padding: 15px;
	text-align: center;
	font-size: 1rem;
}
.ph-name-arch h3{
	color: var(--WCD-font-color1);
	font-size: 1rem;
	font-weight: 400;
}
.proiecte-h-item:hover h3{
	color: var(--WCD-main-color);
}
/*Blog page - Articles and Media + Category archive page-----------------------------------------------*/
/*blog page-----------------------------*/
.blog-page{
	display: flex;
	margin-top: 0;
}
.blog-content{
	width: calc(100% - 300px) !important;
	padding: 30px 2% 0 10%;  
}
.blog-content .blog-category-block .blog-articole-hygia > .wpb_wrapper, .blog-content .blog-category-block .blog-articole-media > .wpb_wrapper{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 30px 4%;
	padding: 30px 0;
}
.blog-content .blog-articole-hygia .cat-arch-art, .blog-content .blog-articole-media .cat-arch-art{
	width: 300px;
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	align-items: center;
	justify-content: space-between;
	background: #fff;
	box-shadow: 0 4px 10px -2px rgba(87, 89, 91, 0.1);
	position: relative;
	transition: all 0.4s ease-out;
}
.cat-arch-art .meta-info {
	font-weight: 400;
	padding: 3px 0 3px 10px;
	height: 15px !important;
}
.blog-sidebar{
	width: 300px !important;
	display: flex;
}
.blog-sidebar .vc_column-inner .wpb_wrapper{
	height: calc(100% - 40px);
	display: flex;
	align-items: stretch;
}
.blog-sidebar .sidebar{
	height: 100%;
}

/*category page- Media Articles, Hygia Articles etc------------------------*/
.archive-header{
	padding: 120px 10% 40px;
	background: url(/wp-content/uploads/2023/02/contact_bg.png);
	background-size: contain;
	background-position: center;
	background-repeat: repeat-x;
	position: relative;
}
.archive-header::after{
	content:'';
	display: flex;
	position: absolute;
	inset: 0;
	background: #fff;
	z-index: -1;
}
.archive-header h1{
	display: flex;
	color: var(--WCD-secondary-color);
}
.archive-wrap {
	margin-left: 10%;
	display: grid;
	grid: auto / auto 300px;
	gap: 50px;
}
.archive-wrap  .container{
	margin:50px 0;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 30px;
}
.archive-wrap  .archive-grid{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 30px;
}
.archive-wrap .container-article{
	width: 100%;
}
.archive-wrap .cat-arch-art{
	width: 300px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
	background: #fff;
	box-shadow: 0 4px 10px -2px rgba(87, 89, 91, 0.1);
	position: relative;
	transition: all 0.4s ease-out;
}
.cat-arch-art::before{
	content: '';
	display: flex;
	position: absolute;
	top: -3px;
	right: -3px;
	height: 50px;
	width: 100px;
	border-top: 3px var(--WCD-main-color) solid;
	border-right: 3px var(--WCD-main-color) solid;
	transition: all 0.5s ease-in-out;
}
.cat-arch-art:hover {
	transform: translateY(-5px) scaleY(1.01) rotateX(5deg);
	box-shadow: 0 8px 15px 5px var(--WCD-shadow);
	transition: all 0.2s ease-out;
}
.cat-arch-art a.cat-arch-btn{
	display: flex;
	flex-direction: column;
	gap: 15px;
	color: #58595b;
	font-weight: 400;
	text-decoration: none;
}
.cat-arch-art .cat-arch-title{
	font-size: 1rem;
	padding: 10px 20px;
	text-align: center;
	color: #58595b;
}
.cat-arch-art .cat-arch-btn:hover h3{
	color: var(--WCD-main-color);
}
.cat-arch-img{
	width: 300px;
	height: 169px;
	box-shadow: 0 10px 15px -10px var(--WCD-shadow);
	position: relative;
	overflow: hidden;
	margin: 0 auto;
}
.cat-arch-img img{
	width: 100%;
	/* height: 100%; */
	object-fit: cover;
	object-position: bottom;
	transition: all 0.5s ease-out;
}
.cat-arch-art:hover .cat-arch-img img {
	transform: scale(1.05);
	transition: all 0.2s ease-in;
}
.cat-arch-art .campuri-suplimentare{
	display: flex;
	justify-content: flex-end;
	width: 90%;
	height: 40px;
	padding-bottom: 10px !important;
}
.cat-arch-art .campuri-suplimentare p{
	margin: 0;
	font-size: 0.8rem;
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	height: 40px;
}
.sidebar{
	padding: 50px 20px;
	box-shadow: -2px 0 15px -3px var(--WCD-shadow);
	list-style: none;
	display: grid;
	gap: 20px;
	align-content: start;
	width: 260px;
}
.sidebar h3{
	font-size: 1.2rem;
}
.sidebar a{
	color: inherit;
	text-decoration: none !important;
	font-weight: 400;
	padding-bottom: 8px;
}
.sidebar a:hover {
	color: var(--WCD-main-color);
}
.sidebar ul{
	margin: 0;
}
.sidebar .hygia-recent ul{
	padding-left: 15px;
}
.sidebar .widget_search
.wp-block-search__button {
	padding: 5px;
	background: transparent;
	position: relative;
}
.sidebar .widget_search
.wp-block-search__button::before{
	content:'';
	display: flex;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 0;
	background: var(--WCD-main-color);
	transition: all 0.2s ease-out;
	z-index:-1;
}
.sidebar .widget_search
.wp-block-search__button:hover::before{
	height: 100%;
	background: var(--WCD-main-color);
	transition: all 0.2s ease-out;
}
.sidebar .widget_search
.wp-block-search__button:hover svg{
	fill: #fff;
	transition: all 0.2s ease-out;
}
.sidebar .sidebar-categories{
	display: flex;
	flex-direction: column-reverse;
}
.sidebar .hygia-recom a{
	display: flex;
	justify-content: center;
	transition: all 0.2s ease-in;
}
.sidebar .hygia-recom img{
	width: 80%;
	box-shadow: 0 4px 10px -1px var(--WCD-shadow);
}
.sidebar .hygia-recom a:hover{
transform: translateY(-5px) scaleY(1.01) rotateX(5deg);
	transition: all 0.2s ease-out;
}
/*pagination------------------*/
.archive-pagination{
	width: 100%;
	display: flex;
	justify-content:space-around;
	margin: 30px 30px 0;
	gap: 20px;
}
.archive-pagination a{
	text-align: center;
}

/*Contact page----------------------------------------------------------------*/
/*contact page - contacts----------*/
.contact-row{
	padding:20px 0 50px;
}
.contact-column{
	box-shadow: 0px 0 10px 0 var(--WCD-shadow);
	padding: 35px 15px;
	margin-bottom: 25px;
	background: #fff;
}
.contact-column > .vc_column-inner{
	width: 90%;
	margin: 0 auto;
}
.contact-icon-container {
	padding: 20px 0 0;
}
.contact-icon-container > .vc_column-inner > .wpb_wrapper{
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
}
.contact-icon-name{
	margin: 0 !important;
	width: calc(100% - 35px - 15px);
}
.contact-icon-text{
	margin: 0 0 0 60px !important;
}
.contact-icon-name p{
	margin: 0 0 0 10px;
}
.contact-icon-text p{
	font-size: 0.8rem;
	margin: 5px 0;
}
.contact-icon-wrapper{
	margin: 0 !important;
	display: flex;
}
.contact-icon-wrapper img{
	margin: 0;
	width: 35px;
}
.contact-icon-wrapper i {
	width: 35px;
	font-size: 30px;
	text-align: center;
	color: var(--WCD-main-color);
}
/*contact form---------------------*/
.formRow .wpcf7{
	display: flex;
	justify-content: center;
	padding: 1rem 2rem;
	box-shadow: 0 0 10px 2px var(--WCD-shadow);
	background: #fff;
	max-width: 700px;
	height: 570px;
	margin-bottom: 35px;
}
.formRow .wpcf7 label, .formRow p{
	color:var(--WCD-font-color1);
}
.formRowFlex{
	display: flex;
	flex-wrap: wrap;
	gap: 2%;
}
.formColFlex{
	flex: 1 1 100%;
	min-width: 150px;
}
.formColFlex span input{
	width: 100%;
	height: 40px;
	border-radius: 0;
	border: 1px solid;
	border-color: #fff #fff var(--WCD-shadow) var(--WCD-shadow);
}
.formColFlex span :is(input:focus, textarea:focus, select:focus){
	outline: 1px solid var(--WCD-main-color);
}
.formColFlex ::placeholder{
	color: var(--WCD-font-color1);
	opacity:1;
}
.formColFlex span textarea{
	width: 100%;
	height: 120px !important;
	border: none;
	border-radius: 0;
	border: 1px solid;
	border-color: #fff #fff var(--WCD-shadow) var(--WCD-shadow);
}
.formColFlex p{
	margin: 5px 0;
}
.formColFlex.acceptRow{
	display: flex;
	justify-content: center;
	font-size: 0.8rem !important;
	width: 100%;
}
.formColFlex.acceptRow span{
	font-size: 0.8rem !important;
}
.formColFlex.acceptRow label input{
	width: 1rem;
	height: 1rem;
}
.formColFlex .infoRow {
	width: 100%;
	font-size: 0.8rem !important;
}
.formColFlex .infoRow span {
	font-size: 0.8rem !important;
}
.formColFlex.submitRow {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.formColFlex.submitRow p{
	display: flex;
	flex-direction: column;
	align-items: center;
	
}
.formColFlex.submitRow .wpcf7-submit{
	background: transparent;
	border: 2px solid var(--WCD-main-color) !important;
	padding: 14px 20px;
	font-size: 1rem;
	margin: 5px;
	border-radius: 0;
	transition: all 0.3s ease-out ;
}
.formColFlex.submitRow .wpcf7-submit:hover{
	transition: all 300ms ease-in-out;
	color: var(--WCD-font-color1);
	padding:14px 25px;
}
.formRow .wpcf7 form .wpcf7-response-output {
	color: var(--WCD-font-color1);
	font-size: 0.8rem;
	text-align: center;
	margin-top: 5px;
}
.wpcf7-not-valid-tip{
	color:var(--WCD-accent-color);
	font-size: 0.9rem;
}
/*contact page - map--------------*/
.hygia-harta .wpgmp_map{
	box-shadow: 0 0 10px 2px var(--WCD-shadow);
}
.hygia-harta .wpgmp-map-1 .wpgmp_infowindow .fc-item-title.fc-item-primary-text-color{
	background:var(--WCD-main-color);
}
/*Page 404---------------------------------------------------------------------------*/
.error-page .container {
	padding: 50px;
	display: flex;
	flex-direction: column;
	gap: 50px;
}
/*LCDC page + Learn 2 Do page -------------------------------------------------------------------------*/
.lcdc-module h4{
	position: relative;
}
.page-id-486 .hygia-servicii .vc_tta-tabs-list .vc_tta-tab, .page-id-1995 .hygia-servicii .vc_tta-tabs-list .vc_tta-tab, .page-id-489 .hygia-servicii .vc_tta-tabs-list .vc_tta-tab, .page-id-1991 .hygia-servicii .vc_tta-tabs-list .vc_tta-tab{
	min-height: 150px;
	max-width: 335px;
}
.page-id-486 .hygia-servicii .vc_tta-tabs-list .vc_tta-tab a, .page-id-1995 .hygia-servicii .vc_tta-tabs-list .vc_tta-tab a, .page-id-489 .hygia-servicii .vc_tta-tabs-list .vc_tta-tab a, .page-id-1991 .hygia-servicii .vc_tta-tabs-list .vc_tta-tab a{
	min-height: 150px;
} 	
.page-id-486 .hygia-servicii .vc_tta-panel-body, .page-id-1995 .hygia-servicii .vc_tta-panel-body, .page-id-489 .hygia-servicii .vc_tta-panel-body, .page-id-1991 .hygia-servicii .vc_tta-panel-body{
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
}
.lcdc-dates .wpb_wrapper{
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 20px;
}
.lcdc-dates div{
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 10px;
}
.lcdc-dates i{
	width: 80px;
	height: 80px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 40px;
	background: #fff;
	box-shadow: 0 5px 10px 2px var(--WCD-shadow);
	color: var(--WCD-main-color);
}
/*trainers------------------------------------*/
.trainers-wrapper {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 50px;
}
.trainer-item{
	width: 20vw;
	max-width: 320px;
	min-width: 250px;
	box-shadow: 0 4px 10px 3px var(--WCD-shadow);
	padding: 16px;
	transition: all 0.4s ease-out;
}
.trainer-item:hover{
	transform: translateY(-5px) scaleY(1.01) rotateX(5deg);
	box-shadow: 0 10px 15px 10px var(--WCD-shadow);
	transition: all 0.2s ease-out;
}
.trainer-item:hover img{
	transition: all 0.2s ease-out;
	filter: brightness(1.3);
}
.trainer-image a{
	display: flex;
	background: red;
}
.trainer-image a img{
	width: 100%;;
	height: 300px;
	transition: all 0.4s ease-out;
}
.trainer-img{
	object-fit: cover!important;
	object-position: center top;
}
.trainer-name h3{
	display: flex;
	justify-content: center;
}
.trainer-name h3 a {
	text-decoration: none !important;
	text-align: center;
}
.trainer-title{
	display: flex;
	justify-content: center;
}
.trainer-title p{
	font-size: 0.8rem;
	text-align: center !important;
}
.trainer-btn{
	display: none;
}
/*Single page - Hygia people (OH)---------------------------------------------------*/
article.oamenii-h{
	display: flex;
	justify-content: center;
}
.oamenii-h .oh-content{
	width: 100%;
	max-width: 1300px;
	display: flex;
	flex-wrap: wrap;
}
.oamenii-h .oh-image{
	padding: 15px;
	margin-right: 10%;
		box-shadow: 0 4px 30px 5px var(--WCD-shadow);
	position: relative;
}
.oamenii-h .oh-image img{
	width:20vw !important; 
	min-width: 200px;
	max-width: 400px;
	position: relative;
}
.oamenii-h .oh-image::before{
	content:"";
	display:flex;
	position: absolute;
	top: -3px;
	right: -3px;
	height: 50px;
	width: 100px;
	border-top: 3px var(--WCD-main-color) solid;
	border-right: 3px var(--WCD-main-color) solid;
	z-index:2;
}
.oamenii-h .oh-details-wrap{
	padding: 35px 15px;
}
.oamenii-h .oh-name{
	margin-bottom: 5px;
}
.oamenii-h .oh-name span{
	font-size: calc(1rem + 0.63vw);
	position: relative;
}
.oamenii-h .oh-name span::after{
	content:"";
	display:flex;
	position: absolute;
	width: 80px;
	height: 20px;
	right: -12%;
	bottom: -10px;
	background: url(/wp-content/uploads/2023/02/hygia-sign-deco.png);
	background-size: contain;
	background-repeat: no-repeat;
}
.oamenii-h .oh-title{
	border-bottom: 1px solid var(--WCD-shadow);
	margin-bottom: 20px;
}
.oamenii-h .oh-details{
	display: flex;
	flex-direction: column;
	gap: 15px;
}
.oamenii-h .oh-contacts{
	display: flex;
	flex-direction: column;
	gap: 10px;
}
.oamenii-h .oh-contacts a{
	text-decoration: none;
}
.oamenii-h .oh-contacts i{
	margin-right: 10px;
	color: var(--WCD-main-color);
}
.oamenii-h .oh-about{
	display: flex;
	flex-direction: column;
	align-items: center;
	flex: 1 1 100%;
	padding: 2% 5%;
	background: rgba(87, 89, 91, 0.05);
	margin: 15px 0;
}
.oamenii-h .oh-studies {
	position: relative;
	width: 100%;
}
.oamenii-h .oh-studies::before{
	content: "";
	position: absolute;
	display: flex;
	margin: 5px auto;
	width: 70%;
	border-top: 3px solid #fff;
}

/*Single page - Project---------------------------------------------------*/
article.proiecte-h{
	display: flex;
	justify-content: center;
}
.proiecte-h .ph-content{
	width: 100%;
	max-width: 1300px;
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
}
.ph-top-row {
	display: flex;
	flex-direction: column;
	gap: 40px;
}
.ph-top-left{
	display: flex;
	flex-direction: column;
	align-items: center;
}
.ph-row{
	margin: 0px 10px 10px;
}
.ph-image img{
	width: 100%;
	max-width: 800px;
	height: auto;
	box-shadow: 0 4px 30px 5px var(--WCD-shadow);
}
.ph-url, .oh-consulting{
	margin: 20px;
	padding: 10px 40px;
	background: transparent;
	border: 2px solid var(--WCD-main-color);
	position: relative;
	display: flex;
	justify-content: center;
	text-align: center;
}
.ph-url::before, .oh-consulting::before{
	content:'';
	display: flex;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 0;
	background: var(--WCD-main-color);
	transition: all 0.2s ease-out;
	z-index:-1;
}
.ph-url:hover::before, .oh-consulting:hover::before{
	height: 100%;
	background: var(--WCD-main-color);
	transition: all 0.2s ease-out;
}
.ph-url a, .oh-consulting a{
	text-decoration: none;
	transition: all 0.15s ease-in;
}
.ph-url:hover a, .oh-consulting:hover a {
	color: #fff !important;
	transition: all 0.15s ease-in;
}
.ph-row .ph-row-name {
	font-weight: bold;
	position: relative;
	font-size: calc(1rem + 0.2vw);
}
.ph-row .ph-row-name::before {
	content:'';
	display: flex;
	position: absolute;
	bottom: -3px;
	left: 0;
	width: 100%;
	height: 60%;
	background: #ec1c2411;
}
.ph-name{
	font-size: calc(1rem + 0.42vw);
}
.ph-row-group{
	display: flex;
	flex-direction: column;
}
.ph-partners ul, .ph-countries ul{
display: flex;
	flex-wrap: wrap;
}
.ph-partners ul li, .ph-countries ul li{
	margin: 0 12px;
}
.ph-partners ul::marker{
	padding-left: 5px !important;
}
/*Single page - Blog posts--------------------------------------------------*/
article {
	margin: 0px 35px 100px;
	padding-top: 155px;
}
.single-post .page-wrap{
	display: grid;
	grid: auto / 70% 30%;
	background: #ff00cc !important;
}
.single-post .archive-wrap{
	padding-top: 120px;
}
.single-main-img-wrapper{
	display: flex;
	justify-content: center;
	padding: 50px;
}
.single-main-img-wrapper img{
	max-width: 800px;
	width: 100%;
	max-height: 500px;
}
.single-title-wrapper{
	display: flex;
	justify-content: center;
	background: rgba(87, 89, 91, 0.1);
	padding: 5px 20px;
	position: relative;
}
.single-title-wrapper::before{
	content:"";
	display:flex;
	position: absolute;
	top: -3px;
	right: -3px;
	height: 50px;
	width: 100px;
	border-top: 3px var(--WCD-main-color) solid;
	border-right: 3px var(--WCD-main-color) solid;
}
.single-title-wrapper h1{
	font-size: calc(1rem + 0.84vw);
	text-align: center;
}
.meta-info{
	font-size: 0.8rem;
	font-weight: 600;
}
.single-content-wrapper{
	margin: 35px 0;
}
.single-content-wrapper iframe{
	margin: 30px 0;
	position: relative;
	left: 50%;
	transform: translate(-50%, 0);
	max-width: 80vw;
}
.single-cta-back{
	margin: 50px 0;
	padding: 10px 30px;
}
.single-post .wp-embedded-content{
	width: 100%;
	max-width: 600px;
}
.single-cta-back a{
	color: var(--WCD-secondary-color);
	padding: 14px 20px;
	border: 2px solid var(--WCD-main-color);
	font-weight: 400;
	font-size: 14px;
	text-decoration: none;
	position: relative;
}
.single-cta-back a::before{
	content:'';
	display: flex;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 0;
	background: var(--WCD-main-color);
	transition: all 0.2s ease-out;
	z-index:-1;
}
.single-cta-back a:hover::before{
	height: 100%;
	background: var(--WCD-main-color);
	transition: all 0.2s ease-out;
}
.single-cta-back a:hover{
	color: #fff;
	transition: all 0.15s ease-in;
}
.single-content-wrapper blockquote{
	position: relative;
}
.single-content-wrapper blockquote::before{
	content: url(/wp-content/uploads/2023/03/hygia-quote-left.svg);
	position: absolute;
	width:45px;
	top: -15px;
	left: -30px;
	z-index:-1;
}
/*------------------------------------------------------------------------------------------------------------------------------------------------*/
/*screens----------------------------------------------------------------------------------------------------------------------------------*/
@media (min-width: 1024.01px){
	.target-menu{
		display: none;
	}
	.olc-serv-lcol-r.wpb_column{
		padding-left:60px;
	}
	.olc-serv-lcol-l.wpb_column{
		padding-right: 60px;
	}
}
@media (min-width: 1024.01px) and (max-width: 1350px){
	.main-menu {
		gap: 10px;
	}
	.main-menu a{
		font-size: 0.95rem; 
	}
}
/*-----------------------------------------------------1300*/
@media (max-width: 1300px){
	.navbar-brand img {
		width: 150px;
	}
	.archive-wrap{
		margin-left: 5%;
	}
	.banner-logo img {
		width: 150px;
		min-width: 150px;
	}
	.hygia-motto svg{
		width: 150px;
	}
	.banner-text h3{
		font-size: calc(1rem + 0.31vw);
	}
	.map-banner-cover .banner-text p {
		font-size: 0.95rem;
		line-height: 1.3;
	}
    .blog-content{
		padding: 30px 2% 0 5%;  
	}
	.page-wrap{
		margin: 0 5%;
	}
}
/*-----------------------------------------------------1200*/
@media (max-width: 1200px){
	.leftnav{
		padding-left: 3%;
	}
	.rightnav{
		padding-right: 3%;
	}
	.main-menu a{
		font-size: 0.85rem; 
	}
}
/*---------------------------------------------------- 1024*/
@media (max-width: 1024px){
	/*header menu*/
	#main-nav{
		position:fixed;
		top:120px;
		left: 0;
		width: 100%;
		transition: height 0.25s ease-in-out;
		height: 0;
		display: none;
	}
	#main-nav.active{
		height: auto;
		z-index:99999;
		transition: height 0.25s ease-in-out ;
		display: flex;
		flex-direction: column;
	}
	#main-nav.active .main-menu{
		flex-direction: column;
		padding: 20px 10% 60px;
		background: var(--WCD-secondary-color);
	}
	#main-nav.active .main-menu li{
		border-bottom: 1px solid #fff;
	}
	#main-nav.active .main-menu a{
		color: #fff;
		width: 100%;
	}
	/*mobile menu*/
	.target-menu{
		position: relative;
	}
	.target-menu::before{
		content:'';
		display: flex;
		position: absolute;
		bottom: 0;
		left: 0;
		width: 100%;
		height: 0;
		background: var(--WCD-main-color);
		transition: all 0.2s ease-out;
		z-index:-1;
	}
	.target-menu:hover::before{
		height: 100%;
		background: var(--WCD-main-color);
		transition: all 0.2s ease-out;
	}
	.target-menu:hover ul.tm-lines li.tm-line{
		background: #fff;
		transition: all 0.2s ease-out;
	}
	/*footer*/
	.footer-content{
		grid: auto / 1fr;
		justify-items: center;
	}
	.footer-block{
		display: flex;
		flex-direction: column;	
		min-height: 150px;
	}
	.footer-block h2 {
		text-align: center;
	}
	/*homepage*/
	.square-red-bkgr-block{
		height: 300px;
		width: 35vw !important;
		min-width: 280px;
	}
	.square-red-bkgr-block > .vc_column-inner > .wpb_wrapper{
		height: 260px;
	}
	.home-programs-block {
        width: calc(100% - 60px) !important;
        max-width: 100%;
		min-width: 300px;
	}
	.cta-newsletter p {
		text-align: center;
	}
		
}
/*--------------------------------------------------- 991*/
@media(max-width: 991px){
	.map-banner-cover{
		padding:3% 3%;
		position: fixed;
		left:0%;
		transform: translate(0%, 0%);
		min-height: 60vh;
		max-height: 80vh;
		z-index:10;
		transition: top 0.5s ease-in-out;	
	}
	.map-banner-cover .banner-inner-row > .wpb_column > .vc_column-inner > .wpb_wrapper{
		padding: 0 5%;
	}
	.archive-wrap{
		margin: 0 5%;
		grid: auto / 100%;
    }
	.blog-page{
		flex-wrap: wrap;
	}
	.blog-content{
		width:100% !important;
		padding: 30px 5%;
	}
	.blog-sidebar{
		width: 100% !important;
		display: flex;
	}
	.blog-sidebar .wpb_wrapper{
		width: 100%;
		justify-content: center;
	}
	.sidebar{
		width: 90%;
	}
	.archive-wrap .sidebar{
		justify-self: center;
		margin-bottom: 30px;
	}
	.sidebar .wp-block-search__inside-wrapper {
		width: 100% !important;
	}
	.sidebar h3, .sidebar a {
		font-size: 0.9rem;
	}
	.sidebar .hygia-recom img{
		max-width: 287px;
	}
}
/*---------------------767px*/
@media (max-width: 767px){
	.page-wrap{
		margin:0 3% ;
	}
	header .header::after{
		right: 3px;
	}
	.hygia-socials-baloon{
		display: none;
	}
	.row-rev{
	flex-direction: column-reverse;
	}
	.wpb_row{
		padding-left: 10px;
		padding-right: 10px;
	}

	/*homepage*/
	.home-slogan .wpb_wrapper{
		gap: 0px;
		justify-content: center;
	}
	.home-slogan .slogan-block h3 {
		font-size: 0.8rem;
	}
	.slogan-block{
		height: 16vw;
		min-height: 110px;
		width: 16vw;
		min-width: 110px;
	}
	.home-slogan::before {
        min-width: 300px;
	}
	/* .square-red-bkgr-block{
		height: auto;
		min-width: 200px;
	} */
	.row-cta .cta-block .vc_cta3_content-container{
		flex-direction: column;		
	}
	.row-cta .cta-block .vc_cta3_content-container :is(h2, p){
		text-align: center;
	}
	.home-posts-left{
		margin-bottom: 30px;
	}
	.home-posts-left::after, .home-posts-right::before{
		display: none;	
	}
	/*services*/
	.hygia-servicii .vc_tta-panels-container .vc_tta-panels .vc_tta-panel{
		min-height: 100px;
		box-shadow: 0 4px 30px 5px var(--WCD-shadow);
		position: relative;
		background: #fff;
		display: flex;
		align-items: center;
		transition: all 0.1s ease-in;
		margin: 10px 0;
	}
	.hygia-servicii  .vc_tta .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading{
		width: 100%;
		background: transparent;
		border: none;	
		height: 100%;
	}
	.hygia-servicii  .vc_tta .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title a{
		display: flex;
		flex-direction: column;
		justify-content: space-between;
		align-items: center;
		height: auto;
		min-height: 100px;
		text-decoration: none !important;
	}
	.hygia-servicii .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title a span{
		line-height: 1.4;
	}
	.hygia-servicii .vc_tta-panels-container .vc_tta-panels .vc_tta-panel.vc_active .vc_tta-panel-heading{
		background: #fff;
	}
	.hygia-servicii .vc_tta-panels-container .vc_tta-panels .vc_tta-panel.vc_active .vc_tta-panel-heading .vc_tta-panel-title a :is(span, i){
		color: var(--WCD-main-color);
	}
		.hygia-servicii .vc_tta-panels-container .vc_tta-panels .vc_tta-panel::after{
	content:"";
		background: url(/wp-content/uploads/2023/02/Hygia-favicon.png);
		background-size: 30%;
		background-repeat: no-repeat;
		background-position: 80% 80%;
		display:flex;
		justify-content: flex-end;
		position: absolute;
		bottom: -3px;
		right: -3px;
		height: 50px;
		width: 100px;
		border-bottom: 3px var(--WCD-main-color) solid;
		border-right: 3px var(--WCD-main-color) solid;
	}
	.hygia-servicii .vc_tta-panels-container .vc_tta-panels .vc_tta-panel:hover{
	box-shadow: 0 10px 20px 5px var(--WCD-shadow);
		transform: translateY(-5px) scaleY(1.01) rotateX(5deg);
		box-shadow: 0 10px 15px 10px var(--WCD-shadow);
		transition: all 0.2s ease-out;
	}
	.hygia-servicii .vc_tta.vc_tta-tabs.vc_tta-color-grey.vc_tta-style-classic .vc_tta-panels-container .vc_tta-panels .vc_tta-panel-body {
		padding: 20px;
	}
	.partners-carousel .vc_tta-panels-container .vc_tta-panels .vc_tta-panel a{
	border-radius: 0px;
	background: rgba(87, 89, 91, 0.1);
	transition: all 0.2s ease-in-out;
	font-size: 1rem;
	text-align: center;
	}
	.partners-carousel .vc_tta-panels-container .vc_tta-panels .vc_tta-panel a:hover{
		background: var(--WCD-main-color);
		color:#fff;
		transition: all 0.3s ease-in-out;
	}
	.partners-carousel .vc_tta-panels-container .vc_tta-panels .vc_tta-panel.vc_active a{ 
		background: #fff;
		transition: all 0.2s ease-in-out;
	}
		.partners-carousel .vc_tta-panels-container .vc_tta-panels .vc_tta-panel.vc_active a span{ 
		color: var(--WCD-main-color);
		transition: all 0.2s ease-in-out;
	}
	/*home si servicii*/
	.home-programs-block h3{
		text-align: center;
		font-size: 1.8rem;
		letter-spacing: 3px;
		margin-bottom: 10px;
	}
	/*olc page*/
	.olc-serv-lcol-l, .olc-serv-lcol-r{
		padding: 35px 0 0;
	}
	.olc-serv-lcol-l p, .olc-serv-lcol-r p{
		text-align: center;
	}
	.olc-serv-lcol-l .vc_btn3-container.vc_btn3-left, .olc-serv-lcol-r .vc_btn3-container.vc_btn3-left{
		text-align: center;
	}
	.olc-serv-scol img.vc_single_image-img{
		max-width: 60px;
	}
	/*single pages - projects, people*/
	.ph-url, .oh-consulting{
    	margin: 20px 0;
    	padding: 10px 20px;
    }
	/*newsletter*/
	.cta-newsletter .nwsl-form{
		min-width: 200px;
	}
}

/*---------------------------------------------------------------------------------------------------*/
.grecaptcha-badge { 
    visibility: hidden;
}

/**/
.logo-eng {
	padding: 100px;
}
.logo-eng img{
	width: 50vw;
	min-width: 300px;
	max-width: 600px;
	
}
@media (max-width: 991px){
	.logo-eng img{
	width: 300px;	
	}
}

/**/
.moove-gdpr-company-logo-holder{
	display: flex;
	justify-content: center;
}
.moove-gdpr-company-logo-holder img.img-responsive{
	width: 150px !important;
	height: auto;
}
