@import url("https://fonts.googleapis.com/css2?family=Balsamiq+Sans:ital,wght@0,400;0,700;1,400;1,700&family=Urbanist:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,200&display=swap");
.purple {
  color: #D31772;
}

.blue {
  color: #51C2EB;
}

.green {
  color: #00964D;
}

.orange {
  color: #EF7724;
}

.white {
  color: #ffff;
}

@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotate(0) scale(0.8);
            transform: rotate(0) scale(0.8);
  }
  50% {
    -webkit-transform: rotate(180deg) scale(1);
            transform: rotate(180deg) scale(1);
  }
  100% {
    -webkit-transform: rotate(0deg) scale(0.8);
            transform: rotate(0deg) scale(0.8);
  }
}

@keyframes rotate {
  0% {
    -webkit-transform: rotate(0) scale(0.8);
            transform: rotate(0) scale(0.8);
  }
  50% {
    -webkit-transform: rotate(180deg) scale(1);
            transform: rotate(180deg) scale(1);
  }
  100% {
    -webkit-transform: rotate(0deg) scale(0.8);
            transform: rotate(0deg) scale(0.8);
  }
}

@-webkit-keyframes rotate-anticlock {
  0% {
    -webkit-transform: rotate(0) scale(0.8);
            transform: rotate(0) scale(0.8);
  }
  50% {
    -webkit-transform: rotate(-180deg) scale(1);
            transform: rotate(-180deg) scale(1);
  }
  100% {
    -webkit-transform: rotate(0deg) scale(0.8);
            transform: rotate(0deg) scale(0.8);
  }
}

@keyframes rotate-anticlock {
  0% {
    -webkit-transform: rotate(0) scale(0.8);
            transform: rotate(0) scale(0.8);
  }
  50% {
    -webkit-transform: rotate(-180deg) scale(1);
            transform: rotate(-180deg) scale(1);
  }
  100% {
    -webkit-transform: rotate(0deg) scale(0.8);
            transform: rotate(0deg) scale(0.8);
  }
}

@-webkit-keyframes swing {
  0% {
    -webkit-transform: translate(0, -7px);
            transform: translate(0, -7px);
  }
  50% {
    -webkit-transform: translate(0, 10px);
            transform: translate(0, 10px);
  }
  100% {
    -webkit-transform: translate(0, -7px);
            transform: translate(0, -7px);
  }
}

@keyframes swing {
  0% {
    -webkit-transform: translate(0, -7px);
            transform: translate(0, -7px);
  }
  50% {
    -webkit-transform: translate(0, 10px);
            transform: translate(0, 10px);
  }
  100% {
    -webkit-transform: translate(0, -7px);
            transform: translate(0, -7px);
  }
}

@-webkit-keyframes fade {
  0% {
    opacity: 0.3;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0.3;
  }
}

@keyframes fade {
  0% {
    opacity: 0.3;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0.3;
  }
}

@-webkit-keyframes simple-move {
  100% {
    -webkit-transform: translate(15px, 0);
            transform: translate(15px, 0);
  }
}

@keyframes simple-move {
  100% {
    -webkit-transform: translate(15px, 0);
            transform: translate(15px, 0);
  }
}

body {
  font-family: "Urbanist", sans-serif;
  margin: 0;
  padding: 0;
  padding-top: 171px;
}

@media (max-width: 991.98px) {
  body {
    padding-top: 127px;
  }
}

.logged-in {
  padding-top: 136px;
}

@media (max-width: 991.98px) {
  .logged-in {
    padding-top: 0;
  }
}

ul {
  padding-left: 0;
}

ul li {
  list-style: none;
}

a {
  text-decoration: none;
}

