.banner-slider{
	width: 100%;
	float: left;
	position: relative;
}
.banner-slider .slick-list{
	border-radius: 0 0 33px 33px;
}
.banner-item img{
	width: 100%;
}
.home-banner {
	width: 100%;
	float: left;
}
.home-banner img{
	width: 100%;
}

.fliter {
    position: relative; 
    float: right;
    width: auto;
    margin-top: -50px;
    z-index: 1;
    padding: 4px 4px 4px 4px;
    background: #fff;
}
.select {
    cursor: pointer;
    display: inline-block;
    position: relative;
    color: black;
}
.fliter:after {
    position: absolute;
    right: 5px;
    top: 9px;
    z-index: 1;
    content: "";
    background-image: url(../images/right.png);
    background-size: 10px;
    width: 10px;
    transform: rotate(90deg);
    height: 9px;
    background-position: center;
}
.s-hidden {
    visibility: hidden;
    padding-right: 10px;
    width: 165px;
}
.blog-filter {
    border: 1px solid #fff;
    background: #fff;
    color: #000;
    font-size: 14px;
    -webkit-appearance: none;
    appearance: none;
    position: relative; 
    z-index: 9;
    cursor: pointer;
}
.styledSelect {
    position: absolute;
    top: 1px;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 9;
    width: 165px;
    padding: 0 10px; 
    font-size: 14px;
    font-weight: 700;
}
.options {
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    z-index: 9;
    width: 165px;
    margin: 0 0;
    padding: 7px 5px;
    list-style: none;
    /* border: 1px solid #ccc; */
    background-color: #fff;
    -webkit-box-shadow: 0 1px 2px rgb(0 0 0 / 20%);
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 2px rgb(0 0 0 / 20%);
    font-size: 14px; 
    font-family: 'Montserrat-Regular';
}
.options li {
    padding: 0 6px;
    margin: 0 0;
    padding: 3px 10px;
}

iframe{
	background: #000;
}
.slid-toggle ul li{
	width: 100%;
	float: left;
	display: none;
}
.slid-toggle ul li:first-child{
	display: block;
}
.md-video {
    width: 100%;
    float: left;
    cursor: pointer;
}
.vidieo-popup.iframevideo.active{
	position: absolute;
}
.mg-vidieo {
    width: 100%;
    float: left;
    position: relative;
}
.overlayss {
    position: absolute;
    background-color: rgba(0,0,0,0.8);
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    display: none;
    z-index: 9999;
}
.vidieo-popup iframe {
    height: 90vh;
}
.motor-slide .items a{
	color: #000;
}
/*.vidieo-popup {
	z-index: 10000;  
	width: 100%;
	height: 100%; 
	float: left;
	position: absolute;
}*/
.vidieo-popup video#myVideo {
	height: 100%;
	position: relative;
	float: left;
}
.video-part{
	width: 100%;
	float: left;
	position: relative;
}
.videof, .videot {
	width: 100%  !important;
	/*height: 100vh !important;*/
	object-fit: cover;
}
video::-webkit-media-controls {
	opacity: 0;
}
.banner-video-popups iframe{
	width: 100%;
	height: 90vh;
	float: left;
}
/*.playButton {
	border-radius: 100px;
	border: 2px solid #fff;
	height: 100px;
	position: absolute;
	width: 100px;
	margin: auto;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	cursor: pointer;
	display: block;
	opacity: 0.95;
	transition: opacity 150ms;
}

.playButton:before {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 25px 0 25px 50px;
	border-color: transparent transparent transparent #fff;
	position: absolute;
	top: 0;
	left: 0;
	right: -10px;
	bottom: 0;
	margin: auto;
}
.playButton {
	position: absolute;
	text-align: center;

	left: 0;
	right: 0;
	margin: 0 auto;
	top: 50%;
	transform: translateY(-50%);
}*/
/*.vidieo-popup{
	display: none;
}*/
.banner-slider{
	width: 100%;
	float: left;
}
.banner-image {
	width: 100%;
	float: left;
	overflow: visible;
}
.common-section {
	width: 100%;
	float: left;
	position: relative;
}
.banner-slider ul.slick-dots {
	bottom: 10px;
}
.banner-slider .slick-dots li {
	margin: 0 0px;
}
.banner-slider .slick-dots li.slick-active button {
	opacity: 1;
	background: #fff;
}
.banner-slider .slick-dots li button {
	opacity: 0.6;
	background: transparent;
	width: 3px;
	height: 3px;
	border: 1px solid #fff;
	border-radius: 50%;
	border-radius: 50%;
	padding: 3px;
}
.slick-dots li button:before{
	display: none;
}
.banner-slider .slick-dots li.slick-active button {
	opacity: 1;
}
.slick-dots li button::before {
	content: "";
}
.banner-item{
	width: 100%;
	float: left;
	height: auto;
	position: relative;
}
.home-banner .banner-item h1 {
	width: 100%; 
	padding: 20px 70px; 
	position: absolute;
	bottom: 20px;
	margin: 0;
	text-align: right;
	font-size: 100px;
	color:#AC2756;
	font-family: 'Montserrat-Bold';  
}
.solution-sections {
	width: 100%;
	float: left;
	position: relative;
	padding: 30px 70px;
}
.content-section {
	width: 100%;
	float: left;
	padding: 20px 30px;
}
.common-section p{
	font-size: 14px;
	line-height: 26px;
	margin: 0 0 20px;
	text-align: left;
	color: #fff;
	font-family: 'Montserrat-Regular'; 
}
.read-more{
	width: 100%;
	float: left;
	font-size: 14px;
	text-align: left;
	line-height: 14px;
	font-weight: 600;
	color:#daab4b;
	padding:  10px 0  0px;
}
.read-more span{
	vertical-align: middle;
}
.vid{
	width: 100%;
	float: left;
	position: relative;
}
.brand-logo {
	width: 33.3%;
	float: left;
	padding: 10px 28px;
}
.read-more span img {
	width: 12px;
	padding-top: 2px;
}
.read-more.active span img{
	transform: rotate(-90deg);
}
.slick-dots li.slick-active button:before{
	content: "";
}
.read-more a{
	color:#fff; 
}
.play-icon {
	width: 30px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	right: 0;
	margin: 0 auto;
	cursor: pointer;
}
.videos {
	width: 100%;
	float: left;
	position: relative;
}
.common-section h2{
	font-size: 34px;
	line-height: 32px;
	margin: 0 0 10px;
	text-align: left;
	color: #fff;
	font-family: 'Montserrat-Bold';
}
.banner-slider.slick-initialized.slick-slider.slick-dotted{
	margin-bottom: 15px;
}
.banner-slider{
	min-height: 230px;
	width: 100%;
	float: left;
	position: relative;
}
.work-banner {
	width: 100%;
	float: left;
	position: relative;
	padding: 0 25px;
	margin-bottom: 90px;
}
.left-elements {
	width: 36%;
	float: left;
	position: relative;
	min-width: 115px;

}
.slid-bar {
	position: absolute;
	width: 6px;
	left: 3px;
	right: 0;
	margin: 0 auto;
	bottom: 10px;
}
.left-bar {
	width: 11%;
	max-width: 13px;
	position: relative;
	float: left;
	margin-right: 10px;
}
.left-bar5{
	margin: 0 0 0;
}
.slid-img{
	width: 100%;
	float: left;
}
.left-slid {
	width: 50px;
	float: left;
	position: absolute;
	bottom: -60px;
	left: 18px;
}
.left-bar3{
	margin-left: 10px;
}
.left-bar3, .left-bar4, .left-bar5{
	padding-top: 35px;
}
.slid-bar img{
	position: relative;
}
.left-bar1 .slid-bar img{	 
	animation: swing ease-in-out 4s infinite alternate;
}
.left-bar2 .slid-bar img{

	animation: swing ease-in-out 3s infinite alternate;
}
@keyframes swing {
	0% { bottom:  0px; }
	100% { bottom: 110px }
}
.left-bar3 .slid-bar img{

	animation: slid3 ease-in-out 2s infinite alternate;
}
.left-bar4 .slid-bar img{

	animation: slid3 ease-in-out 3s infinite alternate;
}
.left-bar5 .slid-bar img{

	animation: slid3 ease-in-out 2.5s infinite alternate;
}

