/*
Theme Name: Hygia
Description: Theme Hygia (HTML to Theme)
Version: 1.0
*/

*{
	outline: none;
}
body{
	margin: 0px;
	padding: 0px;
	line-height: inherit;
	font-family: 'Montserrat', sans-serif;
	color: #000000;
	font-size: 16px;
}
ul,li,ol{
	list-style: none;
	margin: 0px;
	padding: 0px;
	font-size: 16px;
}

a{
	text-decoration: none;
	color: #d3d3d3;
}
a:hover{
	color: #cf191f;
	text-decoration: none
}
h1,h2,h3,h4,h5,h6,p{
    margin: 0px;
}
p{
	font-size: 16px;
}
.dropdown_menu.active ul.sub_menu { display: block }

/* =============================================
	Custom Css Start
================================================ */
h2 {
	font-size: 32px;
	position: relative;
	padding-bottom: 15px;
	margin-bottom: 36px;
	text-transform: uppercase;
	display: flex;
	flex-direction: column;
}
h2::before{
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 47px;
	height: 3px;
	background-color: #000;
}
h2 span {
	font-size: 12px;
	text-transform: initial;
	color: #cf191f;
	margin-top: 4px;
}
.container{
	max-width: 1140px;
}
/* ==Btn Style */
.red_btn {
	background-color: #cf191f;
	text-align: center;
	display: inline-block;
	color: #fff;
	font-size: 15px;
	font-weight: 500;
	padding: 15px 20px;
	position: relative;
	transition: all 0.5s;
	z-index: 0;
	overflow: hidden;
	border: 1px solid transparent;
}
.red_btn:hover,
.sing_up:hover,
.red_btn:focus,
.sing_up:focus,
#commentform .form-submit:focus,
#commentform .form-submit:hover  {
	color: #d01920;
	text-decoration: none;
	box-shadow: 0px 0px 15px rgba(0,0,0,0.20);
	border: 1px solid #cf191f;
}
.red_btn::before,
.sing_up::before,
#commentform .form-submit::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	transform: scaleX(0);
	background-color: #fff;
	transition: all 0.5s;
	z-index: -1;
}
.red_btn:hover::before,
.sing_up:hover::before,
.red_btn:focus::before,
.sing_up:focus::before,
#commentform .form-submit:hover::before ,
#commentform .form-submit:hover:focus  {
	transform: scaleX(1);
}
/* .sing_up {
	width: 200px;
	height: 53px;
	background-color: #cf191f;
	color: #fff;
	font-size: 15px;
	font-weight: 500;
	border-radius: 0px;
	position: relative;
	z-index: 0;
	overflow: hidden;
} */
.sing_up,
#commentform .form-submit {
	width: 200px;
	height: 53px;
	background-color: #cf191f;
	color: #fff;
	font-size: 15px;
	font-weight: 500;
	border-radius: 0px !important;
	position: relative;
	z-index: 0;
	overflow: hidden;
	display: inline-block;
	text-align: center;
	line-height: 53px !important;
	padding: 0 !important;
	transition: all 0.5s;
	border: 1px solid transparent;
}
.sing_up:focus,
#commentform .form-submit:focus  {
	box-shadow: none;
	border-color: #cf191f;
}
/*== Form Style=== */
.form-control {
	border-radius: 5px;
	border-color: #f4f2f2;
	height: 53px;
	border: 2px solid #e3e0e0;
	margin-bottom: 30px;
}
.form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #000;
  font-size: 15px;
}
.form-control::-moz-placeholder { /* Firefox 19+ */
  color: #000;
  font-size: 15px;
}
.form-control:-ms-input-placeholder { /* IE 10+ */
  color: #000;
  font-size: 15px;
}
.form-control:-moz-placeholder { /* Firefox 18- */
  color: #000;
  font-size: 15px;
}
.form-control:focus{;
	border-color: rgba(208,25,32,0.5);
	outline: 0;
	box-shadow: 0 0 0 1px rgba(208,25,32,0.5);
}
/*=============================================
	Banner Start
================================================ */

.banner{
	background-size: cover;
	background-position: left top;
	background-repeat: no-repeat;
	position: relative;

}
#home_banner {
	/* padding: 92px 0px; */
}
#blog_banner {
	/* background-image: url('images/blog/blog_banner.jpg'); */
	/* padding: 161px 0px; */
}
.banner.media{
	/* background-image: url('images/media/media_banner.jpg') ; */
}
.banner.client{
	/* background-image: url('images/client/client_banner.jpg') ; */
	padding: 0px;
}
.banner.service {
	/* background-image: url("http://dev.exposeddigital.ro/hygia/wp-content/themes/hygia/images/service/service_banner.jpg"); */
	/* height: 600px; */
	/* min-height: 600px; */
	/* overflow: hidden; */
}
/*=============================================
	Navigation Start
================================================ */
#top-toolbar {
	background-color: #fff;
	display: block;
	overflow: hidden;
	padding: 5px 0px;
	border-bottom: 1px solid #f79a9e;
	/* transition: all 0.5s; */
}

.social_icon {
	margin: 0;
}
.social_icon li{}
.social_icon li a {
	width: 18px;
	height: 18px;
	background-color: #d01920;
	margin-right: 7px;
	display: block;
	text-align: center;
	border-radius: 50%;
	color: #fff;
	font-size: 13px;
	line-height: 18px;
	transition: all 0.5s;
	position: relative;
	z-index: 0;
}
.social_icon li a::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #d01920;
	transition: all 0.5s;
	z-index: -1;
	border-radius: 50px;
}
.social_icon li:hover a::before {
	transform: scale(1.2);
}
.social_icon li:last-child a {
	margin-right: 0px;
}
.social_icon li a:hover,
.social_icon li.active a{

}



.social_icon_2 {
	margin: 0px;
}
.social_icon_2 li{}
.social_icon_2 li a {
	color: #d01920;
	margin-right: 30px;
	display: block;
	text-align: center;
	font-size: 13px;
	line-height: 18px;
	transition: all 0.5s;
	font-weight: 500;
}

.social_icon_2 li a i{
	margin-right: 5px;
	transition: all 0.5s;
}
.social_icon_2 li:last-child a {
	margin-right: 0px;
}
.social_icon_2 li a:hover,
.social_icon_2 li.active a{}

 nav {
	padding: 15px 0px;
	/* overflow: hidden; */
	line-height: 30px;
	transition: all 0.5s;
	background-color: #fff;
	position: relative;
	box-shadow: 0px 2px 3px rgba(0,0,0,0.10);
}
 nav .logo {
	float: left;
}
 nav .logo a{}
 nav .logo a img{}
/* nav ul.menu{
	display: flex;
	transition: all 0.5s;
}*/
nav ul.menu {
    display: flex;
    transition: all 0.5s;
    margin-bottom: 0;
	justify-content: flex-end;
}
 nav ul.menu li{
	position: relative;
	margin-right: 2vw;
}
 nav ul.menu li.dropdown_menu > a::before {
	content: "\f107  ";
	position: absolute;
	right: -15px;
	top: 15px;
	color: #757575;
	transform: translateY(-50%);
	font-family: 'fontawesome';
	transition: all 0.5s;
	transform-origin: center;
	line-height: 0;
	font-size: 16px;
}

 nav ul.menu li.dropdown_menu > a.drop{
	transition: all 0.5s;
}
 nav ul.menu li.dropdown_menu > a.drop::before{
	content: '\f106';
	position: absolute;
	right: -15px;
	top: 17px;
	color: #757575;
	transform: translateY(-50%);
	font-family: 'fontawesome';
	transition: all 0.5s;
	transform-origin: center;
	line-height: 0;
	font-size: 16px;
}

 nav ul.menu li.dropdown_menu:hover > a::before,
 nav ul.menu li.dropdown_menu> a.active::before {
	transform: rotate(180deg);
}
nav ul.menu li > a {
	color: #757575;
	font-size: 13px;
	transition: all 0.5s;
	line-height: 30px;
	padding: 23px 0px;
	text-transform: uppercase;
	font-family: 'Montserrat', sans-serif;
}
 nav ul.menu li:last-child{
	margin-right: 0px;
}
 nav ul.menu li:hover > a,
 nav ul.menu li.active > a{
	color: #d01920;
	text-decoration: none;
}
 nav ul.menu li ul.sub_menu {
	position: absolute;
	width: 250px;
	background-color: #fff;
	top: 47px;
	left: -20px;
	padding: 10px 20px 20px;
	opacity: 0;
	visibility: hidden;
	transition: all 0.5s;
	transform: translateY(100px);
	box-shadow: 0px 2px 3px rgba(0,0,0,0.10);
	z-index: 9999;
}
 nav ul.menu li:hover ul.sub_menu {
	visibility: visible;
	opacity: 1;
	transform: translateY(0px);
}
 nav ul.menu li ul.sub_menu li{}
 nav ul.menu li ul.sub_menu li a {
	margin-right: 0px;
}

/* stciky  */
header.sticky nav {
	position: fixed;
	width: 100%;
	background-color: #fff;
	box-shadow: 0px 2px 3px rgba(0,0,0,0.10);
	z-index: 9999;
	top: 0;
	left: 0;
}
header.sticky #top-toolbar{
	margin-top: -30px;
}



/* =============================================
	Nav-Icon Responsive Menu Start
=============================================== */
.stop {
    overflow: hidden;
    background-color: rgba(0, 0, 0, 0.09);
    width: 100%;
    height: 100%;
}

#nav-icon {
	width: 25px;
	height: 25px;
	-webkit-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .5s ease-in-out;
	-o-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
	cursor: pointer;
	right: 0px;
	/* z-index: 999; */
	top: 6px;
	float: right;
	position: relative;
	display: none;
	z-index: 99999;
}

#nav-icon span {
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    background: #cf191f;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

#nav-icon span:nth-child(1) {
    top: 0px;
}

#nav-icon span:nth-child(2),
#nav-icon span:nth-child(3) {
    top: 8px;
}

#nav-icon span:nth-child(4) {
    top: 16px;
}

#nav-icon.open span:nth-child(1) {
    top: 18px;
    width: 0%;
    left: 50%;
}

#nav-icon.open span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

#nav-icon.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

#nav-icon.open span:nth-child(4) {
    top: 18px;
    width: 0%;
    left: 50%;
}
/* =============================================
	Home_Banner Start
=============================================== */
.banner h1 {
	font-size: 50px;
	line-height: 47px;
	font-weight: 400;
	/* margin: 40px 0px 250px; */
	/*color: #d01920 !important;*/
	color: #ffffff !important;
}
#home_banner .banner h1 {
	margin-top: 30px;
}
.banner h1 span {
	font-size: 37px;
	display: block;
	font-weight: 300;
}
.banner a {
	display: inline-block;
	width: 235px;
	height: 60px;
	line-height: 60px;
	font-size: 18px;
	background-color: #d01920;
	color: #fff;
	font-weight: 500;
	margin-top: 35px;
}
.banner a {
	background-color: #d01920;
	color: #fff;
	text-decoration: none;
	overflow: hidden;
	position: relative;
	z-index: 0;
	border: 1px solid transparent;
	transition: all 0.5s;
	margin-bottom: 20px;
}
.banner a:hover {
	color: #d01920;
	border: 1px solid #d01920;
}
.banner a::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	transform: scaleX(0);
	background-color: #fff;
	transition: all 0.5s;
	z-index: -1;
}
.banner a:hover::before {
	transform: scaleX(1);
}