button:focus, .form-control:focus, .btn-primary:focus {
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

p {
  font-family: "Urbanist", sans-serif;
  font-size: 22px;
  color: #000000;
  font-weight: 500;
  line-height: 36px;
}

@media (max-width: 1600px) {
  p {
    font-size: 18px;
    line-height: 28px;
  }
}

@media (max-width: 767.98px) {
  p {
    font-size: 14px;
    line-height: 25px;
  }
}

.section-title {
  font-size: 60px;
  font-family: "Balsamiq Sans", cursive;
  font-weight: 700;
  line-height: 53px;
  margin-bottom: 50px;
}

@media (max-width: 1600px) {
  .section-title {
    font-size: 50px;
    margin-bottom: 40px;
  }
}

@media (max-width: 1399.98px) {
  .section-title {
    font-size: 47px;
    line-height: 48px;
    margin-bottom: 30px;
  }
}

@media (max-width: 575.98px) {
  .section-title {
    font-size: 40px;
  }
}

h1 {
  font-size: 80px;
  font-weight: 400;
  font-family: "Balsamiq Sans", cursive;
}

@media (max-width: 1600px) {
  h1 {
    font-size: 60px;
  }
}

@media (max-width: 1399.98px) {
  h1 {
    font-size: 40px;
  }
}

@media (max-width: 767.98px) {
  h1 {
    font-size: 40px;
    line-height: 50px;
  }
}

h2 {
  font-size: 46px;
  font-weight: 700;
  font-family: "Balsamiq Sans", cursive;
}

@media (max-width: 1600px) {
  h2 {
    font-size: 40px;
  }
}

@media (max-width: 767.98px) {
  h2 {
    font-size: 30px;
    line-height: 40px;
  }
}

h3 {
  font-size: 46px;
  font-weight: 700;
  font-family: "Balsamiq Sans", cursive;
}

@media (max-width: 1600px) {
  h3 {
    font-size: 40px;
  }
}

@media (max-width: 1399.98px) {
  h3 {
    font-size: 35px;
  }
}

h4 {
  font-size: 36px;
  font-weight: 700;
  font-family: "Balsamiq Sans", cursive;
}

@media (max-width: 1600px) {
  h4 {
    font-size: 30px;
  }
}

@media (max-width: 1399.98px) {
  h4 {
    font-size: 25px;
  }
}

h5 {
  font-size: 30px;
  font-weight: 700;
  font-family: "Balsamiq Sans", cursive;
}

@media (max-width: 1600px) {
  h5 {
    font-size: 25px;
  }
}

@media (max-width: 1399.98px) {
  h5 {
    font-size: 20px;
  }
}

h6 {
  font-size: 24px;
  font-weight: 700;
  font-family: "Balsamiq Sans", cursive;
}

@media (max-width: 1600px) {
  h6 {
    font-size: 20px;
  }
}

@media (max-width: 1399.98px) {
  h6 {
    font-size: 18px;
  }
}

img {
  max-width: 100%;
  display: block;
}

.round-elem {
  -webkit-animation: rotate 5s infinite;
  animation: rotate 5s infinite;
}

.bus-swing {
  -webkit-animation: swing 3s infinite;
  animation: swing 3s infinite;
}

.anim-move {
  -webkit-animation: simple-move 1s infinite alternate;
  animation: simple-move 1s infinite alternate;
}

@media (min-width: 1300px) {
  .container {
    max-width: 1110px;
  }
}

@media (min-width: 1800px) {
  .container {
    max-width: 1170px;
  }
}

@media (max-width: 575.98px) {
  .container {
    padding-left: 36px;
    padding-right: 36px;
  }
}

.inner-bg {
  background: #e4f5f3;
  background: -webkit-gradient(linear, left top, left bottom, from(#e4f5f3), to(#f4faf6));
  background: linear-gradient(180deg, #e4f5f3 0%, #f4faf6 100%);
}

.yellow-btn {
  background-color: #FFCE07;
  color: #4A4F55;
  text-transform: uppercase;
  border-radius: 30px;
  padding: 15px 32px;
  font-size: 18px;
  font-weight: 700;
  font-family: "Urbanist", sans-serif;
  -webkit-box-shadow: 4px 7px 35px rgba(255, 206, 7, 0.43);
          box-shadow: 4px 7px 35px rgba(255, 206, 7, 0.43);
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  letter-spacing: 1px;
}

.yellow-btn:hover {
  background-color: #00964D;
  color: #ffff;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

@media (max-width: 767.98px) {
  .yellow-btn {
    font-size: 14px;
  }
}

@media (max-width: 575.98px) {
  .yellow-btn {
    padding: 20px 55px;
    width: 100%;
    display: block;
    text-align: center;
  }
}

header {
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
  background-color: #ffff;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

@media (min-width: 1300px) {
  header .logo-link {
    display: block;
    width: 400px;
  }
}

@media (max-width: 1399.98px) {
  header .container {
    max-width: 1280px;
  }
}

@media (max-width: 767.98px) {
  header {
    padding: 14px 0;
  }
}

header .input-group .form-control {
  padding-right: 50px;
  font-family: "Urbanist", sans-serif;
  border: 1px solid #B2B2B2;
}

header .input-group input::-webkit-input-placeholder {
  color: #B2B2B2;
}

header .input-group input:-ms-input-placeholder {
  color: #B2B2B2;
}

header .input-group input::-ms-input-placeholder {
  color: #B2B2B2;
}

header .input-group input::placeholder {
  color: #B2B2B2;
}

@media (max-width: 991.98px) {
  header .input-group {
    display: none;
  }
}

header hr {
  border-color: #707070;
  margin-bottom: 0;
  margin-top: 16px;
}

@media (max-width: 767.98px) {
  header hr {
    display: none;
  }
}

header a img {
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

@media (max-width: 767.98px) {
  header a img {
    width: 190px;
  }
}

.search-btn {
  background-color: #51C2EB;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  border: 0;
  margin-left: -37px;
  position: relative;
  z-index: 9;
  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: 0;
}

.search-btn svg {
  width: 15px !important;
  height: 15px !important;
  position: relative;
}

.search-btn:hover {
  background-color: #FFCE07;
}

.main-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 0;
}

@media (max-width: 991.98px) {
  .main-menu {
    display: none;
  }
}

.main-menu .current_page_ancestor > a, .main-menu .current-menu-ancestor > a {
  color: #00964D;
}

.main-menu .current_page_ancestor > a:hover, .main-menu .current-menu-ancestor > a:hover {
  color: #ffff;
}

.main-menu li {
  display: inline-block;
}

.main-menu li a {
  color: #4A4F55;
  font-size: 18px;
  font-weight: 800;
  font-family: "Urbanist", sans-serif;
  text-transform: uppercase;
  padding: 10px 28px 10px 15px;
}

@media (max-width: 1600px) {
  .main-menu li a {
    font-size: 16px;
  }
}

@media (max-width: 1399.98px) {
  .main-menu li a {
    font-size: 18px;
  }
}

@media (max-width: 991.98px) {
  .main-menu li a {
    font-size: 16px;
  }
}

.menu-item-has-children > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

.menu-item-has-children > a:after {
  content: "";
  width: 15px;
  height: 10px;
  background: url("../images/menu-down.svg") no-repeat;
  position: absolute;
  right: 6px;
  top: 16px;
}

.menu-item-has-children > a .icon {
  margin-left: .25em;
}

.menu-item-has-children:hover {
  background-color: #00964D;
}

.menu-item-has-children:hover > a {
  color: #ffff;
}

.menu-item-has-children:hover > a:after {
  background: url("../images/menu-hover-down.svg") no-repeat;
}

.menu-item-has-children:hover .sub-menu {
  width: 375px;
  opacity: 1;
  z-index: 1;
  display: block;
  -webkit-transform: translate(0px, -1px);
          transform: translate(0px, -1px);
  -webkit-box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
          box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  overflow: hidden;
}

@media (max-width: 1399.98px) {
  .menu-item-has-children:hover .sub-menu {
    width: auto;
  }
}

.menu-item-has-children:hover .sub-menu .current-menu-item a {
  border-radius: 15px;
  padding: 13px 0;
}

.menu-item-has-children:hover .sub-menu:after {
  content: '';
  display: block;
  clear: both;
  position: absolute;
  bottom: -17px;
  right: -9px;
  background-image: url(../images/green-bud.png);
  background-position: 131% 60%;
  background-size: contain;
  background-repeat: no-repeat;
  mix-blend-mode: color-burn;
  opacity: 0.1;
  width: 233px;
  height: 164px;
  z-index: 0;
}

.sub-menu {
  opacity: 0;
  display: none;
  z-index: -1;
  position: absolute;
  margin: 0;
  padding: 0;
  padding-bottom: 20px;
  padding-top: 20px;
  list-style: none;
  background-color: #00964D;
  -webkit-transform: translate(-16px, -5px);
          transform: translate(-16px, -5px);
  -webkit-transition: opacity 0.3s ease-in-out, -webkit-transform 0.3s cubic-bezier(0.88, -0.72, 0, 1);
  transition: opacity 0.3s ease-in-out, -webkit-transform 0.3s cubic-bezier(0.88, -0.72, 0, 1);
  transition: transform 0.3s cubic-bezier(0.88, -0.72, 0, 1), opacity 0.3s ease-in-out;
  transition: transform 0.3s cubic-bezier(0.88, -0.72, 0, 1), opacity 0.3s ease-in-out, -webkit-transform 0.3s cubic-bezier(0.88, -0.72, 0, 1);
}

.sub-menu li {
  display: block;
  padding: 0;
  -webkit-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in;
  position: relative;
  z-index: 1;
}

.sub-menu li:hover {
  color: #ffff;
  padding: 0 15px;
  -webkit-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in;
}

.sub-menu li:hover a {
  border-radius: 15px;
  background-color: #0FAC57;
  padding: 13px 15px;
}

.sub-menu a {
  color: #ffff !important;
  display: block;
  padding: 13px 15px !important;
}

header.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9999;
  background-color: #ffff;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  padding-top: 3px;
}

header.sticky a img {
  width: 370px;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

header.sticky hr {
  margin-top: 2px;
}

header.sticky .form-control {
  padding: 1px 17px;
}

header.sticky .search-btn {
  width: 32px;
  height: 32px;
  margin-left: -30px;
}

.rmp-trigger-icon {
  width: auto !important;
  height: 17px !important;
  margin-top: 13px;
}

.rmp-trigger-icon-active {
  margin-top: 4px;
}

#rmp_menu_trigger-129 {
  right: 19px;
  width: 27px;
}

#rmp-container-129 {
  padding-top: 35px;
  padding-left: 15px;
  padding-right: 15px;
}

#rmp-menu-wrap-129 .rmp-menu-item-link {
  font-weight: 800;
  font-family: "Urbanist", sans-serif;
  text-transform: uppercase;
  height: 50px;
  padding-top: 7px;
}

.header-sticky #rmp_menu_trigger-129 {
  top: 7px;
}

.admin-bar.header-sticky .rmp_menu_trigger,
.admin-bar.header-sticky .rmp-container {
  margin-top: 0 !important;
}

.menu-item-has-children {
  border-radius: 10px 10px 0 0;
}

@media (max-width: 767.98px) {
  #rmp-menu-wrap-129 .rmp-submenu .rmp-menu-item-link {
    border-radius: 13px !important;
    margin: 2px 0 !important;
    font-weight: 800 !important;
    font-size: 16px !important;
    height: auto !important;
    background-color: transparent;
    line-height: 19px !important;
  }
}

@media (max-width: 767.98px) {
  .toggle-class {
    background: #00964D;
    border-radius: 13px !important;
    position: relative;
  }
  .toggle-class a {
    color: #ffff !important;
  }
  .toggle-class:after {
    content: '';
    display: block;
    clear: both;
    position: absolute;
    bottom: -32px;
    right: -37px;
    background-image: url(../images/green-bud.png);
    background-position: 131% 60%;
    background-size: contain;
    background-repeat: no-repeat;
    mix-blend-mode: color-burn;
    opacity: 0.1;
    width: 221px;
    height: 248px;
    z-index: 0;
  }
}

@media (max-width: 991.98px) {
  #rmp-menu-wrap-129 .rmp-submenu li .rmp-menu-item-link {
    padding: 11px 15px;
  }
  #rmp-menu-wrap-129 .current-menu-ancestor > .rmp-menu-item-link {
    background: #00964D;
    color: #ffff !important;
  }
  #rmp-container-129 {
    width: 84% !important;
    max-width: 375px !important;
  }
  #rmp-menu-wrap-129 .rmp-submenu .rmp-menu-item-link {
    border-bottom: none;
  }
  #rmp-menu-wrap-129 .rmp-submenu {
    padding: 0  15px 15px;
    position: relative;
    z-index: 1;
  }
  #rmp-menu-wrap-129 > .rmp-menu-item {
    padding-left: 10px;
    padding-right: 10px;
  }
  #rmp-menu-wrap-129 .rmp-submenu .rmp-menu-current-item .rmp-menu-item-link ul .rmp-menu-item-link {
    background-color: #9CC624 !important;
  }
  #rmp-menu-wrap-129 .rmp-menu-current-item .rmp-menu-item-link .rmp-menu-subarrow {
    z-index: 99999;
  }
  #rmp-menu-wrap-129 .rmp-menu-current-item .rmp-menu-item-link .rmp-menu-subarrow:after {
    background: url(../images/menu-hover-down.svg) no-repeat;
  }
  .rmp-menu-subarrow-active:after {
    background: url(../images/menu-hover-down.svg) no-repeat !important;
    -webkit-transform: rotate(180deg) !important;
            transform: rotate(180deg) !important;
  }
  #rmp-menu-wrap-129 .rmp-menu-item-link {
    border-radius: 15px;
  }
  .menu-item-has-children:hover {
    border-radius: 13px;
  }
  .rmp-menu-subarrow {
    border-left: none !important;
    height: 39px !important;
    width: 40px !important;
    color: transparent !important;
    background-color: transparent !important;
  }
  .rmp-menu-subarrow:after {
    position: absolute;
    content: "";
    width: 12px !important;
    height: 7px !important;
    background: url(../images/menu-down.svg) no-repeat;
    right: 13px !important;
    top: 22px !important;
    background-size: contain !important;
  }
}

