/*
Theme Name: Rosario
Theme URI: http://webstick.co.il
Description: Developed by <a href="http://webstick.co.il/">Webstick</a>.
Version: 1.2
Author: <a href="http://webstick.co.il/">Webstick</a>
Author URI: http://webstick.co.il/
*/


/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

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, font, 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 {
  background: transparent;
  border: 0;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
/* #__New Hebrew typography__# */
 @font-face {
  font-family: 'SimplerPro';
  font-style: light;
  font-weight: 300;
  src: local('OpenSansHebrew-Light'), url('fonts/OpenSansHebrew-Light.ttf') format('truetype');
  font-display: swap;
  }
@font-face {
  font-family: 'SimplerPro';
  font-style: normal;
  font-weight: 400;
  src: local('OpenSansHebrew-Regular'), url('fonts/OpenSansHebrew-Regular.ttf') format('truetype');
  font-display: swap;
  }
@font-face {
  font-family: 'SimplerPro';
  font-style: normal;
  font-weight: bold;
  src: local('OpenSansHebrew-Bold'), url('fonts/OpenSansHebrew-Bold.ttf') format('truetype');
  font-display: swap;
  }
@font-face {
  font-family: 'SimplerPro';
  font-style: xtra bold;
  font-weight: 800;
  src: local('OpenSansHebrew-ExtraBold'), url('fonts/OpenSansHebrew-ExtraBold.ttf') format('truetype');
  font-display: swap;
  }

/* -------------- */
@font-face {
  font-family: 'Sharp Sans';
  font-style: light;
  font-weight: 500;
  src: local('Sharp Sans'), url('fonts/SharpSans-Light.woff') format('woff');
  }
@font-face {
  font-family: 'Sharp Sans';
  font-style: medium;
  font-weight: 600;
  src: local('Sharp Sans'), url('fonts/SharpSans-Medium.woff') format('woff');
  }
@font-face {
  font-family: 'Sharp Sans';
  font-style: bold;
  font-weight: bold;
  src: local('Sharp Sans'), url('fonts/SharpSans-Bold.woff') format('woff');
  }

.reg-font-white {
  color: #fff;
}
@media (max-width: 1023px) {
  .reg-font-white {
    font-size: 1rem;
    letter-spacing: -0.6px;
    line-height: 21px;
  }
}

.cover-big-title {
  color: #fff;
  font-family: 'Poppins', 'SimplerPro';
  font-size: 60px;
  font-weight: bold;
  letter-spacing: 2.32px;
  line-height: 65px;
  text-align: center;
}
.rosario-title {
  color: #003531;
  font-size: 42.5px;
  letter-spacing: -0.19px;
  line-height: 59px;
  text-align: center;
  font-weight: 400;
}
.en-title {
  color: #003531;
  font-family: 'Poppins', 'SimplerPro';
  font-size: 42.15px;
  font-weight: bold;
  letter-spacing: 2.57px;
  line-height: 68px;
  text-align: center;
  text-transform: uppercase;
}
@media (max-width: 1023px) {
  .en-title {
    font-size: 36px;
    letter-spacing: 2.2px;
    line-height: 40px;
    max-width: 225px;
  }
}
.small-title {
  color: #fff;
  font-size: 24.5px;
  letter-spacing: -0.11px;
  line-height: 59px;
  text-align: right;
}
/* ----------------------------- */

h1, h2, h3, h4, h5, h6 {
  clear: both;
  font-weight: 300;
}

ol, ul {
  list-style: none;
}

blockquote {
  quotes: none;
}

blockquote:before, blockquote:after {
  content: '';
  content: none;
}

del {
  text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

a img {
  border: none;
}

input[type="text"],
input[type="submit"],
input[type="email"],
input[type="tel"],
input[type="password"],
textarea {
  -webkit-appearance: none;
  border-radius: 0;
  border: none;
  outline: none;
}

input[type="submit"] {
  cursor: pointer;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

*:focus {
  outline: 0;
}

body.fixed-pos {
  position: fixed;
  width: 100%;
  height: 100%;
}

.site-width {
  position: relative;
  width: 1200px;
  max-width: 100%;
  margin: 0 auto;
}

.inner-width {
  position: relative;
  width: 1216px;
  max-width: 100%;
  margin: 0 auto;
}

.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.clear {
  clear: both;
}

.ptable {
  display: table;
}

.ptable .ptr {
  display: table-row;
}

.ptable .ptd {
  display: table-cell;
  vertical-align: middle;
}

.caps {
  text-transform: uppercase;
}

.abs-fulls {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.trnsf-center {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
      transform: translateX(-50%) translateY(-50%);
}

.fix-pos {
  position: fixed;
  width: 100%;
  height: 100%;
}

.ros-video {
	position: absolute;
	bottom: 0
	left: 0;
	min-width: 100vw;
	min-height: 100%;
}

/* arrow */
.rosario-arrow {
  height: 35px;
  width: 35px;
  border: 1px solid #003531;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.active .rosario-arrow {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
  margin-top: 6px;
}
.rosario-arrow::before {
  content: '';
  position: absolute;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 8.65px;
  width: 8.65px;
  border-top: 1px solid #4A4A4A;
  border-right: 1px solid #4A4A4A;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

/* -------------------------- */

.ws-x-btn {
  position: relative;
  display: inline-block;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  border: 1px solid #000;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  cursor: pointer;
}
.ws-x-btn:before, .ws-x-btn:after {
  content: "";
  position: absolute;
  background-color: #000;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
}
.ws-x-btn:before {
  width: 28px;
  height: 1px;
}
.ws-x-btn:after {
  width: 1px;
  height: 28px;
}

.filter {
  width: 100%;
  height: 100%;
  background-color: #001514;
  opacity: 0.4;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .filter { width: auto;  }
 }
.pic-wrapper {
  position: relative;
  overflow: hidden;
}

.pic-wrapper>img {
  width: auto;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}



/* =General
-------------------------------------------------------------- */
html {
	font-size: 1rem;
}
body, input, textarea {
  color: #4A4A4A;
  font-family: 'SimplerPro', sans-serif;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.3;
  text-align: right;
}
@media (max-width: 1023px) {
  body, input, textarea {
    font-size: 1.125rem;
    letter-spacing: -0.6px;
    line-height: 1.33;
  }
}
b,
strong {
  font-weight: 700;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: inherit;
  text-decoration: none;
}
a {
  text-decoration: none;
}

.mobile-only {
  display: none;
}
@media screen and (max-width: 767px) {
  .desktop-only {
    display: none;
  }
  .mobile-only {
    display: block;
  }
}

/* #______________________________________page-homepage_________________________________________________# */

/* section.hero#homepage */
section.hero#homepage {
width: 100%;
height: 97vh;
min-height: 776px;
overflow: hidden;
background-size: cover;
background-repeat: no-repeat;
background-position: center;
background-attachment: fixed;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
    -ms-flex-pack: center;
        justify-content: center;
-webkit-box-align: center;
    -ms-flex-align: center;
        align-items: center;
position: relative;
    margin-top: 59px;
}
#homepage.hero .ws-arrow {
	position: absolute;
	bottom: 260px;
	left: 20px;
}
section.hero#homepage .center-title-wrapper {
  max-width: 1170px;
  margin-top: 0;
  opacity: 5;
  transition: all 1s ease-in-out;
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  z-index: 1;
}
section.hero#homepage .center-title-wrapper.anim {
  margin-top: -12%;
  opacity: 1;;
}
section.hero#homepage .center-title-wrapper>h1{
  color: #fff;
  font-family: 'Poppins', 'SimplerPro';
  font-size: 3.125rem;
  font-weight: bold;
  letter-spacing: 1.5px;
  line-height: 1.1;
  text-align: center;
  text-transform: uppercase;
}
section.hero#homepage .center-title-wrapper>h1>span{
  color: #D1B075;
}
@media (max-width: 1023px) {
	.ros-video {
		display: none;
	}
  section.hero#homepage{
    height: 510px;
  }
  section.hero#homepage .center-title-wrapper.anim {
    margin-top: -25%;
    max-width: 565px;
  }
  section.hero#homepage .center-title-wrapper>h1 {
    font-size: 2.25rem;
    font-weight: bold;
    letter-spacing: 1.4px;
    line-height: 1.1;
  }

}
/* --------------------------- */

/* section.homepage-hero-slider */
section.homepage-hero-slider {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  /*height: 218px;*/
  margin-top: -217px;
}
section.homepage-hero-slider .content-wrapper {
  	width: 39.4%;
  	height: 100%;
  	background-color: rgba(209,176,117,0.8);
  	padding: 28px 68px 74px 121px;
  	position: relative;
}
section.homepage-hero-slider .content-wrapper .reg-font-white {
  max-width: 475px;
}
section.homepage-hero-slider .content-wrapper .button {
  	margin-top: 15px;
}
section.homepage-hero-slider .m-slider {
  width: 60.6%;
  /*height: 100%;*/
}

section.homepage-hero-slider .m-slider .item {
  width: 53.8vw;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
}
section.homepage-hero-slider .m-slider .inner-item {
  width: 33.3%;
  height: 70%;
  border-left: 1px solid  #F2F2F2;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
section.homepage-hero-slider .m-slider .inner-item .logo-wrapper {
  width: 82px;
  height: 82px;
  overflow: hidden;
  position: relative;
  margin-top: -16.5%;
}
section.homepage-hero-slider .m-slider .inner-item .logo-wrapper>img {
  width: auto;
  height: 100%;
  max-height: 72px;
}
section.homepage-hero-slider .m-slider .inner-item .date {
  color: #9B9B9B;
  font-family: 'Poppins', 'SimplerPro';
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 2;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 10px;
}
section.homepage-hero-slider .m-slider .inner-item .total {
  color: #D1B075;
  font-family: 'Poppins', 'SimplerPro';
  /*font-size: 43px;*/
  font-size: 2.25rem;
  font-weight: bold;
  letter-spacing: -1.5px;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
}
section.homepage-hero-slider .m-slider .ws-arrow.forward {
  left: 65vw;
  bottom: 24%;
}
section.homepage-hero-slider .m-slider .ws-arrow.back {
  left: 65vw;
  bottom: 42%;
}
section.homepage-hero-slider .m-slider .ws-arrow.pause {
	left: 65vw;
	bottom: 6%;
  }
section.homepage-hero-slider .m-slider .ws-arrow {
  border: 1px solid #fff;
}
section.homepage-hero-slider .m-slider .ws-arrow:before {
  border-color: #fff;
}

@media (max-width: 1023px) {

  section.homepage-hero-slider {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    margin-top: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }
  section.homepage-hero-slider .content-wrapper {
    width: 100%;
    padding: 28px 26px 11px 16px;
  }

  section.homepage-hero-slider .content-wrapper .reg-font-white {
    text-align: center;
  }
  section.homepage-hero-slider .content-wrapper .button {
    margin: 15px auto;
  }
  section.homepage-hero-slider .m-slider {
    width: 75%;
    height: 18vh;
    position: absolute;
    right: 0;
  }
  section.homepage-hero-slider .m-slider .inner-item .total {
    font-size: 1.69rem;
    letter-spacing: -1px;
    line-height: 0.6;
  }
  @-webkit-keyframes homepage-hero-m-slider-animation  {
    0% { top: unset; opacity: 0;}
    60% { top: unset; opacity: 0;}
    100% { top: unset; opacity: 1;}
  }
  @keyframes homepage-hero-m-slider-animation  {
    0% { top: unset; opacity: 0;}
    60% { top: unset; opacity: 0;}
    100% { top: unset; opacity: 1;}
  }
  section.homepage-hero-slider .m-slider .ws-arrow {
    border: 1px solid #D1B075;
  }
  section.homepage-hero-slider .m-slider .ws-arrow:before {
    border-color: #D1B075;
}

section.homepage-hero-slider .m-slider .ws-arrow.back {
  left: -16vw;
  bottom: 10.9vh;
}
section.homepage-hero-slider .m-slider .ws-arrow.forward {
  left: -16vw;
  bottom: 3.2vh;
}

}

@media (max-width: 767px) {
  section.hero#homepage .center-title-wrapper>h1 {
    font-size: 1.875rem;
    letter-spacing: 1px;
    line-height: 1.1;
    margin: 0 10px;
  }
  
  section.homepage-hero-slider .m-slider {
    height: 134px;
  }
  section.homepage-hero-slider .m-slider .inner-item .logo-wrapper {
    height: 68px;
    margin-top: -20px;
    margin-bottom: -14px;
  }
  section.homepage-hero-slider .m-slider .inner-item .total {
    font-size: 1.05rem;
  }
  section.homepage-hero-slider .m-slider .inner-item .date {
    position: relative;
    margin-bottom: 2px;
    font-size: 0.63rem;
    line-height: 1.9;
  }
  section.homepage-hero-slider .m-slider .ws-arrow.back {
    bottom: 78px;
  }
  section.homepage-hero-slider .m-slider .ws-arrow.forward {
    bottom: 28px;
  }
}

@media (max-width: 500px) {
  section.homepage-hero-slider .m-slider{
    top: 0;
    transform: translateY(-100%);
    width: 100%;
    padding-left: 7%;
    background-color: #fff;
  }
  section.homepage-hero-slider .m-slider .inner-item {
    width: 27.3%;
  }
  #content.homepage{
    position: relative;
  }
  section.homepage-hero-slider .content-wrapper{
    margin-top: 0px!important;
  }
  section.homepage-hero-slider .m-slider .ws-arrow.back,
  section.homepage-hero-slider .m-slider .ws-arrow.forward{
    left: 6vw;
  }
  section.homepage-hero-slider .m-slider .item{
    padding: 0 10px;
  }
}

/* ---------------------------------------------------------- */


/* section.partners */
section.partners {
  width: 100%;
  padding: 64px 0;
}
section.partners .partners-items-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
section.partners .partners-item {
  width: 50%;
  min-width: 400px;
  text-align: center;
  margin-top: 67px;
  padding: 16px 16px 0;
  background: -webkit-gradient(linear, left top, left bottom, from(#eaf1f5), to(#fff));
  background: linear-gradient(180deg, #eaf1f5 0%, #fff 100%);
}
section.partners .partners-item .frame-wrapper {
  position: relative;
  padding: 0 60px;
  border-top: 1px solid #fff;
}
section.partners .partners-item .frame-wrapper:before,
section.partners .partners-item .frame-wrapper:after {
  content: "";
  position: absolute;
  top: 0;
  height: 100%;
  width: 1px;
  background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(255,255,255,1) 80%, rgba(255,255,255,0.2) 100%);
  background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,255,255,1) 80%,rgba(255,255,255,0.2) 100%);
  background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(255,255,255,1) 80%,rgba(255,255,255,0.2) 100%);
}
section.partners .partners-item .frame-wrapper:before {
  right: 0;
}
section.partners .partners-item .frame-wrapper:after {
  left: 0;
}
section.partners .partners-item:first-child {
  padding-left: 8px;
}
section.partners .partners-item:first-child + .partners-item {
  padding-right: 8px;
}
section.partners .logo-wrapper {
  position: relative;
  height: 106px;
  width: 200px;
  margin: 0 auto;
  -webkit-transform: translateY(calc(-50% - 16px));
  transform: translateY(calc(-50% - 16px));
}
section.partners .logo-wrapper:before {
  content: "";
  position: absolute;
  left: 30px;
  right: 30px;
  height: 100%;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.4);
}
section.partners .logo-wrapper .inner {
  position: relative;
  max-height: 100%;
  padding: 20px;
  background: #fff;
}
section.partners .logo-wrapper img {
  max-height: 100%;
  width: auto;
}
section.partners .content-wrapper {
  margin-top: -20px;
}
section.partners .content-wrapper .txt {
  margin-bottom: 20px;
}
section.partners .link {
  text-decoration: none;
  color: #4A4A4A;
  border-bottom: 1px solid #4A4A4A;
  padding-bottom: 5px;
}
@media (max-width: 1023px) {
  section.partners {
    padding: 30px 0;
  }
  section.partners .partners-items-wrapper {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  section.partners .partners-item {
    min-width: unset;
    margin: 56px 0 36px;
    padding: 10px 10px 0;
  }
  section.partners .partners-item:first-child {
    padding-left: 5px;
  }
  section.partners .partners-item:first-child + .partners-item {
    padding-right: 5px;
  }
  section.partners .partners-item .frame-wrapper {
    padding: 0 10px;
  }
  section.partners .rosario-title {
    font-size: 1.875rem;
    letter-spacing: -0.14px;
    line-height: 0.73;
  }
  section.partners .logo-wrapper {
    height: 56px;
    width: 126px;
  }
  section.partners .logo-wrapper:before {
    left: 20px;
    right: 20px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.4);
  }
  section.partners .logo-wrapper .inner {
    height: 100%;
    padding: 6px;
  }
  section.partners .logo-wrapper img {
    height: 100%;
    width: auto;
  }
  section.partners .content-wrapper {
    display: none;
  }
}
/* -------------------------------------- */

/* section.our-expertise */
section.our-expertise {
  height: 90vh;
  width: 100%;
  position: relative;
}
section.our-expertise .our-expertiss-title-wrapper {
  height: 100%;
  width: 100%;
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 2;
  margin-top: 0%;
  opacity: 1;
  transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
}
section.our-expertise .our-expertiss-title-wrapper.hover {
  margin-top: -6%;
  opacity: 0.5;
}
section.our-expertise .our-expertiss-title-wrapper .title {
  color: #fff;
  font-family: 'Poppins', 'SimplerPro';
  font-size: 4.5rem;
  font-weight: bold;
  letter-spacing: 2.9px;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
}
section.our-expertise .our-expertiss-title-wrapper .subtitle {
  opacity: 0.57;
  color: #fff;
  font-size: 2.5rem;
  font-weight: bold;
  letter-spacing: 0.03px;
  line-height: 1.2;
  text-align: center;
}
section.our-expertise .section-content-wrapper {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  transition: all .2s ease-in-out;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  background-position: center;
  background-size: cover;
}
section.our-expertise .section-content-wrapper .filter {
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.5;
  position: absolute;
  z-index: 1;
}
section.our-expertise .section-content-wrapper .item {
  width: 33.4%;
  height: 100%;
  position: relative;
  overflow: hidden;
  border-left: 1px solid #fff;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
section.our-expertise .section-content-wrapper .item:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center;
	opacity: 1;
	-webkit-transition: opacity .3s ease-in-out;
	transition: opacity .3s ease-in-out;
}
section.our-expertise .section-content-wrapper.hover .item:before {
	opacity: 0;
}
section.our-expertise .section-content-wrapper .item .filter {
  display: none;
}
section.our-expertise .section-content-wrapper .item .plus {
  display: none;
}
section.our-expertise .section-content-wrapper .item::after {
  content: '';
  position: absolute;
  width: 1px;
  height: 20px;
  background-color: #fff;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  bottom: -10px;
  z-index: 1;
}
section.our-expertise .section-content-wrapper .item .small-image {
  width: auto;
  height: 100%;
  opacity: 1;
  transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
  -webkit-transition: all .4s ease-in-out;
  -moz-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
}
section.our-expertise .section-content-wrapper .item .small-image.hover {
  opacity: 0;
}
section.our-expertise .section-content-wrapper .item .title {
  color: #fff;
  font-size: 1.5rem;
  letter-spacing: 0.2px;
  line-height: 2.2;
  text-align: center;
  position: absolute;
  z-index: 2;
  bottom: 1%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  opacity: 1;
  transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
}

section.our-expertise .section-content-wrapper .item.hover .title {
  opacity: 0;
}
section.our-expertise .section-content-wrapper .item .hover-wrapper {
  position: absolute;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  z-index: 2;
  bottom: 80px;
  opacity: 0;
  transition: all .5s ease-in-out;
  -webkit-transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
}
section.our-expertise .section-content-wrapper .item.hover .hover-wrapper {
  opacity: 1;
}
section.our-expertise .section-content-wrapper .item.hover .hover-wrapper .hover-title {
  color: #D1B075;
  font-size: 1.5rem;
  letter-spacing: 2.1px;
  line-height: 2.2;
  text-align: center
}
section.our-expertise .section-content-wrapper .item.hover .hover-wrapper .desc-wrapper {
  max-width: 85%;
  text-align: center;
  margin-bottom: 40px;
}
section.our-expertise .section-content-wrapper .item.hover .hover-wrapper .txt {
  color: #fff;
}
section.our-expertise .section-content-wrapper .item.hover .hover-wrapper .button {
  height: 39px;
  width: 157px;
  background-color: #D1B075;
}
/* ------------- */

@media (max-height: 700px) and (min-width: 1024px){
	section.our-expertise .our-expertiss-title-wrapper.hover {
		margin-top: -11%;
	}
	#content.contact section.contact {
		background-size: 140vw auto;
	}
}

@media (max-width: 1023px) {
  section.our-expertise {
    height: auto;
  }
  section.our-expertise .our-expertiss-title-wrapper {
    display: unset;
    height: auto;
  }
  section.our-expertise .our-expertiss-title-wrapper .title {
    color: #4A4A4A;
    font-size: 2.25rem;
    font-weight: bold;
    letter-spacing: 1.4px;
    line-height: 1.1;
    text-align: center;
  }
  section.our-expertise .our-expertiss-title-wrapper .subtitle {
    color: #4A4A4A;
    font-size: 1.875rem;
    font-weight: bold;
    letter-spacing: -0.14px;
    line-height: 0.73;
    text-align: center;
  }
  section.our-expertise .section-content-wrapper {
    padding-top: 14vh;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
            height: auto;
  }
  section.our-expertise .section-content-wrapper .item {
    width: 100%;
    height: 120px;
    border: none;
    border-bottom: 1px solid #fff;
    z-index: 5;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
  }
  section.our-expertise .section-content-wrapper .item:last-child {
    border: none;
  }
  section.our-expertise .section-content-wrapper .item.hover {
    height: 300px;
  }
  section.our-expertise .section-content-wrapper .item .small-image {
    width: 100%;
    height: auto;
    top: 96%;
  }
  section.our-expertise .section-content-wrapper .item.hover .small-image {
    width: auto;
    height: auto;
    top: 135%;
  }
  section.our-expertise .section-content-wrapper .item .title {
    width: 90%;
    text-align: right;
  }
  section.our-expertise .section-content-wrapper .item .plus {
    width: 31px;
    height: 31px;
    border: 1px solid #fff;
    border-radius: 50%;
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    left: 8%;
    bottom: 6.8vh;
    padding-bottom: 2px;
    color: #fff;
    letter-spacing: 0;
    font-size: 1.625rem;
    z-index: 10;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
  }
  section.our-expertise .section-content-wrapper .item.hover .plus {
    left: 8%;
    bottom: 35.6vh;
  }
  section.our-expertise .section-content-wrapper .item::after {
    display: none;
  }
  section.our-expertise .section-content-wrapper .filter {
    width: 0;
    height: 0;
  }
  section.our-expertise .section-content-wrapper .item .filter {
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.5;
    position: absolute;
    display: unset;
  }
  section.our-expertise .section-content-wrapper .item .hover-wrapper {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    display: unset;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    padding: 5%;
  }
  section.our-expertise .section-content-wrapper .item.hover .hover-wrapper .hover-title {
    text-align: right;
  }
  section.our-expertise .section-content-wrapper .item.hover .hover-wrapper .desc-wrapper {
    text-align: right;
  }
  section.our-expertise .section-content-wrapper .item.hover .hover-wrapper .button {
    margin: 0 auto;
  }
}

@media only screen and (max-width: 767px){
  section.partners .link {
    padding-bottom: 0;
  }
  section.our-expertise .section-content-wrapper {
    padding-top: 86px;
  }
  section.our-expertise .section-content-wrapper .item .title {
    bottom: auto;
    top: 50%;
    line-height: 47px;
  }
  section.our-expertise .section-content-wrapper .item .plus {
    bottom: auto;
    top: 48px;
    padding-bottom: 3px;
  }
  section.our-expertise .section-content-wrapper .item.hover .plus {
    bottom: auto;
    top: 40px;
  }
}


/* ------------------------------------------------------------------------------------- */

