/*--
	Author: W3layouts
	Author URL: http://w3layouts.com
	License: Creative Commons Attribution 3.0 Unported
	License URL: http://creativecommons.org/licenses/by/3.0/
--*/


h1,h2,h3,h4,h5,h6{
	margin:0;			   
}	
p{
	margin:0;
}
ul{
	margin:0;
	padding:0;
}
/*----*/
.banner{
	background:url(../images/banner.jpg) no-repeat;
	background-size:cover;
	min-height: 780px;
}
/*----*/
.logo{
	float:left;
}
.logo a{
	display:block;
}




/* *********************************
   Some Style Overrides on Bootstrap
  ********************************** */

    .navbar-inverse {
    border-color: #080808;
    background: rgba(0,6,22,0.5);
}


.navbar-inverse {
   background: rgba(62,195,246,0);
  border-bottom: none;
}
.navbar-inverse .navbar-toggle {
  border: 1px solid #333;
  border-color: rgba(255,255,255,0.7);
}

.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
   border-color: transparent;
  @media (max-width: 767px) {
    background: rgba(255,255,255,0.75);
  }
}
.navbar-inverse .navbar-nav > li > a {
color: #bbbbbb;
  

}
.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
color: #22F;

}
ul.nav {
}

/* *********************************
           Toolbar Logo
  ********************************** */
.small-logo-container {
    padding-top: $navbar-height;
    height: $navbar-height;
    overflow: hidden;
  }

.small-logo {
  color: white;
  font-size: 2.5em;
  padding-bottom: $small-logo-padding;
}

  
  h1 {
    font-size: 4em;
    margin:0;
    padding:0 0 $big-logo-padding 0;
    
    @media (min-width: 400px) { font-size: 4.5em; }
    @media (min-width: 440px) { font-size: 5.5em; }
    @media (min-width: 500px) { font-size: 6.5em; }
    @media (min-width: 630px) { font-size: 7.5em;  }
    @media (min-width: 768px) { font-size: 9em; padding-bottom: $big-logo-padding * 2; }
    @media (min-width: 1200px) { font-size: 12em; }
  }
}


/*--hover-top-nav--*/
a.hvr-shutter-out-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;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  color: #fff;
	padding:6px 15px;
}
a.hvr-shutter-out-horizontal:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #709DCA;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -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;
	color:#fff;
	padding:6px 15px;
	border-radius:4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	-ms-border-radius: 4px;
}

.img-responsive, .thumbnail > img, .thumbnail a > img, .carousel-inner > .item > img, .carousel-inner > .item > a > img {
    display: block;
    max-width: 100%;
    height: auto;
    margin-top: 105px;
    z-index: 1;
}


