/*@import url(http://fonts.googleapis.com/css?family=Josefin+Slab:400,700);
@import url(http://fonts.googleapis.com/css?family=Open+Sans:300,400,600);*/
/*------ template stylization ------*/

@font-face {
    font-family: 'Freight Sans Pro';
    src: url('../fonts/freigsanprolig-webfont.eot');
    src: url('../fonts/freigsanprolig-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/freigsanprolig-webfont.woff') format('woff'),
         url('../fonts/freigsanprolig-webfont.ttf') format('truetype'),
         url('../fonts/freigsanprolig-webfont.svg#Freight Sans Pro') format('svg');
    font-weight: 300; font-style: normal;
}
@font-face {
    font-family: 'Freight Sans Pro';
    src: url('../fonts/freigsanprobook-webfont.eot');
    src: url('../fonts/freigsanprobook-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/freigsanprobook-webfont.woff') format('woff'),
         url('../fonts/freigsanprobook-webfont.ttf') format('truetype'),
         url('../fonts/freigsanprobook-webfont.svg#Freight Sans Pro') format('svg');
    font-weight: 400; font-style: normal;

}
@font-face {
    font-family: 'Freight Sans Pro';
    src: url('../fonts/freigsanprosem-webfont.eot');
    src: url('../fonts/freigsanprosem-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/freigsanprosem-webfont.woff') format('woff'),
         url('../fonts/freigsanprosem-webfont.ttf') format('truetype'),
         url('../fonts/freigsanprosem-webfont.svg#Freight Sans Pro') format('svg');
    font-weight: 600; font-style: normal;
}
body {
    background-color: #ffffff;
	font-weight:400;
	font-family: 'Freight Sans Pro', Tahoma, arial;
}
h1, h2, h3, h4{
	font-weight:600;
}
input, select, textarea, a, button{
	font-weight:400;
	font-family: 'Freight Sans Pro', Tahoma, arial;
}
/*------ header ------- */
header {
  width: 100%;
  float:left;
  margin:0px;
  position:relative;
}
header .brand {
  position: relative;
  z-index: 10;
  float: left;
  width: 250px;
  overflow: hidden;
  margin: 20px 0px 0px 0px;
}
header .brand a {
  width: 100%;
  text-indent: 100%;
  white-space: nowrap;
}
header .brand a img{
	width:100%;
	max-width:100%;
}
header .brand a:hover {
  text-decoration: none;
}
/*menu*/
.select-menu {
  width: 100%;
  margin: 12px auto;
  display: none;
  color: #9a9b9b;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
header .navbar {
  margin-bottom: 0;
}
header .navbar .sf-menu .nav {
  position: absolute;
  float: none;
  margin: 0;
  display: none;
}
header .navbar .sf-menu .nav li {
  float: none;
}
header .navbar .sf-menu .nav li a {
  padding: 0;
  text-shadow: none;
  background: none;
  font-weight: normal;
}
header .navbar-inner {
  min-height: 68px;
  padding: 0;
  background-color: transparent;
  background-image: none;
  filter: none;
  border: none;
  border-radius: 0;
  -webkit-box-shadow: 0 0 0;
  -moz-box-shadow: 0 0 0;
  box-shadow: 0 0 0;
}
header .nav-collapse {
  height: 100%;
}
.sf-menu {
  list-style: none;
  float: right;
  padding: 0;
  margin: 44px 0px 0px 0px;
  white-space: nowrap;
  height: 44px;
}
.sf-menu > li {
  position: relative;
  display: inline-block;
  float: left;
  margin: 0 1px;
}
.sf-menu > li.sub-menu > a:before {
  content: " ";
  position: relative;
  display: inline-block;
  float: right;
  background: url(../img/menu-marker.png) 0 0 no-repeat;
  width: 7px;
  height: 5px;
  margin: 10px 0px 0px 19px;
}
.sf-menu > li:first-child {
  margin-left: 0;
}
.sf-menu > li.last {
  margin-right: 0;
}
.sf-menu > li > a {
  position: relative;
  display: inline-block;
  z-index: 10;
  padding: 11px 15px;
}
.sf-menu > li > a > span {
	font-size:16px;
	font-weight:600;
  line-height: 1.2em;
  color: #ffffff;
  text-transform: uppercase;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.sf-menu > li > strong {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: url(../img/submenu_bg.png);
  z-index: 1;
  padding: 0;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  height: 0;
}
.sf-menu > li > a:hover,
.sf-menu > li.active > a,
.sf-menu > li.sfHover > a {
  text-decoration: none;
}
.sf-menu > li > a:hover + strong,
.sf-menu > li.active > a + strong,
.sf-menu > li.sfHover > a + strong {
  height: 100%;
}
.sf-menu ul {
  position: absolute;
  list-style: none;
  z-index: 999;
  width: 146px;
  top: 47px !important;
  left: 0px !important;
  display: none;
  overflow: visible;
  background: url(../img/submenu_bg.png);
  text-align: left;
}
.sf-menu ul li {
  position: relative;
  margin: 0px 0px 0px 0px;
  padding: 14px 0 11px;
  border-bottom: 1px solid #000407;
}
.sf-menu ul li.sub-menu > a:before {
  content: " ";
  position: absolute;
  background: url(../img/menu-marker_2.png) 0 0 no-repeat;
  width: 7px;
  height: 5px;
  right: 0;
  bottom: 50%;
  margin-right: -24px;
  margin-bottom: -2px;
}
.sf-menu ul li:first-child {
  padding-top: 15px;
}
.sf-menu ul li.last {
  padding-bottom: 12px;
  border: none;
  margin-bottom: 0;
  background: none;
}
.sf-menu ul li a {
  position: relative;
  z-index: 1;
  margin: 0px 0px 0px 20px;
  display: inline-block;
  font-size: 15px;
  font-weight:600;
  line-height: 1.2em;
  color: #ffffff !important;
  text-transform: uppercase;
  text-shadow: rgba(0, 0, 0, 0.11) 0px 3px 0px;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.sf-menu ul li a:after {
  content: '';
  position: absolute;
  top: -19px;
  left: -20px;
  width: 146px;
  height: 50px;
  z-index: -1;
  background: #4fc9ed;
  opacity: 0;
  filter: alpha(opacity=0);
}
.sf-menu ul li.sfHover > a,
.sf-menu ul li > a:hover {
  color: #ffffff !important;
}
.sf-menu ul li.sfHover > a:after,
.sf-menu ul li > a:hover:after {
  opacity: 1;
  filter: alpha(opacity=100);
}
.sf-menu ul ul {
  left: -147px !important;
  top: -1px !important;
}
/*end menu*/
/*--- header end ------*/
/*------ content ------- */
/*----------- Back to top --------------*/
#toTop {
  position: fixed;
  overflow: hidden;
  right: 50%;
  margin-right: -650px !important;
  bottom: 20%;
  width: 50px;
  height: 50px;
  background: url(../img/up-arrow.png) #4eb1ce center no-repeat;
  z-index: 999;
  display: none;
  border: 2px solid #ffffff;
  -webkit-transition: border-color 0.4s ease-out;
  -moz-transition: border-color 0.4s ease-out;
  -o-transition: border-color 0.4s ease-out;
  transition: border-color 0.4s ease-out;
}
#toTop:hover {
  border-color: #4eb1ce;
}
#toTop:active,
#toTop:focus {
  outline: none;
}
/*bootstrap classes*/
.thumbnails {
  margin: 0px;
}
.thumbnails li {
  margin: 0px;
}
.thumbnails li > a {
  position: relative;
  display: block;
}
.thumbnail {
  box-shadow: none;
  border: none;
  padding: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: 0 0 0;
  -moz-box-shadow: 0 0 0;
  box-shadow: 0 0 0;
}
.thumbnail img {
  position: relative;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.thumbnail:hover {
  -webkit-box-shadow: 0 0 0;
  -moz-box-shadow: 0 0 0;
  box-shadow: 0 0 0;
}
.thumbnail a {
  position: relative;
}
.img-polaroid {
  background: #f1f1f1;
  padding: 1px;
  box-shadow: none;
  border: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.img-polaroid > img {
  max-width: inherit;
  width: 100%;
}
.btn {
  position: relative;
  display: inline-block;
  text-shadow: none;
  padding: 16px 38px;
  font-size: 18px ;
  line-height: 24px;
  color: #a5a5a5;
  border: none;
  background-color: #f2f2f2;
  background-image: -moz-linear-gradient(top, #ffffff, #dfdfdf);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#dfdfdf));
  background-image: -webkit-linear-gradient(top, #ffffff, #dfdfdf);
  background-image: -o-linear-gradient(top, #ffffff, #dfdfdf);
  background-image: linear-gradient(to bottom, #ffffff, #dfdfdf);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffdfdfdf', GradientType=0);
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.btn:hover,
.btn:active {
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  text-decoration: none;
  background-position: 0;
  color: #ffffff;
  background-color: #2f3435;
  background-image: -moz-linear-gradient(top, #2f3435, #2f3435);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#2f3435), to(#2f3435));
  background-image: -webkit-linear-gradient(top, #2f3435, #2f3435);
  background-image: -o-linear-gradient(top, #2f3435, #2f3435);
  background-image: linear-gradient(to bottom, #2f3435, #2f3435);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff2f3435', endColorstr='#ff2f3435', GradientType=0);
  -webkit-box-shadow: 0 0 0 !important;
  -moz-box-shadow: 0 0 0 !important;
  box-shadow: 0 0 0 !important;
}
#content .btn {
  -webkit-border-radius: 28px;
  -moz-border-radius: 28px;
  border-radius: 28px;
}
#content .btn.btn-link {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.btn.btn-link {
  position: relative;
  display: inline-block;
  text-shadow: none;
  padding: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: none;
  -webkit-box-shadow: 0 0 0;
  -moz-box-shadow: 0 0 0;
  box-shadow: 0 0 0;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background: none;
  font-size: 15px ;
  line-height: 24px;
  color: #4eb1ce;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.btn.btn-link > span {
  position: relative;
  display: inline-block;
  width: 6px;
  height: 5px;
  margin: 0 0px 2px 8px;
  background: url(../img/more_icon.png) center no-repeat;
}
.btn.btn-link:hover,
.btn.btn-link:active {
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  text-decoration: none;
  background-position: 0;
  color: #beb371;
  background: none;
  -webkit-box-shadow: 0 0 0;
  -moz-box-shadow: 0 0 0;
  box-shadow: 0 0 0;
  text-decoration: underline;
}
.badge {
  margin: 0px 15px 0px 0px;
  float: left;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  width: 51px;
  height: 51px;
  padding: 0px 0px 0px 0px;
  margin: 7px 18px 0px 0px;
  text-align: center;
  font-size:36px;
  font-weight:600;
  line-height: 51px;
  color: #ffffff;
  background-color: #4eb1ce;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
/*end bootstrap classes*/
header ul,
footer ul,
#content ul {
  list-style: none;
}
#content {
  background-color: #ffffff;
  float:left; width:100%;
  position:relative;
}
/* background image */
.bgPic {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
}
.bgPic img {
  width: 100%;
  min-height: 210px;
}
/* end background image */
.container input,
.container textarea {
  position: relative;
  outline: none;
  border: 1px solid #e5e5e5;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: 0 0 0;
  -moz-box-shadow: 0 0 0;
  box-shadow: 0 0 0;
  padding: 11px 14px;
  line-height: 20px;
  width: 100%;
  margin: 0;
  color: #9a9b9b;
  background: none;
}
.container input:focus,
.container textarea:focus {
  -webkit-box-shadow: 0 0 0;
  -moz-box-shadow: 0 0 0;
  box-shadow: 0 0 0;
  border: 1px solid #e5e5e5;
  color: #9a9b9b;
  background: none;
}
.container input:focus:invalid:focus,
.container textarea:focus:invalid:focus {
  -webkit-box-shadow: 0 0 0;
  -moz-box-shadow: 0 0 0;
  box-shadow: 0 0 0;
  border: 1px solid #e5e5e5;
  color: #9a9b9b;
  background: none;
}
.container input {
  width: 230px;
  height: 42px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.container textarea {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
p {
  padding-bottom: 16px;
}
figure {
  display: inline-block;
  margin: 0;
}
h2 {
  font-size: 20px;
  font-weight:600;
  line-height: 1em;
  color: #444e51;
  text-transform: uppercase;
  padding: 41px 0px 20px;
  margin: 0;
}
h2.bg1,
h2.bg2,
h2.bg3,
h2.bg4 {
  padding-left: 30px;
}
h2.bg1 {
  background: url(../img/page1_icon5.png) 0px 36px no-repeat;
}
h2.bg2 {
  background: url(../img/page1_icon6.png) 0px 36px no-repeat;
}
h2.bg3 {
  background: url(../img/page1_icon7.png) 0px 36px no-repeat;
}
h2.bg4 {
  background: url(../img/page1_icon8.png) 0px 36px no-repeat;
}
h3 {
  font-size:15px;
  line-height: 18px;
  color: #444e51;
  text-transform: uppercase;
  padding: 10px 0px 21px;
  margin: 0;
}
h4 {
  font-size: 13px;
  line-height: 24px;
  color: #9a9b9b;
  margin: 0px;
  padding: 0px;
}
h4 a {
  color: inherit;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}


li {
  font-size: medium;
}
h4 a:hover {
  color: #4eb1ce;
  text-decoration: none;
}
h5 {
  font-size: 14px;
  line-height: 1.2em;
  color: #4eb1ce;
  margin: 0px 0px 19px 0px;
  padding: 0px;
}
h6 {
  font-size: 13px;
  line-height: 1.2em;
  color: #4eb1ce;
  margin: 4px 0px;
  padding: 0px;
}
h6 a {
  color: inherit;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
h6 a:hover {
  color: #000407;
}
address {
  font-style: normal;
  margin-bottom: 16px;
}
hr {
  width: 100%;
  height: 1px;
  margin: 10px 0;
  border: none;
}
/* camera slider */
#camera_1 {
  position: relative;
  display: block;
  width: 100%;
  height: 712px;
  float: none;
  z-index: 0;
  margin: -136px 0 0 !important;
  padding-bottom: 0px;
}
#camera_1 .camera_caption {
  display: none;
  height: 100%;
  bottom: -301px;
}
#camera_1 .camera_caption > div > div p {
  color: #ffffff;
  line-height: 1.2em;
  text-align: center;
  text-shadow: rgba(0, 0, 0, 0.11) 0px 3px 0px;
}
#camera_1 .camera_caption > div > div p:first-child {
  font-size: 90px;
  font-weight:600;
  text-transform: uppercase;
  margin: 0px 0px 0px 0px;
}
#camera_1 .camera_caption > div > div p:first-child + p {
  font-size: 48px;
  font-weight:600;
  text-transform: lowercase;
  margin: -37px 0px 0px 0px;
}
#camera_1 .camera_fakehover:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0px;
  z-index: 10;
  width: 100%;
  height: 46px;
  background: url(../img/pagin_bg.png);
}
#camera_1 .camera_caption {
  left: 0 !important;
}
#camera_1 .camera_pag {
  position: absolute;
  bottom: 3px;
  left: 50%;
  margin-left: -22px;
  z-index: 100;
}
#camera_1 .camera_pag .camera_pag_ul li {
  position: relative;
  display: inline-block;
  cursor: pointer;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  width: 18px;
  height: 21px;
  margin: 0px 0px 0px 1px;
  background: url(../img/pagin_icon.png) center bottom no-repeat;
}
#camera_1 .camera_pag .camera_pag_ul li > span {
  display: none;
}
#camera_1 .camera_pag .camera_pag_ul li:hover,
#camera_1 .camera_pag .camera_pag_ul li.cameracurrent {
  background-position: center top;
}
#camera_1 .camera_prev,
#camera_1 .camera_next {
  position: absolute;
  top: 50%;
  margin-top: -18px;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
