* {
  margin: 0;
  padding: 0;
  border:0;
  box-sizing: border-box;
  font-size: 14px;
}
a,
a:hover {
  text-decoration: none;
}
input:-webkit-autofill{
    -webit-text-fill-color:#fff;
    transition: background-color 50000s ease-in-out 0s;
}
html,
body{
  width: 100%;
  height: 100%;
  color: #273c57;
  background-color: #F6F6F6;
  font-family: "Monospaced Number", "Chinese Quote", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif; }
/*常用功能样式*/
.clearfix {
  *zoom: 1;
}
.clearfix:after {
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  content: " ";
}
/*清除浮动*/
.hide {
  display: none;
}
/*隐藏*/
.show {
  display: block;
}
/*显示*/
.fl {
  float: left;
}
/*左浮动*/
.fr {
  float: right;
}
/*右浮动*/
.pr {
  position: relative;
}
/*相对定位*/
.pa {
  position: absolute;
}
/*绝对定位*/
.pf {
  position: fixed;
}
/*固定定位*/
.fwn {
  font-weight: normal;
}
/*文字-标准*/
.fwb {
  font-weight: bold;
}
/*文字-变粗*/
.tal {
  text-align: left;
}
/*文字居左*/
.tac {
  text-align: center;
}
/*文字居中*/
.tar {
  text-align: right;
}
/*文字居右*/
.vam {
  vertical-align: middle;
}
/*垂直居中*/
.vat {
  vertical-align: top;
}
/*垂直居上*/
.vab {
  vertical-align: bottom;
}
/*垂直居下*/
.csp {
  cursor: pointer;
}
/*光标-手*/
.csd {
  cursor: default;
}
/*光标-箭头*/
.csh {
  cursor: help;
}
/*光标-问号*/
.csm {
  cursor: move;
}
/*光标-四个箭头*/
.onetxt {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
/*文字只显示一行*/
.moretxt {
  text-overflow: clip;
  white-space: normal;
  overflow: hidden;
}
.img-block {
  display: block;
  width: 100%;
}
.show {
  display: block;
}
.hide {
  display: none;
}

.user-nav-img{width:35px;height:35px;margin-right:5px;border-radius:50%}
.am-topbar-brand img{ margin-top: -10px;}
.am-topbar-inverse{
    background-color:#222;
    border-color:#222;
    color:#FF0000
}
/**开始**/
.section {
  width: 100%;
  min-width: 1300px;
  position: relative;
}
.section.gray {
  background-color: #f7f7f7;
}
.section.white {
  background-color: #fff;
}
.section.back-img {
  background-size: cover;
  background-attachment: fixed;
  height: 578px;
}
.section.down-app {
  background-size: cover;
  height: 800px;
}
.section.foot {
  position: relative;
  width: 100%;
  background: url('/assets/img/index/foot-info.jpg') no-repeat;
  background-size: cover;
  height: 186px;
}
.section.foot:after {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  content: '';
  background-color: rgba(0, 0, 0, 0.8);
}
.nav-logo{
  float:left;
  height:60px;
  line-height:60px;
  vertical-align:middle;
  width:200px;
}
.nav-login{
  margin-top:16px;
  margin-right:50px;
}

/**结束**/

/** 首页banner 开始 */
.banner{
  text-align: center;
  height: 800px;
  background-color: #ff0000;
}
.banner .banner-title {
  font-size: 40px;
  color: #fff;
}
.banner .banner-info {
  font-size: 30px;
  color: #fff;
  margin-top: 40px;
}
/** 首页banner 结束 */

/*********** 用户登录与注册 - 开始 ************/

.login-in {
    text-align: center;
    font-size: 14px;
    color: #555;
}
.login-in .version{
    margin-top: 20px;
    color: #ccc;
}
.login-in img{
    width: 30px;
    height: 30px;
}
.login-in .form {
    margin-top: 100px;
    display: inline-block;
    padding: 20px 20px;
    background-color: #fff;
    width: 450px;
    border-radius: 8px;
    box-shadow: 0px 0px 10px 5px #ccc;
}
.login-in .form .title{
    font-size: 20px;
    font-weight: 700;
    color: #000;
}
.login-in .form li{
    font-size: 14px;
    text-align: center;
}
.login-in .form .qr-login{
    padding-top: 15px;
    text-align: center;
}
.login-in .form .qr-login img{
    width: 300px;
    height: 300px;
    border: 1px solid #f0f0f0;
}
.login-in .form .qr-login .text{
    padding-top: 15px;
}
.login-in .login_container{
  margin: 0 auto;
  width: 77%;
  height: 350px;
}

.login-in .form .input {
  display: block;
  position: relative;
  margin-top: 20px;
}
.login-in .form .w50 {
  display: block;
  position: relative;
  width: 50%;
  block: inline-block;
  float: left;
}
.login-in .form .captcha{
  width: 50%;
  block: inline-block;
  float: right;
  text-align: center;
}
.login-in .form .captcha img{
    width: 150px;
    height: 38px;
}
.login-in .form input {
  display: block;
  background: #fff;
  width: 100%;
  border: 0;
  outline: none;
  border-bottom: 1px solid #CCC;
  padding: 10px 35px;
  color: #999;
}
.login-in .form i{
  position: absolute;
  left: 10px;
  bottom: 13px;
  z-index: 1;
  line-height: 15px;
  vertical-align: middle;
}
.login-in .form .sub-btn {
  padding-top: 50px;
  text-align: center;
}
.login-in .form .sub-btn .am-btn{
    width: 80%;
}
.login-in .form .login-nav {
  margin-top: 28px;
  font-size: 12px;
  color: #666;
}
.login-in .form .login-nav span {
  display: inline-block;
  float:right;
}

.login-in .form .login {
  margin-left: 20px;
}
.login-in .form .login a {
  color: #ff4d4d;
}
/*********** 用户登录与注册 - 结束 ************/

/** 客户案例 开始 */

.case-item{
  max-width: 1200px;
  overflow: hidden;
  position: relative;
  text-align: center;
  font-size: 18px;
  width: 100%;
  margin: 70px auto 0;
  margin-top: 70px;
  display: block;
}
.case-item .case-slide {
  float: left;
  height: 270px;
  width: 270px; 
  margin-right: 30px;
}
.case-item .case-slide .img-box {
  overflow: hidden;
  height: 206px;
}
.case-item .case-slide .img-box.warp {
  height: 190px;
}
.case-item .case-slide .img-box img {
  display: block;
  width: 100%;
  height: 100%;
  transition: all .8s;
}
.case-item .case-slide .img-box img:hover {
  transform: scale(1.2);
}
.case-item .case-slide .img-title{
  color: #444;
  text-align: center;
  vertical-align: middle;
  line-height: 30px;
}
.case-item .case-slide a {
  position: absolute;
  display: block;
  color: #444;
  z-index: 10;
  width: 270px;
  padding: 13px 13px 0px 13px;
  background-color: #fff;
  border-radius: 5px;
  text-align: left;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.case-item .case-slide:hover {
  transition: all .6s;
}
.case-item .case-slide:hover .img-box img:hover {
  transform: scale(1.2);
}

.calling{
  width: 100%;
  margin: 0 auto;
  padding: 0px;
  background: #191919;
}
.calling_banner{
  margin: 0 auto;
  width: 100%;
  background: #191919;
}
.calling .img {
  width: 800px;
  margin: 0 auto;
}

/** 客户案例 结束 */

.main{
  width: 1300px;
  margin: 0 auto;
}

.main-p-60{
  width: 1300px;
  margin: 0 auto;
  padding: 60px 0;
}

.main-p-t-20 {
  width: 1300px;
  margin: 0 auto;
  padding-top: 20px;
}

.main-p-20 {
  width: 1300px;
  margin: 0 auto;
  padding: 20px 0;
}


.bind {
  position: relative;
}
.bind .bing-back {
  float: left;
  display: block;
  width: 450px;
  height: 307px;
}
.bind .info {
  float: left;
  width: 350px;
  display: block;
  text-align: left;
  line-height: 24px;
  margin-left: 30px;
}
.bind .info h1 {
  color: #333;
  font-size: 28px;
  margin-bottom: 45px;
}
.bind .info p {
  font-size: 14px;
  margin-bottom: 5px;
  color: #666;
}
.bind .demo {
  float: right;
  width: 450px;
  display: block;
  text-align: left;
  line-height: 24px;
}
.bind .demo h1{
  color: #444;
  font-size: 28px;
  margin-bottom: 45px;
  text-align: center;
}

.bind .demo table{
  width: 100%;
}
.bind .demo .title{
  text-align: center;
  font-size: 20px;
  font-weight: 900;
  color: #444;
}
.bind .demo .demo_tr{
  text-align: center;
  line-height: 35px;
  border: 1px solid #ABC5FF;
}
.bind .demo .demo_td{
  border: 1px solid #ABC5FF;
}
.bind .demo .font{
  font-size: 16px;
  font-weight: 500;
  background:#D9E8FF; 
  color:  #1196DB;
}
.bind .demo img{
  width:100px;
  height:100px;
}
.bind .entering {
  position: absolute;
  left: 550px;
  bottom: 70px;
  width: 133px;
  padding: 10px 40px;
  display: block;
  color: #444;
  font-size: 20px;
}

.special-box {
  height: 35px;
  margin-top: -10px;
}
.special-box:hover .second {
  display: block;
}
.header {
  width: 1300px;
  margin: 0 auto;
  font-size: 16px;
  height: 84px;
}
.header .logo {
  float: left;
  margin: 20px 0;
}
.header .logo img {
  width: 155px;
  height: 40px;
}
.header .header-nav {
  float: left;
   margin: 20px 0;
}

.imgWarp {
  display: block;
  width: 100%;
}
.title {
  text-align: center;
}
.title .h1 {
  font-size: 28px;
  color: #333;
  margin-top: 0;
  font-weight: 600;
}
.title p {
  font-size: 18px;
  color: #666;
  margin-top: 24px;
}
.title p.small {
  width: 770px;
  margin: 24px auto 0;
  line-height: 35px;
}
.title .img {
  display: block;
  margin: 58px auto 0;
}
.title.white h1 {
  color: #fff;
}
.title.white p {
  color: #fff;
}

.item-list {
  padding: 0 30px;
  margin-top: 20px;
}
.item-list ul {
  font-size: 0;
}
.item-list ul.warp li {
  margin-bottom: 0;
}
.item-list ul li {
  display: inline-block;
  width: 25%;
  text-align: center;
  padding: 60px 0;
  vertical-align: top;
  transition: all .4s;
}
.item-list ul li span {
  display: block;
  width: 92px;
  height: 92px;
  background-color: #fff;
  border: 1px solid #E74A27;
  border-radius: 50%;
  margin: 0 auto;
}
.item-list ul li span img {
  display: block;
  margin: 20px auto;
}
.item-list ul li span img.mr1 {
  margin-top: 26px;
}
.item-list ul li span img.mr2 {
  margin-top: 24px;
}
.item-list ul li span img.mr3 {
  margin-top: 16px;
}
.item-list ul li .h1 {
  font-size: 18px;
  color: #333;
  margin-top: 15px;
  font-weight: bold;
}
.item-list ul li p {
  font-size: 14px;
  color: #999;
  margin-top: 15px;
  padding: 0 21%;
}
.item-list ul li:hover {
  box-shadow: 0 0 10px #E74A27;
}
.item-list ul li:hover span {
  border: 1px solid rgba(0, 0, 0, 0);
}
.item-lists {
  padding: 0 30px;
  margin-top: 20px;
}
.item-lists ul {
  font-size: 0;
}
.item-lists ul.warp li {
  margin-bottom: 0;
}
.item-lists ul li {
  display: inline-block;
  width: 25%;
  text-align: center;
  padding-top: 60px;
  vertical-align: top;
  transition: all .4s;
}
.item-lists ul li span {
  display: block;
  width: 92px;
  height: 92px;
  background-color: #fff;
  border: 1px solid #dcdcdc;
  border-radius: 50%;
  margin: 0 auto;
}
.item-lists ul li span img {
  display: block;
  margin: 20px auto;
}
.item-lists ul li span img.mr1 {
  margin-top: 26px;
}
.item-lists ul li span img.mr2 {
  margin-top: 24px;
}
.item-lists ul li span img.mr3 {
  margin-top: 16px;
}
.item-lists ul li .h1 {
  font-size: 18px;
  color: #333;
  margin-top: 15px;
  font-weight: bold;
}
.item-lists ul li p {
  font-size: 14px;
  color: #999;
  margin-top: 15px;
  padding: 0 21%;
}


.item-line {
  padding: 0px;
  margin-top: 20px;
}
.item-line ul {
  font-size: 0;
}
.item-line ul.warp li {
  margin-bottom: 0;
}
.item-line ul li {
  width: 25.5%!important;
  text-align: center;
  padding: 20px 0;
  vertical-align: top;
  transition: all .4s;
}
.item-line ul li .left{
  float: left;
  width: 100%!important;

}
.item-line ul li .right{
  float: right;
  width: 20%;
  margin-top: 95px;
}
.item-line ul li span {
  display: block;
  margin: 0 auto;
}
.item-line ul li .h1 {
  font-size: 18px;
  color: #444;
  margin-top: 15px;
  font-weight: 500;
}
.item-line ul li p {
  font-size: 14px;
  color: #999;
  padding: 5px 10px;
}
.reg-shop {
  background: #ff0000;
  height: 100px;
}


.img-list {
  position: relative;
}
.img-list img {
  position: absolute;
  display: inline-block;
  width: 180px;
  height: 430px;
  top: 58px;
  left: 275px;
  z-index: 10;
}
.img-list img.img-2 {
  left: 388px;
  z-index: 9;
}
.img-list img.img-3 {
  left: 501px;
  z-index: 8;
}
.img-list img.img-4 {
  left: 614px;
  z-index: 7;
  height: 439px;
}
.img-list img.img-5 {
  left: 731px;
  z-index: 6;
  height: 439px;
}
.trait-list {
  width: 620px;
  margin: 0 auto;
}
.trait-list ul li {
  display: inline-block;
  width: 80px;
  height: 80px;
  margin: 66px 35px 0;
  border-radius: 50%;
  background-color: #40444f;
  border: 1px solid #fff;
  text-align: center;
  line-height: 80px;
  font-size: 18px;
  color: #fff;
  transition: all .4s;
}
.trait-list ul li:hover {
  background-color: #ff4d4d;
  color: #fff;
  border: 1px solid #ff4d4d;
}
.bottom-info {
  position: relative;
  width: 1200px;
  margin: 0 auto;
  z-index: 10;
}
.bottom-info h1 {
  color: #fff;
  font-size: 30px;
  display: inline-block;
  margin: 70px 200px 64px 100px;
}
.bottom-info a {
  display: inline-block;
  width: 172px;
  height: 56px;
  line-height: 56px;
  text-align: center;
  color: #fff;
  font-size: 24px;
  background-color: #0099fc;
  border-radius: 5px;
}
.foot-nav-box {
  width: 100%;
  min-width: 1200px;
  background-color: #2e2e2e;
  /*height: 396px;
  border-top: 1px solid rgb(9, 9, 9);*/
  overflow: hidden;
  position: relative;
}
.foot-nav-box .cloud_effect {
  position: absolute;
  top: -142px;
  left: 0;
  width: 100%;
  height: 200%;
  background: rgba(0, 0, 0, 0.6);
  overflow: hidden;
  animation: cloud_effect_background 100s ease-out infinite;
}

.foot-nav-box .clouds_one {
  background: url("/assets/img/index/cloud_one.png") top left repeat-x;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 3000%;
  animation: cloud_one 100s linear infinite;
}

.foot-nav-box .clouds_two {
  background: url("/assets/img/index/cloud_two.png") top left repeat-x;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 3000%;
  animation: cloud_two 150s linear infinite;
}

.foot-nav-box .clouds_three {
  background: url("/assets/img/index/cloud_three.png") top center repeat-x;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 3000%;
  animation: cloud_three 200s linear infinite;
}

@keyframes cloud_effect_background {
  0% {
    background: rgba(0, 0, 0, 0);
    color: rgba(0, 0, 0, 0);
  }
  50% {
    background: rgba(0, 0, 0, 0);
    color: rgba(0, 0, 0, 0);
  }
  100% {
    background: rgba(0, 0, 0, 0);
    color: rgba(0, 0, 0, 0);
  }
}

@keyframes cloud_one {
  0% {
    left: 0%
  }
  100% {
    left: -200%
  }
}

@keyframes cloud_two {
  0% {
    left: 0%
  }
  100% {
    left: -200%
  }
}

@keyframes cloud_three {
  0% {
    left: 0%
  }
  100% {
    left: -200%
  }
}
.foot-nav-box .foot-nav {
  position: relative;
  width: 1200px;
  margin: 0 auto;
}
.foot-nav-box .foot-nav .nav-list {
  position: relative;
  padding: 90px 0 20px 0;
  color: #fff;
  border-bottom: 1px solid #999;
  height: 250px;
}
.foot-nav-box .foot-nav .nav-list .title {
  font-weight: 600;
}
.foot-nav-box .foot-nav .nav-list:after {
  display: block;
  position: absolute;
  right: 265px;
  top: 70px;
  content: '';
  width: 1px;
  height: 124px;
  background-color: #999;
}
.foot-nav-box .foot-nav .nav-list p,
.foot-nav-box .foot-nav .nav-list a {
  color: #fff;
  margin-bottom: 15px;
  cursor: pointer;
  transition: all .4s;
}
.foot-nav-box .foot-nav .nav-list a {
  display: inline-block;
}
.foot-nav-box .foot-nav .nav-list a:hover {
  color: #ff4f4f;
}
.foot-nav-box .foot-nav .downApp {
  position: absolute;
  right: 60px;
  top: 71px;
  width: 111px;
  text-align: center;
}
.foot-nav-box .foot-nav .downApp img {
  display: block;
  width: 111px;
  height: 111px;
}
.foot-nav-box .foot-nav .downApp p {
  font-size: 14px;
  color: #fff;
  margin-top: 12px;
}
.foot-nav-box .foot-nav .copy {
  padding: 20px 0;
  text-align: center;
  color: #fff;
}
.foot-nav-box .foot-nav .copy p,
.foot-nav-box .foot-nav .copy a {
  color: #fff;
  cursor: pointer;
  transition: all .4s;
}
.foot-nav-box .foot-nav .copy a {
  display: inline-block;
}
.foot-nav-box .foot-nav .copy a:hover {
  color: #ff4f4f;
}
.select-list ul {
  font-size: 0;
}
.select-list ul li {
  display: inline-block;
  width: 400px;
  vertical-align: top;
  text-align: center;
  padding: 65px 0 0;
  height: 273px;
  transition: all .4s;
  border: 1px solid #e6e6e6;
  margin-top: 80px;
}
.select-list ul li.right-none {
  border-right: none;
}
.select-list ul li.top-none {
  border-top: none;
}
.select-list ul li:nth-child(4) {
  margin-top: 0;
}
.select-list ul li:nth-child(5) {
  margin-top: 0;
}
.select-list ul li:nth-child(6) {
  margin-top: 0;
}
.select-list ul li img {
  display: block;
  margin: 0 auto;
}
.select-list ul li .h1 {
  font-size: 22px;
  color: #333;
  margin-top: 52px;
}
.select-list ul li .h1.mrt {
  margin-top: 45px;
}
.select-list ul li .h1.mrt1 {
  margin-top: 49px;
}
.select-list ul li p {
  font-size: 14px;
  color: #999;
  margin-top: 20px;
}
.select-list ul li .red {
  display: block;
}
.select-list ul li .white {
  display: none;
}
.select-list ul li:hover {
  padding-left: 25px;
  background-color: #ff5b5b;
}
.select-list ul li:hover h1 {
  color: #fff;
}
.select-list ul li:hover p {
  color: #fff;
}
.select-list ul li:hover .red {
  display: none;
}
.select-list ul li:hover .white {
  display: block;
}
.support {
  display: inline-block;
  width: 680px;
  font-size: 0;
  top: 23.5%;
  left: 44.5%;
}
.support .support-info {
  display: inline-block;
  width: 50%;
  padding: 0 0 38px 77px;
  vertical-align: top;
}
.support .support-info .h1 {
  position: relative;
  font-size: 18px;
  color: #333;
  margin-top: 0;
}
.support .support-info .h1:before {
  position: absolute;
  display: block;
  left: -20px;
  top: 6px;
  content: '';
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #ff4d4d;
}
.support .support-info p {
  font-size: 14px;
  margin-top: 15px;
  color: #999;
}
.join-img {
  display: inline-block;
  vertical-align: top;
  width: 497px;
  height: 370px;
}
.join-list {
  width: 100%;
}
.join-list ul {
  font-size: 0;
}
.join-list ul li {
  position: relative;
  display: inline-block;
  width: 25%;
  color: #fff;
  text-align: center;
}
.join-list ul li:after {
  position: absolute;
  right: -15px;
  bottom: 50%;
  margin: -11px 0;
  content: '';
  display: block;
  width: 33px;
  height: 31px;
  background: url('/assets/img/index/join-icon-arrow.png') no-repeat center center;
  background-size: contain;
  animation-name: flash;
  animation-duration: 4s;
  animation-iteration-count: infinite;
}
.join-list ul li:last-child:after {
  display: none;
}
.join-list ul li:nth-child(1):after {
  animation-delay: 1s;
}
.join-list ul li:nth-child(2):after {
  animation-delay: 1.5s;
}
.join-list ul li:nth-child(3):after {
  animation-delay: 2s;
}
.join-list ul li .img-box {
  display: block;
  width: 115px;
  height: 115px;
  margin: 90px auto 0;
  border-radius: 50%;
  border: 1px solid #fff;
  background-color: #ff4d4d;
}
.join-list ul li .img-box img {
  display: block;
  margin: 27px auto;
}
.join-list ul li .h1 {
  font-size: 22px;
  margin-top: 26px;
  color: #333;
}
.join-list ul li p {
  color: #999;
  font-size: 14px;
  margin-top: 20px;
  margin-bottom: 20px;
}
.seller-info {
  position: relative;
  margin-top: 107px;
}
.seller-info .name-list {
  position: absolute;
  width: 130px;
  left: -144px;
}
.seller-info .name-list .item {
  width: 100%;
  height: 46px;
  padding: 12px 0;
  margin-bottom: 22px;
  text-align: right;
}
.seller-info .name-list .item .star {
  color: #f93d32;
  margin-right: 5px;
}
.seller-info .seller-info-form {
  position: relative;
  width: 580px;
  float: left;
}
.seller-info .seller-info-form.warp {
  width: 450px;
}
.seller-info .seller-info-form.warp .base > input {
  margin-bottom: 22px;
}
.seller-info .seller-info-form.warp .base select {
  width: 137px;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background: url('/assets/img/index/jiantou.png') no-repeat scroll right center transparent;
  background-position-x: 113px;
  background-color: #fff;
}
.seller-info .seller-info-form .entering {
  text-align: center;
  width: 166px;
  padding: 12px 24px;
  margin: 36px 0 0;
  color: #fff;
  font-size: 16px;
}
.seller-info .seller-info-form .base > input {
  display: block;
  width: 100%;
  height: 46px;
  padding: 18px 20px;
  border-radius: 50px;
  border: 1px solid #dbdbdb;
  outline: none;
  margin-bottom: 29px;
}
.seller-info .seller-info-form .base select {
  position: relative;
  display: inline-block;
  width: 180px;
  height: 46px;
  line-height: 46px;
  border-radius: 50px;
  font-size: 14px;
  color: #666;
  border: 1px solid #dddfe7;
  outline: none;
  margin-right: 15px;
  text-align: left;
  padding-left: 20px;
  cursor: pointer;
}
.seller-info .seller-info-form .base select:last-child {
  margin: 0;
}
.seller-info .seller-info-img {
  float: right;
}
.entering {
  display: block;
  width: 430px;
  padding: 12px 130px;
  background-color: #ff4d4d;
  color: #fff;
  margin: 70px auto;
  border-radius: 50px;
}
.entering.join-warp {
  position: absolute;
  width: 196px;
  padding: 12px 11px;
  margin: 0 0 0 -98px;
  bottom: 10%;
  left: 50%;
}
.entering.join-warp h1 {
  text-align: center;
}
.entering.join-bottom {
  width: 200px;
  padding: 12px 11px;
  font-size: 18px;
  color: #2e3244;
}
.entering h1 {
  font-size: 24px;
}
.entering p {
  font-size: 16px;
  margin-top: 10px;
}
.about-img1 {
  display: block;
  float: right;
  margin-top: 138px;
}
.about-info {
  position: absolute;
  padding: 0 23px;
  color: #fff;
  background-color: #ff4d4d;
  border-radius: 4px;
  width: 600px;
  overflow: hidden;
  top: 194px;
  left: 20px;
}
.about-info .across {
  width: 92px;
  height: 2px;
  background-color: #fff;
  margin: 30px 0;
}
.about-info em {
  display: block;
  font-size: 28px;
  margin-bottom: 15px;
}
.about-info p {
  font-size: 14px;
  line-height: 25px;
}
.about-info .phone {
  margin: 20px 0 57px;
}
.about-info .acrosss {
  margin-top: 12px;
}
.map {
  display: block;
  margin: 60px auto 0;
  width: 1000px;
  height: 450px;
}
.bottom-nav {
  padding: 38px 0;
  text-align: center;
  font-size: 14px;
  color: #999;
}


.down-left {
  position: absolute;
  left: -100px;
  bottom: 0;
}
.down-left img {
  display: block;
  width: 100%;
}
.down-left.warp {
  left: 0;
  bottom: 177px;
}
.down-left.warp img {
  display: block;
  width: 215px;
}
.down-left.warp-2 {
  left: 0;
}
.Unknown {
  position: absolute;
  bottom: 250px;
  left: 700px;
}
.Unknown.warp {
  bottom: 250px;
  left: 370px;
}
.down-right {
  position: absolute;
  right: -20px;
  bottom: 192px;
}
.down-right.warp {
  right: 0;
  bottom: 78px;
}
.right-info {
  max-width: 385px;
  padding: 40px 30px 30px;
  background-color: #fff;
  text-align: center;
}
.right-info h1 {
  font-size: 36px;
  color: #ff4f4f;
}
.right-info img {
  display: block;
  margin: 30px auto;
  width: 269px;
}
.right-info p {
  font-size: 24px;
  color: #666;
}
.right-info em {
  display: block;
  font-size: 16px;
  color: #333;
  line-height: 34px;
  margin: 30px 0 90px;
}
.right-info.warp {
  text-align: left;
}
.right-info.warp em {
  display: block;
  line-height: 34px;
  margin: 30px 0 90px;
}
.right-info.warp-2 {
  text-align: left;
  background-color: rgba(0, 0, 0, 0);
}
.right-info.warp-2 h1 {
  color: #fff;
}
.right-info.warp-2 em {
  display: block;
  line-height: 34px;
  margin: 30px 0 90px;
  color: #fff;
}
#container {
  width: 1200px;
  height: 450px;
  margin: 50px auto 0;
}

.RightFrame {
    position: fixed;
    right: 10px;
    bottom: 280px;
    z-index: 9999;
}
.RightFrame .SmallBox {
    background: #fff;
    border: 1px solid #dadee7;
    border-radius: 3px;
    width: 106px;
    padding: 13px;
    box-sizing: border-box;
}
.RightFrame .SmallBox .Pic {
    width: 80px;
    height: 80px;
    position: relative;
}
.RightFrame .SmallBox .Pic img {
    width: 80px;
    height: 80px;
    display: block;
}
.RightFrame .SmallBox .Pic span {
    background: url('/assets/img/index/RightIcon.png') no-repeat;
    background-position: 0 -12px;
    padding: 14px;
    display: inline-block;
    position: absolute;
    right: -7px;
    top: -7px;
}
.RightFrame .SmallBox .qq {
    width: 80px;
    height: 28px;
    border-radius: 3px;
    background: #1E9FFF;
    text-align: center;
    line-height: 28px;
    font-size: 12px;
    margin-top: 10px;
    color: #fff;
}
.RightFrame .SmallBox .qq em {
    padding: 9px;
    background: url('/assets/img/index/iconLiaotian.png') no-repeat;
    background-position: -4px -105px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 3px;
}
.RightFrame .SmallBox .wx {
    width: 80px;
    height: 28px;
    border-radius: 3px;
    background: #19be6b;
    text-align: center;
    line-height: 28px;
    font-size: 12px;
    margin-top: 10px;
    color: #fff;
    position: relative;
}
.RightFrame .SmallBox .wx img{
    position: absolute;
    right: 100px;
    top: -90px;
    height: 120px;
    width: 120px;
    display: none;
}
.RightFrame .SmallBox .wx:hover img{
    display: block;
}
.RightFrame .SmallBox .wx em {
    padding: 9px;
    background: url('/assets/img/index/iconLiaotian.png') no-repeat;
    background-position: -4px -53px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 3px;
}
.MorePeople ul li {
  text-align: center;
  display: inline-block;
  margin-top: 20px;
  margin-right: 12px;
}
.MorePeople ul li.nan .pic {
  background: #89c997;
}
.MorePeople ul li.nan .Botton a {
  background: #12b7f5;
}
.MorePeople ul li.nv .pic {
  background: #f6b37f;
}
.MorePeople ul li.nv .Botton a {
  background: #ee685d;
}
.MorePeople .pic {
  width: 60px;
  height: 60px;
  border-radius: 30px;
  overflow: hidden;
  background: #12b7f5;
  font-size: 24px;
  line-height: 60px;
  color: #fff;
}
.MorePeople .pic img {
  width: 60px;
  height: 60px;
  display: block;
}
.MorePeople .name {
  margin-top: 5px;
  font-size: 14px;
}
.MorePeople .Botton {
  width: 100%;
}
.MorePeople .Botton a {
  width: 60px;
  height: 30px;
  background: #12b7f5;
  display: block;
  border-radius: 3px;
  text-align: center;
  line-height: 30px;
  color: #fff;
  margin-top: 5px;
}
.MorePeople .Botton a em {
  background: url('/assets/img/index/RightIcon.png') no-repeat;
  background-size: 15px;
  background-position: 0 -29px;
  padding: 8px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}
.DuihuaTankuang {
  width: 478px;
  height: 398px;
  position: fixed;
  z-index: 2000001000;
  background: #fff;
  top: 25%;
  left: 50%;
  box-shadow: rgba(0, 0, 0, 0.14902) 0px 0px 15px 1px;
  margin-left: -239px;
}
.DuihuaTankuang .HeadXx {
  height: 273px;
}
.DuihuaTankuang .HeadXx .LeftWord {
  width: 222px;
  padding-left: 50px;
  padding-top: 50px;
  box-sizing: border-box;
  float: left;
}
.DuihuaTankuang .HeadXx .LeftWord ul li {
  margin-top: 25px;
  font-size: 14px;
}
.DuihuaTankuang .HeadXx .LeftWord ul li em {
  padding: 12px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  background: url('/assets/img/index/iconLiaotian.png') no-repeat;
}
.DuihuaTankuang .HeadXx .LeftWord ul li em.MZ {
  background-position: -1px 0;
}
.DuihuaTankuang .HeadXx .LeftWord ul li em.SJ {
  background-position: 0px -50px;
}
.DuihuaTankuang .HeadXx .LeftWord ul li em.QQ {
  background-position: -1px -100px;
}
.DuihuaTankuang .HeadXx .RightPic {
  width: 256px;
  float: left;
  position: relative;
}
.DuihuaTankuang .BottomButton {
  height: 125px;
  border-top: 1px solid #ebedf2;
  padding: 36px;
  box-sizing: border-box;
}
/*2017-10-23æ›´æ–°*/
.RightPic .PicErweima {
  position: absolute;
  top: 100px;
  left: 69px;
  width: 114px;
  height: 114px;
}
.RightPic .PicErweima img {
  width: 114px;
  height: 114px;
  display: block;
}
/*2017-10-23æ›´æ–°ç»“æŸ*/
.BottomButton a {
  height: 50px;
  background: #12b7f5;
  display: block;
  border-radius: 3px;
  text-align: center;
  line-height: 50px;
  color: #fff;
  font-size: 18px;
}
.BottomButton a em {
  background: url('/assets/index/img/RightIcon.png') no-repeat;
  background-position: 0 -42px;
  padding: 14px;
  margin-right: 10px;
}
.close_black {
  position: absolute;
  right: 0;
  top: 0;
}
.down-btn-box {
  width: 1300px;
  margin: 50px auto 0;
  text-align: left;
}
.down-btn-box.warp {
  text-align: center;
}
.down-btn-box.warp .down-btn {
  padding: 0 36px;
  color: #fc5a4f;
  background-color: #fff;
  border: 1px solid #fc5a4f;
  margin-right: 20px;
}
.down-btn-box.warp .down-btn .img {
  display: inline-block;
  width: 30px;
  height: 28px;
  vertical-align: middle;
  margin-top: -6px;
}
.down-btn-box.warp .down-btn .img.b {
  display: inline-block;
}
.down-btn-box.warp .down-btn .img.b {
  display: none;
}
.down-btn-box.warp .down-btn:hover {
  background-color: #fc5a4f;
  color: #fff;
}
.down-btn-box.warp .down-btn:hover .img.b {
  display: inline-block;
}
.down-btn-box.warp .down-btn:hover .img.b {
  display: inline-block;
}
.down-btn-box.warp .down-btn.ml-200 {
  margin-left: 420px;
}
.down-btn-box .down-btn {
  display: inline-block;
  padding: 0 46px;
  line-height: 64px;
  background-color: #fff;
  border: 1px solid #fc5a4f;
  color: #fc5a4f;
  border-radius: 5px;
  font-size: 22px;
  margin-right: 12px;
}
.down-btn-box .down-btn:hover {
  background-color: #fda19b;
  border: 1px solid #fff;
  color: #fff;
}
.down-btn-box .down-btn:hover .img.a {
  display: none;
}
.down-btn-box .down-btn:hover .img.b {
  display: inline-block;
}
.down-btn-box .down-btn .img {
  display: inline-block;
  width: 30px;
  height: 28px;
  vertical-align: middle;
  margin-top: -6px;
}
.down-btn-box .down-btn .img.b {
  display: none;
}
.management-list {
  margin-top: 53px;
}
.management-list li {
  display: inline-block;
  width: 240px;
  height: 300px;
  margin-right: 13px;
  text-align: center;
  vertical-align: top;
  background-color: #fff;
  padding: 0 24px;
  border-radius: 15px;
  transition: all .2s;
}
.management-list li:hover {
  box-shadow: 0 0 18px #ddd;
  transform: scale(1.1);
}
.management-list li:last-child {
  margin-right: 0;
}
.management-list li img {
  display: block;
  width: 78px;
  margin: 37px auto 0;
}
.management-list li .h1 {
  font-weight: 600;
  font-size: 18px;
  color: #313131;
  margin: 18px 0 7px;
}
.management-list li p {
  font-size: 14px;
  color: #818181;
  line-height: 25px;
}
.order-img-list {
  margin-top: 58px;
}
.order-img-list ul {
  font-size: 0;
}
.order-img-list ul li {
  display: inline-block;
  width: 165px;
  text-align: center;
  margin-right: 45px;
  margin-left: 45px;
}
.order-img-list ul li:nth-child(5) {
  margin-right: 0;
}
.order-img-list ul li img {
  display: block;
  width: 100%;
}
.order-img-list ul li p {
  color: #666;
  font-size: 14px;
  margin-top: 30px;
  line-height: 1;
}
.item-order-desc {
  margin-top: 90px;
}
.item-order-desc .left img {
  display: block;
}
.item-order-desc .right {
  width: 620px;
}
.item-order-desc .right ul {
  font-size: 0;
}
.item-order-desc .right ul li {
  display: inline-block;
  width: 240px;
  color: #fff;
  text-align: center;
  margin-top: 30px;
}
.item-order-desc .right ul li:nth-child(1) {
  margin-right: 80px;
}
.item-order-desc .right ul li:nth-child(3) {
  margin-right: 80px;
  margin-top: 75px;
}
.item-order-desc .right ul li:nth-child(4) {
  margin-top: 75px;
}
.item-order-desc .right ul li h1 {
  font-size: 18px;
  line-height: 1;
  margin: 16px 0;
}
.item-order-desc .right ul li img {
  display: inline-block;
  margin: 0 auto;
}
.item-order-desc .right ul li p {
  line-height: 30px;
  font-size: 14px;
}

.item-code-desc {
  margin-top: 90px;
}
.item-code-desc .left img {
  display: block;
}
.item-code-desc .right {
  width: 620px;
}
.item-code-desc .right ul {
  font-size: 0;
}
.item-code-desc .right ul li {
  display: inline-block;
  width: 155px;
  color: #fff;
  text-align: center;
  margin-top: 30px;
}
.item-code-desc .right ul li h1 {
  font-size: 16px;
  line-height: 1;
  margin: 16px 0;
}
.item-code-desc .right ul li img {
  margin: 0 auto;
  display: block;
  transition: all .3s;
}
.item-code-desc .right ul li img:hover {
  transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  /* IE 9 */
  -moz-transform: rotate(360deg);
  /* Firefox */
  -webkit-transform: rotate(360deg);
  /* Safari 和 Chrome */
  -o-transform: rotate(360deg);
  /* Opera */
}

.compared-box {
  margin-top: 60px;
  margin-left: 50px;
}
.compared-box .odds {
  display: inline-block;
  width: 510px;
  padding: 0;
}
.compared-box .odds.warp .odds-name {
  background-color: #cfd0cf;
}
.compared-box .odds.warp ul {
  border: 1px solid #cfd0cf;
}
.compared-box .odds.warp ul li {
  color: #666;
}
.compared-box .odds .odds-name {
  height: 80px;
  line-height: 80px;
  font-size: 24px;
  color: #fff;
  background-color: #f65d5d;
  border-top-right-radius: 6px;
  border-top-left-radius: 6px;
  text-align: center;
}
.compared-box .odds ul {
  border: 1px solid #f65d5d;
  border-top: 0;
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
  padding: 30px 92px;
  margin-top: 0px;
}
.compared-box .odds ul li {
  display: block;
  margin-bottom: 36px;
  font-size: 14px;
  color: #666;
  text-align: left;
}
.compared-box .odds ul li img {
  display: inline-block;
  width: 17px;
  height: 17px;
  vertical-align: middle;
  margin-top: -5px;
}
.compared-box .odds ul li:last-child {
  margin-bottom: 0;
}
.pieces {
  position: relative;
  width: 174px;
  display: inline-block;
  vertical-align: top;
}
.pieces img {
  display: block;
  margin: 0 auto;
}
.pieces ul {
  position: absolute;
  top: 85px;
  left: 50%;
  margin-left: -52px;
}
.pieces ul li {
  display: block;
  width: 101px;
  height: 29px;
  line-height: 27px;
  text-align: center;
  font-size: 16px;
  color: #fff;
  margin: 0 auto 24px;
  border-radius: 4px;
}
.pieces ul li.back-color-1 {
  background-color: #f56d40;
}
.pieces ul li.back-color-2 {
  background-color: #72c680;
}
.pieces ul li.back-color-3 {
  background-color: #7aadee;
}
.pieces ul li.back-color-4 {
  background-color: #f65d5d;
}
.pieces ul li.back-color-5 {
  background-color: #f69233;
}
.pieces ul li.back-color-6 {
  background-color: #f65d5d;
}
.pieces ul li.back-color-7 {
  background-color: #7fd297;
}
.features-list {
  margin-top: 60px;
}
.features-list ul {
  font-size: 0;
}
.features-list ul li {
  display: inline-block;
  width: 383px;
  height: 151px;
  margin: 0 0 22px 22px;
  border-radius: 4px;
  background-color: #fff;
  cursor: pointer;
  transition: all .3s;
}
.features-list ul li:hover {
  transform: scale(1.05);
}
.features-list ul li:first-child {
  margin-left: 52px;
}
.features-list ul li:nth-child(3n+1) {
  margin-left: 52px;
}
.features-list ul li:nth-child(7) .left img {
  width: 32px;
}
.features-list ul li .left {
  width: 142px;
  text-align: center;
}
.features-list ul li .left img {
  display: block;
  width: 40px;
  margin: 40px auto 12px;
}
.features-list ul li .left p {
  line-height: 1;
  color: #303030;
  font-size: 16px;
}
.features-list ul li .right {
  width: 241px;
  font-size: 14px;
  color: #818181;
  padding: 33px 32px 0 0;
  line-height: 26px;
}
.new-ad {
  width: 450px;
  margin: 0 auto;
}
.new-ad .ad-code {
  width: 180px;
  background-color: #fff;
  padding: 13px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  text-align: center;
}
.new-ad .ad-code img {
  display: block;
  width: 154px;
  margin: 0 auto;
}
.new-ad .ad-code p {
  font-size: 16px;
  color: #303030;
  line-height: 1;
  margin-top: 10px;
}
.new-ad .ad-right {
  text-align: center;
}
.new-ad .ad-right h1 {
  font-size: 30px;
  color: #303030;
  line-height: 1;
  margin: 37px 0 25px;
}
.new-ad .ad-right p {
  font-size: 18px;
  color: #818181;
  line-height: 1;
}
.new-ad .ad-right a {
  display: block;
  width: 132px;
  height: 44px;
  border-radius: 4px;
  line-height: 44px;
  margin: 32px auto 0;
  text-align: center;
  background-color: #ff4d4d;
  color: #fff;
  font-size: 18px;
}
.device-box.mg-top {
  margin-top: 50px;
}
.device-box .left img {
  display: block;
}
.device-box .right {
  width: 438px;
  text-align: left;
}
.device-box .right.tal {
  text-align: left;
}
.device-box .right.pt-60 {
  padding-top: 60px;
}
.device-box .right.pt-20 {
  padding-top: 20px;
}
.device-box .right.pt-100 {
  padding-top: 100px;
}
.device-box .right h1 {
  font-size: 25px;
  color: #454545;
}
.device-box .right p {
  font-size: 14px;
  color: #666;
  line-height: 25px;
  margin-top: 15px;
}
.device-box .right ul {
  margin-top: 60px;
}
.device-box .right ul.big {
  width: 350px;
}
.device-box .right ul.big li {
  width: 32%;
  margin-right: 0;
}
.device-box .right ul li {
  display: inline-block;
  width: 83px;
  margin-right: 30px;
  vertical-align: top;
  margin-bottom: 30px;
}
.device-box .right ul li:nth-child(4n) {
  margin-right: 0;
}
.device-box .right ul li img {
  display: block;
  margin: 0 auto 5px;
}
.device-box .right ul li p {
  font-size: 12px;
  color: #454545;
  line-height: 25px;
  margin-top: 10px;
  text-align: center;
}
.takeaway-table {
  margin-top: 60px;
  margin-bottom: 75px;
}
.takeaway-table table {
  display: block;
  width: 1190px;
  margin: 0 auto;
  background-color: rgba(255, 255, 255, 0.2);
  border: 1px dashed #fff;
  border-radius: 15px;
  color: #fff;
  text-align: center;
}
.takeaway-table table th {
  width: 500px;
  height: 96px;
  text-align: center;
  border-right: 1px dashed #fff;
  border-bottom: 1px dashed #fff;
  font-size: 24px;
}
.takeaway-table table th img {
  display: inline-block;
  vertical-align: middle;
  margin-right: 12px;
}
.takeaway-table table th:nth-child(3) {
  border-right: 0;
}
.takeaway-table table th.small {
  width: 198px;
}
.takeaway-table table tr:nth-child(5) td {
  border-bottom: 0;
}
.takeaway-table table tr td {
  border-right: 1px dashed #fff;
  border-bottom: 1px dashed #fff;
  font-size: 14px;
  height: 88px;
  padding: 30px;
}
.takeaway-table table tr td:nth-child(3) {
  border-right: 0;
}
.function-list ul li {
  display: inline-block;
  position: relative;
  text-align: center;
  width: 270px;
  height: 223px;
  background-color: #fff;
  border-radius: 15px;
  margin-top: 80px;
  margin-left: 36px;
  vertical-align: top;
  cursor: pointer;
}
.function-list ul li:hover {
  box-shadow: 0 0 15px #ddd;
}
.function-list ul li:hover img {
  transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  /* IE 9 */
  -moz-transform: rotate(360deg);
  /* Firefox */
  -webkit-transform: rotate(360deg);
  /* Safari 和 Chrome */
  -o-transform: rotate(360deg);
  /* Opera */
}
.function-list ul li img {
  display: block;
  margin: -35px auto 0;
  transition: all .3s;
}
.function-list ul li h1 {
  font-size: 18px;
  color: #313131;
  margin: 23px 0 10px;
}
.function-list ul li p {
  width: 215px;
  margin: 0 auto;
  font-size: 14px;
  color: #818181;
  line-height: 25px;
  text-align: left;
}
.unusual-header-title {
  width: 1100px;
  height: 100%;
  margin: 0 auto;
}
.unusual-header-title .title-box {
  float: right;
  width: 460px;
  text-align: left;
}
.unusual-header-title .title-box.warp {
  float: left;
}
.unusual-header-title .title-box.warp h1 {
  font-size: 48px;
  color: #fff;
  margin-top: 110px;
}
.unusual-header-title .title-box.warp p {
  font-size: 26px;
  text-align: left;
  margin-top: 10px;
  line-height: 55px;
}
.unusual-header-title .title-box h1 {
  font-size: 72px;
  color: #ff4c4c;
  margin-top: 160px;
}
.unusual-header-title .title-box p {
  font-size: 24px;
  color: #fff;
  line-height: 45px;
}
.btn-takeaway {
  display: inline-block;
  width: 80px;
  line-height: 30px;
  font-size: 14px;
  border-radius: 4px;
  margin-top: 22px;
}
.btn-takeaway.red {
  background-color: #ff4c4c;
  color: #fff;
  margin-left: -18px;
}
.btn-takeaway.white {
  background-color: #fff;
  color: #ff4c4c;
  margin-left: 18px;
}
.register-wechat{
  text-align:center;
  width:100%;
}
.register-wechat img{
  width:200px;
  height:200px;
}
.register-wechat i{
  font-size: 30px;
  font-weight:800;
  color: #1E9FFF;
}
.register-wechat .msg{
  background-color:#FF5722;
  color:#ffffff;
  border-radius:10px;
  line-height:50px;
}

.am-slides .banner-title{
  font-size: 40px;
  color: #fff;
}
.am-slides .banner-info {
  font-size: 30px;
  color: #fff;
  margin-top: 40px;
}


.addon-select{
  background-color: #fff;
  padding: 0 20px;
  border-radius: 5px;
}
.addon-category{
  border-bottom: 1px solid #eee;
  padding: 10px 0px;
}
.addon-category span {
  display: inline-block;
  font-weight: bold;
  font-size: 15px;
  margin-right: 20px;
}
.addon-category ul{
  display: inline-block;
}
.addon-category li {
  display: inline-block;
  margin-right: 20px;
}

.addon-sort{
  padding: 10px 0px;
}
.addon-sort span {
  display: inline-block;
  font-weight: bold;
  font-size: 15px;
  margin-right: 20px;
}
.addon-sort ul{
  display: inline-block;
}
.addon-sort li {
  display: inline-block;
  margin-right: 20px;
}

.addon-list{
  width:23%;
  height: 265px;
  display: inline-block;
  margin: 0px 10px 20px 10px;
  position: relative;
}

.hotshadow{
  box-shadow: 10px 10px 10px #ccc;
  z-index: 10;
 }

.addon-list .box{
  width:100%;
  background-color: #fff;
  border-radius: 10px;
  position:absolute;
}
.addon-list .box img{
  width:100%;
  height: 200px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.addon-list .box .title{
  padding: 10px;
  text-align: left;
  font-size: 15px;
}
.addon-list .box .text{
  padding: 0 10px 10px 10px;
  text-align: left;
  color: #ccc;
  font-size: 15px;
}
.addon-list .box .text .price{
  display: inline-block;
  float: right;
  color: #fa3534;
}
.addon-list .box .text span{
  margin-right: 5px;
  color: #ccc;
  text-decoration:line-through;
}
.addon-title{
  background-color: #fff;
}
.addon-title .title{
  padding-top: 25px;
  font-size: 30px;
  text-align: left;
  font-weight: 500;
}
.addon-title .intro{
  padding: 20px 0 10px 0;
  font-size: 16px;
  text-align: left;
  color: #999;
}
.addon-left{
  background-color: #fff;
  width: 65%;
  display: inline-block;
  border-radius: 5px;
  padding: 20px;
}
.addon-left .banner{
  height: 300px;
}
.addon-left .banner img{
  height: 300px;
}
.addon-left .title{
  padding: 10px 0;
  border-bottom: 1px solid #eee;
  text-align: left;
  font-size: 15px;
  font-weight: 900;
}
.addon-left .content{
  padding-top: 10px;
}

.addon-right{
  width: 32%;
  display: inline-block;
  float: right;
}
.addon-right .buy{
  background-color: #fff;
  padding: 10px;
  border-radius: 5px;
}
.addon-right .buy .price{
  padding: 20px;
  font-size: 16px;
}
.addon-right .buy .price .line span{
  color: #ccc;
  text-decoration:line-through;
}
.addon-right .buy .price .sall{
  padding-top: 10px;
}

.addon-right .buy .price .sall span{
  color: #fa3534;
}

.addon-right .buy .but{
  text-align: center;
  padding-bottom: 10px;
}

.addon-right .box{
  font-size: 15px;
  margin-top:10px;
  background-color: #fff;
  border-radius: 5px; 
  padding: 0 10px;
}

.addon-right .box a{
  color:#009688;
}

.addon-right .box .title{
  text-align: left; 
  padding: 20px 0;
  border-bottom: 1px solid #eee;
}

.addon-right .box .title span{
  float: right;
  color: #ccc;
}

.addon-right .box .user{
  height: 100px;
  padding: 20px 0;
}
.addon-right .box .user img{
  width: 60px;
  height: 60px;
  border-radius: 50%;
  float: left;
  margin-right: 10px;
  margin-left: 20px;
}

.addon-right .box .user .about{
  padding-top: 10px;
}

.formwork-list{
  width:48%;
  height: 465px;
  display: inline-block;
  margin: 0px 10px 20px 10px;
  position: relative;
}

.formwork-list .box{
  width:100%;
  border-radius: 10px;
  background-color: #fff;
  position:absolute;
}
.formwork-list .box img{
  width:100%;
  height: 400px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.formwork-list .box .title{
  padding: 10px;
  text-align: left;
  font-size: 15px;
}
.formwork-list .box .text{
  padding: 0 10px 10px 10px;
  text-align: left;
  color: #ccc;
  font-size: 15px;
}
.formwork-list .box .text .price{
  display: inline-block;
  float: right;
  color: #fa3534;
}
.formwork-list .box .text span{
  margin-right: 5px;
  color: #ccc;
  text-decoration:line-through;
}
.shop-but{
  margin-top: 40px;
  width: 500px;
}

.shop-but .nav{
  width: 450px;
}

.shop-but a i{
  font-size: 20px;
  margin-right: 10px;
}

.no-addon{
  font-align:center;
  height:100px;
  line-height: 100px;
  vertical-align: middle;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
}
.no-addon span{
  color:#ff0000;
}



/*-- Team --*/
.team {
  padding: 50px 0;
}

.twthree-grid{
  position: relative;
  margin: 0 auto;
  list-style: none;
  text-align: center;
}

.twthree-grid .effect-dexter {
  position: relative;
  float: left;
  overflow: hidden;
  margin: 15px 1%;
  max-height: 360px;
  width: 48%;
  background: #3085a3;
  text-align: center;
}

.twthree-grid .effect-dexter img {
  position: relative;
  display: block;
  opacity: 0.8;
}

.twthree-grid .effect-dexter .figcaption {
  padding: 2em;
  color: #fff;
  text-transform: uppercase;
  font-size: 1.25em;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.twthree-grid .effect-dexter .figcaption::before, .twthree-grid .effect-dexter .figcaption::after {
  pointer-events: none;
}

.twthree-grid .effect-dexter .figcaption, .twthree-grid .effect-dexter .figcaption > a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.twthree-grid .effect-dexter .figcaption > a {
  z-index: 1000;
  text-indent: 200%;
  white-space: nowrap;
  font-size: 0;
  opacity: 0;
}

.twthree-grid .effect-dexter h4 {
  word-spacing: -0.15em;
  font-size: 30px;
  font-weight: 300;
}
.twthree-grid .effect-dexter h4 span {
  margin-left: 5px;
  font-weight: 600;
}

.twthree-grid .effect-dexter h4, .twthree-grid .effect-dexter ul {
  margin: 0;
}

.twthree-grid .effect-dexter p {
  letter-spacing: 1px;
  font-size: 68.5%;
}

.effect-dexter.effect-dexter {
  background: -webkit-linear-gradient(top, rgba(37,141,200,1) 0%, rgba(104,60,19,1) 100%);
  background: -moz-gradient(to bottom, rgba(37,141,200,1) 0%,rgba(104,60,19,1) 100%);
  background: linear-gradient(to bottom, rgba(37,141,200,1) 0%,rgba(104,60,19,1) 100%);
}

.effect-dexter.effect-dexter img {
  -webkit-transition: opacity 0.35s;
  -moz-transition: opacity 0.35s;
  transition: opacity 0.35s;
}

.effect-dexter.effect-dexter:hover img {
  opacity: 0.4;
}

.effect-dexter.effect-dexter .figcaption::after {
  position: absolute;
  right: 30px;
  bottom: 30px;
  left: 30px;
  height: -webkit-calc(50% - 30px);
  height: calc(50% - 30px);
  height: 42%;
  border: 7px solid #fff;
  content: '';
  -webkit-transition:0.35s all;
  -moz-transition:0.35s all;
  transition:0.35s all;
  -webkit-transform: translate3d(0,-100%,0);
  -moz-transform: translate3d(0,-100%,0);
  -o-transform: translate3d(0,-100%,0);
  -ms-transform: translate3d(0,-100%,0);
  transform: translate3d(0,-100%,0);
}

.effect-dexter.effect-dexter:hover .figcaption::after {
  -webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);
  -o-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}

.effect-dexter.effect-dexter .figcaption {
  padding: 3em;
  text-align: left;
}

.effect-dexter.effect-dexter ul {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 60px;
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(0,-100px,0);
  -moz-transform: translate3d(0,-100px,0);
  -o-transform: translate3d(0,-100px,0);
  -ms-transform: translate3d(0,-100px,0);
  transform: translate3d(0,-100px,0);
}

.effect-dexter.effect-dexter:hover ul {
  opacity: 1;
  -webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  -o-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}
/*-- Team-Social-Icons --*/
.team ul.w3lsocial {
  width: 100%;
  text-align: center;
  margin-top: 10px;
}
.team ul.w3lsocial li a {
  font-size: 0.85em;
}
/*-- //Team --*/

/*-- //New --*/
/*-- Formats --*/
.formats {
  padding: 50px 0 75px;
}
.formats p {
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 30px;
}
.g1 {
  position: relative;
  display: block;
}
.agile-caption {
  position: absolute;
  width: 100%;
  bottom: 0px;
  z-index: 999;
  background: rgba(5, 5, 3, 0.78);
  padding: 1em 0.5em;
  transition: all 0.8s ease;
  -webkit-transition: all 0.8s ease;
  -moz-transition: all 0.8s ease;
  -o-transition: all 0.8s ease;
  -ms-transition: all 0.8s ease;
  transform-style: preserve-3d;
  -webkit-transform:scale(0);
  -moz-transform:scale(0);
  -o-transform:scale(0);
  -ms-transform:scale(0);
  transform:scale(0);
}
.agile-caption h4 {
  font-size: 1.2em;
  color: #fff;
  margin-bottom: 0.5em;
}
.agile-caption h3 {
  font-weight: bold;
  color: #3d3d3d;
}
.agile-caption span {
  margin: 0;
  padding: 0;
  font-size: 0.9em;
  color: #cecece;
  font-weight: 300;
}
.g1:hover .agile-caption {
  display: block;
  -webkit-transform:scale(1);
  -moz-transform:scale(1);
  -o-transform:scale(1);
  -ms-transform:scale(1);
  transform:scale(1);
}
@media(max-width:480px) {
  .agile-caption {
    padding: 0.5em;
  }
  .agile-caption span {
    font-size: 0.8em;
  }
}
/*-- //Formats --*/

/*-- Reset-Code --*/
body {
  padding: 0;
  margin: 0;
  background: #FFF;
  font-family: 'Open Sans', sans-serif;
}

body a {
  transition: 0.5s all;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -o-transition: 0.5s all;
  -ms-transition: 0.5s all;
  text-decoration: none;
}
body a:hover {
  text-decoration: none;
}
body a:focus, a:hover {
  text-decoration: none;
}
input[type="button"],input[type="submit"] {
  transition: 0.5s all;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -o-transition: 0.5s all;
  -ms-transition: 0.5s all;
}
h1,h2,h3,h4,h5,h6 {
  margin: 0;
  padding: 0;
  text-align: center;
  font-family: 'Raleway', sans-serif;
}
p {
  margin: 0;
}

ul {
  margin: 0;
  padding: 0;
}

label {
  margin: 0;
}

img {
  width: 100%;
}

a:focus, a:hover {
  text-decoration: none;
  outline: none
}
/*-- //Reset-Code --*/
/*-- Index-Page-Styling --*/
/*-- Navbar --*/
.navbar {
  margin-bottom: 0;
  position: absolute;
  z-index: 99999;
  background-color: rgba(0, 0, 0, 0.47);
  border: none;
  border-bottom: 1px solid #BBB;
  border-radius: 0;
  width: 100%;
  padding: 11px 0;
}
a.navbar-brand {
  font-family: 'Racing Sans One', cursive;
  font-size: 50px;
}
.navbar-default .navbar-brand {
  color: #C0C6C6;
}
.navbar-default .navbar-brand:hover {
  color: #FFF;
}
.navbar-nav>li {
  padding: 5px 8px;
}
.navbar-default .navbar-nav>li>a {
  color: #BBB;
}
.navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:focus {
  color: #FFF;
}
/*-- Link-Hover-Effect --*/
.hover-effect a {
  padding: 10px;
  color: #237546;
  font-weight: 700;
  text-shadow: none;
  -webkit-transition: color 0.3s;
  -moz-transition: color 0.3s;
  transition: color 0.3s;
  font-family: 'Raleway', sans-serif;
}

.hover-effect a::before, .hover-effect a::after{
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background: #fff;
  content: '';
  opacity: 0;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  -moz-transition: opacity 0.3s, -moz-transform 0.3s;
  transition: opacity 0.3s, transform 0.3s;
  -webkit-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
  -o-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  transform: translateY(-10px);
}

.hover-effect a::before {
  top: 0;
  -webkit-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
  -o-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  transform: translateY(-10px);
}

.hover-effect a::after {
  bottom: 0;
  -webkit-transform: translateY(10px);
  -moz-transform: translateY(10px);
  -o-transform: translateY(10px);
  -ms-transform: translateY(10px);
  transform: translateY(10px);
}
.hover-effect a:hover, .hover-effect a:focus {
  color: #fff;
}
.hover-effect a:hover::before, .hover-effect a:focus::before, .hover-effect a:hover::after, .hover-effect a:focus::after ,.hover-effect.active a::after ,.hover-effect.active a::before{
  opacity: 1;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -o-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
}
/*-- //Link-Hover-Effect --*/
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus {
  color: #fff;
  background-color: transparent;
}
/*-- //Navbar --*/
/*-- Banner-Slider --*/
.slider {
  position: relative;
}
.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
}
.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
}

.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
}

