/* STYLE HEADER - MENU */

header nav a {
    text-decoration: none;
}

header ul {
    padding: 0;
}

header ul li {
    list-style: none;
    margin-bottom: 0;
}

header {
    background-color: #fff;
    position: relative;
    z-index: 34;
    width: 100%;
}

.navbar-top {
    background: #e7e7e8;
    /* position: fixed; */
    width: 100%;
    z-index: 111;
}

.navbar-top .container {
    max-width: 1080px;
    margin: 0 auto;
    width: 100%;
}

.navbar-top nav {
    display: flex !important;
    justify-content: flex-end !important;
}

.navbar-top nav ul {
    margin: 0 !important;
}

.navbar-top nav ul li {
    float: left !important;
    padding: 0 !important;
    transition: all .5s !important;
    margin-bottom: 0;
    line-height: normal;
}

.navbar-top nav ul li a {
    font-family: Whitney-Semibold;
    text-transform: uppercase;
    padding: 7px 14px !important;
    display: block !important;
    color: #fff;
    font-size: 12px !important;
}

.navbar-top nav ul li:first-child {
    margin-right: 4px;
    background: #71bd52;
}

.navbar-top nav ul li:first-child:hover {
    background: #009d4e;
}

.navbar-top nav ul li:last-child {
    background: #71bd52;
}

.navbar-top nav ul li:last-child:hover {
    background: #009d4e;
}

.navbar-primary .container {
    display: flex !important;
    justify-content: space-between;
    align-items: flex-end;
    flex-wrap: wrap;
    max-width: 1080px;
    margin: auto;
    width: 100%;
}

.navbar-primary .logo {
    padding: 5px;
    border-radius: 2px !important;
    height: unset;
    order: unset;
    margin: unset;
    width: 183px;
}

.navbar-primary .logo a {
    display: block !important;
}

.navbar-primary #trigger-menu {
  display: none;
}

.navbar-primary nav ul {
    display: flex !important;
    margin: 0 !important;
}

.navbar-primary nav ul li {
    float: left !important;
    padding: 5px 15px !important;
}

.navbar-primary nav ul li a {
    font-family: Whitney-Semibold;
    color: #58585a;
    text-transform: uppercase;
    font-size: 18px;
    border-bottom: 3px solid #fff;
    transition: all .5s;
}

.navbar-primary nav ul li a:hover,
.navbar-primary nav ul li a.active {
    border-bottom: 10px solid #009d4e;
}

.navbar-secondary {
    background-color: #58585b;
}
.navbar-secondary nav ul {
    display: flex !important;
    margin: 0 !important;
    padding: 0;
}

.navbar-secondary nav ul li {
    float: left !important;    
    list-style: none;
    margin-bottom: 0;
}

.navbar-secondary nav ul li a {
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;    
    transition: all .5s;
    padding: 10px 15px !important;
    display: inline-block;
}

.navbar-secondary nav ul li a:hover,
.navbar-secondary nav ul li a.active {
    background: #00ae41;
}

.hero {
    /* background-image: url("../images/banner1.jpg"); */
    background-repeat: no-repeat !important;
    height: 400px;
    background-size: auto;
    background-position: right center !important;
    position: relative;
    overflow: hidden;
}

.hero .et_pb_code_inner {
    position: unset;
}

.hero .banner-mask {
    position: absolute;
    top: 50%;
    left: 0%;
    width: 40%;
    height: 160%;
    background: #71bd52;
    border-radius: 50%;
    transform: translateY(-50%);
}

.hero .banner-mask:before {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    border-radius: 50%;
    top: 50%;
    left: -70%;
    transform: translateY(-50%);
    background: #00a753;
    z-index: 3;
}

.hero .banner-mask:after {
    content: "";
    display: block;
    position: absolute;
    background: #71bd52;
    width: 100px;
    left: 0;
    height: 100%;
}

.hero .banner-mask .banner-text {
    position: absolute;
    top: 42%;
    transform: translateY(-50%);
    z-index: 4;
    color: #fff;
    right: 10%;
    padding: 0 15px;
    left: 30%;
}

