* {
	padding:0;
	margin:0;
}
body {
	color:#fff;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	position:relative;
	background:#000;
	width:100%;
	height:100%;
	overflow: scroll;
	overflow-x: hidden;
}
a {
	text-decoration:none;
	color: #FFF;
	outline:none;
}

.wrapper{
	width:100%;
}
.spHeight{
	padding-top:63px;
}
.container {
	max-width: 940px;
}

.noMar{
	margin:0 !important;
}
.noPadd{
	padding:0px !important;
}

.container .row{
	margin:0px;
}

p{
	font-family: 'Open Sans', sans-serif;
	font-size:14px;
	line-height:21px;
	font-weight:400;
	padding-bottom:22px;
	margin:0px;
}
h1{
	font-family: 'Open Sans', sans-serif;
	font-size:62px;
	line-height:76px;
	font-weight:600;
	margin:0px;
	padding-bottom:0px;
	margin-top:-60px;
}
h2{
	font-family: 'Open Sans', sans-serif;
	font-size:51px;
	line-height:57px;
	padding-bottom:10px;
	font-weight:700;
	text-transform:uppercase;
	margin:0px;
}
h3{
	font-family: 'Open Sans', sans-serif;
	font-size:24px;
	line-height:30px;
	padding-bottom:6px;
	font-weight:300;
	margin:0px;
	text-transform:uppercase;
}
h4{
	font-family: 'Open Sans', sans-serif;
	font-size:19px;
	line-height:24px;
	padding-bottom:6px;
	font-weight:600;
	margin:0px;
}
h5{
	font-family: 'Open Sans', sans-serif;
	font-size:16px;
	line-height:24px;
	padding-bottom:6px;
	font-weight:400;
	margin:0px;
}

h4.subHeading{
	font-weight:600;
	font-size:18px;
	padding-bottom:22px;
}

.heading{
	text-align:center;
	padding-bottom:45px;
}
.heading .container{
	padding-top:0px !important;
	padding-bottom:0px !important;
	padding-right: 15px;
	padding-left: 15px;
}
.heading h3{
	padding-bottom:35px;
	font-weight:300;
}
.heading p{
	font-weight:400;
	color:#b9b9b9;
	line-height:25px;
}

.topmar{
	margin-top:20px;
}



/*----------------------------------------------------
	Header
------------------------------------------------------*/
header{
	position:relative;
}
.banner{
	overflow:hidden ;
	margin:0 auto !important;
	background:#CACACA;
}
.bannerText{
	position:relative ;
	left:0;
	right:0;
	top:35%;
	text-align:center;
	padding:30px 0 30px ;
	max-width:960px;
	z-index:999999 ;
	
	animation-name: textBox;
	animation-duration: 5s;
	animation-timing-function: linear;
	animation-delay: 0s;
	animation-iteration-count: infinite;
	animation-direction: alternate;
	animation-play-state: running;
	/* Safari and Chrome: */
	-webkit-animation-name: textBox;
	-webkit-animation-duration: 5s;
	-webkit-animation-timing-function: linear;
	-webkit-animation-delay: 0s;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-direction: alternate;
	-webkit-animation-play-state: running;
}

@keyframes textBox{
	0%   {opacity:0.0;}
	10%   {opacity:0.0;}
	25%  {opacity:1;}
	50%  {opacity:1;}
	75%  {opacity:1;}
	95% {opacity:0.0;}
	100% {opacity:0.0;}
}

@-webkit-keyframes textBox{ /* Safari and Chrome */
	0%   {opacity:0.0;}
	10%   {opacity:0.0;}
	25%  {opacity:1;}
	50%  {opacity:1;}
	75%  {opacity:1;}
	95% {opacity:0.0;}
	100% {opacity:0.0;}
}



.bannerText h1{
	text-transform:uppercase;
}
.bannerText h1 span{
	color:#FFCF00;
}  
.bannerText p{
	font-size:14px;
	text-transform:none;
	padding-bottom:44px;
}
.bannerText .mbnt{
	font-size:12px;
	line-height:16px;
	text-decoration:none;
	text-transform:uppercase;
	letter-spacing:2px;
	color:#fff;
	padding:14px 16px;
	border:solid 1px #bebebe;
	display:inline-block;
	margin:0 auto;
}
.bannerText .mbnt:hover{
	color:#69978B;
	border-color:#69978B;
}

