body {
	transition: 0.2s;
}
.logo>img{
    cursor:pointer;
}
@keyframes up-down {
  0%,
  100%,
  60% {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  35% {
    -webkit-transform: translate(0, 10px);
    -moz-transform: translate(0, 10px);
    transform: translate(0, 10px);
  }
  85% {
    -webkit-transform: translate(0, -10px);
    -moz-transform: translate(0, -10px);
    transform: translate(0, -10px);
  }
}
h3 {
	font-size: 46px;
	line-height: 34px;
	color: #333;
	text-align: center;
	margin-bottom: 60px;
}

.sub-title {
	font-size: 16px;
	color: #666666;
	line-height: 24px;
	text-align: center;
	margin-top: -40px;
	margin-bottom: 20px;
}

.p-1 {
	font-size: 24px;
	line-height: 24px;
	color: #333333;
}

.p-2 {
	font-size: 16px;
	line-height: 24px;
	color: #666666;
}

section:not(.banner) {
	padding: 90px 0;
}

.flex-container {
	display: flex;
	flex-wrap: wrap;
}

.flex-container .flex-item {
	display: inline-flex;
}

.flex-container .flex-item.item--2 {
	flex: 0 0 49%;
}

.flex-container .flex-item.item--3 {
	flex: 0 0 32%;
}

.flex-container .flex-item.item--4 {
	flex: 0 0 24%;
}

.raty-area img {
	width: 15px;
	height: 16px;
}

.banner .flexslider {
	margin: 0;
	padding: 0;
	border: 0;
	overflow: hidden;
	border-radius: 0;
	position: relative;
}
.banner .flex-control-nav {
	bottom: 30px;
	height: 4px;
	z-index: 999;
}

.banner .flex-control-paging li a {
	width: 27px;
	height: 4px;
	background: rgba(255, 255, 255, 0.2);
	border-radius: 2px;
	box-shadow: none;
}

.banner .flex-control-nav li {
	margin: 0 5px;
}

.banner .flex-control-paging li a.flex-active {
	background-color: #fff;
}

.banner ul.flex-direction-nav {
	width: 100%;
	position: absolute;
	display: block;
	top: 50%;
	margin-top: -33px;
}

.banner ul.flex-direction-nav a {
	position: absolute;
	font-size: 24px;
	color: #fff;
	width: 66px;
	height: 66px;
	border-radius: 50%;
	border: 1px solid #ffffff;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: 0.5s;
}

.banner ul.flex-direction-nav a:hover {
	background: #00a7fa;
}

.banner ul.flex-direction-nav .flex-prev {
	left: -300px;
}

.banner ul.flex-direction-nav .flex-prev::before {
	content: '';
	display: block;
	background-image: url(../images/left.svg);
	background-repeat: no-repeat;

	background-position: center;
	width: 16px;
	height: 28px;
}

.banner ul.flex-direction-nav .flex-next {
	right: -300px;
}

.banner ul.flex-direction-nav .flex-next::before {
	content: '';
	display: block;
	transform: rotate(180deg);
	background-image: url(../images/left.svg);
	background-repeat: no-repeat;
	background-position: center;
	width: 16px;
	height: 28px;
}

.banner:hover ul.flex-direction-nav .flex-prev {
	left: 30px;
}

.banner:hover ul.flex-direction-nav .flex-next {
	right: 30px;
}
.banner .flexslider .slides li:before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.3);
    z-index:1;
}

.banner .flex-cover {
    position: relative;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	display: flex;
	flex-direction: column;
	place-content: center;
	align-items: center;
	height:505px;
}
.banner .flex-cover-1{
    background:#333 url(../images/enjoy-music-home.jpg);
    background-size:cover;
}
.banner .flex-cover-2{
    background:#333 url(../images/home-m4v-converter-banner.jpg);
    background-size:cover;
}
.banner .flex-cover-3{
    background:#333 url(../images/ios-system-recovery-banner.jpg);
    background-size:cover;
}
.banner .flex-cover-4{
    background:#333 url(../images/iphone-unlock-banner.jpg);
    background-size:cover;
}
.banner .flex-cover-5{
    background:#333 url(../images/home-amc-banner.jpg);
    background-size:cover;
}

.banner .flex-cover .link {
	display: inline-flex;
	color: #ffffff;
	font-weight: 100;
	margin-bottom: 10px;
	padding-bottom: 5px;
	border-bottom: 3px solid transparent;
	transition: 0.3s;
}

.banner .flex-cover .link:hover {
	border-bottom-color: #00a7fa;
}

.banner .flex-cover p {
        position: relative;
	color: #ffffff;
	font-size: 40px;
	max-width: 872px;
	text-align: center;
	margin-bottom: 20px;
        z-index:2;
}

.banner .flex-cover .more {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 166px;
	height: 40px;
	border: 1px solid #00a7fa;
	border-radius: 22px;
	background: #00a7fa;
	font-size: 18px;
	color: #ffffff;
}

.banner .flex-cover .more:hover {
	color: #00a7fa;
	background: #ffffff;
}

.banner .banner-button{
    padding-top:40px;
    font-size:18px;
}
.banner .banner-button .button{
    width: 180px;
    height: 70px;
}
.banner .banner-button a+a{
    margin-left:40px;
}
.content-wrap{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding:60px 0;
    margin-left:48px;
    width:auto; 
}
.content-wrap-title{
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 16px;
}
.content-wrap h1{
   font-size: 20px;
   font-weight: 500;
   line-height: 40px;
   color: #fff;
   margin-bottom: 16px;
}
.content-wrap ul{
   font-size: 16px;
   font-weight: 400;
   margin-bottom: 16px;
   list-style:disc;
   color: #fffefe;
   padding-left:30px;
   line-height:1.65;
}


