
body a {
  transition: 0.5s all;
  -webkit-transition: 0.5s all;
  -o-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -ms-transition: 0.5s all;
}
html, body{
    font-size: 100%;
	font-family: 'Roboto', sans-serif;
}
body{
	background:#FFFFFF;
}
/*-- banner --*/
.banner{
	background:url(../images/3.jpg) no-repeat 0px 0px;
	background-size:cover;
	background-position:top;
}
/*-- header-left --*/
.header {
    padding: 1em 0;
}
.header-left{
	float: left;
}

.w3layouts-logo h1 {
    margin: 0;
}
.w3layouts-logo h1 a {
    color: #fefefe;
    font-size: 1.3em;
    text-decoration: none;
}
.w3layouts-logo h1 a span{
	color: #ff9800 !important;
    font-weight: 100;
}
/*-- //header-left --*/
.header-right{
	float: right;
    margin: 1.4em 0 0 0;
}
.header-right p{
	color:#FFF;
	font-size:.9em;
	margin:0;
	font-weight:600;
}
.header-right i.fa.fa-phone{
    margin: 0 .5em 0 0;
}
/*-- top-nav --*/
.top-nav{
    margin: .5em 0 0 0;
}
.top-nav ul{
    padding: 0;
    margin: 0;
}
.top-nav ul li{
    display: inline-block;
    float: left;
    width: 16.66666666666667%;
}
.top-nav ul li:nth-child(6){
	margin-right:0;
}
ul.nav.navbar-nav {
	float: none;
    text-align: center;
    background: #006CB5;
}
.navbar-default{
    background: none;
    border: none;
    margin: 0;
}
.navbar {
    min-height: 0;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    background: none;
    box-shadow: 1px 0px 0px 0px rgba(72, 72, 72, 0);
    outline: none;
    border-right: solid 1px #FFFFFF;
    border-top: solid 1px #FFFFFF;
    border-bottom: solid 1px #FFFFFF;

}
.top-nav ul li a{
    color: #ffffff !important;
    font-size: 0.8em;
    margin: 0;
    text-decoration: none;
    padding: 1em;
    font-weight: 700;
    letter-spacing: 3px;
    border-right: solid 1px rgba(255, 255, 255, 0.54);
    border-top: solid 1px rgba(255, 255, 255, 0.54);
    border-bottom: solid 1px rgba(255, 255, 255, 0.54);
}
.top-nav ul li a.list-border{
	border-left: solid 1px #FFFFFF;
}
.top-nav ul li a:hover{
    color: #000000 !important;
    background: #ffffff !important;
}
.top-nav ul li a.active{
    color: #000000 !important;
    background: #ffffff !important;
}
ul.dropdown-menu {
    background: #006CB5;
    box-shadow: 0 0 0;
    border: none;
    margin: 0;
    top: 3.8em;
    left: 0px;
    min-width: 221px;
}
ul.dropdown-menu li{
	width:100% !important;
}
.dropdown-menu > li > a {
    display: block;
    padding: .5em 1em !important;
    text-align: center;
    clear: both;
    margin: .2em 0 !important;
    font-weight: normal;
    line-height: 1.42857143;
    color: #FFF !important;
    border: none !important;
}
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    background: none;
}
.dropdown-submenu {
    position: relative;
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 103%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}

.dropdown-submenu:hover>.dropdown-menu {
    display: block;
}

.dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-width: 5px 0 5px 5px;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown-submenu:hover>a:after {
    border-left-color: #fff;
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}
/*-- //top-nav --*/
/*-- w3-banner --*/
.w3-banner{
    padding: 2em 0 8em 0;
}
.w3layouts-phone{
	text-align:center;
}
.w3layouts-phone h2{
	text-shadow: 3px 3px 8px #333333;
	color: #FFFFFF;
    font-size: 3em;
    margin: 5em 0  0  0 ;
    text-align: center;
}
.w3layouts-phone i.fa.fa-cutlery{
	font-size: 2em;
    color: #FFFFFF;
    border: double 4px #FFFFFF;
    width: 100px;
    height: 100px;
    line-height: 3em;
    margin: 3em 0 0 0;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
}
.w3layouts-phone p{
	font-family:Arial, Helvetica, sans-serif;
    color:#fff;
	text-shadow: 2px 2px 8px #000000;
	alignment-adjust:central;
    font-size: 1.5em;
    margin: 1em 0 0 0;
    letter-spacing: 10px;
}
.w3layouts-phone h3{
    font-size: 4em;
    color: #FFFFFF;
    margin: 0;
    text-transform: uppercase;
    font-weight: 600;
}
.w3layouts-phone h3 span{
	font-weight:100;
}
/*-- w3-banner --*/
/*-- welcome --*/
.tabs,.slider,.markets,.feedback,.newsletter,.footer,.about,.team,.offers,.gallery-grids,.codes,.typography,.contact,.single{
    padding: 4em 0;
}
.tabs .nav-tabs {
  float: left;
  border-bottom: 0;
}
.tabs .nav-tabs li {
    float: none;
    margin: 1px 0 0;
}
.tabs .nav-tabs li a {
    margin-right: 0;
    color: #212121;
    background: none;
    padding: 2em;
    font-size: 1em;
    border-radius: 0;
    border: solid 1px #c6c6c6;
}
.tabs .nav-tabs li a:hover {
    background-color: #006CB5;
    border: solid 1px #006CB5;
    color: #FFFFFF;
}
.tabs .nav-tabs .active .glyphicon {
  color: #333;
}

