/*  Syntax Quick Reference
  --------------------------
  column($ratios: 1, $offset: 0, $cycle: 0, $uncycle: 0, $gutter: $jeet-gutter)
  span($ratio: 1, $offset: 0)
  shift($ratios: 0, $col_or_span: column, $gutter: $jeet-gutter)
  unshift()
  edit()
  center($max_width: 1410px, $pad: 0)
  stack($pad: 0, $align: false)
  unstack()
  align($direction: both)
  cf()
*/
/* -- reset -- */
/* line 1, ../../private/scss/reset/_reset.scss */

/*html{overflow: hidden !important;}*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video, input, textarea {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
      /*font-family: sans-serif !important;*/
      font-family: 'Ubuntu', sans-serif;

}
/** font face
--------------------------**/

@font-face{
	font-family:"accens";
	src:url('../fonts/Acens.ttf');
}

@font-face{
	font-family: "eurostar";
	src:url("../fonts/Eurostarblackextended.ttf");
}

/* -- include -- */
/* line 1, ../../private/scss/include/_loading.scss */
.loading-icon {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #FFF;
  z-index: 999999;
}

/* line 11, ../../private/scss/include/_loading.scss */
.loading-icon img {
      top: 40%;
    display: block;
    position: relative;
    left: 0;
    right: 0;
    margin: 0 auto;
}

/* mixins */
/* centralise your fonts here */
/* proxima nova defaults to italics in ie8 */
/* for best browser support use px of em */
/* common */
/* line 1, ../../private/scss/common/_common.scss */
.ir {
  display: block;
  text-indent: -9999px;
  text-transform: capitalize;
}

/* line 7, ../../private/scss/common/_common.scss */
.fouc {
  visibility: hidden;
}

/* line 1, ../../private/scss/common/desktop/_layout.scss */
*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 5, ../../private/scss/common/desktop/_layout.scss */
html {
  width: 100%;
  -webkit-font-smoothing: antialiased;
}

/* line 10, ../../private/scss/common/desktop/_layout.scss */
body {
  margin: 0 auto;
  overflow-x: hidden;
  min-width: 960px;
  background-color: #FFF;
  /*    @include edit();*/
}

/* line 18, ../../private/scss/common/desktop/_layout.scss */
.container {
  position: relative;
  margin: 0 auto;
  /*  height: 100%;*/
  min-width: 960px;
  width: 100%;
  overflow: hidden;
  max-width: 2200px;
  background-color: #fff;
}

/* line 29, ../../private/scss/common/desktop/_layout.scss */
.row {
  *zoom: 1;
  width: auto;
  max-width: 960px;
  float: none;
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-left: 0;
  padding-right: 0;
  clear: both;
  position: relative;
  *zoom: 1;
}
/* line 204, ../../private/scss/jeet/_grid.scss */
.row:before, .row:after {
  content: '';
  display: table;
}
/* line 208, ../../private/scss/jeet/_grid.scss */
.row:after {
  clear: both;
}
/* line 204, ../../private/scss/jeet/_grid.scss */
.row:before, .row:after {
  content: '';
  display: table;
}
/* line 208, ../../private/scss/jeet/_grid.scss */
.row:after {
  clear: both;
}

/* line 36, ../../private/scss/common/desktop/_layout.scss */
.row--full, .row--form {
  *zoom: 1;
  position: relative;
}
/* line 204, ../../private/scss/jeet/_grid.scss */
.row--full:before, .row--full:after, .row--form:before, .row--form:after {
  content: '';
  display: table;
}
/* line 208, ../../private/scss/jeet/_grid.scss */
.row--full:after, .row--form:after {
  clear: both;
}

/* line 41, ../../private/scss/common/desktop/_layout.scss */
.hide {
  display: none;
}

/* line 45, ../../private/scss/common/desktop/_layout.scss */
.push {
  overflow: hidden;
}

/* line 53, ../../private/scss/common/desktop/_layout.scss */
.page .decoration--blue {
  background: url("../images/bg_general_blue.png") top left no-repeat;
  position: absolute;
  width: 1317px;
  height: 1639px;
  top: -329px;
  right: -770px;
/*  z-index: -1;*/
}
/* line 63, ../../private/scss/common/desktop/_layout.scss */
.page .decoration--black-right {
  background: url("../images/bg_general_black_right.png") top left no-repeat;
  position: absolute;
  width: 1317px;
  height: 1655px;
  top: 515px;
  right: -1050px;
}
/* line 73, ../../private/scss/common/desktop/_layout.scss */
.page .decoration--black {
  background: url("../images/bg_general_black.png") top left no-repeat;
  position: absolute;
  width: 1100px;
  height: 1100px;
  /*top: 58px;*/
  top:-250px;
  left: -1095px;
/*  z-index: -1;*/
}

#aboutpage  .right_block
{
      z-index: 99;
    position: relative;
}
 #aboutpage .imgleftabt{
   position: relative;
    z-index: 9;}
#aboutpage  span.border_image_left{    z-index: initial !important;}
/* line 85, ../../private/scss/common/desktop/_layout.scss */
.page .row {
  /*z-index: 1;*/
}

/* mobile + tablet */
/* strictly mobile*/
/* strictly tablet*/
/* line 25, ../../private/scss/common/_typography.scss */
p {
  font-weight: 400;
  /*font-family: "proxima-nova-n4", "proxima-nova";*/
  margin-bottom: 20px;
  font-size: 15px;
}

.card p{line-height: 1.5 !important;font-size: 16px !important;}

/* line 39, ../../private/scss/common/_typography.scss */
ul {
  margin-bottom: 20px;
}
/* line 41, ../../private/scss/common/_typography.scss */
ul li {
  margin-left: 0px;
  font-weight: 400;
  /*font-family: "proxima-nova-n4", "proxima-nova";*/
}

/** {
	margin: 0;
}
html, body {
	height: 100%;
}
.push {
	min-height: 100%;
	margin-bottom: -219px;
	padding-top: 56px;
}
.push:after {

	content: "";
	display: block;
}
.footer, .push:after {
	height: 219px;
}*/
/* partials */
/* line 1, ../../private/scss/partials/desktop/_header.scss */
.header {
  position: relative;
  /*z-index: 30000;*/
  z-index: inherit !important;
}
/* line 5, ../../private/scss/partials/desktop/_header.scss */
.header-fake {
  height: auto;
  width: 100%;
  position: relative;
  display: block;
  overflow: visible;
}
/* line 14, ../../private/scss/partials/desktop/_header.scss */
.header .header-nav.fixed {
  position: fixed;
  width: 100%;
  z-index: 99999;
}
/* line 21, ../../private/scss/partials/desktop/_header.scss */
.header .row-wrap {
  display: inline-block;
  position: relative;
  /*
  		&:before {

  			content: " ";
  			position: absolute;
  			top: 0;
  			left: 0;
  			width: 10px;
  			height: 10px;
  			background-color: red;
  		}*/
}
/* line 37, ../../private/scss/partials/desktop/_header.scss */
.header .row-wrap .first-mask {
  height: 1px;
  height: 1px;
  position: absolute;
  display: block;
  bottom: -8px;
  left: 0;
}
/* line 45, ../../private/scss/partials/desktop/_header.scss */
.header .row-wrap .first-mask span {
  background-color: #222222;
  width: 1000%;
  display: block;
  height: 8px;
}
/* line 54, ../../private/scss/partials/desktop/_header.scss */
.header__logo {
  width: 341px;
  height: 69px;
  display: block;
  background: url("../images/logo_bluebarn.png");
  margin: 0px auto 0 auto;
}
.logo_img{
    display: inherit !important;
    margin-right: 0px !important;
    padding: 0px !important;
}
.logo-icon{
  float:left;
  margin:10px;
  max-width:22%;
}
/* line 62, ../../private/scss/partials/desktop/_header.scss */
.header__navigation {
  /*background: url(../images/header-bg.png) no-repeat #222222 center center;*/
  /*background:#2F4871;*/
  background:#fff;
  text-align: center;
  z-index: 9;
  position: relative;
  font-size: 0;
  /*height: 51px;*/
      height: 85px;
    line-height: 65px;
    border-bottom: 2px solid #55ad3b;
}
/* line 75, ../../private/scss/partials/desktop/_header.scss */
.header__navigation.dropdown-active .selected .decoration {
  display: none !important;
}
/* line 93, ../../private/scss/partials/desktop/_header.scss */
.header__navigation #services {
  color: #55AD3B;
}
/* line 97, ../../private/scss/partials/desktop/_header.scss */
.header__navigation .nav-spacer {
  display: inline-block;
  width: 80px;
}
/* line 102, ../../private/scss/partials/desktop/_header.scss */
.header__navigation a {
    margin-right: 30px;
    font-size: 16px;
    /*font-size:18px;*/
    display: inline-block;
    padding-top: 10px;
    padding-bottom: 6px;
    /* font-weight: 600; */
     /*font-family: "proxima-nova-n6", "proxima-nova"; */
    /*color: #fff;*/
    /*font-family:"accens";*/
    /*font-family: "eurostar";*/
    font-family: "Lato";
    color:#2f4871;
    text-decoration: none;
    position: relative;
    cursor: pointer;
    -webkit-transition: color 0.2s ease-in-out;
    -moz-transition: color 0.2s ease-in-out;
    -ms-transition: color 0.2s ease-in-out;
    -o-transition: color 0.2s ease-in-out;
    transition: color 0.2s ease-in-out;
    letter-spacing: 2px;
}
/* line 115, ../../private/scss/partials/desktop/_header.scss */
.header__navigation a.dull {
  /*color: #BABABA;
  font-size: 16px;*/
}
/* line 119, ../../private/scss/partials/desktop/_header.scss */
.header__navigation a:last-child {
  margin-right: 0;
}
/* line 122, ../../private/scss/partials/desktop/_header.scss */
.header__navigation a:hover {
  color: #55AD3B;
  -webkit-transition: color 0.2s ease-in-out;
  -moz-transition: color 0.2s ease-in-out;
  -ms-transition: color 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}
/* line 126, ../../private/scss/partials/desktop/_header.scss */
.header__navigation a.selected, .header__navigation a.current {
  color: #55AD3B;
  padding-bottom: 6px;
}
/* line 129, ../../private/scss/partials/desktop/_header.scss */
.header__navigation a.selected .decoration, .header__navigation a.current .decoration {
  display: block;
}
/* line 134, ../../private/scss/partials/desktop/_header.scss */
.header__navigation a.blue {
  color: #55AD3B;
}
/* line 138, ../../private/scss/partials/desktop/_header.scss */
.header__navigation a .decoration {
  display: none;
}
/* line 142, ../../private/scss/partials/desktop/_header.scss */
.header__navigation a .decoration--mask {
  position: absolute;
  bottom: -8px;
  width: 100%;
  height: 8px;
  background: url("../images/mask_nav_white.png") bottom center #222;
}
/* line 149, ../../private/scss/partials/desktop/_header.scss */
.header__navigation a .decoration--left {
  height: 8px;
  right: 0;
  margin-right: 100%;
  bottom: -8px;
  width: 10000%;
  position: absolute;
}
/* line 159, ../../private/scss/partials/desktop/_header.scss */
.header__navigation a .decoration--right {
  height: 8px;
  margin-left: 100%;
  bottom: -8px;
  width: 10000%;
  position: absolute;
}
/* line 172, ../../private/scss/partials/desktop/_header.scss */
.header__navigation a.dull .decoration--mask {
  background: url("../images/mask_nav_white.png") bottom center #2d2d2d;
}
/* line 182, ../../private/scss/partials/desktop/_header.scss */
.header__dropdown {
  background-color: #444;
  text-align: center;
  padding-top: 50px;
  margin-top: -50px;
  display: none;
}
/* line 188, ../../private/scss/partials/desktop/_header.scss */
.header__dropdown a {
  display: inline-block;
  line-height: 75px;
  font-size: 18px;
  font-weight: 600;
  /*font-family: "proxima-nova-n6", "proxima-nova";*/
  color: #fff;
  text-decoration: none;
  margin-right: 27px;
  -webkit-transition: color 0.2s ease-in-out;
  -moz-transition: color 0.2s ease-in-out;
  -ms-transition: color 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}
/* line 197, ../../private/scss/partials/desktop/_header.scss */
.header__dropdown a.dull {
  color: #BABABA;
}
/* line 200, ../../private/scss/partials/desktop/_header.scss */
.header__dropdown a:last-child {
  margin-right: 0;
}
/* line 203, ../../private/scss/partials/desktop/_header.scss */
.header__dropdown a:hover, .header__dropdown a.selected {
  color: #55AD3B;
  -webkit-transition: color 0.2s ease-in-out;
  -moz-transition: color 0.2s ease-in-out;
  -ms-transition: color 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}
/* line 210, ../../private/scss/partials/desktop/_header.scss */
.header .header-subnav {
  background: #222222;
  text-align: center;
  z-index: 100;
  position: relative;
  height: 50px;
}
/* line 217, ../../private/scss/partials/desktop/_header.scss */
.header .header-subnav .subnav-inner {
  width: 1140px;
  margin: auto;
  position: relative;
}
/* line 222, ../../private/scss/partials/desktop/_header.scss */
.header .header-subnav .subnav-inner a {
  display: inline-block;
  width: 25%;
  text-align: center;
  line-height: 50px;
  font-size: 16px;
  /*font-family: proxima-nova-n6, proxima-nova, sans-serif;*/
  text-decoration: none;
  text-transform: uppercase;
  color: #8c8c8c;
  font-weight: 300;
  -webkit-transition: color 0.2s ease-in-out;
  -moz-transition: color 0.2s ease-in-out;
  -ms-transition: color 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}
/* line 235, ../../private/scss/partials/desktop/_header.scss */
.header .header-subnav .subnav-inner a:hover {
  color: #fff;
}
/* line 239, ../../private/scss/partials/desktop/_header.scss */
.header .header-subnav .subnav-inner a.selected, .header .header-subnav .subnav-inner a.current {
  color: #55AD3B;
}
/* line 243, ../../private/scss/partials/desktop/_header.scss */
.header .header-subnav .subnav-inner a .arrow {
  width: 12px;
  height: 7px;
  display: inline-block;
  vertical-align: middle;
  background: url("../images/header-dropdown.png") center center;
  margin-left: 5px;
  margin-bottom: 3px;
}
/* line 254, ../../private/scss/partials/desktop/_header.scss */
.header .header-subnav .subnav-inner .header__civil_dropdown {
  display: none;
  padding: 12px 30px 15px 30px;
  background-color: #2d2d2d;
  position: absolute;
  right: 32px;
  z-index: 1;
  top: 50px;
}
/* line 263, ../../private/scss/partials/desktop/_header.scss */
.header .header-subnav .subnav-inner .header__civil_dropdown a {
  display: block;
  line-height: 37px;
  font-size: 16px;
  padding-right: 20px;
  font-weight: 600;
  /*font-family: "proxima-nova-n6", "proxima-nova";*/
  color: #55AD3B;
  text-decoration: none;
  width: auto;
  text-align: left;
  -webkit-transition: color 0.2s ease-in-out;
  -moz-transition: color 0.2s ease-in-out;
  -ms-transition: color 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}
/* line 274, ../../private/scss/partials/desktop/_header.scss */
.header .header-subnav .subnav-inner .header__civil_dropdown a.dull {
  color: #BABABA;
}
/* line 277, ../../private/scss/partials/desktop/_header.scss */
.header .header-subnav .subnav-inner .header__civil_dropdown a:not(:last-child) {
  border-bottom: #555 1px solid;
}
/* line 280, ../../private/scss/partials/desktop/_header.scss */
.header .header-subnav .subnav-inner .header__civil_dropdown a:hover, .header .header-subnav .subnav-inner .header__civil_dropdown a.selected {
  color: #fff;
  -webkit-transition: color 0.2s ease-in-out;
  -moz-transition: color 0.2s ease-in-out;
  -ms-transition: color 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}


.arrows a{
  color:#fff !important;
}