/* =============================================
	Home_Service Start
=============================================== */
#home_service {
	padding: 50px 0px;
}
#home_service h2 {
	margin-bottom: 23px;
}
#home_service p {
	font-size: 15px;
	line-height: 25px;
	font-weight: 500;
}
#home_service img {
	width: 100%;
}
#home_service a.blue_link {
	display: inline-block;
	margin: 10px 0px 30px;
	transition: all 0.3s;
}
#home_service a:hover{
	color: #d01920;
}
/* =============================================
	Home_Cusult Start
=============================================== */
#home_cusult {
	background-color: #f0eded;
	padding: 50px 0px;
}
#home_cusult h2 {
	margin-bottom: 45px;
}
#home_cusult img{}
#home_cusult p {
	line-height: 25px;
	margin-bottom: 34px;
	color: #1e1e1e;
}
#home_cusult p + p {
	margin-bottom: 20px;
}
/* =============================================
	Counter Start
=============================================== */
#counter {
	padding: 50px 0px;
}
#counter .box {
	display: flex;
	justify-content: center;
	flex-direction: column;
	align-items: center;
}
#counter h3 {
	font-size: 18px;
	font-weight: 400;
	margin-bottom: 20px;
	display: flex;
	flex-direction: column;
	height: 82px;
	color: #cf191f;
}
#counter h3 span {
	font-size: 50px;
	font-weight: 700;
}
#counter p {
	font-size: 18px;
	font-weight: 500;
}
/* =============================================
	testimonial Start
=============================================== */
#testimonial {
	background-color: #f4f2f2;
	padding: 50px 0px;
}
#testimonial h2 {
	/*margin-bottom: 50px;*/
	margin-bottom: 50px;
    font-size: 24px;
}
#testimonial #testimonial_area{
	position: relative;
}
#testimonial #testimonial_area .box{}
#testimonial #testimonial_area .box > .testi_sym{
	position: relative;
}
#testimonial #testimonial_area .box > .testi_sym::before {
	content: "";
	position: absolute;
	top: 0px;
	left: 0;
	background-image: url("images/home/testi_symbol_top.png");
	background-size: contain;
	background-repeat: no-repeat;
	width: 28px;
	height: 26px;
}
#testimonial #testimonial_area .box > .testi_sym::after {
	content: "";
	position: absolute;
	bottom: 0;
	right: 0;
	background-image: url("images/home/testi_symbol_bottom.png");
	background-size: contain;
	background-repeat: no-repeat;
	width: 28px;
	height: 26px;
}
#testimonial #testimonial_area .box > p {
	position: relative;
	color: #1e1e1e;
	line-height: 31px;
	padding: 10px 0px 0px 35px;
	margin: 0px 0px 15px 0px;
}
#testimonial #testimonial_area .box .user {
	display: flex;
	align-items: center;
	padding-left: 35px;
}
#testimonial #testimonial_area .box .user img {
	margin-right: 20px;
	width: 79px;
	height: 79px;
}
#testimonial #testimonial_area .box .user .name{}
#testimonial #testimonial_area .box .user .name p {
	font-size: 18px;
	font-weight: 500;
	color: #1e1e1e;
}
#testimonial #testimonial_area .box .user .name span {
	font-size: 15px;
	color: #8b8c8e;
	font-weight: 500;
}
#testimonial_area .owl-nav {
	position: absolute;
	top: 30%;
	left: 0%;
	transform: translateY(-50%);
	width: 100%;
}
#testimonial_area .owl-prev {
	position: absolute;
	left: -130px;
	transition: all 0.3s;
}
#testimonial_area .owl-prev:hover,
#testimonial_area .owl-next:hover {
	transform: rotate(360deg);
}
#testimonial_area .owl-next {
	position: absolute;
	right: -130px;
	transition: all 0.3s;
}
#testimonial_area .owl-dots {
	position: relative;
	justify-content: center;
	display: flex;
}
#testimonial_area .owl-dot {
	width: 20px;
	height: 20px;
	background-color: #dddddd;
	border-radius: 50%;
	display: inline-block;
	margin: 2px;
	border: 4px solid transparent;
	transition: all 0.5s;
}
#testimonial_area .owl-dot.active {
	border: 4px solid #d01920;
	background-color: #f4f2f2;
}
/* =============================================
	clienti Start
=============================================== */
.clienti {
	padding: 50px 0px;
	border-top: 1px solid #efeded;
	border-bottom: 2px solid #efeded;
}
.clienti h2 {
	margin-bottom: 50px;
	font-size: 23px;
}
.clienti #clienti_area{
	width: 96%;
	margin: 0 auto;
}
.clienti #clienti_area .box {
	display: flex;
	justify-content: center;
	align-items: center;
	border: 2px solid #eeeeee;
	max-width: 260px;
	height: 115px;
	align-content: center;
	margin: 0 auto;
	overflow: hidden;
}
section.clienti.asociative #clienti_area .box img{
	width: auto;
}
section.clienti div#clienti_area .box img {
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 100%;
}
/* =============================================
	blog Start
=============================================== */
#blog {
	padding: 50px 0px;
}
#blog h2{
	margin-bottom: 60px;
}
#blog .card {
	border: 0;
	box-shadow: 0px 0px 7px rgba(0,0,0,0.3);
	transition: all 0.5s;
	width: 100%;
}
#blog .card:hover{
	box-shadow: 0px 0px 10px rgba(0,0,0,0.5);
}

#blog .card .box-img{
	position: relative;
	background:#f7f7f7;
}
#blog .card .box-img::before {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	width: 90%;
	height: 80%;
	border: 2px solid #eeeeee;
	transform: translate(-50%, -50%);
	opacity: 0;
	transition: all 0.5s;
}
#blog .card:hover .box-img::before {
	opacity: 0.45;
	transition-delay: 0.3s;
}
#blog .card .box-img img {
	width: auto;
	height: 100%;
	display:block;
	margin-left:auto;
	margin-right:auto;
}
#blog .card .box-img .hover_box {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.5);
	opacity: 0;
	transition: all 0.3s;
}
#blog .card:hover .box-img .hover_box {
	opacity: 1;
}
#blog .card .card-body {
	padding: 40px 40px 45px;
	background-color: #f7f7f7;
}
#blog .card .card-body h5.card-title {
	font-size: 20px;
	margin-bottom: 13px;
}
#blog .card .card-body p {
	line-height: 26px;
	color: #000;
	margin-bottom: 26px;
}
.red_link {
	position: relative;
	font-size: 16px;
	color: #d01920 !important;
}

.red_link:hover{
	color: #cf191f;
}
.red_link::before {
	content: "\f105";
	font-family: 'fontawesome';
	position: absolute;
	top: 50%;
	right: -20px;
	transform: translateY(-50%) rotateY(90deg);
	font-size: 20px;
	transform-origin: left;
	perspective: 100px;
	transition: all 0.5s;
}
.red_link:hover::before {
	transform: translateY(-50%) rotate(0deg);
}
/* =============================================
	Newsletter Start
=============================================== */
#newsletter {
	padding: 50px 0px;
	border-top: 1px solid #efeded;
}
#newsletter .form-control{
	height: 53px;
	border-radius: 0px;
	border: 1px solid #e3e0e0;
	margin-bottom: 0px;
}
/* =============================================
	Home Contact Start
=============================================== */
#contact {
	background-color: #f0eded;
	background-image: url('images/home/contact_bg.png');
	background-size: inherit;
	background-position: 170px 170px;
	background-repeat: no-repeat;
	padding: 50px 0px;
}
#contact h2{
	margin-bottom: 60px;
}
#contact .box {
	background-color: #fff;
	padding: 50px;
}
#contact .box textarea{
	max-height: 145px;
	min-height: 145px;
	padding: 15px 10px;
}

echipa
/* =============================================
	Footer ---- Asociate Start
=============================================== */
footer.clienti{
	padding: 60px 0px 100px;
}
footer .clienti #clienti_area {
	width: 100%;
}
.clienti.asociative .col-md-6{
	display: flex;
	flex-direction: column;
	align-items: stretch;
	justify-content: space-between;
}
footer .bottom{
	padding: 25px 0px;
}
footer .bottom p {
	font-size: 15px;
	color: #000;
	font-weight: 500;
	margin-bottom: 0;
}
/* =============================================
	Blog Page Start
=============================================== */
#blog_banner h1{
	font-size: 48px;
	font-weight: 600;
	margin-bottom: 0;
	text-transform: uppercase;
}
.blog {
	padding: 70px 0px 30px;
}
.search_bar {
	line-height: 30px;
	background-color: #cf191f;
	padding: 8px 20px;
}
.search_bar .search_box {
	position: relative;
	width: 350px;
	height: 35px;
	float: left;
}
.search_bar .search_box::before {
	/*content: "\f002 ";
	position: absolute;
	top: 48%;
	right: 20px;
	font-family: 'fontawesome';
	color: #d3d3d3;
	transform: translateY(-50%);
	font-size: 20px;*/

}

.search_box button {
 position: absolute;
 right: 13px;
 top: 50%;
 border: 0;
 background-color: transparent;
 font-size: 20px;
 transform: translateY(-50%);
 color: #d3d3d3;
 z-index: 99;
 cursor: pointer;
}