.rslides img {
  display: block;
  height: auto;
  float: left;
  width: 100%;
  border: 0;
}

.callbacks_nav {
  position: absolute;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  top: 50%;
  left: 0;
  opacity: 0.7;
  z-index: 3;
  text-indent: -9999px;
  text-decoration: none;
  height: 61px;
  width: 38px;
  background: transparent url("../images/themes.gif") no-repeat left top;
  margin-top: -45px;
}
.callbacks_nav.next {
  left: auto;
  background-position: right top;
  right: 0;
}

ul.callbacks_tabs.callbacks1_tabs {
  display: none;
}
.callbacks_nav {
  left: 20px;
}
.callbacks_nav.next {
  right: 20px;
}
/*-- //Banner-Slider --*/
/*-- Headings --*/
.about h1, .features h2, .new h3, .formats h3, .progressive-effects h3, .team h3, .download h3, .contact h3  {
  font-size: 40px;
  font-weight: 700;
  color:#FF5722;
}
.progressive-effects h3, .contact h3 {
  color: #FFF;
}
.w3-agileitsline {
  height: 5px;
  width: 10%;
  margin: 20px auto 50px;
  background-color:#FF5722;
  border-radius: 20px;
}
/*-- //Headings --*/
/*-- About --*/
.about {
  padding: 50px 0;
}
.about h3 {
  padding: 0 50px;
  line-height: 40px;
  color: #777;
  font-weight: 600;
}
.about h4 {
  font-size: 20px;
  margin: 30px 0 50px;
  color: #777;
}
.about-agileinfo-list1, .about-agileinfo-list2, .about-agileinfo-image {
  width: 50%;
  float: left;
}
.about-agileinfo-grid h5 {
  font-size: 25px;
  font-weight: 600;
  text-align: left;
  margin-bottom: 20px;
  color: #F44336;
}
.about-agileinfo-grid li span.glyphicon {
  margin-right: 10px;
  color: #bdd001;
}
.about-agileinfo-grid li {
  display: block;
  margin: 15px 0;
  font-weight: 600;
  color: #999;
}
/*-- //About --*/
/*-- Features --*/
.features {
  background-color: #f5f5f5;
  padding: 50px 0;
}
.features-info {
  margin-top: 30px;
}
.features-icon i.fa {
  color: #bdd001;
  font-size: 2.5em;
}
.features-item:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  border-width: 0 30px 30px 0;
  border-style: solid;
  border-color: #F5F5F5 #F5F5F5 #FF5722 #FF5722;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3), -1px 1px 1px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3), -1px 1px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3), -1px 1px 1px rgba(0, 0, 0, 0.2);
  -webkit-transition: border-color .2s ease-in-out;
  -moz-transition: border-color .2s ease-in-out;
  transition: border-color .2s ease-in-out;
  display: block;
  width: 0;
}

