.blur {
	-webkit-backdrop-filter: saturate(150%) blur(5x);
	backdrop-filter: saturate(150%) blur(5px);
	background-color: var(--whitergba6)!important
}

.blur-header {
	-webkit-backdrop-filter: blur(7px);
	backdrop-filter: blur(7px);
}



.search-top{
	width: 100%;
	height: auto;
	background: var(--dbluergba8);
	padding:25px;
	margin-top: -100px;
	position: relative;
	z-index: 10;
	-webkit-box-shadow: 0px 10px 30px -5px var(--blackrgba3);
	-moz-box-shadow: 0px 10px 30px -5px var(--blackrgba3);
	box-shadow: 0px 10px 30px -5px var(--blackrgba3);
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	-webkit-backdrop-filter: saturate(150%) blur(7x);
	backdrop-filter: saturate(150%) blur(7px);
}
.search-top label{
	font-weight: bold;
	font-size: 12px;
	text-transform: uppercase;
	color: var(--white);
}









.backdrop {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	/*background-color: var(--whitergba5)!important;*/
	display: none;
  	/*-webkit-backdrop-filter: blur(3px);
	backdrop-filter: blur(3px);*/
  	/*-webkit-backdrop-filter: saturate(150%) blur(5x);
	backdrop-filter: saturate(150%) blur(5px);*/
	z-index: 2995;
	transition: all 0.4s cubic-bezier(.7, 1, .7, 1);
}

.show-backdrop{
	visibility:visible;
	display:block;
}
.hidden-backdrop{
	visibility:hidden;
	display:none;
}


.radius7{
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
}

/*SOCIAL*/
.social-icons li a {
	background: var(--lblue2);
	color: var(--white);
}
/*SOCIAL*/
.social-icons-gray li a {
	background: var(--f4f4f4);
	color: var(--gray4);
}



.color-white {
	color: var(--white)!important
}

.color-dblue {
	color: var(--dblue2);
}

.color-lblue {
	color: var(--lblue2);
}

.color-orange {
	color: var(--orange2);
}

.bg-white {
	background: var(--white);
}

.bg-dblue {
	background: var(--dblue2);
}
.bg-f4f4f4 {
	background: var(--f4f4f4);
}
.bg-f1f1f1{
	background: var(--f1f1f1);
}
.bg-lblue {
	background: var(--lblue2);
}

.bg-orange {
	background: var(--orange2);
}
.bg-blackrgba1 {
	background: var(--blackrgba1);
}

.radius50 {
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}



.btn {
	font-family:var(--theme-font);
	font-size: 16px;
	line-height: 1.4;
	font-weight: 700;
	padding: 12px 40px;
	text-align: center;
	text-transform: uppercase;
	color: var(--white);
	border: 2px solid var(--orange2);
	background-color: var(--orange2);
	box-sizing: border-box;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
	-webkit-border-radius: 3px;
	-moz-border-radius:3px;
	border-radius:3px;

}

.btn:hover,
.btn:focus {
	background-color: var(--gray5);
	border-color: var(--gray5);
	color: var(--white);
}








.btn.btn-center {
	margin: 0 auto;
	width: auto;
	min-width: 160px
}

.btn.btn-lg {
	padding: 16px 40px;
	font-size: 16px;
}

.btn.btn-lgp {
	padding: 12px 60px;
	font-size: 16px;
}

.btn.btn-md {
	padding: 8px 20px
}

.btn.btn-sm {
	padding: 5px 25px;
}

.btn.round {
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
}

.btn.btn-mw {
	min-width: 190px
}

.btn-arrow {
	position: relative;
}

.btn-arrow span {
	display: inline-block;
	position: relative;
	-webkit-transition: all 300ms ease-out;
	-o-transition: all 300ms ease-out;
	transition: all 300ms ease-out;
	will-change: transform;
}

.btn-arrow:hover span,
.btn-arrow:focus span {
	-webkit-transform: translate3d(-1rem, 0, 0);
	transform: translate3d(-1rem, 0, 0);
}

.btn-arrow i {
	position: absolute;
	width: 1.1em;
	right: 0px;
	right: 0rem;
	opacity: 0;
	top: 49%;
	font-size: 24px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: all 300ms ease-out;
	-o-transition: all 300ms ease-out;
	transition: all 300ms ease-out;
	will-change: right, opacity;
}

.btn-arrow:hover i,
.btn-arrow:focus i {
	opacity: 1;
	right: -2rem;
}


.btn-arrow svg {
	position: absolute;
	width: 24px;
	height: 24px;
	right: 0px;
	right: 0rem;
	opacity: 0;
	top: 49%;
	font-size: 24px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: all 300ms ease-out;
	-o-transition: all 300ms ease-out;
	transition: all 300ms ease-out;
	will-change: right, opacity;
	vertical-align: text-top;
	stroke-width:0;
	fill:var(--orange2) !important;
	transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}

.btn:focus svg,
.btn:hover svg{
	fill:var(--white) !important;
	opacity: 1;
	right: -2rem;
}




.btn-orange {
	color: var(--white);
	border: 2px solid var(--orange2);
	background-color: var(--orange2);

}

.btn-orange:hover,
.btn-orange:focus {
	background-color: var(--orange3);
	border-color: var(--orange3);
	color: var(--white)
}

.btn-lblue {
	color: var(--white);
	border: 2px solid var(--lblue2);
	background-color: var(--lblue2);

}

.btn-lblue:hover,
.btn-lblue:focus {
	background-color: var(--lblue3);
	border-color: var(--lblue3);
	color: var(--white)
}

.btn-dblue {
	color: var(--white);
	border: 2px solid var(--dblue2);
	background-color: var(--dblue2);

}

.btn-dblue:hover,
.btn-dblue:focus {
	background-color: var(--dblue3);
	border-color: var(--dblue3);
	color: var(--white)
}




.btn-whatsapp {
	color: var(--white);
	border: 2px solid var(--Whats1);
	background-color: var(--Whats1);

}

.btn-whatsapp:hover,
.btn-whatsapp:focus {
	background-color: var(--Whats2);
	border-color: var(--Whats2);
	color: var(--white)
}







.site-heading h1,
.site-heading h2,
.site-heading h3 {
	display: inline-block;
	font-weight: bold;
	padding-bottom: 10px;
	margin-bottom: 0;
	position: relative;
	line-height: 1.2;
}

.site-heading p {
	margin: 0;
	margin-top: 15px;
	font-weight: 600;
	font-size: 16px;
	line-height: 1.2;
}
.site-heading h1::before,
.site-heading h2::before,
.site-heading h3::before {
	background: var(--lblue2) none repeat scroll 0 0;
	bottom: 0;
	content: "";
	height: 5px;
	left: 0px;
	position: absolute;
	width: 75px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}























.image-bl,
.image-bl img {
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}







.aboutus-item {
padding: 30px 40px 30px 40px;
border-style: solid;
border-width: 0 0 0 0;
background-color: transparent;
background-image: linear-gradient(110deg,var(--lblue2) 0%,var(--dblue2) 100%);
-webkit-box-shadow: 0px 5px 25px 0px var(--blackrgba1);
-moz-box-shadow: 0px 5px 25px 0px var(--blackrgba1);
box-shadow: 0px 5px 25px 0px var(--blackrgba1);
-webkit-border-radius: 7px;
-moz-border-radius: 7px;
border-radius: 7px;
-webkit-transition: all 0.3s ease-out 0s;
-moz-transition: all 0.3s ease-out 0s;
-ms-transition: all 0.3s ease-out 0s;
-o-transition: all 0.3s ease-out 0s;
transition: all 0.3s ease-out 0s;

}


.aboutus-item:active,
.aboutus-item:focus,
.aboutus-item:hover {
-webkit-box-shadow: 0px 5px 35px 0px var(--blackrgba3);
-moz-box-shadow: 0px 5px 35px 0px var(--blackrgba3);
box-shadow: 0px 5px 35px 0px var(--blackrgba3);

}

