body{
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	margin:0;
	padding:0;
	background:#ffffff;
 }
body a{
	transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all;
}
h1,h2,h3,h4,h5,h6{
	margin:0;	
    font-family: 'Ubuntu', sans-serif;	
	font-weight:400;
}
p{
	margin:0;
}
ul{
margin:0;
padding:0;
}
a:hover, a:focus {
text-decoration:none !important;
}
/*--header--*/

.top-menu {
  float: right;
}

.navigation {
width: 62%;
  float: right;
  margin-top: 20px;
}
.nav-wil{
	padding:0;
	  float: right;
}
.navbar-default .navbar-nav > li > a{
	color:#A9A9A9;
  	transition:0.8s all;
	-webkit-transition:0.8s all;
	-moz-transition:0.8s all;
	-o-transition:0.8s all;
	-ms-transition:0.8s all;
}
a#user_info {
    color:#bb110c;
}
a#user_info:hover {
    color:#bb110c;
}
.nav > li > a {
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  margin: 0px 18px !important;
  padding: 0;
  font-size: 1.3em;

}
.nav > li > a:hover {
	color: #bb110c !important;
  	transition:0.8s all;
	-webkit-transition:0.8s all;
	-moz-transition:0.8s all;
	-o-transition:0.8s all;
	-ms-transition:0.8s all;
}
ul.nav.navbar-nav li a.active {
  color: #eb5424 !important;
  	transition:0.8s all;
	-webkit-transition:0.8s all;
	-moz-transition:0.8s all;
	-o-transition:0.8s all;
	-ms-transition:0.8s all;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
color: #A9A9A9;
  background:none;
  	transition:0.8s all;
	-webkit-transition:0.8s all;
	-moz-transition:0.8s all;
	-o-transition:0.8s all;
	-ms-transition:0.8s all;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
  color: #bb110c;
    background: none;
  	transition:0.8s all;
	-webkit-transition:0.8s all;
	-moz-transition:0.8s all;
	-o-transition:0.8s all;
	-ms-transition:0.8s all;
}
.navbar-nav > li {
  display: inline-block !important;
}	
.navbar-default {
  background-color: rgba(255, 255, 255, 0);
  border-color: rgba(255, 255, 255, 0);
  margin-bottom: 0;
    border: none;
}
.navbar {
  min-height: 38px;
}
.header-nav {
  color: #000;
    position: relative;
}
.grid__item.color-11:hover {
  box-sizing: 0;
  border-top: 0 !important;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    color: #29c0ff;
    background: none;
}
/*--/header--*/
.banner {
	background: url('../images/epaper-banner-new.jpg') no-repeat -0px 0;
	min-height: 670px;
	background-size: cover;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	-ms-background-size: cover;
	-o-background-size: cover;
}
.banner-bottom-strip {
 background: #bb110c;
  background-size: cover;
  min-height: 239px;
}
.banner-bottom-strip h3 {
      font-size: 2.5em;
    color: #fff;
    margin: .9em 0 .5em;
    font-weight: 400;
}
.banner-bottom-strip p {
  font-size: 1em;
  color: #E2E2E2;
		line-height: 1.6em;
		margin-bottom: 8px;
}
.header {
    position: relative;
    border-bottom: 1px solid #d9d9d9;
    box-shadow: 0px 3px 6px #ecebeb;
    background: #f9f9f9;
}
.login-box {
    float:right;
    width: 25%;
    margin-right:122px;
    margin-top:100px;
}
.login-box .nav-pills li {
    padding: 10px;
    border-top-left-radius:5px;
    border-top-right-radius:5px;
    background: #bb110c;
}
.login-box .nav-pills li.active {
    background: rgba(249, 248, 248, 0.7);
    border-top: 1px solid #ecebeb;
    border-left: 1px solid #ecebeb;
    border-right: 1px solid #ecebeb;
    box-shadow: 3px -1px 5px #ecebeb;
}
.login-box .nav-pills li.active a{
    color:#847d7d !important;
    background-color:transparent !important;
}
.login-box .nav-pills li a{
    color:#fff !important;
    background-color:transparent !important;
}
.login-box .tab-content {
    background: rgba(249, 248, 248, 0.7);
    min-height: 376px;
    padding: 11px;
    box-shadow: 0px 3px 6px #ecebeb;
    margin-left:1px;
}
.separator {
    color:#847d7d;
    text-align: center;
    margin-top: 23px;
}
.login-box .btn-fb{
    background-color: #3b5999;
    border-radius: 0;
    color: #fff;
    float: left;
    margin-top: 5px;
    width: 100%;
    line-height: 21px;
    text-transform: uppercase;
    font-weight: 900;
    font-style: normal;
}
.login-box .btn-gplus {
	float: left;
	width: 100%;
	background-color: #bb110c;
	color: #fff;
	border-radius: 0;
	margin-top: 10px;
	text-transform: uppercase;
	font-weight: 900;
	font-style: normal;
}
.login-box .btn-reg {
	background-color: #bb110c;
	border-radius: 0;
	color: #fff;
	float: left;
	margin-top: 5px;
	width: 100%;
	line-height: 21px;
	text-transform: uppercase;
	font-weight: 900;
	font-style: normal;
}
.forgot-pass {
display: inline-block;
margin-top: 7px;
}
.inp-label {
    float:left;
    width:28%;
    display:inline-block;
    padding: 7px;
    font-size: 16px;
    font-family: sans-serif;
    color:#847d7d;
}
.inp-box {
float:left;
width:70%;
display:inline-block;
}
.login-box .row {
    margin-bottom: 4px;
}
.reginp-label {
    float:left;
    width:37%;
    display:inline-block;
    padding: 7px;
    font-size: 15px;
    font-family: sans-serif;
    color:#847d7d;
}
.reginp-box {
float:left;
width:62%;
display:inline-block;
}
.inp-box .form-control,.reginp-box .form-control {
    border-radius:0;
}
.btn-row {
padding:10px;
}
#register_form .btn-row {
padding:10px 4px 10px 10px;
}

