@charset "UTF-8";
*,
*::before,
*::after {
  padding: 0;
  margin: 0;
  list-style: none;
  box-sizing: border-box;
}

:root {
  --headerheight: 150px;
  --headerpadding: 15px;
  --headerfixed: 175px;
  --headerstripfixed: 0px;
  --footerstrip: 66px;
  --sectionpadding: 50px 0 60px;
  --primary: #fff;
  --secondary: #000;
  --prime: #4459C5;
  --primelight: #8497FB;
  --textprime: #C1CBFD;
  --prime-dark:#040635;
  --elementhover: #1BB6F0;
  --green: #BCBF00;
  --elementhover: #1BB6F0;
  --white: #fff;
  --black: #000;
  --text: #666;
  --bggray: #E8EBFF;
  --triangle: 10px;
  --triangle2: 20px;
  --gradient: linear-gradient(90deg, var(--primary) 0%, var(--secondary) 54%);
  --containerfluid: 2rem;
  --arrowsize: 20px;
  --space: 11px;
  --space: 11px;
}
@media (max-width: 767px) {
  :root {
    --space: 5px;
  }
}

body.overflow-hidden {
  overflow: hidden;
  margin-right: 8px;
}
@media (max-width: 991px) {
  body.overflow-hidden {
    margin-right: 0;
  }
}
body.overflow-hidden header {
  width: calc(100% - 8px);
}
@media (max-width: 991px) {
  body.overflow-hidden header {
    width: 100%;
  }
}

body, html {
  font-size: 16px;
  line-height: 1.5;
  font-family: "Poppins", serif;
  font-weight: 400;
}

body.hidden {
  overflow: hidden;
  margin-right: 8px;
}

a[href] {
  text-decoration: none;
  cursor: pointer;
}

a {
  transition: 0.3s ease;
}

.container {
  max-width: 90%;
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 540px) {
  .container {
    max-width: 98%;
  }
}
@media (max-width: 767px) {
  .container {
    padding: 0 15px;
  }
}

.container-fluid {
  padding: 0 2rem;
  display: block;
  margin: 0 auto;
}
@media (max-width: 1152px) {
  .container-fluid {
    padding: 0 1rem;
  }
}
@media (max-width: 991px) {
  .container-fluid {
    padding: 0 15px;
  }
}

.primey-btn {
  transition: 0.5s ease;
  font-family: "Poppins", serif;
  font-weight: 500;
  font-size: 16px;
  color: #000 !important;
  padding: 6px 15px;
  border-radius: 25px;
  background-color: #fff;
  overflow: hidden;
  z-index: 1;
  margin-top: 30px;
  position: relative;
}

main {
  overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}

h1, h2, h3 {
  font-family: Queens;
}

h4, h5 {
  font-weight: 600;
}

h6 {
  font-weight: 500;
}

h1 {
  font-size: 64px;
  line-height: 1;
}

h2 {
  font-size: 48px;
  line-height: 1.25;
}

h3 {
  font-size: 36px;
  line-height: 1.25;
}
@media (max-width: 1024px) {
  h3 {
    font-size: 32px;
  }
}
@media (max-width: 767px) {
  h3 {
    font-size: 28px;
  }
}
@media (max-width: 520px) {
  h3 {
    font-size: 26px;
  }
}
@media only screen and (max-width: 365px) {
  h3 {
    font-size: 22px;
  }
}

.heading h3 {
  font-size: 36px;
  line-height: 1.25;
}
@media (max-width: 1024px) {
  .heading h3 {
    font-size: 32px;
  }
}
@media (max-width: 767px) {
  .heading h3 {
    font-size: 28px;
  }
}
@media (max-width: 520px) {
  .heading h3 {
    font-size: 26px;
  }
}
@media only screen and (max-width: 365px) {
  .heading h3 {
    font-size: 22px;
  }
}

h4 {
  font-size: 24px;
  line-height: 1.1;
}
@media (max-width: 767px) {
  h4 {
    font-size: 18px;
  }
}

h5 {
  font-size: 20px;
  line-height: 1;
}
@media (max-width: 1300px) {
  h5 {
    font-size: 18px;
  }
}

h6 {
  font-size: 18px;
  line-height: 24px;
}
@media (max-width: 1024px) {
  h6 {
    font-size: 16px;
    line-height: 22px;
  }
}

button {
  background: none;
  border: none;
  cursor: pointer;
}

p {
  color: var(--text);
}

a {
  color: #fff;
}

.text-center {
  text-align: center;
}

.grid {
  display: grid;
}

.flex {
  display: flex;
  flex-wrap: wrap;
}

img {
  max-width: 100%;
  vertical-align: middle;
}

svg {
  vertical-align: middle;
  transition: 0.3s ease;
}

.invert-img {
  transform: scaleX(-1);
}

input, button, select {
  font-family: inherit;
  font-size: inherit;
}

input {
  border-radius: 0;
}
input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

video {
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.owl-prev img {
  transform: scaleX(-1);
}

.item-md {
  position: relative;
}
.item-md figure {
  overflow: hidden;
  line-height: 0;
}
.item-md figure img {
  transition: 0.5s ease;
}
.item-md::before, .item-md::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  pointer-events: none;
  z-index: 1;
}
.item-md::after {
  content: none;
}
.item-md figcaption {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}
.item-md .link-md {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
}

.model {
  position: fixed;
  top: 0;
  bottom: 0;
  z-index: 7;
  width: 100%;
  max-width: 435px;
}
.model .close {
  position: absolute;
  top: 0;
  right: 0;
}

.overlay {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 6;
  opacity: 0;
  background: rgba(0, 0, 0, 0.6);
  transform: translateY(100%);
  transition: opacity 1s ease;
  cursor: pointer;
}
@media (max-width: 991px) {
  .overlay {
    z-index: 2;
  }
}
@media (max-width: 675px) {
  .overlay {
    display: none;
  }
}
.overlay.is-open {
  opacity: 1;
  transform: translateY(0%);
}

.form {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 35px 0;
  --theme: #000;
  --label: rgb(256 256 256 / .6);
  --color: #000;
  --font: 300;
  --borderbefore: rgb(256 256 256 / .6);
  --borderafter: #fff;
  --sectionbackground: #fff;
}
@media (max-width: 675px) {
  .form {
    gap: 25px 0;
  }
}
.form .form-group {
  --inputsize: 42px;
  --lrgap: 15px;
  --tbgap: 20px;
  position: relative;
  flex: 0 1 100%;
  --selectheight: var(--inputsize);
}
.form .form-group.flex50 {
  flex: 0 1 48%;
}
@media (max-width: 675px) {
  .form .form-group.flex50 {
    flex: 0 1 100%;
  }
}
.form .form-group label {
  font-weight: var(--font);
  position: absolute;
  top: 0;
  left: 0;
  color: var(--theme);
  line-height: calc(var(--inputsize) - 1px);
  transition: 0.3s ease;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  pointer-events: none;
}
.form .form-group input, .form .form-group textarea {
  height: var(--inputsize);
  border: none;
  border-bottom: 1px solid var(--theme);
  resize: none;
  border-radius: 0px !important;
  width: 100%;
  background: none;
  color: var(--color);
  font-size: inherit;
  font-family: inherit;
}
.form .form-group input.valid, .form .form-group textarea.valid {
  border-color: var(--border);
}
.form .form-group input:focus, .form .form-group input.valid, .form .form-group textarea:focus, .form .form-group textarea.valid {
  outline: none;
}
.form .form-group input:focus ~ label, .form .form-group input.valid ~ label, .form .form-group textarea:focus ~ label, .form .form-group textarea.valid ~ label {
  line-height: 0px;
  font-size: 14px;
  color: var(--black);
}
.form .form-group textarea {
  min-height: var(--inputsize);
  padding-top: 10px;
  line-height: 1.2;
}
.form .form-group textarea ~ label {
  background: var(--sectionbackground);
}
.form .form-group.message-bx textarea {
  min-height: 86px;
  height: 100%;
  padding-top: 15px;
}
.form .form-group.message-bx label {
  top: 12px;
  translate: 0 0;
}
.form .form-group.message-bx textarea {
  padding-right: 15px;
}
.form .form-group.message-bx textarea::-webkit-scrollbar {
  width: 2px;
  background: none;
}
.form .form-group.message-bx textarea::-webkit-scrollbar-track {
  box-shadow: none;
}
.form .form-group.message-bx textarea::-webkit-scrollbar-thumb {
  background-color: var(--white);
  border-radius: 15px;
}
.form .form-group.message-bx textarea:focus ~ label, .form .form-group.message-bx textarea.valid ~ label {
  top: 0;
  font-size: 14px;
  translate: 0 -50%;
}
.form .form-group.captcha-box {
  --size: 120px;
}
.form .form-group.captcha-box input {
  width: calc(100% - var(--size));
}
.form .form-group.captcha-box input:focus ~ .captcha-question, .form .form-group.captcha-box input.valid ~ .captcha-question {
  border-color: var(--border);
}
.form .form-group.captcha-box .captcha-question {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  height: var(--inputsize);
  width: var(--size);
  font-weight: 600;
  border-bottom: 1px solid var(--theme);
  text-align: center;
  color: var(--theme);
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.form .sbmt-btn {
  display: inline-flex;
  align-items: center;
  gap: 0 6px;
  color: var(--black);
  height: 44px;
  line-height: 44px;
  border-radius: 25px;
  overflow: hidden;
  background: var(--gradient);
  padding: 0 50px;
  position: relative;
  z-index: 0;
  text-transform: uppercase;
  transition: 0.7s;
  font-weight: 500;
  font-weight: 600;
  margin-left: auto;
  margin-right: auto;
}
.form .sbmt-btn svg, .form .sbmt-btn path {
  transition: 0.7s;
}
.form .sbmt-btn::before, .form .sbmt-btn::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  transition: 0.7s;
  z-index: -1;
}
.form .sbmt-btn::before {
  background: var(--gradient);
}
.form .sbmt-btn::after {
  background: var(--gradient2);
  opacity: 0;
}
.form .sbmt-btn:hover::before {
  opacity: 0;
}
.form .sbmt-btn:hover::after {
  opacity: 1;
}