a.hvr-shutter-out-horizontal:hover,a.hvr-shutter-out-horizontal:focus,a.hvr-shutter-out-horizontal:active {
  color: white;
}
a.hvr-shutter-out-horizontal:hover:before,a.hvr-shutter-out-horizontal:focus:before,a.hvr-shutter-out-horizontal:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
/*--hover-top-nav--*/
.banner-left{
	  margin-top: 7em;
}
.banner-left h1 {
  color: #fff;
  font-size: 8em;
  font-weight: 900;
    margin: 0;
}
.banner-left h2 {
	color: #fff;
	font-size: 8em;
	font-weight:100;
}
.banner-left h3 {
  color: #fff;
  font-size: 3.2em;
  font-weight: 200;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.banner-left h3 span {
	color: #fff;
	font-size: 1em;
	font-weight:600;
}
.banner-left p {
  color: #fff;
  font-size: 1.4em;
  font-weight: 100;
}
.banner-right{
	position: relative;
}
.app-img{
	position:absolute;
	top:0;
	right:0;
}
/*--services--*/
.service-section-grids h3 {
  color: #4e4e4e;
  font-weight: 600;
  font-size: 2.5em;
  text-align: center;
  text-transform: uppercase;
}
.service-section-grids h3 span {
  font-weight: 900;
}
.service-section-grids p {
  font-size: 1.5em;
  font-weight: 300;
    text-align: center;
}
.service-section-grids {
  padding: 8em 0;
}
.icon-text p {
  text-align: left;
}
.icon {
  float: left;
  width: 10%;
  margin-right: 2%;
}
.icon-text {
  float: left;
  width: 83%;
  margin-top: 0.8em;
}
i.s1 {
  width: 48px;
  height: 55px;
  background: url('../images/img-sprite1.png') no-repeat -4px 4px;
  display: inline-block;
  padding: 0;
  background-size: 300px;
}
i.s2 {
  width: 48px;
  height: 55px;
    background: url('../images/img-sprite1.png') no-repeat -111px 4px;
  display: inline-block;
  background-size: 300px;
}
i.s3 {
  width: 48px;
  height: 55px;
	   background: url('../images/img-sprite1.png') no-repeat -56px -51px;
	display:inline-block;
	background-size: 300px;
}
i.s4 {
width: 48px;
  height: 55px;
  background: url('../images/img-sprite1.png') no-repeat -56px 4px;
  display: inline-block;
  background-size: 300px;
}
i.s5 {
  width: 48px;
  height: 55px;
	      background: url('../images/img-sprite1.png') no-repeat -2px -51px;
	display:inline-block;
	background-size: 300px;
}
i.s6 {
  width: 48px;
  height: 55px;
	   background: url('../images/img-sprite1.png') no-repeat -111px -51px;
	display:inline-block;
	background-size: 300px;
}
.icon-text {
	float:left;
	width:83%;
	margin-top: 0.8em;
}
.service-section {
	padding:6em 0;
}
.service-section-head h3 {
	color:#394b50;
	font-size:2.2em;
	font-weight:900;
	text-transform:uppercase;
}
.service-section-head {
	margin-bottom:3em;
}
.service-section-head p {
	color:#394b50;
	font-size:1.2em;
	font-weight:500;
}
.service-section-grid {
	margin-top:4em;
}
.service-section-grid h4 {
	color:#394b50;
	font-size:1.2em;
	font-weight:900;
	text-transform:uppercase;	
	font-family:Arial, Helvetica, sans-serif !important;
	margin-bottom:0.85em;
}
.service-section-grid p {
	color:#7b7b7b;
	font-size:0.92em;
	font-weight:400;
	line-height:1.8em;
}
/*--/services--*/


.copyrights {
  background: #252525;
  padding: 2em 0;
}
.copyrights p {
  color: #fff;
    float: left;
}
.copyrights p a {
  color: #709DCA;
}
/*--/copyrights--*/

a.home-btn:hover {
	border-color: #c1061b;
	color: #000;
}
a.button.curl-bottom-right.two{
	padding: 1em 1em;
	width: 15%;
	font-size: 1.2em;
	font-weight: 500;
}
/* Curl Bottom Right */
.curl-bottom-right {
  display: inline-block;
  position: relative;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  background:#324F77;
  padding: 0.7em 1.8em;
  color: #FFF;
	font-size: 1em;
	width: 25%;
	font-weight:400;
	text-transform: uppercase;
	text-decoration:none;
	margin-top: 1em;
}
a.button.curl-bottom-right{
	text-decoration: none;
}
a.button.curl-bottom-right:hover{
	color:#fff;
}
.curl-bottom-right:before {
  pointer-events: none;
  position: absolute;
  content: '';
  height: 0;
  width: 0;
  bottom: 0;
  right: 0;
  background:#FF6131;
  /* IE9 */
  background: linear-gradient(315deg,#fff 45%, #FF6131 50%, #FF6131 56%,#FF6131 80%);
  box-shadow: -1px -1px 1px rgba(0, 0, 0, 0.4);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: width, height;
  transition-property: width, height;
  text-decoration: none;
}
.curl-bottom-right:hover:before, .curl-bottom-right:focus:before, .curl-bottom-right:active:before {
  width: 25px;
  height: 25px;
}
/*--/blog--*/
/*--Portfolio--*/
.project {
  padding-bottom: 2em;
}
/*	Strip
/*-----------------------------------------------------------------------------------*/
.b-link-stripe{
	position:relative;
	display:inline-block;
	vertical-align:top;
	font-weight: 300;
	overflow:hidden;
}
.b-link-stripe .b-wrapper{
	position:absolute;
	width:100%;
	height:100%;
	top:0;
	left:0;
	text-align:center;
	color:#ffffff;
	overflow:hidden;
}
.b-link-stripe .b-line{
	position:absolute;
	top:0;
	bottom:0;
	width:20%;
	background:rgba(15, 207, 140, 0.9);
	transition:all 0.5s linear;
	-moz-transition:all 0.5s linear;
	-ms-transition:all 0.5s linear;
	-o-transition:all 0.5s linear;
	-webkit-transition:all 0.5s linear;
	opacity:0;
	visibility:hidden; /* lt-ie9 */
}
/*-----------------------------------------------------------------------------------*/
/*	Animation effects
/*-----------------------------------------------------------------------------------*/
.b-animate-go{
	text-decoration:none;
}
.b-animate {
	transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	visibility: hidden;
	font-size: 15px;
	font-weight: 400;
	width: 40%;
	line-height: 1.3em;
	margin: 0 auto;
	top: 35%;
}
.b-animate img{
	margin-top:12%;
	display: -webkit-inline-box;
}
/* lt-ie9 */
.b-animate-go:hover .b-animate{
	visibility:visible;
}
.b-from-left{
	position:relative;
	left:-100%;
}
.b-animate-go:hover .b-from-left{
	left:0;
}
span.m_4{
	font-size:14px;
	font-weight:400;
}
p.m_5 {
	margin: 2% auto 5%;
	width: 70%;
	color: #283A47;
	font-size: 1.1em;
	font-weight: 600;
	line-height: 1.5em;
	text-align: center;
}
.project-top h3 {
  float: left;
  color: #324B73;
  font-weight: 900;
  font-size: 2em;
  margin-top: 2em;
}
ul#filters {
  text-align: right;
   margin: 50px auto;
}
/*--team--*/
.col_1_of_4:first-child {
	margin-left: 0;
}
.span_1_of_4 {
	width: 22.8%;
}
.col_1_of_4 {
	display: block;
	float: left;
	margin: 1% 0 1% 2.6%;
	background: #FFF;
}
.b-wrapper:hover {
	background: rgba(49, 153, 255, 0.48);
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-o-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-ms-transition: 0.5s all;
}
/* lt-ie9 */
.b-link-stripe:hover .b-line{
	visibility:visible;
}
.b-link-stripe .b-line1{
	left:0;
}
.b-link-stripe .b-line2{
	left:20%;
	transition-delay:0.1s !important;
	-moz-transition-delay:0.1s !important;
	-ms-transition-delay:0.1s !important;
	-o-transition-delay:0.1s !important;
	-webkit-transition-delay:0.1s !important;
}
.b-link-stripe .b-line3{
	left:40%;
	transition-delay:0.2s !important;
	-moz-transition-delay:0.2s !important;
	-ms-transition-delay:0.2s !important;
	-o-transition-delay:0.2s !important;
	-webkit-transition-delay:0.2s !important;
}
.b-link-stripe .b-line4{
	left:60%;
	transition-delay:0.3s !important;
	-moz-transition-delay:0.3s !important;
	-ms-transition-delay:0.3s !important;
	-o-transition-delay:0.3s !important;
	-webkit-transition-delay:0.3s !important;
}
.b-link-stripe .b-line5{
	left:80%;
	transition-delay:0.4s !important;
	-moz-transition-delay:0.4s !important;
	-ms-transition-delay:0.4s !important;
	-o-transition-delay:0.4s !important;
	-webkit-transition-delay:0.4s !important;
}
.b-link-stripe:hover .b-line{
	opacity:1;
}
#filters {
	margin: 3% 0;
	padding: 0;
	list-style: none;
	text-align: center;
}
#filters li {
		display: -webkit-inline-box;
	}
