html, body{
    font-size: 100%;
	font-family: 'Open Sans', sans-serif;
	background:#ffffff;
	margin: 0;
}
p,ul li,ol li{
	margin:0;
	font-size:14px;
	letter-spacing: 1px;
}
h1,h2,h3,h4,h5,h6{
	font-family: 'Jura', sans-serif;
	text-transform:uppercase;
	margin:0;
}
ul,label{
	margin:0;
	padding:0;
}
body a:hover{
	text-decoration:none;
}
.tlinks{text-indent:-9999px;height:0;line-height:0;font-size:0;overflow:hidden;}
input[type="submit"],input[type="reset"],.w3ls_footer_grid_leftl,.w3ls_footer_grid_leftr h4,.w3l_footer_pos p a,.w3ls_footer_grid_leftr a,.w3layouts_header_right ul li a,.w3ls_social li a,.w3_team_grid1_pos,.w3_team_grid1_pos img{
	transition: .5s ease-in;
	-webkit-transition: .5s ease-in;
	-moz-transition: .5s ease-in;
	-o-transition: .5s ease-in;
	-ms-transition: .5s ease-in;
}
img {
    max-width: 100%;
    height: auto;
}
/*-- header --*/
.w3layouts_header_left{
	float:left;
}
.w3layouts_header_left p{
    color: #999;
    line-height: 1.8em;
    float: left;
    margin: 5px 42px 0 0;
}
.w3layouts_header_left a {
	 color: #999;
}
.w3layouts_header_right{
    float: right;
    position: relative;
    width: 23%;
}
.header {
	    padding: 0.6em 3em;
    background: #1d1d1d;
}
.w3layouts_header_right input[type="search"] {
       width: 65%;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    outline: none;
    border: none;
    background: #fff;
    color: #999;
    padding:8px 15px 8px 15px;
    font-size: 13px;
    float: left;
}
.w3layouts_header_right input[type="submit"] {
	     outline: none;
    border: none;
    background: #ff5000 url(../images/search.png)no-repeat 12px 5px;
    color: #fff;
    padding: 6px 0;
    width: 17%;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    -ms-transition: all 0.2s ease 0s;
}
/*-- nav --*/
.navbar-default {
    background: none;
    border: none;
}
.navbar {
    margin-bottom: 0;
}

.w3_navigation {
/*    border-top: 1px solid #999; */
    top: 0;
    width: 100%;
	background: #FFFFFF;
	
}
.navbar-nav {
    float: none;
    margin: 1em 0 1em 0;
}
.navbar-nav_painting {
    float: none;
    margin: 1em 0 1em 0;
}
.navbar-collapse {
    padding: 0;
}

.navbar-right {
    float: none !important;
    margin-right: 0;
}
.navbar-right_painting {
    float: none !important;
    margin-right: 0;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color:#fa3d03;
    background: none;
}
.navbar-default .navbar-nav_paingting > .active > a, .navbar-default .navbar-nav_paingting > .active > a:hover, .navbar-default .navbar-nav_paingting > .active > a:focus {
    color:#fa3d03;
    background: none;
}
.navbar-default .navbar-nav > li > a {
    color: #212121;
}
.navbar-default .navbar-nav_painting > li > a {
    color: #212121;
}
.navbar-nav > li > a {
      margin:1em 2em;
    padding: 0;
	line-height: 1em;
	font-weight: bold;
    text-transform: uppercase;
}
.navbar-nav_painting > li > a {
      margin:1em 1.8em;
    padding: 0;
	line-height: 1em;
	font-weight: bold;
    text-transform: uppercase;
}
.navbar-nav > li:nth-child(3) a {
        margin-right: 26em !important;
}
.navbar-nav_painting > li:nth-child(3) a {
        margin-right: 34em !important;
}
.navbar-nav > li:nth-child(6) a {
        margin-right:0px!important;
}
.navbar-nav_painting > li:nth-child(6) a {
        margin-right:0px!important;
}
.w3_navigation_pos {
       position: absolute;
    top: 15%;
    left: 35%;
    z-index: 999;
}

.w3_navigation_pos h1 a {
     font-size: 1em;
    color: #212121;
    text-decoration: none;
    border: 3px solid #ff5000;
    padding: 0.1em .4em;
    font-weight: 700;
    text-transform: uppercase;
    font-family: 'Jura', sans-serif;
}
.navbar-default .navbar-nav > li > a:hover{
    color: #fa3d03;
}
.navbar-default .navbar-nav_painting > li > a:hover{
    color: #fa3d03;
}
/* Effect 5: same word slide in */
.cl-effect-5 a {
	overflow: hidden;
	padding: 0 4px;
}

.cl-effect-5 a span {
	position: relative;
	display: inline-block;
	-webkit-transition: -webkit-transform 0.3s;
	-moz-transition: -moz-transform 0.3s;
	transition: transform 0.3s;
}

.cl-effect-5 a span::before {
	position: absolute;
	top: 100%;
	content: attr(data-hover);
	-webkit-transform: translate3d(0,0,0);
	-moz-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

.cl-effect-5 a:hover span,
.cl-effect-5 a:focus span {
	-webkit-transform: translateY(-100%);
	-moz-transform: translateY(-100%);
	transform: translateY(-100%);
}

/* Effect 5: same word slide in and border bottom */
/*-- //nav --*/
.fa-cog{
    -webkit-animation: fa-spin 3s infinite linear;
    animation: fa-spin 3s infinite linear;
}
/*-- //header --*/
/*-- banner --*/
.w3_navigation_pos h1 a i {
    font-size: .6em;
    color: #f83e03;
}
.slider-info {
    position: absolute;
    top: 40%;
    z-index: 998;
    left: 0px;
    width: 100%;
    height: 100%;
	text-align:center;
}
.slider-info h4 {
    font-size: 3em;
    color: #fff;
    letter-spacing: 5px;
    text-transform: uppercase;
    font-weight: 200;
}
.slider-info a {
	font-size:1em;
	padding:0.6em 2em;
	color:#fff;
	}
/* Shutter In Horizontal */
.hvr-shutter-in-horizontal {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  background: #2098d1;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hvr-shutter-in-horizontal:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #ff5000;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-shutter-in-horizontal:hover, .hvr-shutter-in-horizontal:focus, .hvr-shutter-in-horizontal:active {
  color: white;
}
.hvr-shutter-in-horizontal:hover:before, .hvr-shutter-in-horizontal:focus:before, .hvr-shutter-in-horizontal:active:before {
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
}
.slider-info p {
    font-size:1em;
    text-transform: uppercase;
    color: #fff;
    letter-spacing: 7px;
    margin: 2em 0;
}
/*--slider--*/
#slider2,
#slider4,
#slider3 {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  margin: 0 auto;
}
.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_container2 {  
  position: relative;
  float: left;
  width: 100%;
  margin-top:0;
}
.callbacks {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
}
.callbacks li {
  position: absolute;
  width: 100%;
}
.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);
       bottom: 24%;
    left: 0;
    z-index: 3;
    text-indent: -9999px;
    overflow: hidden;
    text-decoration: none;
    width:32px;
    height:32px;
    background: transparent url("../images/left.png") no-repeat left top;
}
 .callbacks_nav:hover{
  	opacity: 0.5;
  }
.callbacks_nav.next {
  left: auto;
   background: transparent url("../images/right.png") no-repeat right top;
       left: 51%;
 }
 .callbacks_nav.prev {
	right: auto;
	background-position:left top;
	left: 47%;
}
#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;
}
.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;
  border: 0;
  }
.callbacks_tabs{
       list-style: none;
    position: absolute;
    bottom: -39%;
    left: 42%;
    padding: 0;
    margin: 0;
    z-index: 990;
    display: block;
    text-align: center;
}
.slider-top span{
	font-weight:600;
}
.callbacks_tabs li{
       display: inline-block;
    margin: 0 7px;
}
/*----*/
.callbacks_tabs a{
 visibility: hidden;
}
.callbacks_tabs a:after {
    content: "\f111";
    font-size: 0;
    font-family: FontAwesome;
    visibility: visible;
    display: block;
    height: 12px;
    width: 12px;
    display: inline-block;
    background: #fff;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
}
.callbacks_here a:after{
	background: #f53753;
    border: 1px solid #f53753;
    height:1px;
    width:40px;
    border-radius: 0;
}

