/* CSS Document 
@import url(http://fonts.googleapis.com/css?family=Lato:400,300,700);*/
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,300);
@font-face {
    font-family: 'nexa_lightregular';
    src: url('../fonts/Nexa_Free_Light-webfont.eot');
    src: url('../fonts/Nexa_Free_Light-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Nexa_Free_Light-webfont.woff') format('woff'),
         url('../fonts/Nexa_Free_Light-webfont.ttf') format('truetype'),
         url('../fonts/Nexa_Free_Light-webfont.svg#nexa_lightregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'nexa_boldregular';
    src: url('../fonts/Nexa_Free_Bold-webfont.eot');
    src: url('../fonts/Nexa_Free_Bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Nexa_Free_Bold-webfont.woff') format('woff'),
         url('../fonts/Nexa_Free_Bold-webfont.ttf') format('truetype'),
         url('../fonts/Nexa_Free_Bold-webfont.svg#nexa_boldregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

body {
	font-family: 'Open Sans', sans-serif;
	font-weight:300;
}

::selection {color:white;background:#5f7a93;}
::-moz-selection {color:white;background:#5f7a93;}
::-webkit-selection {color:white;background:#5f7a93;}

a::active{
	color:red;
	outline:none;
}

#header {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 10000;
	padding: 10px 0;
	border-bottom:1px solid #dbdbdb;
}
@media (min-width: 900px){
	#banner {
		padding-top: 150px;
		
		background: url(../img/main-banner-bg.jpg) no-repeat;
		background-color: #fff;
		background-attachment:fixed;
		background-size: cover;
	}
	#banner h1 {
		text-transform:uppercase;
		font-size:34px;
		font-family:'nexa_boldregular', 'sans-serfif';
		text-align:center;
	}
	#banner h1 span {
		font-family:'nexa_lightregular', 'sans-serfif';
		font-size: 34px;
	}
	#banner h1 .grn{
		background:#85aa2b;
		color:#fff;
	}
		
	#banner h1 i{
		font-style:normal;
	}
	.rslides{
		padding:30px 0 0 80px;
		
	}
	/*#banner h1 span {
		font-family:'nexa_boldregular', 'sans-serfif';
		font-size: 84px;
		margin-bottom: -25px;
	}
	
	.bg-box-green {
		background: #aacf61;
		color: #ededed;
		line-height: 30px;
		font-size: 30px;
		display: inline-block;
	}*/
	.hide-xs{
		display:block;	
	}
}
@media (max-width: 900px){
	.hide-xs{
		display:none;
	}
	#banner {
		
		/**/
		background: url(../img/main-banner-bg.jpg) no-repeat;
		background-color: #b5c4cb;
		
		background-size: cover;
	}
	#banner h1 {
		text-transform:uppercase;
		font-size:24px;
		font-family:'nexa_boldregular', 'sans-serfif';
		text-align:center;
	}
	#banner h1 span {
		font-family:'nexa_lightregular', 'sans-serfif';
		font-size: 24px;
	}
	#banner h1 .grn{
		background:#85aa2b;
		color:#fff;
	}
		
	#banner h1 i{
		font-style:normal;
	}
	.
}

#banner h1 {
	color: #2e3e4e;
}


.center {
	text-align: center;
}
.blockgray {
	background: #fbfbf8;
}
.blockblack {
	color: #fff;
}
.blockblack h1 {
	font-family:'nexa_boldregular', 'sans-serfif';
	margin-top: 80px;
	margin-bottom: 40px;
 font-size-30px;
	text-transform: uppercase;
	color: #FFF;
	font-weight: 700;
}
.blockblack p {
	font-size: 20px;
	line-height: 27px;
	color: #2e3e4e;
}
.blocks h1 {
	font-family:'nexa_boldregular', 'sans-serfif';
	margin-top: 80px;
	margin-bottom: 40px;
 font-size-30px;
	text-transform: uppercase;
	color: #2e3e4e;
	font-weight: 700;
}
.blocks p {
	font-size: 18px;
	line-height: 26px;
	color: #2e3e4e;
}
.service-block{
	margin-bottom: 25px;
}
.service-block img {
	display: block;
	margin: 0 auto;
}
.service-block h2 {
	text-transform: uppercase;
	text-align: center;
	font-size: 30px;
	margin: 22px 0;
	color: #666666;

}
.service-block p {
	font-size: 15px;
	text-align: center;
	line-height: 22px;
	font-weight: 300;
}
.service-block a{
	text-decoration:none;	
}
.service-block a:hover{
	text-decoration:none;	
}
/*@media (min-width: 900px){
	#what-diffrent {
		background: url(../img/what-makes-diffrent-bg.jpg) no-repeat;
		background-color: #bcbcbc;
	}
}
@media (max-width: 900px){
	#what-diffrent {
		background: url(../img/what-makes-diffrent-bg-resp.jpg) no-repeat;
		background-color: #42586f;
	}
}*/
#what-diffrent {
	background-size:cover;
	background-image: url(../img/what-makes-diffrent-bg.jpg);
		background-color: #bcbcbc;
		background-attachment:fixed;
}
#what-diffrent h2 {
	color: #fff;
	font-weight: 700;
	font-size: 24px;
}
#what-diffrent h2 span {
	color: #809c3d;
}
.diffrent-block {
	/*background: rgba(64,88,109,.8);*/
	padding: 15px;
	font-size:16px;
}
/*filter */

 
#filters {
	margin: 1%;
	padding: 0px;
	list-style: none outside none;
	max-width: 430px;
	
	margin: 0 auto;
}
#filters li {
	display:inline-block;
	background:#f9f9f9;
	margin-top:3px;
}
#filters li span {
	display: block;
	padding: 5px 20px;
	text-decoration: none;
	color: #666;
	cursor: pointer;
}
#filters li span.active {
	background: #95b53c;
	color: #fff;
}

