@keyframes z_index {
  0% {
    z-index: 2;
  }
  100% {
    z-index: -2;
  }
}
@keyframes button {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
    width: 60%;
  }
  25% {
    transform: translate(-50%, -50%) rotate(60deg);
  }
  50% {
    transform: translate(-50%, -50%) rotate(90deg);
    width: 10%;
  }
  75% {
    transform: translate(-50%, -50%) rotate(120deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(180deg);
    width: 60%;
  }
}
@keyframes shine {
  to {
    background-position: 200% center;
  }
}
body {
  background-color: #ffffff;
  color: #333333;
  font-family: "Poppins", sans-serif;
  margin: 0 !important;
}
body h1, body h2, body h3, body h4, body h5, body h6 {
  font-weight: 700;
  text-transform: capitalize;
}
body .text-blue {
  color: #03063F !important;
}
body .text-blue-2 {
  color: #000027 !important;
}
body .text-sky {
  color: #28A9E0 !important;
}
body .text-red {
  color: #EE4C4C !important;
}
body .text-gradient {
  background: linear-gradient(to right, #00A2E2, #0EC3B1);
  background-size: 200% auto;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-animation: hue 10s infinite linear;
  color: #00A2E2;
  animation: shine 5s linear infinite;
}
body .text-gray-1 {
  color: #606060 !important;
}
body .text-gray-2 {
  color: #686868 !important;
}
body .text-gray-3 {
  color: #66748A !important;
}
body .fw-medium {
  font-weight: 500;
}
body .bg-blue {
  background-color: #03063F;
}
body .bg-blue-2 {
  background-color: #000027;
}
body .bg-gray {
  background-color: #ECF0F6;
}
body .bg-gray-2 {
  background-color: #FCFCFC;
}
body .btn {
  font-size: 24px;
  font-weight: 500;
  padding: 14px 20px;
  border: none;
  border-radius: 12px;
  box-shadow: none !important;
  transition: all 0.4s ease;
}
body .btn span {
  display: block;
}
body .btn.btn-s1 {
  background-color: transparent;
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding: 4px;
}
body .btn.btn-s1 span {
  background-color: #ffffff;
  padding: 12px 80px;
  display: block;
  border-radius: 12px;
  border: solid 2px;
  transition: all 0.4s ease;
}
body .btn.btn-s1 span img {
  height: auto;
  width: 32px;
  transition: all 0.4s ease;
}
body .btn.btn-s1:before {
  content: "";
  background: rgb(236, 62, 60);
  background: -moz-linear-gradient(90deg, rgba(236, 62, 60, 0) 0%, rgb(236, 62, 60) 25%, rgb(236, 62, 60) 50%, rgb(236, 62, 60) 75%, rgba(236, 62, 60, 0) 100%);
  background: -webkit-linear-gradient(90deg, rgba(236, 62, 60, 0) 0%, rgb(236, 62, 60) 25%, rgb(236, 62, 60) 50%, rgb(236, 62, 60) 75%, rgba(236, 62, 60, 0) 100%);
  background: linear-gradient(90deg, rgba(236, 62, 60, 0) 0%, rgb(236, 62, 60) 25%, rgb(236, 62, 60) 50%, rgb(236, 62, 60) 75%, rgba(236, 62, 60, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ec3e3c",endColorstr="#ec3e3c",GradientType=1);
  padding-bottom: calc(100% + 10px);
  width: 60%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(0deg);
  z-index: -1;
  transition: all 1s ease;
  pointer-events: none;
  user-select: none;
  animation: button 4s linear infinite;
}
body .btn.btn-s1:hover span, body .btn.btn-s1:focus span, body .btn.btn-s1:active span {
  background-color: #EE4C4C;
  color: #ffffff;
  border-color: #ffffff;
}
body .btn.btn-s1:hover span img, body .btn.btn-s1:focus span img, body .btn.btn-s1:active span img {
  filter: brightness(0) invert(1);
}
body .btn.btn-primary-1 span {
  background-color: #ffffff;
  color: #000000;
  border-color: #000000;
}
body .video_wrapper {
  overflow: hidden;
  position: relative;
  display: flex;
}
body .video_wrapper video {
  width: 100%;
  max-width: 100%;
}
body .video_wrapper .video_iframe_wrapper {
  background-color: #000000;
  width: 100%;
  display: flex;
}
body .video_wrapper .video_iframe_wrapper iframe {
  width: 100%;
  max-width: 100%;
}
body .video_wrapper button.btn_play {
  background: transparent;
  padding: 0;
  height: 104px;
  width: 104px;
  border: solid 1px rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.2s ease-in-out;
}
body .video_wrapper button.btn_play img {
  height: auto;
  width: 16px;
}
body .video_wrapper button.btn_play:after {
  content: "";
  background: rgba(255, 255, 255, 0.1);
  height: 72px;
  width: 72px;
  border: solid 1px rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: -1;
  transform: translate(-50%, -50%);
  transition: all 0.2s ease-in-out;
}
body .video_wrapper button.btn_play:hover:after, body .video_wrapper button.btn_play:focus:after {
  height: 104px;
  width: 104px;
}
body .video_wrapper.video_played button.btn_play {
  opacity: 0;
  animation: z_index 0.1s ease forwards;
  animation-delay: 0.5s;
}
body header {
  background: transparent;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
}
body header .navbar {
  padding: 0;
  display: block;
}
body header .navbar .header-top {
  padding: 20px 0;
}
body header .navbar .header-top .navbar-brand {
  padding: 0;
  display: block;
  max-width: max-content;
}
body header .navbar .header-top .navbar-brand img {
  height: auto;
  width: 100%;
  max-width: 284px;
}

@media (min-width: 992px) {
  .order-lg-6 {
    order: 6 !important;
  }
}
@media (min-width: 1180px) {
  body .container {
    max-width: 1060px;
  }
}
@media (min-width: 1380px) {
  body .container {
    max-width: 1260px;
  }
}
@media (min-width: 1580px) {
  body .container {
    max-width: 1360px;
  }
}
@media (max-width: 1780px) {
  body .btn {
    font-size: 24px;
  }
}
@media (max-width: 1580px) {
  body .btn {
    font-size: 20px;
  }
  body header .navbar .header-top .navbar-brand img {
    height: auto;
    max-width: 264px;
  }
}
@media (max-width: 1380px) {
  body .btn {
    font-size: 18px;
  }
}
@media (max-width: 1180px) {
  body .btn {
    font-size: 16px;
  }
}
@media (max-width: 992px) {
  body .btn {
    padding: 16px 60px;
  }
  body .btn.btn-s1 {
    padding: 2px;
  }
  body .btn.btn-s1 span {
    border-width: 1px;
  }
  body .btn.btn-s1 span img {
    width: 20px;
  }
  body header .navbar .header-top {
    padding: 16px 0;
  }
  body header .navbar .header-top .navbar-brand img {
    max-width: 224px;
  }
}
@media (max-width: 767px) {
  body header .navbar .header-top {
    padding: 16px 0;
  }
}
@media (max-width: 567px) {
  body .btn.btn-s1 span {
    padding: 12px 14px;
  }
  body .btn.btn-s1 span img {
    width: 20px;
  }
  body header .navbar .header-top {
    padding: 16px 0;
  }
  body header .navbar .header-top .navbar-brand img {
    max-width: 150px;
  }
  body header .navbar .header-top .btn.btn-s1 span {
    padding: 8px 10px;
    font-size: 12px !important;
  }
}

/*# sourceMappingURL=header.css.map */