.search_bar .search_box input.form-control {
}
.search_bar .search_box input.form-control {
	height: 100%;
	margin: 0;
	padding-right: 40px;
}
.search_bar .search_box input.form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #d3d3d3;
  font-size: 16px;
  font-weight: 500;
}
.search_bar .search_box input.form-control::-moz-placeholder { /* Firefox 19+ */
  color: #d3d3d3;
  font-size: 16px;
  font-weight: 500;
}
.search_bar .search_box input.form-control:-ms-input-placeholder { /* IE 10+ */
  color: #d3d3d3;
  font-size: 16px;
  font-weight: 500;
}
.search_bar .search_box input.form-control:-moz-placeholder { /* Firefox 18- */
  color: #d3d3d3;
  font-size: 16px;
  font-weight: 500;
}
.search_bar .user{
	float: right;
}
.search_bar .user a {
	font-size: 20px;
	color: #fff;
	font-weight: 500;
}
.blog .card {
	border-radius: 0px;
	border-color: #eeeeee;
	border-width: 2px;
	margin-top: 30px;
}
.blog .card > img.card-img-top {
	width: 100%;
}
.blog_user {
	display: flex;
	margin-bottom: 19px;
}
.blog_user > img {
	margin-right: 10px;
	width: 40px;
	height: 40px;
}
.blog_user .user_details{}
.blog_user .user_details h4 {
	font-size: 16px;
	font-weight: 600;
	margin-bottom: -5px;
}
.blog_user .user_details p {
	font-size: 14px;
	font-weight: 500;
	line-height: 30px;
}
.blog .card .card-body {
	padding: 40px 25px 26px;
}
.blog .card .card-body h5 {
	margin-bottom: 17px;
}
.blog .card .card-body h5 a {
	font-size: 20px;
	line-height: 30px;
	color: #000;
	transition: all 0.5s;
	font-weight: 500;
	text-transform: uppercase;
}
.blog .card .card-body p {
	line-height: 30px;
	font-size: 14px;
	font-weight: 500;
}
.blog .card .card-footer {
	padding: 20px 0px;
	background-color: transparent;
	border-color: #eeeeee;
}
.blog .card .card-footer ul {
	display: flex;
	justify-content: space-around;
	align-items: center;
	margin: 0;
}
.blog .card .card-footer ul li {
	color: #d3d3d3;
	font-size: 15px;
	font-weight: 600;
	display: flex;
	cursor: pointer;
	transition: all 0.5s;
}
.blog .card .card-footer ul li:hover,
.blog .card .card-footer ul li.active,
.blog .card .card-body h5 a:hover {
	color: #cf191f;
}
.blog .card .card-footer ul li i {
	margin-right: 10px;
	font-size: 20px;
}
.blog_pagination {
	margin-top: 30px;
	padding: 0;
}
.blog_pagination ul{}
.blog_pagination ul li{}
.blog_pagination ul li a {
	border: 0px;
	font-size: 20px;
	font-weight: 600;
	color: #000;
	padding: 0;
	padding-right: 10px;
	transition: all 0.5s;
}
.blog_pagination ul li:hover a {
	color: #cf191f;
	background-color: transparent;
}
.blog_pagination ul li:last-child:hover a {
	transition: all 0.5s;
}
.blog_pagination ul li:last-child:hover a {
	transform: scale(1.3);
	background-color: transparent;
}

/* =============================================
	Client Page Css Start
=============================================== */
.client {
	padding: 50px 0px 50px;
}
.client_box {
	padding: 15px;
	border: 1px solid #eeeeee;
	margin-top: 30px;
	width: 100%;
	position: relative;
	padding-bottom: 50px;
}
.client_box .header {
	display: flex;
	justify-content: start;
	align-items: center;
	margin-bottom: 19px;
	min-height: 120px;
}
.client_box .header img {
	margin-right: 20px;
	width: auto;
	height: auto;
	max-height: 120px;
	max-width: 120px;
}
.client_box .header h4{
	font-size: 20px;
	color: #d01920;
	font-weight: 500;
}
.client_box p {
	font-size: 14px;
	font-weight: 500;
	line-height: 28px;
}

/* =============================================
	Service Page Css Start
=============================================== */
.client.service .client_box .header h4 {
	text-transform: uppercase;
}
.client.service .client_box p {
	font-size: 15px;
	line-height: 32px;
}
.client.service .client_box .header {
	margin-bottom: 9px;
}


/* =============================================
	Echipa Pop Up Page Start
=============================================== */
.echipa_pop_up {
	/*padding: 80px 0px;*/
	 padding: 125px 0;
}
.echipa_pop_up .user_details{}
.echipa_pop_up .user_details h3 {
	font-size: 23px;
	margin-bottom: 5px;
}
.echipa_pop_up .user_details p {
	font-size: 16px;
	color: #818181;
}
.echipa_pop_up .user_contact {
	display: flex;
	justify-content: space-between;
	margin-top: 34px;
}
.echipa_pop_up .user_contact .box{}
.echipa_pop_up .user_contact .box:last-child {
	margin-right: 0px;
}
.echipa_pop_up .user_contact .box i {
	color: #d01920;
	margin-bottom: 20px;
}
.echipa_pop_up .user_contact .box .user_link{}
.echipa_pop_up .user_contact .box .user_link h5 {
	font-size: 18px;
	margin-bottom: 10px;
}
.echipa_pop_up .user_contact .box .user_link a {
	font-size: 18px;
	color: #818181;
}
.echipa_pop_up .user_img {
	float: right;
	width: 203px;
}
.echipa_pop_up .user_about {
	margin-top: 125px;
}
.echipa_pop_up .user_about h3{
	font-size: 23px;
	margin-bottom: 17px;
}
.echipa_pop_up .user_about p {
	font-size: 15px;
	line-height: 28px;
	margin-bottom: 10px;
}
.echipa_pop_up .user_about .red_link{
	color: #d01920;
	font-size: 15px;
}


/* =============================================
	Echipa Page Start
=============================================== */
.practica {}
.practica .container h2{
	margin: 50px 0px;
}
.practica_banner {
	background-color: #f7f7f7;
	background-image: url('images/echipa/banner_texture.png');
	background-repeat: no-repeat;
	background-position: right center;
	padding: 30px 0px;
	border-top: 1px solid #efeded;
	border-bottom: 1px solid #efeded;
}
.practica_banner .container{
	display: flex;
	align-items: center;
}
.practica_banner .lady_img {
	margin-right: 0px;
}
.practica_banner .text {
	float: right;
}
.practica_banner .text p {
	line-height: 31px;
	font-size: 14px;
	font-weight: 500;
}
.practica .text-wrap {
	padding: 50px 0px;
}
.practica .box{}
.practica .box h4 {
	font-size: 27px;
	color: #cf191f;
	margin-bottom: 33px;
}
.practica .box p {
	/* line-height: 31px; */
	font-size: 14px;
	font-weight: 500;
	margin-bottom: 5px;
}

.noastra {
	padding: 70px 0px;
	border-top: 1px solid #efeded;
}
.noastra p {
	font-size: 16px;
	font-weight: 500;
}

.noastra .card {
	border: 2px solid #e4e4e4;
	border-radius: 10px;
	overflow: hidden;
	margin-top: 30px;
	width: 100%;
}
/* .noastra .card .box{
	position: relative;
} */
.noastra .card .box {
	position: relative;
	width: 100%;
	height: 260px;
	overflow: hidden;
}

.noastra .card .box .hover_box {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: rgba(0,0,0,0.4);
	transform: scaleX(0);
	transition: all 0.5s;
}

.noastra .card:hover .box .hover_box{
	transform: scaleX(1);
}
.noastra .card .box .hover_box a {
	width: 55px;
	height: 55px;
	background-color: #fff;
	text-align: center;
	line-height: 55px;
	border-radius: 50%;
	color: #e3787b;
	font-size: 25px;
	opacity: 0;
	transition: all 0.5s;
}
.noastra .card:hover .box .hover_box a {
	opacity: 1;
	transition-delay: 0.3s;
}
.noastra .card .card-body {
	display: flex;
	justify-content: start;
	flex-direction: column;
	align-items: center;
	padding: 20px 30px;
}
.noastra .card .card-body h5 {
	color: #cf191f;
	font-size: 17px;
	line-height: 31px;
	margin: 0;
	text-transform: uppercase;
}
.noastra .card .card-body h5 span {
	text-transform: capitalize;
}
.noastra .card .card-body p {
	font-size: 14px;
	font-weight: 500;
	line-height: 31px;
}
.noastra .card .card-body .social_icon_2 {
	flex-direction: column;
}
.noastra .card .card-body .social_icon_2 li{
	margin: 0px;
}

.noastra .card .card-body .social_icon_2 li a {
    color: #000;
    font-size: 14px;
    font-weight: 500;
    line-height: 31px;
    margin: 0;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.noastra .card .card-body .social_icon_2 li a i{
	color: #cf191f;
	margin-right: 10px;
}

/* =============================================
	blogsingle page Start
=============================================== */
.blog.single{}

.blog.single .container .blog_banner{
	margin: 45px 0px;
	display: block;
}
.blog.single h5.card-title {
	font-size: 30px;
	/* line-height: 100px; */
	padding: 25px 0px;
}
.blog.single p{
	font-size: 17px;
	line-height: 30px;
	font-weight: 500;
	margin-bottom: 40px;
}
.blog.single p.text_italic {
	padding-left: 15px;
	border-left: 3px solid red;
	font-style: italic;
	font-size: 20px;
}
.blog.single p.title{
	font-size: 18px;
	margin-bottom: 10px;
}
.blog.single p a{
	color: #cf191f;
	transition: all 0.5s;
}
.blog.single p a:hover{
	text-decoration: underline;
}
.blog.single .media{
	display: flex;
	flex-direction: column;
}
.blog.single .blog_user .user_details h4 {
	font-size: 16px;
}
.blog.single .blog_user .user_details p {
	margin-bottom: 0px;
	font-size: 14px;
}

.blog.single .blog_user {
	margin-bottom: 0px;
	padding-top: 30px;
	display: flex;
	align-items: center;
	justify-content: start;
}
.reply_box .media-body {
	font-size: 15px;
	line-height: 28px;
	margin-top: 19px;
	margin-bottom: 20px;
}
.reply_input {
	width: 100%;
	margin-bottom: 50px;
}
.reply_input .heart{
	color: #cf191f;
}
.reply_input .heart i {
	font-size: 20px;
	margin-right: 5px;
}
.reply_input .heart span {
	font-size: 17px;
	font-weight: 500;
}
.reply_input .form-group{width: 100%;position: relative; margin-bottom: 0px;}
.reply_input .form-group input{margin: 0;background-color: #eeeeee;border: 0;border-radius: 0px;}
.reply_input .form-group input::placeholder{color: #d3d3d3; font-weight: 500;}
.reply_input .form-group button {
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
	width: 70px;
	color: #cf191f;
	font-size: 20px;
	padding-right: 30px;
	background-color: transparent;
}
.reply_input.bottom {
	border-bottom: 1px solid #eeeeee;
	padding-bottom: 20px;
	margin-bottom: 40px;
}
.reply_input.bottom .heart {
	cursor: pointer;
	transition: all 0.5s;
}
.reply_input.bottom .heart i{color: #d3d3d3;
	transition: all 0.5s;
}
.reply_input.bottom .heart span{
	color: #d3d3d3;
	transition: all 0.5s;
}
.media_wrapper .media:last-child .reply_input.bottom {
    border: 0px;
}


/* =============================================
	Contact Page Start
=============================================== */
#contact.contact{
	background-image: none;
	background-color: transparent;
}
#contact.contact p{
	font-size: 20px;
	margin-bottom: 20px;
	color: #d01e23;
}
#contact.contact .box {
	box-shadow: 0px 0px 35px rgba(0,0,0,0.13);
}
.btn.sing_up.transparent {
	background-color: transparent;
	border: 2px solid #636363;
	color: #000;
	width: 140px;
}
.contact .btn.sing_up{
	margin-right: 10px;
	width: 164px;
}
/* .btn.sing_up.transparent::before {
	display: none;
} */
.btn.sing_up.transparent:hover {
	background-color: #cf191f;
	border: 2px solid #cf191f;
	color: #cf191f;
}