@media (max-width:768px) {
	#portfoliolist .portfolio {	
		width: 50%;	
	}
	.service-block{
		padding-bottom:10px;
	}
		
}
@media (min-width:768px) {
	#portfoliolist .portfolio {	
		width: 25%;	
	}
	
	
}

@media (max-width: 768px){
	.headblock h1{
	font-size:25px;	
	padding-top:35px;
	}
	.services .row .col-sm-6:nth-child(2){
		padding-top:50px;	
	}	
}

#portfoliolist .portfolio {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	/*width: 25%;
	margin:1%;*/
	display: none;
	float: left;
	overflow: hidden;
}
.portfolio-wrapper {
	overflow: hidden;
	position: relative !important;
	/*background: #fff;*/
	cursor: pointer;
}
.portfolio img {
	max-width: 100%;
	position: relative;
}
.portfolio .labell {
	position: absolute;
	width: 100%;
	height: 80px;
	bottom: -80px;
	
}
.portfolio .label-bg {
	background: #95b53c;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.portfolio .label-text {
	color: #fff;
	position: relative;
	z-index: 500;
	padding: 15px;
	font-size:16px;
}
.portfolio .label-text a{
	color:#fff;
}
.portfolio .text-category {
	display: block;
	font-size:12px;
	color:#d4ee8b;
}
/*filter ends*/
#map-canvas {
	height: 200px;
	margin-top: 60px;
	margin-bottom:60px;
}

.txtBox{
	border-top: none;
	border-left: none;
	border-right: none;
	border-bottom: 1px solid #999;
	padding: 10px;
	margin-top: 15px;
	width: 100%;
}
.txtBox:focus{	
	border-bottom: 1px solid #b7df0d;
	outline: 0;
}
#footer{
	padding: 90px 0px 50px 0px;
	color: #ccc;
}
.bttn{
	background: none;
	padding: 10px 10px 15px 0px;
	color: #666;
	border: none;
	text-transform: uppercase;
	margin-top: 15px;
	font-weight: bold;
}
.bttn i{
	font-size: 20px;
	color: #b7df0d;
	padding-right: 10px;
	margin-top:5px;
}
.contact .contactinfo p{
	font-size: 14px;

}
.contact i{
	font-size: 23px;
	color: #b7df0d;
	padding-top: 5px;
}
.contact .contactinfo{
	margin-top: 15px;
}

#tellusabout{
	background:#3d5368;
	padding-top:60px;
	color:#fff;
}
.tellusaboutfoot{
	background:#3d5368;
}
#tellusabout h1{
	text-align:center;
	text-transform:uppercase;
	padding-bottom:30px;
	font-weight:300;
	font-size:40px;
}
#tellusabout p{
		text-align:center;
		font-size:26px;
		font-weight:300;
}
#tellusabout p span{
	color:#89bb00;
	font-weight:400;
}
#tellusabout img{
	display:block;
	margin:30px auto;	
}


#tellusaboutwhite{
	background:#fff;
	padding-top:60px;
	color:##2E3E4E;
}
#tellusaboutwhite h1{
	text-align:center;
	text-transform:uppercase;
	padding-bottom:30px;
	font-weight:300;
	font-size:40px;
}
#tellusaboutwhite p{
		text-align:center;
		font-size:26px;
		font-weight:300;
}
#tellusaboutwhite p span{
	color:#89bb00;
	font-weight:400;
}
#tellusaboutwhite img{
	display:block;
	margin:30px auto;	
}