.tabs .nav-tabs > li.active > a, .tabs .nav-tabs > li.active > a:hover, .tabs .nav-tabs > li.active > a:focus {
    background-color: #006CB5;
    color: #fff;
    border: solid 1px #006CB5;
}
.tabs .tab-content .tab-pane {
  display: none;
}
.tabs .tab-content .active {
  display: block;
}
.tab-grid-left {
    padding: 0;
}
.tab-grid-right {
    padding: 0 1em 0 3em;
}
.tabs .more {
    margin-top: 1.5em;
}
.tabs-right {
    padding-left: 8em;
}
.tabs-right  img{
    width: 100%;
    padding: .5em;
    border: 0px double #999999;
}
.w3-text h3,.w3l-services-heading h3{
    font-size: 2.3em;
    color: #006CB5;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 6px;
    margin: 0;
}
.w3-text p {
    font-size: .9em;
    color: #999999;
    line-height: 1.8em;
    margin: 1em 0 0 0;
}
.w3-text p span{
	display:block;
	margin:1em 0 0 0;
}
/*-- //welcome --*/
/*-- about --*/
.welcome-bottom{
    padding: 0 0 4em 0;
}
.wthree-welcome-bottom-left h4{
    color: #2f2f2f;
    font-size: 1em;
    font-weight: 800;
    margin: 0;
    line-height: 1.5em;
    text-transform: uppercase;
}
.wthree-welcome-bottom-left p{
	color: #999999;
    font-size: .9em;
    margin: 1em 0 0 0;
    line-height: 1.8em;
}
.wthree-welcome-bottom-left p span{
    display: block;
    margin: 1em 0;
}
/*-- //welcome-bottom --*/
/*-- markets --*/
.markets{
	background: #ececec;
}
.wthree-heading h3,.agileits-top-heading h2 {
    color: #212121;
    font-size: 2.5em;
    margin: 0;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 6px;
}
.wthree-heading{
	text-align:center;
}
.markets-grids,.agileits-feedback-grids,.w3-agileits-newsletter,.team-grids,.agile-contact-form{
    margin: 2em 0 0 0;
}
.agileits-icon-grid {
    padding: 1em;
    background: #FFFFFF;
    box-shadow: 0 0px 1px rgb(107, 107, 107),0 1px 2px rgba(0,0,0,.24);
}
.icon-left{
    float: left;
    width: 70px;
    height: 70px;
    text-align: center;
    padding: 1.2em 0 0 0;
    margin-right: 1em;
    background: #006CB5;
}
.icon-left i.fa{
    color: #FFFFFF;
    font-size: 2em;
}
.icon-right{
    float: left;
    width: 70%;
	
}
.icon-right h5{
	color: #000000;
    font-size: 1em;
    margin: 0;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 4px;
}
.icon-right p{
	color: #999999;
    font-size: .9em;
    margin: 1em 0 0 0;
    line-height: 1.8em;
}
.w3ls-markets-grid:nth-child(4),.w3ls-markets-grid:nth-child(5),.w3ls-markets-grid:nth-child(6){
	margin:3em 0 0 0;
}
/*-- //markets --*/


