/*--
Author: W3layouts
Author URL: http://w3layouts.com
License: Creative Commons Attribution 3.0 Unported
License URL: http://creativecommons.org/licenses/by/3.0/
--*/
html, body{
    font-size: 100%;
	background:	#fff;
	font-family: 'Dosis', sans-serif;
}
body a{
	transition: 0.5s all ease;
	-webkit-transition: 0.5s all ease;
	-moz-transition: 0.5s all ease;
	-o-transition: 0.5s all ease;
	-ms-transition: 0.5s all ease;
}
h1,h2,h3,h4,h5,h6{
	margin:0;			   
}
p{
	margin:0;
}
ul,label{
	margin:0;
	padding:0;
}
body a:hover{
	text-decoration:none;
}
/*-- Header Part Starts Here --*/
.navigation {
  width: 53%;
  float: right;
  text-align: left;
}
.logo {
  width: 27%;
  float: left;
  text-align: right;
}
.header {
  padding: 2.5% 0;
  background: rgba(74, 144, 226, 0.6);
  z-index: 999;
}
ul.navig {
  padding: 0;
  margin-top: 1.2%;
}
ul.navig li span {
	color: #fff;
	margin: 0 15px;
	font-size: 16px;
}
ul.navig li {
  display: inline-block;
  margin: 0 15px;
  position: relative;
}
ul.navig li a {
  font-size: 1.03em;
  color: #fff;
  font-weight: 600;
  text-decoration: none;
  padding: 5px 2px;
}
ul.navig li a:hover, ul.navig li a.active {
  color: #fff;
  transition: 0.5s all;
  -webkit-transition: 0.5s all;
  -o-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -ms-transition: 0.5s all;
  border-radius: 0.3em;
  border-bottom: 3px solid #fff;
}
ul.navig li a:hover ul.navig li a:after{
	display: block;
}
ul.navig li a:after{
	width:15px;
	height:15px;
	background:red;
	display: none;
	content:"";
	position:absolute;
	top:0;
	
}

/* Dropdown Menu Styles */
.dropdown {
	position: relative;
}

.dropdown-menu {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 1000;
	display: none;
	float: left;
	min-width: 160px;
	padding: 5px 0;
	margin: 2px 0 0;
	list-style: none;
	font-size: 14px;
	background-color: rgba(255, 255, 255, 0.98);
	border: 1px solid #ddd;
	border-radius: 4px;
	box-shadow: 0 6px 12px rgba(0,0,0,.175);
}

.dropdown-menu > li > a {
	display: block;
	padding: 8px 20px;
	clear: both;
	font-weight: normal;
	line-height: 1.42857143;
	color: #333 !important;
	white-space: nowrap;
	text-decoration: none;
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
	color: #262626 !important;
	text-decoration: none;
	background-color: #f5f5f5;
}

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
	color: #fff !important;
	text-decoration: none;
	background-color: #4A90E2;
	outline: 0;
}

.dropdown:hover .dropdown-menu {
	display: block;
}

/* Mobile Dropdown Styles */
@media (max-width: 768px) {
	.dropdown-menu {
		position: static;
		float: none;
		width: auto;
		margin-top: 0;
		background-color: transparent;
		border: 0;
		box-shadow: none;
		display: block;
	}
	
	.dropdown-menu > li > a {
		padding: 10px 20px;
		color: #333 !important;
	}
	
	.dropdown-menu > li > a:hover,
	.dropdown-menu > li > a:focus {
		background-color: #f5f5f5;
		color: #262626 !important;
	}
}
.head_grid{
	text-align:center;
	width: 26.3%;
}
.head_grid_center{
	margin: 0 7em;
}
.grid_ba{
	width:100%;
	background:#dfdfdf;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius:50%;
	-o-border-radius:50%;
	text-align:center;
	padding: 5em 1em;
	margin:0 auto;
}
.grid_ba p{
	margin:1em 0 0 0;
	font-size:1em;
	font-weight:600;
	color: #4c4a5a;
}
.stars {
	margin: 7em 0 2em 0;
	text-align: center;
	position: relative;
}
.stars:before {
	content: "";
	background: rgba(88, 86, 104, 0.33);
	height: 1px;
	width: 35%;
	position: absolute;
	top: 59%;
	left: 9%;
}
.stars:after {
	content: "";
	background: rgba(88, 86, 104, 0.33);
	height: 1px;
	width: 35%;
	position: absolute;
	top: 59%;
	right: 9%;
}
@media (max-width: 768px){
span.menu:before {
	content: url(../images/nav-icon.png);
	cursor: pointer;	
	height:32px;
}
ul.navig {
	width: 11%;
	float: right;
	margin:0;
}
.header {
	margin: 0 auto;
	position: absolute;
	width: 100%;
	left:0;
}
ul.navig{
	display:none;
}
ul.navig li {
	font-size: 12px;
	display:inline-block;
	width: 100%;
	margin:0;
}
ul.navig li a {
	padding: 7px;
	font-size: 15px;
	width: 100%;
	font-weight: 600;
	display: block;
	color: #333333;
}
ul.navig li a:hover{
	color:#ffffff;
}
span.menu {
  	display: block;
  	float: right;
  	margin: 0px 0px 0 0;
}
ul.navig {
	margin: 0;
	z-index: 999;
	position: absolute;
	width: 96%;
	text-align: center;
	top: 100%;
	left: 2%;
	background: rgba(255, 255, 255, 0.97);
}
.navigation {
  	height: 0px;
  	padding: 0px 16px 0em;
  	margin-bottom: 0em;
}
ul.navig li:nth-of-type(4) {
	margin: 0 0px 0 0em;
}
ul.navig li:nth-of-type(3) {
	margin: 0 0em 0 0px;
}
}
/*--Header-Part-Ends-Here --*/
/*--banner-Part-starts-Here --*/
.banner {
  	background: url(../images/banner-1.png) no-repeat;
  	background-size: 100% 100%;
  	-webkit-background-size: 100% 100%;
 	-moz-background-size: 100% 100%;
	-o-background-size: 100% 100%;
  	-ms-background-size: 100% 100%;
  	min-height: 613px;
}
.banner1 {
  	background: url(../images/banner-1.png) no-repeat;
  	background-size: 100% 100%;
  	-webkit-background-size: 100% 100%;
  	-moz-background-size: 100% 100%;
  	-o-background-size: 100% 100%;
  	-ms-background-size: 100% 100%;
  	min-height: 350px;
}
.banner-top {
  	margin-top: 4.2em;
  	text-align: center;
}
.bnr-top {
  margin-top: 7.7% !important;
}
.banner-top h1 {
  	color: #fff;
  	font-size: 3.01em;
  	letter-spacing: 4px;
  	font-weight: 300;
  	margin: 0;
  	text-transform: uppercase;
}
.banner-top-btm{
	margin-top:6em;
}
.banner-slide {
  	position: absolute;
  	top: 54%;
  	left: 35%;
}
.banner-main {
  	position: relative;
}
/*------------------ Slider Part starts Here----------*/
.slider{
	background:url(../images/slide-banner.jpg)no-repeat;
	background-size: cover;
	-webkit-background-size: cover;
	-o-background-size: cover;
	-ms-background-size: cover;
	-moz-background-size: cover;
	min-height:300px;
}
#slider2,
#slider3 {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  margin: 0 auto;
}
.rslides_tabs {
  list-style: none;
  padding: 0;
  background: rgba(0,0,0,.25);
  box-shadow: 0 0 1px rgba(255,255,255,.3), inset 0 0 5px rgba(0,0,0,1.0);
  -moz-box-shadow: 0 0 1px rgba(255,255,255,.3), inset 0 0 5px rgba(0,0,0,1.0);
  -webkit-box-shadow: 0 0 1px rgba(255,255,255,.3), inset 0 0 5px rgba(0,0,0,1.0);
  font-size: 18px;
  list-style: none;
  margin: 0 auto 50px;
  max-width: 540px;
  padding: 10px 0;
  text-align: center;
  width: 100%;
}
.rslides_tabs li {
  display: inline;
  float: none;
  margin-right: 1px;
}
.rslides_tabs a {
  width: auto;
  line-height: 20px;
  padding: 9px 20px;
  height: auto;
  background: transparent;
  display: inline;
}
.rslides_tabs li:first-child {
  margin-left: 0;
}
.rslides_tabs .rslides_here a {
  background: rgba(255,255,255,.1);
  color: #fff;
  font-weight: bold;
}
.events {
  list-style: none;
}
.callbacks_container {
  position: relative;
  float: left;
  width: 100%;
}
.callbacks {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
}
.callbacks li {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
}
.callbacks img {
  position: relative;
  z-index: 1;
  height: auto;
  border: 0;
}
.callbacks .caption {
	display: block;
	position: absolute;
	z-index: 2;
	font-size: 20px;
	text-shadow: none;
	color: #fff;
	left: 0;
	right: 0;
	padding: 10px 20px;
	margin: 0;
	max-width: none;
	top: 10%;
	text-align: center;
}
.callbacks_nav {
  position: absolute;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  top: -19%;
  left: 88%;
  opacity: 0.7;
  z-index: 3;
  text-indent: -9999px;
  overflow: hidden;
  text-decoration: none;
  height: 16px;
  width: 12px;
  background: transparent url("../images/arrows.png") no-repeat left top;
}
.callbacks_nav:active {
  opacity: 1.0;
}
.callbacks_nav.next {
  left: auto;
  background-position: right top;
  right: 6%;
}
#slider3-pager a {
  display: inline-block;
}
#slider3-pager span{
  float: left;
}
#slider3-pager span{
	width:100px;
	height:15px;
	background:#fff;
	display:inline-block;
	border-radius:30em;
	opacity:0.6;
}
#slider3-pager .rslides_here a {
  background: #FFF;
  border-radius:30em;
  opacity:1;
}
#slider3-pager a {
  padding: 0;
}
#slider3-pager li{
	display:inline-block;
}
.rslides {
  	position: relative;
  	list-style: none;
  	overflow: hidden;
  	width: 100%;
  	padding: 0;
  	margin: 0;
}
.rslides li {
  	-webkit-backface-visibility: hidden;
  	position: absolute;
  	display: none;
  	width: 100%;
  	left: 0;
  	top: 0;
}
.rslides li{
  	position: relative;
  	display: block;
  	float: left;
}
.rslides img {
  	height: auto;
}
.callbacks_tabs {
  	list-style: none;
  	position: absolute;
  	top: 101%;
  	z-index: 999;
  	left: 4.5%;
  	width: 100%;
  	text-align: center;
  	margin: 0;
  	display: block;
}
.slider-top{
	text-align: center;
	margin-bottom:2.5em;
}
.slider-top p.below{
	font-size: 14px;
	color: #fff;
	font-weight: 100;
}
.slider-top h3{
	font-size:20px;
	font-weight:400;
	margin:10px 0px;
	color:#fff;
}
.slider-top ul.social-slide{
	display:inline-flex;
	margin: 0px;
	padding: 0px;
}
.callbacks_tabs li {
  display: inline-block;
  margin: 0 3px;
}
@media screen and (max-width: 600px) {
  .callbacks_nav {
    top: 47%;
    }
}
/*----*/
.callbacks_tabs a{
 visibility: hidden;
}
.callbacks_tabs a:after {
	content: "\f111";
	font-size: 0;
	font-family: FontAwesome;
	visibility: visible;
	display: block;
	height: 10px;
	width: 10px;
	display: inline-block;
	background:#515553;
	border-radius: 30px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	-o-border-radius: 30px;
	-ms-border-radius: 30px;
	border: 1px solid #fff;
}
.callbacks_here a:after{
	border: 1px solid #515553;
	background:#fff;
}
ul.callbacks_tabs.callbacks2_tabs {
	display: none;
}
/*--Slider-Part-Ends-Here--*/	
/*--banner-Part-Ends-Here --*/
/*--idea-starts--*/
.idea{
	padding:8em 0px;
}
.idea-right h3 {
  color: #282828;
  font-size: 2.35em;
  font-weight: 400;
  margin: 0;
  letter-spacing: 3px;
}
.idea-right p {
  color: #5e5e5e;
  font-size: 16px;
  width: 92%;
  font-weight: 400;
  margin-top: 1.5em;
  line-height: 1.8em;
  font-family: 'Open Sans', sans-serif;
}
.i-btn{
	margin-top:3em;
}
.i-btn a {
  color: #414141;
  padding: 12px 2.1em;
  border: 2px solid #414141;
  font-size: 16px;
  font-weight: 700;
  border-radius: 0.3em;
  background:#fff;
}
.i-btn a:hover,.team-msg-right a:hover,.error-btn a:hover{
	background:#4A90E2;
	color:#fff;
	border: 2px solid #fff;
	transition: 0.5s all ease;
	-webkit-transition: 0.5s all ease;
	-moz-transition: 0.5s all ease;
	-o-transition: 0.5s all ease;
	-ms-transition: 0.5s all ease;
}
.idea-top:nth-child(2){
	margin-top:10em;
}
.idea-left {
  	text-align: center;
}
.id-left{
	margin-top:3%;
}
/*--idea-ends--*/
/*--number-starts--*/
.number{
	padding:3em 0px;
	background:#4A90E2;
}
.number-main {
	text-align:center;
}
.number-main h3 {
  color: #fff;
  font-size: 2.2em;
  font-style: italic;
  margin: 0;
  font-family: 'Dancing Script', cursive;
}
.number-bottom{
	margin-top:2em;
}
.number-bottom ul{
	padding:0;
}
.number-bottom ul li {
  list-style: none;
  display: inline-block;
  width: 25%;
  float: left;
}
.number-bottom ul li h4 {
  color: #fff;
  font-weight: 200;
  font-size: 3.6em;
  vertical-align: middle;
  display: inline-block;
}
.number-bottom ul li p {
  color: #fff;
  font-size: 1.58em;
  letter-spacing: 1px;
  margin-left: 7px;
  font-weight: 100;
  vertical-align: middle;
  display: inline-block;
  width: 50%;
  line-height: 1.1em;
}
.number-bottom{
	position:relative;
}
.number-bottom ul li span.one{
  position: absolute;
  top: 21px;
  left: 19.7%;
}
.number-bottom ul li span.two{
  position: absolute;
  top: 21px;
  left: 45.7%;
}
.number-bottom ul li span.tre {
  position: absolute;
  top: 21px;
  left: 70.6%;
}
/*--number-ends--*/
/*--partner-starts--*/
.partner{
	padding:7em 0px;
}
.partner-top h3,.project-top h3{
	color: #282828;
  	font-size: 2.25em;
  	font-weight: 400;
  	margin: 0;
  	letter-spacing: 3px;
}
.partner-top p{
	color:#c9c9c9;
	font-size:12px;
	font-weight:600;
	font-style: italic;
	font-family: 'Open Sans', sans-serif;
	margin-top:1.5em;
}
.partner-bottom{
	margin-top:2em;
}
.partner-left {
  text-align: center;
  position: relative;
  padding: 4em 15px;
}
.part-one:nth-child(2){
	margin-top:3em;
}
.partner-left:hover .part{
	display:block;
}
.part {
  padding: 3em 3em;
  background: #fafafa;
  text-align: left;
  position: absolute;
  top: 0;
  display: none;
  z-index:999;
}
.part p {
  	color: #414141;
  	font-size: 14px;
  	font-weight: 600;
  	font-family: 'Open Sans', sans-serif;
  	font-style: italic;
  	line-height: 1.5em;
  	width: 96%;
}
.part label {
  	color: #9c9c9c;
  	font-size: 13px;
  	font-weight: 400;
  	font-family: 'Open Sans', sans-serif;
  	margin-top: 1.7em;
}
/*--partner-ends--*/
/*--project-starts--*/
.project {
  padding-bottom: 4em;
}
.project-top {
  float: left;
}
/*	Strip
/*-----------------------------------------------------------------------------------*/
.b-link-stripe{
	position:relative;
	display:inline-block;
	vertical-align:top;
	font-weight: 300;
	overflow:hidden;
}
.b-link-stripe .b-wrapper{
	position:absolute;
	width:100%;
	height:100%;
	top:0;
	left:0;
	text-align:center;
	color:#ffffff;
	overflow:hidden;
}
.b-link-stripe .b-line{
	position:absolute;
	top:0;
	bottom:0;
	width:20%;
	background:rgba(15, 207, 140, 0.9);
	transition:all 0.5s linear;
	-moz-transition:all 0.5s linear;
	-ms-transition:all 0.5s linear;
	-o-transition:all 0.5s linear;
	-webkit-transition:all 0.5s linear;
	opacity:0;
	visibility:hidden; /* lt-ie9 */
}
/*-----------------------------------------------------------------------------------*/
/*	Animation effects
/*-----------------------------------------------------------------------------------*/
.b-animate-go{
	text-decoration:none;
}
.b-animate {
	transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	visibility: hidden;
	font-size: 15px;
	font-weight: 400;
	width: 40%;
	line-height: 1.3em;
	margin: 0 auto;
	top: 46%;
}
.b-animate img{
	margin-top:12%;
	display: -webkit-inline-box;
}
/* lt-ie9 */
.b-animate-go:hover .b-animate{
	visibility:visible;
}
.b-from-left{
	position:relative;
	left:-100%;
}
.b-animate-go:hover .b-from-left{
	left:0;
}
span.m_4{
	font-size:14px;
	font-weight:400;
}
p.m_5 {
	margin: 2% auto 5%;
	width: 70%;
	color: #283A47;
	font-size: 1.1em;
	font-weight: 600;
	line-height: 1.5em;
	text-align: center;
}
ul#filters {
  padding: 0px;
  float:right;
  padding: 1px 0;
  margin: 0px auto;
  border-radius: 2.3em;
  -webkit-border-radius: 2.3em;
  -moz-border-radius: 2.3em;
  -o-border-radius: 2.3em;
  -ms-border-radius: 2.3em;
}
/*--team--*/
.col_1_of_4:first-child {
	margin-left: 0;
}
.span_1_of_4 {
	width: 22.8%;
}
.col_1_of_4 {
	display: block;
	float: left;
	margin: 1% 0 1% 2.6%;
	background: #FFF;
}
.b-wrapper:hover {
	background: rgba(69, 184, 135, 0.75);
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-o-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-ms-transition: 0.5s all;
}
/* lt-ie9 */
.b-link-stripe:hover .b-line{
	visibility:visible;
}
.b-link-stripe .b-line1{
	left:0;
}
.b-link-stripe .b-line2{
	left:20%;
	transition-delay:0.1s !important;
	-moz-transition-delay:0.1s !important;
	-ms-transition-delay:0.1s !important;
	-o-transition-delay:0.1s !important;
	-webkit-transition-delay:0.1s !important;
}
.b-link-stripe .b-line3{
	left:40%;
	transition-delay:0.2s !important;
	-moz-transition-delay:0.2s !important;
	-ms-transition-delay:0.2s !important;
	-o-transition-delay:0.2s !important;
	-webkit-transition-delay:0.2s !important;
}
.b-link-stripe .b-line4{
	left:60%;
	transition-delay:0.3s !important;
	-moz-transition-delay:0.3s !important;
	-ms-transition-delay:0.3s !important;
	-o-transition-delay:0.3s !important;
	-webkit-transition-delay:0.3s !important;
}
.b-link-stripe .b-line5{
	left:80%;
	transition-delay:0.4s !important;
	-moz-transition-delay:0.4s !important;
	-ms-transition-delay:0.4s !important;
	-o-transition-delay:0.4s !important;
	-webkit-transition-delay:0.4s !important;
}
.b-link-stripe:hover .b-line{
	opacity:1;
}
#filters {
	margin: 3% 0;
	padding: 0;
	list-style: none;
	text-align: center;
}
#filters li {
		display: inline-block;
	}
