@font-face {
  font-family: "IvyMode";
  src: url("../fonts/IvyMode-Thin.woff2") format("woff2"),
    url("../fonts/IvyMode-Thin.woff") format("woff");
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: "IvyMode";
  src: url("../fonts/IvyMode-Light.woff2") format("woff2"),
    url("../fonts/IvyMode-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "IvyMode";
  src: url("../fonts/IvyMode-Regular.woff2") format("woff2"),
    url("../fonts/IvyMode-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "IvyMode";
  src: url("../fonts/IvyMode-SemiBold.woff2") format("woff2"),
    url("../fonts/IvyMode-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "IvyMode";
  src: url("../fonts/IvyMode-Bold.woff2") format("woff2"),
    url("../fonts/IvyMode-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
* {
  margin: 0;
  padding: 0;
  border: none;
  outline: none;
  list-style: none;
  box-sizing: border-box;
  border-collapse: inherit;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-text-rendering: optimizeSpeed;
  text-rendering: optimizeSpeed;
}
html,
body {
  font-family: "Open Sans", serif;
  line-height: normal;
  font-weight: 400;
  color: #111;
  overflow-x: hidden;
}
@-moz-document url-prefix() {
  html {
    scrollbar-width: thin;
    scrollbar-color: #f1f1f1;
  }
}
@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}
.cPop-open {
  overflow: hidden;
  height: 100vh;
}
::selection {
  color: #fff;
  background: #f07c00;
}
::-moz-selection {
  color: #fff;
  background: #f07c00;
}
::-webkit-scrollbar {
  width: 4px;
}
::-webkit-scrollbar-thumb {
  background: #f07c00;
  will-change: transform;
  border-radius: 30px;
}
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 0 gray;
  border-radius: 0px;
  background: #a8b4c6;
}
h1,
h2,
h3,
h4 {
  margin: 0.1rem 0 0;
}
h1 {
  font-size: 2rem;
}
h2 {
  font-size: 1.5rem;
}
h3 {
  font-size: 1.2rem;
}
h4 {
  font-size: 1rem;
}
p {
  font-size: 14px;
  line-height: 1.5;
  font-weight: 400;
  margin-bottom: 15px;
  color: #000;
}
@media only screen and (min-width: 768px) {
  p {
    font-size: 14px;
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 1441px) {
  p {
    font-size: 15px;
    margin-bottom: 25px;
  }
}
@media only screen and (min-width: 1551px) {
  p {
    font-size: 18px;
  }
}
p strong {
  font-weight: 600;
}
p a {
  display: inline;
  text-decoration: none;
  text-underline-position: under;
}
p a:hover {
  color: #f07c00;
  text-decoration: underline;
}
a {
  color: #f07c00;
  text-decoration: none;
  display: block;
  width: fit-content;
  transition: all 0.3s;
}
a:hover {
  color: inherit;
}
a:not([href]):not([class]),
a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}
ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
img {
  border: 0;
  vertical-align: middle;
  -ms-interpolation-mode: bicubic;
  max-width: 100%;
  height: auto;
}
iframe {
  width: 100%;
  height: 100%;
}
.form-group {
  position: relative;
  margin-bottom: 5px;
}
@media only screen and (min-width: 576px) {
  .form-group {
    margin-bottom: 10px;
  }
}
@media only screen and (min-width: 992px) {
  .form-group {
    margin-bottom: 15px;
  }
}
@media only screen and (min-width: 1441px) {
  .form-group {
    margin-bottom: 20px;
  }
}
.form-group .iti {
  font-size: 12px;
  line-height: 1;
  color: #000;
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  flex-wrap: nowrap;
}
@media only screen and (min-width: 376px) {
  .form-group .iti {
    font-size: 13px;
  }
}
@media only screen and (min-width: 576px) {
  .form-group .iti {
    font-size: 14px;
  }
}
@media only screen and (min-width: 992px) {
  .form-group .iti {
    font-size: 16px;
  }
}
@media only screen and (min-width: 1441px) {
  .form-group .iti {
    font-size: 18px;
  }
}
.form-group .iti .iti__flag.iti__in {
  border-radius: 50%;
}
.form-group .iti .iti__arrow {
  visibility: hidden;
  display: none;
}
@media only screen and (min-width: 992px) {
  .form-group .iti .iti__arrow {
    display: block;
  }
}
.form-group .iti .iti__selected-flag {
  border-radius: 5px;
  background: #fff !important;
  margin-right: 2px;
}
@media only screen and (min-width: 576px) {
  .form-group .iti .iti__selected-flag {
    margin-right: 4px;
  }
}
@media only screen and (min-width: 992px) {
  .form-group .iti .iti__selected-flag {
    margin-right: 6px;
  }
}
@media only screen and (min-width: 1441px) {
  .form-group .iti .iti__selected-flag {
    margin-right: 8px;
  }
}
.form-group .iti .iti__flag-container {
  position: unset;
}
.form-group .iti input,
.form-group .iti input[type="text"],
.form-group .iti input[type="tel"] {
  padding: 5px 10px !important;
}
@media only screen and (min-width: 992px) {
  .form-group .iti input,
  .form-group .iti input[type="text"],
  .form-group .iti input[type="tel"] {
    padding: 10px 15px !important;
  }
}
@media only screen and (min-width: 1441px) {
  .form-group .iti input,
  .form-group .iti input[type="text"],
  .form-group .iti input[type="tel"] {
    padding: 10px 20px !important;
  }
}
.form-group label,
.form-group .label {
  font-size: 13px;
  line-height: 1;
  color: #000;
  font-weight: 400;
  margin-bottom: 5px;
}
@media only screen and (min-width: 576px) {
  .form-group label,
  .form-group .label {
    font-size: 14px;
  }
}
@media only screen and (min-width: 992px) {
  .form-group label,
  .form-group .label {
    font-size: 16px;
    margin-bottom: 10px;
  }
}
@media only screen and (min-width: 1441px) {
  .form-group label,
  .form-group .label {
    font-size: 18px;
  }
}
.form-group .inputWrap {
  position: relative;
  z-index: 0;
}
.form-group .inputWrap.hasIcon .form-control {
  padding-right: 20px;
}
@media only screen and (min-width: 576px) {
  .form-group .inputWrap.hasIcon .form-control {
    padding-right: 25px;
  }
}
.form-group .inputWrap.hasIcon.lft .form-control {
  padding-left: 20px;
}
@media only screen and (min-width: 576px) {
  .form-group .inputWrap.hasIcon.lft .form-control {
    padding-left: 25px;
  }
}
.form-group .inputWrap.hasIcon.lft .icon {
  left: 0;
  right: auto;
}
.form-group .inputWrap.hasIcon .icon {
  width: 12px;
  height: 12px;
  position: absolute;
  top: 10px;
  right: 0;
  left: auto;
  margin: 0 5px;
}
@media only screen and (min-width: 576px) {
  .form-group .inputWrap.hasIcon .icon {
    top: 18px;
    width: 14px;
    height: 14px;
  }
}
.form-group .inputWrap.hasIcon .icon svg,
.form-group .inputWrap.hasIcon .icon img {
  display: block;
  fill: #000;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.form-group .inputWrap.hasIcon .toggle-password {
  opacity: 0;
}
.form-group .inputWrap .form-control:focus ~ .toggle-password,
.form-group
  .inputWrap
  .form-control:not(:placeholder-shown)
  ~ .toggle-password {
  opacity: 1;
}
.toggle-password {
  cursor: pointer;
}
.toggle-password.icon {
  top: 50% !important;
  transform: translateY(-50%) !important;
  width: 16px !important;
  height: 16px !important;
  margin: 0 15px !important;
}
@media only screen and (min-width: 576px) {
  .toggle-password.icon {
    width: 18px !important;
    height: 18px !important;
  }
}
.toggle-password.icon svg {
  opacity: 50%;
  fill: #f07c00 !important;
}
.form-control {
  font-size: 13px;
  font-weight: 400;
  line-height: 1;
  color: #000;
  width: 100%;
  height: 40px;
  border: 1px solid #e1e6eb;
  border-radius: 5px;
  background-color: #fff;
  padding: 5px 10px;
  transition: all 0.3s ease;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media only screen and (min-width: 576px) {
  .form-control {
    height: 45px;
  }
}
@media only screen and (min-width: 992px) {
  .form-control {
    font-size: 14px;
    height: 48px;
    padding: 10px 15px;
  }
}
@media only screen and (min-width: 1441px) {
  .form-control {
    height: 50px;
    padding: 10px 20px;
  }
}
.form-control:valid ~ .showPass {
  opacity: 1;
  pointer-events: all;
}
.form-control::placeholder {
  font-size: 12px;
  line-height: normal;
  font-weight: 300;
  color: #000;
  text-transform: none;
}
@media only screen and (min-width: 576px) {
  .form-control::placeholder {
    font-size: 13px;
  }
}
.form-control:focus {
  box-shadow: none;
  border-color: #f07c00;
  background: #fff;
  color: #000;
}
.form-control:-webkit-autofill,
.form-control:-webkit-autofill:hover,
.form-control:-webkit-autofill:focus,
.form-control :-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 1000px #fff inset;
  -webkit-text-fill-color: #000;
  transition: background-color 5000s ease-in-out 0s;
}
.form-control:-internal-autofill-selected {
  background-color: -internal-light-dark(
    rgb(0, 0, 0),
    rgba(70, 90, 126, 0.4)
  ) !important;
  -webkit-box-shadow: 0 0 0px 30px #000 inset;
}
.form-control:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px #fff inset !important;
  -webkit-text-fill-color: #000;
}
.form-control::-ms-expand {
  background-color: rgba(0, 0, 0, 0);
  border: 0;
}
@media (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}
input[type="number"]::-webkit-inner-spin- {
  -webkit-appearance: none;
}
.form-floating > label {
  font-size: 12px;
  line-height: 1;
  color: #111;
  padding: 15px 5px;
  left: 10px;
  z-index: 3;
  display: flex;
  align-items: center;
}
@media only screen and (min-width: 576px) {
  .form-floating > label {
    font-size: 13px;
  }
}
@media only screen and (min-width: 992px) {
  .form-floating > label {
    left: 15px;
    font-size: 14px;
  }
}
.form-floating .form-control,
.form-floating .form-control-plaintext {
  padding: 5px 15px;
  will-change: transform;
  border-radius: 5px;
  border: 1px solid #d6d6d6;
  min-height: auto;
  height: 35px;
}
@media only screen and (min-width: 576px) {
  .form-floating .form-control,
  .form-floating .form-control-plaintext {
    height: 45px;
  }
}
@media only screen and (min-width: 992px) {
  .form-floating .form-control,
  .form-floating .form-control-plaintext {
    padding: 5px 20px;
  }
}
@media only screen and (min-width: 1200px) {
  .form-floating .form-control,
  .form-floating .form-control-plaintext {
    height: 50px;
  }
}
.form-floating .form-control-plaintext:-webkit-autofill,
.form-floating .form-control:-webkit-autofill {
  padding: 5px 10px;
}
@media only screen and (min-width: 992px) {
  .form-floating .form-control-plaintext:-webkit-autofill,
  .form-floating .form-control:-webkit-autofill {
    padding: 10px 20px;
  }
}
.form-floating .form-control-plaintext:focus,
.form-floating .form-control-plaintext:not(:placeholder-shown),
.form-floating .form-control:focus,
.form-floating .form-control:not(:placeholder-shown) {
  padding: 5px 10px;
}
@media only screen and (min-width: 992px) {
  .form-floating .form-control-plaintext:focus,
  .form-floating .form-control-plaintext:not(:placeholder-shown),
  .form-floating .form-control:focus,
  .form-floating .form-control:not(:placeholder-shown) {
    padding: 10px 20px;
  }
}
.form-floating .form-control:-webkit-autofill,
.form-floating .form-control-plaintext,
.form-floating .form-control:focus,
.form-floating .form-control:not(:placeholder-shown),
.form-floating .form-select {
  border-color: #f07c00;
}
.form-floating .form-control:-webkit-autofill ~ label,
.form-floating .form-control-plaintext ~ label,
.form-floating .form-control:focus ~ label,
.form-floating .form-control:not(:placeholder-shown) ~ label,
.form-floating .form-select ~ label {
  opacity: 1;
  transform: scale(0.85) translateY(-10px) translateX(0);
  height: auto;
  width: auto;
  padding: 0px 5px;
  background: #fff;
}
.form-floating .form-control:-webkit-autofill ~ .showPass,
.form-floating .form-control:focus ~ .showPass,
.form-floating .form-control:not(:placeholder-shown) ~ .showPass,
.form-floating .form-select ~ .showPass {
  opacity: 1;
  pointer-events: all;
}
textarea.form-control {
  min-height: 100px;
  padding-top: 10px;
}
@media only screen and (min-width: 576px) {
  textarea.form-control {
    padding-top: 15px;
  }
}
@media only screen and (min-width: 992px) {
  textarea.form-control {
    min-height: 100px;
    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;
}
input[type="date"] {
  position: relative;
}
[list]:not([type="date"]):not([type="datetime-local"]):not([type="month"]):not(
    [type="week"]
  ):not([type="time"])::-webkit-calendar-picker-indicator {
  display: none !important;
}
input[type="date"]::-webkit-calendar-picker-indicator {
  color: rgba(0, 0, 0, 0);
  opacity: 1;
  display: block;
  width: 18px;
  height: 18px;
  border-width: thin;
  position: absolute;
  right: 22px;
}
[type="button"],
[type="reset"],
[type="submit"],
button {
  -webkit-appearance: button;
}
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled),
button:not(:disabled) {
  cursor: pointer;
}
::-moz-focus-inner {
  padding: 0;
  border-style: none;
}
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-year-field {
  padding: 0;
}
::-webkit-inner-spin-button {
  height: auto;
}
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-color-swatch-wrapper {
  padding: 0;
}
::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}
::file-selector-button {
  font: inherit;
  -webkit-appearance: button;
}
[hidden] {
  display: none !important;
}
textarea {
  resize: vertical;
}
.help-block {
  font-size: 12px;
  line-height: 1;
  color: #000;
  margin: 2px 0;
  transition: all 0.3s;
  position: absolute;
}
.help-block.success {
  color: green;
}
.help-block.danger {
  color: red;
}
.action-alert {
  font-size: 12px;
  color: #000;
  line-height: 1.2;
  padding: 9px 10px;
  width: fit-content;
  transition: all 0.3s;
  width: 100%;
  will-change: transform;
  border-radius: 5px;
  border-width: 1px;
  border-style: solid;
  margin: 10px 0;
}
@media only screen and (min-width: 576px) {
  .action-alert {
    font-size: 12px;
  }
}
.action-alert.success {
  color: #000;
  background: #c6ffc6;
  border-color: rgba(0, 128, 0, 0.5);
}
.action-alert.danger {
  color: #000;
  background: #ffc6c6;
  border-color: rgba(255, 0, 0, 0.5);
}
svg {
  display: inline-block;
  position: relative;
  width: 100%;
  vertical-align: middle;
  overflow: hidden;
}
.btn-check:focus + .btn,
.btn:focus {
  outline: 0;
  box-shadow: none;
}
.row {
  margin-left: -10px;
  margin-right: -10px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.row > * {
  padding-left: 10px;
  padding-right: 10px;
}
.c-checkbox {
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.c-checkbox input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}
.c-checkbox label {
  position: relative;
  cursor: pointer;
  margin: 0;
  font-size: 12px;
  line-height: 1;
  font-weight: 400;
}
@media only screen and (min-width: 376px) {
  .c-checkbox label {
    font-size: 13px;
  }
}
@media only screen and (min-width: 992px) {
  .c-checkbox label {
    font-size: 14px;
  }
}
@media only screen and (min-width: 1441px) {
  .c-checkbox label {
    font-size: 16px;
  }
}
.c-checkbox label:after {
  content: "";
  display: block;
  position: absolute;
  top: 3px;
  left: 6px;
  width: 5px;
  height: 10px;
  border: solid rgba(0, 0, 0, 0);
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  margin-top: -2px;
}
@media only screen and (min-width: 992px) {
  .c-checkbox label:after {
    top: 4px;
  }
}
.c-checkbox label:before {
  content: "";
  -webkit-appearance: none;
  background-color: #4c2236;
  border: 1px solid #fff;
  will-change: transform;
  border-radius: 0;
  box-shadow: none;
  padding: 8px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 5px;
  margin-top: -2px;
}
@media only screen and (min-width: 992px) {
  .c-checkbox label:before {
    margin-right: 10px;
  }
}
.c-checkbox input:checked + label {
  color: #f07c00;
}
.c-checkbox input:checked + label::before {
  background-color: #fff;
  border-color: #fff;
}
.c-checkbox input:checked + label:after {
  border-color: #000;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type="number"] {
  -moz-appearance: textfield;
}
.visible,
.invisible {
  opacity: 0;
  transition: opacity 0.5s ease;
}
.visible {
  opacity: 1;
}
.owl-carousel .owl-stage {
  display: flex;
}
.owl-carousel .owl-stage-outer {
  padding: 0 1px;
}
.owl-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 15px;
}
@media only screen and (min-width: 468px) {
  .owl-dots {
    margin-top: 20px;
  }
}
@media only screen and (min-width: 1200px) {
  .owl-dots {
    margin-top: 40px;
  }
}
.owl-dots button {
  will-change: transform;
  border-radius: 50%;
  background: #d9d9d9 !important;
  opacity: 1;
  width: 8px;
  height: 8px;
  transition: all 0.3s;
  font-size: 0;
  padding: 0;
  border: none;
  outline: none;
  box-shadow: none;
  margin: 0 8px;
}
@media only screen and (min-width: 576px) {
  .owl-dots button {
    margin: 0 10px;
  }
}
@media only screen and (min-width: 992px) {
  .owl-dots button {
    margin: 0 12px;
  }
}
.owl-dots button span {
  display: none;
}
.owl-dots button.active {
  opacity: 1;
  background: #f07c00 !important;
}
.owl-nav {
  align-items: center;
  justify-content: center;
  margin-top: 18px;
  margin-bottom: 5px;
  display: none;
}
@media only screen and (min-width: 768px) {
  .owl-nav {
    margin-top: 0;
    margin-bottom: 0;
    display: flex;
  }
}
.owl-nav button {
  opacity: 1;
  padding: 0;
  margin: 0;
  font-size: 0;
  transition: all 0.3s ease;
  display: block;
  outline: none;
  outline-offset: none;
  position: absolute;
  z-index: 2;
  top: 50%;
  width: 35px;
  height: 35px;
  background-color: #fff !important;
  will-change: transform;
  border-radius: 50%;
  box-shadow: 0 3px 20px 0 rgba(0, 0, 0, 0.1);
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (min-width: 992px) {
  .owl-nav button {
    width: 40px;
    height: 40px;
  }
}
@media only screen and (min-width: 1200px) {
  .owl-nav button {
    width: 48px;
    height: 48px;
  }
}
.owl-nav button:hover {
  box-shadow: none;
}
.owl-nav button span {
  font-size: 0;
  width: 6px;
  height: 12px;
  display: block;
  background-size: contain;
  background-repeat: no-repeat;
}
@media only screen and (min-width: 992px) {
  .owl-nav button span {
    width: 8px;
    height: 14px;
  }
}
.owl-nav button.owl-prev {
  left: 0;
  transform: translate(-50%, -50%);
}
.owl-nav button.owl-prev span {
  background: url("data:image/svg+xml,%3Csvg fill='%2376C100' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 240.2 448.2'%3E%3Cpath d='M4.7,212.7l208-208c6.2-6.3,16.4-6.3,22.6-0.1c0,0,0.1,0.1,0.1,0.1c6.3,6.2,6.3,16.4,0.1,22.6c0,0-0.1,0.1-0.1,0.1L38.7,224.1l196.8,196.6c6.3,6.3,6.3,16.4,0,22.7s-16.4,6.3-22.7,0l-208-208C-1.5,229.2-1.6,219.1,4.7,212.7C4.7,212.8,4.7,212.8,4.7,212.7z'/%3E%3C/svg%3E");
}
.owl-nav button.owl-next {
  right: 0;
  transform: translate(50%, -50%);
}
.owl-nav button.owl-next span {
  background: url("data:image/svg+xml,%3Csvg fill='%2376C100' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 240.2 448.2'%3E%3Cpath d='M235.5,235.4l-208,208c-6.2,6.3-16.4,6.3-22.6,0.1c0,0-0.1-0.1-0.1-0.1c-6.3-6.2-6.3-16.4-0.1-22.6c0,0,0.1-0.1,0.1-0.1l196.8-196.6L4.7,27.4c-6.3-6.3-6.3-16.4,0-22.7s16.4-6.3,22.7,0l208,208C241.7,218.9,241.8,229.1,235.5,235.4C235.5,235.4,235.5,235.4,235.5,235.4z'/%3E%3C/svg%3E");
}
.splide__track--nav > .splide__list > .splide__slide {
  border: 0 !important;
}
.select2Wrpr {
  position: relative;
}
.select2Wrpr select {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
}
.select2 {
  width: 100% !important;
}
.select2 .selection {
  width: 100%;
  height: 100%;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  position: relative;
  display: flex;
  align-items: center;
}
.select2 .selection::after {
  content: "";
  width: 12px;
  height: 12px;
  transform: translateY(-50%);
  position: absolute;
  right: 15px;
  top: 14px;
  bottom: 0;
  margin: auto;
  pointer-events: none;
  background-size: 12px;
}
.select2 .select2-selection {
  font-size: 13px;
  font-weight: 400 !important;
  line-height: 1;
  color: #fff;
  width: 100% !important;
  height: 40px !important;
  border: 1px solid #475847 !important;
  border-radius: 0;
  background-color: #f07c00;
  padding: 5px 10px;
  transition: all 0.3s ease;
  position: relative;
  color: #565656;
  align-items: center;
  display: flex !important;
}
@media only screen and (min-width: 992px) {
  .select2 .select2-selection {
    font-size: 14px;
    height: 45px !important;
    padding: 10px 15px;
  }
}
@media only screen and (min-width: 1441px) {
  .select2 .select2-selection {
    height: 48px !important;
    padding: 10px 20px;
  }
}
.select2 .select2-selection textarea {
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
  align-content: center;
}
.select2 .select2-selection .select2-selection__rendered {
  padding-left: 0 !important;
}
.select2 .select2-selection.select2-selection--multiple {
  cursor: text;
  box-sizing: border-box;
  user-select: none;
  -webkit-user-select: none;
  overflow-x: auto;
  display: flex;
  padding: 3px 10px;
}
@media only screen and (min-width: 992px) {
  .select2 .select2-selection.select2-selection--multiple {
    padding: 5px 20px;
  }
}
.select2 .select2-selection.select2-selection--multiple textarea {
  height: 100%;
  resize: none;
  overflow: hidden;
  padding: 10px 0;
}
.select2
  .select2-selection.select2-selection--multiple
  .select2-selection__choice {
  border: 1px solid #d3e8e7;
  will-change: transform;
  border-radius: 5px !important;
  background-color: #f7fffe;
  color: #263948;
  box-sizing: border-box;
  display: inline-block;
  margin-left: 5px;
  margin-top: 5px;
  padding: 4px 9px;
  padding-left: 20px;
  position: relative;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: bottom;
  white-space: nowrap;
  font-size: 12px;
}
@media only screen and (min-width: 576px) {
  .select2
    .select2-selection.select2-selection--multiple
    .select2-selection__choice {
    font-size: 13px;
  }
}
@media only screen and (min-width: 992px) {
  .select2
    .select2-selection.select2-selection--multiple
    .select2-selection__choice {
    font-size: 14px;
  }
}
.select2
  .select2-selection.select2-selection--multiple
  .select2-selection__choice
  .select2-selection__choice__remove {
  background-color: rgba(0, 0, 0, 0);
  border: none;
  border-right: 1px solid #d3e8e7;
  color: #999;
  cursor: pointer;
  font-size: 13px;
  font-weight: bold;
  padding: 0 4px;
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 100%;
}
.select2
  .select2-selection.select2-selection--multiple
  .select2-selection__choice
  .select2-selection__choice__display {
  padding-left: 5px;
}
.select2 .select2-selection__arrow {
  height: 100% !important;
}
.select2-dropdown {
  position: absolute;
  left: 0;
  z-index: 2;
  background: #f1f1f1 !important;
  border: 1px solid rgba(0, 0, 0, 0.4) !important;
  box-sizing: border-box;
  display: block;
  width: 100%;
  will-change: transform;
  overflow: hidden;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  box-sizing: border-box;
  left: -100000px;
}
.select2-dropdown .select2-search--dropdown {
  display: block;
  padding: 4px;
}
.select2-dropdown .select2-search--dropdown.select2-search--hide {
  display: none;
}
.select2-dropdown .select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  box-sizing: border-box;
  border: 1px solid #000;
}
.select2-dropdown .select2-results {
  display: block;
}
.select2-dropdown .select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0;
  max-height: 200px;
  overflow-y: auto;
}
.select2-dropdown .select2-results__options .select2-results__option {
  user-select: none;
  -webkit-user-select: none;
  ursor: pointer;
  transition: all 0.3s;
  font-size: 12px;
  padding: 5px 10px;
  color: #444;
}
@media only screen and (min-width: 576px) {
  .select2-dropdown .select2-results__options .select2-results__option {
    font-size: 13px;
  }
}
@media only screen and (min-width: 992px) {
  .select2-dropdown .select2-results__options .select2-results__option {
    font-size: 14px;
    padding: 10px 20px;
  }
}
.select2-dropdown .select2-results__options .select2-results__option:hover {
  background: #f07c00;
  color: #fff;
}
.select2-dropdown
  .select2-results__options
  .select2-results__option:not(:last-of-type) {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.select2-dropdown
  .select2-results__options
  .select2-results__option.select2-results__option--disabled {
  background: none;
  color: #999;
}
.select2-dropdown .select2-results__options .select2-results__option--selected {
  background: #f07c00 !important;
  color: #fff;
}
.select2-dropdown .select2-results__options[aria-multiselectable="true"] {
  will-change: transform;
  border-radius: 12px !important;
  background-color: #000;
  box-shadow: -6.889px 11.025px 136px 0px rgba(1, 1, 1, 0.07);
  padding: 12px 8px;
}
@media only screen and (min-width: 468px) {
  .select2-dropdown .select2-results__options[aria-multiselectable="true"] {
    padding: 20px 13px;
  }
}
.select2-dropdown
  .select2-results__options[aria-multiselectable="true"]
  .select2-results__option {
  padding: 8px 12px;
  position: relative;
  border: none;
  padding-left: 35px;
  will-change: transform;
  border-radius: 8px;
}
@media only screen and (min-width: 468px) {
  .select2-dropdown
    .select2-results__options[aria-multiselectable="true"]
    .select2-results__option {
    will-change: transform;
    border-radius: 10px;
    padding-left: 42px;
  }
}
.select2-dropdown
  .select2-results__options[aria-multiselectable="true"]
  .select2-results__option::before {
  content: "";
  position: absolute;
  border: 1px solid #000;
  will-change: transform;
  border-radius: 5px;
  background-color: #000;
  top: 50%;
  transform: translateY(-50%);
  left: 8px;
  width: 20px;
  height: 20px;
}
@media only screen and (min-width: 468px) {
  .select2-dropdown
    .select2-results__options[aria-multiselectable="true"]
    .select2-results__option::before {
    width: 22px;
    height: 22px;
    left: 12px;
  }
}
.select2-dropdown
  .select2-results__options[aria-multiselectable="true"]
  .select2-results__option::after {
  content: "";
  background: url("data:image/svg+xml,%3Csvg fill='%23ffffff' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 449 355.1'%3E%3Cpath d='M163,355.1c-0.6,0-1.3-0.1-1.9-0.2c-1.9-0.4-3.7-1.3-5.1-2.7L2.9,199.1c-3.8-3.8-3.8-10.1,0-13.9c0,0,0,0,0,0l59.3-59.3c3.8-3.8,10.1-3.8,13.9,0l86.9,86.9L372.9,2.9c3.8-3.8,10.1-3.8,13.9,0c0,0,0,0,0,0l59.3,59.3c3.8,3.8,3.8,10.1,0,13.9c0,0,0,0,0,0L170,352.3C168.1,354.1,165.6,355.1,163,355.1z'/%3E%3C/svg%3E")
    no-repeat center !important;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 8px;
  width: 20px;
  height: 20px;
  background-size: 9px !important;
}
@media only screen and (min-width: 468px) {
  .select2-dropdown
    .select2-results__options[aria-multiselectable="true"]
    .select2-results__option::after {
    background-size: 12px !important;
    width: 22px;
    height: 22px;
    left: 12px;
  }
}
.select2-dropdown
  .select2-results__options[aria-multiselectable="true"]
  .select2-results__option:hover {
  background-color: #000;
  color: #444;
}
.select2-dropdown
  .select2-results__options[aria-multiselectable="true"]
  .select2-results__option.select2-results__option--highlighted {
  color: #444;
  background-color: #000;
}
.select2-dropdown
  .select2-results__options[aria-multiselectable="true"]
  .select2-results__option.select2-results__option--highlighted:hover {
  background-color: #000;
  color: #444;
}
.select2-dropdown
  .select2-results__options[aria-multiselectable="true"]
  .select2-results__option.select2-results__option--highlighted::before {
  background-color: #f07c00;
}
.select2-dropdown.select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.select2-dropdown.select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.select2-container--open .select2-dropdown {
  left: 0;
}
.select2-container--langSelect .flag-text {
  margin: 0 4px;
}
.select2-container--langSelect .flag-icon {
  width: 16px;
  height: 16px;
  border-radius: 50%;
}
.select2-container--langSelect .selection::after {
  right: 0;
}
.select2-container--langSelect .select2-selection {
  font-size: 14px;
  height: auto !important;
  padding: 0;
  border: 0 !important;
  background: none;
}
.select2-container--langSelect .select2-selection .select2-selection__rendered {
  padding-right: 15px;
}
.select2-container--langSelect .select2-dropdown {
  z-index: 4;
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.2);
}
.select2-container--langSelect
  .select2-dropdown
  .select2-results__options
  .select2-results__option {
  padding: 4px;
}
@keyframes toTopFromBottom {
  49% {
    transform: translateY(-100%);
  }
  50% {
    opacity: 0;
    transform: translateY(100%);
  }
  51% {
    opacity: 1;
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes animate {
  0% {
    box-shadow: 0 0 0 0 #fff;
  }
  50% {
    box-shadow: 0 0 0 20px hsla(0, 0%, 100%, 0);
  }
  100% {
    box-shadow: 0 0 0 hsla(0, 0%, 100%, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes pulse {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(240, 90, 40, 0.7333333333);
    box-shadow: 0 0 0 0 rgba(240, 90, 40, 0.7333333333);
  }
  70% {
    -moz-box-shadow: 0 0 0 20px rgba(240, 90, 40, 0);
    box-shadow: 0 0 0 20px rgba(240, 90, 40, 0);
  }
  100% {
    -moz-box-shadow: 0 0 0 0 rgba(240, 90, 40, 0);
    box-shadow: 0 0 0 0 rgba(240, 90, 40, 0);
  }
}
@keyframes carRun {
  49% {
    opacity: 1;
    transform: translate3d(-100%, 0, 0);
  }
  50% {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
  51% {
    opacity: 1;
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes shake {
  0% {
    transform: translateX(-10px);
  }
  25% {
    transform: translateX(10px);
  }
  50% {
    transform: translateX(-10px);
  }
  75% {
    transform: translateX(10px);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes bounce {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-20px);
  }
}
.bounce {
  animation: bounce 1s infinite;
}
@keyframes shadow {
  0% {
    box-shadow: 0 0 0 0 #fff;
  }
  50% {
    box-shadow: 0 0 0 10px hsla(0, 0%, 100%, 0);
  }
  100% {
    box-shadow: 0 0 0 hsla(0, 0%, 100%, 0);
  }
}
@keyframes rotation {
  0% {
    transform: scaleX(-1) rotate(360deg);
  }
  100% {
    transform: scaleX(-1) rotate(0deg);
  }
}
@keyframes vibrate {
  0% {
    -webkit-transform: translate(0);
    transform: translate(0);
  }
  20% {
    -webkit-transform: translate(-8px, 8px);
    transform: translate(-8px, 8px);
  }
  40% {
    -webkit-transform: translate(-8px, -8px);
    transform: translate(-8px, -8px);
  }
  60% {
    -webkit-transform: translate(8px, 8px);
    transform: translate(8px, 8px);
  }
  80% {
    -webkit-transform: translate(8px, -8px);
    transform: translate(8px, -8px);
  }
  100% {
    -webkit-transform: translate(0);
    transform: translate(0);
  }
}
@keyframes grow-shrink {
  25%,
  75% {
    scale: 100%;
  }
  50% {
    scale: 200%;
    color: #f0f;
  }
}
@keyframes gradient {
  0% {
    background-position: 0 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@keyframes toTopFromBottom {
  49% {
    transform: translateY(-100%);
  }
  50% {
    opacity: 0;
    transform: translateY(50%);
  }
  100% {
    transform: translateY(-100%);
  }
  51% {
    opacity: 1;
  }
}
@keyframes carRun {
  49% {
    opacity: 1;
    transform: translate3d(-100%, 0, 0);
  }
  50% {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
  51% {
    opacity: 1;
  }
}
@keyframes animate {
  0% {
    box-shadow: 0 0 0 0 #fff;
  }
  50% {
    box-shadow: 0 0 0 20px hsla(0, 0%, 100%, 0);
  }
  100% {
    box-shadow: 0 0 0 hsla(0, 0%, 100%, 0);
  }
}
@keyframes call {
  0% {
    box-shadow: 0 0 0 0 rgba(240, 90, 40, 0.35);
  }
  50% {
    box-shadow: 0 0 0 8px rgba(240, 90, 40, 0.35);
  }
  100% {
    box-shadow: 0 0 0 rgba(240, 90, 40, 0);
  }
}
@keyframes EqIconanim {
  0% {
    transform: translateX(0%);
  }
  25% {
    transform: translateX(50%);
  }
  50% {
    transform: translateX(4px);
  }
  75% {
    transform: translateX(50%);
  }
  100% {
    transform: translateX(0%);
  }
}
@keyframes flying {
  0%,
  100% {
    transform: translate(0%, 0%);
  }
  25% {
    transform: translate(45%, 35%);
  }
  50% {
    transform: translate(70%, 27%);
  }
  75% {
    transform: translate(12%, 80%);
  }
}
@keyframes swinging {
  0% {
    transform: rotate(2deg);
  }
  50% {
    transform: rotate(-2deg);
  }
  100% {
    transform: rotate(2deg);
  }
}
@keyframes scroll {
  0% {
    transform: translateY(0%);
  }
  50% {
    transform: translateY(-53%);
  }
}
@keyframes scrollx {
  0% {
    transform: translateY(0%);
  }
  50% {
    transform: translateY(75%);
  }
}
@keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes TobTObOTTOM {
  0% {
    transform: translateY(0%);
  }
  50% {
    transform: translateY(100%);
  }
  100% {
    transform: translateY(100%);
  }
}
@keyframes move {
  0% {
    transform: translateY(0);
  }
  25% {
    transform: translateY(-100%);
  }
  50% {
    transform: translateY(-200%);
  }
  75% {
    transform: translateY(-300%);
  }
  100% {
    transform: translateY(-400%);
  }
}
@keyframes reveal {
  0% {
    opacity: 0;
    transform: translateY(60px);
  }
  50% {
    opacity: 0;
    transform: translateY(60px);
  }
  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}
@keyframes scrollMove {
  0% {
    opacity: 0;
    transform: translateY(50px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes scaleEffect {
  from {
    transform: scale(1);
  }
  to {
    transform: scale(1.3);
  }
}
@keyframes scrollSlider {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
@keyframes scaleEffects {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.5);
  }
  100% {
    transform: scale(1);
  }
}
@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);
  }
}
.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  max-width: 100%;
}
@media only screen and (min-width: 992px) {
  .container {
    max-width: 1040px;
  }
}
@media only screen and (min-width: 1200px) {
  .container {
    max-width: 1180px;
  }
}
@media only screen and (min-width: 1351px) {
  .container {
    max-width: 1280px;
  }
}
@media only screen and (min-width: 1441px) {
  .container {
    max-width: 1341px;
  }
}
@media only screen and (min-width: 1551px) {
  .container {
    max-width: 1540px;
  }
}
@media only screen and (min-width: 1661px) {
  .container {
    max-width: 1640px;
  }
}
@media only screen and (min-width: 1771px) {
  .container {
    max-width: 1680px;
  }
}
@media only screen and (max-width: 768px) {
  .container {
    max-width: none;
  }
}
.sp-container {
  width: 100%;
  max-width: 100%;
  padding: 0 15px;
}
@media only screen and (min-width: 992px) {
  .sp-container {
    max-width: calc(100% - (100% - 1040px) / 2);
  }
}
@media only screen and (min-width: 1200px) {
  .sp-container {
    max-width: calc(100% - (100% - 1180px) / 2);
    padding: 0;
  }
}
@media only screen and (min-width: 1351px) {
  .sp-container {
    max-width: calc(100% - (100% - 1280px) / 2);
  }
}
@media only screen and (min-width: 1441px) {
  .sp-container {
    max-width: calc(100% - (100% - 1341px) / 2);
  }
}
@media only screen and (min-width: 1551px) {
  .sp-container {
    max-width: calc(100% - (100% - 1540px) / 2);
  }
}
@media only screen and (min-width: 1661px) {
  .sp-container {
    max-width: calc(100% - (100% - 1640px) / 2);
  }
}
@media only screen and (min-width: 1771px) {
  .sp-container {
    max-width: calc(100% - (100% - 1680px) / 2);
  }
}
@media only screen and (min-width: 992px) {
  .sp-container.lft {
    margin-right: auto;
    padding-left: 15px;
  }
}
@media only screen and (min-width: 992px) {
  .sp-container.rgt {
    margin-left: auto;
    padding-right: 15px;
  }
}
.scrollup {
  font-size: 10px;
  line-height: 1;
  text-transform: capitalize;
  text-align: center;
  color: #000;
  display: block;
  width: 20px;
  position: fixed;
  right: 10px;
  bottom: 30px;
  z-index: 3;
  opacity: 0.8;
}
@media only screen and (min-width: 468px) {
  .scrollup {
    font-size: 12px;
    bottom: 20px;
  }
}
@media only screen and (min-width: 992px) {
  .scrollup {
    width: 25px;
    right: 6px;
    font-size: 16px;
  }
}
.scrollup:hover {
  opacity: 1;
  color: #f07c00;
}
.scrollup svg {
  width: 28px;
  height: 28px;
  fill: #f07c00;
  margin-bottom: 10px;
}
@media only screen and (min-width: 468px) {
  .scrollup svg {
    width: 20px;
    height: 36px;
  }
}
.scrollup span {
  writing-mode: vertical-rl;
  text-orientation: mixed;
}
.cmnflxBx {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin: -8px;
  position: relative;
  margin-bottom: 20px;
}
@media only screen and (min-width: 1441px) {
  .cmnflxBx {
    margin-bottom: 35px;
  }
}
.cmnflxBx > * {
  padding: 8px;
}
@media only screen and (max-width: 768px) {
  .cmnflxBx > * {
    width: 100%;
    text-align: center;
  }
}
.cmnflxBx .viewAll {
  display: flex;
  font-size: 16px;
  font-weight: 400;
  color: #111;
  width: fit-content;
  width: -webkit-fit-content;
  transition: all 0.5s;
}
@media only screen and (max-width: 768px) {
  .cmnflxBx .viewAll {
    margin: auto;
  }
}
.cmnflxBx .viewAll:hover {
  color: #f07c00;
}
.fixredRit {
  display: flex;
  flex-wrap: wrap;
  position: fixed;
  right: 0px;
  width: 40px;
  z-index: 9999;
  bottom: 30%;
  transition: all 0.1s;
}
@media only screen and (min-width: 1200px) {
  .fixredRit {
    right: 5px;
    bottom: 30%;
    z-index: 11111;
  }
}
@media only screen and (min-width: 1661px) {
  .fixredRit {
    right: 20px;
  }
}
.fixredRit li {
  width: 100%;
}
.fixredRit li:not(:last-of-type) {
  margin-bottom: 8px;
}
.fixredRit li:nth-child(1) .socialBtn {
  background: #01a4de;
}
.fixredRit li:nth-child(2) .socialBtn {
  background: #25d366;
}
.fixredRit li:nth-child(3) .socialBtn {
  background: #f07c00;
}
.fixredRit li:nth-child(4) .socialBtn {
  background: #af014a;
}
.fixredRit li .admSnBTn {
  width: 100%;
  height: fit-content;
  writing-mode: vertical-lr;
  display: flex;
  align-items: center;
  background: #f07c00;
  color: #fff;
  padding-inline: 10px;
  font-size: 14px;
  letter-spacing: 2px;
  border-radius: 5px;
  width: 35px;
  transition: all 0.5s;
  border: 1px dotted #000;
}
@media only screen and (min-width: 1551px) {
  .fixredRit li .admSnBTn {
    font-size: 15px;
    width: 45px;
  }
}
.fixredRit li .admSnBTn:hover {
  transform: translateY(-4px);
}
.fixredRit .socialBtn {
  transition: all 0.5s;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 7px;
  width: 35px;
  height: 35px;
}
@media only screen and (min-width: 1551px) {
  .fixredRit .socialBtn {
    width: 45px;
    height: 45px;
  }
}
.fixredRit .socialBtn:hover {
  transform: translateY(-4px);
}
.fixredRit .socialBtn .icon {
  width: 100%;
  height: 100%;
  display: flex;
  max-width: 20px;
}
@media only screen and (min-width: 1551px) {
  .fixredRit .socialBtn .icon {
    max-width: 24px;
  }
}
.fixredRit .socialBtn .icon svg {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#Breadcrumb {
  width: 100%;
  height: auto;
  padding: 10px 0;
}
#Breadcrumb ul {
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#Breadcrumb ul li {
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#Breadcrumb ul li:last-of-type a {
  color: #f07c00;
  pointer-events: none;
}
#Breadcrumb ul li:not(:last-of-type)::after {
  content: "";
  margin: 0 5px;
  background-repeat: no-repeat;
  width: 9px;
  height: 12px;
  background-size: 9px 12px;
}
@media only screen and (min-width: 576px) {
  #Breadcrumb ul li:not(:last-of-type)::after {
    margin: 0 7px;
  }
}
@media only screen and (min-width: 992px) {
  #Breadcrumb ul li:not(:last-of-type)::after {
    margin: 0 10px;
  }
}
#Breadcrumb ul li a,
#Breadcrumb ul li div {
  font-size: 10px;
  line-height: 1;
  font-weight: 400;
  color: #fff;
  display: block;
  margin: 0;
}
@media only screen and (min-width: 576px) {
  #Breadcrumb ul li a,
  #Breadcrumb ul li div {
    font-size: 12px;
  }
}
@media only screen and (min-width: 992px) {
  #Breadcrumb ul li a,
  #Breadcrumb ul li div {
    font-size: 14px;
  }
}
@media only screen and (min-width: 1200px) {
  #Breadcrumb ul li a,
  #Breadcrumb ul li div {
    font-size: 16px;
  }
}
@media only screen and (min-width: 1551px) {
  #Breadcrumb ul li a,
  #Breadcrumb ul li div {
    font-size: 20px;
  }
}
#Breadcrumb ul li a.current,
#Breadcrumb ul li div.current {
  color: #fff;
  pointer-events: none;
}
#Breadcrumb ul li a:hover,
#Breadcrumb ul li div:hover {
  color: #f07c00;
}
.success {
  background: rgba(0, 0, 0, 0.94);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 999999;
  display: flex;
  align-items: center;
}
.success .modal-content {
  max-width: 345px;
  margin: auto;
}
.success .modal-body .imgBx {
  max-width: 192px;
  margin: auto;
  margin-bottom: 23px;
}
.success .modal-body .title {
  font-size: 18px;
  color: #fff;
  font-weight: 600;
  text-align: center;
}
@media only screen and (min-width: 1200px) {
  .success .modal-body .title {
    font-size: 22px;
  }
}
@media only screen and (min-width: 1551px) {
  .success .modal-body .title {
    font-size: 26px;
  }
}
@media only screen and (min-width: 1661px) {
  .success .modal-body .title {
    font-size: 30px;
  }
}
.success .modal-body p {
  color: #fff;
  text-align: center;
}
@media only screen and (min-width: 1551px) {
  .success .modal-body p {
    font-size: 20px;
  }
}
.success .modal-body .cmnBtn {
  background-color: #f07c00;
  width: 192px;
  color: #fff;
  border-radius: 0px;
}
.swiper-button-next:after,
.swiper-button-prev:after {
  display: none;
}
.fancybox-button--zoom {
  display: none !important;
}
#InnerBanner {
  width: 100%;
  height: 280px;
  overflow: hidden;
  position: relative;
  z-index: 2;
}
@media only screen and (min-width: 576px) {
  #InnerBanner {
    height: 300px;
  }
}
@media only screen and (min-width: 992px) {
  #InnerBanner {
    height: 400px;
  }
}
@media only screen and (min-width: 1441px) {
  #InnerBanner {
    height: 450px;
  }
}
@media only screen and (min-width: 1551px) {
  #InnerBanner {
    height: 500px;
  }
}
@media only screen and (min-width: 1661px) {
  #InnerBanner {
    height: 615px;
  }
}
#InnerBanner::before {
  content: "";
  position: absolute;
  z-index: 0;
  width: 100%;
  height: 44%;
  top: 0;
  left: 0;
  right: 0;
  background: linear-gradient(
    0deg,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.84) 100%
  );
  pointer-events: none;
}
#InnerBanner::after {
  content: "";
  position: absolute;
  z-index: 0;
  inset: 0;
  width: 100%;
  height: 44%;
  bottom: 0px;
  left: 0px;
  right: 0px;
  top: initial;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.42) 100%
  );
  pointer-events: none;
}
#InnerBanner .container {
  height: 100%;
  position: absolute;
  z-index: 1;
  inset: 0;
  padding-top: calc(var(--header-y) + 15px);
  padding-bottom: 15px;
}
@media only screen and (min-width: 576px) {
  #InnerBanner .container {
    padding-top: calc(var(--header-y) + 20px);
    padding-bottom: 20px;
  }
}
@media only screen and (min-width: 992px) {
  #InnerBanner .container {
    padding-top: calc(var(--header-y) + 30px);
    padding-bottom: 30px;
  }
}
@media only screen and (min-width: 1551px) {
  #InnerBanner .container {
    padding-top: calc(var(--header-y) + 40px);
    padding-bottom: 40px;
  }
}
#InnerBanner .container .cntWrap {
  width: 100%;
  position: absolute;
  bottom: 20px;
}
@media only screen and (min-width: 578px) {
  #InnerBanner .container .cntWrap {
    left: 40px;
    bottom: 40px;
  }
}
@media only screen and (min-width: 992px) {
  #InnerBanner .container .cntWrap {
    left: 80px;
  }
}
@media only screen and (min-width: 1551px) {
  #InnerBanner .container .cntWrap {
    bottom: 50px;
    left: 130px;
  }
}
@media only screen and (min-width: 1661px) {
  #InnerBanner .container .cntWrap {
    bottom: 80px;
  }
}
#InnerBanner .container .cntWrap .mHead {
  font-size: 25px;
  font-weight: 400;
  color: #fff;
  font-family: "IvyMode", sans-serif;
  margin-bottom: 0px;
  text-transform: capitalize;
}
@media only screen and (min-width: 992px) {
  #InnerBanner .container .cntWrap .mHead {
    font-size: 30px;
  }
}
@media only screen and (min-width: 1200px) {
  #InnerBanner .container .cntWrap .mHead {
    font-size: 36px;
  }
}
@media only screen and (min-width: 1441px) {
  #InnerBanner .container .cntWrap .mHead {
    font-size: 42px;
  }
}
@media only screen and (min-width: 1551px) {
  #InnerBanner .container .cntWrap .mHead {
    font-size: 50px;
  }
}
@media only screen and (min-width: 1661px) {
  #InnerBanner .container .cntWrap .mHead {
    font-size: 56px;
  }
}
#InnerBanner .container .sideNav {
  position: absolute;
  top: 25%;
  left: 0px;
  height: 100%;
}
@media only screen and (min-width: 992px) {
  #InnerBanner .container .sideNav {
    top: 35%;
  }
}
@media only screen and (min-width: 1200px) {
  #InnerBanner .container .sideNav {
    left: 10px;
  }
}
@media only screen and (min-width: 1441px) {
  #InnerBanner .container .sideNav {
    top: 40%;
  }
}
@media only screen and (min-width: 1551px) {
  #InnerBanner .container .sideNav {
    top: 35%;
  }
}
@media only screen and (min-width: 1661px) {
  #InnerBanner .container .sideNav {
    top: 45%;
  }
}
@media only screen and (max-width: 578px) {
  #InnerBanner .container .sideNav {
    position: fixed;
    left: 0;
    height: 50px;
    top: unset;
    bottom: 0;
    width: 100%;
    background: rgba(41, 171, 226, 0.9411764706);
    backdrop-filter: blur(20px);
    z-index: 99999;
  }
}
@media only screen and (max-height: 600px) and (min-width: 1200px) {
  #InnerBanner .container .sideNav {
    top: 20%;
  }
}
@media only screen and (max-width: 578px) {
  #InnerBanner .container .sideNav ul {
    display: flex;
    height: 100%;
  }
}
#InnerBanner .container .sideNav ul li {
  padding: 15px 0;
  position: relative;
}
@media only screen and (max-width: 578px) {
  #InnerBanner .container .sideNav ul li {
    width: 50%;
    height: 100%;
    padding: 0;
    flex-grow: 1;
  }
}
@media only screen and (max-width: 578px) {
  #InnerBanner .container .sideNav ul li:nth-child(1) .cmnlinks {
    background: #f07c00;
  }
}
#InnerBanner .container .sideNav ul li:not(:last-of-type) .cmnlinks {
  position: relative;
}
#InnerBanner .container .sideNav ul li:not(:last-of-type) .cmnlinks::after {
  position: absolute;
  content: "";
  top: -25px;
  right: 10px;
  width: 1px;
  height: 20%;
  background: #fff;
  transform: translateY(0) rotate(120deg);
}
#InnerBanner .container .sideNav ul li .cmnlinks {
  display: block;
  width: fit-content;
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
  transition: all 0.5s;
  font-size: 12px;
}
@media only screen and (min-width: 578px) {
  #InnerBanner .container .sideNav ul li .cmnlinks {
    writing-mode: sideways-lr;
    writing-mode: vertical-rl;
    transform: rotate(180deg);
    text-orientation: sideways;
    direction: rtl;
  }
}
@media only screen and (min-width: 992px) {
  #InnerBanner .container .sideNav ul li .cmnlinks {
    font-size: 14px;
  }
}
@media only screen and (min-width: 1551px) {
  #InnerBanner .container .sideNav ul li .cmnlinks {
    font-size: 18px;
  }
}
@media only screen and (max-width: 578px) {
  #InnerBanner .container .sideNav ul li .cmnlinks {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media only screen and (max-height: 750px) and (min-width: 1441px) {
  #InnerBanner .container .sideNav ul li .cmnlinks {
    font-size: 14px;
  }
}
#InnerBanner .container .sideNav ul li .cmnlinks:hover {
  color: #f07c00;
}
#InnerBanner img,
#InnerBanner video,
#InnerBanner source,
#InnerBanner picture {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.pagination {
  padding: 30px 0 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: flex-end;
}
@media only screen and (min-width: 992px) {
  .pagination {
    padding: 50px 0 0;
  }
}
.pagination li {
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0;
  background: #f6f9ff;
  color: #777 !important;
  font-size: 10px;
  cursor: pointer;
  transition: all 0.6s;
  font-weight: 400;
  margin: 0 3px;
  background-color: #f0f0f0;
  border-radius: 10px;
}
@media only screen and (min-width: 992px) {
  .pagination li {
    width: 36px;
    height: 36px;
    margin: 0 5px;
    font-size: 12px;
  }
}
@media only screen and (min-width: 1200px) {
  .pagination li {
    width: 40px;
    height: 40px;
    margin: 0 7px;
    font-size: 13px;
  }
}
@media only screen and (min-width: 1441px) {
  .pagination li {
    width: 48px;
    height: 48px;
    font-size: 16px;
  }
}
.pagination li.next a::after,
.pagination li.next span::after,
.pagination li.prev a::after,
.pagination li.prev span::after {
  content: "";
  background: url("../images/pagination-Left.webp") no-repeat center;
  opacity: 1;
  width: 10px;
  height: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (min-width: 768px) {
  .pagination li.next a::after,
  .pagination li.next span::after,
  .pagination li.prev a::after,
  .pagination li.prev span::after {
    width: 10px;
    height: 8px;
  }
}
@media only screen and (min-width: 1200px) {
  .pagination li.next a::after,
  .pagination li.next span::after,
  .pagination li.prev a::after,
  .pagination li.prev span::after {
    width: 10px;
    height: 14px;
  }
}
@media only screen and (min-width: 1441px) {
  .pagination li.next a::after,
  .pagination li.next span::after,
  .pagination li.prev a::after,
  .pagination li.prev span::after {
    width: 14px;
    height: 20px;
  }
}
.pagination li.next a::after,
.pagination li.next span::after {
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}
.pagination li.active {
  background: #00a2e0;
}
.pagination li.active a {
  color: #fff;
}
.pagination li.active a::after {
  filter: brightness(0) invert(1);
}
.pagination li:hover {
  background: #f07c00;
  border: 1px solid #f07c00;
}
.pagination li:hover a,
.pagination li:hover span {
  color: #fff;
}
.pagination li:hover a::after,
.pagination li:hover span::after {
  filter: invert(1) brightness(22);
}
.pagination li a {
  color: #666;
  font-size: 10px;
}
@media only screen and (min-width: 992px) {
  .pagination li a {
    font-size: 12px;
  }
}
@media only screen and (min-width: 1200px) {
  .pagination li a {
    font-size: 14px;
  }
}
@media only screen and (min-width: 1441px) {
  .pagination li a {
    font-size: 16px;
  }
}
.cmnModal {
  height: 100vh;
  overflow: hidden;
}
.cmnModal.sucessModal .floatIcons .yellowCurve {
  max-width: 50px;
  top: 10%;
  left: 5%;
  animation: vibrate 5s linear infinite;
}
.cmnModal.sucessModal .floatIcons .redCurve {
  top: 40%;
  right: 2%;
  animation: vibrate 5s linear infinite;
}
.cmnModal.sucessModal .floatIcons .greenDot {
  top: 0;
  right: 30%;
  animation: rotation 5s linear infinite;
}
.cmnModal.sucessModal .floatIcons .redDot {
  bottom: 5%;
  left: 5%;
  animation: rotation 5s linear infinite;
}
.cmnModal.sucessModal .floatIcons .yellowDot {
  bottom: 12%;
  animation: rotation 5s linear infinite;
  right: 5%;
}
.cmnModal.sucessModal .modal-dialog .modal-body {
  overflow: hidden;
}
.cmnModal.failedModal .modal-dialog .modal-body {
  overflow: hidden;
}
.cmnModal.failedModal .floatIcons .yellowCurve {
  max-width: 50px;
  top: 10%;
  right: 5%;
  animation: vibrate 5s linear infinite;
}
.cmnModal.failedModal .floatIcons .redCurve {
  top: 40%;
  left: 2%;
  animation: vibrate 5s linear infinite;
}
.cmnModal.failedModal .floatIcons .greenDot {
  top: 0;
  left: 30%;
  animation: animationFramesUp 25s linear infinite;
}
.cmnModal.failedModal .floatIcons .redDot {
  bottom: 5%;
  right: 5%;
  animation: animationFramesOne 15s linear infinite;
}
.cmnModal.failedModal .floatIcons .yellowDot {
  bottom: 12%;
  animation: rotation 5s linear infinite;
  left: 5%;
}
.cmnModal .modal-dialog {
  height: 100%;
  display: flex;
  align-items: center;
  margin: 0 auto;
  max-width: 95%;
}
@media only screen and (min-width: 768px) {
  .cmnModal .modal-dialog {
    max-width: 85%;
  }
}
@media only screen and (min-width: 992px) {
  .cmnModal .modal-dialog {
    max-width: 800px;
  }
}
@media only screen and (min-width: 1441px) {
  .cmnModal .modal-dialog {
    max-width: 1290px;
  }
}
.cmnModal .modal-dialog .modal-content {
  overflow: hidden;
  position: relative;
  border: 0;
  border-radius: 30px;
}
@media only screen and (min-width: 768px) {
  .cmnModal .modal-dialog .modal-content {
    border-radius: 40px;
  }
}
.cmnModal .modal-dialog .modal-body {
  background: #fff;
  padding: 30px 15px;
  max-height: 610px;
  overflow: auto;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .cmnModal .modal-dialog .modal-body {
    max-height: 680px;
    padding: 55px 60px;
  }
}
@media only screen and (min-width: 1351px) {
  .cmnModal .modal-dialog .modal-body {
    padding: 65px 80px;
  }
}
@media only screen and (min-width: 1441px) {
  .cmnModal .modal-dialog .modal-body {
    padding: 80px;
  }
}
@media only screen and (min-width: 1661px) {
  .cmnModal .modal-dialog .modal-body {
    padding: 90px;
  }
}
@media only screen and (max-height: 600px) {
  .cmnModal .modal-dialog .modal-body {
    max-height: 610px;
  }
}
@media only screen and (max-height: 550px) {
  .cmnModal .modal-dialog .modal-body {
    max-height: 550px;
  }
}
@media only screen and (max-height: 500px) {
  .cmnModal .modal-dialog .modal-body {
    max-height: 400px;
  }
}
@media only screen and (max-height: 400px) {
  .cmnModal .modal-dialog .modal-body {
    max-height: 300px;
  }
}
@media only screen and (max-height: 300px) {
  .cmnModal .modal-dialog .modal-body {
    max-height: 200px;
  }
}
.cmnModal .modal-dialog .modal-body .icon {
  width: 100%;
  height: 100%;
  overflow: hidden;
  margin: auto;
  max-width: 50px;
  margin-bottom: 10px;
}
@media only screen and (min-width: 992px) {
  .cmnModal .modal-dialog .modal-body .icon {
    margin-bottom: 20px;
    max-width: 80px;
  }
}
@media only screen and (min-width: 1441px) {
  .cmnModal .modal-dialog .modal-body .icon {
    margin-bottom: 40px;
    max-width: 110px;
  }
}
.cmnModal .modal-dialog .modal-body .icon svg {
  transition: all 0.5s;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cmnModal .modal-dialog .modal-body .contentBx {
  text-align: center;
}
.cmnModal .modal-dialog .modal-body .contentBx .title {
  font-weight: 700;
  color: #000;
  margin-bottom: 10px;
  font-size: 20px;
}
@media only screen and (min-width: 768px) {
  .cmnModal .modal-dialog .modal-body .contentBx .title {
    font-size: 22px;
  }
}
@media only screen and (min-width: 992px) {
  .cmnModal .modal-dialog .modal-body .contentBx .title {
    font-size: 24px;
  }
}
@media only screen and (min-width: 1200px) {
  .cmnModal .modal-dialog .modal-body .contentBx .title {
    font-size: 28px;
  }
}
@media only screen and (min-width: 1351px) {
  .cmnModal .modal-dialog .modal-body .contentBx .title {
    font-size: 30px;
  }
}
@media only screen and (min-width: 1441px) {
  .cmnModal .modal-dialog .modal-body .contentBx .title {
    font-size: 34px;
  }
}
@media only screen and (min-width: 1551px) {
  .cmnModal .modal-dialog .modal-body .contentBx .title {
    font-size: 40px;
  }
}
@media only screen and (min-width: 1661px) {
  .cmnModal .modal-dialog .modal-body .contentBx .title {
    font-size: 44px;
  }
}
.cmnModal .modal-dialog .modal-body .contentBx .subT,
.cmnModal .modal-dialog .modal-body .contentBx p {
  color: #222;
  font-weight: 400;
  font-size: 16px;
  margin-bottom: 25px;
}
@media only screen and (min-width: 768px) {
  .cmnModal .modal-dialog .modal-body .contentBx .subT,
  .cmnModal .modal-dialog .modal-body .contentBx p {
    font-size: 18px;
  }
}
@media only screen and (min-width: 992px) {
  .cmnModal .modal-dialog .modal-body .contentBx .subT,
  .cmnModal .modal-dialog .modal-body .contentBx p {
    font-size: 20px;
  }
}
@media only screen and (min-width: 1200px) {
  .cmnModal .modal-dialog .modal-body .contentBx .subT,
  .cmnModal .modal-dialog .modal-body .contentBx p {
    font-size: 24px;
  }
}
@media only screen and (min-width: 1351px) {
  .cmnModal .modal-dialog .modal-body .contentBx .subT,
  .cmnModal .modal-dialog .modal-body .contentBx p {
    margin-bottom: 35px;
    font-size: 28px;
  }
}
@media only screen and (min-width: 1441px) {
  .cmnModal .modal-dialog .modal-body .contentBx .subT,
  .cmnModal .modal-dialog .modal-body .contentBx p {
    font-size: 30px;
    margin-bottom: 45px;
  }
}
@media only screen and (min-width: 1551px) {
  .cmnModal .modal-dialog .modal-body .contentBx .subT,
  .cmnModal .modal-dialog .modal-body .contentBx p {
    font-size: 34px;
    margin-bottom: 65px;
  }
}
@media only screen and (min-width: 1661px) {
  .cmnModal .modal-dialog .modal-body .contentBx .subT,
  .cmnModal .modal-dialog .modal-body .contentBx p {
    font-size: 37px;
  }
}
.cmnModal .modal-dialog .modal-body .contentBx .cmnBtn {
  width: 100%;
  border-radius: 8px;
  background: #00aeef;
  color: #fff;
  max-width: 220px;
  margin: auto;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  height: 40px;
  max-width: 120px;
}
@media only screen and (min-width: 1351px) {
  .cmnModal .modal-dialog .modal-body .contentBx .cmnBtn {
    font-size: 16px;
    height: 45px;
    max-width: 150px;
  }
}
@media only screen and (min-width: 1551px) {
  .cmnModal .modal-dialog .modal-body .contentBx .cmnBtn {
    max-width: 220px;
    height: 55px;
    font-size: 18px;
  }
}
.cmnModal .modal-dialog .modal-body .row {
  margin: -12px;
}
.cmnModal .modal-dialog .modal-body .row > * {
  padding: 12px;
}
.cmnModal .modal-dialog .modal-body .form-control {
  width: 100%;
  font-family: "Open Sans", serif;
  background: #fff;
  font-weight: 400;
  color: #3c3c3c;
  border-radius: 0;
  border: 1px solid #fff;
  text-transform: capitalize;
  padding: 0 18px;
  height: 40px;
  font-size: 14px;
}
@media only screen and (min-width: 1441px) {
  .cmnModal .modal-dialog .modal-body .form-control {
    font-size: 16px;
  }
}
@media only screen and (min-width: 1551px) {
  .cmnModal .modal-dialog .modal-body .form-control {
    font-size: 18px;
    height: 45px;
  }
}
.cmnModal .modal-dialog .modal-body .form-control::focus {
  border: 1px solid #f07c00;
}
.cmnModal .modal-dialog .modal-body .form-control::placeholder {
  text-transform: capitalize;
  color: #3c3c3c;
  font-size: 14px;
}
@media only screen and (min-width: 1441px) {
  .cmnModal .modal-dialog .modal-body .form-control::placeholder {
    font-size: 16px;
  }
}
@media only screen and (min-width: 1551px) {
  .cmnModal .modal-dialog .modal-body .form-control::placeholder {
    font-size: 18px;
  }
}
.cmnModal .modal-dialog .modal-body textarea {
  min-height: 90px;
  height: auto;
  padding: 10px 18px !important;
}
@media only screen and (min-width: 1551px) {
  .cmnModal .modal-dialog .modal-body textarea {
    min-height: 105px;
  }
}
.cmnModal .modal-dialog .modal-body .cmnBtn {
  margin: auto;
  text-transform: capitalize;
  height: 48px;
}
@media only screen and (min-width: 1551px) {
  .cmnModal .modal-dialog .modal-body .cmnBtn {
    margin-top: 20px;
  }
}
.modal-open {
  overflow: hidden;
  height: 100vh;
}
.modal-open #Header {
  z-index: 1;
}
.modal-backdrop.show {
  z-index: 999 !important;
}
.scrollTxt {
  display: flex;
  align-items: center;
  overflow: hidden;
  white-space: nowrap;
}
.scrollTxt .node-marquee__el {
  display: inline-flex !important;
}
.scrollWrapper {
  overflow: hidden;
  position: relative;
}
.scrollTxt {
  white-space: nowrap;
  display: inline-block;
}
.admisionModal {
  height: 100vh;
  display: flex;
  align-content: center;
  justify-content: center;
  z-index: 9999;
}
.admisionModal .modal-dialog {
  overflow: hidden;
  max-width: 95%;
  margin: auto;
}
@media only screen and (min-width: 992px) {
  .admisionModal .modal-dialog {
    max-width: 950px;
  }
}
.admisionModal .modal-dialog .modal-content {
  background: rgba(0, 0, 0, 0);
  height: fit-content;
  background-color: #00a39e;
  border-radius: 0px;
  border: none;
  position: relative;
}
.admisionModal .modal-dialog .modal-content .closeBtn {
  position: absolute;
  top: 0;
  right: 0;
  width: 35px;
  background: #3ec4c0;
  padding: 5px;
  height: 34px;
  transition: all 0.5s;
  z-index: 2;
}
.admisionModal .modal-dialog .modal-content .closeBtn:hover {
  background: #f07c00;
}
.admisionModal .modal-dialog .modal-content .closeBtn svg {
  padding: 5px;
}
.admisionModal .modal-dialog .modal-content .modal-body {
  padding: 40px 25px;
}
@media only screen and (min-width: 992px) {
  .admisionModal .modal-dialog .modal-content .modal-body {
    padding: 60px;
  }
}
.admisionModal .conract_form {
  position: relative;
}
.admisionModal .conract_form .text {
  font-size: 22px;
  color: #fff;
  font-weight: 500;
  margin-bottom: 35px;
}
@media only screen and (min-width: 1551px) {
  .admisionModal .conract_form .text {
    font-size: 28px;
    margin-bottom: 60px;
  }
}
@media only screen and (max-width: 992px) {
  .admisionModal .conract_form .text {
    text-align: center;
    font-size: 18px;
  }
}
.admisionModal .conract_form .icon6 {
  position: absolute;
  top: 12%;
  max-width: 20px;
  animation: scrollMove 3s linear infinite;
}
@media only screen and (min-width: 500px) {
  .admisionModal .conract_form .icon6 {
    max-width: 50px;
  }
}
@media only screen and (min-width: 1551px) {
  .admisionModal .conract_form .icon6 {
    max-width: 60px;
    top: 18%;
  }
}
.admisionModal .conract_form label {
  font-size: 14px;
  color: #fff;
  font-weight: 500;
  margin-bottom: 5px;
}
@media only screen and (min-width: 1551px) {
  .admisionModal .conract_form label {
    font-size: 18px;
    margin-bottom: 10px;
  }
}
.admisionModal .conract_form .formGroup {
  margin-bottom: 23px;
  background: rgba(0, 0, 0, 0);
}
.admisionModal .conract_form .formGroup .form-control {
  border: none;
  border-bottom: 1px solid #fff;
  padding: 0px;
  border-radius: 0px;
  height: 40px;
  background: rgba(0, 0, 0, 0);
  color: #fff;
}
.admisionModal .conract_form .formGroup .form-control::placeholder {
  color: hsla(0, 0%, 100%, 0.7);
  font-size: 12px;
}
@media only screen and (min-width: 1551px) {
  .admisionModal .conract_form .formGroup .form-control::placeholder {
    font-size: 18px;
  }
}
.admisionModal .conract_form .formGroup textarea {
  min-height: 75px;
}
@media only screen and (min-width: 1551px) {
  .admisionModal .conract_form .formGroup textarea {
    min-height: 100px;
  }
}
.admisionModal .conract_form .btnSubmit {
  width: 190px;
  height: 48px;
  background-color: #005ba0;
  font-size: 14px;
  color: #fff;
  border-radius: 8px;
  margin: 0 0 0 auto;
}
@media only screen and (min-width: 1351px) {
  .admisionModal .conract_form .btnSubmit {
    font-size: 16px;
    width: 205px;
    height: 50px;
  }
}
@media only screen and (min-width: 1551px) {
  .admisionModal .conract_form .btnSubmit {
    font-size: 18px;
    width: 217px;
    height: 56px;
  }
}
.admisionModal .conract_form .iti__flag {
  display: none;
}
.admisionModal .conract_form .iti--separate-dial-code .iti__selected-flag {
  background-color: rgba(0, 0, 0, 0);
}
.admisionModal .conract_form .iti__arrow {
  border-bottom: none !important;
  border-top: 9px solid #00a2e0;
  border-left: 5px solid rgba(0, 0, 0, 0);
  border-right: 5px solid rgba(0, 0, 0, 0);
}
.admisionModal .conract_form .iti {
  display: block;
}
.admisionModal .conract_form .iti__selected-flag {
  padding: 0 33px 0 0px;
}
.admisionModal .conract_form .fileUploadInput {
  cursor: pointer;
  position: relative;
  border-bottom: 1px solid #000;
  height: 150px;
}
.admisionModal .conract_form .fileUploadInput .form-group {
  height: 100%;
}
.admisionModal .conract_form .fileUploadInput label {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  color: #000;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.17px;
  text-transform: capitalize;
  cursor: pointer;
  border-radius: 7px;
  display: inline-block;
  line-height: 3;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
@media only screen and (min-width: 992px) {
  .admisionModal .conract_form .fileUploadInput label {
    font-size: 17px;
  }
}
.admisionModal .conract_form .fileUploadInput .chose {
  border-radius: 5px;
  width: 187px;
  height: 41px;
  background-color: #005ba0;
  padding: 7px 7px 7px 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(0, 0, 0, 0.5);
  position: absolute;
  left: 0px;
  bottom: 25px;
  pointer-events: none;
  font-size: 12px;
  text-decoration: none;
}
.admisionModal .conract_form .fileUploadInput .chose .icon {
  width: 25px;
  height: 25px;
}
.admisionModal .conract_form .fileUploadInput .chose .icon svg {
  width: 21px;
}
.admisionModal .conract_form .fileUploadInput .chose .form_text {
  width: calc(100% - 25px);
  font-size: 17px;
  color: #fff;
  padding-left: 10px;
}
.admisionModal .conract_form .fileUploadInput .placeholder_text {
  color: #cecece;
  font-size: 14px;
  position: absolute;
  right: 0;
  bottom: 33px;
  width: calc(100% - 200px);
  pointer-events: none;
}
@media only screen and (min-width: 1551px) {
  .admisionModal .conract_form .fileUploadInput .placeholder_text {
    font-size: 18px;
  }
}
.admisionModal .btnSec {
  margin-top: 15px;
}
@media only screen and (min-width: 1351px) {
  .admisionModal .btnSec {
    margin-top: 25px;
  }
}
#pageWrapper {
  overflow: hidden;
}
body:has(#InnerBanner, #MainBanner) #Header {
  border: 0 !important;
  padding-bottom: 0;
  box-shadow: none;
}
body:has(#InnerBanner, #MainBanner) #Header::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  pointer-events: none;
  background: linear-gradient(
    360deg,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.84) 100%
  );
}
body:has(#InnerBanner, #MainBanner)
  #Header
  #HeaderMain
  #AccordMenu
  .accordion-item
  .accordion-header
  a,
body:has(#InnerBanner, #MainBanner)
  #Header
  #HeaderMain
  #AccordMenu
  .accordion-item
  .accordion-header
  button {
  color: #fff;
}
body:has(#InnerBanner, #MainBanner)
  #Header
  #HeaderMain
  #AccordMenu
  .accordion-item
  .accordion-header
  a.active,
body:has(#InnerBanner, #MainBanner)
  #Header
  #HeaderMain
  #AccordMenu
  .accordion-item
  .accordion-header
  button.active {
  color: #f07c00;
}
body:has(#InnerBanner, #MainBanner) #Header #HeaderMain .cNacBtn span {
  background-color: #fff;
}
.ckCntWrap::after {
  content: "";
  display: block;
  clear: both;
}
.ckCntWrap h1,
.ckCntWrap h2,
.ckCntWrap h3,
.ckCntWrap h4,
.ckCntWrap h5,
.ckCntWrap h6 {
  line-height: 1.1;
  font-weight: 400;
  font-family: "Open Sans", serif;
  color: #000;
  margin-bottom: 10px;
}
@media only screen and (min-width: 576px) {
  .ckCntWrap h1,
  .ckCntWrap h2,
  .ckCntWrap h3,
  .ckCntWrap h4,
  .ckCntWrap h5,
  .ckCntWrap h6 {
    margin-bottom: 15px;
  }
}
@media only screen and (min-width: 992px) {
  .ckCntWrap h1,
  .ckCntWrap h2,
  .ckCntWrap h3,
  .ckCntWrap h4,
  .ckCntWrap h5,
  .ckCntWrap h6 {
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 1551px) {
  .ckCntWrap h1,
  .ckCntWrap h2,
  .ckCntWrap h3,
  .ckCntWrap h4,
  .ckCntWrap h5,
  .ckCntWrap h6 {
    margin-bottom: 30px;
  }
}
.ckCntWrap h1 {
  font-size: 26px;
}
@media only screen and (min-width: 576px) {
  .ckCntWrap h1 {
    font-size: 32px;
  }
}
@media only screen and (min-width: 992px) {
  .ckCntWrap h1 {
    font-size: 36px;
  }
}
@media only screen and (min-width: 1200px) {
  .ckCntWrap h1 {
    font-size: 42px;
  }
}
@media only screen and (min-width: 1551px) {
  .ckCntWrap h1 {
    font-size: 50px;
  }
}
.ckCntWrap h2 {
  font-size: 18px;
}
@media only screen and (min-width: 576px) {
  .ckCntWrap h2 {
    font-size: 20px;
  }
}
@media only screen and (min-width: 992px) {
  .ckCntWrap h2 {
    font-size: 24px;
  }
}
@media only screen and (min-width: 1200px) {
  .ckCntWrap h2 {
    font-size: 28px;
  }
}
@media only screen and (min-width: 1551px) {
  .ckCntWrap h2 {
    font-size: 35px;
  }
}
.ckCntWrap h3 {
  font-size: 18px;
}
@media only screen and (min-width: 992px) {
  .ckCntWrap h3 {
    font-size: 20px;
  }
}
@media only screen and (min-width: 1200px) {
  .ckCntWrap h3 {
    font-size: 24px;
  }
}
@media only screen and (min-width: 1551px) {
  .ckCntWrap h3 {
    font-size: 30px;
  }
}
.ckCntWrap h4 {
  font-size: 16px;
}
@media only screen and (min-width: 1200px) {
  .ckCntWrap h4 {
    font-size: 20px;
  }
}
.ckCntWrap h5 {
  font-size: 25px;
}
.ckCntWrap h6 {
  font-size: 0.75rem;
  font-size: 12px;
  line-height: 1.4;
  font-weight: 400;
  color: #111;
}
@media only screen and (min-width: 576px) {
  .ckCntWrap h6 {
    font-size: 14px;
  }
}
@media only screen and (min-width: 1551px) {
  .ckCntWrap h6 {
    font-size: 16px;
  }
}
@media only screen and (min-width: 1771px) {
  .ckCntWrap h6 {
    font-size: 18px;
  }
}
.ckCntWrap h6:last-child {
  margin-bottom: 5px;
}
.ckCntWrap table th,
.ckCntWrap table td,
.ckCntWrap p,
.ckCntWrap ul li,
.ckCntWrap ol li,
.ckCntWrap h6 {
  font-size: 12px;
  line-height: 1.4;
  font-weight: 400;
  color: #111;
}
@media only screen and (min-width: 576px) {
  .ckCntWrap table th,
  .ckCntWrap table td,
  .ckCntWrap p,
  .ckCntWrap ul li,
  .ckCntWrap ol li,
  .ckCntWrap h6 {
    font-size: 14px;
  }
}
@media only screen and (min-width: 1551px) {
  .ckCntWrap table th,
  .ckCntWrap table td,
  .ckCntWrap p,
  .ckCntWrap ul li,
  .ckCntWrap ol li,
  .ckCntWrap h6 {
    font-size: 16px;
  }
}
@media only screen and (min-width: 1771px) {
  .ckCntWrap table th,
  .ckCntWrap table td,
  .ckCntWrap p,
  .ckCntWrap ul li,
  .ckCntWrap ol li,
  .ckCntWrap h6 {
    font-size: 18px;
  }
}
.ckCntWrap table th:last-child,
.ckCntWrap table td:last-child,
.ckCntWrap p:last-child,
.ckCntWrap ul li:last-child,
.ckCntWrap ol li:last-child,
.ckCntWrap h6:last-child {
  margin-bottom: 5px;
}
.ckCntWrap img {
  max-width: 100%;
  max-height: 100%;
  will-change: transform;
  margin-bottom: 10px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media only screen and (min-width: 576px) {
  .ckCntWrap img {
    margin-bottom: 15px;
  }
}
@media only screen and (min-width: 992px) {
  .ckCntWrap img {
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 1551px) {
  .ckCntWrap img {
    margin-bottom: 40px;
  }
}
.ckCntWrap a {
  color: #f07c00;
}
.ckCntWrap a:hover {
  text-decoration: underline;
}
.ckCntWrap ul,
.ckCntWrap ol {
  padding-left: 0;
  margin: 0;
  margin: 10px 0;
}
@media only screen and (min-width: 992px) {
  .ckCntWrap ul,
  .ckCntWrap ol {
    margin: 15px 0;
  }
}
@media only screen and (min-width: 1551px) {
  .ckCntWrap ul,
  .ckCntWrap ol {
    margin: 20px 0;
  }
}
.ckCntWrap ul li,
.ckCntWrap ol li {
  margin: 5px 0;
}
@media only screen and (min-width: 992px) {
  .ckCntWrap ul li,
  .ckCntWrap ol li {
    margin: 10px 0;
  }
}
@media only screen and (min-width: 1551px) {
  .ckCntWrap ul li,
  .ckCntWrap ol li {
    margin: 15px 0;
  }
}
.ckCntWrap ol {
  display: table;
  margin-left: 20px;
}
.ckCntWrap ol li {
  list-style: decimal;
}
.ckCntWrap ul {
  display: table;
  margin-left: 20px;
}
.ckCntWrap ul li {
  position: relative;
  list-style: disc;
}
.ckCntWrap ul li:last-of-type {
  margin: 0;
}
.ckCntWrap p {
  margin-bottom: 10px;
}
@media only screen and (min-width: 576px) {
  .ckCntWrap p {
    margin-bottom: 15px;
  }
}
@media only screen and (min-width: 992px) {
  .ckCntWrap p {
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 1551px) {
  .ckCntWrap p {
    margin-bottom: 30px;
  }
}
.ckCntWrap p:last-of-type {
  margin-bottom: 5px;
}
.ckCntWrap table {
  display: table;
  max-width: 100%;
  min-width: 280%;
  margin: 5px 0;
  border-collapse: collapse;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  border-left: 1px solid rgba(0, 0, 0, 0.2);
  background: rgba(255, 205, 56, 0.05);
}
@media only screen and (min-width: 576px) {
  .ckCntWrap table {
    min-width: 200%;
    margin: 10px 0;
  }
}
@media only screen and (min-width: 992px) {
  .ckCntWrap table {
    min-width: 130%;
    margin: 15px 0;
  }
}
@media only screen and (min-width: 1551px) {
  .ckCntWrap table {
    min-width: 100%;
  }
}
.ckCntWrap table th,
.ckCntWrap table td {
  padding: 6px 10px;
  border-right: 1px solid rgba(0, 0, 0, 0.2);
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
@media only screen and (min-width: 992px) {
  .ckCntWrap table th,
  .ckCntWrap table td {
    padding: 10px 20px;
  }
}
@media only screen and (min-width: 1551px) {
  .ckCntWrap table th,
  .ckCntWrap table td {
    padding: 20px 30px;
  }
}
.ckCntWrap table th {
  text-transform: uppercase;
  font-weight: 500;
  font-family: "Open Sans", serif;
  background-color: rgba(255, 205, 56, 0.1);
}
.ckCntWrap table b {
  font-weight: 500;
}
.ckCntWrap table tbody tr {
  transition: background 0.4s;
}
.ckCntWrap table tbody tr:hover {
  background-color: rgba(255, 205, 56, 0.05);
}
.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: #f07c00;
  -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;
  transition: 0.5s;
  z-index: 1;
}
.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);
}
.hoveranim:hover span {
  color: #000;
}
.hoveranim:hover span svg {
  fill: #fff;
}
.upper {
  text-transform: uppercase;
}
.mainHead {
  position: relative;
}
.mainHead.center {
  text-align: center;
  max-width: 890px;
  margin: auto;
  margin-bottom: 25px;
}
.mainHead.center .subT,
.mainHead.center h1 {
  margin: auto;
  margin-bottom: 15px;
}
.mainHead.white .mainTitle,
.mainHead.white .subT,
.mainHead.white h1,
.mainHead.white p {
  color: #fff;
}
.mainHead .mainTitle {
  position: relative;
  font-family: "IvyMode", sans-serif;
  color: #000;
  font-size: 24px;
  margin-bottom: 10px;
}
@media only screen and (min-width: 576px) {
  .mainHead .mainTitle {
    --lines: 2;
  }
}
@media only screen and (min-width: 1200px) {
  .mainHead .mainTitle {
    font-size: 34px;
  }
}
@media only screen and (min-width: 1351px) {
  .mainHead .mainTitle {
    font-size: 38px;
  }
}
@media only screen and (min-width: 1441px) {
  .mainHead .mainTitle {
    font-size: 40px;
    margin-bottom: 15px;
  }
}
@media only screen and (min-width: 1551px) {
  .mainHead .mainTitle {
    font-size: 45px;
  }
}
@media only screen and (min-width: 1661px) {
  .mainHead .mainTitle {
    font-size: 55px;
  }
}
@media only screen and (max-width: 768px) {
  .mainHead .mainTitle br {
    display: none;
  }
}
.mainHead .mainTitle span {
  padding-right: 5px;
  font-weight: 500;
}
.mainHead .subT,
.mainHead h1,
.mainHead p {
  color: #111;
  font-weight: 400;
  margin-bottom: 15px;
  position: relative;
  font-size: 13px;
}
@media only screen and (min-width: 768px) {
  .mainHead .subT,
  .mainHead h1,
  .mainHead p {
    font-size: 14px;
  }
}
@media only screen and (min-width: 1441px) {
  .mainHead .subT,
  .mainHead h1,
  .mainHead p {
    font-size: 18px;
  }
}
@media only screen and (max-width: 768px) {
  .mainHead .subT br,
  .mainHead h1 br,
  .mainHead p br {
    display: none;
  }
}
.cmnBtn {
  background: #f07c00;
  color: #fff;
  border-radius: 0px;
  font-weight: 400;
  font-size: 14px;
  text-transform: uppercase;
  padding: 0 10px;
  justify-content: space-between;
  overflow: hidden;
  transition: all 1s;
  width: fit-content;
  width: -webkit-fit-content;
  height: 40px;
  min-width: 130px;
  padding: 0 10px;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (min-width: 992px) {
  .cmnBtn {
    min-width: 140px;
    padding: 0 5px;
  }
}
@media only screen and (min-width: 1351px) {
  .cmnBtn {
    min-width: 155px;
    height: 45px;
  }
}
@media only screen and (min-width: 1441px) {
  .cmnBtn {
    font-size: 16px;
    height: 50px;
  }
}
@media only screen and (min-width: 1551px) {
  .cmnBtn {
    font-size: 18px;
  }
}
.cmnBtn.white {
  background: #fff;
  color: #f07c00;
}
.cmnBtn.white:has(.icon) .icon {
  background: #1b3765;
}
.cmnBtn.white:has(.icon) .icon svg {
  fill: #fff;
}
.cmnBtn.white:hover .icon {
  background: #fff !important;
}
.cmnBtn.white:hover .icon svg {
  fill: #f07c00;
}
.cmnBtn:has(.icon) span {
  padding: 0 15px;
}
.cmnBtn:has(.icon) .icon {
  border-radius: 50%;
  background: #fff;
  transition: all 0.4s;
  position: relative;
  z-index: 1;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
}
@media only screen and (min-width: 478px) {
  .cmnBtn:has(.icon) .icon {
    width: 35px;
    height: 35px;
  }
}
@media only screen and (min-width: 1351px) {
  .cmnBtn:has(.icon) .icon {
    width: 40px;
    height: 40px;
  }
}
.cmnBtn:has(.icon) .icon svg {
  width: 12px;
  fill: #f07c00;
}
.cmnBtn:has(.icon) .lIcon {
  width: 0;
  height: 0;
  left: -100%;
}
.cmnBtn:has(.icon) .rIcon {
  right: 0;
}
.cmnBtn:hover .lIcon {
  left: 0;
  width: 30px;
  height: 30px;
}
@media only screen and (min-width: 478px) {
  .cmnBtn:hover .lIcon {
    width: 35px;
    height: 35px;
  }
}
@media only screen and (min-width: 1351px) {
  .cmnBtn:hover .lIcon {
    width: 40px;
    height: 40px;
  }
}
.cmnBtn:hover .rIcon {
  width: 0;
  height: 0;
  right: -100%;
}
.cmnBtn:hover .icon {
  background: #fff !important;
}
.cmnBtn:hover .icon svg {
  fill: #1b3765;
}
.pagination {
  padding: 25px 0 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: flex-end;
}
@media only screen and (min-width: 567px) {
  .pagination {
    padding: 30px 0 0;
  }
}
@media only screen and (min-width: 768px) {
  .pagination {
    padding: 35px 0 0;
  }
}
@media only screen and (min-width: 992px) {
  .pagination {
    padding: 40px 0 0;
  }
}
@media only screen and (min-width: 1200px) {
  .pagination {
    padding: 50px 0 0;
  }
}
@media only screen and (min-width: 1441px) {
  .pagination {
    padding: 70px 0 0;
  }
}
.pagination li {
  background: rgba(0, 0, 0, 0);
  padding: 0;
  width: auto;
  height: auto;
}
.pagination li:hover {
  background: rgba(0, 0, 0, 0);
  border: none;
}
.pagination li:has(a) {
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  border: 1px solid #f0f0f0;
  background: #f0f0f0;
  color: #777 !important;
  font-size: 10px;
  cursor: pointer;
  transition: all 0.6s;
  font-weight: 500;
  margin: 0 3px;
}
@media only screen and (min-width: 992px) {
  .pagination li:has(a) {
    width: 36px;
    height: 36px;
    margin: 0 5px;
    font-size: 12px;
  }
}
@media only screen and (min-width: 1200px) {
  .pagination li:has(a) {
    width: 40px;
    height: 40px;
    margin: 0 7px;
    font-size: 13px;
  }
}
@media only screen and (min-width: 1441px) {
  .pagination li:has(a) {
    width: 42px;
    height: 42px;
    font-size: 14px;
  }
}
.pagination li:has(a).next a::after,
.pagination li:has(a).next span::after,
.pagination li:has(a).prev a::after,
.pagination li:has(a).prev span::after {
  content: "";
  background: url("../images/pagination-Left.webp") no-repeat center;
  opacity: 1;
  width: 10px;
  height: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (min-width: 768px) {
  .pagination li:has(a).next a::after,
  .pagination li:has(a).next span::after,
  .pagination li:has(a).prev a::after,
  .pagination li:has(a).prev span::after {
    width: 10px;
    height: 8px;
  }
}
@media only screen and (min-width: 1200px) {
  .pagination li:has(a).next a::after,
  .pagination li:has(a).next span::after,
  .pagination li:has(a).prev a::after,
  .pagination li:has(a).prev span::after {
    width: 10px;
    height: 14px;
  }
}
@media only screen and (min-width: 1441px) {
  .pagination li:has(a).next a::after,
  .pagination li:has(a).next span::after,
  .pagination li:has(a).prev a::after,
  .pagination li:has(a).prev span::after {
    width: 14px;
    height: 20px;
  }
}
.pagination li:has(a).next a::after,
.pagination li:has(a).next span::after {
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}
.pagination li:has(a).disabled {
  background: #fff;
  opacity: 0.6;
  pointer-events: none;
  border: 1px solid rgba(112, 112, 112, 0.23);
  color: #363636 !important;
}
.pagination li:has(a).active {
  background: #00aeef;
  border: 1px solid #00aeef;
}
.pagination li:has(a).active a {
  color: #fff;
}
.pagination li:has(a).active a::after {
  filter: brightness(0) invert(1);
}
.pagination li:has(a):hover {
  background: #eff4ff;
  border: 1px solid #00aeef;
}
.pagination li:has(a):hover a,
.pagination li:has(a):hover span {
  color: #363636;
}
.pagination li:has(a):hover a::after,
.pagination li:has(a):hover span::after {
  filter: brightness(1) invert(1);
}
.pagination li:has(a) a {
  color: #777;
  font-family: "Open Sans", serif;
  font-size: 10px;
}
@media only screen and (min-width: 992px) {
  .pagination li:has(a) a {
    font-size: 12px;
  }
}
@media only screen and (min-width: 1200px) {
  .pagination li:has(a) a {
    font-size: 14px;
  }
}
@media only screen and (min-width: 1441px) {
  .pagination li:has(a) a {
    font-size: 16px;
  }
}
.floatIcons {
  position: absolute;
  left: 0;
  width: 100%;
  top: 0;
  height: 100%;
  pointer-events: none;
  z-index: 1;
}
.floatIcons .icons {
  position: absolute;
  transition: all 0.5s;
  width: 20px;
}
@media only screen and (min-width: 1200px) {
  .floatIcons .icons {
    width: 30px;
  }
}
@media only screen and (min-width: 1351px) {
  .floatIcons .icons {
    width: 35px;
  }
}
@media only screen and (min-width: 1551px) {
  .floatIcons .icons {
    width: 50px;
  }
}
.cPop-open #Header {
  background: #fff;
}
.cPop-open #Header::before {
  display: none;
}
.music {
  position: fixed;
  right: 10px;
  z-index: 3;
  bottom: 70px;
}
@media only screen and (min-width: 1200px) {
  .music {
    bottom: 10px;
  }
}
.music #playMusic {
  background: rgba(0, 0, 0, 0);
  border: none;
  outline: none;
  box-shadow: none;
  padding: 5px 5px;
}
@media only screen and (min-width: 468px) {
  .music #playMusic .icon svg {
    width: 45px;
  }
}
.music #playMusic .icon .txt2 {
  display: none;
}
.music #playMusic .icon.mute .txt1 {
  display: block;
  color: #f07c00;
}
.music #playMusic .icon.mute .txt2 {
  display: none;
}
.music #playMusic .icon.mute svg {
  fill: #f07c00;
}
.music #playMusic .icon.unmute .txt1 {
  display: none;
}
.music #playMusic .icon.unmute .txt2 {
  display: block;
}
.music #playMusic .icon.unmute svg path {
  animation: pulse 1s infinite;
}
.music #playMusic .icon .txt1,
.music #playMusic .icon .txt2 {
  font-size: 10px;
  font-weight: 500;
  margin-top: 5px;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #c49d4b;
}
.music #playMusic .icon svg {
  width: 35px;
  fill: #c49d4b;
}
.music #playMusic .icon svg path#Line_1 {
  animation-delay: 0.15s;
}
.music #playMusic .icon svg path#Line_2 {
  animation-delay: 0.3s;
}
.music #playMusic .icon svg path#Line_3 {
  animation-delay: 0.45s;
}
.music #playMusic .icon svg path#Line_4 {
  animation-delay: 0.6s;
}
.music #playMusic .icon svg path#Line_5 {
  animation-delay: 0.75s;
}
.music #playMusic .icon svg path#Line_6 {
  animation-delay: 0.9s;
}
.music #playMusic .icon svg path#Line_7 {
  animation-delay: 1.05s;
}
.music #playMusic .icon svg path#Line_8 {
  animation-delay: 1.2s;
}
.music #playMusic .icon svg path#Line_9 {
  animation-delay: 1.35s;
}
.footer-visible .music,
.footer-visible .fixredRit {
  opacity: 0;
  visibility: hidden;
}
.downloadBtn {
  width: fit-content;
  padding: 0 10px;
  border-radius: 5px;
  height: 40px;
  font-size: 13px;
  text-transform: capitalize;
  font-weight: 500;
  color: #000;
  background: #f07c00;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
}
.dwnLd {
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
}
.dwnLd > * {
  margin: 5px;
}
.modal-backdrop {
  background: rgba(54, 54, 54, 0.8);
}
.modal-backdrop.show {
  opacity: 1;
  z-index: 3;
}
#Header {
  width: 100%;
  position: absolute;
  z-index: 999;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0);
  animation-duration: 0.4s;
  transition: background 0s ease;
  padding-bottom: 8px;
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
}
#Header.hide {
  display: none;
}
#Header.sticky {
  position: fixed;
  top: 0;
  animation-name: fadeInDown;
  animation-duration: 0.8s;
  animation-fill-mode: both;
  background: hsla(0, 0%, 100%, 0.2901960784);
  -webkit-backdrop-filter: blur(30px);
  backdrop-filter: blur(30px);
  padding-bottom: 5px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  border: 0 !important;
}
#Header.sticky #HeaderMain .mainFlx .lftSd {
  width: 65px;
}
@media only screen and (min-width: 1200px) {
  #Header.sticky #HeaderMain .mainFlx .lftSd {
    width: 60px;
  }
}
@media only screen and (max-width: 1200px) {
  #Header.sticky #HeaderMain #AccordMenu {
    top: 73px;
    height: calc(100vh - 73px);
  }
}
@media only screen and (min-width: 1200px) {
  #Header.sticky
    #HeaderMain
    #AccordMenu
    .accordion-item:has(.megMenu)
    .megMenu {
    top: calc(70% - 4px);
  }
}
@media only screen and (min-width: 1551px) {
  #Header.sticky
    #HeaderMain
    #AccordMenu
    .accordion-item:has(.megMenu)
    .megMenu {
    top: calc(75% - 4px);
  }
}
#Header #HeaderMain {
  position: relative;
}
@media only screen and (max-width: 1200px) {
  #Header #HeaderMain .sp-container {
    max-width: 100%;
  }
}
#Header #HeaderMain .mainFlx {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media only screen and (min-width: 1200px) {
  #Header #HeaderMain .mainFlx {
    align-items: flex-start;
  }
}
#Header #HeaderMain .mainFlx .lftSd {
  transition: all 0.4s;
  width: 65px;
}
@media only screen and (min-width: 992px) {
  #Header #HeaderMain .mainFlx .lftSd {
    padding: 10px 0;
  }
}
@media only screen and (min-width: 1200px) {
  #Header #HeaderMain .mainFlx .lftSd {
    width: 90px;
  }
}
@media only screen and (min-width: 1200px) {
  #Header #HeaderMain .mainFlx .lftSd {
    width: 90px;
  }
}
@media only screen and (min-width: 1351px) {
  #Header #HeaderMain .mainFlx .lftSd {
    width:90px;
  }
}
@media only screen and (min-width: 1441px) {
  #Header #HeaderMain .mainFlx .lftSd {
    width: 90px;
  }
}
@media only screen and (min-width: 1551px) {
  #Header #HeaderMain .mainFlx .lftSd {
    width: 90px;
  }
}
#Header #HeaderMain .mainFlx .lftSd .logNx {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
#Header #HeaderMain .mainFlx .lftSd .logo {
  width: 100%;
  display: block;
  padding: 0;
  background: none;
  transition: transform 0.4s;
  position: relative;
  z-index: 0;
  max-width: 100%;
}
@media only screen and (min-width: 992px) {
  #Header #HeaderMain .mainFlx .lftSd .logo {
    width: 100%;
  }
}
#Header #HeaderMain .mainFlx .lftSd .logo svg,
#Header #HeaderMain .mainFlx .lftSd .logo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#Header #HeaderMain .mainFlx .lftSd .logo:hover {
  transform: scale(1.02);
}
#Header #HeaderMain .mainFlx .rgtSd {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  z-index: 0;
  justify-content: flex-end;
}
@media only screen and (min-width: 1200px) {
  #Header #HeaderMain .mainFlx .rgtSd {
    width: calc(100% - 200px);
    padding-top: 15px;
  }
}
@media only screen and (min-width: 1351px) {
  #Header #HeaderMain .mainFlx .rgtSd {
    width: calc(100% - 230px);
  }
}
@media only screen and (min-width: 1441px) {
  #Header #HeaderMain .mainFlx .rgtSd {
    width: calc(100% - 250px);
  }
}
@media only screen and (min-width: 1551px) {
  #Header #HeaderMain .mainFlx .rgtSd {
    width: calc(100% - 285px);
  }
}
#Header #HeaderMain .cNacBtn {
  --btn-w: 30px;
  cursor: pointer;
  border: none;
  border-radius: 0;
  outline: none;
  text-decoration: none;
  text-align: unset;
  list-style-type: none;
  background: none;
  box-shadow: none;
  padding: 0;
  margin: 0;
  width: var(--btn-w);
  height: var(--btn-w);
  will-change: transform;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row-reverse;
}
@media only screen and (min-width: 1200px) {
  #Header #HeaderMain .cNacBtn {
    display: none;
    --btn-w: 45px;
  }
}
@media only screen and (min-width: 1351px) {
  #Header #HeaderMain .cNacBtn {
    --btn-w: 60px;
  }
}
@media only screen and (min-width: 1551px) {
  #Header #HeaderMain .cNacBtn {
    --btn-w: 72px;
  }
}
#Header #HeaderMain .cNacBtn.desktopmenu {
  display: none;
}
@media only screen and (min-width: 1200px) {
  #Header #HeaderMain .cNacBtn.desktopmenu {
    background: #f07c00;
    display: flex !important;
    padding: 10px;
  }
}
@media only screen and (min-width: 1351px) {
  #Header #HeaderMain .cNacBtn.desktopmenu {
    padding: 20px;
  }
}
@media only screen and (min-width: 1551px) {
  #Header #HeaderMain .cNacBtn.desktopmenu {
    padding: 25px;
  }
}
#Header #HeaderMain .cNacBtn.desktopmenu span {
  background: #fff;
}
#Header #HeaderMain .cNacBtn.desktopmenu.open {
  display: block !important;
  background: #f07c00;
}
@media only screen and (max-width: 1200px) {
  #Header #HeaderMain .cNacBtn.desktopmenu.open {
    display: none !important;
  }
}
#Header #HeaderMain .cNacBtn.desktopmenu.open span {
  background: #000;
}
#Header #HeaderMain .cNacBtn:hover span:nth-child(3) {
  width: calc(var(--btn-w) / 7);
}
@media only screen and (max-width: 1200px) {
  #Header #HeaderMain .cNacBtn.open {
    --btn-w: 25px;
  }
}
#Header #HeaderMain .cNacBtn.open .icon {
  display: flex;
}
#Header #HeaderMain .cNacBtn.open span {
  width: 100% !important;
  margin: 0;
  background-color: #fff;
}
#Header #HeaderMain .cNacBtn.open span:nth-child(1) {
  transform: rotate(45deg) translate(0, 0);
}
#Header #HeaderMain .cNacBtn.open span:nth-child(2) {
  display: none;
}
#Header #HeaderMain .cNacBtn.open span:nth-child(3) {
  transform: rotate(-45deg) translate(2px, -2px);
}
#Header #HeaderMain .cNacBtn span {
  width: 100%;
  height: 2px;
  display: block;
  background-color: #000;
  border-radius: 4px;
  margin: 3px 0;
  -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;
  z-index: 0;
}
#Header #HeaderMain .cNacBtn span:nth-child(1) {
  width: 85%;
}
#Header #HeaderMain .cNacBtn span:nth-child(3) {
  width: 55% !important;
}
#Header #HeaderMain .cNacBtn .icon {
  width: 24px;
  height: 24px;
  display: none;
}
#Header #HeaderMain .cNacBtn .icon svg {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#Header #HeaderMain .cNacBtnWrap {
  display: flex;
  transition: transform 0.4s ease;
  padding: 0 15px 0px;
  display: flex;
  align-items: center;
  justify-content: end;
}
@media only screen and (min-width: 1200px) {
  #Header #HeaderMain .cNacBtnWrap {
    padding: 0 0px 0 30px;
  }
}
@media only screen and (max-width: 1200px) {
  #Header #HeaderMain .cNacBtnWrap.desktopmenu {
    display: none;
  }
}
#Header #HeaderMain .ritBx {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
#Header #HeaderMain #CNavPOP {
  padding: 10px 0;
}
@media only screen and (min-width: 1200px) {
  #Header #HeaderMain #CNavPOP {
    position: relative;
    z-index: -1;
    z-index: 0;
    padding: 0;
    width: 100%;
  }
}
#Header #HeaderMain #CNavPOP .cNavWrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#Header #HeaderMain .cNavWrap {
  display: flex;
  width: 100%;
}
#Header #HeaderMain #AccordMenu {
  height: 100%;
  transition: all 0.2s;
}
@media only screen and (min-width: 1200px) {
  #Header #HeaderMain #AccordMenu {
    padding: 0;
    align-items: center;
    height: auto;
    transform: none;
    display: flex;
    width: 100%;
    justify-content: space-between;
  }
}
#Header #HeaderMain #AccordMenu.show {
  width: 100%;
  opacity: 1;
  visibility: visible;
  right: 0;
}
@media only screen and (max-width: 1200px) {
  #Header #HeaderMain #AccordMenu {
    position: absolute;
    display: block !important;
    background: #fff;
    height: calc(100vh - 85px);
    max-width: 100%;
    opacity: 0;
    visibility: hidden;
    right: 0;
    top: 85px;
    width: 100%;
    backdrop-filter: blur(20px);
    --webkit-backdrop-filter: blur(20px);
    padding: 10px 15px 0;
    overflow: auto;
  }
}
#Header #HeaderMain #AccordMenu .menuSecBx {
  background: #220239;
  padding: 20px 15px;
}
@media only screen and (min-width: 1200px) {
  #Header #HeaderMain #AccordMenu .menuSecBx {
    display: flex;
    width: fit-content;
    margin-left: auto;
    background: rgba(0, 0, 0, 0);
    justify-content: flex-end;
    padding: 0;
    border-bottom: 1px solid hsla(0, 0%, 100%, 0.53);
  }
}
#Header #HeaderMain #AccordMenu .accordion-item {
  border-radius: 0;
  border: none;
  background: none;
  position: relative;
}
@media only screen and (min-width: 1200px) {
  #Header #HeaderMain #AccordMenu .accordion-item {
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 1200px) {
  #Header #HeaderMain #AccordMenu .accordion-item:not(:last-of-type) {
    margin-right: 10px;
  }
}
@media only screen and (min-width: 1351px) {
  #Header #HeaderMain #AccordMenu .accordion-item:not(:last-of-type) {
    margin-right: 20px;
  }
}
@media only screen and (min-width: 1441px) {
  #Header #HeaderMain #AccordMenu .accordion-item:not(:last-of-type) {
    margin-right: 25px;
  }
}
@media only screen and (min-width: 1661px) {
  #Header #HeaderMain #AccordMenu .accordion-item:not(:last-of-type) {
    margin-right: 30px;
  }
}
@media only screen and (min-width: 1200px) {
  #Header #HeaderMain #AccordMenu .accordion-item.otherLink {
    display: none;
  }
}
#Header #HeaderMain #AccordMenu .accordion-item.dropBx {
  position: relative;
}
@media only screen and (min-width: 1200px) {
  #Header
    #HeaderMain
    #AccordMenu
    .accordion-item.dropBx:hover
    .accordion-collapse {
    display: block !important;
    opacity: 1;
    visibility: visible;
  }
}
#Header #HeaderMain #AccordMenu .accordion-item.dropBx .accordion-collapse {
  background: #320255;
}
@media only screen and (min-width: 1200px) {
  #Header #HeaderMain #AccordMenu .accordion-item.dropBx .accordion-collapse {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    transform: translateY(0px);
    transition: all 0.5s;
    display: block;
    opacity: 0;
    visibility: hidden;
    box-shadow: 0 5px 8px rgba(0, 0, 0, 0.2);
    padding: 0;
    min-width: 310px;
  }
}
#Header
  #HeaderMain
  #AccordMenu
  .accordion-item.dropBx
  .accordion-collapse
  .accordion-body {
  padding: 20px 0 !important;
}
@media only screen and (min-width: 1200px) {
  #Header
    #HeaderMain
    #AccordMenu
    .accordion-item.dropBx
    .accordion-collapse
    .accordion-body {
    padding: 0 !important;
  }
}
@media only screen and (min-width: 1200px) {
  #Header
    #HeaderMain
    #AccordMenu
    .accordion-item.dropBx
    .accordion-collapse
    ul
    li:not(:last-of-type) {
    border-bottom: 1px solid hsla(0, 0%, 100%, 0.3);
  }
}
#Header
  #HeaderMain
  #AccordMenu
  .accordion-item.dropBx
  .accordion-collapse
  ul
  li
  .cmnLinks {
  display: block;
  width: 100%;
  background:rgb(11 83 140);
  padding: 8px 15px;
  transition: all 0.5s;
  font-size: 13px;
  font-weight: 400;
  position: relative;
  color: #fff;
}
@media only screen and (min-width: 1200px) {
  #Header
    #HeaderMain
    #AccordMenu
    .accordion-item.dropBx
    .accordion-collapse
    ul
    li
    .cmnLinks {
    font-size: 14px;
  }
}
@media only screen and (min-width: 1351px) {
  #Header
    #HeaderMain
    #AccordMenu
    .accordion-item.dropBx
    .accordion-collapse
    ul
    li
    .cmnLinks {
    padding: 10px 15px;
    font-size: 16px;
  }
}
@media only screen and (min-width: 1551px) {
  #Header
    #HeaderMain
    #AccordMenu
    .accordion-item.dropBx
    .accordion-collapse
    ul
    li
    .cmnLinks {
    font-size: 18px;
  }
}
#Header
  #HeaderMain
  #AccordMenu
  .accordion-item.dropBx
  .accordion-collapse
  ul
  li
  .cmnLinks:hover {
  background: #f07c00;
}
#Header
  #HeaderMain
  #AccordMenu
  .accordion-item.dropBx
  .accordion-collapse
  ul
  li
  .cmnLinks.active {
  color: #fff !important;
}
@media only screen and (min-width: 1200px) {
  #Header
    #HeaderMain
    #AccordMenu
    .accordion-item:has(.accordion-collapse):hover
    .dropBxMenu {
    display: block !important;
    opacity: 1;
    visibility: visible;
  }
}
#Header #HeaderMain #AccordMenu .accordion-item .dropBxMenu {
  background: rgba(98, 110, 120, 0.6);
}
@media only screen and (min-width: 1200px) {
  #Header #HeaderMain #AccordMenu .accordion-item .dropBxMenu {
    position: absolute;
    background: #fff;
    top: 100%;
    left: 0;
    width: 100%;
    transform: translateY(0px);
    transition: all 0.5s;
    display: block;
    opacity: 0;
    visibility: hidden;
    box-shadow: 0 5px 8px rgba(0, 0, 0, 0.2);
  }
}
@media only screen and (min-width: 1200px) and (min-width: 1200px) {
  #Header #HeaderMain #AccordMenu .accordion-item .dropBxMenu {
    min-width: 230px;
  }
}
#Header #HeaderMain #AccordMenu .accordion-item .dropBxMenu .accordion-body {
  padding: 0 !important;
}
#Header
  #HeaderMain
  #AccordMenu
  .accordion-item
  .dropBxMenu
  ul
  li:not(:last-of-type) {
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}
#Header #HeaderMain #AccordMenu .accordion-item .dropBxMenu ul li .cmnLinks {
  display: block;
  width: 100%;
  background: rgba(0, 0, 0, 0);
  padding: 8px 15px;
  transition: all 0.5s;
  font-size: 13px;
  color: #fff;
}
@media only screen and (min-width: 1200px) {
  #Header #HeaderMain #AccordMenu .accordion-item .dropBxMenu ul li .cmnLinks {
    font-size: 14px;
    padding: 8px;
    color: #000;
  }
}
#Header
  #HeaderMain
  #AccordMenu
  .accordion-item
  .dropBxMenu
  ul
  li
  .cmnLinks:hover,
#Header
  #HeaderMain
  #AccordMenu
  .accordion-item
  .dropBxMenu
  ul
  li
  .cmnLinks.active {
  background: #f07c00;
  color: #fff;
}
#Header #HeaderMain #AccordMenu .accordion-item:has(.megMenu) {
  position: unset;
}
#Header
  #HeaderMain
  #AccordMenu
  .accordion-item:has(.megMenu):not(.collapsed)::after {
  bottom: 5px;
}
#Header
  #HeaderMain
  #AccordMenu
  .accordion-item:has(.megMenu):not(.collapsed)::after {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0px;
  right: 0px;
  display: block;
  width: 12px;
  height: 12px;
}
@media only screen and (min-width: 992px) {
  #Header
    #HeaderMain
    #AccordMenu
    .accordion-item:has(.megMenu):not(.collapsed)::after {
    bottom: -5px;
    right: -10px;
  }
}
@media only screen and (min-width: 1441px) {
  #Header
    #HeaderMain
    #AccordMenu
    .accordion-item:has(.megMenu):not(.collapsed)::after {
    right: 0px;
  }
}
#Header
  #HeaderMain
  #AccordMenu
  .accordion-item:has(.megMenu):hover
  .accordion-button::after {
  bottom: 5px;
  transform: rotate(180deg);
}
#Header
  #HeaderMain
  #AccordMenu
  .accordion-item:has(.megMenu):hover
  .accordion-button::before {
  opacity: 1;
  visibility: visible;
}
@media only screen and (min-width: 1200px) {
  #Header #HeaderMain #AccordMenu .accordion-item:has(.megMenu):hover .megMenu {
    display: block;
  }
}
@media only screen and (min-width: 1200px) {
  #Header #HeaderMain #AccordMenu .accordion-item:has(.megMenu) .megMenu {
    position: absolute;
    left: 0;
    background: #432857;
    padding: 0;
    min-width: 450px;
    top: calc(50% - 4px);
    border-top: 1px solid #f07c00;
    width: 100%;
    z-index: 1;
  }
}
#Header
  #HeaderMain
  #AccordMenu
  .accordion-item:has(.megMenu)
  .megMenu
  .accordion-body {
  background: #63427b;
}
@media only screen and (min-width: 1200px) {
  #Header
    #HeaderMain
    #AccordMenu
    .accordion-item:has(.megMenu)
    .megMenu
    .accordion-body {
    padding: 50px 0;
    background: rgba(0, 0, 0, 0);
  }
}
@media only screen and (max-width: 1200px) {
  #Header
    #HeaderMain
    #AccordMenu
    .accordion-item:has(.megMenu)
    .megMenu
    .accordion-body
    .accordion-button {
    font-size: 14px;
  }
}
#Header
  #HeaderMain
  #AccordMenu
  .accordion-item:has(.megMenu)
  .megMenu
  .accordion-body
  .accordion-button::before {
  display: none;
}
@media only screen and (max-width: 1200px) {
  #Header
    #HeaderMain
    #AccordMenu
    .accordion-item:has(.megMenu)
    .megMenu
    .accordion-body
    .accordion-body {
    padding: 15px 25px !important;
  }
}
@media only screen and (min-width: 1200px) {
  #Header
    #HeaderMain
    #AccordMenu
    .accordion-item:has(.megMenu)
    .megMenu
    .mobileemnus {
    display: none;
  }
}
#Header
  #HeaderMain
  #AccordMenu
  .accordion-item:has(.megMenu)
  .megMenu
  .mobileemnus
  ul
  li:not(:last-of-type) {
  margin-bottom: 15px;
}
@media only screen and (min-width: 1551px) {
  #Header
    #HeaderMain
    #AccordMenu
    .accordion-item:has(.megMenu)
    .megMenu
    .mobileemnus
    ul
    li:not(:last-of-type) {
    margin-bottom: 30px;
  }
}
#Header
  #HeaderMain
  #AccordMenu
  .accordion-item:has(.megMenu)
  .megMenu
  .mobileemnus
  ul
  li
  .cmnLink {
  display: block;
  width: fit-content;
  font-size: 14px;
  color: #fff;
  transition: all 0.5s;
}
@media only screen and (min-width: 1200px) {
  #Header
    #HeaderMain
    #AccordMenu
    .accordion-item:has(.megMenu)
    .megMenu
    .mobileemnus
    ul
    li
    .cmnLink {
    font-size: 16px;
  }
}
@media only screen and (min-width: 1441px) {
  #Header
    #HeaderMain
    #AccordMenu
    .accordion-item:has(.megMenu)
    .megMenu
    .mobileemnus
    ul
    li
    .cmnLink {
    font-size: 18px;
  }
}
@media only screen and (min-width: 1551px) {
  #Header
    #HeaderMain
    #AccordMenu
    .accordion-item:has(.megMenu)
    .megMenu
    .mobileemnus
    ul
    li
    .cmnLink {
    font-size: 22px;
  }
}
@media only screen and (min-width: 1661px) {
  #Header
    #HeaderMain
    #AccordMenu
    .accordion-item:has(.megMenu)
    .megMenu
    .mobileemnus
    ul
    li
    .cmnLink {
    font-size: 24px;
  }
}
#Header
  #HeaderMain
  #AccordMenu
  .accordion-item:has(.megMenu)
  .megMenu
  .mobileemnus
  ul
  li
  .cmnLink:hover {
  color: #f07c00;
}
#Header #HeaderMain #AccordMenu .accordion-item:has(.megMenu) .megMenu .flxBx {
  display: flex;
}
@media only screen and (max-width: 1200px) {
  #Header
    #HeaderMain
    #AccordMenu
    .accordion-item:has(.megMenu)
    .megMenu
    .flxBx {
    display: none;
  }
}
#Header
  #HeaderMain
  #AccordMenu
  .accordion-item:has(.megMenu)
  .megMenu
  .flxBx
  .lftbX {
  background: #533668;
  border-radius: 0 24px 24px 0;
  width: 390px;
  padding: 20px 0;
}
@media only screen and (min-width: 1441px) {
  #Header
    #HeaderMain
    #AccordMenu
    .accordion-item:has(.megMenu)
    .megMenu
    .flxBx
    .lftbX {
    padding: 40px 0;
  }
}
@media only screen and (max-width: 1200px) {
  #Header
    #HeaderMain
    #AccordMenu
    .accordion-item:has(.megMenu)
    .megMenu
    .flxBx
    .lftbX {
    display: none;
  }
}
#Header
  #HeaderMain
  #AccordMenu
  .accordion-item:has(.megMenu)
  .megMenu
  .flxBx
  .lftbX
  ul
  li {
  position: relative;
}
#Header
  #HeaderMain
  #AccordMenu
  .accordion-item:has(.megMenu)
  .megMenu
  .flxBx
  .lftbX
  ul
  li
  .accordion-button {
  box-shadow: none;
  border: 0;
  outline: 0;
  background: rgba(0, 0, 0, 0);
  font-size: 16px;
  font-weight: 400;
  padding: 10px 30px;
  color: #fff;
  transition: all 0.5s;
  position: relative;
}
@media only screen and (min-width: 1441px) {
  #Header
    #HeaderMain
    #AccordMenu
    .accordion-item:has(.megMenu)
    .megMenu
    .flxBx
    .lftbX
    ul
    li
    .accordion-button {
    padding: 10px 40px;
    font-size: 18px;
  }
}
@media only screen and (min-width: 1551px) {
  #Header
    #HeaderMain
    #AccordMenu
    .accordion-item:has(.megMenu)
    .megMenu
    .flxBx
    .lftbX
    ul
    li
    .accordion-button {
    font-size: 20px;
    padding: 15px 40px;
  }
}
#Header
  #HeaderMain
  #AccordMenu
  .accordion-item:has(.megMenu)
  .megMenu
  .flxBx
  .lftbX
  ul
  li
  .accordion-button:hover {
  background: #f07c00;
  color: #f07c00;
  font-weight: 700;
}
#Header
  #HeaderMain
  #AccordMenu
  .accordion-item:has(.megMenu)
  .megMenu
  .flxBx
  .lftbX
  ul
  li
  .accordion-button:hover::after {
  opacity: 1;
  visibility: visible;
}
#Header
  #HeaderMain
  #AccordMenu
  .accordion-item:has(.megMenu)
  .megMenu
  .flxBx
  .lftbX
  ul
  li
  .accordion-button.active {
  background: #f07c00;
  color: #000;
  font-weight: 400;
}
#Header
  #HeaderMain
  #AccordMenu
  .accordion-item:has(.megMenu)
  .megMenu
  .flxBx
  .lftbX
  ul
  li
  .accordion-button.active::after {
  opacity: 1;
  visibility: visible;
}
#Header
  #HeaderMain
  #AccordMenu
  .accordion-item:has(.megMenu)
  .megMenu
  .flxBx
  .lftbX
  ul
  li
  .accordion-button::after {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  background-image: none;
  background: url("../images/arrow.svg") no-repeat;
  right: 15px;
  margin: auto;
  display: block;
  background-size: 15px;
  width: 15px;
  height: 15px;
  transform: none;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s;
}
#Header
  #HeaderMain
  #AccordMenu
  .accordion-item:has(.megMenu)
  .megMenu
  .flxBx
  .rtbx {
  width: 100%;
}
@media only screen and (min-width: 1200px) {
  #Header
    #HeaderMain
    #AccordMenu
    .accordion-item:has(.megMenu)
    .megMenu
    .flxBx
    .rtbx {
    width: calc(100% - 390px);
    padding-left: 50px;
  }
}
@media only screen and (min-width: 1441px) {
  #Header
    #HeaderMain
    #AccordMenu
    .accordion-item:has(.megMenu)
    .megMenu
    .flxBx
    .rtbx {
    padding-left: 80px;
  }
}
@media only screen and (min-width: 1661px) {
  #Header
    #HeaderMain
    #AccordMenu
    .accordion-item:has(.megMenu)
    .megMenu
    .flxBx
    .rtbx {
    padding-left: 115px;
  }
}
@media only screen and (min-width: 1200px) {
  #Header
    #HeaderMain
    #AccordMenu
    .accordion-item:has(.megMenu)
    .megMenu
    .flxBx
    .rtbx
    .accordion-header {
    display: none;
  }
}
#Header
  #HeaderMain
  #AccordMenu
  .accordion-item:has(.megMenu)
  .megMenu
  .flxBx
  .rtbx
  .accordion-collapse
  .accordion-body {
  padding: 25px 30px;
}
@media only screen and (min-width: 1200px) {
  #Header
    #HeaderMain
    #AccordMenu
    .accordion-item:has(.megMenu)
    .megMenu
    .flxBx
    .rtbx
    .accordion-collapse
    .accordion-body {
    padding: 30px 45px;
  }
}
#Header
  #HeaderMain
  #AccordMenu
  .accordion-item:has(.megMenu)
  .megMenu
  .flxBx
  .rtbx
  .accordion-collapse
  .accordion-body
  ul
  li:not(:last-of-type) {
  margin-bottom: 15px;
}
@media only screen and (min-width: 1551px) {
  #Header
    #HeaderMain
    #AccordMenu
    .accordion-item:has(.megMenu)
    .megMenu
    .flxBx
    .rtbx
    .accordion-collapse
    .accordion-body
    ul
    li:not(:last-of-type) {
    margin-bottom: 30px;
  }
}
#Header
  #HeaderMain
  #AccordMenu
  .accordion-item:has(.megMenu)
  .megMenu
  .flxBx
  .rtbx
  .accordion-collapse
  .accordion-body
  ul
  li
  .cmnLink {
  display: block;
  width: fit-content;
  font-size: 14px;
  color: #fff;
  transition: all 0.5s;
}
@media only screen and (min-width: 1200px) {
  #Header
    #HeaderMain
    #AccordMenu
    .accordion-item:has(.megMenu)
    .megMenu
    .flxBx
    .rtbx
    .accordion-collapse
    .accordion-body
    ul
    li
    .cmnLink {
    font-size: 16px;
  }
}
@media only screen and (min-width: 1441px) {
  #Header
    #HeaderMain
    #AccordMenu
    .accordion-item:has(.megMenu)
    .megMenu
    .flxBx
    .rtbx
    .accordion-collapse
    .accordion-body
    ul
    li
    .cmnLink {
    font-size: 18px;
  }
}
@media only screen and (min-width: 1551px) {
  #Header
    #HeaderMain
    #AccordMenu
    .accordion-item:has(.megMenu)
    .megMenu
    .flxBx
    .rtbx
    .accordion-collapse
    .accordion-body
    ul
    li
    .cmnLink {
    font-size: 22px;
  }
}
@media only screen and (min-width: 1661px) {
  #Header
    #HeaderMain
    #AccordMenu
    .accordion-item:has(.megMenu)
    .megMenu
    .flxBx
    .rtbx
    .accordion-collapse
    .accordion-body
    ul
    li
    .cmnLink {
    font-size: 24px;
  }
}
#Header
  #HeaderMain
  #AccordMenu
  .accordion-item:has(.megMenu)
  .megMenu
  .flxBx
  .rtbx
  .accordion-collapse
  .accordion-body
  ul
  li
  .cmnLink:hover {
  color: #f07c00;
}
@media only screen and (min-width: 1200px) {
  #Header
    #HeaderMain
    #AccordMenu
    .accordion-item:nth-child(1)
    .accordion-header
    .accordion-button {
    padding-left: 0;
  }
}
#Header #HeaderMain #AccordMenu .accordion-item .accordion-header {
  justify-content: space-between;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  flex-wrap: nowrap;
}
@media only screen and (max-width: 1200px) {
  #Header #HeaderMain #AccordMenu .accordion-item .accordion-header {
    align-items: center;
    border-bottom: 1px solid hsla(0, 0%, 100%, 0.16);
  }
}
#Header #HeaderMain #AccordMenu .accordion-item .accordion-header a,
#Header #HeaderMain #AccordMenu .accordion-item .accordion-header button,
#Header #HeaderMain #AccordMenu .accordion-item .accordion-header .nav-link {
  cursor: pointer;
  border: none;
  border-radius: 0;
  outline: none;
  text-decoration: none;
  text-align: unset;
  list-style-type: none;
  background: none;
  box-shadow: none;
  padding: 0;
  margin: 0;
  font-size: 13px;
  line-height: 1;
  font-weight: 500;
  position: relative;
  display: flex;
  align-items: center;
  transition: all 0.3s;
  cursor: pointer;
  color: #fff;
  background: rgba(0, 0, 0, 0);
  border: none;
  outline: none;
  text-align: left;
  padding: 0;
}
@media only screen and (min-width: 1200px) {
  #Header #HeaderMain #AccordMenu .accordion-item .accordion-header a,
  #Header #HeaderMain #AccordMenu .accordion-item .accordion-header button,
  #Header #HeaderMain #AccordMenu .accordion-item .accordion-header .nav-link {
    color: #0c0b0b;
    font-weight: 600;
    border: 0;
    width: fit-content;
    font-size: 13px;
    padding: 16px 0px;
  }
}
@media only screen and (min-width: 1351px) {
  #Header #HeaderMain #AccordMenu .accordion-item .accordion-header a,
  #Header #HeaderMain #AccordMenu .accordion-item .accordion-header button,
  #Header #HeaderMain #AccordMenu .accordion-item .accordion-header .nav-link {
    padding: 17px 0px;
  }
}
@media only screen and (min-width: 1551px) {
  #Header #HeaderMain #AccordMenu .accordion-item .accordion-header a,
  #Header #HeaderMain #AccordMenu .accordion-item .accordion-header button,
  #Header #HeaderMain #AccordMenu .accordion-item .accordion-header .nav-link {
    font-size: 15px;
  }
}
@media only screen and (min-width: 1771px) {
  #Header #HeaderMain #AccordMenu .accordion-item .accordion-header a,
  #Header #HeaderMain #AccordMenu .accordion-item .accordion-header button,
  #Header #HeaderMain #AccordMenu .accordion-item .accordion-header .nav-link {
    font-size: 18px;
  }
}
#Header #HeaderMain #AccordMenu .accordion-item .accordion-header a.nav-link,
#Header
  #HeaderMain
  #AccordMenu
  .accordion-item
  .accordion-header
  button.nav-link,
#Header
  #HeaderMain
  #AccordMenu
  .accordion-item
  .accordion-header
  .nav-link.nav-link {
  width: 100%;
  flex: 1;
  text-decoration: none;
}
@media only screen and (max-width: 1200px) {
  #Header #HeaderMain #AccordMenu .accordion-item .accordion-header a.nav-link,
  #Header
    #HeaderMain
    #AccordMenu
    .accordion-item
    .accordion-header
    button.nav-link,
  #Header
    #HeaderMain
    #AccordMenu
    .accordion-item
    .accordion-header
    .nav-link.nav-link {
    padding: 10px 0;
  }
}
#Header
  #HeaderMain
  #AccordMenu
  .accordion-item
  .accordion-header
  a.accordion-button,
#Header
  #HeaderMain
  #AccordMenu
  .accordion-item
  .accordion-header
  button.accordion-button,
#Header
  #HeaderMain
  #AccordMenu
  .accordion-item
  .accordion-header
  .nav-link.accordion-button {
  width: 40px;
  height: 44px;
  padding: 0;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0);
  border: none;
  color: #fff;
}
@media only screen and (min-width: 1200px) {
  #Header
    #HeaderMain
    #AccordMenu
    .accordion-item
    .accordion-header
    a.accordion-button,
  #Header
    #HeaderMain
    #AccordMenu
    .accordion-item
    .accordion-header
    button.accordion-button,
  #Header
    #HeaderMain
    #AccordMenu
    .accordion-item
    .accordion-header
    .nav-link.accordion-button {
    display: none;
  }
}
#Header
  #HeaderMain
  #AccordMenu
  .accordion-item
  .accordion-header
  a.accordion-button::after,
#Header
  #HeaderMain
  #AccordMenu
  .accordion-item
  .accordion-header
  button.accordion-button::after,
#Header
  #HeaderMain
  #AccordMenu
  .accordion-item
  .accordion-header
  .nav-link.accordion-button::after {
  display: none !important;
}
#Header
  #HeaderMain
  #AccordMenu
  .accordion-item
  .accordion-header
  a.accordion-button::before,
#Header
  #HeaderMain
  #AccordMenu
  .accordion-item
  .accordion-header
  button.accordion-button::before,
#Header
  #HeaderMain
  #AccordMenu
  .accordion-item
  .accordion-header
  .nav-link.accordion-button::before {
  content: "+";
  font-size: 20px;
  line-height: 1;
  transition: all 0.3s;
}
#Header
  #HeaderMain
  #AccordMenu
  .accordion-item
  .accordion-header
  a.accordion-button[aria-expanded="true"]::before,
#Header
  #HeaderMain
  #AccordMenu
  .accordion-item
  .accordion-header
  a.accordion-button:not(.collapsed)::before,
#Header
  #HeaderMain
  #AccordMenu
  .accordion-item
  .accordion-header
  button.accordion-button[aria-expanded="true"]::before,
#Header
  #HeaderMain
  #AccordMenu
  .accordion-item
  .accordion-header
  button.accordion-button:not(.collapsed)::before,
#Header
  #HeaderMain
  #AccordMenu
  .accordion-item
  .accordion-header
  .nav-link.accordion-button[aria-expanded="true"]::before,
#Header
  #HeaderMain
  #AccordMenu
  .accordion-item
  .accordion-header
  .nav-link.accordion-button:not(.collapsed)::before {
  content: "-";
}
#Header #HeaderMain #AccordMenu .accordion-item .accordion-header a.active,
#Header #HeaderMain #AccordMenu .accordion-item .accordion-header a:hover,
#Header #HeaderMain #AccordMenu .accordion-item .accordion-header button.active,
#Header #HeaderMain #AccordMenu .accordion-item .accordion-header button:hover,
#Header
  #HeaderMain
  #AccordMenu
  .accordion-item
  .accordion-header
  .nav-link.active,
#Header
  #HeaderMain
  #AccordMenu
  .accordion-item
  .accordion-header
  .nav-link:hover {
  color: #f07c00;
}
@media only screen and (min-width: 1200px) {
  #Header
    #HeaderMain
    #AccordMenu
    .accordion-item
    .accordion-header
    a
    span::after,
  #Header
    #HeaderMain
    #AccordMenu
    .accordion-item
    .accordion-header
    button
    span::after,
  #Header
    #HeaderMain
    #AccordMenu
    .accordion-item
    .accordion-header
    .nav-link
    span::after {
    position: absolute;
    content: "";
    bottom: -1px;
    left: 0;
    width: 100%;
    height: 4px;
    background: #f07c00;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s;
  }
}
@media only screen and (min-width: 1200px) {
  #Header
    #HeaderMain
    #AccordMenu
    .accordion-item
    .accordion-header
    a.active
    span::after,
  #Header
    #HeaderMain
    #AccordMenu
    .accordion-item
    .accordion-header
    button.active
    span::after,
  #Header
    #HeaderMain
    #AccordMenu
    .accordion-item
    .accordion-header
    .nav-link.active
    span::after {
    opacity: 1;
    visibility: visible;
  }
}
#Header #HeaderMain #AccordMenu .logoBx {
  display: flex;
  width: 100%;
}
@media only screen and (min-width: 1999px) {
  #Header #HeaderMain #AccordMenu .logoBx {
    display: none;
  }
}
#Header #HeaderMain #AccordMenu .logoBx img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#Header #HeaderMain .sideBarBx {
  position: fixed;
  top: 0;
  right: 0;
  height: 100vh;
  width: 0%;
  max-width: 400px;
  background: #005ba0d9;
  padding: 30px;
  transition: all 0.6s;
  opacity: 0;
  visibility: hidden;
}
@media only screen and (min-width: 1200px) {
  #Header #HeaderMain .sideBarBx.show {
    width: 100%;
    opacity: 1;
    visibility: visible;
  }
}
#Header #HeaderMain .sideBarBx .Title {
  font-weight: 500;
  font-family: "IvyMode", sans-serif;
  color: #f07c00;
  font-size: 18px;
  text-transform: uppercase;
  position: relative;
  top: 10px;
  letter-spacing: 1.2px;
}
#Header #HeaderMain .sideBarBx .menuBx {
  width: 100%;
  height: fit-content;
  padding: 20px 5px;
  background: hsla(0, 0%, 100%, 0.09);
  border-radius: 10px;
  margin-top: 70px;
}
#Header #HeaderMain .sideBarBx .menuBx ul li .sidemenu {
  display: block;
  width: 100%;
  padding: 15px 20px;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  border-bottom: 1px solid rgba(243, 242, 243, 0.1921568627);
  transition: all 0.5s;
}
#Header #HeaderMain .sideBarBx .menuBx ul li .sidemenu:hover,
#Header #HeaderMain .sideBarBx .menuBx ul li .sidemenu.active {
  background: #f07c00;
  color: #fff;
}
.noBanner #Header #HeaderMain {
  background: #000;
}
@media only screen and (max-width: 1200px) {
  .cPop-open #Header #HeaderMain .mainFlx .lftSd {
    z-index: 9999;
  }
}
.cPop-open .fixredRit {
  opacity: 0;
  visibility: hidden;
}
.hideSbar {
  overflow: hidden;
  height: 100vh;
}
.hideSbar .fixredRit {
  opacity: 0;
  visibility: hidden;
}
#MainBanner {
  width: 100%;
  height: auto;
  overflow: hidden;
  position: relative;
  background: #f8f8f8;
}
#MainBanner .carousel-item {
  position: relative;
  z-index: 0;
  min-height: 650px;
}
@media only screen and (min-width: 578px) {
  #MainBanner .carousel-item {
    height: 100vh;
    min-height: 600px;
  }
}
#MainBanner .carousel-item::after {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 0;
  bottom: 0;
  width: 50%;
  pointer-events: none;
  height: 100%;
  background: linear-gradient(
    270deg,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.84) 100%
  );
}
#MainBanner .carousel-item.active .contentBx > * {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  filter: blur(0);
}
#MainBanner .carousel-item .container {
  height: 100%;
  display: flex;
  align-items: flex-end;
}
#MainBanner .bgImgWrap {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  aspect-ratio: 1920/1080;
}
#MainBanner .bgImgWrap img,
#MainBanner .bgImgWrap picture,
#MainBanner .bgImgWrap video {
  position: absolute;
  top: 0;
  left: 0;
  object-position: top;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#MainBanner .bgImgWrap .dsk {
  display: none;
}
@media only screen and (min-width: 768px) {
  #MainBanner .bgImgWrap .dsk {
    display: block;
  }
}
#MainBanner .bgImgWrap .mob {
  display: block;
}
@media only screen and (min-width: 768px) {
  #MainBanner .bgImgWrap .mob {
    display: none;
  }
}
#MainBanner .contentBx {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  max-width: 90%;
  padding: 0;
  padding-bottom: 230px;
  padding-left: 25px;
}
@media only screen and (min-width: 578px) {
  #MainBanner .contentBx {
    padding: 0;
    padding-bottom: 260px;
    padding-left: 20px;
  }
}
@media only screen and (min-width: 678px) {
  #MainBanner .contentBx {
    max-width: 70%;
    padding-left: 30px;
  }
}
@media only screen and (min-width: 992px) {
  #MainBanner .contentBx {
    padding-left: 90px;
    max-width: 60%;
    padding-bottom: 80px;
  }
}
@media only screen and (min-width: 1441px) {
  #MainBanner .contentBx {
    padding-left: 130px;
    padding-bottom: 110px;
  }
}
@media only screen and (max-height: 750px) and (min-width: 1441px) {
  #MainBanner .contentBx {
    padding-bottom: 80px;
  }
}
#MainBanner .contentBx .subT {
  color: #fff;
  font-weight: 400;
  position: relative;
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition-delay: 1s;
  --lines: 3;
  transition: all 1.5s;
  line-height: 1.6;
  display: -webkit-box;
  -webkit-line-clamp: var(--lines);
  line-clamp: var(--lines);
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  overflow: hidden;
  font-size: 13px;
  filter: blur(20px);
}
@media only screen and (min-width: 768px) {
  #MainBanner .contentBx .subT {
    font-size: 14px;
  }
}
@media only screen and (min-width: 1200px) {
  #MainBanner .contentBx .subT {
    font-size: 16px;
  }
}
@media only screen and (min-width: 1441px) {
  #MainBanner .contentBx .subT {
    font-size: 18px;
  }
}
#MainBanner .contentBx .mHead {
  font-weight: 400;
  font-family: "IvyMode", sans-serif;
  color: #fff;
  position: relative;
  transition: all 1s;
  --lines: 3;
  opacity: 0;
  visibility: hidden;
  transform: translateY(30px);
  font-size: 24px;
  margin-bottom: 10px;
  filter: blur(20px);
  display: -webkit-box;
  -webkit-line-clamp: var(--lines);
  line-clamp: var(--lines);
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  overflow: hidden;
}
@media only screen and (min-width: 576px) {
  #MainBanner .contentBx .mHead {
    --lines: 2;
    font-size: 26px;
  }
}
@media only screen and (min-width: 768px) {
  #MainBanner .contentBx .mHead {
    font-size: 34px;
  }
}
@media only screen and (min-width: 992px) {
  #MainBanner .contentBx .mHead {
    font-size: 38px;
  }
}
@media only screen and (min-width: 1441px) {
  #MainBanner .contentBx .mHead {
    font-size: 40px;
    margin-bottom: 15px;
  }
}
@media only screen and (min-width: 1551px) {
  #MainBanner .contentBx .mHead {
    font-size: 45px;
  }
}
@media only screen and (min-width: 1661px) {
  #MainBanner .contentBx .mHead {
    font-size: 56px;
  }
}
@media only screen and (max-width: 992px) {
  #MainBanner .contentBx .mHead br {
    display: none;
  }
}
#MainBanner .contentBx .mHead span,
#MainBanner .contentBx .mHead strong,
#MainBanner .contentBx .mHead b {
  font-style: italic;
  padding: 0 5px 0 0;
}
#MainBanner .contentBx .cmnBtn {
  width: fit-content;
  padding: 0 15px;
  filter: blur(20px);
}
@media only screen and (max-width: 992px) {
  #MainBanner .contentBx .cmnBtn {
    margin: auto;
  }
}
#MainBanner .container {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  --btm: 40px;
}
@media only screen and (min-width: 1441px) {
  #MainBanner .container {
    --btm: 90px;
  }
}
@media only screen and (max-width: 1200px) {
  #MainBanner .container {
    --btm: 20px;
    width: calc(100% - 30px);
  }
}
@media only screen and (max-height: 600px) and (min-width: 1200px) {
  #MainBanner .container {
    --btm: 15px;
  }
}
@media only screen and (max-height: 750px) and (min-width: 1441px) {
  #MainBanner .container {
    --btm: 40px;
  }
}
#MainBanner .container .carousel-indicatorsWrap {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  height: fit-content;
  display: flex;
  flex-direction: column;
  left: 0;
}
@media only screen and (min-width: 578px) {
  #MainBanner .container .carousel-indicatorsWrap {
    right: 0;
    left: unset;
  }
}
#MainBanner .container .carousel-indicatorsWrap .carousel-button {
  background: rgba(0, 0, 0, 0);
  border-radius: 50%;
  border: 1px solid rgba(0, 0, 0, 0);
  position: relative;
  margin: 9px 0;
  transition: all 0.5s;
  width: 15px;
  height: 15px;
}
@media only screen and (min-width: 1441px) {
  #MainBanner .container .carousel-indicatorsWrap .carousel-button {
    width: 20px;
    height: 20px;
  }
}
#MainBanner .container .carousel-indicatorsWrap .carousel-button.active {
  border: 1px solid #fff;
}
#MainBanner .container .carousel-indicatorsWrap .carousel-button.active::after {
  background: #00aeef;
}
#MainBanner .container .carousel-indicatorsWrap .carousel-button::after {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  bottom: 0;
  width: 7px;
  height: 7px;
  top: 0;
  margin: auto;
  background: hsla(0, 0%, 100%, 0.71);
  border-radius: 50%;
  transition: all 0.5s;
}
@media only screen and (min-width: 1441px) {
  #MainBanner .container .carousel-indicatorsWrap .carousel-button::after {
    width: 10px;
    height: 10px;
  }
}
#MainBanner .container .bannerLOgo {
  position: absolute;
  width: 100%;
  bottom: var(--btm);
  max-width: 115px;
  left: 0;
}
@media only screen and (min-width: 992px) {
  #MainBanner .container .bannerLOgo {
    right: 0;
    left: unset;
  }
}
@media only screen and (min-width: 1200px) {
  #MainBanner .container .bannerLOgo {
    max-width: 150px;
  }
}
@media only screen and (min-width: 1441px) {
  #MainBanner .container .bannerLOgo {
    max-width: 180px;
  }
}
@media only screen and (min-width: 1551px) {
  #MainBanner .container .bannerLOgo {
    max-width: 220px;
  }
}
#MainBanner .container .bannerLOgo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#MainBanner .container .sideNav {
  position: absolute;
  top: 25%;
  left: 0;
  height: 100%;
}
@media only screen and (max-width: 578px) {
  #MainBanner .container .sideNav {
    position: fixed;
    left: 0;
    height: 50px;
    top: unset;
    bottom: 0;
    width: 100%;
    background: rgba(41, 171, 226, 0.9411764706);
    backdrop-filter: blur(20px);
    z-index: 9999;
  }
}
@media only screen and (max-height: 600px) and (min-width: 1200px) {
  #MainBanner .container .sideNav {
    top: 20%;
  }
}
@media only screen and (max-width: 578px) {
  #MainBanner .container .sideNav ul {
    display: flex;
    height: 100%;
  }
}
#MainBanner .container .sideNav ul li {
  padding: 15px 0;
  position: relative;
}
@media only screen and (max-width: 578px) {
  #MainBanner .container .sideNav ul li {
    width: 50%;
    height: 100%;
    padding: 0;
    flex-grow: 1;
  }
}
@media only screen and (max-width: 578px) {
  #MainBanner .container .sideNav ul li:nth-child(1) .cmnlinks {
    background: #f07c00;
  }
}
#MainBanner .container .sideNav ul li:not(:last-of-type) .cmnlinks {
  position: relative;
}
#MainBanner .container .sideNav ul li:not(:last-of-type) .cmnlinks::after {
  position: absolute;
  content: "";
  bottom: -25px;
  right: 10px;
  width: 1px;
  height: 20%;
  background: #fff;
  transform: translateY(0) rotate(120deg);
}
#MainBanner .container .sideNav ul li .cmnlinks {
  display: block;
  width: fit-content;
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
  transition: all 0.5s;
  font-size: 12px;
}
@media only screen and (min-width: 578px) {
  #MainBanner .container .sideNav ul li .cmnlinks {
    writing-mode: sideways-lr;
  }
}
@media only screen and (min-width: 992px) {
  #MainBanner .container .sideNav ul li .cmnlinks {
    font-size: 14px;
  }
}
@media only screen and (min-width: 1441px) {
  #MainBanner .container .sideNav ul li .cmnlinks {
    font-size: 18px;
  }
}
@media only screen and (max-width: 578px) {
  #MainBanner .container .sideNav ul li .cmnlinks {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media only screen and (max-height: 750px) and (min-width: 1441px) {
  #MainBanner .container .sideNav ul li .cmnlinks {
    font-size: 14px;
  }
}
#MainBanner .container .sideNav ul li .cmnlinks:hover {
  color: #f07c00;
}
#MainBanner .container .scrollDown {
  position: absolute;
  bottom: var(--btm);
  left: 0;
  height: fit-content;
}
@media only screen and (max-width: 992px) {
  #MainBanner .container .scrollDown {
    right: 0;
    width: fit-content;
    margin: auto;
  }
}
#MainBanner .container .scrollDown .scroll {
  display: block;
  width: fit-content;
}
#MainBanner .container .scrollDown .scroll:hover .Txt {
  color: #f07c00;
}
#MainBanner .container .scrollDown .scroll:hover .icon svg {
  fill: #f07c00;
}
#MainBanner .container .scrollDown .scroll .Txt {
  display: block;
  width: fit-content;
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
  writing-mode: sideways-lr;
  transition: all 0.5s;
  margin: 15px 0;
  font-size: 0;
}
@media only screen and (min-width: 578px) {
  #MainBanner .container .scrollDown .scroll .Txt {
    font-size: 11px;
  }
}
@media only screen and (min-width: 992px) {
  #MainBanner .container .scrollDown .scroll .Txt {
    font-size: 13px;
  }
}
@media only screen and (min-width: 1441px) {
  #MainBanner .container .scrollDown .scroll .Txt {
    font-size: 16px;
  }
}
@media only screen and (max-height: 650px) and (min-width: 1441px) {
  #MainBanner .container .scrollDown .scroll .Txt {
    font-size: 13px;
  }
}
#MainBanner .container .scrollDown .scroll .icon {
  width: 20px;
  height: 50px;
}
#MainBanner .container .scrollDown .scroll .icon svg {
  fill: #fff;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#MainBanner .container .scrollDown .scroll .icon svg #arrow {
  animation: scroll 3s linear infinite;
}
#about {
  position: relative;
  overflow: hidden;
  padding: 45px 0 140px;
}
@media only screen and (min-width: 992px) {
  #about {
    padding: 45px 0 110px;
  }
}
@media only screen and (min-width: 1441px) {
  #about {
    padding: 60px 0 160px;
  }
}
@media only screen and (min-width: 1551px) {
  #about {
    padding: 70px 0 170px;
  }
}
#about .logoBx {
  position: absolute;
  bottom: 10px;
  left: 25%;
  max-width: 250px;
}
@media only screen and (min-width: 1551px) {
  #about .logoBx {
    max-width: 350px;
  }
}
#about .logoBx img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#about .floatIcons {
  position: absolute;
  left: 0;
  width: 100%;
  top: 0;
  height: 100%;
}
#about .floatIcons .icons {
  position: absolute;
  transition: all 0.5s;
}
#about .floatIcons .icons img {
  width: auto;
  object-fit: contain;
  transition: all 0.5s;
}
#about .floatIcons .icons.circleHalf {
  top: 0;
  right: 0px;
  animation: scaleEffects 6s linear infinite;
}
#about .floatIcons .icons.curveIcon {
  top: 15%;
  left: 0;
  animation: vibrate 6s linear infinite;
}
#about .floatIcons .icons.dot {
  top: 10%;
  left: 25%;
  animation: flying 6s linear infinite;
}
#about .floatIcons .icons.bigdot {
  right: 3%;
  top: 10%;
  animation: rotation 6s linear infinite;
  width: 45px;
}
@media only screen and (min-width: 1351px) {
  #about .floatIcons .icons.bigdot {
    width: 75px;
  }
}
@media only screen and (min-width: 1551px) {
  #about .floatIcons .icons.bigdot {
    width: 115px;
  }
}
#about .floatIcons .icons.plus {
  right: 30px;
  bottom: 20%;
  animation: rotation 6s linear infinite;
}
#about .floatIcons .icons.dotLine {
  left: 10%;
  bottom: 5%;
  animation: TobTObOTTOM 8s linear infinite;
}
#about .floatIcons .icons.hCircle {
  right: 15%;
  bottom: 0%;
}
@media only screen and (min-width: 1351px) {
  #about .floatIcons .icons.hCircle {
    bottom: -1%;
  }
}
#about .floatIcons .icons.lCurve {
  left: 15px;
  bottom: 14%;
  animation: vibrate 10s linear infinite;
}
#about::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #f0f0f0;
  z-index: -1;
}
@media only screen and (min-width: 992px) {
  #about::after {
    border-radius: 0 0 50px 0;
    max-width: calc(100% - (100% - 1040px) / 2);
  }
}
@media only screen and (min-width: 1200px) {
  #about::after {
    max-width: calc(100% - (100% - 1180px) / 2);
  }
}
@media only screen and (min-width: 1351px) {
  #about::after {
    max-width: calc(100% - (100% - 1280px) / 2);
  }
}
@media only screen and (min-width: 1441px) {
  #about::after {
    max-width: calc(100% - (100% - 1341px) / 2);
  }
}
@media only screen and (min-width: 1551px) {
  #about::after {
    max-width: calc(100% - (100% - 1540px) / 2);
  }
}
@media only screen and (min-width: 1661px) {
  #about::after {
    max-width: calc(100% - (100% - 1640px) / 2);
  }
}
@media only screen and (min-width: 1771px) {
  #about::after {
    max-width: calc(100% - (100% - 1680px) / 2);
  }
}
#about .flxBx {
  width: 100%;
  position: relative;
}
#about .flxBx::after {
  content: "";
  clear: both;
  display: block;
}
#about .flxBx > * {
  padding: 8px;
}
#about .flxBx .imGwrap {
  position: relative;
}
@media only screen and (min-width: 768px) {
  #about .flxBx .imGwrap {
    float: left;
    padding-right: 30px;
    width: 410px;
  }
}
@media only screen and (min-width: 992px) {
  #about .flxBx .imGwrap {
    padding-bottom: 40px;
    width: 530px;
  }
}
@media only screen and (min-width: 1200px) {
  #about .flxBx .imGwrap {
    padding-right: 40px;
    width: 600px;
  }
}
@media only screen and (min-width: 1441px) {
  #about .flxBx .imGwrap {
    width: 630px;
  }
}
@media only screen and (min-width: 1551px) {
  #about .flxBx .imGwrap {
    padding-right: 60px;
    width: 760px;
  }
}
#about .flxBx .imGwrap .imgBx {
  width: 100%;
  height: 100%;
  border-radius: 40px;
  aspect-ratio: 700/535;
  overflow: hidden;
}
#about .flxBx .imGwrap .imgBx img {
  transition: all 0.5s;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media only screen and (min-width: 1200px) {
  #about .contentwrap {
    padding-right: 40px;
  }
}
@media only screen and (min-width: 1441px) {
  #about .contentwrap {
    padding-right: 60px;
  }
}
@media only screen and (min-width: 1551px) {
  #about .contentwrap {
    padding-right: 90px;
  }
}
#about .contentwrap .contentBax.show p {
  display: block !important;
  overflow: visible;
}
#about .contentwrap .titleWrap .subT {
  font-family: "IvyMode", sans-serif;
  font-weight: 400;
  color: #000;
  margin-bottom: 5px;
  font-size: 16px;
}
@media only screen and (min-width: 1351px) {
  #about .contentwrap .titleWrap .subT {
    font-size: 18px;
  }
}
@media only screen and (min-width: 1551px) {
  #about .contentwrap .titleWrap .subT {
    font-size: 20px;
  }
}
@media only screen and (min-width: 1661px) {
  #about .contentwrap .titleWrap .subT {
    font-size: 24px;
  }
}
#about .contentwrap .titleWrap .title {
  position: relative;
  font-family: "IvyMode", sans-serif;
  font-size: 24px;
  margin-bottom: 10px;
}
@media only screen and (min-width: 576px) {
  #about .contentwrap .titleWrap .title {
    --lines: 2;
    font-size: 26px;
  }
}
@media only screen and (min-width: 768px) {
  #about .contentwrap .titleWrap .title {
    font-size: 34px;
  }
}
@media only screen and (min-width: 1351px) {
  #about .contentwrap .titleWrap .title {
    font-size: 38px;
  }
}
@media only screen and (min-width: 1441px) {
  #about .contentwrap .titleWrap .title {
    font-size: 40px;
    margin-bottom: 15px;
  }
}
@media only screen and (min-width: 1551px) {
  #about .contentwrap .titleWrap .title {
    font-size: 45px;
  }
}
@media only screen and (min-width: 1661px) {
  #about .contentwrap .titleWrap .title {
    font-size: 56px;
  }
}
#about .contentwrap .titleWrap .title span {
  color: #005ba0;
}
@media only screen and (max-width: 1200px) {
  #about .contentwrap .titleWrap .title br {
    display: none;
  }
}
#about .contentwrap .readmore {
  background: rgba(0, 0, 0, 0);
  color: #000;
  font-weight: 400;
  padding: 0;
  box-shadow: none;
  outline: 0;
  text-decoration: underline;
  transition: all 0.5s;
  font-size: 16px;
}
@media only screen and (min-width: 1551px) {
  #about .contentwrap .readmore {
    font-size: 18px;
  }
}
@media only screen and (min-width: 992px) {
  #about .contentwrap .readmore:hover {
    color: #f07c00;
  }
}
#about .contentwrap .contentBax p {
  display: -webkit-box;
  -webkit-line-clamp: var(--lines);
  line-clamp: var(--lines);
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  overflow: hidden;
  --lines: 5;
}
@media only screen and (min-width: 992px) {
  #about .contentwrap .contentBax p {
    --lines: 10;
  }
}
#about .contentwrap .contentBax p:not(:first-child) {
  display: none;
}
#vision {
  position: relative;
  background: #f07c00;
  padding: 40px 0;
  margin-top: 40px;
}
@media only screen and (min-width: 992px) {
  #vision {
    margin-top: 80px;
    padding: 0;
  }
}
@media only screen and (min-width: 1441px) {
  #vision {
    margin-top: 95px;
  }
}
@media only screen and (min-width: 1551px) {
  #vision {
    margin-top: 135px;
  }
}
#vision .floatIcons .icons.redDot {
  top: 0%;
  left: 35%;
  animation: vibrate 6s linear infinite;
}
#vision .floatIcons .icons.curveIcon {
  top: 15%;
  right: 5%;
  animation: vibrate 6s linear infinite;
}
#vision .floatIcons .icons.haCi {
  left: 30%;
  animation: vibrate 6s linear infinite;
  bottom: -5%;
  width: 40px;
}
@media only screen and (min-width: 1200px) {
  #vision .floatIcons .icons.haCi {
    bottom: -9%;
    width: 50px;
  }
}
@media only screen and (min-width: 1441px) {
  #vision .floatIcons .icons.haCi {
    width: 80px;
  }
}
@media only screen and (min-width: 1551px) {
  #vision .floatIcons .icons.haCi {
    width: 100px;
  }
}
#vision .floatIcons .icons.haCi img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#vision .row {
  position: relative;
  margin: -10px;
}
@media only screen and (min-width: 992px) {
  #vision .row {
    margin: 0;
  }
}
#vision .row > * {
  padding: 10px;
}
@media only screen and (min-width: 992px) {
  #vision .row > * {
    padding: 0;
  }
}
@media only screen and (min-width: 992px) {
  #vision .row::after {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    margin: auto;
    top: 0;
    bottom: 0;
    width: 1px;
    height: calc(100% - 140px);
    background: rgba(0, 0, 0, 0.21);
  }
}
#vision .vmBx {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  justify-content: center;
  padding: 0;
}
@media only screen and (min-width: 992px) {
  #vision .vmBx {
    padding-right: 35px;
  }
}
@media only screen and (min-width: 1351px) {
  #vision .vmBx {
    padding-right: 45px;
  }
}
@media only screen and (min-width: 1551px) {
  #vision .vmBx {
    padding-right: 65px;
  }
}
#vision .vmBx:has(.contentBx) {
  justify-content: space-between;
}
@media only screen and (min-width: 992px) {
  #vision .vmBx:has(.contentBx) {
    padding-top: 40px;
    padding-right: 35px;
  }
}
@media only screen and (min-width: 1351px) {
  #vision .vmBx:has(.contentBx) {
    padding-top: 60px;
    padding-right: 45px;
  }
}
@media only screen and (min-width: 1551px) {
  #vision .vmBx:has(.contentBx) {
    padding-top: 80px;
    padding-right: 65px;
  }
}
@media only screen and (min-width: 992px) {
  #vision .vmBx:has(.contentBx) .imgBx {
    border-radius: 30px 30px 0 0;
  }
}
@media only screen and (min-width: 992px) {
  #vision .vmBx.msBx {
    flex-direction: column-reverse;
    padding: 0;
    padding-bottom: 40px;
    padding-left: 35px;
  }
}
@media only screen and (min-width: 1351px) {
  #vision .vmBx.msBx {
    padding-bottom: 60px;
    padding-left: 45px;
  }
}
@media only screen and (min-width: 1551px) {
  #vision .vmBx.msBx {
    padding-bottom: 80px;
    padding-left: 65px;
  }
}
@media only screen and (min-width: 992px) {
  #vision .vmBx.msBx .contentBx {
    flex-direction: row-reverse;
    margin: 0;
  }
}
@media only screen and (min-width: 992px) {
  #vision .vmBx.msBx .contentBx .content {
    padding: 0;
    padding-left: 25px;
  }
}
@media only screen and (min-width: 1351px) {
  #vision .vmBx.msBx .contentBx .content {
    padding-left: 45px;
  }
}
@media only screen and (min-width: 1551px) {
  #vision .vmBx.msBx .contentBx .content {
    padding-left: 65px;
  }
}
@media only screen and (min-width: 992px) {
  #vision .vmBx.msBx .imgBx {
    border-radius: 0px 0px 30px 30px;
    margin-bottom: 55px;
  }
}
#vision .vmBx .contentBx {
  display: flex;
  flex-direction: column-reverse;
}
@media only screen and (min-width: 992px) {
  #vision .vmBx .contentBx {
    align-items: flex-start;
    margin-bottom: 15px;
    margin-bottom: 55px;
    flex-direction: row;
  }
}
@media only screen and (min-width: 992px) {
  #vision .vmBx .contentBx .content {
    padding-right: 25px;
    width: calc(100% - 110px);
  }
}
@media only screen and (min-width: 1200px) {
  #vision .vmBx .contentBx .content {
    width: calc(100% - 125px);
  }
}
@media only screen and (min-width: 1351px) {
  #vision .vmBx .contentBx .content {
    width: calc(100% - 150px);
    padding-right: 45px;
  }
}
@media only screen and (min-width: 1551px) {
  #vision .vmBx .contentBx .content {
    padding-right: 55px;
    width: calc(100% - 195px);
  }
}
#vision .vmBx .contentBx .content .title {
  position: relative;
  font-family: "IvyMode", sans-serif;
  color: #000;
  font-size: 24px;
  margin-bottom: 10px;
}
@media only screen and (min-width: 576px) {
  #vision .vmBx .contentBx .content .title {
    --lines: 2;
    font-size: 26px;
  }
}
@media only screen and (min-width: 768px) {
  #vision .vmBx .contentBx .content .title {
    font-size: 34px;
  }
}
@media only screen and (min-width: 1351px) {
  #vision .vmBx .contentBx .content .title {
    font-size: 38px;
  }
}
@media only screen and (min-width: 1441px) {
  #vision .vmBx .contentBx .content .title {
    font-size: 40px;
    margin-bottom: 15px;
  }
}
@media only screen and (min-width: 1551px) {
  #vision .vmBx .contentBx .content .title {
    font-size: 45px;
  }
}
@media only screen and (min-width: 1661px) {
  #vision .vmBx .contentBx .content .title {
    font-size: 56px;
  }
}
#vision .vmBx .contentBx .content p {
  color: #202020;
}
#vision .vmBx .contentBx .icon {
  height: 100%;
  width: 65px;
  margin-bottom: 10px;
  position: relative;
}
@media only screen and (min-width: 992px) {
  #vision .vmBx .contentBx .icon {
    width: 110px;
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 1200px) {
  #vision .vmBx .contentBx .icon {
    width: 125px;
  }
}
@media only screen and (min-width: 1351px) {
  #vision .vmBx .contentBx .icon {
    width: 150px;
  }
}
@media only screen and (min-width: 1551px) {
  #vision .vmBx .contentBx .icon {
    width: 195px;
  }
}
#vision .vmBx .contentBx .icon:hover .hovImg {
  opacity: 1;
  visibility: visible;
}
#vision .vmBx .contentBx .icon img,
#vision .vmBx .contentBx .icon svg {
  transition: all 0.5s;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-fit: contain;
}
#vision .vmBx .contentBx .icon .hovImg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  transition: all 0.5s;
  height: 100%;
  opacity: 0;
  visibility: hidden;
}
#vision .vmBx .imgBx {
  width: 100%;
  overflow: hidden;
  aspect-ratio: 775/325;
  border-radius: 10px;
}
@media only screen and (min-width: 992px) {
  #vision .vmBx .imgBx {
    border-radius: 30px;
  }
}
#vision .vmBx .imgBx:hover img {
  transform: scale(1.1);
}
#vision .vmBx .imgBx img {
  transition: all 0.5s;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#coreValues {
  position: relative;
  padding: 40px 0;
  z-index: 0;
}
@media only screen and (min-width: 992px) {
  #coreValues {
    padding: 60px 0;
  }
}
@media only screen and (min-width: 1441px) {
  #coreValues {
    padding: 80px 0;
  }
}
@media only screen and (min-width: 1551px) {
  #coreValues {
    padding: 130px 0 115px;
  }
}
#coreValues .cir {
  display: none;
}
@media only screen and (min-width: 992px) {
  #coreValues .cir {
    border-radius: 50%;
    background: rgba(39, 198, 194, 0.21);
    position: absolute;
    left: -150px;
    z-index: -1;
    top: 50px;
    display: block;
    pointer-events: none;
    animation: rotation 25s linear infinite;
    width: 400px;
    height: 400px;
  }
}
@media only screen and (min-width: 1351px) {
  #coreValues .cir {
    width: 450px;
    height: 450px;
  }
}
@media only screen and (min-width: 1441px) {
  #coreValues .cir {
    width: 550px;
    height: 550px;
  }
}
@media only screen and (min-width: 1551px) {
  #coreValues .cir {
    width: 714px;
    height: 714px;
  }
}
#coreValues .floatIcons .icons.blueDot {
  top: 10%;
  left: 50%;
  animation: flying 6s linear infinite;
}
#coreValues .floatIcons .icons.blueDot img {
  width: 30px;
}
#coreValues .floatIcons .icons.dot {
  top: 10%;
  left: 15%;
  animation: flying 6s linear infinite;
}
#coreValues .floatIcons .icons.redCircle {
  top: 15%;
  right: 0;
  width: 30px;
  animation: flying 6s linear infinite;
}
@media only screen and (min-width: 1441px) {
  #coreValues .floatIcons .icons.redCircle {
    width: 40px;
  }
}
#coreValues .floatIcons .icons.redCurve {
  bottom: 25%;
  animation: vibrate 6s linear infinite;
  left: -5px;
}
@media only screen and (min-width: 1441px) {
  #coreValues .floatIcons .icons.redCurve {
    left: 15px;
  }
}
#coreValues .floatIcons .icons.plus {
  right: 30px;
  bottom: 20%;
  animation: rotation 6s linear infinite;
}
#coreValues .coreBx {
  width: 100%;
  height: 100%;
  background: #af014a;
  border-radius: 10px;
  padding: 20px;
}
@media only screen and (min-width: 992px) {
  #coreValues .coreBx {
    border-radius: 30px;
    padding: 25px;
  }
}
@media only screen and (min-width: 1200px) {
  #coreValues .coreBx {
    border-radius: 50px;
    padding: 35px;
  }
}
@media only screen and (min-width: 1441px) {
  #coreValues .coreBx {
    padding: 45px;
  }
}
#coreValues .coreBx .flxBx {
  margin: -8px;
  margin-bottom: 15px;
}
@media only screen and (min-width: 992px) {
  #coreValues .coreBx .flxBx {
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 1441px) {
  #coreValues .coreBx .flxBx {
    margin-bottom: 50px;
  }
}
@media only screen and (min-width: 1551px) {
  #coreValues .coreBx .flxBx {
    margin-bottom: 70px;
  }
}
#coreValues .coreBx .flxBx::after {
  content: "";
  clear: both;
  display: block;
}
#coreValues .coreBx .flxBx > * {
  padding: 8px;
}
#coreValues .coreBx .flxBx .contentBx hr {
  margin: 0;
  border: 0;
  border-bottom: 1px dashed #fff;
  margin-top: 40px;
}
@media only screen and (min-width: 1441px) {
  #coreValues .coreBx .flxBx .contentBx .mainHead {
    margin-bottom: 35px;
  }
}
#coreValues .coreBx .flxBx .contentBx .mainHead .mainTitle span {
  color: #f07c00;
}
#coreValues .coreBx .flxBx .contentBx p {
  color: #fff;
  line-height: 1.6;
}
@media only screen and (min-width: 1551px) {
  #coreValues .coreBx .flxBx .contentBx p {
    font-size: 19px;
  }
}
#coreValues .coreBx .flxBx .imgWrap {
  position: relative;
}
@media only screen and (min-width: 768px) {
  #coreValues .coreBx .flxBx .imgWrap {
    float: right;
    padding-left: 10px;
    width: 360px;
    padding-bottom: 30px;
  }
}
@media only screen and (min-width: 992px) {
  #coreValues .coreBx .flxBx .imgWrap {
    padding-left: 30px;
    width: 450px;
  }
}
@media only screen and (min-width: 1200px) {
  #coreValues .coreBx .flxBx .imgWrap {
    width: 530px;
  }
}
@media only screen and (min-width: 1351px) {
  #coreValues .coreBx .flxBx .imgWrap {
    width: 560px;
    padding-left: 60px;
  }
}
@media only screen and (min-width: 1441px) {
  #coreValues .coreBx .flxBx .imgWrap {
    width: 600px;
  }
}
@media only screen and (min-width: 1551px) {
  #coreValues .coreBx .flxBx .imgWrap {
    width: 680px;
  }
}
#coreValues .coreBx .flxBx .imgWrap .floatIcons {
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 60px;
  height: 100%;
  z-index: 1;
}
#coreValues .coreBx .flxBx .imgWrap .floatIcons .icons {
  width: 55px;
}
#coreValues .coreBx .flxBx .imgWrap .imgBx {
  width: 100%;
  height: 100%;
  aspect-ratio: 662/552;
  overflow: hidden;
  border-radius: 15px;
}
@media only screen and (min-width: 768px) {
  #coreValues .coreBx .flxBx .imgWrap .imgBx {
    border-radius: 25px;
  }
}
@media only screen and (min-width: 992px) {
  #coreValues .coreBx .flxBx .imgWrap .imgBx {
    border-radius: 35px;
  }
}
#coreValues .coreBx .flxBx .imgWrap .imgBx:hover img {
  transform: scale(1.1);
}
#coreValues .coreBx .flxBx .imgWrap .imgBx img {
  transition: all 0.5s;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#coreValues .coreBx .coreSlider {
  overflow: hidden;
}
#coreValues .coreBx .coreSlider .swiper-slide {
  height: auto;
}
#coreValues
  .coreBx
  .coreSlider
  .swiper-slide:nth-child(4n-3)
  .coreBx
  .contenTbx
  .title
  span {
  color: #5fbcaa;
}
#coreValues
  .coreBx
  .coreSlider
  .swiper-slide:nth-child(4n-2)
  .coreBx
  .contenTbx
  .title
  span {
  color: #e90083;
}
#coreValues
  .coreBx
  .coreSlider
  .swiper-slide:nth-child(4n-1)
  .coreBx
  .contenTbx
  .title
  span {
  color: #2cacdd;
}
#coreValues
  .coreBx
  .coreSlider
  .swiper-slide:nth-child(4n)
  .coreBx
  .contenTbx
  .title
  span {
  color: #95c023;
}
#coreValues .coreBx .coreSlider .coreBx {
  display: block;
  width: 100%;
  height: 100%;
  background: #fff;
  border-radius: 30px;
  padding: 20px;
}
@media only screen and (minwidth: 1351px) {
  #coreValues .coreBx .coreSlider .coreBx {
    padding: 25px;
  }
}
@media only screen and (minwidth: 1551px) {
  #coreValues .coreBx .coreSlider .coreBx {
    padding: 30px;
  }
}
#coreValues .coreBx .coreSlider .coreBx .icon {
  width: 100%;
  margin-left: auto;
  max-width: 110px;
  height: 120px;
  margin-bottom: 15px;
}
@media only screen and (minwidth: 1441px) {
  #coreValues .coreBx .coreSlider .coreBx .icon {
    max-width: 125px;
    height: 125px;
  }
}
@media only screen and (minwidth: 1551px) {
  #coreValues .coreBx .coreSlider .coreBx .icon {
    max-width: 170px;
    height: 130px;
  }
}
#coreValues .coreBx .coreSlider .coreBx .contenTbx .title {
  font-weight: 400;
  font-family: "IvyMode", sans-serif;
  color: #0e0e0e;
  margin-bottom: 10px;
  font-size: 24px;
}
@media only screen and (minwidth: 1351px) {
  #coreValues .coreBx .coreSlider .coreBx .contenTbx .title {
    font-size: 28px;
  }
}
@media only screen and (minwidth: 1441px) {
  #coreValues .coreBx .coreSlider .coreBx .contenTbx .title {
    font-size: 32px;
  }
}
@media only screen and (minwidth: 1551px) {
  #coreValues .coreBx .coreSlider .coreBx .contenTbx .title {
    font-size: 36px;
  }
}
#coreValues .coreBx .coreSlider .coreBx .contenTbx .title span {
  color: #5fbcaa;
}
#coreValues .coreBx .coreSlider .coreBx .contenTbx p {
  color: #202020;
}
#learner {
  position: relative;
  background: #f0f0f0;
  padding: 40px 0;
}
@media only screen and (min-width: 1200px) {
  #learner {
    padding: 60px 0 50px;
  }
}
@media only screen and (min-width: 1351px) {
  #learner {
    padding: 80px 0 55px;
  }
}
@media only screen and (min-width: 1661px) {
  #learner {
    padding: 140px 0 55px;
  }
}
#learner .floatIcons .icons.bgRcurve {
  top: 0;
  left: 0;
  width: 45px;
}
@media only screen and (min-width: 1200px) {
  #learner .floatIcons .icons.bgRcurve {
    width: 65px;
  }
}
@media only screen and (min-width: 1351px) {
  #learner .floatIcons .icons.bgRcurve {
    width: 80px;
  }
}
@media only screen and (min-width: 1661px) {
  #learner .floatIcons .icons.bgRcurve {
    width: 125px;
  }
}
#learner .floatIcons .icons.bgRcurve img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#learner .floatIcons .icons.smCurve {
  bottom: -160px;
  right: -10px;
}
#learner .floatIcons .icons.yellowDot {
  top: 5%;
  right: 20px;
  animation: flying 6s linear infinite;
}
#learner .floatIcons .icons.plus {
  width: 13px;
  top: 35px;
  left: 40%;
  animation: rotation 6s linear infinite;
}
#learner .floatIcons .icons.gCircle {
  bottom: 15%;
  left: 4%;
  animation: flying 6s linear infinite;
}
#learner .floatIcons .icons.plusRed {
  bottom: -5%;
  left: 2%;
  animation: rotation 6s linear infinite;
  width: 16px;
}
#learner .floatIcons .icons.grennround {
  bottom: -7%;
  left: 12%;
  animation: rotation 6s linear infinite;
  width: 32px;
}
#learner .floatIcons .icons.halfcir {
  bottom: -2%;
  left: 40%;
  animation: vibrate 6s linear infinite;
  width: 40px;
}
@media only screen and (min-width: 1351px) {
  #learner .floatIcons .icons.halfcir {
    bottom: -8%;
    left: 40%;
    width: 75px;
  }
}
#learner .floatIcons .icons.halfcir img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#learner .rflx {
  display: flex;
  flex-wrap: wrap;
  margin: -10px;
}
#learner .rflx > * {
  padding: 10px;
}
#learner .rflx .lftbx {
  width: 100%;
  margin-bottom: 25px;
}
@media only screen and (min-width: 678px) {
  #learner .rflx .lftbx {
    margin-bottom: 45px;
  }
}
@media only screen and (min-width: 1200px) {
  #learner .rflx .lftbx {
    width: 460px;
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 1351px) {
  #learner .rflx .lftbx {
    width: 550px;
  }
}
@media only screen and (min-width: 1661px) {
  #learner .rflx .lftbx {
    width: 590px;
  }
}
#learner .rflx .lftbx .gemsBx {
  position: relative;
  background: #f07c00;
  border-radius: 15px;
  padding: 20px 15px;
}
@media only screen and (min-width: 992px) {
  #learner .rflx .lftbx .gemsBx {
    padding: 30px;
    border-radius: 30px;
  }
}
@media only screen and (min-width: 1441px) {
  #learner .rflx .lftbx .gemsBx {
    padding: 35px;
  }
}
@media only screen and (min-width: 1551px) {
  #learner .rflx .lftbx .gemsBx {
    padding: 40px;
  }
}
@media only screen and (min-width: 1661px) {
  #learner .rflx .lftbx .gemsBx {
    padding: 45px 50px;
  }
}
#learner .rflx .lftbx .gemsBx .mainHead {
  margin-bottom: 10px;
}
#learner .rflx .lftbx .gemsBx .mainHead .mainTitle {
  color: #fff;
}
#learner .rflx .lftbx .gemsBx .mainHead .mainTitle span {
  color: #f07c00;
}
#learner .rflx .lftbx .gemsBx p {
  color: #fff;
}
#learner .rflx .rtBx {
  display: flex;
  align-items: center;
  width: 100%;
}
@media only screen and (min-width: 1200px) {
  #learner .rflx .rtBx {
    padding-left: 30px;
    width: calc(100% - 460px);
  }
}
@media only screen and (min-width: 1351px) {
  #learner .rflx .rtBx {
    width: calc(100% - 550px);
  }
}
@media only screen and (min-width: 1661px) {
  #learner .rflx .rtBx {
    width: calc(100% - 590px);
  }
}
#learner .rflx .rtBx .profilBx {
  width: 100%;
  margin: auto;
  position: relative;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 670px;
}
@media only screen and (min-width: 1551px) {
  #learner .rflx .rtBx .profilBx {
    max-width: 1110px;
  }
}
#learner .rflx .rtBx .profilBx ul {
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media only screen and (min-width: 640px) {
  #learner .rflx .rtBx .profilBx ul {
    position: absolute;
    top: 0;
    left: 0;
  }
}
#learner .rflx .rtBx .profilBx ul li {
  width: 100%;
  transition: all 0.5s;
}
@media only screen and (min-width: 640px) {
  #learner .rflx .rtBx .profilBx ul li {
    width: 50%;
  }
}
#learner .rflx .rtBx .profilBx ul li:hover .learnBox {
  transform: translateY(-10px);
}
#learner .rflx .rtBx .profilBx ul li:hover .learnBox .iconWrp .icon {
  transform: scale(0.8);
}
#learner .rflx .rtBx .profilBx ul li:nth-child(even) .learnBox {
  margin-left: auto;
  flex-direction: row;
  text-align: left;
}
#learner .rflx .rtBx .profilBx ul li:nth-child(6n-5) .learnBox {
  background: #006681;
  left: var(--lft);
  top: var(--tbtm);
}
#learner .rflx .rtBx .profilBx ul li:nth-child(6n-5) .learnBox .iconWrp .icon {
  background: #006681;
}
#learner .rflx .rtBx .profilBx ul li:nth-child(6n-4) .learnBox {
  background: #ffb90b;
  right: var(--lft);
  top: var(--tbtm);
}
#learner .rflx .rtBx .profilBx ul li:nth-child(6n-4) .learnBox .iconWrp .icon {
  background: #ffb90b;
}
#learner .rflx .rtBx .profilBx ul li:nth-child(6n-3) .learnBox {
  background: #00a9b9;
}
#learner .rflx .rtBx .profilBx ul li:nth-child(6n-3) .learnBox .iconWrp .icon {
  background: #00a9b9;
}
#learner .rflx .rtBx .profilBx ul li:nth-child(6n-2) .learnBox {
  background: #ff8d2a;
}
#learner .rflx .rtBx .profilBx ul li:nth-child(6n-2) .learnBox .iconWrp .icon {
  background: #ff8d2a;
}
#learner .rflx .rtBx .profilBx ul li:nth-child(6n-1) .learnBox {
  background: #10be81;
  left: var(--lft);
  bottom: var(--tbtm);
}
#learner .rflx .rtBx .profilBx ul li:nth-child(6n-1) .learnBox .iconWrp .icon {
  background: #10be81;
}
#learner .rflx .rtBx .profilBx ul li:nth-child(6n) .learnBox {
  background: #f14258;
  right: var(--lft);
  bottom: var(--tbtm);
}
#learner .rflx .rtBx .profilBx ul li:nth-child(6n) .learnBox .iconWrp .icon {
  background: #f14258;
}
#learner .rflx .rtBx .profilBx ul li .learnBox {
  display: flex;
  align-items: center;
  position: relative;
  width: 100%;
  background: #006681;
  border-radius: 80px;
  padding: 8px;
  margin-bottom: 15px;
  max-width: 320px;
  flex-direction: row-reverse;
  text-align: right;
  transition: all 0.5s;
  filter: drop-shadow(7px 7px 16px rgba(0, 0, 0, 0.45));
}
@media only screen and (min-width: 640px) {
  #learner .rflx .rtBx .profilBx ul li .learnBox {
    max-width: 230px;
  }
}
@media only screen and (min-width: 640px) {
  #learner .rflx .rtBx .profilBx ul li .learnBox {
    --tbtm: 0px;
    --lft: 60px;
    margin-bottom: 55px;
  }
}
@media only screen and (min-width: 678px) {
  #learner .rflx .rtBx .profilBx ul li .learnBox {
    margin-bottom: 90px;
  }
}
@media only screen and (min-width: 1551px) {
  #learner .rflx .rtBx .profilBx ul li .learnBox {
    --tbtm: -15px;
    padding: 10px;
    --lft: 75px;
    --tbtm: -30px;
    max-width: 300px;
  }
}
@media only screen and (min-width: 1661px) {
  #learner .rflx .rtBx .profilBx ul li .learnBox {
    margin-bottom: 80px;
    --tbtm: -50px;
    --lft: 125px;
    padding: 13px;
    max-width: 330px;
  }
}
@media only screen and (min-width: 1771px) {
  #learner .rflx .rtBx .profilBx ul li .learnBox {
    margin-bottom: 70px;
    max-width: 350px;
  }
}
#learner .rflx .rtBx .profilBx ul li .learnBox .iconWrp {
  border-radius: 50%;
  background: #fff;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  filter: drop-shadow(2.8px 2.8px 6px rgba(0, 0, 0, 0.45));
}
@media only screen and (min-width: 1551px) {
  #learner .rflx .rtBx .profilBx ul li .learnBox .iconWrp {
    width: 85px;
    height: 85px;
  }
}
@media only screen and (min-width: 1661px) {
  #learner .rflx .rtBx .profilBx ul li .learnBox .iconWrp {
    width: 95px;
    height: 95px;
  }
}
@media only screen and (min-width: 1771px) {
  #learner .rflx .rtBx .profilBx ul li .learnBox .iconWrp {
    width: 107px;
    height: 107px;
  }
}
#learner .rflx .rtBx .profilBx ul li .learnBox .iconWrp .icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #006681;
  transition: all 0.5s;
  filter: drop-shadow(2.8px 2.8px 4px rgba(0, 0, 0, 0.45));
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (min-width: 1551px) {
  #learner .rflx .rtBx .profilBx ul li .learnBox .iconWrp .icon {
    width: 65px;
    height: 65px;
  }
}
@media only screen and (min-width: 1661px) {
  #learner .rflx .rtBx .profilBx ul li .learnBox .iconWrp .icon {
    width: 80px;
    height: 80px;
  }
}
#learner .rflx .rtBx .profilBx ul li .learnBox .iconWrp .icon img {
  transition: all 0.5s;
  max-width: 25px;
  margin: auto;
}
@media only screen and (min-width: 1551px) {
  #learner .rflx .rtBx .profilBx ul li .learnBox .iconWrp .icon img {
    max-width: 50px;
  }
}
#learner .rflx .rtBx .profilBx ul li .learnBox .infoBx {
  width: calc(100% - 50px);
  padding: 0 15px;
}
@media only screen and (min-width: 1551px) {
  #learner .rflx .rtBx .profilBx ul li .learnBox .infoBx {
    width: calc(100% - 85px);
  }
}
@media only screen and (min-width: 1661px) {
  #learner .rflx .rtBx .profilBx ul li .learnBox .infoBx {
    width: calc(100% - 95px);
  }
}
@media only screen and (min-width: 1771px) {
  #learner .rflx .rtBx .profilBx ul li .learnBox .infoBx {
    width: calc(100% - 107px);
  }
}
#learner .rflx .rtBx .profilBx ul li .learnBox .infoBx .txt {
  color: #fff;
  font-weight: 600;
  filter: drop-shadow(0px 4px 10px rgba(0, 0, 0, 0.35));
  font-size: 12px;
  display: -webkit-box;
  -webkit-line-clamp: var(--lines);
  line-clamp: var(--lines);
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  overflow: hidden;
  --lines: 4;
}
@media only screen and (min-width: 1551px) {
  #learner .rflx .rtBx .profilBx ul li .learnBox .infoBx .txt {
    font-size: 16px;
  }
}
@media only screen and (min-width: 1771px) {
  #learner .rflx .rtBx .profilBx ul li .learnBox .infoBx .txt {
    font-size: 18px;
  }
}
#learner .rflx .rtBx .profilBx .outerCircl {
  display: none;
}
@media only screen and (min-width: 640px) {
  #learner .rflx .rtBx .profilBx .outerCircl {
    width: var(--wd);
    height: var(--wd);
    overflow: hidden;
    margin: auto;
    border-radius: 50%;
    background: url("../images/outerCircle.svg") no-repeat;
    background-size: 100%;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 0;
    --wd: 310px;
  }
}
@media only screen and (min-width: 678px) {
  #learner .rflx .rtBx .profilBx .outerCircl {
    --wd: 380px;
  }
}
@media only screen and (min-width: 1551px) {
  #learner .rflx .rtBx .profilBx .outerCircl {
    --wd: 500px;
  }
}
@media only screen and (min-width: 1661px) {
  #learner .rflx .rtBx .profilBx .outerCircl {
    --wd: 550px;
  }
}
#learner .rflx .rtBx .profilBx .outerCircl::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  background: url("../images/line.svg") no-repeat;
  height: 100%;
  z-index: 0;
  width: 290px;
  background-size: 325px;
}
@media only screen and (min-width: 678px) {
  #learner .rflx .rtBx .profilBx .outerCircl::before {
    width: 355px;
    background-size: 397px;
  }
}
@media only screen and (min-width: 1551px) {
  #learner .rflx .rtBx .profilBx .outerCircl::before {
    width: 465px;
    background-size: 520px;
  }
}
@media only screen and (min-width: 1661px) {
  #learner .rflx .rtBx .profilBx .outerCircl::before {
    width: 515px;
    background-size: 575px;
  }
}
#learner .rflx .rtBx .profilBx .outerCircl::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  right: 0;
  top: 0;
  margin: auto;
  background: #f0f0f0;
  width: calc(var(--wd) - 50px);
  height: calc(var(--wd) - 50px);
  border-radius: 50%;
  z-index: -1;
}
#learner .rflx .rtBx .profilBx .outerCircl .innerCircle {
  margin: auto;
  border-radius: 50%;
  background: url("../images/inerCircle.svg") no-repeat;
  background-size: 100%;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 150px;
  height: 150px;
  z-index: 1;
}
@media only screen and (min-width: 678px) {
  #learner .rflx .rtBx .profilBx .outerCircl .innerCircle {
    width: 190px;
    height: 190px;
  }
}
@media only screen and (min-width: 1551px) {
  #learner .rflx .rtBx .profilBx .outerCircl .innerCircle {
    width: 315px;
    height: 315px;
  }
}
#learner .rflx .rtBx .profilBx .outerCircl .innerCircle .outrshadCirc {
  border-radius: 50%;
  background: linear-gradient(90deg, #ffffff 0%, #f4f4f4 49%, #e5e5e5 100%);
  box-shadow: 5.72px 5.72px 13.08px 0px rgba(0, 0, 0, 0.4509803922);
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 125px;
  height: 125px;
}
@media only screen and (min-width: 678px) {
  #learner .rflx .rtBx .profilBx .outerCircl .innerCircle .outrshadCirc {
    width: 165px;
    height: 165px;
  }
}
@media only screen and (min-width: 1551px) {
  #learner .rflx .rtBx .profilBx .outerCircl .innerCircle .outrshadCirc {
    width: 275px;
    height: 275px;
  }
}
#learner
  .rflx
  .rtBx
  .profilBx
  .outerCircl
  .innerCircle
  .outrshadCirc
  .innershadCirc {
  background: linear-gradient(
    180deg,
    #ffffff 0.01%,
    #f4f4f4 49.01%,
    #e5e5e5 100.01%
  );
  box-shadow: 6.07px 6.07px 13.88px 0px rgba(0, 0, 0, 0.4509803922);
  border-radius: 50%;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100px;
  height: 100px;
}
@media only screen and (min-width: 678px) {
  #learner
    .rflx
    .rtBx
    .profilBx
    .outerCircl
    .innerCircle
    .outrshadCirc
    .innershadCirc {
    width: 140px;
    height: 140px;
  }
}
@media only screen and (min-width: 1551px) {
  #learner
    .rflx
    .rtBx
    .profilBx
    .outerCircl
    .innerCircle
    .outrshadCirc
    .innershadCirc {
    width: 230px;
    height: 230px;
  }
}
#learner
  .rflx
  .rtBx
  .profilBx
  .outerCircl
  .innerCircle
  .outrshadCirc
  .innershadCirc
  .titleWrap {
  text-align: center;
}
#learner
  .rflx
  .rtBx
  .profilBx
  .outerCircl
  .innerCircle
  .outrshadCirc
  .innershadCirc
  .titleWrap
  .logo {
  margin: auto;
  margin-bottom: 8px;
  width: 65px;
}
@media only screen and (min-width: 678px) {
  #learner
    .rflx
    .rtBx
    .profilBx
    .outerCircl
    .innerCircle
    .outrshadCirc
    .innershadCirc
    .titleWrap
    .logo {
    margin-bottom: 15px;
    width: 85px;
  }
}
@media only screen and (min-width: 1551px) {
  #learner
    .rflx
    .rtBx
    .profilBx
    .outerCircl
    .innerCircle
    .outrshadCirc
    .innershadCirc
    .titleWrap
    .logo {
    width: 110px;
  }
}
#learner
  .rflx
  .rtBx
  .profilBx
  .outerCircl
  .innerCircle
  .outrshadCirc
  .innershadCirc
  .titleWrap
  .logo
  img {
  transition: all 0.5s;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#learner
  .rflx
  .rtBx
  .profilBx
  .outerCircl
  .innerCircle
  .outrshadCirc
  .innershadCirc
  .titleWrap
  .name {
  font-weight: 300;
  font-family: "IvyMode", sans-serif;
  color: #252525;
  font-size: 16px;
}
@media only screen and (min-width: 678px) {
  #learner
    .rflx
    .rtBx
    .profilBx
    .outerCircl
    .innerCircle
    .outrshadCirc
    .innershadCirc
    .titleWrap
    .name {
    font-size: 18px;
  }
}
@media only screen and (min-width: 1551px) {
  #learner
    .rflx
    .rtBx
    .profilBx
    .outerCircl
    .innerCircle
    .outrshadCirc
    .innershadCirc
    .titleWrap
    .name {
    font-size: 32px;
  }
}
#genius {
  position: relative;
  overflow: hidden;
  padding: 40px 0 60px;
  z-index: 0;
}
@media only screen and (min-width: 1200px) {
  #genius {
    padding-bottom: 100px;
  }
}
@media only screen and (min-width: 992px) {
  #genius::before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 160px;
    background: #f0f0f0;
  }
}
#genius .floatIcons .bgRcurve {
  position: absolute;
  left: 0;
  bottom: -5px;
  animation: scaleEffects 7s linear infinite;
  width: 80px;
  height: 80px;
}
@media only screen and (min-width: 992px) {
  #genius .floatIcons .bgRcurve {
    width: 200px;
    height: 200px;
  }
}
#genius .floatIcons .bgRcurve img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#genius .floatIcons .lineDot {
  position: absolute;
  left: 10%;
  animation: vibrate 7s linear infinite;
  bottom: 2%;
}
@media only screen and (min-width: 992px) {
  #genius .floatIcons .lineDot {
    bottom: 10%;
    width: 45px;
  }
}
#genius .floatIcons .bigdot {
  left: 10%;
  top: 30%;
  z-index: -1;
  animation: rotation 6s linear infinite;
  width: 45px;
}
@media only screen and (min-width: 1351px) {
  #genius .floatIcons .bigdot {
    width: 75px;
  }
}
@media only screen and (min-width: 1441px) {
  #genius .floatIcons .bigdot {
    width: 150px;
  }
}
@media only screen and (min-width: 1551px) {
  #genius .floatIcons .bigdot {
    width: 230px;
  }
}
#genius .floatIcons .bigdot img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#genius .floatIcons .halfcir {
  left: 35%;
  animation: vibrate 8s linear infinite;
  width: 35px;
  bottom: 8%;
}
@media only screen and (min-width: 992px) {
  #genius .floatIcons .halfcir {
    bottom: 23%;
  }
}
#genius .floatIcons .halfcir img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#genius .flxBx {
  display: flex;
  flex-wrap: wrap;
  margin: -8px;
}
#genius .flxBx > * {
  padding: 8px;
}
#genius .flxBx .lftBx {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (min-width: 992px) {
  #genius .flxBx .lftBx {
    padding-right: 30px;
    padding-top: 180px;
    width: calc(100% - 630px);
    justify-content: flex-start;
  }
}
@media only screen and (min-width: 1200px) {
  #genius .flxBx .lftBx {
    width: calc(100% - 750px);
  }
}
@media only screen and (min-width: 1441px) {
  #genius .flxBx .lftBx {
    width: calc(100% - 800px);
  }
}
@media only screen and (min-width: 1551px) {
  #genius .flxBx .lftBx {
    width: calc(100% - 992px);
  }
}
#genius .flxBx .lftBx .headBx {
  width: 100%;
  max-width: 110px;
}
@media only screen and (min-width: 768px) {
  #genius .flxBx .lftBx .headBx {
    max-width: 180px;
  }
}
@media only screen and (min-width: 992px) {
  #genius .flxBx .lftBx .headBx {
    max-width: 250px;
  }
}
@media only screen and (min-width: 1551px) {
  #genius .flxBx .lftBx .headBx {
    max-width: 318px;
  }
}
#genius .flxBx .lftBx .headBx svg {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#genius .flxBx .lftBx .cntBx {
  max-width: 325px;
  z-index: 1;
  position: relative;
}
#genius .flxBx .lftBx .cntBx .mainHead .mainTitle {
  font-style: italic;
  font-family: "Montserrat", serif;
  font-weight: 300;
}
#genius .flxBx .lftBx .cntBx .mainHead .mainTitle span {
  font-style: normal;
  color: #005ba0;
  font-weight: 600;
}
#genius .flxBx .rtBx {
  width: 100%;
}
@media only screen and (min-width: 992px) {
  #genius .flxBx .rtBx {
    width: 630px;
  }
}
@media only screen and (min-width: 1200px) {
  #genius .flxBx .rtBx {
    width: 750px;
  }
}
@media only screen and (min-width: 1441px) {
  #genius .flxBx .rtBx {
    width: 800px;
  }
}
@media only screen and (min-width: 1551px) {
  #genius .flxBx .rtBx {
    width: 992px;
  }
}
#genius .flxBx .rtBx .imgBx {
  width: 100%;
  height: 100%;
  border-radius: 24px;
  overflow: hidden;
  position: relative;
  aspect-ratio: 992/576;
}
#genius .flxBx .rtBx .imgBx img,
#genius .flxBx .rtBx .imgBx video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#genius .flxBx .rtBx .imgBx .icon {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  cursor: pointer;
  bottom: 0;
  margin: auto;
  width: 50px;
  height: 50px;
}
@media only screen and (min-width: 1441px) {
  #genius .flxBx .rtBx .imgBx .icon {
    width: 75px;
    height: 75px;
  }
}
@media only screen and (max-width: 992px) {
  #genius .flxBx .rtBx .imgBx .icon {
    display: none;
  }
}
#genius .flxBx .rtBx .imgBx .icon.hidden {
  opacity: 0;
  visibility: hidden;
}
#genius .flxBx .rtBx .imgBx .icon svg {
  transition: all 0.5s;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#accolades {
  position: relative;
  background: #00a39e;
  padding: 75px 0 45px;
  z-index: 0;
  overflow: hidden;
}
#accolades .floatIcons {
  z-index: -1;
}
#accolades .floatIcons .redDot {
  top: 10%;
  left: 10%;
  animation: vibrate 6s linear infinite;
}
#accolades .floatIcons .circleHalf {
  top: 0;
  right: 0px;
  animation: scaleEffects 6s linear infinite;
}
#accolades .floatIcons .bgRcurve {
  position: absolute;
  left: 0;
  bottom: -5px;
  animation: scaleEffects 7s linear infinite;
  width: 200px;
  height: 200px;
}
#accolades .floatIcons .bgRcurve img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#accolades .floatIcons .lineDot {
  left: 5%;
  bottom: 2%;
  animation: vibrate 7s linear infinite;
  width: 45px;
}
#accolades .floatIcons .bigdot {
  left: 15%;
  right: 0;
  margin: auto;
  top: 5%;
  z-index: -1;
  animation: rotation 6s linear infinite;
  width: 45px;
}
@media only screen and (min-width: 1351px) {
  #accolades .floatIcons .bigdot {
    width: 75px;
  }
}
@media only screen and (min-width: 1441px) {
  #accolades .floatIcons .bigdot {
    width: 120px;
  }
}
#accolades .floatIcons .bigdot img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#accolades .floatIcons .halfcir {
  bottom: 23%;
  left: 35%;
  animation: vibrate 8s linear infinite;
  width: 35px;
}
#accolades .floatIcons .halfcir img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#accolades .floatIcons .yellowDot {
  right: 2%;
  bottom: 15%;
  animation: rotation 7s linear infinite;
  width: 45px;
}
#accolades .floatIcons .cirTri {
  bottom: 0;
  left: 10%;
  animation: swinging 1s linear infinite;
}
#accolades .mainHead {
  margin-bottom: 30px;
}
@media only screen and (min-width: 1441px) {
  #accolades .mainHead .subT {
    font-size: 22px;
  }
}
@media only screen and (min-width: 578px) {
  #accolades .sliderBx {
    height: 430px;
  }
}
@media only screen and (min-width: 1441px) {
  #accolades .sliderBx {
    height: 500px;
  }
}
#accolades .accoladeSlider {
  overflow: hidden;
  width: 100%;
  height: 100%;
}
#accolades .accoladeSlider .swiper-wrapper {
  align-items: center;
  height: auto;
}
@media only screen and (min-width: 578px) {
  #accolades
    .accoladeSlider
    .swiper-slide.swiper-slide-active
    .accoladesBx
    .infobx
    .contNtbx {
    height: 90px;
  }
}
@media only screen and (min-width: 578px) {
  #accolades
    .accoladeSlider
    .swiper-slide.swiper-slide-active
    .accoladesBx
    .infobx
    .contNtbx
    p {
    opacity: 1;
    visibility: visible;
  }
}
@media only screen and (min-width: 578px) {
  #accolades
    .accoladeSlider
    .swiper-slide.swiper-slide-active
    .accoladesBx
    .imgBx {
    width: 210px;
    height: 210px;
  }
}
@media only screen and (min-width: 1441px) {
  #accolades
    .accoladeSlider
    .swiper-slide.swiper-slide-active
    .accoladesBx
    .imgBx {
    width: 230px;
    height: 230px;
  }
}
@media only screen and (min-width: 1551px) {
  #accolades
    .accoladeSlider
    .swiper-slide.swiper-slide-active
    .accoladesBx
    .imgBx {
    width: 265px;
    height: 265px;
  }
}
@media only screen and (min-width: 578px) {
  #accolades
    .accoladeSlider
    .swiper-slide.swiper-slide-active
    .accoladesBx
    .imgBx::after {
    top: 50px;
  }
}
@media only screen and (min-width: 1200px) {
  #accolades
    .accoladeSlider
    .swiper-slide.swiper-slide-active
    .accoladesBx
    .imgBx::after {
    top: 60px;
  }
}
@media only screen and (min-width: 578px) {
  #accolades
    .accoladeSlider
    .swiper-slide.swiper-slide-active
    .accoladesBx
    .imgBx
    .imBx {
    width: 140px;
    height: 140px;
  }
}
@media only screen and (min-width: 1441px) {
  #accolades
    .accoladeSlider
    .swiper-slide.swiper-slide-active
    .accoladesBx
    .imgBx
    .imBx {
    width: 150px;
    height: 150px;
  }
}
@media only screen and (min-width: 1551px) {
  #accolades
    .accoladeSlider
    .swiper-slide.swiper-slide-active
    .accoladesBx
    .imgBx
    .imBx {
    width: 180px;
    height: 180px;
  }
}
#accolades .accoladeSlider .accoladesBx {
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
}
#accolades .accoladeSlider .accoladesBx .imgBx {
  margin: auto;
  position: relative;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  width: 135px;
  height: 135px;
}
@media only screen and (min-width: 1200px) {
  #accolades .accoladeSlider .accoladesBx .imgBx {
    width: 165px;
    height: 165px;
  }
}
#accolades .accoladeSlider .accoladesBx .imgBx:hover .imBx img {
  transform: scale(1.1);
}
#accolades .accoladeSlider .accoladesBx .imgBx::after {
  position: absolute;
  content: "";
  left: 0;
  top: 35px;
  bottom: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  background: url("../images/accBg.png") no-repeat;
  background-size: 100%;
  transition: all 0.5s;
}
#accolades .accoladeSlider .accoladesBx .imgBx .imBx {
  width: 90px;
  height: 90px;
  transition: all 0.5s;
  border-radius: 50%;
  overflow: hidden;
}
@media only screen and (min-width: 1200px) {
  #accolades .accoladeSlider .accoladesBx .imgBx .imBx {
    width: 110px;
    height: 110px;
  }
}
#accolades .accoladeSlider .accoladesBx .imgBx .imBx img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
}
#accolades .accoladeSlider .accoladesBx .infobx .title {
  color: #fff;
  font-weight: 600;
  margin-bottom: 15px;
  font-size: 16px;
}
@media only screen and (min-width: 1551px) {
  #accolades .accoladeSlider .accoladesBx .infobx .title {
    font-size: 18px;
  }
}
#accolades .accoladeSlider .accoladesBx .infobx .subT {
  color: #fff;
  font-weight: 500;
  font-style: italic;
  margin-bottom: 10px;
  font-size: 16px;
}
@media only screen and (min-width: 1551px) {
  #accolades .accoladeSlider .accoladesBx .infobx .subT {
    font-size: 18px;
  }
}
#accolades .accoladeSlider .accoladesBx .infobx .contNtbx {
  overflow: hidden;
  transition: all 0.5s;
}
@media only screen and (min-width: 578px) {
  #accolades .accoladeSlider .accoladesBx .infobx .contNtbx {
    height: 0;
  }
}
#accolades .accoladeSlider .accoladesBx .infobx .contNtbx p {
  font-weight: 400;
  transition: all 0.5s;
  color: #fff;
  --lines: 3;
  display: -webkit-box;
  -webkit-line-clamp: var(--lines);
  line-clamp: var(--lines);
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  overflow: hidden;
}
@media only screen and (min-width: 578px) {
  #accolades .accoladeSlider .accoladesBx .infobx .contNtbx p {
    opacity: 0;
    visibility: hidden;
  }
}
#quality {
  position: relative;
  padding: 40px 0;
}
@media only screen and (min-width: 1441px) {
  #quality {
    padding: 60px 0;
  }
}
@media only screen and (min-width: 1551px) {
  #quality {
    padding: 90px 0 45px;
    padding: 90px 0 45px;
  }
}
#quality .icons .icon {
  position: absolute;
  z-index: 0;
}
#quality .icons .icon.icon1 {
  max-width: 34px;
  bottom: 32%;
  left: 0px;
  animation: vibrate 3s linear infinite;
}
@media only screen and (min-width: 1441px) {
  #quality .icons .icon.icon1 {
    max-width: 44px;
  }
}
#quality .icons .icon.icon2 {
  max-width: 30px;
  top: 15%;
  left: 30%;
  z-index: 2;
  animation: rotation 3s linear infinite;
}
@media only screen and (min-width: 1441px) {
  #quality .icons .icon.icon2 {
    max-width: 50px;
    top: 15%;
    left: 30%;
  }
}
#quality .icons .icon.icon3 {
  max-width: 34px;
  top: 40%;
  left: 35%;
  animation: vibrate 3s linear infinite;
}
@media only screen and (min-width: 1441px) {
  #quality .icons .icon.icon3 {
    max-width: 44px;
    left: 38%;
  }
}
@media only screen and (min-width: 1661px) {
  #quality .icons .icon.icon3 {
    left: 41%;
  }
}
#quality .icons .icon.icon4 {
  max-width: 8px;
  bottom: 5%;
  right: 20%;
  animation: vibrate 3s linear infinite;
}
@media only screen and (min-width: 1441px) {
  #quality .icons .icon.icon4 {
    max-width: 13px;
  }
}
#quality .circularBx {
  position: relative;
}
@media only screen and (min-width: 992px) {
  #quality .circularBx {
    border-radius: 50%;
    right: -100px;
    margin: auto;
    background: rgba(20, 201, 137, 0.42);
    width: 390px;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 390px;
  }
}
@media only screen and (min-width: 1200px) {
  #quality .circularBx {
    width: 425px;
    height: 425px;
  }
}
@media only screen and (min-width: 1441px) {
  #quality .circularBx {
    width: 485px;
    height: 485px;
  }
}
@media only screen and (min-width: 1551px) {
  #quality .circularBx {
    width: 525px;
    height: 525px;
  }
}
@media only screen and (min-width: 992px) {
  #quality .circularBx .logoBx {
    height: fit-content;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 200px;
  }
}
@media only screen and (min-width: 1351px) {
  #quality .circularBx .logoBx {
    width: 250px;
  }
}
@media only screen and (min-width: 1551px) {
  #quality .circularBx .logoBx {
    width: 300px;
  }
}
#quality .circularBx .logoBx img {
  width: auto;
}
#quality .circularBx .thumbBox {
  background: rgba(0, 182, 182, 0.2);
  border-radius: 50%;
  backdrop-filter: blur(98px);
  position: absolute;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  overflow: hidden;
  transition: all 0.5s;
  border: 2px solid rgba(0, 0, 0, 0);
  transition: transform 1s ease-in-out, left 1s ease-in-out, top 1s ease-in-out;
}
@media only screen and (min-width: 578px) {
  #quality .circularBx .thumbBox {
    width: 70px;
    height: 70px;
  }
}
@media only screen and (min-width: 992px) {
  #quality .circularBx .thumbBox {
    left: -35px;
    transform-origin: 230px;
  }
}
@media only screen and (min-width: 1200px) {
  #quality .circularBx .thumbBox {
    transform-origin: 250px;
    width: 80px;
    height: 80px;
  }
}
@media only screen and (min-width: 1441px) {
  #quality .circularBx .thumbBox {
    transform-origin: 280px;
    width: 100px;
    height: 100px;
  }
}
@media only screen and (min-width: 1551px) {
  #quality .circularBx .thumbBox {
    transform-origin: 300px;
  }
}
@media only screen and (min-width: 1661px) {
  #quality .circularBx .thumbBox {
    width: 105px;
    height: 105px;
  }
}
#quality .circularBx .thumbBox.active {
  border: 3px solid #ddc368;
  width: 100px;
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%) scale(1.2);
  z-index: 10;
  height: 100px;
}
@media only screen and (min-width: 1200px) {
  #quality .circularBx .thumbBox.active {
    width: 115px;
    height: 115px;
  }
}
@media only screen and (min-width: 1200px) and (min-width: 1551px) {
  #quality .circularBx .thumbBox.active {
    width: 125px;
    height: 125px;
  }
}
@media only screen and (min-width: 1200px) and (min-width: 1551px) and (min-width: 1661px) {
  #quality .circularBx .thumbBox.active {
    border: 5px solid #ddc368;
    width: 140px;
    height: 140px;
  }
}
#quality .circularBx .thumbBox:hover {
  background: rgba(0, 174, 239, 0.2);
}
#quality .circularBx .thumbBox:hover .imgBx img {
  animation: carRun 0.2s linear;
}
#quality .circularBx .thumbBox .imgBx {
  width: 100%;
  height: 100%;
  background: #fff;
}
#quality .circularBx .thumbBox .imgBx img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#quality .mainBx {
  display: flex;
  flex-wrap: wrap;
}
#quality .mainBx .lbax {
  width: 100%;
  margin-bottom: 10px;
}
@media only screen and (min-width: 578px) {
  #quality .mainBx .lbax {
    width: 50%;
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 992px) {
  #quality .mainBx .lbax {
    width: 35%;
  }
}
@media only screen and (min-width: 1200px) {
  #quality .mainBx .lbax {
    width: 410px;
  }
}
@media only screen and (min-width: 1351px) {
  #quality .mainBx .lbax {
    width: 440px;
  }
}
@media only screen and (min-width: 1441px) {
  #quality .mainBx .lbax {
    width: 510px;
  }
}
@media only screen and (min-width: 1551px) {
  #quality .mainBx .lbax {
    width: 565px;
  }
}
@media only screen and (min-width: 1661px) {
  #quality .mainBx .lbax {
    width: 650px;
  }
}
#quality .mainBx .lbax .qualityBx {
  width: 100%;
  height: 100%;
  background: #f07c00;
  border-radius: 30px;
  padding: 25px;
}
@media only screen and (min-width: 1200px) {
  #quality .mainBx .lbax .qualityBx {
    padding: 30px 35px;
    border-radius: 50px;
  }
}
@media only screen and (min-width: 1551px) {
  #quality .mainBx .lbax .qualityBx {
    padding: 40px 45px;
  }
}
#quality .mainBx .lbax .qualityBx p {
  color: #fff;
}
#quality .mainBx .rbx {
  width: 100%;
}
@media only screen and (min-width: 578px) {
  #quality .mainBx .rbx {
    width: 50%;
    padding-left: 15px;
  }
}
@media only screen and (min-width: 992px) {
  #quality .mainBx .rbx {
    padding-left: 20px;
    width: 65%;
  }
}
@media only screen and (min-width: 1200px) {
  #quality .mainBx .rbx {
    padding-left: 30px;
    width: calc(100% - 410px);
  }
}
@media only screen and (min-width: 1351px) {
  #quality .mainBx .rbx {
    width: calc(100% - 440px);
  }
}
@media only screen and (min-width: 1441px) {
  #quality .mainBx .rbx {
    width: calc(100% - 510px);
  }
}
@media only screen and (min-width: 1551px) {
  #quality .mainBx .rbx {
    width: calc(100% - 565px);
    padding-left: 40px;
  }
}
@media only screen and (min-width: 1661px) {
  #quality .mainBx .rbx {
    width: calc(100% - 650px);
  }
}
#quality .mainBx .rbx .sliderBox {
  display: flex;
  flex-wrap: wrap;
  height: 100%;
}
#quality .mainBx .rbx .sliderBox .lftBx {
  width: 100%;
}
@media only screen and (min-width: 992px) {
  #quality .mainBx .rbx .sliderBox .lftBx {
    width: 50%;
    padding-right: 20px;
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 1200px) {
  #quality .mainBx .rbx .sliderBox .lftBx {
    width: 410px;
  }
}
@media only screen and (min-width: 1351px) {
  #quality .mainBx .rbx .sliderBox .lftBx {
    width: 440px;
  }
}
@media only screen and (min-width: 1441px) {
  #quality .mainBx .rbx .sliderBox .lftBx {
    padding-right: 40px;
    width: 510px;
    padding-right: 80px;
  }
}
@media only screen and (min-width: 1551px) {
  #quality .mainBx .rbx .sliderBox .lftBx {
    width: 565px;
  }
}
#quality .mainBx .rbx .sliderBox .lftBx .cmnBx {
  width: 100%;
  height: 100%;
  background: #f07c00;
  border-radius: 30px;
  padding: 30px 20px;
}
@media only screen and (min-width: 1200px) {
  #quality .mainBx .rbx .sliderBox .lftBx .cmnBx {
    border-radius: 50px;
  }
}
@media only screen and (min-width: 1351px) {
  #quality .mainBx .rbx .sliderBox .lftBx .cmnBx {
    padding: 45px 30px;
  }
}
@media only screen and (min-width: 1551px) {
  #quality .mainBx .rbx .sliderBox .lftBx .cmnBx {
    padding: 60px 40px;
  }
}
#quality .mainBx .rbx .sliderBox .lftBx .cmnBx .imgBx {
  margin: auto;
  margin-bottom: 20px;
  width: 130px;
  height: 130px;
  background: #fff;
  border-radius: 50%;
}
@media only screen and (min-width: 1351px) {
  #quality .mainBx .rbx .sliderBox .lftBx .cmnBx .imgBx {
    width: 150px;
    height: 150px;
  }
}
@media only screen and (min-width: 1551px) {
  #quality .mainBx .rbx .sliderBox .lftBx .cmnBx .imgBx {
    width: 200px;
    height: 200px;
  }
}
#quality .mainBx .rbx .sliderBox .lftBx .cmnBx .imgBx img {
  transition: all 0.5s;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#quality .mainBx .rbx .sliderBox .lftBx .mainSlider {
  width: 100%;
  height: 100%;
}
#quality .mainBx .rbx .sliderBox .rtSlide {
  width: 100%;
  display: none;
}
@media only screen and (min-width: 992px) {
  #quality .mainBx .rbx .sliderBox .rtSlide {
    width: 50%;
    display: block;
  }
}
@media only screen and (min-width: 1200px) {
  #quality .mainBx .rbx .sliderBox .rtSlide {
    width: calc(100% - 410px);
  }
}
@media only screen and (min-width: 1351px) {
  #quality .mainBx .rbx .sliderBox .rtSlide {
    width: calc(100% - 440px);
  }
}
@media only screen and (min-width: 1441px) {
  #quality .mainBx .rbx .sliderBox .rtSlide {
    width: calc(100% - 510px);
  }
}
@media only screen and (min-width: 1551px) {
  #quality .mainBx .rbx .sliderBox .rtSlide {
    width: calc(100% - 565px);
  }
}
#footPrint {
  position: relative;
  padding: 40px 0;
}
@media only screen and (min-width: 1200px) {
  #footPrint {
    padding: 60px 0;
  }
}
@media only screen and (min-width: 1441px) {
  #footPrint {
    padding: 60px 0 200px;
  }
}
#footPrint .icons .icon {
  position: absolute;
}
#footPrint .icons .icon.icon5 {
  max-width: 27px;
  top: 10%;
  left: 0;
}
@media only screen and (min-width: 1661px) {
  #footPrint .icons .icon.icon5 {
    max-width: 47px;
  }
}
#footPrint .icons .icon.icon6 {
  max-width: 46px;
  top: 20%;
  left: 5%;
  z-index: 2;
  animation: rotation 3s linear infinite;
}
@media only screen and (min-width: 1200px) {
  #footPrint .icons .icon.icon6 {
    top: 10%;
    left: 20%;
  }
}
@media only screen and (min-width: 1661px) {
  #footPrint .icons .icon.icon6 {
    max-width: 96px;
  }
}
#footPrint .icons .icon.icon7 {
  max-width: 24px;
  top: 30%;
  left: 39%;
  z-index: 2;
  animation: vibrate 3s linear infinite;
}
@media only screen and (min-width: 1351px) {
  #footPrint .icons .icon.icon7 {
    left: 43%;
  }
}
@media only screen and (min-width: 1661px) {
  #footPrint .icons .icon.icon7 {
    max-width: 44px;
  }
}
#footPrint .icons .icon.icon8 {
  max-width: 28px;
  bottom: 6%;
  left: 40%;
  animation: spin 3s linear infinite;
}
@media only screen and (min-width: 1661px) {
  #footPrint .icons .icon.icon8 {
    max-width: 48px;
  }
}
#footPrint .icons .icon.icon9 {
  max-width: 36px;
  bottom: 0;
  right: 20%;
  animation: vibrate 3s linear infinite;
}
@media only screen and (min-width: 1661px) {
  #footPrint .icons .icon.icon9 {
    max-width: 56px;
  }
}
#footPrint .icons .icon.icon10 {
  max-width: 100px;
  top: 28%;
  right: 0px;
  animation: spin 3s linear infinite;
}
@media only screen and (min-width: 1661px) {
  #footPrint .icons .icon.icon10 {
    max-width: 180px;
  }
}
#footPrint .icons .icon.icon11 {
  max-width: 10px;
  top: 10%;
  right: 10%;
  animation: rotation 3s linear infinite;
}
@media only screen and (min-width: 1661px) {
  #footPrint .icons .icon.icon11 {
    max-width: 18px;
  }
}
#footPrint .icons .icon.icon12 {
  max-width: 8px;
  top: 21%;
  right: 10%;
  animation: scaleEffects 3s linear infinite;
}
@media only screen and (min-width: 1661px) {
  #footPrint .icons .icon.icon12 {
    max-width: 13px;
  }
}
#footPrint .icons .icon.icon13 {
  max-width: 20px;
  bottom: 18%;
  right: 0px;
  animation: rotation 3s linear infinite;
}
@media only screen and (min-width: 1661px) {
  #footPrint .icons .icon.icon13 {
    max-width: 30px;
  }
}
#footPrint .icons .icon.icon14 {
  max-width: 20px;
  right: 2%;
  top: 29%;
  animation: rotation 3s linear infinite;
}
@media only screen and (min-width: 1661px) {
  #footPrint .icons .icon.icon14 {
    max-width: 30px;
  }
}
#footPrint .flBx {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 50px;
}
@media only screen and (min-width: 1351px) {
  #footPrint .flBx {
    margin-bottom: 100px;
  }
}
@media only screen and (max-width: 768px) {
  #footPrint .flBx {
    flex-direction: column-reverse;
    margin: -10px;
  }
}
#footPrint .flBx > * {
  padding: 10px;
}
#footPrint .flBx .lftBx {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  #footPrint .flBx .lftBx {
    width: 350px;
  }
}
@media only screen and (min-width: 1200px) {
  #footPrint .flBx .lftBx {
    width: 450px;
  }
}
@media only screen and (min-width: 1351px) {
  #footPrint .flBx .lftBx {
    width: 550px;
  }
}
@media only screen and (min-width: 1551px) {
  #footPrint .flBx .lftBx {
    width: 650px;
  }
}
@media only screen and (min-width: 1661px) {
  #footPrint .flBx .lftBx {
    width: 750px;
  }
}
#footPrint .flBx .lftBx .cirlceSec {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  transition: all 0.5s;
  position: relative;
}
@media only screen and (max-width: 768px) {
  #footPrint .flBx .lftBx .cirlceSec {
    max-width: 310px;
    margin: auto;
  }
}
#footPrint .flBx .lftBx .cirlceSec .lCircle {
  border-radius: 50%;
  overflow: hidden;
  width: 250px;
  height: 250px;
}
@media only screen and (min-width: 992px) {
  #footPrint .flBx .lftBx .cirlceSec .lCircle {
    width: 300px;
    height: 300px;
  }
}
@media only screen and (min-width: 1200px) {
  #footPrint .flBx .lftBx .cirlceSec .lCircle {
    width: 380px;
    height: 380px;
  }
}
@media only screen and (min-width: 1351px) {
  #footPrint .flBx .lftBx .cirlceSec .lCircle {
    width: 420px;
    height: 420px;
  }
}
@media only screen and (min-width: 1551px) {
  #footPrint .flBx .lftBx .cirlceSec .lCircle {
    width: 450px;
    height: 450px;
  }
}
@media only screen and (min-width: 1661px) {
  #footPrint .flBx .lftBx .cirlceSec .lCircle {
    width: 490px;
    height: 490px;
  }
}
#footPrint .flBx .lftBx .cirlceSec .lCircle:hover img {
  transform: scale(1.1);
}
#footPrint .flBx .lftBx .cirlceSec .lCircle img {
  transition: all 0.5s;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#footPrint .flBx .lftBx .cirlceSec .smCircle {
  border-radius: 50%;
  overflow: hidden;
  border: 6px solid #fff;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 130px;
  height: 130px;
  z-index: 1;
}
@media only screen and (min-width: 992px) {
  #footPrint .flBx .lftBx .cirlceSec .smCircle {
    width: 165px;
    height: 165px;
  }
}
@media only screen and (min-width: 1200px) {
  #footPrint .flBx .lftBx .cirlceSec .smCircle {
    width: 220px;
    height: 220px;
  }
}
@media only screen and (min-width: 1551px) {
  #footPrint .flBx .lftBx .cirlceSec .smCircle {
    width: 280px;
    height: 280px;
  }
}
@media only screen and (min-width: 1661px) {
  #footPrint .flBx .lftBx .cirlceSec .smCircle {
    width: 320px;
    height: 320px;
  }
}
#footPrint .flBx .lftBx .cirlceSec .smCircle:hover img {
  transform: scale(1.1);
}
#footPrint .flBx .lftBx .cirlceSec .smCircle img {
  transition: all 0.5s;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#footPrint .flBx .rtBx {
  display: flex;
  align-items: center;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  #footPrint .flBx .rtBx {
    padding-left: 50px;
    width: calc(100% - 350px);
  }
}
@media only screen and (min-width: 1200px) {
  #footPrint .flBx .rtBx {
    width: calc(100% - 450px);
  }
}
@media only screen and (min-width: 1351px) {
  #footPrint .flBx .rtBx {
    padding-left: 60px;
    width: calc(100% - 550px);
  }
}
@media only screen and (min-width: 1551px) {
  #footPrint .flBx .rtBx {
    width: calc(100% - 650px);
  }
}
@media only screen and (min-width: 1661px) {
  #footPrint .flBx .rtBx {
    padding-left: 85px;
    width: calc(100% - 750px);
  }
}
#footPrint .flBx .rtBx .contentbx {
  width: 100%;
}
#footPrint .flBx .rtBx .contentbx .mainHead {
  margin-bottom: 35px;
}
@media only screen and (max-width: 768px) {
  #footPrint .flBx .rtBx .contentbx .mainHead {
    text-align: center;
    max-width: 890px;
    margin: auto;
    margin-bottom: 25px;
  }
  #footPrint .flBx .rtBx .contentbx .mainHead .subT,
  #footPrint .flBx .rtBx .contentbx .mainHead h1 {
    margin: auto;
    margin-bottom: 15px;
  }
}
#footPrint .flBx .rtBx .contentbx .mainHead .mainTitle {
  color: #565656;
  margin-bottom: 15px;
}
#footPrint .flBx .rtBx .contentbx .mainHead .mainTitle span {
  color: #00a2e0;
}
#footPrint .flBx .rtBx .contentbx .mainHead .subT {
  color: #000;
  font-family: "IvyMode", sans-serif;
}
@media only screen and (min-width: 1200px) {
  #footPrint .flBx .rtBx .contentbx .mainHead .subT {
    font-size: 18px;
  }
}
@media only screen and (min-width: 1551px) {
  #footPrint .flBx .rtBx .contentbx .mainHead .subT {
    font-size: 20px;
  }
}
@media only screen and (min-width: 1661px) {
  #footPrint .flBx .rtBx .contentbx .mainHead .subT {
    font-size: 24px;
  }
}
#footPrint .flBx .rtBx .contentbx .itemlist {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
}
#footPrint .flBx .rtBx .contentbx .itemlist > * {
  padding: 8px;
  position: relative;
  width: 50%;
}
@media only screen and (min-width: 992px) {
  #footPrint .flBx .rtBx .contentbx .itemlist > * {
    width: 25%;
  }
}
@media only screen and (min-width: 1200px) {
  #footPrint .flBx .rtBx .contentbx .itemlist > * {
    width: calc((100% - 230px) / 3);
  }
}
@media only screen and (min-width: 1441px) {
  #footPrint .flBx .rtBx .contentbx .itemlist > * {
    width: calc((100% - 280px) / 3);
  }
}
@media only screen and (min-width: 1661px) {
  #footPrint .flBx .rtBx .contentbx .itemlist > * {
    width: calc((100% - 320px) / 3);
  }
}
@media only screen and (min-width: 1200px) {
  #footPrint .flBx .rtBx .contentbx .itemlist > *:nth-child(2) {
    width: 230px;
  }
}
@media only screen and (min-width: 1441px) {
  #footPrint .flBx .rtBx .contentbx .itemlist > *:nth-child(2) {
    width: 280px;
  }
}
@media only screen and (min-width: 1661px) {
  #footPrint .flBx .rtBx .contentbx .itemlist > *:nth-child(2) {
    width: 320px;
  }
}
@media only screen and (max-width: 992px) {
  #footPrint .flBx .rtBx .contentbx .itemlist > *:nth-child(2):after {
    display: none;
  }
}
@media only screen and (min-width: 768px) {
  #footPrint .flBx .rtBx .contentbx .itemlist > *:first-child .countBx {
    padding-left: 0;
    text-align: left;
  }
}
@media only screen and (max-width: 992px) and (min-width: 768px) {
  #footPrint .flBx .rtBx .contentbx .itemlist > *:nth-child(3) .countBx {
    padding-left: 0;
    text-align: left;
  }
}
#footPrint .flBx .rtBx .contentbx .itemlist > *:not(:last-of-type):after {
  position: absolute;
  content: "";
  right: 0;
  height: 90%;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 1px;
  background: #c4c4c4;
}
#footPrint .flBx .rtBx .contentbx .itemlist > * .countBx {
  width: 100%;
  text-align: center;
}
#footPrint .flBx .rtBx .contentbx .itemlist > * .countBx .num {
  color: #041e42;
  font-family: "IvyMode", sans-serif;
  font-weight: 400;
  margin-bottom: 15px;
  line-height: 1;
  font-size: 25px;
}
@media only screen and (min-width: 1200px) {
  #footPrint .flBx .rtBx .contentbx .itemlist > * .countBx .num {
    font-size: 28px;
  }
}
@media only screen and (min-width: 1351px) {
  #footPrint .flBx .rtBx .contentbx .itemlist > * .countBx .num {
    font-size: 30px;
  }
}
@media only screen and (min-width: 1551px) {
  #footPrint .flBx .rtBx .contentbx .itemlist > * .countBx .num {
    font-size: 35px;
  }
}
@media only screen and (min-width: 1661px) {
  #footPrint .flBx .rtBx .contentbx .itemlist > * .countBx .num {
    font-size: 40px;
  }
}
#footPrint .flBx .rtBx .contentbx .itemlist > * .countBx .txt {
  font-weight: 600;
  color: #717171;
  font-style: italic;
  font-size: 14px;
}
@media only screen and (min-width: 1351px) {
  #footPrint .flBx .rtBx .contentbx .itemlist > * .countBx .txt {
    font-size: 16px;
  }
}
@media only screen and (min-width: 1661px) {
  #footPrint .flBx .rtBx .contentbx .itemlist > * .countBx .txt {
    font-size: 18px;
  }
}
#footPrint .iternalNx {
  display: flex;
  flex-wrap: wrap;
  margin: -10px;
}
#footPrint .iternalNx > * {
  padding: 10px;
}
#footPrint .iternalNx .lftBx {
  width: 100%;
}
@media only screen and (min-width: 992px) {
  #footPrint .iternalNx .lftBx {
    width: 50%;
  }
}
@media only screen and (min-width: 1200px) {
  #footPrint .iternalNx .lftBx {
    width: 600px;
  }
}
@media only screen and (min-width: 1351px) {
  #footPrint .iternalNx .lftBx {
    width: 630px;
  }
}
@media only screen and (min-width: 1551px) {
  #footPrint .iternalNx .lftBx {
    width: 680px;
  }
}
@media only screen and (min-width: 1661px) {
  #footPrint .iternalNx .lftBx {
    width: 740px;
  }
}
#footPrint .iternalNx .lftBx .interBx {
  width: 100%;
  height: 100%;
  background: #332f3a;
  border-radius: 30px;
  padding: 25px 30px;
}
@media only screen and (min-width: 1551px) {
  #footPrint .iternalNx .lftBx .interBx {
    padding: 40px 60px;
    border-radius: 50px;
  }
}
#footPrint .iternalNx .lftBx .interBx .title {
  font-family: "IvyMode", sans-serif;
  font-weight: 400;
  color: #fff;
  margin-bottom: 35px;
  font-size: 26px;
}
@media only screen and (min-width: 1441px) {
  #footPrint .iternalNx .lftBx .interBx .title {
    font-size: 28px;
  }
}
@media only screen and (min-width: 1551px) {
  #footPrint .iternalNx .lftBx .interBx .title {
    font-size: 32px;
    margin-bottom: 50px;
  }
}
@media only screen and (min-width: 1661px) {
  #footPrint .iternalNx .lftBx .interBx .title {
    font-size: 36px;
  }
}
#footPrint .iternalNx .lftBx .interBx ul li {
  position: relative;
}
#footPrint .iternalNx .lftBx .interBx ul li::after {
  position: absolute;
  content: "";
  top: 0;
  height: 100%;
  width: 1px;
  background: #c7c7c8;
  left: 12px;
  margin: auto;
}
#footPrint .iternalNx .lftBx .interBx ul li:not(:last-of-type) {
  padding-bottom: 35px;
}
#footPrint .iternalNx .lftBx .interBx ul li.active .footbx .icon {
  width: 35px;
  background: #f07c00;
  height: 35px;
  position: relative;
  left: -5px;
  border: 0;
}
#footPrint .iternalNx .lftBx .interBx ul li.active .footbx .icon span {
  background: url("../images/arrow.png") no-repeat;
  background-size: 15px;
  width: 15px;
  height: 15px;
}
#footPrint .iternalNx .lftBx .interBx ul li.active .footbx .info .txt {
  color: #f07c00;
}
#footPrint .iternalNx .lftBx .interBx ul li .footbx {
  display: flex;
  align-items: flex-start;
  position: relative;
}
#footPrint .iternalNx .lftBx .interBx ul li .footbx .icon {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  overflow: hidden;
  background: #fff;
  border: 2px solid #c6c6c6;
  z-index: 1;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
}
#footPrint .iternalNx .lftBx .interBx ul li .footbx .icon span {
  width: 8px;
  transition: all 0.5s;
  height: 8px;
  border-radius: 50%;
  background: #00a2e0;
}
#footPrint .iternalNx .lftBx .interBx ul li .footbx .info {
  width: calc(100% - 37px);
  padding-left: 15px;
}
#footPrint .iternalNx .lftBx .interBx ul li .footbx .info .txt {
  font-weight: 600;
  color: #fff;
  transition: all 0.5s;
  font-size: 14px;
}
@media only screen and (min-width: 1351px) {
  #footPrint .iternalNx .lftBx .interBx ul li .footbx .info .txt {
    font-size: 16px;
  }
}
@media only screen and (min-width: 1661px) {
  #footPrint .iternalNx .lftBx .interBx ul li .footbx .info .txt {
    font-size: 18px;
  }
}
#footPrint .iternalNx .rtBx {
  width: 100%;
}
@media only screen and (min-width: 992px) {
  #footPrint .iternalNx .rtBx {
    width: 50%;
    padding-left: 50px;
  }
}
@media only screen and (min-width: 1200px) {
  #footPrint .iternalNx .rtBx {
    width: calc(100% - 600px);
  }
}
@media only screen and (min-width: 1351px) {
  #footPrint .iternalNx .rtBx {
    width: calc(100% - 630px);
  }
}
@media only screen and (min-width: 1551px) {
  #footPrint .iternalNx .rtBx {
    width: calc(100% - 680px);
  }
}
@media only screen and (min-width: 1661px) {
  #footPrint .iternalNx .rtBx {
    width: calc(100% - 740px);
  }
}
#footPrint .iternalNx .rtBx .imgBx {
  height: 100%;
  overflow: hidden;
  margin: auto;
  width: 100%;
}
@media only screen and (min-width: 678px) {
  #footPrint .iternalNx .rtBx .imgBx {
    width: 75%;
  }
}
@media only screen and (min-width: 992px) {
  #footPrint .iternalNx .rtBx .imgBx {
    width: 100%;
  }
}
#footPrint .iternalNx .rtBx .imgBx img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-fit: contain;
}
#gallery {
  position: relative;
  background: rgba(0, 163, 158, 0.24);
  overflow: hidden;
  padding: 50px 0;
}
@media only screen and (min-width: 1441px) {
  #gallery {
    padding: 80px 0;
  }
}
@media only screen and (min-width: 1551px) {
  #gallery {
    padding: 120px 0 100px;
  }
}
#gallery .icons .icon {
  position: absolute;
  pointer-events: none;
  transition: all 0.5s;
}
#gallery .icons .icon img {
  width: 100%;
  transition: all 0.5s;
}
#gallery .icons .icon.icon1 {
  top: 0;
  left: 0;
  max-width: 22px;
  animation: scaleEffects 4s linear infinite;
}
@media only screen and (min-width: 1200px) {
  #gallery .icons .icon.icon1 {
    max-width: 42px;
  }
}
@media only screen and (min-width: 1551px) {
  #gallery .icons .icon.icon1 {
    max-width: 72px;
  }
}
#gallery .icons .icon.icon2 {
  bottom: 38%;
  left: 3%;
  max-width: 14px;
  animation: spin 3s linear infinite;
}
@media only screen and (min-width: 992px) {
  #gallery .icons .icon.icon2 {
    bottom: 38%;
    left: 16%;
  }
}
@media only screen and (min-width: 1200px) {
  #gallery .icons .icon.icon2 {
    max-width: 24px;
  }
}
@media only screen and (min-width: 1551px) {
  #gallery .icons .icon.icon2 {
    max-width: 44px;
  }
}
#gallery .icons .icon.icon3 {
  top: 27%;
  right: 56%;
  max-width: 14px;
  animation: vibrate 5s linear infinite;
}
@media only screen and (min-width: 768px) {
  #gallery .icons .icon.icon3 {
    top: 30%;
    right: 60%;
  }
}
@media only screen and (min-width: 992px) {
  #gallery .icons .icon.icon3 {
    top: 21%;
    right: 51%;
  }
}
@media only screen and (min-width: 1200px) {
  #gallery .icons .icon.icon3 {
    max-width: 24px;
  }
}
@media only screen and (min-width: 1351px) {
  #gallery .icons .icon.icon3 {
    top: 26%;
    right: 51%;
  }
}
@media only screen and (min-width: 1551px) {
  #gallery .icons .icon.icon3 {
    max-width: 34px;
    top: 21%;
    right: 49%;
  }
}
#gallery .icons .icon.icon4 {
  bottom: 44%;
  right: 43%;
  max-width: 14px;
  animation: EqIconanim 8s linear infinite;
}
@media only screen and (min-width: 768px) {
  #gallery .icons .icon.icon4 {
    bottom: 36%;
    right: 48%;
  }
}
@media only screen and (min-width: 992px) {
  #gallery .icons .icon.icon4 {
    bottom: 42%;
    right: 42%;
  }
}
@media only screen and (min-width: 1200px) {
  #gallery .icons .icon.icon4 {
    max-width: 24px;
  }
}
@media only screen and (min-width: 1551px) {
  #gallery .icons .icon.icon4 {
    max-width: 34px;
    bottom: 44%;
    right: 40%;
  }
}
#gallery .icons .icon.icon5 {
  top: 34%;
  right: 4%;
  max-width: 14px;
  animation: EqIconanim 6s linear infinite;
}
@media only screen and (min-width: 768px) {
  #gallery .icons .icon.icon5 {
    top: 44%;
    right: 12%;
  }
}
@media only screen and (min-width: 992px) {
  #gallery .icons .icon.icon5 {
    top: 35%;
    right: 14%;
  }
}
@media only screen and (min-width: 1200px) {
  #gallery .icons .icon.icon5 {
    max-width: 24px;
  }
}
@media only screen and (min-width: 1351px) {
  #gallery .icons .icon.icon5 {
    top: 39%;
    right: 15%;
  }
}
@media only screen and (min-width: 1551px) {
  #gallery .icons .icon.icon5 {
    max-width: 34px;
    top: 34%;
    right: 13%;
  }
}
#gallery .icons .icon.icon6 {
  top: 20%;
  right: 0px;
  max-width: 10px;
  animation: vibrate 3s linear infinite;
}
@media only screen and (min-width: 1200px) {
  #gallery .icons .icon.icon6 {
    max-width: 20px;
  }
}
@media only screen and (min-width: 1551px) {
  #gallery .icons .icon.icon6 {
    max-width: 30px;
  }
}
#gallery .leftBx {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 992px) {
  #gallery .leftBx .mainHead {
    text-align: center;
    max-width: 890px;
    margin: auto;
    margin-bottom: 25px;
  }
}
@media only screen and (max-width: 992px) {
  #gallery .leftBx .subT,
  #gallery .leftBx h1 {
    margin: auto;
    margin-bottom: 15px;
  }
}
#gallery .galbx {
  position: relative;
  margin-bottom: 20px;
  height: 265px;
}
@media only screen and (min-width: 420px) {
  #gallery .galbx {
    height: 300px;
  }
}
@media only screen and (min-width: 578px) {
  #gallery .galbx {
    height: 390px;
  }
}
@media only screen and (min-width: 768px) {
  #gallery .galbx {
    left: 25px;
  }
}
@media only screen and (min-width: 992px) {
  #gallery .galbx {
    height: 420px;
  }
}
@media only screen and (min-width: 1351px) {
  #gallery .galbx {
    height: 525px;
  }
}
@media only screen and (min-width: 1441px) {
  #gallery .galbx {
    height: 540px;
  }
}
@media only screen and (min-width: 1551px) {
  #gallery .galbx {
    left: 65px;
    margin-bottom: 100px;
  }
}
#gallery .galbx .flxWrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  position: relative;
  margin: -6px;
  height: 100%;
}
#gallery .galbx .flxWrap .itemList {
  overflow: hidden;
  padding: 6px;
  margin: -6px 0;
  width: 33.3333333333%;
}
@media only screen and (min-width: 478px) {
  #gallery .galbx .flxWrap .itemList {
    width: 25%;
  }
}
@media only screen and (min-width: 578px) {
  #gallery .galbx .flxWrap .itemList {
    width: 20%;
  }
}
@media only screen and (min-width: 768px) {
  #gallery .galbx .flxWrap .itemList {
    width: 16.6666666667%;
  }
}
#gallery .galbx .flxWrap .itemList > * {
  padding: 6px 0;
}
#gallery .galbx .flxWrap .itemList.show {
  opacity: 1;
  visibility: visible;
  transition: all 1s ease-in-out;
}
#gallery .galbx .flxWrap .itemList.hide {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  display: none;
}
#gallery .galbx .flxWrap .itemList:nth-child(1),
#gallery .galbx .flxWrap .itemList:nth-child(5) {
  height: 80%;
}
@media only screen and (min-width: 578px) {
  #gallery .galbx .flxWrap .itemList:nth-child(1),
  #gallery .galbx .flxWrap .itemList:nth-child(5) {
    height: 65%;
  }
}
@media only screen and (min-width: 1551px) {
  #gallery .galbx .flxWrap .itemList:nth-child(1),
  #gallery .galbx .flxWrap .itemList:nth-child(5) {
    height: 75%;
  }
}
#gallery .galbx .flxWrap .itemList:nth-child(1) .item:nth-child(1),
#gallery .galbx .flxWrap .itemList:nth-child(5) .item:nth-child(1) {
  height: 60%;
}
#gallery .galbx .flxWrap .itemList:nth-child(1) .item:nth-child(2),
#gallery .galbx .flxWrap .itemList:nth-child(5) .item:nth-child(2) {
  height: 40%;
}
#gallery .galbx .flxWrap .itemList:nth-child(1) .item:nth-child(2) .imgBx,
#gallery .galbx .flxWrap .itemList:nth-child(5) .item:nth-child(2) .imgBx {
  margin-left: auto;
  max-width: 85px;
}
@media only screen and (min-width: 1351px) {
  #gallery .galbx .flxWrap .itemList:nth-child(1) .item:nth-child(2) .imgBx,
  #gallery .galbx .flxWrap .itemList:nth-child(5) .item:nth-child(2) .imgBx {
    max-width: 100px;
  }
}
@media only screen and (min-width: 1441px) {
  #gallery .galbx .flxWrap .itemList:nth-child(1) .item:nth-child(2) .imgBx,
  #gallery .galbx .flxWrap .itemList:nth-child(5) .item:nth-child(2) .imgBx {
    max-width: 120px;
  }
}
@media only screen and (min-width: 1551px) {
  #gallery .galbx .flxWrap .itemList:nth-child(1) .item:nth-child(2) .imgBx,
  #gallery .galbx .flxWrap .itemList:nth-child(5) .item:nth-child(2) .imgBx {
    max-width: 140px;
  }
}
#gallery .galbx .flxWrap .itemList:nth-child(5) {
  display: flex;
  flex-direction: column-reverse;
}
#gallery .galbx .flxWrap .itemList:nth-child(5) .item .imgBx {
  margin: 0 !important;
}
#gallery .galbx .flxWrap .itemList:nth-child(3) .item:nth-child(2),
#gallery .galbx .flxWrap .itemList:nth-child(6) .item:nth-child(2) {
  display: none;
}
#gallery .galbx .flxWrap .itemList:nth-child(6) {
  position: relative;
  top: 50px;
}
@media only screen and (min-width: 1351px) {
  #gallery .galbx .flxWrap .itemList:nth-child(6) {
    top: 80px;
  }
}
#gallery .galbx .flxWrap .itemList:nth-child(6) .item .imgBx {
  max-width: 85px;
}
@media only screen and (min-width: 1351px) {
  #gallery .galbx .flxWrap .itemList:nth-child(6) .item .imgBx {
    max-width: 100px;
  }
}
@media only screen and (min-width: 1441px) {
  #gallery .galbx .flxWrap .itemList:nth-child(6) .item .imgBx {
    max-width: 120px;
  }
}
@media only screen and (min-width: 1551px) {
  #gallery .galbx .flxWrap .itemList:nth-child(6) .item .imgBx {
    max-width: 140px;
  }
}
#gallery .galbx .flxWrap .itemList .item .imgBx {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  overflow: hidden;
}
#gallery .galbx .flxWrap .itemList .item .imgBx:hover img {
  transform: scale(1.1);
}
#gallery .galbx .flxWrap .itemList .item .imgBx img {
  transition: all 0.5s;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#gallery .mainHead .mainTitle span {
  color: #00a39e;
}
.anounceSec {
  padding: 40px 0;
}
.anounceSec .anounceBx .flxbx {
  display: flex;
  align-items: center;
  background: #00a39e;
  border-radius: 30px;
  flex-wrap: wrap;
  padding: 30px 25px;
}
@media only screen and (min-width: 1551px) {
  .anounceSec .anounceBx .flxbx {
    border-radius: 50px;
    padding: 40px;
  }
}
.anounceSec .anounceBx .flxbx .lfBx {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .anounceSec .anounceBx .flxbx .lfBx {
    width: calc(100% - 220px);
  }
}
@media only screen and (min-width: 1200px) {
  .anounceSec .anounceBx .flxbx .lfBx {
    width: calc(100% - 250px);
  }
}
@media only screen and (min-width: 1551px) {
  .anounceSec .anounceBx .flxbx .lfBx {
    width: calc(100% - 265px);
  }
}
.anounceSec .anounceBx .flxbx .lfBx .newsFlx {
  display: flex;
  align-items: center;
}
.anounceSec .anounceBx .flxbx .lfBx .newsFlx .newsBx {
  display: flex;
  align-items: center;
  width: 45px;
}
@media only screen and (min-width: 768px) {
  .anounceSec .anounceBx .flxbx .lfBx .newsFlx .newsBx {
    width: 200px;
  }
}
@media only screen and (min-width: 1441px) {
  .anounceSec .anounceBx .flxbx .lfBx .newsFlx .newsBx {
    width: 230px;
  }
}
@media only screen and (min-width: 1551px) {
  .anounceSec .anounceBx .flxbx .lfBx .newsFlx .newsBx {
    width: 265px;
  }
}
.anounceSec .anounceBx .flxbx .lfBx .newsFlx .newsBx .icons {
  width: 45px;
  height: 45px;
}
@media only screen and (min-width: 1551px) {
  .anounceSec .anounceBx .flxbx .lfBx .newsFlx .newsBx .icons {
    width: 65px;
    height: 65px;
  }
}
.anounceSec .anounceBx .flxbx .lfBx .newsFlx .newsBx .icons svg {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.anounceSec .anounceBx .flxbx .lfBx .newsFlx .newsBx span {
  font-size: 0;
}
@media only screen and (min-width: 768px) {
  .anounceSec .anounceBx .flxbx .lfBx .newsFlx .newsBx span {
    padding-left: 15px;
    width: calc(100% - 45px);
    font-family: "IvyMode", sans-serif;
    color: #fff;
    font-size: 18px;
  }
}
@media only screen and (min-width: 1441px) {
  .anounceSec .anounceBx .flxbx .lfBx .newsFlx .newsBx span {
    width: calc(100% - 65px);
    font-size: 22px;
  }
}
@media only screen and (min-width: 1551px) {
  .anounceSec .anounceBx .flxbx .lfBx .newsFlx .newsBx span {
    font-size: 24px;
  }
}
.anounceSec .anounceBx .flxbx .lfBx .newsFlx .infoBx {
  padding: 20px 15px;
  width: calc(100% - 45px);
}
@media only screen and (min-width: 768px) {
  .anounceSec .anounceBx .flxbx .lfBx .newsFlx .infoBx {
    border-right: 1px solid #251034;
    width: calc(100% - 200px);
  }
}
@media only screen and (min-width: 1441px) {
  .anounceSec .anounceBx .flxbx .lfBx .newsFlx .infoBx {
    width: calc(100% - 230px);
  }
}
@media only screen and (min-width: 1551px) {
  .anounceSec .anounceBx .flxbx .lfBx .newsFlx .infoBx {
    width: calc(100% - 265px);
  }
}
.anounceSec .anounceBx .flxbx .lfBx .newsFlx .infoBx p {
  color: #fff;
  margin-bottom: 0;
  position: relative;
  padding-right: 20px;
}
.anounceSec .anounceBx .flxbx .lfBx .newsFlx .infoBx p::after {
  position: absolute;
  content: "|";
  right: 12px;
  top: 0;
  color: #fff;
  width: 1px;
  height: 100%;
}
.anounceSec .anounceBx .flxbx .lfBx .newsFlx .infoBx p a {
  display: inline-block;
  color: #fff;
  transition: all 0.5s;
}
.anounceSec .anounceBx .flxbx .lfBx .newsFlx .infoBx p a:hover {
  color: #f07c00;
  letter-spacing: 0.04px;
}
.anounceSec .anounceBx .flxbx .lfBx .newsFlx .infoBx .marquee_news {
  white-space: nowrap;
}
.anounceSec .anounceBx .flxbx .lfBx .newsFlx .infoBx .marquee_news ul {
  display: flex;
}
.anounceSec .anounceBx .flxbx .lfBx .newsFlx .infoBx .marquee_news ul li {
  color: #fff;
}
.anounceSec .anounceBx .flxbx .rtbx {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (min-width: 768px) {
  .anounceSec .anounceBx .flxbx .rtbx {
    padding-left: 20px;
    width: 220px;
  }
}
@media only screen and (min-width: 1200px) {
  .anounceSec .anounceBx .flxbx .rtbx {
    width: 250px;
  }
}
@media only screen and (min-width: 1551px) {
  .anounceSec .anounceBx .flxbx .rtbx {
    width: 265px;
  }
}
.anounceSec .anounceBx .flxbx .rtbx .viewbtn {
  display: flex;
  width: fit-content;
  color: #fff;
  background: rgba(0, 0, 0, 0);
  text-transform: uppercase;
  text-decoration: underline;
  transition: all 0.5s;
  font-size: 14px;
}
@media only screen and (min-width: 1351px) {
  .anounceSec .anounceBx .flxbx .rtbx .viewbtn {
    font-size: 16px;
  }
}
@media only screen and (min-width: 1551px) {
  .anounceSec .anounceBx .flxbx .rtbx .viewbtn {
    font-size: 18px;
  }
}
@media only screen and (max-width: 768px) {
  .anounceSec .anounceBx .flxbx .rtbx .viewbtn {
    margin: auto;
    margin-top: 10px;
  }
}
.anounceSec .anounceBx .flxbx .rtbx .viewbtn:hover {
  color: #f07c00;
  letter-spacing: 0.04px;
}
#admission {
  position: relative;
  padding: 40px 0;
}
@media only screen and (min-width: 992px) {
  #admission {
    padding: 80px 0;
  }
}
@media only screen and (max-width: 992px) {
  #admission .mainHead .mainTitle {
    text-align: center;
  }
}
#admission .mainHead .mainTitle span {
  color: #00a2e0;
}
#admission .cir {
  display: none;
}
@media only screen and (min-width: 992px) {
  #admission .cir {
    border-radius: 50%;
    background: rgba(255, 193, 7, 0.1411764706);
    position: absolute;
    left: -150px;
    z-index: -1;
    top: 0px;
    display: block;
    bottom: 0;
    margin: auto;
    pointer-events: none;
    animation: rotation 25s linear infinite;
    width: 400px;
    height: 400px;
  }
}
@media only screen and (min-width: 1351px) {
  #admission .cir {
    width: 450px;
    height: 450px;
  }
}
@media only screen and (min-width: 1441px) {
  #admission .cir {
    width: 550px;
    height: 550px;
  }
}
@media only screen and (min-width: 1551px) {
  #admission .cir {
    width: 714px;
    height: 714px;
  }
}
#admission .floatIcons .icons.blueDot {
  top: 0;
  left: 50%;
  animation: flying 6s linear infinite;
}
#admission .floatIcons .icons.blueDot img {
  width: 30px;
}
#admission .floatIcons .icons.dot {
  top: 10%;
  left: 15%;
  animation: flying 6s linear infinite;
}
#admission .floatIcons .icons.redCircle {
  top: 15%;
  right: 0;
  width: 30px;
  animation: flying 6s linear infinite;
}
@media only screen and (min-width: 1441px) {
  #admission .floatIcons .icons.redCircle {
    width: 40px;
  }
}
#admission .floatIcons .icons.redCurve {
  bottom: 25%;
  animation: vibrate 6s linear infinite;
  left: -5px;
}
@media only screen and (min-width: 1441px) {
  #admission .floatIcons .icons.redCurve {
    left: 15px;
  }
}
#admission .floatIcons .icons.plus {
  right: 30px;
  bottom: 20%;
  animation: rotation 6s linear infinite;
}
#admission .left {
  display: flex;
  align-items: center;
}
#admission .conract_form {
  background-color:#f07c00;
  padding: 25px 15px 30px 15px;
  border-radius: 20px;
  position: relative;
}
@media only screen and (min-width: 610px) {
  #admission .conract_form {
    padding: 40px 50px 40px 45px;
    border-radius: 35px;
  }
}
@media only screen and (min-width: 1351px) {
  #admission .conract_form {
    padding: 40px 60px 40px 70px;
    border-radius: 50px;
  }
}
@media only screen and (min-width: 1551px) {
  #admission .conract_form {
    padding: 55px 60px 45px 75px;
  }
}
#admission .conract_form .text {
  font-size: 22px;
  color: #fff;
  font-weight: 500;
  margin-bottom: 35px;
}
@media only screen and (min-width: 1551px) {
  #admission .conract_form .text {
    font-size: 28px;
    margin-bottom: 60px;
  }
}
@media only screen and (max-width: 992px) {
  #admission .conract_form .text {
    text-align: center;
    font-size: 18px;
  }
}
#admission .conract_form .icon6 {
  position: absolute;
  top: 12%;
  max-width: 20px;
  animation: scrollMove 3s linear infinite;
}
@media only screen and (min-width: 500px) {
  #admission .conract_form .icon6 {
    max-width: 50px;
  }
}
@media only screen and (min-width: 1551px) {
  #admission .conract_form .icon6 {
    max-width: 60px;
    top: 18%;
  }
}
#admission .conract_form label {
  font-size: 14px;
  color: #fff;
  font-weight: 500;
  margin-bottom: 5px;
}
@media only screen and (min-width: 1551px) {
  #admission .conract_form label {
    font-size: 18px;
    margin-bottom: 10px;
  }
}
#admission .conract_form .formGroup {
  margin-bottom: 23px;
  background: rgba(0, 0, 0, 0);
}
#admission .conract_form .formGroup .form-control {
  border: none;
  border-bottom: 1px solid #fff;
  padding: 0px;
  border-radius: 0px;
  height: 40px;
  background: rgba(0, 0, 0, 0);
  color: #fff;
}
#admission .conract_form .formGroup .form-control::placeholder {
  color: hsla(0, 0%, 100%, 0.7);
  font-size: 12px;
}
@media only screen and (min-width: 1551px) {
  #admission .conract_form .formGroup .form-control::placeholder {
    font-size: 18px;
  }
}
#admission .conract_form .formGroup textarea {
  min-height: 75px;
}
@media only screen and (min-width: 1551px) {
  #admission .conract_form .formGroup textarea {
    min-height: 100px;
  }
}
#admission .conract_form .btnSubmit {
  width: 190px;
  height: 48px;
  background-color: #005ba0;
  font-size: 14px;
  color: #fff;
  border-radius: 8px;
  margin: 0 0 0 auto;
}
@media only screen and (min-width: 1351px) {
  #admission .conract_form .btnSubmit {
    font-size: 16px;
    width: 205px;
    height: 50px;
  }
}
@media only screen and (min-width: 1551px) {
  #admission .conract_form .btnSubmit {
    font-size: 18px;
    width: 217px;
    height: 56px;
  }
}
#admission .conract_form .iti__flag {
  display: none;
}
#admission .conract_form .iti--separate-dial-code .iti__selected-flag {
  background-color: rgba(0, 0, 0, 0);
}
#admission .conract_form .iti__arrow {
  border-bottom: none !important;
  border-top: 9px solid #00a2e0;
  border-left: 5px solid rgba(0, 0, 0, 0);
  border-right: 5px solid rgba(0, 0, 0, 0);
}
#admission .conract_form .iti {
  display: block;
}
#admission .conract_form .iti__selected-flag {
  padding: 0 33px 0 0px;
}
#admission .conract_form .fileUploadInput {
  cursor: pointer;
  position: relative;
  border-bottom: 1px solid #000;
  height: 150px;
}
#admission .conract_form .fileUploadInput .form-group {
  height: 100%;
}
#admission .conract_form .fileUploadInput label {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  color: #000;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.17px;
  text-transform: capitalize;
  cursor: pointer;
  border-radius: 7px;
  display: inline-block;
  line-height: 3;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
@media only screen and (min-width: 992px) {
  #admission .conract_form .fileUploadInput label {
    font-size: 17px;
  }
}
#admission .conract_form .fileUploadInput .chose {
  border-radius: 5px;
  width: 187px;
  height: 41px;
  background-color: #005ba0;
  padding: 7px 7px 7px 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(0, 0, 0, 0.5);
  position: absolute;
  left: 0px;
  bottom: 25px;
  pointer-events: none;
  font-size: 12px;
  text-decoration: none;
}
#admission .conract_form .fileUploadInput .chose .icon {
  width: 25px;
  height: 25px;
}
#admission .conract_form .fileUploadInput .chose .icon svg {
  width: 21px;
}
#admission .conract_form .fileUploadInput .chose .form_text {
  width: calc(100% - 25px);
  font-size: 17px;
  color: #fff;
  padding-left: 10px;
}
#admission .conract_form .fileUploadInput .placeholder_text {
  color: #cecece;
  font-size: 14px;
  position: absolute;
  right: 0;
  bottom: 33px;
  width: calc(100% - 200px);
  pointer-events: none;
}
@media only screen and (min-width: 1551px) {
  #admission .conract_form .fileUploadInput .placeholder_text {
    font-size: 18px;
  }
}
#admission .btnSec {
  margin-top: 15px;
}
@media only screen and (min-width: 1351px) {
  #admission .btnSec {
    margin-top: 25px;
  }
}
footer#FootMain {
  width: 100%;
  background-color:#180048;
  z-index: 0;
  position: relative;
}
footer#FootMain .footTpSec {
  padding: 40px 0 20px;
}
@media only screen and (min-width: 576px) {
  footer#FootMain .footTpSec {
    padding: 80px 0 40px 0;
  }
}
@media only screen and (min-width: 1551px) {
  footer#FootMain .footTpSec {
    padding: 110px 0 90px;
  }
}
footer#FootMain .footTpSec .ftTle {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.2;
  color: #fff;
  margin-bottom: 10px;
  text-transform: capitalize;
}
@media only screen and (min-width: 576px) {
  footer#FootMain .footTpSec .ftTle {
    font-size: 18px;
  }
}
@media only screen and (min-width: 768px) {
  footer#FootMain .footTpSec .ftTle {
    margin-bottom: 22px;
  }
}
@media only screen and (min-width: 1551px) {
  footer#FootMain .footTpSec .ftTle {
    font-size: 20px;
  }
}
@media only screen and (min-width: 1661px) {
  footer#FootMain .footTpSec .ftTle {
    font-size: 22px;
    margin-bottom: 25px;
  }
}
footer#FootMain .footTpSec .FtLogo {
  width: 100%;
  max-width: 150px;
  margin-bottom: 20px;
}
@media only screen and (min-width: 468px) {
  footer#FootMain .footTpSec .FtLogo {
    max-width: 85px;
  }
}
@media only screen and (min-width: 1441px) {
  footer#FootMain .footTpSec .FtLogo {
    max-width: 200px;
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 1551px) {
  footer#FootMain .footTpSec .FtLogo {
    max-width: 260px;
    margin-bottom: 30px;
  }
}
footer#FootMain .footTpSec .FtLogo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
footer#FootMain .footTpSec .ftlogo2 {
  display: block;
  max-width: 160px;
  width: 100%;
}
@media only screen and (min-width: 1441px) {
  footer#FootMain .footTpSec .ftlogo2 {
    margin-top: 10px;
    max-width: 180px;
  }
}
@media only screen and (min-width: 1551px) {
  footer#FootMain .footTpSec .ftlogo2 {
    max-width: 215px;
  }
}
@media only screen and (min-width: 1661px) {
  footer#FootMain .footTpSec .ftlogo2 {
    margin-top: 20px;
  }
}
footer#FootMain .footTpSec .ftlogo2 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
footer#FootMain .footTpSec .icon_flx {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
footer#FootMain .footTpSec .icon_flx .icon {
  width: 22px;
}
@media only screen and (min-width: 1551px) {
  footer#FootMain .footTpSec .icon_flx .icon {
    width: 24px;
  }
}
footer#FootMain .footTpSec .icon_flx .icon svg {
  width: 20px;
}
@media only screen and (min-width: 1661px) {
  footer#FootMain .footTpSec .icon_flx .icon svg {
    width: 24px;
  }
}
footer#FootMain .footTpSec .icon_flx .text {
  width: calc(100% - 22px);
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  padding-left: 10px;
}
@media only screen and (min-width: 1551px) {
  footer#FootMain .footTpSec .icon_flx .text {
    width: calc(100% - 24px);
    font-size: 20px;
  }
}
@media only screen and (min-width: 1661px) {
  footer#FootMain .footTpSec .icon_flx .text {
    font-size: 22px;
  }
}
footer#FootMain .footTpSec p {
  color: #cecece;
  font-size: 14px;
}
@media only screen and (min-width: 1551px) {
  footer#FootMain .footTpSec p {
    font-size: 16px;
  }
}
@media only screen and (min-width: 1661px) {
  footer#FootMain .footTpSec p {
    font-size: 18px;
  }
}
footer#FootMain .footTpSec .ftSocialUl {
  margin: 0 -10px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media only screen and (min-width: 768px) {
  footer#FootMain .footTpSec .ftSocialUl {
    margin: 0 -10px;
  }
}
@media only screen and (min-width: 1351px) {
  footer#FootMain .footTpSec .ftSocialUl {
    margin: 0 -15px;
  }
}
footer#FootMain .footTpSec .ftSocialUl li {
  margin: 0px 10px;
}
@media only screen and (min-width: 1351px) {
  footer#FootMain .footTpSec .ftSocialUl li {
    margin: 0px 15px;
  }
}
footer#FootMain .footTpSec .ftSocialUl li a,
footer#FootMain .footTpSec .ftSocialUl li .cmnLink {
  display: block;
}
footer#FootMain .footTpSec .ftSocialUl li a:hover,
footer#FootMain .footTpSec .ftSocialUl li .cmnLink:hover {
  color: #f07c00;
}
footer#FootMain .footTpSec .ftSocialUl li a:hover svg,
footer#FootMain .footTpSec .ftSocialUl li .cmnLink:hover svg {
  fill: #f07c00;
}
footer#FootMain .footTpSec .ftSocialUl li a svg,
footer#FootMain .footTpSec .ftSocialUl li a img,
footer#FootMain .footTpSec .ftSocialUl li .cmnLink svg,
footer#FootMain .footTpSec .ftSocialUl li .cmnLink img {
  width: 14px;
  height: auto;
  max-height: 14px;
  fill: #fff;
  transition: all 0.3s;
}
@media only screen and (min-width: 768px) {
  footer#FootMain .footTpSec .ftSocialUl li a svg,
  footer#FootMain .footTpSec .ftSocialUl li a img,
  footer#FootMain .footTpSec .ftSocialUl li .cmnLink svg,
  footer#FootMain .footTpSec .ftSocialUl li .cmnLink img {
    width: 18px;
    max-height: 18px;
  }
}
footer#FootMain .footTpSec .infoLgWrp {
  text-align: center;
}
@media only screen and (min-width: 768px) {
  footer#FootMain .footTpSec .infoLgWrp {
    text-align: left;
  }
}
footer#FootMain .footTpSec .infoLgWrp a,
footer#FootMain .footTpSec .infoLgWrp .cmnLink {
  display: block;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.2;
  color: #fff;
  margin-bottom: 10px;
}
@media only screen and (min-width: 576px) {
  footer#FootMain .footTpSec .infoLgWrp a,
  footer#FootMain .footTpSec .infoLgWrp .cmnLink {
    font-size: 16px;
  }
}
footer#FootMain .footTpSec .infoLgWrp a:hover,
footer#FootMain .footTpSec .infoLgWrp .cmnLink:hover {
  color: #f07c00;
}
footer#FootMain .footTpSec .infoLgWrp a.nbr,
footer#FootMain .footTpSec .infoLgWrp .cmnLink.nbr {
  font-size: 20px;
  font-weight: 600;
}
@media only screen and (min-width: 576px) {
  footer#FootMain .footTpSec .infoLgWrp a.nbr,
  footer#FootMain .footTpSec .infoLgWrp .cmnLink.nbr {
    font-size: 23px;
  }
}
@media only screen and (min-width: 992px) {
  footer#FootMain .footTpSec .infoLgWrp a.nbr,
  footer#FootMain .footTpSec .infoLgWrp .cmnLink.nbr {
    font-size: 26px;
  }
}
@media only screen and (min-width: 1551px) {
  footer#FootMain .footTpSec .row {
    margin: 0 -40px;
  }
}
footer#FootMain .footTpSec .footAccordion {
  width: 100%;
  padding: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
footer#FootMain .footTpSec .footAccordion .accordion-button::after {
  background-image: none;
  content: "+";
  font-size: 20px;
  text-align: right;
  line-height: 20px;
  display: block;
}
@media only screen and (min-width: 768px) {
  footer#FootMain .footTpSec .footAccordion .accordion-button::after {
    display: none;
  }
}
footer#FootMain .footTpSec .footAccordion .accordion-button:not(.collapsed) {
  color: #f07c00;
  box-shadow: none;
}
footer#FootMain
  .footTpSec
  .footAccordion
  .accordion-button:not(.collapsed)::after {
  background-image: none;
  content: "-";
  transform: none;
}
footer#FootMain .footTpSec .footAccordion .accordion-item {
  background-color: rgba(0, 0, 0, 0);
  border: 0;
}
@media only screen and (min-width: 768px) {
  footer#FootMain .footTpSec .footAccordion .accordion-item .accordion-header {
    display: none;
  }
}
footer#FootMain
  .footTpSec
  .footAccordion
  .accordion-item
  .accordion-header
  .accordion-button {
  padding: 0;
  background-color: rgba(0, 0, 0, 0);
  border-bottom: 0;
}
footer#FootMain
  .footTpSec
  .footAccordion
  .accordion-item
  .accordion-header
  .accordion-button:focus {
  box-shadow: none;
}
@media only screen and (min-width: 768px) {
  footer#FootMain
    .footTpSec
    .footAccordion
    .accordion-item
    .accordion-collapse {
    display: block;
  }
}
@media only screen and (max-width: 768px) {
  footer#FootMain
    .footTpSec
    .footAccordion
    .accordion-item
    .accordion-collapse
    .ftTle {
    display: none;
  }
}
footer#FootMain
  .footTpSec
  .footAccordion
  .accordion-item
  .accordion-collapse
  .accordion-body {
  padding: 0;
}
footer#FootMain .footTpSec .footAccordion .Col {
  flex: 0 0 auto;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 15px;
}
@media only screen and (min-width: 1551px) {
  footer#FootMain .footTpSec .footAccordion .Col {
    padding-left: 40px;
    padding-right: 40px;
  }
}
footer#FootMain .footTpSec .footAccordion .Col:nth-child(1) {
  display: flex;
  flex-direction: column;
  margin-bottom: 40px;
}
@media only screen and (min-width: 576px) {
  footer#FootMain .footTpSec .footAccordion .Col:nth-child(3) {
    width: 50%;
  }
  footer#FootMain .footTpSec .footAccordion .Col:nth-child(4) {
    width: 50%;
  }
}
@media only screen and (min-width: 768px) {
  footer#FootMain .footTpSec .footAccordion .Col {
    width: 50%;
    margin-bottom: 20px;
  }
  footer#FootMain .footTpSec .footAccordion .Col:nth-child(1) {
    align-items: flex-start;
  }
}
@media only screen and (min-width: 768px) {
  footer#FootMain .footTpSec .footAccordion .Col {
    width: 25%;
    margin-bottom: 0;
  }
  footer#FootMain .footTpSec .footAccordion .Col:nth-child(1) {
    width: 25%;
  }
}
@media only screen and (min-width: 768px) and (min-width: 1200px) {
  footer#FootMain .footTpSec .footAccordion .Col:nth-child(1) {
    width: 20%;
  }
}
@media only screen and (min-width: 768px) and (min-width: 1441px) {
  footer#FootMain .footTpSec .footAccordion .Col:nth-child(1) {
    width: 22%;
  }
}
@media only screen and (min-width: 768px) {
  footer#FootMain .footTpSec .footAccordion .Col:nth-child(2) {
    width: 45%;
  }
}
@media only screen and (min-width: 768px) and (min-width: 1200px) {
  footer#FootMain .footTpSec .footAccordion .Col:nth-child(2) {
    width: 28%;
  }
}
@media only screen and (min-width: 768px) {
  footer#FootMain .footTpSec .footAccordion .Col:nth-child(2) .ftNavUl {
    max-width: 100%;
    column-count: 2;
    column-gap: 40px;
  }
}
@media only screen and (min-width: 768px) and (min-width: 1351px) {
  footer#FootMain .footTpSec .footAccordion .Col:nth-child(2) .ftNavUl {
    column-gap: 60px;
  }
}
@media only screen and (min-width: 768px) {
  footer#FootMain .footTpSec .footAccordion .Col:nth-child(2) .ftNavUl li {
    width: 100%;
  }
}
footer#FootMain .footTpSec .footAccordion .Col:nth-child(3) {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  footer#FootMain .footTpSec .footAccordion .Col:nth-child(3) {
    width: 30%;
  }
}
@media only screen and (min-width: 1200px) {
  footer#FootMain .footTpSec .footAccordion .Col:nth-child(3) {
    width: 21%;
  }
}
footer#FootMain .footTpSec .footAccordion .Col:nth-child(3) .ftNavUl li .icon {
  width: 18px;
}
@media only screen and (min-width: 1551px) {
  footer#FootMain
    .footTpSec
    .footAccordion
    .Col:nth-child(3)
    .ftNavUl
    li
    .icon {
    width: 24px;
  }
}
footer#FootMain .footTpSec .footAccordion .Col:nth-child(3) .ftNavUl li a {
  width: calc(100% - 18px);
  padding-left: 13px;
  color: #cecece;
  transition: all 0.5s;
}
@media only screen and (min-width: 1551px) {
  footer#FootMain .footTpSec .footAccordion .Col:nth-child(3) .ftNavUl li a {
    width: calc(100% - 24px);
  }
}
footer#FootMain
  .footTpSec
  .footAccordion
  .Col:nth-child(3)
  .ftNavUl
  li
  a:hover {
  color: #f07c00;
}
footer#FootMain .footTpSec .footAccordion .Col:nth-child(3) .itemWrap {
  margin-top: 30px;
}
footer#FootMain .footTpSec .footAccordion .Col:nth-child(4) {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  footer#FootMain .footTpSec .footAccordion .Col:nth-child(4) {
    width: 50%;
  }
}
@media only screen and (min-width: 1200px) {
  footer#FootMain .footTpSec .footAccordion .Col:nth-child(4) {
    width: 31%;
    margin: initial;
  }
}
@media only screen and (min-width: 1441px) {
  footer#FootMain .footTpSec .footAccordion .Col:nth-child(4) {
    width: 29%;
  }
}
footer#FootMain .footTpSec .ftNavUl {
  max-width: 100%;
}
footer#FootMain .footTpSec .ftNavUl li {
  width: 100%;
  margin-bottom: 5px;
  display: flex;
  align-items: center;
}
@media only screen and (min-width: 576px) {
  footer#FootMain .footTpSec .ftNavUl li {
    margin-bottom: 10px;
  }
}
@media only screen and (min-width: 992px) {
  footer#FootMain .footTpSec .ftNavUl li {
    margin-bottom: 14px;
  }
}
@media only screen and (min-width: 1551px) {
  footer#FootMain .footTpSec .ftNavUl li {
    margin-bottom: 18px;
  }
}
footer#FootMain .footTpSec .ftNavUl li a {
  font-size: 14px;
  line-height: 1.4;
  color: hsla(0, 0%, 100%, 0.8);
}
@media only screen and (min-width: 1441px) {
  footer#FootMain .footTpSec .ftNavUl li a {
    font-size: 16px;
    line-height: 1.6;
  }
}
@media only screen and (min-width: 1661px) {
  footer#FootMain .footTpSec .ftNavUl li a {
    font-size: 18px;
  }
}
footer#FootMain .footTpSec .ftNavUl li a:hover {
  color: #f07c00;
}
footer#FootMain .footTpSec .ftNavUl li a:hover[href="javascript:void(0)"] {
  color: #f07c00;
}
footer#FootMain .footTpSec .DwldWrp {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  margin: 0 -4px;
}
@media only screen and (min-width: 1551px) {
  footer#FootMain .footTpSec .DwldWrp {
    margin: 0 -7px;
  }
}
footer#FootMain .footTpSec .DwldWrp .lft {
  width: calc(100% - 115px);
  padding: 5px 4px;
}
@media only screen and (min-width: 400px) {
  footer#FootMain .footTpSec .DwldWrp .lft {
    width: calc(100% - 150px);
  }
}
@media only screen and (min-width: 1551px) {
  footer#FootMain .footTpSec .DwldWrp .lft {
    width: calc(100% - 177px);
    padding: 10px 7px;
  }
}
footer#FootMain .footTpSec .DwldWrp .rgt {
  width: 115px;
  padding: 5px 4px;
}
@media only screen and (min-width: 400px) {
  footer#FootMain .footTpSec .DwldWrp .rgt {
    width: 150px;
  }
}
@media only screen and (min-width: 1551px) {
  footer#FootMain .footTpSec .DwldWrp .rgt {
    width: 177px;
    padding: 10px 7px;
  }
}
footer#FootMain .footTpSec .DwldWrp a {
  height: 40px;
  display: flex;
  align-items: center;
  border-radius: 8px;
  font-size: 14px;
  color: #fff;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  footer#FootMain .footTpSec .DwldWrp a {
    height: 50px;
  }
}
@media only screen and (min-width: 1441px) {
  footer#FootMain .footTpSec .DwldWrp a {
    font-size: 16px;
  }
}
@media only screen and (min-width: 1661px) {
  footer#FootMain .footTpSec .DwldWrp a {
    font-size: 18px;
  }
}
footer#FootMain .footTpSec .DwldWrp .admissions {
  background-color: #f07c00;
}
footer#FootMain .footTpSec .DwldWrp .dwnlod {
  border: 1px solid #fff;
}
footer#FootMain .footTpSec .form-group {
  position: relative;
  display: flex;
  margin-bottom: 25px;
}
footer#FootMain .footTpSec .form-group .form-control {
  border: none;
  border-radius: 8px 0px 0px 8px;
  width: calc(100% - 34px);
}
@media only screen and (min-width: 1200px) {
  footer#FootMain .footTpSec .form-group .form-control {
    width: calc(100% - 50px);
  }
}
footer#FootMain .footTpSec .form-group .form-control::placeholder {
  font-size: 14px;
  color: #acacac;
  font-weight: 400;
}
@media only screen and (min-width: 1200px) {
  footer#FootMain .footTpSec .form-group .form-control::placeholder {
    font-size: 16px;
  }
}
@media only screen and (min-width: 1441px) {
  footer#FootMain .footTpSec .form-group .form-control::placeholder {
    font-size: 18px;
  }
}
footer#FootMain .footTpSec button {
  display: block;
  background-color: #fff;
  padding-right: 10px;
  width: 34px;
  border-radius: 0px 8px 8px 0px;
}
@media only screen and (min-width: 1200px) {
  footer#FootMain .footTpSec button {
    padding-right: 25px;
    width: 50px;
    width: 50px;
  }
}
footer#FootMain .footTpSec button .icon svg {
  fill: #f07c00;
}
footer#FootMain .footTpSec .error-block {
  bottom: -25px;
}
footer#FootMain .footTpSec .flxBx {
  display: flex;
  align-items: center;
  padding-top: 15px;
}
@media only screen and (min-width: 768px) {
  footer#FootMain .footTpSec .flxBx {
    padding-top: 45px;
  }
}
@media only screen and (min-width: 1661px) {
  footer#FootMain .footTpSec .flxBx {
    padding-top: 55px;
  }
}
footer#FootMain .footTpSec .flxBx .text {
  font-size: 18px;
  color: #fff;
  font-weight: 600;
  padding-right: 15px;
}
@media only screen and (min-width: 1551px) {
  footer#FootMain .footTpSec .flxBx .text {
    font-size: 20px;
    padding-right: 30px;
  }
}
@media only screen and (min-width: 1661px) {
  footer#FootMain .footTpSec .flxBx .text {
    font-size: 22px;
  }
}
footer#FootMain .footBtmSec {
  font-size: 12px;
  color: hsla(0, 0%, 100%, 0.8);
  text-align: center;
  line-height: 1.2;
  font-weight: 400;
}
@media only screen and (min-width: 768px) {
  footer#FootMain .footBtmSec {
    font-size: 12px;
    text-align: left;
  }
}
@media only screen and (min-width: 992px) {
  footer#FootMain .footBtmSec {
    font-size: 13px;
  }
}
@media only screen and (min-width: 1441px) {
  footer#FootMain .footBtmSec {
    font-size: 14px;
  }
}
@media only screen and (min-width: 1551px) {
  footer#FootMain .footBtmSec {
    font-size: 16px;
  }
}
@media only screen and (min-width: 1661px) {
  footer#FootMain .footBtmSec {
    font-size: 18px;
  }
}
footer#FootMain .footBtmSec .dFlx {
  padding: 20px 0 60px 0;
  border-top: 1px solid hsla(0, 0%, 100%, 0.28);
  justify-content: space-between;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media only screen and (min-width: 578px) {
  footer#FootMain .footBtmSec .dFlx {
    padding: 20px 0;
  }
}
@media only screen and (min-width: 992px) {
  footer#FootMain .footBtmSec .dFlx {
    padding: 20px 0;
  }
}
@media only screen and (min-width: 1441px) {
  footer#FootMain .footBtmSec .dFlx {
    padding: 25px 0;
  }
}
@media only screen and (min-width: 1551px) {
  footer#FootMain .footBtmSec .dFlx {
    padding: 40px 0;
  }
}
footer#FootMain .footBtmSec .dFlx > * {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  footer#FootMain .footBtmSec .dFlx > *:nth-child(1) {
    width: 50%;
  }
}
@media only screen and (min-width: 1050px) {
  footer#FootMain .footBtmSec .dFlx > *:nth-child(1) {
    width: 29%;
  }
}
@media only screen and (min-width: 1200px) {
  footer#FootMain .footBtmSec .dFlx > *:nth-child(1) {
    width: 40%;
  }
}
@media only screen and (min-width: 768px) {
  footer#FootMain .footBtmSec .dFlx > *:nth-child(2) {
    width: 50%;
  }
}
@media only screen and (min-width: 1050px) {
  footer#FootMain .footBtmSec .dFlx > *:nth-child(2) {
    width: 41%;
  }
}
@media only screen and (min-width: 1200px) {
  footer#FootMain .footBtmSec .dFlx > *:nth-child(2) {
    width: 42%;
  }
}
@media only screen and (min-width: 768px) {
  footer#FootMain .footBtmSec .dFlx > *:nth-child(3) {
    width: 50%;
  }
}
@media only screen and (min-width: 1050px) {
  footer#FootMain .footBtmSec .dFlx > *:nth-child(3) {
    width: 20%;
  }
}
@media only screen and (min-width: 1200px) {
  footer#FootMain .footBtmSec .dFlx > *:nth-child(3) {
    width: 18%;
  }
}
footer#FootMain .footBtmSec .dFlx .lSide {
  margin-bottom: 6px;
}
@media only screen and (min-width: 1050px) {
  footer#FootMain .footBtmSec .dFlx .lSide {
    margin-bottom: 0px;
  }
}
footer#FootMain .footBtmSec .dFlx .mSide {
  margin-bottom: 6px;
}
@media only screen and (min-width: 768px) {
  footer#FootMain .footBtmSec .dFlx .mSide {
    margin-bottom: 0px;
  }
}
footer#FootMain .footBtmSec .dFlx .mSide ul {
  justify-content: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
footer#FootMain .footBtmSec .dFlx .mSide ul li:not(:last-child) a::after {
  content: "/";
  padding: 0 10px;
}
@media only screen and (min-width: 1200px) {
  footer#FootMain .footBtmSec .dFlx .mSide ul li:not(:last-child) a::after {
    padding: 0 30px;
  }
}
@media only screen and (min-width: 1661px) {
  footer#FootMain .footBtmSec .dFlx .mSide ul li:not(:last-child) a::after {
    padding: 0 40px;
  }
}
footer#FootMain .footBtmSec .dFlx .mSide ul li a {
  color: hsla(0, 0%, 100%, 0.8);
}
footer#FootMain .footBtmSec .dFlx .mSide ul li a:hover {
  color: #f07c00;
}
footer#FootMain
  .footBtmSec
  .dFlx
  .mSide
  ul
  li
  a:hover[href="javascript:void(0)"] {
  color: #fff;
}
@media only screen and (min-width: 768px) {
  footer#FootMain .footBtmSec .dFlx .RSide {
    text-align: right;
  }
}
footer#FootMain .footBtmSec .dFlx .RSide .Designed {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media only screen and (min-width: 768px) {
  footer#FootMain .footBtmSec .dFlx .RSide .Designed {
    justify-content: end;
  }
}
footer#FootMain .footBtmSec .dFlx .RSide .Designed a {
  color: #fff;
  text-align: right;
  padding-left: 8px;
}
footer#FootMain .footBtmSec .dFlx .RSide .Designed a:hover {
  color: #f07c00;
} /*# sourceMappingURL=app.min.css.map */
//HOME_PAGE
/************** ******* **************/
/************* HOME_PAGE *************/
/************** ******* **************/

#about
    position: relative
    overflow: hidden
    padding: 45px 0 140px
    @media only screen and (min-width:992px)
        padding: 45px 0 110px
    @media only screen and (min-width:1441px)
        padding: 60px 0 160px
    @media only screen and (min-width:1551px)
        padding: 70px 0 170px

    .logoBx
        position: absolute
        bottom: 10px
        left: 25%
        max-width: 250px
        @media only screen and (min-width:1551px)
            max-width: 350px
        img
            @include imgFit
    .floatIcons
        position: absolute
        left: 0
        width: 100%
        top: 0
        height: 100%
        .icons
            position: absolute
            transition: all 0.5s
            img
                width: auto
                object-fit: contain
                transition: all 0.5s
            &.circleHalf
                top: 0
                right: 0px
                animation: scaleEffects 6s linear infinite
            &.curveIcon
                top: 15%
                left: 0
                animation: vibrate 6s linear infinite
            &.dot
                top: 10%
                left: 25%
                animation: flying 6s linear infinite
            &.bigdot
                right: 3%
                top: 10%
                animation: rotation 6s linear infinite
                width: 45px
                @media only screen and (min-width:1351px)
                    width: 75px
                @media only screen and (min-width:1551px)
                    width: 115px
            &.plus
                right: 30px
                bottom: 20%
                animation: rotation 6s linear infinite
            &.dotLine
                left: 10%
                bottom: 5%
                animation: TobTObOTTOM 8s linear infinite
            &.hCircle
                right: 15%
                bottom: 0%
                @media only screen and (min-width:1351px)
                    bottom: -1%
            &.lCurve
                left: 15px
                bottom: 14%
                animation: vibrate 10s linear infinite

    &::after
        position: absolute
        content: ''
        left: 0
        top: 0
        width: 100%
        height: 100%
        background: #F0F0F0
        z-index: -1
        @media only screen and (min-width: 992px)
            border-radius: 0 0 50px 0
            max-width: calc(100% - ((100% - 1040px)/ 2))
        @media only screen and (min-width: 1200px)
            max-width: calc(100% - ((100% - 1180px)/ 2))
        @media only screen and (min-width: 1351px)
            max-width: calc(100% - ((100% - 1280px)/ 2))
        @media only screen and (min-width: 1441px)
            max-width: calc(100% - ((100% - 1341px)/ 2))
        @media only screen and (min-width: 1551px)
            max-width: calc(100% - ((100% - 1540px)/ 2))
        @media only screen and (min-width: 1661px)
            max-width: calc(100% - ((100% - 1640px)/ 2))
        @media only screen and (min-width: 1771px)
            max-width: calc(100% - ((100% - 1680px)/ 2))

    .flxBx
        width: 100%
        position: relative
        &::after
            content: ''
            clear: both
            display: block
        >*
            padding: 8px

        .imGwrap
            position: relative
            @media only screen and (min-width:768px)
                float: left
                padding-right: 30px
                width: 410px
            @media only screen and (min-width:992px)
                padding-bottom: 40px
                width: 530px
            @media only screen and (min-width:1200px)
                padding-right: 40px
                width: 600px
            @media only screen and (min-width:1441px)
                width: 630px
            @media only screen and (min-width:1551px)
                padding-right: 60px
                width: 760px
            .imgBx
                width: 100%
                height: 100%
                border-radius: 40px
                aspect-ratio: 700 / 535
                overflow: hidden
                img
                    transition: all 0.5s
                    @include imgFit

    .contentwrap
        @media only screen and (min-width:1200px)
            padding-right: 40px
        @media only screen and (min-width:1441px)
            padding-right: 60px
        @media only screen and (min-width:1551px)
            padding-right: 90px
        .contentBax
            &.show
                p
                    display: block !important
                    overflow: visible
        .titleWrap
            .subT
                font-family: $fontstack2
                font-weight: 400
                color: $black
                margin-bottom: 5px
                font-size: 16px
                @media only screen and (min-width: 1351px)
                    font-size: 18px
                @media only screen and (min-width: 1551px)
                    font-size: 20px
                @media only screen and (min-width: 1661px)
                    font-size: 24px
            .title
                position: relative
                font-family: $fontstack2
                font-size: 24px
                margin-bottom: 10px
                @media only screen and (min-width: 576px)
                    --lines: 2
                    font-size: 26px
                @media only screen and (min-width: 768px)
                    font-size: 34px
                @media only screen and (min-width: 1351px)
                    font-size: 38px
                @media only screen and (min-width: 1441px)
                    font-size: 40px
                    margin-bottom: 15px
                @media only screen and (min-width: 1551px)
                    font-size: 45px
                @media only screen and (min-width: 1661px)
                    font-size: 56px
                span
                    color: #FF4A51
                br
                    @media only screen and (max-width: 1200px)
                        display: none
        .readmore
            background: transparent
            color: $black
            font-weight: 400
            padding: 0
            box-shadow: none
            outline: 0
            text-decoration: underline
            transition: all 0.5s
            font-size: 16px
            @media only screen and (min-width: 1551px)
                font-size: 18px
            &:hover
                @media only screen and (min-width: 992px)
                    color: $basecolor
        .contentBax
            p
                @include clamp
                --lines: 5
                @media only screen and (min-width:992px)
                    --lines: 10
                &:not(:first-child)
                    display: none
#vision
    position: relative
    background: #FFCD38
    padding: 40px 0
    margin-top: 40px
    @media only screen and (min-width:992px)
        margin-top: 80px
        padding: 0
    @media only screen and (min-width:1441px)
        margin-top: 95px
    @media only screen and (min-width: 1551px)
        margin-top: 135px

    .floatIcons
        .icons
            &.redDot
                top: 0%
                left: 35%
                animation: vibrate 6s linear infinite
            &.curveIcon
                top: 15%
                right: 5%
                animation: vibrate 6s linear infinite
            &.haCi
                left: 30%
                animation: vibrate 6s linear infinite
                bottom: -5%
                width: 40px
                @media only screen and (min-width: 1200px)
                    bottom: -9%
                    width: 50px
                @media only screen and (min-width: 1441px)
                    width: 80px
                @media only screen and (min-width: 1551px)
                    width: 100px
                img
                    @include imgFit
    .row
        position: relative
        margin: -10px
        @media only screen and (min-width:992px)
            margin: 0
        >*
            padding: 10px
            @media only screen and (min-width:992px)
                padding: 0
        &::after
            @media only screen and (min-width:992px)
                position: absolute
                content: ''
                left: 0
                right: 0
                margin: auto
                top: 0
                bottom: 0
                width: 1px
                height: calc(100% - 140px)
                background: rgba($black, 0.21)
    .vmBx
        display: flex
        flex-direction: column
        width: 100%
        height: 100%
        justify-content: center
        padding: 0
        @media only screen and (min-width:992px)
            padding-right: 35px
        @media only screen and (min-width: 1351px)
            padding-right: 45px
        @media only screen and (min-width: 1551px)
            padding-right: 65px
        &:has(.contentBx)
            justify-content: space-between
            @media only screen and (min-width:992px)
                padding-top: 40px
                padding-right: 35px
            @media only screen and (min-width: 1351px)
                padding-top: 60px
                padding-right: 45px
            @media only screen and (min-width: 1551px)
                padding-top: 80px
                padding-right: 65px
            .imgBx
                @media only screen and (min-width:992px)
                    border-radius: 30px 30px 0 0
        &.msBx
            @media only screen and (min-width:992px)
                flex-direction: column-reverse
                padding: 0
                padding-bottom: 40px
                padding-left: 35px
            @media only screen and (min-width: 1351px)
                padding-bottom: 60px
                padding-left: 45px
            @media only screen and (min-width: 1551px)
                padding-bottom: 80px
                padding-left: 65px
            .contentBx
                @media only screen and (min-width:992px)
                    flex-direction: row-reverse
                    margin: 0
                .content
                    @media only screen and (min-width:992px)
                        padding: 0
                        padding-left: 25px
                    @media only screen and (min-width: 1351px)
                        padding-left: 45px
                    @media only screen and (min-width: 1551px)
                        padding-left: 65px
            .imgBx
                @media only screen and (min-width:992px)
                    border-radius: 0px 0px 30px 30px
                    margin-bottom: 55px

        .contentBx
            display: flex
            flex-direction: column-reverse
            @media only screen and (min-width:992px)
                align-items: flex-start
                margin-bottom: 15px
                margin-bottom: 55px
                flex-direction: row
            .content
                @media only screen and (min-width: 992px)
                    padding-right: 25px
                    width: calc(100% - 110px)
                @media only screen and (min-width: 1200px)
                    width: calc(100% - 125px)
                @media only screen and (min-width: 1351px)
                    width: calc(100% - 150px)
                    padding-right: 45px
                @media only screen and (min-width: 1551px)
                    padding-right: 55px
                    width: calc(100% - 195px)
                .title
                    position: relative
                    font-family: $fontstack2
                    color: #000000
                    font-size: 24px
                    margin-bottom: 10px
                    @media only screen and (min-width: 576px)
                        --lines: 2
                        font-size: 26px
                    @media only screen and (min-width: 768px)
                        font-size: 34px
                    @media only screen and (min-width: 1351px)
                        font-size: 38px
                    @media only screen and (min-width: 1441px)
                        font-size: 40px
                        margin-bottom: 15px
                    @media only screen and (min-width: 1551px)
                        font-size: 45px
                    @media only screen and (min-width: 1661px)
                        font-size: 56px
                p
                    color: #202020
            .icon
                height: 100%
                width: 65px
                margin-bottom: 10px
                position: relative
                @media only screen and (min-width: 992px)
                    width: 110px
                    margin-bottom: 0
                @media only screen and (min-width: 1200px)
                    width: 125px
                @media only screen and (min-width: 1351px)
                    width: 150px
                @media only screen and (min-width: 1551px)
                    width: 195px
                &:hover
                    .hovImg
                        opacity: 1
                        visibility: visible
                img, svg
                    transition: all 0.5s
                    @include imgFit
                    object-fit: contain
                .hovImg
                    position: absolute
                    bottom: 0
                    left: 0
                    width: 100%
                    transition: all 0.5s
                    height: 100%
                    opacity: 0

                    visibility: hidden

        .imgBx
            width: 100%
            overflow: hidden
            aspect-ratio: 775 / 325
            border-radius: 10px
            @media only screen and (min-width:992px)
                border-radius: 30px

            &:hover
                img
                    transform: scale(1.1)
            img
                transition: all 0.5s
                @include imgFit

#coreValues
    position: relative
    padding: 40px 0
    z-index: 0
    @media only screen and (min-width:992px)
        padding: 60px 0
    @media only screen and (min-width:1441px)
        padding: 80px 0
    @media only screen and (min-width:1551px)
        padding: 130px 0 115px
    .cir
        display: none
        @media only screen and (min-width: 992px)
            border-radius: 50%
            background: rgba(39, 198, 194, 0.21)
            position: absolute
            left: -150px
            z-index: -1
            top: 50px
            display: block
            pointer-events: none
            animation: rotation 25s linear infinite
            width: 400px
            height: 400px
        @media only screen and (min-width: 1351px)
            width: 450px
            height: 450px
        @media only screen and (min-width: 1441px)
            width: 550px
            height: 550px
        @media only screen and (min-width: 1551px)
            width: 714px
            height: 714px
    .floatIcons
        .icons
            &.blueDot
                top: 10%
                left: 50%
                animation: flying 6s linear infinite
                img
                    width: 30px
            &.dot
                top: 10%
                left: 15%
                animation: flying 6s linear infinite

            &.redCircle
                top: 15%
                right: 0
                width: 30px
                animation: flying 6s linear infinite
                @media only screen and (min-width:1441px)
                    width: 40px
            &.redCurve
                bottom: 25%
                animation: vibrate 6s linear infinite
                left: -5px
                @media only screen and (min-width:1441px)
                    left: 15px
            &.plus
                right: 30px
                bottom: 20%
                animation: rotation 6s linear infinite

    .coreBx
        width: 100%
        height: 100%
        background: #00A39E
        border-radius: 10px
        padding: 20px
        @media only screen and (min-width:992px)
            border-radius: 30px
            padding: 25px
        @media only screen and (min-width:1200px)
            border-radius: 50px
            padding: 35px
        @media only screen and (min-width:1441px)
            padding: 45px
        .flxBx
            margin: -8px
            margin-bottom: 15px
            @media only screen and (min-width:992px)
                margin-bottom: 30px
            @media only screen and (min-width:1441px)
                margin-bottom: 50px
            @media only screen and (min-width:1551px)
                margin-bottom: 70px
            &::after
                content: ''
                clear: both
                display: block
            >*
                padding: 8px
            .contentBx
                // padding-bottom: 35px
                hr
                    margin: 0
                    border: 0
                    border-bottom: 1px dashed $white
                    margin-top: 40px
                .mainHead
                    @media only screen and (min-width:1441px)
                        margin-bottom: 35px
                    .mainTitle
                        span
                            color: #FFCD38
                p
                    color: $white
                    line-height: 1.6
                    @media only screen and (min-width:1551px)
                        font-size: 19px
            .imgWrap
                position: relative
                @media only screen and (min-width:768px)
                    float: right
                    padding-left: 10px
                    width: 360px
                    padding-bottom: 30px
                @media only screen and (min-width:992px)
                    padding-left: 30px
                    width: 450px
                @media only screen and (min-width:1200px)
                    width: 530px
                @media only screen and (min-width:1351px)
                    width: 560px
                    padding-left: 60px
                @media only screen and (min-width:1441px)
                    width: 600px
                @media only screen and (min-width:1551px)
                    width: 680px

                .floatIcons
                    position: absolute
                    left: 0
                    width: 100%
                    bottom: 60px
                    height: 100%
                    z-index: 1
                    .icons
                        width: 55px

                .imgBx
                    width: 100%
                    height: 100%
                    aspect-ratio: 662 / 552
                    overflow: hidden
                    border-radius: 15px
                    @media only screen and (min-width:768px)
                        border-radius: 25px
                    @media only screen and (min-width:992px)
                        border-radius: 35px
                    &:hover
                        img
                            transform: scale(1.1)
                    img
                        transition: all 0.5s
                        @include imgFit
        .coreSlider
            overflow: hidden
            .swiper-slide
                height: auto
                &:nth-child(4n-3)
                    .coreBx
                        .contenTbx
                            .title
                                span
                                    color: #5FBCAA
                &:nth-child(4n-2)
                    .coreBx
                        .contenTbx
                            .title
                                span
                                    color: #E90083
                &:nth-child(4n-1)
                    .coreBx
                        .contenTbx
                            .title
                                span
                                    color: #2CACDD
                &:nth-child(4n)
                    .coreBx
                        .contenTbx
                            .title
                                span
                                    color: #95C023
            .coreBx
                display: block
                width: 100%
                height: 100%
                background: $white
                border-radius: 30px
                padding: 20px
                @media only screen and (minwidth:1351px)
                    padding: 25px
                @media only screen and (minwidth:1551px)
                    padding: 30px
                .icon
                    width: 100%
                    margin-left: auto
                    max-width: 110px
                    height: 120px
                    margin-bottom: 15px
                    @media only screen and (minwidth:1441px)
                        max-width: 125px
                        height: 125px
                    @media only screen and (minwidth:1551px)
                        max-width: 170px
                        height: 130px

                .contenTbx
                    .title
                        font-weight: 400
                        font-family: $fontstack2
                        color: #0E0E0E
                        margin-bottom: 10px
                        font-size: 24px
                        @media only screen and (minwidth:1351px)
                            font-size: 28px
                        @media only screen and (minwidth:1441px)
                            font-size: 32px
                        @media only screen and (minwidth:1551px)
                            font-size: 36px
                        span
                            color: #5FBCAA

                    p
                        color: #202020

#learner
    position: relative
    background: #F0F0F0
    padding: 40px 0
    @media only screen and (min-width:1200px)
        padding: 60px 0 50px
    @media only screen and (min-width:1351px)
        padding: 80px 0 55px
    @media only screen and (min-width:1661px)
        padding: 140px 0 55px
    .floatIcons
        .icons
            &.bgRcurve
                top: 0
                left: 0
                width: 45px
                @media only screen and (min-width:1200px)
                    width: 65px
                @media only screen and (min-width:1351px)
                    width: 80px
                @media only screen and (min-width:1661px)
                    width: 125px
                img
                    @include imgFit
            &.smCurve
                bottom: -160px
                right: -10px
            &.yellowDot
                top: 5%
                right: 20px
                animation: flying 6s linear infinite
            &.plus
                width: 13px
                top: 35px
                left: 40%
                animation: rotation 6s linear infinite
            &.gCircle
                bottom: 15%
                left: 4%
                animation: flying 6s linear infinite
            &.plusRed
                bottom: -5%
                left: 2%
                animation: rotation 6s linear infinite
                width: 16px
            &.grennround
                bottom: -7%
                left: 12%
                animation: rotation 6s linear infinite
                width: 32px
            &.halfcir
                bottom: -2%
                left: 40%
                animation: vibrate 6s linear infinite
                width: 40px
                @media only screen and (min-width:1351px)
                    bottom: -8%
                    left: 40%
                    width: 75px
                img
                    @include imgFit

    .rflx
        display: flex
        flex-wrap: wrap
        margin: -10px
        >*
            padding: 10px
        .lftbx
            width: 100%
            margin-bottom: 25px
            @media only screen and (min-width:678px)
                margin-bottom: 45px
            @media only screen and (min-width:1200px)
                width: 460px
                margin-bottom: 0
            @media only screen and (min-width:1351px)
                width: 550px
            @media only screen and (min-width:1661px)
                width: 590px
            .gemsBx
                position: relative
                background: #442857
                border-radius: 15px
                padding: 20px 15px
                @media only screen and (min-width:992px)
                    padding: 30px
                    border-radius: 30px
                @media only screen and (min-width:1441px)
                    padding: 35px
                @media only screen and (min-width:1551px)
                    padding: 40px
                @media only screen and (min-width:1661px)
                    padding: 45px 50px
                .mainHead
                    margin-bottom: 10px
                    .mainTitle
                        color: $white
                        span
                            color: #FFCD38
                p
                    color: $white
        .rtBx
            display: flex
            align-items: center
            width: 100%
            @media only screen and (min-width:1200px)
                padding-left: 30px
                width: calc(100% - 460px)
            @media only screen and (min-width:1351px)
                width: calc(100% - 550px)
            @media only screen and (min-width:1661px)
                width: calc(100% - 590px)
            .profilBx
                width: 100%
                margin: auto
                position: relative
                @include center
                max-width: 670px
                @media only screen and (min-width:1551px)
                    max-width: 1110px
                ul
                    width: 100%
                    height: 100%
                    z-index: 1
                    display: flex
                    justify-content: space-between
                    flex-wrap: wrap
                    @media only screen and (min-width:640px)
                        position: absolute
                        top: 0
                        left: 0
                    li
                        width: 100%
                        transition: all 0.5s
                        @media only screen and (min-width:640px)
                            width: 50%
                        &:hover
                            .learnBox
                                transform: translateY(-10px)
                                .iconWrp
                                    .icon
                                        transform: scale(0.8)
                        &:nth-child(even)
                            .learnBox
                                margin-left: auto
                                flex-direction: row
                                text-align: left

                        &:nth-child(6n - 5)
                            .learnBox
                                background: #006681
                                left: var(--lft)
                                top: var(--tbtm)
                                .iconWrp
                                    .icon
                                        background: #006681
                        &:nth-child(6n - 4)
                            .learnBox
                                background: #FFB90B
                                right: var(--lft)
                                top: var(--tbtm)
                                .iconWrp
                                    .icon
                                        background: #FFB90B

                        &:nth-child(6n - 3)
                            .learnBox
                                background: #00A9B9
                                .iconWrp
                                    .icon
                                        background: #00A9B9
                        &:nth-child(6n - 2)
                            .learnBox
                                background: #FF8D2A
                                .iconWrp
                                    .icon
                                        background: #FF8D2A
                        &:nth-child(6n - 1)
                            .learnBox
                                background: #10BE81
                                left: var(--lft)
                                bottom: var(--tbtm)
                                .iconWrp
                                    .icon
                                        background: #10BE81
                        &:nth-child(6n)
                            .learnBox
                                background: #F14258
                                right: var(--lft)
                                bottom: var(--tbtm)
                                .iconWrp
                                    .icon
                                        background: #F14258

                        .learnBox
                            display: flex
                            align-items: center
                            position: relative
                            width: 100%
                            background: #006681
                            border-radius: 80px
                            padding: 8px
                            margin-bottom: 15px
                            max-width: 320px
                            flex-direction: row-reverse
                            text-align: right
                            transition: all 0.5s
                            filter: drop-shadow(7px 7px 16px rgba($black, 0.45))
                            @media only screen and (min-width:640px)
                                max-width: 230px
                            @media only screen and (min-width:640px)
                                --tbtm: 0px
                                --lft: 60px
                                margin-bottom: 55px
                            @media only screen and (min-width:678px)
                                margin-bottom: 90px
                            @media only screen and (min-width:1551px)
                                --tbtm: -15px
                                padding: 10px
                                --lft: 75px
                                --tbtm: -30px
                                max-width: 300px
                            @media only screen and (min-width:1661px)
                                margin-bottom: 80px
                                --tbtm: -50px
                                --lft: 125px
                                padding: 13px
                                max-width: 330px
                            @media only screen and (min-width:1771px)
                                margin-bottom: 70px
                                max-width: 350px
                            .iconWrp
                                border-radius: 50%
                                background: $white
                                @include center
                                width: 50px
                                height: 50px
                                filter: drop-shadow(2.8px 2.8px 6px rgba($black, 0.45))
                                @media only screen and (min-width:1551px)
                                    width: 85px
                                    height: 85px
                                @media only screen and (min-width:1661px)
                                    width: 95px
                                    height: 95px
                                @media only screen and (min-width:1771px)
                                    width: 107px
                                    height: 107px
                                .icon
                                    width: 40px
                                    height: 40px
                                    border-radius: 50%
                                    background: #006681
                                    transition: all 0.5s
                                    filter: drop-shadow(2.8px 2.8px 4px rgba($black, 0.45))
                                    @include center
                                    @media only screen and (min-width:1551px)
                                        width: 65px
                                        height: 65px
                                    @media only screen and (min-width:1661px)
                                        width: 80px
                                        height: 80px
                                    img
                                        transition: all 0.5s
                                        max-width: 25px
                                        margin: auto
                                        @media only screen and (min-width:1551px)
                                            max-width: 50px
                            .infoBx
                                width: calc(100% - 50px)
                                padding: 0 15px
                                @media only screen and (min-width:1551px)
                                    width: calc(100% - 85px)
                                @media only screen and (min-width:1661px)
                                    width: calc(100% - 95px)
                                @media only screen and (min-width:1771px)
                                    width: calc(100% - 107px)
                                .txt
                                    color: $white
                                    font-weight: 600
                                    filter: drop-shadow(0px 4px 10px rgba($black, 0.35))
                                    font-size: 12px
                                    @include clamp
                                    --lines: 4
                                    @media only screen and (min-width:1551px)
                                        font-size: 16px
                                    @media only screen and (min-width:1771px)
                                        font-size: 18px

                .outerCircl
                    display: none
                    @media only screen and (min-width:640px)
                        width: var(--wd)
                        height: var(--wd)
                        overflow: hidden
                        margin: auto
                        border-radius: 50%
                        background: url('../images/outerCircle.svg') no-repeat
                        background-size: 100%
                        @include center
                        position: relative
                        z-index: 0
                        --wd: 310px
                    @media only screen and (min-width:678px)
                        --wd: 380px
                    @media only screen and (min-width:1551px)
                        --wd: 500px
                    @media only screen and (min-width:1661px)
                        --wd: 550px
                    &::before
                        position: absolute
                        content: ''
                        top: 0
                        left: 0
                        right: 0
                        margin: auto
                        background: url('../images/line.svg') no-repeat
                        height: 100%
                        z-index: 0
                        width: 290px
                        background-size: 325px
                        @media only screen and (min-width:678px)
                            width: 355px
                            background-size: 397px
                        @media only screen and (min-width:1551px)
                            width: 465px
                            background-size: 520px
                        @media only screen and (min-width:1661px)
                            width: 515px
                            background-size: 575px

                    &::after
                        position: absolute
                        content: ''
                        left: 0
                        bottom: 0
                        right: 0
                        top: 0
                        margin: auto
                        background: #F0F0F0
                        width: calc(var(--wd) - 50px)
                        height: calc(var(--wd) - 50px)
                        border-radius: 50%
                        z-index: -1
                    .innerCircle
                        margin: auto
                        border-radius: 50%
                        background: url('../images/inerCircle.svg') no-repeat
                        background-size: 100%
                        @include center
                        width: 150px
                        height: 150px
                        z-index: 1
                        @media only screen and (min-width:678px)
                            width: 190px
                            height: 190px
                        @media only screen and (min-width:1551px)
                            width: 315px
                            height: 315px
                        .outrshadCirc
                            border-radius: 50%
                            background: linear-gradient(90deg, #FFFFFF 0%, #F4F4F4 49%, #E5E5E5 100%)
                            box-shadow: 5.72px 5.72px 13.08px 0px #00000073
                            @include center
                            width: 125px
                            height: 125px
                            @media only screen and (min-width:678px)
                                width: 165px
                                height: 165px
                            @media only screen and (min-width:1551px)
                                width: 275px
                                height: 275px
                            .innershadCirc
                                background: linear-gradient(180deg, #FFFFFF 0.01%, #F4F4F4 49.01%, #E5E5E5 100.01%)
                                box-shadow: 6.07px 6.07px 13.88px 0px #00000073
                                border-radius: 50%
                                @include center
                                width: 100px
                                height: 100px
                                @media only screen and (min-width:678px)
                                    width: 140px
                                    height: 140px
                                @media only screen and (min-width:1551px)
                                    width: 230px
                                    height: 230px
                                .titleWrap
                                    text-align: center
                                    .logo
                                        margin: auto
                                        margin-bottom: 8px
                                        width: 65px
                                        @media only screen and (min-width:678px)
                                            margin-bottom: 15px
                                            width: 85px
                                        @media only screen and (min-width:1551px)
                                            width: 110px
                                        img
                                            transition: all 0.5s
                                            @include imgFit
                                    .name
                                        font-weight: 300
                                        font-family: $fontstack2
                                        color: #252525
                                        font-size: 16px
                                        @media only screen and (min-width:678px)
                                            font-size: 18px
                                        @media only screen and (min-width:1551px)
                                            font-size: 32px

#genius
    position: relative
    overflow: hidden
    padding: 40px 0 60px
    z-index: 0
    @media only screen and (min-width:1200px)
        padding-bottom: 100px
    &::before
        @media only screen and (min-width:992px)
            position: absolute
            content: ''
            left: 0
            top: 0
            width: 100%
            height: 160px
            background: #F0F0F0
    .floatIcons
        .bgRcurve
            position: absolute
            left: 0
            bottom: -5px
            animation: scaleEffects 7s linear infinite
            width: 80px
            height: 80px
            @media only screen and (min-width:992px)
                width: 200px
                height: 200px
            img
                @include imgFit
        .lineDot
            position: absolute
            left: 10%
            animation: vibrate 7s linear infinite
            bottom: 2%
            @media only screen and (min-width:992px)
                bottom: 10%
                width: 45px
        .bigdot
            left: 10%
            top: 30%
            z-index: -1
            animation: rotation 6s linear infinite
            width: 45px
            @media only screen and (min-width:1351px)
                width: 75px
            @media only screen and (min-width:1441px)
                width: 150px
            @media only screen and (min-width:1551px)
                width: 230px
            img
                @include imgFit
        .halfcir
            left: 35%
            animation: vibrate 8s linear infinite
            width: 35px
            bottom: 8%
            @media only screen and (min-width:992px)
                bottom: 23%
            img
                @include imgFit

    .flxBx
        display: flex
        flex-wrap: wrap
        margin: -8px
        >*
            padding: 8px
        .lftBx
            width: 100%
            display: flex
            align-items: center

            justify-content: center
            @media only screen and (min-width:992px)
                padding-right: 30px
                padding-top: 180px
                width: calc(100% - 630px)
                justify-content: flex-start
            @media only screen and (min-width:1200px)
                width: calc(100% - 750px)
            @media only screen and (min-width:1441px)
                width: calc(100% - 800px)
            @media only screen and (min-width:1551px)
                width: calc(100% - 992px)
            .headBx
                width: 100%
                max-width: 110px
                @media only screen and (min-width:768px)
                    max-width: 180px
                @media only screen and (min-width:992px)
                    max-width: 250px
                @media only screen and (min-width:1551px)
                    max-width: 318px
                svg
                    @include imgFit
            .cntBx
                max-width: 325px
                z-index: 1
                position: relative
                .mainHead
                    .mainTitle
                        font-style: italic
                        font-family: $fontstack3
                        font-weight: 300
                        span
                            font-style: normal
                            color: #FF4A51
                            font-weight: 600

        .rtBx
            width: 100%
            @media only screen and (min-width:992px)
                width: 630px
            @media only screen and (min-width:1200px)
                width: 750px
            @media only screen and (min-width:1441px)
                width: 800px
            @media only screen and (min-width:1551px)
                width: 992px
            .imgBx
                width: 100%
                height: 100%
                border-radius: 24px
                overflow: hidden
                position: relative
                aspect-ratio: 992 / 576
                img, video
                    @include imgFit
                .icon
                    position: absolute
                    top: 0
                    left: 0
                    right: 0
                    cursor: pointer
                    bottom: 0
                    margin: auto
                    width: 50px
                    height: 50px
                    @media only screen and (min-width:1441px)
                        width: 75px
                        height: 75px
                    @media only screen and (max-width:992px)
                        display: none
                    &.hidden
                        opacity: 0
                        visibility: hidden
                    svg
                        transition: all 0.5s
                        @include imgFit
#accolades
    position: relative
    background: #00A39E
    padding: 75px 0 45px
    z-index: 0
    overflow: hidden
    .floatIcons
        z-index: -1
        .redDot
            top: 10%
            left: 10%
            animation: vibrate 6s linear infinite
        .circleHalf
            top: 0
            right: 0px
            animation: scaleEffects 6s linear infinite

        .bgRcurve
            position: absolute
            left: 0
            bottom: -5px
            animation: scaleEffects 7s linear infinite
            width: 200px
            height: 200px
            img
                @include imgFit
        .lineDot
            left: 5%
            bottom: 2%
            animation: vibrate 7s linear infinite
            width: 45px
        .bigdot
            left: 15%
            right: 0
            margin: auto
            top: 5%
            z-index: -1
            animation: rotation 6s linear infinite
            width: 45px
            @media only screen and (min-width:1351px)
                width: 75px
            @media only screen and (min-width:1441px)
                width: 120px
            img
                @include imgFit
        .halfcir
            bottom: 23%
            left: 35%
            animation: vibrate 8s linear infinite
            width: 35px
            img
                @include imgFit
        .yellowDot
            right: 2%
            bottom: 15%
            animation: rotation 7s linear infinite
            width: 45px
        .cirTri
            bottom: 0
            left: 10%
            animation: swinging 1s linear infinite

    .mainHead
        margin-bottom: 30px
        .subT
            @media only screen and (min-width:1441px)
                font-size: 22px
    .sliderBx
        @media only screen and (min-width:578px)
            height: 430px
        @media only screen and (min-width:1441px)
            height: 500px
    .accoladeSlider
        overflow: hidden
        width: 100%
        height: 100%
        .swiper-wrapper
            align-items: center
            height: auto
        .swiper-slide
            &.swiper-slide-active
                .accoladesBx
                    .infobx
                        .contNtbx
                            @media only screen and (min-width:578px)
                                height: 90px
                            p
                                @media only screen and (min-width:578px)
                                    opacity: 1
                                    visibility: visible
                    .imgBx
                        @media only screen and (min-width:578px)
                            width: 210px
                            height: 210px
                        @media only screen and (min-width:1441px)
                            width: 230px
                            height: 230px
                        @media only screen and (min-width:1551px)
                            width: 265px
                            height: 265px
                        &::after
                            @media only screen and (min-width:578px)
                                top: 50px
                            @media only screen and (min-width:1200px)
                                top: 60px
                        .imBx
                            @media only screen and (min-width:578px)
                                width: 140px
                                height: 140px
                            @media only screen and (min-width:1441px)
                                width: 150px
                                height: 150px
                            @media only screen and (min-width:1551px)
                                width: 180px
                                height: 180px

        .accoladesBx
            display: block
            width: 100%
            height: 100%
            text-align: center
            .imgBx
                margin: auto
                position: relative
                @include center
                margin-bottom: 20px
                width: 135px
                height: 135px
                @media only screen and (min-width:1200px)
                    width: 165px
                    height: 165px
                &:hover
                    .imBx
                        img
                            transform: scale(1.1)
                &::after
                    position: absolute
                    content: ''
                    left: 0
                    top: 35px
                    bottom: 0
                    margin: auto
                    width: 100%
                    height: 100%
                    background: url('../images/accBg.png') no-repeat
                    background-size: 100%
                    transition: all 0.5s

                .imBx
                    width: 90px
                    height: 90px
                    transition: all 0.5s
                    border-radius: 50%
                    overflow: hidden
                    @media only screen and (min-width:1200px)
                        width: 110px
                        height: 110px
                    img
                        @include imgFit
                        transition: all 0.5s
            .infobx
                .title
                    color: $white
                    font-weight: 600
                    margin-bottom: 15px
                    font-size: 16px
                    @media only screen and (min-width:1551px)
                        font-size: 18px
                .subT
                    color: $white
                    font-weight: 500
                    font-style: italic
                    margin-bottom: 10px
                    font-size: 16px
                    @media only screen and (min-width:1551px)
                        font-size: 18px
                .contNtbx
                    overflow: hidden
                    transition: all 0.5s
                    @media only screen and (min-width:578px)
                        height: 0
                    p
                        font-weight: 400
                        transition: all 0.5s
                        color: $white
                        --lines: 3
                        @include clamp
                        @media only screen and (min-width:578px)
                            opacity: 0
                            visibility: hidden
#quality
    position: relative
    padding: 40px 0
    @media only screen and (min-width:1441px)
        padding: 60px 0
    @media only screen and (min-width:1551px)
        padding: 90px 0 45px

        padding: 90px 0 45px
    .icons
        .icon
            position: absolute
            z-index: 0
            &.icon1
                max-width: 34px
                bottom: 32%
                left: 0px
                animation: vibrate 3s linear infinite
                @media only screen and (min-width: 1441px)
                    max-width: 44px
            &.icon2
                max-width: 30px
                top: 15%
                left: 30%
                z-index: 2
                animation: rotation 3s linear infinite
                @media only screen and (min-width: 1441px)
                    max-width: 50px
                    top: 15%
                    left: 30%
            &.icon3
                max-width: 34px
                top: 40%
                left: 35%
                animation: vibrate 3s linear infinite
                @media only screen and (min-width: 1441px)
                    max-width: 44px
                    left: 38%
                @media only screen and (min-width: 1661px)
                    left: 41%
            &.icon4
                max-width: 8px
                bottom: 5%
                right: 20%
                animation: vibrate 3s linear infinite
                @media only screen and (min-width: 1441px)
                    max-width: 13px
                @media only screen and (min-width: 1661px)
    .circularBx
        position: relative
        @media only screen and (min-width:992px)
            border-radius: 50%
            right: -100px
            margin: auto
            background: rgb(0 91 160 / 61%)
            width: 390px
            @include center
            height: 390px
        @media only screen and (min-width:1200px)
            width: 425px
            height: 425px
        @media only screen and (min-width:1441px)
            width: 485px
            height: 485px
        @media only screen and (min-width:1551px)
            width: 525px
            height: 525px
        .logoBx
            @media only screen and (min-width:992px)
                height: fit-content
                position: absolute
                top: 0
                left: 0
                right: 0
                bottom: 0
                margin: auto
                width: 200px
            @media only screen and (min-width:1351px)
                width: 250px
            @media only screen and (min-width:1551px)
                width: 300px
            img
                width: auto
        .thumbBox
            background: rgba(0 , 182,182, 0.2)
            border-radius: 50%
            backdrop-filter: blur(98px)
            position: absolute
            @include center
            width: 50px
            height: 50px
            overflow: hidden
            transition: all 0.5s
            border: 2px solid transparent
            transition: transform 1s ease-in-out, left 1s ease-in-out, top 1s ease-in-out

            @media only screen and (min-width:578px)
                width: 70px
                height: 70px
            @media only screen and (min-width:992px)
                left: -35px
                transform-origin: 230px
            @media only screen and (min-width:1200px)
                transform-origin: 250px
                width: 80px
                height: 80px
            @media only screen and (min-width:1441px)
                transform-origin: 280px
                width: 100px
                height: 100px
            @media only screen and (min-width:1551px)
                transform-origin: 300px
            @media only screen and (min-width:1661px)
                width: 105px
                height: 105px
            &.active
                border: 3px solid rgba(221, 195, 104, 1)
                width: 100px
                position: absolute
                left: 20px
                top: 50%
                transform: translateY(-50%) scale(1.2)
                z-index: 10
                height: 100px
                @media only screen and (min-width:1200px)
                    width: 115px
                    height: 115px
                    @media only screen and (min-width:1551px)
                        width: 125px
                        height: 125px
                        @media only screen and (min-width:1661px)
                            border: 5px solid rgba(221, 195, 104, 1)
                            width: 140px
                            height: 140px
            &:hover
                background: rgba($basecolor1, 0.2)
                .imgBx
                    img
                        animation: carRun 0.2s linear
            .imgBx
                width: 100%
                height: 100%
                background: $white
                // transform: rotate(calc(-360deg / 6 * var(--i)))
                img
                    @include imgFit

    .mainBx
        display: flex
        flex-wrap: wrap
        .lbax
            width: 100%
            margin-bottom: 10px
            @media only screen and (min-width:578px)
                width: 50%
                margin-bottom: 0
            @media only screen and (min-width:992px)
                width: 35%
            @media only screen and (min-width:1200px)
                width: 410px
            @media only screen and (min-width:1351px)
                width: 440px
            @media only screen and (min-width:1441px)
                width: 510px
            @media only screen and (min-width:1551px)
                width: 565px
            @media only screen and (min-width:1661px)
                width: 650px
            .qualityBx
                width: 100%
                height: 100%
                background: #442857
                border-radius: 30px
                padding: 25px
                @media only screen and (min-width:1200px)
                    padding: 30px 35px
                    border-radius: 50px
                @media only screen and (min-width:1551px)
                    padding: 40px 45px
                p
                    color: $white
        .rbx
            width: 100%
            @media only screen and (min-width:578px)
                width: 50%
                padding-left: 15px
            @media only screen and (min-width:992px)
                padding-left: 20px
                width: calc(100% - 35%)
            @media only screen and (min-width:1200px)
                padding-left: 30px
                width: calc(100% - 410px)
            @media only screen and (min-width:1351px)
                width: calc(100% - 440px)
            @media only screen and (min-width:1441px)
                width: calc(100% - 510px)
            @media only screen and (min-width:1551px)
                width: calc(100% - 565px)
                padding-left: 40px
            @media only screen and (min-width:1661px)
                width: calc(100% - 650px)
            .sliderBox
                display: flex
                flex-wrap: wrap
                height: 100%
                .lftBx
                    width: 100%

                    @media only screen and (min-width:992px)
                        width: 50%
                        padding-right: 20px
                        margin-bottom: 0
                    @media only screen and (min-width:1200px)
                        width: 410px
                    @media only screen and (min-width:1351px)
                        width: 440px
                    @media only screen and (min-width:1441px)
                        padding-right: 40px
                        width: 510px
                        padding-right: 80px
                    @media only screen and (min-width:1551px)
                        width: 565px
                    .cmnBx
                        width: 100%
                        height: 100%
                        background: #FFCD38
                        border-radius: 30px
                        padding: 30px 20px
                        @media only screen and (min-width:1200px)
                            border-radius: 50px
                        @media only screen and (min-width:1351px)
                            padding: 45px 30px
                        @media only screen and (min-width:1551px)
                            padding: 60px 40px
                        .imgBx
                            margin: auto
                            margin-bottom: 20px
                            width: 130px
                            height: 130px
                            background: $white
                            border-radius: 50%
                            @media only screen and (min-width:1351px)
                                width: 150px
                                height: 150px
                            @media only screen and (min-width:1551px)
                                width: 200px
                                height: 200px
                            img
                                transition: all 0.5s
                                @include imgFit
                    .mainSlider
                        width: 100%
                        height: 100%
                .rtSlide
                    width: 100%
                    display: none
                    @media only screen and (min-width:992px)
                        width: 50%
                        display: block
                    @media only screen and (min-width:1200px)
                        width: calc(100% - 410px)
                    @media only screen and (min-width:1351px)
                        width: calc(100% - 440px)
                    @media only screen and (min-width:1441px)
                        width: calc(100% - 510px)
                    @media only screen and (min-width:1551px)
                        width: calc(100% - 565px)

#footPrint
    position: relative
    padding: 40px 0
    @media only screen and (min-width:1200px)
        padding: 60px 0
    @media only screen and (min-width:1441px)
        padding: 60px 0 200px
    .icons
        .icon
            position: absolute
            &.icon5
                max-width: 27px
                top: 10%
                left: 0
                // animation: move 3s linear infinite
                @media only screen and (min-width:1661px)
                    max-width: 47px
            &.icon6
                max-width: 46px
                top: 20%
                left: 5%
                z-index: 2
                animation: rotation 3s linear infinite
                @media only screen and (min-width:1200px)
                    top: 10%
                    left: 20%
                @media only screen and (min-width:1661px)
                    max-width: 96px
            &.icon7
                max-width: 24px
                top: 30%
                left: 39%
                z-index: 2
                animation: vibrate 3s linear infinite
                @media only screen and (min-width:1351px)
                    left: 43%
                @media only screen and (min-width:1661px)
                    max-width: 44px
            &.icon8
                max-width: 28px
                bottom: 6%
                left: 40%
                animation: spin 3s linear infinite
                @media only screen and (min-width:1661px)
                    max-width: 48px
            &.icon9
                max-width: 36px
                bottom: 0
                right: 20%
                animation: vibrate 3s linear infinite
                @media only screen and (min-width:1661px)
                    max-width: 56px
            &.icon10
                max-width: 100px
                top: 28%
                right: 0px
                animation: spin 3s linear infinite
                @media only screen and (min-width:1661px)
                    max-width: 180px
            &.icon11
                max-width: 10px
                top: 10%
                right: 10%
                animation: rotation 3s linear infinite
                @media only screen and (min-width:1661px)
                    max-width: 18px
            &.icon12
                max-width: 8px
                top: 21%
                right: 10%
                animation: scaleEffects 3s linear infinite
                @media only screen and (min-width:1661px)
                    max-width: 13px
            &.icon13
                max-width: 20px
                bottom: 18%
                right: 0px
                animation: rotation 3s linear infinite
                @media only screen and (min-width:1661px)
                    max-width: 30px
            &.icon14
                max-width: 20px
                right: 2%
                top: 29%
                animation: rotation 3s linear infinite
                @media only screen and (min-width:1661px)
                    max-width: 30px
    .flBx
        display: flex
        flex-wrap: wrap
        margin-bottom: 50px
        @media only screen and (min-width:1351px)
            margin-bottom: 100px
        @media only screen and (max-width:768px)
            flex-direction: column-reverse
            margin: -10px
        >*
            padding: 10px

        .lftBx
            width: 100%
            @media only screen and (min-width:768px)
                width: 350px
            @media only screen and (min-width:1200px)
                width: 450px
            @media only screen and (min-width:1351px)
                width: 550px
            @media only screen and (min-width:1551px)
                width: 650px
            @media only screen and (min-width:1661px)
                width: 750px
            .cirlceSec
                display: flex
                align-items: flex-end
                justify-content: flex-end
                transition: all 0.5s
                position: relative
                @media only screen and (max-width:768px)
                    max-width: 310px
                    margin: auto

                .lCircle
                    border-radius: 50%
                    overflow: hidden
                    width: 250px
                    height: 250px
                    @media only screen and (min-width:992px)
                        width: 300px
                        height: 300px
                    @media only screen and (min-width:1200px)
                        width: 380px
                        height: 380px
                    @media only screen and (min-width:1351px)
                        width: 420px
                        height: 420px
                    @media only screen and (min-width:1551px)
                        width: 450px
                        height: 450px
                    @media only screen and (min-width:1661px)
                        width: 490px
                        height: 490px
                    &:hover
                        img
                            transform: scale(1.1)
                    img
                        transition: all 0.5s
                        @include imgFit
                .smCircle
                    border-radius: 50%
                    overflow: hidden
                    border: 6px solid $white
                    position: absolute
                    left: 0
                    bottom: 0
                    width: 130px
                    height: 130px
                    z-index: 1
                    @media only screen and (min-width:992px)
                        width: 165px
                        height: 165px
                    @media only screen and (min-width:1200px)
                        width: 220px
                        height: 220px
                    @media only screen and (min-width:1551px)
                        width: 280px
                        height: 280px
                    @media only screen and (min-width:1661px)
                        width: 320px
                        height: 320px
                    &:hover
                        img
                            transform: scale(1.1)
                    img
                        transition: all 0.5s
                        @include imgFit
        .rtBx
            display: flex
            align-items: center
            width: 100%
            @media only screen and (min-width:768px)
                padding-left: 50px
                width: calc(100% - 350px)
            @media only screen and (min-width:1200px)
                width: calc(100% - 450px)
            @media only screen and (min-width:1351px)
                padding-left: 60px
                width: calc(100% - 550px)
            @media only screen and (min-width:1551px)
                width: calc(100% - 650px)
            @media only screen and (min-width:1661px)
                padding-left: 85px
                width: calc(100% - 750px)
            .contentbx
                width: 100%
                .mainHead
                    margin-bottom: 35px
                    @media only screen and (max-width:768px)
                        text-align: center
                        max-width: 890px
                        margin: auto
                        margin-bottom: 25px
                        .subT, h1
                            margin: auto
                            margin-bottom: 15px
                    .mainTitle
                        color: #565656
                        margin-bottom: 15px
                        span
                            color: #00A2E0
                    .subT
                        color: $black
                        font-family: $fontstack2
                        @media only screen and (min-width:1200px)
                            font-size: 18px
                        @media only screen and (min-width:1551px)
                            font-size: 20px
                        @media only screen and (min-width:1661px)
                            font-size: 24px
                .itemlist
                    display: flex
                    width: 100%
                    flex-wrap: wrap
                    >*
                        padding: 8px
                        position: relative
                        width: calc(100% / 2)
                        @media only screen and (min-width:992px)
                            width: calc(100% / 4)
                        @media only screen and (min-width:1200px)
                            width: calc((100% - 230px) / 3)
                        @media only screen and (min-width:1441px)
                            width: calc((100% - 280px) / 3)
                        @media only screen and (min-width:1661px)
                            width: calc((100% - 320px) / 3)
                        &:nth-child(2)
                            @media only screen and (min-width:1200px)
                                width: 230px
                            @media only screen and (min-width:1441px)
                                width: 280px
                            @media only screen and (min-width:1661px)
                                width: 320px
                            @media only screen and (max-width:992px)
                                &:after
                                    display: none
                        &:first-child
                            .countBx
                                @media only screen and (min-width:768px)
                                    padding-left: 0
                                    text-align: left
                        &:nth-child(3)
                            @media only screen and (max-width:992px) and (min-width:768px)
                                .countBx
                                    padding-left: 0
                                    text-align: left

                        &:not(:last-of-type)
                            &:after
                                position: absolute
                                content: ''
                                right: 0
                                height: 90%
                                top: 0
                                bottom: 0
                                margin: auto
                                width: 1px
                                background: #C4C4C4
                        .countBx
                            width: 100%
                            text-align: center
                            .num
                                color: #041E42
                                font-family: $fontstack2
                                font-weight: 400
                                margin-bottom: 15px
                                line-height: 1
                                font-size: 25px
                                @media only screen and (min-width:1200px)
                                    font-size: 28px
                                @media only screen and (min-width:1351px)
                                    font-size: 30px
                                @media only screen and (min-width:1551px)
                                    font-size: 35px
                                @media only screen and (min-width:1661px)
                                    font-size: 40px

                            .txt
                                font-weight: 600
                                color: #9fe5ff
                                font-style: italic
                                font-size: 14px
                                @media only screen and (min-width:1351px)
                                    font-size: 16px
                                @media only screen and (min-width:1661px)
                                    font-size: 18px
    .iternalNx
        display: flex
        flex-wrap: wrap
        margin: -10px
        >*
            padding: 10px
        .lftBx
            width: 100%
            @media only screen and (min-width:992px)
                width: 50%
            @media only screen and (min-width:1200px)
                width: 600px
            @media only screen and (min-width:1351px)
                width: 630px
            @media only screen and (min-width:1551px)
                width: 680px
            @media only screen and (min-width:1661px)
                width: 740px

            .interBx
                width: 100%
                height: 100%
                background: #00A39E
                border-radius: 30px
                padding: 25px 30px
                @media only screen and (min-width:1551px)
                    padding: 40px 60px
                    border-radius: 50px
                .title
                    font-family: $fontstack2
                    font-weight: 400
                    color: $white
                    margin-bottom: 35px
                    font-size: 26px
                    @media only screen and (min-width:1441px)
                        font-size: 28px
                    @media only screen and (min-width:1551px)
                        font-size: 32px
                        margin-bottom: 50px
                    @media only screen and (min-width:1661px)
                        font-size: 36px

                ul
                    li
                        position: relative
                        &::after
                            position: absolute
                            content: ''
                            top: 0
                            height: 100%
                            width: 1px
                            background: #C7C7C8
                            left: 12px
                            margin: auto
                        &:not(:last-of-type)
                            padding-bottom: 35px
                        &.active
                            .footbx
                                .icon
                                    width: 35px
                                    background: #FFCD38
                                    height: 35px
                                    position: relative
                                    left: -5px
                                    border: 0
                                    span
                                        background: url('../images/arrow.png') no-repeat
                                        background-size: 15px
                                        width: 15px
                                        height: 15px
                                .info
                                    .txt
                                        color: #FFCD38

                        .footbx
                            display: flex
                            align-items: flex-start
                            position: relative
                            .icon
                                width: 25px
                                height: 25px
                                border-radius: 50%
                                overflow: hidden
                                background: $white
                                // transition: all 0.1s
                                border: 2px solid #C6C6C6
                                z-index: 1
                                @include center
                                span
                                    width: 8px
                                    transition: all 0.5s
                                    height: 8px
                                    border-radius: 50%
                                    background: #00A2E0
                            .info
                                width: calc(100% - 37px)
                                padding-left: 15px
                                .txt
                                    font-weight: 600
                                    color: #FFFFFF
                                    transition: all 0.5s
                                    font-size: 14px
                                    @media only screen and (min-width:1351px)
                                        font-size: 16px
                                    @media only screen and (min-width:1661px)
                                        font-size: 18px
        .rtBx
            width: 100%
            @media only screen and (min-width:992px)
                width: 50%
                padding-left: 50px
            @media only screen and (min-width:1200px)
                width: calc(100% - 600px)
            @media only screen and (min-width:1351px)
                width: calc(100% - 630px)
            @media only screen and (min-width:1551px)
                width: calc(100% - 680px)
            @media only screen and (min-width:1661px)
                width: calc(100% - 740px)
            .imgBx
                height: 100%
                overflow: hidden
                margin: auto
                width: 100%
                @media only screen and (min-width:678px)
                    width: 75%
                @media only screen and (min-width:992px)
                    width: 100%
                img
                    @include imgFit
                    object-fit: contain
#gallery
    position: relative
    background: rgba(0, 163, 158, 0.24)
    overflow: hidden
    padding: 50px 0
    @media only screen and ( min-width: 1441px )
        padding: 80px 0
    @media only screen and ( min-width: 1551px )
        padding: 120px 0 100px
    .icons
        .icon
            position: absolute
            pointer-events: none
            transition: all 0.5s
            img
                width: 100%
                transition: all 0.5s
            &.icon1
                top: 0
                left: 0
                max-width: 22px
                animation: scaleEffects 4s linear infinite
                @media only screen and ( min-width: 1200px )
                    max-width: 42px
                @media only screen and ( min-width: 1551px )
                    max-width: 72px
            &.icon2
                bottom: 38%
                left: 3%
                max-width: 14px
                animation: spin 3s linear infinite
                @media only screen and ( min-width: 992px )
                    bottom: 38%
                    left: 16%
                @media only screen and ( min-width: 1200px )
                    max-width: 24px
                @media only screen and ( min-width: 1551px )
                    max-width: 44px
            &.icon3
                top: 27%
                right: 56%
                max-width: 14px
                animation: vibrate 5s linear infinite
                @media only screen and ( min-width: 768px )
                    top: 30%
                    right: 60%
                @media only screen and ( min-width: 992px )
                    top: 21%
                    right: 51%
                @media only screen and ( min-width: 1200px )
                    max-width: 24px
                @media only screen and ( min-width: 1351px )
                    top: 26%
                    right: 51%
                @media only screen and ( min-width: 1551px )
                    max-width: 34px
                    top: 21%
                    right: 49%
            &.icon4
                bottom: 44%
                right: 43%
                max-width: 14px
                animation: EqIconanim 8s linear infinite
                @media only screen and ( min-width: 768px )
                    bottom: 36%
                    right: 48%
                @media only screen and ( min-width: 992px )
                    bottom: 42%
                    right: 42%
                @media only screen and ( min-width: 1200px )
                    max-width: 24px
                @media only screen and ( min-width: 1551px )
                    max-width: 34px
                    bottom: 44%
                    right: 40%
            &.icon5
                top: 34%
                right: 4%
                max-width: 14px
                animation: EqIconanim 6s linear infinite
                @media only screen and ( min-width: 768px )
                    top: 44%
                    right: 12%
                @media only screen and ( min-width: 992px )
                    top: 35%
                    right: 14%
                @media only screen and ( min-width: 1200px )
                    max-width: 24px
                @media only screen and ( min-width: 1351px )
                    top: 39%
                    right: 15%
                @media only screen and ( min-width: 1551px )
                    max-width: 34px
                    top: 34%
                    right: 13%
            &.icon6
                top: 20%
                right: 0px
                max-width: 10px
                animation: vibrate 3s linear infinite
                @media only screen and ( min-width: 1200px )
                    max-width: 20px
                @media only screen and ( min-width: 1551px )
                    max-width: 30px
    .leftBx
        display: flex
        align-items: center
        .mainHead
            @media only screen and ( max-width: 992px )
                text-align: center
                max-width: 890px
                margin: auto
                margin-bottom: 25px
        .subT, h1
            @media only screen and ( max-width: 992px )
                margin: auto
                margin-bottom: 15px

    .galbx
        position: relative
        margin-bottom: 20px
        height: 265px
        @media only screen and ( min-width: 420px )
            height: 300px
        @media only screen and ( min-width: 578px )
            height: 390px
        @media only screen and ( min-width: 768px )
            left: 25px
        @media only screen and ( min-width: 992px )
            height: 420px
        @media only screen and ( min-width: 1351px )
            height: 525px
        @media only screen and ( min-width: 1441px )
            height: 540px
        @media only screen and ( min-width: 1551px )
            left: 65px
            margin-bottom: 100px
        .flxWrap
            display: flex
            flex-wrap: wrap
            align-items: center
            position: relative
            margin: -6px
            height: 100%
            .itemList
                overflow: hidden
                padding: 6px
                margin: -6px 0
                width: calc( 100% / 3 )
                @media only screen and ( min-width: 478px )
                    width: calc( 100% / 4 )
                @media only screen and ( min-width: 578px )
                    width: calc( 100% / 5 )
                @media only screen and ( min-width: 768px )
                    width: calc( 100% / 6 )
                >*
                    padding: 6px 0
                &.show
                    opacity: 1
                    visibility: visible
                    transition: all 1s ease-in-out

                &.hide
                    opacity: 0
                    visibility: hidden
                    position: absolute
                    display: none
                &:nth-child(1), &:nth-child(5)
                    height: 80%
                    @media only screen and ( min-width: 578px )
                        height: 65%
                    @media only screen and ( min-width: 1551px )
                        height: 75%
                    .item

                        &:nth-child(1)
                            height: 60%
                        &:nth-child(2)
                            height: calc(100% - 60%)
                            .imgBx
                                margin-left: auto
                                max-width: 85px
                                @media only screen and ( min-width: 1351px )
                                    max-width: 100px
                                @media only screen and ( min-width: 1441px )
                                    max-width: 120px
                                @media only screen and ( min-width: 1551px )
                                    max-width: 140px

                &:nth-child(5)
                    display: flex
                    flex-direction: column-reverse
                    .item
                        // &:nth-child(2)
                        //     margin-bottom: 12px !important
                        .imgBx
                            margin: 0 !important

                &:nth-child(3),  &:nth-child(6)
                    .item
                        &:nth-child(2)
                            display: none
                &:nth-child(6)
                    position: relative
                    top: 50px
                    @media only screen and ( min-width: 1351px )
                        top: 80px
                    .item
                        .imgBx
                            max-width: 85px
                            @media only screen and ( min-width: 1351px )
                                max-width: 100px
                            @media only screen and ( min-width: 1441px )
                                max-width: 120px
                            @media only screen and ( min-width: 1551px )
                                max-width: 140px
                .item
                    // &:not(:last-of-type)
                    //     margin-bottom: 12px

                    .imgBx
                        width: 100%
                        height: 100%
                        border-radius: 10px
                        overflow: hidden
                        &:hover
                            img
                                transform: scale(1.1)
                        img
                            transition: all 0.5s
                            @include imgFit

    .mainHead
        .mainTitle
            span
                color: #00A39E
.anounceSec
    padding: 40px 0
    .anounceBx
        .flxbx
            display: flex
            align-items: center
            background: #00A39E
            border-radius: 30px
            flex-wrap: wrap
            padding: 30px 25px
            @media only screen and (min-width:1551px)
                border-radius: 50px
                padding: 40px
            .lfBx
                width: 100%
                @media only screen and (min-width:768px)
                    width: calc(100% - 220px)
                @media only screen and (min-width:1200px)
                    width: calc(100% - 250px)
                @media only screen and (min-width:1551px)
                    width: calc(100% - 265px)
                .newsFlx
                    display: flex
                    align-items: center
                    .newsBx
                        display: flex
                        align-items: center
                        width: 45px
                        @media only screen and (min-width:768px)
                            width: 200px
                        @media only screen and (min-width:1441px)
                            width: 230px
                        @media only screen and (min-width:1551px)
                            width: 265px
                        .icons
                            width: 45px
                            height: 45px
                            @media only screen and (min-width:1551px)
                                width: 65px
                                height: 65px
                            svg
                                @include imgFit
                        span
                            font-size: 0
                            @media only screen and (min-width:768px)
                                padding-left: 15px
                                width: calc(100% - 45px)
                                font-family: $fontstack2
                                color: $white
                                font-size: 18px
                            @media only screen and (min-width:1441px)
                                width: calc(100% - 65px)
                                font-size: 22px
                            @media only screen and (min-width:1551px)
                                font-size: 24px
                    .infoBx
                        padding: 20px 15px
                        width: calc(100% - 45px)
                        @media only screen and (min-width:768px)
                            border-right: 1px solid #251034
                            width: calc(100% - 200px)
                        @media only screen and (min-width:1441px)
                            width: calc(100% - 230px)
                        @media only screen and (min-width:1551px)
                            width: calc(100% - 265px)
                        p
                            color: $white
                            margin-bottom: 0
                            position: relative
                            padding-right: 20px
                            &::after
                                position: absolute
                                content: '|'
                                right: 12px
                                top: 0
                                color: $white
                                width: 1px
                                height: 100%

                            a
                                display: inline-block
                                color: $white
                                transition: all 0.5s
                                &:hover
                                    color: $basecolor
                                    letter-spacing: 0.04px
                        .marquee_news
                            white-space: nowrap
                            ul
                                display: flex
                                li
                                    color: $white

            .rtbx
                width: 100%
                @include center
                @media only screen and (min-width:768px)
                    padding-left: 20px
                    width: 220px
                @media only screen and (min-width:1200px)
                    width: 250px
                @media only screen and (min-width:1551px)
                    width: 265px
                .viewbtn
                    display: flex
                    width: fit-content
                    color: $white
                    background: transparent
                    text-transform: uppercase
                    text-decoration: underline
                    transition: all 0.5s
                    font-size: 14px
                    @media only screen and (min-width:1351px)
                        font-size: 16px
                    @media only screen and (min-width:1551px)
                        font-size: 18px
                    @media only screen and (max-width:768px)
                        margin: auto
                        margin-top: 10px
                    &:hover
                        color: $basecolor
                        letter-spacing: 0.04px

#admission
    position: relative
    padding: 40px 0
    @media only screen and (min-width: 992px)
        padding: 80px 0

    .mainHead
        .mainTitle
            @media only screen and (max-width: 992px)
                text-align: center
            span
                color: #00a2e0

    .cir
        display: none
        @media only screen and (min-width: 992px)
            border-radius: 50%
            background: #ffc10724
            position: absolute
            left: -150px
            z-index: -1
            top: 0px
            display: block
            bottom: 0
            margin: auto
            pointer-events: none
            animation: rotation 25s linear infinite
            width: 400px
            height: 400px
        @media only screen and (min-width: 1351px)
            width: 450px
            height: 450px
        @media only screen and (min-width: 1441px)
            width: 550px
            height: 550px
        @media only screen and (min-width: 1551px)
            width: 714px
            height: 714px
    .floatIcons
        .icons
            &.blueDot
                top: 0
                left: 50%
                animation: flying 6s linear infinite
                img
                    width: 30px
            &.dot
                top: 10%
                left: 15%
                animation: flying 6s linear infinite

            &.redCircle
                top: 15%
                right: 0
                width: 30px
                animation: flying 6s linear infinite
                @media only screen and (min-width:1441px)
                    width: 40px
            &.redCurve
                bottom: 25%
                animation: vibrate 6s linear infinite
                left: -5px
                @media only screen and (min-width:1441px)
                    left: 15px
            &.plus
                right: 30px
                bottom: 20%
                animation: rotation 6s linear infinite
    .left
        display: flex
        align-items: center
    .conract_form
        background-color: #00a39e
        padding: 25px 15px 30px 15px
        border-radius: 20px
        position: relative
        @media only screen and (min-width: 610px)
            padding: 40px 50px 40px 45px
            border-radius: 35px
        @media only screen and (min-width:1351px)
            padding: 40px 60px 40px 70px
            border-radius: 50px
        @media only screen and (min-width: 1551px)
            padding: 55px 60px 45px 75px
        .text
            font-size: 22px
            color: #ffffff
            font-weight: 500
            margin-bottom: 35px
            @media only screen and (min-width: 1551px)
                font-size: 28px
                margin-bottom: 60px
            @media only screen and (max-width: 992px)
                text-align: center
                font-size: 18px
        .icon6
            position: absolute
            top: 12%
            max-width: 20px
            animation: scrollMove 3s linear infinite
            @media only screen and (min-width: 500px)
                max-width: 50px
            @media only screen and (min-width: 1551px)
                max-width: 60px
                top: 18%
        label
            font-size: 14px
            color: #ffffff
            font-weight: 500
            margin-bottom: 5px
            @media only screen and (min-width: 1551px)
                font-size: 18px
                margin-bottom: 10px
        .formGroup
            margin-bottom: 23px
            background: transparent
            .form-control
                border: none
                border-bottom: 1px solid $white
                padding: 0px
                border-radius: 0px
                height: 40px
                background: transparent
                color: $white
                &::placeholder
                    color: rgba($white, 0.7)
                    font-size: 12px
                    @media only screen and (min-width: 1551px)
                        font-size: 18px
            textarea
                min-height: 75px
                @media only screen and (min-width: 1551px)
                    min-height: 100px
        .btnSubmit
            width: 190px
            height: 48px
            background-color: #ff4a51
            font-size: 14px
            color: #FFFFFF
            border-radius: 8px
            margin: 0 0 0 auto
            @media only screen and (min-width:1351px)
                font-size: 16px
                width: 205px
                height: 50px
            @media only screen and (min-width: 1551px)
                font-size: 18px
                width: 217px
                height: 56px
        .iti__flag
            display: none
        .iti--separate-dial-code
            .iti__selected-flag
                background-color: transparent
        .iti__arrow
            border-bottom: none !important
            border-top: 9px solid #00A2E0
            border-left: 5px solid transparent
            border-right: 5px solid transparent
        .iti
            display: block
        .iti__selected-flag
            padding: 0 33px 0 0px
        .fileUploadInput
            cursor: pointer
            position: relative
            border-bottom: 1px solid #000
            height: 150px
            .form-group
                height: 100%
            label
                position: absolute
                left: 0
                bottom: 0px
                width: 100%
                height: 100%
                display: flex
                align-items: center
                color: #000
                font-size: 14px
                font-weight: 400
                letter-spacing: 0.17px
                text-transform: capitalize
                cursor: pointer
                border-radius: 7px
                display: inline-block
                // max-width: 180px
                line-height: 3
                white-space: nowrap
                text-overflow: ellipsis
                overflow: hidden
                @media only screen and (min-width: 992px)
                    font-size: 17px
            .chose
                border-radius: 5px
                width: 187px
                height: 41px
                background-color: #FF4A51
                padding: 7px 7px 7px 10px
                display: flex
                align-items: center
                justify-content: center
                color: rgba(0,0,0,.5)
                position: absolute
                left: 0px
                bottom: 25px
                pointer-events: none
                // height: 25px
                // width: 80px
                font-size: 12px
                text-decoration: none
                .icon
                    width: 25px
                    height: 25px
                    svg
                        width: 21px
                .form_text
                    width: calc( 100% - 25px )
                    font-size: 17px
                    color: #fff
                    padding-left: 10px
            .placeholder_text
                color: #CECECE
                font-size: 14px
                position: absolute
                right: 0
                bottom: 33px
                width: calc( 100% - 200px )
                pointer-events: none
                @media only screen and (min-width: 1551px)
                    font-size: 18px
    {
        margin-top: 15px
        @media only screen and (min-width: 1351px)
        {
            .btnSec
            margin-top: 25px;
}