.accordion_wraper{}
.accordion_wraper h4 {
	font-size: 20px;
	margin-bottom: 20px;
}
.accordion_wraper #accordion{}
.accordion_wraper #accordion .card{
	border-radius: 0px;
	border: 2px solid #e6e6e6;
	border-bottom: none;
}
.accordion_wraper #accordion .card:first-child .card-header {
	border-bottom: 2px solid #e6e6e6;
}
.accordion_wraper #accordion .card-header {
	background-color: #fff;
	padding: 5px;
}

.accordion_wraper #accordion .card-header h5{font-size: 14px;}
.accordion_wraper #accordion .card-header h5 button strong{font-size: 15px;}
.accordion_wraper #accordion .card-header h5 button {
	font-size: 14px;
	color: #000;
	width: 100%;
	text-align: start;
	position: relative;
}
.accordion_wraper #accordion .card-header h5 button::after {
	content: '';
	background: url('images/contact/up_icon.png') no-repeat;
	width: 22px;
	height: 22px;
	position: absolute;
	right: 20px;
	top: 50%;
	transform: translateY(-50%);
}
.accordion_wraper #accordion .card-header h5 button.btn-link[aria-expanded="true"]::after {
	transform: translateY(-50%) rotate(180deg);
}
.accordion_wraper #accordion .card-body {
	background-color: #f7f7f7;
	overflow: hidden;
	padding: 20px 20px;
}
.accordion_wraper #accordion:last-child .card-body {
	border-bottom: 1px solid #eaeaea;
}
.accordion_wraper #accordion .card-header h5 button img {
    margin-right: 10px;
    float: left;
}
.accordion_wraper #accordion .card-body ul {
	flex-direction: column;
	align-items: start;
	width: 100%;
}
.accordion_wraper #accordion .card-body ul li{}
.accordion_wraper #accordion .card-body ul li a {
	margin: 0;
	line-height: 30px;
	margin-bottom: 16px;
	color: #000;
	font-size: 15px;
	text-align: start;
	display: flex;
	align-items: center;
}
.accordion_wraper #accordion .card-body ul li a i {
	color: #d01920;
	width: 20px;
	text-align: start;
}
.accordion_wraper #accordion ul li a span{
	display: block;
}
.map{}
.map iframe {
	width: 100%;
	min-height: 400px;
	border: 3px solid #eeeeee;
}
footer .bottom {
    padding: 30px 0px 30px;
}

.blog_user {
    display: flex;
    align-items: center;
}
body.contact section.clienti.asociative {
    border-top: 0px;
}

/*chandu*************
 * *******************************/

.practica .box {
    width: 100%;
}


#media.blog .card a.media_image {
    height: 220px;
    display: block;
    overflow: hidden;
}

@media (max-width : 991px) {
section#home_banner img {
    position: absolute;
    width: 100%;
    top: 0;
    min-height: 200px;
}

section#home_banner {
    padding-top: 70px !important;
    background-color: #d72018;
    margin-top: 100px;
    padding-bottom: 70px;
}
#home_banner .container.text-center {
    margin-top: 0;
    position: relative;
}
	#home_banner h1 {
    margin-top: 0;
}
		#home_service, #home_cusult, #counter, #testimonial, .clienti, #blog, #newsletter, #contact, .client, .echipa_pop_up {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
}
	.practica .box {
    margin-bottom: 30px;
    width: 100%;
}
	.read_more_text {
    left: 26px !important;
}
	.user_about .read_more_text {
    left: 15px !important;
}
	.echipa_pop_up .user_img {
    display: block !important;
}
}
@media only screen and (max-width: 991px) and (min-width: 768px){
section#home_banner {
    margin-top: 90px;
}
}
 @media (max-width : 767px) {
.order1 {
    order: 1;
    margin-top: 40px;
}
 nav ul.menu li > a {
    font-size: 15px;
    line-height: 50px;
}
}

/* =============================================
	Media Screen Start
=============================================== */
/* Mac, Wide Screens */
@media (max-width : 2560px) {

}

/* Large Devices, Wide Screens */
@media (max-width : 1920px) {

}

/* Large Devices, Wide Screens */
@media (max-width : 1600px) {

}

/* Laptop Screens, Wide Screens */
@media (max-width : 1440px) {
	#testimonial_area .owl-prev {
		left: 0px;
	}
	#testimonial_area .owl-next {
		right: 0px;
	}
	#testimonial #testimonial_area .box {
		max-width: 900px;
		margin: 0 auto;
	}
	nav ul.menu li:last-child .sub_menu {
		left: -170px;
	}
	.echipa_pop_up .user_about {
		margin-top: 75px;
	}
}

/* Laptop Screens, Wide Screens */
/* @media (max-width : 1400px) {
	.banner.service {
		min-height: 400px;
	}
}
 */
/* Large Devices, Wide Screens */
@media (max-width : 1280px) {

}

/* Large Devices, Wide Screens */
@media (max-width : 1200px) {
	#top-toolbar {
		padding: 5px 10px;
	}
	nav {
		padding: 15px 10px;
	}
	.blog .card .card-body h5 a {
		font-size: 18px;
	}
	.blog .card .card-body p {
		line-height: 26px;
	}
	.blog .card .card-footer {
		padding: 15px 0px;
	}
}

/* Large Devices, Wide Screens */
@media (max-width : 1024px) {
	.client.service .client_box p {
	    line-height: 26px;
	    font-size: 14px;
	}
	.practica .text-wrap,
	.noastra {
	    padding: 60px 0px;
	}
	.practica_banner .text p {
	    line-height: 26px;
	    font-size: 15px;
	    margin-bottom: 30px;
	}
	.practica .box h4 {
	    font-size: 25px;
	    margin-bottom: 25px;
	}
	.practica .box p {
	    line-height: 26px;
	}
	.clienti #clienti_area .box {
	    max-width: 100%;
	}
	#home_banner {
	    /* padding: 150px 0px; */
	}
	.reply_box .media-body {
		font-size: 14px;
		line-height: 24px;
		margin-top: 15px;
	}
	.reply_input.bottom {
		margin-bottom: 30px;
	}
	.blog.single p {
		font-size: 14px;
	}
	.blog.single p.title {
		font-size: 16px;
	}
	.blog.single p.text_italic {
		font-size: 15px;
	}
	.blog.single .container .blog_banner {
		margin: 25px 0px 30px;
	}
	.blog.single p {
		font-size: 14px;
		line-height: 22px;
		margin-bottom: 30px;
	}
	.blog.single h5.card-title {
		font-size: 22px;
		padding: 30px 0px 5px;
	}

	.accordion_wraper #accordion .card-header h5 button {
		font-size: 13px;
	}
	.accordion_wraper #accordion .card-header h5 button strong {
		font-size: 13px;
	}
	.accordion_wraper #accordion .card-body ul li a {
		line-height: 22px;
		font-size: 14px;
	}
	#contact.contact .box {
		padding: 35px;
	}
	#contact.contact p {
		font-size: 17px;
	}
	.echipa_pop_up .user_about p {
		font-size: 14px;
		line-height: 26px;
	}
	.echipa_pop_up .user_about h3 {
		font-size: 21px;
	}
	.echipa_pop_up .user_contact .box .user_link h5 {
		font-size: 16px;
	}
	.echipa_pop_up .user_about {
		margin-top: 50px;
	}
	.echipa_pop_up .user_contact .box .user_link a {
		font-size: 14px;
	}
	.echipa_pop_up .user_details h3 {
		font-size: 20px;
	}
	.blog .card .card-body h5 {
		margin-bottom: 10px;
	}
	.blog .card .card-body h5 {
		margin-bottom: 10px;
	}
	.blog .card .card-body {
		padding: 30px 20px 16px;
	}
	.blog {
		padding: 50px 0px 80px;
	}
	.blog .card .card-body h5 a {
		font-size: 16px;
	}
	#blog_banner {
		/* padding: 100px 0px; */
	}
	#blog .card .card-body h5.card-title {
		font-size: 18px;
	}
	h2 {
		font-size: 24px;
		margin-bottom: 36px !important;
	}
	#home_service,
	#home_cusult,
	#counter,
	#testimonial,
	.clienti,
	#blog,
	#newsletter,
	#contact,
	.client {
		padding: 60px 0px;
	}
	#home_service p {
		font-size: 14px;
		line-height: 28px;
	}
	#blog .card .card-body h5.card-title {
		font-size: 17px;
	}
	#blog .card .card-body p.card-text {
		font-size: 14px;
		line-height: 22px;
		margin-bottom: 15px;
	}
	.red_link {
		position: relative;
		font-size: 14px;
		transition: all 0.5s;
	}
	#home_cusult p {
		margin-bottom: 5px;
	}
	#counter h3 {
		height: 60px;
	}
	#counter h3 span {
		font-size: 40px;
	}
	.reply_input {
		margin-bottom: 20px;
	}
	.reply_input.bottom {
		margin-bottom: 10px;
	}
	.blog {
		padding: 50px 0px 50px;
	}
	#testimonial #testimonial_area .box > .testi_sym::before {
		width: 18px;
		height: 100%;
	}
	#testimonial #testimonial_area .box > .testi_sym::after {
		width: 18px;
		height: 26px;
	}
}