/* section.consult */
.homepage section.consult {
  height: 881px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#EAF1F4));
  background: linear-gradient(180deg, #fff 0%, #EAF1F4 100%);
}
.homepage section.consult .consult-wrapper {
  min-height: 700px;
  width: 1173px;
  background: linear-gradient(156.81deg, #00655F 0%, #003531 100%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.homepage section.consult .consult-wrapper .pic-column {
  width: 50%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 5%;
}
.homepage section.consult .consult-wrapper .pic-column .content-wrapper {}
.homepage section.consult .consult-wrapper .pic-column .title {
  color: #fff;
  font-size: 2.25rem;
  font-weight: bold;
  letter-spacing: 1.6px;
  line-height: 1.33;
  text-align: right;
}
.homepage section.consult .consult-wrapper .pic-column .desc {
  color: #fff;
  max-width: 410px;
  margin: 13px 0;
}
.homepage section.consult .consult-wrapper .pic-column .pic-wrapper {
  height: 470px;
  width: 400px;
  position: relative;
      -webkit-box-shadow:  0 40px 50px -28px #000;
       box-shadow: 0 40px 50px -28px #000;
  overflow: visible;
}
.homepage section.consult .consult-wrapper .pic-column .pic-wrapper>img {
  width: 100%;
  height: auto;
}
.homepage section.consult .consult-wrapper .pic-column .pic-wrapper .name-tag-wraper {
  position: absolute;
  right: 40px;
  bottom: 30px;
}
.homepage section.consult .consult-wrapper .pic-column .pic-wrapper .name-tag-wraper .name,
.homepage section.consult .consult-wrapper .pic-column .pic-wrapper .name-tag-wraper .role {
  color: #fff;
  font-size: 1.05rem;
  letter-spacing: -0.08px;
  line-height: 1.3;
  text-align: right;
}

.homepage section.consult .consult-wrapper .links-column {
  width: 50%;
  height: 100%;
  padding: 3% 6%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
}
.homepage section.consult .consult-wrapper .links-column>a {
  margin: 10% auto;
}
.homepage section.consult .consult-wrapper .links-column>a .button.button-gold {
  background-color: #D1B075;
  -webkit-box-shadow: 0 15px 27px -9px rgb(37, 37, 37);
  box-shadow: 0 15px 27px -9px rgb(37, 37, 37);
}
.homepage section.consult .consult-wrapper .links-column>a .button.button-gold:hover {
  -webkit-box-shadow: 0 25px 27px -9px rgb(37, 37, 37);
  box-shadow: 0 25px 27px -9px rgb(37, 37, 37);
}
.homepage section.consult .consult-wrapper .links-column .small-title {}
.homepage section.consult .consult-wrapper .links-column .items-wrapper {
  height: 68%;
  overflow: auto;
}
.homepage section.consult .consult-wrapper .links-column .item {
  position: relative;
  width: 100%;
  min-height: 105px;
  border-bottom: 1px solid rgba(255,255,255,0.12);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
.homepage section.consult .consult-wrapper .links-column .items-wrapper:hover .item {
	opacity: 0.2;
}
.homepage section.consult .consult-wrapper .links-column .items-wrapper .item:hover {
	opacity: 1;
}
.homepage section.consult .consult-wrapper .links-column .item .pic-wrapper {
  height: 75px;
  width: 75px;
  border-radius: 3px;
  position: relative;
  overflow: hidden;
  -webkit-box-shadow: 0 10px 6px -6px rgb(48, 47, 47);
  box-shadow: 0 10px 6px -6px rgb(48, 47, 47);
}
.homepage section.consult .consult-wrapper .links-column .item .pic-wrapper>img {
  width: auto;
  height: 100%;
}
.homepage section.consult .consult-wrapper .links-column .item .item-content-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  max-width: 62%;
  margin-right: 25px;
  margin-top: -5px;
}
.homepage section.consult .consult-wrapper .links-column .item .item-content-wrapper .date {
  color: #fff;
  font-family: 'Poppins', 'SimplerPro';
  font-size: 0.875rem;
  font-weight: bold;
  letter-spacing: 0.85px;
  line-height: 2.71;
  text-align: center;
}
.homepage section.consult .consult-wrapper .links-column .item .item-content-wrapper .item-desc {
  color: #D1B075;
  font-size: 1.05rem;
  letter-spacing: -0.08px;
  line-height: 1.3;
  text-align: right;
}
.homepage section.consult .consult-wrapper .links-column .m-slider .ws-arrow.forward {
  position: absolute;
  left: 0;
  bottom: 25%;
}
.homepage section.consult .consult-wrapper .links-column .m-slider {
  position: static;
  width: unset;
}
.homepage section.consult .consult-wrapper .links-column .items-wrapper {
  scrollbar-width: 0px;
}

.homepage section.consult .consult-wrapper .links-column .items-wrapper::-webkit-scrollbar { width: 0 !important }
.homepage section.consult .consult-wrapper .links-column .items-wrapper { overflow: -moz-scrollbars-none; }
.homepage section.consult .consult-wrapper .links-column .items-wrapper { -ms-overflow-style: none; }


@media (max-width: 1023px) {

  .homepage section.consult {
    height: auto;
    display: unset;
  }
  .homepage section.consult .consult-wrapper {
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 93%;
    margin-top: 13px;
  }
  .homepage section.consult .consult-wrapper .pic-column {
    width: 100%;
    display: block;
  }
  .homepage section.consult .consult-wrapper .pic-column .pic-wrapper {
    height: 478px;
    width: 410px;
    margin: -21px auto;
  }
  .homepage section.consult .consult-wrapper .pic-column .pic-wrapper>img {
    width: 100%;
    height: auto;
  }
  .homepage section.consult .consult-wrapper .links-column {
    width: 100%;
    display: block;
    margin-top: 60px;
  }
  .homepage section.consult .consult-wrapper .links-column>a .button.button-gold {
    margin: 40px auto 40px;
  }
  .homepage section.consult .consult-wrapper .pic-column .content-wrapper {
    padding: 0% 7%;
  }
  .homepage section.consult .consult-wrapper .pic-column .title {
    font-size: 1.875rem;
    font-weight: bold;
    letter-spacing: -0.14px;
    line-height: 0.73;
    text-align: center;
    margin-bottom: 25px;
  }
  .homepage section.consult .consult-wrapper .pic-column .desc {
    text-align: center;
    margin: 13px auto;
  }

  @media (max-width: 767px) {
    .homepage section.consult .consult-wrapper .pic-column .pic-wrapper {
      top: 0 !important;
      height: 239px;
      width: 205px;
      margin: 0 auto -21px;
    }
  }

  @media (max-width: 375px) {
    .homepage section.consult .consult-wrapper .links-column .m-slider {
      bottom: 5vh;
    }
  }
}

/* ------------------------------------------------------------------------------------- */


/* section.join-us */
section.join-us {
  width: 100%;
  height:65vh ;
  background-color: #EBF2F5;
  margin-top: 60px;
}
section.join-us .join-us-content {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
section.join-us .right-item {
  width: 50%;
  height: 100%;
}
section.join-us .img-wrapper {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
section.join-us .img-wrapper img {
  width: auto;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
      transform: translateX(-50%) translateY(-50%);
}
section.join-us .left-item {
  width: 50%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
section.join-us .logo-wrapper {
  width: 150px;
  /* height: 30px; */
}
section.join-us .logo-wrapper img {
  width: 100%;
  height: 100%;
}
section.join-us .txt {
  margin: 30px 24%;
  color: #003531;
  font-size: 1.72rem;
  letter-spacing: -0.13px;
  line-height: 1.18;
}

@media (max-width: 1023px) {
	section.join-us .img-wrapper img {
		width: auto;
		height: auto;
	}
  section.join-us {
    height: auto;
  }
  section.join-us .join-us-content {
    height: auto;
  }
  section.join-us .right-item {
    width: 100%;
    height: 190px;
  }
  section.join-us .left-item {
    display: block;
    width: 100%;
    height: auto;
  }
  section.join-us .logo-wrapper {
    margin: 40px auto 0;
  }
  section.join-us .txt {
    font-size: 1.5rem;
    letter-spacing: -0.11px;
    line-height: 1.18;
    text-align: center;
    margin: 30px 15px;
  }
  section.join-us .button.button-green {
    margin: 0 auto 40px;
  }

}
/* ----------------------------------- */

/* section.the-people */
section.the-people {
  /* height: 624px; */
  height: 79.3vh;
  width: 100%;
  position: relative;
  /*background-image: url(uploads/portrate1.jpg);*/
  background-position: 90% -106px;
  background-repeat: no-repeat;
  background-size: 145%;
  transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
}
section.the-people .filter {
  width: 100%;
  height: 100%;
  background-color: #062828;
  opacity: .7;
}
section.the-people .title {
  color: #fff;
  font-size: 3.125rem;
  font-weight: bold;
  letter-spacing: 0.41px;
  line-height: 1.1;
  text-align: center;
  max-width: 360px;
}
section.the-people .title.trnsf-center {
  -webkit-transform: translateX(-50%) translateY(-90%);
      transform: translateX(-50%) translateY(-90%)
}
section.the-people .slider-wrapper {
  height: 215px;
  width: 100%;
  position: absolute;
  bottom: -10px;
}
section.the-people .slider-wrapper>a{
 	margin-right: 5vw;
  	position: absolute;
  	bottom: 8.7vh;
}
/*.wah_fstype_script section.the-people .slider-wrapper {
	height: auto;
	min-height: 215px;
}
.wah_fstype_script section.the-people .slider-wrapper .items-content-wrapper {
	min-height: 215px;
}
.wah_fstype_script section.the-people .slider-wrapper .items-content-wrapper .item-content {
	bottom: 0;
}
.wah_fstype_script section.the-people .slider-wrapper>a {
	left: 10%;
}*/

section.the-people .m-slider {
  /* width: 33%; */
  width: 445px;
  float: right;
}
section.the-people .m-slider .overflow-slider {
  height: 230px;
}
section.the-people .m-slider .items-wrapper {}
section.the-people .m-slider .item {
  height: 215px;
  width: 155px;
  margin-right: 10px;
  background-color: #D8D8D8;
  transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
}
section.the-people .m-slider .item.active-number {
  -webkit-box-shadow: 0 10px 6px -6px #777;
       box-shadow: 0 10px 6px -6px #777;
}
section.the-people .m-slider .img-wrapper {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
  background-color: #062828;
 }
section.the-people .m-slider .img-wrapper img {
  width: auto;
  height: 100%;
  opacity: .3;
  transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
}
section.the-people .m-slider .item.active-number .img-wrapper img {
  opacity: 1;
}
section.the-people .slider-wrapper .items-content-wrapper {
  width: 28%;
   margin-left: 4%;
  height: 90%;
  border-right: 2px solid #D1B075;
  padding-right: 20px;
  float: right;
  margin-right: 20px;
  position: relative;
}
section.the-people .slider-wrapper .item-content {
  opacity: 0;
  transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  position: absolute;
}
section.the-people .slider-wrapper .item-content.active {
  opacity: 1;
}
section.the-people .slider-wrapper .item-content .title {
  color: #fff;
  font-size: 2.66rem;
  font-weight: 300;
  line-height: 0.9;
  text-align: right;
  opacity: 0;
  -webkit-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
  -webkit-transition: all .1s ease-in-out;
  -moz-transition: all .1s ease-in-out;
  -o-transition: all .1s ease-in-out;
}
section.the-people .slider-wrapper .item-content.active .title {
  opacity: 1;
}
section.the-people .slider-wrapper .item-content .subtitle {
  color: #fff;
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 1.9;
  text-align: right;
}
section.the-people .slider-wrapper .item-content .content {
  opacity: 0.7;
  color: #fff;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.69;
  text-align: right;
}
section.the-people .m-slider .ws-arrow.pause {
	bottom: 4.6vh;
	border: 1px solid #D1B075;
}
section.the-people .m-slider .ws-arrow.pause:before {
	font-size: 9px;
	line-height: 21px;
	color: #D1B075;
}

@media (max-width: 1199px) {
	section.the-people .slider-wrapper .item-content .content {
		font-size: 1.19rem;
		line-height: 1.37;
	}
}
@media (max-width: 1023px) {

  section.the-people {
    height: 81.3vh;
    background-size: 300%;
    background-position: center 0%;
    margin-bottom: 28vh;
  }
  section.the-people > .title {
    font-size: 2.63;
    letter-spacing: 0.34px;
    line-height: 1;
    text-align: center;
    top: 17vh;
    max-width: 94%;
    width: 100%;
  }
  section.the-people .slider-wrapper {
    height: 21.7vh;
  }
  section.the-people .m-slider {
    height: 100%;
    width: 80%;
    max-width: 360px;
    top: 4vh;
  }
  section.the-people .m-slider .overflow-slider {
    height: 110%;
  }
  
  section.the-people .slider-wrapper .items-content-wrapper {
    position: absolute;
    float: none;
    top: -30vh;
	left: 0;
	right: 0;
    width: 90%;
    border: none;
    margin: 0 auto;
  }
  section.the-people .slider-wrapper .m-slider .ws-arrow.back,
  section.the-people .slider-wrapper .m-slider .ws-arrow.forward {
	  left: calc( -100vw + 360px + 220px + 20px);
  }
  section.the-people .slider-wrapper .item-content.active .title {
    text-align: center;
    width: auto;
	margin: 0 auto;
  }
  section.the-people .slider-wrapper .item-content .subtitle {
    text-align: center;
  }
  section.the-people .slider-wrapper .item-content .content {
    text-align: center;
  }
  section.the-people .slider-wrapper>a {
    margin: 0;
    position: absolute;
    bottom: 40px;
    left: 0;
  }
  .m-slider .ws-arrow.back {
    left: -13vw;
    bottom: 14.5vh;
  }
  .m-slider .ws-arrow.forward {
    left: -13vw;
    bottom: 5vh;
  }
  body.home .consult-wrapper .m-slider .ws-arrow {
	width: 24px;
	height: 24px;
  }
}

@media (max-width: 767px) {
	.homepage section.consult .consult-wrapper .links-column .item .item-content-wrapper {
		max-width: 56%;
		margin-right: 12px;
	}
	.homepage section.consult .consult-wrapper .links-column .item .item-content-wrapper .item-desc {
		font-size: 0.95rem;
		line-height: 1.33;
	}
	section.the-people .slider-wrapper .item-content .title {
    	font-size: 2.25rem;
    	padding-top: 6px;
  	}
  section.the-people > .title.trnsf-center {
    position: relative;
    top: 34px;
    left: auto;
    -webkit-transform: none;
    transform: none;
    margin: 0 auto;
    font-size: 2.25rem;
  }
  section.the-people .slider-wrapper {
    height: 150px;
  }
  section.the-people .m-slider {
    top: 9vh;
  }
  section.the-people .slider-wrapper>a {
		margin: 0;
		position: absolute;
		top: 162%;
		left: 50%;
		-webkit-transform: translate(-50%, -50%);
				transform: translate(-50%, -50%);
  }
  section.the-people .slider-wrapper .item-content .content {
    font-size: 0.95rem;
    line-height: 1.34;
    opacity: .9;
  }
	section.the-people .slider-wrapper .m-slider .ws-arrow.back,
	section.the-people .slider-wrapper .m-slider .ws-arrow.forward,
	section.the-people .slider-wrapper .m-slider .ws-arrow.pause {
		left: -13vw;
  }
  section.the-people .slider-wrapper .m-slider .ws-arrow.forward {
    bottom: 3.2vh;
  }
  section.the-people .m-slider .ws-arrow.pause {
	  bottom: -5.5vh;
  }
  section.join-us {
    margin-top: 200px
  }
}
/* ------------------------------ */

/* #______________________________________page-privacy_________________________________________________# */

/* section.hero#privacy */
section.hero#privacy {
  height: 41vh;
  width: 100%;
  position: relative;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
section.hero#privacy .title-wrapper {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-45%, 69%);
          transform: translate(-45%, 69%);
  z-index: 2;
  margin-top: 130px;
  right: 0;
  opacity: 0;
  -webkit-transition: margin-top 1s ease-in-out, opacity 1s ease-in-out;
  transition: margin-top 1s ease-in-out, opacity 1s ease-in-out;
}
section.hero#privacy .title-wrapper.anim {
  margin-top: 30px;
  opacity: 1;
}
section.hero#privacy .title {
  font-size: 2.2rem;
  font-weight: bold;
  letter-spacing: 1.6px;
  line-height: 1;
  color: #fff;
}

/* section.content-wrapper */
  section.content-wrapper {
    background: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(33.47%, #F7F9FB), to(#EAF1F4));
    background: linear-gradient(180deg, #fff 0%, #F7F9FB 33.47%, #EAF1F4 100%);
    padding-bottom: 10vh;

  }
  section.content-wrapper .content {
    padding: 5% 2% 0 9%;
  }
  section.content-wrapper .content h2 {
    color: #D1B075;
    font-weight: bold;
    font-size: 1.05rem;
  }
  section.content-wrapper .content p,
  section.content-wrapper .content ul {
    color: #4A4A4A;
    font-size: 1rem;
    font-weight: 300;
    line-height: 1.55;
    text-align: right;
    margin-bottom: 22px;
  }
  section.content-wrapper .content li {
    position: relative;
    padding-right: 10px;
  }
  section.content-wrapper .content li::before {
    content: '.';
    position: absolute;
    color: #4A4A4A;
    font-size: 1.05rem;
    font-weight: bold;
    right: 0px;
    top: -3px;
  }

  @media (max-width: 767px) {

    section.hero#privacy {
      height: 46vh;
    }
    section.hero#privacy .title-wrapper {
      top: 50%;
    -webkit-transform: translate(-15%, 50%);
            transform: translate(-15%, 50%);
    }
    section.hero#privacy .title {
      font-size: 36px;
      letter-spacing: -0.17px;
      line-height: 22px;
    }
    section.content-wrapper .content {
      padding: 5% 12% 0 12%;
  }
  }

  /* #______________________________________page-blog-lobby_________________________________________________# */

  /* section.hero#blog-lobby */
  section.hero#blog-lobby {
    height: 641px;
    width: 100%;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
  }
  section.hero#blog-lobby .hero-content {
    max-width: 640px;
    position: absolute;
    z-index: 2;
    top: 31%;
    right: 5.5%;
    margin-top: 100px;
    opacity: 0;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
  }
  section.hero#blog-lobby .hero-content.anim {
    margin-top: 0;
    opacity: 1;
  }
  section.hero#blog-lobby .hero-content .title-wrapper {
    margin-bottom: 4vh
  }
  section.hero#blog-lobby .hero-content .article-title {
    color: #fff;
    font-size: 2.2rem;
    font-weight: bold;
    letter-spacing: 1.6px;
    line-height: 36px;
    text-align: right;
  }
  section.hero#blog-lobby .hero-content .article-intro {
    color: #fff;
    font-size: 1rem;
    font-weight: 300;
    line-height: 27px;
    text-align: right;
    margin-bottom: 4vh;
    max-width: 501px;
  }
  section.hero#blog-lobby .hero-content .info-row {
    color: #fff;
    font-size: 1.25rem;
    line-height: 27px;
    text-align: right;
    margin-bottom: 4vh;
  }
  section.hero#blog-lobby .hero-content .name {
    color: #D1B075;
  }
  section.hero#blog-lobby .hero-content .line {
    font-size: 1.75rem;
    font-weight: 300;
    margin: 14px;
  }
  section.hero#blog-lobby .hero-content .date {}
  section.hero#blog-lobby .hero-content .btn-wrapper {
    width: 129px;
    display: block;
  }
  section.hero#blog-lobby .hero-content .btn-wrapper .button {
    width: 100%;
  }
  @media (max-width: 767px) {

    section.hero#blog-lobby {
      height: 46vh;
      min-height: 386px;
    }
    section.hero#blog-lobby .hero-content {
      top: 70px;
      right: 0;
      padding: 0 8%;
    }
    section.hero#blog-lobby .hero-content .info-row {
      margin-bottom: 3vh;
    }
    section.hero#blog-lobby .hero-content .article-title {
      font-size: 1.75rem;
      font-weight: bold;
      letter-spacing: -0.21px;
      line-height: 32px;
      text-align: right;
    }
    section.hero#blog-lobby .hero-content .article-intro {
      display: none;
    }
  }
  /* -------------------------------------------------------------- */

  /* section.search */
  .sticky-indicator {
	  position: absolute;
	  bottom: 0;
  }
  section.search {
    position: relative;
    width: 100%;
    height: 10vh;
    min-height: 80px;
    -webkit-box-shadow: 0 2px 27px -9px rgb(37, 37, 37);
            box-shadow: 0 2px 27px -9px rgb(37, 37, 37);
            padding-top: 1.5%;
    z-index: 10;
    background-color: #fff;
  }
  section.search.sticky {
	  position: fixed;
	  top: 60px;
  }
  section.search .search-wrapper {
    width: 33.3vw;
    display: inline-block;
    margin-right: 8%;
    position: relative;
  }
  section.search .search-wrapper input[type="submit"].arrow {
    top: 8px;
    left: 7%;
    position: absolute;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    height: 8.65px;
    width: 8.65px;
    padding: 0;
    border-top: 1px solid #4A4A4A;
    border-right: 1px solid #4A4A4A;
    -webkit-transform: rotate(225deg);
    transform: rotate(225deg);
    background: transparent;
  }
  section.search .search-wrapper .ws-x-btn {
    display: none;
  }
  section.search .search-wrapper input[type="text"] {
    border-bottom: 1px solid #D1B075;
    padding-bottom: 10px;
    width: 94%;
    padding-bottom: 5px;
  }
  section.search .search-wrapper ::-webkit-input-placeholder {
    color: rgba(40,40,40,0.32);
    font-size: 1.69rem;
    font-weight: 300;
    line-height: 32px;
  }
  section.search .search-wrapper :-ms-input-placeholder {
    color: rgba(40,40,40,0.32);
    font-size: 1.69rem;
    font-weight: 300;
    line-height: 32px;
  }
  section.search .search-wrapper ::-ms-input-placeholder {
    color: rgba(40,40,40,0.32);
    font-size: 1.69rem;
    font-weight: 300;
    line-height: 32px;
  }
  section.search .search-wrapper ::placeholder {
    color: rgba(40,40,40,0.32);
    font-size: 1.69rem;
    font-weight: 300;
    line-height: 32px;
  }
  section.search .search-wrapper .search-logo-wrapper {
    position: absolute;
    width: 25px;
    height: 25px;
    bottom: 1%;
    left: -2%;
  }
  section.search .search-wrapper .search-logo-wrapper > img {
    -webkit-filter: brightness(0);
            filter: brightness(0);
    opacity: .4;
    width: 100%;
    height: 100%;
  }
  section.search .categories-wrapper {
    width: 15.8%;
    display: inline-block;
    margin-right: 5%;
    min-width: 174px;
    position: relative;
  }
  section.search .categories-wrapper .rosario-arrow {
    top: 7px;
    left: -2px;
    border: none;
    position: absolute;
    z-index: 2;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
  }
  section.search .btn-wrapper {
    width: 154px;
    height: 45px;
    display: inline-block;
    float: left;
    margin-left: 8%;
  }
  section.search .btn-wrapper .button {
    width: 100%;
    background-color: transparent;
    border: 1px solid #D1B075;
    color: #D1B075;
    -webkit-box-shadow: none;
            box-shadow: none;
    bottom: 0;
  }
  section.search .btn-wrapper .button:hover {
    background-color: #D1B075;
    color: #fff;
  }
/* ---- */
  .select-wrapper {
    width: 15.8%;
    display: inline-block;
    margin-right: 5%;
    min-width: 174px;
    position: relative;
    padding: 0px 0px 0px 3px;
    vertical-align: middle;
}
  .select-wrapper > span {
	display: block;
}
  .select-wrapper .pselect {
    width: 100%;
    color: #4A4A4A;
    font-family: "SimplerPro", sans-serif;
    font-size: 1.44rem;
    font-weight: 300;
    line-height: 1.2;
    padding: 0.5em 0em 0.5em 0;
    cursor: pointer;
}
body.page-template-page-blog-lobby .select-wrapper .pselect {
  padding-right: 10px;
}
  .select-wrapper .arrow {
    top: 20px;
    left: -8px;
    position: absolute;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    height: 8.65px;
    width: 8.65px;
    border-top: 1px solid #4A4A4A;
    border-right: 1px solid #4A4A4A;
    -webkit-transform: rotate(135deg);
            transform: rotate(135deg);
}
  .select-wrapper .arrow.open {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  top: 24px;
}
  .select-wrapper ul {
	display: none;
	position: absolute;
	top: 50px;
	left: 0;
	width: 100%;
  padding: 0 10px;
  text-align: right;
	background: #fff;
}
  .select-wrapper ul li {
	padding: 10px 0;
  color: #BCBED2;
  cursor: pointer;
}
  .select-wrapper ul li:first-child {
	padding-top: 0;
}
  .select-wrapper ul li:hover {
	color: #424242;
}
/* ---- */

@media (max-width: 767px){
  section.search {
    padding: 5% 3%;
    height: auto;
  }
  .archive-main section.search {
    position: unset;
  }
  section.search .search-wrapper {
    width: 25px;
    border-left: 1px solid #BECACA;;
    height: 25px;
    top: 1.4vh;
    margin-right: 6%;
    padding: 16px 0;
  }
  #content.blog-lobby section.search .search-wrapper {
    height: auto;
  }
  #content.archive-main section.search .search-wrapper {
	  top: 13px;
  }
  section.search.active .search-wrapper {
    width: 95%;
    border: none;
    padding: 0;
  }
  section.search .search-wrapper input[type="text"] {
    display: none;
  }
  section.search.active .search-wrapper input[type="text"] {
    display: block;
    padding-bottom: 0;
    height: 37px;
    line-height: 37px;
  }
  section.search.active .search-wrapper input[type="submit"] {
    display: block;
    left: 50px !important;
    top: 7px;
  }
  #content.blog-lobby section.search.active .search-wrapper input[type="text"] {
    height: auto;
  }
  section.search .search-wrapper .search-logo-wrapper {
    bottom: 2px;
    left: 0;
    width: 28px;
    height: 28px;
    left: 14px;
  }
  section.search .search-wrapper .search-logo-wrapper > img {
    /* position: relative;
    right: -20px;
    top: -3px;
    display: unset; */
  }
  section.search.active .search-wrapper .search-logo-wrapper > img {
    display: none;
  }
  section.search .search-wrapper .ws-x-btn {
    display: none;
  }
  section.search.active .search-wrapper .ws-x-btn {
    position: absolute;
    top: -3px;
    left: 4vw;
    width: 30px;
    height: 30px;
    border: none;
    display: unset;
  }
  section.search.active .search-wrapper .ws-x-btn::before,
  section.search.active .search-wrapper .ws-x-btn::after {
    background-color: #000;
  }
  section.search .select-wrapper .arrow {
    top: 8px;
  }
  section.search .select-wrapper .arrow.open {
    top: 13px;
  }
  section.search .select-wrapper ul {
    top: 40px;
    font-size: 1rem;
  }
  section.search .select-wrapper {
    min-width: 102px;
	margin-right: 4%;
	padding-right: 10px;
  }
  section.search.active .select-wrapper {
    display: none;
  }
  section.search .categories-wrapper .rosario-arrow {
    left: 0vw;
    top: 2px;
  }
  section.search .select-wrapper .pselect {
    font-size: 1rem;
	padding: 0em 0em 0.4em 0;
  }
  section.search .btn-wrapper {
    width: 100px;
    margin-left: 0;
  }
  section.search.active .btn-wrapper {
    display: none;
  }
}
/* ------------------------------------------------------ */