.aboutus-item .content-box h3 {
color:var(--white);
margin-top:0px;
margin-bottom: 15px;
font-size:20px;
font-weight: 600;
}
.aboutus-item .content-box p {
color:var(--white);
margin-top:0px;
margin-bottom:0px;
font-size:16px;
font-weight: normal;
line-height: 1;
}



.aboutus-item .icon-main {
background:transparent;
position:relative;
display: block;
margin-bottom: 20px;
}
.aboutus-item .icon-main img {
width:90px;
}

.aboutus-item .overlay {
z-index: 2;
background: transparent;
}

.overlay {
height: 100%;
width: 100%;
top: 0;
left: 0;
position: absolute;
}


.aboutus-item.bg-s1 {
background-image: linear-gradient(110deg,var(--lblue3) 0%,var(--lblue1) 100%);
background-size: 100% 100%;
}
.aboutus-item.bg-s2 {
background-image: linear-gradient(110deg,var(--lblue1) 0%,var(--lblue3) 100%);
background-size: 100% 100%;
}
.aboutus-item.bg-s3 {
background-image: linear-gradient(110deg,var(--lblue3) 0%,var(--lblue1) 100%);
background-size: 100% 100%;
}
.aboutus-item.bg-s4 {
background-image: linear-gradient(110deg,var(--dblue3) 0%,var(--lblue1) 100%);
background-size: 100% 100%;
}


.aboutus-item:active.bg-s1,
.aboutus-item:focus.bg-s1,
.aboutus-item:hover.bg-s1,
.aboutus-item:active.bg-s2,
.aboutus-item:focus.bg-s2,
.aboutus-item:hover.bg-s2,
.aboutus-item:active.bg-s3,
.aboutus-item:focus.bg-s3,
.aboutus-item:hover.bg-s3,
.aboutus-item:focus.bg-s4,
.aboutus-item:hover.bg-s4{
background-size: 200% 200%;
background-position: 50% 0% !important;
}


.cta-item {
-webkit-border-radius: 7px;
-moz-border-radius: 7px;
border-radius:7px;
-webkit-transition: all 0.3s ease-out 0s;
-moz-transition: all 0.3s ease-out 0s;
-ms-transition: all 0.3s ease-out 0s;
-o-transition: all 0.3s ease-out 0s;
transition: all 0.3s ease-out 0s;
overflow:hidden;
position:relative;
background:var(--white);
}


.bg-cover-radius {
position: relative;
z-index: 1;
background-position: center center;
background-attachment: scroll;
background-repeat: no-repeat;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
-webkit-border-radius: 7px !important;
-moz-border-radius:7px !important;
border-radius:7px !important;
overflow:hidden;
}

.bg-cover-radius:before {
top: 0;
left: 0;
width: 100%;
height: 100%;
content: " ";
position: absolute;
background: var(--lbluergba7);
-webkit-border-radius: 7px !important;
-moz-border-radius:7px !important;
border-radius:7px !important;
overflow:hidden;
}



.radius7{
-webkit-border-radius: 7px !important;
-moz-border-radius: 7px !important;
border-radius:7px !important;
overflow:hidden !important;
}






.cta-item .ot-heading {
margin-bottom: 0;
padding-left:25px;
padding-right:25px;
}
.cta-item .ot-heading span {
display:block;
color: var(--white);
font-size: 20px;
font-weight: 600;
text-transform: uppercase;
margin-bottom: 30px;
line-height:1.2
}
.cta-item h3{
color: var(--white);
font-size: 36px;
line-height:1.1;
/*letter-spacing:-1px;*/
margin-bottom: 30px;
}
.cta-item .ot-button {
display:block;
margin-top:20px;
}










.bg-theme-color-animation{
background: linear-gradient(221deg, var(--lblue1), var(--lblue3), var(--lblue1));
background-size: 600% 600%;
-webkit-animation: bg-gradient-animator 16s ease infinite;
-moz-animation: bg-gradient-animator 16s ease infinite;
-o-animation: bg-gradient-animator 16s ease infinite;
animation: bg-gradient-animator 16s ease infinite;
}


@-webkit-keyframes bg-gradient-animator {
0%{background-position:96% 0%}
50%{background-position:5% 100%}
100%{background-position:96% 0%}
}
@-moz-keyframes bg-gradient-animator {
0%{background-position:96% 0%}
50%{background-position:5% 100%}
100%{background-position:96% 0%}
}
@-o-keyframes bg-gradient-animator {
0%{background-position:96% 0%}
50%{background-position:5% 100%}
100%{background-position:96% 0%}
}
@keyframes bg-gradient-animator {
0%{background-position:96% 0%}
50%{background-position:5% 100%}
100%{background-position:96% 0%}
}









.box-img-hover-two {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0px 3px 15px 0px var(--blackrgba1);
    -moz-box-shadow: 0px 3px 15px 0px var(--blackrgba1);
    box-shadow: 0px 3px 15px 0px var(--blackrgba1);
    overflow: hidden;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    text-align:center;
	background: var(--white);
}

.box-img-hover-two:hover {
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    transform: translateY(-10px);
    -webkit-box-shadow: 0px 15px 35px 0px var(--blackrgba2);
    -moz-box-shadow: 0px 15px 35px 0px var(--blackrgba2);
    box-shadow: 0px 15px 35px 0px var(--blackrgba2);
}


.box-img-hover-two .lower-content{
	padding: 15px;
	background:var(--lblue2);
}
.box-img-hover-two .lower-content h3{
	font-size: 15px;
	margin:0px ;
	color: var(--white);

}


.box-img-hover-two img {
	width:75%;
	padding: 15px;
	border: 0px solid var(--lblue2) !important;
	-moz-transition: all .4s ease;
	-webkit-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease;
	cursor: pointer;
	margin: auto !important;

}


.img-hover-two img {
    border: 0px solid var(--lblue2) !important;
    -moz-transition: all .4s ease;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
    filter: grayscale(20%);
    -webkit-filter: grayscale(20%);
    cursor: pointer;


}

.img-hover-two img:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: var(--white) !important;
    opacity: 0;
    -moz-transition: all .6s ease;
    -webkit-transition: all .6s ease;
    -o-transition: all .6s ease;
    transition: all .6s ease;
}

.img-hover-two:hover img {
    filter: grayscale(0);
    -webkit-filter: grayscale(0);
    -webkit-transform: scale(1.1) rotate(0deg);
    -moz-transform: scale(1.1) rotate(0deg);
    -o-transform: scale(1.1) rotate(0deg);
    -ms-transform: scale(1.1) rotate(0deg);
    transform: scale(1.1) rotate(0deg);
}

.img-hover-two span {
    display: block;
    overflow: hidden;
    position: relative;
}

.img-hover-two span:after {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: " ";
    position: absolute;
    border: 0px solid transparent;
    background: var(--lbluergba3);
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    -ms-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
}

.img-hover-two span .icon {
    left: calc(50% - 23px);
    top: calc(80% - 23px);
    font-size: 56px;
    position: absolute;
    z-index: 2 !important;
    color: var(--white);
    opacity: 0;
    height: 46px;
    width: 46px;
    line-height: 46px;
    padding: 0px;
    margin: 0px;
    -webkit-transition: all 1.0s ease 0.3s;
    -moz-transition: all 1.0s ease 0.3s;
    -o-transition: all 1.0s ease 0.3s;
    -ms-transition: all 1.0s ease 0.3s;
    transition: all 1.0s ease 0.3s;
}

.img-hover-two:hover span .icon {
    top: calc(50% - 29px);
    opacity: 0.9;
}

.img-hover-two:hover span:after {
    opacity: 1.0;
    filter: alpha(opacity=100);
}

.img-hover-two img,
.img-hover-two img,
.img-hover-two span:after {
    transition: all 1.0s ease-in-out;
}


#categories .main-nav-slider
#clients .main-nav-slider {

}

#categories .clients-button-next,
#categories .clients-button-prev,
#clients .clients-button-next,
#clients .clients-button-prev {
    position: absolute;
    top: 50%;
    width: calc(var(--swiper-navigation-size) / 44 * 27);
    height: var(--swiper-navigation-size);
    margin-top: calc(-1 * var(--swiper-navigation-size) / 2);
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