#filters li span {
  	display: block;
  	padding: 8px 25px;
  	text-decoration: none;
  	color: #414141;
  	cursor: pointer;
  	font-size: 15px;
  	font-weight: 700;
  	text-transform: uppercase;
  	margin: 0 8px 0 0;
  	background: #fff;
}
#filters li span.active, #filters li span:hover {
	background: #FF6131;
	color: #ffffff;
	transition: 0.5s all ease;
	-webkit-transition: 0.5s all ease;
	-moz-transition: 0.5s all ease;
	-o-transition: 0.5s all ease;
	-ms-transition: 0.5s all ease;
}
#portfoliolist .portfolio {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  width: 32.33%;
  display: none;
  float: left;
  overflow: hidden;
  margin: 0 1% 1% 0;
    background: none;
}
.portfolio.icon.mix_all {
  padding: 0;
}
div#portfoliolist {
  padding: 0.5% 0px;
}
.project h5 {
  color: #334D72;
  text-align: center;
  font-size: 2.6em;
  font-weight: 600;
  padding: 1em 0 0em;
}
.portfolio-wrapper {
		overflow:hidden;
		position: relative !important;
		cursor:pointer;
	}
.portfolio img {
		max-width:100%;
		/*--position: relative;--*/
		transition: all 300ms!important;
		-webkit-transition: all 300ms!important;
		-moz-transition: all 300ms!important;
	}