.featured-product .flex-container {
	place-content: space-between;
}

.featured-product .flex-item {
	flex-direction: column;
	justify-content: center;
	align-items: center;
	border-bottom: 4px solid;
	border-radius: 6px;
	box-shadow: rgba(0, 0, 0, 0.15) 4px 4px 18px;
	margin-top: 20px;
	transition: 0.3s;
}

.featured-product .flex-item:nth-child(1) {
	border-bottom-color: #224972;
}

.featured-product .flex-item:nth-child(1):hover {
	background: #224972;
}

.featured-product .flex-item:nth-child(2) {
	border-bottom-color: #536c80;
}

.featured-product .flex-item:nth-child(2):hover {
	background: #536c80;
}

.featured-product .flex-item:nth-child(3) {
	border-bottom-color: #28504e;
}

.featured-product .flex-item:nth-child(3):hover {
	background: #28504e;
}

.featured-product .flex-item:nth-child(4) {
	border-bottom-color: #361716;
}

.featured-product .flex-item:nth-child(4):hover {
	background: #361716;
}

.featured-product .flex-item:nth-child(5) {
	border-bottom-color: #3f5c85;
}

.featured-product .flex-item:nth-child(5):hover {
	background: #3f5c85;
}
.featured-product .flex-item:nth-child(6) {
	border-bottom-color: #28504e;
}

.featured-product .flex-item:nth-child(6):hover {
	background: #28504e;
}
.featured-product .flex-item:nth-child(8):hover {
	background: #28504e;
}
.featured-product .flex-item:hover img {
	display: none;
}

.featured-product .flex-item:hover a,
.featured-product .flex-item:hover p {
	color: #ffffff;
}

.featured-product .flex-item:hover .buttons {
	display: flex;
}

.featured-product .flex-item img {
	margin-bottom: 28px;
}

.featured-product .flex-item a {
	margin-bottom: 20px;
	color: #333333;
	text-align: center;
}

.featured-product .flex-item p {
	color: #666666;
	text-align: center;
	padding: 0 10%;
	margin-bottom: 10px;
}

.featured-product .flex-item .buttons {
	display: none;
	flex-wrap: wrap;
	justify-content: center;
}

.featured-product .flex-item .buttons .button {
	width: 140px;
	height: 40px;
	border: 1px solid;
	border-radius: 6px;
	box-shadow: rgba(0, 0, 0, 0.15) 3px 3px 5px;
	margin-bottom: 0;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	margin: 5px;
}

.featured-product .flex-item .buttons .button em,
.featured-product .flex-item .buttons .button i {
	margin-left: 5px;
}

.featured-product .item--2 {
	height: 280px;
}

.featured-product .item--2 img {
	height: 56px;
}

.featured-product .item--3 {
	height: 250px;
}

.featured-product .item--3 img {
	height: 35px;
}

section:not(.banner).multimedia {
	padding: 0;
}
.multimedia .list-top p{
	font-size: 24px;
	text-align: center;
	margin-bottom: 30px;
}
.multimedia .list-top h3{
	margin-bottom: 30px;
}
.multimedia .list-bottom h3{
	text-align: left;
	font-size: 30px;
	margin-bottom: 30px;
}
.multimedia .list-bottom p{
	font-size: 16px;
	margin-bottom: 30px;	
	font-weight: 400;
	color:rgba(0,0,0,0.7) ;
}
@media screen and (max-width: 768px){
     .col-lg-4 img{
        display:none;
}
     .multimedia .list-bottom h3{
     font-size: 20px;
}
     .multimedia .list-bottom p{
     font-size: 18px;
}
     .phone-hidden{
     display:none;
}
    .phone-show{
      display:block !important;
}
    .multimedia .list-top p{
        margin-left: 20px;
        font-size:16px;
}
   
}
.pc-hidden{
      display:none;
}

.multimedia .list-top{
	background: #f1f5f8;
	border-bottom: 2px solid #f68263;
	padding: 90px 0;
	padding-bottom: 20px;
}
@media screen and (max-width: 768px){
         .multimedia .list-top{
        padding-top: 40px;
}
       .content-wrap{
        padding:0;
}
.content-wrap-title{
    margin-top:20px;
    font-size: 24px;
}
.content-wrap h1{
   font-size: 18px;
   font-weight: 400;
   line-height:20px;
}
.content-wrap ul{
   font-size: 16px;   
}
.banner .banner-button .button{
   width:140px;
}
.banner .banner-button a+a{
   margin-left:0;
}
.banner .banner-button{
   display:none;
}
.pro-multimedia-step .buttons{
   display:none;
}
}
.multimedia .list-bottom {    
    border-bottom: 2px solid #f68263;
    padding: 90px 0;
    padding-bottom: 20px;
}

.multimedia .flex-container .flex-item {
	margin: auto;
	position: relative;
	flex-direction: column;
	align-items: center;
}

.multimedia .flex-container .flex-item .flex-item-circle-wrap {
	position: relative;
	width: 217px;
	height: 217px;
	text-align: center;
	padding: 30px 35px;
	background: #3581d5;
	border-radius: 50%;
}

