@charset "utf-8";
@font-face{
  font-family: 'NanumGothic';
  font-style: normal;
  font-weight: normal;
  src: url('font/NanumGothic.eot'); 
  src: local('※'), url('font/NanumGothic.woff') format('woff'), url('../font/NanumGothic.ttf') format('truetype'); 
} 
/* =================================== */
/*	Basic Style 
/* =================================== */
html{overflow-x:hidden;}
body {
    background-color: #fff;
    font-family: 'NanumGothic', sans-serif;
    line-height: 1;
	font-size: 13px;
    color: #a8a8a8;
}

ol, ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

figure, p {
    margin: 0;
}

a {
    -webkit-transition: all .3s ease-in 0s;
       -moz-transition: all .3s ease-in 0s;
        -ms-transition: all .3s ease-in 0s;
         -o-transition: all .3s ease-in 0s;
            transition: all .3s ease-in 0s;
}

iframe {
    border: 0;
}

a, a:focus, a:hover {
    text-decoration: none;
    outline: 0;
}

a:focus, a:hover {
    color: inherit;
}

h1, h2, h3,
h4, h5, h6 {
    font-family: 'NanumGothic', sans-serif;
	font-weight: normal;
	margin: 0;
}

.clear:before,
.clear:after {
    content: " ";
    display: table;
}
 
.clear:after {
   clear: both;
}
 
.clear {
   *zoom: 1;
}

body > section {
    padding: 100px 0;
}

.section-title {
  margin: 0 auto 0px;
  width: 100%;
}

.section-title h2 {
  color: #fff;
  font-size: 33px;
  position: relative;
  margin-bottom: 25px;
  padding-bottom: 27px;
  text-transform: uppercase;
}

.section-title h2:before {
  border-bottom: 1px solid #fff;
  bottom: 0;
  content: "";
  left: 50%;
  margin-left: -50px;
  position: absolute;
  width: 100px;
}

.section-title h2:after {
background: none repeat scroll 0 0 #fff;
border: 1px solid #fff;
border-radius: 25px;
bottom: -6px;
content: "";
height: 11px;
left: 50%;
margin-left: -5.5px;
position: absolute;
width: 11px;
}

.section-title p {
    line-height: 25px;
    font-weight: 300;
    font-size: 13px;
}

.section-title2 {
  margin: 0 auto 50px;
  max-width: 800px;
}

.section-title2 h2 {
  color: #333;
  font-size: 30px;
  position: relative;
  margin-bottom: 25px;
  padding-bottom: 27px;
  text-transform: uppercase;
}

.section-title2 h2:before {
  border-bottom: 1px solid #333;
  bottom: 0;
  content: "";
  left: 50%;
  margin-left: -50px;
  position: absolute;
  width: 100px;
}

.section-title2 h2:after {
background: none repeat scroll 0 0 #fff;
border: 1px solid #333;
border-radius: 25px;
bottom: -6px;
content: "";
height: 11px;
left: 50%;
margin-left: -5.5px;
position: absolute;
width: 11px;
}

.section-title2 .fix {
    margin: 0 auto;
	max-width: 700px;
	padding: 10px;
}

.section-title2 img {
    float: left;
	display: block;
	margin-top: 8%;
	margin-right: 2%;
}



#foot_lan{display: inline-flex; margin-left: 5px;}
#foot_lan p{border: solid 1px #333; padding:2px 10px; margin: 2px;}


@media only screen and (max-width:767px){
	.section-title2 img {
    float: left;
	display: none;
	margin-top: 8%;
	margin-right: 2%;
}

}


.section-title2 p {
    line-height: 35px;
    font-weight: 400;
    font-size: 30px;
	color: #fff;
	padding: 10px 20px;
	margin-left: 20px;
}

.section-title2 h3 {
    line-height: 35px;
    font-weight: 400;
    font-size: 25px;
	color: #fff;
	padding-top: 60px;
	text-align: left;
	padding-bottom: 20px;
	
}

.section-title2 h4 {
    line-height: 30px;
    font-weight: 400;
    font-size: 20px;
	color: #fff;
	padding-top: 40px;
}

.section-title2 h5 {
    line-height: 45px;
    font-weight: 600;
    font-size: 25px;
	color: #fff;
	padding-top: 40px;
}


.section-title3 {
  margin: 0 auto 50px;
  max-width: 1000px;
}

.section-title3 h2 {
  color: #fff;
  font-size: 30px;
  position: relative;
  margin-bottom: 25px;
  padding-bottom: 27px;
  text-transform: uppercase;
}

.section-title3 h2:before {
  border-bottom: 1px solid #fff;
  bottom: 0;
  content: "";
  left: 50%;
  margin-left: -50px;
  position: absolute;
  width: 100px;
}

.section-title3 h2:after {
background: none repeat scroll 0 0 #02723b;
border: 1px solid #fff;
border-radius: 25px;
bottom: -6px;
content: "";
height: 11px;
left: 50%;
margin-left: -5.5px;
position: absolute;
width: 11px;
}

.section-title3 p {
    line-height: 25px;
    font-weight: 600;
    font-size: 16px;
	color: #333;
	background: #fff;
	padding: 10px 20px;
	text-align: left;
}

.section-title3 h3 {
    line-height: 45px;
    font-weight: 400;
    font-size: 25px;
	color: #fff;
	padding-top: 40px;
}

.section-title3 h4 {
    line-height: 30px;
    font-weight: 400;
    font-size: 20px;
	color: #fff;
	padding-top: 40px;
}

.section-title3 h5 {
    line-height: 45px;
    font-weight: 600;
    font-size: 25px;
	color: #fff;
	padding-top: 40px;
}

.btn {
    border-radius: 0;
}

.btn:hover,
.btn:focus {
    outline: 0;
}

.btn-blue {
  background-color: #00c7fc;
  color: #fff;
  font-size: 16px;
  line-height: 24px;
  padding: 10px 35px;
}

.kill-margin {
    margin: 0 !important;
}

/*************************
*******Navigation******
**************************/

@media only screen and (min-width:767px){
	#navigation{display: none;}
}

#navigation,
.navbar-brand,
.navbar-toggle,
.navbar-nav > li > a,
.search-form > #search-sub {
  -webkit-transition: all 0.6s ease;
     -moz-transition: all 0.6s ease;
      -ms-transition: all 0.6s ease;
       -o-transition: all 0.6s ease;
          transition: all 0.6s ease;
}

.animated-nav .navbar-icon {
  padding: 15px 0;
}

.animated-nav .navbar-brand {
  padding: 15px 0;
}

.animated-nav .navigation .navbar-nav > li > a {
  padding: 20px 0px 10px 0px;
}

#navigation > .container {
  border-bottom: 1px solid #636364;
}

.animated-nav#navigation > .container {
  border-bottom: none;
}

.navbar-nav{margin-left: 50px;}

.navbar-brand {
  height: inherit;
	float: left;
}

.navbar-brand a {
  display: block;
}

.navbar-icon {
  padding: 15px 0;
	float: right;
	margin-top: 5px;
}

.navbar-icon a{
  display: block;
}

.navbar-icon a img{
  width: 34px;
	float: right;
	margin-right: 10px;
}

@media all and (max-width:480px){
	
	.navbar-icon {
  display: none;
}
}

@media only screen and (max-width:767px){
	
.navbar-nav{margin-left: 0px; width: 100%;}
	
		.navbar-icon {
			display: none;}
	
	.navbar-brand {
  height: inherit;
  padding: 30px 20px 30px 30px;
  float: left;
	display: none;
}	
}

.navigation .navbar-nav > li > a {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  padding: 38px 0px 10px 0px;
  text-transform: uppercase;
	margin: 0px 25px 0px 25px;
	
}

.navigation .navbar-nav > li > a:hover {
  border-bottom: solid 1px #e9e9e9;
	
}

.navigation .navbar-nav > li > ul{
  list-style: none;
	margin: 0px;
	padding-left: 30px;
	display: none;
	padding-bottom: 20px;
	max-width: 180px;
	
}


.navigation .navbar-nav > li:hover >  ul{
	display: block;
	padding-left: 30px;
	color: #fff;
  font-size: 14px;
	
}


.navigation .navbar-nav > li:hover >  ul li{
	display: block;
	padding: 10px 0px;
	color: #fff;
  font-size: 14px;
}

.navigation .navbar-nav > li > ul > li > ul{
  position: relative; 
	left: 100%; 
	padding: 0px 5px;
	display: none;
	width: 200px;
	background: rgba(0,0,0,0.8);
}


.navigation .navbar-nav > li > ul > li a:hover, .navigation .navbar-nav > li > ul > li a:active, .navigation .navbar-nav > li > ul > li a:focus{
	color: #0a8b9a;
}

