@import url(http://fonts.googleapis.com/css?family=Raleway:400,100,300,500,600,200,700,800,900);
html, body{
    font-family: 'Raleway', 'sans-serif';
    font-size: 100%;
    background-color: #fff;
}

/*----start-header----*/
.header{
	padding: .2% 0;
	border-bottom: 1px solid #EEE;
	background-color: #fff;
}
.logo{
	margin-top:1.5em;
}
/*----navbar-nav----*/
.top-nav ul li a{
	color: #006A11;
	padding: 1.5em 1.2em;
}
.logo{
	margin-top:15px;
}
/* top-nav */
.top-nav:before,
.top-nav:after {
    content: " ";
    display: table;
}
.top-nav:after {
    clear: both;
}
.top-nav {
    *zoom: 1;
	border-top: 1px solid #eee;
}
nav {
	position: relative;
}
nav ul {
	padding: 0;
	float: right;
	margin: 0;
}
nav li {
	display: inline;
	float: left;}
nav a {
	color: #fff;
	display: inline-block;
	text-align: center;
	text-decoration: none;
	line-height: 40px;
}
nav a:hover{
	text-decoration:none;
}
nav li a {
	color:#006A11;
}
nav li:last-child a {
	border-right: 0;
}
nav a#pull {
	display: none;
}
/*Styles for screen 600px and lower*/
@media screen and (max-width: 768px) {
	nav { 
  		height: auto;
  	}
  	nav ul {
  		width: 100%;
  		display: block;
  		height: auto;
  	}
  	nav li {
  		width: 100%;
  		position: relative;
  	}
  	nav li a {
		border-bottom: 1px solid #eee;
	}
  	nav a {
	  	text-align: left;
	  	width: 100%;
	  	text-indent: 25px;
  	}
}

/*Styles for screen 515px and lower*/
@media only screen and (max-width : 768px) {
	nav {
		border-bottom: 0;
	}
	nav ul {
		display: none;
		height: auto;
	}
	nav a#pull {
		display: block;
		position: relative;
		color: #006A11;
		text-align: right;
		position: absolute;
		top: -108px;
	}
	nav a#pull:after {
		content:"";
		background: url('nav-icon.png') no-repeat;
		width: 30px;
		height: 30px;
		display: inline-block;
		position: absolute;
		right: 15px;
		top: 10px;
	}
	nav a#pull img{
		margin-right:2%;
	}
	.top-nav ul li a {
		color: #006A11;
		padding: 0.2em 0;
	}
}

/*Smartphone*/
@media only screen and (max-width : 320px) {
	nav li {
		display: block;
		float: none;
		width: 100%;
	}
	nav li a {
		border-bottom: 1px solid #576979;
	}
}
.div-head h2{
	font-size: 3em;
	font-weight: 300;
	padding: 2% 0 1% 0;
	color:#006A11;
}
/*----start-browhite---*/
.browhite{
	padding:2% 0;
	text-align: center;
}
div#browhite {
	padding: 2em 0;
}
.div-head p{
	line-height:1.8em;
	margin:0 auto;
	color:#006A11;
	text-align: left;
}
/*----start-brocolor----*/
.brocolor{
	background:#006A11;
	padding:2% 0;
	text-align: center;
}
.brocolor-head h2{
	color:#FFF;
}
.brocolor-head p{
	color:#FCE2E5;
}

/* 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;
}
/*	Strip
/*-----------------------------------------------------------------------------------*/
.b-link-stripe{
	position:relative;
	display:inline-block;
	vertical-align:top;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	overflow:hidden;
	width: 100%;
}
.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(243, 103, 89, 0.8);
	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 */
}
/* 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;
}
/*-----------------------------------------------------------------------------------*/
/*	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;
}
.b-animate img{
	margin-top: 21%;
	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;
}
.p-img {
	width:100%;
}
.more-ports span{
	width: 92px;
	height: 92px;
	display: inline-block;
	background: url(../images/p-btn-bg.png) no-repeat 0px 0px;
}
.more-ports{
	width: 100%;
	display: inline-block;
	text-align: center;
	margin-top:2%;
}
/*----*/
/*----start-words----*/
.words{
	background: #002811;
	padding: 4.5% 0 4%;
}
.words h3{
	font-size: 2.5em;
	color: #FFF;
	font-weight: 800;
	letter-spacing: 0.06em;
}
.words h3 span{
	width:57px;
	height:46px;
	display:inline-block;
	background:url(../images/words-icons.png) no-repeat 0px 0px;
}
.words h3 span.frist-quit{
	background-position:0px 0px;
	margin-right:1em;
}
.words h3 span.second-quit{
	background-position: -30px 0px;
	margin-left:1em;
}
.words h4{
	color: #FFF;
	font-size: 1.6em;
	font-weight: 300;
	margin: 3% 0;
}
/*----start-team----*/
/* Common division block */
.holder{
	position: relative;
	overflow: hidden;
	-webkit-transition: 0.5s Ease;
	-moz-transition: 0.5s Ease;
	-o-transition: 0.5s Ease;
	transition: 0.5s Ease;
}
.holder img{
	display:block;
}
/* Caption and Light */
.caption
{
    color: rgba(0,0,0,0);
    line-height: 100px;
    
}
.caption:hover
{
    border: 6px solid #E0E0E0;
    color: rgb(255,255,255);
    line-height: 500px;
}
.caption>div
{
    position: absolute;
    top: 0px;
    left: 50px;
    font-size: 30px;    
}