#filters li span {
  	display: block;
  	padding: 8px 25px;
  	text-decoration: none;
  	color: #414141;
  	cursor: pointer;
  	font-size: 15px;
  	font-weight: 700;
  	text-transform: uppercase;
  	margin: 0 8px 0 0;
  	background: #fff;
  	border-radius: 0.6em;
  	-webkit-border-radius: 0.6em;
	-moz-border-radius: 0.6em;
	-o-border-radius: 0.6em;
	-ms-border-radius: 0.6em;
}
#filters li span.active, #filters li span:hover {
	background: #282828;
	color: #ffffff;
	transition: 0.5s all ease;
	-webkit-transition: 0.5s all ease;
	-moz-transition: 0.5s all ease;
	-o-transition: 0.5s all ease;
	-ms-transition: 0.5s all ease;
}
#portfoliolist .portfolio {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  width: 32.66%;
  display: none;
  float: left;
  overflow: hidden;
  margin: 0 1% 1% 0;
  height: 250px;
}
#portfoliolist .portfolio:nth-child(3n){
  margin-right: 0;
}
div#portfoliolist {
  padding: 3.5% 0px 0;
}
.portfolio-wrapper {
		overflow:hidden;
		position: relative !important;
		cursor:pointer;
		width: 100%;
		height: 100%;
	}
.portfolio img {
		width: 100%;
		height: 100%;
		object-fit: cover;
		/*--position: relative;--*/
		transition: all 300ms!important;
		-webkit-transition: all 300ms!important;
		-moz-transition: all 300ms!important;
	}
.portfolio .label {
		position: absolute;
		width: 100%;
		height:40px;
		bottom:-40px;
	}
.portfolio .label-bg {
			background: #4A90E2;
			width: 100%;
			height:100%;
			position: absolute;
			top:0;
			left:0;
		}
.portfolio .label-text {
			color:#fff;
			position: relative;
			z-index:500;
			padding:5px 8px;
		}
			
.portfolio .text-category {
				display:block;
				font-size:9px;
				font-size: 12px;
				text-transform:uppercase;
			}
/* Self Clearing Goodness */
.container:after { content: "\0020"; display: block; height: 0; clear: both; visibility: hidden; }
.clearfix:before,
.clearfix:after,
.row:before,
.row:after {
  content: '\0020';
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
   }
.row:after,
.clearfix:after {
  clear: both;
   }
.row,
.clearfix {
  zoom: 1;
   }