.navigation .navbar-nav > li > ul > li:hover, .navigation .navbar-nav > li > ul > li:active{
	background: #dcdcdc;
	max-height: 50px;
	padding-left: 10px;
	width: 100%;
	color: #0a8b9a;
	margin-left: -10px;
}

.navigation .navbar-nav > li > ul > li a:hover, .navigation .navbar-nav > li > ul > li a:active{
	color: #0a8b9a;
}

.navigation .navbar-nav > li > ul > li:hover >  ul{
	display: block;
	padding-top:10px;
	padding-bottom:10px;
	padding-left: 20px;
	padding-right: 20px;
	margin-top: -45px;
	color: #fff;
}

.navigation .navbar-nav > li > ul > li:hover >  ul li{
	color: #fff;
  font-size: 14px;
}

.navigation .navbar-nav > li.current > a {
}

.animated-nav .navigation .navbar-nav > li.current > a {
}

.navigation .navbar-nav > li > a:focus,
.navigation .navbar-nav > li > a:hover {
  background: rgba(0,0,0,0.0);
}

.search-form {
  position: relative;
}

.search-form > #search {
  width: 100%;
}

.search-form > #search {
  background-color: transparent;
  height: 40px;
    border: 0 ;
  margin-top: 28px;
  width: 100%;
}

.search-form > #search-sub {
  background: url("../img/icons/search.png") no-repeat scroll 0 0 transparent;
  border: 0 ;
  bottom: 11px;
  height: 15px;
  position: absolute;
  right: 8px;
  padding: 0;
  text-indent: -9999em;
  width: 15px;
}

.animated-nav .search-form > #search-sub {
    bottom: 22px;
}

/*************************
*******Main Slider******
**************************/


#home{
  padding: 0;
  overflow: hidden;
}

#home-carousel .carousel-inner .item {
  background-size:cover;
	background-position: 50% 50%;
}

#home-carousel .slider-content {
  height: 100%;
}

#home-carousel .carousel-caption {
  left: 0;
  top: 0;
  z-index: 11;
  text-align: center;
	right: 15%;
}

.carousel-caption img{
  max-width: 1029px;
	width: 100%;
}

.carousel-caption > div {
  background-color: rgba(65,112,33,0.0);
  padding: 60px 50px 80px 20%;
  position: absolute;
  top: 18%;
  width: 100%;
}

#home-carousel .carousel-inner h2 {
  color: #ffffff;
  font-size: 35px;
  line-height: 50px;
  text-shadow: none;
  text-transform: uppercase;
}

#home-carousel .carousel-inner p {
  color: #FFFFFF;
  line-height: 49px;
  font-size: 49px;
  margin-top: 0;
  text-shadow:none;
  font-weight: 800;
}

#nav-arrows > a {
  border: 0px solid #fff;
  color: #fff;
  display: block;
  height: 60px;
  line-height: 76px;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 60px;
  z-index: 20;
  margin-top: -30px;

    -webkit-transition: all 0.3s ease 0s;
       -moz-transition: all 0.3s ease 0s;
        -ms-transition: all 0.3s ease 0s;
         -o-transition: all 0.3s ease 0s;
            transition: all 0.3s ease 0s;
}

#nav-arrows > a.sl-prev {
    left: 50px;
}

#nav-arrows > a.sl-next {
    right: 50px;
}

#nav-arrows > a.sl-next:hover {
    background-color: rgba(0,0,0,0.5);
    border-color: rgba(0,0,0,0.5);
    color: #fff;
}

.carousel-indicators .active {
  background-color: rgba(0,0,0,0.8);
  border: 0;
}


/*============================================================
    Services
============================================================*/
#service-01 {background: #000;
 padding-top: 0px; height: 950px;}

#service-01 .ser{ border-top: 30px solid #0f4158; 
    border-right: 30px solid black; 
   border-bottom: 0px solid black; 
    border-left: 30px solid black;
margin:  0 auto;
max-width: 30px;margin-top: 0px;}

#service {background: #000; padding: 0px; padding-bottom: 100px;}


@keyframes myAnimation {
  from   { opacity: 0; }
  to     { opacity: 1; }
}



#service .col6{max-width: 1110px; margin: 0 auto;}
#service .col6 .tit1{width: 160px; background: #e9e9e9; height: 250px; float: left; color: #333;
animation-name: myAnimation;
   animation-duration: 2s;
   animation-iteration-count: 1;
   animation-direction: alternate;
   animation-timing-function: ease-out;
   animation-fill-mode: both;
   animation-delay: 1s;
}
#service .col6 .tit1 p{padding: 10px; text-align: left; font-size: 14px; padding-bottom: 15px; padding-top: 20px;}
#service .col6 .tit1 .tit011{width: 160px; background: #aaa; color: #fff; height: 150px;}
#service .col6 .tit1 .tit011 .tit01{padding: 10px; font-size: 18px; font-weight: 600; text-align: left; padding-bottom: 10px; padding-top: 15px;}
#service .col6 .tit1 .tit011 .tit02{padding: 10px; font-size: 18px; font-weight: 300; text-align: left; padding-top: 0px; padding-bottom: 15px;}

#service .col6 .tit2{width: 160px; background: #e9e9e9; height: 250px; float: left; color: #333;
animation-name: myAnimation;
   animation-duration: 2s;
   animation-iteration-count: 1;
   animation-direction: alternate;
   animation-timing-function: ease-out;
   animation-fill-mode: both;
   animation-delay: 2s;}
#service .col6 .tit2 p{padding: 10px; text-align: left; font-size: 14px; padding-bottom: 15px; padding-top: 20px;}
#service .col6 .tit2 .tit011{width: 160px; background: #aaa; color: #fff; height: 150px;}
#service .col6 .tit2 .tit011 .tit01{padding: 10px; font-size: 18px; font-weight: 600; text-align: left; padding-bottom: 10px; padding-top: 15px;}
#service .col6 .tit2 .tit011 .tit02{padding: 10px; font-size: 18px; font-weight: 300; text-align: left; padding-top: 0px; padding-bottom: 15px;}

#service .col6 .tit3{width: 160px; background: #e9e9e9; height: 250px; float: left; color: #333;
animation-name: myAnimation;
   animation-duration: 2s;
   animation-iteration-count: 1;
   animation-direction: alternate;
   animation-timing-function: ease-out;
   animation-fill-mode: both;
   animation-delay: 3s;}
#service .col6 .tit3 p{padding: 10px; text-align: left; font-size: 14px; padding-bottom: 15px; padding-top: 20px;}
#service .col6 .tit3 .tit012{width: 160px; background: #787878; color: #fff; height: 150px;}
#service .col6 .tit3 .tit012 .tit01{padding: 10px; font-size: 18px; font-weight: 600; text-align: left; padding-bottom: 10px; padding-top: 15px;}
#service .col6 .tit3 .tit012 .tit02{padding: 10px; font-size: 18px; font-weight: 300; text-align: left; padding-top: 0px; padding-bottom: 15px;}

#service .col6 .tit4{width: 160px; background: #e9e9e9; height: 250px; float: left; color: #333;
animation-name: myAnimation;
   animation-duration: 2s;
   animation-iteration-count: 1;
   animation-direction: alternate;
   animation-timing-function: ease-out;
   animation-fill-mode: both;
   animation-delay: 4s;}
#service .col6 .tit4 p{padding: 10px; text-align: left; font-size: 14px; padding-bottom: 15px; padding-top: 20px;}
#service .col6 .tit4 .tit012{width: 160px; background: #787878; color: #fff; height: 150px;}
#service .col6 .tit4 .tit012 .tit01{padding: 10px; font-size: 18px; font-weight: 600; text-align: left; padding-bottom: 10px; padding-top: 15px;}
#service .col6 .tit4 .tit012 .tit02{padding: 10px; font-size: 18px; font-weight: 300; text-align: left; padding-top: 0px; padding-bottom: 15px;}

#service .col6 .tit5{width: 160px; background: #e9e9e9; height: 250px; float: left; color: #333;
animation-name: myAnimation;
   animation-duration: 2s;
   animation-iteration-count: 1;
   animation-direction: alternate;
   animation-timing-function: ease-out;
   animation-fill-mode: both;
   animation-delay: 5s;}
#service .col6 .tit5 p{padding: 10px; text-align: left; font-size: 14px; padding-bottom: 15px; padding-top: 20px;}
#service .col6 .tit5 .tit013{width: 160px; background: #3687ac; color: #fff; height: 150px;}
#service .col6 .tit5 .tit013 .tit01{padding: 10px; font-size: 18px; font-weight: 600; text-align: left; padding-bottom: 10px; padding-top: 50px;}
#service .col6 .tit5 .tit013 .tit02{padding: 10px; font-size: 18px; font-weight: 300; text-align: left; padding-top: 0px; padding-bottom: 15px;}