#categories .clients-button-next,
#categories .clients-button-prev,
#clients .clients-button-next,
#clients .clients-button-prev {
    position: absolute;
    top: 50%;
    bottom: auto;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    border: none;
    background-color: var(--blackrgba5);
    width: 50px;
    height: 50px;
    border: none;
    z-index: 10;
    cursor: pointer;
    background-image: none;
    margin-top: -25px;
    left: auto;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    opacity: 0.8;
}

#categories .clients-button-next,
#clients .clients-button-next {
    right: 15px;
}

#categories .clients-button-prev,
#clients .clients-button-prev {
    left: 15px;
}

#categories .clients-button-next img,
#categories .clients-button-prev img,
#clients .clients-button-next img,
#clients .clients-button-prev img {
    height: 15px;
    width: auto;
    display: block;
}
#categories .clients-button-next:hover,
#categories .clients-button-prev:hover,
#clients .clients-button-next:hover,
#clients .clients-button-prev:hover {
    box-shadow: none;
    opacity: 1;
    background-color: var(--lblue2);
    -webkit-box-shadow: 0px 10px 25px 0px var(--blackrgba5);
    -moz-box-shadow: 0px 10px 25px 0px var(--blackrgba5);
    box-shadow: 0px 10px 25px 0px var(--blackrgba5);
    -webkit-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    -o-transform: translateY(-5px);
    transform: translateY(-5px);
}








.news-block .inner{
	position: relative;
	display: block;
}

.news-block .image-box{
	position: relative;
	display: block;
	background: var(--dblue3);
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	-webkit-box-shadow: 0px 3px 20px 0px  var(--blackrgba1);
	-moz-box-shadow: 0px 3px 20px 0px  var(--blackrgba1);
	box-shadow: 0px 3px 20px 0px  var(--blackrgba1);
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
	overflow: hidden;
}

.news-block:focus .image-box,
.news-block:hover .image-box {

	-webkit-box-shadow: 0px 10px 30px -5px var(--blackrgba3);
	-moz-box-shadow: 0px 10px 30px -5px var(--blackrgba3);
	box-shadow: 0px 10px 30px -5px var(--blackrgba3);
}


.news-block .image-box img{
	display: block;
	width: 100%;
	-webkit-transition: all 0.5s ease-out 0s;
	-moz-transition: all 0.5s ease-out 0s;
	-ms-transition: all 0.5s ease-out 0s;
	-o-transition: all 0.5s ease-out 0s;
	transition: all 0.5s ease-out 0s;
}

.news-block .inner:hover .image-box img{
	-moz-transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-o-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2);
}

.news-block .image-box a{
	position: relative;
	display: block;
}


.news-block .lower-box{
	position: relative;
	background:var(--white);
	padding:20px 15px 20px 15px;
	margin: -30px 0px 0px 0px;
	z-index: 1;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	-webkit-transition: all 0.5s ease-out 0s;
	-moz-transition: all 0.5s ease-out 0s;
	-ms-transition: all 0.5s ease-out 0s;
	-o-transition: all 0.5s ease-out 0s;
	transition: all 0.5s ease-out 0s;
	-webkit-box-shadow: 0px 5px 20px 0px  var(--blackrgba1);
	-moz-box-shadow: 0px 5px 20px 0px  var(--blackrgba1);
	box-shadow: 0px 5px 20px 0px  var(--blackrgba1);
}

.news-block .lower-box .category{
	position: absolute;
	top:-15px;
	right:15px;


	display: inline-block;
	vertical-align: top;
	font-size: 16px;
	text-transform: uppercase;
	line-height: 24px;
	padding: 5px 15px;
	color: var(--white);
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background: var(--lbluergba9);
	z-index:20
}

.news-block .lower-box .category svg {
	position: relative;
	top: 0px;
	width: 16px;
	height:16px;
	vertical-align: text-top;
	stroke-width:0;
	fill:var(--white) !important;
	transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}





.news-block h3{
	font-weight: 600;
	margin-bottom: 0px;
	margin-top: 10px;
	color:var(--lblue2);
	font-size:20px;
	line-height:1.2
}

.news-block .text p{
	position: relative;
	padding-top: 12px;
	line-height:1.1
}



.news-block h3 a:hover{
	color:var(--dblue2)
}





.linking {
	position:relative;
	color: var(--lblue2);
	font-size: 15px;
	font-weight: bold;
	font-family:var(--theme-font) !important;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
	text-transform:uppercase;
}



.linking:before {
	position: absolute;
	content: "";
	bottom: -10px;
	left: 0;
	width: 0;
	height: 3px;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius:7px;
}


.linking:hover:before {
	width: 100%;
	background: var(--lblue2);
}


.linking svg {
	position: relative;
	top: -2px;
	right: 30px;
	width: 24px;
	height: 24px;
	vertical-align: text-top;
	stroke-width: 0;
	fill: var(--lblue2);
	opacity: 0;
	transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}

.linking:hover {
	color: var(--lblue1);
}

.linking:hover svg {
	opacity: 1;
	right: 0px;
	fill: var(--lblue1) !important;
}





.shop-item{
	position: relative;
	-webkit-box-shadow: 0px 0px 25px 0px var(--blackrgba1);
	-moz-box-shadow: 0px 0px 25px 0px var(--blackrgba1);
	box-shadow: 0px 0px 25px 0px var(--blackrgba1);
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	overflow: hidden;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}
.shop-item:hover,
.shop-item:focus{
	-webkit-box-shadow: 0px 10px 35px -5px var(--blackrgba2);
	-moz-box-shadow: 0px 10px 35px -5px var(--blackrgba2);
	box-shadow: 0px 10px 35px -5px var(--blackrgba2);
}



