/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Jun 22, 2015, 12:25:31 PM
    Author     : Sameer  
*/
/*aspect ratio*/
/*!http://allfont.net/download/montserrat-light*/
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  src: local("Montserrat"), local("Montserrat-Regular"), url(../css/fonts/montserrat/montserrat_6c592150f16c76d1fb13f929bd2c5a44.woff) format("woff"), url(../css/fonts/montserrat/montserrat_6c592150f16c76d1fb13f929bd2c5a44.ttf) format("truetype");
}
@font-face {
  font-family: 'Montserrat Light';
  font-style: normal;
  font-weight: 400;
  src: local("Montserrat Light"), local("Montserrat-Light"), url(../css/fonts/montserrat/montserrat-light_d508f4bcd80b35f5ab68ae7d0e466277.woff) format("woff"), url(../css/fonts/montserrat/montserrat-light_d508f4bcd80b35f5ab68ae7d0e466277.ttf) format("truetype");
}
/*mixins*/
/*placed above variables so can be used in variables also*/
/*variables*/
/* line 85, ../scss/custom.scss */
.orange {
  color: #ff9933;
}

/* line 86, ../scss/custom.scss */
.blue {
  color: #0072bc;
}

/* line 87, ../scss/custom.scss */
.light-text {
  color: #7a7a7a;
}

/* line 88, ../scss/custom.scss */
.transparent, #our_stories .stories > div .hover, .grayscale.grayscale-replaced.grayscale-off > svg, .grayscale.grayscale-replaced.grayscale-fade:hover > svg, #category-filter #category-items > div > div .filter-detail, #category-filter #category-items > div > div .enlarge {
  opacity: 0;
  /* Firefox 0.9+, Safari 2?, Chrome any, Opera 9+, IE 9+ */
  -moz-opacity: 0;
  /* Older than Firefox 0.9 */
  -khtml-opacity: 0;
  /* Safari 1.x (pre WebKit!) */
  filter: alpha(opacity=0);
}

/* line 89, ../scss/custom.scss */
.transparent-half, #category-filter #category-items > div > div:hover > img {
  opacity: 0.3;
  /* Firefox 0.9+, Safari 2?, Chrome any, Opera 9+, IE 9+ */
  -moz-opacity: 0.3;
  /* Older than Firefox 0.9 */
  -khtml-opacity: 0.3;
  /* Safari 1.x (pre WebKit!) */
  filter: alpha(opacity=30);
}

/* line 90, ../scss/custom.scss */
.opaque, #our_stories .stories > div:hover .hover, #category-filter #category-items > div > div:hover .filter-detail, #category-filter #category-items > div > div:hover .enlarge, .modal-dialog .close, .modal-dialog .close:hover {
  opacity: 1;
  /* Firefox 0.9+, Safari 2?, Chrome any, Opera 9+, IE 9+ */
  -moz-opacity: 1;
  /* Older than Firefox 0.9 */
  -khtml-opacity: 1;
  /* Safari 1.x (pre WebKit!) */
  filter: alpha(opacity=100);
}

/*custom*/
/* line 92, ../scss/custom.scss */
html, body {
  font-size: 1em;
  font-family: "Montserrat Light", arial;
  font-weight: 400;
  height: 100%;
  /*!to set height of scene to 100%*/
  margin: 0 auto;
  padding: 0;
  box-sizing: border-box;
  *behavior: url(../boxsizing.htc);
  /*ie7 box sizing support polyfill*/
  color: #3f3a36;
  position: relative;
}

/* line 93, ../scss/custom.scss */
p {
  margin-bottom: 20px;
  line-height: 1.6;
}

/* line 94, ../scss/custom.scss */
ul, ol {
  padding-bottom: 20px;
}

/* line 95, ../scss/custom.scss */
ol {
  padding-left: 20px;
}

/* line 96, ../scss/custom.scss */
.h1, .h2, .h3, h1, h2, h3 {
  font-family: "Montserrat", arial;
  margin-top: 0;
  margin-bottom: 20px;
  line-height: 1.6;
  color: #3f3a36;
}

/* line 97, ../scss/custom.scss */
h1 {
  font-size: 2em;
  line-height: 1.4;
}

/* line 98, ../scss/custom.scss */
h2 {
  font-size: 1.625em;
  line-height: 1.4;
}

/* line 99, ../scss/custom.scss */
h3 {
  font-size: 1.5em;
  line-height: 1.4;
}

/* line 100, ../scss/custom.scss */
h4 {
  font-size: 1.325em;
  line-height: 1.4;
}

/* line 101, ../scss/custom.scss */
h5 {
  font-size: 1.25em;
  line-height: 1.4;
  font-weight: normal;
}

/* line 102, ../scss/custom.scss */
h6 {
  font-size: 1em;
  line-height: 1.4;
  font-weight: bold;
}

/* line 103, ../scss/custom.scss */
a, a:hover {
  color: #3f3a36;
}

/* line 104, ../scss/custom.scss */
a:hover {
  text-decoration: underline;
}

/* line 105, ../scss/custom.scss */
label {
  font-size: 1em;
  font-weight: 600;
  margin-bottom: 10px;
  line-height: 1.8;
}

/* line 106, ../scss/custom.scss */
.form-control {
  background-color: #eceff1;
  border-color: #d9e0e5;
}

/* line 107, ../scss/custom.scss */
.form-group {
  text-align: left;
  margin-bottom: 20px;
  clear: both;
  z-index: 0;
}

/* line 108, ../scss/custom.scss */
.carousel-control.left, .carousel-control.right {
  background: none;
  color: #afbfc6;
  font-size: 20px;
}

/* line 109, ../scss/custom.scss */
.modal {
  z-index: 9999;
}

/* line 110, ../scss/custom.scss */
td, th {
  padding: 10px;
}

/* line 111, ../scss/custom.scss */
.table-style th {
  background-color: #b0d235;
  color: #fff;
  font-weight: bold;
}
/* line 112, ../scss/custom.scss */
.table-style a {
  color: #b0d235;
}

/*alignment*/
/* line 115, ../scss/custom.scss */
.horizontal-center, #our_stories .stories > div .hover, #our_stories .stories > div .hover hr, #category-filter #category-items > div > div .filter-detail {
  float: none !important;
  margin: 0 auto;
}

/* line 116, ../scss/custom.scss */
.vertical-center {
  height: 100%;
  display: table;
}

/* line 117, ../scss/custom.scss */
.vertical-center > div {
  vertical-align: middle;
  display: table-cell;
}

/* line 118, ../scss/custom.scss */
*:first-child + html .vertical-center {
  height: 100%;
}

/* line 119, ../scss/custom.scss */
*:first-child + html .vertical-center > div {
  position: relative;
  margin-top: expression(this.offsetHeight < this.parentNode.offsetHeight ? parseInt((this.parentNode.offsetHeight - this.offsetHeight) / 2) + "px" : "0");
}

/*clear*/
/* line 121, ../scss/custom.scss */
.clear {
  clear: both;
  display: block;
}

/* line 122, ../scss/custom.scss */
.clear_list, #category-filter .caegories {
  list-style: none;
  margin: 0 auto;
  padding: 0;
}

/* line 123, ../scss/custom.scss */
.clear_list li, #category-filter .caegories li {
  margin-bottom: 0;
}

/*floats*/
/* line 125, ../scss/custom.scss */
.float-left {
  float: left !important;
}

/* line 126, ../scss/custom.scss */
.float-right {
  float: right !important;
}

/* line 127, ../scss/custom.scss */
.text-center {
  text-align: center;
}

/*form ui*/
/* line 129, ../scss/custom.scss */
.btn-white, #services #servicesCarousel .item .view-all-btn a, #services #servicesCarousel .item:hover a:hover, #values #valueCarousel .item .view-all-btn a {
  display: inline-block;
  float: left;
  background-color: transparent;
  text-transform: uppercase;
  border: solid 2px #fff;
  color: #fff;
  padding: 6px 12px;
}

/* line 130, ../scss/custom.scss */
.btn-white:hover, #services #servicesCarousel .item .view-all-btn a:hover, #services #servicesCarousel .item:hover a:hover, #values #valueCarousel .item .view-all-btn a:hover {
  background-color: #fff;
  text-transform: uppercase;
  color: #007f32;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
  text-decoration: none;
  cursor: pointer;
}

/* line 131, ../scss/custom.scss */
.btn-green {
  display: inline-block;
  float: left;
  background-color: transparent;
  text-transform: uppercase;
  font-weight: bold;
  border: solid 2px #b0d235;
  color: #b0d235;
  padding: 6px 12px;
}

/* line 132, ../scss/custom.scss */
.btn-green:hover {
  background-color: #b0d235;
  text-transform: uppercase;
  color: #fff;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
  text-decoration: none;
}

/*section*/
/* line 134, ../scss/custom.scss */
#content-wrapper {
  position: relative;
}

/* line 135, ../scss/custom.scss */
.sec {
  width: 100%;
  margin: 0 auto;
  position: relative;
  background-color: #fff;
  padding: 0;
}

/* line 136, ../scss/custom.scss */
.sec .container {
  padding-top: 40px;
  padding-bottom: 40px;
}

/* line 137, ../scss/custom.scss */
.sec_full_height, #content-wrapper {
  min-height: 100%;
  /*ie., section height = screen height*/
}

/* line 138, ../scss/custom.scss */
.sec_head {
  font-family: "Montserrat Light", arial;
  color: #007f32; 
  text-align: center;
  line-height: 1.2;
}
/* line 139, ../scss/custom.scss */
.sec_head span {
  font-family: "Montserrat Light", arial;
  font-weight: normal;
  color: #b0d235;
}

/*preloader
#preloader{position: fixed;top: 0;left: 0;background-color:transparent;z-index:9999;}	//first sec*/
/*full img banner*/
/* line 144, ../scss/custom.scss */
.full-img-banner {
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  /*ie9+*/
  background-position: center top;
  /*background-attachment:fixed;*/
  /*background attachment fixed along with background size cover doesn't support in ios*/
}