/* line 1, ../../private/scss/partials/desktop/_footer.scss */
.footer {
  /*background-color: #444444;*/
  background-color:#2f4871;
/*  padding-top: 53px;*/
  z-index: 20;
  overflow: hidden;
  z-index: 100;
}
/* line 12, ../../private/scss/partials/desktop/_footer.scss */
.footer .decoration-top-triangle {
  width: 0;
  height: 0;
  border-left: 35px solid transparent;
  border-right: 35px solid transparent;
  border-top: 35px solid #fff;
  position: absolute;
  top: -53px;
  left: 42px;
}
/* line 23, ../../private/scss/partials/desktop/_footer.scss */
.footer__form {
  padding: 0 10px;
/*  margin-bottom: 35px;*/
}
/* line 27, ../../private/scss/partials/desktop/_footer.scss */
.footer__form label {
  color: #fff;
  margin-bottom: 9px;
  display: inline-block;
  font-weight: 400;
  /*font-family: "proxima-nova-n4", "proxima-nova";*/
  color: #55AD3B;
  font-size: 18px;
  padding: 5px 30px 5px 0;
  border-right: #BABABA 1px solid;
}
/* line 34, ../../private/scss/partials/desktop/_footer.scss */
.footer__form label small {
  display: block;
  color: #fff;
  font-weight: 400;
  /*font-family: "proxima-nova-n4", "proxima-nova";*/
  font-size: 17px;
}
/* line 44, ../../private/scss/partials/desktop/_footer.scss */
.footer__form input[type='email'] {
  border: 1px solid white;
  width: 328px;
  background-color: transparent;
  padding: 11px 15px;
  padding-right: 50px;
  color: #fff;
  text-transform: none;
  font-weight: 400;
  /*font-family: "proxima-nova-n4", "proxima-nova";*/
  display: inline-block;
}
/* line 57, ../../private/scss/partials/desktop/_footer.scss */
.footer__form button {
    background: url(../images/icon_service_nav_upper_next.png) 19px center no-repeat #55AD3B;
    /*width: 45px;
    height: 40px;*/
    position: absolute;
    top: 11px;
    right: 1px;
    border: 0;
    cursor: pointer;
    font-weight: 400;
    padding: 20px 22px;
    /* font-family: "proxima-nova-n4", "proxima-nova"; */
    width: auto !important;
    height: auto !important;
}
.footer__form__field form{
  margin-left:0px;
}
/* line 71, ../../private/scss/partials/desktop/_footer.scss */
.footer__form__field {
  /*vertical-align: top;*/
  position: relative;
  display: inline-block;
  margin-left: 30px;
  padding-top: 10px;
}
/* line 82, ../../private/scss/partials/desktop/_footer.scss */
.footer__lower {
  padding: 46px 10px 0 10px;
}
/* line 86, ../../private/scss/partials/desktop/_footer.scss */
.footer__nav {
  margin-top: -40px;
  *zoom: 1;
  float: left;
  clear: none;
  padding-left: 0;
  padding-right: 0;
  text-align: inherit;
  width: 45.83333%;
  margin-left: 0%;
  margin-right: 0%;
}
/* line 204, ../../private/scss/jeet/_grid.scss */
.footer__nav:before, .footer__nav:after {
  content: '';
  display: table;
}
/* line 208, ../../private/scss/jeet/_grid.scss */
.footer__nav:after {
  clear: both;
}
/* line 91, ../../private/scss/partials/desktop/_footer.scss */
.footer__nav h4 {
  color: #fff;
  font-size: 28px;
  margin-bottom: 12px;
  font-weight: 700;
  /*font-family: "proxima-nova-n7", "proxima-nova";*/
}
/* line 99, ../../private/scss/partials/desktop/_footer.scss */
.footer__nav ul li {
  /*list-style: none;*/
  /*color: #009AFF;*/
  color:#fff;
  font-size: 16px;
  text-transform: uppercase;
  margin-bottom: 11px;
  font-weight: 400;
  /*font-family: "proxima-nova-n4", "proxima-nova";*/
}
/* line 106, ../../private/scss/partials/desktop/_footer.scss */
.footer__nav ul li a {
  color: inherit;
  text-decoration: none;
}
/* line 111, ../../private/scss/partials/desktop/_footer.scss */
.footer__nav ul ul li {
  margin-top: 10px;
  color: #BABABA;
}
/* line 118, ../../private/scss/partials/desktop/_footer.scss */
.footer__logos {
  *zoom: 1;
  float: left;
  clear: none;
  padding-left: 0;
  padding-right: 0;
  text-align: inherit;
  width: 54.16667%;
  margin-left: 0%;
  margin-right: 0%;
  height: 216px;
  padding-top: 92px;
  padding-bottom: 37px;
  /*background-color: #fff;*/
  position: relative;
  margin-top: 5px;
}
/* line 204, ../../private/scss/jeet/_grid.scss */
.footer__logos:before, .footer__logos:after {
  content: '';
  display: table;
}
/* line 208, ../../private/scss/jeet/_grid.scss */
.footer__logos:after {
  clear: both;
}
/* line 129, ../../private/scss/partials/desktop/_footer.scss */
.footer__logos .decoration--fill {
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  width: 1000%;
  display: block;
  height: 100%;
}
/* line 139, ../../private/scss/partials/desktop/_footer.scss */
.footer__logos .decoration--triangle {
  position: absolute;
  width: 0;
  height: 0;
  border-bottom: 216px solid #fff;
  border-left: 216px solid transparent;
  border-right: 1px solid #fff;
  left: -216px;
  top: 1px;
}
/* line 152, ../../private/scss/partials/desktop/_footer.scss */
.footer__logos .logos {
  position: absolute;
  top: 89px;
  width: 557px;
  right: 10px;
}
/* line 158, ../../private/scss/partials/desktop/_footer.scss */
.footer__logos .logos div {
  display: block;
  float: right;
  padding: 15px 0;
}
/* line 162, ../../private/scss/partials/desktop/_footer.scss */
.footer__logos .logos div:first-child {
  padding-left: 25px;
}
/* line 165, ../../private/scss/partials/desktop/_footer.scss */
.footer__logos .logos div:last-child {
  padding-right: 25px;
  /*border-right: #999 1px solid;*/
}

/* views */
/* line 1, ../../private/scss/views/desktop/_home.scss */
.down-arrow {
  z-index: 999999;
  position: fixed;
  width: 100px;
  left: calc(50% - 50px);
  bottom: 5%;
  vertical-align: bottom;
  cursor: pointer;
  text-align: center;
  padding: 20px 10px 15px 10px;
}
/* line 15, ../../private/scss/views/desktop/_home.scss */
.down-arrow img {
  width: 1px;
  z-index: 1;
  height: auto;
}
/* line 20, ../../private/scss/views/desktop/_home.scss */
.down-arrow:hover {
  background-color: rgba(255, 255, 255, 0.3);
}

/* line 26, ../../private/scss/views/desktop/_home.scss */
.page--home {
  height: 1650px;
  position: relative;
}
/* line 32, ../../private/scss/views/desktop/_home.scss */
.page--home .pager span {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
}
/* line 38, ../../private/scss/views/desktop/_home.scss */
.page--home__hero {
  /*position: absolute;*/
  width: 100%;
  height: 985px;
  /*img {
  	position: absolute;
  	top: 0;
  }*/
}
/* line 46, ../../private/scss/views/desktop/_home.scss */
.page--home__hero .cycle-wrap {
  position: absolute;
  top: 0;
  left: 0;
}
/* line 57, ../../private/scss/views/desktop/_home.scss */
.page--home__hero__diamond {
  position: relative;
  z-index: 1;
}
/* line 60, ../../private/scss/views/desktop/_home.scss */
.page--home__hero__diamond span {
  width: 300px;
  height: 300px;
  display: block;
  background-color: #000;
  position: absolute;
  top: -152px;
  right: -174px;
  z-index: 20;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  filter: progid:DXImageTransform.Microsoft.Matrix(sizingMethod='auto expand', M11=0.52532, M12=--0.8509, M21=-0.8509, M22=0.52532);
  -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(sizingMethod='auto expand', M11=0.52532, M12=--0.8509, M21=-0.8509, M22=0.52532)";
  zoom: 1;
}
/* line 76, ../../private/scss/views/desktop/_home.scss */
.page--home__hero-slider {
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
}
/* line 83, ../../private/scss/views/desktop/_home.scss */
.page--home__hero-slider .image {
  display: block;
  width: 100%;
  height: 1034px;
  /*background-size: cover;*/
  background-size: 100%;
  background-image: url("/../images/placeholder/hero_1.jpg");
  /*background-attachment: fixed;*/
}
/* line 95, ../../private/scss/views/desktop/_home.scss */
.page--home__blue-panel {
  position: relative;
  /*padding-top: 138px;*/
  padding-top:100px;
  padding-left: 0px;
  *zoom: 1;
}
/* line 204, ../../private/scss/jeet/_grid.scss */
.page--home__blue-panel:before, .page--home__blue-panel:after {
  content: '';
  display: table;
}
/* line 208, ../../private/scss/jeet/_grid.scss */
.page--home__blue-panel:after {
  clear: both;
}
/* line 102, ../../private/scss/views/desktop/_home.scss */
.page--home__blue-panel .decoration--block {
  width: 1184px;
  height: 672px;
  display: block;
  background-color: #55AD3B;
  position: absolute;
  top: -323px;
  left: -778px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  filter: progid:DXImageTransform.Microsoft.Matrix(sizingMethod='auto expand', M11=0.52532, M12=-0.8509, M21=0.8509, M22=0.52532);
  -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(sizingMethod='auto expand', M11=0.52532, M12=-0.8509, M21=0.8509, M22=0.52532)";
  zoom: 1;
}
/* line 113, ../../private/scss/views/desktop/_home.scss */
.page--home__blue-panel .decoration--circle {
  width: 932px;
  height: 932px;
  display: block;
  position: absolute;
  top: -108px;
  left: -549px;
  background: url("../images/decoration_circle.png") top right no-repeat;
  visibility: hidden;
}
/* line 123, ../../private/scss/views/desktop/_home.scss */
.page--home__blue-panel__content {
  width: 394px;
  position: relative;
}
/* line 128, ../../private/scss/views/desktop/_home.scss */
.page--home__blue-panel__content h2, .page--home__blue-panel__content p {
  color: white;
    /* color: #292929; */
    font-size: 40px;
    font-weight: 700;
    /* font-family: "Montserrat"; */
    text-transform: uppercase;
}
/* line 142, ../../private/scss/views/desktop/_home.scss */
.page--home__land-development {
  position: relative;
  top: -96px;
  height: 176px;
}
/* line 148, ../../private/scss/views/desktop/_home.scss */
.page--home__land-development .pager--ld {
  position: absolute;
  top: 320px;
  z-index: 20;
  right: 226px;
}
/* line 153, ../../private/scss/views/desktop/_home.scss */
.page--home__land-development .pager--ld span {
  background-color: #7F7F7F;
  display: block;
  width: 8px;
  height: 8px;
  margin-bottom: 12px;
  text-indent: -9999px;
  -webkit-border-radius: 50em;
  -moz-border-radius: 50em;
  border-radius: 50em;
  behavior: url(../js/PIE.htc);
}
/* line 161, ../../private/scss/views/desktop/_home.scss */
.page--home__land-development .pager--ld span.cycle-pager-active {
  background-color: #000000;
}
/* line 169, ../../private/scss/views/desktop/_home.scss */
.page--home__land-development .pager--hero {
  position: absolute;
  top: -410px;
  z-index: 20;
  right: -235px;
  width: 300px;
}
/* line 177, ../../private/scss/views/desktop/_home.scss */
.page--home__land-development .pager--hero span {
  background-color: #7F7F7F;
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-right: 12px;
  text-indent: -9999px;
  -webkit-border-radius: 50em;
  -moz-border-radius: 50em;
  border-radius: 50em;
  behavior: url(../js/PIE.htc);
}
/* line 185, ../../private/scss/views/desktop/_home.scss */
.page--home__land-development .pager--hero span:last-child {
  margin-right: 0;
}
/* line 188, ../../private/scss/views/desktop/_home.scss */
.page--home__land-development .pager--hero span.cycle-pager-active {
  background-color: #000;
}
/* line 197, ../../private/scss/views/desktop/_home.scss */
.page--home__land-development .decoration--block {
  width: 1000%;
  height: 3000px;
  display: block;
  background-color: #FFF;
  position: absolute;
  top: 484px;
  left: -78px;
  -ms-transform-origin: 0 0;
  /* IE 9 */
  -webkit-transform-origin: 0 0;
  /* Chrome, Safari, Opera */
  transform-origin: 0 0;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  filter: progid:DXImageTransform.Microsoft.Matrix(sizingMethod='auto expand', M11=0.52532, M12=--0.8509, M21=-0.8509, M22=0.52532);
  -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(sizingMethod='auto expand', M11=0.52532, M12=--0.8509, M21=-0.8509, M22=0.52532)";
  zoom: 1;
}
/* line 209, ../../private/scss/views/desktop/_home.scss */
.page--home__land-development__slider {
  position: relative;
}
/* line 214, ../../private/scss/views/desktop/_home.scss */
.page--home__land-development__slider .cycle {
  position: absolute;
  left: 322px;
  z-index: 10;
  top: -299px;
}
/* line 223, ../../private/scss/views/desktop/_home.scss */
.page--home__land-development__slider .cycle-slideshow {
  /*height: 781px;
  width: 781px;*/
  position: static !important;
}
/* line 229, ../../private/scss/views/desktop/_home.scss */
.page--home__land-development__slider .slide {
  /*@include rotate(45);*/
  /*width: 550px;
  height: 550px;*/
  overflow: hidden;
}
/* line 235, ../../private/scss/views/desktop/_home.scss */
.page--home__land-development__slider .slide div {
  position: relative;
  /*					width: 391px;
  					height: 798px;*/
  /*		img {
  			position: absolute;
  		}*/
}
/* line 249, ../../private/scss/views/desktop/_home.scss */
.page--home__land-development__text {
  float: right;
  width: 380px;
  position: absolute;
  z-index: 20;
  right: 7px;
  top: 5px;
}
/* line 259, ../../private/scss/views/desktop/_home.scss */
.page--home__land-development h2 {
  font-size: 40px;
    line-height: 39px;
    color: #000000;
    padding-bottom: 21px;
    text-align: center;
    font-weight: 800;
    /* font-family: "proxima-nova-n8", "proxima-nova"; */
    text-transform: uppercase;
    font-size: 26px !important;
    margin-top: 24px;
    margin-left: 55px;
}
/* line 268, ../../private/scss/views/desktop/_home.scss */
.page--home__land-development p {
  font-size: 15px;
  /*font-family: arial, helvetica;*/
  color: #000000;
  text-align: right;
}
/* line 281, ../../private/scss/views/desktop/_home.scss */
.page--home__white-block {
  height: 1px;
}
/* line 285, ../../private/scss/views/desktop/_home.scss */
.page--home__white-block .decoration {
  width: 1000%;
  height: 4000px;
  display: block;
  background-color: #fff;
  position: absolute;
  top: -310px;
  z-index: 1;
  /* display: block; */
  left: -633px;
  /* z-index: 20; */
  -ms-transform-origin: 0 0;
  /* IE 9 */
  -webkit-transform-origin: 0 0;
  /* Chrome, Safari, Opera */
  transform-origin: 0 0;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  filter: progid:DXImageTransform.Microsoft.Matrix(sizingMethod='auto expand', M11=0.52532, M12=-0.8509, M21=0.8509, M22=0.52532);
  -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(sizingMethod='auto expand', M11=0.52532, M12=-0.8509, M21=0.8509, M22=0.52532)";
  zoom: 1;
}
/* line 311, ../../private/scss/views/desktop/_home.scss */
.page--home__mid {
  position: relative;
  top: -96px;
  /* padding-bottom: 100px; */
  padding-top: 80px;
  height: 685px;
  /*z-index: 20000;*/
}
/* line 320, ../../private/scss/views/desktop/_home.scss */
.page--home__mid .decoration--block {
  width: 1000%;
  height: 602px;
  display: block;
  /*background-color: #000;*/
  background-color:#2F4871;
  position: absolute;
  top: -1106px;
  /* display: block; */
  left: -633px;
  z-index: 20;
  -ms-transform-origin: 0 0;
  /* IE 9 */
  -webkit-transform-origin: 0 0;
  /* Chrome, Safari, Opera */
  transform-origin: 0 0;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  filter: progid:DXImageTransform.Microsoft.Matrix(sizingMethod='auto expand', M11=0.52532, M12=-0.8509, M21=0.8509, M22=0.52532);
  -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(sizingMethod='auto expand', M11=0.52532, M12=-0.8509, M21=0.8509, M22=0.52532)";
  zoom: 1;
}
/* line 335, ../../private/scss/views/desktop/_home.scss */
.page--home__mid .decoration--lines {
  /*width: 990px;
  height: 1171px;
  display: block;
  position: absolute;
  top: -1269px;
  left: -935px;
  z-index: 21;
  background: url("../images/decoration_upper_lines.png") top left no-repeat;*/
  width: 990px;
    height: 777px;
    /* display: block; */
    position: absolute;
    top: -900px;
    left: -563px;
    z-index: 20;
    background: url(../images/decoration_upper_lines.png) top left no-repeat;
}
/* line 347, ../../private/scss/views/desktop/_home.scss */
.page--home__mid__sd-text {
  left: -26px;
  top: -40px;
  width: 380px;
  position: absolute;
  z-index: 30;
  text-align: left;
}
/* line 357, ../../private/scss/views/desktop/_home.scss */
.page--home__mid__parks-text {
  right: 41px;
  top: 626px;
  width: 380px;
  position: absolute;
  z-index: 30;
  text-align: right;
}
/* line 366, ../../private/scss/views/desktop/_home.scss */
.page--home__mid .pager {
  position: absolute;
  z-index: 40;
  width: 785px;
  text-align: center;
}
/* line 373, ../../private/scss/views/desktop/_home.scss */
.page--home__mid .pager--sd {
  top: 166px;
  left: -176px;
}
/* line 378, ../../private/scss/views/desktop/_home.scss */
.page--home__mid .pager--parks {
  top: 598px;
  left: 267px;
}
/* line 383, ../../private/scss/views/desktop/_home.scss */
.page--home__mid .pager span {
  background-color: #808080;
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-right: 12px;
  text-indent: -9999px;
  -webkit-border-radius: 50em;
  -moz-border-radius: 50em;
  border-radius: 50em;
  behavior: url(../js/PIE.htc);
}
/* line 391, ../../private/scss/views/desktop/_home.scss */
.page--home__mid .pager span:last-child {
  margin-right: 0;
}
/* line 394, ../../private/scss/views/desktop/_home.scss */
.page--home__mid .pager span.cycle-pager-active {
  background-color: #FFF;
}
/* line 401, ../../private/scss/views/desktop/_home.scss */
.page--home__mid h2 {
  font-size: 40px;
  line-height: 39px;
  color: #FFF;
  padding-bottom: 21px;
  font-weight: 800;
  /*font-family: "proxima-nova-n8", "proxima-nova";*/
}
/* line 409, ../../private/scss/views/desktop/_home.scss */
.page--home__mid p {
  font-size: 15px;
  /*font-family: arial, helvetica;*/
  color: #FFF;
}
/* line 417, ../../private/scss/views/desktop/_home.scss */
.page--home__mid__slider-left {
  position: absolute;
  top: 190px;
  left: -176px;
}
/* line 423, ../../private/scss/views/desktop/_home.scss */
.page--home__mid__slider-left .cycle {
  position: relative;
  z-index: 20;
}
/* line 433, ../../private/scss/views/desktop/_home.scss */
.page--home__mid__slider-left .slide {
  overflow: hidden;
}
/* line 442, ../../private/scss/views/desktop/_home.scss */
.page--home__mid__slider-right {
  position: absolute;
  top: 206px;
  right: -63px;
}
/* line 448, ../../private/scss/views/desktop/_home.scss */
.page--home__mid__slider-right .cycle {
  position: relative;
  z-index: 20;
}
/* line 457, ../../private/scss/views/desktop/_home.scss */
.page--home__mid__slider-right .slide {
  overflow: hidden;
}
/* line 473, ../../private/scss/views/desktop/_home.scss */
.page--home__water {
  position: relative;
  top: -303px;
  padding-top: 80px;
  height: 825px;
  z-index: 20;
}