/* Smooth Caption */
.smooth
{
}
.smooth:hover img{
	cursor: pointer;
}
.go-left
{
    background-color: rgba(0,0,0,0.5);
    color: #FFFFFF;
    position: absolute;
    bottom: 0px;
    right: -600px;
    width: 360px;
    text-align:center;   
    font-size: 20px;
    margin: 10px;
    padding: 10px;
    -webkit-transition: 0.5s Ease;
    -moz-transition: 0.5s Ease;
    -o-transition: 0.5s Ease;
    transition: 0.5s Ease;
}
.smooth:hover > .go-left
{    
    right:0px;    
}
.go-top
{
	width: 100%;
    color: #FFFFFF;
    position: absolute;
    bottom: 0px;
    top: 600px;
    text-align:center;   
    font-size: 20px;
    padding: 10px 0;
    overflow: hidden;
    -webkit-transition: 0.5s Ease;
    -moz-transition: 0.5s Ease;
    -o-transition: 0.5s Ease;
    transition: 0.5s Ease;
    
}
.smooth:hover > .go-top
{    
    top: 400px;
	width: 100%;
}
.go-top p
{
    font-size: 12px;
}
.last-grid{
	margin-right:0px;
}
.holder img {
	width:100%;
}
/*----start-get-in-touch----*/
.get-in-touch{
	padding:1% 0 3% 0;
}
.get-in-touch h2{
	padding: 2% 0 0% 0;
}
.get-in-touch p,.get-in-touch p a{
	color: #66798B;
	line-height: 1.8em;
}
.get-in-touch p a:hover{
	text-decoration:none;
	color:#006A11;
}
.get-share{
	padding:0.5em 0;
	margin-bottom: 3%;
}
.text-boxs form input[type="text"],.text-boxs form textarea{
	color: #999;
	border: 1px solid #ECECEC;
	width: 100%;
	font-size: 0.875em;
	text-align: center;
	padding: 1.4em;
	margin-bottom: 1em;
	outline:none;
	border-radius:0.2em;
	-webkit-border-radius:0.2em;
	-moz-border-radius:0.2em;
	-o-border-radius:0.2em;
	-ms-border-radius:0.2em;
}
.text-boxs form textarea{
	min-height:170px;
	resize:none;
}
.text-boxs form input[type="submit"]{
	background: url(../images/sub-btn-bg.png) no-repeat 4px 0px #fff;
	border: none;
	outline: none;
	width: 100px;
	height: 105px;
	display: inline-block;
}
.text-boxs form input[type="submit"]:hover{
	opacity:0.8;
}
.get-share ul{
	margin:0;
}
.get-share li{
	padding:0;
}
.get-share li a span{
	width: 38px;
	height: 38px;
	display: inline-block;
	background: url(../images/get-social-icons.png) no-repeat 1px 1px;
}
.get-share li a:hover{
	opacity:0.8;
}
.get-share li a span.face{
	background-position:1px 1px;
}
.get-share li a span.twitt{
	background-position: -40px 1px;
}
.get-share li a span.gplus{
	background-position: -82px 1px;
}
.get-share li a span.you{
	background-position: -124px 1px;
}
.get-share li a span.in{
	background-position: -166px 1px;
}
.get-share li a span.be{
	background-position: -207px 1px;
}
.get-share li a span.ta{
	background-position: -249px 1px;
}
/*---*/
.address h3{
	color: #006A11;
	margin: 0;
	padding: 0 0 0.5em 0;
	font-weight: 400;
}
.address ul{
	margin: 1em 0;
}
.address ul li a span{
	width: 40px;
	height: 40px;
	display: inline-block;
	background: url(../images/address-icons.png) no-repeat 5px 2px;
}
.address ul li a span.mobile{
	background-position: 3px -79px;
	vertical-align: bottom;
}
.address ul li a span.msg{
	background-position: 0px -162px;
	vertical-align: middle;
}
.get-in-touch-grids{
	margin:3% 0;
}
/*---- start-copy-right----*/
.copy-right{
	background: #002811;
	padding: 1.2%;
	margin-top: 3%;
}
.copy-right p,.copy-right p a{
	color: #F1F1F1;
	margin: 0px;
}
/**********/
#toTop {
	display: none;
	text-decoration: none;
	position: fixed;
	bottom: 15px;
	right: 18px;
	overflow: hidden;
	width: 32px;
	height: 32px;
	border: none;
	text-indent: 100%;
	background: url(../images/arrow_up.png) no-repeat center;
}
/*----start-media-quries----*/
/*----start-media-quries-for-1024px-laptops---*/
@media(max-width:1024px){
	.smooth:hover > .go-top {
		top: 300px;
	}
}
/*----//End-media-quries-for-1024px-laptops---*/
/*----start-media-quries-for-768px-tabs---*/
@media(max-width:768px){
	.smooth:hover > .go-top {
		top: 800px;
	}
	.logo {
		margin: 1.5em 0;
	}
	.logo img{
		padding-left:1.5em;
	}
	.div-head p {
		width: 80%;
	}
	.words h3 {
		font-size: 2.5em;
	}
	.div-head h2 {
		font-size: 2.5em;
	}
}
/*----//End-media-quries-for-768px-tabs---*/
/*----start-media-quries-for-640px-tabs---*/
@media(max-width:640px){
	.smooth:hover > .go-top {
		top: 680px;
	}
	.logo {
		margin: 1.5em 0;
	}
	.logo img{
		padding-left:1.5em;
	}
	.div-head p {
		width: 80%;
	}
	.words h3 {
		font-size: 2.5em;
	}
	.div-head h2 {
		font-size: 2.5em;
	}
	.b-animate img {
		margin-top: 8%;
	}
}
/*----//End-media-quries-for-640px-tabs---*/
/*----start-media-quries-for-480px-tabs---*/
@media(max-width:480px){
	.smooth:hover > .go-top {
		top: 450px;
	}
	.logo {
		margin: 1.5em 0;
	}
	.logo img{
		padding-left:1.5em;
	}
	.div-head p {
		width: 80%;
	}
	.words h3 {
		font-size: 1.8em;
	}
	.div-head h2 {
		font-size: 2.2em;
	}
	.b-animate img {
		margin-top: 8%;
	}
}
/*----//End-media-quries-for-480px-tabs---*/
/*----start-media-quries-for-320px-tabs---*/
@media(max-width:320px){
	.smooth:hover > .go-top {
		top: 250px;
	}
	.logo {
		margin: 1.5em 0;
	}
	.logo img{
		padding-left: 0.5em;
	}
	.div-head p {
		width: 100%;
		font-size: 0.875em;
	}
	.words h3 {
		font-size: 1em;
	}
	.div-head h2 {
		font-size: 1.8em;
		padding: 0.2% 0;
	}
	.b-animate img {
		margin-top: 8%;
	}
	.about-grid a h3 {
		font-size: 1.2em;
		margin: 0.2em 0;
	}
	.skills-grid h3 {
		font-size: 18px;
	}
	.b-animate img {
		margin-top: 0%;
		width: 40%;
	}
	.words h3 span.second-quit {
		margin-left: 0.5em;
	}
	.words h3 span.frist-quit {
		margin-right: 0.5em;
	}
	.member-note h3 {
		font-size: 2em;
	}
	.member-note p {
		width: 100%;
	}
	.copy-right {
		padding: 1em;
	}
	.navbar-toggle {
		margin-right: 0px;
	}
	.address{
		margin-top:1.5em;
	}
	.words h4 {
		font-size: 1em;
	}
	.text-boxs form input[type="text"], .text-boxs form textarea {
		padding: 1em;
	}
}
/*----//End-media-quries-for-320px-tabs---*/
/*----//End-media-quries----*/