#camera_1 .camera_prev span,
#camera_1 .camera_next span {
  display: none;
  background: none;
}
#camera_1 .camera_prev,
#camera_1 .camera_next {
  display: none;
}
/*#camera_1:after {
  content: '';
  position: absolute;
  z-index: -1;
  bottom: -240px;
  left: 0;
  width: 100%;
  height: 240px;
  background: url(../img/content_bg.jpg) #ffffff center top repeat-x;
}*/
/* end camera slider */
/*flex slider*/
.flexslider {
  position: relative;
  display: block;
  width: 100%;
  float: none;
  z-index: 0;
  margin: 40px 0;
  border: none;
  -webkit-box-shadow: 0 0 0;
  -moz-box-shadow: 0 0 0;
  box-shadow: 0 0 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: 0 0 5px rgba(206, 206, 206, 0.6);
  -moz-box-shadow: 0 0 5px rgba(206, 206, 206, 0.6);
  box-shadow: 0 0 5px rgba(206, 206, 206, 0.6);
}
.flexslider .slides > li {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.flexslider .slides > li:first-child {
  background: url(../img/slider_bg1.jpg) center;
}
.flexslider .slides > li:first-child .camera_caption > div > div p {
  text-shadow: #3b96b0 0px 1px 2px;
}
.flexslider .slides > li:first-child .camera_caption > div > div p > .btn {
  -webkit-box-shadow: 0 1px 2px #3a8da5;
  -moz-box-shadow: 0 1px 2px #3a8da5;
  box-shadow: 0 1px 2px #3a8da5;
}
.flexslider .slides > li:first-child + li {
  background: url(../img/slider_bg2.jpg) center;
}
.flexslider .slides > li:first-child + li .camera_caption > div > div p {
  text-shadow: #9a9055 0px 1px 2px;
}
.flexslider .slides > li:first-child + li .camera_caption > div > div p > .btn {
  -webkit-box-shadow: 0 1px 2px #beb271;
  -moz-box-shadow: 0 1px 2px #beb271;
  box-shadow: 0 1px 2px #beb271;
}
.flexslider .slides > li:first-child + li + li {
  background: url(../img/slider_bg3.jpg) center;
}
.flexslider .slides > li:first-child + li + li .camera_caption > div > div p {
  text-shadow: #9e765f 0px 1px 2px;
}
.flexslider .slides > li:first-child + li + li .camera_caption > div > div p > .btn {
  -webkit-box-shadow: 0 1px 2px #9b6f55;
  -moz-box-shadow: 0 1px 2px #9b6f55;
  box-shadow: 0 1px 2px #9b6f55;
}
.flexslider .slides > li > div {
  padding: 66px 50px 81px;
}
.flexslider .slides > li > div p {
  padding: 0px 50px;
  margin: 0px 0px 0px 0px;
  text-align: center;
  font-size: 48px;
  font-weight:600;
  line-height: 1.2em;
  color: #f7f7f7;
  text-transform: none;
}
.flexslider .slides > li > div p:first-child {
  font-size: 48px;
  font-weight:600;
  text-transform: uppercase;
  margin: 0px 0px 31px 0px;
  letter-spacing: -1px;
}
.flexslider .slides > li > div p:first-child + p {
  font-size: 24px;
  line-height: 30px;
  margin: 0px 0px 36px 0px;
}
.flexslider .camera_caption {
  left: 0 !important;
}
.flexslider .flex-direction-nav,
.flexslider .flex-control-nav {
  display: none;
}
/*end flex slider*/
.banners {
  margin: 0px 0px 69px 0px;
}
.banners li {
  background-color: #f3f3f3;
  border-bottom: 1px solid #e9e9e9;
}
.banners li:first-child > div > span {
  background-image: url(../img/page1_icon1.png);
}
.banners li:first-child:first-child + li > div > span {
  background-image: url(../img/page1_icon2.png);
}
.banners li:first-child:first-child + li + li > div > span {
  background-image: url(../img/page1_icon3.png);
}
.banners li:first-child:first-child + li + li + li > div > span {
  background-image: url(../img/page1_icon4.png);
}
.banners li.last {
  background-color: #f3f3f3;
}
.banners li > div {
  display: block;
  cursor: pointer;
}
.banners li > div > span {
  position: relative;
  display: block;
  float: right;
  width: 86px;
  height: 86px;
  -webkit-border-radius: 43px;
  -moz-border-radius: 43px;
  border-radius: 43px;
  overflow: hidden;
  margin: 23px 34px 0px 0px;
  background-position: right center;
  background-repeat: no-repeat;
  -webkit-transition: background-position 0.4s ease-out;
  -moz-transition: background-position 0.4s ease-out;
  -o-transition: background-position 0.4s ease-out;
  transition: background-position 0.4s ease-out;
}
.banners li > div strong {
  display: block;
  overflow: hidden;
  font-weight: normal;
  padding: 41px 0px 3px 38px;
}
.banners li > div strong span {
  display: block;
  font-size: 18px;
  font-weight:600;
  line-height: 1em;
  color: #444e51;
  text-transform: uppercase;
  margin: 0px;
  padding: 0 0 5px;
}
.banners li > div strong .btn.btn-link {
  padding-bottom: 26px;
}
.banners li > div:hover {
  text-decoration: none;
}
.banners li > div:hover span {
  text-decoration: none;
}
.banners li > div:hover > span {
  background-position: left center;
}
.list1 {
  margin: 1px 0px 20px 0px;
}
.list1 li {
  position: relative;
  line-height:18px;
}
.list1 li a {
  font-size: 16px;
  color: #FFF;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.list1 li a:hover {
  color: #FFF;
}
.list1 li a.active{
	font-weight:600;
}
.list2 {
  margin: 0px 0px 2px 0px;
}
.list2 li {
  padding-bottom: 13px;
  border-bottom: 1px solid #ebebeb;
  margin-bottom: 23px;
}
.list2 li.last {
  border: none;
  margin-bottom: 0px;
}
.list2 li div {
  overflow: hidden;
}
.list2 li div p {
  padding: 0;
  margin: 0px 0px 10px 0px;
}
.list3 {
  margin: 7px 0px 50px;
  overflow: hidden;
}
.list3 li {
  width: 234px;
  float: left;
  background-color: #f7f7f7;
  border: 1px solid #f1f1f1;
  margin: 0 29px 30px 0;
}
.list3 li div {
  padding: 7px;
}
.list3 li div > a {
  position: relative;
  display: block;
  margin-bottom: 12px;
}
.list3 li div > a img {
  width: 100%;
}
.list3 li div p {
  padding-bottom: 4px;
  margin: 0;
}
.list4 {
  margin: 7px 0px 60px -30px;
  overflow: hidden;
}
.list4 li {
  background-color: #f7f7f7;
  border: 1px solid #f1f1f1;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 30px;
}
.list4 li div {
  padding: 7px;
}
.list4 li div > a {
  position: relative;
  display: block;
  margin-bottom: 11px;
}
.list4 li div > a img {
  width: 100%;
}
.list4 li div p {
  padding-bottom: 3px;
  margin: 0;
}
blockquote {
  position: relative;
  padding: 0px;
  margin: 7px 0px 18px 0px;
  border: 1px solid #ececec;
  background-color: #f7f7f7;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
}
blockquote p {
  position: relative;
  z-index: 50;
  font-size: 13px;
  line-height: 24px;
  padding: 13px 19px 13px 29px;
}
blockquote:before {
  content: ' ';
  position: absolute;
  z-index: 0;
  display: inline-block;
  left: 18px;
  top: 9px;
  width: 33px;
  height: 31px;
  background: url(../img/quote_icon.png) 0 no-repeat;
}
blockquote:after {
  content: ' ';
  position: absolute;
  z-index: 10;
  display: inline-block;
  left: 63px;
  bottom: -20px;
  width: 34px;
  height: 21px;
  background: url(../img/qoute_corner.jpg) 0 no-repeat;
}
.sitem_over {
  position: absolute;
  background: url('../img/pic_bg_over.png');
  z-index: 100;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  filter: alpha(opacity=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  overflow: hidden;
}
.sitem_over > strong {
  position: relative;
  background: url('../img/icon_zoom.png') center no-repeat;
  width: 100%;
  height: 100%;
  display: block;
}
a:hover .sitem_over {
  opacity: 1;
  filter: alpha(opacity=100);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.g_map {
  margin: 8px 0px 41px 0px;
  width: 100%;
  height: 563px;
  overflow: hidden;
}
.g_map iframe {
  position: relative;
  display: inline-block;
  outline: none;
  width: 100%;
  height: 100%;
  border: none;
  background: url(../img/web_site_loader.gif) center no-repeat #ffffff !important;
}
/*forms*/
[href^="tel:"] {
  color: inherit;
  text-decoration: none;
}
#search,
form.search {
  position: relative;
  float: right;
  display: inline-block;
  margin: -3px 0px 30px;
  width: 100%;
  z-index: 500;
}
#search > input,
form.search > input {
  width: 302px;
}
#search > a,
form.search > a {
  float: right;
  display: block;
  margin: 7px 1px 0px 0px;
}
#form1 {
  position: relative;
  margin: 7px 0px 68px 0px;
  width: 100%;
}
#form1 input,
#form1 textarea,
#form1 .success {
  position: relative;
  display: block;
  outline: none;
  font-size:15px;
}
#form1 input {
  position: relative;
  width: 100%;
}
#form1 .success {
  position: absolute;
  top: 0;
  left: 0;
  padding: 11px 10px;
  line-height: 20px;
  z-index: 10;
  text-align: center;
  width: 100%;
  height: 42px;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: 0 0 0;
  -moz-box-shadow: 0 0 0;
  box-shadow: 0 0 0;
  border: 1px solid #e5e5e5;
  background: #ffffff;
  color: #9a9b9b;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display:none !important;
}
#form1 textarea {
  width: 100%;
  height: 277px;
  overflow: auto;
  resize: none;
}
#form1 label {
  position: relative;
  min-height: 45px;
  /*width: 230px;*/
  margin-bottom: 26px;
  float: left;
}
#form1 label.message {
  /*width: 100%;*/
}
#form1 input[type='submit']{
	border:none;
	width:100px;
	box-shadow:none !important;
}
#form1 .error,
#form1 .empty {
  position: absolute;
  text-align: right;
  display: none;
  font-size: 10px;
  color: #4eb1ce;
  width: 200px;
  top: 2px;
  right: 2px;
}
#form1 .btns {
  top: -5px;
  position: relative;
}
#form1 .btns > p {
  padding: 0;
}
#form1 .btns > p a {
  margin-right: 20px;
  display: inline-block;
}
#form1 input.btn-link{
    border: none;
    box-shadow: none;
    margin-right: 20px;
}
#form1 input.btn-link:hover,
#form1 input.btn-link:focus{
	box-shadow:none !important;
	border:none;
}
/*end forms*/
.padding1 {
  padding: 0 28px 2px 0;
}
.padding2 {
  padding-bottom: 11px;
}
.padding3 {
  padding: 40px 0px 0px 0px;
}
.padding4 {
  padding: 0px 0px 3px 0px;
}
.padding5 {
  padding: 0px 0px 21px 0px;
}
.margin1 {
  margin: 26px 0px 0px 0px;
}
.margin2 {
  margin: 0px 0px 6px 0px;
}
.margin3 {
  margin: 0px 0px 66px 0px;
}
.margin4 {
  margin: 0px 0px 0px 40px;
}
.margin5 {
  margin: 37px 0px 77px 69px;
}
.margin6 {
  margin: 0px 0px 49px 0px;
}
.width1 {
  display: inline-block;
  width: 93px;
}
.color1 {
  color: #4eb1ce;
}
.box {
  overflow: hidden;
}
.right {
  margin-right: 0 !important;
}
.block {
  display: block;
}
.noPadding {
  padding: 0;
}
.noMargin {
  margin: 0;
}
.noBottom {
  margin-bottom: 0;
  padding-bottom: 0;
}
/*--- content end ------*/
/*------ footer ------- */