/* section.blog */
section.blog {
  width: 100%;
  height: auto;
  background-color: rgba(118,172,239,0.07);
}
section.blog .content-wrapper {
  padding: 6vh 0vh;
  width: 1224px;
}
@media (max-width: 1200px) {
  section.blog .content-wrapper {
    width: 92%;
  }
}
section.blog .content-wrapper .blog-item {
  height: 500px;
  width: 383px;
  opacity: 1;
  background-color: #fff;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  margin:0 0.7% 3vh;
  cursor: pointer;
  float: right;
}
section.blog .content-wrapper .blog-item.animated {
  margin:100px 0.7% 3vh;
  opacity: 0;
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}
section.blog .content-wrapper .blog-item.animated.anim {
  margin: 0 0.7% 3vh;
  opacity: 1;
}
section.blog .content-wrapper .blog-item.none-active {
  opacity: .25 ;
}
section.blog .content-wrapper .blog-item .pic-wrapper {
  width: 100%;
  height: 48%;
  position: relative;
  overflow: hidden;
}
section.blog .content-wrapper .blog-item .pic-wrapper>img {
  width: 100%;
  height: auto;
  min-height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
section.blog .content-wrapper .blog-item .post-content-wrapper {
  width: 100%;
  height: 52%;
  padding: 24px 23px;
}
section.blog .content-wrapper .blog-item .post-content-wrapper .post-content {
  border-bottom: 1px solid #BECACA;
  height: 85%;
  overflow: hidden;
}
section.blog .content-wrapper .blog-item .post-content-wrapper .post-content .post-title {
  font-size: 1.44rem;
  color: #329991;
  font-weight: 400;
  margin-bottom: 13px
}
section.blog .content-wrapper .blog-item .post-content-wrapper .post-content .post-txt {
  font-size: 1rem;
}
section.blog .content-wrapper .blog-item .post-content-wrapper .post-ditails {
  margin-top: 3.5%;
}
section.blog .content-wrapper .blog-item .post-content-wrapper .post-ditails .pic-wrapper {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: inline-block;
  position: relative;
  overflow: hidden;
  vertical-align: middle;
  margin-left: 10px;
}
section.blog .content-wrapper .blog-item .post-content-wrapper .post-ditails .pic-wrapper>img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
section.blog .content-wrapper .blog-item .post-content-wrapper .post-ditails .name {
  color: #329991;
  font-weight: 400;
  font-size: 1.125rem;
}
section.blog .content-wrapper .blog-item .post-content-wrapper .post-ditails .date {
  font-size: 1.19rem;
  font-weight: 400;
  float: left;
  margin-top: 6px;
}
body.page-template-page-research-lobby section.blog .content-wrapper .blog-item .post-content-wrapper .post-ditails .name,
section.blog .content-wrapper .blog-item .post-content-wrapper .post-ditails .date {
  font-size: 1rem;
}

@media (max-width: 1023px) {
	section.blog .content-wrapper .blog-item {
		width: 48.6%;
	}
}

@media (max-width: 767px) {

  section.blog .content-wrapper .blog-item {
    width: 100%;
    float: none;
  }
  section.blog .content-wrapper .blog-item.anim {
    margin: 0 0 25px;
    opacity: 1;
  }
  section.blog .content-wrapper .blog-item .pic-wrapper>img {
    width: auto;
    height: 100%;
  }
  section.blog .content-wrapper .blog-item .post-content-wrapper .post-ditails .name {
    font-size: 1rem;
    line-height: 27px;
  }
  section.blog .content-wrapper .blog-item .post-content-wrapper .post-ditails .date {
    font-size: 1rem;
    line-height: 27px;
    margin-right: 7px;
  }

}
@media (max-width: 374px) {
	/*section.blog .content-wrapper .blog-item .post-content-wrapper .post-ditails {
		width: 120%;
		margin-right: -10%;
	}*/
	section.blog .content-wrapper .blog-item .post-content-wrapper .post-ditails .name,
	section.blog .content-wrapper .blog-item .post-content-wrapper .post-ditails .date {
    margin-top: 0;
    font-size: 0.95rem;
  }

}
/* ----------------------------------- */

  /* #______________________________________page-single-post_________________________________________________# */


  section.hero#single-post {
    height: 641px;
    width: 100%;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
  }
  @media (max-width: 767px) {
    section.hero#single-post {
    height: 45vh;
    margin-top: 50px;
    }
  }
  /* ------------------------------ */

    #content.single-post .backgrond-wrapper {
      width: 100%;
      height:auto;
      background: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(33.47%, #F7F9FB), to(#EAF1F4));
      background: linear-gradient(180deg, #fff 0%, #F7F9FB 33.47%, #EAF1F4 100%);
    }
  /* section.main */
    section.main {
      width: 70%;
      background-color: transparent;
      position: relative;
      float: right;
    }
    section.main .post-wrapper {
      width: 90%;
      height: auto;
      background-color: #fff;
      margin-top: -38vh;
      margin-bottom: -22vh;
      margin-right: 5.5vw;
    }
    section.main .post-wrapper .social-strip {
      height: 64px;
      width: 100%;
      background-color: #D1B075;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      padding: 0 6%;
      position: relative;
    }
    section.main .post-wrapper .social-strip .date {
      color: #fff;
      font-size: 1rem;
      line-height: 19px;
      text-align: right;
    }
    section.main .post-wrapper .social-strip .social-wrapper {
      float: left;
    }
    section.main .post-wrapper .social-strip .social-wrapper .tooltip {
    height: 36px;
    width: 200px;
    border: 1px solid rgba(209,176,117,0.1);
    border-radius: 10px;
    background-color: #fff;
    -webkit-box-shadow: 0 16px 14px 0 #B19057;
            box-shadow: 0 16px 14px 0 #B19057;
    color: #D1B075;
    font-family: SimplerPro;
    font-size: 1rem;
    line-height: 19px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: absolute;
    top: -41%;
    left: 5%;
    opacity: 0;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    }
    section.main .post-wrapper .social-strip .social-wrapper .tooltip.active {
      opacity: 1;
    }
    section.main .post-wrapper .social-strip .social-wrapper .social-logo {
      width: 24px;
      height: 24px;
      display: inline-block;
      cursor: pointer;
      margin-right: 2vw;
    }
    section.main .post-wrapper .social-strip .social-wrapper .social-logo.share {
      opacity: .4;
      -webkit-transition: all .2s ease-in-out;
      transition: all .2s ease-in-out
    }
    section.main .post-wrapper .social-strip .social-wrapper .social-logo.share:hover {
      opacity: 1;
    }
    section.main .post-wrapper .social-strip .social-wrapper .social-mobile-wrapper {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
    }
    section.main .post-wrapper .social-strip .social-wrapper .social-mobile-wrapper .social-logo {
      width: auto;
      height: 24px;
      display: inline-block;
      cursor: pointer;
      margin-right: 2vw;
    }
    section.main .post-wrapper .social-strip .social-wrapper .social-mobile-wrapper .linkdedin {
      opacity: .4;
      -webkit-transition: all .2s ease-in-out;
      transition: all .2s ease-in-out
    }
    section.main .post-wrapper .social-strip .social-wrapper .social-mobile-wrapper .linkdedin:hover {
      opacity: 1;
    }
    section.main .post-wrapper .social-strip .social-wrapper .social-mobile-wrapper .facebook {
      opacity: .4;
      -webkit-transition: all .2s ease-in-out;
      transition: all .2s ease-in-out
    }
    section.main .post-wrapper .social-strip .social-wrapper .social-mobile-wrapper .facebook:hover {
      opacity: 1;
    }
    section.main .post-wrapper .social-strip .social-wrapper .social-mobile-wrapper .twitter {
      opacity: .4;
      -webkit-transition: all .2s ease-in-out;
      transition: all .2s ease-in-out
    }
    section.main .post-wrapper .social-strip .social-wrapper .social-mobile-wrapper .twitter:hover {
      opacity: 1;
    }

    section.main .post-wrapper .post-content {
      padding: 10% 10% 0;
      -webkit-box-shadow: 20px 19px 20px 0 rgba(0,0,0,0.05);
              box-shadow: 20px 19px 20px 0 rgba(0,0,0,0.05);
    }
    section.main .post-wrapper .post-content .post-header {
      border-bottom: 1px solid #CDCDCD;
      padding-bottom: 1vh;
    }
    section.main .post-wrapper .post-content .post-header .post-title {
      color: #005953;
      font-size: 2.2rem;
      letter-spacing: 1.6px;
      line-height: 36px;
      text-align: right;
      font-weight: 400;
      margin-bottom: 7vh;
    }
    section.main .post-wrapper .post-content .post-header .pic-wrapper {
      width: 40px;
      height: 40px;
      border-radius: 50%;
      display: inline-block;
      position: relative;
      overflow: hidden;
      vertical-align: middle;
      margin-left: 10px;
    }
    section.main .post-wrapper .post-content .post-header .pic-wrapper>img {
      width: 100%;
      height: 100%;
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translateX(-50%) translateY(-50%);
      transform: translateX(-50%) translateY(-50%);
    }
    section.main .post-wrapper .post-content .post-header .name {
      color: #005953;
      font-size: 0.875rem;
      font-weight: bold;
      letter-spacing: -0.06px;
      line-height: 26px;
    }

    section.main .post-wrapper .post-content .post-main-content {}
    section.main .post-wrapper .post-content .post-main-content p {
      font-size: 1rem;
      margin: 20px 0;
    }
    section.main .post-wrapper .post-content .post-main-content img {
      max-width: 100%;
      margin: 20px 0;
    }
    section.main .post-wrapper .post-content .post-main-content h2 {

    font-size: 1.125rem;
    font-weight: 600;
    line-height: 27px;
    text-align: right;
    }

    section.main .post-wrapper .post-content .post-footer {
      width: 100%;
      height: auto;
      padding: 2% 10% 5%;
      margin-top: 10vh;
      border-top: 1px solid #CDCDCD;
    }
    section.main .post-wrapper .post-content .post-footer .footer-title {
      color: #243850;
      font-size: 1.05rem;
      font-weight: bold;
      letter-spacing: 1.15px;
      line-height: 20px;
      text-align: center;
    }
    section.main .post-wrapper .post-content .post-footer .tags-wrapper {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
              justify-content: center;
      margin-top: 20px;
    }
    section.main .post-wrapper .post-content .post-footer .tags-wrapper a {
      color: #D1B075;
      font-size: 1.05rem;
      line-height: 27px;
      text-align: center;
      border-right: 1px solid #CDCDCD;
      margin-right: 15px;
      padding-right: 15px;
    }
    section.main .post-wrapper .post-content .post-footer .tags-wrapper a:first-child {
      margin-right: 0;
      border: none;
    }

    @media (max-width: 767px) {
      section.main {
        width: 100%;
      }
      section.main .post-wrapper {
        width: 100%;
        margin-top: 0;
        margin-bottom: 0;
        margin-right: 0;
        height: 100%;
      }
      section.main .post-wrapper .social-strip .date {
        letter-spacing: 0.8px;
        font-size: 0.875rem;
      }
      section.main .post-wrapper .social-strip .social-wrapper {
        width: 55%;
      }
      section.main .post-wrapper .post-content .post-header .post-title {
        font-size: 1.44rem;
        line-height: 27px;
        text-align: right;
        margin-bottom: 4vh;
      }
      section.main .post-wrapper .post-content .post-footer .tags-wrapper {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
      }
      section.main .post-wrapper .post-content .post-footer .tags-wrapper a {
        padding: 0 20px;
      }
    }

/* ------------------------ */

    /* aside.related-posts */
    aside.related-posts {
      width: 30%;
      height: auto;
      background-color: transparent;
      float: left;
      padding: 3%;
    }
    aside.related-posts .related-posts-wrapper {

    }
    aside.related-posts .related-posts-wrapper .title {
      font-size: 1.875rem;
      letter-spacing: 1.38px;
      line-height: 1.2;
      text-align: right;
      color: #005953;
      font-weight: 400;
      margin: 8%;
    }
    aside.related-posts .related-posts-wrapper .item {
      width: 100%;
      padding: 3% 8%;
      cursor: pointer;
    }
    aside.related-posts .related-posts-wrapper .item .date {
      color: #4A4A4A;
      font-size: 0.81rem;
      font-weight: 300;
      line-height: 1.5;
      text-align: right;
      margin-bottom: 10px;
    }
    aside.related-posts .related-posts-wrapper .item .pic-wrapper {
      width: 100%;
      height: 23.6vh;
      -webkit-box-shadow: 0 9px 19px -6px #777;
              box-shadow: 0 9px 19px -6px #777;
    }
    aside.related-posts .related-posts-wrapper .item .pic-wrapper>img {
      width: 100%;
      height: auto;
      min-height: 100%;
    }
    aside.related-posts .related-posts-wrapper .item .item-desc {
      color: #4A4A4A;
      font-size: 0.81rem;
      line-height: 1.38;
      text-align: right;
      margin: 10px 0;
    }
    aside.related-posts .related-posts-wrapper .item .name {
      color: #005953;
      font-size: 0.875rem;
      font-weight: bold;
      letter-spacing: -0.06px;
      line-height: 1.3;
      border-bottom: 1px solid #CDCDCD;
      padding-bottom: 20px;
    }
    #content.single-post section.contact-lead {
      padding: 30vh 0 10vh;
    }

    @media (max-width: 1023px) {
		#content.single-post section.main {
			width: 100%;
		}
      aside.related-posts {
        width: 100%;
        background: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(33.47%, #F7F9FB), to(#EAF1F4));
        background: linear-gradient(180deg, #fff 0%, #F7F9FB 33.47%, #EAF1F4 100%);
      }
      aside.related-posts .related-posts-wrapper {
        height: auto;
      }
      #content.single-post section.contact-lead {
        padding: 10vh 0 10vh;
      }
    }
    /* --------------------------------------------- */

  /* #______________________________________page-Transactions____________________________________# */

  /* transactions - POP-UP */

  #content.transactions .pop-up .pop-up-content .pop-up-intro,
  #content.research-search .pop-up .pop-up-content .pop-up-intro {
    width: 30%;
    height: 100%;
    border-left: 1px solid #EAEAEA;
    float: right;
    padding-left: 5%;
  }
  #content.transactions .pop-up .pop-up-content .pop-up-intro .content-wrapper,
  #content.research-search .pop-up .pop-up-content .pop-up-intro .content-wrapper {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
  }

  #content.transactions .pop-up .pop-up-content .pop-up-intro .content-wrapper .pic-wrapper,
  #content.research-search .pop-up .pop-up-content .pop-up-intro .content-wrapper .pic-wrapper {
    height: 70px;
    width: 162px;
    margin-bottom: 23%;
  }

  #content.transactions .pop-up .pop-up-content .pop-up-intro .content-wrapper .pic-wrapper>img,
  #content.research-search .pop-up .pop-up-content .pop-up-intro .content-wrapper .pic-wrapper>img   {
    width: 100%;
    height: auto;
  }

  #content.transactions .pop-up .pop-up-content .pop-up-intro .content-wrapper .desc,
  #content.research-search .pop-up .pop-up-content .pop-up-intro .content-wrapper .desc {
    color: #4A4A4A;
    font-size: 1.125rem;
    font-weight: 300;
    line-height: 1.5;
    margin-bottom: 22%;
    text-align: center;
  }
  #content.transactions .pop-up .pop-up-content .pop-up-intro .content-wrapper .total,
  #content.research-search .pop-up .pop-up-content .pop-up-intro .content-wrapper .total {
    color: #D1B075;
    font-family: 'Poppins', 'SimplerPro';
    letter-spacing: -3px;
    font-size: 2.4px;
    font-weight: bold;
    line-height: 0.9;
    text-align: center;
    margin-bottom: 0%;
  }
  #content.transactions .pop-up .pop-up-content .pop-up-intro .content-wrapper .shekel,
  #content.research-search .pop-up .pop-up-content .pop-up-intro .content-wrapper .shekel {
    color: #D1B075;
    font-family: 'Poppins', 'SimplerPro';
    font-size: 0.95rem;
    font-weight: bold;
  }
  #content.transactions .pop-up .pop-up-content .pop-up-intro .content-wrapper .date,
  #content.research-search .pop-up .pop-up-content .pop-up-intro .content-wrapper .date {
    color: #4A4A4A;
    font-size: 1.125rem;
    font-weight: 300;
    line-height: 27px;
    text-align: center;
    padding-top: 5%;
  }
  #content.transactions .pop-up .pop-up-content .pop-up-article-wrapper,
  #content.research-search .pop-up .pop-up-content .pop-up-article-wrapper {
    padding-right: 5%;
    float: right;
    width: 70%;
  }
  #content.transactions .pop-up .pop-up-content .pop-up-article-wrapper .article, #content.research-search .article {
    display: block;
    font-size: 1.25rem;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.35;
    letter-spacing: normal;
    text-align: right;
    color: #4a4a4a;
    margin-bottom: 50px;
  }
  #content.transactions .pop-up .pop-up-content .pop-up-article-wrapper .button {}

  @media (max-width: 767px) {
    #content.transactions .pop-up .pop-up-content .pop-up-intro,
    #content.research-search .pop-up .pop-up-content .pop-up-intro {
      width: 100%;
      float: none;
      height: auto;
      border-left: none;
      border-bottom: 1px solid #EAEAEA;
      padding-left: 0;
      padding-bottom: 5%;
    }
    #content.transactions .pop-up .pop-up-content .pop-up-article-wrapper,
    #content.research-search .pop-up .pop-up-content .pop-up-article-wrapper  {
      padding: 0;
      float: none;
      width: 100%;
      margin-top: 4vh;
    }
    #content.transactions .pop-up .pop-up-content .pop-up-article-wrapper .article,
    #content.research-search .pop-up .pop-up-content .pop-up-article-wrapper .article {
      margin-bottom: 60px;
    }
    #content.transactions .pop-up .pop-up-content .pop-up-article-wrapper .button,
    #content.research-search .pop-up .pop-up-content .pop-up-article-wrapper .button {
      position: relative;
      margin: 0 auto;
      bottom: unset;
      left: unset;
      -webkit-transform: translate(0);
              transform: translate(0);
    }

  }
  /* ---------------------------------------------------------- */

  /* section.selector-wrapper */
  section.selector-wrapper {
    height: 72px;
    background-color: #fff;
    -webkit-box-shadow: 0 2px 34px 0 rgba(0,0,0,0.21);
            box-shadow: 0 2px 34px 0 rgba(0,0,0,0.21);
    margin-top: -2.5%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  section.selector-wrapper .selector-btn {
    font-size: 1.25rem;
    line-height: 27px;
    color: #003531;
    cursor: pointer;
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out;
  }
  section.selector-wrapper .pselect {
    text-align: center;
  }
  section.selector-wrapper .select-wrapper #selector.select-css .selector-btn {
    text-align: center;
  }
  section.selector-wrapper .selector-btn:hover {
    font-weight: bold;
  }

  section.selector-wrapper .select-wrapper #selector.select-css .selector-btn a,
  section.selector-wrapper .selector-btn a,
  section.selector-wrapper .selector-btn.active a{
    color: #000;
  }

  section.selector-wrapper .selector-btn.active {
    font-weight: bold;
    border-bottom: 1px solid #003531;
  }
  section.selector-wrapper .select-wrapper {
    width: 6.8%;
    min-width: unset;
    margin-right: 0;
    position: relative;
    z-index: 5;
  }
  section.selector-wrapper .select-wrapper .rosario-arrow {
    top: 5px;
    left: -16px;
    border: none;
    position: absolute;
    z-index: 2;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
  }
  section.selector-wrapper .select-wrapper.active .rosario-arrow {
    -webkit-transform: rotate(unset);
            transform: rotate(unset);
  }
  section.selector-wrapper .select-wrapper .rosario-arrow::before {
    height: 10px;
    width: 10px;
  }
  section.selector-wrapper .select-wrapper #selector.select-css {
    display: block;
    color: #4A4A4A;
    font-family: SimplerPro;
    font-size: 1.44rem;
    font-weight: 300;
    line-height: 1.15;
    padding: 0;
    width: 100%;
    max-width: 100%;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background-color: #fff;
    border: none;
  }
  section.selector-wrapper .select-wrapper #selector.select-css option {
    text-align: center;
}

@media (max-width: 767px) {

  section.selector-wrapper {
    width: 100%;
    max-width: 100%;
    margin-top: 0;
    position: fixed;
    position: -webkit-sticky;
    position: -moz-sticky;
    position: -ms-sticky;
    position: -o-sticky;
    position: sticky;
    position: -webkit-sticky; /* Safari */
    z-index: 5;
  }
  section.selector-wrapper .selector-btn {
    display: none;
  }
  section.selector-wrapper .selector-btn:first-child {
    display: inline-block;
    /* border: none; */
    font-weight: 800;
  }
  section.selector-wrapper .select-wrapper {
    width: 26.8%;
  }
  section.selector-wrapper .select-wrapper #selector.select-css .selector-btn {
    display: block;
  }
  }
  /* ---------------------------------- */

  /* section.main-content-wrapper */
  section.main-content-wrapper {
    width: 100%;
    height: auto;
    padding: 4%;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255,255,255,0)), to(#EAF1F4));
    background: linear-gradient(180deg, rgba(255,255,255,0) 0%, #EAF1F4 100%);
  }
  section.main-content-wrapper .items-wrapper {
    width: 1243px;
  }
  section.main-content-wrapper .items-wrapper .item {
    height: 340px;
    width: 376px;
    background-color: #fff;
    -webkit-box-shadow: 0 7px 17px 0 rgba(0,0,0,0.13);
            box-shadow: 0 7px 17px 0 rgba(0,0,0,0.13);
    position: relative;
    margin-bottom: 34px;
    margin-top: 80px;
    opacity: 0;
    float: right;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    margin-left: 14px;
    margin-right: 20px;
  }
  section.main-content-wrapper .items-wrapper .item.anim {
    margin-top:0;
    opacity: 1;
  }
  section.main-content-wrapper .items-wrapper .item .content-wrapper {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
  }
  /* section.main-content-wrapper .items-wrapper .item.hover .content-wrapper  {
    -webkit-filter: blur(5px);
            filter: blur(5px);
    opacity: .6;
  } */
  section.main-content-wrapper .items-wrapper .item.hover {
    -webkit-box-shadow: 0 20px 17px 0 rgba(0,0,0,0.17);
            box-shadow: 0 20px 17px 0 rgba(0,0,0,0.17);
  }
  section.main-content-wrapper .items-wrapper .item .pic-wrapper {
    height: 70px;
    width: 162px;
    margin-bottom: 6%;
    margin-top: 10%;
  }
  section.main-content-wrapper .items-wrapper .item .pic-wrapper>img {
    width: 100%;
    height: auto;
  }
  section.main-content-wrapper .items-wrapper .item .desc {
    color: #4A4A4A;
    font-size: 1.125rem;
    font-weight: 300;
    line-height: 27px;
    margin-bottom: 7%;
  }

  section.main-content-wrapper .items-wrapper .item .desc1st {
    color: #4A4A4A;
    font-size: 1.125rem;
    font-weight: 300;
    line-height: 27px;
    margin-bottom: 0%;
  }

  section.main-content-wrapper .items-wrapper .item .desc2nd {
    color: #4A4A4A;
    font-size: 0.75em;
    font-weight: 300;
    line-height: 27px;
    margin-bottom: 3%;
  }

  section.main-content-wrapper .items-wrapper .item .total {
    color: #D1B075;
    font-family: 'Poppins', 'SimplerPro';
    font-size: 45px;
    font-weight: bold;
    line-height: 36px;
    text-align: center;
    margin-bottom: 8%;
  }
  section.main-content-wrapper .items-wrapper .item .shekel {
    color: #D1B075;
    font-family: 'Poppins', 'SimplerPro';
    font-size: 0.95rem;
    font-weight: bold;
    line-height: NaNpx;
  }
  section.main-content-wrapper .items-wrapper .item .date {
    color: #4A4A4A;
    font-size: 1.125rem;
    font-weight: 300;
    line-height: 27px;
    border-top: 1px solid #EAEAEA;
    width: 89%;
    text-align: center;
    padding-top: 5%;
  }
  section.main-content-wrapper .items-wrapper .item .article,
  #content.research-search .post-ditails .article {
    display: none;
  }
  section.main-content-wrapper .items-wrapper .item .hover-wrapper {
   width: 100%;
   height: 100%;
   position: absolute;
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-orient: vertical;
   -webkit-box-direction: normal;
       -ms-flex-direction: column;
           flex-direction: column;
   -webkit-box-pack: center;
       -ms-flex-pack: center;
           justify-content: center;
   -webkit-box-align: center;
       -ms-flex-align: center;
           align-items: center;
   opacity: 0;
   -webkit-transition: all .3s ease-in-out;
   transition: all .3s ease-in-out;
  }
  section.main-content-wrapper .items-wrapper .item.hover .hover-wrapper {
    opacity: 1;
    z-index: 2;
  }
  section.main-content-wrapper .items-wrapper .item .hover-wrapper .btn-wrapper {
    position: relative;
    height: 34px;
    width: 161px;
    text-align: right;
    cursor: pointer;
  }
  section.main-content-wrapper .items-wrapper .item .hover-wrapper .btn-wrapper .txt {
    color: #003531;
    font-size: 22px;
    font-weight: bold;
    line-height: 30px;
    text-align: right;
  }
  section.main-content-wrapper .items-wrapper .item .hover-wrapper .btn-wrapper .rosario-arrow {
    position: absolute;
    top: 0;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  section.main-content-wrapper .items-wrapper .item .hover-wrapper .btn-wrapper .rosario-arrow::before {
    height: 10px;
    width: 10px;
    -webkit-transform: rotate(225deg);
            transform: rotate(225deg);
	border-color: #003531;
	border-width: 1.5px;
  }

  @media (max-width: 1399px) {
	section.main-content-wrapper .items-wrapper .item {
		max-width: 30.6%;
		margin-left: 1.2%;
		margin-right: 1.5%;
	}
  }
	@media (max-width: 1023px) {
		section.main-content-wrapper .items-wrapper .item {
			max-width: 47.3%;
		}
	}

  @media (max-width: 767px) {

    section.main-content-wrapper .items-wrapper {
      width: 94%;
    }
    section.main-content-wrapper .items-wrapper .item {
      margin-bottom: 15vh;
      margin-left: 0;
      margin-right: 0;
      float: none;
      width: 100%;
	  max-width: 100%;
    }
    section.main-content-wrapper .items-wrapper .item .hover-wrapper {
      opacity: 1;
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end;
      top: 15%;
    }
    section.main-content-wrapper .items-wrapper .item .hover-wrapper .btn-wrapper .rosario-arrow::before {
      left: 13px
    }
    section.main-content-wrapper .items-wrapper .item .total {
      font-size: 40px;
    }
  }
/* --------------------------------------- */
/* section.contact-lead */
  #content.transactions section.contact-lead {
    background: linear-gradient(156.81deg, #00655F 0%, #003531 100%);
    color: #fff;
  }
  #content.transactions section.contact-lead .en-title {
    color: #fff;
  }


/* #______________________________________page-Services-fortune____________________________________# */
/* section.hero.services */
section.hero.services#fortune {
  height: 472px;
  width: 100%;
}
section.hero.services#fortune .content-wrapper {
  z-index: 2;
}
section.hero.services#fortune .hero-title {
  font-size: 78px;
  color: #fff;
  font-weight: bold;
  line-height: 42px;
  text-align: center;
}
@media (max-width: 767px) {

  section.hero.services#fortune {
    height: 260px;
    margin-top: 50px;
  }
  section.hero.services#fortune .hero-title{
    font-size: 36px;
    font-weight: bold;
    letter-spacing: -0.17px;
    line-height: 22px;
    text-align: center;
  }
}
/* -------------------------------------------- */

/*#content.services-fortune section.services-content */
#content.services-fortune .services-content__sub-title {
  display: none;
}
#content.services-fortune .services-content__items-wrapper {
  -webkit-transform: translateX(-14px);
          transform: translateX(-14px);
}
#content.services-fortune .services-content__item {
  width: 376px;
  /* min-height: 450px; */
}

@media (max-width: 767px) {
  #content.services-fortune .services-content__items-wrapper {
    -webkit-transform: unset;
            transform: unset;
  }
}
/* -------------------------------------------- */