/* line 481, ../../private/scss/views/desktop/_home.scss */
.page--home__water .pager--water {
  position: absolute;
  top: 429px;
  z-index: 20;
  left: -79px;
  width: 300px;
  text-align: center;
}
/* line 488, ../../private/scss/views/desktop/_home.scss */
.page--home__water .pager--water span {
  background-color: #80CDFF;
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-right: 12px;
  text-indent: -9999px;
  -webkit-border-radius: 50em;
  -moz-border-radius: 50em;
  border-radius: 50em;
  behavior: url(../js/PIE.htc);
}
/* line 496, ../../private/scss/views/desktop/_home.scss */
.page--home__water .pager--water span.cycle-pager-active {
  background-color: #FFF;
}
/* line 502, ../../private/scss/views/desktop/_home.scss */
.page--home__water .decoration--block {
  width: 1831px;
  height: 1831px;
  display: block;
  background-color: #55AD3B;
  position: absolute;
  top: 8px;
  /* display: block; */
  left: 245px;
  /* z-index: 20; */
  -ms-transform-origin: 0 0;
  /* IE 9 */
  -webkit-transform-origin: 0 0;
  /* Chrome, Safari, Opera */
  transform-origin: 0 0;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  filter: progid:DXImageTransform.Microsoft.Matrix(sizingMethod='auto expand', M11=0.52532, M12=-0.8509, M21=0.8509, M22=0.52532);
  -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(sizingMethod='auto expand', M11=0.52532, M12=-0.8509, M21=0.8509, M22=0.52532)";
  zoom: 1;
}
/* line 516, ../../private/scss/views/desktop/_home.scss */
.page--home__water .decoration--lines {
  width: 989px;
  height: 1178px;
  display: block;
  position: absolute;
  top: 678px;
  left: -840px;
  z-index: 21;
  background: url("../images/decoration_lower_lines.png") top left no-repeat;
}
/* line 528, ../../private/scss/views/desktop/_home.scss */
.page--home__water__text {
  position: absolute;
  left: 10px;
  top: 455px;
  width: 400px;
  /* background-color: red; */
  position: relative;
  z-index: 30;
}
/* line 536, ../../private/scss/views/desktop/_home.scss */
.page--home__water__text h2 {
  font-size: 40px;
  font-weight: 800;
  /*font-family: "proxima-nova-n8", "proxima-nova";*/
  color: #fff;
  padding-bottom: 13px;
  text-align: left;
      text-transform: uppercase;
}
/* line 544, ../../private/scss/views/desktop/_home.scss */
.page--home__water__text p {
  font-size: 15px;
  /*font-family: arial, helvetica;*/
  color: #fff;
}
/* line 556, ../../private/scss/views/desktop/_home.scss */
.page--home__water__water-slider {
  position: absolute;
  top: 32px;
  left: -140px;
  float: left;
  margin-top: 0;
}
/* line 564, ../../private/scss/views/desktop/_home.scss */
.page--home__water__water-slider .cycle {
  position: relative;
  z-index: 10;
}
/* line 570, ../../private/scss/views/desktop/_home.scss */
.page--home__water__water-slider .slide {
  overflow: hidden;
}
/* line 586, ../../private/scss/views/desktop/_home.scss */
.page--home__transport {
  position: relative;
  top: 754px;
  padding-bottom: 100px;
  padding-top: 80px;
  height: 400px;
  z-index: 100;
}
/* line 596, ../../private/scss/views/desktop/_home.scss */
.page--home__transport .pager--transport {
  position: absolute;
  top: 123px;
  z-index: 20;
  left: 56px;
  width: 776px;
  text-align: center;
}
/* line 605, ../../private/scss/views/desktop/_home.scss */
.page--home__transport .pager--transport span {
  background-color: #7F7F7F;
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-right: 12px;
  text-indent: -9999px;
  -webkit-border-radius: 50em;
  -moz-border-radius: 50em;
  border-radius: 50em;
  behavior: url(../js/PIE.htc);
}
/* line 613, ../../private/scss/views/desktop/_home.scss */
.page--home__transport .pager--transport span:last-child {
  margin-right: 0;
}
/* line 616, ../../private/scss/views/desktop/_home.scss */
.page--home__transport .pager--transport span.cycle-pager-active {
  background-color: #000;
}
/* line 622, ../../private/scss/views/desktop/_home.scss */
.page--home__transport .decoration--block {
  width: 1817px;
  height: 1944px;
  /*	display: block;*/
  background-color: #fff;
  position: absolute;
  top: -602px;
  display: block;
  right: -1561px;
  /* z-index: 20; */
  -ms-transform-origin: 0 0;
  /* IE 9 */
  -webkit-transform-origin: 0 0;
  /* Chrome, Safari, Opera */
  transform-origin: 0 0;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  filter: progid:DXImageTransform.Microsoft.Matrix(sizingMethod='auto expand', M11=0.52532, M12=-0.8509, M21=0.8509, M22=0.52532);
  -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(sizingMethod='auto expand', M11=0.52532, M12=-0.8509, M21=0.8509, M22=0.52532)";
  zoom: 1;
}
/* line 637, ../../private/scss/views/desktop/_home.scss */
.page--home__transport__text {
  position: absolute;
  top: -371px;
  right: 29px;
  width: 400px;
  /* background-color: red; */
  z-index: 30;
  text-align: right;
}
/* line 644, ../../private/scss/views/desktop/_home.scss */
.page--home__transport__text h2 {
  font-size: 40px;
  font-weight: 800;
  /*font-family: "proxima-nova-n8", "proxima-nova";*/
  color: #000;
  padding-bottom: 13px;
  /*text-align: left;*/
  text-align: right;
}
/* line 652, ../../private/scss/views/desktop/_home.scss */
.page--home__transport__text p {
  font-size: 15px;
  /*font-family: arial, helvetica;*/
  color: #000;
  text-align: right;
}
/* line 662, ../../private/scss/views/desktop/_home.scss */
.page--home__transport__slider {
  position: absolute;
  top: -281px;
  float: left;
  margin-top: 0;
  left: 57px;
}
/* line 670, ../../private/scss/views/desktop/_home.scss */
.page--home__transport__slider .cycle {
  /* position: absolute; */
  position: relative;
  /*		width: 550px;
  		height: 549px;*/
  /* left: 436px; */
  z-index: 10;
  /*left: -25px;
  top: -226px;*/
  /*	overflow: hidden;
  	@include rotate(45);
  	*/
}
/* line 688, ../../private/scss/views/desktop/_home.scss */
.page--home__transport__slider .cycle-slideshow {
  /*height: 781px;
  width: 781px;*/
  position: static !important;
}
/* line 694, ../../private/scss/views/desktop/_home.scss */
.page--home__transport__slider .slide {
  /*@include rotate(45);*/
  /*width: 550px;
  height: 550px;*/
  overflow: hidden;
}

/* line 1, ../../private/scss/views/desktop/_service.scss */
.page--service {
  padding: 33px 0 40px;
}
/* line 6, ../../private/scss/views/desktop/_service.scss */
.page--service__intro {
  margin-bottom: 13px;
  padding-left: 10px;
}
/* line 11, ../../private/scss/views/desktop/_service.scss */
.page--service__intro .breadcrumb {
  display: block;
  color: #55AD3B;
  font-size: 14px;
  font-weight: 600;
  font-family: "proxima-nova-n6", "proxima-nova";
}
/* line 18, ../../private/scss/views/desktop/_service.scss */
.page--service__intro h1 {
  color: #212121;
  line-height: 40px;
  margin-top: 4px;
  font-size: 40px;
  text-transform: uppercase;
  font-weight: 800;
  /*font-family: "proxima-nova-n8", "proxima-nova";*/
}
/* line 29, ../../private/scss/views/desktop/_service.scss */
.page--service__pager {
  position: absolute;
  bottom: 0;
  left: 10px;
  z-index: 100;
  background-color: #fff;
  text-align: center;
  padding: 5px 21px;
}
/* line 37, ../../private/scss/views/desktop/_service.scss */
.page--service__pager span {
  width: 8px;
  height: 8px;
  background-color: #7F7F7F;
  display: inline-block;
  margin-right: 12px;
  text-indent: -9999px;
  vertical-align: middle;
  -webkit-border-radius: 50em;
  -moz-border-radius: 50em;
  border-radius: 50em;
  behavior: url(../js/PIE.htc);
}
/* line 46, ../../private/scss/views/desktop/_service.scss */
.page--service__pager span:last-child {
  margin-right: 0;
}
/* line 49, ../../private/scss/views/desktop/_service.scss */
.page--service__pager span.cycle-pager-active {
  background-color: #000;
}
/* line 55, ../../private/scss/views/desktop/_service.scss */
.page--service__slider {
  margin-top: 17px;
  margin-bottom: 37px;
  position: relative;
  padding: 0 10px;
}
/* line 62, ../../private/scss/views/desktop/_service.scss */
.page--service__slider .decoration {
  display: block;
  width: 179px;
  height: 179px;
  position: absolute;
  top: 0px;
  right: 0;
  width: 0;
  height: 0;
  border-top: 90px solid #55AD3B;
  border-left: 90px solid transparent;
  z-index: 200;
}
/* line 77, ../../private/scss/views/desktop/_service.scss */
.page--service__slider__nav {
  background: url("../images/decoration_service_nav_upper.png") no-repeat;
  width: 39px;
  height: 42px;
  position: absolute;
  top: 0px;
  right: 0;
  z-index: 300;
}
/* line 86, ../../private/scss/views/desktop/_service.scss */
.page--service__slider__nav .upper-prev, .page--service__slider__nav .upper-next {
  width: 10px;
  height: 17px;
  display: block;
  cursor: pointer;
  position: absolute;
}
/* line 94, ../../private/scss/views/desktop/_service.scss */
.page--service__slider__nav .upper-prev {
  background: url("../images/icon_service_nav_upper_prev.png") no-repeat;
  top: 0;
  left: 0;
}
/* line 100, ../../private/scss/views/desktop/_service.scss */
.page--service__slider__nav .upper-next {
  background: url("../images/icon_service_nav_upper_next.png") no-repeat;
  top: 28px;
  right: 0;
}
/* line 109, ../../private/scss/views/desktop/_service.scss */
.page--service__slider .slide img {
  display: block;
}
/* line 117, ../../private/scss/views/desktop/_service.scss */
.page--service__content {
  padding-left: 10px;
}
/* line 121, ../../private/scss/views/desktop/_service.scss */
.page--service__content p {
  font-size: 15px;
  color: #000000;
  font-weight: 400;
  /*font-family: "proxima-nova-n4", "proxima-nova";*/
}
/* line 125, ../../private/scss/views/desktop/_service.scss */
.page--service__content p:first-child {
  font-size: 17px;
  /*font-weight: 600;*/
  /*font-family: "proxima-nova-n6", "proxima-nova";*/
}
/* line 131, ../../private/scss/views/desktop/_service.scss */
.page--service__content ul {
  font-size: 15px;
}
/* line 135, ../../private/scss/views/desktop/_service.scss */
.page--service__content__left {
  *zoom: 1;
  float: left;
  clear: none;
  padding-left: 0;
  padding-right: 0;
  text-align: inherit;
  width: 50%;
  margin-left: 0%;
  margin-right: 0%;
}
/* line 204, ../../private/scss/jeet/_grid.scss */
.page--service__content__left:before, .page--service__content__left:after {
  content: '';
  display: table;
}
/* line 208, ../../private/scss/jeet/_grid.scss */
.page--service__content__left:after {
  clear: both;
}
/* line 140, ../../private/scss/views/desktop/_service.scss */
.page--service__content__right {
  *zoom: 1;
  float: left;
  clear: none;
  padding-left: 0;
  padding-right: 0;
  text-align: inherit;
  width: 50%;
  margin-left: 0%;
  margin-right: 0%;
  padding-left: 74px;

}

.businessright{
    margin-top: 6%;
}
/* line 204, ../../private/scss/jeet/_grid.scss */
.page--service__content__right:before, .page--service__content__right:after {
  content: '';
  display: table;
}
/* line 208, ../../private/scss/jeet/_grid.scss */
.page--service__content__right:after {
  clear: both;
}
/* line 143, ../../private/scss/views/desktop/_service.scss */
.page--service__content__right h2 {
  color: #55AD3B;
  font-size: 24px;
  margin-bottom: 16px;
  font-weight: 800;
  /*font-family: "proxima-nova-n8", "proxima-nova";*/
}
/* line 156, ../../private/scss/views/desktop/_service.scss */
.page--service__lower-slider {
  padding-right: 10px;
  position: relative;
}
/* line 161, ../../private/scss/views/desktop/_service.scss */
.page--service__lower-slider .decoration {
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  top: 265px;
  right: 50px;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-bottom: 20px solid #fff;
  z-index: 200;
  display: none;
}
/* line 176, ../../private/scss/views/desktop/_service.scss */
.page--service__lower-slider__nav {
  background: url("../images/slider_inner/decoration_service_nav_lower.png") no-repeat;
  width: 38px;
  height: 41px;
  position: absolute;
  /*bottom: 8px;*/
  bottom:-15px;
  right: 48px;
  z-index: 300;
}
/* line 186, ../../private/scss/views/desktop/_service.scss */
.page--service__lower-slider__nav .lower-prev, .page--service__lower-slider__nav .lower-next {
  width: 10px;
  height: 17px;
  display: block;
  cursor: pointer;
  position: absolute;
}
/* line 194, ../../private/scss/views/desktop/_service.scss */
.page--service__lower-slider__nav .lower-prev {
  background: url("../images/slider_inner/icon_service_nav_lower_prev.png") no-repeat;
  top: 0;
  left: 0;
}
/* line 200, ../../private/scss/views/desktop/_service.scss */
.page--service__lower-slider__nav .lower-next {
  background: url("../images/slider_inner/icon_service_nav_lower_next.png") no-repeat;
  top: 28px;
  right: 0;
}
/* line 213, ../../private/scss/views/desktop/_service.scss */
.page--service__lower-slider .slide img {
  display: block;
  margin-bottom: 15px;
}
/* line 218, ../../private/scss/views/desktop/_service.scss */
.page--service__lower-slider .slide p, .page--service__lower-slider .slide a {
     font-size: 14px;
    letter-spacing: 1px;
    line-height: 10px;
  margin-bottom: 8px;
  color: #000000;
  text-decoration: none;
  font-weight: 700;
  /*font-family: "proxima-nova-n7", "proxima-nova";*/
  text-align: right;
  margin-right:2px;
  color:#fff;
}
/* line 227, ../../private/scss/views/desktop/_service.scss */
.page--service__lower-slider .slide .type {
  font-size: 14px;
  color: #999999;
  display: block;
  font-weight: 700;
  /*font-family: "proxima-nova-n7", "proxima-nova";*/
  text-align: right;
  margin-right:5px;
  color:#fff;
}