/* Common style */
.grid h4 {
  font-family: 'Ubuntu', sans-serif;
  font-size: 3em;
  text-align: center;
  color: #222;
  text-transform: capitalize;
  margin-bottom: 22px;
}
.grid figure img {
	position: relative;
	display: block;
	min-height: 100%;
	max-width: 100%;
	opacity: 0.8;
}

.grid figure figcaption {
	padding: 2em;
	color: #fff;
	text-transform: uppercase;
	font-size: 1.25em;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.grid figure figcaption::before,
.grid figure figcaption::after {
	pointer-events: none;
}

.grid figure figcaption,
.grid figure figcaption > a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
.grid figure figcaption > a {
	z-index: 1000;
	text-indent: 200%;
	white-space: nowrap;
	font-size: 0;
	opacity: 0;
}

.grid figure h3 {
	word-spacing: -0.15em;
	font-weight: 300;
}

.grid figure h3 span {
	font-weight: 800;
}

.grid figure h3,
.grid figure p {
	margin: 0;
}

.grid figure p {
	letter-spacing: 1px;
	font-size: 68.5%;
}
    .grid figure h3 {
        font-size: 19px !important;
    }

/* Individual effects */

/*---------------*/
/***** Julia *****/
/*---------------*/

figure.effect-julia {
	background: #2f3238;
}

figure.effect-julia img {
	max-width: none;
	height: 260px;
	-webkit-transition: opacity 1s, -webkit-transform 1s;
	transition: opacity 1s, transform 1s;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

figure.effect-julia figcaption {
	text-align: left;
}

figure.effect-julia h3 {
	position: relative;
	padding: 0.5em 0;
	margin-top: 2em;
}

figure.effect-julia p {
	display: inline-block;
	    margin: 1em 0 0.25em;
    padding: 0.4em 1em;
    background: hsla(0, 7%, 8%, 0.76);
    color: #29c0ff;
	text-transform: none;
	font-weight: 500;
	font-size: 75%;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(-360px,0,0);
	transform: translate3d(-360px,0,0);
}

figure.effect-julia p:first-child {
	-webkit-transition-delay: 0.15s;
	transition-delay: 0.15s;
}

figure.effect-julia p:nth-of-type(2) {
	-webkit-transition-delay: 0.1s;
	transition-delay: 0.1s;
}

figure.effect-julia p:nth-of-type(3) {
	-webkit-transition-delay: 0.05s;
	transition-delay: 0.05s;
}

figure.effect-julia:hover p:first-child {
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
}

figure.effect-julia:hover p:nth-of-type(2) {
	-webkit-transition-delay: 0.05s;
	transition-delay: 0.05s;
}

figure.effect-julia:hover p:nth-of-type(3) {
	-webkit-transition-delay: 0.1s;
	transition-delay: 0.1s;
}

figure.effect-julia:hover img {
	opacity: 0.4;
	-webkit-transform: scale3d(1.1,1.1,1);
	transform: scale3d(1.1,1.1,1);
}

figure.effect-julia:hover p {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

/*-----------------*/
/*--/effect-grid--*/


.tab-container .tab-content {
  border-radius: 0 2px 2px 2px;
  border: 1px solid #e0e0e0;
  padding: 16px;
  background-color: #ffffff;
}
.nav-tabs {
  margin-bottom: 1em;
}
.alert {
  font-size: 0.85em;
}
.alert {
    padding: 6px;
    width: 93%;
    margin-bottom: 20px;
    border: 1px solid transparent;
    /* border-radius: 4px; */
}
.alert-danger {
    color: #e65a5a;
    background-color: #fbb1b1;
    border-color: #ebccd1;
    text-align: center;
}
.alert-warning {
    color: #ea7c69;
    background-color: #fcefe3;
    border-color: #faebcc;
    text-align: center;
}
/*--common style--*/
.grid {
  position: relative;
  clear: both;
  margin: 0 auto;
  padding: 6em 0 0em;
  list-style: none;
  text-align: center;
}
.grid figure {
  position: relative;
    float: left;
    overflow: hidden;
    margin: 2px 2px;
    /* min-width: 376px; */
    /* max-height: 270px; */
    max-width: 209px;
    /* width: 1%; */
    height: auto;
}

.grid figure img {
	position: relative;
	display: block;
	min-height: 100%;
	max-width: 100%;
	opacity: 0.8;
	  width: 100%;
}

.grid figure figcaption {
	padding: 2em;
	color: #fff;
	text-transform: uppercase;
	font-size: 1.25em;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.grid figure figcaption::before,
.grid figure figcaption::after {
	pointer-events: none;
}
.grid figure figcaption,
.grid figure figcaption > a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
.grid figure figcaption > a {
	z-index: 1000;
	text-indent: 200%;
	white-space: nowrap;
	font-size: 0;
	opacity: 0;
}
.grid figure h2 {
	word-spacing: -0.15em;
	font-weight: 300;
}
.grid figure h2 span {
  font-weight: 600;
  color: #FFFFFF;
  margin-left: 5px;
}
.grid figure h2 {
	   font-size: 1.2em;
}
/***** Hera *****/
/*-----------------*/

figure.effect-hera {
	background: #303fa9;
}

figure.effect-hera h2 {
	font-size: 158.75%;
}

figure.effect-hera h2,
figure.effect-hera p {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(-50%,-50%,0);
	transform: translate3d(-50%,-50%,0);
	-webkit-transform-origin: 50%;
	transform-origin: 50%;
}

figure.effect-hera figcaption::before {
	position: absolute;
	  top: 49%;
	  left: 49%;
	  width: 160px;
	  height: 160px;
	border: 2px solid #fff;
	content: '';
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(-50%,-50%,0) rotate3d(0,0,1,-45deg) scale3d(0,0,1);
	transform: translate3d(-50%,-50%,0) rotate3d(0,0,1,-45deg) scale3d(0,0,1);
	-webkit-transform-origin: 50%;
	transform-origin: 50%;
}

figure.effect-hera p {
	width: 100px;
	text-transform: none;
	font-size: 121%;
	line-height: 2;
}

figure.effect-hera p a {
	color: #fff;
}

figure.effect-hera p a:hover,
figure.effect-hera p a:focus {
	opacity: 0.6;
}

figure.effect-hera p a i {
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
}

figure.effect-hera p a:first-child i {
	-webkit-transform: translate3d(-60px,-60px,0);
	transform: translate3d(-60px,-60px,0);
}

figure.effect-hera p a:nth-child(2) i {
	-webkit-transform: translate3d(60px,-60px,0);
	transform: translate3d(60px,-60px,0);
}

figure.effect-hera p a:nth-child(3) i {
	-webkit-transform: translate3d(-60px,60px,0);
	transform: translate3d(-60px,60px,0);
}

figure.effect-hera p a:nth-child(4) i {
	-webkit-transform: translate3d(60px,60px,0);
	transform: translate3d(60px,60px,0);
}

figure.effect-hera:hover figcaption::before {
	opacity: 1;
	-webkit-transform: translate3d(-50%,-50%,0) rotate3d(0,0,1,-45deg) scale3d(1,1,1);
	transform: translate3d(-50%,-50%,0) rotate3d(0,0,1,-45deg) scale3d(1,1,1);
}

figure.effect-hera:hover h2 {
	opacity: 0;
	-webkit-transform: translate3d(-50%,-50%,0) scale3d(0.8,0.8,1);
	transform: translate3d(-50%,-50%,0) scale3d(0.8,0.8,1);
}

/*-----------------------------------------------------------------------------------*/
/*	Animation effects
/*-----------------------------------------------------------------------------------*/
.b-animate-go{
	text-decoration:none;
}
.b-animate{
	transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	visibility: hidden;
	font-size:1.1em;
	font-weight:700;
	width: 75%;
	margin: 0 auto;
	top:45%;
	color: #FFD670;
}
.b-animate img{

	display: -webkit-inline-box;
}
/* lt-ie9 */
.b-animate-go:hover .b-animate{
	visibility:visible;
}
.b-from-left{
	position:relative;
	left:-100%;
}
.b-animate-go:hover .b-from-left{
	left:0;
}
h4.b-animate.b-from-left.b-delay03 i {
    color: #fff;
    font-size: 2em;
}
.zoom-icon {
  position: absolute;
  opacity: 0;
  filter: alpha(opacity=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=0)";
  display: block;
  left: 0;
  top: -152px;
  width: 290px;
  height: 219px;
  background: rgba(0, 89, 142, 0.58) url(../images/zoom-icon.png) center center no-repeat;
  cursor: pointer;
  transition: all .2s ease-in-out;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
}
.grid_box .zoom-icon {
	top: -50px;
	width:100%;
	height: 220px;	
}
.grid_box a:hover .zoom-icon {
	top:20px;
	opacity: 1;
	filter: alpha(opacity=99); 
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=99)";
}

/* Self Clearing Goodness */
.container:after { content: "\0020"; display: block; height: 0; clear: both; visibility: hidden; }
.clearfix:before,
.clearfix:after,
.row:before,
.row:after {
  content: '\0020';
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0; 
}
.row:after,
.clearfix:after {
  clear: both; 
}
.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}
/*----responsive-menu-start--*/
@media(max-width:1440px){
	.banner {
	  min-height: 540px;
	 
	}
	
	.banner5 {
	  min-height: 100px;
	}
    .login-box {
        float: right;
        width: 33%;
        margin-right: 0px;
        margin-top: 63px;
    }
}
@media(max-width:1024px){
	.nav > li > a {
	  margin: 0 18px !important;
	}
	.navigation {
	  float: right;
	  width: 70%;
	  margin-top: 18px;
	}
	.banner-slide{
		min-height: 350px;
	}
	.banner {
	  min-height: 386px;
	
	}
	.banner-info {
		float: right;
		margin: 3em 0em 0 0;
	}
	.banner-info h3 {
		font-size: 3.3em;
	}
	.banner-bottom-strip-w3ls-agile h3 {
	  font-size: 2em;
	  margin: .5em 0 .2em;
	}
	.banner-title h2 {
		  font-size: 4em;
		  padding-top: 2em;
		    margin-left: .9em;
	}
	.grid figure figcaption {
	  padding: 1em;
	  font-size: 1.2em;
	}
	.index-services {
	  padding: 5em 0 5em;
	}
	.blog-to {
	  margin-right: 18px;
	}
	.index-services h4 {
	  margin-bottom: 30px;
	}
	.banner-title p {
	  width: 58%;
	    margin-left: 2.9em;
	}
	.banner5 {
	  min-height: 100px;
	}
	.product-grd {
	  margin: 0;
	}
	.features-left img {
	  height: 303px;
	}
	.features-left1 img {
	  height: 308px;
	}
	.header-nav {
	  padding: 0em 0;
	}
	.testimonials-quote h5 {
	  font-size: 1.8em;
	}
	.testimonials-text {
	  padding-top: 6em;
	  padding-left: 3em;
	  min-height: 250px;
	}
	.testimonials-quote {
	  min-height: 235px;
	}
	.top-blog {
	  width: 77%;
	}
	.pagination {
	  padding-left: 26em;
	}
	.single-inline {
	  padding-top: 2em;
	}
	.grid {
	  padding: 4em 0 0em;
	}
	.blog-left {
	  padding-right: 1em;
	}
	.team-grid1 img {
	  width: 100%;
	}
	.contact-textarea input[type="submit"] {
	  width: 48%;
	    margin: 10px 8px 0px 0px;
	}
	.products {
	  padding: 2em 0;
	}
	.testimonials {
	  margin: 0em 0 3em;
	}
	.ftr-logo a h2 {
	  font-size: 2.7em;
	}
	.footer {
	  padding: 3em 0;
	}
	.abouts, .services, .blog, .gallery, .contact {
	  padding: 2em 0;
	}
	.banner-info p {
		padding: 0;
	}
	.logo a {
    text-decoration: none;
    font-size: 1.5em;
    letter-spacing: 0px;
    line-height: 1em;
	}
	.welcome-wthree-agileinfo h3,.index-services h4,.grid h4 {
    font-size: 3.5em;
	}
	.is-img ul li {
		margin: 38px 0px 0px 60px;
		font-size: 1.5em;
	}
	.selected i span {
		margin-left: 12px;
		font-size: 0.9em;
	}
	.nav > li > a {
		margin: 0 15px !important;
	}
    .login-box {
        width: 44%;
    }
}
@media(max-width:991px){
    .login-box {
        width: 44%;
    }
	.nav > li > a {
	  margin: 0 9px !important;
	  font-size: 1.2em;
	}
	.navbar-nav > li {
	  display: inline-block !important;
	  margin: 0 6px !important;
	}
	.banner-info p {
    width: 79%;
}
	.banner-bottom-strip-w3ls-agile h3 {
	  font-size: 2.3em;
	  margin-bottom: 4px;
	  margin-top: 0;
	}
	.work-wrapper {
	  width: 50%;
	  float: left;
	}
	.welcome-wthree-agileinfo p {
	  width: 77%;
	}
	.work-details p {
	  width: 100%;
	    font-size: .95em;
	}
	.grid figure {
	  /*min-width: 236px;
	  max-height: 168px;*/
	}
	figure.effect-julia p {
	  margin: 0 0 0em;
	
	}
	.is-text {
	  width: 50%;
	  float: left;
	}
	.is-text {
	  width: 50%;
	  float: left;
	}
	.is-img {
			  width: 50%;
	  float: left;
	}
	.is-img ul li {
	  margin: 25px 0px 0px 26px;
	}
	.work {
	  float: left;
	  width: 100%;
	}
	.banner {
	  min-height: 318px;
	
	}
		.banner5 {
	  min-height: 100px;
	}
	.banner-info h3{
	  font-size: 3.1em;
	}
	.banner-title h2 {
	  font-size: 3em;
	  padding-top: 2.5em;
	  margin-left: 1.2em;
	}
	.blog-to {
	  margin-right: 8px;
	}
	.banner-title p {
	  width: 66%;
	  font-size: 1.2em;
	    margin-left: 3.1em;
	}
	.banner-bottom-strip-w3ls-agile p {
	  font-size: .95em;
	}
	.product-grd {
	  margin: 0;
	  width: 31.3%;
	  float: left;
	  margin-left: 1.6%;
	}
	.features-left {
	  padding-left: 0;
	}
	.features-right {
	  width: 50%;
	  float: left;
	}
	.features-left {
	  width: 50%;
	  float:left;
	}
	.features-right p {
	  overflow: hidden;
	  height: 130px;
	}
	.features-right1 p {
	  overflow: hidden;
	  height: 130px;
	}
	.features-right1 {
	  width: 50%;
	  float: left;
	}
	.features-left1 img {
	  width: 100%;
	  float: left;
	    height: 263px;
	}
	.features-left img {
	  height: 258px;
	}
	.testimonials-text {
	  padding-left: 5em;
	}
	.testimonials-quote {
	  min-height: 168px;
	}
	.about-top-left {
	  width: 50%;
	  float: left;
	}
	.team-grid {
	width: 50%;
	  float: left;
	  padding-left: 15px;
	  padding-right: 15px;
	  margin-bottom: 2em;
	}
	.testimonials-text {
	  min-height: 200px;
	    padding-top: 5em;
	}
	.banner-bottom-strip-w3ls-agile {
	  padding: 15px 0;
	}
	.team-grid1 img {
	  width: 100%;
	}
	.team-grid1 {
	  width: 50%;
	  float: left;
	  padding-left: 15px;
	  padding-right: 15px;
	}
	.top-blog {
	   width: 76%;
  margin: 0.5em 0em 0em 1em;
	}
	.pagination {
  padding-left: 19em;
  padding-top: 2em;
}
.grid figure h2 {
  font-size: 1em;
}
	.team-grid1 p {
	  margin-bottom: 2em;
	}
	.products {
	  padding: 2em 0;
	}
	.features-info1 {
	  margin-top: 2em;
	}
	.features-info1 {
	  margin-top: 2em;
	}
	.team-work {
	  margin-bottom: 1em;
	    margin-top: 0;
	}
	.testimonials {
 		 margin: 1em 0 3em;
	}
	.features-info {
	  margin-top: 2em;
	}
	.features1 {
	  padding: 0em 0 4em;
	}
	.features {
	  padding: 1em 0 4em;
	}
	.features1 {
	  padding: 0em 0 2em;
	}
	h3.team {
	  margin-bottom: .7em;
	}
	.about-top-right h4 {
	  letter-spacing: 0;
	  font-size: 1.1em;
	  line-height: 1.8em;
	}
	.abouts, .services, .blog, .gallery, .contact {
	  padding: 2em 0;
	}
	.single-inline {
	  padding-top: 2em;
	}
	.about-top {
	  margin-top: 2em;
	}
	.grid_4 {
	  margin-top: 2em;
	    padding: 0em 0em 1em 1em;
	}
	.grid_5 {
	  padding: 1em 0em 1em 1em;
	}
	section#tables {
	  padding: 1em 0em 1em 1em;
	}
	.moments-left {
	  width: 33%;
	  float: left;
	}
	.contact-top-left-wthree-agile iframe {
	  height: 300px;
	}
	.contact-top-right {
	  margin-top: 2em;
	}
	.label {
	  font-size: 61%;
	}
	.single-bottom input[type="text"], .single-bottom textarea {
	  margin-bottom: 10px;
	}
	.single-bottom textarea {
	  margin: 0;
	    width: 100%;
	}
	.comment {
	  padding: 0;
	}
	.moments-bottom {
	  margin-left: 1.2em;
	}
	.single-bottom input[type="submit"] {
	  margin: .5em 0.8em 0 0;
	}
	.single-bottom {
	  padding: 0em 0 3em;
	}
	.product-grid {
	  width: 50%;
	  float: left;
	}
	.single-bottom input[type="submit"] {
	  width: 13%;
	}
	.contact-textarea input[type="submit"] {
	  margin: 10px 16px 0px 0px;
	}
	.footer {
	  padding: 2em 0 1em;
	}
	.contact-top {
	  padding-top: 2em;
	}
	.work-details {
	  margin: 1.3em 20px 0;
	}
	.navigation {
	  float: right;
	  width: auto;
	  margin-top: 20px;
	}
	.about-top-right {
	  padding-left: 0;
	}
	.logo a {
		text-decoration: none;
		font-size: 1.4em;
		letter-spacing: 0px;
		line-height: 1em;
	}
	.nav > li > a {
		margin: 0 11px !important;
	}
	.team-grid1 {
		padding-left: 0;
		float: left;
		width: 50%;
		margin-bottom: 2em;
	}
	.ftr {
		margin-top: 0em;
		padding: 0;
		margin-bottom: 2em;
	}
	.ftr-logo {
		margin-top: 6em;
		padding: 0;
	}
	.welcome-wthree-agileinfo h3, .index-services h4, .grid h4 {
		font-size: 3em;
	}
	.icon-box {
    padding: 8px 4px;
	}
	.logo span {
    display: block;
    font-size: 12px;
    text-align: right;
    letter-spacing: 2px;
    top: 37px;
    position: absolute;
    right: -60px;
	}
}
@media(max-width:800px){
	.nav > li > a {
		margin: 0 5px !important;
	}
    .login-box {
        width: 44%;
    }
}
@media(max-width:768px){
	.nav > li > a {
	  margin: 0 9px !important;
	  font-size: 1.2em;
	}
	.navbar-nav > li {
	  display: inline-block !important;
	  margin: 0 6px !important;
	}
	.banner-info p {
		width: 80%;
	}
	.banner-bottom-strip-w3ls-agile h3 {
	  font-size: 2.3em;
	  margin-bottom: 4px;
	  margin-top: 0;
	}
	figure.effect-julia h3 {
		position: relative;
		padding: 0.5em 0;
		margin-top: 1em;
	}
	.grid figure {
	  /*min-width: 236px;
	  max-height: 168px;*/
	}
    .login-box {
       width: 63%;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    margin-top: 329px;
    }


}
@media(max-width:767px){
	.navbar-toggle {
	  margin-top: -3px;
	}
	.navbar-nav > li {
		display: block !important;
		margin: 0 6px !important;
	}
	.navbar-nav {
		margin: 0px!important;
	}
	.navbar-default .navbar-toggle {
	  border-color: #ddd;
	  background-color: #29c0ff !important;
	}
	.navigation {
	  margin-top: 16px;
	}
	.navbar-toggle {
	  margin-top: 0px;
	}
	.navbar-nav > li {
	  display: inline !important;
	  margin: 0 6px;
	  text-align: right;
	}
	.navbar-nav {
	  margin: 0;
	  width: 100%;
	}
	.navbar-nav .open .dropdown-menu {
		position: static;
		float: none;
		width: auto;
		margin-top: 0;
		background-color: rgba(228, 222, 222, 0.36);
		border: 0;
		-webkit-box-shadow: none;
		box-shadow: none;
		text-align: center;
	}
	.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333;
    background-color: #29c0ff;
}
}
@media(max-width:736px){
	.grid figure {
		/*min-width: 330px;
		max-height: 230px;*/
	}
    .login-box {
        width: 63%;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    margin-top: 329px;
    }
}
@media(max-width:667px){
	.navigation {
	  margin-top: 11px;
	}
	.bs-glyphicons li {
		float: left;
		width: 48%;
	}
    .login-box {
        width: 63%;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    margin-top: 329px;
    }
}
@media(max-width:640px){
	.login-box {
    position:absolute;
    width: 63%;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    margin-top: 329px;
    }
    .banner-bottom-strip {
        margin-top: 450px;
    }
	.grid figure {
	  /*min-width: 292px;
	  max-height: 168px;*/
	}
	.grid h4 {
	  font-size: 2.2em;
	}
	.navbar-default .navbar-toggle .icon-bar {
	  background-color: #fff !important;
	}
	.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
	  background-color: #ff6857 !important;
		  	transition:0.5s all;
		-webkit-transition:0.5s all;
		-moz-transition:0.5s all;
		-o-transition:0.5s all;
		-ms-transition:0.5s all;
	}
    .user-image {
        width:30px;
        height:30px;
    }
}
@media(min-width:600px) {
    .login-box {
    position:absolute;
    width: 44%;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    margin-top: 329px;
    }
}
@media(min-width: 300px) {
    .user-image {
    width:30px;
    height:30px;
    }
    .login-box {
    position: absolute;
    width: 72%;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    margin-top: 357px;
    }
    .banner-bottom-strip {
        margin-top: 450px;
    }
}
@media (min-width: 768px) {
    .modal-dialog {
        width: 600px;
        margin: 30px auto;
    }
    .modal-content {
        -webkit-box-shadow: 0 5px 15px rgba(0,0,0,.5);
        box-shadow: 0 5px 15px rgba(0,0,0,.5);
    }
    .footer-section-box .width-25 {
        width:50%;
    }
    .user-image {
    width:25px;
    height:25px;
    }
}
@media(max-width:600px){
	.grid figure {
		/*min-width: 271px;
		max-height: 168px;*/
	}
}
@media(max-width:480px){
	.logo a h1 {
	  font-size: 2em;
	}
	.single {
	  padding: 2em 0px 0;
	}
	.banner1 {
	  min-height: 180px;
	}
	.logo a img {
	  width: 80%;
	}
	.navigation {
	  margin-top: 10px;
	}
	.banner-info {
	  margin: 5em 0em 0 0;
	}
	.banner-info h3{
	  font-size: 1.9em;
	}
	.banner5 {
	  min-height: 100px;
	}
	.banner-info p {
		width: 100%;
		font-size: .9em;
		letter-spacing: 4px;
	}
	.grid figure {
	    /*min-width: 411px;
        max-height: 256px;*/
	}
    .login-box {
        width: 100%;
        margin-right: 0px;
        margin-top: 333px;
    }
}
@media(max-width:414px){
    .login-box {
        width: 44%;
    }
	.navigation {
	  width: 55%;
	}
	.banner {
		min-height: 195px;
	}
	.banner-info {
		margin: 2em 0em 0 0;
	}
	.work-wrapper {
		width: 100%;
		float: left;
	}
	.grid figure {
		/*min-width: 364px;
		max-height: 256px;*/
        margin-left:21%;
	}
    .login-box {
        width: 100%;
        margin-right: 0px;
        margin-top: 220px;
    }
}
@media(max-width:384px){
	.navigation {
	  width: 50%;
	}
	.grid figure {
		/*min-width: 330px;
		    max-height: 223px;*/
	}
	p{
		font-size:0.9em!important;
	}
    .login-box {
        width: 100%;
        margin-right: 0px;
        margin-top: 220px;
    }
}
@media(max-width:375px){
	.navigation {
	  width: 21%;
      float:left;
	}	
	.logo a {
		text-decoration: none;
		font-size: 1.2em;
		letter-spacing: 0px;
		line-height: 1em;
	}
    .login-box {
        width: 100%;
        margin-right: 0px;
        margin-top: 220px;
    }
}
@media(max-width:320px){
	.navigation {
	  width: 42%;
	}
	.logo a {
    text-decoration: none;
    font-size: 1.1em;
    letter-spacing: 0px;
    line-height: 1em;
}
	.logo a img {
	  width: 76%;
	}
	.banner {
		min-height: 172px;
	}
	
	.grid figure figcaption {
	  padding: 2em;
	  font-size: 1.1em;
	}
	.grid figure figcaption {
	  padding: 2em;
	  font-size: 1.1em;
	}
	.navbar-toggle {
	  margin-right: 0px;
	}
	.navbar-nav {
	  width: 100%;
	}
	.navbar-nav {
	  margin: 7.5px 0px;
	}
	.grid {
	  padding: 2em 0 0em;
	}
	.grid figure {
		/*min-width: 330px;
		max-height: 203px;*/
	}
    .login-box {
        width: 100%;
        margin-right: 0px;
        margin-top: 220px;
    }
}
@media (max-width:1200px) and (min-width:930px) {
    .container {
    width: 100% !important;
    }
    .footer-section-box .pad-15 {
        padding-left:0px;
        padding-right:0px;
    }
}
@media (min-width: 1200px) {
    .container {
        width: 1190px;
        padding-left: 0;
        padding-right: 0;
    }
    .footer-section-box .pad-15 {
        padding-left:0px;
        padding-right:0px;
    }
}
@media (min-width: 930px) {
    .navbar-collapse #user_info {
    display:none !important;
    }
}
@media (min-width: 768px) {
    .banner-bottom-strip {
        margin-top: 472px;
    }
    #tabs {
        position: absolute;
    }
}
.container {
    position:relative;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
	padding-bottom: 35px;
}
.col-pad {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
.img-responsive {
    width:100%;
}
.pad-5 {
    padding-left:5px;
    padding-right:5px;
}
.pull-left {
float:left;
}
.pull-right {
float:right;
}
.full-width {
    width:100%;
}
.width-100 {
    width:100%;
}
.width-50 {
    width:50%;
}
.width-30 {
    width:30%;
}
.width-20 {
    width:20%;
}
.width-40 {
    width:40%;
}
.width-60 {
    width:60%;
}
.width-91 {
    width: 91.66666667%;
}
.width-25 {
width: 25%;
}
.mar-top-5 {
    margin-top:5px;
}
.mar-btm-10 {
    margin-bottom:10px;
}
.mar-btm-5 {
    margin-bottom:5px;
}
.mar-top-5 {
    margin-top:5px;
}
.mar-top-4 {
    margin-top:5px;
}
.footer-ad {
  margin-top: 15px;
  text-align: center;
}
/*footer styles*/
.footer-wrap {
    float:left;
    margin-top: 16px;
    border-top: solid 1px #cdcdcd;
    min-height: 200px;
    padding-left: 0;
    padding-right: 0;
}
.width-9 {
    width: 8.33333333%;
}
.footer-main-title {
    font-size: 25px;
    font-weight: bold;
    padding: 5px 0px 5px 5%;
}
.footer-section-box, .footer-logo-part {
    /*border-left: solid 1px #cdcdcd;*/
    padding-top: 13px;
    padding-bottom: 0px;
    padding-left: 12px;
}
.footer-section-menus {
    margin-bottom: 15px;
}
.footer-section-menus ul {
    list-style: none;
    padding: 0;
    margin-left: 15px;
    margin-top: 10px;
}
.footer-section-menus ul li a {
    text-decoration: none;
    color: #565656;
    font-size: 11px;
    font-weight: bold;
}
.alert-success {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}
.alert-warning {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc;
}
.alert-danger {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}
.form-control {
    display: block;
    width: 98%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
}
.user-image {
    float: left;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    margin-right: 10px;
    margin-top: -2px;
}
.prof-title {
    margin-top: 3px;
    float: left;
    font-size: 1.1em;
}
.img-circle {
    border-radius: 50%;
}
#user_info,#muser_info {
float: right;
padding: 17px 0;
}
.account-box {
    z-index: 991;
    /*line-height: normal;*/
    background: #fff;
    border: 1px solid #ccc;
    border-color: rgba(0,0,0,.2);
    color: #000;
    -webkit-box-shadow: 0 2px 10px rgba(0,0,0,.2);
    box-shadow: 0 2px 10px rgba(0,0,0,.2);
    padding: 0;
    display: none;
    outline: none;
    overflow: hidden;
    position: absolute;
    right: 19px;
    top: 62px;
    -webkit-animation: gb__a .2s;
    animation: gb__a .2s;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -webkit-user-select: text;
}
    .account-box li {
        list-style-type:none;
        padding:24px;
    }
