body {
    font-family: 'Spartan', sans-serif;
    color: #000;
    font-size: 21px;
    font-weight: 300;
    line-height: 1.52;
}
body,
html {
    height: 100%;
}
a{
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    -ms-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    text-decoration: none;
    outline: none;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    -ms-appearance: none;
    color: #000;
}
a:hover,a:focus,a:active{
    text-decoration: none;
    outline: none;
    color: #96c11e;
}
img{
    max-width: 100%;
    height: auto;
}
h1 {
    font-family: 'Spartan', sans-serif;
    font-size: 60px;
    font-weight: 800;
    margin-bottom: 30px;
}
h2 {
    font-family: 'Oswald', sans-serif;
    font-size: 48px;
    font-weight: 300;
    margin-bottom: 20px;
}
h3{
    font-family: 'Spartan', sans-serif;
    font-size: 28px;
    font-weight: 800;
}
h4, .h4 {
    font-family: 'Spartan', sans-serif;
    font-size: 21px;
    font-weight: 800;
    line-height: 1.33;
    color: #000000;
}
h5, .h5 {
    font-family: 'Spartan', sans-serif;
    font-size: 18px;
    font-weight: 800;
    color: #000000;
}
h6, .h6 {
    font-family: 'Spartan', sans-serif;
}
section {
    width: 100%;
    padding: 110px 0;
    position: relative;
    clear: both;
}
div.middle {
    display: table;
    height: 100%;
    z-index: 10;
    position: relative;
}
div.middle > div {
    vertical-align: middle;
    display: table-cell;
    height: 100%;
}
div.middle > div.bottom {
    vertical-align: bottom;
}
._vHolder {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: hidden;
}
._vHolder video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: 0;
    -ms-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}
._banner {
    padding-top: 40.27vh;
    padding-bottom: 160px;
}
._banner ._holder > h1 {
    font-size: 70px;
    margin-bottom: 158px;
}
._banner ._content {
    box-shadow: 0 2px 60px 0 rgba(0, 0, 0, 0.4);
    background-color: #ffffff;
    padding: 65px 25px;
}
._banner ._content p {
    margin-bottom: 30px;
}
.navbar {
    position: absolute;
    left: 0;
    right: 0;
    z-index: 999;
    top: 0;
    padding: 25px 77px;
}
.navbar-brand {
    padding-top: 0;
    padding-bottom: 0;
    margin-right: 60px;
}
.navbar-dark .navbar-nav .nav-link {
    font-size: 16px;
    color: #fff;
    padding-left: 10px;
    padding-right: 10px;
	font-weight: 400;
}
.navbar-dark .navbar-nav li > .nav-link:hover {
    color: #96c11e;
}
.navbar-dark .navbar-nav._right .nav-link {
    font-size: 12px;
}
.navbar-dark .navbar-nav._right ._lang .nav-link {
    font-size: 12px;
    font-weight: 900;
    text-transform: uppercase;
}
.navbar-dark .navbar-nav._right ._search .nav-link {
    font-size: 21px;
    font-weight: normal;
    color: #96c11e;
    padding-top: 0;
    padding-bottom: 0;
}
.menu-item-has-children {
    position: relative;
}
.menu-item-has-children > a {
    position: relative;
}
.menu-item-has-children > a:after {
    content: "\f107";
    font-family: FontAwesome;
    margin-left: 5px;
}
.sub-menu .menu-item-has-children > a:after {
    content: "";
    font-family: FontAwesome;
    margin-left: 5px;
}
.navbar .sub-menu {
    position: absolute;
    left: 0;
    list-style-type: none;
    padding: 0;
    margin: 0;
    top: 100%;
    min-width: 230px;
    display: none;
}
.navbar .sub-menu .sub-menu{
    
    left: 100%;
    top: 0;
}
.navbar-dark .navbar-nav .sub-menu .nav-link {
    background: #000;
    color: #fff;
    padding-left: 10px;
    padding-right: 10px;
    position: relative;
}
@media (min-width: 1200px) {
    .navbar-dark .navbar-nav > li:hover> .sub-menu {
        display: block;
    }
	.navbar-dark .navbar-nav  .sub-menu>li:hover> .sub-menu {
        display: block;
    }
}
.navbar-dark .navbar-nav .sub-menu li + li {
    margin-top: 2px;
}
.navbar-dark .navbar-nav .sub-menu .nav-link:before {
    content: "\f105";
    font-family: FontAwesome;
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    color: #fff;
    opacity: 0;
}
.navbar-dark .navbar-nav .sub-menu .nav-link:hover {
    padding-left: 20px;
    background: #96c11e;
    color: #000;
}
.navbar-dark .navbar-nav .sub-menu .nav-link:hover:before {
    opacity: 1;
}
._title {
    position: relative;
    padding-bottom: 33px;
}
._title:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 90px;
    height: 2px;
    background-color: #96c11e;
}
._title.color-white:after {
    background: #fff;
}
._specialists ._topRow ._txt {
    text-align: right;
}
._imgBox {
    display: inline-block;
    width: 100%;
    position: relative;
}
._imgBox:after {
	content:"";
   background:rgba(152,193,26,.3);
    width: 100%;
	height:100%;
	left:0;
	z-index:0;
    position: absolute;
}
._imgBox ._txt {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    height: 100%;
    padding: 40px;
    color: #fff;
}
._imgBox ._t {
    position: absolute;
    left: 0;
    top: auto;
    right: 0;
    bottom: 0;
    padding: 40px;
	z-index:3;
}
._imgBox img {
    width: 100%;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    -ms-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}