/* line 1, ../../private/scss/views/desktop/_projects.scss */
.page--projects {
  padding: 48px 0;
}
/* line 4, ../../private/scss/views/desktop/_projects.scss */
.page--projects .tab-content {
  clear: both;
  display: none;
}
/* line 7, ../../private/scss/views/desktop/_projects.scss */
.page--projects .tab-content.active {
  display: block;
}
/* line 12, ../../private/scss/views/desktop/_projects.scss */
.page--projects .next-btn, .page--projects .prev-btn {
  width: 21px;
  height: 34px;
  display: block;
  top: 150px;
  position: absolute;
}
/* line 20, ../../private/scss/views/desktop/_projects.scss */
.page--projects .next-btn {
  background: url("../images/icon_projects_next.png") top left;
  right: 0;
}
/* line 25, ../../private/scss/views/desktop/_projects.scss */
.page--projects .prev-btn {
  background: url("../images/icon_projects_prev.png") top left;
  left: 0;
}
/* line 30, ../../private/scss/views/desktop/_projects.scss */
.page--projects .pager {
  text-align: center;
  margin-top: 40px;
}
/* line 35, ../../private/scss/views/desktop/_projects.scss */
.page--projects .pager span {
  background-color: #808080;
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-right: 12px;
  text-indent: -9999px;
  -webkit-border-radius: 50em;
  -moz-border-radius: 50em;
  border-radius: 50em;
  behavior: url(../js/PIE.htc);
}
/* line 43, ../../private/scss/views/desktop/_projects.scss */
.page--projects .pager span:last-child {
  margin-right: 0;
}
/* line 46, ../../private/scss/views/desktop/_projects.scss */
.page--projects .pager span.cycle-pager-active {
  background-color: #FFF;
}
/* line 53, ../../private/scss/views/desktop/_projects.scss */
.page--projects__intro {
  /*z-index: 2 !important;*/
  padding: 0 10px;
}
/* line 57, ../../private/scss/views/desktop/_projects.scss */
.page--projects__intro h1 {
/*  color: #2f4871;
  font-size: 40px;
  text-transform: uppercase;
  font-weight: 800;
 display: block;*/

     font-size: 35px;
    color: #2f4871;
    margin-top: 10px;
    margin-bottom: 10px;
    font-weight: 600;
    /* font-family: "proxima-nova-n6", "proxima-nova"; */
    text-transform: uppercase;
    letter-spacing: 1px;

}
.page--projects__intro span.divider{
      display: block;
}
/* line 67, ../../private/scss/views/desktop/_projects.scss */
.page--projects__filter {
  position: absolute;
  top: 16px;
  right: 10px;
  width: 300px;
}
/* line 74, ../../private/scss/views/desktop/_projects.scss */
.page--projects__filter .custom-select {
  position: relative;
}
/* line 78, ../../private/scss/views/desktop/_projects.scss */
.page--projects__filter .custom-select label {
  display: block;
  font-size: 16px;
  line-height: 29px;
  margin-left: 15px;
}
/* line 85, ../../private/scss/views/desktop/_projects.scss */
.page--projects__filter .custom-select select {
  width: 100% !important;
  clear: both;
  left: 0;
}
/* line 93, ../../private/scss/views/desktop/_projects.scss */
.page--projects__filter .project-dropdown {
  padding: 12px 30px 15px 30px;
  background-color: #2d2d2d;
  position: absolute;
  left: 0;
  z-index: 500;
  top: 35px;
  width: calc(100% - 25px);
}
/* line 102, ../../private/scss/views/desktop/_projects.scss */
.page--projects__filter .project-dropdown a {
  display: block;
  line-height: 37px;
  font-size: 16px;
  padding-right: 20px;
  font-weight: 600;
  font-family: "proxima-nova-n6", "proxima-nova";
  color: #55AD3B;
  text-decoration: none;
  width: auto;
  text-align: left;
  -webkit-transition: color 0.2s ease-in-out;
  -moz-transition: color 0.2s ease-in-out;
  -ms-transition: color 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}
/* line 113, ../../private/scss/views/desktop/_projects.scss */
.page--projects__filter .project-dropdown a.dull {
  color: #BABABA;
}
/* line 116, ../../private/scss/views/desktop/_projects.scss */
.page--projects__filter .project-dropdown a:not(:last-child) {
  border-bottom: #555 1px solid;
}
/* line 119, ../../private/scss/views/desktop/_projects.scss */
.page--projects__filter .project-dropdown a:hover, .page--projects__filter .project-dropdown a.selected {
  color: #fff;
  -webkit-transition: color 0.2s ease-in-out;
  -moz-transition: color 0.2s ease-in-out;
  -ms-transition: color 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}
/* line 126, ../../private/scss/views/desktop/_projects.scss */
.page--projects__filter .decoration {
  width: 45px;
  height: 42px;
  position: absolute;
  top: -3px;
  right: 0;
  background-color: red;
  background: url("../images/icon_select.png") top right no-repeat;
}
/* line 136, ../../private/scss/views/desktop/_projects.scss */
.page--projects__filter .customSelect {
  padding: 0 14px;
    width: 100%;
    font-size: 16px;
    color: #999999;
    border: 1px solid #55AD3B;
    float: left;
    clear: both;
    background-color: #55ad3b;
}
/* line 147, ../../private/scss/views/desktop/_projects.scss */
.page--projects__filter .customSelect .customSelectInner {
  width: 100% !important;
  padding-right: 47px;
  font-weight: 600;
  /*font-family: "proxima-nova-n6", "proxima-nova";*/
  color: #fff;
  text-transform: uppercase;
  white-space: nowrap;
  overflow: hidden;
  line-height: 34px;
  vertical-align: bottom;
  text-overflow: ellipsis;
}
/* line 163, ../../private/scss/views/desktop/_projects.scss */
.page--projects__detail {
  background-color: #000;
  padding: 20px 0 40px 0;
  margin-bottom: 80px;
  position: relative;
  z-index: 2;
}
/* line 171, ../../private/scss/views/desktop/_projects.scss */
.page--projects__detail__nav {
  text-align: center;
  margin-bottom: 20px;
}
/* line 176, ../../private/scss/views/desktop/_projects.scss */
.page--projects__detail__nav a {
  display: inline-block;
  font-size: 16px;
  font-weight: 400;
  /*font-family: "proxima-nova-n4", "proxima-nova";*/
  text-decoration: none;
  color: #000;
  padding-left: 5px;
  padding-right: 5px;
  padding-bottom: 10px;
  margin-right: 10px;
  color: #fff;
  text-transform: uppercase;
}
/* line 188, ../../private/scss/views/desktop/_projects.scss */
.page--projects__detail__nav a:last-child {
  margin-right: 0;
}
/* line 191, ../../private/scss/views/desktop/_projects.scss */
.page--projects__detail__nav a.active {
  border-bottom: 4px solid #55AD3B;
}
/* line 198, ../../private/scss/views/desktop/_projects.scss */
.page--projects__detail .cycle {
  width: 780px;
  margin: 0 auto;
}
/* line 203, ../../private/scss/views/desktop/_projects.scss */
.page--projects__detail iframe {
  margin: 0 auto;
  display: block;
}
/* line 208, ../../private/scss/views/desktop/_projects.scss */
.page--projects__detail p {
  color: #fff;
  font-size: 18px;
}
/* line 211, ../../private/scss/views/desktop/_projects.scss */
.page--projects__detail p a {
  color: #55AD3B;
  text-decoration: none;
}
/* line 222, ../../private/scss/views/desktop/_projects.scss */
.page--projects__entries {
  position: relative;
  z-index: 1;
  margin-top: 37px;
}
/* line 227, ../../private/scss/views/desktop/_projects.scss */
.page--projects__entries .row {
  padding: 0 10px;
}
/* line 231, ../../private/scss/views/desktop/_projects.scss */
.page--projects__entries .entry {
  display: block;
  text-decoration: none;
  *zoom: 1;
  float: left;
  clear: none;
  text-align: inherit;
  padding-left: 0;
  padding-right: 0;
  width: 31.93333%;
  margin-left: 0%;
  margin-right: 2.1%;
  cursor: pointer;
  text-align: center;
  margin-bottom: 20px;
}
/* line 204, ../../private/scss/jeet/_grid.scss */
.page--projects__entries .entry:before, .page--projects__entries .entry:after {
  content: '';
  display: table;
}
/* line 208, ../../private/scss/jeet/_grid.scss */
.page--projects__entries .entry:after {
  clear: both;
}

.whiteright{
    width: 50% !important;
    float: left;
    /* padding: 0px 50px; */
    padding-left: 12% !important;
}

/* line 48, ../../private/scss/jeet/_grid.scss */
.page--projects__entries .entry {
 margin-right: 0%;
    /* background: #e8e8e8; */
    padding: 10px;
    border: 1px solid #f8f8f8;
    box-shadow: 2px 3px 4px #eee;
    padding: 15px 10px;
}
/* line 240, ../../private/scss/views/desktop/_projects.scss */
.page--projects__entries .entry.active h3, .page--projects__entries .entry:hover h3 {
  /*color: #fdfdfd;*/
  -webkit-transition: color 0.2s ease-in-out;
  -moz-transition: color 0.2s ease-in-out;
  -ms-transition: color 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}
/* line 246, ../../private/scss/views/desktop/_projects.scss */
.page--projects__entries .entry img {
       display: inline-block;
    float: left;
    width: 5%;
}
/* line 251, ../../private/scss/views/desktop/_projects.scss */
.page--projects__entries .entry .text {
    /*background-color: #fff;*/
        width: 90%;
}
/* line 260, ../../private/scss/views/desktop/_projects.scss */
.page--projects__entries .entry h3 {
    font-size: 17px;
    letter-spacing: 1px;
        text-align: left;
  color: #000000;
  display: inline-block;
    width: 90%;
/*  margin-top: 14px;*/
  line-height: 18px;
  margin-bottom: 3px;
  font-weight: 600;
  /*font-family: "proxima-nova-n6", "proxima-nova";*/
  -webkit-transition: color 0.2s ease-in-out;
  -moz-transition: color 0.2s ease-in-out;
  -ms-transition: color 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}
.page--projects__entries .entry:hover{
  background:#6090cd;;
}
/* line 270, ../../private/scss/views/desktop/_projects.scss */
.page--projects__entries .entry .type {
  display: block;
  font-size: 14px;
  color: #999999;
  font-weight: 600;
  font-family: "proxima-nova-n6", "proxima-nova";
}
/* line 281, ../../private/scss/views/desktop/_projects.scss */
.page--projects .projects-decorations {
  z-index: 1;
  position: relative;
  clear: both;
  float: none;
  margin: auto;
  max-width: 960px;
  width: auto;
}