.normalp p{
	font-size:13px;
	font-weight:300;	
	line-height:20px;
}
.normalp h1{
	margin:30px auto;
}
.normalp h2{
	text-transform:uppercase;
	font-size:22px;
	color:#666;
	margin:25px auto;
}
.service-list{
	list-style:none;
	margin:0;
	padding:0;	
}
.service-list li a{
	color:#666;
	font-weight:bold;
	padding:5px 0;
	display:block;
}
.service-list li a i{
	color:#89bb00;
	
}
.headblock{
	background:#3c546e;	
	padding:50px 0;
	color:#fff;
}
.headblock h1{	
	color:#fff;
	margin-top:0px;		
}
.headblock p{
	color:#fff;
	font-size:14px;
	line-height:22px;
}
.rslides li{
	list-style:none;	
}
.greenc{
	color:#85aa2b;
}


@media (max-width:768px) {
	.navbar-brand img {
		max-width: 115px;	
		margin-left: 15px;
	}
}
@media (min-width:769px) {
	.navbar-brand img {
		max-width: 130px;		
	}
}
@media (max-width: 376px){
	.mobwidth, .mobpull{
		width:80%;	
	}
	.mobpull{
		
		padding-top:10px;
		border-top:1px dashed #ccc;
		margin-left: 30px;
	}
	
	/*.tabsmargin{
		margin-top: 35px;
	}*/
}


.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  max-width:90%;
  padding: 0;
  margin: 100px 0 0 18px;
  }

.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
  }

.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
  }

/* portfolio popup */

.popup-project {
    display: block;
    position: absolute;
    z-index: 10000;
    left: 0px;
    right: 0px;
    top: 0px;
    background: #fff repeat scroll 0% 0% #000;
    height: 100vh;
    padding: 0px !important;
	background:#42586f;	
	
}

.popup-project .project-img-panel {
    position: relative;
    padding-top: 10px;
	background:#fff;
	/*height: 100vh;*/

}
@media (max-width:568px){
		.popup-project .project-img-panel{
			height:auto;
		}
		.flask{
			max-width:50%;
			margin:40px auto;	
			display:block;
		}
}
@media (min-width:568px){
		.popup-project .project-img-panel{
			height: 100vh;
		}
}

.popup-project .project-img-panel img {
    margin-bottom: 15px;
    margin-left: auto!important;
    margin-right: auto!important;
    border: 10px solid #fff;
	padding-bottom:20px;
}

.project-content {
    padding: 20px 30px;
	background:#42586f;
	color:#fff;
}

.project-content h3 {
    font-family: Oxygen,sans-serif;
    font-size: 25px;
    font-weight: 400;
    margin-bottom: 30px;
}
.project-content h5 {
	font-size:18px;
	margin:30px 0 15px 0;
	font-weight:bold;
}
.project-content ul{
	list-style:none;
	padding:0;
	margin:0;	
}
.project-content ul li{
	line-height:24px;
	padding-left:20px;
	background:url(../img/arrow-green.jpg) no-repeat ;
	background-position:0px 4px;
}
.project-content p {
    font-size: 14px;
    line-height: 24px;
}

.screenshot {
    text-align: center;
}

.white-panel {    
    padding: 5px;
    position: relative;
}

.less-border {
    border: 0!important;
}

.screenshot-thumb {
    text-align: center;
    margin-top: 12px;
    margin-bottom: 18px;
}

.screenshot-thumb li {
    display: inline-block;
    width: 10px;
    height: 10px;
    background: #42586f;
   
    text-indent: -9999px;
    border-top-right-radius: 50%;
    border-top-left-radius: 50%;
    border-bottom-right-radius: 50%;
    border-bottom-left-radius: 50%;
    cursor: pointer;
    margin: 0 5px;
}

.screenshot-thumb li.active {
    background: #85aa2b;
    
}

.screenshot img {
    display: none;
}


.project-close {
    display: none;
    background: #85aa2b;
    position: fixed;
    right: 0px;
    top: 0px;
    z-index: 9999999;
    text-align: center;
    color: #FFF;
    font-weight: 400;
    width: 50px;
    height: 50px;
    padding-top: 15px;
}

.project-close:hover .glyphicon-remove {
	
    color:#fff;
}

.loaderIframe {
    background-image: url(img/ajax-loader.gif);
    background-repeat: no-repeat;
    background-position: center center;
    display: none;
    width: 100%!important;
    height: 100%!important;
    overflow: hidden;
    position: fixed!important;
}
.popup-project h3{
	padding-top:15px;
	font-family:nexa_boldregular;
	font-size:25px;	
	margin-bottom:0;
}
.popup-project a{
	color:#b7df0d;	
}
.popup-project p{
	font-size:13px;
	line-height:20px;	
}
.dottedbox{
	border-bottom:1px dashed #adbece;	
	border-top:1px dashed #adbece;	
	padding:12px 0;
	margin-bottom:15px;
}
.normalp ul{
	list-style:none;	
}
.normalp li{
	line-height:30px;
	display:block;
	background:url(../img/arrow-green-small.jpg) no-repeat;
	background-position:0px 9px;
	padding-left:15px;
}