.aboutus_banner{
	width:100%;
}
.aboutus_banner img{
	width:100%;
}
/*-- //banner --*/
/*-- about --*/
.about,.services,.team-bottom,.mail{
	padding:5em 0;
	background:#212121;
}
.about2{
	padding:5em 0;
	background:#fff;	
}
.about3{
	padding:5em 0;
	background:#fff;
}
.about3 .w3l_head{
	font-size: 2.5em;
    font-weight: bold;
    color: #000;
	letter-spacing: 3px;
	text-align:left;
}
.about4{
	padding:5em 0;
	background:#F5F5F5;
}
.about4 .w3l_head{
	font-size: 2.5em;
    font-weight: bold;
    color: #000;
	letter-spacing: 3px;
	text-align:left;
}
.w3l_head{
	font-size: 2.5em;
    font-weight: bold;
    color: #fff;
	letter-spacing: 3px;
	text-align:left;
}
.w3l_head2{
    font-size: 2.5em;
    font-weight: bold;
    color: #fff;
	letter-spacing: 3px;
	text-align:right;
}
.w3ls_head_para{
	color:#ff5000;
	text-transform:uppercase;
	letter-spacing:8px;
	text-align: center;
	margin-top:1em;
	font-size:1em;
}

.agileits_about_right p{
	color:#999;
	line-height:2em;
	margin-bottom:3em;
}
.agileits_about_right p i{
	display:block;
	margin:2em 0 0;
}
.agileits_about_right {
    padding-left: 7em;
}
.agileits_about_right ul li{
	display: block;
    margin-bottom: 1em;
    color: #212121;
    line-height: 1.5em;
    text-transform: capitalize;
    font-family: 'Questrial', sans-serif;
    font-size: 1em;
	font-weight:600;
	letter-spacing:2px;
}
.agileits_about_right ul li i{
	color:#fa3d43;
	padding-right:1em;
}
.agileits_about_right ul li:last-child,.agileinfo_about_bottom_right_wthree ul li:last-child{
	margin-bottom:0;
}
.heading-agileinfo{
	font-size: 2.5em;
    font-weight: bold;
    color: #000;
	letter-spacing: 3px;
	padding-bottom: 2em;
}
/*-- //about --*/
/*-- about-bottom --*/
.agileits_banner_bottom_grid_l h4{
	text-transform:capitalize;
	font-size:1.8em;
	color:#fff;
	line-height:1.5em;
}
.agileits_banner_bottom_grid_l p{
	margin:1em 0 0;
	line-height:2em;
	color:#999;
}
.agileits_banner_bottom_grid_l p i{
	    display: block;
    margin-bottom: 1em;
    color: #ff5000;
    letter-spacing: 4px;
    font-weight: 400;
}
.agileits_banner_bottom_grids{
	margin:6em 0 0;
	float:left;
}
.agileits_banner_bottom_grids .title h4{
	color:#fff;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	line-height:3em;
}
.agileits_banner_bottom_grids .title h4:hover{
	letter-spacing: 6px;
}
.agileits_banner_bottom_grids .title img{
	width:20px;
	margin-right:5px;
}
.agileits_banner_btm_grid_r{
	position:relative;
}
.agileits_banner_btm_grid_r_pos{
	position:absolute;
	top: -23%;
    right: -18%;
}
.agileits_banner_bottom_grids2{
	margin:6em 0 0;
	float:left;
	width:100%;
}
.agileits_banner_bottom_grids2 .title{
    width:50%;
	float:right;
	color:#000;
}
.agileits_banner_btm_grid_r2{
    position:relative;
}
.agileits_banner_bottom_grids2 .title h4{
	text-transform:capitalize;
	font-size:1.8em;
	color:#000;
	line-height:1.5em;
	text-align: right;
}
.agileits_banner_bottom_grids2 .title p{
	margin:1em 0 0;
	line-height:2em;
	color:#1D1D1D;
	width:90%;
	float:right;
	font-size:1em;
}
.agileits_banner_bottom_grids2 .title p i{
    display: block;
    margin-bottom: 1em;
    color: #ff5000;
    letter-spacing: 4px;
    font-weight: 400;
}
.about_content{
	background:#3A3A3A;
	padding:1em 1em 1em 1em;
	margin-top:2em;
}
.about_content p{
	line-height:2em;
	color:#fff;
	font-size:1em;
}
/*-- //about-bottom --*/
/*-- services --*/
/*-- services --*/
.services{
	background:#fff;
	background-size:cover;
	-webkit-background-size: cover;
	-o-background-size: cover;
	-ms-background-size: cover;
	-moz-background-size: cover;
}
#services h3 {
    text-align: center;
    color: #000;

}
.services-agile-w3l,.services-gd {
    margin: 0 auto;
    text-align: center;
	width:25%;
}
.services-agile-w3l {
    margin-top: 2em;
	width:100%;
}
.hi-icon,.hi-icon:after{
	border-radius:0px;
}
.hi-icon:before {
    font-family: inherit;
}

a.hi-icon img {
    margin: 16px 0 0 4px;
}
.hi-icon-wrap {
    padding: 0;
}

.services-gd h4 {
	color: #2098d1;
    margin-top: 20px;
    font-size: 1.5em;
    letter-spacing: 2px;
    margin-bottom: 8px;
}
.services-gd p {
    color: #fff;
}
.hi-icon-wrap {
	text-align: center;
	margin-top: 0 auto;
	padding: 2em 0 1em;
}

.hi-icon {
	display: inline-block;
	font-size: 0px;
	cursor: pointer;
    margin: 0 auto;
	width: 150px;
	height: 150px;
	text-align: center;
	position: relative;
	z-index: 1;
	color: #000;
	    border-radius: 50%;
}

.hi-icon:after {
	pointer-events: none;
	position: absolute;
	width: 100%;
	height: 100%;
	content: '';
	-webkit-box-sizing: content-box; 
	-moz-box-sizing: content-box; 
	box-sizing: content-box;
}

.hi-icon:before {
	font-family: 'ecoicon';
	speak: none;
	font-size: 48px;
	line-height: 90px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	display: block;
	-webkit-font-smoothing: antialiased;
}

/* Effect 9 */
.hi-icon-effect-9 .hi-icon {
	-webkit-transition: box-shadow 0.2s;
	-moz-transition: box-shadow 0.2s;
	transition: box-shadow 0.2s;
}

.hi-icon-effect-9 .hi-icon:after {
	top: 0;
	left: 0;
	padding: 0;
	box-shadow: 0 0 0 3px #000;
	-webkit-transition: -webkit-transform 0.2s, opacity 0.2s;
	-moz-transition: -moz-transform 0.2s, opacity 0.2s;
	transition: transform 0.2s, opacity 0.2s;
	    border-radius: 50%;
}

/* Effect 9a */
.hi-icon-effect-9a .hi-icon:hover:after {
	-webkit-transform: scale(0.85);
	-moz-transform: scale(0.85);
	-ms-transform: scale(0.85);
	transform: scale(0.85);
	opacity: 0.5;
}

.hi-icon-effect-9a .hi-icon:hover {
	box-shadow: 0 0 0 6px #000;
	color: #000;
}
/*-- //services --*/
/*-- //services-bottom --*/
/*-- /news --*/
.projects{
	padding:5em 0 0 0;
	background:#000;
}
.projects2{
	padding:5em 0 0 0;
	background:#fff;
}
.projects2 h3{color:#000;}
.projects-info{
	text-align:center;
}
.projects-info p{
    color: #999999;
    font-size: .9em;
    margin: 1em auto 0;
    width: 40%;
}
.projects-grids {
  margin: 3em 0 0 0;
}
.projects .projects-grids{
	height:30em;
}
#owl-demo .item{
    text-align: center;
}
.projects-agile-grid-info{
    position: relative;
    overflow: hidden;
	height:40em;
	padding:2em;
	text-align: left;
}
.projects-agile-grid-info img{
	height:35em;
}
i.fa.fa-cutlery {
    color: #FFFFFF;
    font-size: 2em;
}
.projects-grid-caption h4 {
      color: #fff;
    font-size: 1.7em;
    font-weight: 700;
    margin: 7.2em 0 0.5em 0;
    text-transform: uppercase;
    background: hsla(192, 18%, 92%, 0.31);
    padding: 10px;
    letter-spacing: 6px;
}
.projects-grid-caption p {
    color: #fff;
    font-size: 0.95em;
    margin: 0;
    letter-spacing: 12px;
}
.projects-grid-caption {
    background: rgba(0, 0, 0, 0.61);
    padding: 8em 1em 1em 1em;
    position: absolute;
    left: 0;
    bottom: -135%;
    text-align: center;
    width: 100%;
     height: 617px;
    -webkit-transition: .5s all;
    transition: .5s all;
    -moz-transition: .5s all;
	border: 1px solid #999;
}
.projects-agile-grid-info:hover .projects-grid-caption{
    bottom: 0%;
}
/*-- //news --*/
/*-- gallery --*/
.w3l_gallery_grid li{
	display: inline-block;
    float: left;
    width: 32.33%;
    padding: 1%;
}
.box {
    position: relative;
    overflow: hidden;
}