.custom-select {
  max-width: 100%;
  margin: 0 auto;
  border: none;
  box-sizing: border-box;
  clear: both;
  cursor: pointer;
  display: block;
  font-family: inherit;
  height: var(--selectheight);
  outline: none;
  position: relative;
  transition: all 0.2s ease-in-out;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  white-space: nowrap;
}
.custom-select::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  height: 1px;
  background: var(--prime);
}
.custom-select .list {
  text-align: left;
  background-color: #fff;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  box-sizing: border-box;
  margin-top: 4px;
  padding: 0;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 20;
  max-height: 180px;
  overflow-y: auto;
  opacity: 0;
  pointer-events: none;
  transform: scale(0.95) translateY(-5px);
  transition: 0.25s ease;
}
.custom-select .list::-webkit-scrollbar {
  width: 4px;
  background: none;
}
.custom-select .list::-webkit-scrollbar-track {
  box-shadow: none;
}
.custom-select .list::-webkit-scrollbar-thumb {
  background-color: var(--text);
  border-radius: 5px;
}
.custom-select .list li {
  padding: 0 20px;
  line-height: 35px;
}
.custom-select .list li:hover {
  background: var(--prime);
  color: var(--white);
}
.custom-select .list li.selected {
  background: #e2e2e2;
}
.custom-select.open .list {
  opacity: 1;
  pointer-events: auto;
  transform: scale(1) translateY(0);
}

.banner {
  position: relative;
  position: relative;
}
.banner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  background: none;
}
.banner::before {
  background: linear-gradient(360deg, rgba(0, 0, 0, 0) 60%, rgba(0, 0, 0, 0.79) 100%), linear-gradient(180deg, rgba(0, 0, 0, 0.164) 24.5%, rgba(40, 39, 39, 0.42) 100%);
  z-index: 1;
}
.banner .bg {
  line-height: 0;
}
.banner .bg video, .banner .bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.banner .banner-wrapper {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
}

.play-btn {
  --btnsize: 42px;
  --border: 1px;
  --bordercolor: var(--secondary);
  --playbtncolor: var(--secondary);
  width: 60px !important;
  height: 60px !important;
  height: var(--btnsize);
  width: var(--btnsize);
  border-radius: 50%;
  border: var(--border) solid var(--bordercolor);
  position: relative;
  background: var(--white);
}
.play-btn::before {
  width: 100%;
  height: 100%;
  top: 50%;
  right: 0;
  bottom: 0;
  left: 50%;
  position: absolute;
  content: "";
  transform: translateX(-50%) translateY(-50%);
  background: var(--bordercolor);
  border-radius: 50%;
  display: block;
  animation: pulse-border 1500ms ease-out infinite;
}
@keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 0.5;
  }
  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}
.play-btn::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  width: 0;
  height: 0;
  border-top: calc(var(--btnsize) / 8) solid transparent;
  border-bottom: calc(var(--btnsize) / 8) solid transparent;
  border-left: calc(var(--btnsize) / 5.6) solid var(--playbtncolor);
}

.blue {
  background: #1BB6F0;
}

.yellow {
  background: #FBC740;
}

.btn {
  background: #fff;
  border-radius: 25px;
  font-size: 14px;
  line-height: 24px;
  font-weight: 500;
  padding: 6px 15px;
}

.btn2 {
  background: transparent;
  padding: 6px 10px;
  color: #fff;
  border-radius: 25px;
  border: 1px solid #2a2a2a;
}

.theme-btn {
  padding: 10px 24px;
  color: #fff;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  border-radius: 25px;
  background-color: var(--prime);
}

.whiteBtn {
  background: var(--white);
  color: var(--black);
  transition: 0.5s ease;
}
.whiteBtn:hover {
  background-color: #FBC740;
}

.yellowBtn {
  background: #FBC740;
  color: #000;
  transition: 0.5s ease;
}
.yellowBtn:hover {
  background-color: var(--prime-dark);
}

.tab-nav {
  cursor: default;
}
.tab-nav [data-tab] {
  cursor: pointer;
  caret-color: transparent;
}

.tab-nav-content {
  position: relative;
}
.tab-nav-content .tabs:not(.active) {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  opacity: 0;
  height: 0;
  overflow: hidden;
  display: none;
}

