@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::before {
  background: none;
}

.health-secA {
  padding: 80px 0 32px;
}
@media (max-width: 1440px) {
  .health-secA {
    padding: 50px 0 32px;
  }
}
.health-secA .heading {
  text-align: center;
  width: 30%;
  margin: 0 auto;
}
@media (max-width: 1440px) {
  .health-secA .heading {
    width: 60%;
  }
}
@media (max-width: 540px) {
  .health-secA .heading {
    width: 100%;
  }
}
.health-secA .heading h2 {
  margin-bottom: 26px;
}
.health-secA .health-card {
  margin-top: 60px;
}
@media (max-width: 1440px) {
  .health-secA .health-card {
    margin-top: 36px;
  }
}
.health-secA .health-card h6 {
  text-align: center;
  width: 27%;
  margin: 0 auto;
  font-weight: 600;
}
@media (max-width: 1440px) {
  .health-secA .health-card h6 {
    width: 42%;
  }
}
@media (max-width: 768px) {
  .health-secA .health-card h6 {
    width: 56%;
  }
}
@media (max-width: 540px) {
  .health-secA .health-card h6 {
    width: 64%;
  }
}
@media only screen and (max-width: 420px) {
  .health-secA .health-card h6 {
    width: 100%;
  }
}
.health-secA .health-card .health-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 20px;
  margin-top: 60px;
}
@media (max-width: 1440px) {
  .health-secA .health-card .health-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 768px) {
  .health-secA .health-card .health-grid {
    grid-template-columns: repeat(2, 1fr);
    margin-top: 45px;
  }
}
@media only screen and (max-width: 420px) {
  .health-secA .health-card .health-grid {
    grid-template-columns: repeat(1, 1fr);
  }
}
.health-secA .health-card .health-grid .card {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 30px;
  border: 1px solid var(--prime);
  border-radius: 15px;
  cursor: pointer;
  transition: all 0.3s ease;
}
@media (max-width: 768px) {
  .health-secA .health-card .health-grid .card {
    padding: 16px;
  }
}
.health-secA .health-card .health-grid .card:hover {
  border-color: #00a8ff;
  background: rgba(0, 168, 255, 0.05);
}
.health-secA .health-card .health-grid .card:hover img {
  filter: brightness(0) saturate(100%) invert(48%) sepia(79%) saturate(2476%) hue-rotate(160deg) brightness(118%) contrast(119%);
}
.health-secA .health-card .health-grid .card p {
  text-align: center;
  margin-top: 38px;
}
@media (max-width: 768px) {
  .health-secA .health-card .health-grid .card p {
    font-size: 15px;
  }
}
@media only screen and (max-width: 420px) {
  .health-secA .health-card .health-grid .card p {
    padding-top: 30px;
    width: 84%;
    margin: 0 auto;
  }
}

.health-secB {
  padding: 0 0 80px 0;
}
@media (max-width: 1024px) {
  .health-secB {
    padding: 0 0 45px 0;
  }
}
.health-secB .heading {
  text-align: center;
  width: 40%;
  margin: 0 auto;
}
@media (max-width: 1440px) {
  .health-secB .heading {
    width: 60%;
  }
}
@media (max-width: 768px) {
  .health-secB .heading {
    width: 76%;
  }
}
@media (max-width: 540px) {
  .health-secB .heading {
    width: 100%;
    font-size-adjust: 16px;
  }
}
.health-secB .heading img {
  width: 60%;
}
@media (max-width: 1440px) {
  .health-secB .heading img {
    width: 40%;
  }
}
.health-secB .health-secB-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 45px;
  padding-top: 75px;
}
@media (max-width: 1440px) {
  .health-secB .health-secB-grid {
    gap: 14px;
    padding-top: 55px;
  }
}
@media (max-width: 768px) {
  .health-secB .health-secB-grid {
    grid-template-columns: repeat(1, 1fr);
  }
}
.health-secB .health-secB-grid img {
  width: 100%;
  border-radius: 15px;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: sticky;
  top: calc(25% - 65px);
}
@media (max-width: 1366px) {
  .health-secB .health-secB-grid img {
    top: calc(30% - 65px);
  }
}
.health-secB .health-secB-grid .health-secB-ul {
  list-style: none;
  padding-left: 25px;
}
@media (max-width: 768px) {
  .health-secB .health-secB-grid .health-secB-ul {
    padding: 24px 0 0;
  }
}
.health-secB .health-secB-grid .health-secB-ul li {
  font-size: 16px;
  color: var(--text);
  margin-bottom: 12px;
  position: relative;
  padding-left: 45px;
}
@media (max-width: 768px) {
  .health-secB .health-secB-grid .health-secB-ul li {
    font-size: 14px;
    padding-left: 30px;
    margin-bottom: 18px;
  }
}
@media (max-width: 768px) {
  .health-secB .health-secB-grid .health-secB-ul li {
    margin-bottom: 12px;
  }
}
.health-secB .health-secB-grid .health-secB-ul li:last-child {
  margin-bottom: 0;
}
.health-secB .health-secB-grid .health-secB-ul li::before {
  content: "•";
  color: var(--prime);
  font-size: 3.2em;
  position: absolute;
  left: 0;
  top: -28px;
}