.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}
/*---------------*/
/*--project-ends--*/
/*--footer-starts--*/
.footer{
	padding:3em 0px;
}
.contact{
	padding:2em 0px;
	border-top:2px solid #e8e8e8;
	border-bottom:2px solid #e8e8e8;
}
.contact-left p {
  	color: #282828;
  	font-weight: 400;
  	font-size: 14px;
  	line-height: 1.75em;
  	margin-top: 2.2em;
  	font-family: 'Open Sans', sans-serif;
  	width: 76%;
}
.contact-right h3 {
  	color: #282828;
  	font-size: 18px;
  	font-weight: 700;
  	margin-bottom: 2em;
}
.contact-right{
	text-align:right;
}
.contact-right p,.contact-right p a{
  	color: #282828;
  	font-size: 1.5em;
  	font-weight: 400;
  	margin-top: 10px;
  	font-family: 'Open Sans', sans-serif;
}
.footer-left ul{
	padding:0;
}
.footer-left ul li{
	list-style:none;
	display:inline-block;
	margin-right:15px;
}
.footer-left ul li a span{
	background:url(../images/social-icons.png) no-repeat;
	width:27px;
	height:27px;
	display:block;
}
.footer-left ul li a span.fb{
	background-position:0px 0px;
}
.footer-left ul li a span.twit{
	background-position:-27px 0px;
}
.footer-left ul li a span.sky{
	background-position:-54px 0px;
}
.footer-left ul li a span.fb:hover{
	background-position:0px -27px;
}
.footer-left ul li a span.twit:hover{
	background-position:-27px -27px;
}
.footer-left ul li a span.sky:hover{
	background-position:-54px -27px;
}
.footer-bottom{
	margin-top:1.5em;
}
.footer-middle{
	text-align:center;
}
.footer-middle p{
	color:#282828;
	font-size:15px;
	font-weight:600;
	font-family: 'Open Sans', sans-serif;
}
.footer-middle p a{
	color:#282828;
}
.footer-middle p a:hover,.footer-right p a:hover,
.contact-right p a:hover,.stop-left p a:hover{
	text-decoration:none;
	color:#4A90E2;
	transition: 0.5s all ease;
	-webkit-transition: 0.5s all ease;
	-moz-transition: 0.5s all ease;
	-o-transition: 0.5s all ease;
	-ms-transition: 0.5s all ease;
}
.footer-right{
	text-align:right;
}
.footer-right p a{
	color:#282828;
	font-size:15px;
	font-weight:800;
}
/*--footer-ends--*/
/*--stop-starts--*/
.stop {
  	padding: 4em 0px;
}
.stop-top h3, .about-top h3,.chrono-main h3,
.services-main h3,.team-top h3,.carrer-top h3{
  	color: #282828;
  	font-size: 2.35em;
  	font-weight: 400;
  	margin: 0;
  	letter-spacing: 2px;
  	text-transform: uppercase;
}
.stop-top{
	text-align:center;
}
.stop-bottom{
	margin-top:3em;
}
.stop-left h4 {
  	color: #282828;
  	font-size: 20px;
  	font-weight: 700;
  	margin: 0;
}
.stop-left p,.stop-left p a {
  	color: #474747;
  	font-size: 15px;
  	font-weight: 500;
  	margin-top: 10px;
  	line-height: 1.6em;
  	font-family: 'Open Sans', sans-serif;
}
.stop-left p span{
	display:block;
}
.email,.phone{
	margin-top:1.2em;
}
.stop-btm input[type="text"]:nth-child(1),
.stop-btm input[type="text"]:nth-child(3){
	margin-right:23px;
}
.stop-btm input[type="text"]{
  	width: 48.2%;
  	font-size: 13px;
  	margin: 7px auto;
  	color: #474747;
  	background: #f3f3f3;
  	padding: 10px 15px;
  	outline: none;
  	border: none;
  	border-radius: 2.3em;
  	-webkit-border-radius: 2.3em;
  	-moz-border-radius: 2.3em;
  	-o-border-radius: 2.3em;
  	-ms-border-radius: 2.3em;
  	font-family: 'Open Sans', sans-serif;
}
.stop-btm textarea{
  	width: 100%;
  	margin: 4px 0;
  	font-size:13px;
  	color: #474747;
  	resize: none;
  	background: #f3f3f3;
  	height: 150px;
  	padding: 15px;
  	outline: none;
  	border: none;
  	border-radius: 2.3em;
  	-webkit-border-radius: 2.3em;
  	-moz-border-radius: 2.3em;
  	-o-border-radius: 2.3em;
  	-ms-border-radius: 2.3em;
  	font-family: 'Open Sans', sans-serif;
}
.stop-btm input[type=submit]{
  	color: #414141;
  	padding: 7px 25px;
  	font-size: 16px;
  	cursor: pointer;
  	font-weight: 700;
  	border-radius: 5px;
  	-webkit-border-radius: 5px;
  	-moz-border-radius: 5px;
  	-o-border-radius: 5px;
  	-ms-border-radius: 5px;
  	border: 2px solid #282828;
  	background: #fff;
}
.s-btn,.t-btn {
  	margin-top: 1em;
  	text-align: right;
}
.stop-btm input[type=submit]:hover,.tb-one input[type=submit]:hover{
  	background: #4A90E2;
  	border: 2px solid #fff;
  	transition: 0.5s all;
  	-webkit-transition: 0.5s all;
  	-moz-transition: 0.5s all;
  	-ms-transition: 0.5s all;
  	-o-transition: 0.5s all;
}
.stop-btm {
  	margin-top: 7px;
}
/*--stop-ends--*/
/*--about-starts--*/
.about-top{
	text-align:center;
}
.about{
	padding:4em 0px;
}
.about-top p {
  	color: #282828;
  	font-size: 16px;
  	font-weight: 700;
  	line-height: 1.7em;
  	text-align: left;
  	font-family: 'Open Sans', sans-serif;
  	width: 100%;
  	margin: 2.6em auto 0;
}
.about-bottom{
	margin-top:2.5em;
}
.about-left p {
  	color: #474747;
  	font-size: 16px;
  	font-weight: 500;
  	line-height: 1.7em;
  	font-family: 'Open Sans', sans-serif;
  	width: 83%;
}
.team {
  	padding: 5em 0px 1.5em 0;
}
.team-top{
	text-align:center;
}
.team-main{
	margin-top:3em;
}
.team-right p{
	color: #474747;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.7em;
	font-family: 'Open Sans', sans-serif;
}
.team-text,.team-left img{
	display:inline-block;
	vertical-align:middle;
}
.team-text span {
  	text-transform: uppercase;
  	color: #7E7E7E;
  	font-size: 14px;
  	font-weight: 800;
}
.team-text h4{
	text-transform:uppercase;
	color:#414141;
	font-size:22px;
	font-weight:700;
}
.team-text ul {
  	padding: 3px 0 0 0;
  	margin-top: 8px;
  	border-top: 3px solid #414141;
}
.team-text ul li{
	list-style:none;
	display:inline-block;
}
.team-text ul li a {
  	color: #4A90E2;
  	font-size: 14px;
  	font-weight: 700;
  	display: inline-block;
  	vertical-align: middle;
}
.team-text ul li label {
  	width: 4px;
  	height: 4px;
  	background: #414141;
  	display: inline-block;
  	border-radius: 50%;
  	vertical-align: middle;
  	margin: 0 5px;
}
.team-one{
	margin-top:3em;
}
.team-one:nth-child(1){
	margin-top:0;
}
.team-bottom {
  	margin-top: 3.5em;
}
.team-msg {
  	margin-top: 4em;
}
.team-msg-right a {
	color: #414141;
	padding: 12px 1.1em;
	border: 2px solid #414141;
	font-size: 16px;
	font-weight: 700;
	border-radius: 0.3em;
	background: #fff;
}
.team-msg-left{
	text-align:right;
}
.team-msg-left p {
  	color: #414141;
  	font-size: 22px;
  	font-weight: 600;
  	text-transform: uppercase;
}
.team-left:nth-child(1) {
  	text-align: center;
}
.team-right,.team-left:nth-child(2){
	margin-top:1.5%;
}
/*--about-ends--*/
/*--chrono-starts--*/
/* Removed old chrono styles */
.chrono-main {
  text-align: center;
  position: relative;
}
/* Removed old chrono-main h3 styles */
/*--chrono-ends--*/
/*--services-starts--*/
.services {
  	padding: 3.5em 0px 1em 0px;
}
.services-main h3{
	text-align:center;
}
.services-bottom{
	margin-top:2em;
}
.services-left p{
	color: #474747;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.7em;
	font-family: 'Open Sans', sans-serif;
}
.design {
  	margin-top: 2.5em;
}
.design:nth-child(1){
	margin-top:0;
}
.s-btm{
	margin-top:2.5em;
	text-align:center;
}
.poll{
	margin-top:4%;
}
.poll_desc h5{
  	color: #282828;
  	font-size: 1.5em;
  	font-weight: 600;
  	text-align: center;
}
.skill {
  	width: 100%;
  	margin: 10px 0;
  	height: 3px;
  	background: #dddddd;
  	border-radius: 1.3em;
  	-webkit-border-radius: 1.3em;
  	-moz-border-radius: 1.3em;
  	-o-border-radius: 1.3em;
  	-ms-border-radius: 1.3em;
}
.skill > div {
  	height: 100%;
  	display: block;
  	background-color: #4A90E2;
  	border-radius: 1.3em;
  	-webkit-border-radius: 1.3em;
  	-moz-border-radius: 1.3em;
  	-o-border-radius: 1.3em;
  	-ms-border-radius: 1.3em;
}
/*--services-ends--*/
/*--error-starts--*/
.error{
	padding:8em 0px;
}
.error-main{
	text-align:center;
}
.error-main h3 {
  	font-size: 13em;
  	font-family: 'Open Sans', sans-serif;
  	color: #282828;
  	font-weight: 400;
  	text-shadow: -35px 1px 0px rgba(40, 40, 40, 0.05);
  	-webkit-text-shadow: -35px 1px 0px rgba(40, 40, 40, 0.05);
	-moz-text-shadow: -35px 1px 0px rgba(40, 40, 40, 0.05);
	-o-text-shadow: -35px 1px 0px rgba(40, 40, 40, 0.05);
	-ms-text-shadow: -35px 1px 0px rgba(40, 40, 40, 0.05);
}
.error-btn{
	margin-top:5%;
}
.error-btn a{
	color: #414141;
  	padding: 12px 1.5em;
  	border: 2px solid #414141;
  	font-size: 1.2em;
  	font-weight: 700;
  	border-radius: 0.3em;
  	background: #fff;
}
.error-main p{
	color: #5e5e5e;
  	font-size:2.5em;
  	font-weight:500;
  	font-family: 'Open Sans', sans-serif;
}
/*--error-ends--*/
/*--carrer-starts--*/
/*--tab-starts--*/
ul.tabs-menu {
  margin: 0;
  padding: 0;
  position: absolute;
  left: 0px;
  top: 0;
  width: 25%;
  text-align: left;
}
ul.tabs-menu li{
	display: block;
	float:none;
}
ul.tabs-menu li a{
	font-size: 18px;
	font-weight:600;
	text-transform: uppercase;
	padding: 0.5em 0em;
	width:100%;
	text-decoration: none;
	color: #939393;
	display:inline-block;
}
ul.tabs-menu li a span{
	background:url(../images/tab.png) no-repeat;
	width:13px;
	height:13px;
	display:inline-block;
	margin-right:12px;
}
ul.tabs-menu li a span:hover,ul.tabs-menu li a.active span{
	background:url(../images/tab1.png) no-repeat;
	transition: 0.5s all ease;
	-webkit-transition: 0.5s all ease;
	-moz-transition: 0.5s all ease;
	-o-transition: 0.5s all ease;
	-ms-transition: 0.5s all ease;
}
ul.tabs-menu li a:hover{
	color:#282828;
	transition: 0.5s all ease;
	-webkit-transition: 0.5s all ease;
	-moz-transition: 0.5s all ease;
	-o-transition: 0.5s all ease;
	-ms-transition: 0.5s all ease;
}
.tab-grid {
  padding-left: 2.8em;
}
.tab-grid h3 {
  	font-size: 17px;
  	margin: 0;
  	font-weight: 700;
  	color: #282828;
  	font-family: 'Open Sans', sans-serif;
}
.tab-grid p {
  	color: #474747;
  	line-height: 1.8em;
  	font-size: 14px;
  	margin-top: 12px;
  	font-family: 'Open Sans', sans-serif;
  	width: 69%;
  	font-weight: 500;
}
.tabs-box {
  	width: 100%;
  	margin: 3em auto 0;
  	padding: 0 0 1em;
  	position: relative;
}
.tab-grids {
  	min-height: 108px;
  	margin-left: 6em;
  	width: 75%;
  	float: right;
  	border-left: 3px solid #e8e8e8;
}
.tb-two{
	margin-top:14px;
}
.tb-one input[type=submit] {
  	color: #414141;
  	padding: 9px 24px;
  	font-size: 16px;
  	cursor: pointer;
  	font-weight: 700;
  	border-radius: 5px;
  	-webkit-border-radius: 5px;
  	-moz-border-radius: 5px;
  	-o-border-radius: 5px;
  	-ms-border-radius: 5px;
  	border: 2px solid #282828;
  	background: #fff;
}
.tb-one textarea{
  	width: 100%;
  	margin: 4px 0;
  	font-size:13px;
  	color: #474747;
  	resize: none;
  	background: #f3f3f3;
  	height: 150px;
  	padding: 15px;
  	outline: none;
  	border: none;
  	border-radius: 2.3em;
  	-webkit-border-radius: 2.3em;
  	-moz-border-radius: 2.3em;
  	-o-border-radius: 2.3em;
  	-ms-border-radius: 2.3em;
  	font-family: 'Open Sans', sans-serif;
}
.tb-one input[type="text"]{
  	width: 48.2%;
  	font-size: 13px;
  	margin: 7px auto;
  	color: #474747;
  	background: #f3f3f3;
  	padding: 10px 10px;
  	outline: none;
  	border: none;
  	border-radius: 2.3em;
 	-webkit-border-radius: 2.3em;
  	-moz-border-radius: 2.3em;
  	-o-border-radius: 2.3em;
  	-ms-border-radius: 2.3em;
  	font-family: 'Open Sans', sans-serif;
}
.tb-one input[type="text"]:nth-child(1),
.tb-one input[type="text"]:nth-child(3){
	margin-right:23px;
}
/*-- tabs-responsive --*/
@media(max-width:1920px){

	.banner-slide {
		position: absolute;
		top: 54%;
		left: 39%;
	}
	ul.tabs-menu {
		left: 0px;
	}
}
@media(max-width:1366px){
	ul.tabs-menu {
		left: 0px;
	}
}
@media(max-width:1280px){
	ul.tabs-menu {
  		left: 3em;
	}
	.tab-grids {
		margin-left: 5.5em;
	}
}
@media(max-width:1024px){
	ul.tabs-menu {
		left: 0px;
		width: 12%;
	}
	.tab-grids {
		margin-left: 5.8em;
	}
}
@media(max-width:768px){
	ul.tabs-menu {
		left: 0px;
		width: 12%;
	}
	.tab-grids {
		margin-left: 4em;
	}
}
@media(max-width:640px){
	ul.tabs-menu {
		left: 0px;
		width: 16%;
	}
	.tab-grids {
		margin-left: 4.5em;
	}
}
@media(max-width:480px){
	ul.tabs-menu {
		left: 0px;
		width: 21%;
	}
	.tab-grids {
		margin-left: 4.5em;
	}
	.tab-grid h3 {
		font-size: 0.9em;
		padding: 0.5em 0 0.5em;
	}
	.tab-grid p{
		font-size:0.875em;
	}
}
@media(max-width:320px){
	ul.tabs-menu {
		left: 0px;
		width: 23%;
	}
	.tab-grids {
		margin-left: 3em;
	}
	.tab-grid h3 {
		font-size: 0.9em;
		padding: 0.5em 0 0.5em;
	}
	.tab-grid p{
		font-size:0.875em;
	}
}
/*--tab-end--*/
.carrer-top{
	text-align:center;
}
.carrer{
	padding:4em 0px;
}
.tb-one:nth-child(1){
	margin-top:0em;
}
.tb-one{
	margin-top:1.8em;
}
/*--carrer-ends--*/
/*--media-quaries-starts-here--*/
@media (max-width:1440px){
.banner-slide {
	position: absolute;
	top: 54%;
	left: 35%;
}
.error-main h3 {
  font-size: 11.5em;
}		
.error-main p {
  font-size: 2.3em;
}
.stop {
  padding: 4em 0px 2em 0px;
}
.error-btn a {
  padding: 9px 1.5em;
  font-size: 1.1em;
}
.error-btn {
  margin-top: 4.5%;
}
.error {
  padding: 7em 0px;
}
}
@media (max-width:1366px){
.banner-top h1 {
  	font-size: 2.9em;
}
.stop {
  padding: 3.5em 0px 2.5em 0px;
}
.carrer {
  padding: 3.2em 0px;
}
.tabs-box {
  margin: 2.2em auto 0;
}	
.about-top p {
  margin: 1.5em auto 0;
}
.about-bottom {
  margin-top: 1.5em;
}
.about {
  	padding: 3.5em 0px;
}
.about-top p {
  margin: 2em auto 0;
}
.about-bottom {
  margin-top: 2em;
}
.team {
  padding: 4em 0px 1.5em 0;
}
.banner1 {
  min-height: 330px !important;
}
.stop-top h3, .about-top h3, .chrono-main h3, 
.services-main h3, .team-top h3, .carrer-top h3 {
  	font-size: 2.25em;
}	
.banner-slide {
  	top: 54.2%;
  	left: 32.2%;
}
.idea-right h3 {
  	font-size: 2.3em;
}
.idea-top:nth-child(2) {
  	margin-top: 8.5em;
}
.idea {
  padding: 7.2em 0px 6em 0px;
}
.part-one:nth-child(2) {
  margin-top: 2em;
}
.contact-right p, .contact-right p a {
  	font-size: 1.42em;
   margin-top: 4px;
}
.header {
  padding: 2.3% 0;
}
.footer {
  padding: 1.2em 0px 3em 0px;
}
.contact-right h3 {
  margin-bottom: 1.8em;
}
.services-bottom {
  margin-top: 1.7em;
}
.poll {
  margin-top: 3%;
}
.s-btm {
  margin-top: 2.3em;
}
}
@media (max-width:1280px){
.navigation {
  width: 57%;
}
.tb-one input[type="text"]:nth-child(1),
 .tb-one input[type="text"]:nth-child(3) {
  margin-right: 22px;
}
.stop-btm input[type=submit] {
  font-size: 15px;
}
.stop-left h4 {
  font-size: 19px;
}
.stop-bottom {
  margin-top: 2.5em;
}
.tab-grid p {
  width: 78%;
}
.tab-grids {
  width: 66%;
}
ul.tabs-menu li a {
  font-size: 17px;
}
.bnr-top {
  margin-top: 8.5% !important;
}
.error-main h3 {
  font-size: 10em;
}
.error-main p {
  font-size: 2.1em;
}
.error-btn a {
  padding: 9px 1.5em;
  font-size: 1em;
}
.error-btn {
  margin-top: 4%;
}
.error {
  padding: 6.5em 0px;
}
.team-one {
  margin-top: 2.5em;
}
.about-top p {
  margin: 1.2em auto 0;
  width: 96%;
}
.about-left p {
  width: 79%;
  font-size: 15px;
}
/* Removed old chrono-bottom styles */
.about-bottom {
  margin-top: 1.1em;
}
.about {
  padding: 3em 0px;
}
.stop-top h3, .about-top h3, .chrono-main h3,
 .services-main h3, .team-top h3, .carrer-top h3 {
  font-size: 2.1em;
}
.header {
  padding: 2% 0;
}
.banner-top h1 {
  font-size: 2.7em;
}
.banner {
  min-height: 570px;
}		
.banner-slide img {
  width: 95%;
}
.banner-slide {
  top: 51%;
  left: 32.5%;
}
.callbacks_tabs {
  left: 0.7%;
}
.idea-left img {
  width: 62%;
}
.idea-right h3 {
  font-size: 2.15em;
}
.idea-right p {
  margin-top: 1.1em;
}
.i-btn {
  margin-top: 2.5em;
}
.i-btn a {
  padding: 10px 1.8em;
}
.idea-top:nth-child(2) {
  margin-top: 7em;
}
.number-main h3 {
  font-size: 2.05em;
}
.number-bottom ul li h4 {
  font-size: 3.3em;
}
.number-bottom ul li p {
  font-size: 1.45em;
}
.number-bottom ul li span.one,
.number-bottom ul li span.two,
.number-bottom ul li span.tre{
	top: 20px;
}
.number-bottom ul li span.one {
  left: 18.7%;
}
.number-bottom ul li span.two {
  left: 45.2%;
}
.number-bottom ul li span.tre {
  left: 70%;
}
.number-bottom {
  margin-top: 1.6em;
}
.partner-top h3, .project-top h3 {
  font-size: 2.2em;
}
.partner-top p {
  margin-top: 1em;
}
.partner-bottom {
  margin-top: 1em;
}
.part {
  padding: 2.7em 2.7em;
}
.callbacks_nav {
  top: -15%;
  left: 87%;
}
.callbacks_nav.next {
  right: 7%;
}
.partner {
  padding: 5.5em 0px 4.5em 0px;
}
div#portfoliolist {
  padding: 5% 0px 0;
}
.contact-left img {
  width: 23%;
}
.contact-left p {
  margin-top: 1.8em;
}
.contact-right h3 {
  margin-bottom: 1.25em;
}
.contact-right p, .contact-right p a {
  font-size: 1.3em;
  margin-top: 4px;
}
.project {
  padding-bottom: 3em;
}
.contact {
  padding: 1.85em 0px;
}
.footer-bottom {
  margin-top: 1.2em;
}
.footer {
  	padding: 1.2em 0px 2em 0px;
}
}
@media (max-width:1024px){
.logo a img {
  width: 100%;
  margin-left:20px;
}
ul.tabs-menu {
  left: 2em;
  width: 30%;
}
.tb-one input[type=submit] {
  padding: 8px 20px;
  font-size: 15px;
}
.tb-one {
  margin-top: 1.2em;
}
.carrer {
  padding: 2.5em 0px 2em 0px;
}
ul.tabs-menu li a {
  font-size: 16px;
}
.tab-grid h3 {
  font-size: 16px;
}
.tabs-box {
  margin: 1.7em auto 0;
}
.tab-grid p {
  width: 100%;
  margin-top: 10px;
}
.tb-one input[type="text"] {
  margin: 6px auto;
}
.tb-one input[type="text"]:nth-child(1),
 .tb-one input[type="text"]:nth-child(3) {
  margin-right: 17px;
}
.stop-btm input[type="text"] {
  	width: 48.56%;
    margin: 6px auto;
}
.stop-btm input[type="text"]:nth-child(1), 
.stop-btm input[type="text"]:nth-child(3) {
  	margin-right: 14px;
}
.error-main h3 {
  	font-size: 9em;
}
.stop-left h4 {
  font-size: 18px;
}
.stop-bottom {
  margin-top: 2em;
}
.stop-btm input[type=submit] {
  padding: 6px 20px;
  font-size: 14px;
}
.error-main p {
  font-size: 1.85em;
}
.error {
  padding: 5.7em 0px;
}
.error-btn a {
  padding: 7px 1.5em;
}
.services-bottom {
  margin-top: 1.4em;
}
.poll_desc h5 {
  font-size: 1.35em;
}
.s-btm {
  margin-top: 2em;
}
.design {
  margin-top: 2em;
}
.services {
  padding: 3em 0px 1.2em 0px;
}
.services-left p {
  font-size: 15px;
}
/* Removed old crn styles */
.crn2 {
  left: 20.9%;
}
.crn3 {
  left: 36.1%;
}
.crn4 {
  left: 51.3%;
}
.crn5 {
  left: 66.49%;
}
.crn6 {
  left: 81.75%;
}
/* Removed old chrono-bottom styles */
.mnth1, .mnth2, .mnth3, .mnth4, .mnth5, .mnth6 {
  top: 42px;
}
/* Removed old mnth1 styles */
.mnth2 {
  left: 24.5%;
}
.mnth3 {
  left: 40.4%;
}
.mnth4 {
  left: 55.5%;
}
.mnth5 {
  left: 70.4%;
}
.mnth6 {
  left: 85.8%;
}
.team-text h4 {
  font-size: 21px;
}
.team-right, .team-left:nth-child(2) {
  margin-top: 1.3%;
}
.team-main {
  margin-top: 2em;
}
.team {
  padding: 3.5em 0px 1.3em 0;
}
.team-msg {
  margin-top: 3em;
}
.team-bottom {
  margin-top: 3em;
}
.team-text ul {
  padding: 2px 0 0 0;
  margin-top: 6px;
}
.team-msg-left p {
  font-size: 21px;
}
.team-msg-right a {
  padding: 10px 1em;
  font-size: 15px;
}
/* Removed old crn1 styles */
.about-left p {
  width: 95%;
}
.about {
  padding: 2.6em 0px;
}
.banner1 {
  min-height: 270px !important;
}
.stop-top h3, .about-top h3, .chrono-main h3,
 .services-main h3, .team-top h3, .carrer-top h3, .mission-top h3{
  font-size: 1.9em;
}
.about-top p {
  margin: 1em auto 0;
  font-size: 15px;
}
ul.navig li a {
  font-size: 16px;
  padding: 4px 2px;
}		
ul.navig li {
  margin: 0 10px;
}
.navigation {
  width: 62%;
}
ul.navig {
  margin-top: 0.3%;
}
.header {
  padding: 1.8% 0;
}
.banner-top h1 {
  font-size: 2.4em;
}
.bnr-left img{
  width: 31%;
}
.bnr-right img{
  width: 25%;
}
.banner-slide img {
  width: 82%;
}
.banner {
  min-height: 520px;
}
.banner-slide {
  top: 57%;
  left: 27%;
  text-align: center;
}
.callbacks_tabs {
  left: 3%;
  top:99%;
}
.idea-right h3 {
  font-size: 2em;
  letter-spacing: 2px;
}
.idea-right p {
  margin-top: 1.05em;
  line-height: 1.7em;
  font-size: 15px;
}
.idea-left img {
  width: 60%;
}
.i-btn a {
  padding: 8px 1.5em;
  font-size: 15px;
}
.i-btn {
  margin-top: 2em;
}
.idea-top:nth-child(2) {
  margin-top: 5em;
}
.idea {
  padding: 5.7em 0px 5em 0px;
}
.number-bottom ul li h4 {
  font-size: 2.89em;
}
.number-bottom {
  margin-top: 1.3em;
}
.number {
  padding: 2.3em 0px;
}
.number-bottom ul li p {
  font-size: 1.34em;
}
.number-main h3 {
  font-size: 2.01em;
}
.partner {
  padding: 3.5em 0px 1.5em 0px;
}
.partner-top h3, .project-top h3 {
  font-size: 2em;
  letter-spacing: 2px;
}
.part p {
  font-size: 13px;
}
.part {
  padding: 2.5em 2.5em;
}
.part label {
  font-size: 13px;
  margin-top: 1.3em;
}
.part-one:nth-child(2) {
  margin-top: 0em;
}
.partner-bottom {
  margin-top: 0;
}
.callbacks_nav {
  top: -11%;
  left: 86%;
}
.callbacks_nav.next {
  right: 8%;
}
.partner-top p {
  margin-top: 7px;
}
#filters li span {
  padding: 6px 22px;
  font-size: 14px;
}
.b-animate {
  	width: 100%;
}
.project {
  	padding-bottom: 2.5em;
}
.contact-left p {
  	margin-top: 1.4em;
  	width: 92%;
}
.contact {
  	padding: 1.6em 0px;
}
.contact-right p, .contact-right p a {
  font-size: 1.2em;
  margin-top: 2px;
}
.contact-right h3 {
  margin-bottom: 1.1em;
}
.footer-middle p {
  font-size: 14px;
}
.footer {
  padding: 1em 0px 1.7em 0px;
}
}
@media (max-width:667px){
.bnr-right {
  text-align: right;
  padding-right: 13%;
}
.banner-slide {
  top: 64% !important;
  left: 18% !important;
}
.bnr-right img {
  width: 30%;
}
}
@media (max-width:768px){
ul.navig span{
	display:none;
}
.bnr-left {
  text-align: left;
  padding-left: 14%;
}
.bnr-left img {
  width: 40%;
}
ul.tabs-menu li a {
  font-size: 15px;
}
ul.tabs-menu li a span {
  width: 11px;
  height: 11px;
  margin-right: 7px;
  background-size: 100%;
}
.tab-grid {
  padding-left: 2em;
}
ul.tabs-menu {
  left: 1em;
  width: 25%;
}
.tab-grids {
  width: 69%;
}
.tab-grid h3 {
  font-size: 15px;
}
.tab-grid p {
  width: 95%;
  margin-top: 9px;
  font-size: 13px;
}
.tb-one input[type="text"]:nth-child(1), .tb-one input[type="text"]:nth-child(3) {
  margin-right: 13px;
}
.tb-one input[type="text"] {
  margin: 4px auto;
  padding: 7px 15px;
  font-size: 12px;
}
.tb-one textarea {
  font-size: 12px;
  height: 140px;
}
.tb-one input[type=submit] {
  padding: 6px 17px;
  font-size: 14px;
}
.tabs-box {
  margin: 1.5em auto 0;
}
.carrer {
  padding: 2em 0px 2em 0px;
}
.t-btn {
  margin-top: 10px;
}
.stop-bottom {
  margin-top: 1.5em;
}
.stop-left {
  text-align: center;
}
.stop-left:nth-child(2) {
  margin-top: 1.5em;
}
.stop-btm input[type="text"] {
  margin: 5px auto;
  padding: 9px 16px;
}
.stop-btm {
  margin-top: 15px;
}
.stop {
  padding: 2.5em 0px 2.5em 0px;
}
.s-btn {
  margin-top: 1.5em;
  text-align: center;
}
.stop-left p, .stop-left p a {
  margin-top: 6px;
}
.email, .phone {
  margin-top: 1em;
}
.error-main h3 {
  font-size: 7.5em;
  text-shadow: -20px 1px 0px rgba(40, 40, 40, 0.05);
}
.error-main p {
  font-size: 1.65em;
}
.error-btn a {
  padding: 7px 1.4em;
  font-size: 15px;
}
.error {
  padding: 6.7em 0px 8em 0px;
}
.error-btn {
  margin-top: 3.5%;
}
.services-left {
  width: 50%;
  float: left;
}
.services-left p {
  font-size: 14px;
}
.services-bottom {
  margin-top: 1.1em;
}
.poll_desc h5 {
  font-size: 1.25em;
}
.s-btm {
  margin-top: 1.4em;
}
.services {
  padding: 2em 0px 1.5em 0px;
}
.design {
  margin-top: 1.4em;
}
.skill {
  margin: 8px 0;
}	
.poll {
  margin-top: 2.5%;
}
/* Removed old chrono styles */
.team-one {
  margin-top: 2em;
}
.team-right {
  width: 100%;
  float: right;
  text-align: center;
  margin-top: 1em;
}
.team-left {
  width: 50%;
  float: left;
}
.team-text h4 {
  font-size: 19px;
}
.team-text span {
  font-size: 13px;
}
.team-left:nth-child(2) {
  margin-top: 2.3%;
}
.team-bottom {
  margin-top: 2.5em;
  text-align: center;
}
.team-bottom-left:nth-child(3),.team-bottom-left:nth-child(4){
	margin-top:1.3em;
}
.team-msg-left {
  width: 60%;
  float: left;
}
.team-msg-right {
  width: 40%;
  float: right;
}
.team-msg-left p {
  font-size: 19px;
}
.team-msg-right a {
  padding: 6px 11px;
  font-size: 14px;
}
.team-msg {
  margin-top: 2.5em;
}
.team {
  padding: 2.5em 0px 1.5em 0;
}
.team-bottom-left {
  width: 50%;
  float: left;
}
/* Removed old mnth1 styles */
.mnth2 {
  left: 19.9%;
}
.mnth2 {
  left: 21.9%;
}
.mnth4 {
  left: 56%;
}
.mnth5 {
  left: 73%;
}
.mnth6 {
  left: 89.8%;
}
.crn p {
  width: 83%;
}	
/* Removed old crn styles */
.bnr-top {
  margin-top: 17% !important;
}
.banner1 {
  min-height: 225px !important;
}
.about-top p {
  margin: 11px auto 0;
  font-size: 14px;
}
.about-left {
  width: 50%;
  float: left;
}
.about-left p {
  width: 100%;
  font-size: 14px;
}
.about-bottom {
  margin-top: 11px;
}
/* Removed old chrono-bottom ul li p styles */
.mnth1, .mnth2, .mnth3, .mnth4, .mnth5, .mnth6 {
  top: 37px;
}
/* Removed old chrono-bottom ul li styles */
/* Removed old chrono-bottom ul li h6 styles */
/* Removed old span styles */
/* Removed old i styles */
.stop-top h3, .about-top h3, .chrono-main h3, 
.services-main h3, .team-top h3, .carrer-top h3 {
  font-size: 1.7em;
}
ul.navig li {
  	margin: 0;
}
ul.navig li a {
  	padding: 10px 2px;
  	color:#282828;
}
ul.navig li a:hover,ul.navig li a.active{
	border-bottom:0;
	color:#4A90E2;
}
.logo a img {
  width: 130%;
  margin-left:20px;
}
.header {
  padding: 2.7% 0 2% 0;
}
.banner-top h1 {
  font-size: 2em;
  letter-spacing: 2px;
}
.banner-top {
  margin-top: 8.2em;
}
.banner-top-btm {
  margin-top: 3em;
}
.bnr-left,.bnr-right {
  width: 50%;
  float: left;
}
.banner-slide img {
  width: 73%;
}
.banner-slide {
  top: 59%;
  left: 19%;
}
.banner {
  min-height: 420px;
}
.callbacks_tabs {
  top: 100%;
}
.idea-left {
  width: 40%;
  float: left;
}
.idea-right{
	width:60%;
	float:right;
}
.idea-right h3 {
  font-size: 1.54em;
  letter-spacing: 1px;
}
.idea-right p {
  margin-top: 10px;
  font-size: 14px;
}
.i-btn a {
  padding: 6px 1.1em;
  font-size: 14px;
}
.i-btn {
  	margin-top: 1.5em;
}
.idea-left img {
  	width: 66%;
}
.id-one-left{
	float:left !important;
	width:60% !important;
}
.id-one-right{
	float:right !important;
	width:40% !important;
}
.idea-top:nth-child(2) {
  	margin-top: 3.5em;
}
.idea {
  	padding: 4.5em 0px 3.5em 0px;
}
.number-main h3 {
  	font-size: 1.7em;
}
.number-bottom ul li h4 {
  	font-size: 2.3em;
}
.number-bottom ul li p {
  	font-size: 1em;
}
.number-bottom ul li span.one, .number-bottom ul li span.two, .number-bottom ul li span.tre {
  	top: 9px;
}
.number-bottom ul li span.one {
  	left: 19.6%;
}
.number-bottom ul li span.two {
  	left: 46.1%;
}
.number-bottom ul li span.tre {
  	left: 70.7%;
}
.number-bottom {
  	margin-top: 1em;
}
.number {
  	padding: 2em 0px;
}
.partner-top {
  	text-align: center;
}
.partner-top h3, .project-top h3 {
  	font-size: 1.56em;
  	letter-spacing: 1px;
}
.partner-left {
  	width: 33.3%;
  	float: left;
}
.partner-left img {
  width: 85%;
}
.part {
  padding: 1.2em 1.2em;
}
.partner-left {
  padding: 2em 15px;
}
.part p {
  font-size: 12px;
  width: 100%;
}
.part label {
  font-size: 12px;
  margin-top: 1em;
}
.partner-bottom {
  margin-top: 1em;
}
.callbacks_nav {
  top: -15.7%;
  left: 85%;
}
.callbacks_nav.next {
  right: 9%;
}
#filters li span {
  padding: 5px 15px;
  font-size: 13px;
}
div#portfoliolist {
  padding: 4.5% 0px 0;
}
.b-animate {
  top: 43%;
}
.contact-left {
  width: 70%;
  float: left;
}
.contact-right {
  width: 30%;
  float: right;
}
.contact-left p {
  font-size: 13px;
}
.contact-right p, .contact-right p a {
  font-size: 1.1em;
}
.contact {
  padding: 1.4em 0px;
}
.footer-right,.footer-left,.footer-middle{
  width: 33.3%;
  float: left;
}
.footer-left ul li {
  margin-right: 10px;
}
.footer-right p a {
  font-size: 14px;
}
.footer-bottom {
  margin-top: 1em;
}
.footer {
  padding: 0.2em 0px 1.5em 0px;
}
/* Removed old crn styles */
/* Removed old crn1 styles */
.crn2 {
  left: 17.4%;
}
.crn3 {
  left: 34.1%;
}
.crn4 {
  left: 51%;
}
.crn5 {
  left: 67.85%;
}
.crn6 {
  left: 84.7%;
}
}
@media (max-width:736px){
.bnr-right {
  text-align: right !important;
  padding-right: 19% !important;
}
.bnr-right img {
  width: 35% !important;
}
.banner-slide {
  top: 61% !important;
}

}
@media (max-width:640px){
.header {
  	padding: 2.5% 0 1.8% 0;
}
.logo a img {
  width: 130%;
  margin-left:20px;
}
.bnr-left img {
  width: 41%;
}
.bnr-left {
  text-align: left;
  padding-left: 15%;
}
ul.tabs-menu li a {
  font-size: 14px;
}
ul.tabs-menu li a span {
  width: 10px;
  height: 10px;
  margin-right: 5px;
}
ul.tabs-menu {
  left: 6px;
  width: 26.5%;
}
.tab-grid h3 {
  font-size: 14px;
}
.tab-grid {
  padding-left: 1.7em;
}
.tb-one input[type="text"] {
  width: 48.78%;
}
.tb-one input[type="text"]:nth-child(1),
 .tb-one input[type="text"]:nth-child(3) {
  margin-right: 6px;
}
.tb-one input[type=submit] {
  padding: 5px 13px;
  font-size: 13px;
}
.tabs-box {
  margin: 1.3em auto 0;
}
.tab-grid p {
  margin-top: 8px;
}
.stop {
  padding: 2em 0px 2.1em 0px;
}
.stop-bottom {
  margin-top: 1.2em;
}
.email, .phone {
  margin-top: 12px;
}
.stop-left h4 {
  font-size: 17px;
}
.s-btn{
  margin-top: 1.3em;
  text-align: center;
}
.stop-btm input[type="text"]:nth-child(1), 
.stop-btm input[type="text"]:nth-child(3) {
  margin-right: 12px;
}
.error-main h3 {
  font-size: 6.7em;
  text-shadow: -17px 1px 0px rgba(40, 40, 40, 0.05);
}
.error-main p {
  font-size: 1.55em;
}
.error-btn a {
  padding: 6px 1.3em;
  font-size: 15px;
}
.team {
  padding: 2em 0px 1.5em 0;
}
.team-left img {
  width: 34%;
}
.team-text span {
  font-size: 12px;
}
.team-text h4 {
  font-size: 17px;
}
.team-text ul li a {
  font-size: 13px;
}
.team-text ul {
  padding: 0px 0 0 0;
  margin-top: 5px;
}
.team-right p {
  font-size: 13px;
}
.team-right {
  margin-top: 10px;
}
.team-one {
  margin-top: 1.3em;
}
.team-bottom {
  margin-top: 1.5em;
}
.team-msg-left p {
  font-size: 17px;
}
.team-msg-right a {
  padding: 5px 9px;
  font-size: 13px;
}
.team-msg {
  margin-top: 1.8em;
}
.about {
  padding: 2em 0px;
}
.crn img {
  	top: 103%;
  	left: 45%;
}
/* Removed old crn styles */
.chrono-bottom ul li p {
  	font-size: 10px;
}
.chrono-bottom ul li p {
  font-size: 11px;
}
/* Removed old chrono-bottom ul li h6 styles */
.mnth1, .mnth2, .mnth3, .mnth4, .mnth5, .mnth6 {
  top: 34px;
}
.chrono-bottom ul li p {
  font-size: 10px;
}
/* Removed old span styles */
.about-left p {
  font-size: 13px;
}
.banner1 {
  min-height: 183px !important;
}
.about-top p {
  margin: 9px auto 0;
  font-size: 13px;
}
.stop-top h3, .about-top h3, .chrono-main h3, 
.services-main h3, .team-top h3, .carrer-top h3 {
  font-size: 1.55em;
}
.banner-top h1 {
  font-size: 1.7em;
  letter-spacing: 1px;
}
.banner-slide img {
  width: 62%;
}
.banner-slide {
  top: 61%;
  left: 12.5%;
}
.banner {
  min-height: 375px;
}
.callbacks_tabs a:after {
  height: 9px;
  width: 9px;
}	
.callbacks_tabs {
  left: 2.5%;
}
.idea-right h3 {
  font-size: 1.3em;
}	
.idea-right p {
  margin-top: 7px;
  font-size: 13px;
}
.i-btn a {
  padding: 5px 14px;
  font-size: 12px;
}
.i-btn {
  margin-top: 1.1em;
}
.idea-top:nth-child(2) {
  margin-top: 2.2em;
}
.idea {
  padding: 3.7em 0px 2.5em 0px;
}
.idea-left img {
  width: 60%;
}
.number-main h3 {
  font-size: 1.4em;
}
.number-bottom ul li {
  width: 50%;
  padding-left:17%;
}
.number-bottom ul li span.one {
  left: 38.2%;
}
.number-bottom ul li span.two {
  display: none;
}
.number {
  padding: 1.7em 0px;
}
.partner-top h3, .project-top h3 {
  font-size: 1.4em;
  letter-spacing: 1px;
}
.partner-top p {
  margin-top: 5px;
  font-size: 11px;
}
.callbacks_nav {
  top: -15%;
  left: 84%;
}
.callbacks_nav.next {
  right: 9.5%;
}
.part {
  padding: 1em 1em;
}
.partner-left {
  padding: 3.7em 15px;
}
.partner {
  padding: 2.5em 0px 1.5em 0px;
}
#filters li span {
  padding: 3px 13px;
  font-size: 13px;
  margin: 0 3px 0 0;
}
.b-animate {
  top: 46%;
}
div#portfoliolist {
  padding: 5% 0px 0;
}
.project {
  padding-bottom: 2em;
}
.contact-left p {
  margin-top: 1em;
  width: 100%;
}
.contact-left img {
  width: 70%;
}
.contact-right h3 {
  font-size: 17px;
  margin-bottom: 1em;
}
.contact-right p, .contact-right p a {
  font-size: 0.8em;
}
.footer-bottom {
  margin-top: 11px;
}
.footer {
  padding: 0em 0px 1em 0px;
}
.number-bottom ul li span.tre {
  left: 38.2%;
  top: 50px;
}
.number-bottom ul li span.one {
  left: 50.2%;
  top: 3px;
}
.number-bottom ul li span.tre {
  left: 50.2%;
  top: 35px;
}
.number-bottom ul li:nth-child(3),.number-bottom ul li:nth-child(4) {
  margin-top: 2%;
}
.number-bottom ul li span.tre {
  left: 50.2%;
  top: 47px;
}
.number-main h3 {
  font-size: 1.1em;
  line-height: 1.4em;
}
.number-bottom ul li h4 {
  font-size: 1.7em;
}
.number-bottom ul li p {
  font-size: 15px;
  margin-left: 8px;
  text-align: left;
}
}
@media (max-width:600px){
.banner-slide {
  top: 65% !important;
  left: 12.5% !important;
}
.bnr-right img {
  width: 31% !important;
}
.bnr-right {
  padding-right: 14% !important;
}
}
@media (max-width:568px){
.bnr-right {
  text-align: right;
  padding-right: 11%;
}
.bnr-right img {
  width: 28%;
}
}
@media (max-width:480px){
ul.navig li a {
  padding: 7px 2px;
  font-size: 15px;
}
.tab-grids {
  width: 97%;
  border-left: 0;
  text-align: center;
  margin: 8.5% auto 0;
}
.tb-one textarea {
  font-size: 12px;
  height: 120px;
}
.t-btn {
  margin-top: 8px;
  text-align: center;
}
.tb-one input[type=submit] {
  padding: 4px 12px;
  font-size: 12px;
}
.tb-two {
  margin-top: 4px;
}
.tab-grid {
  padding-left: 0;
}
.tab-grid p {
  margin: 2px auto 0;
}
.tb-one {
  margin-top: 7px;
}
ul.tabs-menu {
  left: 0;
  width: 100%;
}
ul.tabs-menu li {
  display: inline-block;
}
ul.tabs-menu li a {
  font-size: 13px;
  margin: 0 4px;
}
.tabs-box {
  margin: 11px auto 0;
}
.stop-btm input[type="text"]:nth-child(1),
 .stop-btm input[type="text"]:nth-child(3) {
  margin-right: 7px;
}
.stop-btm input[type="text"] {
  margin: 4px auto;
  padding: 7px 16px;
}
.stop-btm textarea {
  height: 135px;
}
.stop-btm input[type=submit] {
  padding: 5px 16px;
  font-size: 13px;
}
.s-btn{
  margin-top: 12px;
}
.stop {
  padding: 1.8em 0px 2em 0px;
}
.stop-left h4 {
  font-size: 16px;
}
.stop-left p, .stop-left p a {
  font-size: 14px;
}
.stop-bottom {
  margin-top: 1.1em;
}
.error-main h3 {
  font-size: 6em;
  text-shadow: -15px 1px 0px rgba(40, 40, 40, 0.05);
}
.stop-left:nth-child(2) {
  margin-top: 1.2em;
}
.error-main p {
  font-size: 1.4em;
}
.error {
  padding: 4.2em 0px 6em 0px;
}
.error-btn {
  margin-top: 8.5%;
}
.services {
  padding: 1.5em 0px 1.5em 0px;
}
.services-left:nth-child(2){
	margin-top:10px;
}
.poll_desc h5 {
  font-size: 1.15em;
}
.s-btm img {
  width: 4.5%;
}
.s-btm {
  margin-top: 1em;
}
.design {
  margin-top: 1em;
}
.services-bottom {
  margin-top: 10px;
}
.services-left p {
  font-size: 13px;
}
.services-left {
  width: 100%;
  float: none;
  text-align: center;
}
/* Removed old chrono-bottom ul li styles */
/* Removed old span styles */
/* Removed old chrono-bottom ul li p styles */
/* Removed old chrono-bottom ul li h6 styles */
.stop-top h3, .about-top h3, .chrono-main h3,
 .services-main h3, .team-top h3, .carrer-top h3 {
  font-size: 1.4em;
  letter-spacing: 1px;
}	
.about-left:nth-child(2){
	margin-top:10px;
}
.about {
  padding: 1.5em 0px;
}
/* Removed old span styles */
.banner1 {
  min-height: 135px !important;
}
/* Removed old mnth1 styles */
.mnth2 {
  left: 22.9%;
}
.mnth3 {
  left: 39.15%;
}
.mnth4 {
  left: 54.6%;
}
.mnth5 {
  left: 70%;
}
.mnth6 {
  left: 86%;
}
.crn6 {
  left: 78.8%;
}
/* Removed old crn1 styles */
/* Removed old crn styles */
.about-top p {
  margin: 8px auto 0;
  font-size: 13px;
  width: 100%;
  text-align: center;
}	
.about-left {
  width: 100%;
  float: none;
  text-align: center;
}
.banner-top h1 {
  font-size: 1.45em;
  letter-spacing: 0px;
}
.banner-top {
  margin-top: 5em;
}
.bnr-left img {
  width: 38%;
}
.bnr-right img {
  width: 34%;
}
.bnr-right {
  padding-right: 10% !important;
}
.bnr-right img {
  width: 34% !important;
}
.banner-slide img {
  width: 58%;
}
.banner-slide {
  top: 54% !important;
  left: 1% !important;
}
.number-bottom ul li {
  padding-left: 9%;
}
.number-bottom ul li:nth-child(3), .number-bottom ul li:nth-child(4) {
  margin-top: 3.5%;
}
.bnr-left {
  padding-left: 5%;
}
.banner {
  min-height: 305px;
}
.idea-left,.idea-right,.id-one-left,.id-one-right{
  width: 100% !important;
  float: none !important;
}
.idea-right{
	text-align:center;
	margin-top:1.5em;
}
.idea-right p {
  margin-top: 7px;
  font-size: 13px;
  width: 100%;
}
.idea-left img {
  width: 32%;
}
.id-one-right {
  margin-top: 1.5em;
}
.idea {
  padding: 2.7em 0px 2.2em 0px;
}
.number-main h3 {
  font-size: 1.17em;
}
.number-bottom ul li h4 {
  font-size: 1.9em;
}
.number-bottom ul li p {
  font-size: 16px;
  margin-left: 3px;
}
.number-bottom ul li span img {
  width: 85%;
}
.number-bottom ul li span{
  text-align: center;
}
.number-bottom ul li span.one {
  left: 44.7%;
  top: 7px;
}
.number-bottom ul li span.tre {
  left: 44.7%;
  top: 53px;
}
.number {
  padding: 1.5em 0px;
}
.partner-top h3, .project-top h3 {
  font-size: 1.3em;
  letter-spacing: 1px;
}
.partner-top p {
  margin-top: 2px;
  font-size: 11px;
}
.callbacks_nav {
  top: -17%;
  left: 84%;
}
.callbacks_nav.next {
  right: 8.5%;
}
.partner-left {
  width: 100%;
}
.partner-left img {
  width: 40%;
}
.partner-left {
  padding: 1.7em 15px;
}
.project-top {
  text-align: center;
  float: none;
}
ul#filters {
  text-align: center;
  float: none;
  margin-top: 15px;
}
#filters li span {
  padding: 3px 17px;
}
div#portfoliolist {
  padding: 4.5% 0px 0;
}
#portfoliolist .portfolio {
  width: 49%;
  margin: 0 1% 1% 0;
  height: 200px;
}
#portfoliolist .portfolio:nth-child(2n) {
  margin-right: 0;
}
.part {
  width: 60%;
  margin: 0 auto;
  left: 22%;
}
.contact-left,.contact-right {
  width: 100%;
  float: none;
  text-align: center;
}
.contact-left img {
  width: 25%;
}
.contact-left p {
  margin-top: 9px;
}
.contact-right {
  margin-top: 4%;
}
.contact-right h3 {
  font-size: 16px;
  margin-bottom: 13px;
}
.contact-right p, .contact-right p a {
  font-size: 1em;
  margin-top: 8px;
}
.callbacks_nav {
  top: -6%;
  left: 86%;
}
.callbacks_nav.next {
  right: 6.5%;
}
.footer-right, .footer-left, .footer-middle {
  width: 100%;
  float: none;
  text-align: center;
}
.footer-middle,.footer-right{
	margin-top:10px;
}
.contact {
  padding: 1.1em 0px;
}
/* Removed old crn styles */
/* Removed old chrono-bottom styles */
.crn2 {
  left: 16.5%;
}
.crn3 {
  left: 31.93%;
}
.crn4 {
  left: 47.54%;
}
.crn5 {
  left: 63.18%;
}
.team-left img {
  width: 50%;
}
.team-text span {
  font-size: 11px;
}
.team-text h4 {
  font-size: 16px;
}
.team-text ul {
  margin-top: 4px;
  border-top: 2px solid #414141;
}
.team-text ul li a {
  font-size: 12px;
}
.team-text ul li label {
  margin: 0 3px;
}
.team-right {
  margin-top: 7px;
}
.team-main {
  margin-top: 1.5em;
}
.team-bottom {
  margin-top: 1em;
}
.team-msg-right,.team-msg-left {
  width: 100%;
  float: none;
  text-align: center;
}
.team-msg-right{
	margin-top:15px;
}
.team-msg-left p {
  font-size: 16px;
}
.team-msg-right a {
  font-size: 12px;
}
}
@media (max-width:414px){
.banner-slide {
  left: 0% !important;
  top: 61% !important;
}
}
@media (max-width:384px){
.banner-slide {
  top: 66% !important;
}
}
@media (max-width:375px){
.bnr-left {
  padding-left: 1%;
}
.bnr-right {
  padding-right: 5%;
}	
.banner-slide {
  top: 62% !important;
}
.banner {
  min-height: 290px;
}
}
@media (max-width:320px){
.logo {
  width: 35%;
  margin-left: 4.7%;
}	
.logo a img {
  width: 100%;
}
.banner-top h1 {
  font-size: 1.2em;
  line-height: 1.4em;
  width: 84%;
  margin: 0 auto;
}
.bnr-left img {
  width: 42%;
}
.bnr-right img {
  width: 35%;
}
.banner-top-btm {
  margin-top: 22px;
}
.banner-slide img {
  width: 60%;
}
.banner {
  min-height: 250px;
}
.header {
  padding: 4% 0 3.5% 0;
}
.banner-slide {
  top: 64% !important;
}
.callbacks_tabs a:after {
  height: 8px;
  width: 8px;
}
.callbacks_tabs li {
  margin: 0 2px;
}
.callbacks_tabs {
  left: 0%;
}
.idea-left img {
  width: 42%;
}
.idea-right h3 {
  font-size: 1.2em;
  line-height: 1.4em;
  letter-spacing: 0;
}
.idea-right p {
  margin-top: 4px;
}
.idea-top:nth-child(2) {
  margin-top: 0.2em;
}
.idea {
  padding: 2.9em 0px 1.5em 0px;
}
.number-bottom ul li h4 {
  font-size: 1.8em;
}
.number-bottom ul li {
  width: 100%;
  text-align: center;
  margin-bottom: 27px;
}
.number-bottom ul li:nth-child(4){
	margin-bottom:0;
}
.number-bottom ul li span.one {
  left: 49%;
  top: 30px;
}
.number-bottom ul li span.two {
  left: 49%;
  display: block;
  top: 102px;
}
.number-bottom ul li span.tre {
  left: 49%;
  top: 164px;
}
.number {
  padding: 1.3em 0px;
}
.partner-top h3, .project-top h3 {
  font-size: 1.2em;
  letter-spacing: 0px;
}
.partner-top p {
  margin-top: 1px;
}
.partner {
  padding: 1.5em 0px 1em 0px;
}
.partner-left img {
  width: 55%;
}
.part {
  width: 100%;
  margin: 0 auto;
  left: 0%;
}
.navigation {
  width: 50%;
}
.part p {
  font-size: 11px;
}
.part label {
  font-size: 11px;
  margin-top: 7px;
}
.partner-left {
  padding: 1.1em 15px;
}
.b-animate {
  width: 70%;
  font-size: 12px;
  top: 37%;
}
#filters li span {
  padding: 2px 11px;
  font-size: 12px;
  margin: 0 0px 0 0;
}
.callbacks_nav {
  top: -2.2%;
  left: 84%;
}
.callbacks_nav.next {
  right: 4.5%;
}
div#portfoliolist {
  padding: 5.5% 0px 0;
}
.project {
  padding-bottom: 1.4em;
}
.contact-left img {
  width: 38%;
}
.contact-left p {
  margin-top: 7px;
}
.contact-right {
  margin-top: 5%;
}
.footer-left ul li {
  margin-right: 7px;
}
.footer-middle p {
  font-size: 13px;
}
.footer-middle, .footer-right {
  margin-top: 5px;
}
.contact-right p, .contact-right p a {
  font-size: 15px;
  margin-top: 3px;
}
.contact-right h3 {
  font-size: 15px;
  margin-bottom: 9px;
}
.bnr-top {
  margin-top: 27% !important;
}
.stop-top h3, .about-top h3, .chrono-main h3,
 .services-main h3, .team-top h3, .carrer-top h3 {
  font-size: 1.2em;
  letter-spacing: 0px;
}
.about {
  padding: 1.3em 0px;
}
.about-top p {
  margin: 6px auto 0;
}
.about-bottom {
  margin-top: 6px;
}
.about-left:nth-child(2) {
  margin-top: 7px;
}
/* Removed old display:none styles */
/* Removed old i styles */
/* Removed old span styles */
/* Removed old crn styles */
/* Removed old chrono-bottom styles */
/* Removed old crn1 styles */
.crn5 {
  left: 35.1%;
}
.crn6 {
  left: 63.3%;
}
.mnth5 {
  left: 45.15%;
}
/* Removed old mnth1 styles */
.mnth6 {
  left: 73.3%;
}
/* Removed old chrono styles */
.team-left {
  width: 100%;
  float: none;
  text-align: center;
}
.team-left img {
  width: 37%;
}
.team-main {
  margin-top: 1em;
}
.team-one {
  margin-top: 1em;
}
.team-bottom-left {
  width: 100%;
  float: none;
}
.team-bottom-left:nth-child(2),.team-bottom-left:nth-child(3), .team-bottom-left:nth-child(4) {
  margin-top: 10px;
}
.team-msg {
  margin-top: 1em;
}
.team-msg-left p {
  font-size: 14px;
}
.team-msg-right a {
  font-size: 11px;
  padding: 4px 8px;
}
ul.navig li a {
  padding: 5px 2px;
  font-size: 14px;
}
.poll_desc h5 {
  font-size: 1em;
}
.skill {
  margin: 6px 0;
}
.s-btm {
  margin-top: 10px;
}
.s-btm img {
  width: 6%;
}
.services {
  padding: 1.4em 0px 1.1em 0px;
}
.error-main h3 {
  	font-size: 4.5em;
  	text-shadow: -12px 1px 0px rgba(40, 40, 40, 0.05);
}
.stop-bottom {
  margin-top: 13px;
}
.stop-left:nth-child(2) {
  margin-top: 1em;
}
.error-main p {
  	font-size: 1.2em;
}
.error-btn a {
  	padding: 5px 1em;
  	font-size: 13px;
}
.error {
  	padding: 3em 0px 4em 0px;
}
.stop-left h4 {
  	font-size: 15px;
}
.stop-left p, .stop-left p a {
  	font-size: 13px;
    margin-top: 4px;
}
.stop-btm input[type="text"]:nth-child(1),
 .stop-btm input[type="text"]:nth-child(3) {
  margin-right: 0;
}