.svg path[fill] {
  fill: currentColor;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.btn-hovleft:hover svg {
  transform: translateX(-3px);
}

.btn-hovright:hover svg {
  transform: translateX(3px);
}

.ahov:hover {
  color: var(--prime) !important;
}

.aWhover:hover {
  color: #fff !important;
  padding-left: 5px;
}

.flex .colA {
  padding-left: 0;
}

*,
*::before,
*::after {
  padding: 0;
  margin: 0;
  list-style: none;
  box-sizing: border-box;
}

:root {
  --headerheight: 150px;
  --headerpadding: 15px;
  --headerfixed: 175px;
  --headerstripfixed: 0px;
  --footerstrip: 66px;
  --sectionpadding: 50px 0 60px;
  --primary: #fff;
  --secondary: #000;
  --prime: #4459C5;
  --primelight: #8497FB;
  --textprime: #C1CBFD;
  --prime-dark:#040635;
  --elementhover: #1BB6F0;
  --green: #BCBF00;
  --elementhover: #1BB6F0;
  --white: #fff;
  --black: #000;
  --text: #666;
  --bggray: #E8EBFF;
  --triangle: 10px;
  --triangle2: 20px;
  --gradient: linear-gradient(90deg, var(--primary) 0%, var(--secondary) 54%);
  --containerfluid: 2rem;
  --arrowsize: 20px;
  --space: 11px;
  --space: 11px;
}
@media (max-width: 767px) {
  :root {
    --space: 5px;
  }
}

body.overflow-hidden {
  overflow: hidden;
  margin-right: 8px;
}
@media (max-width: 991px) {
  body.overflow-hidden {
    margin-right: 0;
  }
}
body.overflow-hidden header {
  width: calc(100% - 8px);
}
@media (max-width: 991px) {
  body.overflow-hidden header {
    width: 100%;
  }
}

body, html {
  font-size: 16px;
  line-height: 1.5;
  font-family: "Poppins", serif;
  font-weight: 400;
}

body.hidden {
  overflow: hidden;
  margin-right: 8px;
}

a[href] {
  text-decoration: none;
  cursor: pointer;
}

a {
  transition: 0.3s ease;
}

.container {
  max-width: 90%;
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 540px) {
  .container {
    max-width: 98%;
  }
}
@media (max-width: 767px) {
  .container {
    padding: 0 15px;
  }
}

.container-fluid {
  padding: 0 2rem;
  display: block;
  margin: 0 auto;
}
@media (max-width: 1152px) {
  .container-fluid {
    padding: 0 1rem;
  }
}
@media (max-width: 991px) {
  .container-fluid {
    padding: 0 15px;
  }
}

.primey-btn {
  transition: 0.5s ease;
  font-family: "Poppins", serif;
  font-weight: 500;
  font-size: 16px;
  color: #000 !important;
  padding: 6px 15px;
  border-radius: 25px;
  background-color: #fff;
  overflow: hidden;
  z-index: 1;
  margin-top: 30px;
  position: relative;
}

main {
  overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}

h1, h2, h3 {
  font-family: Queens;
}

h4, h5 {
  font-weight: 600;
}

h6 {
  font-weight: 500;
}

h1 {
  font-size: 64px;
  line-height: 1;
}

h2 {
  font-size: 48px;
  line-height: 1.25;
}

h3 {
  font-size: 36px;
  line-height: 1.25;
}
@media (max-width: 1024px) {
  h3 {
    font-size: 32px;
  }
}
@media (max-width: 767px) {
  h3 {
    font-size: 28px;
  }
}
@media (max-width: 520px) {
  h3 {
    font-size: 26px;
  }
}
@media only screen and (max-width: 365px) {
  h3 {
    font-size: 22px;
  }
}

.heading h3 {
  font-size: 36px;
  line-height: 1.25;
}
@media (max-width: 1024px) {
  .heading h3 {
    font-size: 32px;
  }
}
@media (max-width: 767px) {
  .heading h3 {
    font-size: 28px;
  }
}
@media (max-width: 520px) {
  .heading h3 {
    font-size: 26px;
  }
}
@media only screen and (max-width: 365px) {
  .heading h3 {
    font-size: 22px;
  }
}

h4 {
  font-size: 24px;
  line-height: 1.1;
}
@media (max-width: 767px) {
  h4 {
    font-size: 18px;
  }
}

h5 {
  font-size: 20px;
  line-height: 1;
}
@media (max-width: 1300px) {
  h5 {
    font-size: 18px;
  }
}

h6 {
  font-size: 18px;
  line-height: 24px;
}
@media (max-width: 1024px) {
  h6 {
    font-size: 16px;
    line-height: 22px;
  }
}

button {
  background: none;
  border: none;
  cursor: pointer;
}

p {
  color: var(--text);
}

a {
  color: #fff;
}

.text-center {
  text-align: center;
}

.grid {
  display: grid;
}

.flex {
  display: flex;
  flex-wrap: wrap;
}

img {
  max-width: 100%;
  vertical-align: middle;
}

svg {
  vertical-align: middle;
  transition: 0.3s ease;
}

.invert-img {
  transform: scaleX(-1);
}

input, button, select {
  font-family: inherit;
  font-size: inherit;
}

input {
  border-radius: 0;
}
input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

video {
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.owl-prev img {
  transform: scaleX(-1);
}

.item-md {
  position: relative;
}
.item-md figure {
  overflow: hidden;
  line-height: 0;
}
.item-md figure img {
  transition: 0.5s ease;
}
.item-md::before, .item-md::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  pointer-events: none;
  z-index: 1;
}
.item-md::after {
  content: none;
}
.item-md figcaption {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}
.item-md .link-md {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
}

.model {
  position: fixed;
  top: 0;
  bottom: 0;
  z-index: 7;
  width: 100%;
  max-width: 435px;
}
.model .close {
  position: absolute;
  top: 0;
  right: 0;
}

.overlay {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 6;
  opacity: 0;
  background: rgba(0, 0, 0, 0.6);
  transform: translateY(100%);
  transition: opacity 1s ease;
  cursor: pointer;
}
@media (max-width: 991px) {
  .overlay {
    z-index: 2;
  }
}
@media (max-width: 675px) {
  .overlay {
    display: none;
  }
}
.overlay.is-open {
  opacity: 1;
  transform: translateY(0%);
}

.form {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 35px 0;
  --theme: #000;
  --label: rgb(256 256 256 / .6);
  --color: #000;
  --font: 300;
  --borderbefore: rgb(256 256 256 / .6);
  --borderafter: #fff;
  --sectionbackground: #fff;
}
@media (max-width: 675px) {
  .form {
    gap: 25px 0;
  }
}
.form .form-group {
  --inputsize: 42px;
  --lrgap: 15px;
  --tbgap: 20px;
  position: relative;
  flex: 0 1 100%;
  --selectheight: var(--inputsize);
}
.form .form-group.flex50 {
  flex: 0 1 48%;
}
@media (max-width: 675px) {
  .form .form-group.flex50 {
    flex: 0 1 100%;
  }
}
.form .form-group label {
  font-weight: var(--font);
  position: absolute;
  top: 0;
  left: 0;
  color: var(--theme);
  line-height: calc(var(--inputsize) - 1px);
  transition: 0.3s ease;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  pointer-events: none;
}
.form .form-group input, .form .form-group textarea {
  height: var(--inputsize);
  border: none;
  border-bottom: 1px solid var(--theme);
  resize: none;
  border-radius: 0px !important;
  width: 100%;
  background: none;
  color: var(--color);
  font-size: inherit;
  font-family: inherit;
}
.form .form-group input.valid, .form .form-group textarea.valid {
  border-color: var(--border);
}
.form .form-group input:focus, .form .form-group input.valid, .form .form-group textarea:focus, .form .form-group textarea.valid {
  outline: none;
}
.form .form-group input:focus ~ label, .form .form-group input.valid ~ label, .form .form-group textarea:focus ~ label, .form .form-group textarea.valid ~ label {
  line-height: 0px;
  font-size: 14px;
  color: var(--black);
}
.form .form-group textarea {
  min-height: var(--inputsize);
  padding-top: 10px;
  line-height: 1.2;
}
.form .form-group textarea ~ label {
  background: var(--sectionbackground);
}
.form .form-group.message-bx textarea {
  min-height: 86px;
  height: 100%;
  padding-top: 15px;
}
.form .form-group.message-bx label {
  top: 12px;
  translate: 0 0;
}
.form .form-group.message-bx textarea {
  padding-right: 15px;
}
.form .form-group.message-bx textarea::-webkit-scrollbar {
  width: 2px;
  background: none;
}
.form .form-group.message-bx textarea::-webkit-scrollbar-track {
  box-shadow: none;
}
.form .form-group.message-bx textarea::-webkit-scrollbar-thumb {
  background-color: var(--white);
  border-radius: 15px;
}
.form .form-group.message-bx textarea:focus ~ label, .form .form-group.message-bx textarea.valid ~ label {
  top: 0;
  font-size: 14px;
  translate: 0 -50%;
}
.form .form-group.captcha-box {
  --size: 120px;
}
.form .form-group.captcha-box input {
  width: calc(100% - var(--size));
}
.form .form-group.captcha-box input:focus ~ .captcha-question, .form .form-group.captcha-box input.valid ~ .captcha-question {
  border-color: var(--border);
}
.form .form-group.captcha-box .captcha-question {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  height: var(--inputsize);
  width: var(--size);
  font-weight: 600;
  border-bottom: 1px solid var(--theme);
  text-align: center;
  color: var(--theme);
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.form .sbmt-btn {
  display: inline-flex;
  align-items: center;
  gap: 0 6px;
  color: var(--black);
  height: 44px;
  line-height: 44px;
  border-radius: 25px;
  overflow: hidden;
  background: var(--gradient);
  padding: 0 50px;
  position: relative;
  z-index: 0;
  text-transform: uppercase;
  transition: 0.7s;
  font-weight: 500;
  font-weight: 600;
  margin-left: auto;
  margin-right: auto;
}
.form .sbmt-btn svg, .form .sbmt-btn path {
  transition: 0.7s;
}
.form .sbmt-btn::before, .form .sbmt-btn::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  transition: 0.7s;
  z-index: -1;
}
.form .sbmt-btn::before {
  background: var(--gradient);
}
.form .sbmt-btn::after {
  background: var(--gradient2);
  opacity: 0;
}
.form .sbmt-btn:hover::before {
  opacity: 0;
}
.form .sbmt-btn:hover::after {
  opacity: 1;
}

.custom-select {
  max-width: 100%;
  margin: 0 auto;
  border: none;
  box-sizing: border-box;
  clear: both;
  cursor: pointer;
  display: block;
  font-family: inherit;
  height: var(--selectheight);
  outline: none;
  position: relative;
  transition: all 0.2s ease-in-out;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  white-space: nowrap;
}
.custom-select::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  height: 1px;
  background: var(--prime);
}
.custom-select .list {
  text-align: left;
  background-color: #fff;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  box-sizing: border-box;
  margin-top: 4px;
  padding: 0;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 20;
  max-height: 180px;
  overflow-y: auto;
  opacity: 0;
  pointer-events: none;
  transform: scale(0.95) translateY(-5px);
  transition: 0.25s ease;
}
.custom-select .list::-webkit-scrollbar {
  width: 4px;
  background: none;
}
.custom-select .list::-webkit-scrollbar-track {
  box-shadow: none;
}
.custom-select .list::-webkit-scrollbar-thumb {
  background-color: var(--text);
  border-radius: 5px;
}
.custom-select .list li {
  padding: 0 20px;
  line-height: 35px;
}
.custom-select .list li:hover {
  background: var(--prime);
  color: var(--white);
}
.custom-select .list li.selected {
  background: #e2e2e2;
}
.custom-select.open .list {
  opacity: 1;
  pointer-events: auto;
  transform: scale(1) translateY(0);
}