.features-item{
  background: #FFF;
  padding: 30px 20px 20px;
  margin: 15px 0;
  position: relative;
  overflow: hidden;
  -webkit-transition:.5s all;
  -moz-transition:.5s all;
  transition:.5s all;
}
.features-item h4{
  font-size: 20px;
  font-weight: 700;
  color:#FF5722;
  -webkit-transition:.5s all;
  -moz-transition:.5s all;
  transition:.5s all;
}
.features-item p {
  font-size: 14px;
  padding: 20px 0;
  font-weight: 400;
  -webkit-transition:.5s all;
  -moz-transition:.5s all;
  transition:.5s all;
  line-height: 1.8em;
}
.features-item:hover{
  background: #bdd001;
}
.features-item:hover .features-icon i.fa{
  color: #fff;
}
.features-item:hover h4 {
  color: #FFF;
  -webkit-transform: translate(0,-5px);
  -o-transform: translate(0,-5px);
  -moz-transform: translate(0,-5px);
  -ms-transform: translate(0,-5px);
  transform: translate(0,-5px);
}
.features-item:hover p {
  color: #fff;
  transform: translate(0,-5px);
  -webkit-transform: translate(0,-5px);
  -o-transform: translate(0,-5px);
  -moz-transform: translate(0,-5px);
  -ms-transform: translate(0,-5px);
}

