
/*--flexisel--*/

#flexiselDemo1 {
	display: none;
}
.nbs-flexisel-container {
	position: relative;
	max-width: 100%;
}
.nbs-flexisel-ul {
	position: relative;
	width: 9999px;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	text-align: center;
}
.nbs-flexisel-inner {
	overflow: hidden;
	margin: 0px auto;
}
.nbs-flexisel-item {
	float: left;
	margin: 0;
	padding: 0px;
	cursor: pointer;
	position: relative;
	line-height: 0px;
}
.nbs-flexisel-item > img {
	cursor: pointer;
	position: relative;
}
/*---- Nav ---*/
.nbs-flexisel-nav-left, .nbs-flexisel-nav-right {
	width:24px;
	height:36px;
	position: absolute;
	cursor: pointer;
	z-index: 100;
}
.nbs-flexisel-nav-left {
left: -4.3%;
top: 20% !important;
background: url(../images/themes.png) no-repeat 0px 0px;
}
.nbs-flexisel-nav-right {
right: -4.3%;
top: 20% !important;
background: url(../images/themes.png) no-repeat -24px 0px;
}
/*--//flexisel--*/
.clients h3{
font-size:30px;
margin:0 0 0px 0;
color:#ffffff;
font-weight:bold;
text-align:center;
}
.clients {
background:#1c40a6;
padding:70px 0;
}
.flex-slider{
margin-top:50px;
}
/*--contact us--*/
.contact-left h3
{
  	color: #000000;
  	font-size: 27px;
  	font-weight: 400;
  	margin: 0;
  	letter-spacing: 1px;
}
/*--start-contact--*/
.contact {
  	padding: 3em 0px 6em 0px;
}
.contact-left p {
  	color: #666666;
  	font-size: 15px;
  	line-height: 1.5em;
  	font-weight: 400;
  	margin-top: 2.4em;
  	width: 88%;
}

.cnt-left span{
	background:url(../images/cnt.png) no-repeat;
	width:26px;
	height:26px;
	display:block;
}
.cnt-left span.ads{
	background-position:0px 0px;
}
.cnt-left span.ph{
	background-position:-26px 0px;
}
.cnt-left span.email{
	background-position:-52px 0px;
}
.phone{
	margin-top:1.5em;
}
.cnt-right p,.cnt-right p a{
	color:#c5b257 !important;
	margin-top:0 !important;
}
.cnt-right p a:hover{
	color:#191919 !important;
	text-decoration:none;
	transition: 0.5s all;
  	-webkit-transition: 0.5s all;
  	-moz-transition: 0.5s all;
  	-o-transition: 0.5s all;
  	-ms-transition: 0.5s all;
}
.contact-left-bottom{
	margin-top:3em;
}
.cnt-left{
	width:9%;
	float:left;
}
.cnt-right{
	width:91%;
	float:right;
}
.contact-right-bottom{
	margin-top:2.4em;
}
.contact-left input[type="text"] {
  	width: 100%;
  	color: #c5b257;
  	background: #fff;
  	outline: none;
  	font-family: 'Roboto', sans-serif;
  	font-size: 15px;
  	border: 1px solid #c5b257;
  	padding: 10px 1.3em;
  	margin-bottom: 1em;
  	-webkit-appearance: none;
  	letter-spacing:1px;
}
.contact-left textarea {
  resize: none;
  width: 100%;
  color: #c5b257;
  font-size: 15px;
  background: #fff;
  outline: none;
  font-family: 'Roboto', sans-serif;
  padding: 10px 1.3em;
  border: none;
  min-height: 8em;
  border: 1px solid #c5b257;
  -webkit-appearance: none;
  letter-spacing:1px;
}
.contact-but{
	margin-top:1.2em;
}
.contact-but form input[type="submit"] {
  	border: none;
  	outline: none;
  	color: #fff;
  	width: 100%;
  	background: url(../images/msg.png) no-repeat 50% 13px #323232;
  	padding: 0px 0px;
  	font-size: 30px;
  	font-weight: 400;
  	-webkit-appearance: none;
}
.contact-but form input[type="submit"]:hover{
	background: url(../images/msg.png) no-repeat 50% 13px #c5b257;
	transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all;c
}
/*--end-contact--*/

/* 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;
  }