/*-- feedback --*/
.feedback{
	background:url(../images/31.jpg) no-repeat 0px 0px;
	background-size:cover;
	
}
.jarallax {
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}
.feedback-heading h3{
	color:#FFFFFF;
}
.feedback-top{
    padding: 1em;
    background: rgba(255, 255, 255, 0.18);
	position:relative;
}
.feedback-top:after {
    content: '';
    position: absolute;
    top: 100%;
    left: 27%;
    width: 0;
    height: 0;
    border-top: 9px solid rgba(227, 227, 227, 0.23);
    border-right: 9px solid transparent;
    border-left: 9px solid transparent;
    transform: rotate(0deg);
}
.feedback-top p{
	color:#FFFFFF;
	font-size:.9em;
	margin:0;
	line-height:1.8em;
}
.feedback-img{
    float: left;
    width: 28%;
}
.feedback-grids {
    margin: 2em auto 0;
    width: 65%;
}
.feedback-img img{
	width:100%;
}
.feedback-info {
    margin: 1em !important;
}
.feedback-img-info{
    float: left;
    width: 50%;
    margin-left: .5em;
}
.feedback-img-info h5{
    color: #006CB5;
    font-size: 1em;
    margin: 0;
    font-weight: 600;
}
.feedback-img-info p{
    color: #cecece;
    font-size: .9em;
    margin: 0;
}
/*-- //feedback --*/
/*-- newsletter --*/
.newsletter {
    text-align: center;
}
.newsletter-heading h3{
	color:#FFFFFF;
}
.subscribe-grid{
    text-align: center;
    width: 75%;
    margin: 0 auto;
}
.subscribe-grid input[type="text"] {
    display: inline-block;
    background: #FFFFFF;
    border: solid 1px #c5c5c5;
    width: 50%;
    outline: none;
    padding: 1em;
    font-size: .9em;
    color: #999999;
}
.subscribe-grid input[type="email"] {
    display: inline-block;
    background: #FFFFFF;
    border: solid 1px #c5c5c5;
    width: 50%;
    outline: none;
    padding: 1em;
    font-size: .9em;
    color: #999999;
}
.subscribe-grid i.fa.fa-paper-plane-o{
    color: #FFFFFF !important;
    font-size: 1.2em !important;
}
.subscribe-grid button.btn1 {
    color: #ffffff;
    font-size: .9em;
    border: solid 1px #006CB5;
    width: 60px;
    height: 51px;
    text-align: center;
    text-decoration: none;
    background: #006CB5;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}
button.btn1:hover{
    border: solid 1px #212121;
    background: #212121;
}
button.btn1:hover i.fa.fa-paper-plane-o{
    color: #FFFFFF !important;
}
.subscribe-grid button.button {
    color: #ffffff;
    font-size: .9em;
    border: solid 1px #006CB5;
    width: 60px;
    height: 51px;
    text-align: center;
    text-decoration: none;
    background: #006CB5;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}
button.button:hover{
    border: solid 1px #212121;
    background: #212121;
}
button.button:hover i.fa.fa-paper-plane-o{
    color: #FFFFFF !important;
}
/*-- //newsletter --*/
/*-- footer --*/
.footer{
    background: #1f1f1f;
}
.agile-footer-grid h4{
    color: #ffffff;
    font-size: 1.3em;
    font-weight: 600;
    margin: 0 0 1em 0;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.agile-footer-grid p{
    color: #8a8a8a;
    font-size: .9em;
    line-height: 1.8em;
    margin: 0;
}
.agile-footer-grid p span {
    display: block;
    margin: 1em 0 0 0;
}
.agile-footer-grid ul{
	padding:0;
	margin:0;
}
ul.w3agile_footer_grid_list li {
    list-style-type: none;
    color: #bbbbbb;
    line-height: 1.8em;
    margin-bottom: 1em;
	font-size:.9em;
}
ul.w3agile_footer_grid_list li:last-child {
    margin-bottom: 0;
}
ul.w3agile_footer_grid_list li a {
color: #006CB5 !important;
    text-decoration: none;
}
ul.w3agile_footer_grid_list li a:hover{
	color: #FFFFFF !important;
}
ul.w3agile_footer_grid_list li span {
    display: block;
    margin: 1em 0 0;
}
ul.w3agile_footer_grid_list i.fa.fa-twitter{
	margin-right:1em;
}
.agile-footer-grid ul{
	padding:0;
	margin:0;
}
.agile-footer-grid ul li{
	display: block;
    margin-bottom: .5em;
    color: #8a8a8a;
    font-size: .9em;
} 
.agile-footer-grid  ul li a {
    color: #8a8a8a;
    text-decoration: none;
    margin-left: .5em;
}
.agile-footer-grid  ul li a:hover{
	color: #006CB5;
}
/*-- //footer --*/
/*-- copyright --*/
.agileits-w3layouts-copyright{
	padding:1em 0;
	background:#0f1215;
	text-align:center;
}
.agileits-w3layouts-copyright p{
	color:#FFFFFF;
	font-size:.9em;
	margin:0;
}
.agileits-w3layouts-copyright p a{
	color:#006CB5;
	text-decoration:none;
}
.agileits-w3layouts-copyright p a:hover{
    color: #FFFFFF;
}
/*-- //copyright --*/
/*-- about --*/
.agileits-top-heading{
	padding: 2em 0;
	text-shadow: 2px 2px 8px #000;
}
.agileits-top-heading h2{
	color:#FFFFFF;
	text-align:center;
}
/*-- about --*/
.wthree-about-left-info{
    background: #EAF7FD;
    padding: .5em;	
}
.wthree-about-left-info img{
	width:100%;
}
.agileits-about-right h5{
    color: #000;
    font-size: 1em;
    line-height: 1.5em;
    font-weight: 600;
    margin: 0;	
}
.agileits-about-right p{
    margin: 1em 0 0 0;
    font-size: .9em;
    color: #999999;
    line-height: 1.8em;
}
.agileits-about-right p span{
	display:block;
	margin:1em 0 0 0;
}
/*-- //about --*/
/*-- offers --*/
.offers {
    background: url(../images/32.jpg) no-repeat 0px 0px ;
    background-size: cover;
}

.offers-heading h3{
	color:#666;
	
}
.offers-grids{
	margin:4em 0 0 0;
}
.offers-grids ul{
	font-size:14px;
	color:#FFF;
}
.offers-left-heading h4{
    font-size: 1.2em;
    margin: 0 0 1em 0;
    color: #FFFFFF;
    line-height: 1.5em;
    text-transform: uppercase;
}
.offers-right-heading h4{
    font-size: 1.2em;
    margin: 0 0 1em 0;
    color: #FFFFFF;
    line-height: 1.5em;
    text-transform: uppercase;
}
.offers-number{
    float: left;
    width: 30px;
    height: 30px;
    text-align: center;
    background: #006CB5;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}
.offers-number p{
    font-size: 1em;
    color:#FFFFFF;
    margin: 0;
    line-height: 2em;
	font-weight:700;
}
.offers-text{
    float: right;
    width: 85%;
}
.offers-text p{
    color: #FFFFFF;
    font-size: .9em;
    line-height: 1.8em;
    margin: 0;
}
.offers-left-middle{
    margin: 1em 0;
}
.wthree-offers-right h5{
color: #FFFFFF;
    font-size: 1em;
    margin: 0 0 1em 0;
    line-height: 1.5em;
}
.wthree-offers-left h5{
color: #FFFFFF;
    font-size: 1em;
    margin: 0 0 1em 0;
    line-height: 1.5em;
}
.wthree-offers-right p{
    color: #FFFFFF;
    font-size: 1em;
    line-height: 1.5em;
    margin: 0;
}
.wthree-offers-right ul{
	margin:1em 0 0 0;
	padding:0;
}
.wthree-offers-right ul li{
    display: block;
    margin-bottom: 1em;	
}
.wthree-offers-right ul li a{
    font-size: .9em;
    margin: 0;
    color: #FFFFFF;
    text-decoration: none;
}
/*-- //offers --*/

/*-- team --*/
.ih-item.circle {
    position: relative;
    width: 220px;
    height: 220px;
    border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
	-ms-border-radius: 50%;
    margin: 2em auto;
}
.ih-item.circle .img {
  position: relative;
  width: 220px;
  height: 220px;
  border-radius: 50%;
}
.ih-item.circle .img:before {
  position: absolute;
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  border-radius: 50%;
  box-shadow: inset 0 0 0 16px rgba(255, 255, 255, 0.6), 0 1px 2px rgba(0, 0, 0, 0.3);
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
.ih-item.circle .img img {
    border-radius: 50%;
    width: 100%;
}
.ih-item.circle .info {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  border-radius: 50%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.ih-item.circle.effect10 .img {
  z-index: 11;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
.ih-item.circle.effect10.colored .info {
  background: #1a4a72;
}
.ih-item.circle.effect10 .info {
    background: #006CB5;
    opacity: 0;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}
.ih-item.circle.effect10 .info h3 {
  color: #fff;
  text-transform: uppercase;
  position: relative;
  letter-spacing: 1px;
  font-size: 18px;
  text-shadow: 0 0 1px white, 0 1px 2px rgba(0, 0, 0, 0.3);
}
.ih-item.circle.effect10 .info p {
  color: #fff;
  font-size: 12px;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
}
.ih-item.circle.effect10:hover .info {
  visibility: visible;
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

.ih-item.circle.effect10.top_to_bottom .info h3 {
  margin: 0 30px;
  padding: 25px 0 0 0;
  height: 78px;
}
.ih-item.circle.effect10.top_to_bottom .info p {
  margin: 0 30px;
  padding: 5px;
}
.ih-item.circle.effect10.top_to_bottom:hover .img {
  -webkit-transform: translateY(50px) scale(0.5);
  -moz-transform: translateY(50px) scale(0.5);
  -ms-transform: translateY(50px) scale(0.5);
  -o-transform: translateY(50px) scale(0.5);
  transform: translateY(50px) scale(0.5);
}

.ih-item.circle.effect10.bottom_to_top .info h3 {
    margin: 6.5em 0 1em 0;
    font-size: 1.2em;
    font-family: 'Oswald', sans-serif;
    color: #FFF;
}
.ih-item.circle.effect10.bottom_to_top .info p {
  margin: 0 30px;
  padding: 5px;
}
.ih-item.circle.effect10.bottom_to_top:hover .img {
  -webkit-transform: translateY(-50px) scale(0.5);
  -moz-transform: translateY(-50px) scale(0.5);
  -ms-transform: translateY(-50px) scale(0.5);
  -o-transform: translateY(-50px) scale(0.5);
  transform: translateY(-50px) scale(0.5);
}
.team-icons ul{
	padding:0;
	margin:0;
}
.team-icons ul li{
	display:inline-block;
}
.team-icons ul li:nth-child(2){
	margin:0 1em;
}
.team-icons ul li a{
	color: #FFFFFF;
    text-align: center;	
}
.team-icons ul li a:hover{
	opacity:.5;
}
/*-- //team --*/
/*-- //about --*/
/*-- gallery --*/
.show-reel a img{
	width:100%;
}
.show-reel:nth-child(2){
	margin:2em 0;
}
.agile-gallery{
	position: relative;
    overflow: hidden;
    text-align: center;;	
}
.agileits-caption {
    background: rgba(0, 0, 0, 0.62);
    padding: 1em;
    position: absolute;
    left: 0;
    bottom: -105%;
    text-align: center;
    width: 100%;
    height: 170px;
    -webkit-transition: .5s all;
    transition: .5s all;
    -moz-transition: .5s all;
}
.agile-gallery:hover .agileits-caption {
    bottom: 0%;
}
.agileits-caption h4{
    color: #FFFFFF;
    font-size: 1em;
    margin: .5em 0;
	font-weight:600;
}
.agileits-caption p{
    color: #FFFFFF;
    font-size: 0.8em;
    margin: 0;
    line-height: 1.8em;	
}
/*-- //gallery --*/
/*-- icons --*/
.codes a {
    color: #999;
}
.icon-box {
    padding: 8px 15px;
    background: rgba(149, 149, 149, 0.18);
    margin: 1em 0 1em 0;
    border: 5px solid #ffffff;
    text-align: left;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 1em;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
    -moz-transition: 0.5s all;
    cursor: pointer;
} 
.icon-box:hover {
    background: #ff9800;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
    -moz-transition: 0.5s all;
}
.icon-box:hover i.fa {
	color:#fff !important;
}
.icon-box:hover a.agile-icon {
	color:#fff !important;
}
.codes .bs-glyphicons li {
    float: left;
    width: 12.5%;
    height: 115px;
    padding: 10px; 
    line-height: 1.4;
    text-align: center;  
    font-size: 12px;
    list-style-type: none;	
}
.codes .bs-glyphicons .glyphicon {
    margin-top: 5px;
    margin-bottom: 10px;
    font-size: 24px;
}
.codes .glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	color: #777;
} 
.codes .bs-glyphicons .glyphicon-class {
    display: block;
    text-align: center;
    word-wrap: break-word;
}
h3.icon-subheading {
    color: #006CB5 !important;
    margin: 30px 0 15px;
    font-size: 1.3em;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
}
h3.agileits-icons-title {
    text-align: center;
    color: #212121;
    margin: 0;
    font-size: 1.3em;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.icons a {
    color: #999;
}
.icon-box i {
    margin-right: 10px !important;
    font-size: 20px !important;
    color: #282a2b !important;
}
.icons .bs-glyphicons li {
    float: left;
    width: 18%;
    height: 115px;
    padding: 10px;
    line-height: 1.4;
    text-align: center;
    font-size: 12px;
    list-style-type: none;
    background:rgba(149, 149, 149, 0.18);
    margin: 1%;
}
.icons .bs-glyphicons .glyphicon {
    margin-top: 5px;
    margin-bottom: 10px;
    font-size: 24px;
	color: #282a2b;
}
.icons .glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	color: #777;
} 
.icons .bs-glyphicons .glyphicon-class {
    display: block;
    text-align: center;
    word-wrap: break-word;
}
ul.bs-glyphicons-list {
    padding: 0;
    margin: 0;
}
/*-- //icons --*/
/*-- typography --*/
h3.hdg {
    font-size: 2.5em;
	color:#000 !important;
}
.show-grid [class^=col-] {
    background: #fff;
  text-align: center;
  margin-bottom: 10px;
  line-height: 2em;
  border: 10px solid #f0f0f0;
}
.show-grid [class*="col-"]:hover {
  background: #e0e0e0;
}
.grid_3{
	margin-bottom:2em;
}
.xs h3, h3.m_1{
	color:#000;
	font-size:1.7em;
	font-weight:300;
	margin-bottom: 1em;
}
.grid_3 p{
  color: #555;
  font-size: 0.85em;
  margin-bottom: 1em;
  font-weight: 300;
}
.grid_4{
	background:none;
}
.label {
  font-weight: 300 !important;
  border-radius:4px;
}  
.grid_5{
	background:none;
	padding:2em 0;
}
.grid_5 h3, .grid_5 h2, .grid_5 h1, .grid_5 h4, .grid_5 h5, h3.hdg {
	margin-bottom:1em;
	color: #333;
}
.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
  border-top: none !important;
}
.tab-content > .active {
  display: block;
  visibility: visible;
}
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
  z-index: 0;
}
.badge-primary {
  background-color: #03a9f4;
}
.badge-success {
  background-color: #8bc34a;
}
.badge-warning {
  background-color: #ffc107;
}
.badge-danger {
  background-color: #e51c23;
}
.grid_3 p{
  line-height: 2em;
  color: #888;
  font-size: 0.9em;
  margin-bottom: 1em;
  font-weight: 300;
}
.bs-docs-example {
  margin: 1em 0;
}
section#tables  p {
 margin-top: 1em;
}
.tab-container .tab-content {
  border-radius: 0 2px 2px 2px;
  border: 1px solid #e0e0e0;
  padding: 16px;
  background-color: #ffffff;
}
.table td, .table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
  padding: 15px!important;
}
.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
  font-size: 0.9em;
  color: #555;
  border-top: none !important;
}
.tab-content > .active {
  display: block;
  visibility: visible;
}
.label {
  font-weight: 300 !important;
}
.label {
  padding: 4px 6px;
  border: none;
  text-shadow: none;
}
.nav-tabs {
  margin-bottom: 1em;
}
.alert {
  font-size: 0.85em;
}
h1.t-button,h2.t-button,h3.t-button,h4.t-button,h5.t-button {
	line-height:1.8em;
  margin-top:0.5em;
  margin-bottom: 0.5em;
}
li.list-group-item1 {
  line-height: 2.5em;
}
.input-group {
  margin-bottom: 20px;
  }
.in-gp-tl{
	padding:0;
}
.in-gp-tb{
	padding-right:0;
}
.list-group {
  margin-bottom: 48px;
}
ol {
  margin-bottom: 44px;
}
h2.typoh2{
    margin: 0 0 10px;
}
@media (max-width:768px){
.grid_5 {
	padding: 0 0 1em;
}
.grid_3 {
	margin-bottom: 0em;
}
}
@media (max-width:640px){
	h1, .h1, h2, .h2, h3, .h3 {
		margin-top: 0px;
		margin-bottom: 0px;
	}
	.grid_5 h3, .grid_5 h2, .grid_5 h1, .grid_5 h4, .grid_5 h5, h3.hdg, h3.bars {
		margin-bottom: .5em;
	}
	.progress {
		height: 10px;
		margin-bottom: 10px;
	}
	ol.breadcrumb li,.grid_3 p,ul.list-group li,li.list-group-item1 {
		font-size: 14px;
	}
	.breadcrumb {
		margin-bottom: 10px;
	}
	.well {
		font-size: 14px;
		margin-bottom: 10px;
	}
	h2.typoh2 {
		font-size: 1.5em;
	}
}
@media (max-width:480px){
	.table h1 {
		font-size: 26px;
	}
	.table h2 {
		font-size: 23px;
	}
	.table h3 {
		font-size: 20px;
	}
	.label {
		font-size: 53%;
	}
	.alert,p {
		font-size: 14px;
	}
	.pagination {
		margin: 20px 0 0px;
	}
}
@media (max-width: 320px){
	.grid_4 {
		margin-top: 18px;
	}
	.alert, p,ol.breadcrumb li, .grid_3 p,.well, ul.list-group li, li.list-group-item1,a.list-group-item {
		font-size: 13px;
	}
	.alert {
		padding: 10px;
		margin-bottom: 10px;
	}
	ul.pagination li a {
		font-size: 14px;
		padding: 5px 11px !important;
	}
	.list-group {
		margin-bottom: 10px;
	}
	.well {
		padding: 10px;
	}
	.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
		font-size: 0.81em;
	}
	.table td, .table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
		padding: 12px!important;
	}
	.codes .row {
		margin: 0;
	}
}
/*-- //typography --*/
/*-- contact --*/
.agile-contact-form-heading {
    text-align: center;
    margin-bottom: 4em;
}
.agile-contact-form input[type="text"],.agile-contact-form input[type="email"],.agile-contact-form input[type="password"] {
	width: 49%;
    color: #999;
    background: none;
    outline: none;
    font-size: 1em;
    padding: 1em;
    margin: 0 .5em 1em 0;
    border-bottom: solid 2px #3C3C3C;
    border-top: none;
    border-left: none;
    border-right: none;
    -webkit-appearance: none;
}