.hero .banner-mask .banner-text p {
    font-family: Whitney-Medium;
    margin: 0;
    font-size: 28px;
}

.hero .banner-mask .banner-text h5 {
    font-size: 18px;
    margin: 0;
    padding: 5px 0;
    font-weight: normal;
    white-space: nowrap;
    color: #fff;
    font-family: "Whitney-Semibold";
    text-transform: uppercase;
}

.hero .banner-mask .mask-icon {
    position: absolute;
    width: 110px;
    height: 110px;
    bottom: 12%;
    right: 20%;
    z-index: 5;
}

.hero .banner-mask .mask-icon img {
    max-width: 100%;
}

.hero-home {
    background-image: url("../images/banner2.jpg");
    background-repeat: no-repeat;
    height: 84vh;
    background-size: cover;
    background-position: center center;
    margin-top: 0px;
    position: relative;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
}

.hero-home .banner-description {
    background: #71bd52;
    color: #fff;
    display: inline-block;
    padding: 30px 130px 30px 50px;
    margin-bottom: 50px;
    position: relative;
    overflow: hidden;
}

.hero-home .banner-description .banner-mask {
    position: absolute;
    height: 180%;
    width: 50%;
    background: #00a753;
    left: -43%;
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);
}

.hero-home .banner-description h5 {
    font-size: 40px;
    font-weight: normal;
    margin: 0;
    padding: 15px 15px;
    white-space: nowrap;
    color: #fff;
}

.hero-home .banner-description .btn-learn-more {
    font-size: 20px;
    text-transform: uppercase;
    color: #fff;
    display: inline-block;
    padding: 5px 15px 0;
}

.hero-home .banner-description .btn-learn-more:hover {
    text-decoration: underline;
}

.hero-home .banner-description .mask-icon {
    position: absolute;
    width: 80px;
    height: 80px;
    right: 20%;
    bottom: -9%;
}

.hero-home .banner-description .mask-icon img {
    max-width: 100%;
}


/* BUTTON Navigation Page */

.button-navigation-page {
    background-repeat: no-repeat;
    background-size: auto;
    background-position: right;
    position: relative;
    overflow: hidden;
    cursor: pointer;
}

.button-navigation-page .et_pb_code_inner {
    position: unset;
}

.button-navigation-page .button-wrapper {
    height: 150px;
}

.button-navigation-page .button-mask {
    position: absolute;
    top: 50%;
    left: 0%;
    width: 45%;
    height: 160%;
    background: #71bd52;
    border-radius: 50%;
    transform: translateY(-50%);
}

.button-navigation-page .button-mask:before {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    border-radius: 50%;
    top: 50%;
    left: -70%;
    transform: translateY(-50%);
    background: #00a753;
    z-index: 3;
}

.button-navigation-page .button-mask:after {
    content: "";
    display: block;
    position: absolute;
    background: #71bd52;
    width: 100px;
    left: 0;
    height: 100%;
}

.button-navigation-page .button-mask .button-text {
    position: absolute;
    top: 45%;
    transform: translateY(-50%);
    z-index: 4;
    color: #fff;
    right: 10%;
    padding: 0 15px;
    left: 30%;
}

.button-navigation-page .button-mask .button-text {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 4;
    color: #fff;
    right: 10%;
    padding: 0 14px;
    left: 28%;
    text-transform: uppercase;
    color: #fff;
}

.button-navigation-page .button-mask .button-text a {
    color: #fff;
    text-transform: uppercase;
    font-size: 19px !important;
    font-family: "Whitney-Semibold";
}

.icon-menu-mobile:before {
	content: '\61';
	font-family: ETmodules!important;
	color: #999999;
}

.navbar-primary .logo img{
}

.icon-whitedown:before {
  FONT-SIZE: 70px;
  content: "\33";
  color: #FFF;
  font-family: ETmodules!important;
  position: absolute;
  top: -40px;
  right: 50%;
}

.navbar-primary {
}
.navbar-top nav ul li a:hover {
      /* color: darkred; */
}