.features-item:hover:before {
  border-color: #F5F5F5 #F5F5F5 #808c06 #FF5722;
  -webkit-transition: border-color .2s ease-in-out;
  -moz-transition: border-color .2s ease-in-out;
  transition: border-color .2s ease-in-out;
}
/*-- //Features --*/
/*-- Real --*/
.real {
  background: url("../images/real.jpg")no-repeat center fixed;
  background-size: cover;
  padding: 100px 0;
  text-align: center;
}
.real img {
  width: 200px;
  border: 3px solid #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition:.5s all;
  -moz-transition:.5s all;
  -o-transition:.5s all;
  transition:.5s all;
}
.real h3 {
  font-size: 30px;
  color: #bdd001;
  margin-top: 50px;
  font-weight: 300;
}
.real p {
  margin-top:15px;
  color: #EEE;
  font-size: 15px;
  font-weight: 400;
  line-height: 30px;
}
.real-w3grid:hover  img{
  border-color:#FF5722;
}
/*-- //Real --*/
/*-- New --*/
.new {
  padding: 50px 0;
  background-color: #F5F5F5;
  border-bottom: 2px solid #EEE;
}
.new h4 {
  font-size: 25px;
  font-weight: 600;
  color: #bdd001;
  text-align: left;
  margin-left: 2em;
}