.multimedia .flex-container .flex-item .flex-item-circle-wrap:hover {
	background: #f68263;
}

.multimedia .flex-container .flex-item:not(.active) .flex-item-circle-wrap:hover:before {
	border: 2px solid #f68263;
	-webkit-border-radius: inherit;
	border-radius: inherit;
	top: -10px;
	bottom: -10px;
	left: -10px;
	right: -10px;
}

.multimedia .flex-container .flex-item .flex-item-circle-wrap:before {
	content: '';
	position: absolute;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	border: 2px solid #3581d5;
	background: 0 0;
	-webkit-transition: top .5s, right .5s, bottom .5s, left .5s;
	-o-transition: top .5s, right .5s, bottom .5s, left .5s;
	transition: top .5s, right .5s, bottom .5s, left .5s;
}

.multimedia .flex-container .flex-item.active .flex-item-circle-wrap:after {
	content: '';
	position: absolute;
	bottom: -4.2rem;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	/* transform: translateX(-50%); */
	border-style: solid;
	border-width: 20px 25px 0;
	border-color: #f68263 transparent transparent;
	cursor: auto;
	width: 0;
	height: 0;
}

.multimedia .flex-container .flex-item.active .flex-item-circle-wrap {
	background: #f68263;
}

.multimedia .flex-container .flex-item.active .flex-item-circle-wrap:before {
	border: 2px solid #f68263;
}

.multimedia .flex-container .flex-item .flex-item-circle img {
	margin-bottom: 1.5rem;
}

.multimedia .flex-container .flex-item .flex-item-circle p {
	font-size: 20px;
	color: #FFFFFF;
}

.multimedia .list-bottom .multimedia-list{
	position: relative;	
	overflow: hidden;
}
.multimedia .list-bottom .multimedia-list div.col-lg-12:nth-child(1){
	opacity: 1;
	position: relative;
	left: 0;
	transition: all 0.5s ease;
}
.multimedia .list-bottom .multimedia-list div.col-lg-12:nth-child(2){
	opacity: 0;
	position: absolute;
	left: 100%;
	transition: all 0.5s ease;
}
.multimedia .list-bottom .multimedia-list div.col-lg-12:nth-child(3){
	opacity: 0;
	position: absolute;
	left: 100%;
	transition: all 0.5s ease;
}
.multimedia .list-bottom .multimedia-list div.col-lg-12:nth-child(4){
	opacity: 0;
	position: absolute;
	left: 100%;
	transition: all 0.5s ease;
}

.multimedia .list-bottom .col-lg-8 ul{
	list-style: disc;
}
.multimedia .list-bottom .col-lg-8 ul li{
	margin-bottom: 1rem;
	font-size: 16px;
	font-weight: 400;
	color:rgba(0,0,0,0.5) ;
}

.art-cate .content {
    display: flex;
    justify-content: space-between;
}
.art-cate .content dl {
    flex: 0 0 30.5%;
    margin: 0;
}
.art-cate .content dl dt span {
    position: relative;
    display: block;
    font-size: 22px;
    font-weight: 500;
    padding-left: 15px;
    padding-bottom: 20px;
    color: #333333;
}
.art-cate .content dl dt span::before {
    content: '';
    position: absolute;
    left: 0px;
    top: 2px;
    display: block;
    width: 6px;
    height: 28px;
    background-color: #216ad1;
}
.art-cate .content dl dt a {
    display: block;
    overflow: hidden;
}
.art-cate .content dl dt a img {
    transition: all .5s;
    width: 100%;
    height: 200px;
}
.art-cate .content dl dt a:hover img {
    transform: scale(1.2);
}
.art-cate .content dl dd {
    padding: 20px 0px;
    border-bottom: 1px dashed #e7e7e7;
}
.art-cate .content dl dd:last-child {
    border: none;
}
.art-cate .content dl dd .icon-next {
    position: relative;
    color: #216ad1;
    font-size: 16px;
    padding-left: 20px;
}
.art-cate .content dl dd .icon-next:before {
    font-size: 12px;
    margin-right: 10px;
    transition: .5s;
    position: absolute;
    left: 0px;
    top: 3px;
    font-weight: bold;
}
.art-cate .content dl dd .icon-next:hover:before {
    left: 8px;
}

.pro-multimedia .col-md-4 div{
     text-align:center;
}
.pro-multimedia h4{
     text-align:center;
     font-size:24px;
     margin-top:24px;
     margin-bottom:8px;
     font-weight:700;
     line-height:28px;
}
.pro-multimedia p{
     font-weight:400;
     line-height:24px;
     font-size:16px;
     padding:0 36px;
}
.pro-multimedia-step{
     background-color:#024f98;
}
.pro-multimedia-step .step-title h2{
     color:#fff;
     font-size:28px;
     text-align:center;
     padding:24px 0;
}
.pro-multimedia-step .nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}
.pro-multimedia-step .d-flex{
    display: flex!important;
    margin:8px 0;
    padding:24px 12px;
    color:#fff;
}
.pro-multimedia-step .desc h5{
    font-size:16px;
    margin-top:8px;
    font-weight:500;
}
.pro-multimedia-step .desc .small{
    font-size:12px;
    margin-top:6px;
}
.pro-multimedia-step .step-item{
    border-left: 1px solid #3e7cb1;
    cursor:pointer;
}
.pro-multimedia-step .step-item.active{
    border-left: 3px solid #fff;
    background-image: -webkit-gradient(linear,left top,right top,from(hsla(0,0%,100%,.26)),color-stop(hsla(0,0%,100%,0)),to(hsla(0,0%,100%,0)));
    background-image: linear-gradient(90deg,hsla(0,0%,100%,.26),hsla(0,0%,100%,0),hsla(0,0%,100%,0));
}
.pro-multimedia-step .buttons{
    padding-top:40px;
    font-size:18px;
}
.pro-multimedia-step .buttons .button{
    width: 180px;
    height: 70px;
}
.pro-multimedia-step .buttons a+a{
    margin-left:40px;
}
.step-content{
    text-align:center;
}
.step-content .bg-white{
    background-color: #fff!important;
    padding:48px;
}
.step-content .text-secondary{
    color:#00a2ea!important;
}
.step-content .text-gray-7{
    color: #495057;
    font-size:16px;
    line-height:24px;
}
.step-content .step-pane h4{
    font-size:24px;
    font-weight:700;
    line-height:28px;
}
.step-content .mt-3{
    margin-top:16px;
}
.step-content .mb-3{
    margin-bottom:16px;
}
.step-content a.text-secondary{
    line-height:28px;
}

