@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;600;700&display=swap');
:root{
--green:#7dc24c;
--blue:#56a8dd;
}
*, *:before, *:after {
box-sizing: border-box;
padding: 0;
margin: 0;
}
*:focus {
outline: none;
}
::-webkit-scrollbar {
width: 5px;
}
::-webkit-scrollbar-track {
background: #f1f1f1; 
}
::-webkit-scrollbar-thumb {
background: var(--blue); 
}
::-webkit-scrollbar-thumb:hover {
background: var(--green); 
}
html{
-webkit-font-smoothing: antialiased;
-webkit-tap-highlight-color: transparent;
}
body {
margin:0;
padding:0;
font-family: 'Montserrat', sans-serif;
/* font-family: Tahoma, Sylfaen; */
font-size:16px;
font-weight:normal;
background-color: #fff;
color:var(--blue);
overflow-x: hidden;
}
header{
background-color: #eff0f4;
/* position: sticky;
top:0; */
z-index:8;
box-shadow: 0px 3px 21px -4px rgba(0,0,0,0.3);
}
.top-menu-wrapper{
background-color: #fff;
border-bottom: 1px solid #ddd;
}
.top-menu-wrapper-inner{
position: relative;
max-width: 1300px;
margin: auto;
padding: 13px 0 14px 0;
}
.top-menu-wrapper-inner img{
width:19px;
display: inline-block;
/* vertical-align: middle; */
}
ul.top-menu { 
list-style: none;
}
ul.top-menu li{
display: inline-block;
}
ul.top-menu li::after{
content: "|";
color: #929497;
font-size: 13px;
}
ul.top-menu li:last-child:after{
content: "";
}
ul.top-menu a{
color: #929497!important;
font-size: 13px;
margin: 10px;
font-weight: normal;
text-transform: uppercase;
letter-spacing: 1px;
}
ul.top-menu a:hover{
color: var(--blue)!important;
}
ul.top-menu li:first-child a{
margin-left: 0;
}
ul.top-menu a:hover{
text-decoration: underline;
}
ul.top-menu img{
height: 18px;
width: 18px;
object-fit: contain;
vertical-align: middle;
}
.lss {
max-width: 1300px;
margin: 0 auto;
position: relative;
display: grid;
grid-gap: 30px;
grid-template-columns: 200px auto 280px;
padding: 12px 0;
}
.lss .srch{
display: flex;
align-items: center;
justify-content: center;
position: relative;
}
.lss .srch .sbox{
padding: 10px 15px;
border-radius: 5px;
border: 2px solid var(--green);
font-size: 18px;
outline: none;
width: 100%;
color: #929497;
}
.srch::after{
content: url(/webroot/img/search-green.svg);
position: absolute;
right:17px;
top:15px;
width:30px;
height:30px;
}
li.search img{
width:17px;
display:inline-block;
vertical-align: text-bottom;
}
::placeholder {
color: #929497;
}
.logo { 
display: flex;
align-items: center;
}
.logo img{ 
width: 200px;
height: auto;
}
.tel,.pin{
display: flex;
align-items: center;
justify-content: flex-end;
}
.telpin{
display:grid;
grid-template-columns:70% auto;
grid-gap:30px;
}
.tel a, .pin a{
display: block;
color: #929497!important;
font-size: 17px;
letter-spacing: 1px;
border:2px solid #929497;
padding: 10px;
border-radius: 5px;
width: 100%;
text-align: center;
}
.tel a:hover, .pin a:hover{
color: var(--green)!important;
border:2px solid var(--green);
}
.tel a:hover .tb, .pin a:hover .pn{
stroke:var(--green);
}
.tel a svg{
width:20px;
vertical-align: middle;
}
.pin a svg{
width:22px;
vertical-align: middle;
}
.tb{
fill:none;
stroke:#929497;
stroke-linecap:round;
stroke-linejoin:round;
stroke-width:2px;
}
.pn{
fill:none;
stroke:#929497;
stroke-linecap:round;
stroke-linejoin:round;
stroke-width:0.8px;
}
.content{
position: relative;
}
.skitter {
max-width: initial;
z-index: 0;
}
.hi{
background-color:rgba(0, 0, 0, 0.98);
display:flex;
align-items:center;
justify-content:center;
position:fixed;
top:0;
bottom:0;
left:0;
right:0;
z-index:88;
}
.tollab_wrapper {
display:grid;
grid-template-columns:repeat(2, 1fr);
grid-gap:30px;
max-width:1300px;
margin:auto;
}
.tollab_wrapper p{
text-transform:uppercase;
font-size:22px;
text-align:center;
color:#fff;
transition:0.8s;
}
.tollab_wrapper div{
position:relative;
height:200px;
display:flex;
flex-direction:column;
align-items:center;
justify-content:center;
}
.tollab_wrapper div:hover img{
scale:1.3;
}
.tollab_wrapper div:hover p{
font-size:18px;
line-height:1.5;
}
.tollab_wrapper a{
z-index:8;
position:absolute;
top:0;
bottom:0;
left:0;
right:0;
}
.tollab_wrapper div.tool{
background-color:var(--blue);
padding:25px;
}
.tollab_wrapper div.lab{
background-color:var(--green);
padding:25px;
}
.tollab_wrapper img{
display:block;
margin:0 auto;
width:80px;
margin-bottom:25px;
transition:0.8s;
}
.blanc{
height:0;
margin-bottom:25px;
}
/* Ol list */
ol.oll{
margin:auto;
counter-reset: li;
list-style: none;
*list-style: decimal;
font: 15px 'trebuchet MS', 'lucida sans';
padding: 0;
margin-bottom: 4em;
}
ol.oll ol{
margin: 0 0 0 2em;
}
.oll a{
position: relative;
display: block;
padding: .4em .4em .4em .8em;
*padding: .4em;
margin: .5em 0 .5em 2.5em;
background-color: #eff0f4;
color: #444;
text-decoration: none;
-webkit-transition: all .3s ease-out;
-moz-transition: all .3s ease-out;
-ms-transition: all .3s ease-out;
-o-transition: all .3s ease-out;
transition: all .3s ease-out;	
}
.oll a:hover{
background: var(--blue);
color: #fff;
}	
.oll a:before{
content: counter(li);
counter-increment: li;
position: absolute;	
left: -2.5em;
top: 50%;
margin-top: -1em;
background-color: var(--green);
height: 2em;
width: 2em;
line-height: 2em;
text-align: center;
color:#fff;
}
.oll a:after{
position: absolute;	
content: '';
border: .5em solid transparent;
left: -1em;
top: 50%;
margin-top: -.5em;
-webkit-transition: all .3s ease-out;
-moz-transition: all .3s ease-out;
-ms-transition: all .3s ease-out;
-o-transition: all .3s ease-out;
transition: all .3s ease-out;				
}
.oll a:hover:after{
left: -.5em;
border-left-color: var(--green);				
}
.atext{
max-width:800px;
margin:auto;
margin-bottom:30px;
text-align:center;
line-height:1.5;
font-size:15px;
color: #929497;
}
/* Vacancies */
.vaca_wrap{
max-width:1300px;
margin:auto;
margin-bottom:50px;
}
.vaca_content{
max-width:1300px;
margin:auto;
display:grid;
grid-template-columns:auto 450px;
grid-gap:30px;
margin-bottom:50px;
}
.vaca_content p{
line-height:1.5;
color:var(--blue);
}
.vaca_content div h3{
font-size:18px;
color:#fff;
text-align:left;
margin-bottom:25px;
padding:12px 20px;
font-weight:normal;
}
.vaca_content div:first-child h3{
background-color: var(--blue);
}
.vaca_content div:last-child h3{
background-color: var(--green);
}
ul.vaca{
width:68%;
list-style:none;
margin:auto;
}
ul.vaca li{
position:relative;
border:1px solid #ddd;
margin-bottom:8px;
background-color:#f8f8f8;
border-left: 5px solid var(--green);
}
ul.vaca li:hover{
background-color:#f1f1f1;
}
ul.vaca li span{
position:absolute;
right:0;
top:0;
bottom:0;
display:flex;
justify-content:center;
align-items:center;
background-color:var(--blue);
color:#fff;
padding:0 25px;
width:120px;
}
ul.vaca li a{
color:var(--blue);
padding:12px;
display:block;
}
.info_pages ol{
padding:0;
margin:25px auto;
margin-left:20px;
}
.info_pages ol li{
margin-bottom:5px;
}
.arrc{
position:absolute;
bottom:0;
right:0;
width:100px;
margin:auto;
display:grid;
grid-template-columns:1fr 1fr;
background-color: rgba(255,255,255, 0.5);
}
.arrc img{
width:25px;
height:25px;
cursor:pointer;
display:inline-block;
}
.pprev{
text-align:left;
padding:10px;
}
.pnext{
text-align:right;
padding:10px;
}
.pprev span, .pnext span{
display:block;
height:25px;
}
.pprev:hover, .pnext:hover{
background-color: rgba(255,255,255, 0.5);
}
.portfolio h2{
margin-bottom:25px;
}
/* Drop down */
.pc {
position:relative;
background-color: red;
text-align:center;
width:300px;
margin:auto;
margin-top:30px;
margin-bottom:30px;
}
.dropbtn{
text-transform:uppercase;
font-size:16px;
padding:15px;
text-align:center;
width:300px;
margin:auto;
background-color: #000;
cursor:pointer;
color:#fff;
}
.dropbtn img{
width:17px;
margin-left:10px;
}
.dropdown {
position: relative;
display: inline-block;
}
.dropdown-content {
display: none;
position: absolute;
background-color: var(--blue);
width: 300px;
box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
z-index: 1;
top:50px;
animation-name: ms-menu-moveup;	
animation-duration: .6s;
}
.pc .dropdown-content a {
color: #fff;
padding: 15px 5px;
text-decoration: none;
display: block;
text-align:center;
}
.dropdown-content a:hover {
color: #333;
background-color:#fff;
}
/* Google map */
.ripples_wrapper{
padding: 100px;
background: var(--blue);
background-image: url("/webroot/img/bg.png");
background-image: url("/webroot/img/bg.png"), linear-gradient(-45deg, var(--green), var(--blue));
background-attachment: fixed;
margin:30px 0;
}
.ripples_wrapper>div{
display: grid;
grid-template-columns: 60% auto;
grid-gap:70px;
max-width: 800px;
margin: auto;
}
.ripples_wrapper p{
font-size: 25px;
color:#fff;
margin-bottom:20px;
text-transform: uppercase;
letter-spacing: 1px;
}
.ripples_wrapper input{
background-color: rgba(255,255,255, 0.2);
border: none;
padding:15px;
border:1px solid rgba(255,255,255, 0.5);
font-size:20px!important;
width: 100%;
margin:15px 0;
color: #fff!important;
}
.ripples_wrapper input:focus{
background-color: rgba(255,255,255, 0.3);
}
.ripples_wrapper input::placeholder {
color: #fff;
}
.ripples {
display: flex;
align-items: center;
justify-content: center;
width: 100px;
height: 100px;
margin: auto;
animation: rpls 0.6s linear infinite;
border-radius: 50px;
background-color: var(--green);
position: relative;
border: 3px solid rgba(255,255,255,0.3);
}
.ripples img{
width: 50px;
height: 50px;
}
@keyframes rpls {
	0% {
		box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.1),
		0 0 0 20px rgba(255, 255, 255, 0.1),
		0 0 0 40px rgba(255, 255, 255, 0.1),
		0 0 0 60px rgba(255, 255, 255, 0.1);
	}
	100% {
		box-shadow: 0 0 0 20px rgba(255, 255, 255, 0.1),
		0 0 0 40px rgba(255, 255, 255, 0.1),
		0 0 0 60px rgba(255, 255, 255, 0.1),
		0 0 0 80px rgba(255, 255, 255, 0);
	}
}
#bc-status{
	color: #fff;
}
/* Lists */
ul.arlist{
padding:0;
list-style-image: url('/webroot/img/ar-b.svg');
list-style-position: outside;
margin: 10px;
}
ul.arlist li{
padding:3px 0;
text-align: left !important;
font-size: 16px;
line-height: 1.5;
}
/* Video */
.videos_wrapper{
max-width:1200px;
margin:auto;
display:grid;
grid-template-columns: repeat(3, 1fr);
grid-gap:20px;	
margin-top:25px;
margin-bottom:25px;
}
.videos_wrapper div>img{
width:100%;
height:217px;
object-fit:cover;
display:block;
}
.videos_wrapper div{
display:flex;
align-items:center;
justify-content:center;
overflow: hidden;
flex-direction: column;
}
.videos_wrapper div a{
position:absolute;
}
.videos_wrapper div p{
background-color: var(--blue);
color: #fff;
padding: 10px;
font-size: 15px;
line-height: 1.5;
width: 100%;
text-align: center;
height: 70px;
display:flex;
align-items:center;
justify-content:center;
box-shadow: 0px -9px 14px -10px rgba(0,0,0,0.4);
-webkit-box-shadow: 0px -9px 14px -10px rgba(0,0,0,0.4);
-moz-box-shadow: 0px -9px 14px -10px rgba(0,0,0,0.4);
}
/* Site map */
ul.sitemapp:first-child{
margin:auto;
margin-bottom: 25px;
display:block;
}
ul.sitemapp li {
margin-left: 18px;
padding: 5px 0;
font-size: 16px;
font-weight:normal;
}
ul.sitemapp li a {
color: #555555;
transition: all .2s ease-in;
}
ul.sitemapp li a:hover {
color: var(--blue);
padding-left: 8px;
}
ul.sitemapp li ul li a{
color:#555555;
}
ul.sitemapp li ul li ul li a{
color:#555555;
}
ul.sitemapp li ul li ul li ul li a{
color:#555555;
}
/* Slider */
.bcont{
max-width:1300px;
margin:auto;
position:relative;
margin-top:30px;
margin-bottom:30px;
}
.bcont .slider div img {
width: 100%;
}
.bcont .slick-dots {
text-align: center;
margin: 15px 0 10px 0;
padding: 0;
}
.bcont .slick-dots li {
display: inline-block;
margin-left: 4px;
margin-right: 4px;
}
.bcont .slick-dots li.slick-active button {
background-color: var(--blue);
}
.bcont .slick-dots li button {
text-shadow: none;
color: transparent;
background-color: transparent;
border: 1px solid #555;
width: 10px;
border-radius: 50%;
outline:none;
cursor: pointer;
}
.bcont .slick-dots li :hover {
background-color: black;
}
.bcont .slick-slide {
margin: 0 10px;
}
.bcont .slick-list {
margin: 0 -10px;
}
.bcont .prev{
position: absolute;
top: calc(50% - 15px);
left: -1.5em;
}
.bcont .prev span, .next span{
cursor: pointer;
}
.bcont .next{
position: absolute;
top: calc(50% - 15px);
right: -1.6em;
}
.lw{
max-width:1300px;
}
.bcont div p{
font-size:14px;
text-align:center;
color:#25ACFF;
}
.bcont .amenities .slick-list{
padding:25px 0;
}
.bcont .testimonials .item{
border:1px solid #ddd;
padding:25px;
border-radius:15px;
height:455px;
}
.bcont .testimonials img{
transition:0.5s ease-in-out;
z-index:8;
position: relative;
background-color: #f1f1f1;
width:100px!important;
margin:auto;
}
.bcont .testimonials a span{
display:block;
font-size:17px;
color:var(--green);
margin:15px 0 15px 0;
text-align:center;
}
.bcont .testimonials a div.ttext{
height:250px;
overflow-y:auto;
padding:15px;
}
.bcont .testimonials a div.ttext p{
font-size:12px;
text-align:left;
line-height:1.5;
}
/* Gallery load more */
#gresults, #gallery{
max-width:1300px;
margin: auto;
display:grid;
grid-template-columns:repeat(3, 1fr);
grid-gap:30px;
margin-bottom:25px;
}
#gresults div, #gallery div{
-webkit-box-shadow: 0px 0px 19px -3px rgba(0,0,0,0.14);
-moz-box-shadow: 0px 0px 19px -3px rgba(0,0,0,0.14);
box-shadow: 0px 0px 19px -3px rgba(0,0,0,0.14);
}
#gresults img, #gallery img{
width:100%;
height:350px;
object-fit:cover;
display:block;
}
.wrpr{
margin-bottom: 30px;
}
/* Simple blocks */
.blocks{
max-width:1300px;
margin:auto;
margin-top:35px;
margin-bottom:35px;
display:grid;
grid-gap:30px;
grid-template-columns: repeat(4, 1fr);
transition:0.5s;
}
.blocks div{
position:relative;
overflow:hidden;
transition:0.5s;
}
.blocks div:hover .texts{
bottom:0;
top:auto;
}
.blocks .simg img{
width:100%;
height:300px;
object-fit:cover;
display:block;
}
.blocks .texts{
width:100%;
position:absolute;
font-weight:normal;
text-align:center;
top:calc(100% - 35px);
bottom:auto;
}
.blocks .texts p{
color:#fff;	
font-size:15px;
padding:8px 0;
background-color:rgba(0,0,0,0.4);
}
.blocks .texts span{
display:block;
color:var(--blue);	
font-size:14px;
padding:8px;
line-height:1.5;
background-color:rgba(0,0,0,0.6);
}
/* PAGEING */
ul.paging{
clear:both;
padding:10px 0 10px 0;
text-align:center;
margin:18px 0;
}
ul.paging li{
display:inline;
list-style:none;
font-size:15px;
cursor:pointer;
}
ul.paging li a{
display:inline-block;
line-height:34px;
width:33px;
height:33px;
margin:2px;	
color:var(--blue);
text-align:center;
text-decoration:none;
}
ul.paging li a:hover{
background-color:var(--blue);
color:#fff;
}
ul.paging li.current{
background-color:var(--blue);
display:inline-block;
line-height:34px;
width:33px;
height:33px;
margin:2px;	
color:#fff;
text-align:center;
text-decoration:none;
}
/* ATTRIBUTES */
.nothing{
margin:20px auto;
width:280px;
padding:8px 18px;
border:1px solid #ddd;
font-weight:normal;
text-align:center;
font-size:20px;
color:#ccc;
}
.e{
color:red;
}
.s{
color:green;
}
/* Accordion */
.accordion { 
width: 50%; 
min-width:350px;
margin:25px auto;
}
.accord-wrapper{
border: 2px solid #2D4555;
margin-bottom:15px;
}
.accord-header { 
position:relative;
padding:20px;
text-align:left;
font-weight:normal;
font-size:18px;
cursor:pointer;
user-select:none;
}
.accord-header:after { 
position:absolute;
content: url(/webroot/img/close.svg);
width:25px;
height:25px;
right:25px;
transition:0.8s;
}
.accord-opened:after { 
content: url(/webroot/img/close.svg);
transform: rotate(45deg);
}
.accord-content { 
display: none; 
padding:0 25px 25px;
color: #000831;
font-style: normal;
font-weight: 400;
font-size: 16px;
line-height: 1.5;
font-weight: normal;
}
.accord-content ul{ 
margin:0;
margin-left:25px;
padding:0;
}
.accord-content ul li{ 
margin-bottom:5px;
}
/* Back to top */
img.back-to-top{
width:40px;
margin:auto;
display:block;
z-index:8;
position: fixed;
right: 20px;
bottom: 100px;
background-color: var(--green);
padding:15px 8px;
transition:0.8s;
}
img.back-to-top:hover{
background-color: var(--blue);    
}
/* Draw border button */
.dbf{
background-color:var(--blue)!important;
color:#fff!important;
}
.draw-border {
display:inline-block;
color: var(--green)!important;
transition: 0.8s;
position: relative;
padding:15px 20px;
text-align:center;
background-color:transparent;
text-transform:uppercase;
font-size:13px;
letter-spacing:1px;
outline:none;
cursor:pointer;
border:1px solid var(--green);
z-index: 0;
transition:0.3s ease-in;
}
.draw-border::before{
height:0;
content: "";
position: absolute;
top: auto;
left: 0;
bottom: 0;
right: 0;
background-color:var(--green);
transition:0.3s ease-in;
z-index:-1;
}
.draw-border:hover{
color:#fff!important;
}
.draw-border:hover::before {
height:100%;
}
body a.draw-border{
color:#fff;
}
.draw-border-dark {
display:inline-block;
color: var(--blue);
transition: 0.8s;
position: relative;
padding:15px 20px;
text-align:center;
background-color:transparent;
text-transform:uppercase;
font-size:13px;
letter-spacing:1px;
outline:none;
cursor:pointer;
border:1px solid var(--blue);
z-index: 0;
transition:0.3s ease-in;
}
.draw-border-dark::before{
height:0;
content: "";
position: absolute;
top: 0;
left: 0;
bottom: 0;
right: 0;
background-color:var(--blue);
transition:0.3s ease-in;
z-index:-1;
}
.draw-border-dark:hover{
color:#fff;
}
.draw-border-dark:hover::before {
height:100%;
}
.draw-border-white {
display:inline-block;
color: #fff;
transition: 0.8s;
position: relative;
padding:15px 20px;
text-align:center;
background-color:transparent;
text-transform:uppercase;
font-size:13px;
letter-spacing:1px;
outline:none;
cursor:pointer;
border:1px solid #fff;
z-index: 0;
transition:0.3s ease-in;
margin-top: 15px;
}
.draw-border-white::before{
height:0;
content: "";
position: absolute;
top: 0;
left: 0;
bottom: 0;
right: 0;
background-color:#fff;
transition:0.3s ease-in;
z-index:-1;
}
.draw-border-white:hover{
color:var(--blue);
}
.draw-border-white:hover::before {
height:100%;
}
body a.draw-border-white{
color:var(--blue);
}
.animation_image_gallery, .animation_image_info{
text-align:center;
}
#cur_info, #cur_gallery{
position:relative;
}
a:link, a:visited{
text-decoration:none;
color:var(--blue);
}
.ppage{
display: grid;
grid-gap: 5%;
grid-template-columns: 60% 35%;
padding: 20px 0;
max-width:1300px;
margin:auto;
}
.single{
margin-bottom:25px;
}
.single h1{
margin:0;
padding:0;
font-size:25px;
font-weight:normal;
text-align:center;
color:#000;
}
.single>img{
width:100%;
object-fit: cover;
margin-bottom:15px;
}
.recent p{
font-size:25px;
text-align:center;
color:#000;
}
.single p{
font-size:16px;
text-align:left;
line-height:1.5;
color:var(--blue);
}
.recent{
display:flex;
flex-direction: column;
}
.rhr{
height: 4px;
width: 80px;
background: var(--mainc);
border: 0;
margin: 18px auto;
display:block;
}
.ppage .recent .h2-title{
margin-bottom:40px;
}
.recent>div:not(:last-child){
margin-bottom:30px;
}
/* news cards */
.ncardsw{
margin-bottom: 30px;
}
.ncards {
max-width:1300px;
margin: 0 auto;
margin-bottom:25px;
display: grid;
grid-gap: 30px;
grid-template-columns: repeat(3, 1fr);
}
.ncard {
position: relative;
background-color: #eff0f4;
-webkit-transition: all 0.5s linear;
-moz-transition: all 0.5s linear;
transition: all 0.5s linear;
}
.ncard:hover {
box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.1);
}
.ncard h3 {
color:var(--mainc);
font-size: 19px;
font-weight: normal;
margin-top:5px;
text-align:left;
}
.ncard span {
color:var(--blue);
font-size: 14px;
line-height:1.5;
text-align:left;
}
.ncard em, .single em {
color:var(--green);
font-size:14px;
text-align:right;
display:block;
margin-top:10px;
}
body .ppage>.single>em>img, body .ppage>.recent>.ncard>a>article>em>img{
width:18px;
height:auto;
object-fit:fill;
margin:0;
}
.ncard article {
padding:20px 30px 30px 30px;
}
.ncard article hr {
width: 30px;
margin: 13px 0;
border: 1px solid var(--mainc);
background-color:var(--mainc);
transition: all 0.8s linear;
}
.nimg {
overflow: hidden;
position:relative;
}
.nimg .views{
position:absolute;
top:10px;
right:10px;
z-index:2;
background-color:rgba(0,0,0, 0.3);
padding:10px;
color:#fff;
border-radius:10px;
z-index: 1;
}
.nimg .views img{
width:20px;	
margin-right:10px;
}
.nimg>img {
width: 100%;
height:300px;
object-fit:cover;
-webkit-transform: scale(1.1);
-moz-transform: scale(1.1);
transform: scale(1.1);
-webkit-transition: transform 0.8s linear;
-moz-transition: transform 0.8s linear;
transition: transform 0.8s linear;
}
.ncard:hover .nimg>img {
-webkit-transform: scale(1.2) rotate(3deg);
-moz-transform: scale(1.2) rotate(3deg);
transform: scale(1.2) rotate(3deg);
}
.ncard:hover article:after {
border-color: transparent transparent var(--mainc) transparent;
border-width: 0 0 30px 30px;
}
.loadm{
text-align:center;
}
/* Search */
#srch{
width:100%;
}
.srch p{
position:absolute;
display:none;
width:calc(100% - 10px);
z-index:88888;
max-height:300px;
overflow-y: auto;
background-color:rgba(245,245,245,0.90);
box-shadow: 0px 3px 21px -4px rgba(0,0,0,0.3);
}
.srch p span{
display:block;
padding:8px;
color:red;
font-size:14px;
}
.srch p em{
position: absolute;
right: 15px;
font-weight: bold;
}
.srch p strong{
font-size:14px;
line-height: 1.5;
font-weight: normal;
padding-right:125px;
}
.srch a.g{
display:flex;
align-items:center;
padding:10px 0;
color:var(--green);
font-size:15px;
border-bottom:1px solid #ddd;
}
.srch a.b{
display:flex;
align-items:center;
padding:10px 0;
color:var(--blue);
font-size:15px;
border-bottom:1px solid #ddd;
}
.srch a:last-child{
border-bottom:none;	
}
.srch a.g:hover{
color:#fff!important;
background-color:var(--green);
}
.srch a.b:hover{
color:#fff!important;
background-color:var(--blue);
}
.search_wrap{
max-width:1300px;
margin:auto;
margin-bottom:50px;
}
.search_wrap ul{
list-style:none;
}
.search_wrap ul li a{
color:#25ACFF;
padding:15px 0 15px 60px;
border:1px solid #fff;
display:block;
margin-bottom:8px;
position:relative;
background-color:#f1f1f1;
}
.search_wrap ul li a:hover:before{
background-color:var(--blue);
}
.search_wrap ul li a:hover{
background-color:#e8e8e8;
}
.search_wrap ul li a:before{
content: url("/webroot/img/ar-right-white.svg");
background-color:#25ACFF;
top:0;
left:0;
right:0;
bottom:0;
position:absolute;
width:50px;
display:flex;
align-items:center;
justify-content:center;
}
.search{
position:relative;
}
.search div{
position:absolute;
z-index:8;
display:none;
width:190px;
height:35px;
right:6px;
background-color:rgba(255,255,255, 0.3);
-webkit-box-shadow: 0px 3px 16px -4px rgba(0,0,0,0.42);
-moz-box-shadow: 0px 3px 16px -4px rgba(0,0,0,0.42);
box-shadow: 0px 3px 16px -4px rgba(0,0,0,0.42);
animation-name: ms-menu-moveup;	
animation-duration: .6s;
}
.search div:before{
position:absolute;
content:"";
width: 0;
height: 0;
top:-10px;
right:6px;
border-style: solid;
border-width: 0 10px 10px 10px;
border-color: transparent transparent rgba(255,255,255, 0.3) transparent;
}
.search input[type=text]{
width:100%;
height:35px;
border:none;
padding:5px 10px;
font-size:16px;
display:inline-block;
background-color:rgba(255,255,255, 0.8);
}
.offers_wrapper{
position: relative;
max-width:1300px;
margin: auto;
margin-bottom: 30px;
}
#laboratory.offers_wrapper h2{
padding:10px;
color:#fff;
background-color: var(--green);
text-align: center;
text-transform: uppercase;
font-weight: normal;
font-size:19px;
letter-spacing:2px;
}
#laboratory.offers_wrapper a{
padding:10px;
color:var(--green);
background-color: #f1f1f1;
text-align: left;
font-weight: normal;
font-size:16px;
display: block;
line-height: 1.5;
border-bottom: 1px solid #ddd;
transition: 0.3s;
}
#laboratory.offers_wrapper a:hover{
background-color: var(--green);
color: #fff;
}
#laboratory.offers_wrapper div{
padding:15px;
color:var(--green);
background-color: #e1e1e1;
font-size:15px;
display:none;
}
#services.offers_wrapper h2{
padding:10px;
color:#fff;
background-color: var(--blue);
text-align: center;
text-transform: uppercase;
font-weight: normal;
font-size:19px;
letter-spacing:2px;
}
#services.offers_wrapper a{
padding:15px;
color:var(--blue);
background-color: #f1f1f1;
text-align: left;
font-weight: normal;
font-size:16px;
display: block;
line-height: 1.5;
border-bottom: 1px solid #ddd;
transition: 0.3s;
overflow:hidden;
}
#services.offers_wrapper a:hover, #services.offers_wrapper a.opened{
background-color: rgba(86,168,221,0.7);
color: #fff;
}
#laboratory.offers_wrapper a:hover, #laboratory.offers_wrapper a.opened{
background-color: rgba(125,194,76,0.7);
color: #fff;
}
#laboratory.offers_wrapper a p, #services.offers_wrapper a p{
display:grid;
grid-template-columns: auto max-content;
grid-gap:15px;
}
#laboratory.offers_wrapper a p em, #services.offers_wrapper a p em{
text-align:right;
}
#services.offers_wrapper div{
padding:20px;
color:var(--blue);
background-color: #e1e1e1;
font-size:15px;
line-height: 1.5;
display:none;
}
.staff_wrapper{
display: grid;
grid-template-columns: repeat(4, 1fr);
grid-gap: 30px;
max-width: 1300px;
margin:30px auto;
}
.staff_wrapper img{
width: 100%;
height: auto;
display: block;
}
.staff_wrapper div{
background-color: #eff0f4;
}
.staff_wrapper .stitle p:nth-child(1){
color: var(--blue);
padding: 8px;
text-align: center;
font-size: 17px;
text-transform: uppercase;
letter-spacing: 1px;
}
.staff_wrapper .stitle p:nth-child(2){
color: var(--green);
padding: 15px 10px;
text-align: center;
font-size: 15px;
font-weight: normal;
line-height: 1.5;
}
/* Titles */
.h2-title{
position:relative;
text-align:center;
max-width:1300px;
margin:auto;
margin-top:40px;
margin-bottom:30px;
text-transform:uppercase;
}
.single .h2-title, .recent .h2-title{
margin-top:0;
}
.h2-title h2{
font-size:25px;
letter-spacing:1px;
color:var(--blue);
margin-bottom:10px;
font-weight:normal;
}
.h2-title p{
font-size:17px;
letter-spacing:1px;
color:var(--green);
font-weight:normal;
margin: 0 0 5px 0;
}
.h2-title::after {
content: "";
width: 100px;
height: 5px;
position: relative;
border-radius: 5px;
border-left: 46px solid var(--green);
border-right: 46px solid var(--blue);
display: inline-block;
}
.h2-title-dark{
position:relative;
text-align:center;
max-width:1300px;
margin:auto;
margin-top:40px;
margin-bottom:40px;
}
.h2-title-dark h2{
font-weight:normal;
font-size:30px;
letter-spacing:1px;
color:#fff;
margin-bottom:10px;
}
.h2-title-dark hr {
height: 2px;
width: 60px;
position: relative;
background: #fff;
border: 0;
display: inline-block;
}
/* Counter */
#counter{
background-color:var(--blue);
background: linear-gradient(-45deg, var(--blue), var(--green));
background-size: 200% 200%;
animation: gradient 15s ease infinite;
color:#fff;
padding:40px 0;
margin:40px 0;
}
#counter .item{
text-align:center;
}
#counter .counter-value{
font-size:50px;
font-weight:bold;
margin-bottom:15px;
}
@keyframes gradient {
	0% {
		background-position: 0% 50%;
	}
	50% {
		background-position: 100% 50%;
	}
	100% {
		background-position: 0% 50%;
	}
}
/* Footer */
.footer {
width: 100%;
color: #fff;
position: relative;
overflow-x: hidden;
}
.footeri {
max-width:1300px;
margin: 0 auto;
display: grid;
grid-gap: 30px;
grid-template-columns: auto 25% 25%;
padding: 40px 0 10px 0;
color: #fff;
}
.footeri ul {
list-style: square;
margin-left: 15px;
}
.footeri ul a{
color: #fff;
font-size: 15px;
letter-spacing: 1px;
transition:0.8s;
line-height:1.6;
}
.footeri ul a:hover{
text-decoration: underline;
}
.footer>p {
text-align: center;
margin: 0;
padding: 0;
padding-bottom: 10px;
margin-top:25px;
}
.foot1 h3, .foot2 h3, .foot3 h3{
font-size: 20px;
margin-bottom: 50px;
font-weight: normal;
color: #fff;
text-transform:uppercase;
letter-spacing:1px;
position: relative;
}
.foot1 h3::after, .foot2 h3::after, .foot3 h3::after{
content: "";
width: 90px;
height: 5px;
position: absolute;
left: 30px;
margin-left: -30px;
bottom: -20px;
border-radius: 5px;
border-left: 40px solid #fff;
border-right: 40px solid #fff;
}
.foot1 p, .foot2 p {
padding: 0;
color: #fff;
font-size: 14px;
line-height:1.5;
letter-spacing:1px;
margin-bottom: 15px;
}
.foot1 p span{
font-size:12px;
font-style: oblique;
color:#ccc;
}
.foot1 a{
color:#fff;
}
.foot1>img{
width:70%;
max-width: 300px;
margin-bottom: 25px;
}
.social img{
width:30px;
height:30px;
object-fit:contain;
}
.foot3 em{
text-align:right;
}
hr.ftr {
width: 100%;
border: 1px solid #fff;
box-sizing: border-box;
}
.footer p.copyr span{
margin-top:8px;
display:block;
}
ul.social{
list-style:none;
display:inline;
margin:0;
padding:0;
}
ul.social li{
margin-right:10px;
display:inline;
}
.social li:last-child{
margin-right:0;
}
.bg {
animation:slide 13s ease-in-out infinite alternate;
background-image: linear-gradient(-60deg, var(--green) 50%, var(--blue) 50%);
position:absolute;
top:0;
bottom:0;
right:-50%;
left:-50%;
opacity:.5;
z-index:-1;
}
.bg2 {
animation-direction:alternate-reverse;
animation-duration:14s;
}
.bg3 {
animation-duration:15s;
}
@keyframes slide {
	0% {
		transform:translateX(-25%);
	}
	100% {
		transform:translateX(25%);
	}
}
/* Contact form */
.form-wrapper {
max-width:1300px;
margin: auto;
display:grid;
grid-template-columns: repeat(2, 1fr);
grid-gap:40px;
margin-bottom:30px;
}
.form-wrapper label, label{
display:block;
margin-bottom:8px;
color:var(--blue);
}
.form-wrapper input[type="text"] {
height: 40px;
width:100%;
}
.form-wrapper textarea {
height: 92px;
}
.form-wrapper-left {
display:flex;
justify-content: flex-start;
align-items: center;
flex-direction: column;
}
.form-wrapper-left h2, .form-wrapper-right h2{
text-align:center;
padding:10px;
font-size:19px;
background-color:var(--blue);
text-transform:uppercase;
letter-spacing:1px;
color:#fff;
width:100%;
margin-bottom:30px;
font-weight:normal;
}
.form-wrapper-left>div{
width:100%;
}
.form-wrapper-left ul{
width:100%;
display:block;
margin-bottom:30px;
}
.form-wrapper-left ul>li{
display:inline-block;
border:1px solid var(--blue);
padding:10px 20px;
text-align:left;
cursor:pointer;
font-size:15px;
background-color:#eff0f4;
}
.form-wrapper-left ul>li.act{
background-color:var(--blue); 
color:#fff;
}
.form-wrapper-left div p:not(:first-child){
width:100%;
display:none;
}
.form-wrapper-right {
display:flex;
justify-content: flex-start;
align-items: center;
flex-direction: column;
}
.form-wrapper-right form{
width:100%;
}
.multifile_remove_input {
color: var(--blue);
font-size: 28px;
text-decoration: none;
}
.flabel{
display:block;
position:relative;
width:100%;
height:auto;
font-size:16px;
padding:8px;
color:var(--blue);
}
#file_input {
width:100%;
position:absolute;
color: transparent;
opacity:0;
cursor:pointer;
top:0;
left:0;
bottom:0;
right:0;
}
.multifile_container{
position:relative;
z-index:5;
}
.upload_file{
padding:0 5px;
color:var(--blue);
margin:5px 0;
}
.upload_file:hover{
color:var(--blue);
}
.upload_file:last-child{
margin-bottom:0;
}
.filename{
word-break: break-all;
}
textarea, input[type=text] {
font-family: inherit;
font-size: inherit;
color:var(--blue);
}
textarea:-moz-ui-invalid:not(output), input[type=text]:-moz-ui-invalid:not(output) {
box-shadow: none;
border: 1px solid inherit;
}
.form-control {
position: relative;
margin: 0 0 20px 0;
width:100%;
}
.form-control input, .form-control textarea {
border: 0;
border-bottom: 2px solid var(--blue);
padding: 15px 0;
display: block;
font-size: 16px;
width: 100%;
transition: 0.1s ease-in;
background-color:transparent;
}
.form-control input:focus, .form-control textarea:focus, .form-control input:valid, .form-control textarea:valid{
border-bottom-color: var(--green);
outline: none;
}
.form-control input:focus + label span, .form-control textarea:focus + label span, .form-control input:valid + label span, .form-control textarea:valid + label span{
color: var(--green);
transform: translateY(-25px);
}
.form-control label {
position: absolute;
top: 10px;
left: 0;
}
.form-control label span {
display: inline-block;
font-size: 16px;
min-width: 5px;
transition: 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
#mail-status, #mail-statuss{
background-color:rgba(255,255,255, 0.5);
width:70%;
min-width: 300px;
padding:8px;
text-align:center;
display:none;
color:var(--blue);
}
.preloader, .preloaders{
width:15px;
display:none;
}
.form-row{
display:grid;
grid-template-columns: repeat(2, 1fr);
grid-gap:30px;
}
.form-row3{
display:grid;
grid-template-columns: repeat(3, 1fr);
grid-gap:30px;
}
.form-row3 .form-control{
display:flex;
}
.form-control select{
width:100%;
padding:10px;
font-size:18px;
letter-spacing:1px;
color:#555;
border:1px solid #ccc;
background-color:transparent;
}
.grecaptcha-badge { 
visibility: hidden;
}
.s_container{
background-color:#ededed;
padding:5% 0;
}
.s_container h2{
font-weight:normal;
text-transform:uppercase;
font-size:25px;
text-align:center;
margin-bottom:25px;
}
.texto p{
font-size:17px;
}
/* Reveal block */
.reveal-holder {
position: relative;
display: inline-block;
overflow: hidden;
}
.reveal-holder .reveal-block {
position: absolute;
top: 0;
width: 101%;
height: 101%;
background: white;
}
.reveal-holder .reveal-block::before {
position: absolute;
content: '';
top: 0;
left: 0;
right: 0;
bottom: 0;
background: #333;
transition-property: -webkit-transform;
transition-property: transform;
transition-property: transform, -webkit-transform;
transition-duration: 0.5s;
}
.reveal-block.gradient::before {
background: linear-gradient( rgb(86, 168, 221), rgb(125, 194, 76) );
}
.reveal-block.gradient-two::before {
background: linear-gradient(to left, #555, #555);
}
.reveal-block.extra {
background: var(--blue);
}
.reveal-block.extra::before {
background: var(--green);
}
.reveal-block.top.aos-animate::before,
.reveal-block.bottom.aos-animate::before {
  -webkit-transform: scaleY(1);
          transform: scaleY(1);
}
.reveal-block.left.aos-animate::before,
.reveal-block.right.aos-animate::before {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}
.reveal-block.top::before {
  -webkit-transform: scaleY(0);
          transform: scaleY(0);
  -webkit-transform-origin: 0% 100%;
          transform-origin: 0% 100%;
}
.reveal-block.left::before {
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: 100% 0%;
          transform-origin: 100% 0%;
}
.reveal-block.right::before {
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: 0% 100%;
          transform-origin: 0% 100%;
}
.reveal-block.bottom::before {
  -webkit-transform: scaleY(0);
          transform: scaleY(0);
  -webkit-transform-origin: 100% 0%;
          transform-origin: 100% 0%;
}
/* AOS animate */
[data-aos="reveal-top"],
[data-aos="reveal-left"],
[data-aos="reveal-right"],
[data-aos="reveal-bottom"] {
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  transition-delay: 0.5s;
}

[data-aos="reveal-top"] {
  -webkit-transform: scaleY(1);
          transform: scaleY(1);
}
[data-aos="reveal-top"].aos-animate {
  -webkit-transform: scaleY(0);
          transform: scaleY(0);
  -webkit-transform-origin: 100% 0%;
          transform-origin: 100% 0%;
}

[data-aos="reveal-left"] {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}
[data-aos="reveal-left"].aos-animate {
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: 0% 100%;
          transform-origin: 0% 100%;
}

[data-aos="reveal-right"] {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}
[data-aos="reveal-right"].aos-animate {
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: 100% 0%;
          transform-origin: 100% 0%;
}

[data-aos="reveal-bottom"] {
  -webkit-transform: scaleY(1);
          transform: scaleY(1);
}
[data-aos="reveal-bottom"].aos-animate {
  -webkit-transform: scaleY(0);
          transform: scaleY(0);
  -webkit-transform-origin: 0% 100%;
          transform-origin: 0% 100%;
}

[data-aos="reveal-item"] {
  visibility: hidden;
  transition-property: visibility;
  transition-duration: 0s;
}
[data-aos="reveal-item"].aos-animate {
  visibility: visible;
}
.packages_wrapper{
display: grid;
grid-template-columns: repeat(3, 1fr);
grid-gap:30px;
max-width: 1300px;
margin: auto;
}
.packages_wrappert{
display: grid;
grid-template-columns: repeat(2, 1fr);
grid-gap:30px;
max-width: 1300px;
margin: auto;
}
.packages_wrapper>div, .packages_wrappert>div{
background-color: #eff0f4;
transition: 0.8s!important;
}
.packages_wrapper>div:hover, .packages_wrappert>div:hover{
-webkit-box-shadow: 0px 0px 20px 1px rgba(0,0,0,0.3);
-moz-box-shadow: 0px 0px 20px 1px rgba(0,0,0,0.3);
box-shadow: 0px 0px 20px 1px rgba(0,0,0,0.3);
}
.packages_wrapper img, .packages_wrappert img{
width:100%;
height: auto;
}
.pdesc{
padding:0 30px 40px 35px;
}
.pdesc ol li{
margin-bottom: 8px;
color: #929497;
list-style-position: outside;
font-size:13px;
margin-left:10px;
}
.pdesc p{
color: var(--green);
font-size:12px;
}
.pdesc h2{
color: #929497;
font-size:17px;
text-align: center;
margin:25px 0;
line-height: 1.5;
}
/* Fade Out Buttons  */
.fob_wrapper{
display:grid;
grid-template-columns:repeat(3, 1fr);
grid-gap:30px;
max-width:1300px;
margin:auto;
margin-bottom:40px;
}
.fob {
background-color: #eff0f4;
padding: 20px 30px;
overflow: hidden;
position: relative;
transition: 0.8s!important;
border-bottom:2px solid var(--green);
}
a.fob {
text-decoration: none;
}
.fob big {
color: var(--blue);
font-size: 16px;
text-transform: uppercase;
margin:0;
margin-bottom: 10px;
transition: 0.8s;
display:block;
}
.fob span{
display:block;	
}
.fob span:first-child {
position:relative;
height:100px;
display:flex;
align-items:center;
justify-content:center;
}
.fob span:last-child {
position:relative;
text-align:center;
}
.fob .icon {
position: absolute;
-webkit-transform: scale(1);
-moz-transform: scale(1);
transform: scale(1);
-webkit-transition: opacity 0.8s, -webkit-transform 0.7s;
-moz-transition: opacity 0.8s, -moz-transform 0.7s;
transition: opacity 0.8s, transform 0.7s;
width: 130px;
padding: 0 25px;
}
.fob .icon img{
width: 100%;
}
.fob:hover {
background: rgba(125,194,76,0.4);
background: -moz-linear-gradient(45deg, rgba(125,194,76,0.45) 0%, rgba(86,168,221,0.45) 100%);
background: -webkit-linear-gradient(45deg, rgba(125,194,76,0.45) 0%, rgba(86,168,221,0.45) 100%);
background: -o-linear-gradient(45deg, rgba(125,194,76,0.45) 0%, rgba(86,168,221,0.45) 100%);
background: -ms-linear-gradient(45deg, rgba(125,194,76,0.45) 0%, rgba(86,168,221,0.45) 100%);
background: linear-gradient(45deg, rgba(125,194,76,0.45) 0%, rgba(86,168,221,0.45) 100%);
-webkit-box-shadow: 0px 0px 16px -3px rgba(0,0,0,0.20);
-moz-box-shadow: 0px 0px 16px -3px rgba(0,0,0,0.20);
box-shadow: 0px 0px 16px -3px rgba(0,0,0,0.20);
}
.fob:hover big {
font-size:14px;
}
.fob:hover .icon {
color: #fff;
}
.fob:hover .icon.icon-fadeout {
-webkit-transform: scale(6);
-moz-transform: scale(6);
transform: scale(6);
opacity: 0;
}
.info_pages{
max-width:1300px;
min-height:300px;
margin: 0 auto;
margin-bottom:25px;
line-height:1.5;
color:var(--blue);
}
.info_pages p{
line-height:1.5;
font-size:16px;
}
.profile_wrap{
display: grid;
grid-template-columns: 350px auto;
grid-gap: 50px;
}
.profile_wrap div:first-child img{
width: 100%;
height: auto;
box-shadow:-50px -50px 0 -40px var(--blue), 50px 50px 0 -40px var(--green);
}
.loader{
width: 300px;
}
.fluger{
position:absolute;
bottom:-205px;
right:100px;
width:350px;
height: 350px;
animation: rotate 15s linear infinite;
z-index:-1;
opacity: 0.2;
}
.fluger img{
width: 100%;
height: auto;
}
@keyframes rotate {
	0% {
		rotate: 0deg;
	}
	100% {
		rotate: 360deg;
	}
}
.advantages_wrapper{
max-width: 1300px;
margin: 30px auto;
position: relative;
display: grid;
grid-template-columns: repeat(3, 1fr);
grid-gap: 30px;
}
.advantages_wrapper .card{
position: relative;
}
.advantages_wrapper .card .face{
width: 100%;
height: 160px;
transition: 0.5s;
}
.advantages_wrapper .card .face.face1{
position: relative;
background: var(--blue);
display: flex;
justify-content: center;
align-items: center;
z-index: 1;
transform: translateY(60px);
padding: 30px;
box-sizing: border-box;
}
.advantages_wrapper .card:hover .face.face1{
background: var(--green);
transform: translateY(0);
}
.advantages_wrapper .card .face.face1 .content{
opacity: 1;
transition: 0.5s;
text-align: center;
}
.advantages_wrapper .card:hover .face.face1 .content{
opacity: 1;
}
.advantages_wrapper .card .face.face1 .content img{
max-width: 80px;
}
.advantages_wrapper .card .face.face1 .content h3{
margin: 10px 0 0;
padding: 0;
color: #fff;
text-align: center;
font-size: 19px;
font-weight: normal;
line-height: 1.5;
}
.advantages_wrapper .card .face.face2{
position: relative;
background-color: rgba(255, 255, 255, 0.7);
color: var(--blue);
display: flex;
justify-content: center;
align-items: center;
padding: 20px;
box-sizing: border-box;
box-shadow: 0 10px 40px rgba(0, 0, 0, 0.3);
transform: translateY(-100px);
}
.advantages_wrapper .card:hover .face.face2{
transform: translateY(0);
}
.advantages_wrapper .card .face.face2 .content p{
margin: 0;
padding: 0;
line-height: 1.5;
font-size: 14px;
}
.fblocks_wrapper{
display: grid;
grid-template-columns: repeat(5, 1fr);
grid-gap:30px;
max-width: 1300px;
margin: auto;
}
.fblocks_wrapper>div{
transition: 0.8s!important;
}
.fblocks_wrapper>div a{
background-color: var(--blue);
color: #fff!important;
padding: 15px;
display: block;
text-align: center;
transition: 0.8s;
}
.fblocks_wrapper>div a:hover{
background-color: var(--green);
}
.fcblocks_wrapper{
display: grid;
grid-template-columns: repeat(4, 1fr);
grid-gap:30px;
max-width: 1300px;
margin: auto;
}
.fcblocks_wrapper div{
background-color:var(--blue);
}
.fcblocks_wrapper img{
width:100%;
height:150px;
object-fit:cover;
display:block;
}
.fcblocks_wrapper a{
color:#fff;
padding:15px;
font-size:17px;
display:block;
text-align:center;
}
.languages img{
width:21px;
display:inline-block;
vertical-align: text-bottom;
}
.doc_wrap{
display:grid;
grid-template-columns: 35% auto;
background-color:#eff0f4;
margin:30px auto;
}
.doc_wrap img{
width:100%;
display:block;
}
.doc_wrap div:last-child{
padding:25px;
}
.doc_wrap h2{
text-transform:uppercase;
font-size:17px;
color:var(--blue);
margin-bottom:10px;
font-weight:normal;
}
.doc_wrap h2 span{
text-transform:none;
font-size:14px;
color:var(--blue);
font-weight:normal;
}
.doc_wrap p{
font-size:13px;
}
.doc_wraps{
display:grid;
grid-template-columns: repeat(3, 1fr);
grid-gap:30px;
max-width:1300px;
margin:30px auto;
}
.doc_wraps div img{
width:100%;
display:block;
}
.doc_wraps div{
text-align:center;
background-color:#eff0f4;
padding-bottom:25px;
}
.doc_wraps div h2{
text-transform:uppercase;
font-size:16px;
color:var(--blue);
padding:15px;
font-weight:normal;
text-align:center;
}
.doc_wraps div h2 span{
text-transform:none;
font-size:14px;
color:var(--blue);
font-weight:normal;
}
.doc_wraps div a{
display:inline-block;
}
table.sms{
border-collapse: collapse;
width: 100%;
}
th, td {
text-align: left;
padding: 8px;
font-size:12px;
color:var(--blue)!important;
}
table.sms tr td p{
color: var(--green);
}
tr:nth-child(even) {
background-color: #fff;
}
ul.ppic_wrap{
list-style-type:none!important;
list-style-image:none;
display:grid;
grid-template-columns:repeat(5, 1fr);
grid-gap:30px;
margin:30px auto;
padding:0;
max-width
}
ul.ppic_wrap li img{
width:100%;
height:150px;
object-fit:contain;
}
/* MEDIA QUERIES */
@media screen and (min-width: 1101px) {
    .languages ul li{
    text-align:center;
    width:80px;
    }    
	.languages img{
    vertical-align: middle;
    }
    .languages ul li a{
    width:100%;
    }
}
@media screen and (max-width: 1300px) {
	.doc_wraps, .tollab_wrapper, .offers_wrapper, .packages_wrapper, .packages_wrappert, .atext, .vaca_wrap, .staff_wrapper, .advantages_wrapper, .lss, .ppage, .top-menu-wrapper-inner, .twoblocks, .search_wrap, .form-wrapper, .videos_wrapper, .fob_wrapper, .gwrap, .vaca_content, .bcont, .ncards, .h2-title, .h2-title-dark, .info_pages, .footeri, .blocks, .fblocks_wrapper,.fcblocks_wrapper{
	width:95%;
	}
	::placeholder {
    color: #fff;
    }
}
@media screen and (max-width: 1200px) {
	.vaca_content{
	width:95%;
	}
	.search div{
	width:197px;
	height:45px;
	left:65px;
	top:0;
	background-color:#fff;
	padding:6px;
	animation-name: ms-menu-right;	
	animation-duration: .6s;
	}
	.search div:before{
	top:6px;
	left:-12px;
	border-width: 17px 12px 17px 0;
	border-color: transparent #fff transparent transparent;
	}
	.fcblocks_wrapper{
    grid-template-columns: repeat(4, 1fr);
    }
}
@media screen and (max-width: 1000px) {
	.footeri {
	grid-template-columns: repeat(2, 1fr);
	}
	.cform-wrapper .fwrap{
	width:70%;
	}
	.form-wrapper{
	grid-template-columns:1fr;
	}
	.blocks{
	grid-template-columns: repeat(3, 1fr);
	}
	.videos_wrapper{
	grid-template-columns: repeat(2, 1fr);
	}
    .v_portfolio .slick-slide img{
    height:450px;
    }
	.label_skitter{
	bottom: 25px;
	}
	.fob_wrapper, .staff_wrapper {
	grid-template-columns: repeat(2, 1fr);
	}
	.fcblocks_wrapper{
    grid-template-columns: repeat(2, 1fr);
    }
    .doc_wrap{
    grid-template-columns: 100%;
    }
    .doc_wraps{
    grid-template-columns: repeat(2, 1fr);    
    }
}
@media screen and (max-width: 900px) {
	.foot1 h3, .foot2 h3, .foot3 h3{
	font-size: 17px;
	}
	.cw, .h2-title{
	max-width:95%;
	}
	.vaca_content{
	grid-template-columns:100%;
	}
	ul.vaca{
	width:100%;
	}
	#gresults, #gallery{
	grid-template-columns: repeat(2, 1fr);
	}
    .v_portfolio .slick-slide img{
    height:400px;
    }
	.top ul {
	display: none;
	}
	.advantages_wrapper{
	grid-template-columns: 100%;	
	}
	.advantages_wrapper .card .face {
	height: auto;
	}
	.packages_wrapper{
	grid-template-columns: repeat(2, 1fr);
	}
	.fblocks_wrapper{
    grid-template-columns: repeat(3, 1fr);
    }
    .lss{
	grid-template-columns: 100%;
	grid-gap: 12px;
	}
	.telpin{
	grid-gap:20px;
	}
	.logo{
	justify-content: center;
	margin: 5px 0;
	}
	.srch::after {
	right: 12px;
	top: 8px;
	}
    ul.ppic_wrap{
    grid-template-columns:repeat(4, 1fr);
    }
@media screen and (max-width: 800px) {
	.ncards{
	grid-template-columns: auto auto;
	}
	.blocks{
	grid-template-columns: repeat(2, 1fr);
	}
    .v_portfolio{
    grid-template-columns:100%;
    }
    ul.ppic_wrap{
    grid-template-columns:repeat(3, 1fr);
    }
}
@media screen and (max-width: 700px) {
	.single h1{
	font-size:20px;
	}
	.ppage{
	grid-gap: 0;
	grid-template-columns: 1fr;
	}
	.v_portfolio .slick-slide img{
    height:350px;
    }
	header{
	position: relative;
	}
	.profile_wrap{
	grid-template-columns: 100%;
	grid-gap:30px;
	}
	.ripples_wrapper{
	padding: 100px 50px 50px 50px;
	}
	.ripples_wrapper div div p{
	text-align: center;
	}
	.draw-border-white{
	display: block;
	margin: auto;
	}
	.ripples_wrapper>div{
	grid-template-columns: 100%;
	}
	.ripples_wrapper .ripples{
	order:1;
	}
	.ripples_wrapper div:first-child{
	order:2;
	}
	.fblocks_wrapper{
    grid-template-columns: repeat(2, 1fr);
    }
    .tollab_wrapper{
    grid-template-columns: 100%;    
    }
}
@media screen and (max-width: 600px) {
	.footeri {
	grid-template-columns: 1fr;
	}
	.ncards{
	grid-template-columns: 1fr;
	}
	.top-menu-wrapper-inner {
	display: none;
	}
	.fob_wrapper {
	grid-template-columns: 100%;
	}
	.doc_wraps{
    grid-template-columns: 100%;    
    }
    ul.ppic_wrap{
    grid-template-columns:repeat(2, 1fr);
    }
}
@media screen and (max-width: 550px) {
	.h1-title h1 {
    font-size: 21px;
	}
	.form-row{
	grid-template-columns: 1fr;
	grid-gap:0;
	}
	.accordion{
	width:95%;
	}
	.blocks{
	grid-template-columns: 100%;
	}
	#gresults, #gallery{
	grid-template-columns: 100%;
	}
	.h2-title h2 {
	font-size: 22px;
	}
    .videos_wrapper{
	grid-template-columns: 100%;
	}
    .v_portfolio .slick-slide img{
    height:300px;
    }
	.label_skitter{
	display: none!important;
	}
	.header{
	grid-template-columns: 100%;
	grid-template-areas:
	"logo" 
	"bottom";
	}
	.header::before{
	height: 131px;
	}
	#main-menu {
	margin-top: 50px!important;
	}
	.lss .srch {
	margin: 5px 0;
	}
	.staff_wrapper {
	grid-template-columns: 100%;
	}
	.packages_wrapper, .packages_wrappert{
	grid-template-columns: 100%;
	}
	.fcblocks_wrapper{
    grid-template-columns: 100%;
    }
    .pdesc {
    padding: 0 10px 10px 10px;
    }
    th, td {
    padding: 5px 10px;
    font-size: 10px;
    word-break: break-word;
    }
    table.sms tr td p span{
    font-size: 12px!important;
    }
}
@media screen and (max-width: 450px) {
	.ncard span {
	font-size: 14px;
	}
	.ncard h3 {
    font-size: 17px;
	}
    #mail-status{
    width:100%;
    }
	.main-slider {
	height: 80vh;
	}
	.main-slider .slick-slide {
	height: 80vh;
	}
	#gresults, #gallery{
	grid-template-columns: 100%;
	}
	#services.offers_wrapper em, #laboratory.offers_wrapper em, #services.offers_wrapper span, #laboratory.offers_wrapper span {
	font-size: 13px;
	}
	#services.offers_wrapper h2, #laboratory.offers_wrapper h2 {
	font-size: 14px;
	}
	.fblocks_wrapper{
    grid-template-columns: 100%;
    }
    .skitter-minimalist .prev_button, .skitter-minimalist .next_button {
    display: none!important;
    }
    .next, .prev{
    display:none;
    }
    ul.ppic_wrap{
    grid-template-columns:100%;
    }
    ul.ppic_wrap li img{
    width:100%;
    height:100%;
}
}