footer {
  background-color: #004f7c;
  float:left; width:100%;
  position:relative;
  padding-top:20px;
}
footer > div > div {
  /*border-top: 1px solid #e8e8e8;*/
  padding: 10px 0;
}
footer h3{
	color:#6dcff6;
	font-size:20px;
	padding-bottom:10px;
}
footer p{
	padding:0px; line-height:2em;}
footer a {
  color: #fbfbfb;
}
/*--- footer end ------*/


/*--- shah css start ------*/
.bluebar{
	background:#00527e; float:left;
	width:100%; min-height:68px;
	text-align:center;
	position:relative;
	padding:6px 0;
}
.bluebar:before, .bluebar:after{
	content: '';
	background:#FFF;
	height:1px;
	width:100%;
	position:absolute;
	top:6px;
	left:0px;
	right:0;
}
.bluebar:after{
	top:auto;
	bottom:6px;
}
.bluebar h3{
	font-size:2em;
	font-weight:normal;
	line-height:1.4em;
	position:relative;
	color:#FFF;
	float:left;
	width:100%;
	margin-top:15px;
	padding:0;
	font-weight:300;
}
.welcomeSec{
	float:left;
	width:100%;
	position:relative;
	margin:0px;
}
.welcomeSec .container .row{
	padding:40px 0;
}
.welcomeSec .span4{
	/*padding: 0 20px;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;*/
}
.welcome_items{
	width:100%;
	position:relative;
	float:left;
	margin:0px;
	padding-bottom:15px;
}
.w_itembg{
	background:#ECEAEA;
}
.welcome_items h3{
	font-size:18px;
	font-weight:600;
	text-shadow:none;
	color:#00527E;
	text-transform:uppercase;
	float:left;
	padding:0px;
	width:100%;
	border-bottom:1px solid;
	border-top:1px solid;
	padding:10px 0;
}
.w_itembg h3{
	border-top-color:transparent;
	text-indent:25px;
}
.welcome_items p{
	font-weight:400;
	color:#7C7C77;
	font-size:15px;
	position:relative;
	float:left;
	width:100%;
	padding:0px;
	margin:10px 0 0;
	line-height:1.5em;
	text-align:justify;
	padding-bottom:10px;
	border-bottom:1px solid #00527E;
	min-height:180px;
}
.welcome_items ul{
	position:relative;
	float:left;
	border-bottom:1px solid #00527E;
	min-height:180px;
	padding-bottom:20px;
}
.welcome_items li{
	font-size:16px;
	text-shadow:none;
	color:#00527E;
	font-weight:300;
	text-transform:uppercase;
	margin:5px 0;
}
.wel-btn{
	float:left;
	padding:4px 12px;
	background:#00527E;
	color:#FFF;
	font-size:1.1em;
	font-weight:400;
	margin:12px 50px 0 0;
}
.wel-btn:hover{
	text-decoration:none;
}
.w_itembg .wel-btn{
	margin-left:25px;
	margin-top:0px;
	clear:left;
}
.newspubContact{
	float:left;
	width:100%;
	position:relative;
	margin:0px;
}
.newspubContact .span8{
	/*padding: 0 20px;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;*/
}
.newsPublication{
	float:left;
	width:100%;
	position:relative;
	margin:0px;
}
.newsPublication h3{
	font-size:18px;
	font-weight:600;
	text-shadow:none;
	color:#00527E;
	text-transform:uppercase;
	float:left;
	padding:0px;
	width:100%;
	border-bottom:1px solid;
	border-top:1px solid;
	padding:10px 0;
}
.newsPublication .span4{
	margin-top:12px;
}
.newsPublication h4{
	font-weight:500;
	color:#7c7c7c;
	font-size:16px;
}
.newsPublication p{
	font-weight:400;
	color:#7c7c7c;
	font-size:15px;
	text-align:justify;
	line-height:1.5em;
}
.newsPublication img{
	float:left;
	margin-right:15px;
}
.scontact{
	float:left;
	width:100%;
	position:relative;
	margin:0px;
}
.scontact h3{
	font-size:18px;
	font-weight:600;
	text-shadow:none;
	color:#00527E;
	text-transform:uppercase;
	float:left;
	width:100%;
	border-bottom:1px solid;
	border-top:1px solid;
	padding:10px 0;
}
.scontact h5{
	font-size:1em;
	font-weight:400;
	text-shadow:none;
	color:#00527E;
	text-transform:uppercase;
	float:left;
	padding:12px 0 5px;
	width:100%;
	line-height:1.5em;
	margin:0px;
}
.scontact p{
	font-size:1em;
	font-weight:400;
	text-shadow:none;
	color:#7c7c7c;
	width:100%;
	line-height:1.5em;
	margin:0px;
	padding:0;
}
.scontact p strong{
	float:left;
	width:70px;
	font-weight:600;
}
footer a.fa{
	font-size:36px;
	opacity:.8;
	transition:all .3s linear;
	-moz-transition:all .3s linear;
	-webkit-transition:all .3s linear;
}
footer a.fa:hover{
	text-decoration:none;
	color:#FFF;
	opacity:1;
}
ul.fonts-icon{
	float:left;
	margin:0px;
	width:100%;
}
ul.fonts-icon li{
	float:left;
	margin:0px 20px 10px 0;
	position:relative;
}
footer form{
	float:left;
	margin:0px;
	position:relative;
	width:100%;
}
footer form fieldset{
	float:left;
	margin:0 0 5px;
	position:relative;
	width:100%;
}
footer form fieldset label{
	float:left;
	width:100%;
	color:#FFF;
	margin-bottom:2px;
	font-size:16px;
}
footer form fieldset input{
	float:left;
	width:100%;
	border:1px solid #CCC !important;
	padding:2px 5px !important;
	font-size:1.2em;
	height:32px !important;
}
footer form fieldset input:focus{
	border-color:#FFF !important;
	color:#FFf !important;
}
footer form fieldset input[type="submit"]{
	color:#FFF;
	width:106px;
	background:#6dcff6;
	float:right;
	border:none !important;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	transition: all .2s linear;
	-moz-transition: all .2s linear;
	-webkit-transition: all .2s linear;
	padding:0px;
	margin:5px 138px 0 0;
}
footer form fieldset input[type="submit"]:hover{
	background:#62c0e5;
}
footer form fieldset input[type="submit"]:focus{
	background:#62c0e5;
	border:none !important;
}
footer form fieldset input[type="submit"]:active{
	position:relative;
	top:1px;
}
footer form fieldset input[type="file"] {
    border: none;
    color: #FFFFFF;
    font-size: 15px;
    left: -90px;
    padding: 0;
	top:-2px;
	width:150%;
}
@media screen and (-webkit-min-device-pixel-ratio:0) { 
 	footer form fieldset input[type="file"]{
		top: 2px;
		left: -101px;
	}
}
footer form fieldset span{
	float:left;
	width:228px;
	border:1px solid #CCC;
	height:32px !important;
	overflow:hidden;
	z-index:5;
}
footer form fieldset span input, 
footer form fieldset span input:focus{
	border-color:transparent !important;
	outline:none !important;
	cursor:pointer;
}
.f-logo{
	margin-top:10px;
}
footer p.privacy-paragraph{
	float:left;
	width:220px;
	color:#FFFFFF;
	font-size:15px;
	margin-top:60px;
	line-height:1.5em;
	position:relative;
}
footer p a{
	font-weight: 600;
}
footer p a:hover{
	color:#FFFFFF;
}
.expertiseBgSec{
	background:url(../img/expertisebg.jpg) no-repeat;
	position:relative;
	width:100%;
	height:100%;
	margin:-132px 0 0;
	background-size:cover;
}
.expertiseSec{
	float:left;
	margin:180px 0 80px;
	position:relative;
	width:100%;
	background:rgba(0,0,0,.7);
	min-height:300px;
	border-radius:12px;
	-moz-border-radius:12px;
	-webkit-border-radius:12px;
	padding:20px;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
}
.expertiseSec article{
	float:left;
	width:100%;
	position:relative;
	margin:0px;	
}
.expertiseSec article h3{
	font-size:20px;
	position:relative;
	float:left;
	margin:0px;
	width:100%;
	color:#FFF;
}
.expertiseSec article p{
	font-size:16px;
	position:relative;
	float:left;
	margin:0px;
	width:100%;
	color:#FFF;
}
.expertiseSec article ul{
	position:relative;
	float:left;
}
.expertiseSec article ul li{
	font-size:16px;
	position:relative;
	color:#FFF;
}
.executiveSearchSec{
	float:left;
	margin:30px 0 80px;
	position:relative;
	width:100%;
}
.executiveSearchSec h1, .executiveSearchSec h3{
	float:left;
	width:100%;
	position:relative;
	margin:25px 0 5px;
	color:#00396a;
	font-size:30px;
	padding:0;
	line-height:1.2em;
}
.executiveSearchSec p{
	float:left;
	width:100%;
	position:relative;
	margin:5px 0;
	padding:0;
	line-height:1.6em;
}
.executiveSearchSec h3{
	font-size:24px;
}
.executiveSearchSidebar{
	float:left;
	margin:0px;
	position:relative;
	width:100%;
}
.executiveSearchSidebar article{
	float:left;
	width:100%;
	position:relative;
	height:142px;
	background:#c6c6c5;
	margin:30px 0 0;
	transition:all .2s linear;
	-moz-transition:all .2s linear;
	-webkit-transition:all .2s linear;
}
.executiveSearchSidebar article:hover{
	background:#00396a;
}
.executiveSearchSidebar article:first-child{
	margin-top:50px;
}
.executiveSearchSidebar article:last-child a{
	padding-top:40px;
}
.executiveSearchSidebar article a{
	float:left;
	width:100%;
	height:100%;
	text-align:center;
	padding-top:50px;
	line-height:2.4em;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
}
.executiveSearchSidebar article a:hover{
	text-decoration:none;
}
.executiveSearchSidebar article a span{
	color:#FFF;
	font-size:30px;
	font-weight: 600;
	text-transform:uppercase;
}