.banner {
  position: relative;
  position: relative;
}
.banner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  background: none;
}
.banner::before {
  background: linear-gradient(360deg, rgba(0, 0, 0, 0) 60%, rgba(0, 0, 0, 0.79) 100%), linear-gradient(180deg, rgba(0, 0, 0, 0.164) 24.5%, rgba(40, 39, 39, 0.42) 100%);
  z-index: 1;
}
.banner .bg {
  line-height: 0;
}
.banner .bg video, .banner .bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.banner .banner-wrapper {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
}

.play-btn {
  --btnsize: 42px;
  --border: 1px;
  --bordercolor: var(--secondary);
  --playbtncolor: var(--secondary);
  width: 60px !important;
  height: 60px !important;
  height: var(--btnsize);
  width: var(--btnsize);
  border-radius: 50%;
  border: var(--border) solid var(--bordercolor);
  position: relative;
  background: var(--white);
}
.play-btn::before {
  width: 100%;
  height: 100%;
  top: 50%;
  right: 0;
  bottom: 0;
  left: 50%;
  position: absolute;
  content: "";
  transform: translateX(-50%) translateY(-50%);
  background: var(--bordercolor);
  border-radius: 50%;
  display: block;
  animation: pulse-border 1500ms ease-out infinite;
}
@keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 0.5;
  }
  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}
.play-btn::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  width: 0;
  height: 0;
  border-top: calc(var(--btnsize) / 8) solid transparent;
  border-bottom: calc(var(--btnsize) / 8) solid transparent;
  border-left: calc(var(--btnsize) / 5.6) solid var(--playbtncolor);
}

.blue {
  background: #1BB6F0;
}

.yellow {
  background: #FBC740;
}

.btn {
  background: #fff;
  border-radius: 25px;
  font-size: 14px;
  line-height: 24px;
  font-weight: 500;
  padding: 6px 15px;
}

.btn2 {
  background: transparent;
  padding: 6px 10px;
  color: #fff;
  border-radius: 25px;
  border: 1px solid #2a2a2a;
}

.theme-btn {
  padding: 10px 24px;
  color: #fff;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  border-radius: 25px;
  background-color: var(--prime);
}

.whiteBtn {
  background: var(--white);
  color: var(--black);
  transition: 0.5s ease;
}
.whiteBtn:hover {
  background-color: #FBC740;
}

.yellowBtn {
  background: #FBC740;
  color: #000;
  transition: 0.5s ease;
}
.yellowBtn:hover {
  background-color: var(--prime-dark);
}

.tab-nav {
  cursor: default;
}
.tab-nav [data-tab] {
  cursor: pointer;
  caret-color: transparent;
}

.tab-nav-content {
  position: relative;
}
.tab-nav-content .tabs:not(.active) {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  opacity: 0;
  height: 0;
  overflow: hidden;
  display: none;
}