@keyframes slid3 {
	0% { bottom:  0px; }
	100% { bottom: 80px }
}

.center-bar {
	width: 10%;
	float: left;
	position: relative;
	margin: 25px 0 0 40px;
	max-width: 28px;
}
.bar-bg {
	width: 19px;
	height: 40px;
	background: #4E4D93;
	position: absolute;
	bottom: 11px;
	left: 5px;
	border-radius: 3px;
	animation: bg ease-in-out 3s infinite alternate;
}


@keyframes bg {
	0% { height:  5px; }
	100% { height: 45px }
}


.slide-rigt {
	width: 34%;
	float: right;
}


.slide-rigt .slid-img2{
	max-width: 29%;
	margin-top: 12px;
	margin-left: -10px;
}

.slide-rigt .slid-img3 {
	margin-right: -15px;
	float: right;
	max-width: 45%;
}
.slide-rigt .slid-img4 {
	margin-right: -1px; 
	max-width: 35%;
	margin-top: 7px;
	margin-left: 5px;
}
.right-box{
	float: left;
	width: 24%;
	padding:  0px 0 15px;
	position: relative;

}
.right-element {
	width: 34%;
	float: right;
	position: relative;
	padding-bottom: 0px;
}

.right-box:nth-child(3n+2) {
	margin: 0 14%;
}
.right-box img, .right-box:nth-child(5) img{
	display: block;
	position: relative;
	animation: bg1 ease-in-out 1s infinite alternate;
}
.right-box:nth-child(4) img, .right-box:nth-child(2) img{
	display: block;
	position: relative;
	animation: bg1 ease-in-out 0.4s infinite alternate;
}
.right-box img:nth-child(3) {
	display: block;
	position: relative;
	animation: bg1 ease-in-out  0.7s infinite alternate;
}
.right-box:nth-child(6) img{
	display: block;
	position: relative;
	animation: bg1 ease-in-out 0.5s infinite alternate;
}
@keyframes bg1 {
	0% { box-shadow: 0px 2px 4px 0px rgb(218 171 76 / 10%); }
	100% { box-shadow: 0px 2px 4px 0px rgb(218 171 76 / 80%); }
}
@keyframes bg2 {
	0% { box-shadow: 0px 2px 4px 0px rgb(218 171 76 / 10%); }
	100% { box-shadow: 0px 2px 4px 0px rgb(218 171 76 / 80%); }
}
@keyframes bg3 {
	0% { box-shadow: 0px 2px 4px 0px rgb(218 171 76 / 10%); }
	100% { box-shadow: 0px 2px 4px 0px rgb(218 171 76 / 80%); }
}
@keyframes bg4 {
	0% { box-shadow: 0px 2px 4px 0px rgb(218 171 76 / 10%); }
	100% { box-shadow: 0px 2px 4px 0px rgb(218 171 76 / 80%); }
}