.box img {
  position: absolute;
  left: 0;
  -webkit-transition: all 300ms ease-out;
  -moz-transition: all 300ms ease-out;
  -o-transition: all 300ms ease-out;
  -ms-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
}

.box .overbox {
	background-color: hsla(0, 0%, 11%, 0.6);
    position: absolute;
    top: 0;
    left: 0;
    color: #fff;
    z-index: 100;
    -webkit-transition: all 300ms ease-out;
    -moz-transition: all 300ms ease-out;
    -o-transition: all 300ms ease-out;
    -ms-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
    opacity: 0;
    width: 100%;
       padding: 7em 2em 2em;
}
.box,.box .overbox {
	height: 230px;
}
.box:hover .overbox { opacity: 1; }

.box .overtext {
  -webkit-transition: all 300ms ease-out;
  -moz-transition: all 300ms ease-out;
  -o-transition: all 300ms ease-out;
  -ms-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
  transform: translateY(40px);
  -webkit-transform: translateY(40px);
}

.box .title {
     font-size: 1.6em;
    text-transform: uppercase;
    opacity: 0;
    transition-delay: 0.1s;
    transition-duration: 0.2s;
    background: rgba(236, 81, 9, 0.72);
    text-align: center;
    padding: 10px;
}

.box:hover .title,
.box:focus .title {
  opacity: 1;
  transform: translateY(0px);
  -webkit-transform: translateY(0px);
}

.box .tagline {
	font-size: 13px;
    line-height:1.8em;
	opacity: 0;
	transition-delay: 0.2s;
	transition-duration: 0.2s;
}

.box:hover .tagline,
.box:focus .tagline {
  opacity: 1;
  transform: translateX(0px);
  -webkit-transform: translateX(0px);
}
ul#lightGallery {
    margin-top: 2em;
}
.modal-content  img{
	width:100%;
}
.modal-content h4 {
    color: #0099e5;
    text-align: center;
    font-size: 35px;
    margin-bottom: 15px;
}
.modal-content h5 {
    color: #000;
    padding: 20px 0 6px;
    font-size: 22px;
    margin-left: 0px;
}
.modal-content p {
    color: #676464;
    font-size: 14px;
    line-height: 28px;
    letter-spacing: 0.2px;
    word-spacing: 1px;
}
.modal-header {
    min-height: 16.42857143px;
    padding: 20px 30px;
}
 .modal-dialog {
    width: 600px;
    margin: 109px auto;
}

.agileits_about_left p {
    text-align: left;
}
.agileits_about_left2{
	width:100%;
}
.about_left2_head{
	float:right;
	margin-right:1em;
	color:#000;
	width:100%;
	font-size: 2.5em;
    font-weight: bold;
	letter-spacing: 3px;
	text-align: right;
}
.about_left2_head2{
	float:right;
	color:#000;
	width:100%;
	font-size: 2.5em;
    font-weight: bold;
	letter-spacing: 3px;
	text-align: right;
}
.about_left2_para{
	color:#ff5000;
	text-transform:uppercase;
	letter-spacing:8px;
	text-align: right;
	margin-top:1em;
	font-size:1em;
	width:100%;
	float:right;
}
/*-- mail --*/

.w3_mail_grids textarea{
	outline: none;
    padding: 10px;
    color: #212121;
    font-size: 14px;
    border: none;
    border-bottom:2px solid #f2f2f2;
    background: none;
    width: 97.3%;
    margin:0 0 3em 1.1em;
    min-height: 150px;
    resize: none;
	font-weight:600;
}
.w3_mail_grids textarea::-webkit-input-placeholder {
	color: #212121 !important;
}
.w3_mail_grids input[type="submit"]{
    outline: none;
    color: #fff;
    letter-spacing: 5px;
    font-size: 1em;
    border: none;
    text-transform: uppercase;
    width: 100%;
    font-weight: 600;
    background: #111;
    padding: 0.9em;
    margin-top: 2em;
}
.w3_mail_grids input[type="submit"]:hover{
 background:#fa3d03;
}
/*-- mail --*/
.input {
	position: relative;
	z-index: 1;
	display: inline-block;
	margin: 0;
	max-width: 100%;
	width: calc(100% - 0em);
	vertical-align: top;
}

.input__field {
	position: relative;
	display: block;
	float: right;
	padding: 0.8em;
	width: 60%;
	border: none;
	border-radius: 0;
	background: #f0f0f0;
	color: #aaa;=
	-webkit-appearance: none; /* for box shadows to show on iOS */
}

.input__field:focus {
	outline: none;
}

.input__label {
	display: inline-block;
    float: right;
    padding: 0 1em;
    width: 40%;
    color: #111;
    font-size: 14px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
	    font-weight: 600;
}

.input__label-content {
	position: relative;
	display: block;
	padding:1.3em 0;
	width: 100%;
}
/* Ichiro */
.input--ichiro {
	margin-top: 2em;
}

.input__field--ichiro {
	position: absolute;
    top: 4px;
    left: 4px;
    z-index: 100;
    display: block;
    padding: 0 1em;
    width: calc(100% - 8px);
    height: calc(100% - 8px);
    background: #fff;
    color: #212121;
    opacity: 0;
    -webkit-transform: scale3d(1, 0, 1);
    transform: scale3d(1, 0, 1);
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
    transition: opacity 0.3s, transform 0.3s;
}

.input__label--ichiro {
	width: 100%;
	text-align: left;
	cursor: text;
}

.input__label--ichiro::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #f5f5f5;
	-webkit-transform-origin: 50% 100%;
	transform-origin: 50% 100%;
	-webkit-transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
	border: 1px solid #e4e4e4;
}

.input__label-content--ichiro {
	-webkit-transform-origin: 0% 50%;
	transform-origin: 0% 50%;
	-webkit-transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
}

.input__field--ichiro:focus,
.input--filled .input__field--ichiro {
	opacity: 1;
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
}

.input__field--ichiro:focus + .input__label--ichiro,
.input--filled .input__label--ichiro {
	cursor: default;
	pointer-events: none;
}

.input__field--ichiro:focus + .input__label--ichiro::before,
.input--filled .input__label--ichiro::before {
	-webkit-transform: scale3d(1, 1.5, 1);
	transform: scale3d(1, 1.5, 1);
	border: none;
}

.input__field--ichiro:focus + .input__label--ichiro .input__label-content--ichiro,
.input--filled .input__label-content--ichiro {
	-webkit-transform: translate3d(0, -2.9em, 0) scale3d(0.8, 0.8, 1);
	transform:translate3d(0, -2.9em, 0) scale3d(0.8, 0.8, 1) translateZ(1px);
}
.w3_agile_mail_grid textarea {
    outline: none;
    width: 100%;
    background: #f5f5f5;
    color: #111;
    padding:1em;
    font-size: 14px;
    border: 1px solid #e4e4e4;
     min-height: 239px;
     font-weight: 600;
    margin: 2em 0 0;
}
.w3_agile_mail_grid textarea::-webkit-input-placeholder {
	color: #212121 !important;
}
/*-- //mail --*/
/*-- footer --*/
.w3l_footer{
	background: #000;
    padding: 3em 0 2em 5em;
	margin:0 auto;
}
.w3l_footer form{
	width: 45%;
    margin: 3em auto 0;
}