._imgBox ._txt:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
	z-index:1;
    background: rgba(31, 38, 19, 0.9);
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    -ms-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    opacity: 0;
}
._imgBox h3 {
    color: #fff;
    margin: 0;
}
._imgBox ._txt h3 + p {
    margin-top: 30px;
    opacity: 0;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    -ms-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
}
._imgBox ._txt h3 + p:after {
    content: "\f105";
    font-family: FontAwesome;
    margin-left: 10px;
    color: #96c11e;
}
._imgBox:hover ._txt:after {
    opacity: 1;
    transform: scale(1.03);
    -webkit-transform: scale(1.03);
    -moz-transform: scale(1.03);
}
._imgBox:hover img {
    transform: scale(1.03);
    -webkit-transform: scale(1.03);
    -moz-transform: scale(1.03);
}
._imgBox ._txt h3 {
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    -ms-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    opacity: 0;
}
._imgBox:hover ._txt h3 {
    opacity: 1;
}
._imgBox:hover ._txt h3 + p {
    opacity: 1;
}
._imgBox:hover ._t {
    display: none;
}
._building {
    height: 100%;
    background: #fff;
}
._building ._img,
._bPost ._img {
    position: relative;
    overflow: hidden;
}
._building ._img img {
    width: 100%;
}
._building ._img img,
._bPost ._img img {
    -webkit-transition: 0.2s ease-in-out;
    -moz-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    -ms-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
}
._building:hover ._img img,
._bPost:hover ._img img {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
}
._building ._img h3 {
    position: absolute;
    left: 30px;
    bottom: 35px;
    right: 15px;
    top: auto;
    margin: 0;
    color: #fff;
}
._building ._txt {
    padding: 22px;
    font-size: 16px;
}
._building ._provinces {
    margin-bottom: 16px;
}
/*._building ._provinces,*/
._am {
    border-top: solid 1px rgba(210, 207, 205, 0.7);
    padding-top: 16px;
}
._angleList {
    list-style-type: none;
    padding: 0;
    margin: 0;
    font-size: 18px;
    font-weight: 900;
    line-height: 1.5;
}
._angleList li a {
    color: #000;
    position: relative;
    padding-left: 16px;
    display: inline-block;
}
._angleList li a:hover {
    color: #96c11e;
}
._angleList li a:before {
    content: "\f105";
    font-family: FontAwesome;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    color: #96c11e;
}
._angleList._plain {
    display: inline-block;
    margin: 0 auto;
    font-weight: 500;
}
._angleList._plain li {
    float: left;
    margin-right: 25px;
}
._gallery ._imgHolder ._lgImg {
    box-shadow: 0 10px 60px 0 rgba(0, 0, 0, 0.4);
}
._spaceBlock {
    padding-left: 5vw;
    padding-right: 10vw;
}
._cBlock h1 {
    margin-bottom: 40px;
}
._cBlock p {
    margin-bottom: 60px;
}
._cBlock h4 {
    margin-bottom: 28px;
}
._angleList._normal {
    font-weight: 500;
}
._smLogo {
    text-align: right;
}
._gArrows a {
    display: inline-block;
    color: #96c11e;
    font-size: 28px;
    font-weight: 300;
}
._gArrows a + a {
    margin-left: 34px;
}
._arHolder {
    margin-left: 10vw;
    background: #000;
    padding: 27px 16px 41px 41px;
}
._gallery:after {
    content: '';
    position: absolute;
    left: auto;
    width: 31px;
    right: -30px;
    top: 25px;
    bottom: 0;
    background: #000;
}
.overflow-inherit {
    overflow: inherit;
}
._close {
    position: absolute;
    left: auto;
    top: 30px;
    right: 30px;
    z-index: 9;
    color: #fff;
}
._modal .modal-content {
    background: none;
    border: 0;
    box-shadow: none;
}
._carouselModal ._img {
    position: relative;
}
._carouselModal ._link {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
}
._carouselModal ._link .btn {
    background: #000;
    border-color: #000;
    color: #fff;
}
._spaces {
    padding-top: 160px;
    padding-bottom: 160px;
}
._employer {
    padding: 0;
}
._listLine {
    list-style-type: none;
    padding: 0;
    margin: 0;
    font-size: 28px;
    font-weight: 900;
    line-height: 1.93;
}
._listLine li {
    border-bottom: 2px solid rgba(204, 204, 204, 0.5);
}
._center {
    padding: 100px 0;
}
._projects {
    padding-top: 160px;
    padding-bottom: 160px;
	display:none;
}
._gallery._adj:after {
    display: none;
}
._gallery._adj ._imgHolder {
    padding-left: 240px;
}
._vArrows {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -30px;
    top: 84px;
    background: #696969;
    padding: 40px;
    z-index: 1;
}
._vArrows ._smLogo {
    text-align: left;
    position: absolute;
    left: 40px;
    bottom: 40px;
}
._gallery ._imgHolder > a {
    display: inherit;
    width: 100%;
}
._bPost {
    background: #fff;
    height: calc(100% - 30px);
    margin-bottom: 30px;
}
._bPost:hover {
    box-shadow: 0 2px 60px 0 rgba(0, 0, 0, 0.3);
}
._bPost ._img {
    position: relative;
	text-align: center;
}
._bPost ._img a {
    position: absolute;
    font-size: 12px;
    font-weight: 900;
    line-height: 2.33;
    letter-spacing: 2px;
    color: #fff;
    background: #96c11e;
    padding: 8px 25px;
    right: 0;
    bottom: 0;
    left: auto;
}
._bPost ._txt {
    padding: 35px;
}
._bPost p {
    font-size: 10px;
    font-weight: 900;
    letter-spacing: 1.67px;
}
._bPost ._txt a {
    display: inline-block;
}
._bPost h4 {
    margin: 0;
}
._bPost ._txt a:after {
    content: "\f105";
    font-family: FontAwesome;
    margin-left: 10px;
    color: #96c11e;
}
footer {
    padding-top: 120px;
    padding-bottom: 50px;
    background: #000;
    color: #888888;
    font-size: 16px;
    line-height: 1.75;
}
footer ._top {
    border-bottom: solid 1px rgba(210, 207, 205, 0.3);
    margin-bottom: 50px;
}
._fLogo ._shape {
    margin-bottom: 9px;
    max-width: 115px;
    width: 100%;
}
._widget {
    margin-bottom: 80px;
}
._widget span {
    font-weight: 900;
}
._widget ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}
._widget ul a {
    color: #888888;
}
._widget ul a:hover {
    color: #96c11e;
}
._social {
    text-align: right;
}
._social ._holder {
    display: inline-block;
    text-align: left;
}
._social h4 {
    color: #888888;
}
._social a {
    display: inline-block;
    font-size: 24px;
    font-weight: normal;
    margin-right: 40px;
    color: #96c11e;
}
._social a:last-of-type {
    margin-right: 0;
}
._social a:hover {
    color: #fff;
}
._smBanner {
    height: 800px;
    padding-bottom: 160px !important;
}
._smBanner p {
    letter-spacing: 10px;
    text-transform: uppercase;
}
._smBanner h1 {
    font-size: 70px;
}
._unique {
    background: #000;
    padding-top: 150px;
    padding-bottom: 150px;
}
._unique img {
    mix-blend-mode: hard-light;
}
._condo ._txt {
    padding: 50px 120px 50px 0;
}
._condo ._t {
    position: relative;
    padding-bottom: 30px;
    margin-bottom: 30px;
}
._condo ._t:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 90px;
    height: 2px;
    background-color: #96c11e;
}
._condo ul {
    list-style-type: none;
    padding: 0;
    margin: 0 0 40px 0;
    font-weight: 500;
    line-height: 1.86;
}
._condo ul li {
    position: relative;
    padding-left: 40px;
}
._condo ul li i {
    position: absolute;
    left: 0;
    top: 5px;
    color: #96c11e;
}
._condo ul li .person-name {
    display: block;
}
._condo ul li .person-email {
    display: block;
    position: relative;
}
._condo ul li .person-email i {
    left: -40px;
    display: block;
    top: 50%;
    transform: translateY(-50%);
}
._arrow {
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    color: #fff;
    font-size: 30px;
}
._arrow._right {
    left: auto;
    right: 20px;
}
._condo._right ._txt {
    padding-left: 120px;
}
._linT {
    position: relative;
    text-align: center;
    overflow: hidden;
}
._linT h4 {
    font-weight: 300;
    letter-spacing: 10px;
    text-transform: uppercase;
    margin: 0 auto;
    display: inline-block;
    position: relative;
    padding: 0 15px;
}
._linT h4:before,
._linT h4:after {
    content: '';
    position: absolute;
    left: auto;
    right: 100%;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    height: 2px;
    background-color: #96c11e;
    width: 1500px;
}
._linT h4:after {
    left: 100%;
}
._rProjects {
    background: #eeeeee;
    padding: 150px 0;
}
._rLogos {
    text-align: center;
}
._rLogos ._l {
    height: 100%;
    position: relative;
    padding-bottom: 40px;
    min-height: 150px;
}
._rLogos img + p {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}
._expertise .__txt {
    position: relative;
    padding: 95px 0;
}
._expertise .__txt:before {
    content: '';
    position: absolute;
    width: 1000px;
    right: calc(100% - 200px);
    left: auto;
    background: #eeeeee;
    top: 0;
    bottom: 0;
    z-index: -1;
}
._oldLady {
    padding-left: 150px;
    position: relative;
    z-index: 9;
}
._decision {
    position: relative;
    padding: 50px 250px 75px 0;
    margin-top: -150px;
    margin-bottom: 170px;
}
._decision:before {
    content: '';
    position: absolute;
    left: -30px;
    top: 0;
    bottom: 0;
    right: 375px;
    background: #96c11e;
}
._decision ._inner {
    background: #000;
    color: #fff;
    padding: 120px 100px;
    position: relative;
    z-index: 9;
    box-shadow: 0 2px 60px 0 rgba(0, 0, 0, 0.3);
}
._decision img {
    max-width: 96px;
    position: relative;
    z-index: 9;
    margin-bottom: 50px;
}
._expertise ._leftColumn {
    margin-top: 150px;
}
._expertise ._rightBlock {
    padding-right: 250px;
}
._expertise ._bottom ._img img {
    box-shadow: 0 2px 60px 0 rgba(0, 0, 0, 0.3);
}
._expertise ._bottom ._img {
    position: relative;
    padding-top: 80px;
}
._expertise ._bottom ._img:before {
    content: '';
    position: absolute;
    background-color: #696969;
    left: -30px;
    top: 0;
    bottom: 30px;
    right: 375px;
    z-index: -1;
}
._residence {
    background: #fff;
    height: calc(100% - 30px);
    margin-bottom: 30px;
	position: relative;
}
._residence ._img {
    position: relative;
}
._residence ._img a:not(._arrow) {
    position: absolute;
    left: auto;
    right: 0;
    bottom: 0;
    font-size: 12px;
    font-weight: 900;
    line-height: 2.33;
    letter-spacing: 2px;
    color: #fff;
    background: #96c11e;
    padding: 8px 25px;
}
._residence ._txt {
    padding: 35px 40px 90px 40px;
}
._residence ._txt img {
   /* margin-bottom: 20px;*/
	    margin: 15px 0;
    padding: 5px;
	max-height:100px;
}
._residence ._txt p {
    margin-bottom: 85px;
	padding: 0 5px;
}
._residence a.btn {
	position: absolute;
	left: 40px;
	bottom: 30px;
}
._fNavigation {
    font-size: 12px;
    font-weight: 900;
    text-align: center;
    background: #96c11e;
    padding: 0;
}
._fNavigation ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    display: inline-block;
}
._fNavigation ul li {
    float: left;
    margin: 0 10px;
}
._fNavigation ul li a {
    color: #fff;
    padding: 35px 0 25px 0;
    display: inline-block;
    position: relative;
}
._fNavigation ul li a:hover,
._fNavigation ul li.current-menu-item a {
    color: #000;
}
._fNavigation ul li a:after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 15px 20px 15px;
    border-color: transparent transparent #000 transparent;
    opacity: 0;
}
._fNavigation ul li a:hover:after,
._fNavigation ul li.current-menu-item a:after {
    opacity: 1;
}
._iconList {
    list-style-type: none;
    padding: 0;
    margin: 0;
}
._iconList li {
    position: relative;
    padding-left: 120px;
}