.new-w3lsgrid ul {
  margin: 30px 0 0 50px;
}
.new li {
  display: block;
  font-weight: 600;
  font-size: 1em;
  color: #999;
}
.mfp-auto-cursor .mfp-content h3 {
  margin-bottom: 1em;
}
/*-- //New --*/
/*-- Formats --*/
.formats {
  padding: 50px 0 75px;
}
.formats p {
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 30px;
}
.g1 {
  position: relative;
  display: block;
}
.agile-caption {
  position: absolute;
  width: 100%;
  bottom: 0px;
  z-index: 999;
  background: rgba(5, 5, 3, 0.78);
  padding: 1em 0.5em;
  transition: all 0.8s ease;
  -webkit-transition: all 0.8s ease;
  -moz-transition: all 0.8s ease;
  -o-transition: all 0.8s ease;
  -ms-transition: all 0.8s ease;
  transform-style: preserve-3d;
  -webkit-transform:scale(0);
  -moz-transform:scale(0);
  -o-transform:scale(0);
  -ms-transform:scale(0);
  transform:scale(0);
}
.agile-caption h4 {
  font-size: 1.2em;
  color: #fff;
  margin-bottom: 0.5em;
}
.agile-caption h3 {
  font-weight: bold;
  color: #3d3d3d;
}
.agile-caption span {
  margin: 0;
  padding: 0;
  font-size: 0.9em;
  color: #cecece;
  font-weight: 300;
}
.g1:hover .agile-caption {
  display: block;
  -webkit-transform:scale(1);
  -moz-transform:scale(1);
  -o-transform:scale(1);
  -ms-transform:scale(1);
  transform:scale(1);
}
@media(max-width:480px) {
  .agile-caption {
    padding: 0.5em;
  }
  .agile-caption span {
    font-size: 0.8em;
  }
}
/*-- //Formats --*/
/*-- Progressive-Effects --*/
.progressive-effects {
  background: url("../images/real.jpg")no-repeat center fixed;
  background-size: cover;
  padding: 100px 0;
  text-align: center;
}
/*-- Progress-Bar --*/
#about-us h2 {
  margin-top: 0;
  color: #fff;
}