.w3ls_footer_grids p.agileits_w3layouts_est{
	color:#fff;
	line-height:2em;
	margin:2em auto 5em;
	width:65%;
	text-align:center;
}
.w3ls_footer_grid_leftl{
	float:left;
	width:55px;
	height:55px;
	border-radius:50px;
	text-align:center;
	background:#fa3d03;
}
.w3ls_footer_grid_leftl i{
	color: #fff;
    font-size: 1em;
    line-height: 3.4em;
}
.w3ls_footer_grid_leftr{
    float: right;
    width: 80%;
    text-align: left;
}
.w3ls_footer_grid_leftr h4{
	font-size: 1.2em;
    color: #fff;
    letter-spacing: 3px;
    margin-bottom: .5em;
}
.w3ls_footer_grid_leftr p{
	color:#999;
	line-height:1.5em;
}
.w3ls_footer_grid_leftr a{
	color:#999;
	text-decoration:none;
	font-size:14px;
}
.w3ls_footer_grid_leftr a:hover{
	color:#fa3d03;
}
.col-md-4-2dcode{
	float:left;
	
}
.col-md-4-2dcode img{
	height:8em;
	padding-right:2em;
}
.col-md-4-2dcode p{
	color:#ff5000;
	text-transform:uppercase;
	letter-spacing:8px;
	text-align: center;
	font-size:1em;
	width:1.5em;
	float:left;
}
.w3l_footer_pos{
	border-top:1px solid #9E9E9E;
	background: #000;
}
.w3l_footer_pos p{
	text-align:center;
	color:#fff;
	line-height:1.8em;
}
.w3l_footer_pos p a{
	color:#fa3d03;
	text-decoration:underline;
}
.w3l_footer_pos p a:hover{
	color:#fff;
}
.w3ls_footer_grid_left:hover .w3ls_footer_grid_leftl{
	background:#fff;
}
.w3ls_footer_grid_left:hover .w3ls_footer_grid_leftl i{
	color:#212121;
}
.w3ls_footer_grid_left:hover .w3ls_footer_grid_leftr h4{
	color:#fa3d43;
}
.w3ls_footer_grid_left {
    background: #2e2e2e;
    float: left;
    width: 25%;
    margin: 0 10px;
    padding: 30px 20px;
	height:8em;
}
/*-- //footer --*/
.map iframe{
	width:100%;
	min-height:350px;
	margin-top:2em;
	margin-bottom:-6px;
	border:none;
}
/*-- to-top --*/
#toTop {
	display: none;
	text-decoration: none;
	position: fixed;
	bottom: 20px;
	right: 2%;
	overflow: hidden;
	z-index: 999; 
	width: 32px;
	height: 32px;
	border: none;
	text-indent: 100%;
	background: url(../images/arrow.png) no-repeat 0px 0px;
}
#toTopHover {
	width: 32px;
	height: 32px;
	display: block;
	overflow: hidden;
	float: right;
	opacity: 0;
	-moz-opacity: 0;
	filter: alpha(opacity=0);
}
/*-- //to-top --*/