.headbg{
	/* Set rules to fill background */
	 min-height: 100%;
	
  	/* Set up proportionate scaling */
	width: 100%;
	height: auto;
	
  	/* Set up positioning */
  	position: absolute;
  	top: 0;
  	left: 0;
	
	opacity:0.5;
	filter:alpha(opacity=50); /* For IE8 and earlier */
 
 }
.banner{
	background:#000;
}
.slide img{
	opacity:0.4;
	filter:alpha(opacity=40); /* For IE8 and earlier */
}




/*----------------------------------------------------
 	 Menu 
------------------------------------------------------*/
@-webkit-viewport { width: device-width; }
@-moz-viewport { width: device-width; }
@-ms-viewport { width: device-width; }
@-o-viewport { width: device-width; }
@viewport { width: device-width; }


/* ------------------------------------------
  RESPONSIVE NAV STYLES
--------------------------------------------- */

.nav-collapse ul {
  margin: 0;
  padding: 0;
  width: 100%;
  display: block;
  list-style: none;
}

.nav-collapse li {
  width: 100%;
  display: block;
}

.js .nav-collapse {
  clip: rect(0 0 0 0);
  max-height: 0;
  position: absolute;
  display: block;
  overflow: hidden;
  zoom: 1;
}

.nav-collapse.opened {
  max-height: 9999px;
}

.disable-pointer-events {
  pointer-events: none !important;
}

.nav-toggle {
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}

@media screen and (min-width: 40em) {
  .js .nav-collapse {
    position: relative;
  }
  .js .nav-collapse.closed {
    max-height: none;
  }
  .nav-toggle {
    display: none;
  }
}

/* ------------------------------------------
  FIXED HEADER
--------------------------------------------- */

header {
  background: #FFCF00;
  position: fixed;
  z-index: 3;
  width: 100%;
  left: 0;
  top: 0;
}
.logo{
	float:left;
	background:url(../images/logo.png) no-repeat 0 0;
	width:143px;
	height:44px;
	font-size:0;
	line-height:0;
}
/* ------------------------------------------
  MASK
--------------------------------------------- */

.mask {
  -webkit-transition: opacity 300ms;
  -moz-transition: opacity 300ms;
  transition: opacity 300ms;
  background: rgba(0,0,0, .5);
  visibility: hidden;
  position: fixed;
  opacity: 0;
  z-index: 2;
  bottom: 0;
  right: 0;
  left: 0;
  top: 0;
}

.android .mask {
  -webkit-transition: none;
  transition: none;
}

.js-nav-active .mask {
  visibility: visible;
  opacity: 1;
}

@media screen and (min-width: 40em) {
  .mask {
    display: none !important;
    opacity: 0 !important;
  }
}


/* ------------------------------------------
  NAVIGATION STYLES
--------------------------------------------- */

.fixed {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
}

.nav-collapse,
.nav-collapse * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.nav-collapse,
.nav-collapse ul {
  list-style: none;
  width: 100%;
  float: left;
}

@media screen and (min-width: 40em) {
  .nav-collapse {
    float: right;
    width: auto;
  }
}

.nav-collapse li {
  float: left;
  width: 100%;
}

@media screen and (min-width: 40em) {
  .nav-collapse li {
    width: auto;
  }
}

.nav-collapse a {
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  border-top: 1px solid #444;
  text-decoration: none;
  background: #FFCF00;
  padding: 0.7em 1em;
  color: #fff;
  width: 100%;
  float: left;
}

.nav-collapse a:active,
.nav-collapse .active a {
  background: #82B3C0;
}

@media screen and (min-width: 40em) {
  .nav-collapse a {
    /* border-left: 1px solid rgb(162, 173, 158); */
    padding: 1.02em 2em;
    text-align: center;
    border-top: 0;
    float: left;
    margin: 0;
  }
}

.nav-collapse ul ul a {
  background: #ca3716;
  padding-left: 2em;
}

@media screen and (min-width: 40em) {
  .nav-collapse ul ul a {
    display: none;
  }
}


/* ------------------------------------------
  NAV TOGGLE STYLES
--------------------------------------------- */

@font-face {
  font-family: "responsivenav";
  src:url("../icons/responsivenav.eot");
  src:url("../icons/responsivenav.eot?#iefix") format("embedded-opentype"),
    url("../icons/responsivenav.ttf") format("truetype"),
    url("../icons/responsivenav.woff") format("woff"),
    url("../icons/responsivenav.svg#responsivenav") format("svg");
  font-weight: normal;
  font-style: normal;
}