#about-us .lead {
  font-size: 16px;
  font-weight: 800;
  margin-bottom:10px;
  text-align: left;
  color: #FFF;
}
#about-us h1 {
  margin-bottom: 30px;
}
.progress{
  height: 5px;
  background-color: #fff;
  border-radius: 0;
  box-shadow: none;
  -webkit-box-shadow: none;
  margin-bottom: 25px;
}

.progress-bar{
  box-shadow: none;
  -webkit-box-shadow: none;
  text-align: right;
  padding-right: 12px;
  background-color: #bdd001;
  font-size: 12px;
  font-weight: 600;
}

.progress .progress-bar.six-sec-ease-in-out {
  -webkit-transition: width 2s ease-in-out;
  -moz-transition: width 2s ease-in-out;
  transition: width 2s ease-in-out;
}
/*-- //Progress-Bar --*/

/*-- Stats --*/
.stats {
  margin-top: 50px;
}
.stats-info {
  text-align: center;
}
.stats-img {
  margin: 30px 0;
}
.stats-img i.fa {
  font-size: 3.5em;
  color: #fff;
}
.numscroller {
  font-size: 35px;
  font-weight: 700;
  color: #F44336;
  margin-bottom: 10px;
}

.stats-info p {
  font-size: 20px;
  font-weight: 600;
  color: #EEE;
}
/*-- //Stats --*/
/*-- Progressive-Effects --*/
/*-- Team --*/
.team {
  padding: 50px 0;
}

.twthree-grid{
  position: relative;
  margin: 0 auto;
  list-style: none;
  text-align: center;
}

.twthree-grid .effect-dexter {
  position: relative;
  float: left;
  overflow: hidden;
  margin: 15px 1%;
  max-height: 360px;
  width: 48%;
  background: #3085a3;
  text-align: center;
}

.twthree-grid .effect-dexter img {
  position: relative;
  display: block;
  opacity: 0.8;
}

.twthree-grid .effect-dexter .figcaption {
  padding: 2em;
  color: #fff;
  text-transform: uppercase;
  font-size: 1.25em;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.twthree-grid .effect-dexter .figcaption::before, .twthree-grid .effect-dexter .figcaption::after {
  pointer-events: none;
}

.twthree-grid .effect-dexter .figcaption, .twthree-grid .effect-dexter .figcaption > a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.twthree-grid .effect-dexter .figcaption > a {
  z-index: 1000;
  text-indent: 200%;
  white-space: nowrap;
  font-size: 0;
  opacity: 0;
}

.twthree-grid .effect-dexter h4 {
  word-spacing: -0.15em;
  font-size: 30px;
  font-weight: 300;
}
.twthree-grid .effect-dexter h4 span {
  margin-left: 5px;
  font-weight: 600;
}

.twthree-grid .effect-dexter h4, .twthree-grid .effect-dexter ul {
  margin: 0;
}

.twthree-grid .effect-dexter p {
  letter-spacing: 1px;
  font-size: 68.5%;
}

.effect-dexter.effect-dexter {
  background: -webkit-linear-gradient(top, rgba(37,141,200,1) 0%, rgba(104,60,19,1) 100%);
  background: -moz-gradient(to bottom, rgba(37,141,200,1) 0%,rgba(104,60,19,1) 100%);
  background: linear-gradient(to bottom, rgba(37,141,200,1) 0%,rgba(104,60,19,1) 100%);
}

.effect-dexter.effect-dexter img {
  -webkit-transition: opacity 0.35s;
  -moz-transition: opacity 0.35s;
  transition: opacity 0.35s;
}

.effect-dexter.effect-dexter:hover img {
  opacity: 0.4;
}

.effect-dexter.effect-dexter .figcaption::after {
  position: absolute;
  right: 30px;
  bottom: 30px;
  left: 30px;
  height: -webkit-calc(50% - 30px);
  height: calc(50% - 30px);
  height: 42%;
  border: 7px solid #fff;
  content: '';
  -webkit-transition:0.35s all;
  -moz-transition:0.35s all;
  transition:0.35s all;
  -webkit-transform: translate3d(0,-100%,0);
  -moz-transform: translate3d(0,-100%,0);
  -o-transform: translate3d(0,-100%,0);
  -ms-transform: translate3d(0,-100%,0);
  transform: translate3d(0,-100%,0);
}

.effect-dexter.effect-dexter:hover .figcaption::after {
  -webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);
  -o-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}

.effect-dexter.effect-dexter .figcaption {
  padding: 3em;
  text-align: left;
}

.effect-dexter.effect-dexter ul {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 60px;
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(0,-100px,0);
  -moz-transform: translate3d(0,-100px,0);
  -o-transform: translate3d(0,-100px,0);
  -ms-transform: translate3d(0,-100px,0);
  transform: translate3d(0,-100px,0);
}

.effect-dexter.effect-dexter:hover ul {
  opacity: 1;
  -webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  -o-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}
/*-- Team-Social-Icons --*/
.team ul.w3lsocial {
  width: 100%;
  text-align: center;
  margin-top: 10px;
}
.team ul.w3lsocial li a {
  font-size: 0.85em;
}
/*-- //Team --*/
/*-- Download --*/
.download {
  padding: 50px 0 75px;
  border-top: 2px solid #EEE;
  text-align: center;
}
.download-image {
  width: 12%;
  margin: 0 0.5em;
  display: inline-block;
}
/*-- //Download --*/
/*-- Map --*/
.map iframe {
  width: 100%;
  height: 500px;
  border: 5px solid #FAFAFA;
}
/*-- //Map --*/
/*-- Contact --*/
.contact {
  background: url(../images/1.jpg)no-repeat center fixed;
  background-size: cover;
  padding: 50px 0 75px;
}
.contact_form input[type='text'] {
  width: 100%;
  border-radius: 0;
  line-height: 22px;
  font-size: 14px;
  padding: 14px 17px 14px;
  outline: none;
  color: #FFF;
  height: 50px;
  border: 1px solid #d5d5d5;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 0 20px;
  background: rgba(51, 51, 51, 0.61);
}