/* Company History Timeline - Modern Card Design with !important */
.chrono {
  padding: 4em 0px 5em 0px !important;
  background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%) !important;
  position: relative !important;
}

.chrono::before {
  content: '' !important;
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  height: 1px !important;
  background: linear-gradient(90deg, transparent, #4A90E2, transparent) !important;
}

.chrono-main {
  position: relative !important;
}

.chrono-main h3 {
  font-size: 2.8em !important;
  color: #2c3e50 !important;
  text-align: center !important;
  margin-bottom: 3em !important;
  font-weight: 700 !important;
  text-shadow: 0 2px 4px rgba(0,0,0,0.1) !important;
  position: relative !important;
}

.chrono-main h3::after {
  content: '' !important;
  position: absolute !important;
  bottom: -15px !important;
  left: 50% !important;
  transform: translateX(-50%) !important;
  width: 80px !important;
  height: 4px !important;
  background: linear-gradient(90deg, #4A90E2, #357ABD) !important;
  border-radius: 2px !important;
}

.chrono-bottom {
  position: relative !important;
  max-width: 1200px !important;
  margin: 0 auto !important;
}

.chrono-bottom ul {
  list-style: none !important;
  padding: 0 !important;
  margin: 0 !important;
  position: relative !important;
}

/* Central Timeline Line */
.chrono-bottom ul::before {
  content: '' !important;
  position: absolute !important;
  left: 50% !important;
  top: 0 !important;
  bottom: 0 !important;
  width: 4px !important;
  background: linear-gradient(to bottom, #4A90E2, #357ABD, #2E5BBA) !important;
  transform: translateX(-50%) !important;
  border-radius: 2px !important;
  box-shadow: 0 0 20px rgba(74, 144, 226, 0.3) !important;
}

.chrono-bottom ul li {
  position: relative !important;
  margin-bottom: 4em !important;
  opacity: 1 !important;
  animation: none !important;
  display: block !important;
  visibility: visible !important;
}

/* Removed animation delays */

.chrono-bottom ul li:last-child {
  margin-bottom: 0;
}

/* Timeline Node - Hidden */
.chrono-bottom ul li span {
  display: none;
}

/* Timeline Cards */
.mnth1, .mnth2, .mnth3, .mnth4, .mnth5, .mnth6, .mnth7, .mnth8, .mnth9, .mnth10 {
  position: absolute !important;
  top: 0 !important;
  width: 120px !important;
  text-align: center !important;
  background: linear-gradient(135deg, #ffffff, #f8f9fa) !important;
  padding: 1.2em 1em !important;
  border-radius: 16px !important;
  box-shadow: 0 4px 20px rgba(0,0,0,0.1) !important;
  border: 1px solid rgba(255,255,255,0.8) !important;
  backdrop-filter: blur(10px) !important;
  transition: all 0.4s ease !important;
  display: block !important;
  visibility: visible !important;
}

/* Alternate card positions */
.chrono-bottom ul li:nth-child(odd) .mnth1,
.chrono-bottom ul li:nth-child(odd) .mnth2,
.chrono-bottom ul li:nth-child(odd) .mnth3,
.chrono-bottom ul li:nth-child(odd) .mnth4,
.chrono-bottom ul li:nth-child(odd) .mnth5,
.chrono-bottom ul li:nth-child(odd) .mnth6,
.chrono-bottom ul li:nth-child(odd) .mnth7,
.chrono-bottom ul li:nth-child(odd) .mnth8,
.chrono-bottom ul li:nth-child(odd) .mnth9,
.chrono-bottom ul li:nth-child(odd) .mnth10 {
  left: calc(50% - 200px) !important;
}

.chrono-bottom ul li:nth-child(even) .mnth1,
.chrono-bottom ul li:nth-child(even) .mnth2,
.chrono-bottom ul li:nth-child(even) .mnth3,
.chrono-bottom ul li:nth-child(even) .mnth4,
.chrono-bottom ul li:nth-child(even) .mnth5,
.chrono-bottom ul li:nth-child(even) .mnth6,
.chrono-bottom ul li:nth-child(even) .mnth7,
.chrono-bottom ul li:nth-child(even) .mnth8,
.chrono-bottom ul li:nth-child(even) .mnth9,
.chrono-bottom ul li:nth-child(even) .mnth10 {
  left: calc(50% + 80px) !important;
}

.mnth1:hover, .mnth2:hover, .mnth3:hover, .mnth4:hover, .mnth5:hover, .mnth6:hover,
.mnth7:hover, .mnth8:hover, .mnth9:hover, .mnth10:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 30px rgba(74, 144, 226, 0.2);
}

.mnth1 p, .mnth2 p, .mnth3 p, .mnth4 p, .mnth5 p, .mnth6 p, 
.mnth7 p, .mnth8 p, .mnth9 p, .mnth10 p {
  font-size: 0.8em;
  color: #8B5A2B;
  margin-bottom: 0.4em;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.8px;
}

.mnth1 h6, .mnth2 h6, .mnth3 h6, .mnth4 h6, .mnth5 h6, .mnth6 h6,
.mnth7 h6, .mnth8 h6, .mnth9 h6, .mnth10 h6 {
  font-size: 1.6em;
  color: #D2691E;
  font-weight: 800;
  margin: 0;
  text-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

/* Content Cards */
.crn1, .crn2, .crn3, .crn4, .crn5, .crn6, .crn7, .crn8, .crn9, .crn10 {
  position: absolute !important;
  top: 0 !important;
  width: 300px !important;
  padding: 2em !important;
  background: linear-gradient(135deg, #ffffff, #f8f9fa) !important;
  border-radius: 20px !important;
  box-shadow: 0 8px 32px rgba(0,0,0,0.12) !important;
  border-left: 5px solid #4A90E2 !important;
  margin-top: 0.5em !important;
  transition: all 0.4s ease !important;
  backdrop-filter: blur(10px) !important;
  display: block !important;
  visibility: visible !important;
}

/* Alternate content positions */
.chrono-bottom ul li:nth-child(odd) .crn1,
.chrono-bottom ul li:nth-child(odd) .crn2,
.chrono-bottom ul li:nth-child(odd) .crn3,
.chrono-bottom ul li:nth-child(odd) .crn4,
.chrono-bottom ul li:nth-child(odd) .crn5,
.chrono-bottom ul li:nth-child(odd) .crn6,
.chrono-bottom ul li:nth-child(odd) .crn7,
.chrono-bottom ul li:nth-child(odd) .crn8,
.chrono-bottom ul li:nth-child(odd) .crn9,
.chrono-bottom ul li:nth-child(odd) .crn10 {
  left: calc(50% - 350px) !important;
}

.chrono-bottom ul li:nth-child(even) .crn1,
.chrono-bottom ul li:nth-child(even) .crn2,
.chrono-bottom ul li:nth-child(even) .crn3,
.chrono-bottom ul li:nth-child(even) .crn4,
.chrono-bottom ul li:nth-child(even) .crn5,
.chrono-bottom ul li:nth-child(even) .crn6,
.chrono-bottom ul li:nth-child(even) .crn7,
.chrono-bottom ul li:nth-child(even) .crn8,
.chrono-bottom ul li:nth-child(even) .crn9,
.chrono-bottom ul li:nth-child(even) .crn10 {
  left: calc(50% + 50px) !important;
}

.crn1:hover, .crn2:hover, .crn3:hover, .crn4:hover, .crn5:hover, .crn6:hover,
.crn7:hover, .crn8:hover, .crn9:hover, .crn10:hover {
  transform: translateY(-8px);
  box-shadow: 0 16px 40px rgba(74, 144, 226, 0.2);
}

.crn1 p, .crn2 p, .crn3 p, .crn4 p, .crn5 p, .crn6 p,
.crn7 p, .crn8 p, .crn9 p, .crn10 p {
  font-size: 1.1em;
  color: #2c3e50;
  line-height: 1.7;
  margin: 0;
  font-weight: 500;
}

.crn1 img, .crn2 img, .crn3 img, .crn4 img, .crn5 img, .crn6 img,
.crn7 img, .crn8 img, .crn9 img, .crn10 img {
  position: absolute;
  right: -12px;
  top: 50%;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  opacity: 0.6;
  transition: all 0.3s ease;
}

.crn1:hover img, .crn2:hover img, .crn3:hover img, .crn4:hover img, 
.crn5:hover img, .crn6:hover img, .crn7:hover img, .crn8:hover img, 
.crn9:hover img, .crn10:hover img {
  opacity: 1;
  transform: translateY(-50%) scale(1.2);
}

/* ===== 強制時間軸樣式修復 - 最高優先級 ===== */
.chrono {
  padding: 4em 0px 5em 0px !important;
  background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%) !important;
  position: relative !important;
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  height: auto !important;
  min-height: 600px !important;
}

.chrono::before {
  content: '' !important;
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  height: 1px !important;
  background: linear-gradient(90deg, transparent, #4A90E2, transparent) !important;
  z-index: 1 !important;
}

.chrono-main {
  position: relative !important;
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}

.chrono-main h3 {
  font-size: 2.8em !important;
  color: #2c3e50 !important;
  text-align: center !important;
  margin-bottom: 3em !important;
  font-weight: 700 !important;
  text-shadow: 0 2px 4px rgba(0,0,0,0.1) !important;
  position: relative !important;
  display: block !important;
  visibility: visible !important;
}

.chrono-main h3::after {
  content: '' !important;
  position: absolute !important;
  bottom: -15px !important;
  left: 50% !important;
  transform: translateX(-50%) !important;
  width: 80px !important;
  height: 4px !important;
  background: linear-gradient(90deg, #4A90E2, #357ABD) !important;
  border-radius: 2px !important;
}

.chrono-bottom {
  position: relative !important;
  max-width: 1200px !important;
  margin: 0 auto !important;
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  height: auto !important;
  min-height: 400px !important;
}

.chrono-bottom ul {
  list-style: none !important;
  padding: 0 !important;
  margin: 0 !important;
  position: relative !important;
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  height: auto !important;
  min-height: 400px !important;
}

/* Central Timeline Line */
.chrono-bottom ul::before {
  content: '' !important;
  position: absolute !important;
  left: 50% !important;
  top: 0 !important;
  bottom: 0 !important;
  width: 4px !important;
  background: linear-gradient(to bottom, #4A90E2, #357ABD, #2E5BBA) !important;
  transform: translateX(-50%) !important;
  border-radius: 2px !important;
  box-shadow: 0 0 20px rgba(74, 144, 226, 0.3) !important;
  z-index: 1 !important;
}

.chrono-bottom ul li {
  position: relative !important;
  margin-bottom: 4em !important;
  opacity: 1 !important;
  animation: none !important;
  display: block !important;
  visibility: visible !important;
  height: auto !important;
  min-height: 80px !important;
  width: 100% !important;
}

/* Timeline Node - Hidden */
.chrono-bottom ul li span {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
  width: 0 !important;
  height: 0 !important;
  overflow: hidden !important;
}

/* Timeline Cards */
.mnth1, .mnth2, .mnth3, .mnth4, .mnth5, .mnth6, .mnth7, .mnth8, .mnth9, .mnth10 {
  position: absolute !important;
  top: 0 !important;
  width: 120px !important;
  text-align: center !important;
  background: linear-gradient(135deg, #ffffff, #f8f9fa) !important;
  padding: 1.2em 1em !important;
  border-radius: 16px !important;
  box-shadow: 0 4px 20px rgba(0,0,0,0.1) !important;
  border: 1px solid rgba(255,255,255,0.8) !important;
  backdrop-filter: blur(10px) !important;
  transition: all 0.4s ease !important;
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  z-index: 2 !important;
  height: auto !important;
  min-height: 60px !important;
}

/* Alternate card positions */
.chrono-bottom ul li:nth-child(odd) .mnth1,
.chrono-bottom ul li:nth-child(odd) .mnth2,
.chrono-bottom ul li:nth-child(odd) .mnth3,
.chrono-bottom ul li:nth-child(odd) .mnth4,
.chrono-bottom ul li:nth-child(odd) .mnth5,
.chrono-bottom ul li:nth-child(odd) .mnth6,
.chrono-bottom ul li:nth-child(odd) .mnth7,
.chrono-bottom ul li:nth-child(odd) .mnth8,
.chrono-bottom ul li:nth-child(odd) .mnth9,
.chrono-bottom ul li:nth-child(odd) .mnth10 {
  left: calc(50% - 200px) !important;
}

.chrono-bottom ul li:nth-child(even) .mnth1,
.chrono-bottom ul li:nth-child(even) .mnth2,
.chrono-bottom ul li:nth-child(even) .mnth3,
.chrono-bottom ul li:nth-child(even) .mnth4,
.chrono-bottom ul li:nth-child(even) .mnth5,
.chrono-bottom ul li:nth-child(even) .mnth6,
.chrono-bottom ul li:nth-child(even) .mnth7,
.chrono-bottom ul li:nth-child(even) .mnth8,
.chrono-bottom ul li:nth-child(even) .mnth9,
.chrono-bottom ul li:nth-child(even) .mnth10 {
  left: calc(50% + 80px) !important;
}

.mnth1:hover, .mnth2:hover, .mnth3:hover, .mnth4:hover, .mnth5:hover, .mnth6:hover,
.mnth7:hover, .mnth8:hover, .mnth9:hover, .mnth10:hover {
  transform: translateY(-5px) !important;
  box-shadow: 0 8px 30px rgba(74, 144, 226, 0.2) !important;
}

.mnth1 p, .mnth2 p, .mnth3 p, .mnth4 p, .mnth5 p, .mnth6 p,
.mnth7 p, .mnth8 p, .mnth9 p, .mnth10 p {
  font-size: 1.1em !important;
  color: #8B5A2B !important;
  margin-bottom: 0.5em !important;
  font-weight: 600 !important;
  text-transform: uppercase !important;
  letter-spacing: 1px !important;
}

.mnth1 h6, .mnth2 h6, .mnth3 h6, .mnth4 h6, .mnth5 h6, .mnth6 h6,
.mnth7 h6, .mnth8 h6, .mnth9 h6, .mnth10 h6 {
  font-size: 1.4em !important;
  color: #D2691E !important;
  font-weight: 800 !important;
  margin: 0 !important;
  text-shadow: 0 2px 4px rgba(0,0,0,0.1) !important;
}

/* Content Cards */
.crn1, .crn2, .crn3, .crn4, .crn5, .crn6, .crn7, .crn8, .crn9, .crn10 {
  position: absolute !important;
  top: 0 !important;
  width: 300px !important;
  padding: 2em !important;
  background: linear-gradient(135deg, #ffffff, #f8f9fa) !important;
  border-radius: 20px !important;
  box-shadow: 0 8px 32px rgba(0,0,0,0.12) !important;
  border-left: 5px solid #4A90E2 !important;
  margin-top: 0.5em !important;
  transition: all 0.4s ease !important;
  backdrop-filter: blur(10px) !important;
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  z-index: 2 !important;
  height: auto !important;
  min-height: 80px !important;
}

/* Alternate content positions */
.chrono-bottom ul li:nth-child(odd) .crn1,
.chrono-bottom ul li:nth-child(odd) .crn2,
.chrono-bottom ul li:nth-child(odd) .crn3,
.chrono-bottom ul li:nth-child(odd) .crn4,
.chrono-bottom ul li:nth-child(odd) .crn5,
.chrono-bottom ul li:nth-child(odd) .crn6,
.chrono-bottom ul li:nth-child(odd) .crn7,
.chrono-bottom ul li:nth-child(odd) .crn8,
.chrono-bottom ul li:nth-child(odd) .crn9,
.chrono-bottom ul li:nth-child(odd) .crn10 {
  left: calc(50% - 350px) !important;
}

.chrono-bottom ul li:nth-child(even) .crn1,
.chrono-bottom ul li:nth-child(even) .crn2,
.chrono-bottom ul li:nth-child(even) .crn3,
.chrono-bottom ul li:nth-child(even) .crn4,
.chrono-bottom ul li:nth-child(even) .crn5,
.chrono-bottom ul li:nth-child(even) .crn6,
.chrono-bottom ul li:nth-child(even) .crn7,
.chrono-bottom ul li:nth-child(even) .crn8,
.chrono-bottom ul li:nth-child(even) .crn9,
.chrono-bottom ul li:nth-child(even) .crn10 {
  left: calc(50% + 50px) !important;
}

.crn1:hover, .crn2:hover, .crn3:hover, .crn4:hover, .crn5:hover, .crn6:hover,
.crn7:hover, .crn8:hover, .crn9:hover, .crn10:hover {
  transform: translateY(-8px) !important;
  box-shadow: 0 16px 40px rgba(74, 144, 226, 0.2) !important;
}

.crn1 p, .crn2 p, .crn3 p, .crn4 p, .crn5 p, .crn6 p,
.crn7 p, .crn8 p, .crn9 p, .crn10 p {
  font-size: 1.1em !important;
  color: #2c3e50 !important;
  line-height: 1.6 !important;
  margin: 0 !important;
  font-weight: 500 !important;
}

.crn1 img, .crn2 img, .crn3 img, .crn4 img, .crn5 img, .crn6 img,
.crn7 img, .crn8 img, .crn9 img, .crn10 img {
  position: absolute !important;
  right: -12px !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
  width: 24px !important;
  height: 24px !important;
  opacity: 0.6 !important;
  transition: all 0.3s ease !important;
}

.crn1:hover img, .crn2:hover img, .crn3:hover img, .crn4:hover img, .crn5:hover img, .crn6:hover img,
.crn7:hover img, .crn8:hover img, .crn9:hover img, .crn10:hover img {
  opacity: 1 !important;
  transform: translateY(-50%) scale(1.2) !important;
}

/* ===== 強制時間軸樣式修復結束 ===== */

/* Animation Keyframes */
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(40px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Responsive Design for Modern Timeline */
@media (max-width: 1200px) {
  .chrono-bottom ul::before {
    left: 60px;
  }
  
  .chrono-bottom ul li span {
    display: none;
  }
  
  .mnth1, .mnth2, .mnth3, .mnth4, .mnth5, .mnth6, .mnth7, .mnth8, .mnth9, .mnth10 {
    left: 0 !important;
    width: 100px;
  }
  
  .crn1, .crn2, .crn3, .crn4, .crn5, .crn6, .crn7, .crn8, .crn9, .crn10 {
    left: 120px !important;
    width: calc(100% - 140px);
  }
}

@media (max-width: 768px) {
  .chrono {
    padding: 3em 0px 4em 0px;
  }
  
  .chrono-main h3 {
    font-size: 2.2em;
  }
  
  .chrono-bottom ul::before {
    left: 40px;
  }
  
  .chrono-bottom ul li {
    margin-bottom: 3em;
  }
  
  .chrono-bottom ul li span {
    display: none;
  }
  
  .mnth1, .mnth2, .mnth3, .mnth4, .mnth5, .mnth6, .mnth7, .mnth8, .mnth9, .mnth10 {
    width: 80px;
    padding: 1em 0.8em;
  }
  
  .mnth1 p, .mnth2 p, .mnth3 p, .mnth4 p, .mnth5 p, .mnth6 p, 
  .mnth7 p, .mnth8 p, .mnth9 p, .mnth10 p {
    font-size: 0.7em;
  }
  
  .mnth1 h6, .mnth2 h6, .mnth3 h6, .mnth4 h6, .mnth5 h6, .mnth6 h6,
  .mnth7 h6, .mnth8 h6, .mnth9 h6, .mnth10 h6 {
    font-size: 1.3em;
  }
  
  .crn1, .crn2, .crn3, .crn4, .crn5, .crn6, .crn7, .crn8, .crn9, .crn10 {
    left: 100px !important;
    width: calc(100% - 120px);
    padding: 1.5em;
  }
  
  .crn1 p, .crn2 p, .crn3 p, .crn4 p, .crn5 p, .crn6 p,
  .crn7 p, .crn8 p, .crn9 p, .crn10 p {
    font-size: 1em;
  }
}

@media (max-width: 480px) {
  .chrono-main h3 {
    font-size: 1.8em;
  }
  
  .chrono-bottom ul::before {
    left: 30px;
  }
  
  .chrono-bottom ul li span {
    display: none;
  }
  
  .mnth1, .mnth2, .mnth3, .mnth4, .mnth5, .mnth6, .mnth7, .mnth8, .mnth9, .mnth10 {
    width: 60px;
    padding: 0.8em 0.6em;
  }
  
  .mnth1 p, .mnth2 p, .mnth3 p, .mnth4 p, .mnth5 p, .mnth6 p, 
  .mnth7 p, .mnth8 p, .mnth9 p, .mnth10 p {
    font-size: 0.6em;
  }
  
  .mnth1 h6, .mnth2 h6, .mnth3 h6, .mnth4 h6, .mnth5 h6, .mnth6 h6,
  .mnth7 h6, .mnth8 h6, .mnth9 h6, .mnth10 h6 {
    font-size: 1.1em;
  }
  
  .crn1, .crn2, .crn3, .crn4, .crn5, .crn6, .crn7, .crn8, .crn9, .crn10 {
    left: 80px !important;
    width: calc(100% - 100px);
    padding: 1.2em;
  }
  
  .crn1 p, .crn2 p, .crn3 p, .crn4 p, .crn5 p, .crn6 p,
  .crn7 p, .crn8 p, .crn9 p, .crn10 p {
    font-size: 0.9em;
  }
}

/* Organization Chart Styles */
.organization {
  padding: 3em 0px 4em 0px;
  background: #f9f9f9;
}

.organization-top {
  text-align: center;
  margin-bottom: 3em;
}

.organization-top h3 {
  color: #282828;
  font-size: 2.35em;
  font-weight: 400;
  margin: 0;
  letter-spacing: 2px;
  text-transform: uppercase;
  text-align: center;
}

.organization-top h3::after {
  display: none;
}

.org-chart {
  text-align: center;
  margin-bottom: 3em;
}

.org-chart img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0,0,0,0.1);
}

.org-description {
  margin-top: 2em;
}

.org-left, .org-right {
  padding: 0 15px;
}

.org-left h4, .org-right h4 {
  font-size: 1.4em;
  color: #4A90E2;
  margin-bottom: 1em;
  font-weight: 600;
}

.org-left ul, .org-right ul {
  list-style: none;
  padding: 0;
}

.org-left li, .org-right li {
  margin-bottom: 0.8em;
  font-size: 1em;
  color: #414141;
  line-height: 1.5;
}

.org-left li strong, .org-right li strong {
  color: #282828;
  font-weight: 600;
}

/* Responsive Design for Organization Chart */
@media (max-width: 768px) {
  .organization {
    padding: 2em 0px 3em 0px;
  }
  
  .organization-top h3 {
    font-size: 2em;
  }
  
  .organization-top p {
    font-size: 1em;
  }
  
  .org-description {
    margin-top: 1.5em;
  }
  
  .org-left, .org-right {
    margin-bottom: 2em;
  }
}

@media (max-width: 480px) {
  .organization-top h3 {
    font-size: 1.8em;
  }
  
  .org-left h4, .org-right h4 {
    font-size: 1.2em;
  }
  
  .org-left li, .org-right li {
    font-size: 0.9em;
  }
}

/* Mission and Vision Styles - Card Design */
.mission {
  padding: 4em 0px 5em 0px;
  background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
  position: relative;
}

.mission::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, #4A90E2, transparent);
}

.mission-top {
  text-align: center;
  margin-bottom: 3em;
}

.mission-top h3 {
  color: #282828;
  font-size: 2.35em;
  font-weight: 400;
  margin: 0;
  letter-spacing: 2px;
  text-transform: uppercase;
  text-align: center;
}

.mission-top h3::after {
  display: none;
}

.mission-bottom {
  margin-top: 2em;
}

.mission-left {
  padding: 0 15px;
  margin-bottom: 2em;
}

.mission-card {
  background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%);
  border-radius: 20px;
  padding: 3em 2em;
  text-align: center;
  box-shadow: 0 8px 32px rgba(0,0,0,0.1);
  border: 1px solid rgba(255,255,255,0.2);
  transition: all 0.4s ease;
  position: relative;
  overflow: hidden;
  backdrop-filter: blur(10px);
  margin-bottom: 2em;
}

.mission-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, #4A90E2, #357ABD, #2E5BBA);
}

.mission-card::after {
  content: '';
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: radial-gradient(circle, rgba(74, 144, 226, 0.05) 0%, transparent 70%);
  opacity: 0;
  transition: all 0.6s ease;
  pointer-events: none;
}

.mission-card:hover {
  transform: translateY(-10px) scale(1.02);
  box-shadow: 0 20px 40px rgba(74, 144, 226, 0.2);
}

.mission-card:hover::after {
  opacity: 1;
  transform: scale(1.1);
}

.mission-icon {
  width: 100px;
  height: 100px;
  background: linear-gradient(135deg, #4A90E2, #357ABD);
  border-radius: 50%;
  margin: 0 auto 2em;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.4s ease;
  position: relative;
  box-shadow: 0 8px 24px rgba(74, 144, 226, 0.3);
  z-index: 2;
}

.mission-icon::before {
  content: '';
  position: absolute;
  top: -4px;
  left: -4px;
  right: -4px;
  bottom: -4px;
  background: linear-gradient(135deg, #4A90E2, #357ABD);
  border-radius: 50%;
  z-index: -1;
  opacity: 0;
  transition: all 0.4s ease;
}

.mission-icon::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 120px;
  height: 120px;
  background: radial-gradient(circle, rgba(74, 144, 226, 0.1) 0%, transparent 70%);
  border-radius: 50%;
  opacity: 0;
  transition: all 0.4s ease;
  z-index: -2;
}

.mission-card:hover .mission-icon {
  transform: scale(1.1) rotate(5deg);
}

.mission-card:hover .mission-icon::before {
  opacity: 0.3;
  transform: scale(1.2);
}

.mission-card:hover .mission-icon::after {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1.2);
}

.mission-icon i {
  font-size: 2.5em;
  color: #fff;
  text-shadow: 0 2px 4px rgba(0,0,0,0.2);
}

.mission-card h4 {
  font-size: 1.6em;
  color: #2c3e50;
  margin-bottom: 1.5em;
  font-weight: 700;
  position: relative;
  transition: all 0.3s ease;
}

.mission-card h4::after {
  content: '';
  position: absolute;
  bottom: -8px;
  left: 50%;
  transform: translateX(-50%);
  width: 40px;
  height: 2px;
  background: linear-gradient(90deg, #4A90E2, #357ABD);
  border-radius: 1px;
  transition: all 0.3s ease;
}

.mission-card:hover h4 {
  color: #4A90E2;
  transform: translateY(-2px);
}

.mission-card:hover h4::after {
  width: 60px;
  height: 3px;
  background: linear-gradient(90deg, #4A90E2, #357ABD, #2E5BBA);
}

.mission-card p {
  font-size: 1.05em;
  color: #5a6c7d;
  line-height: 1.8;
  margin: 0;
  font-weight: 500;
  transition: all 0.3s ease;
}

.mission-card:hover p {
  color: #2c3e50;
  transform: translateY(-2px);
}

/* Card Animation Effects */
.mission-card:nth-child(1) {
  animation: slideInUp 0.6s ease 0.1s both;
}

.mission-card:nth-child(2) {
  animation: slideInUp 0.6s ease 0.2s both;
}

.mission-card:nth-child(3) {
  animation: slideInUp 0.6s ease 0.3s both;
}

/* 添加脈衝效果 */
@keyframes pulse {
  0% {
    box-shadow: 0 8px 32px rgba(0,0,0,0.1);
  }
  50% {
    box-shadow: 0 8px 32px rgba(74, 144, 226, 0.2);
  }
  100% {
    box-shadow: 0 8px 32px rgba(0,0,0,0.1);
  }
}

.mission-card {
  animation: pulse 3s ease-in-out infinite;
}

.mission-card:hover {
  animation: none;
}

@keyframes slideInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Responsive Design for Mission Cards */
@media (max-width: 768px) {
  .mission {
    padding: 3em 0px 4em 0px;
  }
  
  .mission-top h3 {
    font-size: 2.2em;
  }
  
  .mission-card {
    padding: 2.5em 1.5em;
    margin-bottom: 2em;
  }
  
  .mission-icon {
    width: 80px;
    height: 80px;
  }
  
  .mission-icon i {
    font-size: 2em;
  }
  
  .mission-card h4 {
    font-size: 1.4em;
  }
  
  .mission-card p {
    font-size: 1em;
  }
}

@media (max-width: 480px) {
  .mission-top h3 {
    font-size: 2em;
  }
  
  .mission-card {
    padding: 2em 1em;
  }
  
  .mission-icon {
    width: 70px;
    height: 70px;
  }
  
  .mission-icon i {
    font-size: 1.8em;
  }
  
  .mission-card h4 {
    font-size: 1.3em;
  }
  
  .mission-card p {
    font-size: 0.95em;
  }
}

/* Equipment and Capabilities Styles */
.equipment {
  padding: 3em 0px 4em 0px;
  background: #f9f9f9;
}

.equipment-top {
  text-align: center;
  margin-bottom: 3em;
}

.equipment-top h3 {
  font-size: 2.5em;
  color: #282828;
  margin-bottom: 1em;
  font-weight: 600;
}

.equipment-top p {
  font-size: 1.1em;
  color: #5e5e5e;
  max-width: 600px;
  margin: 0 auto;
  line-height: 1.6;
}

.equipment-main {
  margin-bottom: 2em;
}

.equipment-left {
  padding: 0 15px;
  margin-bottom: 2em;
}

.equipment-item {
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 4px 8px rgba(0,0,0,0.1);
  transition: all 0.3s ease;
}

.equipment-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 16px rgba(0,0,0,0.15);
}

.equipment-item img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}

.equipment-content {
  padding: 1.5em;
}

.equipment-content h4 {
  font-size: 1.3em;
  color: #4A90E2;
  margin-bottom: 1em;
  font-weight: 600;
}

.equipment-content p {
  font-size: 1em;
  color: #5e5e5e;
  line-height: 1.6;
  margin-bottom: 1em;
}

.equipment-features {
  display: flex;
  flex-direction: column;
  gap: 0.5em;
}

.equipment-features span {
  font-size: 0.9em;
  color: #666;
  padding-left: 0.5em;
}

.capabilities {
  padding: 3em 0px 4em 0px;
  background: #fff;
}

.capabilities-top {
  text-align: center;
  margin-bottom: 3em;
}

.capabilities-top h3 {
  font-size: 2.5em;
  color: #282828;
  margin-bottom: 1em;
  font-weight: 600;
}

.capabilities-top p {
  font-size: 1.1em;
  color: #5e5e5e;
  max-width: 600px;
  margin: 0 auto;
  line-height: 1.6;
}

.capabilities-main {
  margin-top: 2em;
}

.capabilities-left {
  padding: 0 15px;
  margin-bottom: 2em;
}

.capability-item {
  background: #f9f9f9;
  padding: 2em;
  border-radius: 8px;
  border-left: 4px solid #4A90E2;
}

.capability-item h4 {
  font-size: 1.4em;
  color: #282828;
  margin-bottom: 1.5em;
  font-weight: 600;
}

.capability-item ul {
  list-style: none;
  padding: 0;
}

.capability-item li {
  font-size: 1em;
  color: #5e5e5e;
  line-height: 1.8;
  margin-bottom: 0.5em;
}

/* Responsive Design for Equipment */
@media (max-width: 768px) {
  .equipment, .capabilities {
    padding: 2em 0px 3em 0px;
  }
  
  .equipment-top h3, .capabilities-top h3 {
    font-size: 2em;
  }
  
  .equipment-top p, .capabilities-top p {
    font-size: 1em;
  }
  
  .equipment-content {
    padding: 1em;
  }
  
  .equipment-content h4 {
    font-size: 1.2em;
  }
  
  .capability-item {
    padding: 1.5em;
  }
}

@media (max-width: 480px) {
  .equipment-top h3, .capabilities-top h3 {
    font-size: 1.8em;
  }
  
  .equipment-content h4, .capability-item h4 {
    font-size: 1.1em;
  }
  
  .equipment-content p, .capability-item li {
    font-size: 0.9em;
  }
}

/* Quality and Safety Styles */
.quality {
  padding: 3em 0px 4em 0px;
  background: #f9f9f9;
}

.quality-top {
  text-align: center;
  margin-bottom: 3em;
}

.quality-top h3 {
  font-size: 2.5em;
  color: #282828;
  margin-bottom: 1em;
  font-weight: 600;
}

.quality-top p {
  font-size: 1.1em;
  color: #5e5e5e;
  max-width: 600px;
  margin: 0 auto;
  line-height: 1.6;
}

.quality-main {
  margin-top: 2em;
}

.quality-left {
  padding: 0 15px;
  margin-bottom: 2em;
}

.quality-item {
  background: #fff;
  padding: 2em;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0,0,0,0.1);
}

.quality-item h4 {
  font-size: 1.4em;
  color: #4A90E2;
  margin-bottom: 1.5em;
  font-weight: 600;
}

.quality-process {
  display: flex;
  flex-direction: column;
  gap: 1.5em;
}

.process-step {
  display: flex;
  align-items: flex-start;
  gap: 1em;
}

.step-number {
  width: 40px;
  height: 40px;
  background: #4A90E2;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  font-size: 1.1em;
  flex-shrink: 0;
}

.step-content h5 {
  font-size: 1.1em;
  color: #282828;
  margin-bottom: 0.5em;
  font-weight: 600;
}

.step-content p {
  font-size: 1em;
  color: #5e5e5e;
  line-height: 1.6;
}

.certification-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5em;
}

.cert-item {
  text-align: center;
  padding: 1em;
  background: #f9f9f9;
  border-radius: 8px;
  border: 2px solid #e9e9e9;
  transition: all 0.3s ease;
}

.cert-item:hover {
  border-color: #4A90E2;
  transform: translateY(-2px);
}

.cert-item img {
  width: 60px;
  height: 60px;
  object-fit: contain;
  margin-bottom: 1em;
}

.cert-item h5 {
  font-size: 1em;
  color: #282828;
  margin-bottom: 0.5em;
  font-weight: 600;
}

.cert-item p {
  font-size: 0.9em;
  color: #666;
}

.safety {
  padding: 3em 0px 4em 0px;
  background: #fff;
}

.safety-top {
  text-align: center;
  margin-bottom: 3em;
}

.safety-top h3 {
  font-size: 2.5em;
  color: #282828;
  margin-bottom: 1em;
  font-weight: 600;
}

.safety-top p {
  font-size: 1.1em;
  color: #5e5e5e;
  max-width: 600px;
  margin: 0 auto;
  line-height: 1.6;
}

.safety-main {
  margin-top: 2em;
}

.safety-left {
  padding: 0 15px;
  margin-bottom: 2em;
}

.safety-item {
  background: #f9f9f9;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 4px 8px rgba(0,0,0,0.1);
  transition: all 0.3s ease;
}

.safety-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 16px rgba(0,0,0,0.15);
}

.safety-item img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}

.safety-item h4 {
  font-size: 1.3em;
  color: #4A90E2;
  margin: 1em 1em 0.5em;
  font-weight: 600;
}

.safety-item p {
  font-size: 1em;
  color: #5e5e5e;
  line-height: 1.6;
  margin: 0 1em 1em;
}

.safety-features {
  display: flex;
  flex-direction: column;
  gap: 0.5em;
  margin: 0 1em 1em;
}

.safety-features span {
  font-size: 0.9em;
  color: #666;
  padding-left: 0.5em;
}

.environmental {
  padding: 3em 0px 4em 0px;
  background: #f9f9f9;
}

.environmental-top {
  text-align: center;
  margin-bottom: 3em;
}

.environmental-top h3 {
  font-size: 2.5em;
  color: #282828;
  margin-bottom: 1em;
  font-weight: 600;
}

.environmental-top p {
  font-size: 1.1em;
  color: #5e5e5e;
  max-width: 600px;
  margin: 0 auto;
  line-height: 1.6;
}

.environmental-main {
  margin-top: 2em;
}

.environmental-left {
  padding: 0 15px;
  margin-bottom: 2em;
}

.environmental-item {
  background: #fff;
  padding: 2em;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0,0,0,0.1);
  border-left: 4px solid #4A90E2;
}