.nav-toggle {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-decoration: none;
  text-indent: -300px;
  position: relative;
  overflow: hidden;
  width: 60px;
  height: 55px;
  float: right;
}

.nav-toggle:before {
  color: #fff; /* Edit this to change the icon color */
  font: normal 28px/55px "responsivenav"; /* Edit font-size (28px) to change the icon size */
  text-transform: none;
  text-align: center;
  position: absolute;
  content: "\2261"; /* Hamburger icon */
  text-indent: 0;
  speak: none;
  width: 100%;
  left: 0;
  top: 0;
}

.nav-toggle.active:before {
  font-size: 24px;
  content: "\78"; /* Close icon */
}











/*----------------------------------------------------
	 Service
------------------------------------------------------*/

.ourservice{
	background:#f5f3ef;
	color:#fff;
	position:relative;
}
.ourservice .container{
	padding-top:85px ;
	padding-bottom:93px ;
}
.ourservice .heading{
	padding:108px 0 90px 0;
	background:#191919 url(../images/pattern.png) repeat 0 0;
}
.service{
	padding:65px 30px 60px;
	text-align:center;
	color:#444444;
}
.service:nth-child(2n+2){
	background:#fbf9f5;
}
.service i{
	padding-bottom:27px;
}
.service h3{
	font-weight:400;
}

.textQu{
	background:#101010 url(../images/quote-bg.jpg) repeat 0 0 fixed;
	text-align:center;
	padding:128px 0 120px;
	position:relative;
}
.textQu:after {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	z-index: 1;
	background: rgba(0, 0, 0, 0.7);
}
.textQu .container{
	padding-top:0px;
	padding-bottom:0px;
	position:relative;
	z-index:2;
}
.textQu h2{
	font-size:33px;
	line-height:44px;
	font-weight:600;
	text-transform:uppercase;
}
.textQu h2 span{
	color:#82B3C0;
}

.textQu p{
	font-size:12px;
	text-transform:uppercase;
}
.textQu i{
	font-size:20px;
	
}



/*----------------------------------------------------
	About 
------------------------------------------------------*/
.aboutus{
	background:#ffffff;
	color:#242424;
	text-align:center;
}
.aboutus .container{
	padding-top:85px ;
	padding-bottom:69px ;
}
.aboutus .heading p{
	padding-bottom:41px;
}

.aboutus p{
	color:#5b5b5b;
}

.aboutus .box{
	border:solid 1px #dbdbdb;
}
.about{
	text-align:center;
	border-right:solid 1px #dbdbdb;
	padding:60px 30px 50px;
}
.about:nth-child(3n+3){
	border-right:none;
}

.about span.round{
	background: #209223;
	color:#444444;
	width:150px;
	height:150px;
	display:inline-block;
	text-align: center;
	padding-top: 40px;
	margin-bottom:45px;
	
	-webkit-border-radius: 50%;
	border-radius: 50%;
}
.about h3{
	font-weight:400;
	padding-bottom:11px;
}

.ab{
	background:#000 url(../images/ab-bg.jpg) repeat-x 0 0 fixed;
	padding:108px 0 98px;
	position:relative;
}
.ab:after {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	z-index: 1;
	background: rgba(0, 0, 0, 0.7);
}
.ab .container{
	padding-top:0px;
	padding-bottom:0px;
	position:relative;
	z-index:2;
}
.ab h2{
	font-size:33px;
	line-height:37px;
	padding-bottom:20px;
	font-weight:700;
	text-transform:uppercase;
	color:#fff;
}
.ab p{
	color:#d8d8d8;
	line-height:25px;
}
.countarea{
	padding:54px 0 0 0;
}
.countarea h3{
	font-size:60px;
	line-height:66px;
	height:66px;
	font-weight:700;
	padding-bottom:15px;
	color:#69978B;
}
.countarea p{
	font-size:12px;
	padding-bottom:10px;
	color:#fefefe;
	text-transform:uppercase;
}



/*----------------------------------------------------
	 Team
------------------------------------------------------*/
.tea{
	background:#fff;
}
.tea .container{
	padding-top:85px ;
	padding-bottom:90px ;
}