.shop-item .inner-box{
	position: relative;
	overflow: hidden;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.shop-item:hover .inner-box{
	/*-webkit-box-shadow: 0px 0px 25px 0px var(--blackrgba2);
    -moz-box-shadow: 0px 0px 25px 0px var(--blackrgba2);
    box-shadow: 0px 0px 25px 0px var(--blackrgba2);*/
}



.shop-item .inner-box .image-box{
	position: relative;
	display: block;
	overflow: hidden;

	/*-webkit-box-shadow: 0px 3px 20px 0px  var(--blackrgba1);
    -moz-box-shadow: 0px 3px 20px 0px  var(--blackrgba1);
    box-shadow: 0px 3px 20px 0px  var(--blackrgba1);*/
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.shop-item .inner-box:focus .image-box,
.shop-item .inner-box:hover .image-box {
	-webkit-transform: translateY(-5px);
	-moz-transform: translateY(-5px);
	-ms-transform: translateY(-5px);
	-o-transform: translateY(-5px);
	transform: translateY(-5px);

	/*-webkit-box-shadow: 0px 10px 30px -5px var(--blackrgba3);
    -moz-box-shadow: 0px 10px 30px -5px var(--blackrgba3);
    box-shadow: 0px 10px 30px -5px var(--blackrgba3);*/
}


.shop-item .inner-box .image-box img{
	-webkit-transition: all 0.5s ease-out 0s;
	-moz-transition: all 0.5s ease-out 0s;
	-ms-transition: all 0.5s ease-out 0s;
	-o-transition: all 0.5s ease-out 0s;
	transition: all 0.5s ease-out 0s;
	width: 100%;
}
.shop-item .inner-box:focus .image-box img,
.shop-item .inner-box:hover .image-box img{
	-moz-transform: scale(1.05);
	-webkit-transform: scale(1.05);
	-o-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05);
}

.shop-item .inner-box .detail {
	position: absolute;
	top:0px;
	opacity:0;
	left: 15px;
	width: 150px;
	height:36px;
	display: flex;
	font-size:12px;
	justify-content: center;
	align-items: center;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
	text-align:center;
	z-index:10;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius:3px;
	background:var(--lblue3);
	color:var(--white);
}

.shop-item .inner-box .detail span{
	position:relative;
	top:0px;
	padding-left:7px;
}


.shop-item .inner-box:focus .detail,
.shop-item .inner-box:hover .detail {
	opacity: 1;
	top: 20px;
}

.detail:focus,
.detail:hover {
	background:var(--dblue2) !important;
}

.shop-item .inner-box .detail svg {
	position: relative;
	top: 0px;
	width:16px;
	height:16px;
	vertical-align: text-top;
	stroke-width:0;
	fill:var(--white) !important;
	transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}

.btn-detail-read {
	color: var(--white);
	text-align:center;
	font-size:12px;
}
.btn-detail-read:hover,
.btn-detail-read:focus {
	color: var(--white);
}




.shop-item .inner-box .read-more {
	position: absolute;
	bottom: -30px;
	opacity: 0;
	right: 15px;
	font-size: 24px;
	width: 48px;
	height: 48px;
	display: flex;
	justify-content: center;
	align-items: center;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
	text-align:center;
	z-index:10;

}
.shop-item .inner-box:focus .read-more,
.shop-item .inner-box:hover .read-more {
	opacity: 1;
	bottom: 90px;
}

.shop-item .inner-box .read-more svg {
	position: relative;
	top: 3px;
	width: 28px;
	height: 28px;
	vertical-align: text-top;
	stroke-width:0;
	fill:var(--white) !important;
	transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}






.shop-item .inner-box .image{
	position: relative;
	margin-bottom: 0;
}

.shop-item .inner-box .image img{
	display: block;
	width: 100%;
}



.shop-item .lower-content{
	position: relative;
	padding:55px 20px 25px;
	z-index: 0;
	-webkit-backdrop-filter: saturate(150%) blur(5x);
	backdrop-filter: saturate(150%) blur(5px);
	background-color: var(--whitergba7)!important;
	margin: 0;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	text-align: center;

}

.shop-item:hover .lower-content{
	margin-top: -75px;
	padding-bottom: 75px;
}



.shop-item .lower-content .name{
	font-size:22px;
	line-height: 1.1;
	color: var(--lblue2);
	font-weight: bold;
	margin: 8px 0 3px;
}



.shop-item .lower-content .icon-item{
	display: block;
	margin: auto;
	height:90px;
	width:90px;
	text-align: center;
	position: absolute;
	left: 50%;
	top:-45px;
	margin-left:-45px;
	background:var(--white);
	-webkit-box-shadow: 0px 5px 25px 0px var(--blackrgba1);
	-moz-box-shadow: 0px 5px 25px 0px var(--blackrgba1);
	box-shadow: 0px 5px 25px 0px var(--blackrgba1);
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	border-radius: 100px;
}

.shop-item .lower-content .icon-item img{
	width: 100%;
	padding: 15px;
}

.shop-item .lower-content .name a{
	color:var(--dblue2);
}

.shop-item:hover .lower-content .name a{
	color: var(--lblue2);
}

.shop-item .lower-content p{
	font-size:16px;
	line-height: 1.1;
	color: var(--dblue2);
	font-weight: normal;
	margin: 8px 0 3px;
}




.shop-item .price{
	font-size: 15px;
	color:var(--black);
}

.shop-item .price del {
	font-size: 14px;
	color: #7E7E80;
	margin-left: 15px;
	margin-bottom: -1px;
}

.shop-item .lower-content .add-to-cart{
	position: absolute;
	display: block;
	width: calc(100% - 40px);
	height: 40px;
	line-height: 40px;
	text-align: center;
	display: block;
	font-size: 15px;
	font-weight: 600;
	border-radius: 7px;
	bottom:0px;
	opacity:0;
	-webkit-transition: all 0.15s ease;
	transition: all 0.15s ease;
}

.shop-item .lower-content .add-to-cart span{
	margin-right: 10px;
}

.shop-item .lower-content .add-to-cart:hover{
	color: var(--white);
}

.shop-item:hover .add-to-cart{
	opacity: 1;
	bottom:15px;
	-webkit-transition: all 0.3s ease, opacity 0.3s linear 0.15s, bottom 0.3s ease 0.15s;
	transition: all 0.3s ease, opacity 0.3s linear 0.15s, bottom 0.3s ease 0.15s;
}


.shop-item .inner-box .lower-content ul {
	border-top: 0px solid var(--blackrgba2);
	margin-top:5px;
	margin-bottom: 0;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
	padding: 0px 0px 0px 0px;
}

.shop-item .inner-box .lower-content li svg {
	position: relative;
	top:0px;
	width:18px;
	height:18px;
	vertical-align: text-top;
	stroke-width: 0;
	fill: var(--orange2) !important;
	transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}

.shop-item .inner-box .lower-content li {
	float: left;
	font-size: 14px;
	list-style: outside none none;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-bottom: 0px;
	width: 100%;
	font-weight: normal;
	border-top: 1px solid var(--blackrgba1);
}
.shop-item .inner-box .lower-content  li:first-child,
.shop-item .inner-box .lower-content  li:last-child {
	border-bottom: 0px solid var(--blackrgba2);
}

.form-product{
	background:var(--white);
	display: block;
	position: relative;
	width: 100%;

}
.form-product .collunform{
	display: block;
	position: relative;
	float: left;
	margin: 0px 5px;
	width: calc(40% - 10px);
}

.form-product .collunformtwo{
	display: block;
	position: relative;
	float: left;
	margin: 0px 5px;
	width: calc(60% - 10px);
}

.form-product .collunform .formQuantt{
	display: block;
	padding:6px 10px 6px 10px !important;
	font-size: 15px;
	color: var(--orange2);
	width: 100%;
	height:40px;
	background-color: var(--white);
	outline: none !important;
	background-clip: padding-box;
	border: 1px solid var(--Whatsrgba2) !important;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.form-product .collunform .formQuantt:focus,
.form-product .collunform .formQuantt:hover {
	color: var(--gray2);
	background-color: var(--white);
	border-color: var(--blackrgba5);
	outline: 0;
	-webkit-box-shadow: 0px 0px 15px 0px var(--blackrgba1);
	-moz-box-shadow: 0px 0px 15px 0px var(--blackrgba1);
	box-shadow: 0px 0px 15px 0px var(--blackrgba1);
}



.form-product .collunformtwo .button {
	font-family: var(--theme-font);
	font-size: 14px;
	line-height: 1.0;
	font-weight: bold;
	padding: 9px 10px 8px;
	text-align: center !important;
	text-transform: uppercase;
	color: var(--white);
	border: 2px solid var(--green);
	background-color: var(--green);
	box-sizing: border-box;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
	width:100%;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
}


.form-product .button:hover,
.form-product .button:focus {
	background-color: var(--greenhover);
	border-color: var(--greenhover);
	color: var(--white);
	-webkit-box-shadow: 0px 5px 15px 0px var(--Whatsrgba2);
	-moz-box-shadow: 0px 5px 15px 0px var(--Whatsrgba2);
	box-shadow: 0px 5px 15px 0px var(--Whatsrgba2);
}


.read-whatsapp {
	font-family: var(--theme-font);
	font-size: 14px;
	line-height: 1.0;
	font-weight: bold;
	padding: 9px 5px 8px 5px;
	text-align: center !important;
	text-transform: uppercase;
	color: var(--whatstx);
	border: 2px solid var(--whatstx);
	background-color: var(--whatsbg);
	box-sizing: border-box;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
	width:100%;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	display:block;
	position:relative
}
.read-whatsapp svg{
	position: relative;
	top:-1px;
	width: 22px;
	right: 3px;
	height: 22px;
	vertical-align: text-top;
	stroke-width: 0;
	fill: var(--whatstx) !important;
	transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}

.read-whatsapp:hover svg,
.read-whatsapp:focus svg{
	fill: var(--whatsbg) !important;
}


.read-whatsapp:hover,
.read-whatsapp:focus {
	background-color: var(--whatstx);
	border-color: var(--whatstx);
	color: var(--whatsbg);
	-webkit-box-shadow: 0px 5px 15px 0px var(--Whatsrgba2);
	-moz-box-shadow: 0px 5px 15px 0px var(--Whatsrgba2);
	box-shadow: 0px 5px 15px 0px var(--Whatsrgba2);
}




.btnsearch {
	font-family:var(--theme-font);
	font-size: 16px;
	line-height: 1.4;
	font-weight: 700;
	padding: 12px 40px;
	text-align: center;
	text-transform: uppercase;
	color: var(--white);
	border: 2px solid var(--lblue2);
	background-color: var(--lblue2);
	box-sizing: border-box;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
	-webkit-border-radius: 3px;
	-moz-border-radius:3px;
	border-radius:3px;

}

.btnsearch:hover,
.btnsearch:focus {
	background-color: var(--lblue1);
	border-color: var(--lblue1);
	color: var(--white);
}

.btnsearch svg{
	position: relative;
	top: 1px;
	width: 18px;
	right: -2px;
	height: 18px;
	vertical-align: text-top;
	stroke-width: 0;
	fill: var(--white) !important;
	transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}

/*
.txt-about{
	padding-right:100px;
}


.img-about {
	position: relative;
}


.img-about .img-desk img {
	position: absolute;
	bottom: 0px;
	left: -100px;
	width:300px;
	z-index: 1;
}

.img-section{
	float: left;
	padding-right: 30px;
}
*/

@media only screen and (max-width:767px) {
	.img-section {
		text-align: center;
		padding: 15px;
	}

	.img-section img{
		width: 300px;
	}

}




.request-form{
	position: relative;
	-webkit-box-shadow: 0px 0px 35px 0px var(--blackrgba1);
	-moz-box-shadow: 0px 0px 35px 0px var(--blackrgba1);
	box-shadow: 0px 0px 35px 0px var(--blackrgba1);
	padding: 40px 40px 20px;
	border-radius: 10px;
	background: var(--white);
}

.request-form .title{
	position: relative;
	margin-bottom: 40px;
}

.request-form .title h4{
	font-size: 28px;
	line-height: 1.4em;
	color: #000000;
	font-weight: 700;
	margin-bottom: 10px;
}

.request-form .row{
	margin: 0 -10px;
}

.request-form .form-group{
	position: relative;
	padding: 0 10px;
	margin-bottom: 20px;
}

.request-form .form-group input[type="text"],
.request-form .form-group input[type="email"],
.request-form .form-group input[type="url"],
.request-form .form-group textarea,
.request-form .form-group select{
	position: relative;
	display: block;
	width: 100%;
	height: 50px;
	font-size: 16px;
	color: var(--gray3);
	line-height: 25px;
	padding:10px 15px !important;
	border:3px solid var(--f4f4f4);
	background-color: var(--white);
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	font-weight: 400;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}

.request-form .form-group textarea{
	height:75px;
	resize: none;
}

.request-form .form-group button{
	padding-left: 36px;
	padding-right: 36px;
	margin-top: 10px;
}



.request-form .form-group input[type="email"]:focus,
.request-form .form-group input[type="email"]:hover,
.request-form .form-group input[type="url"]:focus,
.request-form .form-group input[type="url"]:hover,

.request-form .form-group textarea:focus,
.request-form .form-group textarea:hover,
.request-form .form-group select:focus,
.request-form .form-group select:hover,

.request-form .form-group input[type="text"]:focus,
.request-form .form-group input[type="text"]:hover {
	color: var(--gray3);
	background-color: var(--white);
	border-color:var(--blackrgba5);
	outline: 0;
	-webkit-box-shadow: 0px 0px 25px 0px var(--blackrgba2);
	-moz-box-shadow: 0px 0px 25px 0px var(--blackrgba2);
	box-shadow: 0px 0px 25px 0px var(--blackrgba2);
}


.accordion-box{
	position:relative;
	margin-bottom: 30px;
}

.accordion-box .block{
	position: relative;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
	border-top: 0px solid var(--f4f4f4);
	margin-bottom: 5px;
}

.accordion-box .block .acc-btn{
	position: relative;
	font-size:20px;
	line-height: 1.1;
	cursor: pointer;
	padding: 20px 55px;
	padding-right: 15px;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
	font-family: var(--special-font) !important;
	background:var(--lblue2);
	color:var(--white);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	z-index: 1;
	font-weight: bold;
}

.accordion-box .block .acc-btn.active{
	color:var(--dblue2);
	background-color:var(--dblue2);
}

.accordion-box .block .acc-btn .icon{
	position: absolute;
	left: 25px;
	top: 20px;
	line-height: 25px;
	font-size: 14px;
	color:var(--white);
}

.accordion-box .block .acc-btn .icon svg {
	position: relative;
	left:0px;
	top: -3px;
	width: 28px;
	height: 28px;
	vertical-align: text-top;
	stroke-width: 1.5;
	/*stroke: var(--white);*/
	fill: var(--white);
}

.accordion-box .block .acc-btn.active .icon svg {
	top: 5px;
	fill: var(--white);
}

.accordion-box .block .acc-btn.active .icon{
	transform:scaleY(-1);
	color:var(--dblue2);
}

.accordion-box .block .acc-content{
	position:relative;
	display:none;
	padding: 25px 25px 15px 25px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	top: -10px;
	background:var(--f4f4f4);
	-webkit-box-shadow: 0px 5px 25px 0px var(--blackrgba1);
	-moz-box-shadow: 0px 5px 25px 0px var(--blackrgba1);
	box-shadow: 0px 5px 25px 0px var(--blackrgba1);
}

.accordion-box .block .acc-content.current{
	display:block;
}

.accordion-box .block .content .text{
	position:relative;
	font-size: 16px;
	line-height: 1.1;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
	color:var(--white)
}


.accordion-box .block .acc-content .text,
.accordion-box .block .acc-content p{
	color:var(--orange2) !important;
}



.accordion-box.style-three .block .acc-btn{
	padding: 20px 25px;
	padding-right: 35px;
	font-family: var(--special-font) !important;
	color: var(--white);
}

.accordion-box.style-three .block .acc-btn .icon{
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
	left: auto;
	right: 25px;
}

.accordion-box.style-three .block .acc-btn .icon:before{
	font-size: 32px;
}




/*
.widget-links {
	text-align: center;
	margin: 0;
}*/

.widget-links {
	position: relative;
	padding: 25px 15px 20px 15px;
	border-bottom: 0px solid var(--whitergba2);
	background:var(--f4f4f4);
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	-webkit-box-shadow: 0px 5px 25px 0px var(--blackrgba1);
	-moz-box-shadow: 0px 5px 25px 0px var(--blackrgba1);
	box-shadow: 0px 5px 25px 0px var(--blackrgba1);
	overflow:hidden;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
	text-align: center;
	width: 100%;
	display: block;
}
.widget-links:hover {
	background: var(--white);
	-webkit-box-shadow: 0px 5px 35px 0px var(--blackrgba3);
	-moz-box-shadow: 0px 5px 35px 0px var(--blackrgba3);
	box-shadow: 0px 5px 35px 0px var(--blackrgba3);
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05);
}
.widget-links:after {
	content: "";
	transition: .2s all ease;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	position: absolute;
	left: 50%;
	height: 7px;
	width: 0;
	transform: translateX(-50%);
	background-color: var(--lblue2);
	bottom: 0px !important;
}

.widget-links :focus:after,
.widget-links :hover:after {
	width: 100%;
}

.widget-links img {
	height:100px;
}

.widget-links svg {
	position: relative;
	top:0px;
	width:100px;
	height:100px;
	vertical-align: text-top;
	stroke-width: 0;
	margin: 15px auto;
	fill: var(--lblue2) !important;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
	display: block;
}

.widget-links:hover svg {
	fill: var(--dblue2) !important;
}



.widget-links h3 {
	margin-top: 25px;
	display: block;
	color: var(--dblue2);
	font-size:20px;
	text-transform: uppercase;
line-height: 1.1;
	font-weight: bold;
		-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}



.widget-links:focus h3,
.widget-links:hover h3 {
	color: var(--lblue2);
}


/*
.widget-links li a img {
	width: 32px;
	padding-right: 7px;
}*/

/*
.widget-links li:focus a,
.widget-links li:hover a {
	color: var(--lblue2);
	padding-left: 25px;
}

*//*
@media only screen and (max-width:1270px) {
	.widget-links li {
		min-height: 240px;
		width: calc(20% - 30px);
		float: left;
		background: #f5c6cb;
	}


}
@media only screen and (max-width:991px) {
	.widget-links li {
		min-height: 240px;
		width: calc(33.33333% - 30px);
		float: left;
		background: #fc0;
	}


}*/





.cta-categorie {
	text-align: center;
	background: var(--lblue2);
	/* display: flex;
     justify-content: center;
     align-content: center;
     */

	width: 100%;
	height: 100%;
	display: flex;
	flex-wrap: wrap;
	align-content: center;

	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;

	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	padding:30px;
	width: 100%;
}

.cta-categorie h3{
	color:var(--white);
	font-size:22px;
	line-height:1.1;

}


.cta-categorie a{

}


.col-cta-categorie {
	/*display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;*/
	width: 100%;
	height: 55px;
}




.place-block-one .inner-box{
	position: relative;
	display: block;
}

.place-block-one .inner-box .image-box{
	position: relative;
	display: block;
	overflow: hidden;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;

	-webkit-box-shadow: 0px 3px 20px 0px  var(--blackrgba1);
	-moz-box-shadow: 0px 3px 20px 0px  var(--blackrgba1);
	box-shadow: 0px 3px 20px 0px  var(--blackrgba1);
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.place-block-one .inner-box:focus .image-box,
.place-block-one .inner-box:hover .image-box {
	-webkit-transform: translateY(-15px);
	-moz-transform: translateY(-15px);
	-ms-transform: translateY(-15px);
	-o-transform: translateY(-15px);
	transform: translateY(-15px);

	-webkit-box-shadow: 0px 10px 30px -5px var(--blackrgba3);
	-moz-box-shadow: 0px 10px 30px -5px var(--blackrgba3);
	box-shadow: 0px 10px 30px -5px var(--blackrgba3);
}



.place-block-one .inner-box .image-box:before{
	position: absolute;
	content: '';
	background:var(--blackrgba1);
	left: 0px;
	top: 0px;
	right: 0px;
	width: 100%;
	height: 100%;
	z-index: 1;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
	opacity: 0;
}

.place-block-one .inner-box:hover .image-box:before{
	opacity: 1;
}

.place-block-one .inner-box .image-box img{
	-webkit-transition: all 0.5s ease-out 0s;
	-moz-transition: all 0.5s ease-out 0s;
	-ms-transition: all 0.5s ease-out 0s;
	-o-transition: all 0.5s ease-out 0s;
	transition: all 0.5s ease-out 0s;
	width: 100%;
}

.place-block-one .inner-box:hover .image-box img{
	-moz-transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-o-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2);
}

.place-block-one .inner-box .lower-content{
	position: relative;
	margin: 0px 20px;
	text-align: center;
}

.place-block-one .inner-box .lower-content .inner{
	position: relative;
	background:var(--dblue2);
	padding:20px 15px 20px 15px;
	margin-top: -60px;
	z-index: 1;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	-webkit-transition: all 0.5s ease-out 0s;
	-moz-transition: all 0.5s ease-out 0s;
	-ms-transition: all 0.5s ease-out 0s;
	-o-transition: all 0.5s ease-out 0s;
	transition: all 0.5s ease-out 0s;
	-webkit-box-shadow: 0px 5px 20px 0px  var(--blackrgba1);
	-moz-box-shadow: 0px 5px 20px 0px  var(--blackrgba1);
	box-shadow: 0px 5px 20px 0px  var(--blackrgba1);
}


.place-block-one .inner-box:hover .inner,
.place-block-one .inner-box:focus .inner{
	background:var(--lblue2);
	-webkit-box-shadow: 0px 10px 50px 0px var(--blackrgba3);
	-moz-box-shadow: 0px 10px 50px 0px var(--blackrgba3);
	box-shadow: 0px 10px 50px 0px var(--blackrgba3);
}



.place-block-one .inner-box .lower-content .inner h3{
	position: relative;
	display: block;
	font-size: 16px;
	line-height:1.1;
	font-weight: bold;
	margin-bottom: 0px;
	color:var(--white);
}

.place-block-one .inner-box .lower-content .inner h3 a{
	display: inline-block;
	color:var(--white);
}

.place-block-one .inner-box .lower-content .inner h3 a:hover{

}






/*Contacts*/
.sidebar .contacts ul {
	width: 100%;
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
}


.sidebar .contacts li {
	color: var(--gray3);
	padding: 7px 0px 7px;
	border-bottom: 1px solid var(--f1f1f1);
	font-size: 15px;
	margin-bottom: 1px;
	width: auto;
	display: block;
	text-align: left;
	-moz-transition: all .4s ease;
	-webkit-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease;
	font-weight: bold;
}

.sidebar .contacts li:last-child {
	border-bottom: none !important;
}


.sidebar .contacts li:before,
.sidebar .contacts li:after {
	content: " ";
	display: table;
}

.sidebar .contacts li:after {
	clear: both;
}

.sidebar .contacts li i {
	float: left;
	font-size: 20px;
	text-align: left;
	margin: 0px 3px 0 0;
	display: inline-block;
	width: 30px;
	line-height: 24px;
	color: var(--gray3);
}

.sidebar .contacts li p {
	margin-bottom: 0;
	color: var(--gray3);
	font-size: 14px;
}

.content-footer.contacts li {
	color: var(--gray3);
	font-size: 16px;
}

.sidebar .contacts li a {
	color: var(--gray3);
	font-size: 16px;
	line-height: 1.1
}

.sidebar .contacts li a:hover {
	color: var(--lblue2);
	padding-left: 10px;
	border-color: var(--blackrgba1);
}

.sidebar .contacts svg {
	position: relative;
	top: 1px;
	width: 20px;
	height: 20px;
	vertical-align: text-top;
	stroke-width: 1.5;
	color: var(--lblue2);
	fill: var(--lblue2);
	margin-right: 7px;
}

.social-side-bar svg {
	position: relative;
	top: 5px;
	width: 20px;
	height: 20px;
	vertical-align: text-top;
	stroke-width: 1.5;
	color: var(--white);
	fill: var(--white);

}


.sidebar .heading h1,
.sidebar .heading h2,
.sidebar .heading h3 {
	color: var(--gray3);
	display: inline-block;
	font-weight: normal;
	padding-bottom: 10px;
	position: relative;
	text-transform: uppercase;
	margin-bottom: 20px;
	font-size: 24px;
}


.sidebar .heading h1::before,
.sidebar .heading h2::before,
.sidebar .heading h3::before {
	background: var(--lblue1) none repeat scroll 0 0;
	bottom: 5px;
	content: "";
	height: 3px;
	left: 0;
	position: absolute;
	width: 55px;
}



.pagination {
	display: inline-block;
	padding-left: 0;
	margin: 20px 0;
	border-radius: 0px;
}

.pagination > li {
	display: inline;
}

.pagination > li > a,
.pagination > li > span {
	position: relative;
	float: left;
	padding: 0px 20px;
	margin: 1px;
	line-height: 50px;
	color: var(--white);
	height: 50px;
	text-decoration: none;
	background-color: var(--dblue2);
	border: 0px solid var(--white);
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	outline: none !important;
	font-size: 16px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.pagination > li > span {
	font-size: 24px !important;
	padding-top: 12px;
}

.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
	z-index: 2;
	color: var(--white);
	background-color: var(--lblue2);
	border-color: var(--white);
}

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
	z-index: 3;
	color: var(--white);
	cursor: default;
	background-color: var(--lblue1);
	border-color: var(--white);
}