/*-- start-responsive-design --*/
@media (max-width:1440px){
	.slider-info {
		position: absolute;
		top: 35%;
	}
}
@media (max-width:1366px){
	.slider-info h4 {
		font-size: 2.8em;
	}
	.projects-grid-caption {
		padding: 8em 1em 1em 1em;
		position: absolute;
		left: 0;
		bottom: -146%;
	}
	.projects-grid-caption h4 {
		font-size: 1.4em;
		margin: 7.2em 0 0.5em 0;
	}
}
@media (max-width:1280px){
	.slider-info h4 {
		font-size: 2.5em;
	}
	.agileits_banner_btm_grid_r_pos {
		position: absolute;
		top: -23%;
		right: -9%;
	}
	.projects-grid-caption {
		padding: 14em 1em 1em 1em;
		position: absolute;
		left: 0;
		bottom: -156%;
	}
}
@media (max-width:1080px){
	.w3_navigation_pos {
		left:41%;
	}
	.agileits_about_right {
		padding-left: 4em;
	}
	.w3layouts_header_right {
		float: right;
		position: relative;
		width: 30%;
	}
	.slider-info p {
		font-size: 0.9em;
		letter-spacing: 6px;
		margin: 2em 0;
	}
	.slider-info h4 {
		font-size: 2.3em;
	}
	.slider-info {
		position: absolute;
		top: 28%;
	}
	.callbacks_nav.prev {
		right: auto;
		background-position: left top;
		left: 45%;
	}
	.navbar-nav > li > a {
		margin: 2em 1em;
		font-size: 0.9em;
	}
		.w3_navigation_pos h1 a {
       font-size: 0.9em;
	}
	.navbar-nav > li:nth-child(3) a {
		margin-right: 37.1em !important;
	}
	.w3_navigation_pos {
		left: 35%;
	}
	.agileits_banner_bottom_grid_l h4 {
       font-size: 1.6em;
	}
	.projects-grid-caption h4 {
		font-size: 1em;
		margin: 7.2em 0 0.5em 0;
	}
	.projects-grid-caption {
		padding: 19em 1em 1em 1em;
		position: absolute;
		left: 0;
		bottom: -179%;
	}
	.projects-grid-caption p {
		font-size: 0.85em;
		margin: 0;
		letter-spacing: 10px;
	}
	.w3ls_footer_grid_leftl {
		float: left;
		width: 43px;
		height: 43px;
	}
	.w3ls_footer_grid_leftl i {
		font-size: 1em;
		line-height: 2.7em;
	}
	.w3ls_footer_grid_leftr h4 {
		font-size: 1.1em;
		letter-spacing: 2px;
	}
	.box .overbox {
		padding: 6em 1em 2em;
	}
	.box, .box .overbox {
		height: 189px;
	}
}
@media (max-width: 1024px){
	.w3_navigation_pos {
		left:41%;
	}
	.agileits_about_right {
		padding-left: 4em;
	}
	.w3layouts_header_right {
		float: right;
		position: relative;
		width: 36%;
	}
	.slider-info p {
		font-size: 0.9em;
		letter-spacing: 6px;
		margin: 2em 0;
	}
	.slider-info h4 {
		font-size: 2.3em;
	}
	.slider-info {
		position: absolute;
		top: 28%;
	}
	.callbacks_nav.prev {
		right: auto;
		background-position: left top;
		left: 45%;
	}
	.navbar-nav > li > a {
		margin: 2em 1em;
		font-size: 0.9em;
	}
		.w3_navigation_pos h1 a {
       font-size: 0.9em;
	}
	.navbar-nav > li:nth-child(3) a {
		margin-right: 37.1em !important;
	}
	.w3_navigation_pos {
		left: 35%;
	}
	.projects-grid-caption {
		padding: 19em 1em 1em 1em;
		position: absolute;
		left: 0;
		bottom: -190%;
	}
	.projects-grid-caption h4 {
		font-size: 0.9em;
		margin: 8.2em 0 0.5em 0;
	}
}	
@media (max-width: 991px){
	.w3_navigation_pos h1 a {
		font-size: 0.7em;
	}
	.navbar-nav > li:nth-child(3) a {
		margin-right: 26em !important;
	}
	.navbar-nav > li > a {
	   margin: 2em 0.5em;
	}
	.w3_navigation_pos {
		top: 28%;
		left: 38.5%;
	}
	.navbar-nav > li > a {
		padding: 0;
		line-height: 0.8em;
	}
	.w3_navigation_pos {
		top: 28%;
		left: 33.5%;
	}
	.w3layouts_header_right {
		float: right;
		position: relative;
		width: 36%;
	}
	.callbacks_nav.prev {
		right: auto;
		background-position: left top;
		left: 45%;
	}
	.agileits_banner_bottom_grids {
		margin: 1em 0 0;
	}

	.agileits_banner_btm_grid_r_pos {
		position: absolute;
		top: -23%;
		right: 0%;
	}
	.services-gd.text-center {
		float: left;
		width: 25%;
	}
	.w3l_head {
			font-size: 2.3em;
	}
	
	.box .title {
		font-size: 1.2em;
	}
	.box, .box .overbox {
		height: 146px;
	}
	.box .overbox {
		padding: 4em 1em 2em;
	}
	.projects-grid-caption {
		padding: 21em 1em 1em 1em;
		position: absolute;
		left: 0;
		bottom: -248%;
	}
	.projects-grid-caption h4 {
		font-size: 0.9em;
		margin: 9.2em 0 0.5em 0;
	}
	.projects-grid-caption p {
		font-size: 0.8em;
		margin: 0;
		letter-spacing: 7px;
	}
	.w3ls_footer_grid_left {
		float: left;
		width: 100%;
		margin: 0 0px;
		padding: 20px 30px;
		margin-bottom: 10px;
	}
	.w3ls_footer_grid_leftr {
		float: right;
		width: 75%;
		text-align: left;
	}
	.w3l_footer {
		padding: 4em 0 3em 0;
	}
	.about, .services, .team-bottom, .mail {
		padding: 3em 0;
	}
	.w3l_footer_pos {
		margin-top: 2em;
	}
	.w3ls_banner_bottom_right {
		width: 55%;
		margin: 2em auto 0;
		border-top: 15px solid #ec9114;
		padding: 0;
	}
	
}
@media (max-width: 800px){
	.w3_navigation_pos {
		left:38.5%;
	}
	.navbar-nav > li:nth-child(3) a {
		margin-right: 26em !important;
	}
	.w3_navigation_pos h1 a {
		font-size: .75em;
	}
	.w3_navigation_pos {
		left: 34%;
	}
	.navbar-nav {
		float: none;
		margin: 0em 0 0em 0;
	}
	.w3_navigation_pos {
		top: 12%;
		left: 33.5%;
	}
	.w3layouts_header_left p {
		float: left;
		margin: 5px 19px 0 0;
		font-size: 13px;
	}
	.header {
		padding: 0.6em 1em;
	}
	.slider-info h4 {
		font-size: 1.8em;
	}
	.slider-info a {
		font-size: 0.9em;
		padding: 0.6em 1.5em;
	}
	.slider-info p {
		font-size: 0.85em;
		letter-spacing: 5px;
		margin: 1em 0 1.5em 0;
	}
	.projects-grid-caption h4 {
		font-size: 0.9em;
		margin: 9.2em 0 0.5em 0;
		padding: 8px;
		letter-spacing: 2px;
	}
	.projects-grid-caption p {
		font-size: 0.8em;
		margin: 0;
		letter-spacing: 3px;
	}
	.services-gd h4 {
		margin-top: 20px;
		font-size: 1.3em;
	}
	.callbacks_nav {
		position: absolute;
		bottom: 21%;
	}
	.w3layouts_header_right {
		float: right;
		position: relative;
		width: 40%;
	}
}
@media (max-width: 768px){
	.w3_navigation_pos h1 a {
		font-size: .75em;
	}
	.w3_navigation_pos {
		left: 34%;
	}
	.w3l_head {
		font-size: 2em;
	}
	.agileits_about_right {
		padding-left: 3em;
	}
	.agileinfo_about_bottom_right h2 {
		font-size: 1.7em;
	}
	.w3ls_head_para {
      letter-spacing: 5px;
	}
	.projects-grid-caption h4 {
		font-size: 1.1em;
		margin: 1.2em 0 0.5em 0;
		padding: 8px;
		letter-spacing: 2px;
	}
	.w3_agile_mail_grid textarea {
		outline: none;
		min-height: 191px;
		margin: 2em 0 0;
	}
	.map iframe {
    width: 100%;
    min-height: 250px;
    margin-top: 2em;
	}
	.projects {
		padding: 3em 0 0 0;
	}
}
@media (max-width: 767px){
	.navbar-default .navbar-toggle {
		border-color: #212121;
	}
	.navbar-default .navbar-toggle .icon-bar {
		background-color: #212121;
	}
	.navbar-toggle {
		margin: 1em 0;
	}
	.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
		background-color: transparent;
	}

	.navbar-nav {
		float: none;
		margin: 0;
		text-align: center;
		background: #dfdfdf;
	}
	.navbar-nav > li > a {
		margin: 2em 0;
	}
	.navbar-nav > li:nth-child(3) a {
		margin-right: auto !important;
	}
	.w3_navigation_pos {
		left: 0;
	}
	.w3_navigation_pos {
		position: inherit;
		float: left;
		margin-top: .9em;
	}
}
@media (max-width: 736px){
	.header {
		padding: 0.6em 1em;
	}
	.box .overbox {
		padding: 3em 1em 2em;
	}
	.box, .box .overbox {
		height: 139px;
	}
	
	.map iframe {
		min-height: 300px;
	}
	.box .overbox {
		padding: 3em 1em 2em;
	}
	.box, .box .overbox {
		height: 139px;
	}
	.w3layouts_header_right {
		float: right;
		position: relative;
		width: 37%;
	}
	.about, .services, .team-bottom, .mail {
		padding: 2em 0;
	}
	.projects {
		padding: 2em 0 0 0;
	}
}
@media (max-width: 667px){
	.w3layouts_header_right ul li:last-child {
		margin-left: 1em;
	}

	.box, .box .overbox {
		height: 125px;
	}
	.box .title {
		font-size: 1em;
	}
	.w3layouts_header_left {
		float: none;
		width: 100%;
		margin: 0 auto;
	}
	.w3layouts_header_left p{
		float: none;
		margin: 0 auto;
		text-align:center;
		
	}
	.w3layouts_header_right {
		float: none;
		position: relative;
		width: 56%;
	margin: 4px auto 0;
	}
	.w3layouts_header_right input[type="search"] {
      width: 83%;
	}
	.callbacks_nav {
		position: absolute;
		bottom: 14%;
	}
	.callbacks_nav.prev {
		right: auto;
		background-position: left top;
       left: 43%;
	}
}
@media (max-width: 640px){
	.box, .box .overbox {
		height: 114px;
	}
	.w3l_head {
		font-size: 1.8em;
	}
	.w3ls_head_para {
		letter-spacing: 5px;
		font-size: 12px!important;
	}
	.services-gd.text-center {
		float: left;
		width: 50%;
	}
	.w3ls_banner_bottom_right {
		width: 65%;
	}
}
@media (max-width: 600px){
	.slider-info h4 {
		font-size: 1.5em;
	}
	.slider-info p {
		font-size: 0.8em;
		letter-spacing: 3px;
		margin: 1em 0 1.5em 0;
	}
	.slider-info {
		position: absolute;
		top: 21%;
	}
}
@media (max-width: 568px){
	.agileits_banner_bottom_grid_l h4 {
		font-size: 1.4em;
	}
	.w3l_gallery_grid li {
		display: inline-block;
		float: left;
		width: 50%;
		padding: 1%;
	}
	.box, .box .overbox {
		height: 166px;
	}
	.box .overbox {
		padding: 5em 1em 2em;
	}
	.projects-grid-caption h4 {
		font-size: 1.1em;
		margin: 5em 0 0.5em 0;
		padding: 8px;
		letter-spacing: 2px;
	}
	.w3l_footer {
		padding: 2em 0 2em 0;
	}
	.w3l_footer_pos {
		margin-top: 1em;
	}
}
@media (max-width: 480px){

	p, ul li, ol li {
    margin: 0;
    font-size: 13px;
	}
	.w3layouts_header_right {
		float: none;
		position: relative;
		width: 80%;
		margin: 4px auto 0;
	}
	.callbacks_nav {
		position: absolute;
		bottom: 9%;
	}
	.slider-info h4 {
		font-size: 1.4em;
		letter-spacing: 4px;
	}
	.box .overbox {
		padding: 4em 1em 2em;
	}
	.box, .box .overbox {
		height: 138px;
	}
	.projects-grid-caption h4 {
		font-size: 1.1em;
		margin: 0em 0 0.5em 0;
		padding: 8px;
		letter-spacing: 2px;
	}
	.w3_agile_mail_grid textarea {
		outline: none;
		min-height: 119px;
		margin: 2em 0 0;
	}
	.w3_agile_mail_grid {
		padding: 0 0px;
	}
	.w3ls_banner_bottom_right {
		width: 78%;
	}
}
@media (max-width: 414px){
	.agileits_banner_btm_grid_r_pos {
		position: absolute;
		top: -37%;
		right: 0%;
	}
	.agileits_banner_bottom_grid_l {
		padding: 0 5px;
	}
	.agileits_about_left {
		padding: 0 5px;
	}
	.slider-info h4 {
		font-size: 1.3em;
		letter-spacing: 3px;
	}
	.slider-info h4 {
		font-size: 1.3em;
		letter-spacing: 3px;
	}
	.slider-info a {
		font-size: 0.9em;
		padding: 0.4em 1.5em 0.7em 1.5em;
	}
	.w3_navigation_pos {
		position: inherit;
		float: left;
		margin-top: .7em;
	}
	.callbacks_nav.prev {
		right: auto;
		background-position: left top;
		left: 40%;
		background-size: 72%;
	}
	.callbacks_nav.next {
		left: auto;
		background: transparent url(../images/right.png) no-repeat right top;
		left: 51%;
		background-size: 72%;
	}
	.callbacks_nav {
		position: absolute;
		bottom: 5%;
	}
	.box, .box .overbox {
		height: 112px;
	}
	.box .overbox {
		padding: 3em 1em 2em;
	}
	ul#lightGallery {
		margin-top: 1em;
	}
	
	.slider-img img {
		min-height: 175px;
	}
	.map iframe {
		min-height: 231px;
	}
	.agileits_banner_bottom_grid_l h4 {
		font-size: 1.2em;
	}
	.w3l_head {
		font-size: 1.5em;
	}
	.agileits_banner_btm_grid_r_pos img {
		width: 57%;
	}
	.agileits_banner_btm_grid_r_pos {
		position: absolute;
		top: -28%;
		    right: -3%;
	}
	.w3ls_banner_bottom_right {
		width: 80%;
	}
}
@media (max-width: 384px){
	.slider-info h4 {
		font-size: 1.2em;
		letter-spacing: 2px;
	}
	.slider-info p {
		font-size: 0.8em;
		letter-spacing: 1px;
		margin: 0.5em 0 1em 0;
	}
	.agileits_banner_btm_grid_r_pos img {
		width: 57%;
	}
	.agileits_banner_btm_grid_r_pos {
		position: absolute;
		top: -28%;
		   right: -3%;
	}
	.box .overbox {
		padding: 3em 1em 2em;
	}
	.box, .box .overbox {
		height: 103px;
	}
	.services-gd h4 {
		margin-top: 20px;
		font-size: 1.2em;
	}
}
@media (max-width: 375px){
	.w3layouts_header_right {
		float: none;
		position: relative;
		width: 95%;
		margin: 4px auto 0;
	}
}
@media (max-width: 320px){
	.w3_navigation_pos h1 a {
		font-size: .65em;
	}
	.slider-info h4 {
		font-size: 1.2em;
		letter-spacing: 2px;
	}
	.slider-img img {
		min-height: 151px;
	}
	.w3l_gallery_grid li {
		display: inline-block;
		float: left;
		width: 100%;
		padding: 1%;
	}
	.box, .box .overbox {
		height: 120px;
	}
	.projects-grid-caption {
		padding: 24em 1em 1em 1em;
		position: absolute;
	}
	.w3layouts_header_right {
		float: none;
		position: relative;
		width: 100%;
		margin: 4px auto 0;
	}
	.w3ls_banner_bottom_right {
		width: 90%;
	}
	#mail {
    padding: 0em 0 2em 0;
}
}