.account-box .prof {
    white-space: nowrap;
    border: 1px solid #ccc;
    border-color: rgba(0,0,0,.2);
}
    .account-box .prof-box {
        border: none;
        vertical-align: top;
        display:inline-block;
        height: 96px;
        width: 96px;
    }
.prof-box img {
        float: left;
        width:96px;
        height:96px;
        border-radius:50%;
}
    .account-box .desc-box {
        display: inline-block;
        vertical-align: top;
        padding: 21px 0 24px 17px;
        line-height: 33px;
        overflow: hidden;
    }
    .account-box h1{
        font-weight: bold;
        font-size:15px;
        margin: -4px 0 1px 0;
        text-overflow: ellipsis;
        overflow: hidden;
    }
.user-footer {
    padding: 7px 11px 33px 24px !important;
    background: #f5f5f5;
}
    .user-footer .btn {
    float: right;
    padding: 2px 12px;
    position: relative;
    display: inline-block;
    border-radius: 0;
    color: #8a8888;
    }
    /*Footer styles*/
    @media (max-width:900px) and (min-width:550px) {
    .footer-section-box .width-25 {
        width:30%;
    }
    .footer-wrap .width-50 {
        width:90%;
    }
    .logo-cont .logo-sec{
        width:100% !important;
    }
    .logo-cont .head-ad{
        width:100% !important;
    }
}
@media (max-width:550px) and (min-width:100px) {
    .footer-section-box .width-25 {
        width:90%;
    }
    .footer-wrap .width-50 {
        width:90%;
    }
    .logo-cont {
        padding: 0;
        width: 100%;
    }
    .logo-cont .row{
        margin:0;
    }
    .logo-cont .logo-sec{
        width:100% !important;
    }
    .logo-cont .head-ad{
        width:100% !important;
    }
}
@media (min-width:900px) {
    .footer-section-box .width-25 {
        width:25%;
    }
    .footer-wrap .width-50 {
        width:50%;
    }
    .logo-cont .logo-sec{
        width:100% !important;
    }
    .logo-cont .head-ad{
        width:100% !important;
    }
    .login-box {
        position:relative !important;
        width:439px;
        margin-top:100px;
    }
    .banner-bottom-strip {
        margin-top: 0px;
    }
}
/*<<footer styles*/