.agile-contact-form textarea {
    resize: none;
    width: 100%;
    color: #999;
    background: none;
    font-size: 1em;
    outline: none;
    padding: 1em;
    min-height: 150px;
    -webkit-appearance: none;
    border-bottom: solid 2px #3C3C3C;
    border-top: none;
    border-left: none;
    border-right: none;
}
.agile-contact-form form input[type="submit"] {
	border: solid 2px #006CB5;
    color: #ffffff;
    font-size: 1em;
    padding: .5em 2em;
    text-decoration: none;
    background: #006CB5;
    margin: 1em 0 0 0;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}
.agile-contact-form form input[type="submit"]:hover {
    color: #353535;
    border: solid 2px #353535;
    background: none;
}
.w3agile-map{
    margin: 2em 0 0 0;
}
.w3agile-map iframe{
    border: none;
    min-height: 300px;
    width: 100%;	
}
/*-- //contact --*/
/*-- single --*/
.agileits-single-img img{
	width:100%;
}
.agileits-single-img h4{
	color: #000000;
    font-size: 1.2em;
    margin: 1em 0;
    font-weight: 600;
    line-height: 1.5em;
    text-transform: capitalize;
}
.agileinfo-single-icons{
	margin:2em 0;
}
.agileinfo-single-icons ul{
	padding:0;
	margin:0;
}
.agileinfo-single-icons ul li{
	display: inline-block;
    color: #999999;
    font-size: .9em;
    margin-right: 1.5em;
}
.agileinfo-single-icons ul li:last-child{
	margin-right:0;
}
.agileinfo-single-icons ul li a{
    color: #999999;
	text-decoration:none;
}
.agileinfo-single-icons ul li span{
    margin-left: .5em;
}
.agileinfo-single-icons ul li span:hover{
    color: #82b62d;
}
.agileits-single-img p{
    color: #999999;
    font-size: .9em;
    line-height: 1.8em;
    margin: 0;
}
/*-- comments --*/
.agileits_three_comments{
    margin: 4em 0;
}
.agileits_three_comment_grid{
    padding:3em 0;
    border-bottom: 1px solid #dddddd;
    width: 100%;
}
.agileits_tom {
	float: left;
    border: 1px dotted #353535;
    padding: .5em;
    width: 10%;
}
.agileits_tom  img{
	width:100%;
}
.agileits_tom_right{
    float: left;
    width: 70%;
    margin-left: 3em;
}
.hardy {
    float: left;
}
.reply {
    float: left;
    margin-left: 10em;
    margin-top: .5em;
}
.reply a {
    background: #ff9800;
    border: solid 2px #ff9800;
    padding: .5em 2em;
    color: #fff;
    font-size: .9em;
    text-decoration: none;
}
.reply a:hover{
	background:none;
	color:#212121;
	border: solid 2px #212121;
	background:none;
}
.agileits_tom_right p.lorem {
    color: #999999;
    font-size: .9em;
    line-height: 1.8em;
    margin: 1em 0 0 0;
}
.agileits_three_comments h3,.w3_leave_comment h3{
    text-align: left;
    color: #212121;
    font-size: 1.5em;
    margin: 1em 0;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 4px;
}
.hardy h4 {
    font-size: 1.2em;
    color: #000000;
    margin: 0;
    font-weight: 600;
}
.hardy p {
    color: #999999;
    margin: .5em 0 0;
    font-size: .9em;
}
.agileits_three_comment_grid:nth-child(2){
    margin:4em 0 0;
	padding-top:0 !important;
}
.agileits_three_comment_grid:last-child{
	border-bottom:none;
	padding-bottom:0 !important;
}
.agileits_three_comment_grid1{
	padding-left:5em;
}
/*-- //comments --*/
/*-- leave-comments --*/
.w3_leave_comment {
    width: 70%;
}
.w3_leave_comment form {
    margin: 3em 0 0;
}
.w3_leave_comment input[type="text"], .w3_leave_comment input[type="email"], .w3_leave_comment textarea {
    background: none;
    border: 1.5px solid #BBBBBB;
    width: 100%;
    outline: none;
    padding: 10px;
    font-size: .9em;
    color: #BBBBBB;
}
.w3_leave_comment input[type="email"], .w3_leave_comment textarea {
    margin: 1em 0;
}
.w3_leave_comment textarea {
    min-height: 200px;
    resize: none;
}
.w3_leave_comment input[type="submit"] {
    background: #ff9800;
    border: solid 2px #006CB5;
    padding: .5em 2em;
    color: #fff;
    font-size: .9em;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 600;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}
