@import "../../cdnjs.cloudflare.com/ajax/libs/animate.css/4.1.1/animate.min.css";
@import "../../cdn.jsdelivr.net/npm/select2%404.1.0-rc.0/dist/css/select2.min.css";
@import "http://fonts.googleapis.com/css2?family=Courier+Prime&amp;display=swap";
@font-face {
  font-family: "Canela";
  src:
    url("fonts/Canela-Regular.woff2") format("woff2"),
    url("fonts/Canela-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
} /*!
 * * Disigned & Developed by Intersmart Solutions (https://intersmartsolutions.com)
 * * Copyright 2011-2021 Intersmart Solutions pvt LTD.
 * */
html,
body {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #00aeef;
}
h1 {
  line-height: normal;
  font-size: 32px;
  margin: 0;
}
@media only screen and (min-width: 468px) {
  h1 {
    font-size: 36px;
  }
}
@media only screen and (min-width: 768px) {
  h1 {
    font-size: 40px;
  }
}
@media only screen and (min-width: 1441px) {
  h1 {
    font-size: 48px;
  }
}
h2 {
  margin-bottom: 10px;
  font-size: 28px;
}
@media only screen and (min-width: 468px) {
  h2 {
    font-size: 34px;
  }
}
@media only screen and (min-width: 768px) {
  h2 {
    font-size: 38px;
    margin-bottom: 15px;
  }
}
@media only screen and (min-width: 1550px) {
  h2 {
    font-size: 45px;
    margin-bottom: 20px;
  }
}
h3,
h4,
h5 {
  font-size: 20px;
  margin-bottom: 10px;
}
@media only screen and (min-width: 768px) {
  h3,
  h4,
  h5 {
    font-size: 24px;
    margin-bottom: 15px;
  }
}
@media only screen and (min-width: 1550px) {
  h3,
  h4,
  h5 {
    font-size: 30px;
    margin-bottom: 25px;
  }
}
h6 {
  font-size: 18px;
  margin-bottom: 10px;
}
@media only screen and (min-width: 768px) {
  h6 {
    font-size: 19px;
    margin-bottom: 15px;
  }
}
@media only screen and (min-width: 1550px) {
  h6 {
    font-size: 24px;
    margin-bottom: 18px;
  }
}
p {
  color: #222;
  margin-bottom: 15px;
  line-height: 24px;
  font-size: 13px;
}
@media only screen and (min-width: 468px) {
  p {
    font-size: 14px;
    line-height: 26px;
  }
}
@media only screen and (min-width: 768px) {
  p {
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 25px;
  }
}
@media only screen and (min-width: 1551px) {
  p {
    font-size: 18px;
    line-height: 32px;
    margin-bottom: 35px;
  }
}
p strong {
  font-weight: 600;
}
p a {
  color: #00aeef;
  display: inline;
}
a {
  text-decoration: none;
  transition: all 0.3s;
}
a:hover {
  color: inherit;
}
ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
img {
  vertical-align: middle;
  border: 0;
  -ms-interpolation-mode: bicubic;
  max-width: 100%;
}
.form-group .help-block-error {
  margin: 0;
  font-size: 13px;
}
@media only screen and (min-width: 468px) {
  .form-group .help-block-error {
    font-size: 14px;
  }
}
.form-control {
  display: block;
  width: 100%;
  font-size: 13px;
  font-weight: 400;
  line-height: normal;
  color: #232424;
  background-color: rgba(0, 0, 0, 0);
  background-clip: padding-box;
  border: 2px solid #e7e7e7;
  transition: all 0.15s;
  outline: none;
  box-shadow: none !important;
  padding: 5px 15px;
  height: 45px;
  font-family: "Canela";
  border-radius: 10px;
}
@media only screen and (min-width: 468px) {
  .form-control {
    border-radius: 15px;
  }
}
@media only screen and (min-width: 576px) {
  .form-control {
    font-size: 14px;
    height: 55px;
  }
}
@media only screen and (min-width: 992px) {
  .form-control {
    height: 63px;
    font-size: 16px;
    padding: 5px 28px;
  }
}
@media only screen and (min-width: 1200px) {
  .form-control {
    font-size: 18px;
  }
}
.form-control::placeholder {
  color: #4c4c4c;
  text-transform: none;
}
.form-control:focus {
  background: none;
  border-color: #00aeef;
}
.form-control:-webkit-autofill,
.form-control:-webkit-autofill:hover,
.form-control:-webkit-autofill:focus,
.form-control :-webkit-autofill:active {
  -webkit-text-fill-color: #232424;
  -webkit-box-shadow: 0 0 0px 30px #028ed4 inset;
  transition: background-color 5000s ease-in-out 0s;
}
.form-control:-internal-autofill-selected {
  background-color: -internal-light-dark(
    rgb(2, 142, 212),
    rgba(70, 90, 126, 0.4)
  ) !important;
  -webkit-box-shadow: 0 0 0px 30px #028ed4 inset;
}
.form-control::-ms-expand {
  background-color: rgba(0, 0, 0, 0);
  border: 0;
}
@media (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}
textarea.form-control {
  min-height: 123px;
  padding-top: 20px;
}
input[type="date"].form-control,
input[type="datetime-local"].form-control,
input[type="month"].form-control,
input[type="time"].form-control {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
button[type="submit"] {
  border-radius: 0px;
  border: none;
  background: none;
  width: 100%;
  font-family: "Canela";
  color: #1b9378;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  width: -moz-fit-content;
  margin: auto;
  margin-right: 0;
  margin-top: 15px;
  font-size: 13px;
}
@media only screen and (min-width: 468px) {
  button[type="submit"] {
    font-size: 15px;
    margin-top: 20px;
  }
}
@media only screen and (min-width: 768px) {
  button[type="submit"] {
    font-size: 17px;
    margin-top: 25px;
  }
}
@media only screen and (min-width: 1200px) {
  button[type="submit"] {
    font-size: 20px;
  }
}
button[type="submit"] svg {
  margin-left: 10px;
  width: 18px;
  transition: all 0.3s;
}
@media only screen and (min-width: 468px) {
  button[type="submit"] svg {
    margin-left: 15px;
    width: 22px;
  }
}
@media only screen and (min-width: 768px) {
  button[type="submit"] svg {
    margin-left: 20px;
    width: 28px;
  }
}
@media only screen and (min-width: 1200px) {
  button[type="submit"] svg {
    width: 33px;
  }
}
button[type="submit"] svg .st0 {
  fill: #25d6a4;
}
button[type="submit"] svg .st1 {
  fill: #f5f8fa;
}
button[type="submit"] svg .st2 {
  fill: #1b9378;
}
button[type="submit"]:hover {
  color: #00aeef;
}
button[type="submit"]:hover svg {
  animation: fly linear infinite 0.8s;
}
@keyframes fly {
  0% {
    transform: translate(0, 0px);
  }
  100% {
    transform: translate(5px, -13px);
    opacity: 0;
  }
}
button[type="submit"]:hover svg .st0 {
  fill: #00aeef;
}
button[type="submit"]:hover svg .st1 {
  fill: #f5f8fa;
}
button[type="submit"]:hover svg .st2 {
  fill: #00aeef;
}
::selection,
::-moz-selection {
  background: #00aeef;
}
::-webkit-scrollbar {
  width: 5px;
}
::-webkit-scrollbar-thumb {
  background: #00aeef;
  border-radius: 30px;
}
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 0 gray;
  border-radius: 0px;
  background: #a8b4c6;
}
svg {
  display: inline-block;
  position: relative;
  width: 100%;
  vertical-align: middle;
  overflow: hidden;
}
[data-ll-status="error"] {
  background: url(../images/favicon.png) no-repeat center #f5f5f5;
  width: 100%;
  height: 100%;
  object-fit: contain;
  min-height: 150px;
  display: block;
  background-size: 130px;
}
.btn-check:focus + .btn,
.btn:focus {
  outline: 0;
  box-shadow: none;
}
.btn {
  border-radius: 0;
  outline: none;
  box-shadow: none;
}
.row {
  margin: -15px;
}
.row > * {
  padding: 15px;
}
.select2 {
  width: 100% !important;
}
.select2 .select2-selection {
  display: block;
  width: 100%;
  font-size: 13px !important;
  font-weight: 400;
  line-height: normal;
  color: #232424;
  background-color: rgba(0, 0, 0, 0);
  background-clip: padding-box;
  border: 2px solid #e7e7e7;
  transition: all 0.15s;
  outline: none;
  box-shadow: none !important;
  padding: 5px 15px !important;
  min-height: auto !important;
  height: 45px !important;
  font-family: "Canela";
  display: flex;
  align-items: center;
  border-radius: 10px;
}
@media only screen and (min-width: 468px) {
  .select2 .select2-selection {
    border-radius: 15px;
  }
}
@media only screen and (min-width: 576px) {
  .select2 .select2-selection {
    height: 55px !important;
    font-size: 14px !important;
  }
}
@media only screen and (min-width: 992px) {
  .select2 .select2-selection {
    font-size: 16px !important;
    padding: 5px 25px !important;
    height: 63px !important;
  }
}
@media only screen and (min-width: 1200px) {
  .select2 .select2-selection {
    font-size: 18px !important;
  }
}
.select2.select2-container--focus .select2-selection,
.select2 .select2-container--open .select2-selection {
  border-color: #00aeef;
}
.select2-container--open {
  z-index: 9999;
}
.select2-container--open .select2-dropdown {
  border-width: 2px;
  border-color: #00aeef;
}
.select2-container--open .select2-dropdown .select2-results__option {
  padding: 8px 15px !important;
  font-size: 14px !important;
}
.select2-container--open
  .select2-dropdown
  .select2-results__option:not(:last-of-type) {
  border-bottom: 1px solid rgba(0, 174, 239, 0.22);
}
.select2-container--open
  .select2-dropdown
  .select2-results__option.select2-results__option--selected,
.select2-container--open
  .select2-dropdown
  .select2-results__option[aria-selected="true"] {
  background: #00aeef !important;
}
.TeliField {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  border: 2px solid #e7e7e7;
  height: 45px;
  border-radius: 10px;
}
@media only screen and (min-width: 468px) {
  .TeliField {
    border-radius: 15px;
  }
}
@media only screen and (min-width: 576px) {
  .TeliField {
    height: 55px;
  }
}
@media only screen and (min-width: 992px) {
  .TeliField {
    height: 63px;
  }
}
.TeliField .form-group {
  width: 100%;
  height: 100%;
}
.TeliField .code {
  border-right: 2px solid #e7e7e7;
  margin-top: -4px;
  font-size: 13px;
  font-weight: 400;
  line-height: normal;
  color: #232424;
  font-family: "Canela";
  width: 85px;
  padding: 4px 0;
  height: 100%;
}
@media only screen and (min-width: 468px) {
  .TeliField .code {
    width: 130px;
  }
}
@media only screen and (min-width: 576px) {
  .TeliField .code {
    font-size: 14px;
  }
}
@media only screen and (min-width: 992px) {
  .TeliField .code {
    font-size: 16px;
  }
}
@media only screen and (min-width: 1200px) {
  .TeliField .code {
    font-size: 18px;
  }
}
.TeliField .iti {
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
}
.TeliField .iti__flag-container {
  width: 85px;
}
@media only screen and (min-width: 468px) {
  .TeliField .iti__flag-container {
    width: 95px;
  }
}
.TeliField .iti__flag-container:hover .iti__selected-flag {
  background: none;
}
.TeliField .iti__flag-container .iti__selected-flag {
  background: none;
}
.TeliField input {
  display: block;
  width: calc(100% - 100px);
  font-size: 13px;
  font-weight: 400;
  line-height: normal;
  color: #232424;
  border: none;
  outline: none;
  box-shadow: none !important;
  padding: 5px 15px !important;
  height: 100%;
  font-family: "Canela";
  height: 38px;
  border-radius: 10px;
  margin-left: 70px !important;
}
@media only screen and (min-width: 468px) {
  .TeliField input {
    margin-left: 85px !important;
    border-radius: 15px;
  }
}
@media only screen and (min-width: 576px) {
  .TeliField input {
    font-size: 14px;
    height: 49px;
  }
}
@media only screen and (min-width: 992px) {
  .TeliField input {
    font-size: 16px;
    height: 57px;
  }
}
@media only screen and (min-width: 1200px) {
  .TeliField input {
    font-size: 18px;
  }
}
.TeliField input:focus {
  background: none;
}
.TeliField .iti--separate-dial-code .iti__selected-dial-code {
  font-size: 13px;
}
@media only screen and (min-width: 1200px) {
  .TeliField .iti--separate-dial-code .iti__selected-dial-code {
    font-size: 14px;
  }
}
.TeliField .Telinput {
  width: calc(100% - 130px);
  height: 100%;
}
.TeliField .form-control {
  border: none;
}
.ui-widget.ui-widget-content {
  z-index: 9999 !important;
}
@keyframes rotating {
  0% {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes swinging {
  0% {
    transform: translateX(-50%) rotate(3deg);
  }
  50% {
    transform: translateX(-50%) rotate(-3deg);
  }
  100% {
    transform: translateX(-50%) rotate(3deg);
  }
}
@keyframes EqIconanim {
  0% {
    transform: translateX(0%);
  }
  25% {
    transform: translateX(50%);
  }
  50% {
    transform: translateX(4px);
  }
  75% {
    transform: translateX(50%);
  }
  100% {
    transform: translateX(0%);
  }
}
@keyframes scale-upOne {
  0% {
    -webkit-transform: scale(1) rotate(0deg);
    transform: scale(1) rotate(0deg);
  }
  50% {
    -webkit-transform: scale(0.5) rotate(360deg);
    transform: scale(0.5) rotate(360deg);
  }
  100% {
    -webkit-transform: scale(1) rotate(0deg);
    transform: scale(1) rotate(0deg);
  }
}
@keyframes animationFramesOne {
  0% {
    transform: translate(0px, 0px) rotate(0deg);
  }
  20% {
    transform: translate(73px, -1px) rotate(36deg);
  }
  40% {
    transform: translate(141px, 72px) rotate(72deg);
  }
  60% {
    transform: translate(83px, 122px) rotate(108deg);
  }
  80% {
    transform: translate(-40px, 72px) rotate(144deg);
  }
  100% {
    transform: translate(0px, 0px) rotate(0deg);
  }
}
@keyframes animationFramesUp {
  0% {
    transform: translate(0px, 0px) rotate(0deg) scale(1);
  }
  20% {
    transform: translate(73px, -1px) rotate(36deg) scale(0.9);
  }
  40% {
    transform: translate(141px, -72px) rotate(72deg) scale(1);
  }
  60% {
    transform: translate(83px, -122px) rotate(108deg) scale(1.2);
  }
  80% {
    transform: translate(-40px, -72px) rotate(144deg) scale(1.1);
  }
  100% {
    transform: translate(0px, 0px) rotate(0deg) scale(1);
  }
}
@keyframes jump {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40% {
    -webkit-transform: translate3d(0, 50%, 0);
    transform: translate3d(0, 50%, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes Reveel {
  0% {
    opacity: 0;
  }
  25% {
    opacity: 0.25;
  }
  50% {
    opacity: 0.5;
  }
  75% {
    opacity: 0.75;
  }
  100% {
    opacity: 1;
  }
}
@keyframes animateHeart {
  0% {
    transform: scale(0.8);
  }
  5% {
    transform: scale(0.9);
  }
  10% {
    transform: scale(0.8);
  }
  15% {
    transform: scale(1);
  }
  50% {
    transform: scale(0.8);
  }
  100% {
    transform: scale(0.8);
  }
}
.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media only screen and (min-width: 992px) {
  .container {
    max-width: 1050px;
  }
}
@media only screen and (min-width: 1200px) {
  .container {
    max-width: 1180px;
  }
}
@media only screen and (min-width: 1441px) {
  .container {
    max-width: 1260px;
  }
}
@media only screen and (min-width: 1550px) {
  .container {
    max-width: 1350px;
  }
}
@media (max-width: 992px) and (min-width: 768px) {
  .container {
    max-width: 95%;
  }
}
@media only screen and (max-width: 768px) {
  .container {
    max-width: none;
  }
}
.modal-backdrop {
  background: rgba(54, 54, 54, 0.8);
  z-index: 3;
}
.modal-backdrop.show {
  opacity: 1;
}
#Header {
  width: 100%;
  z-index: 999;
  top: 0px;
  left: 0px;
  animation-duration: 0.5s;
  background: rgba(0, 0, 0, 0);
  position: absolute;
  padding: 0px 0;
}
#Header .Background {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0;
  transition: background-color 0.5s cubic-bezier(0.28, 0.11, 0.32, 1);
  -webkit-backdrop-filter: saturate(180%) blur(20px);
  backdrop-filter: saturate(180%) blur(20px);
  background-color: rgba(10, 11, 9, 0.72);
  transition: all 0.5s;
}
#Header .HeaderMenu {
  position: relative;
  z-index: 1;
}
#Header .HeaderMenu .container {
  padding: 0;
  max-width: 100%;
}
#Header .HeaderMenu .FlexRow {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 15px;
}
@media only screen and (min-width: 992px) {
  #Header .HeaderMenu .FlexRow {
    padding-left: 35px;
  }
}
@media only screen and (min-width: 1200px) {
  #Header .HeaderMenu .FlexRow {
    padding-left: 55px;
  }
}
#Header .HeaderMenu .LogoSec {
  position: relative;
  transition: all 0.3s;
  width: 175px;
  padding: 5px 0;
  top: 3px;
}
@media only screen and (min-width: 468px) {
  #Header .HeaderMenu .LogoSec {
    padding: 0;
  }
}
@media only screen and (min-width: 768px) {
  #Header .HeaderMenu .LogoSec {
    width: 300px;
  }
}
@media only screen and (min-width: 992px) {
  #Header .HeaderMenu .LogoSec {
    width: 240px;
  }
}
@media only screen and (min-width: 1200px) {
  #Header .HeaderMenu .LogoSec {
    top: 10px;
    width: 255px;
  }
}
@media only screen and (min-width: 1551px) {
  #Header .HeaderMenu .LogoSec {
    width: 295px;
  }
}
#Header .HeaderMenu .LogoSec a {
  display: block;
}
#Header .HeaderMenu .LogoSec a img {
  max-width: 100%;
}
#Header .HeaderMenu .RitSec {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: calc(100% - 240px);
}
@media only screen and (min-width: 1200px) {
  #Header .HeaderMenu .RitSec {
    width: calc(100% - 255px);
  }
}
@media only screen and (min-width: 1551px) {
  #Header .HeaderMenu .RitSec {
    width: calc(100% - 295px);
  }
}
#Header .HeaderMenu .RitSec .dropDown .dropDown-menu {
  display: none;
}
#Header .HeaderMenu .RitSec .dropDown:hover .dropDown-menu {
  display: block;
}
#Header .HeaderMenu .RitSec .dropDown .dropDown-menu {
  position: absolute;
  top: 75%;
  display: none;
  height: auto;
  min-width: 200px;
}
#Header .HeaderMenu .RitSec .dropDown .dropDown-menu li {
  margin-right: 0px !important;
}
#Header .HeaderMenu .RitSec .dropDown .dropDown-menu li .btnLinks {
  font-size: 14px;
  font-family: "Open Sans", sans-serif;
  color: #fff;
  font-weight: 400;
  text-transform: capitalize;
  padding: 8px 10px !important;
  transition: all 0.5s;
  display: block;
  background: rgba(191, 152, 55, 0.7);
  width: 100%;
}
#Header .HeaderMenu .RitSec .dropDown .dropDown-menu li .btnLinks:hover,
#Header .HeaderMenu .RitSec .dropDown .dropDown-menu li .btnLinks.active {
  background: #bf9837;
}
#Header .HeaderMenu .RitSec .dropDown .dropDown-menu li .btnLinks::after {
  display: none;
}
@media only screen and (min-width: 1441px) {
  #Header .HeaderMenu .RitSec .dropDown .dropDown-menu li .btnLinks {
    padding: 15px;
  }
}
#Header .HeaderMenu .RitSec ul {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  -ms-flex-direction: row;
  flex-direction: row;
  width: auto;
  height: 100%;
  margin: 0px -10px;
}
#Header .HeaderMenu .RitSec ul li {
  background: none;
  outline: none;
  box-shadow: none;
  border: none;
  border-radius: 0;
}
#Header .HeaderMenu .RitSec ul li a {
  background: none;
  outline: none;
  box-shadow: none;
  border: none;
  border-radius: 0;
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  text-transform: uppercase;
  padding: 35.5px 10px;
  transition: all 0.3s;
}
#Header .HeaderMenu .RitSec ul li a.active,
#Header .HeaderMenu .RitSec ul li a:hover {
  color: #bf9837;
}
@media only screen and (min-width: 992px) {
  #Header .HeaderMenu .RitSec ul li a::after {
    display: none;
  }
}
@media only screen and (min-width: 1200px) {
  #Header .HeaderMenu .RitSec ul li a {
    padding: 40px 15px;
    font-size: 15px;
  }
}
@media only screen and (min-width: 1551px) {
  #Header .HeaderMenu .RitSec ul li a {
    padding: 45px 20px;
    font-size: 16px;
  }
}
#Header .HeaderMenu .RitSec .DeskHeader {
  margin-right: 20px;
  width: calc(100% - 100px);
  display: none;
}
@media only screen and (min-width: 992px) {
  #Header .HeaderMenu .RitSec .DeskHeader {
    display: block;
  }
}
@media only screen and (min-width: 1200px) {
  #Header .HeaderMenu .RitSec ul {
    display: flex;
    flex-wrap: nowrap;
  }

  #Header .HeaderMenu .RitSec ul li a {
    white-space: nowrap;
  }
}

#Header .HeaderMenu .RitSec .MenuIcon {
  display: flex;
  padding: 0px;
  z-index: 9991;
  width: 60px;
  height: 67px;
}
@media only screen and (min-width: 468px) {
  #Header .HeaderMenu .RitSec .MenuIcon {
    width: 80px;
    height: 65px;
  }
}
@media only screen and (min-width: 768px) {
  #Header .HeaderMenu .RitSec .MenuIcon {
    width: 90px;
    height: 75px;
  }
}
@media only screen and (min-width: 992px) {
  #Header .HeaderMenu .RitSec .MenuIcon {
    width: 100px;
    height: 90px;
  }
}
@media only screen and (min-width: 1200px) {
  #Header .HeaderMenu .RitSec .MenuIcon {
    height: 112px;
  }
}
#Header .HeaderMenu .RitSec .MenuIcon button {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  border: none;
  width: 100%;
  height: 100%;
  font-size: 0;
  outline: none;
  padding: 10px 15px;
  margin-right: 0;
  margin-top: 0;
  box-shadow: none;
  border-radius: 0;
  background-color: #bf9837;
  height: 100%;
}
#Header .HeaderMenu .RitSec .MenuIcon button .iconWrp {
  width: 24px;
}
@media only screen and (min-width: 468px) {
  #Header .HeaderMenu .RitSec .MenuIcon button .iconWrp {
    width: 32px;
  }
}
#Header .HeaderMenu .RitSec .MenuIcon button span {
  width: 100%;
  height: 2px;
  display: block;
  background: #fff;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
}
#Header .HeaderMenu .RitSec .MenuIcon button span:nth-child(2) {
  width: 50%;
}
#Header .HeaderMenu .RitSec .MenuIcon button span ~ span {
  margin-top: 6px;
}
#Header .HeaderMenu .RitSec .MenuIcon button:hover span:nth-child(2) {
  width: 100%;
}
#Header .HeaderMenu .RitSec .MenuIcon.open button span {
  margin: 0;
  width: 100%;
}
#Header .HeaderMenu .RitSec .MenuIcon.open button span:nth-child(1) {
  transform: rotate(45deg) translate(0px, 0px);
}
#Header .HeaderMenu .RitSec .MenuIcon.open button span:nth-child(2) {
  transform: rotate(-45deg) translate(2px, -2px);
}
#Header .HeaderMenu .RitSec .MenuIcon.open button span:nth-child(3) {
  display: none;
}
#Header .HeaderMenu .RitSec .MenuIcon.close {
  opacity: 0;
  visibility: hidden;
}
#Header #HeaderPOP {
  background: #171b28;
}
#Header #HeaderPOP .wow {
  opacity: 0;
  transform: translate3d(0, -100%, 0);
}
#Header #HeaderPOP[aria-modal="true"] {
  min-height: 100vh;
}
#Header #HeaderPOP[aria-modal="true"] .wow {
  transition: all 0.5s;
  opacity: 1;
  transform: translateZ(0px);
  visibility: visible;
}
#Header #HeaderPOP .modal-dialog {
  margin: 0;
  max-width: 100%;
  height: 100vh;
}
#Header #HeaderPOP .modal-content {
  height: 100%;
  background: #171b28;
  border: none;
}
#Header #HeaderPOP .ModalHeader {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#Header #HeaderPOP .ModalHeader .logo {
  width: 175px;
  padding: 5px 0;
  margin: 10px 0 0 10px;
}
@media only screen and (min-width: 768px) {
  #Header #HeaderPOP .ModalHeader .logo {
    width: 300px;
    margin: 20px 0 0 15px;
  }
}
@media only screen and (min-width: 992px) {
  #Header #HeaderPOP .ModalHeader .logo {
    width: 240px;
  }
}
@media only screen and (min-width: 1200px) {
  #Header #HeaderPOP .ModalHeader .logo {
    width: 255px;
  }
}
@media only screen and (min-width: 1551px) {
  #Header #HeaderPOP .ModalHeader .logo {
    width: 295px;
  }
}
#Header #HeaderPOP .ModalHeader .MenuIcon {
  display: flex;
  padding: 0px;
  z-index: 9991;
  width: 60px;
  height: 67px;
}
@media only screen and (min-width: 468px) {
  #Header #HeaderPOP .ModalHeader .MenuIcon {
    width: 80px;
    height: 65px;
  }
}
@media only screen and (min-width: 768px) {
  #Header #HeaderPOP .ModalHeader .MenuIcon {
    width: 90px;
    height: 75px;
  }
}
@media only screen and (min-width: 992px) {
  #Header #HeaderPOP .ModalHeader .MenuIcon {
    width: 100px;
    height: 90px;
  }
}
@media only screen and (min-width: 1200px) {
  #Header #HeaderPOP .ModalHeader .MenuIcon {
    height: 112px;
  }
}
#Header #HeaderPOP .ModalHeader .MenuIcon button {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  border: none;
  width: 100%;
  height: 100%;
  font-size: 0;
  outline: none;
  padding: 10px 15px;
  margin-right: 0;
  margin-top: 0;
  box-shadow: none;
  border-radius: 0;
  background: none;
  height: 100%;
}
#Header #HeaderPOP .ModalHeader .MenuIcon button .iconWrp {
  width: 24px;
}
@media only screen and (min-width: 468px) {
  #Header #HeaderPOP .ModalHeader .MenuIcon button .iconWrp {
    width: 32px;
  }
}
#Header #HeaderPOP .ModalHeader .MenuIcon button span {
  width: 100%;
  height: 2px;
  display: block;
  background: #fff;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
}
#Header #HeaderPOP .ModalHeader .MenuIcon button span:nth-child(2) {
  width: 50%;
}
#Header #HeaderPOP .ModalHeader .MenuIcon button span ~ span {
  margin-top: 6px;
}
#Header #HeaderPOP .ModalHeader .MenuIcon button:hover span:nth-child(2) {
  width: 100%;
}
#Header #HeaderPOP .ModalHeader .MenuIcon.open button span {
  margin: 0;
  width: 100%;
}
#Header #HeaderPOP .ModalHeader .MenuIcon.open button span:nth-child(1) {
  transform: rotate(45deg) translate(0px, 0px);
}
#Header #HeaderPOP .ModalHeader .MenuIcon.open button span:nth-child(2) {
  transform: rotate(-45deg) translate(2px, -2px);
}
#Header #HeaderPOP .ModalHeader .MenuIcon.open button span:nth-child(3) {
  display: none;
}
#Header #HeaderPOP .ModalHeader .MenuIcon.close {
  opacity: 0;
  visibility: hidden;
}
#Header #HeaderPOP .modal-body {
  padding: 0;
  position: relative;
}
#Header #HeaderPOP .SubMenu {
  padding-top: 35px;
}
@media only screen and (min-width: 1551px) {
  #Header #HeaderPOP .SubMenu {
    padding-top: 65px;
  }
}
#Header #HeaderPOP .SubMenu .container {
  max-width: 100%;
}
@media only screen and (min-width: 992px) {
  #Header #HeaderPOP .SubMenu .container {
    padding: 0 20px;
  }
}
@media only screen and (min-width: 1300px) {
  #Header #HeaderPOP .SubMenu .container {
    padding: 0 70px;
  }
}
@media only screen and (min-width: 1551px) {
  #Header #HeaderPOP .SubMenu .container {
    padding: 0 115px;
  }
}
#Header #HeaderPOP .SubMenu .HeadSub {
  color: #ecb830;
  font-size: 20px;
  margin-bottom: 26px;
  font-weight: 600;
  font-family: "Canela";
}
@media only screen and (min-width: 576px) {
  #Header #HeaderPOP .SubMenu .HeadSub {
    font-size: 26px;
  }
}
@media only screen and (min-width: 1551px) {
  #Header #HeaderPOP .SubMenu .HeadSub {
    font-size: 30px;
  }
}
#Header #HeaderPOP .SubMenu .MenuList::after {
  content: "";
  display: block;
  clear: both;
}
#Header #HeaderPOP .SubMenu .MenuList a {
  font-family: "Canela";
  width: 100%;
  float: left;
  font-weight: 400;
  display: block;
  color: #fff;
  position: relative;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  margin-bottom: 4px;
  font-size: 17px;
  padding: 3px 0;
}
@media only screen and (min-width: 576px) {
  #Header #HeaderPOP .SubMenu .MenuList a {
    font-size: 20px;
    padding: 7px 0;
  }
}
@media only screen and (min-width: 992px) {
  #Header #HeaderPOP .SubMenu .MenuList a {
    padding: 10px 0px;
  }
}
@media only screen and (min-width: 1551px) {
  #Header #HeaderPOP .SubMenu .MenuList a {
    margin-bottom: 10px;
    font-size: 22px;
  }
}
#Header #HeaderPOP .SubMenu .MenuList a span {
  position: relative;
  z-index: 1;
}
#Header #HeaderPOP .SubMenu .MenuList a::after {
  background: #ecb830;
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 0;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  height: 100%;
  width: 0px;
}
#Header #HeaderPOP .SubMenu .MenuList a:hover {
  padding-left: 20px;
}
@media only screen and (min-width: 1551px) {
  #Header #HeaderPOP .SubMenu .MenuList a:hover {
    padding-left: 30px;
  }
}
#Header #HeaderPOP .SubMenu .MenuList a:hover::after {
  width: 20%;
}
#Header #HeaderPOP .SubMenu .ContactDiv {
  margin-top: 25px;
  margin-bottom: 40px;
}
#Header #HeaderPOP .SubMenu .ContactDiv p {
  color: #fff;
  font-size: 18px;
  margin-bottom: 15px;
}
#Header #HeaderPOP .SubMenu .ContactDiv a {
  color: #fff;
  font-size: 18px;
  margin-bottom: 20px;
  display: block;
}
#Header #HeaderPOP .SubMenu .ContactDiv a svg {
  fill: #fff;
  width: 18px;
  margin-right: 10px;
}
#Header #HeaderPOP .SubMenu .ContactDiv a:hover {
  color: #ecb830;
}
#Header #HeaderPOP .SubMenu .Socialize ul {
  display: flex;
  align-items: center;
}
#Header #HeaderPOP .SubMenu .Socialize ul li:not(:last-of-type) {
  margin-right: 20px;
}
@media only screen and (min-width: 1551px) {
  #Header #HeaderPOP .SubMenu .Socialize ul li:not(:last-of-type) {
    margin-right: 40px;
  }
}
#Header #HeaderPOP .SubMenu .Socialize ul li a svg {
  transition: all 0.3s;
  fill: #fff;
}
#Header #HeaderPOP .SubMenu .Socialize ul li a:hover svg {
  fill: #00aeef;
}
#Header #HeaderPOP .SubMenu .Socialize ul li .fb svg {
  width: 14px;
  height: 14px;
}
@media only screen and (min-width: 468px) {
  #Header #HeaderPOP .SubMenu .Socialize ul li .fb svg {
    width: 16px;
    height: 16px;
  }
}
#Header #HeaderPOP .SubMenu .Socialize ul li .fb:hover svg {
  fill: #00aeef;
}
#Header #HeaderPOP .SubMenu .Socialize ul li .insta svg {
  width: 14px;
  height: 14px;
}
@media only screen and (min-width: 468px) {
  #Header #HeaderPOP .SubMenu .Socialize ul li .insta svg {
    width: 18px;
    height: 18px;
  }
}
#Header #HeaderPOP .SubMenu .Socialize ul li .insta:hover svg {
  fill: #78a62a;
}
#Header #HeaderPOP .SubMenu .Socialize ul li .Twit svg {
  width: 16px;
  height: 16px;
}
@media only screen and (min-width: 468px) {
  #Header #HeaderPOP .SubMenu .Socialize ul li .Twit svg {
    width: 18px;
    height: 18px;
  }
}
#Header #HeaderPOP .SubMenu .Socialize ul li .Twit:hover svg {
  fill: #ec008c;
}
#Header #HeaderPOP .SubMenu .Socialize ul li .linkedIn svg {
  width: 16px;
  height: 16px;
}
@media only screen and (min-width: 468px) {
  #Header #HeaderPOP .SubMenu .Socialize ul li .linkedIn svg {
    width: 22px;
    height: 22px;
  }
}
#Header #HeaderPOP .SubMenu .Socialize ul li .linkedIn:hover svg {
  fill: #eca100;
}
#Header.sticky {
  position: fixed;
  width: 100%;
  animation-name: fadeInDown;
  animation-duration: 0.5s;
  animation-fill-mode: both;
  z-index: 9000;
  top: 0px;
}
#Header.sticky .Background {
  opacity: 1;
}
#Header.sticky .HeaderMenu .LogoSec {
  top: 0;
  width: 230px;
}
@media only screen and (min-width: 1200px) {
  #Header.sticky .HeaderMenu .RitSec ul li a {
    padding: 32px 15px;
  }
}
@media only screen and (min-width: 1200px) {
  #Header.sticky .HeaderMenu .RitSec .MenuIcon {
    height: 85px;
  }
}
#pageWrapper {
  overflow: hidden;
  position: relative;
}
.MainHead {
  margin-bottom: 30px;
}
@media only screen and (min-width: 468px) {
  .MainHead {
    margin-bottom: 55px;
  }
}
@media only screen and (min-width: 1551px) {
  .MainHead {
    margin-bottom: 60px;
  }
}
.MainHead .Head {
  font-family: "Canela";
  color: gray;
  line-height: normal;
  margin-bottom: 15px;
  font-size: 32px;
}
@media only screen and (min-width: 468px) {
  .MainHead .Head {
    font-size: 38px;
  }
}
@media only screen and (min-width: 576px) {
  .MainHead .Head {
    font-size: 44px;
  }
}
@media only screen and (min-width: 768px) {
  .MainHead .Head {
    font-size: 60px;
  }
}
@media only screen and (min-width: 1200px) {
  .MainHead .Head {
    margin-bottom: 30px;
    font-size: 64px;
  }
}
@media only screen and (min-width: 1551px) {
  .MainHead .Head {
    font-size: 90px;
  }
}
.MainHead .Head span {
  color: #00aeef;
}
.MainHead .SecInfo {
  font-weight: 300;
  color: #4b4c4c;
  position: relative;
  margin-left: 15px;
  font-size: 14px;
  line-height: 22px;
  padding-left: 45px;
}
@media only screen and (min-width: 576px) {
  .MainHead .SecInfo {
    padding-left: 65px;
    font-size: 16px;
    line-height: 24px;
    margin-left: 45px;
  }
}
@media only screen and (min-width: 992px) {
  .MainHead .SecInfo {
    margin-left: 130px;
  }
}
@media only screen and (min-width: 1200px) {
  .MainHead .SecInfo {
    padding-left: 85px;
    font-size: 20px;
    line-height: 26px;
  }
}
@media only screen and (min-width: 1551px) {
  .MainHead .SecInfo {
    font-size: 24px;
    line-height: 30px;
  }
}
.MainHead .SecInfo svg {
  position: absolute;
  left: 0;
  stroke: #00aeef;
  stroke-width: 2px;
  top: -15px;
  width: 35px;
  height: 30px;
}
@media only screen and (min-width: 576px) {
  .MainHead .SecInfo svg {
    width: 50px;
    height: 40px;
  }
}
@media only screen and (min-width: 1200px) {
  .MainHead .SecInfo svg {
    top: -30px;
    width: 61px;
    height: 47px;
  }
}
.hoveranim {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
}
.hoveranim::before {
  content: "";
  position: absolute;
  z-index: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  background: #00aeef;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition:
    transform 0.3s ease,
    -webkit-transform 0.3s ease;
  left: 0;
  -webkit-transform-origin: right;
  -ms-transform-origin: right;
  transform-origin: right;
}
.hoveranim span {
  position: relative;
}
.hoveranim:hover::before {
  -webkit-transform-origin: left;
  -ms-transform-origin: left;
  transform-origin: left;
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}
.ReadMore {
  display: inline;
  color: #00aeef;
  font-size: 13px;
  font-weight: 500;
}
@media only screen and (min-width: 468px) {
  .ReadMore {
    font-size: 14px;
  }
}
@media only screen and (min-width: 768px) {
  .ReadMore {
    font-size: 16px;
  }
}
@media only screen and (min-width: 1551px) {
  .ReadMore {
    font-size: 18px;
  }
}
.ReadMore:hover {
  color: #00aeef;
}
#NewsScroll {
  padding: 10px 0;
}
@media only screen and (min-width: 768px) {
  #NewsScroll {
    /* padding: 22px 0; */
    background-color: blanchedalmond;
  }
}
#NewsScroll .container {
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#NewsScroll .Title {
  font-weight: 300;
  font-family: "Canela";
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  color: #1d937a;
  width: 60px;
  font-size: 0px;
}
@media only screen and (min-width: 768px) {
  #NewsScroll .Title {
    width: 270px;
    font-size: 22px;
  }
}
@media only screen and (min-width: 992px) {
  #NewsScroll .Title {
    width: 310px;
    font-size: 22px;
  }
}
#NewsScroll .Title svg {
  width: 38px;
}
@media only screen and (min-width: 468px) {
  #NewsScroll .Title svg {
    width: 30px;
  }
}
@media only screen and (min-width: 768px) {
  #NewsScroll .Title svg {
    width: 32px;
    margin-right: 15px;
  }
}
@media only screen and (min-width: 992px) {
  #NewsScroll .Title svg {
    width: 40px;
    margin-right: 20px;
  }
}
#NewsScroll .Title svg .st0 {
  fill: #ffd071;
}
#NewsScroll .Title svg .st1 {
  fill: #309b7e;
}
#NewsScroll .Title svg .st2 {
  fill: #fff;
}
#NewsScroll .Title svg .st3 {
  fill: #383a49;
}
#NewsScroll .marquee {
  width: calc(100% - 60px);
  font-weight: 300;
  color: #4b4c4c;
  font-size: 16px;
  padding-left: 15px;
}
@media only screen and (min-width: 768px) {
  #NewsScroll .marquee {
    padding-left: 25px;
    width: calc(100% - 270px);
  }
}
@media only screen and (min-width: 992px) {
  #NewsScroll .marquee {
    width: calc(100% - 310px);
    font-size: 16px;
  }
}
#NewsScroll a {
  color: #1d937a;
  text-decoration: underline;
}
#Excellence {
  position: relative;
  padding: 25px 0 40px;
}
@media only screen and (min-width: 468px) {
  #Excellence {
    padding: 60px 0 60px;
  }
}
@media only screen and (min-width: 576px) {
  #Excellence {
    padding: 55px 0 60px;
  }
}
@media only screen and (min-width: 1200px) {
  #Excellence {
    padding: 105px 0 60px;
  }
}
#Excellence .FloatIcons {
  pointer-events: none;
}
#Excellence .FloatIcons #PlusIcon {
  fill: #00aeef;
  position: absolute;
  -webkit-animation: rotating 15s linear infinite;
  -moz-animation: rotating 15s linear infinite;
  -ms-animation: rotating 15s linear infinite;
  -o-animation: rotating 15s linear infinite;
  animation: rotating 15s linear infinite;
  width: 14px;
  height: 14px;
  top: 40px;
  right: 10%;
}
@media only screen and (min-width: 468px) {
  #Excellence .FloatIcons #PlusIcon {
    top: 30px;
  }
}
@media only screen and (min-width: 576px) {
  #Excellence .FloatIcons #PlusIcon {
    left: 16.5%;
    right: auto;
  }
}
@media only screen and (min-width: 1200px) {
  #Excellence .FloatIcons #PlusIcon {
    width: 21px;
    height: 21px;
  }
}
@media only screen and (min-width: 1551px) {
  #Excellence .FloatIcons #PlusIcon {
    top: 55px;
    left: 18.5%;
  }
}
#Excellence .FloatIcons #RoundIco {
  position: absolute;
  bottom: 65px;
  left: -19px;
  -webkit-animation: animationFramesOne 15s linear infinite;
  -moz-animation: animationFramesOne 15s linear infinite;
  -ms-animation: animationFramesOne 15s linear infinite;
  -o-animation: animationFramesOne 15s linear infinite;
  animation: animationFramesUp 15s linear infinite;
  width: 20px;
  height: 20px;
}
@media only screen and (min-width: 468px) {
  #Excellence .FloatIcons #RoundIco {
    width: 28px;
    height: 28px;
  }
}
@media only screen and (min-width: 1200px) {
  #Excellence .FloatIcons #RoundIco {
    width: 36px;
    height: 36px;
  }
}
#Excellence .FloatIcons #RoundIco .st0 {
  fill: #00aeef;
}
#Excellence .FloatIcons #RoundIco .st1 {
  fill: #393c3f;
}
#Excellence .HeadWrp {
  margin-bottom: 30px;
  display: flex;
  align-items: flex-start;
}
@media only screen and (min-width: 468px) {
  #Excellence .HeadWrp {
    margin-bottom: 55px;
  }
}
@media only screen and (min-width: 1551px) {
  #Excellence .HeadWrp {
    margin-bottom: 80px;
  }
}
#Excellence .HeadWrp .SecIcon {
  width: 75px;
}
@media only screen and (min-width: 576px) {
  #Excellence .HeadWrp .SecIcon {
    width: 115px;
  }
}
@media only screen and (min-width: 1200px) {
  #Excellence .HeadWrp .SecIcon {
    width: 150px;
  }
}
#Excellence .HeadWrp .SecIcon .svg-elem-1 {
  fill: rgba(0, 0, 0, 0);
  -webkit-transition: fill 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 0.8s;
  transition: fill 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 0.8s;
}
#Excellence .HeadWrp .SecIcon.aos-animate .svg-elem-1 {
  fill: #fff;
}
#Excellence .HeadWrp .SecIcon .svg-elem-2 {
  fill: rgba(0, 0, 0, 0);
  -webkit-transition: fill 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 0.9s;
  transition: fill 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 0.9s;
}
#Excellence .HeadWrp .SecIcon.aos-animate .svg-elem-2 {
  fill: #fff;
}
#Excellence .HeadWrp .SecIcon .svg-elem-3 {
  fill: rgba(0, 0, 0, 0);
  -webkit-transition: fill 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 1s;
  transition: fill 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 1s;
}
#Excellence .HeadWrp .SecIcon.aos-animate .svg-elem-3 {
  fill: #fff;
}
#Excellence .HeadWrp .SecIcon .svg-elem-4 {
  fill: rgba(0, 0, 0, 0);
  -webkit-transition: fill 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 1.1s;
  transition: fill 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 1.1s;
}
#Excellence .HeadWrp .SecIcon.aos-animate .svg-elem-4 {
  fill: #fff;
}
#Excellence .HeadWrp .SecIcon .svg-elem-5 {
  fill: rgba(0, 0, 0, 0);
  -webkit-transition: fill 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 1.2s;
  transition: fill 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 1.2s;
}
#Excellence .HeadWrp .SecIcon.aos-animate .svg-elem-5 {
  fill: #fff;
}
#Excellence .HeadWrp .SecIcon .svg-elem-6 {
  fill: rgba(0, 0, 0, 0);
  -webkit-transition: fill 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 1.3s;
  transition: fill 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 1.3s;
}
#Excellence .HeadWrp .SecIcon.aos-animate .svg-elem-6 {
  fill: #fff;
}
#Excellence .HeadWrp .SecIcon .svg-elem-7 {
  fill: rgba(0, 0, 0, 0);
  -webkit-transition: fill 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 1.4s;
  transition: fill 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 1.4s;
}
#Excellence .HeadWrp .SecIcon.aos-animate .svg-elem-7 {
  fill: #cfeae6;
}
#Excellence .HeadWrp .SecIcon .svg-elem-8 {
  fill: rgba(0, 0, 0, 0);
  -webkit-transition: fill 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 1.5s;
  transition: fill 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 1.5s;
}
#Excellence .HeadWrp .SecIcon.aos-animate .svg-elem-8 {
  fill: #00aeef;
}
#Excellence .HeadWrp .SecIcon .svg-elem-9 {
  fill: rgba(0, 0, 0, 0);
  -webkit-transition: fill 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 1.6s;
  transition: fill 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 1.6s;
}
#Excellence .HeadWrp .SecIcon.aos-animate .svg-elem-9 {
  fill: #393c3f;
}
#Excellence .HeadWrp .SecIcon .svg-elem-10 {
  fill: rgba(0, 0, 0, 0);
  -webkit-transition: fill 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 1.7s;
  transition: fill 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 1.7s;
}
#Excellence .HeadWrp .SecIcon.aos-animate .svg-elem-10 {
  fill: #fff;
}
#Excellence .HeadWrp .SecIcon .svg-elem-11 {
  fill: rgba(0, 0, 0, 0);
  -webkit-transition: fill 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 1.8s;
  transition: fill 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 1.8s;
}
#Excellence .HeadWrp .SecIcon.aos-animate .svg-elem-11 {
  fill: #fff;
}
#Excellence .HeadWrp .SecIcon .svg-elem-12 {
  fill: rgba(0, 0, 0, 0);
  -webkit-transition: fill 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 1.9s;
  transition: fill 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 1.9s;
}
#Excellence .HeadWrp .SecIcon.aos-animate .svg-elem-12 {
  fill: #fff;
}
#Excellence .HeadWrp .SecIcon .svg-elem-13 {
  fill: rgba(0, 0, 0, 0);
  -webkit-transition: fill 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 2s;
  transition: fill 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 2s;
}
#Excellence .HeadWrp .SecIcon.aos-animate .svg-elem-13 {
  fill: #00aeef;
}
#Excellence .HeadWrp .SecIcon .svg-elem-14 {
  fill: rgba(0, 0, 0, 0);
  -webkit-transition: fill 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 2.1s;
  transition: fill 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 2.1s;
}
#Excellence .HeadWrp .SecIcon.aos-animate .svg-elem-14 {
  fill: #00aeef;
}
#Excellence .HeadWrp .SecIcon .svg-elem-15 {
  fill: rgba(0, 0, 0, 0);
  -webkit-transition: fill 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 2.2s;
  transition: fill 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 2.2s;
}
#Excellence .HeadWrp .SecIcon.aos-animate .svg-elem-15 {
  fill: #00aeef;
}
#Excellence .HeadWrp .SecIcon .svg-elem-16 {
  fill: rgba(0, 0, 0, 0);
  -webkit-transition: fill 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 2.3s;
  transition: fill 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 2.3s;
}
#Excellence .HeadWrp .SecIcon.aos-animate .svg-elem-16 {
  fill: #393c3f;
}
#Excellence .HeadWrp .SecIcon .svg-elem-17 {
  fill: rgba(0, 0, 0, 0);
  -webkit-transition: fill 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 2.4s;
  transition: fill 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 2.4s;
}
#Excellence .HeadWrp .SecIcon.aos-animate .svg-elem-17 {
  fill: #393c3f;
}
#Excellence .HeadWrp .SecIcon .svg-elem-18 {
  fill: rgba(0, 0, 0, 0);
  -webkit-transition: fill 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 2.5s;
  transition: fill 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 2.5s;
}
#Excellence .HeadWrp .SecIcon.aos-animate .svg-elem-18 {
  fill: #393c3f;
}
#Excellence .HeadWrp .SecIcon .svg-elem-19 {
  fill: rgba(0, 0, 0, 0);
  -webkit-transition: fill 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 2.6s;
  transition: fill 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 2.6s;
}
#Excellence .HeadWrp .SecIcon.aos-animate .svg-elem-19 {
  fill: #393c3f;
}
#Excellence .HeadWrp .SecIcon .svg-elem-20 {
  fill: rgba(0, 0, 0, 0);
  -webkit-transition: fill 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 2.7s;
  transition: fill 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 2.7s;
}
#Excellence .HeadWrp .SecIcon.aos-animate .svg-elem-20 {
  fill: #393c3f;
}
#Excellence .HeadWrp .SecIcon .svg-elem-21 {
  fill: rgba(0, 0, 0, 0);
  -webkit-transition: fill 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 2.8s;
  transition: fill 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 2.8s;
}
#Excellence .HeadWrp .SecIcon.aos-animate .svg-elem-21 {
  fill: #393c3f;
}
#Excellence .HeadWrp .SecIcon .svg-elem-22 {
  fill: rgba(0, 0, 0, 0);
  -webkit-transition: fill 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 2.9s;
  transition: fill 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 2.9s;
}
#Excellence .HeadWrp .SecIcon.aos-animate .svg-elem-22 {
  fill: #393c3f;
}
#Excellence .HeadWrp .SecIcon .svg-elem-23 {
  fill: rgba(0, 0, 0, 0);
  -webkit-transition: fill 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 3s;
  transition: fill 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 3s;
}
#Excellence .HeadWrp .SecIcon.aos-animate .svg-elem-23 {
  fill: #393c3f;
}
#Excellence .HeadWrp .SecIcon .svg-elem-24 {
  fill: rgba(0, 0, 0, 0);
  -webkit-transition: fill 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 3.1s;
  transition: fill 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 3.1s;
}
#Excellence .HeadWrp .SecIcon.aos-animate .svg-elem-24 {
  fill: #cfeae6;
}
#Excellence .HeadWrp .SecIcon .svg-elem-25 {
  fill: rgba(0, 0, 0, 0);
  -webkit-transition: fill 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 3.2s;
  transition: fill 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 3.2s;
}
#Excellence .HeadWrp .SecIcon.aos-animate .svg-elem-25 {
  fill: #393c3f;
  -webkit-animation: Reveel 2s linear infinite alternate-reverse;
  -moz-animation: Reveel 2s linear infinite alternate-reverse;
  -ms-animation: Reveel 2s linear infinite alternate-reverse;
  -o-animation: Reveel 2s linear infinite alternate-reverse;
  animation: Reveel 2s linear infinite alternate-reverse;
  animation-delay: 1s;
}
#Excellence .HeadWrp .SecIcon .svg-elem-26 {
  fill: rgba(0, 0, 0, 0);
  -webkit-transition: fill 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 3.3s;
  transition: fill 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 3.3s;
}
#Excellence .HeadWrp .SecIcon.aos-animate .svg-elem-26 {
  fill: #00aeef;
  -webkit-animation: Reveel 2s linear infinite alternate-reverse;
  -moz-animation: Reveel 2s linear infinite alternate-reverse;
  -ms-animation: Reveel 2s linear infinite alternate-reverse;
  -o-animation: Reveel 2s linear infinite alternate-reverse;
  animation: Reveel 2s linear infinite alternate-reverse;
}
#Excellence .HeadWrp .SecIcon .svg-elem-27 {
  fill: rgba(0, 0, 0, 0);
  -webkit-transition: fill 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 3.4s;
  transition: fill 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 3.4s;
}
#Excellence .HeadWrp .SecIcon.aos-animate .svg-elem-27 {
  fill: #393c3f;
}
#Excellence .HeadWrp .SecIcon .svg-elem-28 {
  fill: rgba(0, 0, 0, 0);
  -webkit-transition: fill 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 3.5s;
  transition: fill 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 3.5s;
}
#Excellence .HeadWrp .SecIcon.aos-animate .svg-elem-28 {
  fill: #00aeef;
}
#Excellence .HeadWrp .SecIcon .svg-elem-29 {
  fill: rgba(0, 0, 0, 0);
  -webkit-transition: fill 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 3.6s;
  transition: fill 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 3.6s;
}
#Excellence .HeadWrp .SecIcon.aos-animate .svg-elem-29 {
  fill: #393c3f;
  -webkit-animation: Reveel 2s linear infinite alternate-reverse;
  -moz-animation: Reveel 2s linear infinite alternate-reverse;
  -ms-animation: Reveel 2s linear infinite alternate-reverse;
  -o-animation: Reveel 2s linear infinite alternate-reverse;
  animation: Reveel 2s linear infinite alternate-reverse;
  animation-delay: 0.5s;
}
#Excellence .HeadWrp .SecIcon .Reveel1 {
  -webkit-animation: Reveel 2s linear infinite alternate-reverse;
  -moz-animation: Reveel 2s linear infinite alternate-reverse;
  -ms-animation: Reveel 2s linear infinite alternate-reverse;
  -o-animation: Reveel 2s linear infinite alternate-reverse;
  animation: Reveel 2s linear infinite alternate-reverse;
}
#Excellence .HeadWrp .SecIcon .Reveel2 {
  -webkit-animation: Reveel 2s linear infinite alternate-reverse;
  -moz-animation: Reveel 2s linear infinite alternate-reverse;
  -ms-animation: Reveel 2s linear infinite alternate-reverse;
  -o-animation: Reveel 2s linear infinite alternate-reverse;
  animation: Reveel 2s linear infinite alternate-reverse;
  animation-delay: 0.5s;
}
#Excellence .HeadWrp .SecIcon .Reveel3 {
  -webkit-animation: Reveel 2s linear infinite alternate-reverse;
  -moz-animation: Reveel 2s linear infinite alternate-reverse;
  -ms-animation: Reveel 2s linear infinite alternate-reverse;
  -o-animation: Reveel 2s linear infinite alternate-reverse;
  animation: Reveel 2s linear infinite alternate-reverse;
  animation-delay: 1s;
}
#Excellence .HeadWrp .MainHead {
  margin-top: 15px;
  margin-bottom: 0px;
  padding-left: 15px;
  width: calc(100% - 75px);
}
@media only screen and (min-width: 576px) {
  #Excellence .HeadWrp .MainHead {
    padding-left: 35px;
    width: calc(100% - 115px);
  }
}
@media only screen and (min-width: 1200px) {
  #Excellence .HeadWrp .MainHead {
    padding-left: 50px;
    width: calc(100% - 150px);
  }
}
#Excellence .HeadWrp .SecInfo {
  max-width: 375px;
}
@media only screen and (min-width: 576px) {
  #Excellence .HeadWrp .SecInfo {
    max-width: 425px;
  }
}
@media only screen and (min-width: 1200px) {
  #Excellence .HeadWrp .SecInfo {
    max-width: 500px;
  }
}
@media only screen and (min-width: 1551px) {
  #Excellence .HeadWrp .SecInfo {
    max-width: 605px;
  }
}
#Excellence .ExclTitle {
  font-family: "Canela";
  color: #151515;
  position: relative;
  max-width: 475px;
  font-size: 20px;
  margin-bottom: 20px;
}
@media only screen and (min-width: 468px) {
  #Excellence .ExclTitle {
    font-size: 26px;
    margin-bottom: 45px;
  }
}
@media only screen and (min-width: 992px) {
  #Excellence .ExclTitle {
    margin-bottom: 60px;
    max-width: 690px;
    font-size: 32px;
  }
}
@media only screen and (min-width: 1551px) {
  #Excellence .ExclTitle {
    font-size: 36px;
  }
}
#Excellence .ExclTitle span {
  position: relative;
  z-index: 1;
  background: #fff;
  padding-right: 15px;
}
#Excellence .ExclTitle::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  background-color: #00aeef;
  width: 0;
  transition: all 0.5s;
  height: 1px;
  transition-delay: 0.3s;
}
#Excellence .ExclTitle .count {
  display: inline-block;
  min-width: 25px;
}
@media only screen and (min-width: 468px) {
  #Excellence .ExclTitle .count {
    min-width: 39px;
  }
}
#Excellence .ExclCounter ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 0 -25px;
}
#Excellence .ExclCounter ul li {
  text-align: center;
  position: relative;
  padding: 0 15px 15px;
}
@media only screen and (min-width: 1551px) {
  #Excellence .ExclCounter ul li {
    padding: 0 25px 15px;
  }
}
@media only screen and (max-width: 670px) {
  #Excellence .ExclCounter ul li {
    width: 33.3333333333%;
  }
  #Excellence .ExclCounter ul li:nth-child(-n + 3) {
    margin-bottom: 25px;
  }
}
#Excellence .ExclCounter ul li:not(:last-of-type)::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  background-color: #c4c4c4;
  width: 1px;
  height: 100%;
}
#Excellence .ExclCounter ul .CountFlx {
  font-family: "Canela";
  color: #011045;
  min-width: 100px;
  margin-bottom: 10px;
  font-size: 22px;
}
@media only screen and (min-width: 468px) {
  #Excellence .ExclCounter ul .CountFlx {
    font-size: 26px;
  }
}
@media only screen and (min-width: 1200px) {
  #Excellence .ExclCounter ul .CountFlx {
    font-size: 30px;
  }
}
@media only screen and (min-width: 1551px) {
  #Excellence .ExclCounter ul .CountFlx {
    margin-bottom: 15px;
    font-size: 40px;
    min-width: 132px;
  }
}
#Excellence .ExclCounter ul .CountFlx > * {
  display: inline-block;
}
#Excellence .ExclCounter ul .ExclLabel {
  color: #717171;
  font-style: italic;
  font-weight: 500;
  font-size: 11px;
}
@media only screen and (min-width: 468px) {
  #Excellence .ExclCounter ul .ExclLabel {
    font-size: 12px;
  }
}
@media only screen and (min-width: 1200px) {
  #Excellence .ExclCounter ul .ExclLabel {
    font-weight: 700;
    font-size: 13px;
  }
}
@media only screen and (min-width: 1551px) {
  #Excellence .ExclCounter ul .ExclLabel {
    font-size: 16px;
  }
}
#Excellence .SecImgWrp {
  position: relative;
  margin-top: 30px;
}
@media only screen and (min-width: 992px) {
  #Excellence .SecImgWrp {
    margin-top: 0px;
    position: absolute;
    right: 0;
    top: 0;
    pointer-events: none;
    transform: translateY(-50%);
    top: calc(50% + 95px);
  }
}
@media only screen and (min-width: 1551px) {
  #Excellence .SecImgWrp {
    top: calc(50% + 170px);
  }
}
#Excellence .SecImgWrp #PlusIcon {
  width: 21px;
  height: 21px;
  fill: #00aeef;
  position: absolute;
  -webkit-animation: scale-upOne 5s linear infinite;
  -moz-animation: scale-upOne 5s linear infinite;
  -ms-animation: scale-upOne 5s linear infinite;
  -o-animation: scale-upOne 5s linear infinite;
  animation: scale-upOne 5s linear infinite;
  top: 40px;
  left: 40px;
}
@media only screen and (min-width: 992px) {
  #Excellence .SecImgWrp #PlusIcon {
    top: -55px;
    right: 130px;
    left: auto;
  }
}
#Excellence .SecImgWrp #EqIcon {
  fill: #00aeef;
  position: absolute;
  width: 28px;
  height: 17px;
  bottom: -40px;
  right: 40px;
}
@media only screen and (min-width: 768px) {
  #Excellence .SecImgWrp #EqIcon {
    width: 44px;
    height: 26px;
  }
}
@media only screen and (min-width: 992px) {
  #Excellence .SecImgWrp #EqIcon {
    bottom: 5px;
    right: 240px;
  }
}
@media only screen and (min-width: 1200px) {
  #Excellence .SecImgWrp #EqIcon {
    bottom: 40px;
    right: 290px;
  }
}
#Excellence .SecImgWrp #EqIcon .EqIconanim {
  -webkit-animation: EqIconanim 5s linear infinite;
  -moz-animation: EqIconanim 5s linear infinite;
  -ms-animation: EqIconanim 5s linear infinite;
  -o-animation: EqIconanim 5s linear infinite;
  animation: EqIconanim 5s linear infinite;
}
#Excellence .SecImgWrp .BaseCircle {
  position: relative;
  -webkit-animation: rotating 55s linear infinite;
  -moz-animation: rotating 55s linear infinite;
  -ms-animation: rotating 55s linear infinite;
  -o-animation: rotating 55s linear infinite;
  animation: rotating 55s linear infinite;
  top: 0px;
  right: -35%;
  width: 220px;
}
@media only screen and (min-width: 468px) {
  #Excellence .SecImgWrp .BaseCircle {
    right: -45%;
    width: 320px;
  }
}
@media only screen and (min-width: 992px) {
  #Excellence .SecImgWrp .BaseCircle {
    right: calc(-100% + 210px);
  }
}
@media only screen and (min-width: 1200px) {
  #Excellence .SecImgWrp .BaseCircle {
    right: calc(-100% + 280px);
    width: 510px;
  }
}
@media only screen and (min-width: 1551px) {
  #Excellence .SecImgWrp .BaseCircle {
    right: calc(-100% + 260px);
    width: 585px;
  }
}
#Excellence .SecImgWrp .CircleImgWrp {
  align-items: flex-end;
  justify-content: space-between;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  display: flex;
  left: -65px;
  right: 0;
  margin: auto;
  width: fit-content;
  width: -moz-fit-content;
}
@media only screen and (min-width: 992px) {
  #Excellence .SecImgWrp .CircleImgWrp {
    left: auto;
    margin: 0;
    right: 15px;
  }
}
@media only screen and (min-width: 1200px) {
  #Excellence .SecImgWrp .CircleImgWrp {
    right: 25px;
  }
}
#Excellence .SecImgWrp .CircleImgWrp img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#Excellence .SecImgWrp .CircleImgWrp .BgCircle {
  border-radius: 50%;
  background-color: #00aeef;
  opacity: 0.561;
  position: absolute;
  right: 25px;
  top: 0;
  z-index: 1;
  width: 40px;
  height: 40px;
}
@media only screen and (min-width: 468px) {
  #Excellence .SecImgWrp .CircleImgWrp .BgCircle {
    width: 50px;
    height: 50px;
  }
}
@media only screen and (min-width: 1200px) {
  #Excellence .SecImgWrp .CircleImgWrp .BgCircle {
    width: 80px;
    height: 80px;
    right: 40px;
  }
}
@media only screen and (min-width: 1551px) {
  #Excellence .SecImgWrp .CircleImgWrp .BgCircle {
    width: 90px;
    height: 90px;
  }
}
#Excellence .SecImgWrp .CircleImgWrp .ImgBox1 {
  border-radius: 50%;
  overflow: hidden;
  width: 195px;
  height: 195px;
}
@media only screen and (min-width: 468px) {
  #Excellence .SecImgWrp .CircleImgWrp .ImgBox1 {
    width: 250px;
    height: 250px;
  }
}
@media only screen and (min-width: 1200px) {
  #Excellence .SecImgWrp .CircleImgWrp .ImgBox1 {
    width: 380px;
    height: 380px;
  }
}
@media only screen and (min-width: 1551px) {
  #Excellence .SecImgWrp .CircleImgWrp .ImgBox1 {
    width: 450px;
    height: 450px;
  }
}
#Excellence .SecImgWrp .CircleImgWrp .ImgBox2 {
  border-radius: 50%;
  overflow: hidden;
  left: 55px;
  bottom: 22px;
  position: relative;
  z-index: 1;
  border: 4px solid #fff;
  width: 90px;
  height: 90px;
}
@media only screen and (min-width: 468px) {
  #Excellence .SecImgWrp .CircleImgWrp .ImgBox2 {
    left: 65px;
    width: 115px;
    height: 115px;
  }
}
@media only screen and (min-width: 1200px) {
  #Excellence .SecImgWrp .CircleImgWrp .ImgBox2 {
    left: 100px;
    width: 200px;
    height: 200px;
    border: 7px solid #fff;
  }
}
@media only screen and (min-width: 1551px) {
  #Excellence .SecImgWrp .CircleImgWrp .ImgBox2 {
    border: 8px solid #fff;
    width: 240px;
    height: 240px;
  }
}
#Excellence.TouchDown .ExclTitle::after {
  width: 225px;
}
@media only screen and (min-width: 992px) {
  #Excellence.TouchDown .ExclTitle::after {
    width: 380px;
  }
}
@media only screen and (min-width: 1551px) {
  #Excellence.TouchDown .ExclTitle::after {
    width: 341px;
  }
}
#AlwaysLearning {
  position: relative;
  padding: 40px 0;
}
@media only screen and (min-width: 468px) {
  #AlwaysLearning {
    padding: 50px 0 45px;
  }
}
@media only screen and (min-width: 992px) {
  #AlwaysLearning {
    padding: 65px 0 65px;
  }
}
@media only screen and (min-width: 1551px) {
  #AlwaysLearning {
    padding: 150px 0 65px;
  }
}
#AlwaysLearning .FloatIcons {
  pointer-events: none;
}
#AlwaysLearning .FloatIcons #PlusIcon {
  width: 14px;
  height: 14px;
  fill: #80d1c0;
  position: absolute;
  right: 30px;
  -webkit-animation: rotating 15s linear infinite;
  -moz-animation: rotating 15s linear infinite;
  -ms-animation: rotating 15s linear infinite;
  -o-animation: rotating 15s linear infinite;
  animation: rotating 15s linear infinite;
  z-index: 2;
  top: 40%;
}
@media only screen and (min-width: 468px) {
  #AlwaysLearning .FloatIcons #PlusIcon {
    top: 32%;
  }
}
@media only screen and (min-width: 1200px) {
  #AlwaysLearning .FloatIcons #PlusIcon {
    width: 21px;
    height: 21px;
  }
}
#AlwaysLearning .FloatIcons #RoundIco {
  position: absolute;
  -webkit-animation: animationFramesOne 15s linear infinite reverse;
  -moz-animation: animationFramesOne 15s linear infinite reverse;
  -ms-animation: animationFramesOne 15s linear infinite reverse;
  -o-animation: animationFramesOne 15s linear infinite reverse;
  animation: animationFramesUp 15s linear infinite reverse;
  width: 20px;
  height: 20px;
  z-index: 2;
  top: 125px;
  right: 145px;
}
@media only screen and (min-width: 468px) {
  #AlwaysLearning .FloatIcons #RoundIco {
    right: auto;
    top: auto;
    bottom: 65px;
    left: -9px;
    width: 28px;
    height: 28px;
  }
}
@media only screen and (min-width: 1200px) {
  #AlwaysLearning .FloatIcons #RoundIco {
    width: 36px;
    height: 36px;
  }
}
#AlwaysLearning .FloatIcons #RoundIco .st0 {
  fill: #80d1c0;
}
#AlwaysLearning .FloatIcons #RoundIco .st1 {
  fill: #393c3f;
}
#AlwaysLearning .FloatIcons #Cog {
  position: absolute;
  bottom: 208px;
  right: -20px;
  opacity: 0.2;
  z-index: 2;
  -webkit-animation: rotating 15s linear infinite;
  -moz-animation: rotating 15s linear infinite;
  -ms-animation: rotating 15s linear infinite;
  -o-animation: rotating 15s linear infinite;
  animation: rotating 15s linear infinite;
  width: 50px;
  height: 50px;
}
@media only screen and (min-width: 468px) {
  #AlwaysLearning .FloatIcons #Cog {
    width: 92px;
    height: 92px;
  }
}
#AlwaysLearning .FloatIcons #Cog .st0 {
  fill: #cfeae6;
}
#AlwaysLearning .FloatIcons #Cog .st1 {
  fill: #393c3f;
}
#AlwaysLearning .HeadWrp {
  margin-bottom: 30px;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
@media only screen and (min-width: 468px) {
  #AlwaysLearning .HeadWrp {
    flex-wrap: nowrap;
    margin-bottom: 55px;
    align-items: center;
    justify-content: space-between;
  }
}
@media only screen and (min-width: 1551px) {
  #AlwaysLearning .HeadWrp {
    margin-bottom: 60px;
  }
}
#AlwaysLearning .HeadWrp .SecIcon {
  width: 75px;
  order: 0;
}
@media only screen and (min-width: 576px) {
  #AlwaysLearning .HeadWrp .SecIcon {
    order: 1;
    margin-right: 40px;
    width: 130px;
  }
}
@media only screen and (min-width: 768px) {
  #AlwaysLearning .HeadWrp .SecIcon {
    width: 160px;
  }
}
@media only screen and (min-width: 1200px) {
  #AlwaysLearning .HeadWrp .SecIcon {
    width: 197px;
    margin-right: 60px;
  }
}
#AlwaysLearning .HeadWrp .SecIcon .st0 {
  fill: #cfeae6;
}
#AlwaysLearning .HeadWrp .SecIcon .st1 {
  opacity: 0.75;
}
#AlwaysLearning .HeadWrp .SecIcon .st2 {
  clip-path: url("#SVGID_00000000902138422098840840000017691266411553920681_");
  fill: #56c1ab;
}
#AlwaysLearning .HeadWrp .SecIcon .st3 {
  fill: #393c3f;
}
#AlwaysLearning .HeadWrp .SecIcon .st4 {
  clip-path: url("#SVGID_00000155857588051774510860000010198356730422038714_");
  fill: #56c1ab;
}
#AlwaysLearning .HeadWrp .SecIcon .cog1 {
  transform-origin: center center;
  -webkit-animation: cog1 15s linear infinite;
  -moz-animation: cog1 15s linear infinite;
  -ms-animation: cog1 15s linear infinite;
  -o-animation: cog1 15s linear infinite;
  animation: cog1 15s linear infinite;
}
@keyframes cog1 {
  0% {
    -ms-transform: translate(-28%, 17%) rotate(0deg);
    -moz-transform: translate(-28%, 17%) rotate(0deg);
    -webkit-transform: translate(-28%, 17%) rotate(0deg);
    -o-transform: translate(-28%, 17%) rotate(0deg);
    transform: translate(-28%, 17%) rotate(0deg);
  }
  100% {
    -ms-transform: translate(-28%, 17%) rotate(360deg);
    -moz-transform: translate(-28%, 17%) rotate(360deg);
    -webkit-transform: translate(-28%, 17%) rotate(360deg);
    -o-transform: translate(-28%, 17%) rotate(360deg);
    transform: translate(-28%, 17%) rotate(360deg);
  }
}
#AlwaysLearning .HeadWrp .MainHead {
  margin-bottom: 0px;
  padding-left: 15px;
  margin-top: 15px;
  order: 1;
  width: calc(100% - 75px);
}
@media only screen and (min-width: 468px) {
  #AlwaysLearning .HeadWrp .MainHead {
    order: 0;
    margin-top: 0px;
    width: calc(100% - 115px);
    padding-left: 0px;
  }
}
@media only screen and (min-width: 576px) {
  #AlwaysLearning .HeadWrp .MainHead {
    padding-right: 30px;
    width: calc(100% - 130px);
  }
}
@media only screen and (min-width: 768px) {
  #AlwaysLearning .HeadWrp .MainHead {
    width: calc(100% - 160px);
  }
}
@media only screen and (min-width: 1200px) {
  #AlwaysLearning .HeadWrp .MainHead {
    width: calc(100% - 197px);
  }
}
#AlwaysLearning .HeadWrp .MainHead .Head span {
  color: #1d937a;
}
#AlwaysLearning .HeadWrp .SecInfo {
  max-width: 745px;
}
#AlwaysLearning .HeadWrp .SecInfo br {
  display: none;
}
@media only screen and (min-width: 992px) {
  #AlwaysLearning .HeadWrp .SecInfo br {
    display: block;
  }
}
#AlwaysLearning .HeadWrp .SecInfo svg {
  stroke: #1d937a;
}
#OneTeam {
  position: relative;
  padding: 40px 0;
}
@media only screen and (min-width: 468px) {
  #OneTeam {
    padding: 50px 0 45px;
  }
}
@media only screen and (min-width: 992px) {
  #OneTeam {
    padding: 65px 0 75px;
  }
}
#OneTeam .SecImgWrp {
  position: absolute;
  pointer-events: none;
  right: -80px;
  top: 93px;
}
@media only screen and (min-width: 1200px) {
  #OneTeam .SecImgWrp {
    right: -220px;
    top: 210px;
  }
}
@media only screen and (min-width: 1551px) {
  #OneTeam .SecImgWrp {
    right: -130px;
    top: 230px;
  }
}
#OneTeam .SecImgWrp #Bulb {
  fill: #78a62a;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  -moz-animation-delay: 1s;
  -webkit-animation-delay: 1s;
  -webkit-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-animation: swinging 3.5s ease-in-out forwards infinite;
  animation: swinging 3.5s ease-in-out forwards infinite;
  z-index: 2;
  width: 58px;
  height: 70px;
  top: -55px;
}
@media only screen and (min-width: 576px) {
  #OneTeam .SecImgWrp #Bulb {
    width: 78px;
    height: 90px;
    top: -70px;
  }
}
@media only screen and (min-width: 1200px) {
  #OneTeam .SecImgWrp #Bulb {
    top: -90px;
    width: 105px;
    height: 115px;
  }
}
@media only screen and (min-width: 1551px) {
  #OneTeam .SecImgWrp #Bulb {
    width: 145px;
    height: 160px;
  }
}
#OneTeam .SecImgWrp .CircleImgWrp {
  position: relative;
}
#OneTeam .SecImgWrp .CircleImgWrp .BaseCircle {
  border-radius: 50%;
  background-color: rgba(120, 166, 42, 0.102);
  position: relative;
  -webkit-animation: rotating 55s linear infinite;
  -moz-animation: rotating 55s linear infinite;
  -ms-animation: rotating 55s linear infinite;
  -o-animation: rotating 55s linear infinite;
  animation: rotating 55s linear infinite;
  width: 315px;
  height: 315px;
}
@media only screen and (min-width: 576px) {
  #OneTeam .SecImgWrp .CircleImgWrp .BaseCircle {
    width: 365px;
    height: 365px;
  }
}
@media only screen and (min-width: 1200px) {
  #OneTeam .SecImgWrp .CircleImgWrp .BaseCircle {
    width: 673px;
    height: 673px;
  }
}
#OneTeam .SecImgWrp .CircleImgWrp .BaseCircle .BgCircle1 {
  border-radius: 50%;
  background-color: #78a62a;
  opacity: 0.5;
  position: absolute;
  top: 0;
  width: 45px;
  height: 45px;
  right: 60px;
}
@media only screen and (min-width: 576px) {
  #OneTeam .SecImgWrp .CircleImgWrp .BaseCircle .BgCircle1 {
    width: 55px;
    height: 55px;
  }
}
@media only screen and (min-width: 1200px) {
  #OneTeam .SecImgWrp .CircleImgWrp .BaseCircle .BgCircle1 {
    width: 71px;
    height: 71px;
    right: 150px;
  }
}
#OneTeam .SecImgWrp .CircleImgWrp .BaseCircle .BgCircle2 {
  border-radius: 50%;
  background-color: #78a62a;
  opacity: 0.2;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 25px;
  height: 25px;
  bottom: -12.5px;
}
@media only screen and (min-width: 1200px) {
  #OneTeam .SecImgWrp .CircleImgWrp .BaseCircle .BgCircle2 {
    width: 40px;
    height: 40px;
    bottom: -20px;
  }
}
#OneTeam .HeadWrp {
  margin-bottom: 30px;
  display: flex;
  align-items: flex-start;
}
@media only screen and (min-width: 468px) {
  #OneTeam .HeadWrp {
    margin-bottom: 55px;
  }
}
@media only screen and (min-width: 1551px) {
  #OneTeam .HeadWrp {
    margin-bottom: 60px;
  }
}
@media only screen and (min-width: 1200px) {
  #OneTeam .HeadWrp {
    padding-left: 30px;
  }
}
#OneTeam .HeadWrp .SecIcon {
  width: 75px;
}
@media only screen and (min-width: 576px) {
  #OneTeam .HeadWrp .SecIcon {
    width: 115px;
  }
}
@media only screen and (min-width: 1200px) {
  #OneTeam .HeadWrp .SecIcon {
    width: 157px;
  }
}
#OneTeam .HeadWrp .SecIcon .svg-elem-1 {
  fill: rgba(0, 0, 0, 0);
  -webkit-transition: fill 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 0.8s;
  transition: fill 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 0.8s;
}
#OneTeam .HeadWrp .SecIcon.aos-animate .svg-elem-1 {
  fill: #a4cf5a;
}
#OneTeam .HeadWrp .SecIcon .svg-elem-2 {
  fill: rgba(0, 0, 0, 0);
  -webkit-transition: fill 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 0.9s;
  transition: fill 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 0.9s;
}
#OneTeam .HeadWrp .SecIcon.aos-animate .svg-elem-2 {
  fill: #cfeae6;
}
#OneTeam .HeadWrp .SecIcon .svg-elem-3 {
  fill: rgba(0, 0, 0, 0);
  -webkit-transition: fill 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 1s;
  transition: fill 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 1s;
}
#OneTeam .HeadWrp .SecIcon.aos-animate .svg-elem-3 {
  fill: #a4cf5a;
}
#OneTeam .HeadWrp .SecIcon .svg-elem-4 {
  fill: rgba(0, 0, 0, 0);
  -webkit-transition: fill 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 1.1s;
  transition: fill 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 1.1s;
}
#OneTeam .HeadWrp .SecIcon.aos-animate .svg-elem-4 {
  fill: #a4cf5a;
}
#OneTeam .HeadWrp .SecIcon .svg-elem-5 {
  fill: rgba(0, 0, 0, 0);
  -webkit-transition: fill 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 1.2s;
  transition: fill 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 1.2s;
}
#OneTeam .HeadWrp .SecIcon.aos-animate .svg-elem-5 {
  fill: #a4cf5a;
}
#OneTeam .HeadWrp .SecIcon .svg-elem-6 {
  fill: rgba(0, 0, 0, 0);
  -webkit-transition: fill 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 1.3s;
  transition: fill 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 1.3s;
}
#OneTeam .HeadWrp .SecIcon.aos-animate .svg-elem-6 {
  fill: #cfeae6;
}
#OneTeam .HeadWrp .SecIcon .svg-elem-7 {
  fill: rgba(0, 0, 0, 0);
  -webkit-transition: fill 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 1.4s;
  transition: fill 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 1.4s;
}
#OneTeam .HeadWrp .SecIcon.aos-animate .svg-elem-7 {
  fill: #a4cf5a;
}
#OneTeam .HeadWrp .SecIcon .svg-elem-8 {
  fill: rgba(0, 0, 0, 0);
  -webkit-transition: fill 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 1.5s;
  transition: fill 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 1.5s;
}
#OneTeam .HeadWrp .SecIcon.aos-animate .svg-elem-8 {
  fill: #cfeae6;
}
#OneTeam .HeadWrp .SecIcon .svg-elem-9 {
  fill: rgba(0, 0, 0, 0);
  -webkit-transition: fill 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 1.6s;
  transition: fill 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 1.6s;
}
#OneTeam .HeadWrp .SecIcon.aos-animate .svg-elem-9 {
  fill: #cfeae6;
}
#OneTeam .HeadWrp .SecIcon .svg-elem-10 {
  fill: rgba(0, 0, 0, 0);
  -webkit-transition: fill 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 1.7s;
  transition: fill 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 1.7s;
}
#OneTeam .HeadWrp .SecIcon.aos-animate .svg-elem-10 {
  fill: #cfeae6;
}
#OneTeam .HeadWrp .SecIcon .svg-elem-11 {
  fill: rgba(0, 0, 0, 0);
  -webkit-transition: fill 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 1.8s;
  transition: fill 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 1.8s;
}
#OneTeam .HeadWrp .SecIcon.aos-animate .svg-elem-11 {
  fill: #a4cf5a;
}
#OneTeam .HeadWrp .SecIcon .svg-elem-12 {
  fill: rgba(0, 0, 0, 0);
  -webkit-transition: fill 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 1.9s;
  transition: fill 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 1.9s;
}
#OneTeam .HeadWrp .SecIcon.aos-animate .svg-elem-12 {
  fill: #a4cf5a;
}
#OneTeam .HeadWrp .SecIcon .svg-elem-13 {
  fill: rgba(0, 0, 0, 0);
  -webkit-transition: fill 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 2s;
  transition: fill 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 2s;
}
#OneTeam .HeadWrp .SecIcon.aos-animate .svg-elem-13 {
  fill: #a4cf5a;
}
#OneTeam .HeadWrp .SecIcon .svg-elem-14 {
  fill: rgba(0, 0, 0, 0);
  -webkit-transition: fill 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 2.1s;
  transition: fill 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 2.1s;
}
#OneTeam .HeadWrp .SecIcon.aos-animate .svg-elem-14 {
  fill: #cfeae6;
}
#OneTeam .HeadWrp .SecIcon .svg-elem-15 {
  fill: rgba(0, 0, 0, 0);
  -webkit-transition: fill 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 2.2s;
  transition: fill 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 2.2s;
}
#OneTeam .HeadWrp .SecIcon.aos-animate .svg-elem-15 {
  fill: #cfeae6;
}
#OneTeam .HeadWrp .SecIcon .svg-elem-16 {
  fill: rgba(0, 0, 0, 0);
  -webkit-transition: fill 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 2.3s;
  transition: fill 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 2.3s;
}
#OneTeam .HeadWrp .SecIcon.aos-animate .svg-elem-16 {
  fill: #a4cf5a;
}
#OneTeam .HeadWrp .SecIcon .svg-elem-17 {
  fill: rgba(0, 0, 0, 0);
  -webkit-transition: fill 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 2.4s;
  transition: fill 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 2.4s;
}
#OneTeam .HeadWrp .SecIcon.aos-animate .svg-elem-17 {
  fill: #a4cf5a;
}
#OneTeam .HeadWrp .SecIcon .svg-elem-18 {
  fill: rgba(0, 0, 0, 0);
  -webkit-transition: fill 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 2.5s;
  transition: fill 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 2.5s;
}
#OneTeam .HeadWrp .SecIcon.aos-animate .svg-elem-18 {
  fill: #cfeae6;
}
#OneTeam .HeadWrp .SecIcon .svg-elem-19 {
  fill: rgba(0, 0, 0, 0);
  -webkit-transition: fill 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 2.6s;
  transition: fill 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 2.6s;
}
#OneTeam .HeadWrp .SecIcon.aos-animate .svg-elem-19 {
  fill: #a4cf5a;
}
#OneTeam .HeadWrp .SecIcon .svg-elem-20 {
  fill: rgba(0, 0, 0, 0);
  -webkit-transition: fill 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 2.7s;
  transition: fill 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 2.7s;
}
#OneTeam .HeadWrp .SecIcon.aos-animate .svg-elem-20 {
  fill: #cfeae6;
}
#OneTeam .HeadWrp .SecIcon .svg-elem-21 {
  fill: rgba(0, 0, 0, 0);
  -webkit-transition: fill 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 2.8s;
  transition: fill 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 2.8s;
}
#OneTeam .HeadWrp .SecIcon.aos-animate .svg-elem-21 {
  fill: #cfeae6;
}
#OneTeam .HeadWrp .SecIcon .svg-elem-22 {
  fill: rgba(0, 0, 0, 0);
  -webkit-transition: fill 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 2.9s;
  transition: fill 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 2.9s;
}
#OneTeam .HeadWrp .SecIcon.aos-animate .svg-elem-22 {
  fill: #393c3f;
}
#OneTeam .HeadWrp .SecIcon .svg-elem-23 {
  fill: rgba(0, 0, 0, 0);
  -webkit-transition: fill 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 3s;
  transition: fill 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 3s;
}
#OneTeam .HeadWrp .SecIcon.aos-animate .svg-elem-23 {
  fill: #393c3f;
}
#OneTeam .HeadWrp .SecIcon .svg-elem-24 {
  fill: rgba(0, 0, 0, 0);
  -webkit-transition: fill 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 3.1s;
  transition: fill 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 3.1s;
}
#OneTeam .HeadWrp .SecIcon.aos-animate .svg-elem-24 {
  fill: #393c3f;
}
#OneTeam .HeadWrp .SecIcon .svg-elem-25 {
  fill: rgba(0, 0, 0, 0);
  -webkit-transition: fill 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 3.2s;
  transition: fill 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 3.2s;
}
#OneTeam .HeadWrp .SecIcon.aos-animate .svg-elem-25 {
  fill: #393c3f;
}
#OneTeam .HeadWrp .SecIcon .svg-elem-26 {
  fill: rgba(0, 0, 0, 0);
  -webkit-transition: fill 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 3.3s;
  transition: fill 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 3.3s;
}
#OneTeam .HeadWrp .SecIcon.aos-animate .svg-elem-26 {
  fill: #393c3f;
}
#OneTeam .HeadWrp .SecIcon .svg-elem-27 {
  fill: rgba(0, 0, 0, 0);
  -webkit-transition: fill 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 3.4s;
  transition: fill 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 3.4s;
}
#OneTeam .HeadWrp .SecIcon.aos-animate .svg-elem-27 {
  fill: #393c3f;
}
#OneTeam .HeadWrp .SecIcon .svg-elem-28 {
  fill: rgba(0, 0, 0, 0);
  -webkit-transition: fill 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 3.5s;
  transition: fill 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 3.5s;
}
#OneTeam .HeadWrp .SecIcon.aos-animate .svg-elem-28 {
  fill: #393c3f;
}
#OneTeam .HeadWrp .SecIcon .svg-elem-29 {
  fill: rgba(0, 0, 0, 0);
  -webkit-transition: fill 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 3.6s;
  transition: fill 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 3.6s;
}
#OneTeam .HeadWrp .SecIcon.aos-animate .svg-elem-29 {
  fill: #393c3f;
}
#OneTeam .HeadWrp .SecIcon .svg-elem-30 {
  fill: rgba(0, 0, 0, 0);
  -webkit-transition: fill 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 3.7s;
  transition: fill 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 3.7s;
}
#OneTeam .HeadWrp .SecIcon.aos-animate .svg-elem-30 {
  fill: #393c3f;
}
#OneTeam .HeadWrp .SecIcon .svg-elem-31 {
  fill: rgba(0, 0, 0, 0);
  -webkit-transition: fill 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 3.8s;
  transition: fill 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 3.8s;
}
#OneTeam .HeadWrp .SecIcon.aos-animate .svg-elem-31 {
  fill: #393c3f;
}
#OneTeam .HeadWrp .SecIcon .svg-elem-32 {
  fill: rgba(0, 0, 0, 0);
  -webkit-transition: fill 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 3.9s;
  transition: fill 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 3.9s;
}
#OneTeam .HeadWrp .SecIcon.aos-animate .svg-elem-32 {
  fill: #393c3f;
}
#OneTeam .HeadWrp .SecIcon .svg-elem-33 {
  fill: rgba(0, 0, 0, 0);
  -webkit-transition: fill 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 4s;
  transition: fill 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 4s;
}
#OneTeam .HeadWrp .SecIcon.aos-animate .svg-elem-33 {
  fill: #393c3f;
}
#OneTeam .HeadWrp .SecIcon .svg-elem-34 {
  fill: rgba(0, 0, 0, 0);
  -webkit-transition: fill 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 4.1s;
  transition: fill 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 4.1s;
}
#OneTeam .HeadWrp .SecIcon.aos-animate .svg-elem-34 {
  fill: #393c3f;
}
#OneTeam .HeadWrp .SecIcon .svg-elem-35 {
  fill: rgba(0, 0, 0, 0);
  -webkit-transition: fill 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 4.2s;
  transition: fill 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 4.2s;
}
#OneTeam .HeadWrp .SecIcon.aos-animate .svg-elem-35 {
  fill: #393c3f;
}
#OneTeam .HeadWrp .SecIcon .svg-elem-36 {
  fill: rgba(0, 0, 0, 0);
  -webkit-transition: fill 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 4.3s;
  transition: fill 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 4.3s;
}
#OneTeam .HeadWrp .SecIcon.aos-animate .svg-elem-36 {
  fill: #393c3f;
}
#OneTeam .HeadWrp .SecIcon .svg-elem-37 {
  fill: rgba(0, 0, 0, 0);
  -webkit-transition: fill 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 4.4s;
  transition: fill 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 4.4s;
}
#OneTeam .HeadWrp .SecIcon.aos-animate .svg-elem-37 {
  fill: #393c3f;
}
#OneTeam .HeadWrp .SecIcon .svg-elem-38 {
  fill: rgba(0, 0, 0, 0);
  -webkit-transition: fill 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 4.5s;
  transition: fill 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 4.5s;
}
#OneTeam .HeadWrp .SecIcon.aos-animate .svg-elem-38 {
  fill: #393c3f;
}
#OneTeam .HeadWrp .SecIcon .svg-elem-39 {
  fill: rgba(0, 0, 0, 0);
  -webkit-transition: fill 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 4.6s;
  transition: fill 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 4.6s;
}
#OneTeam .HeadWrp .SecIcon.aos-animate .svg-elem-39 {
  fill: #393c3f;
}
#OneTeam .HeadWrp .SecIcon .svg-elem-40 {
  fill: rgba(0, 0, 0, 0);
  -webkit-transition: fill 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 4.7s;
  transition: fill 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 4.7s;
}
#OneTeam .HeadWrp .SecIcon.aos-animate .svg-elem-40 {
  fill: #393c3f;
}
#OneTeam .HeadWrp .SecIcon .svg-elem-41 {
  fill: rgba(0, 0, 0, 0);
  -webkit-transition: fill 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 4.8s;
  transition: fill 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 4.8s;
}
#OneTeam .HeadWrp .SecIcon.aos-animate .svg-elem-41 {
  fill: #393c3f;
}
#OneTeam .HeadWrp .SecIcon .svg-elem-42 {
  fill: rgba(0, 0, 0, 0);
  -webkit-transition: fill 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 4.9s;
  transition: fill 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 4.9s;
}
#OneTeam .HeadWrp .SecIcon.aos-animate .svg-elem-42 {
  fill: #393c3f;
}
#OneTeam .HeadWrp .SecIcon .svg-elem-43 {
  fill: rgba(0, 0, 0, 0);
  -webkit-transition: fill 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 5s;
  transition: fill 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 5s;
}
#OneTeam .HeadWrp .SecIcon.aos-animate .svg-elem-43 {
  fill: #393c3f;
}
#OneTeam .HeadWrp .MainHead {
  margin-top: 15px;
  margin-bottom: 0px;
  padding-left: 15px;
  width: calc(100% - 75px);
}
@media only screen and (min-width: 576px) {
  #OneTeam .HeadWrp .MainHead {
    padding-left: 35px;
    width: calc(100% - 115px);
  }
}
@media only screen and (min-width: 1200px) {
  #OneTeam .HeadWrp .MainHead {
    padding-left: 50px;
    width: calc(100% - 157px);
  }
}
#OneTeam .HeadWrp .MainHead .Head span {
  color: #78a62a;
}
#OneTeam .HeadWrp .SecInfo {
  max-width: 620px;
}
#OneTeam .HeadWrp .SecInfo svg {
  stroke: #78a62a;
}
#OneTeam .PricipalMsgBox {
  background-color: #fff;
  box-shadow: 0px 0px 49px 0px rgba(1, 16, 69, 0.15);
  position: relative;
  border-radius: 30px;
  padding: 45px 20px 55px;
}
@media only screen and (min-width: 468px) {
  #OneTeam .PricipalMsgBox {
    padding: 50px 30px 55px;
  }
}
@media only screen and (min-width: 576px) {
  #OneTeam .PricipalMsgBox {
    border-radius: 50px;
    padding: 65px 55px 50px;
  }
}
@media only screen and (min-width: 1551px) {
  #OneTeam .PricipalMsgBox {
    padding: 80px 70px 50px;
  }
}
#OneTeam .PricipalMsgBox #QtIcon {
  fill: #78a62a;
  position: absolute;
  width: 50px;
  top: -18px;
  left: 30 px;
}
@media only screen and (min-width: 576px) {
  #OneTeam .PricipalMsgBox #QtIcon {
    width: 65px;
    top: -23px;
    left: 55px;
  }
}
@media only screen and (min-width: 1551px) {
  #OneTeam .PricipalMsgBox #QtIcon {
    left: 70px;
  }
}
#OneTeam .PricipalMsgBox .Row {
  margin: -15px 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media only screen and (min-width: 992px) {
  #OneTeam .PricipalMsgBox .Row {
    margin: 0 -40px;
  }
}
@media only screen and (min-width: 1551px) {
  #OneTeam .PricipalMsgBox .Row {
    margin: 0 -62.5px;
  }
}
#OneTeam .PricipalMsgBox .Row > * {
  width: 100%;
  padding: 15px 0;
}
@media only screen and (min-width: 992px) {
  #OneTeam .PricipalMsgBox .Row > * {
    padding: 0 40px;
    width: 50%;
  }
}
@media only screen and (min-width: 1551px) {
  #OneTeam .PricipalMsgBox .Row > * {
    padding: 0 62.5px;
  }
}
#OneTeam .PricipalMsgBox .Row .MsgBox .Title {
  font-family: "Canela";
  color: #2e2e2d;
  margin-bottom: 25px;
  font-size: 28px;
  line-height: 32px;
}
#OneTeam .PricipalMsgBox .Row .MsgBox .Title br {
  display: none;
}
@media only screen and (min-width: 468px) {
  #OneTeam .PricipalMsgBox .Row .MsgBox .Title {
    font-size: 32px;
    line-height: 36px;
  }
  #OneTeam .PricipalMsgBox .Row .MsgBox .Title br {
    display: block;
  }
}
@media only screen and (min-width: 576px) {
  #OneTeam .PricipalMsgBox .Row .MsgBox .Title {
    font-size: 34px;
    line-height: 38px;
  }
}
@media only screen and (min-width: 768px) {
  #OneTeam .PricipalMsgBox .Row .MsgBox .Title {
    font-size: 38px;
    line-height: 46px;
  }
}
@media only screen and (min-width: 1551px) {
  #OneTeam .PricipalMsgBox .Row .MsgBox .Title {
    font-size: 45px;
    line-height: 50px;
  }
}
#OneTeam .PricipalMsgBox .Row .MsgBox .Title span {
  color: #a4a4a4;
}
#OneTeam .PricipalMsgBox .Row .MsgBox p {
  color: #4b4c4c;
  font-style: italic;
}
@media only screen and (min-width: 1551px) {
  #OneTeam .PricipalMsgBox .Row .MsgBox p {
    font-size: 18px;
    line-height: 30px;
  }
}
#OneTeam .PricipalMsgBox .Row .MsgBox a {
  color: #c08e2c;
  font-style: italic;
  font-size: 13px;
}
@media only screen and (min-width: 468px) {
  #OneTeam .PricipalMsgBox .Row .MsgBox a {
    font-size: 14px;
  }
}
@media only screen and (min-width: 768px) {
  #OneTeam .PricipalMsgBox .Row .MsgBox a {
    font-size: 16px;
  }
}
@media only screen and (min-width: 1551px) {
  #OneTeam .PricipalMsgBox .Row .MsgBox a {
    font-size: 18px;
  }
}
#OneTeam .PricipalMsgBox .Row .ProfileWrp {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 1200px) and (min-width: 992px) {
  #OneTeam .PricipalMsgBox .Row .ProfileWrp {
    padding: 0;
  }
}
#OneTeam .PricipalMsgBox .Row .ProfileWrp .profile {
  text-align: center;
  width: 100%;
  padding: 0 5px;
}
@media only screen and (min-width: 468px) {
  #OneTeam .PricipalMsgBox .Row .ProfileWrp .profile {
    padding: 0 15px;
  }
}
@media only screen and (min-width: 576px) {
  #OneTeam .PricipalMsgBox .Row .ProfileWrp .profile {
    padding: 0 20px;
  }
}
@media only screen and (min-width: 1551px) {
  #OneTeam .PricipalMsgBox .Row .ProfileWrp .profile {
    padding: 0 30px;
  }
}
#OneTeam .PricipalMsgBox .Row .ProfileWrp .profile .ImgBox {
  background-color: #e2e2e2;
  overflow: hidden;
  margin: auto;
  border-radius: 50%;
  width: 125px;
  height: 125px;
}
@media only screen and (min-width: 468px) {
  #OneTeam .PricipalMsgBox .Row .ProfileWrp .profile .ImgBox {
    width: 150px;
    height: 150px;
  }
}
@media only screen and (min-width: 768px) {
  #OneTeam .PricipalMsgBox .Row .ProfileWrp .profile .ImgBox {
    width: 180px;
    height: 180px;
  }
}
@media only screen and (min-width: 1551px) {
  #OneTeam .PricipalMsgBox .Row .ProfileWrp .profile .ImgBox {
    width: 215px;
    height: 215px;
  }
}
#OneTeam .PricipalMsgBox .Row .ProfileWrp .profile .ImgBox img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#OneTeam .PricipalMsgBox .Row .ProfileWrp .profile .ProInfo {
  padding-top: 15px;
}
@media only screen and (min-width: 768px) {
  #OneTeam .PricipalMsgBox .Row .ProfileWrp .profile .ProInfo {
    padding-top: 20px;
  }
}
#OneTeam .PricipalMsgBox .Row .ProfileWrp .profile .ProInfo .Name {
  font-weight: 600;
  color: #191a1a;
  margin-bottom: 5px;
  font-size: 14px;
}
@media only screen and (min-width: 468px) {
  #OneTeam .PricipalMsgBox .Row .ProfileWrp .profile .ProInfo .Name {
    font-size: 16px;
  }
}
@media only screen and (min-width: 576px) {
  #OneTeam .PricipalMsgBox .Row .ProfileWrp .profile .ProInfo .Name {
    font-size: 17px;
  }
}
@media only screen and (min-width: 1551px) {
  #OneTeam .PricipalMsgBox .Row .ProfileWrp .profile .ProInfo .Name {
    font-size: 20px;
    margin-bottom: 10px;
  }
}
#OneTeam .PricipalMsgBox .Row .ProfileWrp .profile .ProInfo .Designation {
  font-style: italic;
  color: #4b4c4c;
  font-size: 11px;
}
@media only screen and (min-width: 468px) {
  #OneTeam .PricipalMsgBox .Row .ProfileWrp .profile .ProInfo .Designation {
    font-size: 13px;
  }
}
@media only screen and (min-width: 1551px) {
  #OneTeam .PricipalMsgBox .Row .ProfileWrp .profile .ProInfo .Designation {
    font-size: 16px;
  }
}
#OneTeam .PricipalMsgBox .GrtTeachers {
  border-radius: 50%;
  background-color: #78a62a;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  border: 5px solid #f4ffe2;
  width: 90px;
  height: 90px;
  font-size: 12px;
  bottom: -50px;
}
@media only screen and (min-width: 468px) {
  #OneTeam .PricipalMsgBox .GrtTeachers {
    width: 105px;
    height: 105px;
    font-size: 13px;
    bottom: -52px;
  }
}
@media only screen and (min-width: 576px) {
  #OneTeam .PricipalMsgBox .GrtTeachers {
    border: 8px solid #f4ffe2;
    width: 125px;
    height: 125px;
    font-size: 14px;
    bottom: -65px;
  }
}
@media only screen and (min-width: 1551px) {
  #OneTeam .PricipalMsgBox .GrtTeachers {
    width: 154px;
    height: 154px;
    font-size: 20px;
    bottom: -77px;
  }
}
#OneTeam .PricipalMsgBox .GrtTeachers svg {
  width: 4px;
  margin-top: 8px;
}
@media only screen and (min-width: 468px) {
  #OneTeam .PricipalMsgBox .GrtTeachers svg {
    width: 6px;
    margin-top: 12px;
  }
}
#OurCare {
  position: relative;
  padding: 40px 0 45px;
}
@media only screen and (min-width: 468px) {
  #OurCare {
    padding: 60px 0 55px;
  }
}
@media only screen and (min-width: 992px) {
  #OurCare {
    padding: 75px 0 95px;
  }
}
#OurCare .FloatIcons {
  pointer-events: none;
}
#OurCare .FloatIcons #Heart1 {
  position: absolute;
  opacity: 0.2;
  animation: animateHeart 5.2s infinite;
  right: 6%;
  top: 33px;
  width: 210px;
}
@media only screen and (min-width: 468px) {
  #OurCare .FloatIcons #Heart1 {
    right: auto;
    left: 6%;
    top: 10px;
    width: 225px;
  }
}
@media only screen and (min-width: 992px) {
  #OurCare .FloatIcons #Heart1 {
    width: 335px;
  }
}
@media only screen and (min-width: 992px) {
  #OurCare .FloatIcons #Heart1 {
    width: 425px;
  }
}
@media only screen and (min-width: 1551px) {
  #OurCare .FloatIcons #Heart1 {
    width: 485px;
    left: 325px;
    top: 40px;
  }
}
#OurCare .FloatIcons #Heart1 .st0 {
  opacity: 0.19;
}
#OurCare .FloatIcons #Heart1 .st1 {
  clip-path: url(#SVGID_00000002384823234133848820000011031990726092455082_);
  fill: #ec008c;
}
#OurCare .FloatIcons #PlusIcon1 {
  fill: #fabce0;
  position: absolute;
  top: 30px;
  left: 55px;
  -webkit-animation: scale-upOne 10s linear infinite;
  -moz-animation: scale-upOne 10s linear infinite;
  -ms-animation: scale-upOne 10s linear infinite;
  -o-animation: scale-upOne 10s linear infinite;
  animation: scale-upOne 10s linear infinite;
  width: 14px;
  height: 14px;
}
@media only screen and (min-width: 1200px) {
  #OurCare .FloatIcons #PlusIcon1 {
    width: 21px;
    height: 21px;
  }
}
#OurCare .FloatIcons #PlusIcon2 {
  width: 14px;
  height: 14px;
  fill: #fabce0;
  position: absolute;
  top: 29%;
  right: 15px;
  -webkit-animation: rotating 15s linear infinite;
  -moz-animation: rotating 15s linear infinite;
  -ms-animation: rotating 15s linear infinite;
  -o-animation: rotating 15s linear infinite;
  animation: rotating 15s linear infinite;
}
@media only screen and (min-width: 1200px) {
  #OurCare .FloatIcons #PlusIcon2 {
    width: 21px;
    height: 21px;
  }
}
#OurCare .FloatIcons #Heart2 {
  position: absolute;
  bottom: 208px;
  right: -20px;
  animation: animateHeart 5.2s infinite;
  width: 50px;
  height: 50px;
  z-index: 1;
}
@media only screen and (min-width: 468px) {
  #OurCare .FloatIcons #Heart2 {
    width: 92px;
    height: 92px;
  }
}
#OurCare .FloatIcons #Heart2 .st0 {
  opacity: 0.19;
}
#OurCare .FloatIcons #Heart2 .st1 {
  clip-path: url(#SVGID_00000113321814061438816560000006757950384076775306_);
  fill: #ec008c;
}
#OurCare .FloatIcons #Heart2 .st2 {
  fill: none;
  stroke: #393c3f;
  stroke-width: 6.68;
  stroke-miterlimit: 10;
}
#OurCare .FloatIcons #RoundIco1 {
  position: absolute;
  z-index: 1;
  bottom: 0;
  right: 38%;
  opacity: 0.5;
  -webkit-animation: animationFramesOne 15s linear infinite;
  -moz-animation: animationFramesOne 15s linear infinite;
  -ms-animation: animationFramesOne 15s linear infinite;
  -o-animation: animationFramesOne 15s linear infinite;
  animation: animationFramesUp 15s linear infinite;
  width: 20px;
  height: 20px;
  z-index: 2;
}
@media only screen and (min-width: 468px) {
  #OurCare .FloatIcons #RoundIco1 {
    width: 28px;
    height: 28px;
  }
}
@media only screen and (min-width: 1200px) {
  #OurCare .FloatIcons #RoundIco1 {
    width: 36px;
    height: 36px;
  }
}
#OurCare .FloatIcons #RoundIco1 .st0 {
  fill: #fbcfe9;
}
#OurCare .FloatIcons #RoundIco1 .st1 {
  fill: #393c3f;
}
#OurCare .FloatIcons #RoundIco2 {
  position: absolute;
  bottom: 65px;
  left: -9px;
  -webkit-animation: jump 3s linear infinite;
  -moz-animation: jump 3s linear infinite;
  -ms-animation: jump 3s linear infinite;
  -o-animation: jump 3s linear infinite;
  animation: jump 3s linear infinite;
  width: 20px;
  height: 20px;
  z-index: 2;
}
@media only screen and (min-width: 468px) {
  #OurCare .FloatIcons #RoundIco2 {
    width: 28px;
    height: 28px;
  }
}
@media only screen and (min-width: 1200px) {
  #OurCare .FloatIcons #RoundIco2 {
    width: 36px;
    height: 36px;
  }
}
#OurCare .FloatIcons #RoundIco2 .st0 {
  fill: #fbcfe9;
}
#OurCare .FloatIcons #RoundIco2 .st1 {
  fill: #393c3f;
}
#OurCare .HeadWrp {
  margin-bottom: 30px;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
@media only screen and (min-width: 468px) {
  #OurCare .HeadWrp {
    flex-wrap: nowrap;
    margin-bottom: 55px;
    align-items: center;
    justify-content: space-between;
  }
}
@media only screen and (min-width: 1551px) {
  #OurCare .HeadWrp {
    margin-bottom: 60px;
  }
}
#OurCare .HeadWrp .SecIcon {
  width: 75px;
  order: 0;
}
@media only screen and (min-width: 576px) {
  #OurCare .HeadWrp .SecIcon {
    order: 1;
    margin-right: 40px;
    width: 130px;
  }
}
@media only screen and (min-width: 768px) {
  #OurCare .HeadWrp .SecIcon {
    width: 160px;
  }
}
@media only screen and (min-width: 1200px) {
  #OurCare .HeadWrp .SecIcon {
    width: 190px;
    margin-right: 60px;
  }
}
#OurCare .HeadWrp .SecIcon .svg-elem-1 {
  fill: rgba(0, 0, 0, 0);
  -webkit-transition: fill 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 0.8s;
  transition: fill 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 0.8s;
}
#OurCare .HeadWrp .SecIcon.aos-animate .svg-elem-1 {
  fill: #000;
}
#OurCare .HeadWrp .SecIcon .svg-elem-2 {
  fill: rgba(0, 0, 0, 0);
  -webkit-transition: fill 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 0.9s;
  transition: fill 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 0.9s;
}
#OurCare .HeadWrp .SecIcon.aos-animate .svg-elem-2 {
  fill: #fbcfe9;
}
#OurCare .HeadWrp .SecIcon .svg-elem-3 {
  fill: rgba(0, 0, 0, 0);
  -webkit-transition: fill 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 1s;
  transition: fill 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 1s;
}
#OurCare .HeadWrp .SecIcon.aos-animate .svg-elem-3 {
  fill: #000;
}
#OurCare .HeadWrp .SecIcon .svg-elem-4 {
  fill: rgba(0, 0, 0, 0);
  -webkit-transition: fill 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 1.1s;
  transition: fill 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 1.1s;
}
#OurCare .HeadWrp .SecIcon.aos-animate .svg-elem-4 {
  fill: #fbcfe9;
}
#OurCare .HeadWrp .SecIcon .svg-elem-5 {
  fill: rgba(0, 0, 0, 0);
  -webkit-transition: fill 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 1.2s;
  transition: fill 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 1.2s;
}
#OurCare .HeadWrp .SecIcon.aos-animate .svg-elem-5 {
  fill: #fff;
}
#OurCare .HeadWrp .SecIcon .svg-elem-6 {
  fill: rgba(0, 0, 0, 0);
  -webkit-transition: fill 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 1.3s;
  transition: fill 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 1.3s;
}
#OurCare .HeadWrp .SecIcon.aos-animate .svg-elem-6 {
  fill: #393c3f;
}
#OurCare .HeadWrp .SecIcon .svg-elem-7 {
  fill: rgba(0, 0, 0, 0);
  -webkit-transition: fill 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 1.4s;
  transition: fill 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 1.4s;
}
#OurCare .HeadWrp .SecIcon.aos-animate .svg-elem-7 {
  fill: #fff;
}
#OurCare .HeadWrp .SecIcon .svg-elem-8 {
  fill: rgba(0, 0, 0, 0);
  -webkit-transition: fill 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 1.5s;
  transition: fill 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 1.5s;
}
#OurCare .HeadWrp .SecIcon.aos-animate .svg-elem-8 {
  fill: #393c3f;
}
#OurCare .HeadWrp .SecIcon .svg-elem-9 {
  fill: rgba(0, 0, 0, 0);
  -webkit-transition: fill 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 1.6s;
  transition: fill 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 1.6s;
}
#OurCare .HeadWrp .SecIcon.aos-animate .svg-elem-9 {
  fill: #393c3f;
}
#OurCare .HeadWrp .SecIcon .svg-elem-10 {
  fill: rgba(0, 0, 0, 0);
  -webkit-transition: fill 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 1.7s;
  transition: fill 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 1.7s;
}
#OurCare .HeadWrp .SecIcon.aos-animate .svg-elem-10 {
  fill: #393c3f;
}
#OurCare .HeadWrp .SecIcon .svg-elem-11 {
  fill: rgba(0, 0, 0, 0);
  -webkit-transition: fill 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 1.8s;
  transition: fill 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 1.8s;
}
#OurCare .HeadWrp .SecIcon.aos-animate .svg-elem-11 {
  fill: #393c3f;
}
#OurCare .HeadWrp .SecIcon .svg-elem-12 {
  fill: rgba(0, 0, 0, 0);
  -webkit-transition: fill 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 1.9s;
  transition: fill 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 1.9s;
}
#OurCare .HeadWrp .SecIcon.aos-animate .svg-elem-12 {
  fill: #393c3f;
}
#OurCare .HeadWrp .SecIcon .svg-elem-13 {
  fill: rgba(0, 0, 0, 0);
  -webkit-transition: fill 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 2s;
  transition: fill 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 2s;
}
#OurCare .HeadWrp .SecIcon.aos-animate .svg-elem-13 {
  fill: #393c3f;
}
#OurCare .HeadWrp .SecIcon .svg-elem-14 {
  fill: rgba(0, 0, 0, 0);
  -webkit-transition: fill 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 2.1s;
  transition: fill 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 2.1s;
}
#OurCare .HeadWrp .SecIcon.aos-animate .svg-elem-14 {
  fill: #fbcfe9;
}
#OurCare .HeadWrp .SecIcon .svg-elem-15 {
  fill: rgba(0, 0, 0, 0);
  -webkit-transition: fill 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 2.2s;
  transition: fill 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 2.2s;
}
#OurCare .HeadWrp .SecIcon.aos-animate .svg-elem-15 {
  fill: #000;
}
#OurCare .HeadWrp .SecIcon .svg-elem-16 {
  fill: rgba(0, 0, 0, 0);
  -webkit-transition: fill 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 2.3s;
  transition: fill 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 2.3s;
}
#OurCare .HeadWrp .SecIcon.aos-animate .svg-elem-16 {
  fill: #fbcfe9;
}
#OurCare .HeadWrp .SecIcon .svg-elem-17 {
  fill: rgba(0, 0, 0, 0);
  -webkit-transition: fill 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 2.4s;
  transition: fill 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 2.4s;
}
#OurCare .HeadWrp .SecIcon.aos-animate .svg-elem-17 {
  fill: #fbcfe9;
}
#OurCare .HeadWrp .SecIcon .svg-elem-18 {
  fill: rgba(0, 0, 0, 0);
  -webkit-transition: fill 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 2.5s;
  transition: fill 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 2.5s;
}
#OurCare .HeadWrp .SecIcon.aos-animate .svg-elem-18 {
  fill: #000;
}
#OurCare .HeadWrp .SecIcon .svg-elem-19 {
  fill: rgba(0, 0, 0, 0);
  -webkit-transition: fill 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 2.6s;
  transition: fill 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 2.6s;
}
#OurCare .HeadWrp .SecIcon.aos-animate .svg-elem-19 {
  fill: #fbcfe9;
}
#OurCare .HeadWrp .SecIcon .svg-elem-20 {
  fill: rgba(0, 0, 0, 0);
  -webkit-transition: fill 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 2.7s;
  transition: fill 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 2.7s;
}
#OurCare .HeadWrp .SecIcon.aos-animate .svg-elem-20 {
  fill: #393c3f;
}
#OurCare .HeadWrp .SecIcon .svg-elem-21 {
  fill: rgba(0, 0, 0, 0);
  -webkit-transition: fill 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 2.8s;
  transition: fill 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 2.8s;
}
#OurCare .HeadWrp .SecIcon.aos-animate .svg-elem-21 {
  fill: #000;
}
#OurCare .HeadWrp .SecIcon .svg-elem-22 {
  fill: rgba(0, 0, 0, 0);
  -webkit-transition: fill 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 2.9s;
  transition: fill 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 2.9s;
}
#OurCare .HeadWrp .SecIcon.aos-animate .svg-elem-22 {
  fill: #fbcfe9;
}
#OurCare .HeadWrp .SecIcon .svg-elem-23 {
  fill: rgba(0, 0, 0, 0);
  -webkit-transition: fill 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 3s;
  transition: fill 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 3s;
}
#OurCare .HeadWrp .SecIcon.aos-animate .svg-elem-23 {
  fill: #393c3f;
}
#OurCare .HeadWrp .MainHead {
  margin-bottom: 0px;
  padding-left: 15px;
  margin-top: 15px;
  order: 1;
  width: calc(100% - 75px);
}
@media only screen and (min-width: 468px) {
  #OurCare .HeadWrp .MainHead {
    order: 0;
    margin-top: 0px;
    width: calc(100% - 115px);
    padding-left: 0px;
  }
}
@media only screen and (min-width: 576px) {
  #OurCare .HeadWrp .MainHead {
    padding-right: 30px;
    width: calc(100% - 130px);
  }
}
@media only screen and (min-width: 768px) {
  #OurCare .HeadWrp .MainHead {
    width: calc(100% - 160px);
  }
}
@media only screen and (min-width: 1200px) {
  #OurCare .HeadWrp .MainHead {
    width: calc(100% - 190px);
  }
}
#OurCare .HeadWrp .MainHead .Head span {
  color: #ec008c;
}
#OurCare .HeadWrp .SecInfo {
  max-width: 745px;
}
#OurCare .HeadWrp .SecInfo br {
  display: none;
}
@media only screen and (min-width: 992px) {
  #OurCare .HeadWrp .SecInfo br {
    display: block;
  }
}
#OurCare .HeadWrp .SecInfo svg {
  stroke: #ec008c;
}
#OurCare .SliderFlex .ThumbSlide .splide__slide {
  padding: 0px;
}
@media only screen and (min-width: 468px) {
  #OurCare .SliderFlex .ThumbSlide .splide__slide {
    padding: 0 20px;
  }
}
@media only screen and (min-width: 992px) {
  #OurCare .SliderFlex .ThumbSlide .splide__slide {
    padding: 20px 0;
  }
}
#OurCare .SliderFlex .ThumbSlide .splide__slide:not(:last-of-type)::before {
  background-color: #c7c7c8;
}
#OurCare .SliderFlex .ThumbSlide .splide__slide:not(:last-of-type)::after {
  background-color: #ec008c;
}
#OurCare .SliderFlex .ThumbSlide .splide__slide .Dot span {
  background-color: #ec008c;
}
#OurCare .SliderFlex .ThumbSlide .splide__slide.is-active .title {
  color: #ec008c;
}
#OurCare .SliderFlex .MainSlide .splide__slide .MobTitle {
  background: #ec008c;
}
#OurCare .SliderFlex .MainSlide .ViewMore {
  background-color: #ec008c;
}
#OurCare .SliderFlex .MainSlide .ViewMore.show {
  background: rgba(236, 0, 140, 0.85);
}
#OurCare .SliderFlex .MainSlide .SlideBox .CntnBox {
  background: rgba(236, 0, 140, 0.85);
}
#OurFacilities {
  padding: 40px 0 45px;
}
@media only screen and (min-width: 468px) {
  #OurFacilities {
    padding: 60px 0 55px;
  }
}
@media only screen and (min-width: 992px) {
  #OurFacilities {
    padding: 95px 0 75px;
  }
}
@media only screen and (min-width: 768px) {
  #OurFacilities .MainHead {
    padding-left: 17%;
  }
}
@media only screen and (min-width: 1551px) {
  #OurFacilities .MainHead {
    padding-left: 225px;
  }
}
#OurFacilities .MainHead .Head span {
  color: #18c5d0;
}
#OurFacilities .MainHead .SecInfo {
  max-width: 580px;
}
#OurFacilities .MainHead .SecInfo svg {
  stroke: #18c5d0;
}
#OurFacilities .Box {
  text-align: center;
  transition: transform 400ms;
  transform: scale(0.5);
  transform-origin: center center;
}
#OurFacilities .Box .ImgBox {
  border-radius: 50%;
  background-color: #c7c7c8;
  overflow: hidden;
  margin-bottom: 15px;
  width: 265px;
  height: 265px;
  border: 5px solid #fff;
}
@media only screen and (min-width: 468px) {
  #OurFacilities .Box .ImgBox {
    width: 250px;
    height: 250px;
    margin-bottom: 25px;
  }
}
@media only screen and (min-width: 768px) {
  #OurFacilities .Box .ImgBox {
    width: 275px;
    height: 275px;
  }
}
@media only screen and (min-width: 992px) {
  #OurFacilities .Box .ImgBox {
    width: 330px;
    height: 330px;
  }
}
@media only screen and (min-width: 1551px) {
  #OurFacilities .Box .ImgBox {
    width: 509px;
    height: 509px;
  }
}
#OurFacilities .Box .ImgBox img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#OurFacilities .Box .Title {
  font-family: "Canela";
  color: #464646;
  transition: all 400ms;
  font-size: 20px;
}
@media only screen and (min-width: 468px) {
  #OurFacilities .Box .Title {
    font-size: 24px;
  }
}
@media only screen and (min-width: 576px) {
  #OurFacilities .Box .Title {
    font-size: 26px;
  }
}
@media only screen and (min-width: 992px) {
  #OurFacilities .Box .Title {
    font-size: 28px;
  }
}
@media only screen and (min-width: 1551px) {
  #OurFacilities .Box .Title {
    font-size: 30px;
  }
}
#OurFacilities .splide__track {
  overflow: visible;
}
@media only screen and (min-width: 1200px) {
  #OurFacilities .splide__track {
    overflow: hidden;
  }
}
#OurFacilities .splide__slide {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 0;
}
#OurFacilities .splide__slide.is-active.is-visible {
  z-index: 1;
}
#OurFacilities .splide__slide.is-active .Box {
  transform: scale(1);
}
#OurFacilities .splide__arrows .splide__arrow {
  border: none;
  background: #fff;
}
@media only screen and (min-width: 468px) {
  #OurFacilities .splide__arrows .splide__arrow {
    top: 46%;
  }
}
@media only screen and (min-width: 768px) {
  #OurFacilities .splide__arrows .splide__arrow {
    background: none;
  }
}
#OurFacilities .splide__arrows .splide__arrow svg {
  stroke: #000;
  stroke-width: 3px;
}
@media only screen and (min-width: 768px) {
  #OurFacilities .splide__arrows .splide__arrow svg {
    width: 18px;
    height: 81px;
    stroke-width: 2px;
    stroke: #cacaca;
  }
}
#OurFacilities .splide__arrows .splide__arrow.splide__arrow--prev {
  left: -10px;
}
@media only screen and (min-width: 768px) {
  #OurFacilities .splide__arrows .splide__arrow.splide__arrow--prev {
    left: -40px;
  }
}
#OurFacilities .splide__arrows .splide__arrow.splide__arrow--prev svg {
  transform: rotate(0deg);
}
#OurFacilities .splide__arrows .splide__arrow.splide__arrow--next {
  right: -10px;
}
@media only screen and (min-width: 768px) {
  #OurFacilities .splide__arrows .splide__arrow.splide__arrow--next {
    right: -40px;
  }
}
#OurFacilities .splide__arrows .splide__arrow.splide__arrow--next svg {
  transform: rotate(180deg);
}
#OurGallery {
  padding: 40px 0 45px;
}
@media only screen and (min-width: 468px) {
  #OurGallery {
    padding: 50px 0 75px;
  }
}
@media only screen and (min-width: 992px) {
  #OurGallery {
    padding: 75px 0 125px;
  }
}
@media only screen and (min-width: 768px) {
  #OurGallery .MainHead {
    padding-left: 20%;
  }
}
@media only screen and (min-width: 1551px) {
  #OurGallery .MainHead {
    padding-left: 325px;
  }
}
#OurGallery .MainHead span {
  color: #eca100;
}
#OurGallery .SecInfo {
  max-width: 675px;
}
#OurGallery .SecInfo svg {
  stroke: #eca100;
}
#OurGallery .GalleryGrid {
  display: flex;
  align-content: center;
  justify-content: center;
  flex-wrap: wrap;
  margin: -5px;
}
#OurGallery .GalleryGrid .GridBox {
  margin: -5px;
  padding: 5px;
  width: 100%;
}
@media only screen and (min-width: 576px) {
  #OurGallery .GalleryGrid .GridBox {
    width: 14.2857142857%;
  }
}
#OurGallery .GalleryGrid .GridBox .Grid {
  padding: 5px;
  display: flex;
  opacity: 1;
}
#OurGallery .GalleryGrid .GridBox .Grid .ImgBox {
  border-radius: 5px;
  background-color: #9da19d;
  width: 100%;
  overflow: hidden;
  display: block;
  height: 120px;
}
@media only screen and (min-width: 576px) {
  #OurGallery .GalleryGrid .GridBox .Grid .ImgBox {
    height: 75px;
  }
}
@media only screen and (min-width: 768px) {
  #OurGallery .GalleryGrid .GridBox .Grid .ImgBox {
    height: 135px;
  }
}
@media only screen and (min-width: 992px) {
  #OurGallery .GalleryGrid .GridBox .Grid .ImgBox {
    height: 160px;
  }
}
@media only screen and (min-width: 1551px) {
  #OurGallery .GalleryGrid .GridBox .Grid .ImgBox {
    height: 190px;
  }
}
#OurGallery .GalleryGrid .GridBox .Grid .ImgBox img {
  transition: transform 0.8s;
  transform-origin: center center;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#OurGallery .GalleryGrid .GridBox .Grid .Block {
  border-radius: 5px;
  background-color: #eca100;
  width: 25px;
  height: 25px;
}
@media only screen and (min-width: 768px) {
  #OurGallery .GalleryGrid .GridBox .Grid .Block {
    width: 39px;
    height: 39px;
  }
}
@media only screen and (min-width: 576px) {
  #OurGallery .GalleryGrid .GridBox .Grid:nth-child(2) .ImgBox {
    height: 100px;
  }
}
@media only screen and (min-width: 768px) {
  #OurGallery .GalleryGrid .GridBox .Grid:nth-child(2) .ImgBox {
    height: 145px;
  }
}
@media only screen and (min-width: 1551px) {
  #OurGallery .GalleryGrid .GridBox .Grid:nth-child(2) .ImgBox {
    height: 170px;
  }
}
#OurGallery .GalleryGrid .GridBox .Grid:hover .ImgBox img {
  transform: scale(1.1);
}
@media only screen and (max-width: 576px) {
  #OurGallery .GalleryGrid .GridBox:nth-child(1) {
    display: grid;
    grid-template-columns: minmax(105px, auto) 35px;
  }
}
@media only screen and (min-width: 576px) {
  #OurGallery .GalleryGrid .GridBox:nth-child(1) {
    margin-top: 37px;
  }
}
@media only screen and (min-width: 1551px) {
  #OurGallery .GalleryGrid .GridBox:nth-child(1) {
    margin-top: 48px;
  }
}
#OurGallery .GalleryGrid .GridBox:nth-child(1) .Grid {
  justify-content: flex-end;
}
@media only screen and (min-width: 576px) {
  #OurGallery .GalleryGrid .GridBox:nth-child(1) .Grid .ImgBox {
    height: 100px;
  }
}
@media only screen and (min-width: 768px) {
  #OurGallery .GalleryGrid .GridBox:nth-child(1) .Grid .ImgBox {
    height: 140px;
  }
}
@media only screen and (min-width: 1551px) {
  #OurGallery .GalleryGrid .GridBox:nth-child(1) .Grid .ImgBox {
    height: 170px;
  }
}
#OurGallery .GalleryGrid .GridBox:nth-child(1) .Grid .Block {
  background-color: #011045;
}
@media only screen and (max-width: 576px) {
  #OurGallery .GalleryGrid .GridBox:nth-child(2) {
    display: grid;
    grid-template-columns: minmax(10%, 1fr) 2fr;
  }
}
@media only screen and (max-width: 576px) {
  #OurGallery .GalleryGrid .GridBox:nth-child(3) {
    display: grid;
    grid-template-columns: minmax(170px, auto) 1fr 35px;
  }
}
@media only screen and (min-width: 576px) {
  #OurGallery .GalleryGrid .GridBox:nth-child(3) {
    margin-top: 30px;
  }
}
@media only screen and (min-width: 768px) {
  #OurGallery .GalleryGrid .GridBox:nth-child(3) {
    margin-top: 37px;
  }
}
@media only screen and (min-width: 1551px) {
  #OurGallery .GalleryGrid .GridBox:nth-child(3) {
    margin-top: 48px;
  }
}
#OurGallery .GalleryGrid .GridBox:nth-child(3) .Grid {
  justify-content: flex-end;
}
#OurGallery .GalleryGrid .GridBox:nth-child(3) .Grid .Block {
  width: 25px;
  height: 25px;
}
@media only screen and (min-width: 768px) {
  #OurGallery .GalleryGrid .GridBox:nth-child(3) .Grid .Block {
    width: 42px;
    height: 42px;
  }
}
@media only screen and (min-width: 1551px) {
  #OurGallery .GalleryGrid .GridBox:nth-child(3) .Grid .Block {
    width: 48px;
    height: 48px;
  }
}
@media only screen and (max-width: 576px) {
  #OurGallery .GalleryGrid .GridBox:nth-child(4) {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }
}
@media only screen and (min-width: 576px) {
  #OurGallery .GalleryGrid .GridBox:nth-child(4) .Grid .ImgBox {
    height: 85px;
  }
}
@media only screen and (min-width: 768px) {
  #OurGallery .GalleryGrid .GridBox:nth-child(4) .Grid .ImgBox {
    height: 130px;
  }
}
@media only screen and (min-width: 992px) {
  #OurGallery .GalleryGrid .GridBox:nth-child(4) .Grid .ImgBox {
    height: 150px;
  }
}
@media only screen and (min-width: 1551px) {
  #OurGallery .GalleryGrid .GridBox:nth-child(4) .Grid .ImgBox {
    height: 165px;
  }
}
@media only screen and (max-width: 576px) {
  #OurGallery .GalleryGrid .GridBox:nth-child(5) {
    display: grid;
    grid-template-columns: minmax(35px, auto) 1fr 170px;
  }
}
@media only screen and (min-width: 768px) {
  #OurGallery .GalleryGrid .GridBox:nth-child(5) .Grid:nth-child(2) .ImgBox {
    height: 160px;
  }
}
@media only screen and (min-width: 1551px) {
  #OurGallery .GalleryGrid .GridBox:nth-child(5) .Grid:nth-child(2) .ImgBox {
    height: 190px;
  }
}
#OurGallery .GalleryGrid .GridBox:nth-child(5) .Grid .Block {
  opacity: 0.502;
  width: 25px;
  height: 25px;
}
@media only screen and (min-width: 768px) {
  #OurGallery .GalleryGrid .GridBox:nth-child(5) .Grid .Block {
    width: 28px;
    height: 28px;
  }
}
@media only screen and (min-width: 1551px) {
  #OurGallery .GalleryGrid .GridBox:nth-child(5) .Grid .Block {
    width: 33px;
    height: 33px;
  }
}
@media only screen and (max-width: 576px) {
  #OurGallery .GalleryGrid .GridBox:nth-child(6) {
    display: grid;
    grid-template-columns: minmax(135px, 1fr) 125px;
  }
}
@media only screen and (max-width: 576px) {
  #OurGallery .GalleryGrid .GridBox:nth-child(7) {
    display: grid;
    grid-template-columns: minmax(105px, auto) 35px;
  }
}
@media only screen and (min-width: 576px) {
  #OurGallery .GalleryGrid .GridBox:nth-child(7) {
    margin-top: 37px;
  }
}
@media only screen and (min-width: 1551px) {
  #OurGallery .GalleryGrid .GridBox:nth-child(7) {
    margin-top: 48px;
  }
}
@media only screen and (min-width: 576px) {
  #OurGallery .GalleryGrid .GridBox:nth-child(7) .Grid .ImgBox {
    height: 100px;
  }
}
@media only screen and (min-width: 1551px) {
  #OurGallery .GalleryGrid .GridBox:nth-child(7) .Grid .ImgBox {
    height: 170px;
  }
}
#OurGallery .GalleryGrid .GridBox:nth-child(7) .Grid .Block {
  opacity: 0.502;
}
#MainSlider {
  position: relative;
}
#MainSlider::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 2;
  background: #000;
  background: -moz-linear-gradient(
    0deg,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.6) 100%
  );
  background: -webkit-linear-gradient(
    0deg,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.6) 100%
  );
  background: linear-gradient(
    0deg,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.6) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
  pointer-events: none;
  height: 90px;
}
@media only screen and (min-width: 468px) {
  #MainSlider::before {
    height: 95px;
  }
}
@media only screen and (min-width: 992px) {
  #MainSlider::before {
    height: 135px;
  }
}
@media only screen and (min-width: 1200px) {
  #MainSlider::before {
    height: 185px;
  }
}
#MainSlider .Relative {
  position: relative;
}
#MainSlider .carousel-item {
  align-items: center;
  display: flex;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: cover !important;
  height: 100vh;
  background: #000;
  max-height: 360px;
}
@media only screen and (min-width: 468px) {
  #MainSlider .carousel-item {
    max-height: 460px;
  }
}
@media only screen and (min-width: 992px) {
  #MainSlider .carousel-item {
    max-height: 100%;
  }
}
#MainSlider .carousel-item img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  opacity: 0.8;
}
#MainSlider .carousel-item .CarouselCaption {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  z-index: 1;
  bottom: 70px;
  max-width: 645px;
  padding: 0 15px;
}
@media only screen and (min-width: 468px) {
  #MainSlider .carousel-item .CarouselCaption {
    bottom: 100px;
  }
}
@media only screen and (min-width: 992px) {
  #MainSlider .carousel-item .CarouselCaption {
    max-width: 720px;
    bottom: 135px;
  }
}
@media only screen and (min-width: 1551px) {
  #MainSlider .carousel-item .CarouselCaption {
    max-width: 920px;
    bottom: 180px;
  }
}
#MainSlider .carousel-item .CarouselCaption .CTitle {
  font-family: "Canela";
  color: #fff;
  transition: all 0.3s;
  opacity: 0;
  transform: translateY(20px);
  font-size: 28px;
  line-height: 33px;
  margin-bottom: 15px;
}
@media only screen and (min-width: 468px) {
  #MainSlider .carousel-item .CarouselCaption .CTitle {
    font-size: 44px;
    line-height: 48px;
    margin-bottom: 25px;
  }
}
@media only screen and (min-width: 992px) {
  #MainSlider .carousel-item .CarouselCaption .CTitle {
    font-size: 48px;
    line-height: 52px;
  }
}
@media only screen and (min-width: 1551px) {
  #MainSlider .carousel-item .CarouselCaption .CTitle {
    font-size: 70px;
    line-height: 67px;
  }
}
#MainSlider .carousel-item .CarouselCaption .CInfo {
  font-weight: 300;
  color: #fff;
  transition: all 0.3s;
  opacity: 0;
  transition-delay: 0.3s;
  transform: translateY(20px);
  line-height: normal;
  font-size: 13px;
}
@media only screen and (min-width: 468px) {
  #MainSlider .carousel-item .CarouselCaption .CInfo {
    font-size: 16px;
  }
}
@media only screen and (min-width: 992px) {
  #MainSlider .carousel-item .CarouselCaption .CInfo {
    font-size: 18px;
  }
}
@media only screen and (min-width: 1551px) {
  #MainSlider .carousel-item .CarouselCaption .CInfo {
    font-size: 27px;
  }
}
#MainSlider .carousel-item.active .CTitle,
#MainSlider .carousel-item.active .CInfo {
  opacity: 1;
  transform: translateY(0px);
}
#MainSlider.InnerBanner::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 2;
  background: #000;
  background: -moz-linear-gradient(
    0deg,
    rgba(0, 0, 0, 0.6) 0%,
    rgba(0, 0, 0, 0) 100%
  );
  background: -webkit-linear-gradient(
    0deg,
    rgba(0, 0, 0, 0.6) 0%,
    rgba(0, 0, 0, 0) 100%
  );
  background: linear-gradient(
    0deg,
    rgba(0, 0, 0, 0.6) 0%,
    rgba(0, 0, 0, 0) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
  pointer-events: none;
  height: 90px;
}
@media only screen and (min-width: 468px) {
  #MainSlider.InnerBanner::after {
    height: 95px;
  }
}
@media only screen and (min-width: 992px) {
  #MainSlider.InnerBanner::after {
    height: 135px;
  }
}
@media only screen and (min-width: 1200px) {
  #MainSlider.InnerBanner::after {
    height: 185px;
  }
}
@media only screen and (min-width: 992px) {
  #MainSlider.InnerBanner .carousel-item {
    max-height: 450px;
  }
}
#MainSlider .carousel-indicators {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: 20px;
  margin: 0;
}
@media only screen and (min-width: 468px) {
  #MainSlider .carousel-indicators {
    bottom: 35px;
  }
}
@media only screen and (min-width: 992px) {
  #MainSlider .carousel-indicators {
    bottom: 50px;
  }
}
@media only screen and (min-width: 1551px) {
  #MainSlider .carousel-indicators {
    bottom: 65px;
  }
}
#MainSlider .carousel-indicators button {
  border-radius: 50%;
  background-color: #fff;
  width: 8px;
  height: 8px;
  transition: all 0.3s;
  border-radius: 50%;
  padding: 0;
  font-size: 0;
  text-indent: 0;
  margin: 0;
  border: none;
  opacity: 1;
}
#MainSlider .carousel-indicators button:not(:last-of-type) {
  margin-right: 20px;
}
@media only screen and (min-width: 468px) {
  #MainSlider .carousel-indicators button:not(:last-of-type) {
    margin-right: 35px;
  }
}
#MainSlider .carousel-indicators button.active {
  background: #bf9837;
}
#MainSlider .Affiliated {
  position: absolute;
  right: 25px;
  bottom: 30px;
  z-index: 1;
  max-width: 325px;
  display: none;
}
@media only screen and (min-width: 992px) {
  #MainSlider .Affiliated {
    display: block;
  }
}
@media only screen and (min-width: 1551px) {
  #MainSlider .Affiliated {
    max-width: 398px;
  }
}
#MainSlider .Affiliated ul {
  display: flex;
  align-items: center;
  margin: 0 -19px;
}
#MainSlider .Affiliated ul li {
  padding: 0 19px;
}
#MainSlider .OuterLinks {
  background: #bf9837;
  padding: 8px 0;
  display: block;
}
@media only screen and (min-width: 992px) {
  #MainSlider .OuterLinks {
    display: block;
    background: none;
    padding: 0;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%) rotate(-90deg);
    z-index: 1;
    left: -175px;
  }
}
@media only screen and (min-width: 1551px) {
  #MainSlider .OuterLinks {
    left: -195px;
  }
}
#MainSlider .OuterLinks ul {
  margin: 0 -20px;
  display: flex;
  align-content: center;
  justify-content: center;
}
#MainSlider .OuterLinks ul li {
  position: relative;
  padding: 0 8px;
}
@media only screen and (min-width: 468px) {
  #MainSlider .OuterLinks ul li {
    padding: 0 20px;
  }
}
#MainSlider .OuterLinks ul li:not(:last-of-type)::after {
  content: "/";
  position: absolute;
  right: -5px;
  top: 0;
  color: #bf9837;
  font-size: 14px;
}
@media only screen and (min-width: 1551px) {
  #MainSlider .OuterLinks ul li:not(:last-of-type)::after {
    font-size: 18px;
  }
}
#MainSlider .OuterLinks ul a {
  color: #fff;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 3px;
  display: block;
  font-size: 12px;
  font-weight: 500;
}
@media only screen and (min-width: 468px) {
  #MainSlider .OuterLinks ul a {
    padding-bottom: 10px;
    font-size: 14px;
    font-weight: 600;
  }
}
@media only screen and (min-width: 1551px) {
  #MainSlider .OuterLinks ul a {
    font-size: 18px;
    padding-bottom: 20px;
  }
}
#MainSlider .OuterLinks ul a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: rgba(255, 255, 255, 0.302);
  height: 2px;
  transition: all 0.3s;
}
@media only screen and (min-width: 468px) {
  #MainSlider .OuterLinks ul a::after {
    height: 4px;
  }
}
#MainSlider .OuterLinks ul a:hover::after {
  background: #fff;
}
@media only screen and (min-width: 992px) {
  #MainSlider .OuterLinks ul a:hover::after {
    background: #bf9837;
  }
}
.AboutPage #VizMiz {
  position: relative;
  padding: 45px 0 40px;
}
@media only screen and (min-width: 468px) {
  .AboutPage #VizMiz {
    padding: 60px 0 55px;
  }
}
@media only screen and (min-width: 576px) {
  .AboutPage #VizMiz {
    padding: 90px 0 45px;
  }
}
@media only screen and (min-width: 1200px) {
  .AboutPage #VizMiz {
    padding: 115px 0 30px;
  }
}
@media only screen and (min-width: 1551px) {
  .AboutPage #VizMiz {
    padding: 155px 0 25px;
  }
}
.AboutPage #VizMiz .FloatIcons {
  pointer-events: none;
}
.AboutPage #VizMiz .FloatIcons #PlusIcon {
  fill: #00aeef;
  position: absolute;
  -webkit-animation: rotating 15s linear infinite;
  -moz-animation: rotating 15s linear infinite;
  -ms-animation: rotating 15s linear infinite;
  -o-animation: rotating 15s linear infinite;
  animation: rotating 15s linear infinite;
  width: 14px;
  height: 14px;
  top: 20px;
  left: 10%;
}
@media only screen and (min-width: 468px) {
  .AboutPage #VizMiz .FloatIcons #PlusIcon {
    top: 30px;
  }
}
@media only screen and (min-width: 576px) {
  .AboutPage #VizMiz .FloatIcons #PlusIcon {
    left: 16.5%;
  }
}
@media only screen and (min-width: 1200px) {
  .AboutPage #VizMiz .FloatIcons #PlusIcon {
    width: 21px;
    height: 21px;
  }
}
@media only screen and (min-width: 1551px) {
  .AboutPage #VizMiz .FloatIcons #PlusIcon {
    top: 55px;
    left: 18.5%;
  }
}
.AboutPage #VizMiz .FloatIcons #PlusIcon2 {
  width: 21px;
  height: 21px;
  fill: #00aeef;
  position: absolute;
  -webkit-animation: scale-upOne 5s linear infinite;
  -moz-animation: scale-upOne 5s linear infinite;
  -ms-animation: scale-upOne 5s linear infinite;
  -o-animation: scale-upOne 5s linear infinite;
  animation: scale-upOne 5s linear infinite;
  top: 30px;
  right: 40px;
}
@media only screen and (min-width: 468px) {
  .AboutPage #VizMiz .FloatIcons #PlusIcon2 {
    right: 140px;
  }
}
@media only screen and (min-width: 992px) {
  .AboutPage #VizMiz .FloatIcons #PlusIcon2 {
    top: 21%;
    right: 130px;
  }
}
.AboutPage #VizMiz .FloatIcons #SimpleRoundIco {
  width: 18px;
  height: 18px;
  fill: #00aeef;
  position: absolute;
  -webkit-animation: jump 5s linear infinite;
  -moz-animation: jump 5s linear infinite;
  -ms-animation: jump 5s linear infinite;
  -o-animation: jump 5s linear infinite;
  animation: jump 5s linear infinite;
  top: 150px;
  left: 40px;
}
@media only screen and (min-width: 468px) {
  .AboutPage #VizMiz .FloatIcons #SimpleRoundIco {
    left: auto;
    right: 40px;
  }
}
@media only screen and (min-width: 992px) {
  .AboutPage #VizMiz .FloatIcons #SimpleRoundIco {
    top: 30%;
    right: 45px;
  }
}
.AboutPage #VizMiz .FloatIcons #RoundIco {
  position: absolute;
  bottom: 65px;
  left: -19px;
  -webkit-animation: animationFramesOne 15s linear infinite;
  -moz-animation: animationFramesOne 15s linear infinite;
  -ms-animation: animationFramesOne 15s linear infinite;
  -o-animation: animationFramesOne 15s linear infinite;
  animation: animationFramesUp 15s linear infinite;
  width: 20px;
  height: 20px;
}
@media only screen and (min-width: 468px) {
  .AboutPage #VizMiz .FloatIcons #RoundIco {
    width: 28px;
    height: 28px;
  }
}
@media only screen and (min-width: 1200px) {
  .AboutPage #VizMiz .FloatIcons #RoundIco {
    width: 36px;
    height: 36px;
  }
}
.AboutPage #VizMiz .FloatIcons #RoundIco .st0 {
  fill: #00aeef;
}
.AboutPage #VizMiz .FloatIcons #RoundIco .st1 {
  fill: #393c3f;
}
.AboutPage #VizMiz .FloatIcons #RoundIco2 {
  position: absolute;
  -webkit-animation: animationFramesOne 15s linear infinite reverse;
  -moz-animation: animationFramesOne 15s linear infinite reverse;
  -ms-animation: animationFramesOne 15s linear infinite reverse;
  -o-animation: animationFramesOne 15s linear infinite reverse;
  animation: animationFramesOne 15s linear infinite reverse;
  bottom: 40px;
  right: 40px;
  width: 20px;
  height: 20px;
}
@media only screen and (min-width: 468px) {
  .AboutPage #VizMiz .FloatIcons #RoundIco2 {
    width: 28px;
    height: 28px;
  }
}
@media only screen and (min-width: 992px) {
  .AboutPage #VizMiz .FloatIcons #RoundIco2 {
    bottom: 21%;
    right: 130px;
  }
}
@media only screen and (min-width: 1200px) {
  .AboutPage #VizMiz .FloatIcons #RoundIco2 {
    width: 36px;
    height: 36px;
  }
}
.AboutPage #VizMiz .FloatIcons #RoundIco2 .st0 {
  fill: #00aeef;
}
.AboutPage #VizMiz .FloatIcons #RoundIco2 .st1 {
  fill: #393c3f;
}
.AboutPage #VizMiz .HeadWrp {
  margin-bottom: 30px;
  display: flex;
  align-items: flex-start;
}
@media only screen and (min-width: 468px) {
  .AboutPage #VizMiz .HeadWrp {
    margin-bottom: 55px;
  }
}
@media only screen and (min-width: 1551px) {
  .AboutPage #VizMiz .HeadWrp {
    margin-bottom: 80px;
  }
}
.AboutPage #VizMiz .HeadWrp .SecIcon {
  width: 75px;
}
@media only screen and (min-width: 576px) {
  .AboutPage #VizMiz .HeadWrp .SecIcon {
    width: 115px;
  }
}
@media only screen and (min-width: 1200px) {
  .AboutPage #VizMiz .HeadWrp .SecIcon {
    width: 150px;
  }
}
.AboutPage #VizMiz .HeadWrp .SecIcon .svg-elem-1 {
  fill: rgba(0, 0, 0, 0);
  -webkit-transition: fill 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 0.8s;
  transition: fill 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 0.8s;
}
.AboutPage #VizMiz .HeadWrp .SecIcon.aos-animate .svg-elem-1 {
  fill: #fff;
}
.AboutPage #VizMiz .HeadWrp .SecIcon .svg-elem-2 {
  fill: rgba(0, 0, 0, 0);
  -webkit-transition: fill 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 0.9s;
  transition: fill 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 0.9s;
}
.AboutPage #VizMiz .HeadWrp .SecIcon.aos-animate .svg-elem-2 {
  fill: #fff;
}
.AboutPage #VizMiz .HeadWrp .SecIcon .svg-elem-3 {
  fill: rgba(0, 0, 0, 0);
  -webkit-transition: fill 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 1s;
  transition: fill 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 1s;
}
.AboutPage #VizMiz .HeadWrp .SecIcon.aos-animate .svg-elem-3 {
  fill: #fff;
}
.AboutPage #VizMiz .HeadWrp .SecIcon .svg-elem-4 {
  fill: rgba(0, 0, 0, 0);
  -webkit-transition: fill 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 1.1s;
  transition: fill 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 1.1s;
}
.AboutPage #VizMiz .HeadWrp .SecIcon.aos-animate .svg-elem-4 {
  fill: #fff;
}
.AboutPage #VizMiz .HeadWrp .SecIcon .svg-elem-5 {
  fill: rgba(0, 0, 0, 0);
  -webkit-transition: fill 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 1.2s;
  transition: fill 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 1.2s;
}
.AboutPage #VizMiz .HeadWrp .SecIcon.aos-animate .svg-elem-5 {
  fill: #fff;
}
.AboutPage #VizMiz .HeadWrp .SecIcon .svg-elem-6 {
  fill: rgba(0, 0, 0, 0);
  -webkit-transition: fill 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 1.3s;
  transition: fill 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 1.3s;
}
.AboutPage #VizMiz .HeadWrp .SecIcon.aos-animate .svg-elem-6 {
  fill: #fff;
}
.AboutPage #VizMiz .HeadWrp .SecIcon .svg-elem-7 {
  fill: rgba(0, 0, 0, 0);
  -webkit-transition: fill 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 1.4s;
  transition: fill 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 1.4s;
}
.AboutPage #VizMiz .HeadWrp .SecIcon.aos-animate .svg-elem-7 {
  fill: #cfeae6;
}
.AboutPage #VizMiz .HeadWrp .SecIcon .svg-elem-8 {
  fill: rgba(0, 0, 0, 0);
  -webkit-transition: fill 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 1.5s;
  transition: fill 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 1.5s;
}
.AboutPage #VizMiz .HeadWrp .SecIcon.aos-animate .svg-elem-8 {
  fill: #00aeef;
}
.AboutPage #VizMiz .HeadWrp .SecIcon .svg-elem-9 {
  fill: rgba(0, 0, 0, 0);
  -webkit-transition: fill 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 1.6s;
  transition: fill 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 1.6s;
}
.AboutPage #VizMiz .HeadWrp .SecIcon.aos-animate .svg-elem-9 {
  fill: #393c3f;
}
.AboutPage #VizMiz .HeadWrp .SecIcon .svg-elem-10 {
  fill: rgba(0, 0, 0, 0);
  -webkit-transition: fill 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 1.7s;
  transition: fill 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 1.7s;
}
.AboutPage #VizMiz .HeadWrp .SecIcon.aos-animate .svg-elem-10 {
  fill: #fff;
}
.AboutPage #VizMiz .HeadWrp .SecIcon .svg-elem-11 {
  fill: rgba(0, 0, 0, 0);
  -webkit-transition: fill 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 1.8s;
  transition: fill 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 1.8s;
}
.AboutPage #VizMiz .HeadWrp .SecIcon.aos-animate .svg-elem-11 {
  fill: #fff;
}
.AboutPage #VizMiz .HeadWrp .SecIcon .svg-elem-12 {
  fill: rgba(0, 0, 0, 0);
  -webkit-transition: fill 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 1.9s;
  transition: fill 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 1.9s;
}
.AboutPage #VizMiz .HeadWrp .SecIcon.aos-animate .svg-elem-12 {
  fill: #fff;
}
.AboutPage #VizMiz .HeadWrp .SecIcon .svg-elem-13 {
  fill: rgba(0, 0, 0, 0);
  -webkit-transition: fill 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 2s;
  transition: fill 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 2s;
}
.AboutPage #VizMiz .HeadWrp .SecIcon.aos-animate .svg-elem-13 {
  fill: #00aeef;
}
.AboutPage #VizMiz .HeadWrp .SecIcon .svg-elem-14 {
  fill: rgba(0, 0, 0, 0);
  -webkit-transition: fill 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 2.1s;
  transition: fill 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 2.1s;
}
.AboutPage #VizMiz .HeadWrp .SecIcon.aos-animate .svg-elem-14 {
  fill: #00aeef;
}
.AboutPage #VizMiz .HeadWrp .SecIcon .svg-elem-15 {
  fill: rgba(0, 0, 0, 0);
  -webkit-transition: fill 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 2.2s;
  transition: fill 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 2.2s;
}
.AboutPage #VizMiz .HeadWrp .SecIcon.aos-animate .svg-elem-15 {
  fill: #00aeef;
}
.AboutPage #VizMiz .HeadWrp .SecIcon .svg-elem-16 {
  fill: rgba(0, 0, 0, 0);
  -webkit-transition: fill 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 2.3s;
  transition: fill 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 2.3s;
}
.AboutPage #VizMiz .HeadWrp .SecIcon.aos-animate .svg-elem-16 {
  fill: #393c3f;
}
.AboutPage #VizMiz .HeadWrp .SecIcon .svg-elem-17 {
  fill: rgba(0, 0, 0, 0);
  -webkit-transition: fill 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 2.4s;
  transition: fill 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 2.4s;
}
.AboutPage #VizMiz .HeadWrp .SecIcon.aos-animate .svg-elem-17 {
  fill: #393c3f;
}
.AboutPage #VizMiz .HeadWrp .SecIcon .svg-elem-18 {
  fill: rgba(0, 0, 0, 0);
  -webkit-transition: fill 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 2.5s;
  transition: fill 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 2.5s;
}
.AboutPage #VizMiz .HeadWrp .SecIcon.aos-animate .svg-elem-18 {
  fill: #393c3f;
}
.AboutPage #VizMiz .HeadWrp .SecIcon .svg-elem-19 {
  fill: rgba(0, 0, 0, 0);
  -webkit-transition: fill 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 2.6s;
  transition: fill 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 2.6s;
}
.AboutPage #VizMiz .HeadWrp .SecIcon.aos-animate .svg-elem-19 {
  fill: #393c3f;
}
.AboutPage #VizMiz .HeadWrp .SecIcon .svg-elem-20 {
  fill: rgba(0, 0, 0, 0);
  -webkit-transition: fill 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 2.7s;
  transition: fill 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 2.7s;
}
.AboutPage #VizMiz .HeadWrp .SecIcon.aos-animate .svg-elem-20 {
  fill: #393c3f;
}
.AboutPage #VizMiz .HeadWrp .SecIcon .svg-elem-21 {
  fill: rgba(0, 0, 0, 0);
  -webkit-transition: fill 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 2.8s;
  transition: fill 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 2.8s;
}
.AboutPage #VizMiz .HeadWrp .SecIcon.aos-animate .svg-elem-21 {
  fill: #393c3f;
}
.AboutPage #VizMiz .HeadWrp .SecIcon .svg-elem-22 {
  fill: rgba(0, 0, 0, 0);
  -webkit-transition: fill 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 2.9s;
  transition: fill 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 2.9s;
}
.AboutPage #VizMiz .HeadWrp .SecIcon.aos-animate .svg-elem-22 {
  fill: #393c3f;
}
.AboutPage #VizMiz .HeadWrp .SecIcon .svg-elem-23 {
  fill: rgba(0, 0, 0, 0);
  -webkit-transition: fill 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 3s;
  transition: fill 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 3s;
}
.AboutPage #VizMiz .HeadWrp .SecIcon.aos-animate .svg-elem-23 {
  fill: #393c3f;
}
.AboutPage #VizMiz .HeadWrp .SecIcon .svg-elem-24 {
  fill: rgba(0, 0, 0, 0);
  -webkit-transition: fill 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 3.1s;
  transition: fill 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 3.1s;
}
.AboutPage #VizMiz .HeadWrp .SecIcon.aos-animate .svg-elem-24 {
  fill: #cfeae6;
}
.AboutPage #VizMiz .HeadWrp .SecIcon .svg-elem-25 {
  fill: rgba(0, 0, 0, 0);
  -webkit-transition: fill 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 3.2s;
  transition: fill 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 3.2s;
}
.AboutPage #VizMiz .HeadWrp .SecIcon.aos-animate .svg-elem-25 {
  fill: #393c3f;
  -webkit-animation: Reveel 2s linear infinite alternate-reverse;
  -moz-animation: Reveel 2s linear infinite alternate-reverse;
  -ms-animation: Reveel 2s linear infinite alternate-reverse;
  -o-animation: Reveel 2s linear infinite alternate-reverse;
  animation: Reveel 2s linear infinite alternate-reverse;
  animation-delay: 1s;
}
.AboutPage #VizMiz .HeadWrp .SecIcon .svg-elem-26 {
  fill: rgba(0, 0, 0, 0);
  -webkit-transition: fill 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 3.3s;
  transition: fill 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 3.3s;
}
.AboutPage #VizMiz .HeadWrp .SecIcon.aos-animate .svg-elem-26 {
  fill: #00aeef;
  -webkit-animation: Reveel 2s linear infinite alternate-reverse;
  -moz-animation: Reveel 2s linear infinite alternate-reverse;
  -ms-animation: Reveel 2s linear infinite alternate-reverse;
  -o-animation: Reveel 2s linear infinite alternate-reverse;
  animation: Reveel 2s linear infinite alternate-reverse;
}
.AboutPage #VizMiz .HeadWrp .SecIcon .svg-elem-27 {
  fill: rgba(0, 0, 0, 0);
  -webkit-transition: fill 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 3.4s;
  transition: fill 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 3.4s;
}
.AboutPage #VizMiz .HeadWrp .SecIcon.aos-animate .svg-elem-27 {
  fill: #393c3f;
}
.AboutPage #VizMiz .HeadWrp .SecIcon .svg-elem-28 {
  fill: rgba(0, 0, 0, 0);
  -webkit-transition: fill 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 3.5s;
  transition: fill 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 3.5s;
}
.AboutPage #VizMiz .HeadWrp .SecIcon.aos-animate .svg-elem-28 {
  fill: #00aeef;
}
.AboutPage #VizMiz .HeadWrp .SecIcon .svg-elem-29 {
  fill: rgba(0, 0, 0, 0);
  -webkit-transition: fill 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 3.6s;
  transition: fill 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 3.6s;
}
.AboutPage #VizMiz .HeadWrp .SecIcon.aos-animate .svg-elem-29 {
  fill: #393c3f;
  -webkit-animation: Reveel 2s linear infinite alternate-reverse;
  -moz-animation: Reveel 2s linear infinite alternate-reverse;
  -ms-animation: Reveel 2s linear infinite alternate-reverse;
  -o-animation: Reveel 2s linear infinite alternate-reverse;
  animation: Reveel 2s linear infinite alternate-reverse;
  animation-delay: 0.5s;
}
.AboutPage #VizMiz .HeadWrp .SecIcon .Reveel1 {
  -webkit-animation: Reveel 2s linear infinite alternate-reverse;
  -moz-animation: Reveel 2s linear infinite alternate-reverse;
  -ms-animation: Reveel 2s linear infinite alternate-reverse;
  -o-animation: Reveel 2s linear infinite alternate-reverse;
  animation: Reveel 2s linear infinite alternate-reverse;
}
.AboutPage #VizMiz .HeadWrp .SecIcon .Reveel2 {
  -webkit-animation: Reveel 2s linear infinite alternate-reverse;
  -moz-animation: Reveel 2s linear infinite alternate-reverse;
  -ms-animation: Reveel 2s linear infinite alternate-reverse;
  -o-animation: Reveel 2s linear infinite alternate-reverse;
  animation: Reveel 2s linear infinite alternate-reverse;
  animation-delay: 0.5s;
}
.AboutPage #VizMiz .HeadWrp .SecIcon .Reveel3 {
  -webkit-animation: Reveel 2s linear infinite alternate-reverse;
  -moz-animation: Reveel 2s linear infinite alternate-reverse;
  -ms-animation: Reveel 2s linear infinite alternate-reverse;
  -o-animation: Reveel 2s linear infinite alternate-reverse;
  animation: Reveel 2s linear infinite alternate-reverse;
  animation-delay: 1s;
}
.AboutPage #VizMiz .HeadWrp .MainHead {
  margin-top: 15px;
  margin-bottom: 0px;
  padding-left: 15px;
  width: calc(100% - 75px);
}
@media only screen and (min-width: 576px) {
  .AboutPage #VizMiz .HeadWrp .MainHead {
    padding-left: 35px;
    width: calc(100% - 115px);
  }
}
@media only screen and (min-width: 1200px) {
  .AboutPage #VizMiz .HeadWrp .MainHead {
    padding-left: 50px;
    width: calc(100% - 150px);
  }
}
.AboutPage #VizMiz .HeadWrp .SecInfo {
  max-width: 375px;
}
@media only screen and (min-width: 576px) {
  .AboutPage #VizMiz .HeadWrp .SecInfo {
    max-width: 425px;
  }
}
@media only screen and (min-width: 1200px) {
  .AboutPage #VizMiz .HeadWrp .SecInfo {
    max-width: 500px;
  }
}
@media only screen and (min-width: 1551px) {
  .AboutPage #VizMiz .HeadWrp .SecInfo {
    max-width: 605px;
  }
}
.AboutPage #VizMiz .HeadWrp.NOIcon .MainHead {
  padding: 0;
  width: 100%;
}
@media only screen and (min-width: 1200px) {
  .AboutPage #VizMiz .HeadWrp.NOIcon .MainHead .SecInfo {
    margin-left: 245px;
  }
}
@media only screen and (min-width: 1551px) {
  .AboutPage #VizMiz .HeadWrp.NOIcon .MainHead .SecInfo {
    margin-left: 345px;
  }
}
@media only screen and (min-width: 1200px) {
  .AboutPage #VizMiz .row {
    margin: -32.5px;
  }
  .AboutPage #VizMiz .row > * {
    padding: 32.5px;
  }
}
.AboutPage #VizMiz .row .Title {
  font-family: "Canela";
  color: #151515;
  font-size: 22px;
  margin-bottom: 10px;
  line-height: normal;
}
@media only screen and (min-width: 468px) {
  .AboutPage #VizMiz .row .Title {
    margin-bottom: 20px;
    font-size: 26px;
  }
}
@media only screen and (min-width: 992px) {
  .AboutPage #VizMiz .row .Title {
    font-size: 32px;
  }
}
@media only screen and (min-width: 1551px) {
  .AboutPage #VizMiz .row .Title {
    margin-bottom: 30px;
    font-size: 36px;
  }
}
.AboutPage #VizMiz .row p {
  color: #4b4c4c;
}
@media only screen and (min-width: 1551px) {
  .AboutPage #VizMiz .row p {
    font-size: 18px;
    line-height: 32px;
  }
}
.AboutPage #VizMiz .SecImgWrp {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (min-width: 992px) {
  .AboutPage #VizMiz .SecImgWrp {
    top: -25px;
  }
}
@media only screen and (min-width: 1551px) {
  .AboutPage #VizMiz .SecImgWrp {
    padding-left: 22px;
    top: -50px;
  }
}
.AboutPage #VizMiz .SecImgWrp .BgCircleWrap {
  position: absolute;
  top: 0;
  border-radius: 50%;
  -webkit-animation: rotating 55s linear infinite;
  -moz-animation: rotating 55s linear infinite;
  -ms-animation: rotating 55s linear infinite;
  -o-animation: rotating 55s linear infinite;
  animation: rotating 55s linear infinite;
  width: 195px;
  height: 195px;
}
@media only screen and (min-width: 468px) {
  .AboutPage #VizMiz .SecImgWrp .BgCircleWrap {
    width: 300px;
    height: 300px;
  }
}
@media only screen and (min-width: 1200px) {
  .AboutPage #VizMiz .SecImgWrp .BgCircleWrap {
    width: 335px;
    height: 335px;
  }
}
@media only screen and (min-width: 1551px) {
  .AboutPage #VizMiz .SecImgWrp .BgCircleWrap {
    width: 382px;
    height: 382px;
  }
}
.AboutPage #VizMiz .SecImgWrp .BgCircle {
  border-radius: 50%;
  background-color: #00aeef;
  opacity: 0.561;
  position: absolute;
  top: 10px;
  right: 10px;
  width: 40px;
  height: 40px;
}
@media only screen and (min-width: 468px) {
  .AboutPage #VizMiz .SecImgWrp .BgCircle {
    width: 80px;
    height: 80px;
  }
}
@media only screen and (min-width: 1551px) {
  .AboutPage #VizMiz .SecImgWrp .BgCircle {
    width: 90px;
    height: 90px;
  }
}
.AboutPage #VizMiz .SecImgWrp .BgCircle2 {
  border-radius: 50%;
  background-color: #00aeef;
  opacity: 0.561;
  position: absolute;
  bottom: 0px;
  left: 45px;
  width: 20px;
  height: 20px;
}
@media only screen and (min-width: 468px) {
  .AboutPage #VizMiz .SecImgWrp .BgCircle2 {
    bottom: 10px;
    left: 55px;
    width: 40px;
    height: 40px;
  }
}
@media only screen and (min-width: 1551px) {
  .AboutPage #VizMiz .SecImgWrp .BgCircle2 {
    width: 59px;
    height: 59px;
  }
}
.AboutPage #VizMiz .SecImgWrp .BaseCircle {
  border-radius: 50%;
  background-color: #1d937a;
  overflow: hidden;
  width: 195px;
  height: 195px;
}
@media only screen and (min-width: 468px) {
  .AboutPage #VizMiz .SecImgWrp .BaseCircle {
    width: 300px;
    height: 300px;
  }
}
@media only screen and (min-width: 1200px) {
  .AboutPage #VizMiz .SecImgWrp .BaseCircle {
    width: 335px;
    height: 335px;
  }
}
@media only screen and (min-width: 1551px) {
  .AboutPage #VizMiz .SecImgWrp .BaseCircle {
    width: 382px;
    height: 382px;
  }
}
.AboutPage #VizMiz .SecImgWrp .BaseCircle img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.AboutPage #ExploreMore {
  padding: 40px 0 45px;
}
@media only screen and (min-width: 468px) {
  .AboutPage #ExploreMore {
    padding: 35px 0 55px;
  }
}
@media only screen and (min-width: 992px) {
  .AboutPage #ExploreMore {
    padding: 25px 0 55px;
  }
}
@media only screen and (min-width: 768px) {
  .AboutPage #ExploreMore .MainHead {
    padding-left: 17%;
  }
}
@media only screen and (min-width: 1551px) {
  .AboutPage #ExploreMore .MainHead {
    padding-left: 225px;
  }
}
.AboutPage #ExploreMore .MainHead .Head span {
  color: #18c5d0;
}
.AboutPage #ExploreMore .MainHead .SecInfo {
  max-width: 580px;
}
.AboutPage #ExploreMore .MainHead .SecInfo svg {
  stroke: #18c5d0;
}
.AboutPage #ExploreMore .ExploreMoreList .row {
  justify-content: center;
  margin: -25px -15px;
}
@media only screen and (min-width: 1200px) {
  .AboutPage #ExploreMore .ExploreMoreList .row {
    margin: -47.5px -25px;
  }
}
.AboutPage #ExploreMore .ExploreMoreList .row > * {
  padding: 25px 15px;
}
@media only screen and (min-width: 1200px) {
  .AboutPage #ExploreMore .ExploreMoreList .row > * {
    padding: 47.5px 25px;
  }
}
.AboutPage #InnerGallery {
  padding: 40px 0 45px;
}
@media only screen and (min-width: 468px) {
  .AboutPage #InnerGallery {
    padding: 50px 0 75px;
  }
}
@media only screen and (min-width: 992px) {
  .AboutPage #InnerGallery {
    padding: 75px 0 125px;
  }
}
@media only screen and (min-width: 768px) {
  .AboutPage #InnerGallery .MainHead {
    padding-left: 17%;
  }
}
@media only screen and (min-width: 1551px) {
  .AboutPage #InnerGallery .MainHead {
    padding-left: 225px;
  }
}
.AboutPage #InnerGallery .MainHead span {
  color: #1d937a;
}
.AboutPage #InnerGallery .SecInfo {
  max-width: 675px;
}
.AboutPage #InnerGallery .SecInfo svg {
  stroke: #1d937a;
}
.AboutPage #InnerGallery .GalleryGrid {
  display: flex;
  align-content: center;
  justify-content: center;
  flex-wrap: wrap;
  margin: -5px;
}
.AboutPage #InnerGallery .GalleryGrid .GridBox {
  margin: -5px;
  padding: 5px;
  width: 50%;
}
@media only screen and (min-width: 576px) {
  .AboutPage #InnerGallery .GalleryGrid .GridBox {
    width: 20%;
  }
}
@media only screen and (min-width: 1200px) {
  .AboutPage #InnerGallery .GalleryGrid .GridBox {
    width: 14.2857142857%;
  }
}
@media only screen and (max-width: 576px) {
  .AboutPage #InnerGallery .GalleryGrid .GridBox:nth-child(1) {
    width: 60%;
  }
}
@media only screen and (max-width: 576px) {
  .AboutPage #InnerGallery .GalleryGrid .GridBox:nth-child(1) .Grid {
    height: 240px;
  }
  .AboutPage
    #InnerGallery
    .GalleryGrid
    .GridBox:nth-child(1)
    .Grid:nth-child(1) {
    display: none;
  }
}
@media only screen and (max-width: 576px) {
  .AboutPage #InnerGallery .GalleryGrid .GridBox:nth-child(2) {
    width: 40%;
  }
}
@media only screen and (min-width: 992px) {
  .AboutPage #InnerGallery .GalleryGrid .GridBox:nth-child(3) {
    width: 25%;
  }
}
@media (max-width: 992px) and (min-width: 576px) {
  .AboutPage #InnerGallery .GalleryGrid .GridBox:nth-child(3) {
    width: 35%;
  }
}
.AboutPage #InnerGallery .GalleryGrid .GridBox:nth-child(3) .Grid {
  height: 100%;
}
@media (max-width: 576px) and (min-width: 468px) {
  .AboutPage #InnerGallery .GalleryGrid .GridBox:nth-child(5) {
    width: 60%;
  }
}
@media only screen and (max-width: 468px) {
  .AboutPage #InnerGallery .GalleryGrid .GridBox:nth-child(5) {
    width: 100%;
  }
}
@media only screen and (max-width: 992px) {
  .AboutPage #InnerGallery .GalleryGrid .GridBox:nth-child(6) .Grid {
    height: 158px;
  }
}
@media only screen and (max-width: 768px) {
  .AboutPage #InnerGallery .GalleryGrid .GridBox:nth-child(6) {
    display: flex;
    flex-wrap: wrap;
  }
  .AboutPage #InnerGallery .GalleryGrid .GridBox:nth-child(6) .Grid {
    width: 50%;
  }
}
@media (max-width: 768px) and (min-width: 576px) {
  .AboutPage #InnerGallery .GalleryGrid .GridBox:nth-child(6) {
    width: 60%;
  }
  .AboutPage #InnerGallery .GalleryGrid .GridBox:nth-child(6) .Grid {
    height: 220px;
  }
}
@media (max-width: 576px) and (min-width: 468px) {
  .AboutPage #InnerGallery .GalleryGrid .GridBox:nth-child(6) {
    width: 40%;
  }
  .AboutPage #InnerGallery .GalleryGrid .GridBox:nth-child(6) .Grid {
    height: 240px;
  }
}
@media only screen and (max-width: 468px) {
  .AboutPage #InnerGallery .GalleryGrid .GridBox:nth-child(6) {
    width: 100%;
  }
}
@media only screen and (max-width: 468px) {
  .AboutPage #InnerGallery .GalleryGrid .GridBox:nth-child(7) {
    width: 60%;
  }
}
@media (max-width: 992px) and (min-width: 468px) {
  .AboutPage #InnerGallery .GalleryGrid .GridBox:nth-child(7) {
    width: 45%;
  }
}
@media (max-width: 992px) and (min-width: 768px) {
  .AboutPage #InnerGallery .GalleryGrid .GridBox:nth-child(7) {
    width: 425px;
  }
}
@media (max-width: 1200px) and (min-width: 992px) {
  .AboutPage #InnerGallery .GalleryGrid .GridBox:nth-child(7) {
    width: 25%;
  }
}
@media only screen and (max-width: 1200px) {
  .AboutPage #InnerGallery .GalleryGrid .GridBox:nth-child(7) .Grid {
    height: 100%;
  }
}
.AboutPage #InnerGallery .GalleryGrid .GridBox:nth-child(8) {
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (min-width: 468px) {
  .AboutPage #InnerGallery .GalleryGrid .GridBox:nth-child(8) {
    width: 48%;
  }
}
@media only screen and (max-width: 468px) {
  .AboutPage #InnerGallery .GalleryGrid .GridBox:nth-child(8) {
    width: 40%;
  }
}
.AboutPage #InnerGallery .GalleryGrid .GridBox:nth-child(8) .Grid {
  width: 50%;
}
@media only screen and (min-width: 768px) {
  .AboutPage #InnerGallery .GalleryGrid .GridBox:nth-child(8) .Grid {
    height: 280px;
  }
}
@media (max-width: 768px) and (min-width: 468px) {
  .AboutPage #InnerGallery .GalleryGrid .GridBox:nth-child(8) .Grid {
    height: 165px;
  }
}
@media only screen and (max-width: 468px) {
  .AboutPage #InnerGallery .GalleryGrid .GridBox:nth-child(8) .Grid {
    width: 100%;
  }
}
@media (max-width: 1200px) and (min-width: 992px) {
  .AboutPage #InnerGallery .GalleryGrid .GridBox:last-child {
    width: 44%;
  }
}
@media only screen and (max-width: 992px) {
  .AboutPage #InnerGallery .GalleryGrid .GridBox:last-child {
    width: 100%;
    max-width: 380px;
  }
}
@media only screen and (max-width: 576px) {
  .AboutPage #InnerGallery .GalleryGrid .GridBox:last-child .Grid {
    height: 215px;
  }
}
@media (max-width: 1200px) and (min-width: 576px) {
  .AboutPage #InnerGallery .GalleryGrid .GridBox:last-child .Grid {
    height: 280px;
  }
}
.AboutPage #InnerGallery .GalleryGrid .GridBox .Grid {
  padding: 5px;
  display: flex;
  opacity: 0;
  height: 120px;
  border-radius: 10px;
  overflow: hidden;
}
@media only screen and (min-width: 576px) {
  .AboutPage #InnerGallery .GalleryGrid .GridBox .Grid {
    height: 110px;
  }
}
@media only screen and (min-width: 992px) {
  .AboutPage #InnerGallery .GalleryGrid .GridBox .Grid {
    border-radius: 30px;
    height: 160px;
  }
}
@media only screen and (min-width: 1551px) {
  .AboutPage #InnerGallery .GalleryGrid .GridBox .Grid {
    height: 185px;
  }
}
.AboutPage #InnerGallery .GalleryGrid .GridBox .Grid .ImgBox {
  background-color: #9da19d;
  width: 100%;
  height: 100%;
  display: block;
  overflow: hidden;
  overflow: hidden;
  border-radius: 10px;
}
@media only screen and (min-width: 992px) {
  .AboutPage #InnerGallery .GalleryGrid .GridBox .Grid .ImgBox {
    border-radius: 30px;
  }
}
.AboutPage #InnerGallery .GalleryGrid .GridBox .Grid .ImgBox img {
  transition: transform 0.8s;
  transform-origin: center center;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.AboutPage #InnerGallery .GalleryGrid .GridBox .Grid:hover .ImgBox img {
  transform: scale(1.1);
}
.AboutPage.PrincipleMsg #VizMiz .SecImgWrp {
  flex-wrap: wrap;
}
.AboutPage.PrincipleMsg #VizMiz .SecImgWrp .PrinciInfo {
  width: 100%;
  text-align: center;
  padding-top: 10px;
}
@media only screen and (min-width: 468px) {
  .AboutPage.PrincipleMsg #VizMiz .SecImgWrp .PrinciInfo {
    padding-top: 20px;
  }
}
@media only screen and (min-width: 1200px) {
  .AboutPage.PrincipleMsg #VizMiz .SecImgWrp .PrinciInfo {
    padding-top: 30px;
  }
}
.AboutPage.PrincipleMsg #VizMiz .SecImgWrp .PrinciInfo .Name {
  font-family: "Canela";
  color: #00aeef;
  font-size: 22px;
}
@media only screen and (min-width: 468px) {
  .AboutPage.PrincipleMsg #VizMiz .SecImgWrp .PrinciInfo .Name {
    font-size: 28px;
  }
}
@media only screen and (min-width: 1200px) {
  .AboutPage.PrincipleMsg #VizMiz .SecImgWrp .PrinciInfo .Name {
    font-size: 32px;
  }
}
@media only screen and (min-width: 1551px) {
  .AboutPage.PrincipleMsg #VizMiz .SecImgWrp .PrinciInfo .Name {
    font-size: 36px;
  }
}
.AboutPage.PrincipleMsg #VizMiz .SecImgWrp .PrinciInfo .Desig {
  color: #151515;
  font-size: 14px;
}
@media only screen and (min-width: 468px) {
  .AboutPage.PrincipleMsg #VizMiz .SecImgWrp .PrinciInfo .Desig {
    font-size: 16px;
  }
}
@media only screen and (min-width: 1200px) {
  .AboutPage.PrincipleMsg #VizMiz .SecImgWrp .PrinciInfo .Desig {
    font-size: 18px;
  }
}
@media only screen and (min-width: 1551px) {
  .AboutPage.PrincipleMsg #VizMiz .SecImgWrp .PrinciInfo .Desig {
    font-size: 20px;
  }
}
.AboutPage.PrincipleMsg #VizMiz .row p {
  margin-bottom: 15px;
}
@media only screen and (min-width: 768px) {
  .AboutPage.PrincipleMsg #VizMiz .row p {
    margin-bottom: 25px;
  }
}
@media only screen and (min-width: 1200px) {
  .AboutPage.PrincipleMsg #VizMiz .row p {
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 1551px) {
  .AboutPage.PrincipleMsg #VizMiz .row p {
    margin-bottom: 40px;
  }
}
.AboutPage.OurFacilities #VizMiz .SecTitle {
  font-weight: 300;
  color: #4b4c4c;
  margin-bottom: 30px;
  font-size: 30px;
  line-height: 38px;
}
@media only screen and (min-width: 768px) {
  .AboutPage.OurFacilities #VizMiz .SecTitle {
    font-size: 34px;
    line-height: 42px;
  }
}
@media only screen and (min-width: 992px) {
  .AboutPage.OurFacilities #VizMiz .SecTitle {
    font-size: 38px;
    line-height: 45px;
  }
}
@media only screen and (min-width: 1551px) {
  .AboutPage.OurFacilities #VizMiz .SecTitle {
    font-size: 45px;
    line-height: 55px;
    margin-bottom: 40px;
  }
}
.AboutPage.OurFacilities #OurFacilitiesSec {
  padding: 40px 0 45px;
}
@media only screen and (min-width: 768px) {
  .AboutPage.OurFacilities #OurFacilitiesSec {
    padding: 40px 0 75px;
  }
}
@media only screen and (min-width: 992px) {
  .AboutPage.OurFacilities #OurFacilitiesSec {
    padding: 0 0 135px;
  }
}
.AboutPage.OurFacilities #OurFacilitiesSec .nav-tabs {
  border: none;
  justify-content: center;
  margin: 0 -4px;
  border: none;
  display: none;
}
@media only screen and (min-width: 768px) {
  .AboutPage.OurFacilities #OurFacilitiesSec .nav-tabs {
    display: flex;
  }
}
.AboutPage.OurFacilities #OurFacilitiesSec .nav-tabs li {
  padding: 0 4px;
}
.AboutPage.OurFacilities #OurFacilitiesSec .nav-tabs li button {
  color: #fff;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #1d9379;
  border-radius: 0px;
  border: none;
  outline: none;
  box-shadow: none;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  min-width: 190px;
  font-size: 16px;
  height: 45px;
}
.AboutPage.OurFacilities
  #OurFacilitiesSec
  .nav-tabs
  li
  button[aria-expanded="true"] {
  pointer-events: none;
}
@media only screen and (min-width: 468px) {
  .AboutPage.OurFacilities #OurFacilitiesSec .nav-tabs li button {
    min-width: 200px;
    font-size: 18px;
  }
}
@media only screen and (min-width: 992px) {
  .AboutPage.OurFacilities #OurFacilitiesSec .nav-tabs li button {
    min-width: 260px;
    font-size: 20px;
    height: 55px;
  }
}
@media only screen and (min-width: 1551px) {
  .AboutPage.OurFacilities #OurFacilitiesSec .nav-tabs li button {
    min-width: 300px;
    font-size: 26px;
    height: 70px;
  }
}
.AboutPage.OurFacilities #OurFacilitiesSec .nav-tabs li button::after {
  display: none;
}
.AboutPage.OurFacilities #OurFacilitiesSec .nav-tabs li:nth-child(1) button {
  background: #1d937a;
}
.AboutPage.OurFacilities #OurFacilitiesSec .nav-tabs li:nth-child(2) button {
  background: #18c5d0;
}
.AboutPage.OurFacilities #OurFacilitiesSec .nav-tabs li:nth-child(3) button {
  background: #78a62a;
}
.AboutPage.OurFacilities #OurFacilitiesSec .TabContentBox {
  background-color: #fff;
  box-shadow: none;
  border: none;
}
@media only screen and (min-width: 768px) {
  .AboutPage.OurFacilities #OurFacilitiesSec .TabContentBox {
    box-shadow: 0px 0px 49px 0px rgba(1, 16, 69, 0.15);
    overflow: hidden;
    border-radius: 50px;
  }
}
.AboutPage.OurFacilities #OurFacilitiesSec .TabContentBox .accordion-item {
  border: none;
  box-shadow: none;
  background: none;
  border-radius: 0;
}
.AboutPage.OurFacilities
  #OurFacilitiesSec
  .TabContentBox
  .accordion-item:not(:last-of-type) {
  margin-bottom: 10px;
}
@media only screen and (min-width: 768px) {
  .AboutPage.OurFacilities
    #OurFacilitiesSec
    .TabContentBox
    .accordion-item:not(:last-of-type) {
    margin-bottom: 0px;
  }
}
@media only screen and (min-width: 768px) {
  .AboutPage.OurFacilities #OurFacilitiesSec .TabContentBox .accordion-header {
    display: none;
  }
}
.AboutPage.OurFacilities
  #OurFacilitiesSec
  .TabContentBox
  .accordion-header
  button {
  color: #fff;
  font-weight: 600;
  display: flex;
  align-items: center;
  background: #1d9379;
  border-radius: 0px;
  border: none;
  outline: none;
  box-shadow: none;
  min-width: 190px;
  font-size: 16px;
  height: 45px;
}
.AboutPage.OurFacilities
  #OurFacilitiesSec
  .TabContentBox
  .accordion-header
  button::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}
@media only screen and (min-width: 468px) {
  .AboutPage.OurFacilities
    #OurFacilitiesSec
    .TabContentBox
    .accordion-header
    button {
    min-width: 200px;
    font-size: 18px;
  }
}
@media only screen and (min-width: 768px) {
  .AboutPage.OurFacilities
    #OurFacilitiesSec
    .TabContentBox
    .accordion-header
    button::after {
    display: none;
  }
}
@media only screen and (min-width: 992px) {
  .AboutPage.OurFacilities
    #OurFacilitiesSec
    .TabContentBox
    .accordion-header
    button {
    min-width: 260px;
    font-size: 20px;
    height: 55px;
  }
}
@media only screen and (min-width: 1551px) {
  .AboutPage.OurFacilities
    #OurFacilitiesSec
    .TabContentBox
    .accordion-header
    button {
    min-width: 300px;
    font-size: 26px;
    height: 70px;
  }
}
.AboutPage.OurFacilities
  #OurFacilitiesSec
  .TabContentBox
  .accordion-header
  button.BtnOne {
  background: #1d937a;
}
.AboutPage.OurFacilities
  #OurFacilitiesSec
  .TabContentBox
  .accordion-header
  button.BtnTwo {
  background: #18c5d0;
}
.AboutPage.OurFacilities
  #OurFacilitiesSec
  .TabContentBox
  .accordion-header
  button.BtnThree {
  background: #78a62a;
}
.AboutPage.OurFacilities #OurFacilitiesSec .TabContentBox .accordion-body {
  box-shadow: 0px 0px 49px 0px rgba(1, 16, 69, 0.15);
  padding: 35px 25px 35px;
}
@media only screen and (min-width: 768px) {
  .AboutPage.OurFacilities #OurFacilitiesSec .TabContentBox .accordion-body {
    box-shadow: none;
    padding: 45px 35px 65px;
  }
}
@media only screen and (min-width: 992px) {
  .AboutPage.OurFacilities #OurFacilitiesSec .TabContentBox .accordion-body {
    padding: 65px 55px;
  }
}
@media only screen and (min-width: 1551px) {
  .AboutPage.OurFacilities #OurFacilitiesSec .TabContentBox .accordion-body {
    padding: 80px 75px;
  }
}
.AboutPage.OurFacilities
  #OurFacilitiesSec
  .TabContentBox
  .accordion-body
  .TopSec {
  display: inline-block;
  margin-bottom: 20px;
}
@media only screen and (min-width: 992px) {
  .AboutPage.OurFacilities
    #OurFacilitiesSec
    .TabContentBox
    .accordion-body
    .TopSec {
    margin-bottom: 25px;
  }
}
@media only screen and (min-width: 1551px) {
  .AboutPage.OurFacilities
    #OurFacilitiesSec
    .TabContentBox
    .accordion-body
    .TopSec {
    margin-bottom: 45px;
  }
}
.AboutPage.OurFacilities
  #OurFacilitiesSec
  .TabContentBox
  .accordion-body
  .Title {
  font-family: "Canela";
  color: #15a6b0;
  line-height: normal;
  font-size: 24px;
  margin-bottom: 15px;
}
@media only screen and (min-width: 468px) {
  .AboutPage.OurFacilities
    #OurFacilitiesSec
    .TabContentBox
    .accordion-body
    .Title {
    font-size: 27px;
    margin-bottom: 25px;
  }
}
@media only screen and (min-width: 768px) {
  .AboutPage.OurFacilities
    #OurFacilitiesSec
    .TabContentBox
    .accordion-body
    .Title {
    font-size: 32px;
  }
}
@media only screen and (min-width: 992px) {
  .AboutPage.OurFacilities
    #OurFacilitiesSec
    .TabContentBox
    .accordion-body
    .Title {
    font-size: 36px;
    margin-bottom: 35px;
  }
}
@media only screen and (min-width: 1551px) {
  .AboutPage.OurFacilities
    #OurFacilitiesSec
    .TabContentBox
    .accordion-body
    .Title {
    font-size: 45px;
    margin-bottom: 45px;
  }
}
.AboutPage.OurFacilities
  #OurFacilitiesSec
  .TabContentBox
  .accordion-body
  .ImgBox {
  border-radius: 15px;
  background-color: #78a62a;
  overflow: hidden;
  width: 100%;
  max-height: 250px;
  margin-bottom: 20px;
}
@media only screen and (min-width: 768px) {
  .AboutPage.OurFacilities
    #OurFacilitiesSec
    .TabContentBox
    .accordion-body
    .ImgBox {
    float: left;
    margin: 0 25px 15px 0;
    width: 340px;
  }
}
@media only screen and (min-width: 992px) {
  .AboutPage.OurFacilities
    #OurFacilitiesSec
    .TabContentBox
    .accordion-body
    .ImgBox {
    width: 440px;
    margin: 0 45px 15px 0;
  }
}
@media only screen and (min-width: 1551px) {
  .AboutPage.OurFacilities
    #OurFacilitiesSec
    .TabContentBox
    .accordion-body
    .ImgBox {
    width: 545px;
    height: 305px;
    max-height: 305px;
  }
}
.AboutPage.OurFacilities
  #OurFacilitiesSec
  .TabContentBox
  .accordion-body
  .ImgBox
  img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.AboutPage.OurFacilities #OurFacilitiesSec .TabContentBox .accordion-body p {
  display: contents;
  color: #4b4c4c;
}
@media only screen and (min-width: 1551px) {
  .AboutPage.OurFacilities #OurFacilitiesSec .TabContentBox .accordion-body p {
    font-size: 18px;
    line-height: 32px;
  }
}
.AboutPage.OurFacilities #OurFacilitiesSec .TabContentBox .accordion-body h1,
.AboutPage.OurFacilities #OurFacilitiesSec .TabContentBox .accordion-body h2,
.AboutPage.OurFacilities #OurFacilitiesSec .TabContentBox .accordion-body h3,
.AboutPage.OurFacilities #OurFacilitiesSec .TabContentBox .accordion-body h4,
.AboutPage.OurFacilities #OurFacilitiesSec .TabContentBox .accordion-body h5,
.AboutPage.OurFacilities #OurFacilitiesSec .TabContentBox .accordion-body h6 {
  color: #2a2a2a;
  font-weight: 500;
  margin-bottom: 15px;
  font-size: 20px;
}
@media only screen and (min-width: 468px) {
  .AboutPage.OurFacilities #OurFacilitiesSec .TabContentBox .accordion-body h1,
  .AboutPage.OurFacilities #OurFacilitiesSec .TabContentBox .accordion-body h2,
  .AboutPage.OurFacilities #OurFacilitiesSec .TabContentBox .accordion-body h3,
  .AboutPage.OurFacilities #OurFacilitiesSec .TabContentBox .accordion-body h4,
  .AboutPage.OurFacilities #OurFacilitiesSec .TabContentBox .accordion-body h5,
  .AboutPage.OurFacilities #OurFacilitiesSec .TabContentBox .accordion-body h6 {
    margin-bottom: 25px;
    font-size: 24px;
  }
}
@media only screen and (min-width: 992px) {
  .AboutPage.OurFacilities #OurFacilitiesSec .TabContentBox .accordion-body h1,
  .AboutPage.OurFacilities #OurFacilitiesSec .TabContentBox .accordion-body h2,
  .AboutPage.OurFacilities #OurFacilitiesSec .TabContentBox .accordion-body h3,
  .AboutPage.OurFacilities #OurFacilitiesSec .TabContentBox .accordion-body h4,
  .AboutPage.OurFacilities #OurFacilitiesSec .TabContentBox .accordion-body h5,
  .AboutPage.OurFacilities #OurFacilitiesSec .TabContentBox .accordion-body h6 {
    font-size: 28px;
  }
}
@media only screen and (min-width: 1551px) {
  .AboutPage.OurFacilities #OurFacilitiesSec .TabContentBox .accordion-body h1,
  .AboutPage.OurFacilities #OurFacilitiesSec .TabContentBox .accordion-body h2,
  .AboutPage.OurFacilities #OurFacilitiesSec .TabContentBox .accordion-body h3,
  .AboutPage.OurFacilities #OurFacilitiesSec .TabContentBox .accordion-body h4,
  .AboutPage.OurFacilities #OurFacilitiesSec .TabContentBox .accordion-body h5,
  .AboutPage.OurFacilities #OurFacilitiesSec .TabContentBox .accordion-body h6 {
    font-size: 30px;
    margin-bottom: 40px;
  }
}
.AboutPage.OurFacilities
  #OurFacilitiesSec
  .TabContentBox
  .accordion-body
  ul
  li {
  color: #515252;
  line-height: normal;
  background: url("../images/tick.svg") no-repeat;
  background-position: top 6px left;
  font-size: 13px;
  padding-left: 25px;
  background-size: 12px;
}
.AboutPage.OurFacilities
  #OurFacilitiesSec
  .TabContentBox
  .accordion-body
  ul
  li:not(:last-of-type) {
  margin-bottom: 15px;
}
@media only screen and (min-width: 468px) {
  .AboutPage.OurFacilities
    #OurFacilitiesSec
    .TabContentBox
    .accordion-body
    ul
    li {
    background-position: top 7px left;
    font-size: 16px;
    padding-left: 35px;
    background-size: 16px;
  }
}
@media only screen and (min-width: 992px) {
  .AboutPage.OurFacilities
    #OurFacilitiesSec
    .TabContentBox
    .accordion-body
    ul
    li {
    padding-left: 40px;
    font-size: 18px;
    background-size: 18px;
  }
}
@media only screen and (min-width: 1551px) {
  .AboutPage.OurFacilities
    #OurFacilitiesSec
    .TabContentBox
    .accordion-body
    ul
    li {
    background-position: top 10px left;
    font-size: 22px;
    padding-left: 60px;
    background-size: 20px;
  }
}
.AboutPage.OurFacilities #OurFacilitiesSec .TabContentBox .FacilitiesSlideSec {
  position: relative;
  padding: 40px 0 50px;
}
@media only screen and (min-width: 768px) {
  .AboutPage.OurFacilities
    #OurFacilitiesSec
    .TabContentBox
    .FacilitiesSlideSec {
    padding: 0 0 50px;
  }
}
@media only screen and (min-width: 992px) {
  .AboutPage.OurFacilities
    #OurFacilitiesSec
    .TabContentBox
    .FacilitiesSlideSec {
    padding: 0 0 65px;
  }
}
.AboutPage.OurFacilities
  #OurFacilitiesSec
  .TabContentBox
  .FacilitiesSlideSec::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: #15b3be;
  height: calc(50% + 40px);
}
@media only screen and (min-width: 468px) {
  .AboutPage.OurFacilities
    #OurFacilitiesSec
    .TabContentBox
    .FacilitiesSlideSec::after {
    height: calc(50% + 40px);
  }
}
@media only screen and (min-width: 768px) {
  .AboutPage.OurFacilities
    #OurFacilitiesSec
    .TabContentBox
    .FacilitiesSlideSec::after {
    height: calc(50% + 63px);
  }
}
@media only screen and (min-width: 992px) {
  .AboutPage.OurFacilities
    #OurFacilitiesSec
    .TabContentBox
    .FacilitiesSlideSec::after {
    height: calc(50% + 79px);
  }
}
@media only screen and (min-width: 1551px) {
  .AboutPage.OurFacilities
    #OurFacilitiesSec
    .TabContentBox
    .FacilitiesSlideSec::after {
    height: calc(50% + 84px);
  }
}
.AboutPage.OurFacilities
  #OurFacilitiesSec
  .TabContentBox
  .FacilitiesSlideSec
  .Box {
  text-align: center;
  transition: transform 400ms;
  transform: scale(0.5);
  transform-origin: center center;
}
.AboutPage.OurFacilities
  #OurFacilitiesSec
  .TabContentBox
  .FacilitiesSlideSec
  .Box
  .ImgBox {
  border-radius: 50%;
  background-color: #c7c7c8;
  overflow: hidden;
  margin-bottom: 15px;
  width: 265px;
  height: 265px;
  border: 5px solid #fff;
}
@media only screen and (min-width: 468px) {
  .AboutPage.OurFacilities
    #OurFacilitiesSec
    .TabContentBox
    .FacilitiesSlideSec
    .Box
    .ImgBox {
    width: 320px;
    height: 320px;
    margin-bottom: 25px;
  }
}
@media only screen and (min-width: 768px) {
  .AboutPage.OurFacilities
    #OurFacilitiesSec
    .TabContentBox
    .FacilitiesSlideSec
    .Box
    .ImgBox {
    width: 355px;
    height: 355px;
  }
}
@media only screen and (min-width: 992px) {
  .AboutPage.OurFacilities
    #OurFacilitiesSec
    .TabContentBox
    .FacilitiesSlideSec
    .Box
    .ImgBox {
    width: 440px;
    height: 440px;
  }
}
@media only screen and (min-width: 1551px) {
  .AboutPage.OurFacilities
    #OurFacilitiesSec
    .TabContentBox
    .FacilitiesSlideSec
    .Box
    .ImgBox {
    width: 509px;
    height: 509px;
  }
}
.AboutPage.OurFacilities
  #OurFacilitiesSec
  .TabContentBox
  .FacilitiesSlideSec
  .Box
  .ImgBox
  img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.AboutPage.OurFacilities
  #OurFacilitiesSec
  .TabContentBox
  .FacilitiesSlideSec
  .Box
  .Title {
  font-family: "Canela";
  color: #fff;
  transition: all 400ms;
  font-size: 20px;
}
@media only screen and (min-width: 468px) {
  .AboutPage.OurFacilities
    #OurFacilitiesSec
    .TabContentBox
    .FacilitiesSlideSec
    .Box
    .Title {
    font-size: 24px;
  }
}
@media only screen and (min-width: 576px) {
  .AboutPage.OurFacilities
    #OurFacilitiesSec
    .TabContentBox
    .FacilitiesSlideSec
    .Box
    .Title {
    font-size: 26px;
  }
}
@media only screen and (min-width: 992px) {
  .AboutPage.OurFacilities
    #OurFacilitiesSec
    .TabContentBox
    .FacilitiesSlideSec
    .Box
    .Title {
    font-size: 28px;
  }
}
@media only screen and (min-width: 1551px) {
  .AboutPage.OurFacilities
    #OurFacilitiesSec
    .TabContentBox
    .FacilitiesSlideSec
    .Box
    .Title {
    font-size: 30px;
  }
}
.AboutPage.OurFacilities
  #OurFacilitiesSec
  .TabContentBox
  .FacilitiesSlideSec
  .splide {
  z-index: 1;
}
.AboutPage.OurFacilities
  #OurFacilitiesSec
  .TabContentBox
  .FacilitiesSlideSec
  .splide__track {
  overflow: visible;
}
@media only screen and (min-width: 1200px) {
  .AboutPage.OurFacilities
    #OurFacilitiesSec
    .TabContentBox
    .FacilitiesSlideSec
    .splide__track {
    overflow: hidden;
  }
}
.AboutPage.OurFacilities
  #OurFacilitiesSec
  .TabContentBox
  .FacilitiesSlideSec
  .splide__slide {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 0;
}
.AboutPage.OurFacilities
  #OurFacilitiesSec
  .TabContentBox
  .FacilitiesSlideSec
  .splide__slide.is-active.is-visible {
  z-index: 1;
}
.AboutPage.OurFacilities
  #OurFacilitiesSec
  .TabContentBox
  .FacilitiesSlideSec
  .splide__slide.is-active
  .Box {
  transform: scale(1);
}
.AboutPage.OurFacilities
  #OurFacilitiesSec
  .TabContentBox
  .FacilitiesSlideSec
  .splide__arrows
  .splide__arrow {
  border: none;
  background: #fff;
  top: 42%;
}
@media only screen and (min-width: 768px) {
  .AboutPage.OurFacilities
    #OurFacilitiesSec
    .TabContentBox
    .FacilitiesSlideSec
    .splide__arrows
    .splide__arrow {
    background: none;
  }
}
.AboutPage.OurFacilities
  #OurFacilitiesSec
  .TabContentBox
  .FacilitiesSlideSec
  .splide__arrows
  .splide__arrow
  svg {
  stroke: #000;
  stroke-width: 3px;
}
@media only screen and (min-width: 768px) {
  .AboutPage.OurFacilities
    #OurFacilitiesSec
    .TabContentBox
    .FacilitiesSlideSec
    .splide__arrows
    .splide__arrow
    svg {
    width: 18px;
    height: 81px;
    stroke-width: 2px;
    stroke: #cacaca;
  }
}
.AboutPage.OurFacilities
  #OurFacilitiesSec
  .TabContentBox
  .FacilitiesSlideSec
  .splide__arrows
  .splide__arrow.splide__arrow--prev {
  left: 0px;
}
.AboutPage.OurFacilities
  #OurFacilitiesSec
  .TabContentBox
  .FacilitiesSlideSec
  .splide__arrows
  .splide__arrow.splide__arrow--prev
  svg {
  transform: rotate(0deg);
}
.AboutPage.OurFacilities
  #OurFacilitiesSec
  .TabContentBox
  .FacilitiesSlideSec
  .splide__arrows
  .splide__arrow.splide__arrow--next {
  right: 0px;
}
.AboutPage.OurFacilities
  #OurFacilitiesSec
  .TabContentBox
  .FacilitiesSlideSec
  .splide__arrows
  .splide__arrow.splide__arrow--next
  svg {
  transform: rotate(180deg);
}
.AboutPage.OurFacilities
  #OurFacilitiesSec
  .TabContentBox
  .FacilitiesSlideSec
  .splide__pagination {
  margin: 0 -5px;
  position: unset;
  margin-top: 20px;
}
@media only screen and (min-width: 468px) {
  .AboutPage.OurFacilities
    #OurFacilitiesSec
    .TabContentBox
    .FacilitiesSlideSec
    .splide__pagination {
    margin: 0 -15px;
    margin-top: 30px;
  }
}
@media only screen and (min-width: 992px) {
  .AboutPage.OurFacilities
    #OurFacilitiesSec
    .TabContentBox
    .FacilitiesSlideSec
    .splide__pagination {
    margin-top: 45px;
  }
}
@media only screen and (min-width: 1551px) {
  .AboutPage.OurFacilities
    #OurFacilitiesSec
    .TabContentBox
    .FacilitiesSlideSec
    .splide__pagination {
    margin-top: 65px;
  }
}
.AboutPage.OurFacilities
  #OurFacilitiesSec
  .TabContentBox
  .FacilitiesSlideSec
  .splide__pagination
  li {
  padding: 0 5px;
}
@media only screen and (min-width: 468px) {
  .AboutPage.OurFacilities
    #OurFacilitiesSec
    .TabContentBox
    .FacilitiesSlideSec
    .splide__pagination
    li {
    padding: 0 15px;
  }
}
.AboutPage.OurFacilities
  #OurFacilitiesSec
  .TabContentBox
  .FacilitiesSlideSec
  .splide__pagination
  li
  button {
  border-radius: 50%;
  background-color: #fff;
  width: 8px;
  height: 8px;
  transform: none;
  border: none;
  transition: all 0.3s;
  opacity: 0.5;
}
.AboutPage.OurFacilities
  #OurFacilitiesSec
  .TabContentBox
  .FacilitiesSlideSec
  .splide__pagination
  li
  button.is-active {
  opacity: 1;
}
.AboutPage.OurTeam #TeamAccordSec {
  padding: 45px 0 40px;
}
@media only screen and (min-width: 468px) {
  .AboutPage.OurTeam #TeamAccordSec {
    padding: 45px 0 50px;
  }
}
@media only screen and (min-width: 1551px) {
  .AboutPage.OurTeam #TeamAccordSec {
    padding: 65px 0 70px;
  }
}
.AboutPage.OurTeam #TeamAccordSec .nav-tabs {
  border: none;
  justify-content: center;
  margin: 0 -40px;
  border: none;
  display: none;
  margin-bottom: 65px;
}
@media only screen and (min-width: 768px) {
  .AboutPage.OurTeam #TeamAccordSec .nav-tabs {
    display: flex;
  }
}
@media only screen and (min-width: 1551px) {
  .AboutPage.OurTeam #TeamAccordSec .nav-tabs {
    margin-bottom: 85px;
  }
}
.AboutPage.OurTeam #TeamAccordSec .nav-tabs li {
  padding: 0 40px;
  position: relative;
}
.AboutPage.OurTeam #TeamAccordSec .nav-tabs li:not(:last-of-type)::after {
  content: "/";
  position: absolute;
  right: 0;
  top: 2px;
  color: #a3a4a4;
  font-size: 22px;
}
@media only screen and (min-width: 1551px) {
  .AboutPage.OurTeam #TeamAccordSec .nav-tabs li:not(:last-of-type)::after {
    font-size: 26px;
  }
}
.AboutPage.OurTeam #TeamAccordSec .nav-tabs li button {
  color: #4b4c4c;
  font-weight: 600;
  background: none;
  outline: none;
  box-shadow: none;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  transition: all 0.3s;
  padding: 0;
  font-size: 22px;
  padding-bottom: 15px;
}
@media only screen and (min-width: 1551px) {
  .AboutPage.OurTeam #TeamAccordSec .nav-tabs li button {
    font-size: 26px;
    padding-bottom: 30px;
  }
}
.AboutPage.OurTeam #TeamAccordSec .nav-tabs li button::before {
  content: "";
  background-color: #4b4c4c;
  opacity: 0.2;
  width: 100%;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  transition: all 0.3s;
  height: 5px;
}
@media only screen and (min-width: 1551px) {
  .AboutPage.OurTeam #TeamAccordSec .nav-tabs li button::before {
    height: 7px;
  }
}
.AboutPage.OurTeam #TeamAccordSec .nav-tabs li button::after {
  display: none;
}
.AboutPage.OurTeam #TeamAccordSec .nav-tabs li button[aria-expanded="true"] {
  color: #18c5d0;
}
.AboutPage.OurTeam
  #TeamAccordSec
  .nav-tabs
  li
  button[aria-expanded="true"]::before {
  background: #18c5d0;
  opacity: 1;
}
.AboutPage.OurTeam #TeamAccordSec .TabContentBox .accordion-item {
  border: none;
  box-shadow: none;
  background: none;
  border-radius: 0;
}
.AboutPage.OurTeam
  #TeamAccordSec
  .TabContentBox
  .accordion-item:not(:last-of-type) {
  margin-bottom: 10px;
}
@media only screen and (min-width: 768px) {
  .AboutPage.OurTeam
    #TeamAccordSec
    .TabContentBox
    .accordion-item:not(:last-of-type) {
    margin-bottom: 0px;
  }
}
@media only screen and (min-width: 768px) {
  .AboutPage.OurTeam #TeamAccordSec .TabContentBox .accordion-header {
    display: none;
  }
}
.AboutPage.OurTeam #TeamAccordSec .TabContentBox .accordion-header button {
  color: #fff;
  font-weight: 600;
  display: flex;
  align-items: center;
  background: #1d9379;
  border-radius: 0px;
  border: none;
  outline: none;
  box-shadow: none;
  min-width: 190px;
  font-size: 16px;
  height: 45px;
}
.AboutPage.OurTeam
  #TeamAccordSec
  .TabContentBox
  .accordion-header
  button::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}
@media only screen and (min-width: 468px) {
  .AboutPage.OurTeam #TeamAccordSec .TabContentBox .accordion-header button {
    min-width: 200px;
    font-size: 18px;
  }
}
@media only screen and (min-width: 768px) {
  .AboutPage.OurTeam
    #TeamAccordSec
    .TabContentBox
    .accordion-header
    button::after {
    display: none;
  }
}
@media only screen and (min-width: 992px) {
  .AboutPage.OurTeam #TeamAccordSec .TabContentBox .accordion-header button {
    min-width: 260px;
    font-size: 20px;
    height: 55px;
  }
}
@media only screen and (min-width: 1551px) {
  .AboutPage.OurTeam #TeamAccordSec .TabContentBox .accordion-header button {
    min-width: 300px;
    font-size: 26px;
    height: 70px;
  }
}
.AboutPage.OurTeam
  #TeamAccordSec
  .TabContentBox
  .accordion-header
  button.BtnOne {
  background: #1d937a;
}
.AboutPage.OurTeam
  #TeamAccordSec
  .TabContentBox
  .accordion-header
  button.BtnTwo {
  background: #18c5d0;
}
.AboutPage.OurTeam
  #TeamAccordSec
  .TabContentBox
  .accordion-header
  button.BtnThree {
  background: #78a62a;
}
.AboutPage.OurTeam #TeamAccordSec .TabContentBox .accordion-body {
  padding: 30px 15px;
}
@media only screen and (min-width: 468px) {
  .AboutPage.OurTeam #TeamAccordSec .TabContentBox .accordion-body {
    padding: 0;
  }
}
.AboutPage.OurTeam #TeamAccordSec .TabContentBox .accordion-body .TeamList {
  margin: -5px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media only screen and (min-width: 468px) {
  .AboutPage.OurTeam #TeamAccordSec .TabContentBox .accordion-body .TeamList {
    margin: -8px;
  }
}
@media only screen and (min-width: 768px) {
  .AboutPage.OurTeam #TeamAccordSec .TabContentBox .accordion-body .TeamList {
    margin: -15px;
  }
}
.AboutPage.OurTeam
  #TeamAccordSec
  .TabContentBox
  .accordion-body
  .TeamList
  .ListBox {
  text-align: center;
  width: 50%;
  padding: 5px;
}
@media only screen and (min-width: 468px) {
  .AboutPage.OurTeam
    #TeamAccordSec
    .TabContentBox
    .accordion-body
    .TeamList
    .ListBox {
    padding: 8px;
    width: 33.3333333333%;
  }
}
@media only screen and (min-width: 768px) {
  .AboutPage.OurTeam
    #TeamAccordSec
    .TabContentBox
    .accordion-body
    .TeamList
    .ListBox {
    padding: 15px;
  }
}
@media only screen and (min-width: 1200px) {
  .AboutPage.OurTeam
    #TeamAccordSec
    .TabContentBox
    .accordion-body
    .TeamList
    .ListBox {
    width: 20%;
  }
}
.AboutPage.OurTeam
  #TeamAccordSec
  .TabContentBox
  .accordion-body
  .TeamList
  .ListBox
  .ImgBOxOuter {
  position: relative;
}
.AboutPage.OurTeam
  #TeamAccordSec
  .TabContentBox
  .accordion-body
  .TeamList
  .ListBox
  .ImgBOxOuter::before {
  content: "";
  position: absolute;
  border-radius: 25px;
  background-color: #18c4d0;
  width: calc(100% - 45px);
  height: calc(100% - 45px);
  right: -5px;
  top: -5px;
}
@media only screen and (min-width: 468px) {
  .AboutPage.OurTeam
    #TeamAccordSec
    .TabContentBox
    .accordion-body
    .TeamList
    .ListBox
    .ImgBOxOuter::before {
    right: -10px;
    top: -10px;
  }
}
.AboutPage.OurTeam
  #TeamAccordSec
  .TabContentBox
  .accordion-body
  .TeamList
  .ListBox
  .ImgBOx {
  border-radius: 25px;
  background-color: #18c4d0;
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 1;
  max-height: 245px;
}
@media only screen and (min-width: 468px) {
  .AboutPage.OurTeam
    #TeamAccordSec
    .TabContentBox
    .accordion-body
    .TeamList
    .ListBox
    .ImgBOx {
    max-height: 320px;
  }
}
@media only screen and (min-width: 1200px) {
  .AboutPage.OurTeam
    #TeamAccordSec
    .TabContentBox
    .accordion-body
    .TeamList
    .ListBox
    .ImgBOx {
    max-height: 280px;
  }
}
@media only screen and (min-width: 1551px) {
  .AboutPage.OurTeam
    #TeamAccordSec
    .TabContentBox
    .accordion-body
    .TeamList
    .ListBox
    .ImgBOx {
    max-height: 304px;
  }
}
.AboutPage.OurTeam
  #TeamAccordSec
  .TabContentBox
  .accordion-body
  .TeamList
  .ListBox
  .ImgBOx
  img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.AboutPage.OurTeam
  #TeamAccordSec
  .TabContentBox
  .accordion-body
  .TeamList
  .ListBox
  .ProInfo {
  padding: 20px 10px 25px;
}
.AboutPage.OurTeam
  #TeamAccordSec
  .TabContentBox
  .accordion-body
  .TeamList
  .ListBox
  .ProInfo
  .Name {
  font-family: "Canela";
  color: #0c8b94;
  margin-bottom: 10px;
  font-size: 20px;
}
@media only screen and (min-width: 1551px) {
  .AboutPage.OurTeam
    #TeamAccordSec
    .TabContentBox
    .accordion-body
    .TeamList
    .ListBox
    .ProInfo
    .Name {
    font-size: 22.205px;
  }
}
.AboutPage.OurTeam
  #TeamAccordSec
  .TabContentBox
  .accordion-body
  .TeamList
  .ListBox
  .ProInfo
  .Desig {
  color: #5e5e5e;
  font-size: 14px;
}
@media only screen and (min-width: 1551px) {
  .AboutPage.OurTeam
    #TeamAccordSec
    .TabContentBox
    .accordion-body
    .TeamList
    .ListBox
    .ProInfo
    .Desig {
    font-size: 16px;
  }
}
.AboutPage.OurTeam #ExploreMore {
  padding: 40px 0 60px;
}
@media only screen and (min-width: 468px) {
  .AboutPage.OurTeam #ExploreMore {
    padding: 50px 0 115px;
  }
}
@media only screen and (min-width: 1551px) {
  .AboutPage.OurTeam #ExploreMore {
    padding: 70px 0 160px;
  }
}
.AboutPage.OurHeritage #OurHeritage {
  position: relative;
  padding: 45px 0 40px;
}
@media only screen and (min-width: 468px) {
  .AboutPage.OurHeritage #OurHeritage {
    padding: 60px 0 40px;
  }
}
@media only screen and (min-width: 576px) {
  .AboutPage.OurHeritage #OurHeritage {
    padding: 90px 0 40px;
  }
}
@media only screen and (min-width: 1200px) {
  .AboutPage.OurHeritage #OurHeritage {
    padding: 115px 0 55px;
  }
}
.AboutPage.OurHeritage #OurHeritage .FloatIcons {
  pointer-events: none;
}
.AboutPage.OurHeritage #OurHeritage .FloatIcons #PlusIcon {
  fill: #00aeef;
  position: absolute;
  -webkit-animation: rotating 15s linear infinite;
  -moz-animation: rotating 15s linear infinite;
  -ms-animation: rotating 15s linear infinite;
  -o-animation: rotating 15s linear infinite;
  animation: rotating 15s linear infinite;
  width: 14px;
  height: 14px;
  top: 20px;
  left: 10%;
}
@media only screen and (min-width: 468px) {
  .AboutPage.OurHeritage #OurHeritage .FloatIcons #PlusIcon {
    top: 30px;
  }
}
@media only screen and (min-width: 576px) {
  .AboutPage.OurHeritage #OurHeritage .FloatIcons #PlusIcon {
    left: 16.5%;
  }
}
@media only screen and (min-width: 1200px) {
  .AboutPage.OurHeritage #OurHeritage .FloatIcons #PlusIcon {
    width: 21px;
    height: 21px;
  }
}
@media only screen and (min-width: 1551px) {
  .AboutPage.OurHeritage #OurHeritage .FloatIcons #PlusIcon {
    top: 55px;
    left: 18.5%;
  }
}
.AboutPage.OurHeritage #OurHeritage .FloatIcons #PlusIcon2 {
  width: 21px;
  height: 21px;
  fill: #00aeef;
  position: absolute;
  -webkit-animation: scale-upOne 5s linear infinite;
  -moz-animation: scale-upOne 5s linear infinite;
  -ms-animation: scale-upOne 5s linear infinite;
  -o-animation: scale-upOne 5s linear infinite;
  animation: scale-upOne 5s linear infinite;
  top: 30px;
  right: 40px;
}
@media only screen and (min-width: 468px) {
  .AboutPage.OurHeritage #OurHeritage .FloatIcons #PlusIcon2 {
    right: 140px;
  }
}
@media only screen and (min-width: 992px) {
  .AboutPage.OurHeritage #OurHeritage .FloatIcons #PlusIcon2 {
    top: 21%;
    right: 130px;
  }
}
.AboutPage.OurHeritage #OurHeritage .FloatIcons #SimpleRoundIco {
  width: 18px;
  height: 18px;
  fill: #00aeef;
  position: absolute;
  -webkit-animation: jump 5s linear infinite;
  -moz-animation: jump 5s linear infinite;
  -ms-animation: jump 5s linear infinite;
  -o-animation: jump 5s linear infinite;
  animation: jump 5s linear infinite;
  top: 150px;
  left: 40px;
}
@media only screen and (min-width: 468px) {
  .AboutPage.OurHeritage #OurHeritage .FloatIcons #SimpleRoundIco {
    left: auto;
    right: 40px;
  }
}
@media only screen and (min-width: 992px) {
  .AboutPage.OurHeritage #OurHeritage .FloatIcons #SimpleRoundIco {
    top: 30%;
    right: 45px;
  }
}
.AboutPage.OurHeritage #OurHeritage .FloatIcons #RoundIco {
  position: absolute;
  bottom: 65px;
  left: -19px;
  -webkit-animation: animationFramesOne 15s linear infinite;
  -moz-animation: animationFramesOne 15s linear infinite;
  -ms-animation: animationFramesOne 15s linear infinite;
  -o-animation: animationFramesOne 15s linear infinite;
  animation: animationFramesUp 15s linear infinite;
  width: 20px;
  height: 20px;
}
@media only screen and (min-width: 468px) {
  .AboutPage.OurHeritage #OurHeritage .FloatIcons #RoundIco {
    width: 28px;
    height: 28px;
  }
}
@media only screen and (min-width: 1200px) {
  .AboutPage.OurHeritage #OurHeritage .FloatIcons #RoundIco {
    width: 36px;
    height: 36px;
  }
}
.AboutPage.OurHeritage #OurHeritage .FloatIcons #RoundIco .st0 {
  fill: #00aeef;
}
.AboutPage.OurHeritage #OurHeritage .FloatIcons #RoundIco .st1 {
  fill: #393c3f;
}
.AboutPage.OurHeritage #OurHeritage .FloatIcons #RoundIco2 {
  position: absolute;
  -webkit-animation: animationFramesOne 15s linear infinite reverse;
  -moz-animation: animationFramesOne 15s linear infinite reverse;
  -ms-animation: animationFramesOne 15s linear infinite reverse;
  -o-animation: animationFramesOne 15s linear infinite reverse;
  animation: animationFramesOne 15s linear infinite reverse;
  bottom: 40px;
  right: 40px;
  width: 20px;
  height: 20px;
}
@media only screen and (min-width: 468px) {
  .AboutPage.OurHeritage #OurHeritage .FloatIcons #RoundIco2 {
    width: 28px;
    height: 28px;
  }
}
@media only screen and (min-width: 992px) {
  .AboutPage.OurHeritage #OurHeritage .FloatIcons #RoundIco2 {
    bottom: 21%;
    right: 130px;
  }
}
@media only screen and (min-width: 1200px) {
  .AboutPage.OurHeritage #OurHeritage .FloatIcons #RoundIco2 {
    width: 36px;
    height: 36px;
  }
}
.AboutPage.OurHeritage #OurHeritage .FloatIcons #RoundIco2 .st0 {
  fill: #00aeef;
}
.AboutPage.OurHeritage #OurHeritage .FloatIcons #RoundIco2 .st1 {
  fill: #393c3f;
}
.AboutPage.OurHeritage #OurHeritage .MainHead .SecInfo {
  max-width: 375px;
}
@media only screen and (min-width: 576px) {
  .AboutPage.OurHeritage #OurHeritage .MainHead .SecInfo {
    max-width: 425px;
  }
}
@media only screen and (min-width: 1200px) {
  .AboutPage.OurHeritage #OurHeritage .MainHead .SecInfo {
    margin-left: 245px;
    max-width: 500px;
  }
}
@media only screen and (min-width: 1551px) {
  .AboutPage.OurHeritage #OurHeritage .MainHead .SecInfo {
    margin-left: 345px;
    max-width: 605px;
  }
}
.AboutPage.OurHeritage #OurHeritage .LegacYBox {
  background-color: #fff;
  box-shadow: 0px 0px 49px 0px rgba(1, 16, 69, 0.15);
  overflow: hidden;
  border-radius: 30px;
  padding: 35px 25px 40px;
}
@media only screen and (min-width: 468px) {
  .AboutPage.OurHeritage #OurHeritage .LegacYBox {
    border-radius: 50px;
    padding: 45px 40px 55px;
  }
}
@media only screen and (min-width: 992px) {
  .AboutPage.OurHeritage #OurHeritage .LegacYBox {
    padding: 55px 0 80px;
  }
}
.AboutPage.OurHeritage #OurHeritage .LegacYBox .Flex {
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.AboutPage.OurHeritage #OurHeritage .LegacYBox .Flex .CntnBox {
  color: #4b4c4c;
  font-style: italic;
  width: 100%;
  order: 1;
  font-size: 14px;
  line-height: 26px;
}
@media only screen and (min-width: 468px) {
  .AboutPage.OurHeritage #OurHeritage .LegacYBox .Flex .CntnBox {
    font-size: 16px;
    line-height: 28px;
  }
}
@media only screen and (min-width: 768px) {
  .AboutPage.OurHeritage #OurHeritage .LegacYBox .Flex .CntnBox {
    font-size: 18px;
    line-height: 30px;
  }
}
@media only screen and (min-width: 992px) {
  .AboutPage.OurHeritage #OurHeritage .LegacYBox .Flex .CntnBox {
    border-right: 1px solid #19c5cf;
    font-size: 20px;
    line-height: 34px;
    order: 0;
    width: calc(100% - 320px);
    padding: 0 45px;
  }
}
@media only screen and (min-width: 1200px) {
  .AboutPage.OurHeritage #OurHeritage .LegacYBox .Flex .CntnBox {
    width: calc(100% - 370px);
    padding: 0 75px 0 55px;
  }
}
@media only screen and (min-width: 1551px) {
  .AboutPage.OurHeritage #OurHeritage .LegacYBox .Flex .CntnBox {
    font-size: 26px;
    line-height: 36px;
  }
}
.AboutPage.OurHeritage #OurHeritage .LegacYBox .Flex .CountBox {
  font-family: "Canela";
  color: #4b4c4c;
  width: 100%;
  order: 0;
  margin-bottom: 15px;
  font-size: 30px;
  line-height: 38px;
}
@media only screen and (min-width: 468px) {
  .AboutPage.OurHeritage #OurHeritage .LegacYBox .Flex .CountBox {
    font-size: 32px;
    line-height: 40px;
  }
}
@media only screen and (min-width: 768px) {
  .AboutPage.OurHeritage #OurHeritage .LegacYBox .Flex .CountBox {
    font-size: 50px;
    line-height: 48px;
  }
}
@media only screen and (min-width: 992px) {
  .AboutPage.OurHeritage #OurHeritage .LegacYBox .Flex .CountBox {
    margin-bottom: 0px;
    order: 1;
    width: 320px;
    padding: 0 25px 0 40px;
  }
}
@media only screen and (min-width: 1200px) {
  .AboutPage.OurHeritage #OurHeritage .LegacYBox .Flex .CountBox {
    width: 370px;
    padding: 0 40px 0 70px;
  }
}
@media only screen and (min-width: 1551px) {
  .AboutPage.OurHeritage #OurHeritage .LegacYBox .Flex .CountBox {
    font-size: 50px;
    line-height: 60px;
  }
}
.AboutPage.OurHeritage #OurHeritage .LegacYBox .Flex .CountBox span {
  color: #19c5cf;
  font-size: 42px;
}
@media only screen and (min-width: 468px) {
  .AboutPage.OurHeritage #OurHeritage .LegacYBox .Flex .CountBox span {
    font-size: 54px;
  }
}
@media only screen and (min-width: 768px) {
  .AboutPage.OurHeritage #OurHeritage .LegacYBox .Flex .CountBox span {
    font-size: 70px;
  }
}
@media only screen and (min-width: 1551px) {
  .AboutPage.OurHeritage #OurHeritage .LegacYBox .Flex .CountBox span {
    font-size: 90px;
  }
}
.AboutPage.OurHeritage #HeritageSteps {
  padding: 45px 0 40px;
}
@media only screen and (min-width: 576px) {
  .AboutPage.OurHeritage #HeritageSteps {
    padding: 50px 0 40px;
  }
}
@media only screen and (min-width: 1200px) {
  .AboutPage.OurHeritage #HeritageSteps {
    padding: 55px 0 65px;
  }
}
.AboutPage.OurHeritage #HeritageSteps .ItmFlexBox {
  margin: -25px 0;
}
@media only screen and (min-width: 468px) {
  .AboutPage.OurHeritage #HeritageSteps .ItmFlexBox {
    margin: -35px 0;
  }
}
@media only screen and (min-width: 1551px) {
  .AboutPage.OurHeritage #HeritageSteps .ItmFlexBox {
    margin: -72px 0;
  }
}
.AboutPage.OurHeritage #HeritageSteps .ItmBox {
  padding: 25px 0;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media only screen and (min-width: 468px) {
  .AboutPage.OurHeritage #HeritageSteps .ItmBox {
    padding: 35px 0;
  }
}
@media only screen and (min-width: 992px) {
  .AboutPage.OurHeritage #HeritageSteps .ItmBox {
    margin: -25px;
  }
}
@media only screen and (min-width: 1200px) {
  .AboutPage.OurHeritage #HeritageSteps .ItmBox {
    margin: -40px;
  }
}
@media only screen and (min-width: 1551px) {
  .AboutPage.OurHeritage #HeritageSteps .ItmBox {
    padding: 72px 0;
  }
}
@media only screen and (min-width: 992px) {
  .AboutPage.OurHeritage #HeritageSteps .ItmBox > * {
    padding: 25px;
  }
}
@media only screen and (min-width: 1200px) {
  .AboutPage.OurHeritage #HeritageSteps .ItmBox > * {
    padding: 40px;
  }
}
.AboutPage.OurHeritage #HeritageSteps .ItmBox .CntnBox {
  width: 100%;
}
@media only screen and (min-width: 992px) {
  .AboutPage.OurHeritage #HeritageSteps .ItmBox .CntnBox {
    width: calc(100% - 440px);
  }
}
@media only screen and (min-width: 1200px) {
  .AboutPage.OurHeritage #HeritageSteps .ItmBox .CntnBox {
    width: calc(100% - 515px);
  }
}
.AboutPage.OurHeritage #HeritageSteps .ItmBox .CntnBox .Title {
  font-family: "Canela";
  color: #0b8c93;
  line-height: normal;
  font-size: 28px;
  margin-bottom: 15px;
}
@media only screen and (min-width: 468px) {
  .AboutPage.OurHeritage #HeritageSteps .ItmBox .CntnBox .Title {
    font-size: 32px;
  }
}
@media only screen and (min-width: 992px) {
  .AboutPage.OurHeritage #HeritageSteps .ItmBox .CntnBox .Title {
    font-size: 38px;
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 1200px) {
  .AboutPage.OurHeritage #HeritageSteps .ItmBox .CntnBox .Title {
    font-size: 40px;
    margin-bottom: 35px;
  }
}
.AboutPage.OurHeritage #HeritageSteps .ItmBox .CntnBox p {
  color: #4b4c4c;
  margin: 0;
}
@media only screen and (min-width: 992px) {
  .AboutPage.OurHeritage #HeritageSteps .ItmBox .CntnBox p {
    font-size: 18px;
    line-height: 32px;
  }
  .AboutPage.OurHeritage #HeritageSteps .ItmBox .CntnBox p strong {
    font-size: 22px;
    font-weight: 500;
  }
}
@media only screen and (min-width: 992px) and (min-width: 1551px) {
  .AboutPage.OurHeritage #HeritageSteps .ItmBox .CntnBox p strong {
    font-size: 24px;
  }
}
.AboutPage.OurHeritage #HeritageSteps .ItmBox .RitBox {
  position: relative;
  margin-bottom: 20px;
  width: 100%;
}
@media only screen and (min-width: 468px) {
  .AboutPage.OurHeritage #HeritageSteps .ItmBox .RitBox {
    width: 440px;
  }
}
@media only screen and (min-width: 992px) {
  .AboutPage.OurHeritage #HeritageSteps .ItmBox .RitBox {
    margin-bottom: 0px;
  }
}
@media only screen and (min-width: 1200px) {
  .AboutPage.OurHeritage #HeritageSteps .ItmBox .RitBox {
    width: 515px;
  }
}
.AboutPage.OurHeritage #HeritageSteps .ItmBox .RitBox .ImgBoxWrapper {
  position: relative;
}
.AboutPage.OurHeritage #HeritageSteps .ItmBox .RitBox .ImgBox {
  background-color: #fff;
  overflow: hidden;
  box-shadow: 0px 0px 49px 0px rgba(1, 16, 69, 0.15);
  border-radius: 30px;
  height: 215px;
}
@media only screen and (min-width: 468px) {
  .AboutPage.OurHeritage #HeritageSteps .ItmBox .RitBox .ImgBox {
    border-radius: 50px;
    height: 250px;
  }
}
.AboutPage.OurHeritage #HeritageSteps .ItmBox .RitBox .ImgBox img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.AboutPage.OurHeritage #HeritageSteps .ItmBox .RitBox .shape {
  border-radius: 50%;
  background-color: #19c5cf;
  opacity: 0.561;
  width: 42px;
  height: 42px;
  position: absolute;
  left: 35px;
  bottom: -22px;
}
@media only screen and (min-width: 992px) {
  .AboutPage.OurHeritage #HeritageSteps .ItmBox:nth-child(odd) .RitBox {
    order: 1;
  }
  .AboutPage.OurHeritage #HeritageSteps .ItmBox:nth-child(odd) .CntnBox {
    order: 0;
  }
}
.AboutPage.OurHeritage #HeritageSteps .ItmBox:nth-child(even) .RitBox .shape {
  left: auto;
  right: 65px;
}
.AboutPage.OurHeritage #HeritageGall {
  padding: 40px 0 45px;
}
@media only screen and (min-width: 468px) {
  .AboutPage.OurHeritage #HeritageGall {
    padding: 50px 0 55px;
  }
}
@media only screen and (min-width: 992px) {
  .AboutPage.OurHeritage #HeritageGall {
    padding: 75px 0 70px;
  }
}
@media only screen and (min-width: 768px) {
  .AboutPage.OurHeritage #HeritageGall .MainHead {
    padding-left: 17%;
  }
}
@media only screen and (min-width: 1551px) {
  .AboutPage.OurHeritage #HeritageGall .MainHead {
    padding-left: 320px;
  }
}
.AboutPage.OurHeritage #HeritageGall .MainHead span {
  color: #eca100;
}
.AboutPage.OurHeritage #HeritageGall .SecInfo {
  max-width: 675px;
}
.AboutPage.OurHeritage #HeritageGall .SecInfo svg {
  stroke: #eca100;
}
.AboutPage.OurHeritage #HeritageGall .GalleryGridFlex .GalleryGrid {
  margin: -9px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.AboutPage.OurHeritage
  #HeritageGall
  .GalleryGridFlex
  .GalleryGrid:not(:first-of-type)
  .GridBox:nth-child(odd) {
  margin: 0;
}
.AboutPage.OurHeritage #HeritageGall .GalleryGridFlex .GridBox {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding: 4px;
  margin: -4px;
}
@media only screen and (min-width: 468px) {
  .AboutPage.OurHeritage #HeritageGall .GalleryGridFlex .GridBox {
    padding: 9px;
    margin: -9px;
  }
}
@media only screen and (min-width: 768px) {
  .AboutPage.OurHeritage #HeritageGall .GalleryGridFlex .GridBox {
    display: block;
    width: 33.3333333333%;
  }
}
.AboutPage.OurHeritage #HeritageGall .GalleryGridFlex .GridBox .Grid {
  color: #656767;
  font-style: italic;
  font-size: 14px;
  line-height: 26px;
  width: 50%;
  padding: 4px;
}
@media only screen and (min-width: 468px) {
  .AboutPage.OurHeritage #HeritageGall .GalleryGridFlex .GridBox .Grid {
    padding: 9px;
  }
}
@media only screen and (min-width: 768px) {
  .AboutPage.OurHeritage #HeritageGall .GalleryGridFlex .GridBox .Grid {
    width: 100%;
  }
}
@media only screen and (min-width: 1200px) {
  .AboutPage.OurHeritage #HeritageGall .GalleryGridFlex .GridBox .Grid {
    font-size: 17px;
    line-height: 28px;
  }
}
@media only screen and (min-width: 1551px) {
  .AboutPage.OurHeritage #HeritageGall .GalleryGridFlex .GridBox .Grid {
    font-size: 20px;
    line-height: 32px;
  }
}
.AboutPage.OurHeritage #HeritageGall .GalleryGridFlex .GridBox .Grid .ImgBox {
  border-radius: 15px;
  background-color: #9da19d;
  display: block;
  overflow: hidden;
  height: 165px;
}
@media only screen and (min-width: 468px) {
  .AboutPage.OurHeritage #HeritageGall .GalleryGridFlex .GridBox .Grid .ImgBox {
    height: 290px;
  }
}
@media only screen and (min-width: 1551px) {
  .AboutPage.OurHeritage #HeritageGall .GalleryGridFlex .GridBox .Grid .ImgBox {
    height: 330px;
  }
}
.AboutPage.OurHeritage
  #HeritageGall
  .GalleryGridFlex
  .GridBox
  .Grid
  .ImgBox
  img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media only screen and (min-width: 768px) {
  .AboutPage.OurHeritage
    #HeritageGall
    .GalleryGridFlex
    .GridBox:nth-child(odd) {
    margin-top: 70px;
  }
}
@media only screen and (min-width: 1551px) {
  .AboutPage.OurHeritage
    #HeritageGall
    .GalleryGridFlex
    .GridBox:nth-child(odd) {
    margin-top: 80px;
  }
}
.AboutPage.OurHeritage
  #HeritageGall
  .GalleryGridFlex
  .GridBox:nth-child(even)
  .Grid {
  width: 100%;
}
.AboutPage.OurHeritage
  #HeritageGall
  .GalleryGridFlex
  .GridBox:nth-child(even)
  .Grid
  .ImgBox {
  height: 275px;
}
@media only screen and (min-width: 155468px) {
  .AboutPage.OurHeritage
    #HeritageGall
    .GalleryGridFlex
    .GridBox:nth-child(even)
    .Grid
    .ImgBox {
    height: 275px;
  }
}
@media only screen and (min-width: 1551px) {
  .AboutPage.OurHeritage
    #HeritageGall
    .GalleryGridFlex
    .GridBox:nth-child(even)
    .Grid
    .ImgBox {
    height: 290px;
  }
}
.AboutPage.OurHeritage
  #HeritageGall
  .GalleryGridFlex
  .GridBox:nth-child(even)
  .Grid:nth-child(2) {
  order: 3;
}
@media only screen and (min-width: 768px) {
  .AboutPage.OurHeritage
    #HeritageGall
    .GalleryGridFlex
    .GridBox:nth-child(even)
    .Grid:nth-child(2) {
    order: 2;
  }
}
.AboutPage.OurHeritage
  #HeritageGall
  .GalleryGridFlex
  .GridBox:nth-child(even)
  .Grid:nth-child(3) {
  order: 2;
}
@media only screen and (min-width: 768px) {
  .AboutPage.OurHeritage
    #HeritageGall
    .GalleryGridFlex
    .GridBox:nth-child(even)
    .Grid:nth-child(3) {
    order: 3;
  }
}
.AboutPage.OurHeritage #HeritageGall .GalleryGridFlex .GridBox .Txt {
  padding: 10px 0;
}
@media only screen and (min-width: 1200px) {
  .AboutPage.OurHeritage #HeritageGall .GalleryGridFlex .GridBox .Txt {
    padding: 20px 0;
  }
}
.AboutPage.OurHeritage #Difference {
  padding: 40px 0 45px;
}
@media only screen and (min-width: 468px) {
  .AboutPage.OurHeritage #Difference {
    padding: 50px 0 55px;
  }
}
@media only screen and (min-width: 992px) {
  .AboutPage.OurHeritage #Difference {
    padding: 70px 0 105px;
  }
}
@media only screen and (min-width: 992px) {
  .AboutPage.OurHeritage #Difference .row {
    padding: 0 35px;
  }
}
@media only screen and (min-width: 1200px) {
  .AboutPage.OurHeritage #Difference .row {
    padding: 0 80px;
  }
}
@media only screen and (min-width: 1551px) {
  .AboutPage.OurHeritage #Difference .row {
    padding: 0 108px;
  }
}
.AboutPage.OurHeritage #Difference .Title {
  font-family: "Canela";
  color: gray;
  font-size: 24px;
  line-height: 32px;
}
@media only screen and (min-width: 468px) {
  .AboutPage.OurHeritage #Difference .Title {
    font-size: 30px;
    line-height: 40px;
  }
}
@media only screen and (min-width: 576px) {
  .AboutPage.OurHeritage #Difference .Title {
    font-size: 32px;
    line-height: 42px;
  }
}
@media only screen and (min-width: 768px) {
  .AboutPage.OurHeritage #Difference .Title {
    font-size: 42px;
    line-height: 55px;
  }
}
@media only screen and (min-width: 1200px) {
  .AboutPage.OurHeritage #Difference .Title {
    font-size: 45px;
    line-height: 55px;
  }
}
@media only screen and (min-width: 1551px) {
  .AboutPage.OurHeritage #Difference .Title {
    line-height: 70px;
    font-size: 55px;
  }
}
.AboutPage.OurHeritage #Difference .Title span {
  color: #18c5d0;
  line-height: normal;
  font-size: 32px;
}
@media only screen and (min-width: 468px) {
  .AboutPage.OurHeritage #Difference .Title span {
    font-size: 38px;
    line-height: 42px;
  }
}
@media only screen and (min-width: 576px) {
  .AboutPage.OurHeritage #Difference .Title span {
    font-size: 44px;
    line-height: 58px;
  }
}
@media only screen and (min-width: 768px) {
  .AboutPage.OurHeritage #Difference .Title span {
    font-size: 60px;
    line-height: 74px;
  }
}
@media only screen and (min-width: 1200px) {
  .AboutPage.OurHeritage #Difference .Title span {
    font-size: 64px;
    line-height: 78px;
  }
}
@media only screen and (min-width: 1551px) {
  .AboutPage.OurHeritage #Difference .Title span {
    font-size: 90px;
    line-height: 100px;
  }
}
.AboutPage.OurHeritage #Difference ul li {
  color: #515252;
  line-height: normal;
  background: url("../images/tick.svg") no-repeat;
  background-position: top 6px left;
  font-size: 13px;
  padding-left: 25px;
  background-size: 12px;
}
.AboutPage.OurHeritage #Difference ul li:not(:last-of-type) {
  margin-bottom: 15px;
}
@media only screen and (min-width: 468px) {
  .AboutPage.OurHeritage #Difference ul li {
    background-position: top 7px left;
    font-size: 16px;
    padding-left: 35px;
    background-size: 16px;
  }
}
@media only screen and (min-width: 992px) {
  .AboutPage.OurHeritage #Difference ul li {
    padding-left: 40px;
    font-size: 18px;
    background-size: 18px;
  }
}
@media only screen and (min-width: 1551px) {
  .AboutPage.OurHeritage #Difference ul li {
    background-position: top 10px left;
    font-size: 22px;
    padding-left: 60px;
    background-size: 20px;
  }
}
.AboutPage.OurHeritage #GemsTimeline {
  margin-bottom: 45px;
}
@media only screen and (min-width: 468px) {
  .AboutPage.OurHeritage #GemsTimeline {
    margin-bottom: 75px;
  }
}
@media only screen and (min-width: 992px) {
  .AboutPage.OurHeritage #GemsTimeline {
    margin-bottom: 105px;
  }
}
.AboutPage.OurHeritage #GemsTimeline .TimelineBox {
  background-color: #fff;
  box-shadow: 0px 0px 49px 0px rgba(1, 16, 69, 0.15);
  align-items: center;
  border-radius: 30px;
  padding: 35px 25px 45px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media only screen and (min-width: 992px) {
  .AboutPage.OurHeritage #GemsTimeline .TimelineBox {
    border-radius: 50px;
    padding: 70px 75px 75px;
  }
}
@media only screen and (min-width: 1551px) {
  .AboutPage.OurHeritage #GemsTimeline .TimelineBox {
    padding: 95px 105px 80px;
  }
}
.AboutPage.OurHeritage #GemsTimeline .TimelineBox .CntnSec {
  width: 100%;
  margin-bottom: 20px;
}
@media only screen and (min-width: 992px) {
  .AboutPage.OurHeritage #GemsTimeline .TimelineBox .CntnSec {
    margin-bottom: 0px;
    width: calc(100% - 230px);
    padding-right: 30px;
  }
}
@media only screen and (min-width: 1551px) {
  .AboutPage.OurHeritage #GemsTimeline .TimelineBox .CntnSec {
    width: calc(100% - 260px);
  }
}
.AboutPage.OurHeritage #GemsTimeline .TimelineBox .CntnSec .Title {
  font-family: "Canela";
  color: #ed008c;
  font-size: 28px;
}
@media only screen and (min-width: 468px) {
  .AboutPage.OurHeritage #GemsTimeline .TimelineBox .CntnSec .Title {
    font-size: 32px;
  }
}
@media only screen and (min-width: 992px) {
  .AboutPage.OurHeritage #GemsTimeline .TimelineBox .CntnSec .Title {
    font-size: 38px;
  }
}
@media only screen and (min-width: 1551px) {
  .AboutPage.OurHeritage #GemsTimeline .TimelineBox .CntnSec .Title {
    font-size: 45px;
  }
}
.AboutPage.OurHeritage #GemsTimeline .TimelineBox .CntnSec .info {
  color: #4b4c4c;
  line-height: 22px;
  font-size: 14px;
}
.AboutPage.OurHeritage #GemsTimeline .TimelineBox .CntnSec .info br {
  display: none;
}
@media only screen and (min-width: 468px) {
  .AboutPage.OurHeritage #GemsTimeline .TimelineBox .CntnSec .info {
    font-size: 16px;
    line-height: 26px;
  }
}
@media only screen and (min-width: 992px) {
  .AboutPage.OurHeritage #GemsTimeline .TimelineBox .CntnSec .info {
    font-size: 18px;
  }
  .AboutPage.OurHeritage #GemsTimeline .TimelineBox .CntnSec .info br {
    display: block;
  }
}
@media only screen and (min-width: 1551px) {
  .AboutPage.OurHeritage #GemsTimeline .TimelineBox .CntnSec .info {
    font-size: 24px;
    line-height: 30px;
  }
}
.AboutPage.OurHeritage #GemsTimeline .TimelineBox .Btn {
  background-color: #ed008c;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: 500;
  width: 165px;
  height: 40px;
  font-size: 13px;
}
@media only screen and (min-width: 468px) {
  .AboutPage.OurHeritage #GemsTimeline .TimelineBox .Btn {
    width: 190px;
    height: 45px;
    font-size: 15px;
  }
}
@media only screen and (min-width: 992px) {
  .AboutPage.OurHeritage #GemsTimeline .TimelineBox .Btn {
    width: 230px;
    height: 55px;
    font-size: 18px;
  }
}
@media only screen and (min-width: 1551px) {
  .AboutPage.OurHeritage #GemsTimeline .TimelineBox .Btn {
    width: 260px;
    height: 64px;
    font-size: 20px;
  }
}
.TeamPop {
  z-index: 9999;
}
.TeamPop .modal-dialog {
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: calc(100vw - 40px);
}
@media only screen and (min-width: 992px) {
  .TeamPop .modal-dialog {
    max-width: 835px;
  }
}
.TeamPop .modal-content-Box {
  position: relative;
}
.TeamPop .modal-content {
  border-radius: 25px;
  background-color: #fff;
  border: none;
  position: relative;
  overflow: hidden;
}
.TeamPop .modal-content::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  border-radius: 50%;
  background-color: #00aeef;
  opacity: 0.102;
  width: 673px;
  height: 673px;
  pointer-events: none;
  transform: translate(40%, -48%);
}
@media only screen and (min-width: 992px) {
  .TeamPop .modal-content::after {
    transform: translate(50%, -50%);
  }
}
.TeamPop .modal-header {
  background: none;
  border: none;
  position: absolute;
  padding: 0;
  z-index: 3;
  right: 20px;
  top: 20px;
}
@media only screen and (min-width: 468px) {
  .TeamPop .modal-header {
    right: 30px;
    top: 30px;
  }
}
.TeamPop .modal-header button {
  padding: 0;
  background: none;
  border: none;
  outline: none;
  box-shadow: none;
}
.TeamPop .modal-header button svg {
  width: 21px;
  fill: #00aeef;
  transform: rotate(45deg);
}
.TeamPop .FloatIcons {
  pointer-events: none;
}
.TeamPop .FloatIcons #SimpleRoundIco {
  width: 18px;
  height: 18px;
  fill: #00aeef;
  position: absolute;
  -webkit-animation: jump 5s linear infinite;
  -moz-animation: jump 5s linear infinite;
  -ms-animation: jump 5s linear infinite;
  -o-animation: jump 5s linear infinite;
  animation: jump 5s linear infinite;
  bottom: 30%;
  right: 17px;
  z-index: 1;
}
.TeamPop .FloatIcons #SimpleRoundIco2 {
  width: 18px;
  height: 18px;
  fill: #00aeef;
  position: absolute;
  -webkit-animation: jump 5s linear infinite;
  -moz-animation: jump 5s linear infinite;
  -ms-animation: jump 5s linear infinite;
  -o-animation: jump 5s linear infinite;
  animation: jump 5s linear infinite;
  bottom: -9px;
  right: 30%;
  opacity: 0.7;
  z-index: 1;
}
.TeamPop .FloatIcons #RoundIco {
  position: absolute;
  top: -18px;
  left: 57%;
  -webkit-animation: animationFramesOne 15s linear infinite;
  -moz-animation: animationFramesOne 15s linear infinite;
  -ms-animation: animationFramesOne 15s linear infinite;
  -o-animation: animationFramesOne 15s linear infinite;
  animation: animationFramesUp 15s linear infinite;
  width: 20px;
  height: 20px;
  z-index: 1;
}
@media only screen and (min-width: 468px) {
  .TeamPop .FloatIcons #RoundIco {
    width: 28px;
    height: 28px;
  }
}
@media only screen and (min-width: 1200px) {
  .TeamPop .FloatIcons #RoundIco {
    width: 36px;
    height: 36px;
  }
}
.TeamPop .FloatIcons #RoundIco .st0 {
  fill: #00aeef;
}
.TeamPop .FloatIcons #RoundIco .st1 {
  fill: #393c3f;
}
.TeamPop .FloatIcons #RoundIco2 {
  position: absolute;
  -webkit-animation: animationFramesOne 15s linear infinite reverse;
  -moz-animation: animationFramesOne 15s linear infinite reverse;
  -ms-animation: animationFramesOne 15s linear infinite reverse;
  -o-animation: animationFramesOne 15s linear infinite reverse;
  animation: animationFramesOne 15s linear infinite reverse;
  bottom: 40px;
  left: 40px;
  width: 20px;
  height: 20px;
  z-index: 1;
}
@media only screen and (min-width: 468px) {
  .TeamPop .FloatIcons #RoundIco2 {
    width: 28px;
    height: 28px;
  }
}
@media only screen and (min-width: 992px) {
  .TeamPop .FloatIcons #RoundIco2 {
    top: 57%;
    left: -18px;
  }
}
@media only screen and (min-width: 1200px) {
  .TeamPop .FloatIcons #RoundIco2 {
    width: 36px;
    height: 36px;
  }
}
.TeamPop .FloatIcons #RoundIco2 .st0 {
  fill: #00aeef;
}
.TeamPop .FloatIcons #RoundIco2 .st1 {
  fill: #393c3f;
}
.TeamPop .modal-body {
  position: relative;
  z-index: 1;
  padding: 45px 25px;
}
@media only screen and (min-width: 468px) {
  .TeamPop .modal-body {
    padding: 45px;
  }
}
@media only screen and (min-width: 768px) {
  .TeamPop .modal-body {
    padding: 65px;
  }
}
.TeamPop .modal-body::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 105px;
  background: #fff;
  background: -moz-linear-gradient(
    0deg,
    rgb(255, 255, 255) 50%,
    rgba(255, 255, 255, 0.3) 100%
  );
  background: -webkit-linear-gradient(
    0deg,
    rgb(255, 255, 255) 50%,
    rgba(255, 255, 255, 0.3) 100%
  );
  background: linear-gradient(
    0deg,
    rgb(255, 255, 255) 50%,
    rgba(255, 255, 255, 0.3) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#ffffff",GradientType=1);
}
@media only screen and (min-width: 468px) {
  .TeamPop .modal-body::after {
    height: 160px;
  }
}
.TeamPop .CntntBox {
  position: relative;
  overflow-y: scroll;
  max-height: calc(100vh - 217px);
  padding-bottom: 25px;
}
@media only screen and (min-width: 468px) {
  .TeamPop .CntntBox {
    padding-bottom: 65px;
  }
}
@media only screen and (min-width: 768px) {
  .TeamPop .CntntBox {
    max-height: 640px;
  }
}
.TeamPop .CntntBox::-webkit-scrollbar {
  width: 0px;
}
.TeamPop .DpBox {
  float: right;
  position: relative;
  margin: 0 0 10px 50px;
  display: none;
}
@media only screen and (min-width: 992px) {
  .TeamPop .DpBox {
    display: block;
  }
}
.TeamPop .DpBox .ImgBox {
  border-radius: 25px;
  background-color: #18c4d0;
  width: 250px;
  height: 333px;
  overflow: hidden;
}
.TeamPop .DpBox .ImgBox img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.TeamPop .DpBox .ShareBox {
  background-color: #fff;
  width: 214px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-top-left-radius: 25px;
  border-top-right-radius: 25px;
  position: absolute;
  bottom: -12px;
  left: 0;
  right: 0;
  margin: auto;
  padding-top: 15px;
}
.TeamPop .DpBox .ShareBox .Txt {
  font-size: 14px;
  color: #18c4d0;
  margin-right: 18px;
}
.TeamPop .DpBox .ShareBox ul {
  display: flex;
  align-items: center;
  margin: 0 -6px;
}
.TeamPop .DpBox .ShareBox ul li {
  padding: 0 6px;
}
.TeamPop .DpBox .ShareBox ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 3px;
  width: 26px;
  height: 26px;
}
.TeamPop .DpBox .ShareBox ul li a svg {
  fill: #fff;
}
.TeamPop .DpBox .ShareBox ul li a.fb {
  background: #4064ac;
}
.TeamPop .DpBox .ShareBox ul li a.fb svg {
  width: 8px;
}
.TeamPop .DpBox .ShareBox ul li a.twit {
  background: #1c9cea;
}
.TeamPop .DpBox .ShareBox ul li a.twit svg {
  width: 18px;
}
.TeamPop .Name {
  font-family: "Canela";
  color: #00aeef;
  line-height: normal;
  margin-bottom: 15px;
  font-size: 24px;
}
@media only screen and (min-width: 468px) {
  .TeamPop .Name {
    font-size: 32px;
  }
}
@media only screen and (min-width: 992px) {
  .TeamPop .Name {
    margin-bottom: 18px;
    margin-top: 15px;
  }
}
.TeamPop .Position {
  color: #525252;
  line-height: normal;
  margin-bottom: 30px;
  font-size: 15px;
}
@media only screen and (min-width: 468px) {
  .TeamPop .Position {
    font-size: 18px;
  }
}
@media only screen and (min-width: 992px) {
  .TeamPop .Position {
    margin-bottom: 35px;
  }
}
.TeamPop p {
  color: #525252;
}
@media only screen and (min-width: 768px) {
  .TeamPop p {
    font-size: 16px;
    line-height: 32px;
  }
}
.AdmissionPage #AdmissionsSec {
  position: relative;
  padding: 45px 0 40px;
}
@media only screen and (min-width: 468px) {
  .AdmissionPage #AdmissionsSec {
    padding: 60px 0 40px;
  }
}
@media only screen and (min-width: 576px) {
  .AdmissionPage #AdmissionsSec {
    padding: 90px 0 40px;
  }
}
@media only screen and (min-width: 1200px) {
  .AdmissionPage #AdmissionsSec {
    padding: 115px 0 55px;
  }
}
.AdmissionPage #AdmissionsSec .FloatIcons {
  pointer-events: none;
}
.AdmissionPage #AdmissionsSec .FloatIcons #PlusIcon {
  fill: #00aeef;
  position: absolute;
  -webkit-animation: rotating 15s linear infinite;
  -moz-animation: rotating 15s linear infinite;
  -ms-animation: rotating 15s linear infinite;
  -o-animation: rotating 15s linear infinite;
  animation: rotating 15s linear infinite;
  width: 14px;
  height: 14px;
  top: 20px;
  left: 10%;
}
@media only screen and (min-width: 468px) {
  .AdmissionPage #AdmissionsSec .FloatIcons #PlusIcon {
    top: 30px;
  }
}
@media only screen and (min-width: 576px) {
  .AdmissionPage #AdmissionsSec .FloatIcons #PlusIcon {
    left: 16.5%;
  }
}
@media only screen and (min-width: 1200px) {
  .AdmissionPage #AdmissionsSec .FloatIcons #PlusIcon {
    width: 21px;
    height: 21px;
  }
}
@media only screen and (min-width: 1551px) {
  .AdmissionPage #AdmissionsSec .FloatIcons #PlusIcon {
    top: 55px;
    left: 18.5%;
  }
}
.AdmissionPage #AdmissionsSec .FloatIcons #PlusIcon2 {
  width: 21px;
  height: 21px;
  fill: #00aeef;
  position: absolute;
  -webkit-animation: scale-upOne 5s linear infinite;
  -moz-animation: scale-upOne 5s linear infinite;
  -ms-animation: scale-upOne 5s linear infinite;
  -o-animation: scale-upOne 5s linear infinite;
  animation: scale-upOne 5s linear infinite;
  top: 30px;
  right: 40px;
}
@media only screen and (min-width: 468px) {
  .AdmissionPage #AdmissionsSec .FloatIcons #PlusIcon2 {
    right: 140px;
  }
}
@media only screen and (min-width: 992px) {
  .AdmissionPage #AdmissionsSec .FloatIcons #PlusIcon2 {
    top: 115px;
    right: 130px;
  }
}
.AdmissionPage #AdmissionsSec .FloatIcons #SimpleRoundIco {
  width: 18px;
  height: 18px;
  fill: #00aeef;
  position: absolute;
  -webkit-animation: jump 5s linear infinite;
  -moz-animation: jump 5s linear infinite;
  -ms-animation: jump 5s linear infinite;
  -o-animation: jump 5s linear infinite;
  animation: jump 5s linear infinite;
  top: 150px;
  left: 40px;
}
@media only screen and (min-width: 468px) {
  .AdmissionPage #AdmissionsSec .FloatIcons #SimpleRoundIco {
    left: auto;
    right: 40px;
  }
}
@media only screen and (min-width: 992px) {
  .AdmissionPage #AdmissionsSec .FloatIcons #SimpleRoundIco {
    top: 215px;
    right: 45px;
  }
}
.AdmissionPage #AdmissionsSec .FloatIcons #RoundIco {
  position: absolute;
  top: 25%;
  left: -19px;
  -webkit-animation: animationFramesOne 15s linear infinite;
  -moz-animation: animationFramesOne 15s linear infinite;
  -ms-animation: animationFramesOne 15s linear infinite;
  -o-animation: animationFramesOne 15s linear infinite;
  animation: animationFramesUp 15s linear infinite;
  width: 20px;
  height: 20px;
}
@media only screen and (min-width: 468px) {
  .AdmissionPage #AdmissionsSec .FloatIcons #RoundIco {
    width: 28px;
    height: 28px;
  }
}
@media only screen and (min-width: 1200px) {
  .AdmissionPage #AdmissionsSec .FloatIcons #RoundIco {
    width: 36px;
    height: 36px;
  }
}
.AdmissionPage #AdmissionsSec .FloatIcons #RoundIco .st0 {
  fill: #00aeef;
}
.AdmissionPage #AdmissionsSec .FloatIcons #RoundIco .st1 {
  fill: #393c3f;
}
.AdmissionPage #AdmissionsSec .FloatIcons #RoundIco2 {
  position: absolute;
  -webkit-animation: animationFramesOne 15s linear infinite reverse;
  -moz-animation: animationFramesOne 15s linear infinite reverse;
  -ms-animation: animationFramesOne 15s linear infinite reverse;
  -o-animation: animationFramesOne 15s linear infinite reverse;
  animation: animationFramesOne 15s linear infinite reverse;
  top: 28%;
  right: 40px;
  width: 20px;
  height: 20px;
}
@media only screen and (min-width: 468px) {
  .AdmissionPage #AdmissionsSec .FloatIcons #RoundIco2 {
    width: 28px;
    height: 28px;
  }
}
@media only screen and (min-width: 992px) {
  .AdmissionPage #AdmissionsSec .FloatIcons #RoundIco2 {
    right: 130px;
  }
}
@media only screen and (min-width: 1200px) {
  .AdmissionPage #AdmissionsSec .FloatIcons #RoundIco2 {
    width: 36px;
    height: 36px;
  }
}
.AdmissionPage #AdmissionsSec .FloatIcons #RoundIco2 .st0 {
  fill: #00aeef;
}
.AdmissionPage #AdmissionsSec .FloatIcons #RoundIco2 .st1 {
  fill: #393c3f;
}
.AdmissionPage #AdmissionsSec .MainHead .SecInfo {
  max-width: 375px;
}
@media only screen and (min-width: 576px) {
  .AdmissionPage #AdmissionsSec .MainHead .SecInfo {
    max-width: 425px;
  }
}
@media only screen and (min-width: 1200px) {
  .AdmissionPage #AdmissionsSec .MainHead .SecInfo {
    margin-left: 245px;
    max-width: 500px;
  }
}
@media only screen and (min-width: 1551px) {
  .AdmissionPage #AdmissionsSec .MainHead .SecInfo {
    margin-left: 345px;
    max-width: 605px;
  }
}
.AdmissionPage #AdmissionsSec .ExploreMoreList .Secinfo {
  font-size: 18px;
  color: #4b4c4c;
  line-height: 32px;
  margin-bottom: 120px;
  padding: 0 108px;
}
.AdmissionPage #AdmissionsSec .ExploreMoreList .row {
  justify-content: center;
  margin: -25px -15px;
}
@media only screen and (min-width: 1200px) {
  .AdmissionPage #AdmissionsSec .ExploreMoreList .row {
    margin: -47.5px -25px;
  }
}
.AdmissionPage #AdmissionsSec .ExploreMoreList .row > * {
  padding: 25px 15px;
}
@media only screen and (min-width: 1200px) {
  .AdmissionPage #AdmissionsSec .ExploreMoreList .row > * {
    padding: 47.5px 25px;
  }
}
.AdmissionPage #Steps {
  padding: 45px 0 40px;
}
@media only screen and (min-width: 468px) {
  .AdmissionPage #Steps {
    padding: 45px 0 60px;
  }
}
@media only screen and (min-width: 1200px) {
  .AdmissionPage #Steps {
    padding: 65px 0 75px;
  }
}
.AdmissionPage #Steps::before {
  content: "";
  display: block;
  clear: both;
}
.AdmissionPage #Steps .SecTitle {
  font-family: "Canela";
  color: #171b28;
  line-height: normal;
  text-align: center;
  margin-bottom: 20px;
  font-size: 28px;
}
@media only screen and (min-width: 468px) {
  .AdmissionPage #Steps .SecTitle {
    font-size: 32px;
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 768px) {
  .AdmissionPage #Steps .SecTitle {
    font-size: 34px;
  }
}
@media only screen and (min-width: 1551px) {
  .AdmissionPage #Steps .SecTitle {
    font-size: 36px;
  }
}
.AdmissionPage #Steps ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: -7.5px;
}
.AdmissionPage #Steps ul li {
  padding: 7.5px;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .AdmissionPage #Steps ul li {
    width: 33.3333333333%;
  }
}
.AdmissionPage #Steps ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  background-color: #00aeef;
  width: 100%;
  color: #fff;
  font-weight: 600;
  padding: 0 10px;
  font-size: 14px;
  height: 45px;
  overflow: hidden;
}
@media only screen and (min-width: 468px) {
  .AdmissionPage #Steps ul li a {
    font-size: 18px;
    border-radius: 15px;
    height: 65px;
  }
}
@media only screen and (min-width: 992px) {
  .AdmissionPage #Steps ul li a {
    font-size: 20px;
  }
}
@media only screen and (min-width: 1200px) {
  .AdmissionPage #Steps ul li a {
    height: 80px;
  }
}
@media only screen and (min-width: 1551px) {
  .AdmissionPage #Steps ul li a {
    height: 93px;
    font-size: 26px;
  }
}
.AdmissionPage #Steps ul li .icon {
  margin-right: 10px;
}
@media only screen and (min-width: 468px) {
  .AdmissionPage #Steps ul li .icon {
    margin-right: 20px;
  }
}
.AdmissionPage #Steps ul li .icon svg {
  fill: #fff;
}
.AdmissionPage #Steps ul li .icon svg#Admissions {
  width: 20px;
}
@media only screen and (min-width: 468px) {
  .AdmissionPage #Steps ul li .icon svg#Admissions {
    width: 29px;
  }
}
@media only screen and (min-width: 1200px) {
  .AdmissionPage #Steps ul li .icon svg#Admissions {
    width: 38px;
  }
}
.AdmissionPage #Steps ul li .icon svg#Location {
  width: 16px;
}
@media only screen and (min-width: 468px) {
  .AdmissionPage #Steps ul li .icon svg#Location {
    width: 20px;
  }
}
@media only screen and (min-width: 1200px) {
  .AdmissionPage #Steps ul li .icon svg#Location {
    width: 24px;
  }
}
.AdmissionPage #Steps ul li .icon svg#Enrol {
  width: 20px;
}
@media only screen and (min-width: 468px) {
  .AdmissionPage #Steps ul li .icon svg#Enrol {
    width: 30px;
  }
}
@media only screen and (min-width: 1200px) {
  .AdmissionPage #Steps ul li .icon svg#Enrol {
    width: 36px;
  }
}
.AdmissionPage #Steps ul li:hover .icon svg {
  animation-name: turbo;
  animation-duration: 0.3s;
}
@keyframes turbo {
  0% {
    transform: translateY(80%);
  }
  25% {
    transform: translateY(100%);
  }
  50% {
    opacity: 0;
    transform: translateY(-100%);
  }
  100% {
    opacity: 1;
    transform: translateY(0%);
  }
}
.AdmissionPage #Steps ul li:nth-child(1) a {
  background: #00aeef;
}
.AdmissionPage #Steps ul li:nth-child(2) a {
  background: #18c5d0;
}
.AdmissionPage #Steps ul li:nth-child(3) a {
  background: #18d08d;
}
.AdmissionPage.AdmissionsDetl #DtlInfo {
  padding: 45px 0 40px;
}
@media only screen and (min-width: 468px) {
  .AdmissionPage.AdmissionsDetl #DtlInfo {
    padding: 60px 0 40px;
  }
}
@media only screen and (min-width: 576px) {
  .AdmissionPage.AdmissionsDetl #DtlInfo {
    padding: 90px 0 40px;
  }
}
@media only screen and (min-width: 1200px) {
  .AdmissionPage.AdmissionsDetl #DtlInfo {
    padding: 100px 0 40px;
  }
}
@media only screen and (min-width: 992px) {
  .AdmissionPage.AdmissionsDetl #DtlInfo .ExploreMoreBox {
    float: right;
    margin: 0 0 20px 65px;
  }
}
@media only screen and (min-width: 992px) and (min-width: 1200px) {
  .AdmissionPage.AdmissionsDetl #DtlInfo .ExploreMoreBox {
    margin: 0 0 30px 95px;
  }
}
.AdmissionPage.AdmissionsDetl #DtlInfo .ExploreMoreBox .ImgWrap {
  transform: none !important;
}
.AdmissionPage.AdmissionsDetl #DtlInfo h1,
.AdmissionPage.AdmissionsDetl #DtlInfo h2 {
  font-family: "Canela";
  color: #00aeef;
  line-height: normal;
  font-size: 28px;
  margin-bottom: 15px;
}
@media only screen and (min-width: 468px) {
  .AdmissionPage.AdmissionsDetl #DtlInfo h1,
  .AdmissionPage.AdmissionsDetl #DtlInfo h2 {
    font-size: 32px;
  }
}
@media only screen and (min-width: 992px) {
  .AdmissionPage.AdmissionsDetl #DtlInfo h1,
  .AdmissionPage.AdmissionsDetl #DtlInfo h2 {
    font-size: 38px;
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 1200px) {
  .AdmissionPage.AdmissionsDetl #DtlInfo h1,
  .AdmissionPage.AdmissionsDetl #DtlInfo h2 {
    font-size: 45px;
    margin-bottom: 35px;
  }
}
.AdmissionPage.AdmissionsDetl #DtlInfo h3,
.AdmissionPage.AdmissionsDetl #DtlInfo h4,
.AdmissionPage.AdmissionsDetl #DtlInfo h5,
.AdmissionPage.AdmissionsDetl #DtlInfo h6 {
  font-family: "Canela";
  color: #00aeef;
  line-height: normal;
  margin-top: 25px;
  display: inline-block;
  font-size: 22px;
  margin-bottom: 15px;
}
@media only screen and (min-width: 468px) {
  .AdmissionPage.AdmissionsDetl #DtlInfo h3,
  .AdmissionPage.AdmissionsDetl #DtlInfo h4,
  .AdmissionPage.AdmissionsDetl #DtlInfo h5,
  .AdmissionPage.AdmissionsDetl #DtlInfo h6 {
    font-size: 30px;
  }
}
@media only screen and (min-width: 992px) {
  .AdmissionPage.AdmissionsDetl #DtlInfo h3,
  .AdmissionPage.AdmissionsDetl #DtlInfo h4,
  .AdmissionPage.AdmissionsDetl #DtlInfo h5,
  .AdmissionPage.AdmissionsDetl #DtlInfo h6 {
    font-size: 34px;
    margin-bottom: 25px;
  }
}
@media only screen and (min-width: 1200px) {
  .AdmissionPage.AdmissionsDetl #DtlInfo h3,
  .AdmissionPage.AdmissionsDetl #DtlInfo h4,
  .AdmissionPage.AdmissionsDetl #DtlInfo h5,
  .AdmissionPage.AdmissionsDetl #DtlInfo h6 {
    font-size: 36px;
    margin-bottom: 30px;
  }
}
.AdmissionPage.AdmissionsDetl #DtlInfo p {
  color: #4b4c4c;
}
.AdmissionPage.AdmissionsDetl #ExploreMore {
  padding: 40px 0 45px;
}
@media only screen and (min-width: 468px) {
  .AdmissionPage.AdmissionsDetl #ExploreMore {
    padding: 40px 0 55px;
  }
}
@media only screen and (min-width: 768px) {
  .AdmissionPage.AdmissionsDetl #ExploreMore .MainHead {
    padding-left: 17%;
  }
}
@media only screen and (min-width: 1551px) {
  .AdmissionPage.AdmissionsDetl #ExploreMore .MainHead {
    padding-left: 225px;
  }
}
.AdmissionPage.AdmissionsDetl #ExploreMore .MainHead .Head span {
  color: #18c5d0;
}
.AdmissionPage.AdmissionsDetl #ExploreMore .MainHead .SecInfo {
  max-width: 580px;
}
.AdmissionPage.AdmissionsDetl #ExploreMore .MainHead .SecInfo svg {
  stroke: #18c5d0;
}
.AdmissionPage.AdmissionsDetl #ExploreMore .ExploreMoreList .row {
  justify-content: center;
  margin: -25px -15px;
}
@media only screen and (min-width: 1200px) {
  .AdmissionPage.AdmissionsDetl #ExploreMore .ExploreMoreList .row {
    margin: -47.5px -25px;
  }
}
.AdmissionPage.AdmissionsDetl #ExploreMore .ExploreMoreList .row > * {
  padding: 25px 15px;
}
@media only screen and (min-width: 1200px) {
  .AdmissionPage.AdmissionsDetl #ExploreMore .ExploreMoreList .row > * {
    padding: 47.5px 25px;
  }
}
.EnrolfromPop {
  z-index: 9999;
}
.EnrolfromPop .modal-dialog {
  margin: auto;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: calc(100vw - 40px);
}
@media only screen and (min-width: 992px) {
  .EnrolfromPop .modal-dialog {
    max-width: 835px;
  }
}
.EnrolfromPop .modal-content {
  border-radius: 25px;
  background-color: #fff;
  border: none;
}
.EnrolfromPop .modal-header {
  background: none;
  border: none;
  position: absolute;
  padding: 0;
  z-index: 3;
  right: 20px;
  top: 20px;
}
@media only screen and (min-width: 468px) {
  .EnrolfromPop .modal-header {
    right: 30px;
    top: 30px;
  }
}
.EnrolfromPop .modal-header button {
  padding: 0;
  background: none;
  border: none;
  outline: none;
  box-shadow: none;
}
.EnrolfromPop .modal-header button svg {
  width: 21px;
  fill: #00aeef;
  transform: rotate(45deg);
  transition: all 0.3s;
}
.EnrolfromPop .modal-header button:hover svg {
  transform: rotate(135deg);
}
.EnrolfromPop .modal-body {
  position: relative;
  z-index: 1;
  padding: 45px 25px;
}
@media only screen and (min-width: 468px) {
  .EnrolfromPop .modal-body {
    padding: 45px;
  }
}
@media only screen and (min-width: 768px) {
  .EnrolfromPop .modal-body {
    padding: 75px 65px 70px;
  }
}
.EnrolfromPop .FormHead {
  margin-bottom: 20px;
}
@media only screen and (min-width: 468px) {
  .EnrolfromPop .FormHead {
    margin-bottom: 25px;
  }
}
@media only screen and (min-width: 992px) {
  .EnrolfromPop .FormHead {
    margin-bottom: 50px;
  }
}
.EnrolfromPop .FormHead .Head {
  font-family: "Canela";
  color: #00aeef;
  line-height: normal;
  font-size: 28px;
  margin-bottom: 10px;
}
@media only screen and (min-width: 468px) {
  .EnrolfromPop .FormHead .Head {
    font-size: 32px;
    margin-bottom: 15px;
  }
}
@media only screen and (min-width: 992px) {
  .EnrolfromPop .FormHead .Head {
    font-size: 38px;
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 1200px) {
  .EnrolfromPop .FormHead .Head {
    font-size: 40px;
  }
}
.EnrolfromPop .FormHead .Info {
  color: #525252;
  line-height: normal;
  font-size: 14px;
}
@media only screen and (min-width: 468px) {
  .EnrolfromPop .FormHead .Info {
    font-size: 16px;
  }
}
@media only screen and (min-width: 992px) {
  .EnrolfromPop .FormHead .Info {
    font-size: 18px;
  }
}
.EnrolfromPop .form-group {
  margin: 0;
}
.EnrolfromPop .row {
  margin: -7.5px;
}
.EnrolfromPop .row > * {
  padding: 7.5px;
}
.GalleryPage #GallerySec {
  position: relative;
  padding: 45px 0 40px;
}
@media only screen and (min-width: 468px) {
  .GalleryPage #GallerySec {
    padding: 60px 0 50px;
  }
}
@media only screen and (min-width: 576px) {
  .GalleryPage #GallerySec {
    padding: 90px 0 60px;
  }
}
@media only screen and (min-width: 1200px) {
  .GalleryPage #GallerySec {
    padding: 115px 0 100px;
  }
}
@media only screen and (min-width: 1551px) {
  .GalleryPage #GallerySec {
    padding: 145px 0 125px;
  }
}
.GalleryPage #GallerySec .FloatIcons {
  pointer-events: none;
}
.GalleryPage #GallerySec .FloatIcons #PlusIcon {
  fill: #00aeef;
  position: absolute;
  -webkit-animation: rotating 15s linear infinite;
  -moz-animation: rotating 15s linear infinite;
  -ms-animation: rotating 15s linear infinite;
  -o-animation: rotating 15s linear infinite;
  animation: rotating 15s linear infinite;
  width: 14px;
  height: 14px;
  top: 20px;
  left: 10%;
}
@media only screen and (min-width: 468px) {
  .GalleryPage #GallerySec .FloatIcons #PlusIcon {
    top: 30px;
  }
}
@media only screen and (min-width: 576px) {
  .GalleryPage #GallerySec .FloatIcons #PlusIcon {
    left: 16.5%;
  }
}
@media only screen and (min-width: 1200px) {
  .GalleryPage #GallerySec .FloatIcons #PlusIcon {
    width: 21px;
    height: 21px;
  }
}
@media only screen and (min-width: 1551px) {
  .GalleryPage #GallerySec .FloatIcons #PlusIcon {
    top: 55px;
    left: 18.5%;
  }
}
.GalleryPage #GallerySec .FloatIcons #PlusIcon2 {
  width: 21px;
  height: 21px;
  fill: #00aeef;
  position: absolute;
  -webkit-animation: scale-upOne 5s linear infinite;
  -moz-animation: scale-upOne 5s linear infinite;
  -ms-animation: scale-upOne 5s linear infinite;
  -o-animation: scale-upOne 5s linear infinite;
  animation: scale-upOne 5s linear infinite;
  top: 30px;
  right: 40px;
}
@media only screen and (min-width: 468px) {
  .GalleryPage #GallerySec .FloatIcons #PlusIcon2 {
    right: 140px;
  }
}
@media only screen and (min-width: 992px) {
  .GalleryPage #GallerySec .FloatIcons #PlusIcon2 {
    top: 115px;
    right: 130px;
  }
}
.GalleryPage #GallerySec .FloatIcons #SimpleRoundIco {
  width: 18px;
  height: 18px;
  fill: #00aeef;
  position: absolute;
  -webkit-animation: jump 5s linear infinite;
  -moz-animation: jump 5s linear infinite;
  -ms-animation: jump 5s linear infinite;
  -o-animation: jump 5s linear infinite;
  animation: jump 5s linear infinite;
  top: 150px;
  left: 40px;
}
@media only screen and (min-width: 468px) {
  .GalleryPage #GallerySec .FloatIcons #SimpleRoundIco {
    left: auto;
    right: 40px;
  }
}
@media only screen and (min-width: 992px) {
  .GalleryPage #GallerySec .FloatIcons #SimpleRoundIco {
    top: 215px;
    right: 45px;
  }
}
.GalleryPage #GallerySec .FloatIcons #RoundIco {
  position: absolute;
  top: 25%;
  left: -19px;
  -webkit-animation: animationFramesOne 15s linear infinite;
  -moz-animation: animationFramesOne 15s linear infinite;
  -ms-animation: animationFramesOne 15s linear infinite;
  -o-animation: animationFramesOne 15s linear infinite;
  animation: animationFramesUp 15s linear infinite;
  width: 20px;
  height: 20px;
}
@media only screen and (min-width: 468px) {
  .GalleryPage #GallerySec .FloatIcons #RoundIco {
    width: 28px;
    height: 28px;
  }
}
@media only screen and (min-width: 1200px) {
  .GalleryPage #GallerySec .FloatIcons #RoundIco {
    width: 36px;
    height: 36px;
  }
}
.GalleryPage #GallerySec .FloatIcons #RoundIco .st0 {
  fill: #00aeef;
}
.GalleryPage #GallerySec .FloatIcons #RoundIco .st1 {
  fill: #393c3f;
}
.GalleryPage #GallerySec .FloatIcons #RoundIco2 {
  position: absolute;
  -webkit-animation: animationFramesOne 15s linear infinite reverse;
  -moz-animation: animationFramesOne 15s linear infinite reverse;
  -ms-animation: animationFramesOne 15s linear infinite reverse;
  -o-animation: animationFramesOne 15s linear infinite reverse;
  animation: animationFramesOne 15s linear infinite reverse;
  top: 28%;
  right: 40px;
  width: 20px;
  height: 20px;
}
@media only screen and (min-width: 468px) {
  .GalleryPage #GallerySec .FloatIcons #RoundIco2 {
    width: 28px;
    height: 28px;
  }
}
@media only screen and (min-width: 992px) {
  .GalleryPage #GallerySec .FloatIcons #RoundIco2 {
    right: 130px;
  }
}
@media only screen and (min-width: 1200px) {
  .GalleryPage #GallerySec .FloatIcons #RoundIco2 {
    width: 36px;
    height: 36px;
  }
}
.GalleryPage #GallerySec .FloatIcons #RoundIco2 .st0 {
  fill: #00aeef;
}
.GalleryPage #GallerySec .FloatIcons #RoundIco2 .st1 {
  fill: #393c3f;
}
@media only screen and (min-width: 1551px) {
  .GalleryPage #GallerySec .MainHead {
    margin-bottom: 95px;
  }
}
.GalleryPage #GallerySec .MainHead .SecInfo {
  max-width: 375px;
}
@media only screen and (min-width: 576px) {
  .GalleryPage #GallerySec .MainHead .SecInfo {
    max-width: 425px;
  }
}
@media only screen and (min-width: 1200px) {
  .GalleryPage #GallerySec .MainHead .SecInfo {
    margin-left: 245px;
    max-width: 500px;
  }
}
@media only screen and (min-width: 1551px) {
  .GalleryPage #GallerySec .MainHead .SecInfo {
    margin-left: 345px;
    max-width: 605px;
  }
}
.GalleryPage #GallerySec .AccordBtnFlx {
  margin: 0 -20px;
  display: flex;
  align-content: center;
  justify-content: center;
}
@media only screen and (min-width: 1551px) {
  .GalleryPage #GallerySec .AccordBtnFlx {
    margin: 0 -35px;
  }
}
.GalleryPage #GallerySec .AccordBtnFlx li {
  position: relative;
  padding: 0 8px;
}
@media only screen and (min-width: 468px) {
  .GalleryPage #GallerySec .AccordBtnFlx li {
    padding: 0 20px;
  }
}
@media only screen and (min-width: 1551px) {
  .GalleryPage #GallerySec .AccordBtnFlx li {
    padding: 0 35px;
  }
}
.GalleryPage #GallerySec .AccordBtnFlx li:not(:last-of-type)::after {
  content: "/";
  position: absolute;
  right: -5px;
  top: 0;
  color: #a3a4a4;
  font-size: 14px;
}
@media only screen and (min-width: 1200px) {
  .GalleryPage #GallerySec .AccordBtnFlx li:not(:last-of-type)::after {
    font-size: 18px;
  }
}
@media only screen and (min-width: 1551px) {
  .GalleryPage #GallerySec .AccordBtnFlx li:not(:last-of-type)::after {
    font-size: 26px;
  }
}
.GalleryPage #GallerySec .AccordBtnFlx .accordion-button {
  color: #4b4c4c;
  position: relative;
  display: block;
  font-size: 12px;
  font-weight: 500;
  background: none;
  outline: none;
  box-shadow: none;
  padding: 0px;
  padding-bottom: 3px;
}
@media only screen and (min-width: 468px) {
  .GalleryPage #GallerySec .AccordBtnFlx .accordion-button {
    padding-bottom: 10px;
    font-size: 14px;
    font-weight: 600;
  }
}
@media only screen and (min-width: 1200px) {
  .GalleryPage #GallerySec .AccordBtnFlx .accordion-button {
    font-size: 18px;
    padding-bottom: 20px;
  }
}
@media only screen and (min-width: 1551px) {
  .GalleryPage #GallerySec .AccordBtnFlx .accordion-button {
    font-size: 26px;
  }
}
.GalleryPage #GallerySec .AccordBtnFlx .accordion-button::after {
  display: none;
}
.GalleryPage #GallerySec .AccordBtnFlx .accordion-button::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: rgba(75, 76, 76, 0.2);
  height: 2px;
  transition: all 0.3s;
}
@media only screen and (min-width: 468px) {
  .GalleryPage #GallerySec .AccordBtnFlx .accordion-button::before {
    height: 4px;
  }
}
.GalleryPage #GallerySec .AccordBtnFlx .accordion-button[aria-expanded="true"] {
  color: #18c5d0;
}
.GalleryPage
  #GallerySec
  .AccordBtnFlx
  .accordion-button[aria-expanded="true"]::before {
  background: #18c5d0;
}
.GalleryPage #GallerySec .accordion-item {
  border: none;
  border-radius: 0;
}
.GalleryPage #GallerySec .accordion-body {
  padding: 0;
  padding-top: 25px;
}
@media only screen and (min-width: 768px) {
  .GalleryPage #GallerySec .accordion-body {
    padding-top: 50px;
  }
}
@media only screen and (min-width: 1551px) {
  .GalleryPage #GallerySec .accordion-body {
    padding-top: 65px;
  }
}
.GalleryPage #GallerySec .GalleryGrid {
  display: flex;
  align-content: center;
  justify-content: center;
  flex-wrap: wrap;
  margin: -5px;
}
.GalleryPage #GallerySec .GalleryGrid .GridBox {
  margin: -5px;
  padding: 5px;
  width: 50%;
}
@media only screen and (min-width: 576px) {
  .GalleryPage #GallerySec .GalleryGrid .GridBox {
    width: 20%;
  }
}
@media only screen and (min-width: 1200px) {
  .GalleryPage #GallerySec .GalleryGrid .GridBox {
    width: 14.2857142857%;
  }
}
@media only screen and (max-width: 576px) {
  .GalleryPage #GallerySec .GalleryGrid .GridBox:nth-child(1),
  .GalleryPage #GallerySec .GalleryGrid .GridBox:nth-child(12) {
    width: 60%;
  }
}
@media only screen and (max-width: 576px) {
  .GalleryPage #GallerySec .GalleryGrid .GridBox:nth-child(1) .Grid,
  .GalleryPage #GallerySec .GalleryGrid .GridBox:nth-child(12) .Grid {
    height: 240px;
  }
  .GalleryPage
    #GallerySec
    .GalleryGrid
    .GridBox:nth-child(1)
    .Grid:nth-child(1),
  .GalleryPage
    #GallerySec
    .GalleryGrid
    .GridBox:nth-child(12)
    .Grid:nth-child(1) {
    display: none;
  }
}
@media only screen and (max-width: 576px) {
  .GalleryPage #GallerySec .GalleryGrid .GridBox:nth-child(2),
  .GalleryPage #GallerySec .GalleryGrid .GridBox:nth-child(11) {
    width: 40%;
  }
}
@media only screen and (min-width: 992px) {
  .GalleryPage #GallerySec .GalleryGrid .GridBox:nth-child(3),
  .GalleryPage #GallerySec .GalleryGrid .GridBox:nth-child(10) {
    width: 25%;
  }
}
@media (max-width: 992px) and (min-width: 576px) {
  .GalleryPage #GallerySec .GalleryGrid .GridBox:nth-child(3),
  .GalleryPage #GallerySec .GalleryGrid .GridBox:nth-child(10) {
    width: 35%;
  }
}
.GalleryPage #GallerySec .GalleryGrid .GridBox:nth-child(3) .Grid,
.GalleryPage #GallerySec .GalleryGrid .GridBox:nth-child(10) .Grid {
  height: 100%;
}
@media (max-width: 576px) and (min-width: 468px) {
  .GalleryPage #GallerySec .GalleryGrid .GridBox:nth-child(5),
  .GalleryPage #GallerySec .GalleryGrid .GridBox:nth-child(8) {
    width: 60%;
  }
}
@media only screen and (max-width: 468px) {
  .GalleryPage #GallerySec .GalleryGrid .GridBox:nth-child(5),
  .GalleryPage #GallerySec .GalleryGrid .GridBox:nth-child(8) {
    width: 100%;
  }
}
@media only screen and (max-width: 992px) {
  .GalleryPage #GallerySec .GalleryGrid .GridBox:nth-child(6) .Grid,
  .GalleryPage #GallerySec .GalleryGrid .GridBox:nth-child(7) .Grid {
    height: 158px;
  }
}
@media only screen and (max-width: 768px) {
  .GalleryPage #GallerySec .GalleryGrid .GridBox:nth-child(6),
  .GalleryPage #GallerySec .GalleryGrid .GridBox:nth-child(7) {
    display: flex;
    flex-wrap: wrap;
  }
  .GalleryPage #GallerySec .GalleryGrid .GridBox:nth-child(6) .Grid,
  .GalleryPage #GallerySec .GalleryGrid .GridBox:nth-child(7) .Grid {
    width: 50%;
  }
}
@media (max-width: 768px) and (min-width: 576px) {
  .GalleryPage #GallerySec .GalleryGrid .GridBox:nth-child(6),
  .GalleryPage #GallerySec .GalleryGrid .GridBox:nth-child(7) {
    width: 60%;
  }
  .GalleryPage #GallerySec .GalleryGrid .GridBox:nth-child(6) .Grid,
  .GalleryPage #GallerySec .GalleryGrid .GridBox:nth-child(7) .Grid {
    height: 220px;
  }
}
@media (max-width: 576px) and (min-width: 468px) {
  .GalleryPage #GallerySec .GalleryGrid .GridBox:nth-child(6),
  .GalleryPage #GallerySec .GalleryGrid .GridBox:nth-child(7) {
    width: 40%;
  }
  .GalleryPage #GallerySec .GalleryGrid .GridBox:nth-child(6) .Grid,
  .GalleryPage #GallerySec .GalleryGrid .GridBox:nth-child(7) .Grid {
    height: 240px;
  }
}
@media only screen and (max-width: 468px) {
  .GalleryPage #GallerySec .GalleryGrid .GridBox:nth-child(6),
  .GalleryPage #GallerySec .GalleryGrid .GridBox:nth-child(7) {
    width: 100%;
  }
}
@media (max-width: 992px) and (min-width: 768px) {
  .GalleryPage #GallerySec .GalleryGrid .GridBox:nth-child(5) .Grid {
    height: 158px;
  }
}
@media (max-width: 992px) and (min-width: 768px) {
  .GalleryPage #GallerySec .GalleryGrid .GridBox:nth-child(6) {
    width: 33.3333333333%;
  }
}
@media (max-width: 992px) and (min-width: 768px) {
  .GalleryPage #GallerySec .GalleryGrid .GridBox:nth-child(8) .Grid,
  .GalleryPage #GallerySec .GalleryGrid .GridBox:nth-child(9) .Grid,
  .GalleryPage #GallerySec .GalleryGrid .GridBox:nth-child(11) .Grid {
    height: 50%;
  }
}
@media (max-width: 1200px) and (min-width: 992px) {
  .GalleryPage #GallerySec .GalleryGrid .GridBox:nth-child(10) {
    width: 47%;
  }
}
@media (max-width: 992px) and (min-width: 768px) {
  .GalleryPage #GallerySec .GalleryGrid .GridBox:nth-child(10) {
    width: 44%;
  }
}
.GalleryPage #GallerySec .GalleryGrid .GridBox .Grid {
  padding: 5px;
  display: flex;
  height: 120px;
  border-radius: 10px;
  overflow: hidden;
}
@media only screen and (min-width: 576px) {
  .GalleryPage #GallerySec .GalleryGrid .GridBox .Grid {
    height: 110px;
  }
}
@media only screen and (min-width: 992px) {
  .GalleryPage #GallerySec .GalleryGrid .GridBox .Grid {
    border-radius: 30px;
    height: 160px;
  }
}
@media only screen and (min-width: 1551px) {
  .GalleryPage #GallerySec .GalleryGrid .GridBox .Grid {
    height: 185px;
  }
}
.GalleryPage #GallerySec .GalleryGrid .GridBox .Grid .ImgBox {
  background-color: #9da19d;
  width: 100%;
  height: 100%;
  display: block;
  overflow: hidden;
  overflow: hidden;
  border-radius: 10px;
}
@media only screen and (min-width: 992px) {
  .GalleryPage #GallerySec .GalleryGrid .GridBox .Grid .ImgBox {
    border-radius: 30px;
  }
}
.GalleryPage #GallerySec .GalleryGrid .GridBox .Grid .ImgBox img {
  transition: transform 0.8s;
  transform-origin: center center;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.GalleryPage #GallerySec .GalleryGrid .GridBox .Grid:hover .ImgBox img {
  transform: scale(1.1);
}
.GalleryPage #GallerySec .VideoGrid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
@media only screen and (min-width: 468px) {
  .GalleryPage #GallerySec .VideoGrid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media only screen and (min-width: 576px) {
  .GalleryPage #GallerySec .VideoGrid {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media only screen and (min-width: 992px) {
  .GalleryPage #GallerySec .VideoGrid {
    grid-template-columns: repeat(5, 1fr);
  }
}
.GalleryPage #GallerySec .VideoGrid .Grid {
  padding: 5px;
  display: flex;
  height: 120px;
  border-radius: 10px;
  overflow: hidden;
}
@media only screen and (min-width: 576px) {
  .GalleryPage #GallerySec .VideoGrid .Grid {
    height: 160px;
  }
}
@media only screen and (min-width: 992px) {
  .GalleryPage #GallerySec .VideoGrid .Grid {
    border-radius: 30px;
    height: 185px;
  }
}
@media only screen and (min-width: 1551px) {
  .GalleryPage #GallerySec .VideoGrid .Grid {
    height: 255px;
  }
}
.GalleryPage #GallerySec .VideoGrid .Grid .ImgBox {
  background-color: #9da19d;
  width: 100%;
  height: 100%;
  display: block;
  overflow: hidden;
  overflow: hidden;
  border-radius: 10px;
  position: relative;
}
.GalleryPage #GallerySec .VideoGrid .Grid .ImgBox::after {
  content: "";
  width: 100%;
  height: 100%;
  background: url("../images/play.svg") no-repeat center rgba(0, 0, 0, 0.4);
  background-size: 59px;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  transition: all 0.3s;
}
@media only screen and (min-width: 992px) {
  .GalleryPage #GallerySec .VideoGrid .Grid .ImgBox {
    border-radius: 30px;
  }
}
.GalleryPage #GallerySec .VideoGrid .Grid .ImgBox img {
  transition: transform 0.8s;
  transform-origin: center center;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.GalleryPage #GallerySec .VideoGrid .Grid:hover .ImgBox img {
  transform: scale(1.1);
}
.GalleryPage #GallerySec .VideoGrid .Grid:hover .ImgBox::after {
  opacity: 1;
}
@media only screen and (min-width: 992px) {
  .GalleryPage #GallerySec .VideoGrid .Grid:nth-child(8n + 1) {
    grid-column: 2;
  }
  .GalleryPage #GallerySec .VideoGrid .Grid:nth-child(8n + 4) {
    grid-column: 1;
  }
}
.CareersPage #CareersSec {
  position: relative;
  padding: 40px 0;
}
@media only screen and (min-width: 468px) {
  .CareersPage #CareersSec {
    padding: 50px 0 45px;
  }
}
@media only screen and (min-width: 992px) {
  .CareersPage #CareersSec {
    padding: 110px 0 65px;
  }
}
@media only screen and (min-width: 1551px) {
  .CareersPage #CareersSec {
    padding: 150px 0 65px;
  }
}
.CareersPage #CareersSec .FloatIcons {
  pointer-events: none;
}
.CareersPage #CareersSec .FloatIcons #PlusIcon {
  width: 14px;
  height: 14px;
  fill: #80d1c0;
  position: absolute;
  right: 30px;
  -webkit-animation: rotating 15s linear infinite;
  -moz-animation: rotating 15s linear infinite;
  -ms-animation: rotating 15s linear infinite;
  -o-animation: rotating 15s linear infinite;
  animation: rotating 15s linear infinite;
  z-index: 2;
  top: 40%;
}
@media only screen and (min-width: 468px) {
  .CareersPage #CareersSec .FloatIcons #PlusIcon {
    top: 32%;
  }
}
@media only screen and (min-width: 1200px) {
  .CareersPage #CareersSec .FloatIcons #PlusIcon {
    width: 21px;
    height: 21px;
  }
}
.CareersPage #CareersSec .FloatIcons #RoundIco {
  position: absolute;
  -webkit-animation: animationFramesOne 15s linear infinite reverse;
  -moz-animation: animationFramesOne 15s linear infinite reverse;
  -ms-animation: animationFramesOne 15s linear infinite reverse;
  -o-animation: animationFramesOne 15s linear infinite reverse;
  animation: animationFramesUp 15s linear infinite reverse;
  width: 20px;
  height: 20px;
  z-index: 2;
  top: 125px;
  right: 145px;
}
@media only screen and (min-width: 468px) {
  .CareersPage #CareersSec .FloatIcons #RoundIco {
    right: auto;
    top: auto;
    bottom: 65px;
    left: -9px;
    width: 28px;
    height: 28px;
  }
}
@media only screen and (min-width: 1200px) {
  .CareersPage #CareersSec .FloatIcons #RoundIco {
    width: 36px;
    height: 36px;
  }
}
.CareersPage #CareersSec .FloatIcons #RoundIco .st0 {
  fill: #80d1c0;
}
.CareersPage #CareersSec .FloatIcons #RoundIco .st1 {
  fill: #393c3f;
}
.CareersPage #CareersSec .FloatIcons #Cog {
  position: absolute;
  bottom: 208px;
  right: -20px;
  opacity: 0.2;
  z-index: 2;
  -webkit-animation: rotating 15s linear infinite;
  -moz-animation: rotating 15s linear infinite;
  -ms-animation: rotating 15s linear infinite;
  -o-animation: rotating 15s linear infinite;
  animation: rotating 15s linear infinite;
  width: 50px;
  height: 50px;
}
@media only screen and (min-width: 468px) {
  .CareersPage #CareersSec .FloatIcons #Cog {
    width: 92px;
    height: 92px;
  }
}
.CareersPage #CareersSec .FloatIcons #Cog .st0 {
  fill: #cfeae6;
}
.CareersPage #CareersSec .FloatIcons #Cog .st1 {
  fill: #393c3f;
}
.CareersPage #CareersSec .SecImgWrp {
  position: absolute;
  pointer-events: none;
  right: -80px;
  top: 93px;
}
@media only screen and (min-width: 1200px) {
  .CareersPage #CareersSec .SecImgWrp {
    right: -220px;
    top: 210px;
  }
}
@media only screen and (min-width: 1551px) {
  .CareersPage #CareersSec .SecImgWrp {
    right: -130px;
    top: 230px;
  }
}
.CareersPage #CareersSec .SecImgWrp .CircleImgWrp {
  position: relative;
}
.CareersPage #CareersSec .SecImgWrp .CircleImgWrp .BaseCircle {
  border-radius: 50%;
  background-color: rgba(120, 166, 42, 0.102);
  position: relative;
  -webkit-animation: rotating 55s linear infinite;
  -moz-animation: rotating 55s linear infinite;
  -ms-animation: rotating 55s linear infinite;
  -o-animation: rotating 55s linear infinite;
  animation: rotating 55s linear infinite;
  width: 315px;
  height: 315px;
}
@media only screen and (min-width: 576px) {
  .CareersPage #CareersSec .SecImgWrp .CircleImgWrp .BaseCircle {
    width: 365px;
    height: 365px;
  }
}
@media only screen and (min-width: 1200px) {
  .CareersPage #CareersSec .SecImgWrp .CircleImgWrp .BaseCircle {
    width: 673px;
    height: 673px;
  }
}
.CareersPage #CareersSec .SecImgWrp .CircleImgWrp .BaseCircle .BgCircle1 {
  border-radius: 50%;
  background-color: #78a62a;
  opacity: 0.5;
  position: absolute;
  top: 0;
  width: 45px;
  height: 45px;
  right: 60px;
}
@media only screen and (min-width: 576px) {
  .CareersPage #CareersSec .SecImgWrp .CircleImgWrp .BaseCircle .BgCircle1 {
    width: 55px;
    height: 55px;
  }
}
@media only screen and (min-width: 1200px) {
  .CareersPage #CareersSec .SecImgWrp .CircleImgWrp .BaseCircle .BgCircle1 {
    width: 71px;
    height: 71px;
    right: 150px;
  }
}
.CareersPage #CareersSec .SecImgWrp .CircleImgWrp .BaseCircle .BgCircle2 {
  border-radius: 50%;
  background-color: #78a62a;
  opacity: 0.2;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 25px;
  height: 25px;
  bottom: -12.5px;
}
@media only screen and (min-width: 1200px) {
  .CareersPage #CareersSec .SecImgWrp .CircleImgWrp .BaseCircle .BgCircle2 {
    width: 40px;
    height: 40px;
    bottom: -20px;
  }
}
.CareersPage #CareersSec .HeadWrp {
  margin-bottom: 30px;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
@media only screen and (min-width: 468px) {
  .CareersPage #CareersSec .HeadWrp {
    flex-wrap: nowrap;
    margin-bottom: 55px;
    align-items: center;
    justify-content: space-between;
  }
}
@media only screen and (min-width: 1551px) {
  .CareersPage #CareersSec .HeadWrp {
    margin-bottom: 60px;
  }
}
.CareersPage #CareersSec .HeadWrp .SecIcon {
  width: 75px;
  order: 0;
}
@media only screen and (min-width: 576px) {
  .CareersPage #CareersSec .HeadWrp .SecIcon {
    order: 1;
    margin-right: 40px;
    width: 130px;
  }
}
@media only screen and (min-width: 768px) {
  .CareersPage #CareersSec .HeadWrp .SecIcon {
    width: 160px;
  }
}
@media only screen and (min-width: 1200px) {
  .CareersPage #CareersSec .HeadWrp .SecIcon {
    width: 197px;
    margin-right: 60px;
  }
}
.CareersPage #CareersSec .HeadWrp .SecIcon .st0 {
  fill: #cfeae6;
}
.CareersPage #CareersSec .HeadWrp .SecIcon .st1 {
  opacity: 0.75;
}
.CareersPage #CareersSec .HeadWrp .SecIcon .st2 {
  clip-path: url("#SVGID_00000000902138422098840840000017691266411553920681_");
  fill: #56c1ab;
}
.CareersPage #CareersSec .HeadWrp .SecIcon .st3 {
  fill: #393c3f;
}
.CareersPage #CareersSec .HeadWrp .SecIcon .st4 {
  clip-path: url("#SVGID_00000155857588051774510860000010198356730422038714_");
  fill: #56c1ab;
}
.CareersPage #CareersSec .HeadWrp .SecIcon .cog1 {
  transform-origin: center center;
  -webkit-animation: cog1 15s linear infinite;
  -moz-animation: cog1 15s linear infinite;
  -ms-animation: cog1 15s linear infinite;
  -o-animation: cog1 15s linear infinite;
  animation: cog1 15s linear infinite;
}
@keyframes cog1 {
  0% {
    -ms-transform: translate(-28%, 17%) rotate(0deg);
    -moz-transform: translate(-28%, 17%) rotate(0deg);
    -webkit-transform: translate(-28%, 17%) rotate(0deg);
    -o-transform: translate(-28%, 17%) rotate(0deg);
    transform: translate(-28%, 17%) rotate(0deg);
  }
  100% {
    -ms-transform: translate(-28%, 17%) rotate(360deg);
    -moz-transform: translate(-28%, 17%) rotate(360deg);
    -webkit-transform: translate(-28%, 17%) rotate(360deg);
    -o-transform: translate(-28%, 17%) rotate(360deg);
    transform: translate(-28%, 17%) rotate(360deg);
  }
}
.CareersPage #CareersSec .HeadWrp .MainHead {
  margin-bottom: 0px;
  padding-left: 15px;
  margin-top: 15px;
  order: 1;
  width: calc(100% - 75px);
}
@media only screen and (min-width: 468px) {
  .CareersPage #CareersSec .HeadWrp .MainHead {
    order: 0;
    margin-top: 0px;
    width: calc(100% - 115px);
    padding-left: 0px;
  }
}
@media only screen and (min-width: 576px) {
  .CareersPage #CareersSec .HeadWrp .MainHead {
    padding-right: 30px;
    width: calc(100% - 130px);
  }
}
@media only screen and (min-width: 768px) {
  .CareersPage #CareersSec .HeadWrp .MainHead {
    width: calc(100% - 160px);
  }
}
@media only screen and (min-width: 1200px) {
  .CareersPage #CareersSec .HeadWrp .MainHead {
    width: calc(100% - 197px);
  }
}
.CareersPage #CareersSec .HeadWrp .MainHead .Head span {
  color: #1d937a;
}
.CareersPage #CareersSec .HeadWrp .SecInfo {
  max-width: 745px;
}
.CareersPage #CareersSec .HeadWrp .SecInfo br {
  display: none;
}
@media only screen and (min-width: 992px) {
  .CareersPage #CareersSec .HeadWrp .SecInfo br {
    display: block;
  }
}
.CareersPage #CareersSec .HeadWrp .SecInfo svg {
  stroke: #1d937a;
}
.CareersPage #JobsListSec {
  position: relative;
  padding: 45px 0 40px;
}
@media only screen and (min-width: 468px) {
  .CareersPage #JobsListSec {
    padding: 60px 0;
  }
}
@media only screen and (min-width: 576px) {
  .CareersPage #JobsListSec {
    padding: 90px 0;
  }
}
@media only screen and (min-width: 1200px) {
  .CareersPage #JobsListSec {
    padding: 115px 0;
  }
}
.CareersPage #JobsListSec .FloatIcons {
  pointer-events: none;
}
.CareersPage #JobsListSec .FloatIcons #PlusIcon {
  fill: #00aeef;
  position: absolute;
  -webkit-animation: rotating 15s linear infinite;
  -moz-animation: rotating 15s linear infinite;
  -ms-animation: rotating 15s linear infinite;
  -o-animation: rotating 15s linear infinite;
  animation: rotating 15s linear infinite;
  width: 14px;
  height: 14px;
  top: 15px;
  left: 10%;
}
@media only screen and (min-width: 576px) {
  .CareersPage #JobsListSec .FloatIcons #PlusIcon {
    left: 16.5%;
  }
}
@media only screen and (min-width: 1200px) {
  .CareersPage #JobsListSec .FloatIcons #PlusIcon {
    width: 21px;
    height: 21px;
  }
}
@media only screen and (min-width: 1551px) {
  .CareersPage #JobsListSec .FloatIcons #PlusIcon {
    left: 18.5%;
  }
}
.CareersPage #JobsListSec .FloatIcons #PlusIcon2 {
  width: 21px;
  height: 21px;
  fill: #00aeef;
  position: absolute;
  -webkit-animation: scale-upOne 5s linear infinite;
  -moz-animation: scale-upOne 5s linear infinite;
  -ms-animation: scale-upOne 5s linear infinite;
  -o-animation: scale-upOne 5s linear infinite;
  animation: scale-upOne 5s linear infinite;
  top: 30px;
  right: 40px;
}
@media only screen and (min-width: 468px) {
  .CareersPage #JobsListSec .FloatIcons #PlusIcon2 {
    right: 140px;
  }
}
@media only screen and (min-width: 992px) {
  .CareersPage #JobsListSec .FloatIcons #PlusIcon2 {
    top: 115px;
    right: 130px;
  }
}
.CareersPage #JobsListSec .FloatIcons #SimpleRoundIco {
  width: 18px;
  height: 18px;
  fill: #00aeef;
  position: absolute;
  -webkit-animation: jump 5s linear infinite;
  -moz-animation: jump 5s linear infinite;
  -ms-animation: jump 5s linear infinite;
  -o-animation: jump 5s linear infinite;
  animation: jump 5s linear infinite;
  top: 150px;
  left: 40px;
}
@media only screen and (min-width: 468px) {
  .CareersPage #JobsListSec .FloatIcons #SimpleRoundIco {
    left: auto;
    right: 40px;
  }
}
@media only screen and (min-width: 992px) {
  .CareersPage #JobsListSec .FloatIcons #SimpleRoundIco {
    top: 215px;
    right: 45px;
  }
}
.CareersPage #JobsListSec .FloatIcons #RoundIco {
  position: absolute;
  top: 25%;
  left: -19px;
  -webkit-animation: animationFramesOne 15s linear infinite;
  -moz-animation: animationFramesOne 15s linear infinite;
  -ms-animation: animationFramesOne 15s linear infinite;
  -o-animation: animationFramesOne 15s linear infinite;
  animation: animationFramesUp 15s linear infinite;
  width: 20px;
  height: 20px;
}
@media only screen and (min-width: 468px) {
  .CareersPage #JobsListSec .FloatIcons #RoundIco {
    width: 28px;
    height: 28px;
  }
}
@media only screen and (min-width: 1200px) {
  .CareersPage #JobsListSec .FloatIcons #RoundIco {
    width: 36px;
    height: 36px;
  }
}
.CareersPage #JobsListSec .FloatIcons #RoundIco .st0 {
  fill: #00aeef;
}
.CareersPage #JobsListSec .FloatIcons #RoundIco .st1 {
  fill: #393c3f;
}
.CareersPage #JobsListSec .FloatIcons #RoundIco2 {
  position: absolute;
  -webkit-animation: animationFramesOne 15s linear infinite reverse;
  -moz-animation: animationFramesOne 15s linear infinite reverse;
  -ms-animation: animationFramesOne 15s linear infinite reverse;
  -o-animation: animationFramesOne 15s linear infinite reverse;
  animation: animationFramesOne 15s linear infinite reverse;
  top: 28%;
  right: 40px;
  width: 20px;
  height: 20px;
}
@media only screen and (min-width: 468px) {
  .CareersPage #JobsListSec .FloatIcons #RoundIco2 {
    width: 28px;
    height: 28px;
  }
}
@media only screen and (min-width: 992px) {
  .CareersPage #JobsListSec .FloatIcons #RoundIco2 {
    right: 130px;
  }
}
@media only screen and (min-width: 1200px) {
  .CareersPage #JobsListSec .FloatIcons #RoundIco2 {
    width: 36px;
    height: 36px;
  }
}
.CareersPage #JobsListSec .FloatIcons #RoundIco2 .st0 {
  fill: #00aeef;
}
.CareersPage #JobsListSec .FloatIcons #RoundIco2 .st1 {
  fill: #393c3f;
}
.CareersPage #JobsListSec .MainHead .SecInfo {
  max-width: 375px;
}
@media only screen and (min-width: 576px) {
  .CareersPage #JobsListSec .MainHead .SecInfo {
    max-width: 425px;
  }
}
@media only screen and (min-width: 1200px) {
  .CareersPage #JobsListSec .MainHead .SecInfo {
    margin-left: 245px;
    max-width: 500px;
  }
}
@media only screen and (min-width: 1551px) {
  .CareersPage #JobsListSec .MainHead .SecInfo {
    margin-left: 345px;
    max-width: 690px;
  }
}
.CareersPage #JobsListSec .SearchBox .SearchSec {
  align-items: center;
  margin: -5px;
  margin-bottom: 55px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.CareersPage #JobsListSec .SearchBox .SearchSec .itm {
  padding: 5px;
  width: 100%;
}
@media only screen and (min-width: 468px) {
  .CareersPage #JobsListSec .SearchBox .SearchSec .itm {
    width: 50%;
  }
}
@media only screen and (min-width: 992px) {
  .CareersPage #JobsListSec .SearchBox .SearchSec .itm {
    width: calc(25% + 22px);
  }
}
@media only screen and (min-width: 1200px) {
  .CareersPage #JobsListSec .SearchBox .SearchSec .itm {
    width: calc(25% + 37px);
  }
}
@media only screen and (min-width: 1551px) {
  .CareersPage #JobsListSec .SearchBox .SearchSec .itm {
    width: calc(25% + 51px);
  }
}
@media only screen and (min-width: 992px) {
  .CareersPage #JobsListSec .SearchBox .SearchSec .itm:last-child {
    width: 177px;
  }
}
.CareersPage #JobsListSec .SearchBox .SearchSec .itm button {
  background-color: #00aeef;
  width: 100%;
  font-size: 13px;
  font-family: "Canela";
  color: #fff;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  height: 45px;
  border-radius: 10px;
}
@media only screen and (min-width: 468px) {
  .CareersPage #JobsListSec .SearchBox .SearchSec .itm button {
    border-radius: 15px;
  }
}
@media only screen and (min-width: 576px) {
  .CareersPage #JobsListSec .SearchBox .SearchSec .itm button {
    font-size: 14px;
    height: 55px;
  }
}
@media only screen and (min-width: 992px) {
  .CareersPage #JobsListSec .SearchBox .SearchSec .itm button {
    height: 63px;
    font-size: 16px;
  }
}
@media only screen and (min-width: 1200px) {
  .CareersPage #JobsListSec .SearchBox .SearchSec .itm button {
    font-size: 18px;
  }
}
.CareersPage #JobsListSec .SearchBox .SearchResult {
  margin: -8.5px 0;
}
.CareersPage #JobsListSec .SearchBox .SearchResult .itm {
  padding: 8.5px 0;
}
.CareersPage #JobsListSec .SearchBox .SearchResult .Box {
  border-radius: 20px;
  background-color: #fff;
  box-shadow: 0px 0px 30px 0px rgba(1, 16, 69, 0.1);
  padding: 25px 20px 30px;
}
@media only screen and (min-width: 992px) {
  .CareersPage #JobsListSec .SearchBox .SearchResult .Box {
    padding: 35px 35px 30px 50px;
  }
}
@media only screen and (min-width: 1551px) {
  .CareersPage #JobsListSec .SearchBox .SearchResult .Box {
    padding: 40px 45px 35px 65px;
  }
}
.CareersPage #JobsListSec .SearchBox .SearchResult .Box .Title {
  color: #393c3f;
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 10px;
}
@media only screen and (min-width: 468px) {
  .CareersPage #JobsListSec .SearchBox .SearchResult .Box .Title {
    font-size: 22px;
  }
}
@media only screen and (min-width: 768px) {
  .CareersPage #JobsListSec .SearchBox .SearchResult .Box .Title {
    margin: 0;
  }
}
@media only screen and (min-width: 992px) {
  .CareersPage #JobsListSec .SearchBox .SearchResult .Box .Title {
    font-size: 24px;
  }
}
@media only screen and (min-width: 1551px) {
  .CareersPage #JobsListSec .SearchBox .SearchResult .Box .Title {
    font-size: 26px;
  }
}
.CareersPage #JobsListSec .SearchBox .SearchResult .Box .Flex {
  justify-content: space-between;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.CareersPage #JobsListSec .SearchBox .SearchResult .Box .Flex ul {
  width: 100%;
  margin: 0 -5px;
}
@media only screen and (min-width: 576px) {
  .CareersPage #JobsListSec .SearchBox .SearchResult .Box .Flex ul {
    display: flex;
    align-items: center;
  }
}
@media only screen and (min-width: 768px) {
  .CareersPage #JobsListSec .SearchBox .SearchResult .Box .Flex ul {
    width: calc(100% - 125px);
    margin: 0 -12px;
  }
}
@media only screen and (min-width: 992px) {
  .CareersPage #JobsListSec .SearchBox .SearchResult .Box .Flex ul {
    width: calc(100% - 133px);
    margin: 0 -30px;
  }
}
@media only screen and (min-width: 1551px) {
  .CareersPage #JobsListSec .SearchBox .SearchResult .Box .Flex ul {
    margin: 0 -40px;
  }
}
.CareersPage #JobsListSec .SearchBox .SearchResult .Box .Flex ul li {
  font-size: 14px;
  padding: 0 5px;
}
@media only screen and (min-width: 768px) {
  .CareersPage #JobsListSec .SearchBox .SearchResult .Box .Flex ul li {
    padding: 0 12px;
  }
}
@media only screen and (min-width: 992px) {
  .CareersPage #JobsListSec .SearchBox .SearchResult .Box .Flex ul li {
    padding: 0 30px;
  }
}
@media only screen and (min-width: 1551px) {
  .CareersPage #JobsListSec .SearchBox .SearchResult .Box .Flex ul li {
    padding: 0 40px;
    font-size: 16px;
  }
}
.CareersPage #JobsListSec .SearchBox .SearchResult .Box .Flex ul li span {
  color: #393c35;
}
.CareersPage
  #JobsListSec
  .SearchBox
  .SearchResult
  .Box
  .Flex
  ul
  li:nth-child(1) {
  color: #00aeef;
}
.CareersPage
  #JobsListSec
  .SearchBox
  .SearchResult
  .Box
  .Flex
  ul
  li:nth-child(2) {
  color: #1b9378;
}
.CareersPage
  #JobsListSec
  .SearchBox
  .SearchResult
  .Box
  .Flex
  ul
  li:nth-child(3) {
  color: #78a62a;
}
.CareersPage #JobsListSec .SearchBox .SearchResult .Box .ViewBtn {
  border-radius: 12px;
  background-color: #1d9e81;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 15px;
  width: 105px;
  height: 30px;
  font-size: 12px;
}
@media only screen and (min-width: 468px) {
  .CareersPage #JobsListSec .SearchBox .SearchResult .Box .ViewBtn {
    width: 125px;
    height: 40px;
    font-size: 14px;
  }
}
@media only screen and (min-width: 768px) {
  .CareersPage #JobsListSec .SearchBox .SearchResult .Box .ViewBtn {
    margin: 0;
  }
}
@media only screen and (min-width: 992px) {
  .CareersPage #JobsListSec .SearchBox .SearchResult .Box .ViewBtn {
    width: 133px;
    height: 44px;
    font-size: 16px;
  }
}
.CareersPage #JobsListSec .SearchBox .SearchResult .Box .ViewBtn:hover {
  background: #00aeef;
}
@media only screen and (min-width: 1200px) {
  .CareersPage.detailpage #JobsListSec {
    padding: 100px 0;
  }
}
@media only screen and (min-width: 992px) {
  .CareersPage.detailpage #JobsListSec .SearchBox .SearchResult .Box {
    padding: 45px 45px 60px;
  }
}
@media only screen and (min-width: 1551px) {
  .CareersPage.detailpage #JobsListSec .SearchBox .SearchResult .Box {
    padding: 65px 65px 90px;
  }
}
.CareersPage.detailpage #JobsListSec .SearchBox .SearchResult .Box .Title {
  margin-bottom: 25px;
}
.CareersPage.detailpage #JobsListSec .SearchBox .SearchResult .Box .Flex {
  margin-bottom: 30px;
}
.CareersPage.detailpage #JobsListSec .SearchBox .SearchResult .Box .Flex ul {
  width: 100%;
}
.CareersPage.detailpage #JobsListSec .SearchBox .SearchResult .Box .DtlCntnt p {
  color: #4b4c4c;
}
.CareersPage.detailpage
  #JobsListSec
  .SearchBox
  .SearchResult
  .Box
  .DtlCntnt
  ul
  li {
  color: #4b4c4c;
  line-height: normal;
  font-size: 13px;
  background: url("../images/tick.svg") no-repeat;
  background-position: top 10px left;
  padding-left: 25px;
  background-size: 12px;
}
.CareersPage.detailpage
  #JobsListSec
  .SearchBox
  .SearchResult
  .Box
  .DtlCntnt
  ul
  li:not(:last-of-type) {
  margin-bottom: 15px;
}
@media only screen and (min-width: 468px) {
  .CareersPage.detailpage
    #JobsListSec
    .SearchBox
    .SearchResult
    .Box
    .DtlCntnt
    ul
    li {
    font-size: 14px;
    padding-left: 30px;
  }
}
@media only screen and (min-width: 768px) {
  .CareersPage.detailpage
    #JobsListSec
    .SearchBox
    .SearchResult
    .Box
    .DtlCntnt
    ul
    li {
    font-size: 16px;
  }
}
@media only screen and (min-width: 1551px) {
  .CareersPage.detailpage
    #JobsListSec
    .SearchBox
    .SearchResult
    .Box
    .DtlCntnt
    ul
    li {
    font-size: 18px;
  }
}
.CareersPage.detailpage #JobsListSec .SearchBox .SearchResult .Box .DtlCntnt h2,
.CareersPage.detailpage #JobsListSec .SearchBox .SearchResult .Box .DtlCntnt h3,
.CareersPage.detailpage #JobsListSec .SearchBox .SearchResult .Box .DtlCntnt h4,
.CareersPage.detailpage #JobsListSec .SearchBox .SearchResult .Box .DtlCntnt h5,
.CareersPage.detailpage
  #JobsListSec
  .SearchBox
  .SearchResult
  .Box
  .DtlCntnt
  h6 {
  color: #393c3f;
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 10px;
  display: inline-block;
  margin-top: 10px;
  margin-bottom: 15px;
}
@media only screen and (min-width: 468px) {
  .CareersPage.detailpage
    #JobsListSec
    .SearchBox
    .SearchResult
    .Box
    .DtlCntnt
    h2,
  .CareersPage.detailpage
    #JobsListSec
    .SearchBox
    .SearchResult
    .Box
    .DtlCntnt
    h3,
  .CareersPage.detailpage
    #JobsListSec
    .SearchBox
    .SearchResult
    .Box
    .DtlCntnt
    h4,
  .CareersPage.detailpage
    #JobsListSec
    .SearchBox
    .SearchResult
    .Box
    .DtlCntnt
    h5,
  .CareersPage.detailpage
    #JobsListSec
    .SearchBox
    .SearchResult
    .Box
    .DtlCntnt
    h6 {
    font-size: 20px;
  }
}
@media only screen and (min-width: 768px) {
  .CareersPage.detailpage
    #JobsListSec
    .SearchBox
    .SearchResult
    .Box
    .DtlCntnt
    h2,
  .CareersPage.detailpage
    #JobsListSec
    .SearchBox
    .SearchResult
    .Box
    .DtlCntnt
    h3,
  .CareersPage.detailpage
    #JobsListSec
    .SearchBox
    .SearchResult
    .Box
    .DtlCntnt
    h4,
  .CareersPage.detailpage
    #JobsListSec
    .SearchBox
    .SearchResult
    .Box
    .DtlCntnt
    h5,
  .CareersPage.detailpage
    #JobsListSec
    .SearchBox
    .SearchResult
    .Box
    .DtlCntnt
    h6 {
    margin-top: 15px;
    margin-bottom: 25px;
  }
}
@media only screen and (min-width: 992px) {
  .CareersPage.detailpage
    #JobsListSec
    .SearchBox
    .SearchResult
    .Box
    .DtlCntnt
    h2,
  .CareersPage.detailpage
    #JobsListSec
    .SearchBox
    .SearchResult
    .Box
    .DtlCntnt
    h3,
  .CareersPage.detailpage
    #JobsListSec
    .SearchBox
    .SearchResult
    .Box
    .DtlCntnt
    h4,
  .CareersPage.detailpage
    #JobsListSec
    .SearchBox
    .SearchResult
    .Box
    .DtlCntnt
    h5,
  .CareersPage.detailpage
    #JobsListSec
    .SearchBox
    .SearchResult
    .Box
    .DtlCntnt
    h6 {
    font-size: 23px;
  }
}
@media only screen and (min-width: 1551px) {
  .CareersPage.detailpage
    #JobsListSec
    .SearchBox
    .SearchResult
    .Box
    .DtlCntnt
    h2,
  .CareersPage.detailpage
    #JobsListSec
    .SearchBox
    .SearchResult
    .Box
    .DtlCntnt
    h3,
  .CareersPage.detailpage
    #JobsListSec
    .SearchBox
    .SearchResult
    .Box
    .DtlCntnt
    h4,
  .CareersPage.detailpage
    #JobsListSec
    .SearchBox
    .SearchResult
    .Box
    .DtlCntnt
    h5,
  .CareersPage.detailpage
    #JobsListSec
    .SearchBox
    .SearchResult
    .Box
    .DtlCntnt
    h6 {
    margin-top: 25px;
    margin-bottom: 35px;
    font-size: 24px;
  }
}
.CareersPage.detailpage #JobsListSec .SearchBox .SearchResult .Box .ViewBtn {
  margin-top: 65px;
}
.curriculumPage .FloatIcons {
  pointer-events: none;
}
.curriculumPage .FloatIcons #PlusIcon {
  fill: #00aeef;
  position: absolute;
  -webkit-animation: rotating 15s linear infinite;
  -moz-animation: rotating 15s linear infinite;
  -ms-animation: rotating 15s linear infinite;
  -o-animation: rotating 15s linear infinite;
  animation: rotating 15s linear infinite;
  width: 14px;
  height: 14px;
  top: 20px;
  left: 10%;
}
@media only screen and (min-width: 468px) {
  .curriculumPage .FloatIcons #PlusIcon {
    top: 30px;
  }
}
@media only screen and (min-width: 576px) {
  .curriculumPage .FloatIcons #PlusIcon {
    left: 16.5%;
  }
}
@media only screen and (min-width: 1200px) {
  .curriculumPage .FloatIcons #PlusIcon {
    width: 21px;
    height: 21px;
  }
}
@media only screen and (min-width: 1551px) {
  .curriculumPage .FloatIcons #PlusIcon {
    top: 55px;
    left: 18.5%;
  }
}
.curriculumPage .FloatIcons #PlusIcon2 {
  width: 21px;
  height: 21px;
  fill: #00aeef;
  position: absolute;
  -webkit-animation: scale-upOne 5s linear infinite;
  -moz-animation: scale-upOne 5s linear infinite;
  -ms-animation: scale-upOne 5s linear infinite;
  -o-animation: scale-upOne 5s linear infinite;
  animation: scale-upOne 5s linear infinite;
  top: 30px;
  right: 40px;
}
@media only screen and (min-width: 468px) {
  .curriculumPage .FloatIcons #PlusIcon2 {
    right: 140px;
  }
}
@media only screen and (min-width: 992px) {
  .curriculumPage .FloatIcons #PlusIcon2 {
    top: 21%;
    right: 130px;
  }
}
.curriculumPage .FloatIcons #SimpleRoundIco {
  width: 18px;
  height: 18px;
  fill: #00aeef;
  position: absolute;
  -webkit-animation: jump 5s linear infinite;
  -moz-animation: jump 5s linear infinite;
  -ms-animation: jump 5s linear infinite;
  -o-animation: jump 5s linear infinite;
  animation: jump 5s linear infinite;
  top: 150px;
  left: 40px;
}
@media only screen and (min-width: 468px) {
  .curriculumPage .FloatIcons #SimpleRoundIco {
    left: auto;
    right: 40px;
  }
}
@media only screen and (min-width: 992px) {
  .curriculumPage .FloatIcons #SimpleRoundIco {
    top: 30%;
    right: 45px;
  }
}
.curriculumPage .FloatIcons #RoundIco {
  position: absolute;
  top: 65px;
  left: -19px;
  -webkit-animation: animationFramesOne 15s linear infinite;
  -moz-animation: animationFramesOne 15s linear infinite;
  -ms-animation: animationFramesOne 15s linear infinite;
  -o-animation: animationFramesOne 15s linear infinite;
  animation: animationFramesUp 15s linear infinite;
  width: 20px;
  height: 20px;
}
@media only screen and (min-width: 468px) {
  .curriculumPage .FloatIcons #RoundIco {
    width: 28px;
    height: 28px;
  }
}
@media only screen and (min-width: 1200px) {
  .curriculumPage .FloatIcons #RoundIco {
    top: 310px;
    width: 36px;
    height: 36px;
  }
}
.curriculumPage .FloatIcons #RoundIco .st0 {
  fill: #00aeef;
}
.curriculumPage .FloatIcons #RoundIco .st1 {
  fill: #393c3f;
}
.curriculumPage .FloatIcons #RoundIco2 {
  position: absolute;
  -webkit-animation: animationFramesOne 15s linear infinite reverse;
  -moz-animation: animationFramesOne 15s linear infinite reverse;
  -ms-animation: animationFramesOne 15s linear infinite reverse;
  -o-animation: animationFramesOne 15s linear infinite reverse;
  animation: animationFramesOne 15s linear infinite reverse;
  top: 40px;
  right: 40px;
  width: 20px;
  height: 20px;
}
@media only screen and (min-width: 468px) {
  .curriculumPage .FloatIcons #RoundIco2 {
    width: 28px;
    height: 28px;
  }
}
@media only screen and (min-width: 992px) {
  .curriculumPage .FloatIcons #RoundIco2 {
    top: 310px;
    right: 130px;
  }
}
@media only screen and (min-width: 1200px) {
  .curriculumPage .FloatIcons #RoundIco2 {
    width: 36px;
    height: 36px;
  }
}
.curriculumPage .FloatIcons #RoundIco2 .st0 {
  fill: #00aeef;
}
.curriculumPage .FloatIcons #RoundIco2 .st1 {
  fill: #393c3f;
}
.curriculumPage p {
  color: #4b4c4c;
}
.curriculumPage .SecImgWrp {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 30px;
}
@media only screen and (min-width: 992px) {
  .curriculumPage .SecImgWrp {
    justify-content: center;
    float: left;
    margin: 0 80px 30px 0;
  }
}
.curriculumPage .SecImgWrp .BgCircleWrap {
  position: absolute;
  top: 0;
  border-radius: 50%;
  -webkit-animation: rotating 55s linear infinite;
  -moz-animation: rotating 55s linear infinite;
  -ms-animation: rotating 55s linear infinite;
  -o-animation: rotating 55s linear infinite;
  animation: rotating 55s linear infinite;
  width: 195px;
  height: 195px;
}
@media only screen and (min-width: 468px) {
  .curriculumPage .SecImgWrp .BgCircleWrap {
    width: 300px;
    height: 300px;
  }
}
@media only screen and (min-width: 1200px) {
  .curriculumPage .SecImgWrp .BgCircleWrap {
    width: 335px;
    height: 335px;
  }
}
@media only screen and (min-width: 1551px) {
  .curriculumPage .SecImgWrp .BgCircleWrap {
    width: 382px;
    height: 382px;
  }
}
.curriculumPage .SecImgWrp .BgCircle {
  border-radius: 50%;
  background-color: #00aeef;
  opacity: 0.561;
  position: absolute;
  top: 10px;
  right: 10px;
  width: 40px;
  height: 40px;
}
@media only screen and (min-width: 468px) {
  .curriculumPage .SecImgWrp .BgCircle {
    width: 80px;
    height: 80px;
  }
}
@media only screen and (min-width: 1551px) {
  .curriculumPage .SecImgWrp .BgCircle {
    width: 90px;
    height: 90px;
  }
}
.curriculumPage .SecImgWrp .BgCircle2 {
  border-radius: 50%;
  background-color: #00aeef;
  opacity: 0.561;
  position: absolute;
  bottom: 0px;
  left: 45px;
  width: 20px;
  height: 20px;
}
@media only screen and (min-width: 468px) {
  .curriculumPage .SecImgWrp .BgCircle2 {
    bottom: 10px;
    left: 55px;
    width: 40px;
    height: 40px;
  }
}
@media only screen and (min-width: 1551px) {
  .curriculumPage .SecImgWrp .BgCircle2 {
    width: 59px;
    height: 59px;
  }
}
.curriculumPage .SecImgWrp .BaseCircle {
  border-radius: 50%;
  background-color: #1d937a;
  overflow: hidden;
  width: 195px;
  height: 195px;
}
@media only screen and (min-width: 468px) {
  .curriculumPage .SecImgWrp .BaseCircle {
    width: 300px;
    height: 300px;
  }
}
@media only screen and (min-width: 1200px) {
  .curriculumPage .SecImgWrp .BaseCircle {
    width: 335px;
    height: 335px;
  }
}
@media only screen and (min-width: 1551px) {
  .curriculumPage .SecImgWrp .BaseCircle {
    width: 382px;
    height: 382px;
  }
}
.curriculumPage .SecImgWrp .BaseCircle img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.curriculumPage #Accreditation {
  position: relative;
  padding: 45px 0 40px;
}
@media only screen and (min-width: 468px) {
  .curriculumPage #Accreditation {
    padding: 60px 0 40px;
  }
}
@media only screen and (min-width: 576px) {
  .curriculumPage #Accreditation {
    padding: 90px 0 40px;
  }
}
@media only screen and (min-width: 1200px) {
  .curriculumPage #Accreditation {
    padding: 115px 0 50px;
  }
}
@media only screen and (min-width: 1551px) {
  .curriculumPage #Accreditation {
    padding: 155px 0 60px;
  }
}
.curriculumPage #Accreditation .MainHead .SecInfo {
  max-width: 375px;
}
@media only screen and (min-width: 576px) {
  .curriculumPage #Accreditation .MainHead .SecInfo {
    max-width: 425px;
  }
}
@media only screen and (min-width: 1200px) {
  .curriculumPage #Accreditation .MainHead .SecInfo {
    margin-left: 245px;
    max-width: 500px;
  }
}
@media only screen and (min-width: 1551px) {
  .curriculumPage #Accreditation .MainHead .SecInfo {
    margin-left: 345px;
    max-width: 685px;
  }
}
.curriculumPage #Accreditation .FloatIcons #RoundIco {
  top: 50%;
}
.curriculumPage #Accreditation .FloatIcons #RoundIco2 {
  top: 65%;
}
.curriculumPage #Accreditation .Title {
  font-family: "Canela";
  color: #151515;
  line-height: normal;
  margin-bottom: 15px;
  font-size: 26px;
  line-height: 30px;
}
@media only screen and (min-width: 468px) {
  .curriculumPage #Accreditation .Title {
    font-size: 28px;
    line-height: 34px;
  }
}
@media only screen and (min-width: 1200px) {
  .curriculumPage #Accreditation .Title {
    font-size: 36px;
    line-height: 42px;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 576px) {
  .curriculumPage #Accreditation .Title br {
    display: none;
  }
}
.curriculumPage #Accreditation .Title span {
  color: #00aeef;
}
.curriculumPage #EarlyChildhood {
  position: relative;
  padding: 40px 0;
}
@media only screen and (min-width: 468px) {
  .curriculumPage #EarlyChildhood {
    padding: 40px 0 45px;
  }
}
@media only screen and (min-width: 992px) {
  .curriculumPage #EarlyChildhood {
    padding: 50px 0 65px;
  }
}
@media only screen and (min-width: 1551px) {
  .curriculumPage #EarlyChildhood {
    padding: 60px 0 65px;
  }
}
.curriculumPage #EarlyChildhood .FloatIcons {
  pointer-events: none;
}
.curriculumPage #EarlyChildhood .FloatIcons #PlusIcon {
  width: 14px;
  height: 14px;
  fill: #80d1c0;
  position: absolute;
  right: 30px;
  left: auto;
  -webkit-animation: rotating 15s linear infinite;
  -moz-animation: rotating 15s linear infinite;
  -ms-animation: rotating 15s linear infinite;
  -o-animation: rotating 15s linear infinite;
  animation: rotating 15s linear infinite;
  z-index: 2;
  top: 40%;
}
@media only screen and (min-width: 468px) {
  .curriculumPage #EarlyChildhood .FloatIcons #PlusIcon {
    top: 32%;
  }
}
@media only screen and (min-width: 1200px) {
  .curriculumPage #EarlyChildhood .FloatIcons #PlusIcon {
    right: 85px;
    width: 21px;
    height: 21px;
  }
}
.curriculumPage #EarlyChildhood .FloatIcons #RoundIco {
  position: absolute;
  -webkit-animation: animationFramesOne 15s linear infinite reverse;
  -moz-animation: animationFramesOne 15s linear infinite reverse;
  -ms-animation: animationFramesOne 15s linear infinite reverse;
  -o-animation: animationFramesOne 15s linear infinite reverse;
  animation: animationFramesUp 15s linear infinite reverse;
  width: 20px;
  height: 20px;
  z-index: 2;
  top: 125px;
  right: 145px;
}
@media only screen and (min-width: 468px) {
  .curriculumPage #EarlyChildhood .FloatIcons #RoundIco {
    right: auto;
    top: auto;
    bottom: 65px;
    left: -9px;
    width: 28px;
    height: 28px;
  }
}
@media only screen and (min-width: 1200px) {
  .curriculumPage #EarlyChildhood .FloatIcons #RoundIco {
    width: 36px;
    height: 36px;
  }
}
.curriculumPage #EarlyChildhood .FloatIcons #RoundIco .st0 {
  fill: #80d1c0;
}
.curriculumPage #EarlyChildhood .FloatIcons #RoundIco .st1 {
  fill: #393c3f;
}
.curriculumPage #EarlyChildhood .FloatIcons #Cog {
  position: absolute;
  bottom: 208px;
  right: -20px;
  opacity: 0.2;
  z-index: 2;
  -webkit-animation: rotating 15s linear infinite;
  -moz-animation: rotating 15s linear infinite;
  -ms-animation: rotating 15s linear infinite;
  -o-animation: rotating 15s linear infinite;
  animation: rotating 15s linear infinite;
  width: 50px;
  height: 50px;
}
@media only screen and (min-width: 468px) {
  .curriculumPage #EarlyChildhood .FloatIcons #Cog {
    width: 92px;
    height: 92px;
  }
}
.curriculumPage #EarlyChildhood .FloatIcons #Cog .st0 {
  fill: #cfeae6;
}
.curriculumPage #EarlyChildhood .FloatIcons #Cog .st1 {
  fill: #393c3f;
}
.curriculumPage #EarlyChildhood .SecImgWrp {
  position: absolute;
  pointer-events: none;
  right: -80px;
  top: 93px;
}
@media only screen and (min-width: 1200px) {
  .curriculumPage #EarlyChildhood .SecImgWrp {
    right: -220px;
    top: 210px;
  }
}
@media only screen and (min-width: 1551px) {
  .curriculumPage #EarlyChildhood .SecImgWrp {
    right: -130px;
    top: 230px;
  }
}
.curriculumPage #EarlyChildhood .SecImgWrp .CircleImgWrp {
  position: relative;
}
.curriculumPage #EarlyChildhood .SecImgWrp .CircleImgWrp .BaseCircle {
  border-radius: 50%;
  background-color: rgba(120, 166, 42, 0.1);
  position: relative;
  -webkit-animation: rotating 55s linear infinite;
  -moz-animation: rotating 55s linear infinite;
  -ms-animation: rotating 55s linear infinite;
  -o-animation: rotating 55s linear infinite;
  animation: rotating 55s linear infinite;
  width: 315px;
  height: 315px;
  overflow: visible;
}
@media only screen and (min-width: 576px) {
  .curriculumPage #EarlyChildhood .SecImgWrp .CircleImgWrp .BaseCircle {
    width: 365px;
    height: 365px;
  }
}
@media only screen and (min-width: 1200px) {
  .curriculumPage #EarlyChildhood .SecImgWrp .CircleImgWrp .BaseCircle {
    width: 673px;
    height: 673px;
  }
}
.curriculumPage
  #EarlyChildhood
  .SecImgWrp
  .CircleImgWrp
  .BaseCircle
  .BgCircle1 {
  border-radius: 50%;
  background-color: #78a62a;
  opacity: 0.5;
  position: absolute;
  top: 0;
  width: 45px;
  height: 45px;
  right: 60px;
}
@media only screen and (min-width: 576px) {
  .curriculumPage
    #EarlyChildhood
    .SecImgWrp
    .CircleImgWrp
    .BaseCircle
    .BgCircle1 {
    width: 55px;
    height: 55px;
  }
}
@media only screen and (min-width: 1200px) {
  .curriculumPage
    #EarlyChildhood
    .SecImgWrp
    .CircleImgWrp
    .BaseCircle
    .BgCircle1 {
    width: 71px;
    height: 71px;
    right: 150px;
  }
}
.curriculumPage
  #EarlyChildhood
  .SecImgWrp
  .CircleImgWrp
  .BaseCircle
  .BgCircle2 {
  border-radius: 50%;
  background-color: #78a62a;
  opacity: 0.2;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 25px;
  height: 25px;
  bottom: -12.5px;
}
@media only screen and (min-width: 1200px) {
  .curriculumPage
    #EarlyChildhood
    .SecImgWrp
    .CircleImgWrp
    .BaseCircle
    .BgCircle2 {
    width: 40px;
    height: 40px;
    bottom: -20px;
  }
}
.curriculumPage #EarlyChildhood .MainHead .Head span {
  color: #1d937a;
}
.curriculumPage #EarlyChildhood .MainHead .SecInfo svg {
  stroke: #1d937a;
}
.curriculumPage #EarlyChildhood .SliderFlex .ThumbSlide {
  order: 1;
  margin: 0;
}
@media only screen and (min-width: 992px) {
  .curriculumPage #EarlyChildhood .SliderFlex .ThumbSlide {
    order: 0;
    padding: 45px 0;
    padding-right: 25px;
  }
}
.curriculumPage #EarlyChildhood .SliderFlex .ThumbSlide .splide__track {
  overflow: auto;
}
.curriculumPage
  #EarlyChildhood
  .SliderFlex
  .ThumbSlide
  .splide__track::-webkit-scrollbar {
  width: 2px;
}
@media only screen and (min-width: 992px) {
  .curriculumPage #EarlyChildhood .SliderFlex .ThumbSlide .splide__track {
    max-height: 255px;
    padding-right: 20px;
  }
}
@media only screen and (min-width: 1551px) {
  .curriculumPage #EarlyChildhood .SliderFlex .ThumbSlide .splide__track {
    max-height: 365px;
  }
}
.curriculumPage #EarlyChildhood .SliderFlex .ThumbSlide .splide__slide {
  align-items: flex-start;
  padding: 0;
}
.curriculumPage #EarlyChildhood .SliderFlex .ThumbSlide .splide__slide p {
  color: #4b4c4c;
  margin: 0;
}
.curriculumPage
  #EarlyChildhood
  .SliderFlex
  .ThumbSlide
  .splide__slide
  .ReadMore {
  font-size: 18px;
  color: #1d937a;
  display: flex;
  align-items: center;
  margin-top: 40px;
}
.curriculumPage
  #EarlyChildhood
  .SliderFlex
  .ThumbSlide
  .splide__slide
  .ReadMore
  svg {
  margin-left: 15px;
  fill: #1d937a;
  width: 7px;
}
.curriculumPage #EarlyChildhood .SliderFlex .MainSlide {
  order: 0;
  margin-bottom: 15px;
  height: 245px;
}
@media only screen and (min-width: 468px) {
  .curriculumPage #EarlyChildhood .SliderFlex .MainSlide {
    border-radius: 50px;
    height: 355px;
    margin-bottom: 25px;
  }
}
@media only screen and (min-width: 768px) {
  .curriculumPage #EarlyChildhood .SliderFlex .MainSlide {
    height: 390px;
  }
}
@media only screen and (min-width: 992px) {
  .curriculumPage #EarlyChildhood .SliderFlex .MainSlide {
    height: 465px;
    margin-bottom: 0px;
    order: 1;
  }
}
@media only screen and (min-width: 1551px) {
  .curriculumPage #EarlyChildhood .SliderFlex .MainSlide {
    height: 575px;
  }
}
.curriculumPage #ExploreMoreList {
  padding: 45px 0;
}
.curriculumPage #ExploreMoreList .container {
  max-width: 100%;
  padding: 0 15px;
}
@media only screen and (min-width: 992px) {
  .curriculumPage #ExploreMoreList .container {
    padding: 0 40px;
  }
}
@media only screen and (min-width: 1200px) {
  .curriculumPage #ExploreMoreList .container {
    padding: 0 60px;
  }
}
@media only screen and (min-width: 1551px) {
  .curriculumPage #ExploreMoreList .container {
    padding: 0 140px;
  }
}
.curriculumPage #ExploreMoreList .ExploreMoreBox .ImgWrap {
  width: 220px;
  height: 220px;
}
@media only screen and (min-width: 468px) {
  .curriculumPage #ExploreMoreList .ExploreMoreBox .ImgWrap {
    width: 260px;
    height: 260px;
  }
}
@media only screen and (min-width: 1200px) {
  .curriculumPage #ExploreMoreList .ExploreMoreBox .ImgWrap {
    width: 290px;
    height: 290px;
  }
}
@media only screen and (min-width: 1551px) {
  .curriculumPage #ExploreMoreList .ExploreMoreBox .ImgWrap {
    width: 315px;
    height: 315px;
  }
}
.curriculumPage #ExploreMoreList .ExploreMoreBox .ImgWrap .ImgBox {
  width: 220px;
  height: 220px;
}
@media only screen and (min-width: 468px) {
  .curriculumPage #ExploreMoreList .ExploreMoreBox .ImgWrap .ImgBox {
    width: 260px;
    height: 260px;
  }
}
@media only screen and (min-width: 1200px) {
  .curriculumPage #ExploreMoreList .ExploreMoreBox .ImgWrap .ImgBox {
    width: 290px;
    height: 290px;
  }
}
@media only screen and (min-width: 1551px) {
  .curriculumPage #ExploreMoreList .ExploreMoreBox .ImgWrap .ImgBox {
    width: 315px;
    height: 315px;
  }
}
.curriculumPage #ExploreMoreList .ExploreMoreBox .ImgWrap .BgCircle2 {
  background: #ec008c;
}
.curriculumPage #ExploreMoreList .ExploreMoreBox .CntnBox .ImgWrap {
  margin-bottom: 25px;
}
@media only screen and (min-width: 1551px) {
  .curriculumPage #ExploreMoreList .ExploreMoreBox .CntnBox .ImgWrap {
    margin-bottom: 30px;
  }
}
.curriculumPage #ExploreMoreList .ExploreMoreBox .CntnBox .Logo {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 15px;
}
@media only screen and (min-width: 468px) {
  .curriculumPage #ExploreMoreList .ExploreMoreBox .CntnBox .Logo {
    margin-bottom: 20px;
  }
}
.curriculumPage #ExploreMoreList .ExploreMoreBox .CntnBox .Logo img {
  width: auto;
}
@media only screen and (min-width: 1200px) {
  .curriculumPage #ExploreMoreList .ExploreMoreBox .CntnBox .Info {
    line-height: 28px;
  }
}
.curriculumPage #ExploreMoreList .ExploreMoreBox:hover .ImgWrap .BgCircle {
  animation: XploreCircle1 5s linear infinite;
}
.curriculumPage #ExploreMoreList .ExploreMoreBox:hover .ImgWrap .BgCircle2 {
  animation: XploreCircle2 12s linear infinite;
}
.curriculumPage #Cocurriculum {
  position: relative;
  padding: 40px 0;
}
@media only screen and (min-width: 468px) {
  .curriculumPage #Cocurriculum {
    padding: 50px 0 45px;
  }
}
@media only screen and (min-width: 992px) {
  .curriculumPage #Cocurriculum {
    padding: 65px 0 75px;
  }
}
.curriculumPage #Cocurriculum .MainHead .Head span {
  color: #78a62a;
}
.curriculumPage #Cocurriculum .MainHead .SecInfo {
  max-width: 375px;
}
@media only screen and (min-width: 576px) {
  .curriculumPage #Cocurriculum .MainHead .SecInfo {
    max-width: 425px;
  }
}
@media only screen and (min-width: 1200px) {
  .curriculumPage #Cocurriculum .MainHead .SecInfo {
    margin-left: 245px;
    max-width: 500px;
  }
}
@media only screen and (min-width: 1551px) {
  .curriculumPage #Cocurriculum .MainHead .SecInfo {
    margin-left: 345px;
    max-width: 685px;
  }
}
.curriculumPage #Cocurriculum .MainHead .SecInfo svg {
  stroke: #78a62a;
}
.curriculumPage #Cocurriculum .SecImgWrp {
  position: absolute;
  pointer-events: none;
  right: -80px;
  top: 93px;
}
@media only screen and (min-width: 1200px) {
  .curriculumPage #Cocurriculum .SecImgWrp {
    right: -220px;
    top: 120px;
  }
}
@media only screen and (min-width: 1551px) {
  .curriculumPage #Cocurriculum .SecImgWrp {
    right: -130px;
    top: 180px;
  }
}
.curriculumPage #Cocurriculum .SecImgWrp #Bulb {
  fill: #78a62a;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  -moz-animation-delay: 1s;
  -webkit-animation-delay: 1s;
  -webkit-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-animation: swinging 3.5s ease-in-out forwards infinite;
  animation: swinging 3.5s ease-in-out forwards infinite;
  z-index: 2;
  width: 58px;
  height: 70px;
  top: -55px;
}
@media only screen and (min-width: 576px) {
  .curriculumPage #Cocurriculum .SecImgWrp #Bulb {
    width: 78px;
    height: 90px;
    top: -70px;
  }
}
@media only screen and (min-width: 1200px) {
  .curriculumPage #Cocurriculum .SecImgWrp #Bulb {
    top: -90px;
    width: 105px;
    height: 115px;
  }
}
@media only screen and (min-width: 1551px) {
  .curriculumPage #Cocurriculum .SecImgWrp #Bulb {
    width: 145px;
    height: 160px;
  }
}
.curriculumPage #Cocurriculum .SecImgWrp .CircleImgWrp {
  position: relative;
}
.curriculumPage #Cocurriculum .SecImgWrp .CircleImgWrp .BaseCircle {
  border-radius: 50%;
  background-color: rgba(120, 166, 42, 0.102);
  position: relative;
  -webkit-animation: rotating 55s linear infinite;
  -moz-animation: rotating 55s linear infinite;
  -ms-animation: rotating 55s linear infinite;
  -o-animation: rotating 55s linear infinite;
  animation: rotating 55s linear infinite;
  width: 315px;
  height: 315px;
  overflow: visible;
}
@media only screen and (min-width: 576px) {
  .curriculumPage #Cocurriculum .SecImgWrp .CircleImgWrp .BaseCircle {
    width: 365px;
    height: 365px;
  }
}
@media only screen and (min-width: 1200px) {
  .curriculumPage #Cocurriculum .SecImgWrp .CircleImgWrp .BaseCircle {
    width: 673px;
    height: 673px;
  }
}
.curriculumPage #Cocurriculum .SecImgWrp .CircleImgWrp .BaseCircle .BgCircle1 {
  border-radius: 50%;
  background-color: #78a62a;
  opacity: 0.5;
  position: absolute;
  top: 0;
  width: 45px;
  height: 45px;
  right: 60px;
}
@media only screen and (min-width: 576px) {
  .curriculumPage
    #Cocurriculum
    .SecImgWrp
    .CircleImgWrp
    .BaseCircle
    .BgCircle1 {
    width: 55px;
    height: 55px;
  }
}
@media only screen and (min-width: 1200px) {
  .curriculumPage
    #Cocurriculum
    .SecImgWrp
    .CircleImgWrp
    .BaseCircle
    .BgCircle1 {
    width: 71px;
    height: 71px;
    right: 150px;
  }
}
.curriculumPage #Cocurriculum .SecImgWrp .CircleImgWrp .BaseCircle .BgCircle2 {
  border-radius: 50%;
  background-color: #78a62a;
  opacity: 0.2;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 25px;
  height: 25px;
  bottom: -12.5px;
}
@media only screen and (min-width: 1200px) {
  .curriculumPage
    #Cocurriculum
    .SecImgWrp
    .CircleImgWrp
    .BaseCircle
    .BgCircle2 {
    width: 40px;
    height: 40px;
    bottom: -20px;
  }
}
.curriculumPage #Cocurriculum .HeadWrp {
  margin-bottom: 30px;
  display: flex;
  align-items: flex-start;
}
@media only screen and (min-width: 468px) {
  .curriculumPage #Cocurriculum .HeadWrp {
    margin-bottom: 55px;
  }
}
@media only screen and (min-width: 1551px) {
  .curriculumPage #Cocurriculum .HeadWrp {
    margin-bottom: 60px;
  }
}
@media only screen and (min-width: 1200px) {
  .curriculumPage #Cocurriculum .HeadWrp {
    padding-left: 30px;
  }
}
.curriculumPage #Cocurriculum .HeadWrp .SecIcon {
  width: 75px;
}
@media only screen and (min-width: 576px) {
  .curriculumPage #Cocurriculum .HeadWrp .SecIcon {
    width: 115px;
  }
}
@media only screen and (min-width: 1200px) {
  .curriculumPage #Cocurriculum .HeadWrp .SecIcon {
    width: 157px;
  }
}
.curriculumPage #Cocurriculum .HeadWrp .SecIcon .svg-elem-1 {
  fill: rgba(0, 0, 0, 0);
  -webkit-transition: fill 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 0.8s;
  transition: fill 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 0.8s;
}
.curriculumPage #Cocurriculum .HeadWrp .SecIcon.aos-animate .svg-elem-1 {
  fill: #a4cf5a;
}
.curriculumPage #Cocurriculum .HeadWrp .SecIcon .svg-elem-2 {
  fill: rgba(0, 0, 0, 0);
  -webkit-transition: fill 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 0.9s;
  transition: fill 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 0.9s;
}
.curriculumPage #Cocurriculum .HeadWrp .SecIcon.aos-animate .svg-elem-2 {
  fill: #cfeae6;
}
.curriculumPage #Cocurriculum .HeadWrp .SecIcon .svg-elem-3 {
  fill: rgba(0, 0, 0, 0);
  -webkit-transition: fill 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 1s;
  transition: fill 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 1s;
}
.curriculumPage #Cocurriculum .HeadWrp .SecIcon.aos-animate .svg-elem-3 {
  fill: #a4cf5a;
}
.curriculumPage #Cocurriculum .HeadWrp .SecIcon .svg-elem-4 {
  fill: rgba(0, 0, 0, 0);
  -webkit-transition: fill 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 1.1s;
  transition: fill 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 1.1s;
}
.curriculumPage #Cocurriculum .HeadWrp .SecIcon.aos-animate .svg-elem-4 {
  fill: #a4cf5a;
}
.curriculumPage #Cocurriculum .HeadWrp .SecIcon .svg-elem-5 {
  fill: rgba(0, 0, 0, 0);
  -webkit-transition: fill 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 1.2s;
  transition: fill 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 1.2s;
}
.curriculumPage #Cocurriculum .HeadWrp .SecIcon.aos-animate .svg-elem-5 {
  fill: #a4cf5a;
}
.curriculumPage #Cocurriculum .HeadWrp .SecIcon .svg-elem-6 {
  fill: rgba(0, 0, 0, 0);
  -webkit-transition: fill 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 1.3s;
  transition: fill 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 1.3s;
}
.curriculumPage #Cocurriculum .HeadWrp .SecIcon.aos-animate .svg-elem-6 {
  fill: #cfeae6;
}
.curriculumPage #Cocurriculum .HeadWrp .SecIcon .svg-elem-7 {
  fill: rgba(0, 0, 0, 0);
  -webkit-transition: fill 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 1.4s;
  transition: fill 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 1.4s;
}
.curriculumPage #Cocurriculum .HeadWrp .SecIcon.aos-animate .svg-elem-7 {
  fill: #a4cf5a;
}
.curriculumPage #Cocurriculum .HeadWrp .SecIcon .svg-elem-8 {
  fill: rgba(0, 0, 0, 0);
  -webkit-transition: fill 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 1.5s;
  transition: fill 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 1.5s;
}
.curriculumPage #Cocurriculum .HeadWrp .SecIcon.aos-animate .svg-elem-8 {
  fill: #cfeae6;
}
.curriculumPage #Cocurriculum .HeadWrp .SecIcon .svg-elem-9 {
  fill: rgba(0, 0, 0, 0);
  -webkit-transition: fill 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 1.6s;
  transition: fill 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 1.6s;
}
.curriculumPage #Cocurriculum .HeadWrp .SecIcon.aos-animate .svg-elem-9 {
  fill: #cfeae6;
}
.curriculumPage #Cocurriculum .HeadWrp .SecIcon .svg-elem-10 {
  fill: rgba(0, 0, 0, 0);
  -webkit-transition: fill 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 1.7s;
  transition: fill 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 1.7s;
}
.curriculumPage #Cocurriculum .HeadWrp .SecIcon.aos-animate .svg-elem-10 {
  fill: #cfeae6;
}
.curriculumPage #Cocurriculum .HeadWrp .SecIcon .svg-elem-11 {
  fill: rgba(0, 0, 0, 0);
  -webkit-transition: fill 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 1.8s;
  transition: fill 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 1.8s;
}
.curriculumPage #Cocurriculum .HeadWrp .SecIcon.aos-animate .svg-elem-11 {
  fill: #a4cf5a;
}
.curriculumPage #Cocurriculum .HeadWrp .SecIcon .svg-elem-12 {
  fill: rgba(0, 0, 0, 0);
  -webkit-transition: fill 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 1.9s;
  transition: fill 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 1.9s;
}
.curriculumPage #Cocurriculum .HeadWrp .SecIcon.aos-animate .svg-elem-12 {
  fill: #a4cf5a;
}
.curriculumPage #Cocurriculum .HeadWrp .SecIcon .svg-elem-13 {
  fill: rgba(0, 0, 0, 0);
  -webkit-transition: fill 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 2s;
  transition: fill 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 2s;
}
.curriculumPage #Cocurriculum .HeadWrp .SecIcon.aos-animate .svg-elem-13 {
  fill: #a4cf5a;
}
.curriculumPage #Cocurriculum .HeadWrp .SecIcon .svg-elem-14 {
  fill: rgba(0, 0, 0, 0);
  -webkit-transition: fill 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 2.1s;
  transition: fill 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 2.1s;
}
.curriculumPage #Cocurriculum .HeadWrp .SecIcon.aos-animate .svg-elem-14 {
  fill: #cfeae6;
}
.curriculumPage #Cocurriculum .HeadWrp .SecIcon .svg-elem-15 {
  fill: rgba(0, 0, 0, 0);
  -webkit-transition: fill 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 2.2s;
  transition: fill 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 2.2s;
}
.curriculumPage #Cocurriculum .HeadWrp .SecIcon.aos-animate .svg-elem-15 {
  fill: #cfeae6;
}
.curriculumPage #Cocurriculum .HeadWrp .SecIcon .svg-elem-16 {
  fill: rgba(0, 0, 0, 0);
  -webkit-transition: fill 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 2.3s;
  transition: fill 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 2.3s;
}
.curriculumPage #Cocurriculum .HeadWrp .SecIcon.aos-animate .svg-elem-16 {
  fill: #a4cf5a;
}
.curriculumPage #Cocurriculum .HeadWrp .SecIcon .svg-elem-17 {
  fill: rgba(0, 0, 0, 0);
  -webkit-transition: fill 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 2.4s;
  transition: fill 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 2.4s;
}
.curriculumPage #Cocurriculum .HeadWrp .SecIcon.aos-animate .svg-elem-17 {
  fill: #a4cf5a;
}
.curriculumPage #Cocurriculum .HeadWrp .SecIcon .svg-elem-18 {
  fill: rgba(0, 0, 0, 0);
  -webkit-transition: fill 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 2.5s;
  transition: fill 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 2.5s;
}
.curriculumPage #Cocurriculum .HeadWrp .SecIcon.aos-animate .svg-elem-18 {
  fill: #cfeae6;
}
.curriculumPage #Cocurriculum .HeadWrp .SecIcon .svg-elem-19 {
  fill: rgba(0, 0, 0, 0);
  -webkit-transition: fill 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 2.6s;
  transition: fill 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 2.6s;
}
.curriculumPage #Cocurriculum .HeadWrp .SecIcon.aos-animate .svg-elem-19 {
  fill: #a4cf5a;
}
.curriculumPage #Cocurriculum .HeadWrp .SecIcon .svg-elem-20 {
  fill: rgba(0, 0, 0, 0);
  -webkit-transition: fill 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 2.7s;
  transition: fill 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 2.7s;
}
.curriculumPage #Cocurriculum .HeadWrp .SecIcon.aos-animate .svg-elem-20 {
  fill: #cfeae6;
}
.curriculumPage #Cocurriculum .HeadWrp .SecIcon .svg-elem-21 {
  fill: rgba(0, 0, 0, 0);
  -webkit-transition: fill 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 2.8s;
  transition: fill 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 2.8s;
}
.curriculumPage #Cocurriculum .HeadWrp .SecIcon.aos-animate .svg-elem-21 {
  fill: #cfeae6;
}
.curriculumPage #Cocurriculum .HeadWrp .SecIcon .svg-elem-22 {
  fill: rgba(0, 0, 0, 0);
  -webkit-transition: fill 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 2.9s;
  transition: fill 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 2.9s;
}
.curriculumPage #Cocurriculum .HeadWrp .SecIcon.aos-animate .svg-elem-22 {
  fill: #393c3f;
}
.curriculumPage #Cocurriculum .HeadWrp .SecIcon .svg-elem-23 {
  fill: rgba(0, 0, 0, 0);
  -webkit-transition: fill 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 3s;
  transition: fill 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 3s;
}
.curriculumPage #Cocurriculum .HeadWrp .SecIcon.aos-animate .svg-elem-23 {
  fill: #393c3f;
}
.curriculumPage #Cocurriculum .HeadWrp .SecIcon .svg-elem-24 {
  fill: rgba(0, 0, 0, 0);
  -webkit-transition: fill 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 3.1s;
  transition: fill 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 3.1s;
}
.curriculumPage #Cocurriculum .HeadWrp .SecIcon.aos-animate .svg-elem-24 {
  fill: #393c3f;
}
.curriculumPage #Cocurriculum .HeadWrp .SecIcon .svg-elem-25 {
  fill: rgba(0, 0, 0, 0);
  -webkit-transition: fill 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 3.2s;
  transition: fill 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 3.2s;
}
.curriculumPage #Cocurriculum .HeadWrp .SecIcon.aos-animate .svg-elem-25 {
  fill: #393c3f;
}
.curriculumPage #Cocurriculum .HeadWrp .SecIcon .svg-elem-26 {
  fill: rgba(0, 0, 0, 0);
  -webkit-transition: fill 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 3.3s;
  transition: fill 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 3.3s;
}
.curriculumPage #Cocurriculum .HeadWrp .SecIcon.aos-animate .svg-elem-26 {
  fill: #393c3f;
}
.curriculumPage #Cocurriculum .HeadWrp .SecIcon .svg-elem-27 {
  fill: rgba(0, 0, 0, 0);
  -webkit-transition: fill 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 3.4s;
  transition: fill 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 3.4s;
}
.curriculumPage #Cocurriculum .HeadWrp .SecIcon.aos-animate .svg-elem-27 {
  fill: #393c3f;
}
.curriculumPage #Cocurriculum .HeadWrp .SecIcon .svg-elem-28 {
  fill: rgba(0, 0, 0, 0);
  -webkit-transition: fill 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 3.5s;
  transition: fill 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 3.5s;
}
.curriculumPage #Cocurriculum .HeadWrp .SecIcon.aos-animate .svg-elem-28 {
  fill: #393c3f;
}
.curriculumPage #Cocurriculum .HeadWrp .SecIcon .svg-elem-29 {
  fill: rgba(0, 0, 0, 0);
  -webkit-transition: fill 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 3.6s;
  transition: fill 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 3.6s;
}
.curriculumPage #Cocurriculum .HeadWrp .SecIcon.aos-animate .svg-elem-29 {
  fill: #393c3f;
}
.curriculumPage #Cocurriculum .HeadWrp .SecIcon .svg-elem-30 {
  fill: rgba(0, 0, 0, 0);
  -webkit-transition: fill 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 3.7s;
  transition: fill 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 3.7s;
}
.curriculumPage #Cocurriculum .HeadWrp .SecIcon.aos-animate .svg-elem-30 {
  fill: #393c3f;
}
.curriculumPage #Cocurriculum .HeadWrp .SecIcon .svg-elem-31 {
  fill: rgba(0, 0, 0, 0);
  -webkit-transition: fill 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 3.8s;
  transition: fill 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 3.8s;
}
.curriculumPage #Cocurriculum .HeadWrp .SecIcon.aos-animate .svg-elem-31 {
  fill: #393c3f;
}
.curriculumPage #Cocurriculum .HeadWrp .SecIcon .svg-elem-32 {
  fill: rgba(0, 0, 0, 0);
  -webkit-transition: fill 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 3.9s;
  transition: fill 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 3.9s;
}
.curriculumPage #Cocurriculum .HeadWrp .SecIcon.aos-animate .svg-elem-32 {
  fill: #393c3f;
}
.curriculumPage #Cocurriculum .HeadWrp .SecIcon .svg-elem-33 {
  fill: rgba(0, 0, 0, 0);
  -webkit-transition: fill 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 4s;
  transition: fill 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 4s;
}
.curriculumPage #Cocurriculum .HeadWrp .SecIcon.aos-animate .svg-elem-33 {
  fill: #393c3f;
}
.curriculumPage #Cocurriculum .HeadWrp .SecIcon .svg-elem-34 {
  fill: rgba(0, 0, 0, 0);
  -webkit-transition: fill 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 4.1s;
  transition: fill 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 4.1s;
}
.curriculumPage #Cocurriculum .HeadWrp .SecIcon.aos-animate .svg-elem-34 {
  fill: #393c3f;
}
.curriculumPage #Cocurriculum .HeadWrp .SecIcon .svg-elem-35 {
  fill: rgba(0, 0, 0, 0);
  -webkit-transition: fill 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 4.2s;
  transition: fill 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 4.2s;
}
.curriculumPage #Cocurriculum .HeadWrp .SecIcon.aos-animate .svg-elem-35 {
  fill: #393c3f;
}
.curriculumPage #Cocurriculum .HeadWrp .SecIcon .svg-elem-36 {
  fill: rgba(0, 0, 0, 0);
  -webkit-transition: fill 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 4.3s;
  transition: fill 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 4.3s;
}
.curriculumPage #Cocurriculum .HeadWrp .SecIcon.aos-animate .svg-elem-36 {
  fill: #393c3f;
}
.curriculumPage #Cocurriculum .HeadWrp .SecIcon .svg-elem-37 {
  fill: rgba(0, 0, 0, 0);
  -webkit-transition: fill 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 4.4s;
  transition: fill 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 4.4s;
}
.curriculumPage #Cocurriculum .HeadWrp .SecIcon.aos-animate .svg-elem-37 {
  fill: #393c3f;
}
.curriculumPage #Cocurriculum .HeadWrp .SecIcon .svg-elem-38 {
  fill: rgba(0, 0, 0, 0);
  -webkit-transition: fill 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 4.5s;
  transition: fill 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 4.5s;
}
.curriculumPage #Cocurriculum .HeadWrp .SecIcon.aos-animate .svg-elem-38 {
  fill: #393c3f;
}
.curriculumPage #Cocurriculum .HeadWrp .SecIcon .svg-elem-39 {
  fill: rgba(0, 0, 0, 0);
  -webkit-transition: fill 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 4.6s;
  transition: fill 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 4.6s;
}
.curriculumPage #Cocurriculum .HeadWrp .SecIcon.aos-animate .svg-elem-39 {
  fill: #393c3f;
}
.curriculumPage #Cocurriculum .HeadWrp .SecIcon .svg-elem-40 {
  fill: rgba(0, 0, 0, 0);
  -webkit-transition: fill 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 4.7s;
  transition: fill 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 4.7s;
}
.curriculumPage #Cocurriculum .HeadWrp .SecIcon.aos-animate .svg-elem-40 {
  fill: #393c3f;
}
.curriculumPage #Cocurriculum .HeadWrp .SecIcon .svg-elem-41 {
  fill: rgba(0, 0, 0, 0);
  -webkit-transition: fill 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 4.8s;
  transition: fill 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 4.8s;
}
.curriculumPage #Cocurriculum .HeadWrp .SecIcon.aos-animate .svg-elem-41 {
  fill: #393c3f;
}
.curriculumPage #Cocurriculum .HeadWrp .SecIcon .svg-elem-42 {
  fill: rgba(0, 0, 0, 0);
  -webkit-transition: fill 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 4.9s;
  transition: fill 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 4.9s;
}
.curriculumPage #Cocurriculum .HeadWrp .SecIcon.aos-animate .svg-elem-42 {
  fill: #393c3f;
}
.curriculumPage #Cocurriculum .HeadWrp .SecIcon .svg-elem-43 {
  fill: rgba(0, 0, 0, 0);
  -webkit-transition: fill 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 5s;
  transition: fill 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 5s;
}
.curriculumPage #Cocurriculum .HeadWrp .SecIcon.aos-animate .svg-elem-43 {
  fill: #393c3f;
}
.curriculumPage #Cocurriculum .HeadWrp .MainHead {
  margin-top: 15px;
  margin-bottom: 0px;
  padding-left: 15px;
  width: calc(100% - 75px);
}
@media only screen and (min-width: 576px) {
  .curriculumPage #Cocurriculum .HeadWrp .MainHead {
    padding-left: 35px;
    width: calc(100% - 115px);
  }
}
@media only screen and (min-width: 1200px) {
  .curriculumPage #Cocurriculum .HeadWrp .MainHead {
    padding-left: 50px;
    width: calc(100% - 157px);
  }
}
.curriculumPage #Cocurriculum .HeadWrp .MainHead .Head span {
  color: #78a62a;
}
.curriculumPage #Cocurriculum .HeadWrp .SecInfo {
  max-width: 620px;
}
.curriculumPage #Cocurriculum .HeadWrp .SecInfo svg {
  stroke: #78a62a;
}
.curriculumPage #Cocurriculum .PricipalMsgBox {
  background-color: #fff;
  box-shadow: 0px 0px 49px 0px rgba(1, 16, 69, 0.15);
  position: relative;
  border-radius: 30px;
  padding: 30px 20px;
}
@media only screen and (min-width: 468px) {
  .curriculumPage #Cocurriculum .PricipalMsgBox {
    padding: 50px 30px 55px;
  }
}
@media only screen and (min-width: 576px) {
  .curriculumPage #Cocurriculum .PricipalMsgBox {
    border-radius: 50px;
    padding: 65px 55px 50px;
  }
}
@media only screen and (min-width: 1551px) {
  .curriculumPage #Cocurriculum .PricipalMsgBox {
    padding: 80px 70px 50px;
  }
}
.curriculumPage #Cocurriculum .PricipalMsgBox .Row {
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media only screen and (min-width: 992px) {
  .curriculumPage #Cocurriculum .PricipalMsgBox .Row {
    margin: 0 -25px;
  }
}
.curriculumPage #Cocurriculum .PricipalMsgBox .Row > * {
  width: 100%;
}
@media only screen and (min-width: 992px) {
  .curriculumPage #Cocurriculum .PricipalMsgBox .Row > * {
    padding: 0 25px;
  }
}
@media only screen and (min-width: 992px) {
  .curriculumPage #Cocurriculum .PricipalMsgBox .Row .MsgBox {
    width: calc(100% - 325px);
  }
}
@media only screen and (min-width: 1200px) {
  .curriculumPage #Cocurriculum .PricipalMsgBox .Row .MsgBox {
    width: calc(100% - 450px);
  }
}
.curriculumPage #Cocurriculum .PricipalMsgBox .Row .MsgBox .Title {
  font-family: "Canela";
  color: #2e2e2d;
  margin-bottom: 15px;
  font-size: 22px;
  line-height: 28px;
}
.curriculumPage #Cocurriculum .PricipalMsgBox .Row .MsgBox .Title br {
  display: none;
}
@media only screen and (min-width: 468px) {
  .curriculumPage #Cocurriculum .PricipalMsgBox .Row .MsgBox .Title {
    font-size: 24px;
    line-height: 34px;
    margin-bottom: 25px;
  }
  .curriculumPage #Cocurriculum .PricipalMsgBox .Row .MsgBox .Title br {
    display: block;
  }
}
@media only screen and (min-width: 576px) {
  .curriculumPage #Cocurriculum .PricipalMsgBox .Row .MsgBox .Title {
    font-size: 34px;
    line-height: 38px;
  }
}
@media only screen and (min-width: 768px) {
  .curriculumPage #Cocurriculum .PricipalMsgBox .Row .MsgBox .Title {
    font-size: 38px;
    line-height: 46px;
  }
}
@media only screen and (min-width: 1551px) {
  .curriculumPage #Cocurriculum .PricipalMsgBox .Row .MsgBox .Title {
    font-size: 45px;
    line-height: 50px;
  }
}
.curriculumPage #Cocurriculum .PricipalMsgBox .Row .MsgBox .Title span {
  color: #a4a4a4;
}
.curriculumPage #Cocurriculum .PricipalMsgBox .Row .MsgBox p {
  color: #4b4c4c;
  font-family: "Canela";
  font-style: italic;
  margin: 0;
}
@media only screen and (min-width: 1551px) {
  .curriculumPage #Cocurriculum .PricipalMsgBox .Row .MsgBox p {
    font-size: 18px;
    line-height: 30px;
  }
}
.curriculumPage #Cocurriculum .PricipalMsgBox .Row .ProfileWrp {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  display: none;
}
@media (max-width: 1200px) and (min-width: 992px) {
  .curriculumPage #Cocurriculum .PricipalMsgBox .Row .ProfileWrp {
    padding: 0;
  }
}
@media only screen and (min-width: 992px) {
  .curriculumPage #Cocurriculum .PricipalMsgBox .Row .ProfileWrp {
    display: flex;
    width: 325px;
  }
}
@media only screen and (min-width: 1200px) {
  .curriculumPage #Cocurriculum .PricipalMsgBox .Row .ProfileWrp {
    width: 450px;
  }
}
.curriculumPage #Cocurriculum .PricipalMsgBox .Row .ProfileWrp .ImgBox {
  background-color: #e2e2e2;
  overflow: hidden;
  margin: auto;
  border-radius: 50%;
  width: 125px;
  height: 125px;
}
@media only screen and (min-width: 468px) {
  .curriculumPage #Cocurriculum .PricipalMsgBox .Row .ProfileWrp .ImgBox {
    width: 250px;
    height: 250px;
  }
}
@media only screen and (min-width: 768px) {
  .curriculumPage #Cocurriculum .PricipalMsgBox .Row .ProfileWrp .ImgBox {
    width: 280px;
    height: 280px;
  }
}
@media only screen and (min-width: 1551px) {
  .curriculumPage #Cocurriculum .PricipalMsgBox .Row .ProfileWrp .ImgBox {
    width: 400px;
    height: 400px;
  }
}
.curriculumPage #Cocurriculum .PricipalMsgBox .Row .ProfileWrp .ImgBox img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.curriculumPage #Cocurriculum .PricipalMsgBox .Navigation .arrows {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  stroke: #cacaca;
  stroke-width: 2px;
  cursor: pointer;
  height: 40px;
}
@media only screen and (min-width: 468px) {
  .curriculumPage #Cocurriculum .PricipalMsgBox .Navigation .arrows {
    height: 60px;
  }
}
@media only screen and (min-width: 992px) {
  .curriculumPage #Cocurriculum .PricipalMsgBox .Navigation .arrows {
    height: 80px;
  }
}
.curriculumPage #Cocurriculum .PricipalMsgBox .Navigation .arrows svg {
  height: 100%;
}
.curriculumPage #Cocurriculum .PricipalMsgBox .Navigation .arrows.OwlPrev {
  left: 5px;
}
@media only screen and (min-width: 576px) {
  .curriculumPage #Cocurriculum .PricipalMsgBox .Navigation .arrows.OwlPrev {
    left: 15px;
  }
}
.curriculumPage #Cocurriculum .PricipalMsgBox .Navigation .arrows.OwlNext {
  right: 5px;
}
@media only screen and (min-width: 576px) {
  .curriculumPage #Cocurriculum .PricipalMsgBox .Navigation .arrows.OwlNext {
    right: 15px;
  }
}
.curriculumPage #Destination {
  position: relative;
  padding: 45px 0 40px;
}
@media only screen and (min-width: 468px) {
  .curriculumPage #Destination {
    padding: 50px 0 60px;
  }
}
@media only screen and (min-width: 576px) {
  .curriculumPage #Destination {
    padding: 60px 0 80px;
  }
}
@media only screen and (min-width: 992px) {
  .curriculumPage #Destination {
    padding: 65px 0 150px;
  }
}
@media only screen and (min-width: 1551px) {
  .curriculumPage #Destination {
    padding: 70px 0 200px;
  }
}
.curriculumPage #Destination .FloatIcons {
  pointer-events: none;
}
.curriculumPage #Destination .FloatIcons #PlusIcon {
  fill: #ec008c;
  position: absolute;
  -webkit-animation: rotating 15s linear infinite;
  -moz-animation: rotating 15s linear infinite;
  -ms-animation: rotating 15s linear infinite;
  -o-animation: rotating 15s linear infinite;
  animation: rotating 15s linear infinite;
  width: 14px;
  height: 14px;
  top: 20px;
  left: 10%;
}
@media only screen and (min-width: 468px) {
  .curriculumPage #Destination .FloatIcons #PlusIcon {
    top: 30px;
  }
}
@media only screen and (min-width: 576px) {
  .curriculumPage #Destination .FloatIcons #PlusIcon {
    right: 3%;
    left: auto;
  }
}
@media only screen and (min-width: 1200px) {
  .curriculumPage #Destination .FloatIcons #PlusIcon {
    width: 21px;
    height: 21px;
  }
}
@media only screen and (min-width: 1551px) {
  .curriculumPage #Destination .FloatIcons #PlusIcon {
    top: 115px;
    right: 3.5%;
  }
}
.curriculumPage #Destination .FloatIcons #RoundIco {
  position: absolute;
  top: auto;
  bottom: 65px;
  left: auto;
  right: -19px;
  -webkit-animation: animationFramesOne 15s linear infinite;
  -moz-animation: animationFramesOne 15s linear infinite;
  -ms-animation: animationFramesOne 15s linear infinite;
  -o-animation: animationFramesOne 15s linear infinite;
  animation: animationFramesUp 15s linear infinite;
  width: 20px;
  height: 20px;
}
@media only screen and (min-width: 468px) {
  .curriculumPage #Destination .FloatIcons #RoundIco {
    width: 28px;
    height: 28px;
  }
}
@media only screen and (min-width: 1200px) {
  .curriculumPage #Destination .FloatIcons #RoundIco {
    width: 36px;
    height: 36px;
  }
}
.curriculumPage #Destination .FloatIcons #RoundIco .st0 {
  fill: #ec008c;
}
.curriculumPage #Destination .FloatIcons #RoundIco .st1 {
  fill: #393c3f;
}
.curriculumPage #Destination .row {
  align-items: center;
}
.curriculumPage #Destination .MainHead .Head span {
  color: #ec008c;
}
.curriculumPage #Destination .MainHead .SecInfo {
  max-width: 375px;
}
.curriculumPage #Destination .MainHead .SecInfo svg {
  stroke: #ec008c;
}
@media only screen and (min-width: 576px) {
  .curriculumPage #Destination .MainHead .SecInfo {
    max-width: 425px;
  }
}
@media only screen and (min-width: 1200px) {
  .curriculumPage #Destination .MainHead .SecInfo {
    max-width: 500px;
  }
}
@media only screen and (min-width: 1551px) {
  .curriculumPage #Destination .MainHead .SecInfo {
    max-width: 605px;
  }
}
.curriculumPage #Destination .SecImgWrp {
  position: relative;
  display: block;
  float: none;
  width: fit-content;
  width: -moz-fit-content;
  margin: auto;
  margin-bottom: 0px;
  pointer-events: none;
}
.curriculumPage #Destination .SecImgWrp #PlusIcon {
  width: 21px;
  height: 21px;
  fill: #ec008c;
  position: absolute;
  -webkit-animation: scale-upOne 5s linear infinite;
  -moz-animation: scale-upOne 5s linear infinite;
  -ms-animation: scale-upOne 5s linear infinite;
  -o-animation: scale-upOne 5s linear infinite;
  animation: scale-upOne 5s linear infinite;
  top: 40px;
  left: 40px;
}
@media only screen and (min-width: 992px) {
  .curriculumPage #Destination .SecImgWrp #PlusIcon {
    top: -55px;
    left: 130px;
  }
}
.curriculumPage #Destination .SecImgWrp #EqIcon {
  fill: #ec008c;
  position: absolute;
  width: 28px;
  height: 17px;
  bottom: -40px;
  right: 40px;
}
@media only screen and (min-width: 768px) {
  .curriculumPage #Destination .SecImgWrp #EqIcon {
    width: 44px;
    height: 26px;
  }
}
@media only screen and (min-width: 992px) {
  .curriculumPage #Destination .SecImgWrp #EqIcon {
    bottom: -35px;
    right: 55px;
  }
}
@media only screen and (min-width: 1200px) {
  .curriculumPage #Destination .SecImgWrp #EqIcon {
    bottom: -35px;
    right: 100px;
  }
}
.curriculumPage #Destination .SecImgWrp #EqIcon .EqIconanim {
  -webkit-animation: EqIconanim 5s linear infinite;
  -moz-animation: EqIconanim 5s linear infinite;
  -ms-animation: EqIconanim 5s linear infinite;
  -o-animation: EqIconanim 5s linear infinite;
  animation: EqIconanim 5s linear infinite;
}
.curriculumPage #Destination .SecImgWrp .BaseCircle {
  position: absolute;
  -webkit-animation: rotating 55s linear infinite;
  -moz-animation: rotating 55s linear infinite;
  -ms-animation: rotating 55s linear infinite;
  -o-animation: rotating 55s linear infinite;
  animation: rotating 55s linear infinite;
  left: -45%;
  width: 220px;
  background: none;
  height: auto;
  overflow: visible;
  top: 0px;
}
@media only screen and (min-width: 468px) {
  .curriculumPage #Destination .SecImgWrp .BaseCircle {
    left: -65%;
    top: -40px;
    width: 320px;
  }
}
@media only screen and (min-width: 1200px) {
  .curriculumPage #Destination .SecImgWrp .BaseCircle {
    left: -85%;
    top: -85px;
    width: 510px;
  }
}
@media only screen and (min-width: 1551px) {
  .curriculumPage #Destination .SecImgWrp .BaseCircle {
    width: 585px;
  }
}
.curriculumPage #Destination .SecImgWrp .CircleImgWrp {
  align-items: flex-end;
  justify-content: space-between;
  z-index: 1;
  display: flex;
  margin: auto;
  width: fit-content;
  width: -moz-fit-content;
  position: relative;
}
@media only screen and (min-width: 992px) {
  .curriculumPage #Destination .SecImgWrp .CircleImgWrp {
    margin: 0;
  }
}
.curriculumPage #Destination .SecImgWrp .CircleImgWrp img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.curriculumPage #Destination .SecImgWrp .CircleImgWrp .BgCircle {
  border-radius: 50%;
  background-color: #ec008c;
  opacity: 0.561;
  position: absolute;
  left: 25px;
  top: 0;
  z-index: 1;
  width: 40px;
  height: 40px;
  overflow: visible;
}
@media only screen and (min-width: 468px) {
  .curriculumPage #Destination .SecImgWrp .CircleImgWrp .BgCircle {
    width: 50px;
    height: 50px;
  }
}
@media only screen and (min-width: 1200px) {
  .curriculumPage #Destination .SecImgWrp .CircleImgWrp .BgCircle {
    width: 80px;
    height: 80px;
    left: 40px;
  }
}
@media only screen and (min-width: 1551px) {
  .curriculumPage #Destination .SecImgWrp .CircleImgWrp .BgCircle {
    width: 90px;
    height: 90px;
  }
}
.curriculumPage #Destination .SecImgWrp .CircleImgWrp .ImgBox1 {
  border-radius: 50%;
  overflow: hidden;
  width: 195px;
  height: 195px;
}
@media only screen and (min-width: 468px) {
  .curriculumPage #Destination .SecImgWrp .CircleImgWrp .ImgBox1 {
    width: 250px;
    height: 250px;
  }
}
@media only screen and (min-width: 1200px) {
  .curriculumPage #Destination .SecImgWrp .CircleImgWrp .ImgBox1 {
    width: 380px;
    height: 380px;
  }
}
@media only screen and (min-width: 1551px) {
  .curriculumPage #Destination .SecImgWrp .CircleImgWrp .ImgBox1 {
    width: 393px;
    height: 393px;
  }
}
.curriculumPage #Destination .SecImgWrp .CircleImgWrp .ImgBox2 {
  border-radius: 50%;
  overflow: hidden;
  right: -15px;
  bottom: -20px;
  position: absolute;
  z-index: 1;
  border: 4px solid #fff;
  width: 90px;
  height: 90px;
}
@media only screen and (min-width: 468px) {
  .curriculumPage #Destination .SecImgWrp .CircleImgWrp .ImgBox2 {
    right: -45px;
    width: 115px;
    height: 115px;
  }
}
@media only screen and (min-width: 1200px) {
  .curriculumPage #Destination .SecImgWrp .CircleImgWrp .ImgBox2 {
    right: -72px;
    width: 200px;
    height: 200px;
    border: 7px solid #fff;
  }
}
@media only screen and (min-width: 1551px) {
  .curriculumPage #Destination .SecImgWrp .CircleImgWrp .ImgBox2 {
    border: 8px solid #fff;
    width: 194px;
    height: 194px;
  }
}
.curriculumPage #Destination .CntnSec {
  max-width: 820px;
  margin-top: 35px;
  padding: 0 20px;
}
@media only screen and (min-width: 468px) {
  .curriculumPage #Destination .CntnSec {
    padding: 0 30px;
  }
}
@media only screen and (min-width: 992px) {
  .curriculumPage #Destination .CntnSec {
    margin-top: 0px;
    padding: 0 25px 0 125px;
  }
}
.curriculumPage #Destination .CntnSec .Title {
  font-family: "Canela";
  color: #2e2e2d;
  margin-bottom: 15px;
  font-size: 22px;
  line-height: 28px;
}
.curriculumPage #Destination .CntnSec .Title br {
  display: none;
}
@media only screen and (min-width: 468px) {
  .curriculumPage #Destination .CntnSec .Title {
    font-size: 24px;
    line-height: 34px;
    margin-bottom: 25px;
  }
  .curriculumPage #Destination .CntnSec .Title br {
    display: block;
  }
}
@media only screen and (min-width: 576px) {
  .curriculumPage #Destination .CntnSec .Title {
    font-size: 34px;
    line-height: 38px;
  }
}
@media only screen and (min-width: 768px) {
  .curriculumPage #Destination .CntnSec .Title {
    font-size: 38px;
    line-height: 46px;
  }
}
@media only screen and (min-width: 1551px) {
  .curriculumPage #Destination .CntnSec .Title {
    font-size: 45px;
    line-height: 50px;
  }
}
.curriculumPage #Destination .CntnSec .Title span {
  color: #a4a4a4;
}
.curriculumPage #Destination .CntnSec p {
  color: #4b4c4c;
  font-family: "Canela";
  font-style: italic;
  margin: 0;
}
@media only screen and (min-width: 1551px) {
  .curriculumPage #Destination .CntnSec p {
    font-size: 18px;
    line-height: 30px;
  }
}
.curriculumPage #Destination .CntnSec .link {
  color: #4b4c4c;
  font-family: "Canela";
  font-style: italic;
  margin: 0;
}
@media only screen and (min-width: 1551px) {
  .curriculumPage #Destination .CntnSec .link {
    font-size: 18px;
    line-height: 30px;
  }
}
.curriculumPage #Destination .CntnSec .link a {
  color: #ec008c;
}
.curriculumPage #Destination .CntnSec .logo {
  margin-top: 25px;
}
@media only screen and (min-width: 468px) {
  .curriculumPage #Destination .CntnSec .logo {
    margin-top: 40px;
  }
}
.curriculumPage #Destination .CntnSec .logo img {
  width: 100%;
  max-width: 180px;
}
@media only screen and (min-width: 468px) {
  .curriculumPage #Destination .CntnSec .logo img {
    max-width: 250px;
  }
}
@media only screen and (min-width: 1551px) {
  .curriculumPage #Destination .CntnSec .logo img {
    max-width: 322px;
  }
}
.curriculumPage.AwardsSucess #DtlInfo {
  position: relative;
  padding: 45px 0 40px;
}
@media only screen and (min-width: 468px) {
  .curriculumPage.AwardsSucess #DtlInfo {
    padding: 60px 0 55px;
  }
}
@media only screen and (min-width: 576px) {
  .curriculumPage.AwardsSucess #DtlInfo {
    padding: 90px 0 70px;
  }
}
@media only screen and (min-width: 1200px) {
  .curriculumPage.AwardsSucess #DtlInfo {
    padding: 115px 0 100px;
  }
}
@media only screen and (min-width: 1551px) {
  .curriculumPage.AwardsSucess #DtlInfo {
    padding: 155px 0 120px;
  }
}
.curriculumPage.AwardsSucess #DtlInfo .MainHead {
  padding: 0;
  width: 100%;
}
@media only screen and (min-width: 1200px) {
  .curriculumPage.AwardsSucess #DtlInfo .MainHead .SecInfo {
    margin-left: 245px;
  }
}
@media only screen and (min-width: 1551px) {
  .curriculumPage.AwardsSucess #DtlInfo .MainHead .SecInfo {
    margin-left: 345px;
  }
}
.curriculumPage.AwardsSucess #DtlInfo .CntnBox {
  padding: 10px 0;
}
@media only screen and (min-width: 468px) {
  .curriculumPage.AwardsSucess #DtlInfo .CntnBox {
    padding: 18px 0 40px;
  }
}
@media only screen and (min-width: 1551px) {
  .curriculumPage.AwardsSucess #DtlInfo .CntnBox {
    padding: 18px 0 90px;
  }
}
.curriculumPage.AwardsSucess #DtlInfo .Linklist {
  margin: -8px -10px;
}
@media only screen and (min-width: 468px) {
  .curriculumPage.AwardsSucess #DtlInfo .Linklist {
    margin: -10px -15px;
  }
}
.curriculumPage.AwardsSucess #DtlInfo .Linklist li {
  display: inline-block;
  position: relative;
  padding: 8px 10px;
}
@media only screen and (min-width: 468px) {
  .curriculumPage.AwardsSucess #DtlInfo .Linklist li {
    padding: 10px 15px;
  }
}
.curriculumPage.AwardsSucess #DtlInfo .Linklist li:not(:last-of-type)::after {
  content: "/";
  position: absolute;
  color: #00aeef;
  font-weight: 600;
  font-size: 14px;
  right: -4px;
  top: 8px;
}
@media only screen and (min-width: 468px) {
  .curriculumPage.AwardsSucess #DtlInfo .Linklist li:not(:last-of-type)::after {
    right: -5px;
    top: 12px;
    font-size: 16px;
  }
}
.curriculumPage.AwardsSucess #DtlInfo .Linklist li a {
  display: block;
  color: #4b4c4c;
  font-weight: 600;
  font-size: 14px;
}
@media only screen and (min-width: 468px) {
  .curriculumPage.AwardsSucess #DtlInfo .Linklist li a {
    font-size: 16px;
  }
}
.curriculumPage.AwardsSucess #DtlInfo .Linklist li a:hover {
  color: #00aeef;
}
.curriculumPage.AwardsSucess #DtlInfo .SucessMsgBox {
  border-radius: 30px;
  background-color: #fff;
  box-shadow: 0px 0px 49px 0px rgba(1, 16, 69, 0.15);
  text-align: center;
  padding: 25px 15px;
  margin-top: 40px;
}
@media only screen and (min-width: 468px) {
  .curriculumPage.AwardsSucess #DtlInfo .SucessMsgBox {
    border-radius: 50px;
    padding: 45px;
    margin-top: 60px;
  }
}
@media only screen and (min-width: 992px) {
  .curriculumPage.AwardsSucess #DtlInfo .SucessMsgBox {
    padding: 55px 90px 60px;
  }
}
@media only screen and (min-width: 1551px) {
  .curriculumPage.AwardsSucess #DtlInfo .SucessMsgBox {
    margin-top: 90px;
    padding: 70px 125px 85px;
  }
}
.curriculumPage.AwardsSucess #DtlInfo .SucessMsgBox p {
  font-weight: 300;
  color: #4b4c4c;
  font-style: italic;
  margin: 0;
  font-size: 18px;
  line-height: 24px;
}
@media only screen and (min-width: 468px) {
  .curriculumPage.AwardsSucess #DtlInfo .SucessMsgBox p {
    font-size: 22px;
    line-height: 32px;
  }
}
@media only screen and (min-width: 992px) {
  .curriculumPage.AwardsSucess #DtlInfo .SucessMsgBox p {
    font-size: 26px;
    line-height: 34px;
  }
}
@media only screen and (min-width: 1551px) {
  .curriculumPage.AwardsSucess #DtlInfo .SucessMsgBox p {
    font-size: 28px;
    line-height: 38px;
  }
}
.curriculumPage.curriculumHow #DtlInfo {
  position: relative;
  padding: 45px 0 40px;
}
@media only screen and (min-width: 468px) {
  .curriculumPage.curriculumHow #DtlInfo {
    padding: 60px 0 55px;
  }
}
@media only screen and (min-width: 576px) {
  .curriculumPage.curriculumHow #DtlInfo {
    padding: 90px 0 70px;
  }
}
@media only screen and (min-width: 1200px) {
  .curriculumPage.curriculumHow #DtlInfo {
    padding: 115px 0 100px;
  }
}
@media only screen and (min-width: 1551px) {
  .curriculumPage.curriculumHow #DtlInfo {
    padding: 155px 0 120px;
  }
}
.curriculumPage.curriculumHow #DtlInfo .CntnBox {
  display: inline-block;
  margin-bottom: 35px;
}
@media only screen and (min-width: 468px) {
  .curriculumPage.curriculumHow #DtlInfo .CntnBox {
    margin-bottom: 50px;
  }
}
@media only screen and (min-width: 768px) {
  .curriculumPage.curriculumHow #DtlInfo .CntnBox {
    margin-bottom: 70px;
  }
}
.curriculumPage.curriculumHow #DtlInfo .Title {
  font-family: "Canela";
  color: #151515;
  line-height: normal;
  margin-bottom: 15px;
  font-size: 26px;
  line-height: 30px;
}
@media only screen and (min-width: 468px) {
  .curriculumPage.curriculumHow #DtlInfo .Title {
    font-size: 28px;
    line-height: 34px;
  }
}
@media only screen and (min-width: 1200px) {
  .curriculumPage.curriculumHow #DtlInfo .Title {
    font-size: 36px;
    line-height: 42px;
    margin-bottom: 35px;
  }
}
@media only screen and (max-width: 576px) {
  .curriculumPage.curriculumHow #DtlInfo .Title br {
    display: none;
  }
}
.curriculumPage.curriculumHow #DtlInfo .Title span {
  color: #00aeef;
}
.curriculumPage.curriculumHow #DtlInfo .ListInfo {
  display: inline-block;
}
.curriculumPage.curriculumHow #DtlInfo .ListInfo .itm {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 35px;
}
@media only screen and (min-width: 468px) {
  .curriculumPage.curriculumHow #DtlInfo .ListInfo .itm {
    margin-bottom: 50px;
  }
}
@media only screen and (min-width: 768px) {
  .curriculumPage.curriculumHow #DtlInfo .ListInfo .itm {
    margin-bottom: 70px;
  }
}
.curriculumPage.curriculumHow #DtlInfo .ListInfo .itm .Count {
  font-family: "Canela";
  color: #cbcdcd;
  font-size: 52px;
}
@media only screen and (min-width: 468px) {
  .curriculumPage.curriculumHow #DtlInfo .ListInfo .itm .Count {
    font-size: 62px;
  }
}
@media only screen and (min-width: 768px) {
  .curriculumPage.curriculumHow #DtlInfo .ListInfo .itm .Count {
    width: 140px;
  }
}
@media only screen and (min-width: 992px) {
  .curriculumPage.curriculumHow #DtlInfo .ListInfo .itm .Count {
    width: 165px;
    font-size: 66px;
  }
}
@media only screen and (min-width: 1551px) {
  .curriculumPage.curriculumHow #DtlInfo .ListInfo .itm .Count {
    width: 195px;
    font-size: 70px;
  }
}
.curriculumPage.curriculumHow #DtlInfo .ListInfo .itm .Count span {
  color: #4b4c4c;
}
.curriculumPage.curriculumHow #DtlInfo .ListInfo .itm .Count span:nth-child(2) {
  color: #00aeef;
}
.curriculumPage.curriculumHow #DtlInfo .ListInfo .itm .cntnt {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .curriculumPage.curriculumHow #DtlInfo .ListInfo .itm .cntnt {
    width: calc(100% - 140px);
  }
}
@media only screen and (min-width: 992px) {
  .curriculumPage.curriculumHow #DtlInfo .ListInfo .itm .cntnt {
    width: calc(100% - 165px);
  }
}
@media only screen and (min-width: 1551px) {
  .curriculumPage.curriculumHow #DtlInfo .ListInfo .itm .cntnt {
    width: calc(100% - 195px);
  }
}
.curriculumPage.curriculumHow #DtlInfo .ListInfo .itm p {
  color: #4b4c4c;
  margin: 0;
}
.GradePop {
  z-index: 9999;
}
.GradePop .modal-dialog {
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: calc(100vw - 40px);
  margin: 30px auto;
}
@media only screen and (min-width: 992px) {
  .GradePop .modal-dialog {
    max-width: 835px;
  }
}
.GradePop .modal-content {
  border-radius: 25px;
  background-color: #fff;
}
@media only screen and (min-width: 992px) {
  .GradePop .modal-content {
    margin-top: 165px;
  }
}
.GradePop .modal-header {
  background: rgba(18, 163, 173, 0.051);
  padding: 30px 30px 35px;
  border: none;
}
@media only screen and (min-width: 992px) {
  .GradePop .modal-header {
    padding: 35px 45px 45px;
    min-height: 295px;
  }
}
.GradePop .modal-header button {
  padding: 0;
  background: none;
  border: none;
  outline: none;
  box-shadow: none;
  position: absolute;
  padding: 0;
  z-index: 3;
  right: 20px;
  top: 20px;
}
@media only screen and (min-width: 468px) {
  .GradePop .modal-header button {
    right: 30px;
    top: 30px;
  }
}
.GradePop .modal-header button svg {
  width: 21px;
  fill: #00aeef;
  transform: rotate(45deg);
}
.GradePop .modal-header .HeadFlex {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.GradePop .modal-header .HeadFlex .ImgWrap {
  display: none;
  align-items: center;
  justify-content: center;
  top: 0px;
  position: absolute;
  left: 45px;
  margin: auto;
  margin-bottom: 30px;
  width: 220px;
  height: 220px;
}
@media only screen and (min-width: 468px) {
  .GradePop .modal-header .HeadFlex .ImgWrap {
    margin-bottom: 0px;
    width: 260px;
    height: 260px;
  }
}
@media only screen and (min-width: 768px) {
  .GradePop .modal-header .HeadFlex .ImgWrap {
    display: flex;
  }
}
@media only screen and (min-width: 992px) {
  .GradePop .modal-header .HeadFlex .ImgWrap {
    top: -30px;
  }
}
@media only screen and (min-width: 1200px) {
  .GradePop .modal-header .HeadFlex .ImgWrap {
    width: 315px;
    height: 315px;
  }
}
@media only screen and (min-width: 1551px) {
  .GradePop .modal-header .HeadFlex .ImgWrap {
    width: 345px;
    height: 345px;
    top: -95px;
  }
}
.GradePop .modal-header .HeadFlex .ImgWrap .BgCircle {
  border-radius: 50%;
  background-color: #18c5d0;
  opacity: 0.561;
  position: absolute;
  z-index: 1;
  top: 0px;
  right: 0px;
  width: 25px;
  height: 25px;
}
@media only screen and (min-width: 992px) {
  .GradePop .modal-header .HeadFlex .ImgWrap .BgCircle {
    width: 37px;
    height: 37px;
  }
}
@media only screen and (min-width: 1200px) {
  .GradePop .modal-header .HeadFlex .ImgWrap .BgCircle {
    top: 15px;
    right: 10px;
  }
}
@keyframes XploreCircle1 {
  0% {
    transform: translate(13px, -13px);
  }
  50% {
    transform: translate(0px, 0px);
  }
  100% {
    transform: translate(13px, -13px);
  }
}
.GradePop .modal-header .HeadFlex .ImgWrap .BgCircle2 {
  border-radius: 50%;
  background-color: #18c5d0;
  opacity: 0.561;
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 30px;
  width: 45px;
  height: 45px;
}
@media only screen and (min-width: 468px) {
  .GradePop .modal-header .HeadFlex .ImgWrap .BgCircle2 {
    width: 59px;
    height: 59px;
  }
}
@media only screen and (min-width: 1200px) {
  .GradePop .modal-header .HeadFlex .ImgWrap .BgCircle2 {
    bottom: 20px;
    left: 40px;
  }
}
@keyframes XploreCircle2 {
  0% {
    transform: translate(-40px, -40px);
  }
  50% {
    transform: translate(60px, 40px);
  }
  100% {
    transform: translate(-40px, -40px);
  }
}
.GradePop .modal-header .HeadFlex .ImgWrap .ImgBox {
  border: 8px solid #fff;
  border-radius: 50%;
  background-color: #1d937a;
  overflow: hidden;
  width: 220px;
  height: 220px;
}
@media only screen and (min-width: 468px) {
  .GradePop .modal-header .HeadFlex .ImgWrap .ImgBox {
    width: 260px;
    height: 260px;
  }
}
@media only screen and (min-width: 1200px) {
  .GradePop .modal-header .HeadFlex .ImgWrap .ImgBox {
    width: 315px;
    height: 315px;
  }
}
@media only screen and (min-width: 1551px) {
  .GradePop .modal-header .HeadFlex .ImgWrap .ImgBox {
    width: 345px;
    height: 345px;
  }
}
.GradePop .modal-header .HeadFlex .ImgWrap .ImgBox img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media only screen and (min-width: 768px) {
  .GradePop .modal-header .HeadFlex .HeadRit {
    padding-left: 40px;
    width: calc(100% - 315px);
    margin-left: 315px;
  }
}
@media only screen and (min-width: 1551px) {
  .GradePop .modal-header .HeadFlex .HeadRit {
    width: calc(100% - 345px);
    margin-left: 345px;
  }
}
.GradePop .modal-header .HeadFlex .HeadRit .Title {
  font-family: "Canela";
  color: #1b1b1b;
  margin-bottom: 10px;
  font-size: 24px;
}
@media only screen and (min-width: 1551px) {
  .GradePop .modal-header .HeadFlex .HeadRit .Title {
    margin-bottom: 15px;
    font-size: 28px;
  }
}
.GradePop .modal-header .HeadFlex .HeadRit .logo {
  width: 180px;
  margin-bottom: 15px;
}
@media only screen and (min-width: 1551px) {
  .GradePop .modal-header .HeadFlex .HeadRit .logo {
    width: 235px;
  }
}
.GradePop .modal-header .HeadFlex .HeadRit .SubTitle {
  font-family: "Open Sans";
  color: #1e1e1e;
  font-size: 16px;
}
@media only screen and (min-width: 1551px) {
  .GradePop .modal-header .HeadFlex .HeadRit .SubTitle {
    font-size: 18px;
  }
}
.GradePop .modal-header .HeadFlex .HeadRit .Download {
  color: #00aeef;
  font-weight: 600;
  display: flex;
  align-items: center;
  margin-top: 15px;
  font-size: 14px;
}
@media only screen and (min-width: 1551px) {
  .GradePop .modal-header .HeadFlex .HeadRit .Download {
    margin-top: 20px;
    font-size: 16px;
  }
}
.GradePop .modal-header .HeadFlex .HeadRit .Download svg {
  width: 15px;
  fill: #00aeef;
  margin-right: 10px;
}
@media only screen and (min-width: 1551px) {
  .GradePop .modal-header .HeadFlex .HeadRit .Download svg {
    width: 17px;
    margin-right: 15px;
  }
}
.GradePop .modal-body {
  position: relative;
  z-index: 1;
  border-radius: 25px;
  padding: 30px 25px;
  overflow: hidden;
}
@media only screen and (min-width: 468px) {
  .GradePop .modal-body {
    padding: 45px;
  }
}
@media only screen and (min-width: 768px) {
  .GradePop .modal-body {
    padding: 40px 60px;
  }
}
.GradePop .modal-body::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 105px;
  background: #fff;
  background: -moz-linear-gradient(
    0deg,
    rgb(255, 255, 255) 50%,
    rgba(255, 255, 255, 0.3) 100%
  );
  background: -webkit-linear-gradient(
    0deg,
    rgb(255, 255, 255) 50%,
    rgba(255, 255, 255, 0.3) 100%
  );
  background: linear-gradient(
    0deg,
    rgb(255, 255, 255) 50%,
    rgba(255, 255, 255, 0.3) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#ffffff",GradientType=1);
}
@media only screen and (min-width: 468px) {
  .GradePop .modal-body::after {
    height: 110px;
  }
}
.GradePop .CntntBox {
  position: relative;
  overflow-y: scroll;
  max-height: calc(100vh - 217px);
  padding-bottom: 25px;
}
@media only screen and (min-width: 468px) {
  .GradePop .CntntBox {
    padding-bottom: 65px;
  }
}
@media only screen and (min-width: 768px) {
  .GradePop .CntntBox {
    max-height: 380px;
  }
}
.GradePop .CntntBox::-webkit-scrollbar {
  width: 0px;
}
.GradePop .CntntBox p {
  color: #4b4c4c;
}
@media only screen and (min-width: 1551px) {
  .GradePop .CntntBox p {
    font-size: 18px;
    line-height: 28px;
  }
}
.ParentPartnership #PartnershipSec {
  position: relative;
  padding: 45px 0 40px;
}
@media only screen and (min-width: 468px) {
  .ParentPartnership #PartnershipSec {
    padding: 60px 0 40px;
  }
}
@media only screen and (min-width: 576px) {
  .ParentPartnership #PartnershipSec {
    padding: 90px 0 40px;
  }
}
@media only screen and (min-width: 1200px) {
  .ParentPartnership #PartnershipSec {
    padding: 115px 0 50px;
  }
}
@media only screen and (min-width: 1551px) {
  .ParentPartnership #PartnershipSec {
    padding: 155px 0 60px;
  }
}
.ParentPartnership #PartnershipSec .FloatIcons {
  pointer-events: none;
}
.ParentPartnership #PartnershipSec .FloatIcons #PlusIcon {
  fill: #00aeef;
  position: absolute;
  -webkit-animation: rotating 15s linear infinite;
  -moz-animation: rotating 15s linear infinite;
  -ms-animation: rotating 15s linear infinite;
  -o-animation: rotating 15s linear infinite;
  animation: rotating 15s linear infinite;
  width: 14px;
  height: 14px;
  top: 20px;
  left: 10%;
}
@media only screen and (min-width: 468px) {
  .ParentPartnership #PartnershipSec .FloatIcons #PlusIcon {
    top: 30px;
  }
}
@media only screen and (min-width: 576px) {
  .ParentPartnership #PartnershipSec .FloatIcons #PlusIcon {
    left: 16.5%;
  }
}
@media only screen and (min-width: 1200px) {
  .ParentPartnership #PartnershipSec .FloatIcons #PlusIcon {
    width: 21px;
    height: 21px;
  }
}
@media only screen and (min-width: 1551px) {
  .ParentPartnership #PartnershipSec .FloatIcons #PlusIcon {
    top: 55px;
    left: 18.5%;
  }
}
.ParentPartnership #PartnershipSec .FloatIcons #PlusIcon2 {
  width: 21px;
  height: 21px;
  fill: #00aeef;
  position: absolute;
  -webkit-animation: scale-upOne 5s linear infinite;
  -moz-animation: scale-upOne 5s linear infinite;
  -ms-animation: scale-upOne 5s linear infinite;
  -o-animation: scale-upOne 5s linear infinite;
  animation: scale-upOne 5s linear infinite;
  top: 30px;
  right: 40px;
}
@media only screen and (min-width: 468px) {
  .ParentPartnership #PartnershipSec .FloatIcons #PlusIcon2 {
    right: 140px;
  }
}
@media only screen and (min-width: 992px) {
  .ParentPartnership #PartnershipSec .FloatIcons #PlusIcon2 {
    top: 100px;
    right: 130px;
  }
}
.ParentPartnership #PartnershipSec .FloatIcons #SimpleRoundIco {
  width: 18px;
  height: 18px;
  fill: #00aeef;
  position: absolute;
  -webkit-animation: jump 5s linear infinite;
  -moz-animation: jump 5s linear infinite;
  -ms-animation: jump 5s linear infinite;
  -o-animation: jump 5s linear infinite;
  animation: jump 5s linear infinite;
  top: 150px;
  left: 40px;
}
@media only screen and (min-width: 468px) {
  .ParentPartnership #PartnershipSec .FloatIcons #SimpleRoundIco {
    left: auto;
    right: 40px;
  }
}
@media only screen and (min-width: 992px) {
  .ParentPartnership #PartnershipSec .FloatIcons #SimpleRoundIco {
    top: 195px;
    right: 45px;
  }
}
.ParentPartnership #PartnershipSec .FloatIcons #RoundIco {
  position: absolute;
  top: 65px;
  left: -19px;
  -webkit-animation: animationFramesOne 15s linear infinite;
  -moz-animation: animationFramesOne 15s linear infinite;
  -ms-animation: animationFramesOne 15s linear infinite;
  -o-animation: animationFramesOne 15s linear infinite;
  animation: animationFramesUp 15s linear infinite;
  width: 20px;
  height: 20px;
}
@media only screen and (min-width: 468px) {
  .ParentPartnership #PartnershipSec .FloatIcons #RoundIco {
    width: 28px;
    height: 28px;
  }
}
@media only screen and (min-width: 1200px) {
  .ParentPartnership #PartnershipSec .FloatIcons #RoundIco {
    top: 310px;
    width: 36px;
    height: 36px;
  }
}
.ParentPartnership #PartnershipSec .FloatIcons #RoundIco .st0 {
  fill: #00aeef;
}
.ParentPartnership #PartnershipSec .FloatIcons #RoundIco .st1 {
  fill: #393c3f;
}
.ParentPartnership #PartnershipSec .FloatIcons #RoundIco2 {
  position: absolute;
  -webkit-animation: animationFramesOne 15s linear infinite reverse;
  -moz-animation: animationFramesOne 15s linear infinite reverse;
  -ms-animation: animationFramesOne 15s linear infinite reverse;
  -o-animation: animationFramesOne 15s linear infinite reverse;
  animation: animationFramesOne 15s linear infinite reverse;
  top: 40px;
  right: 40px;
  width: 20px;
  height: 20px;
}
@media only screen and (min-width: 468px) {
  .ParentPartnership #PartnershipSec .FloatIcons #RoundIco2 {
    width: 28px;
    height: 28px;
  }
}
@media only screen and (min-width: 992px) {
  .ParentPartnership #PartnershipSec .FloatIcons #RoundIco2 {
    top: 310px;
    right: 130px;
  }
}
@media only screen and (min-width: 1200px) {
  .ParentPartnership #PartnershipSec .FloatIcons #RoundIco2 {
    width: 36px;
    height: 36px;
  }
}
.ParentPartnership #PartnershipSec .FloatIcons #RoundIco2 .st0 {
  fill: #00aeef;
}
.ParentPartnership #PartnershipSec .FloatIcons #RoundIco2 .st1 {
  fill: #393c3f;
}
.ParentPartnership #PartnershipSec p {
  color: #4b4c4c;
}
.ParentPartnership #PartnershipSec .SecImgWrp {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 30px;
}
@media only screen and (min-width: 992px) {
  .ParentPartnership #PartnershipSec .SecImgWrp {
    justify-content: center;
    float: left;
    margin: 0 80px 30px 0;
  }
}
.ParentPartnership #PartnershipSec .SecImgWrp .BgCircleWrap {
  position: absolute;
  top: 0;
  border-radius: 50%;
  -webkit-animation: rotating 55s linear infinite;
  -moz-animation: rotating 55s linear infinite;
  -ms-animation: rotating 55s linear infinite;
  -o-animation: rotating 55s linear infinite;
  animation: rotating 55s linear infinite;
  width: 195px;
  height: 195px;
}
@media only screen and (min-width: 468px) {
  .ParentPartnership #PartnershipSec .SecImgWrp .BgCircleWrap {
    width: 300px;
    height: 300px;
  }
}
@media only screen and (min-width: 1200px) {
  .ParentPartnership #PartnershipSec .SecImgWrp .BgCircleWrap {
    width: 335px;
    height: 335px;
  }
}
@media only screen and (min-width: 1551px) {
  .ParentPartnership #PartnershipSec .SecImgWrp .BgCircleWrap {
    width: 382px;
    height: 382px;
  }
}
.ParentPartnership #PartnershipSec .SecImgWrp .BgCircle {
  border-radius: 50%;
  background-color: #00aeef;
  opacity: 0.561;
  position: absolute;
  top: 10px;
  right: 10px;
  width: 40px;
  height: 40px;
}
@media only screen and (min-width: 468px) {
  .ParentPartnership #PartnershipSec .SecImgWrp .BgCircle {
    width: 80px;
    height: 80px;
  }
}
@media only screen and (min-width: 1551px) {
  .ParentPartnership #PartnershipSec .SecImgWrp .BgCircle {
    width: 90px;
    height: 90px;
  }
}
.ParentPartnership #PartnershipSec .SecImgWrp .BgCircle2 {
  border-radius: 50%;
  background-color: #00aeef;
  opacity: 0.561;
  position: absolute;
  bottom: 0px;
  left: 45px;
  width: 20px;
  height: 20px;
}
@media only screen and (min-width: 468px) {
  .ParentPartnership #PartnershipSec .SecImgWrp .BgCircle2 {
    bottom: 10px;
    left: 55px;
    width: 40px;
    height: 40px;
  }
}
@media only screen and (min-width: 1551px) {
  .ParentPartnership #PartnershipSec .SecImgWrp .BgCircle2 {
    width: 59px;
    height: 59px;
  }
}
.ParentPartnership #PartnershipSec .SecImgWrp .BaseCircle {
  border-radius: 50%;
  background-color: #1d937a;
  overflow: hidden;
  width: 195px;
  height: 195px;
}
@media only screen and (min-width: 468px) {
  .ParentPartnership #PartnershipSec .SecImgWrp .BaseCircle {
    width: 300px;
    height: 300px;
  }
}
@media only screen and (min-width: 1200px) {
  .ParentPartnership #PartnershipSec .SecImgWrp .BaseCircle {
    width: 335px;
    height: 335px;
  }
}
@media only screen and (min-width: 1551px) {
  .ParentPartnership #PartnershipSec .SecImgWrp .BaseCircle {
    width: 382px;
    height: 382px;
  }
}
.ParentPartnership #PartnershipSec .SecImgWrp .BaseCircle img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ParentPartnership #PartnershipSec .MainHead {
  padding: 0;
  width: 100%;
}
@media only screen and (min-width: 1200px) {
  .ParentPartnership #PartnershipSec .MainHead .SecInfo {
    margin-left: 245px;
  }
}
@media only screen and (min-width: 1551px) {
  .ParentPartnership #PartnershipSec .MainHead .SecInfo {
    margin-left: 345px;
  }
}
.ParentPartnership #PartnershipSec .CntnBox .Title {
  font-family: "Canela";
  color: #151515;
  line-height: normal;
  margin-bottom: 15px;
  font-size: 26px;
  line-height: 30px;
}
@media only screen and (min-width: 468px) {
  .ParentPartnership #PartnershipSec .CntnBox .Title {
    font-size: 28px;
    line-height: 34px;
  }
}
@media only screen and (min-width: 1200px) {
  .ParentPartnership #PartnershipSec .CntnBox .Title {
    font-size: 36px;
    line-height: 42px;
    margin-bottom: 35px;
  }
}
@media only screen and (max-width: 576px) {
  .ParentPartnership #PartnershipSec .CntnBox .Title br {
    display: none;
  }
}
.ParentPartnership #PartnershipSec .CntnBox .Title span {
  color: #00aeef;
}
.ParentPartnership #ParentsFeedback {
  position: relative;
  padding: 40px 0 45px;
}
@media only screen and (min-width: 468px) {
  .ParentPartnership #ParentsFeedback {
    padding: 40px 0 60px;
  }
}
@media only screen and (min-width: 576px) {
  .ParentPartnership #ParentsFeedback {
    padding: 40px 0 80px;
  }
}
@media only screen and (min-width: 1200px) {
  .ParentPartnership #ParentsFeedback {
    padding: 50px 0 120px;
  }
}
@media only screen and (min-width: 1551px) {
  .ParentPartnership #ParentsFeedback {
    padding: 60px 0 145px;
  }
}
.ParentPartnership #ParentsFeedback .FloatIcons svg#Round1 {
  width: 36px;
  opacity: 0.5;
  position: absolute;
  top: 5px;
  left: -5px;
}
.ParentPartnership #ParentsFeedback .FloatIcons svg#Round1 .st0 {
  opacity: 0.19;
}
.ParentPartnership #ParentsFeedback .FloatIcons svg#Round1 .st1 {
  clip-path: url(#SVGID_00000109750805053028869480000005993131531191510430_);
  fill: #ec008c;
}
.ParentPartnership #ParentsFeedback .FloatIcons svg#Round1 .st2 {
  fill: #ec008c;
}
.ParentPartnership #ParentsFeedback .FloatIcons svg#Round2 {
  opacity: 0.2;
  position: absolute;
  bottom: 125px;
  right: 0px;
  width: 25px;
}
@media only screen and (min-width: 468px) {
  .ParentPartnership #ParentsFeedback .FloatIcons svg#Round2 {
    width: 36px;
  }
}
.ParentPartnership #ParentsFeedback .FloatIcons svg#Round2 .st0 {
  opacity: 0.19;
}
.ParentPartnership #ParentsFeedback .FloatIcons svg#Round2 .st1 {
  clip-path: url(#SVGID_00000109750805053028869480000005993131531191510430_);
  fill: #ec008c;
}
.ParentPartnership #ParentsFeedback .FloatIcons svg#Round2 .st2 {
  fill: #ec008c;
}
.ParentPartnership #ParentsFeedback .FloatIcons svg#Quote1 {
  opacity: 0.2;
  fill: #ec008c;
  position: absolute;
  top: 22%;
  width: 85px;
  right: -15px;
}
@media only screen and (min-width: 468px) {
  .ParentPartnership #ParentsFeedback .FloatIcons svg#Quote1 {
    width: 125px;
    right: -30px;
  }
}
.ParentPartnership #ParentsFeedback .FloatIcons svg#Quote2 {
  opacity: 0.2;
  fill: #ec008c;
  position: absolute;
  top: 55%;
  left: -10px;
  width: 60px;
}
@media only screen and (min-width: 468px) {
  .ParentPartnership #ParentsFeedback .FloatIcons svg#Quote2 {
    left: -25px;
    width: 98px;
  }
}
.ParentPartnership #ParentsFeedback .MainHead .Head span {
  color: #ec008c;
}
.ParentPartnership #ParentsFeedback .MainHead .SecInfo {
  max-width: 680px;
}
@media only screen and (min-width: 992px) {
  .ParentPartnership #ParentsFeedback .MainHead .SecInfo {
    margin-left: 205px;
  }
}
.ParentPartnership #ParentsFeedback .MainHead .SecInfo svg {
  stroke: #ec008c;
}
.ParentPartnership #ParentsFeedback .FeedBackBox .ImgBoxWrp {
  position: relative;
  width: fit-content;
  width: -moz-fit-content;
  height: -moz-fit-content;
  margin-bottom: 35px;
}
@media only screen and (min-width: 1200px) {
  .ParentPartnership #ParentsFeedback .FeedBackBox .ImgBoxWrp {
    margin-bottom: 45px;
  }
}
.ParentPartnership #ParentsFeedback .FeedBackBox .ImgBoxWrp .ImgBox {
  border-radius: 50%;
  background-color: #c7c7c8;
  overflow: hidden;
  width: 275px;
  height: 275px;
}
@media only screen and (min-width: 1200px) {
  .ParentPartnership #ParentsFeedback .FeedBackBox .ImgBoxWrp .ImgBox {
    width: 307px;
    height: 307px;
  }
}
.ParentPartnership #ParentsFeedback .FeedBackBox .ImgBoxWrp .ImgBox img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ParentPartnership #ParentsFeedback .FeedBackBox .ImgBoxWrp .QuoteBox {
  border-radius: 50%;
  background-color: #ec008c;
  position: absolute;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
}
@media only screen and (min-width: 468px) {
  .ParentPartnership #ParentsFeedback .FeedBackBox .ImgBoxWrp .QuoteBox {
    width: 76px;
    height: 76px;
  }
}
.ParentPartnership #ParentsFeedback .FeedBackBox .ImgBoxWrp .QuoteBox svg {
  fill: #fff;
  width: 32px;
}
@media only screen and (min-width: 468px) {
  .ParentPartnership #ParentsFeedback .FeedBackBox .ImgBoxWrp .QuoteBox svg {
    width: 43px;
  }
}
.ParentPartnership #ParentsFeedback .FeedBackBox .InfoBox .Msg {
  color: #3e3e3e;
  font-style: italic;
  line-height: 30px;
  margin-bottom: 25px;
  font-size: 18px;
}
@media only screen and (min-width: 1551px) {
  .ParentPartnership #ParentsFeedback .FeedBackBox .InfoBox .Msg {
    font-size: 20px;
    margin-bottom: 35px;
  }
}
.ParentPartnership #ParentsFeedback .FeedBackBox .InfoBox .Name {
  color: #3e3e3e;
  font-weight: 600;
  font-size: 18px;
}
@media only screen and (min-width: 1551px) {
  .ParentPartnership #ParentsFeedback .FeedBackBox .InfoBox .Name {
    font-size: 20px;
  }
}
.StudentLife .SliderFlex .ThumbSlide {
  order: 1;
  margin: 0;
}
@media only screen and (min-width: 992px) {
  .StudentLife .SliderFlex .ThumbSlide {
    order: 0;
    padding: 45px 0;
    padding-right: 25px;
    width: 395px;
  }
}
.StudentLife .SliderFlex .ThumbSlide .splide__track {
  overflow: auto;
}
.StudentLife .SliderFlex .ThumbSlide .splide__track::-webkit-scrollbar {
  width: 2px;
}
@media only screen and (min-width: 992px) {
  .StudentLife .SliderFlex .ThumbSlide .splide__track {
    max-height: 255px;
    padding-right: 20px;
  }
}
.StudentLife .SliderFlex .ThumbSlide .splide__slide {
  align-items: flex-start;
  padding: 0;
  justify-content: flex-start;
}
.StudentLife .SliderFlex .ThumbSlide .splide__slide p {
  color: #4b4c4c;
  margin: 0;
}
.StudentLife .SliderFlex .ThumbSlide .ReadMore {
  font-size: 14px;
  color: #1d937a;
  display: flex;
  align-items: center;
  margin-top: 20px;
}
@media only screen and (min-width: 468px) {
  .StudentLife .SliderFlex .ThumbSlide .ReadMore {
    font-size: 18px;
    margin-top: 40px;
  }
}
.StudentLife .SliderFlex .ThumbSlide .ReadMore svg {
  fill: #1d937a;
  margin-left: 8px;
  width: 6px;
  margin-top: 2px;
}
@media only screen and (min-width: 468px) {
  .StudentLife .SliderFlex .ThumbSlide .ReadMore svg {
    margin-left: 15px;
    width: 7px;
    margin-top: 5px;
  }
}
.StudentLife .SliderFlex .MainSlide {
  order: 0;
  margin-bottom: 15px;
  height: 245px;
}
@media only screen and (min-width: 468px) {
  .StudentLife .SliderFlex .MainSlide {
    border-radius: 50px;
    height: 355px;
    margin-bottom: 25px;
  }
}
@media only screen and (min-width: 768px) {
  .StudentLife .SliderFlex .MainSlide {
    height: 390px;
  }
}
@media only screen and (min-width: 992px) {
  .StudentLife .SliderFlex .MainSlide {
    height: 465px;
    margin-bottom: 0px;
    order: 1;
  }
}
@media only screen and (min-width: 1551px) {
  .StudentLife .SliderFlex .MainSlide {
    height: 575px;
  }
}
.StudentLife #LearnerProfile {
  position: relative;
  padding: 45px 0 40px;
}
@media only screen and (min-width: 468px) {
  .StudentLife #LearnerProfile {
    padding: 60px 0 45px;
  }
}
@media only screen and (min-width: 576px) {
  .StudentLife #LearnerProfile {
    padding: 90px 0 50px;
  }
}
@media only screen and (min-width: 1200px) {
  .StudentLife #LearnerProfile {
    padding: 115px 0 50px;
  }
}
@media only screen and (min-width: 1551px) {
  .StudentLife #LearnerProfile {
    padding: 155px 0 60px;
  }
}
.StudentLife #LearnerProfile .MainHead .SecInfo {
  max-width: 375px;
}
@media only screen and (min-width: 576px) {
  .StudentLife #LearnerProfile .MainHead .SecInfo {
    max-width: 425px;
  }
}
@media only screen and (min-width: 1200px) {
  .StudentLife #LearnerProfile .MainHead .SecInfo {
    margin-left: 245px;
    max-width: 500px;
  }
}
@media only screen and (min-width: 1551px) {
  .StudentLife #LearnerProfile .MainHead .SecInfo {
    margin-left: 345px;
    max-width: 690px;
  }
}
.StudentLife #LearnerProfile .FloatIcons {
  pointer-events: none;
}
.StudentLife #LearnerProfile .FloatIcons #PlusIcon {
  fill: #00aeef;
  position: absolute;
  -webkit-animation: rotating 15s linear infinite;
  -moz-animation: rotating 15s linear infinite;
  -ms-animation: rotating 15s linear infinite;
  -o-animation: rotating 15s linear infinite;
  animation: rotating 15s linear infinite;
  width: 14px;
  height: 14px;
  top: 20px;
  left: 10%;
}
@media only screen and (min-width: 468px) {
  .StudentLife #LearnerProfile .FloatIcons #PlusIcon {
    top: 30px;
  }
}
@media only screen and (min-width: 576px) {
  .StudentLife #LearnerProfile .FloatIcons #PlusIcon {
    left: 16.5%;
  }
}
@media only screen and (min-width: 1200px) {
  .StudentLife #LearnerProfile .FloatIcons #PlusIcon {
    width: 21px;
    height: 21px;
  }
}
@media only screen and (min-width: 1551px) {
  .StudentLife #LearnerProfile .FloatIcons #PlusIcon {
    top: 55px;
    left: 18.5%;
  }
}
.StudentLife #LearnerProfile .FloatIcons #PlusIcon2 {
  width: 21px;
  height: 21px;
  fill: #00aeef;
  position: absolute;
  -webkit-animation: scale-upOne 5s linear infinite;
  -moz-animation: scale-upOne 5s linear infinite;
  -ms-animation: scale-upOne 5s linear infinite;
  -o-animation: scale-upOne 5s linear infinite;
  animation: scale-upOne 5s linear infinite;
  top: 30px;
  right: 40px;
}
@media only screen and (min-width: 468px) {
  .StudentLife #LearnerProfile .FloatIcons #PlusIcon2 {
    right: 140px;
  }
}
@media only screen and (min-width: 992px) {
  .StudentLife #LearnerProfile .FloatIcons #PlusIcon2 {
    top: 21%;
    right: 130px;
  }
}
.StudentLife #LearnerProfile .FloatIcons #SimpleRoundIco {
  width: 18px;
  height: 18px;
  fill: #00aeef;
  position: absolute;
  -webkit-animation: jump 5s linear infinite;
  -moz-animation: jump 5s linear infinite;
  -ms-animation: jump 5s linear infinite;
  -o-animation: jump 5s linear infinite;
  animation: jump 5s linear infinite;
  top: 150px;
  left: 40px;
}
@media only screen and (min-width: 468px) {
  .StudentLife #LearnerProfile .FloatIcons #SimpleRoundIco {
    left: auto;
    right: 40px;
  }
}
@media only screen and (min-width: 992px) {
  .StudentLife #LearnerProfile .FloatIcons #SimpleRoundIco {
    top: 30%;
    right: 45px;
  }
}
.StudentLife #LearnerProfile .FloatIcons #RoundIco {
  position: absolute;
  top: 65px;
  left: -19px;
  -webkit-animation: animationFramesOne 15s linear infinite;
  -moz-animation: animationFramesOne 15s linear infinite;
  -ms-animation: animationFramesOne 15s linear infinite;
  -o-animation: animationFramesOne 15s linear infinite;
  animation: animationFramesUp 15s linear infinite;
  width: 20px;
  height: 20px;
}
@media only screen and (min-width: 468px) {
  .StudentLife #LearnerProfile .FloatIcons #RoundIco {
    width: 28px;
    height: 28px;
  }
}
@media only screen and (min-width: 1200px) {
  .StudentLife #LearnerProfile .FloatIcons #RoundIco {
    top: 310px;
    width: 36px;
    height: 36px;
  }
}
.StudentLife #LearnerProfile .FloatIcons #RoundIco .st0 {
  fill: #00aeef;
}
.StudentLife #LearnerProfile .FloatIcons #RoundIco .st1 {
  fill: #393c3f;
}
.StudentLife #LearnerProfile .FloatIcons #RoundIco2 {
  position: absolute;
  -webkit-animation: animationFramesOne 15s linear infinite reverse;
  -moz-animation: animationFramesOne 15s linear infinite reverse;
  -ms-animation: animationFramesOne 15s linear infinite reverse;
  -o-animation: animationFramesOne 15s linear infinite reverse;
  animation: animationFramesOne 15s linear infinite reverse;
  top: 40px;
  right: 40px;
  width: 20px;
  height: 20px;
}
@media only screen and (min-width: 468px) {
  .StudentLife #LearnerProfile .FloatIcons #RoundIco2 {
    width: 28px;
    height: 28px;
  }
}
@media only screen and (min-width: 992px) {
  .StudentLife #LearnerProfile .FloatIcons #RoundIco2 {
    top: 310px;
    right: 130px;
  }
}
@media only screen and (min-width: 1200px) {
  .StudentLife #LearnerProfile .FloatIcons #RoundIco2 {
    width: 36px;
    height: 36px;
  }
}
.StudentLife #LearnerProfile .FloatIcons #RoundIco2 .st0 {
  fill: #00aeef;
}
.StudentLife #LearnerProfile .FloatIcons #RoundIco2 .st1 {
  fill: #393c3f;
}
.StudentLife #LearnerProfile .SecImgWrp {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 30px;
}
@media only screen and (min-width: 992px) {
  .StudentLife #LearnerProfile .SecImgWrp {
    justify-content: center;
    float: left;
    margin: 0 80px 30px 0;
  }
}
.StudentLife #LearnerProfile .SecImgWrp .BgCircleWrap {
  position: absolute;
  top: 0;
  border-radius: 50%;
  -webkit-animation: rotating 55s linear infinite;
  -moz-animation: rotating 55s linear infinite;
  -ms-animation: rotating 55s linear infinite;
  -o-animation: rotating 55s linear infinite;
  animation: rotating 55s linear infinite;
  width: 195px;
  height: 195px;
}
@media only screen and (min-width: 468px) {
  .StudentLife #LearnerProfile .SecImgWrp .BgCircleWrap {
    width: 300px;
    height: 300px;
  }
}
@media only screen and (min-width: 1200px) {
  .StudentLife #LearnerProfile .SecImgWrp .BgCircleWrap {
    width: 335px;
    height: 335px;
  }
}
@media only screen and (min-width: 1551px) {
  .StudentLife #LearnerProfile .SecImgWrp .BgCircleWrap {
    width: 382px;
    height: 382px;
  }
}
.StudentLife #LearnerProfile .SecImgWrp .BgCircle {
  border-radius: 50%;
  background-color: #00aeef;
  opacity: 0.561;
  position: absolute;
  top: 10px;
  right: 10px;
  width: 40px;
  height: 40px;
}
@media only screen and (min-width: 468px) {
  .StudentLife #LearnerProfile .SecImgWrp .BgCircle {
    width: 80px;
    height: 80px;
  }
}
@media only screen and (min-width: 1551px) {
  .StudentLife #LearnerProfile .SecImgWrp .BgCircle {
    width: 90px;
    height: 90px;
  }
}
.StudentLife #LearnerProfile .SecImgWrp .BgCircle2 {
  border-radius: 50%;
  background-color: #00aeef;
  opacity: 0.561;
  position: absolute;
  bottom: 0px;
  left: 45px;
  width: 20px;
  height: 20px;
}
@media only screen and (min-width: 468px) {
  .StudentLife #LearnerProfile .SecImgWrp .BgCircle2 {
    bottom: 10px;
    left: 55px;
    width: 40px;
    height: 40px;
  }
}
@media only screen and (min-width: 1551px) {
  .StudentLife #LearnerProfile .SecImgWrp .BgCircle2 {
    width: 59px;
    height: 59px;
  }
}
.StudentLife #LearnerProfile .SecImgWrp .BaseCircle {
  border-radius: 50%;
  background-color: #1d937a;
  overflow: hidden;
  width: 195px;
  height: 195px;
}
@media only screen and (min-width: 468px) {
  .StudentLife #LearnerProfile .SecImgWrp .BaseCircle {
    width: 300px;
    height: 300px;
  }
}
@media only screen and (min-width: 1200px) {
  .StudentLife #LearnerProfile .SecImgWrp .BaseCircle {
    width: 335px;
    height: 335px;
  }
}
@media only screen and (min-width: 1551px) {
  .StudentLife #LearnerProfile .SecImgWrp .BaseCircle {
    width: 382px;
    height: 382px;
  }
}
.StudentLife #LearnerProfile .SecImgWrp .BaseCircle img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.StudentLife #LearnerProfile .CntnBox h1,
.StudentLife #LearnerProfile .CntnBox h2,
.StudentLife #LearnerProfile .CntnBox h3,
.StudentLife #LearnerProfile .CntnBox h4,
.StudentLife #LearnerProfile .CntnBox h5,
.StudentLife #LearnerProfile .CntnBox h6 {
  font-family: "Canela";
  color: #151515;
  line-height: normal;
  margin-bottom: 15px;
  font-size: 26px;
  line-height: 30px;
}
@media only screen and (min-width: 468px) {
  .StudentLife #LearnerProfile .CntnBox h1,
  .StudentLife #LearnerProfile .CntnBox h2,
  .StudentLife #LearnerProfile .CntnBox h3,
  .StudentLife #LearnerProfile .CntnBox h4,
  .StudentLife #LearnerProfile .CntnBox h5,
  .StudentLife #LearnerProfile .CntnBox h6 {
    font-size: 28px;
    line-height: 34px;
  }
}
@media only screen and (min-width: 1200px) {
  .StudentLife #LearnerProfile .CntnBox h1,
  .StudentLife #LearnerProfile .CntnBox h2,
  .StudentLife #LearnerProfile .CntnBox h3,
  .StudentLife #LearnerProfile .CntnBox h4,
  .StudentLife #LearnerProfile .CntnBox h5,
  .StudentLife #LearnerProfile .CntnBox h6 {
    font-size: 36px;
    line-height: 42px;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 576px) {
  .StudentLife #LearnerProfile .CntnBox h1 br,
  .StudentLife #LearnerProfile .CntnBox h2 br,
  .StudentLife #LearnerProfile .CntnBox h3 br,
  .StudentLife #LearnerProfile .CntnBox h4 br,
  .StudentLife #LearnerProfile .CntnBox h5 br,
  .StudentLife #LearnerProfile .CntnBox h6 br {
    display: none;
  }
}
.StudentLife #LearnerProfile .CntnBox h1 span,
.StudentLife #LearnerProfile .CntnBox h2 span,
.StudentLife #LearnerProfile .CntnBox h3 span,
.StudentLife #LearnerProfile .CntnBox h4 span,
.StudentLife #LearnerProfile .CntnBox h5 span,
.StudentLife #LearnerProfile .CntnBox h6 span {
  color: #00aeef;
}
.StudentLife #CommunityEngagement {
  position: relative;
  padding: 40px 0;
}
@media only screen and (min-width: 468px) {
  .StudentLife #CommunityEngagement {
    padding: 45px 0;
  }
}
@media only screen and (min-width: 576px) {
  .StudentLife #CommunityEngagement {
    padding: 50px 0;
  }
}
@media only screen and (min-width: 1551px) {
  .StudentLife #CommunityEngagement {
    padding: 60px 0;
  }
}
.StudentLife #CommunityEngagement .FloatIcons {
  pointer-events: none;
}
.StudentLife #CommunityEngagement .FloatIcons #PlusIcon {
  width: 14px;
  height: 14px;
  fill: #80d1c0;
  position: absolute;
  right: 30px;
  -webkit-animation: rotating 15s linear infinite;
  -moz-animation: rotating 15s linear infinite;
  -ms-animation: rotating 15s linear infinite;
  -o-animation: rotating 15s linear infinite;
  animation: rotating 15s linear infinite;
  z-index: 2;
  top: 40%;
}
@media only screen and (min-width: 468px) {
  .StudentLife #CommunityEngagement .FloatIcons #PlusIcon {
    top: 32%;
  }
}
@media only screen and (min-width: 1200px) {
  .StudentLife #CommunityEngagement .FloatIcons #PlusIcon {
    width: 21px;
    height: 21px;
  }
}
.StudentLife #CommunityEngagement .FloatIcons #RoundIco {
  position: absolute;
  -webkit-animation: animationFramesOne 15s linear infinite reverse;
  -moz-animation: animationFramesOne 15s linear infinite reverse;
  -ms-animation: animationFramesOne 15s linear infinite reverse;
  -o-animation: animationFramesOne 15s linear infinite reverse;
  animation: animationFramesUp 15s linear infinite reverse;
  width: 20px;
  height: 20px;
  z-index: 2;
  top: 125px;
  right: 145px;
}
@media only screen and (min-width: 468px) {
  .StudentLife #CommunityEngagement .FloatIcons #RoundIco {
    right: auto;
    top: auto;
    bottom: 65px;
    left: -9px;
    width: 28px;
    height: 28px;
  }
}
@media only screen and (min-width: 1200px) {
  .StudentLife #CommunityEngagement .FloatIcons #RoundIco {
    width: 36px;
    height: 36px;
  }
}
.StudentLife #CommunityEngagement .FloatIcons #RoundIco .st0 {
  fill: #80d1c0;
}
.StudentLife #CommunityEngagement .FloatIcons #RoundIco .st1 {
  fill: #393c3f;
}
.StudentLife #CommunityEngagement .FloatIcons #Cog {
  position: absolute;
  bottom: 208px;
  right: -20px;
  opacity: 0.2;
  z-index: 2;
  -webkit-animation: rotating 15s linear infinite;
  -moz-animation: rotating 15s linear infinite;
  -ms-animation: rotating 15s linear infinite;
  -o-animation: rotating 15s linear infinite;
  animation: rotating 15s linear infinite;
  width: 50px;
  height: 50px;
}
@media only screen and (min-width: 468px) {
  .StudentLife #CommunityEngagement .FloatIcons #Cog {
    width: 92px;
    height: 92px;
  }
}
.StudentLife #CommunityEngagement .FloatIcons #Cog .st0 {
  fill: #cfeae6;
}
.StudentLife #CommunityEngagement .FloatIcons #Cog .st1 {
  fill: #393c3f;
}
.StudentLife #CommunityEngagement .SecImgWrp {
  position: absolute;
  pointer-events: none;
  right: -80px;
  top: 93px;
}
@media only screen and (min-width: 1200px) {
  .StudentLife #CommunityEngagement .SecImgWrp {
    right: -220px;
    top: 210px;
  }
}
@media only screen and (min-width: 1551px) {
  .StudentLife #CommunityEngagement .SecImgWrp {
    right: -130px;
    top: 230px;
  }
}
.StudentLife #CommunityEngagement .SecImgWrp .CircleImgWrp {
  position: relative;
}
.StudentLife #CommunityEngagement .SecImgWrp .CircleImgWrp .BaseCircle {
  border-radius: 50%;
  background-color: rgba(120, 166, 42, 0.102);
  position: relative;
  -webkit-animation: rotating 55s linear infinite;
  -moz-animation: rotating 55s linear infinite;
  -ms-animation: rotating 55s linear infinite;
  -o-animation: rotating 55s linear infinite;
  animation: rotating 55s linear infinite;
  width: 315px;
  height: 315px;
}
@media only screen and (min-width: 576px) {
  .StudentLife #CommunityEngagement .SecImgWrp .CircleImgWrp .BaseCircle {
    width: 365px;
    height: 365px;
  }
}
@media only screen and (min-width: 1200px) {
  .StudentLife #CommunityEngagement .SecImgWrp .CircleImgWrp .BaseCircle {
    width: 673px;
    height: 673px;
  }
}
.StudentLife
  #CommunityEngagement
  .SecImgWrp
  .CircleImgWrp
  .BaseCircle
  .BgCircle1 {
  border-radius: 50%;
  background-color: #78a62a;
  opacity: 0.5;
  position: absolute;
  top: 0;
  width: 45px;
  height: 45px;
  right: 60px;
}
@media only screen and (min-width: 576px) {
  .StudentLife
    #CommunityEngagement
    .SecImgWrp
    .CircleImgWrp
    .BaseCircle
    .BgCircle1 {
    width: 55px;
    height: 55px;
  }
}
@media only screen and (min-width: 1200px) {
  .StudentLife
    #CommunityEngagement
    .SecImgWrp
    .CircleImgWrp
    .BaseCircle
    .BgCircle1 {
    width: 71px;
    height: 71px;
    right: 150px;
  }
}
.StudentLife
  #CommunityEngagement
  .SecImgWrp
  .CircleImgWrp
  .BaseCircle
  .BgCircle2 {
  border-radius: 50%;
  background-color: #78a62a;
  opacity: 0.2;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 25px;
  height: 25px;
  bottom: -12.5px;
}
@media only screen and (min-width: 1200px) {
  .StudentLife
    #CommunityEngagement
    .SecImgWrp
    .CircleImgWrp
    .BaseCircle
    .BgCircle2 {
    width: 40px;
    height: 40px;
    bottom: -20px;
  }
}
.StudentLife #CommunityEngagement .MainHead {
  padding-left: 15px;
  order: 1;
}
@media only screen and (min-width: 468px) {
  .StudentLife #CommunityEngagement .MainHead {
    padding-left: 0px;
  }
}
@media only screen and (min-width: 576px) {
  .StudentLife #CommunityEngagement .MainHead {
    padding-right: 30px;
  }
}
.StudentLife #CommunityEngagement .MainHead .Head span {
  color: #1d937a;
}
.StudentLife #CommunityEngagement .SecInfo {
  max-width: 745px;
}
.StudentLife #CommunityEngagement .SecInfo br {
  display: none;
}
@media only screen and (min-width: 992px) {
  .StudentLife #CommunityEngagement .SecInfo br {
    display: block;
  }
}
.StudentLife #CommunityEngagement .SecInfo svg {
  stroke: #1d937a;
}
.StudentLife #GlobalClassroom {
  position: relative;
  padding: 40px 0;
}
@media only screen and (min-width: 468px) {
  .StudentLife #GlobalClassroom {
    padding: 45px 0;
  }
}
@media only screen and (min-width: 576px) {
  .StudentLife #GlobalClassroom {
    padding: 50px 0;
  }
}
@media only screen and (min-width: 1551px) {
  .StudentLife #GlobalClassroom {
    padding: 60px 0;
  }
}
.StudentLife #GlobalClassroom .MainHead .Head span {
  color: #78a62a;
}
.StudentLife #GlobalClassroom .MainHead .SecInfo {
  max-width: 375px;
}
@media only screen and (min-width: 576px) {
  .StudentLife #GlobalClassroom .MainHead .SecInfo {
    max-width: 425px;
  }
}
@media only screen and (min-width: 1200px) {
  .StudentLife #GlobalClassroom .MainHead .SecInfo {
    margin-left: 245px;
    max-width: 500px;
  }
}
@media only screen and (min-width: 1551px) {
  .StudentLife #GlobalClassroom .MainHead .SecInfo {
    margin-left: 345px;
    max-width: 685px;
  }
}
.StudentLife #GlobalClassroom .MainHead .SecInfo svg {
  stroke: #78a62a;
}
.StudentLife #GlobalClassroom .SecImgWrp {
  position: absolute;
  pointer-events: none;
  right: -80px;
  top: 93px;
}
@media only screen and (min-width: 1200px) {
  .StudentLife #GlobalClassroom .SecImgWrp {
    right: -220px;
    top: 120px;
  }
}
@media only screen and (min-width: 1551px) {
  .StudentLife #GlobalClassroom .SecImgWrp {
    right: -130px;
    top: 180px;
  }
}
.StudentLife #GlobalClassroom .SecImgWrp #Bulb {
  fill: #78a62a;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  -moz-animation-delay: 1s;
  -webkit-animation-delay: 1s;
  -webkit-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-animation: swinging 3.5s ease-in-out forwards infinite;
  animation: swinging 3.5s ease-in-out forwards infinite;
  z-index: 2;
  width: 58px;
  height: 70px;
  top: -55px;
}
@media only screen and (min-width: 576px) {
  .StudentLife #GlobalClassroom .SecImgWrp #Bulb {
    width: 78px;
    height: 90px;
    top: -70px;
  }
}
@media only screen and (min-width: 1200px) {
  .StudentLife #GlobalClassroom .SecImgWrp #Bulb {
    top: -90px;
    width: 105px;
    height: 115px;
  }
}
@media only screen and (min-width: 1551px) {
  .StudentLife #GlobalClassroom .SecImgWrp #Bulb {
    width: 145px;
    height: 160px;
  }
}
.StudentLife #GlobalClassroom .SecImgWrp .CircleImgWrp {
  position: relative;
}
.StudentLife #GlobalClassroom .SecImgWrp .CircleImgWrp .BaseCircle {
  border-radius: 50%;
  background-color: rgba(120, 166, 42, 0.102);
  position: relative;
  -webkit-animation: rotating 55s linear infinite;
  -moz-animation: rotating 55s linear infinite;
  -ms-animation: rotating 55s linear infinite;
  -o-animation: rotating 55s linear infinite;
  animation: rotating 55s linear infinite;
  width: 315px;
  height: 315px;
  overflow: visible;
}
@media only screen and (min-width: 576px) {
  .StudentLife #GlobalClassroom .SecImgWrp .CircleImgWrp .BaseCircle {
    width: 365px;
    height: 365px;
  }
}
@media only screen and (min-width: 1200px) {
  .StudentLife #GlobalClassroom .SecImgWrp .CircleImgWrp .BaseCircle {
    width: 673px;
    height: 673px;
  }
}
.StudentLife #GlobalClassroom .SecImgWrp .CircleImgWrp .BaseCircle .BgCircle1 {
  border-radius: 50%;
  background-color: #78a62a;
  opacity: 0.5;
  position: absolute;
  top: 0;
  width: 45px;
  height: 45px;
  right: 60px;
}
@media only screen and (min-width: 576px) {
  .StudentLife
    #GlobalClassroom
    .SecImgWrp
    .CircleImgWrp
    .BaseCircle
    .BgCircle1 {
    width: 55px;
    height: 55px;
  }
}
@media only screen and (min-width: 1200px) {
  .StudentLife
    #GlobalClassroom
    .SecImgWrp
    .CircleImgWrp
    .BaseCircle
    .BgCircle1 {
    width: 71px;
    height: 71px;
    right: 150px;
  }
}
.StudentLife #GlobalClassroom .SecImgWrp .CircleImgWrp .BaseCircle .BgCircle2 {
  border-radius: 50%;
  background-color: #78a62a;
  opacity: 0.2;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 25px;
  height: 25px;
  bottom: -12.5px;
}
@media only screen and (min-width: 1200px) {
  .StudentLife
    #GlobalClassroom
    .SecImgWrp
    .CircleImgWrp
    .BaseCircle
    .BgCircle2 {
    width: 40px;
    height: 40px;
    bottom: -20px;
  }
}
.StudentLife #GlobalClassroom .HeadWrp {
  margin-bottom: 30px;
  display: flex;
  align-items: flex-start;
}
@media only screen and (min-width: 468px) {
  .StudentLife #GlobalClassroom .HeadWrp {
    margin-bottom: 55px;
  }
}
@media only screen and (min-width: 1551px) {
  .StudentLife #GlobalClassroom .HeadWrp {
    margin-bottom: 60px;
  }
}
@media only screen and (min-width: 1200px) {
  .StudentLife #GlobalClassroom .HeadWrp {
    padding-left: 30px;
  }
}
.StudentLife #GlobalClassroom .HeadWrp .SecIcon {
  width: 75px;
}
@media only screen and (min-width: 576px) {
  .StudentLife #GlobalClassroom .HeadWrp .SecIcon {
    width: 115px;
  }
}
@media only screen and (min-width: 1200px) {
  .StudentLife #GlobalClassroom .HeadWrp .SecIcon {
    width: 157px;
  }
}
.StudentLife #GlobalClassroom .HeadWrp .SecIcon .svg-elem-1 {
  fill: rgba(0, 0, 0, 0);
  -webkit-transition: fill 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 0.8s;
  transition: fill 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 0.8s;
}
.StudentLife #GlobalClassroom .HeadWrp .SecIcon.aos-animate .svg-elem-1 {
  fill: #a4cf5a;
}
.StudentLife #GlobalClassroom .HeadWrp .SecIcon .svg-elem-2 {
  fill: rgba(0, 0, 0, 0);
  -webkit-transition: fill 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 0.9s;
  transition: fill 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 0.9s;
}
.StudentLife #GlobalClassroom .HeadWrp .SecIcon.aos-animate .svg-elem-2 {
  fill: #cfeae6;
}
.StudentLife #GlobalClassroom .HeadWrp .SecIcon .svg-elem-3 {
  fill: rgba(0, 0, 0, 0);
  -webkit-transition: fill 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 1s;
  transition: fill 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 1s;
}
.StudentLife #GlobalClassroom .HeadWrp .SecIcon.aos-animate .svg-elem-3 {
  fill: #a4cf5a;
}
.StudentLife #GlobalClassroom .HeadWrp .SecIcon .svg-elem-4 {
  fill: rgba(0, 0, 0, 0);
  -webkit-transition: fill 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 1.1s;
  transition: fill 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 1.1s;
}
.StudentLife #GlobalClassroom .HeadWrp .SecIcon.aos-animate .svg-elem-4 {
  fill: #a4cf5a;
}
.StudentLife #GlobalClassroom .HeadWrp .SecIcon .svg-elem-5 {
  fill: rgba(0, 0, 0, 0);
  -webkit-transition: fill 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 1.2s;
  transition: fill 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 1.2s;
}
.StudentLife #GlobalClassroom .HeadWrp .SecIcon.aos-animate .svg-elem-5 {
  fill: #a4cf5a;
}
.StudentLife #GlobalClassroom .HeadWrp .SecIcon .svg-elem-6 {
  fill: rgba(0, 0, 0, 0);
  -webkit-transition: fill 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 1.3s;
  transition: fill 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 1.3s;
}
.StudentLife #GlobalClassroom .HeadWrp .SecIcon.aos-animate .svg-elem-6 {
  fill: #cfeae6;
}
.StudentLife #GlobalClassroom .HeadWrp .SecIcon .svg-elem-7 {
  fill: rgba(0, 0, 0, 0);
  -webkit-transition: fill 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 1.4s;
  transition: fill 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 1.4s;
}
.StudentLife #GlobalClassroom .HeadWrp .SecIcon.aos-animate .svg-elem-7 {
  fill: #a4cf5a;
}
.StudentLife #GlobalClassroom .HeadWrp .SecIcon .svg-elem-8 {
  fill: rgba(0, 0, 0, 0);
  -webkit-transition: fill 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 1.5s;
  transition: fill 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 1.5s;
}
.StudentLife #GlobalClassroom .HeadWrp .SecIcon.aos-animate .svg-elem-8 {
  fill: #cfeae6;
}
.StudentLife #GlobalClassroom .HeadWrp .SecIcon .svg-elem-9 {
  fill: rgba(0, 0, 0, 0);
  -webkit-transition: fill 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 1.6s;
  transition: fill 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 1.6s;
}
.StudentLife #GlobalClassroom .HeadWrp .SecIcon.aos-animate .svg-elem-9 {
  fill: #cfeae6;
}
.StudentLife #GlobalClassroom .HeadWrp .SecIcon .svg-elem-10 {
  fill: rgba(0, 0, 0, 0);
  -webkit-transition: fill 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 1.7s;
  transition: fill 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 1.7s;
}
.StudentLife #GlobalClassroom .HeadWrp .SecIcon.aos-animate .svg-elem-10 {
  fill: #cfeae6;
}
.StudentLife #GlobalClassroom .HeadWrp .SecIcon .svg-elem-11 {
  fill: rgba(0, 0, 0, 0);
  -webkit-transition: fill 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 1.8s;
  transition: fill 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 1.8s;
}
.StudentLife #GlobalClassroom .HeadWrp .SecIcon.aos-animate .svg-elem-11 {
  fill: #a4cf5a;
}
.StudentLife #GlobalClassroom .HeadWrp .SecIcon .svg-elem-12 {
  fill: rgba(0, 0, 0, 0);
  -webkit-transition: fill 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 1.9s;
  transition: fill 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 1.9s;
}
.StudentLife #GlobalClassroom .HeadWrp .SecIcon.aos-animate .svg-elem-12 {
  fill: #a4cf5a;
}
.StudentLife #GlobalClassroom .HeadWrp .SecIcon .svg-elem-13 {
  fill: rgba(0, 0, 0, 0);
  -webkit-transition: fill 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 2s;
  transition: fill 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 2s;
}
.StudentLife #GlobalClassroom .HeadWrp .SecIcon.aos-animate .svg-elem-13 {
  fill: #a4cf5a;
}
.StudentLife #GlobalClassroom .HeadWrp .SecIcon .svg-elem-14 {
  fill: rgba(0, 0, 0, 0);
  -webkit-transition: fill 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 2.1s;
  transition: fill 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 2.1s;
}
.StudentLife #GlobalClassroom .HeadWrp .SecIcon.aos-animate .svg-elem-14 {
  fill: #cfeae6;
}
.StudentLife #GlobalClassroom .HeadWrp .SecIcon .svg-elem-15 {
  fill: rgba(0, 0, 0, 0);
  -webkit-transition: fill 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 2.2s;
  transition: fill 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 2.2s;
}
.StudentLife #GlobalClassroom .HeadWrp .SecIcon.aos-animate .svg-elem-15 {
  fill: #cfeae6;
}
.StudentLife #GlobalClassroom .HeadWrp .SecIcon .svg-elem-16 {
  fill: rgba(0, 0, 0, 0);
  -webkit-transition: fill 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 2.3s;
  transition: fill 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 2.3s;
}
.StudentLife #GlobalClassroom .HeadWrp .SecIcon.aos-animate .svg-elem-16 {
  fill: #a4cf5a;
}
.StudentLife #GlobalClassroom .HeadWrp .SecIcon .svg-elem-17 {
  fill: rgba(0, 0, 0, 0);
  -webkit-transition: fill 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 2.4s;
  transition: fill 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 2.4s;
}
.StudentLife #GlobalClassroom .HeadWrp .SecIcon.aos-animate .svg-elem-17 {
  fill: #a4cf5a;
}
.StudentLife #GlobalClassroom .HeadWrp .SecIcon .svg-elem-18 {
  fill: rgba(0, 0, 0, 0);
  -webkit-transition: fill 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 2.5s;
  transition: fill 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 2.5s;
}
.StudentLife #GlobalClassroom .HeadWrp .SecIcon.aos-animate .svg-elem-18 {
  fill: #cfeae6;
}
.StudentLife #GlobalClassroom .HeadWrp .SecIcon .svg-elem-19 {
  fill: rgba(0, 0, 0, 0);
  -webkit-transition: fill 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 2.6s;
  transition: fill 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 2.6s;
}
.StudentLife #GlobalClassroom .HeadWrp .SecIcon.aos-animate .svg-elem-19 {
  fill: #a4cf5a;
}
.StudentLife #GlobalClassroom .HeadWrp .SecIcon .svg-elem-20 {
  fill: rgba(0, 0, 0, 0);
  -webkit-transition: fill 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 2.7s;
  transition: fill 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 2.7s;
}
.StudentLife #GlobalClassroom .HeadWrp .SecIcon.aos-animate .svg-elem-20 {
  fill: #cfeae6;
}
.StudentLife #GlobalClassroom .HeadWrp .SecIcon .svg-elem-21 {
  fill: rgba(0, 0, 0, 0);
  -webkit-transition: fill 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 2.8s;
  transition: fill 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 2.8s;
}
.StudentLife #GlobalClassroom .HeadWrp .SecIcon.aos-animate .svg-elem-21 {
  fill: #cfeae6;
}
.StudentLife #GlobalClassroom .HeadWrp .SecIcon .svg-elem-22 {
  fill: rgba(0, 0, 0, 0);
  -webkit-transition: fill 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 2.9s;
  transition: fill 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 2.9s;
}
.StudentLife #GlobalClassroom .HeadWrp .SecIcon.aos-animate .svg-elem-22 {
  fill: #393c3f;
}
.StudentLife #GlobalClassroom .HeadWrp .SecIcon .svg-elem-23 {
  fill: rgba(0, 0, 0, 0);
  -webkit-transition: fill 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 3s;
  transition: fill 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 3s;
}
.StudentLife #GlobalClassroom .HeadWrp .SecIcon.aos-animate .svg-elem-23 {
  fill: #393c3f;
}
.StudentLife #GlobalClassroom .HeadWrp .SecIcon .svg-elem-24 {
  fill: rgba(0, 0, 0, 0);
  -webkit-transition: fill 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 3.1s;
  transition: fill 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 3.1s;
}
.StudentLife #GlobalClassroom .HeadWrp .SecIcon.aos-animate .svg-elem-24 {
  fill: #393c3f;
}
.StudentLife #GlobalClassroom .HeadWrp .SecIcon .svg-elem-25 {
  fill: rgba(0, 0, 0, 0);
  -webkit-transition: fill 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 3.2s;
  transition: fill 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 3.2s;
}
.StudentLife #GlobalClassroom .HeadWrp .SecIcon.aos-animate .svg-elem-25 {
  fill: #393c3f;
}
.StudentLife #GlobalClassroom .HeadWrp .SecIcon .svg-elem-26 {
  fill: rgba(0, 0, 0, 0);
  -webkit-transition: fill 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 3.3s;
  transition: fill 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 3.3s;
}
.StudentLife #GlobalClassroom .HeadWrp .SecIcon.aos-animate .svg-elem-26 {
  fill: #393c3f;
}
.StudentLife #GlobalClassroom .HeadWrp .SecIcon .svg-elem-27 {
  fill: rgba(0, 0, 0, 0);
  -webkit-transition: fill 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 3.4s;
  transition: fill 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 3.4s;
}
.StudentLife #GlobalClassroom .HeadWrp .SecIcon.aos-animate .svg-elem-27 {
  fill: #393c3f;
}
.StudentLife #GlobalClassroom .HeadWrp .SecIcon .svg-elem-28 {
  fill: rgba(0, 0, 0, 0);
  -webkit-transition: fill 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 3.5s;
  transition: fill 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 3.5s;
}
.StudentLife #GlobalClassroom .HeadWrp .SecIcon.aos-animate .svg-elem-28 {
  fill: #393c3f;
}
.StudentLife #GlobalClassroom .HeadWrp .SecIcon .svg-elem-29 {
  fill: rgba(0, 0, 0, 0);
  -webkit-transition: fill 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 3.6s;
  transition: fill 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 3.6s;
}
.StudentLife #GlobalClassroom .HeadWrp .SecIcon.aos-animate .svg-elem-29 {
  fill: #393c3f;
}
.StudentLife #GlobalClassroom .HeadWrp .SecIcon .svg-elem-30 {
  fill: rgba(0, 0, 0, 0);
  -webkit-transition: fill 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 3.7s;
  transition: fill 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 3.7s;
}
.StudentLife #GlobalClassroom .HeadWrp .SecIcon.aos-animate .svg-elem-30 {
  fill: #393c3f;
}
.StudentLife #GlobalClassroom .HeadWrp .SecIcon .svg-elem-31 {
  fill: rgba(0, 0, 0, 0);
  -webkit-transition: fill 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 3.8s;
  transition: fill 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 3.8s;
}
.StudentLife #GlobalClassroom .HeadWrp .SecIcon.aos-animate .svg-elem-31 {
  fill: #393c3f;
}
.StudentLife #GlobalClassroom .HeadWrp .SecIcon .svg-elem-32 {
  fill: rgba(0, 0, 0, 0);
  -webkit-transition: fill 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 3.9s;
  transition: fill 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 3.9s;
}
.StudentLife #GlobalClassroom .HeadWrp .SecIcon.aos-animate .svg-elem-32 {
  fill: #393c3f;
}
.StudentLife #GlobalClassroom .HeadWrp .SecIcon .svg-elem-33 {
  fill: rgba(0, 0, 0, 0);
  -webkit-transition: fill 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 4s;
  transition: fill 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 4s;
}
.StudentLife #GlobalClassroom .HeadWrp .SecIcon.aos-animate .svg-elem-33 {
  fill: #393c3f;
}
.StudentLife #GlobalClassroom .HeadWrp .SecIcon .svg-elem-34 {
  fill: rgba(0, 0, 0, 0);
  -webkit-transition: fill 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 4.1s;
  transition: fill 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 4.1s;
}
.StudentLife #GlobalClassroom .HeadWrp .SecIcon.aos-animate .svg-elem-34 {
  fill: #393c3f;
}
.StudentLife #GlobalClassroom .HeadWrp .SecIcon .svg-elem-35 {
  fill: rgba(0, 0, 0, 0);
  -webkit-transition: fill 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 4.2s;
  transition: fill 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 4.2s;
}
.StudentLife #GlobalClassroom .HeadWrp .SecIcon.aos-animate .svg-elem-35 {
  fill: #393c3f;
}
.StudentLife #GlobalClassroom .HeadWrp .SecIcon .svg-elem-36 {
  fill: rgba(0, 0, 0, 0);
  -webkit-transition: fill 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 4.3s;
  transition: fill 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 4.3s;
}
.StudentLife #GlobalClassroom .HeadWrp .SecIcon.aos-animate .svg-elem-36 {
  fill: #393c3f;
}
.StudentLife #GlobalClassroom .HeadWrp .SecIcon .svg-elem-37 {
  fill: rgba(0, 0, 0, 0);
  -webkit-transition: fill 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 4.4s;
  transition: fill 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 4.4s;
}
.StudentLife #GlobalClassroom .HeadWrp .SecIcon.aos-animate .svg-elem-37 {
  fill: #393c3f;
}
.StudentLife #GlobalClassroom .HeadWrp .SecIcon .svg-elem-38 {
  fill: rgba(0, 0, 0, 0);
  -webkit-transition: fill 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 4.5s;
  transition: fill 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 4.5s;
}
.StudentLife #GlobalClassroom .HeadWrp .SecIcon.aos-animate .svg-elem-38 {
  fill: #393c3f;
}
.StudentLife #GlobalClassroom .HeadWrp .SecIcon .svg-elem-39 {
  fill: rgba(0, 0, 0, 0);
  -webkit-transition: fill 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 4.6s;
  transition: fill 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 4.6s;
}
.StudentLife #GlobalClassroom .HeadWrp .SecIcon.aos-animate .svg-elem-39 {
  fill: #393c3f;
}
.StudentLife #GlobalClassroom .HeadWrp .SecIcon .svg-elem-40 {
  fill: rgba(0, 0, 0, 0);
  -webkit-transition: fill 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 4.7s;
  transition: fill 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 4.7s;
}
.StudentLife #GlobalClassroom .HeadWrp .SecIcon.aos-animate .svg-elem-40 {
  fill: #393c3f;
}
.StudentLife #GlobalClassroom .HeadWrp .SecIcon .svg-elem-41 {
  fill: rgba(0, 0, 0, 0);
  -webkit-transition: fill 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 4.8s;
  transition: fill 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 4.8s;
}
.StudentLife #GlobalClassroom .HeadWrp .SecIcon.aos-animate .svg-elem-41 {
  fill: #393c3f;
}
.StudentLife #GlobalClassroom .HeadWrp .SecIcon .svg-elem-42 {
  fill: rgba(0, 0, 0, 0);
  -webkit-transition: fill 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 4.9s;
  transition: fill 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 4.9s;
}
.StudentLife #GlobalClassroom .HeadWrp .SecIcon.aos-animate .svg-elem-42 {
  fill: #393c3f;
}
.StudentLife #GlobalClassroom .HeadWrp .SecIcon .svg-elem-43 {
  fill: rgba(0, 0, 0, 0);
  -webkit-transition: fill 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 5s;
  transition: fill 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 5s;
}
.StudentLife #GlobalClassroom .HeadWrp .SecIcon.aos-animate .svg-elem-43 {
  fill: #393c3f;
}
.StudentLife #GlobalClassroom .HeadWrp .MainHead {
  margin-top: 15px;
  margin-bottom: 0px;
  padding-left: 15px;
  width: calc(100% - 75px);
}
@media only screen and (min-width: 576px) {
  .StudentLife #GlobalClassroom .HeadWrp .MainHead {
    padding-left: 35px;
    width: calc(100% - 115px);
  }
}
@media only screen and (min-width: 1200px) {
  .StudentLife #GlobalClassroom .HeadWrp .MainHead {
    padding-left: 50px;
    width: calc(100% - 157px);
  }
}
.StudentLife #GlobalClassroom .HeadWrp .MainHead .Head span {
  color: #78a62a;
}
.StudentLife #GlobalClassroom .HeadWrp .SecInfo {
  max-width: 620px;
}
.StudentLife #GlobalClassroom .HeadWrp .SecInfo svg {
  stroke: #78a62a;
}
.StudentLife #GlobalClassroom .PricipalMsgBox {
  background-color: #fff;
  box-shadow: 0px 0px 49px 0px rgba(1, 16, 69, 0.15);
  position: relative;
  border-radius: 30px;
  padding: 30px 20px;
}
@media only screen and (min-width: 992px) {
  .StudentLife #GlobalClassroom .PricipalMsgBox {
    padding: 20px;
  }
}
.StudentLife #GlobalClassroom .PricipalMsgBox .Row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media only screen and (min-width: 992px) {
  .StudentLife #GlobalClassroom .PricipalMsgBox .Row {
    margin: 0 -25px;
  }
}
.StudentLife #GlobalClassroom .PricipalMsgBox .Row > * {
  width: 100%;
}
@media only screen and (min-width: 992px) {
  .StudentLife #GlobalClassroom .PricipalMsgBox .Row > * {
    padding: 0 25px;
  }
}
.StudentLife #GlobalClassroom .PricipalMsgBox .Row .MsgBox {
  order: 1;
}
@media only screen and (min-width: 576px) {
  .StudentLife #GlobalClassroom .PricipalMsgBox .Row .MsgBox {
    border-radius: 50px;
  }
}
@media only screen and (min-width: 992px) {
  .StudentLife #GlobalClassroom .PricipalMsgBox .Row .MsgBox {
    order: 0;
    width: calc(100% - 325px);
  }
}
@media only screen and (min-width: 1200px) {
  .StudentLife #GlobalClassroom .PricipalMsgBox .Row .MsgBox {
    width: calc(100% - 450px);
  }
}
@media only screen and (min-width: 1551px) {
  .StudentLife #GlobalClassroom .PricipalMsgBox .Row .MsgBox {
    padding: 80px 70px 50px;
    width: calc(100% - 465px);
  }
}
.StudentLife #GlobalClassroom .PricipalMsgBox .Row .MsgBox .Title {
  font-family: "Canela";
  color: #2e2e2d;
  margin-bottom: 15px;
  font-size: 22px;
  line-height: 28px;
}
.StudentLife #GlobalClassroom .PricipalMsgBox .Row .MsgBox .Title br {
  display: none;
}
@media only screen and (min-width: 468px) {
  .StudentLife #GlobalClassroom .PricipalMsgBox .Row .MsgBox .Title {
    font-size: 24px;
    line-height: 34px;
    margin-bottom: 25px;
  }
  .StudentLife #GlobalClassroom .PricipalMsgBox .Row .MsgBox .Title br {
    display: block;
  }
}
@media only screen and (min-width: 576px) {
  .StudentLife #GlobalClassroom .PricipalMsgBox .Row .MsgBox .Title {
    font-size: 34px;
    line-height: 38px;
  }
}
@media only screen and (min-width: 768px) {
  .StudentLife #GlobalClassroom .PricipalMsgBox .Row .MsgBox .Title {
    font-size: 38px;
    line-height: 46px;
  }
}
@media only screen and (min-width: 1551px) {
  .StudentLife #GlobalClassroom .PricipalMsgBox .Row .MsgBox .Title {
    font-size: 45px;
    line-height: 50px;
  }
}
.StudentLife #GlobalClassroom .PricipalMsgBox .Row .MsgBox .Title span {
  color: #a4a4a4;
}
.StudentLife #GlobalClassroom .PricipalMsgBox .Row .MsgBox p {
  color: #4b4c4c;
  font-family: "Canela";
  font-style: italic;
  margin: 0;
}
@media only screen and (min-width: 1551px) {
  .StudentLife #GlobalClassroom .PricipalMsgBox .Row .MsgBox p {
    font-size: 18px;
    line-height: 30px;
  }
}
.StudentLife #GlobalClassroom .PricipalMsgBox .Row .MsgBox .ReadMore {
  color: #78a62a;
}
.StudentLife #GlobalClassroom .PricipalMsgBox .Row .ProfileWrp {
  order: 0;
  margin-bottom: 20px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 1200px) and (min-width: 992px) {
  .StudentLife #GlobalClassroom .PricipalMsgBox .Row .ProfileWrp {
    padding: 0;
  }
}
@media only screen and (min-width: 468px) {
  .StudentLife #GlobalClassroom .PricipalMsgBox .Row .ProfileWrp {
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 992px) {
  .StudentLife #GlobalClassroom .PricipalMsgBox .Row .ProfileWrp {
    order: 1;
    width: 325px;
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 1200px) {
  .StudentLife #GlobalClassroom .PricipalMsgBox .Row .ProfileWrp {
    width: 450px;
  }
}
@media only screen and (min-width: 1551px) {
  .StudentLife #GlobalClassroom .PricipalMsgBox .Row .ProfileWrp {
    width: 465px;
  }
}
.StudentLife #GlobalClassroom .PricipalMsgBox .Row .ProfileWrp .ImgBox {
  background-color: #e2e2e2;
  overflow: hidden;
  margin: auto;
  border-radius: 30px;
  background-color: #1a1a19;
  width: 100%;
  height: 210px;
}
@media only screen and (min-width: 468px) {
  .StudentLife #GlobalClassroom .PricipalMsgBox .Row .ProfileWrp .ImgBox {
    height: 325px;
  }
}
@media only screen and (min-width: 768px) {
  .StudentLife #GlobalClassroom .PricipalMsgBox .Row .ProfileWrp .ImgBox {
    border-radius: 50px;
    height: 450px;
  }
}
@media only screen and (min-width: 992px) {
  .StudentLife #GlobalClassroom .PricipalMsgBox .Row .ProfileWrp .ImgBox {
    height: 100%;
  }
}
.StudentLife #GlobalClassroom .PricipalMsgBox .Row .ProfileWrp .ImgBox img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.StudentLife #BeyondBoundaries {
  position: relative;
  padding: 45px 0 40px;
}
@media only screen and (min-width: 468px) {
  .StudentLife #BeyondBoundaries {
    padding: 60px 0 45px;
  }
}
@media only screen and (min-width: 576px) {
  .StudentLife #BeyondBoundaries {
    padding: 90px 0 50px;
  }
}
@media only screen and (min-width: 1200px) {
  .StudentLife #BeyondBoundaries {
    padding: 115px 0 50px;
  }
}
@media only screen and (min-width: 1551px) {
  .StudentLife #BeyondBoundaries {
    padding: 155px 0 60px;
  }
}
.StudentLife #BeyondBoundaries .MainHead .SecInfo {
  max-width: 375px;
}
@media only screen and (min-width: 576px) {
  .StudentLife #BeyondBoundaries .MainHead .SecInfo {
    max-width: 425px;
  }
}
@media only screen and (min-width: 1200px) {
  .StudentLife #BeyondBoundaries .MainHead .SecInfo {
    margin-left: 245px;
    max-width: 500px;
  }
}
@media only screen and (min-width: 1551px) {
  .StudentLife #BeyondBoundaries .MainHead .SecInfo {
    margin-left: 345px;
    max-width: 690px;
  }
}
.StudentLife #BeyondBoundaries .FloatIcons {
  pointer-events: none;
}
.StudentLife #BeyondBoundaries .FloatIcons #PlusIcon {
  fill: #00aeef;
  position: absolute;
  -webkit-animation: rotating 15s linear infinite;
  -moz-animation: rotating 15s linear infinite;
  -ms-animation: rotating 15s linear infinite;
  -o-animation: rotating 15s linear infinite;
  animation: rotating 15s linear infinite;
  width: 14px;
  height: 14px;
  top: 20px;
  left: 10%;
}
@media only screen and (min-width: 468px) {
  .StudentLife #BeyondBoundaries .FloatIcons #PlusIcon {
    top: 30px;
  }
}
@media only screen and (min-width: 576px) {
  .StudentLife #BeyondBoundaries .FloatIcons #PlusIcon {
    left: 16.5%;
  }
}
@media only screen and (min-width: 1200px) {
  .StudentLife #BeyondBoundaries .FloatIcons #PlusIcon {
    width: 21px;
    height: 21px;
  }
}
@media only screen and (min-width: 1551px) {
  .StudentLife #BeyondBoundaries .FloatIcons #PlusIcon {
    top: 55px;
    left: 18.5%;
  }
}
.StudentLife #BeyondBoundaries .FloatIcons #PlusIcon2 {
  width: 21px;
  height: 21px;
  fill: #00aeef;
  position: absolute;
  -webkit-animation: scale-upOne 5s linear infinite;
  -moz-animation: scale-upOne 5s linear infinite;
  -ms-animation: scale-upOne 5s linear infinite;
  -o-animation: scale-upOne 5s linear infinite;
  animation: scale-upOne 5s linear infinite;
  top: 30px;
  right: 40px;
}
@media only screen and (min-width: 468px) {
  .StudentLife #BeyondBoundaries .FloatIcons #PlusIcon2 {
    right: 140px;
  }
}
@media only screen and (min-width: 992px) {
  .StudentLife #BeyondBoundaries .FloatIcons #PlusIcon2 {
    top: 21%;
    right: 130px;
  }
}
.StudentLife #BeyondBoundaries .FloatIcons #SimpleRoundIco {
  width: 18px;
  height: 18px;
  fill: #00aeef;
  position: absolute;
  -webkit-animation: jump 5s linear infinite;
  -moz-animation: jump 5s linear infinite;
  -ms-animation: jump 5s linear infinite;
  -o-animation: jump 5s linear infinite;
  animation: jump 5s linear infinite;
  top: 150px;
  left: 40px;
}
@media only screen and (min-width: 468px) {
  .StudentLife #BeyondBoundaries .FloatIcons #SimpleRoundIco {
    left: auto;
    right: 40px;
  }
}
@media only screen and (min-width: 992px) {
  .StudentLife #BeyondBoundaries .FloatIcons #SimpleRoundIco {
    top: 30%;
    right: 45px;
  }
}
.StudentLife #BeyondBoundaries .FloatIcons #RoundIco {
  position: absolute;
  top: 65px;
  left: -19px;
  -webkit-animation: animationFramesOne 15s linear infinite;
  -moz-animation: animationFramesOne 15s linear infinite;
  -ms-animation: animationFramesOne 15s linear infinite;
  -o-animation: animationFramesOne 15s linear infinite;
  animation: animationFramesUp 15s linear infinite;
  width: 20px;
  height: 20px;
}
@media only screen and (min-width: 468px) {
  .StudentLife #BeyondBoundaries .FloatIcons #RoundIco {
    width: 28px;
    height: 28px;
  }
}
@media only screen and (min-width: 1200px) {
  .StudentLife #BeyondBoundaries .FloatIcons #RoundIco {
    top: 310px;
    width: 36px;
    height: 36px;
  }
}
.StudentLife #BeyondBoundaries .FloatIcons #RoundIco .st0 {
  fill: #00aeef;
}
.StudentLife #BeyondBoundaries .FloatIcons #RoundIco .st1 {
  fill: #393c3f;
}
.StudentLife #BeyondBoundaries .FloatIcons #RoundIco2 {
  position: absolute;
  -webkit-animation: animationFramesOne 15s linear infinite reverse;
  -moz-animation: animationFramesOne 15s linear infinite reverse;
  -ms-animation: animationFramesOne 15s linear infinite reverse;
  -o-animation: animationFramesOne 15s linear infinite reverse;
  animation: animationFramesOne 15s linear infinite reverse;
  top: 40px;
  right: 40px;
  width: 20px;
  height: 20px;
}
@media only screen and (min-width: 468px) {
  .StudentLife #BeyondBoundaries .FloatIcons #RoundIco2 {
    width: 28px;
    height: 28px;
  }
}
@media only screen and (min-width: 992px) {
  .StudentLife #BeyondBoundaries .FloatIcons #RoundIco2 {
    top: 310px;
    right: 130px;
  }
}
@media only screen and (min-width: 1200px) {
  .StudentLife #BeyondBoundaries .FloatIcons #RoundIco2 {
    width: 36px;
    height: 36px;
  }
}
.StudentLife #BeyondBoundaries .FloatIcons #RoundIco2 .st0 {
  fill: #00aeef;
}
.StudentLife #BeyondBoundaries .FloatIcons #RoundIco2 .st1 {
  fill: #393c3f;
}
.StudentLife #BeyondBoundaries .CntnBox {
  display: inline-block;
}
.StudentLife #BeyondBoundaries .SecImgWrp {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 30px;
}
@media only screen and (min-width: 992px) {
  .StudentLife #BeyondBoundaries .SecImgWrp {
    justify-content: center;
    float: left;
    margin: 0 80px 30px 0;
  }
}
.StudentLife #BeyondBoundaries .SecImgWrp .BgCircleWrap {
  position: absolute;
  top: 0;
  border-radius: 50%;
  -webkit-animation: rotating 55s linear infinite;
  -moz-animation: rotating 55s linear infinite;
  -ms-animation: rotating 55s linear infinite;
  -o-animation: rotating 55s linear infinite;
  animation: rotating 55s linear infinite;
  width: 195px;
  height: 195px;
}
@media only screen and (min-width: 468px) {
  .StudentLife #BeyondBoundaries .SecImgWrp .BgCircleWrap {
    width: 300px;
    height: 300px;
  }
}
@media only screen and (min-width: 1200px) {
  .StudentLife #BeyondBoundaries .SecImgWrp .BgCircleWrap {
    width: 335px;
    height: 335px;
  }
}
@media only screen and (min-width: 1551px) {
  .StudentLife #BeyondBoundaries .SecImgWrp .BgCircleWrap {
    width: 382px;
    height: 382px;
  }
}
.StudentLife #BeyondBoundaries .SecImgWrp .BgCircle {
  border-radius: 50%;
  background-color: #00aeef;
  opacity: 0.561;
  position: absolute;
  top: 10px;
  right: 10px;
  width: 40px;
  height: 40px;
}
@media only screen and (min-width: 468px) {
  .StudentLife #BeyondBoundaries .SecImgWrp .BgCircle {
    width: 80px;
    height: 80px;
  }
}
@media only screen and (min-width: 1551px) {
  .StudentLife #BeyondBoundaries .SecImgWrp .BgCircle {
    width: 90px;
    height: 90px;
  }
}
.StudentLife #BeyondBoundaries .SecImgWrp .BgCircle2 {
  border-radius: 50%;
  background-color: #00aeef;
  opacity: 0.561;
  position: absolute;
  bottom: 0px;
  left: 45px;
  width: 20px;
  height: 20px;
}
@media only screen and (min-width: 468px) {
  .StudentLife #BeyondBoundaries .SecImgWrp .BgCircle2 {
    bottom: 10px;
    left: 55px;
    width: 40px;
    height: 40px;
  }
}
@media only screen and (min-width: 1551px) {
  .StudentLife #BeyondBoundaries .SecImgWrp .BgCircle2 {
    width: 59px;
    height: 59px;
  }
}
.StudentLife #BeyondBoundaries .SecImgWrp .BaseCircle {
  border-radius: 50%;
  background-color: #1d937a;
  overflow: hidden;
  width: 195px;
  height: 195px;
}
@media only screen and (min-width: 468px) {
  .StudentLife #BeyondBoundaries .SecImgWrp .BaseCircle {
    width: 300px;
    height: 300px;
  }
}
@media only screen and (min-width: 1200px) {
  .StudentLife #BeyondBoundaries .SecImgWrp .BaseCircle {
    width: 335px;
    height: 335px;
  }
}
@media only screen and (min-width: 1551px) {
  .StudentLife #BeyondBoundaries .SecImgWrp .BaseCircle {
    width: 382px;
    height: 382px;
  }
}
.StudentLife #BeyondBoundaries .SecImgWrp .BaseCircle img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.StudentLife #BeyondBoundaries .CntnBox h1,
.StudentLife #BeyondBoundaries .CntnBox h2,
.StudentLife #BeyondBoundaries .CntnBox h3,
.StudentLife #BeyondBoundaries .CntnBox h4,
.StudentLife #BeyondBoundaries .CntnBox h5,
.StudentLife #BeyondBoundaries .CntnBox h6 {
  font-family: "Canela";
  color: #151515;
  line-height: normal;
  margin-bottom: 15px;
  font-size: 26px;
  line-height: 30px;
}
@media only screen and (min-width: 468px) {
  .StudentLife #BeyondBoundaries .CntnBox h1,
  .StudentLife #BeyondBoundaries .CntnBox h2,
  .StudentLife #BeyondBoundaries .CntnBox h3,
  .StudentLife #BeyondBoundaries .CntnBox h4,
  .StudentLife #BeyondBoundaries .CntnBox h5,
  .StudentLife #BeyondBoundaries .CntnBox h6 {
    font-size: 28px;
    line-height: 34px;
  }
}
@media only screen and (min-width: 1200px) {
  .StudentLife #BeyondBoundaries .CntnBox h1,
  .StudentLife #BeyondBoundaries .CntnBox h2,
  .StudentLife #BeyondBoundaries .CntnBox h3,
  .StudentLife #BeyondBoundaries .CntnBox h4,
  .StudentLife #BeyondBoundaries .CntnBox h5,
  .StudentLife #BeyondBoundaries .CntnBox h6 {
    font-size: 36px;
    line-height: 42px;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 576px) {
  .StudentLife #BeyondBoundaries .CntnBox h1 br,
  .StudentLife #BeyondBoundaries .CntnBox h2 br,
  .StudentLife #BeyondBoundaries .CntnBox h3 br,
  .StudentLife #BeyondBoundaries .CntnBox h4 br,
  .StudentLife #BeyondBoundaries .CntnBox h5 br,
  .StudentLife #BeyondBoundaries .CntnBox h6 br {
    display: none;
  }
}
.StudentLife #BeyondBoundaries .CntnBox h1 span,
.StudentLife #BeyondBoundaries .CntnBox h2 span,
.StudentLife #BeyondBoundaries .CntnBox h3 span,
.StudentLife #BeyondBoundaries .CntnBox h4 span,
.StudentLife #BeyondBoundaries .CntnBox h5 span,
.StudentLife #BeyondBoundaries .CntnBox h6 span {
  color: #00aeef;
}
.StudentLife #BeyondBoundaries .CntnBox .ReadMore {
  color: #ec008c;
}
.StudentLife #ForGood {
  position: relative;
  padding: 45px 0 40px;
}
@media only screen and (min-width: 468px) {
  .StudentLife #ForGood {
    padding: 50px 0 45px;
  }
}
@media only screen and (min-width: 576px) {
  .StudentLife #ForGood {
    padding: 60px 0 50px;
  }
}
@media only screen and (min-width: 992px) {
  .StudentLife #ForGood {
    padding: 65px 0 50px;
  }
}
@media only screen and (min-width: 1551px) {
  .StudentLife #ForGood {
    padding: 70px 0 60px;
  }
}
.StudentLife #ForGood .FloatIcons {
  pointer-events: none;
}
.StudentLife #ForGood .FloatIcons #PlusIcon {
  fill: #ec008c;
  position: absolute;
  -webkit-animation: rotating 15s linear infinite;
  -moz-animation: rotating 15s linear infinite;
  -ms-animation: rotating 15s linear infinite;
  -o-animation: rotating 15s linear infinite;
  animation: rotating 15s linear infinite;
  width: 14px;
  height: 14px;
  top: 20px;
  left: 10%;
}
@media only screen and (min-width: 468px) {
  .StudentLife #ForGood .FloatIcons #PlusIcon {
    top: 30px;
  }
}
@media only screen and (min-width: 576px) {
  .StudentLife #ForGood .FloatIcons #PlusIcon {
    right: 3%;
    left: auto;
  }
}
@media only screen and (min-width: 1200px) {
  .StudentLife #ForGood .FloatIcons #PlusIcon {
    width: 21px;
    height: 21px;
  }
}
@media only screen and (min-width: 1551px) {
  .StudentLife #ForGood .FloatIcons #PlusIcon {
    top: 115px;
    right: 3.5%;
  }
}
.StudentLife #ForGood .FloatIcons #RoundIco {
  position: absolute;
  top: auto;
  bottom: 65px;
  left: auto;
  right: -19px;
  -webkit-animation: animationFramesOne 15s linear infinite;
  -moz-animation: animationFramesOne 15s linear infinite;
  -ms-animation: animationFramesOne 15s linear infinite;
  -o-animation: animationFramesOne 15s linear infinite;
  animation: animationFramesUp 15s linear infinite;
  width: 20px;
  height: 20px;
}
@media only screen and (min-width: 468px) {
  .StudentLife #ForGood .FloatIcons #RoundIco {
    width: 28px;
    height: 28px;
  }
}
@media only screen and (min-width: 1200px) {
  .StudentLife #ForGood .FloatIcons #RoundIco {
    width: 36px;
    height: 36px;
  }
}
.StudentLife #ForGood .FloatIcons #RoundIco .st0 {
  fill: #ec008c;
}
.StudentLife #ForGood .FloatIcons #RoundIco .st1 {
  fill: #393c3f;
}
.StudentLife #ForGood .row {
  align-items: center;
}
.StudentLife #ForGood .MainHead .Head span {
  color: #ec008c;
}
.StudentLife #ForGood .MainHead .SecInfo {
  max-width: 375px;
}
.StudentLife #ForGood .MainHead .SecInfo svg {
  stroke: #ec008c;
}
@media only screen and (min-width: 576px) {
  .StudentLife #ForGood .MainHead .SecInfo {
    max-width: 425px;
  }
}
@media only screen and (min-width: 1200px) {
  .StudentLife #ForGood .MainHead .SecInfo {
    max-width: 500px;
  }
}
@media only screen and (min-width: 1551px) {
  .StudentLife #ForGood .MainHead .SecInfo {
    max-width: 605px;
  }
}
.StudentLife #ForGood .SecImgWrp {
  position: relative;
  display: block;
  float: none;
  width: fit-content;
  width: -moz-fit-content;
  margin: auto;
  margin-bottom: 0px;
  pointer-events: none;
}
.StudentLife #ForGood .SecImgWrp #PlusIcon {
  width: 21px;
  height: 21px;
  fill: #ec008c;
  position: absolute;
  -webkit-animation: scale-upOne 5s linear infinite;
  -moz-animation: scale-upOne 5s linear infinite;
  -ms-animation: scale-upOne 5s linear infinite;
  -o-animation: scale-upOne 5s linear infinite;
  animation: scale-upOne 5s linear infinite;
  top: 40px;
  left: 40px;
}
@media only screen and (min-width: 992px) {
  .StudentLife #ForGood .SecImgWrp #PlusIcon {
    top: -55px;
    left: 130px;
  }
}
.StudentLife #ForGood .SecImgWrp #EqIcon {
  fill: #ec008c;
  position: absolute;
  width: 28px;
  height: 17px;
  bottom: -40px;
  right: 40px;
}
@media only screen and (min-width: 768px) {
  .StudentLife #ForGood .SecImgWrp #EqIcon {
    width: 44px;
    height: 26px;
  }
}
@media only screen and (min-width: 992px) {
  .StudentLife #ForGood .SecImgWrp #EqIcon {
    bottom: -35px;
    right: 55px;
  }
}
@media only screen and (min-width: 1200px) {
  .StudentLife #ForGood .SecImgWrp #EqIcon {
    bottom: -35px;
    right: 100px;
  }
}
.StudentLife #ForGood .SecImgWrp #EqIcon .EqIconanim {
  -webkit-animation: EqIconanim 5s linear infinite;
  -moz-animation: EqIconanim 5s linear infinite;
  -ms-animation: EqIconanim 5s linear infinite;
  -o-animation: EqIconanim 5s linear infinite;
  animation: EqIconanim 5s linear infinite;
}
.StudentLife #ForGood .SecImgWrp .BaseCircle {
  position: absolute;
  -webkit-animation: rotating 55s linear infinite;
  -moz-animation: rotating 55s linear infinite;
  -ms-animation: rotating 55s linear infinite;
  -o-animation: rotating 55s linear infinite;
  animation: rotating 55s linear infinite;
  left: -45%;
  width: 220px;
  background: none;
  height: auto;
  overflow: visible;
  top: 0px;
}
@media only screen and (min-width: 468px) {
  .StudentLife #ForGood .SecImgWrp .BaseCircle {
    left: -65%;
    top: -40px;
    width: 320px;
  }
}
@media only screen and (min-width: 1200px) {
  .StudentLife #ForGood .SecImgWrp .BaseCircle {
    left: -85%;
    top: -85px;
    width: 510px;
  }
}
@media only screen and (min-width: 1551px) {
  .StudentLife #ForGood .SecImgWrp .BaseCircle {
    width: 585px;
  }
}
.StudentLife #ForGood .SecImgWrp .CircleImgWrp {
  align-items: flex-end;
  justify-content: space-between;
  z-index: 1;
  display: flex;
  margin: auto;
  width: fit-content;
  width: -moz-fit-content;
  position: relative;
}
@media only screen and (min-width: 992px) {
  .StudentLife #ForGood .SecImgWrp .CircleImgWrp {
    margin: 0;
  }
}
.StudentLife #ForGood .SecImgWrp .CircleImgWrp img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.StudentLife #ForGood .SecImgWrp .CircleImgWrp .BgCircle {
  border-radius: 50%;
  background-color: #ec008c;
  opacity: 0.561;
  position: absolute;
  left: 25px;
  top: 0;
  z-index: 1;
  width: 40px;
  height: 40px;
  overflow: visible;
}
@media only screen and (min-width: 468px) {
  .StudentLife #ForGood .SecImgWrp .CircleImgWrp .BgCircle {
    width: 50px;
    height: 50px;
  }
}
@media only screen and (min-width: 1200px) {
  .StudentLife #ForGood .SecImgWrp .CircleImgWrp .BgCircle {
    width: 80px;
    height: 80px;
    left: 40px;
  }
}
@media only screen and (min-width: 1551px) {
  .StudentLife #ForGood .SecImgWrp .CircleImgWrp .BgCircle {
    width: 90px;
    height: 90px;
  }
}
.StudentLife #ForGood .SecImgWrp .CircleImgWrp .ImgBox1 {
  border-radius: 50%;
  overflow: hidden;
  width: 195px;
  height: 195px;
}
@media only screen and (min-width: 468px) {
  .StudentLife #ForGood .SecImgWrp .CircleImgWrp .ImgBox1 {
    width: 250px;
    height: 250px;
  }
}
@media only screen and (min-width: 1200px) {
  .StudentLife #ForGood .SecImgWrp .CircleImgWrp .ImgBox1 {
    width: 380px;
    height: 380px;
  }
}
@media only screen and (min-width: 1551px) {
  .StudentLife #ForGood .SecImgWrp .CircleImgWrp .ImgBox1 {
    width: 475px;
    height: 475px;
  }
}
.StudentLife #ForGood .SecImgWrp .CircleImgWrp .ImgBox2 {
  border-radius: 50%;
  overflow: hidden;
  right: -15px;
  bottom: -20px;
  position: absolute;
  z-index: 1;
  border: 4px solid #fff;
  width: 90px;
  height: 90px;
}
@media only screen and (min-width: 468px) {
  .StudentLife #ForGood .SecImgWrp .CircleImgWrp .ImgBox2 {
    right: -45px;
    width: 115px;
    height: 115px;
  }
}
@media only screen and (min-width: 1200px) {
  .StudentLife #ForGood .SecImgWrp .CircleImgWrp .ImgBox2 {
    right: -72px;
    width: 200px;
    height: 200px;
    border: 7px solid #fff;
  }
}
@media only screen and (min-width: 1551px) {
  .StudentLife #ForGood .SecImgWrp .CircleImgWrp .ImgBox2 {
    border: 8px solid #fff;
    width: 194px;
    height: 194px;
  }
}
.StudentLife #ForGood .CntnSec {
  max-width: 965px;
  margin-top: 35px;
  padding: 0 20px;
}
@media only screen and (min-width: 468px) {
  .StudentLife #ForGood .CntnSec {
    padding: 0 30px;
  }
}
@media only screen and (min-width: 992px) {
  .StudentLife #ForGood .CntnSec {
    margin-top: 0px;
    padding: 0 25px 0 125px;
  }
}
.StudentLife #ForGood .CntnSec .Title {
  font-family: "Canela";
  color: #2e2e2d;
  margin-bottom: 15px;
  font-size: 22px;
  line-height: 28px;
}
.StudentLife #ForGood .CntnSec .Title br {
  display: none;
}
@media only screen and (min-width: 468px) {
  .StudentLife #ForGood .CntnSec .Title {
    font-size: 24px;
    line-height: 34px;
    margin-bottom: 25px;
  }
  .StudentLife #ForGood .CntnSec .Title br {
    display: block;
  }
}
@media only screen and (min-width: 576px) {
  .StudentLife #ForGood .CntnSec .Title {
    font-size: 34px;
    line-height: 38px;
  }
}
@media only screen and (min-width: 768px) {
  .StudentLife #ForGood .CntnSec .Title {
    font-size: 38px;
    line-height: 46px;
  }
}
@media only screen and (min-width: 1551px) {
  .StudentLife #ForGood .CntnSec .Title {
    font-size: 45px;
    line-height: 50px;
  }
}
.StudentLife #ForGood .CntnSec .Title span {
  color: #a4a4a4;
}
.StudentLife #ForGood .CntnSec p {
  color: #4b4c4c;
  font-family: "Canela";
  font-style: italic;
}
@media only screen and (min-width: 1551px) {
  .StudentLife #ForGood .CntnSec p {
    font-size: 18px;
    line-height: 30px;
  }
}
.StudentLife #ForGood .CntnSec .ReadMore {
  color: #ec008c;
}
.StudentLife #WaystoLearn {
  position: relative;
  padding: 40px 0 45px;
}
@media only screen and (min-width: 468px) {
  .StudentLife #WaystoLearn {
    padding: 45px 0 60px;
  }
}
@media only screen and (min-width: 576px) {
  .StudentLife #WaystoLearn {
    padding: 50px 0 80px;
  }
}
@media only screen and (min-width: 1551px) {
  .StudentLife #WaystoLearn {
    padding: 60px 0 135px;
  }
}
.StudentLife #WaystoLearn .FloatIcons {
  pointer-events: none;
}
.StudentLife #WaystoLearn .FloatIcons #PlusIcon {
  width: 14px;
  height: 14px;
  fill: #80d1c0;
  position: absolute;
  right: 30px;
  -webkit-animation: rotating 15s linear infinite;
  -moz-animation: rotating 15s linear infinite;
  -ms-animation: rotating 15s linear infinite;
  -o-animation: rotating 15s linear infinite;
  animation: rotating 15s linear infinite;
  z-index: 2;
  top: 40%;
}
@media only screen and (min-width: 468px) {
  .StudentLife #WaystoLearn .FloatIcons #PlusIcon {
    top: 32%;
  }
}
@media only screen and (min-width: 1200px) {
  .StudentLife #WaystoLearn .FloatIcons #PlusIcon {
    width: 21px;
    height: 21px;
  }
}
.StudentLife #WaystoLearn .FloatIcons #RoundIco {
  position: absolute;
  -webkit-animation: animationFramesOne 15s linear infinite reverse;
  -moz-animation: animationFramesOne 15s linear infinite reverse;
  -ms-animation: animationFramesOne 15s linear infinite reverse;
  -o-animation: animationFramesOne 15s linear infinite reverse;
  animation: animationFramesUp 15s linear infinite reverse;
  width: 20px;
  height: 20px;
  z-index: 2;
  top: 125px;
  right: 145px;
}
@media only screen and (min-width: 468px) {
  .StudentLife #WaystoLearn .FloatIcons #RoundIco {
    right: auto;
    top: auto;
    bottom: 65px;
    left: -9px;
    width: 28px;
    height: 28px;
  }
}
@media only screen and (min-width: 1200px) {
  .StudentLife #WaystoLearn .FloatIcons #RoundIco {
    width: 36px;
    height: 36px;
  }
}
.StudentLife #WaystoLearn .FloatIcons #RoundIco .st0 {
  fill: #80d1c0;
}
.StudentLife #WaystoLearn .FloatIcons #RoundIco .st1 {
  fill: #393c3f;
}
.StudentLife #WaystoLearn .FloatIcons #Cog {
  position: absolute;
  bottom: 208px;
  right: -20px;
  opacity: 0.2;
  z-index: 2;
  -webkit-animation: rotating 15s linear infinite;
  -moz-animation: rotating 15s linear infinite;
  -ms-animation: rotating 15s linear infinite;
  -o-animation: rotating 15s linear infinite;
  animation: rotating 15s linear infinite;
  width: 50px;
  height: 50px;
}
@media only screen and (min-width: 468px) {
  .StudentLife #WaystoLearn .FloatIcons #Cog {
    width: 92px;
    height: 92px;
  }
}
.StudentLife #WaystoLearn .FloatIcons #Cog .st0 {
  fill: #cfeae6;
}
.StudentLife #WaystoLearn .FloatIcons #Cog .st1 {
  fill: #393c3f;
}
.StudentLife #WaystoLearn .SecImgWrp {
  position: absolute;
  pointer-events: none;
  right: -80px;
  top: 40px;
}
@media only screen and (min-width: 1200px) {
  .StudentLife #WaystoLearn .SecImgWrp {
    right: -220px;
    top: 80px;
  }
}
@media only screen and (min-width: 1551px) {
  .StudentLife #WaystoLearn .SecImgWrp {
    right: -130px;
    top: 110px;
  }
}
.StudentLife #WaystoLearn .SecImgWrp .CircleImgWrp {
  position: relative;
}
.StudentLife #WaystoLearn .SecImgWrp .CircleImgWrp .BaseCircle {
  border-radius: 50%;
  background-color: rgba(120, 166, 42, 0.102);
  position: relative;
  -webkit-animation: rotating 55s linear infinite;
  -moz-animation: rotating 55s linear infinite;
  -ms-animation: rotating 55s linear infinite;
  -o-animation: rotating 55s linear infinite;
  animation: rotating 55s linear infinite;
  width: 315px;
  height: 315px;
}
@media only screen and (min-width: 576px) {
  .StudentLife #WaystoLearn .SecImgWrp .CircleImgWrp .BaseCircle {
    width: 365px;
    height: 365px;
  }
}
@media only screen and (min-width: 1200px) {
  .StudentLife #WaystoLearn .SecImgWrp .CircleImgWrp .BaseCircle {
    width: 673px;
    height: 673px;
  }
}
.StudentLife #WaystoLearn .SecImgWrp .CircleImgWrp .BaseCircle .BgCircle1 {
  border-radius: 50%;
  background-color: #78a62a;
  opacity: 0.5;
  position: absolute;
  top: 0;
  width: 45px;
  height: 45px;
  right: 60px;
}
@media only screen and (min-width: 576px) {
  .StudentLife #WaystoLearn .SecImgWrp .CircleImgWrp .BaseCircle .BgCircle1 {
    width: 55px;
    height: 55px;
  }
}
@media only screen and (min-width: 1200px) {
  .StudentLife #WaystoLearn .SecImgWrp .CircleImgWrp .BaseCircle .BgCircle1 {
    width: 71px;
    height: 71px;
    right: 150px;
  }
}
.StudentLife #WaystoLearn .SecImgWrp .CircleImgWrp .BaseCircle .BgCircle2 {
  border-radius: 50%;
  background-color: #78a62a;
  opacity: 0.2;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 25px;
  height: 25px;
  bottom: -12.5px;
}
@media only screen and (min-width: 1200px) {
  .StudentLife #WaystoLearn .SecImgWrp .CircleImgWrp .BaseCircle .BgCircle2 {
    width: 40px;
    height: 40px;
    bottom: -20px;
  }
}
.StudentLife #WaystoLearn .MainHead {
  padding-left: 15px;
  order: 1;
}
@media only screen and (min-width: 468px) {
  .StudentLife #WaystoLearn .MainHead {
    padding-left: 0px;
  }
}
@media only screen and (min-width: 576px) {
  .StudentLife #WaystoLearn .MainHead {
    padding-right: 30px;
  }
}
.StudentLife #WaystoLearn .MainHead .Head span {
  color: #1d937a;
}
.StudentLife #WaystoLearn .SecInfo {
  max-width: 745px;
}
.StudentLife #WaystoLearn .SecInfo br {
  display: none;
}
@media only screen and (min-width: 992px) {
  .StudentLife #WaystoLearn .SecInfo br {
    display: block;
  }
}
.StudentLife #WaystoLearn .SecInfo svg {
  stroke: #1d937a;
}
.ContactPage #AddressSec {
  position: relative;
  padding: 40px 0;
}
@media only screen and (min-width: 468px) {
  .ContactPage #AddressSec {
    padding: 50px 0 45px;
  }
}
@media only screen and (min-width: 992px) {
  .ContactPage #AddressSec {
    padding: 110px 0 65px;
  }
}
@media only screen and (min-width: 1551px) {
  .ContactPage #AddressSec {
    padding: 150px 0 65px;
  }
}
.ContactPage #AddressSec .FloatIcons {
  pointer-events: none;
}
.ContactPage #AddressSec .FloatIcons #PlusIcon {
  fill: #00aeef;
  position: absolute;
  -webkit-animation: rotating 15s linear infinite;
  -moz-animation: rotating 15s linear infinite;
  -ms-animation: rotating 15s linear infinite;
  -o-animation: rotating 15s linear infinite;
  animation: rotating 15s linear infinite;
  width: 14px;
  height: 14px;
  top: 20px;
  left: 10%;
}
@media only screen and (min-width: 468px) {
  .ContactPage #AddressSec .FloatIcons #PlusIcon {
    top: 30px;
  }
}
@media only screen and (min-width: 576px) {
  .ContactPage #AddressSec .FloatIcons #PlusIcon {
    left: 16.5%;
  }
}
@media only screen and (min-width: 1200px) {
  .ContactPage #AddressSec .FloatIcons #PlusIcon {
    width: 21px;
    height: 21px;
  }
}
@media only screen and (min-width: 1551px) {
  .ContactPage #AddressSec .FloatIcons #PlusIcon {
    top: 55px;
    left: 15.5%;
  }
}
.ContactPage #AddressSec .FloatIcons #PlusIcon2 {
  width: 21px;
  height: 21px;
  fill: #00aeef;
  position: absolute;
  -webkit-animation: scale-upOne 5s linear infinite;
  -moz-animation: scale-upOne 5s linear infinite;
  -ms-animation: scale-upOne 5s linear infinite;
  -o-animation: scale-upOne 5s linear infinite;
  animation: scale-upOne 5s linear infinite;
  top: 30px;
  right: 40px;
}
@media only screen and (min-width: 468px) {
  .ContactPage #AddressSec .FloatIcons #PlusIcon2 {
    right: 140px;
  }
}
@media only screen and (min-width: 992px) {
  .ContactPage #AddressSec .FloatIcons #PlusIcon2 {
    top: 115px;
    right: 130px;
  }
}
.ContactPage #AddressSec .FloatIcons #SimpleRoundIco {
  width: 18px;
  height: 18px;
  fill: #00aeef;
  position: absolute;
  -webkit-animation: jump 5s linear infinite;
  -moz-animation: jump 5s linear infinite;
  -ms-animation: jump 5s linear infinite;
  -o-animation: jump 5s linear infinite;
  animation: jump 5s linear infinite;
  top: 150px;
  left: 40px;
}
@media only screen and (min-width: 468px) {
  .ContactPage #AddressSec .FloatIcons #SimpleRoundIco {
    left: auto;
    right: 40px;
  }
}
@media only screen and (min-width: 992px) {
  .ContactPage #AddressSec .FloatIcons #SimpleRoundIco {
    top: 215px;
    right: 45px;
  }
}
.ContactPage #AddressSec .FloatIcons #RoundIco {
  position: absolute;
  top: 25%;
  left: -19px;
  -webkit-animation: animationFramesOne 15s linear infinite;
  -moz-animation: animationFramesOne 15s linear infinite;
  -ms-animation: animationFramesOne 15s linear infinite;
  -o-animation: animationFramesOne 15s linear infinite;
  animation: animationFramesUp 15s linear infinite;
  width: 20px;
  height: 20px;
}
@media only screen and (min-width: 468px) {
  .ContactPage #AddressSec .FloatIcons #RoundIco {
    width: 28px;
    height: 28px;
  }
}
@media only screen and (min-width: 1200px) {
  .ContactPage #AddressSec .FloatIcons #RoundIco {
    width: 36px;
    height: 36px;
  }
}
.ContactPage #AddressSec .FloatIcons #RoundIco .st0 {
  fill: #00aeef;
}
.ContactPage #AddressSec .FloatIcons #RoundIco .st1 {
  fill: #393c3f;
}
.ContactPage #AddressSec .FloatIcons #RoundIco2 {
  position: absolute;
  -webkit-animation: animationFramesOne 15s linear infinite reverse;
  -moz-animation: animationFramesOne 15s linear infinite reverse;
  -ms-animation: animationFramesOne 15s linear infinite reverse;
  -o-animation: animationFramesOne 15s linear infinite reverse;
  animation: animationFramesOne 15s linear infinite reverse;
  top: 28%;
  right: 40px;
  width: 20px;
  height: 20px;
}
@media only screen and (min-width: 468px) {
  .ContactPage #AddressSec .FloatIcons #RoundIco2 {
    width: 28px;
    height: 28px;
  }
}
@media only screen and (min-width: 992px) {
  .ContactPage #AddressSec .FloatIcons #RoundIco2 {
    right: 130px;
  }
}
@media only screen and (min-width: 1200px) {
  .ContactPage #AddressSec .FloatIcons #RoundIco2 {
    width: 36px;
    height: 36px;
  }
}
.ContactPage #AddressSec .FloatIcons #RoundIco2 .st0 {
  fill: #00aeef;
}
.ContactPage #AddressSec .FloatIcons #RoundIco2 .st1 {
  fill: #393c3f;
}
.ContactPage #AddressSec .SecImgWrp {
  position: absolute;
  pointer-events: none;
  right: -80px;
  top: 93px;
}
@media only screen and (min-width: 1200px) {
  .ContactPage #AddressSec .SecImgWrp {
    right: -220px;
    top: 210px;
  }
}
@media only screen and (min-width: 1551px) {
  .ContactPage #AddressSec .SecImgWrp {
    right: -130px;
    top: 230px;
  }
}
.ContactPage #AddressSec .SecImgWrp .CircleImgWrp {
  position: relative;
}
.ContactPage #AddressSec .SecImgWrp .CircleImgWrp .BaseCircle {
  border-radius: 50%;
  background-color: rgba(0, 174, 239, 0.1);
  position: relative;
  -webkit-animation: rotating 55s linear infinite;
  -moz-animation: rotating 55s linear infinite;
  -ms-animation: rotating 55s linear infinite;
  -o-animation: rotating 55s linear infinite;
  animation: rotating 55s linear infinite;
  width: 315px;
  height: 315px;
}
@media only screen and (min-width: 576px) {
  .ContactPage #AddressSec .SecImgWrp .CircleImgWrp .BaseCircle {
    width: 365px;
    height: 365px;
  }
}
@media only screen and (min-width: 1200px) {
  .ContactPage #AddressSec .SecImgWrp .CircleImgWrp .BaseCircle {
    width: 673px;
    height: 673px;
  }
}
.ContactPage #AddressSec .SecImgWrp .CircleImgWrp .BaseCircle .BgCircle1 {
  border-radius: 50%;
  background-color: #00aeef;
  opacity: 0.5;
  position: absolute;
  top: 0;
  width: 45px;
  height: 45px;
  right: 60px;
}
@media only screen and (min-width: 576px) {
  .ContactPage #AddressSec .SecImgWrp .CircleImgWrp .BaseCircle .BgCircle1 {
    width: 55px;
    height: 55px;
  }
}
@media only screen and (min-width: 1200px) {
  .ContactPage #AddressSec .SecImgWrp .CircleImgWrp .BaseCircle .BgCircle1 {
    width: 71px;
    height: 71px;
    right: 150px;
  }
}
.ContactPage #AddressSec .SecImgWrp .CircleImgWrp .BaseCircle .BgCircle2 {
  border-radius: 50%;
  background-color: #00aeef;
  opacity: 0.2;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 25px;
  height: 25px;
  bottom: -12.5px;
}
@media only screen and (min-width: 1200px) {
  .ContactPage #AddressSec .SecImgWrp .CircleImgWrp .BaseCircle .BgCircle2 {
    width: 40px;
    height: 40px;
    bottom: -20px;
  }
}
.ContactPage #AddressSec .HeadWrp {
  margin-bottom: 30px;
  display: flex;
  align-items: flex-start;
}
@media only screen and (min-width: 468px) {
  .ContactPage #AddressSec .HeadWrp {
    margin-bottom: 55px;
  }
}
@media only screen and (min-width: 1551px) {
  .ContactPage #AddressSec .HeadWrp {
    margin-bottom: 80px;
  }
}
.ContactPage #AddressSec .HeadWrp .SecIcon {
  width: 75px;
}
@media only screen and (min-width: 576px) {
  .ContactPage #AddressSec .HeadWrp .SecIcon {
    width: 115px;
  }
}
@media only screen and (min-width: 1200px) {
  .ContactPage #AddressSec .HeadWrp .SecIcon {
    width: 120px;
  }
}
.ContactPage #AddressSec .HeadWrp .SecIcon .st0 {
  fill: #393c3f;
}
.ContactPage #AddressSec .HeadWrp .SecIcon .st1 {
  fill: #cfeae6;
}
.ContactPage #AddressSec .HeadWrp .SecIcon .st2 {
  fill: #00aeef;
}
.ContactPage #AddressSec .HeadWrp .SecIcon .st3 {
  fill: #cee1f1;
}
.ContactPage #AddressSec .HeadWrp .SecIcon .svg-elem-1 {
  fill: rgba(0, 0, 0, 0);
  -webkit-transition: fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 0.8s;
  transition: fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 0.8s;
}
.ContactPage #AddressSec .HeadWrp .SecIcon .svg-elem-2 {
  fill: rgba(0, 0, 0, 0);
  -webkit-transition: fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 0.9s;
  transition: fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 0.9s;
}
.ContactPage #AddressSec .HeadWrp .SecIcon .svg-elem-3 {
  fill: rgba(0, 0, 0, 0);
  -webkit-transition: fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1s;
  transition: fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1s;
}
.ContactPage #AddressSec .HeadWrp .SecIcon .svg-elem-4 {
  fill: rgba(0, 0, 0, 0);
  -webkit-transition: fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.1s;
  transition: fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.1s;
}
.ContactPage #AddressSec .HeadWrp .SecIcon .svg-elem-5 {
  fill: rgba(0, 0, 0, 0);
  -webkit-transition: fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.2s;
  transition: fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.2s;
}
.ContactPage #AddressSec .HeadWrp .SecIcon .svg-elem-6 {
  fill: rgba(0, 0, 0, 0);
  -webkit-transition: fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.3s;
  transition: fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.3s;
}
.ContactPage #AddressSec .HeadWrp .SecIcon .svg-elem-7 {
  fill: rgba(0, 0, 0, 0);
  -webkit-transition: fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.4s;
  transition: fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.4s;
}
.ContactPage #AddressSec .HeadWrp .SecIcon .svg-elem-8 {
  fill: rgba(0, 0, 0, 0);
  -webkit-transition: fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.5s;
  transition: fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.5s;
}
.ContactPage #AddressSec .HeadWrp .SecIcon .svg-elem-9 {
  fill: rgba(0, 0, 0, 0);
  -webkit-transition: fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.6s;
  transition: fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.6s;
}
.ContactPage #AddressSec .HeadWrp .SecIcon .svg-elem-10 {
  fill: rgba(0, 0, 0, 0);
  -webkit-transition: fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.7s;
  transition: fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.7s;
}
.ContactPage #AddressSec .HeadWrp .SecIcon .svg-elem-11 {
  fill: rgba(0, 0, 0, 0);
  -webkit-transition: fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.8s;
  transition: fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.8s;
}
.ContactPage #AddressSec .HeadWrp .SecIcon .svg-elem-12 {
  fill: rgba(0, 0, 0, 0);
  -webkit-transition: fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.9s;
  transition: fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.9s;
}
.ContactPage #AddressSec .HeadWrp .SecIcon .svg-elem-13 {
  fill: rgba(0, 0, 0, 0);
  -webkit-transition: fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 2s;
  transition: fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 2s;
}
.ContactPage #AddressSec .HeadWrp .SecIcon .svg-elem-14 {
  fill: rgba(0, 0, 0, 0);
  -webkit-transition: fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 2.1s;
  transition: fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 2.1s;
}
.ContactPage #AddressSec .HeadWrp .SecIcon .svg-elem-15 {
  fill: rgba(0, 0, 0, 0);
  -webkit-transition: fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 2.2s;
  transition: fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 2.2s;
}
.ContactPage #AddressSec .HeadWrp .SecIcon .svg-elem-16 {
  fill: rgba(0, 0, 0, 0);
  -webkit-transition: fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 2.3s;
  transition: fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 2.3s;
}
.ContactPage #AddressSec .HeadWrp .SecIcon.aos-animate .svg-elem-1 {
  fill: #393c3f;
}
.ContactPage #AddressSec .HeadWrp .SecIcon.aos-animate .svg-elem-2 {
  fill: #393c3f;
}
.ContactPage #AddressSec .HeadWrp .SecIcon.aos-animate .svg-elem-3 {
  fill: #393c3f;
}
.ContactPage #AddressSec .HeadWrp .SecIcon.aos-animate .svg-elem-4 {
  fill: #393c3f;
}
.ContactPage #AddressSec .HeadWrp .SecIcon.aos-animate .svg-elem-5 {
  fill: #393c3f;
}
.ContactPage #AddressSec .HeadWrp .SecIcon.aos-animate .svg-elem-6 {
  fill: #393c3f;
}
.ContactPage #AddressSec .HeadWrp .SecIcon.aos-animate .svg-elem-7 {
  fill: #cfeae6;
}
.ContactPage #AddressSec .HeadWrp .SecIcon.aos-animate .svg-elem-8 {
  fill: #393c3f;
}
.ContactPage #AddressSec .HeadWrp .SecIcon.aos-animate .svg-elem-9 {
  fill: #00aeef;
}
.ContactPage #AddressSec .HeadWrp .SecIcon.aos-animate .svg-elem-10 {
  fill: #393c3f;
}
.ContactPage #AddressSec .HeadWrp .SecIcon.aos-animate .svg-elem-11 {
  fill: #00aeef;
}
.ContactPage #AddressSec .HeadWrp .SecIcon.aos-animate .svg-elem-12 {
  fill: #393c3f;
}
.ContactPage #AddressSec .HeadWrp .SecIcon.aos-animate .svg-elem-13 {
  fill: #cee1f1;
}
.ContactPage #AddressSec .HeadWrp .SecIcon.aos-animate .svg-elem-14 {
  fill: #00aeef;
}
.ContactPage #AddressSec .HeadWrp .SecIcon.aos-animate .svg-elem-15 {
  fill: #00aeef;
}
.ContactPage #AddressSec .HeadWrp .SecIcon.aos-animate .svg-elem-16 {
  fill: #00aeef;
}
.ContactPage #AddressSec .HeadWrp .MainHead {
  margin-top: 15px;
  margin-bottom: 0px;
  padding-left: 15px;
  width: calc(100% - 75px);
}
@media only screen and (min-width: 576px) {
  .ContactPage #AddressSec .HeadWrp .MainHead {
    padding-left: 35px;
    width: calc(100% - 115px);
  }
}
@media only screen and (min-width: 1200px) {
  .ContactPage #AddressSec .HeadWrp .MainHead {
    padding-left: 50px;
    width: calc(100% - 120px);
  }
}
.ContactPage #AddressSec .HeadWrp .SecInfo {
  max-width: 375px;
}
@media only screen and (min-width: 576px) {
  .ContactPage #AddressSec .HeadWrp .SecInfo {
    max-width: 425px;
  }
}
@media only screen and (min-width: 1200px) {
  .ContactPage #AddressSec .HeadWrp .SecInfo {
    max-width: 500px;
  }
}
@media only screen and (min-width: 1551px) {
  .ContactPage #AddressSec .HeadWrp .SecInfo {
    max-width: 605px;
  }
}
.ContactPage #AddressSec .HeadWrp.NOIcon .MainHead {
  padding: 0;
  width: 100%;
}
@media only screen and (min-width: 1200px) {
  .ContactPage #AddressSec .HeadWrp.NOIcon .MainHead .SecInfo {
    margin-left: 245px;
  }
}
@media only screen and (min-width: 1551px) {
  .ContactPage #AddressSec .HeadWrp.NOIcon .MainHead .SecInfo {
    margin-left: 345px;
  }
}
.ContactPage #AddressSec .SliderFlex .ThumbSlide .splide__slide {
  align-items: flex-start;
  padding: 10px 0;
}
@media only screen and (min-width: 468px) {
  .ContactPage #AddressSec .SliderFlex .ThumbSlide .splide__slide {
    padding: 17.5px 0;
  }
}
.ContactPage #AddressSec .SliderFlex .ThumbSlide .splide__slide .Dot {
  width: 35px;
  height: 35px;
}
@media only screen and (min-width: 1551px) {
  .ContactPage #AddressSec .SliderFlex .ThumbSlide .splide__slide .Dot {
    width: 41px;
    height: 41px;
  }
}
.ContactPage #AddressSec .SliderFlex .ThumbSlide .splide__slide .Dot span {
  width: 100%;
  height: 100%;
  background: none;
}
.ContactPage #AddressSec .SliderFlex .ThumbSlide .splide__slide .Dot span svg {
  visibility: visible;
  opacity: 1;
  width: 13px;
}
@media only screen and (min-width: 1551px) {
  .ContactPage
    #AddressSec
    .SliderFlex
    .ThumbSlide
    .splide__slide
    .Dot
    span
    svg {
    width: 16px;
  }
}
.ContactPage
  #AddressSec
  .SliderFlex
  .ThumbSlide
  .splide__slide
  .Dot
  span
  svg#Location
  .st0 {
  fill: #00aeef;
}
.ContactPage
  #AddressSec
  .SliderFlex
  .ThumbSlide
  .splide__slide
  .Dot
  span
  svg#Location
  .st1 {
  fill: #8f9191;
}
.ContactPage
  #AddressSec
  .SliderFlex
  .ThumbSlide
  .splide__slide
  .Dot
  span
  svg#Call
  .st0 {
  fill: #8f9191;
  stroke: #8f9191;
  stroke-width: 11;
  stroke-miterlimit: 10;
}
.ContactPage
  #AddressSec
  .SliderFlex
  .ThumbSlide
  .splide__slide
  .Dot
  span
  svg#Call
  .st1 {
  fill: #00aeef;
  stroke: #00aeef;
  stroke-width: 10;
  stroke-miterlimit: 10;
}
@media only screen and (min-width: 1551px) {
  .ContactPage
    #AddressSec
    .SliderFlex
    .ThumbSlide
    .splide__slide
    .Dot
    span
    svg#Watzapp {
    width: 20px;
  }
}
.ContactPage
  #AddressSec
  .SliderFlex
  .ThumbSlide
  .splide__slide
  .Dot
  span
  svg#Watzapp
  .st0 {
  fill: #8f9191;
}
.ContactPage
  #AddressSec
  .SliderFlex
  .ThumbSlide
  .splide__slide
  .Dot
  span
  svg#Watzapp
  .st1 {
  fill: #2cb742;
}
.ContactPage
  #AddressSec
  .SliderFlex
  .ThumbSlide
  .splide__slide
  .Dot
  span
  svg#Email
  .st0 {
  fill: #8f9191;
  stroke: #8f9191;
  stroke-width: 7;
  stroke-miterlimit: 10;
}
.ContactPage
  #AddressSec
  .SliderFlex
  .ThumbSlide
  .splide__slide
  .Dot
  span
  svg#Email
  .st1 {
  fill: #00aeef;
}
.ContactPage
  #AddressSec
  .SliderFlex
  .ThumbSlide
  .splide__slide:not(:last-of-type)::before {
  top: 45px;
  left: 17px;
  width: 1px;
  height: 100%;
}
@media only screen and (min-width: 468px) {
  .ContactPage
    #AddressSec
    .SliderFlex
    .ThumbSlide
    .splide__slide:not(:last-of-type)::before {
    top: 53px;
  }
}
@media only screen and (min-width: 992px) {
  .ContactPage
    #AddressSec
    .SliderFlex
    .ThumbSlide
    .splide__slide:not(:last-of-type)::before {
    left: calc(50% + 17px);
    top: 56px;
    left: 17px;
  }
}
@media only screen and (min-width: 1551px) {
  .ContactPage
    #AddressSec
    .SliderFlex
    .ThumbSlide
    .splide__slide:not(:last-of-type)::before {
    top: 58px;
    left: 20px;
  }
}
.ContactPage #AddressSec .SliderFlex .ThumbSlide .splide__slide .Rit {
  padding-left: 15px;
  width: calc(100% - 35px);
}
@media only screen and (min-width: 468px) {
  .ContactPage #AddressSec .SliderFlex .ThumbSlide .splide__slide .Rit {
    padding-left: 22px;
  }
}
@media only screen and (min-width: 992px) {
  .ContactPage #AddressSec .SliderFlex .ThumbSlide .splide__slide .Rit {
    display: block;
  }
}
@media only screen and (min-width: 1551px) {
  .ContactPage #AddressSec .SliderFlex .ThumbSlide .splide__slide .Rit {
    width: calc(100% - 41px);
  }
}
.ContactPage #AddressSec .SliderFlex .ThumbSlide .splide__slide .Rit .title {
  width: 100%;
  padding: 0;
  font-size: 16px;
  color: #1f1f1f;
  font-weight: 600;
  text-transform: uppercase;
  display: block;
  margin-bottom: 5px;
}
@media only screen and (min-width: 468px) {
  .ContactPage #AddressSec .SliderFlex .ThumbSlide .splide__slide .Rit .title {
    margin-bottom: 10px;
  }
}
.ContactPage #AddressSec .SliderFlex .ThumbSlide .splide__slide p,
.ContactPage #AddressSec .SliderFlex .ThumbSlide .splide__slide a {
  margin: 0;
  color: #4e4d4d;
  font-size: 14px;
}
@media only screen and (min-width: 468px) {
  .ContactPage #AddressSec .SliderFlex .ThumbSlide .splide__slide p,
  .ContactPage #AddressSec .SliderFlex .ThumbSlide .splide__slide a {
    font-size: 16px;
  }
}
.ContactPage #AddressSec .SliderFlex .ThumbSlide .splide__slide p {
  line-height: 22px;
}
@media only screen and (min-width: 468px) {
  .ContactPage #AddressSec .SliderFlex .ThumbSlide .splide__slide p {
    line-height: 26px;
  }
}
.ContactPage #AddressSec .SliderFlex .ThumbSlide .splide__slide a {
  display: inline-block;
}
.ContactPage #AddressSec .SliderFlex .ThumbSlide .splide__slide a:hover {
  color: #00aeef;
}
@media only screen and (max-width: 992px) {
  .ContactPage #AddressSec #MainSlide {
    display: none;
  }
}
.ContactPage #GetInTouch {
  display: flex;
  justify-content: flex-start;
  padding: 40px 0;
}
@media only screen and (min-width: 468px) {
  .ContactPage #GetInTouch {
    padding: 50px 0;
  }
}
@media only screen and (min-width: 768px) {
  .ContactPage #GetInTouch {
    padding: 60px 0;
  }
}
@media only screen and (min-width: 992px) {
  .ContactPage #GetInTouch {
    padding: 80px 0;
  }
}
@media only screen and (min-width: 1551px) {
  .ContactPage #GetInTouch {
    padding: 115px 0;
  }
}
.ContactPage #GetInTouch .container {
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 992px) {
  .ContactPage #GetInTouch .container {
    max-width: 100%;
    margin: 0;
    padding: 0;
    width: calc(100% - (100% - 975px) / 2);
  }
}
@media only screen and (min-width: 1050px) {
  .ContactPage #GetInTouch .container {
    width: calc(100% - (100% - 1025px) / 2);
  }
}
@media only screen and (min-width: 1200px) {
  .ContactPage #GetInTouch .container {
    width: calc(100% - (100% - 1160px) / 2);
  }
}
@media only screen and (min-width: 1441px) {
  .ContactPage #GetInTouch .container {
    width: calc(100% - (100% - 1350px) / 2);
  }
}
.ContactPage #GetInTouch .FlexRow {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.ContactPage #GetInTouch .ImgWrap {
  display: none;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: auto;
  width: 220px;
  height: 220px;
  margin-left: 0;
  left: -45px;
}
@media only screen and (min-width: 468px) {
  .ContactPage #GetInTouch .ImgWrap {
    width: 260px;
    height: 260px;
  }
}
@media only screen and (min-width: 992px) {
  .ContactPage #GetInTouch .ImgWrap {
    display: flex;
  }
}
@media only screen and (min-width: 1200px) {
  .ContactPage #GetInTouch .ImgWrap {
    width: 350px;
    height: 350px;
  }
}
@media only screen and (min-width: 1551px) {
  .ContactPage #GetInTouch .ImgWrap {
    width: 489px;
    height: 489px;
  }
}
.ContactPage #GetInTouch .ImgWrap .BgCircle {
  border-radius: 50%;
  background-color: #1b9378;
  opacity: 0.302;
  position: absolute;
  z-index: 1;
  top: 0px;
  right: 0px;
  width: 25px;
  height: 25px;
}
@media only screen and (min-width: 992px) {
  .ContactPage #GetInTouch .ImgWrap .BgCircle {
    width: 37px;
    height: 37px;
  }
}
@media only screen and (min-width: 1200px) {
  .ContactPage #GetInTouch .ImgWrap .BgCircle {
    top: 15px;
    right: 10px;
  }
}
@keyframes XploreCircle1 {
  0% {
    transform: translate(13px, -13px);
  }
  50% {
    transform: translate(0px, 0px);
  }
  100% {
    transform: translate(13px, -13px);
  }
}
.ContactPage #GetInTouch .ImgWrap .BgCircle2 {
  border-radius: 50%;
  background-color: #1b9378;
  opacity: 0.4;
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 30px;
  width: 45px;
  height: 45px;
}
@media only screen and (min-width: 468px) {
  .ContactPage #GetInTouch .ImgWrap .BgCircle2 {
    width: 59px;
    height: 59px;
  }
}
@media only screen and (min-width: 1200px) {
  .ContactPage #GetInTouch .ImgWrap .BgCircle2 {
    bottom: 20px;
    left: 40px;
  }
}
@keyframes XploreCircle2 {
  0% {
    transform: translate(-40px, -40px);
  }
  50% {
    transform: translate(60px, 40px);
  }
  100% {
    transform: translate(-40px, -40px);
  }
}
.ContactPage #GetInTouch .ImgWrap .ImgBox {
  border: 8px solid #fff;
  border-radius: 50%;
  background-color: #1d937a;
  overflow: hidden;
  width: 220px;
  height: 220px;
}
@media only screen and (min-width: 468px) {
  .ContactPage #GetInTouch .ImgWrap .ImgBox {
    width: 260px;
    height: 260px;
  }
}
@media only screen and (min-width: 1200px) {
  .ContactPage #GetInTouch .ImgWrap .ImgBox {
    width: 350px;
    height: 350px;
  }
}
@media only screen and (min-width: 1551px) {
  .ContactPage #GetInTouch .ImgWrap .ImgBox {
    width: 489px;
    height: 489px;
  }
}
.ContactPage #GetInTouch .ImgWrap .ImgBox img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media only screen and (min-width: 992px) {
  .ContactPage #GetInTouch form {
    max-width: 715px;
  }
}
@media only screen and (min-width: 1200px) {
  .ContactPage #GetInTouch form {
    max-width: 780px;
  }
}
@media only screen and (min-width: 1551px) {
  .ContactPage #GetInTouch form {
    max-width: 845px;
  }
}
.ContactPage #GetInTouch form .row {
  margin: -10px;
}
.ContactPage #GetInTouch form .row > * {
  padding: 10px;
}
.ContactPage #GetInTouch .MainHead .Head span {
  color: #1d937a;
}
.ContactPage #GetInTouch .MainHead .SecInfo svg {
  stroke: #1d937a;
}
#LocationMap {
  padding: 40px 20px;
}
@media only screen and (min-width: 468px) {
  #LocationMap {
    padding: 50px 20px;
  }
}
@media only screen and (min-width: 768px) {
  #LocationMap {
    padding: 60px 20px;
  }
}
@media only screen and (min-width: 992px) {
  #LocationMap {
    padding: 65px 45px 70px;
  }
}
@media only screen and (min-width: 1551px) {
  #LocationMap {
    padding: 115px 85px 100px;
  }
}
#LocationMap .MapWrp {
  position: relative;
}
#LocationMap .MapWrp .Head {
  background-color: #fff;
  box-shadow: 0px 18px 50px 0px rgba(1, 16, 69, 0.15);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Canela";
  color: #292828;
  position: absolute;
  left: 20px;
  top: -50px;
  border-radius: 20px;
  width: 250px;
  height: 85px;
  font-size: 22px;
}
@media only screen and (min-width: 468px) {
  #LocationMap .MapWrp .Head {
    width: 295px;
    height: 105px;
    font-size: 26px;
    left: 60px;
    top: -50px;
  }
}
@media only screen and (min-width: 992px) {
  #LocationMap .MapWrp .Head {
    left: 85px;
    top: -60px;
    border-radius: 30px;
    width: 340px;
    height: 120px;
  }
}
@media only screen and (min-width: 1551px) {
  #LocationMap .MapWrp .Head {
    width: 382px;
    height: 138px;
    font-size: 30px;
  }
}
#LocationMap .MapWrp .Head svg {
  margin-right: 20px;
  width: 28px;
}
@media only screen and (min-width: 468px) {
  #LocationMap .MapWrp .Head svg {
    margin-right: 25px;
    width: 35px;
  }
}
@media only screen and (min-width: 992px) {
  #LocationMap .MapWrp .Head svg {
    width: 40px;
  }
}
@media only screen and (min-width: 1551px) {
  #LocationMap .MapWrp .Head svg {
    width: 47px;
  }
}
#LocationMap .MapWrp .Head svg .st0 {
  fill: #ffda2d;
}
#LocationMap .MapWrp .Head svg .st1 {
  fill: #80aef8;
}
#LocationMap .MapWrp .Head svg .st2 {
  fill: #4086f4;
}
#LocationMap .MapWrp .Head svg .st3 {
  fill: #59c36a;
}
#LocationMap .MapWrp .Head svg .st4 {
  fill: #00a66c;
}
#LocationMap .MapWrp .Head svg .st5 {
  fill: #fdbf00;
}
#LocationMap .MapWrp .Head svg .st6 {
  fill: #4175df;
}
#LocationMap .MapWrp .Head svg .st7 {
  fill: #f03800;
}
#LocationMap .MapWrp iframe {
  width: 100%;
  height: 100%;
  border-radius: 30px;
  height: 280px;
}
@media only screen and (min-width: 468px) {
  #LocationMap .MapWrp iframe {
    height: 350px;
  }
}
@media only screen and (min-width: 576px) {
  #LocationMap .MapWrp iframe {
    border-radius: 40px;
    height: 400px;
  }
}
@media only screen and (min-width: 992px) {
  #LocationMap .MapWrp iframe {
    border-radius: 50px;
    height: 500px;
  }
}
.termsPage #content {
  padding: 40px 0;
}
@media only screen and (min-width: 468px) {
  .termsPage #content {
    padding: 80px 0;
  }
}
@media only screen and (min-width: 1200px) {
  .termsPage #content {
    padding: 90px 0;
  }
}
.termsPage #content .content_area {
  background: #fff;
  box-shadow: 0px 3px 90px 0px rgba(0, 0, 0, 0.1);
  margin-top: 45px;
}
@media only screen and (min-width: 992px) {
  .termsPage #content .content_area {
    padding: 65px 75px;
  }
}
@media only screen and (max-width: 992px) {
  .termsPage #content .content_area {
    padding: 25px;
  }
}
.termsPage #content .content_area p {
  margin-bottom: 32px;
}
.termsPage #content .content_area h1,
.termsPage #content .content_area h2,
.termsPage #content .content_area h3,
.termsPage #content .content_area h4,
.termsPage #content .content_area h5,
.termsPage #content .content_area h6 {
  margin-bottom: 16px;
  font-weight: 300;
  color: #3f3f3f;
}
.termsPage #content .content_area h2,
.termsPage #content .content_area h3 {
  font-size: 24px;
  line-height: 30px;
  margin-bottom: 16px;
  color: #181818;
}
@media only screen and (min-width: 468px) {
  .termsPage #content .content_area h2,
  .termsPage #content .content_area h3 {
    font-size: 28px;
    line-height: 40px;
  }
}
.termsPage #content .content_area a {
  font-size: 16px;
  font-weight: 300;
  color: #00aeef;
}
.termsPage #content .content_area a:hover {
  text-decoration: underline !important;
}
.termsPage #content .content_area ul {
  margin-bottom: 30px;
}
.termsPage #content .content_area li {
  font-size: 15px;
  font-weight: 400;
  line-height: 28px;
  color: #181818;
  padding-left: 20px;
  position: relative;
  margin-bottom: 10px;
}
@media only screen and (min-width: 468px) {
  .termsPage #content .content_area li {
    padding-left: 30px;
  }
}
.termsPage #content .content_area li::before {
  content: "";
  position: absolute;
  top: 11px;
  left: 0px;
  width: 7px;
  height: 7px;
  background: #00aeef;
  transform: rotate(45deg);
}
#error_page .row {
  margin: 0;
}
#error_page .page_cntnt {
  padding: 40px 0 70px;
  text-align: center;
  margin: auto;
}
@media only screen and (min-width: 468px) {
  #error_page .page_cntnt {
    padding: 80px 0 120px;
  }
}
#error_page .head_one {
  font-size: 69px;
  font-weight: 700;
  color: #00aeef;
  letter-spacing: 1px;
}
@media only screen and (min-width: 468px) {
  #error_page .head_one {
    font-size: 95px;
  }
}
#error_page .head_two {
  font-size: 14px;
  font-weight: 600;
  color: #696868;
  margin-bottom: 30px;
  letter-spacing: 1px;
}
@media only screen and (min-width: 468px) {
  #error_page .head_two {
    font-size: 20px;
    margin-bottom: 40px;
  }
}
#error_page .head_three {
  font-size: 16px;
  line-height: normal;
  letter-spacing: 1px;
  font-weight: 600;
  color: #696868;
  margin-bottom: 15px;
}
@media only screen and (min-width: 468px) {
  #error_page .head_three {
    font-size: 25px;
  }
}
#error_page p {
  color: #696868;
  margin: 0px;
}
#error_page .viewMore {
  background: #00aeef;
  padding: 13px 20px;
  color: #fff;
  margin-top: 35px;
  display: inline-block;
  text-transform: uppercase;
  font-weight: 500;
}
footer {
  background-color: #171b28;
  transition: all 0.5s;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
}
@media only screen and (min-width: 576px) {
  footer {
    border-top-left-radius: 55px;
    border-top-right-radius: 55px;
  }
}
@media only screen and (min-width: 1551px) {
  footer {
    border-top-left-radius: 100px;
    border-top-right-radius: 100px;
  }
}
footer #FootTop {
  padding: 40px 0 45px;
}
@media only screen and (min-width: 468px) {
  footer #FootTop {
    padding: 60px 0 45px;
  }
}
footer #FootTop .FootHead {
  font-family: "Canela";
  color: #00aeef;
  text-transform: uppercase;
  font-size: 16px;
  margin-bottom: 15px;
}
@media only screen and (min-width: 468px) {
  footer #FootTop .FootHead {
    font-size: 18px;
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 1551px) {
  footer #FootTop .FootHead {
    font-size: 20px;
    margin-bottom: 40px;
  }
}
footer #FootTop li,
footer #FootTop a,
footer #FootTop p {
  color: #fff;
  line-height: normal;
  font-size: 14px;
}
@media only screen and (min-width: 1551px) {
  footer #FootTop li,
  footer #FootTop a,
  footer #FootTop p {
    font-size: 16px;
  }
}
footer #FootTop p {
  margin: 0;
  line-height: 28px;
}
@media only screen and (min-width: 1551px) {
  footer #FootTop p {
    line-height: 30px;
  }
}
footer #FootTop li {
  display: flex;
}
footer #FootTop .QckLinks ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
footer #FootTop .QckLinks li:not(:last-of-type) {
  margin-bottom: 15px;
}
footer #FootTop .QckLinks a:hover {
  color: #00aeef;
}
footer #FootTop .Address .FootHead {
  color: #18c5d0;
}
footer #FootTop .Address ul {
  margin-top: 30px;
}
footer #FootTop .Address ul a {
  padding-left: 5px;
}
footer #FootTop .Address ul a:hover {
  color: #18c5d0;
}
@media only screen and (min-width: 992px) {
  footer #FootTop .Newsletter {
    padding-left: 40px;
  }
}
@media only screen and (min-width: 1551px) {
  footer #FootTop .Newsletter {
    padding-left: 70px;
  }
}
footer #FootTop .Newsletter .FootHead {
  color: #ec008c;
}
footer #FootTop .Newsletter .form-group {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  border-radius: 5px;
  background-color: #fff;
  overflow: hidden;
}
footer #FootTop .Newsletter .form-group .form-control {
  color: #000;
  background-color: #fff;
  border: none;
  border-radius: 0;
  outline: none;
  box-shadow: none;
  padding: 10px 20px;
  width: calc(100% - 50px);
  height: 45px;
  font-size: 13px;
}
@media only screen and (min-width: 768px) {
  footer #FootTop .Newsletter .form-group .form-control {
    font-size: 14px;
    width: calc(100% - 70px);
    height: 50px;
  }
}
@media only screen and (min-width: 1551px) {
  footer #FootTop .Newsletter .form-group .form-control {
    height: 53px;
  }
}
footer #FootTop .Newsletter .form-group .form-control::placeholder {
  color: #757b88;
}
footer #FootTop .Newsletter .form-group .sendBtn {
  background-color: #fff;
  border: none;
  border-radius: 0;
  outline: none;
  box-shadow: none;
  height: 45px;
  width: 50px;
  margin: 0;
}
@media only screen and (min-width: 768px) {
  footer #FootTop .Newsletter .form-group .sendBtn {
    width: 70px;
    height: 50px;
  }
}
@media only screen and (min-width: 1551px) {
  footer #FootTop .Newsletter .form-group .sendBtn {
    height: 53px;
  }
}
footer #FootTop .Newsletter .form-group .sendBtn svg {
  transition: all 0.3s;
  fill: #197bc0;
  width: 20px;
}
@media only screen and (min-width: 768px) {
  footer #FootTop .Newsletter .form-group .sendBtn svg {
    width: 23px;
  }
}
footer #FootTop .Newsletter .form-group .sendBtn:hover svg {
  fill: #ec008c;
}
footer #FootTop .Newsletter .BtnSec {
  align-items: center;
  padding-top: 30px;
  margin: -5px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media only screen and (min-width: 768px) {
  footer #FootTop .Newsletter .BtnSec {
    padding-top: 40px;
  }
}
footer #FootTop .Newsletter .BtnSec li {
  padding: 5px;
  width: 50%;
}
footer #FootTop .Newsletter .BtnSec li a {
  border-radius: 5px;
  width: 100%;
  color: #fff;
  font-weight: 500;
  text-transform: uppercase;
  height: 45px;
  font-size: 13px;
}
@media only screen and (min-width: 768px) {
  footer #FootTop .Newsletter .BtnSec li a {
    height: 50px;
    font-size: 14px;
  }
}
@media only screen and (min-width: 1551px) {
  footer #FootTop .Newsletter .BtnSec li a {
    height: 55px;
    font-size: 16px;
  }
}
footer #FootTop .Newsletter .BtnSec li:first-of-type a {
  background-color: #00aeef;
  border: 1px solid #00aeef;
}
footer #FootTop .Newsletter .BtnSec li:first-of-type a::before {
  background: #ec008c;
}
footer #FootTop .Newsletter .BtnSec li:first-of-type a:hover {
  border-color: #ec008c;
}
footer #FootTop .Newsletter .BtnSec li:last-of-type a {
  border: 1px solid #78a62a;
}
footer #FootTop .Newsletter .BtnSec li:last-of-type a::before {
  background: #78a62a;
}
footer #FootTop .Contact {
  display: flex;
}
@media only screen and (min-width: 992px) {
  footer #FootTop .Contact {
    align-items: center;
    justify-content: flex-end;
  }
}
footer #FootTop .Contact .contactFlex {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
@media only screen and (min-width: 992px) {
  footer #FootTop .Contact .contactFlex {
    align-items: center;
    max-width: 960px;
  }
}
@media only screen and (max-width: 468px) {
  footer #FootTop .Contact .contactFlex > * {
    width: 50%;
  }
}
footer #FootTop .Contact .ContactNmbr {
  font-weight: 600;
}
@media only screen and (min-width: 992px) {
  footer #FootTop .Contact .ContactNmbr {
    padding-right: 90px;
    display: flex;
    align-items: center;
  }
}
footer #FootTop .Contact .ContactNmbr .label {
  color: #78a62a;
  margin-bottom: 10px;
  font-size: 14px;
}
@media only screen and (min-width: 468px) {
  footer #FootTop .Contact .ContactNmbr .label {
    font-size: 16px;
  }
}
@media only screen and (min-width: 992px) {
  footer #FootTop .Contact .ContactNmbr .label {
    margin-bottom: 0px;
    margin-right: 10px;
  }
}
@media only screen and (min-width: 1551px) {
  footer #FootTop .Contact .ContactNmbr .label {
    font-size: 18px;
  }
}
@media only screen and (min-width: 992px) {
  footer #FootTop .Contact .ContactNmbr ul {
    display: flex;
    align-items: center;
  }
}
footer #FootTop .Contact .ContactNmbr ul li:not(:last-of-type) {
  margin-bottom: 5px;
}
@media only screen and (min-width: 992px) {
  footer #FootTop .Contact .ContactNmbr ul li:not(:last-of-type) {
    margin-bottom: 0px;
    margin-right: 5px;
  }
}
footer #FootTop .Contact .ContactNmbr a {
  color: #fff;
  font-size: 14px;
}
@media only screen and (min-width: 468px) {
  footer #FootTop .Contact .ContactNmbr a {
    font-size: 16px;
  }
}
@media only screen and (min-width: 1551px) {
  footer #FootTop .Contact .ContactNmbr a {
    font-size: 18px;
  }
}
footer #FootTop .Contact .ContactNmbr a:hover {
  color: #78a62a;
}
@media only screen and (min-width: 468px) {
  footer #FootTop .Contact .follow {
    margin-top: 15px;
    width: 100%;
  }
}
@media only screen and (min-width: 992px) {
  footer #FootTop .Contact .follow {
    margin-top: 0px;
    width: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    justify-content: flex-end;
  }
}
footer #FootTop .Contact .follow .txt {
  color: #18c5d0;
  margin-bottom: 10px;
  font-size: 14px;
}
@media only screen and (min-width: 468px) {
  footer #FootTop .Contact .follow .txt {
    font-size: 16px;
  }
}
@media only screen and (min-width: 992px) {
  footer #FootTop .Contact .follow .txt {
    margin-bottom: 0px;
  }
}
footer #FootTop .Contact .follow ul {
  display: flex;
  align-items: center;
}
@media only screen and (min-width: 992px) {
  footer #FootTop .Contact .follow ul {
    padding-left: 35px;
  }
}
@media only screen and (min-width: 1551px) {
  footer #FootTop .Contact .follow ul {
    padding-left: 55px;
  }
}
footer #FootTop .Contact .follow ul li:not(:last-of-type) {
  margin-right: 20px;
}
@media only screen and (min-width: 1551px) {
  footer #FootTop .Contact .follow ul li:not(:last-of-type) {
    margin-right: 40px;
  }
}
footer #FootTop .Contact .follow ul li a svg {
  transition: all 0.3s;
  fill: #fff;
}
footer #FootTop .Contact .follow ul li a:hover svg {
  fill: #00aeef;
}
footer #FootTop .Contact .follow ul li .fb svg {
  width: 14px;
  height: 14px;
}
@media only screen and (min-width: 468px) {
  footer #FootTop .Contact .follow ul li .fb svg {
    width: 16px;
    height: 16px;
  }
}
footer #FootTop .Contact .follow ul li .fb:hover svg {
  fill: #00aeef;
}
footer #FootTop .Contact .follow ul li .insta svg {
  width: 14px;
  height: 14px;
}
@media only screen and (min-width: 468px) {
  footer #FootTop .Contact .follow ul li .insta svg {
    width: 18px;
    height: 18px;
  }
}
footer #FootTop .Contact .follow ul li .insta:hover svg {
  fill: #78a62a;
}
footer #FootTop .Contact .follow ul li .Twit svg {
  width: 16px;
  height: 16px;
}
@media only screen and (min-width: 468px) {
  footer #FootTop .Contact .follow ul li .Twit svg {
    width: 18px;
    height: 18px;
  }
}
footer #FootTop .Contact .follow ul li .Twit:hover svg {
  fill: #ec008c;
}
footer #FootTop .Contact .follow ul li .linkedIn svg {
  width: 16px;
  height: 16px;
}
@media only screen and (min-width: 468px) {
  footer #FootTop .Contact .follow ul li .linkedIn svg {
    width: 22px;
    height: 22px;
  }
}
footer #FootTop .Contact .follow ul li .linkedIn:hover svg {
  fill: #eca100;
}
footer #copYRight {
  position: relative;
  z-index: 1;
  border-top: 1px solid rgba(255, 255, 255, 0.149);
  padding: 15px 0;
}
@media only screen and (min-width: 468px) {
  footer #copYRight {
    padding: 35px 0 30px;
  }
}
footer #copYRight .flexRow {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
footer #copYRight .lftSec {
  width: 100%;
}
@media only screen and (min-width: 680px) {
  footer #copYRight .lftSec {
    display: flex;
    align-items: center;
    width: calc(100% - 295px);
  }
}
@media only screen and (max-width: 680px) {
  footer #copYRight .lftSec {
    text-align: center;
  }
}
@media only screen and (max-width: 468px) {
  footer #copYRight .lftSec .logo {
    display: none;
  }
}
footer #copYRight .lftSec .logo img {
  width: 180px;
}
@media only screen and (min-width: 680px) {
  footer #copYRight .lftSec .logo {
    margin-right: 30px;
  }
}
@media only screen and (max-width: 680px) {
  footer #copYRight .lftSec .logo {
    margin-bottom: 10px;
  }
}
footer #copYRight .lftSec p {
  color: #8d8d8d;
  margin: 0px;
  font-size: 12px;
  text-align: center;
}
@media only screen and (min-width: 468px) {
  footer #copYRight .lftSec p {
    font-size: 14px;
  }
}
@media only screen and (min-width: 768px) {
  footer #copYRight .lftSec p {
    text-align: inherit;
  }
}
footer #copYRight .ritSec {
  width: 100%;
  margin-top: 5px;
}
@media only screen and (min-width: 680px) {
  footer #copYRight .ritSec {
            display: flex;
        flex-wrap: wrap;
        justify-content: flex-end;
        /* width: 295px; */
        margin-top: -22px;
  }
}
footer #copYRight .designed {
  font-size: 11px;
  font-family: "Courier Prime", monospace;
  color: #d3b507;
  text-transform: capitalize;
  letter-spacing: 1px;
  justify-content: center;
  display: flex;
  align-items: center;
  margin-top: 5px;
}
@media only screen and (min-width: 468px) {
  footer #copYRight .designed {
    font-size: 13px;
  }
}
@media only screen and (min-width: 680px) {
  footer #copYRight .designed {
    margin-top: 0px;
    justify-content: normal;
  }
}
footer #copYRight .designed a {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  padding-left: 0px;
}
@media only screen and (min-width: 468px) {
  footer #copYRight .designed a {
    padding-left: 5px;
  }
}
footer #copYRight .designed a svg {
  max-width: 99px;
  transition: all 0.3s;
}
footer #copYRight .designed a svg .st0 {
  fill: #f7d909;
}
footer #copYRight .designed a svg .st1 {
  fill: url(#FootSVGID_1_);
}
footer #copYRight .designed a svg .st2 {
  fill: #939393;
}
footer #copYRight .designed a svg .st3 {
  fill: url(#FootSVGID_2_);
}
footer #copYRight .designed a svg .st4 {
  fill: url(#FootSVGID_3_);
}
footer #copYRight .designed a svg .st5 {
  fill: url(#FootSVGID_4_);
}
footer #copYRight .designed a svg .st6 {
  fill: #939393;
}
footer #copYRight .designed a svg .st7 {
  fill: #f6d808;
}
footer #copYRight .txt {
  font-family: "Courier Prime", monospace;
  letter-spacing: 1px;
  color: #959595;
  text-transform: capitalize;
  transition: all 0.3s;
  position: relative;
  z-index: 1;
  margin-top: 5px;
  display: block;
  font-size: 10px;
  text-align: center;
}
@media only screen and (min-width: 680px) {
  footer #copYRight .txt {
    text-align: left;
  }
}
footer #copYRight .txt:hover {
  color: #fff;
}
.scrollup {
  width: 35px;
  position: fixed;
  right: 10px;
  bottom: 45px;
  display: none;
  z-index: 5;
  font-size: 12px;
  color: #00aeef;
  text-transform: uppercase;
  text-align: center;
}
@media only screen and (min-width: 576px) {
  .scrollup {
    width: 40px;
    right: 20px;
  }
}
.scrollup svg {
  fill: #00aeef;
  margin-bottom: 10px;
  width: 37px;
  height: 37px;
}
.scrollup:hover {
  color: #00aeef;
}
.fixedRit {
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
  z-index: 5;
  right: 0px;
  display: block;
}
.fixedRit ul {
  margin: -2px 0;
}
.fixedRit ul li {
  padding: 2px 0;
}
.fixedRit ul a {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 5px;
  height: 35px;
  width: 35px;
  transition: all 0.3s;
}
@media only screen and (min-width: 468px) {
  .fixedRit ul a {
    height: 40px;
    width: 40px;
  }
}
@media only screen and (min-width: 768px) {
  .fixedRit ul a {
    width: 45px;
    height: 45px;
  }
}
@media only screen and (min-width: 1551px) {
  .fixedRit ul a {
    width: 50px;
    height: 50px;
  }
}
.fixedRit ul a svg {
  display: block;
  fill: #fff;
  transition: all 0.3s;
}
.fixedRit ul a.Call {
  background: #00aeef;
}
.fixedRit ul a.Call svg {
  width: 18px;
}
@media only screen and (min-width: 468px) {
  .fixedRit ul a.Call svg {
    width: 24px;
  }
}
@media only screen and (min-width: 1551px) {
  .fixedRit ul a.Call svg {
    width: 26px;
  }
}
.fixedRit ul a.whatsapp {
  background: #43c34f;
}
.fixedRit ul a.whatsapp svg {
  width: 18px;
}
@media only screen and (min-width: 468px) {
  .fixedRit ul a.whatsapp svg {
    width: 24px;
  }
}
@media only screen and (min-width: 1551px) {
  .fixedRit ul a.whatsapp svg {
    width: 26px;
  }
}
.fixedRit ul a.Mail {
  background: #ec008c;
}
.fixedRit ul a.Mail svg {
  width: 20px;
}
@media only screen and (min-width: 468px) {
  .fixedRit ul a.Mail svg {
    width: 28px;
  }
}
@media only screen and (min-width: 1551px) {
  .fixedRit ul a.Mail svg {
    width: 30px;
  }
}
.fixedRit ul a.Location {
  background: #18c5d0;
}
.fixedRit ul a.Location svg {
  width: 16px;
}
@media only screen and (min-width: 468px) {
  .fixedRit ul a.Location svg {
    width: 20px;
  }
}
@media only screen and (min-width: 1551px) {
  .fixedRit ul a.Location svg {
    width: 23px;
  }
}
.fixedRit ul a.Admission {
  height: fit-content;
  background-color: #309b7e;
  padding: 20px 0;
}
.fixedRit ul a.Admission svg {
  fill: #fff;
  height: 70px;
}
@media only screen and (min-width: 468px) {
  .fixedRit ul a.Admission svg {
    height: 85px;
  }
}
@media only screen and (min-width: 1551px) {
  .fixedRit ul a.Admission svg {
    height: 112px;
  }
}
.SliderFlex {
  align-items: center;
  justify-content: flex-end;
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.SliderFlex .ThumbSlide {
  height: fit-content;
  height: -moz-fit-content;
  z-index: 1;
  width: 100%;
  margin-bottom: 15px;
}
@media only screen and (min-width: 468px) {
  .SliderFlex .ThumbSlide {
    margin-bottom: 25px;
  }
}
@media only screen and (min-width: 992px) {
  .SliderFlex .ThumbSlide {
    border-radius: 50px;
    background-color: #fff;
    padding: 0 20px;
    margin-bottom: 0px;
    padding: 20px 0;
    width: 355px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
  }
}
.SliderFlex .ThumbSlide .splide__slide {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  border: none !important;
  outline: none;
  position: relative;
  justify-content: center;
  padding: 0px;
}
@media only screen and (min-width: 468px) {
  .SliderFlex .ThumbSlide .splide__slide {
    padding: 0 22px;
  }
}
@media only screen and (min-width: 992px) {
  .SliderFlex .ThumbSlide .splide__slide {
    padding: 22px 0;
    justify-content: flex-start;
  }
}
@media only screen and (min-width: 1551px) {
  .SliderFlex .ThumbSlide .splide__slide {
    padding: 30px 0;
  }
}
.SliderFlex .ThumbSlide .splide__slide:not(:last-of-type)::before {
  content: "";
  position: absolute;
  background-color: #c7c7c8;
  height: 1px;
  width: 100%;
  left: calc(50% + 13px);
  top: 50%;
}
@media only screen and (min-width: 468px) {
  .SliderFlex .ThumbSlide .splide__slide:not(:last-of-type)::before {
    left: calc(50% + 17px);
  }
}
@media only screen and (min-width: 992px) {
  .SliderFlex .ThumbSlide .splide__slide:not(:last-of-type)::before {
    top: calc(50% + 17px);
    width: 1px;
    height: 100%;
    left: 17px;
  }
}
@media only screen and (min-width: 1551px) {
  .SliderFlex .ThumbSlide .splide__slide:not(:last-of-type)::before {
    top: calc(50% + 20px);
    left: 20px;
  }
}
.SliderFlex .ThumbSlide .splide__slide:not(:last-of-type)::after {
  content: "";
  position: absolute;
  background-color: #1d937a;
  height: 1px;
  width: 0;
  top: 50%;
  left: calc(50% + 13px);
}
@media only screen and (min-width: 468px) {
  .SliderFlex .ThumbSlide .splide__slide:not(:last-of-type)::after {
    left: calc(50% + 17px);
  }
}
@media only screen and (min-width: 992px) {
  .SliderFlex .ThumbSlide .splide__slide:not(:last-of-type)::after {
    top: calc(50% + 17px);
    width: 1px;
    height: 0;
    left: 17px;
  }
}
@media only screen and (min-width: 1551px) {
  .SliderFlex .ThumbSlide .splide__slide:not(:last-of-type)::after {
    left: 20px;
  }
}
.SliderFlex .ThumbSlide .splide__slide .Dot {
  border: 1px solid #c6c6c6;
  border-radius: 50%;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
  padding: 2px;
  width: 25px;
  height: 25px;
}
@media only screen and (min-width: 468px) {
  .SliderFlex .ThumbSlide .splide__slide .Dot {
    width: 35px;
    height: 35px;
  }
}
@media only screen and (min-width: 1551px) {
  .SliderFlex .ThumbSlide .splide__slide .Dot {
    width: 41px;
    height: 41px;
  }
}
.SliderFlex .ThumbSlide .splide__slide .Dot span {
  border-radius: 50%;
  background-color: #1d937a;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
  width: 5px;
  height: 5px;
}
@media only screen and (min-width: 1551px) {
  .SliderFlex .ThumbSlide .splide__slide .Dot span {
    width: 7px;
    height: 7px;
  }
}
.SliderFlex .ThumbSlide .splide__slide .Dot span svg {
  opacity: 0;
  visibility: hidden;
  fill: #fff;
  transition: all 0.3s;
  width: 9px;
}
@media only screen and (min-width: 468px) {
  .SliderFlex .ThumbSlide .splide__slide .Dot span svg {
    width: 13px;
  }
}
@media only screen and (min-width: 1551px) {
  .SliderFlex .ThumbSlide .splide__slide .Dot span svg {
    width: 15px;
  }
}
.SliderFlex .ThumbSlide .splide__slide .title {
  padding-left: 22px;
  color: #7c7c7c;
  font-weight: 600;
  transition: all 0.3s;
  display: none;
  width: calc(100% - 35px);
  font-size: 16px;
}
@media only screen and (min-width: 992px) {
  .SliderFlex .ThumbSlide .splide__slide .title {
    display: block;
  }
}
@media only screen and (min-width: 1551px) {
  .SliderFlex .ThumbSlide .splide__slide .title {
    font-size: 18px;
    width: calc(100% - 41px);
  }
}
.SliderFlex .ThumbSlide .splide__slide.is-active::after {
  transition: all 6s;
  width: 100%;
}
@media only screen and (min-width: 992px) {
  .SliderFlex .ThumbSlide .splide__slide.is-active::after {
    width: 1px;
    height: 100%;
  }
}
.SliderFlex .ThumbSlide .splide__slide.is-active .MobTitle {
  opacity: 1;
}
.SliderFlex .ThumbSlide .splide__slide.is-active .Dot span {
  width: 100%;
  height: 100%;
}
.SliderFlex .ThumbSlide .splide__slide.is-active .Dot span svg {
  opacity: 1;
  visibility: visible;
  transition-delay: 0.2s;
}
.SliderFlex .ThumbSlide .splide__slide.is-active .title {
  color: #1d937a;
}
.SliderFlex .MainSlide {
  background-color: #000;
  overflow: hidden;
  width: 100%;
  border-radius: 20px;
  height: 245px;
}
@media only screen and (min-width: 468px) {
  .SliderFlex .MainSlide {
    border-radius: 50px;
    height: 355px;
  }
}
@media only screen and (min-width: 768px) {
  .SliderFlex .MainSlide {
    height: 465px;
  }
}
@media only screen and (min-width: 992px) {
  .SliderFlex .MainSlide {
    width: calc(100% - 355px + 55px);
  }
}
@media only screen and (min-width: 1551px) {
  .SliderFlex .MainSlide {
    height: 575px;
  }
}
.SliderFlex .MainSlide .splide__track,
.SliderFlex .MainSlide .splide__list {
  height: 100%;
}
.SliderFlex .MainSlide .splide__slide {
  height: 100%;
  position: relative;
  overflow: hidden;
}
.SliderFlex .MainSlide .splide__slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.SliderFlex .MainSlide .splide__slide .MobTitle {
  position: absolute;
  left: 0;
  width: 100%;
  background: #1d937a;
  padding: 10px 20px;
  color: #fff;
  font-weight: 600;
  transition: all 0.3s;
  font-size: 16px;
  display: none;
}
.SliderFlex .MainSlide .splide__slide .MobTitle.show {
  display: block;
}
@media only screen and (min-width: 992px) {
  .SliderFlex .MainSlide .splide__slide .MobTitle.show {
    display: none;
  }
}
.SliderFlex .MainSlide .ViewMore {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 34px;
  background-color: #1d937a;
  outline: none;
  box-shadow: none;
  border: none;
  font-size: 30px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.5s;
  transition-delay: 0.1s;
  z-index: 2;
  padding-left: 15px;
  border-radius: 35px 0 0 35px;
  height: 67px;
}
.SliderFlex .MainSlide .ViewMore span {
  transition: all 0.3s;
}
.SliderFlex .MainSlide .ViewMore.show {
  background: rgba(50, 147, 122, 0.85);
}
@media only screen and (max-width: 576px) {
  .SliderFlex .MainSlide .ViewMore.show {
    height: 100%;
    border-radius: 0px;
  }
}
.SliderFlex .MainSlide .ViewMore.show span {
  transform: rotate(45deg);
}
.SliderFlex .MainSlide .SlideBox {
  position: absolute;
  top: 0;
  height: 100%;
  z-index: 1;
  transition: all 0.5s;
  padding-left: 34px;
  width: 100%;
  right: calc(-100% + 34px);
}
@media only screen and (min-width: 576px) {
  .SliderFlex .MainSlide .SlideBox {
    width: 450px;
    right: -416px;
  }
}
.SliderFlex .MainSlide .SlideBox * {
  color: #fff;
}
.SliderFlex .MainSlide .SlideBox .CntnBox {
  width: 100%;
  height: 100%;
  background: rgba(50, 147, 122, 0.85);
  padding: 35px 20px 15px 15px;
  overflow-y: scroll;
  max-height: 245px;
}
@media only screen and (min-width: 468px) {
  .SliderFlex .MainSlide .SlideBox .CntnBox {
    max-height: 355px;
  }
}
@media only screen and (min-width: 576px) {
  .SliderFlex .MainSlide .SlideBox .CntnBox {
    padding: 55px 37px 0 48px;
  }
}
@media only screen and (min-width: 768px) {
  .SliderFlex .MainSlide .SlideBox .CntnBox {
    max-height: 465px;
  }
}
@media only screen and (min-width: 1551px) {
  .SliderFlex .MainSlide .SlideBox .CntnBox {
    max-height: 575px;
  }
}
.SliderFlex .MainSlide .SlideBox.show {
  right: 0;
}
.ExploreMoreBox {
  text-align: center;
}
.ExploreMoreBox .ImgWrap {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: auto;
  margin-bottom: 30px;
  width: 220px;
  height: 220px;
}
@media only screen and (min-width: 468px) {
  .ExploreMoreBox .ImgWrap {
    width: 260px;
    height: 260px;
  }
}
@media only screen and (min-width: 1200px) {
  .ExploreMoreBox .ImgWrap {
    width: 350px;
    height: 350px;
  }
}
@media only screen and (min-width: 1551px) {
  .ExploreMoreBox .ImgWrap {
    width: 382px;
    height: 382px;
    margin-bottom: 40px;
  }
}
.ExploreMoreBox .ImgWrap .BgCircle {
  border-radius: 50%;
  background-color: #18c5d0;
  opacity: 0.561;
  position: absolute;
  z-index: 1;
  top: 0px;
  right: 0px;
  width: 25px;
  height: 25px;
}
@media only screen and (min-width: 992px) {
  .ExploreMoreBox .ImgWrap .BgCircle {
    width: 37px;
    height: 37px;
  }
}
@media only screen and (min-width: 1200px) {
  .ExploreMoreBox .ImgWrap .BgCircle {
    top: 15px;
    right: 10px;
  }
}
@keyframes XploreCircle1 {
  0% {
    transform: translate(13px, -13px);
  }
  50% {
    transform: translate(0px, 0px);
  }
  100% {
    transform: translate(13px, -13px);
  }
}
.ExploreMoreBox .ImgWrap .BgCircle2 {
  border-radius: 50%;
  background-color: #18c5d0;
  opacity: 0.561;
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 30px;
  width: 45px;
  height: 45px;
}
@media only screen and (min-width: 468px) {
  .ExploreMoreBox .ImgWrap .BgCircle2 {
    width: 59px;
    height: 59px;
  }
}
@media only screen and (min-width: 1200px) {
  .ExploreMoreBox .ImgWrap .BgCircle2 {
    bottom: 20px;
    left: 40px;
  }
}
@keyframes XploreCircle2 {
  0% {
    transform: translate(-40px, -40px);
  }
  50% {
    transform: translate(60px, 40px);
  }
  100% {
    transform: translate(-40px, -40px);
  }
}
.ExploreMoreBox .ImgWrap .ImgBox {
  border: 8px solid #fff;
  border-radius: 50%;
  background-color: #1d937a;
  overflow: hidden;
  width: 220px;
  height: 220px;
}
@media only screen and (min-width: 468px) {
  .ExploreMoreBox .ImgWrap .ImgBox {
    width: 260px;
    height: 260px;
  }
}
@media only screen and (min-width: 1200px) {
  .ExploreMoreBox .ImgWrap .ImgBox {
    width: 350px;
    height: 350px;
  }
}
@media only screen and (min-width: 1551px) {
  .ExploreMoreBox .ImgWrap .ImgBox {
    width: 382px;
    height: 382px;
  }
}
.ExploreMoreBox .ImgWrap .ImgBox img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ExploreMoreBox .CntnBox .Title {
  font-family: "Canela";
  color: #151515;
  line-height: normal;
  font-size: 22px;
  margin-bottom: 15px;
}
@media only screen and (min-width: 468px) {
  .ExploreMoreBox .CntnBox .Title {
    font-size: 24px;
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 1200px) {
  .ExploreMoreBox .CntnBox .Title {
    font-size: 26px;
  }
}
@media only screen and (min-width: 1551px) {
  .ExploreMoreBox .CntnBox .Title {
    font-size: 30px;
    margin-bottom: 30px;
  }
}
.ExploreMoreBox .CntnBox .Info {
  color: #4b4c4c;
  line-height: 22px;
  font-size: 12px;
}
@media only screen and (min-width: 468px) {
  .ExploreMoreBox .CntnBox .Info {
    line-height: 24px;
    font-size: 13px;
  }
}
@media only screen and (min-width: 468px) {
  .ExploreMoreBox .CntnBox .Info {
    font-size: 14px;
    line-height: 26px;
  }
}
@media only screen and (min-width: 1200px) {
  .ExploreMoreBox .CntnBox .Info {
    font-size: 16px;
    line-height: 28px;
  }
}
@media only screen and (min-width: 1551px) {
  .ExploreMoreBox .CntnBox .Info {
    font-size: 18px;
    line-height: 32px;
  }
}
.ExploreMoreBox:hover .ImgWrap .BgCircle {
  animation: XploreCircle1 5s linear infinite;
}
.ExploreMoreBox:hover .ImgWrap .BgCircle2 {
  animation: XploreCircle2 12s linear infinite;
} /*# sourceMappingURL=app.min.css.map */