.map-section {
	width: 100%;
	float: left;
	position: relative;
}
.brand-mogo {
	width: 100%;
	float: left;
	padding: 10px 25px 20px;
}
.brand-mogo h2{
	font-size: 38px;
	color: #AE2A57;
}
.mg-vidieo{
	width: 100%;
	float: left;
	margin: 30px 0 50px;
}
.mg-vidieo h2{
	padding: 20px 25px 0;
	font-size: 38px;
	text-align: right;
	font-family: 'Montserrat-Bold';
}
.mg-motors {
	width: 100%;
	float: left;
	padding: 20px 25px;
}
.common-section .mg-motors p {
	margin-bottom:  0px;
}
.mortors-slider {
	width:calc( 100% - 140px );
	float: left;
	background: #fff;
	color: #000;
	border-radius: 30px;
	padding: 10px 25px;
	margin:  0px 70px  0px;
}
.motor-slide{
	width: 100%;
	float: left;
}
.motor-slide .items{
	font-size: 13px;
	text-align: center;
}
.common-section .mg-motors h2{
	font-size: 36px;
	color: #4E4D95;
	font-family: 'Montserrat-ExtraBold'; 
}
.slick-next {
	right: -7px;
}
.slick-prev {
	left: -28px;
}
.sonic-section {
	width: 100%;
	float: left;
	position: relative;
	padding: 30px 25px 20px;
	text-align: -webkit-right;
}
.common-section .sonic-section h2{
	font-size: 38px;
	color: #AE2A57;
	margin: 0;
	font-family: 'Montserrat-ExtraBold'; 
	text-align: right;
}
.sonic-section h3 {
	font-size: 23px;
	line-height: 32px;
	margin: 0 0 10px;
	text-align: right;
	color: #fff;
	font-family: 'Montserrat-Bold';
}
.common-section .sonic-section p {
	text-align: right;
	margin: 0;
}
.sonic-section .read-more{
	text-align: right;
}
.sonic-bg {
	position: absolute;
	bottom: -79px;
	width: 215px;
	left: 0;
}
.common-section .brand-music h2{
	font-size: 34px;
	color:#DAAB4B;
	margin: 0;
	padding: 0 25px;
	font-family: 'Montserrat-ExtraBold';  
}
.common-section .brand-music p{ 
	padding: 0 25px; 
}
.brand-music {
	width: 100%;
	float: left;
	position: relative;
	padding: 0 0px 10px;
	border-bottom: 1px solid #DAAB4B;
	margin-bottom: 10px;
}
.solutions-list label {
	width: 55px;
	height: 55px;
	border: 1px solid #fff;
	display: block;
	border-radius: 5px;

	margin: 0 auto;
	position: relative;
}
.solutions-list label img{
	max-height: 100%;
	max-width: 100%;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	right: 0;
	margin: 0 auto;
	padding:  5px;
}

.solutions-list h5 { 
	font-size: 14px;
	margin: 10px 0 0;
	font-family: 'Montserrat-Regular';
	font-weight: 300;
	float: left;
	text-align: center;
	width: 100%;
	color: #DAAB4B;
}
.sonic-solutions {
	width: 100%;
	float: left;
	padding: 0 25px 40px;
	position: relative;
	border-bottom: 1px solid #DAAB4B;

}
.sonic-solutions:before{
	content: "";
	position: absolute;
	width: 100%;
	left: 0;
	height: 1px;
	bottom: 10px;
	background: #DAAB4B;
}
.bg-earth {
    width: 60%;
    float: left;
    position: absolute;
    right: 0px;
    top: 50%;
    transform: translateY(-50%);
}
.erh-img {
	width: 45px;
	position: absolute;
	top: 50%;
	left: -20px;
	transform: translateY(-50%);
}
/*.erh-cricles span{
	width: 200px;
	height: 200px;
	border-radius: 50%;
	border: 1px solid #fff;
}*/
.common-box {
	width: 100%;
	float: left;
	border-radius: 40px;
	position: relative;
	background: #AD2756;
	padding: 30px;
	margin-top: 100px;
	overflow: hidden;
}
.button.common-btn {
	width: 200px;
}

.bottom-box {
	width: 40%;
	float: left;
}


.erh-cricles span{

}
.erh-cricles {
	position: absolute;
	width: 360px;
	border-radius: 50%;
	height: 360px;
	/*bottom: -79px;*/
	right: -82px;
}
.erh-cricles {
    position: absolute;
    width: 1250px;
    border-radius: 50%;
    height: 1250px;
    top: 49%;
    right: -625px;
    transform: translateY(-50%);
}
.erh-cricles  span img{
	position: relative;
	width: 1250px;
	/* border-radius: 50%;*/
	height: 1250px;
}
.erh-cricles1  span img{
	-webkit-transition-property: -webkit-transform;
	-webkit-transition-duration: 9.2s;
	-webkit-animation-name: rotate;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-timing-function: linear;

	-moz-transition-property: -moz-transform;
	-moz-animation-name: rotate; 
	-moz-animation-duration: 9.2s; 
	-moz-animation-iteration-count: infinite;
	-moz-animation-timing-function: linear;

	transition-property: transform;
	animation-name: rotate; 
	animation-duration: 9.2s; 
	animation-iteration-count: infinite;
	animation-timing-function: linear;
}
.erh-cricles2  span img{
	-webkit-transition-property: -webkit-transform;
	-webkit-transition-duration: 6.6s;
	-webkit-animation-name: rotate;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-timing-function: linear;

	-moz-transition-property: -moz-transform;
	-moz-animation-name: rotate; 
	-moz-animation-duration: 6.6s; 
	-moz-animation-iteration-count: infinite;
	-moz-animation-timing-function: linear;

	transition-property: transform;
	animation-name: rotate; 
	animation-duration: 6.2s; 
	animation-iteration-count: infinite;
	animation-timing-function: linear;
}

@-webkit-keyframes rotate {
	from {-webkit-transform: rotate(0deg);}
	to {-webkit-transform: rotate(360deg);}
}

@-moz-keyframes rotate {
	from {-moz-transform: rotate(0deg);}
	to {-moz-transform: rotate(360deg);}
}

@keyframes rotate {
	from {transform: rotate(0deg);}
	to {transform: rotate(360deg);}
}

.solution-sections p{
	font-size: 20px;
	font-family: 'Montserrat-Regular'; 
	line-height: 28px;
	margin: 0 0 30px;
	text-align: left;

}
.solution-sections p label{
	color: #DAAB4B;
}
.solition-wrap {
	max-width: 700px;
	margin: 0 auto;
	display: block;
	width: 100%;
}
.solition-items {
	width: 50%;
	float: left;
	padding: 10px;
}
.wrap {
	width: 100%;
	float: left;
	padding: 20px;
	position: relative;
	border: 1px solid #AD2756;
	border-radius: 40px;
}
.solition-items:first-child .wrap{
	padding-left: 90px;
	text-align: right;
}
.solition-items:first-child .wrap  img{
	padding: 40px 0 30px;
}
.wrap h2{
	font-family: 'Montserrat-ExtraBold';  
	margin: 0; 
	color: #D8A94C;
}