/* section.fortune-slider */
 section.fortune-slider {
   width: 100%;
   height: 269px;
   background-color: #fff;
   padding: 34px 0 40px 100px;
 }
 section.fortune-slider .fortune-slider__btn-wrapper {
  height: 195.6px;
  width: 188.4px;
  opacity: 0.83;
  background-color: #D1B075;
  float: right;
  padding: 3% 46px;
 }
 section.fortune-slider .fortune-slider__btn-wrapper .btn-txt {
  color: #fff;
  font-size: 20.4px;
  letter-spacing: -0.09px;
  line-height: 27px;
  text-align: center;
 }
 section.fortune-slider .fortune-slider__btn-wrapper .rosario-arrow {
  margin: 11px auto;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  border-color: #fff;
 }
 section.fortune-slider .fortune-slider__btn-wrapper .rosario-arrow::before {
	border-color: #fff;
	-webkit-transform: rotate(135deg) translate(-1px, 1px);
	transform: rotate(135deg) translate(-1px, 1px);
 }

.fortune-slider__slider-warapper {
  width: 80%;
  height: 195px;
  float: right;
}
.fortune-slider__slider-warapper .m-slider {
  height: 195px;
}
.fortune-slider__slider-warapper .m-slider .item {
  height: 195px;
  width: 188px;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-right: 1.2px solid #F2F2F2;
}
.fortune-slider__slider-warapper .m-slider .item .pic-wrapper {
  height: 55px;
  width: 90px;
  margin-bottom: 10px;
}
.fortune-slider__slider-warapper .m-slider .item .pic-wrapper>img {
  width: 100%;
  height: auto;
}
.fortune-slider__slider-warapper .m-slider .item .date {
  color: #9B9B9B;
  font-family: 'Poppins', 'SimplerPro';
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 32px;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.fortune-slider__slider-warapper .m-slider .item .total {
  color: #D1B075;
  font-family: 'Poppins', 'SimplerPro';
  font-size: 45px;
  font-weight: bold;
  letter-spacing: 0.64px;
  line-height: 32px;
  text-align: center;
  text-transform: uppercase;
}
.fortune-slider__slider-warapper .m-slider .ws-arrow {
  display: none;
}

@media (max-width: 767px) {

  section.fortune-slider {
    height: 134px;
    padding: 0;
  }
  .fortune-slider__slider-warapper {
    height: 134px;
    width: 68.4%;
  }
  .fortune-slider__slider-warapper .m-slider {
    height: 134px;
  }
  section.fortune-slider .fortune-slider__btn-wrapper {
    height: 134px;
    width: 31.6% !important;
    float: left;
    padding: 5% 0px;
  }
  section.fortune-slider .fortune-slider__btn-wrapper .btn-txt {
    font-size: 1.125rem;
    line-height: 24px;
  }
  .fortune-slider__slider-warapper .m-slider .item {
    width: 27vw;
    height: 134px;
  }
  .fortune-slider__slider-warapper .m-slider .item .pic-wrapper {
    margin-bottom: 0;
    height: 55px;
    width: 83px;
  }
  .fortune-slider__slider-warapper .m-slider .item .date {
    margin-bottom: 5px;
    font-size: 10px;
    font-weight: 500;
    line-height: 19px;
  }
  .fortune-slider__slider-warapper .m-slider .item .total {
    font-size: 1.69rem;
    font-weight: bold;
    letter-spacing: 0.38px;
    line-height: 19px;
  }
}
/* ----------------------------------------- */

#content.services-fortune section.contact-lead {
  background: linear-gradient(156.81deg, #00655F 0%, #003531 100%);
  color: #fff;
  width: 100%;
}
#content.services-fortune section.contact-lead .en-title {
  color: #fff;
}
/* ------------------------------------------------------------------------ */

/* #______________________________________page-Services-Merger____________________________________# */
section.hero#merger {
  height: 472px;
  width: 100%;
}
section.hero#merger .content-wrapper {
  z-index: 2;
}
section.hero#merger .content-wrapper.anim {
  margin-top: -100px;
}
section.hero#merger .pic-wrapper,
section.hero#fortune .pic-wrapper {
  width: 181px;
  height: 49px;
  margin: 0 auto 25px;
}
section.hero#merger .pic-wrapper>img,
section.hero#fortune .pic-wrapper>img,
section.hero#products .pic-wrapper>img{
  width: 100%;
  height: auto;
  max-height: 100%;
}
section.hero#merger .hero-title {
  color: #fff;
  font-family: 'Poppins', 'SimplerPro';
  font-size: 62px;
  font-weight: bold;
  letter-spacing: 1.2px;
  line-height: 42px;
  text-align: center;
}
/* ------------------------------ */
@media (max-width: 767px) {

  section.hero#merger {
      height: 260px;
      margin-top: 50px;
  }
  section.hero#merger .content-wrapper.anim {
    margin-top: 0;
  }
  section.hero#merger .pic-wrapper {
    width: 123px;
    height: 46px;
  }
  section.hero#merger .hero-title {
    font-size: 36px;
    letter-spacing: 0.69px;
    line-height: 42px;
    text-align: center;
    max-width: 90%;
    margin: 0 auto;
  }
}

/* --------------------------------------- */


/* section.merger-content */
section.merger-content {
  width: 100%;
  height: auto;
  min-height: 100%;
  background: linear-gradient(156.81deg, #00655F 0%, #003531 100%);
  padding: 7% 0 0;
}
.merger-content__desc-wrapper {
  padding: 0 0 3%;
  width: 572px;
}
.merger-content__desc-wrapper .desc {
  line-height: 26px;
  text-align: center;
  color: #fff;
}
.merger-content__images-wrapper {
  width: 1295px;
  margin: 0 auto;
  -webkit-transform: translateX(-16px);
          transform: translateX(-16px);
  max-width: 100%;
}
.merger-content__images-wrapper .item {
  height: 500px;
  width: 47%;
  margin-left: 3%;
  float: right;
}
.merger-content__images-wrapper .item .pic-desc {
  color: #fff;
  font-size: 1.05rem;
  font-weight: 300;
  line-height: 26px;
  text-align: center;
  padding-top: 70%;
}
.merger-content__images-wrapper .item .pic-wrapper {
  height: 406.8px;
  width: 100%;
  -webkit-box-shadow: 0 29px 63px 0 rgba(0,0,0,0.38);
          box-shadow: 0 29px 63px 0 rgba(0,0,0,0.38);
  float: right;

}
.merger-content__images-wrapper .item .pic-wrapper>img {
  width: 100%;
  height: auto;
  min-height: 100%;
}

@media (max-width: 1199px) {
  .merger-content__images-wrapper .item {
    float: none;
    width: 600px;
    margin: 0 auto;
  }
}
@media (max-width: 1023px) {
	.merger-content__images-wrapper {
		-webkit-transform: none;
		transform: none;
	}
	.merger-content__images-wrapper .item {
		float: none;
		height: 440px;
		width: auto;
		margin-left: 0
	}
	.merger-content__images-wrapper .item .pic-wrapper {
		float: none;
		width: auto;
		height: 380px;
		-webkit-box-shadow: none;
		box-shadow: none;
	}
	.merger-content__images-wrapper .item .pic-desc {
		padding-top: 10px;
	}
}

@media (max-width: 767px) {

  .merger-content__desc-wrapper .desc {
    margin-bottom: 8px;
    font-size: 1.25rem;
    line-height: 27px;
    padding: 0 12%;
  }
  .merger-content__desc-wrapper .read-more-btn {
    color: #fff;
    position: absolute;
	right: 50%;
	-webkit-transform: translateX(50%);
	transform: translateX(50%);
    bottom: -10px;
    font-weight: 800;
    border-bottom: 1px solid #fff;
  }
  .merger-content__images-wrapper {
    -webkit-transform: none;
            transform: none;
    width: 100%;
    margin-top: 50px;
  }
  .merger-content__images-wrapper .item {
    width: 289px;
    height: 240px;
    margin: 0 auto;
    float: none;
    margin-bottom: 35px;
  }
  .merger-content__images-wrapper .item .pic-wrapper {
    width: 289px;
    height: 189px;
  }
}
/* -------------------------------------------- */

/* section.merger-slider */
section.merger-slider {
  width: 100%;
  padding: 5% 0;
  overflow: hidden;
}
.merger-slider__txt-box {
  width: 854px;
}
.merger-slider__txt-box .title {
  color: #003531;
  font-size: 54px;
  font-weight: bold;
  letter-spacing: -0.29px;
  line-height: 49px;
  text-align: center;
}
.merger-slider__txt-box .desc {
  text-align: center;
  width: 572px;
  margin: 19px auto 40px;
}

.merger-slider__slider-box {
  width: 549px;
  height: 235px;
  margin: 0 auto;
}
.merger-slider__slider-box .m-slider {
  height: 100%;
  width: 100%;
}
.merger-slider__slider-box .m-slider .overflow-slider {
  width: 600vw;
  -webkit-transform: translateX(-1151px);
          transform: translateX(-1151px);
}
.merger-slider__slider-box .m-slider .ws-arrow.forward {
  right: 162px;
  left: unset;
  bottom: 10px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.merger-slider__slider-box .m-slider .ws-arrow.back {
  left: 162px;
  bottom: 10px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.merger-slider__slider-box .m-slider .item {
  height: 172px;
  width: 549px;
  border: 1px solid #E0E0E0;
  margin-right: 27px;
  opacity: 0.3;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
/*.wah_fstype_script .merger-slider__slider-box .m-slider .item {
	height: 192px;
}*/
.merger-slider__slider-box .m-slider .item.active-number {
  opacity: 1;
}
.merger-slider__slider-box .m-slider .item.active-number::before {
  -webkit-box-shadow: 0 6px 36px 0 rgba(0,0,0,0.37);
          box-shadow: 0 6px 36px 0 rgba(0,0,0,0.37);
}
.merger-slider__slider-box .m-slider .item .hover-wrapper {
  width: 100%;
  height: 100%;
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  opacity: 0;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
.merger-slider__slider-box .m-slider .item::before {
  content: '';
  position: absolute;
  left: 60px;
  right: 60px;
  top: 0;
  bottom: 0;
  -webkit-box-shadow: 0 6px 36px 0 rgba(0,0,0,0.0);
          box-shadow: 0 6px 36px 0 rgba(0,0,0,0.0);
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
.merger-slider__slider-box .m-slider .item .item-wrapper {
  background-color: #fff;
  position: relative;
}
.merger-slider__slider-box .m-slider .item.hover .hover-wrapper {
  opacity: 1;
  z-index: 2;
}
.merger-slider__slider-box .m-slider .item .hover-wrapper .btn-wrapper {
  position: relative;
  height: 34px;
  width: 161px;
  text-align: right;
  cursor: pointer;
}
.merger-slider__slider-box .m-slider .item .hover-wrapper .btn-wrapper .txt {
  color: #003531;
  font-size: 22px;
  font-weight: bold;
  line-height: 27px;
  text-align: right;
}
.merger-slider__slider-box .m-slider .item .hover-wrapper .btn-wrapper .rosario-arrow {
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.merger-slider__slider-box .m-slider .item .pic-section {
 	height: 142px;
  	width: 26%;
  	float: right;
  	margin: 14px;
  	-webkit-transition: all .3s ease-in-out;
  	transition: all .3s ease-in-out;
}
/*.wah_fstype_script .merger-slider__slider-box .m-slider .item .pic-section {
	height: 162px;
}*/
.merger-slider__slider-box .m-slider .item.hover .pic-section,
.merger-slider__slider-box .m-slider .item.hover .content-section {
  -webkit-filter: blur(5px);
          filter: blur(5px);
  opacity: .6;
}

.merger-slider__slider-box .m-slider .item .pic-section .pic-wrapper {
  width: 100%;
  height: 100%;
}
.merger-slider__slider-box .m-slider .item .pic-section .pic-wrapper>img {}

.merger-slider__slider-box .m-slider .item .content-section {
  height: 142px;
  width: 63%;
  float: right;
  margin: 14px 10px 14px 14px;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
.merger-slider__slider-box .m-slider .item .content-section .title {
  color: #09857B;
  font-size: 1.44rem;
  line-height: 27px;
  text-align: right;
  font-weight: 400;
}
.merger-slider__slider-box .m-slider .item .content-section .desc {
  text-align: right;
  line-height: 25px;
  font-size: 1.05rem;
}
.merger-slider__slider-box .m-slider .item .content-section .ditails-wrapper {
  border-top: 1px solid #E6E5E5;
  padding-top: 10px;
  margin-top: 15px;
  position: relative;
}
.merger-slider__slider-box .m-slider .item .content-section .ditails-wrapper .pic-wrapper {
  width: 39px;
  height: 39px;
  border-radius: 50%;
  float: right;
  top: -2px;
  margin-left: 10px;
}
.merger-slider__slider-box .m-slider .item .content-section .ditails-wrapper .name {
  color: #09857B;
  font-size: 1.05rem;
  line-height: 27px;
  text-align: right;
}
.merger-slider__slider-box .m-slider .item .content-section .ditails-wrapper .date {
  color: #4A4A4A;
  font-size: 1.05rem;
  line-height: 27px;
  text-align: left;
  float: left;
  font-weight: 400;
}
section.merger-slider .button.button-gold {
  margin: 37px auto 0;
}

@media (max-width: 767px) {

  section.merger-slider {
    width: 100%;
    padding: 5% 0 10%;
  }
  .merger-slider__txt-box {
    width: 100%;
    padding: 0 7%;
  }
  .merger-slider__txt-box .title {
    font-size: 1.75rem;
    font-weight: bold;
    letter-spacing: -0.21px;
    line-height: 32px;
  }
  .merger-slider__txt-box .desc {
    font-family: SimplerPro;
    font-size: 1.25rem;
    line-height: 27px;
    width: 100%;
  }
  .merger-slider__slider-box {
    height: 480px;
    width: 100%;
  }
  .merger-slider__slider-box .m-slider .overflow-slider {
    width: 100%;
    -webkit-transform: none;
            transform: none;
  }
  .merger-slider__slider-box .m-slider .items-wrapper {
    width: 1585px;
    right: 0px;
    -webkit-transform: translateX(-149vw);
            transform: translateX(-149vw);
  }
  .merger-slider__slider-box .m-slider .item {
    width: 290px;
    height: 407px;
    margin-right: 10px;
  }
  .merger-slider__slider-box .m-slider .item::before {
    left: 40px;
    right: 40px;
    bottom: 6px;
}
  .merger-slider__slider-box .m-slider .item .item-wrapper {
    height: 100%;
    padding-top: 5%;
  }
  .merger-slider__slider-box .m-slider .item .pic-section {
    height: 142px;
    width: 260px;
    float: none;
    margin: 0 auto;
  }
  .merger-slider__slider-box .m-slider .item .pic-section .pic-wrapper>img {
    width: 100%;
    height: auto;
  }
  .merger-slider__slider-box .m-slider .item .content-section {
    float: none;
    width: 100%;
    margin: 0;
    padding: 8% 6% 0;
    height: 115px;
  }
  .merger-slider__slider-box .m-slider .item .content-section .desc {
    height: 100%;
    font-size: 1.125rem;
    padding: 1% 0 0 11%;
  }
  .merger-slider__slider-box .m-slider .item .content-section .ditails-wrapper .name {
    font-size: 1.125rem;
    font-weight: 400;
  }
  .merger-slider__slider-box .m-slider .item .content-section .ditails-wrapper .date {
    font-size: 1.125rem;
    float: none;
    display: block;
    text-align: right;
    position: absolute;
    right: 0%;
    bottom: -55%;
  }
  .merger-slider__slider-box .m-slider .ws-arrow.back {
    left: 72px;
  }
  .merger-slider__slider-box .m-slider .ws-arrow.forward {
    right: 72px;
  }
}
@media (max-width: 374px) {

  .merger-slider__slider-box .m-slider {
    height: 97%;
  }
  .merger-slider__slider-box .m-slider .items-wrapper {
    -webkit-transform: translateX(-182.8vw);
            transform: translateX(-182.8vw);
  }
}


/* #______________________________________page-Services-products____________________________________# */

/* section.hero#products */
section.hero#products {
  height: 472px;
  width: 100%;
}
section.hero#products .content-wrapper {
  z-index: 2;
}
section.hero#products .content-wrapper.anim {
  margin-top: -85px;
}
section.hero#products .pic-wrapper {
  width: 181px;
  height: 49px;
  margin: 0 auto 19px;
}
section.hero#products .hero-title {
  color: #fff;
  font-size: 64px;
  font-weight: bold;
  line-height: 42px;
  text-align: center;
}

@media (max-width: 767px) {

section.hero#products {
    height: 260px;
    margin-top: 50px;
 }
 section.hero#products .hero-title {
  font-size: 36px;
  letter-spacing: 0.69px;
  line-height: 42px;
  text-align: center;
  width: 141px;
  margin: 0 auto;
}
section.hero#products .content-wrapper.anim {
  margin-top: 0;
 }
 section.hero#products .pic-wrapper {
   width: 123px;
   height: 46px;
 }
}
/* --------------------------------------- */


/* section.know-us */
section.know-us {
  height: auto;
  padding: 6vh 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.know-us-content-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 48%;
  text-align: center;
  width: 55%;
}
section.know-us .title {
  color: #003531;
  font-size: 54px;
  font-weight: bold;
  letter-spacing: -0.29px;
  line-height: 49px;
  text-align: center;
}
section.know-us .content {
  margin: 18px 0 32px 0;
}
section.know-us .content .button{
  margin: 30px auto;
}

@media (max-width: 1023px) {
  .know-us-content-wrapper {
    width: 80%;
  }
}
@media (max-width: 767px) {
  section.know-us .title {
    font-size: 1.875rem;
    letter-spacing: -0.29px;
    line-height: 30px;
  }
}
/* ------------------------------------ */


/* #__________________________________________page-about______________________________________________# */
/* section.hero.type-3#about */
section.hero.type-3#about .content-wrapper {
  width: 60%;
  max-width: 810px;
}
section.hero.type-3#about .content-wrapper .hero-desc {
  max-width: 55%;
  margin: 10px auto;
}

#content.about .contact.hero {
	background-size: auto;
}
/* ---------------- */
@media (min-width: 1921px) {
	#content.about .contact.hero {
		background-size: cover;
	}
}
@media only screen and (max-width: 1199px) {
	#content.transactions section.main-content-wrapper {
		margin-top: 60px;
	}
}
@media (max-width: 767px) {
  section.hero.type-3#about .content-wrapper {
    width: 100%;
    padding: 5%;
  }
  section.hero.type-3#about .content-wrapper .hero-title {
    font-size: 2.2rem;
    letter-spacing: 0;
    line-height: 42px;
  }
  section.hero.type-3#about .content-wrapper .hero-desc {
    max-width: 90%;
    position: relative;
  }
  /* section.hero.type-3#about .content-wrapper .hero-desc::after {
    content: '...';
    position: absolute;
    bottom: -3px;
    left: 0;
    color: #fff;
  } */
  section.hero.type-3#about .content-wrapper .read-more-btn {
    display: inline-block;
    right: 50%;
    position: absolute;
	-webkit-transform: translateX(50%);
	transform: translateX(50%);
  }
}
/* --------------------------------------- */

/* section.self-made */
section.self-made {
  width: 100%;
  height: 560px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
section.self-made .self-made__items-wrapper {
  height: 46.3vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
section.self-made .self-made__pic-column {
  width: 50%;
  height: 100%;
}
section.self-made .self-made__pic-column .pic-wrapper {
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0 40px 50px -28px #000;
          box-shadow: 0 40px 50px -28px #000;
}
section.self-made .self-made__pic-column .pic-wrapper>img {
  width: 100%;
  height: auto;
  min-height: 100%;
}
section.self-made .self-made__content-column {
  width: 50%;
  height: 100%;
  padding: 8vh 56px 0;
}
section.self-made .self-made__content-column .title {
  color: #D1B075;
  font-family: 'Poppins', 'SimplerPro';
  font-size: 42px;
  font-weight: bold;
  letter-spacing: 2.56px;
  line-height: 54px;
  text-transform: uppercase;
  text-align: right;
}
section.self-made .self-made__content-column .desc {
  font-size: 1rem;
  text-align: right;
}
/* -------------------- */
@media (max-width: 767px) {

  section.self-made {
    height: auto;
  }
  section.self-made .self-made__items-wrapper {
    display: unset;
    height: auto;
  }
  section.self-made .self-made__pic-column {
    width: 84%;
    margin: 0 auto;
    height: 228px;
  }
  section.self-made .self-made__content-column {
    width: 100%;
    height: auto;
    padding: 11vh 40px 0;
  }
  section.self-made .self-made__content-column .title {
    font-size: 36px;
    font-weight: bold;
    letter-spacing: 2.2px;
    line-height: 40px;
    text-align: center;
    padding: 0 6% 15px;
  }
  section.self-made .self-made__content-column .read-more-btn {
    margin-top: 10px;
	color: #4A4A4A;
    border-color: #4A4A4A;
  }
}
/* -------------------------------------------------- */

/* section.rosario-way */
#content.about section.rosario-way {
   height: 755px;
   background: -webkit-gradient(linear, left top, left bottom, from(#EAF1F4), to(#fff) );
   background: linear-gradient(180deg, #EAF1F4 0%, #fff 100% );
}
#content.about section.rosario-way .title-wrapper {
  top: -50px;
}
/* ------------------------------------------------------ */


/* section.about-slider */
section.about-slider {
  width: 100%;
  height: 393px;
  position: relative;
  padding: 13% 0;
  border-bottom: 1px solid rgba(151,151,151,0.6);
}
section.about-slider.slider-only {
  height: 220px;
  margin-top: -110px;
  padding: 0;
}
body.page-template-page-about section.about-slider.slider-only {
	margin-top: 0;
}
.about-slider__big-title {
  color: rgba(151,151,151,0.14);
  font-family: 'Poppins', 'SimplerPro';
  font-weight: bold;
  letter-spacing: 11.29px;
  line-height: 231px;
  position: absolute;
  top: -130px;
  width: 100%;
  min-width: 100%;
  text-transform: uppercase;
  font-size: 11.5vw;
  white-space: nowrap;
}
.about-slider__desc {
  color: #4A4A4A;
  font-size: 1.25rem;
  font-weight: 300;
  line-height: 27px;
  text-align: center;
  position: absolute;
  z-index: 2;
  max-width: 563px;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  top: 69px;
}
.about-slider__slider-wrapper {
  width: 100%;
  max-width: 936px;
  height: 190px;
  margin: 0 auto;
}
.about-slider__slider-wrapper .m-slider {
  width: 100%;
  height: 100%;

  /* alina */
  max-width: 545px;
  margin: 0 auto;
}

.about-slider__slider-wrapper .m-slider .item {
  height: 100%;
  width: 936px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
 /* -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;*/
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  /* -ms-flex-wrap: wrap;
      flex-wrap: wrap; */
}
.about-slider__slider-wrapper .m-slider .item.mobile {
  display: none
}
.about-slider__slider-wrapper .m-slider .pic-wrapper {
  width: 17.1%;
  height: 42.2%;
  height: 100%;
  float: right;
  margin: 6px 35px;

    /* alina */
    height: 100%;
    margin: 6px 10px;
    padding: 0 7%;
}

.about-slider__slider-wrapper .m-slider .pic-wrapper>img {
  width: 100%;
  height: auto;
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  max-height: 100%;
}
.about-slider__slider-wrapper .m-slider .pic-wrapper:hover img {
  -webkit-filter: grayscale(0);
          filter: grayscale(0);
}
.about-slider__slider-wrapper .m-slider .ws-arrow {
  border: 1px solid #003531;
}
.about-slider__slider-wrapper .m-slider .ws-arrow::before {
  border-color: #003531;
}
.about-slider__slider-wrapper .m-slider .ws-arrow.back {
  left: unset;
  right: -10%;
  bottom: 50%;
}
.about-slider__slider-wrapper .m-slider .ws-arrow.forward {
  bottom: 50%;
  left: -10%;
  padding: 0;
}
@media (max-width: 1199px) {
	.about-slider__big-title {
		font-size: 10.5vw;
	}
	.about-slider__slider-wrapper {
		width: 900px;
		max-width: calc(100vw - 80px);
	}
	.about-slider__slider-wrapper .m-slider .ws-arrow.back {
		right: -3%;
	}
	.about-slider__slider-wrapper .m-slider .ws-arrow.forward {
		left: -3%;
	}
}

@media (max-width: 767px) {
	#content.about section.rosario-way {
		height: auto;
	}
	section.about-slider {
		padding-top: 5%;
	}

  .about-slider__big-title {
    position: static;
	white-space: unset;
    font-size: 20vw;
    top: -10px;
    font-weight: bold;
    letter-spacing: 0.67px;
    line-height: 73px;
    text-align: center;
  }
  section.about-slider {
    height: auto;
  }
  .about-slider__desc {
    position: static;
	max-width: 90%;
    top: 50px;
	-webkit-transform: translateY(-26px);
	        transform: translateY(-26px);
  }
  .about-slider__slider-wrapper {
    width: 92%;
    height: 100px;
    margin: 0 auto 5vh;
  }
  .about-slider__slider-wrapper .m-slider .ws-arrow.back {
    bottom: -25px;
    right: 33%;
  }
  .about-slider__slider-wrapper .m-slider .ws-arrow.forward {
    bottom: -25px;
    left: 33%;
  }

  .about-slider__slider-wrapper .m-slider .item.mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .about-slider__slider-wrapper .m-slider .pic-wrapper {
    width: 33.3%;
    height: 100%;
    margin: 6px 0;
  }

}
/* ----------------------------------------- */

/* section.meet */
section.meet {
  width: 100%;
  height: auto;
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#EAF1F4));
  background: linear-gradient(180deg, #fff 0%, #EAF1F4 100%);
}
section.meet .meet__title {
  color: #003531;
  font-family: 'Poppins', 'SimplerPro';
  font-size: 42px;
  font-weight: bold;
  letter-spacing: 2.5px;
  line-height: 54px;
  text-align: center;
  text-transform: uppercase;
  margin: 80px 10px 40px;
}
section.meet .meet__items-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
section.meet .meet__item {
  width: 373px;
  height: 373px;
  float: right;
  margin: 0 13px 26px;
  position: relative;
  cursor: pointer;
}
section.meet .meet__item .radial-gradient {
  position: absolute;;
  top:0px;
  left:0px;
  height:100%;
  width:100%;
  opacity: 0;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;

}
section.meet .pic-wrapper {
  width: 100%;
  height: 100%;
}
section.meet .pic-wrapper>img {}

section.meet .meet__item .details {
	width: 60%;
  height: 53px;
  position: absolute;
  bottom: 0;
  left: 50%;
  text-align: center;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
section.meet .meet__item .details .details-link {
	display: inline-block;
}
section.meet .meet__item .name {
	display: block;
	color: #fff;
  font-size: 22px;
  font-weight: 400;
  letter-spacing: -0.1px;
  line-height: 26px;
  text-align: center;
}
section.meet .meet__item .roll {
	display: block;
	color: #fff;
  font-size: 22px;
  font-weight: 300;
  letter-spacing: -0.1px;
  line-height: 26px;
  text-align: center;
}
section.meet .meet__item .desc {
  display: none;
}
section.meet .meet__item .mail {
  display: none;
}
/* ------------------ */

@media (max-width: 1023px) {
	section.meet .meet__item {
		width: 343px;
		height: 343px;
		margin: 0 10px 20px;
	}
}

@media (max-width: 767px) {

  section.meet {
    height: auto;
    padding-bottom: 40px;
  }
	section.meet .meet__items-wrapper {
		width: 90%;
		margin: 0 auto;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: start;
	}
  section.meet .meet__title {
    font-size: 34px;
    font-weight: bold;
    letter-spacing: 2px;
    line-height: 40px;
  }
  section.meet .meet__item {
    width: 45%;
    height: 24.2vh;
    margin: 0 2.5% 16px;
  }
  section.meet .meet__item .details {
    height: auto;
    width: 90%;
    bottom: 6px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  section.meet .meet__item .name {
    font-size: 1.125rem;
    font-weight: bold;
    letter-spacing: -0.08px;
    line-height: 21px;
  }
  section.meet .meet__item .roll {
    font-size: 1.125rem;
    font-weight: 300;
    letter-spacing: -0.08px;
    line-height: 21px;
  }
  #content.about section.contact {
    margin-top: 0;
    background-size: cover;
    background-attachment: unset;
  }
}
/* ---------------------------------- */

.pop-up#meet {

}
.pop-up#meet .pop-up-filter {}
.pop-up#meet .x-wrapper {
  right: -51px;
  top: -60px;
}
.pop-up#meet .ws-x-btn {}
.pop-up#meet .pop-up-content {
  height: 60.3vh;
  width: 81vw;
  max-width: 1200px;
  padding: 0;
}
.pop-up#meet .pic-wrapper {
  width: 50%;
  height: 100%;
  float: right;
}
.pop-up#meet .pic-wrapper>img {}
.pop-up#meet .desc-wrapper {
  width: 50%;
  height: 100%;
  float: left;
  padding: 3%;
}
.pop-up#meet .title {
  color: #00605B;
  font-size: 25px;
  letter-spacing: 0.2px;
  line-height: 38px;
  text-align: right;
  font-weight: bold;
}
.pop-up#meet .roll {
  margin-bottom: 14px;
  color: #00605B;
  text-align: right;
}
.pop-up#meet .desc {
  text-align: right;
  margin: 15px 0 35px;
}
.pop-up#meet .mail {
  display: inline-block;
  margin-top: 12px;
  color: #D1B075;
  font-size: 1rem;
  text-align: right;
}
.pop-up#meet .mail img {
  margin-left: 5px;
}
/* ---------------- */