/*social media section*/
/* line 146, ../scss/custom.scss */
#social-media {
  position: fixed;
  right: 0;
  top: 80px;
  z-index: 9998;
  background-color: #fff;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -khtml-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2) ;
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2) ;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2) ;
}
/* line 147, ../scss/custom.scss */
#social-media ul > li {
  float: none;
  font-size: 18px;
}
/* line 149, ../scss/custom.scss */
#social-media ul > li a {
  padding: 12px;
}
/* line 151, ../scss/custom.scss */
#social-media ul > li:hover a {
  color: #fff;
}
/* line 152, ../scss/custom.scss */
#social-media ul > li:hover .facebook {
  background-color: #3b5998;
}
/* line 153, ../scss/custom.scss */
#social-media ul > li:hover .twitter {
  background-color: #000000;
}
#social-media ul > li:hover a.twitter svg {
  filter: brightness(0)invert(1);
}
/* line 154, ../scss/custom.scss */
#social-media ul > li:hover .linkedin {
  background-color: #0177b5;
}
/* line 155, ../scss/custom.scss */
#social-media ul > li:hover .youtube {
  background-color: #e52c27;
}

/*banner section*/
/* line 160, ../scss/custom.scss */
#banner {
  overflow: hidden;
  /*video responsive*/
  /*video skip button*/
}
/* line 161, ../scss/custom.scss */
#banner .fill {
  width: 100%;
  height: 100%;
  background-position: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
/* line 162, ../scss/custom.scss */
#banner .small-banner {
  height: 300px;
}

#banner .avante-banner {
  /*height: 580px;*/
  height: 430px;
}
/* line 163, ../scss/custom.scss */
#banner header h1 {
  color: #fff;
 /* text-transform: uppercase;*/
  font-weight: 300;
  letter-spacing: 2px;
  text-shadow: #222 0.02em 0.02em 0.06em;
}
/* line 165, ../scss/custom.scss */
#banner header h1 span {
  color: #b0d235;
}
/* line 168, ../scss/custom.scss */
#banner .banner-detail {
  position: absolute;
  top: 60px;
  width: 100%;
  /*header spacing from top*/
}
/* line 170, ../scss/custom.scss */
#banner #video {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: url(../images/banners/home/video_screenshot.jpg) center center no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  top: 0;
  left: 0;
  z-index: 9996;
  /*second sec*/
}
/* line 171, ../scss/custom.scss */
#banner #video #videoPlayer {
  height: auto;
  left: 50%;
  min-height: 100%;
  min-width: 100%;
  position: fixed;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
  width: auto !important;
  /*bootstrap override*/
  z-index: -100;
  position: absolute;
}
/* line 174, ../scss/custom.scss */
#banner .skip-btn {
  z-index: 9997;
  position: absolute;
  bottom: 40px;
  right: 40px;
}

/*header section*/
/* line 177, ../scss/custom.scss */
#header {
  position: absolute;
  left: 0;
  top: 0;
  background: transparent;
  /*For IE8 and earlier */
  z-index: 9998;
  /*navigation*/
  /*mobile view end*/
}
/* line 178, ../scss/custom.scss */
#header .container {
  padding-top: 0;
  padding-bottom: 0;
}
/* line 180, ../scss/custom.scss */
#header .logo {
  padding-top: 5px;
  padding-bottom: 5px;
}
/* line 181, ../scss/custom.scss */
#header .logo img {
  max-height: 50px;
}
/* line 184, ../scss/custom.scss */
#header .nav .open > a, #header .nav .open > a:hover, #header .nav .open > a:focus {
  background: transparent;
}
/* line 185, ../scss/custom.scss */
#header .navbar-default {
  background-color: transparent;
  border-color: transparent;
}
/* line 186, ../scss/custom.scss */
#header .navbar {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -khtml-border-radius: 0;
  border-radius: 0;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  /*multi level dropdown menu css start - http://bootsnipp.com/snippets/featured/multi-level-navbar-menu*/
  /*
  .dropdown:hover > .dropdown-menu {
          display: block;
          margin-top: 0; // remove the gap so it doesn't close
   }*/
  /*dropdown menu css end*/
  /*mobile view start*/
  /*navbar-collapse - mobile view class*/
  /*.nav-btn{background-color:$white;border:solid 1px $lightgrey; padding:10px 20px !important; margin:10px;text-transform:uppercase;color:$grey;font-size:18px;line-height:20px;text-decoration:none;}
  .nav-btn:hover{background-color:$yellow !important;color:$white !important;border:solid 1px $yellow;}*/
}
/* line 187, ../scss/custom.scss */
#header .navbar .navbar-nav {
  float: right;
  padding-top: 7px;
  padding-bottom: 7px;
}
/* line 188, ../scss/custom.scss */
#header .navbar .navbar-nav li a {
  text-decoration: none;
  font-size: 14px;
  padding-top: 6px;
  padding-bottom: 6px;
  color: #fff;
}
/* line 189, ../scss/custom.scss */
#header .navbar .navbar-nav li a:hover {
  color: #b0d235;
}
/* line 191, ../scss/custom.scss */
#header .navbar .navbar-nav > li > a {
  font-family: "Montserrat", arial;
  text-shadow: 0 0.1em 0.04em #a3a3a3;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 10px 0;
  /*should be in px since considering nav bar height in px*/
  font-weight: 400;
  color: #fff;
  background: transparent;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -khtml-border-radius: 0;
  border-radius: 0;
  border-top: solid 2px transparent;
  border-bottom: solid 2px transparent;
}
/* line 192, ../scss/custom.scss */
#header .navbar .navbar-nav > li > li:first-child {
  margin-left: 0;
}
/* line 194, ../scss/custom.scss */
#header .navbar .navbar-nav .active a, #header .navbar .navbar-nav .active:hover a {
  color: #f7941e;
}
/* line 196, ../scss/custom.scss */
#header .navbar .navbar-nav > li:hover > a, #header .navbar .navbar-nav > .open > a {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -khtml-border-radius: 0;
  border-radius: 0;
  border-top: solid 2px #b0d235;
  border-bottom: solid 2px #b0d235;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
/* line 199, ../scss/custom.scss */
#header .navbar .navbar-nav.social-media a {
  font-size: 18px;
}
/* line 200, ../scss/custom.scss */
#header .navbar .navbar-nav.social-media > li {
  padding-right: 20px;
}
/* line 202, ../scss/custom.scss */
#header .navbar .navbar-nav.social-media > li:hover > a, #header .navbar .navbar-nav.social-media > .open > a {
  border-color: transparent;
}
/* line 204, ../scss/custom.scss */
#header .navbar .navbar-nav.social-media .dropdown-menu {
  min-width: 232px;
  padding: 6px;
}
/* line 206, ../scss/custom.scss */
#header .navbar .navbar-nav.social-media .dropdown-menu li {
  float: left;
}
/* line 210, ../scss/custom.scss */
#header .navbar .dropdown-menu {
  background-color: #b0d235;
}
/* line 212, ../scss/custom.scss */
#header .navbar .dropdown-menu > li > a:hover {
  background-color: transparent;
  color: #3f3a36;
}
/* line 221, ../scss/custom.scss */
#header .navbar .dropdown-submenu {
  position: relative;
}
/* line 222, ../scss/custom.scss */
#header .navbar .dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -6px;
  margin-left: -1px;
  -webkit-border-radius: 0 6px 6px 6px;
  -moz-border-radius: 0 6px 6px 6px;
  -ms-border-radius: 0 6px 6px 6px;
  -khtml-border-radius: 0 6px 6px 6px;
  border-radius: 0 6px 6px 6px;
}
/* line 223, ../scss/custom.scss */
#header .navbar .dropdown-submenu:hover > .dropdown-menu {
  display: block;
}
/* line 224, ../scss/custom.scss */
#header .navbar .dropdown-submenu > a:after {
  display: block;
  content: " ";
  float: right;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-left-color: #ccc;
  margin-top: 5px;
  margin-right: -10px;
}
/* line 236, ../scss/custom.scss */
#header .navbar .dropdown-submenu:hover > a:after {
  border-left-color: #fff;
}
/* line 237, ../scss/custom.scss */
#header .navbar .dropdown-submenu.pull-left {
  float: none;
}
/* line 238, ../scss/custom.scss */
#header .navbar .dropdown-submenu.pull-left > .dropdown-menu {
  left: -100%;
  margin-left: 10px;
  -webkit-border-radius: 6px 0 6px 6px;
  -moz-border-radius: 6px 0 6px 6px;
  -ms-border-radius: 6px 0 6px 6px;
  -khtml-border-radius: 6px 0 6px 6px;
  border-radius: 6px 0 6px 6px;
}
/* line 241, ../scss/custom.scss */
#header .navbar .navbar-toggle {
  border: 0;
  background: transparent;
  margin: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -khtml-border-radius: 0;
  border-radius: 0;
  padding: 20px 14px;
}
/* line 242, ../scss/custom.scss */
#header .navbar .navbar-toggle[aria-expanded=true] {
  background-color: #b0d235;
}
/* line 244, ../scss/custom.scss */
#header .navbar .navbar-collapse {
  /*.navbar-nav{
          .dropdown-toggle{@include opacity(0.7);}  
  }*/
  border: 0;
}

/* line 255, ../scss/custom.scss */
#header.background {
  background-color: #fff;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2) ;
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2) ;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2) ;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
/* line 258, ../scss/custom.scss */
#header.background .navbar .navbar-nav .dropdown-menu {
  background-color: #b0d235;
}
/* line 261, ../scss/custom.scss */
#header.background .navbar .navbar-nav .dropdown-menu > li > a:hover {
  background-color: transparent;
}

/*introduction section*/
/* line 268, ../scss/custom.scss */
#introduction header {
  color: #ff9933;
  font-family: "Montserrat Light", arial;
  font-size: 1.375em;
  margin-bottom: 20px;
}
/* line 269, ../scss/custom.scss */
#introduction hr {
  border: 0;
  background-color: #afbfc6;
  height: 1px;
  width: 240px;
  margin-top: 40px;
  margin-bottom: 0;
}

