/*
 * jQuery FlexSlider v2.2.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 */


/* Browser Resets
*********************************/
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus  {outline: none;}
.slides,
.flex-control-nav,
.flex-direction-nav {margin: 0; padding: 0; list-style: none;}

/* Icon Fonts
*********************************/
/* Font-face Icons */

/* FlexSlider Necessary Styles
*********************************/
.flexslider {margin: 0; padding: 0;}
.flexslider .slides > li { background-size: cover; 
    background-position: center;
    height: 100%;
    width: 100%;
    display: none; 
    -webkit-backface-visibility:   hidden;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {width: 100%; display: block;}
.flex-pauseplay span {text-transform: capitalize;}

/* Clearfix for the .slides element */
.slides:after {content: "\0020"; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;}
html[xmlns] .slides {display: block;}
* html .slides {height: 1%;}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {display: block;}

/* FlexSlider Default Theme
*********************************/
.flexslider { margin: 0; background: #fff; position: relative;  zoom: 1; }
.flex-viewport { max-height: 2000px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; -o-transition: all 1s ease; transition: all 1s ease; }
.loading .flex-viewport { max-height: 300px; }
.flexslider .slides { zoom: 1; }
.carousel li { margin-right: 5px; }

/* Direction Nav */
.flex-direction-nav {*height: 0;}
.flex-direction-nav a  { display: block; position:relative; width: 45px; height: 45px; margin: -23px 0 0; position: absolute; top: 50%; z-index: 10; overflow: hidden; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; filter: alpha(opacity=0); -moz-opacity: 0; -khtml-opacity: 0; opacity: 0; cursor: pointer; color: rgba(0,0,0,0.8); background:#000; background:rgba(0,0,0,0.6); -webkit-transition: all .3s ease; -moz-transition: all .3s ease; transition: all .3s ease; text-align: center; vertical-align:middle; padding-top:12px; border-radius:3px; -webkit-border-radius:3px; -moz-border-radius:3px; text-decoration:none!important;}
.flex-direction-nav .flex-prev { left: -50px; }
.flex-direction-nav .flex-next { right: -50px; text-align: right; }
.flexslider:hover .flex-prev { -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; filter: alpha(opacity=100); -moz-opacity: 1; -khtml-opacity: 1; opacity: 1; left: 10px; }
.flexslider.portfolio-slideshow:hover .flex-prev{ left:20px; }
.flexslider:hover .flex-next { -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; filter: alpha(opacity=100); -moz-opacity: 1; -khtml-opacity: 1; opacity: 1; right: 10px; }
.flexslider.portfolio-slideshow:hover .flex-next{ right:20px; }
.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover { opacity: 1; }
.flex-direction-nav .flex-disabled { opacity: 0!important; filter:alpha(opacity=0); cursor: default; }
.flex-direction-nav a:hover{ background:#63b2f5; text-decoration:none;}
.flex-direction-nav a:before  { font-family: "fontello";
	font-style: normal;
	font-weight: normal;
	speak: none;
	display: inline-block;
	text-decoration: inherit;
	margin-right: .2em;
	text-align: center;
	font-variant: normal;
	text-transform: none;
	line-height: 1em;
	margin-left: .2em;
	color:#fff;
	font-size:24px;
	content: '\e891';
	position:absolute;
	left:50%;
	margin-left:-3px;}
.flex-direction-nav a.flex-prev:before  { content: '\e890'; margin-left:-6px;}

/* Pause/Play */
.flex-pauseplay a { display: block; width: 20px; height: 20px; position: absolute; bottom: 5px; left: 10px; opacity: 0.8; z-index: 10; overflow: hidden; cursor: pointer; color: #000; }
.flex-pauseplay a:before  { }
.flex-pauseplay a:hover  { opacity: 1; }
.flex-pauseplay a.flex-play:before { }

/* Control Nav */
.flex-control-nav {width: 100%; position: absolute; bottom: -40px; text-align: center;}
.flex-control-nav li {margin: 0 6px; display: inline-block; zoom: 1; *display: inline;}
.flex-control-paging li a {width: 11px; height: 11px; display: block; background: #666; background: rgba(0,0,0,0.5); cursor: pointer; text-indent: -9999px; -webkit-border-radius: 20px; -moz-border-radius: 20px; -o-border-radius: 20px; border-radius: 20px; -webkit-box-shadow: inset 0 0 3px rgba(0,0,0,0.3); -moz-box-shadow: inset 0 0 3px rgba(0,0,0,0.3); -o-box-shadow: inset 0 0 3px rgba(0,0,0,0.3); box-shadow: inset 0 0 3px rgba(0,0,0,0.3); }
.flex-control-paging li a:hover { background: #333; background: rgba(0,0,0,0.7); }
.flex-control-paging li a.flex-active { background: #000; background: rgba(0,0,0,0.9); cursor: default; }

.flex-control-thumbs {margin: 5px 0 0; position: static; overflow: hidden;}
.flex-control-thumbs li {width: 25%; float: left; margin: 0;}
.flex-control-thumbs img {width: 100%; display: block; opacity: .7; transition: opacity 0.3s; -webkit-transition: opacity 0.3s; -moz-transition: opacity 0.3s; cursor: pointer;}
.flex-control-thumbs img:hover {opacity: 1;}
.flex-control-thumbs .flex-active {opacity: 1; cursor: default;}

@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev { opacity: 1; left: 10px;}
  .flex-direction-nav .flex-next { opacity: 1; right: 10px;}
}


.aditya{background:url(../img/clients/aditya-birla-w.png); height:58px; width:121px;}
.aditya:hover{background: url(../img/clients/aditya-birla.png) no-repeat;}

.wipro{background:url(../img/clients/wipro-w.png); height:58px; width:121px;}
.wipro:hover{background: url(../img/clients/wipro.png) no-repeat;}

.toshiba{background:url(../img/clients/toshiba-w.png); height:58px; width:121px;}
.toshiba:hover{background: url(../img/clients/toshiba.png) no-repeat;}

.terex{background:url(../img/clients/terex-w.png); height:58px; width:121px;}
.terex:hover{background: url(../img/clients/terex.png) no-repeat;height:58px; width:121px;}

.docomo{background:url(../img/clients/docomo-w.png); height:58px; width:121px;}
.docomo:hover{background: url(../img/clients/docomo.png) no-repeat;}

.tata{background:url(../img/clients/tata-w.png); height:58px; width:121px;}
.tata:hover{background: url(../img/clients/tata.png) no-repeat;}

.surya{background:url(../img/clients/surya-w.png); height:58px; width:121px;}
.surya:hover{background: url(../img/clients/surya.png) no-repeat;}

.religare{background:url(../img/clients/religare-w.png); height:58px; width:121px;}
.religare:hover{background: url(../img/clients/religare.png) no-repeat;}

.kohler{background:url(../img/clients/kohler-w.png); height:58px; width:121px;}
.kohler:hover{background: url(../img/clients/kohler.png) no-repeat;}

.itc{background:url(../img/clients/itc-w.png); height:58px; width:121px;}
.itc:hover{background: url(../img/clients/itc.png) no-repeat;}

.isg{background:url(../img/clients/isg-w.png); height:58px; width:121px;}
.isg:hover{background: url(../img/clients/isg.png) no-repeat;}

.honeywell{background:url(../img/clients/honeywell-w.png); height:58px; width:121px;}
.honeywell:hover{background: url(../img/clients/honeywell.png) no-repeat;}

.hincol{background:url(../img/clients/hincol-w.png); height:58px; width:121px;}
.hincol:hover{background: url(../img/clients/hincol.png) no-repeat;}

.ashok{background:url(../img/clients/ashok-w.png); height:58px; width:121px;}
.ashok:hover{background: url(../img/clients/ashok.png) no-repeat;}

.alstom{background:url(../img/clients/alstom-w.png); height:58px; width:121px;}
.alstom:hover{background: url(../img/clients/alstom.png) no-repeat;}

.agility{background:url(../img/clients/agility-w.png); height:58px; width:121px;}
.agility:hover{background: url(../img/clients/agility.png) no-repeat;}

.mesto{background:url(../img/clients/mesto-w.png); height:58px; width:121px;}
.mesto:hover{background: url(../img/clients/mesto.png) no-repeat;}

.lanco{background:url(../img/clients/lanco-w.png); height:58px; width:121px;}
.lanco:hover{background: url(../img/clients/lanco.png) no-repeat;}

.icici{background:url(../img/clients/icici-w.png); height:58px; width:121px;}
.icici:hover{background: url(../img/clients/icici.png) no-repeat;}

.ds{background:url(../img/clients/ds-w.png); height:58px; width:121px;}
.ds:hover{background: url(../img/clients/ds.png) no-repeat;}

.dlf{background:url(../img/clients/dlf-w.png); height:58px; width:121px;}
.dlf:hover{background: url(../img/clients/dlf.png) no-repeat;}

.fosroc{background:url(../img/clients/fosroc-w.png); height:58px; width:121px;}
.fosroc:hover{background: url(../img/clients/fosroc.png) no-repeat;}

.hilti{background:url(../img/clients/hilti-w.png); height:58px; width:121px;}
.hilti:hover{background: url(../img/clients/hilti.png) no-repeat;}

.denso{background:url(../img/clients/denso-w.png); height:58px; width:121px;}
.denso:hover{background: url(../img/clients/denso.png) no-repeat;}

.moser{background:url(../img/clients/moser-w.png); height:58px; width:121px;}
.moser:hover{background: url(../img/clients/moser.png) no-repeat;}

.serco{background:url(../img/clients/serco-w.png); height:58px; width:121px;}
.serco:hover{background: url(../img/clients/serco.png) no-repeat;}

.ing{background:url(../img/clients/ing-w.png); height:58px; width:121px;}
.ing:hover{background: url(../img/clients/ing.png) no-repeat;}

.fls{background:url(../img/clients/fls-w.png); height:58px; width:121px;}
.fls:hover{background: url(../img/clients/fls.png) no-repeat;}

.regent{background:url(../img/clients/regent-w.png); height:58px; width:121px;}
.regent:hover{background: url(../img/clients/regent.png) no-repeat;}

.accr{background:url(../img/clients/accr-w.png); height:58px; width:121px;}
.accr:hover{background: url(../img/clients/accr.png) no-repeat;}

.we{background:url(../img/clients/we-w.png); height:58px; width:121px;}
.we:hover{background: url(../img/clients/we.png) no-repeat;}

.lt{background:url(../img/clients/lt-w.png); height:58px; width:121px;}
.lt:hover{background: url(../img/clients/lt.png) no-repeat;}

.mphasis{background:url(../img/clients/mphasis-w.png); height:58px; width:121px;}
.mphasis:hover{background: url(../img/clients/mphasis.png) no-repeat;}

.interglobe{background:url(../img/clients/interglobe-w.png); height:58px; width:121px;}
.interglobe:hover{background: url(../img/clients/interglobe.png) no-repeat;}

.ss{background:url(../img/clients/ss-w.png); height:58px; width:121px;}
.ss:hover{background: url(../img/clients/ss.png) no-repeat;}

.kds ul li{float:left; display:block; margin-right:10px;}
.bdr{border:solid 1px;}