/*-----gallery---------*/

.gallery  h3 {
  color: #231F20;
  font-size:4em;
  font-weight:400;
   font-family: 'Playball', cursive;
  padding-bottom: 0.7em;
  text-align:center;
  }
.gallery-bottom{
        margin-top:5em;
}
.gallery-left img{
        width:100%;
}
.gallery {
  padding: 1em 0 4em 0;
}
.gallary-one{
        margin-top:20px;
}
.col-md-3.gallery-left,.col-md-3.gallery-left.two {
  padding: 0 10px;
}
.col-md-3.gallery-left.two {
  margin-bottom: 1.2em;
}
.gallery-one:nth-child(1){
        margin-top:0;
}
.gallery img {
        max-width:100%;
        transition: all 500ms!important;
        -webkit-transition: all 500ms!important;
        -moz-transition: all 500ms!important;
}
.gallery .label {
        position: absolute;
        width: 100%;
        height:40px;
        bottom:-40px;
}
.gallery .label-bg {
        background: #22B4B8;
        width: 100%;
        height:100%;
        position: absolute;
        top:0;
        left:0;
}
.gallery .label-text {
        color:#fff;
        position: relative;
        z-index:500;
        padding:5px 8px;
}
.gallery .text-category {
        display:block;
        font-size:9px;
        font-size: 12px;
        text-transform:uppercase;
}

.gallery-wrapper:hover ul.social-ic{
        display: block;
}
img.zoom-img:hover {
        -webkit-transform: scale(1.15);
        -webkit-transition-timing-function: ease-out;
        -webkit-transition-duration: 750ms;
        -moz-transform: scale(1.15);
        -moz-transition-timing-function: ease-out;
        -moz-transition-duration: 750ms;
        overflow: hidden;
}
img.zoom-img {
        -webkit-transform: scale(1, 1);
        -webkit-transition-timing-function: ease-out;
        -webkit-transition-duration: 250ms;
        -moz-transform: scale(1, 1);
        -moz-transition-timing-function: ease-out;
        -moz-transition-duration: 250ms;
}
.gallery-one.two{
   margin-top: 1.2em;
}
