@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..900&display=swap');
:root{	
--mcolor:#1d2f3b;
--scolor:#39a6a1;
}
*, *:before, *:after {
box-sizing: border-box;
padding: 0;
margin: 0;
}
html{
-webkit-font-smoothing: antialiased;
-webkit-tap-highlight-color: transparent;
}
body{
line-height: 1.5;
margin: 0;
box-sizing:border-box;
font-family: "Raleway", sans-serif;
font-optical-sizing: auto;
color:var(--mcolor);
font-size:16px;
font-weight:normal;
background-color: #fff;
}
a {
color: var(--mcolor);
text-decoration: none;
background-color: transparent;
-webkit-text-decoration-skip: objects;
}
header{
width: 100%;
height:70px;
position: fixed;
z-index: 8;
background: rgba(235, 235, 235,0.9);
}
header section{
max-width:1300px;
margin:auto;
}
.content{
position: relative;
min-height:300px;
}
.msbutton2 {
width:100%;
display:inline-block;
color: #fff;
transition: 0.8s;
position: relative;
padding:15px 20px;
text-align:center;
background-color:var(--mcolor);
text-transform:uppercase;
font-size:13px;
letter-spacing:1px;
outline:none;
cursor:pointer;
border:transparent;
z-index: 0;
transition:0.3s ease-in;
border-radius: 5px;
}
.msbutton2:hover::before {
height:100%;
}
label{
color:var(--mcolor);
font-size:14px;
display:block;
margin-bottom:5px;
}
.ma{
margin:auto;
}
.form-container{
display:grid;
grid-template-columns: repeat(2, 1fr);
grid-gap:30px;
}
.contact-form input[type="text"], .contact-form textarea, .form-container input[type="text"], .form-container textarea{
padding:15px;
width:100%;
outline: none;
color: var(--mcolor);
font-size: 16px;
border:1px solid #888;
margin-bottom: 10px;
}
.multifile_remove_input {
color: var(--mcolor);
font-size: 28px;
text-decoration: none;
}
#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(--scolor);
margin:5px 0;
}
.upload_file:hover{
color:var(--scolor);
}
.upload_file:last-child{
margin-bottom:0;
}
.filename{
word-break: break-all;
}
.flabel{
display:block;
position:relative;
width:100%;
height:auto;
font-size: 13px;
padding:8px;
color:var(--mcolor);
}
.preloader{
display: none;
width:15px;
vertical-align: middle;
margin-left:10px;
}
.form_title{
text-align: center;
margin-bottom: 25px;
}
.required{
max-width:1300px;
margin:auto;
text-align: right;
margin-bottom: 25px;
}
::-webkit-input-placeholder {
color: var(--mcolor);
font-size: 13px;
}
::-moz-placeholder {
color: var(--mcolor);
font-size: 15px;
}
:-ms-input-placeholder {
color: var(--mcolor);
font-size: 13px;
}
:-moz-placeholder {
color: var(--mcolor);
font-size: 13px;
}
.d-none {
display: none;
}
.d-block {
display: block;
}
/* Offers */
section.offers_wrapper{
max-width:1300px;
margin:auto;
display: grid;
grid-template-columns: repeat(4, 1fr);
grid-gap:30px;
}
.card {
position: relative;
height: 300px;
width: 100%;
margin: 10px 0;
transition: ease all 2.3s;
perspective: 1200px;
}
.card:hover .cover {
transform: rotateX(0deg) rotateY(-180deg);
}
.card:hover .cover:before {
transform: translateZ(30px);
}
.card:hover .cover:after {
background-color: black;
}
.card:hover .cover h1 {
transform: translateZ(100px);
}
.card:hover .cover a {
transform: translateZ(-60px) rotatey(-180deg);
}
.card .cover {
position: absolute;
height: 100%;
width: 100%;
transform-style: preserve-3d;
transition: ease all 2.3s;
background-size: cover;
background-position: center center;
background-repeat: no-repeat;
}
.card .cover:before {
content: "";
position: absolute;
border: 5px solid rgba(255, 255, 255, 0.5);
box-shadow: 0 0 12px rgba(0, 0, 0, 0.3);
top: 20px;
left: 20px;
right: 20px;
bottom: 20px;
z-index: 2;
transition: ease all 2.3s;
transform-style: preserve-3d;
transform: translateZ(0px);
}
.card .cover:after {
content: "";
position: absolute;
top: 0px;
left: 0px;
right: 0px;
bottom: 0px;
z-index: 2;
transition: ease all 1.3s;
background: rgba(29, 47, 59, 0.4);
}
.card .cover h1 {
font-weight: 600;
position: absolute;
bottom: 55px;
left: 50px;
color: white;
transform-style: preserve-3d;
transition: ease all 2.3s;
z-index: 3;
font-size: 20px;
transform: translateZ(0px);
width: 80%;
}
.card .card-back {
position: absolute;
height: 100%;
width: 100%;
background: var(--mcolor);
transform-style: preserve-3d;
transition: ease all 2.3s;
transform: translateZ(-1px);
display: flex;
align-items: center;
justify-content: center;
}
.card .card-back a {
transform-style: preserve-3d;
transition: ease transform 2.3s, ease background 0.5s;
transform: translateZ(-1px) rotatey(-180deg);
background: transparent;
border: 1px solid white;
font-weight: 200;
font-size: 1.3em;
color: white;
padding: 14px 32px;
outline: none;
text-decoration: none;
}
.card .card-back a:hover {
background-color: white;
color: #0b0f08;
}
/* Slider */
.swipers{
height: calc(100vh - 120px);
width:100%;
}
.swipers .swiper-slide {
overflow: hidden;
}
.swipers .slide-inner {
position: absolute;
width: 100%;
height: 100%;
left: 0;
top: 0;
background-size: cover;
background-position: center;
}
.swipers .swiper-slide .caption {
position: absolute;
bottom: 10%;
left:10%;
text-align: left;
margin: 0;
width:35%;
z-index: 1;
transition: 0.8s;
background-color:rgba(255,255,255, 0.5);
border: 1px solid rgba(255,255,255, 0.7);
padding:40px;
backdrop-filter: blur(7px);
transform:translateX(-50px);
}
.swipers .swiper-slide .caption h2 {
color: var(--mcolor);
display: block;
font-weight:normal;
font-size: 25px;
font-weight:normal;
box-sizing:border-box;
padding:15px 0;
margin:0;
padding: 0;
text-transform:uppercase;
position:relative;
text-shadow: 1px 1px 1px #fff;
}
.swipers .swiper-slide .caption h2:before {
content: "";
position:absolute;
top:-5px;
width:30px;
height:3px;
background-color: rgba(56, 165, 160, 0.5);
}
.swipers .swiper-slide .caption{
overflow:hidden;
height:auto;
margin-bottom:10px;
}
.swipers .swiper-slide .caption p {
color: var(--mcolor);
display: block;
font-size: 15px;
line-height:1.5;
padding:15px 0;
margin:0;
font-weight: normal;
}
.swipers .swiper-slide .caption hr {
border: none;
height: 1px;
background-color: rgba(255,255,255,0.5);
margin: 0;
width: 0;
transition: 0.8s ease;
}
/* Design blocks */
.bs3{
position:relative;
max-width:1000px;
margin:30px auto 50px;
border:1px solid transparent;
}
.bs3::before{
content:"";
display:block;
position:absolute;
top:35%;
bottom:0;
left:0;
right:0;
width:90%;
height:40%;
background-color: var(--mcolor);
z-index:-1;
}
.bs3::after{
content:"";
display:block;
position:absolute;
top:auto;
bottom:0;
left:30%;
right:0;
width:40%;
height:90%;
background-color: #d8dde3;
z-index:-2;
}
.bs3 img{
width:550px;
height:500px;
object-fit:cover;
display:block;
margin:15% auto 50px 50px;
-webkit-box-shadow: 0px 0px 25px -11px rgba(0,0,0,0.5);
-moz-box-shadow: 0px 0px 25px -11px rgba(0,0,0,0.5);
box-shadow: 0px 0px 25px -11px rgba(0,0,0,0.5);
}
.bs3_texts{
position:absolute;
background-color:#fff;
padding:35px;
width:50%;
right:0;
top:0;
-webkit-box-shadow: 0px 0px 25px -11px rgba(0,0,0,0.5);
-moz-box-shadow: 0px 0px 25px -11px rgba(0,0,0,0.5);
box-shadow: 0px 0px 25px -11px rgba(0,0,0,0.5);
}
.bs3_texts h2{
font-size:19px;
margin-bottom:15px;
color: var(--scolor);
}
.bs3_texts p{
font-size:13px;
line-height:1.5;
color: var(--scolor);
}
/* Carousel */
.main .swiperc {
width: 100%;
text-align:center;
margin:50px auto;
}
.swiperc .swiper-slide {
/* border:1px solid #ddd;
background-color:rgba(255,255,255, 0.9); */
display: flex;
justify-content: center;
align-items: center;
box-sizing:border-box;
flex-direction: column;
}
.swiperc .swiper-slide img{
width:100%;
display:block;
object-fit:contain;
}
.swiperc .swiper-slide p{
font-size:16px;
padding:10px;
text-transform: uppercase;
}
.swiperc .swiper-pagination{
position:relative;
margin-top:15px;
}
.swiperc .swiper-pagination .swiper-pagination-bullet
{
width: 10px;
height: 5px;
border-radius: 0;
transition: 0.8s;
margin: 1px;
background-color: var(--mcolor);
}
.swiperc .swiper-pagination .swiper-pagination-bullet:hover
{
background-color: var(--scolor);
}
.swiperc .swiper-pagination .swiper-pagination-bullet-active{
width: 20px;
transition: 0.8s;
}
/* Slider */
.swipers{
height: calc(100vh - 120px);
width:100%;
margin-bottom:30px;
}
.swipers .swiper-slide {
overflow: hidden;
}
.swipers .slide-inner {
position: absolute;
width: 100%;
height: 100%;
left: 0;
top: 0;
background-size: cover;
background-position: center;
}
/* Numbers */
.numbers_wrap{
background-image:url("/webroot/myfiles/images/other/cbg.webp");
background-position: center center;
background-attachment: fixed;
width:100%;
padding:80px;
}
.numbers_wrap_inner{
padding:40px;
border:1px solid #fff;
backdrop-filter: blur(7px);
background-color:rgba(255,255,255, 0.3);
width:60%;
margin:auto;
}
.jnumbers{
display: grid;
grid-template-columns: repeat(2, 1fr);
grid-gap:30px;
}
.jnumbers .num{
text-align: center;
border:1px solid rgba(255, 255, 255, 0.3);
padding:20px;
transition:1s!important;
}
.jnumbers .num:hover{
background-color:rgba(29, 47, 59, 0.3);
}
.jnumbers div h3, .jnumbers div span{
font-size:40px;
font-family: Georgia, 'Times New Roman', Times, serif;
margin-bottom: 25px;
display:inline-block;
color:#fff;
}
.jnumbers div p{
font-size:16px;
line-height:1.5;
font-family: Tahoma;
font-weight:normal;
color:#fff;
}
.ntitle{
text-align:center;
font-size:25px;
color: #fff;
text-transform: uppercase;
text-align: center;
margin-bottom: 25px;
}
/* Back to top */
img.back-to-top{
width:40px;
margin:auto;
display:block;
z-index:8;
position: fixed;
right: 20px;
bottom: 20px;
background-color: var(--green);
padding:15px 8px;
transition:0.8s;
}
img.back-to-top:hover{
background-color: var(--blue);    
}
/* Google map */
.form-wrapper-left iframe {
filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 10+ */
filter: gray;
-webkit-filter: grayscale(99%);
backface-visibility: hidden;
-webkit-backface-visibility: hidden;
}
/* 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: 15px;
line-height: 1.5;
}
/* 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(--mcolor);
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:#555;
}
/* Gallery load more */
#gresults, #gallery{
max-width:1300px;
margin: auto;
display:grid;
grid-template-columns:repeat(4, 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:300px;
object-fit:cover;
display:block;
}
.wrpr{
margin-bottom:30px;
}
/* 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(--mcolor);
text-align:center;
text-decoration:none;
}
ul.paging li a:hover{
background-color:var(--mcolor);
color:#fff;
}
ul.paging li.current{
background-color:var(--mcolor);
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: 50%;
padding:8px 18px;
border:1px solid #ddd;
font-weight:normal;
text-align:center;
font-size:20px;
color:#ccc;
}
.e{
color:red;
}
.s{
color:green;
}
.animation_image_gallery, .animation_image_info{
text-align:center;
}
#cur_info, #cur_gallery{
position:relative;
}
a:link, a:visited{
text-decoration:none;
color:var(--mcolor);
}
.ppage{
display: grid;
grid-gap: 5%;
grid-template-columns: 60% 35%;
padding: 20px 0;
max-width:1300px;
margin:30px auto;
}
.single{
margin-bottom:25px;
}
.single h1{
margin:0;
padding:0;
font-size:25px;
font-weight:normal;
text-align:center;
color:var(--mcolor);
}
.single>img{
width:100%;
object-fit: cover;
margin-bottom:15px;
}
.recent p{
font-size:25px;
text-align:center;
color:var(--mcolor);
}
.single p{
font-size:16px;
text-align:left;
line-height:1.5;
color:var(--mcolor);
}
.recent{
display:flex;
flex-direction: column;
}
.rhr{
height: 4px;
width: 80px;
background: var(--mcolor);
border: 0;
margin: 18px auto;
display:block;
}
.ppage .recent .h2-title{
margin-bottom: 0;
}
.recent>div:not(:last-child){
margin-bottom:30px;
}
/* news cards */
.anews{
text-align:right;
max-width:1300px;
margin:auto;
margin-bottom:30px;
}
.anews a{
color: var(--mcolor);
text-decoration: underline;
}
.ncards {
max-width:1300px;
margin: auto;
margin-bottom:25px;
display: grid;
grid-gap: 30px;
grid-template-columns: repeat(3, 1fr);
}
.ncard {
position: relative;
background-color: #fff;
transition: all 0.5s linear!important;
background-color: #f8f8f8;
}
.ncard h3 {
color:var(--mcolor);
font-size: 16px;
font-weight: normal;
margin-top:5px;
text-align:left;
}
.ncard span {
color:var(--mcolor);
font-size: 13px;
line-height:1.5;
text-align:left;
}
.ncard em, .single em {
color:var(--scolor);
font-size:13px;
text-align:right;
display:block;
margin-top:10px;
}
body .ppage>.single>em>img{
width:15px;
height:auto;
object-fit:fill;
margin:0;
}
.ncard article {
padding:20px 30px 30px 30px;
}
.ncard article hr {
width: 50px;
margin: 13px 0;
border: 1px solid var(--scolor);
background-color:var(--scolor);
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:250px;
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 article:after {
border-color: transparent transparent var(--mcolor) transparent;
border-width: 0 0 30px 30px;
}
.recent .nimg>img {
height:auto;
}
.loadm{
text-align:center;
}
/* Search */
.search_wrap{
max-width:1300px;
margin:auto;
margin-bottom:50px;
}
.search_wrap ul{
list-style:none;
}
.search_wrap ul li a{
color:var(--mcolor);
padding:15px 0 15px 60px;
border:1px solid #fff;
display:block;
margin-bottom:8px;
position:relative;
background-color:#f1f1f1;
white-space: normal;
}
.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:var(--mcolor);
top:0;
left:0;
right:0;
bottom:0;
position:absolute;
width:50px;
display:flex;
align-items:center;
justify-content:center;
}
.search{
position:relative;
}
.search .csearch{
position:absolute;
z-index:8;
display:none;
width:250px;
right:0;
top:25px;
background-color:#fff;
-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 input[type=text]{
float:left;
width:100%;
border:1px solid var(--mcolor);
padding:10px 15px;
font-size:16px;
display:inline-block;
outline: none;
}
.search a img{
width:20px;
}
.search p a{
background-color:#f1f1f1;
margin-bottom:5px;
}
.search p a:hover{
background-color:#fff;
}
.search p a{
font-size:12px;
}
.search p a img{
width:50px;
height:50px;
object-fit:cover;
vertical-align:middle;
margin-right:15px;
}
.blanc{
height:80px;
}
/* Ol list */
ol{
max-width:1000px;
margin:auto;
counter-reset: li;
list-style: none;
font-size: 15px;
padding: 0;
margin-bottom: 4em;
}
ol ol{
margin: 0 0 0 2em;
}
.oll a{
position: relative;
display: block;
padding: .4em .4em .4em .8em;
margin: .5em 0 .5em 2.5em;
background-color: #ddd;
color: var(--mcolor);
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-color: #eee;
}	
.oll a:before{
content: counter(li);
counter-increment: li;
position: absolute;	
left: -2.5em;
top: 50%;
margin-top: -1em;
background-color: var(--mcolor);
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(--mcolor);				
}
/* Titles */
.h2-title{
text-align:center;
}
.h2-title h2 {
position:relative;
font-size:26px; 
font-weight:700;  
letter-spacing:1px; 
text-transform:uppercase; 
text-align:center; 
white-space:nowrap; 
padding-bottom:13px;
color: var(--mcolor);
display: inline-block;
max-width: 1300px;
margin:30px auto;
}
.h2-title h2:before {
background-color: var(--scolor);
content: '';
display: block;
height: 3px;
width: 75px;
margin-bottom: 5px;
}
.h2-title h2:after {
background-color: var(--scolor);
content: '';
display: block;
position:absolute; 
right:0; 
bottom:0;
height: 3px;
width: 75px;
margin-bottom: 0.25em;
}
/* Vacancies */
.vaca_text{
max-width:1300px;
margin:auto;
margin-bottom:50px;
}
.vaca_text h2{
font-size:18px;
font-weight:normal;
text-align:center;
margin-bottom:25px;
}
.vaca_text p{
font-size:16px;
line-height:1.5;
text-align:left;
}
.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(--mcolor);
font-size: 15px;
}
.vaca_content div h3{
font-size:17px;
color:#fff;
text-align:left;
margin-bottom:25px;
padding:12px 20px;
font-weight:normal;
}
.vaca_content div:first-child h3{
background-color:var(--mcolor);
}
.vaca_content div:last-child h3{
background-color:var(--ocolor);
}
ul.vaca{
width:68%;
list-style:none;
margin:auto;
}
ul.vaca li{
position:relative;
border:1px solid var(--mcolor);
margin-bottom:10px;
background-color:#f8f8f8;
border-left: 5px solid var(--mcolor);
padding-right: 150px;
}
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(--mcolor);
color:#fff;
padding:0 25px;
width:120px;
}
ul.vaca li a{
color:var(--mcolor);
padding:12px;
display:block;
line-height:1.5;
}
/* Footer */
.footer {
position:relative;
background-color: var(--mcolor);
border-top: 1px solid #fff;
color: #fff;
}
.footeri {
max-width:1300px;
margin: 0 auto;
display: grid;
grid-gap: 35px;
grid-template-columns:40% auto 25%;
padding: 40px 0 20px 0;
color: #fff;
z-index: 1;
position: relative;
}
.footeri .foot2 ul {
list-style: square;
margin-left: 15px;
}
.footeri ul a{
color: #fff;
font-size: 14px;
letter-spacing: 1px;
transition:0.8s;
line-height:1.5;
}
.footeri ul a:hover{
text-decoration: underline;
}
.footer>p {
text-align: center;
margin: 0;
padding: 0;
line-height:1.5;
}
.foot1 h3, .foot2 h3, .foot3 h3{
font-size: 16px;
margin-bottom: 20px;
font-weight: bold;
color: #fff;
text-transform:uppercase;
letter-spacing:1px;
position: relative;
}
.foot1 h3::after, .foot2 h3::after, .foot3 h3::after{
content: "";
display:block;
width: 60px;
height: 2px;
background-color: #fff;
position: relative;
margin-top: 10px;
}
.foot1 p, .foot2 p {
padding: 0;
color: #fff;
font-size: 15px;
line-height:1.5;
letter-spacing:1px;
margin-bottom: 15px;
}
.footer p.copyr{
font-size:15px;
font-style: oblique;
color:#fff;
padding: 15px 0 15px 0;
}
.foot1>img{
width: 120px;
margin-bottom: 20px;
}
.foot1 p img{
width: 20px;
height:20px;
object-fit: contain;
display: inline-block;
margin-right:12px;
}
.social img{
width:30px;
height:30px;
object-fit:contain;
}
.foot3{
position:relative;
}
hr.ftr {
width: 100%;
border: 1px solid #fff;
box-sizing: border-box;
}
.footer a{
z-index: 1;
position: relative;
}
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;
}
.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;
}
/* Table */
table.ms {
border-collapse: collapse;
width: 100%;
border: 1px solid #357480;
text-align: left;
}
table.ms td {  
border: 1px solid #357480;
text-align: left;
}
table.ms td:first-child{
width:60%;
}
table.ms th {  
background-color: #357480;
color: #fff;
text-align: center;
padding:15px;
text-transform: uppercase;
font-size:20px;
letter-spacing: 1px;
}
table.ms td {
padding: 15px;
}
/* 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( var(--mcolor), var(--scolor) );
}
.reveal-block.gradient-two::before {
background: linear-gradient(to left, #555, #555);
}
.reveal-block.extra {
background: var(--mcolor);
}
.reveal-block.extra::before {
background: var(--scolor);
}
.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;
}
.info_pages{
max-width:1300px;
min-height:200px;
margin: 0 auto;
margin-bottom:25px;
line-height:1.5;
color:var(--mcolor);
}
.info_pages p{
line-height:1.5;
font-size:15px;
}
.languages > a::before{
content:none!important;
}
.contact-wrapper{
max-width:1300px;
margin:40px auto;
display:grid;
grid-template-columns: 45% auto;
grid-gap:50px;
}
.contact-wrapper label{
margin-left: 0;
margin-top:10px;
margin-bottom:5px;
display: inline-block;
letter-spacing: 1px;
font-size: 13px;
user-select: none;
}
#mail-status, #pss{
padding:10px;
background-color:#fff;
display:none;
font-size:13px;
border:1px solid var(--scolor);
text-align:center;
margin-bottom:15px;
}
.accordion { 
width: 60%;
margin: auto;
margin-top:30px;
margin-bottom:40px;
}
.accord-wrapper{
border: 1px solid var(--ocolor);
margin-bottom:10px;
}
.accord-header { 
position:relative;
padding:15px 60px 15px 20px;
text-align:left;
font-weight:normal;
font-size:16px;
cursor:pointer;
user-select:none;
background-color: var(--mcolor);
line-height: 1.5;
color: #fff;
transition: 1.5s;
}
.accord-header:after { 
position:absolute;
content: url(/webroot/img/closea.svg);
width:25px;
height:25px;
right:11px;
top:18px;
transition:1.5s;
}
.accord-opened:after { 
content: url(/webroot/img/closea.svg);
transform: rotate(45deg);
}
.accord-opened{
transition: 0.8s;
background-color: var(--ocolor);
}
.accord-content { 
display: none; 
padding:25px 25px;
color: var(--mcolor);
font-style: normal;
font-weight: 400;
font-size: 15px;
line-height: 1.5;
font-weight: normal;
background-color: #F0F0F0;
}
.accord-content ul{ 
margin:0;
margin-left:25px;
padding:0;
}
.accord-content ul li{ 
margin-bottom:5px;
}
/* Videos */
.videos{
max-width:1300px;
margin:auto;
margin-top:25px;
margin-bottom:25px;
}
.videos a img.yti{
width:71px;
height:49px;
display:block;
}
.videos .item div img.maini{
width:100%;
height:230px;
object-fit:cover;
display:block;
border-radius: 25px;
}
.videos .item div{
position: relative;
border-radius: 25px;
-webkit-box-shadow: 0px 6px 17px -7px rgba(0,0,0,0.49);
-moz-box-shadow: 0px 6px 17px -7px rgba(0,0,0,0.49);
box-shadow: 0px 6px 17px -7px rgba(0,0,0,0.49);
}
.videos .item div a{
position:absolute;
top:0;
left:0;
right:0;
bottom:0;
display:flex;
align-items:center;
justify-content:center;
overflow: hidden;
flex-direction: column;
height:100%;
}
.videos .item p{
position: relative;
padding:10px;
width:100%;
font-size:15px;
line-height:1.5;
text-align:center;
}
/* Reports */
.r-title{
font-size:28px;
margin-bottom:15px;
font-weight:bold;
text-align:left;
}
.reports{
display: grid;
grid-template-columns: repeat(2, 1fr);
grid-gap: 30px;	
}
.reports div{
display: flex;
align-items: center;
justify-content: flex-start;
background-color: #e5e7ea;
border-radius: 15px;
padding:15px 20px;
-webkit-box-shadow: 0px 10px 36px -20px rgba(0,0,0,0.5);
-moz-box-shadow: 0px 10px 36px -20px rgba(0,0,0,0.5);
box-shadow: 0px 10px 36px -20px rgba(0,0,0,0.5);
border: 1px solid #fff;
}
.reports div a{
font-weight: bold;
font-size:19px;
}
.reports div:hover a{
color: var(--ocolor);
}
.reports div img{
vertical-align: middle;
margin-right: 25px;
}
.repwrap{
max-width:1300px;
margin:50px auto;
display: grid;
grid-template-columns: repeat(2, 1fr);
grid-gap: 30px;		
}
/* Blocks */
.blocks_wrapper{
max-width:1300px;
margin:30px auto;
display: grid;
grid-template-columns: repeat(4, 1fr);
grid-gap: 30px;
padding:40px;
}
.blocks_wrapper div{
-webkit-box-shadow: 0px 10px 13px -3px rgba(0,0,0,0.32);
-moz-box-shadow: 0px 10px 13px -3px rgba(0,0,0,0.32);
box-shadow: 0px 10px 13px -3px rgba(0,0,0,0.32);
}
.blocks_wrapper img{
width:100%;
height:auto;
display:block;
}
.blocks_wrapper p{
color:var(--mcolor);
font-size:15px;
text-align: center;
padding:10px;
}
.blocks_wrapper span{
font-size:13px;
text-align: center;
padding:10px;
display:block;
}
.blocks_wrapper p img{
width:35px;
display: inline-block;
}
.blocks_wrapper a{
position: absolute;
top:0;
bottom:0;
left: 0;
right: 0;
}
/* Advantages */
.advantages_container{
background-image:url("/webroot/myfiles/images/other/bgg.webp");
background-attachment: fixed;
margin:30px 0;
padding:80px;
}
.advantages_wrapper{
max-width:1300px;
margin:auto;
display:grid;
grid-template-columns: 35% auto;
grid-gap:50px;
}
.advantages_text{
display:flex;
align-items: center;
justify-content: center;
text-transform: uppercase;
color: var(--mcolor);
font-size: 35px;
font-weight: bold;
text-align: center;
text-shadow: 1px 1px 1px #fff;
}
.advantages_items{
display:grid;
grid-template-columns: repeat(3, 1fr);
grid-gap:30px;	
}
.advantages_items div{
text-align: center;
background-color:rgba(255,255,255, 0.5);
padding:15px;
border: 1px solid #fff;
-webkit-box-shadow: 0px 0px 18px -5px rgba(0,0,0,0.25);
-moz-box-shadow: 0px 0px 18px -5px rgba(0,0,0,0.25);
box-shadow: 0px 0px 18px -5px rgba(0,0,0,0.25);
backdrop-filter: blur(7px);
}
.advantages_items div img{
display:inline-block;
width:70px;
transition: 0.8s;
}
.advantages_items div:hover img{
scale: 1.2;
}
.advantages_items div p{
font-size: 17px;
}
/* Info */
.info_wrapper{
max-width:1300px;
margin:30px auto;
display:grid;
grid-template-columns: 30% auto;
grid-gap:30px;	
}
.info_wrapper>div:first-child img{
display: block;
width:100%;
}
.info_wrapper>div:first-child p{
text-align: center;
padding:15px;
font-size:16px;
}
/* Components */
.information_wrapper{
display:grid;
grid-template-columns: 55% 45%;
max-width:1300px;
margin: 50px auto;
}
.information_texts{
border-radius: 25px 0 0 25px;
background-color:#ededed;
-webkit-box-shadow: 0px 10px 13px -3px rgba(0,0,0,0.38);
-moz-box-shadow: 0px 10px 13px -3px rgba(0,0,0,0.38);
box-shadow: 0px 10px 13px -3px rgba(0,0,0,0.38);
display: flex;
flex-direction: column;
justify-content: center;
padding:40px 80px 40px 40px;
}
.information_texts h2{
color: var(--ocolor);
margin-bottom:20px;
font-size:22px;
}
.information_texts p{
color: var(--mcolor);
font-size:17px;
}
.information_wrapper .information_image{
display: flex;
align-items: center;
}
.information_wrapper .information_image img{
width: 100%;
border-radius: 25px;
scale: 1.1;
object-fit: cover;
}
.portfolio_wrapper{
max-width:1300px;
margin:30px auto;
display:grid;
grid-template-columns: repeat(3, 1fr);
grid-gap:30px;
}
.portfolio_wrapper div img{
width:100%;
height:300px;
object-fit:cover;
display:block;
}
.portfolio_wrapper div p{
padding:15px;
text-align:center;
background-color: #ededed;
color:var(--mcolor);
}
.portfolio_view{
max-width:800px;
margin:auto;
}
.portfolio_view img{
width:100%;
height:auto;
}
/* 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) {
	.portfolio_view, .portfolio_wrapper, .offers_wrapper, .accordion, .contact-wrapper, .search_wrap, .form-wrapper, #gresults, .vaca_content, .ncards, .h2-title, .info_pages, .footeri, .blocks, .ppage, .anews{
	width:95%;
	}
}
@media screen and (max-width: 1150px) {
	.advantages_wrapper{
	grid-template-columns: 100%;
	}
	.advantages_text{
	margin:25px;
	}	
	.advantages_containter h2{
	font-size:19px;
	}
	.menu_buttons{
	margin:2%!important;
	min-width:29%;
	}	
}
@media screen and (max-width: 1000px) {
	.footeri {
	grid-template-columns: repeat(2, 1fr);
	}
	.form-wrapper{
	grid-template-columns:1fr;
	}
	.blocks{
	grid-template-columns: repeat(3, 1fr);
	}
	.swipers{
	height: 60vh;
	width:100%;
	}
	.swipers .swiper-slide .caption {
	width:90%;
	left: 5%;
	padding:20px;
	}
	.swipers .swiper-slide .caption h2 {
	font-size: 13px;
	}
	.swipers .swiper-slide .caption p {
	font-size: 11px;
	}
	.videos_wrapper, .gallery_wrapper{
	grid-template-columns: repeat(2, 1fr);
	}
	.gallery_wrapper{
	grid-template-columns: repeat(2, 1fr);
	}
	.ppage{
	grid-template-columns: 100%;
	grid-gap: 25px;
	}
}
@media screen and (max-width: 900px) {
	section.offers_wrapper{
	grid-template-columns: repeat(2, 1fr);
	}
	.card .cover h1 {
	font-size: 20px;
	}
	.numbers_wrap{
	padding:50px;
	}
	.numbers_wrap_inner{
	width:100%;
	}
}
@media screen and (max-width: 800px) {
	.ncards{
	grid-template-columns: 100%;  
	}
	.portfolio_wrapper{
	grid-template-columns: repeat(2, 1fr);	
	}
}
@media screen and (max-width: 700px) {
	.single h1{
	font-size:20px;
	}
	.contact-wrapper, .vaca_content{
	grid-template-columns: 100%;
	grid-gap:20px;
	}
	.contact-form{
	order: 2;
	}
	.google-maps{
	order:1;
	}
}
@media screen and (max-width: 600px) {
	.footeri {
	grid-template-columns: 100%;
	}
	.ncards{
	grid-template-columns: 100%;
	}
	.form-container{
	grid-template-columns: 100%;
	grid-gap:0;
	}
	.swipers{
	height: 50vh;
	width:100%;
	}
	.bs3_texts{
	position:relative;
	width:100%;
	left:0;
	bottom:5px;
	}
	.advantages_container {
	padding: 30px;
	}
	.jnumbers{
	grid-template-columns: 100%; 
	}
	.numbers_wrap{
	padding:30px;
	}
}
@media screen and (max-width: 550px) {
	.form-row{
	grid-template-columns: 1fr;
	grid-gap:0;
	}
	#gresults, #gallery{
	grid-template-columns: 100%;
	height:auto;
	}
	.h2-title h2 {
	font-size: 22px;
	}
    .bcont .gallia .slick-slide:hover img{
    transform: scale(1);
    border-radius:0;
    }
    .blanc {
    height: 10px;
    }
	header>div:first-child section, .advantages_items{
	grid-template-columns: 100%;
	}
	.bcont .slick-slide {
	margin: 0;
	}
	.bcont .slick-list {
	margin: 0;
	}
	section.offers_wrapper{
	grid-template-columns: 100%;
	}
	.portfolio_wrapper{
	grid-template-columns: 100%;
	}
    .bs3 img {
    width:100%;
    margin:0;
    }
    .swipers .swiper-slide .caption {
    left:0;
    width:100%;  
    }
    header {
    position: relative;
    }
    .search .csearch {
    right: 0;
    left: 0;
    top: 18px;
    width:100%;
    }
}
@media screen and (max-width: 450px) {
	.ncard span {
	font-size: 14px;
	}
	.ncard h3 {
    font-size: 17px;
	}
	#gresults, #gallery{
	grid-template-columns: 100%;
	}
	header>div:first-child section span:last-child{
	display:none
	}
	.blocks_wrapper{
	grid-template-columns: 100%;
	}
	header {
	position: relative;
	}
}