.solution-sections  .solition-items p{
	font-size: 18px;
	padding-bottom: 0;
	margin-bottom: 0;
}
.solition-items:first-child h2 {
	transform: rotate(270deg);
	position: absolute;
	top: 152px;
	margin: 0;
	line-height: 40px;
	font-size: 57px;
	left: -112px;
	font-family: 'Montserrat-ExtraBold';
}
.solition-items:nth-child(2) h2{
	font-size: 42px;
	padding-bottom: 10px;
}
.solition-items:nth-child(3) .wrap{
	padding-right: 90px;
	text-align: left;
}
.solition-items:nth-child(3) h2 {
	transform: rotate(90deg);
	position: absolute;
	top: 157px;
	margin: 0;
	line-height: 40px;
	font-size: 53px;
	right: -116px;
	font-family: 'Montserrat-ExtraBold';
}
.solition-items:nth-child(3) img{
	padding: 0 10px;
}
.solition-items:nth-child(4) img{
	padding:0 40px;
} 
.solition-items:nth-child(4) h2 {
	font-size: 50px
}
.common-box {
	width: 100%;
	float: left;
	border-radius: 40px;
	position: relative;
	background:  #AC2756;
	padding: 30px;
	margin-top: 80px;
	margin-bottom: 50px;
}
.button.common-btn {
	width: 200px;
}


.bottom-box h3{
	font-family: 'Montserrat-ExtraBold';
	margin: 0;
	color: #fff;
	font-size: 50px;
	line-height: 60px;
}

.solution-sections .bottom-box p{
	margin: 0px 0 60px;
	color: #fff;
	text-align: left;
	width: 40%;
	float: left;
	margin-right: 55%;
}
.button.common-btn {
	width: 250px;
	background: transparent;
	/*border: 1px solid #fff;*/
	border-radius: 20px;
	padding: 0;
	float: left;
	height: auto;
}
.button.common-btn label{
	width: 140px;
	float: left;
	border-right: 1px solid #fff;
	border-top: 1px solid rgb(255 255 255 / 50%);
	border-bottom: 1px solid rgb(255 255 255 / 50%);
	padding: 5px ;
	border-radius: 20px;
	color: #000;
	cursor: pointer;
	height: 45px;
	position: relative;
}
.button.common-btn label:before{
	position: absolute;
	content: "";
	border: 1px solid #fff;
	width: 100%;
	height: 100%;
	right: 0;
	top: 0;
	border-radius: 20px;
}

.button.common-btn span {
	float: left;
	padding: 9px;
	width: 57px;
}
.button.common-btn span img{
	width: 16px;
}
.botm-section{
	width: 100%;
	float: left;
	padding: 70px;
}
.banner-item h2{
	padding: 40px 70px 0;
	margin: 0;
	float: left;
	width: 100%;
	font-size: 90px;
	line-height: 100px;
	color: #D3AD5C;
	font-family: 'Montserrat-ExtraBold';
}
.solution-list {
	width: 33.3%;
	position: relative;
	float: left;
	padding:0 30px;
	text-align: center;
}
.sli-img {
	width: 100%;
	float: left;
	padding: 20px;
	border: 1px solid #fff;
	text-align: center;
	border-radius: 25px;
}
.sli-img img{
	max-height: 120px;
}
.solution-list h5{
	font-size: 20px;
	margin:20px 0;
	float: left;
	width: 100%;
	font-family: 'Montserrat-Bold'; 
}
.solution-list h5 sub{
	font-weight: 400;
}
.content {
	width: 100%;
	float: left;
	padding: 60px 0px;
}

.content h3{
	font-size: 70px;
	float: left;
	margin: 0;
	width: 100%; 
	line-height: 90px;
	color: #AD2756;
	font-family: 'Montserrat-ExtraBold';

}
.content h4{
	font-size: 70px;
	float: left;
	margin: 0;
	width: 100%; 
	line-height: 90px;
	color: #fff;
	font-family: 'Montserrat-Thin'; 

}
.bottom-contact {
	width: 100%;
	float: left;
	position: relative;
	padding:  0px 70px 100px;
}
.bottom-contact img{
	width: 100%;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}
.music-lines {
	width: 100%;
	float: left;
	left: 0;
	top:  4px;
	height: 40px;
	position: absolute;
	border-bottom: 1px solid #DAAB4B;
	border-top: 1px solid #DAAB4B; 
}
.music-lines:before{
	content: "";
	height: 14px;
	top: 11px;
	left: 0;
	width: 100%;
	position: absolute;
	border-bottom: 1px solid #DAAB4B;
	border-top: 1px solid #DAAB4B;
}
.music-lines span{
	position: absolute;
	top: 50%;
	width: 19px;
	transform: translateY(-50%);
}
.music-lines span:first-child{
	left: 50%;
}
.music-lines span:nth-child(2){
	left: 70%;
	top: 40%;
}
.music-lines span:nth-child(3){
	left: 85%;
	top: 60%;
}
.music-lines span img{
	position: relative;
}
.music-lines span:first-child img{
	-webkit-transition-property: -webkit-transform;
	-webkit-transition-duration: 1.0s;
	-webkit-animation-name: scle;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-timing-function: linear;

	-moz-transition-property: -moz-transform;
	-moz-animation-name: scle; 
	-moz-animation-duration: 1.0s; 
	-moz-animation-iteration-count: infinite;
	-moz-animation-timing-function: linear;

	transition-property: transform;
	animation-name: scle; 
	animation-duration: 0.8s; 
	animation-iteration-count: infinite;
	animation-timing-function: linear;
}

.music-lines span:nth-child(2) img{
	-webkit-transition-property: -webkit-transform;
	-webkit-transition-duration: 1.4s;
	-webkit-animation-name: scle;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-timing-function: linear;

	-moz-transition-property: -moz-transform;
	-moz-animation-name: scle; 
	-moz-animation-duration: 1.4s; 
	-moz-animation-iteration-count: infinite;
	-moz-animation-timing-function: linear;

	transition-property: transform;
	animation-name: scle; 
	animation-duration: 1.4s; 
	animation-iteration-count: infinite;
	animation-timing-function: linear;
}