/*what we do section*/
/* line 272, ../scss/custom.scss */
#services header {
  margin-bottom: 20px;
  overflow: hidden;
}
/* line 273, ../scss/custom.scss */
#services .container-fluid {
  padding-left: 0;
  padding-right: 0;
}
/* line 274, ../scss/custom.scss */
#services #servicesCarousel {
  margin-bottom: 30px;
}
/* line 275, ../scss/custom.scss */
#services #servicesCarousel .item {
  /*min-height:284px;*/
  background-color: #f8f8f8;
  padding: 0;
  text-align: center;
  float: left;
  border-left: 2px solid #fff;
  padding-bottom: 60px;
}
/* line 276, ../scss/custom.scss */
#services #servicesCarousel .item p {
  padding: 0 15px;
  text-transform: uppercase;
  font-family: "Montserrat", arial;
  color: #3f3a36;
}
/* line 277, ../scss/custom.scss */
#services #servicesCarousel .item p span {
  color: #007f32;
}
/* line 279, ../scss/custom.scss */
#services #servicesCarousel .item .icon {
  display: inline-block;
  clear: both;
  width: 80px;
  height: 80px;
  margin: 30px auto;
  background-image: url(../images/sprite.png);
  background-repeat: no-repeat;
}
/* line 280, ../scss/custom.scss */
#services #servicesCarousel .item .service-icon-1 {
  background-position: 0 0;
}
/* line 281, ../scss/custom.scss */
#services #servicesCarousel .item .service-icon-2 {
  background-position: -80px 0;
}
/* line 282, ../scss/custom.scss */
#services #servicesCarousel .item .service-icon-3 {
  background-position: -160px 0;
}
/* line 283, ../scss/custom.scss */
#services #servicesCarousel .item .service-icon-4 {
  background-position: -240px 0;
}
/* line 284, ../scss/custom.scss */
#services #servicesCarousel .item .service-icon-5 {
  background-position: -320px 0;
}
/* line 285, ../scss/custom.scss */
#services #servicesCarousel .item .view-all-btn {
  position: absolute;
  /*for equal space from bottom*/
  bottom: 30px;
  width: 100%;
  visibility: hidden;
}
/* line 288, ../scss/custom.scss */
#services #servicesCarousel .item hr {
  border: 0;
  height: 5px;
  width: 100px;
}
#services #servicesCarousel .item hr.green-top {
  border: 0;
    background-color: #2fc2cb;
  height: 5px;
  width: 100px;
}
#services #servicesCarousel .item hr.orange-top {
  border: 0;
  background-color: #ffc000;
  height: 5px;
  width: 100px;
}
#services #servicesCarousel .item hr.blue-top {
  border: 0;
  background-color: #07509b;
  height: 5px;
  width: 100px;
}
/* line 290, ../scss/custom.scss */
#services #servicesCarousel .item:hover {
  background-color: #b0d235;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
/* line 291, ../scss/custom.scss */
#services #servicesCarousel .item:hover .service-icon-1 {
  background-position: 0 -80px;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
/* line 292, ../scss/custom.scss */
#services #servicesCarousel .item:hover .service-icon-2 {
  background-position: -80px -80px;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
/* line 293, ../scss/custom.scss */
#services #servicesCarousel .item:hover .service-icon-3 {
  background-position: -160px -80px;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
/* line 294, ../scss/custom.scss */
#services #servicesCarousel .item:hover .service-icon-4 {
  background-position: -240px -80px;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
/* line 295, ../scss/custom.scss */
#services #servicesCarousel .item:hover .service-icon-5 {
  background-position: -320px -80px;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
/* line 296, ../scss/custom.scss */
#services #servicesCarousel .item:hover p {
  color: #fff;
}
/* line 298, ../scss/custom.scss */
#services #servicesCarousel .item:hover p span {
  color: #fff;
}
/* line 301, ../scss/custom.scss */
#services #servicesCarousel .item:hover a {
  visibility: visible;
}
/* line 302, ../scss/custom.scss */
#services #servicesCarousel .item:hover a:hover {
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
/* line 305, ../scss/custom.scss */
#services .service {
  margin-bottom: 30px;
}
/* line 306, ../scss/custom.scss */
#services .service .service-img {
  padding-left: 40px;
  padding-right: 40px;
}
/* line 307, ../scss/custom.scss */
#services .service h2 {
  margin-top: 20px;
}
/* line 308, ../scss/custom.scss */
#services .service p {
  color: #7a7a7a;
}
/* line 309, ../scss/custom.scss */
#services .service h2 {
  color: #007f32;
  text-transform: uppercase;
  font-family: "Montserrat Light", arial;
}

/*Carousel*/
/* line 313, ../scss/custom.scss */
#homeBannerCarousel,
#impactCarousel {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
/* line 315, ../scss/custom.scss */
#homeBannerCarousel .fill,
#impactCarousel .fill {
  width: 100%;
  height: 100%;
  background-position: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
/* line 316, ../scss/custom.scss */
#homeBannerCarousel .carousel-inner > .item > img,
#homeBannerCarousel .carousel-inner > .item > a > img,
#impactCarousel .carousel-inner > .item > img,
#impactCarousel .carousel-inner > .item > a > img {
  border: 0;
}
/* line 318, ../scss/custom.scss */
#homeBannerCarousel .carousel-inner,
#impactCarousel .carousel-inner {
  height: 100%;
}
/* line 319, ../scss/custom.scss */
#homeBannerCarousel .carousel-inner .item,
#impactCarousel .carousel-inner .item {
  height: 100%;
}
/* line 320, ../scss/custom.scss */
#homeBannerCarousel .carousel-inner .carousel-caption,
#impactCarousel .carousel-inner .carousel-caption {
  bottom: auto;
  top: 40%;
  right: 15px;
  left: 15px;
  z-index: 0;
}
/* line 323, ../scss/custom.scss */
#homeBannerCarousel .carousel-indicators,
#impactCarousel .carousel-indicators {
  padding-bottom: 0;
  bottom: 0;
}

	/*#homeBannerCarousel.carousel-fade, 
    #impactCarousel.carousel-fade {position:absolute;left:0;top:0;width:100%;height:100%;
                                   .fill{width:100%;height:100%;background-position:center;@include background-size(cover);}
                                   .carousel-inner {height:100%;
                                                    .item {transition-property: opacity; overflow:hidden;height:100%;
                                                           .carousel-caption{bottom:auto; top:40%;right:15px;left:15px;}
                                                           .fill {background-position: center center;
                                                                  @include background-size(cover);
                                                                  height: 100%;
                                                                  width: 100%;
                                                           }
                                                    }

                                                    .item,.active.left,.active.right {@include opacity(0);}
                                                    .active,.next.left,.prev.right {@include opacity(1);}
                                                    .next,
                                                    .prev,
                                                    .active.left,
                                                    .active.right {left: 0;transform: translate3d(0, 0, 0);}
                                   }
    }
    #impactCarousel.carousel-fade {
        .carousel-caption{ top:0 !important; }
    }*/
/*our impact section*/
/* line 350, ../scss/custom.scss */
#impact {
  overflow: hidden;
}
/* line 352, ../scss/custom.scss */
#impact #impactCarousel .carousel-caption {
  top: 0 !important;
}
/* line 353, ../scss/custom.scss */
#impact #impactCarousel .active-clients {
  display: table;
  /*custom.js height=width*/
  padding: 0;
  background-color: transparent;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -khtml-border-radius: 50%;
  border-radius: 50%;
  border: solid 3px #007f32;
  border: 4px solid #3b8628;
  border: 4px solid rgba(59, 134, 40, 0.4);
  -webkit-background-clip: padding-box;
  /* for Safari */
  background-clip: padding-box;
  /* for IE9+, Firefox 4+, Opera, Chrome */
}
/* line 362, ../scss/custom.scss */
#impact #impactCarousel .active-clients > div {
  display: table-cell;
  vertical-align: middle;
  color: #fff;
  background-color: transparent;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -khtml-border-radius: 50%;
  border-radius: 50%;
  border: 16px solid black;
  border: 16px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 0 20px rgba(244, 150, 0, 0.5) inset;
  -webkit-background-clip: padding-box;
  /* for Safari */
  background-clip: padding-box;
  /* for IE9+, Firefox 4+, Opera, Chrome */
}
/* line 371, ../scss/custom.scss */
#impact #impactCarousel .active-clients > div > div {
  padding: 0 20px;
}
/* line 372, ../scss/custom.scss */
#impact #impactCarousel .active-clients > div p {
  font-family: "Montserrat", arial;
  margin-bottom: 10px;
}
/* line 373, ../scss/custom.scss */
#impact #impactCarousel .active-clients > div .num {
  font-weight: bold;
  width: 90%;
  border-top: solid 1px #3b8628;
  border-bottom: solid 1px #3b8628;
  margin-bottom: 10px;
}

/*IE Fix*/
/* line 379, ../scss/custom.scss */
*:first-child + html #impact #impactCarousel .active-clients > div {
  height: 100%;
}

/* line 380, ../scss/custom.scss */
*:first-child + html #impact #impactCarousel .active-clients > div {
  position: relative;
  margin-top: expression(this.offsetHeight < this.parentNode.offsetHeight ? parseInt((this.parentNode.offsetHeight - this.offsetHeight) / 2) + "px" : "0");
}

/*stories of impact section*/
/* line 382, ../scss/custom.scss */
#our_stories .container-fluid {
  padding-left: 0;
  padding-right: 0;
}
/* line 384, ../scss/custom.scss */
#our_stories .stories > div {
  display: none;
  position: relative;
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
  background-color: #000;
}
/* line 386, ../scss/custom.scss */
#our_stories .stories > div img {
  width: 100%;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
  transform: scale(1.1);
}
/* line 387, ../scss/custom.scss */
#our_stories .stories > div .hover {
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  text-align: center;
  padding: 15px;
}
/* line 388, ../scss/custom.scss */
#our_stories .stories > div .hover .actions {
  margin: 40px auto 20px auto;
}
/* line 389, ../scss/custom.scss */
#our_stories .stories > div .hover .actions span {
  display: inline-block;
  width: 48px;
  height: 48px;
  border: solid 2px #afd235;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -khtml-border-radius: 50%;
  border-radius: 50%;
  margin-left: 10px;
  padding: 10px;
  font-size: 20px;
  font-weight: normal;
  color: #afd235;
}
/* line 390, ../scss/custom.scss */
#our_stories .stories > div .hover .actions span:first-child {
  margin-left: 0;
}
/* line 391, ../scss/custom.scss */
#our_stories .stories > div .hover .actions span:hover {
  background-color: #afd235;
  cursor: pointer;
  color: #fff;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