.svg path[fill] {
  fill: currentColor;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.btn-hovleft:hover svg {
  transform: translateX(-3px);
}

.btn-hovright:hover svg {
  transform: translateX(3px);
}

.ahov:hover {
  color: var(--prime) !important;
}

.aWhover:hover {
  color: #fff !important;
  padding-left: 5px;
}

.flex .colA {
  padding-left: 0;
}

*,
*::before,
*::after {
  padding: 0;
  margin: 0;
  list-style: none;
  box-sizing: border-box;
}

:root {
  --headerheight: 150px;
  --headerpadding: 15px;
  --headerfixed: 175px;
  --headerstripfixed: 0px;
  --footerstrip: 66px;
  --sectionpadding: 50px 0 60px;
  --primary: #fff;
  --secondary: #000;
  --prime: #4459C5;
  --primelight: #8497FB;
  --textprime: #C1CBFD;
  --prime-dark:#040635;
  --elementhover: #1BB6F0;
  --green: #BCBF00;
  --elementhover: #1BB6F0;
  --white: #fff;
  --black: #000;
  --text: #666;
  --bggray: #E8EBFF;
  --triangle: 10px;
  --triangle2: 20px;
  --gradient: linear-gradient(90deg, var(--primary) 0%, var(--secondary) 54%);
  --containerfluid: 2rem;
  --arrowsize: 20px;
  --space: 11px;
  --space: 11px;
}
@media (max-width: 767px) {
  :root {
    --space: 5px;
  }
}

body.overflow-hidden {
  overflow: hidden;
  margin-right: 8px;
}
@media (max-width: 991px) {
  body.overflow-hidden {
    margin-right: 0;
  }
}
body.overflow-hidden header {
  width: calc(100% - 8px);
}
@media (max-width: 991px) {
  body.overflow-hidden header {
    width: 100%;
  }
}

body, html {
  font-size: 16px;
  line-height: 1.5;
  font-family: "Poppins", serif;
  font-weight: 400;
}

body.hidden {
  overflow: hidden;
  margin-right: 8px;
}

a[href] {
  text-decoration: none;
  cursor: pointer;
}

a {
  transition: 0.3s ease;
}

.container {
  max-width: 90%;
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 540px) {
  .container {
    max-width: 98%;
  }
}
@media (max-width: 767px) {
  .container {
    padding: 0 15px;
  }
}

.container-fluid {
  padding: 0 2rem;
  display: block;
  margin: 0 auto;
}
@media (max-width: 1152px) {
  .container-fluid {
    padding: 0 1rem;
  }
}
@media (max-width: 991px) {
  .container-fluid {
    padding: 0 15px;
  }
}

.primey-btn {
  transition: 0.5s ease;
  font-family: "Poppins", serif;
  font-weight: 500;
  font-size: 16px;
  color: #000 !important;
  padding: 6px 15px;
  border-radius: 25px;
  background-color: #fff;
  overflow: hidden;
  z-index: 1;
  margin-top: 30px;
  position: relative;
}

main {
  overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}

h1, h2, h3 {
  font-family: Queens;
}

h4, h5 {
  font-weight: 600;
}

h6 {
  font-weight: 500;
}

h1 {
  font-size: 64px;
  line-height: 1;
}

h2 {
  font-size: 48px;
  line-height: 1.25;
}

h3 {
  font-size: 36px;
  line-height: 1.25;
}
@media (max-width: 1024px) {
  h3 {
    font-size: 32px;
  }
}
@media (max-width: 767px) {
  h3 {
    font-size: 28px;
  }
}
@media (max-width: 520px) {
  h3 {
    font-size: 26px;
  }
}
@media only screen and (max-width: 365px) {
  h3 {
    font-size: 22px;
  }
}

.heading h3 {
  font-size: 36px;
  line-height: 1.25;
}
@media (max-width: 1024px) {
  .heading h3 {
    font-size: 32px;
  }
}
@media (max-width: 767px) {
  .heading h3 {
    font-size: 28px;
  }
}
@media (max-width: 520px) {
  .heading h3 {
    font-size: 26px;
  }
}
@media only screen and (max-width: 365px) {
  .heading h3 {
    font-size: 22px;
  }
}

h4 {
  font-size: 24px;
  line-height: 1.1;
}
@media (max-width: 767px) {
  h4 {
    font-size: 18px;
  }
}

h5 {
  font-size: 20px;
  line-height: 1;
}
@media (max-width: 1300px) {
  h5 {
    font-size: 18px;
  }
}

h6 {
  font-size: 18px;
  line-height: 24px;
}
@media (max-width: 1024px) {
  h6 {
    font-size: 16px;
    line-height: 22px;
  }
}

button {
  background: none;
  border: none;
  cursor: pointer;
}

p {
  color: var(--text);
}

a {
  color: #fff;
}

.text-center {
  text-align: center;
}

.grid {
  display: grid;
}

.flex {
  display: flex;
  flex-wrap: wrap;
}

img {
  max-width: 100%;
  vertical-align: middle;
}

svg {
  vertical-align: middle;
  transition: 0.3s ease;
}

.invert-img {
  transform: scaleX(-1);
}

input, button, select {
  font-family: inherit;
  font-size: inherit;
}

input {
  border-radius: 0;
}
input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

video {
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.owl-prev img {
  transform: scaleX(-1);
}

.item-md {
  position: relative;
}
.item-md figure {
  overflow: hidden;
  line-height: 0;
}
.item-md figure img {
  transition: 0.5s ease;
}
.item-md::before, .item-md::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  pointer-events: none;
  z-index: 1;
}
.item-md::after {
  content: none;
}
.item-md figcaption {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}
.item-md .link-md {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
}

.model {
  position: fixed;
  top: 0;
  bottom: 0;
  z-index: 7;
  width: 100%;
  max-width: 435px;
}
.model .close {
  position: absolute;
  top: 0;
  right: 0;
}

.overlay {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 6;
  opacity: 0;
  background: rgba(0, 0, 0, 0.6);
  transform: translateY(100%);
  transition: opacity 1s ease;
  cursor: pointer;
}
@media (max-width: 991px) {
  .overlay {
    z-index: 2;
  }
}
@media (max-width: 675px) {
  .overlay {
    display: none;
  }
}
.overlay.is-open {
  opacity: 1;
  transform: translateY(0%);
}

.form {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 35px 0;
  --theme: #000;
  --label: rgb(256 256 256 / .6);
  --color: #000;
  --font: 300;
  --borderbefore: rgb(256 256 256 / .6);
  --borderafter: #fff;
  --sectionbackground: #fff;
}
@media (max-width: 675px) {
  .form {
    gap: 25px 0;
  }
}
.form .form-group {
  --inputsize: 42px;
  --lrgap: 15px;
  --tbgap: 20px;
  position: relative;
  flex: 0 1 100%;
  --selectheight: var(--inputsize);
}
.form .form-group.flex50 {
  flex: 0 1 48%;
}
@media (max-width: 675px) {
  .form .form-group.flex50 {
    flex: 0 1 100%;
  }
}
.form .form-group label {
  font-weight: var(--font);
  position: absolute;
  top: 0;
  left: 0;
  color: var(--theme);
  line-height: calc(var(--inputsize) - 1px);
  transition: 0.3s ease;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  pointer-events: none;
}
.form .form-group input, .form .form-group textarea {
  height: var(--inputsize);
  border: none;
  border-bottom: 1px solid var(--theme);
  resize: none;
  border-radius: 0px !important;
  width: 100%;
  background: none;
  color: var(--color);
  font-size: inherit;
  font-family: inherit;
}
.form .form-group input.valid, .form .form-group textarea.valid {
  border-color: var(--border);
}
.form .form-group input:focus, .form .form-group input.valid, .form .form-group textarea:focus, .form .form-group textarea.valid {
  outline: none;
}
.form .form-group input:focus ~ label, .form .form-group input.valid ~ label, .form .form-group textarea:focus ~ label, .form .form-group textarea.valid ~ label {
  line-height: 0px;
  font-size: 14px;
  color: var(--black);
}
.form .form-group textarea {
  min-height: var(--inputsize);
  padding-top: 10px;
  line-height: 1.2;
}
.form .form-group textarea ~ label {
  background: var(--sectionbackground);
}
.form .form-group.message-bx textarea {
  min-height: 86px;
  height: 100%;
  padding-top: 15px;
}
.form .form-group.message-bx label {
  top: 12px;
  translate: 0 0;
}
.form .form-group.message-bx textarea {
  padding-right: 15px;
}
.form .form-group.message-bx textarea::-webkit-scrollbar {
  width: 2px;
  background: none;
}
.form .form-group.message-bx textarea::-webkit-scrollbar-track {
  box-shadow: none;
}
.form .form-group.message-bx textarea::-webkit-scrollbar-thumb {
  background-color: var(--white);
  border-radius: 15px;
}
.form .form-group.message-bx textarea:focus ~ label, .form .form-group.message-bx textarea.valid ~ label {
  top: 0;
  font-size: 14px;
  translate: 0 -50%;
}
.form .form-group.captcha-box {
  --size: 120px;
}
.form .form-group.captcha-box input {
  width: calc(100% - var(--size));
}
.form .form-group.captcha-box input:focus ~ .captcha-question, .form .form-group.captcha-box input.valid ~ .captcha-question {
  border-color: var(--border);
}
.form .form-group.captcha-box .captcha-question {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  height: var(--inputsize);
  width: var(--size);
  font-weight: 600;
  border-bottom: 1px solid var(--theme);
  text-align: center;
  color: var(--theme);
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.form .sbmt-btn {
  display: inline-flex;
  align-items: center;
  gap: 0 6px;
  color: var(--black);
  height: 44px;
  line-height: 44px;
  border-radius: 25px;
  overflow: hidden;
  background: var(--gradient);
  padding: 0 50px;
  position: relative;
  z-index: 0;
  text-transform: uppercase;
  transition: 0.7s;
  font-weight: 500;
  font-weight: 600;
  margin-left: auto;
  margin-right: auto;
}
.form .sbmt-btn svg, .form .sbmt-btn path {
  transition: 0.7s;
}
.form .sbmt-btn::before, .form .sbmt-btn::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  transition: 0.7s;
  z-index: -1;
}
.form .sbmt-btn::before {
  background: var(--gradient);
}
.form .sbmt-btn::after {
  background: var(--gradient2);
  opacity: 0;
}
.form .sbmt-btn:hover::before {
  opacity: 0;
}
.form .sbmt-btn:hover::after {
  opacity: 1;
}

.custom-select {
  max-width: 100%;
  margin: 0 auto;
  border: none;
  box-sizing: border-box;
  clear: both;
  cursor: pointer;
  display: block;
  font-family: inherit;
  height: var(--selectheight);
  outline: none;
  position: relative;
  transition: all 0.2s ease-in-out;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  white-space: nowrap;
}
.custom-select::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  height: 1px;
  background: var(--prime);
}
.custom-select .list {
  text-align: left;
  background-color: #fff;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  box-sizing: border-box;
  margin-top: 4px;
  padding: 0;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 20;
  max-height: 180px;
  overflow-y: auto;
  opacity: 0;
  pointer-events: none;
  transform: scale(0.95) translateY(-5px);
  transition: 0.25s ease;
}
.custom-select .list::-webkit-scrollbar {
  width: 4px;
  background: none;
}
.custom-select .list::-webkit-scrollbar-track {
  box-shadow: none;
}
.custom-select .list::-webkit-scrollbar-thumb {
  background-color: var(--text);
  border-radius: 5px;
}
.custom-select .list li {
  padding: 0 20px;
  line-height: 35px;
}
.custom-select .list li:hover {
  background: var(--prime);
  color: var(--white);
}
.custom-select .list li.selected {
  background: #e2e2e2;
}
.custom-select.open .list {
  opacity: 1;
  pointer-events: auto;
  transform: scale(1) translateY(0);
}

.banner {
  position: relative;
  position: relative;
}
.banner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  background: none;
}
.banner::before {
  background: linear-gradient(360deg, rgba(0, 0, 0, 0) 60%, rgba(0, 0, 0, 0.79) 100%), linear-gradient(180deg, rgba(0, 0, 0, 0.164) 24.5%, rgba(40, 39, 39, 0.42) 100%);
  z-index: 1;
}
.banner .bg {
  line-height: 0;
}
.banner .bg video, .banner .bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.banner .banner-wrapper {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
}

.play-btn {
  --btnsize: 42px;
  --border: 1px;
  --bordercolor: var(--secondary);
  --playbtncolor: var(--secondary);
  width: 60px !important;
  height: 60px !important;
  height: var(--btnsize);
  width: var(--btnsize);
  border-radius: 50%;
  border: var(--border) solid var(--bordercolor);
  position: relative;
  background: var(--white);
}
.play-btn::before {
  width: 100%;
  height: 100%;
  top: 50%;
  right: 0;
  bottom: 0;
  left: 50%;
  position: absolute;
  content: "";
  transform: translateX(-50%) translateY(-50%);
  background: var(--bordercolor);
  border-radius: 50%;
  display: block;
  animation: pulse-border 1500ms ease-out infinite;
}
@keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 0.5;
  }
  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}
.play-btn::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  width: 0;
  height: 0;
  border-top: calc(var(--btnsize) / 8) solid transparent;
  border-bottom: calc(var(--btnsize) / 8) solid transparent;
  border-left: calc(var(--btnsize) / 5.6) solid var(--playbtncolor);
}

.blue {
  background: #1BB6F0;
}

.yellow {
  background: #FBC740;
}

.btn {
  background: #fff;
  border-radius: 25px;
  font-size: 14px;
  line-height: 24px;
  font-weight: 500;
  padding: 6px 15px;
}

.btn2 {
  background: transparent;
  padding: 6px 10px;
  color: #fff;
  border-radius: 25px;
  border: 1px solid #2a2a2a;
}

.theme-btn {
  padding: 10px 24px;
  color: #fff;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  border-radius: 25px;
  background-color: var(--prime);
}

.whiteBtn {
  background: var(--white);
  color: var(--black);
  transition: 0.5s ease;
}
.whiteBtn:hover {
  background-color: #FBC740;
}

.yellowBtn {
  background: #FBC740;
  color: #000;
  transition: 0.5s ease;
}
.yellowBtn:hover {
  background-color: var(--prime-dark);
}