.sidebar_newsletter{
	float:left;
	width:100%;
	margin:0px 0 50px;
	position:relative;
}
.sidebar-newsbox{
	background:#f1f1f2;
	width:100%;
	float:left;
	margin:0px;
	height:125px;
	padding:8px 12px;
	border:1px solid #e3e4e5;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
}
.sidebar-newsbox label{
	float:left;
	width:100%;
	margin:0px;
	font-weight: 600;
	color:#0f7dc2;
	font-size:16px;
}
.sidebar-newsbox input[type="email"]{
	float:left;
	width:100%;
	margin:8px 0 0;
	font-weight:400;
	color:#444444;
	font-size:14px;
	border:1px solid #e3e4e5;
	background:#FFFFFF;
}
.sidebar-newsbox input[type="submit"]{
	background:none;
	border:none;
	text-align:center;
	float:left;
	width:100%;
	font-weight:300;
	font-size:18px;
	color:#6dcff6;
	position:relative;
	box-shadow:none;
	-moz-box-shadow:none;
	-webkit-box-shadow:none;
}
.page-whatWeDo p{
	padding-bottom:0;
	line-height:1.6em;
	font-size:15px;
}
.boxes-wwd{
	float:left;
	width:100%;
	margin:0px 0 30px;
	background:#eeeff0;
	position:relative;
	min-height:295px;
}
.boxes-wwd h3{
	background:#004877;
	width:100%;
	float:left;
	height:52px;
	text-align:left;
	padding:0 12px;
	line-height:52px;
	color:#FFFFFF;
	font-size:16px;
	font-weight:600;
	text-transform:uppercase;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
}
.boxes-wwd p{
	padding:10px 12px 0;
	float:left;
	width:100%;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
}
.boxes-wwd a{
	float:left;
	width:100%;
	font-weight:300;
	font-size:18px;
	color:#6dcff6;
	padding:0 12px 10px;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
}
.font-15px p{
	font-size:15px;
}
.search-services{
	float:left;
	width:100%;
	background:rgb(255,255,255);
	background:rgba(255,255,255,.88);
	min-height:500px;
	margin:200px 0 0;
	padding-bottom:50px;
}
.whatWeDoTabs {
    box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
    float: left;
    margin: 0;
    padding: 0 0 0 50px;
    width: 90%;
}
.whatWeDoTabs h2{
	color:#00396c;
	font-size:25px;
}
.whatWeDoTabs ul,
.whatWeDoTabs ul li{
	float:left;
	width:100%;
	margin:0px;
}
.whatWeDoTabs ul{
	margin-bottom:40px;
	box-shadow:1px 1px 2px rgba(0,0,0,.1);
	-moz-box-shadow:1px 1px 2px rgba(0,0,0,.1);
	-webkit-box-shadow:1px 1px 2px rgba(0,0,0,.1);
}
.whatWeDoTabs ul li a{
	background:#FFF;
	height:30px;
	width:100%;
	float:left;
	font-size:15px;
	font-weight:400;
	padding-left:12px;
	color:#6d6e71;
	line-height:30px;
	text-transform:uppercase;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	border-bottom:1px solid #eceded;
}
.whatWeDoTabs ul li a:hover,
.whatWeDoTabs ul li a:focus,
.whatWeDoTabs ul li a.active{
	text-decoration:none;
	font-weight: 600;
}
.whatWeDoTabs ul li:last-child a{
	border-bottom:none;
}
.whatWeDoTabs .tabs_a{
	width:100%;
	float:left;
	height:72px;
	color:#FFFFFF;
	font-size:15px;
	margin:20px 0 0;
	font-weight:600;
	line-height:72px;
	text-align:center;
	background:#0e7dc2;
	text-transform:uppercase;
}
.whatWeDoTabs .tabs_a:hover{
	background:#0c74b4;
	text-decoration:none;
}
.search-services .span8 article{
	padding-right:50px;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
}
.search-services .span8 article h2{
	font-size:20px;
	color:#0f7dc2;
	padding-bottom:8px;
}
.search-services .span8 article p{
	color:#636363;
	font-size:16px;
	margin:10px 0 0;
	font-weight:300;
	line-height:1.3em;
	padding-bottom:2px;
}
.search-services .span8 article h4{
	font-size:16px;
	color:#0f7dc2;
	margin-top:20px;
	padding-bottom:8px;
}
.search-services .span8 article ul{
	float:left;
	width:100%;
	margin:0px;
	position:relative;
}
.search-services .span8 article ul li{
	float:left;
	width:35%;
	position:relative;
	color:#636363;
	font-size:16px;
	margin:5px 0;
	font-weight:300;
	line-height:1.3em;
	padding:0 0 0 25px;
}
.search-services .span8 article ul li:before{
	background:url(../images/tick.png) no-repeat;
	width:15px;
	height:12px;
	position:absolute;
	left:0;
	top:5px;
	content: '';
}
.search-refine{
	box-sizing: border-box;
    float: left;
    margin: 0;
    padding: 0 0 0 50px;
    width: 90%;
}
.search-refine h2 {
    color: #00396c;
    font-size: 25px;
}
.refine-box{
	float:left;
	width:100%;
	margin:0px;
	background:#FFF;
	position:relative;
	box-shadow:1px 1px 2px rgba(0,0,0,.1);
	-moz-box-shadow:1px 1px 2px rgba(0,0,0,.1);
	-webkit-box-shadow:1px 1px 2px rgba(0,0,0,.1);
}
.refine-box h3{
	width:100%;
	float:left;
	height:46px;
	background:#0e7dc2;
	color:#FFF;
	font-size:16px;
	text-transform:uppercase;
	font-weight:600;
	line-height:46px;
	text-indent:12px;
	padding:0;
}
.refine-box form{
	float:left;
	width:100%;
	padding:0 12px;
	text-align:center;
	margin-bottom:10px;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
}
.refine-box input[type='text']{
	width:100%;
	float:left;
	height:32px;
	background:#f2f2f2;
	border:1px solid #e2e2e3;
	font-size:17px;
	color:#a7a9ac;
	margin-top:15px;
	padding:4px 6px;
	font-weight:300;
	text-align:left;
}
.select-box{
	float:left;
	width:100%;
	height:32px;
	overflow:hidden;
	margin-top:10px;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	border:1px solid #e2e2e3;
	background:url(../images/select-arrow.png) no-repeat top right;
}
.select-box select{
	border-radius:0;
	-moz-border-radius:0;
	-webkit-border-radius:0;
	border:none;
	width:110%;
	padding:1px 6px;
	height:32px;
	color:#a7a9ac;
	font-size:17px;
	text-align:left;
	font-weight:300;
	background:none;
	outline:0;
}
.refine-box button{
	color:#6dcff6;
	font-size:18px;
	font-weight:400;
	margin:10px 0;
	background:none;
	border:none;
}
.job_listing-sec{
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	padding:0 15px 0 0;
	margin:40px 0 0;
	float:left;
	width:97%;
	position:relative;
	height:347px;
	overflow-x:hidden;
	overflow-y:scroll;
}
.job_listing-sec ul{
	margin:0px;
	padding:0px;
	width:100%;
	float:left;
}
.listing_box{
	width:100%;
	min-height:76px;
	background:#ffffff;
	margin:10px 0 0;
	float:left;
	box-shadow:1px 1px 2px rgba(0,0,0,.1);
	-moz-box-shadow:1px 1px 2px rgba(0,0,0,.1);
	-webkit-box-shadow:1px 1px 2px rgba(0,0,0,.1);
}
.listing_box:last-child{
	margin-bottom:3px;
}
.listing_box table{
	margin:0px;
	padding:0;
}
.listing_box table td{
	border:none;
	padding:11px 20px;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	transition:all .2s linear;
	-moz-transition:all .2s linear;
	-webkit-transition:all .2s linear;
}
.listing_box table td h4{
	font-weight: 600;
	color:#636363;
	font-size:16px; 
	overflow:hidden;
	width:100%;
	text-overflow:ellipsis;
	position:relative;
}
.listing_box table td p{
	font-weight:300;
	color:#636363;
	margin-top:5px;
	font-size:16px;
	padding:0;
	margin-bottom:0;
	white-space:nowrap; 
	overflow:hidden;
	width:100%;
	text-overflow:ellipsis;
	position:relative;
}
.listing_box table td.job_name{
	max-width:242px;
}
.listing_box table td.job_name h4{
	color:#0f7dc2;
}
.listing_box table td.view_job{
	padding:0px;
}
.listing_box table td.view_job a {
    background: #0e7dc2 !important;
    color: #ffffff;
    float: right;
    font-size: 18px;
    padding: 14px 20px;
    text-align: center;
}
.listing_box table td p.job_address:before{
	position:absolute;
	content: '';
	background:url(../images/icon-map.png) no-repeat;
	width:12px;
	height:18px;
	left:0;
	top:4px;
}
.listing_box table td p.job_address{
	padding-left:20px;
}
.job_listing_pagination {
    box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
    float: left;
    margin: 0;
	padding-right:15px;
    width: 97%;
}
.job_listing_pagination ul{
	float:left;
	margin:10px 0 0;
}
.job_listing_pagination ul li{
	float:left;
	margin:0 5px;
}
.job_listing_pagination ul li a{
	background:#FFF;
	width:25px;
	height:25px;
	color:#0e7dc2;
	font-size:12px;
	font-weight:400;
	font-size:600;
	float:left;
	text-align:center;
	line-height:25px;
}
.job_listing_pagination ul li:last-child a{
	background:none;
	color:#0e7dc2;
}
.job_listing_pagination ul li a:hover,
.job_listing_pagination ul li a.active{
	background:#0e7dc2;
	color:#FFF;
	text-decoration:none;
}