.w3_leave_comment input[type="submit"]:hover {
    border: solid 2px #212121;
    color: #212121;
    background: none;
	text-transform: uppercase;
    font-weight: 600;
}
/*-- //leave-comments --*/
/*-- //single --*/
/*-- to-top --*/
#toTop {
	display: none;
	text-decoration: none;
	position: fixed;
	bottom: 50px;
	right: 2%;
	overflow: hidden;
	z-index: 999; 
	width: 40px;
	height: 40px;
	border: none;
	text-indent: 100%;
	background: url(../images/arrow.png) no-repeat 0px 0px;
}
#toTopHover {
	width: 40px;
	height: 40px;
	display: block;
	overflow: hidden;
	float: right;
	opacity: 0;
	-moz-opacity: 0;
	filter: alpha(opacity=0);
}
/*-- //to-top --*/
/*-- responsive --*/
@media(max-width:1080px){
	.icon-left {
		float: none;
		margin: 0 auto 1em;
	}
	.icon-right {
		float: none;
		width: 100%;
		text-align: center;
	}
	.feedback-grids {
		margin: 2em auto 0;
		width: 80%;
	}
	.agile-footer-grid {
		width: 50%;
		margin: 0 0 2em 0;
	}
	.agile-footer-grid:nth-child(3),.agile-footer-grid:nth-child(4){
		margin:0;
	}
	.agileits-caption {
		padding: .5em;
		height: 144px;
	}
	.icon-box {
		padding: 8px 4px;
		font-size: .9em;
	}
	ul.dropdown-menu {
		min-width: 100%;
	}
	.agile-contact-form input[type="text"], .agile-contact-form input[type="email"] {
		width: 48%;
	}
}
@media(max-width:1024px){
	.w3layouts-phone h2 {
		font-size: 3em;
	}
	.w3layouts-phone h3 {
		font-size: 4em;
	}
	.w3layouts-phone i.fa.fa-cutlery {
		margin: 2em 0 0 0;
	}
}
@media(max-width:991px){
	.tabs-right {
		padding: 0 1em;
	}
	.wthree-welcome-bottom-left:nth-child(2) {
		margin: 2em 0 0 0;
	}
	.w3ls-markets-grid{
		margin: 1em 0 0 0 !important;
	}
	.w3ls-markets-grid:nth-child(1) {
		margin: 0;
	}
	.feedback-img-info {
		width: 65%;
	}
	.agile-footer-grid {
		width: 100%;
		margin: 0 0 2em 0 !important;
	}
	.agile-footer-grid:nth-child(4) {
	    margin: 0 !important;
	}
	.wthree-offers-right {
		margin: 2em 0 0 0;
		font-size:14px;
	}
	.agile-gallery-grid {
		width: 50%;
		float: left;
	}
	.agile-gallery-grid:nth-child(1),.agile-gallery-grid:nth-child(2){
		margin:0 0 2em 0;
	}
	.agileits-caption {
		height: 220px;
	}
	.agileits-caption h4 {
		margin: 2.5em 0 0 0;
	}
}
@media(max-width:736px){
	.navbar-header {
		text-align: center;
	}
	.navbar-toggle {
		float: none;
		margin-right: 0;
	}
	.navbar-default .navbar-toggle {
		border-color: #fff;
	}
	.navbar-default .navbar-toggle .icon-bar {
		background-color: #fff;
	}
	.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
		background-color: #006CB5;
	}
	.top-nav ul li {
		display: block;
		float: none;
		width: 100%;
	}
	.navbar-default .navbar-collapse, .navbar-default .navbar-form {
		border: none;
		position: absolute;
		width: 100%;
		box-shadow: none;
		z-index: 999;
	}
	.team-grid:nth-child(2) {
		margin: 2em 0;
	}
}
@media(max-width:667px){
	.agileits-caption {
		height: 196px;
	}
}
@media(max-width:640px){
	.w3layouts-phone h2 {
		font-size: 2em;
	}
	.w3layouts-phone i.fa.fa-cutlery {
		margin: 1em 0 0 0;
	}
	.w3layouts-phone h3 {
		font-size: 3em;
	}
	.w3layouts-phone p {
		font-size: 1em;
	}
	.w3-banner {
		padding: 2em 0 4em 0;
	}
	.subscribe-grid input[type="text"] {
		width: 60%;
	}
	.agileits-caption {
		height: 187px;
	}
	.agileits-caption h4 {
		margin: 2em 0 0 0;
	}
}
@media(max-width:568px){
	.agileits-caption {
		height: 162px;
	}
	.agileits_tom {
		width: 15%;
	}
}
@media(max-width:480px){
	.w3layouts-logo h1 a {
		font-size: 1em;
	}
	.header-right {
		margin: 1em 0 0 0;
	}
	.tabs-right {
		margin: 1em 0 0 0;
	}
	.w3-text h3, .w3l-services-heading h3 {
		font-size: 2em;
	}
	.wthree-heading h3, .agileits-top-heading h2 {
		font-size: 2em;
	}
	.agileits_tom_right {
		margin-left: 1em;
	}
	.agileits_tom {
		width: 20%;
	}
	.w3_leave_comment {
		width: 100%;
	}
	.agile-contact-form input[type="text"], .agile-contact-form input[type="email"] {
		width: 100%;
	}
	.agileits-caption {
		height: 124px;
	}
	.agileits-caption h4 {
		margin: 0em 0 0 0;
	}
	.agileits-caption p {
		font-size: .9em;
	}
}
@media(max-width:414px){
	.w3layouts-logo h1 a {
		font-size: .9em;
	}
	.w3layouts-phone i.fa.fa-cutlery {
		font-size: 1.5em;
		width: 80px;
		height: 80px;
	}
	.w3layouts-phone h3 {
		font-size: 2.5em;
	}
	.tab-grid-left {
		width: 100%;
	}
	.tabs .nav-tabs li {
		display: inline-block;
	}
	.tab-grid-right {
		padding: 0;
	}
	.tabs, .markets, .feedback, .newsletter, .footer, .about, .team,.offers, .gallery-grids, .codes, .typography, .contact, .single {
		padding: 2em 0;
	}
	.welcome-bottom {
		padding: 0 0 2em 0;
	}
	.markets-grids, .agileits-feedback-grids, .w3-agileits-newsletter, .team-grids, .agile-contact-form,.offers-grids {
		margin: 2em 0 0 0;
	}
	.offers-text {
		width: 80%;
	}
	.agile-gallery-grid {
		width: 100%;
		float: none;
	}
	.agile-gallery-grid:nth-child(1), .agile-gallery-grid:nth-child(2), .agile-gallery-grid:nth-child(3) {
		margin: 0 0 1em 0;
	}
	.agileits-caption {
		height: 225px;
	}
	.agileits-caption h4 {
		margin: 3em 0 0 0;
	}
	.reply {
		margin-left: 1em;
	}
	.agileits_three_comment_grid1 {
		padding-left: 2em;
	}
	.agileits_tom_right {
		width: 75%;
	}
	.icons .bs-glyphicons li {
		width: 31%;
	}
}
@media(max-width:384px){
	.header-left {
		float: none;
		text-align: center;
	}
	.header-right {
		float: none;
		text-align: center;
	}
	.w3layouts-phone h2 {
		font-size: 1.5em;
	}
	.w3-banner {
		padding: 2em 0 3em 0;
	}
	.tabs .nav-tabs li a {
		padding: 1.5em;
	}
	.agileits_tom_right {
		margin-left: .5em;
	}
	.reply {
		margin-left: .5em;
	}
	.agileits_three_comments h3, .w3_leave_comment h3 {
		font-size: 1.2em;
	}
	.agileits-caption {
		height: 215px;
	}
}
@media(max-width:375px){
	.wthree-heading h3, .agileits-top-heading h2 {
		font-size: 1.5em;
	}
	.agileits-caption {
		height: 208px;
	}
	.agileits_three_comment_grid1 {
		padding: 1em 0;
		padding-left: 1em;
	}
	.agileits_three_comment_grid:nth-child(2) {
		margin: 2em 0 0;
	}
	.agileits_three_comments {
		margin: 2em 0;
	}
}
@media(max-width:320px){
	.w3-banner {
		padding: 1em 0 3em 0;
	}
	.w3layouts-phone i.fa.fa-cutlery {
		font-size: 1em;
		width: 60px;
		height: 60px;
	}
	.w3layouts-phone h3 {
		font-size: 2em;
	}
	.w3-banner {
		padding: 1em 0 2em 0;
	}
	.tabs .nav-tabs li a {
		padding: 1em;
	}
	.w3-text h3, .w3l-services-heading h3 {
		font-size: 1.5em;
	}
	.tab-grid-right {
		width: 100%;
	}
	.wthree-heading h3, .agileits-top-heading h2 {
		letter-spacing: 1px;
	}
	.subscribe-grid input[type="text"] {
		width: 70%;
	}
	.offers-text {
		width: 77%;
	}
	.offers-left-heading h4 {
		font-size: 1em;
	}
	.agile-footer-grid h4 {
		font-size: 1em;
	}
	.top-nav ul li a {
		font-size: .9em;
		padding: .5em;
	}
	.agileits-caption {
		height: 170px;
	}
	.agileits-caption h4 {
		margin: 2em 0 0 0;
	}
	h3.hdg {
		font-size: 2em;
	}
}
/*-- //responsive --*/
.agileits-single-img ul li {
	font-size: 0.8em;
	color:#666;
	}
	section {
            background: #f5f5f5;
            margin: 0;
        }
	/* Slider-specific styles */
        .aslide {
            display: none;
            background: #ffffff;
        }
        .aslide img {
            max-width: 100%;
            width: 100%;
        }
        #slider {
            width: 90%;
			height: auto;
            margin: 0 auto;
            margin-bottom: 15px;
            border: 6px solid #ffffff;
            box-shadow: 0 3px 10px #777;
        }
        .aslide .text {
            color: #f8f8f8;
            text-shadow: 0 0 2px #000;
            font-weight: bold;
            font-size: 36px;
            width: 100%;
            text-align: center;
            position: absolute;
            bottom: 30px;
            font-family: sans-serif;            
        }
        @media screen and (max-width: 700px) {
            .aslide .text {
                font-size: 24px !important;
            }
            .box {
                width: auto;
            }
        }
        @media screen and (max-width: 500px) {
            header {
                padding: 14px;
            }
            h1 {
                font-size: 26px;
            }
            h2, section h2 {
                font-size: 22px;
            }
            .aslide .text {
                font-size: 16px !important;
            }
            .box {
                width: auto;
                padding: 5px;
                border-right: 0;
                border-left: 0;
            }
        }
        /* End slider-specific styles */

.video-responsive {
position: relative;
padding-bottom: 56.25%; /* 16/9 ratio */
padding-top: 30px; /* IE6 workaround*/
height: 0;
overflow: hidden;
}
 
.video-responsive iframe,
.video-responsive object,
.video-responsive embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}