.hero a {
    padding: 5px 0;
    font-size: 16px;
}
.hero a:hover {
      text-decoration: underline;
}
.home header {
  height: 16vh;
}
.nav-fixed {
    position: fixed;
    z-index: 36;
    width: 100%;
    margin-top: 100px;
}
.fixed {
    position: fixed;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}
@-webkit-keyframes scale-display {
  0% {
    opacity: 0;
    height: 0;
  }
  100% {
    opacity: 1;
    height: auto;
  }
}
@keyframes scale-display {
  0% {
    opacity: 0;
    height: 0;
  }
  100% {
    opacity: 1;
    height: auto;
  }
}
@-webkit-keyframes scale-display--reversed {
  0% {
    display: inline-flex;
    opacity: 1;
    height: auto;
  }
  99% {
    display: inline-flex;
    opacity: 0;
    height: 0;
  }
  100% {
    display: none;
    opacity: 0;
    height: 0;
  }
}
@keyframes scale-display--reversed {
  0% {
    display: inline-flex;
    opacity: 1;
    height: auto;
  }
  99% {
    display: inline-flex;
    opacity: 0;
    height: 0;
  }
  100% {
    display: none;
    opacity: 0;
    height: 0;
  }
}
@media screen and (max-width: 767px) {
  main {
    overflow: hidden;
    padding: 2rem;
  }
  .container {
      width: 100%;
  }
  .hero .banner-mask {
    width: 100%;
    height: 100%;
    background: none;
  }
  .hero .banner-mask::before, .hero .banner-mask::after {
    display: none;
  }
  .hero .banner-mask .mask-icon {
    bottom: -10%;
    right: 4%;
  }
  .hero .banner-mask .banner-text {
    padding: 1rem;
    transform: translateY(0);
    bottom: 0;
    top: auto;
    right: auto;
    left: 0;
    width: 100%;
    background: #71bd52;
    padding-right: 30%;
  }
  .hero .banner-mask .banner-text p {
    font-size: 10px;
  }
  .hero .banner-mask .banner-text h5 {
    font-size: 16px;
    padding: 0;
    text-transform: uppercase;
  }

  .hero-home{
      justify-content: left;
  }
  .hero-home .banner-description{
      padding: 30px 40px 30px 50px;
  }

  .hero-home .banner-description h5 {
    font-size: 20px;
    padding: 0;
    text-transform: capitalize;
  }

  .hero-home .banner-description .btn-learn-more {
      font-size: 1rem;
      padding: 8px 0 0 0;
  }
  .hero-home .banner-description .mask-icon {
    width: 60px;
    height: 60px;
  }

  .navbar-primary .logo {
    width: 200px;
  }
  .navbar-primary .logo img {
    max-width: 100%;
  }

  .navbar-primary .container .main-nav {
    display: none;
    border-top: 1px solid #ddd;
    margin-top: 1rem;
    width: 100%;
    transition: all 0.5s ease;
  }
  .navbar-primary .container .main-nav ul {
    display: block !important;
    width: 100%;
  }
  .navbar-primary .container .main-nav ul li {
    float: none !important;
    padding: 5px 24px !important;
    margin-bottom: 0;
  }
  .navbar-primary .container .main-nav.open, .navbar-primary .container .main-nav.out {
    display: inline-flex;
  }
  .navbar-primary .container .main-nav.open {
    animation: scale-display 0.3s;
  }
  .navbar-primary .container .main-nav.out {
    height: 0px;
    animation: scale-display--reversed 0.3s forwards;
  }
  .navbar-primary .container #trigger-menu {
    display: block;
    font-size: 2.5rem;
    color: #00a753;
    margin-right: 1rem;
  }
  .navbar-primary .container #trigger-menu:hover {
    color: #008e46;
  }

  .content-area {
    max-width: 100%;
  }

  .sidebar {
    width: 100%;
  }

  .posts-layout .entry {
    width: 100%;
  }
}

@media screen and (max-width: 1024px) {
	.button-navigation-page .button-mask .button-text {
		padding: 0 4px;
	}
}

@media screen and (min-width: 1490px) { 
.navbar-primary .container {
    max-width: 1280px;
}
.navbar-top .container {
max-width: 1280px;
}
}