/* Medium Devices, Desktops */
@media (max-width : 991px) {

	.banner.service {
		min-height: inherit;
		overflow: initial;
	}
	.client.service .client_box p {
	    font-size: 14px;
	    line-height: 26px;
	}
	.echipa_pop_up .user_contact .box {
	    margin-right: 10px;
	}
	.noastra .card .card-body p {
	    line-height: 24px;
	}
	.noastra .card .card-body {
	    padding: 20px 10px;
	}
	.noastra p {
	    font-size: 15px;
	    line-height: 22px;
	}
	header nav ul.menu li {
	    margin-right: 2vw;
	}
	.sing_up {
		width: 170px;
	}
	.blog.single p {
		font-size: 13px;
	}
	.blog.single h5.card-title {
		font-size: 20px;
	}
	.accordion_wraper #accordion .card-body ul li a {
		font-size: 12px;
	}
	#contact.contact .form-control {
		height: 43px;
		margin-bottom: 15px;
	}
	h2 {
		font-size: 22px;
		margin-bottom: 25px !important;
	}
	.accordion_wraper h4 {
		font-size: 18px;
	}
	.accordion_wraper #accordion .card-body ul li a {
		display: flex;
	}
	.accordion_wraper #accordion .card-body ul li a i {
		line-height: 20px;
	}
	.map iframe {
		min-height: 300px;
	}
	.contact .btn.sing_up {
		margin-right: 10px;
		width: 145px;
		margin-bottom: 30px;
	}
	.accordion_wraper #accordion .card-header h5 button::after {
		background-size: contain;
		width: 20px;
		height: 20px;
		right: 0px;
	}
	.accordion_wraper #accordion .card-header h5 button span {
		display: flex;
		flex-direction: column;
		float: left;
	}
	.accordion_wraper #accordion .card-header h5 button {
		align-items: center;
	}
	#contact.contact .box {
		padding: 35px 25px;
	}
	.echipa_pop_up .user_img {
		float: none;
		width: 100%;
	}
	.echipa_pop_up .user_about p {
		font-size: 13px;
		line-height: 24px;
	}
	.echipa_pop_up .user_about h3 {
		font-size: 18px;
	}
	header {
		width: 100%;
		margin: 0 auto;
	}
	.client_box {
		padding: 25px;
	}
	#blog_banner {
		/* padding: 90px 0px; */
	}
	#blog_banner h1 {
		font-size: 38px;
	}
	.search_bar .user a {
		font-size: 18px;
	}
	.blog .card .card-body h5 a {
		line-height: 22px;
	}
	.blog .card .card-body p {
		font-size: 13px;
		line-height: 22px;
	}
	h2 {
		font-size: 22px;
	}
	h2 span {
		font-size: 14px;
	}
	p, ul, ol, li{
		font-size: 14px;
	}
	#home_service, #home_cusult, #counter, .clienti, #testimonial, #blog, #newsletter, #contact,
	.client, .echipa_pop_up {
		/*padding: 50px 0px;*/
		 padding: 140px 0;
	}
	nav ul.menu li {
		margin-right: 30px;
	}
	#home_banner {
		padding: 50px 0px 0px;
	}
	.banner h1 {
		font-size: 40px;
	}
	.banner h1 span {
		font-size: 27px;
	}
	#home_service p {
		line-height: 24px;
	}
	#counter p {
		font-size: 14px;
	}
	#testimonial #testimonial_area .box .user .name p {
		font-size: 14px;
	}
	#testimonial #testimonial_area .box .user .name span {
		font-size: 13px;
	}
	#blog .card .card-body {
		padding: 25px;
	}
	#blog .card .card-body h5.card-title {
		font-size: 16px;
	}
	#testimonial #testimonial_area .box {
		max-width: 650px;
	}
	#testimonial #testimonial_area .box > p {
		line-height: 26px;
	}
	#testimonial_area .owl-dot {
		width: 15px;
		height: 15px;
	}
	.client_box .header h4 {
		font-size: 18px;
	}
	.clienti h2 {
		font-size: 22px;
	}
	header nav {
		padding: 15px 10px;
		box-shadow: 0px 2px 3px rgba(0,0,0,0.10);
	}
	.reply_input .heart span {
		font-size: 14px;
	}
	.reply_input .heart i {
		font-size: 17px;
	}
	.clienti #clienti_area .box{
		margin-bottom: 50px;
	}

	.clienti #clienti_area .owl-stage-outer .box{
		margin-bottom: 0px;
	}
	body.contact section.clienti.asociative {
	    border-top: 0px;
	    padding-bottom: 0px;
	}
	footer .clienti #clienti_area {
       width: 100%;
       margin-bottom: 60px;
    }
    #clienti_area .owl-dots, #colaborari .owl-dots.disabled, #atestare .owl-dots.disabled {
         margin: 20px 0px 0px;
    }
}

/* Medium Devices, Desktops */
@media (max-width : 980px) {

}

/* Small Devices, Tablets */
@media (max-width : 767px) {
	.practica .box h4 {
	    font-size: 22px;
	    margin-bottom: 15px;
	}
	.practica .box p {
	    line-height: 24px;
	    font-size: 13px;
	}
	.practica_banner .text p {
	    line-height: 24px;
	    font-size: 13px;
	    margin-bottom: 30px;
	}

	.client_box .header h4 {
	    margin-top: 20px;
	}
	.client_box .header {
	    align-items: start;
	    flex-direction: column;
	    justify-content: start;
	}
	.blog_pagination ul {
	    display: flex;
	    justify-content: center;
	}
	.blog_pagination ul li a {
	    font-size: 16px;
	}
	footer ul.social_icon_2.float-right.d-flex {
	    justify-content: center;
	    display: flex;
	    width: 100%;
	}
	.blog.single p.text_italic {
		font-size: 14px;
	}
	.blog.single .blog_user .user_details h4 {
		font-size: 14px;
	}
	.blog.single .blog_user .user_details p {
		margin-bottom: 0px;
		font-size: 13px;
	}
	.reply_box .media-body {
		font-size: 13px;
		line-height: 22px;
	}
	.social_icon_2 {
		/* float: none !important; */
		margin: 10px auto 0;
		justify-content: end;
		text-align: end;
	}
	nav ul.menu li {
		margin-right: 0px;
	}
	.echipa_pop_up .user_contact .box .user_link h5 {
		font-size: 14px;
	}
	.echipa_pop_up .user_contact .box .user_link a {
		font-size: 13px;
	}
	.echipa_pop_up .user_contact .box {
		margin-right: 10px;
	}
	.clienti h2 {
		font-size: 20px;
	}
	.client_box {
		padding: 25px;
	}
	.client_box p,
	.client.service .client_box p {
		font-size: 13px;
		line-height: 26px;
	}
	.client_box .header h4 {
		font-size: 18px;
	}
	#blog_banner {
		/* padding: 50px 0px; */
	}
	#blog_banner h1 {
		font-size: 28px;
	}
	.blog {
		padding: 30px 0px 50px;
	}
	.blog_user {
		margin-bottom: 15px;
	}
	.blog_user .user_details h4 {
		font-size: 15px;
	}
	.blog_user .user_details p {
		font-size: 12px;
	}
	.blog .card .card-body {
		padding: 25px 15px 15px;
	}
	nav ul.menu li > a {
		padding: 0px 0px;
		display: block;
	}
	body {
		overflow-x: hidden;
	}
	#nav-icon {
		display: block;
	}
	nav ul.menu {
		width: 300px;
		padding: 85px 30px 30px;
		background-color: #fff;
		position: fixed;
		right: 0%;
		top: -150vh;
		display: block;
		z-index: 999;
		overflow-y: auto;
		height: 100%;
	}
	nav ul.menu.active {
		top: 0vh;
	}
	nav ul.menu li ul.sub_menu {
		position: static;
		width: 100%;
		opacity: 1;
		visibility: visible;
		display: none;
		overflow-y: auto;
		transform: translateY(0px);
		box-shadow: none;
		padding: 0;
		padding-left: 20px;
		transition: inherit;
	}
	.dropdown_menu.open .sub_menu {
		display: block;
	}
	h2 {
		font-size: 20px;
		margin-bottom: 30px !important;
	}
	h2 span {
		font-size: 12px;
	}

	#home_service, #home_cusult, #counter, #testimonial, .clienti, #blog, #newsletter, #contact,
	.client, .echipa_pop_up {
		/*padding: 50px 0px;*/
		 padding: 140px 0;
	}
	#home_service img {
		margin-top: 30px;
	}
	#home_cusult img {
		margin-bottom: 30px;
	}
	#counter .box {
		text-align: center;
	}
	#counter h3 {
		font-size: 14px;
		margin-bottom: 10px;
	}
	#counter h3 span {
		font-size: 36px;
	}
	#testimonial_area .owl-nav {
		top: 410px;
		left: 0%;
		transform: translateY(-50%);
		width: 10%;
		margin: 0 auto;
		right: 0;
	}
	#testimonial {
	    padding: 50px 0px 100px;
	}
	#testimonial #testimonial_area .box > p {
		line-height: 26px;
		padding: 10px 0px 0px 0px;
	}
	#testimonial #testimonial_area .box > p::before {
		width: 18px;
		left: -30px;
	}
	#testimonial #testimonial_area .box > p::after {
		width: 18px;
		right: -30px;
	}
	#testimonial #testimonial_area .box {
		max-width: 480px;
	}
	#blog .card {
		width: 70%;
		margin: 0 auto 30px;
	}
	#blog .card:nth-child(3) {
		margin-bottom: 0px;
	}
	#newsletter .form-control {
		margin-bottom: 20px;
	}
	.sing_up {
		width: 160px;
		height: 43px;
		line-height: 43px !important;
		font-size: 13px;
	}
	#newsletter .form-control {
		height: 43px;
	}
	.form-control {
		margin-bottom: 20px;
		height: 43px;
	}
	#contact .box {
		padding: 40px;
	}
	.form-control::placeholder {
		font-size: 13px;
	}
	footer .clienti #clienti_area {
		margin-bottom: 30px;
	}
	footer .bottom {
		text-align: center;
	}
	footer .clienti #clienti_area {
         margin-bottom: 60px;
    }
}

/* Small Devices */

@media (max-width : 700px) {
	.practica_banner .lady_img {
	    margin-right: 0px;
	    margin-bottom: 30px;
	}
	.practica_banner .container {
	    display: flex;
	    flex-direction: column;
	    justify-content: center;
	    align-items: center;
	}
}
@media (max-width : 640px) {}