.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
	color: var(--white);
	cursor: not-allowed;
	background-color: var(--gray3);
	border-color: var(--white);
}

.pagination svg {
	position: relative;
	top: -1px;
	width: 24px;
	height: 24px;
	vertical-align: text-top;
	stroke-width:0;
	fill:var(--white) !important;
	transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}




.pager li > a,
.pager li > span {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 14px;
}

.pager li > a,
.pager li > span {
	color: var(--white);
	border-color: transparent !important;
	background: var(--gray3);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.pager li > a:hover,
.pager li > span:hover {
	color: var(--white);
	background: var(--lblue2);
	border-color: transparent !important;
}


.content_post ul {
	display: inline-block;
	width: auto;
	padding: 10px;
}

.content_post ul > li {
	margin: 0px 5px;
	padding: 3px;
	font-weight: 600;
	cursor: pointer;
	font-size: 1rem;
	opacity: 1.0;
	transition: opacity .2s ease-in-out;
	list-style-type: disc;
}

.content_post ul > li:hover {
	opacity: 1.0;
}

.content_post ul:hover > li:not(:hover) {
	opacity: 0.8;
}

.content_post a{
	font-weight:bold !important;
	color:var(--lblue2) !important;
}




#cd-google-map {
	position: relative;
	width: 100%;
	height: 500px;
	background:var(--white);
}

