@charset "utf-8";
/*@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500');
@import url('https://fonts.googleapis.com/css?family=Raleway:100,600');*/
/*
* Wangxiang Media SSP Project - Bootstrap 4 Template
* Build Date: December 2018
* Last updated: December 2018
* Version: 1.0.0
* Author: Piyush Makwana
* Copyright (C) 2018-2019 Wangxiang Media
*/
/* ==========================================================================
   1. IMPORT GOOGLE FONTS
   ========================================================================== */
/* ==========================================================================
   2. GENERAL
   ========================================================================== */
/* Noto sans font css starts*/
@font-face {
  font-family: 'siyuanMedium';
  src: url('../fonts/siyuanMedium.eot');
  src:
    url('../fonts/NotoSansHans-Medium.eot?#font-spider') format('embedded-opentype'),
    url('../fonts/NotoSansHans-Medium.woff') format('woff'),
    url('../fonts/NotoSansHans-Medium.ttf') format('truetype'),
    url('../fonts/NotoSansHans-Medium.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'siyuanRegular';
  src: url('../fonts/siyuanRegular.eot');
  src:
    url('../fonts/NotoSansHans-Regular.eot?#font-spider') format('embedded-opentype'),
    url('../fonts/NotoSansHans-Regular.woff') format('woff'),
    url('../fonts/NotoSansHans-Regular.ttf') format('truetype'),
    url('../fonts/NotoSansHans-Regular.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
    font-family: 'notoDemilight';
    src: url('../fonts/NotoSansHans-DemiLight-Alphabetic.eot');
    src: url('../fonts/NotoSansHans-DemiLight-Alphabetic.eot?#iefix') format('embedded-opentype'),
        url('../fonts/NotoSansHans-DemiLight-Alphabetic.woff2') format('woff2'),
        url('../fonts/NotoSansHans-DemiLight-Alphabetic.woff') format('woff'),
        url('../fonts/NotoSansHans-DemiLight-Alphabetic.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}
/*使用选择器指定字体*/
.fontall {
    font-family: 'siyuanMedium';
}
.siyReg{
  font-family: 'siyuanRegular';
}   
.siyMedium{
   font-family: 'siyuanMedium';
}
.siyLi{
  font-family: 'siyuanRegular';
}
.notoDemi{
  font-family: 'notoDemilight';
}
/* Noto sans font css ends*/
body {
  font-family: 'siyuanRegular';
  color: #333;
  font-size: 14px;
  font-weight: 400;
  background: #fff;
  overflow-x: hidden;
  -webkit-backface-visibility:hidden;
}
html {
  overflow-x: hidden;
  -webkit-backface-visibility:hidden;
}
p {
  font-size: 14px;
  line-height: 26px;
}
a:hover,
a:focus {
  color: #6D85F5;
}
a {
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
h1,
h2,
h3,
h4,
h5 {
  font-size: 40px;
  font-weight: 100;
  letter-spacing: 1px;
}
ul {
  margin: 0;
  padding: 0;
}
ul li {
  list-style: none;
}
a:hover,
a:focus {
  text-decoration: none;
  outline: none;
}
a:not([href]):not([tabindex]) {
  color: #fff;
}
a:not([href]):not([tabindex]):focus,
a:not([href]):not([tabindex]):hover {
  color: #6D85F5;
}
/* ==========================================================================
   Common css
   ========================================================================== */
.header{
  width: 100%;
  padding: 0 0 0;
  float: left;
  position: relative;
}
.portfolios, .business, .i-register, .news-sec, .about-sec{
  width: 100%;
  padding: 60px 0 60px;
  float: left;
}
.business, .clients{
  background: #F7FAFE;
}
.about-sec{
  padding: 0 0 60px;
}
.adfeatures{
  width: 100%;
  height: auto;
  padding: 60px 0 60px;
  float: left;
  background: #fff;
}
.services{
  width: 100%;
  height: auto;
  padding: 60px 0 60px;
  float: left;
}
.features{
  width: 100%;
  padding: 60px 0 60px;
  float: left;
}
.clients{
  width: 100%;
  padding: 60px 0 60px;
  float: left;
}
.footer{
  width: 100%;
  padding: 60px 0 0;
  position: relative;
  float: left;
  background: #F7FAFE;
  text-align: center;
}
/* ==========================================================================
   2.1 Section Title
   ========================================================================== */
.section-header {
  color: #fff;
  margin-bottom: 50px;
  text-align: center;
}
.business .section-header{
  margin-bottom: 70px;
}
.port-tab{
  margin-top: -20px;
}
.section-header .section-title {
  font-size: 36px;
  margin-top: 0;
  text-transform: uppercase;
  font-weight: 100;
  color: #333;
  position: relative;
  font-family: 'siyuanMedium';
}
.section-header .section-title span {
  color: #6D85F5;
}
.section-subtitle {
  margin-top: 15px;
  /*padding-left: 15px;*/
  font-size: 16px;
  color: #9B9B9B;
  font-family: 'siyuanRegular';
  letter-spacing: 0.32px;
}
.services .pro-info{
  font-size: 17px;
  font-family: 'siyuanRegular';
  text-align: center;
  margin-bottom: 0;
}
.section-header .lines {
  margin: auto;
  width: 70px;
  position: relative;
  border-top: 2px solid #346afe;
  margin-top: 15px;
}
.section-header .lines:before {
  position: absolute;
  content: "";
  display: inline-block;
  height: 10px;
  width: 10px;
  top: -10px;
  border: 4px solid #fff;
  border-radius: 50%;
  background: #6D85F5;
  left: 27px;
}
/* ==========================================================================
   2.2 Buttons
   ========================================================================== */
.btn {
  font-size: 14px;
  padding: 10px 30px;
  border-radius: 0px;
  font-weight: 400;
  color: #fff;
  text-transform: uppercase;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  display: inline-block;
}
.btn:focus,
.btn:active {
  box-shadow: none;
  outline: none;
  color: #fff;
}
.btn-common {
  border: 2px solid #6D85F5;
  background-color: #6D85F5;
  position: relative;
  z-index: 1;
  border-radius: 4px;
}
.btn-common:hover {
  color: #6D85F5;
  background-color: transparent;
  border: 2px solid #6D85F5;
  transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
}
.btn-border {
  color: #fff;
  background-color: transparent;
  border: 2px solid #fff;
  border-radius: 4px;
}
.btn-border:hover {
  border: 2px solid #fff;
  color: #fff;
  background-color: #6D85F5;
}
.btn-lg {
  padding: 14px 33px;
  text-transform: uppercase;
  font-size: 16px;
}
.btn-rm {
  padding: 7px 10px;
  text-transform: capitalize;
}
button:focus {
  outline: none!important;
}
.clear {
  clear: both;
}
/* ==========================================================================
   2.3 Social Iocns
   ========================================================================== */
.social-icons {
  margin-bottom: 20px;
}
.social-icons ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.social-icons ul li {
  display: inline;
}
.social-icons ul li a {
  display: inline-block;
  margin-left: 5px;
  margin-right: 5px;
  margin-bottom: 15px;
  border-radius: 4px;
  border: 1px solid rgba(255, 254, 254, 0.07);
  line-height: 40px;
  width: 40px;
  height: 40px;
  text-align: center;
  font-size: 16px;
}
.social-icons ul li a:hover {
  color: #ffffff;
}
.facebook a {
  color: #4867aa;
}
.facebook a:hover {
  background: #4867aa;
}
.twitter a {
  color: #1da1f2;
}
.twitter a:hover {
  background: #1da1f2;
}
.google-plus a {
  color: #dd4d42;
}
.google-plus a:hover {
  background: #dd4d42;
}
.youtube a {
  color: #df2926;
}
.youtube a:hover {
  background: #df2926;
}
.linkedin a {
  color: #007bb6;
}
.linkedin a:hover {
  background: #007bb6;
}
.pinterest a {
  color: #bd081c;
}
.pinterest a:hover {
  background: #bd081c;
}
.dribbble a {
  color: #ea4c89;
}
.dribbble a:hover {
  background: #ea4c89;
}
.behance a {
  color: #0b7cff;
}
.behance a:hover {
  background: #0b7cff;
}
/* ==========================================================================
	 2.4  Pre Loader
	 ========================================================================== */
#loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #333;
  z-index: 9999999999;
}
.spinner {
  width: 40px;
  height: 40px;
  top: 45%;
  position: relative;
  margin: 0px auto;
}
.double-bounce1,
.double-bounce2 {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #6D85F5;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: sk-bounce 2s infinite ease-in-out;
  animation: sk-bounce 2s infinite ease-in-out;
}
.double-bounce2 {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}
@-webkit-keyframes sk-bounce {
  0%,
  100% {
    -webkit-transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
  }
}
@keyframes sk-bounce {
  0%,
  100% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
  50% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}
/* ========================================================================== 
  -2.5 Scroll To Up 
   ========================================================================== */
.back-to-top {
  display: none;
  position: fixed;
  bottom: 18px;
  right: 15px;
}
.back-to-top i {
  display: block;
  width: 36px;
  height: 36px;
  line-height: 36px;
  color: #fff;
  font-size: 14px;
  text-align: center;
  border-radius: 4px;
  background-color: #6D85F5;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
/* ==========================================================================
   3. Hero Area
   ========================================================================== */
/*new css start*/
.container{
  max-width: 1200px;
  position: relative;
}
#hero-area, #news-area, #about-area, #elite-area{
  width: 100%;
  height: auto;
  color: #fff;
  /*background: url(../img/banner/banner1.png) fixed no-repeat;*/
  /*background-size: cover;*/
  color: #fff;
  overflow: hidden;
  position: relative;
}
#hero-area{
  width: 1920px;
  margin: 0 auto;
  float: none;
}
#news-area{
  height: 620px;
  background: url(../img/banner/banner2.png) no-repeat;
  background-size: cover;
}
#about-area{
  height: 620px;
  background: url(../img/banner/banner3.png) no-repeat;
  background-size: cover;
}
#elite-area{
  height: 620px;
  background: url(../img/banner/banner4.png) no-repeat;
  background-size: cover;
}
#block{
  height: 85vh;
}
#hero-area .contents, #video-area .contents{
  /*height: 800px;*/
  padding: 240px 0 0px;
}
.contents h2{
  color: #fff;
  /*font-family: 'san-serif';*/
}
.media-txt{
  margin-bottom: 12px;
}
.login-sec{
  width: 400px;
  /*height: 348px;*/
  margin: 162px 0 0 0;
  padding: 25px;
  float: right;
  background: rgba(255,255,255,0.30);
  border-radius: 4px;
  box-sizing: border-box;
}
.h-a-content{
  /*height: 160px;*/
  height: 194px;
  /*background: rgba(2,7,29,0.78);*/
  background: rgba(0,0,0,0.8);
}
.h-a-content .h-a-main h2{
  padding-bottom: 14px;
  font-size: 18px;
  color: #B6B6B6;
  letter-spacing: 0;
  text-align: center;
}
.h-a-content .h-a-main p{
  font-size: 14px;
  color: #B6B6B6;
  letter-spacing: 0;
  text-align: justify;
  line-height: 20px;
}
.h-a-main {
  width: 25%;
  /*height: 160px;*/
  height: 194px;
  float: left;
  /*padding: 19px 33px;*/
  padding: 38px 33px;
  border-left: 1px solid #262D47;
}
.h-a-main:last-child{
  border-right: 1px solid #262D47;
}
/*Zoom In start*/
.h-a-main#main_zoomIn .zoom_magic{
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: .2s ease;
  transition: .2s ease;
}
.h-a-main#main_zoomIn:hover .zoom_magic{
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
  font-size: 14px;
}
/*Zoom In out*/
.login-area {
  margin-bottom: 96px;
}
.login-inner input{
  height: 50px;
  margin: 0;
  color: #999;
  font-size: 14px;
}
.verifycap input{
  width: 70%;
  float: left;
}
.verifycap a {
  width: 26%;
  float: right;
  display: block;
  border-radius: 4px;
}
.verifycap a img {
  width: 100%;
  height: 49px;
  border-radius: 4px;
}
.form-row>.col, .form-row>[class*=col-] {
  padding-right: 0;
  padding-left: 0;
}
.user-form button{
  width: 59%;
  margin-right: 22px;
  background: #6D85F5;
  border-radius: 4px;
  color: #fff;
}
.user-form button:hover{
  background-color: #6D85F5;
}
.user-form .btn-primary{
  border: none;
  border-color: none;
}
.user-form .noacc{
  padding-top: 10px;
  margin-right: 27px;
  color: #fff;
  font-size: 14px;
}
.user-form .new-register{
  padding-top: 10px;
  color: #6D85F5;
  font-size: 14px;
}
.user-form .forgot-pass{
  padding-top: 10px; 
  color: #6D85F5;
  font-size: 14px;
}
/*new css end*/
#hero-area .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: #6D85F5;
  opacity: 0.7;
}

#hero-area .contents h1 {
  color: #fff;
  font-size: 50px;
  font-weight: 100;
  margin-bottom: 25px;
}
#hero-area .contents p {
  font-size: 14px;
  color: #fff;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: 0.5px;
}
#hero-area .contents .btn {
  margin: 25px 25px 0px 0px;
  text-transform: uppercase;
}
#hero-area .banner_bottom_btn {
  margin-top: 40px;
}
#hero-area .banner_bottom_btn i {
  color: #fff;
  font-size: 48px;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