/* Small Devices */
@media (max-width : 575px) {
	.wpcf7-form-control-wrap .wpcf7-form-control.g-recaptcha.wpcf7-recaptcha > div {
	    width: 100% !important;
	    transform: scale(0.8) translateX(-30px) !important;
	}
	.rc-anchor-logo-portrait {
		margin: 10px 0 0 5px;
	}
	.rc-anchor-normal .rc-anchor-content {
		width: 150px;
	}
	.noastra p {
	    font-size: 14px;
	    line-height: 22px;
	}
	.practica .box {
	    margin-bottom: 30px;
	}
	.practica_banner .lady_img{
		text-align: center;
	}
	.practica_banner .lady_img img {
	    width: 70%;
	}
	.clienti.asociative #clienti_area .box {
	    margin: 0 auto 30px;
	}
	.blog .card .card-footer ul li {
		font-size: 14px;
	}
	.blog .card .card-footer ul li i {
	    font-size: 16px;
	}
	.blog .card .card-body h5 a {
		font-size: 14px;
	}
	.blog.single p {
		margin-bottom: 25px;
	}
	.blog.single h5.card-title {
		font-size: 17px;
	}
	.blog.single h5.card-title {
		padding: 20px 0px 5px;
	}
	.blog.single p {
		font-size: 12px;
	}
	.blog.single p.text_italic {
		font-size: 13px;
	}
	.blog.single p.title {
		font-size: 15px;
	}
	.accordion_wraper #accordion .card-header h5 button span {
		overflow: hidden;
		width: 90%;
		height: 100%;
	}
	#contact.contact .box {
		padding: 35px 10px;
	}
	.echipa_pop_up .user_about .red_link {
		font-size: 13px;
	}
	.echipa_pop_up .user_about h3 {
		font-size: 16px;
		margin-bottom: 6px;
	}
	.echipa_pop_up .user_contact {
		margin-top: 25px;
	}
	.echipa_pop_up .user_details h3 {
		font-size: 16px;
	}
	.echipa_pop_up .user_details p {
		font-size: 14px;
	}
	footer .bottom {
	    padding: 30px 0px 30px;
	}
	.bottom .social_icon_2 li a {
		font-size: 13px;
	}
	.bottom .social_icon_2 li{
		margin: 0px 0px 10px 0px;
	}
	.bottom .social_icon_2.float-right.d-flex {
		flex-direction: column;
		justify-content: center;
		align-items: center;
		width: 100%;
		margin-top: 10px;
	}
	.echipa_pop_up .user_about {
		margin-top: 30px;
	}
	.echipa_pop_up .user_img {
		display: flex;
		justify-content: center;
		margin-bottom: 30px;
	}
	.social_icon_2 li {
		margin-left: 10px;
	}
	.social_icon_2 li a span {
		display: none;
	}
	.clienti h2 {
		font-size: 18px;
	}
	.client_box .header h4 {
		font-size: 16px;
	}
	.client .col-sm-6.col-md-6.d-flex.align-items-stretch:first-child .client_box {
		margin-top: 0;
	}
	#blog_banner {
		/* padding: 50px 0px; */
	}
	#blog_banner h1 {
		font-size: 28px;
	}
	.search_bar .search_box {
		width: 250px;
	}
	.search_bar .user a {
		font-size: 16px;
	}
	.social_icon_2 {
		/*! float: none !important; */
		display: inline-flex !important;
		margin-top: 10px;
	}
	.social_icon {
		/*! float: none !important; */
		justify-content: center;
	}
	.social_icon_2 {
		/*! float: none !important; */
		margin-top: 10px;
		justify-content: center;
		flex-direction: row;
		align-items: center;
	}
	.social_icon_2 li a {
		margin: 0px 0px 0px;
		font-size: 16px;
	}

	#blog .card .card-body h5.card-title {
		font-size: 14px;
		margin-bottom: 5px;
	}
	nav ul.menu {
		width: 100%;
	}
	.sing_up {
		width: 130px;
		font-size: 13px;
	}
	#top-toolbar {
		padding: 10px 0px 10px;
	}
	.social_icon_2 {
		display: flex !important;
		margin-top: 0px;
		justify-content: end;
	}
	footer .bottom p {
		font-size: 13px;
	}
	.clienti #clienti_area .box{
		margin-bottom: 0px;
	}
	.clienti #clienti_area .col-12.col-sm-6:last-child .box {
		margin-bottom: 0px;
	}
	.clienti.asociative #clienti_area .box {
		margin: 0 auto 30px;
	}
	h2 {
		font-size: 18px;
		margin-bottom: 30px;
	}
	#newsletter .form-control {
		height: 45px;
	}
	.form-control::placeholder {
		font-size: 13px;
	}
	#contact .box {
		padding: 25px;
	}
	.form-control {
		height: 45px;
	}
	#blog .card .card-body {
		padding: 20px;
	}
	#blog .card .card-body p.card-text {
		font-size: 13px;
	}
	#blog .card {
		width: 80%;
	}
	#testimonial {
		padding: 50px 0px;
	}
	#testimonial .owl-carousel .owl-stage-outer {
		margin-bottom: 30px;
	}
	#counter h3 {
		font-size: 13px;
	}
	#counter p {
		font-size: 13px;
	}
	#counter h3 span {
		font-size: 30px;
	}
	#testimonial #testimonial_area .box .user img {
		margin-right: 0px;
	}
	#testimonial #testimonial_area .box .user .name {
		margin-top: 20px;
	}
	#testimonial #testimonial_area .box .user {
		padding-left: 0px;
		flex-direction: column;
		justify-content: center;
		text-align: center;
	}
	#testimonial_area .owl-nav {
		display: none;
	}
	.red_btn {
		font-size: 14px;
		padding: 12px 20px;
	}
	#counter .box {
		margin-bottom: 30px;
	}
	p, ul, ol, li {
		font-size: 13px;
	}
	#home_service p {
		font-size: 13px;
		line-height: 26px;
	}
	.banner h1 {
		font-size: 30px;
		line-height: 37px;
		margin-bottom: 25px;
	}
	.banner h1 span {
		font-size: 17px;
	}
	.banner a {
		width: 185px;
		height: 50px;
		line-height: 50px;
		font-size: 16px;
		margin-top: 0px;
	}
}
@media (max-width : 560px) {

}

/* Extra Small Devices, Phones */
@media (max-width : 480px) {
}
@media (max-width : 400px) {
	.echipa_pop_up .user_details {
	    text-align: center;
	}
	.echipa_pop_up .user_contact {
	    display: flex;
	    justify-content: center;
	    flex-direction: column;
	    align-items: center;
	    text-align: center;
	}
	.echipa_pop_up .user_contact .box {
	    margin-right: 10px;
	    width: 100%;
	    margin-bottom: 30px;
	}
	.client_box .header {
	    align-items: start;
	    flex-direction: column;
	    justify-content: start;
	}
	.client_box .header h4 {
	    margin-top: 20px;
	}
	.search_bar .search_box {
		width: 100%;
	}
	.search_bar .user {
		margin-top: 10px;
	}
	.search_bar {
		display: flex;
		flex-direction: column;
		align-items: center;
		padding: 15px;
	}
	section.noastra .col-10.col-sm-6.col-md-6.col-lg-4.d-flex.align-self-stretch,
	.blog .col-10.col-sm-6.col-md-5.col-lg-4.d-flex.align-items-stretch {
		max-width: 100%;
		flex-grow: 1;
	}
}
@media (max-width : 365px){
	.accordion_wraper #accordion .card-body {
		padding: 20px 10px;
	}
	#contact.contact p {
		font-size: 15px;
	}
	.accordion_wraper h4 {
		margin-top: 30px;
	}
	.contact .btn.sing_up {
		margin-bottom: 0px;
		display: flex;
		justify-content: center;
	}
}
/* Extra Small Devices, Phones, Landscape */
@media (max-width : 480px) and (orientation: landscape) {

}

/* Custom, iPhone Retina */
@media (max-width : 320px) {

}

/* Custom, iPhone Retina, Portrait */
@media (max-width : 320px) and (orientation: portrait) {

}


.reply_input .form-group button:hover i{
	animation: send 1s 1;
}

@keyframes send{
	0%{
		transform: translate(0);
		opacity: 1;
	}
	100%{
		transform: translate(30px,-10px);
		opacity: 0;
	}
}


.reply_input.bottom .heart:hover i{
	color: #cf191f;
}
.reply_input.bottom .heart:hover span{
	color: #cf191f;
}
.reply_input .form-group button:focus {
	box-shadow: 0px 0px 1px #cf191f;
}
body.client,
body.blog_single,
body.contact,
body.echipa,
body.echipa_pop_up,
body.media,
body.service,
body.blog {
	padding: 0;
	display: block;
}
.noastra .card .card-body .social_icon_2 li a span {
    display: block;
}
body.echipa section.clienti.asociative {
    padding-bottom: 0px;
}
.blog_pagination {
	box-shadow: none;
}

/* ===upadate css 26-03-18===== */
body.echipa section.clienti.asociative {
    padding-bottom: 40px;
}

@media (max-width : 1024px){
	#blog_banner {
		/* padding: 80px 0px; */
	}
	#blog_banner h1 {
		font-size: 32px;
	}
}
@media (max-width : 991px){
	#blog .card .box-img.card-image, .blog .card .card-image {
		max-height: 100%;
		overflow: hidden;
		height: 130px;
	}
	body.index .clienti.asociative,
	.clienti.asociative {
		padding-bottom: 0;
	}
	.blog_pagination {
		display: flex;
		justify-content: center;
	}
	body.echipa section.clienti.asociative {
	    padding-bottom: 0px;
	}

}
@media (max-width : 768px){
	.client_box .header{
		display: block;
	}
	.banner a {
		width: auto;
		height: auto;
		line-height: inherit;
		font-size: 16px;
		margin-top: 0px;
		padding: 10px 20px;
	}
}
@media (max-width : 575px){
	.clienti #clienti_area .col-12.col-sm-6:last-child .box {
	    margin-bottom: 30px !important;
	}
	footer .clienti #clienti_area {
        margin-bottom: 50px;
    }
    #clienti_area .owl-dots, #colaborari .owl-dots.disabled, #atestare .owl-dots.disabled {
        margin: 0px 0px 0px;
    }
}
@media (max-width : 365px){
	.contact .btn.sing_up {
		margin-bottom: 0px;
		display: block;
	}
}

.page-numbers{
	border: 0 none;
    color: #000;
    font-size: 20px;
    font-weight: 600;
    padding: 0 10px 0 0;
    transition: all 0.5s ease 0s;
}

.round_image{
	border-radius: 50%;
}

input[type="submit"] {
	background-color: transparent !important;
	border: 0 !important;
	width: 100% !important;
	height: 100% !important;
	border-radius: 0;
	color: inherit;
	font-weight: 500 !important;
	cursor: pointer;
	position: absolute;
	left: 0;
	top: 0;
}

#close {
 position: absolute;
 right: -45px;
 top: 50%;
 color: #fff;
 font-size: 18px;
 transform: translateY(-50%);
 cursor: pointer;
}
/*
#simpleAjaxDislike{
	display:none;
}
*/
.fa-thumbs-o-up{
	display:none;
}
/*
a#simpleAjaxLike {
    color: #d3d3d3;
}
*/
.col-md-12.no_records_found {
    padding-top: 55px;
}
/* 05-04-18 */
#map {
	position: relative;
}
/*#map::before {
	content: "\f041 ";
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	font-family: 'fontawesome';
	font-size: 50px;
	color: #cf191f;
} */





/*=========== 05-04-2018 ================*/
/*--main--*/
/* .w3-wrap {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 100%;
} */
.w3-main {
    background:#fff;
    width: 53%;
	margin: 2em auto;
	background-color: #efefef;
}
.agile-info {
    padding: 60px 0px;
}
.agile-info h2 {
	font-size: 12em;
	color: #d01920;
	line-height: 1;
	font-weight: 100;
	letter-spacing: 20px;
	padding: 0;
	margin: 0;
}
.agile-info h2::before {
	display: none;
}
.agile-info h3 {
	font-size: 38px;
	text-transform: uppercase;
	color: #d01920;
	line-height: 1.5;
	font-weight: 100;
	letter-spacing: 2px;
	margin-top: 12px;
}
 .agile-info p {
    font-size: 18px;
	color: rgba(0, 0, 0, 0.71);
    text-transform: capitalize;
    letter-spacing: 6px;
    margin-bottom: 46px;
}
.agile-info a {
	font-size: 15px;
	text-transform: uppercase;
	color: white;
	/* border: 2px solid #000; */
	padding: 0;
	/* border-radius: 20px; */
	letter-spacing: 1px;
	display: inline-block;
	margin-top: 8px;
	background: #d01920;
	font-family: 'Open Sans', sans-serif;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-o-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-ms-transition: 0.5s all;
}