.tea h2{
	color:#242424;
}
.tea h3{
	color:#242424;
}
.tea h3.membername{
	padding-bottom:5px;
}
p.testiti{
	padding-bottom:12px;
}
.tea p{
	color:#5b5b5b;
	line-height:25px;
}
.tea .heading p{
	padding-bottom:41px;
}

.tea h4{
	font-weight:700;
}
.tea .box{
	border:solid 1px #dbdbdb;
}

.member{
	text-align:center;
	border-right:solid 1px #dbdbdb;
	padding:60px 30px 50px;
}
.member:nth-child(3n+3){
	border-right:none;
}

.member h3{
	font-weight:400;
	padding-bottom:11px;
}
.member span.round{
	margin:0 auto;
	width:230px;
	max-width:100%;
	height:230px;
	max-height:100%;
	overflow:hidden;
	display:block;
	margin-bottom:45px;
	-webkit-border-radius: 50%;
	border-radius: 50%;
}
.member span.round img{
	width:100%;
	height:100%;
}


ul.memberLink{
	margin:0 auto;
	text-align:center;
	list-style-type:none;
	padding-top:10px;
}
ul.memberLink li{
	display:inline-block;
	text-align:center;
	background:#bebebe;
	color:#fff;
	line-height:34px;
	margin:0 1px 5px;
	width:34px !important;
	height:34px !important;
	
	-webkit-border-radius: 50%;
    border-radius: 50%;
}
ul.memberLink li:hover{
	background:#212121 ;
	color:#69978B;
}
ul.memberLink li:hover	a{
	color:#69978B;
}

ul.memberLink li a{
	color:#fff;
	width:34px !important;
	height:34px !important;
}
ul.memberLink li a i{
	line-height:34px !important;
}




/*----------------------------------------------------
	 7. portfolio Style
------------------------------------------------------*/
.portfolio{
	background:#fff;
	color:#242424;
	width:100%;
	overflow:hidden;
}
.portfolio .container{
	padding-top:85px ;
	padding-bottom:93px ;
}
.portfolio .heading{
	padding:108px 0 90px 0;
	background: #4B5553;
}
.portfolio .protBox{
	padding-top:85px ;
	padding-bottom:90px ;
	position:relative;
}

.portfolio .heading p{
	padding-bottom:41px;
	color:#242424
}
.portfolio h4{
	font-weight:700;
}



/*----------------------------------------------------
	 Testimonial
------------------------------------------------------*/
.testimonialArea{
	float:none;
	margin:0 auto;
	text-align:center;
}
.testimonial .clientPic{
	width: 150px;
	height:150px;
	overflow: hidden;
	margin:0 auto;
	background:#2a2a2a;
	margin-bottom:45px;
	
	-webkit-border-radius: 50%;
    border-radius: 50%;
}
.testimonial h3{
	font-size:24px;
	line-height:28px;
	font-weight:700;
	color:#5b5b5b;
	padding-bottom:12px;
}
.testimonial h4{
	font-size:18px;
	line-height:22px;
	font-weight:400;
	color:#5b5b5b;
	padding-bottom:35px;
}

.testimonial .slides{
	height:100%;
	overflow:hidden;
}

ol.flex-control-paging{
	list-style-type:none;
	width:auto;
	margin:0 auto;
	text-align:center;
}
ol.flex-control-paging li{
	display:inline-block;
	padding:0 6px;
}
ol.flex-control-paging li a{
	font-size:0px;
	line-height:0px;
	width:14px;
	height:14px;
	display:block;
	border:solid 1px #818181;
	cursor:pointer;
	
	-webkit-border-radius: 50%;
    border-radius: 50%;
}
ol.flex-control-paging li a.flex-active{
	background:#2a2a2a;
	border-color:#2a2a2a;
}
ul.flex-direction-nav{
	display:none;
}