.step-content .step-pane{
    display:none;
    opacity:0;     
    transition: 1s;
}
.step-content .step-pane.active{
    display:block;
}
.step-content .step-pane.show{
    opacity:1;     
}

.pro-multimedia-feature .text-center{
    text-align:center;
}
.pro-multimedia-feature .feature-title h2{
    font-size: 32px;
    font-weight: 700;
    line-height: 38px;
    margin-bottom: 8px;
}
.pro-multimedia-feature .feature-title p{
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    margin:16px;
}
.pro-multimedia-feature .text-gray-7 {
    color: #495057;
}
.pro-multimedia-feature .text-secondary{
    color:#00a2ea!important;
}
.pro-multimedia-feature .bg-white{
    background-color: #fff!important;
    padding:48px 24px;
}
.pro-multimedia-feature .border-blue {
    border: 1px solid #00a2ea;
}
.pro-multimedia-feature .feature-item h5{
    font-size:20px;
    font-weight:700;
    margin-top:16px;
    margin-bottom:8px;
}
.pro-multimedia-feature .feature-item div.mt-2{
    font-size: 16px;
    font-weight: 400;
    margin-top:8px;
    margin-bottom:16px;
}
.pro-multimedia-feature .feature-item div.mt-4{
    font-size: 16px;
    font-weight: 400;
    margin-top:16px;
    margin-bottom:8px;
}

section.home-step{
    text-align:center;
    padding:0;
}
.home-step .step-tab h2{
    font-size: 32px;
    font-weight: 700;
    line-height: 38px;
    margin-bottom:8px;
}
.home-step .step-tab .nav{
    position: relative;
    margin-top:48px;
    margin-left:100px;
    margin-right:100px;
}
.home-step .step-pane .item{
    display: flex!important;    
    -ms-flex-pack: center!important;
    justify-content: center!important;
    align-items: center!important;
    border: 2px solid #f1f1f1;
    background-color: #fff;
    width: 98px;
    height: 98px;
    border-radius: 100px;
    position: relative;
    z-index: 1;
    margin:auto;
}

.home-step .step-pane h6{
    font-size: 16px;
    font-weight: 700;
    margin-top:16px;
    margin-bottom:8px;
}
.home-step .step-tab .nav:after {
    display: block;
    position: absolute;
    content: "";
    width: 80%;
    height: 2px;
    background-color: #00a2ea;
    top: 49px;
    left: 80px;
}
.step-tab-content h3.text-primary{
    text-align:left;
    font-size: 28px;
    font-weight: 700;
    margin-bottom:8px;
    line-height: 34px
}
.step-tab-content .step-pane-content{
    margin-top:48px;
}
.step-tab-content p.mt-3{
    text-align:left;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    margin:16px 0;
}
.step-tab-content ul.small{ 
    text-align:left;
    list-style:disc;
}
.step-tab-content ul.small li{
    padding:6px 0;
}
.home-step .step-pane.active .item{
    background:#00a2ea;
}
.step-tab-content .step-pane-content{
    display:none;
    opacity:0;     
    transition: 1s;
}
.step-tab-content .step-pane-content.active{
    display:block;
}
.step-tab-content .step-pane-content.show-1{
    opacity:1;     
}
.img-fluid {
    max-width: 100%;
    height: auto;
}
.right-content ul li{
    margin-bottom:16px;
}
.bg-black::before {
    content: '';
    height: 640px;
    position: absolute;
    top: 0;
    right: -9999px;
    bottom: 0;
    left: -60px;
    -webkit-transform: skewX(10deg);
    -ms-transform: skewX(10deg);
    transform: skewX(10deg);
    background-color: rgba(24, 28, 31, 0.7);
}

.m4v-banner .col-lg-6.photo{
    height:230px;
    text-align:center;
}
.m4v-banner h2{
    font-size: 32px;
    color: #1e2426;
    margin-bottom: 24px;
}
.m4v-banner ul{
    list-style:disc;
    padding-left: 15px;
}
.m4v-banner ul li {
    padding: 5px 0;
    position: relative;
    font-size: 16px;
    line-height:24px;
}
.m4v-banner .buttons{
    margin-top:16px;
}