._iconList li img {
    position: absolute;
    left: 0;
    top: 0;
	max-width:100px;
}
._iconList li .img_full{
	position: relative;
    left: 0;
    top: 0;
	max-width:100%;
}
.li_nopad {
	padding-left:0px !important; 
}
._iconList li + li {
    margin-top: 50px;
}
._values {
    position: relative;
    padding-left: 30px;
    padding-bottom: 50px;
}
._values:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    top: 290px;
    right: 135px;
    background: #96c11e;
    z-index: -1;
}
._values ._inner {
    padding: 134px 250px 134px 120px;
    box-shadow: 0 2px 60px 0 rgba(0, 0, 0, 0.3);
    background-color: #000000;
    color: #fff;
}
._values img {
    margin-bottom: 50px;
}
._about ._leftColumn {
    margin-top: 290px;
}
._about {
    padding-top: 0;
    padding-bottom: 220px;
    margin-top: -135px;
}
._smBanner._aBanner {
    padding-bottom: 250px;
}
._identity {
    padding-top: 75px;
    padding-bottom: 75px;
    position: relative;
}
._identity div._shape {
    content: '';
    position: absolute;
    left: 50%;
    top: 0;
    bottom: 0;
    margin-left: -30vw;
    background: #eeeeee;
    width: 50vw;
    z-index: -1;
}
._identity ._img {
    padding-right: 60px;
}
._identity ._img img {
    box-shadow: 0 2px 60px 0 rgba(0, 0, 0, 0.3);
}
._h {
    position: relative;
}
._h ._img {
    position: relative;
    display: inline-block;
}
._h ._img:before {
    content: '';
    width: 2px;
    height: 40px;
    position: absolute;
    left: 50%;
    top: -78px;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    background-color: #96c11e;
}
._h img {
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
}
._h h2 {
    color: #96c11e;
}
._h p {
    font-size: 16px;
    font-weight: 300;
    line-height: 1.63;
    margin: 0;
}
.slick-slider,
.slick-slider * {
    outline: none;
}
._history {
    padding-left: 17.70vw;
    padding-right: 30px;
    position: relative;
}
.slick-100 .slick-track  {
    display: flex !important;
}
.slick-100 .slick-slide {
    height: inherit !important;
}
.slick-history .slick-current.slick-active ._h {
    margin-top: 300px;
}
.slick-history .slick-current.slick-active ._txt {
    opacity: 1;
}
._hTop {
    padding-bottom: 78px;
}
._hTop ._img {
    position: relative;
    display: inline-block;
}
._hTop img {
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
}
._hTop ._img:after {
    content: '';
    width: 2px;
    height: 40px;
    position: absolute;
    left: 50%;
    bottom: -78px;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    background-color: #96c11e;
}
._divider {
    background-color: #96c11e;
    height: 1px;
    position: relative;
    margin-right: 30px;
}
._hBottom {
    padding-top: 78px;
}
._divider:before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    width: 20px;
    height: 20px;
    background: #96c11e;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
}
._divider a {
    position: absolute;
    left: auto;
    top: 50%;
    right: -1px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    font-size: 28px;
    font-weight: 300;
    color: #96c11e;
    margin-top: 1px;
}
._colorHeading {
    display: inline-block;
    padding: 77px 120px;
    background: #96c11e;
}
._profile {
    padding-top: 0;
    padding-bottom: 190px;
}
._profile ._top {
    position: relative;
}
._profile ._top:before {
    content: '';
    position: absolute;
    height: 29px;
    left: 0;
    right: 0;
    top: -29px;
    background-color: #96c11e;
}
._stat h1 {
    margin: 0;
    font-size: 60px;
    font-weight: 300;
    line-height: 0.75;
    font-family: 'Oswald', sans-serif;
}
._stat h1 + h3 {
    margin-top: 35px;
    margin-bottom: 0;
}
._lineTitle {
    position: relative;
    overflow: hidden;
}
._lineTitle h4 {
    display: inline-block;
    position: relative;
    padding-right: 15px;
    font-weight: 300;
    letter-spacing: 10px;
    color: #fff;
    margin: 0;
}
._lineTitle h4:after {
    content: '';
    position: absolute;
    left: 100%;
    width: 1500px;
    height: 2px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    background-color: #96c11e;
}
._stat h4 {
    font-weight: 300;
    letter-spacing: 7px;
    margin-top: 15px;
}
._engagement {
    padding-top: 10px;
    padding-bottom: 0;
}
._box {
    background-color: #eeeeee;
    padding: 130px 250px 130px 115px;
}
._condo ._img,
._condo .carousel,
._condo .carousel-inner,
._condo .carousel-item {
    height: 100%;
}
._condo ._img img {
    height: 100%;
    object-position: center;
    object-fit: cover;
}
._email:hover {
    color: #fff;
}
._sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 120px;
}
.page-template-pge-home section {
    background-color: #fff;
}
footer .nav-link{padding: 0px;}
footer .current-menu-item a,header .current-menu-item a{color: #96c11e;}
.page-item .page-link{color: #96c11e; }
.page-item.active .page-link,.page-item .page-link:hover {
    background-color: #96c11e;
    border-color: #96c11e;
    color: #fff;
}
.single-post ._smBanner._aBanner{
    background-blend-mode: overlay;
/*     background-color: rgb(0 0 0 / 66%); */
}
._stickHeader {
	position: fixed;
	background: #3d3d3d;
}
._smBanner:after,
._banner:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.5);
}
._teamM ._overlay {
	position: absolute;
	left: 0;
	top: 0;
	background: #000;
	color: #fff;
	font-size: 21px;
	line-height: 1.52;
	font-weight: 300;
	padding: 4.68vw 4.16vw;
	width: 33.33vw;
	z-index: 9;
	display: none;
}
._teamM img {
	width: 100%;
}
._teamM ._sep {
	width: 90px;
  height: 2px;
  background-color: #96c11e;
	margin-bottom: 50px;
}
._last ._teamM ._overlay {
	left: auto;
	right: 0;
}
._teamM:hover ._overlay {
	display: block;
}
.team-couseil {
	position: relative;
	font-size: 18px;
	line-height: 23px;
}
.team-couseil h5 {
	font-size: 21px;
	line-height: 28px;
}
.sidebar-couseil ul {
	
}
.sidebar-couseil ul li {
	position: relative;
}
.sidebar-couseil ul li a {
	padding-left: 40px;
	line-height: normal !important;
}
.sidebar-couseil ._widget ul a:before {
	left: 0 !important;
	line-height: 1.52 !important;
}
.sidebar-couseil:before {
	display: none;
}
.sidebar-couseil:after {
	content: '';
	position: absolute;
	left: 40px;
	top: -40px;
	right: -40px;
	bottom: -40px;
	background-color: #96c11e;
	z-index: -1;
}
.sidebar-couseil ._widget ul li.current-menu-item a,
.sidebar-couseil ._widget ul li a:hover {
	text-decoration: underline;
	color: #fff;
}
._teamSm {
	text-align: center;
	margin-bottom: 30px;
}
._teamSm img {
	width: 100%;
}
._teamSm ._img {
	margin-bottom: 18px;
}
._teamSm h5 {
	font-size: 21px;
	line-height: 28px;
}
._teamSm p {
	font-size: 18px;
	line-height: 22px;
}
._teamHead p {
	font-size: 21px;
	line-height: 32px;
}
._sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 200px;
}
._cousiel .col-lg-3 + ._teamHead {
	margin-top: 80px;	
}
._headMargin {
	margin-top: 80px;
}
._Hitem {
	text-align: center;
}
._Hitem .__img {
	margin-bottom: 40px;
	opacity: 0.3;
	padding-top: 50px;
}
._Hitem img {
	display: inline-block !important;
	box-shadow: 0 2px 60px 0 rgba(0, 0, 0, 0.3);
	transform: scale(0.9);
	-webkit-transform: scale(0.9);
	-moz-transform: scale(0.9);
}
._Hitem h2 {
	color: #96c11e;
	margin-bottom: 20px;
	opacity: 0;
}
._Hitem p {
	font-size: 16px;
	line-height: 26px;
	opacity: 0;
}
.slick-active.slick-center ._Hitem p,
.slick-active.slick-center ._Hitem h2,
.slick-active.slick-center ._Hitem .__img {
	opacity: 1;
}
.slick-active.slick-center ._Hitem img {
	transform: scale(1);
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
}
._hHeading h1 br {
	display: none;
}
.slick-dots {
	display: inline-block;
	padding: 0;
	margin: 0;
	list-style-type: none;
	position: absolute;
    left: 50%;
    bottom: -100px;
    top: auto;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
}
.slick-dots li {
	float: left;
}
.slick-dots li button {
	width: 12px;
	  height: 12px;
	  margin: 0 17px;
	  background-color: #000000;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	text-indent: -9999px;
	padding: 0;
	border: 0;
}
.slick-dots li.slick-active button {
	background-color: #96c11e;
}
.___arrow {
	position: absolute;
	left: 5%;
	top: 24%;
	font-size: 48px;
	color: #96c11e;
}
.___arrow.__next {
	left: auto;
	right: 5%;
}
.page-template-thanku_template nav{
	  background: #000;
}
.template-thanku{
	margin-top:200px;
	text-align:center;
	margin-bottom:150px;
}
@media screen and (min-width: 1200px) {
	._imgBox img {
		height: 350px;
		object-fit: cover;
		object-position: center;
		}
	._imgBox ._txt h3 + p{
		margin-top:15px;
	}
}

._faqs button{
    outline: none !important;
}