.w3ls_banner_bottom_right img {
    margin: 0 auto;
}

.inner-padding{
	padding: 5em 0em;
}
.inner-padding span {
	width:33%;
	padding:0.5em 1em 0.5em 1em;
}
.inner-padding .active{
	background:#979797;
}
.inner-padding .highlight{
	color:#C0700A;
}
/*--inner gallery --*/
.agileits_w3layouts_team_grid {
    position: relative;
    display: block;
    background: #000000;
    overflow: hidden;
}
.agileits_portfolio_sub_grid {
    background: #0accff;
}
.w3_agile_portfolio_grid1{
	margin-top:2em;
	overflow: hidden;
}
.agileinfo_portfolio_grid .w3_agile_portfolio_grid1:nth-child(1) {
    margin-top: 0!important;
}
.agileits_portfolio_sub_grid .w3layouts_port_head {
    content: '';
    z-index: 1;
    position: absolute;
    left: 49%;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    opacity: 0;
    filter: alpha(opacity=0);
    margin-top: 100px;
    -webkit-transition: all ease .3s;
    -moz-transition: all ease .3s;
    -ms-transition: all ease .3s;
    -o-transition: all ease .3s;
    transition: all ease .3s;
}

.w3layouts_port_head h3 {
    font-size: 1em;
    letter-spacing: 2px;
    color: #fff;
    text-transform: capitalize;
    padding: 0.5em 1em;
    background: #f8b239;
}

/*--//inner gallery --*/
.inner-padding .dropdown .dropdown-toggle{
	font-size: 2em;
    font-weight: bold;
    color: #000;
	letter-spacing: 3px;
	padding-bottom: 1em;
}
.inner-padding .dropdown .dropdown-menu a{
	font-size: 1em;
	letter-spacing: 2px;
	padding-bottom: 0.5em;
}
ul.dropdown-menu{
	display:none;
}
.navbar-nav .dropdown:hover ul.dropdown-menu{
	display:block;
}

/* Portfolio Section
--------------------------------*/

#portfolio {
  padding: 60px 0;
}

#portfolio-flters {
  padding: 0;
  margin: 5px 0 35px 0;
  list-style: none;
  text-align: center;
}

#portfolio-flters a {
  cursor: pointer;
  margin: 15px 15px 15px 0;
  display: inline-block;
  padding: 6px 10px;
  font-size: 16px;
  line-height: 20px;
  color: #413e66;
  margin-bottom: 5px;
  transition: all 0.3s ease-in-out;
}
#portfolio-flters p{
  margin: 15px 15px 15px 0;
  display: inline-block;
  padding: 6px 10px;
  font-size: 16px;
  line-height: 20px;
  color: #413e66;
  margin-bottom: 5px;
}
#portfolio-flters a:hover,
#portfolio-flters a.filter-active {
  color: #1bb1dc;
}

#portfolio-flters a:last-child {
  margin-right: 0;
}

.portfolio-item {
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
}

.portfolio-item .portfolio-wrap {
  overflow: hidden;
  position: relative;
  margin: 0;
}

.portfolio-item .portfolio-wrap:hover img {
  opacity: 0.4;
  transition: 0.3s;
}
.portfolio-item .portfolio-wrap .portfolio-info {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
  opacity: 0;
  transition: 0.2s linear;
}

.portfolio-item .portfolio-wrap .portfolio-info h4 {
  font-size: 22px;
  line-height: 1px;
  font-weight: 700;
  margin-bottom: 14px;
  padding-bottom: 0;
}

.portfolio-item .portfolio-wrap .portfolio-info h4 a {
  color: #fff;
}

.portfolio-item .portfolio-wrap .portfolio-info h4 a:hover {
  color: #1bb1dc;
}

.portfolio-item .portfolio-wrap .portfolio-info p {
  padding: 0;
  margin: 0;
  color: #f8fcff;
  font-weight: 500;
  font-size: 14px;
  text-transform: uppercase;
}

.portfolio-item .portfolio-wrap .portfolio-info .link-preview,
.portfolio-item .portfolio-wrap .portfolio-info .link-details {
  display: inline-block;
  line-height: 1;
  text-align: center;
  width: 36px;
  height: 36px;
  background: #1bb1dc;
  border-radius: 50%;
  margin: 10px 4px 0 4px;
}

.portfolio-item .portfolio-wrap .portfolio-info .link-preview i,
.portfolio-item .portfolio-wrap .portfolio-info .link-details i {
  padding-top: 6px;
  font-size: 22px;
  color: #fff;
}

.portfolio-item .portfolio-wrap .portfolio-info .link-preview:hover,
.portfolio-item .portfolio-wrap .portfolio-info .link-details:hover {
  background: #42c3e8;
}

.portfolio-item .portfolio-wrap .portfolio-info .link-preview:hover i,
.portfolio-item .portfolio-wrap .portfolio-info .link-details:hover i {
  color: #fff;
}

.portfolio-item .portfolio-wrap:hover {
  background: #282646;
}

.portfolio-item .portfolio-wrap:hover .portfolio-info {
  opacity: 1;
}
.section-title{
	font-size: 2.5em;
    font-weight: bold;
    color: #000;
	letter-spacing: 3px;
	text-align:left;
}


/* ------------------------------------------------------------------- 
 * ## masonry entries 
 * ------------------------------------------------------------------- */
.masonry {
  margin-bottom: 3.2rem;
  margin-top:5rem;
}

.masonry:after {
  content: "";
  display: table;
  clear: both;
}

.masonry .grid-sizer,
.masonry__brick {
  float: left;
  width: 25%;
}

.masonry__brick {
  padding: 0 7px;
}

.masonry .entry {
  margin-bottom: 40px;
  color: rgba(0, 0, 0, 0.5);
}

.masonry .entry__thumb {
  position: relative;
  overflow: hidden;
}

.masonry .entry__thumb-link img {
  vertical-align: bottom;
  transition: all 0.3s;
  width:100%;
  height:auto;
}

.masonry .entry__thumb-link::before {
  display: block;
  background: rgba(21, 21, 21, 0.6);
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 0.3s;
  z-index: 1;
}

.masonry .entry__thumb-link::after {
  font-family: georgia, serif;
  font-size: 2.4rem;
  z-index: 1;
  display: block;
  height: 88px;
  width: 88px;
  letter-spacing: -1px;
  line-height: 88px;
  margin-left: -44px;
  margin-top: -44px;
  position: absolute;
  left: 50%;
  top: 50%;
  text-align: center;
  color: #ffffff;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;
  -webkit-transform: scale(0.5);
  transform: scale(0.5);
}