#rmp-menu-additional-content-129 {
  padding-top: 10%;
  padding-left: 13px;
  padding-bottom: 17px;
  padding-right: 12px;
}

.rmp-menu-subarrow {
  z-index: 99999;
}

@media (max-width: 991.98px) {
  body {
    padding-top: 80px;
  }
}

.join-us-common {
  overflow: hidden;
  padding-top: 164px;
}

@media (max-width: 575.98px) {
  .join-us-common {
    padding-top: 52px;
  }
}

.join-us-section {
  padding: 160px 0;
  padding-bottom: 210px;
  background-image: url("../images/join-us-bg.svg");
  background-repeat: no-repeat;
  background-size: 100% auto;
  position: relative;
  z-index: 1;
}

@media (min-width: 1800px) {
  .join-us-section {
    padding-bottom: 201px;
  }
}

@media (max-width: 1399.98px) {
  .join-us-section {
    padding-bottom: 159px;
  }
}

@media (max-width: 1025px) {
  .join-us-section {
    padding-top: 110px;
    padding-bottom: 180px;
  }
}

@media (max-width: 575.98px) {
  .join-us-section {
    background-image: url("../images/join-us-bg-mob.svg");
    padding-top: 130px;
    padding-bottom: 205px;
  }
}

@media (max-width: 375.98px) {
  .join-us-section {
    padding-bottom: 200px;
  }
}

.join-us-section:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 80%;
  background-color: #00964D;
  bottom: 0;
  z-index: -3;
}

@media (max-width: 1025px) {
  .join-us-section:after {
    height: 80%;
  }
}

@media (max-width: 767.98px) {
  .join-us-section:after {
    height: 80%;
  }
}

@media (max-width: 575.98px) {
  .join-us-section:after {
    height: 81%;
  }
}

.join-us-section .cta-links {
  margin-bottom: 30px;
}

@media (max-width: 575.98px) {
  .join-us-section .cta-links {
    margin-bottom: 20px;
  }
}

.join-us-section .cta-links li {
  display: inline-block;
  color: white;
  padding-left: 22px;
  position: relative;
}

@media (max-width: 575.98px) {
  .join-us-section .cta-links li {
    padding-left: 0;
    margin-bottom: 6px;
  }
}

.join-us-section .cta-links li a {
  color: #FFCE07;
  font-size: 30px;
  font-family: "Balsamiq Sans", cursive;
  font-weight: 700;
  overflow: hidden;
  background: -webkit-gradient(linear, left top, right top, from(#ffff), color-stop(50%, #ffff), color-stop(50%, #FFCE07));
  background: linear-gradient(to right, #ffff, #ffff 50%, #FFCE07 50%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-size: 211% 100%;
  background-position: 100%;
  -webkit-transition: background-position 275ms ease;
  transition: background-position 275ms ease;
  text-decoration: none;
}

.join-us-section .cta-links li a:hover {
  background-position: 0 100%;
}

@media (max-width: 1600px) {
  .join-us-section .cta-links li a {
    font-size: 25px;
  }
}

@media (max-width: 575.98px) {
  .join-us-section .cta-links li a {
    font-size: 18px;
  }
}

.join-us-section .cta-links li a:hover svg {
  -webkit-transform: rotate(20deg);
          transform: rotate(20deg);
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.join-us-section .cta-links li a:hover svg path {
  fill: #ffff;
}

.join-us-section .cta-links li span {
  font-size: 30px;
  color: rgba(255, 255, 255, 0.25);
  font-weight: 100;
}

@media (max-width: 991.98px) {
  .join-us-section .cta-links .line-hr {
    display: none;
  }
}

@media (max-width: 575.98px) {
  .join-us-section .cta-links svg {
    width: 20px;
  }
}

.join-us-section p {
  max-width: 100%;
  width: 55%;
  margin: auto;
  color: #ffff;
  font-size: 20px;
  font-weight: 400;
  font-family: "Urbanist", sans-serif;
  margin-bottom: 30px;
}

@media (max-width: 1600px) {
  .join-us-section p {
    font-size: 18px;
  }
}

@media (min-width: 576px) and (max-width: 645px) {
  .join-us-section p {
    width: 93%;
  }
}

@media (max-width: 575.98px) {
  .join-us-section p {
    width: 100%;
    line-height: 24px;
    font-size: 14px;
  }
}

.join-us-section .section-title {
  color: #ffff;
}

.join-us-section h5 {
  color: #ffff;
  font-weight: 700;
  font-family: "Urbanist", sans-serif;
  font-size: 29px;
}

@media (max-width: 1600px) {
  .join-us-section h5 {
    font-size: 25px;
  }
}

@media (max-width: 575.98px) {
  .join-us-section h5 {
    font-size: 18px;
  }
}

.join-us-section .round-elem1 {
  width: 55px;
  left: 3%;
  top: 26%;
}

@media (max-width: 575.98px) {
  .join-us-section .round-elem1 {
    top: auto;
    bottom: 25%;
    width: 43px;
  }
}

@media (max-width: 375.98px) {
  .join-us-section .round-elem1 {
    width: 34px;
  }
}

.join-us-section .round-elem2 {
  right: 50px;
  width: 65px;
  top: 16%;
  -webkit-animation: rotate 3s infinite;
  animation: rotate 3s infinite;
}

@media (max-width: 575.98px) {
  .join-us-section .round-elem2 {
    right: 27px;
    width: 50px;
    top: 16%;
  }
}

.join-us-section .round-elem3 {
  right: 30%;
  bottom: 10%;
  -webkit-animation: rotate-anticlock 3s infinite;
  animation: rotate-anticlock 3s infinite;
}

@media (min-width: 1800px) {
  .join-us-section .round-elem3 {
    right: 22%;
    width: 104px;
  }
}

@media (max-width: 1025px) {
  .join-us-section .round-elem3 {
    right: 23%;
    bottom: 13%;
    width: 60px;
  }
}

@media (max-width: 575.98px) {
  .join-us-section .round-elem3 {
    right: 48%;
    width: 44px;
    bottom: 8%;
  }
}

.join-us-section .plane-elem {
  width: 230px;
  left: 2%;
  top: 39%;
  -webkit-animation: simple-move 2s infinite alternate;
  animation: simple-move 2s infinite alternate;
}

@media (max-width: 1025px) {
  .join-us-section .plane-elem {
    width: 176px;
    left: 2%;
    top: 61%;
  }
}

@media (min-width: 576px) and (max-width: 645px) {
  .join-us-section .plane-elem {
    width: 100px;
    left: 2%;
    top: 72%;
  }
}

@media (max-width: 575.98px) {
  .join-us-section .plane-elem {
    width: 158px;
    left: -11%;
    top: 75%;
  }
}

.bus-pos {
  position: absolute;
  left: 28%;
  top: -120px;
  width: 200px;
}

@media (max-width: 991.98px) {
  .bus-pos {
    left: 27%;
    top: -123px;
  }
}

@media (max-width: 767.98px) {
  .bus-pos {
    left: 26%;
    top: -91px;
    width: 129px;
  }
}

@media (max-width: 575.98px) {
  .bus-pos {
    display: none;
  }
}

.floating-elem {
  position: absolute;
}

#plant {
  position: absolute;
  right: -4%;
  z-index: -1;
}

@media (max-width: 1399.98px) {
  #plant {
    right: -7%;
    z-index: -1;
    -webkit-transform: scale(0.7);
            transform: scale(0.7);
  }
}

@media (max-width: 1025px) {
  #plant {
    right: -69px;
    bottom: -67px;
    -webkit-transform: none;
            transform: none;
  }
  #plant img {
    width: 350px;
  }
}

