@keyframes bannerimg
{
from {transform: scale(1.2);}
to {transform: scale(1);}
}
.subpage_ad .bgimg {
animation: bannerimg 2s;
}

.subpage_ad .ad-tit{

    color: #ffffff  !important;

}

.subpage_ad .ad-line{

    background: #ffffff  !important;

}


.subpage_ad{

}


.subpage_ad:before{content:"";dislay:block;width:100%;height:100%;background: rgba(0,0,0,0.3);left:0;top:0;z-index:1;position:absolute;}



@font-face {
    font-family: "LamaSans-Regular";
    src: url(https://omo-oss-file.thefastfile.com/portal-saas/new2022052618115001180/cms/file/fe2f3ef5-bc81-4706-91e8-366d318e81ea.ttf);
}

*{
    font-family: "LamaSans-Regular";
}


body {
  color: #484848;
  font: 14px/1.5 'LamaSans-Regular';
}
input,textarea,select{
	font: 14px/1.5 'LamaSans-Regular';
}



.s_title{
font-size: auto !important;

}


.pl_service4 .service_icon span{

display: none;
}


.pl_service4 .service_icon .icon{

margin: 16px;

}
#c_grid-116273709439190 {

	display-radio: 1;

	background-color: rgba(255,255,255,1);
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}
#c_grid-116273709439190 .e_image-1 {
	overflow: hidden;
}
#c_grid-116273709439190 .e_image-1 img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.waves {
	position: relative;
	width: 100%;
	height: 100px;
/*Fix for safari gap*/
  min-height:100px;
}
/* Animation */
.parallax > use {
	animation: move-forever 25s cubic-bezier(.55,.5,.45,.5)     infinite;
}
.parallax > use:nth-child(1) {
	animation-delay: -2s;
	animation-duration: 7s;
}
.parallax > use:nth-child(2) {
	animation-delay: -3s;
	animation-duration: 10s;
}
.parallax > use:nth-child(3) {
	animation-delay: -4s;
	animation-duration: 13s;
}
.parallax > use:nth-child(4) {
	animation-delay: -5s;
	animation-duration: 20s;
}
@keyframes move-forever {
  0% {
	transform: translate3d(-90px,0,0);
}
100% {
	transform: translate3d(85px,0,0);
}
}
/*Shrinking for mobile*/
@media (max-width:768px) {
  .waves {
	height: 40px;
	min-height: 40px;
}
}