.tab-nav {
  cursor: default;
}
.tab-nav [data-tab] {
  cursor: pointer;
  caret-color: transparent;
}

.tab-nav-content {
  position: relative;
}
.tab-nav-content .tabs:not(.active) {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  opacity: 0;
  height: 0;
  overflow: hidden;
  display: none;
}

.svg path[fill] {
  fill: currentColor;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.btn-hovleft:hover svg {
  transform: translateX(-3px);
}

.btn-hovright:hover svg {
  transform: translateX(3px);
}

.ahov:hover {
  color: var(--prime) !important;
}

.aWhover:hover {
  color: #fff !important;
  padding-left: 5px;
}

.flex .colA {
  padding-left: 0;
}

.banner .banner-wrapper {
  bottom: 15% !important;
}
.banner .banner-wrapper .content {
  margin: 0 auto;
  width: 41%;
}
@media (max-width: 540px) {
  .banner .banner-wrapper .content {
    width: 80%;
  }
}
.banner .banner2 .flex {
  justify-content: center !important;
}
.banner .banner2 .flex .colC {
  margin: 0 !important;
}

.transport-secA {
  width: 50%;
  margin: 0 auto;
  padding: 80px 0 90px;
}
@media (max-width: 1536px) {
  .transport-secA {
    width: 70%;
    padding: 60px 0;
  }
}
@media (max-width: 540px) {
  .transport-secA {
    padding: 45px 0;
    width: 100%;
  }
}
.transport-secA p {
  text-align: center;
  margin-bottom: 80px;
}
@media (max-width: 1024px) {
  .transport-secA p {
    margin-bottom: 50px;
  }
}
@media (max-width: 540px) {
  .transport-secA p {
    margin-bottom: 45px;
  }
}

.transport-img {
  width: 100%;
  height: auto;
  overflow: hidden;
  border-radius: 15px;
  z-index: 2;
}
.transport-img img {
  width: 100%;
  height: auto;
  display: block;
  overflow: hidden;
  -o-object-fit: cover;
     object-fit: cover;
}

.home-secD {
  padding: 0 !important;
}

.transport-secB-bg {
  background-color: #BEFFFF;
  position: relative;
  margin-top: 145px;
}
@media (max-width: 768px) {
  .transport-secB-bg {
    margin-top: 80px;
  }
}
@media (max-width: 540px) {
  .transport-secB-bg {
    margin-top: 30px;
  }
}
.transport-secB-bg img {
  width: 100%;
}
.transport-secB-bg .shape {
  position: absolute;
  top: -13%;
  left: 0;
  width: 100%;
  z-index: -1;
}
@media (max-width: 768px) {
  .transport-secB-bg .shape {
    top: -7%;
  }
}
@media (max-width: 540px) {
  .transport-secB-bg .shape {
    top: -2%;
  }
}
.transport-secB-bg .shape img {
  width: 100%;
}
.transport-secB-bg .transport-secB {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  padding: 48px 0 90px;
}
@media (max-width: 1024px) {
  .transport-secB-bg .transport-secB {
    padding: 0 0 60px;
  }
}
@media (max-width: 991px) {
  .transport-secB-bg .transport-secB {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media (max-width: 540px) {
  .transport-secB-bg .transport-secB {
    padding: 0 0 30px;
  }
}
.transport-secB-bg .transport-secB > div {
  padding: 35px 60px 35px 0;
}
@media (max-width: 1024px) {
  .transport-secB-bg .transport-secB > div {
    padding: 30px 30px 30px 0;
  }
}
.transport-secB-bg .transport-secB > div:first-child {
  border-right: 1.8px solid var(--prime);
}
@media (max-width: 991px) {
  .transport-secB-bg .transport-secB > div:first-child {
    border-right: none;
  }
}
.transport-secB-bg .transport-secB > div:last-child {
  padding: 0 60px 0 60px;
}
@media (max-width: 1024px) {
  .transport-secB-bg .transport-secB > div:last-child {
    padding: 0 0 0 24px;
  }
}
@media (max-width: 768px) {
  .transport-secB-bg .transport-secB > div:last-child {
    padding: 0;
    margin-top: 18px;
  }
}
.transport-secB-bg .transport-secB > div h2 {
  margin-bottom: 30px;
}
.transport-secB-bg .transport-secB > div p {
  margin-bottom: 15px;
}
.transport-secB-bg .transport-secB .btn-wraper {
  padding: 45px 0 0 0;
  text-align: left;
}
.transport-secB-bg .transport-secB .transport-secB-ul {
  list-style: none;
  padding-left: 25px;
}
@media (max-width: 1024px) {
  .transport-secB-bg .transport-secB .transport-secB-ul {
    padding-left: 0;
  }
}
.transport-secB-bg .transport-secB .transport-secB-ul li {
  font-size: 16px;
  color: var(--text);
  margin-bottom: 24px;
  position: relative;
  padding-left: 45px;
}
@media (max-width: 540px) {
  .transport-secB-bg .transport-secB .transport-secB-ul li {
    margin-bottom: 14px;
    font-size: 14px;
    padding-left: 32px;
  }
}
.transport-secB-bg .transport-secB .transport-secB-ul li:last-child {
  margin-bottom: 0;
}
.transport-secB-bg .transport-secB .transport-secB-ul li::before {
  content: "•";
  color: var(--prime);
  font-size: 3.2em;
  position: absolute;
  left: 0;
  top: -28px;
}

.transport-secC {
  width: 88%;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .transport-secC {
    width: 100%;
  }
}

.transport-cover {
  padding: 60px 0 125px;
  background: #fff;
}
@media (max-width: 1024px) {
  .transport-cover {
    padding: 4px 0 95px;
  }
}
@media (max-width: 540px) {
  .transport-cover {
    padding: 4px 0 58px;
  }
}
.transport-cover h2 {
  text-align: center;
  margin: 23px 0 70px;
}
@media (max-width: 1536px) {
  .transport-cover h2 {
    margin: 23px 0 123px;
  }
}
@media (max-width: 768px) {
  .transport-cover h2 {
    margin: 25px 0 50px;
  }
}
@media (max-width: 540px) {
  .transport-cover h2 {
    font-size: 25px;
    margin: 25px 0;
  }
}

.transport-container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: center;
  margin: auto;
  gap: 90px;
}
@media (max-width: 1024px) {
  .transport-container {
    gap: 50px;
  }
}
@media (max-width: 991px) {
  .transport-container {
    grid-template-columns: repeat(1, 1fr);
    gap: 110px;
  }
}
@media (max-width: 540px) {
  .transport-container {
    gap: 64px;
  }
}

.transport-img img {
  width: 100%;
  border-radius: 10px;
}

.transport-content {
  flex: 1;
  z-index: 1;
}

.transport-content h2 {
  font-size: 28px;
  text-align: center;
  margin-bottom: 40px;
}

.accordion {
  padding-left: 30px;
  position: relative;
}
@media (max-width: 768px) {
  .accordion {
    padding-left: 30px;
  }
}
.accordion::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50px;
  transform: translateY(-50%);
  width: 2px;
  height: calc(100% + 120px);
  background-color: var(--prime);
  z-index: -1;
}
@media (max-width: 540px) {
  .accordion::before {
    left: 45px;
    height: calc(100% + 64px);
  }
}
.accordion .active > div h4 {
  color: var(--prime);
}

.accordion-item {
  margin-bottom: 25px;
}
@media (max-width: 768px) {
  .accordion-item {
    margin-bottom: 18px;
  }
}
@media (max-width: 768px) {
  .accordion-item {
    margin-bottom: 15px;
  }
}

.accordion-header {
  display: flex;
  align-items: center;
  gap: 36px;
  cursor: pointer;
}
@media (max-width: 540px) {
  .accordion-header {
    gap: 15px;
  }
}

.accordion-header h4 {
  font-weight: 600;
  margin: 0;
  color: var(--text);
}
@media (max-width: 768px) {
  .accordion-header h4 {
    font-size: 20px;
  }
}
@media (max-width: 540px) {
  .accordion-header h4 {
    font-size: 16px;
  }
}

.symbol {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border: 2px solid var(--prime);
  color: var(--prime);
  border-radius: 50%;
  font-size: 22px;
  background-color: var(--white);
  line-height: 1;
  font-weight: 600;
}
@media (max-width: 540px) {
  .symbol {
    width: 32px;
    height: 32px;
  }
}

.accordion-item.active .symbol {
  background-color: var(--prime);
  color: #fff;
}

.accordion-body {
  display: none;
  padding-left: 75px;
}
@media (max-width: 540px) {
  .accordion-body {
    padding-left: 45px;
  }
}
.accordion-body p {
  color: #555;
}

.banner {
  position: relative;
}
.banner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  background: none;
}
.banner::before {
  background: linear-gradient(360deg, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.85) 100%), linear-gradient(179deg, rgba(0, 0, 0, 0) 27.5%, rgba(0, 0, 0, 0.85) 100%) !important;
  z-index: 1;
}
@media (max-width: 1024px) {
  .banner .bg .banner-wrapper {
    bottom: 10% !important;
  }
}
.banner .bg .banner-wrapper .flex {
  margin: 0 40px;
  justify-content: space-between !important;
}
@media (max-width: 540px) {
  .banner .bg .banner-wrapper .flex {
    margin: 0;
  }
}
@media (max-width: 991px) {
  .banner .bg .banner-wrapper .flex {
    justify-content: center !important;
    flex-direction: column;
  }
}
.banner .bg .banner-wrapper .flex .colA h2 {
  color: var(--white);
}
@media (max-width: 1024px) {
  .banner .bg .banner-wrapper .flex .colA h2 {
    margin-bottom: 40px;
  }
}
@media (max-width: 768px) {
  .banner .bg .banner-wrapper .flex .colA h2 {
    margin-bottom: 25px;
  }
}
.banner .bg .banner-wrapper .flex .colB {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
@media (max-width: 540px) {
  .banner .bg .banner-wrapper .flex .colB {
    grid-template-columns: repeat(1, 1fr);
    gap: 35px;
  }
}
.banner .bg .banner-wrapper .flex .colB .register-colA p,
.banner .bg .banner-wrapper .flex .colB .register-colB p {
  padding-bottom: 34px;
  font-size: 15px;
  color: var(--white);
  text-align: center;
}
@media (max-width: 540px) {
  .banner .bg .banner-wrapper .flex .colB .register-colA p,
  .banner .bg .banner-wrapper .flex .colB .register-colB p {
    padding-bottom: 24px;
  }
}
.banner .bg .banner-wrapper .flex .colB .register-colA .btn-group,
.banner .bg .banner-wrapper .flex .colB .register-colB .btn-group {
  display: flex;
  gap: 16px;
  justify-content: center;
}
.banner .bg .banner-wrapper .flex .colB .register-colA .btn-group .reg-btn > a,
.banner .bg .banner-wrapper .flex .colB .register-colB .btn-group .reg-btn > a {
  transition: 0.5s ease;
  font-family: "Poppins", serif;
  font-weight: 500;
  font-size: 16px;
  color: #000;
  padding: 6px 15px;
  border-radius: 25px;
  position: relative;
  overflow: hidden;
  z-index: 1;
  color: var(--black);
}
.banner .bg .banner-wrapper .flex .colB .register-colA .btn-group .reg-btn > a::after,
.banner .bg .banner-wrapper .flex .colB .register-colB .btn-group .reg-btn > a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--white);
  border-radius: 25px;
  z-index: -2;
}
.banner .bg .banner-wrapper .flex .colB .register-colA .btn-group .reg-btn > a::before,
.banner .bg .banner-wrapper .flex .colB .register-colB .btn-group .reg-btn > a::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background-color: var(--elementhover);
  transition: all 0.3s;
  border-radius: 25px;
  z-index: -1;
}
.banner .bg .banner-wrapper .flex .colB .register-colA .btn-group .reg-btn > a:hover::before,
.banner .bg .banner-wrapper .flex .colB .register-colB .btn-group .reg-btn > a:hover::before {
  width: 100%;
}
.banner .bg .banner-wrapper .flex .colB .register-colA .btn-group .reg-btn > a:hover,
.banner .bg .banner-wrapper .flex .colB .register-colB .btn-group .reg-btn > a:hover {
  color: #fff;
}
.banner .bg .banner-wrapper .flex .colB .register-colA .btn-group .hover-btn > a,
.banner .bg .banner-wrapper .flex .colB .register-colB .btn-group .hover-btn > a {
  background: transparent;
  padding: 6px 10px;
  border: 1px solid #fff;
  color: #fff;
  border-radius: 25px;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.banner .bg .banner-wrapper .flex .colB .register-colA .btn-group .hover-btn > a::after,
.banner .bg .banner-wrapper .flex .colB .register-colB .btn-group .hover-btn > a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: transparent;
  border-radius: 25px;
  z-index: -2;
}
.banner .bg .banner-wrapper .flex .colB .register-colA .btn-group .hover-btn > a::before,
.banner .bg .banner-wrapper .flex .colB .register-colB .btn-group .hover-btn > a::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background-color: var(--elementhover);
  transition: all 0.3s;
  border-radius: 25px;
  z-index: -1;
}
.banner .bg .banner-wrapper .flex .colB .register-colA .btn-group .hover-btn > a:hover::before,
.banner .bg .banner-wrapper .flex .colB .register-colB .btn-group .hover-btn > a:hover::before {
  width: 100%;
}
.banner .bg .banner-wrapper .flex .colB .register-colA .btn-group .hover-btn > a:hover,
.banner .bg .banner-wrapper .flex .colB .register-colB .btn-group .hover-btn > a:hover {
  border: 1px solid #1BB6F0;
}
.banner .bg .banner-wrapper .flex .colB .register-colA {
  padding-right: 60px;
  border-right: 1.4px solid var(--white);
}
@media (max-width: 1024px) {
  .banner .bg .banner-wrapper .flex .colB .register-colA {
    padding-right: 30px;
  }
}
@media (max-width: 540px) {
  .banner .bg .banner-wrapper .flex .colB .register-colA {
    padding-right: 0;
    border-right: none;
  }
}
.banner .bg .banner-wrapper .flex .colB .register-colB {
  padding-left: 60px;
}
@media (max-width: 1024px) {
  .banner .bg .banner-wrapper .flex .colB .register-colB {
    padding-left: 30px;
  }
}
@media (max-width: 540px) {
  .banner .bg .banner-wrapper .flex .colB .register-colB {
    padding-left: 0;
  }
}