.portfolio .label {
		position: absolute;
		width: 100%;
		height:40px;
		bottom:-40px;
	}
.portfolio .label-bg {
			background: #22B4B8;
			width: 100%;
			height:100%;
			position: absolute;
			top:0;
			left:0;
		}
.portfolio .label-text {
			color:#fff;
			position: relative;
			z-index:500;
			padding:5px 8px;
		}
			
.portfolio .text-category {
				display:block;
				font-size:9px;
				font-size: 12px;
				text-transform:uppercase;
			}
/* Self Clearing Goodness */
.container:after { content: "\0020"; display: block; height: 0; clear: both; visibility: hidden; }
.clearfix:before,
.clearfix:after,
.row:before,
.row:after {
  content: '\0020';
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
   }
.row:after,
.clearfix:after {
  clear: both;
   }
.row,
.clearfix {
  zoom: 1;
   }

.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}
/*--/Portfolio--*/
/*--contact us--*/

/*--responsive--*/
@media (max-width: 1366px){
.banner {
  min-height: 732px;
}
}
@media (max-width: 1280px){
	.features {
	  padding: 2em 0 0;
	}
	.project h5 {
	  padding: 1em 0 1em;
	}
	.contact {
	  padding-top: 2em;
	}
	.features {
		padding: 3em 0 0;
	}
	.service-section-grids {
		padding: 8em 0 5em 0;
	}
}
@media (max-width: 1024px){
	.banner-left h1 {
	  font-size: 5em;
	}
	.banner-left h3 {
	  font-size: 2.4em;
	}
	.banner-left h2 {
	  font-size: 5em;
	}
	.banner {
	  min-height: 635px;
	}
	.app-img  {
	    width: 68%;
	}
	.banner-left {
	    margin: 5em 0;
        padding: 0;
	}
	.service-section {
	  padding: 4em 0;
	}
	.features-gird h3 {
	    font-size: 1.3em;
	}
	.features-gird {
	  margin-top: 2em;
	}
	.features-gird {
	  margin-top: 2em;
	}
	.footer {
		height: 602px;
	}
	.footer-head h3 {
	  font-size: 7em;
	}
	.footer-img {
	       width: 37%;
	}
	.footer-right {
	  width: 55%;
	}
	.social-icons {
	  width: 24%;
	}
	ul li a {
	  font-size: 12px;
	}
	.footer-right h5 {
	  font-size: 1em;
	    margin-bottom: 6px;
	}
	.flickr-photo h4 {
	  font-size: 1.8em;
	}
	.banner {
	   min-height: 80px;
	}
	.service-section-grid h4 {
		margin-bottom: 0.5em;
	}
	.col-md-3.team-grid-left {
	  margin-right: 9px;
	  width: 24%;
	}
	.footer-right ul li {
	}
	.features-grids {
	  padding: 2em 0;
	}
	.icon {
		margin-right: 5%;
	}
	a.button.curl-bottom-right.two {
		  width: 21%;
	}
	.about_right p {
	  padding: 1em 0 2em;
	   font-size: 0.875em;
	}
	.about_right {
	  padding: 14px 46px 27px 25px;
	}
	.service-section-grids {
	  padding: 6em 0 3em;
	}
	.service-section-grid {
	  margin-top: 2em;
	}
}
@media (max-width: 768px){

	.banner-2 {
	  min-height: 74px;
	}
	
	.banner-left {
		margin-top: 0;
		  float: left;
		  width: 60%;
		  padding: 0;
	}
	.logo a img {
	  width: 60%;
	}
	.banner-top {
	   padding: 2.5em 0;
	}
	.banner-left h2 {
	  font-size: 4em;
	}
	.banner-left h1 {
	  font-size: 4em;
	}
	.banner-left h3 {
	  font-size: 2em;
	}
	.app-img img {
	  margin-top: 1em;
	}
	.banner {
	  min-height: 50px;
	}
	.app-img {
		  top: -35px;
		  right: 5%;
		  width: 29%;
	}
	.about_right {
		width: 50%;
		float: left;
	}
	.banner-left p {
	  font-size: 1.2em;
	}
	.about_right h3 {
		font-size: 2.2em;
	}
	.about_right a {
		font-size: 1em;
		padding: 7px 16px;
	}
	.service-section-grids {
		padding: 5em 0 3em;
	}
  .service-section-grids h3 {
		font-size: 2.1em;
	}	
	.icon {
		padding: 0px 0px;
		margin-right: 3%;
		width: 6%;
	}
	.about_right p {
		font-size: 0.875em;
		height: 124px;
		overflow: hidden;
		margin-bottom: 1.7em;
	}
	.icon-text {
	  float: left;
	    width: 91%;
	}
	span.icon-1 {
	  width: 64px;
	  height: 64px;
	  background-size: 360px;
	}
	.about_left {
		width: 50%;
		float: left;
	}
	span.icon-2 {
	  width: 64px;
	  height: 64px;
	  background: url(../images/img-sprite.png) no-repeat -64px 0px;
	  background-size: 360px;
	}
	span.icon-3 {
	  width: 64px;
	  height: 64px;
	  background: url(../images/img-sprite.png) no-repeat -130px 0px;
	  background-size: 360px;
	}
	span.icon-4 {
	  width: 64px;
	  height: 64px;
	  background: url(../images/img-sprite.png) no-repeat 0px -62px;
	  background-size: 360px;
	}
	span.icon-5 {
	  width: 64px;
	  height: 64px;
	  background: url(../images/img-sprite.png) no-repeat -65px -62px;
	  background-size: 360px;
	}
	span.icon-6 {
	  width: 64px;
	  height: 64px;
	  background: url(../images/img-sprite.png) no-repeat -130px -62px;
	  display: inline-block;
	  background-size: 360px;
	}
	
}
@media (max-width: 640px){

	.icon {
		width: 9%;
	}

	.icon-text {
		width: 86%;
	}	

	.footer-head h3 {
	  font-size: 4em;
	}
	.footer-right {
	  width: 45%;
	}
	.footer-news-info {
	  width: 100%;
	  margin: 17px auto;
	}
	.footer-img {
	  margin-right: 17px;
	}
	.footer-right h5 {
	  margin: 12px 0;
	  padding-bottom: 12px;
	}
	.footer {
	  height: 1000px;
	}
	.copyrights p {
	  float: none;
	  text-align: center;
	}
	.social-icons {
	  width: 100%;
	  float: none;
	  margin: 3% auto;
	  text-align: center;
	}
	.copyrights {
	  padding: 2em 0 0;
	}
	.footer-news h4 {
	  padding-bottom: 18px;
	}
	.footer-about h4 {
	  font-size: 2.1em;
	}
	.col-md-4.about-left {
	  padding: 0;
	  text-align: center;
	}
	.about-right {
	  width: 100%;
	  float: none;
	}
	span.about-icon {
	  padding: 7px 8px;
	  width: 22%;
	}
	
	.main.feature-main h5 {
	  padding-bottom: 1.5em;
	}
	
	.banner-left h2 {
		font-size: 3em;
	}
	.banner-left h1 {
		font-size: 3em;
	}
	.banner-left p {
		font-size: 1.1em;
	}
}
@media (max-width: 480px){
	.banner-left h1 {
	  font-size: 2.2em;
	}
	.features-gird {
		margin-top: 1em;
	}
	.service-section-grids p {
		font-size: 1.2em;
	}
  	.about_right {
		width: 100%;
	}
	.service-section-grids {
		padding: 4em 0 3em;
	}
	.about_left {
		width: 100%;
	}
	.features-gird p {
		width: 100%;
	}
	.team-grid-left:nth-child(4) {
		margin-right: 0;
		margin: 15px auto 0;
		width: 67%;
		text-align: center;
		float: none;
	}
	.banner-left h2 {
		font-size: 1.5em;
	}
	.banner-left p {
		font-size: 0.8em;
	}
	a.button.curl-bottom-right.two {
	  width: 45%;
	}
	.service-section-grid p {
		font-size: 0.9em;
	}
	.about_right {
		padding: 16px 25px 26px 21px;
	}
	.icon {
		width: 11%;
	}
	.service-grid {
		padding: 0;
	}
	.team-grid {
	  padding: 1em 0 0;
	}
	.banner-left h3 {
	  font-size: 1.4em;
	}
	.main.feature-main h5 {
	  padding-bottom: 0;
	  margin: 0em 0 1em;
	}
	.banner-left p {
	  font-size: 1em;
	}
	.banner-left {
	  margin:0em 0 1.5em;
	}
	.footer {
	  height: 1030px;
	}
	.features-gird h3 {
		  font-size: .89em;
		  margin-top: 5%;
	}
	.footer-head h3 {
	  font-size: 3.4em;
	}
	.features-head h3 {
	  font-size: 2.1em;
	}
	.col-md-4.about-left {
	  padding: 0;
	  width: 100%;
	  text-align: center;
	  float: none;
	    margin-bottom: 1.5em;
	}
	.col-md-4.about-left img {
		margin: 0 auto;
	}
	.col-md-4.about-grid {
	  width: 100%;
	  float: none;
	}
	span.about-icon {
	  padding: 12px 16px;
	  width: 14%;
	  float: left;
	  margin: 18px 0;
	}
	.col-md-3.team-grid-left {
	  margin: 15px auto 0;
	  width: 67%;
	  text-align: center;
	  float: none;
	}
	.feature-grid-pic {
	  width: 100%;
	    margin: 0 auto 5%;
	}
	.service-top {
	  width: 100%;
	}
	.service-bottom {
	  width: 100%;
	}
	.col-md-4.contact-top-left {
	  width: 100%;
	  float: none;
	}
	.col-md-8.contact-top-right {
	  float: none;
	  width: 100%;
	}
	.contact-top {
	  margin-top: 0em;
	}
	.contact-main h3, .about-main h3, .advn-main h3, .team-top h3, .services-main h3, .add-mian h3, .clients-main h3, .login-main h3, .rgstr-top h3 {
	  margin-bottom: 1em;
	}
	.b-animate {
	  font-size: 11px;
	  top: 22%;
	  width: 78%;
	}
	.footer-img {
	  margin-right: 10px;
	    width: 25%;
	}
	.footer-right {
	  width: 64%;
	}
	.footer-bottom {
	  padding: 2em 0;
	}
	.col-md-3.team-grid-left:nth-child(4) {
	    margin: 15px auto 0;
  width: 67%;
  text-align: center;
  float: none;
	}
	.service-info {
  width: 81%;
  margin-left: 9%;
}
#portfoliolist .portfolio {
  width: 49%;
  }
  .contact-bottom iframe {
		height: 300px;
	}
}
@media (max-width: 320px){
	.app-img {
	  top: 68px;
	  width: 43%;
	}
	.banner-left h2 {
	  font-size: 2em;
	}
	.banner-left h1 {
	  font-size: 2em;
	}
	.banner-left h3 {
	  font-size: .9em;
	}
	.banner-left h3 span {
	  font-size: .8em;
	}
	.banner-left p {
	  font-size: .8em;
	}
	.app-img img {
	  margin-top: 0;
	}
	.app-img {
		  top: 11px;
		  width: 40%;
		  right: 1%;
	}
	.service-section {
	  padding: 2em 0 0;
	}
	.features-head h3 {
	  font-size: 1.3em;
	}
	.features {
	  padding: 1.5em 0 0;
	}
	.features-gird {
	  width: 100%;
	  float: none;
	  margin: 15px auto 0;
	  padding: 0;
	}
	.footer-logo img {
	  padding: 1em;
	  margin: 0 auto;
	  width: 45%;
	}
	.footer-head h5 {
	  font-size: 1.3em;
	}
	.footer-head h3 {
	  font-size: 2.2em;
	  padding: 10px 0;
	}
	.footer-bottom {
	  padding: 1em 0;
	}
	.footer-about h4 {
	  font-size: 1.5em;
	}
	.footer-about h6 {
	  font-size: 12px;
	}
	.footer-about ul {
	  margin: 12px 0;
	}
	.footer-news h4 {
	  font-size: 1.5em;
	}
	.footer-right h5 {
	  font-size: .9em;
	}
	.flickr-photo h4 {
	  font-size: 1.5em;
	}
	.footer {
	  height: 995px;
	}
	.copyrights {
	  padding: 1em 0 0;
	}
	.about h3 {
	  font-size: 1.8em;
	}
	.about {
	  padding: 1em 0 0em;
	}
	.about h3 {
	    padding: 0 0 1em;
	}
	.about-right h4 {
	  font-size: 1em;
	  padding: .9em 0 .5em;
	}
	.about-right {
	  padding: 0;
	}
	.about-right p {
	  margin-bottom: 1em;
	}
	span.about-icon {
		  padding: 8px 10px;
		  width: 14%;
		  margin: 0 0 76px 0;
		  font-size: 10px;
	}
	.team h2 {
	  padding: 10px 0;
	}
	.team-grid {
	  padding:0;
	}
	.team {
	  padding: 0em 0 2em;
	}
	.feature-text h2 {
	  font-size: 2em;
	  margin-bottom: 0.2em;
	}
	.feature-text p {
	  font-size: .8em;
	  margin-bottom: 0em;
	}
	.feature-grid-info p {
	  font-size: .8em;
	}
	.main.feature-main h5 {
	  padding-bottom: 0.9em;
	  font-size: 1.5em;
	}
	.service-info p {
	  margin-bottom: 1em;
	  font-size: 0.8em;
	  line-height: 1.6em;
	}
	.error-page h3 {
	  font-size: 10em;
	}
	.error-page p {
	  font-size: 2em;
	}
	a.button.curl-bottom-right.two {
	  padding: 13px 13px;
	  width: 50%;
	  font-size: 1em;
	}
	.error-page {
	  margin: 0em 0;
	  min-height: 366px;
	}
	.contact-main h3, .about-main h3, .advn-main h3, .team-top h3, .services-main h3, .add-mian h3, .clients-main h3, .login-main h3, .rgstr-top h3 {
	  margin-bottom: .5em;
	    font-size: 1.7em;
	}
	.contact {
	  padding-top: 1em;
	}
	.col-md-4.contact-top-left {
	  padding: 0;
	}
	.col-md-8.contact-top-right {
	  padding: 0;
	}
	.contact-top-right form input[type="text"] {
	  width: 100%%;
	}
	.contact-bottom iframe {
	  height: 180px;
	}
	.contact-top-right form textarea {
	  min-height: 6em;
	}
	.banner-top {
	  padding: 1.5em 0;
	}
	.logo a img {
	  width: 64%;
	  margin-top: 4px;
	}
	.top-menu ul {
	  top: 12%;
	}
	#portfoliolist .portfolio {
	   width: 48%;
       margin: 0 2% 2% 0;
	}
	#filters li span {
	  padding: 4px 11px;
	}

	span.icon-1 {
	  width: 53px;
	  height: 46px;
	  background-size: 300px;
	}
	span.icon-2 {
	  width: 53px;
	  height: 46px;
	  background: url(../images/img-sprite.png) no-repeat -54px 0px;
	  background-size: 300px;
	}
	span.icon-3 {
	  width: 53px;
	  height: 46px;
	  background: url(../images/img-sprite.png) no-repeat -108px 0px;
	  background-size: 300px;
	}
	span.icon-4 {
	  width: 53px;
	  height: 46px;
	  background: url(../images/img-sprite.png) no-repeat 0px -56px;
	  background-size: 300px;
	}
	span.icon-5 {
	  width: 53px;
	  height: 46px;
	  background: url(../images/img-sprite.png) no-repeat -55px -54px;
	  background-size: 300px;
	}
	span.icon-6 {
	  width: 53px;
	  height: 46px;
	  background: url(../images/img-sprite.png) no-repeat -109px -56px;
	  display: inline-block;
	  background-size: 300px;
	}
	.col-md-4.footer-about {
	  padding: 10px 0;
	}
	.copyrights p {
	  line-height: 1.7em;
	  margin: 16px 0;
	}
	.social-icons {
	  margin: 8% auto;
	}
	.col-md-3.team-grid-left {
	  width: 100%;
	}
	.team-grid-left h4 {
	  font-size: 1.5em;
	}
	.team-grid-left p {
	  font-size: 1em;
	  padding: 0 0 14px;
	}
	.contact-top-one h4 {
	  font-size: 1.2em;
	}
	.contact-top-one {
	    padding: 5px 0 16px;
	}
	.service-section-grids {
	  padding: 3em 0 3em;
	}
	.service-section-grids h3 {
	  font-size: 1.8em;
	}
	.service-section-grids p {
	  font-size: 1.2em;
	}
	.service-section-grid h4 {
	  font-size: 1.1em;
	}
	.service-section-grids p {
	  font-size: 0.875em;
	}
	.icon {
	  padding: 0;
	  margin-right: 12%;
	}
	.col-md-6.service-grid {
	  padding: 0;
	}
	.service-section-grid {
	  margin-top: 1em;
	}
	.icon {
  width: 16%;
  margin-right: 6%;
}
	.service-section-grid p {
		height: 83px;
		overflow: hidden;
	}
	.service-section-grid h4 {
		font-size: 0.9em;
	}
	.icon-text {
		width: 74%;
	}
	.col-md-3.team-grid-left:nth-child(4) {
		width: 100%;
	}
}
/*--/responsive--*/