#hero-area .banner_bottom_btn i:hover {
  color: #6D85F5;
}
/* ==========================================================================
   4. Navbar Style
   ========================================================================== */
.bg-faded {
  background-color: #fff;
}
/*new css start*/
.mainmenu-area {
  padding: 10px 0;
  border: none;
  margin: 0;
  /*-webkit-transition: 0.6s;
  -moz-transition: 0.6s;
  transition: 0.6s;*/
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.1);
  background: transparent;
}
.navbar-expand-md .navbar-nav .nav-link {
  color: #fff;
  font-size: 18px;
  padding: 2px 20px 0;
  position: relative;
  font-family: 'siyuanRegular';
}
.navbar-expand-md .navbar-nav .nav-link.active{
  color: #6D85F5 !important;
}
.nav-item.login {
  margin: 0px 12px 0 12px;
}
/*.nav-item.register {
  margin: 4px 0 0 0;
}*/
.register a{
  padding: 2px 6px;
  font-size: 18px;
}
.login a{
  padding: 2px 6px;
  color: #6D85F5;
  border: 1px solid #6D85F5;
  border-radius: 4px;
  font-size: 18px;
}
.register a{
  padding: 2px 6px;
  color: #fff;
  background: linear-gradient(-90deg, #654FF1 0%, #73AFF7 100%);
  border: 1px solid #6D85F5;
  border-radius: 4px;
}
.login a:hover{
  text-decoration: none;
  color: #fff;
  border: 1px solid #fff;
}
.register a:hover{
  text-decoration: none;
  color: #fff;
  border: 1px solid linear-gradient(-90deg, #654FF1 0%, #73AFF7 100%);
}
.menu-bg {
  background-color: #fff !important;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.16), 0 1px 3px 0 rgba(0, 0, 0, 0.12);
  z-index: 99999;
  padding: 6px 0 0 0;
}
.menu-bg .navbar-nav .login a, .menu-bg .navbar-nav .register a{
  border: 1px solid #333;
}
.menu-bg .menu-button {
  top: 0;
}
.menu-bg .menu-button:hover {
  cursor: pointer;
  color: #6D85F5;
}
.menu-bg .logo-menu a {
  color: #6D85F5;
}
.menu-bg img{
  visibility: hidden;
}
.menu-bg .navbar-brand {
  width: 170px;
  height: 52px;
  margin: 0;
  padding-top: .3125rem;
  padding-bottom: .3125rem;
  background-size: 132px;
  background-image: url(../img/logo/dlogo.png);
  background-repeat: no-repeat;
}
.menu-bg .navbar-nav li .active{
  color: #6D85F5 !important;
}
.menu-bg .navbar-nav .login a{
  border: 1px solid #6D85F5 !important;
  color: #6D85F5 !important;
}
.menu-bg .navbar-nav .register a{
  color: #fff !important;
  border: 1px solid #6D85F5;
}
/*new css end*/
.mainmenu-area .menu-button {
  position: relative;
  color: #333;
  line-height: 58px;
  top: 0;
  outline: none;
}
.logo-menu a {
  font-size: 20px;
  color: #fff;
}
.menu-button:hover {
  cursor: pointer;
  opacity: #eee;
}
.close-button {
  cursor: pointer;
}
.navbar-brand img {
  max-width: 100%;
  /*width: 122px;
  height: 43px;*/
  /*max-width: 115px;*/
}
.navbar-expand-md .navbar-nav .nav-link:focus,
.navbar-expand-md .navbar-nav .nav-link:hover,
.navbar-expand-md .navbar-nav .nav-link:hover:before {
  color: #6D85F5;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.navbar-expand-md .navbar-nav .active > .nav-link,
.navbar-expand-md .navbar-nav .nav-link.active,
.navbar-expand-md .navbar-nav .nav-link.active:before,
.navbar-expand-md .navbar-nav .nav-link.open,
.navbar-expand-md .navbar-nav .open > .nav-link {
  color: #fff;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.navbar-expand-md .navbar-toggler {
  background: #6D85F5;
  border-radius: 0px;
  margin: 5px;
  cursor: pointer;
  float: right;
}
.navbar-expand-md .navbar-toggler i {
  color: #fff!important;
}
.collapse.show {
  /*background: #f1f1f1;*/
  margin-bottom: 0;
  -webkit-transition: 0.6s;
  -moz-transition: 0.6s;
  transition: 0.6s;
}
.navbar-expand-md .navbar-toggler:active {
  border: 1px solid #6D85F5;
  color: #6D85F5;
}
.menu-bg .navbar-collapse{
  margin: -5.5px 0 0 0;
}
/* ==========================================================================
  5. Slider
   ========================================================================== */
#carousel-area {
  overflow: hidden;
  background: #2c3e50;
}
#carousel-area .carousel-item {
  background-size: 100%;
  background-size: cover;
}
#carousel-area .carousel-item .carousel-caption {
  top: 34%;
  right: 10%;
  left: 10%;
  text-shadow: none;
}
#carousel-area .carousel-item .carousel-caption h1 {
  font-weight: 100;
  font-size: 50px;
  line-height: 60px;
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
  -webkit-animation-duration: 1.2s;
  animation-duration: 1.2s;
}
#carousel-area .carousel-item .carousel-caption p {
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
  -webkit-animation-duration: 1.4s;
  animation-duration: 1.4s;
}
#carousel-area .carousel-item .carousel-caption .btn {
  margin: 30px 15px;
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
  -webkit-animation-duration: 1.4s;
  animation-duration: 1.4s;
}
#carousel-area .carousel-control-next,
#carousel-area .carousel-control-prev {
  opacity: 1;
}
#carousel-area .carousel-control-next i,
#carousel-area .carousel-control-prev i {
  width: 48px;
  display: block;
  color: #fff;
  font-size: 24px;
  line-height: 48px;
  border: 2px solid #fff;
  background: transparent;
  border-radius: 2px;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
#carousel-area .carousel-control-next i:hover,
#carousel-area .carousel-control-prev i:hover {
  border: 2px solid #6D85F5;
  background: #6D85F5;
}
#carousel-area .carousel-indicators li:hover,
#carousel-area .carousel-indicators li.active {
  opacity: 1;
}
#carousel-area .carousel-indicators {
  bottom: 35px;
}
#slider-area {
  margin-top: -1px;
}
#slider-area .btn {
  margin-right: 15px;
}
#slider-area .large_white {
  color: #fff;
}
#slider-area .about-info p {
  color: #333;
}
.contents .head-title {
  text-transform: uppercase;
  font-size: 42px!important;
  font-weight: 700!important;
}
.contents h4 {
  font-size: 36px;
  line-height: 50px;
}
.contents .header-button .btn i {
  margin-left: 10px;
}
.intro-img {
  padding: 130px 0;
}
.intro-img img {
  display: block;
  height: auto;
  max-width: 100%;
}
/* ==========================================================================
  6. Portfolio css starts
   ========================================================================== */
.pframe {
  position: relative;
  width: 20%;
  max-width: 100%;
  overflow: hidden;
  float: left;
}

.pframe .pframe-overlay {
  background: rgba(2,7,29,0.8);
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  opacity: 1;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.pframe:hover .pframe-overlay{
  opacity: 0;
}

.pframe-image{
  width: 100%;
}

.pframe-details {
  position: absolute;
  text-align: center;
  padding-left: 1em;
  padding-right: 1em;
  width: 100%;
  top: 50%;
  left: 50%;
  opacity: 1;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}

.pframe:hover .pframe-details{
  top: 80%;
  left: 50%;
  opacity: 0;
}

.pframe-details h3{
  color: #fff;
  font-weight: 500;
  letter-spacing: 0.15em;
  margin-bottom: 0.5em;
  text-transform: uppercase;
}

.pframe-details p{
  color: #fff;
  font-size: 22px;
}

/*.fadeIn-bottom{
  top: 80%;
}*/

/*.fadeIn-top{
  top: 20%;
}

.fadeIn-left{
  left: 20%;
}

.fadeIn-right{
  left: 80%;
}*/
/* ==========================================================================
  7. ABOUT/OUR SERVICE SECTION STYLE
   ========================================================================== */
#about {
  position: relative;
  background: #f2f2f2;
}

.item-boxes {
  box-sizing: border-box;
  text-align: center;
  padding: 15px;
  border-radius: 4px;
  /*margin-bottom: 15px;*/
  webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.item-boxes .icon {
  width: 60px;
  height: 184px;
  text-align: center;
  background-repeat: no-repeat;
  display: inline-block;
  border-radius: 5px;
  margin-top: 10px;
  margin-bottom: 15px;
  webkit-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.item-boxes .network {
  background-image: url(../img/services/apiicon.png);
}
.item-boxes .distribute {
  background-image: url(../img/services/sharicon.png);
}
.item-boxes .notes {
  background-image: url(../img/services/adicon.png);
}
.item-boxes .adx {
  background-image: url(../img/services/apicon.png);
}
/*.item-boxes .connect {
  background-image: url(../img/services/connectb.png);
}
.item-boxes .video {
  background-image: url(../img/services/videob.png);
}*/
.item-boxes .ring {
  width: 62px;
  height: 62px;
  background-image: url(../img/services/ringb.png);
}
.item-boxes h4 {
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 10px;
  font-family: 'siyuanRegular';
}
.item-boxes .icon {
    width: 100%;
    background-position: center;
}
#services {
  position: relative;
  background: #fff;
}
/* ==========================================================================
  8. Features Section Style
   ========================================================================== */
#features {
  /*background: #fff;*/
}
#features .icon {
  display: inline-block;
  width: 60px;
  height: 60px;
  border-radius: 4px;
  text-align: center;
  position: relative;
  z-index: 1;
}
#features .content-left {
  position: relative;
}
#features .content-left span {
  float: right;
  margin-left: 25px;
}
#features .content-right {
  position: relative;
}
#features .content-right span {
  float: left;
  margin-right: 25px;
}
#features .box-item {
  padding: 15px 0;
}
#features .box-item .icon {
  border: 1px solid #6D85F5;
  text-align: center;
  margin: 12px;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
#features .box-item .icon i {
  color: #6D85F5;
  font-size: 24px;
  line-height: 60px;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
#features .box-item .text h4 {
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
}
#features .box-item .text p {
  font-size: 14px;
  line-height: 26px;
}
#features .box-item:hover .icon {
  background: #6D85F5;
}
#features .box-item:hover .icon i {
  color: #ffffff;
}
#features .show-box {
  padding: 10px 0px 0px 0px;
  width: 695px;
  margin: 0 auto;
}
#features .show-box img {
  width: auto;
}
/* ==========================================================================
  9. Video promo Style
   ========================================================================== */
.video-promo {
  background: #6D85F5;
  background-position: cover;
  position: relative;
}
.video-promo .video-promo-content {
  color: #fff;
}
.video-promo .video-promo-content h2 {
  color: #fff;
  font-size: 30px;
  text-transform: uppercase;
}
.video-promo .video-promo-content p {
  margin-bottom: 30px;
}
.video-promo .video-promo-content .video-popup {
  width: 80px;
  height: 80px;
  line-height: 80px;
  text-align: center;
  background: #fff;
  color: #333;
  border-radius: 50%;
  display: inline-block;
  font-size: 24px;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.video-promo .video-promo-content .video-popup i {
  line-height: 80px;
}
.overlay, .overlay2{
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: #000;
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.overlay2{
  opacity: 0.6;
}
/* ==========================================================================
	11. Pricing Table
	========================================================================== */
.pricing-table {
  padding: 20px 20px 40px 20px;
  margin: 0 auto;
  margin-bottom: 5px;
  border: transparent;
  text-align: center;
  background-color: #FFFFFF;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.pricing-table:hover {
  box-shadow: 0 0 60px 0 rgba(0, 0, 0, 0.1);
}
.pricing-table .icon {
  font-size: 26px;
  color: #6D85F5;
  border: 1px solid #6D85F5;
  border-radius: 4px;
  width: 64px;
  height: 64px;
  text-align: center;
  line-height: 64px;
  margin: 30px auto;
}
.pricing-table .pricing-details h2 {
  font-size: 22px;
  font-weight: 600;
  color: #333;
  margin-bottom: 10px;
}
.pricing-table .pricing-details span {
  display: inline-block;
  font-size: 28px;
  font-weight: 400;
  color: #6D85F5;
  margin-bottom: 20px;
}
.pricing-table .pricing-details ul {
  margin-bottom: 35px;
}
.pricing-table .pricing-details ul li {
  padding: 10px;
  font-size: 15px;
  border-bottom: 1px solid #eee;
}
.table-left {
  margin-top: 20px;
}
/* ==========================================================================
 12. Counter Section Style
 ========================================================================== */
.counters {
  background: url(../img/bg1.jpg) fixed;
  position: relative;
}
.counters .facts-item {
  text-align: center;
  color: #fff;
}
.counters .facts-item .icon {
  margin-bottom: 20px;
}
.counters .facts-item .icon i {
  font-size: 50px;
  color: #fff;
}
.counters .facts-item .fact-count h3 {
  font-size: 35px;
  color: #fff;
  margin-bottom: 15px;
}
.counters .facts-item .fact-count h4 {
  font-size: 20px;
  color: #fff;
}
/* ==========================================================================
13. Testimonial Section Style
 ========================================================================== */
#testimonial {
  background: #f2f2f2;
}
.testimonial-item {
  text-align: center;
}
.testimonial-item img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
}
.testimonial-item .testimonial-text h3 {
  font-size: 16px;
  font-weight: 100;
  text-transform: uppercase;
}
.testimonial-item .testimonial-text span {
  font-size: 15px;
  color: #999;
}
.testimonial-item .testimonial-text p {
  font-size: 14px;
  font-weight: 400;
  padding: 20px 10px 20px 10px;
  letter-spacing: 1px;
  margin: 0;
  line-height: 1.5;
  color: #999;
}
.owl-theme .owl-controls .owl-page span {
  background: #6D85F5;
}
.owl-theme .owl-controls {
  margin-top: 20px;
}
/* ==========================================================================
  14. Download App
   ========================================================================== */