@media (max-width: 767px) {

  .pop-up#meet {
    position: fixed;
  }
  .pop-up#meet .pop-up-content {
    width: 90%;
    height: auto;
    margin-top: 25vh;
    overflow: unset;
  }
  .pop-up#meet .pic-wrapper {
    width: 100%;
    height: 252px;
    float: none;
  }
  .pop-up#meet .desc-wrapper {
    width: 100%;
    height: auto;
    float: none;
    padding: 10%;
  }
  .pop-up#meet .desc {
    margin: 0;
  }
  .pop-up#meet .x-wrapper {
    right: 0;
    top: -70px;
  }
}

/* #__________________________________________page-research-and-analytics______________________________________________# */
/* section.hero.type-3 */
.research-and-analytics section.hero.type-3 .content-wrapper {
  max-width: 538px;
  width: 40%;
}
.research-and-analytics section.hero.type-3 .content-wrapper .hero-desc {
  font-size: 25px;
  margin-top: 20px;
}

@media (max-width: 767px) {

  .research-and-analytics section.hero.type-3 {
    min-height: 335px;
  }
  .research-and-analytics section.hero.type-3 .content-wrapper {
    width: 100%;
    /* padding: 0 10%; */
  }
  .research-and-analytics section.hero.type-3 .content-wrapper.anim {
    /* margin-top: -57px; */
  }
  .research-and-analytics section.hero.type-3 .content-wrapper .hero-title {
    font-size: 36px;
    font-weight: bold;
    letter-spacing: 0.69px;
    line-height: 42px;
  }
  .research-and-analytics section.hero.type-3 .content-wrapper .hero-desc {
    font-size: 1.25rem;
    /* margin: 20px; */
    height: 72px;
  }
  .research-and-analytics section.hero.type-3 .read-more-btn {

  }
}
/* --------------------------- */

/* section.ceo-wrapper */
  #content.research-and-analytics section.ceo-wrapper {
    height: auto;
    min-height: 908px;
    background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#EAF1F4));
    background: linear-gradient(180deg, #fff 0%, #EAF1F4 100%);
  }
  @media (max-width: 767px) {
    #content.research-and-analytics section.ceo-wrapper {
      min-height: 568px;
    }
  }
/* ----------------------- */


/* section.consult */
.research-and-analytics section.consult {
  margin-top: -310px;
}
.research-and-analytics .consult__content-wrapper {
  margin-top: 100px;
  opacity: 0;
  -webkit-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}
.research-and-analytics .consult__content-wrapper.anim {
  margin-top: 0;
  opacity: 1;
}
.research-and-analytics .consult__content-wrapper .title {
  color: #00605B;
  font-size: 46px;
  font-weight: bold;
  letter-spacing: -0.34px;
  line-height: 43px;
  text-align: center;
}
.research-and-analytics .consult__content-wrapper .desc {
  text-align: center;
  width: 577px;
  margin: 25px auto 55px;
}
.research-and-analytics .consult__content-wrapper .big-box {
  width: 75.6vw;
  height: 179px;
  margin: 100px auto;
  background-color: #00605B;
  position: relative;
  -webkit-box-shadow: 0 29px 30px -9px rgba(0, 96, 91 ,0.7);
          box-shadow: 0 29px 30px -9px rgba(0, 96, 91 ,0.7);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  opacity: 0;
  -webkit-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}
.research-and-analytics .consult__content-wrapper .big-box.anim {
  margin: 0 auto;
  opacity: 1;
}
.research-and-analytics .consult__content-wrapper .big-box::before {
  content: '';
  width: 1px;
  height: 45px;
  background-color: #00605B;
  position: absolute;
  top: -23px;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.research-and-analytics .consult__content-wrapper .big-box::after {
  content: '';
  width: 2px;
  height: 45px;
  background-color: #fff;
  position: absolute;
  top: 22px;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.research-and-analytics .consult__content-wrapper .big-box__title {
  color: #fff;
  font-size: 46px;
  font-weight: bold;
  letter-spacing: -0.34px;
  line-height: 43px;
  text-align: center;
}
.research-and-analytics .consult__flowchart-wrapper {
	width: 100%;
	margin-top: 70px;
	opacity: 0;
	-webkit-transition: all .8s ease-in-out .7s;
	transition: all .8s ease-in-out .7s;
}
.research-and-analytics .consult__content-wrapper.anim + .consult__flowchart-wrapper {
	margin-top: 50px;
	opacity: 1;
}
.research-and-analytics .consult__flowchart-wrapper .items-wrapper {
  width: 85.8%;
  margin: 0 auto;
  text-align: center;
}
.research-and-analytics .consult__flowchart-wrapper .items-line-conector {
  width: 59.1vw;
  border-bottom: 1px solid #00605B;
  margin: 27px auto 43px;
  position: relative;
}
.research-and-analytics .consult__flowchart-wrapper .items-line-conector::before {
  content: '';
  width: 1px;
  height: 30px;
  background-color: #00605B;
  position: absolute;
  bottom: -45px;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.research-and-analytics .consult__flowchart-wrapper .items-line-conector::after {
  content: '';
  width: 9px;
  height: 7px;
  background-color: #00605B;
  -webkit-clip-path: polygon(49% 35%, 0% 100%, 100% 100%);
          clip-path: polygon(49% 35%, 0% 100%, 100% 100%);
  position: absolute;
  bottom: -37px;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(180deg);
          transform: translate(-50%, -50%) rotate(180deg);
  font-size: 1.875rem;
  text-align: center;
  letter-spacing: 0;
}
.research-and-analytics .consult__flowchart-wrapper .consult__item {
  width: 16.7vw;
  height: auto;
  min-height: 108px;
  background-color: #3DAAA5;
  position: relative;
  padding: 2%;
  margin: 50px 1.3vw 0;
  display: inline-block;
  vertical-align: text-bottom;
}
.research-and-analytics .consult__flowchart-wrapper .consult__item::after {
  content: '';
  width: 1px;
  height: 30px;
  background-color: #00605B;
  position: absolute;
  bottom: -45px;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.research-and-analytics .consult__flowchart-wrapper .consult__item:first-child {
  margin-right: 0
}
.research-and-analytics .consult__flowchart-wrapper .consult__item:last-child {
  margin-left: 0;
}

.research-and-analytics .consult__flowchart-wrapper .consult__item .number {
  height: 42.56px;
  width: 42.56px;
  background-color: #fff;
  color: #D1B075;
  font-size: 25.76px;
  letter-spacing: -0.19px;
  line-height: 24px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  -webkit-box-shadow: 0 18px 38px 0 rgba(0,0,0,0.5);
          box-shadow: 0 18px 38px 0 rgba(0,0,0,0.5);
  top: -30px;
  right: -30px;
}
.research-and-analytics .consult__flowchart-wrapper .consult__item .title {
  color: #fff;
  font-size: 28.8px;
  font-weight: 300;
  letter-spacing: -0.21px;
  line-height: 28px;
  text-align: center;
}
.research-and-analytics .consult__flowchart-wrapper .button {
  height: 104px;
  width: 581px;
  font-size: 46px;
  font-weight: bold;
  letter-spacing: -0.34px;
  line-height: 43px;
  margin: 20px auto 0;
  cursor: default;
  opacity: 0;
  -webkit-transition: all .5s ease-in-out .1s;
  transition: all .5s ease-in-out .1s;
}
.research-and-analytics .consult__flowchart-wrapper .items-wrapper.anim ~ .button {
	margin: 0 auto;
	opacity: 1;
}
.research-and-analytics .consult__flowchart-wrapper .button.button-gold:hover {
  -webkit-box-shadow: 0 10px 27px -9px rgba(209,175,117,0.6);
  box-shadow: 0 10px 27px -9px rgba(209,175,117,0.6);
  bottom: unset;
}

@media (max-width: 767px) {

  .research-and-analytics section.consult {
    margin-top: 0;
    background: -webkit-gradient(linear, left top, left bottom, from(#EAF1F4), to(#fff));
    background: linear-gradient(180deg, #EAF1F4 0%, #fff 100%);
  }
  .research-and-analytics .consult__content-wrapper {
    margin-top: 0;
    text-align: center;
  }
  .research-and-analytics .consult__content-wrapper .desc {
    width: 100%;
    margin: 25px auto 5px;
    font-size: 1.125rem;
    letter-spacing: -0.6px;
    line-height: 24px;
    padding: 0 7%;
  }
  .research-and-analytics section.consult .read-more-btn {
    /*margin-right: 8vw;*/
  }
  .research-and-analytics .consult__flowchart-wrapper .button {
    width: 85%;
    font-size: 24px;
    letter-spacing: -0.18px;
  }
  .research-and-analytics .consult__content-wrapper .big-box {
    height: 109px;
  }
  .research-and-analytics .consult__content-wrapper .big-box.anim {
    margin: 67px auto 0;
  }
  .research-and-analytics .consult__content-wrapper .big-box__title {
    font-size: 36px;
    font-weight: bold;
    letter-spacing: -0.27px;
  }
  .research-and-analytics .consult__content-wrapper .big-box::before {
    content: '';
    width: 1px;
    height: 29px;
    background-color: #00605B;
    position: absolute;
    top: -15px;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .research-and-analytics .consult__content-wrapper .big-box::after {
    content: '';
    width: 2px;
    height: 29px;
    background-color: #fff;
    position: absolute;
    top: 15px;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .research-and-analytics .consult__flowchart-wrapper {
    width: 100%;
    margin-top: 23px;
}
  .research-and-analytics .consult__flowchart-wrapper .items-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  .research-and-analytics .consult__flowchart-wrapper .consult__item {
    width: 41%;
    min-height: 147px;
    margin: 30px 1.3vw 0;
    padding: 9%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .research-and-analytics .consult__flowchart-wrapper .consult__item:last-child {
    margin-left: 1.3vw;
  }
  .research-and-analytics .consult__flowchart-wrapper .consult__item .title {
    font-size: 24px;
    font-weight: 300;
    letter-spacing: -0.2px;
  }
  .research-and-analytics .consult__flowchart-wrapper .consult__item .number {
    width: 35px;
    height: 35px;
    top: -17px;
    right: -17px;
  }
  .research-and-analytics .consult__flowchart-wrapper .items-line-conector {
    width: 43.1vw;
    margin: 30px auto 43px;
  }
}
/* ---------------------------------- */

/* section.research */
section.research {
  width: 100%;
  height: 954px;
  background: -webkit-gradient(linear, left top, left bottom, from(#EAF1F4), to(#fff));
  background: linear-gradient(180deg, #EAF1F4 0%, #fff 100%);
  margin-top: 70px;
  padding: 5% 0;
}
.research__content-wrapper {}
.research__content-wrapper .research__title {
  color: #00605B;
  font-size: 46px;
  font-weight: bold;
  letter-spacing: -0.34px;
  line-height: 43px;
  text-align: center;
}
.research__content-wrapper .research__desc {
  color: #003531;
  text-align: center;
  padding: 1% 25.6% 5%;
}
.research__content-wrapper .research__items-wrapper {
  width: 100%;
  text-align: center;
}
.research__content-wrapper .research__item {
  width: 389px;
  height: 303px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: relative;
  display: inline-block;
  margin: 14px 8px;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-box-shadow: 0 30px 50px -28px #000;
          box-shadow: 0 30px 50px -28px #000;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
/*.wah_fstype_script .research__content-wrapper .research__item {
	height: 350px;
	background-size: cover;
}
.wah_fstype_script .research__content-wrapper .item-hover .hover-content {
	padding: 2% 3%;
}*/
.research__content-wrapper .research__item.hover {
  -webkit-transform: scale(1.02);
          transform: scale(1.02);
  -webkit-box-shadow: 0 40px 50px -28px #000;
          box-shadow: 0 40px 50px -28px #000;
}
.research__content-wrapper .research__item.not-hover {
  opacity: 0.4;
}
.research__content-wrapper .item-content {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  opacity: 1;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
.research__content-wrapper .research__item.hover .item-content {
  opacity: 0;
}
.research__content-wrapper .item-content .title {
  color: #fff;
  font-size: 2.2rem;
  font-weight: bold;
  letter-spacing: -0.83px;
  line-height: 1.25;
  text-align: center;
}
.research__content-wrapper .item-content .details {
  color: #fff;
}
.research__content-wrapper .item-content .details .txt {}
.research__content-wrapper .item-content .details .total {}

.research__content-wrapper .item-hover {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
.research__content-wrapper .research__item.hover .item-hover {
  opacity: 1;
}
.research__content-wrapper .item-hover .hover-content {
  position: absolute;
  top: 0;
  z-index: 2;
  width: 100%;
  padding: 4% 8%;
}
.research__content-wrapper .item-hover__title {
  color: #fff;
  font-size: 22px;
  font-weight: bold;
  letter-spacing: -0.52px;
  line-height: 31px;
  text-align: right;
  border-bottom: 1px solid rgba(255,255,255,0.12);
  padding-bottom: 15px;
}
.research__content-wrapper .item-hover .research-item {
  border-bottom: 1px solid rgba(255,255,255,0.12);
  color: #fff;
  text-align: right;
  font-weight: 600;
  font-size: 0.95rem;
  padding: 1% 0 2% 0;
  position: relative;
}
.research__content-wrapper .item-hover .research-item:last-of-type {
  border: none;
}
.research__content-wrapper .item-hover .research-item__title {
  font-weight: 600;
}
.research__content-wrapper .item-hover .research-item__sub-title {
  text-align: right;
  color: #fff;
  font-weight: 300;
  line-height: 18px;
}
.research__content-wrapper .item-hover .research-item__date {
  opacity: 0.4;
  color: #fff;
  font-family: SimplerPro;
  font-size: 13.6px;
  line-height: 18px;
  text-align: right;
  font-weight: 300;
}
.research__content-wrapper .item-hover .ws-arrow {
  position: absolute;
  left: 0px;
  top: 22px;
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
  border: 1px solid #D1B075;
  border-radius: 50%;
  width: 27px;
  height: 27px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-right: 0.3vw;
}
.research__content-wrapper .item-hover .ws-arrow::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  border-color: #D1B075;
}
.research__content-wrapper .item-hover .item-hover__filter {
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: rgba(0,96,91,0.86);
  top: 0;
  opacity: 0.9;
}
.research__content-wrapper .button.button-dark-green.small {
  margin: 14px auto;
  width: 223px;
  height: 50px;
}
.research__content-wrapper .item-content .rosario-arrow {
  display: none;
}

@media (max-width: 767px) {

   section.research {
     height: auto;
   }
   .research__content-wrapper {
	   text-align: center;
   }
   .research__content-wrapper .research__title {
    font-size: 36px;
    font-weight: bold;
    letter-spacing: -0.27px;
    line-height: 42px;
    margin-top: 30px;
   }
   .research__content-wrapper .research__desc {
    padding: 0 10%;
   }
   .research__content-wrapper .read-more-btn {
    margin-right: 0;
    margin-top: 8px;
   }
  .research__content-wrapper .research__item {
    background-image: url(uploads/research-item-bcg1.jpg);
    background-size: cover;
    max-width: 315px;
    height: 145px;
    width: 92%;
  }
  .research__content-wrapper .item-content {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    padding: 0 7%;
    position: relative;
  }
  .research__content-wrapper .item-content .title {
    margin-bottom: 10px;
    margin-bottom: 10px;
    font-size: 32px;
    font-weight: bold;
    letter-spacing: -0.76px;
  }
  .research__content-wrapper .item-content a.research-link {
    position: absolute;
    left: 5vw;
  }
  .research__content-wrapper .item-content .rosario-arrow {
    display: unset;
    height: 30px;
    width: 30px;
    border: 1px solid #fff;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-left: 9%;
  }
  .research__content-wrapper .item-content .rosario-arrow::before {
    content: '';
    position: absolute;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    height: 9px;
    width: 9px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    -webkit-transform: rotate(225deg);
            transform: rotate(225deg);
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
  }
}
/* ----------------------------- */

/* section.know-us */
#content.research-and-analytics .know-us-content-wrapper {
  width: 60%
}
@media (max-width: 767px) {
	#content.research-and-analytics .know-us-content-wrapper {
		width: 65%
	}
  #content.research-and-analytics .know-us-content-wrapper .title {
    font-size: 1.75rem;
    font-weight: bold;
    letter-spacing: -0.15px;
    line-height: 38px;
  }
  #content.research-and-analytics .know-us-content-wrapper .content {
    margin: 0px 0 32px 0;
  }
}

/* ---------------------------------- */

/* #__________________________________________page-research-search______________________________________________# */

/* section.blog#research  */
section.blog#research section.search {
    height: 58px;
    width: 1200px;
    max-width: 90%;
    border-radius: 29px;
    -webkit-box-shadow: 0 16px 45px -19px rgba(37, 37, 37,0.6);
            box-shadow: 0 16px 45px -19px rgba(37, 37, 37,0.6);
    margin: 0 auto;
    background-color: #D8E1E7;
    min-height: unset;
    padding: 0 3% 0 10%;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

section.blog#research section.search input[type="submit"] {
	position: absolute;
	left: 0;
	background-color: transparent;
	padding-left: 3%;
	font-size: 1.25em;
}
  
section.blog#research section.search .select-wrapper {
	position: relative;
	width: 20%;
}
section.blog#research section.search .select-wrapper:before {
	content: "";
	position: absolute;
	right: -20px;
	top: 6px;
	bottom: 6px;
	width: 1px;
	background: #00605b;
}
  section.blog#research section.search .select-wrapper .pselect {
    background-color: transparent;
  }
  section.blog#research section.search .select-wrapper ul {
    background-color: #EAF0F4;
    z-index: 2;
  }
  section.blog#research section.search .select-wrapper .rosario-triangular {
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 9px 8.5px 0 8.5px;
    border-color: #00605b transparent transparent transparent;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    top: 21px;
    left: 0;
    position: absolute;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
  }
  section.blog#research section.search .select-wrapper .rosario-triangular.open {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  section.blog#research section.search .search-wrapper {
    width: 75%;
    margin-right: 26px;
  }
  section.blog#research section.search .search-wrapper input[type="text"] {
    background: inherit;
    border: none;
    padding-bottom: 0px;
  }
  section.blog#research section.search .search-wrapper .search-logo-wrapper {
    left: unset;
    right: -3vw;
    top: 0;
  }
  section.blog#research section.search .search-wrapper .search-logo-wrapper > img {
    opacity: 1;
  }

  section.blog#research {
    padding-top: 115px;
    background-color: #EBF1F5;
  }
  section.blog#research .content-wrapper .blog-item {
    position: relative;
  }
  section.blog#research .content-wrapper .blog-item .logo-wrapper {
    width: 82px;
    height: 82px;
    position: absolute;
    top: 35%;
    right: 6%;
    -webkit-box-shadow: 0 16px 45px -19px rgba(37, 37, 37,1);
            box-shadow: 0 16px 45px -19px rgba(37, 37, 37,1);
    background: white;
  }
  section.blog#research .content-wrapper .blog-item .logo-wrapper>img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    max-width: 90%;
    max-height: 90%;
    height: auto;
  }

  @media (max-width: 767px) {
	section.blog#research section.search .select-wrapper:before {
		content: "";
		position: absolute;
		right: 0;
		top: -4px;
		bottom: auto;
		height: 36px;
	}
	section.blog#research section.search .select-wrapper .pselect {
		padding: 0;
		font-size: 1.125rem;
	}
    section.blog#research {
      padding-top: 92px;
    }
    section.blog#research .content-wrapper {
      width: 85%;
      padding: 8vh 0vh;
    }
    section.blog#research section.search .search-wrapper input[type="text"] {
      display: unset;
	  position: relative;
	  top: 50%;
	  -webkit-transform: translateY(-50%);
	  transform: translateY(-50%);
	  right: 50px;
    }
	section.blog#research section.search .select-wrapper .rosario-triangular {
		top: 11px;
		left: 4px;
	}
    section.blog#research section.search .search-wrapper {
		border-left: none;
		height: 100%;
		margin-right: 0;
		top: 0;
		padding: 0;
   }
	section.blog#research section.search .select-wrapper {
		margin-right: 0;
		min-width: 130px;
	}
    section.blog#research section.search .search-wrapper ::-webkit-input-placeholder { /* Edge */
      font-size: 1.125rem;
      font-weight: 300;
      line-height: 23px;
    }
    section.blog#research section.search .search-wrapper :-ms-input-placeholder { /* IE 10-11 */
      font-size: 1.125rem;
      font-weight: 300;
      line-height: 23px;
    }
    section.blog#research section.search .search-wrapper ::-ms-input-placeholder {
      font-size: 1.125rem;
      font-weight: 300;
      line-height: 23px;
    }
    section.blog#research section.search .search-wrapper ::placeholder {
      font-size: 1.125rem;
      font-weight: 300;
      line-height: 23px;
    }
    section.blog#research section.search .search-wrapper .search-logo-wrapper {
      right: 10px;
	  top: 50%;
	  -webkit-transform: translateY(-50%);
	  transform: translateY(-50%);
    }
    section.blog#research section.search .categories-wrapper .rosario-triangular {
      left: 12px;
    }
  }

@media (max-width: 374px) {
  body, input, textarea,
  section.blog#research section.search .select-wrapper .pselect {
    font-size: 0.95rem;
  }
  section.blog#research section.search {
    max-width: 92%;
  }
  section.blog#research section.search .select-wrapper {
    min-width: 110px;
    font-size: 0.95rem;
  }
  section.blog#research section.search .select-wrapper ul li {
    padding: 3px 0;
  }
  section.blog#research section.search .search-wrapper input[type="text"] {
    width: 72%;
    right: 40px;
  }
  section.blog#research section.search .search-wrapper .search-logo-wrapper {
    right: 6px;
  }

  section.blog .content-wrapper .blog-item {
    height: 520px;
  }
  section.blog .content-wrapper .blog-item .post-content-wrapper .post-content .post-title {
    font-size: 21px;
  }
  section.blog .content-wrapper .blog-item .post-content-wrapper .post-content .post-txt {
    font-size: 0.95rem;
  }
  body.page-template-page-blog-lobby section.blog .content-wrapper .blog-item .post-content-wrapper .post-ditails .date {
    margin-top: 4px;
  }
  /*section.blog#research .content-wrapper .blog-item .post-content-wrapper .post-ditails {
		width: 115%;
		margin-right: -8%;
	}*/

}
/* ----------------------------- */


/* #__________________________________________page-archive-main + logedin______________________________________________# */

/* section.hero.type-6 */
section.hero.type-6 {
  width: 100%;
  height: 448px;
}
section.hero.type-6 .hero-content {
  z-index: 2;
  padding: 0 27%;
  margin-top: 30px;
}
section.hero.type-6 .title-wrapper {}
section.hero.type-6 .title {
  color: #fff;
  font-size: 50px;
  font-weight: bold;
  letter-spacing: -0.37px;
  line-height: 50px;
  text-align: center;
}
section.hero.type-6 .hero-content .date{
  color: #fff;
  font-size: 32px;
  font-weight: bold;
  letter-spacing: -0.37px;
  text-align: center;
  margin-top: 20px;
}
section.hero.type-6 .intro {
  color: #fff;
  font-size: 1.25rem;
  font-weight: 300;
  line-height: 27px;
  text-align: center;
  padding: 2% 5% 4%;
}
section.hero.type-6#archive-main .info-row {
  display: none;
}
section.hero.type-6 .date {}

section.hero.type-6 .button {
  width: 250px;
  margin: 0 auto;
  z-index: 2;
}
body.page-template-page-daily-report section.hero.type-6 .button {
	margin-top: 26px;
}
/* ---- */
@media (max-width: 767px) {

  section.hero.type-6 {
    width: 100%;
    min-height: 448px;
    height: auto;
  }

  /* alina to hide grey line on mobile turn off paralax */
  section.hero{
    background-position: center center !important;
  }

  section.hero.type-6 .hero-content {
    padding: 0 5%;
    margin: 78px 0 40px;

  }
	section.hero.type-6 .title-wrapper {
		margin-bottom: 20px;
	}
 section.hero.type-6 .title {
    font-size: 36px;
    letter-spacing: -0.17px;
    line-height: 37px;
  }
	section.hero.type-6 .intro {
		display: none;
	}
}