#service .col6 .tit6{width: 160px; background: #e9e9e9; height: 250px; float: left; color: #333;
animation-name: myAnimation;
   animation-duration: 2s;
   animation-iteration-count: 1;
   animation-direction: alternate;
   animation-timing-function: ease-out;
   animation-fill-mode: both;
   animation-delay: 6s;}
#service .col6 .tit6 p{padding: 10px; text-align: left; font-size: 14px; padding-bottom: 15px; padding-top: 20px;}
#service .col6 .tit6 .tit013{width: 160px; background: #3687ac; color: #fff; height: 150px;}
#service .col6 .tit6 .tit013 .tit01{padding: 10px; font-size: 18px; font-weight: 600; text-align: left; padding-bottom: 10px; padding-top: 50px;}
#service .col6 .tit6 .tit013 .tit02{padding: 10px; font-size: 18px; font-weight: 300; text-align: left; padding-top: 0px; padding-bottom: 15px;}

#service .col6 .next{width: 30px; font-size: 30px; text-align: center; float: left; padding-top:110px;;}


@media only screen and (max-width: 767px){
	#service .col6 .next{display: none;}
	#service .col6 .tit1 {width: 50%;}
	#service .col6 .tit1 .tit011{width: 100%;}
	#service .col6 .tit2 {width: 50%; border-left: 1px solid #000;}
	#service .col6 .tit2 .tit011{width: 100%;}
	#service .col6 .tit3 {width: 50%;}
	#service .col6 .tit3 .tit012{width: 100%;}
	#service .col6 .tit4 {width: 50%; border-left: 1px solid #000;}
	#service .col6 .tit4 .tit012{width: 100%;}
	#service .col6 .tit5 {width: 50%;}
	#service .col6 .tit5 .tit013{width: 100%;}
	#service .col6 .tit6 {width: 50%; border-left: 1px solid #000;}
	#service .col6 .tit6 .tit013{width: 100%;}
}


#service .media > .pull-left{
    margin-right: 50px;
	

}

#service .media .media-body h3{
    color: #fff;
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 15px;
	text-align: center;
}

#service .media .media-body h3:before {
  border-bottom: 1px solid #fff;
  top: 62px;
  content: "";
  left: 50%;
  margin-left: -20px;
  position: absolute;
  width: 50px;
}


#service .media .media-body p{
    color: #d9d9d9;
    font-size: 16px;
    line-height: 24px;
	padding-top: 15px;
	text-align: center;
}

#service .media .media-body p span{
    color: #fff;
    font-size: 18px;
    line-height: 24px;
	padding-top: 15px;
	text-align: center;
	font-weight: 400;
}

#service .media{
    padding-bottom: 50px;
    padding-left: 20px;
	padding-right: 20px;
}




.service-item {
    margin-bottom: 70px;
}

.service-icon {
  float: left;
  margin-top: 8px;
}

.service-desc {
    margin-left: 115px;
}

.service-item h3 {
  color: #00c7fc;
  font-size: 20px;
  margin-bottom: 28px;
}

.service-item p {
  line-height: 24px;
}




/*============================================================
    Service Bottom
============================================================*/

#service-bottom {
  background:url('../img/bg01.jpg') 50% 50%;
  background-size: cover;
	background-repeat: no-repeat;
  padding-bottom: 0px;
  position: relative;
	padding-top: 100px;
	height: 556px;
	padding-top: 50px;
}

.mobile-device {
  position: relative;
}

.mobile-device img {
  float: left;
  position: relative;
}

.mobile-device .black {
  left: 230px;
  z-index: 2;
  bottom:20px;
}

.mobile-device .white {
  bottom: 20px;
  z-index: 1;
}
.mobile-device .man {
  bottom: 20px;
  z-index: 1;
}

.mobile-device .max {
  bottom: 0px;
  z-index: 1;
	left: 27.2%;
	max-width: 900px;
}
.mobile-device .h3line2{
		animation-name: lineone; 
    animation-duration: 2s;
    animation-iteration-count: 1;
    animation-direction: reverse;
    animation-timing-function: linear;
    animation-fill-mode: none;
    animation-delay: 2s;
	animation-fill-mode:forwards;
    top: 68px;
	position: absolute;
	margin-left: 50px;
}

@keyframes lineone {
    from {
	height: 2px;
    bottom:0;
    left: 0;
		width: 1046px;
    background-color: #3a8bab;
}
    to {
	height: 2px;
    bottom:0;
    left: 0;
		width: 0px;
    background-color: #fff;}
}


.mobile-device .title1_1 {
  left: 370px;
  z-index: 2;
top: 200px;
	width: 169px;
}
.mobile-device .title1_2 {
  left: 370px;
  z-index: 2;
top: 200px;
	width: 169px;
}
.mobile-device .title1_3 {
  left: 370px;
  z-index: 2;
top: 200px;
	width: 169px;
}

.mobile-device .title2_1 {
  left: 480px;
  z-index: 2;
top: 600px;
	width: 255px;
}
.mobile-device .title2_2 {
  left: 460px;
  z-index: 2;
top: 600px;
	width: 255px;
}
.mobile-device .title2_3 {
  left: 440px;
  z-index: 2;
top: 600px;
	width: 255px;
}
.mobile-device .title2_4 {
  left: 420px;
  z-index: 2;
top: 600px;
	width: 255px;
}
.mobile-device .title2_5 {
  left: -480px;
  z-index: 2;
top: 760px;
	width: 842px;
}
@media only screen and (max-width: 767px){
	.mobile-device .max {
  bottom: 20px;
  z-index: 1;
	left: 0%;
		width: 100%;
}
	
.mobile-device .title1_1 {
  left: 70px;
  z-index: 2;
top: 250px;
	width: 169px;
	float: left;
}
.mobile-device .title1_2 {
  left: 70px;
  z-index: 2;
top: 250px;
	width: 169px;
	float: left;
}
.mobile-device .title1_3 {
  left: 70px;
  z-index: 2;
top: 250px;
	width: 169px;
	float: left;
}	
	
	
.mobile-device .title2_1 {
  left: 120px;
  z-index: 2;
top: 520px;
	width: 155px;
	float: left;
}
.mobile-device .title2_2 {
  left: 100px;
  z-index: 2;
top: 520px;
	width: 155px;
		float: left;
}
.mobile-device .title2_3 {
  left: 80px;
  z-index: 2;
top: 520px;
	width: 155px;
		float: left;
}
.mobile-device .title2_4 {
  left: 60px;
  z-index: 2;
top: 520px;
	width: 155px;
		float: left;
}
.mobile-device .title2_5 {
  display: none;
}	

	
.mobile-device .h3line2{
		animation-name: lineone; 
    animation-duration: 2s;
    animation-iteration-count: 1;
    animation-direction: reverse;
    animation-timing-function: linear;
    animation-fill-mode: none;
    animation-delay: 2s;
	animation-fill-mode:forwards;
    top: 37px;
	position: absolute;
	margin-left: 30px;
	padding-top: 1px;
	max-width: 600px
}	
	
	
}

@media only screen and (max-width: 480px){
	
	
.mobile-device .h3line2{
		animation-name: lineone; 
    animation-duration: 2s;
    animation-iteration-count: 1;
    animation-direction: reverse;
    animation-timing-function: linear;
    animation-fill-mode: none;
    animation-delay: 2s;
	animation-fill-mode:forwards;
    top: 18px;
	position: absolute;
	margin-left: 20px;
	padding-top: 1px;
	max-width: 400px
}
	
	
	.mobile-device .title1_1 {
  left: 30px;
  z-index: 2;
top: 150px;
	width: 109px;
	float: left;
}
.mobile-device .title1_2 {
  left: 40px;
  z-index: 2;
top: 150px;
	width: 109px;
	float: left;
}
.mobile-device .title1_3 {
  left: 50px;
  z-index: 2;
top: 150px;
	width: 109px;
	float: left;
}
	
.mobile-device .title2_1 {
  left: 100px;
  z-index: 2;
top: 420px;
	width: 155px;
	float: left;
}
.mobile-device .title2_2 {
  left: 80px;
  z-index: 2;
top: 420px;
	width: 155px;
		float: left;
}
.mobile-device .title2_3 {
  left: -210px;
  z-index: 2;
top: 520px;
	width: 155px;
		float: left;
}
.mobile-device .title2_4 {
  left: 235px;
  z-index: 2;
top: 441px;
	width: 155px;
		float: left;
}	
	
}

#service-bottom2 {
  background-color: #1f2021;
  padding-bottom: 100px;
  position: relative;
}

.mobile-device {
  position: relative;
}