.environmental-item h4 {
  font-size: 1.4em;
  color: #282828;
  margin-bottom: 1.5em;
  font-weight: 600;
}

.environmental-item ul {
  list-style: none;
  padding: 0;
}

.environmental-item li {
  font-size: 1em;
  color: #5e5e5e;
  line-height: 1.8;
  margin-bottom: 0.5em;
}

/* Responsive Design for Quality and Safety */
@media (max-width: 768px) {
  .quality, .safety, .environmental {
    padding: 2em 0px 3em 0px;
  }
  
  .quality-top h3, .safety-top h3, .environmental-top h3 {
    font-size: 2em;
  }
  
  .quality-top p, .safety-top p, .environmental-top p {
    font-size: 1em;
  }
  
  .quality-item, .environmental-item {
    padding: 1.5em;
  }
  
  .certification-list {
    grid-template-columns: 1fr;
  }
  
  .process-step {
    flex-direction: column;
    text-align: center;
  }
  
  .step-number {
    margin: 0 auto;
  }
  #portfoliolist .portfolio {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  width: 32.66%;
  display: none;
  float: left;
  overflow: hidden;
  margin: 0 1% 1% 0;
  height: 100px;
  }
}

@media (max-width: 480px) {
  .quality-top h3, .safety-top h3, .environmental-top h3 {
    font-size: 1.8em;
  }
  
  .quality-item h4, .safety-item h4, .environmental-item h4 {
    font-size: 1.2em;
  }
  
  .quality-item p, .safety-item p, .environmental-item p, .environmental-item li {
    font-size: 0.9em;
  }
  
  .step-content h5 {
    font-size: 1em;
  }
  #portfoliolist .portfolio {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  width: 32.66%;
  display: none;
  float: left;
  overflow: hidden;
  margin: 0 1% 1% 0;
  height: 100px;
}
}
.stop-btm input[type="text"] {
  width: 95%;
  padding: 6px 14px;
  font-size: 12px;
}
.stop-btm textarea {
  height: 100px;
  width: 95%;
  padding: 6px 14px;
  font-size: 12px;
}
.stop-btm input[type=submit] {
  padding: 4px 15px;
  font-size: 12px;
}
.stop {
  padding: 1.5em 0px 1.5em 0px;
}
ul.tabs-menu {
  	left: 24%;
    width: 70%;
}
.tab-grids {
  	margin: 36.5% auto 0;
}
.tab-grid p {
  	margin: 1px auto 0;
}
.tb-one {
  	margin-top: 4px;
}
.tb-one input[type="text"] {
  	width: 90%;
}
.tb-one textarea {
  	height: 100px;
  	width: 90%;
}
.tb-one input[type="text"]:nth-child(1), 
.tb-one input[type="text"]:nth-child(3) {
  	margin-right: 0;
}
.tb-one input[type=submit] {
  	font-size: 11px;
}
.tabs-box {
  margin: 5px auto 0;
}
.carrer {
  padding: 1.5em 0px 1.5em 0px;
}
.bnr-left {
  padding-left: 0%;
}
.bnr-right {
  padding-right: 5% !important;
}
.banner-top {
  margin-top: 4.5em;
}
ul#filters {
  margin-top: 10px;
}
}
/*--media-quaries-starts-here--*/

/*-- TOP Button Styles --*/
#toTop {
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 50px;
    height: 50px;
    background: #4a90e2;
    color: #fff;
    text-align: center;
    line-height: 50px;
    text-decoration: none;
    border-radius: 50%;
    font-size: 16px;
    font-weight: bold;
    z-index: 1000;
    box-shadow: 0 2px 10px rgba(0,0,0,0.3);
    transition: all 0.3s ease;
    display: none;
}

#toTop:hover {
    background: #357abd;
    color: #fff;
    text-decoration: none;
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(0,0,0,0.4);
}

#toTopHover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.1);
    border-radius: 50%;
    opacity: 0;
}

@media (max-width: 768px) {
    #toTop {
        bottom: 15px;
        right: 15px;
        width: 45px;
        height: 45px;
        line-height: 45px;
        font-size: 12px;
    }
}