.dark {
    background: #131314;
    color: #FFF;
}
.centered {
  background: url(../images/newyork-map.png);
    background-repeat: no-repeat;
    width: 100%;
    padding: 140px 0;
    width: 100%;
    text-align: center;
}

body {
    font-size: 15px;
    vertical-align: baseline;
    color: #393F48;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin: 0 auto;
    padding: 0;
    font-weight: normal;
    background: #131314;
    overflow-x: hidden;
}
.map-overlay {
    position: absolute;
    z-index: 2;
    width: 100%;
    height: 388px;
    top: 780px;
    left: 0;
    z-index: 1;
    background: -moz-radial-gradient(center, ellipse cover, rgba(0,0,0,0.05) 0%, rgba(0,0,0,0.8) 75%, rgba(0,0,0,1) 100%);
    background: -webkit-radial-gradient(center, ellipse cover, rgba(0,0,0,0.05) 0%,rgba(0,0,0,0.8) 75%,rgba(0,0,0,1) 100%);
    background: radial-gradient(ellipse at center, rgba(0,0,0,0.05) 0%,rgba(0,0,0,0.8) 75%,rgba(0,0,0,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=1 );
}

.img-responsive, .thumbnail > img, .thumbnail a > img, .carousel-inner > .item > img, .carousel-inner > .item > a > img {
    display: block;
    max-width: 100%;
    height: auto;
    margin-top: 105px;
    position: relative;
    z-index: 3;
}






@import url(http://fonts.googleapis.com/css?family=Roboto);

/****** LOGIN MODAL ******/
.loginmodal-container {
  padding: 30px;
  max-width: 550px;
  width: 100% !important;
  background: rgba(0,6,22,0.5);
  margin: 0 auto;
  border-radius: 2px;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
  overflow: hidden;
  font-family: roboto;
}

.loginmodal-container h1 {
  text-align: center;
  font-size: 1.8em;
  font-family: roboto;
}

.loginmodal-container input[type=submit] {
  width: 100%;
  display: block;
  margin-bottom: 10px;
  position: relative;
}

.loginmodal-container input[type=text], input[type=password] {
  height: 44px;
  font-size: 16px;
  width: 100%;
  margin-bottom: 10px;
  -webkit-appearance: none;
  background: #fff;
  border: 1px solid #d9d9d9;
  border-top: 1px solid #c0c0c0;
  /* border-radius: 2px; */
  padding: 0 8px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.loginmodal-container textarea {
  height: 84px;
  font-size: 16px;
  width: 100%;
  margin-bottom: 10px;
  -webkit-appearance: none;
  background: #fff;
  border: 1px solid #d9d9d9;
  border-top: 1px solid #c0c0c0;
  /* border-radius: 2px; */
  padding: 0 8px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.loginmodal-container input[type=text]:hover, input[type=password]:hover {
  border: 1px solid #b9b9b9;
  border-top: 1px solid #a0a0a0;
  -moz-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
  -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
  box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
}

.loginmodal {
  text-align: center;
  font-size: 14px;
  font-family: 'Arial', sans-serif;
  font-weight: 700;
  height: 36px;
  padding: 0 8px;
/* border-radius: 3px; */
/* -webkit-user-select: none;
  user-select: none; */
}

.loginmodal-submit {
    height: 35px;
    /* border: 1px solid #3079ed; */
    border: 0px;
    color: #fff;
    text-shadow: 0 1px rgba(0,0,0,0.1);
    background: linear-gradient(to bottom, #ff5b00 0, #ff1e00 100%);
    font-family: roboto;
    font-size: 14px;
}

.loginmodal-submit:hover {
  /* border: 1px solid #2f5bb7; */
  border: 0px;
  text-shadow: 0 1px rgba(0,0,0,0.3);
  background-color: #357ae8;
  /* background-image: -webkit-gradient(linear, 0 0, 0 100%,   from(#4d90fe), to(#357ae8)); */
}

.loginmodal-container a {
  text-decoration: none;
  color: #666;
  font-weight: 400;
  text-align: center;
  display: inline-block;
  opacity: 0.6;
  transition: opacity ease 0.5s;
} 

.login-help{
  font-size: 12px;
}