#download {
  background: #333;
}
#download .section-title {
  color: #fff;
  font-weight: 700;
}
#download .btn {
  margin: 10px;
}
#download .btn i {
  margin-right: 5px;
}
/* ==========================================================================
  15. Team Section
   ========================================================================== */
.single-team:hover .team-details {
  opacity: 1;
}
.single-team:hover .team-inner {
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.single-team {
  position: relative;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.1);
  border-radius: 0px;
  overflow: hidden;
}
.single-team:hover {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.1);
}
.single-team img {
  width: 100%;
}
.single-team .team-inner {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  -webkit-transform: translateY(0%);
  transform: translateY(0%);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.single-team .team-details {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  z-index: 2;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  opacity: 0;
}
.single-team .team-details .team-title {
  margin-bottom: 5px;
  font-size: 20px;
  font-weight: 700;
  color: #fff;
}
.single-team .team-details p {
  color: #fff;
}
.single-team .social-list li {
  display: inline-block;
}
.single-team .social-list li a {
  display: block;
  height: 34px;
  line-height: 34px;
  text-align: center;
  width: 34px;
  color: #6D85F5;
  font-size: 14px;
  background: #fff;
  border-radius: 50px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.single-team .social-list .facebook a:hover {
  background: #4867aa;
  color: #fff;
}
.single-team .social-list .twitter a:hover {
  background: #1da1f2;
  color: #fff;
}
.single-team .social-list .google-plus a:hover {
  background: #dd4d42;
  color: #fff;
}
.single-team .social-list .linkedin a:hover {
  background: #007bb6;
  color: #fff;
}
/* ==========================================================================
  16. Clients 
   ========================================================================== */
#clients .client-item-wrapper {
  width: 17%;
  margin: 0px 17.5px 50px 17.5px;
  display: inline-block;
  text-align: center;
  -moz-transition: all .6s ease;
  -webkit-transition: all .6s ease;
  transition: all .6s ease;
}
#clients #clients-scroller img:hover {
  -moz-transition: all .6s ease;
  -webkit-transition: all .6s ease;
  transition: all .6s ease;
  opacity: 1.0;
}
#clients #clients-scroller .owl-pagination {
  display: none;
}
.client-info-top {
  width: 100%;
  display: table;
}
/*.client-item-wrapper:nth-child(7) {
  margin-right: 0;
}*/
/* ==========================================================================
  17. Blog 
   ========================================================================== */
 .blog-item-wrapper{
  margin-bottom: 12px;
 }
#blog .blog-item-wrapper {
  background: #fff;
  border-radius: 0px;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  -webkit-transition: transform 0.2s linear, -webkit-box-shadow 0.2s linear;
  -moz-transition: transform 0.2s linear, -moz-box-shadow 0.2s linear;
  transition: transform 0.2s linear, box-shadow 0.2s linear;
}
#blog .blog-item-wrapper:hover {
  box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.1);
}
#blog .blog-item-wrapper:hover .blog-item-img:before {
  opacity: 1;
  height: 100%;
  width: 100%;
}
#blog .blog-item-img {
  position: relative;
}
#blog .blog-item-img img {
  width: 100%;
}
#blog .blog-item-img:before {
  width: 50%;
  height: 50%;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(70, 118, 250, 0.7);
  opacity: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
#blog .blog-item-text {
  border: 1px solid #f1f1f1;
  padding: 20px;
}
#blog .blog-item-text h3 {
  line-height: 26px;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
  font-family: 'siyuanMedium';
}
#blog .blog-item-text h3 a {
  color: #333;
}
#blog .blog-item-text h3 a:hover {
  color: #6D85F5;
}
#blog .blog-item-text p {
  line-height: 25px;
  margin-bottom: 20px;
  font-family: 'siyuanRegular';
}
.meta-tags {
  margin-bottom: 10px;
}
.meta-tags span {
  color: #999;
  margin-right: 10px;
}
.meta-tags span i {
  margin-right: 5px;
}
.meta-tags span a {
  color: #999;
}
.meta-tags span a:hover {
  color: #6D85F5;
}
/* ==========================================================================
  18. Contact Us
  ========================================================================== */
.form-control {
  width: 100%;
  margin-bottom: 20px;
  padding: 18px;
  font-size: 14px;
  border-radius: 4px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.form-control:focus {
  color: none !important;
  border-color: none!important;
  outline: none;
}
.btn.disabled,
.btn:disabled {
  opacity: 1;
}
#contact {
  background: #f2f2f2;
  position: relative;
  overflow: hidden;
}
#contact .contact-block {
  background: #fff;
  padding: 30px;
  overflow: hidden;
}
#contact #contactForm {
  margin-top: 30px;
}
.text-danger {
  font-size: 14px;
  margin-top: 10px;
}
.list-unstyled li {
  color: #d9534f;
}
.toggle-map {
  height: 5px;
  width: 100%;
  background-color: #6D85F5;
  /*background-color: #6D85F5;*/
  top: 0;
  bottom: 0px;
  text-align: center;
  position: absolute;
  z-index: 106;
}
.toggle-map .map-icon {
  width: 50px;
  height: 50px;
  display: inline-block;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  background-color: #fff;
  border: #6D85F5 3px solid;
  position: relative;
  top: -46px;
}
.toggle-map .map-icon i {
  width: 44px;
  height: 44px;
  display: inline-block;
  line-height: 44px;
  text-align: center;
  font-size: 20px;
}
#google-map {
  text-align: center;
  background-color: #fff;
  height: 425px;
  /*position: absolute;
  bottom: 310px;*/
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  z-index: 101;
  width: 100%;
  border-top: #6D85F5 3px solid;
  overflow: hidden;
  display: none;
}
/*#google-map.panel-show {
  height: 465px;
  bottom: 320px !important;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}*/
.map_hint {
  position: relative;
  top: -49px;
  left: 7px;
  font-size: 14px;
}
/* ==========================================================================
  19. Subscribe Style
  ========================================================================== */
#subscribe form input {
  background: #ffffff;
  border: 1px solid #ddd;
  border-radius: 4px;
  box-shadow: none;
  color: #999999;
  height: 50px;
  padding: 0 20px;
  margin: 0;
  width: 100%;
}
#subscribe form input:focus {
  border: 1px solid #6D85F5;
}
#subscribe .sub_btn {
  border: none;
  line-height: 44px;
  margin: 0;
  font-size: 15px;
  text-transform: uppercase;
  position: absolute;
  right: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  min-width: 150px;
  color: #fff;
  top: 0;
  height: 50px;
  background: #6D85F5;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
}
/* ==========================================================================
20. Footer Style
 ========================================================================== */
/*new css starts*/
.footer-top {
  float: left;
  width: 100%;
}
.footer-main a{
  margin-bottom: 21px;
  display: block;
  color: #333;
  font-size: 14px;
  font-family: 'siyuanRegular';
}
.footer-main a:hover{
  color: #6D85F5;
}
.footer-main a:focus{
  color: #6D85F5;
}
.footer-main {
  width: 15%;
  margin-right: 156px;
  float: left;
  text-align: left;
}
.footer-main:last-child{
  margin-right: 0;
}
.footer-middle{
  padding: 0 10px;
}
.footer-main h2{
  margin-bottom: 18px;
  font-size: 20px;
  color: #4A4A4A;
  font-weight: bold;
  font-family: 'siyuanMedium';
}
.footer-right h2{
  margin-bottom: 15px;
  color: #4A4A4A;
  font-size: 18px;
  text-align: right;
}
.footer-right a{
  display: block;
}
.footer-right a img{
  width: 51%;
}
.footer-main span{
  padding-bottom: 12px;
  display: block;
  color: #4A4A4A;
  font-size: 14px;
}
.footer-right{
  text-align: right;
}
.footer-left{
  text-align: left;
}
.site-info{
  width: 100%;
  /*margin-top: 60px;*/
  padding: 20px 0 15px;
  float: left;
  /*background-color: #02071D;*/
}
.site-info p{
  margin: 0;
}
.site-info p {
  font-size: 12px;
  color: #9B9B9B;
  font-family: 'siyuanRegular';
}
.site-info p a {
  color: #fff;
}
.site-info p a:hover {
  color: #6D85F5;
}
/*new css ends*/
.subscribe-box {
  margin-top: 18px;
}
.subscribe-box input[type="text"] {
  color: #444;
  font-size: 12px;
  padding: 6px 12px;
  border: none;
  background: #fff;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -o-border-radius: 0px;
  outline: none;
}
.subscribe-box input[type="submit"] {
  display: inline-block;
  text-decoration: none;
  color: #fff;
  font-size: 12px;
  background: #6D85F5;
  text-transform: uppercase;
  border: none;
  padding: 7px 16px;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -o-border-radius: 0px;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  cursor: pointer;
}
/* ==========================================================================
	 21. Single Page Style
	 ========================================================================== */
#blog-single {
  padding: 80px 0;
  background: #ECF0F1;
}
#blog-single .blog-post {
  background: #fff;
  overflow: hidden;
  margin-bottom: 40px;
}
#blog-single .blog-post .post-thumb img {
  width: 100%;
}
#blog-single .blog-post .post-content {
  padding: 30px;
}
#blog-single .blog-post .post-content h3 {
  font-size: 30px;
  padding-bottom: 10px;
}
.blog-comment {
  background: #fff;
  padding: 50px 30px;
  margin-top: 30px;
  overflow: hidden;
}
.blog-comment h4 {
  font-size: 24px;
  margin-bottom: 30px;
}
.blog-comment .comment-list {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-bottom: 50px;
}
.blog-comment .comment-list .the-comment {
  border-bottom: 1px solid #e7e6e6;
  padding-bottom: 25px;
  margin-bottom: 25px;
}
.blog-comment .comment-list .children {
  padding-left: 40px;
}
.blog-comment .avatar {
  float: left;
  margin-right: 15px;
  padding: 5px;
  border-radius: 3px;
  background: #ffffff;
  border: 1px dashed #346AFE;
}
.blog-comment .comment-author {
  margin-bottom: 10px;
}
.blog-comment .meta {
  margin-bottom: 10px;
  color: #999;
}
.post-meta {
  color: #fff;
  margin-top: 15px;
  margin-bottom: 15px;
}
.post-meta ul li {
  display: inline-block;
  margin-right: 8px;
  margin-left: 8px;
}
.post-meta ul li i {
  margin-right: 5px;
}
.post-meta ul li a {
  color: #fff;
}
.post-meta ul li a:hover {
  color: #6D85F5;
}
/* ==========================================================================
  10. Portfolio Section
   ========================================================================== */
