@charset "utf-8";
.center-block {
  display: block;
  margin-right: auto;
  margin-left: auto;
}
.index_title{height: 120px; padding-top: 25px;}
.index_title h1{font-size: 36px;text-align: center; color: #000;}
.index_title h2 {
    font-size: 30px;
    text-transform: uppercase;
    font-weight: 800;
    line-height: 22px;
	text-align: center;
}
.index_title h2 span {
    color: #f03;
}
.index_title p{font-size: 12px;text-align: center;padding-top: 5px; color:#666;}
.doc-logo{display:block;margin-bottom:10px;}
@media (min-width:760px){.doc-nav{text-align:right;}}
.view-more a {
	width: 120px;
    line-height: 40px;
    text-align: center;
	color: #fff;
	background-color:#e33;
	font-size:14px;    position: absolute;
    right: 0;
    top: 16px;
	}
.anchor {
    width: 100%;
    background: #fff;
    height: 80px;
    border-bottom: 1px solid #e5e5e5;
}
.bd_menu {
    height: 80px;
	width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}
.bd_menu span {
    display: block;
    float: left;
    width: 150px;
    line-height: 80px;
    text-align: center;
    background: url(../images/brand1_bg.jpg) no-repeat left center;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.bd_menu span:first-child {
    background-image: none;
}
.bd_menu span.on, .bd_menu span:hover {
    color: #e33;
}
.bd_menu span.on a, .bd_menu span:hover a {
    color: #e33;
}
.bd_menu a {
    display: block;
    line-height: 80px;
    color: #29292a;
    font-size: 18px;
}
.is_block {
    background-color: #f6f6f6;
    padding: 0 18px;
}

.is_block p {
    text-align: left;
    margin-top: 14px;
    color: #2f2f2f;
}
.is_block p.is_title {
    font-size:18px;
}
.is_block p.is_txt {
    font-size:14px;
	color:#999;
}

.is_block_pro {
	border-top:#eaeaea 1px solid;
    padding: 0 16px;
    height: 100px;
}

.is_block_pro p {
    text-align: left;
    margin-top: 14px;
    color: #2f2f2f;
}
#bottomLogo{width:100%; max-width:450px;}
.pro_catalog_txt {font-size:18px;}

.is_block_pro p.is_title {
    font-size:16px;
}
.is_block_pro p.is_txt {
    font-size:14px;
	color:#999;
}
.fh5co-section-with-image {
  position: relative;
}
.fh5co-section-with-image .fh5co-box {
  padding: 40px;
  background: rgba(255, 255, 255, 0.7);
  position: absolute;
  right:17%;
  width: 35%;
  top: 30%;
}
@media screen and (max-width: 992px) {
  .fh5co-section-with-image .fh5co-box {
    position: relative;
    right: auto;
    bottom: auto;
    width: 100%;
    margin-top: auto !important;
  }
}
@media screen and (max-width: 480px) {
  .fh5co-section-with-image .fh5co-box {
    position: relative;
    right: auto;
    bottom: auto;
    width: 100%;
    padding: 15px;
  }
}

.fh5co-section-with-image .fh5co-box1 {
  padding: 40px;
  background: rgba(255, 255, 255, 0.7);
  position: absolute;
  left:17%;
  width: 35%;
  top: 20%;
}
@media screen and (max-width: 992px) {
  .fh5co-section-with-image .fh5co-box1 {
    position: relative;
    left: auto;
    bottom: auto;
    width: 100%;
    margin-top: auto !important;
  }
}
@media screen and (max-width: 480px) {
  .fh5co-section-with-image .fh5co-box1 {
    position: relative;
    left: auto;
    bottom: auto;
    width: 100%;
    padding: 15px;
  }
}
.fh5co-section-with-image h2 {
  font-size: 28px;
  line-height:40px;
}
@media screen and (max-width: 768px) {
  .fh5co-section-with-image h2 {
    font-size: 14px;
  }
}
.fh5co-section-with-image p {
  font-size: 16px;
  color:#666;
}
@media screen and (max-width: 768px) {
  .fh5co-section-with-image p {
    font-size: 14px;
	color:#666;
  }
}
.fh5co-section-with-image p:last-child {
  margin-bottom: 0;
}
.btn {
    margin-right: 4px;
    margin-bottom: 4px;
    font-family: "Open Sans", Arial, sans-serif;
    font-size: 16px;
    font-weight: 400;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    border-radius: 30px;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
	padding: 10px 20px;
	border: 2px solid #666; 
	background: transparent;
    color: #666;
}
.btn:hover, .btn:focus, .btn:active {
  background: #666 !important;
  border-color: #666 !important;
  color:#fff;
}
.btn.with-arrow {
  position: relative;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.btn.with-arrow i {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  right: 0px;
  top: 50%;
  margin-top: -12px;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.btn.with-arrow:hover {
  padding-right: 50px;
}
.btn.with-arrow:hover i {
  color: #fff;
  right: 18px;
  visibility: visible;
  opacity: 1;
}

.about {
    position: relative;
    overflow: hidden;
    width: 100%;
    min-width: 1180px;
    padding: 60px 0;
    color: #444;
    background: url(../images/image_2.jpg);
    background-size: cover;
    background-attachment: fixed;
    color: #ddd;
}

.pro:hover{box-shadow:0px 0px 20px #ccc;}
.list-con{margin:0px -10px;}
.list-con .list{width:33%;float:left;padding:0px 10px;padding-bottom:36px;}
.list-con .list .img{position:relative;padding-top:60%;overflow:hidden;height:0;}
.list-con .list .img a{display:block;background-position:center center;background-size:cover;left:0;top:0;width:100%;height:100%;position:absolute;-webkit-transition:all 0.4s ease-out;-o-transition:all 0.4s ease-out;transition:all 0.4s ease-out;}
.list-con .list .con{padding:8px;box-shadow:0px 0px 20px #eee;}
.list-con .list .con .tit{line-height:30px;overflow:hidden; font-size:18px;}
.list-con .list .con .is_txt{line-height:30px;overflow:hidden; font-size:14px; color:#999;}
.list-con .list .box:hover .img a{-webkit-transform:scale(1.075);-ms-transform:scale(1.075);-o-transform:scale(1.075);transform:scale(1.075);}
@media screen and (max-width:1024px){
.list-con .list .con{padding:10px;}}
@media screen and (max-width:768px){
.list-con{margin:0px -7.5px;}
.list-con .list{width:50%;padding:0px 7.5px;margin-bottom:15px;}}
@media screen and (max-width:500px){
.list-con .list{width:100%;}}

.copyright {    
	height: 42px;
    line-height: 42px;
    border-top: 1px solid #4a4a4a;
	}
	
#team h2{
	font-weight: 400;
	margin-bottom: 20px;
	margin-top:20px;
	font-size:32px;
	text-transform: uppercase;
	color:#000;
}
#team h4{
	font-weight: 400;
	margin-bottom: 20px;
	margin-top:20px;
	font-size:24px;
	text-transform: uppercase;
	color:#000;
}
#team hr {
	height: 1px;
	
	text-align: center;
	position: relative;
	background: #eaeaea;
	margin: 0 auto;
	margin-bottom: 20px;
	border: 0;
}
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-thumbnail {
  display: inline-block;
  max-width: 100%;
  height: auto;
  padding: 4px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all .2s ease-in-out;
       -o-transition: all .2s ease-in-out;
          transition: all .2s ease-in-out;
}
.img-circle {
  border-radius: 50%;
}
.thumbnail > img,
.thumbnail a > img {
  margin-right: auto;
  margin-left: auto;
}
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #337ab7;
}
.thumbnail .caption {
  padding: 9px;
  color: #333;
}
img.img-circle.team-img {
	width: 120px;
	height: 120px;
	border: 4px solid transparent;
	transition: all 0.5s;
}
.thumbnail:hover>img.img-circle.team-img {
	border: 4px solid #F4D03F;
	font-size: medium;
}
.thumbnail {
	background: transparent;
	border: 0;
	text-align:center;
}
.thumbnail .caption {
	padding: 9px;
	color: #5a5a5a;
}
/* CSS Document */
.bg-foot{background-color:#333333 }
.bg-default{ background-color:#ffffff}
.bg-darkblue{ background-color:#0e7ece}
.bg-darkgreen{ background-color:#1ca762}
.bg-darkmain{ background-color:#028f73}
.bg-darkred{ background-color:#c82929}
.bg-darkyellow{ background-color:#e35d04}
.bg-darkblack{ background-color:#252525}
.bg-gray{ background-color:#595757}
.bg-gray-light{ background-color:#f5f5f5}
.change{cursor:hand}
.fixed-top {
	z-index: 8;
	background: #fff;
	width: 100%;
	padding: 0;
	border-bottom: solid 3px #f03;
	-webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, .175);
	box-shadow: 0 3px 6px rgba(0, 0, 0, .175);
}
.tab-nav .active a{ font-weight:600;}
.link *{line-height:50px}
.link a{ display:block; margin:5px; color:#FFF; float:left; }

.listbanner{
	color:#999;
	padding:40px 0 200px; 
	background-image: url(../images/banner_about.jpg) !important;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        width: 100%;
}
.listbanner h1{margin-top:150px; margin-left:40px; font-size:36px;}
.listbanner p{margin-left:40px;font-size:20px;}

.service_banner{color:#fff;padding:40px 0; height:500px; background: url(../images/banner_service.jpg);}
.service_banner h1{margin-top:150px; margin-left:40px; font-size:36px;}
.service_banner p{margin-left:40px;font-size:20px;}

.news_banner{color:#999;padding:40px 0; height:500px; background: url(../images/banner_news.jpg);}
.news_banner h1{margin-top:150px; margin-left:40px; font-size:36px;}
.news_banner p{margin-left:40px;font-size:20px;}

.pro_banner{color:#999;padding:40px 0; height:500px; background: url(../images/banner_pro.jpg);}
.pro_banner h1{margin-top:150px; margin-left:40px; font-size:36px;}
.pro_banner p{margin-left:40px;font-size:20px;}


.rmenu li{ line-height:25px; line-height:25px; margin:2px 0}
.rmenu li a{color:#333;}
.rmenu li a:hover{color:#f03;}
.about_nav{
	height:83px;
	border-bottom:1px solid #e5e5e5;
	line-height:83px;
	font-size:18px;
}

.about_nav ul{
}
.about_nav li{
	float:left;
	padding-right:10%;
	list-style:none;
}
.about_nav li a{
	
	color:#666;
}
.about_nav li .active{
	color:#f03;
}
.about_warp {
	clear:both;
    padding-top: 40px;
}
.about_warp_title {
    text-align: center;
    font-size: 24px;
    border-bottom: 1px solid #e5e5e5;
    text-align: center;
    padding-bottom: 10px;
    width: 180px;
    margin: 0 auto;
}
.card-header {
    position: relative;
    width: 100%;
}

.pro_nav{
	height:83px;
	line-height:83px;
	font-size:18px;
}

.pro_nav ul{
}
.pro_nav li{
	float:left;
	padding-right:80px;
	list-style:none;
}
.pro_nav li a{
	
	color:#666;
}
.pro_nav li .active{
	color:#f03;
}
.pro-text-red{color:#FF0036}
.pro-text-gray{color:#838383}

.product {
    background: #fff;
    border: 1px solid #e8e8e8;
    border-radius: 3px;
	margin:0 4px;
}
.productPad {
    padding: 20px 30px;
}

.productList {

}

.productList dt {
    width: 90px;
    float: left;
    line-height: 35px;
	margin: 0;
    list-style: none;
    padding: 0;
	display: block;
}

.productList dd {
    margin-left: 90px;
    list-style: none;
    padding: 0;
	display: block;
}

.productListTop a{
	display: inline-block;
    padding: 0 15px;
    color: #333;
    border-radius: 3px;
    line-height: 35px;
    margin-bottom: 5px;
	}
.productListTop a:hover{
	color:#f05050;
	}
.productListTop a.active{
	border: 1px solid #f05050;
	color:#f05050;
	}
.productSelect {
    padding: 20px 30px;
    border-top: 1px solid #e8e8e8;
}

/*CSS page style*/
DIV.pagelist { margin:10px 0;TEXT-ALIGN: center; clear:both; height:30px}
DIV.pagelist a,DIV.pagelist SPAN{border:1px solid #CCC;height:30px; line-height:28px;TEXT-DECORATION: none; color: #757575; padding:6px 12px; margin-left:5px; BACKGROUND: #fff; border-radius: 3px;}
DIV.pagelist A:hover { BACKGROUND: #f05050;COLOR: #fff; border:1px solid #f05050;}
DIV.pagelist A:on { BACKGROUND: #f05050;COLOR: #fff; border:1px solid #f05050;}
DIV.pagelist A:active { BACKGROUND: #f05050;COLOR: #fff; border:1px solid #f05050; }
DIV.pagelist SPAN.current {FONT-WEIGHT:bold;BACKGROUND: #f05050;COLOR: #fff; border:1px solid #f05050; }
DIV.pagelist SPAN.disabled {}
.app-pro-name
{
	
	width: 120px;
	height: 120px;
	text-indent: -99999px;
	float: left;
}
.app-pro-subtitle
{
	width: 260px;
    float: left;
    margin-left: 15px;
	margin-top: 20px;
	font-size: 18px;
    color: rgb(97, 97, 97);
}
.app-down-links {
    float: left;
    width: 161px;
}
.app-down-link {
    display: block;
    width: 161px;
    height: 39px;
    text-indent: -99999px;
    outline: none;
}
.tab-p{
	padding-top:20px; padding-bottom:20px; border-top: solid #ccc 1px; float:left; width:900px;
}
.ios-link {
    background: url(../images/download/app_bg.png) -162px -22px no-repeat;
}

.android-link {
    margin-top: 30px;
    background: url(../images/download/app_bg.png) 0 -22px no-repeat;
}
.app-qrcode {
    float: left;
    width: 120px;
    margin-left: 120px;
}
.app-qrcode img {
	width:120px;
	height:120px;
}
.app-qrcode-ios {
    background: url(../images/download/app_bg.png) 0 0 no-repeat;
}
.app-qrcode-title {
    width: 120px;
    height: 21px;
}
.app-pro-subtitle span {
	font-size:12px; color:#999;
}
.app-qrcode-android {
    background: url(../images/download/app_bg.png) -120px 0px no-repeat;
}

/*--------------------------------------------------
    [Masonry Grid]
----------------------------------------------------*/
.masonry-grid {
  position: relative;
  margin: 0 -2px;
}

.masonry-grid:before, .masonry-grid:after {
  content: " ";
  display: table;
}

.masonry-grid:after {
  clear: both;
}

.masonry-grid .masonry-grid-item {
  display: block;
  float: left;
  vertical-align: top;
  padding: 0 2px;
  margin-bottom: 4px;
}

.masonry-grid .masonry-grid-item.col-12 {
  width: 100%;
}

.masonry-grid .masonry-grid-item.col-11 {
  width: 91.66666667%;
}

.masonry-grid .masonry-grid-item.col-10 {
  width: 83.33333333%;
}

.masonry-grid .masonry-grid-item.col-9 {
  width: 75%;
}

.masonry-grid .masonry-grid-item.col-8 {
  width: 66.66666667%;
}

.masonry-grid .masonry-grid-item.col-7 {
  width: 58.33333333%;
}

.masonry-grid .masonry-grid-item.col-6 {
  width: 50%;
}

.masonry-grid .masonry-grid-item.col-5 {
  width: 41.66666667%;
}

.masonry-grid .masonry-grid-item.col-4 {
  width: 33.33333333%;
}

.masonry-grid .masonry-grid-item.col-3 {
  width: 25%;
}

.masonry-grid .masonry-grid-item.col-2 {
  width: 16.66666667%;
}

.masonry-grid .masonry-grid-item.col-1 {
  width: 8.33333333%;
}

/* Media Queries below 768px */
@media (max-width: 768px) {
  .masonry-grid .masonry-grid-item {
    width: 50%;
  }
  .masonry-grid .masonry-grid-item.col-12, .masonry-grid .masonry-grid-item.col-11, .masonry-grid .masonry-grid-item.col-10, .masonry-grid .masonry-grid-item.col-9, .masonry-grid .masonry-grid-item.col-8, .masonry-grid .masonry-grid-item.col-7, .masonry-grid .masonry-grid-item.col-6, .masonry-grid .masonry-grid-item.col-5, .masonry-grid .masonry-grid-item.col-4, .masonry-grid .masonry-grid-item.col-3, .masonry-grid .masonry-grid-item.col-2, .masonry-grid .masonry-grid-item.col-1 {
    width: 50%;
  }
}

/* Media Queries below 600px */
@media (max-width: 600px) {
  .masonry-grid .masonry-grid-item {
    width: 100%;
  }
  .masonry-grid .masonry-grid-item.col-12, .masonry-grid .masonry-grid-item.col-11, .masonry-grid .masonry-grid-item.col-10, .masonry-grid .masonry-grid-item.col-9, .masonry-grid .masonry-grid-item.col-8, .masonry-grid .masonry-grid-item.col-7, .masonry-grid .masonry-grid-item.col-6, .masonry-grid .masonry-grid-item.col-5, .masonry-grid .masonry-grid-item.col-4, .masonry-grid .masonry-grid-item.col-3, .masonry-grid .masonry-grid-item.col-2, .masonry-grid .masonry-grid-item.col-1 {
    width: 100%;
  }
}

.work {
  position: relative;
}

.work .work-overlay {
  position: relative;
}

.work .work-overlay:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  content: " ";
  transition-duration: 300ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

.work .work-content {
  position: absolute;
  left: 0;
  bottom: 0;
  opacity: 0;
  padding: 25px;
  -webkit-transform: translate3d(0, 20px, 0);
  -moz-transform: translate3d(0, 20px, 0);
  transform: translate3d(0, 20px, 0);
  transition-duration: 300ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

.work:hover .work-overlay:before {
  background: rgba(0, 0, 0, 0.5);
  transition-duration: 300ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

.work:hover .work-content {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  transition-duration: 300ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}
/* Content Wrapper Link */
.content-wrapper-link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  z-index: 3;
  text-decoration: none;
}

.pd2 {width: 100%;border: 1px solid #e5e5e5;background-color: #f5f5f5;border-bottom: none;}
.pd2 .tr{overflow: hidden;width: 100%;position: relative;}
.pd2 .td1{position: absolute;left: 0;top: 0;width: 33.22%;height: 100%;padding-left: 30px;padding-right: 30px;border-bottom: 1px solid #e5e5e5;}
.pd2 .td1 .tb{display: table;width: 100%;height: 100%;}
.pd2 .td1 .tb span{display: table-cell;vertical-align: middle;font-size: 16px;color: #333;line-height: 22px;}
.pd2 .td2{float: right;width: 66.78%;background-color: #fafafa;font-size: 16px;color: #666;line-height: 22px;padding: 18px 30px;border-bottom: 1px solid #e5e5e5;}
@media (max-width: 1220px){
    .pd2{padding-left: 10px;padding-right: 10px;padding-top: 50px;padding-bottom: 90px;}
    .pd2 .td1{padding: 0 20px;}
    .pd2 .td1 .tb span{font-size: 14px;}
    .pd2 .td2{padding: 10px 20px;font-size: 14px;}
    .pd2 .pd2-title{font-size: 30px;text-align: left;margin-bottom: 38px;}
}
@media (max-width: 800px){
    .pd2{padding-top: 33px;padding-bottom: 60px;}
    .pd2 .td1{padding: 0 10px;}
    .pd2 .td2{padding: 10px 10px;}
    .pd2 .pd2-title{font-size: 23px;margin-bottom: 33px;}
}
@media (max-width: 500px){
    .pd2{padding-top: 25px;padding-bottom: 45px;}
    .pd2 .pd2-title{font-size: 20px;margin-bottom: 25px;}
}

/*----------------------------------------*/
/*  about CSS
/*----------------------------------------*/
.about-area {
  background-image: url(../images/image_2.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  position: relative; 
  }
.about-area::before {
    background-color: #f3f2f0;
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    top: 0;
    width: 50%;
    opacity: 0.9; }
    @media only screen and (min-width: 1200px) and (max-width: 1599px) {
      .about-area::before {
        width: 50%; } }
    @media only screen and (min-width: 992px) and (max-width: 1200px) {
      .about-area::before {
        width: 50%; } }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .about-area::before {
        width: 100%; } }
    @media only screen and (max-width: 767px) {
      .about-area::before {
        width: 100%; } }

/*-- about Wrapper --*/
.about-wrapper {
  padding: 60px 20px 40px 10px;
  }
.about-wrapper > h2 {
  font-size: 30px;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 8px;
  color: #333; }
  @media only screen and (max-width: 479px) {
    .about-wrapper > h2 {
      font-size: 24px; } }
.about-wrapper > p {
  font-size: 16px;
  line-height: 23px;
  margin-bottom: 45px;
  color: #666;
  font-weight: 500; }

/*-- Single About --*/
.single-about {
  margin-bottom: 40px;
  padding-right: 20px; }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .single-about {
      padding-right: 30px; } }
  @media only screen and (max-width: 479px) {
    .single-about {
      padding-right: 15px; } }
  .single-about img {
    margin-bottom: 10px; }
  .single-about h4 {
    font-family: "Poppins", sans-serif;
    font-size: 20px;
    line-height: 26px;
    font-weight: 500;
    position: relative;
    padding-bottom: 11px;
    margin-bottom: 17px; }
    .single-about h4::before, .single-about h4::after {
      position: absolute;
      left: 0;
      bottom: 0;
      content: "";
      background-color: #333;
      height: 1px;
      width: 38px; }
    .single-about h4::after {
      bottom: 4px;
      width: 56px; }
  .single-about p {
    font-size: 14px;
    font-family: "Poppins", sans-serif;
    line-height: 23px;
    color: #666;
    font-weight: 400; }


/*----------------------------------------*/
/* APP DOWNLOAD CSS
/*----------------------------------------*/
.app-area {
  background-image: url(../images/image_1.jpg);
  background-size: contain;
  background-repeat: no-repeat;
  background-color: #ddd; }
  .app-area img {
    width: 100%; }

/*-- APP DOWNLOAD Content --*/
.app-content {
  padding: 245px 180px 245px 60px;
  z-index: 1; }
  @media only screen and (min-width: 1600px) {
    .app-content {
      width: 39%;
      margin-left: 50%; } }
  @media only screen and (min-width: 1200px) and (max-width: 1599px) {
    .app-content {
      padding-left: 75px;
      padding-right: 130px; } }
  @media only screen and (min-width: 992px) and (max-width: 1200px) {
    .app-content {
      padding: 60px; } }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .app-content {
      padding: 75px; } }
  @media only screen and (max-width: 767px) {
    .app-content {
      padding: 50px 30px; } }
  .app-content::before {
    opacity: 1;
    z-index: -1; }
  .app-content h2 {
    font-size: 30px;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 18px;
    color: #333; }
    @media only screen and (max-width: 479px) {
      .app-content h2 {
        font-size: 24px; } }
  .app-content p {
    font-size: 15px;
    line-height: 23px;
    margin-bottom: 50px;
    color: #666;
    font-weight: 500; }
.section {
  float: left;
  width: 100%; }