/* line 393, ../scss/custom.scss */
#our_stories .stories > div .hover h2, #our_stories .stories > div .hover a {
  margin-bottom: 10px;
}
/* line 394, ../scss/custom.scss */
#our_stories .stories > div .hover h2 {
  color: #fff;
  font-size: 1em;
  margin-top: 15%;
}
/* line 395, ../scss/custom.scss */
#our_stories .stories > div .hover a {
  display: inline-block;
  clear: both;
  text-transform: uppercase;
  padding: 6px 10px;
}
/* line 396, ../scss/custom.scss */
#our_stories .stories > div .hover hr {
  width: 120px;
  border: 0;
  height: 1px;
  background-color: #fff;
  margin-bottom: 10px;
}
/* line 399, ../scss/custom.scss */
#our_stories .stories > div:hover img {
  transform: scale(1);
}
/* line 403, ../scss/custom.scss */
#our_stories h2 {
  color: #b0d235;
  font-family: "Montserrat Light", arial;
}
/* line 404, ../scss/custom.scss */
#our_stories .btn-green {
  margin-bottom: 20px;
}
/* line 405, ../scss/custom.scss */
#our_stories #load {
  background-color: #007f32;
  color: #fff;
  padding: 10px;
  margin: 10px 0;
  text-align: center;
  letter-spacing: 4px;
  text-transform: uppercase;
}

/*our presence section*/
/* line 408, ../scss/custom.scss */
#mp-map {
  position: relative;
  padding-left: 0;
  padding-right: 0;
}
/* line 409, ../scss/custom.scss */
#mp-map > img {
  width: 100%;
}
/* line 410, ../scss/custom.scss */
#mp-map > a[data-toggle=tooltip], #mp-map a[data-toggle=tooltip]:hover {
  position: absolute;
  color: #fff;
  cursor: pointer;
  text-decoration: none;
}
/* line 412, ../scss/custom.scss */
#mp-map > a[data-toggle=tooltip] .fa-map-marker, #mp-map a[data-toggle=tooltip]:hover .fa-map-marker {
  color: #b0d235;
  font-size: 1.1em;
  font-weight: bold;
}
/* line 414, ../scss/custom.scss */
#mp-map .custom-tooltip {
  padding: 10px;
  max-width: 100px;
}
/* line 415, ../scss/custom.scss */
#mp-map .pune {
  top: 74%;
  left: 25%;
}
/* line 416, ../scss/custom.scss */
#mp-map .thane {
  top: 62%;
  left: 21%;
}
/* line 417, ../scss/custom.scss */
#mp-map .ahmednagar {
  top: 66%;
  left: 38%;
}
/* line 418, ../scss/custom.scss */
#mp-map .washim {
  top: 58%;
  left: 54%;
}
/* line 419, ../scss/custom.scss */
#mp-map .amravati {
  top: 50%;
  left: 58%;
}
/* line 420, ../scss/custom.scss */
#mp-map .yavatmal {
  top: 54%;
  left: 66%;
}
/* line 421, ../scss/custom.scss */
#mp-map .indore {
  top: 36%;
  left: 42%;
}
/* line 422, ../scss/custom.scss */
#mp-map .khargone {
  top: 42%;
  left: 38%;
}
/* line 423, ../scss/custom.scss */
#mp-map .dhule {
  top: 48%;
  left: 32%;
}
/* line 424, ../scss/custom.scss */
#mp-map .kolhapur {
  top: 79.5%;
  left: 28%;
}
/* line 425, ../scss/custom.scss */
#mp-map .ratlam {
  top: 26%;
  left: 38%;
}
/* line 426, ../scss/custom.scss */
#mp-map .guna {
  top: 18%;
  left: 56%;
}
/* line 427, ../scss/custom.scss */
#mp-map .narsinghgarh {
  top: 22%;
  left: 53%;
}
/* line 428, ../scss/custom.scss */
#mp-map .jabalpur {
  top: 32%;
  left: 75%;
}
/* line 422, ../scss/custom.scss */
#mp-map .chindwara {
  top: 42%;
  left: 68%;
}
#mp-map .varanasi {
  top: 10%;
  left: 75%;
}

#mp-map .robertsganj {
  top: 1%;
  left: 65%;
}

#mp-map .allahabad {
  top: -8%;
  left: 63%;
}
#mp-map .raipur {
  top: 25%;
  left: 75%;
}
#mp-map .akaltara {
  top: 37%;
  left: 75%;
}

/* line 429, ../scss/custom.scss */
#mp-map .tooltip > .tooltip-inner {
  background-color: #fff;
  font-weight: bold;
  color: #05286c;
}
/* line 430, ../scss/custom.scss */
#mp-map .tooltip.bottom > .tooltip-arrow {
  border-bottom-color: #fff;
}
/* line 431, ../scss/custom.scss */
#mp-map .tooltip.top > .tooltip-arrow {
  border-top-color: #fff;
}
/* line 432, ../scss/custom.scss */
#mp-map .tooltip.left > .tooltip-arrow {
  border-left-color: #fff;
}
/* line 433, ../scss/custom.scss */
#mp-map .tooltip.right > .tooltip-arrow {
  border-right-color: #fff;
}

/*contact section*/
/* line 436, ../scss/custom.scss */
#contact {
  background: url(../images/banners/home/contact.jpg) top center no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
/* line 437, ../scss/custom.scss */
#contact .sec_head {
  color: #fff;
}
/* line 438, ../scss/custom.scss */
#contact .sec_head span {
  /*color: #fff;*/
}
/* line 440, ../scss/custom.scss */
#contact .contact-detail {
  color: #fff;
}
/* line 441, ../scss/custom.scss */
#contact .contact-detail p, #contact .contact-detail address {
  position: relative;
  padding-left: 30px;
}
/* line 442, ../scss/custom.scss */
#contact .contact-detail p i, #contact .contact-detail address i {
  position: absolute;
  left: 0;
  top: 4px;
  font-size: 18px;
}
/* line 444, ../scss/custom.scss */
#contact .contact-detail .tel {
  margin-bottom: 0;
}
/* line 446, ../scss/custom.scss */
#contact a, #contact a:hover {
  color: #fff;
}
/* line 447, ../scss/custom.scss */
#contact .social-media a {
  display: block;
  float: left;
  margin-left: 20px;
  width: 48px;
  height: 48px;
  background-color: transparent;
  border: solid 2px #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -khtml-border-radius: 50%;
  border-radius: 50%;
  font-size: 24px;
  padding: 10px 12px;
}
/* line 448, ../scss/custom.scss */
#contact .social-media a:first-child {
  margin-left: 0;
}
/* line 449, ../scss/custom.scss */
#contact .social-media a:hover {
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
/* line 450, ../scss/custom.scss */
#contact .social-media .facebook:hover {
  background-color: #3b5998;
}
/* line 451, ../scss/custom.scss */
#contact .social-media .twitter:hover {
  background-color: #00bbf9;
}
/* line 452, ../scss/custom.scss */
#contact .social-media .linkedin:hover {
  background-color: #0177b5;
}
/* line 453, ../scss/custom.scss */
#contact .social-media .youtube:hover {
  background-color: #e52c27;
}
/* line 455, ../scss/custom.scss */
#contact #contact_frm input[type=text], #contact #contact_frm input[type=email], #contact #contact_frm textarea, #contact #contact_frm select {
  text-align: -moz-center;
  text-align: -webkit-center;
  text-align: center;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -khtml-border-radius: 0;
  border-radius: 0;
  background-color: rgba(245, 245, 245, 0.8);
}
/* line 456, ../scss/custom.scss */
#contact #contact_frm .submit {
  color: #cdcf02;
  border: solid 2px #cdcf02;
}


/*Media coverage starts*/
#media {
 /* background: url(../images/banners/home/media-banner.jpg) top center no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;*/
}

#media .sec_head {
  color: #fff;
}
.media-1{
	background:url(../images/media/media-coverage-1.png) no-repeat;
	width:380px;
	height:375px;
	padding:50% 8%;
	text-align:center;
	font-size:22px;
	margin-top:20px;
	max-width: 100%;
    background-size: 100% 100%;
	}
.media-1 a{
	color:#b1d825;
	text-align:center;
	font-size:20px;
	text-transform:uppercase;
}
.media-2{
	background:url(../images/media/media-coverage-2.png) no-repeat;
	width:380px;
	height:375px;
	padding:50% 8%;
	text-align:center;
	font-size:22px;
	margin-top:20px;
	max-width: 100%;
    background-size: 100% 100%;
	}
.media-2 a{
	color:#007f32;
	text-align:center;
	font-size:20px;
	text-transform:uppercase;
}
.media-3{
	background:url(../images/media/media-coverage-3.png) no-repeat;
	width:380px;
	height:375px;
	padding:50% 8%;
	text-align:center;
	font-size:22px;
	margin-top:20px;
	max-width: 100%;
    background-size: 100% 100%;
	}
.media-3 a{
	color:#b1d825;
	text-align:center;
	font-size:20px;
	text-transform:uppercase;
}
.paddingright15px{
	padding-right:15px;}
.paddingbottom20px{
	padding-bottom: 20px;}


/*footer section*/
/* line 460, ../scss/custom.scss */
#footer {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: #e1e1e1;
  z-index: 9999;
}
/* line 461, ../scss/custom.scss */
#footer .container {
  padding-top: 10px;
  padding-bottom: 10px;
}
/* line 462, ../scss/custom.scss */
#footer .container p {
  color: #7a7a7a;
  margin-bottom: 0;
  font-size: .875em;
}
/* line 463, ../scss/custom.scss */
#footer .container a {
  text-decoration: underline;
}

/*careers page*/
/* line 468, ../scss/custom.scss */
#careers h2 {
  color: #b0d235;
  font-family: "Montserrat Light", arial;
}
/* line 469, ../scss/custom.scss */
#careers .state {
  color: #b0d235;
}

/*events page*/
/* line 473, ../scss/custom.scss */
#shortlist {
  padding: 30px;
  background-color: #0072bc;
  color: #fff;
}
/* line 477, ../scss/custom.scss */
#shortlist h1 {
  font-size: 2.5em;
}
/* line 478, ../scss/custom.scss */
#shortlist h2 {
  font-size: 2em;
}
/* line 479, ../scss/custom.scss */
#shortlist h3 {
  font-size: 1.625em;
}
/* line 480, ../scss/custom.scss */
#shortlist h2, #shortlist h1, #shortlist h3 {
  color: #fff;
}
/* line 481, ../scss/custom.scss */
#shortlist .callout {
  padding: 0 0 0 20px;
  margin: 20px 0;
  border: 0px solid #eee;
  border-left-width: 5px;
  border-radius: 3px;
  text-align: left;
}
/* line 489, ../scss/custom.scss */
#shortlist .subtitle {
  color: #b3d5eb;
}

