@charset "utf-8";
/*---------------------------------------------------*/
/*	01) ZEONE BASE
/*---------------------------------------------------*/

html {
	overflow-x: hidden;
	padding: 0px;
	margin: 0px
}
body{
	font-family: "Microsoft Yahei";
	font-size: 14px;
	line-height: 1.8;
	letter-spacing: 0.5px;
	word-wrap: break-word;
	font-weight: 400;
}
svg{
	fill: currentcolor;
	width: 15px;
	height: 15px;
}
img.svg{
	width: 15px;
	height: 15px;
}
.zeone_tm_wrapper_all,
.zeone_tm_section,
.zeone_tm_content{
	width: 100%;
	height: auto;
	clear: both;
	float: left;
	
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	   -moz-box-sizing: border-box; /* Firefox, other Gecko */
			box-sizing: border-box; /* Opera/IE 8+ */ 
}
.zeone_tm_content{
	position: relative;
	z-index: 10;
	margin-bottom: 360px;
	margin-top:86px;
}
.zeone_tm_wrapper_all,
.zeone_tm_section,
.zeone_tm_content_index{
	width: 100%;
	height: auto;
	clear: both;
	float: left;
	
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	   -moz-box-sizing: border-box; /* Firefox, other Gecko */
			box-sizing: border-box; /* Opera/IE 8+ */ 
}
.zeone_tm_content_index{
	position: relative;
	z-index: 10;
	margin-bottom: 200px;
	overflow:hidden;
}

::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color: #333;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color: #333;
   opacity:  1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
   color: #333;
   opacity:  1;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color: #333;
}
::-ms-input-placeholder { /* Microsoft Edge */
   color: #333;
}

::placeholder { /* Most modern browsers support this now. */
   color: #333;
}
.zeone_tm_preloader{
  position: fixed;
  background-color: #fff;
  z-index: 9999999;
  height: 100%;
  width: 100%;	
	
  -webkit-transition: .2s all ease;
  -o-transition: .2s all ease;
  transition: .2s all ease;
  -webkit-transition-delay: .5s;
  -o-transition-delay: .5s;
  transition-delay: .5s; }  
.zeone_tm_preloader .spinner_wrap{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	z-index: 33333;
}
.zeone_tm_preloader.loaded {
    opacity: 0;
    visibility: hidden;
}
.zeone_tm_preloader:before,
.zeone_tm_preloader:after{
    content: "";
    position: absolute;
    height: 50%;
    width: 100%;
    background-color: #e91f22;
	
    -webkit-transition: .7s all ease;
    -o-transition: .7s all ease;
    transition: .7s all ease;
}
.zeone_tm_preloader:before{
    top: 0;
    left: 0; 
}
.zeone_tm_preloader:after{
    bottom: 0;
	left: 0; 
}
.zeone_tm_preloader.loaded:before, .zeone_tm_preloader.loaded:after{height: 0%;}

/*---------------------------------------------------*/
/*	02) ZEONE HEADER
/*---------------------------------------------------*/

.zeone_tm_header{
	width: 100%;
	height: auto;
	clear: both;
	float: left;
	position: fixed;
	top: 0px;
	z-index: 55;
	
	-webkit-transition: all .2s ease;
	   -moz-transition: all .2s ease;
	    -ms-transition: all .2s ease;
	     -o-transition: all .2s ease;
	        transition: all .2s ease;
	
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	   -moz-box-sizing: border-box; /* Firefox, other Gecko */
			box-sizing: border-box; /* Opera/IE 8+ */
}
.zeone_tm_header .inner_wrap{
	width: 100%;
	height: auto;
	clear: both;
	float: left;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 20px 20px 0px 20px;
	
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	   -moz-box-sizing: border-box; /* Firefox, other Gecko */
			box-sizing: border-box; /* Opera/IE 8+ */ 
}
.zeone_tm_header .logo_wrap{
	float: left;
}
.zeone_tm_header .logo_wrap .pink{display: inline-block;}
.zeone_tm_header .logo_wrap .light{display: none;}

/*---------------------------------------------------*/
/*	03) ZEONE SUBMENU
/*---------------------------------------------------*/

.zeone_tm_submenu_wrap{
	width: 350px;
	height: 100vh;
	background-color: rgba(233,31,34,1.00);
	top: 0px;
	right: -350px;
	position: fixed;
	z-index: 1111111;
	
	transition: all ease 0.7s 0.7s;;
}
.zeone_tm_submenu_wrap.opened{
	right: 0px;
	
	-webkit-transition: all .2s ease;
	   -moz-transition: all .2s ease;
	    -ms-transition: all .2s ease;
	     -o-transition: all .2s ease;
	        transition: all .2s ease;
}
.zeone_tm_submenu_wrap .inner{
	width: 100%;
	height: 100%;
	clear: both;
	float: left;
	display: flex;
	justify-content: center;
	flex-direction: column;
	padding: 0px 30px 0px 60px;
	
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	   -moz-box-sizing: border-box; /* Firefox, other Gecko */
			box-sizing: border-box; /* Opera/IE 8+ */ 
}
.zeone_tm_submenu_wrap .inner .nav_wrap{
	clear: both;
	margin-bottom: 50px;
}
.zeone_tm_submenu_wrap .inner .nav_wrap ul{
	margin: 0px;
	list-style-type: none;
}
.zeone_tm_submenu_wrap .inner .nav_wrap ul li{
	margin: 0px;
	opacity: 0;
    transition: all ease 0.7s;
    list-style: none;
    transform: translateY(20px);
}
.zeone_tm_submenu_wrap.opened .inner .nav_wrap ul li{
	opacity: 1;
    -ms-transform: translateY(0px);
    -webkit-transform: translateY(0px);
    -o-transition: translateY(0px);
}
.zeone_tm_submenu_wrap.opened .inner .nav_wrap ul li:nth-child(1){transition: opacity .5s .5s, transform .5s .5s;}
.zeone_tm_submenu_wrap.opened .inner .nav_wrap ul li:nth-child(2){transition: opacity .7s .7s, transform .7s .7s;}
.zeone_tm_submenu_wrap.opened .inner .nav_wrap ul li:nth-child(3){transition: opacity .9s .9s, transform .9s .9s;}
.zeone_tm_submenu_wrap.opened .inner .nav_wrap ul li:nth-child(4){transition: opacity 1.1s 1.1s, transform 1.1s 1.1s;}
.zeone_tm_submenu_wrap.opened .inner .nav_wrap ul li:nth-child(5){transition: opacity 1.3s 1.3s, transform 1.3s 1.3s;}
.zeone_tm_submenu_wrap.opened .inner .nav_wrap ul li:nth-child(6){transition: opacity 1.5s 1.5s, transform 1.5s 1.5s;}
.zeone_tm_submenu_wrap.opened .inner .nav_wrap ul li:nth-child(7){transition: opacity 1.7s 1.7s, transform 1.7s 1.7s;}
.zeone_tm_submenu_wrap.opened .inner .nav_wrap ul li:nth-child(8){transition: opacity 1.9s 1.9s, transform 1.9s 1.9s;}
.zeone_tm_submenu_wrap.opened .inner .nav_wrap ul li:nth-child(9){transition: opacity 2.1s 2.1s, transform 2.1s 2.1s;}
.zeone_tm_submenu_wrap .inner .nav_wrap ul li a{
	text-decoration: none;
	color: #fff;
	font-size: 35px;
	font-weight: 700;
	
}
.zeone_tm_submenu_wrap .copyright p{
	color: #fff;
	
	font-weight: 600;
	font-size: 13px;
	opacity: 0;
}
.zeone_tm_submenu_wrap.opened .copyright p{
	opacity: 1;
    transition: opacity 0.3s 2s;
}
.zeone_tm_submenu_wrap .copyright p a{
	text-decoration: none;
	color: #fff;
}

/*---------------------------------------------------*/
/*	04) ZEONE HAMBURGER
/*---------------------------------------------------*/