/* --------------------------------------------- */

/* /Amount search slider */
.amount-picker-wrapper {
  position: absolute;
  width: 330px;
  height: 170px;
  background-color: #fff;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  top: 55px;
  z-index: 5;
  left: 0;
  border: 1px solid #dddddd;
  display: none;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
.amount-picker-wrapper.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.amount-picker-wrapper::before {
  content: "";
  position: absolute;
  top: -5px;
  left: 9px;
  width: 7px;
  height: 7px;
  border-top: 1px solid #dddddd;
  border-right: 1px solid #dddddd;
  background-color: #fff;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.start-range {
  color: #000;

}
.end-range {
  color: #000;
  margin-top: 10px;
}
.amount-picker-wrapper .slider {
  -webkit-appearance: none;
  width: 100%;
  height: 5px;
  border-radius: 25px;
  background: #bdbdbd;
  outline: none;
  opacity: 0.7;
  -webkit-transition: .2s;
  -webkit-transition: opacity .2s;
  transition: opacity .2s;
}

.amount-picker-wrapper .slider:hover {
  opacity: 1;
}

.amount-picker-wrapper .slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 20px;
  height: 20px;
  border-radius: 25px;
  background: #014C47;
  cursor: pointer;
}

.amount-picker-wrapper .slider::-moz-range-thumb {
  width: 25px;
  height: 25px;
  background: #4CAF50;
  cursor: pointer;
}
.archive-main .amount-picker-wrapper .ws-x-btn {
  left: 0;
  position: absolute;
  top: 0;
  width: 35px;
  height: 35px;
  border: none;
}
.archive-main .amount-picker-wrapper .ws-x-btn::before {
  width: 17px;
  height: 1px;
  background-color: #000;
}
.archive-main .amount-picker-wrapper .ws-x-btn::after {
  width: 1px;
  height: 17px;
  background-color: #000;
}
/* -------------------------------------------------- */

/* section.tables */

section.tables {}
section.tables .table-title {
  color: #00605B;
  font-size: 40px;
  font-weight: bold;
  letter-spacing: -0.3px;
  line-height: 55px;
  text-align: center;
  margin: 60px 10px 40px;
}
section.tables .table {
  position: relative;
  width: 100%;
}
section.tables .table thead tr {
  background: -webkit-gradient(linear, left top, right top, from(rgba(0,101,95,1)),color-stop(0%, rgba(0,101,95,1)), to(rgba(0,53,49,1)));
  background: linear-gradient(to right, rgba(0,101,95,1) 0%,rgba(0,101,95,1) 0%, rgba(0,53,49,1) 100%);
  background-attachment: fixed;
  color: #fff;
  font-size: 0.95rem;
  font-weight: bold;
  letter-spacing: -0.07px;
  line-height: 16px;
  text-align: center;
  height: 120px;
}
section.tables .table thead th {
  /* border-left: 1.5px solid rgba(215, 217, 221, 0.1); */
  padding: 0% 12px;
  vertical-align: middle;
  position: relative;
}
section.tables .table thead tr th::after {
  content: '';
  width: 1.5px;
  height: 60%;
  top: 30px;
  right: 0px;
  position: absolute;
  background-color: rgba(215, 217, 221, 0.3);
}
section.tables .table tbody {}
section.tables .table tbody tr {
  height: 118px;
}
section.tables .table tbody tr:nth-child(4n+1),
section.tables .table tbody tr:nth-child(4n+2) {
  background-color: #F5F9FE
}
section.tables .table tbody tr td {
  max-width: 280px;
  color: #4A4A4A;
  font-size: 14.7px;
  letter-spacing: -0.07px;
  line-height: 16px;
  text-align: center;
  vertical-align: middle;
  padding: 0 1%;
  position: relative;
  font-weight: 400;
}
section.tables .table tbody tr td::after {
  content: '';
  width: 1.5px;
  height: 60%;
  top: 30px;
  right: 0px;
  position: absolute;
  background-color: rgba(215, 217, 221, 0.6);
}
section.tables .table tbody tr td.first {
  font-size: 1rem;
  font-weight: bold;
  line-height: 18px;
}
section.tables .table tbody tr.mobile-table-content-tr {
  display: none;
}
section.tables .table tbody .mobile-table-content-td {}
section.tables .table tbody {}
section.tables .table tbody tr td:nth-child(3n) .tbl-btn {
  display: none;
}
section.tables .table tbody tr td a {
  color: #1E77DF;
}
section.tables .table tbody tr td a:visited {
  color: #00605B;
}
/* --- */

@media (max-width: 1020px) {

  section.tables {
    /* display: none; */
  }
  section.tables .table tbody tr.sticky {
    position: fixed;
    top: 59px;
    left: 0;
    right: 0;
    background: #F5F9FE;
  }
  section.tables .table tbody tr td:nth-child(3n) {
    text-align: right;
    padding: 0 3%;
    position: relative;
  }
  section.tables .table thead th:nth-child(4n),
  section.tables .table thead th:nth-child(5n),
  section.tables .table thead th:nth-child(6n),
  section.tables .table thead th:nth-child(7n),
  section.tables .table thead th:nth-child(8n),
  section.tables .table thead th:nth-child(9n),
  section.tables .table thead th:nth-child(10n),
  section.tables .table thead th:nth-child(11n) {
    display: none;
  }
  section.tables .table tbody tr td:nth-child(4n),
  section.tables .table tbody tr td:nth-child(5n),
  section.tables .table tbody tr td:nth-child(6n),
  section.tables .table tbody tr td:nth-child(7n),
  section.tables .table tbody tr td:nth-child(8n),
  section.tables .table tbody tr td:nth-child(9n),
  section.tables .table tbody tr td:nth-child(10n),
  section.tables .table tbody tr td:nth-child(11n) {
    display: none;
  }
  section.tables .table tbody tr.mobile-table-content-tr {
    display: table-row;
    height: auto;
  }

  /* section.tables .table tbody tr.mobile-table-content-tr.active {
display:block;
  } */

  section.tables .table tbody .mobile-table-content-td {}
  section.tables .table tbody .mobile-table-content {
    padding: 1%;
    border-top: 1px solid rgba(215, 217, 221, 0.6);
    width: 90%;
    margin: 0 auto;
  }
  section.tables .table tbody .mobile-table-content .table-td {
    margin: 25px 0;
  }
  section.tables .table tbody .mobile-table-content .title {
    font-size: 1.125rem;
    font-weight: bold;
    letter-spacing: -0.08px;
    line-height: 20px;
    text-align: right;
    font-weight: bold
  }
  section.tables .table tbody .mobile-table-content .sub-title {
    font-size: 1.05rem;
    letter-spacing: -0.08px;
    line-height: 20px;
    text-align: right;
  }
  section.tables .table tbody .mobile-table-content .desc {
    font-size: 1.125rem;
    font-weight: 300;
    letter-spacing: -0.08px;
    line-height: 16px;
    text-align: right;
    margin-top: 10px;
  }
  section.tables .table tbody .mobile-table-content .link {
    font-size: 1.05rem;
    font-weight: 300;
    letter-spacing: -0.08px;
    line-height: 20px;
    text-align: right;
    color: #1E77DF;
    float: right;
    margin: 10px 0 20px;
  }
  section.tables .table tbody tr td:nth-child(3n) .tbl-btn {
    display: block;
    position: absolute;
    width: 30px;
    height: 30px;
    background-color: transparent;
    border: 1px solid #000;
    border-radius: 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 1.875rem;
    padding-bottom: 6px;
    left: 4%;
    top: 42px;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
  }
  section.tables .table tbody tr td:nth-child(3n) .tbl-btn.active {
    -webkit-transform: rotate(180deg) translateY(50%);
            transform: rotate(180deg) translateY(50%);
  }

}
@media (max-width: 767px) {
	section.tables .table-title {
		line-height: 48px;
	}
}

@media (max-width: 374px) {
  section.tables .table tbody tr td {
	  max-width: 250px;
  }
  section.tables .table tbody tr td:nth-child(3n) {
	  padding-left: 50px;
  }
  section.tables .table tbody tr td:nth-child(3n) .tbl-btn {
    top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
  }
}

/* -------------------------------------------- */

/* section.clarification */
section.clarification {
  width: 924px;
  height: auto;
  margin: 70px auto;
  max-width: 85%;
}
.clarification__title {
  font-weight: 600;
}
section.clarification p {
  font-size: 1.05rem;
  line-height: 24px;
  margin: 10px 0 ;

}
/* ------------------------ */

/* section.search */
.archive-main section.search .filters-wrapper {
  display: inline;
}
.archive-main section.search .select-wrapper {
  width: 13.5%;
  margin-right: 3.3%;
  min-width: unset;
}
.archive-main section.search .select-wrapper .pselect {
  padding-right: 10px;
}
section.search .date {
  position: relative;
}
 section.search .date-picker {
  display: none;
  position: relative;
}
 .daterangepicker {
  top: unset !important;
  bottom: 110px !important;
  left: 22vw !important;
}
.archive-main .filters {
  display: none;
}

@media (max-width: 1020px) {

  .archive-main section.search {
    position: relative;
    min-height: 90px;
    top: 0;
    padding: 20px;
  }
  .archive-main section.search .filters-wrapper {
    display: block;
    padding: 20px 0;
  }
  .archive-main section.search .select-wrapper {
    display: block;
    width: 90%;
    border-top: 1px solid rgb(216, 216, 216);
    height: auto;
    margin: 0 auto;
    padding: 12px;
  }
  .archive-main section.search .search-wrapper {

  }
  .archive-main section.search .select-wrapper .arrow {
    top: 25px;
    left: 0;
  }
  .archive-main section.search .select-wrapper ul {
    z-index: 2;
    position: unset;
  }
  .archive-main section.search .select-wrapper .pselect {
    font-size: 1.125rem;
  }
  .archive-main section.search .search-wrapper input[type="text"] {
    padding-bottom: 0;
  }
  #content.archive-main .archive-main section.search .search-wrapper input[type="text"] {
	  height: 37px;
	  padding: 0;
  }
  .archive-main .daterangepicker {
    top: 476px !important;
    width: 100%;
    padding: 0 13%;
    bottom: unset !important;
    left: 0 !important;
  }
  .amount-picker-wrapper {
    width: 100%;
    top: 78px;
  }
  .archive-main .filters {
    position: absolute;
    top: 35px;
    left: 25vw;
    display: block;
  }
  .archive-main .filters-arrow {
    top: 40px;
    left: 9.4vw;
    position: absolute;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    height: 8.65px;
    width: 8.65px;
    border-top: 1px solid #4A4A4A;
    border-right: 1px solid #4A4A4A;
    -webkit-transform: rotate(135deg);
            transform: rotate(135deg);
  }
  .archive-main .filters-arrow.open {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
    top: 46px;
}
}


/* #__________________________________________partials______________________________________________# */

/* POP-UP */
.pop-up {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 100;
  top: 0px;
  opacity: 0;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  visibility: hidden;
}
.pop-up.active {
  opacity: 1;
  visibility: visible;
  z-index: 10000;
}
.pop-up .content-inner-wrapper {
  width: 100%;
  height: 100%;
  overflow: auto;
}
.pop-up .pop-up-filter {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
}
.pop-up .pop-up-content {
  background-color: #fff;
  height: 48.3vh;
  width: 961px;
  padding: 26px 5%;
  overflow: auto;
}
#meet.pop-up .pop-up-content {
	overflow: visible;
}
.pop-up .x-wrapper {
  position: absolute;
  right: calc(50% - 531px);
  top: 19vh;
}
.pop-up .x-wrapper .ws-x-btn {
  border: solid 1px #d1b075;
}
.pop-up .x-wrapper .ws-x-btn:before, .ws-x-btn:after {
  background-color: #d1b075;
}
@media (max-width: 767px) {

  #page-wrapper {
    position: relative;
  }
  .pop-up.active {
    position: fixed;
    overflow: auto;
    margin-bottom: 20vh;
  }

  .pop-up .pop-up-filter {
    position: fixed;
  }
  .pop-up .pop-up-content {
    top: auto;
    margin-top: 80px;
    height: calc(100vh - 100px);
    overflow: auto;
    -webkit-transform: translateX(-50%) translateY(0);
            transform: translateX(-50%) translateY(0);
    width: 92%;
  }
  #products-pop.pop-up .pop-up-content {
	  padding-bottom: 36px;
  }
  .pop-up .x-wrapper {
    right: 13px;
    top: 12px;
  }

}
/* --------------------------------------------------------------------- */
/* #___________pop-up#archive-popup___________# */
/* .pop-up#archive-popup */
    .pop-up#archive-popup {}
    .pop-up#archive-popup .pop-up-filter {}
    .pop-up#archive-popup .pop-up-content {
      width: 617px;
      height: 400px;
      max-width: 90%;
      background-color: #fff;
      padding: 4% 6% 0;
      overflow: unset;
    }
    .pop-up .pop-up-content .x-wrapper {
      top: -52px;
      right: -59px;
    }
    .pop-up#archive-popup .pop-up-content .ws-x-btn {}
    .pop-up#archive-popup .pop-up-content .pop-up__title {
      color: #00605B;
      font-size: 46px;
      font-weight: bold;
      letter-spacing: -0.34px;
      line-height: 43px;
      text-align: center;
    }
    .pop-up#archive-popup .pop-up-content .desc {
      text-align: center;
      margin-top: 20px;
    }
    .pop-up#archive-popup .pop-up-content .submit-wrapper {
      margin: 35px auto 14px;
      width: 252px;
      height: 50px;
    }
    .pop-up .pop-up-content .submit-wrapper {
      margin: 50px auto 14px;
    }
    .pop-up .pop-up-content .button {}
    .pop-up input[type="submit"] {
      background: inherit;
      color: #fff;
    }
    .pop-up .pop-up-content .registration-link {
      color: #D1B075;
      font-size: 1rem;
      text-align: center;
      margin: 0 auto;
      cursor: pointer;
    }
    .pop-up .pop-up-content .registration-link>span {
      border-bottom: 1px solid #D1B075;
      padding-bottom: 5px;
    }

    @media (max-width: 767px) {
		.pop-up#archive-popup .pop-up-content {
			height: 370px;
		}
		.pop-up#archive-popup .pop-up-content .pop-up__title {
      margin-top: 15px;
      font-size: 1.75rem;
			line-height: 1.3;
		}
      .pop-up.login .pop-up-content {
        position: fixed;
      }
      .pop-up.login .pop-up-content .x-wrapper {
        top: -62px;
      }
    }

    /* ------------------------------------------------- */
/* #___________pop-up-login___________# */
/* .pop-up-login */

    .login-username > label {
      color: #4A4A4A;
    }

    .login-password > label {
      color: #4A4A4A;
    }

    .pop-up.login {}
    .pop-up.login .pop-up-filter {}
    .pop-up.login .pop-up-content {
      width: 442px;
      max-width: 90%;
      height: 484px;
      background-color: #fff;
      padding: 2% 3% 0;
      overflow: unset;
    }
    .pop-up.login#archive-login .pop-up-content {
      width: 442px;
      height: 448px;
    }
    .pop-up .pop-up-content .x-wrapper {
      top: -52px;
      right: -59px;
    }
    .pop-up.login .pop-up-content .ws-x-btn {}
    .pop-up.login .pop-up-content .pop-up__title {
      color: #00605B;
      font-size: 1.875rem;
      font-weight: bold;
      letter-spacing: -0.22px;
      line-height: 32px;
      text-align: center;
    }
    .pop-up.login#archive-login .pop-up-content .pop-up__title {
      font-size: 50px;
      letter-spacing: -0.37px;
      line-height: 44px;
      text-align: center;
      margin: 25px 0 50px;
    }
    .pop-up.login .pop-up-content .input-wrapper,
    #loginform > p > input#user_pass {
      position: relative;
      width: 90%;
      margin: 0 auto;
	}
	#loginform > p > input#user_pass {
		margin: 4px auto 0;
	}

    #loginform > p > input#user_login {
      position: relative;
      width: 90%;
      margin: 4px auto 16px;
	}
	#login.pop-up .content-inner-wrapper {
		text-align: center;
	}
	#login.pop-up .content-inner-wrapper form {
		text-align: right;;
	}

    .pop-up input[type="text"], .pop-up input[type="email"],
    .pop-up input[type="password"], .pop-up input[type="tel"] {
      border: none;
      background-color: transparent;
      color: #4A4A4A;
      border-bottom: 1px solid #D1B075;
      padding-bottom: 10px;
      width: 100%;
    }
    .pop-up ::-webkit-input-placeholder { /* Edge */
      color: #4A4A4A;
    }
    .pop-up :-ms-input-placeholder { /* IE 10-11 */
      color: #4A4A4A;
    }
    .pop-up ::-ms-input-placeholder {
      color: #4A4A4A;
    }
    .pop-up ::placeholder {
      color: #4A4A4A;
    }
    .pop-up .pop-up-content .submit-wrapper,
    .login-submit {
      margin: 50px auto 14px;
    }
    .pop-up .pop-up-content .button {}
    .pop-up input[type="submit"] {
      background: inherit;
      color: #fff;
    }
    .pop-up .pop-up-content .registration-link {
      color: #D1B075;
      font-size: 1rem;
      text-align: center;
      margin: 0 auto;
      cursor: pointer;
    }
    .pop-up .pop-up-content .registration-link>span {
      border-bottom: 1px solid #D1B075;
      padding-bottom: 5px;
    }

    @media (max-width: 767px) {

      .pop-up.login .pop-up-content {
        position: fixed;
		padding-top: 5%;
      }
      .pop-up.login .pop-up-content .x-wrapper {
        top: -62px;
      }
    }

    /* ------------------------------------------------- */

/* #___________pop-up registration-form___________# */

    /* .pop-up#registration */
    .pop-up#registration {}
    .pop-up#registration .pop-up-content {
      width: 1157px;
      max-width: 90%;
      height: 90vh;
      margin-top: 25px;
      background-color: #fff;
      overflow: unset;
      padding-left: 1%;
    }
    .pop-up#registration .pop-up-content .content-inner-wrapper {
      width: 100%;
      height: auto;
      max-height: 100%;
      overflow: auto;
      padding-left: 4%;
    }
    .pop-up#registration .x-wrapper {}
    .pop-up#registration .x-wrapper .ws-x-btn {}
    .pop-up#registration .pop-up__title {
      color: #00605B;
      font-size: 50px;
      font-weight: bold;
      letter-spacing: -0.37px;
      line-height: 44px;
      text-align: center;
    }
    .pop-up#registration form {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      margin-top: 40px;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
    }
    .pop-up#registration .inputs-wrapper {
      width: 50%;
    }
    .pop-up#registration .inputs-wrapper.two {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: end;
          -ms-flex-align: end;
              align-items: flex-end;
    }
    .pop-up#registration .inputs-wrapper .input-wrapper {
      position: relative;
      width: 85%;
      width: 93%;
      margin-bottom: 25px;
    }
    .pop-up#registration form .error-response {
      position: absolute;
      top: 1px;
      left: 0;
      font-size: 1rem;
    }
    .pop-up#registration form .termsOfUseAgree .error-response {
      left: -80px
    }

    .pop-up#registration .pop-up-content.thanks-mode {
      width: 540px;
      height: auto;
      padding: 60px 60px 20px;
      -webkit-transition: all .3s ease-in-out;
      transition: all .3s ease-in-out;
    }
    .pop-up#registration .thanks {
      display: none;
      text-align: center;
    }
    .pop-up#registration .thanks .thanks-title {
      margin-bottom: 32px;
      font-size: 46px;
      font-weight: 700;
      color: #00605B;
    }
    .pop-up#registration .thanks .thanks-content {
      color: #4A4A4A;
    }
    .pop-up#registration .thanks .button {
      width: 117px;
      margin: 30px auto 30px;
    }

    .pop-up#registration .pop-up-content.thanks-mode form,
    .pop-up#registration .pop-up-content.thanks-mode .pop-up__title,
    .pop-up#registration .pop-up-content.thanks-mode .submit-wrapper {
      display: none;
    }
    .pop-up#registration .pop-up-content.thanks-mode .thanks {
      display: block;
    }

    .pop-up#registration .checkboxes-container {}
    .pop-up#registration .checkboxes-container .checkbox-wrapper {}
    .pop-up#registration .checkboxes-container .checkbox-wrapper .checkbox-container {
      display: block;
      position: relative;
      padding-right: 30px;
    }
    .pop-up#registration input[type="checkbox"] {
      position: absolute;
      width: 0;
      height: 0;
      opacity: 0;
      cursor: pointer;
  }
    .pop-up#registration .checkbox-container .checkmark {
      position: absolute;
      top: 4px;
      right: 0;
      width: 18px;
      height: 18px;
      border: 1px solid #D1B075;
    }
    .pop-up#registration .checkbox-container.checked .checkmark::after {
      content: "";
      position: absolute;
      top: 2px;
      left: 6px;
      width: 4px;
      height: 9px;
      border: solid #D1B075;
      border-width: 0 1px 1px 0;
      -webkit-transform: rotate(40deg);
      transform: rotate(40deg);
    }
    .pop-up#registration .checkbox-container span {
      color: #4A4A4A;
      font-size: 0.81rem;
      letter-spacing: -0.06px;
      line-height: 17px;
      text-align: right;
    }
    .pop-up#registration .checkbox-container a {
      text-decoration: none;
      color: #000;
      font-weight: bold;
      border-bottom: 1px solid black;
    }
    .pop-up#registration .btn-box { position: relative; }
    .pop-up#registration .btn-box .submit-wrapper {
      margin: 0 0 12px;
	}
	.pop-up#registration .btn-box .submit-wrapper {
		margin: 0 auto 12px;
	}
	.pop-up#registration .btn-box .recaptcha-error.error-response {
		left: 320px;
		color: red;
		white-space: nowrap;
	}
    
    .pop-up#registration .terms-of-use-wrapper {
      width: 100%;
      height: 235px;
      background-color: rgba(118,172,239,0.07);
      position: relative;
      margin: 15px 0 30px;
    }
    .pop-up#registration .terms-of-use-wrapper__title {
      color: #4A4A4A;
      font-size: 1.05rem;
      line-height: 24px;
      text-align: right;
      font-weight: 600;
      padding: 2%;
    }
    .pop-up#registration .terms-of-use-filter {
      background: -webkit-gradient(linear, left top, left bottom, from(rgba(245,249,254,0)), to(#F5F9FE));
      background: linear-gradient(180deg, rgba(245,249,254,0) 0%, #F5F9FE 100%);
      width: 98%;
      height: 40%;
      position: absolute;
      bottom: 0;
    }
    .pop-up#registration .terms-of-use-wrapper__txt-wrapper {
      width: 100%;
      height: 70%;
      max-height: 144px;
      margin: 0 auto;
      overflow: auto;
      padding: 0 3%;
    }
    .pop-up#registration .terms-of-use-wrapper__txt-wrapper .txt {
      color: #4A4A4A;
      font-size: 1.05rem;
      font-weight: 300;
      line-height: 24px;
      text-align: right;
      min-height: 30vh;
    }
    .pop-up#registration ::-webkit-scrollbar {
      width: 8px;
    }

    .pop-up#registration ::-webkit-scrollbar-track {
      /* -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); */
    }

    .pop-up#registration ::-webkit-scrollbar-thumb {
    background-color: darkgrey;
    outline: 1px solid slategrey;
    border-radius: 25px;
    }

    @media (max-width: 767px) {

      .pop-up#registration .pop-up-content ::-webkit-scrollbar {
        width: 0px;
      }

      .pop-up#registration .pop-up-content .terms-of-use-wrapper ::-webkit-scrollbar {
        width: 8px;
      }
      .pop-up#registration .pop-up-content {
        position: fixed;
        margin-top: 9vh;
      }
      .pop-up .pop-up-content .x-wrapper {
        top: -45px;
        right: -5px;
    }
    .pop-up#registration .x-wrapper .ws-x-btn {
      width: 40px;
      height: 40px;
    }
    .pop-up#registration .pop-up__title {
      font-size: 42px;
      font-weight: bold;
      letter-spacing: 0.24px;
      line-height: 33px;
    }
    .pop-up#registration .inputs-wrapper {
      width: 100%;
   }
  .pop-up#registration .inputs-wrapper.two {
    display: unset;
   }
   .pop-up#registration .terms-of-use-wrapper__title {
    font-family: SimplerPro;
    font-size: 1.25rem;
    line-height: 24px;
    margin-right: 10px;
   }
   .pop-up#registration .terms-of-use-wrapper__txt-wrapper .txt {
    font-size: 1.25rem;
    line-height: 27px;
   }
   .pop-up#registration .terms-of-use-wrapper__txt-wrapper {
    height: 78%;
    max-height: unset;
	padding-bottom: 50px;
   }
   .pop-up#registration .checkbox-container .checkmark {
    width: 25px;
    height: 25px;
   }
   .pop-up#registration .checkbox-container.checked .checkmark::after {
    top: 2px;
    left: 9px;
    width: 6px;
    height: 13px;
   }
   .pop-up#registration .checkboxes-container .checkbox-wrapper .checkbox-container {
    margin-bottom: 20px;
   }
   .pop-up#registration .checkbox-container span {
    font-size: 0.875rem;
   }
   .pop-up#registration .btn-box {
    margin: 0 auto;
   }
    .pop-up#registration form .termsOfUseAgree .error-response {
      left: 0;
      top: auto;
      bottom: 0;
    }

    ::-webkit-scrollbar-thumb {
      border-radius: 10px;
      -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);
      border: none;
      outline: none;
    }
}

/* #___________strip-contact-form___________# */
/* section.contact */
section.contact {
  width: 100%;
  height: 776px;
}
#content.contact section.contact.hero {
  padding-bottom: 50px;
}
.contact__form-wrapper {}
.contact__title {
  color: #fff;
  font-family: 'Poppins', 'SimplerPro';
  font-size: 42.15px;
  font-weight: bold;
  letter-spacing: 2.57px;
  line-height: 54px;
  text-align: center;
  text-transform: uppercase;
}
.contact_rosario-form {
  width: 671px;
  height: 300px;
  margin: 55px auto;
  position: relative;
}
.contact_rosario-form .inputs-wrapper {
  width: 706px;
  /* opacity: 0; */
}
.contact_rosario-form .input-wrapper {
  width: 44.5%;
  float: right;
  margin-left: 5.5%;
  margin-bottom: 22px;
  position: relative;
}