/*GREY SCALE IMAGE START*/
/*! Gray v1.4.5 (https://github.com/karlhorky/gray) | MIT */
/* line 497, ../scss/custom.scss */
.grayscale {
  /* Firefox 10-34 */
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='saturate' values='0'/></filter></svg>#grayscale");
  /*Chrome 19+,Safari 6+,Safari 6+ iOS,Opera 15+*/
  -webkit-filter: grayscale(1);
  /* Firefox 35+ */
  filter: grayscale(1);
  /* IE 6-9 */
  filter: gray;
}

/* line 500, ../scss/custom.scss */
.grayscale.grayscale-fade {
  -webkit-transition: filter 0.5s;
  -moz-transition: filter 0.5s;
  -ms-transition: filter 0.5s;
  -o-transition: filter 0.5s;
  transition: filter 0.5s;
}

/* Webkit hack until filter is unprefixed */
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  /* line 503, ../scss/custom.scss */
  .grayscale.grayscale-fade {
    -webkit-transition: -webkit-filter .5s;
    transition: -webkit-filter .5s;
  }
}
/* line 508, ../scss/custom.scss */
.stories > div:hover .grayscale.grayscale-off,
.stories > div:hover .grayscale.grayscale-fade:hover {
  -webkit-filter: none;
  -webkit-filter: grayscale(0);
  filter: none;
  filter: grayscale(0);
  opacity: 0.5;
  /* Firefox 0.9+, Safari 2?, Chrome any, Opera 9+, IE 9+ */
  -moz-opacity: 0.5;
  /* Older than Firefox 0.9 */
  -khtml-opacity: 0.5;
  /* Safari 1.x (pre WebKit!) */
  filter: alpha(opacity=50);
}

/* Background element */
/* line 516, ../scss/custom.scss */
.grayscale.grayscale-replaced {
  -webkit-filter: none;
  filter: none;
}

/* line 517, ../scss/custom.scss */
.grayscale.grayscale-replaced > svg {
  -webkit-transition: opacity .5s ease;
  transition: opacity .5s ease;
  opacity: 1;
  /* Firefox 0.9+, Safari 2?, Chrome any, Opera 9+, IE 9+ */
  -moz-opacity: 1;
  /* Older than Firefox 0.9 */
  -khtml-opacity: 1;
  /* Safari 1.x (pre WebKit!) */
  filter: alpha(opacity=100);
}

/* line 519, ../scss/custom.scss */
#category-filter {
  /*filter plugin*/
  /* FOR TRANSITION BEAUTIFULLY */
}
/* line 522, ../scss/custom.scss */
#category-filter .isotope .isotope-item {
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
/* line 523, ../scss/custom.scss */
#category-filter .caegories {
  margin-bottom: 30px;
  display: block;
  overflow: hidden;
}
/* line 524, ../scss/custom.scss */
#category-filter .caegories a {
  float: left;
  text-transform: uppercase;
  color: #7a7a7a;
  font-size: .875em;
  padding: 6px 16px;
  margin-left: 10px;
  border: solid 1px #b0d235;
}
/* line 525, ../scss/custom.scss */
#category-filter .caegories a.active, #category-filter .caegories a.active:hover {
  background-color: #b0d235;
  color: #fff;
}
/* line 528, ../scss/custom.scss */
#category-filter .caegories a:first-child {
  margin-left: 0;
}
/* line 529, ../scss/custom.scss */
#category-filter .caegories a:hover {
  color: #b0d235;
  text-decoration: none;
}
/* line 532, ../scss/custom.scss */
#category-filter #category-items > div > div {
  position: relative;
  overflow: hidden;
  background-color: #000;
  margin-bottom: 30px;
  max-height: 260px;
  border: solid 1px #e5e5e5;
  /*margin-top:40px;*/
}
/* line 534, ../scss/custom.scss */
#category-filter #category-items > div > div img {
  width: 100%;
}
/* line 535, ../scss/custom.scss */
#category-filter #category-items > div > div .filter-detail {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  z-index: 2;
}
/* line 545, ../scss/custom.scss */
#category-filter #category-items > div > div .filter-detail h2, #category-filter #category-items > div > div .filter-detail p {
  text-transform: uppercase;
  color: #fff;
  font-size: 1em;
  z-index: 1;
}
/* line 546, ../scss/custom.scss */
#category-filter #category-items > div > div .filter-detail h2 {
  padding: 10px 40px;
  line-height: 1.4;
}
/* line 549, ../scss/custom.scss */
#category-filter #category-items > div > div .media-detail h2 {
  margin-top: 10%;
}
/* line 552, ../scss/custom.scss */
#category-filter #category-items > div > div .insights-detail h2 {
  margin-top: 20%;
}
/* line 554, ../scss/custom.scss */
#category-filter #category-items > div > div .enlarge {
  position: absolute;
  left: -32px;
  bottom: 0;
  top: auto;
  width: 32px;
  height: 32px;
  border: solid 1px #b0d235;
  background-color: #b0d235;
  color: #fff;
  padding: 6px;
  z-index: 1;
}
/* line 556, ../scss/custom.scss */
#category-filter #category-items > div > div:hover {
  cursor: pointer;
}
/* line 557, ../scss/custom.scss */
#category-filter #category-items > div > div:hover .filter-detail {
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
/* line 558, ../scss/custom.scss */
#category-filter #category-items > div > div:hover > img {
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
/* line 559, ../scss/custom.scss */
#category-filter #category-items > div > div:hover .enlarge {
  left: 0;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
/* line 562, ../scss/custom.scss */
#category-filter .insights-img, #category-filter .media-img-preview {
  width: 100%;
}
/* line 563, ../scss/custom.scss */
#category-filter .media-img {
  display: none;
}

/* sonali */
.dark-green a{
  background-color: #ffffff !important;
  color: #000 !important;
  font-size:28px !important;
}

.dark-green  a.active, a.active:hover {
  background-color: #007f32 !important;
  color: #fff !important;
  text-decoration:none;
}
.width27percent{
	width:27% !important;}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus{
	background-color: #007f32 !important;
  color: #fff !important;
  text-decoration:none;}
  
.nav-tabs > li > a {
    font-size: 22px;
    margin-right: 5px;
    margin-left: 21px;
}
.nav > li > a {
    padding: 10px 40px;
}  
 .margintop10px{
	 margin-top:10px;} 
  .paddingleft0{
	  padding-left:0px !important;}
.neavyblue{
	color:#34495e !important;}
.zoom-icon{
	background:url(../images/zoom.png) no-repeat;
	width:100px;
	height:107px;
	float:right;
	margin-top:10px;
	position: absolute;
    right: 0;
    top: 0;}
	
.training-icon{
	background:url(../images/training-icon.png) no-repeat;
	width:173px;
	height:106px;
	float:right;
	margin-top:10px;
	position: absolute;
    right: 0;
    top: 0;}
	
.procedure-icon{
	background:url(../images/procedure-icon.png) no-repeat;
	width:134px;
	height:107px;
	float:right;
	margin-top:10px;
	position: absolute;
    right: 0;
    top: 0;}
.formation-icon{
	background:url(../images/formation-icon.png) no-repeat;
	width:152px;
	height:94px;
	float:left;
	margin-top:10px;
	position: absolute;
    left: 0;
    top: 0;}	
.application-icon{
	background:url(../images/application-icon.png) no-repeat;
	width:152px;
	height:94px;
	float:left;
	margin-top:10px;
	position: absolute;
    left: 0;
    top: 0;}
.guidance-icon{
	background:url(../images/guidance-icon.png) no-repeat;
	width:152px;
	height:94px;
	float:left;
	margin-top:10px;
	position: absolute;
    left: 0;
    top: 0;}
.paddingright0px{
	padding-right:0px !important;}
.paddingleft72px{
	padding-left:72px;}	
/*pagination		
.holder {margin: 15px 0; background:red; }
.holder a {font-size: 12px; cursor: pointer;  margin: 0 5px;    width:30px;height:30px;line-height:28px;display:block;float:left;font-weight:bold; text-align:center;background-color: $white;border:solid 1px $darkgrey;  color: $darkgrey; }
.holder a:hover {border:solid 1px $lightgreen; color: $lightgreen; }
.holder a.jp-previous {   background:url(../images/sprite.png) -106px -478px #fff no-repeat !important;}
.holder a.jp-next { background-color: #fff; background:url(../images/sprite.png) -130px -478px #fff no-repeat  !important;}
.holder a.jp-previous::after { content: "<";}
.holder a.jp-next::after { content: ">"; }
.holder a.jp-current, a.jp-current:hover {color: $white;text-decoration:none; }
.holder a.jp-disabled, a.jp-disabled:hover { color: #bbb; }
.holder a.jp-current, a.jp-current:hover,
{cursor: default;background-color:$lightgreen; border:solid 1px $lightgreen;  }
.holder a.jp-disabled, a.jp-disabled:hover{background-color: $white;border:solid 1px $lightgrey;}
.holder span { margin: 0 5px;}*/
/*modal dialog*/
/* line 582, ../scss/custom.scss */
.modal-dialog .close, .modal-dialog .close:hover {
  position: absolute;
  right: 0;
  top: 0;
  width: 32px;
  height: 32px;
  background-color: #b0d235;
  color: #fff;
}
/* line 583, ../scss/custom.scss */
.modal-dialog .close span, .modal-dialog .close:hover span {
  line-height: 0;
  font-size: 30px;
}
/* line 585, ../scss/custom.scss */
.modal-dialog .modal-content {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -khtml-border-radius: 0;
  border-radius: 0;
}

/* line 588, ../scss/custom.scss */
.accordion-style {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -khtml-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: 0 0 0 none ;
  -moz-box-shadow: 0 0 0 none ;
  box-shadow: 0 0 0 none ;
  border: 0;
  margin-top: 0;
  margin-bottom: 20px;
}
/* line 589, ../scss/custom.scss */
.accordion-style h2 {
  font-size: 2em;
}
/* line 590, ../scss/custom.scss */
.accordion-style .collapse-inner2 {
  padding: 10px 20px 20px;
}
/* line 591, ../scss/custom.scss */
.accordion-style li {
  border: 0 none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -khtml-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: 0 0 0 none ;
  -moz-box-shadow: 0 0 0 none ;
  box-shadow: 0 0 0 none ;
  margin-bottom: 0;
  margin-top: 0 !important;
}
/* line 597, ../scss/custom.scss */
.accordion-style li > a {
  position: relative;
  text-decoration: none;
  display: block;
  color: #007f32;
  padding: 8px 30px 8px 15px;
  border-bottom: dotted 1px #e4e2e2;
}
/* line 598, ../scss/custom.scss */
.accordion-style li > a:after {
  /* symbol for "opening" panels */
  font-family: 'Glyphicons Halflings';
  content: "\e080";
  float: right;
  color: #007f32;
  overflow: no-display;
  font-size: .625em;
  position: absolute;
  right: 10px;
  top: 10px;
}
/* line 611, ../scss/custom.scss */
.accordion-style li > a[aria-expanded=true] {
  color: #fff;
  background-color: #007f32;
  /* symbol for "collapsed" panels */
}
/* line 612, ../scss/custom.scss */
.accordion-style li > a[aria-expanded=true]:after {
  /* symbol for "collapsed" panels */
  content: "\e114";
  color: #fff;
}
/* line 614, ../scss/custom.scss */
.accordion-style .collapse.in {
  background-color: #f8f8f8;
}
/* line 615, ../scss/custom.scss */
.accordion-style a.accordion-toggle {
  text-decoration: none;
}

/*quote section*/
/* line 620, ../scss/custom.scss */
#quote, #values {
  background-color: #0072bc;
  color: #fff;
}
/* line 621, ../scss/custom.scss */
#quote .sec_head, #values .sec_head {
  color: #fff;
}