.register {
  background-color: var(--primelight);
}
.register .health-secB {
  padding: 0 0 65px 0;
}
@media (max-width: 1024px) {
  .register .health-secB {
    padding: 0 0 50px 0;
  }
}
@media (max-width: 540px) {
  .register .health-secB {
    padding: 0 0 34px 0;
  }
}
.register .health-secB .health-secB-grid {
  width: 100%;
}
@media (max-width: 991px) {
  .register .health-secB .health-secB-grid {
    grid-template-columns: repeat(1, 1fr);
    gap: 40px;
  }
}
@media (max-width: 540px) {
  .register .health-secB .health-secB-grid {
    gap: 0;
  }
}
.register .health-secB .health-secB-grid .health-secB-ul li {
  color: var(--white);
}
@media (max-width: 1024px) {
  .register .health-secB .health-secB-grid .health-secB-ul li {
    margin-bottom: 10px;
    font-size: 14px;
  }
}
.register .health-secB .health-secB-grid .health-secB-ul li::before {
  color: var(--white);
}
.register .health-secB .health-secB-grid .health-secB-ul h4 {
  color: var(--white);
  margin-bottom: 30px;
}

.health-secB {
  padding-top: 80px;
}
@media (max-width: 1024px) {
  .health-secB {
    padding-top: 40px;
  }
}
.health-secB .heading {
  width: 78%;
}
@media (max-width: 1024px) {
  .health-secB .heading {
    width: 95%;
  }
}
.health-secB .heading h2 {
  margin-bottom: 75px;
  width: 30%;
  max-width: 100%;
  margin: 0 auto;
}
@media (max-width: 1536px) {
  .health-secB .heading h2 {
    width: 60%;
    font-size: 3.5rem;
  }
}
@media (max-width: 1440px) {
  .health-secB .heading h2 {
    width: 55%;
  }
}
@media (max-width: 1366px) {
  .health-secB .heading h2 {
    width: 85%;
  }
}
@media (max-width: 1024px) {
  .health-secB .heading h2 {
    width: 68%;
    font-size: 3rem;
  }
}
@media (max-width: 991px) {
  .health-secB .heading h2 {
    font-size: 2.5rem;
    width: 55%;
  }
}
@media (max-width: 768px) {
  .health-secB .heading h2 {
    font-size: 2rem;
  }
}
@media (max-width: 540px) {
  .health-secB .heading h2 {
    width: 100%;
    font-size: 26px;
  }
}
.health-secB .heading .admission-tab {
  margin: 45px 0;
  overflow-x: auto;
  white-space: nowrap;
  padding: 0 0 14px;
  list-style: none;
  -webkit-overflow-scrolling: touch;
  overflow-y: hidden;
}
.health-secB .heading .admission-tab li {
  position: relative;
  cursor: pointer;
  display: inline-block;
  margin-right: 45px;
  font-size: 1.2rem;
  font-weight: 500;
  color: var(--text);
  transition: color 0.3s ease, font-weight 0.3s ease;
}
@media (max-width: 1366px) {
  .health-secB .heading .admission-tab li {
    font-size: 15px;
    margin-right: 20px;
  }
}
@media (max-width: 991px) {
  .health-secB .heading .admission-tab li {
    font-size: 14px;
    margin-right: 18px;
  }
}
.health-secB .heading .admission-tab li::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -12px;
  width: 0%;
  height: 2px;
  background: var(--prime);
  transition: width 0.3s ease;
}
@media (max-width: 540px) {
  .health-secB .heading .admission-tab li::before {
    bottom: -6px;
  }
}
.health-secB .heading .admission-tab li:hover {
  color: var(--prime);
  font-weight: 500;
}
.health-secB .heading .admission-tab li:hover::before {
  width: 100%;
}
.health-secB .heading .admission-tab li.active {
  color: var(--prime);
}
.health-secB .heading .admission-tab li.active::before {
  width: 100%;
}
.health-secB .health-tab-content {
  width: 100%;
}
.health-secB .health-tab-content .tab-panel {
  display: none;
}
.health-secB .health-tab-content .tab-panel.active {
  display: grid;
  gap: 40px;
  flex-wrap: wrap;
  grid-template-columns: repeat(2, 1fr);
  width: 100%;
}
@media (max-width: 1024px) {
  .health-secB .health-tab-content .tab-panel.active {
    gap: 0;
  }
}
@media (max-width: 991px) {
  .health-secB .health-tab-content .tab-panel.active {
    grid-template-columns: repeat(1, 1fr);
    gap: 0;
  }
}
@media (max-width: 540px) {
  .health-secB .health-tab-content .tab-panel.active {
    gap: 15px;
  }
}
.health-secB .health-tab-content .health-secB-grid {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 40px;
  padding-top: 18px;
}
@media (max-width: 1024px) {
  .health-secB .health-tab-content .health-secB-grid {
    padding-top: 24px;
  }
}
@media (max-width: 991px) {
  .health-secB .health-tab-content .health-secB-grid {
    padding-top: 0;
  }
}
@media (max-width: 991px) {
  .health-secB .health-tab-content .health-secB-grid {
    padding-top: 24px;
  }
}
.health-secB .health-tab-content .health-secB-grid img {
  max-width: 100%;
  height: auto;
  flex: 1 1 45%;
  position: sticky;
  top: calc(25% - 65px);
}
@media (max-width: 1366px) {
  .health-secB .health-tab-content .health-secB-grid img {
    top: calc(30% - 65px);
  }
}
.health-secB .health-tab-content .health-secB-grid h5 {
  margin-bottom: 24px;
}
.health-secB .health-tab-content .health-secB-grid .health-secB-ul {
  flex: 1 1 50%;
  align-self: center;
  list-style: disc;
  padding-left: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 991px) {
  .health-secB .health-tab-content .health-secB-grid .health-secB-ul {
    padding: 0;
  }
}
.health-secB .health-tab-content .health-secB-grid .health-secB-ul li {
  margin-bottom: 10px;
  color: var(--text);
  line-height: 1.6;
}
.health-secB .health-tab-content .health-secB-grid .health-secB-ul .btn-wraper {
  display: flex;
  justify-content: flex-start;
  margin: 35px 0 0 12px;
}
@media (max-width: 1024px) {
  .health-secB .health-tab-content .health-secB-grid .health-secB-ul .btn-wraper {
    margin: 12px 0;
  }
}