.contact_rosario-form input[type="text"],
.contact_rosario-form input[type="email"],
.contact_rosario-form input[type="tel"],
.contact_rosario-form input[type="password"],
.contact_rosario-form textarea {
  background-color: transparent;
  color: #FFF;
  border-bottom: 1px solid #FFF;
  padding-bottom: 15px;
  padding-right: 0;
  width: 100%;
}
.contact_rosario-form input[type="submit"] {
  width: 100%;
  height: 100%;
  text-align: center;
  background-color: transparent;
  color: #FFF;
}
::-webkit-input-placeholder {
  color: #FFF;
}
.contact_rosario-form textarea {
  width: 671px;
  max-width: 671px;
  height: 101px;
  max-height: 101px;
  background-color: rgba(255, 255, 255, 0.36);
  color: #fff;
  margin-top: 20px;
  border: none;
}
.contact_rosario-form .error-response {
  color: #ff1414;
  position: absolute;
  bottom: -30px;
}
.error {
  color: #FF0000;
}
.contact_rosario-form label {
	color: #fff;
	opacity: 0;
	transition: all .3s;
}
.contact_rosario-form label.show,
.contact_rosario-form label[for="msg"]{
	opacity: 1;
}
.contact_rosario-form .submit-wrapper {
  position: relative;
  z-index: 2;
  width: 129px;
  height: 50px;
  margin: 52px auto 0;
}
section.contact .thanks-wrapper {
  position: absolute;
  width: 100%;
  height: 106%;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: none;
}
section.contact .thanks-wrapper__filter {
  width: 100%;
  height: 100%;
  opacity: 0.4;
  position: absolute;
  top: 0;
  opacity: 0.36;
  background-color: #fff;
}
section.contact .thanks-wrapper .thanks-wrapper__title {
  font-size: 33px;
  color: #fff;
  font-weight: 600;
  letter-spacing: 1.5px;
  margin-bottom: 8px;
}
section.contact .thanks-wrapper .thanks-wrapper__sub-title {
  color: #fff;
  font-size: 1.25rem;
  font-weight: 300;
  letter-spacing: 0.1px;
  line-height: 32px;
  text-align: center;
  margin-bottom: 30px;
}
section.contact .thanks-wrapper .button {
  width: 205px;
}


@media (max-width: 767px) {

  section.contact {
    height: 783px;
    margin-top: 55px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .contact__form-wrapper {
    height: 100%;
    margin-top: 60px;
  }
  .contact__title {
    font-size: 36px;
    letter-spacing: 2.2px;
    line-height: 40px;
  }
  .contact_rosario-form {
    width: 85%;
    height: 55%;
  }
  .contact_rosario-form .inputs-wrapper {
    width: 100%;
  }
  .contact_rosario-form .input-wrapper {
    float: none;
    width: 100%;
    margin-left: 0;
    margin-bottom: 30px;
  }
  .contact_rosario-form textarea {
    height: 101px;
    width: 100%;
    margin: 20px auto;
    display: block;
  }
  .contact_rosario-form .submit-wrapper {
    margin: 30px auto 0;
  }
}

/* ----------------------------------------- */

/* section.contact-detalis */
section.contact-detalis {
  width: 100%;
  height: 500px;
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(33.47%, #F7F9FB), to(#EAF1F4));
  background: linear-gradient(180deg, #fff 0%, #F7F9FB 33.47%, #EAF1F4 100%);
}
section.contact-detalis .contact-detalis__wrapper {
  height: 346px;
  width: 82.5vw;
  background-color: #fff;
  -webkit-box-shadow: 20px 19px 20px 0 rgba(0,0,0,0.05);
          box-shadow: 20px 19px 20px 0 rgba(0,0,0,0.05);
  margin: -80px auto;
  position: relative;
}
section.contact-detalis .contact-detalis__title {
  font-size: 2.2rem;
  letter-spacing: 1.6px;
  line-height: 36px;
  text-align: center;
  color: #003531;
  font-weight: 500;
  padding: 3%;
}
section.contact-detalis .contact-detalis__links-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 177px;
}
.contact-detalis__links-wrapper .link-wrapper {
  width: 32%;
  height: 100%;
  padding: 12px 5%;
  font-size: 1.19rem;
  border-left: 1px solid rgba(151, 151, 151, 0.3);
}
.contact-detalis__links-wrapper .link-wrapper:last-child {
  border: none;
}
.contact-detalis__links-wrapper .title {
  color: #D1B075;
  font-size: 1rem;
  font-weight: bold;
  line-height: 27px;
  text-align: center;
  margin-bottom: 10px;
}
.contact-detalis__links-wrapper .link {
  text-align: center;
  color: #4A4A4A;
}
@media (min-width: 769px) {
	.contact-detalis__links-wrapper .link.tel-link {
		cursor: default;
	}
}

@media (max-width: 767px) {

  section.contact-detalis {
    height: auto;
    padding-bottom: 100px;
  }
  section.contact-detalis .contact-detalis__wrapper {
    width: 88%;
    height: 608px;
    padding-top: 40px;
  }
  section.contact-detalis .contact-detalis__title {
    font-size: 24px;
    letter-spacing: 1.1px;
    line-height: 36px;
  }
  section.contact-detalis .contact-detalis__links-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: auto;
  }
  .contact-detalis__links-wrapper .link-wrapper {
    width: 100%;
    height: auto;
    border-left: none;
    position: relative;
    padding: 25px 35px;
    font-size: 1.125rem;
  }
  .contact-detalis__links-wrapper .link-wrapper::after {
    content: '';
    position: absolute;
    height: 1px;
    width: 60px;
    border-bottom: 1px solid #979797;
    opacity: 0.25;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .contact-detalis__links-wrapper .link-wrapper:first-child::after {
    border: none;
  }
  .contact-detalis__links-wrapper .link-wrapper .link.email {
    position: relative;
    margin-top: 35px;
  }
  .contact-detalis__links-wrapper .link-wrapper .link.email::before {
    content: 'או';
    font-size: 1.25rem;
    font-weight: 300;
    line-height: 27px;
    text-align: center;
    color: #D1B075;
    position: absolute;
    top: -18px;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }

}
/* ------------------------------------------------------------------------ */

.read-more-btn {
display: none;
}
@media (max-width: 767px) {
  .read-more-btn {
    color: #00605B;
    font-weight: 800;
    letter-spacing: 0.8px;
    border-bottom: 1px solid #00605B;
    padding-bottom: 3px;
    /* margin: 5px 0 17px; */
  }
}
/* section.services-content */
section.services-content {
  background-color: #EBF2F5;
  padding: 13% 0 4%;
}
.services-content__content-box {
  width: 43%;
  margin-bottom: 26px;
  margin-top: 100px;
  opacity: 0;
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}
.services-content__content-box.anim {
  margin-top: 0px;
  opacity: 1;
}
.services-content__title {
  color: #003531;
  font-size: 54px;
  font-weight: bold;
  letter-spacing: -0.4px;
  line-height: 42px;
  text-align: center;
  margin-bottom: 25px;
}
.services-content__desc {
  text-align: center;
  padding: 0 5%;
}
.services-content__sub-title {
  color: #4A4A4A;
  font-size: 1.44rem;
  font-weight: bold;
  line-height: 27px;
  margin-top: 30px;
  text-align: center;
}
.services-content__items-wrapper {
  -webkit-transform: translateX(-14px);
          transform: translateX(-14px);
}
.services-content__item {
  min-height: 359px;
  padding: 3.5% 3.5%;
  height: auto;
  width: 573px;
  background-color: #fff;
  -webkit-box-shadow: 0 25px 37px 0 rgba(177,202,212,0.48);
          box-shadow: 0 25px 37px 0 rgba(177,202,212,0.48);
  position: relative;
  float: right;
  margin-bottom: 20px;
  margin-left: 20px;
  margin-top: 100px;
  opacity: 0;
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}
.services-content__item.anim {
  margin-top: 0;
  opacity: 1;
}
.services-content__item .pic-wrapper {
  margin: 0 auto;
  width: 100px;
  height: 84px;
  margin-bottom: 30px;
}
.services-content__item .pic-wrapper>img {}
.services-content__item .title {
  font-size: 1.44rem;
  letter-spacing: -0.27px;
  line-height: 0.96;
  text-align: center;
  font-weight: 400;
  margin-bottom: 10px;
}
.services-content__item .desc {
  font-size: 1rem;
  line-height: 24px;
	text-align: center;
	height: auto !important;
}

@media (max-width: 1023px) {
  #content.services-fortune .services-content__item,
	#content.services-products .services-content__item {
		width: 47%;
  }
}

@media (max-width: 767px) {
  .services-content__items-wrapper {
    -webkit-transform: unset;
            transform: unset;
  }
  #content.services-fortune .services-content__item,
	#content.services-products .services-content__item {
    width: 90%;
    margin-left: 0;
    padding: 40px 9% 60px;
    float: none;
    margin: 20px auto;
    min-height: unset;
    height: auto !important;
  }
  .services-content__content-box {
    width: 100%;
	padding: 0 5%;
  }
  .services-content__title {
    font-size: 36px;
    font-weight: bold;
    letter-spacing: -0.27px;
  }
  #content.services-fortune .services-content__item {
    width: 90%;
    min-height: unset;
    height: auto;
    margin-left: 0;
    margin: 0 auto 20px;
    float: none;
    padding: 12% 9% 16%;
    position: relative;
  }
  .services-content__item .read-more-btn {
    font-weight: 800;
    position: absolute;
    color: #000;
    border-color: #000;
    right: 50%;
	-webkit-transform: translateX(50%);
	transform: translateX(50%);
    bottom: 20px;
  }
}
/* -------------------------------------------- */


/* section.ceo-wrapper */
section.ceo-wrapper {
  height: 519px;
  width: 100%;
  background-color: #D7E0E4;
  margin-top: -40px;
}
section.ceo-wrapper .ceo-content-wrapper {
  padding: 7% 3%;
}
section.ceo-wrapper .pic-wrapper {
  height: 470px;
  width: 403px;
  float: right;
  -webkit-box-shadow: 0 40px 50px -28px #000;
          box-shadow: 0 40px 50px -28px #000;
}
section.ceo-wrapper .pic-wrapper>img {}
section.ceo-wrapper .pic-wrapper>.ceo__filter {
  position: absolute;
  width: 100%;
  height: 100%;

}
section.ceo-wrapper .txt-box {
  float: left;
  width: 53%;
}
section.ceo-wrapper .ceo__title {
  color: #00605B;
  font-size: 36px;
  letter-spacing: 0;
  line-height: 38px;
  text-align: right;
  font-weight: 600;
}
section.ceo-wrapper .ceo__sub-title {
  color: #00605B;
  font-size: 25px;
  letter-spacing: 0px;
  line-height: 38px;
  text-align: right;
  font-weight: 400;
}
section.ceo-wrapper .ceo__desc {
  color: #003531;
  margin-bottom: 10px;
  margin-top: 10px;
}
section.ceo-wrapper>p {
  color: #003531;
  margin-bottom: 10px;
  margin-top: 10px;
}

@media (max-width: 1023px) {
	section.ceo-wrapper {
		height: auto;
	}
	section.ceo-wrapper .ceo-content-wrapper {
		padding: 7% 3% 10%;
	}
	section.ceo-wrapper .pic-wrapper {
		float: none;
		height: 320px;
		width: 276px;
		margin: 20px auto 0;
	}
	section.ceo-wrapper .txt-box {
		position: relative;
		float: none;
		width: 100%;
		padding-top: 5%;
	}
	.services-content__content-box {
		width: auto;
	}

	section.fortune-slider {
		padding-left: 0;
	}
	section.fortune-slider .fortune-slider__btn-wrapper {
		width: 20%;
	}
}
@media (max-width: 767px) {

  section.ceo-wrapper {
    height: auto;
  }

  section.ceo-wrapper .pic-wrapper {
    height: 273px;
    width: 236px;
	margin: 0 auto;
  }
  section.ceo-wrapper .txt-box {
    padding: 12% 5% 0px;
  }
  section.ceo-wrapper .ceo__desc {
	position: relative;
	margin-bottom: 20px;
  }
  section.ceo-wrapper .read-more-btn {
    display: inline-block;
    bottom: -40px;
    font-weight: 800;
    position: absolute;
    color: #00605B;
    border-color: #00605B;
  }
  section.ceo-wrapper .read-more-btn.open {
    bottom: -25px;
  }
}
/* --------------------------------------------- */

/* section.tab-wrapper */
section.tab-wrapper {
  height: 80px;
  width: 777px;
  background-color: #fff;
  -webkit-box-shadow: 0 2px 20px 0 rgba(0,0,0,0.5);
          box-shadow: 0 2px 20px 0 rgba(0,0,0,0.5);
  margin-top: -40px;
  z-index: 2;
  padding: 25px 0;
}
section.tab-wrapper .ul-wrapper {
  position: relative;
}
section.tab-wrapper .ul-wrapper .ul-dropdown {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
section.tab-wrapper .ul-wrapper .ws-arrow {
  display: none;
  position: absolute;
}
section.tab-wrapper .ul-wrapper .mobile-title {
  font-size: 0.875rem;
  display: none;
}
section.tab-wrapper .ul-wrapper .selecteted-item {
  font-size: 1.44rem;
  font-weight: bold;
  line-height: 27px;
  text-align: right;
}
section.tab-wrapper .ul-dropdown .t-btn {
  width: 33.3%;
  padding: 0% 6%;
  text-align: center;
  border-right: 1px solid #979797;
}
section.tab-wrapper .ul-dropdown .t-btn:first-child {
  border: none;
}
section.tab-wrapper .tab-title {
  font-size: 1.44rem;
  color: #000;
  text-decoration: none;
  text-align: center;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
section.tab-wrapper .tab-title.en {
  font-size: 1.25rem;
  text-transform: uppercase;
}

section.tab-wrapper .ul-dropdown .t-btn.active .tab-title {
  font-size: 1.44rem;
  font-weight: bold;
}
section.tab-wrapper .tab-title:hover {
  color: #062725;
}
/* --------------------- */

@media (max-width: 1023px) {

  section.tab-wrapper {
    margin-top: 0;
    width: 100%;
    padding: 0;
  }
  section.tab-wrapper .ul-dropdown .t-btn {
    width: auto;
    padding: 5% 1%;
    text-align: right;
    /* border-bottom: 1px solid #979797; */
    border-top: 1px solid #979797;
    border-right: none;
  }
  section.tab-wrapper .ul-dropdown .t-btn:first-child {
    /* border-bottom: 1px solid #979797; */
    border-top: 1px solid #979797;
  }
    section.tab-wrapper .ul-wrapper .t-btn.active {
    display: none;
  }
  section.tab-wrapper .ul-wrapper .ul-dropdown {
    display: block;
    background-color: #fff;
    width: 100%;
    padding: 3% 9%;
  }
  section.tab-wrapper .ul-wrapper .selecteted-item {
    padding: 3% 10%;
  }
  section.tab-wrapper .ul-wrapper .ws-arrow {
    display: inline;
    left: 33px;
    -webkit-transform: rotate(135deg);
            transform: rotate(135deg);
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
  }
  section.tab-wrapper .ul-wrapper .ws-arrow.open {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  section.tab-wrapper .ul-wrapper .ws-arrow::before {
    border-right: 1px solid #000;
    border-top: 1px solid #000;
    -webkit-transform: unset;
            transform: unset;
  }
  section.tab-wrapper .ul-wrapper .mobile-title {
    display: block;
    padding: 3% 10% 0;
  }
}
/* ------------------------------------------- */


/* section.hero */
section.hero {
  position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
section.hero .content-wrapper {
  margin-top: 100px;
  opacity:0;
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}
section.hero .content-wrapper.anim {
  margin-top: 0;
  opacity: 1;
}
/* -------------------------------- */
/* Buttons */
.button,
.login-submit {
  height: 50px;
  width: 220px;
  color: #fff;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.125rem;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  position: relative;
  bottom: 0px;
}

.button.button-gold,
.login-submit {
  background-color: #D1B075;
  -webkit-box-shadow: 0 10px 27px -9px rgba(209,175,117,0.6);
   box-shadow: 0 10px 27px -9px rgba(209,175,117,0.6);

}
.button.button-gold:hover {
  -webkit-box-shadow: 0 25px 27px -9px rgba(209,175,117,0.6);
   box-shadow: 0 25px 27px -9px rgba(209,175,117,0.6);
    bottom: 5px;
}
.button.button-green {
  background-color: #09857B;
  -webkit-box-shadow: 0 10px 27px -9px rgba(0,108,86,0.6);
  box-shadow: 0 10px 27px -9px rgba(0,108,86,0.6);
}
.button.button-green:hover {
  -webkit-box-shadow: 0 25px 27px -9px rgba(0,108,86,0.6);
  box-shadow: 0 25px 27px -9px rgba(0,108,86,0.6);
  bottom: 5px;
}
.button.button-dark-green {
  background-color: #003531;
}
.button.button-dark-green.small{
  height: 40px;
  width: 181px;
  font-size: 0.95rem;
  -webkit-box-shadow: 0 15px 27px -9px rgba(0,53,49,0.6);
   box-shadow: 0 15px 27px -9px rgba(0,53,49,0.6);
}
.button.button-dark-green.small:hover {
  -webkit-box-shadow: 0 25px 27px -9px rgba(0,53,49,0.6);
  box-shadow: 0 25px 27px -9px rgba(0,53,49,0.6);
  bottom: 5px;
}

/*.wah_fstype_script .button,
.wah_fstype_script .login-submit {
	height: auto;
	min-height: 50px;
}
.wah_fstype_script .button.button-dark-green.small {
	height: auto;
	width: auto;
}
.wah_fstype_script .homepage section.consult .consult-wrapper .pic-column .pic-wrapper {
	display: none;
}*/
/* ------------------- */



/* section.contact-lead */
section.contact-lead {
  height: auto;
  padding: 7vh 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.contact-lead-content-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 48%;
  text-align: center;
}
section.contact-lead .content {
  margin: 10px 0 32px 0;
}

@media (max-width: 1023px) {
  .contact-lead-content-wrapper {
    width: 80%;
  }
}
/* ------------------------------------ */

/* section.rosario-way */
section.rosario-way {
  width: 100%;
  padding: 8% 11% 0 11%;
}
section.rosario-way .rosario-way-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: -15%;
}
section.rosario-way .title-wrapper {
  position: relative;
  top: 15%;
}
section.rosario-way .title-wrapper .en-title {
  text-align: right;
}
section.rosario-way .subtitle {
  color: #003531;
  font-size: 24.5px;
  letter-spacing: -0.11px;
  line-height: 36px;
  text-align: right;
}

section.rosario-way .content-wrapper {
  width: 50%;
  height: 100%;
  margin-top: 14vh;
}
@media screen and (max-width:1600px){
	section.rosario-way .content-wrapper {
		margin-top: 10vh;
	}
}
section.rosario-way .content-wrapper .item {
  cursor: pointer;
  position: relative;
  margin-bottom: 30px;
}
section.rosario-way .content-wrapper .item .number {
  display: inline-block;
  vertical-align: middle;
  width: 36px;
  height: 36px;
  border: 1px solid #003531;
    color: #003531;
    font-family: 'Poppins', 'SimplerPro';
    font-size: 0.875rem;
    font-weight: bold;
    letter-spacing: 0.85px;
    line-height: 36px;
    text-align: center;
    border-radius: 50%;
    margin-left: 10px;
}
section.rosario-way .content-wrapper .item.none-active .number {
  height: 24.5px;
  width: 24.5px;
  border: 0.7px solid #003531;
  color: #003531;
  font-family: 'Poppins', 'SimplerPro';
  font-size: 9.8px;
  font-weight: bold;
  letter-spacing: 0.6px;
  line-height: 24px;
  text-align: center;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
section.rosario-way .content-wrapper .item.active .number {
  height: 35px;
  width: 35px;
  border: 1px solid #003531;
  background-color: #003531;
  color: #fff;
  font-family: 'Poppins', 'SimplerPro';
  font-size: 0.875rem;
  font-weight: bold;
  letter-spacing: 0.85px;
  line-height: 35px;
  text-align: center;
}

section.rosario-way .content-wrapper .item.item-2 .number {
  border: 1px solid #D1B075;
  color: #D1B075;
}
section.rosario-way .content-wrapper .item.item-2.none-active .number {
  border: 0.7px solid #D1B075;
  color: #D1B075;
}
section.rosario-way .content-wrapper .item.active.item-2 .number {
  border: 1px solid #D1B075;
  background-color: #D1B075;
  color: #fff;
}

section.rosario-way .content-wrapper .item.item-3 .number {
  border: 1px solid #BECACA;
  color: #BECACA;
}
section.rosario-way .content-wrapper .item.item-3.none-active .number {
  border: 0.7px solid #BECACA;
  color: #BECACA;
}
section.rosario-way .content-wrapper .item.active.item-3 .number {
  border: 1px solid #BECACA;
  background-color: #BECACA;
  color: #fff;
}


section.rosario-way .content-wrapper .item.none-active  .subtitle {
  font-size: 19.5px;
}
section.rosario-way .content-wrapper .item .subtitle::after {
  content: "";
  width: 113%;
  border-bottom: 1px solid #003531;
  position: absolute;
  top: 31px;
  margin-right: 13px;
  z-index: 2;
  opacity: 0.3;
  transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
}
section.rosario-way .content-wrapper .item.active .subtitle::after {
  opacity: 1;
  width: 107%;
}
section.rosario-way .content-wrapper .item.item-2 .subtitle {
  color: #D1B075;
}
section.rosario-way .content-wrapper .item.item-2 .subtitle::after {
  border-bottom: 1px solid #D1B075;
  width: 83%;
}
section.rosario-way .content-wrapper .item.item-3 .subtitle {
  color: #BECACA;
}
section.rosario-way .content-wrapper .item.item-3 .subtitle::after {
  border-bottom: 1px solid #BECACA;
  z-index: 0;
}
section.rosario-way .content-wrapper .desc-wrapper {
  color: #9BA2A2;
}
section.rosario-way .content-wrapper .ws-arrow {
  top: 0;
  left: 0;
  position: absolute;
  display: none;
}
section.rosario-way .content-wrapper .ws-arrow::before {
  border-color: #000;
  content: "";
  cursor: pointer;
  display: inline-block;
  position: relative;
  width: .5em;
  height: .5em;
  border-right: 1px solid ;
  border-top: 1px solid ;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

section.rosario-way .pic-section {
  width: 50%;
  height: 535px;
  min-height: 522px;
  margin-bottom: 5%;
}
section.rosario-way .pic-section .img-wrapper {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
section.rosario-way .pic-section .bg {
  width: 85%;
  z-index: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
section.rosario-way .pic-section .inner-ring {
  width: 82%;
  z-index: 2;
  position: absolute;
  -webkit-filter: brightness(0);
          filter: brightness(0);
  transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
section.rosario-way .pic-section .inner-ring.active {
  -webkit-filter: brightness(1);
          filter: brightness(1);
}
section.rosario-way .pic-section .poligon {
  width: 70%;
  z-index: 3;
  opacity: .2;
  position: absolute;
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  -webkit-transform: scale(.9) translate(-56%, -55%) ;
          transform: scale(.9) translate(-56%, -55%) ;
  top: 50%;
  left: 50%;

}
section.rosario-way .pic-section .poligon.active {
  z-index: 5;
  opacity: 1;
  -webkit-transform:scale(.9) translate(-56%, -55%) rotate(50deg);
          transform:scale(.9) translate(-56%, -55%) rotate(50deg);
}
section.rosario-way .pic-section .core {
  width: 50%;
  z-index: 4;
  position: absolute;
  opacity: .1;
  -webkit-transform: scale(.9) translate(-56%, -55%);
          transform: scale(.9) translate(-56%, -55%);
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  top: 50%;
  left: 50%;

}
section.rosario-way .pic-section .core.active {
  opacity: 1;
  -webkit-transform:scale(.9) translate(-56%, -55%) rotate(50deg);
          transform:scale(.9) translate(-56%, -55%) rotate(50deg);
}

@media (max-width: 767px) {
  section.hero,
  section.hero#blog-lobby,
  section.hero#homepage {
    background-attachment: scroll !important;
  }
  section.rosario-way {
    height: auto;
    margin: 4% 0 0;
    padding: 8% 7% 0 7%;
  }
	#content.about section.rosario-way {
		margin-top: 7%;
	}
  section.rosario-way .title-wrapper,
  #content.about section.rosario-way .title-wrapper {
    top: 0;
  }
  section.rosario-way .title-wrapper .en-title {
    text-align: center;
    max-width: unset;
  }
  section.rosario-way .title-wrapper .subtitle {
    text-align: center;
    font-weight: 400;
  }
  section.rosario-way .rosario-way-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  section.rosario-way .pic-section {
    width: 87%;
    height: 260px;
    min-height: unset;
    margin-bottom: 0;
    margin-top: 17%;
  }
  section.rosario-way .content-wrapper {
    width: 100%;
    margin-top: 0;
    height: auto;
  }
  section.rosario-way .content-wrapper .item.item-1 {
    border-bottom: 1px solid #003531;
    padding-bottom: 10px;
  }
  section.rosario-way .content-wrapper .item.item-2 {
    border-bottom: 1px solid #D1B075;
    padding-bottom: 10px;
  }
  section.rosario-way .content-wrapper .item.item-3 {
    border-bottom: 1px solid #BECACA;
    padding-bottom: 10px;
  }
  section.rosario-way .content-wrapper .item .subtitle::after {
    display: none;
  }
  section.rosario-way .content-wrapper .item .ws-arrow {
    display: unset;
    opacity: .4;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
  }
  section.rosario-way .content-wrapper .item.active .ws-arrow {
    opacity: 1;
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
  }

  section.rosario-way .content-wrapper .item.active .number,
  section.rosario-way .content-wrapper .item.none-active .number {
    width: 36px;
    height: 36px;
    font-size: 0.875rem;
    line-height: 36px;
	}
	section.rosario-way .content-wrapper .item .subtitle,
	section.rosario-way .content-wrapper .item.none-active .subtitle {
		font-size: 24px;
	}

}
/* --------------------------------------------------- */

/* ______________section.hero.type-3______________ */
section.hero.type-3 {
  width: 100%;
  /* height: 641px; */
  height: 600px;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
section.hero.type-3 .content-wrapper {
  z-index: 2;
  width: 45%;
  max-width: 660px;
  text-align: center;
  margin-top: 100px;
  opacity: 0;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
section.hero.type-3 .content-wrapper.anim {
  margin-top: 0;
  opacity: 1;
}
section.hero.type-3 .content-wrapper .hero-title {
  color: #fff;
  font-family: 'Poppins', 'SimplerPro';
  font-size: 60px;
  font-weight: bold;
  letter-spacing: 2.32px;
  line-height: 65px;
  text-align: center;
  text-shadow: 0 0 95px rgba(0,0,0,0.78);
  text-transform: uppercase;
}
section.hero.type-3 .content-wrapper .hero-desc {
  color: #fff;
}
section.hero.type-3 .content-wrapper .read-more-btn {
  display: none;
}

@media (max-width: 767px) {
  section.hero.type-3 {
    margin-top: 53px;
    height: auto;
    min-height: 375px;
  }
  section.hero.type-3 .content-wrapper {
    width: 100%;
    padding: 9%;
  }
  section.hero.type-3 .content-wrapper .hero-title {
    font-size: 40px;
    letter-spacing: 0.12px;
    line-height: 45px;
  }
  section.hero.type-3 .content-wrapper .desc-box {
    height: 45px;
    overflow: hidden;
    -webkit-transition: height 0.4s ease-in-out 0s;
    transition: height 0.4s ease-in-out 0s;
  }
  section.hero.type-3 .content-wrapper .hero-desc {
    letter-spacing: 0.5px;
  }
  section.hero.type-3 .content-wrapper .read-more-btn {
    color: #fff;
    font-weight: 800;
    letter-spacing: 0.8px;
    border-bottom: 1px solid #fff;
    padding-bottom: 3px;
    margin: 5px 0 17px;
  }

  section.selector-wrapper .select-wrapper #selector.select-css{
    width: 200px;
    max-width: 140px;
    left: -32px;
  }
  .transactions {
    position: relative;
  }
  .transactions section.selector-wrapper .select-wrapper{
    position: unset;
  }
  .transactions section.selector-wrapper .select-wrapper #selector.select-css {
    width: 200px;
    max-width: 154px;
    left: 0;
    top: 70px;
}
.transactions section.selector-wrapper .select-wrapper .rosario-arrow {
  top: 18px;
  left: 30px;
}

}
/* ----------------------------------------------- */

/* #### Header #### */
#header {
  position: fixed;
  top: 0;
  z-index: 100;
  display: flex;
  background: transparent;
  background-color: #003531;
  color: #fff;
  width: 100%;
  transition: all .1s ease-in-out;
  -webkit-transition: all .1s ease-in-out;
  -moz-transition: all .1s ease-in-out;
  -o-transition: all .1s ease-in-out;
}
body.page-template-page-research-lobby #header {
  background-color: #fff;
}
body.page-template-page-research-lobby #header.active {
  background-color: #003531;
}
body.admin-bar #header {
  top: 32px;
}
#header.active {
  background-color: #003531;
}
#header.active-important {
  background-color: #003531;
}
#header .logo {
  /*float: right;*/
  height: 59px;
  width: 188px;
  margin-right: 50px;
}
#header .menu-container {
  	/*float: left;*/
 	display: flex; 
 	width: 70%;
 	margin-right: 20%;
  	padding: 18px 18px 0px 18px;
}
#header .menu-container #menu-main-menu {
	  display: flex;
	  width: 100%;
	justify-content: space-between;
	color: #fff;
  	font-family: 'SimplerPro', sans-serif;
  	font-size: 0.875rem;
  	line-height: 1.2;
}
body.page-template-page-research-lobby #header .menu-container #menu-main-menu {
  color: #003531;
}
body.page-template-page-research-lobby #header.active .menu-container #menu-main-menu {
  color: #fff;
}
#header .menu-container #menu-main-menu > li {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	/*margin-left: -38px;*/
  /* opacity: .6; */
  transition: all .2s ease-in-out;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  /*width: 152px;*/
  height: 38px;
  text-align: center;
}
#header .menu-container #menu-main-menu > li:hover,
#header .menu-container #menu-main-menu > li:focus{
  opacity: 1;
}
#header.active .menu-container #menu-main-menu > li {
  opacity: 1;
}
#header .menu-container #menu-main-menu ul {
  	position: absolute;
  	background-color: #fff;
  	width: 152px;
  	top: 35px;
  	padding: 20px 20px 20px 0;
  	text-align: right;
  	color: #000;
  	-webkit-box-shadow: 8px 12px 26px 0 rgba(0,53,49,0.06);
  	box-shadow: 8px 12px 26px 0 rgba(0,53,49,0.06);
  	z-index: 2;
}
#header .menu-container #menu-main-menu [aria-expanded="false"] .sub-menu,
#header.hide-sub .sub-menu {
	display: none;
}
#header.active .menu-container #menu-main-menu ul {
  background-color: #003531;
  color: #fff
}
#header .menu-container #menu-main-menu ul li {
  padding: 5px;
}
#header .menu-container .menu-bg {
	position: fixed;
	top: 74px;
	left: 0;
	right: 0;
	z-index: -1;
	padding-top: 52px;
	-webkit-box-sizing: content-box;
	        box-sizing: content-box;
	background: rgba(245,230,221,0.9);
	opacity: 0;
}

