@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@200;300;400;500&display=swap');
:root{	
--mcolor:#095a82;
--ocolor:#fbb426;
--scolor:#248a9d;
--ycolor:#ebe30e;
}
*, *: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: 'Montserrat', sans-serif;
color:var(--mcolor);
font-size:16px;
font-weight:normal;
background-color: #ededed;
}
a {
color: var(--mcolor);
text-decoration: none;
background-color: transparent;
-webkit-text-decoration-skip: objects;
}
header{
position: -webkit-sticky;
position: sticky;
z-index:8;
top: 0;
left: 0;
width:100%;
background: rgb(9,90,130);
background: linear-gradient(90deg, rgba(9,90,130,1) 0%, rgba(36,138,157,1) 100%);
z-index:8;
-webkit-box-shadow: 0px 11px 31px -19px rgba(0,0,0,0.68);
-moz-box-shadow: 0px 11px 31px -19px rgba(0,0,0,0.68);
box-shadow: 0px 11px 31px -19px rgba(0,0,0,0.68);
}
.logo_wrap{
width: 100%;
max-width: 1300px;
display:grid;
grid-template-columns: 180px auto;
grid-gap:70px;
margin: auto;
}
.logo_wrap div{
display:flex;
justify-content: flex-start;
align-items: flex-end;
}
.logo_wrap ul li{
font-size:16px;
list-style-type: square;
line-height: 1.5;
}
.hlogo{
position:relative;
display:flex;
align-items: center;
justify-content: flex-start;
height:120px;
background-color:#eaf6fe
}
.hlogo img{
display:block;
width:140px;
}
.hlogo a{
z-index:8;
}
canvas {
width: 100%;
height:120px;
object-fit:cover;
position:absolute;
left:0;
right:0;
top:0;
bottom:0;
}
.content{
position: relative;
min-height:300px;
}
.msbutton {
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;
}
a.msbutton{
color: #fff!important;	
}
.msbutton::before{
height:0;
content: "";
position: absolute;
top: auto;
left: 0;
bottom: 0;
right: 0;
background-color:#fff;
transition:0.3s ease-in;
z-index:-1;
}
.msbutton:hover{
color:var(--scolor)!important;
}
.msbutton:hover::before {
height:100%;
}
.msbutton2 {
display:inline-block;
color: var(--mcolor);
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(--mcolor);
z-index: 0;
transition:0.3s ease-in;
}
.msbutton2::before{
height:0;
content: "";
position: absolute;
top: auto;
left: 0;
bottom: 0;
right: 0;
background-color:var(--mcolor);
transition:0.3s ease-in;
z-index:-1;
}
.msbutton2:hover{
color:#fff;
}
.msbutton2:hover::before {
height:100%;
}
.form-container input[type="text"], .form-container textarea{
padding:10px;
width:100%;
outline: none;
color: var(--scolor);
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(--scolor);
}
.preloader, .preloader1, .preloader2, .preloaderas{
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: 15px;
}
::-moz-placeholder {
color: var(--mcolor);
font-size: 15px;
}
:-ms-input-placeholder {
color: var(--mcolor);
font-size: 15px;
}
:-moz-placeholder {
color: var(--mcolor);
font-size: 15px;
}
.d-none {
display: none!important;
transition: 0.8s;
}
.d-block {
display: block;
}
/* Ripples */
.ripples {
display: flex;
align-items: center;
justify-content: center;
width: 80px;
height: 80px;
margin: auto;
animation: rpls 0.6s linear infinite;
border-radius: 50px;
background-color: var(--scolor);
position: relative;
border: 3px solid rgba(255,255,255,0.88);
}
.ripples img{
width: 40px;
height: 40px;
}
@keyframes rpls {
	0% {
		box-shadow: 0 0 0 0 rgba(36, 138, 157, 0.1),
		0 0 0 20px rgba(36, 138, 157, 0.1),
		0 0 0 40px rgba(36, 138, 157, 0.1),
		0 0 0 60px rgba(36, 138, 157, 0.1);
	}
	100% {
		box-shadow: 0 0 0 20px rgba(36, 138, 157, 0.1),
		0 0 0 40px rgba(36, 138, 157, 0.1),
		0 0 0 60px rgba(36, 138, 157, 0.1),
		0 0 0 80px rgba(36, 138, 157, 0);
	}
}
/* Assistent */
.assistent_wrap{
display:grid;
grid-template-columns: 20% 37% auto;
grid-gap: 60px;
max-width: 1300px;
margin: 40px auto;
}
.assistent_form div{
margin-bottom:15px;
}
.assistent_form input[type="text"]{
padding:15px;
font-size:18px;
width:100%;
color: var(--mcolor);
outline:none;
background-color:rgba(255,255,255, 0);
border:1px solid var(--scolor);
transition: 0.8s;
}
.assistent_form input[type="text"]:focus{
background-color:rgba(255,255,255, 1);
}
.assistent_text{
display: flex;
align-items: flex-start;
justify-content: center;
flex-direction: column;
}
.assistent_text h2{
font-size:35px;
margin-bottom:25px;
color: var(--mcolor);
text-transform:uppercase;
}
.assistent_text h3{
font-size:22px;
margin:25px 0;
color: var(--mcolor);
text-transform:uppercase;
text-align:center;
}
/* 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;
}
/* Slider */
.bcont{
max-width:1300px;
margin:auto;
position:relative;
margin-top:30px;
margin-bottom:30px;
}
.bcont .slider div img {
width: 100%;
padding: 5px;
border:1px solid #eee;
}
.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(--mcolor);
}
.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:90%;
}
.bcont div p{
font-size:14px;
text-align:center;
color:var(--scolor);
}
.bcont a{
position:absolute;
top:0;
left:0;
right:0;
bottom:0;
}
.bcont .partners .slick-list{
padding:25px 0;
}
.bcont .partners .slick-slide img{
transition:0.5s ease-in-out;
z-index:8;
position: relative;
border:1px solid #ddd;
background-color: #f1f1f1;
}
.bcont .partners .slick-slide:hover img{
transform: scale(1.2);
z-index:9;
background-color: #f8f8f8;
border-radius:15px;
-webkit-box-shadow: 0px 0px 20px -7px rgba(0,0,0,0.2);
-moz-box-shadow: 0px 0px 20px -7px rgba(0,0,0,0.2);
box-shadow: 0px 0px 20px -7px rgba(0,0,0,0.2);
}
.main-slider .slick-dots li button, .bcont .slick-dots li button {
width: 15px;
height: 4px;
border: none;
cursor: pointer;
vertical-align: middle;
transition: all 0.8s ease;
text-indent:-8888px;
background-color:var(--mcolor);
}
main-slider .slick-dots li.slick-active button, .bcont .slick-dots li.slick-active button {
background-color:var(--scolor);
opacity: 1;
width: 25px;
}
.bcont .slick-dots li:hover {
background-color: black;
}
.bcont .slick-slide {
margin: 0 15px;
}
.bcont .slick-list {
margin: 0 -15px;
}
.bcont .testimonials{
margin-bottom:50px;
}
.bcont .team .slick-dots, .bcont .testimonials .slick-dots{
bottom: -40px;
}
.bcont .testimonials .slick-slide .item{
height: 100%;
}
.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:90%;
}
.bcont div p{
font-size:14px;
text-align:center;
color:var(--scolor);
}
.bcont .gallia .slick-slide img{
transition:0.5s ease-in-out;
z-index:8;
position: relative;
border:1px solid #ddd;
background-color: #f1f1f1;
}
.bcont .gallia .slick-slide:hover img{
transform: scale(1.1);
z-index:9;
background-color: #f8f8f8;
border-radius:15px;
-webkit-box-shadow: 0px 0px 20px -7px rgba(0,0,0,0.2);
-moz-box-shadow: 0px 0px 20px -7px rgba(0,0,0,0.2);
box-shadow: 0px 0px 20px -7px rgba(0,0,0,0.2);
}
/* 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: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;
}
/* Draw border button */
.draw-border {
display:inline-block;
color: var(--mcolor);
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(--mcolor);
z-index: 0;
transition:0.8s ease-in;
}
.draw-border:hover{
color:#000;
border:1px solid #000;
}
.draw-border-dark {
display:inline-block;
color: var(--scolor)!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(--scolor);
z-index: 0;
transition:0.8s ease-in;
}
.draw-border-dark:hover{
color:#ccc!important;
border:1px solid #ccc;
}
.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.8s ease-in;
}
.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: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 */
.ncardsw {
margin-bottom:30px;
}
.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;
-webkit-transition: all 0.5s linear;
-moz-transition: all 0.5s linear;
transition: all 0.5s linear;
border-bottom:2px solid #ddd;
}
.ncard:hover {
box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.1);
}
.ncard h3 {
color:var(--mcolor);
font-size: 19px;
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(--mcolor);
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: 30px;
margin: 13px 0;
border: 1px solid var(--mcolor);
background-color:var(--mcolor);
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 .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(--mcolor) transparent;
border-width: 0 0 30px 30px;
}
.loadm{
text-align:center;
}
/* Search */
#search input[type="text"]{
padding:10px 15px;
width:200px;
outline:none;
border:1px solid transparent;
border-bottom:2px solid #fff;
background-color:rgba(255,255,255, 0.8);
transition:0.8s;
font-size:17px;
color: var(--mcolor);
background-image: url("/webroot/img/search.svg");
background-position: 97% center;
background-repeat: no-repeat;
background-size: 30px 30px;
}
#search input[type="text"]:focus{
width:100%;
}
/* 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(--scolor);
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 */
.projects_home .h2-title h2{
font-size:25px;
letter-spacing:1px;
color:var(--scolor);
}
.projects_home .h2-title::after {
content: "";
width: 0;
height: 0;
}

