@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;
  }
}

.inner-banner {
  position: relative;
}

.inner-banner img {
  width: 100%;
}

.inner-banner .inn-banner-bottom {
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 100%;
}

@media (max-width: 767.98px) {
  .inner-banner .inn-banner-bottom {
    bottom: -10px;
  }
}

.about-fecility-wrap {
  overflow-x: hidden;
}

.abt-fecility-disc {
  padding: 120px 0 0 0;
  position: relative;
}

.abt-fecility-disc h1 {
  margin-bottom: 50px;
}

@media (max-width: 767.98px) {
  .abt-fecility-disc h1 {
    margin-bottom: 25px;
  }
}

@media (max-width: 767.98px) {
  .abt-fecility-disc {
    padding: 60px 0 0 0;
  }
}

.abt-fecility-disc .left-round {
  position: absolute;
  left: 60px;
  top: 135px;
  width: 65px;
  overflow: hidden;
}

@media (max-width: 1280.98px) {
  .abt-fecility-disc .left-round {
    left: 6px;
    top: 20px;
  }
}

@media (max-width: 767.98px) {
  .abt-fecility-disc .left-round {
    left: 14px;
    width: 39px;
    top: 80px;
  }
}

.abt-fecility-disc .left-round img {
  max-width: 100%;
}

.abt-fecility-disc .right-round {
  position: absolute;
  right: 60px;
  top: 39px;
  width: 51px;
  overflow: hidden;
}

@media (max-width: 767.98px) {
  .abt-fecility-disc .right-round {
    right: 0px;
    width: 40px;
  }
}

.abt-fecility-disc .right-round img {
  max-width: 100%;
}

.fecility-section {
  overflow: hidden;
}

@media (max-width: 767.98px) {
  .fecility-section .fecility-content-wrap {
    padding-bottom: 50px;
    padding-top: 50px;
  }
}

@media (max-width: 767.98px) {
  .fecility-section .fecility-cont-content {
    padding: 0 !important;
    margin-bottom: 30px;
  }
}

.fecility-section h2 {
  margin-bottom: 50px;
}

@media (max-width: 1600px) {
  .fecility-section h2 {
    margin-bottom: 30px;
  }
}

.fecility-section {
  position: relative;
}

.fecility-section .left-round {
  overflow: hidden;
}

.fecility-section .container {
  position: relative;
}

@media (max-width: 575.98px) {
  .fecility-section .container .row {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
}

@media (max-width: 767.98px) {
  .fecility-section .container {
    padding: 0 55px;
  }
}

.fecility-section.fec-sec-1.with-bg-color .fecility-content-wrap {
  background: #ffe5d4;
}

.fecility-section.fec-sec-1.with-bg-color .fecility-content-wrap h2 {
  color: #EF7724;
}

.fecility-section.fec-sec-1.with-bg-color .fecility-content-wrap p {
  color: #333333;
}

.fecility-section.fec-sec-1.with-bg-color .fecility-svg path {
  fill: #ffe5d4;
}

.fecility-section.fec-sec-2 h2 {
  color: #00964D;
}

@media (max-width: 767.98px) {
  .fecility-section.fec-sec-2 .container .row:first-child {
    margin-bottom: 100px;
  }
}

.fecility-section.fec-sec-2 .container .row:nth-child(even) h2 {
  color: #51C2EB;
}

.fecility-section.fec-sec-2 .left-round {
  overflow: hidden;
  right: 43%;
  top: 0;
  position: absolute;
}

@media (max-width: 1600px) {
  .fecility-section.fec-sec-2 .left-round {
    width: 50px;
  }
}

@media (max-width: 767.98px) {
  .fecility-section.fec-sec-2 .left-round {
    right: 35px;
  }
}

.fecility-section.fec-sec-2 .right-round {
  overflow: hidden;
  left: 4%;
  bottom: -4%;
  position: absolute;
}

@media (min-width: 1800px) {
  .fecility-section.fec-sec-2 .right-round {
    bottom: 2%;
  }
}

@media (max-width: 1600px) {
  .fecility-section.fec-sec-2 .right-round {
    width: 50px;
    bottom: 1%;
  }
}

@media (max-width: 767.98px) {
  .fecility-section.fec-sec-2 .right-round {
    bottom: 9px;
  }
}

.fecility-section.fec-sec-3.with-bg-color h2 {
  color: #7E5794;
}

.fecility-section.fec-sec-3.with-bg-color .left-round {
  position: absolute;
  right: -5%;
  top: -23%;
}

@media (max-width: 1600px) {
  .fecility-section.fec-sec-3.with-bg-color .left-round {
    right: 0%;
    top: -10%;
    width: 50px;
  }
}

@media (max-width: 767.98px) {
  .fecility-section.fec-sec-3.with-bg-color .left-round {
    right: 35px;
  }
}

.fecility-section.fec-sec-3.with-bg-color .fecility-content-wrap {
  background: #ebf0ff;
}

.fecility-section.fec-sec-3.with-bg-color .fecility-content-wrap .container .row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.fecility-section.fec-sec-3.with-bg-color .fecility-content-wrap .container .row .fecility-cont-content {
  padding-left: 0;
  padding-right: 80px;
}

@media (min-width: 1800px) {
  .fecility-section.fec-sec-3.with-bg-color .fecility-content-wrap .container .row .fecility-cont-content {
    padding-right: 15%;
  }
}

.fecility-section.fec-sec-3.with-bg-color .fecility-content-wrap .tree-branch-right {
  top: auto;
  bottom: -34%;
}

@media (max-width: 991.98px) {
  .fecility-section.fec-sec-3.with-bg-color .fecility-content-wrap .tree-branch-right {
    bottom: -24%;
  }
}

@media (max-width: 767.98px) {
  .fecility-section.fec-sec-3.with-bg-color .fecility-content-wrap .tree-branch-right {
    bottom: -5%;
  }
}

.fecility-section.fec-sec-3.with-bg-color .fecility-content-wrap .tree-branch-left {
  top: -40%;
  bottom: auto;
}

@media (max-width: 991.98px) {
  .fecility-section.fec-sec-3.with-bg-color .fecility-content-wrap .tree-branch-left {
    top: -34%;
  }
}

@media (max-width: 767.98px) {
  .fecility-section.fec-sec-3.with-bg-color .fecility-content-wrap .tree-branch-left {
    top: -5%;
  }
}

.fecility-section.fec-sec-3.with-bg-color .fecility-svg path {
  fill: #ebf0ff;
}

.fecility-section.fec-sec-4.white-bg-sec h2 {
  color: #A1CF5F;
}

.fecility-section.fec-sec-4.white-bg-sec .left-round {
  position: absolute;
  left: -4%;
  top: -5%;
}

@media (min-width: 1800px) {
  .fecility-section.fec-sec-4.white-bg-sec .left-round {
    left: -7%;
  }
}

@media (max-width: 1600px) {
  .fecility-section.fec-sec-4.white-bg-sec .left-round {
    width: 40px;
  }
}

@media (max-width: 767.98px) {
  .fecility-section.fec-sec-4.white-bg-sec .left-round {
    left: 5px;
  }
}

.fecility-section.fec-sec-4.white-bg-sec .fecility-cont-content {
  padding-right: 0;
  padding-left: 80px;
}

@media (min-width: 1800px) {
  .fecility-section.fec-sec-4.white-bg-sec .fecility-cont-content {
    padding-left: 15%;
  }
}

.fecility-section.fec-sec-4.white-bg-sec .container .row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.fecility-section.fec-sec-5.with-bg-color h2 {
  color: #D31772;
}

.fecility-section.fec-sec-5.with-bg-color .left-round {
  position: absolute;
  right: -5%;
  top: -23%;
  display: none;
}

@media (max-width: 1600px) {
  .fecility-section.fec-sec-5.with-bg-color .left-round {
    right: 0%;
    top: -10%;
    width: 40px;
  }
}

.fecility-section.fec-sec-5.with-bg-color .container .row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.fecility-section.fec-sec-5.with-bg-color .fecility-content-wrap {
  background: #ffedf6;
}

.fecility-section.fec-sec-5.with-bg-color .fecility-content-wrap .container .row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.fecility-section.fec-sec-5.with-bg-color .fecility-content-wrap .container .row .fecility-cont-content {
  padding-left: 0;
  padding-right: 80px;
}

@media (min-width: 1800px) {
  .fecility-section.fec-sec-5.with-bg-color .fecility-content-wrap .container .row .fecility-cont-content {
    padding-right: 15%;
  }
}

.fecility-section.fec-sec-5.with-bg-color .fecility-svg path {
  fill: #ffedf6;
}

.fecility-section.fec-sec-6.white-bg-sec h2 {
  color: #00964D;
}

.fecility-section.fec-sec-6.white-bg-sec .left-round {
  position: absolute;
  left: -7%;
  top: 17%;
}

@media (max-width: 1600px) {
  .fecility-section.fec-sec-6.white-bg-sec .left-round {
    width: 55px;
    left: -9%;
  }
}

@media (max-width: 991.98px) {
  .fecility-section.fec-sec-6.white-bg-sec .left-round {
    top: -77px;
    left: 5px;
  }
}

@media (max-width: 767.98px) {
  .fecility-section.fec-sec-6.white-bg-sec .left-round {
    top: -55px;
    left: 5px;
  }
}

.fecility-section.fec-sec-6.white-bg-sec .fecility-cont-content {
  padding-right: 0;
  padding-left: 80px;
}

@media (min-width: 1800px) {
  .fecility-section.fec-sec-6.white-bg-sec .fecility-cont-content {
    padding-left: 15%;
  }
}

.fecility-section.fec-sec-6.white-bg-sec .container .row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.fecility-section.with-bg-color .fecility-content-wrap {
  background: #ff9d5b;
}

.fecility-section.white-bg-sec {
  padding: 120px 0 0 0;
}

@media (max-width: 767.98px) {
  .fecility-section.white-bg-sec .fecility-content-wrap {
    padding-bottom: 0px;
    padding-top: 0px;
  }
}

@media (max-width: 767.98px) {
  .fecility-section.white-bg-sec {
    padding: 60px 0 0 0;
  }
}

.fecility-section.white-bg-sec .fecility-cont-content {
  padding-left: 0;
  padding-right: 80px;
}

@media (min-width: 1800px) {
  .fecility-section.white-bg-sec .fecility-cont-content {
    padding-right: 15%;
  }
}

.fecility-section.white-bg-sec .tree-branch-right,
.fecility-section.white-bg-sec .tree-branch-left {
  display: none;
}

.fecility-section.white-bg-sec .container .row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  margin-bottom: 120px;
}

@media (max-width: 1600px) {
  .fecility-section.white-bg-sec .container .row {
    margin-bottom: 60px;
  }
}

.fecility-section.white-bg-sec .container .row:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.fecility-section.white-bg-sec .container .row:nth-child(even) .fecility-cont-content {
  padding-right: 0;
  padding-left: 80px;
}

@media (min-width: 1800px) {
  .fecility-section.white-bg-sec .container .row:nth-child(even) .fecility-cont-content {
    padding-right: 15%;
  }
}

.fecility-section.white-bg-sec .fecility-svg {
  display: none;
}

.fecility-section .fecility-content-wrap {
  position: relative;
}

.fecility-section .fecility-content-wrap .tree-branch-right,
.fecility-section .fecility-content-wrap .tree-branch-left {
  position: absolute;
  -webkit-animation: simple-move 2s 2s linear infinite alternate;
  animation: simple-move 2s 2s linear infinite alternate;
}

.fecility-section .fecility-content-wrap .tree-branch-right {
  right: -5%;
  top: -34%;
  z-index: 1;
}

@media (max-width: 991.98px) {
  .fecility-section .fecility-content-wrap .tree-branch-right {
    top: -24%;
  }
}

@media (max-width: 1600px) {
  .fecility-section .fecility-content-wrap .tree-branch-right {
    right: -2%;
  }
}

@media (max-width: 767.98px) {
  .fecility-section .fecility-content-wrap .tree-branch-right {
    top: -5%;
  }
}

.fecility-section .fecility-content-wrap .tree-branch-right svg {
  height: 100%;
}

@media (max-width: 1600px) {
  .fecility-section .fecility-content-wrap .tree-branch-right svg {
    max-width: 200px;
  }
}

@media (max-width: 991.98px) {
  .fecility-section .fecility-content-wrap .tree-branch-right svg {
    max-width: 140px;
  }
}

@media (max-width: 767.98px) {
  .fecility-section .fecility-content-wrap .tree-branch-right svg {
    max-width: 120px;
  }
}

.fecility-section .fecility-content-wrap .tree-branch-left {
  left: -18%;
  bottom: -60%;
  z-index: 1;
}

@media (max-width: 1600px) {
  .fecility-section .fecility-content-wrap .tree-branch-left {
    left: -7%;
    bottom: -40%;
  }
}

@media (max-width: 991.98px) {
  .fecility-section .fecility-content-wrap .tree-branch-left {
    bottom: -24%;
  }
}

@media (max-width: 767.98px) {
  .fecility-section .fecility-content-wrap .tree-branch-left {
    bottom: -5%;
  }
}

.fecility-section .fecility-content-wrap .tree-branch-left svg {
  height: 100%;
}

@media (max-width: 1600px) {
  .fecility-section .fecility-content-wrap .tree-branch-left svg {
    max-width: 200px;
  }
}

@media (max-width: 991.98px) {
  .fecility-section .fecility-content-wrap .tree-branch-left svg {
    max-width: 160px;
  }
}

@media (max-width: 767.98px) {
  .fecility-section .fecility-content-wrap .tree-branch-left svg {
    max-width: 100px;
  }
}

.fecility-section .fecility-svg svg {
  width: 100%;
  height: 100%;
}

.fecility-section .fecility-top {
  margin-bottom: -1px;
}

.fecility-section .fecility-bottom {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  margin-top: -1px;
}

@media (max-width: 575.98px) {
  .fecility-section .fecility-cont-img {
    padding: 0 !important;
  }
}

.fecility-section .fecility-cont-img img {
  border-radius: 24px;
}