/* line 625, ../scss/custom.scss */
#values #valueCarousel .item {
  padding: 0;
  text-align: center;
  float: left;
}
/* line 626, ../scss/custom.scss */
#values #valueCarousel .item p {
  padding: 0 15px;
  font-family: "Montserrat", arial;
  color: #fff;
  font-size: 3em;
  line-height: .5;
}
/* line 627, ../scss/custom.scss */
#values #valueCarousel .item p span {
  font-size: .375em;
}
/* line 629, ../scss/custom.scss */
#values #valueCarousel .item .icon {
  display: inline-block;
  clear: both;
  width: 64px;
  height: 64px;
  margin: 30px auto;
  background-image: url(../images/sprite.png);
  background-repeat: no-repeat;
}
/* line 630, ../scss/custom.scss */
#values #valueCarousel .item .value-icon-1 {
  background-position: 0 -196px;
}
/* line 631, ../scss/custom.scss */
#values #valueCarousel .item .value-icon-2 {
  background-position: -64px -196px;
}
/* line 632, ../scss/custom.scss */
#values #valueCarousel .item .value-icon-3 {
  background-position: -128px -196px;
}
/* line 633, ../scss/custom.scss */
#values #valueCarousel .item .value-icon-4 {
  background-position: -192px -196px;
}
/* line 634, ../scss/custom.scss */
#values #valueCarousel .item .view-all-btn {
  position: absolute;
  /*for equal space from bottom*/
  bottom: 30px;
  width: 100%;
  visibility: hidden;
}
/* line 640, ../scss/custom.scss */
#values #valueCarousel .item:hover p {
  color: #b0d235;
}
/* line 642, ../scss/custom.scss */
#values #valueCarousel .item:hover p span {
  color: #b0d235;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

/*management section*/
/* line 649, ../scss/custom.scss */
#management {
  color: #fff;
}

/*contact section*/
/* line 652, ../scss/custom.scss */
#contact-detail h4 {
  color: #b0d235;
  line-height: 1;
  paddingj-top: 10px;
}
/* line 653, ../scss/custom.scss */
#contact-detail h4 span {
  display: block;
  float: left;
  background-color: #01a4a9;
  color: #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -khtml-border-radius: 50%;
  border-radius: 50%;
  padding: 12px;
  margin-right: 10px;
  margin-top: -10px;
}
/* line 654, ../scss/custom.scss */
#contact-detail h4 span i {
  font-size: 22px;
  width: 22px;
  height: 22px;
}
/* line 657, ../scss/custom.scss */
#contact-detail .contact-address, #contact-detail .contact-number, #contact-detail .contact-email {
  padding-left: 60px;
}
/* line 659, ../scss/custom.scss */
#contact-detail #contact_frm input[type=text], #contact-detail #contact_frm input[type=email], #contact-detail #contact_frm textarea, #contact-detail #contact_frm select {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -khtml-border-radius: 0;
  border-radius: 0;
  background-color: #fff;
  border: solid 1px #b0d235;
}

/*process section*/
/* line 665, ../scss/custom.scss */
#process #processCarousel .item {
  float: left;
}
/* line 666, ../scss/custom.scss */
#process #processCarousel .item [class^=step] {
  height: 260px;
}
/* line 668, ../scss/custom.scss */
#process #processCarousel .item [class^=step] > div {
  position: relative;
  height: 100%;
}
/* line 670, ../scss/custom.scss */
#process #processCarousel .item [class^=step] > div .num {
  position: absolute;
  display: block;
  width: 50px;
  height: 50px;
  background-color: #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -khtml-border-radius: 50%;
  border-radius: 50%;
  border: solid 1px #b0d235;
  text-align: center;
  font-size: 1.5em;
  padding: 4px;
  color: #007f32;
  font-weight:bold;
}
/* line 671, ../scss/custom.scss */
#process #processCarousel .item [class^=step] > div .row {
  padding: 0px 60px;
  background-image: url(../images/steps-bg-1.png);
  background-repeat: no-repeat;
  min-height: 248px;
}
/* line 672, ../scss/custom.scss */
#process #processCarousel .item [class^=step] > div h2 {
  display: inline-block;
  /*since it has icons with right position*/
  clear: both;
  position: relative;
  font-size: 1.125em;
  text-transform: uppercase;
  padding-right: 72px;
    width: 75%;
	/*float:left;
  padding-left: 40px;*/
}
/* line 673, ../scss/custom.scss */
#process #processCarousel .item [class^=step] > div h2 span {
  position: absolute;
  left: 0;
  top: 20;
  width: 32px;
  height: 32px;
  background-image: url(../images/sprite.png);
  background-repeat: no-repeat;
}
/* line 675, ../scss/custom.scss */
#process #processCarousel .item [class^=step] > div p {
  color: #7a7a7a;
  font-size: .8em;
  margin-top: 14px;
}
/* line 678, ../scss/custom.scss */
#process #processCarousel .item [class^=step] > div:hover .num {
  background-color: #b0d235;
  color: #fff;
  /*@include transition(all 0.6s ease);*/
}
/* line 683, ../scss/custom.scss */
#process .step-1, #process .step-3, #process .step-5 {
  z-index: 1;
  padding-left: 20%;
}
/* line 684, ../scss/custom.scss */
#process .step-1 .row, #process .step-3 .row, #process .step-5 .row {
  background-position: 30px top;
}
/* line 685, ../scss/custom.scss */
#process .step-1 .num, #process .step-3 .num, #process .step-5 .num {
  left: 0;
  bottom: 0;
}
/* line 687, ../scss/custom.scss */
#process .step-2, #process .step-4, #process .step-6 {
  text-align: right;
  margin-top: -48px;
  padding-right: 20%;
}
/* line 688, ../scss/custom.scss */
#process .step-2 .row, #process .step-4 .row, #process .step-6 .row {
  background-position: 92% bottom;
}
/* line 689, ../scss/custom.scss */
#process .step-2 .num, #process .step-4 .num, #process .step-6 .num {
  right: 0;
  top: 0;
}
/* line 692, ../scss/custom.scss */
#process .step-1 h2 {
  color: #d21448;
}
/* line 693, ../scss/custom.scss */
#process .step-1 h2 span {
  background-position: 0 -162px;
}
/* line 696, ../scss/custom.scss */
#process .step-2 {
  background: url(../images/steps-bg-horizontal.png) left 10px no-repeat;
}
/* line 697, ../scss/custom.scss */
#process .step-2 .row {
  padding-top: 80px !important;
}
/* line 698, ../scss/custom.scss */
#process .step-2 h2 {
  color: #f59100;
}
/* line 699, ../scss/custom.scss */
#process .step-2 h2 span {
  background-position: -32px -162px;
}
/* line 704, ../scss/custom.scss */
#process .step-3 h2 {
  color: #01a4a9;
}
/* line 705, ../scss/custom.scss */
#process .step-3 h2 span {
  background-position: -64px -162px;
}
/* line 708, ../scss/custom.scss */
#process .step-4 {
  background: url(../images/steps-bg-horizontal.png) center 10px no-repeat;
}
/* line 709, ../scss/custom.scss */
#process .step-4 .row {
  padding-top: 80px !important;
}
/* line 710, ../scss/custom.scss */
#process .step-4 h2 {
  color: #e3328d;
}
/* line 711, ../scss/custom.scss */
#process .step-4 h2 span {
  background-position: -96px -162px;
  float: right;
}
/* line 715, ../scss/custom.scss */
#process .step-5 h2 {
  color: #e8500d;
}
/* line 716, ../scss/custom.scss */
#process .step-5 h2 span {
  background-position: -128px -162px;
  float: right;
}
/* line 719, ../scss/custom.scss */
#process .step-6 {
  text-align: right;
  background: url(../images/steps-bg-horizontal.png) right 10px no-repeat;
}
/* line 720, ../scss/custom.scss */
#process .step-6 .row {
  padding-top: 80px !important;
}
/* line 721, ../scss/custom.scss */
#process .step-6 h2 {
  color: #dc042b;
}
/* line 722, ../scss/custom.scss */
#process .step-6 h2 span {
  background-position: -160px -162px;
  float: right;
}
/* line 725, ../scss/custom.scss */
#process .steps-num {
  clear: both;
  width: 100% !important;
  background: none !important;
  padding: 0 !important;
  position: relative;
}
/* line 726, ../scss/custom.scss */
#process .steps-num > span {
  position: absolute;
  top: 0;
  right: 15px;
  width: 32px;
  height: 32px;
  background: url(../images/sprite.png) 0 0 no-repeat;
}
/* line 727, ../scss/custom.scss */
#process .steps-num > span:first-child {
  left: 0;
}
/* line 728, ../scss/custom.scss */
#process .steps-num ul {
  list-style: none;
  padding: 0;
  margin: 0 12.5%;
}
/* line 730, ../scss/custom.scss */
#process .steps-num ul li {
  float: left;
  width: 16.6666%;
}
/* line 731, ../scss/custom.scss */
#process .steps-num ul li span {
  display: block;
  width: 50px;
  height: 50px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -khtml-border-radius: 50%;
  border-radius: 50%;
  border: solid 2px #b0d235;
  text-align: center;
  font-size: 1.5em;
  padding: 4px;
  color: #007f32;
}