section.m4v-home-step{
    text-align:center;
    padding:0;
    padding-bottom:90px;
}
.m4v-home-step .m4v-step-tab h2{
    font-size: 32px;
    font-weight: 700;
    line-height: 38px;
    margin-bottom:8px;
}
.m4v-home-step .m4v-step-tab .nav{
    position: relative;
    margin-top:48px;
    margin-left:100px;
    margin-right:100px;
}
.m4v-home-step .m4v-step-pane .item{
    display: flex!important;    
    -ms-flex-pack: center!important;
    justify-content: center!important;
    align-items: center!important;
    border: 2px solid #f1f1f1;
    background-color: #fff;
    width: 98px;
    height: 98px;
    border-radius: 100px;
    position: relative;
    z-index: 1;
    margin:auto;
}

.m4v-home-step .m4v-step-pane h6{
    font-size: 16px;
    font-weight: 700;
    margin-top:16px;
    margin-bottom:8px;
}
.m4v-home-step .m4v-step-tab .nav:after {
    display: block;
    position: absolute;
    content: "";
    width: 80%;
    height: 2px;
    background-color: #00a2ea;
    top: 49px;
    left: 80px;
}
.m4v-step-tab-content h3.text-primary{
    text-align:left;
    font-size: 28px;
    font-weight: 700;
    margin-bottom:8px;
    line-height: 34px
}
.m4v-step-tab-content .m4v-step-pane-content{
    margin-top:48px;
}
.m4v-step-tab-content p.mt-3{
    text-align:left;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    margin:16px 0;
}
.m4v-step-tab-content ul.small{ 
    text-align:left;
    list-style:disc;
}
.m4v-step-tab-content ul.small li{
    padding:6px 0;
}
.m4v-home-step .m4v-step-pane.active .item{
    background:#00a2ea;
}
.m4v-step-tab-content .m4v-step-pane-content{
    display:none;
    opacity:0;     
    transition: 1s;
}
.m4v-step-tab-content .m4v-step-pane-content.active{
    display:block;
}
.m4v-step-tab-content .m4v-step-pane-content.show-1{
    opacity:1;     
}

.top-banner-ad{
    position:fixed;
    top:0;
    z-index:99;
    height:60px;
    background:#ff977b;
    width:100%; 
}

.top-banner-ad a div img{
    display:inline-block;
    width:50px;
    padding:5px 0;
    margin-left:20px;
}
.home-page{
    margin-top:60px;
}

.banner .down-cursor {
  cursor: pointer;
  width: 24px;
  height: 28px;
  background: url(../images/down-cursor.svg) 0 0 no-repeat;
  background-size: 100%;
  position: absolute;
  z-index:2;
  left: 50%;
  bottom: 20px;
  margin-left: -12px;
  -webkit-animation: up-down 3.5s linear infinite 0.4s;
  -moz-animation: up-down 3.5s linear infinite 0.4s;
  animation: up-down 3.5s linear infinite 0.4s;
}

.wsc-icon {
    position: relative;
    display: inline-block;
    height: 24px;
}
.wsc-icon [class^=wsc-svg] {
    display: inline-block;
    width: auto;
    height: 100%;
}
.wsc-icon.wsc-icon-font [class^=wsc-svg] {
    position: absolute;
    top: 45%;
    left: 0;
    height: 60%;
}

.technique-scroll {
    padding: 60px 0px;
    overflow: hidden;
}
.technique-scroll .title {
    color: #333333;
    font-size: 32px;
    text-align: center;
    margin-bottom: 60px;
}
.technique-scroll .scroll-box {
    height: 320px;
}
.technique-scroll .scroll-box .dg_wrapper {
    width: 29%;
}
.technique-scroll .scroll-box .dg_wrapper .box {
    box-shadow: 0px 0px 30px #e7e7e7;
    padding: 24px;
}
.technique-scroll .scroll-box .dg_wrapper .box img {
    width: 100%;
}
.technique-scroll .scroll-box .dg_wrapper .box .desc {
    color: #666666;
    font-size: 18px;
    text-align: center;
    line-height: 1.8em;
    margin-top: 25px;
    margin-bottom: 0;
}
.technique-scroll .scroll-box .dg_prev, .technique-scroll .scroll-box .dg_next {
    transition: .5s;
    cursor: pointer;
    width: 32px;
    text-indent: inherit;
    display: flex;
    align-items: center;
    color: #333333;
}
.technique-scroll .scroll-box .dg_prev::before, .technique-scroll .scroll-box .dg_next::before {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    box-shadow: 0px 0px 10px #e7e7e7;
}

.archievement .flex-container {
	justify-content: space-between;
}

.archievement .flex-container .flex-item {
	flex-direction: column;
	align-items: center;
}

.archievement .flex-container .flex-item img {
	height: 62px;
	margin-bottom: 30px;
}

.archievement .flex-container .flex-item .num {
	margin-bottom: 10px;
	font-size: 36px;
	color: #333333;
}

.archievement .flex-container .flex-item p {
	text-align: center;
	color: #666666;
}

.mt-20{
      margin-top:20px;
}
.customer-review {
        position: relative;
	background: url(../images/happy-customer-banner.jpeg) no-repeat center center;
	background-size: cover;
}
.customer-review:before{
        content:'';
        position: absolute;
        top:0;
        left:0;
        width:100%;
        height:100%;
        background:rgba(0,0,0,0.6);
}
.customer-review .container{
       position: relative;
}
.customer-review h3,
.customer-review .sub-title {
	color: #fff;
}