.cie ul.flex-direction-nav{
	display:block;
}
.cie ul.flex-direction-nav li{
	padding:0px;
	border:none;
}
.cie ul.flex-direction-nav li a.flex-prev{
	font-size:0px;
	line-height:0px;
	padding: 0px;
	width:18px;
	height:21px;
	position: absolute;
	left: -15px;
	top: 29px;
	background:url(../images/left-arrow.png) no-repeat 0 50%;
	opacity:0.3;
		
	-webkit-transition-duration: 700ms;
    -moz-transition-duration: 700ms;
    -o-transition-duration: 700ms;
    transition-duration: 700ms;
}
.cie ul.flex-direction-nav li a.flex-prev:hover{
	opacity:1.0;
}
.cie ul.flex-direction-nav li a.flex-next{
	font-size:0px;
	line-height:0px;
	padding: 0px;
	width:18px;
	height:21px;
	position: absolute;
	right: -15px;
	top: 29px;
	background:url(../images/right-arrow.png) no-repeat 0 50%;
	opacity:0.3;
	
	-webkit-transition-duration: 700ms;
    -moz-transition-duration: 700ms;
    -o-transition-duration: 700ms;
    transition-duration: 700ms;
}
.cie ul.flex-direction-nav li a.flex-next:hover{
	opacity:1.0;
}


.cie{
	padding: 0;
}
.cust{
	padding:0 17px;
}
.cust ul{
	padding:0;
	margin:0;
	text-align:center;
	list-style-type:none;
}
.cust li{
	margin:0 11px;
	padding: 20px 29px;
	border:solid 1px #8a8a8b;
	display:inline-block;	
	width:auto !important;
}


.cust .flex-control-paging{
	display:none;
}


/*----------------------------------------------------
	 We work
------------------------------------------------------*/
.wwwork{
	background:#101010 url(../images/quote-bg.jpg) repeat 0 0 fixed;
	text-align:center;
	padding:128px 0 120px;
	position:relative;
}
.wwwork:after {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	z-index: 1;
	background: rgba(0, 0, 0, 0.7);
}
.wwwork .container{
	position:relative;
	z-index:2;
}
.wwwork h2{
	font-size:33px;
	line-height:44px;
	font-weight:600;
	text-transform:uppercase;
}
.wwwork h2 span{
	color:#69978B;
}



/*----------------------------------------------------
	Contact
------------------------------------------------------*/

.contact{
	background:#fff;
}
.contact .container{
	padding-top:85px ;
	padding-bottom:90px ;
}

.contact h2{
	color:#242424;
}
.contact h3{
	color:#242424;
}
.contact p{
	color:#5b5b5b;
}
.contact .heading p{
	padding-bottom:41px;
}

.contact h4{
	font-weight:700;
}

.cont{
	padding-bottom:0px !important;
}
.mapArea{
	height:500px;
	overflow:hidden;
	width:100%;
	margin:0;
}
.mapArea iframe{
	width:100%;
	height:100%;
}


.contactDetails{
	background:#fff;
}
.contactDetails .container{
	padding-top:0px ;
	padding-bottom:90px ;
	text-align:center;
}
.contactDetails h3{
	font-weight:700;
	text-transform:uppercase;
	padding-bottom:38px;
	color:#242424;
}
.contactDetails p{
	color:#93959c;
	font-size:13px;
	line-height:19px;
	padding-bottom:14px;
}
.contactDetails p a{
	color:#93959c;
}
.contactDetails p a:hover{
	color:#a9abb0;
	text-decoration:none;
}

.contactDetails i{
	padding-right:15px;
}


.conForm input{
	background:#fff;
	border:solid 1px #dbdbdb !important;
	color:#93959c;
	padding:15px 30px;
	border:none;
	margin-right:3%;
	margin-bottom:30px;
	outline:none;
}
.conForm input.noMarr{
	margin-right:0px;
}

.conForm textarea{
	background:#fff;
	color:#93959c;
	border:solid 1px #dbdbdb !important;
	padding:15px 30px;
	border:none;
	margin-bottom:40px;
	outline:none;
	height:100px;
	font-style:italic;
}


.conForm .submitBnt{
	background:#82B3C0;
	font-family: 'Open Sans', sans-serif;
	color:#fff;
	font-size:16px;
	font-weight:600;
	text-align:center;
	float:right;
	margin:0px;
	border:none !important;
}
.conForm .submitBnt:hover{
	background:#f3d900;
}

.textGroup{
	position:relative !important;
	display: inline-block;
	padding-left:0px !important;
}

#success_page{
	color: #00bdbd;
	font-weight: 500;
}
.error_message{
	color: #ff675f;
	padding-bottom: 15px;
	font-weight: 500;
}
#success_page h3{
	font-size:17px;
	color: #00bdbd;
}