#google-container {
	position: relative;
	width: 100%;
	height: 500px !important;
	background:var(--white);
}



#cd-google-map address {
	position: absolute;
	z-index: 30;
	width: auto;
	max-width: calc(100% - 60px);
	bottom: 95px;
	left: 50%;
	transform: translateX(-50%);
	padding:15px 25px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background-color:var(--whitergba8);
	text-align: center;
	-webkit-box-shadow: 0px 7px 35px 0px var(--blackrgba5);
	-moz-box-shadow: 0px 7px 35px 0px var(--blackrgba5);
	box-shadow: 0px 7px 35px 0px var(--blackrgba5);
	font-weight: bold;


	-webkit-backdrop-filter: saturate(150%) blur(5x);
	backdrop-filter: saturate(150%) blur(5px);
}

#cd-google-map address p{
	font-weight: 600;
}



#cd-google-map .linksmaps {
	position: absolute;
	z-index: 30;
	width: auto;
	max-width: calc(100% - 60px);
	bottom: 20px;
	left: 50%;
	transform: translateX(-50%);
	padding: 12px 25px 3px 25px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	background-color:var(--whitergba8);
	text-align: center;
	-webkit-box-shadow: 0px 7px 35px 0px var(--blackrgba5);
	-moz-box-shadow: 0px 7px 35px 0px var(--blackrgba5);
	box-shadow: 0px 7px 35px 0px var(--blackrgba5);
	-webkit-backdrop-filter: saturate(150%) blur(5x);
	backdrop-filter: saturate(150%) blur(5px);
}