.fecility-section .fecility-cont-content {
  padding-left: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (min-width: 1800px) {
  .fecility-section .fecility-cont-content {
    padding-right: 12%;
  }
}

@-webkit-keyframes simple-move {
  100% {
    -webkit-transform: translate(15px, 0);
  }
}

@keyframes simple-move {
  100% {
    -webkit-transform: translate(15px, 0);
            transform: translate(15px, 0);
  }
}

@media (max-width: 767.98px) {
  .page-template-facilities .join-us-common {
    padding-top: 98px;
  }
}

@media (max-width: 991.98px) {
  .fecility-section.fec-sec-5 .fecility-content-wrap .tree-branch-right {
    top: -30%;
  }
}

@media (max-width: 767.98px) {
  .fecility-section.fec-sec-5 .fecility-content-wrap .tree-branch-right {
    top: -5%;
  }
}

.meet-teachers .position-thecloud {
  width: 100%;
  top: -336px;
  position: absolute;
  z-index: -1;
  left: -220px;
  max-width: 700px;
}

@media (max-width: 1025px) {
  .meet-teachers .position-thecloud {
    left: -125px;
    max-width: 465px;
    top: -208px;
  }
}

@media (max-width: 767.98px) {
  .meet-teachers .position-thecloud {
    top: -80px;
    max-width: 200px;
    left: -51px;
  }
}

.meet-teachers .position-thecloud-right {
  width: 100%;
  top: -336px;
  position: absolute;
  z-index: -1;
  right: -220px;
  max-width: 700px;
}

@media (max-width: 1025px) {
  .meet-teachers .position-thecloud-right {
    top: -244px;
    z-index: -1;
    right: -119px;
    max-width: 499px;
  }
}

@media (max-width: 767.98px) {
  .meet-teachers .position-thecloud-right {
    top: -99px;
    max-width: 215px;
    right: -66px;
  }
}

.meet-teachers .position-thecloud-center {
  width: 100%;
  top: 20px;
  position: absolute;
  z-index: -1;
  right: 0;
  left: 0;
  max-width: 200px;
  margin: auto;
}

@media (max-width: 991.98px) {
  .meet-teachers .position-thecloud-center {
    max-width: 109px;
    top: 15px;
  }
}

.meet-techer {
  max-width: 840px;
  margin: 200px auto 0;
}

@media (min-width: 1800px) {
  .meet-techer {
    margin: 200px auto 85px;
  }
}

@media (max-width: 991.98px) {
  .meet-techer {
    margin: 145px auto 70px;
  }
}

.page-template-faq .meet-techer, .page-template-inquiry-form .meet-techer {
  margin: 90px auto 0;
}

@media (min-width: 1800px) {
  .page-template-faq .meet-techer, .page-template-inquiry-form .meet-techer {
    margin: 100px auto 85px;
  }
}

@media (max-width: 991.98px) {
  .page-template-faq .meet-techer, .page-template-inquiry-form .meet-techer {
    margin: 145px auto 70px;
  }
}

.image-size-teacher {
  max-width: 330px;
  position: relative;
}

@media (min-width: 1800px) {
  .image-size-teacher {
    max-width: 375px;
  }
}

@media (max-width: 1600px) {
  .image-size-teacher {
    max-width: 340px;
  }
}

@media (max-width: 1025px) {
  .image-size-teacher {
    max-width: 250px;
  }
}

@media (max-width: 991.98px) {
  .image-size-teacher {
    max-width: 205px;
  }
}

.bg-placing {
  max-width: 1000px;
  margin: 0 auto;
}

@media (min-width: 1800px) {
  .bg-placing {
    max-width: 1300px;
  }
}

@media (max-width: 1025px) {
  .bg-placing {
    max-width: 750px;
  }
}

.inside-bg svg {
  position: absolute;
  max-width: 1000px;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
}

@media (min-width: 1800px) {
  .inside-bg svg {
    max-width: 1300px;
  }
}

@media (max-width: 991.98px) {
  .inside-bg svg {
    max-width: 100%;
  }
}

@media (max-width: 1025px) {
  .inside-bg svg {
    max-width: 850px;
  }
}

.teacher-listing {
  margin-bottom: 100px;
}

@media (max-width: 767.98px) {
  .teacher-listing {
    margin-top: 150px;
  }
}

@media (max-width: 375.98px) {
  .teacher-listing {
    margin-top: 100px;
  }
}

.teacher-listing i {
  font-style: normal;
}

@media (max-width: 991.98px) {
  .teacher-listing .d-flex {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
}

@media (max-width: 1600px) {
  .teacher-listing {
    margin-bottom: 150px;
  }
}

@media (max-width: 991.98px) {
  .teacher-listing {
    margin-bottom: 100px;
  }
}

@media (min-width: 1800px) {
  .teacher-listing {
    margin-bottom: 230px;
  }
}

.teacher-listing:nth-of-type(even) .teacher-content-postioning {
  padding-right: 75px;
}

@media (max-width: 1600px) {
  .teacher-listing:nth-of-type(even) .teacher-content-postioning {
    margin-left: auto !important;
    max-width: 630px;
  }
}

@media (max-width: 1025px) {
  .teacher-listing:nth-of-type(even) .teacher-content-postioning {
    max-width: 575px;
    padding-right: 0;
    padding-left: 55px;
  }
}

@media (max-width: 991.98px) {
  .teacher-listing:nth-of-type(even) .teacher-content-postioning {
    padding-left: 0;
  }
}

@media (min-width: 1800px) {
  .teacher-listing:nth-of-type(even) .teacher-content-postioning {
    padding-right: 110px;
    padding-left: 32px;
  }
}

.teacher-listing:nth-of-type(odd) h4 {
  display: inline-block;
}

@media (max-width: 991.98px) {
  .teacher-listing:nth-of-type(odd) h4 {
    display: block;
  }
}

.teacher-listing:nth-of-type(odd) h4 span {
  float: left;
}

@media (max-width: 991.98px) {
  .teacher-listing:nth-of-type(odd) h4 span {
    float: none;
  }
}

.teacher-listing:nth-of-type(odd) .teacher-content-postioning {
  text-align: right;
  padding-left: 75px;
}

@media (max-width: 1600px) {
  .teacher-listing:nth-of-type(odd) .teacher-content-postioning {
    max-width: 630px;
    margin-right: auto !important;
  }
}

@media (max-width: 991.98px) {
  .teacher-listing:nth-of-type(odd) .teacher-content-postioning {
    padding-left: 0;
    text-align: left;
  }
}

@media (min-width: 1800px) {
  .teacher-listing:nth-of-type(odd) .teacher-content-postioning {
    padding-left: 110px;
    padding-right: 32px;
  }
}

.teacher-listing:nth-of-type(odd) .d-flex {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.teacher-listing:nth-of-type(odd) .inside-bg svg {
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}

.teacher-listing h4 {
  font-family: "Urbanist", sans-serif;
  font-weight: 700;
  color: #000000;
  line-height: 36px;
  font-size: 24px;
}

@media (max-width: 1600px) {
  .teacher-listing h4 {
    font-size: 16px;
  }
}

@media (max-width: 991.98px) {
  .teacher-listing h4 {
    font-size: 14px;
    text-align: center;
  }
}

@media (max-width: 991.98px) {
  .teacher-listing h4 i {
    text-align: left;
    display: block;
  }
}

.teacher-listing h4 span {
  color: #ffff;
  font-size: 20px;
  line-height: 36px;
  display: inline-block;
  margin: 0 10px;
  padding: 3px 20px;
  border-radius: 35px;
  font-weight: 700;
}

@media (max-width: 1600px) {
  .teacher-listing h4 span {
    font-size: 16px;
    padding: 0px 16px;
  }
}

@media (max-width: 991.98px) {
  .teacher-listing h4 span {
    font-size: 14px;
    padding: 7px 44px;
    margin-top: 15px;
  }
}

@media (max-width: 575.98px) {
  .teacher-listing h4 span {
    padding: 7px 20px;
  }
}

.teacher-listing h3 {
  font-family: "Balsamiq Sans", cursive;
  font-weight: 700;
  font-size: 36px;
}

@media (max-width: 1600px) {
  .teacher-listing h3 {
    font-size: 30px;
  }
}

@media (max-width: 991.98px) {
  .teacher-listing h3 {
    font-size: 23px;
  }
}

.teacher-listing p {
  font-family: "Urbanist", sans-serif;
  font-size: 22px;
  color: #000000;
  font-weight: 500;
}

@media (min-width: 1800px) {
  .teacher-listing p {
    font-size: 24px;
    line-height: 36px;
  }
}

@media (max-width: 1600px) {
  .teacher-listing p {
    font-size: 18px;
  }
}

@media (max-width: 1025px) {
  .teacher-listing p {
    font-size: 15px;
  }
}

@media (max-width: 991.98px) {
  .teacher-listing p {
    font-size: 14px;
  }
}

@media (max-width: 1600px) {
  .position-chair {
    top: 70px;
  }
}

@media (max-width: 991.98px) {
  .position-chair {
    top: 86px;
    margin-top: -140px;
  }
}

.meet-techer h3 {
  font-family: "Balsamiq Sans", cursive;
  font-size: 60px;
  line-height: 80px;
  color: #51C2EB;
  font-weight: 700;
}

@media (max-width: 1600px) {
  .meet-techer h3 {
    font-size: 50px;
  }
}

@media (max-width: 991.98px) {
  .meet-techer h3 {
    font-size: 40px;
    max-width: 300px;
    margin: 0 auto 20px;
    line-height: 50px;
  }
}

.teacher-listing.principal .image-size-teacher {
  left: 0;
}

@media (min-width: 1800px) {
  .orange .image-size-teacher {
    max-width: 385px;
    left: -81px;
  }
}

@media (max-width: 1600px) {
  .orange .image-size-teacher {
    max-width: 340px;
  }
}

@media (max-width: 1025px) {
  .orange .image-size-teacher {
    max-width: 205px;
  }
}

@media (min-width: 1800px) {
  .orange .position-chair {
    top: 65px;
  }
}

.orange h3 {
  color: #EF7724;
}

.orange h4 span {
  background-color: #EF7724;
}

.orange .position-chair svg {
  position: absolute;
  max-width: 609px;
  left: -155px;
  bottom: -130px;
}

@media (max-width: 1600px) {
  .orange .position-chair svg {
    max-width: 506px;
    left: -116px;
    bottom: -164px;
  }
}

@media (max-width: 1025px) {
  .orange .position-chair svg {
    max-width: 325px;
    left: -80px;
    bottom: -220px;
  }
}

@media (max-width: 991.98px) {
  .orange .position-chair svg {
    max-width: 350px;
    left: -97px;
    bottom: -213px;
  }
}

@media (max-width: 1025px) {
  .red .section-three-right-top-meet {
    bottom: -109px;
  }
}

@media (max-width: 991.98px) {
  .red .position-left-top-meet {
    top: 0 !important;
  }
  .red .section-three-right-top-meet {
    right: 30px;
    bottom: -154px;
    -webkit-transform: scale(0.7);
            transform: scale(0.7);
  }
}

.red h3 {
  color: #C93737;
}

.red h4 span {
  background-color: #C93737;
}

@media (min-width: 1800px) {
  .red .position-chair {
    top: 80px;
  }
}

.red .position-chair svg {
  position: absolute;
  max-width: 436px;
  left: -45px;
  bottom: -14px;
}

@media (max-width: 1600px) {
  .red .position-chair svg {
    max-width: 392px;
    left: -30px;
    bottom: -33px;
  }
}

@media (max-width: 1025px) {
  .red .position-chair svg {
    max-width: 299px;
    left: -32px;
    bottom: -71px;
  }
}

@media (max-width: 991.98px) {
  .red .position-chair svg {
    max-width: 296px;
    left: -54px;
    bottom: -76px;
  }
}

.yellow h3 {
  color: #FFB507;
}

.yellow h4 span {
  background-color: #FFB507;
}

@media (min-width: 1800px) {
  .yellow .position-chair {
    top: 65px;
    left: -50px;
  }
}

.yellow .position-chair svg {
  position: absolute;
  max-width: 532px;
  left: -98px;
  bottom: -172px;
}

@media (max-width: 1600px) {
  .yellow .position-chair svg {
    max-width: 521px;
    left: -102px;
    bottom: -174px;
  }
}

@media (max-width: 1025px) {
  .yellow .position-chair svg {
    max-width: 419px;
    left: -98px;
    bottom: -208px;
  }
}

@media (max-width: 991.98px) {
  .yellow .position-chair svg {
    max-width: 363px;
    left: -83px;
    bottom: -218px;
  }
}

.dark-yellow h3 {
  color: #F9A12F;
}

.dark-yellow h4 span {
  background-color: #F9A12F;
}

@media (min-width: 1800px) {
  .dark-yellow .position-chair {
    top: 62px;
    left: -70px;
  }
}

.dark-yellow .position-chair svg {
  position: absolute;
  max-width: 542px;
  left: -78px;
  bottom: -128px;
}

@media (max-width: 1600px) {
  .dark-yellow .position-chair svg {
    max-width: 475px;
    left: -63px;
    bottom: -149px;
  }
}

@media (max-width: 1025px) {
  .dark-yellow .position-chair svg {
    max-width: 386px;
    left: -61px;
    bottom: -175px;
  }
}

@media (max-width: 991.98px) {
  .dark-yellow .position-chair svg {
    max-width: 336px;
    left: -62px;
    bottom: -192px;
  }
}

.dark-green h3 {
  color: #00964D;
}

.dark-green h4 span {
  background-color: #00964D;
}

@media (min-width: 1800px) {
  .dark-green .position-chair {
    top: 90px;
    left: -75px;
  }
}

.dark-green .position-chair svg {
  position: absolute;
  max-width: 525px;
  left: -79px;
  bottom: -130px;
}

@media (max-width: 1600px) {
  .dark-green .position-chair svg {
    max-width: 477px;
    left: -67px;
    bottom: -146px;
  }
}

@media (max-width: 1025px) {
  .dark-green .position-chair svg {
    max-width: 376px;
    left: -72px;
    bottom: -183px;
  }
}

@media (max-width: 991.98px) {
  .dark-green .position-chair svg {
    max-width: 351px;
    left: -79px;
    bottom: -190px;
  }
}

.light-green h3 {
  color: #A1CF5F;
}

.light-green h4 span {
  background-color: #A1CF5F;
}

@media (min-width: 1800px) {
  .light-green .position-chair {
    top: 65px;
  }
}

.light-green .position-chair svg {
  position: absolute;
  max-width: 436px;
  right: -93px;
  bottom: -67px;
}

@media (max-width: 1600px) {
  .light-green .position-chair svg {
    max-width: 389px;
    right: -78px;
    bottom: -54px;
  }
}

@media (max-width: 1025px) {
  .light-green .position-chair svg {
    max-width: 302px;
    right: -84px;
    bottom: -82px;
  }
}

@media (max-width: 991.98px) {
  .light-green .position-chair svg {
    max-width: 289px;
    right: -34px;
    bottom: -88px;
  }
}

.light-green .image-size-teacher {
  right: -70px;
  position: relative;
  top: 31px;
}

@media (min-width: 1800px) {
  .light-green .image-size-teacher {
    top: 11px;
    max-width: 440px;
  }
}

@media (max-width: 1600px) {
  .light-green .image-size-teacher {
    top: 0;
  }
}

@media (max-width: 991.98px) {
  .light-green .image-size-teacher {
    max-width: 205px;
    right: 0;
    left: 0;
  }
}

.pink h3 {
  color: #F1489A;
}

.pink h4 span {
  background-color: #F1489A;
}

.pink .position-chair svg {
  position: absolute;
  max-width: 589px;
  right: -153px;
  bottom: -165px;
}

@media (max-width: 1600px) {
  .pink .position-chair svg {
    max-width: 475px;
    right: -143px;
    bottom: -172px;
  }
}

@media (max-width: 1025px) {
  .pink .position-chair svg {
    max-width: 342px;
    right: -134px;
    bottom: -208px;
  }
}

@media (max-width: 991.98px) {
  .pink .position-chair svg {
    max-width: 343px;
    right: -71px;
    bottom: -207px;
  }
}

.pink .image-size-teacher {
  right: -70px;
  position: relative;
  top: 31px;
  max-width: 435px;
}

@media (min-width: 1800px) {
  .pink .image-size-teacher {
    top: 0;
    max-width: 535px;
  }
}

@media (max-width: 1600px) {
  .pink .image-size-teacher {
    top: 0;
    max-width: 330px;
  }
}

@media (max-width: 1025px) {
  .pink .image-size-teacher {
    top: 0;
    max-width: 205px;
  }
}

@media (max-width: 991.98px) {
  .pink .image-size-teacher {
    max-width: 205px;
    right: 0;
  }
}

.purple h3 {
  color: #7E5794;
}

.purple h4 span {
  background-color: #7E5794;
}

.purple .position-chair svg {
  position: absolute;
  max-width: 448px;
  right: -107px;
  bottom: -98px;
}

@media (max-width: 1600px) {
  .purple .position-chair svg {
    max-width: 420px;
    right: -107px;
    bottom: -108px;
  }
}

@media (max-width: 1025px) {
  .purple .position-chair svg {
    max-width: 324px;
    right: -106px;
    bottom: -140px;
  }
}

@media (max-width: 991.98px) {
  .purple .position-chair svg {
    max-width: 321px;
    right: -45px;
    bottom: -108px;
  }
}

.purple .image-size-teacher {
  right: -70px;
  position: relative;
  top: 31px;
}

@media (min-width: 1800px) {
  .purple .image-size-teacher {
    max-width: 500px;
  }
}

@media (max-width: 991.98px) {
  .purple .image-size-teacher {
    top: 0;
    right: 0;
  }
}

.blue h3 {
  color: #51C2EB;
}

.blue h4 span {
  background-color: #51C2EB;
}

.blue .position-chair svg {
  position: absolute;
  max-width: 538px;
  right: -177px;
  bottom: -177px;
}

@media (max-width: 1600px) {
  .blue .position-chair svg {
    max-width: 494px;
    right: -165px;
    bottom: -189px;
  }
}

@media (max-width: 1025px) {
  .blue .position-chair svg {
    max-width: 396px;
    right: -148px;
    bottom: -221px;
  }
}

@media (max-width: 991.98px) {
  .blue .position-chair svg {
    max-width: 359px;
    right: -74px;
    bottom: -206px;
  }
}

.blue .image-size-teacher {
  right: -70px;
  position: relative;
  top: 31px;
}

@media (max-width: 991.98px) {
  .blue .image-size-teacher {
    right: 0;
    top: -123px;
  }
}

.mobile-show {
  display: none;
}

.desktop-show {
  display: block;
}

@media (max-width: 991.98px) {
  .mobile-show {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    z-index: -1;
    width: 100%;
  }
  .desktop-show {
    display: none;
  }
}

@media (max-width: 575.98px) {
  .mobile-show {
    display: block;
    position: absolute;
    left: -22px;
    right: 0;
    margin: auto;
    z-index: -1;
    width: 117%;
  }
}

@media (max-width: 991.98px) {
  .postion-in-mobile {
    max-width: 380px;
    padding: 100px 54px;
  }
}

@media (max-width: 767.98px) {
  .postion-in-mobile {
    padding: 100px 35px;
  }
}

@media (max-width: 375.98px) {
  .postion-in-mobile {
    padding: 100px 15px;
  }
}

@media (max-width: 991.98px) {
  body .teacher-listing .teacher-content-postioning {
    margin-left: auto !important;
    margin-right: auto !important;
    padding-right: 0 !important;
  }
}

.position-left-top-meet {
  position: absolute;
  left: 0;
  top: 250px;
}

@media (max-width: 991.98px) {
  .position-left-top-meet {
    top: 385px;
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
  }
}

.position-right-top-meet {
  position: absolute;
  right: 0;
  top: 200px;
}

@media (max-width: 991.98px) {
  .position-right-top-meet {
    top: 98px;
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
  }
}

.relative-bottom-margin {
  margin-bottom: 150px;
}

@media (max-width: 1600px) {
  .relative-bottom-margin {
    margin-bottom: 100px;
  }
}

.section-three-right-top-meet {
  position: absolute;
  right: 30px;
  bottom: 0;
}

.section-six-right-top-meet {
  position: absolute;
  left: 0;
  top: 0;
}

.section-six-right-bottom-meet {
  position: absolute;
  right: 30px;
  bottom: 0;
}

@media (max-width: 1025px) {
  .section-six-right-bottom-meet {
    bottom: -143px;
  }
}

@media (max-width: 991.98px) {
  .section-six-right-top-meet {
    -webkit-transform: scale(0.7);
            transform: scale(0.7);
  }
}

@media (max-width: 991.98px) {
  .section-six-right-bottom-meet {
    right: 30px;
    bottom: -128px;
    -webkit-transform: scale(0.7);
            transform: scale(0.7);
  }
}

@media (max-width: 991.98px) {
  .block-helper {
    margin: 73px auto 25px !important;
  }
}

@media (max-width: 767.98px) {
  .block-helper {
    margin: 0 auto 0 !important;
    position: relative;
    bottom: -10px;
  }
}

@media (max-width: 575.98px) {
  .page-template-teachers .join-us-common {
    padding-top: 0;
  }
}

@media (max-width: 767.98px) {
  .principal {
    margin-top: 75px;
  }
}

@media (max-width: 767.98px) {
  .page-template-teachers .position-left-top-meet {
    top: 240px;
  }
}

@media (min-width: 1800px) {
  .teacher-listing .container {
    max-width: 1500px;
  }
}

@media (min-width: 1800px) {
  .red .image-size-teacher {
    max-width: 400px;
    left: -46px;
  }
  .yellow .image-size-teacher, .blue .image-size-teacher, .dark-yellow .image-size-teacher, .dark-green .image-size-teacher {
    max-width: 523px;
  }
}

@media (max-width: 991.98px) {
  .page-template-teachers .join-us-common {
    margin-top: -100px;
  }
}

@media (max-width: 575.98px) {
  .page-template-teachers .join-us-common {
    margin-top: 0;
  }
}

@media (max-width: 375.98px) {
  .page-template-teachers .join-us-common {
    margin-top: -90px;
  }
}

.teacher-listing.blue {
  margin-top: 301px;
  margin-bottom: 250px;
}

@media (max-width: 1025px) {
  .teacher-listing.blue {
    margin-top: 200px;
    margin-bottom: 280px;
  }
}

.teacher-listing.blue .inside-bg svg {
  -webkit-transform: scaleX(-1) scaleY(1.5);
          transform: scaleX(-1) scaleY(1.5);
}

.teacher-listing.blue .mobile-show {
  -webkit-transform: scaleX(-1) scaleY(1.5);
          transform: scaleX(-1) scaleY(1.5);
}

@media (max-width: 991.98px) {
  .teacher-listing.blue .postion-in-mobile {
    padding: 0 50px 12px;
  }
}

@media (max-width: 375.98px) {
  .teacher-listing.blue .postion-in-mobile {
    padding: 0 15px 0;
  }
}

.process-top-sec {
  position: relative;
}

.process-top-sec .top-decoration img {
  width: 100%;
}

@media (max-width: 767.98px) {
  .process-top-sec .container {
    padding-bottom: 0;
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media (max-width: 575.98px) {
  .process-top-sec .container {
    padding-left: 39px;
    padding-right: 39px;
  }
}

@media (max-width: 767.98px) {
  .process-top-sec .container .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.process-top-sec .left-round {
  position: absolute;
  left: 2%;
  top: 10%;
  width: 90px;
}

@media (max-width: 1600px) {
  .process-top-sec .left-round {
    width: 60px;
  }
}

@media (max-width: 767.98px) {
  .process-top-sec .left-round {
    width: 35px;
    left: 10px;
    top: 30px;
  }
}

.process-top-sec .right-round {
  position: absolute;
  right: 5%;
  top: 17%;
  width: 75px;
}

@media (max-width: 1600px) {
  .process-top-sec .right-round {
    width: 40px;
  }
}

@media (max-width: 767.98px) {
  .process-top-sec .right-round {
    right: 10px;
    width: 33px;
    top: 27px;
  }
}

.process-top-sec .process-top-left img {
  border-radius: 24px;
}

@media (max-width: 767.98px) {
  .process-top-sec .process-top-left {
    margin-top: 20px;
  }
}

@media (min-width: 1300px) {
  .process-top-sec .process-top-right {
    padding-left: 8%;
    padding-right: 8%;
  }
}

.process-top-sec .adm-process-bttm svg {
  height: 100%;
  width: 100%;
}

.book-tour-sec {
  margin-top: -293px;
  position: relative;
}

@media (max-width: 1600px) {
  .book-tour-sec {
    margin-top: -233px;
  }
}

@media (max-width: 767.98px) {
  .book-tour-sec {
    margin-top: -24px;
    padding-top: 0;
    padding-left: 0px;
    padding-right: 0px;
  }
}

.book-tour-sec .container {
  max-width: 1355px;
}

@media (max-width: 1600px) {
  .book-tour-sec .container {
    max-width: 1200px;
  }
}

@media (max-width: 1280.98px) {
  .book-tour-sec .container {
    padding-left: 35px;
    padding-right: 35px;
  }
}

.book-tour-sec .container .book-tour-main {
  padding: 43px 40px;
  background: #00964D url(../images/book-tour-tree.svg) no-repeat right -76px bottom -96px;
  border-radius: 24px;
  text-align: center;
  -webkit-box-shadow: 6px 10px 41px -4px rgba(0, 0, 0, 0.23);
  box-shadow: 6px 10px 41px -4px rgba(0, 0, 0, 0.23);
}

@media (max-width: 767.98px) {
  .book-tour-sec .container .book-tour-main {
    padding: 40px 20px;
  }
}

.book-tour-sec .container .book-tour-main h4 {
  color: #FFF;
  font-size: 24px;
  font-weight: 400;
}

@media (max-width: 767.98px) {
  .book-tour-sec .container .book-tour-main h4 {
    font-size: 18px;
    margin-bottom: 35px;
  }
}

.book-tour-sec .container .book-tour-main .mail-phone {
  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;
}

.book-tour-sec .container .book-tour-main .mail-phone i {
  font-style: normal;
}

@media (max-width: 767.98px) {
  .book-tour-sec .container .book-tour-main .mail-phone i {
    max-width: 85%;
  }
}

.book-tour-sec .container .book-tour-main .mail-phone a {
  color: #FFCE07;
  font-family: "Balsamiq Sans", cursive;
  font-weight: 700;
  font-size: 24px;
  margin: 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  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;
}

.book-tour-sec .container .book-tour-main .mail-phone a svg {
  margin-right: 10px;
}

@media (max-width: 767.98px) {
  .book-tour-sec .container .book-tour-main .mail-phone a svg {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 22px;
            flex: 0 0 22px;
    max-width: 22px;
  }
}

.book-tour-sec .container .book-tour-main .mail-phone a:hover {
  background-position: 0 100%;
}

@media (max-width: 767.98px) {
  .book-tour-sec .container .book-tour-main .mail-phone a {
    font-size: 18px;
    margin: 5px 10px;
  }
}

@media (max-width: 575.98px) {
  .book-tour-sec .container .book-tour-main .mail-phone a {
    margin: 5px -10px;
  }
}

.book-tour-sec .container .book-tour-main .mail-phone a:hover svg {
  -webkit-transform: rotate(20deg);
          transform: rotate(20deg);
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.book-tour-sec .container .book-tour-main .mail-phone a:hover svg path {
  fill: #ffff;
}

.admission-steps {
  padding: 140px 0  0 0;
}

@media (max-width: 767.98px) {
  .admission-steps {
    padding: 80px 0 0 0;
  }
}

.admission-steps h2 {
  text-align: center;
  margin-bottom: 50px;
}

.admission-steps .steps-list {
  padding-top: 100px;
}

@media (max-width: 767.98px) {
  .admission-steps .steps-list {
    padding-top: 0;
  }
}

.admission-steps .steps-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  margin-top: -100px;
  position: relative;
}

@media (max-width: 767.98px) {
  .admission-steps .steps-list li {
    margin-top: 0;
    margin-bottom: 15px;
  }
}

.admission-steps .steps-list li p {
  text-align: right;
}

@media (max-width: 767.98px) {
  .admission-steps .steps-list li p {
    text-align: center;
  }
}

.admission-steps .steps-list li .each-steps {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

@media (max-width: 991.98px) {
  .admission-steps .steps-list li .each-steps {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .admission-steps .steps-list li .each-steps::after {
    display: none;
  }
}

@media (max-width: 767.98px) {
  .admission-steps .steps-list li .each-steps {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.admission-steps .steps-list li .each-steps::after {
  position: absolute;
  content: "";
  width: 46px;
  height: 38px;
  right: -17px;
  bottom: 30px;
  background: url(../images/steps-devider.svg) no-repeat center center;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

@media (min-width: 1300px) {
  .admission-steps .steps-list li .each-steps .each-copy {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 60%;
            flex: 0 0 60%;
    max-width: 60%;
  }
}

@media (max-width: 767.98px) {
  .admission-steps .steps-list li .each-steps .each-copy {
    margin-top: -10px;
  }
}

.admission-steps .steps-list li .each-steps .icons {
  position: relative;
}

@media (min-width: 1300px) {
  .admission-steps .steps-list li .each-steps .icons {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 40%;
            flex: 0 0 40%;
    max-width: 40%;
    right: -20px;
    left: auto;
  }
}

.admission-steps .steps-list li .each-steps .icons span {
  background: #FFCE07;
  width: 48px;
  height: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  left: 26px;
  top: 40px;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
  font-family: "Balsamiq Sans", cursive;
  font-weight: 700;
  font-size: 25px;
  line-height: 25px;
}

@media (max-width: 767.98px) {
  .admission-steps .steps-list li .each-steps .icons span {
    width: 40px;
    height: 40px;
    top: 35px !important;
    left: 6px !important;
    right: auto !important;
    font-size: 18px;
  }
}

.admission-steps .steps-list li .each-steps img {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 253px;
          flex: 0 0 253px;
  max-width: 253px;
}

@media (max-width: 767.98px) {
  .admission-steps .steps-list li .each-steps img {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 160px;
            flex: 0 0 160px;
    max-width: 160px;
  }
}

.admission-steps .steps-list li:last-child .each-steps::after {
  display: none;
}

.admission-steps .steps-list li:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}

.admission-steps .steps-list li:nth-child(even) .each-steps {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

@media (min-width: 1300px) {
  .admission-steps .steps-list li:nth-child(even) .each-steps .icons {
    left: -20px;
    right: auto;
  }
}

@media (max-width: 767.98px) {
  .admission-steps .steps-list li:nth-child(even) .each-steps {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.admission-steps .steps-list li:nth-child(even) .each-steps::after {
  right: auto !important;
  left: 0;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.admission-steps .steps-list li:nth-child(even) p {
  text-align: left;
}

@media (max-width: 767.98px) {
  .admission-steps .steps-list li:nth-child(even) p {
    text-align: center;
  }
}

.admission-steps .steps-list li:nth-child(even) span {
  left: auto !important;
  right: 14px;
}

@media (max-width: 767.98px) {
  .adm-process .container {
    margin-top: -40px;
  }
}

.adm-process .left-round {
  top: 80px;
}

.adm-process .right-round {
  top: 210px;
}

.adm-process .padd-helper {
  padding-bottom: 190px;
}

@media (max-width: 767.98px) {
  .adm-process .padd-helper {
    padding-bottom: 58px;
  }
}

@media (width: 768px) {
  .adm-process .padd-helper {
    max-width: 618px;
  }
}

@media (max-width: 575.98px) {
  .process-title .section-title {
    line-height: 45px;
    margin-bottom: 13px;
    margin-top: 32px;
  }
}

@media (max-width: 767.98px) {
  .page-template-process .join-us-common {
    padding-top: 50px;
  }
}

@media (max-width: 1025px) {
  .page-template-extended-care-enrichment .process-top-sec .left-round {
    width: 42px;
    left: 0;
  }
}

.wonderplugin-gridgallery-tags-topcenter {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  width: 430px !important;
  border-radius: 56px !important;
  margin-bottom: 32px !important;
}

@media (min-width: 1800px) {
  .wonderplugin-gridgallery-tags-topcenter {
    width: 443px !important;
  }
}

@media (max-width: 767.98px) {
  .wonderplugin-gridgallery-tags-topcenter {
    width: 230px !important;
  }
}

#wonderplugingridgallery-1 .wpp-category-greybutton .wonderplugin-gridgallery-tag {
  background: #fff !important;
  border-radius: 56px !important;
  font-size: 18px !important;
  font-weight: 700 !important;
  color: #000000 !important;
  font-family: "Urbanist", sans-serif !important;
  padding: 10px 80px !important;
  margin: 0 !important;
}

@media (min-width: 1800px) {
  #wonderplugingridgallery-1 .wpp-category-greybutton .wonderplugin-gridgallery-tag {
    font-size: 20px !important;
  }
}

@media (max-width: 767.98px) {
  #wonderplugingridgallery-1 .wpp-category-greybutton .wonderplugin-gridgallery-tag {
    padding: 10px 36px !important;
    font-size: 14px !important;
  }
}

#wonderplugingridgallery-1 .wpp-category-greybutton .wonderplugin-gridgallery-tag.wonderplugin-gridgallery-tag-selected, #wonderplugingridgallery-1 .wpp-category-greybutton .wonderplugin-gridgallery-tag-selected:hover, #wonderplugingridgallery-1 .wpp-category-greybutton .wonderplugin-gridgallery-tag-selected:focus {
  background: #51C2EB 0% 0% no-repeat padding-box !important;
  -webkit-box-shadow: 0px 10px 20px #21838E8A !important;
          box-shadow: 0px 10px 20px #21838E8A !important;
  border-radius: 56px;
  color: #ffff !important;
}

#wonderplugingridgallery-1 .wpp-category-greybutton .wonderplugin-gridgallery-tag:hover {
  background: #51C2EB 0% 0% no-repeat padding-box !important;
  border-radius: 56px;
  color: #ffff !important;
}

.background-blue-grad {
  background: -webkit-gradient(linear, left top, left bottom, from(#e4f5f3), to(#f4faf6));
  background: linear-gradient(180deg, #e4f5f3 0%, #f4faf6 100%);
}

.background-blue-grad .top-round-gal {
  top: 0;
}

.background-blue-grad .right-round-gal {
  top: 90px;
}

@media (max-width: 767.98px) {
  .background-blue-grad .right-round-gal {
    top: 153px;
    width: 35px;
  }
}

.bottom-svgs svg {
  position: relative;
  top: -42px;
}

.ball-position {
  position: absolute;
  right: 154px;
  top: -65px;
}

@media (max-width: 991.98px) {
  .ball-position {
    right: 32px;
    top: -96px;
  }
}

.ball-position svg {
  max-width: 114px;
}

@media (max-width: 991.98px) {
  .ball-position svg {
    max-width: 45px;
  }
}

.place-at-btmss img {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  margin-bottom: -13px;
  position: relative;
  top: 3px;
}

.add-space-at-bottom-gal .container {
  padding-bottom: 100px;
}

#wonderplugingridgallery-1 .wonderplugin-gridgallery-pagination-btn {
  border-radius: 50% !important;
  font-family: "Urbanist", sans-serif !important;
  font-size: 18px !important;
  font-weight: 500 !important;
  width: 50px;
  height: 50px;
  border: none !important;
  color: #000000 !important;
  background: transparent !important;
}

#wonderplugingridgallery-1 .wonderplugin-gridgallery-pagination-btn:hover {
  background: #51C2EB !important;
  border-radius: 50% !important;
  font-family: "Urbanist", sans-serif !important;
  font-size: 18px !important;
  font-weight: 500 !important;
  color: #ffff !important;
  width: 50px;
  height: 50px;
  border: none !important;
}

#wonderplugingridgallery-1 .wonderplugin-gridgallery-pagination-btn-selected {
  background: #51C2EB !important;
  border-radius: 50% !important;
  font-family: "Urbanist", sans-serif !important;
  font-size: 18px !important;
  font-weight: 500 !important;
  color: #ffff !important;
  width: 50px;
  height: 50px;
  border: none !important;
}

.html5-prev-outside .mh-icon-left, .html5-next-outside .mh-icon-right {
  width: 45px !important;
  height: 45px !important;
  font-size: 18px !important;
  background-color: #51C2EB !important;
  border-radius: 50% !important;
}

.wonderplugin-gridgallery-list {
  margin-top: 140px !important;
}

@media (max-width: 1600px) {
  .wonderplugin-gridgallery-list {
    margin-top: 100px !important;
  }
}

@media (max-width: 767.98px) {
  .wonderplugin-gridgallery-list {
    margin-top: 50px !important;
  }
}

.swiper {
  width: 100%;
  padding-top: 50px;
  padding-bottom: 50px;
}

@media (min-width: 1800px) {
  .swiper {
    padding-top: 100px;
  }
}

@media (max-width: 767.98px) {
  .swiper {
    padding-bottom: 0;
  }
}

@media (max-width: 575.98px) {
  .swiper {
    padding-top: 80px;
  }
}

.swiper-slide img {
  display: block;
  width: 100%;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

@media (max-width: 1600px) {
  .swiper-slide img {
    -webkit-transform: scale(1.13);
            transform: scale(1.13);
  }
}

@media (max-width: 991.98px) {
  .swiper-slide img {
    -webkit-transform: scale(1.8);
            transform: scale(1.8);
  }
}

@media (max-width: 767.98px) {
  .swiper-slide img {
    -webkit-transform: scale(1.1);
    transform: scale(1.8);
  }
}

@media (max-width: 575.98px) {
  .swiper-slide img {
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
  }
}

@media (min-width: 1800px) {
  .swiper-slide-active img {
    -webkit-transform: scale(1.43);
            transform: scale(1.43);
  }
}

@media (max-width: 1600px) {
  .swiper-slide-active img {
    -webkit-transform: scale(1.43);
            transform: scale(1.43);
  }
}

@media (max-width: 991.98px) {
  .swiper-slide-active img {
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
  }
}

@media (max-width: 767.98px) {
  .swiper-slide-active img {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
  }
}

@media (max-width: 575.98px) {
  .swiper-slide-active img {
    -webkit-transform: scale(1.8);
            transform: scale(1.8);
  }
}

.swiper-slide-visible {
  opacity: 1 !important;
}

.swiper-slide-visible p {
  text-align: center;
  font-size: 24px;
  color: #000000;
  font-weight: 600;
  font-family: "Urbanist", sans-serif;
  line-height: 36px;
  margin-top: 25px;
  margin-left: -70px;
  margin-right: -70px;
}

@media (min-width: 1800px) {
  .swiper-slide-visible p {
    margin-left: -100px;
    margin-right: -100px;
    margin-top: 60px;
  }
}

@media (max-width: 1600px) {
  .swiper-slide-visible p {
    font-size: 20px;
    line-height: 26px;
    margin-top: 75px;
  }
}

@media (max-width: 991.98px) {
  .swiper-slide-visible p {
    font-size: 14px;
    line-height: 24px;
    margin-top: 64px !important;
    margin-left: -30px;
    margin-right: -30px;
  }
}

@media (max-width: 575.98px) {
  .swiper-slide-visible p {
    margin-top: 94px !important;
  }
}

.swiper-slide-prev p, .swiper-slide-next p {
  opacity: 0;
}

.swiper-slide {
  opacity: 0;
}

.swiper-button-next, .swiper-button-prev {
  width: 80px !important;
  height: 80px !important;
}

@media (min-width: 1800px) {
  .swiper-button-next, .swiper-button-prev {
    top: 316px;
  }
}

@media (max-width: 1600px) {
  .swiper-button-next, .swiper-button-prev {
    width: 50px !important;
    height: 50px !important;
  }
}

@media (max-width: 991.98px) {
  .swiper-button-next, .swiper-button-prev {
    width: 30px !important;
    height: 30px !important;
  }
}

.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
  background: url(../images/left.svg);
  content: '';
  width: 100%;
  height: 100%;
  background-size: contain;
  background-repeat: no-repeat;
}

.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
  background: url(../images/right.svg);
  content: '';
  width: 100%;
  height: 100%;
  background-size: contain;
  background-repeat: no-repeat;
}

@media (max-width: 1600px) {
  .swiper-button-next, .swiper-button-prev {
    top: 40%;
  }
}

@media (max-width: 991.98px) {
  .swiper-button-next, .swiper-button-prev {
    top: 190px;
  }
}

@media (max-width: 767.98px) {
  .swiper-button-next, .swiper-button-prev {
    top: 160px;
  }
}

@media (max-width: 575.98px) {
  .swiper-button-next, .swiper-button-prev {
    top: 180px;
  }
}

@media (max-width: 375.98px) {
  .swiper-button-next, .swiper-button-prev {
    top: 155px;
  }
}

.swiper-button-prev {
  left: 15%;
}

@media (min-width: 1800px) {
  .swiper-button-prev {
    left: 8%;
  }
}

@media (max-width: 1600px) {
  .swiper-button-prev {
    left: 10%;
  }
}

@media (max-width: 991.98px) {
  .swiper-button-prev {
    left: 16%;
  }
}

@media (max-width: 575.98px) {
  .swiper-button-prev {
    left: 8%;
  }
}

.swiper-button-next {
  right: 15%;
}

@media (min-width: 1800px) {
  .swiper-button-next {
    right: 8%;
  }
}

@media (max-width: 1600px) {
  .swiper-button-next {
    right: 10%;
  }
}

@media (max-width: 991.98px) {
  .swiper-button-next {
    right: 16%;
  }
}

@media (max-width: 575.98px) {
  .swiper-button-next {
    right: 8%;
  }
}

@media (max-width: 991.98px) {
  .page-template-ratings .join-us-common {
    padding-top: 138px;
  }
}

@media (max-width: 575.98px) {
  .page-template-ratings .join-us-common {
    padding-top: 100px;
  }
}

.page-template-ratings .background-blue-grad {
  padding-top: 0;
}

@media (max-width: 767.98px) {
  .page-template-ratings .background-blue-grad {
    padding-top: 0;
  }
}

@media (max-width: 991.98px) {
  .swiper-slide-prev img {
    -webkit-transform: translateX(-91px) scale(1.5) !important;
            transform: translateX(-91px) scale(1.5) !important;
  }
  .swiper-slide-next img {
    -webkit-transform: translateX(91px) scale(1.5) !important;
            transform: translateX(91px) scale(1.5) !important;
  }
}

@media (max-width: 767.98px) {
  .swiper-slide-prev img {
    -webkit-transform: translateX(-144px) scale(1.5) !important;
            transform: translateX(-144px) scale(1.5) !important;
  }
  .swiper-slide-next img {
    -webkit-transform: translateX(144px) scale(1.5) !important;
            transform: translateX(144px) scale(1.5) !important;
  }
}

@media (max-width: 575.98px) {
  .swiper-slide-prev img {
    -webkit-transform: translateX(-220px) scale(1.5) !important;
            transform: translateX(-220px) scale(1.5) !important;
  }
  .swiper-slide-next img {
    -webkit-transform: translateX(220px) scale(1.5) !important;
            transform: translateX(220px) scale(1.5) !important;
  }
}

.social-wall-wrapper {
  padding-top: 50px;
}

.social-wall-wrapper .section-title {
  margin-bottom: 0;
}

.social-wall-wrapper .ff-stream, .social-wall-wrapper #ff-stream-1 {
  background: transparent;
}

.social-wall-wrapper #ff-stream-1 .picture-item__inner {
  background: #51C2EB;
  color: #ffff;
}

.social-wall-wrapper #ff-stream-1 .ff-name {
  color: #ffff !important;
  font-family: "Urbanist", sans-serif;
  font-weight: 500;
}

.social-wall-wrapper #ff-stream-1 .ff-nickname, .social-wall-wrapper #ff-stream-1 .ff-timestamp, .social-wall-wrapper #ff-stream-1 .ff-item-bar, .social-wall-wrapper #ff-stream-1 .ff-item-bar a {
  color: #ffff !important;
  font-family: "Urbanist", sans-serif;
}

.social-wall-wrapper .ff-item .ff-content, .social-wall-wrapper .ff-article, .social-wall-wrapper .ff-item .ff-content p {
  font-size: 18px;
}

@media (max-width: 1600px) {
  .social-wall-wrapper .ff-item .ff-content, .social-wall-wrapper .ff-article, .social-wall-wrapper .ff-item .ff-content p {
    font-size: 16px;
    font-weight: 500;
  }
}

@media (max-width: 575.98px) {
  .page-template-gallery .join-us-common {
    padding-top: 50px;
  }
}

.place-at-btmss {
  margin-top: -80px;
}

@media (max-width: 575.98px) {
  .place-at-btmss {
    margin-top: -105px;
  }
}

@media (max-width: 575.98px) {
  .social-wall-wrapper .section-title {
    max-width: 290px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
  }
}

@media (max-width: 991.98px) {
  .page-template-gallery {
    padding-top: 77px;
  }
}

@media (max-width: 767.98px) {
  .desktop-banner {
    display: none;
  }
}

.mobile-banner {
  display: none;
}

@media (max-width: 767.98px) {
  .mobile-banner {
    display: block;
  }
}

.fees-section {
  padding: 25px 0;
  overflow: hidden;
  z-index: 1;
  position: relative;
  background: #ffff;
}

@media (max-width: 575.98px) {
  .fees-section {
    padding-bottom: 0;
  }
}

.fees-section .container {
  max-width: 1100px;
}

@media (min-width: 1800px) {
  .fees-section .container {
    max-width: 1200px;
  }
}

.fees-section .container h3 {
  color: #51C2EB;
}

.fees-section .container .rounded-blue {
  overflow: hidden;
  position: relative;
}

@media (max-width: 991.98px) {
  .fees-section .container .rounded-blue {
    text-align: center;
  }
}

.fees-section .container .rounded-blue svg {
  width: 100%;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  margin-top: -180px;
  margin-bottom: -180px;
}

@media (min-width: 1800px) {
  .fees-section .container .rounded-blue svg {
    margin-top: -158px;
  }
}

@media (max-width: 1280.98px) {
  .fees-section .container .rounded-blue svg {
    -webkit-transform: scale(1.3);
            transform: scale(1.3);
  }
}

@media (max-width: 991.98px) {
  .fees-section .container .rounded-blue svg {
    -webkit-transform: scale(1.4);
            transform: scale(1.4);
    max-width: 495px;
  }
}

@media (max-width: 767.98px) {
  .fees-section .container .rounded-blue svg {
    -webkit-transform: scale(1.3);
            transform: scale(1.3);
  }
}

@media (max-width: 575.98px) {
  .fees-section .container .rounded-blue svg {
    -webkit-transform: scale(1.3);
            transform: scale(1.3);
    max-width: 495px;
  }
}

@media (max-width: 375.98px) {
  .fees-section .container .rounded-blue svg {
    -webkit-transform: scale(1.6);
            transform: scale(1.6);
  }
}

.fees-section .container .rounded-blue .reg-fees {
  position: absolute;
  top: 120px;
  color: #ffff;
  text-align: center;
  left: 0;
  right: 0;
  margin: auto;
  padding: 0 120px;
}

@media (max-width: 1280.98px) {
  .fees-section .container .rounded-blue .reg-fees {
    padding: 0 80px;
  }
}

@media (max-width: 991.98px) {
  .fees-section .container .rounded-blue .reg-fees {
    padding: 0 63px;
  }
}

@media (max-width: 575.98px) {
  .fees-section .container .rounded-blue .reg-fees {
    padding: 0 57px;
  }
}

@media (max-width: 375.98px) {
  .fees-section .container .rounded-blue .reg-fees {
    padding: 0 35px;
  }
}

.fees-section .container .rounded-blue .reg-fees p {
  color: #ffff;
  font-weight: 400;
  font-size: 24px;
  font-family: "Balsamiq Sans", cursive;
  line-height: 29px;
}

@media (min-width: 1800px) {
  .fees-section .container .rounded-blue .reg-fees p {
    font-size: 26px;
    line-height: 31px;
  }
}

@media (max-width: 767.98px) {
  .fees-section .container .rounded-blue .reg-fees p {
    font-size: 20px;
    line-height: 24px;
  }
}

.fees-section .container .rounded-blue .reg-fees h5 {
  font-family: "Balsamiq Sans", cursive;
  font-weight: 400;
  font-size: 22px;
  line-height: 27px;
}

@media (min-width: 1800px) {
  .fees-section .container .rounded-blue .reg-fees h5 {
    font-size: 24px;
    line-height: 29px;
  }
}

@media (max-width: 767.98px) {
  .fees-section .container .rounded-blue .reg-fees h5 {
    font-size: 18px;
    line-height: 21px;
  }
}

.fees-section .container .rounded-blue .reg-fees h2 {
  font-family: "Balsamiq Sans", cursive;
  font-weight: 700;
  font-size: 50px;
}

@media (min-width: 1800px) {
  .fees-section .container .rounded-blue .reg-fees h2 {
    font-size: 56px;
  }
}

@media (max-width: 991.98px) {
  .fees-section .container .rounded-blue .reg-fees h2 {
    font-size: 42px;
  }
}

@media (max-width: 767.98px) {
  .fees-section .container .rounded-blue .reg-fees h2 {
    font-size: 40px;
  }
}

.nusary-fee {
  margin-top: 60px;
}

@media (max-width: 1025px) {
  .nusary-fee {
    padding-left: 30px;
  }
}

@media (max-width: 575.98px) {
  .nusary-fee {
    padding-left: 0;
  }
}

.fees-table {
  position: relative;
  background: transparent linear-gradient(1deg, rgba(204, 231, 212, 0.2) 0%, rgba(73, 194, 191, 0.2) 100%) 0% 0% no-repeat padding-box;
  margin-top: -65px;
}

@media (max-width: 1025px) {
  .fees-table {
    margin-top: -104px;
  }
}

.fees-table .tab-content {
  margin-top: 50px;
}

@media (max-width: 1025px) {
  .fees-table .tab-content {
    margin-top: 30px;
  }
}

@media (max-width: 991.98px) {
  .fees-table .tab-content {
    margin-top: 50px;
  }
}

.fees-table svg {
  width: 100%;
}

.fees-table h3 {
  color: #51C2EB;
}

@media (max-width: 767.98px) {
  .fees-table h3 {
    margin-top: -62px;
    margin-bottom: 0;
  }
}

.fees-table .table-structure-form {
  background: url(../images/table-background.png);
  height: 850px;
  max-width: 1100px;
  background-size: contain;
  background-repeat: no-repeat;
  margin: auto;
}

@media (max-width: 991.98px) {
  .fees-table .table-structure-form {
    background: url(../images/table-mobile-background.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    height: 823px;
    max-width: 1000px;
    margin-bottom: 26px;
  }
}

@media (min-width: 1800px) {
  .fees-table .table-structure-form {
    height: 900px;
    max-width: 1250px;
  }
}

@media (max-width: 575.98px) {
  .fees-table .table-structure-form {
    margin-bottom: 0;
  }
}

.fees-table .table-structure-form .nav-link {
  background: #F8F8F8 !important;
  border-radius: 56px !important;
  font-size: 18px;
  padding: 10px 25px;
  font-weight: 700;
  color: #000000;
}

@media (min-width: 1800px) {
  .fees-table .table-structure-form .nav-link {
    font-size: 20px;
  }
}

@media (max-width: 991.98px) {
  .fees-table .table-structure-form .nav-link {
    max-width: 260px;
    width: 100%;
    font-size: 14px;
    padding: 15px 25px;
  }
}

.fees-table .table-structure-form .nav-link.active {
  background: #51C2EB 0% 0% no-repeat padding-box !important;
  -webkit-box-shadow: 0px 5px 20px #1FACD88A;
          box-shadow: 0px 5px 20px #1FACD88A;
  border-radius: 56px !important;
  color: #ffff;
}

.fees-table .table-structure-form .open-space-bottom {
  max-width: 900px;
  margin: auto;
  padding-top: 110px;
}

@media (min-width: 1800px) {
  .fees-table .table-structure-form .open-space-bottom {
    max-width: 970px;
  }
}

@media (max-width: 991.98px) {
  .fees-table .table-structure-form .open-space-bottom {
    max-width: 425px;
    padding-top: 105px;
  }
}

.fees-table .table-structure-form .open-space-bottom .nav-pills {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 530px;
  border-radius: 128px;
  margin: 0 auto;
  background: #F8F8F8 !important;
}

@media (min-width: 1800px) {
  .fees-table .table-structure-form .open-space-bottom .nav-pills {
    width: 568px;
  }
}

@media (max-width: 991.98px) {
  .fees-table .table-structure-form .open-space-bottom .nav-pills {
    display: block;
    width: auto;
    background: transparent !important;
  }
}

@media (min-width: 1800px) {
  .fees-table .table-structure-form .open-space-bottom .nav-pills button {
    margin: 0px auto;
  }
}

@media (max-width: 991.98px) {
  .fees-table .table-structure-form .open-space-bottom .nav-pills button {
    margin: 10px auto;
  }
}

@media (max-width: 1025px) {
  .table-fees {
    max-width: 740px;
    overflow: scroll;
    margin: 0 auto;
  }
}

@media (max-width: 991.98px) {
  .table-fees {
    overflow-x: scroll;
    max-width: 298px;
    margin: 0 auto;
  }
}

@media (max-width: 400px) {
  .table-fees {
    max-width: 235px;
  }
}

@media (max-width: 991.98px) {
  .table-fees .table-responsive-lg {
    width: 800px;
  }
}

.table-fees th {
  padding: 5px 3px;
  border: none;
  font-family: "Balsamiq Sans", cursive;
  font-size: 24px;
}

@media (min-width: 1800px) {
  .table-fees th {
    padding: 7px;
  }
}

@media (max-width: 1600px) {
  .table-fees th {
    font-size: 22px;
  }
}

@media (max-width: 991.98px) {
  .table-fees th {
    font-size: 14px;
    line-height: 17px;
  }
}

.table-fees th span {
  color: #ffff;
  border-radius: 15px;
  display: block;
  padding: 12px 4px;
}

@media (max-width: 1025px) {
  .table-fees th span {
    padding: 9px 4px;
  }
}

@media (max-width: 991.98px) {
  .table-fees th span {
    border-radius: 10px;
    padding: 12px 4px;
  }
}

.table-fees td {
  padding: 5px 3px;
  border-radius: 20px;
  margin: 10px 0;
  border: none;
}

@media (max-width: 1025px) {
  .table-fees td {
    min-width: 205px;
  }
}

@media (min-width: 1800px) {
  .table-fees td {
    padding: 7px;
  }
}

.table-fees td span {
  display: block;
  border-radius: 20px;
  background-color: #FDF2DD;
  padding: 10px 5px;
  font-family: "Urbanist", sans-serif;
  font-size: 20px;
  line-height: 36px;
  font-weight: 600;
}

@media (max-width: 1025px) {
  .table-fees td span {
    padding: 6px 5px;
  }
}

@media (max-width: 991.98px) {
  .table-fees td span {
    font-size: 12px;
    line-height: 22px;
    border-radius: 10px;
  }
}

.table-fees td span b {
  font-weight: 700;
}

.table-fees td span td {
  padding: 0;
}

.table-fees td span td span {
  padding: 0;
}

.table-fees .term-common {
  width: 125px;
}

.table-fees .total-tab span {
  background-color: #00964D;
  width: 166px;
}

@media (min-width: 1800px) {
  .table-fees .total-tab span {
    width: 212px;
  }
}

@media (max-width: 991.98px) {
  .table-fees .total-tab span {
    width: 256px;
  }
}

@media (max-width: 1025px) {
  .table-fees .age-tab {
    width: 100px;
  }
}

.table-fees .age-tab span {
  background-color: #F4BC54;
  display: block;
}

@media (max-width: 1025px) {
  .table-fees .time-tab {
    width: 87px;
  }
}

.table-fees .time-tab span {
  background-color: #D31772;
}

.table-fees .term-one span {
  background-color: #A1CF5F;
}

.table-fees .term-two span {
  background-color: #ED7A17;
}

.table-fees .term-three span {
  background-color: #7E5794;
}

.table-fees td {
  font-size: 17px;
  color: #000000;
  font-family: "Balsamiq Sans", cursive;
  font-weight: 500;
}

@media (min-width: 1800px) {
  .table-fees td {
    font-size: 20px;
  }
}

.orange-block {
  max-width: 955px;
  width: 100%;
  display: block;
  margin: 0 auto;
}

@media (max-width: 1600px) {
  .orange-block {
    max-width: 755px;
  }
}

@media (max-width: 991.98px) {
  .orange-block {
    margin-top: 50px;
  }
}

@media (max-width: 575.98px) {
  .orange-block {
    margin-top: 0;
  }
}

.orange-block span {
  width: 100%;
  display: block;
  padding: 16px 20px;
  background: #FF7223;
  color: #ffff;
  border-radius: 44px;
  font-size: 18px;
  font-family: "Urbanist", sans-serif;
  font-weight: 600;
}

@media (min-width: 1800px) {
  .orange-block span {
    font-size: 22px;
  }
}

@media (max-width: 1025px) {
  .orange-block span {
    display: block;
  }
}

@media (max-width: 991.98px) {
  .orange-block span {
    border-radius: 67px;
    line-height: 30px;
  }
}

.fees-schedule {
  max-width: 950px;
  margin: 100px auto 0;
  text-align: left;
}

.fees-schedule img {
  position: relative;
  top: -2px;
}

@media (min-width: 1800px) {
  .fees-schedule img {
    top: -2px;
  }
}

.fees-schedule .mb-7 {
  margin-bottom: 100px;
}

@media (max-width: 991.98px) {
  .fees-schedule {
    margin: 65px auto 0;
  }
}

.fees-schedule p {
  margin-bottom: 25px;
}

.fees-schedule h1 {
  color: #7E5794;
}

.fees-schedule .purple-bl {
  font-size: 20px;
  color: #7E5794;
  font-weight: 600;
}

@media (min-width: 1800px) {
  .fees-schedule .purple-bl {
    font-size: 22px;
  }
}

@media (max-width: 767.98px) {
  .fees-schedule .purple-bl {
    font-size: 18px;
    line-height: 36px;
  }
}

@media (max-width: 375.98px) {
  .fees-schedule .purple-bl {
    font-size: 17px;
    line-height: 31px;
  }
}

.orange-block-disclaim {
  max-width: 1100px;
  margin: 0 auto;
  border-radius: 50px;
  color: #212529;
  padding: 25px;
  margin: 15px auto 0;
  border: 1px solid #ccc;
}

@media (min-width: 1800px) {
  .orange-block-disclaim {
    max-width: 1170px;
  }
}

@media (max-width: 1600px) {
  .orange-block-disclaim {
    max-width: 1050px;
  }
}

@media (max-width: 991.98px) {
  .orange-block-disclaim {
    max-width: 90%;
    text-align: center;
  }
}

.orange-block-disclaim .d-md-flex {
  max-width: 850px;
  margin: 0 auto;
}

@media (min-width: 1800px) {
  .orange-block-disclaim .d-md-flex {
    max-width: 955px;
  }
}

.orange-block-disclaim img {
  max-width: 150px;
}

@media (max-width: 991.98px) {
  .orange-block-disclaim img {
    max-width: 105px;
    margin: 0 auto;
  }
}

@media (min-width: 1800px) {
  .orange-block-disclaim {
    max-width: 1170px;
  }
}

@media (max-width: 991.98px) {
  .orange-block-disclaim .ms-3 {
    margin-left: 0 !important;
  }
}

.orange-block-disclaim h4 {
  font-size: 30px;
  font-family: "Balsamiq Sans", cursive;
  font-weight: 700;
}

@media (min-width: 1800px) {
  .orange-block-disclaim h4 {
    font-size: 34px;
  }
}

@media (max-width: 991.98px) {
  .orange-block-disclaim h4 {
    font-size: 24px;
  }
}

@media (max-width: 767.98px) {
  .orange-block-disclaim h4 {
    margin: 30px 0 15px;
  }
}

.orange-block-disclaim p {
  color: #000000;
}

@media (min-width: 1800px) {
  .orange-block-disclaim p {
    font-size: 20px;
  }
}

.table-fees .for-first span {
  background: #FDF2DD;
  border-radius: 20px;
  height: 190px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (min-width: 1800px) {
  .table-fees .for-first span {
    height: 200px;
  }
}

@media (max-width: 1025px) {
  .table-fees .for-first span {
    height: 162px;
  }
}

@media (max-width: 991.98px) {
  .table-fees .for-first span {
    height: 146px;
    border-radius: 10px;
  }
}

.term-due-wrap {
  max-width: 895px;
  margin: 145px auto 20px;
}

@media (max-width: 575.98px) {
  .term-due-wrap {
    padding: 0;
  }
}

@media (max-width: 991.98px) {
  .term-due-wrap {
    margin-top: 60px;
  }
}

@media (min-width: 1800px) {
  .term-due-wrap {
    max-width: 1050px;
  }
}

.term-due-wrap td, .term-due-wrap th {
  border: none;
  border-radius: 20px !important;
}

.term-due-wrap th {
  color: #ffff;
  border: solid 8px #fff;
  border-radius: 51px;
  background: #7e5794 0% 0% no-repeat padding-box;
  border-radius: 35px;
  padding: 16px 20px;
  font-size: 24px;
  font-family: "Balsamiq Sans", cursive;
  font-weight: 400;
}

@media (min-width: 1800px) {
  .term-due-wrap th {
    padding: 16px 50px;
  }
}

@media (max-width: 1600px) {
  .term-due-wrap th {
    font-size: 18px;
    padding: 16px 40px;
  }
}

@media (max-width: 575.98px) {
  .term-due-wrap th {
    padding: 16px 20px;
  }
}

.term-due-wrap td {
  background: rgba(126, 87, 148, 0.1) 0% 0% no-repeat padding-box;
  border-radius: 15px;
  padding: 16px 20px;
  border: solid 8px #fff;
  font-size: 20px;
  font-weight: 600;
  font-family: "Urbanist", sans-serif;
  min-height: 100px;
}

@media (min-width: 1800px) {
  .term-due-wrap td {
    padding: 16px 50px;
  }
}

@media (max-width: 1600px) {
  .term-due-wrap td {
    font-size: 17px;
    padding: 16px 40px;
  }
}

@media (max-width: 991.98px) {
  .term-due-wrap td {
    font-size: 16px;
  }
}

@media (max-width: 575.98px) {
  .term-due-wrap td {
    padding: 16px 20px;
  }
}

.term-due-wrap i {
  display: block;
  font-style: normal;
  color: #7E5794;
}

.pos-in-btms {
  position: absolute;
  bottom: -129px;
  left: 0px;
  z-index: 1;
}

@media (max-width: 991.98px) {
  .pos-in-btms {
    bottom: -133px;
  }
}

.fees-top-right {
  position: absolute;
  top: 20px;
  right: 30px;
}

@media (min-width: 1800px) {
  .fees-top-right {
    top: 19px;
    right: 80px;
  }
}

.fees-top-right img {
  max-width: 50px;
}

@media (min-width: 1800px) {
  .fees-top-right img {
    max-width: 100%;
  }
}

.fees-top-left {
  position: absolute;
  top: 80px;
  left: 30px;
}

@media (min-width: 1800px) {
  .fees-top-left {
    top: 83px;
    left: 102px;
  }
}

@media (max-width: 1280.98px) {
  .fees-top-left {
    top: 25px;
  }
}

.fees-top-left img {
  max-width: 60px;
}

@media (min-width: 1800px) {
  .fees-top-left img {
    max-width: 100%;
  }
}

.faq-page {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(73, 194, 191, 0.2)), to(rgba(204, 231, 212, 0.2)));
  background-image: linear-gradient(rgba(73, 194, 191, 0.2), rgba(204, 231, 212, 0.2));
}

.faq-page .container {
  max-width: 1140px;
  margin-bottom: 100px;
}

@media (max-width: 1399.98px) {
  .faq-page .container {
    max-width: 900px;
  }
}

@media (max-width: 1280.98px) {
  .faq-page .container {
    max-width: 700px;
    margin-bottom: 0;
  }
}

.faq-page .container .accordion-body {
  background: transparent;
}

.faq-page .container .accordion-body p {
  font-size: 20px;
}

@media (max-width: 1600px) {
  .faq-page .container .accordion-body p {
    font-size: 18px;
    font-weight: 500;
  }
}

@media (max-width: 991.98px) {
  .faq-page .container .accordion-body p {
    font-size: 14px;
  }
}

.faq-page .container .accordion-item {
  background: transparent;
  margin-bottom: 25px;
  border: none;
  border-radius: 15px;
}

.faq-page .container .accordion-item button {
  border-radius: 15px !important;
  font-family: "Balsamiq Sans", cursive;
  font-size: 24px;
  font-weight: 400;
  padding-top: 25px;
  padding-bottom: 25px;
  background: #ffff;
  -webkit-box-shadow: 0px 10px 20px #0F4CB726;
          box-shadow: 0px 10px 20px #0F4CB726;
  color: #D31772;
}

@media (max-width: 1600px) {
  .faq-page .container .accordion-item button {
    font-size: 22px;
  }
}

@media (max-width: 991.98px) {
  .faq-page .container .accordion-item button {
    font-size: 16px;
    padding-top: 15px;
    padding-bottom: 15px;
    line-height: 26px;
  }
}

.position-thecloud-faq {
  max-width: 395px;
  top: -115px;
  position: absolute;
  z-index: -1;
  left: 10%;
  opacity: .4;
  max-width: 800px;
  top: -500px;
}

@media (max-width: 1600px) {
  .position-thecloud-faq {
    top: -517px;
    left: -186px;
    max-width: 830px;
  }
}

@media (max-width: 1280.98px) {
  .position-thecloud-faq {
    top: -517px;
    left: -265px;
    max-width: 904px;
  }
}

@media (max-width: 1025px) {
  .position-thecloud-faq {
    top: -385px;
    left: -265px;
    max-width: 615px;
  }
}

@media (max-width: 991.98px) {
  .position-thecloud-faq {
    top: -176px;
    max-width: 300px;
    left: -72px;
  }
}

@media (max-width: 767.98px) {
  .position-thecloud-faq {
    max-width: 260px;
    left: -88px;
    top: -150px;
  }
}

.position-rightcloud-faq {
  max-width: 1200px;
  top: -33px;
  position: absolute;
  z-index: -1;
  right: 0;
  opacity: .4;
}

@media (max-width: 1600px) {
  .position-rightcloud-faq {
    top: -45px;
  }
}

@media (max-width: 1025px) {
  .position-rightcloud-faq {
    top: -65px;
    max-width: 900px;
  }
}

@media (max-width: 991.98px) {
  .position-rightcloud-faq {
    top: -122px;
    max-width: 1024px;
  }
}

@media (max-width: 767.98px) {
  .position-rightcloud-faq {
    top: 0;
    max-width: 407px;
  }
}

.accordion-button:not(.collapsed) {
  background: #D31772 !important;
  color: #ffff !important;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.accordion-button::after {
  background: url(../images/dark-drop.svg);
  width: 25px;
  height: 25px;
  background-repeat: no-repeat;
  background-size: contain;
  position: relative;
  top: 7px;
}

@media (max-width: 991.98px) {
  .accordion-button::after {
    width: 20px;
    height: 9px;
    top: 3px;
  }
}

.accordion-button:not(.collapsed)::after {
  background: url(../images/white-drop.svg);
  width: 25px;
  height: 25px;
  background-repeat: no-repeat;
  background-size: contain;
  position: relative;
  top: -1px;
  -webkit-transform: rotate(0);
          transform: rotate(0);
}

@media (max-width: 991.98px) {
  .accordion-button:not(.collapsed)::after {
    width: 20px;
    height: 9px;
    top: -2px;
  }
}

.faq-left-sun {
  position: absolute;
  top: 230px;
  left: -140px;
}

@media (max-width: 1600px) {
  .faq-left-sun {
    left: -91px;
  }
}

@media (max-width: 1025px) {
  .faq-left-sun {
    left: -57px;
  }
}

@media (max-width: 991.98px) {
  .faq-left-sun {
    left: -26px;
    top: 67px;
  }
}

@media (max-width: 767.98px) {
  .faq-left-sun {
    top: 67px;
  }
}

.faq-left-sun img {
  max-width: 400px;
}

@media (max-width: 1600px) {
  .faq-left-sun img {
    max-width: 300px;
  }
}

@media (max-width: 1025px) {
  .faq-left-sun img {
    max-width: 210px;
  }
}

@media (max-width: 991.98px) {
  .faq-left-sun img {
    max-width: 90px;
  }
}

.faq-right-sun {
  position: absolute;
  bottom: 10%;
  right: 0;
}

.faq-right-sun img {
  max-width: 400px;
}

@media (max-width: 1600px) {
  .faq-right-sun img {
    max-width: 300px;
  }
}

@media (max-width: 1025px) {
  .faq-right-sun img {
    max-width: 210px;
  }
}

@media (max-width: 991.98px) {
  .faq-right-sun img {
    display: none;
  }
}

.position-left-top-faq {
  position: absolute;
  left: 10px;
  top: 123px;
}

@media (max-width: 991.98px) {
  .position-left-top-faq {
    top: 68px;
    left: 92px;
  }
}

@media (max-width: 767.98px) {
  .position-left-top-faq {
    left: 54px;
    top: 67px;
  }
}

.position-left-top-faq img {
  max-width: 65px;
}

@media (max-width: 767.98px) {
  .position-left-top-faq img {
    max-width: 40px;
  }
}

.position-right-top-faq {
  position: absolute;
  right: 10px;
  top: 260px;
}

@media (max-width: 991.98px) {
  .position-right-top-faq {
    top: 99px;
  }
}

.position-right-top-faq img {
  max-width: 65px;
}

@media (max-width: 767.98px) {
  .position-right-top-faq img {
    max-width: 40px;
  }
}

@media (max-width: 1025px) {
  .faq-page .meet-techer {
    margin-bottom: 52px;
  }
}

@media (max-width: 991.98px) {
  .faq-page .meet-techer {
    margin-top: 120px;
  }
}

@media (max-width: 767.98px) {
  .faq-page .meet-techer {
    margin-bottom: 15px;
  }
}

.meet-techer .green {
  color: #00964D;
}

/****  floating-Lable style start ****/
.floating-form {
  background: #ffff 0% 0% no-repeat padding-box;
  -webkit-box-shadow: 22px 29px 35px #00964D24;
          box-shadow: 22px 29px 35px #00964D24;
  border-radius: 41px;
  padding: 50px;
  max-width: 930px;
  margin: 40px auto 0;
}

@media (max-width: 991.98px) {
  .floating-form {
    position: relative;
  }
}

@media (max-width: 767.98px) {
  .floating-form {
    position: relative;
    padding: 40px 20px 5px;
  }
}

.floating-form .floating-label {
  position: relative;
  margin-bottom: 20px;
}

.floating-form .floating-input {
  font-size: 20px;
  padding: 20px 33px 5px;
  display: block;
  width: 100%;
  height: 66px;
  background: #EDEDED 0% 0% no-repeat padding-box;
  border-radius: 9px;
  border: solid 2px transparent;
  color: #000000;
  font-family: "Urbanist", sans-serif;
  font-weight: 600;
}

@media (max-width: 1600px) {
  .floating-form .floating-input {
    font-size: 18px;
  }
}

@media (max-width: 991.98px) {
  .floating-form .floating-input {
    font-size: 20px;
  }
}

.floating-form .floating-input:focus {
  outline: none;
  border: 2px solid #00964D;
  -webkit-box-shadow: 0px 0px 19px #00964D36;
          box-shadow: 0px 0px 19px #00964D36;
}

.floating-form label {
  color: #898989;
  font-size: 20px;
  font-weight: 400;
  position: absolute;
  line-height: 16px;
  pointer-events: none;
  left: 33px;
  top: 24px;
  width: 80%;
  text-align: left;
  background: #EDEDED 0% 0% no-repeat padding-box;
  padding-left: 0px;
  transition: 0.2s ease all;
  -moz-transition: 0.2s ease all;
  -webkit-transition: 0.2s ease all;
  font-family: "Urbanist", sans-serif;
}

@media (max-width: 1600px) {
  .floating-form label {
    font-size: 18px;
  }
}

@media (max-width: 991.98px) {
  .floating-form label {
    font-size: 20px;
  }
}

.floating-form .floating-input:focus ~ label, .floating-form .floating-input:not(:placeholder-shown) ~ label {
  top: 10px;
  font-size: 14px;
  color: #898989;
}

.focus-label label {
  top: 10px;
  font-size: 14px;
  color: #898989;
}

.floating-textarea {
  min-height: 247px;
  max-height: 260px;
  height: 260px;
  overflow: hidden;
  overflow-x: hidden;
  padding: 30px 33px 5px !important;
}

/* highlighter */
.floating-form .highlight {
  position: absolute;
  height: 50%;
  width: 100%;
  top: 15%;
  left: 0;
  pointer-events: none;
  opacity: 0.5;
}

.floating-form .text-left {
  text-align: left;
}

@media (max-width: 767.98px) {
  .floating-form .text-left {
    padding: 12px 51px;
    text-align: center;
  }
}

.floating-form .text-left .wpcf7-spinner {
  display: block;
  margin-top: 10px;
}

@media (max-width: 991.98px) {
  .floating-form .text-left .wpcf7-spinner {
    margin: 10px auto;
  }
}

.floating-form .text-left input {
  -webkit-box-shadow: 4px 7px 35px #FFCE076E;
          box-shadow: 4px 7px 35px #FFCE076E;
  background: #FFCE07 0% 0% no-repeat padding-box;
  font-size: 20px;
  font-family: "Urbanist", sans-serif;
  text-transform: uppercase;
  color: #4A4F55;
  border: none;
  letter-spacing: 2.38px;
  border-radius: 50px;
  padding: 18px 51px;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
  margin-top: 20px;
  font-weight: 700;
}

@media (max-width: 991.98px) {
  .floating-form .text-left input {
    padding: 12px 35px;
    margin-top: 0px;
    font-size: 16px;
  }
}

.floating-form .text-left input:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

@media (max-width: 991.98px) {
  .inquiry-pages .position-right-top-faq {
    display: none;
  }
  .inquiry-pages .faq-left-sun img {
    max-width: 158px;
  }
}

@media (max-width: 767.98px) {
  .inquiry-pages .faq-left-sun {
    left: -50px;
    top: 238px;
  }
  .inquiry-pages .faq-left-sun img {
    max-width: 117px;
  }
  .inquiry-pages .position-left-top-faq {
    top: 60px;
    left: 11px;
  }
  .inquiry-pages .position-left-top-faq img {
    max-width: 40px;
  }
  .inquiry-pages .faq-right-sun {
    bottom: -29px;
    right: -23px;
  }
  .inquiry-pages .faq-right-sun img {
    display: block;
  }
}

@media (max-width: 767.98px) {
  .inquiry-pages {
    padding-bottom: 140px;
  }
}

.page-template-faq .join-us-common {
  background: #f4faf6;
}

@media (max-width: 575.98px) {
  .page-template-faq .join-us-common {
    padding-top: 90px;
  }
}

@media (max-width: 991.98px) {
  .accordion {
    padding-bottom: 15px;
  }
}

.page-template-inquiry-form .inquiry-pages .faq-right-sun {
  bottom: -6px;
  right: -14px;
}

.page-template-inquiry-form .inquiry-pages .faq-left-sun {
  left: -92px;
  top: 148px;
}

@media (min-width: 1800px) {
  .page-template-inquiry-form .inquiry-pages .faq-left-sun {
    left: -118px;
  }
}

@media (max-width: 1025px) {
  .page-template-inquiry-form .inquiry-pages .faq-left-sun {
    left: -62px;
    top: 148px;
  }
}

@media (max-width: 991.98px) {
  .page-template-inquiry-form .inquiry-pages .faq-left-sun {
    left: -51px;
  }
}

@media (max-width: 767.98px) {
  .page-template-inquiry-form .inquiry-pages .faq-left-sun {
    left: -41px !important;
    top: 165px !important;
  }
}

@media (max-width: 991.98px) {
  .page-template-inquiry-form .faq-right-sun img {
    max-width: 127px;
  }
}

@media (max-width: 991.98px) {
  .page-template-inquiry-form .join-us-common {
    padding-top: 163px;
  }
}

@media (max-width: 575.98px) {
  .page-template-inquiry-form .join-us-common {
    padding-top: 0;
  }
}

@media (max-width: 991.98px) {
  .page-template-nursery-fees .join-us-common {
    padding-top: 150px;
  }
}

@media (max-width: 575.98px) {
  .page-template-nursery-fees .join-us-common {
    padding-top: 55px;
  }
}

.fees-table .table-structure-form .open-space-bottom .nav-pills li:nth-child(2) {
  margin: 0 22px;
}

@media (max-width: 991.98px) {
  .fees-table .table-structure-form .open-space-bottom .nav-pills li:nth-child(2) {
    margin: 0;
  }
}

.term-due-wrap strong {
  font-weight: 700;
}

.form-page .position-left-top-faq {
  left: 11%;
  top: 123px;
}

@media (max-width: 767.98px) {
  .form-page .position-left-top-faq {
    left: 15px;
    top: 71px;
  }
}

.form-page .position-right-top-faq {
  right: 5%;
  top: 46%;
}

.bouncing {
  -webkit-animation: bouncing 2s infinite;
          animation: bouncing 2s infinite;
}

@-webkit-keyframes bouncing {
  from, to {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  25% {
    -webkit-transform: scale(1, 1.1);
            transform: scale(1, 1.1);
  }
  50% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  75% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
}

@keyframes bouncing {
  from, to {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  25% {
    -webkit-transform: scale(1, 1.1);
            transform: scale(1, 1.1);
  }
  50% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  75% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
}

.nurser-timing {
  padding: 0px 0 0 0;
  position: relative;
}

@media (max-width: 991.98px) {
  .nurser-timing {
    margin-top: 38px;
  }
}

@media (max-width: 767.98px) {
  .nurser-timing {
    margin-top: 0;
  }
  .nurser-timing .section-title {
    margin-bottom: 6px;
    margin-top: 35px;
  }
}

.nurser-timing .left-round {
  max-width: 85px;
  position: absolute;
  left: 50px;
  top: 66px;
}

@media (max-width: 1600px) {
  .nurser-timing .left-round {
    left: 50px;
    top: 15%;
  }
}

@media (max-width: 1025px) {
  .nurser-timing .left-round {
    top: 7%;
  }
}

@media (max-width: 991.98px) {
  .nurser-timing .left-round {
    left: 25px;
    top: 9%;
  }
}

@media (max-width: 767.98px) {
  .nurser-timing .left-round {
    left: 7px;
    top: 4%;
    max-width: 35px;
  }
}

.nurser-timing .right-round {
  position: absolute;
  right: 60px;
  top: 253px;
  max-width: 63px;
}

@media (max-width: 1600px) {
  .nurser-timing .right-round {
    right: 50px;
    top: 20%;
  }
}

@media (max-width: 1025px) {
  .nurser-timing .right-round {
    top: 14%;
  }
}

@media (max-width: 991.98px) {
  .nurser-timing .right-round {
    top: 14%;
  }
}

@media (max-width: 767.98px) {
  .nurser-timing .right-round {
    max-width: 30px;
    right: 10px;
    top: 10%;
  }
}

.nurser-timing .top-decoration img {
  width: 100%;
}

.nurser-timing .alarm-clock {
  right: 30%;
  top: 0;
}

@media (max-width: 1600px) {
  .nurser-timing .alarm-clock {
    max-width: 120px;
  }
}

@media (max-width: 1280.98px) {
  .nurser-timing .alarm-clock {
    max-width: 60px;
  }
}

@media (max-width: 991.98px) {
  .nurser-timing .alarm-clock {
    top: 15px;
  }
}

@media (max-width: 767.98px) {
  .nurser-timing .alarm-clock {
    max-width: 60px;
    right: 20%;
    top: 24px;
  }
}

.nurser-timing .container {
  position: relative;
  margin-top: -42px;
}

@media (max-width: 991.98px) {
  .nurser-timing .container {
    margin-top: 0;
  }
}

@media (max-width: 767.98px) {
  .nurser-timing .container {
    padding-left: 27px;
    padding-right: 27px;
    margin-top: 15px;
  }
}

.nurser-timing .container .heading-sec {
  margin-bottom: 130px;
}

@media (max-width: 1600px) {
  .nurser-timing .container .heading-sec {
    margin-bottom: 55px;
  }
}

.nurser-timing .container .nursery-camps-text {
  color: #000000;
  font-weight: 700;
}

.nurser-timing .daily-shedule {
  max-width: 1457px;
  min-height: 655px;
  margin: 0px auto;
  margin-top: 10px;
  background: url(../images/nursery-timing-bg-desk.svg) no-repeat center center;
  background-size: contain;
  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;
}

@media (max-width: 1600px) {
  .nurser-timing .daily-shedule {
    margin-top: 10px;
  }
}

@media (max-width: 991.98px) {
  .nurser-timing .daily-shedule {
    min-height: 350px;
    max-width: 785px;
  }
}

@media (max-width: 767.98px) {
  .nurser-timing .daily-shedule {
    background: url(../images/nursery-timing-bg-mob.svg) no-repeat center center;
    min-height: 785px;
    max-width: 431px;
  }
}

.nurser-timing .daily-shedule .shedule-row {
  margin-bottom: 30px;
}

@media (max-width: 991.98px) {
  .nurser-timing .daily-shedule .shedule-row {
    margin-bottom: 15px;
  }
}

.nurser-timing .daily-shedule .shedule-list {
  width: 80%;
  margin: 0px auto;
}

@media (max-width: 767.98px) {
  .nurser-timing .daily-shedule .shedule-list {
    max-width: 290px;
  }
}

.nurser-timing .daily-shedule .shedule-list .option-sec {
  margin-right: 10px;
}

@media (max-width: 767.98px) {
  .nurser-timing .daily-shedule .shedule-list .sh-box {
    margin-bottom: 24px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}

.nurser-timing .daily-shedule .shedule-list .sh-box-content {
  border-radius: 28px;
  width: 100%;
  font-size: 24px;
  line-height: 29px;
  font-weight: 600;
  padding: 30px 40px;
}

@media (max-width: 1600px) {
  .nurser-timing .daily-shedule .shedule-list .sh-box-content {
    padding: 20px 40px;
    font-size: 18px;
    line-height: 24px;
  }
}

@media (max-width: 1025px) {
  .nurser-timing .daily-shedule .shedule-list .sh-box-content {
    padding: 20px 36px;
    border-radius: 20px;
  }
}

@media (max-width: 991.98px) {
  .nurser-timing .daily-shedule .shedule-list .sh-box-content {
    padding: 15px 22px;
    font-size: 14px;
    line-height: 20px;
  }
}

@media (max-width: 767.98px) {
  .nurser-timing .daily-shedule .shedule-list .sh-box-content {
    text-align: center;
  }
}

.nurser-timing .daily-shedule .shedule-list .sh-box-content.green {
  background: #00964D;
  color: #FFF;
}

.nurser-timing .daily-shedule .shedule-list .sh-box-content.light-green {
  background: #e5f4ed;
  font-weight: 700;
}

.nurser-timing .daily-shedule .shedule-list .sh-box-content.purple {
  background: #D31772;
  color: #FFF;
}

.nurser-timing .daily-shedule .shedule-list .sh-box-content.light-purple {
  background: rgba(211, 23, 114, 0.1);
  font-weight: 700;
}

.nurser-timing .daily-shedule .shedule-list .sh-box-content.blue {
  background: #51C2EB;
  color: #FFF;
}

.nurser-timing .daily-shedule .shedule-list .sh-box-content.light-blue {
  background: rgba(81, 194, 235, 0.1);
  font-weight: 700;
}

.nurser-timing .date-time-book-sec {
  margin-bottom: 45px;
}

@media (max-width: 767.98px) {
  .nurser-timing .date-time-book-sec {
    text-align: center;
  }
}

.nurser-timing .date-time-book-sec .date-time, .nurser-timing .date-time-book-sec .book-sec {
  background: #EF7724;
  border-radius: 40px;
  padding: 50px 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 575.98px) {
  .nurser-timing .date-time-book-sec .date-time-main {
    margin-bottom: 30px;
  }
}

.nurser-timing .date-time-book-sec .date-time p {
  font-family: "Balsamiq Sans", cursive !important;
}

.nurser-timing .date-time-book-sec .date-time p:last-child {
  margin-bottom: 0;
  font-family: "Urbanist", sans-serif !important;
}

.nurser-timing .date-time-book-sec .book-sec {
  background: #7E5794;
}

@media (max-width: 767.98px) {
  .nurser-timing .date-time-book-sec .book-sec p {
    margin-bottom: 25px;
  }
}

.nurser-timing .date-time-book-sec .book-sec .times {
  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;
  margin: 0 -5px;
}

.nurser-timing .date-time-book-sec .book-sec .times .each-times {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 0 5px;
  width: 33.33%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin-bottom: 5px;
}

@media (max-width: 767.98px) {
  .nurser-timing .date-time-book-sec .book-sec .times .each-times {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    margin-bottom: 14px;
  }
}

.nurser-timing .date-time-book-sec .book-sec .times .each-times span {
  background: #EF7724;
  padding: 5px 5px;
  border-radius: 28px;
  display: block;
  text-align: center;
  color: #FFF;
  font-weight: 700;
  font-size: 22px;
}

@media (max-width: 767.98px) {
  .nurser-timing .date-time-book-sec .book-sec .times .each-times span {
    padding: 10px;
  }
}

@media (max-width: 1600px) {
  .nurser-timing .date-time-book-sec .book-sec .times .each-times span {
    font-size: 18px;
  }
}

.nurser-timing .date-time-book-sec p {
  font-family: "Balsamiq Sans", cursive;
  color: #FFF;
  font-size: 26px;
  line-height: 30px;
}

.nurser-timing .date-time-book-sec p.bold {
  font-weight: 700;
  margin-top: 5px;
}

@media (max-width: 575.98px) {
  .nurser-timing .date-time-book-sec p.bold {
    margin-top: 10px;
  }
}

@media (max-width: 1600px) {
  .nurser-timing .date-time-book-sec p {
    font-size: 20px;
    line-height: 24px;
  }
}

@media (max-width: 767.98px) {
  .nurser-timing .date-time-book-sec p {
    font-size: 20px;
    line-height: 24px;
    font-weight: 400;
  }
}

.alarm-clock {
  position: absolute;
  right: 0;
  top: -100px;
}

.shape-section {
  max-width: 1413px;
  margin: 0px auto;
}

.shape-section .shap-top-sect {
  height: 162px;
  background: url(../images/shape-top-sec.png) no-repeat center center;
}

.shape-section .shape-content-area {
  background: #fbf4ef;
  min-height: 200px;
  max-width: calc(100% - 164px);
  margin: 0px auto;
  position: relative;
}

.shape-section .shape-content-area .shape-content-left {
  background: url(../images/shape-left-sec.png) no-repeat left center;
  position: absolute;
  left: -82px;
  top: 0;
  width: 82px;
  height: 100%;
  background-size: cover;
}

.page-template-nursery-timing .section-title {
  margin-bottom: 25px;
}

@media (max-width: 767.98px) {
  .page-template-nursery-timing .section-title {
    margin-bottom: 6px;
  }
}

.page-template-nursery-timing .join-us-common {
  background: #f1faf6;
}

@media (max-width: 575.98px) {
  .page-template-nursery-timing .join-us-common {
    padding-top: 60px;
  }
}

.inner-content h1 span {
  display: block;
}

.image-wrap img {
  border-radius: 24px;
}

@media (max-width: 767.98px) {
  .area-list-main {
    margin-bottom: 40px;
  }
}

@media (min-width: 1300px) {
  .about-fecility-wrap.carriculam-wrap .container .row {
    margin-left: -50px;
    margin-right: -50px;
  }
}

@media (min-width: 1300px) {
  .about-fecility-wrap.carriculam-wrap .container .row [class*="col"] {
    padding-left: 50px;
    padding-right: 50px;
  }
}

@media (min-width: 1025px) and (max-width: 1500px) {
  .about-fecility-wrap.carriculam-wrap p {
    line-height: 28px;
  }
}

.carriculam-wrap .fecility-section .fecility-bottom {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}

.carriculam-wrap .fecility-section .fecility-content-wrap .left-round, .carriculam-wrap .fecility-section .fecility-content-wrap .right-round {
  position: absolute;
}

.carriculam-wrap .fecility-section .fecility-content-wrap .left-round {
  left: 0;
  top: 25%;
}

@media (min-width: 1800px) {
  .carriculam-wrap .fecility-section .fecility-content-wrap .left-round {
    top: 25%;
    left: 2%;
  }
}

@media (max-width: 1025px) {
  .carriculam-wrap .fecility-section .fecility-content-wrap .left-round {
    left: 14px;
    top: 3%;
    width: 40px;
  }
}

.carriculam-wrap .fecility-section .fecility-content-wrap .right-round {
  right: 0;
  bottom: 0;
}

@media (min-width: 1800px) {
  .carriculam-wrap .fecility-section .fecility-content-wrap .right-round {
    right: 5%;
    bottom: 10%;
  }
}

@media (max-width: 1025px) {
  .carriculam-wrap .fecility-section .fecility-content-wrap .right-round {
    right: 22px;
    bottom: 0;
    width: 40px;
  }
}

.carriculam-wrap .fecility-section .fecility-content-wrap .right-round svg {
  max-width: 60px;
}

.carriculam-wrap .fecility-section .fecility-content-wrap .tree-branch-right {
  top: -10%;
}

@media (max-width: 767.98px) {
  .carriculam-wrap .fecility-section .fecility-content-wrap .tree-branch-right {
    top: -1%;
  }
}

.carriculam-wrap .fecility-section .fecility-content-wrap .admission-steps {
  padding: 70px 0 0 0;
}

.carriculam-wrap .fecility-section .fecility-content-wrap .tree-branch-left {
  bottom: -12%;
}

@media (max-width: 767.98px) {
  .carriculam-wrap .fecility-section .fecility-content-wrap .tree-branch-left {
    bottom: -3%;
  }
}

.carriculam-wrap .fecility-section .container {
  padding: 0;
}

.carriculam-wrap .steam-section {
  margin-bottom: 150px;
}

@media (max-width: 1600px) {
  .carriculam-wrap .steam-section {
    margin-bottom: 80px;
  }
}

@media (max-width: 991.98px) {
  .carriculam-wrap .steam-section {
    padding-top: 65px;
  }
}

.carriculam-wrap .fecility-section.fec-sec-1.with-bg-color .fecility-content-wrap h2 {
  color: #00964D;
  max-width: 880px;
  margin: 0px auto;
}

@media (max-width: 767.98px) {
  .carriculam-wrap .fecility-section.fec-sec-1.with-bg-color .fecility-content-wrap h2 {
    max-width: 300px;
    margin: 0px auto;
  }
}

.carriculam-wrap .fecility-section.fec-sec-1.with-bg-color .fecility-content-wrap p {
  text-align: left;
}

.carriculam-wrap .admission-steps .steps-list {
  padding-top: 0;
}

@media (max-width: 767.98px) {
  .carriculam-wrap .abt-fecility-disc h1 {
    max-width: 210px;
    text-align: center;
    margin: 0px auto;
    margin-bottom: 25px;
  }
}

.carriculam-wrap .abt-fecility-disc {
  margin-bottom: 55px;
}

.carriculam-wrap .fecility-section.fec-sec-1.with-bg-color .fecility-svg path {
  fill: #F5FFE6;
}

.carriculam-wrap .fecility-section.fec-sec-1.with-bg-color .fecility-content-wrap {
  background: #F5FFE6;
}

.carriculam-wrap .bottom-benfits {
  margin-top: -5%;
}

.carriculam-wrap .bottom-benfits img {
  width: 100%;
}

.carriculam-wrap .admission-steps .steps-list {
  padding-top: 75px;
}

@media (max-width: 767.98px) {
  .carriculam-wrap .admission-steps .steps-list {
    padding-top: 25px;
    padding-left: 45px;
    padding-right: 45px;
  }
}

.carriculam-wrap .admission-steps .steps-list li {
  margin: -75px 0 0 0;
}

@media (max-width: 1600px) {
  .carriculam-wrap .admission-steps .steps-list li {
    margin: -25px 0 0 0;
  }
}

@media (max-width: 767.98px) {
  .carriculam-wrap .admission-steps .steps-list li {
    margin: 0 0 0 0;
  }
}

@media (max-width: 767.98px) {
  .carriculam-wrap .admission-steps .steps-list li:nth-child(even) .each-steps {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}

@media (max-width: 767.98px) {
  .carriculam-wrap .admission-steps .steps-list li:nth-child(even) .each-steps .icons {
    right: -35px;
    left: auto;
  }
}

.carriculam-wrap .admission-steps .steps-list li:nth-child(even) .each-steps .each-copy {
  text-align: right;
}

@media (min-width: 1300px) {
  .carriculam-wrap .admission-steps .steps-list li:nth-child(even) .each-steps .each-copy {
    padding-left: 250px;
  }
}

.carriculam-wrap .admission-steps .steps-list li:nth-child(even) .each-steps .each-copy p {
  text-align: right;
}

.carriculam-wrap .admission-steps .steps-list li .each-steps {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}

.carriculam-wrap .admission-steps .steps-list li .each-steps img {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 190px;
          flex: 0 0 190px;
  max-width: 190px;
}

@media (max-width: 767.98px) {
  .carriculam-wrap .admission-steps .steps-list li .each-steps {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.carriculam-wrap .admission-steps .steps-list li .each-steps p {
  font-size: 16px;
  line-height: 22px;
}

@media (min-width: 1800px) {
  .carriculam-wrap .admission-steps .steps-list li .each-steps p {
    font-size: 18px;
    line-height: 24px;
  }
}

@media (min-width: 1800px) {
  .carriculam-wrap .admission-steps .steps-list li .each-steps img {
    max-width: 350px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 350px;
            flex: 0 0 350px;
  }
}

.carriculam-wrap .admission-steps .steps-list li .each-steps::after {
  display: none;
}

.carriculam-wrap .admission-steps .steps-list li .each-steps .each-copy {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: none;
}

@media (max-width: 767.98px) {
  .carriculam-wrap .admission-steps .steps-list li .each-steps .each-copy {
    margin-top: -15px;
  }
}

.carriculam-wrap .admission-steps .steps-list li .each-steps .icons {
  -webkit-box-flex: 0;
      -ms-flex: 0;
          flex: 0;
  max-width: none;
}

@media (max-width: 767.98px) {
  .carriculam-wrap .admission-steps .steps-list li .each-steps .icons {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    left: -35px;
  }
}

.carriculam-wrap .admission-steps .steps-list li .each-steps .icons span {
  left: auto;
  right: 90px;
}

@media (max-width: 1600px) {
  .carriculam-wrap .admission-steps .steps-list li .each-steps .icons span {
    width: 38px;
    height: 38px;
    right: 50px;
    top: 22px;
  }
}

@media (max-width: 767.98px) {
  .carriculam-wrap .admission-steps .steps-list li .each-steps .icons span {
    left: auto !important;
    right: 30px !important;
  }
}

@media (min-width: 1800px) {
  .carriculam-wrap p {
    font-size: 20px;
    line-height: 36px;
  }
}

.carriculam-wrap .image-sec img {
  -webkit-box-shadow: 0px 2px 32px -2px rgba(81, 194, 235, 0.26);
  box-shadow: 0px 2px 32px -2px rgba(81, 194, 235, 0.26);
  border-radius: 24px;
}

.area-list {
  background: #FFF;
  border-radius: 41px;
  height: 100%;
  padding: 60px;
  text-align: left;
  -webkit-box-shadow: 3px 15px 41px -4px rgba(0, 0, 0, 0.4);
  box-shadow: 3px 15px 41px -4px rgba(0, 0, 0, 0.4);
}

@media (max-width: 1600px) {
  .area-list {
    padding: 45px;
  }
}

.area-list h4 {
  margin-bottom: 35px;
}

.area-list li {
  margin-bottom: 35px;
  font-size: 20px;
  line-height: 36px;
  color: #4A4F55;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  font-weight: 500;
}

.area-list li::before {
  width: 10px;
  height: 10px;
  background: #EF7724;
  border-radius: 50%;
  content: "";
  -webkit-box-flex: 0;
      -ms-flex: 0 0 10px;
          flex: 0 0 10px;
  margin: 10px 12px 0 0;
}

@media (max-width: 1600px) {
  .area-list li {
    font-size: 16px;
    line-height: 32px;
  }
}

@media (max-width: 767.98px) {
  .area-list li {
    font-size: 14px;
    line-height: 28px;
  }
}

.join-us-common.cariculum-join-sec {
  padding-top: 0 !important;
}

.join-us-common.cariculum-join-sec .bus-pos {
  display: none;
}

@media (min-width: 1300px) {
  .join-us-common.cariculum-join-sec .footer-bg {
    top: -215px;
  }
}

.join-us-common.cariculum-join-sec .join-us-section {
  background: #00964D;
  padding-bottom: 25%;
}

@media (min-width: 1800px) {
  .join-us-common.cariculum-join-sec .join-us-section .round-elem3 {
    bottom: 7%;
    right: 29%;
  }
}

@media (max-width: 767.98px) {
  .join-us-common.cariculum-join-sec .join-us-section .round-elem3 {
    display: none;
  }
}

@media (max-width: 1600px) {
  .join-us-common.cariculum-join-sec .join-us-section {
    padding-bottom: 25%;
  }
}

@media (max-width: 991.98px) {
  .join-us-common.cariculum-join-sec .join-us-section {
    padding-bottom: 39%;
    padding-top: 65px;
  }
}

@media (max-width: 767.98px) {
  .join-us-common.cariculum-join-sec .join-us-section {
    padding-top: 60px;
    padding-bottom: 56%;
  }
}

@media (min-width: 576px) and (max-width: 645px) {
  .join-us-common.cariculum-join-sec .join-us-section {
    padding-bottom: 34%;
  }
}

.join-us-common.cariculum-join-sec .join-us-section h2 {
  margin-bottom: 65px;
}

@media (max-width: 767.98px) {
  .join-us-common.cariculum-join-sec .join-us-section h2 {
    margin-bottom: 55px;
  }
}

.join-us-common.cariculum-join-sec .join-us-section .plane-elem {
  top: auto;
  bottom: 13%;
}

@media (max-width: 991.98px) {
  .join-us-common.cariculum-join-sec .join-us-section .plane-elem {
    bottom: -4%;
  }
}

@media (max-width: 767.98px) {
  .join-us-common.cariculum-join-sec .join-us-section .plane-elem {
    bottom: 2%;
  }
}

@media (min-width: 576px) and (max-width: 645px) {
  .join-us-common.cariculum-join-sec .join-us-section .plane-elem {
    bottom: 7%;
  }
}

.join-us-common.cariculum-join-sec .join-us-section .round-elem1 {
  top: auto;
  bottom: 28%;
  left: 2%;
}

@media (max-width: 991.98px) {
  .join-us-common.cariculum-join-sec .join-us-section .round-elem1 {
    bottom: 20%;
  }
}

@media (max-width: 767.98px) {
  .join-us-common.cariculum-join-sec .join-us-section .round-elem1 {
    bottom: 9%;
  }
}

@media (min-width: 576px) and (max-width: 645px) {
  .join-us-common.cariculum-join-sec .join-us-section .round-elem1 {
    bottom: 18%;
  }
}

.join-us-common.cariculum-join-sec .join-us-section .round-elem2 {
  top: 25%;
}

@media (max-width: 991.98px) {
  .join-us-common.cariculum-join-sec .join-us-section .round-elem2 {
    top: 4%;
  }
}

@media (max-width: 767.98px) {
  .join-us-common.cariculum-join-sec .join-us-section .round-elem2 {
    bottom: 3%;
    top: auto;
    right: 50%;
    width: 44px;
  }
}

@media (min-width: 576px) and (max-width: 645px) {
  .join-us-common.cariculum-join-sec .join-us-section .round-elem2 {
    bottom: 8%;
  }
}

@media (max-width: 991.98px) {
  .join-us-common.cariculum-join-sec .join-us-section .round-elem3 {
    right: 31%;
  }
}

.join-us-common.cariculum-join-sec .join-us-section #plant {
  bottom: -7%;
}

@media (min-width: 1800px) {
  .join-us-common.cariculum-join-sec .join-us-section #plant {
    right: 2%;
  }
}

@media (max-width: 1600px) {
  .join-us-common.cariculum-join-sec .join-us-section #plant {
    bottom: -15%;
  }
}

@media (max-width: 991.98px) {
  .join-us-common.cariculum-join-sec .join-us-section #plant {
    bottom: -4%;
  }
}

@media (max-width: 767.98px) {
  .join-us-common.cariculum-join-sec .join-us-section #plant {
    bottom: -4%;
  }
}

@media (min-width: 576px) and (max-width: 645px) {
  .join-us-common.cariculum-join-sec .join-us-section #plant {
    bottom: -3%;
  }
}

.steam-sec-2 {
  overflow-y: hidden;
}

@media (max-width: 767.98px) {
  .steam-sec-2 h2 {
    max-width: 210px;
    margin: 0px auto;
  }
}

@media (max-width: 767.98px) {
  .sm-tcenter {
    text-align: center;
    margin-bottom: 30px;
  }
  .steam-cont-left {
    margin-bottom: 30px;
  }
}

@media (max-width: 991.98px) {
  .steam-sec-2 img {
    margin: auto;
  }
}

.curr-enrich .section-title {
  margin-bottom: 13px;
}

.career-ball {
  background: url(../images/career-ball.svg);
  min-height: 580px;
  background-size: contain;
  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-repeat: no-repeat;
}

@media (max-width: 1600px) {
  .career-ball {
    background-position: top;
  }
}

@media (max-width: 1280.98px) {
  .career-ball {
    min-height: 477px;
  }
}

@media (max-width: 991.98px) {
  .career-ball {
    min-height: 447px;
    max-width: 430px;
    margin: 0 auto;
  }
}

@media (max-width: 575.98px) {
  .career-ball {
    min-height: 364px;
    max-width: 396px;
    margin: 0 auto;
    background: url(../images/career-ball-mobile.svg);
    background-position: center;
  }
}

.career-ball .inside-career-ball {
  color: #ffff;
  max-width: 330px;
  margin-left: 0;
}

@media (max-width: 1280.98px) {
  .career-ball .inside-career-ball {
    max-width: 250px;
  }
}

@media (max-width: 767.98px) {
  .career-ball .inside-career-ball {
    max-width: 222px;
  }
}

.career-ball .inside-career-ball svg {
  position: absolute;
  right: -64px;
  top: -102px;
}

@media (max-width: 991.98px) {
  .career-ball .inside-career-ball svg {
    right: -26px;
    top: -102px;
    max-width: 93px;
  }
}

.career-ball .inside-career-ball h4 {
  font-size: 24px;
  font-family: "Balsamiq Sans", cursive;
  line-height: 29px;
  font-weight: 400;
  padding-right: 20px;
}

@media (max-width: 1600px) {
  .career-ball .inside-career-ball h4 {
    font-size: 22px;
  }
}

@media (max-width: 1280.98px) {
  .career-ball .inside-career-ball h4 {
    font-size: 17px;
    line-height: 23px;
  }
}

@media (max-width: 767.98px) {
  .career-ball .inside-career-ball h4 {
    font-size: 18px;
    line-height: 21px;
  }
}

.career-ball .inside-career-ball h3 {
  font-size: 30px;
  font-family: "Balsamiq Sans", cursive;
  line-height: 29px;
  font-weight: 400;
}

@media (max-width: 1600px) {
  .career-ball .inside-career-ball h3 {
    font-size: 28px;
  }
}

@media (max-width: 1280.98px) {
  .career-ball .inside-career-ball h3 {
    font-size: 22px;
  }
}

@media (max-width: 767.98px) {
  .career-ball .inside-career-ball h3 {
    font-size: 20px;
  }
}

.career-ball .inside-career-ball a {
  display: block;
  color: #ffff;
  text-align: center;
  font-size: 30px;
  font-family: "Balsamiq Sans", cursive;
  font-weight: 700;
  margin-top: 30px;
  background: #EF7724;
  border-radius: 44px;
  padding: 15px 0;
}

.career-ball .inside-career-ball a:hover {
  color: #FFCE07;
}

@media (max-width: 1600px) {
  .career-ball .inside-career-ball a {
    font-size: 28px;
  }
}

@media (max-width: 1280.98px) {
  .career-ball .inside-career-ball a {
    font-size: 22px;
  }
}

@media (max-width: 767.98px) {
  .career-ball .inside-career-ball a {
    padding: 15px 0;
    font-size: 20px;
  }
}

.careers-part {
  overflow: hidden;
  background: #e4f5f3;
  background: -webkit-gradient(linear, left top, left bottom, from(#e4f5f3), to(#f4faf6));
  background: linear-gradient(180deg, #e4f5f3 0%, #f4faf6 100%);
}

@media (max-width: 1280.98px) {
  .careers-part {
    padding-top: 60px;
  }
}

@media (max-width: 1600px) {
  .careers-part .container {
    max-width: 1200px;
  }
}

@media (max-width: 1600px) {
  .careers-part p {
    font-size: 18px;
  }
}

@media (max-width: 575.98px) {
  .careers-part .call-page {
    padding: 0;
  }
}

@media (max-width: 991.98px) {
  .career-representation .fees-top-left {
    left: 0;
  }
  .career-representation .fees-top-left img {
    max-width: 35px;
  }
}

@media (max-width: 991.98px) {
  .career-representation .fees-top-right img {
    max-width: 35px;
  }
}

.page-template-careers .join-us-common {
  background: -webkit-gradient(linear, left bottom, left top, from(#e4f5f3), to(#f4faf6));
  background: linear-gradient(0deg, #e4f5f3 0%, #f4faf6 100%);
}

@media (max-width: 767.98px) {
  .page-template-careers .join-us-common {
    padding-top: 115px;
  }
}

@media (max-width: 575.98px) {
  .page-template-careers .join-us-common {
    padding-top: 55px;
  }
}

@media (max-width: 767.98px) {
  .desktop-line {
    display: none;
  }
}

.mobile-line {
  display: none;
}

@media (max-width: 767.98px) {
  .mobile-line {
    display: block;
  }
}

.contact-main {
  overflow: hidden;
}

@media (max-width: 1600px) {
  .contact-main.process-top-sec .container {
    padding-bottom: 70px;
  }
}

@media (max-width: 767.98px) {
  .contact-main.process-top-sec .container .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.contact-main .botom-img svg {
  width: 100%;
  height: 100%;
}

.contact-main .process-top-right {
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

@media (max-width: 767.98px) {
  .contact-main .process-top-right {
    text-align: left;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

@media (max-width: 767.98px) {
  .contact-main .process-top-right {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    padding-left: 15px !important;
    padding-right: 15px !important;
    margin-top: 35px;
  }
}

@media (max-width: 1280.98px) {
  .contact-main .container {
    padding-bottom: 0;
  }
}

.contact-main .container .row {
  margin-left: -35px;
  margin-right: -35px;
}

.contact-main .container [class*="col"] {
  padding-left: 35px;
  padding-right: 35px;
}

.contact-main .contact-details {
  background: #74BD43 url(../images/book-tour-tree.svg) no-repeat right -76px bottom -96px;
  padding: 60px 50px;
  border-radius: 27px;
  -webkit-box-shadow: 6px 10px 41px -4px rgba(0, 0, 0, 0.23);
  box-shadow: 6px 10px 41px -4px rgba(0, 0, 0, 0.23);
}

@media (max-width: 1600px) {
  .contact-main .contact-details {
    padding: 40px 35px;
  }
}

@media (max-width: 575.98px) {
  .contact-main .contact-details {
    padding: 40px 15px;
  }
}

.contact-main .contact-details ul {
  margin: 0;
}

.contact-main .contact-details ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 35px;
}

.contact-main .contact-details ul li:last-child {
  margin-bottom: 0px;
}

.contact-main .contact-details ul li .icon {
  margin-right: 18px;
}

@media (max-width: 575.98px) {
  .contact-main .contact-details ul li .icon {
    margin-top: -5px;
  }
}

.contact-main .contact-details ul li h6 {
  color: #FFF;
  font-size: 20px;
  font-weight: 700;
  font-family: "Urbanist", sans-serif;
}

@media (max-width: 767.98px) {
  .contact-main .contact-details ul li h6 {
    font-size: 14px;
  }
}

.contact-main .contact-details ul li a {
  color: #FFF;
  text-decoration: none;
  font-size: 22px;
  font-weight: 500;
}

@media (max-width: 767.98px) {
  .contact-main .contact-details ul li a {
    font-size: 18px;
  }
}

.contact-main .contact-details ul li a:hover {
  color: #FFCE07;
}

@media (min-width: 1300px) {
  .contact-main .social-icons {
    position: absolute;
    right: -15%;
    top: 0;
    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;
  }
}

@media (max-width: 1280.98px) {
  .contact-main .social-icons {
    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;
    margin-top: 30px;
  }
}

@media (min-width: 1300px) {
  .contact-main .social-icons ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -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: 9px;
  }
}

@media (max-width: 1280.98px) {
  .contact-main .social-icons ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media (min-width: 1300px) {
  .contact-main .social-icons ul li {
    margin: -15px 0;
  }
}

.contact-main .social-icons ul li a {
  display: inline-block;
}

.contact-main .social-icons ul li a svg {
  -webkit-transition: 0.2s ease-in;
  transition: 0.2s ease-in;
}

@media (max-width: 767.98px) {
  .contact-main .social-icons ul li a svg {
    max-width: 60px;
    height: 60px;
  }
}

.contact-main .social-icons ul li a:hover svg {
  -webkit-transform: rotate(50deg);
          transform: rotate(50deg);
}

.map-sec {
  padding-bottom: 120px;
  padding-top: 100px;
}

@media (max-width: 1600px) {
  .map-sec {
    padding-bottom: 60px;
    padding-top: 60px;
  }
}

@media (max-width: 767.98px) {
  .map-sec {
    padding-bottom: 0;
    padding-top: 50px;
  }
}

.map-sec .map-div {
  position: relative;
}

@media (max-width: 767.98px) {
  .map-sec .map-div {
    padding: 0;
  }
}

.map-sec .map-div iframe {
  width: 100% !important;
}

@media (max-width: 1600px) {
  .map-sec .map-div iframe {
    height: 450px !important;
  }
}

.map-sec iframe {
  width: 100%;
  border-radius: 24px;
}

.map-sec .map-address {
  max-width: 484px;
  position: absolute;
  left: 15px;
  background: #EF7724;
  height: calc(100% - 100px);
  top: 0px;
  padding: 50px;
  -webkit-box-shadow: 6px 10px 41px -4px rgba(223, 115, 43, 0.23);
  box-shadow: 6px 10px 41px -4px rgba(223, 115, 43, 0.23);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 27px;
}

@media (max-width: 1600px) {
  .map-sec .map-address {
    padding: 30px;
    max-width: 450px;
  }
}

@media (max-width: 767.98px) {
  .map-sec .map-address {
    position: relative;
    height: auto;
    left: auto;
    padding: 30px;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: -70px;
  }
}

@media (max-width: 1600px) {
  .map-sec .map-address iframe {
    height: 450px !important;
  }
}

.map-sec .map-address h4 {
  color: #FFF;
  margin-bottom: 22px;
}

.map-sec .map-address .location {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.map-sec .map-address .location .icons {
  margin-right: 10px;
}

.map-sec .map-address .location p {
  color: #FFF;
}

@media (min-width: 1800px) {
  .map-sec .map-address .location p {
    font-size: 20px;
    line-height: 24px;
  }
}

.map-sec .map-address .location a {
  color: #FFF;
}

.map-sec .map-address .location a:hover {
  color: #000000;
}

@media (min-width: 1300px) {
  .map-sec .map-address {
    left: -100px;
  }
}

@media (max-width: 991.98px) {
  .contact-main.process-top-sec .container {
    padding-bottom: 0;
  }
}

@media (max-width: 575.98px) {
  .page-template-contact .join-us-common {
    padding-top: 100px;
  }
}

@media (max-width: 991.98px) {
  .page-template-contact .process-top-sec .left-round {
    top: 7%;
  }
}

@media (max-width: 767.98px) {
  .page-template-contact .process-top-sec .left-round {
    top: 30px;
  }
}

@media (max-width: 1280.98px) {
  .contact-main .social-icons ul li a svg {
    max-width: 60px;
    height: 60px;
  }
}

.wpcf7-not-valid-tip {
  text-align: left;
}

.enrich-program {
  margin-top: 100px;
}

@media (max-width: 767.98px) {
  .enrich-program {
    margin-top: 20px;
  }
}

@media (max-width: 1025px) {
  .enrich-section.green .fees-top-left {
    top: -54px;
  }
}

@media (max-width: 575.98px) {
  .enrich-section.green .fees-top-left {
    top: auto;
    bottom: -27px;
    left: 10px;
  }
  .enrich-section.green .fees-top-left img {
    max-width: 30px;
  }
}

@media (max-width: 1025px) {
  .purple-pink .fees-top-left {
    top: -54px;
  }
}

.enrich-section {
  position: relative;
  margin-bottom: 200px;
}

@media (max-width: 1600px) {
  .enrich-section {
    margin-bottom: 140px;
  }
}

@media (max-width: 767.98px) {
  .enrich-section {
    margin-bottom: 50px;
  }
}

.enrich-section:nth-of-type(even) .postion-enrich-top img {
  right: -88px;
  left: auto;
}

@media (max-width: 1025px) {
  .enrich-section:nth-of-type(even) .postion-enrich-top img {
    right: -65px;
  }
}

.enrich-section .flex-grow-1 .col-md-10 {
  max-width: 300px;
}

@media (min-width: 1800px) {
  .enrich-section .flex-grow-1 .col-md-10 {
    max-width: 388px;
  }
}

@media (max-width: 1025px) {
  .enrich-section .flex-grow-1 .col-md-10 {
    max-width: 370px;
    width: 100%;
  }
}

@media (max-width: 767.98px) {
  .enrich-section .flex-grow-1 .col-md-10 {
    max-width: 490px;
  }
}

.enrich-section h3 {
  font-family: "Balsamiq Sans", cursive;
  font-size: 46px;
  line-height: 55px;
  font-weight: 700;
}

@media (max-width: 1600px) {
  .enrich-section h3 {
    font-size: 40px;
  }
}

@media (max-width: 991.98px) {
  .enrich-section h3 {
    font-size: 30px;
    line-height: 45px;
  }
}

.enrich-section p {
  font-family: "Balsamiq Sans", cursive;
  font-size: 20px;
  color: #000000;
  font-weight: 400;
}

@media (max-width: 1600px) {
  .enrich-section p {
    font-size: 18px;
  }
}

@media (max-width: 991.98px) {
  .enrich-section p {
    font-size: 14px;
    line-height: 25px;
  }
}

.enrich-section:nth-of-type(even) .d-flex {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.enrich-section:nth-of-type(even) .d-flex .flex-grow-1 .col-md-10 {
  margin-left: auto;
}

.enrich-section:nth-of-type(even) .flex-shrink-0 .col-lg-11.margin-left-auto {
  margin-left: 0;
}

@media (max-width: 767.98px) {
  .enrich-section .d-flex {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
}

.enrich-section .container {
  max-width: 1080px;
}

@media (max-width: 1600px) {
  .enrich-section .container {
    max-width: 1000px;
  }
}

@media (max-width: 1280.98px) {
  .enrich-section .container {
    max-width: 915px;
  }
}

@media (max-width: 1025px) {
  .enrich-section .container {
    max-width: 730px;
  }
}

.postion-enrich-top img {
  position: absolute;
  top: -106px;
  max-width: 250px;
  left: -80px;
}

@media (max-width: 1600px) {
  .postion-enrich-top img {
    max-width: 200px;
    top: -88px;
  }
}

@media (max-width: 991.98px) {
  .postion-enrich-top img {
    max-width: 140px;
    top: -62px;
  }
}

@media (max-width: 767.98px) {
  .postion-enrich-top img {
    display: none;
  }
}

.margin-left-auto {
  margin-left: auto;
}

.enrichment-pic {
  max-width: 540px;
}

@media (min-width: 1800px) {
  .enrichment-pic {
    max-width: 600px;
  }
}

@media (max-width: 1025px) {
  .enrichment-pic {
    max-width: 425px;
  }
}

.enrichment-pic img {
  border-radius: 15px;
}

.purple-pink h3 {
  color: #D31772;
}

.enrich-section.light-green {
  overflow: hidden;
  margin-top: -100px;
  margin-bottom: 50px;
}

@media (max-width: 767.98px) {
  .enrich-section.light-green {
    margin-top: 0;
  }
}

.enrich-section.light-green .top-left-leaf {
  position: absolute;
  left: -27px;
  bottom: -69px;
  max-width: 240px;
}

@media (max-width: 1280.98px) {
  .enrich-section.light-green .top-left-leaf {
    left: -21px;
    bottom: -162px;
    max-width: 152px;
  }
}

@media (max-width: 767.98px) {
  .enrich-section.light-green .top-left-leaf {
    left: -21px;
    bottom: -220px;
    max-width: 144px;
  }
}

.enrich-section.light-green .top-right-leaf {
  position: absolute;
  right: 0;
  bottom: -69px;
  max-width: 240px;
}

.enrich-section.light-green .full-bg-container {
  padding-top: 70px;
  padding-bottom: 70px;
  background: #F5FFE6;
}

@media (max-width: 1600px) {
  .enrich-section.light-green .full-bg-container {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}

.enrich-section.orage-bg {
  margin-top: -100px;
  margin-bottom: 50px;
  overflow: hidden;
}

@media (max-width: 767.98px) {
  .enrich-section.orage-bg {
    margin-top: 0;
  }
}

.enrich-section.orage-bg .top-left-leaf {
  position: absolute;
  left: -25px;
  bottom: -69px;
  max-width: 240px;
}

@media (max-width: 991.98px) {
  .enrich-section.orage-bg .top-left-leaf {
    left: -25px;
    bottom: -193px;
    max-width: 168px;
  }
}

@media (max-width: 767.98px) {
  .enrich-section.orage-bg .top-left-leaf {
    left: -22px;
    bottom: -221px;
    max-width: 135px;
  }
}

.enrich-section.orage-bg .top-right-leaf {
  position: absolute;
  right: 0;
  bottom: -69px;
  max-width: 240px;
}

.enrich-section.orage-bg .full-bg-container {
  padding-top: 100px;
  padding-bottom: 100px;
  background: rgba(254, 235, 220, 0.7);
}

@media (min-width: 1800px) {
  .enrich-section.orage-bg .full-bg-container {
    padding-top: 0;
    padding-bottom: 0;
  }
}

@media (max-width: 1600px) {
  .enrich-section.orage-bg .full-bg-container {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}

@media (max-width: 991.98px) {
  .enrich-section.orage-bg .full-bg-container {
    padding-top: 10px;
    padding-bottom: 25px;
  }
}

@media (max-width: 767.98px) {
  .enrich-section.orage-bg .full-bg-container {
    padding-bottom: 75px;
  }
}

.position-right-leaf {
  position: absolute;
  right: -56px;
  max-width: 300px;
  top: 100px;
}

@media (max-width: 1280.98px) {
  .position-right-leaf {
    max-width: 220px;
    top: 25px;
    right: -26px;
  }
}

@media (max-width: 991.98px) {
  .position-right-leaf {
    max-width: 200px;
    top: 5px;
    right: -26px;
  }
}

@-webkit-keyframes simple-move {
  100% {
    -webkit-transform: translate(15px, 0);
  }
}

.in-mobile-en {
  display: none;
}

@media (max-width: 767.98px) {
  .in-mobile-en {
    display: block;
  }
  .in-mobile-en img {
    max-width: 185px;
    margin-left: -50px;
  }
}

@media (max-width: 575.98px) {
  .in-mobile-en img {
    max-width: 105px;
    margin-left: -26px;
    margin-bottom: -15px;
  }
}

@keyframes simple-move {
  100% {
    -webkit-transform: translate(15px, 0);
            transform: translate(15px, 0);
  }
}

.move-trees {
  -webkit-animation: simple-move 2s 2s linear infinite alternate;
  animation: simple-move 2s 2s linear infinite alternate;
}

@media (max-width: 767.98px) {
  .purple-pink .fees-top-left {
    top: -52px !important;
  }
}

@media (max-width: 767.98px) {
  .enrich-section .fees-top-left {
    top: auto;
    bottom: -93px;
  }
}

@media (max-width: 767.98px) {
  .enrich-section.blu-to-hide .fees-top-right {
    display: none;
  }
}

@media (max-width: 767.98px) {
  .purple-pink .fees-top-left {
    left: 11px;
  }
  .purple-pink .fees-top-left img {
    max-width: 48px;
  }
}

.page-template-inquiry-form .join-us-common {
  background: -webkit-gradient(linear, left bottom, left top, from(#e4f5f3), to(#f4faf6));
  background: linear-gradient(0deg, #e4f5f3 0%, #f4faf6 100%);
}

.page-template-curriculam-enrichment .enrich-section p {
  font-family: "Urbanist", sans-serif;
  font-weight: 500;
  line-height: 36px;
}

@media (max-width: 1600px) {
  .page-template-curriculam-enrichment .enrich-section p {
    line-height: 32px;
  }
}

@media (max-width: 767.98px) {
  .page-template-curriculam-enrichment .enrich-section p {
    font-size: 14px;
    line-height: 25px;
  }
}

@media (max-width: 767.98px) {
  .page-template-curriculam-enrichment .fees-top-right {
    position: absolute;
    top: 10px;
    right: 8px;
  }
  .page-template-curriculam-enrichment .fees-top-right img {
    max-width: 38px;
  }
  .page-template-curriculam-enrichment .nusary-fee {
    margin-top: 17px;
  }
  .page-template-curriculam-enrichment .fees-top-left {
    top: 65px;
    left: 9px;
  }
  .page-template-curriculam-enrichment .fees-top-left img {
    max-width: 36px;
  }
}

@media (max-width: 991.98px) {
  .page-template-curriculam-enrichment .join-us-common {
    padding-top: 143px;
  }
}

@media (max-width: 575.98px) {
  .page-template-curriculam-enrichment .join-us-common {
    padding-top: 30px;
  }
}

.enrich {
  margin-top: -1px;
  padding: 120px 0 0 0;
}

@media (max-width: 767.98px) {
  .enrich .process-top-right {
    text-align: center;
  }
}

@media (max-width: 767.98px) {
  .enrich .container {
    padding-bottom: 0;
  }
}

.enrich .right-round {
  top: 3%;
}

@media (max-width: 767.98px) {
  .enrich {
    padding: 60px 0 0 0;
  }
  .enrich .sm-top-low {
    top: 1%;
  }
  .enrich .sm-top-left-low {
    top: 66px;
  }
  .enrich .process-top-left {
    margin-top: 50px;
  }
}

@media (max-width: 767.98px) {
  .page-template-extended-care-enrichment .join-us-common {
    padding-top: 115px;
  }
}

@media (max-width: 375.98px) {
  .page-template-extended-care-enrichment .join-us-section {
    padding-bottom: 160px;
  }
}

.extend-image-sec {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  position: relative;
}

.extend-image-sec img {
  border-radius: 24px;
}

.extend-image-sec .star-sec {
  position: absolute;
  top: 64%;
  left: 3%;
}

@media (max-width: 991.98px) {
  .extend-image-sec .star-sec svg {
    width: 42px;
  }
}

@media (max-width: 767.98px) {
  .extend-image-sec .star-sec svg {
    width: 29px;
  }
}

.extend-image-sec .extend-img-1 {
  max-width: 45%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 45%;
          flex: 0 0 45%;
  padding-right: 7%;
  padding-left: 2%;
}

.extend-image-sec .extend-img-1 img {
  position: relative;
  top: 21%;
}

.extend-image-sec .extend-img-2 {
  max-width: 55%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 55%;
          flex: 0 0 55%;
  padding-right: 2%;
}

.extend-image-sec .extend-img-2 img {
  position: relative;
  top: 20%;
}

.extend-image-sec .extend-img-3 {
  max-width: 100%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  padding-left: 19%;
  position: relative;
  z-index: 1;
}

.nursery-camp .extend-image-sec .extend-img-1 img {
  top: 10%;
}

.nursery-camp .extend-image-sec .star-sec {
  left: 35%;
  top: -5%;
}

.nursery-camp .left-round {
  top: 4%;
}

.nursery-camp .right-round {
  top: 0%;
}

.error-404, .default-page-wrapper, .default-page {
  padding-top: 150px;
  padding-bottom: 300px;
}
section.position-relative.social-wall-wrapper {
    display: none;
}
/*# sourceMappingURL=style.css.map */

.table-responsive-lg {
  height: 440px;
  overflow-y: scroll;
}