.agile-info a:hover {
	color: #d01920;
}
/*--responsive--*/
@media(max-width:1440px){
	.w3-main {
		width: 55%;
	}

}
@media(max-width:1366px){
	.w3-main {
		width: 58%;
	}

}
@media(max-width:1280px){
	.w3-main {
		width: 64%;
	}
}
@media(max-width:1024px){
	.w3-main {
		width: 76%;
	}

}
@media(max-width:991px){
	.w3-main {
		width: 76%;
	}
}
@media(max-width:800px){
	.w3-main {
		width: 90%;
	}

	.agile-info {
		padding: 46px 0px;
	}
}
@media(max-width:768px){
	.w3-main {
		width: 91%;
		margin: 4em auto 0;
	}
	.agile-info {
		padding: 145px 0px;
	}
}
@media(max-width:736px){
	.w3-main {
		width: 94%;
		margin: 2em auto 0;
	}

	.agile-info {
		padding: 40px 0px;
	}
	.header h1 {
		margin: 0.5em 0em;
	}
}
@media(max-width:667px){
	.agile-info h2 {
		font-size: 11em;
	}
	.agile-info {
		padding: 35px 0px;
	}

	.header h1 {
		margin: 0.4em 0em;
	}
}
@media(max-width:640px){
	.header h1 {
		font-size: 48px;
	}
}
@media(max-width:600px){
	.header h1 {
		letter-spacing:8px;
		font-size: 44px;
	}
	.w3-main {
		margin: 2em auto 0;
	}
	.agile-info h2 {
		font-size: 10em;
	}

	.footer-w3l p {
		margin: 2em 0.8em;
		line-height: 26px;
	}
}
@media(max-width:480px){
	.header h1 {
		letter-spacing: 6px;
		font-size: 40px;
	}
	.agile-info h2 {
		font-size: 9em;
	}
	.agile-info h3 {
		font-size: 28px;
	}
	.agile-info p {
		font-size: 17px;
	}

	.agile-info a {
		margin-top: 0px;
	}
	.footer-w3l p {
		margin: 1.9em 0.8em;
		line-height: 27px;
	}
}
@media(max-width:414px){
	.header h1 {
		letter-spacing: 5px;
		font-size: 35px;
		margin-top: 28px;
	}
	.w3-main {
		margin: 2em auto 0;
	}
	.agile-info h2 {
		font-size: 8em;
	}
	.agile-info {
		padding: 58px 0px;
	}
	.footer-w3l p {
		margin: 1.4em 0.7em;
		line-height: 27px;
	}
}
@media(max-width:384px){
	.header h1 {
		letter-spacing: 3px;
		font-size: 35px;
		margin-top:12px;
	}
	.w3-main {
		margin: 2em auto 0;
	}
	.agile-info h2 {
		font-size: 7em;
		letter-spacing:13px;
	}
	.agile-info {
		padding: 47px 0px;
	}
	.footer-w3l p {
		margin: 1.4em 0.3em;
		line-height: 23px;
	}
}
@media(max-width:375px){
	.header h1 {
		font-size: 36px;
		margin-top: 16px;
	}
}
@media(max-width:320px){
	.header h1 {
		font-size: 30px;
		margin-top: 16px;
		letter-spacing: 2px;
	}
	.agile-info h2 {
		font-size: 6em;
		letter-spacing: 12px;
	}
	.agile-info {
		padding: 20px 0px;
	}
	.agile-info h3 {
		font-size: 26px;
	}
	.agile-info p {
		font-size: 16px;
		letter-spacing:3px;
	}
}
/*--//responsive--*/

.page404 footer .bottom {
	border-top: 1px solid #efeded;
	margin-top: 30px;
}
.page404 .clienti.asociative {
	display: none;
}
.page404 .w3-main.text-center .agile-info h2::before {
	right: 0;
	margin: 0 auto;
}


/* @media(min-width:400px){
	body, html{
		height: 100%;
	}
	div#wrapper {
	    height: 100%;
	}
	div#wrapper {
	    height: 100%;
	    display: flex;
	    flex-direction: column;
	    justify-content: space-between;
	}
} */

/* div#wrapper {
    padding-top: 92px;
} */
/* header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
} */

/* @media(max-width:768px){
    padding-top: 102px;
} */

/* seach page */
.blog.search .card .card-body {
	padding: 25px 15px 25px;
}
.blog.search .card{
	margin-top: 0px;
}
.blog.search .wrap_box{
	margin-top: 30px;
}

i.fa.icofont.icofont-heart.dislike {
    color: #d3d3d3;
    background-color: #d3d3d3 ;
}


i.icofont.icofont-heart.dislike {
    color: #d3d3d3;
}

/*add this class*/
a#simpleAjaxLike:hover, a#simpleAjaxDislike:hover {
    color: #CB0022;
}

.practica_banner .lady_img img {
 width: 100%;
}

/* nav ul.menu {
 display: flex;
 transition: all 0.5s;
 margin-bottom: 0;
} */

.comment-reply-title{
	font-size: 30px;
	padding: 25px 0px;
}

#commentform #submit{
	position:relative;
}

#submit::before {
    background-color: #fff !important;
    content: "" !important;
    height: 100% !important;
    left: 0 !important;
    position: absolute !important;
    top: 0 !important;
    transform: scaleX(0) !important;
    transition: all 0.5s ease 0s !important;
    width: 100% !important;
    z-index: -1 !important;
}
#submit{
	-moz-user-select: none !important;
    border: 1px solid transparent !important;
    border-radius: 0.25rem !important;
    display: inline-block!important;
    font-size: 1rem !important;
    font-weight: 400 !important;
    line-height: 1.5 !important;
    padding: 0.375rem 0.75rem !important;
    text-align: center !important;
    /* transition: color 0.15s ease-in-out 0s, background-color 0.15s ease-in-out 0s, border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s!important;  */
    vertical-align: middle!important;
    white-space: nowrap!important;
}

.media.comment_sub_reply {
     margin-left: 50px;
}

.comment-metadata{
	display:none;
}

a.comment-reply-link {
    color: #d3d3d3;
    transition: all 0.5s;
}

.comment-content p{
	    font-size: 15px !important;
    line-height: 28px !important;
    margin-top: 19px !important;
    margin-bottom: 20px !important;
}

span.says {
    display: none;
}
.comment-body{
	    border-bottom: 1px solid #eeeeee;
    padding-bottom: 20px;
    margin-bottom: 40px;

}

#comments .children {
    padding-left: 25px;
}

/* 09-04-18 */
a.comment-reply-link {
	position: relative;
	padding-left: 22px;
}
a.comment-reply-link::before {
	content: "\f004 ";
	position: absolute;
	top: 50%;
	left: 0;
	font-family: fontawesome;
	transform: translateY(-50%);
}
#commentform .form-submit #submit {
	position: absolute;
}
.comment-author.vcard b{
	margin-left: 10px;
}
.comment-author.vcard a {
	color: #000 !important;
}
.comment-reply-link:hover {
	color: #cf191f;
}
/*#commentform  p {*/
/*	display: flex;*/
/*}*/
.blog.single p label {
	width: 100px;
	line-height: 20px;
	width: 120px
}
#commentform .comment-form-comment, #commentform .comment-form-author, #commentform .comment-form-email, #commentform .comment-form-url {
	width: 550px;
}
#commentform p input,
#commentform p textarea{
	width: 100%;
}
.search_bar .search_box input.form-control:focus {
	box-shadow: none;
	border: 1px solid #cf191f;
}
#testimonial #testimonial_area .box > .testi_sym p {
	padding: 0px 35px;
}
.banner {
	background-size: auto 100%;
	background-position: center center;
	background-repeat: no-repeat;
}


.banner {
	display: block;
	position: relative;
}
.banner img {
	width: 100%;
	display: block !important;
	height: auto;
}
.banner .container {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: start;
	flex-direction: column;
	justify-content: center;
}
#home_banner .container.text-center {
	align-items: center;
	/*justify-content: space-between;*/
}
header {
	box-shadow: 0px 0px 5px rgba(0,0,0,0.01);
	z-index: 999;
	/* margin-bottom: -1px; */
}

.blog .card .card-footer a i{
	color: #d3d3d3;
	transition: all 0.5s;
}
.blog .card .card-footer a:hover i{
	color: #cf191f;
}
.blog .card .card-footer a {
	color: #d3d3d3;
	transition: all 0.5s;
}
.blog .card .card-footer a:hover {
	color: #cf191f;
}
.card{width:100%}
.current-menu-item a {
    color: #d01920 !important;
}
#home_banner h1 {
	margin-top: 30px;
}

section#blog_banner.media {
    display: block;
}

.blog .card img {
    width: 100%;
}
#blog .card .card-body a {
    color: #000;
    transition: all 0.5s;
}
#blog .card .card-body a:hover {
    color: #cf191f;
}
/* .client.service {
	padding-top: 30px;
} */

#single #simpleAjaxLike{
	float: left;
	width: 50px;
	vertical-align: middle;
	margin-top: 13px;
}
.homepage_link,.homepage_link:visited{
	color: #000000;
}
.homepage_link:hover{
	color: #d2191f;
}
.clienti #clienti_area .box a {
	align-items: center;
	display: flex;
	justify-content: center;
	align-items: center;
	align-content: center;
	overflow: hidden;
	height: 90%;
	width: 90%;
	margin: 0 auto;
}
/* 17-04-18 */
.practica_banner .text:last-child p {
	margin-bottom: 0;
}
.practica_banner .col-lg-7 {
	display: flex;
	justify-content: center;
	align-items: center;
}
#simpleAjaxLike {
	float: left;
	margin-right: 20px;
	display: flex;
	height: 53px;
	justify-content: center;
	align-items: center;
}
.back_btn {
	float: left;
}
.comment-list {
	margin-top: 30px;
}
#testimonial #testimonial_area .box ul li {
	padding: 0px 50px;
}
#blog .card .box-img.card-image,
.blog .card .card-image {
	max-height: 200px;
	overflow: hidden;
}
@media (max-width: 1024px){
	#testimonial #testimonial_area .box ul li {
		padding: 0px 30px;
	}
}
@media (max-width: 1024px){
	#blog .card .box-img.card-image, .blog .card .card-image {
		height: 170px;
	}
}
.read_more_text {
	color: #CB0022;
	position: absolute;
/*	bottom: 15px;*/
	left: 15px;
	cursor: pointer;
	bottom: 10px;
}
.echipa_pop_up .user_about .read_more_text{
	bottom:0px;
}
.banner {
	/*height: 100vh !important;*/
	/* margin-top: -93px; */
	padding-top: 93px !important;
}
.banner img {
	height: 100%;
	width: 100%;
	object-fit: cover;
}
header {
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
}

.col-sm-4.col-md-4.d-flex.align-items-stretch {
    padding-bottom: 15px;
}
/*.client_box .header + span {
 min-height: 155px;
 display: block;
}*/
.unset-flex {
    display: block;
}
.unset-flex .col-sm-4.col-md-4.d-flex.align-items-stretch {
    display: inline-block;
    flex: unset;
    float: left;
}
.view-data {
    display: block;
}
.qtranxs-lang-menu> a {
    display: none;
}
.sub-menu li{
float: none;
display: inline-block;
position: relative;
padding: 0px 10px;
}