/*our team*/
/* line 738, ../scss/custom.scss */
#team-introduction {
  background-color: #007f32;
  color: #fff;
}
/* line 739, ../scss/custom.scss */
#team-introduction p {
  margin-bottom: 0;
  font-size: 1.125em;
}

/* line 742, ../scss/custom.scss */
#team-member-detail .team-member > img {
  margin-bottom: 20px;
}
/* line 743, ../scss/custom.scss */
#team-member-detail .team-member > h2 {
  color: #b0d235;
  margin-bottom: 0;
  font-size: 1.25em;
  text-transform: uppercase;
}
/* line 744, ../scss/custom.scss */
#team-member-detail .team-member > .designation {
  color: #3f3a36;
  font-weight: bold;
  font-size: .875em;
}
/* line 745, ../scss/custom.scss */
#team-member-detail .team-member > p {
  color: #7a7a7a;
}

/* line 748, ../scss/custom.scss */
#map-wrapper {
  position: relative;
  overflow: hidden;
}
/* line 13, ../scss/custom.scss */
#map-wrapper:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 125%;
}
/* line 19, ../scss/custom.scss */
#map-wrapper > .aspect-ratio {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}



/*GREY SCALE IMAGE CSS END*/
/*==================================================
=            Bootstrap 3 Media Queries             =
==================================================*/
/*==========  Mobile First Method  ==========*/
/* Custom, iPhone Retina */
/*0-320*/
@media only screen and (min-width: 320px) {
  /*header section*/
  /* line 758, ../scss/custom.scss */
  #header .logo {
    z-index: 2;
  }
  /* line 759, ../scss/custom.scss */
  #header .navbar {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
  }
  /* line 760, ../scss/custom.scss */
  #header .navbar .navbar-nav {
    margin: 0 auto;
  }
  /* line 761, ../scss/custom.scss */
  #header .navbar .navbar-collapse {
    background-color: #b0d235;
  }
  /* line 763, ../scss/custom.scss */
  #header .navbar .navbar-collapse .navbar-nav {
    width: 100%;
  }
  /* line 767, ../scss/custom.scss */
  #header .navbar-nav > li {
    border-top: dotted 1px #fff;
  }
  /* line 768, ../scss/custom.scss */
  #header .navbar-nav > li > a {
    color: #fff;
  }
  /* line 769, ../scss/custom.scss */
  #header .navbar-nav > li a:hover {
    color: #fff;
  }
  /* line 771, ../scss/custom.scss */
  #header .navbar-nav > li:first-child {
    border-top: 0;
  }
  /* line 773, ../scss/custom.scss */
  #header .navbar-nav > li:hover > a, #header .navbar-nav > .open > a {
    color: #fff;
  }
  /* line 774, ../scss/custom.scss */
  #header .navbar-nav > li:hover a:hover, #header .navbar-nav > .open a:hover {
    color: #fff;
  }

  /* line 782, ../scss/custom.scss */
  #header.background .navbar .navbar-nav > li > a {
    color: #fff;
  }
  /* line 783, ../scss/custom.scss */
  #header.background .navbar .navbar-nav > li a:hover {
    color: #fff;
  }
  /* line 786, ../scss/custom.scss */
  #header.background .navbar .navbar-nav > li:hover > a, #header.background .navbar .navbar-nav > .open > a {
    color: #fff;
  }

  /*banner section*/
  /* line 794, ../scss/custom.scss */
  #banner header h1 {
    font-size: 1.6em;
  }

  /* line 797, ../scss/custom.scss */
  .sec_head {
    font-size: 2em;
    margin-bottom: 20px;
  }

  /* line 800, ../scss/custom.scss */
  #homeBannerCarousel .carousel-inner img {
    height: 100%;
    width: auto;
  }

  /*services section*/
  /* line 807, ../scss/custom.scss */
  #services #servicesCarousel .item {
    width: 100%;
    /*mobile view*/
  }
  /* line 811, ../scss/custom.scss */
  #services .service > div:first-child > img {
    width: 260px;
  }
  /* line 813, ../scss/custom.scss */
  #services .service .service-detail {
    text-align: center;
  }

  /*our values section*/
  /* line 819, ../scss/custom.scss */
  #values #valueCarousel .item {
    width: 100%;
  }

  /*stories of impact section*/
  /* line 826, ../scss/custom.scss */
  #our_stories .item {
    width: 100%;
    /*mobile view*/
  }

  /*our impact section*/
  /* line 833, ../scss/custom.scss */
  #impact #impactCarousel .active-clients > div p {
    font-size: .875em;
  }
  /* line 834, ../scss/custom.scss */
  #impact #impactCarousel .active-clients > div .num {
    font-size: 2.125em;
  }
  /* line 835, ../scss/custom.scss */
  #impact #impactCarousel .active-clients > div .btn-white, #impact #impactCarousel .active-clients > div #services #servicesCarousel .item .view-all-btn a, #services #servicesCarousel .item .view-all-btn #impact #impactCarousel .active-clients > div a, #impact #impactCarousel .active-clients > div #services #servicesCarousel .item:hover a:hover, #services #servicesCarousel .item:hover #impact #impactCarousel .active-clients > div a:hover, #impact #impactCarousel .active-clients > div #values #valueCarousel .item .view-all-btn a, #values #valueCarousel .item .view-all-btn #impact #impactCarousel .active-clients > div a {
    max-width: 66%;
  }

  /*footer section*/
  /* line 841, ../scss/custom.scss */
  #footer {
    height: 110px;
  }
  /* line 843, ../scss/custom.scss */
  #footer .container .copyright {
    text-align: center;
  }
  /* line 844, ../scss/custom.scss */
  #footer .container .website-design {
    text-align: center;
  }

  /* line 847, ../scss/custom.scss */
  #content {
    padding-bottom: 90px;
    /*Height of the footer element */
  }

  /*our presence section*/
  /* line 850, ../scss/custom.scss */
  #mp-map > a[data-toggle=tooltip] {
    font-size: 13px;
  }

  /* line 855, ../scss/custom.scss */
  #category-filter .caegories {
    position: relative;
  }
  /* line 856, ../scss/custom.scss */
  #category-filter .caegories a {
    margin-left: 0;
  }

  /*process section*/
  /* line 862, ../scss/custom.scss */
  #process #processCarousel .item {
    width: 100%;
    /*border:solid 1px #000;*/
  }

  /*disclaimer section*/
  /* line 867, ../scss/custom.scss */
  #disclaimer .container {
    text-align: center;
  }

  /*our team*/
  /* line 870, ../scss/custom.scss */
  .team-banner {
    height: 100%;
  }
  /* line 871, ../scss/custom.scss */
  .team-banner p {
    font-size: 0.875em;
  }

  /* line 874, ../scss/custom.scss */
  #team-member-detail .team-member {
    text-align: center;
  }
#header .navbar-nav > li:last-child a{
text-align:left;
}
}
/* Extra Small Devices, Phones */
/*321-480*/
@media only screen and (min-width: 480px) {
  /*header section*/
  /* line 883, ../scss/custom.scss */
  #header .navbar .navbar-nav > li {
    float: none;
  }
  
  .width27percent{
	width:100%;}

	
}
/* Small Devices, Tablets */
/*481-768*/
@media only screen and (min-width: 768px) {
  /* line 890, ../scss/custom.scss */
  .container {
    width: 100%;
  }

  /*banner section*/
  /* line 892, ../scss/custom.scss */
  #banner-img {
    position: fixed;
    z-index: 0;
  }

  /* line 895, ../scss/custom.scss */
  #banner header h1 {
    font-size: 2.625em;
  }

  /* line 899, ../scss/custom.scss */
  .sec_head {
    font-size: 3em;
  }

  /* line 902, ../scss/custom.scss */
  #homeBannerCarousel.carousel-fade .carousel-inner img {
    width: 100%;
    height: auto;
    /*full width image*/
  }

  /*services section*/
  /* line 908, ../scss/custom.scss */
  #services #servicesCarousel .item {
    width: 33%;
    display: block;
  }
  /* line 914, ../scss/custom.scss */
  #services .service > div:first-child > img {
    width: auto;
  }
  /* line 916, ../scss/custom.scss */
  #services .service .service-detail {
    text-align: left;
  }
  /* line 919, ../scss/custom.scss */
  #services .service:nth-child(even) .service-detail {
    padding-right: 40px;
  }
  /* line 922, ../scss/custom.scss */
  #services .service:nth-child(odd) .service-detail {
    padding-left: 40px;
  }

  /*our values section*/
  /* line 928, ../scss/custom.scss */
  #values #valueCarousel .item {
    width: 25%;
    display: block;
  }

  /*stories of impact section*/
  /* line 936, ../scss/custom.scss */
  #our_stories .item {
    width: 25%;
    display: block;
    float: left;
    /*make .item visible in view greater then 767*/
  }

  /*our imact*/
  /* line 945, ../scss/custom.scss */
  #impact #impactCarousel .active-clients > div p {
    font-size: 1.125em;
  }
  /* line 946, ../scss/custom.scss */
  #impact #impactCarousel .active-clients > div .num {
    font-size: 2.625em;
  }
  /* line 947, ../scss/custom.scss */
  #impact #impactCarousel .active-clients > div .btn-white, #impact #impactCarousel .active-clients > div #services #servicesCarousel .item .view-all-btn a, #services #servicesCarousel .item .view-all-btn #impact #impactCarousel .active-clients > div a, #impact #impactCarousel .active-clients > div #services #servicesCarousel .item:hover a:hover, #services #servicesCarousel .item:hover #impact #impactCarousel .active-clients > div a:hover, #impact #impactCarousel .active-clients > div #values #valueCarousel .item .view-all-btn a, #values #valueCarousel .item .view-all-btn #impact #impactCarousel .active-clients > div a {
    max-width: 66%;
  }

  /*our presence section*/
  /* line 954, ../scss/custom.scss */
  #mp-map > a[data-toggle=tooltip] {
    font-size: 11px;
  }

  /* line 959, ../scss/custom.scss */
  #category-filter .caegories {
    position: relative;
  }
  /* line 960, ../scss/custom.scss */
  #category-filter .caegories a {
    margin-left: 10px;
    width: auto;
  }
}

/*Experiment By SB for Tablet Collapse*/