.zeone_tm_trigger_first{
	float: right;
	background-color: #E91F22;
	padding: 12px;
	border-radius: 3px;
}
.zeone_tm_trigger_first .hamburger{
    padding: 15px 15px;
    display: inline-block;
    cursor: pointer;
    transition-property: opacity, filter;
    transition-duration: 0.15s;
    transition-timing-function: linear;
    font: inherit;
    color: inherit;
    text-transform: none;
    background-color: transparent;
    border: 0;
    margin: 0;
    overflow: visible;
}
.zeone_tm_trigger_first .hamburger-box{
    width: 30px;
    height: 18px;
    display: inline-block;
    position: relative;
}
.zeone_tm_trigger_first .hamburger-inner{
    display: block;
    top: 50%;
    margin-top: -2px;
}
.zeone_tm_trigger_first .hamburger-inner, .hamburger-inner::before, .hamburger-inner::after{
    width: 30px;
    height: 2px;
    background-color: #333333;
    position: absolute;
    transition-property: transform;
    transition-duration: 0.15s;
    transition-timing-function: ease;
	
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	        border-radius: 4px;
}
.zeone_tm_trigger_first .hamburger-inner::before,
.zeone_tm_trigger_first .hamburger-inner::after{
    content: "";
    display: block;
}
.zeone_tm_trigger_first .hamburger-inner::before{top: -8px;}
.zeone_tm_trigger_first .hamburger-inner::after{ bottom: -10px;}
.zeone_tm_trigger_first .hamburger--collapse-r .hamburger-inner{
    top: auto;
    bottom: 0;
    transition-duration: 0.13s;
    transition-delay: 0.13s;
    transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.zeone_tm_trigger_first .hamburger--collapse-r .hamburger-inner::after{
    top: -16px;
    transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
}
.zeone_tm_trigger_first .hamburger--collapse-r .hamburger-inner::before{
    transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.zeone_tm_trigger_first .hamburger--collapse-r.is-active .hamburger-inner{
    transform: translate3d(0, -10px, 0) rotate(45deg);
    transition-delay: 0.22s;
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.zeone_tm_trigger_first .hamburger--collapse-r.is-active .hamburger-inner::after{
    top: 0;
    opacity: 0;
    transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear;
}
.zeone_tm_trigger_first .hamburger--collapse-r.is-active .hamburger-inner::before{
    top: 0;
    transform: rotate(90deg);
    transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.zeone_tm_trigger_first .hamburger{
	padding: 0px;
	height: 100%;
	display: table-cell;
	vertical-align: middle;
}
.zeone_tm_trigger_first .hamburger-box{display: block;}
.zeone_tm_trigger_first .hamburger .hamburger-inner::before,
.zeone_tm_trigger_first .hamburger .hamburger-inner::after,
.zeone_tm_trigger_first .hamburger .hamburger-inner{
	background-color: #fff;
	width: 30px;
	
	-webkit-transition: all .3s ease;
	   -moz-transition: all .3s ease;
	    -ms-transition: all .3s ease;
	     -o-transition: all .3s ease;
	        transition: all .3s ease;
}

/*---------------------------------------------------*/
/*	05) ZEONE CONTENT
/*---------------------------------------------------*/

.zeone_tm_hero_header{
	width: 100%;
	height: auto;
	clear: both;
	float: left;
	
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	   -moz-box-sizing: border-box; /* Firefox, other Gecko */
			box-sizing: border-box; /* Opera/IE 8+ */
}
.zeone_tm_universal_box_wrap{
	width: 100%;
	height: auto;
	clear: both;
	float: left;
	position: relative;
	
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	   -moz-box-sizing: border-box; /* Firefox, other Gecko */
			box-sizing: border-box; /* Opera/IE 8+ */
}
.zeone_tm_universal_box_wrap .bg_wrap{
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	z-index: 10;
}
.zeone_tm_universal_box_wrap .overlay_image{
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	z-index: 15;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
.zeone_tm_universal_box_wrap .overlay_video{
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	z-index: 15;
	overflow: hidden;
}
.zeone_tm_universal_box_wrap .overlay_video video{
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	object-fit: cover;
}
.zeone_tm_universal_box_wrap .overlay_color{
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	z-index: 20;
}
.zeone_tm_universal_box_wrap .overlay_image.hero{background-image: url(../images/2.jpg);}
.zeone_tm_universal_box_wrap .overlay_color.hero{background-color: rgba(20,9,108,.95);}
.zeone_tm_universal_box_wrap .content{
	width: 100%;
	height: auto;
	clear: both;
	float: left;
	position: relative;
	z-index: 25;
	
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	   -moz-box-sizing: border-box; /* Firefox, other Gecko */
			box-sizing: border-box; /* Opera/IE 8+ */
}
.zeone_tm_universal_box_wrap .content.hero{
	height: 100vh;
	overflow: hidden;
}
.zeone_tm_universal_box_wrap .container.hero{position: static;}
.zeone_tm_hero_title{
	max-width: 750px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}
.zeone_tm_hero_title h1{
	color: #fff;
	font-size: 50px;
	font-weight: 800;
	
	margin-bottom: 22px;
}
.zeone_tm_hero_title p{
	color: #fff;
	opacity: .6;
	margin-bottom: 38px;
}
.zeone_tm_button{
	width: 100%;
	height: auto;
	clear: both;
	float: left;
	
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	   -moz-box-sizing: border-box; /* Firefox, other Gecko */
			box-sizing: border-box; /* Opera/IE 8+ */ 
}
.zeone_tm_button a{
	text-decoration: none;
    color: #fff;
    background-color: #E91F22;
    font-weight: 700;
    padding: 15px 40px;
    border-radius: 3px;
    display: inline-block;
    position: relative;
    overflow: hidden;
}
.zeone_tm_button a:before{
	position: absolute;
    content: "";
    top: 0px;
    height: 100%;
    left: -25%;
    width: 0%;
    background-color: #fff;
    transform: skew(50deg);
    transition-duration: .6s;
    z-index: 1;
}
.zeone_tm_button a:hover:before{width: 170%;}
.zeone_tm_button a:hover{color: #E91F22;}
.zeone_tm_button a span{
	position: relative;
	z-index: 2;
}
.zeone_tm_key_points_wrap{
	width: 100%;
	height: auto;
	clear: both;
	float: left;
	background-color: #fff;
	
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	   -moz-box-sizing: border-box; /* Firefox, other Gecko */
			box-sizing: border-box; /* Opera/IE 8+ */ 
}
.zeone_tm_key_points_wrap .quote_wrap{
	width: 100%;
	height: auto;
	clear: both;
	float: left;
	box-shadow: 0 0 20px rgba(0,0,0,.1);
	display: flex;
	align-items: center;
	justify-content: space-between;
	background-color: #fff;
	padding: 35px 25px;
	position: relative;
	margin-top: -61px;
	z-index: 33;
	border-radius: 3px;
	margin-bottom: 110px;
	
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	   -moz-box-sizing: border-box; /* Firefox, other Gecko */
			box-sizing: border-box; /* Opera/IE 8+ */ 
}
.zeone_tm_key_points_wrap .quote_wrap .text{float: left;}
.zeone_tm_key_points_wrap .quote_wrap .text p{
	color: #000000;
	
	font-size: 25px;
	font-weight: 700;
	line-height: 1;
	margin-bottom: 2px;
}
.zeone_tm_key_points_wrap .quote_wrap .text span{
	color: #333;
	

	line-height: 1;
}
.zeone_tm_key_points_wrap .quote_wrap .text p span{
	color: #E91F22;
	text-transform: uppercase;
	font-weight: 700;
}
.zeone_tm_key_points_wrap .quote_wrap .button a{
	text-decoration: none;
    color: #fff;
    background-color: #E91F22;
    font-weight: 700;
    
    padding: 15px 40px;
    border-radius: 3px;
    display: inline-block;
    position: relative;
    overflow: hidden;
}
.zeone_tm_key_points_wrap .quote_wrap .button a:before{
	position: absolute;
    content: "";
    top: 0px;
    height: 100%;
    left: -25%;
    width: 0%;
    background-color: #e91f22;
    transform: skew(50deg);
    transition-duration: .6s;
    z-index: 1;
}
.zeone_tm_key_points_wrap .quote_wrap .button a:hover:before{width: 170%;}
.zeone_tm_key_points_wrap .quote_wrap .button a span{
	position: relative;
	z-index: 2;
}
.zeone_tm_key_points_wrap .key_list_wrap{
	width: 100%;
	height: auto;
	clear: both;
	float: left;
	position: relative;
	margin-top: -7px;
	margin-bottom: 70px;
	
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	   -moz-box-sizing: border-box; /* Firefox, other Gecko */
			box-sizing: border-box; /* Opera/IE 8+ */ 
}
.zeone_tm_key_points_wrap .key_list_wrap ul{
	margin: 0px 0px 0px -30px;
	list-style-type: none;
}
.zeone_tm_key_points_wrap .key_list_wrap ul li{
	margin: 0px 0px 30px 0px;
	width: 33.3333%;
	float: left;
	padding-left: 30px;
	
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	   -moz-box-sizing: border-box; /* Firefox, other Gecko */
			box-sizing: border-box; /* Opera/IE 8+ */ 
}
.zeone_tm_key_points_wrap .key_list_wrap ul li .inner{
	width: 100%;
	height: 100%;
	clear: both;
	float: left;
	position: relative;
	text-align: center;
	background-color: #fff;
	padding: 35px 25px 30px 25px;
	box-shadow: 0 0 20px rgba(0,0,0,.1);
	
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	   -moz-box-sizing: border-box; /* Firefox, other Gecko */
			box-sizing: border-box; /* Opera/IE 8+ */ 
}
.zeone_tm_key_points_wrap .key_list_wrap ul li .inner .detail_wrap{
	position: relative;
	z-index: 3;
}
.zeone_tm_key_points_wrap .key_list_wrap ul li .inner .image{
	width: 100%;
	max-width: 70px;
	height: 70px;
	line-height: 70px;
	margin: 0px auto;
	border-radius: 100%;
	background-color: #E91F22;
	margin-bottom: 18px;
}
.zeone_tm_key_points_wrap .key_list_wrap ul li .inner .image i{
	font-size:2em;
	top:5px;
	color: #fff;
	position: relative;

}
.zeone_tm_key_points_wrap .key_list_wrap ul li .inner span{
	margin-bottom: 8px;
	
	font-size: 19px;
	font-weight: 700;
	display: inline-block;
}
.zeone_tm_key_points_wrap .key_list_wrap .inner .overlay_color{
	position: absolute;
	bottom: 0px;
	left: 0px;
	right: 0px;
	height: 2px;
	width: 100%;
	background-color: #E91F22;
	z-index: 1;
	
	-webkit-transition: all .4s ease;
	   -moz-transition: all .4s ease;
	    -ms-transition: all .4s ease;
	     -o-transition: all .4s ease;
	        transition: all .4s ease;
}
.zeone_tm_key_points_wrap .key_list_wrap ul li .inner:hover .overlay_color{
	height: 100%;
	background-color: #e91f22;
}
.zeone_tm_key_points_wrap .key_list_wrap ul li .inner:hover .image{background-color: #fff;}
.zeone_tm_key_points_wrap .key_list_wrap ul li .inner:hover .image i{color: #e91f22;}
.zeone_tm_key_points_wrap .key_list_wrap ul li .inner:hover span{color: #fff;}
.zeone_tm_key_points_wrap .key_list_wrap ul li .inner:hover p{color: #eee;}
.zeone_tm_skills_all_wrap{
	width: 100%;
	height: auto;
	clear: both;
	float: left;
	background-color: #f9f9f9;
	padding: 100px 0px 90px 0px;
	
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	   -moz-box-sizing: border-box; /* Firefox, other Gecko */
			box-sizing: border-box; /* Opera/IE 8+ */ 
}
.zeone_tm_title_holder_wrap{
	width: 100%;
	height: auto;
	clear: both;
	float: left;
	
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	   -moz-box-sizing: border-box; /* Firefox, other Gecko */
			box-sizing: border-box; /* Opera/IE 8+ */ 
}
.zeone_tm_title_holder_wrap h1{
	font-size: 32px;

	font-weight: 700;
	color: #000;

}
.zeone_tm_title_holder_wrap h1 span{position: relative;}
.zeone_tm_title_holder_wrap h1 span:before{
	position: absolute;
	content: "";
	width: 5px;
	height: 32px;
	background-color: #E91F22;
	left: -15px;
	transform: rotate(15deg);
}
.zeone_tm_skills_all_wrap .zeone_tm_title_holder_wrap{margin-bottom: 87px;}
.zeone_tm_title_holder_wrap h1{padding-left: 18px;}
.zeone_tm_skills_wrap{
	width: 100%;
	float: left;
	clear: both;
}
.zeone_tm_skills_wrap p{
	margin-top:15px;
	margin-bottom:15px;
	line-height:1.5em;
}
.zeone_tm_skills_wrap .inner_wrap{display: flex;}
.zeone_tm_skills_wrap .leftbox{
	width: 35%;
	height: auto;
	clear: both;
	float: left;
	
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	   -moz-box-sizing: border-box; /* Firefox, other Gecko */
			box-sizing: border-box; /* Opera/IE 8+ */ 
}
.zeone_tm_skills_wrap .rightbox{
	width: 65%;
	height: auto;
	clear: both;
	float: right;
	padding-left: 65px;
	
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	   -moz-box-sizing: border-box; /* Firefox, other Gecko */
			box-sizing: border-box; /* Opera/IE 8+ */ 
}
.zeone_tm_skills_wrap .leftbox h3{
	font-size: 22px;
	
	font-weight: 600;
	margin-bottom: 20px;
	line-height: 1.4;
}
.progress_bar_wrap_total{
	width: 100%;
	height: auto;
	clear: both;
	float: left;
	margin-bottom: 10px;
	position: relative;
	margin-top: -4px;
	
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	   -moz-box-sizing: border-box; /* Firefox, other Gecko */
			box-sizing: border-box; /* Opera/IE 8+ */
}
.zeone_tm_progress_wrap[data-size="big"] .zeone_tm_progress .zeone_tm_bar_bg{height:40px;}
.zeone_tm_progress_wrap[data-size="small"] .zeone_tm_progress .zeone_tm_bar_bg{height:5px;}

.zeone_tm_progress_wrap[data-round="a"] .zeone_tm_progress .zeone_tm_bar_bg,
.zeone_tm_progress_wrap[data-round="a"] .zeone_tm_progress .zeone_tm_bar{
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	border-radius:2px;
}
.zeone_tm_progress_wrap[data-round="b"] .zeone_tm_progress .zeone_tm_bar_bg,
.zeone_tm_progress_wrap[data-round="b"] .zeone_tm_progress .zeone_tm_bar{
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
}
.zeone_tm_progress_wrap[data-round="c"] .zeone_tm_progress .zeone_tm_bar_bg,
.zeone_tm_progress_wrap[data-round="c"] .zeone_tm_progress .zeone_tm_bar{
	-webkit-border-radius:50px;
	-moz-border-radius:50px;
	border-radius:50px;
}
.zeone_tm_progress{
	width:100%;
	margin-bottom:23px;
}
.zeone_tm_progress:last-child{margin-bottom: 0px;}
.zeone_tm_progress > span{
	margin:0px 0px 3px 0px;
	width:100%;
	display:block;
	text-align:left;
}
.zeone_tm_progress span.label{
	font-size:13px;
	font-weight:700;
	color:#000;
	
}
.zeone_tm_progress span.label .experience{font-size: 12px;font-weight: 600;}
.zeone_tm_progress span.number{
	float:right;
	font-size:13px;
	color:#000;
	font-weight: 700;
	
}
.zeone_tm_progress .zeone_tm_bar_bg{
	background:rgba(0,0,0,.1);
	width:100%;
	min-width:100%;
	position:relative;
	height:20px;
}
.zeone_tm_progress .zeone_tm_bar_bg .zeone_tm_bar_wrap{
	width:0px;
	height:100%;
}
.zeone_tm_progress .zeone_tm_bar_bg .zeone_tm_bar_wrap.open{
	-webkit-animation: zeone_tm_expand 3s cubic-bezier(0.165, 0.840, 0.440, 1.000);  /* Safari 4+ */
	-moz-animation:    zeone_tm_expand 3s cubic-bezier(0.165, 0.840, 0.440, 1.000);  /* Fx 5+ */
	animation:         zeone_tm_expand 3s cubic-bezier(0.165, 0.840, 0.440, 1.000);  /* IE 10+ */
	width:100%;	
}
.zeone_tm_progress .zeone_tm_bar_bg .zeone_tm_bar{
	height:100%;
	background:#333;
	width:0px;
	overflow:hidden;
}
.zeone_tm_progress_wrap[data-strip="on"] .zeone_tm_progress .zeone_tm_bar{
	background-image: linear-gradient(-45deg, rgba(255, 255, 255, 1) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 1) 75%, transparent 75%, transparent);
	
	-webkit-animation: zeone_tm_bar_move 4s linear infinite;
	-moz-animation: zeone_tm_bar_move 4s linear infinite;
	animation: zeone_tm_bar_move 4s linear infinite;
	background-size: 50px 50px;
}
@-webkit-keyframes zeone_tm_bar_move {0%{background-position: 0 0;} 100% {background-position: 50px 50px;}}
@-moz-keyframes zeone_tm_bar_move {0%{background-position: 0 0;} 100% {background-position: 50px 50px;}}
@keyframes zeone_tm_bar_move {0%{background-position: 0 0;} 100% {background-position: 50px 50px;}}

/*expand width animation*/
@-webkit-keyframes zeone_tm_expand {0%{ width:0%; } 100%{ width:100%; }}
@-moz-keyframes zeone_tm_expand {0%{ width:0%; } 100%{ width:100%; }}
@keyframes zeone_tm_expand {0%{ width:0%; } 100%{ width:100%; }}

.zeone_tm_quotebox_main_wrap{
	width: 100%;
	height: auto;
	clear: both;
	float: left;
	padding-bottom: 100px;
	background-color: #fff;
	
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	   -moz-box-sizing: border-box; /* Firefox, other Gecko */
			box-sizing: border-box; /* Opera/IE 8+ */ 
}
.zeone_tm_universal_box_wrap .overlay_image.quotebox{background-image: url(../images/3.jpg);}
.zeone_tm_universal_box_wrap .overlay_color.quotebox{background-color: rgba(20,9,108,.95)}
.zeone_tm_universal_box_wrap .content.quotebox{padding: 81px 0px 92px 0px;}
.zeone_tm_quotebox_wrap{
	width: 100%;
    max-width: 730px;
    margin: 0px auto;
    height: auto;
    clear: both;
    text-align: center;
	
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.zeone_tm_quotebox_wrap .quote_icon{margin-bottom: 20px;}
.zeone_tm_quotebox_wrap .quote_icon i{
	color: #fff;
    font-size: 35px
}
.zeone_tm_quotebox_wrap .text{
	color: #fff;
    font-size: 27px;
    
    font-weight: 600;
    line-height: 1.4;
	margin-bottom: 31px;
}
.zeone_tm_quotebox_wrap .name_holder .first{
	color: #fff;
	
	font-weight: 600;
}
.zeone_tm_quotebox_wrap .name_holder .second{
	color: #E91F22;
	
	font-weight: 700;
	position: relative;
	margin-left: 20px;
}
.zeone_tm_quotebox_wrap .name_holder .second:before{
	position: absolute;
	content: "";
	width: 10px;
	height: 2px;
	background-color: #E91F22;
	left: 0px;
	top: 50%;
	margin-left: -15px;
}

/*---------------------------------------------------*/
/*	06) ZEONE PORTFOLIO
/*---------------------------------------------------*/

.zeone_tm_portfolio_wrapper_all{
	width: 100%;
	height: auto;
	clear: both;
	float: left;
	background-color: #fff;
	padding-bottom: 70px;
	
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	   -moz-box-sizing: border-box; /* Firefox, other Gecko */
			box-sizing: border-box; /* Opera/IE 8+ */ 
}
.zeone_tm_portfolio_wrapper_all .zeone_tm_title_holder_wrap{margin-bottom: 85px;}
.zeone_tm_portfolio_wrap{
	width: 100%;
	height: auto;
	clear: both;
	float: left;
	
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	   -moz-box-sizing: border-box; /* Firefox, other Gecko */
			box-sizing: border-box; /* Opera/IE 8+ */ 
}
.zeone_tm_portfolio_filter{
	width:100%;
	height: auto;
	text-align:left;
	list-style-type:none;
	margin: 0px 0px 13px 0px;
	
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	   -moz-box-sizing: border-box; /* Firefox, other Gecko */
			box-sizing: border-box; /* Opera/IE 8+ */
}
.zeone_tm_portfolio_filter li{
	display:inline-block;
	margin:0px 40px 0px 0px;
}
.zeone_tm_portfolio_filter li:last-child{margin-right: 0px;}
.zeone_tm_portfolio_filter li a{
	text-decoration:none;
	font-size:14px;
	font-weight:700;
	color:#000;
	display: inline-block;
	margin-bottom: 10px;
	position: relative;
	
	-webkit-transition: all .3s ease;
	   -moz-transition: all .3s ease;
	    -ms-transition: all .3s ease;
	     -o-transition: all .3s ease;
	        transition: all .3s ease;
}
.zeone_tm_portfolio_filter li a.current{color: #E91F22;}

/* PORTFOLIO LIST */

.zeone_tm_portfolio_list{
	list-style-type:none;
	margin: 0px 0px 0px -30px;
	
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	   -moz-box-sizing: border-box; /* Firefox, other Gecko */
			box-sizing: border-box; /* Opera/IE 8+ */
}
.zeone_tm_portfolio_list > li{
	width:33.3333%;
	float:left;
	position:relative;
	margin: 0px 0px 30px 0px;
	padding-left: 30px;
	
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	   -moz-box-sizing: border-box; /* Firefox, other Gecko */
			box-sizing: border-box; /* Opera/IE 8+ */
}
.zeone_tm_portfolio_list li img{min-width: 100%;}
.zeone_tm_portfolio_titles {
  white-space: nowrap;
  background: #ffffff;
  font-size: 20px;
  font-weight: 700;
  padding: 5px 15px;
  color: #000000;
  position: fixed;
  z-index: 1000;
  opacity: 0;
  visibility: hidden;
}
.zeone_tm_portfolio_titles.visible {
  opacity: 1;
  visibility: visible;
}
.zeone_tm_portfolio_titles .work__cat {
  position: absolute;
  background: #ffffff;
  top: 100%;
  left: 0;
  margin-top: -5px;
  
  font-size: 12px;
  font-weight: 400;
  padding: 5px 15px;
}
.entry{position: relative;}
.zeone_tm_portfolio_image_main{
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
.zeone_tm_portfolio_list li:nth-child(1) .zeone_tm_portfolio_image_main{background-image: url(../images/portfolio/1.jpg);}
.zeone_tm_portfolio_list li:nth-child(2) .zeone_tm_portfolio_image_main{background-image: url(../images/portfolio/2.jpg);}
.zeone_tm_portfolio_list li:nth-child(3) .zeone_tm_portfolio_image_main{background-image: url(../images/portfolio/3.jpg);}
.zeone_tm_portfolio_list li:nth-child(4) .zeone_tm_portfolio_image_main{background-image: url(../images/portfolio/4.jpg);}
.zeone_tm_portfolio_list li:nth-child(5) .zeone_tm_portfolio_image_main{background-image: url(../images/portfolio/5.jpg);}
.zeone_tm_portfolio_list li:nth-child(6) .zeone_tm_portfolio_image_main{background-image: url(../images/portfolio/6.jpg);}

/*---------------------------------------------------*/
/*	07) ZEONE COUNTER
/*---------------------------------------------------*/

.zeone_tm_counter_wrap{
	width: 100%;
	height: auto;
	clear: both;
	float: left;
	
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	   -moz-box-sizing: border-box; /* Firefox, other Gecko */
			box-sizing: border-box; /* Opera/IE 8+ */
}
.zeone_tm_counter_wrap{overflow: hidden;}
.zeone_tm_counter_list{
	list-style-type:none;
	width:100%;
	margin: 0px;
	
	-webkit-perspective: 500px;
	-moz-perspective: 500px;
	perspective: 500px;
}
.zeone_tm_counter_list li{
	width:33.3333%;
	float:left;
	text-align:center;
	margin: 0px;
	
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	   -moz-box-sizing: border-box; /* Firefox, other Gecko */
			box-sizing: border-box; /* Opera/IE 8+ */
}
.zeone_tm_counter_list li .inner{
	width: 100%;
	height: auto;
	clear: both;
	float: left;
	position: relative;
	padding: 88px 15px 92px 15px;
	text-align: center;
	
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	   -moz-box-sizing: border-box; /* Firefox, other Gecko */
			box-sizing: border-box; /* Opera/IE 8+ */
}
.zeone_tm_counter_list li .inner .svg{
	width: 25px;
	height: 25px;
	color: #fff;
	position: relative;
	margin-bottom: 17px;
}
.zeone_tm_counter_list li h3{
	
	color: #fff;
	margin-bottom: 10px;
}
.zeone_tm_counter_list li h3 > span{
	font-size: 55px;
	font-weight: 700;
}
.zeone_tm_counter_list li .inner > span{
	color:#fff;
	
	font-size: 14px;
	display: block;
	font-weight: 700;
}
.zeone_tm_universal_box_wrap .overlay_image.counter{background-image: url(../images/3.jpg);}
.zeone_tm_universal_box_wrap .overlay_color.counter{background-color: rgba(20,9,108,.95)}
.zeone_tm_universal_box_wrap .content.counter{padding-bottom: 87px;}

/*---------------------------------------------------*/
/*	08) ZEONE FEATURES
/*---------------------------------------------------*/

.zeone_tm_features_wrap,
.zeone_tm_features_wrap .inner_wrap{
	width: 100%;
	height: auto;
	clear: both;
	float: left;
	text-align: left;
	background-color: #fff;
	
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	   -moz-box-sizing: border-box; /* Firefox, other Gecko */
			box-sizing: border-box; /* Opera/IE 8+ */ 
}
.zeone_tm_features_wrap{padding-bottom: 100px;}
.zeone_tm_features_wrap .inner_wrap{
	background-color: #fff;
	position: relative;
	z-index: 200;
	margin-top: -87px;
	padding: 30px 25px 30px 25px;
	box-shadow: 0 0 20px rgba(0,0,0,.1);
}
.zeone_tm_features_wrap ul{
	margin: 0px 0px 0px -100px;
	list-style-type: none;
}
.zeone_tm_features_wrap ul li{
	margin: 0px;
	float: left;
	width: 33.3333%;
	padding-left: 100px;
	
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	   -moz-box-sizing: border-box; /* Firefox, other Gecko */
			box-sizing: border-box; /* Opera/IE 8+ */ 
}
.zeone_tm_features_wrap ul li .inner{
	width: 100%;
	height: auto;
	clear: both;
	float: left;
	position: relative;
	
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	   -moz-box-sizing: border-box; /* Firefox, other Gecko */
			box-sizing: border-box; /* Opera/IE 8+ */ 
}
.zeone_tm_features_wrap ul li .title_holder{margin-bottom: 14px;}
.zeone_tm_features_wrap ul li .title_holder span{
    
    font-size: 19px;
    font-weight: 700;
	color: #000000;
	position: relative;
	padding-left: 20px;
	line-height: 1;
}
.zeone_tm_features_wrap ul li .title_holder span:before{
	position: absolute;
	content: "";
	width: 5px;
	height: 20px;
	background-color: #E91F22;
	top: 0;
	left: 0;
}

/*---------------------------------------------------*/
/*	09) ZEONE SERVICES
/*---------------------------------------------------*/

.zeone_tm_services_wrap{
	width: 100%;
	height: auto;
	clear: both;
	float: left;
	background-color: #fff;
	padding-bottom: 70px;
	
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	   -moz-box-sizing: border-box; /* Firefox, other Gecko */
			box-sizing: border-box; /* Opera/IE 8+ */ 
}
.zeone_tm_services_wrap .zeone_tm_title_holder_wrap{margin-bottom: 93px;}
.zeone_tm_services_wrap .list_wrap{
	width: 100%;
	height: auto;
	clear: both;
	float: left;
	
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	   -moz-box-sizing: border-box; /* Firefox, other Gecko */
			box-sizing: border-box; /* Opera/IE 8+ */ 
}
.zeone_tm_services_wrap .list_wrap ul{
	margin: 0px 0px 0px -30px;
	list-style-type: none;
}
.zeone_tm_services_wrap .list_wrap ul li{
	margin: 0px 0px 30px 0px;
	float: left;
	width: 33.3333%;
	padding-left: 30px;
	
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	   -moz-box-sizing: border-box; /* Firefox, other Gecko */
			box-sizing: border-box; /* Opera/IE 8+ */ 
}
.zeone_tm_services_wrap .list_wrap ul li .inner{
	width: 100%;
	height: auto;
	clear: both;
	float: left;
	position: relative;
	box-shadow: 0 0 20px rgba(0,0,0,.1);
	padding: 35px 35px 35px 25px;
	
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	   -moz-box-sizing: border-box; /* Firefox, other Gecko */
			box-sizing: border-box; /* Opera/IE 8+ */ 
}
.zeone_tm_services_wrap .list_wrap ul li .icon{margin-bottom: 16px;}
.zeone_tm_services_wrap .list_wrap ul li .icon i{
	font-size:2em;
	color: #E91F22;
}
.zeone_tm_services_wrap .list_wrap ul li .title_service{margin-bottom: 17px;}
.zeone_tm_services_wrap .list_wrap ul li .title_service h3{
	
    font-size: 19px;
    font-weight: 700;
    color: #000000;
	line-height: 1;
}

/*---------------------------------------------------*/
/*	10) ZEONE TEAM MEMBERS
/*---------------------------------------------------*/

.zeone_tm_team_member_wrap{
	width: 100%;
	height: auto;
	clear: both;
	float: left;
	background-color: #f9f9f9;
	padding: 100px 0px 70px 0px;
	
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	   -moz-box-sizing: border-box; /* Firefox, other Gecko */
			box-sizing: border-box; /* Opera/IE 8+ */ 
}
.zeone_tm_team_member_wrap .zeone_tm_title_holder_wrap{margin-bottom: 93px;}
.zeone_tm_team_member_wrap .list_wrap{
	width: 100%;
	height: auto;
	clear: both;
	float: left;
	
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	   -moz-box-sizing: border-box; /* Firefox, other Gecko */
			box-sizing: border-box; /* Opera/IE 8+ */ 
}
.zeone_tm_team_member_wrap .list_wrap > ul{
	margin: 0px 0px 0px -30px;
	list-style-type: none;
}
.zeone_tm_team_member_wrap .list_wrap > ul > li{
	margin: 0px 0px 30px 0px;
	float: left;
	width: 	33.3333%;
	padding-left: 30px;
	
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	   -moz-box-sizing: border-box; /* Firefox, other Gecko */
			box-sizing: border-box; /* Opera/IE 8+ */ 
}
.zeone_tm_team_member_wrap .list_wrap > ul > li .inner{
	width: 100%;
	height: auto;
	clear: both;
	float: left;
	position: relative;
	
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	   -moz-box-sizing: border-box; /* Firefox, other Gecko */
			box-sizing: border-box; /* Opera/IE 8+ */ 
}
.zeone_tm_team_member_wrap .list_wrap .image_wrap{position: relative;}
.zeone_tm_team_member_wrap .list_wrap .main_image{
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
.zeone_tm_team_member_wrap .list_wrap > ul > li:nth-child(1) .main_image{background-image: url(../images/team/1.jpg);}
.zeone_tm_team_member_wrap .list_wrap > ul > li:nth-child(2) .main_image{background-image: url(../images/team/3.jpg);}
.zeone_tm_team_member_wrap .list_wrap > ul > li:nth-child(3) .main_image{background-image: url(../images/team/2.jpg);}
.zeone_tm_team_member_wrap .list_wrap > ul > li:nth-child(4) .main_image{background-image: url(../images/team/4.jpg);}
.zeone_tm_team_member_wrap .list_wrap > ul > li .overlay_color{
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	background-color: rgba(20,9,108,.95);
	z-index: 2;
	
	opacity: 0;
	visibility: hidden;
	
	-webkit-transition: all .3s ease;
	   -moz-transition: all .3s ease;
	    -ms-transition: all .3s ease;
	     -o-transition: all .3s ease;
	        transition: all .3s ease;
}
.zeone_tm_team_member_wrap .list_wrap > ul > li .definitions_wrap{
	position: absolute;
	width: 100%;
	top: 50%;
	transform: translateY(-50%);
	text-align: center;
	z-index: 3;
	
	opacity: 0;
	visibility: hidden;
}
.zeone_tm_team_member_wrap .list_wrap > ul > li .definitions_wrap .name span{
	color: #fff;
	
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
	line-height: 1;
}
.zeone_tm_team_member_wrap .list_wrap > ul > li .definitions_wrap .job span{
	color: #fff;
	
	font-size: 13px;
	font-weight: 500;
}
.zeone_tm_team_member_wrap .list_wrap > ul > li .social{padding-top: 12px;}
.zeone_tm_team_member_wrap .list_wrap > ul > li .social ul{
	margin: 0px;
	list-style-type: none;
}
.zeone_tm_team_member_wrap .list_wrap > ul > li .social ul li{
	margin: 0px 15px 0px 0px;
	display: inline-block;
}
.zeone_tm_team_member_wrap .list_wrap > ul > li .social ul li:last-child{margin-right: 0px;}
.zeone_tm_team_member_wrap .list_wrap > ul > li .social ul li a{
	text-decoration: none;
	color: #fff;
	
	-webkit-transition: all .3s ease;
	   -moz-transition: all .3s ease;
	    -ms-transition: all .3s ease;
	     -o-transition: all .3s ease;
	        transition: all .3s ease;
}
.zeone_tm_team_member_wrap .list_wrap > ul > li .social ul li a:hover{color: #E91F22;}
.zeone_tm_team_member_wrap .list_wrap > ul > li .inner:hover .overlay_color{
	opacity: 1;
	visibility: visible;
}
.zeone_tm_team_member_wrap .list_wrap > ul > li .inner:hover .definitions_wrap{
	opacity: 1;
	visibility: visible;
}

/*---------------------------------------------------*/
/*	11) ZEONE PRICING
/*---------------------------------------------------*/

.zeone_tm_pricing_wrapper_all{
	width: 100%;
	height: auto;
	clear: both;
	float: left;
	background-color: #fff;
	padding: 100px 0px 70px 0px;
	
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	   -moz-box-sizing: border-box; /* Firefox, other Gecko */
			box-sizing: border-box; /* Opera/IE 8+ */ 
}
.zeone_tm_pricing_wrapper_all .zeone_tm_title_holder_wrap{margin-bottom: 93px;}
.zeone_tm_pricing_wrapper_all .pricing_list_wrap{
	width: 100%;
	height: auto;
	clear: both;
	float: left;
	
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	   -moz-box-sizing: border-box; /* Firefox, other Gecko */
			box-sizing: border-box; /* Opera/IE 8+ */ 
}
.zeone_tm_pricing_wrapper_all .pricing_list_wrap > ul{
	margin: 0px 0px 0px -30px;
	list-style-type: none;
}
.zeone_tm_pricing_wrapper_all .pricing_list_wrap > ul > li{
	margin: 0px 0px 30px 0px;
	float: left;
	width: 33.3333%;
	padding-left: 30px;
	
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	   -moz-box-sizing: border-box; /* Firefox, other Gecko */
			box-sizing: border-box; /* Opera/IE 8+ */ 
}
.zeone_tm_pricing_wrapper_all .pricing_list_wrap > ul > li .inner_list{
	width: 100%;
	height: auto;
	clear: both;
	float: left;
	position: relative;
	text-align: left;
	padding: 30px 25px;
	background-color: #f9f9f9;
	
	-webkit-transition: all .3s ease;
	   -moz-transition: all .3s ease;
	    -ms-transition: all .3s ease;
	     -o-transition: all .3s ease;
	        transition: all .3s ease;
	
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	   -moz-box-sizing: border-box; /* Firefox, other Gecko */
			box-sizing: border-box; /* Opera/IE 8+ */ 
}
.zeone_tm_pricing_wrapper_all .pricing_list_wrap > ul > li .inner_list:hover{box-shadow: 0 0 20px rgba(0,0,0,.1);}
.zeone_tm_pricing_wrapper_all .pricing_list_wrap > ul > li.active .inner_list{box-shadow: 0 0 20px rgba(0,0,0,.1);}
.zeone_tm_pricing_wrapper_all .title_holder{
	text-align: left;
	margin-bottom: 30px;
}
.zeone_tm_pricing_wrapper_all .definition_price{margin-bottom: 32px;}
.zeone_tm_pricing_wrapper_all .definition_price p{color: #333;}
.zeone_tm_pricing_wrapper_all .title_holder .first{
	display: block;
	position: relative;
	
    font-size: 25px;
    font-weight: 700;
    color: #000;
    line-height: 1;
}
.zeone_tm_pricing_wrapper_all .title_holder .first:before{
	position: absolute;
	content: "";
	width: 40px;
	height: 5px;
	border-radius: 3px;
	background-color: #E91F22;
	bottom: -25px;
	left: 20px;
	margin-left: -20px;
}
.zeone_tm_pricing_wrapper_all .title_holder .price{
	margin-top: 60px;
	display: inline-block;
	font-weight: 600;
	
	font-size: 14px;
	color: #000;
	line-height: 0.9;	
}
.zeone_tm_pricing_wrapper_all .title_holder .price strong{
	font-weight: 600;
	font-size: 40px;
	
}
.zeone_tm_pricing_wrapper_all .image_holder_pricing{position: relative;}
.zeone_tm_pricing_wrapper_all .zeone_tm_button a:before{background-color: #000;}
.zeone_tm_pricing_wrapper_all .zeone_tm_button a:hover{color: #fff;}

/*---------------------------------------------------*/
/*	12) ZEONE TESTIMONIALS
/*---------------------------------------------------*/

.zeone_tm_testimonial_wrapper_all{
	width: 100%;
	height: auto;
	clear: both;
	float: left;
	
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	   -moz-box-sizing: border-box; /* Firefox, other Gecko */
			box-sizing: border-box; /* Opera/IE 8+ */ 
}
.zeone_tm_universal_box_wrap .overlay_image.testimonials{background-image: url(../images/3.jpg);}
.zeone_tm_universal_box_wrap .overlay_color.testimonials{background-color: rgba(20,9,108,.95)}
.zeone_tm_universal_box_wrap .content.testimonials{padding: 100px 0px 95px 0px;}
.zeone_tm_testimonial_wrapper_all .carousel_wrap{
	width: 100%;
	height: auto;
	clear: both;
	margin: 0px auto;
	max-width: 700px;
	text-align: center;
	cursor: e-resize;
	
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	   -moz-box-sizing: border-box; /* Firefox, other Gecko */
			box-sizing: border-box; /* Opera/IE 8+ */ 
}
.zeone_tm_testimonial_wrapper_all .carousel_wrap ul{
	margin: 0px;
	list-style-type: none;
}
.zeone_tm_testimonial_wrapper_all .carousel_wrap ul li{margin: 0px;}
.zeone_tm_testimonial_wrapper_all .carousel_wrap ul li .inner{
	width: 100%;
	height: auto;
	clear: both;
	float: left;
	position: relative;
	
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	   -moz-box-sizing: border-box; /* Firefox, other Gecko */
			box-sizing: border-box; /* Opera/IE 8+ */ 
}
.zeone_tm_testimonial_wrapper_all .carousel_wrap .image_holder{
	width: 100px;
	height: 100px;
	display: inline-block;
	margin-bottom: 20px;
}
.zeone_tm_testimonial_wrapper_all .carousel_wrap .image_holder img{border-radius: 100%;}
.zeone_tm_testimonial_wrapper_all .carousel_wrap .definition{margin-bottom: 30px;}
.zeone_tm_testimonial_wrapper_all .carousel_wrap .definition p{color: #eee;}
.zeone_tm_testimonial_wrapper_all .carousel_wrap .svg_wrap{margin-bottom: 9px;}
.zeone_tm_testimonial_wrapper_all .carousel_wrap .svg_wrap i{
	font-size: 25px;
	color: #E91F22;
}
.zeone_tm_testimonial_wrapper_all .name_holder_wrap span{
	display: block;
	text-transform: uppercase;
}
.zeone_tm_testimonial_wrapper_all .name_holder_wrap span.name{
	color: #fff;
	font-weight: 600;
}
.zeone_tm_testimonial_wrapper_all .name_holder_wrap span.job{
	color: #eee;
	font-size: 11px;
}

/*---------------------------------------------------*/
/*	13) ZEONE NEWS
/*---------------------------------------------------*/

.zeone_tm_list_wrap{
	width: 100%;
	height: auto;
	clear: both;
	float: left;
	
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	   -moz-box-sizing: border-box; /* Firefox, other Gecko */
			box-sizing: border-box; /* Opera/IE 8+ */
}
.zeone_tm_list_wrap > ul.total{
	margin: 0px;
	list-style-type: none;
}
.zeone_tm_list_wrap > ul.total > li{
	margin: 0px;
	float: left;
	
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	   -moz-box-sizing: border-box; /* Firefox, other Gecko */
			box-sizing: border-box; /* Opera/IE 8+ */
}
.zeone_tm_list_wrap > ul.total > li .inner_list{
	width: 100%;
	height: auto;
	clear: both;
	float: left;
	position: relative;
	
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	   -moz-box-sizing: border-box; /* Firefox, other Gecko */
			box-sizing: border-box; /* Opera/IE 8+ */
}

.zeone_tm_list_wrap[data-column="1"] ul.total > li{width: 100%;}
.zeone_tm_list_wrap[data-column="2"] ul.total > li{width: 50%;}
.zeone_tm_list_wrap[data-column="3"] ul.total > li{width: 33.3333%;}
.zeone_tm_list_wrap[data-column="4"] ul.total > li{width: 25%;}
.zeone_tm_list_wrap[data-column="5"] ul.total > li{width: 20%;}
.zeone_tm_list_wrap[data-space="0"] ul.total{margin-left: 0px;}
.zeone_tm_list_wrap[data-space="1"] ul.total{margin-left: 1px;}
.zeone_tm_list_wrap[data-space="2"] ul.total{margin-left: 2px;}
.zeone_tm_list_wrap[data-space="3"] ul.total{margin-left: 3px;}
.zeone_tm_list_wrap[data-space="4"] ul.total{margin-left: 4px;}
.zeone_tm_list_wrap[data-space="5"] ul.total{margin-left: 5px;}
.zeone_tm_list_wrap[data-space="10"] ul.total{margin-left: -10px;}
.zeone_tm_list_wrap[data-space="20"] ul.total{margin-left: -20px;}
.zeone_tm_list_wrap[data-space="30"] ul.total{margin-left: -30px;}
.zeone_tm_list_wrap[data-space="40"] ul.total{margin-left: -40px;}
.zeone_tm_list_wrap[data-space="50"] ul.total{margin-left: -50px;}
.zeone_tm_list_wrap[data-space="60"] ul.total{margin-left: -60px;}
.zeone_tm_list_wrap[data-space="70"] ul.total{margin-left: -70px;}
.zeone_tm_list_wrap[data-space="80"] ul.total{margin-left: -80px;}
.zeone_tm_list_wrap[data-space="0"] ul.total > li{padding: 0px;}
.zeone_tm_list_wrap[data-space="1"] ul.total > li{padding-left: 1px; margin-bottom: 1px;}
.zeone_tm_list_wrap[data-space="2"] ul.total > li{padding-left: 2px; margin-bottom: 2px;}
.zeone_tm_list_wrap[data-space="3"] ul.total > li{padding-left: 3px; margin-bottom: 3px;}
.zeone_tm_list_wrap[data-space="4"] ul.total > li{padding-left: 4px; margin-bottom: 4px;}
.zeone_tm_list_wrap[data-space="5"] ul.total > li{padding-left: 5px; margin-bottom: 5px;}
.zeone_tm_list_wrap[data-space="10"] ul.total > li{padding-left: 10px; margin-bottom: 10px;}
.zeone_tm_list_wrap[data-space="20"] ul.total > li{padding-left: 20px; margin-bottom: 20px;}
.zeone_tm_list_wrap[data-space="30"] ul.total > li{padding-left: 30px; margin-bottom: 30px;}
.zeone_tm_list_wrap[data-space="40"] ul.total > li{padding-left: 40px; margin-bottom: 40px;}
.zeone_tm_list_wrap[data-space="50"] ul.total > li{padding-left: 50px; margin-bottom: 50px;}
.zeone_tm_list_wrap[data-space="60"] ul.total > li{padding-left: 60px; margin-bottom: 60px;}
.zeone_tm_list_wrap[data-space="70"] ul.total > li{padding-left: 70px; margin-bottom: 70px;}
.zeone_tm_list_wrap[data-space="80"] ul.total > li{padding-left: 80px; margin-bottom: 80px;}

.zeone_tm_news_wrap{
	width: 100%;
	height: auto;
	clear: both;
	float: left;
	padding: 100px 0px 70px 0px;
	background-color: #f9f9f9;
	
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	   -moz-box-sizing: border-box; /* Firefox, other Gecko */
			box-sizing: border-box; /* Opera/IE 8+ */ 
}
.zeone_tm_news_wrap .zeone_tm_title_holder_wrap{margin-bottom: 93px;}
.zeone_tm_news_wrap .zeone_tm_list_wrap .inner_list{
	background-color: #fff;
	border-radius: 3px;
}
.zeone_tm_news_wrap .definitions_wrap{padding: 40px 30px 42px 30px;}
.zeone_tm_news_wrap .image_wrap{position: relative;}
.zeone_tm_news_wrap .image_wrap .big{display: none;}
.zeone_tm_news_wrap .image_wrap .small{display: block;}
.zeone_tm_news_wrap .news_image{
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.zeone_tm_news_wrap .date_wrap{margin-bottom: 16px;}
.zeone_tm_news_wrap .date_wrap p{
	color: #333;
	
	font-weight: 600;
}
.zeone_tm_news_wrap .full_def{display: none;}
.zeone_tm_news_wrap .date_wrap p a{
	color: #000;
	text-decoration: none;
	text-transform: uppercase;
	position: relative;
	margin-left: 23px;
	
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.zeone_tm_news_wrap .date_wrap p a:before{
	position: absolute;
    content: "";
    width: 0%;
    height: 2px;
    background-color: #000;
    left: 0px;
    bottom: -5px;
    display: block;
	
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.zeone_tm_news_wrap .title_holder{margin-bottom: 18px;}
.zeone_tm_news_wrap .title_holder h3{
	color: #fff;
	line-height: 1.4;
	font-weight: 600;
	
}
.zeone_tm_news_wrap .title_holder h3 a{
	text-decoration: none;
	color: #000;
	font-size: 22px;
	display: block;
}
.zeone_tm_news_wrap .zeone_tm_button{float: none;}
.zeone_tm_news_wrap .definition{margin-bottom: 26px;}
.zeone_tm_news_wrap .definition p{color: #333;}
.zeone_tm_news_wrap .zeone_tm_button a:before{
	background-color: #000
}
.zeone_tm_news_wrap .zeone_tm_button a:hover{color: #fff;}
.zeone_tm_popup_share_wrap{display: none;}
#zeone_tm_popup_blog{
	opacity: 0;
	visibility: hidden;
	
	width: 100%;
	height: 100vh;
	position: fixed;
	background-color: rgba(255,255,255,1);
	padding: 50px 0px;	
	z-index: 99999999;
	
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	   -moz-box-sizing: border-box; /* Firefox, other Gecko */
			box-sizing: border-box; /* Opera/IE 8+ */
	
	-webkit-transition: all .2s ease;
	   -moz-transition: all .2s ease;
	    -ms-transition: all .2s ease;
	     -o-transition: all .2s ease;
	        transition: all .2s ease;
}
#zeone_tm_popup_blog.opened{
	opacity: 1;
	visibility: visible;
}
#zeone_tm_popup_blog .definitions_wrap{
	width: 100%;
	float: left;
}
#zeone_tm_popup_blog .full_def{
	display: block;
	margin-bottom: 20px;
	width: 100%;
	float: left;
}
#zeone_tm_popup_blog .full_def p{display: inline-block;}
#zeone_tm_popup_blog .definition{display: none;}
#zeone_tm_popup_blog .inner_popup{
	width: 100%;
	float: left;
	clear: both;
	position: relative;
}
#zeone_tm_popup_blog .date_wrap p{
	color: #333;
    
    font-weight: 600;
}
#zeone_tm_popup_blog .date_wrap p a{
	color: #333;
    text-decoration: none;
    text-transform: uppercase;
    position: relative;
    margin-left: 23px;
}
#zeone_tm_popup_blog .image_wrap{
	margin-bottom: 45px;
	position: relative;
	width: 100%;
	float: left;
}
#zeone_tm_popup_blog .image_wrap .big{
	display: block;
	min-height: 250px;
}
#zeone_tm_popup_blog .image_wrap .small{display: none;}
#zeone_tm_popup_blog .image_wrap .news_image{
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
#zeone_tm_popup_blog .date_wrap{
	margin-bottom: 16px;
	width: 100%;
	float: left;
}
#zeone_tm_popup_blog .date_wrap p a:before{
	position: absolute;
    content: "";
    width: 10px;
    height: 1px;
    background-color: #333;
    top: 50%;
    right: 100%;
    margin-right: 8px;
}
#zeone_tm_popup_blog .title_holder{
	margin-bottom: 18px;
	width: 100%;
	float: left;
}
#zeone_tm_popup_blog .title_holder h3{
    line-height: 1.4;
    font-weight: 600;
    
}
#zeone_tm_popup_blog .title_holder h3 a{
    text-decoration: none;
    color: #000;
    font-size: 22px;
    display: block;
}
#zeone_tm_popup_blog .definition p{color: #333;}
#zeone_tm_popup_blog .read_more{display: none;}
#zeone_tm_popup_blog .zeone_tm_popup_share_wrap{
	display: block;
	width: 100%;
	height: auto;
	clear: both;
	float: left;
	padding-bottom: 5px;
	
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	   -moz-box-sizing: border-box; /* Firefox, other Gecko */
			box-sizing: border-box; /* Opera/IE 8+ */
}
#zeone_tm_popup_blog .zeone_tm_popup_share_wrap ul{
	margin: 0px;
	list-style-type: none;
}
#zeone_tm_popup_blog .zeone_tm_popup_share_wrap ul li{
	display: inline-block;
	margin: 0px 15px 0px 0px;
}
#zeone_tm_popup_blog .zeone_tm_popup_share_wrap ul li a{
	text-decoration: none;
    color: #000;
    font-size: 15px;
    position: relative;
    
    font-weight: 600;
	
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
#zeone_tm_popup_blog .close{
	position: absolute;
	top: 30px;
	right: 40px;
	width: 50px;
	height: 50px;
	cursor: pointer;
	display: block;
	z-index: 111111111;
}
#zeone_tm_popup_blog .close a{
	position: relative;
	display: block;
	height: 30px;
	margin-right: 10px;
	margin-top: 12px;
}
#zeone_tm_popup_blog .close a:before{
	position: absolute;
	content: "";
	width: 4px;
	height: 20px;
	background-color: #E91F22;
	top: 5px;
	right: 13px;
	transform: rotate(45deg);
}
#zeone_tm_popup_blog .close a:after{
	position: absolute;
	content: "";
	width: 4px;
	height: 20px;
	background-color: #E91F22;
	top: 5px;
	right: 13px;
	transform: rotate(135deg);
}
#zeone_tm_popup_blog .zeone_tm_button{display: none;}

/*---------------------------------------------------*/
/*	14) ZEONE CONTACT
/*---------------------------------------------------*/

.zeone_tm_contact_wrap_all{
	width: 100%;
	height: auto;
	clear: both;
	float: left;
	background-color: #fff;
	padding: 100px 0px 70px 0px;
	
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	   -moz-box-sizing: border-box; /* Firefox, other Gecko */
			box-sizing: border-box; /* Opera/IE 8+ */ 
}
.zeone_tm_contact_wrap_all .zeone_tm_title_holder_wrap{margin-bottom: 73px;}
.zeone_tm_contact_wrap_all .inner_wrap_contact{
	width: 100%;
	height: auto;
	clear: both;
	float: left;
	
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	   -moz-box-sizing: border-box; /* Firefox, other Gecko */
			box-sizing: border-box; /* Opera/IE 8+ */ 
}
.zeone_tm_contact_wrap_all .leftbox{
	width: 40%;
	height: auto;
	float: left;
	padding-right: 40px;
	
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	   -moz-box-sizing: border-box; /* Firefox, other Gecko */
			box-sizing: border-box; /* Opera/IE 8+ */ 	
}
.zeone_tm_contact_wrap_all .leftbox .short_info_wrap{
	width: 100%;
	height: auto;
	clear: both;
	float: left;
	
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	   -moz-box-sizing: border-box; /* Firefox, other Gecko */
			box-sizing: border-box; /* Opera/IE 8+ */ 
}
.zeone_tm_contact_wrap_all .leftbox .short_info_wrap ul{
	margin: 0px;
	list-style-type: none;
}
.zeone_tm_contact_wrap_all .leftbox .short_info_wrap ul li{
	margin: 0px 0px 15px 0px;
}
.zeone_tm_contact_wrap_all .leftbox .short_info_wrap ul li label{
	
    font-weight: 700;
    font-size: 13px;
    color: #000;
}
.zeone_tm_contact_wrap_all .leftbox .short_info_wrap ul li span{padding-left: 5px;}
.zeone_tm_contact_wrap_all .leftbox .short_info_wrap ul li a{
	text-decoration: none;
	color: #000;
}
.zeone_tm_contact_wrap_all .rightbox{
	width: 60%;
	height: auto;
	float: right;
	
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	   -moz-box-sizing: border-box; /* Firefox, other Gecko */
			box-sizing: border-box; /* Opera/IE 8+ */ 		
}
.zeone_tm_contact_wrap{
	max-width: 830px;
	height: auto;
	margin: 0px auto;
	
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	   -moz-box-sizing: border-box; /* Firefox, other Gecko */
			box-sizing: border-box; /* Opera/IE 8+ */
}
.zeone_tm_contact_wrap .subtitle{
	text-align: center;
	margin-bottom: 69px;
}
.zeone_tm_contact_wrap .subtitle p{color: #333;}
.zeone_tm_contact_wrap .main_input_wrap{
	position: relative;
	top: -24px;
}
.zeone_tm_contact_wrap .main_input_wrap,
.zeone_tm_contact_wrap .main_input_wrap .input_wrap{
	width: 100%;
	height: auto;
	clear: both;
	float: left;
	
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	   -moz-box-sizing: border-box; /* Firefox, other Gecko */
			box-sizing: border-box; /* Opera/IE 8+ */
}
.zeone_tm_contact_wrap .main_input_wrap .input_wrap .wrap{
	width: 50%;
	float: left;
	padding-right: 30px;
	
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	   -moz-box-sizing: border-box; /* Firefox, other Gecko */
			box-sizing: border-box; /* Opera/IE 8+ */ 
}
.zeone_tm_contact_wrap .main_input_wrap .input_wrap .wrap:last-child{padding-right: 0px;}
.zeone_tm_contact_wrap .main_input_wrap .wrap{margin-bottom: 20px;}
.zeone_tm_contact_wrap .main_input_wrap .wrap input{
	width: 100%;
	text-align: left;
	background-color: transparent;
	border: none;
	border-bottom: 1px solid rgba(10,4,37,1);
	color: #333;
	padding-left: 0px !important;
}
.zeone_tm_contact_wrap .main_input_wrap .wrap input:focus{outline: none;}
.zeone_tm_contact_wrap .main_input_wrap .wrap textarea{
	width: 100%;
	height: 80px;
	text-align: left;
	background-color: transparent;
	border: none;
	border-bottom: 1px solid rgba(10,4,37,1);
	color: #333;
	padding-left: 0px !important;
}
.zeone_tm_contact_wrap .main_input_wrap .wrap textarea:focus{outline: none;}
.zeone_tm_contact_wrap .zeone_tm_button a{
	text-decoration: none;
    color: #fff;
    background-color: #E91F22;
    font-weight: 700;
    
    padding: 15px 40px;
    border-radius: 3px;
    display: inline-block;
    position: relative;
    overflow: hidden;
}
.zeone_tm_contact_wrap .zeone_tm_button a:before{
	position: absolute;
    content: "";
    top: 0px;
    height: 100%;
    left: -25%;
    width: 0%;
    background-color: #000;
    transform: skew(50deg);
    transition-duration: .6s;
    z-index: 1;
}
.zeone_tm_contact_wrap .zeone_tm_button a:hover:before{width: 170%;}
.zeone_tm_contact_wrap .zeone_tm_button a:hover{color: #fff;}
.zeone_tm_contact_wrap .empty_notice{
	color: #FF0004;
	margin-bottom: 7px;
	display: none;
	text-align: left;
}
.zeone_tm_contact_wrap .contact_error{
	color: rgba(255,0,4,1.00);
	text-align: left;
}
.zeone_tm_contact_wrap .returnmessage{
	color:#0064FF;
	margin-bottom: 7px;
	text-align: left;
}

/*---------------------------------------------------*/
/*	15) ZEONE FOOTER
/*---------------------------------------------------*/

.zeone_tm_footer_total_wrap{
	width: 100%;
	height: auto;
	clear: both;
	float: left;
	position: fixed;
	bottom: 0px;
	z-index: 5;
}
.zeone_tm_address_holder_wrap,
.zeone_tm_address_holder_wrap .inner_wrap{
	width: 100%;
	height: auto;
	clear: both;
	float: left;
	
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	   -moz-box-sizing: border-box; /* Firefox, other Gecko */
			box-sizing: border-box; /* Opera/IE 8+ */ 
}
.zeone_tm_address_holder_wrap{background-color: #e91f22;}
.zeone_tm_address_holder_wrap .inner_wrap{
	text-align: center;
	border-bottom: 1px solid rgba(255,255,255,.1);
	padding: 59px 0px 53px 0px;
}
.zeone_tm_address_holder_wrap .inner_wrap ul{
	margin: 0px;
	list-style-type: none;
}
.zeone_tm_address_holder_wrap .inner_wrap ul li{
	margin: 0px;
	float: left;
	width: 25%;
	
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	   -moz-box-sizing: border-box; /* Firefox, other Gecko */
			box-sizing: border-box; /* Opera/IE 8+ */ 
}
.zeone_tm_address_holder_wrap .inner_wrap .image_holder{margin-bottom: 10px;}
.zeone_tm_address_holder_wrap .inner_wrap .image_holder.logo img{
	position: relative;
	top: -4px;
}
.zeone_tm_address_holder_wrap .inner_wrap ul li i{
	font-size:2em;
	color: #E91F22;
}
.zeone_tm_address_holder_wrap .inner_wrap ul li p{color: #fff;}
.zeone_tm_address_holder_wrap .inner_wrap ul li p a{
	color: #fff;
	text-decoration: none;
	
	-webkit-transition: all .3s ease;
	   -moz-transition: all .3s ease;
	    -ms-transition: all .3s ease;
	     -o-transition: all .3s ease;
	        transition: all .3s ease;
}
.zeone_tm_address_holder_wrap .inner_wrap ul li p a:hover{color: #e91f22;}
.zeone_tm_footer_wrap{
	width: 100%;
	height: auto;
	clear: both;
	float: left;
	text-align: center;
	background-color: #e91f22;
	padding: 50px;
	
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	   -moz-box-sizing: border-box; /* Firefox, other Gecko */
			box-sizing: border-box; /* Opera/IE 8+ */ 
}
.zeone_tm_footer_wrap p{color: #fff;}
.zeone_tm_footer_wrap p a{
	text-decoration: none;
	color: #fff;
	
	font-weight: 400;
    position: relative;
	
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.zeone_tm_footer_wrap p a:hover{color: #e91f22;}

/*---------------------------------------------------*/
/*	16) ZEONE TO TOP
/*---------------------------------------------------*/

.zeone_tm_totop{
	position: fixed;
	bottom: 40px;
	right: 36px;
	width: 38px;
	height: 38px;
	line-height: 38px;
	z-index: 100;
	overflow: hidden;
	background: #E91F22;
	opacity: 0;
	visibility: hidden;
	text-align: center;
	border-radius: 3px;
	
	-webkit-transition: all .5s ease;
	   -moz-transition: all .5s ease;
	    -ms-transition: all .5s ease;
	     -o-transition: all .5s ease;
	        transition: all .5s ease;
}
.zeone_tm_totop.opened{
	opacity: 1;
	visibility: visible;
	bottom: 55px;
}
.zeone_tm_totop i{
	color: #fff;
	position: relative;
	top: -1px;
}

/*---------------------------------------------------*/
/*	17) ZEONE HOMEPAGE 2
/*---------------------------------------------------*/

.zeone_tm_header_second{
	width: 100%;
	height: auto;
	clear: both;
	float: left;
	position: fixed;
	top: 0px;
	z-index: 55;
	
	-webkit-transition: all .2s ease;
	   -moz-transition: all .2s ease;
	    -ms-transition: all .2s ease;
	     -o-transition: all .2s ease;
	        transition: all .2s ease;
	
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	   -moz-box-sizing: border-box; /* Firefox, other Gecko */
			box-sizing: border-box; /* Opera/IE 8+ */
}

.zeone_tm_header_second.scroll{
	background-color: #fff;	
	box-shadow: 0 1px 3px rgba(0,0,0,.1);
}
.zeone_tm_header_second.scroll .zeone_tm_navigation_wrap .menu > ul > li a{
	color: #000;
	position: relative;
	
	-webkit-transition: all .3s ease;
	   -moz-transition: all .3s ease;
	    -ms-transition: all .3s ease;
	     -o-transition: all .3s ease;
	        transition: all .3s ease;
}
.zeone_tm_header_second.scroll .zeone_tm_navigation_wrap .menu > ul > li:hover a{color: #e91f22;}
.zeone_tm_navigation_wrap,
.zeone_tm_navigation_wrap .navigation_inner{
	width: 100%;
	height: auto;
	clear: both;
	float: left;
	
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	   -moz-box-sizing: border-box; /* Firefox, other Gecko */
			box-sizing: border-box; /* Opera/IE 8+ */
}
.zeone_tm_header_three{
	width: 100%;
	height: auto;
	clear: both;
	float: left;
	position: fixed;
	top: 0px;
	z-index: 55;
	background-color: #fff;	
	box-shadow: 0 1px 3px rgba(0,0,0,.1);
	-webkit-transition: all .2s ease;
	   -moz-transition: all .2s ease;
	    -ms-transition: all .2s ease;
	     -o-transition: all .2s ease;
	        transition: all .2s ease;
	
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	   -moz-box-sizing: border-box; /* Firefox, other Gecko */
			box-sizing: border-box; /* Opera/IE 8+ */
}

.zeone_tm_header_three .zeone_tm_navigation_wrap .menu > ul > li a{
	color: #000;
}
.zeone_tm_header_three.scrolltopthree .zeone_tm_navigation_wrap .menu > ul > li a{
	color: #000;
	position: relative;
	
	-webkit-transition: all .3s ease;
	   -moz-transition: all .3s ease;
	    -ms-transition: all .3s ease;
	     -o-transition: all .3s ease;
	        transition: all .3s ease;
}
.zeone_tm_header_three.scrolltopthree .zeone_tm_navigation_wrap .menu > ul > li:hover a{color: #e91f22;}
.zeone_tm_navigation_wrap,
.zeone_tm_navigation_wrap .navigation_inner{
	width: 100%;
	height: auto;
	clear: both;
	float: left;
	
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	   -moz-box-sizing: border-box; /* Firefox, other Gecko */
			box-sizing: border-box; /* Opera/IE 8+ */
}
.zeone_tm_navigation_wrap{
	min-height: 38px;	
	line-height: 38px;
	padding: 35px 0px;
	
	-webkit-transition: all .5s ease;
	   -moz-transition: all .5s ease;
	    -ms-transition: all .5s ease;
	     -o-transition: all .5s ease;
	        transition: all .5s ease;
}
.zeone_tm_header_second.scroll .zeone_tm_navigation_wrap{padding: 24px 0px;}
.zeone_tm_navigation_wrap .navigation_inner{position: relative;}
.zeone_tm_navigation_wrap .logo{
	position: absolute;
	left: 0px;
	top: 1px;
	z-index: 1;
	
}


.zeone_tm_header_three.scrolltopthree .zeone_tm_navigation_wrap{padding: 24px 0px;}

.zeone_tm_navigation_wrap .nav_list_wrap{
	width: 100%;
	height: auto;
	clear: both;
	float: left;
	position: relative;
	text-align: right;
	
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	   -moz-box-sizing: border-box; /* Firefox, other Gecko */
			box-sizing: border-box; /* Opera/IE 8+ */
}
.zeone_tm_navigation_wrap .menu > ul{
	margin: 0px;
	list-style-type: none;
}
.zeone_tm_navigation_wrap .menu > ul > li{
	margin: 0px 30px 0px 0px;
	display:inline-block; 
}
.zeone_tm_navigation_wrap .menu > ul > li:last-child{margin-right: 0px;}
.zeone_tm_navigation_wrap .menu > ul > li a{
	text-decoration: none;
	color: #fff;
	
	font-size: 16px;
	font-weight: 400;
	display: block;
	position: relative;
	
	-webkit-transition: all .3s ease;
	   -moz-transition: all .3s ease;
	    -ms-transition: all .3s ease;
	     -o-transition: all .3s ease;
	        transition: all .3s ease;
}
.zeone_tm_navigation_wrap .menu > ul > li:hover a{color: #e91f22;}
.zeone_tm_navigation_wrap .social_icons_wrap{
	position: absolute;
	right: 0px;
	top: 0px;
}
.zeone_tm_navigation_wrap .social_icons_wrap > ul{
	margin: 0px;
	list-style-type: none;
}
.zeone_tm_navigation_wrap .social_icons_wrap > ul > li{
	margin: 0px 10px 0px 0px;
	display: inline-block;
}
.zeone_tm_navigation_wrap .social_icons_wrap > ul > li:last-child{margin-right: 0px;}
.zeone_tm_navigation_wrap .social_icons_wrap > ul > li a{
	text-decoration: none;
	color: #fff;
	font-size: 16px;
	display: inline-block;
	
	-webkit-transition: all .3s ease;
	   -moz-transition: all .3s ease;
	    -ms-transition: all .3s ease;
	     -o-transition: all .3s ease;
	        transition: all .3s ease;
}
.zeone_tm_navigation_wrap .social_icons_wrap > ul > li a:hover{color: #ed2629;}

/*---------------------------------------------------*/
/*	ZEONE MOBILE MENU
/*---------------------------------------------------*/

.zeone_tm_mobile_menu_wrap{
	width: 100%;
	height: auto;
	clear: both;
	float: left;
	background-color: rgba(255,255,255,.97);
	padding: 50px 20px;
	display: none;
	border-bottom: 1px solid rgba(0,0,0,.09);
	border-top: 1px solid rgba(0,0,0,.09);
	
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	   -moz-box-sizing: border-box; /* Firefox, other Gecko */
			box-sizing: border-box; /* Opera/IE 8+ */	
}
.zeone_tm_mobile_menu_wrap .mob_menu{
	width: 100%;
	height: auto;
	clear: both;
	float: left;
	
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	   -moz-box-sizing: border-box; /* Firefox, other Gecko */
			box-sizing: border-box; /* Opera/IE 8+ */
}
.zeone_tm_mobile_menu_wrap .mob_menu > ul{
	margin: 0px;
	list-style-type: none;
}
.zeone_tm_mobile_menu_wrap .mob_menu > ul > li{margin: 0px 0px 5px 0px;}
.zeone_tm_mobile_menu_wrap .mob_menu > ul > li:last-child{margin-bottom: 0px;}
.zeone_tm_mobile_menu_wrap .mob_menu > ul > li a{
	text-decoration: none;
	color: #000;
	
	font-weight: 600;
	font-size: 19px;
}
.zeone_tm_header_second .zeone_tm_trigger_first{
	background-color: transparent;
	display: none;
}
.zeone_tm_header_second .zeone_tm_trigger_first .hamburger .hamburger-inner::before, 
.zeone_tm_header_second .zeone_tm_trigger_first .hamburger .hamburger-inner::after, 
.zeone_tm_header_second .zeone_tm_trigger_first .hamburger .hamburger-inner{background-color: #000;}


.zeone_tm_header_three .zeone_tm_trigger_first{
	background-color: transparent;
	display: none;
}
.zeone_tm_header_three .zeone_tm_trigger_first .hamburger .hamburger-inner::before, 
.zeone_tm_header_three .zeone_tm_trigger_first .hamburger .hamburger-inner::after, 
.zeone_tm_header_three .zeone_tm_trigger_first .hamburger .hamburger-inner{background-color: #000;}


.zeone_tm_universal_box_wrap .overlay_image.hero.second{background-image: url(../images/3.jpg);}
.zeone_tm_universal_box_wrap .overlay_color.hero.second{background-color: rgba(0,0,0,.8);}

.zeone_tm_hero_title.second{
	position: absolute;
	width: 100%;
	max-width: 100%;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	text-align: center;
}
.zeone_tm_hero_title.second h5{
	color: #fff;
	font-weight: 500;
	font-size: 30px;
	
	line-height: 1.5;
	margin-bottom: 25px;
}
.zeone_tm_hero_title.second .name{
	color: #fff;
	font-weight: 700;
	font-size: 80px;
	
	line-height: 1.2;
	margin-bottom: 30px;
}
.zeone_tm_hero_title.second .name span{
	color: #e91f22;
	font-size: 75px;
}
.zeone_tm_hero_title.second p{
	font-size: 50px;
	
	line-height: 1;
	color: #fff;
	font-weight: 600;
	opacity: 1;
	text-transform: uppercase;
	margin-bottom: 30px;
	letter-spacing: -0.3px;
}
.zeone_tm_animation_text_word{
	color: #E91F22;
}
.zeone_tm_hero_title.second ul{
	margin: 0px;
	list-style-type: none;
}
.zeone_tm_hero_title.second ul li{
	margin: 0px 15px 0px 0px;
	display: inline-block;
}
.zeone_tm_hero_title.second ul li:last-child{margin-right: 0px;}
.zeone_tm_hero_share ul li a{
	text-decoration: none;
	color: #fff;
	
	transition: all .3s ease;
}
.zeone_tm_hero_title.second ul li a:hover{color: #e91f22;	}
.zeone_tm_hero_title.second ul li a i{
	font-size: 17px;
}
.zeone_tm_arrow_wrap{
	position: absolute;
	left: 50%;
	bottom: 12%;
	transform: translateX(-50%);
	margin-left: -21px;
	z-index: 11;
}
.zeone_tm_arrow_wrap.bounce {
  -webkit-animation: bounce 2s infinite;
  animation: bounce 2s infinite; }

@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  40% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px); }
  60% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px); } }

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  40% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px); }
  60% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px); } }
.zeone_tm_arrow_wrap a{
	text-decoration: none;
	color: #fff;
	font-size: 30px;
}

.zeone_tm_wrapper_all.second .zeone_tm_key_points_wrap .quote_wrap .button a:before{background-color: #333;}
.zeone_tm_wrapper_all.second .zeone_tm_key_points_wrap .key_list_wrap ul li .inner:hover .overlay_color{
	height: 100%;
	background-color: #333;
}
.zeone_tm_wrapper_all.second .zeone_tm_universal_box_wrap .overlay_image.hero{
	background-image: url(../images/bg-slider-home.jpg);
}
.zeone_tm_wrapper_all.second .zeone_tm_universal_box_wrap .overlay_color.hero{background-color: rgba(0,0,0,.8);}
.zeone_tm_wrapper_all.second .zeone_tm_universal_box_wrap .overlay_image.quotebox{
	background-image: url(../images/2.jpg);
}
.zeone_tm_wrapper_all.second .zeone_tm_universal_box_wrap .overlay_color.quotebox{background-color: rgba(0,0,0,.8);}
.zeone_tm_wrapper_all.second .zeone_tm_universal_box_wrap .overlay_color.testimonials{background-color: rgba(0,0,0,.8);}
.zeone_tm_wrapper_all.second .zeone_tm_universal_box_wrap .overlay_color.counter{background-color: rgba(0,0,0,.8);}
.zeone_tm_wrapper_all.second .zeone_tm_team_member_wrap .list_wrap > ul > li .overlay_color{
	background-color: rgba(0,0,0,.8);
}
.zeone_tm_wrapper_all.second .zeone_tm_pricing_wrapper_all .zeone_tm_button a:before{background-color: #333;}
.zeone_tm_wrapper_all.second .zeone_tm_news_wrap .zeone_tm_button a:before{background-color: #333;}
.zeone_tm_wrapper_all.second .zeone_tm_contact_wrap .zeone_tm_button a:before{background-color: #333;}
.zeone_tm_wrapper_all.second .zeone_tm_address_holder_wrap{background-color: #333;}
.zeone_tm_wrapper_all.second .zeone_tm_footer_wrap{background-color: #333;}

/*---------------------------------------------------*/
/*	18) INTRO_PAGE
/*---------------------------------------------------*/

.zeone_tm_intro_universal_bg_wrap{
	width: 100%;
	height: auto;
	clear: both;
	float: left;
	position: relative;
	
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	   -moz-box-sizing: border-box; /* Firefox, other Gecko */
			box-sizing: border-box; /* Opera/IE 8+ */
}
.zeone_tm_intro_universal_bg_wrap .bg_wrap{
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	z-index: 10;
}
.zeone_tm_intro_universal_bg_wrap .bg_wrap .overlay_image{
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	z-index: 15;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
.zeone_tm_intro_universal_bg_wrap .bg_wrap .overlay_color{
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	z-index: 20;
}
.zeone_tm_intro_universal_bg_wrap .content{
	width: 100%;
	height: auto;
	clear: both;
	float: left;
	position: relative;
	z-index: 30;
	
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	   -moz-box-sizing: border-box; /* Firefox, other Gecko */
			box-sizing: border-box; /* Opera/IE 8+ */
}
.zeone_tm_intro_universal_bg_wrap .bg_wrap .overlay_image.top{background-image: url(../images/1.jpg);}
.zeone_tm_intro_universal_bg_wrap .bg_wrap .overlay_color.top{background-color: rgba(0,0,0,.8);}
.zeone_tm_intro_universal_bg_wrap .content.top{height: 75vh;}
.zeone_tm_intro_universal_bg_wrap .content.top .main_titles_wrap{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	text-align: center;
	width: 100%;
	padding: 0px 20px;
	
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	   -moz-box-sizing: border-box; /* Firefox, other Gecko */
			box-sizing: border-box; /* Opera/IE 8+ */
}
.zeone_tm_intro_universal_bg_wrap .logo_holder{margin-bottom: 25px;}
.zeone_tm_intro_universal_bg_wrap .logo_holder span{
	display: block;
	color: #fff;
	font-size: 36px;
	text-transform: uppercase;
	font-weight: 600;
	padding-top: 10px;
}
.zeone_tm_intro_universal_bg_wrap .intro_definition{margin-bottom: 26px;}
.zeone_tm_intro_universal_bg_wrap .intro_definition p{
	color: #FFFFFF;
	font-size: 25px;
	font-weight: 500;
	
}
.zeone_tm_intro_universal_bg_wrap .purchase_button a span{
	position: relative;
	z-index: 2;
}
.zeone_tm_intro_universal_bg_wrap .purchase_button a{
	text-decoration: none;
    color: #fff;
    background-color: #e91f22;
    font-weight: 600;
    
    padding: 12px 40px;
    border-radius: 3px;
    display: inline-block;
    position: relative;
    overflow: hidden;
}
.zeone_tm_intro_universal_bg_wrap .purchase_button a:before{
	position: absolute;
    content: "";
    top: 0px;
    height: 100%;
    left: -25%;
    width: 0%;
    background-color: #fff;
    transform: skew(50deg);
    transition-duration: .6s;
    z-index: 1;
}
.zeone_tm_intro_universal_bg_wrap .purchase_button a:hover:before{width: 160%;}
.zeone_tm_intro_universal_bg_wrap .purchase_button a:hover{color: #000;}
.zeone_tm_intro_universal_bg_wrap .purchase_button a i{margin-right: 10px;}
.zeone_tm_main_demos_wrap,
.zeone_tm_main_demos_title,
.zeone_tm_main_demos_list_wrap,
.zeone_tm_main_demos_list_wrap ul li .inner{
	width: 100%;
	height: auto;
	clear: both;
	float: left;
	background-color: #f1f1f1;
	
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	   -moz-box-sizing: border-box; /* Firefox, other Gecko */
			box-sizing: border-box; /* Opera/IE 8+ */
}
.zeone_tm_main_demos_wrap{padding-bottom: 60px;}
.zeone_tm_main_demos_title{text-align: center;}
.zeone_tm_main_demos_title span{
	display: inline-block;
	text-align: center;
	color: #000;
	font-size: 25px;
	font-weight: 600;
	padding: 80px 0px;
	text-transform: uppercase;
	
}
.zeone_tm_main_demos_title.another span{padding-top: 20px !important;}
.zeone_tm_main_demos_list_wrap ul{
	margin: 0px 0px 0px -40px;
	list-style-type: none;
}
.zeone_tm_main_demos_list_wrap ul li{
	margin: 0px 0px 40px 0px;
	float: left;
	width: 50%;
	padding-left: 40px;
	position: relative;
	top: 0px;
	
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	   -moz-box-sizing: border-box; /* Firefox, other Gecko */
			box-sizing: border-box; /* Opera/IE 8+ */
	
	-webkit-transition: all .3s ease;
	   -moz-transition: all .3s ease;
	    -ms-transition: all .3s ease;
	     -o-transition: all .3s ease;
	        transition: all .3s ease;
	
}
.zeone_tm_main_demos_list_wrap ul li:hover{top: -5px;left: 0px;}
.zeone_tm_main_demos_list_wrap ul li .inner{
	position: relative;
	overflow: hidden;
	box-shadow: 0px 5px 40px -8px rgba(0,0,0,.1);
	padding-bottom: 20px;
}
.zeone_tm_main_demos_list_wrap ul li .inner .image_holder{margin-bottom: 15px;}
.zeone_tm_main_demos_list_wrap ul li .inner .image_holder img{min-width: 100%;}
.zeone_tm_main_demos_list_wrap ul li .inner .name{
	width: 100%;
	float: left;
	text-align: center;
}
.zeone_tm_main_demos_list_wrap ul li .inner .name span{
	color: #FFFFFF;
	font-size: 18px;
	font-weight: 500;
	display: inline-block;
	text-transform: uppercase;
}
.zeone_tm_main_demos_list_wrap ul li .inner .name span a{
	text-decoration: none;
	color: #000;
	
	
	-webkit-transition: all .3s ease;
	   -moz-transition: all .3s ease;
	    -ms-transition: all .3s ease;
	     -o-transition: all .3s ease;
	        transition: all .3s ease;
}
.zeone_tm_main_demos_list_wrap ul li .inner .name span a:hover{color: #BC0127;}
.zeone_tm_main_demos_list_wrap ul li .inner .new{
	position: absolute;
	top: 15px;
	left:-33px;
	transform: rotate(-45deg);
}
.zeone_tm_main_demos_list_wrap ul li .inner .new span{
	display: inline-block;
	color: #FFFFFF;
	background-color: #BC0127;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 16px;
	padding: 5px 45px;
}

/*---------------------------------------------------*/
/*	17) ZEONE MEDIA QUERIES (FOR SMALL DEVIVES)
/*---------------------------------------------------*/

@media (max-width: 1400px) {
	.zeone_tm_header{background-color: #E91F22;}
	.zeone_tm_header .inner_wrap{padding-bottom: 20px;}
	.zeone_tm_header .logo_wrap .pink{display: none;}
	.zeone_tm_header .logo_wrap .light{display: inline-block;}
}
@media (max-width: 1200px) {
	.zeone_tm_list_wrap[data-column="5"] ul.total > li{width: 25%;}
}
@media (max-width: 1040px) {
	.zeone_tm_navigation_wrap .nav_list_wrap{display: none;}
	.zeone_tm_navigation_wrap{background-color: #fff;}
	.zeone_tm_hero_title.second p{font-size: 40px;}
	.zeone_tm_trigger_second{display: block;}
	.zeone_tm_header_second .zeone_tm_trigger_first{display: block;}
	.zeone_tm_header_three .zeone_tm_trigger_first{display: block;}
	#zeone_tm_popup_blog .close{right: 0px;}
	.zeone_tm_hero_title h1{font-size: 45px;}
	.zeone_tm_key_points_wrap .key_list_wrap ul li{width: 50%;}
	.zeone_tm_skills_wrap .inner_wrap{flex-direction: column;}
	.zeone_tm_skills_wrap .rightbox{padding: 0px;width: 100%;}
	.zeone_tm_skills_wrap .leftbox{width: 100%;margin: 0px auto;margin-bottom: 40px;}
	.zeone_tm_list_wrap[data-column="4"] ul.total > li{width: 33.3333%;}
	.zeone_tm_list_wrap[data-column="5"] ul.total > li{width: 33.3333%;}
}
@media (max-width: 768px) {
	.zeone_tm_hero_title h1{font-size: 33px;}
	.zeone_tm_hero_title.second p{font-size: 32px;}
	.zeone_tm_hero_title.second h5{font-size: 23px;}
	.zeone_tm_key_points_wrap .quote_wrap{flex-direction: column;align-items: baseline;}
	.zeone_tm_key_points_wrap .quote_wrap .text{margin-bottom: 20px;}
	.zeone_tm_counter_list li{width: 100%;margin-bottom: 50px;}
	.zeone_tm_counter_list li:last-child{margin-bottom: 0px;}
	.zeone_tm_universal_box_wrap .content.counter{padding: 110px 0px 189px 0px;}
	.zeone_tm_features_wrap ul li{width: 100%;margin-bottom: 40px;}
	.zeone_tm_features_wrap ul li:last-child{margin-bottom: 0px;}
	.zeone_tm_counter_list li .inner{padding: 0px}
	.zeone_tm_counter_list li h3 > span{font-size: 45px;}
	.zeone_tm_portfolio_list > li{width: 50%;}
	.zeone_tm_services_wrap .list_wrap ul li{width: 50%;}
	.zeone_tm_team_member_wrap .list_wrap > ul > li{width: 50%;}
	.zeone_tm_pricing_wrapper_all .pricing_list_wrap > ul > li{width: 100%;padding: 0px;}
	.zeone_tm_pricing_wrapper_all .pricing_list_wrap > ul{margin: 0px;}
	.zeone_tm_list_wrap[data-column="3"] ul.total > li{width: 50%;}
	.zeone_tm_list_wrap[data-column="4"] ul.total > li{width: 50%;}
	.zeone_tm_list_wrap[data-column="5"] ul.total > li{width: 50%;}
	.zeone_tm_contact_wrap_all .leftbox{width: 100%;padding: 0px;margin-bottom: 40px;}
	.zeone_tm_contact_wrap_all .rightbox{width: 100%;}
	.zeone_tm_address_holder_wrap .inner_wrap ul li{width: 50%;margin-bottom: 30px;}
	.zeone_tm_address_holder_wrap .inner_wrap{padding-bottom: 23px;}
	.zeone_tm_main_demos_list_wrap ul{margin: 0px;}
	.zeone_tm_main_demos_list_wrap ul li{width: 100%;padding: 0px;}
}
@media (max-width: 480px) {
	.zeone_tm_hero_title.second p{font-size: 32px;}
	.zeone_tm_hero_title.second h5{font-size: 23px;}
	.zeone_tm_submenu_wrap{width: 280px;right: -280px;}
	.zeone_tm_submenu_wrap .inner .nav_wrap ul li a{font-size: 30px;}
	.zeone_tm_hero_title h1{font-size: 27px;}
	.zeone_tm_key_points_wrap .key_list_wrap ul{padding: 0px;}
	.zeone_tm_key_points_wrap .key_list_wrap ul li{width: 100%;}
	.zeone_tm_portfolio_list{margin: 0px;}
	.zeone_tm_portfolio_list > li{width: 100%;padding: 0px;}
	.zeone_tm_portfolio_filter li{margin-right: 20px;}
	.zeone_tm_services_wrap .list_wrap ul{margin: 0px;}
	.zeone_tm_services_wrap .list_wrap ul li{width: 100%;padding: 0px;}
	.zeone_tm_team_member_wrap .list_wrap > ul{margin: 0px;}
	.zeone_tm_team_member_wrap .list_wrap > ul > li{width: 100%;padding: 0px;}
	.zeone_tm_list_wrap[data-column="2"] ul.total > li{width: 100%;}
	.zeone_tm_list_wrap[data-column="3"] ul.total > li{width: 100%;}
	.zeone_tm_list_wrap[data-column="4"] ul.total > li{width: 100%;}
	.zeone_tm_list_wrap[data-column="5"] ul.total > li{width: 100%;}
	.zeone_tm_contact_wrap .main_input_wrap .input_wrap .wrap{width: 100%;padding-right: 0px;}
	.zeone_tm_address_holder_wrap .inner_wrap ul li{width: 100%;}
}	



#pagination {
  margin: 0px auto 0 auto;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  text-align:center;
}
#pagination ul  {

	  
  
 
}
#pagination ul > li {

	  
  
  display: inline-block;
}
#pagination ul > li > a,
#pagination ul > li > span {
  color: #e91f22;
  font-size:2em;
  padding:0.3em 0.6em;
  text-align: center;

}
#pagination ul > li.active,
#pagination ul > li:hover {
  background-color: #e91f22 !important;
  color: #fff;
}
#pagination ul > li.active a,
#pagination ul > li:hover a{
  color: #ffffff;
}