#cd-google-map .linksmaps ul{
	margin: 0!important;
	padding: 0!important;
}


#cd-google-map .linksmaps ul svg {
	position: relative;
	top:2px;
	width:28px;
	height: 28px;
	vertical-align: text-top;
	stroke-width: 1.5;
	fill: var(--white) !important;

}




.pageTitle {
	margin-top:95px;
	padding:90px 0 60px;
	position: relative;
	background-size: cover;
	top: 0px;
	z-index: 0;
	background-position: center center;
	background-repeat: no-repeat;
	overflow: hidden;
}

@media only screen and (max-width: 1080px) {
	.pageTitle {
		margin-top:0px;
		padding: 60px 0 30px;
	}


}



.wave-pages{
	position: absolute;
	bottom:0px;
	overflow: hidden;
	padding-top:75px;
	padding-bottom:75px;
	width: 100%;
}

.wave-pages-item{
	position: absolute;
	overflow: hidden;
	bottom:0px;
	left: 0px;
	width: 100%;
	z-index: 1;
	min-height: 100px;
	max-height: 150px;
}



.pageTitle:before {
	left: 0;
	z-index: -1;
	top: 0;
	height: 100%;
	content: " ";
	position: absolute;
	width: 100%;
	/*background-color:rgba(155, 211, 174,.7);*/

	background: linear-gradient(221deg, var(--lbluergba5), var(--lbluergba8), var(--lbluergba5));
	background-size: 300% 300%;
	-webkit-animation: bg-gradient-animator 16s ease infinite;
	-moz-animation: bg-gradient-animator 16s ease infinite;
	-o-animation: bg-gradient-animator 16s ease infinite;
	animation: bg-gradient-animator 16s ease infinite;
}


@-webkit-keyframes bg-gradient-animator {
	0% {
		background-position: 96% 0%
	}
	50% {
		background-position: 5% 100%
	}
	100% {
		background-position: 96% 0%
	}
}

@-moz-keyframes bg-gradient-animator {
	0% {
		background-position: 96% 0%
	}
	50% {
		background-position: 5% 100%
	}
	100% {
		background-position: 96% 0%
	}
}

@-o-keyframes bg-gradient-animator {
	0% {
		background-position: 96% 0%
	}
	50% {
		background-position: 5% 100%
	}
	100% {
		background-position: 96% 0%
	}
}

@keyframes bg-gradient-animator {
	0% {
		background-position: 96% 0%
	}
	50% {
		background-position: 5% 100%
	}
	100% {
		background-position: 96% 0%
	}
}


.titlepageSite h1,
.titlepageSite h2,
.titlepageSite h3 {
	font-size: 24px;
	color: var(--white);
	margin-bottom: 25px;
	position: relative;
	z-index: 1;
	padding-left: 15px;
	text-transform: uppercase;
}

.titlepageSite h1 {
	font-size: 36px;
	line-height: 1.1
}


.titlepageSite h2 {
	font-size: 30px;
	line-height: 1.1
}


.titlepageSite h3 {
	font-size: 24px;
	line-height: 1.1
}


.titlepageSite h1::before,
.titlepageSite h2::before,
.titlepageSite h3::before {
	position: absolute;
	content: "";
	width: 0px;
	height: 100%;
	background: var(--dbluergba9);
	left: 0px;
	z-index: -1;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border-radius: 7px;
	overflow: hidden;
}




.titlepageItem h1,
.titlepageItem h2,
.titlepageItem h3 {
	font-size: 24px;
	color: var(--orange2);
	margin-bottom: 5px;
	position: relative;
	z-index: 1;
	padding-left:15px;
	text-transform: uppercase;
}



.titlepageItem h1{
	font-size:24px;
	line-height:1.1
}


.titlepageItem h2{
	font-size:30px;
	line-height:1.1
}


.titlepageItem h3{
	font-size:24px;
	line-height:1.1
}



.titlepageItem h1::before,
.titlepageItem h2::before,
.titlepageItem h3::before {
	position: absolute;
	content: "";
	width: 7px;
	height: 100%;
	background: var(--dblue2);
	left:0px;
	z-index: -1;
	-moz-border-radius:7px;
	-webkit-border-radius:7px;
	border-radius:7px;
	overflow: hidden;
}




.sidebar-link {
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	color: var(--white);
	background: var(--lblue2);
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border: none;
	padding: 7px 15px 6px 15px;
	position: relative;
	margin-bottom: 5px;
	display: block;
	width: 100%;
	z-index: 0;
	overflow: hidden;
}

.sidebar-link a {
	color: var(--white);
}


.sidebar-link span {
	font-weight: normal;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	font-size:16px;
	padding-left: 0px;
	position: relative;
	z-index: 2;
	display: block;
}


.sidebar-link:focus,
.sidebar-link:hover {
	color: var(--white);
	background: var(--lblue1);
}

.sidebar-link:focus span,
.sidebar-link:hover span {
	padding-left: 15px;
}



.sidebar-link:before {
	position: absolute;
	content: "";
	background-position: top center;
	background-repeat: no-repeat;
	background: url(../images/chevron-right.svg);
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	top: 50%;
	left: -25px;
	height: 24px;
	width:24px;
	color: var(--dblue2);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	opacity: 0;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}