@media (min-width: 767px) and (max-width: 992px) {
  .navbar-header {
      float: none;
  }
  .navbar-left,.navbar-right {
      float: none !important;
  }
  .navbar-toggle {
      display: block;
  }
  .navbar-collapse {
      border-top: 1px solid transparent;
      box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
  }
  .navbar-fixed-top {
      top: 0;
      border-width: 0 0 1px;
  }
  .navbar-collapse.collapse {
      display: none!important;
  }
  .navbar-nav {
      float: none!important;
      margin-top: 7.5px;
  }
  .navbar-nav>li {
      float: none;
  }
  .navbar-nav>li>a {
      padding-top: 10px;
      padding-bottom: 10px;
  }
  .collapse.in{
      display:block !important;
  }
}


/* Medium Devices, Desktops */
/*769-992*/
@media only screen and (min-width: 992px) {
  /* line 966, ../scss/custom.scss */
  .container {
    width: 970px;
  }

  /*process section*/
  /* line 970, ../scss/custom.scss */
  #process #processCarousel .item {
    display: block;
    width: 33.33%;
    /*border:solid 1px #000;*/
  }

  /*header section*/
  /* line 975, ../scss/custom.scss */
  #header .logo {
    position: relative;
  }
  /* line 976, ../scss/custom.scss */
  #header .navbar {
    position: relative;
    top: auto;
    right: auto;
  }
  /* line 978, ../scss/custom.scss */
  #header .navbar .navbar-nav li a {
    font-size: 13px;
  }
  /* line 979, ../scss/custom.scss */
  #header .navbar .navbar-nav > li {
    float: left;
    margin-left: 14px;
    border-top: 0;
  }
  /* line 981, ../scss/custom.scss */
  #header .navbar .navbar-nav > li > a:hover {
    color: #b0d235;
  }
  /* line 983, ../scss/custom.scss */
  #header .navbar .navbar-nav > li:first-child {
    margin-left: 0;
  }
  /* line 985, ../scss/custom.scss */
  #header .navbar .navbar-nav > li:hover > a, #header .navbar .navbar-nav > .open > a {
    color: #b0d235;
  }
  /* line 988, ../scss/custom.scss */
  #header .navbar .navbar-collapse {
    background-color: transparent;
    padding-left: 0;
  }
  /* line 989, ../scss/custom.scss */
  #header .navbar .navbar-collapse .navbar-nav {
    width: auto;
  }

  /* line 997, ../scss/custom.scss */
  #header.background .navbar .navbar-nav > li > a {
    color: #3f3a36;
  }
  /* line 998, ../scss/custom.scss */
  #header.background .navbar .navbar-nav > li > a:hover {
    color: #b0d235;
  }
  /* line 1001, ../scss/custom.scss */
  #header.background .navbar .navbar-nav > li:hover > a, #header.background .navbar .navbar-nav > .open > a {
    color: #b0d235;
  }
  /* line 1002, ../scss/custom.scss */
  #header.background .navbar .navbar-nav > li:hover > a:hover, #header.background .navbar .navbar-nav > .open > a:hover {
    color: #b0d235;
  }

  /*footer section*/
  /* line 1008, ../scss/custom.scss */
  #footer {
    height: 40px;
  }
  /* line 1010, ../scss/custom.scss */
  #footer .container .copyright {
    text-align: left;
  }
  /* line 1011, ../scss/custom.scss */
  #footer .container .website-design {
    text-align: right;
  }

  /* line 1014, ../scss/custom.scss */
  #content {
    padding-bottom: 40px;
    /* Height of the footer element */
  }

  /*our team*/
  /* line 1016, ../scss/custom.scss */
  .team-banner {
    height: 100%;
  }

  /* line 1020, ../scss/custom.scss */
  #team-member-detail .team-member {
    text-align: left;
  }
  
  .width27percent{
	width:100%;}
}
/* Large Devices, Wide Screens */
/*993-1200*/
@media only screen and (min-width: 1200px) {
  /* line 1025, ../scss/custom.scss */
  .container {
    width: 1170px;
  }

  /* line 1029, ../scss/custom.scss */
  #header .navbar .navbar-nav li a {
    font-size: 0.80em;
  }
}
/* custom */
/*1221-1440-...*/
@media only screen and (min-width: 1440px) {
  /*our imact section*/
  /* line 1042, ../scss/custom.scss */
  #impact #impactCarousel .active-clients > div p {
    font-size: 1.5em;
  }

  /*our process section*/
  /* line 1050, ../scss/custom.scss */
  #process .step-2 .row, #process .step-4 .row, #process .step-6 .row {
    background-position: 93% bottom;
  }
}
@media only screen and (min-width: 1920px) {
  /*our process section*/
  /* line 1058, ../scss/custom.scss */
  #process .step-2 .row, #process .step-4 .row, #process .step-6 .row {
    background-position: 95% bottom;
  }
}

@media only screen and (min-width:1024px) and (max-width: 1680px)  {
  #process .step-1, #process .step-3, #process .step-5 {
    padding-left: 10% !important;
}

#process #processCarousel .item [class^=step] > div h2 {
    width: 300px;
}
#process .step-2, #process .step-4, #process .step-6 {
    padding-right: 10% !important;
}

}


@media only screen and (min-width:1024px) and (max-width: 1366px)  {
#process .item [class^=step-2] > div h2.paddingright0px, #process .item [class^=step-4] > div h2.paddingright0px, #process .item [class^=step-6] > div h2.paddingright0px {
    padding-right:10px !important;
}

#process #processCarousel .item [class^=step] > div h2 {
    width: 270px;
}
}

@media only screen and (min-width:1024px) and (max-width: 1200px)  {
body{overflow-x:hidden;}

#process #processCarousel .item [class^=step] > div h2 {
    width: 235px;
    font-size:90%;
}
#process .step-2, #process .step-4 {
    padding-right: 2% !important;
}
#process #processCarousel .item [class^=step] > div .num {
    width: 40px;
    height: 40px;
    font-size: 1em;
    padding: 4px;
}
#process .step-1 .num, #process .step-3 .num, #process .step-5 .num {
    left: 4px;
    bottom: 8px;
}

#process .step-2 {
    background: url(../images/steps-bg-horizontal.png) left 5px no-repeat;
}
#process .step-6 {
    text-align: right;
    background: url(../images/steps-bg-horizontal.png) right 5px no-repeat;
    padding-right: 11% !important;
    padding-left:0;
}
#process .item [class^=step-6] > div h2.paddingright0px {
    padding-right: 20px !important;
}
#process .step-4 {
    background: url(../images/steps-bg-horizontal.png) center 5px no-repeat;
}
#category-filter #category-items > div > div .filter-detail h2, #category-filter #category-items > div > div .filter-detail p {
    font-size: .8em;
	margin-bottom: 10px;
}
#category-filter #category-items > div > div .media-detail h2 {
    margin-top: 7%;
}
.nav-tabs > li > a#home,.nav-tabs > li > a#profile,.nav-tabs > li > a#messages {
    font-size: 20px;
    margin-left: 0px;
}
}

@media only screen and (max-width:992px) {
	.media-1, .media-2, .media-3 {
    padding: 70% 5%;
    font-size: 20px;
    background-size: 100% 100%;
    max-width: 100%;
}
#category-filter #category-items > div > div .filter-detail h2 {
    height: 155px;
    vertical-align: middle;
    display: table-cell;
}
.nav-tabs > li > a#home,.nav-tabs > li > a#profile,.nav-tabs > li > a#messages {
    font-size: 15px;
    margin-left: 10px;
}
#services #sevice-2, #services #sevice-3 {
    margin-right: 15px;
}
}

@media only screen and (max-width:480px) {
    #shortlist {padding: 0px;}
    #banner .avante-banner, #banner .small-banner {height: 200px;}
    #shortlist h3 {font-size: 1.5em;}
    #homeBannerCarousel .carousel-inner .carousel-caption{top: 30%;}
    .sec_full_height, #content-wrapper {min-height: 80%;}
    #impact #impactCarousel .carousel-caption {top: 7% !important;}
    #process .step-2, #process .step-4, #process .step-6 {padding-right: 0%;}
    #process .step-1, #process .step-3, #process .step-5 {padding-left: 0%;}
    #process #processCarousel .item [class^=step] > div h2 {width: 100%;}
    #process #processCarousel .item .step-2 div .row, #process #processCarousel .item .step-4 div .row, #process #processCarousel .item .step-6 div .row {padding: 0px 60px 0 0;}
    #process #processCarousel .item .step-1 div .row, #process #processCarousel .item .step-3 div .row, #process #processCarousel .item .step-5 div .row {padding: 0px 0 0 60px;}
    .media-1,.media-2,.media-3{background-size:100% 100%; padding: 65% 8%; font-size: 20px; margin: 0 auto;}
    .modal-dialog {margin: 100px 10px;}
    #category-filter #category-items > div > div .filter-detail h2 {padding: 10px 20px 0;}
    #category-filter #category-items > div > div .media-detail h2 {margin-top: 8%;}
    #category-filter #category-items > div > div .filter-detail h2, #category-filter #category-items > div > div .filter-detail p {font-size: .7em;}
    #contact-detail .nav-tabs > li {float: none;}
    #contact-detail .nav-tabs > li > a {font-size: 14px; margin-right: 15px; margin-left: 15px; padding: 10px 20px;}
    #category-filter #category-items > div > div .filter-detail h2 {height: 100px;}

    .testimon div img {
      transform: translate(50%, -10%) !important;
    }
    .togmain {
      padding: 6.55%;
    }
    .togsec img {
      width: 100%;
    }
    #banner .careerbanner {
      height: 175px !important;
    }
}

@media only screen and (max-width:512px) { 
 .testimon div img {
      transform: translate(45%, -10%) !important;
    }
    .togmain {
      padding: 6.55%;
    }
    .togsec img {
      width: 100%;
    }
    #banner .careerbanner {
      height: 175px !important;
    }
}

.careerfooter {
    min-height: 29.25vh;
    width: 100%;
    background-image: url(../images/careers/homefooterwithbtn.jpg);
    background-size: contain;
    background-repeat: no-repeat;
}

.wlopcontainer {
  margin-top: -50px;
}

.dropdown-toggle {
	padding: 12px;
}

@media (min-width: 979px) {
              ul.nav li.dropdown:hover > ul.dropdown-menu {
                    display: block;
                    margin-top:0px;
}
}
#GPTW{
    position: fixed;
    right:0px;
    top:244px;
    z-index: 9999;
} 
#social-media
{
  width: 55px;
}

#social-media ul li
{
  margin-right:10px;
}