.masonry .entry__thumb:hover .entry__thumb-link::before {
  opacity: 1;
  visibility: visible;
}

.masonry .entry__thumb:hover .entry__thumb-link::after {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.masonry .entry__thumb:hover .entry__thumb-link img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.masonry .entry__text {
  padding: 2rem 2rem 3.2rem 2rem;
  background-color: #ffffff;
}

.masonry .entry__text p {
  margin-bottom: 0;
}

.masonry .entry__title {
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.231;
  margin-top: 0;
  margin-bottom: 0.8rem;
  color:#000;
}

.masonry .entry__excerpt {
  font-size: 1.7rem;
  line-height: 1.882;
}

.masonry .entry__meta {
  font-family: "IBM Plex Sans", sans-serif;
  font-weight: 400;
  font-size: 11.5px;
  line-height: 2rem;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  margin-bottom: 1rem;
}

.masonry .entry__meta span {
  margin-right: 10px;
}

.masonry .entry__meta span:last-child {
  margin-right: 0;
}

.masonry .entry__meta a {
  color: #000000;
}

.masonry .entry__meta a:hover,
.masonry .entry__meta a:focus {
  color: #33998a;
}

.masonry .entry__meta-cat a::after {
  content: ", ";
}

.masonry .entry__meta-cat a:last-child::after {
  display: none;
}
/* -------------------------------------------------------------------
 * ## pagination 
 * ------------------------------------------------------------------- */
.pgn {
  margin: 3.2rem auto 3.2rem;
  text-align: center;
}

.pgn ul {
  display: inline-block;
  list-style: none;
  margin-left: 0;
  position: relative;
  padding: 0 6rem;
}

.pgn ul li {
  display: inline-block;
  margin: 0;
  padding: 0;
}

.pgn__num {
  font-family: "IBM Plex Sans", sans-serif;
  font-weight: 700;
  font-size: 1.7rem;
  line-height: 3.2rem;
  display: inline-block;
  padding: 0.2rem 1.2rem;
  height: 3.6rem;
  margin: 0.2rem 0.2rem;
  color: #fff;
  transition: all, 0.3s, ease-in-out;
}

.pgn__num:hover {
  background: #d3d3d3;
  color: #000000;
}

.pgn .current,
.pgn .current:hover {
  background-color: #000000;
  color: white;
}

.pgn .inactive,
.pgn .inactive:hover {
  opacity: 0.4;
  cursor: default;
}

.pgn__prev,
.pgn__next {
  display: block;
  background-repeat: no-repeat;
  background-size: 18px 9px;
  background-position: center;
  height: 3.6rem;
  width: 4.8rem;
  line-height: 2rem;
  padding: 0;
  margin: 0;
  opacity: 1;
  font: 0/0 a;
  text-shadow: none;
  color: transparent;
  transition: all, 0.2s, ease-in-out;
  position: absolute;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
}

.pgn__prev:hover,
.pgn__next:hover {
  background-color: #d3d3d3;
}

.pgn__prev {
  background-image: url("../images/icons/icon-arrow-left.svg");
  left: 0;
}

.pgn__next {
  background-image: url("../images/icons/icon-arrow-right.svg");
  right: 0;
}

.pgn__prev.inactive,
.pgn__next.inactive {
  opacity: 0.4;
  cursor: default;
}

.pgn__prev.inactive:hover,
.pgn__next.inactive:hover {
  background-color: transparent;
}

/* ------------------------------------------------------------------- 
 * responsive:
 * pagination
 * ------------------------------------------------------------------- */
@media screen and (max-width:600px) {
  .pgn ul {
    padding: 0 5.2rem;
  }

}


.section-padding { 
	padding: 100px 0;

}
.section-padding .container{
	background: #F7F7F7;
}
.page-title { 
	margin-bottom: 2em;
}
.page-title h2{
	font-weight: bold;
	font-size:2em;
	line-height:3em;
}
.page-title p{
	font-size:1em;
	color:#ff5000;
}
.single-article {
    background: none repeat scroll 0 0 #222222;
    padding: 40px;
    position: relative;
	height:23em;
}
.single-article:hover:before,
.portfolio-menu:before,
.facts-wrapper:before {
    background: none repeat scroll 0 0 #DF451B;
    content: "";
    height: 7px;
    left: 50%;
    margin-left: -37.5px;
    position: absolute;
    top: 0;
    width: 75px;
}
.single-article a { color: #fff }
.article-header {
    font-size: 14px;
    margin-bottom: 5em;
    text-transform: uppercase;
	color:#fff;
	height:12.5em;
}
.article-header h4{
	font-size:16px;
	font-weight: 400;
	color:#fff；
}
.article-title h2 {
    font-size: 24px;
    font-weight: 400;
    letter-spacing: 2px;
    line-height: 35px;
    margin-bottom: 30px;
	color:#fff;
}
.article-footer {
    color: #fff;
    font-size: 14px;
    letter-spacing: 1px;
    text-transform: uppercase;
 
}
.article-footer-left{
	width:60px;
	float:left;
	margin-right: 1em;
}
.article-footer img.author-thumb {
    border-radius: 50%;
    float: left;
    height: 60px;
    margin-right: 20px;
    width: 60px;
}

.article-title { min-height: 135px }
.owl-nav {
    left: 0;
    margin-top: -15px;
    position: absolute;
    top: 50%;
    width: 100%;
}
.owl-nav > div {
    font-size: 30px;
    position: absolute;
}
.owl-nav > div.owl-prev { left: -15px }
.owl-nav > div.owl-next { right: -15px }
.article-list .owl-nav > div.owl-prev { left: -35px }
.article-list .owl-nav > div.owl-next { right: -35px }
.article-list .owl-nav > div { font-size: 40px }

.contact_left{
	width:50%;
	float:left;
	margin-top:2em;
}
.contact_right{
	margin-top:2em;
}
.contact_right p{
	line-height: 2em;
	font-weight: bold;
	font-size: 14px;
	letter-spacing: 1px;
}

/******course*****/
.club_inner_left2{
	width:40%;padding-left:1em;
}
.club_inner_left2 li {list-style-type:none;}
.course_menu {float:left; border-bottom:0; width:15em; margin:40px auto;}
.course_menu li {background:#333; height:3em; line-height:3em; text-align:center;font-size:1.5em;color:#fff;border-bottom: 3px solid #3A3A3A;}
.course_menu li:hover{background:#fff;color:#333;cursor:default;}
.course_menu li:hover ol{display:block; }
.course_submenu {
display:none; 
position:relative;
left:8.5em;
top:-3em;
border-bottom:0;

}
.course_submenu li { color:#fff;background:#333; height:2em; line-height:2em; text-align:center;font-size:0.8em;}
.course_submenu li:hover {color:#333;background:#fff;cursor:default;}

.club_inner_right2{
	width:55%;float:right;height:22em;background:#434343;position: relative;
}
.club_content{font-size:0.8em;color:#fff;padding:2em;}
.club_content h2{text-align:center;margin:0 auto;}
.club_content ul{margin-top:2em;font-size:1.5em;}
.club_content ul li{list-style-type:none;line-height:2em;}
#class1{z-index:50;}
#class2{z-index:51;}
#class3{z-index:52;}
#class4{z-index:53;}
#class5{z-index:54;}
#class6{z-index:55;}
#class7{z-index:56;}
#class8{z-index:57;}
#class9{z-index:58;}
#class10{z-index:59;}
#class11{z-index:60;}
#class12{z-index:61;}

.course_arrange_body{width:100%;font-size:0.9vw;color:#000;padding:2rem 0 2rem 0;border:#979797 thick solid;margin-top:0.8em;}
.course_body_left{width:40%;float:left;text-align:left;line-height:1.3vw;}
.course_body_right{width:60%;float:right;text-align:left;}
.course_body_right img{width:auto;height:11em;float:left;}
.course_body_left img{width:auto;height:150px;float:left;}
.course_class{width:100%;padding:1em 0 1em 2em;height:15em;background:#F8F8F8;}
.course_class2{width:100%;padding:1em 0 1em 2em;height:15em;}
.course_sidetitle{font-size:0.5em;}

section .container {
  padding-left: 15px;
  padding-right: 15px;
}

.headline {
  margin-bottom: 20px;
}
.headline .item {
  padding: 5px;
  width: 100%;
}
.headline .item a {
  color: #191E21;
  font-size: 14px;
  text-transform: capitalize;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  width: 100%;
  display: inline-block;
}
.headline .item a .badge {
  background-color: #F73F52;
  margin-right: 5px;
}
.headline .nav {
  display: inline-block;
  float: left;
  margin-right: 20px;
  position: relative;
  z-index: 2;
}
.headline .carousel-control {
  text-shadow: none;
  background-color: transparent;
  background-image: none;
  position: relative;
  display: inline-block;
  color: #000;
  width: auto;
  width: 30px;
  height: 30px;
  border: 1px solid #ddd;
  margin-right: -5px;
}
.headline .carousel-control.right {
  border-left: 0;
}
.headline .carousel-inner {
  overflow: hidden;
  width: initial;
}

.carousel#featured .carousel-control {
  background-color: transparent;
  background-image: none;
  bottom: initial;
  width: auto;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  left: initial;
  right: initial;
  opacity: 0;
  transition: all .5s;
  -moz-transition: all .5s;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
}
.carousel#featured .carousel-control span:before {
  font-size: 50px;
}
.carousel#featured .carousel-control.left {
  left: 0;
  right: initial;
}
.carousel#featured:hover .carousel-control.left {
  left: 20px;
  right: initial;
}
.carousel#featured .carousel-control.right {
  right: 0;
  left: initial;
}
.carousel#featured:hover .carousel-control {
  opacity: 1;
}
.carousel#featured:hover .carousel-control.right {
  right: 20px;
  left: initial;
}
.featured {
  display: inline-block;
  width: 100%;
  position: relative;
  height: 550px;
  margin-bottom: 20px;
  overflow: hidden;
}
.featured .inner {
  padding: 20px;
}
.featured figure {
  position: absolute;
  z-index: -2;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.featured .overlay {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  background-color: transparent;
  background-image: linear-gradient(transparent 0%, transparent 50%, rgba(0, 0, 0, 0.1) 56%, rgba(0, 0, 0, 0.6) 93%, rgba(0, 0, 0, 0.59) 100%);
  background-image: -webkit-linear-gradient(transparent 0%, transparent 50%, rgba(0, 0, 0, 0.1) 56%, rgba(0, 0, 0, 0.6) 93%, rgba(0, 0, 0, 0.59) 100%);
}
.featured .details {
  padding: 20px 30px;
  position: absolute;
  bottom: 10px;
}
.featured .details h1, .featured .details .category, .featured .details .time {
  color: #fff;
  margin: 0;
}
.featured .details .category {
  margin-bottom: 10px;
}
.featured .details .category a {
  font-size: 12px;
  font-weight: 400;
  padding: 5px 15px;
  display: inline-block;
  border-radius: 30px;
  background-color: #fff;
  color: #000;
  text-decoration: none;
  transition: all .3s;
  -moz-transition: all .3s;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
}
.featured .details .category a:hover {
  opacity: .8;
}
.featured .details h1 {
  margin-bottom: 5px;
  text-transform: capitalize;
  line-height: 1.4em;
  font-size: 28px;
  font-weight: 700;
}
.featured .details h1 a {
  text-decoration: none;
  color: #fff;
}



.art_content{
	margin-top:2em;
	width:73%;
	float:left;
}
.art_content_r{
	margin:2em 0 0 1em;
	width:25%;
	float:left;
	background: #fff;
}
/*文章列表*/
.index_arc li {
    position: relative;
    height: 17em;
    margin-bottom: 15px;
    padding: 15px 15px 15px 200px;
    list-style: none;
    background-color: #fff;
    border: solid 1px #ddd;
    box-shadow: 0 8px 18px rgba(0,0,0,0.06);
	transition: all .2s ease-out;
}
.index_arc li:hover{
	box-shadow: 0 8px 18px rgba(0,0,0,0.15);
	transition: all .2s ease-out;
	
    border-bottom: 2px solid #5a98de;
}

/*.index_arc li.pageNav-wrap {
	height: 20px;
	margin: 0 0 40px;
	padding: 0;
	border: none;
}*/

.index_arc .no_pic {
	padding: 15px;
}
.index_arc li .pic {
    position: absolute;
    left: 2%;
    top: 6%;
	bottom: 6%;
    overflow: hidden;
    width: 36%;
	height:auto;
}
.index_arc li .pic img {
    vertical-align: middle;
	width:100%;
    display: inline-block;
    border: none;
}
.index_arc_item_right{
	float:right;
	width:75%;
	margin:1em;
}
.index_arc li .title {
    line-height: 25px;
    font-size: 0;
    position: relative;
    margin: 0;
    padding: 0;
}
.index_arc li .title a {
    max-width: 99%;
    margin-right: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 20px;
    line-height: 25px;
	color:#000;
}
.index_arc li .title a:hover{
	color:#5a98de;
}
.index_arc li .title * {
    display: inline-block;
    vertical-align: top;
}
.index_arc li .date_hits {
    position: relative;
    line-height: 20px;
    font-size: 12px;
    color: #666;
}
.index_arc li .date_hits span {
    padding-right: 15px;
    height: 20px;
    line-height: 20px;
}
.index_arc li .date_hits span a {
    color: #009688;
}
.index_arc li .date_hits .hits {
    position: absolute;
    right: 55px;
    top: 0;
}
.index_arc li .date_hits .commonts {
    position: absolute;
    right: 0;
    top: 0;
}
.index_arc li .desc {
    height: 48px;
    line-height: 24px;
    overflow: hidden;
    margin-top: 8px;
    color: #444;
}
@media screen and (max-width:640px) {
    .slider .bd img { height: 130px;}/*slider height*/
	.index_arc li{padding:10px 10px 10px 120px;height: 66px;margin-bottom:  10px;}
	.index_arc li .title a{max-width: 95%;margin-right: 10px;overflow: hidden;text-overflow:clip;white-space: normal;font-size: 14px;line-height: 20px;height: 40px;}
	.index_arc li .pic{left:10px;top:10px;width:100px;height: 66px;line-height: 66px}
	.index_arc li .pic img{}
	.index_arc li .date_hits{margin-top: 5px;}
	.index_arc li .date_hits>span {display: none;}
	/*.index_arc li .hits{display: none;}*/
	.index_arc li .desc{display: none;}
	.index_arc{margin-bottom: 15px;}
	.index_arc li{line-height: 28px;}
	.index_arc li.pageNav-wrap a{max-width: 100%;}
	
	.index_recd li a {max-width: 60%;}

    /*评论头像*/
    .avatar.size-L, .avatar.size-L img {
        width: 30px;
        height: 30px;
    }
    .comment-main {
        margin-left: 40px;
    }
}

/*面板头部*/
.tab-category a {
    display: inline-block;
    border-bottom: 3px solid #9E9E9E;
    margin: 0 5px;
    pointer-events: none;
}
.tab-category strong{
	color: #fff;
    background-color: #555555;
    margin: -1px 0 5px 0;
    display: inline-block;
    padding: 4px 15px;
    font-size: 14px;
}
/*面板body*/
.tab-category-item {
	border-top: 1px solid #EDEDED;
	padding: 10px 10px 10px 15px;
}
/*面板主体 li*/
.index_recd li {
    line-height: 32px;
    white-space: nowrap;
    overflow: hidden;
    list-style: decimal-leading-zero inside;
    font-style: oblique;
    font-size: 14px;
}
.index_recd li.index_recd_item {
	list-style:none;
}
.index_recd li a {
	color: #009688;
    max-width: 68%;
    margin-right: 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 14px;
    display: inline-block;
    vertical-align: top;
    font-style: normal;
}
.index_recd li .hits {
    font-size: 12px;
    color: #888;
    display: inline-block;
    vertical-align: top;
    font-style: normal;
}
/*面板主体 span*/
.tab-category-item>span {
	margin-right: 30px;
    display: inline-block;
    font-size: 14px;
    line-height: 32px;
}
.c_titile {
    font-size: 22px;
    text-align: center;
    color: #333;
	font-weight: bold;
	margin:0 0 1em 0;
}
.box_c {
    border: #ccc 1px dashed;
    text-align: center;
    padding: 5px 0;
    margin-right: 30px;
    color: #999;
}
.box_c span {
    margin: 0 10px;
}
.box_c span a {
    color: #099;
}
ul.infos {
    overflow: hidden;
    margin: 20px 30px 20px 0;
    line-height: 28px;
    font-size: 14px;
    text-indent: 2em;
    color: #666;
}

ul.infos p {
    margin-bottom: 0.5em;
}
ul.infos img{
	width:90%;
	height-max:50em;
	overflow:hidden;
	margin:1em 0;
	
}