.health-secA .heading {
  width: 100%;
}
.health-secA .health-card .health-grid {
  display: grid;
  grid-template-columns: 450px 450px 1fr;
  gap: 25px;
}
@media (max-width: 1366px) {
  .health-secA .health-card .health-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 1024px) {
  .health-secA .health-card .health-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 991px) {
  .health-secA .health-card .health-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 540px) {
  .health-secA .health-card .health-grid {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media (max-width: 991px) {
  .health-secA .health-card .health-grid .card:last-child {
    grid-column: 1/-1;
  }
}
.health-secA .health-card .health-grid .card {
  padding: 40px;
}
@media (max-width: 540px) {
  .health-secA .health-card .health-grid .card {
    padding: 40px 66px;
  }
}
@media only screen and (max-width: 420px) {
  .health-secA .health-card .health-grid .card {
    padding: 30px 8px;
  }
}
.health-secA .health-card .health-grid .card div p {
  margin-top: 12px;
}
@media (max-width: 540px) {
  .health-secA .health-card .health-grid .card div p {
    font-size: 14px;
    margin-top: 0;
    padding-top: 15px;
  }
}
.health-secA .health-card .health-grid .card div h6 {
  width: 100%;
  margin-top: 45px;
  color: var(--text);
}
@media (max-width: 540px) {
  .health-secA .health-card .health-grid .card div h6 {
    margin-top: 28px;
  }
}

.home-secD {
  background-color: #fff;
}
.home-secD .heading {
  width: 38%;
}
@media (max-width: 1536px) {
  .home-secD .heading {
    width: 55%;
  }
}
@media (max-width: 991px) {
  .home-secD .heading {
    width: 70%;
  }
}
@media (max-width: 675px) {
  .home-secD .heading {
    width: 100%;
  }
}
.home-secD .heading h2 {
  max-width: 100%;
}
.home-secD .heading p {
  margin-bottom: 15px;
}
.home-secD .btn-groups {
  display: flex;
  gap: 65px;
  justify-content: center;
  margin: 60px 0 90px;
}
@media (max-width: 991px) {
  .home-secD .btn-groups {
    gap: 35px;
  }
}
@media (max-width: 540px) {
  .home-secD .btn-groups {
    margin: 50px 0 0;
    gap: 10px;
  }
}
.home-secD .btn-groups .btn-wraper {
  text-align: center;
  cursor: pointer;
}
@media (max-width: 540px) {
  .home-secD .btn-groups .btn-wraper li {
    font-size: 14px;
  }
}
.home-secD .btn-groups .btn-wraper .gray {
  color: var(--black);
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.home-secD .btn-groups .btn-wraper .gray:hover {
  color: var(--white);
}
.home-secD .btn-groups .btn-wraper .gray::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: transparent;
  z-index: -2;
}
.home-secD .btn-groups .btn-wraper .gray::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background-color: var(--elementhover);
  transition: all 0.3s;
  z-index: -1;
}
.home-secD .btn-groups .btn-wraper .gray:hover::before {
  width: 100%;
}
.home-secD .btn-groups .btn-wraper .gray::after {
  background-color: rgb(223, 215, 215);
  border-radius: 25px;
}
.home-secD .btn-groups .btn-wraper .gray::before {
  background-color: var(--black);
  border-radius: 25px;
}

.Examination {
  background-color: rgba(196, 215, 247, 0.5019607843);
  margin-top: 95px;
}
@media (max-width: 1024px) {
  .Examination {
    margin-top: 40px;
  }
}
.Examination .container .Examination-secC {
  padding: 80px 0;
}
@media (max-width: 1536px) {
  .Examination .container .Examination-secC {
    padding: 80px 0;
  }
}
@media (max-width: 1024px) {
  .Examination .container .Examination-secC {
    padding: 40px 0 80px;
  }
}
@media (max-width: 991px) {
  .Examination .container .Examination-secC {
    padding: 40px 0 60px;
  }
}
@media (max-width: 540px) {
  .Examination .container .Examination-secC {
    padding: 25px 0 25px;
  }
}
.Examination .container .Examination-secC h2 {
  width: 100%;
  color: var(--black);
  text-align: center;
  margin-bottom: 80px;
}
@media (max-width: 1024px) {
  .Examination .container .Examination-secC h2 {
    margin-bottom: 50px;
  }
}
@media (max-width: 540px) {
  .Examination .container .Examination-secC h2 {
    margin-bottom: 32px;
  }
}
.Examination .container .Examination-secC .item-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 65px;
  align-items: flex-start;
}
@media (max-width: 1024px) {
  .Examination .container .Examination-secC .item-grid {
    gap: 35px;
  }
}
@media (max-width: 991px) {
  .Examination .container .Examination-secC .item-grid {
    grid-template-columns: repeat(1, 1fr);
  }
}
.Examination .container .Examination-secC .item-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) {
  .Examination .container .Examination-secC .item-grid img {
    top: calc(36% - 100px);
  }
}
@media (max-width: 991px) {
  .Examination .container .Examination-secC .item-grid img {
    position: static;
  }
}
.Examination .container .Examination-secC .item-grid .item-content h5 {
  margin: 20px 0 14px;
  font-size: 16px;
}
.Examination .container .Examination-secC .item-grid .item-content h2 {
  width: 100%;
  color: var(--black);
}
.Examination .container .Examination-secC .item-grid .item-content p {
  color: var(--text);
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 30px;
}
@media (max-width: 1024px) {
  .Examination .container .Examination-secC .item-grid .item-content p {
    margin-bottom: 0;
  }
}
.Examination .container .Examination-secC .item-grid .item-content p:last-child {
  margin-bottom: 0px;
}
@media (max-width: 991px) {
  .Examination .container .Examination-secC .item-grid .item-content p {
    margin-bottom: 15px;
  }
}
@media (max-width: 540px) {
  .Examination .container .Examination-secC .item-grid .item-content p {
    font-size: 14px;
  }
}
.Examination .container .Examination-secC .item-grid .item-content .Examination-secC-ul {
  list-style: none;
}
.Examination .container .Examination-secC .item-grid .item-content .Examination-secC-ul li {
  font-size: 14px;
  color: var(--text);
  margin-bottom: 5px;
  position: relative;
  padding-left: 45px;
}
@media (max-width: 540px) {
  .Examination .container .Examination-secC .item-grid .item-content .Examination-secC-ul li {
    padding-left: 35px;
    font-size: 14px;
  }
}
.Examination .container .Examination-secC .item-grid .item-content .Examination-secC-ul li::before {
  content: "•";
  color: var(--prime);
  font-size: 3.2em;
  position: absolute;
  left: 0;
  top: -28px;
}
.Examination .container .Examination-secC .item-grid .item-content h6 {
  margin-bottom: 30px;
  color: var(--text);
  font-weight: 600;
}
@media (max-width: 1024px) {
  .Examination .container .Examination-secC .item-grid .item-content h6 {
    margin-bottom: 15px;
  }
}
.Examination .container .Examination-secC .item-grid .item-content .internal-assessment {
  padding: 60px 0;
}
.Examination .container .Examination-secC .item-grid .item-content .internal-assessment h2 {
  text-align: left;
  font-size: 28px;
  font-weight: 600;
  color: var(--black);
  margin-bottom: 50px;
}
.Examination .container .Examination-secC .item-grid .item-content .internal-assessment .assessment-table {
  width: 100%;
  border-collapse: collapse;
  overflow: hidden;
}
.Examination .container .Examination-secC .item-grid .item-content .internal-assessment .assessment-table th, .Examination .container .Examination-secC .item-grid .item-content .internal-assessment .assessment-table td {
  padding: 14px 12px;
  font-size: 14px;
  color: var(--text);
  line-height: 1.5;
  border: 1px solid #dbdbdb;
}
.Examination .container .Examination-secC .item-grid .item-content .internal-assessment .assessment-table th {
  background: #7c9ed3;
  color: #ffffff;
  font-weight: 600;
  text-align: left;
}
.Examination .container .Examination-secC .item-grid .item-content .internal-assessment h3 {
  margin-top: 40px;
  font-size: 20px;
  font-weight: 600;
  color: var(--black);
}
.Examination .container .Examination-secC .item-grid .item-content .internal-assessment p {
  font-size: 15px;
  color: var(--text);
  line-height: 1.6;
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  .Examination .container .Examination-secC .item-grid .item-content .internal-assessment h2 {
    font-size: 22px;
    margin-bottom: 30px;
  }
  .Examination .container .Examination-secC .item-grid .item-content .internal-assessment .assessment-table th, .Examination .container .Examination-secC .item-grid .item-content .internal-assessment .assessment-table td {
    font-size: 13px;
    padding: 10px 8px;
  }
  .Examination .container .Examination-secC .item-grid .item-content .internal-assessment h3 {
    font-size: 18px;
  }
  .Examination .container .Examination-secC .item-grid .item-content .internal-assessment p {
    font-size: 14px;
  }
}
.Examination .container .Examination-secC .item-grid .item-content .grade-tables {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  margin: 40px 0;
}
.Examination .container .Examination-secC .item-grid .item-content .grade-table {
  margin-bottom: 20px;
}
.Examination .container .Examination-secC .item-grid .item-content .grade-table h3 {
  text-align: center;
  margin-bottom: 10px;
}
.Examination .container .Examination-secC .item-grid .item-content .grade-table table {
  width: 100%;
  border-collapse: collapse;
  font-size: 14px;
}
.Examination .container .Examination-secC .item-grid .item-content .grade-table table th, .Examination .container .Examination-secC .item-grid .item-content .grade-table table td {
  padding: 14px 12px;
  font-size: 14px;
  color: var(--text);
  line-height: 1.5;
  border: 1px solid #dbdbdb;
}
.Examination .container .Examination-secC .item-grid .item-content .grade-table table th {
  background: #7c9ed3;
  color: #ffffff;
  font-weight: 600;
  text-align: left;
}