.music-lines span:nth-child(3) img{
	-webkit-transition-property: -webkit-transform;
	-webkit-transition-duration: 0.8s;
	-webkit-animation-name: scle;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-timing-function: linear;

	-moz-transition-property: -moz-transform;
	-moz-animation-name: scle; 
	-moz-animation-duration: 0.8s; 
	-moz-animation-iteration-count: infinite;
	-moz-animation-timing-function: linear;

	transition-property: transform;
	animation-name: scle; 
	animation-duration: 0.8s; 
	animation-iteration-count: infinite;
	animation-timing-function: linear;
}

@-webkit-keyframes scle {
	from {-webkit-transform: scale(1);}
	to {-webkit-transform: scale(0.5);}
}

@-moz-keyframes scle {
	from {-moz-transform: scale(1);}
	to {-moz-transform: scale(0.5);}
}

@keyframes scle {
	from {transform: scale(1);}
	to {transform: scale(0.5);}
}
.button.contact-btn {
	width: 200px;
	background: #000;
	position: relative;
	z-index: 1;
	margin: 0;
	border-radius: 50px;
	border: 1px solid #DAAB4B;
}
.cril-bg1, .cril-bg2{
	-webkit-transition-property: -webkit-transform;
	-webkit-transition-duration: 2.8s;
	-webkit-animation-name: scle1;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-timing-function: linear;

	-moz-transition-property: -moz-transform;
	-moz-animation-name: scle1; 
	-moz-animation-duration: 2.8s; 
	-moz-animation-iteration-count: infinite;
	-moz-animation-timing-function: linear;

	transition-property: transform;
	animation-name: scle1; 
	animation-duration: 2.8s; 
	animation-iteration-count: infinite;
	animation-timing-function: linear;
}
@keyframes scle1 {
	from {transform: scale(0.5);}
	to {transform: scale(1);}
}
.cril-bg1 {
	width: 100px;
	position: absolute;
	left: 280px;
	top: 100px;
	height: 100px;
	border-radius: 50%;
	border: 1px solid #fff;
}
.cril-bg2 {
	width: 200px;
	position: absolute;
	left: -100px;
	top: 120px;
	height: 200px;
	border-radius: 50%;
	border: 1px solid #fff;
}


.tabs-section {
	width: 100%;
	float: left;
	border: 1px solid #4E4D94;
	border-radius: 30px;
	text-align: center;
	margin: 20px 0 50px;
}

.tabs-section ul li {
	width: 50%;
	float: left;
	padding: 15px;
	font-size: 34px;
	line-height: 36px;
	cursor: pointer;
	font-family: 'Montserrat-Regular'; 
}
.tabs-section ul li.active{
	background: #4E4D94;
	border-radius: 30px;
	font-family: 'Montserrat-Bold'; 
}
.labs-wrap {
	width: 100%;
	float: left;
	position: relative;
}
.labs-list  {
	padding: 0  5px;
}

.lab-img {
	width: 100%;
	float: left;
	padding: 0 10px;
}
.lab-img img{
	border-radius: 30px 30px 0 0;
	display: block;
	width: 100%;
	border: 1px solid #D9AA4B;
	border-bottom: none;
}
.lab-cont {
	width: 100%;
	float: left;
	padding: 20px 20px 80px;
	background: #D9AA4B;
	border-radius: 5px 5px 30px 30px;
	font-size: 30px;
	position: relative;
}
.lab-cont h3{
	margin: 0;
	float: left;
	width: 100%;
	font-size: 20px;
	line-height: 28px;
	font-family: 'Montserrat-Bold'; 
	color: #000;
}
.lab-cont h2{
	margin: 0;
	float: left;
	width: 100%;
	font-size: 20px;
	color: #000;
	line-height: 28px;
	font-family: 'Montserrat-Bold'; 
}
.lab-cont p{
	margin:10px 0 0;
	float: left;
	width: 100%;
	font-size: 20px;
	text-align: left;
	color: #000;
	line-height: 28px;

}
.radmores {
	width: 100%;
	float: left;
	color: #000;
	padding: 10px 0 0;
	font-family: 'Montserrat-Bold'; 
	cursor: pointer;
	position: absolute;
	bottom: 30px;
	left: 20px;
}
.radmores span {
	vertical-align: middle;
}
.radmores span img{
	display: inline-block;
	width: 22px;
}
.labs-list.slick-active{
	opacity: 0.4;
	transform: scale(0.9);
}

.labs-list.slick-active.slick-center{
	opacity: 1;
	transform: scale(1);
}
.slick-next:before { 
	background-image: url(../images/right1.png);
	background-size: 25px;
	width: 25px;
	height: 27px;
}
.slick-prev:before { 
	background-image: url(../images/left1.png);
	background-size: 25px;
	width: 25px;
	left: 0;
	height: 27px;
}
.slick-next {
	right: 29%;
}
.slick-prev {
	left: 28%;
}
.mic-cricles {
	position: absolute;
}
.mic-cricles1 {
	position: absolute;
	bottom: 0;
	right: 25%;
	width: 160px;
}
.mic-cricles2 {
	position: absolute;
	bottom: 20px;
	right:  0%;
	width: 180px;
}