/*header Strip*/
.header-strip {
    padding-top: 8px;
    padding-bottom: 8px;
    background:#616161;
}
.header-strip .container{
    width:94% !important;
    padding:0 !important;
}

.header-strip-btn {
    font-size: 14px;
    background: #3a3a3a;
     padding: 5px 7px 5px 7px; 
    border-radius: 4px;
    text-decoration: none!important;
    color: #FFF!important;
    margin-right: 10px;
    font-family: sans-serif;
   
}
.header-strip-btn:hover {
    text-decoration:none;
    color:#FFF;
}
.header-strip-btn img {
    vertical-align: sub;
}
.header-strip-list , .menu-wrap ul , .sec-box-header ul {
    list-style:none;
    margin: 0px 0px 0px 0px;
    padding: 0;
}
.header-strip-list li , .menu-wrap ul li, .sec-box-header li {
    float: left;
}
#search-wrap {
    width: 340px;
    height: 0px;
    position: absolute;
    background: #F2F2F2;
    right: 0;
    top: 37px;
    z-index: 9999;
    transition: 0.5s;
    overflow: hidden;
}
#search-wrap.active {
    height: 60px;
}
.gsc-control-cse {
    border-color: #FFFFFF!important;
    background-color: #616161!important;
}
.header-strip-list li a:not(.header-strip-btn) {
    display: inline-block;
    color: white;
    text-align: center;
    padding: 0px 5px 0px 0px;
    text-decoration: none;
    font-size: 10px;
    font-family: sans-serif;
}
.header-strip-list li a:not(.header-strip-btn) img {
    margin-top:-5px;
}
.header-strip-list li a:not(.header-strip-btn).active {
    color: #a9ddff;
}
.head-time-deta {
    color:#8e8e8e;
    font-size:10px;
    font-family:Verdana;
    width:100%;
    display:inline-block;
    text-transform:uppercase;
    letter-spacing:0.5px;
}
.head-section-sm {
    background:url('../images/white-mask.png') no-repeat left;
    color: #FFF;
    font-size: 13px;
    font-family: Verdana;
    width: auto;
    display: inline-block;
    padding: 0px 5px 1px 15px;
}
.head-section-title {
    width: 100%;
    text-align: center;
    font-size: 48px;
}