#header .menu-container li a {
	position: relative;
	color: inherit;
	text-decoration: none;
	display: block;
}
#header .menu-container li.menu-item-has-children > a:focus + .sub-menu,
#header .menu-container li.menu-item-has-children a:focus {
	display: block !important;
}
#header .menu-container li a:focus {
	background-color: #f3f57c;
}

.wah_keyboard_access a:focus .button {
	background-color: #f3f57c !important;
	color: #000 !important;
}
.wah_keyboard_access .homepage section.consult .consult-wrapper .links-column .item .pic-wrapper:focus {
	border: 2px solid #f3f57c;
}

body.no-touch #header .menu-container li:hover > a {
	font-weight: 800 !important;
}
body.no-touch  #header .menu-container li:hover > a:after {
	width: 100%;
}

#header .menu-container.show-submenus #menu-main-menu li ul {
	position: absolute;
	z-index: 2;
	display: block;
	width: 100%;
	-webkit-box-sizing: content-box;
	        box-sizing: content-box;
}
#header .menu-container.show-submenus #menu-main-menu li ul li + li {
	margin-top: 20px;
}

@media (min-width: 1025px){
	#header .menu-container #menu-main-menu li:hover .sub-menu,
	#header .menu-container #menu-main-menu li a:focus + .sub-menu {
		display: block;
	}
}

#header .menu-container .search-toggler {
  display: inline-block;
  width: 24px;
  margin: 0 30px;
}
#header .menu-container .search-toggler img {
	width: 100%;
}
#header .search-wrapper {
  display: none;
  position: fixed;
  top: 58px;
  width: 100%;
  /* height: 36vh; */
  height: 295px;
  background-color: #003531;
  padding: 9%;
}
#header .search-wrapper::after {
  content: '';
  width: 100%;
  height: 100vw;
  position: absolute;
  background: rgba(0, 0, 0, 0.6);
  top: 295px;
  right: 0;
}
#header .search-wrapper .wrapper {
	/* float: right;
	width: 100%;
	max-width: 1080px; */
}
#header .search-wrapper .search-icon {
  position: absolute;
  right: -50px;
  top: 9px;
}
#header .search-wrapper .search-icon img {
  width: 42px;
}
#header .search-wrapper .search-form {
  position: relative;
  width: 74%;
  margin: 0 auto;
}
#header .search-wrapper .search-form input[type="text"] {
    vertical-align: top;
    background: transparent;
    width: 100%;
    height: 50px;
    border-bottom: 1px solid #979797;
    color: #fff;
    display: block;
}
#header .search-wrapper .search-form ::-webkit-input-placeholder {
  opacity: 0.31;
  color: #8D8D8D;
  font-size: 2.3rem;
  line-height: 45px;
  text-align: right;
}
#header .search-wrapper .search-form :-ms-input-placeholder {
  opacity: 0.31;
  color: #8D8D8D;
  font-size: 2.3rem;
  line-height: 45px;
  text-align: right;
}
#header .search-wrapper .search-form ::-ms-input-placeholder {
  opacity: 0.31;
  color: #8D8D8D;
  font-size: 2.3rem;
  line-height: 45px;
  text-align: right;
}
#header .search-wrapper .search-form ::placeholder {
  opacity: 0.31;
  color: #8D8D8D;
  font-size: 2.3rem;
  line-height: 45px;
  text-align: right;
}
#header .search-wrapper ::-webkit-input-placeholder { /* Edge */
	color: rgba(0,0,0,.2);
	font-size: 0.81rem;
}
#header .search-wrapper :-ms-input-placeholder { /* IE 10-11 */
	color: rgba(0,0,0,.2);
	font-size: 0.81rem;
}
#header .search-wrapper ::-ms-input-placeholder {
	color: rgba(0,0,0,.2);
	font-size: 0.81rem;
}
#header .search-wrapper ::placeholder {
	color: rgba(0,0,0,.2);
	font-size: 0.81rem;
}

#header .search-wrapper .search-form input[type="submit"] {
  opacity: 0;
  color: #fff;
  width: 35px;
  height: 35px;
  position: absolute;
  z-index: 2;
  top: 8px;
  left: -46px;
}
#header .arrow {
  width: 33px;
  height: 33px;
  border: solid 1px #fff;
  border-radius: 25px;
  position: relative;
  float: left;
  top: -42px;
  left: -46px;
}
#header .arrow::before {
  content: '';
  position: absolute;
  width: 9px;
  height: 9px;
  border-left: solid 1px #fff;
  border-bottom: solid 1px #fff;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-29%, -50%) rotate(45deg);
          transform: translate(-29%, -50%) rotate(45deg);
}
#header .search-wrapper .search-form.show input[type="submit"] {
	opacity: 1;
}
#header .search-wrapper .ws-x-btn {
	border: none;
	position: absolute;
	top: 0;
	margin-top: -10px;
	right: 0;
}

#header.show-search > .search-wrapper {
	display: block;
}

#header .menu-container .header-btn {
	display: inline-block;
	min-width: 0;
	margin-left: 25px;
	padding: 5.5px 9px;
	font-size: 0.81rem;
	line-height: 16px;
}
#header .results-wrapper {
  width: 100%;
  height: 100vh;
  background-color: #003531;
  position: absolute;
  right: 0;
  z-index: 2;
  top: 41vh;
  display: none;
}
/* #header.show-search .results-wrapper {
  display: unset;
} */
#header .results-wrapper .results-wrapper__info {
  width: 67%;
  margin: 0 auto;
  border-bottom: 1px solid rgba(216, 216, 216, 0.11);
  padding-bottom: 70px;
}
#header .results-wrapper .results-counter {
  float: right;
  color: #8D8D8D;
  font-size: 1.25rem;
  line-height: 24px;
  text-align: right;
}
#header .results-wrapper .select-wrapper {
  float: left;
  float: left;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 37px;
  width: 139px;
  border: 1px solid #fff;
}
#header .results-wrapper .select-wrapper .pselect {
  color: #fff;
  font-size: 1.05rem;
  padding: 4px 0 4px 35px;
  background-color: transparent;
  text-align: center;
}
#header .results-wrapper .select-wrapper .arrow {
  top: 12px;
  left: 18px;
  position: absolute;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  height: 8.65px;
  width: 8.65px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(-89deg);
          transform: rotate(-89deg);
  border: none;
}
#header .results-wrapper .select-wrapper .arrow.open {
  -webkit-transform: rotate(-269deg);
          transform: rotate(-269deg);
}
#header .results-wrapper .select-wrapper ul {
  top: 36px;
  font-size: 1.05rem;
  padding: 0;
  line-height: 1.1;
  color: #fff;
  background-color: unset;
  text-align: center;
  border: 1px solid #fff;
}
#header .results-wrapper .select-wrapper li {
  padding: 4px;
}
#header .results-wrapper .select-wrapper li:hover {
  color: #D1B075;
}
#header .results-wrapper .items-wrapper {
  width: 100%;
  height: 50vh;
  overflow: auto;
}
#header .results-wrapper .result-item {
  width: 67%;
  margin: 0 auto;
  border-bottom: 1px solid rgba(216, 216, 216, 0.11);
  padding-bottom: 21px;
}
#header .results-wrapper .result-item__title {
  color: #D1B075;
  font-size: 1.875rem;
  letter-spacing: 1.38px;
  line-height: 34px;
  text-align: right;
  padding: 10px 0 10px 40%;
}
#header .results-wrapper .result-item__desc {
  font-size: 1.05rem;
  padding: 0 0 0 20%;
}
#header .results-wrapper .result-item__details-wrapper {}
#header .results-wrapper .result-item__details-wrapper span {
  color: #D1B075;
  font-size: 1.05rem;
  padding: 10px 0 10px;
}
#header .results-wrapper a {}
#header .results-wrapper a .arrow {
  top: -100px;
  left: 0px;
}

.mobile-menu-toggler {
	display: none;
}
.mobile-menu-toggler .burger-part {
	position: absolute;
	left: 11px;
	width: 36px;
	height: 1.5px;
	background: #fff;
	-webkit-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
	background: #fff;
}
.mobile-menu-toggler .burger-part-1 {
	top: 0;
}
.mobile-menu-toggler .burger-part-2 {
	top: 12px;
}
.mobile-menu-toggler .burger-part-3 {
	top: 24px;
}

body.mobile-open .mobile-menu-toggler .burger-part-1 {
	top: 12px;
	background: #fff;
	-webkit-transform: rotate(45deg);
	        transform: rotate(45deg);
}
body.mobile-open .mobile-menu-toggler .burger-part-2 {
	opacity: 0;
}
body.mobile-open .mobile-menu-toggler .burger-part-3 {
	top: 12px;
	background: #fff;
	-webkit-transform: rotate(-45deg);
	        transform: rotate(-45deg);
}
#header .footer-contact {
  display: none;
}

@media (min-width: 1024px) {
  #header .search-wrapper .search-form input[type="text"] {
    font-size: 2.3rem;
  }
}

@media (max-width: 1023px) {
  #header{
    background-color: #003531;
    width: 100vw;
    height: auto;
  }
  #header .menu-container #menu-main-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

    #header .menu-container {
      display: none;
    }
    #header .mobile-menu-toggler {
      display: block;
      position: absolute;
      top: 19px;
      left: 22px;
      z-index: 10000;
      width: 40px;
      height: 36px;
    }
    #header .menu-container #menu-main-menu {
      width: 100%;
      margin-top: 16px;
      font-size: 0.95rem;
      line-height: 18px;
    }
    #header .menu-container #menu-main-menu > li {
      display: block;
      margin-left: 0;
      padding: 0;
      border-bottom: rgba(0,0,0,0.05);
      color: #fff;
      font-family: SimplerPro;
      font-size: 24px;
      font-weight:bold;
      letter-spacing: -0.8px;
      line-height: 64px;
      text-align: center;
      width: 100%;
      height: auto;
      opacity: 1;
    }
    #header .menu-container #menu-main-menu > li.menu-item-has-children>a,
    #header .menu-container #menu-main-menu > li.menu-item>a {
      font-weight:300;
      color: #fff;
      opacity: 1;
      z-index: 1000;
    }
    #header .menu-container #menu-main-menu > li.menu-item-has-children.open>a {
      font-weight:bold;
    }
    #header .menu-container #menu-main-menu > li.menu-item-has-children.open ul {
      display: block;
      position: unset;
      width: 100%;
      background-color: inherit;
      color: #fff;
      text-align: center;
      font-size: 24px;
      font-weight: 300;
      letter-spacing: -0.8px;
      line-height: 52px;
      padding: 0;
      height: auto;
    }
    #header .menu-container #menu-main-menu > li:before {
      content: "";
      position: absolute;
      left: -10px;
      right: -8px;
      top: 100%;
      height: 1px;
      background: #fff;
      opacity: 0.1;
    }
    #header .menu-container #menu-main-menu > li.login-header-li-btn:before {
      display: none;
    }
    #header .menu-container #menu-main-menu > li.menu-item-has-children:after {
      content: "";
      position: absolute;
      top: 20px;
      left: 0;
      width: 14px;
      height: 14px;
      -webkit-transform: rotate(45deg);
              transform: rotate(45deg);
      -webkit-transition: all .2s ease-in-out;
      transition: all .2s ease-in-out;
      border-right: 1px solid #fff;
      border-bottom: 1px solid #fff;
    }
    #header .menu-container #menu-main-menu ul {
      padding-top: 30px;
      padding-left: 20px;
    }
    #header .menu-container #menu-main-menu .sub-menu li + li {
      margin-top: 12px;
    }
    #header .menu-container #menu-main-menu > li.menu-item-has-children.open:after {
      -webkit-transform: rotate(-135deg);
              transform: rotate(-135deg);
      top: 29px;
    }

    #header .menu-container .header-btn {
      margin-top: 50px;
      margin-left: 0;
    }
    #header .menu-container .search-toggler {
      display: none;
    }


    body.mobile-open #header .menu-container {
      display: block;
      position: absolute;
      top: 46px !important;
      right: 0;
      overflow: auto;
      z-index: 9999;
      width: 100%;
      height: 100vh;
      padding: 31px 34px 34px 34px;
      background-color: #003531;
    }
    body.mobile-open #header .menu-container .search-wrapper {
      display: block;
      position: static;
      padding-top: 0;
      border-bottom: 1px solid #fff;
      padding-bottom: 9px;
      height: 35px;
    }
    #header .search-wrapper::after {
      display: none;
    }
    body.mobile-open #header .menu-container .search-wrapper .wrapper {
      position: relative;
      float: none;
    }
    body.mobile-open #header .menu-container .search-wrapper .search-icon {
      right: -28px;
      top: 0px;
    }
    body.mobile-open #header .menu-container .search-wrapper .search-icon img {
      width: 24px;
    }
    #header .search-wrapper .search-form {
      width: calc(100% - 40px);
      padding-left: 0;
    }
    #header .search-wrapper .search-form input[type="text"] {
      width: 100%;
      padding-bottom: 0;
      border-bottom: none;
      color: #fff;
      height: unset;
    }
    #header .search-wrapper .search-form ::-webkit-input-placeholder {
      color: #fff;
      font-size: 22px;
      line-height: 22px;
      opacity: .4;
    }
    #header .search-wrapper .search-form :-ms-input-placeholder {
      color: #fff;
      font-size: 22px;
      line-height: 22px;
      opacity: .4;
    }
    #header .search-wrapper .search-form ::-ms-input-placeholder {
      color: #fff;
      font-size: 22px;
      line-height: 22px;
      opacity: .4;
    }
    #header .search-wrapper .search-form ::placeholder {
      color: #fff;
      font-size: 22px;
      line-height: 22px;
      opacity: .4;
    }
    #header .search-wrapper .search-form input[type="submit"] {
      position: absolute;
      top: -4px;
      right: -50px;
      height: 35px;
      background-size: auto 100%;
    }
    #header .results-wrapper {
      z-index: 30000;
      top: 20vh;
    }
    #header .results-wrapper .results-wrapper__info {
      width: 100%;
      padding-bottom: 20px;
      border-bottom: none;
    }
    #header .results-wrapper .results-counter {
      display: block;
      float: none;
      margin-right: 5vw;
    }
    #header .results-wrapper .select-wrapper {
      float: none;
      height: 31px;
      width: 127px;
      margin-top: 20px;
      min-width: unset;
    }
    #header .results-wrapper .select-wrapper ul {
      display: block;
      top: 30px;
      background-color: #003531;
    }
    #header .results-wrapper .items-wrapper {
      width: 100%;
      height: 60vh;
    }
    #header .results-wrapper .result-item {
      width: 80%;
    }
    #header .results-wrapper .result-item__title {
      font-size: 24px;
      letter-spacing: 1.1px;
      padding: 10px 0 10px 0%;
    }
    #header .results-wrapper a .arrow {
      top: -23px;
      left: 0;
    }
    #header .footer-contact {
      display: block;
      margin-top: 44px;
    }
    #header .footer-contact .footer-btn {
      position: unset;
    }
    #header .footer-contact .footer-btn .button {
      background-color: #D1B075;
    }


}

/* --------------------------------------------------------------- */
/* Footer */
#footer {
	position: relative;
	background: #EBF2F5;
}
#footer .footer-top .logo {
	float: left;
}
#footer .footer-top .contact {
	float: right;
}
#footer .contact .social-icons {
	float: left;
	margin-top: -4px;
}
#footer .contact .social-icons .social-icon {
	display: inline-block;
	vertical-align: middle;
	position: relative;
	width: 44px;
	height: 44px;
}
#footer .contact .social-icons .social-icon img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}
#footer .contact .social-icons .social-icon img + img {
	opacity: 0;
	-webkit-transition: opacity .3s ease-in-out;
	transition: opacity .3s ease-in-out;
}
#footer .contact .social-icons .social-icon:hover img + img {
	opacity: 1;
}
#footer .contact .social-icons .social-icon + .social-icon {
	margin-left: 10px;
}
#footer .footer-top .contact .pollo-draw-btn {
	float: left;
	width: auto;
	min-width: 0;
	margin-left: 20px;
	padding: 4px 11px;
}
#footer .footer-main {
	padding-top: 27px;
}
#footer .footer-menu {
	float: left;
	min-width: 12.8%;
	font-size: 0.875rem;
	line-height: 17px;
	letter-spacing: 0.5px;
}

#footer .footer-menu {
  display: flex;
  justify-content: space-between;
  width: 70%;
}
#footer .footer-menu > li {
  padding-bottom: 10px;
  width: 17%;
  margin: 0 3%;
}

#footer .accessibilty-statement a {
	color: inherit;
	font-weight: 400;
}



#footer .footer-menu.bolded {
	font-weight: 800;
}
#footer .footer-menu + .footer-menu {
  margin-left: 1.3%;
}
#footer .footer-menu li a {
	position: relative;
	color: inherit;
  text-decoration: none;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
#footer .footer-menu li a:after {
	content: "";
    position: absolute;
    left: 0;
    top: 100%;
    width: 0;
    height: 2px;
    background-color: #000;
    -webkit-transition: width .4s ease-in-out;
    transition: width .4s ease-in-out;
}
#footer .footer-menu > li > a {
	display: inline-block;
	margin-bottom: 10px;
	text-transform: uppercase;
  font-weight: 600;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
#footer .footer-menu li {
	padding-bottom: 10px;
}
body.no-touch #footer .footer-menu li a:hover {
	font-weight: 800;
}
body.no-touch #footer .footer-menu li a:hover:after {
	width: 100%;
}
#footer .copy {
  color: #A5ADB2;
  font-family: 'Poppins', 'SimplerPro', sans-serif;
  font-size: 0.875rem;
  font-weight: 300;
  letter-spacing: -0.06px;
  line-height: 17px;
  background-color: #fff;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 26px 61px;
  height: 65px;
}
#footer .copy a {
  direction: ltr;
  color: #A5ADB2;
}
#footer .copy a span {
  display: inline-block;
  vertical-align: text-bottom;
}
#footer .copy a img {
  display: inline-block;
  vertical-align: text-bottom;
  margin: 0 5px 3px 0;
}
.footer-contact {
  width: 25%;
  border-left: 1px solid rgba(215, 217, 221, 1);
  float: right;
  text-align: center;
  margin-top: 34px;
  padding-top: 5px;
}
.footer-contact__rosario-logo {
  display: block;
  display: block;
  margin-bottom: 20px;
}
.footer-contact__oaklins-logo {}
.footer-contact__mizrahi-logo {
  margin-right: 10px;
}
.footer-contact .button {
  margin: 15px auto;
}

@media (max-width: 1023px) {

	#footer {
    padding: 26px 0 0 0;
    height: auto;
	}
	#footer .footer-top .contact.desktop-only {
		display: none;
	}
	#footer .footer-main {
    padding: 0% 10% 30%;
  }

	#footer .footer-menu {
    display: block;
		float: none;
		width: 100%;
    border-bottom: 1px solid rgba(215, 217, 221, 1);
    color: #A5ADB2;
	}
	#footer .footer-menu + .footer-menu {
		margin-left: 0;
		margin-top: 19px;
	}
	#footer .footer-menu ul {
		display: none;
	}
	#footer .footer-menu li {
		position: relative;
  }
  #footer .footer-menu > li {
    width: 100%;
    border-bottom: 1px solid rgba(215, 217, 221, 1);
    color: #A5ADB2;
    margin-left: 0;
    margin: 19px 0 0;
  }

	#footer .footer-menu ul li {
		padding: 13px 0;
	}
	#footer .footer-menu > li:before,
	#footer .footer-menu > li:after {
		content: "";
		position: absolute;
		border-top: 1px solid #A5ADB2;
		top: 9px;
		left: auto;
		-webkit-transform: translateX(-50%) translateY(-50%);
		transform: translateX(-50%) translateY(-50%);
		-webkit-transition: -webkit-transform .2s ease-in-out;
		transition: -webkit-transform .2s ease-in-out;
		transition: transform .2s ease-in-out;
		transition: transform .2s ease-in-out, -webkit-transform .2s ease-in-out;
	}
	#footer .footer-menu > li:before {
		width: 19px;
		height: 1px;
		left: 3%;
	}
	#footer .footer-menu > li:after {
		width: 1px;
		height: 19px;
		left: 3%;
		border-top: none;
		border-left: 1px solid #A5ADB2;
		opacity: 1;
		-webkit-transition: opacity .1s ease-in-out .15s, -webkit-transform .2s ease-in-out;
		transition: opacity .1s ease-in-out .15s, -webkit-transform .2s ease-in-out;
		transition: transform .2s ease-in-out, opacity .1s ease-in-out .15s;
		transition: transform .2s ease-in-out, opacity .1s ease-in-out .15s, -webkit-transform .2s ease-in-out;
	}
	#footer .footer-menu > li.open:after {
		-webkit-transform: translate(-50%, -50%) rotate(90deg);
		        transform: translate(-50%, -50%) rotate(90deg);
		opacity: 0;
		-webkit-transition: all .2s ease-in-out;
		transition: all .2s ease-in-out;
	}

	#footer .contact {
		margin-top: 27px;
	}
	#footer .contact .social-icons {
		margin-top: 0;
	}
	#footer .contact .social-icons .social-icon + .social-icon {
		margin-left: 15px;
	}
	#footer .contact .pollo-draw-btn {
		float: right;
		min-width: 120px;
		padding: 11px 9.8%;
	}
	#footer .copy  {
    width: 100%;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 50px 0 0;
    height: 155px;
  }
  .footer-contact {
    width: 80%;
    margin: 10px auto;
    border-bottom: 1px solid rgba(215, 217, 221, 1);
    border-left: none;
    float: none;
    padding: 0% 0% 8%;
  }
  .footer-contact .footer-btn {
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translate(-50%, -210%);
            transform: translate(-50%, -210%);
  }
}


/* Sticky Rows */
@mediq (max-width: 1020px){
  .sticky-header {
    position: fixed;
    overflow: hidden;
    z-index: 1;
  }

  .sticky-header table {
    background-color: #fff;
  }

  .sticky-table-for-shifting {
    position: absolute;
    left: 0;
    top: 0;
  }

  .hidden {
    display: none !important;
  }
}


/****** DEBUG **********/
/* body.debug > * {
  opacity: .7;
}
*/

.services-content__item.anim {
  	height: 360px !important;
}
/*.wah_fstype_script .services-content__item.anim {
	height: auto !important;
	min-height: 400px;
}*/