#portfolios {
  background: #fff;
}
#portfolios .mix {
  padding: 10px;
}
#portfolios .portfolio-item .shot-item {
  margin: 0px;
}
#portfolio .mix {
  display: none;
}
.controls {
  text-align: center;
  padding: 0px 0px 20px;
  display: none;
}
.controls .active {
  color: #6D85F5 !important;
  border-color: #6D85F5;
  background: transparent;
}
.controls .btn {
  text-transform: uppercase;
  margin: 2px;
}
.controls:hover {
  cursor: pointer;
}
.shot-item {
  margin-right: 15px;
  padding: 8px;
  border-radius: 4px;
  background: #fff;
}
.shot-item .overlay {
  display: block;
  overflow: hidden;
  position: relative;
}
.shot-item .overlay:before,
.shot-item .overlay:after {
  position: absolute;
  content: "";
  height: 30%;
  width: 30%;
  background: #6D85F5;
  opacity: 0;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.shot-item .overlay:before {
  top: 0;
  left: 0;
  z-index: 1;
}
.shot-item .overlay:after {
  bottom: 0;
  right: 0;
  z-index: 1;
}
.shot-item:hover .overlay:before {
  height: 50%;
  width: 100%;
  opacity: 0.8;
}
.shot-item:hover .overlay:after {
  height: 50%;
  width: 100%;
  opacity: 0.8;
}
.overlay .item-icon {
  height: 48px;
  width: 48px;
  line-height: 48px;
  color: #fff;
  left: 50%;
  margin-left: -24px;
  margin-top: -24px;
  top: 47%;
  position: absolute;
  z-index: 2;
  visibility: hidden;
  opacity: 0;
  cursor: pointer;
  text-align: center;
  font-size: 24px;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  border: 1px solid #ddd;
  border-radius: 4px;
}
.shot-item:hover .item-icon {
  visibility: visible;
  opacity: 1;
}
.portfolio-item img{
  width: 100%;
}
span.port-info {
    position: absolute;
    width: 100px;
    top: 51px;
    right: -28px;
}
/* advertise css starts*/
.ad-main {
  width: 23%;
  margin-right: 2%;
  padding: 7px 12px 7px;
  text-align: center;
  float: left;
  box-shadow: 0 0 15px 0 rgba(0,0,0,.07);
  box-sizing: border-box;
}
.ad-main:last-child {
  margin-right: 0;
}
.ad-icon {
  width: 70px;
  height: 70px;
  border-radius: 50px;
  margin: -41px auto 30px;
  overflow: hidden;
  border: 2px solid #f1f1f1;
  box-shadow: 0 0 15px 0 rgba(0,0,0,.07);
  background-color: #fff; 
}
.ad-icon img {
  width: 100%;
  position: relative;
  top: 6px;
  left: 6px;
}
.ad-info {
  float: left;
}
.ad-info h2 {
  padding-bottom: 12px;
  font-size: 17px;
  font-weight: 600;
}
.ad-info p {
  float: left;
}
.ad-main:hover .ad-icon{
  border: 2px solid #6D85F5;
  transition: all 0.4s ease-in-out;
}
.ad-main:hover{
  box-shadow: 0 0 40px rgba(74,195,243,.6);

  transition: all 0.4s ease-in-out;
}
/* advertise css ends*/
/*video part-1 css starts*/
.lightboxcontainer {
  width:100%;
  text-align:left;
}
.lightboxleft {
  width: 40%;
  float:left;
}
.lightboxright {
  width: 60%;
  float:left;
}
.lightboxright iframe {
  min-height: 390px;
}
.divtext {
  margin: 36px;
}
/*video part-2 css ends*/
.map-main {
  height: 100%;
  background-image: url(../img/map/bmap.png);
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: cover;
}
.mob-overlay {
  width: 100%;
  height: 100%;
  max-width: 100%;
  margin: 0 auto;
  background: rgba(0, 0, 0, 0.6) none repeat scroll 0 0;
  position: fixed;
  left: 0;
  right: 0;
  z-index: 222;
  display: none;
}
/*adunite css new changes 12/25/2018*/
.blog-item-wrapper, .blog-item-img {
    width: 100%;
}
.blog-item-img a {
  display: block;
}
.blog-item-img a img {
  width: 100%;
}
.blog-item-text {
  width: 100%;
  margin-top: 2px;
  padding: 14px 14px;
  float: left;
  margin-bottom: 10px;
  background: #F9F9FA;
  border: 1px solid #d2d2d2;
}
.blog-item-text h3 {
  font-size: 20px;
  color: #F0785A;
}
.blog-item-text p {
  margin-bottom: 4px;
  font-size: 14px;
  color: #333;
}
.b-i-left{
  margin-left: 55px;
  float: left;
  text-align: center;
}
.b-i-right{
  margin-right: 55px;
  float: right;
  text-align: center;
}
.blog-item-text p:last-child {
  margin-bottom: 0;
}
.pro-left {
  width: 40%;
  margin-top: 80px;
  float: left;
}
.pro-right{
  width: 50%;
  float: right;
}
.pro-left h2{
  margin-bottom: 21px;
  font-size: 36px;
  color: #333;
}
.pro-left p{
  margin-bottom: 52px;
  font-size: 18px;
  color: #333;
}
.pro-left a, .video-info a{
  width: 26%;
  padding: 6px;
  display: block;
  background-color: #6D85F5;
  color: #fff;
  border-radius: 50px;
  text-align: center;
  font-size: 16px;
}
.video-info a{
  width: 10%;
  margin: 0 auto;
  padding: 11px;
  font-size: 20px;
  font-family: 'siyuanRegular';
}
.video-info {
  position: absolute;
  height: 250px;
  top: 38%;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 100%;
}
.video-info h1{
  margin-bottom: 40px;
  color: #fff;
  font-size: 64px;
  text-align: center;
  font-family: 'siyuanMedium';
}
.video-info h2{
  margin-bottom: 15px;
  color: #fff;
  font-size: 24px;
  text-align: center;
  font-family: 'siyuanRegular';
}
.pro-left a:hover, .video-info a:hover{
  color: #fff;
}
.hot-left{
  float: left;
}
.hot-right{
  float: right;
}
.desk-view{
    margin-top: 50px;
    display: block;
}
.mob-sho{
  display: none;
}
.mob-view{
  display: none;
}
.margin-bottom-remover{
  margin-bottom: 0;
}
.footer-main .landnum-sec:hover{
  color: #333;
  cursor: unset;
}
.footer-main .landnum-sec:focus{
  color: #333;
}

/* 

====== Zoom effect ======

*/
.mfp-zoom-in {
  
  /* start state */
  .mfp-with-anim {
    opacity: 0;
    transition: all 0.2s ease-in-out; 
    transform: scale(0.8); 
  }
  
  &.mfp-bg {
    opacity: 0;
    transition: all 0.3s ease-out;
  }
  
  /* animate in */
  &.mfp-ready {
    .mfp-with-anim {
      opacity: 1;
      transform: scale(1); 
    }
    &.mfp-bg {
      opacity: 0.8;
    }
  }
  
  /* animate out */
  &.mfp-removing {
    
    .mfp-with-anim {
      transform: scale(0.8); 
      opacity: 0;
    }
    &.mfp-bg {
      opacity: 0;
    }
    
  }
  
}
/*.white-popup {
  position: relative;
  background: #FFF;
  padding: 25px;
  width: auto;
  max-width: 75%;
  margin: 0 auto;
  height: 600px; 
}*/
.modal-dialog {
    max-width: none;
    margin: none;
}
.loginMod {
    width: 1000px;
    height: 634px;
    margin: 0 auto;
    background-color: #ffffff;
}
.channelbanner {
    width: 900px;
    height: 160px;
    margin-left: 50px;
}
.channelbanner img {
    margin-top: 30px;
}
.hotoLogo {
    width: 900px;
    height: 178px;
    background: url(../img/popup/HOTMOBIBg.png) no-repeat center;
    display: block;
    margin-left: 50px;
    margin-top: 30px;
}
.hotoLogo img {
    margin-top: 74px;
    margin-left: 47px;
    float: left;
}
.AduniteSSP {
    width: 900px;
    height: 178px;
    background: url(../img/popup/HOTMOBIBg.png) no-repeat center;
    display: block;
    margin-left: 50px;
    margin-top: 30px;
}
.AduniteSSP img {
    margin-top: 74px;
    margin-left: 49px;
    float: left;
}
.mfp-auto-cursor .mfp-content {
    width: 100%;
    max-width: 1000px;
}
.mfp-close-btn-in .mfp-close{
  margin: -8px -14px 0px 0;
  color: #fff;
}
.hotmobilo {
    margin-right: 185px;
}
.AduniteSSPlogo {
    margin-right: 200px;
}
/*slider css starts*/
.slider-img {
  background-image: url(../img/banner/banner1.png);
  width: 100%;
  height: 720px;
  background-repeat: no-repeat;
  background-position: 70% 100%;
  background-size: cover;
}
.slide-two{
  background-image: url(../img/banner/banner2.png);
}
.slide-three{
  background-image: url(../img/banner/banner3.png);
}
.slide-four{
  background-image: url(../img/banner/banner4.png);
}
/*slider css starts*/
.contents {
    position: relative;
    top: 41.5%;
}
.contents .bot-txt{
  font-size: 20px;
}
.contents-main{
  text-align: center;
}
/*advertise css starts*/
.adver-left {
  position: absolute;
  z-index: 999;
}
.adver-right {
  width: 620px;
  height: 620px;
  border: 1px solid #C8C8C8;
  border-radius: 100%;
  position: relative;
  top: 70px;
  z-index: 111;
  left: 50px;
}
.ad-contone{
  width: 246px;
  height: 110px;
  padding: 10px 18px;
  position: absolute;
  top: 12px;
  right: -159px;
  background-color: #1950F0;
  border-radius: 6px;
}
.ad-conttwo {
  width: 288px;
  top: 133px;
  right: -315px;
}
.ad-contthree{
  width: 288px;
  height: 129px;
  top: 258px;
  right: -342px;
}
.ad-contfour{
  width: 288px;
  height: 127px;
  top: 384px;
  right: -314px;
}
.ad-contfive {
  width: 268px;
  height: 127px;
  top: 515px;
  right: -202px;
}
.ad-contone h2, .ad-contone p{
  margin-bottom: 1px;
  font-size: 30px;
  color: #fff;
  font-family: 'siyuanRegular';
}
.ad-contone p{
  margin-bottom: 0;
  font-size: 18px;
  line-height: 24px;
}
.ad-conttwo .ad-top-circle{
  right: 333px;
}
.ad-contthree .ad-top-circle{
  top: 42px;
  right: 331px;
}
.ad-contfour .ad-top-circle{
  top: 41px;
  right: 330px;
}
.ad-contfive .ad-top-circle{
  top: 42px;
  right: 330px;
}
.ad-top-circle{
  width: 22px;
  height: 22px;
  background-color: #fff;
  border: 4px solid #1950F0;
  border-radius: 100%;
  position: absolute;
  top: 32px;
  right: 281px;
}
.arrow_box:after {
  right: 100%;
  top: 60%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.arrow_box:after {
  border-color: rgba(136, 183, 213, 0);
  border-right-color: #1950F0;
  border-width: 13px;
  margin-top: -36px;
}
.ad-grey-circle {
  width: 14px;
  height: 14px;
  background-color: #9B9B9B;
  border-radius: 100%;
  position: absolute;
  top: 192px;
  right: 13px;
}
.g-c-two {
  top: -9px;
  right: 195px;
}
.g-c-three {
  top: -6px;
  right: 191px;
}
.g-c-four {
  top: -6px;
  right: 189px;
}
.g-c-five {
  top: 2px;
  right: 193px;
}
.ad-gconttwo{
  position: absolute;
  right: -178px;
  top: 190px;
  width: 205px;
}
.ad-gconttwo h2 {
  font-size: 30px;
  color: #4A4A4A;
  padding-left: 48px;
  display: block;
  padding: 0 0 0 48px;
  position: absolute;
  top: -20px;
  bottom: 5px;
  right: 5px;
  left: 6px;
}
.ad-gconttwo.ad-gcontfive h2{
  top: -8px;
}
.ad-gconttwo.ad-gcontthree h2, .ad-gconttwo.ad-gcontfour h2{
  top: -15px;
}
.ad-gcontthree {
  top: 318px;
  right: -198px;
}
.ad-gcontfour {
  top: 438px;
  right: -167px;
}
.ad-gcontfive {
  top: 550px;
  right: -74px;
}
.adxtabaner {
  width: 100%;
  height: auto;
  padding: 60px 0 60px;
  float: left;
  background-color: #fff;
}
/*advertise css ends*/
.support-content{
  margin-bottom: 32px;
  padding: 15px 25px;
  float: right;
  text-align: right;
  border-radius: 5px;
}
.s-content-inner{
  padding-right: 95px;
  text-align: right;
  background-image: url(../img/features/supone.png);
  background-repeat: no-repeat;
  background-position: right center;
}
.s-c-two{
  background-image: url(../img/features/suptwo.png);
}
.s-c-three{
  background-image: url(../img/features/supthree.png);
}
.s-c-four{
  background-image: url(../img/features/supfour.png);
}
.s-content-inner h2, .s-content-inner p{
  font-size: 30px;
  color: #333;
}
.s-content-inner p{ 
  margin-bottom: 0;
  font-size: 18px;
  color: #4A4A4A;
}
.support-content:hover{
  margin-right: 15px;
  box-shadow: 0 2px 16px 0 rgba(25, 80, 240, 0.38);
  transition: all 0.2s ease-in-out;
}
.support-content:hover .s-content-inner h2, .support-content:hover .s-content-inner p{
  color: #1950F0;
}
.support-content:hover .s-c-one{
  background-image: url(../img/features/supdone.png);
}
.support-content:hover .s-c-two{
  background-image: url(../img/features/supdtwo.png);
}
.support-content:hover .s-c-three{
  background-image: url(../img/features/supdthree.png);
}
.support-content:hover .s-c-four{
  background-image: url(../img/features/supdfour.png);
}
/*new css starts*/
.footer-top {
  float: left;
  width: 100%;
}
.footer-left a{
  margin-bottom: 12px;
  display: block;
  color: #333;
}
.footer-left {
  width: 9%;
  margin-right: 192.5px;
  float: left;
  text-align: left;
  border-right: 1px solid #fff;
}
.footer-left h2{
  margin-bottom: 18px;
  color: #333;
  font-size: 24px;
}
.footer-middle {
  width: 22%;
  margin-right: 192.5px;
  padding: 0 0 0 0;
  float: left;
  text-align: left;
}
.footer-middle h2{
  margin-bottom: 18px;
  color: #333;
  font-size: 24px;
}
.footer-middle p, .footer-middle a{
  margin-bottom: 8px;
  margin-top: 8px;
  padding: 0;
  display: block;
  color: #333;
  font-size: 14px;
}
.footer-right{
  width: 11%;
  float: left;
}
.footer-right h2{
  margin-bottom: 18px;
  color: #333;
  font-size: 24px;
}
.footer-right a{
  display: block;
}
.footer-right a img{
  width: 100%;
}
.site-info{
  width: 100%;
  margin-top: 10px;
  padding: 20px 0 15px;
  float: left;
  background-color: #F7FAFE;
}
.site-info p{
  margin: 0;
}
.site-info p {
  color: #333;
  font-size: 13px;
}
.site-info p a {
  color: #333;
}
.site-info p a:hover {
  color: #6D85F5;
}
/*new css ends*/
.scontent{
  display: block;
}
.hcontent{
  display: none;
}
.ad-gcontone h2{
  font-size: 30px;
  color: #4A4A4A;
  padding-left: 48px;
  display: block;
  padding: 0 0 0 48px;
  position: absolute;
  top: 21px;
  bottom: 0;
  right: 0;
  left: 101px;
}
.g-c-one {
  top: 32px;
  right: 221px;
}
.ad-gcontone {
  width: 318px;
  position: absolute;
  right: -94px;
  top: 14px;
}
.adver-main {
  width: 69%;
  margin: 0 auto;
}
/*adunite version 3.0.0 css starts*/
/*tab css starts*/
.toggle-tabb {
  width: 100%;
}
.toggle-tabb .tabs {
  width: 70%;
  height: 80px;
  margin: 0 auto 22px;
  overflow: hidden;
}
.about-sec .toggle-tabb .tabs {
  width: 100%;
  margin: 0 auto 80px;
}
.toggle-tabb .tabs .tab {
  float: left;
  background: white;
  color: #5C5C5C;
  height: 80px;
  margin: 0px 44px 0;
  padding: 25px 14px;
  cursor: pointer;
  font-size: 24px;
}
.toggle-tabb .tabs .tab.active {
  color: #6D85F5;
  border-bottom: 3px solid #6D85F5;
}
.about-sec .toggle-tabb .tabs .tab.active {
  background: #fff;
}
.about-sec  .toggle-tabb .tabs .tab{
  margin: 0px 0 0 0;
  padding: 25px 64px;
  background: none;
  font-family: 'siyuanRegular';
  font-size: 18px;
}
.toggle-tabb .panels .panel {
  padding: 20px 20px;
  display: none;
}
.toggle-tabb .panels .panel:first-child {
  display: block;
}
/*tab css ends*/
.panel{
  background-image: url(../img/advertise/tab-outer.png);
  max-width: 1200px;
  width: 100%;
  height: 510px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  z-index: 111;
}
.about-sec .panel{
  background: none;
  height: auto;
}
.panel img{
  position: absolute;
  top: 52px;
  right: 0;
}
.tabb-btn{
  display: inline-block;
  border-radius: 80px;
  background-color: #654FF1;
  border: none;
  color: #6D85F5;
  text-align: left;
  font-size: 16px;
  width: 135px;
  transition: all 0.5s;
  padding: 9px 0 9px 30px;
  cursor: pointer;
  margin: 5px 0;
  vertical-align: middle;
}
.tabb-btn:hover{
  color: #fff;
}
.tabb-btn span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.5s;
  color: #fff;
}
.tabb-btn span:after {
  content: '\00bb';
  position: absolute;
  opacity: 0;
  top: -5px;
  right: -20px;
  transition: 0.5s;
  font-size: 20px;
}
.tabb-btn:hover span {
  padding-right: 20px;
}
.tabb-btn:hover span:after {
  opacity: 1;
  right: 0;
}
.panel-left h2, .panel-left h3, .panel-left p{
  color: #fff;
  font-size: 36px;
  letter-spacing: 0.73px;
}
.panel-left h3{
  font-size: 16px;
  letter-spacing: 0.32px;
}
.panel-left p {
  width: 100%;
  margin-top: 33px;
  margin-bottom: 38px;
  font-size: 18px;
  letter-spacing: 0.37px;
  line-height: 24px;
}
.panel-left {
  width: 25%;
  margin-top: 100px;
  margin-left: 30px;
  float: left;
}
/*Advertise Agency css starts*/
.business-main {
  width: 316px;
  margin-right: 5%;
  height: auto;
  position: relative;
  padding-left: 105px;
}
.b-m-content {
  width: 163px;
}
.a-g-top {
  padding-bottom: 18px;
  /*text-align: center;*/
}
.a-g-middle {
  padding-bottom: 26px;
}
.a-g-bottom {
  padding-bottom: 39px;
}
.a-g-top img{
  width: 100px;
  height: 88px;
}
.a-g-middle h2{
  font-size: 18px;
  color: #333;
  letter-spacing: 0.37px;
  /*text-align: center;*/
}
.a-g-bottom h3{
  font-size: 16px;
  color: #9B9B9B;
  letter-spacing: 0.32px;
  line-height: 22px;
  text-align: left;
}
.business .tabb-btn{
  margin: 0;
}
/*Advertise Agency css ends*/
.i-register{
  width: 100%;
  height: 354px;
  background: #1B2340 url(../img/banner/regis-bg.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.i-r-main{
  width: 543px;
  margin: 46px auto;
}
.i-r-main h2{
  margin-bottom: 40px;
  font-size: 18px;
  color: #FFFFFF;
  letter-spacing: 0.37px;
  text-align: center;
  line-height: 28px;  
}
.i-register .tabb-btn{
  margin: 0 auto;
  padding: 9px 35.5px 9px;
  display: block;
  background: linear-gradient(270deg, #654FF1 0%, #73AFF7 99%);
  /*background: linear-gradient(90deg, #654FF1 0%, #73AFF7 99%);*/
  color: #fff;
}
.f-m-right{
  width: 9%;
}
/*pagination css starts*/
.news-pagination{
  width: 73%;
  height: 1120px !important;
  margin-right: 24px;
  float: left;
  overflow: hidden;
}
.pagination-more {
  width: 25%;
  float: left;
}
.n-p-left{
  width: 228px;
  float: left;
}
.n-p-right{
  width: 648px;
  padding-left: 22px;
  float: left;
}
.n-p-right h2 {
  margin-bottom: 0;
  padding-bottom: 20px;
  /*padding-bottom: 30px;*/
  font-size: 17px;
  color: #333;
}
.n-p-right p {
  width: 600px;
  /*height: 75px;*/
  margin-bottom: 7px;
  /*margin-bottom: 20px;*/
  padding-bottom: 7px;
  /*padding-bottom: 25px;*/
  font-size: 14px;
  /*font-size: 16px;*/
  color: #9B9B9B;
  line-height: 23px;
  border-bottom: 1px solid #F1F2F3;
  /*text-overflow: ellipsis;*/
  /*white-space: nowrap;*/
  /*overflow: hidden;*/
  /*-webkit-line-clamp: 3;*/
  /*display: -webkit-box;*/
  /*-webkit-box-orient: vertical;*/
}
.n-p-right h3{
  margin: 0;
  padding: 0;
  font-size: 14px;
  color: #C1C2C2;
}
.n-pagi-main {
  width: 100%;
  padding-bottom: 22px;
  float: left;
}
.m-i-head h2{
  margin: 0 0 20px 0;
  padding-bottom: 10px;
  border-bottom: 1px solid #F1F2F3;
  font-size: 20px;
  color: #6D85F5;
}
.m-i-content p{
  font-size: 16px;
  color: #333333;
}
.m-i-content{
  margin-bottom: 30px;
}
.m-i-content h3{
  font-size: 14px;
  color: #C1C2C2;
}
.m-i-bottom h2{
  font-size: 16px;
  color: #6D85F5; 
}
.p-m-inner {
  padding: 20px 20px 10px;
  box-shadow: 0 0 8px 0 rgba(109,133,245,0.30);
}
/*about css starts*/
.about-contact {
  width: 100%;
  float: left;
}
.about-head h2, .owner-section h2, .about-contact h2{
  font-size: 20px;
  color: #333333;
}
.contact-address{
  width: 100%;
}
.contact-address p{
  margin: 0;
  padding-bottom: 22px;
  font-size: 16px;
  color: #9B9B9B;
}
.a-h-info p {
  margin: 0;
  padding-bottom: 20px;
  font-size: 16px;
  line-height: 24px;
  color: #9B9B9B;
  text-align: justify;
  font-family: 'siyuanRegular';
}
.a-h-info, .owner-section, .o-s-main{
  width: 100%;
  float: left;
}
.o-s-content{
  width: 29%;
  margin-right: 48px;
  float: left;
}
.o-s-content:last-child{
  margin-right: 0;
}
.o-s-content img{
  width: 100%;
  position: relative;;
  top: 0;
}
.o-s-content h2{
  font-size: 18px;
  color: #484848;
  text-align: justify;
}
.o-s-content h3{
  margin: 0;
  padding-bottom: 25px;
  font-size: 14px;
  color: #C1C2C2;
  text-align: justify;
}
.o-s-content p {
  padding-bottom: 10px;
  font-size: 16px;
  line-height: 22px;
  color: #9B9B9B;
  text-align: justify;
}
.about-sec .toggle-tabb .panels .panel{
  padding: 0;
}
.about-head h2 {
  padding-bottom: 35px;
  font-family: 'siyuanRegular';
}

.owner-section {
  padding: 55px 0 75px;
}
.owner-section h2{
  padding-bottom: 35px;
  font-family: 'siyuanRegular';
}
.o-s-content h2 {
  margin: 0;
  padding: 25px 0 12px;
}
.about-contact h2{
  padding-bottom: 30px;
}
/*partners css starts*/
.partners{
   width: 100%;
   margin-bottom: 30px;
   float: left;
}
.partners h2{
  margin-bottom: 0;
  padding-bottom: 60px;
  font-size: 16px;
  color: #9B9B9B;
  line-height: 22px;
  text-align: center;
  font-family: 'siyuanRegular';
}
.partners-info {
  width: 100%;
  float: left;
}
.partners-info ul li img{
  position: relative;
  top: 40px;
}
.partners-info ul li{
  width: 240px;
  height: 140px;
  float: left;
  text-align: center;
  border: 1px solid #F1F2F3;
}
.partners-info ul li:hover{
  background: #FAFAFA;
}
.history{
  height: 1528px;
  border-left: 1px solid #F1F2F3;
}
.border-outer {
  width: 16px;
  height: 16px;
  margin-right: 10px;
  background: rgb(161, 177, 248,0.5);
  border-radius: 30px;
  position: relative;
  z-index: 1111;
  float: left;
}
.border-inner {
  width: 10px;
  height: 10px;
  background: #6D85F5;
  border-radius: 30px;
  position: absolute;
  z-index: 9999;
  top: 3px;
  left: 3px;
}
.h-i-left h2{
  margin: -16px;
  font-size: 40px;
  color: #333;
}
.h-i-left {
  width: 14%;
  margin: 0 -9px;
  float: left;
}
.h-i-right h2{
  width: 95%;
  padding-bottom: 22px;
  float: left;
  font-size: 16px;
  color: #9B9B9B;
}
.h-i-right {
  width: 87%;
  float: left;
}
.h-i-wrap{
  width: 100%;
  float: left;
}
.h-i-q{
  width: 4% !important;
  margin-right: 8px;
}
.history-info{
  width: 100%;
  margin-bottom: 120px;
  float: left;
}
.mone{
  margin-left: 38px;
}
.mtwo, .mthree{
  margin-left: 2px;
}
.h-i-uniq{
  margin-left: 51px;
}
.panel .honor img{
  position: relative;
  top: 0;
}
.honor-content h2{ 
  margin-bottom: 0;
  padding-bottom: 20px;
  font-size: 40px;
  color: #333;
}
.h-c-inner p{
  padding: 14px 0;
  font-size: 16px;
  color: #9B9B9B;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.h-c-inner {
  width: 218px;
  height: auto;
  margin-right: 75px;
  float: left;
  text-align: center;
}
.honor-content {
  width: 100%;
  margin-bottom: 40px;
  float: left;
}
.award-one{
  padding-top: 73px;
}
.award-two {
  margin-top: 85px;
}
.award-three{
  margin-top: 72px;
}
.award-four, .award-seven{
  margin-top: 68px;
}
.award-five{
  margin-top: 70px;
}
.award-six{
  margin-top: 65px;
}
.award-eight, .award-nine{
  margin-top: 75px;
}
.award-ten{
  margin-top: 74px;
}
.award-eleven{
  margin-top: 90px;
}
.award-twelve{
  margin-top: 107px;
}
.i-m-relation{
  width: 1050px;
  height: 800px !important;
  padding: 61px 40px;
  box-shadow: 0 0 12px 0 rgba(109,133,245,0.30);
}
.i-m-left{
  float: left;
}
.i-m-left p{
  font-size: 16px;
  color: #333;
  font-family: 'siyuanRegular'
}
.i-m-right{
  float: right;
}
.i-m-right h3{
  font-weight: normal;
  font-size: 16px;
  color: #9B9B9B;
  line-height: 26px;
}
.i-m-content {
  width: 100%;
  margin-bottom: 20px;
  float: left;
}
.elite-sec .toggle-tabb .tabs .tab.active{
  background: linear-gradient(-90deg, #654FF1 0%, #73AFF7 100%);
  box-shadow: 0 0 8px 0 rgba(109,133,245,0.50);
  color: #fff;
  font-size: 24px;
  border: 0;
}
.elite-sec .toggle-tabb .tabs .tab{
  font-size: 24px;
}
.elite-sec .toggle-tabb {
  width: 100%;
}
.elite-sec .toggle-tabb .tabs{
  width: 19%;
  margin-right: 4%;
  float: left;
  height: auto;
}
.elite-tab{
  width: 77%;
  float: left;
  background: #F7FAFE;
}
.elite-sec{
  padding: 60px 0;
}
/* tab for elite.html */
.elite-tab .bs-example .accordion .card{
  margin-bottom: 20px;
  background: #F7FAFE;
  border: 0;
}
.elite-tab .bs-example .card-header{
  padding: 1.2rem 1.25rem;
  background-color: transparent;
  border-bottom: 0;
}
.elite-tab .bs-example .card-header h2{
  line-height: 28px;
}
#accordionExample {
  background: #fff;
}
.elite-tab .bs-example .btn:not(:disabled):not(.disabled){
  float: right;
  color: #6D85F5;
}
.elite-tab .bs-example .card-header h2 span{
  font-size: 20px;
  color: #6D85F5;
  background-image: url(../img/extra/suitcase.png);
  background-repeat: no-repeat;
  background-position: 0 0;
  padding-left: 40px;
}
.elite-tab .bs-example .card-body{
  border-top: 1px solid #E2E7FD;
}
.elite-tab .bs-example .accordion .card:last-child{
  margin-bottom: 0;
}
.c-b-inner{
  margin-bottom: 35px;
}
.c-b-inner:last-child{
  margin-bottom: 0;
}
.c-b-inner h3{
  font-size: 20px;
  color: #333333;
}
.c-b-inner ol li {
  font-size: 16px;
  line-height: 27px;
  color: #9B9B9B;
}
.navbar .navbar-nav .nav-item .nav-links{
  padding: 2px 20px 25px;
  color: #fff;
  font-size: 18px;
  position: relative;
  font-family: 'siyuanRegular';
}
.navbar .navbar-nav .nav-item .nav-links.active{
  color: #6D85F5;
}
.menu-bg .navbar-nav .nav-item .nav-links{
  color: #333;
}
/*submenu css starts*/
.navbar-nav li:hover > ul.dropdown-menu {
    display: block;
}
.dropdown-submenu {
    position:relative;
}
.dropdown-submenu>.dropdown-menu {
    top:0;
    left:100%;
    margin-top:-6px;
}
.dropdown-menu{
  display: none;
}
/* rotate caret on hover */
.dropdown-menu > li > a:hover:after {
    text-decoration: underline;
    transform: rotate(-90deg);
}
.dropdown-menu {
  width: 260px;
  height: auto;
  padding: 1rem 1.5rem;
  top: 100%;
  left: 58%;
}
.dropdown-item{
  padding: 0.5rem 2.2rem;
  color: #9B9B9B;
  font-size: 18px;
  background-image: url(../img/extra/subone.png);
  background-repeat: no-repeat;
  background-position: left center;
}
.dropdown-item:focus, .dropdown-item:hover{
  color: #6D85F5;
  background-color: transparent;
}
.sub-two a{
  background-image: url(../img/extra/subtwo.png);
}
.sub-three a{
  background-image: url(../img/extra/subthree.png);
}
.sub-four a{
  background-image: url(../img/extra/subfour.png);
}
.sub-five a{
  background-image: url(../img/extra/subfive.png);
}
.slides .firstslide{
  margin-left: 12px;
}
/*banner animation starts*/
.banner-container{
  width: 100%;
  padding: 0 4%;
}
.bab-l-first {
  width: 256px;
  float: left;
}
.bab-f-top{
  width: 100%;
  float: left;
}
.bab-f-bottom {
  width: 100%;
  height: 195px;
  float: left;
}
.banner-animation {
  width: 100%;
  height: 100%;
  float: left;
}
.b-a-top {
  width: 100%;
  height: 300px;
  float: left;
}
.b-a-middle{
  width: 100%;
  height: 300px;
  padding-top: 107px;
  float: left;
  box-sizing: border-box;
  position: relative;
}
.b-a-bottom{
  width: 100%;
  height: 337px;
  float: left;
}
.ba-b-left {
  width: 80%;
  height: 265px;
  border: 1px solid #8EA8D6;
  border-radius: 20px;
  -ms-transform: skewY(-2deg); /* IE 9 */
  -webkit-transform: skewY(-2deg); /* Safari prior 9.0 */
  transform: skewY(-2deg); /* Standard syntax */
}
.b-a-bottom h2{
  margin-bottom: 38px;
  padding-left: 13%;
  font-size: 26px;
  color: #8EA8D6;
  text-transform: uppercase;
  -ms-transform: skewY(-2deg); /* IE 9 */
  -webkit-transform: skewY(-2deg); /* Safari prior 9.0 */
  transform: skewY(-2deg); /* Standard syntax */
}
.adunite-text {
  position: absolute;
  top: 117px;
  right: 128px;
}
.search-chart{
  width: 870px;
  height: 230px;
  margin: 63px 0px;
  transform: skew(0deg, 2deg);
  float: left;
  /* background-image: url(../img/banner/chartbg.png); */
  /* background-repeat: no-repeat; */
  background-color: rgba(85, 102, 139, 0.2);
  /* background-position: center; */
}
.hotmobi-text {
  width: 100%;
  float: right;
  position: relative;
  top: 250px;
}
.search-chart img{
  float: right;
  transform: skew(0deg, -3deg);
}
/*battery animation css*/
.battery {
  width: 71px;
  height: 30px;
  margin: 15px 0 0 15px;
  float: left;
  position: relative;
  border: 2px solid rgba(85, 102, 139, 1);
  border-radius: 8px;
}

.battery:before {
  height: 28px;
  content: "";
  position: absolute;
  top: -1px;
  left: -1px;
  background-color: #55668b;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  animation: full 80s linear infinite;
  animation-fill-mode: forwards;
}

.battery:after {
  width: 5px;
  height: 11px;
  content: "";
  position: absolute;
  right: -9px;
  top: 8px;
  background-color: rgba(85, 102, 139, 1);
  border-top-right-radius: 90px;
  border-bottom-right-radius: 90px;
}

@keyframes full {
  0% {
    width: 8%;
  }
  25% {
    width: 24%;
  }
  50% {
    width: 48%;
  }
  75% {
    width: 72%;
  }
  100% {
    width: 101%;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
  }
}
/*charging css starts*/
.charging-one {
  width: 150px;
  float: left;
  margin-left: 20px;
}
.charging-two {
  position: absolute;
  top: 196px;
}
.outer {
  width: 80px;
  height: 25px;
  margin: 17px 5px;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 0;
  position: relative;
  transform: skewX(-34deg);
}
.charging-two .charging .outer {
  width: 259px !important;
  height: 12px;
  transform: skewX(34deg);
}
.charging-one .inner {
  background-color: #55668b;
  height: 100%;
  opacity: 0;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-animation: charging-1 6s infinite;
  animation: charging-1 6s infinite;
  /*animation-iteration-count: 7;*/
  /*border-radius: 0;*/
  /*animation-fill-mode: forwards;*/
}
.charging-one .inner:nth-child(2) {
  margin: 0 4px;
  -webkit-animation: charging-2 6s infinite;
  animation: charging-2 6s infinite;
  /*animation-iteration-count: 7;*/
  /*animation-fill-mode: forwards;*/
}
.charging-one .inner:nth-child(3) {
  -webkit-animation: charging-3 6s infinite;
  animation: charging-3 6s infinite;
  /*animation-iteration-count: 7;*/
  /*animation-fill-mode: forwards;*/
}
.charging-one .inner:nth-child(4) {
  margin: 0 0 0 4px;
  -webkit-animation: charging-4 6s infinite;
  animation: charging-4 6s infinite;
  /*animation-iteration-count: 7;*/
  /*animation-fill-mode: forwards;*/
}
.charging-two .inner {
  background-color: #55668b;
  height: 100%;
  opacity: 0;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-animation: charging-1 5s;
  animation: charging-1 5s;
  /*animation-iteration-count: 7;*/
  border-radius: 0;
  animation-fill-mode: forwards;
}
.charging-two .inner:nth-child(2) {
  margin: 0 4px;
  -webkit-animation: charging-2 5s;
  animation: charging-2 5s;
  /*animation-iteration-count: 7;*/
  animation-fill-mode: forwards;
}
.charging-two .inner:nth-child(3) {
  -webkit-animation: charging-3 5s;
  animation: charging-3 5s;
  /*animation-iteration-count: 7;*/
  animation-fill-mode: forwards;
}
.charging-two .inner:nth-child(4) {
  margin: 0 0 0 4px;
  -webkit-animation: charging-4 5s;
  animation: charging-4 5s;
  /*animation-iteration-count: 7;*/
  animation-fill-mode: forwards;
}
.charging-two .inner:nth-child(5) {
  margin: 0 0 0 4px;
  -webkit-animation: charging-5 5s;
  animation: charging-5 5s;
  /*animation-iteration-count: 7;*/
  animation-fill-mode: forwards;
}
.charging-two .inner:nth-child(6) {
  margin: 0 0 0 4px;
  -webkit-animation: charging-6 5s;
  animation: charging-6 5s;
  /*animation-iteration-count: 7;*/
  animation-fill-mode: forwards;
}
.charging-two .inner:nth-child(7) {
  margin: 0 0 0 4px;
  -webkit-animation: charging-7 5s;
  animation: charging-7 5s;
  /*animation-iteration-count: 7;*/
  animation-fill-mode: forwards;
}
.charging-two .inner:nth-child(8) {
  margin: 0 0 0 4px;
  -webkit-animation: charging-8 5s;
  animation: charging-8 5s;
  /*animation-iteration-count: 7;*/
  animation-fill-mode: forwards;
}
.charging-two .inner:nth-child(9) {
  margin: 0 0 0 4px;
  -webkit-animation: charging-9 5s;
  animation: charging-9 5s;
  /*animation-iteration-count: 7;*/
  animation-fill-mode: forwards;
}
.charging-two .inner:nth-child(10) {
  margin: 0 0 0 4px;
  -webkit-animation: charging-10 5s;
  animation: charging-10 5s;
  /*animation-iteration-count: 7;*/
  animation-fill-mode: forwards;
}
.charging-two .inner:nth-child(11) {
  margin: 0 0 0 4px;
  -webkit-animation: charging-11 5s;
  animation: charging-11 5s;
  /*animation-iteration-count: 7;*/
  animation-fill-mode: forwards;
}
.charging-two .inner:nth-child(12) {
  margin: 0 0 0 4px;
  -webkit-animation: charging-12 5s;
  animation: charging-12 5s;
  /*animation-iteration-count: 7;*/
  animation-fill-mode: forwards;
}
.charging-two .inner:nth-child(13) {
  margin: 0 0 0 4px;
  -webkit-animation: charging-13 5s;
  animation: charging-13 5s;
  /*animation-iteration-count: 7;*/
  animation-fill-mode: forwards;
}
.charging-two .inner:nth-child(14) {
  margin: 0 0 0 4px;
  -webkit-animation: charging-14 5s;
  animation: charging-14 5s;
  /*animation-iteration-count: 7;*/
  animation-fill-mode: forwards;
}
.charging-two .inner:nth-child(15) {
  margin: 0 0 0 4px;
  -webkit-animation: charging-15 5s;
  animation: charging-15 5s;
  /*animation-iteration-count: 7;*/
  animation-fill-mode: forwards;
}
.charging-two .inner:nth-child(16) {
  margin: 0 0 0 4px;
  -webkit-animation: charging-16 5s;
  animation: charging-16 5s;
  /*animation-iteration-count: 7;*/
  animation-fill-mode: forwards;
}
.charging-two .inner:nth-child(17) {
  margin: 0 0 0 4px;
  -webkit-animation: charging-17 5s;
  animation: charging-17 5s;
  /*animation-iteration-count: 7;*/
  animation-fill-mode: forwards;
}
.charging-two .inner:nth-child(18) {
  margin: 0 0 0 4px;
  -webkit-animation: charging-18 5s;
  animation: charging-18 5s;
  /*animation-iteration-count: 7;*/
  animation-fill-mode: forwards;
}
.charging-two .inner:nth-child(19) {
  margin: 0 0 0 4px;
  -webkit-animation: charging-19 5s;
  animation: charging-19 5s;
  /*animation-iteration-count: 7;*/
  animation-fill-mode: forwards;
}

.flash {
  color: #ff0;
  position: absolute;
  top: 10px;
  left: 55px;
  font-size: 200%;
}

.banner-animation .fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
@-webkit-keyframes "charging-1" {
  5%,
  100% {
    opacity: 1;
  }
}
@keyframes "charging-1" {
  5%,
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes "charging-2" {
  0%,
  5% {
    opacity: 0;
  }
  10%,
  100% {
    opacity: 1;
  }
}
@keyframes "charging-2" {
  0%,
  5% {
    opacity: 0;
  }
  10%,
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes "charging-3" {
  0%,
  10% {
    opacity: 0;
  }
  15%,
  100% {
    opacity: 1;
  }
}
@keyframes "charging-3" {
  0%,
  10% {
    opacity: 0;
  }
  15%,
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes "charging-4" {
  0%,
  15% {
    opacity: 0;
  }
  20%,
  100% {
    opacity: 1;
  }
}
@keyframes "charging-4" {
  0%,
  15% {
    opacity: 0;
  }
  20%,
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes "charging-5" {
  0%,
  20% {
    opacity: 0;
  }
  25%, 
  100% {
    opacity: 1;
  }
}
@keyframes "charging-5" {
  0%,
  20% {
    opacity: 0;
  }
  25%, 
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes "charging-6" {
  0%,
  25% {
    opacity: 0;
  }
  30%, 
  100% {
    opacity: 1;
  }
}
@keyframes "charging-6" {
  0%,
  25% {
    opacity: 0;
  }
  30%, 
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes "charging-7" {
  0%,
  30% {
    opacity: 0;
  }
  35%, 
  100% {
    opacity: 1;
  }
}
@keyframes "charging-7" {
  0%,
  30% {
    opacity: 0;
  }
  35%, 
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes "charging-8" {
  0%,
  35% {
    opacity: 0;
  }
  40%, 
  100% {
    opacity: 1;
  }
}
@keyframes "charging-8" {
  0%,
  35% {
    opacity: 0;
  }
  40%, 
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes "charging-9" {
  0%,
  40% {
    opacity: 0;
  }
  45%, 
  100% {
    opacity: 1;
  }
}
@keyframes "charging-9" {
  0%,
  40% {
    opacity: 0;
  }
  45%, 
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes "charging-10" {
  0%,
  45% {
    opacity: 0;
  }
  50%, 
  100% {
    opacity: 1;
  }
}
@keyframes "charging-10" {
  0%,
  45% {
    opacity: 0;
  }
  50%, 
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes "charging-11" {
  0%,
  50% {
    opacity: 0;
  }
  55%, 
  100% {
    opacity: 1;
  }
}
@keyframes "charging-11" {
  0%,
  50% {
    opacity: 0;
  }
  55%, 
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes "charging-12" {
  0%,
  55% {
    opacity: 0;
  }
  60%, 
  100% {
    opacity: 1;
  }
}
@keyframes "charging-12" {
  0%,
  55% {
    opacity: 0;
  }
  60%, 
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes "charging-13" {
  0%,
  60% {
    opacity: 0;
  }
  65%, 
  100% {
    opacity: 1;
  }
}
@keyframes "charging-13" {
  0%,
  60% {
    opacity: 0;
  }
  65%, 
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes "charging-14" {
  0%,
  70% {
    opacity: 0;
  } 
  75%,
  100% {
    opacity: 1;
  }
}
@keyframes "charging-14" {
  0%,
  70% {
    opacity: 0;
  } 
  75%,
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes "charging-15" {
  0%,
  75% {
    opacity: 0;
  } 
  80%,
  100% {
    opacity: 1;
  }
}
@keyframes "charging-15" {
  0%,
  75% {
    opacity: 0;
  } 
  80%,
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes "charging-16" {
  0%,
  80% {
    opacity: 0;
  } 
  85%,
  100% {
    opacity: 1;
  }
}
@keyframes "charging-16" {
  0%,
  80% {
    opacity: 0;
  } 
  85%,
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes "charging-17" {
  0%,
  85% {
    opacity: 0;
  } 
  90%,
  100% {
    opacity: 1;
  }
}
@keyframes "charging-17" {
  0%,
  85% {
    opacity: 0;
  } 
  90%,
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes "charging-18" {
  0%,
  90% {
    opacity: 0;
  } 
  95%,
  100% {
    opacity: 1;
  }
}
@keyframes "charging-18" {
  0%,
  90% {
    opacity: 0;
  } 
  95%,
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes "charging-19" {
  0%,
  95% {
    opacity: 0;
  } 
  100% {
    opacity: 1;
  }
}
@keyframes "charging-19" {
  0%,
  95% {
    opacity: 0;
  } 
  100% {
    opacity: 1;
  }
}
/*banner animation ends*/
/*counter css starts*/
.b-counter {
    width: 100%;
    height: 100%;
    /* display: flex; */
    /* justify-content: center; */
    /* align-items: center; */
    color: #55668b;
    font-weight: bold;
    font-size: 110px;
    /* float: left; */
    text-align: center;
    line-height: 180px;
}
/*counter css ends*/
/*progress bar css starts*/
.bab-progress {
  margin-top: 20px;
  display: flex;
  flex-direction: column;
}
.bab-progress .label {
  font-size: 31px;
  color: #55668b;
  margin-bottom: 0.5rem;
}
.bab-progress .line {
  width: 100%;
  height: 15px;
  background: rgba(85, 102, 139, 0.2);
  position: relative;
  overflow: hidden;
}
.bab-progress .line span {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  background: #55668b;
}
.bab-l-second {
  width: 330px;
  float: left;
}
/*progress bar css ends*/
/*spin disk css starts*/
.disk {
  animation-name: spin;
  animation-duration: 5000ms;
  animation-iteration-count: infinite;
  animation-timing-function: linear; 
  /* transform: rotate(3deg); */
   /* transform: rotate(0.3rad);/ */
   /* transform: rotate(3grad); */ 
   /* transform: rotate(.03turn);  */
}
.disk-reverse {
  animation-name: spinReverse;
  animation-duration: 5000ms;
  animation-iteration-count: infinite;
  animation-timing-function: linear; 
  /* transform: rotate(3deg); */
   /* transform: rotate(0.3rad);/ */
   /* transform: rotate(3grad); */ 
   /* transform: rotate(.03turn);  */
}
@keyframes spin {
  from {
      transform:rotate(0deg);
  }
  to {
      transform:rotate(360deg);
  }
}
@keyframes spinReverse {
  from {
      transform:rotate(0deg);
  }
  to {
      transform:rotate(-360deg);
  }
}
.bab-l-third{
  width: 300px;
  float: left;
}
.babl-t-top, .babl-t-bottom{
  width: 115px;
  height: 115px;
  margin: 11px auto;
  border-radius: 100%;
  border: 3px solid #55668b;
}
.bab-l-third{
  width: 150px;
  height: 263px;
  margin: 0 8px 0 24px;
  float: left;
}
.babl-t-top{
  transform: skew(-1deg, 0deg);
}
.babl-t-bottom{
  transform: skew(4deg, 0deg);
}
.disk-main{
  width: 25px;
  height: 25px;
  margin: 41.5px auto;
  background: rgba(85, 102, 139, 0.2);
  border-radius: 100%;
}
.dm-rect {
  width: 42px;
  height: 6px;
  background-color: #55668b;
  position: relative;
  top: 9px;
  left: -8px;
}
.rect-top{
  transform: rotate(18deg);
}
.rect-bottom{
  transform: rotate(-18deg);
}
/*spin disk css ends*/
/*line notes css starts*/
.bab-l-four{
  width: 280px;
  height: 263px;
  margin: 0 0 0 7px;
  float: left;
}
.bab-f-notes {
  width: 232px;
  height: 100%;
  margin: 0 auto;
}
.notes-lines{
  width: 1px;
  height: 100%;
  margin-right: 32px;
  float: left;
  background-color: transparent;
  border: 0.5px solid #55668b;
}
.notes-lines:last-child{
  margin-right: 0;
}
.notes-common{
  background-color: #55668b;
  position: relative;
  border-radius: 8px;
}
.bab-l-four .notes-one{
  width: 11px;
  height: 27px;
  left: -6px;
  bottom: -232px;
  animation-name: notesOne;
  animation-duration: 35s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
@keyframes notesOne {
  0% {
     bottom: -140px;
  }
  25% {
     bottom: -100px;
  }
  50% {
     bottom: -160px;
  }
  75% {
     bottom: -50px;
  }
  100% {
     bottom: -140px;
  }
}
.notes-two{
  width: 9px;
  height: 48px;
  left: -5px;
  bottom: -206px;
  animation-name: notesTwo;
  animation-duration: 35s;
  /*animation-fill-mode: forwards;*/
  animation-iteration-count: infinite;
  animation-timing-function: linear; 
}
@keyframes notesTwo {
  0% {
     bottom: -20px;
  }
  25% {
     bottom: -200px;
  }
  50% {
     bottom: -150px;
  }
  75% {
     bottom: -130px;
  }
  100% {
     bottom: -20px;
  }
}
.notes-three{
  width: 12px;
  height: 46px;
  left: -6px;
  bottom: -213px;
  animation-name: notesThree;
  animation-duration: 30s;
  /*animation-fill-mode: forwards;*/
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
@keyframes notesThree {
  0% {
     bottom: -70px;
  }
  25% {
     bottom: -140px;
  }
  50% {
     bottom: -80px;
  }
  75% {
     bottom: -180px;
  }
  100% {
     bottom: -70px;
  }
}
.notes-four{
  width: 8px;
  height: 23px;
  left: -5px;
  bottom: -228px;
  animation-name: notesFour;
  animation-duration: 30s;
  /*animation-fill-mode: forwards;*/
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
@keyframes notesFour {
  0% {
     bottom: -200px;
  }
  25% {
     bottom: -140px;
  }
  50% {
     bottom: -180px;
  }
  75% {
     bottom: -100px;
  }
  100% {
     bottom: -200px;
  }
}
.notes-five{
  width: 5px;
  height: 15px;
  left: -3px;
  bottom: -243px;
  animation-name: notesFive;
  animation-duration: 50s;
  /*animation-fill-mode: forwards;*/
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
@keyframes notesFive {
  0% {
     bottom: -20px;
  }
  25% {
     bottom: -190px;
  }
  50% {
     bottom: -70px;
  }
  75% {
     bottom: -120px;
  }
  100% {
     bottom: -20px;
  }
}
.notes-six{
  width: 7px;
  height: 63px;
  left: -4px;
  bottom: -194px; 
  animation-name: notesSix;
  animation-duration: 45s;
  /*animation-fill-mode: forwards;*/
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
@keyframes notesSix {
  0% {
     bottom: -180px;
  }
  25% {
     bottom: -130px;
  }
  50% {
     bottom: -160px;
  }
  75% {
     bottom: -130px;
  }
  100% {
     bottom: -180px;
  }
}
.notes-seven{
  width: 11px;
  height: 41px;
  left: -6px;
  bottom: -213px; 
  animation-name: notesSeven;
  animation-duration: 45s;
  /*animation-fill-mode: forwards;*/
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
@keyframes notesSeven {
  0% {
     bottom: -190px;
  }
  25% {
     bottom: -100px;
  }
  50% {
     bottom: -150px;
  }
  75% {
     bottom: -90px;
  }
  100% {
     bottom: -190px;
  }
}
.notes-eight{
  width: 5px;
  height: 26px;
  left: -3px;
  bottom: -225px; 
  animation-name: notesEight;
  animation-duration: 30s;
  /*animation-fill-mode: forwards;*/
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
@keyframes notesEight {
  0% {
     bottom: -190px;
  }
  25% {
     bottom: -60px;
  }
  50% {
     bottom: -100px;
  }
  75% {
     bottom: -70px;
  }
  100% {
     bottom: -190px;
  }
}
/*line notes css ends*/
/*box css starts*/
.bab-l-five{
  width: 90px;
  height: 260px;
  padding: 6px 0;
  float: left;
}
.f-box{
  width: 70px;
  height: 35px;
  margin: 0 auto 8px;
  border: 1px solid #55668b;
  border-radius: 10px;
}
.f-box:last-child{
  margin-bottom: 0;
}
/*box css ends*/
/*counter 2 css starts*/
.bab-l-six{
  width: 253px;
  height: 263px;
  float: left;
}
.ls-top {
  width: 100%;
  padding: 22px 50px;
  float: left;
}
.ls-top .ls-circle{
  width: 20px;
  height: 20px;
  margin: 0 0 0 6px;
  float: right;
  border: 1px solid #55668b;
  border-radius: 100%;
}
.ls-middle{
  width: 190px;
  height: 130px;
  margin-top: 69px;
  margin-left: 38px;
  border: 1px solid #55668b;
  border-radius: 12px;
}
.ls-counter-two{
  padding: 23px 0 15px;
  font-size: 40px;
  color: #55668b;
  line-height: 30px;
  text-align: center;
  font-weight: normal;
}
.ls-bot-line{
  width: 1px;
  height: 100%;
  background-color: #55668b;
  border: 0.5px solid #55668b;
  transform: rotate(90deg);
  position: relative;
  top: -56px;
  left: 89px;
}
.ls-new-two {
  top: -157px;
  height: 76%;
  left: 72px;
}
.ls-new-three {
  top: -237px;
  height: 66%;
  left: 66px;
}
.ls-new-four {
  top: -295px;
  height: 40%;
  left: 49px;
}
.last-line-one, .last-line-two{
  width: 149px;
  height: 100%;
  background-color: #55668b;
  border: 0.5px solid #55668b;
  transform: rotate(180deg);
  left: 41px;
  position: relative;
  top: 24px;
}
.last-line-two {
  width: 120px;
  top: 35px;
}
/*counter 2 css ends*/
/*binary code css starts*/
.bab-binary{
  width: 80%;
  margin-top: 30px;
  height: 125px;
  margin-left: 25px;
  float: left;
  overflow: hidden;
  /*perspective-origin: center left;
  perspective: 250px;*/
}
.bab-binary p{
  margin: 0;
  font-size: 14px;
  color: #55668b;
  clear: both;
  transform: rotateY(-10deg);
}
/*binary code css ends*/
.ba-tabbs {
  width: 71%;
  padding: 0 0 0 310px;
  float: left;
}
.ba-lines-anim {
  position: absolute;
}
.anim-one-dot{
  width: 5px;
  height: 50px;
  background-color: #fff;
  border-radius: 50%;
}
.tabbs-list {
  margin-right: 60px;
  float: left;
}
.ba-line-one{
  width: 84%;
  height: 1px;
  float: left;
  background-color: #55668b;
  /* border: 0px solid #55668b; */
  transform: skewY(-0.5deg);
}
/*right side progress bar css starts*/
.ba-b-right {
  width: 18%;
  float: right;
  position: relative;
  top: -160px;
}
.r-progress.r-p-one{
  width: 25%;
}
.r-progress.r-p-two{
  width: 45%;
}
.r-progress.r-p-three{
  width: 65%;
}
.r-progress.r-p-four{
  width: 85%;
}
.r-progress.r-p-five{
  width: 100%;
}
.r-progress {
    background-color: rgba(85, 102, 139, 0.2);
    height: 0.5em;
    position: relative;
    width: 100%;
    margin-bottom: 20px;
}
.r-progress-bar {
    background-size: 23em 0.25em;
    height: 100%;
    position: relative;
    background-color: #55668b;
    animation: cssload-width 5s cubic-bezier(0.45, 0, 1, 1);
        -o-animation: cssload-width 5s cubic-bezier(0.45, 0, 1, 1);
        -ms-animation: cssload-width 5s cubic-bezier(0.45, 0, 1, 1);
        -webkit-animation: cssload-width 5s cubic-bezier(0.45, 0, 1, 1);
        -moz-animation: cssload-width 5s cubic-bezier(0.45, 0, 1, 1);
}
@keyframes cssload-width {
    0%, 100% {
        transition-timing-function: cubic-bezier(1, 0, 0.65, 0.85);
    }
    0% {
        width: 0;
    }
    100% {
        width: 100%;
    }
}

@-o-keyframes cssload-width {
    0%, 100% {
        -o-transition-timing-function: cubic-bezier(1, 0, 0.65, 0.85);
    }
    0% {
        width: 0;
    }
    100% {
        width: 100%;
    }
}

@-ms-keyframes cssload-width {
    0%, 100% {
        -ms-transition-timing-function: cubic-bezier(1, 0, 0.65, 0.85);
    }
    0% {
        width: 0;
    }
    100% {
        width: 100%;
    }
}

@-webkit-keyframes cssload-width {
    0%, 100% {
        -webkit-transition-timing-function: cubic-bezier(1, 0, 0.65, 0.85);
    }
    0% {
        width: 0;
    }
    100% {
        width: 100%;
    }
}

@-moz-keyframes cssload-width {
    0%, 100% {
        -moz-transition-timing-function: cubic-bezier(1, 0, 0.65, 0.85);
    }
    0% {
        width: 0;
    }
    100% {
        width: 100%;
    }
}
/*right side progress bar css ends*/
/*pie css starts*/
.piea{
  transition: all 10s ease !important;
}
.ba-pie-sec {
  width: 100%;
  height: 100%;
  position: absolute;
}
.ba-pie-content {
  display: flex;
  justify-content: space-between;
  padding: 0;
  margin: auto;
}
.ba-anim-two {
  position: relative;
  left: 479px;
}
.ba-anim-four {
  position: relative;
  top: -124px;
  left: 35px;
}
.ba-pie-content .percent{
  left: 62% !important;
  top: 27% !important;
  font-size: 28px !important;
  font-weight: 300 !important;
  color: #999 !important;
  background-color: #20305e !important;
  width: 110px !important;
  height: 110px !important;
  border-radius: 100% !important;
  text-align: center !important;
  padding: 35px 0 !important;
  z-index: 998;
}
@media (max-width: 700px) {
  .ba-pie-content {
    display: block;
    padding: 20px;
  }
}
.piea-border {
  width: 100%;
  height: 295px;
  border: 26px solid rgba(85, 102, 139, 0.2);
  border-radius: 100%;
  position: absolute;
  top: 13px;
  right: -10px;
}
.piea-inner{
  width: 215px;
  height: 215px;
  margin: 13px auto 0 13px;
  border: 2px solid #55668b;
  border-radius: 100%;
}
/*pie css ends*/
/*pagination css starts*/
#news-main {
  height: 1400px;
}
.pageBox {
  width: 100%;
  float: left;
  position: absolute;
  bottom: -150px;
}
#about-main .pageBox{
  bottom: 30px;
}
/*pagination css ends*/
/*charging2 css starts*/
.charging-two .charging{
  width: 400px;
  margin-left: 160px;
}
.charging-two .charging .outer{
  width: 400px;
}
/*charging2 css ends*/
.cur{
  background-color: #6D85F5 !important;
  color: #F5F9FC !important;
}
.ba-anim-one {
    position: absolute;
    left: -218px;
    top: 86px;
    z-index: 999;
}
.search-sec {
  width: 846px;
  height: 260px;
  margin: 96px 1px;
  float: right;
}
.search-main input[type="text"]{
  width: 100%;
  height: 52px;
  padding: 12px 21px;
  outline: 0;
  background-color: rgba(85, 102, 139, 0.2);
  border: 0;
  color: #55668b;
  border-radius: 4px;
  font-size: 20px;
}
.search-main {
  width: 100%;
  margin-bottom: 16px;
  transform: skewY(2deg);
}
.ba-anim-three {
  top: 68px;
  left: 300px;
  position: relative;
}
::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #55668b;
  opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #55668b;
}

::-ms-input-placeholder { /* Microsoft Edge */
  color: #55668b;
}
.sm-c-left {
  width: 70%;
  float: left;
}
.sm-c-right {
  width: 30%;
  float: left;
}
.sm-c-left p, .sm-c-right p{
  margin: 0 0 0px 0;
  padding: 0;
  font-size: 9px;
  color: #55668b;
  line-height: 22px;
}
.s-m-content {
  width: 100%;
  float: left;
  transform: skew(0deg, 2deg);
}
.hotmobi-box{
  width: 50px;
  height: 50px;
  margin: 0 15px;
  float: left;
  border: 1px solid #55668b;
}
.hotmobi-box:before, .hotmobi-box:after {
  width: 143%;
  height: 1em;
  margin-left: -15px;
  display: inline-block;
  content: "";
  vertical-align: bottom;
  border-top: 1px solid #55668b;
  transform: rotate(45deg);
  top: 15px;
  position: relative;
}
.hotmobi-box:after {
  width: 143%;
  height: 1em;
  margin-left: -14px;
  display: inline-block;
  content: "";
  vertical-align: bottom;
  border-top: 1px solid #55668b;
  transform: rotate(135deg);
  top: -16px;
  position: relative;
}
.baf-anim-main.notes-lines {
  width: 0px;
  height: 474px;
  transform: rotate(90deg);
  position: relative;
  left: 23%;
  top: -179px;
  border: 1px solid transparent;
}
.baf-anim-main.notes-lines:after {
  width: 103px;
  height: 0;
  content: "";
  position: absolute;
  border-top: 2px solid transparent;
  transform: rotate(135deg);
  right: -15px;
  top: 534px;
}
.baf-anim-main .notes-one{
  width: 11px;
  height: 27px;
  left: -62px;
  bottom: -541px;
  animation-name: notesNewone;
  animation-duration: 5s;
  animation-fill-mode: forwards;
  animation-timing-function: linear;
  transform: rotate(45deg);
  border-radius: 1px;
}
@keyframes notesNewone {
  0% {
    transform: rotate(45deg);
    left: -69px;
    bottom: -548px;
  }
  10% {
    transform: rotate(45deg);
  }
  25% {
    transform: rotate(0deg);
    left: -1.5px;
    bottom: -480px;
  }
  100% {
    transform: rotate(0deg);
    left: -1.5px;
    bottom: 120px;
  }
}
.s-c-hotmobi{
  width: 100%;
}
.c-chart-one img, .c-chart-two img, .c-chart-three img{
  width: 100%;
  position: absolute;
  top: 35px;
}
.c-chart-two img{
  top: 40px;
}
.c-chart-three img{
  top: 80px;
}
.c-chart-cirlce {
    position: relative;
    top: 34px;
    left: 73px;
    z-index: 9999;
}
.c-c-dot {
    width: 15px;
    height: 15px;
    background-color: #55668b;
    border-radius: 50%;
    position: absolute;
    top: 23px;
    left: 23px;
}

.c-c-pulse {
    border: 3px solid #55668b;
    -webkit-border-radius: 30px;
    height: 25px;
    width: 25px;
    position: absolute;
    left: 18px;
    top: 18px;
    -webkit-animation: pulsate 2s ease-out;
    -webkit-animation-iteration-count: infinite; 
    opacity: 0.0
}
@-webkit-keyframes pulsate {
    0% {-webkit-transform: scale(0.1, 0.1); opacity: 0.0;}
    50% {opacity: 1.0;}
    100% {-webkit-transform: scale(1.2, 1.2); opacity: 0.0;}
}
.c-chart-cirlce.c-c-second {
  top: 77px;
  left: 82.2%;
}
.c-chart-cirlce.c-c-third {
  top: 123px;
  left: 55%;
}
.logo-txt{
  position: absolute;
  top: 64px;
  left: 3px;
  color: #55668b;
  font-size: 15px;
}
.h-info{
  position: absolute;
  bottom: 0;
  left: 54px;
  right: 0;
  background: url(../img/advertise/agency.png);
  overflow: hidden;
  width: 316px;
  height: 0;
  background-repeat: no-repeat;
  transition: .5s ease;
  background-position: 0 0;
}
/*direction-aware hover effect starts*/
.business-main:hover .b-m-content{
  opacity: 0;
  transition: all 0.2s ease;
}
.business-main:hover .h-info{
  height: 326px;
} 
/*direction-aware hover effect ends*/
.business-main .b-m-content .tabb-btn{
  padding: 0;
  background: none;
  color: #6D85F5;
}
.business-main .b-m-content .tabb-btn span{
  color: #6D85F5;
}
.business-main .b-m-content .tabb-btn span:after{
  opacity: 1;
}
.business-main .h-info .tabb-btn{
  margin: 0 0 0 45px;
  background: #fff;
  color: #6D85F5;
}
.business-main .h-info .tabb-btn span{
  color: #6D85F5;
}
.business-main .b-m-content .tabb-btn span:after{
  opacity: 1;
}
.h-info h2, .h-info p{
  color: #fff;
}
.h-info h2{
  margin: 35px 45px 25px;
  font-size: 24px;
  color: : #fff;
}
.h-info p{
  height: 130px;
  margin: 0 45px 35px 45px;
  font-size: 16px;
}
.ba-anim-four img{
  position: relative;
  top: -10px;
  left: -89px;
  transform: skew(-18deg, 1deg);
  /*transform: skew(-16deg, 1deg);*/
}
.footer-left.toggle-tabb{
  width: auto;
}
/*tabs css starts*/
.o-s-main .tabb-btn{
  background-color: transparent;
  width: auto;
  padding: 0;
}
.o-s-main .tabb-btn span{
  color: #6D85F5;
}
.o-s-main .tabb-btn span:after{
  opacity: 1;
}
.flex-block-left{
  width: 1150px;
  /*padding: 10px;
  float: left;
  box-shadow: rgba(109, 133, 245, 0.3) 0px 0px 10px 0px;*/
}
.banner-content {
  width: 100%;
  position: absolute;
  top: 38%;
  z-index: 999;
}
.contents-main .media-txt{
  font-size: 40px;
}
.contents-main .bot-txt{
  font-size: 20px;
  font-weight: 50;
}
.banner-content .tabb-btn {
  margin-top: 20px;
  padding: 9px 35.5px 9px;
  color: #fff;
  background: linear-gradient(270deg, #654FF1 0%, #73AFF7 99%);
}
.flex-block-left img{
  width: 100%;
}
.flex-block-left h2{
  margin-bottom: 25px;
  font-size: 20px;
  color: #484848;
  font-weight: bold;
}
.flex-block-left p{
  font-size: 16px;
  color: #9B9B9B;
}
/*register & login popup starts*/
#inline-pops {
  width: auto;
  height: 627px;
  padding: 30px;
  box-sizing: border-box;
}
.hmibg{
  width: 100%;
  height: 178px;
  background-image: url(../img/popup/hotmobibg.png);
  background-repeat: no-repeat;
  background-position: -10px -10px;
  background-size: cover;
}
.channel-banner{
  margin-bottom: 40px;
}
.hmibg{
  width: 100%;
  height: 178px;
  margin-bottom: 20px;
  padding-left: 50px;
  background-image: url(../img/popup/hotmobibg.png);
  background-repeat: no-repeat;
  background-position: -10px -10px;
  background-size: cover;
}
.hmibg img, .hbg-info-left, .hbg-info-right, .hmibg-info{
  float: left;
}
.hmibg-top img, .hmibg-bot img{
  padding-top: 68.5px;
  padding-right: 15px;
}
.hbg-info-left {
  padding-right: 65px;
}
.hmibg-info {
  margin-left: 195px;
}
.pop-logo-main{
  width: 272px;
  float: left;
}
.search-chart .pie-htmobi-img{
  float: left;
  position: relative;
  left: 26px;
}
/*about popup css starts*/
.about-pop-main {
  width: 1000px;
  height: 393px;
  padding: 80px;
}
.about-pop-main img{
  float: left;
}
.about-pop-info h2{
  font-size: 20px;
  color: #333;
  text-align: justify;
}
.about-pop-info h3 {
  margin-bottom: 21px;
  font-size: 16px;
  color: #C1C2C2;
  text-align: justify;
}
.about-pop-info p {
  margin-bottom: 0;
  font-size: 16px;
  color: #9B9B9B;
  text-align: justify;
  line-height: 25px;
}
.about-pop-info {
  width: 62%;
  margin: 19px 50px;
  float: left;
}
.ba-pie-main {
  width: 300px;
  height: 300px;
  float: right;
  position: relative;
  right: 190px;
  bottom: 156px;
}
.header-wrap {
    width: 100%;
    background-image: url(../img/banner/banner1.png);
    background-repeat: no-repeat;
    background-size: cover;
    height: auto;
    overflow: hidden;
}