.h2-title{
position:relative;
text-align:center;
max-width:1300px;
margin:auto;
margin-top:20px;
margin-bottom:20px;
text-transform:uppercase;
}
.h2-title h2{
font-size:28px;
letter-spacing:1px;
color:var(--mcolor);
font-weight:normal;
position: relative;
}
.h2-title::after {
content: "";
width: 50px;
height: 2px;
position: relative;
display: block;
margin: 15px auto;
margin-bottom: 15px;
background-color: var(--scolor);
margin-bottom: 35px;
}
.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;
}
/* 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(--scolor);
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(--scolor);
}
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: auto 30% 30% ;
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;
padding-bottom: 10px;
margin-top:25px;
}
.foot1 h3, .foot2 h3, .foot3 h3{
font-size: 18px;
margin-bottom: 30px;
font-weight: normal;
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;
}
.foot1 p span{
font-size:12px;
font-style: oblique;
color:#ccc;
}
.foot1>img{
width: 150px;
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 p.copyr span{
margin-top:8px;
display:block;
}
.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;
}
/* Banner */
img.banner{
width:100%;
height:auto;
display:block;
}
/* Welcome */
.twopinfo{
display: flex;
align-items:center;
justify-content:center;
background-size:contain;
background-position:-1% 100%;
background-repeat: no-repeat;
background-color: #f8f8f8;
background-attachment: fixed;
margin:0 0 50px 0;
padding:8% 0;
}
.twopinfo_inner{
max-width:1300px;
display:grid;
grid-gap:30px;
grid-template-columns: auto 40%;
background-color:#fafafa;
-webkit-box-shadow: 22px 12px 41px -3px rgba(0,0,0,0.1);
-moz-box-shadow: 22px 12px 41px -3px rgba(0,0,0,0.1);
box-shadow: 22px 12px 41px -3px rgba(0,0,0,0.1);
}
.twopinfo_image{
position:relative;
-webkit-box-shadow: -24px 0px 48px -32px rgba(0,0,0,0.3);
-moz-box-shadow: -24px 0px 48px -32px rgba(0,0,0,0.3);
box-shadow: -24px 0px 48px -32px rgba(0,0,0,0.3);
}
.twopinfo_image:after{
z-index: 1;
border: 1px solid rgba(35, 136, 156,0.5);
content: "";
position: absolute;
top: 30px;
bottom: 30px;
left: 30px;
right: 30px;
}
.twopinfo_image img{
width:100%;
height:100%;
object-fit:cover;
}
.twopinfo_text{
display:flex;
align-items:center;
justify-content:center;
padding: 35px 10px 35px 50px;
}
.twopinfo_text_inner{
display:flex;
flex-direction:column;
}
.twopinfo_text_inner p{
font-size:13px;
line-height:1.5;
font-weight:normal;
color: var(--mcolor);
}
.twopinfo_text_inner ul li{
font-size:13px;
line-height:1.5;
font-weight:normal;
color: var(--mcolor);
}
.twopinfo_text_inner a{
align-self: flex-start;
}
.twopinfo_text_inner ul{
margin:15px 0 15px 25px;
padding:0;
list-style-type: square;
font-size:15px;
}
/* NUMBER CARDS */
ol.cards, ol.cards::before, ol.cards::after, 
ol.cards *, ol.cards *::before, ol.cards *::after { 
margin: 0; 
padding: 0; 
box-sizing: border-box 
}
ol.cards { 
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 1rem;
max-width: 1300px;
margin-inline: auto;
padding-block: 1rem;
list-style: none;
counter-reset: count;
}
ol.cards > li {
--card-background-color: #f0f0f0;
--card-text-color: #0F0F0F;
--card-border-radius: 0.5rem;
--card-padding-block: 1.5rem;
--card-padding-inline: 1rem;
--outset-size: 0.75rem;
--outset-background-color: #e5e5e5;
--number-font-size: 5rem;
--number-overlap: 0.5rem;
--number-font-weight: 500;
margin: var(--outset-size);
margin-top: calc(var(--number-font-size) - var(--number-overlap));
border-radius: var(--card-border-radius);
padding-block: var(--card-padding-block);
padding-inline: var(--card-padding-inline);
color: var(--card-text-color);
background-color: var(--card-background-color);
box-shadow: 
	inset 1px 1px 0px rgb(255 255 255 / .5),
	inset -1px -1px 0px rgb(0 0 0 / .25),
	calc(var(--outset-size) * .25) calc(var(--outset-size) * .25) calc(var(--outset-size) * .5) rgb(0 0 0 / .25);
position: relative;
counter-increment: count;
}
ol.cards > li::after{
content: counter(count, decimal-leading-zero);
position: absolute;
bottom: calc(100% - var(--number-overlap));
left: 50%;
transform: translateX(-50%);
color: var(--accent-color);
font-family: var(--number-font-family);
font-weight: var(--number-font-weight);
font-size: var(--number-font-size);
line-height: 1;
z-index: -1;
}
ol.cards > li::before{
content: "";
position: absolute;
width: calc(100% + (var(--outset-size) * 2));
height: 100%;
bottom: calc(var(--outset-size) * -1);
left: calc(var(--outset-size) * -1);
z-index: -1;
border-bottom-left-radius: calc(var(--card-border-radius) + var(--outset-size));
border-bottom-right-radius: calc(var(--card-border-radius) + var(--outset-size));
background-color: var(--outset-background-color);
background-image: 
	linear-gradient(to left, var(--outset-background-color) calc(var(--outset-size) * 2), transparent 0),
	linear-gradient(135deg, var(--accent-color) 80%, var(--outset-background-color) 0);    
}
.cards .icon img{
width:70px;
margin:auto;
display:block;
text-align: center;
margin-bottom: calc(var(--card-padding-block) * .5);
}
.cards .title {
text-transform: uppercase;
text-align: center;
color: var(--accent-color);
font-size: 18px;
margin-bottom: 8px;
}
.cards .descr {
color: var(--text-color);
font-size: 14px;
text-align: center;
}
.cards a{
position:absolute;
top:0;
bottom:0;
left:0;
right:0;
}
/* Numbers */
#numbers{
background-color:var(--scolor);
padding:40px 0;
margin:40px 0;
}
#numbers .item{
text-align:center;
color:#fff;
}
#numbers .counter-value{
font-size:50px;
font-weight:bold;
margin-bottom:15px;
color:#fff;
}
/* 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(14, 42, 71), rgb(35, 182, 198) );
}
.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:30px auto;
display:grid;
grid-template-columns: 60% auto;
grid-gap:30px;
}
.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, #assist-status{
padding:10px;
background-color:transparent;
display:none;
font-size:13px;
border:1px solid var(--scolor);
text-align:center;
margin-bottom:15px;
}
.accordion { 
width: 60%; 
min-width:350px;
margin: auto;
margin-top:30px;
margin-bottom:40px;
}
.accord-wrapper{
border: 1px solid var(--mcolor);
margin-bottom:10px;
}
.accord-header { 
position:relative;
padding:10px 60px 10px 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:13px;
transition:1.5s;
}
.accord-opened:after { 
content: url(/webroot/img/closea.svg);
transform: rotate(45deg);
}
.accord-opened{
transition: 0.8s;
}
.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;
}
/* Services */
.services_wrap{
max-width:1300px;
display:grid;
grid-template-columns:repeat(3, 1fr);
grid-gap:30px;
margin:auto;
}
figure.sv {
color: #fff;
position: relative;
overflow: hidden;
height:250px;
background-color: var(--mcolor);
text-align: center;
display:flex;
align-items:center;
justify-content:center;
width: 100%;
margin:0;
}
figure.sv img {
opacity: 0.4;
width: 100%;
height:100%;
-webkit-transition: all 0.8s ease-in-out;
transition: all 0.8s ease-in-out;
position: absolute;
top:0;
left:0;
}
figure.sv:after {
background-color: var(--ycolor);
width: 0;
height: 6px;
position: absolute;
left: 0;
top: 0;
content: '';
-webkit-transition: all 0.8s ease-in-out;
transition: all 0.8s ease-in-out;
}
figure.sv figcaption {
position: relative;
width:70%;
}
figure.sv h2{
margin: 0;
width: 100%;
font-weight:normal;
font-size:25px;
letter-spacing: 1px;
-webkit-transition: all 0.8s ease-in-out;
transition: all 0.8s ease-in-out;
}
figure.sv a {
left: 0;
right: 0;
top: 0;
bottom: 0;
position: absolute;
z-index: 1;
}
figure.sv:hover img{
-webkit-transform: scale(1.5) rotate(10deg);
transform: scale(1.5) rotate(10deg);
}
figure.sv:hover:after{
width: 100%;
}
figure.sv:hover h2{
text-shadow: 1px 1px 1px #000;
}
/* Advantages */
.advantages_container{
background-image:url("/webroot/myfiles/images/other/fbg.jpg");
background-attachment: fixed;
background-position: center center;
margin:50px 0;
padding:80px;
}
.advantages_wrapper{
max-width:1300px;
margin:auto;
display:grid;
grid-template-columns: 25% auto;
grid-gap:50px;
}
.advantages_text{
display:flex;
align-items: center;
justify-content: center;
text-transform: uppercase;
color: #fff;
font-size: 35px;
font-weight: bold;
text-align: center;
text-shadow: 1px 1px 1px var(--mcolor);
}
.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(69, 68, 68, 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;
}
/* Blocks */
.blocks_wrapper{
max-width:1300px;
margin:30px auto;
display: grid;
grid-template-columns: repeat(3, 1fr);
grid-gap: 30px;
}
.blocks_wrapper img{
width:100%;
height:380px;
object-fit: cover;
display:block;
}
.blocks_wrapper p{
background-color:var(--scolor);
color:#fff;
font-size:15px;
text-align: center;
padding:15px;
}
.blocks_wrapper span{
background-color:#f5f5f5;
font-size:13px;
text-align: center;
padding:10px;
display:block;
border-bottom:3px solid #ddd;
}
.blocks_wrapper a{
position: absolute;
top:0;
bottom:0;
left: 0;
right: 0;
}
/* Videos */
.videos_wrapper{
max-width:1300px;
margin:auto;
display:grid;
grid-template-columns: repeat(3, 1fr);
grid-gap:30px;	
margin-top:25px;
margin-bottom:25px;
}
.videos_wrapper>div>img:not(.ytb){
width:100%;
height:auto;
object-fit:cover;
display:block;
}
.videos_wrapper div img.ytb{
width:40px;
height:40px;
display:block;
}
.videos_wrapper div{
display:flex;
align-items:center;
justify-content:center;
overflow: hidden;
position:relative;
flex-direction: column;
}
.videos_wrapper div a{
position:absolute;
}
.videos_wrapper div p{
position: relative;
background-color:var(--mcolor);
color:#fff;
padding:10px;
width:100%;
font-size:15px;
line-height:1.5;
min-height:70px;
text-align:center;
display: flex;
align-items: center;
justify-content: center;
}
/* 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;
background-color: #ccc;
border-bottom:3px solid #bbb;
}
#as{
display:block;
text-align:left;
text-decoration:underline;
color:#fff;
margin-top:15px;
font-size:13px;
}
/* Buy */
.buy_wrapper {
display: flex;
flex-flow: row wrap;
justify-content: center;
gap: 2%;
margin:30px auto;
}
.buy_wrapper > div {
flex-basis: 23%;
/* -ms-flex: auto; */
position: relative;
background-color: var(--scolor);
border-radius:10px;
color:#fff;
box-sizing: border-box;
padding:25px 25px 80px 25px;
background-image:url("/webroot/img/ldbg.png");
}
.buy_wrapper > div img {
width:200px;
display:block;
margin:auto;
margin-bottom:15px;
}
.buy_wrapper > div h2{
font-size:17px;
text-align:center;
margin-bottom:15px;
}
.buy_wrapper > div h3{
font-size:28px;
margin:25px 0 5px 0;
text-align:center;
}
.buy_wrapper > div button {
padding:10px 25px;
border-radius:5px;
border:1px solid transparent;
background-color:#fff;
color:var(--scolor);
cursor:pointer;
transition:0.8s;
display:block;
margin:auto;
margin-top:30px;
font-size:16px;
letter-spacing:1px;
text-transform:uppercase;
}
.buy_wrapper > div button:hover {
background-color:var(--scolor);
color:#fff;
border:1px solid #fff;
}
.buy_wrapper > div ul{
padding:0;
list-style-image: url('/webroot/img/ar-w.svg');
list-style-position: outside;
margin: 10px;
}
.buy_wrapper > div ul li{
padding:3px 0;
text-align: left !important;
font-size: 15px;
line-height: 1.5;
}
button.bregister{
position:absolute;
bottom:25px;
left: calc(50% - 76px);
}
/* From Styles */
.application_form{
margin:30px auto;
background-image:url("/webroot/img/logotr.svg");
background-repeat: no-repeat;
background-size:contain;
background-position: center center;
}
fieldset{
padding:25px;
border: 1px solid var(--scolor);
margin-bottom:35px;
border-radius: 5px;
}
legend{
padding: 0 10px;
margin-left: -10px;
color: var(--scolor);
font-size:15px;
font-weight:normal;
font-style: oblique;
}
label{
display: flex;
font-size: 13px;
user-select: none;
margin-bottom: 10px;
min-height: 40px;
align-items: flex-end;
}
label.inlinel{
display: inline-block;
letter-spacing: 1px;
font-size: 13px;
user-select: none;
margin-bottom:15px;
margin-left:10px;
margin-right:40px;
min-height: 0;
}
.txtbx{
padding:10px;
width:100%;
color: var(--mcolor);
outline:none;
background-color:rgba(255,255,255, 0.5);
border:1px solid #aaa;
transition: 0.8s;
}
.txtbx:focus{
background-color:rgba(255,255,255, 1);
border:1px solid var(--mcolor);
}
.g4{
display:grid;
grid-template-columns: repeat(4, 1fr);
grid-gap:30px;
}
.g3{
display:grid;
grid-template-columns: repeat(3, 1fr);
grid-gap:30px;
}
.g2{
display:grid;
grid-template-columns: repeat(2, 1fr);
grid-gap:30px;
}
p.required{
padding:15px;
text-align:right
}
#form-status1, #form-status2{
font-size:13px;
padding-left:20px;
}
.about_us_wrapper{
max-width:1300px;
margin:30px auto;
display:grid;
grid-template-columns:250px auto 250px;
grid-gap:40px;
}
.aram_image, .sona_image{
position:relative;
display: flex;
align-items: center;
justify-content: center;
}
.aram_image img, .sona_image img{
display:block;
width:100%;
height:auto;
border:2px solid var(--scolor);
-webkit-box-shadow: 0px 5px 44px -11px rgba(0,0,0,0.05);
-moz-box-shadow: 0px 5px 44px -11px rgba(0,0,0,0.05);
box-shadow: 0px 5px 44px -11px rgba(0,0,0,0.05);
cursor:pointer;
}
.aram_image.active img, .sona_image.active img{
-webkit-box-shadow: 0px 5px 44px -11px rgba(0,0,0,0.30);
-moz-box-shadow: 0px 5px 44px -11px rgba(0,0,0,0.30);
box-shadow: 0px 5px 44px -11px rgba(0,0,0,0.30);
transition:0.8s;
}
.aram_image img.passive, .sona_image img.passive{
opacity:0.3;    
}
.aram_image.active:after{
position:absolute;
content:"";
width: 0px;
height: 0px;
border-style: solid;
border-width: 10px 0 10px 10px;
border-color: transparent transparent transparent var(--scolor);
right:-9px;
top:calc(50% - 10px);
}
.sona_image.active:before{
position:absolute;
content:"";
width: 0px;
height: 0px;
border-style: solid;
border-width: 10px 10px 10px 0;
border-color: transparent var(--scolor) transparent transparent;  
left:-9px;
top:calc(50% - 10px);
}
.ascontent{
background-image:url("/webroot/img/logotr.svg");
background-position:center center;
background-repeat:no-repeat;
}
.aram_content, .sona_content{
display:none;
}
.aram_content h2, .sona_content h2{
font-size:25px;
margin-bottom:20px;
text-transform:uppercase;
}
.aram_content p, .sona_content p{
font-size:16px;
line-height:1.5;
}
.project_wrapper{
width:100%;
max-width: 1300px;
margin: 30px auto;
display: grid;
grid-template-columns: auto 350px;
grid-gap: 50px;
}
.project_wrapper>div.prelated{
position:relative;
align-self: flex-start;
}
.project_wrapper h1{
background-color: var(--scolor);
color: #fff;
font-size: 28px;
font-weight: bold;
padding: 15px 25px;
margin-bottom:30px;
}
.project_wrapper img.pogpic{
width:100%;
display: block;
}
.project_wrapper .prelated h2{
color: var(--scolor);
font-size: 18px;
font-weight: bold;
margin-bottom: 30px;
background-color: #fff;
padding:15px;
}
.project_wrapper .related a{
text-decoration: underline;
}
.projects_home{
width:100%;
margin:30px auto;
padding:40px;
background-color:#fff;
background-image: url("/webroot/img/moneybg.png");
background-repeat: repeat;
}
.projects_wrapper{
display: flex;
flex-flow: row wrap;
justify-content: center;
row-gap: 20px;
column-gap: 2%;
margin: 40px auto;
}
.projects_wrapper>div{
flex-basis: 23%;
-ms-flex: auto;
position: relative;
background: #248a9d;
background: -moz-linear-gradient(top, #248a9d 0%, #095a82 100%);
background: -webkit-linear-gradient(top, #248a9d 0%, #095a82 100%);
background: -o-linear-gradient(top, #248a9d 0%, #095a82 100%);
background: -ms-linear-gradient(top, #248a9d 0%, #095a82 100%);
background: linear-gradient(to bottom, #248a9d 0%, #095a82 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#248a9d', endColorstr='#095a82', GradientType=0 );
box-sizing: border-box;
}
.projects_wrapper div img{
width:100%;
height:auto;
object-fit: cover;
display: block;
}
.projects_wrapper div p{
padding:10px;
text-align:center;
color: #fff;
text-transform:uppercase;
}
.projects_wrapper div a{
position:absolute;
top:0;
bottom:0;
left:0;
right:0;
}
#form-modal{
background-color: #fff;
padding: 20px 30px;
text-align: left;
width:80%;
min-width: 350px;
margin: 40px auto;
position: relative;	
/*
background-image:url("/webroot/img/logotr.svg");
background-repeat: no-repeat;
background-size:120% 120%;
*/
}
.popup-modal-close{
margin-right:0;
margin-left: auto;
display: block;
border:1px solid var(--scolor);
margin-bottom:15px;
width:30px;
height:30px;
display: flex;
align-items: center;
justify-content: center;
}
.popup-modal-close:hover{
background-color:var(--mcolor);
color:#fff;
}
.ccenter{
text-align: left;
min-width: 350px;
margin: auto;
width: 50%;
font-size:13px;
}
.ccenter ul li{
list-style-position: inside;
list-style-type: square;
line-height:1.5;
}
/* MEDIA QUERIES */
@media screen and (min-width: 1101px) {
	.languages ul{
	text-align:center;
	width:40px;
	overflow: hidden;
	} 
	.languages ul li{
	text-align:center;
	width:40px;
	}    
	.languages img{
	vertical-align: middle;
	}
	li.languages ul li a{
	width:40px;
	padding:8px 5px!important;
	}
}
@media screen and (max-width: 1300px) {
	.assistent_wrap, .project_wrapper, .projects_wrapper, .about_us_wrapper, .i_t_wrap, ol.cards, .blocks_wrapper, .services_wrap, .contact-wrapper, .preheader, header section, .search_wrap, .form-wrapper, .videos_wrapper, #gresults, .vaca_content, .bcont, .ncards, .h2-title, .h2-title-dark, .info_pages, .footeri, .blocks{
	width:95%;
	}
}
@media screen and (max-width: 1200px) {
	.project_wrapper .ncards, .project_wrapper .blocks_wrapper, .project_wrapper .videos_wrapper, .project_wrapper #gallery{
	grid-template-columns: repeat(2, 1fr);
	}
}
@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);
	}
    .bcont{
    max-width:auto;
    width:100%;
    }
	.twopinfo{
	padding:0;
	}
	.twopinfo_inner{
	width:100%;
	}
	.twoblocks, .advantages_wrapper{
	grid-template-columns: 100%;
	width:95%;
	}
	.twoblocks_image{
	order:1;
	}	
	.twoblocks_text{
	order:2;
	}
	.videos_wrapper, .gallery_wrapper{
	grid-template-columns: repeat(2, 1fr);
	}
	.g4{
	grid-template-columns: repeat(3, 1fr);
	}
	.about_us_wrapper{
    grid-template-columns: 100%;   
	}
	.aram_image{
	order:1;
	}
	.sona_image{
	order:2;
	}
	.ascontent{
	order:3;
	}
    .sona_image.active:before, .aram_image.active:after{
    border-width: 0;
    }
	.projects_wrapper>div {
	flex-basis: 33.33%;
	}
	.project_wrapper .ncards, .project_wrapper .blocks_wrapper, .project_wrapper .videos_wrapper, .project_wrapper #gallery{
	grid-template-columns: 100%;
	}
}
@media (min-width: 992px){
	.site-menu {
	display: block !important;
	}
	.mtoggle{
	display:none;
	}
}
@media screen and (max-width: 1181px) {
	.mtoggle{
	display:block!important;
	}
	.site-menu {
	display: none !important;
	}
	.site-navbar .site-navigation {
	text-align: right !important;
	}
}
@media screen and (max-width: 1180px) {
	.foot1 h3, .foot2 h3, .foot3 h3{
	font-size: 17px;
	}
	.cw, .h2-title{
	max-width:95%;
	}
	#gallery{
	grid-template-columns: repeat(2, 1fr);
	}
	.caption{
	width:80%;
	}
	#gresults{
	grid-template-columns: repeat(2, 1fr);	
	}
	.blocks_wrapper{
	grid-template-columns: repeat(2, 1fr);
	}
	ol.cards { 
	grid-template-columns: repeat(3, 1fr);
	}
	.project_wrapper .assistent_wrap{
	grid-template-columns: 100%;
	grid-gap:30px;
	margin: 50px 0;
	}
	.ripples{
	scale: 0.99;
	}
}
@media screen and (max-width: 800px) {
	.ncards{
	grid-template-columns: 100%;  
	}
	.blocks_wrapper img {
	height: 250px;
	}
	.services_wrap, .advantages_items {
	grid-template-columns: repeat(2, 1fr);
	}
	.info_wrapper, .i_t_wrap{
	grid-template-columns: 100%;
	}
	ol.cards { 
	grid-template-columns: repeat(2, 1fr);
	}
	.buy_wrapper > div {
    margin-bottom: 25px;
    }
	.g4, .g3{
	grid-template-columns: repeat(2, 1fr);
	}
	.project_wrapper{
	grid-template-columns:100%;
	}
	.hm{
	 scale:0.7!important;
	}
	.assistent_text h2{
	font-size:28px;
	text-align:center;
	}
}
@media screen and (max-width: 700px) {
	.single h1{
	font-size:20px;
	}
	.caption{
	display:none;
	}
	.contact-wrapper, .vaca_content{
	grid-template-columns: 100%;
	}
	.hlogo img
	{
	width: 120px;
	}
	.logo_wrap {
	grid-template-columns: 120px auto;
	grid-gap: 18px;
	}
	.logo_wrap ul li
	{
	font-size: 12px;
	line-height: 1.5;
	}
	.projects_wrapper>div {
	flex-basis: 50%;
	}
	.assistent_wrap{
	grid-template-columns: 100%;
	grid-gap:30px;
	}
	.ripples{
	scale: 0.99;
	}
}
@media screen and (max-width: 600px) {
	.footeri {
	grid-template-columns: 1fr;
	}
	.ncards, .form-container{
	grid-template-columns: 1fr;
	}
	.slider_map{
	grid-template-columns: 100%;    
	}
	.twopinfo_inner{
	grid-template-columns: 100%;
	}
	.twopinfo_image{
	display:none;
	}
	.twopinfo_text{
	padding:25px;
	}
	.advantages_container {
	padding: 30px;
	}
	.g4, .g3, .g2{
	grid-template-columns: repeat(1, 1fr);
	}

}
@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, .videos_wrapper{
	grid-template-columns: 100%;
	}
	.bcont .slick-slide {
	margin: 0;
	}
	.bcont .slick-list {
	margin: 0;
	}
	ol.cards { 
	grid-template-columns: 100%;
	}
	.projects_wrapper>div {
	flex-basis: 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%;
	}
}