.sidebar-link:hover:before,
.sidebar-link:focus:before {
	opacity:.5;
	left: 5px;
}


.sidebar .popular-posts .post {
	position: relative;
	font-size: 14px;
	color: var(--gray3);
	padding: 0px 0px 30px 0px;
	padding-left: 75px;
	min-height: 70px;
	margin-bottom: 15px;
	border-bottom: 2px solid #ccc;
}

.sidebar .popular-posts .post:last-child {
	margin-bottom: 0px;
	border-bottom: 0px;
	min-height: auto;
}

.sidebar .popular-posts .post .post-thumb {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 65px;
	height: 65px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	border:0px solid var(--lblue1);
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.sidebar .popular-posts .post:hover .post-thumb {
	opacity: 0.50;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	border-color: var(--lblue1) !important
}

.sidebar .popular-posts .post:hover .post-thumb a{
	position: absolute;
	top:0px;
	left: 0px;
	z-index: 2;
	width: 100%;
	height: 100%;
}


.sidebar .popular-posts .post .post-thumb img {
	visibility: hidden;
	display: none;
}


.sidebar .popular-posts .post h4 {
	position: relative;
	font-size: 1rem !important;
	margin: 0px 0px 5px 0px;
	font-weight: 600;
	color: var(--gray3);
	top: 5px;
}

.sidebar .popular-posts .post .post-info-date {

}

.sidebar .popular-posts .post .post-info-date svg {
	position: relative;
	top: 0px;
	width: 16px;
	height: 16px;
	vertical-align: text-top;
	stroke-width: 0;
	fill: var(--orange2) !important;
	transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}

.sidebar .popular-posts .post a:hover {
	color: var(--lblue1);
}

.sidebar .popular-posts .post h4 {
	line-height: 1.1rem !important;
}

.sidebar .popular-posts .post h4 a {
	color: var(--gray3);
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	font-size: 16px !important;
	line-height: 18px !important;
}

.sidebar .popular-posts .post-info {
	font-size: 12px;
	color: var(--gray3);
}



.anim-pulse{
	animation: pulse 750ms infinite;
}


@-webkit-keyframes pulse {
	0% {
		-webkit-box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.75);
	}
	70% {
		-webkit-box-shadow: 0 0 0 10px rgba(37, 211, 102, 0);
	}
	100% {
		-webkit-box-shadow: 0 0 0 0 rgba(37, 211, 102, 0);
	}
}
@keyframes pulse {
	0% {
		-moz-box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.75);
		box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.5);
	}
	70% {
		-moz-box-shadow: 0 0 0 10px rgba(37, 211, 102, 0);
		box-shadow: 0 0 0 10px rgba(37, 211, 102, 0);
	}
	100% {
		-moz-box-shadow: 0 0 0 0 rgba(37, 211, 102, 0);
		box-shadow: 0 0 0 0 rgba(37, 211, 102, 0);
	}
}




.carousel-control-next-icon,
.carousel-control-prev-icon {
	width: 45px;
	height: 45px;
}

.symbol-product{
	top:120px;
	right:-180px;
	width:360px;
	position:absolute;
	opacity:0.25
}


.symbol-about {
	top:120px;
	left:-180px;
	width:360px;
	position:absolute;
	opacity:0.25
}

.rotate-center {
	-webkit-animation: rotate-center 2.6s ease-in-out infinite both;
	animation: rotate-center 2.6s ease-in-out infinite both;
}

@-webkit-keyframes rotate-center {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0);
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}
@keyframes rotate-center {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0);
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}





.box-img-hover {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0px 3px 15px 0px var(--blackrgba1);
	-moz-box-shadow: 0px 3px 15px 0px var(--blackrgba1);
	box-shadow: 0px 3px 15px 0px var(--blackrgba1);
	overflow: hidden;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.box-img-hover:hover {
	-webkit-transform: translateY(-10px);
	-moz-transform: translateY(-10px);
	-ms-transform: translateY(-10px);
	-o-transform: translateY(-10px);
	transform: translateY(-10px);
	-webkit-box-shadow: 0px 15px 35px 0px var(--blackrgba2);
	-moz-box-shadow: 0px 15px 35px 0px var(--blackrgba2);
	box-shadow: 0px 15px 35px 0px var(--blackrgba2);
}


.img-hover img {
	border: 0px solid var(--lblue2) !important;
	-moz-transition: all .4s ease;
	-webkit-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease;
	filter: grayscale(20%);
	-webkit-filter: grayscale(20%);
	cursor: pointer;
}

.img-hover img:after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: var(--white) !important;
	opacity: 0;
	-moz-transition: all .6s ease;
	-webkit-transition: all .6s ease;
	-o-transition: all .6s ease;
	transition: all .6s ease;
}

.img-hover:hover img {
	filter: grayscale(0);
	-webkit-filter: grayscale(0);
	-webkit-transform: scale(1.5) rotate(0deg);
	-moz-transform: scale(1.5) rotate(0deg);
	-o-transform: scale(1.5) rotate(0deg);
	-ms-transform: scale(1.5) rotate(0deg);
	transform: scale(1.5) rotate(0deg);
}

.img-hover span {
	display: block;
	overflow: hidden;
	position: relative;
}

.img-hover span:after {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: " ";
	position: absolute;
	border: 0px solid transparent;
	background: var(--lbluergba5);
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transition: all .3s ease 0s;
	-moz-transition: all .3s ease 0s;
	-o-transition: all .3s ease 0s;
	-ms-transition: all .3s ease 0s;
	transition: all .3s ease 0s;
}

.img-hover span i {
	left: calc(50% - 28px);
	top: calc(80% - 29px);
	font-size: 56px;
	position: absolute;
	z-index: 2 !important;
	color: var(--white);
	opacity: 0;
	height: 58px;
	width: 56px;
	line-height: 56px;
	padding: 0px;
	margin: 0px;
	-webkit-transition: all 1.0s ease 0.3s;
	-moz-transition: all 1.0s ease 0.3s;
	-o-transition: all 1.0s ease 0.3s;
	-ms-transition: all 1.0s ease 0.3s;
	transition: all 1.0s ease 0.3s;
}


.img-hover span svg {
	position: absolute;
	left: calc(50% - 24px);
	top: calc(-25% - 24px);
	width: 48px;
	height: 48px;
	stroke-width:0;
	fill:var(--white) !important;
	-webkit-transition: all 0.3s ease 0.3s;
	-moz-transition: all 0.3s ease 0.3s;
	-o-transition: all 0.3s ease 0.3s;
	-ms-transition: all 0.3s ease 0.3s;
	transition: all 0.3s ease 0.3s;
	z-index: 2 !important;
	opacity: 0;
}


.img-hover:hover span svg {
	top: calc(50% - 24px);
	opacity: 1;
}

.img-hover:hover span:after {
	opacity: 1.0;
	filter: alpha(opacity=100);
}

.img-hover img,
.img-hover img,
.img-hover span:after {
	transition: all 1.0s ease-in-out;
}






.about-images {
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	overflow:hidden;
	-webkit-box-shadow: 0px 3px 20px 0px  var(--blackrgba1);
	-moz-box-shadow: 0px 3px 20px 0px  var(--blackrgba1);
	box-shadow: 0px 3px 20px 0px  var(--blackrgba1);
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}


.about-images:focus,
.about-images:hover {
	-webkit-transform: translateY(-15px);
	-moz-transform: translateY(-15px);
	-ms-transform: translateY(-15px);
	-o-transform: translateY(-15px);
	transform: translateY(-15px);

	-webkit-box-shadow: 0px 10px 30px -5px var(--blackrgba3);
	-moz-box-shadow: 0px 10px 30px -5px var(--blackrgba3);
	box-shadow: 0px 10px 30px -5px var(--blackrgba3);
}

.about-images img {
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	overflow:hidden;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
	filter: grayscale(100%);
	-webkit-filter: grayscale(100%);
}



.about-images img:hover{
	-moz-transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-o-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2);
	filter: grayscale(50%);
	-webkit-filter: grayscale(50%);
}