.contact_form textarea {
  width: 100%;
  border-radius: 0;
  line-height: 22px;
  font-size: 14px;
  padding: 14px 17px 14px;
  outline: none;
  border: 1px solid #d5d5d5;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  resize: none;
  color: #FFF;
  height: 191px;
  background: rgba(51, 51, 51, 0.61);
}
form.contact_form {
  text-align: center;
}
input.text:active, input.text:focus {
  background-color: rgba(0, 0, 0, 0.84);
}

textarea:active, textarea:focus {
  background-color: rgba(0, 0, 0, 0.84);
}

.more_btn {
  margin-top: 50px;
  padding: 13px 30px;
  border: 1px solid #d5d5d5;
  font-size: 16px;
  color: #FFF;
  background-color: rgba(51, 51, 51, 0.61);
  text-decoration: none;
  outline: none;
  transition: 0.5s all;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -o-transition: 0.5s all;
  -ms-transition: 0.5s all;
}

.more_btn:hover {
  color: #FFF;
  background-color: rgba(0, 0, 0, 0.84);
  cursor: pointer;
}
/*-- //Contact --*/
/*-- Footer --*/
.footer {
  background-color: #212121;
}
.footer-info {
  margin-top: 50px;
}
.footer h4 {
  color: #ff5722;
  padding: 0 0 20px 0;
  font-weight: 600;
  text-align: left;
  font-size: 20px;
}
.footer-info li {
  color: #EEE;
  display: block;
  font-weight: 300;
  font-size: 13px;
  line-height: 25px;
}
.links a {
  color: #EEE;
  font-size: 1em;
}
.links a:hover {
  color: #FFF;
  text-decoration: underline;
}
a.mail {
  color: #EEE;
}
a.mail:hover {
  color: #bdd001;
}
/*-- Newsletter --*/
.footer-info p {
  color: #EEE;
  font-weight: 300;
  font-size: 13px;
  line-height: 23px;
  margin-bottom: 10px;
}
.newsletter {
  position: relative;
}
.newsletter .email {
  padding: 5px 60px 5px 15px;
  font-style: italic;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  height: 40px;
  border: 1px solid #ddd;
  width: 100%;
  outline:none;
  color: #bcc0c4;
  background-color: #565f66;
  border: none;
}
.newsletter .submit {
  width: 40px;
  height: 40px;
  background-image: url('../images/subscribe.png');
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  background-color: #bdd001;
  top: 0;
  right: 0;
  border: none;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s ;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
  outline:none;
}
.newsletter:hover .submit{
  background-color: #ff5722;
}
/*-- //Newsletter --*/
/*-- Footer-Social-Icons --*/
.connect {
  padding-bottom: 30px;
  text-align: center;
}
.connect h4 {
  text-align: center;
}
.connect-social ul li {
  display: inline-block;
  margin: 0 2px;
}
.connect-social ul li a {
  display: inline-block;
  width: 35px;
  height: 35px;
  background-size: 300px;
  color: #fff;
  border: 1px solid #fff;
  line-height: 2.4em;
  border-radius: 50%;
  text-align: center;
}
.connect-social ul li a:hover {
  color: #bdd001;
  border-color: #bdd001;
  -webkit-transform: rotatez(360deg);
  -moz-transform: rotatez(360deg);
  -o-transform: rotatez(360deg);
  -ms-transform: rotatez(360deg);
  transform: rotatez(360deg);
}
/*-- Footer-Social-Icons --*/
/*-- Copyright --*/
.copyright {
  text-align: center;
  padding: 30px 0;
  border-top: 1px solid #EEE;
}
.copyright p {
  color: #FFF;
}
.copyright a {
  color: #FFF;
  text-decoration: none;
}
.copyright a:hover {
  color: #bdd001;
  text-decoration: underline;
}
::-webkit-input-placeholder {
  color:#fff !important;
}
:-moz-placeholder { /* Firefox 18- */
  color:#fff !important;
}
::-moz-placeholder {  /* Firefox 19+ */
  color:#fff !important;
}
:-ms-input-placeholder {
  color:#fff !important;
}
/*-- //Copyright --*/
/*-- //Footer --*/
/*-- slider-up-arrow --*/
#toTop {
  display: none;
  text-decoration: none;
  position: fixed;
  bottom: 3%;
  right: 3%;
  overflow: hidden;
  width: 32px;
  height: 32px;
  border: none;
  text-indent: 100%;
  background: url("../images/move-up.png") no-repeat 0px 0px;
}
#toTopHover {
  width: 32px;
  height: 32px;
  display: block;
  overflow: hidden;
  float: right;
  opacity: 0;
  -moz-opacity: 0;
  filter: alpha(opacity=0);
}
/*-- //slider-up-arrow --*/
/*-- Index-Page-Styling --*/

/*-- Responsive Code --*/
@media screen and (max-width:1024px) {
  .navbar-nav>li {
    padding: 5px 5px;
  }
  a.navbar-brand {
    font-size: 40px;
  }
  .new-w3lsgrid.about-agileinfo-grid {
    width: 46%;
    margin-left: 4%;
    border: none;
  }
  .about h3 {
    font-size: 18px;
    line-height: 35px;
  }
  .about h4 {
    font-size: 18px;
  }
  .about-agileinfo-grid {
    width: 75%;
    margin-left: 10%;
    border: 2px solid #EEE;
    padding: 0;
  }
  .about-agileinfo-list1, .about-agileinfo-list2 {
    padding-top: 20px;
    padding-left: 60px;
  }
  .about-agileinfo-list2 {
    float: right;
    padding-left: 65px;
  }
  .about h1, .features h2, .new h3, .formats h3, .progressive-effects h3, .team h3, .download h3, .contact h3 {
    font-size: 35px;
  }
  .w3-agileitsline {
    height: 5px;
    width: 15%;
    margin: 10px auto 35px;
  }
  .real p {
    font-size: 14px;
  }
  .new li {
    font-size: 13px;
  }
  #about-us {
    padding: 0 50px;
  }
  .progress {
    margin-bottom: 20px;
  }
  #about-us .lead {
    font-size: 15px;
    font-weight: 600;
  }
  .stats-img img {
    width: 85px;
  }
  .stats-info {
    margin-top: 50px;
  }
  .numscroller {
    font-size: 32px;
  }
  .stats-info p {
    font-size: 18px;
  }
  .map iframe {
    height: 300px;
  }
}

@media screen and (max-width:991px) {
  .about h3 {
    padding: 0 30px;
  }
  .about-agileinfo-grid {
    width: 100%;
    margin-left: 0;
  }
  .new-w3lsgrid.about-agileinfo-grid {
    margin-left: 0;
  }
  .feature-wthree {
    padding: 0 5px;
  }
  .features-item h4 {
    font-size: 19px;
  }
  .features-item p {
    font-size: 13px;
  }
  .real, .progressive-effects {
    padding: 75px 0;
  }
  .real img {
    width: 125px;
  }
  .real h3 {
    font-size: 25px;
    margin-top: 35px;
  }
  .real p {
    font-size: 13px;
    margin-top: 15px;
    line-height: 25px;
  }
  .new-w3lsgrid ul {
    margin: 24px 0 0 50px;
  }
  #about-us {
    padding: 0;
  }
  .effect-dexter.effect-dexter ul {
    bottom: 50px;
  }
  .newsletter .email {
    padding: 5px 50px 5px 15px;
  }
  .newsletter .submit {
    right: -13px;
  }
  .new-w3lsgrid ul {
    margin: 24px 0 0 28px;
  }
  .new h4 {
    font-size: 23px;
    margin-left: 1em;
  }
  .navbar-nav>li {
    padding: 5px 3px;
  }
  a.navbar-brand {
    font-size: 37px;
  }
}

@media screen and (max-width:900px) {
  .nav>li>a {
    padding: 10px 10px;
  }
  .formats ,.download{
    padding: 50px 0;
  }
}

@media screen and (max-width:853px) {
  a.navbar-brand {
    font-size: 35px;
  }
}

@media screen and (max-width:800px) {
  a.navbar-brand {
    font-size: 30px;
  }
  .about h3 {
    font-size: 17px;
    line-height: 30px;
  }
  .about h4 {
    font-size: 17px;
    margin: 20px 0 40px;
  }
  #about-us {
    padding: 0 30px;
  }
}

@media screen and (max-width:768px) {
  .callbacks_nav {
    top: 60%;
  }
  .about h1, .features h2, .new h3, .formats h3, .progressive-effects h3, .team h3, .download h3, .contact h3 {
    font-size: 30px;
  }
  .formats p {
    font-size: 18px;
  }
  .stats-info p {
    font-size: 16px;
  }
  .grid .effect-dexter {
    margin: 8px 1%;
  }
  .contact {
    padding: 50px 0;
  }
  .footer-info li {
    font-size: 12px;
  }
  .footer-info p {
    font-size: 12px;
    margin-bottom: 20px;
    line-height: 20px;
  }
  .newsletter .email {
    height: 35px;
  }
  .newsletter .submit {
    width: 35px;
    height: 35px;
  }
}

@media screen and (max-width:767px) {
  .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background-color: #bdd001;
  }
  .navbar-default .navbar-toggle {
    border-color: #bdd001;
    background: #bdd001;
  }
  .navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
  }
  .navbar-default .navbar-nav>li>a {
    text-align: center;
  }
}
@media screen and (max-width:736px) {
  .navbar {
    padding: 0;
    background-color: rgba(0, 0, 0, 0.8);
  }
  .navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border-top: 1px solid #BBB;
    border-bottom: 3px solid #BBB;
  }
  ul.navbar-nav {
    text-align: center;
    width: 50%;
    margin: 5px auto;
  }
  a.navbar-brand {
    font-size: 25px;
  }
  .callbacks_nav.next {
    right: 0px;
  }
  .callbacks_nav {
    left: 0;
  }
  .real, .progressive-effects {
    padding: 50px 0;
  }
  .real h3 {
    font-size: 22px;
  }
  .about h3 {
    font-size: 16px;
  }
  .feature-wthree {
    width: 33.3%;
    float: left;
  }
  .features-item h4 {
    font-size: 18px;
  }
  .real-w3grid {
    width: 33.3%;
    float: left;
  }
  .new-w3lsgrid {
    width: 50%;
    float: left;
  }
  .new-w3lsgrid ul {
    margin: 15px 0 0 20px;
  }
  .formats {
    padding: 50px 0;
  }
  .stats-grid {
    width: 25%;
    float: left;
  }
  .progress {
    margin-bottom: 15px;
    line-height: 15px;
  }
  .progress-bar {
    font-size: 11px;
    line-height: 15px;
  }
  #about-us .lead {
    font-size: 13px;
  }
  .numscroller {
    font-size: 25px;
  }
  .stats-info p {
    font-size: 15px;
  }
  .map iframe {
    height: 250px;
  }
  .new h4 {
    font-size: 20px;
  }
  .c1 {
    width: 50%;
    float: left;
    padding: 0 5px;
  }
  .footer-info-grid {
    width: 33.3%;
    float: left;
  }
  .newsletter .email {
    width: 95%;
    padding: 5px 25px 5px 5px;
    font-size: 11px;
  }
}

@media screen and (max-width:667px) {
  .about h3 {
    font-size: 15px;
  }
  .about h4 {
    font-size: 16px;
  }
  .about-agileinfo-list1, .about-agileinfo-list2 {
    padding-top: 10px;
    padding-left: 40px;
  }
  .about-agileinfo-list2 {
    padding-left: 45px;
  }
  .about-agileinfo-grid li {
    font-size: 13px;
  }
  .effect-dexter.effect-dexter .figcaption {
    padding: 2.2em;
  }
  .team ul.w3lsocial li a {
    width: 30px;
    height: 30px;
  }
  .twthree-grid .effect-dexter h4 {
    line-height: 2.3em;
  }
  .features-item h4 {
    font-size: 16px;
  }
  .real h3 {
    font-size: 23px;
  }
  .new-w3lsgrid ul {
    margin: 15px 0 0 0px;
  }
  .new li {
    font-size: 12px;
  }
  .real h3 {
    margin-top: 20px;
  }
  .formats p {
    font-size: 16px;
  }
  .stats-info p {
    font-size: 14px;
  }
  .grid .effect-dexter h4 {
    font-size: 25px;
  }
  .effect-dexter.effect-dexter ul {
    bottom: 50px;
  }
  .more_btn {
    margin-top: 20px;
  }
  .twthree-grid .effect-dexter h4 {
    line-height: 1.8em;
  }
  .connect-social ul li a {
    line-height: 2em;
    border-radius: 50%;
  }
}