.solution-sections h2{
	width: 100%;
	float: left;
	margin: 0 0 20px;
	font-size: 60px;
	font-family: 'Montserrat-ExtraBold';
	color: #4E4D94;
	line-height: 70px;
}
.solution-sections.labs-inner p{
	margin-bottom: 0;
}
.solution-sections.labs-inner h4{
	font-size: 20px;
	font-family: 'Montserrat-Regular';
	line-height: 28px;
	margin: 30px 0 20px;
	color: #D9AA4B;
}
.bottles{
	position: absolute;

}
.videos img{
	width: 100%;
}
.bottles1{
	position: absolute;
	right: 250px;
	bottom: 30px;
	animation: swing1 ease-in-out 1s infinite alternate;
}
@keyframes swing1 {
	0% { bottom: 6px; }
	100% { bottom: 15px; }
}
.bottles2{
	position: absolute;
	right: 190px;
	bottom: 30px;
	animation: swing2 ease-in-out 1.6s infinite alternate;
}
@keyframes swing2 {
	0% { bottom: 6px; }
	100% { bottom: 15px; }
}
.bottles3{
	position: absolute;
	right: 140px;
	bottom: 30px;
	animation: swing3 ease-in-out 2s infinite alternate;
}
@keyframes swing3 {
	0% { bottom: 6px; }
	100% { bottom: 25px; }
}
.bottom-box p {
	margin: 0px 0 60px;
	color: #fff;
	text-align: left;
	width: 100%;
	font-family: 'Montserrat-Regular';
	font-size: 14px;
	float: left;
	/*margin-right: 55%;*/
}
.motor-slide .slick-prev:before {
	content: "";
	background-image: url(../images/left.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 11px;
	width: 18px;
	height: 21px;
	position: absolute;
	top: 0px;
	opacity: 1;
}
.motor-slide  .slick-prev {
	left: -20px;
}
.motor-slide  .slick-next {
	right: -7px;
}
.motor-slide .slick-next:before {
	content: "";
	background-image: url(../images/right.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 11px;
	width: 18px;
	height: 21px;
	opacity: 1;
	position: absolute;
	top: 1px;
}
.home-banner h1{
	color: #4E4D92;
	font-family: 'Montserrat-ExtraBold'; 
	font-size: 40px;
	line-height: 40px;
	margin: 0;
}
.solution-sections.work-inner .bg-earth {
	width: 100%;
	height: 120px;
	float: left;
	position: relative;
	overflow: hidden;
	left: 0px;
	transform: none;
	top: auto;
	right: auto;
}
.cril-bg2{
	animation: scle1 ease-in-out 0.5s infinite alternate;
}
.cril-bg1{
	animation: scle1 ease-in-out 0.8s infinite alternate;
}

.cril-bg1 {
	width: 60px;
	position: absolute;
	left: 175px;
	top: auto;
	height: auto;
	bottom: 7px;
	border-radius: 50%;
	border: none; 
}
.cril-bg2 {
	width: 30px;
	position: absolute;
	left: auto;
	top: auto;
	height: auto;
	border-radius: inherit;
	border: none;
	right: 43px;
	bottom: 90px;
}
.cril-bg3 {
	width: 58px;
	position: absolute;
	right: -14px;
	margin: 0 auto;
	top: 26px;
	bottom: 5px;
	height: 80px;
	border: none;
}

.cril-bg3{
	animation: scle1 ease-in-out 0.9s infinite alternate;
}
@keyframes scle1 {
	from {transform: scale(0.1);}
	to {transform: scale(1);}
}



@media screen and (min-width:820px){

	.work-banner {
		width: 100%;
		float: left;
		position: relative;
		padding: 0 110px;
		margin-bottom: 40px;
	}
	.left-bar { 
		max-width: 30px; 
		margin-right: 25px;
	}
	.left-bar3 {
		margin-left: 60px;
	}
	.left-bar3, .left-bar4, .left-bar5 {
		padding-top: 0px; 
	}

	.left-bar3, .left-bar4 {
		padding-top: 0px;
		margin-right: 45px;
	}
	.slid-bar{
		width: 9px;
	}
	.left-elements{
		width: 40%;
	}
	.center-bar{
		max-width: 70px;
		margin: 55px 0 0 40px;
	}
	.bar-bg {
		width: 50px;
		height: 49px;
		background: #4E4D93;
		position: absolute;
		bottom: 21px;
		left: 11px;
		border-radius: 3px;
		animation: bg ease-in-out 3s infinite alternate;
	}
	@keyframes bg {
		0% { height:  5px; }
		100% { height: 145px }
	}
	.right-work{
		width: 38%;
		float: right;
	}
	.right-element {
		width: 100%;
	}
	.slide-rigt{
		width: 100%;
	}
	.home-banner img{
		border-radius: 0 0  0px;
	}
	.right-box {
		float: left;
		width: 24%;
		padding: 0px 14px 50px;
		position: relative;
	}
	.right-box {
		float: left;
		width: 24%;
		padding: 0px 14px 50px;
		position: relative;
	}
	.slide-rigt .slid-img4 {
		margin-right: -1px;
		max-width: 28%;
		margin-top: 7px;
		margin-left: 38px;
	}
	.slide-rigt .slid-img3{
		max-width: 33%;
	}
	.home-banner .banner-item h1 {
		width: 100%;
		padding: 20px 70px;
		position: relative;
		bottom: auto;
		margin: 0;
		text-align: left;
		font-size: 140px; 
	}
	.left-slid{
		display: none;
	}
	.labs-list{
		width: 33.3%;
		float: left;
		padding: 30px;
	}
	.lab-cont{
		font-size: 22px;
	}
	.radmores span img {
		display: inline-block;
		width: 16px;
	}
	.motor-slide .items {
		font-size: 24px;
		font-family: 'Montserrat-Regular'; 
		text-align: center;
	}
	.motor-slide  .slick-prev {
		left: 5px;
	}
	.motor-slide .slick-next{
		right: 19px;
	}
	.motor-slide .slick-prev:before,
	.motor-slide .slick-next:before{
		background-size: 20px;
	}
	.mortors-slider{
		padding: 10px 30px;
		border-radius: 40px;
	}
	.bottom-box p{
		font-size: 20px;
		line-height: 28px;
	}
	.cril-bg1{
		left: 60%;
		bottom: 60px;
	}
	.bottles {
		width: 48px;
	}
	.bottles3{
		right: 40px;
	}
	.bottles2{
		right: 100px;
	}
	.bottles1{
		right: 170px;
	}
	.cril-bg2 {
		width: 67px;
		position: absolute;
		left: auto;
		top: 30px;
		height: auto;
		border-radius: inherit;
		border: none;
		right: 100px;
		bottom: auto;
	}
	.play-icon{
		width: 50px;
	}
	.home-banner h1 { 
		font-size: 50px;
		line-height: 60px;
		padding: 0 70px; 
	}
	.solution-sections h4 {
		font-size: 20px; 
		line-height: 28px;
		margin: 10px 0 10px;
		padding: 0 0px; 
	}
	.solution-sections.work-inner p b {
		font-size: 22px;
		font-family: 'Montserrat-Bold';
		color: #DAAB4B;
	}
	/*.erh-cricles {
		position: absolute;
		width: 650px;
		border-radius: 50%;
		height: 650px;
		top: 225px;
		right: 0;
		bottom: auto;
		transform: translateY(-50%);
		left: 0;
		margin: 0 auto;
	}*/
/*	.erh-cricles span img {
		position: relative;
		width: 650px;
		 
		height: 650px;
	}*/
	.labs-wrap{
		padding-bottom: 40px;
	}
	.solution-sections{
		padding-bottom: 0;
	}
	.solution-sections .inner-wrap p:last-child{
		margin-bottom: 0;
	}
	.solution-sections.work-inner .bg-earth{
		height: 200px;
	}
	.botm-section{
		padding-top: 0;
	}
	.mg-vidieo h2{
		padding: 30px 70px;
	}
}
@media screen and (min-width:1750px){
	.erh-cricles {
    position: absolute;
    width: 1750px;
    border-radius: 50%;
    height: 1750px;
    top: 49%;
    right: -875px;
    transform: translateY(-50%);
}
.erh-cricles span img {
    position: relative;
    width: 1750px;
    /* border-radius: 50%; */
    height: 1750px;
}
	.solution-sections { 
		padding: 30px 180px;
	}
	.home-banner .banner-item h1{
		font-size: 220px;
		line-height: 220px;

		padding:  0px 180px 20px;
	}
	.mg-vidieo h2 {
		padding: 30px 180px;
	}

	.mortors-slider {
		width: calc( 100% - 360px ); 
		margin: 0px 180px 0px;
	}
	.work-banner{
		padding: 0 180px;
		margin-top: 30px;
	}
	.botm-section{
		padding: 0 180px 70px;
	}
	.left-bar {
		max-width: 42px;
		margin-right: 35px;
	}
	.center-bar {
		max-width: 132px;
		margin: 55px 0 0 0px;
	}
	.bar-bg {
		width: 93px;
		height: 49px;
		background: #4E4D93;
		position: absolute;
		bottom: 37px;
		left: 21px;
		border-radius: 8px;
		animation: bg ease-in-out 3s infinite alternate;
	}
	@keyframes bg {
		0% { height:  5px; }
		100% { height: 265px }
	}
	.motor-slide .items,
	.solution-sections.work-inner p b,
	.solution-sections h4,
	.bottom-box p,
	.radmores,
	.lab-cont h3,
	.lab-cont p,
	.solution-sections p{
		font-size: 30px;
		line-height: 38px;
	}
	.button.common-btn{
		width: 300px;
	}
	.home-banner h1,
	.bottom-box h3,
	.mg-vidieo h2 { 
		font-size: 80px; 
		line-height: 90px;
	}
	.home-banner h1{
		padding: 0 180px;
	}
	.bottles img{
		width: 100%;
	}
	.bottles1 {
		right: 314px;
		width: 65px;
	}
	.bottles2 {
		right: 220px;
		width: 50px;
	}
	.bottles3 {
		right: 120px;
		width: 58px;
	}
	.cril-bg1 {
		width: 118px; 
	}
	.cril-bg2{
		right: 217px;
	}
}


@media screen and (max-width:820px){
	.content-section{
		padding: 20px 25px;
	}
	.common-section h2{
		font-size: 34px;
		line-height: 32px;
		margin: 0 0 10px;
		text-align: left;
		color: #fff;
		font-family: 'Montserrat-Bold';
	}
	.banner-slider.slick-initialized.slick-slider.slick-dotted{
		margin-bottom: 15px;
	}
	.brand-mogo h2{
		font-size: 36px;
		color: #AE2A57;
	}
	.brand-mogo h2 sup{
		font-size: 16px;
	}
	.mg-vidieo h2{

		text-align: right;
		font-size: 41px;
		line-height: 36px;
	}
	.sonic-section h3 {
		font-size: 22px;
		line-height:22px; 
	}
	.solu-img{
		width: 100%;
		float: left;
	}
	.solutions-list{

		text-align: center;	 
		width: 50%;
		float: left;
		padding: 20px  0px;
	}
	.sonic-solutions{
		padding: ;
	}
	.solutions-list label{
		width: 55px;
		height: 55px;
		border: 1px solid #fff;
	}
	.sonic-solutions{
		padding: 0 75px 40px;
	}

	.solution-sections { 
		padding:  0px 25px;
	} 
	.solution-sections p {
		font-size: 14px;
		font-family: 'Montserrat-Regular';
		line-height: 22px;
		margin:  0px 0 20px;
		padding: 0 0px;
		width: 100%;
		float: left;
	}
	.solution-sections.work-inner p {
		font-family: 'Montserrat-Regular';
		text-align: left;
	}
	.solition-wrap{
		width: 100%;
		float: left;
		padding: 0 15px;
	}
	.solition-items:first-child h2 {
		transform: rotate(270deg);
		position: absolute;
		top: 79px;
		margin: 0;
		line-height: 40px;
		font-size: 32px;
		left: -63px;
		font-family: 'Montserrat-ExtraBold';
	}
	.wrap{
		padding: 5px;
		border-radius: 15px;
	}
	.solution-sections .solition-items p{
		font-size: 12px;
		padding: 0;
		line-height: 16px;
	}
	.solition-items:first-child .wrap {
		padding-left: 35px;
		text-align: right;
	}
	.solition-items:first-child .wrap img {
		padding: 10px 0;
	}
	.solition-items:nth-child(2) h2 {
		font-size: 19px;
		padding-bottom: 10px;
	}
	.solition-items:nth-child(3) h2 {
		transform: rotate(90deg);
		position: absolute;
		top: 78px;
		margin: 0;
		line-height: 40px;
		font-size: 28px;
		right: -69px;
		font-family: 'Montserrat-ExtraBold';
	}
	.solition-items:nth-child(4) h2 {
		font-size: 23px;
	}
	.solition-items:nth-child(4) img {
		padding: 0 29px;
	}
	.common-box {
		width: 100%;
		float: left;
		border-radius: 15px;
		position: relative; 
		padding: 10px;
		margin-top: 30px;
		margin: 30px 0px  ;
	}
	.solition-items:nth-child(3) .wrap {
		padding-right: 29px;
		text-align: left;
	}
	.bottom-box h3 { 
		font-size: 26px;
	}
	.bottom-box {
		width: 100%; 
	}
	.solution-sections .bottom-box p {
		margin: 0 0 20px;
		padding: 0;
		width: 70%;
	}
	.bottles{
		width: 18px;
	}
	.bottles1 {
		position: absolute;
		right:71px;
		bottom: 6px;
	}
	.bottles2 {
		position: absolute;
		right: 49px;
		bottom: 6px;
		width: 14px;
	}
	.bottles3 {
		position: absolute;
		right: 25px;
		bottom: 6px;
		width: 17px;
	}
	 
	.button.common-btn {
		height: 36px;
		padding: 0px 0;
		width: 160px;
	}
	.button.common-btn label{
		padding: 0;
		width: 110px;
	}
	.button.common-btn span {
		float: left;
		padding: 3px;
		width: 48px;
	}
	.tabs-section ul li {
		font-size: 12px;
		line-height: 16px;
		padding: 10px 0;
	}
	.tabs-section{
		margin: 20px 0;
	}
	.labs-list{
		width: 100%;
		padding: 5px 30px 30px;
		float: left;
	}

	.lab-cont{
		padding: 10px 10px 40px;
		font-size: 18px;
		border-radius: 5px 5px 15px 15px;
		height: auto !important;
	}
	.radmores{
		left: 10px;
		bottom: 20px;
	}
	.radmores span img{
		width: 12px;
	}
	.lab-cont h3{
		font-size: 18px;
		line-height: 22px;
	}
	.lab-cont p{
		font-size: 18px;
		margin-bottom: 30px;
		font-family: 'Montserrat-Regular';
	}
	.lab-cont h2{
		font-size: 18px;
		line-height: 22px;
	}
	.mic-cricles2{
		width: 80px;
	}
	.mic-cricles1{
		width: 60px;
	}
	.solution-sections h2 { 
		margin: 10px 0 20px;
		font-size: 30px; 
		line-height: 46px;
	}
	.solution-sections.labs-inner h4{
		font-size: 14px; 
		line-height: 28px;
		margin: 10px 0  0px;
		color: #D9AA4B;
	}
	.botm-section{
		padding: 0 25px;
	}
	.bottom-box p {
		margin: 0 0 20px;
		padding: 0;
		width: 70%;
	}
	.home-banner h1{
		color: #4E4D92;
		font-family: 'Montserrat-ExtraBold'; 
		font-size: 27px;
		line-height: 27px;
		padding: 0 25px;
		margin:10px 0 0;
		float: left;
	}
	.home-banner .banner-item h1{
		color: #AC2756;
		font-family: 'Montserrat-Bold'; 
		font-size: 77px;
		line-height: 77px;
		padding: 0 25px;
		margin: 0;
	}
	.mg-vidieo{
		margin: 0px 0  0px;
	}
	.solution-sections h4{
		font-size: 14px;
		font-family: 'Montserrat-Bold'; 
		line-height: 22px;
		margin: 10px 0 20px;
		padding: 0 0px;
		line-height: 22px;
	}
	.solution-sections.work-inner p b{
		font-size: 16px;
		font-family: 'Montserrat-Bold'; 
		color: #DAAB4B;
	}
	.solution-sections.work-inner p label{ 
		color: #DAAB4B;
	}
	.mortors-slider{
		width: calc( 100% - 60px );
		margin: 0 30px;
	}
	.banner-video-popups iframe {
    width: 100%;
    height: auto;
    min-height: 35vh;
}
.fliter { 
    margin: 0px 0 20px; 
}
.erh-cricles {
    position: absolute;
    width: 250px;
    border-radius: 50%;
    height: 250px;
    top: 49%;
    right: -125px;
    transform: translateY(-50%);
}
.erh-cricles span img {
    position: relative;
    width: 250px;
    /* border-radius: 50%; */
    height: 250px;
}
}
@media screen and (max-width:600px){

}
@media screen and (max-width:400px){
	.home-banner h1{ 
		font-size: 22px; 
	}
	.common-section h2{
		font-size: 30px;
	}
	.mg-vidieo h2{
		padding: 0 25px;
		font-size: 38px;
	}
	.sonic-section h3 {
		font-size: 20px;
		line-height: 22px;
		margin: 0 0 10px;
		text-align: right;
		color: #fff;
		font-family: 'Montserrat-Bold';
	}
	.brand-mogo h2{
		font-size: 32px;
	}
	.solutions-list h5 { 
		font-size: 12px;
		margin: 10px 0 0;
		font-family: 'Montserrat-Regular';
		font-weight: 300;
		float: left;
		text-align: center;
		width: 100%;
	}
	.tabs-section ul li {
		font-size: 11px;
		line-height: 16px;
	}
	.bottom-box h3 {
		font-size: 27px;
	}
	.cril-bg1 {
		width: 49px;

	}
	.mortors-slider{
		width: calc( 100% - 60px );
		margin: 0 30px;
	}
}
	/*@media screen and (min-width: 320px) and (max-width: 767px) and (orientation: landscape) {
  html {
    transform: rotate(-90deg);
    transform-origin: left top;
    width: 100vh;
    overflow-x: hidden;
    position: absolute;
    top: 100%;
    left: 0;
  }
}*/

@media screen and (max-width:360px){
	.center-bar {
		width: 10%;
		float: left;
		position: relative;
		margin: 25px 0 0 20px;
		max-width: 28px;
	}
	.right-element{
		padding-bottom: 30px;
	}
	.home-banner .banner-item h1{
		font-size: 70px;
	}
	.center-bar{
		min-width: 21px;
		max-width: 21px;
	}
	.bar-bg {
		width: 14px;
		height: 20px;
		background: #4E4D93;
		position: absolute;
		bottom: 9px;
		left: 4px;
		border-radius: 3px;
		animation: bg ease-in-out 3s infinite alternate;
	}
	
	.vidieo-popup iframe {
    height: 315px;
}

}