.home-secD {
  background-color: var(--white);
  padding: 0;
}

.banner {
  z-index: 2;
}
.banner .bg .banner-wrapper {
  bottom: 15% !important;
}
.banner .bg .banner-wrapper .content {
  width: 40%;
  margin: 0 auto;
}
@media (max-width: 1024px) {
  .banner .bg .banner-wrapper .content {
    width: 60%;
  }
}
@media (max-width: 991px) {
  .banner .bg .banner-wrapper .content h2 {
    margin-bottom: 0 !important;
  }
}

.progressive-secA {
  padding: 100px 0;
  overflow: visible !important;
}
@media (max-width: 1024px) {
  .progressive-secA {
    padding: 60px 0 0;
  }
}
@media (max-width: 540px) {
  .progressive-secA {
    padding: 35px 0 0;
  }
}
.progressive-secA .progressive-secB-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 75px;
  align-items: flex-start;
  overflow: visible !important;
}
@media (max-width: 1024px) {
  .progressive-secA .progressive-secB-grid {
    gap: 28px;
  }
}
@media (max-width: 991px) {
  .progressive-secA .progressive-secB-grid {
    grid-template-columns: repeat(1, 1fr);
  }
}
.progressive-secA .progressive-secB-grid img {
  border-radius: 15px;
  width: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  position: sticky;
  top: calc(28% - 100px);
}
@media (max-width: 1366px) {
  .progressive-secA .progressive-secB-grid img {
    top: calc(36% - 100px);
  }
}
@media (max-width: 991px) {
  .progressive-secA .progressive-secB-grid img {
    position: static;
  }
}
.progressive-secA .progressive-secB-grid div ul h5 {
  margin: 20px 0 12px;
}
.progressive-secA .progressive-secB-grid div ul h6:not(:first-child) {
  margin: 0 0 10px;
}
.progressive-secA .progressive-secB-grid div ul li {
  color: var(--text);
  margin-bottom: 8px;
}
@media (max-width: 1024px) {
  .progressive-secA .progressive-secB-grid div ul li {
    font-size: 15px;
  }
}
@media (max-width: 991px) {
  .progressive-secA .progressive-secB-grid div ul li {
    margin-bottom: 5px;
  }
}
@media (max-width: 540px) {
  .progressive-secA .progressive-secB-grid div ul li {
    font-size: 14px;
  }
}

.health-secB {
  padding: 0 0 90px;
  overflow: visible !important;
}
@media (max-width: 1024px) {
  .health-secB {
    padding: 80px 0 70px;
  }
}
@media (max-width: 991px) {
  .health-secB {
    padding: 60px 0 70px;
  }
}
@media (max-width: 540px) {
  .health-secB {
    padding: 30px 0 40px;
  }
}
.health-secB .heading {
  width: 78%;
}
@media (max-width: 540px) {
  .health-secB .heading {
    width: 100%;
  }
}
.health-secB .heading h2 {
  font-size: 36px;
  margin-bottom: 75px;
  width: 48%;
  max-width: 100%;
  margin: 0 auto;
}
@media (max-width: 1536px) {
  .health-secB .heading h2 {
    width: 72%;
  }
}
@media (max-width: 1024px) {
  .health-secB .heading h2 {
    width: 80%;
  }
}
@media (max-width: 768px) {
  .health-secB .heading h2 {
    width: 100%;
    font-size: 32px;
  }
}
@media (max-width: 540px) {
  .health-secB .heading h2 {
    width: 100%;
    font-size: 22px;
  }
}
.health-secB .heading .admission-tab {
  margin: 90px 0;
  padding: 0 0 14px;
}
@media (max-width: 1024px) {
  .health-secB .heading .admission-tab {
    margin: 45px 0;
  }
}
.health-secB .health-tab-content {
  overflow: visible !important;
}
.health-secB .health-tab-content .tab-panel {
  overflow: visible !important;
}
@media (max-width: 1024px) {
  .health-secB .health-tab-content .tab-panel.active {
    gap: 20px;
  }
}
.health-secB .health-tab-content .health-secB-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0;
  padding-top: 0;
  align-items: flex-start !important;
  overflow: visible !important;
}
.health-secB .health-tab-content .health-secB-grid > div:first-child {
  overflow: visible !important;
}
.health-secB .health-tab-content .health-secB-grid > div:first-child img {
  width: 100%;
  border-radius: 15px;
  -o-object-fit: cover;
     object-fit: cover;
  position: sticky;
  top: 20px;
  display: block;
}
@media (max-width: 991px) {
  .health-secB .health-tab-content .health-secB-grid > div:first-child img {
    position: static;
  }
}
.health-secB .health-tab-content .health-secB-grid .health-secB-ul {
  align-self: start;
  overflow: visible !important;
}
.health-secB .health-tab-content .health-secB-grid .health-secB-ul ul li h6 {
  margin: 18px 0 9px;
}
.health-secB .health-tab-content .health-secB-grid p {
  padding-bottom: 34px;
}
@media (max-width: 540px) {
  .health-secB .health-tab-content .health-secB-grid p {
    padding-bottom: 24px;
  }
}
@media (max-width: 540px) {
  .health-secB .health-tab-content .health-secB-grid h5 {
    margin-bottom: 14px;
  }
}/*# sourceMappingURL=progressive.css.map */