@media screen and (max-width:640px) {
  .about h3 {
    font-size: 14px;
  }
  .about h4 {
    font-size: 15px;
  }
  .features-item {
    padding: 30px 10px 20px;
  }
  .new li {
    padding: 3px 0;
  }
  .stats-info p {
    font-size: 13px;
  }
  .grid .effect-dexter h4 {
    font-size: 24px;
    line-height: 0.8;
  }
  .contact_form input[type='text'] {
    padding: 10px 17px 10px;
    height: 35px;
  }
  .contact_form textarea {
    height: 145px;
  }
  .new h4 {
    font-size: 18px;
    margin-left: 0;
  }
}

@media screen and (max-width:603px) {
  .about-agileinfo-grid h5 {
    margin-bottom: 15px;
  }
  .about-agileinfo-grid li {
    margin: 11px 0;
  }
  .grid .effect-dexter h4 {
    font-size: 22px;
  }
  .effect-dexter.effect-dexter ul {
    bottom: 38px;
  }
}

@media screen and (max-width:600px) {
  .grid .effect-dexter h4 {
    font-size: 21px;
  }
  .twthree-grid .effect-dexter h4 {
    font-size: 23px;
  }
  .effect-dexter.effect-dexter ul {
    bottom: 44px;
  }
  .features-icon i.fa {
    font-size: 2em;
  }
}

@media screen and (max-width:568px) {
  .about-agileinfo-list2 {
    padding-left: 25px;
    padding-top: 5px;
  }
  .about-agileinfo-grid li {
    font-size: 12px;
  }
  .features-item h4 {
    font-size: 15px;
  }
  .real img {
    width: 100px;
  }
  .new-w3lsgrid {
    padding: 0 10px;
  }
  .new-w3lsgrid.about-agileinfo-grid {
    width: 50%;
  }
  .grid .effect-dexter h4 {
    font-size: 19px;
    line-height: 0.4;
  }
  .more_btn {
    margin-top: 20px;
    padding: 10px 30px;
    font-size: 14px;
  }
  .footer-info-grid.links {
    width: 28%;
  }
  .footer-info-grid.address {
    width: 38%;
  }
  .footer-info-grid.email {
    width: 34%;
  }
  .footer-info p {
    margin-bottom: 5px;
  }
  .effect-dexter.effect-dexter ul {
    bottom: 41px;
  }
  .effect-dexter.effect-dexter .figcaption {
    padding: 1.5em;
  }
  .twthree-grid .effect-dexter h4 {
    line-height: 2.8em;
  }
  .connect-social ul li a {
    line-height: 2.4em;
  }
  .team ul.w3lsocial li a {
    line-height: 2em;
  }
}

@media screen and (max-width:533px) {
  .about h4 {
    margin: 20px 10px 40px;
    line-height: 25px;
  }
  .about-agileinfo-list1, .about-agileinfo-list2 {
    padding-left: 10px;
  }
  .about-agileinfo-grid li {
    margin: 8px 0;
  }
  .features-item {
    padding: 30px 0px 20px;
  }
  .features-item h4 {
    font-size: 15px;
  }
  .features-item p {
    font-size: 12px;
  }
  .real-w3grid {
    padding: 0 5px;
  }
  .real p {
    margin-top: 10px;
    line-height: 23px;
  }
  .new li {
    font-size: 11px;
  }
  .formats p {
    font-size: 15px;
  }
  .effect-dexter.effect-dexter .figcaption {
    padding: 1em;
  }
  .effect-dexter.effect-dexter .figcaption::after {
    right: 10px;
    bottom: 15px;
    left: 10px;
    height: calc(50% - 20px);
  }
  .grid .effect-dexter h4 {
    font-size: 20px;
    line-height: 3.7;
  }
  .effect-dexter.effect-dexter ul {
    bottom: 22px;
  }
  .footer h4 {
    font-size: 16px;
  }
}

@media screen and (max-width:480px) {
  .about-agileinfo-grid h5 {
    margin-bottom: 5px;
    font-size: 22px;
  }
  .features-item {
    padding: 20px 0px 0px;
  }
  .features-item h4 {
    font-size: 14px;
  }
  .real img {
    width: 80px;
  }
  .real h3 {
    font-size: 22px;
  }
  .real p {
    margin-top: 15px;
    font-size: 12px;
    line-height: 25px;
  }
  .new-w3lsgrid {
    padding: 0 5px;
  }
  .new h4 {
    line-height: 0.5;
  }
  .new-w3lsgrid ul {
    margin: 10px 0 0 0px;
  }
  .grid .effect-dexter h4 {
    line-height: 3.2;
  }
  .effect-dexter.effect-dexter ul {
    bottom: 19px;
  }
  .footer-info-grid.links {
    width: 20%;
  }
  .footer-info-grid.address {
    width: 46%;
  }
  .stats-img i.fa {
    font-size: 2.5em;
  }
  .numscroller {
    font-size: 16px;
  }
  .stats-info p {
    font-size: 11px;
  }
  .stats-img {
    margin: 15px 0;
  }
}

@media screen and (max-width:414px) {
  .callbacks_nav {
    width: 25px;
    background-size: 50px;
    top: 65%;
  }
  .about, .features, .new, .formats, .team, .download {
    padding: 30px 0;
  }
  .about h1, .features h2, .new h3, .formats h3, .progressive-effects h3, .team h3, .download h3, .contact h3 {
    font-size: 25px;
  }
  .w3-agileitsline {
    width: 20%;
    margin: 10px auto 25px;
  }
  .about h3 {
    font-size: 13px;
    line-height: 25px;
  }
  .about h4 {
    font-size: 14px;
    margin-bottom: 20px;
  }
  .about-agileinfo-grid {
    border: none;
  }
  .about-agileinfo-list1, .about-agileinfo-list2, .about-agileinfo-image {
    width: 75%;
    margin-left: 13%;
    margin-bottom: 20px;
    padding-left: 0px;
  }
  .about-agileinfo-list2 {
    padding-left: 0;
  }
  .about-agileinfo-list2 {
    width: 85%;
  }
  .feature-wthree {
    width: 50%;
  }
  .features-item h4 {
    font-size: 16px;
  }
  .real {
    padding: 30px 0;
  }
  .real-w3grid {
    width: 85%;
    margin-left: 8%;
    margin-bottom: 25px;
  }
  .real h3 {
    font-size: 25px;
    margin-top: 20px;
  }
  .real p {
    font-size: 13px;
  }
  .new-w3lsgrid ul {
    margin-top: 15px;
  }
  .new-w3lsgrid.about-agileinfo-grid {
    width: 100%;
    margin: 1.5em 0 0;
  }
  .new-w3lsgrid {
    width: 100%;
    float: none;
  }
  .new li {
    font-size: 12px;
    padding-top: 7px;
  }
  .twthree-grid .effect-dexter {
    margin: 15px auto;
    width: 77%;
    float:none;
  }
  .twthree-grid .effect-dexter h4 {
    line-height: 3.8em;
  }
  .formats p {
    font-size: 14px;
  }
  .progressive-effects {
    padding: 50px 0 0;
  }
  .stats-grid {
    width: 50%;
    margin-bottom: 50px;
  }
  .stats-img img {
    width: 75px;
  }
  .numscroller {
    font-size: 30px;
  }
  .stats-info p {
    font-size: 15px;
  }
  .grid .effect-dexter {
    width: 85%;
    margin: 10px 0 10px 30px;
  }
  .grid .effect-dexter h4 {
    line-height: 3.9;
    font-size: 25px;
  }
  .effect-dexter.effect-dexter ul {
    bottom: 34px;
  }
  .contact_form input[type='text'] {
    font-size: 12px;
    padding: 10px;
  }
  .contact_form textarea {
    font-size: 12px
  }
  .footer-info-grid.links {
    width: 40%;
  }
  .footer-info-grid.address {
    width: 60%;
  }
  .footer-info-grid.email {
    width: 80%;
    margin-bottom: 30px;
  }
  .footer-info p {
    margin-bottom: 15px;
  }
  .copyright p {
    font-size: 13px;
  }
  .connect-social ul li a {
    width: 30px;
    height: 30px;
    font-size: 0.9em;
  }
}

@media screen and (max-width:384px) {
  .connect-social ul li a {
    width: 25px;
    height: 25px;
    background-size: 250px;
  }
  .connect-social ul li a.facebook:hover {
    background-position: 0px -25px;
  }
  .connect-social ul li a.twitter {
    background-position: -25px 0px;
  }
  .connect-social ul li a.twitter:hover {
    background-position: -25px -25px;
  }
  .connect-social ul li a.googleplus {
    background-position: -50px 0px;
  }
  .connect-social ul li a.googleplus:hover {
    background-position: -50px -25px;
  }
  .connect-social ul li a.linkedin {
    background-position: -75px 0px;
  }
  .connect-social ul li a.linkedin:hover {
    background-position: -75px -25px;
  }
  .connect-social ul li a.blogger {
    background-position: -100px 0px;
  }
  .connect-social ul li a.blogger:hover {
    background-position: -100px -25px;
  }
  .connect-social ul li a.tumblr {
    background-position: -125px 0px;
  }
  .connect-social ul li a.tumblr:hover {
    background-position: -125px -25px;
  }
  .connect-social ul li a.rss {
    background-position: -150px 0px;
  }
  .connect-social ul li a.rss:hover {
    background-position: -150px -25px;
  }
  .connect-social ul li a.youtube {
    background-position: -175px 0px;
  }
  .connect-social ul li a.youtube:hover {
    background-position: -175px -25px;
  }
  .connect-social ul li a.vimeo {
    background-position: -200px 0px;
  }
  .connect-social ul li a.vimeo:hover {
    background-position: -200px -25px;
  }
  .connect-social ul li a.deviantart {
    background-position: -225px 0px;
  }
  .connect-social ul li a.deviantart:hover {
    background-position: -225px -25px;
  }
}

@media screen and (max-width:375px) {
  .grid .effect-dexter h4 {
    line-height: 3.4;
  }
  .effect-dexter.effect-dexter ul {
    bottom: 30px;
  }
  .about-agileinfo-list1, .about-agileinfo-list2, .about-agileinfo-image {
    width: 90%;
    margin-left: 7%;
  }
  .about-agileinfo-list2 {
    width: 94%;
  }
}

@media screen and (max-width:360px) {
  .about h4 {
    font-size: 13px;
  }
  .feature-wthree {
    width: 78%;
    margin-left: 11%;
  }
  .real-w3grid {
    width: 90%;
    margin-left: 5%;
  }
  .formats p {
    font-size: 13px;
  }
  .stats-info p {
    font-size: 14px;
  }
}

@media screen and (max-width:320px) {
  .about h3 {
    padding: 0 5px;
  }
  .about h4 {
    font-size: 12px;
  }
  .new li {
    padding-left: 0;
  }
  .formats p {
    padding: 0 20px;
    line-height: 25px;
  }
  .stats-grid {
    padding: 0;
  }
  .stats-img img {
    width: 50px;
  }
  .numscroller {
    font-size: 22px;
  }
  .stats-info p {
    font-size: 13px;
  }
  .grid .effect-dexter {
    width: 85%;
    margin: 10px 0 10px 20px;
  }
  .grid .effect-dexter h4 {
    font-size: 22px;
  }
  .effect-dexter.effect-dexter ul {
    bottom: 34px;
  }
  .c1 {
    width: 100%;
  }
  .footer-info-grid.links, .footer-info-grid.address, .footer-info-grid.email {
    width: 100%;
  }
  .mfp-auto-cursor .mfp-content h3 {
    font-size: 1.2em;
  }
  .twthree-grid .effect-dexter {
    width: 100%;
  }
  .footer-info-grid.address {
    margin-top: 20px;
  }
  .footer h4 {
    padding: 0 0 8px 0;
  }
  .connect-social ul li a {
    font-size: 0.75em;
  }
  .connect-social ul li {
    margin: 0 1px;
  }
}
/*-- //Responsive Code --*/

.function-list li img{
  width: 18%!important;

}
.bounceInRight  li img{
  width: 25%!important;

}
.lazyOwl{
  width: 50%;
}