/* line 1, ../../private/scss/views/desktop/_contact.scss */
.page--contact {
  padding: 68px 0 200px 0;
}
/* line 6, ../../private/scss/views/desktop/_contact.scss */
.page--contact iframe {
  width: 100%;
  height: 100%;
}
/* line 12, ../../private/scss/views/desktop/_contact.scss */
.page--contact .tab-content {
  clear: both;
  visibility: hidden;
}
/* line 15, ../../private/scss/views/desktop/_contact.scss */
.page--contact .tab-content.active {
  display: block;
}
/* line 21, ../../private/scss/views/desktop/_contact.scss */
.page--contact__nav {
  text-align: center;
  margin-bottom: 35px;
}
/* line 26, ../../private/scss/views/desktop/_contact.scss */
.page--contact__nav a {
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  font-family: "proxima-nova-n6", "proxima-nova";
  text-decoration: none;
  color: #000;
  margin-right: 15px;
  padding: 0 2px 5px 2px;
}
/* line 34, ../../private/scss/views/desktop/_contact.scss */
.page--contact__nav a:hover, .page--contact__nav a.active {
  border-bottom: 4px solid #55AD3B;
}
/* line 37, ../../private/scss/views/desktop/_contact.scss */
.page--contact__nav a:last-child {
  margin-right: 0;
}
/* line 44, ../../private/scss/views/desktop/_contact.scss */
.page--contact__upper {
  *zoom: 1;
  padding: 0 10px;
}
/* line 204, ../../private/scss/jeet/_grid.scss */
.page--contact__upper:before, .page--contact__upper:after {
  content: '';
  display: table;
}
/* line 208, ../../private/scss/jeet/_grid.scss */
.page--contact__upper:after {
  clear: both;
}
/* line 49, ../../private/scss/views/desktop/_contact.scss */
.page--contact__upper h2 {
  font-size: 24px;
  font-weight: 600;
  font-family: "proxima-nova-n6", "proxima-nova";
}
/* line 54, ../../private/scss/views/desktop/_contact.scss */
.page--contact__upper__left {
  *zoom: 1;
  float: left;
  clear: none;
  padding-left: 0;
  padding-right: 0;
  text-align: inherit;
  width: 50%;
  margin-left: 0%;
  margin-right: 0%;
}
/* line 204, ../../private/scss/jeet/_grid.scss */
.page--contact__upper__left:before, .page--contact__upper__left:after {
  content: '';
  display: table;
}
/* line 208, ../../private/scss/jeet/_grid.scss */
.page--contact__upper__left:after {
  clear: both;
}
/* line 56, ../../private/scss/views/desktop/_contact.scss */
.page--contact__upper__left h2 {
  color: #999;
  margin-bottom: 10px;
}
/* line 60, ../../private/scss/views/desktop/_contact.scss */
.page--contact__upper__left p {
  font-size: 15px;
  color: #000;
}
/* line 68, ../../private/scss/views/desktop/_contact.scss */
.page--contact__upper__right {
  *zoom: 1;
  float: left;
  clear: none;
  padding-left: 0;
  padding-right: 0;
  text-align: inherit;
  width: 50%;
  margin-left: 0%;
  margin-right: 0%;
  text-align: right;
}
/* line 204, ../../private/scss/jeet/_grid.scss */
.page--contact__upper__right:before, .page--contact__upper__right:after {
  content: '';
  display: table;
}
/* line 208, ../../private/scss/jeet/_grid.scss */
.page--contact__upper__right:after {
  clear: both;
}
/* line 71, ../../private/scss/views/desktop/_contact.scss */
.page--contact__upper__right h2 {
  color: #000;
  margin-bottom: 6px;
}
/* line 75, ../../private/scss/views/desktop/_contact.scss */
.page--contact__upper__right .phone-no {
  font-size: 30px;
  font-weight: 600;
  font-family: "proxima-nova-n6", "proxima-nova";
  margin-bottom: 40px;
  display: block;
  color: #FFFFFF;
}
/* line 82, ../../private/scss/views/desktop/_contact.scss */
.page--contact__upper__right .email {
  font-size: 18px;
  color: #FFFFFF;
  display: block;
  font-weight: 400;
  /*font-family: "proxima-nova-n4", "proxima-nova";*/
  text-decoration: none;
}
/* line 95, ../../private/scss/views/desktop/_contact.scss */
.page--contact__form {
  *zoom: 1;
  float: left;
  clear: none;
  text-align: inherit;
  padding-left: 0;
  padding-right: 0;
  width: 39.91667%;
  margin-left: 0%;
  margin-right: 3%;
  padding-top: 57px;
}
/* line 204, ../../private/scss/jeet/_grid.scss */
.page--contact__form:before, .page--contact__form:after {
  content: '';
  display: table;
}
/* line 208, ../../private/scss/jeet/_grid.scss */
.page--contact__form:after {
  clear: both;
}
/* line 48, ../../private/scss/jeet/_grid.scss */
.page--contact__form:last-child {
  margin-right: 0%;
}
/* line 99, ../../private/scss/views/desktop/_contact.scss */
.page--contact__form p {
  font-weight: 600;
}
/* line 103, ../../private/scss/views/desktop/_contact.scss */
.page--contact__form__field {
  margin-bottom: 10px;
}
/* line 107, ../../private/scss/views/desktop/_contact.scss */
.page--contact__form__field label {
  color: #55AD3B;
  font-weight: 600;
  font-family: "proxima-nova-n6", "proxima-nova";
  font-size: 16px;
  margin-bottom: 4px;
  display: block;
}
/* line 115, ../../private/scss/views/desktop/_contact.scss */
.page--contact__form__field input[type='text'], .page--contact__form__field textarea {
  width: 100%;
  padding: 9px;
  font-size: 16px;
  display: block;
  border: 1px solid #CCCCCC;
}
/* line 123, ../../private/scss/views/desktop/_contact.scss */
.page--contact__form__field textarea {
  height: 75px;
  resize: vertical;
}
/* line 130, ../../private/scss/views/desktop/_contact.scss */
.page--contact__form__submit {
  margin-top: 9px;
  float: left;
  width: 100%;
}
/* line 136, ../../private/scss/views/desktop/_contact.scss */
.page--contact__form__submit input[type='submit'], .page--contact__form__submit input[type='button'] {
  display: block;
  color: #000000;
  border: 3px solid #000000;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  behavior: url(../js/PIE.htc);
  font-size: 18px;
  line-height: 48px;
  width: 131px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  background: none;
  float: left;
  cursor: pointer;
  font-weight: 600;
  font-family: "proxima-nova-n6", "proxima-nova";
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
/* line 152, ../../private/scss/views/desktop/_contact.scss */
.page--contact__form__submit input[type='submit']:hover, .page--contact__form__submit input[type='button']:hover {
  color: #55AD3B;
  border: 3px solid #55AD3B;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
/* line 163, ../../private/scss/views/desktop/_contact.scss */
.page--contact__map {
  *zoom: 1;
  float: left;
  clear: none;
  text-align: inherit;
  padding-left: 0;
  padding-right: 0;
  width: 57.08333%;
  margin-left: 0%;
  margin-right: 3%;
}
/* line 204, ../../private/scss/jeet/_grid.scss */
.page--contact__map:before, .page--contact__map:after {
  content: '';
  display: table;
}
/* line 208, ../../private/scss/jeet/_grid.scss */
.page--contact__map:after {
  clear: both;
}
/* line 48, ../../private/scss/jeet/_grid.scss */
.page--contact__map:last-child {
  margin-right: 0%;
}
/* line 166, ../../private/scss/views/desktop/_contact.scss */
.page--contact__map .map {
  position: relative;
  width: 519px;
  height: 364px;
  min-width: 100%;
  margin-top: 75px;
  border: 8px solid #fff;
  /* margin-bottom: 34px;
  */
}
/* line 176, ../../private/scss/views/desktop/_contact.scss */
.page--contact__map .map__container {
  width: 100%;
  float: left;
  height: 364px;
  margin: auto;
}
/* line 185, ../../private/scss/views/desktop/_contact.scss */
.page--contact__lower {
  clear: both;
  *zoom: 1;
  padding: 0 10px;
}
/* line 204, ../../private/scss/jeet/_grid.scss */
.page--contact__lower:before, .page--contact__lower:after {
  content: '';
  display: table;
}
/* line 208, ../../private/scss/jeet/_grid.scss */
.page--contact__lower:after {
  clear: both;
}
/* line 194, ../../private/scss/views/desktop/_contact.scss */
.page--contact .linkedin {
  margin-top: 80px;
}
/* line 196, ../../private/scss/views/desktop/_contact.scss */
.page--contact .linkedin p {
  font-size: 20px;
  color: #0099FF;
}
/* line 200, ../../private/scss/views/desktop/_contact.scss */
.page--contact .linkedin a {
  margin-left: 10px;
}
/* line 202, ../../private/scss/views/desktop/_contact.scss */
.page--contact .linkedin a img {
  margin-bottom: -10px;
}

/* line 1, ../../private/scss/views/desktop/_what-we-do.scss */
.page--what-we-do {
  padding: 49px 0;
}
/* line 5, ../../private/scss/views/desktop/_what-we-do.scss */
.page--what-we-do__intro {
  margin-bottom: 18px;
  padding-left: 10px;
}
/* line 10, ../../private/scss/views/desktop/_what-we-do.scss */
.page--what-we-do__intro h1 {
  color: #212121;
  font-size: 40px;
  font-weight: 800;
  /*font-family: "proxima-nova-n8", "proxima-nova";*/
  text-transform: uppercase;
}
/* line 19, ../../private/scss/views/desktop/_what-we-do.scss */
.page--what-we-do__left {
  *zoom: 1;
  float: left;
  clear: none;
  padding-left: 0;
  padding-right: 0;
  text-align: inherit;
  width: 50%;
  margin-left: 0%;
  margin-right: 0%;
  padding-right: 17px;
  padding-left: 10px;
}
/* line 204, ../../private/scss/jeet/_grid.scss */
.page--what-we-do__left:before, .page--what-we-do__left:after {
  content: '';
  display: table;
}
/* line 208, ../../private/scss/jeet/_grid.scss */
.page--what-we-do__left:after {
  clear: both;
}
/* line 25, ../../private/scss/views/desktop/_what-we-do.scss */
.page--what-we-do__left h3 {
  font-size: 24px;
  color: #0099FF;
  margin-bottom: 10px;
  margin-bottom: 20px;
  font-weight: 600;
  /*font-family: "proxima-nova-n6", "proxima-nova";*/
}
/* line 33, ../../private/scss/views/desktop/_what-we-do.scss */
.page--what-we-do__left p {
  color: #000000;
}
/* line 40, ../../private/scss/views/desktop/_what-we-do.scss */
.page--what-we-do__right {
  *zoom: 1;
  float: left;
  clear: none;
  padding-left: 0;
  padding-right: 0;
  text-align: inherit;
  width: 50%;
  margin-left: 0%;
  margin-right: 0%;
  text-align: right;
  padding-right: 10px;
  padding-left: 88px;
}
/* line 204, ../../private/scss/jeet/_grid.scss */
.page--what-we-do__right:before, .page--what-we-do__right:after {
  content: '';
  display: table;
}
/* line 208, ../../private/scss/jeet/_grid.scss */
.page--what-we-do__right:after {
  clear: both;
}
/* line 47, ../../private/scss/views/desktop/_what-we-do.scss */
.page--what-we-do__right img {
  display: block;
  border: 9px solid #fff;
  margin-bottom: 19px;
}

/* line 1, ../../private/scss/views/desktop/_about-us.scss */
.page--about-us {
  padding: 40px 0;
}
/* line 5, ../../private/scss/views/desktop/_about-us.scss */
.page--about-us__intro {
  margin-bottom: 8px;
  padding-left: 20px;
  display: inline-block;
  /*text-align: center;*/
}
/* line 10, ../../private/scss/views/desktop/_about-us.scss */
.page--about-us__intro h1 {
  /*color: #2f4871;
    font-size: 40px;
    font-weight: 800;
    font-family: "Ubuntu";
    text-transform: uppercase;
    letter-spacing: 1px;
    text-align: left;*/
        font-size: 35px;
    color: #2f4871;
    margin-top: 10px;
    margin-bottom: 10px;
    font-weight: 600;
    /* font-family: "proxima-nova-n6", "proxima-nova"; */
    text-transform: uppercase;
    letter-spacing: 1px;
}
/* line 19, ../../private/scss/views/desktop/_about-us.scss */
.page--about-us__left {
  *zoom: 1;
  float: left;
  clear: none;
  padding-left: 0;
  padding-right: 0;
  text-align: inherit;
  /*width: 50%;*/
  margin-left: 0%;
  margin-right: 0%;
 /* padding-right: 17px;*/
  padding-left: 10px;
}
/* line 204, ../../private/scss/jeet/_grid.scss */
.page--about-us__left:before, .page--about-us__left:after {
  content: '';
  display: table;
}
/* line 208, ../../private/scss/jeet/_grid.scss */
.page--about-us__left:after {
  clear: both;
}
/* line 25, ../../private/scss/views/desktop/_about-us.scss */
.page--about-us__left h3 {
     font-size: 24px;
    color: #2f4871;
    margin-top: 10px;
    margin-bottom: 10px;
    font-weight: 600;
    /* font-family: "proxima-nova-n6", "proxima-nova"; */
    text-transform: uppercase;
    letter-spacing: 1px;
}
/* line 31, ../../private/scss/views/desktop/_about-us.scss */
.page--about-us__left h3:first-child {
  margin-top: 0;
}
/* line 36, ../../private/scss/views/desktop/_about-us.scss */
.page--about-us__left p {
  color: #000000;
}
/* line 41, ../../private/scss/views/desktop/_about-us.scss */
.page--about-us__left .pdfs h4 {
  font-weight: 600;
  /*font-family: "proxima-nova-n6", "proxima-nova";*/
  font-size: 21px;
  color: #0099FF;
  padding: 13px 0;
  margin-bottom: 15px;
  border-bottom: #CCC 1px solid;
}
/* line 49, ../../private/scss/views/desktop/_about-us.scss */
.page--about-us__left .pdfs ul li {
  background: url(/../images/icon_pdf.png) no-repeat left 7px transparent;
  list-style-type: none;
  margin: 0;
  padding: 9px 0px 9px 26px;
  vertical-align: middle;
}
/* line 56, ../../private/scss/views/desktop/_about-us.scss */
.page--about-us__left .pdfs a {
  text-decoration: none;
  color: black;
}
/* line 59, ../../private/scss/views/desktop/_about-us.scss */
.page--about-us__left .pdfs a:hover {
  text-decoration: underline;
}
/* line 68, ../../private/scss/views/desktop/_about-us.scss */
.page--about-us__right {
  *zoom: 1;
  float: left;
  clear: none;
  padding-left: 0;
  padding-right: 0;
  text-align: inherit;
  width: 50%;
  margin-left: 0%;
  margin-right: 0%;
  text-align: right;
  padding-right: 10px;
  padding-left: 15px;
}
/* line 204, ../../private/scss/jeet/_grid.scss */
.page--about-us__right:before, .page--about-us__right:after {
  content: '';
  display: table;
}
/* line 208, ../../private/scss/jeet/_grid.scss */
.page--about-us__right:after {
  clear: both;
}
/* line 75, ../../private/scss/views/desktop/_about-us.scss */
.page--about-us__right img {
  display: block;
  /*border: 9px solid #fff;*/
  border:5px solid #55AD3B;
  margin-bottom: 19px;
}

/* line 1, ../../private/scss/views/desktop/_careers.scss */
.page--careers {
  padding: 52px 0;
}
/* line 5, ../../private/scss/views/desktop/_careers.scss */
.page--careers__intro {
  margin-bottom: 13px;
  padding-left: 10px;
}
/* line 10, ../../private/scss/views/desktop/_careers.scss */
.page--careers__intro h1 {
  color: #212121;
  font-size: 40px;
  font-weight: 800;
  /*font-family: "proxima-nova-n8", "proxima-nova";*/
  text-transform: uppercase;
  margin-top: 50px;
}
/* line 20, ../../private/scss/views/desktop/_careers.scss */
.page--careers__entries {
  *zoom: 1;
  float: left;
  clear: none;
  text-align: inherit;
  padding-left: 0;
  padding-right: 0;
  width: 48.5%;
  margin-left: 0%;
  margin-right: 3%;
  padding-right: 17px;
  padding-left: 10px;
}
/* line 204, ../../private/scss/jeet/_grid.scss */
.page--careers__entries:before, .page--careers__entries:after {
  content: '';
  display: table;
}
/* line 208, ../../private/scss/jeet/_grid.scss */
.page--careers__entries:after {
  clear: both;
}
/* line 48, ../../private/scss/jeet/_grid.scss */
.page--careers__entries:last-child {
  margin-right: 0%;
}
/* line 26, ../../private/scss/views/desktop/_careers.scss */
.page--careers__entries .linkedin {
  margin-top: 90px;
}
/* line 28, ../../private/scss/views/desktop/_careers.scss */
.page--careers__entries .linkedin p {
  font-size: 20px;
  color: #0099FF;
}
/* line 32, ../../private/scss/views/desktop/_careers.scss */
.page--careers__entries .linkedin a {
  margin-left: 10px;
}
/* line 34, ../../private/scss/views/desktop/_careers.scss */
.page--careers__entries .linkedin a img {
  margin-bottom: -10px;
}
/* line 40, ../../private/scss/views/desktop/_careers.scss */
.page--careers__entries .entry {
  display: block;
  text-decoration: none;
  margin-top: 30px;
  padding-top: 20px;
}
/* line 45, ../../private/scss/views/desktop/_careers.scss */
.page--careers__entries .entry:not(:last-child) {
  border-top: 1px solid #CCCCCC;
}
/* line 48, ../../private/scss/views/desktop/_careers.scss */
.page--careers__entries .entry:first-child {
  border-top: none;
  margin-top: 0;
  padding-top: 0;
}
/* line 54, ../../private/scss/views/desktop/_careers.scss */
.page--careers__entries .entry img {
  display: block;
}
/* line 58, ../../private/scss/views/desktop/_careers.scss */
.page--careers__entries .entry .text {
  display: block;
  padding: 20px;
  background-color: #fff;
}
/* line 64, ../../private/scss/views/desktop/_careers.scss */
.page--careers__entries .entry h3 {
  font-size: 24px;
  color: #0099FF;
  margin-top: 10px;
  margin-bottom: 10px;
  font-weight: 600;
  /*font-family: "proxima-nova-n6", "proxima-nova";*/
}
/* line 72, ../../private/scss/views/desktop/_careers.scss */
.page--careers__entries .entry p {
  color: #000000;
}
/* line 74, ../../private/scss/views/desktop/_careers.scss */
.page--careers__entries .entry p a {
  color: #55AD3B;
  text-decoration: none;
}
/* line 78, ../../private/scss/views/desktop/_careers.scss */
.page--careers__entries .entry p:last-child {
  margin-bottom: 0;
}
/* line 83, ../../private/scss/views/desktop/_careers.scss */
.page--careers__entries .entry .go-back {
  display: block;
  color: #55AD3B;
  border: 3px solid #55AD3B;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  behavior: url(../js/PIE.htc);
  font-size: 18px;
  line-height: 48px;
  padding: 0 20px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  float: left;
  font-weight: 600;
  /*font-family: "proxima-nova-n6", "proxima-nova";*/
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
/* line 97, ../../private/scss/views/desktop/_careers.scss */
.page--careers__entries .entry .go-back:hover {
  color: #000;
  border: 3px solid #000;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
/* line 109, ../../private/scss/views/desktop/_careers.scss */
.page--careers__slider {
  *zoom: 1;
  float: left;
  clear: none;
  text-align: inherit;
  padding-left: 0;
  padding-right: 0;
  width: 31.33333%;
  margin-left: 17.16667%;
  margin-right: 3%;
  text-align: right;
  padding-right: 15px;
  float: right;
  margin-right: 0 !important;
  padding-top: 44px;
}
/* line 204, ../../private/scss/jeet/_grid.scss */
.page--careers__slider:before, .page--careers__slider:after {
  content: '';
  display: table;
}
/* line 208, ../../private/scss/jeet/_grid.scss */
.page--careers__slider:after {
  clear: both;
}
/* line 48, ../../private/scss/jeet/_grid.scss */
.page--careers__slider:last-child {
  margin-right: 0%;
}
/* line 120, ../../private/scss/views/desktop/_careers.scss */
.page--careers__slider p {
  color: #fff;
}
/* line 124, ../../private/scss/views/desktop/_careers.scss */
.page--careers__slider a {
  display: block;
  color: #000000;
  border: 3px solid #000000;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  behavior: url(../js/PIE.htc);
  font-size: 18px;
  line-height: 48px;
  width: 205px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  float: right;
  font-weight: 600;
  /*font-family: "proxima-nova-n6", "proxima-nova";*/
}
/* line 140, ../../private/scss/views/desktop/_careers.scss */
.page--careers .background-benefits-container {
  background-color: #222222;
  width: 100%;
  min-height: 323px;
}
/* line 144, ../../private/scss/views/desktop/_careers.scss */
.page--careers .background-benefits-container .slider-content-height {
  padding-left: 10px;
}
/* line 148, ../../private/scss/views/desktop/_careers.scss */
.page--careers .background-benefits-container h2 {
  color: white;
  text-transform: uppercase;
  font-weight: 800;
  /*font-family: "proxima-nova-n8", "proxima-nova";*/
  font-size: 28px;
  margin-top: 43px;
  letter-spacing: 0.2px;
}
/* line 162, ../../private/scss/views/desktop/_careers.scss */
.page--careers .cycle-slideshow .slide h3 {
  color: #55AD3B;
  margin-top: 27px;
  font-weight: 700;
  /*font-family: "proxima-nova-n7", "proxima-nova";*/
  font-size: 24px;
  margin-bottom: 9px;
  display: inline-block;
  text-transform: capitalize;
}
/* line 172, ../../private/scss/views/desktop/_careers.scss */
.page--careers .cycle-slideshow .slide p, .page--careers .cycle-slideshow .slide li {
  color: white;
  font-size: 15px;
  line-height: 22px;
}
/* line 181, ../../private/scss/views/desktop/_careers.scss */
.page--careers .pager {
  position: absolute;
  z-index: 40;
  text-align: left;
  opacity: 0.9;
  width: auto;
  margin-left: 4px;
  margin-top: 1%;
}
/* line 190, ../../private/scss/views/desktop/_careers.scss */
.page--careers .pager span {
  background-color: #808080;
  display: inline-block;
  width: 9px;
  height: 9px;
  margin-right: 12px;
  text-indent: -9999px;
  -webkit-border-radius: 50em;
  -moz-border-radius: 50em;
  border-radius: 50em;
  behavior: url(../js/PIE.htc);
}
/* line 198, ../../private/scss/views/desktop/_careers.scss */
.page--careers .pager span:last-child {
  margin-right: 0;
}
/* line 201, ../../private/scss/views/desktop/_careers.scss */
.page--careers .pager span.cycle-pager-active {
  background-color: #FFF;
}

/* line 1, ../../private/scss/views/desktop/_testimonials.scss */
.page--testimonials {
  padding: 46px 0;
}
/* line 5, ../../private/scss/views/desktop/_testimonials.scss */
.page--testimonials__intro {
  margin-bottom: 30px;
  padding-left: 10px;
}
/* line 10, ../../private/scss/views/desktop/_testimonials.scss */
.page--testimonials__intro h1 {
  color: #212121;
  font-size: 40px;
  text-transform: uppercase;
  font-weight: 800;
  /*font-family: "proxima-nova-n8", "proxima-nova";*/
}
/* line 19, ../../private/scss/views/desktop/_testimonials.scss */
.page--testimonials__slider {
  margin-top: 160px;
}
/* line 21, ../../private/scss/views/desktop/_testimonials.scss */
.page--testimonials__slider .slider {
  margin-left: 40px;
}
/* line 30, ../../private/scss/views/desktop/_testimonials.scss */
.page--testimonials__slider .slide {
  padding-left: 10px;
  overflow: hidden;
}
/* line 38, ../../private/scss/views/desktop/_testimonials.scss */
.page--testimonials__slider .pager--testimonials {
  z-index: 20;
  margin-left: 428px;
  margin-top: -420px;
  color: transparent;
}
/* line 44, ../../private/scss/views/desktop/_testimonials.scss */
.page--testimonials__slider .pager--testimonials span {
  background-color: #7F7F7F;
  display: block;
  width: 8px;
  height: 8px;
  margin-bottom: 12px;
  -webkit-border-radius: 50em;
  -moz-border-radius: 50em;
  border-radius: 50em;
  behavior: url(../js/PIE.htc);
}
/* line 52, ../../private/scss/views/desktop/_testimonials.scss */
.page--testimonials__slider .pager--testimonials span.cycle-pager-active {
  background-color: #fff;
}
/* line 59, ../../private/scss/views/desktop/_testimonials.scss */
.page--testimonials__entries {
  *zoom: 1;
  float: left;
  clear: none;
  padding-left: 0;
  padding-right: 0;
  text-align: inherit;
  width: 50%;
  margin-left: 0%;
  margin-right: 0%;
  padding-right: 33px;
  padding-left: 10px;
}
/* line 204, ../../private/scss/jeet/_grid.scss */
.page--testimonials__entries:before, .page--testimonials__entries:after {
  content: '';
  display: table;
}
/* line 208, ../../private/scss/jeet/_grid.scss */
.page--testimonials__entries:after {
  clear: both;
}
/* line 65, ../../private/scss/views/desktop/_testimonials.scss */
.page--testimonials__entries .entry {
  display: block;
  text-decoration: none;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #CCCCCC;
}
/* line 72, ../../private/scss/views/desktop/_testimonials.scss */
.page--testimonials__entries .entry:last-child {
  border-bottom: 0;
}
/* line 76, ../../private/scss/views/desktop/_testimonials.scss */
.page--testimonials__entries .entry p {
  color: #000000;
}
/* line 80, ../../private/scss/views/desktop/_testimonials.scss */
.page--testimonials__entries .entry .author {
  display: block;
  font-size: 14px;
  color: #55AD3B;
  margin-top: 20px;
  font-weight: 600;
  /*font-family: "proxima-nova-n6", "proxima-nova";*/
}

/* line 1, ../../private/scss/views/desktop/_people-matter.scss */
.page--people-matter {
  padding: 49px 0;
}
/* line 5, ../../private/scss/views/desktop/_people-matter.scss */
.page--people-matter__intro {
  margin-bottom: 18px;
  padding-left: 10px;
}
/* line 10, ../../private/scss/views/desktop/_people-matter.scss */
.page--people-matter__intro h1 {
  color: #212121;
  font-size: 40px;
  font-weight: 800;
  /*font-family: "proxima-nova-n8", "proxima-nova";*/
  text-transform: uppercase;
}
/* line 19, ../../private/scss/views/desktop/_people-matter.scss */
.page--people-matter__left {
  *zoom: 1;
  float: left;
  clear: none;
  padding-left: 0;
  padding-right: 0;
  text-align: inherit;
  width: 50%;
  margin-left: 0%;
  margin-right: 0%;
  padding-right: 17px;
  padding-left: 10px;
}
/* line 204, ../../private/scss/jeet/_grid.scss */
.page--people-matter__left:before, .page--people-matter__left:after {
  content: '';
  display: table;
}
/* line 208, ../../private/scss/jeet/_grid.scss */
.page--people-matter__left:after {
  clear: both;
}
/* line 25, ../../private/scss/views/desktop/_people-matter.scss */
.page--people-matter__left h3 {
  font-size: 24px;
  color: #0099FF;
  margin-top: 10px;
  margin-bottom: 20px;
  font-weight: 600;
  /*font-family: "proxima-nova-n6", "proxima-nova";*/
}
/* line 33, ../../private/scss/views/desktop/_people-matter.scss */
.page--people-matter__left p {
  color: #000000;
}
/* line 40, ../../private/scss/views/desktop/_people-matter.scss */
.page--people-matter__right {
  *zoom: 1;
  float: left;
  clear: none;
  padding-left: 0;
  padding-right: 0;
  text-align: inherit;
  width: 50%;
  margin-left: 0%;
  margin-right: 0%;
  text-align: right;
  padding-right: 10px;
  padding-left: 88px;
}
/* line 204, ../../private/scss/jeet/_grid.scss */
.page--people-matter__right:before, .page--people-matter__right:after {
  content: '';
  display: table;
}
/* line 208, ../../private/scss/jeet/_grid.scss */
.page--people-matter__right:after {
  clear: both;
}
/* line 47, ../../private/scss/views/desktop/_people-matter.scss */
.page--people-matter__right img {
  display: block;
  border: 9px solid #fff;
  margin-bottom: 19px;
}
/* line 58, ../../private/scss/views/desktop/_people-matter.scss */
.page--people-matter .people {
  font-weight: 400;
  /*font-family: "proxima-nova-n4", "proxima-nova";*/
  margin-bottom: 30px;
}
/* line 61, ../../private/scss/views/desktop/_people-matter.scss */
.page--people-matter .people .person {
  display: block;
  width: 200px;
  padding: 10px;
  text-align: center;
  vertical-align: top;
}
/* line 67, ../../private/scss/views/desktop/_people-matter.scss */
.page--people-matter .people .person:nth-child(2n+1) {
  margin-right: 40px;
}
/* line 70, ../../private/scss/views/desktop/_people-matter.scss */
.page--people-matter .people .person img {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  behavior: url(../js/PIE.htc);
  border: #55AD3B 2px solid;
}
/* line 74, ../../private/scss/views/desktop/_people-matter.scss */
.page--people-matter .people .person h4 {
  font-weight: 600;
  /*font-family: "proxima-nova-n6", "proxima-nova";*/
  font-size: 20px;
}
/* line 78, ../../private/scss/views/desktop/_people-matter.scss */
.page--people-matter .people .person small {
  font-size: 12px;
  margin: 5px 0 15px 0;
  display: block;
}
/* line 83, ../../private/scss/views/desktop/_people-matter.scss */
.page--people-matter .people .person a {
  display: block;
  text-decoration: none;
  color: #55AD3B;
  margin: 7px 0;
  outline: none;
}
/* line 89, ../../private/scss/views/desktop/_people-matter.scss */
.page--people-matter .people .person a.phone {
  font-weight: 600;
  /*font-family: "proxima-nova-n6", "proxima-nova";*/
}
/* line 92, ../../private/scss/views/desktop/_people-matter.scss */
.page--people-matter .people .person a.email {
  font-size: 13px;
}
/* line 95, ../../private/scss/views/desktop/_people-matter.scss */
.page--people-matter .people .person a.vcard {
  color: #333;
  font-size: 12px;
  font-weight: 400;
  /*font-family: "proxima-nova-n4", "proxima-nova";*/
}
/* line 100, ../../private/scss/views/desktop/_people-matter.scss */
.page--people-matter .people .person a.bio {
  color: black;
  font-size: 13px;
  font-weight: 600;
  /*font-family: "proxima-nova-n6", "proxima-nova";*/
  margin-top: 10px;
}
/* line 111, ../../private/scss/views/desktop/_people-matter.scss */
.page--people-matter .bio-popup {
  position: relative;
  background: #FFF;
  padding: 20px;
  width: auto;
  width: 700px;
  margin: 20px auto;
  padding: 55px 90px 70px 75px;
}
/* line 120, ../../private/scss/views/desktop/_people-matter.scss */
.page--people-matter .bio-popup .mfp-close {
  margin-top: -20px;
  margin-right: -20px;
  font-size: 40px;
  color: white !important;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  behavior: url(../js/PIE.htc);
  background-color: #55AD3B;
  opacity: 1;
}
/* line 130, ../../private/scss/views/desktop/_people-matter.scss */
.page--people-matter .bio-popup header {
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: #ccc 2px solid;
}
/* line 137, ../../private/scss/views/desktop/_people-matter.scss */
.page--people-matter .bio-popup .bio-image {
  display: inline-block;
  vertical-align: top;
}
/* line 140, ../../private/scss/views/desktop/_people-matter.scss */
.page--people-matter .bio-popup .bio-image img {
  width: 180px;
  height: 180px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  behavior: url(../js/PIE.htc);
  border: #55AD3B 2px solid;
}
/* line 148, ../../private/scss/views/desktop/_people-matter.scss */
.page--people-matter .bio-popup .person {
  display: inline-block;
  vertical-align: top;
  padding: 30px 0 0 50px;
  font-weight: 400;
  /*font-family: "proxima-nova-n4", "proxima-nova";*/
}
/* line 153, ../../private/scss/views/desktop/_people-matter.scss */
.page--people-matter .bio-popup .person h4 {
  font-weight: 600;
  /*font-family: "proxima-nova-n6", "proxima-nova";*/
  font-size: 20px;
}
/* line 157, ../../private/scss/views/desktop/_people-matter.scss */
.page--people-matter .bio-popup .person small {
  font-size: 12px;
  margin: 5px 0 15px 0;
  display: block;
}
/* line 162, ../../private/scss/views/desktop/_people-matter.scss */
.page--people-matter .bio-popup .person a {
  display: block;
  text-decoration: none;
  color: #55AD3B;
  margin: 7px 0;
}
/* line 167, ../../private/scss/views/desktop/_people-matter.scss */
.page--people-matter .bio-popup .person a.phone {
  font-weight: 600;
  /*font-family: "proxima-nova-n6", "proxima-nova";*/
}
/* line 170, ../../private/scss/views/desktop/_people-matter.scss */
.page--people-matter .bio-popup .person a.email {
  font-size: 13px;
}
/* line 173, ../../private/scss/views/desktop/_people-matter.scss */
.page--people-matter .bio-popup .person a.vcard {
  color: #222;
  font-size: 12px;
  font-weight: 400;
  /*font-family: "proxima-nova-n4", "proxima-nova";*/
}
/* line 178, ../../private/scss/views/desktop/_people-matter.scss */
.page--people-matter .bio-popup .person a.bio {
  color: black;
  font-size: 13px;
  font-weight: 600;
  /*font-family: "proxima-nova-n6", "proxima-nova";*/
  margin-top: 10px;
}
/* line 187, ../../private/scss/views/desktop/_people-matter.scss */
.page--people-matter .bio-popup .bio {
  color: #222;
}

/* line 1, ../../private/scss/views/desktop/_404.scss */
.page--404 {
  *zoom: 1;
  width: auto;
  max-width: 880px;
  float: none;
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-left: 0;
  padding-right: 0;
  padding: 94px 90px 100px 90px;
  text-align: center;
  /*	a {
  		text-decoration: none;
  		color: 	$blue;
  	}
  */
}
/* line 204, ../../private/scss/jeet/_grid.scss */
.page--404:before, .page--404:after {
  content: '';
  display: table;
}
/* line 208, ../../private/scss/jeet/_grid.scss */
.page--404:after {
  clear: both;
}
/* line 7, ../../private/scss/views/desktop/_404.scss */
.page--404 h1 {
  color: #212121;
  font-size: 70px;
  font-weight: 600;
  /*font-family: "proxima-nova-n6", "proxima-nova";*/
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 42px;
}
/* line 21, ../../private/scss/views/desktop/_404.scss */
.page--404 a {
  display: block;
  color: #000000;
  border: 3px solid #000000;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  behavior: url(../js/PIE.htc);
  font-size: 18px;
  line-height: 48px;
  width: 174px;
  margin: 40px auto 0 auto;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  background-color: #fff;
  cursor: pointer;
  font-weight: 600;
  /*font-family: "proxima-nova-n6", "proxima-nova";*/
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
/* line 37, ../../private/scss/views/desktop/_404.scss */
.page--404 a:hover {
  color: #55AD3B;
  border: 3px solid #55AD3B;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.social-icons a img{
    max-width: 20%;
    margin-right: 10px;
}


/** Owl Carousel
--------------------------------------**/

#owl-demo .item img{
    display: block;
    width: 100%;
    height: auto;
}

.owl-item .item h2{
  font-size: 40px;
}

.owl-item .item span{
  font-size: 18px;
}

.owl-dots {
    text-align: center;
}

.owl-dots .active{
  /*background:#fff;*/
  background:#2f4871;
}

.owl-carousel .owl-nav .owl-prev, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-dot {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    /*border: 1px solid;*/
    border:1px solid #2f4871;
    display: inline-block;
    width: 12px;
    height: 12px;
    border-radius: 50px;
    margin: 20px 10px 0 0px;
    visibility: hidden;
}



/** NEw section home_creative
----------------------------------------**/

.custom_section{
  padding:20px 0;
}
.col-6{
  width:50%;
  float:left;
  padding:10px;
}

a.read_more {
    padding: 10px;
    text-decoration: none;
    letter-spacing: 1px;
    /* background: #fff; */
    display: inline-block;
    color: #fff;
    border-radius: 3px;
    border: 2px solid;
    transition:0.5s ease-in-out;
}
.read_more i{
  transition:0.5s ease-in-out;
}
.read_more:hover{
  transition:0.5s ease-in-out;
  color:#fff;
  border: 2px solid #55AD3B;
}
.read_more:hover i{
  transition:0.5s ease-in-out;
  /*color:#55AD3B;*/
}
.blue{
  /*color:#000 !important;*/
}
.blue:hover{
  /*color:#5D8CCD ;*/
  border: 2px solid #2F4871;
}
.blue:hover i{
  color:#2F4871 !important;
}
.green{
  color:#2F4871 !important;
}
.green:hover{
  border:2px solid #55AD3B;
}
.green:hover i{
  color:#55AD3B;
}

/** Team styles
--------------------------------**/

.team {
    display: inline-block;
    margin-bottom: 20px;
    background: rgba(255, 255, 255, 0.67);
    padding: 20px;
}
.page--people-matter__left{
	width:100% !important;
}

.page--people-matter .people .person{
	float:left;
	border:1px solid gainsboro;
}
.text-box {
    padding: 55px;
}


/** Tabs styles
---------------------------------**/

.tabs {
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  position: relative;
  background: white;
  padding: 50px;
  padding-bottom: 80px;
  /*width: 70%;*/
  height: 250px;
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
  border-radius: 5px;
  min-width: 240px;
}
.tabs input[name="tab-control"] {
  display: none;
}
.tabs .content section h2,
.tabs ul li label {
  font-family: "Montserrat";
  font-weight: bold;
  font-size: 18px;
  color: #2F4871;
}
.tabs ul {
  list-style-type: none;
  padding-left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-bottom: 10px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.tabs ul li {
  box-sizing: border-box;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 25%;
  padding: 0 10px;
  text-align: center;
}
.tabs ul li label {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  color: #929daf;
  padding: 5px auto;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  white-space: nowrap;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.tabs ul li label br {
  display: none;
}
.tabs ul li label svg {
  fill: #929daf;
  height: 1.2em;
  vertical-align: bottom;
  margin-right: 0.2em;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.tabs ul li label:hover, .tabs ul li label:focus, .tabs ul li label:active {
  outline: 0;
  color: #bec5cf;
}
.tabs ul li label:hover svg, .tabs ul li label:focus svg, .tabs ul li label:active svg {
  fill: #bec5cf;
}
.tabs .slider {
  position: relative;
  width: 35%;
  -webkit-transition: all 0.33s cubic-bezier(0.38, 0.8, 0.32, 1.07);
  transition: all 0.33s cubic-bezier(0.38, 0.8, 0.32, 1.07);
}
.tabs .slider .indicator {
  position: relative;
  /*width: 50px;*/
  max-width: 100%;
  margin: 0 auto;
  height: 4px;
  background: #2f4871;
  border-radius: 1px;
}
.tabs .content {
  margin-top: 30px;
}
.tabs .content section {
  display: none;
  -webkit-animation-name: content;
          animation-name: content;
  -webkit-animation-direction: normal;
          animation-direction: normal;
  -webkit-animation-duration: 0.3s;
          animation-duration: 0.3s;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  line-height: 1.4;
}
.tabs .content section h2 {
  color: #2F4871;
  display: none;
}
.tabs .content section h2::after {
  content: "";
  position: relative;
  display: block;
  width: 30px;
  height: 3px;
  background: #2F4871;
  margin-top: 5px;
  left: 1px;
}
.tabs input[name="tab-control"]:nth-of-type(1):checked ~ ul > li:nth-child(1) > label {
  cursor: default;
  color: #2f4871;
}
.tabs input[name="tab-control"]:nth-of-type(1):checked ~ ul > li:nth-child(1) > label svg {
  fill: #2f4871;
}
@media (max-width: 600px) {
  .tabs input[name="tab-control"]:nth-of-type(1):checked ~ ul > li:nth-child(1) > label {
    background: rgba(0, 0, 0, 0.08);
  }
}
.tabs input[name="tab-control"]:nth-of-type(1):checked ~ .slider {
  -webkit-transform: translateX(0%);
          transform: translateX(0%);
}
.tabs input[name="tab-control"]:nth-of-type(1):checked ~ .content > section:nth-child(1) {
  display: block;
}
.tabs input[name="tab-control"]:nth-of-type(2):checked ~ ul > li:nth-child(2) > label {
  cursor: default;
  color: #2F4871;
}
.tabs input[name="tab-control"]:nth-of-type(2):checked ~ ul > li:nth-child(2) > label svg {
  fill: #2F4871;
}

.tabs input[name="tab-control"]:nth-of-type(2):checked ~ .slider {
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}
.tabs input[name="tab-control"]:nth-of-type(2):checked ~ .content > section:nth-child(2) {
  display: block;
}
.tabs input[name="tab-control"]:nth-of-type(3):checked ~ ul > li:nth-child(3) > label {
  cursor: default;
  color: #2F4871;
}
.tabs input[name="tab-control"]:nth-of-type(3):checked ~ ul > li:nth-child(3) > label svg {
  fill: #2F4871;
}
@media (max-width: 600px) {
  .tabs input[name="tab-control"]:nth-of-type(3):checked ~ ul > li:nth-child(3) > label {
    background: rgba(0, 0, 0, 0.08);
  }
}
.tabs input[name="tab-control"]:nth-of-type(3):checked ~ .slider {
  -webkit-transform: translateX(195%);
          transform: translateX(195%);
}
.tabs input[name="tab-control"]:nth-of-type(3):checked ~ .content > section:nth-child(3) {
  display: block;
}
.tabs input[name="tab-control"]:nth-of-type(4):checked ~ ul > li:nth-child(4) > label {
  cursor: default;
  color: #2F4871;
}
.tabs input[name="tab-control"]:nth-of-type(4):checked ~ ul > li:nth-child(4) > label svg {
  fill: #2F4871;
}
@media (max-width: 600px) {
  .tabs input[name="tab-control"]:nth-of-type(4):checked ~ ul > li:nth-child(4) > label {
    background: rgba(0, 0, 0, 0.08);
  }
}
.tabs input[name="tab-control"]:nth-of-type(4):checked ~ .slider {
  -webkit-transform: translateX(300%);
          transform: translateX(300%);
}
.tabs input[name="tab-control"]:nth-of-type(4):checked ~ .content > section:nth-child(4) {
  display: block;
}
@-webkit-keyframes content {
  from {
    opacity: 0;
    -webkit-transform: translateY(5%);
            transform: translateY(5%);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
}
@keyframes content {
  from {
    opacity: 0;
    -webkit-transform: translateY(5%);
            transform: translateY(5%);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
}
@media only screen and (min-width: 1199px) {
  .visiblemobile{display: none !important}
  .page--service__content__left ul li {
    width: 350px;
  }

}

.page{min-height: 750px;}

@media only screen and (min-width: 1600px) and (min-height: 795px) {
     .page{
      padding: 40px 0;
    min-height: 830px;
     }
}

@media only screen and (min-width: 1850px) and (min-height: 796px) {

 .page{
      padding: 40px 0;
    min-height: 930px;
     }

  }
@media (max-width: 1000px) {
  .tabs ul li label {
    white-space: initial;
  }
  .tabs ul li label br {
    display: initial;
  }
  .tabs ul li label svg {
    height: 1.5em;
  }
}
@media (max-width: 600px) {
  .tabs ul li label {
    padding: 5px;
    border-radius: 5px;
  }
  .tabs ul li label span {
    display: none;
  }
  .tabs .slider {
    display: none;
  }
  .tabs .content {
    margin-top: 20px;
  }
  .tabs .content section h2 {
    display: block;
  }
}


/** footer redesigned
--------------------------------**/

.footer_links ul li{
  list-style: none;
}
.footer_links ul li a{
  text-decoration: none;
  color:#fff;
  text-transform: uppercase;
  letter-spacing: 1px;
  border-right:1px solid;
  padding: 0px 10px;
    font-size: 12px;
}

.footer_links{
  float:left;
}
.copyright{
  float:right;
}
.copyright p{
      padding: 3px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 12px;
    color: #fff;
}
.copyright a{
  text-decoration: none;
  color:#55AD3B;
}

/** about page
---------------------------------**/

/*.about_page{
  column-count: 2;
}*/

.about_page p{
  font-size:18px !important;
  margin-bottom: 50px;
  width:225px;
}
.left_block {
    width: 48%;
    float: left;
    padding:0px 50px;
}
.right_block{
  width:49%;
  float:left;
  padding:0px 50px;
}


span.divider {
    width: 75px;
    height: 4px;
    display: inline-block;
    background: #55ad3b;
    margin: 6px 0 5px 0;
    border-radius: 50px;
}

.image_border {
    /*margin-bottom: 130px;*/
    margin-bottom: 250px;
}

span.border_image_right {
    border: 8px solid #5b92d3;
    display: block;
    position: absolute;
    width: 200px;
    height: 230px;
    margin-left: -40px;
    margin-top: 75px;
}

span.aboutimg {
    display: block;
    position: absolute;
    border: 8px solid #5b92d3;
    width: 250px;
    height: 250px;
    margin-left: 200px;
    margin-top: 100px;
    z-index: -1;
}

.border_image_rsr{
      border: 8px solid #5b92d3;
    display: block;
    position: absolute;
    width: 450px;
    height: 450px;
    margin-left: 0px;
    margin-top: 45px;
    z-index: -1;
}
span.border_image_left {
    display: block;
    position: absolute;
    border: 8px solid #55ad3b;
    width: 250px;
    height: 330px;
    margin-left: 170px;
    margin-top: 260px;
    z-index: -1;
}

span.border_image_bottom {
    border: 8px solid #5b92d3;
    display: block;
    position: absolute;
    width: 210px;
    height: 194px;
    margin-left: -70px;
    top: 65%;
    z-index: -1;
}

/** Team Page
------------------------------**/

.team_block li{
    width: 33.3%;
    text-align: center;
    float: left;
    list-style: none;
    margin-bottom: 50px !important;
}

.team_block li a{
  text-decoration: none;
}

/*span.team_border {
    display: block;
    width: 185px;
    height: 170px;
    border: 8px solid #55ad3b;
    position: absolute;
    margin-top: -25px;
    z-index: -1;
}*/

.team_page{
  margin-top:35px;
}
span.avatar img{
  	/*border-radius: 50%;*/
    z-index: 5;
    position: relative;

}

span.avatar_name {
    display:block;
    /* border: 1px solid; */
    padding: 10px;
    margin: 10px 0 0 0;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-decoration: none;
    color: #55ad3b;
    font-weight: 700;
    /*background: #d6d6d6;*/
}

span.more_btn {
    display: block;
    border: 1px solid;
    width: 160px;
    margin: 0 auto;
    /*padding: 10px;*/
    background: #2f4871;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
    /* text-decoration: none; */
}
.more_btn i{
  padding: 12px;
    background: #5591cf;
    /* float: right; */
    text-align: right;
    margin-right: -11px;
}

span.plus_icon {
    display: inline-block;
    border: 1px solid;
    padding: 10px 13px;
    border-radius: 50px;
    position: absolute;
    background: #2f4871;
    color: white;
    bottom: 5%;
    margin-left: -45px;
}

span.avatar_designation {
    color: #2f4871;
}


/** Home page contact form styles
----------------------------------------------**/

/* Start body rules */
.custom_section {
  /*background-image: linear-gradient(-225deg, #E3FDF5 0%, #2d4573 100%);
    background-image: linear-gradient(to top, #5d8acd 0%, #55ad3b 100%);*/
    background-attachment: fixed;
    /*background: #2f4871;*/
    /*opacity: .95;*/
    background-color: #ebe8de;
}


/* Start form  attributes */
.custom_section form {
  float:left;
  width: 55%;
  /*margin-left:-80px;*/
  /*min-height: 500px;
  height: auto;
  border-radius: 5px;
  margin: 2% auto;
  box-shadow: 0 9px 50px hsla(20, 67%, 75%, 0.31);
  padding: 2%;*/
  /*background-image: linear-gradient(-225deg, #E3FDF5 50%, #FFE6FA 50%);*/
      /*background-image: linear-gradient(-225deg, rgba(227, 253, 245, 0.45) 50%, rgba(255, 230, 250, 0.35) 50%);*/
      /*background: rgba(100, 148, 192, 0.5);*/
}
/* form Container */
form .con {
  display: -webkit-flex;
  display: flex;

  -webkit-justify-content: space-around;
  justify-content: space-around;

  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;

  margin: 0 auto;
  color: #fff;
}

/* //////////////////////////////////////////// */
/* //////////////////////////////////////////// */

.input-item {
  background: #fff;
  color: #333;
  padding: 14.5px 0px 15px 9px;
  border-radius: 5px 0px 0px 5px;
}

/* Show/hide password Font Icon */
#eye {
  background: #fff;
  color: #333;

  margin: 5.9px 0 0 0;
  margin-left: -20px;
  padding: 15px 9px 19px 0px;
  border-radius: 0px 5px 5px 0px;

  float: right;
  position: relative;
  right: 1%;
  top: -.2%;
  z-index: 5;

  cursor: pointer;
}
/* inputs form  */
input[class="form-input"] {
  width: 240px;
  height: 50px;

  margin-top: 2%;
  padding: 15px;

  font-size: 16px;
  font-family: 'Abel', sans-serif;
  color: #5E6472;

  outline: none;
  border: none;

  border-radius: 0px 5px 5px 0px;
  transition: 0.2s linear;
}
input[id="txt-input"] {
  width: 250px;
}
/* focus  */
input:focus {
  /*transform: translateX(-2px);*/
  /*border-radius: 5px;*/
}

/* //////////////////////////////////////////// */
/* //////////////////////////////////////////// */

/* input[type="text"] {min-width: 250px;} */
/* buttons  */
button {
display: inline-block;
    color: #ffffff;
    width: 280px;
    height: 50px;
    padding: 0 20px;
    background: #fff;
    border-radius: 000;
    outline: none;
    border: none;
    cursor: pointer;
    text-align: center;
    transition: all 0.2s linear;
    /* margin: 7% auto; */
    letter-spacing: 1px;
    margin-top: 0;
    background: #2f4871;
    text-transform: uppercase;
}
/* Submits */
.submits {
  width: 48%;
  display: inline-block;
  float: left;
  margin-left: 2%;
}

/*       Forgot Password button FAF3DD  */
.frgt-pass {
  background: transparent;
}

/*     Sign Up button  */
.sign-up {
  background: #B8F2E6;
}

/* buttons hover */
/*button:hover {
  transform: translatey(3px);
  box-shadow: none;
}*/

/* buttons hover Animation */
button:hover {
  /*animation: ani9 0.4s ease-in-out infinite alternate;*/
}
@keyframes ani9 {
  0% {
    transform: translateY(3px);
  }
  100% {
    transform: translateY(5px);
  }
}


.field-set {
    padding: 35px;
    padding-top:0px;
}

.field-set input,.field-set .g-recaptcha {
    /*width: 100%;
    margin-bottom: 15px;
    padding: 15px;*/
    width: 100%;
    margin-bottom: 15px;
    padding: 15px;
    float: left;
    margin-right: 10px;
}
.g-recaptcha {
    padding: 15px 0!important;
  }
.field-set textarea{
  width:100%;
  margin-bottom: 15px;
  padding:15px;
  height:160px;
}

header.head-form {
    width: 100%;
    text-align: center;
    padding: 10px;
    font-size: 25px;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 25px;
}

.map_iframe{
  width:48%;
  float:right;
  margin-left:20px;
/*-webkit-clip-path: polygon(0 0, 0% 100%, 100% 100%);
clip-path: polygon(0 0, 0% 100%, 100% 100%);*/
}

.overlay.row {
    position: absolute;
    /*top: 4%;
    left: 10%;*/
}

.resources_section{
      background: url(../images/blue.png);
    height: 700px; /* Default is 900 **/
    margin-top: -135px;
    z-index: 9999;
    /* position: absolute; */
    top: 0;
    margin-left: -15px;
    background-size: 100%;
    background-repeat: no-repeat;
}
.resources_section .decoration--lines {
    width: 990px;
    height: 1171px;
    display: block;
    position: absolute;
    /* top: 0; */
    left: -108px;
    z-index: 999999;
    background: url(../images/decoration_upper_lines.png) top left no-repeat;
}
#contact .row {
    width: 50% !important;
    }

.col-50-right {
    width: 50%;
    float: right;
    text-align: center;
}

.col-50-left {
    width: 50%;
    text-align: center;
}

.resources--home__transport__text{
    position: absolute;
    top: 120px;
    right: 29px;
    width: 400px;
    /* background-color: red; */
    z-index: 30;
    text-align: right;
}

.resources--home__transport__text h2 {
    font-size: 40px;
    font-weight: 800;
    /* font-family: "proxima-nova-n8", "proxima-nova"; */
    color: #000;
    padding-bottom: 13px;
    /* text-align: left; */
    text-align: right;
        text-transform: uppercase;
}
.resources--home__transport__text{
    position: absolute;
    top: 120px;
    right: 29px;
    width: 500px;
    /* background-color: red; */
    z-index: 30;
    text-align: right;
}

.resources--home__transport__text h2 {
    font-size: 40px;
    font-weight: 800;
    /* font-family: "proxima-nova-n8", "proxima-nova"; */
    color: #000;
    padding-bottom: 13px;
    /* text-align: left; */
    text-align: right;
    text-transform: uppercase;
}


.people_section{
  background: url(../images/green.png);
    height: 780px;
    margin-top: -400px;
    z-index: 9999;
    /* position: absolute; */
    top: 0;
    margin-left: -15px;
    background-size: 105%;
    background-repeat: no-repeat;
}


.people--home__transport__text{
    position: absolute;
    top: 315px;
    /* right: 29px; */
    width: 400px;
    /* background-color: red; */
    z-index: 30;
    text-align: left;
}

.people--home__transport__text h2 {
    font-size: 40px;
    font-weight: 800;
    /* font-family: "proxima-nova-n8", "proxima-nova"; */
    color: #000;
    padding-bottom: 13px;
    /* text-align: left; */
    text-align: left;
        text-transform: uppercase;
}

.btn-inline{
  display: flex;
    align-items: center;
    justify-content: center;
}
.btn-inline .read_more{
  margin:15px;
}


/** popup styles
--------------------------------**/
.page-wrapper{
  width:100%;
  height:100%;
 background:url(https://i.imgur.com/2ZgHKbQ.jpg) center no-repeat;
  background-size:cover;
}

.blur{
  -webkit-filter: blur(5px);
  -moz-filter: blur(5px);
  -o-filter: blur(5px);
  -ms-filter: blur(5px);
  filter: blur(5px);
}

a.btn{
  width:150px;
  display:block;
  margin:-25px 0 0 -75px;
  padding:1em 0;
  position:absolute;
  top:50%; left:50%;
  font:1.125em 'Arial', sans-serif;
  font-weight:700;
  text-align:center;
  text-decoration:none;
  color:#fff;
  border-radius:5px;
  background:rgba(217,67,86,1);
}

.modal-wrapper{
  width:100%;
  height:100%;
  position:fixed;
  top:0; left:0;
  /*background:rgba(255,257,153,0.75);*/
  background:rgba(0, 0, 0, 0.75);
  visibility:hidden;
  opacity:0;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
      z-index: 999;
}

.modal-wrapper.open{
  opacity:1;
  visibility:visible;
  z-index: 9999;
}

.modal{
  width:600px;
  /*height:330px;*/
  display:block;
  margin:50% 0 0 -300px;
  position:relative;
  top:45%;
  left:50%;
  background:#fff;
  opacity:0;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  text-align: justify;
}

.modal .content{
  display: inline-block;
}
.modal-wrapper.open .modal{
  margin-top:-200px;
  opacity:1;
}

.head{
  width:100%;
  /*height:32px;
  padding:1.5em 5%;*/
  overflow:hidden;
  background:#32457f;
}

span.career_heading {
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 18px;
    padding: 9px 15px;
    display: inline-block;
}

.btn-close{
      /*width: 40px;*/
    height: 40px;
    display: block;
    float: right;
    background: #6596d0;
    text-align: center;
    padding: 4px 10px;
}

.btn-close::before, .btn-close::after{
  content: '';
    width: 20px;
    height: 2px;
    display: block;
    background: #fff;
}

.btn-close::before{
      margin-top: 16px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.btn-close::after{
  margin-top:-2px;
  -webkit-transform:rotate(-45deg);
  -moz-transform:rotate(-45deg);
  -o-transform:rotate(-45deg);
  transform:rotate(-45deg);
}

.content{
  padding:5%;
}

/** career form
-------------------------**/

.fields {
    width: 50%;
    float: left;
    padding: 0px 15px;
}
.full{
  width:100% !important;
}
label {
    padding: 5px 0;
    display: block;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 13px;
}
.fields input {
    border: 1px solid;
    width: 100%;
    padding: 10px;
    height: 40px;
    outline: none !important;
    border-radius: 0px !important;
    transform: translateX(0px) !important;
}

.submit_block{
  width: 100%;
    margin-top: 30px;
    text-align: center;
}

input[type="submit"] {
    width: 150px;
    /* margin: 0 auto; */
    border: none;
    background: #49b643;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.arrows{
  padding:20px;
    text-align: right;
}


.about_block{
    position: absolute;
    width: 330px;
    z-index: 25;
    text-align: left;
    right: -150px;
    top: 550px;
}

.about_block h2{
  font-size: 40px;
    font-weight: 800;
    color: #000;
    padding-bottom: 13px;
    text-align: left;
        text-transform: uppercase;
}

.list_circle{
  font-size: 18px;
  line-height: 35px;
  width:500px;
}

.header__navigation a:hover .submenu{
  display: block !important;
  transition:0.5s ease-in-out;
  -webkit-transition:0.5s ease-in-out;
}

.submenu{
      line-height: initial;
    background: #6090d0;
    padding: 10px;
    list-style: none;
    position: absolute;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    font-size: 15px;
    width:250px;
    display: none;
    transition:0.5s ease-in-out;
  -webkit-transition:0.5s ease-in-out;
}
.submenu a:nth-child(1){
  display: none;
}
.submenu span{
  margin-left: 0px;
    margin-bottom: 10px;
    border-bottom:1px solid rgba(220, 220, 220, 0.21);
    padding: 5px;
    display: block;
    text-align: left;
}
.submenu span a{
  color:#fff;
}

.team_header{
  font-size: 24px;
    color: #2f4871;
    margin-top: 0px;
    margin-bottom: 10px;
    font-weight: 600;
    /* font-family: "proxima-nova-n6", "proxima-nova"; */
    text-transform: uppercase;
    letter-spacing: 1px;
}

.highlight_agami {
    text-align: center;
    margin-bottom: 50px;
    font-size: 25px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 700;
}

.highlight_agami a {
    color:#6090d0;
    text-decoration: none;
}
.photofram{
    border: 8px solid #5b92d3;
    display: block;
    position: absolute;
    width: 186px;
    height: 187px;
    margin-left: 33px;
    margin-top: -12px;
    z-index: 0;
    position: absolute;
}
span.avatar img:hover{
    margin-left: 19px;
    margin-top: -9px;
    margin-bottom: 9px;
    transition: all 0.4s ease 0s;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
}

span.avatar img{
	transition: all 0.4s ease 0s;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
}
.lik-arrows{
  display: inline-block;
    top: 0;
    right: -150px;
    position: absolute;
}
#case .lik-arrows{
  z-index: 20 !important;
  display: inline-block;
    top: -20% !important;
    right: -150px;
    position: absolute;
    cursor:pointer;
}

#whitepaper .lik-arrows{
  z-index: 20 !important;
  display: inline-block;
    top: -20% !important;
    right: -150px;
    position: absolute;
    cursor:pointer;
}
.uparrows{
  border: none!important;
}
.fst:after{
    content: url("../images/slider_inner/decoration_service_nav_lower.png");
    position: absolute;
    display: inline-block;
    top: 15px;
}
.fst{

}
.scn{

}

.consultarrows a.read_more.uparrows.fst {
    position: relative;
    top: 10px;
}

.consultarrows a.read_more.uparrows.scn {
    position: relative;
    top: 35px;
    margin-left: 10px;
}

.projectheads{
      margin-bottom: 20px;
    font-size: 25px;
    text-align: center;
}

.projectcontent p{
  font-size: 16px;
    letter-spacing: 1px;
}
#aboutpage h3{
  margin-bottom: 0px !important
}

span.border_image_slider{

      display: block;
    position: absolute;
    border: 8px solid #55ad3b;
    width: 250px;
    height: 330px;
    margin-left: 169px;
    margin-top: 40px;
    /*z-index: -1;*/

}

@media only screen and (min-width:1601px) and (max-width:1990px) {
  .logo-icon{
    max-width:15%;
  }

  .resources_section {
    background: url(../images/blue.png);
    height: 1035px;
    margin-top: -180px;
    z-index: 9999;
    /* position: absolute; */
    top: 0;
    margin-left: -15px;
    background-size: 100%;
    background-repeat: no-repeat;
  }
  .people_section{
    margin-top:-440px;
  }
  .people--home__transport__text{
    top:410px;
    left:-120px;
  }

 }

 .item a{
  text-decoration: none;
 }

 .custom_section form{
  width: 100% !important;
 }

 #proj .col-md-10{width: 60% !important;}
 #proj .col-md-2{width: 40% !important;display: inline-block !important;float: left;}
 #proj .col-md-12{width: 100% !important;}
.img-responsive{
    display: block !important;
    max-width: 100% !important;
    height: auto !important;
}




/*mobile css*/
@media (max-width: 767px) {
a.read_more{
      display: inline;
          padding: 5px;
              letter-spacing: 0px;
}
.consultarrows a.read_more.uparrows.fst {
    position: relative;
    top: 0px !important;
}

.fst:after {
   
    top: 0px !important;
}

.consultarrows a.read_more.uparrows.scn {
    position: relative;
    top: 5px !important;
    margin-left: 20px !important;

}

/*inner pages*/
.page--service__content__right {
    float: none;
     clear: both;
    padding-left: 0;
    padding-right: 0;
    text-align: inherit;
    width: 100%;
    margin-left: 0%;
    margin-right: 0%;
    padding-left: 0px;
}
.businessright {
    margin-top: 15%;
}
.lik-arrows {
    display: block;
    bottom: 200px;
    right: 0px !important;
    top:auto !important;
    position: absolute;
    z-index: 999;
    height: 200px;
    width: 100% !important;
}
.arrows a{color: #000 !important}

.arrows {
    padding: 20px 0px!important;
    text-align:left !important;
}
.page--service__lower-slider .decoration{display: none !important;}
 .page .decoration--black-right,.page .decoration--blue,.page .decoration--black{
  display: none !important;
 }
.page--service__content__left{float: none !important;    width: 100%;}
.page--about-us__left{float: none;
    clear: both;
    padding-left: 0;
    padding-right: 0;
    text-align: inherit;
     width: auto !important;
    margin-left: 5%;
    margin-right: 5%;
    }

.left_block {
    width: 100% !important;
    float: none !important;
    padding: 0px 0px !important;
}

.right_block {
        width: 100% !important;
    float: none;
    padding: 0px !important;
        margin-top: 20px;
}

.highlight_agami {
    text-align: center;
    margin-bottom: 20px;
    
    margin-top: 15px;
}

.team_page {
    margin-top: 0px;
}


.about_page p {
    font-size: 18px !important;
    margin-bottom: 10px;
    width: 100% !important;
    text-align: justify;
}
.visibledesk,.photofram{display: none !important}
.team_block li {
    width: 100%  !important;
    text-align: center;
    float: left  !important;
    list-style: none;
    margin-bottom: 15px;
}
span.avatar_name {
    display: block;
    /* border: 1px solid; */
    padding: 0px;
    margin: 0px 0 0 0;
}

.image_border{margin: 0 !important;display: none !important}
    .page--service__lower-slider{    padding-right: 0px !important;}
.page--service__content__left p{width: 100% !important;text-align: justify;}
span.border_image_slider {
    display: block;
    position: absolute;
    width: 100% !important;
    height: 330px;
    margin-left: -20px !important;
    margin-bottom: 0px;
    /* z-index: -1; */
    clear: both;
    bottom: 0px;
}

/*project page*/
.tabs-controls{
  display: block !important
}

.cards-container{width: 100% !important;}
.card {
  width: 90% !important;
  height: auto !important;
}

/*casestudy*/
.border_image_rsr{display: none;}
#case .lik-arrows {
    z-index: 20 !important;
    display: block;
    top: 9% !important;
    right: -150px;
    position: absolute;
    cursor: pointer;
    width: 100%;
}
#whitepaper  .lik-arrows {
    z-index: 20 !important;
    display: block;
    top: 20% !important;
    right: -150px;
    position: absolute;
    cursor: pointer;
    width: 100%;
}

.whiteright img{
    margin-top: 15%;}

.whiteright {
    width: 100% !important;
    float: none !important;
    padding: 0px 0px !important;
    /* padding-left: 12% !important; */
}

.inverse-wrapper {
    background: linear-gradient(100deg,#2f4871,#2f4871);
    color: #cdcdcd;
    position: relative;
   height: 120px!important;
}
footer .copyright{text-align: center;}
.footer-menu a {

    text-decoration: none;
}

.page--service__content {
    padding-left: 0px !important;
}
.page--service__lower-slider .slide img{    margin: 8px 0px !important;}
.page--home__blue-panel{
  padding-top: 35px;
    padding-left: 0px;}
  .owltopslider.owl-carousel .item {
     width: 50%;
 }

 .page--home__blue-panel .decoration--block{

    width: 1015px;
    height: 470px;
 }
 .header a.logo {
    position: absolute;
    display: block;
  }
  .header a.logo {
    height: 20px;
    width: 124px;
    top: 15px;
    background-size: 124px 51px;
}

.logo-icon {
    float: left;
    margin: 10px 0px;
    max-width: 40%;
}

nav {
    height: 0px;
      overflow-y: auto;
        clear: both;
}
nav a.mobile_menu {
    left: auto;
    right: 15px  !important;
   margin-right:0px !important;
    top: 10px;
    margin-left: 0px;
}
.header__navigation{height: 55px;}

nav a.mobile_menu {
    display: block;
}

nav a.mobile_menu {
    width: 32px;
    height: 32px;
    background: url(../images/icon_menu.svg) no-repeat 0 0;
    background-size: contain;
    position: absolute;

}
.header .row-wrap {
    display: block;
    position: relative;
    /* margin-top: 37px; */
    clear: both;
    background: #55ad3b;
}

.modal {
    width: 95% !important;
    /* height: 330px; */
    display: block;
    margin: 20px 10px  !important;
    position: relative;
    top: 5% !important;
    left: 0%  !important;
    background: #fff;
    opacity: 0;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    text-align: justify;
}

nav .row-wrap a{
  margin-left: 29px;
    font-size: 16px;
    display: block;
    float: none;
    text-align: left;
 margin-top: 0px;
   color: #fff !important;
    line-height: 1.1;
    padding-top: 10px;
    padding-bottom: 9px;
    line-height: 1.5;

}

.submenu:after {
    bottom: 99%;
    left: 20%;
    border: solid #6090d0;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(255, 255, 255, 0);
    border-bottom-color: #6090d0;
    border-width: 6px;
    margin-left: -6px;
    margin-top: 18px;
}

.page--home__blue-panel__content {
    width: 100%;
    position: relative;
    margin-left: 10px !important;
}

.page--home__land-development h2 {
    font-size: 40px;
    line-height: 20px;
    color: #000000;
    padding-bottom: 21px;
    text-align: center;
    font-weight: 800;
    /* font-family: "proxima-nova-n8", "proxima-nova"; */
    text-transform: uppercase;
    font-size: 14px !important;
    margin-top: 0px;
    margin-left: 60px;
}

body,.container,.row{
      min-width: 100% !important;
      max-width:initial !important;
}
.page--home__land-development .decoration--block
{
      top: 0 !important;
}
.page--home__hero-slider .image{
      background-size: cover !important;
}
.page--home__land-development__slider .cycle {
    position: absolute;
    left: 75px;
    z-index: 10;
    top: -300px;
}

.page--home__land-development__slider .sustainimages img {
      width: 150px;
}


.page--home__land-development__text {
    float: right;
    width: 50%;
    position: absolute;
    z-index: 20;
    right: 0px;
    top: -184px;
    height: 200px;
}
.page--home__land-development{    top: 20px;}
.page--home__mid .decoration--block
{
      top: -1000px;
}
.page--home__hero{    height: 100vh !important;}
.page--home__mid .decoration--lines {
    width: 100% !important;
  }
.owl-item .item span {
    font-size: 14px;
}
 .owl-item .item h2 {
    font-size: 16px;
}

.page--home__mid__sd-text
{
  left:0px !important;
}

.page--home__mid__slider-left
{
      top: 190px !important;
    left: 0px !important;
}

.page--home__mid__parks-text {
    right: 2px;
    top: 500px;
    width: 50%;
  }
.page--home__mid h2 {
    font-size: 20px;
    line-height: 26px;
}

.page--home__mid__slider-right {
    position: absolute;
    top: 310px;
    right: 0;
}

.page--home__mid .pager--parks {
    top: 469px;
    left: 112px;
    top: 469px;
    left: 45px;
    width: 100%;
}
.bluesliderimg .slide.cycle-slide img {
    width: 300px;
}

/*home water section*/
.page--home__water__water-slider {
    position: absolute;
    top: 32px;
    left: 44px;
    float: none;
    margin-top: 0;
}
.page--home__water__water-slider .slide img {    width: 400px;}
.page--home__mid .pager--sd {
    top: 166px;
    left: -244px;
}
.page--home__water__text h2 {
    font-size: 20px;
    }

    .page--home__water__text {
    position: absolute;
    left: 10px;
    top: 270px;
  }



/*home__transport section*/
.page--home__transport__slider {
    position: absolute;
    top: -210px;
    float: none;
    margin-top: 0;
    left: 0;
}
.page--home__transport {
position: relative;
top: 440px;
}
.page--home__transport__slider img{
width: 300px;
}

.page--home__transport__text h2 {
font-size: 20px;
}

.resources_section {
     background: none!important;
    height: 400px !important;
        margin-left: 0px;
       margin-top: -75px !important;
  }
.resources--home__transport__text
{       right: 0 !important;
      width: 100%  !important;
}

.page--home{
      height: 1050px  !important;

}

.highlight_agami a{  
  width: 300px;
    display: inline-block;}

/*contact section*/
.overlay.row{
  position: relative !important;
}
.map_iframe {
    width: 90% !important;
    float: none !important;
    /* margin-left: 20px; */
}
.login-html{
      padding: 0px 20px 0px 20px !important;
}
.footer-menu li{padding-left:0 !important;}

.submenushow{
      transition: 0.8s ease;
    -webkit-transition: 0.8s ease;
}

.submenu {
position: relative !important;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    font-size: 15px;
    width: 250px;
    display: none;
    transition: 0.5s ease-in-out;
    -webkit-transition: 0.5s ease-in-out;
    height: 135px;
  
}


/*.header__navigation a:hover .submenu {
    display: block;
    transition: 0.5s ease-in-out;
    -webkit-transition: 0.5s ease-in-out;
    position: relative !important;
}
*/
}

.nicescroll-rails div{
  width:15px !important;
  height:100px !important;
  border-radius: 0 !important
}
.nicescroll-rails{
  opacity: 1 !important;
  z-index: 9999 !important;
}

/*span.social_link {
    
}*/

span.social_link a{
    border: 2px solid;
    display: inline-block;
    padding: 10px 10px;
    color: #2f4871;
    transition:0.5s ease-in-out;
  -webkit-transition:0.5s ease-in-out;
  -moz-transition:0.5s ease-in-out;
}
.social_link a:hover{
  background-color: #2F4871;
  border: 2px solid;
  color:#fff;
  transition:0.5s ease-in-out;
  -webkit-transition:0.5s ease-in-out;
  -moz-transition:0.5s ease-in-out;
}