/*by vinod for lang selector start 11-05*/
li#menu-item-565 ul.sub-menu > li:last-child::before {
    content: "";
    position: absolute;
    top: 50%;
    left: -3px;
    width: 1px;
    height: 15px;
    background-color: #000;
    transform: translateY(-50%);
}

li#menu-item-565 ul.sub-menu li > a {
    color: #757575;
    font-size: 13px;
    transition: all 0.5s;
    line-height: 30px;
    padding: 3px 5px;
    text-transform: uppercase;
    height: 30px;
    font-family: 'Montserrat', sans-serif;
}
li#menu-item-565 ul.sub-menu li > a:hover, ul.sub-menu li > a.active {
    color:#d01920;
}
li#menu-item-565 .sub-menu li {
    padding: 0px 0px;
    margin-right: 0px;
}
.active_menu{
    /*color:#d01920 !important; */
    background: #EFEDEE;
    font-weight: bold;
}
.qtranxs-lang-menu .active_menu {
    color: #757575 !important;
}
/*by vinod for lang selector end 11-05*/
.row .unset-flex {
 display: flex;
 justify-content: space-between;
 width: 100%;
}
.qtranxs-available-languages-message
{
    display:none;
}

/* 15-06-18 CSS */

.clienti.asociative h2 {
 margin-bottom: 60px;
}
footer .clienti.asociative {
 padding-bottom: 50px;
}
#colaborari .col-12.col-sm-6.box_wrap,
#atestare .col-12.col-sm-6.box_wrap {
 max-width: 100%;
 padding: 0px;
 border: 0;
 width: 100%;
}
#colaborari .col-12.col-sm-6.box_wrap .box,
#atestare .col-12.col-sm-6.box_wrap .box {
 width: 100%;
}
footer .clienti.asociative .col-md-12:last-child {
 position: relative;
}
footer .clienti.asociative .col-md-12:last-child::before {
 content: '';
 position: absolute;
 top: 75%;
 left: -1px;
 transform: translateY(-50%);
 width: 2px;
 height: 80%;
 background-color: #1c1c1c;
}
.owl-dots{
    display: none;
}


/*for footer navigation*/
#clienti_area .owl-dots,
#colaborari .owl-dots.disabled,
#atestare .owl-dots.disabled {
 display: block;
 text-align: center;
 margin: 10px 0px 0px;
 position: absolute;
 left: 0;
 right: 0;
}
#clienti_area .owl-dots .owl-dot,
#colaborari .owl-dots.disabled .owl-dot,
#atestare .owl-dots.disabled .owl-dot {
 width: 15px;
 height: 15px;
 background-color: #fff;
 border-radius: 50px;
 border: 1px solid red;
 display: inline-block;
 margin: 0 5px;
 transition: all 0.5s;
}
#clienti_area .owl-dots .owl-dot.active,
#colaborari .owl-dots.disabled .owl-dot.active,
#atestare .owl-dots.disabled .owl-dot.active {
 width: 15px;
 height: 15px;
 background-color: red;
 border-radius: 50px;
 border: 2px solid red;
}
#clienti_area.homepageClient .owl-dots,
#clienti_area .owl-nav  {
    display: none;
}
.mc4wp-response{
    color:#d01920;
}

/*courses single page*/
.traineri{
	width:100%;
}
.trainer{
	width:100%;
	display:flex;
	margin-bottom:30px;
	padding-bottom:15px;
	border-bottom:1px solid #eee;
}
.trainerimage{
	margin-right:2%;
	margin-bottom:20px;
}
.trainerimage img{
		border: 1px solid #eee;
			padding:10px;
}
.infotrainer h3{
	font-size:20px;
	text-align:left;
	font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
	color:#d01920;
		font-weight: bold;
		margin-bottom: 0;
		padding-bottom: 0;
}
.infotrainer h4{
	font-size:18px;
	text-align:left;
	font-style: italic;
	font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
	color:#000;
	font-weight: normal;
	margin-top: 0;
	padding-top: 0;
}
.descrieretrainer{
	font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
}
.h2traineri{
	text-align: center;
}
h2.h2traineri::before, h2.subtitlucurs::before{
	display:none;
}
h2.subtitlucurs{
	color:#fff!important;
	text-transform: none;
}
.data_cursului strong, .taxa_cursului strong{
	color:#d01920;
}
.buton_inscriere, .buton_inscriere2{
	text-align: center;
	margin-bottom:50px;
}
.buton_inscriere a{
	background:#d01920;
	color:#fff;
	font-weight:bold;
	padding:15px 30px;
}
.buton_inscriere2 a{
	background:#d01920;
	color:#fff;
	font-weight:bold;
}
.buton_inscriere a:hover{
	text-decoration: none;
	color:#fff!important;
	opacity:0.9;
}
.buton_inscriere2 a:hover{
	text-decoration: none;
	color:#d01920!important;
}
@media only screen and (max-width: 640px) {
	.trainer{
		flex-wrap: wrap;
		justify-content: center;
	}
	.infotrainer{
		width: 100%;
	}
	.infotrainer h3{
		text-align:center;
	}
	.infotrainer h4{
		text-align:center;
	}
}
/*end courses single page*/
/*courses landing page*/
.courses_container{
	display:flex;
	justify-content: space-between;
	flex-wrap: wrap;
	width:100%;
}
.uncurs{
	width: 45%;
	border:1px solid #eee;
	padding:20px;
	margin-top:25px;
	margin-bottom:25px;
}
.uncurs h2 a{
		color:#d01920;
			font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
			font-size:20px;
}
.uncurs h2 a:hover{
	color:#000;
	text-decoration: none;
}
.uncurs h2::before{
		background-color:#d01920!important;
}
.uncurs .buton_inscriere{
	margin-top: 30px;
	margin-bottom: 30px!important;
}

.aditionalcourseinfo{
	width:100%;
	margin-top: 40px;
	margin-bottom: 25px;
}
.bigh1{
	text-transform: uppercase;
	color:#fff;
}
.bigtext h1, .bigtext h2, .bigtext h3, .bigtext h4, .bigtext h5, .bigtext h6, .bigtext p{
	color:#fff;
}
.bigtext p{
	font-size:30px;
}
.lcdc_container article{
	width: 100%;
	border:1px solid #eee;
	padding: 30px;
	margin-top: 25px;
	margin-bottom: 40px;
}
.videocontainer{
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	justify-content: center;
}
.videocontainer iframe{
	margin-left:auto!important;
	margin-right:auto!important;
}
@media only screen and (max-width: 980px) {
	.uncurs{
		width: 100%;
	}
}
/*end courses landing page*/
/*overlay*/
#home_banner{
	position:relative;
}
#overlay {
  position: absolute;
  display: block;
  width: 100%;
  height: calc(100%-90px);
  top: 90px;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0,0,0,0); /* To activate the overlay put opacity 0.75 */
  z-index: 9!important;
}
.overoverlay{
	position:relative;
	z-index:99!important;
}
@media only screen and (max-width: 991px) {
	#overlay {
	  height: 100%!important; /* Full height (cover the whole page) */
	  top: 0!important;
	}
}
/*end overlay*/
/*butoane servicii*/
.butonservicii{
	background:#d01920!important;
	color:#fff;
	display:block;
	font-weight:bold;
	padding:7px 10px;
	text-decoration:none;
	text-align:center;
	font-size:26px;
	line-height:26px;
}
.butonservicii em{
	font-size:14px;
}
/* eliminat din html----
.butservleft{
	float:left;
}
.butservright{
	float:right;
	padding:7px 70px;
	margin-top:-30px;
}*/

a.butonservicii:hover{
	opacity:0.8;
	color:#fff!important;
	text-decoration:none;
}
div.read_more_text{
	display: none!important;
	visibility: hidden!important;
}
/*end butoane servicii*/

/* start completari wcd----------------------------------------*/

.flex-container-wcd {
	display:flex;
	flex-wrap: wrap;
    justify-content: center;
	align-items: center;
}

.flex-container-wcd a{
	margin: 10px;
	width: 40%;
	min-width: 210px;
}

ul.wcd-circle, li.wcd-circle {
	list-style: circle;
	margin-left: 20px;
	padding: 0 5px;
}

li.wcd-l2d::before {	
  content: url('https://hygia.ro/wp-content/uploads/2021/08/simbol-Serviciu-Learn2do_transparent-mini-e1629801483870.png');
  display: inline-block;
  margin-left: 10px;
  padding: 10px 10px 0;
}
li.wcd-l2d{
	display: flex;
	align-items: center;
	margin-bottom: 0.5rem;
}

.wcd-l2d h3 {
	line-height: 1.4;
	margin-bottom: 0;
}

.wcd-l2d-img { 
	display: block; 
	margin-left: auto; 
	margin-right: auto; 
	max-width: 480px;
	width: 100%;
	height: auto;
}
.uncurs-wcd{
	width: 90%;
	border:1px solid #eee;
	padding:20px;
	margin: 25px auto;
}
.uncurs-wcd h2 a{
   color:#d01920;
   font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
   font-size:20px;
}
.uncurs-wcd h2 a:hover{
	color:#000;
	text-decoration: none;
}
.uncurs-wcd h2::before{
	background-color:#d01920!important;
}
.uncurs-wcd .buton_inscriere{
	margin-top: 30px;
	margin-bottom: 30px!important;
}

.courses_container-wcd{
	display:flex !important;
	justify-content: center !important;
	align-items: center!important;
	flex-wrap: wrap !important;
}
#contact-inscriere{
	margin-top: 35px;
}
#accordion .card .btn{
	white-space: normal !important;
}

@media (max-width: 767px){
	h2.wcd {
	font-size: 1.5rem;
  }
	h3.wcd {
	font-size: 1.3rem;
  }
	h4.wcd{
	font-size: 1.2rem;	
  }
	.wcd-l2d-img { 
	width: 70%;
  }
}

/*pg cursuri lcdc*/
.wcd-LCDC-title-second {
	text-align: center;
	margin-bottom: 2rem;
}
.wcd-LCDC-title-second::before {
	display: none;
}

.center-align-text {
	text-align: center;
}
.comment-form-cookies-consent{
    display: flex;
    align-itmes: center;
}
.comment-form-cookies-consent #wp-comment-cookies-consent{
    width: 15px;
    margin-right: 10px;
}
#commentform .comment-form-cookies-consent label{
    width: 100%;
}

.post-1122 ul,.post-1122 li{
    list-style: disc;
    margin-left: 10px;
}

/*temp----------------------- de sters*/

#home_announcement{
    padding: 50px 0px;
    background: #f0eded;
}
#home_announcement h3{
    font-size: 1.3rem;
    font-weight: 600;
}

.lang_en #home_announcement{
    display: none;
}