.customer-review .flex-container {
	margin-top: 50px;
	justify-content: space-between;
}

.customer-review .flex-container .flex-item {
	flex-direction: column;
	align-items: center;
}

.customer-review .flex-container .flex-item p {
	text-align: center;
	color: #ffffff;
}

.customer-review .flex-container .flex-item .ava {
	width: 163px;
	height: 163px;
	border-radius: 50%;
	background: white;
	overflow: hidden;
	margin-bottom: 30px;
}

.customer-review .flex-container .flex-item .raty-area {
	margin-bottom: 30px;
}

.customer-review .flex-container .flex-item .cont {
	margin-bottom: 20px;
	padding: 0 5%;
}

.why-choose-ukeysoft .flex-container {
	justify-content: space-between;
}

.why-choose-ukeysoft .flex-container .flex-item {
	margin-top: 40px;
	flex-direction: column;
	align-items: center;
}

.why-choose-ukeysoft .flex-container .flex-item p {
	text-align: center;
}

.why-choose-ukeysoft .flex-container .flex-item img {
	height: 40px;
	margin-bottom: 15px;
}

.why-choose-ukeysoft .flex-container .flex-item .p-1 {
	margin-bottom: 10px;
	color: #333333;
}

.why-choose-ukeysoft .flex-container .flex-item .p-2 {
	padding: 0 15%;
	color: #666666;
}
.flex-cover-extra{
        background-image:url(../images/top-20-songs.jpg);
}
.flex-cover-extra .link{
        font-size:32px;
        font-weight:500;
} 
.flex-cover-extra-p{
        font-size:36px;
}
.link-1{
        margin-right:10px;
}
.link-2{
        margin-left:10px;
}
@media screen and (max-width: 768px) {
	.banner ul.flex-direction-nav {
		display: none;
	}
        .flex-cover-extra .link{
        font-size:28px;
        font-weight:400;
} 
        .flex-cover-extra-p{
        font-size:28px;
}       
        .link-1{
        margin-right:0;
}
        .link-2{
        margin-left:0;
        margin-top:20px;
}
        .home-page{
       margin-top:0;        
}
        .top-banner-ad{
        display:none;
}
       .home-step .step-tab .nav:after{
   display:none;
}
.m4v-home-step .m4v-step-tab .nav:after{
   display:none;
}
}

@media screen and (max-width: 600px) {
	body h3 {
		font-size: 20px;
		line-height: 36px;
		margin-bottom: 30px;
	}
	body .sub-title {
		font-size: 14px;
		margin-top: -25px;
	}
	body .p-1 {
		font-size: 16px;
		line-height: 24px;
	}
	body .p-2 {
		font-size: 14px;
		line-height: 24px;
	}
	body section:not(.banner) {
		padding: 40px 0;
	}
	body .flex-container {
		flex-direction: column;
	}
	body .banner .flex-cover .link {
		margin-bottom: 5px;
	}
	body .banner .flex-cover p {
		font-size: 24px;
		line-height: 34px;
		padding: 0 5%;
	}
	body .featured-product .flex-container .flex-item {
		height: 395px !important;
	}
	body .featured-product .flex-container .flex-item:hover {
		background: unset;
	}
	body .featured-product .flex-container .flex-item:hover a {
		color: #333333;
	}
	body .featured-product .flex-container .flex-item:hover p {
		color: #666666;
	}
	.featured-product .flex-item:hover img {
	    display: block;
    }
	body .featured-product .flex-container .flex-item img {
		height: 56px !important;
		margin-bottom: 25px;
	}
	body .featured-product .flex-container .flex-item .buttons {
		display: flex;
	}
	body .archievement .flex-container .flex-item {
		margin-bottom: 25px;
	}
	body .archievement .flex-container .flex-item:last-child {
		margin-bottom: 0;
	}
	body .archievement .flex-container .flex-item img {
		margin-bottom: 10px;
	}
	body .archievement .flex-container .flex-item .num {
		font-size: 30px;
		margin-bottom: 5px;
	}
	body .customer-review {
		background: #000;
	}
	body .customer-review .flex-container .flex-item {
		margin-bottom: 40px;
	}
	body .customer-review .flex-container .flex-item:last-child {
		margin-bottom: 0;
	}
	body .customer-review .flex-container .flex-item .ava {
		margin-bottom: 20px;
	}
	body .customer-review .flex-container .flex-item .raty-area {
		margin-bottom: 20px;
	}
	body .customer-review .flex-container .flex-item .cont {
		padding: 0;
		margin-bottom: 10px;
	}
	body .customer-review .flex-container .flex-item .author {
		font-size: 24px;
	}
	body .why-choose-ukeysoft .flex-container .flex-item {
		margin-top: 0;
		margin-bottom: 30px;
	}
	body .why-choose-ukeysoft .flex-container .flex-item:last-child {
		margin-bottom: 0;
	}
	body .why-choose-ukeysoft .flex-container .flex-item img {
		height: 40px;
	}
	body .why-choose-ukeysoft .flex-container .flex-item .p-1 {
		font-size: 22px;
	}
	body .why-choose-ukeysoft .flex-container .flex-item .p-2 {
		padding: 0;
	}
}

.box{
        height: 50px;
        width: 50px;
        position: relative;
    }
    .box::before{
        content: '';
        height: 8px; width: 50px; background: #000; opacity: .2; border-radius: 50%;
        position: absolute;
        top: 67px;
        left: 0;
        animation: shadow .5s linear infinite;
    }
        .box::after{
            border-radius: 5px;
            background: #fff;
            animation: rotate .5s linear infinite;
            content: '';
            position: absolute;
            left: 0;
            top: 0;
            width: 50px;
            height: 50px;
        }