.contactInfo{
	background:#101010 url(../images/header-bg.jpg) repeat 0 0 fixed;
	text-align:center;
	padding:94px 0 35px;
	position:relative;
}
.contactInfo:after {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	z-index: 1;
	background: rgba(0, 0, 0, 0.7);
}
.contactInfo .container{
	position:relative;
	z-index:2;
}
.cinfoBox{
	padding-bottom:40px;
}
.cinfoBox span.infoIcon{
	display:block;
	border:solid 2px #fff;
	margin:0 auto;
	margin-bottom:40px;
	font-size:60px;
	line-height:145px;
	width:150px;
	height:150px;
	
	-webkit-border-radius: 50%;
    border-radius: 50%;
}
.cinfoBox p{
	font-weight:600;
	font-size:14px;
	color:#fff;
	padding-bottom:0px;
}
.cinfoBox p a{
	color:#fff;
	text-decoration:none;
}
.cinfoBox p a:hover{
	color:#69978B;
}



/*----------------------------------------------------
	 Footer
------------------------------------------------------*/
.footer{
	background:#fff;
}
.footer .container{
	padding:100px 0;
}

.footer ul{
	margin:0 auto;
	margin-bottom:62px;
	text-align:center;
	list-style-type:none;
}
.footer ul li{
	display:inline-block;
	text-align:center;
	background:#69978B;
	color:#ffffff;
	line-height:64px;
	margin:0 6px 14px;
	width:64px !important;
	height:64px !important;
	
	-webkit-border-radius: 50%;
    border-radius: 50%;
}
.footer ul li:hover{
	background:#2a2a2a ;
}
.footer ul li:hover	a{
	color:#fff;
}

.footer ul li a{
	color:#fff;
	width:42px !important;
	height:42px !important;
}
.footer ul li a i{
	line-height:64px !important;
}

.footer p{
	color:#5b5b5b;
	font-size:14px;
	line-height:28px;
	text-align:center;
}
.footer p:last-child{
	padding-bottom:0px;
}

.banner, .banner:after {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	z-index: 0;
}




	
/*---------------------------------------------------------------------------------
	 Responsive style
-------------------------------------------------------------------------------*/

@media screen and (min-width: 1200px) {
	.workYear{
		width:140px;
		height:140px;
		padding-top:50px;
	}
	
	.education .workYear{
		padding-top:58px;
	}
}


@media screen and (min-width: 768px) {
	.conForm input.col-sm-6 {
		width: 48.5%;
	}
	.conForm input.col-lg-6 {
		width: 48.5%;
	}
}


@media screen and (max-width: 768px) {
	.navbar-wrapper .container,
	.navwrapper .container{
		padding-right: 15px;
		padding-left: 15px;
	}
	ul.portfolioContainer li.col-xs-6{
		width:49%;
		min-height: 85px;
		
	}
	.navbar-toggle {
		margin-top: 23px;
	}
	.navbar .container{
		padding:0;
	}
	.navArea{
		width: 100%;
		margin-top: -80px;
	}
	.navbar-header .navbar-brand{
		float:right;
	}
	.navbar-nav{
		position: absolute;
		width: 100%;
		left: 0;
		color:#fff;
		background:#181a1c;
	}
	.navbar.navbar-inverse.navbar-static-top a:hover{
		background:none;
	}
	.navbar-nav > li{
		float:none;
		display:block;
	}
	.navbar-nav > li> a{
		padding:15px 0 !important;
		color:#fff !important;
	}
	.navbar-nav > li> a:hover{
		background:#000 !important;
	}
	
	.member{
		border-right:none;
		border-bottom: solid 1px #dbdbdb;
	}
	
}


@media screen and (max-width: 380px) {
	#loopedSlider, #newsSlider{
		min-height: 650px;
		height: 100%;
	}
	ul.slides{
		min-height: 600px;
		height: 100%;
	}
	
	.item{
		width: 19%;
	}
	.item p {
		font-size: 36px;
	}
	
	.ourservice img{
		width:100%;
	}
	
	ul.portfolioContainer li.col-xs-6{
		width:100%;
	}
	
	.bntDownload{
		font-size: 13px;
		padding: 16px 14px;
	}
	
	.conForm textarea{
		margin-bottom:20px;
	}
	.textGroup{
		display:block;
		padding:0 0 40px 0;
	}
	
	.nameError,
	.emailError{
		left:0px;
		top:0px;
		
	}
}