.banner {
  z-index: 2;
}
.banner::before {
  background: linear-gradient(360deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.85) 100%), linear-gradient(180deg, rgba(0, 0, 0, 0) 24.5%, rgba(0, 0, 0, 0.85) 100%);
}
.banner .bg .banner-wrapper {
  bottom: 15% !important;
}
.banner .bg .banner-wrapper .content {
  width: 100%;
  margin: 0 auto !important;
}
.banner .bg .banner-wrapper .content h2 {
  width: 100%;
}

.global-secA {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: center;
  gap: 65px;
  padding-top: 45px;
}
@media (max-width: 991px) {
  .global-secA {
    grid-template-columns: repeat(1, 1fr);
    gap: 25px;
  }
}
.global-secA img {
  width: 100%;
}
.global-secA .global-secA-content {
  padding-right: 120px;
}
@media (max-width: 1440px) {
  .global-secA .global-secA-content {
    padding-right: 30px;
  }
}
@media (max-width: 991px) {
  .global-secA .global-secA-content {
    padding-right: 0;
  }
}
@media (max-width: 768px) {
  .global-secA .global-secA-content p {
    text-align: center;
  }
}
.global-secA .global-secA-content p:not(:last-child) {
  margin-bottom: 35px;
}
@media (max-width: 768px) {
  .global-secA .global-secA-content p:not(:last-child) {
    margin-bottom: 25px;
  }
}