.mobile-device img {
  float: left;
  position: relative;
}

.mobile-device .black {
  left: 150px;
  z-index: 2;
  bottom:20px;
}

.mobile-device .white {
  bottom: 20px;
  z-index: 1;
 left: -205px;
}

.mobile-device .line {
  bottom: 20px;
  z-index: 1;
 left: -205px;
}
.mobile-device .man {
  bottom: 20px;
  z-index: 1;
}
.zoom1 {  
    margin-top: 100px;
margin-bottom: 100px;}

.zoom1 p{  
    font-size: 35px;}

.zoom1 p span{  
    font-size: 35px;
font-weight: 600;
color: #369ee0;
}

.zoom2 {  
    margin-top: 0px;
margin-bottom: 100px;}

.zoom2 p{  
    font-size: 35px;}

.zoom2 p span{  
    font-size: 35px;
font-weight: 600;
color: #369ee0;
}

.section9 {}
.section9 .col3 {  
    margin-top: 0px;}

.section9 .col3 .col { float:left; width:33.3%;
 max-width: 250px;margin: 0 20px 0 20px;}
.section9 .col3 .col .img { text-align:center; margin-top: 0px; padding-bottom: 10px;}
.section9 .col3 .col .img img{ margin: 0px}
.section9 .col3 .col .txt1 { font-size:30px; line-height:35px;color:#fff; padding:10px; text-align:center; margin-top: 0px;}
.section9 .col3 .col .txt2 { font-size:16px; line-height:28px;color:#fff; padding:10px;text-align:center;}

.section9 .col3 .col2 { float:left; width:33.3%; max-width: 250px; margin: 0 20px 0 20px;}
.section9 .col3 .col2 .img { text-align:center;  margin-top: 0px;padding-bottom: 10px;}
.section9 .col3 .col2 .img img{ margin: 0px}
.section9 .col3 .col2 .txt1 { font-size:30px; line-height:35px;color:#fff; padding:10px; text-align:center; margin-top: 0px;}
.section9 .col3 .col2 .txt2 { font-size:16px; line-height:28px;color:#fff; padding:10px;text-align:center;}

.section9 .col3 .col0 { float:left; width:33.3%; max-width: 250px; margin: 0 20px 0 20px;}
.section9 .col3 .col0 .img { text-align:center; margin-top: 0px;padding-bottom: 10px;}
.section9 .col3 .col0 .img img{ margin: 0px}
.section9 .col3 .col0 .txt1 { font-size:30px; line-height:35px;color:#fff; padding:10px; text-align:center; margin-top: 0px;}
.section9 .col3 .col0 .txt2 { font-size:16px; line-height:28px;color:#fff; padding:10px;text-align:center;}


.section10 {}
.section10 .col3 {  
    margin-top: 0px;}

.section10 .col3 .col { float:left; width:32.3%; 
    margin-left: 5px;
    margin-right: 5px; }
.section10 .col3 .col .img { text-align:center;padding: 0px; overflow: hidden; margin: 0px;}
.section10 .col3 .col .txt1 { font-size:25px; line-height:35px;color:#333; padding:0px 0px 0px;text-align:center;
margin-top: 0px;}
.section10 .col3 .col .txt1 img{ margin-left: 10px;}
.section10 .col3 .col .txt2 { font-size:20px; line-height:28px;color:#333; padding:0px 0px 10px;text-align:center;}

.section10 .col3 .col2 { float:left; width:32.3%; 
    margin-left: 5px;
    margin-right: 5px; 
}
.section10 .col3 .col2 .img { text-align:center;padding: 0px; overflow: hidden; margin: 0px;}
.section10 .col3 .col2 .txt1  { font-size:25px; line-height:35px;color:#333; padding:0px 0px 0px;text-align:center;
margin-top: 0px;}
.section10 .col3 .col2 .txt1 img{ margin-left: 10px;}
.section10 .col3 .col2 .txt2 { font-size:20px; line-height:28px;color:#333; padding:0px 0px 10px;text-align:center;}

.section10 .col3 .col0 { float:left; width:32.3%;
    margin-left: 5px;
    margin-right: 5px; 
}
.section10 .col3 .col0 .img { text-align:center;padding:0px; overflow: hidden; margin:0px;}

.section10 .col3 .col0 .txt1  { font-size:25px; line-height:35px;color:#333; padding:0px 0px 0px;text-align:center;
margin-top: 0px;}
.section10 .col3 .col0 .txt1 img{ margin-left: 10px;}
.section10 .col3 .col0 .txt2 { font-size:20px; line-height:28px;color:#333; padding:0px 0px 10px;text-align:center;}

@media only screen and (max-width: 767px){
	
.section10 .col3 .col { float:left; width:32.3%; 
    margin-left: 2px;
    margin-right: 2px; }
.section10 .col3 .col .img img{ text-align:center;padding: 0px; overflow: hidden; margin: 0px;width: 100%;}
.section10 .col3 .col .txt1 { font-size:14px; line-height:35px;color:#333; padding:0px 0px 0px;text-align:center;
margin-top: 0px;}
.section10 .col3 .col .txt1 img{ margin-left: 5px;}
.section10 .col3 .col .txt2 { font-size:16px; line-height:28px;color:#333; padding:10px 0px 5px;text-align:center;}

.section10 .col3 .col2 { float:left; width:32.3%; 
    margin-left: 2px;
    margin-right: 2px; 
}
.section10 .col3 .col2 .img img{ text-align:center;padding: 0px; overflow: hidden; margin: 0px;width: 100%;}
.section10 .col3 .col2 .txt1  { font-size:14px; line-height:35px;color:#333; padding:0px 0px 0px;text-align:center;
margin-top: 0px;}
	.section10 .col3 .col2 .txt1 img{ margin-left: 5px;}
.section10 .col3 .col2 .txt2 { font-size:16px; line-height:28px;color:#333; padding:10px 0px 5px;text-align:center;}

.section10 .col3 .col0 { float:left; width:32.3%;
    margin-left: 2px;
    margin-right: 2px; 
}
.section10 .col3 .col0 .img img{ text-align:center;padding:0px; overflow: hidden; margin:0px;width: 100%;}

.section10 .col3 .col0 .txt1  { font-size:14px; line-height:35px;color:#333; padding:0px 0px 0px;text-align:center;
margin-top: 0px;}
	.section10 .col3 .col0 .txt1 img{ margin-left: 5px;}
.section10 .col3 .col0 .txt2 { font-size:16px; line-height:28px;color:#333; padding:10px 0px 5px;text-align:center;}

}

@media only screen and (max-width: 480px){
	
	.section10 .col3 .col { float:left; width:32%; 
    margin-left: 2px;
    margin-right: 2px; }
.section10 .col3 .col .img img{ text-align:center;padding: 0px; overflow: hidden; margin: 0px;width: 100%;}
.section10 .col3 .col .txt1 { font-size:12px; line-height:20px;color:#333; padding:0px 0px 0px;text-align:center;
margin-top: 0px;}
	.section10 .col3 .col .txt1 a{ display: block;}
.section10 .col3 .col .txt1 img{ margin-left: 0px; margin-top: 5px;}
.section10 .col3 .col .txt2 { font-size:16px; line-height:28px;color:#333; padding:10px 0px 5px;text-align:center;}

.section10 .col3 .col2 { float:left; width:32%; 
    margin-left: 2px;
    margin-right: 2px; 
}
.section10 .col3 .col2 .img img{ text-align:center;padding: 0px; overflow: hidden; margin: 0px;width: 100%;}
.section10 .col3 .col2 .txt1  { font-size:12px; line-height:20px;color:#333; padding:0px 0px 0px;text-align:center;
margin-top: 0px;}
	.section10 .col3 .col2 .txt1 a{ display: block;}
	.section10 .col3 .col2 .txt1 img{ margin-left: 0px; margin-top: 5px;}
.section10 .col3 .col2 .txt2 { font-size:16px; line-height:28px;color:#333; padding:10px 0px 5px;text-align:center;}

.section10 .col3 .col0 { float:left; width:32%;
    margin-left: 2px;
    margin-right: 2px; 
}
.section10 .col3 .col0 .img img{ text-align:center;padding:0px; overflow: hidden; margin:0px;width: 100%;}

.section10 .col3 .col0 .txt1  { font-size:12px; line-height:20px;color:#333; padding:0px 0px 0px;text-align:center;
margin-top: 0px;}
	.section10 .col3 .col0 .txt1 a{ display: block;}
	.section10 .col3 .col0 .txt1 img{ margin-left: 0px; margin-top: 5px;}
.section10 .col3 .col0 .txt2 { font-size:16px; line-height:28px;color:#333; padding:10px 0px 5px;text-align:center;}
	
}


.section10 .col3 .colmax { float:left; width:100%;
    margin-left: 5px;
    margin-right: 5px; 
	margin-top: 100px;

	
}

.section10 .col3 .colmax .txt2 { font-size:35px; line-height:28px;color:#333; padding:0px 0px 10px;text-align:left;
border-bottom: 1px solid #888;}



.section10 .col3 .colmax .display { width:100%;
 
	margin-top: 20px;
	float: left;
	border: 1px solid;
	border-radius: 10px;
	height: 290px;
	
}

.section10 .col3 .colmax .display .icon{ float:left; width:212px;
margin-top: 40px; margin-left: 20px; }

.section10 .col3 .colmax .display p{ float:left; 
margin-top: 40px; margin-left: 20px; font-size: 16px; line-height: 26px; color: #000; width: 480px; border-right: 1px solid #666666;}
.section10 .col3 .colmax .display p span{ float:left; 
margin-top: 40px; color: #666666;}

.section10 .col3 .colmax .display .sam{ float:left; 
margin-top: 40px; margin-left: 30px; }

.section10 .col3 .colmax .display .sam img{ float:left;}

.section10 .col3 .colmax .display .sam h1{ font-size: 18px; font-weight: 600; color: #000; margin-left: 130px;}
.section10 .col3 .colmax .display .sam h2{ font-size: 14px; font-weight: 300; color: #000;margin-top: 20px; margin-left: 130px;}
.section10 .col3 .colmax .display .sam h2 span{ margin-left: 68px;}

.section10 .col3 .colmax .display .btnm{ float:left; 
 margin-left: 70px; margin-top: 50px;}
.section10 .col3 .colmax .display .btnm img{ width: 131px;}

.section10 .col3 .colmax02 { float:left; width:100%;
    margin-left: 5px;
    margin-right: 5px; 
	margin-top: 100px;

	
}

.section10 .col3 .colmax02 .txt2 { font-size:35px; line-height:28px;color:#333; padding:0px 0px 10px;text-align:left;
border-bottom: 1px solid #888;}



.section10 .col3 .colmax02 .display { width:100%;
 
	margin-top: 20px;
	float: left;
	border: 1px solid;
	border-radius: 10px;
	height: 290px;
	
}

.section10 .col3 .colmax02 .display .icon{ float:left; width:212px;
margin-top: 40px; margin-left: 20px; }

.section10 .col3 .colmax02 .display p{ float:left; 
margin-top: 40px; margin-left: 20px; font-size: 16px; line-height: 26px; color: #000; width: 480px; border-right: 1px solid #666666;}
.section10 .col3 .colmax02 .display p span{ float:left; 
margin-top: 40px; color: #666666;}

.section10 .col3 .colmax02 .display .sam{ float:left; 
margin-top: 40px; margin-left: 30px; }

.section10 .col3 .colmax02 .display .sam img{ float:left;}

.section10 .col3 .colmax02 .display .sam h1{ font-size: 18px; font-weight: 600; color: #000; margin-left: 130px;}
.section10 .col3 .colmax .display .sam h2{ font-size: 14px; font-weight: 300; color: #000;margin-top: 20px; margin-left: 130px;}
.section10 .col3 .colmax02 .display .sam h2 span{ margin-left: 68px;}

.section10 .col3 .colmax02 .display .btnm{ float:left; 
 margin-left: 70px; margin-top: 50px;}
.section10 .col3 .colmax02 .display .btnm img{ width: 131px;}

.section10 .col3 .colmax03 { float:left; width:100%;
    margin-left: 5px;
    margin-right: 5px; 
	margin-top: 100px;

	
}

.section10 .col3 .colmax03 .txt2 { font-size:35px; line-height:28px;color:#333; padding:0px 0px 10px;text-align:left;
border-bottom: 1px solid #888;}



.section10 .col3 .colmax03 .display { width:100%;
 
	margin-top: 20px;
	float: left;
	border: 1px solid;
	border-radius: 10px;
	height: 290px;
	
}

.section10 .col3 .colmax03 .display .icon{ float:left; width:212px;
margin-top: 40px; margin-left: 20px; }

.section10 .col3 .colmax03 .display p{ float:left; 
margin-top: 40px; margin-left: 20px; font-size: 16px; line-height: 26px; color: #000; width: 480px; border-right: 1px solid #666666;}
.section10 .col3 .colmax03 .display p span{ float:left; 
margin-top: 40px; color: #666666;}

.section10 .col3 .colmax03 .display .sam{ float:left; 
margin-top: 40px; margin-left: 30px; }

.section10 .col3 .colmax03 .display .sam img{ float:left;}

.section10 .col3 .colmax03 .display .sam h1{ font-size: 18px; font-weight: 600; color: #000; margin-left: 130px;}
.section10 .col3 .colmax .display .sam h2{ font-size: 14px; font-weight: 300; color: #000;margin-top: 20px; margin-left: 130px;}
.section10 .col3 .colmax03 .display .sam h2 span{ margin-left: 68px;}

.section10 .col3 .colmax03 .display .btnm{ float:left; 
 margin-left: 70px; margin-top: 50px;}
.section10 .col3 .colmax03 .display .btnm img{ width: 131px;}

.section10 .col3 .colmax2 { float:left; width:100%;
    margin-left: 5px;
    margin-right: 5px; 
	margin-top: -39px;

	
}

.section10 .col3 .colmax2 .txt2 { font-size:35px; line-height:28px;color:#333; padding:0px 0px 10px;text-align:left;
border-bottom: 1px solid #888;}



.section10 .col3 .colmax2 .display { width:100%;
 
	margin-top: 20px;
	float: left;
	border: 1px solid;
	border-radius: 10px;
	height: 290px;
	
}

.section10 .col3 .colmax2 .display .icon{ float:left; width:212px;
margin-top: 40px; margin-left: 20px; }

.section10 .col3 .colmax2 .display .lb{ float:left; width:85px;
margin-top: 10px; margin-left: 10px; position: absolute; z-index: 999;}

.section10 .col3 .colmax2 .display p{ float:left; 
margin-top: 40px; margin-left: 20px; font-size: 16px; line-height: 26px; color: #000; width: 480px; border-right: 1px solid #666666; height: 200px; padding: 5px;}
.section10 .col3 .colmax2 .display p span{ float:left; 
margin-top: 15px; margin-bottom: 10px;  color: #666666;}

.section10 .col3 .colmax2 .display p b{ float:left; 
font-size: 14px; font-weight: 300;}

.section10 .col3 .colmax2 .display .sam{ float:left; 
margin-top: 40px; margin-left: 30px; }

.section10 .col3 .colmax2 .display .sam img{ float:left;}

.section10 .col3 .colmax2 .display .sam2{ float:left; 
margin-top: 40px; margin-left: 30px; }

.section10 .col3 .colmax2 .display .sam2 img{ float:left; margin-left: 25%; margin-top: 30%;}

.section10 .col3 .colmax2 .display .sam h1{ font-size: 18px; font-weight: 600; color: #000; margin-left: 130px;}
.section10 .col3 .colmax2 .display .sam h2{ font-size: 14px; font-weight: 300; color: #000;margin-top: 20px; margin-left: 130px;}
.section10 .col3 .colmax2 .display .sam h2 span{ margin-left: 68px;color: #000;}

.section10 .col3 .colmax2 .display .btnm{ float:left; 
 margin-left: 130px; margin-top: 50px;}
.section10 .col3 .colmax2 .display .btnm img{ width: 131px;}
@media all and (max-width:480px){
.section10 .col3 .colmax2 .display .icon{ float:left;
margin-top: 5px; margin-left: 110px; position: absolute; z-index: 1; opacity: 0.5;}

.section10 .col3 .colmax2 .display p{ float:left; 
margin-top: 40px; margin-left: 20px; font-size: 16px; line-height: 26px; color: #000; width: 480px; border-right: 1px solid #666666;}
.section10 .col3 .colmax2 .display p span{ float:left; 
margin-top: 40px; color: #666666;}

.section10 .col3 .colmax2 .display .sam{ float:left; 
margin-top: -40px; margin-left: 40px; display: none;}

.section10 .col3 .colmax2 .display .sam img{ float:left; display: none;}

.section10 .col3 .colmax2 .display .sam h1{ font-size: 18px; font-weight: 600; color: #000; margin-left: 130px;}
.section10 .col3 .colmax2 .display .sam h2{ font-size: 14px; font-weight: 300; color: #000;margin-top: 20px; margin-left: 130px;}
.section10 .col3 .colmax2 .display .sam h2 span{ margin-left: 68px;}

.section10 .col3 .colmax2 .display .btnm{ float:left; 
 margin-top:220px; position: absolute; z-index: 999; margin-left: 32%;}
.section10 .col3 .colmax2 .display .btnm img{ width: 131px;}
}

@media only screen and (max-width: 767px){
	
.mobile-device {

}
.section10 .col3 .colmax2 .display p{ display: none;}	
	
	
	
.section9 .col3 {  
    margin-top: 100px;}

.section9 .col3 .col { float:left; width:100%; max-width: 100%;
    margin-left: 5px;
    margin-right: 5px; 
    border-radius: 15px;
    height: auto;
}
.section9 .col3 .col .img { text-align:center;overflow: hidden;}
.section9 .col3 .col .txt1 { font-size:25px; line-height:35px;color:#fff; padding:50px 20px 0px;text-align:center;}
.section9 .col3 .col .txt2 { font-size:16px; line-height:35px;color:#fff; padding:0px 20px 50px;text-align:center;}

.section9 .col3 .col2 { float:left; width:100%; max-width: 100%;
    margin-left: 5px;
    margin-right: 5px; 
    border-radius: 15px;
    height: auto;
}
.section9 .col3 .col2 .img { text-align:center;padding: 20px 0px; overflow: hidden;}
.section9 .col3 .col2 .txt1 { font-size:25px; line-height:35px;color:#fff; padding:50px 20px 0px;text-align:center;}
.section9 .col3 .col2 .txt2 { font-size:16px; line-height:35px;color:#fff; padding:0px 20px 50px;text-align:center;}

.section9 .col3 .col0 { float:left; width:100%; max-width: 100%;
    margin-left: 5px;
    margin-right: 5px;
	margin-top: 10px;
    border-radius: 15px;
    height: auto;}
.section9 .col3 .col0 .img { text-align:center;padding: 20px 0px; overflow: hidden;}
.section9 .col3 .col0 .txt1 { font-size:25px; line-height:35px;color:#fff; padding:50px 20px 0px;text-align:center;}
.section9 .col3 .col0 .txt2 { font-size:16px; line-height:35px;color:#fff; padding:0px 20px 50px;text-align:center;}	
	
}

@media only screen and (max-width: 480px){
	
.section10 .col3 .colmax2 .display .sam2 { float:left; margin-top: 40px; margin-left: 110px;
	position: absolute;z-index: 999;}	
.section10 .col3 .colmax2 .display .sam2 img{  margin-left: 0px; margin-top: 48%;}	
.section9 .col3 {  
    margin-top: 48px; }

.section9 .col3 .col { float:left; width:100%; 
    margin-left: 5px;
    margin-right: 5px; 
	margin-top: 20px;
    border-radius: 15px;
    height: auto;
}
.section9 .col3 .col .img { text-align:center;padding: 20px 0px; overflow: hidden;}
.section9 .col3 .col .txt1 { font-size:35px; line-height:35px;color:#fff; padding:50px 20px 0px;text-align:center;}
.section9 .col3 .col .txt2 { font-size:16px; line-height:35px;color:#fff; padding:0px 20px 50px;text-align:left;}

.section9 .col3 .col2 { float:left; width:100%; 
    margin-left: 5px;
    margin-right: 5px; 
	margin-top: 20px;
    border-radius: 15px;
    height: auto;
}
.section9 .col3 .col2 .img { text-align:center;padding: 20px 0px; overflow: hidden;}
.section9 .col3 .col2 .txt1 { font-size:35px; line-height:35px;color:#fff; padding:50px 20px 0px;text-align:center;}
.section9 .col3 .col2 .txt2 { font-size:16px; line-height:35px;color:#fff; padding:0px 20px 50px;text-align:left;}

.section9 .col3 .col0 { float:left; width:100%; 
    margin-left: 5px;
    margin-right: 5px;
	margin-top: 20px;
    border-radius: 15px;
    height: auto;
}
.section9 .col3 .col0 .img { text-align:center;padding: 20px 0px; overflow: hidden;}
.section9 .col3 .col0 .txt1 { font-size:35px; line-height:35px;color:#fff; padding:50px 20px 0px;text-align:center;}
.section9 .col3 .col0 .txt2 { font-size:16px; line-height:35px;color:#fff; padding:0px 20px 100px;text-align:left;}		
	.section10 .col3 .colmax .txt2 { font-size:20px; line-height:28px;color:#333; padding:0px 0px 10px;text-align:left;
border-bottom: 1px solid #888;}
	.section10 .col3 .colmax2 .txt2 { font-size:20px; line-height:28px;color:#333; padding:0px 0px 10px;text-align:left;
border-bottom: 1px solid #888;}
	.section10 .col3 .colmax02 .txt2 { font-size:20px; line-height:28px;color:#333; padding:0px 0px 10px;text-align:left;
border-bottom: 1px solid #888;}
	.section10 .col3 .colmax03 .txt2 { font-size:20px; line-height:28px;color:#333; padding:0px 0px 10px;text-align:left;
border-bottom: 1px solid #888;}
}





.service-features {
  background-color: #fff;
  color: #000;
  height: auto;
  padding: 50px 0 50px 65px;
  position: absolute;
  right: 0;
  top: 12%;
  width: 50%;
}

.service-features h3 {
  margin-bottom: 0px;
  text-transform: uppercase;
font-size: 28px;
	font-weight: 600;
	line-height: 35px;
	position: relative;
    text-decoration: none;
    display: inline-block;
	color: #3a8bab
}

.service-features .h3line{
		animation-name: underline; 
    animation-duration: 2s;
    animation-iteration-count: 1;
    animation-direction: reverse;
    animation-timing-function: linear;
    animation-fill-mode: none;
    animation-delay: 2s;
	animation-fill-mode:forwards;
	margin-top: 5px;
	margin-bottom: 15px;
}

@keyframes underline {
    from {
	height: 2px;
    bottom:0;
    left: 0;
		width: 250px;
    background-color: #3a8bab;
}
    to {
	height: 2px;
    bottom:0;
    left: 0;
		width: 0px;
    background-color: #fff;}
}
@media only screen and (max-width: 767px){
	.service-features .h3line{padding-top: 5px;}
	
}


.service-features h3 span{
font-size: 28px;
	font-weight: 600;
}

.service-features ul li {
  font-size: 16px;
  line-height: 36px;
}

.service-features ul li p{
  font-size: 18px;
  line-height: 30px;
}

.service-features ul li p span{
  font-size: 25px;
  line-height: 36px;
		padding-left: 10px;
	padding-right: 10px;
}

.service-features2 {
  color: #fff;
  height: auto;
  padding: 50px 0 50px 65px;
  position: absolute;
  right: -3px;
  top: 20%;
  width: 52%;
	border: solid 2px #1d7044;
}

.service-features2 h1 {
  margin-bottom: 10px;
  text-transform: uppercase;
  font-weight: 400;
	font-size: 16px;
   max-width: 600px;
	line-height: 25px;
}

.service-features2 h2 {
  margin-bottom: 15px;
  margin-top: 30px;
  text-transform: uppercase;
  font-weight: 600;
	font-size: 16px;
   max-width: 600px;
	line-height: 25px;
}

.service-features2 h3 {
  margin-top: 15px;
  margin-bottom: 40px;
  text-transform: uppercase;
  font-weight: 600;
}






.service-features2 ul li {
  font-size: 16px;
  line-height: 36px;
}

.service-features2 ul li p{
  font-size: 20px;
  line-height: 36px;
  padding-bottom: 20px;
}

.service-features2 ul li p span{
  font-size: 25px;
  line-height: 36px;
		padding-left: 10px;
	padding-right: 10px;
}

@media all and (max-width:767px){

	
#service-bottom2 {
  background-color: #1f2021;
  padding-bottom: 100px;
  position: relative;
}

.mobile-device {
  position: relative;
}
	
.mobile-device img {
  float: left;
  position: relative;
}

.mobile-device .black {
  left: 150px;
  z-index: 2;
  bottom:20px;
}

.mobile-device .white {
  bottom: 20px;
  z-index: 1;
 left: -205px;
}

.mobile-device .line {
  bottom: 20px;
  z-index: 1;
 left: -205px;
}
.mobile-device .man {
  bottom: 20px;
  z-index: 1;
}
	

	
.zoom1 {  
margin-bottom: 0px;}

.zoom1 p{  
    font-size: 35px;}

.zoom1 p span{  
    font-size: 35px;
font-weight: 600;
color: #369ee0;}

.zoom2 {  
    margin-top: 0px;
margin-bottom: 100px;}

.zoom2 p{  
    font-size: 35px;}

.zoom2 p span{  
    font-size: 35px;
font-weight: 600;
color: #dc8b0c;}	
	
	
.mobile-device .man {
  bottom: 20px;
  z-index: 0;
  width: 100%;
}	
.service-features2 {
  color: #fff;
  height: auto;
  padding: 50px 0 50px 65px;
  position: relative;
  width: 100%;
	border: solid 2px #1d7044;
	margin: 350px auto 0px auto;
}
.service-features2 h1 {
  margin-bottom: 10px;
  text-transform: uppercase;
  font-weight: 400;
	font-size: 16px;
   max-width: 600px;
	line-height: 25px;
	width: 80%
}	
.service-features2 ul li p{
  font-size: 20px;
  line-height: 36px;
  padding-bottom: 20px;
  width: 80%;
}	
}
@media all and (max-width:480px){
	.service-features2 {
	margin: 0px auto 0px auto;
}
	.zoom1 {  
    margin-top: 50px;
margin-bottom: 0px;}

.zoom1 p{  
    font-size: 35px;}

.zoom1 p span{  
    font-size: 35px;
font-weight: 600;
color: #dc8b0c;}

.zoom2 {  
    margin-top: 0px;
margin-bottom: 100px;}

.zoom2 p{  
    font-size: 35px;}

.zoom2 p span{  
    font-size: 35px;
font-weight: 600;
color: #dc8b0c;}	
	
}
@media all and (max-width:480px){
		.mobile-device {
  position: relative;
			width: 100%;
}
	
.mobile-device img {
  float: left;
  position: relative;
}

.mobile-device .black {
  left: 150px;
  z-index: 2;
  bottom:20px;
}

.mobile-device .white {
  bottom: 20px;
  z-index: 1;
 left: -205px;
}

.mobile-device .line {
  bottom: 20px;
  z-index: 1;
 left: -205px;
}
.mobile-device .man {
  bottom: 20px;
  z-index: 1;
}
	}
/*============================================================
    Portfolio
============================================================*/

#projects {
    width: 100%;
}

.project-filter {
  margin-bottom: 40px;
}

.project-filter ul li {
  padding: 0;
}

.project-filter ul li a {
  color: #000;
  display: block;
  line-height: 18px;
  padding: 10px 20px;
  text-transform: uppercase;
}

.project-filter ul li a:hover,
.project-filter ul li a.active {
    background-color: #00C7FC;
    color: #fff;
}

.mix {
    display: none;
}

.portfolio-item {
    position: relative;
    float: left;
    overflow: hidden;
    width: 25%;
}

.plus {
  background: url("../img/icons/plus.png") no-repeat scroll center center #0faed9;
  border-radius: 50%;
  display: block;
  height: 80px;
  left: 50%;
  margin: -40px 0 0 -40px;
  position: absolute;
  top: -41px;
  width: 80px;
    
    -webkit-transition: 0.3s ease-out 0s;
       -moz-transition: 0.3s ease-out 0s;
        -ms-transition: 0.3s ease-out 0s;
         -o-transition: 0.3s ease-out 0s;
            transition: 0.3s ease-out 0s;
}

figcaption.mask {
  background-color: #fff;
  bottom: -101px;
  left: 0;
  padding: 30px 0 30px 30px;
  position: absolute;
  width: 100%;
    
    -webkit-transition: 0.3s ease-out 0s;
       -moz-transition: 0.3s ease-out 0s;
        -ms-transition: 0.3s ease-out 0s;
         -o-transition: 0.3s ease-out 0s;
            transition: 0.3s ease-out 0s;
}

.portfolio-item:hover figcaption.mask {
    bottom: 0;
}

.portfolio-item:hover .plus {
    top: 30%;
}

figcaption.mask h3 {
  color: #1f2021;
  font-size: 20px;
  line-height: 28px;
}

figcaption.mask span {
  color: #0FAED9;
}


/*============================================================
    About Us
============================================================*/

#about {
	background: #fff
}


.img {text-align: center; margin-top: 30px; padding-bottom: 50px;}
.img a { margin: 10px;}
.img img { margin: 10px;}

.about-us img {
  margin: 0 auto;
}



/* Counter section */

#count {
  background-color: #061725;
	margin-top: -43px;
}

.counter-section {
  background-color: #096c89;
  padding: 25px 0 40px;
}

.fact-item {
  color: #fff;
}

.fact-icon {
  position: relative;
  width: 50px; 
  height: 28.87px;
  background-color: #1F2021;
  margin: 14.43px auto;
}

.fact-icon:before,
.fact-icon:after {
  content: "";
  position: absolute;
  width: 0;
  left: 0;
  border-left: 25px solid transparent;
  border-right: 25px solid transparent;
}

.fact-icon:before {
  bottom: 100%;
  border-bottom: 14.43px solid #1F2021;
}

.fact-icon:after {
  top: 100%;
  width: 0;
  border-top: 14.43px solid #1F2021;
}

.fact-icon > i {
  line-height: 27px;
}

.fact-item span {
  font-size: 40px;
  font-weight: 600;
}

.fact-item p {
  font-weight: 300;
	font-size: 35px;
	line-height: 50px;
}


/*============================================================
    About Us
============================================================*/

.subtitle {
  margin: 0 auto;
  width: 95%;
}

.subtitle h3 {
  color: #1f2021;
  margin-bottom: 30px;
  text-transform: uppercase;
}

.subtitle p {
  line-height: 25px;
  margin-bottom: 65px;
}

.tst-single {
  margin-bottom: 40px;
}

.tst-single img {
  max-width: 100px;
  float: left;
}

.tst-content {
  border-bottom: 1px solid #a9a9a9;
  margin: 10px 0 0 160px;
  padding-bottom: 25px;
}

.tst-content p {
  color: #1f2021;
  line-height: 25px;
}

.tst-content span {
  float: right;
  font-style: italic;
  margin-right: 5px;
}

/* carousel navigation */

.owl-pagination {
  text-align: center;
}

.owl-controls .owl-page {
  cursor: pointer;
  display: inline-block;
}

.owl-controls .owl-page span {
  background-color: #fff;
  border-radius: 20px;
  border: 1px solid #ACACAC;
  display: block;
  height: 12px;
  margin: 5px 4px;
  width: 12px;
}

.owl-controls .owl-page.active span,
.owl-controls .owl-page:hover span {
  background-color: #00C7FC;
  border-color: #00C7FC;
}


/* progress bars */

.progress-bars > span {
  color: #1f2021;
  line-height: 24px;
  text-transform: uppercase;
}

.progress {
  background-color: #dbdbdb;
  border-radius: 0;
  box-shadow: none;
  height: 25px;
  margin-bottom: 25px;
}

.progress .bar {
  width: 0;
  height: 25px;
  background-color: #00C7FC;

  -webkit-transition: width 0.6s ease;
     -moz-transition: width 0.6s ease;
      -ms-transition: width 0.6s ease;
       -o-transition: width 0.6s ease;
          transition: width 0.6s ease;
}


.progress .bar small { color:#fafafa; font-size:12px; }

.progress.active .bar {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
     -moz-animation: progress-bar-stripes 2s linear infinite;
      -ms-animation: progress-bar-stripes 2s linear infinite;
       -o-animation: progress-bar-stripes 2s linear infinite;
          animation: progress-bar-stripes 2s linear infinite;
}

.progress-success .bar, .progress-green .bar {
  background-color: #00C7FC;

}



/*=================================
    Quotes
===================================*/

#quotes {
    background-color: #000;
	margin-top: -43px;
}

.recommend_list1{height:267px;overflow:hidden; background: #fff; width: 100%;}

.recommend_list1 img{margin: 0 0px 0 0px;
max-width: 1100px;
width: 100%;}
@media only screen and (max-width: 767px){
.recommend_list1{height:177px;overflow:hidden; background: #fff; width: 100%;}	
.recommend_list1 img{margin: 0px;
max-width: 1100px;
width: 100%;}	
	
}
@media only screen and (max-width: 480px){
	.recommend_list1{height:217px;overflow:hidden; background: #fff; width: 100%;}	
	.recommend_list1 img{margin: 0px;
max-width: 1100px;
width: 200%;}	
}
.call-to-action {
    color: #fff;
    font-weight: 600;
}

.call-to-action p {
    font-size: 30px;
    line-height: 35px;
    margin-bottom: 15px;
	font-weight: 400;
}

.call-to-action p span{
    font-size: 30px;
    line-height: 35px;
    margin-bottom: 15px;
	font-weight: 600;
}




@media all and (max-width:480px){
	.call-to-action p {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 15px;
	font-weight: 400;
}

.call-to-action p span{
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 15px;
	font-weight: 600;
	color: #369ee0;
}
}

@media all and (max-width:767px){
	
	#quotes {
    background-color: #061725;
	margin-top: -45px;
}
}
@media all and (max-width:480px){
	
	#quotes {
    background-color: #061725;
	margin-top: -30px;
}
}
/*=================================
    section6
===================================*/


#section6 { background-color: #1f2021; padding:100px 0 100px; }
.table {width: 100%; max-width: 100%; margin-bottom: 0px;}
.table table{width: 100%;}
 .table table tbody th { border:1px solid rgba(2,114,59,0.8); background:#1f2021; color:#fff; word-break:break-all; padding: 20px; font-size: 16px; text-align: center;}
 .table table tbody th:first-child { border-left:1px solid rgba(2,114,59,0.8); width:10%; }
 .table table tbody:last-child th { border-bottom:1px solid rgba(2,114,59,0.8); width:10%;}
 .table table tbody td { border:0px solid rgba(2,114,59,0.8); background:#1f2021; color:#fff; word-break:break-all; padding: 20px; border-left: 3px solid rgba(2,114,59,0.8); }
 .table table tbody td:first-child { border-left:0; width:30%; }
 .table table tbody:last-child td { border-bottom:1px solid rgba(2,114,59,0.8); width:30%; border-right: 1px solid rgba(2,114,59,0.8);}
 .table table tbody td dt{ font-size: 16px; line-height: 40px;}
.table table tbody td dd{ font-size: 14px; line-height: 20px; color: #e3e3e3;}

@media all and (max-width:767px){
	.table table tbody th{display: block;width: 100%;}
	.table table tbody:last-child th { border-bottom:1px solid rgba(2,114,59,0.8); width:100%;}
	 .table table tbody td{display: block;width: 100%;}
	.table table tbody:last-child td { border-bottom:1px solid rgba(2,114,59,0.8); width:100%;}
	.table table tbody td { border:0px solid rgba(2,114,59,0.8); background:#1f2021; color:#fff; word-break:break-all; padding: 20px; border-left: 1px solid rgba(2,114,59,0.8);}
}

/*=================================
    section7
===================================*/


#section7 { background-color: #1f2021; padding:100px 0 100px; }
.table2 {width: 100%; max-width: 100%; margin-bottom: 0px;}
.table2 table{width: 100%;}
 .table2 table tbody th { border:0px #e9e9e9; background:#395698; color:#fff; word-break:break-all; padding: 20px; font-size: 16px; text-align: center;}
 .table2 table tbody th:first-child { border-bottom:1px solid #e9e9e9; width:10%; }
 .table2 table tbody:last-child th { border-bottom:1px solid #e9e9e9; width:10%;}
 .table2 table tbody td { border:0px solid #e9e9e9; background:#fff; color:#444; word-break:break-all; padding: 20px;  }
 .table2 table tbody td:first-child { border-left:0; width:30%; }
 .table2 table tbody:last-child td { border:1px solid #e9e9e9; width:30%;}
 .table2 table tbody td dt{ font-size: 16px; line-height: 40px;}
.table2 table tbody td dd{ font-size: 14px; line-height: 20px; color: #666;}

.table2 table tbody td dl{ margin: 0px;}

.btns {text-align: center; margin-top: 30px;}
.btns a { margin: 10px;}
.btns img { margin: 10px;}
.txt1 { font-size:16px; line-height:1.4em; margin-top:35px;letter-spacing:-1.5px; color: #d2d2d2;}
.img {text-align: center; margin-top: 30px;}
.img a { margin: 10px;}
.img img { margin: 10px;}

@media all and (max-width:767px){
	
	

	
	.table2 table tbody th{display: block;width: 100%;}
	.table2 table tbody:last-child th { border-bottom:1px solid #e9e9e9; width:100%; border-right:1px solid #e9e9e9;}
	 .table2 table tbody td{display: block;width: 100%;}
	.table2 table tbody:last-child td { border-bottom:1px solid #e9e9e9; width:100%;}
	.table2 table tbody td { border:0px solid #e9e9e9; background:#fff; color:#444; word-break:break-all; padding: 20px; border-left: 1px solid #f6bb0b;}
}
@media all and (max-width:400px){
.btns a { margin: 0px;}
.btns img { margin: 10px; width: 90%;}
}
/*============================================================
    Pricing
============================================================*/

.pricing-table {
  color: #1f2021;
  font-size: 16px;
  line-height: 24px;
}

.pricing-table .price {
  border-top: 1px solid #00c7fc;
  padding: 35px 0 45px;
}

.pricing-table .plan {
  display: block;
  text-transform: uppercase;
}

.pricing-table .value {
  font-size: 13px;
  font-weight: 600;
}

.pricing-table .value > small {
  font-size: 20.33px;
  margin-right: 15px;
  position: relative;
  top: -27px;
}

.pricing-table .value > strong {
  font-size: 59.48px;
  margin-right: 10px;
  line-height: 69.22px;
}

.pricing-table ul {
  border-bottom: 1px solid #00c7fc;
  border-top: 1px solid #00c7fc;
}

.pricing-table ul li {
  margin: 20px 0;
  padding-bottom: 20px;
  position: relative;
}

.pricing-table ul li:after {
  border-bottom: 1px solid #00c7fc;
  bottom: 0;
  content: "";
  display: block;
  left: 50%;
  margin-left: -65px;
  position: absolute;
  width: 130px;
}

.pricing-table ul li:last-child:after {
  border-bottom: none;
}

.pricing-table ul li:last-child {
  margin-bottom: 0;
}

.btn-price {
  border: 1px solid #00c7fc;
  color: #1f2021;
  margin-top: 40px;
  padding: 10px 30px;
}

.special-plan {
    margin-top: 100px;
}

.special-plan p {
    font-size: 20px;
    margin-bottom: 35px;
    color: #1f2021;
}


/*============================================================
    Media Queries
============================================================*/

#subscribe {
  background-color: #1f2021;
  color: #fff;
  line-height: 24px;
}

.subscription-form {
  color: #fff;
  position: relative;
}

.subscription-form i {
  left: 21px;
  position: absolute;
  top: 22px;
}

.subscription-form .subscribe {
  background-color: transparent;
  border: 1px solid #fff;
  color: #fff;
  height: 58px;
  text-indent: 60px;
  width: 100%;
}

.subscription-form #mail-submit {
  background-color: #00c7fc;
  border: 0 none;
  color: #fff;
  padding: 16px 35px;
  position: absolute;
  right: 1px;
  top: 1px;
}


/*============================================================
    Contact Us
============================================================*/

.contact-form .input-field {
  margin-bottom: 30px;
}

.contact-form .form-control {
  border: 1px solid #dbdbdb;
  padding: 20px;
  border-radius: 0;
  height: 58px;
  box-shadow: none;
}

.contact-form .message .form-control {
  height: 198px;
}

.contact-form .form-control::-moz-placeholder {
  color: #1f2021;
}

.contact-form #msg-submit {
  font-size: 13px;
  padding: 17px 50px;
}

.contact-details {
  margin-bottom: 90px;
}

.contact-details > span {
  color: #1f2021;
  display: block;
  margin-bottom: 35px;
}



/*============================================================
    Footer
============================================================*/
@media only screen and (max-width: 767px){
	#footer img{
display: none;
}
	
}


#footer {
    background-color: #efefef
;
	padding-bottom: 25px;
	padding-top: 10px;
}

#footer img{
 margin-top: 25px;
	opacity: 1;
	margin-left: 20px;
}

.footer-logo {
    margin-bottom: 45px;
}

.footer-social {
    margin-bottom: 85px;
}

.footer-social h3 {
    font-size: 20px;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 20px;
    padding-bottom: 20px;
    position: relative;
}

.footer-social h3:after {
  border-bottom: 1px solid #fff;
  content: "";
  display: block;
  position: relative;
  width: 50px;
  margin: 0 auto;
  padding-top: 30px;
}

.footer-social ul li a {
  color: #fff;
  display: block;
  margin: 0 8px;
}

.footer-social ul li a:hover {
  color: #1d7044;
}

.footlogoimg{float: left; text-align: left; width: 50%;}


.copyright {
    font-size: 14px;
    font-weight: 400;
    color: #000;
	background: #efefef
;
	padding: 5px;
	text-align: left;
	width: 50%;
}

.copyright a {
    color: #333;
}

.copyright h1{font-size: 18px; line-height: 30px;}

.copyright a:hover {
    color: #fff;
}

.copyright p { font-size: 12px; line-height: 20px;
 
}



.copyright p:first-child {
    margin-bottom: 15px;
	text-align: left;
	max-width: 1100px;
	margin:  0 auto;
	line-height: 20px;
	font-size: 12px;
	color: #c5c5c5;
	font-weight: 300;
}

.btn-top { opacity:1; position:fixed; right:50px; bottom:25px; transition:all 0.3s ease; -webkit-transition:all 0.3s ease; background: rgba(3,40,90,0.8); border-radius: 50px; padding: 20px 15px;}