@media (min-width: 576px) and (max-width: 645px) {
  #plant {
    bottom: -41px;
  }
  #plant img {
    width: 275px;
  }
}

@media (max-width: 575.98px) {
  #plant {
    bottom: -68px;
    right: -62px;
  }
  #plant img {
    width: 300px;
  }
}

.beautiful-eye {
  border: 0;
  -webkit-box-shadow: inset -4px -20px 6px 0px #ccc;
          box-shadow: inset -4px -20px 6px 0px #ccc;
  background-color: #fff;
}

footer {
  padding-top: 20px;
  padding-bottom: 10px;
  position: relative;
  z-index: 1;
  background-color: #51C2EB;
}

@media (max-width: 767.98px) {
  footer {
    padding-bottom: 40px;
  }
}

footer a {
  overflow: hidden;
  background: -webkit-gradient(linear, left top, right top, from(#ffff), color-stop(50%, #ffff), color-stop(50%, #4A4F55));
  background: linear-gradient(to right, #ffff, #ffff 50%, #4A4F55 50%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-size: 211% 100%;
  background-position: 100%;
  -webkit-transition: background-position 275ms ease;
  transition: background-position 275ms ease;
  text-decoration: none;
}

footer a:hover {
  background-position: 0 100%;
}

footer h4 {
  font-size: 18px;
  color: #4A4F55;
  margin-bottom: 15px;
  font-weight: 700;
}

@media (max-width: 767.98px) {
  footer h4 {
    font-size: 18px;
    position: relative;
    padding-bottom: 10px;
    border-bottom: 1px solid #4A4F55;
    margin-bottom: 30px;
  }
  footer h4:after {
    background: url("../images/down-arrow-gray.svg") no-repeat center center;
    content: "";
    width: 20px;
    height: 22px;
    display: inline-block;
    position: absolute;
    right: 0;
    top: 0;
  }
}

footer h4.active:after {
  top: 10px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

footer .footer-logo {
  margin-bottom: 65px;
  width: 370px;
}

@media (max-width: 767.98px) {
  footer .footer-logo {
    width: 224px;
    margin: 0 auto 60px auto;
  }
}

@media (max-width: 767.98px) {
  footer ul.footer-menu {
    display: none;
  }
}

@media (max-width: 575.98px) {
  footer ul.footer-menu {
    margin-bottom: 30px;
  }
}

footer ul.footer-menu li {
  width: calc(100% / 2 - 30px);
  display: inline-block;
  margin-bottom: 10px;
}

@media (width: 768px) {
  footer ul.footer-menu li {
    width: 100%;
  }
}

footer ul.footer-menu li a {
  font-size: 18px;
  color: #4A4F55;
  font-family: "Urbanist", sans-serif;
  font-weight: 500;
  overflow: hidden;
  background: -webkit-gradient(linear, left top, right top, from(#ffff), color-stop(50%, #ffff), color-stop(50%, #4A4F55));
  background: linear-gradient(to right, #ffff, #ffff 50%, #4A4F55 50%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-size: 211% 100%;
  background-position: 100%;
  -webkit-transition: background-position 275ms ease;
  transition: background-position 275ms ease;
  text-decoration: none;
}

footer ul.footer-menu li a:hover {
  background-position: 0 100%;
}

@media (max-width: 1600px) {
  footer ul.footer-menu li a {
    font-size: 16px;
  }
}

@media (max-width: 575.98px) {
  footer ul.footer-menu li {
    width: 100%;
  }
}

footer p {
  font-size: 18px;
  color: #4A4F55;
  font-family: "Urbanist", sans-serif;
  font-weight: 400;
  line-height: 25px;
}

@media (max-width: 1600px) {
  footer p {
    font-size: 16px;
  }
}

footer .phone {
  margin-bottom: 14px;
}

footer .phone:hover path {
  fill: #ffff;
}

footer .phone svg {
  margin-right: 15px;
}

footer .mail:hover path {
  fill: #ffff;
}

footer .mail svg {
  margin-right: 15px;
}

.footer-bg {
  position: absolute;
  top: -136px;
  width: 100%;
  height: auto;
  left: 0;
  right: 0;
  z-index: -1;
}

@media (min-width: 1800px) {
  .footer-bg {
    top: -178px;
  }
}

@media (max-width: 1399.98px) {
  .footer-bg {
    top: -108px;
  }
}

@media (max-width: 1025px) {
  .footer-bg {
    top: -90px;
  }
}

@media (max-width: 575.98px) {
  .footer-bg {
    top: -40px;
  }
}

.bottom-footer {
  margin-top: 30px;
  position: relative;
  z-index: 9;
}

@media (max-width: 767.98px) {
  .bottom-footer {
    text-align: center !important;
    margin-top: 3px;
  }
  .bottom-footer .text-end {
    text-align: center !important;
  }
}

.bottom-footer p, .bottom-footer a {
  font-size: 14px;
  font-weight: 500;
}

@media (max-width: 767.98px) {
  .bottom-footer p, .bottom-footer a {
    margin-bottom: 0;
  }
}

@media (max-width: 767.98px) {
  .social-media-links {
    text-align: center;
    margin-top: 30px;
  }
}

.social-media-links li {
  display: inline-block;
  margin-right: 15px;
  position: relative;
  z-index: 1;
}

.social-media-links li a:hover #youtube, .social-media-links li a:hover #facebook, .social-media-links li a:hover #instagram, .social-media-links li a:hover #linkedin {
  fill: #ffff;
}

.footer-bottom-bud {
  right: 0;
  width: 360px;
  overflow: hidden;
  bottom: 0;
}

@media (min-width: 1800px) {
  .footer-bottom-bud {
    width: 410px;
  }
}

.footer-bottom-bud img {
  -webkit-transform: rotate(240deg);
          transform: rotate(240deg);
  margin-left: 66px;
  mix-blend-mode: color-burn;
  opacity: 0.2;
}

@media (min-width: 1800px) {
  .footer-bottom-bud img {
    max-width: none;
    width: 428px;
  }
}

@media (max-width: 1399.98px) {
  .footer-bottom-bud {
    width: 300px;
  }
}

@media (max-width: 767.98px) {
  .follow-div {
    display: none;
  }
}

@media (max-width: 767.98px) {
  .media-link-heading {
    display: none;
  }
}

#scroll-button {
  display: inline-block;
  background-color: #00964D;
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 4px;
  position: fixed;
  bottom: 30px;
  right: 30px;
  -webkit-transition: background-color .3s,
 opacity .5s, visibility .5s;
  transition: background-color .3s,
 opacity .5s, visibility .5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
}

#scroll-button::after {
  position: absolute;
  content: "";
  width: 12px;
  height: 7px;
  background: url(../images/menu-down.svg) no-repeat;
  right: 18px;
  top: 22px;
  background-size: contain;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

#scroll-button:hover {
  cursor: pointer;
  background-color: #333;
}

#scroll-button:active {
  background-color: #555;
}

#scroll-button.show {
  opacity: 1;
  visibility: visible;
}

footer .col-lg-12 a {
  display: inline-block;
}

.home-banner {
  position: relative;
  background-color: #51C2EB;
  z-index: 1;
  height: 616px;
  overflow: hidden;
}

@media (min-width: 1800px) {
  .home-banner {
    height: 658px;
  }
}

@media (max-width: 1399.98px) {
  .home-banner {
    height: 540px;
  }
}

@media (max-width: 1025px) {
  .home-banner {
    height: 465px;
  }
}

@media (max-width: 991.98px) {
  .home-banner {
    height: 672px;
  }
}

@media (max-width: 575.98px) {
  .home-banner {
    height: 656px;
  }
}

.home-banner h1 {
  color: #ffff;
  font-family: "Balsamiq Sans", cursive;
  font-weight: 400;
  margin-top: 150px;
  font-size: 74px;
  line-height: 92px;
}

@media (max-width: 1600px) {
  .home-banner h1 {
    font-size: 60px;
    line-height: 70px;
  }
}

@media (max-width: 1025px) {
  .home-banner h1 {
    margin-top: 90px;
    font-size: 50px;
    line-height: 70px;
  }
}

@media (max-width: 991.98px) {
  .home-banner h1 {
    font-size: 60px;
  }
}

@media (min-width: 576px) and (max-width: 645px) {
  .home-banner h1 {
    font-size: 40px;
    margin-top: 44px;
  }
}

@media (max-width: 575.98px) {
  .home-banner h1 {
    font-size: 40px;
    margin-top: 44px;
  }
}

.home-banner h1 span {
  display: block;
  font-weight: 700;
  font-size: 105px;
}

@media (max-width: 1600px) {
  .home-banner h1 span {
    font-size: 80px;
  }
}

@media (max-width: 1025px) {
  .home-banner h1 span {
    font-size: 60px;
    line-height: 50px;
  }
}

@media (max-width: 991.98px) {
  .home-banner h1 span {
    font-size: 70px;
    line-height: 81px;
  }
}

@media (min-width: 576px) and (max-width: 645px) {
  .home-banner h1 span {
    font-size: 60px;
    line-height: 54px;
  }
}

@media (max-width: 575.98px) {
  .home-banner h1 span {
    font-size: 60px;
    line-height: 54px;
  }
}

.home-banner .banner-bud-back {
  position: absolute;
  right: 76px;
  bottom: -219px;
  z-index: -1;
  opacity: 0.6;
}

.home-banner .right-side-elem, .home-banner .left-side-elem {
  position: absolute;
}

.home-banner .right-side-elem {
  right: 25px;
  top: 160px;
  z-index: 1;
}

@media (min-width: 1800px) {
  .home-banner .right-side-elem {
    right: 117px;
  }
}

@media (max-width: 991.98px) {
  .home-banner .right-side-elem {
    right: 94px;
    top: 277px;
  }
}

@media (max-width: 575.98px) {
  .home-banner .right-side-elem {
    display: none;
  }
}

.home-banner .left-side-elem {
  top: 183px;
  left: 80px;
  -webkit-animation: rotate-anticlock 3s infinite;
  animation: rotate-anticlock 3s infinite;
  width: 60px;
}

@media (max-width: 1399.98px) {
  .home-banner .left-side-elem {
    left: 45px;
  }
}

@media (max-width: 1280.98px) {
  .home-banner .left-side-elem {
    left: 10px;
  }
}

@media (max-width: 1025px) {
  .home-banner .left-side-elem {
    left: 31px;
    top: 220px;
  }
}

@media (max-width: 991.98px) {
  .home-banner .left-side-elem {
    left: 100px;
    top: 363px;
    z-index: 1;
  }
}

@media (max-width: 575.98px) {
  .home-banner .left-side-elem {
    display: none;
  }
}

.home-banner .sun-element {
  position: absolute;
  left: 32%;
}

.home-banner .sun-element svg {
  width: 127px;
}

@media (max-width: 1025px) {
  .home-banner .sun-element svg {
    width: 85px;
  }
}

@media (max-width: 1399.98px) {
  .home-banner .sun-element {
    left: 22%;
  }
}

@media (max-width: 1025px) {
  .home-banner .sun-element {
    left: 18%;
    top: -19px;
  }
}

@media (max-width: 991.98px) {
  .home-banner .sun-element {
    left: 19%;
    top: 211px;
    z-index: 1;
  }
}

@media (max-width: 575.98px) {
  .home-banner .sun-element {
    display: none;
  }
}

.home-banner .bottom-plant {
  position: absolute;
  bottom: -30%;
  left: 0;
  width: 484px;
  mix-blend-mode: color-burn;
}

@media (min-width: 1800px) {
  .home-banner .bottom-plant {
    bottom: -21%;
    left: 97px;
    width: 522px;
  }
}

@media (max-width: 1399.98px) {
  .home-banner .bottom-plant {
    bottom: -17%;
    left: 0;
    width: 370px;
  }
}

@media (max-width: 575.98px) {
  .home-banner .bottom-plant {
    display: none;
  }
}

.banner-girl {
  position: absolute;
  right: 180px;
  width: 900px;
  bottom: 0;
  z-index: -1;
}

@media (min-width: 1800px) {
  .banner-girl {
    right: 165px;
    width: 884px;
    bottom: 11px;
  }
}

@media (max-width: 1600px) {
  .banner-girl {
    right: 35px;
  }
}

@media (max-width: 1399.98px) {
  .banner-girl {
    width: 770px;
  }
}

@media (max-width: 1025px) {
  .banner-girl {
    width: 583px;
  }
}

@media (max-width: 767.98px) {
  .banner-girl {
    left: 0;
    right: 0;
    margin: auto;
  }
}

@media (max-width: 575.98px) {
  .banner-girl {
    display: none;
  }
}

.banner-girl-mob {
  display: none;
}

@media (max-width: 575.98px) {
  .banner-girl-mob {
    display: block;
    margin: auto;
    -webkit-transform: scale(1.3);
            transform: scale(1.3);
  }
}

.sun-leaf {
  -webkit-animation: fade 2s infinite;
  animation: fade 2s infinite;
}

.sun-leaf2 {
  -webkit-animation: fade 1s infinite;
  animation: fade 1s infinite;
}

.home-section-1 {
  position: relative;
  z-index: 1;
}

@media (max-width: 1399.98px) {
  .home-section-1 {
    padding-top: 50px;
  }
}

.home-section-1 .section-title {
  margin-bottom: 20px;
}

.home-section-1 p {
  margin-bottom: 20px;
  font-family: "Urbanist", sans-serif;
}

@media (min-width: 1800px) {
  .home-section-1 p br {
    display: none;
  }
}

@media (max-width: 1025px) {
  .home-section-1 p {
    max-width: 100%;
    width: 80%;
    margin: 0 auto 20px auto;
    line-height: 25px;
  }
}

@media (max-width: 575.98px) {
  .home-section-1 p {
    width: 100%;
  }
}

@media (min-width: 1800px) {
  .home-section-1 .line-break br {
    display: block;
  }
}

.home-section-1 .top-curve {
  margin-top: -225px;
  width: 119%;
  left: -67px;
  right: 0;
  z-index: -1;
  max-width: none;
  position: relative;
}

@media (min-width: 1800px) {
  .home-section-1 .top-curve {
    margin-top: -313px;
    left: -49px;
    width: 124%;
  }
  .home-section-1 .top-curve img {
    width: 100%;
  }
}

@media (max-width: 1399.98px) {
  .home-section-1 .top-curve {
    margin-top: -261px;
  }
}

@media (max-width: 1025px) {
  .home-section-1 .top-curve {
    top: -24%;
  }
}

@media (max-width: 991.98px) {
  .home-section-1 .top-curve {
    margin-top: -177px;
  }
}

@media (min-width: 576px) and (max-width: 645px) {
  .home-section-1 .top-curve {
    margin-top: -149px;
  }
}

@media (max-width: 575.98px) {
  .home-section-1 .top-curve {
    margin-top: -153px;
  }
  .home-section-1 .top-curve img {
    max-width: 112%;
  }
}

.home-section-1 .bottom-curve {
  margin-top: -430px;
  left: 0;
  right: 0;
  z-index: 1;
  max-width: none;
  position: relative;
}

@media (min-width: 1800px) {
  .home-section-1 .bottom-curve {
    margin-top: -390px;
  }
  .home-section-1 .bottom-curve img {
    width: 111%;
  }
}

@media (max-width: 1399.98px) {
  .home-section-1 .bottom-curve {
    margin-top: -428px;
  }
}

@media (max-width: 991.98px) {
  .home-section-1 .bottom-curve {
    margin-top: -164px;
  }
}

.home-section-1 .bottom-curve img {
  max-width: 108%;
}

.home-section-1 .left-leaf {
  opacity: 0.9;
  left: -12%;
  top: 110px;
  mix-blend-mode: color-burn;
  -webkit-animation: simple-move 2s infinite alternate;
  animation: simple-move 2s infinite alternate;
}

@media (min-width: 1800px) {
  .home-section-1 .left-leaf {
    left: -9%;
    top: 18%;
  }
}

@media (max-width: 1399.98px) {
  .home-section-1 .left-leaf {
    left: -106px;
    width: 260px;
    top: -6%;
  }
}

@media (max-width: 991.98px) {
  .home-section-1 .left-leaf {
    left: -106px;
    width: 229px;
    top: -17%;
  }
}

@media (min-width: 576px) and (max-width: 645px) {
  .home-section-1 .left-leaf {
    top: -12%;
  }
}

@media (max-width: 575.98px) {
  .home-section-1 .left-leaf {
    width: 197px;
    top: -11%;
  }
}

.home-section-1 .right-leaf1 {
  opacity: 0.9;
  right: -13%;
  bottom: 13%;
  mix-blend-mode: color-burn;
  width: 429px;
  -webkit-animation: simple-move 2s infinite alternate;
  animation: simple-move 2s infinite alternate;
}

@media (min-width: 1800px) {
  .home-section-1 .right-leaf1 {
    right: -17%;
    bottom: 12%;
    width: auto;
  }
}

@media (max-width: 1399.98px) {
  .home-section-1 .right-leaf1 {
    right: -10%;
    bottom: -2%;
  }
}

@media (max-width: 1025px) {
  .home-section-1 .right-leaf1 {
    right: -14%;
    bottom: 24%;
    width: 316px;
  }
}

@media (max-width: 991.98px) {
  .home-section-1 .right-leaf1 {
    right: -17%;
    bottom: 24%;
    width: 288px;
  }
}

@media (max-width: 575.98px) {
  .home-section-1 .right-leaf1 {
    right: -24%;
    bottom: 2%;
    width: 224px;
  }
}

@media (max-width: 375.98px) {
  .home-section-1 .right-leaf1 {
    right: -29%;
    bottom: 0%;
    width: 224px;
  }
}

.home-section-1 .right-leaf {
  opacity: 0.9;
  right: 9%;
  bottom: -10%;
  mix-blend-mode: color-burn;
  width: 338px;
  -webkit-animation: simple-move 2s infinite alternate;
  animation: simple-move 2s infinite alternate;
}

@media (min-width: 1800px) {
  .home-section-1 .right-leaf {
    right: 11%;
    bottom: -10%;
    width: 452px;
  }
}

@media (max-width: 1399.98px) {
  .home-section-1 .right-leaf {
    right: 17%;
    bottom: -10%;
    width: 300px;
  }
}

@media (max-width: 1025px) {
  .home-section-1 .right-leaf {
    right: 7%;
    bottom: -13%;
    width: 256px;
  }
}

@media (max-width: 575.98px) {
  .home-section-1 .right-leaf {
    right: 17%;
    bottom: -7%;
    width: 192px;
  }
}

.home-section-1 .yellow-bg {
  background-color: #FFCE07;
  padding-bottom: 340px;
}

@media (min-width: 1200px) {
  .home-section-1 .yellow-bg {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(86%, #FFCE07), color-stop(30%, #fff));
    background: linear-gradient(#FFCE07 86%, #fff 30%);
  }
}

@media (min-width: 1800px) {
  .home-section-1 .yellow-bg {
    padding-bottom: 265px;
    padding-top: 40px;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(106%, #FFCE07), color-stop(50%, #fff));
    background: linear-gradient(#FFCE07 106%, #fff 50%);
  }
}

@media (max-width: 1025px) {
  .home-section-1 .yellow-bg {
    padding-bottom: 388px;
  }
  .home-section-1 .yellow-bg br {
    display: none;
  }
}

@media (max-width: 991.98px) {
  .home-section-1 .yellow-bg {
    padding-bottom: 134px;
    padding-top: 50px;
  }
}

@media (max-width: 575.98px) {
  .home-section-1 .yellow-bg {
    padding-bottom: 214px;
  }
}

.curve-section {
  overflow: hidden;
  padding-top: 263px;
  margin-top: -264px;
  position: relative;
}

@media (min-width: 1800px) {
  .curve-section {
    padding-top: 298px;
    margin-top: -303px;
  }
}

@media (max-width: 575.98px) {
  .curve-section {
    padding-top: 218px;
    margin-top: -266px;
  }
}

.scroll-down {
  position: absolute;
  left: 227px;
  top: -14px;
  z-index: 9;
  cursor: pointer;
}

@media (min-width: 1800px) {
  .scroll-down {
    left: 384px;
    bottom: 289px;
  }
}

@media (max-width: 1399.98px) {
  .scroll-down {
    left: 146px;
    top: -5px;
  }
}

@media (max-width: 1280.98px) {
  .scroll-down {
    left: 89px;
  }
}

@media (max-width: 1025px) {
  .scroll-down {
    display: none;
  }
}

.scroll-down svg {
  width: 140px;
}

@media (max-width: 1399.98px) {
  .scroll-down svg {
    width: 120px;
  }
}

.scroll-down:hover path {
  -webkit-transform: translate(18px, 0px);
          transform: translate(18px, 0px);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.home-section-2 {
  padding-top: 40px;
  position: relative;
}

.home-section-2 h4.section-title {
  margin-bottom: 24px;
}

@media (max-width: 767.98px) {
  .home-section-2 h4.section-title {
    margin-bottom: 8px;
  }
}

@media (max-width: 575.98px) {
  .home-section-2 {
    padding-top: 90px;
  }
  .home-section-2 .section-title br {
    display: none;
  }
  .home-section-2 p {
    width: 72%;
    margin-bottom: 40px;
  }
}

.home-section-2 #y-video {
  width: 696px;
  max-width: 100%;
  height: 500px;
  -webkit-box-shadow: 12px 21px 57px #00964D5C;
          box-shadow: 12px 21px 57px #00964D5C;
  border-radius: 46px;
  overflow: hidden;
}

@media (max-width: 991.98px) {
  .home-section-2 #y-video {
    height: 385px;
  }
}

@media (max-width: 575.98px) {
  .home-section-2 #y-video {
    height: 280px;
  }
}

@media (min-width: 1200px) {
  .home-section-2 .pr-5 {
    padding-right: 8%;
  }
}

.home-section-2 .elem1-left {
  left: 5%;
  top: 0;
}

@media (min-width: 576px) and (max-width: 645px) {
  .home-section-2 .elem1-left {
    left: 4%;
    top: -4px;
    width: 41px;
  }
}

@media (max-width: 575.98px) {
  .home-section-2 .elem1-left {
    width: 68px;
  }
}

.home-section-2 .elem2-right {
  right: 5%;
  top: 47%;
  width: 60px;
}

@media (min-width: 768px) and (max-width: 1200px) {
  .home-section-2 .elem2-right {
    top: auto;
    bottom: -76px;
  }
}

@media (max-width: 575.98px) {
  .home-section-2 .elem2-right {
    top: auto;
    bottom: -102px;
  }
}

.home-section-3 {
  padding-bottom: 200px;
  margin-top: 80px;
  position: relative;
  z-index: 1;
  scroll-margin-top: 11em;
}

@media (max-width: 991.98px) {
  .home-section-3 {
    padding-bottom: 411px;
  }
  .home-section-3 .p-0 {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .home-section-3 .second-place {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .home-section-3 .third-place {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

@media (max-width: 575.98px) {
  .home-section-3 {
    margin-top: 123px;
    padding-top: 90px;
  }
}

.home-section-3 .section-title {
  margin-bottom: 52px;
}

@media (max-width: 575.98px) {
  .home-section-3 .section-title {
    margin: 0 0 15px 0;
  }
}

.home-section-3 .green-box {
  background-color: #74BD43;
  height: 336px;
  width: 100%;
  text-align: center;
  border-radius: 13px;
  padding: 76px 30px;
}

@media (min-width: 1800px) {
  .home-section-3 .green-box {
    height: 390px;
    padding: 76px 27px;
  }
}

@media (max-width: 991.98px) {
  .home-section-3 .green-box {
    height: auto;
    padding: 45px 30px;
  }
}

@media (max-width: 575.98px) {
  .home-section-3 .green-box {
    text-align: left;
    padding: 41px 30px;
  }
}

.home-section-3 .green-box .block-icon {
  width: 87px;
  margin: auto;
}

@media (max-width: 1025px) {
  .home-section-3 .green-box .block-icon {
    width: 66px;
  }
}

@media (max-width: 575.98px) {
  .home-section-3 .green-box .block-icon {
    margin-left: 0;
    margin-right: auto;
  }
}

.home-section-3 .green-box img.bg-bud {
  position: absolute;
  bottom: 0;
  mix-blend-mode: color-burn;
  opacity: 0.1;
  right: 0;
  margin: auto;
  width: 189px;
}

.home-section-3 .green-box h5 {
  margin-top: 20px;
  margin-bottom: 5px;
  font-size: 24px;
  color: #ffff;
}

.home-section-3 .green-box p {
  font-size: 18px;
  color: #ffff;
  font-weight: 400;
  font-family: "Urbanist", sans-serif;
  margin-bottom: 5px;
}

@media (max-width: 1600px) {
  .home-section-3 .green-box p {
    font-size: 16px;
  }
}

@media (max-width: 767.98px) {
  .home-section-3 .green-box p {
    font-size: 14px;
  }
}

.home-section-3 .pr-0 {
  padding-right: 0;
}

@media (max-width: 991.98px) {
  .home-section-3 .pr-0 {
    padding-right: 15px;
  }
}

.home-section-3 .pl-0 {
  padding-left: 0;
}

@media (max-width: 991.98px) {
  .home-section-3 .pl-0 {
    padding-left: 15px;
  }
}

.home-section-3 .wrapper {
  padding-top: 62px;
  padding-bottom: 30px;
}

@media (max-width: 991.98px) {
  .home-section-3 .wrapper {
    padding-top: 30px;
    padding-bottom: 0;
  }
}

.home-section-3 .green-box.front-div {
  background-color: #00964D !important;
  position: relative;
  z-index: 9;
  height: 457px;
  width: 424px;
  margin: auto;
  -webkit-box-shadow: 11px 17px 48px #00964DAD;
          box-shadow: 11px 17px 48px #00964DAD;
}

@media (min-width: 1800px) {
  .home-section-3 .green-box.front-div {
    height: 500px;
  }
}

@media (max-width: 1025px) {
  .home-section-3 .green-box.front-div {
    height: 430px;
  }
}

@media (max-width: 991.98px) {
  .home-section-3 .green-box.front-div {
    height: auto;
    width: 100%;
  }
}

.home-section-3 .green-box.front-div img.bg-bud {
  width: 332px;
}

.home-section-3 .green-box.front-div h5 {
  margin-top: 20px;
  margin-bottom: 20px;
}

.home-section-3 .back-div1 {
  position: relative;
  right: -66px;
  -webkit-box-shadow: 11px 12px 42px #00964D63;
          box-shadow: 11px 12px 42px #00964D63;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.home-section-3 .back-div1:hover {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
  background-color: #00964D;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.home-section-3 .back-div1:hover h5 {
  font-size: 18px;
}

.home-section-3 .back-div1:hover p {
  font-size: 14px;
  line-height: 20px;
}

@media (min-width: 1800px) {
  .home-section-3 .back-div1 {
    right: -82px;
  }
}

@media (max-width: 1280.98px) {
  .home-section-3 .back-div1 {
    right: -76px;
  }
}

@media (max-width: 1025px) {
  .home-section-3 .back-div1 {
    right: -29px;
  }
}

@media (max-width: 991.98px) {
  .home-section-3 .back-div1 {
    right: 0;
    border-top-right-radius: 13px;
    border-bottom-right-radius: 13px;
  }
  .home-section-3 .back-div1:hover {
    -webkit-transform: none;
            transform: none;
    background-color: #00964D;
    -webkit-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
  }
  .home-section-3 .back-div1:hover h5 {
    font-size: 24px;
  }
  .home-section-3 .back-div1:hover p {
    font-size: 14px;
    line-height: 25px;
  }
}

.home-section-3 .back-div2 {
  position: relative;
  left: -66px;
  -webkit-box-shadow: 11px 12px 42px #00964D63;
          box-shadow: 11px 12px 42px #00964D63;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.home-section-3 .back-div2:hover {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
  background-color: #00964D;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.home-section-3 .back-div2:hover h5 {
  font-size: 18px;
}

.home-section-3 .back-div2:hover p {
  font-size: 14px;
  line-height: 20px;
}

@media (min-width: 1800px) {
  .home-section-3 .back-div2 {
    left: -82px;
  }
}

@media (max-width: 1280.98px) {
  .home-section-3 .back-div2 {
    left: -76px;
  }
}

@media (max-width: 1025px) {
  .home-section-3 .back-div2 {
    left: -29px;
    padding: 63px 30px;
  }
}

@media (max-width: 991.98px) {
  .home-section-3 .back-div2 {
    left: 0;
    border-top-left-radius: 13px;
    border-bottom-left-radius: 13px;
  }
  .home-section-3 .back-div2:hover {
    -webkit-transform: none;
            transform: none;
    background-color: #00964D;
    -webkit-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
  }
  .home-section-3 .back-div2:hover h5 {
    font-size: 24px;
  }
  .home-section-3 .back-div2:hover p {
    font-size: 14px;
    line-height: 25px;
  }
}

.home-section-3:hover .parachute-left {
  top: -130px;
  -webkit-transition: all 1s ease-in;
  transition: all 1s ease-in;
}

.home-section-3:hover .parachute-right {
  top: 100px;
  -webkit-transition: all 1s ease-in;
  transition: all 1s ease-in;
}

@media (max-width: 1025px) {
  .home-section-3:hover .parachute-right {
    top: 0;
  }
}

@media (max-width: 1025px) {
  .home-section-3:hover .parachute-right {
    top: auto;
    bottom: 223px;
  }
}

.parachute-left {
  top: 30px;
  left: 50px;
  -webkit-transition: all 1s ease-in;
  transition: all 1s ease-in;
}

@media (max-width: 991.98px) {
  .parachute-left {
    top: -130px;
  }
}

@media (min-width: 576px) and (max-width: 645px) {
  .parachute-left {
    top: -54px;
  }
}

@media (max-width: 575.98px) {
  .parachute-left {
    top: -61px !important;
    left: 12px;
  }
}

.parachute-left img {
  width: 295px;
}

@media (max-width: 1600px) {
  .parachute-left img {
    width: 250px;
  }
}

@media (max-width: 1399.98px) {
  .parachute-left img {
    width: 225px;
  }
}

@media (max-width: 1280.98px) {
  .parachute-left img {
    width: 190px;
  }
}

@media (min-width: 576px) and (max-width: 645px) {
  .parachute-left img {
    width: 122px;
  }
}

@media (max-width: 575.98px) {
  .parachute-left img {
    width: 114px;
  }
}

.parachute-right {
  top: 250px;
  right: 0px;
  -webkit-transition: all 1s ease-in;
  transition: all 1s ease-in;
}

@media (max-width: 1280.98px) {
  .parachute-right {
    top: 164px;
  }
}

@media (max-width: 1025px) {
  .parachute-right {
    top: 98px;
  }
}

@media (max-width: 991.98px) {
  .parachute-right {
    top: auto;
    bottom: 223px;
  }
}

.parachute-right img {
  width: 252px;
}

@media (max-width: 1600px) {
  .parachute-right img {
    width: 220px;
  }
}

@media (max-width: 1399.98px) {
  .parachute-right img {
    width: 185px;
  }
}

@media (max-width: 1280.98px) {
  .parachute-right img {
    width: 160px;
  }
}

.home-section-4 {
  position: relative;
  margin-top: -208px;
  z-index: 1;
}

@media (min-width: 1800px) {
  .home-section-4 .xxl-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 58.33333333%;
    padding-right: 60px;
  }
}

.home-section-4 .row {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.home-section-4 .top-blue-curve {
  position: relative;
  z-index: 1;
  top: 1px;
}

.home-section-4 .blue-content-area {
  background-color: #51C2EB;
  padding-bottom: 164px;
}

@media (min-width: 1800px) {
  .home-section-4 .blue-content-area {
    padding-bottom: 200px;
  }
}

@media (max-width: 991.98px) {
  .home-section-4 .blue-content-area {
    padding-bottom: 1px;
    padding-top: 55px;
  }
}

@media (min-width: 576px) and (max-width: 645px) {
  .home-section-4 .blue-content-area {
    text-align: center;
  }
}

.home-section-4 .blue-content-area .container {
  position: relative;
  z-index: 9;
}

.home-section-4 .children-image {
  position: absolute;
  left: -17px;
  top: -102px;
  z-index: 1;
}

@media (min-width: 1800px) {
  .home-section-4 .children-image {
    width: 1002px;
    top: -73px;
    left: -11px;
  }
  .home-section-4 .children-image img {
    width: 100%;
  }
}

@media (max-width: 1280.98px) {
  .home-section-4 .children-image {
    left: -32px;
  }
}

@media (max-width: 1025px) {
  .home-section-4 .children-image {
    top: 99px;
    left: -65px;
  }
  .home-section-4 .children-image img {
    width: 663px;
    margin: auto;
  }
}

@media (max-width: 991.98px) {
  .home-section-4 .children-image {
    position: relative;
    left: 0;
    background-color: #51C2EB;
    top: 0;
  }
}

.home-section-4 .bottom-blue-curve {
  position: absolute;
  z-index: 1;
  bottom: -2px;
  overflow: hidden;
  width: 100%;
}

@media (min-width: 1800px) {
  .home-section-4 .bottom-blue-curve {
    bottom: -11px;
  }
}

.home-section-4 .bottom-blue-curve img {
  max-width: 108%;
}

@media (min-width: 1800px) {
  .home-section-4 .bottom-blue-curve img {
    width: 106%;
  }
}

@media (max-width: 1280.98px) {
  .home-section-4 .bottom-blue-curve {
    bottom: -3px;
  }
}

.home-section-4 .cloud {
  top: -55px;
  z-index: -1;
}

.home-section-4 .cloud img {
  position: relative;
  left: -14px;
}

@media (min-width: 576px) and (max-width: 645px) {
  .home-section-4 .cloud {
    top: -46px;
  }
}

@media (max-width: 575.98px) {
  .home-section-4 .cloud {
    top: -76px;
  }
  .home-section-4 .cloud .cloud-desktop {
    display: none;
  }
  .home-section-4 .cloud .cloud-mob {
    display: block;
  }
  .home-section-4 .cloud .cloud-mob img {
    left: -3px;
  }
}

.home-section-4 p {
  color: #ffff;
  font-weight: 400;
  margin-bottom: 57px;
}

@media (min-width: 1800px) {
  .home-section-4 p {
    padding-right: 0;
    margin-top: 30px;
  }
}

@media (min-width: 1200px) {
  .home-section-4 p {
    padding-right: 8%;
  }
}

@media (max-width: 1399.98px) {
  .home-section-4 p {
    padding-right: 16%;
  }
}

@media (max-width: 767.98px) {
  .home-section-4 p {
    font-size: 14px;
    line-height: 25px;
    padding-right: 0;
    text-align: center;
  }
}

.home-section-4 .section-title {
  margin-top: 15px;
  margin-bottom: 18px;
}

@media (min-width: 1800px) {
  .home-section-4 .section-title {
    margin-bottom: 10px;
  }
}

@media (max-width: 767.98px) {
  .home-section-4 .section-title {
    text-align: center;
  }
}

.home-section-4 .plane {
  position: absolute;
  right: 0;
  bottom: 127px;
  width: 260px;
  overflow: hidden;
}

@media (min-width: 1800px) {
  .home-section-4 .plane {
    bottom: 148px;
    width: 340px;
  }
}

@media (max-width: 1025px) {
  .home-section-4 .plane {
    bottom: 88px;
    width: 182px;
  }
}

@media (max-width: 767.98px) {
  .home-section-4 .plane {
    bottom: auto;
    top: 31px;
    width: 115px;
    z-index: 9;
  }
}

.home-section-5 {
  position: relative;
  scroll-margin-top: 11em;
  padding-bottom: 250px;
}

@media (min-width: 1800px) {
  .home-section-5 {
    padding-top: 40px;
    padding-bottom: 310px;
  }
}

@media (max-width: 991.98px) {
  .home-section-5 {
    padding-top: 40px;
    padding-bottom: 49px;
  }
}

@media (max-width: 575.98px) {
  .home-section-5 {
    padding-top: 90px;
    padding-bottom: 165px;
  }
}

.home-section-5 .floating-elem {
  position: absolute;
  overflow: hidden;
}

.home-section-5 .elem1 {
  left: 4%;
  bottom: 32%;
}

.home-section-5 .elem1 svg {
  width: 50px;
}

@media (max-width: 1025px) {
  .home-section-5 .elem1 {
    left: 4%;
    bottom: -80px;
  }
}

@media (max-width: 991.98px) {
  .home-section-5 .elem1 {
    display: none;
  }
}

.home-section-5 .elem2 {
  right: 113px;
  top: 81px;
}

@media (max-width: 1399.98px) {
  .home-section-5 .elem2 {
    right: 43px;
  }
}

@media (max-width: 1025px) {
  .home-section-5 .elem2 {
    top: 33px;
  }
}

@media (max-width: 575.98px) {
  .home-section-5 .elem2 {
    top: 68px;
  }
  .home-section-5 .elem2 svg {
    width: 45px;
  }
}

.home-section-5 .branch-right {
  position: absolute;
  right: 0;
  overflow: hidden;
  width: 442px;
  bottom: 200px;
}

@media (max-width: 1399.98px) {
  .home-section-5 .branch-right {
    width: 435px;
    bottom: 29px;
  }
}

@media (max-width: 1025px) {
  .home-section-5 .branch-right {
    bottom: -34px;
  }
}

@media (max-width: 575.98px) {
  .home-section-5 .branch-right {
    bottom: -113px;
  }
}

@media (min-width: 576px) and (max-width: 645px) {
  .home-section-5 .branch-right {
    bottom: -207px;
    width: 294px;
  }
}

.home-section-5 .branch-right img {
  position: relative;
  right: -144px;
}

@media (max-width: 1399.98px) {
  .home-section-5 .branch-right img {
    right: -129px;
  }
}

@media (max-width: 575.98px) {
  .home-section-5 .branch-right img {
    right: -192px;
    width: 300px;
  }
}

.home-section-5 .bottom-rainbow {
  position: absolute;
  bottom: -32%;
  left: 0;
  right: 0;
}

@media (max-width: 1399.98px) {
  .home-section-5 .bottom-rainbow {
    bottom: -32%;
  }
}

@media (max-width: 1025px) {
  .home-section-5 .bottom-rainbow {
    bottom: -31%;
  }
}

@media (max-width: 991.98px) {
  .home-section-5 .bottom-rainbow {
    bottom: -21%;
  }
}

@media (min-width: 576px) and (max-width: 645px) {
  .home-section-5 .bottom-rainbow {
    bottom: -15%;
  }
}

@media (max-width: 575.98px) {
  .home-section-5 .bottom-rainbow {
    display: none;
  }
}

.home-section-5 .bottom-rainbow-mob {
  display: none;
}

@media (max-width: 575.98px) {
  .home-section-5 .bottom-rainbow-mob {
    display: block;
    position: absolute;
    bottom: -11.5%;
    left: 0;
    right: 0;
  }
}

.home-section-5 .sun-element {
  position: absolute;
  top: -147px;
  left: 17%;
  z-index: 1;
}

.home-section-5 .sun-element svg {
  width: 104px;
}

@media (max-width: 575.98px) {
  .home-section-5 .sun-element svg {
    width: 75px;
  }
}

@media (min-width: 1800px) {
  .home-section-5 .sun-element {
    left: 24%;
  }
}

@media (max-width: 991.98px) {
  .home-section-5 .sun-element {
    top: -108px;
  }
}

@media (max-width: 575.98px) {
  .home-section-5 .sun-element {
    top: -49px;
    left: 14%;
  }
}

.home-section-5 .testimonial-box {
  margin-top: 50px;
  -webkit-box-shadow: 10px 16px 58px #D317722E;
          box-shadow: 10px 16px 58px #D317722E;
  padding: 30px 30px;
  border-radius: 27px;
}

.home-section-5 .testimonial-box:hover #yellowQuote {
  -webkit-transform: translate(-2px, -2px);
          transform: translate(-2px, -2px);
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

@media (max-width: 575.98px) {
  .home-section-5 .testimonial-box {
    margin-top: 70px;
  }
}

.home-section-5 .quote-icon {
  margin-top: -50px;
  margin-bottom: 30px;
}

.home-section-5 .quote-icon #yellowQuote {
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.home-section-5 p {
  margin-bottom: 15px;
  font-size: 16px;
}

@media (min-width: 1800px) {
  .home-section-5 p {
    font-size: 20px;
    line-height: 30px;
  }
}

@media (max-width: 767.98px) {
  .home-section-5 p {
    height: auto !important;
  }
}

.home-section-5 h6 {
  font-size: 22px;
}

@media (max-width: 1280.98px) {
  .beautiful-eye {
    display: none;
  }
}
/*# sourceMappingURL=style.css.map */

/* .table-responsive-lg {
  height: 440px !important;
  overflow-y: scroll !important;
} */