.global-secB {
  margin-top: 40px;
}
.global-secB .heading {
  width: 30%;
  margin: 0 auto;
  text-align: center;
}
@media (max-width: 1536px) {
  .global-secB .heading {
    width: 50%;
  }
}
@media (max-width: 1024px) {
  .global-secB .heading {
    width: 55%;
  }
}
@media (max-width: 768px) {
  .global-secB .heading {
    width: 85%;
  }
}
@media only screen and (max-width: 420px) {
  .global-secB .heading {
    width: 100%;
  }
}
.global-secB .heading h4 {
  font-size: 2rem;
  line-height: 1.4;
}
@media (max-width: 768px) {
  .global-secB .heading h4 {
    line-height: 1.2;
  }
}
@media (max-width: 540px) {
  .global-secB .heading h4 {
    font-size: 20px;
  }
}
@media (max-width: 540px) {
  .global-secB .heading a {
    font-size: 15px;
  }
}
.global-secB .global-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 20px;
  margin-top: 80px;
}
@media (max-width: 1024px) {
  .global-secB .global-grid {
    grid-template-columns: repeat(3, 1fr);
    margin-top: 42px;
  }
}
@media (max-width: 675px) {
  .global-secB .global-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 420px) {
  .global-secB .global-grid {
    grid-template-columns: repeat(1, 1fr);
  }
}
.global-secB .global-grid .card {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 30px;
  padding: 30px;
  border: 1px solid #CFCFCF;
  border-radius: 6px;
}
.global-secB .global-grid .card h4 {
  font-weight: 600;
  font-size: 18px;
  text-align: center;
}
@media (max-width: 1536px) {
  .global-secB .global-grid .card h4 {
    font-size: 16px;
  }
}
.global-secB .global-grid .card img {
  width: 85px;
}

.Examination {
  background-color: transparent;
}
.Examination .Examination-secC .item-content .Examination-secC-ul {
  padding: 30px 0 0 25px;
}
@media (max-width: 540px) {
  .Examination .Examination-secC .item-content .Examination-secC-ul {
    padding: 20px 0 0 10px;
  }
}/*# sourceMappingURL=global-connect.css.map */