@keyframes shadow {
    0%, 100% {transform: scaleX(1);}
    50% {transform: scaleX(1.2);}
}

@keyframes rotate {
    0% {
    transform: translateY(0) ;
  }
    25% {
        transform: translateY(10px);
    }
    50% {
        transform: translateY(20px) scale(1.1, 0.9);
       
    }
    75% {
        ransform: translateY(10px) ;
    }
    100% {
        transform: translateY(0) ;
    }
}
.dropdown-menu li a{
    /*background: url(../images/country.png) no-repeat;
    width: 30px;
    margin-left: 20px;
    height:30px;*/
}
.dropdown-menu li a span{
    padding:3px 20px;
}
.dropdown-menu li a.en{
    background-position: -150px 0;
}
.dropdown-menu li a.es{
    background-position: -120px 0;
}
.dropdown-menu li a.de{
    background-position: -60px 0;
}
.dropdown-menu li a.fr{
    background-position: -30px 0;
}
.dropdown-menu li a.ja{
    background-position: -90px 0;
}
.dropdown-menu li a.tw{
   background-position: 0 0;
}
.dropdown-menu li:last-child a{
    background:none;
}


/*TOP NAV*/
.banner{
                margin-top:91px;
            }
           
            nav.pri-nav {
            	position:absolute;
            	top:0;
            	left:0;
            	display:flex;
            	align-items:center;
            	justify-content:space-between;
            	padding:0 5vw;
            	width:100%;
            	height:31px;
            	background-color:#5950da;
            	z-index: 99999;
            	
            }
            
            .logo {
            	font-size:24px;
            	font-weight:600;
            	flex:1;
            	min-width:100px
            }
            .pri-nav .nav-menu--1 {
            	flex:1;
            	display:flex;
            	justify-content:space-between;
            	max-width:350px;
            }
            .pri-nav .nav-menu--1 li {
            	list-style:none;
            	color:#dadbdd;
            	font-weight:600;
            }
            
            .pri-nav .nav-menu--1 li a{
                color: #fff;
                font-size: 12px;
                font-weight: 600;
            }
            ul.dropdown-menu{
                top:31px;
            }
            .pri-nav .nav-menu--1 .dropdown-menu li{
                width:33%;
                display:inline-block;
            }
            .pri-nav .nav-menu--1 .dropdown-menu li a{
                color:#000;
            }
            
            .pri-nav .nav-menu--1 li a:hover{
                color:#9c9fff;
            }
            .pri-nav .burger--1 div {
            	width:25px;
            	height:3px;
            	background-color:#dadbdd;
            	margin:4px;
            }
            .pri-nav .burger--1 {
            	display:none;
            }
            
            @media screen and (max-width:760px) {
                nav.pri-nav{
                    display: block;
                    width: 30px;
                    padding: 0;
                    left: 10px;
                    background: #ffffff00;
                    top: 10px;
                }
                .logo{
                    margin-left:40px;
                }
            	.pri-nav .nav-menu--1 {
            	display:none;
            	position:absolute;
            	top:31px;
            	left:-10px;
            	width:45vw;
            	height:calc(100vh - 80px);
            	background-color:#5950da;
            	flex-direction:column;
            	align-items:center;
            	justify-content:flex-start;
            	transform:translateX(100%);
            }
            
            .pri-nav .nav-menu--1 li {
            	margin:3vh;
            	opacity:0.3;
            	position:relative;
            	transform:translateX(20vw);
            }
            .pri-nav .nav-menu--1 li a{
                color: #fff;
                font-size: 12px;
                font-weight: 600;
            }
            .pri-nav .burger--1 {
            	display:block;
            }
            .pri-nav .active div {
            	transition:0.3s  ease-in-out 0.3s;
            }
            .pri-nav .active .top-line {
            	transform:rotate(45deg) translate(4px,6px);
            }
            .pri-nav .active .bottom-line {
            	transform:rotate(-45deg) translate(4px,-6px);
            }
            .pri-nav .active .middle-line {
            	opacity:0;
            	transform:translateX(10px);
            	transition:0.3s ease-in-out;
            }
            .pri-nav .nav-menu--1.open {
            	transform:translateX(0);
            	display:block;
            }
            
        }
        nav.sec-nav {
        	position:absolute;
        	top:31px;
        	left:0;
        	display:flex;
        	align-items:center;
        	justify-content:space-between;
        	padding:0 5vw;
        	width:100%;
        	height:60px;
        	background-color:#fff;
        	color:#000;
        	z-index: 9999;
        	
        }
        .sec-nav .nav-menu--2 {
        	flex:1;
        	display:flex;
        	justify-content:space-between;
        	max-width:690px;
        }
        .sec-nav .nav-menu--2 li {
        	list-style:none;
        	color:#dadbdd;
        	font-weight:600;
        }
        .sec-nav .nav-menu--2 li .pro-title{
            position:relative;
            color: #000;
            font-size: 16px;
            font-weight: 600;
            padding:20px 0;
            cursor:pointer;
        }
        .sec-nav .nav-menu--2 li .pro-title span{
            top: 3px;
            position: absolute;
            right: -20px;
            padding:20px 0;
        }
        .sec-nav .nav-menu--2 li .pro-title:hover{
            color:#9c9fff;
        }
        .sec-nav .nav-menu--2 li .pro-title:hover span{
            transform: rotate(-180deg);
        }
        
        .sec-nav .burger--2 div {
        	width:25px;
        	height:3px;
        	background-color:#dadbdd;
        	margin:4px;
        }
        .sec-nav .burger--2 {
        	display:none;
        }
        .pro-content{
            padding: 36px 0 0;
            display: flex;
            flex-flow: wrap;
            background-color: #fff;
            box-shadow: 0 0 45px hsl(0deg 0% 65% / 25%);
            position: relative;
            top: 31px;
            left: -100px;
            width: 614px;
            border-radius: 17px;
        }
        .pro-wrap{
            position:absolute;
            display:none;
        }
        
        .pro-content.content--2{
            left: -200px;
        }
        .pro-content.content--3{
            left: -350px;
        }
        .pro-content.content--4{
            left: -480px;
        }
        .pro-item{
            width: 50%;
            display: flex;
            padding-left: 43px;
            margin-bottom: 32px;
            transition: 0.5s;
        }
        .pro-item>a{
            margin-right:10px;
        }
        .pro-item>a img{
            width:30px;
        }
        .pro-item:hover>a img{
            width:34px;
        }
        .pro-item div a div{
            margin-right:15px;
            color:#000;
            font-size:14px;
        }
        .pro-item:hover div a div{
            color:#2196f3;
            font-size:16px;
        }
        .pro-item div div.pro-desc{
            color:#8f8f8f;
            font-size:10px;
        }
        .pro-item:hover div div.pro-desc{
            color:#8f8f8f;
            font-size:12px;
        }
        .bg-tri{
            position: absolute;
            top: -16px;
            left: 130px;
            width: 0;
            height: 0;
            border-left: 12px solid transparent;
            border-right: 12px solid transparent;
            border-bottom: 16px solid #fff;
        }
        .pro-content.content--2 .bg-tri{
            left: 230px;
        }
        .pro-content.content--3 .bg-tri{
            left: 380px;
        }
        .pro-content.content--4 .bg-tri{
            left: 540px;
        }
        @media screen and (max-width:760px) {
            nav.sec-nav{
                top:0px;
                height:40px;
            }
            .banner{
                margin-top:40px;
            }
            
            .sec-nav .nav-menu--2 {
                display:none;
            	position:absolute;
            	top:62px;
            	width:30vw;
            	height:calc(100vh - 80px);
            	background-color:#5950da;
            	flex-direction:column;
            	align-items:center;
            	justify-content:flex-start;
            	transform:translateX(100%);
            	top:40px;
            	right:0;
            }
            .pro-content.content--1 {
                padding: 36px 0;
                display: block;
                top: -60px;
                left: -335px;
                width: 300px;
            }
            .pro-content.content--2 {
                padding: 36px 0;
                display: block;
                top: -60px;
                left: -335px;
                width: 300px;
            }
            .pro-content.content--3 {
                padding: 36px 0;
                display: block;
                top: -60px;
                left: -335px;
                width: 300px;
            }
            .pro-content.content--4 {
                padding: 36px 0;
                display: block;
                top: -60px;
                left: -335px;
                width: 300px;
            }
            .pro-item{
                width:auto;
            }
            .sec-nav .nav-menu--2 li {
            	margin:3vh;
            	opacity:0.3;
            	position:relative;
            	transform:translateX(20vw);
            }
            .sec-nav .nav-menu--2 li .pro-title{
                color: #000;
                font-size: 16px;
                font-weight: 600;
                cursor:pointer;
                padding:20px 10px;
            }
            .sec-nav .nav-menu--2 li .pro-title span{
                display:none;
            }
            .sec-nav .burger--2 {
            	display:block;
            }
            .sec-nav .active div {
            	transition:0.3s  ease-in-out 0.3s;
            }
            .sec-nav .active .top-line {
            	transform:rotate(45deg) translate(4px,6px);
            }
            .sec-nav .active .bottom-line {
            	transform:rotate(-45deg) translate(4px,-6px);
            }
            .sec-nav .active .middle-line {
            	opacity:0;
            	transform:translateX(10px);
            	transition:0.3s ease-in-out;
            }
            .sec-nav .nav-menu--2.open {
                transform:translateX(0);
                display:block;
            }
            .pro-content.content--1 .bg-tri {
                position: absolute;
                top: 35px;
                left: 298px;
                width: 0;
                height: 0;
                border-left: 16px solid #fff;
                border-top: 12px solid transparent;
                border-bottom: 12px solid transparent;
            }
            .pro-content.content--2 .bg-tri {
                position: absolute;
                top: 40px;
                left: 298px;
                width: 0;
                height: 0;
                border-left: 16px solid #fff;
                border-top: 12px solid transparent;
                border-bottom: 12px solid transparent;
            }
            .pro-content.content--3 .bg-tri {
                position: absolute;
                top: 40px;
                left: 298px;
                width: 0;
                height: 0;
                border-left: 16px solid #fff;
                border-top: 12px solid transparent;
                border-bottom: 12px solid transparent;
            }
            .pro-content.content--4 .bg-tri {
                position: absolute;
                top: 40px;
                left: 298px;
                width: 0;
                height: 0;
                border-left: 16px solid #fff;
                border-top: 12px solid transparent;
                border-bottom: 12px solid transparent;
            }
            
        }