@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,400;0,500;0,600;1,400;1,500;1,600&display=swap');
*,
*:before,
*:after {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
padding: 0;
margin: 0;
}
*:focus {
outline: none;i
}
a:link, a:visited{
text-decoration:none;
color:#000;
}
html{
-webkit-font-smoothing: antialiased;
-webkit-tap-highlight-color: transparent;
}
body {
margin:0;
padding:0;
font-family: 'Montserrat', sans-serif, Tahoma;
font-size:16px;
font-weight:normal;
background-color: #fff;
color:#111;
}
header{
position:relative;
width: 100%;
height:100vh;
background-size:cover;
background-position:center center;
}
.heading_wrapper{
width:100%;
padding:0 0 10px 0;
}
.fb {
position: fixed;
background-color: rgba(0,0,0,0.8);
-webkit-box-shadow: 0px 10px 31px -5px rgba(0,0,0,0.37);
-moz-box-shadow: 0px 10px 31px -5px rgba(0,0,0,0.37);
box-shadow: 0px 10px 31px -5px rgba(0,0,0,0.37);
z-index:8;
}
.heading{
display:grid;
grid-template-columns:150px auto 70px 75px;
max-width: 1200px;
margin: auto;
padding-top: 35px;
position:relative;
z-index:2;
transition:0.5s;
}
.fb .heading{
padding-top:14px;
}
.grad{
width:100%;
height:180px;
background: rgba(0,0,0,1);
background: -moz-linear-gradient(top, rgba(0,0,0,1) 0%, rgba(255,255,255,0) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,0,0,1)), color-stop(100%, rgba(255,255,255,0)));
background: -webkit-linear-gradient(top, rgba(0,0,0,1) 0%, rgba(255,255,255,0) 100%);
background: -o-linear-gradient(top, rgba(0,0,0,1) 0%, rgba(255,255,255,0) 100%);
background: -ms-linear-gradient(top, rgba(0,0,0,1) 0%, rgba(255,255,255,0) 100%);
background: linear-gradient(to bottom, rgba(0,0,0,1) 0%, rgba(255,255,255,0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#ffffff', GradientType=0 );
position:absolute;
top:0;
left:0;
z-index:0;
}
#nav{
visibility:hidden;
}
.logo, .search, .languages, #nav{
display:flex;
align-items:center;
justify-content:center;
}
.social{
position:absolute;
width:100%;
max-width:1200px;
margin:0 auto;
left: 0; 
right: 0; 
bottom:100px;
margin-left: auto; 
margin-right: auto; 
z-index:0;
}
.social a{
display:block;
margin-bottom:20px;
width:45px;
}
.social a:last-child{
margin-bottom:0;
}
.social img{
display:block;
width:45px;
}
main{
position:relative;
}
.aboutus {
position:relative;
max-width:100%;
height:450px;
margin-left:auto;
margin-top:40px;
margin-bottom:40px;
display: grid;
grid-gap:60px;
grid-template-columns: 38% auto;
//background:red;
padding-left: calc((100% - 1200px)/2);
}
.aboutus .aboutus_text h3{
color:#EC1F5D;
font-size:16px;
margin-top:35px;
margin-bottom:35px;
font-weight:500;
}
.aboutus .aboutus_text h2{
color:#101820;
font-size:24px;
margin-bottom:30px;
font-weight:600;
}
.aboutus .aboutus_text p{
line-height:21px;
font-weight:300;
margin-bottom:25px;
}
.aboutus_text{
//background:green;
}
.aboutus .aboutus_image{
display:flex;
align-items:center;
justify-content:center;
background-image:url("/webroot/myfiles/images/other/vbg.png");
background-repeat:no-repeat;
background-position:left center;
}
.blanc{
height:85px;
margin-bottom:25px;
}
/* Carousel */
.carousel{
position:absolute;
background: rgba(251, 254, 255, 0.38);
visibility:hidden;
border-radius: 12px;
padding:20px 100px 13px 100px;
bottom:0;
left:200px;
}
.links{
position:relative;
width:500px;	
}
.links .item img{
border-radius:25px;
}
.slider{
position:relative;
}
.slider div img {
width: 100%;
}
.slider .slick-dots {
text-align: center;
margin: 15px 0 10px 0;
padding: 0;
}
.slider .slick-dots li {
display: inline-block;
margin-left: 4px;
margin-right: 4px;
}
.slider .slick-dots li.slick-active button {
background-color: #CF2636;
}
.slider .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;
}
.slider .slick-dots li :hover {
background-color: black;
}
.slider .slick-slide {
margin: 0 20px;
}
.slider .slick-list {
margin: 0 -20px;
}
.wc .slick-slide {
margin: 0 10px;
}
.wc .slick-list {
margin: 0 -10px;
}
.prev{
position: absolute;
top: calc(50% - 20px);
left: 20px;
cursor: pointer;
}
.next{
position: absolute;
top: calc(50% - 20px);
right: 20px;
cursor: pointer;
}
.slider div p{
font-size:14px;
text-align:center;
color:#181202;
margin-top:5px;
}
.slider a{
color:#181202;
}
img.greyscale{
filter: grayscale(100%);
-webkit-filter: grayscale(100%); /* For Webkit browsers */
filter: gray; /* For IE 6 - 9 */
-webkit-transition: all .6s ease; /* Fade to color for Chrome and Safari */
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+, Firefox on Android */
}
img.greyscale:hover{
filter: grayscale(0%);
-webkit-filter: grayscale(0%);
filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/></filter></svg>#grayscale");
}
/* Contacts */
.contacts_wrapper{
max-width:1000px;
margin:auto;
display:grid;
grid-template-columns:38% auto;
grid-gap:50px;
margin-top:25px;
margin-bottom:25px;
}
.contacts_left{
background-color:#2D4554;
color:#fff;
padding: 25px;
border-radius: 12px;
position:relative;
}
.contacts_left .contacts{
display:flex;
justify-content:center;
flex-direction:column;
}
.contacts_left .contacts h2{
margin-bottom:50px;
font-size:20px;
font-weight: 500;
width:100%;
}
.contacts_left .contacts img{
height:19px;
width:19px;
object-fit:contain;
margin-right:20px;
}
.contacts_left .contacts ul, .contacts_left .csocial ul{
list-style:none;
margin:0;
padding:0;
}
.contacts_left .contacts ul li{
margin-bottom:10px;
font-size:16px;
}
.contacts_left .csocial ul li{
float:left;
}
.contacts_left .csocial{
position:relative;
display:flex;
justify-content:center;
margin-top:60px;
margin-bottom:15px;
}
.contacts_left .csocial img{
height:38px;
width:38px;
object-fit:contain;
margin-right:20px;
}
.form_wrapper{
background-color: #F5F7FB;
padding:25px;
}
.col2{
display:grid;
grid-template-columns:repeat(2, 1fr);
grid-gap:20px;
}
.form_wrapper label{
display:block;
font-weight: 300;
font-size: 15px;
margin-bottom:5px;
color: #181202;
}
.form_wrapper input[type=text], textarea{
background-color: #EEEEEE;
border-radius: 12px;
border:none;
padding:8px;
margin-bottom:15px;
width:100%;
}
.form_wrapper button{
border:none;
padding:8px;
background: #2D4554;
border-radius: 12px;
width:100%;
color:#fff;
font-size:16px;
cursor:pointer;
}
.form_wrapper h2{
font-weight: 400;
font-size: 20px;
line-height: 24px;
letter-spacing: 0.01em;
text-transform: capitalize;
color: #000;
text-align:center;
margin-bottom:25px;
}
.preloader{
display:none;
width:15px;
height:15px;
}
.preloader img{
width:100%;
}
#email-status{
margin-top:25px;
text-align:center;
}
/* Breadcrumbs */
.breadcrumbs{
width:100%;
text-align:center;
position:absolute;
bottom:20px;
}
.breadcrumbs ul {
width:auto;
display:inline-block;
margin:auto;
list-style: none;
}
.breadcrumbs ul li {
display: inline;
}
.breadcrumbs ul li a{
color: #fff;
display:block;
}
.breadcrumbs ul li a:after{
content: url("/webroot/img/discover.svg");
margin-left:7px;
}
.breadcrumbs ul li  {
float: left;
text-align: center;
position: relative;
margin: 0 5px 0 0; 
font-size: 14px;
text-decoration: none;
color: #fff;
}
.breadcrumbs p{
color:#fff;
font-style: normal;
font-weight: 600;
font-size: 24px;
margin-bottom:10px;
}
/* PAGEING */
ul.paging{
max-width:1200px;
margin:auto;
padding:10px 0 10px 0;
text-align:right;
margin-top:15px;
margin-bottom:25px;
position:relative;
}
ul.paging li{
display:inline;
list-style:none;
font-weight: 700;
font-size: 16px;
cursor:pointer;
}
ul.paging li a{
display:inline-block;
line-height:34px;
width:33px;
height:33px;
margin:0 5px;	
color:#333;
text-align:center;
text-decoration:none;
}
ul.paging li a:hover{
background-color:#f1f1f1;
}
ul.paging li.current{
background-color: #2D4554;
border-radius: 5px;
display:inline-block;
line-height:34px;
width:33px;
height:33px;
margin:0 5px;	
color:#fff;
text-align:center;
text-decoration:none;
}
ul.paging span{
position:absolute;
left:0;
color:#ccc;	
}
/* 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;
}
/* Back to top */
img.back-to-top{
width:30px;
margin:auto;
display:block;
z-index:8;
position: fixed;
right: 20px;
bottom: 30px;
}
/* Search */
.search_wrap{
max-width:1300px;
margin:auto;
margin-bottom:50px;
}
.search_wrap ul{
list-style:none;
}
.search_wrap ul li a{
color:#163374;
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:#CF2636;
}
.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:#163374;
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:180px;
height:35px;
left: -118px;
top: 47px;
border:none;
background-color:rgba(255,255,255, 0.5);
-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]{
width:180px;
height:35px;
border:1px solid transparent;
padding:5px 10px;
font-size:16px;
display:inline-block;
float:left;
background-color:rgba(255,255,255, 0.5);
}
.search a{
text-align:center;
display:block;
}
.search a img{
width:28px;
}
.search a span{
display:block;
color:#fff;
}
/* Languages */
.languages {
position:relative;
background-color: transparent;
color: #fff;
padding: 10px;
font-size: 16px;
border: none;
cursor: pointer;
}
.dropbtn{
text-transform:uppercase;
}
.dropbtn img{
vertical-align:middle;
}
.dropdown {
position: relative;
display: inline-block;
}
.dropdown-content {
display: none;
position: absolute;
background-color: rgba(0,0,0,0.5);
width: 48px;
box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
z-index: 1;
top:45px;
animation-name: ms-menu-moveup;	
animation-duration: .6s;
}
.dropdown-content a {
color: #fff;
padding: 7px;
text-decoration: none;
display: block;
text-align:center;
}
.dropdown-content a:hover {
color: #ddd;
}
/* Title */
.title{
text-align:center;	
}
.title h2{
color:#101820;
font-size: 24px;
font-weight: 500;
line-height: 29px;
padding:7px 0;
border-bottom:1px solid #101820;
display:inline-block;
}
/* Works */
.works_wrapper{
max-width:1200px;
margin:auto;
display:grid;
grid-template-columns: repeat(4, 1fr);
grid-gap:20px;	
margin-top:25px;
margin-bottom:25px;
}
.works_wrapper img{
width:100%;
height:250px;
object-fit:cover;
display:block;
border-radius: 12px;
}
.works_wrapper div{
position:relative;
border-radius:12px;
}
.works_wrapper p{
background: rgba(0, 0, 0, 0.35);
border-radius: 0px 0px 12px 12px;
position:absolute;
bottom:0;
padding:10px;
width:100%;
text-align:center;
color:#fff;
}
.wc{
max-width:1200px;
margin:auto;
margin-top:25px;
visibility:hidden;
}
.wc .cbutton a{
display:flex;
justify-content:center;
align-items:center;
color:#fff;
min-height:60px;
padding:0 10px;
background-color: #FF6392;
border-radius: 12px;
text-align:center;
}
.wc .active a{
background-color: #C191A2;
}
/* Certificates */
.certificates_wrapper{
max-width:1200px;
margin:auto;
display:grid;
grid-template-columns: repeat(3, 1fr);
grid-gap:20px;	
margin-top:25px;
margin-bottom:25px;
}
.certificates_wrapper img{
width:100%;
height:auto;
object-fit:cover;
display:block;
}
/* Gallery */
.sgallery{
max-width:1200px;
margin:auto;
display:grid;
grid-template-columns: repeat(4, 1fr);
grid-gap:20px;	
margin-top:25px;
margin-bottom:25px;	
}
.sgallery img{
width:100%;
height:250px;
object-fit:cover;
display:block;
border-radius: 12px;
}
.gallery_wrapper{
max-width:1200px;
margin:auto;
display:grid;
grid-template-columns: repeat(4, 1fr);
grid-gap:20px;	
margin-top:25px;
margin-bottom:25px;
}
.gallery_wrapper img{
width:100%;
height:250px;
object-fit:cover;
display:block;
border-radius: 12px;
}
.gallery_wrapper div{
position:relative;
}
.gallery_wrapper p{
background: rgba(0, 0, 0, 0.35);
border-radius: 0px 0px 12px 12px;
position:absolute;
bottom:0;
padding:10px;
width:100%;
text-align:center;
color:#fff;
}
/* Certificates */
.videos_wrapper{
max-width:1200px;
margin:auto;
display:grid;
grid-template-columns: repeat(2, 1fr);
grid-gap:20px;	
margin-top:25px;
margin-bottom:25px;
}
.videos_wrapper img{
width:100%;
height:auto;
object-fit:cover;
display:block;
}
.videos_wrapper div{
display:flex;
align-items:center;
justify-content:center;
}
.videos_wrapper div a{
position:absolute;
}
/* Conferences */
.conferences_wrapper{
max-width:1200px;
margin:auto;
display:grid;
grid-template-columns: repeat(2, 1fr);
grid-gap:20px;	
margin-top:25px;
margin-bottom:25px;
}
.conferences_wrapper div{
background: rgba(215, 221, 241, 0.25);
box-shadow: 2px 2px 8px rgba(155, 155, 155, 0.25);
padding:30px;
}
.conferences_wrapper div h2{
margin-bottom:20px;
font-style: normal;
font-weight: 600;
font-size: 24px;
}
.conferences_wrapper div p{
margin-bottom:20px;
font-style: normal;
font-weight: 300;
font-size: 16px;
}
.conferences_wrapper div a{
float:right;
}
/* Blog home*/
.blog_home{
max-width:1200px;
margin:auto;
display:grid;
grid-template-columns: repeat(2, 1fr);
grid-gap:20px;
margin-top:30px;
margin-bottom:20px;
}
.blog_post{
position: relative;
}
.blog_post>img{
width:100%;
height:500px;
object-fit:cover;
display:block;
}
.blog_texts{
position:absolute;
bottom:0;
left:0;
padding:30px;
text-align:left;
}
.blog_texts h3{
color:#fff;
font-weight: 700;
font-size: 18px;
margin-bottom:15px;
}
.blog_texts hr{
width: 100%;
height: 1px;
border: 1px solid rgba(167, 161, 156, 0.15);
margin-bottom:15px;
}
.blog_texts h4{
color:#fff;
font-weight: 400;
font-size: 16px;
line-height: 20px;
margin-bottom:25px;
}
.blog_texts a:link, .blog_texts a:visited{
border: 2px solid #FFFFFF;
border-radius: 12px;	
padding:12px 29px;
color:#fff;
display:inline-block;
}
.blog_texts a:after{
content: url("/webroot/img/discover.svg");
margin-left:12px;
}
.blog_info{
width:100%;
position: absolute;
left: 0;
top: 0;
display:grid;
grid-template-columns:repeat(2,1fr);
box-sizing:border-box;
padding:20px;
}
.blog_info div:first-child{
text-align:left
}
.blog_info div:last-child{
text-align:right
}
.blog_info div:last-child img{
vertical-align:middle;
margin-right:7px;
}
.blog_post .date, .blog_post .views{
display:inline-block;
background-color: rgba(15, 26, 38, 0.73);
border-radius: 5px;
padding:5px 12px;
color:#fff;
}
.blog_gradient{
position:absolute;
left:0;
bottom:0;
height: 516px;
width:100%;
background: linear-gradient(180deg, rgba(106, 106, 106, 0) 18.44%, #000000 100%);
}
.blog_sa{
position:relative;
max-width:1200px;
margin:auto;
margin-top:20px;
border: 2px solid #101820;
margin-bottom:40px;
border-radius: 12px;
font-weight:400;
font-size:18px;
text-align:center;
height:50px;
}
.blog_sa img{
margin-left:12px;
}
.blog_sa a{
position:absolute;
display:block;
left:0;
right:0;
top:0;
bottom:0;
padding:13px 0;
}
.blogpost h1{
font-style: normal;
font-weight: 700;
font-size: 24px;
line-height: 29px;
margin-bottom:25px;	
text-align:center;
}
.blogpost div p{
font-style: normal;
font-weight: 400;
font-size: 16px;
line-height:1.4;
}
.blogpost span{
display:inline-block;
margin-bottom:25px;
}
.blogpost span img{
vertical-align:middle;
}
/* Accordion */
.accordion { 
width: 50%; 
min-width:350px;
float:right;
margin-left:25px;
margin-bottom:25px;
}
.accord-wrapper{
border: 2px solid #2D4555;
border-radius: 12px;
margin-bottom:25px;
}
.accord-header { 
position:relative;
padding:25px;
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;
}
/* Ol list */
ol{
max-width:1000px;
margin:auto;
counter-reset: li;
list-style: none;
*list-style: decimal;
font: 15px 'trebuchet MS', 'lucida sans';
padding: 0;
margin-bottom: 4em;
}
ol 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: #ddd;
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: #eee;
}	
.oll a:before{
content: counter(li);
counter-increment: li;
position: absolute;	
left: -2.5em;
top: 50%;
margin-top: -1em;
background-color: #2D4555;
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: #2D4555;				
}
/* Footer */
footer {
background-color: #2D4555;
color: #fff;
padding:50px;
}
.footeri{
max-width: 1200px;
display:grid;
grid-template-columns:repeat(3, 1fr);
grid-gap:50px 0;
margin:auto;
}
.footeri div{
display:flex;
align-items:center;
}
.footeri div:nth-child(1){
justify-content:flex-start;
text-align:center;
font-weight:400;
font-size:20px;
line-height:25px;
}
.footeri div:nth-child(2){
justify-content:center;
}
.footeri div:nth-child(3){
justify-content:flex-end;
}
.footeri div:nth-child(3) img{
width:45px;
}
.footeri div a:first-child{
margin-right:20px;
}
/* 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: #CF2636;
}
.reveal-block.extra::before {
background: #163374;
}

.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:1200px;
min-height:200px;
margin: 0 auto;
margin-top:25px;
margin-bottom:25px;
line-height:1.5;
color:#000;
}
.info_pages p{
line-height:1.7;
}
.view h2, .work h2{
font-style: normal;
font-weight: 600;
font-size: 24px;	
margin-bottom:30px;
}
.view p, .work p{
font-style: normal;
font-weight: 400;
font-size: 16px;
}
/* MEDIA QUERIES */
@media screen and (min-width: 1650px) {
    .aboutus {
    grid-template-columns: 45% auto;
    }
}
@media screen and (min-width: 1800px) {
    .aboutus {
    background-position: left center;
    }
}
@media screen and (min-width: 1350px) {
    .aboutus .aboutus_image {
    background-position: right center;
    }
}
@media screen and (min-width: 1101px) {
	.search a span{
	display:none;	
	}
	.mml{
	display:none!important;
	}
}
@media screen and (max-width: 1200px) {
	.heading, .info_pages, .social, .blog_home, .blog_sa, .videos_wrapper, .certificates_wrapper, .conferences_wrapper, .gallery_wrapper, .works_wrapper, ul.paging, .wc {
	width:95%;
	}
	.aboutus {
	width: 97.5%;
	}
}
@media screen and (max-width: 1100px) {
	.heading {
	grid-template-columns: 90px auto 90px;
	}
	#nav{
	order:1;
	z-index:1;
	}
	.logo{
	order:2;	
	z-index:0;
	}	
	.search{
	order:3;	
	z-index:0;
	}
	.languages{
	display:none;
	}
	.social{
	display:none;	
	}
	.mml{
	display:block;
	}
	.search div{
	top: 60px;
	left: -108px;
	}
	.aboutus {
	grid-template-columns: 100%;
	grid-gap:20px;
	height:auto;
	}
	.aboutus .aboutus_image{
	height:400px;
	background-position:right center;
	}	
	.aboutus .aboutus_text{
	padding-right:2%;
	}
}
@media screen and (max-width: 1000px) {
	.carousel{
	left:0;
	}
	.gallery_wrapper, .works_wrapper{
	grid-template-columns: repeat(2, 1fr);
	}
	.contacts_wrapper{
	grid-template-columns:100%;
	grid-gap:20px;
	}
	.form_wrapper{
	order:1;
	}	
	.contacts_left{
	order:2;
	}
	.sgallery{
	grid-template-columns: repeat(2, 1fr);    
	}
}
@media screen and (max-width: 900px) {
	.aboutus .carousel .prev, .aboutus .carousel .next{
	display:none!important;
	}
	.carousel{
	padding:10px 30px;
	}
}
@media screen and (max-width: 800px) {
	.certificates_wrapper{
	grid-template-columns: repeat(2, 1fr);
	}
}
@media screen and (max-width: 728px) {
	.aboutus .aboutus_image{
	background-position:left center;
	}
	.links{
	width:400px;
	}
	.accordion { 
	width: 100%; 
	float:none;
	margin-left:0;
	}
	.wc{
	width:89%;
	}
}
@media screen and (max-width: 650px) {
	.links{
	width:450px;
	}
	.blog_home{
	grid-template-columns: 100%;
	}
	.footeri{
	grid-template-columns:100%;
	}
	.footeri div:nth-child(1){
	justify-content:center;
	text-align:center;
	order:3;
	}
	.footeri div:nth-child(2){
	justify-content:center;
	 order:1;
	}
	.footeri div:nth-child(3){
	justify-content:center;
	order:2;
	}
	.certificates_wrapper{
	grid-template-columns: 100%;
	}	
	.videos_wrapper{
	grid-template-columns: 100%;
	}
	.breadcrumbs p{
	font-size:16px;
	}
	.breadcrumbs ul{
	display:none;
	}
	.conferences_wrapper{
	grid-template-columns: 100%;     
	}
}
@media screen and (max-width: 500px) {
	.gallery_wrapper, .works_wrapper{
	grid-template-columns: 100%;
	}
	ul.paging{
	text-align:center;
	}
	ul.paging span{
	display:none;
	}
	.links{
	width:320px;
	}
	.sgallery{
	grid-template-columns: 100%;    
	}
	.sgallery div img{
	height:300px;
	}
}
@media screen and (max-width: 450px) {
	.col2{
	grid-template-columns:100%;
	grid-gap:0;
	}
	.links{
	width:300px;
	}
}
@media screen and (max-width: 350px) {
	.links{
	width:280px;
	}
}