/*--- shah css end ------*/


















/*----- media queries ------*/
@media (min-width: 980px) and (max-width: 1200px) {
  #camera_1 .camera_caption {
    bottom: -201px;
  }
  #camera_1 .camera_caption > div > div p:first-child {
    font-size: 70px;
  }
  #search input {
    width: 100%;
  }
  #search a {
    float: left;
  }
  .list3 li {
    width: 197px;
    margin: 0 10px 10px 0;
  }
  #form1 label {
    width: 196px;
  }
  .margin4 {
    margin-left: 15px;
  }
  .search-refine{
	  padding-left:30px;
  }
  .listing_box table td{
	  padding-left:12px;
	  padding-right:12px;
  }
  .job_listing-sec{
	  width:98%;
  }
  .search-refine h2{
	  font-size:22px;
  }
  .sf-menu > li > a > span{
	  font-size:15px;
  }
  
  
}
@media (min-width: 768px) and (max-width: 979px) {
  header .brand {
    margin-top: 23px;
  }
  header .nav-collapse,
  header .nav-collapse.collapse {
    height: 44px;
    overflow: visible;
  }
  #camera_1 {
    margin-top: -181px !important;
  }
  .sf-menu {
    float: none;
    margin-top: 22px;
	display:inline-block;
  }
  .banners li > div > span {
    float: none;
    margin: 0px 34px 0px 72px;
    padding-top: 40px;
  }
  .banners li > div strong {
    padding: 0px 0px 3px 0px;
    text-align: center;
  }
  #camera_1 .camera_caption {
    /*bottom: -151px;*/
	bottom: -211px;
  }
  #camera_1 .camera_caption > div > div p:first-child {
    font-size: 50px;
  }
  #camera_1 .camera_caption > div > div p:first-child + p {
    font-size: 35px;
    margin: -23px 0px 0px 0px;
  }
  .flexslider .slides > li > div {
    padding: 36px 20px 49px;
  }
  .flexslider .slides > li > div p:first-child {
    font-size: 35px;
  }
  .flexslider .slides > li > div p:first-child + p {
    font-size: 18px;
  }
  #search input {
    width: 100%;
  }
  #search a {
    float: left;
  }
  .list3 li {
    width: 47%;
    margin: 0 10px 10px 0;
  }
  .list3 li.right {
    margin-right: 10px !important;
  }
  #form1 label {
    width: 100%;
  }
  #form1 .success {
    padding: 84px 10px 98px;
  }
  .margin4 {
    margin: 0;
  }
  .width1 {
    width: 65px;
    float: left;
  }
  .margin5 {
    margin-left: 0;
  }
  .search-services{
	  margin-top:240px;
  }
  .whatWeDoTabs{
	  padding-left:20px;
  }
  .search-services .span8 article{
	  padding-right:20px;
  }
  .whatWeDoTabs ul li a{
	  font-size:14px;
  }
  .whatWeDoTabs .tabs_a{
	  font-size:11px;
  }
  .search-services .span8 article ul li{
	  width:40%;
  }
  .whatWeDoTabs h2{
	  font-size:20px;
  }
  .search-refine{
	  padding-left:20px;
  }
  .search-refine h2{
	  font-size:18px;
  }
  .select-box select{
	  width:112%;
  }
  .job_listing-sec{
	  overflow:scroll;
  }
  .job_listing-sec ul{
	  width:auto;
  }
  
}
@media (max-width: 767px) {
  .select-menu {
    display: block!important;
  }
  .sf-menu {
    display: none;
  }
  header.splash {
    background: url(../img/slider_bg1.jpg);
  }
  header .brand {
    margin-top: 23px;
  }
  footer {
    margin-top: 30px;
  }
  footer.service-footer {
    margin-top: 0px;
  }
  #camera_1 {
    margin-top: 0 !important;
  }
  #camera_1 .camera_caption {
    display: none !important;
  }
  footer > div > div {
    padding: 30px 20px !important;
  }
  footer .span2 {
    width: 29%;
    float: left;
    margin-right: 15px;
  }
  .flexslider .slides > li > div {
    padding: 36px 20px 49px;
  }
  .flexslider .slides > li > div p {
    padding: 0;
  }
  .flexslider .slides > li > div p:first-child {
    font-size: 35px;
  }
  .flexslider .slides > li > div p:first-child + p {
    font-size: 18px;
  }
  .banners {
    margin: 0 0 12px 0;
  }
  .margin3 {
    margin: 0px;
  }
  #search input {
    width: 100%;
  }
  #search a {
    float: left;
  }
  .margin5 {
    margin: 7px 0;
  }
  .imStyle1 {
    width: 100%;
  }
  .margin6 {
    margin-bottom: 19px;
  }
  .list3 {
    margin-bottom: 10px;
  }
  .list3 li {
    width: 30%;
    margin: 0 10px 10px 0;
  }
  .list4 {
    margin: 7px 0 10px 0 !important;
  }
  .list4 li {
    width: 46%;
    float: left;
    margin: 0 10px 10px 0;
  }
  #form1 {
    margin-bottom: 20px;
  }
  #form1 label {
    width: 100%;
  }
  #form1 .success {
    padding: 84px 10px 98px;
  }
  .margin4 {
    margin: 0;
  }
  .width1 {
    width: 93px;
    float: left;
  }
  .whatWeDoTabs{
	  padding:0 20px;
	  width:100%;
  }
  .search-services .span8 article {
	  box-sizing: border-box;
	  float: left;
	  padding: 0 20px;
	  width: 100%;
   }
   .search-services .span8 article ul li{
	   width:40%;
   }
   footer .span4{
	   float:left;
	   width:100%;
	   margin-bottom:30px;
   }
   .f-logo{
	   margin:0;
   }
   footer p.privacy-paragraph{
	   float:none;
   }
   footer form fieldset input[type="submit"]{
	   float:left;
   }
   .search-refine, .job_listing_pagination{
	   width:100%;
	   padding:0 20px;
   }
   .job_listing-sec{
	   width:97%;
	   padding:0 20px;
   }
   .listing_box table td{
	   padding:10px;
   }
   .listing_box table td.view_job a{
	   padding:14px 10px;
	   font-size:16px;
   }
   .listing_box table td h4, .listing_box table td p{
	   font-size:14px;
   }
  
  
  
  
  
  
}
@media (max-width: 600px) {
  .list3 li {
    width: 45%;
    margin: 0 10px 10px 0;
  }
  .list3 li.right {
    margin-right: 10px !important;
  }
  .search-services .span8 article ul li{
	  width:100%;
  }
  .job_listing-sec{
	  overflow:scroll;
  }
  .job_listing-sec ul{
	  width:auto;
  }
  .listing_box{
	   width:625px;
   }
}
@media (max-width: 480px) {
  
}
@media (max-width: 400px) {
  footer .span2 {
    width: 100%;
    float: none;
    margin-right: 0px;
  }
  .banners li > div strong {
    padding: 41px 0px 3px 15px;
  }
  .banners li > div > span {
    margin: 23px 5px 0px 0px;
  }
  .whatWeDoTabs .tabs_a{
	  font-size:13px;
  }
  .whatWeDoTabs, .search-services .span8 article{
	  padding:0 10px;
  }
}
@media (max-width: 320px) {
  #form1 .success {
    padding: 74px 10px 108px;
  }
}
@media (max-width: 320px) {
  header .brand {
    width: 100%;
  }
  header .brand img {
    width: 100%;
  }
  .list3 li,
  .list4 li {
    width: 100%;
    margin: 0 0 10px 0;
  }
  .list3 li.right,
  .list4 li.right {
    margin-right: 0 !important;
  }
}
/*Core variables and mixins*/
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.input-block-level {
  display: block;
  width: 100%;
  min-height: 34px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
p {
  color: #000407;
}